webflow-api 2.4.0 → 2.4.2

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.
Files changed (47) hide show
  1. package/api/resources/accessGroups/client/Client.js +2 -2
  2. package/api/resources/assets/client/Client.js +16 -16
  3. package/api/resources/collections/client/Client.js +10 -10
  4. package/api/resources/collections/resources/fields/client/Client.js +4 -4
  5. package/api/resources/collections/resources/items/client/Client.js +24 -24
  6. package/api/resources/ecommerce/client/Client.js +2 -2
  7. package/api/resources/forms/client/Client.js +10 -10
  8. package/api/resources/inventory/client/Client.js +4 -4
  9. package/api/resources/orders/client/Client.js +12 -12
  10. package/api/resources/pages/client/Client.js +10 -10
  11. package/api/resources/pages/resources/scripts/client/Client.js +6 -6
  12. package/api/resources/products/client/Client.js +12 -12
  13. package/api/resources/scripts/client/Client.js +6 -6
  14. package/api/resources/sites/client/Client.js +8 -8
  15. package/api/resources/sites/resources/activityLogs/client/Client.js +2 -2
  16. package/api/resources/sites/resources/scripts/client/Client.js +8 -8
  17. package/api/resources/token/client/Client.js +4 -4
  18. package/api/resources/users/client/Client.js +10 -10
  19. package/api/resources/webhooks/client/Client.js +8 -8
  20. package/dist/api/resources/accessGroups/client/Client.js +2 -2
  21. package/dist/api/resources/assets/client/Client.js +16 -16
  22. package/dist/api/resources/collections/client/Client.js +10 -10
  23. package/dist/api/resources/collections/resources/fields/client/Client.js +4 -4
  24. package/dist/api/resources/collections/resources/items/client/Client.js +24 -24
  25. package/dist/api/resources/ecommerce/client/Client.js +2 -2
  26. package/dist/api/resources/forms/client/Client.js +10 -10
  27. package/dist/api/resources/inventory/client/Client.js +4 -4
  28. package/dist/api/resources/orders/client/Client.js +12 -12
  29. package/dist/api/resources/pages/client/Client.js +10 -10
  30. package/dist/api/resources/pages/resources/scripts/client/Client.js +6 -6
  31. package/dist/api/resources/products/client/Client.js +12 -12
  32. package/dist/api/resources/scripts/client/Client.js +6 -6
  33. package/dist/api/resources/sites/client/Client.js +8 -8
  34. package/dist/api/resources/sites/resources/activityLogs/client/Client.js +2 -2
  35. package/dist/api/resources/sites/resources/scripts/client/Client.js +8 -8
  36. package/dist/api/resources/token/client/Client.js +4 -4
  37. package/dist/api/resources/users/client/Client.js +10 -10
  38. package/dist/api/resources/webhooks/client/Client.js +8 -8
  39. package/dist/version.d.ts +1 -1
  40. package/dist/version.js +1 -1
  41. package/dist/wrapper/ItemsClient.js +6 -6
  42. package/dist/wrapper/WebflowClient.js +9 -0
  43. package/package.json +1 -1
  44. package/version.d.ts +1 -1
  45. package/version.js +1 -1
  46. package/wrapper/ItemsClient.js +6 -6
  47. package/wrapper/WebflowClient.js +9 -0
@@ -87,8 +87,8 @@ class AccessGroups {
87
87
  Authorization: yield this._getAuthorizationHeader(),
88
88
  "X-Fern-Language": "JavaScript",
89
89
  "X-Fern-SDK-Name": "webflow-api",
90
- "X-Fern-SDK-Version": "2.4.0",
91
- "User-Agent": "webflow-api/2.4.0",
90
+ "X-Fern-SDK-Version": "2.4.2",
91
+ "User-Agent": "webflow-api/2.4.2",
92
92
  "X-Fern-Runtime": core.RUNTIME.type,
93
93
  "X-Fern-Runtime-Version": core.RUNTIME.version,
94
94
  },
@@ -74,8 +74,8 @@ class Assets {
74
74
  Authorization: yield this._getAuthorizationHeader(),
75
75
  "X-Fern-Language": "JavaScript",
76
76
  "X-Fern-SDK-Name": "webflow-api",
77
- "X-Fern-SDK-Version": "2.4.0",
78
- "User-Agent": "webflow-api/2.4.0",
77
+ "X-Fern-SDK-Version": "2.4.2",
78
+ "User-Agent": "webflow-api/2.4.2",
79
79
  "X-Fern-Runtime": core.RUNTIME.type,
80
80
  "X-Fern-Runtime-Version": core.RUNTIME.version,
81
81
  },
@@ -163,8 +163,8 @@ class Assets {
163
163
  Authorization: yield this._getAuthorizationHeader(),
164
164
  "X-Fern-Language": "JavaScript",
165
165
  "X-Fern-SDK-Name": "webflow-api",
166
- "X-Fern-SDK-Version": "2.4.0",
167
- "User-Agent": "webflow-api/2.4.0",
166
+ "X-Fern-SDK-Version": "2.4.2",
167
+ "User-Agent": "webflow-api/2.4.2",
168
168
  "X-Fern-Runtime": core.RUNTIME.type,
169
169
  "X-Fern-Runtime-Version": core.RUNTIME.version,
170
170
  },
