webflow-api 2.1.1 → 2.1.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 (71) hide show
  1. package/api/resources/accessGroups/client/Client.js +1 -1
  2. package/api/resources/assets/client/Client.js +8 -8
  3. package/api/resources/collections/client/Client.js +5 -5
  4. package/api/resources/collections/resources/fields/client/Client.js +2 -2
  5. package/api/resources/collections/resources/items/client/Client.d.ts +23 -2
  6. package/api/resources/collections/resources/items/client/Client.js +89 -11
  7. package/api/resources/collections/resources/items/client/requests/BulkCollectionItem.d.ts +34 -0
  8. package/api/resources/collections/resources/items/client/requests/BulkCollectionItem.js +5 -0
  9. package/api/resources/collections/resources/items/client/requests/index.d.ts +1 -0
  10. package/api/resources/collections/resources/items/types/BulkCollectionItemFieldData.d.ts +9 -0
  11. package/api/resources/collections/resources/items/types/BulkCollectionItemFieldData.js +5 -0
  12. package/api/resources/collections/resources/items/types/index.d.ts +1 -0
  13. package/api/resources/collections/resources/items/types/index.js +1 -0
  14. package/api/resources/ecommerce/client/Client.js +1 -1
  15. package/api/resources/forms/client/Client.js +5 -5
  16. package/api/resources/inventory/client/Client.js +2 -2
  17. package/api/resources/orders/client/Client.js +6 -6
  18. package/api/resources/pages/client/Client.js +5 -5
  19. package/api/resources/pages/resources/scripts/client/Client.js +3 -3
  20. package/api/resources/products/client/Client.js +6 -6
  21. package/api/resources/scripts/client/Client.js +3 -3
  22. package/api/resources/sites/client/Client.js +4 -4
  23. package/api/resources/sites/resources/activityLogs/client/Client.js +1 -1
  24. package/api/resources/sites/resources/scripts/client/Client.js +4 -4
  25. package/api/resources/token/client/Client.js +2 -2
  26. package/api/resources/users/client/Client.js +5 -5
  27. package/api/resources/webhooks/client/Client.js +4 -4
  28. package/dist/api/resources/accessGroups/client/Client.js +1 -1
  29. package/dist/api/resources/assets/client/Client.js +8 -8
  30. package/dist/api/resources/collections/client/Client.js +5 -5
  31. package/dist/api/resources/collections/resources/fields/client/Client.js +2 -2
  32. package/dist/api/resources/collections/resources/items/client/Client.d.ts +23 -2
  33. package/dist/api/resources/collections/resources/items/client/Client.js +89 -11
  34. package/dist/api/resources/collections/resources/items/client/requests/BulkCollectionItem.d.ts +34 -0
  35. package/dist/api/resources/collections/resources/items/client/requests/BulkCollectionItem.js +5 -0
  36. package/dist/api/resources/collections/resources/items/client/requests/index.d.ts +1 -0
  37. package/dist/api/resources/collections/resources/items/types/BulkCollectionItemFieldData.d.ts +9 -0
  38. package/dist/api/resources/collections/resources/items/types/BulkCollectionItemFieldData.js +5 -0
  39. package/dist/api/resources/collections/resources/items/types/index.d.ts +1 -0
  40. package/dist/api/resources/collections/resources/items/types/index.js +1 -0
  41. package/dist/api/resources/ecommerce/client/Client.js +1 -1
  42. package/dist/api/resources/forms/client/Client.js +5 -5
  43. package/dist/api/resources/inventory/client/Client.js +2 -2
  44. package/dist/api/resources/orders/client/Client.js +6 -6
  45. package/dist/api/resources/pages/client/Client.js +5 -5
  46. package/dist/api/resources/pages/resources/scripts/client/Client.js +3 -3
  47. package/dist/api/resources/products/client/Client.js +6 -6
  48. package/dist/api/resources/scripts/client/Client.js +3 -3
  49. package/dist/api/resources/sites/client/Client.js +4 -4
  50. package/dist/api/resources/sites/resources/activityLogs/client/Client.js +1 -1
  51. package/dist/api/resources/sites/resources/scripts/client/Client.js +4 -4
  52. package/dist/api/resources/token/client/Client.js +2 -2
  53. package/dist/api/resources/users/client/Client.js +5 -5
  54. package/dist/api/resources/webhooks/client/Client.js +4 -4
  55. package/dist/serialization/resources/collections/resources/items/client/requests/BulkCollectionItem.d.ts +19 -0
  56. package/dist/serialization/resources/collections/resources/items/client/requests/BulkCollectionItem.js +51 -0
  57. package/dist/serialization/resources/collections/resources/items/client/requests/index.d.ts +1 -0
  58. package/dist/serialization/resources/collections/resources/items/client/requests/index.js +3 -1
  59. package/dist/serialization/resources/collections/resources/items/types/BulkCollectionItemFieldData.d.ts +13 -0
  60. package/dist/serialization/resources/collections/resources/items/types/BulkCollectionItemFieldData.js +34 -0
  61. package/dist/serialization/resources/collections/resources/items/types/index.d.ts +1 -0
  62. package/dist/serialization/resources/collections/resources/items/types/index.js +1 -0
  63. package/package.json +1 -1
  64. package/serialization/resources/collections/resources/items/client/requests/BulkCollectionItem.d.ts +19 -0
  65. package/serialization/resources/collections/resources/items/client/requests/BulkCollectionItem.js +51 -0
  66. package/serialization/resources/collections/resources/items/client/requests/index.d.ts +1 -0
  67. package/serialization/resources/collections/resources/items/client/requests/index.js +3 -1
  68. package/serialization/resources/collections/resources/items/types/BulkCollectionItemFieldData.d.ts +13 -0
  69. package/serialization/resources/collections/resources/items/types/BulkCollectionItemFieldData.js +34 -0
  70. package/serialization/resources/collections/resources/items/types/index.d.ts +1 -0
  71. package/serialization/resources/collections/resources/items/types/index.js +1 -0
