@distilled.cloud/cloudflare 0.16.8 → 0.16.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3306,6 +3306,20 @@ export const PutScriptRequest = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
3306
3306
  storeId: "store_id",
3307
3307
  type: "type",
3308
3308
  })),
3309
+ Schema.Struct({
3310
+ name: Schema.String,
3311
+ type: Schema.Literal("ratelimit"),
3312
+ namespaceId: Schema.String,
3313
+ simple: Schema.Struct({
3314
+ limit: Schema.Number,
3315
+ period: Schema.Number,
3316
+ }),
3317
+ }).pipe(Schema.encodeKeys({
3318
+ name: "name",
3319
+ type: "type",
3320
+ namespaceId: "namespace_id",
3321
+ simple: "simple",
3322
+ })),
3309
3323
  Schema.Struct({
3310
3324
  dataset: Schema.String,
3311
3325
  name: Schema.String,