@@ -249,8 +249,8 @@ class Assets {
249
249
  Authorization: yield this._getAuthorizationHeader(),
250
250
  "X-Fern-Language": "JavaScript",
251
251
  "X-Fern-SDK-Name": "webflow-api",
252
- "X-Fern-SDK-Version": "2.4.0",
253
- "User-Agent": "webflow-api/2.4.0",
252
+ "X-Fern-SDK-Version": "2.4.2",
253
+ "User-Agent": "webflow-api/2.4.2",
254
254
  "X-Fern-Runtime": core.RUNTIME.type,
255
255
  "X-Fern-Runtime-Version": core.RUNTIME.version,
256
256
  },
@@ -334,8 +334,8 @@ class Assets {
334
334
  Authorization: yield this._getAuthorizationHeader(),
335
335
  "X-Fern-Language": "JavaScript",
336
336
  "X-Fern-SDK-Name": "webflow-api",
337
- "X-Fern-SDK-Version": "2.4.0",
338
- "User-Agent": "webflow-api/2.4.0",
337
+ "X-Fern-SDK-Version": "2.4.2",
338
+ "User-Agent": "webflow-api/2.4.2",
339
339
  "X-Fern-Runtime": core.RUNTIME.type,
340
340
  "X-Fern-Runtime-Version": core.RUNTIME.version,
341
341
  },
@@ -416,8 +416,8 @@ class Assets {
416
416
  Authorization: yield this._getAuthorizationHeader(),
417
417
  "X-Fern-Language": "JavaScript",
418
418
  "X-Fern-SDK-Name": "webflow-api",
419
- "X-Fern-SDK-Version": "2.4.0",
420
- "User-Agent": "webflow-api/2.4.0",
419
+ "X-Fern-SDK-Version": "2.4.2",
420
+ "User-Agent": "webflow-api/2.4.2",
421
421
  "X-Fern-Runtime": core.RUNTIME.type,
422
422
  "X-Fern-Runtime-Version": core.RUNTIME.version,
423
423
  },
@@ -502,8 +502,8 @@ class Assets {
502
502
  Authorization: yield this._getAuthorizationHeader(),
503
503
  "X-Fern-Language": "JavaScript",
504
504
  "X-Fern-SDK-Name": "webflow-api",
505
- "X-Fern-SDK-Version": "2.4.0",
506
- "User-Agent": "webflow-api/2.4.0",
505
+ "X-Fern-SDK-Version": "2.4.2",
506
+ "User-Agent": "webflow-api/2.4.2",
507
507
  "X-Fern-Runtime": core.RUNTIME.type,
508
508
  "X-Fern-Runtime-Version": core.RUNTIME.version,
509
509
  },
@@ -590,8 +590,8 @@ class Assets {
590
590
  Authorization: yield this._getAuthorizationHeader(),
591
591
  "X-Fern-Language": "JavaScript",
592
592
  "X-Fern-SDK-Name": "webflow-api",
593
- "X-Fern-SDK-Version": "2.4.0",
594
- "User-Agent": "webflow-api/2.4.0",
593
+ "X-Fern-SDK-Version": "2.4.2",
594
+ "User-Agent": "webflow-api/2.4.2",
595
595
  "X-Fern-Runtime": core.RUNTIME.type,
596
596
  "X-Fern-Runtime-Version": core.RUNTIME.version,
597
597
  },
@@ -676,8 +676,8 @@ class Assets {
676
676
  Authorization: yield this._getAuthorizationHeader(),
677
677
  "X-Fern-Language": "JavaScript",
678
678
  "X-Fern-SDK-Name": "webflow-api",
679
- "X-Fern-SDK-Version": "2.4.0",
680
- "User-Agent": "webflow-api/2.4.0",
679
+ "X-Fern-SDK-Version": "2.4.2",
680
+ "User-Agent": "webflow-api/2.4.2",
681
681
  "X-Fern-Runtime": core.RUNTIME.type,
682
682
  "X-Fern-Runtime-Version": core.RUNTIME.version,
683
683
  },
@@ -76,8 +76,8 @@ class Collections {
76
76
  Authorization: yield this._getAuthorizationHeader(),
77
77
  "X-Fern-Language": "JavaScript",
78
78
  "X-Fern-SDK-Name": "webflow-api",
79
- "X-Fern-SDK-Version": "2.4.0",
80
- "User-Agent": "webflow-api/2.4.0",
79
+ "X-Fern-SDK-Version": "2.4.2",
80
+ "User-Agent": "webflow-api/2.4.2",
81
81
  "X-Fern-Runtime": core.RUNTIME.type,
82
82
  "X-Fern-Runtime-Version": core.RUNTIME.version,
83
83
  },