@@ -70,7 +70,7 @@ class Scripts {
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": "v2.1.1",
73
+ "X-Fern-SDK-Version": "2.1.2",
74
74
  "X-Fern-Runtime": core.RUNTIME.type,
75
75
  "X-Fern-Runtime-Version": core.RUNTIME.version,
76
76
  },
@@ -159,7 +159,7 @@ class Scripts {
159
159
  Authorization: yield this._getAuthorizationHeader(),
160
160
  "X-Fern-Language": "JavaScript",
161
161
  "X-Fern-SDK-Name": "webflow-api",
162
- "X-Fern-SDK-Version": "v2.1.1",
162
+ "X-Fern-SDK-Version": "2.1.2",
163
163
  "X-Fern-Runtime": core.RUNTIME.type,
164
164
  "X-Fern-Runtime-Version": core.RUNTIME.version,
165
165
  },
@@ -232,7 +232,7 @@ class Scripts {
232
232
  Authorization: yield this._getAuthorizationHeader(),
233
233
  "X-Fern-Language": "JavaScript",
234
234
  "X-Fern-SDK-Name": "webflow-api",
235
- "X-Fern-SDK-Version": "v2.1.1",
235
+ "X-Fern-SDK-Version": "2.1.2",
236
236
  "X-Fern-Runtime": core.RUNTIME.type,
237
237
  "X-Fern-Runtime-Version": core.RUNTIME.version,
238
238
  },
@@ -82,7 +82,7 @@ class Products {
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": "v2.1.1",
85
+ "X-Fern-SDK-Version": "2.1.2",
86
86
  "X-Fern-Runtime": core.RUNTIME.type,
87
87
  "X-Fern-Runtime-Version": core.RUNTIME.version,
88
88
  },
@@ -169,7 +169,7 @@ class Products {
169
169
  Authorization: yield this._getAuthorizationHeader(),
170
170
  "X-Fern-Language": "JavaScript",
171
171
  "X-Fern-SDK-Name": "webflow-api",
172
- "X-Fern-SDK-Version": "v2.1.1",
172
+ "X-Fern-SDK-Version": "2.1.2",
173
173
  "X-Fern-Runtime": core.RUNTIME.type,
174
174
  "X-Fern-Runtime-Version": core.RUNTIME.version,
175
175
  },
