File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
packages/clients/src/api/mnq/v1beta1 Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ export const NatsApiCreateNatsAccountRequest = {
10
10
11
11
export const NatsApiCreateNatsCredentialsRequest = {
12
12
name : {
13
- maxLength : 64 ,
13
+ maxLength : 500 ,
14
14
minLength : 1 ,
15
15
} ,
16
16
}
@@ -24,28 +24,28 @@ export const NatsApiUpdateNatsAccountRequest = {
24
24
25
25
export const SnsApiCreateSnsCredentialsRequest = {
26
26
name : {
27
- maxLength : 64 ,
27
+ maxLength : 500 ,
28
28
minLength : 1 ,
29
29
} ,
30
30
}
31
31
32
32
export const SnsApiUpdateSnsCredentialsRequest = {
33
33
name : {
34
- maxLength : 64 ,
34
+ maxLength : 500 ,
35
35
minLength : 1 ,
36
36
} ,
37
37
}
38
38
39
39
export const SqsApiCreateSqsCredentialsRequest = {
40
40
name : {
41
- maxLength : 64 ,
41
+ maxLength : 500 ,
42
42
minLength : 1 ,
43
43
} ,
44
44
}
45
45
46
46
export const SqsApiUpdateSqsCredentialsRequest = {
47
47
name : {
48
- maxLength : 64 ,
48
+ maxLength : 500 ,
49
49
minLength : 1 ,
50
50
} ,
51
51
}
You can’t perform that action at this time.
0 commit comments