@@ -166,8 +166,8 @@ class Collections {
166
166
  Authorization: yield this._getAuthorizationHeader(),
167
167
  "X-Fern-Language": "JavaScript",
168
168
  "X-Fern-SDK-Name": "webflow-api",
169
- "X-Fern-SDK-Version": "2.4.0",
170
- "User-Agent": "webflow-api/2.4.0",
169
+ "X-Fern-SDK-Version": "2.4.2",
170
+ "User-Agent": "webflow-api/2.4.2",
171
171
  "X-Fern-Runtime": core.RUNTIME.type,
172
172
  "X-Fern-Runtime-Version": core.RUNTIME.version,
173
173
  },
@@ -252,8 +252,8 @@ class Collections {
252
252
  Authorization: yield this._getAuthorizationHeader(),
253
253
  "X-Fern-Language": "JavaScript",
254
254
  "X-Fern-SDK-Name": "webflow-api",
255
- "X-Fern-SDK-Version": "2.4.0",
256
- "User-Agent": "webflow-api/2.4.0",
255
+ "X-Fern-SDK-Version": "2.4.2",
256
+ "User-Agent": "webflow-api/2.4.2",
257
257
  "X-Fern-Runtime": core.RUNTIME.type,
258
258
  "X-Fern-Runtime-Version": core.RUNTIME.version,
259
259
  },
@@ -337,8 +337,8 @@ class Collections {
337
337
  Authorization: yield this._getAuthorizationHeader(),
338
338
  "X-Fern-Language": "JavaScript",
339
339
  "X-Fern-SDK-Name": "webflow-api",
340
- "X-Fern-SDK-Version": "2.4.0",
341
- "User-Agent": "webflow-api/2.4.0",
340
+ "X-Fern-SDK-Version": "2.4.2",
341
+ "User-Agent": "webflow-api/2.4.2",
342
342
  "X-Fern-Runtime": core.RUNTIME.type,
343
343
  "X-Fern-Runtime-Version": core.RUNTIME.version,
344
344
  },
@@ -417,8 +417,8 @@ class Collections {
417
417
  Authorization: yield this._getAuthorizationHeader(),
418
418
  "X-Fern-Language": "JavaScript",
419
419
  "X-Fern-SDK-Name": "webflow-api",
420
- "X-Fern-SDK-Version": "2.4.0",
421
- "User-Agent": "webflow-api/2.4.0",
420
+ "X-Fern-SDK-Version": "2.4.2",
421
+ "User-Agent": "webflow-api/2.4.2",
422
422
  "X-Fern-Runtime": core.RUNTIME.type,
423
423
  "X-Fern-Runtime-Version": core.RUNTIME.version,
424
424
  },
@@ -80,8 +80,8 @@ class Fields {
80
80
  Authorization: yield this._getAuthorizationHeader(),
81
81
  "X-Fern-Language": "JavaScript",
82
82
  "X-Fern-SDK-Name": "webflow-api",
83
- "X-Fern-SDK-Version": "2.4.0",
84
- "User-Agent": "webflow-api/2.4.0",
83
+ "X-Fern-SDK-Version": "2.4.2",
84
+ "User-Agent": "webflow-api/2.4.2",
85
85
  "X-Fern-Runtime": core.RUNTIME.type,
86
86
  "X-Fern-Runtime-Version": core.RUNTIME.version,
87
87
  },
@@ -172,8 +172,8 @@ class Fields {
172
172
  Authorization: yield this._getAuthorizationHeader(),
173
173
  "X-Fern-Language": "JavaScript",
174
174
  "X-Fern-SDK-Name": "webflow-api",
175
- "X-Fern-SDK-Version": "2.4.0",
176
- "User-Agent": "webflow-api/2.4.0",
175
+ "X-Fern-SDK-Version": "2.4.2",
176
+ "User-Agent": "webflow-api/2.4.2",
177
177
  "X-Fern-Runtime": core.RUNTIME.type,
178
178
  "X-Fern-Runtime-Version": core.RUNTIME.version,
179
179
  },
@@ -98,8 +98,8 @@ class Items {
98
98
  Authorization: yield this._getAuthorizationHeader(),
99
99
  "X-Fern-Language": "JavaScript",
100
100
  "X-Fern-SDK-Name": "webflow-api",
101
- "X-Fern-SDK-Version": "2.4.0",
102
- "User-Agent": "webflow-api/2.4.0",
101
+ "X-Fern-SDK-Version": "2.4.2",
102
+ "User-Agent": "webflow-api/2.4.2",
103
103
  "X-Fern-Runtime": core.RUNTIME.type,
104
104
  "X-Fern-Runtime-Version": core.RUNTIME.version,
105
105
  },
@@ -197,8 +197,8 @@ class Items {
197
197
  Authorization: yield this._getAuthorizationHeader(),
198
198
  "X-Fern-Language": "JavaScript",
199
199
  "X-Fern-SDK-Name": "webflow-api",
200
- "X-Fern-SDK-Version": "2.4.0",
201
- "User-Agent": "webflow-api/2.4.0",
200
+ "X-Fern-SDK-Version": "2.4.2",
201
+ "User-Agent": "webflow-api/2.4.2",
202
202
  "X-Fern-Runtime": core.RUNTIME.type,
203
203
  "X-Fern-Runtime-Version": core.RUNTIME.version,
204
204
  },