@@ -250,7 +250,7 @@ class Products {
250
250
  Authorization: yield this._getAuthorizationHeader(),
251
251
  "X-Fern-Language": "JavaScript",
252
252
  "X-Fern-SDK-Name": "webflow-api",
253
- "X-Fern-SDK-Version": "v2.1.1",
253
+ "X-Fern-SDK-Version": "2.1.2",
254
254
  "X-Fern-Runtime": core.RUNTIME.type,
255
255
  "X-Fern-Runtime-Version": core.RUNTIME.version,
256
256
  },
@@ -374,7 +374,7 @@ class Products {
374
374
  Authorization: yield this._getAuthorizationHeader(),
375
375
  "X-Fern-Language": "JavaScript",
376
376
  "X-Fern-SDK-Name": "webflow-api",
377
- "X-Fern-SDK-Version": "v2.1.1",
377
+ "X-Fern-SDK-Version": "2.1.2",
378
378
  "X-Fern-Runtime": core.RUNTIME.type,
379
379
  "X-Fern-Runtime-Version": core.RUNTIME.version,
380
380
  },
@@ -473,7 +473,7 @@ class Products {
473
473
  Authorization: yield this._getAuthorizationHeader(),
474
474
  "X-Fern-Language": "JavaScript",
475
475
  "X-Fern-SDK-Name": "webflow-api",
476
- "X-Fern-SDK-Version": "v2.1.1",
476
+ "X-Fern-SDK-Version": "2.1.2",
477
477
  "X-Fern-Runtime": core.RUNTIME.type,
478
478
  "X-Fern-Runtime-Version": core.RUNTIME.version,
479
479
  },
@@ -570,7 +570,7 @@ class Products {
570
570
  Authorization: yield this._getAuthorizationHeader(),
571
571
  "X-Fern-Language": "JavaScript",
572
572
  "X-Fern-SDK-Name": "webflow-api",
573
- "X-Fern-SDK-Version": "v2.1.1",
573
+ "X-Fern-SDK-Version": "2.1.2",
574
574
  "X-Fern-Runtime": core.RUNTIME.type,
575
575
  "X-Fern-Runtime-Version": core.RUNTIME.version,
576
576
  },
@@ -70,7 +70,7 @@ class Scripts {
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": "v2.1.1",
73
+ "X-Fern-SDK-Version": "2.1.2",
74
74
  "X-Fern-Runtime": core.RUNTIME.type,
75
75
  "X-Fern-Runtime-Version": core.RUNTIME.version,
76
76
  },
@@ -147,7 +147,7 @@ class Scripts {
147
147
  Authorization: yield this._getAuthorizationHeader(),
148
148
  "X-Fern-Language": "JavaScript",
149
149
  "X-Fern-SDK-Name": "webflow-api",
150
- "X-Fern-SDK-Version": "v2.1.1",
150
+ "X-Fern-SDK-Version": "2.1.2",
151
151
  "X-Fern-Runtime": core.RUNTIME.type,
152
152
  "X-Fern-Runtime-Version": core.RUNTIME.version,
153
153
  },
@@ -224,7 +224,7 @@ class Scripts {
224
224
  Authorization: yield this._getAuthorizationHeader(),
225
225
  "X-Fern-Language": "JavaScript",
226
226
  "X-Fern-SDK-Name": "webflow-api",
227
- "X-Fern-SDK-Version": "v2.1.1",
227
+ "X-Fern-SDK-Version": "2.1.2",
228
228
  "X-Fern-Runtime": core.RUNTIME.type,
229
229
  "X-Fern-Runtime-Version": core.RUNTIME.version,
230
230
  },
@@ -72,7 +72,7 @@ class Sites {
72
72
  Authorization: yield this._getAuthorizationHeader(),
73
73
  "X-Fern-Language": "JavaScript",
74
74
  "X-Fern-SDK-Name": "webflow-api",
75
- "X-Fern-SDK-Version": "v2.1.1",
75
+ "X-Fern-SDK-Version": "2.1.2",
76
76
  "X-Fern-Runtime": core.RUNTIME.type,
77
77
  "X-Fern-Runtime-Version": core.RUNTIME.version,
78
78
  },
