@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.
@@ -2067,6 +2067,14 @@ export interface PutScriptRequest {
2067
2067
  name: string;
2068
2068
  type: "artifacts";
2069
2069
  namespace: string;
2070
+ } | {
2071
+ name: string;
2072
+ type: "ratelimit";
2073
+ namespaceId: string;
2074
+ simple: {
2075
+ limit: number;
2076
+ period: number;
2077
+ };
2070
2078
  })[];
2071
2079
  bodyPart?: string;
2072
2080
  compatibilityDate?: string;