@@ -307,8 +307,8 @@ class Items {
307
307
  Authorization: yield this._getAuthorizationHeader(),
308
308
  "X-Fern-Language": "JavaScript",
309
309
  "X-Fern-SDK-Name": "webflow-api",
310
- "X-Fern-SDK-Version": "2.4.0",
311
- "User-Agent": "webflow-api/2.4.0",
310
+ "X-Fern-SDK-Version": "2.4.2",
311
+ "User-Agent": "webflow-api/2.4.2",
312
312
  "X-Fern-Runtime": core.RUNTIME.type,
313
313
  "X-Fern-Runtime-Version": core.RUNTIME.version,
314
314
  },
@@ -406,8 +406,8 @@ class Items {
406
406
  Authorization: yield this._getAuthorizationHeader(),
407
407
  "X-Fern-Language": "JavaScript",
408
408
  "X-Fern-SDK-Name": "webflow-api",
409
- "X-Fern-SDK-Version": "2.4.0",
410
- "User-Agent": "webflow-api/2.4.0",
409
+ "X-Fern-SDK-Version": "2.4.2",
410
+ "User-Agent": "webflow-api/2.4.2",
411
411
  "X-Fern-Runtime": core.RUNTIME.type,
412
412
  "X-Fern-Runtime-Version": core.RUNTIME.version,
413
413
  },
@@ -495,8 +495,8 @@ class Items {
495
495
  Authorization: yield this._getAuthorizationHeader(),
496
496
  "X-Fern-Language": "JavaScript",
497
497
  "X-Fern-SDK-Name": "webflow-api",
498
- "X-Fern-SDK-Version": "2.4.0",
499
- "User-Agent": "webflow-api/2.4.0",
498
+ "X-Fern-SDK-Version": "2.4.2",
499
+ "User-Agent": "webflow-api/2.4.2",
500
500
  "X-Fern-Runtime": core.RUNTIME.type,
501
501
  "X-Fern-Runtime-Version": core.RUNTIME.version,
502
502
  },
@@ -588,8 +588,8 @@ class Items {
588
588
  Authorization: yield this._getAuthorizationHeader(),
589
589
  "X-Fern-Language": "JavaScript",
590
590
  "X-Fern-SDK-Name": "webflow-api",
591
- "X-Fern-SDK-Version": "2.4.0",
592
- "User-Agent": "webflow-api/2.4.0",
591
+ "X-Fern-SDK-Version": "2.4.2",
592
+ "User-Agent": "webflow-api/2.4.2",
593
593
  "X-Fern-Runtime": core.RUNTIME.type,
594
594
  "X-Fern-Runtime-Version": core.RUNTIME.version,
595
595
  },
@@ -681,8 +681,8 @@ class Items {
681
681
  Authorization: yield this._getAuthorizationHeader(),
682
682
  "X-Fern-Language": "JavaScript",
683
683
  "X-Fern-SDK-Name": "webflow-api",
684
- "X-Fern-SDK-Version": "2.4.0",
685
- "User-Agent": "webflow-api/2.4.0",
684
+ "X-Fern-SDK-Version": "2.4.2",
685
+ "User-Agent": "webflow-api/2.4.2",
686
686
  "X-Fern-Runtime": core.RUNTIME.type,
687
687
  "X-Fern-Runtime-Version": core.RUNTIME.version,
688
688
  },
@@ -775,8 +775,8 @@ class Items {
775
775
  Authorization: yield this._getAuthorizationHeader(),
776
776
  "X-Fern-Language": "JavaScript",
777
777
  "X-Fern-SDK-Name": "webflow-api",
778
- "X-Fern-SDK-Version": "2.4.0",
779
- "User-Agent": "webflow-api/2.4.0",
778
+ "X-Fern-SDK-Version": "2.4.2",
779
+ "User-Agent": "webflow-api/2.4.2",
780
780
  "X-Fern-Runtime": core.RUNTIME.type,
781
781
  "X-Fern-Runtime-Version": core.RUNTIME.version,
782
782
  },
@@ -868,8 +868,8 @@ class Items {
868
868
  Authorization: yield this._getAuthorizationHeader(),
869
869
  "X-Fern-Language": "JavaScript",
870
870
  "X-Fern-SDK-Name": "webflow-api",
871
- "X-Fern-SDK-Version": "2.4.0",
872
- "User-Agent": "webflow-api/2.4.0",
871
+ "X-Fern-SDK-Version": "2.4.2",
872
+ "User-Agent": "webflow-api/2.4.2",
873
873
  "X-Fern-Runtime": core.RUNTIME.type,
874
874
  "X-Fern-Runtime-Version": core.RUNTIME.version,
875
875
  },
@@ -961,8 +961,8 @@ class Items {
961
961
  Authorization: yield this._getAuthorizationHeader(),
962
962
  "X-Fern-Language": "JavaScript",
963
963
  "X-Fern-SDK-Name": "webflow-api",
964
- "X-Fern-SDK-Version": "2.4.0",
965
- "User-Agent": "webflow-api/2.4.0",
964
+ "X-Fern-SDK-Version": "2.4.2",
965
+ "User-Agent": "webflow-api/2.4.2",
966
966
  "X-Fern-Runtime": core.RUNTIME.type,
967
967
  "X-Fern-Runtime-Version": core.RUNTIME.version,
968
968
  },