@@ -144,7 +144,7 @@ class Sites {
144
144
  Authorization: yield this._getAuthorizationHeader(),
145
145
  "X-Fern-Language": "JavaScript",
146
146
  "X-Fern-SDK-Name": "webflow-api",
147
- "X-Fern-SDK-Version": "v2.1.1",
147
+ "X-Fern-SDK-Version": "2.1.2",
148
148
  "X-Fern-Runtime": core.RUNTIME.type,
149
149
  "X-Fern-Runtime-Version": core.RUNTIME.version,
150
150
  },
@@ -216,7 +216,7 @@ class Sites {
216
216
  Authorization: yield this._getAuthorizationHeader(),
217
217
  "X-Fern-Language": "JavaScript",
218
218
  "X-Fern-SDK-Name": "webflow-api",
219
- "X-Fern-SDK-Version": "v2.1.1",
219
+ "X-Fern-SDK-Version": "2.1.2",
220
220
  "X-Fern-Runtime": core.RUNTIME.type,
221
221
  "X-Fern-Runtime-Version": core.RUNTIME.version,
222
222
  },
@@ -290,7 +290,7 @@ class Sites {
290
290
  Authorization: yield this._getAuthorizationHeader(),
291
291
  "X-Fern-Language": "JavaScript",
292
292
  "X-Fern-SDK-Name": "webflow-api",
293
- "X-Fern-SDK-Version": "v2.1.1",
293
+ "X-Fern-SDK-Version": "2.1.2",
294
294
  "X-Fern-Runtime": core.RUNTIME.type,
295
295
  "X-Fern-Runtime-Version": core.RUNTIME.version,
296
296
  },
@@ -77,7 +77,7 @@ class ActivityLogs {
77
77
  Authorization: yield this._getAuthorizationHeader(),
78
78
  "X-Fern-Language": "JavaScript",
79
79
  "X-Fern-SDK-Name": "webflow-api",
80
- "X-Fern-SDK-Version": "v2.1.1",
80
+ "X-Fern-SDK-Version": "2.1.2",
81
81
  "X-Fern-Runtime": core.RUNTIME.type,
82
82
  "X-Fern-Runtime-Version": core.RUNTIME.version,
83
83
  },
@@ -70,7 +70,7 @@ class Scripts {
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": "v2.1.1",
73
+ "X-Fern-SDK-Version": "2.1.2",
74
74
  "X-Fern-Runtime": core.RUNTIME.type,
75
75
  "X-Fern-Runtime-Version": core.RUNTIME.version,
76
76
  },
@@ -159,7 +159,7 @@ class Scripts {
159
159
  Authorization: yield this._getAuthorizationHeader(),
160
160
  "X-Fern-Language": "JavaScript",
161
161
  "X-Fern-SDK-Name": "webflow-api",
162
- "X-Fern-SDK-Version": "v2.1.1",
162
+ "X-Fern-SDK-Version": "2.1.2",
163
163
  "X-Fern-Runtime": core.RUNTIME.type,
164
164
  "X-Fern-Runtime-Version": core.RUNTIME.version,
165
165
  },
@@ -232,7 +232,7 @@ class Scripts {
232
232
  Authorization: yield this._getAuthorizationHeader(),
233
233
  "X-Fern-Language": "JavaScript",
234
234
  "X-Fern-SDK-Name": "webflow-api",
235
- "X-Fern-SDK-Version": "v2.1.1",
235
+ "X-Fern-SDK-Version": "2.1.2",
236
236
  "X-Fern-Runtime": core.RUNTIME.type,
237
237
  "X-Fern-Runtime-Version": core.RUNTIME.version,
238
238
  },
@@ -306,7 +306,7 @@ class Scripts {
306
306
  Authorization: yield this._getAuthorizationHeader(),
307
307
  "X-Fern-Language": "JavaScript",
308
308
  "X-Fern-SDK-Name": "webflow-api",
309
- "X-Fern-SDK-Version": "v2.1.1",
309
+ "X-Fern-SDK-Version": "2.1.2",
310
310
  "X-Fern-Runtime": core.RUNTIME.type,
311
311
  "X-Fern-Runtime-Version": core.RUNTIME.version,
312
312
  },
