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
@@ -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
  },
@@ -165,8 +165,8 @@ class Scripts {
165
165
  Authorization: yield this._getAuthorizationHeader(),
166
166
  "X-Fern-Language": "JavaScript",
167
167
  "X-Fern-SDK-Name": "webflow-api",
168
- "X-Fern-SDK-Version": "2.4.0",
169
- "User-Agent": "webflow-api/2.4.0",
168
+ "X-Fern-SDK-Version": "2.4.2",
169
+ "User-Agent": "webflow-api/2.4.2",
170
170
  "X-Fern-Runtime": core.RUNTIME.type,
171
171
  "X-Fern-Runtime-Version": core.RUNTIME.version,
172
172
  },
@@ -256,8 +256,8 @@ class Scripts {
256
256
  Authorization: yield this._getAuthorizationHeader(),
257
257
  "X-Fern-Language": "JavaScript",
258
258
  "X-Fern-SDK-Name": "webflow-api",
259
- "X-Fern-SDK-Version": "2.4.0",
260
- "User-Agent": "webflow-api/2.4.0",
259
+ "X-Fern-SDK-Version": "2.4.2",
260
+ "User-Agent": "webflow-api/2.4.2",
261
261
  "X-Fern-Runtime": core.RUNTIME.type,
262
262
  "X-Fern-Runtime-Version": core.RUNTIME.version,
263
263
  },
@@ -73,8 +73,8 @@ class Sites {
73
73
  Authorization: yield this._getAuthorizationHeader(),
74
74
  "X-Fern-Language": "JavaScript",
75
75
  "X-Fern-SDK-Name": "webflow-api",
76
- "X-Fern-SDK-Version": "2.4.0",
77
- "User-Agent": "webflow-api/2.4.0",
76
+ "X-Fern-SDK-Version": "2.4.2",
77
+ "User-Agent": "webflow-api/2.4.2",
78
78
  "X-Fern-Runtime": core.RUNTIME.type,
79
79
  "X-Fern-Runtime-Version": core.RUNTIME.version,
80
80
  },
@@ -154,8 +154,8 @@ class Sites {
154
154
  Authorization: yield this._getAuthorizationHeader(),
155
155
  "X-Fern-Language": "JavaScript",
156
156
  "X-Fern-SDK-Name": "webflow-api",
157
- "X-Fern-SDK-Version": "2.4.0",
158
- "User-Agent": "webflow-api/2.4.0",
157
+ "X-Fern-SDK-Version": "2.4.2",
158
+ "User-Agent": "webflow-api/2.4.2",
159
159
  "X-Fern-Runtime": core.RUNTIME.type,
160
160
  "X-Fern-Runtime-Version": core.RUNTIME.version,
161
161
  },
@@ -239,8 +239,8 @@ class Sites {
239
239
  Authorization: yield this._getAuthorizationHeader(),
240
240
  "X-Fern-Language": "JavaScript",
241
241
  "X-Fern-SDK-Name": "webflow-api",
242
- "X-Fern-SDK-Version": "2.4.0",
243
- "User-Agent": "webflow-api/2.4.0",
242
+ "X-Fern-SDK-Version": "2.4.2",
243
+ "User-Agent": "webflow-api/2.4.2",
244
244
  "X-Fern-Runtime": core.RUNTIME.type,
245
245
  "X-Fern-Runtime-Version": core.RUNTIME.version,
246
246
  },
@@ -325,8 +325,8 @@ class Sites {
325
325
  Authorization: yield this._getAuthorizationHeader(),
326
326
  "X-Fern-Language": "JavaScript",
327
327
  "X-Fern-SDK-Name": "webflow-api",
328
- "X-Fern-SDK-Version": "2.4.0",
329
- "User-Agent": "webflow-api/2.4.0",
328
+ "X-Fern-SDK-Version": "2.4.2",
329
+ "User-Agent": "webflow-api/2.4.2",
330
330
  "X-Fern-Runtime": core.RUNTIME.type,
331
331
  "X-Fern-Runtime-Version": core.RUNTIME.version,
332
332
  },