@@ -1055,8 +1055,8 @@ class Items {
1055
1055
  Authorization: yield this._getAuthorizationHeader(),
1056
1056
  "X-Fern-Language": "JavaScript",
1057
1057
  "X-Fern-SDK-Name": "webflow-api",
1058
- "X-Fern-SDK-Version": "2.4.0",
1059
- "User-Agent": "webflow-api/2.4.0",
1058
+ "X-Fern-SDK-Version": "2.4.2",
1059
+ "User-Agent": "webflow-api/2.4.2",
1060
1060
  "X-Fern-Runtime": core.RUNTIME.type,
1061
1061
  "X-Fern-Runtime-Version": core.RUNTIME.version,
1062
1062
  },
@@ -1144,8 +1144,8 @@ class Items {
1144
1144
  Authorization: yield this._getAuthorizationHeader(),
1145
1145
  "X-Fern-Language": "JavaScript",
1146
1146
  "X-Fern-SDK-Name": "webflow-api",
1147
- "X-Fern-SDK-Version": "2.4.0",
1148
- "User-Agent": "webflow-api/2.4.0",
1147
+ "X-Fern-SDK-Version": "2.4.2",
1148
+ "User-Agent": "webflow-api/2.4.2",
1149
1149
  "X-Fern-Runtime": core.RUNTIME.type,
1150
1150
  "X-Fern-Runtime-Version": core.RUNTIME.version,
1151
1151
  },
@@ -78,8 +78,8 @@ class Ecommerce {
78
78
  Authorization: yield this._getAuthorizationHeader(),
79
79
  "X-Fern-Language": "JavaScript",
80
80
  "X-Fern-SDK-Name": "webflow-api",
81
- "X-Fern-SDK-Version": "2.4.0",
82
- "User-Agent": "webflow-api/2.4.0",
81
+ "X-Fern-SDK-Version": "2.4.2",
82
+ "User-Agent": "webflow-api/2.4.2",
83
83
  "X-Fern-Runtime": core.RUNTIME.type,
84
84
  "X-Fern-Runtime-Version": core.RUNTIME.version,
85
85
  },
@@ -85,8 +85,8 @@ class Forms {
85
85
  Authorization: yield this._getAuthorizationHeader(),
86
86
  "X-Fern-Language": "JavaScript",
87
87
  "X-Fern-SDK-Name": "webflow-api",
88
- "X-Fern-SDK-Version": "2.4.0",
89
- "User-Agent": "webflow-api/2.4.0",
88
+ "X-Fern-SDK-Version": "2.4.2",
89
+ "User-Agent": "webflow-api/2.4.2",
90
90
  "X-Fern-Runtime": core.RUNTIME.type,
91
91
  "X-Fern-Runtime-Version": core.RUNTIME.version,
92
92
  },
@@ -176,8 +176,8 @@ class Forms {
176
176
  Authorization: yield this._getAuthorizationHeader(),
177
177
  "X-Fern-Language": "JavaScript",
178
178
  "X-Fern-SDK-Name": "webflow-api",
179
- "X-Fern-SDK-Version": "2.4.0",
180
- "User-Agent": "webflow-api/2.4.0",
179
+ "X-Fern-SDK-Version": "2.4.2",
180
+ "User-Agent": "webflow-api/2.4.2",
181
181
  "X-Fern-Runtime": core.RUNTIME.type,
182
182
  "X-Fern-Runtime-Version": core.RUNTIME.version,
183
183
  },
@@ -273,8 +273,8 @@ class Forms {
273
273
  Authorization: yield this._getAuthorizationHeader(),
274
274
  "X-Fern-Language": "JavaScript",
275
275
  "X-Fern-SDK-Name": "webflow-api",
276
- "X-Fern-SDK-Version": "2.4.0",
277
- "User-Agent": "webflow-api/2.4.0",
276
+ "X-Fern-SDK-Version": "2.4.2",
277
+ "User-Agent": "webflow-api/2.4.2",
278
278
  "X-Fern-Runtime": core.RUNTIME.type,
279
279
  "X-Fern-Runtime-Version": core.RUNTIME.version,
280
280
  },
@@ -362,8 +362,8 @@ class Forms {
362
362
  Authorization: yield this._getAuthorizationHeader(),
363
363
  "X-Fern-Language": "JavaScript",
364
364
  "X-Fern-SDK-Name": "webflow-api",
365
- "X-Fern-SDK-Version": "2.4.0",
366
- "User-Agent": "webflow-api/2.4.0",
365
+ "X-Fern-SDK-Version": "2.4.2",
366
+ "User-Agent": "webflow-api/2.4.2",
367
367
  "X-Fern-Runtime": core.RUNTIME.type,
368
368
  "X-Fern-Runtime-Version": core.RUNTIME.version,
369
369
  },