@@ -67,7 +67,7 @@ class Token {
67
67
  Authorization: yield this._getAuthorizationHeader(),
68
68
  "X-Fern-Language": "JavaScript",
69
69
  "X-Fern-SDK-Name": "webflow-api",
70
- "X-Fern-SDK-Version": "v2.1.1",
70
+ "X-Fern-SDK-Version": "2.1.2",
71
71
  "X-Fern-Runtime": core.RUNTIME.type,
72
72
  "X-Fern-Runtime-Version": core.RUNTIME.version,
73
73
  },
@@ -129,7 +129,7 @@ class Token {
129
129
  Authorization: yield this._getAuthorizationHeader(),
130
130
  "X-Fern-Language": "JavaScript",
131
131
  "X-Fern-SDK-Name": "webflow-api",
132
- "X-Fern-SDK-Version": "v2.1.1",
132
+ "X-Fern-SDK-Version": "2.1.2",
133
133
  "X-Fern-Runtime": core.RUNTIME.type,
134
134
  "X-Fern-Runtime-Version": core.RUNTIME.version,
135
135
  },
@@ -82,7 +82,7 @@ class Users {
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": "v2.1.1",
85
+ "X-Fern-SDK-Version": "2.1.2",
86
86
  "X-Fern-Runtime": core.RUNTIME.type,
87
87
  "X-Fern-Runtime-Version": core.RUNTIME.version,
88
88
  },
@@ -158,7 +158,7 @@ class Users {
158
158
  Authorization: yield this._getAuthorizationHeader(),
159
159
  "X-Fern-Language": "JavaScript",
160
160
  "X-Fern-SDK-Name": "webflow-api",
161
- "X-Fern-SDK-Version": "v2.1.1",
161
+ "X-Fern-SDK-Version": "2.1.2",
162
162
  "X-Fern-Runtime": core.RUNTIME.type,
163
163
  "X-Fern-Runtime-Version": core.RUNTIME.version,
164
164
  },
@@ -233,7 +233,7 @@ class Users {
233
233
  Authorization: yield this._getAuthorizationHeader(),
234
234
  "X-Fern-Language": "JavaScript",
235
235
  "X-Fern-SDK-Name": "webflow-api",
236
- "X-Fern-SDK-Version": "v2.1.1",
236
+ "X-Fern-SDK-Version": "2.1.2",
237
237
  "X-Fern-Runtime": core.RUNTIME.type,
238
238
  "X-Fern-Runtime-Version": core.RUNTIME.version,
239
239
  },
@@ -311,7 +311,7 @@ class Users {
311
311
  Authorization: yield this._getAuthorizationHeader(),
312
312
  "X-Fern-Language": "JavaScript",
313
313
  "X-Fern-SDK-Name": "webflow-api",
314
- "X-Fern-SDK-Version": "v2.1.1",
314
+ "X-Fern-SDK-Version": "2.1.2",
315
315
  "X-Fern-Runtime": core.RUNTIME.type,
316
316
  "X-Fern-Runtime-Version": core.RUNTIME.version,
317
317
  },
@@ -391,7 +391,7 @@ class Users {
391
391
  Authorization: yield this._getAuthorizationHeader(),
392
392
  "X-Fern-Language": "JavaScript",
393
393
  "X-Fern-SDK-Name": "webflow-api",
394
- "X-Fern-SDK-Version": "v2.1.1",
394
+ "X-Fern-SDK-Version": "2.1.2",
395
395
  "X-Fern-Runtime": core.RUNTIME.type,
396
396
  "X-Fern-Runtime-Version": core.RUNTIME.version,
397
397
  },
@@ -70,7 +70,7 @@ class Webhooks {
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": "v2.1.1",
73
+ "X-Fern-SDK-Version": "2.1.2",
74
74
  "X-Fern-Runtime": core.RUNTIME.type,
75
75
  "X-Fern-Runtime-Version": core.RUNTIME.version,
76
76
  },
