File tree Expand file tree Collapse file tree 4 files changed +92
-0
lines changed Expand file tree Collapse file tree 4 files changed +92
-0
lines changed Original file line number Diff line number Diff line change @@ -77,3 +77,4 @@ export type {
77
77
UpdateTriggerRequest ,
78
78
UpdateTriggerRequestSqsClientConfig ,
79
79
} from './types.gen'
80
+ export * as ValidationRules from './validation-rules.gen'
Original file line number Diff line number Diff line change
1
+ // This file was automatically generated. DO NOT EDIT.
2
+ // If you have any remark or suggestion do not hesitate to open an issue.
3
+
4
+ export const CreateTriggerRequest = {
5
+ description : {
6
+ maxLength : 255 ,
7
+ } ,
8
+ name : {
9
+ maxLength : 50 ,
10
+ minLength : 1 ,
11
+ } ,
12
+ }
13
+
14
+ export const CreateTriggerRequestMnqNatsClientConfig = {
15
+ mnqRegion : {
16
+ maxLength : 20 ,
17
+ minLength : 1 ,
18
+ } ,
19
+ subject : {
20
+ maxLength : 100 ,
21
+ minLength : 1 ,
22
+ pattern : / ^ [ ^ \s ] + $ / ,
23
+ } ,
24
+ }
25
+
26
+ export const CreateTriggerRequestMnqSqsClientConfig = {
27
+ mnqRegion : {
28
+ maxLength : 20 ,
29
+ minLength : 1 ,
30
+ } ,
31
+ queue : {
32
+ maxLength : 100 ,
33
+ minLength : 1 ,
34
+ } ,
35
+ }
36
+
37
+ export const UpdateTriggerRequest = {
38
+ description : {
39
+ maxLength : 255 ,
40
+ } ,
41
+ name : {
42
+ maxLength : 50 ,
43
+ minLength : 1 ,
44
+ } ,
45
+ }
Original file line number Diff line number Diff line change @@ -85,3 +85,4 @@ export type {
85
85
UpdateTriggerRequestSqsClientConfig ,
86
86
UploadURL ,
87
87
} from './types.gen'
88
+ export * as ValidationRules from './validation-rules.gen'
Original file line number Diff line number Diff line change
1
+ // This file was automatically generated. DO NOT EDIT.
2
+ // If you have any remark or suggestion do not hesitate to open an issue.
3
+
4
+ export const CreateTriggerRequest = {
5
+ description : {
6
+ maxLength : 255 ,
7
+ } ,
8
+ name : {
9
+ maxLength : 50 ,
10
+ minLength : 1 ,
11
+ } ,
12
+ }
13
+
14
+ export const CreateTriggerRequestMnqNatsClientConfig = {
15
+ mnqRegion : {
16
+ maxLength : 20 ,
17
+ minLength : 1 ,
18
+ } ,
19
+ subject : {
20
+ maxLength : 100 ,
21
+ minLength : 1 ,
22
+ pattern : / ^ [ ^ \s ] + $ / ,
23
+ } ,
24
+ }
25
+
26
+ export const CreateTriggerRequestMnqSqsClientConfig = {
27
+ mnqRegion : {
28
+ maxLength : 20 ,
29
+ minLength : 1 ,
30
+ } ,
31
+ queue : {
32
+ maxLength : 100 ,
33
+ minLength : 1 ,
34
+ } ,
35
+ }
36
+
37
+ export const UpdateTriggerRequest = {
38
+ description : {
39
+ maxLength : 255 ,
40
+ } ,
41
+ name : {
42
+ maxLength : 50 ,
43
+ minLength : 1 ,
44
+ } ,
45
+ }
You can’t perform that action at this time.
0 commit comments