@@ -452,8 +452,8 @@ class Forms {
452
452
  Authorization: yield this._getAuthorizationHeader(),
453
453
  "X-Fern-Language": "JavaScript",
454
454
  "X-Fern-SDK-Name": "webflow-api",
455
- "X-Fern-SDK-Version": "2.4.0",
456
- "User-Agent": "webflow-api/2.4.0",
455
+ "X-Fern-SDK-Version": "2.4.2",
456
+ "User-Agent": "webflow-api/2.4.2",
457
457
  "X-Fern-Runtime": core.RUNTIME.type,
458
458
  "X-Fern-Runtime-Version": core.RUNTIME.version,
459
459
  },
@@ -79,8 +79,8 @@ class Inventory {
79
79
  Authorization: yield this._getAuthorizationHeader(),
80
80
  "X-Fern-Language": "JavaScript",
81
81
  "X-Fern-SDK-Name": "webflow-api",
82
- "X-Fern-SDK-Version": "2.4.0",
83
- "User-Agent": "webflow-api/2.4.0",
82
+ "X-Fern-SDK-Version": "2.4.2",
83
+ "User-Agent": "webflow-api/2.4.2",
84
84
  "X-Fern-Runtime": core.RUNTIME.type,
85
85
  "X-Fern-Runtime-Version": core.RUNTIME.version,
86
86
  },
@@ -176,8 +176,8 @@ class Inventory {
176
176
  Authorization: yield this._getAuthorizationHeader(),
177
177
  "X-Fern-Language": "JavaScript",
178
178
  "X-Fern-SDK-Name": "webflow-api",
179
- "X-Fern-SDK-Version": "2.4.0",
180
- "User-Agent": "webflow-api/2.4.0",
179
+ "X-Fern-SDK-Version": "2.4.2",
180
+ "User-Agent": "webflow-api/2.4.2",
181
181
  "X-Fern-Runtime": core.RUNTIME.type,
182
182
  "X-Fern-Runtime-Version": core.RUNTIME.version,
183
183
  },
@@ -90,8 +90,8 @@ class Orders {
90
90
  Authorization: yield this._getAuthorizationHeader(),
91
91
  "X-Fern-Language": "JavaScript",
92
92
  "X-Fern-SDK-Name": "webflow-api",
93
- "X-Fern-SDK-Version": "2.4.0",
94
- "User-Agent": "webflow-api/2.4.0",
93
+ "X-Fern-SDK-Version": "2.4.2",
94
+ "User-Agent": "webflow-api/2.4.2",
95
95
  "X-Fern-Runtime": core.RUNTIME.type,
96
96
  "X-Fern-Runtime-Version": core.RUNTIME.version,
97
97
  },
@@ -185,8 +185,8 @@ class Orders {
185
185
  Authorization: yield this._getAuthorizationHeader(),
186
186
  "X-Fern-Language": "JavaScript",
187
187
  "X-Fern-SDK-Name": "webflow-api",
188
- "X-Fern-SDK-Version": "2.4.0",
189
- "User-Agent": "webflow-api/2.4.0",
188
+ "X-Fern-SDK-Version": "2.4.2",
189
+ "User-Agent": "webflow-api/2.4.2",
190
190
  "X-Fern-Runtime": core.RUNTIME.type,
191
191
  "X-Fern-Runtime-Version": core.RUNTIME.version,
192
192
  },
@@ -280,8 +280,8 @@ class Orders {
280
280
  Authorization: yield this._getAuthorizationHeader(),
281
281
  "X-Fern-Language": "JavaScript",
282
282
  "X-Fern-SDK-Name": "webflow-api",
283
- "X-Fern-SDK-Version": "2.4.0",
284
- "User-Agent": "webflow-api/2.4.0",
283
+ "X-Fern-SDK-Version": "2.4.2",
284
+ "User-Agent": "webflow-api/2.4.2",
285
285
  "X-Fern-Runtime": core.RUNTIME.type,
286
286
  "X-Fern-Runtime-Version": core.RUNTIME.version,
287
287
  },
@@ -376,8 +376,8 @@ class Orders {
376
376
  Authorization: yield this._getAuthorizationHeader(),
377
377
  "X-Fern-Language": "JavaScript",
378
378
  "X-Fern-SDK-Name": "webflow-api",
379
- "X-Fern-SDK-Version": "2.4.0",
380
- "User-Agent": "webflow-api/2.4.0",
379
+ "X-Fern-SDK-Version": "2.4.2",
380
+ "User-Agent": "webflow-api/2.4.2",
381
381
  "X-Fern-Runtime": core.RUNTIME.type,
382
382
  "X-Fern-Runtime-Version": core.RUNTIME.version,
383
383
  },
@@ -471,8 +471,8 @@ class Orders {
471
471
  Authorization: yield this._getAuthorizationHeader(),
472
472
  "X-Fern-Language": "JavaScript",
473
473
  "X-Fern-SDK-Name": "webflow-api",
474
- "X-Fern-SDK-Version": "2.4.0",
475
- "User-Agent": "webflow-api/2.4.0",
474
+ "X-Fern-SDK-Version": "2.4.2",
475
+ "User-Agent": "webflow-api/2.4.2",
476
476
  "X-Fern-Runtime": core.RUNTIME.type,
477
477
  "X-Fern-Runtime-Version": core.RUNTIME.version,
478
478
  },