@@ -82,8 +82,8 @@ class ActivityLogs {
82
82
  Authorization: yield this._getAuthorizationHeader(),
83
83
  "X-Fern-Language": "JavaScript",
84
84
  "X-Fern-SDK-Name": "webflow-api",
85
- "X-Fern-SDK-Version": "2.4.0",
86
- "User-Agent": "webflow-api/2.4.0",
85
+ "X-Fern-SDK-Version": "2.4.2",
86
+ "User-Agent": "webflow-api/2.4.2",
87
87
  "X-Fern-Runtime": core.RUNTIME.type,
88
88
  "X-Fern-Runtime-Version": core.RUNTIME.version,
89
89
  },
@@ -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
  },
@@ -347,8 +347,8 @@ class Scripts {
347
347
  Authorization: yield this._getAuthorizationHeader(),
348
348
  "X-Fern-Language": "JavaScript",
349
349
  "X-Fern-SDK-Name": "webflow-api",
350
- "X-Fern-SDK-Version": "2.4.0",
351
- "User-Agent": "webflow-api/2.4.0",
350
+ "X-Fern-SDK-Version": "2.4.2",
351
+ "User-Agent": "webflow-api/2.4.2",
352
352
  "X-Fern-Runtime": core.RUNTIME.type,
353
353
  "X-Fern-Runtime-Version": core.RUNTIME.version,
354
354
  },
@@ -70,8 +70,8 @@ class Token {
70
70
  Authorization: yield this._getAuthorizationHeader(),
71
71
  "X-Fern-Language": "JavaScript",
72
72
  "X-Fern-SDK-Name": "webflow-api",
73
- "X-Fern-SDK-Version": "2.4.0",
74
- "User-Agent": "webflow-api/2.4.0",
73
+ "X-Fern-SDK-Version": "2.4.2",
74
+ "User-Agent": "webflow-api/2.4.2",
75
75
  "X-Fern-Runtime": core.RUNTIME.type,
76
76
  "X-Fern-Runtime-Version": core.RUNTIME.version,
77
77
  },
@@ -138,8 +138,8 @@ class Token {
138
138
  Authorization: yield this._getAuthorizationHeader(),
139
139
  "X-Fern-Language": "JavaScript",
140
140
  "X-Fern-SDK-Name": "webflow-api",
141
- "X-Fern-SDK-Version": "2.4.0",
142
- "User-Agent": "webflow-api/2.4.0",
141
+ "X-Fern-SDK-Version": "2.4.2",
142
+ "User-Agent": "webflow-api/2.4.2",
143
143
  "X-Fern-Runtime": core.RUNTIME.type,
144
144
  "X-Fern-Runtime-Version": core.RUNTIME.version,
145
145
  },
@@ -87,8 +87,8 @@ class Users {
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
  },
@@ -177,8 +177,8 @@ class Users {
177
177
  Authorization: yield this._getAuthorizationHeader(),
178
178
  "X-Fern-Language": "JavaScript",
179
179
  "X-Fern-SDK-Name": "webflow-api",
180
- "X-Fern-SDK-Version": "2.4.0",
181
- "User-Agent": "webflow-api/2.4.0",
180
+ "X-Fern-SDK-Version": "2.4.2",
181
+ "User-Agent": "webflow-api/2.4.2",
182
182
  "X-Fern-Runtime": core.RUNTIME.type,
183
183
  "X-Fern-Runtime-Version": core.RUNTIME.version,
184
184
  },
