Skip to content

Commit b98e9dd

Browse files
feat(api): api update
1 parent e95421c commit b98e9dd

File tree

6 files changed

+97
-97
lines changed

6 files changed

+97
-97
lines changed

.stats.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 1727
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-dacc4cb6d67067b5769858b798c2505c361e4f23167820f52f2543045ee792e8.yml
3-
openapi_spec_hash: b6924a971b9b542de41c687f4add4fe0
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-a357d68c00bef9ff1cffab1ac3c2d8b6850d708569cb0997c6a58833be71b3be.yml
3+
openapi_spec_hash: 9f05fcfc0035b7e8753f1facb697290e
44
config_hash: 3c780adf47c2d58e68dc5b7404d7b925

src/resources/rulesets/phases/phases.ts

+6-6
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ export namespace PhaseUpdateResponse {
257257
/**
258258
* Period in seconds over which the counter is being incremented.
259259
*/
260-
period: 10 | 60 | 600 | 3600;
260+
period: number;
261261

262262
/**
263263
* Defines when the ratelimit counter should be incremented. It is optional and
@@ -392,7 +392,7 @@ export namespace PhaseUpdateResponse {
392392
/**
393393
* Period in seconds over which the counter is being incremented.
394394
*/
395-
period: 10 | 60 | 600 | 3600;
395+
period: number;
396396

397397
/**
398398
* Defines when the ratelimit counter should be incremented. It is optional and
@@ -593,7 +593,7 @@ export namespace PhaseGetResponse {
593593
/**
594594
* Period in seconds over which the counter is being incremented.
595595
*/
596-
period: 10 | 60 | 600 | 3600;
596+
period: number;
597597

598598
/**
599599
* Defines when the ratelimit counter should be incremented. It is optional and
@@ -728,7 +728,7 @@ export namespace PhaseGetResponse {
728728
/**
729729
* Period in seconds over which the counter is being incremented.
730730
*/
731-
period: 10 | 60 | 600 | 3600;
731+
period: number;
732732

733733
/**
734734
* Defines when the ratelimit counter should be incremented. It is optional and
@@ -898,7 +898,7 @@ export namespace PhaseUpdateParams {
898898
/**
899899
* Period in seconds over which the counter is being incremented.
900900
*/
901-
period: 10 | 60 | 600 | 3600;
901+
period: number;
902902

903903
/**
904904
* Defines when the ratelimit counter should be incremented. It is optional and
@@ -1018,7 +1018,7 @@ export namespace PhaseUpdateParams {
10181018
/**
10191019
* Period in seconds over which the counter is being incremented.
10201020
*/
1021-
period: 10 | 60 | 600 | 3600;
1021+
period: number;
10221022

10231023
/**
10241024
* Defines when the ratelimit counter should be incremented. It is optional and

src/resources/rulesets/phases/versions.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ export namespace VersionGetResponse {
305305
/**
306306
* Period in seconds over which the counter is being incremented.
307307
*/
308-
period: 10 | 60 | 600 | 3600;
308+
period: number;
309309

310310
/**
311311
* Defines when the ratelimit counter should be incremented. It is optional and
@@ -440,7 +440,7 @@ export namespace VersionGetResponse {
440440
/**
441441
* Period in seconds over which the counter is being incremented.
442442
*/
443-
period: 10 | 60 | 600 | 3600;
443+
period: number;
444444

445445
/**
446446
* Defines when the ratelimit counter should be incremented. It is optional and

0 commit comments

Comments
 (0)