@@ -567,8 +567,8 @@ class Orders {
567
567
  Authorization: yield this._getAuthorizationHeader(),
568
568
  "X-Fern-Language": "JavaScript",
569
569
  "X-Fern-SDK-Name": "webflow-api",
570
- "X-Fern-SDK-Version": "2.4.0",
571
- "User-Agent": "webflow-api/2.4.0",
570
+ "X-Fern-SDK-Version": "2.4.2",
571
+ "User-Agent": "webflow-api/2.4.2",
572
572
  "X-Fern-Runtime": core.RUNTIME.type,
573
573
  "X-Fern-Runtime-Version": core.RUNTIME.version,
574
574
  },
@@ -100,8 +100,8 @@ class Pages {
100
100
  Authorization: yield this._getAuthorizationHeader(),
101
101
  "X-Fern-Language": "JavaScript",
102
102
  "X-Fern-SDK-Name": "webflow-api",
103
- "X-Fern-SDK-Version": "2.4.0",
104
- "User-Agent": "webflow-api/2.4.0",
103
+ "X-Fern-SDK-Version": "2.4.2",
104
+ "User-Agent": "webflow-api/2.4.2",
105
105
  "X-Fern-Runtime": core.RUNTIME.type,
106
106
  "X-Fern-Runtime-Version": core.RUNTIME.version,
107
107
  },
@@ -194,8 +194,8 @@ class Pages {
194
194
  Authorization: yield this._getAuthorizationHeader(),
195
195
  "X-Fern-Language": "JavaScript",
196
196
  "X-Fern-SDK-Name": "webflow-api",
197
- "X-Fern-SDK-Version": "2.4.0",
198
- "User-Agent": "webflow-api/2.4.0",
197
+ "X-Fern-SDK-Version": "2.4.2",
198
+ "User-Agent": "webflow-api/2.4.2",
199
199
  "X-Fern-Runtime": core.RUNTIME.type,
200
200
  "X-Fern-Runtime-Version": core.RUNTIME.version,
201
201
  },
@@ -313,8 +313,8 @@ class Pages {
313
313
  Authorization: yield this._getAuthorizationHeader(),
314
314
  "X-Fern-Language": "JavaScript",
315
315
  "X-Fern-SDK-Name": "webflow-api",
316
- "X-Fern-SDK-Version": "2.4.0",
317
- "User-Agent": "webflow-api/2.4.0",
316
+ "X-Fern-SDK-Version": "2.4.2",
317
+ "User-Agent": "webflow-api/2.4.2",
318
318
  "X-Fern-Runtime": core.RUNTIME.type,
319
319
  "X-Fern-Runtime-Version": core.RUNTIME.version,
320
320
  },
@@ -415,8 +415,8 @@ class Pages {
415
415
  Authorization: yield this._getAuthorizationHeader(),
416
416
  "X-Fern-Language": "JavaScript",
417
417
  "X-Fern-SDK-Name": "webflow-api",
418
- "X-Fern-SDK-Version": "2.4.0",
419
- "User-Agent": "webflow-api/2.4.0",
418
+ "X-Fern-SDK-Version": "2.4.2",
419
+ "User-Agent": "webflow-api/2.4.2",
420
420
  "X-Fern-Runtime": core.RUNTIME.type,
421
421
  "X-Fern-Runtime-Version": core.RUNTIME.version,
422
422
  },
@@ -524,8 +524,8 @@ class Pages {
524
524
  Authorization: yield this._getAuthorizationHeader(),
525
525
  "X-Fern-Language": "JavaScript",
526
526
  "X-Fern-SDK-Name": "webflow-api",
527
- "X-Fern-SDK-Version": "2.4.0",
528
- "User-Agent": "webflow-api/2.4.0",
527
+ "X-Fern-SDK-Version": "2.4.2",
528
+ "User-Agent": "webflow-api/2.4.2",
529
529
  "X-Fern-Runtime": core.RUNTIME.type,
530
530
  "X-Fern-Runtime-Version": core.RUNTIME.version,
531
531
  },
@@ -74,8 +74,8 @@ class Scripts {
74
74
  Authorization: yield this._getAuthorizationHeader(),
75
75
  "X-Fern-Language": "JavaScript",
76
76
  "X-Fern-SDK-Name": "webflow-api",
77
- "X-Fern-SDK-Version": "2.4.0",
78
- "User-Agent": "webflow-api/2.4.0",
77
+ "X-Fern-SDK-Version": "2.4.2",
78
+ "User-Agent": "webflow-api/2.4.2",
79
79
  "X-Fern-Runtime": core.RUNTIME.type,
80
80
  "X-Fern-Runtime-Version": core.RUNTIME.version,
81
81
  },
