@@ -257,7 +257,7 @@ export namespace PhaseUpdateResponse {
257
257
/**
258
258
* Period in seconds over which the counter is being incremented.
259
259
*/
260
- period : 10 | 60 | 600 | 3600 ;
260
+ period : number ;
261
261
262
262
/**
263
263
* Defines when the ratelimit counter should be incremented. It is optional and
@@ -392,7 +392,7 @@ export namespace PhaseUpdateResponse {
392
392
/**
393
393
* Period in seconds over which the counter is being incremented.
394
394
*/
395
- period : 10 | 60 | 600 | 3600 ;
395
+ period : number ;
396
396
397
397
/**
398
398
* Defines when the ratelimit counter should be incremented. It is optional and
@@ -593,7 +593,7 @@ export namespace PhaseGetResponse {
593
593
/**
594
594
* Period in seconds over which the counter is being incremented.
595
595
*/
596
- period : 10 | 60 | 600 | 3600 ;
596
+ period : number ;
597
597
598
598
/**
599
599
* Defines when the ratelimit counter should be incremented. It is optional and
@@ -728,7 +728,7 @@ export namespace PhaseGetResponse {
728
728
/**
729
729
* Period in seconds over which the counter is being incremented.
730
730
*/
731
- period : 10 | 60 | 600 | 3600 ;
731
+ period : number ;
732
732
733
733
/**
734
734
* Defines when the ratelimit counter should be incremented. It is optional and
@@ -898,7 +898,7 @@ export namespace PhaseUpdateParams {
898
898
/**
899
899
* Period in seconds over which the counter is being incremented.
900
900
*/
901
- period : 10 | 60 | 600 | 3600 ;
901
+ period : number ;
902
902
903
903
/**
904
904
* Defines when the ratelimit counter should be incremented. It is optional and
@@ -1018,7 +1018,7 @@ export namespace PhaseUpdateParams {
1018
1018
/**
1019
1019
* Period in seconds over which the counter is being incremented.
1020
1020
*/
1021
- period : 10 | 60 | 600 | 3600 ;
1021
+ period : number ;
1022
1022
1023
1023
/**
1024
1024
* Defines when the ratelimit counter should be incremented. It is optional and
0 commit comments