@distilled.cloud/cloudflare 0.12.4 → 0.12.5

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.
@@ -495,6 +495,10 @@ export interface GetBetaWorkerVersionResponse {
495
495
  } | {
496
496
  name: string;
497
497
  type: "worker_loader";
498
+ } | {
499
+ name: string;
500
+ type: "artifacts";
501
+ namespace: string;
498
502
  })[] | null;
499
503
  /** Date indicating targeted support in the Workers runtime. Backwards incompatible fixes to the runtime following this date will not affect this Worker. */
500
504
  compatibilityDate?: string | null;
@@ -698,6 +702,10 @@ export interface ListBetaWorkerVersionsResponse {
698
702
  } | {
699
703
  name: string;
700
704
  type: "worker_loader";
705
+ } | {
706
+ name: string;
707
+ type: "artifacts";
708
+ namespace: string;
701
709
  })[] | null;
702
710
  compatibilityDate?: string | null;
703
711
  compatibilityFlags?: string[] | null;
@@ -898,6 +906,10 @@ export interface CreateBetaWorkerVersionRequest {
898
906
  } | {
899
907
  name: string;
900
908
  type: "worker_loader";
909
+ } | {
910
+ name: string;
911
+ type: "artifacts";
912
+ namespace: string;
901
913
  })[];
902
914
  /** Body param: Date indicating targeted support in the Workers runtime. Backwards incompatible fixes to the runtime following this date will not affect this Worker. */
903
915
  compatibilityDate?: string;
@@ -1109,6 +1121,10 @@ export interface CreateBetaWorkerVersionResponse {
1109
1121
  } | {
1110
1122
  name: string;
1111
1123
  type: "worker_loader";
1124
+ } | {
1125
+ name: string;
1126
+ type: "artifacts";
1127
+ namespace: string;
1112
1128
  })[] | null;
1113
1129
  /** Date indicating targeted support in the Workers runtime. Backwards incompatible fixes to the runtime following this date will not affect this Worker. */
1114
1130
  compatibilityDate?: string | null;
@@ -2025,6 +2041,10 @@ export interface PutScriptRequest {
2025
2041
  } | {
2026
2042
  name: string;
2027
2043
  type: "worker_loader";
2044
+ } | {
2045
+ name: string;
2046
+ type: "artifacts";
2047
+ namespace: string;
2028
2048
  })[];
2029
2049
  bodyPart?: string;
2030
2050
  compatibilityDate?: string;
@@ -2907,6 +2927,10 @@ export interface GetScriptScriptAndVersionSettingResponse {
2907
2927
  } | {
2908
2928
  name: string;
2909
2929
  type: "worker_loader";
2930
+ } | {
2931
+ name: string;
2932
+ type: "artifacts";
2933
+ namespace: string;
2910
2934
  })[] | null;
2911
2935
  /** Date indicating targeted support in the Workers runtime. Backwards incompatible fixes to the runtime following this date will not affect this Worker. */
2912
2936
  compatibilityDate?: string | null;
@@ -3084,6 +3108,10 @@ export interface PatchScriptScriptAndVersionSettingRequest {
3084
3108
  } | {
3085
3109
  name: string;
3086
3110
  type: "worker_loader";
3111
+ } | {
3112
+ name: string;
3113
+ type: "artifacts";
3114
+ namespace: string;
3087
3115
  })[];
3088
3116
  compatibilityDate?: string;
3089
3117
  compatibilityFlags?: string[];
@@ -3285,6 +3313,10 @@ export interface PatchScriptScriptAndVersionSettingResponse {
3285
3313
  } | {
3286
3314
  name: string;
3287
3315
  type: "worker_loader";
3316
+ } | {
3317
+ name: string;
3318
+ type: "artifacts";
3319
+ namespace: string;
3288
3320
  })[] | null;
3289
3321
  /** Date indicating targeted support in the Workers runtime. Backwards incompatible fixes to the runtime following this date will not affect this Worker. */
3290
3322
  compatibilityDate?: string | null;
@@ -3742,6 +3774,10 @@ export interface GetScriptVersionResponse {
3742
3774
  } | {
3743
3775
  name: string;
3744
3776
  type: "worker_loader";
3777
+ } | {
3778
+ name: string;
3779
+ type: "artifacts";
3780
+ namespace: string;
3745
3781
  })[] | null;
3746
3782
  script?: {
3747
3783
  etag?: string | null;
@@ -3955,6 +3991,10 @@ export interface CreateScriptVersionRequest {
3955
3991
  } | {
3956
3992
  name: string;
3957
3993
  type: "worker_loader";
3994
+ } | {
3995
+ name: string;
3996
+ type: "artifacts";
3997
+ namespace: string;
3958
3998
  })[];
3959
3999
  compatibilityDate?: string;
3960
4000
  compatibilityFlags?: string[];
@@ -4096,6 +4136,10 @@ export interface CreateScriptVersionResponse {
4096
4136
  } | {
4097
4137
  name: string;
4098
4138
  type: "worker_loader";
4139
+ } | {
4140
+ name: string;
4141
+ type: "artifacts";
4142
+ namespace: string;
4099
4143
  })[] | null;
4100
4144
  script?: {
4101
4145
  etag?: string | null;