|
26 | 26 | CustomCodeBlock, |
27 | 27 | CustomCodeBlockType, |
28 | 28 | CustomCodeResponse, |
| 29 | + Dom, |
29 | 30 | Domain, |
30 | 31 | DuplicateUserEmail, |
31 | 32 | EcommerceSettings, |
|
44 | 45 | FormSubmissionList, |
45 | 46 | FormSubmissionTrigger, |
46 | 47 | FormSubmissionTriggerPayload, |
| 48 | + ImageNode, |
47 | 49 | InvalidDomain, |
| 50 | + InvalidScopes, |
48 | 51 | InventoryItem, |
49 | 52 | InventoryItemInventoryType, |
50 | 53 | ListCustomCodeBlocks, |
51 | 54 | MissingScopes, |
52 | 55 | NoDomains, |
| 56 | + Node, |
| 57 | + NodeType, |
| 58 | + NotEnterprisePlanSite, |
53 | 59 | OauthScope, |
54 | 60 | Order, |
55 | 61 | OrderAddress, |
|
85 | 91 | ProductAndSkUs, |
86 | 92 | ProductAndSkUsList, |
87 | 93 | ProductFieldData, |
| 94 | + ProductFieldDataEcProductType, |
| 95 | + ProductFieldDataTaxCategory, |
88 | 96 | PublishStatus, |
89 | 97 | PublishedItems, |
90 | 98 | PublishedSite, |
|
96 | 104 | Site, |
97 | 105 | SiteActivityLogItem, |
98 | 106 | SiteActivityLogItemResourceOperation, |
| 107 | + SiteActivityLogItemUser, |
99 | 108 | SiteActivityLogResponse, |
100 | 109 | SitePublish, |
101 | 110 | SitePublishPayload, |
102 | 111 | Sites, |
103 | 112 | Sku, |
104 | 113 | SkuFieldData, |
| 114 | + SkuFieldDataCompareAtPrice, |
| 115 | + SkuFieldDataEcSkuBillingMethod, |
| 116 | + SkuFieldDataEcSkuSubscriptionPlan, |
| 117 | + SkuFieldDataEcSkuSubscriptionPlanInterval, |
105 | 118 | SkuFieldDataPrice, |
106 | 119 | SkuPropertyList, |
107 | 120 | SkuPropertyListEnumItem, |
|
110 | 123 | StripeCardBrand, |
111 | 124 | StripeCardExpires, |
112 | 125 | StripeDetails, |
| 126 | + TextNode, |
113 | 127 | TriggerType, |
114 | 128 | User, |
115 | 129 | UserAccessGroupsItem, |
|
136 | 150 | ) |
137 | 151 | from .resources import ( |
138 | 152 | AccessGroupsListRequestSort, |
| 153 | + DomWriteNodesItem, |
139 | 154 | InventoryUpdateRequestInventoryType, |
140 | 155 | OrdersListRequestStatus, |
141 | 156 | OrdersRefundRequestReason, |
| 157 | + ProductSkuCreateProduct, |
| 158 | + ProductSkuCreateProductFieldData, |
| 159 | + ProductSkuCreateProductFieldDataEcProductType, |
| 160 | + ProductSkuCreateProductFieldDataTaxCategory, |
| 161 | + ProductSkuCreateSku, |
| 162 | + ProductSkuCreateSkuFieldData, |
| 163 | + ProductSkuCreateSkuFieldDataCompareAtPrice, |
| 164 | + ProductSkuCreateSkuFieldDataEcSkuBillingMethod, |
| 165 | + ProductSkuCreateSkuFieldDataEcSkuSubscriptionPlan, |
| 166 | + ProductSkuCreateSkuFieldDataEcSkuSubscriptionPlanInterval, |
| 167 | + ProductSkuCreateSkuFieldDataPrice, |
142 | 168 | ProductsCreateSkuResponse, |
143 | 169 | UsersListRequestSort, |
| 170 | + UsersUpdateRequestData, |
144 | 171 | access_groups, |
145 | 172 | assets, |
146 | 173 | collections, |
|
187 | 214 | "CustomCodeBlock", |
188 | 215 | "CustomCodeBlockType", |
189 | 216 | "CustomCodeResponse", |
| 217 | + "Dom", |
| 218 | + "DomWriteNodesItem", |
190 | 219 | "Domain", |
191 | 220 | "DuplicateUserEmail", |
192 | 221 | "EcommerceSettings", |
|
206 | 235 | "FormSubmissionList", |
207 | 236 | "FormSubmissionTrigger", |
208 | 237 | "FormSubmissionTriggerPayload", |
| 238 | + "ImageNode", |
209 | 239 | "InternalServerError", |
210 | 240 | "InvalidDomain", |
| 241 | + "InvalidScopes", |
211 | 242 | "InventoryItem", |
212 | 243 | "InventoryItemInventoryType", |
213 | 244 | "InventoryUpdateRequestInventoryType", |
214 | 245 | "ListCustomCodeBlocks", |
215 | 246 | "MissingScopes", |
216 | 247 | "NoDomains", |
| 248 | + "Node", |
| 249 | + "NodeType", |
| 250 | + "NotEnterprisePlanSite", |
217 | 251 | "NotFoundError", |
218 | 252 | "OauthScope", |
219 | 253 | "Order", |
|
252 | 286 | "ProductAndSkUs", |
253 | 287 | "ProductAndSkUsList", |
254 | 288 | "ProductFieldData", |
| 289 | + "ProductFieldDataEcProductType", |
| 290 | + "ProductFieldDataTaxCategory", |
| 291 | + "ProductSkuCreateProduct", |
| 292 | + "ProductSkuCreateProductFieldData", |
| 293 | + "ProductSkuCreateProductFieldDataEcProductType", |
| 294 | + "ProductSkuCreateProductFieldDataTaxCategory", |
| 295 | + "ProductSkuCreateSku", |
| 296 | + "ProductSkuCreateSkuFieldData", |
| 297 | + "ProductSkuCreateSkuFieldDataCompareAtPrice", |
| 298 | + "ProductSkuCreateSkuFieldDataEcSkuBillingMethod", |
| 299 | + "ProductSkuCreateSkuFieldDataEcSkuSubscriptionPlan", |
| 300 | + "ProductSkuCreateSkuFieldDataEcSkuSubscriptionPlanInterval", |
| 301 | + "ProductSkuCreateSkuFieldDataPrice", |
255 | 302 | "ProductsCreateSkuResponse", |
256 | 303 | "PublishStatus", |
257 | 304 | "PublishedItems", |
|
264 | 311 | "Site", |
265 | 312 | "SiteActivityLogItem", |
266 | 313 | "SiteActivityLogItemResourceOperation", |
| 314 | + "SiteActivityLogItemUser", |
267 | 315 | "SiteActivityLogResponse", |
268 | 316 | "SitePublish", |
269 | 317 | "SitePublishPayload", |
270 | 318 | "Sites", |
271 | 319 | "Sku", |
272 | 320 | "SkuFieldData", |
| 321 | + "SkuFieldDataCompareAtPrice", |
| 322 | + "SkuFieldDataEcSkuBillingMethod", |
| 323 | + "SkuFieldDataEcSkuSubscriptionPlan", |
| 324 | + "SkuFieldDataEcSkuSubscriptionPlanInterval", |
273 | 325 | "SkuFieldDataPrice", |
274 | 326 | "SkuPropertyList", |
275 | 327 | "SkuPropertyListEnumItem", |
|
278 | 330 | "StripeCardBrand", |
279 | 331 | "StripeCardExpires", |
280 | 332 | "StripeDetails", |
| 333 | + "TextNode", |
281 | 334 | "TooManyRequestsError", |
282 | 335 | "TriggerType", |
283 | 336 | "UnauthorizedError", |
|
293 | 346 | "UserWebhookPayloadTriggerType", |
294 | 347 | "UsersListRequestSort", |
295 | 348 | "UsersNotEnabled", |
| 349 | + "UsersUpdateRequestData", |
296 | 350 | "WebflowEnvironment", |
297 | 351 | "Webhook", |
298 | 352 | "WebhookList", |
|
0 commit comments