@@ -173,8 +173,8 @@ class Scripts {
173
173
  Authorization: yield this._getAuthorizationHeader(),
174
174
  "X-Fern-Language": "JavaScript",
175
175
  "X-Fern-SDK-Name": "webflow-api",
176
- "X-Fern-SDK-Version": "2.4.0",
177
- "User-Agent": "webflow-api/2.4.0",
176
+ "X-Fern-SDK-Version": "2.4.2",
177
+ "User-Agent": "webflow-api/2.4.2",
178
178
  "X-Fern-Runtime": core.RUNTIME.type,
179
179
  "X-Fern-Runtime-Version": core.RUNTIME.version,
180
180
  },
@@ -259,8 +259,8 @@ class Scripts {
259
259
  Authorization: yield this._getAuthorizationHeader(),
260
260
  "X-Fern-Language": "JavaScript",
261
261
  "X-Fern-SDK-Name": "webflow-api",
262
- "X-Fern-SDK-Version": "2.4.0",
263
- "User-Agent": "webflow-api/2.4.0",
262
+ "X-Fern-SDK-Version": "2.4.2",
263
+ "User-Agent": "webflow-api/2.4.2",
264
264
  "X-Fern-Runtime": core.RUNTIME.type,
265
265
  "X-Fern-Runtime-Version": core.RUNTIME.version,
266
266
  },
@@ -87,8 +87,8 @@ class Products {
87
87
  Authorization: yield this._getAuthorizationHeader(),
88
88
  "X-Fern-Language": "JavaScript",
89
89
  "X-Fern-SDK-Name": "webflow-api",
90
- "X-Fern-SDK-Version": "2.4.0",
91
- "User-Agent": "webflow-api/2.4.0",
90
+ "X-Fern-SDK-Version": "2.4.2",
91
+ "User-Agent": "webflow-api/2.4.2",
92
92
  "X-Fern-Runtime": core.RUNTIME.type,
93
93
  "X-Fern-Runtime-Version": core.RUNTIME.version,
94
94
  },
@@ -188,8 +188,8 @@ class Products {
188
188
  Authorization: yield this._getAuthorizationHeader(),
189
189
  "X-Fern-Language": "JavaScript",
190
190
  "X-Fern-SDK-Name": "webflow-api",
191
- "X-Fern-SDK-Version": "2.4.0",
192
- "User-Agent": "webflow-api/2.4.0",
191
+ "X-Fern-SDK-Version": "2.4.2",
192
+ "User-Agent": "webflow-api/2.4.2",
193
193
  "X-Fern-Runtime": core.RUNTIME.type,
194
194
  "X-Fern-Runtime-Version": core.RUNTIME.version,
195
195
  },
@@ -283,8 +283,8 @@ class Products {
283
283
  Authorization: yield this._getAuthorizationHeader(),
284
284
  "X-Fern-Language": "JavaScript",
285
285
  "X-Fern-SDK-Name": "webflow-api",
286
- "X-Fern-SDK-Version": "2.4.0",
287
- "User-Agent": "webflow-api/2.4.0",
286
+ "X-Fern-SDK-Version": "2.4.2",
287
+ "User-Agent": "webflow-api/2.4.2",
288
288
  "X-Fern-Runtime": core.RUNTIME.type,
289
289
  "X-Fern-Runtime-Version": core.RUNTIME.version,
290
290
  },
@@ -378,8 +378,8 @@ class Products {
378
378
  Authorization: yield this._getAuthorizationHeader(),
379
379
  "X-Fern-Language": "JavaScript",
380
380
  "X-Fern-SDK-Name": "webflow-api",
381
- "X-Fern-SDK-Version": "2.4.0",
382
- "User-Agent": "webflow-api/2.4.0",
381
+ "X-Fern-SDK-Version": "2.4.2",
382
+ "User-Agent": "webflow-api/2.4.2",
383
383
  "X-Fern-Runtime": core.RUNTIME.type,
384
384
  "X-Fern-Runtime-Version": core.RUNTIME.version,
385
385
  },
@@ -478,8 +478,8 @@ class Products {
478
478
  Authorization: yield this._getAuthorizationHeader(),
479
479
  "X-Fern-Language": "JavaScript",
480
480
  "X-Fern-SDK-Name": "webflow-api",
481
- "X-Fern-SDK-Version": "2.4.0",
482
- "User-Agent": "webflow-api/2.4.0",
481
+ "X-Fern-SDK-Version": "2.4.2",
482
+ "User-Agent": "webflow-api/2.4.2",
483
483
  "X-Fern-Runtime": core.RUNTIME.type,
484
484
  "X-Fern-Runtime-Version": core.RUNTIME.version,
485
485
  },
@@ -577,8 +577,8 @@ class Products {
577
577
  Authorization: yield this._getAuthorizationHeader(),
578
578
  "X-Fern-Language": "JavaScript",
579
579
  "X-Fern-SDK-Name": "webflow-api",
580
- "X-Fern-SDK-Version": "2.4.0",
581
- "User-Agent": "webflow-api/2.4.0",
580
+ "X-Fern-SDK-Version": "2.4.2",
581
+ "User-Agent": "webflow-api/2.4.2",
582
582
  "X-Fern-Runtime": core.RUNTIME.type,
583
583
  "X-Fern-Runtime-Version": core.RUNTIME.version,
584
584
  },