@@ -145,7 +145,7 @@ class Webhooks {
145
145
  Authorization: yield this._getAuthorizationHeader(),
146
146
  "X-Fern-Language": "JavaScript",
147
147
  "X-Fern-SDK-Name": "webflow-api",
148
- "X-Fern-SDK-Version": "v2.1.1",
148
+ "X-Fern-SDK-Version": "2.1.2",
149
149
  "X-Fern-Runtime": core.RUNTIME.type,
150
150
  "X-Fern-Runtime-Version": core.RUNTIME.version,
151
151
  },
@@ -218,7 +218,7 @@ class Webhooks {
218
218
  Authorization: yield this._getAuthorizationHeader(),
219
219
  "X-Fern-Language": "JavaScript",
220
220
  "X-Fern-SDK-Name": "webflow-api",
221
- "X-Fern-SDK-Version": "v2.1.1",
221
+ "X-Fern-SDK-Version": "2.1.2",
222
222
  "X-Fern-Runtime": core.RUNTIME.type,
223
223
  "X-Fern-Runtime-Version": core.RUNTIME.version,
224
224
  },
@@ -290,7 +290,7 @@ class Webhooks {
290
290
  Authorization: yield this._getAuthorizationHeader(),
291
291
  "X-Fern-Language": "JavaScript",
292
292
  "X-Fern-SDK-Name": "webflow-api",
293
- "X-Fern-SDK-Version": "v2.1.1",
293
+ "X-Fern-SDK-Version": "2.1.2",
294
294
  "X-Fern-Runtime": core.RUNTIME.type,
295
295
  "X-Fern-Runtime-Version": core.RUNTIME.version,
296
296
  },
@@ -82,7 +82,7 @@ class AccessGroups {
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": "v2.1.1",
85
+ "X-Fern-SDK-Version": "2.1.2",
86
86
  "X-Fern-Runtime": core.RUNTIME.type,
87
87
  "X-Fern-Runtime-Version": core.RUNTIME.version,
88
88
  },
@@ -70,7 +70,7 @@ class Assets {
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": "v2.1.1",
73
+ "X-Fern-SDK-Version": "2.1.2",
74
74
  "X-Fern-Runtime": core.RUNTIME.type,
75
75
  "X-Fern-Runtime-Version": core.RUNTIME.version,
76
76
  },
@@ -146,7 +146,7 @@ class Assets {
146
146
  Authorization: yield this._getAuthorizationHeader(),
147
147
  "X-Fern-Language": "JavaScript",
148
148
  "X-Fern-SDK-Name": "webflow-api",
149
- "X-Fern-SDK-Version": "v2.1.1",
149
+ "X-Fern-SDK-Version": "2.1.2",
150
150
  "X-Fern-Runtime": core.RUNTIME.type,
151
151
  "X-Fern-Runtime-Version": core.RUNTIME.version,
152
152
  },
@@ -219,7 +219,7 @@ class Assets {
219
219
  Authorization: yield this._getAuthorizationHeader(),
220
220
  "X-Fern-Language": "JavaScript",
221
221
  "X-Fern-SDK-Name": "webflow-api",
222
- "X-Fern-SDK-Version": "v2.1.1",
222
+ "X-Fern-SDK-Version": "2.1.2",
223
223
  "X-Fern-Runtime": core.RUNTIME.type,
224
224
  "X-Fern-Runtime-Version": core.RUNTIME.version,
225
225
  },
@@ -291,7 +291,7 @@ class Assets {
291
291
  Authorization: yield this._getAuthorizationHeader(),
292
292
  "X-Fern-Language": "JavaScript",
293
293
  "X-Fern-SDK-Name": "webflow-api",
294
- "X-Fern-SDK-Version": "v2.1.1",
294
+ "X-Fern-SDK-Version": "2.1.2",
295
295
  "X-Fern-Runtime": core.RUNTIME.type,
296
296
  "X-Fern-Runtime-Version": core.RUNTIME.version,
297
297
  },
@@ -359,7 +359,7 @@ class Assets {
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": "v2.1.1",
362
+ "X-Fern-SDK-Version": "2.1.2",
363
363
  "X-Fern-Runtime": core.RUNTIME.type,
364
364
  "X-Fern-Runtime-Version": core.RUNTIME.version,
365
365
  },