@@ -266,8 +266,8 @@ class Users {
266
266
  Authorization: yield this._getAuthorizationHeader(),
267
267
  "X-Fern-Language": "JavaScript",
268
268
  "X-Fern-SDK-Name": "webflow-api",
269
- "X-Fern-SDK-Version": "2.4.0",
270
- "User-Agent": "webflow-api/2.4.0",
269
+ "X-Fern-SDK-Version": "2.4.2",
270
+ "User-Agent": "webflow-api/2.4.2",
271
271
  "X-Fern-Runtime": core.RUNTIME.type,
272
272
  "X-Fern-Runtime-Version": core.RUNTIME.version,
273
273
  },
@@ -359,8 +359,8 @@ class Users {
359
359
  Authorization: yield this._getAuthorizationHeader(),
360
360
  "X-Fern-Language": "JavaScript",
361
361
  "X-Fern-SDK-Name": "webflow-api",
362
- "X-Fern-SDK-Version": "2.4.0",
363
- "User-Agent": "webflow-api/2.4.0",
362
+ "X-Fern-SDK-Version": "2.4.2",
363
+ "User-Agent": "webflow-api/2.4.2",
364
364
  "X-Fern-Runtime": core.RUNTIME.type,
365
365
  "X-Fern-Runtime-Version": core.RUNTIME.version,
366
366
  },
@@ -453,8 +453,8 @@ class Users {
453
453
  Authorization: yield this._getAuthorizationHeader(),
454
454
  "X-Fern-Language": "JavaScript",
455
455
  "X-Fern-SDK-Name": "webflow-api",
456
- "X-Fern-SDK-Version": "2.4.0",
457
- "User-Agent": "webflow-api/2.4.0",
456
+ "X-Fern-SDK-Version": "2.4.2",
457
+ "User-Agent": "webflow-api/2.4.2",
458
458
  "X-Fern-Runtime": core.RUNTIME.type,
459
459
  "X-Fern-Runtime-Version": core.RUNTIME.version,
460
460
  },
@@ -74,8 +74,8 @@ class Webhooks {
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
  },
@@ -168,8 +168,8 @@ class Webhooks {
168
168
  Authorization: yield this._getAuthorizationHeader(),
169
169
  "X-Fern-Language": "JavaScript",
170
170
  "X-Fern-SDK-Name": "webflow-api",
171
- "X-Fern-SDK-Version": "2.4.0",
172
- "User-Agent": "webflow-api/2.4.0",
171
+ "X-Fern-SDK-Version": "2.4.2",
172
+ "User-Agent": "webflow-api/2.4.2",
173
173
  "X-Fern-Runtime": core.RUNTIME.type,
174
174
  "X-Fern-Runtime-Version": core.RUNTIME.version,
175
175
  },
@@ -254,8 +254,8 @@ class Webhooks {
254
254
  Authorization: yield this._getAuthorizationHeader(),
255
255
  "X-Fern-Language": "JavaScript",
256
256
  "X-Fern-SDK-Name": "webflow-api",
257
- "X-Fern-SDK-Version": "2.4.0",
258
- "User-Agent": "webflow-api/2.4.0",
257
+ "X-Fern-SDK-Version": "2.4.2",
258
+ "User-Agent": "webflow-api/2.4.2",
259
259
  "X-Fern-Runtime": core.RUNTIME.type,
260
260
  "X-Fern-Runtime-Version": core.RUNTIME.version,
261
261
  },
@@ -339,8 +339,8 @@ class Webhooks {
339
339
  Authorization: yield this._getAuthorizationHeader(),
340
340
  "X-Fern-Language": "JavaScript",
341
341
  "X-Fern-SDK-Name": "webflow-api",
342
- "X-Fern-SDK-Version": "2.4.0",
343
- "User-Agent": "webflow-api/2.4.0",
342
+ "X-Fern-SDK-Version": "2.4.2",
343
+ "User-Agent": "webflow-api/2.4.2",
344
344
  "X-Fern-Runtime": core.RUNTIME.type,
345
345
  "X-Fern-Runtime-Version": core.RUNTIME.version,
346
346
  },
@@ -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
  },