@@ -432,7 +432,7 @@ class Assets {
432
432
  Authorization: yield this._getAuthorizationHeader(),
433
433
  "X-Fern-Language": "JavaScript",
434
434
  "X-Fern-SDK-Name": "webflow-api",
435
- "X-Fern-SDK-Version": "v2.1.1",
435
+ "X-Fern-SDK-Version": "2.1.2",
436
436
  "X-Fern-Runtime": core.RUNTIME.type,
437
437
  "X-Fern-Runtime-Version": core.RUNTIME.version,
438
438
  },
@@ -507,7 +507,7 @@ class Assets {
507
507
  Authorization: yield this._getAuthorizationHeader(),
508
508
  "X-Fern-Language": "JavaScript",
509
509
  "X-Fern-SDK-Name": "webflow-api",
510
- "X-Fern-SDK-Version": "v2.1.1",
510
+ "X-Fern-SDK-Version": "2.1.2",
511
511
  "X-Fern-Runtime": core.RUNTIME.type,
512
512
  "X-Fern-Runtime-Version": core.RUNTIME.version,
513
513
  },
@@ -580,7 +580,7 @@ class Assets {
580
580
  Authorization: yield this._getAuthorizationHeader(),
581
581
  "X-Fern-Language": "JavaScript",
582
582
  "X-Fern-SDK-Name": "webflow-api",
583
- "X-Fern-SDK-Version": "v2.1.1",
583
+ "X-Fern-SDK-Version": "2.1.2",
584
584
  "X-Fern-Runtime": core.RUNTIME.type,
585
585
  "X-Fern-Runtime-Version": core.RUNTIME.version,
586
586
  },
@@ -72,7 +72,7 @@ class Collections {
72
72
  Authorization: yield this._getAuthorizationHeader(),
73
73
  "X-Fern-Language": "JavaScript",
74
74
  "X-Fern-SDK-Name": "webflow-api",
75
- "X-Fern-SDK-Version": "v2.1.1",
75
+ "X-Fern-SDK-Version": "2.1.2",
76
76
  "X-Fern-Runtime": core.RUNTIME.type,
77
77
  "X-Fern-Runtime-Version": core.RUNTIME.version,
78
78
  },
@@ -148,7 +148,7 @@ class Collections {
148
148
  Authorization: yield this._getAuthorizationHeader(),
149
149
  "X-Fern-Language": "JavaScript",
150
150
  "X-Fern-SDK-Name": "webflow-api",
151
- "X-Fern-SDK-Version": "v2.1.1",
151
+ "X-Fern-SDK-Version": "2.1.2",
152
152
  "X-Fern-Runtime": core.RUNTIME.type,
153
153
  "X-Fern-Runtime-Version": core.RUNTIME.version,
154
154
  },
@@ -221,7 +221,7 @@ class Collections {
221
221
  Authorization: yield this._getAuthorizationHeader(),
222
222
  "X-Fern-Language": "JavaScript",
223
223
  "X-Fern-SDK-Name": "webflow-api",
224
- "X-Fern-SDK-Version": "v2.1.1",
224
+ "X-Fern-SDK-Version": "2.1.2",
225
225
  "X-Fern-Runtime": core.RUNTIME.type,
226
226
  "X-Fern-Runtime-Version": core.RUNTIME.version,
227
227
  },
@@ -293,7 +293,7 @@ class Collections {
293
293
  Authorization: yield this._getAuthorizationHeader(),
294
294
  "X-Fern-Language": "JavaScript",
295
295
  "X-Fern-SDK-Name": "webflow-api",
296
- "X-Fern-SDK-Version": "v2.1.1",
296
+ "X-Fern-SDK-Version": "2.1.2",
297
297
  "X-Fern-Runtime": core.RUNTIME.type,
298
298
  "X-Fern-Runtime-Version": core.RUNTIME.version,
299
299
  },
@@ -359,7 +359,7 @@ class Collections {
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": "v2.1.1",
362
+ "X-Fern-SDK-Version": "2.1.2",
363
363
  "X-Fern-Runtime": core.RUNTIME.type,
364
364
  "X-Fern-Runtime-Version": core.RUNTIME.version,
365
365
  },
@@ -75,7 +75,7 @@ class Fields {
75
75
  Authorization: yield this._getAuthorizationHeader(),
76
76
  "X-Fern-Language": "JavaScript",
77
77
  "X-Fern-SDK-Name": "webflow-api",
78
- "X-Fern-SDK-Version": "v2.1.1",
78
+ "X-Fern-SDK-Version": "2.1.2",
79
79
  "X-Fern-Runtime": core.RUNTIME.type,
80
80
  "X-Fern-Runtime-Version": core.RUNTIME.version,
81
81
  },
@@ -152,7 +152,7 @@ class Fields {
152
152
  Authorization: yield this._getAuthorizationHeader(),
153
153
  "X-Fern-Language": "JavaScript",
154
154
  "X-Fern-SDK-Name": "webflow-api",
155
- "X-Fern-SDK-Version": "v2.1.1",
155
+ "X-Fern-SDK-Version": "2.1.2",
156
156
  "X-Fern-Runtime": core.RUNTIME.type,
157
157
  "X-Fern-Runtime-Version": core.RUNTIME.version,
158
158
  },
@@ -30,7 +30,7 @@ export declare class Items {
30
30
  */
31
31
  listItems(collectionId: string, request?: Webflow.collections.ItemsListItemsRequest, requestOptions?: Items.RequestOptions): Promise<Webflow.CollectionItemList>;
32
32
  /**
33
- * Create Item in a Collection. </br></br> Required scope | `CMS:write`
33
+ * Create Item in a Collection.</br></br> To create items across multiple locales, <a href="https://developers.webflow.com/data/reference/create-item-for-multiple-locales"> please use this endpoint.</a> </br></br> Required scope | `CMS:write`
34
34
  * @throws {@link Webflow.BadRequestError}
35
35
  * @throws {@link Webflow.UnauthorizedError}
36
36
  * @throws {@link Webflow.NotFoundError}
@@ -52,7 +52,7 @@ export declare class Items {
52
52
  */
53
53
  createItem(collectionId: string, request: Webflow.CollectionItem, requestOptions?: Items.RequestOptions): Promise<void>;
54
54
  /**
55
- * Create live Item in a Collection. This Item will be published to the live site. </br></br> Required scope | `CMS:write`
55
+ * Create live Item in a Collection. This Item will be published to the live site. </br></br> To create items across multiple locales, <a href="https://developers.webflow.com/data/reference/create-item-for-multiple-locales"> please use this endpoint.</a> </br></br> Required scope | `CMS:write`
56
56
  * @throws {@link Webflow.BadRequestError}
57
57
  * @throws {@link Webflow.UnauthorizedError}
58
58
  * @throws {@link Webflow.NotFoundError}
@@ -73,6 +73,27 @@ export declare class Items {
73
73
  * })
74
74
  */
75
75
  createItemLive(collectionId: string, request: Webflow.CollectionItem, requestOptions?: Items.RequestOptions): Promise<void>;
76
+ /**
77
+ * Create single Item in a Collection with multiple corresponding locales. </br></br> Required scope | `CMS:write`
78
+ * @throws {@link Webflow.BadRequestError}
79
+ * @throws {@link Webflow.UnauthorizedError}
80
+ * @throws {@link Webflow.NotFoundError}
81
+ * @throws {@link Webflow.TooManyRequestsError}
82
+ * @throws {@link Webflow.InternalServerError}
83
+ *
84
+ * @example
85
+ * await webflow.collections.items.createItemForMultipleLocales("collection_id", {
86
+ * id: "580e64008c9a982ac9b8b754",
87
+ * lastPublished: "2023-03-17T18:47:35.560Z",
88
+ * lastUpdated: "2023-03-17T18:47:35.560Z",
89
+ * createdOn: "2023-03-17T18:47:35.560Z",
90
+ * fieldData: {
91
+ * name: "My new item",
92
+ * slug: "my-new-item"
93
+ * }
94
+ * })
95
+ */
96
+ createItemForMultipleLocales(collectionId: string, request: Webflow.collections.BulkCollectionItem, requestOptions?: Items.RequestOptions): Promise<void>;
76
97
  /**
77
98
  * Get details of a selected Collection Item. </br></br> Required scope | `CMS:read`
78
99
  * @throws {@link Webflow.BadRequestError}