@commercelayer/sdk 7.0.0-rc.8 → 7.0.0-rc.9

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.
package/lib/bundle.cjs CHANGED
@@ -148,137 +148,6 @@ var debug = chunkJVF5KY2J_cjs.debug_default("bundle");
148
148
  var CommerceLayerBundle = class _CommerceLayerBundle extends chunkZLHZGR5I_cjs.CommerceLayerClient {
149
149
  // ##__CL_RESOURCES_DEF_START__##
150
150
  // ##__CL_RESOURCES_DEF_TEMPLATE:: ##__TAB__#####__RESOURCE_TYPE__##?: api.##__RESOURCE_CLASS__##
151
- #addresses;
152
- #adjustments;
153
- #adyen_gateways;
154
- #adyen_payments;
155
- #application;
156
- #attachments;
157
- #authorizations;
158
- #avalara_accounts;
159
- #axerve_gateways;
160
- #axerve_payments;
161
- #bing_geocoders;
162
- #braintree_gateways;
163
- #braintree_payments;
164
- #bundles;
165
- #buy_x_pay_y_promotions;
166
- #captures;
167
- #carrier_accounts;
168
- #checkout_com_gateways;
169
- #checkout_com_payments;
170
- #cleanups;
171
- #coupon_codes_promotion_rules;
172
- #coupon_recipients;
173
- #coupons;
174
- #custom_promotion_rules;
175
- #customer_addresses;
176
- #customer_groups;
177
- #customer_password_resets;
178
- #customer_payment_sources;
179
- #customer_subscriptions;
180
- #customers;
181
- #delivery_lead_times;
182
- #discount_engine_items;
183
- #discount_engines;
184
- #easypost_pickups;
185
- #event_callbacks;
186
- #events;
187
- #exports;
188
- #external_gateways;
189
- #external_payments;
190
- #external_promotions;
191
- #external_tax_calculators;
192
- #fixed_amount_promotions;
193
- #fixed_price_promotions;
194
- #flex_promotions;
195
- #free_gift_promotions;
196
- #free_shipping_promotions;
197
- #geocoders;
198
- #gift_card_recipients;
199
- #gift_cards;
200
- #google_geocoders;
201
- #imports;
202
- #in_stock_subscriptions;
203
- #inventory_models;
204
- #inventory_return_locations;
205
- #inventory_stock_locations;
206
- #klarna_gateways;
207
- #klarna_payments;
208
- #line_item_options;
209
- #line_items;
210
- #links;
211
- #manual_gateways;
212
- #manual_tax_calculators;
213
- #markets;
214
- #merchants;
215
- #notifications;
216
- #order_amount_promotion_rules;
217
- #order_copies;
218
- #order_factories;
219
- #order_subscription_items;
220
- #order_subscriptions;
221
- #orders;
222
- #organization;
223
- #packages;
224
- #parcel_line_items;
225
- #parcels;
226
- #payment_gateways;
227
- #payment_methods;
228
- #payment_options;
229
- #paypal_gateways;
230
- #paypal_payments;
231
- #percentage_discount_promotions;
232
- #pickups;
233
- #price_frequency_tiers;
234
- #price_list_schedulers;
235
- #price_lists;
236
- #price_tiers;
237
- #price_volume_tiers;
238
- #prices;
239
- #promotion_rules;
240
- #promotions;
241
- #recurring_order_copies;
242
- #refunds;
243
- #reserved_stocks;
244
- #resource_errors;
245
- #return_line_items;
246
- #returns;
247
- #satispay_gateways;
248
- #satispay_payments;
249
- #shipments;
250
- #shipping_categories;
251
- #shipping_method_tiers;
252
- #shipping_methods;
253
- #shipping_weight_tiers;
254
- #shipping_zones;
255
- #sku_list_items;
256
- #sku_list_promotion_rules;
257
- #sku_lists;
258
- #sku_options;
259
- #skus;
260
- #stock_items;
261
- #stock_line_items;
262
- #stock_locations;
263
- #stock_reservations;
264
- #stock_transfers;
265
- #stores;
266
- #stripe_gateways;
267
- #stripe_payments;
268
- #stripe_tax_accounts;
269
- #subscription_models;
270
- #tags;
271
- #talon_one_accounts;
272
- #tax_calculators;
273
- #tax_categories;
274
- #tax_rules;
275
- #taxjar_accounts;
276
- #transactions;
277
- #versions;
278
- #vertex_accounts;
279
- #voids;
280
- #webhooks;
281
- #wire_transfers;
282
151
  // ##__CL_RESOURCES_DEF_STOP__##
283
152
  constructor(config) {
284
153
  super(config);
@@ -292,400 +161,403 @@ var CommerceLayerBundle = class _CommerceLayerBundle extends chunkZLHZGR5I_cjs.C
292
161
  // private get adapter(): ResourceAdapter { return ApiResourceAdapter.get() }
293
162
  // ##__CL_RESOURCES_LEAZY_LOADING_START__##
294
163
  // ##__CL_RESOURCES_LEAZY_LOADING_TEMPLATE:: ##__TAB__##get ##__RESOURCE_TYPE__##(): api.##__RESOURCE_CLASS__## { return this.###__RESOURCE_TYPE__## || (this.###__RESOURCE_TYPE__## = api.##__RESOURCE_TYPE__##) }
164
+ // ##__CL_RESOURCES_LEAZY_LOADING_STOP__##
165
+ // ##__CL_RESOURCES_ACCESSORS_ONLY_START__##
166
+ // ##__CL_RESOURCES_ACCESSORS_ONLY_TEMPLATE:: ##__TAB__##get ##__RESOURCE_TYPE__##(): api.##__RESOURCE_CLASS__## { return api.##__RESOURCE_TYPE__## }
295
167
  get addresses() {
296
- return this.#addresses || (this.#addresses = chunkJT7HVLLW_cjs.addresses_default);
168
+ return chunkJT7HVLLW_cjs.addresses_default;
297
169
  }
298
170
  get adjustments() {
299
- return this.#adjustments || (this.#adjustments = chunkRTDD2NRL_cjs.adjustments_default);
171
+ return chunkRTDD2NRL_cjs.adjustments_default;
300
172
  }
301
173
  get adyen_gateways() {
302
- return this.#adyen_gateways || (this.#adyen_gateways = chunkH4PUXGNI_cjs.adyen_gateways_default);
174
+ return chunkH4PUXGNI_cjs.adyen_gateways_default;
303
175
  }
304
176
  get adyen_payments() {
305
- return this.#adyen_payments || (this.#adyen_payments = chunkLCLXLB2R_cjs.adyen_payments_default);
177
+ return chunkLCLXLB2R_cjs.adyen_payments_default;
306
178
  }
307
179
  get application() {
308
- return this.#application || (this.#application = chunkP3NADEGE_cjs.applications_default);
180
+ return chunkP3NADEGE_cjs.applications_default;
309
181
  }
310
182
  get attachments() {
311
- return this.#attachments || (this.#attachments = chunkSGWRNEJB_cjs.attachments_default);
183
+ return chunkSGWRNEJB_cjs.attachments_default;
312
184
  }
313
185
  get authorizations() {
314
- return this.#authorizations || (this.#authorizations = chunkVNWOCO65_cjs.authorizations_default);
186
+ return chunkVNWOCO65_cjs.authorizations_default;
315
187
  }
316
188
  get avalara_accounts() {
317
- return this.#avalara_accounts || (this.#avalara_accounts = chunkHBUDZOK7_cjs.avalara_accounts_default);
189
+ return chunkHBUDZOK7_cjs.avalara_accounts_default;
318
190
  }
319
191
  get axerve_gateways() {
320
- return this.#axerve_gateways || (this.#axerve_gateways = chunk2THU5NEW_cjs.axerve_gateways_default);
192
+ return chunk2THU5NEW_cjs.axerve_gateways_default;
321
193
  }
322
194
  get axerve_payments() {
323
- return this.#axerve_payments || (this.#axerve_payments = chunkYIDX7HVR_cjs.axerve_payments_default);
195
+ return chunkYIDX7HVR_cjs.axerve_payments_default;
324
196
  }
325
197
  get bing_geocoders() {
326
- return this.#bing_geocoders || (this.#bing_geocoders = chunk2AMKJ6V7_cjs.bing_geocoders_default);
198
+ return chunk2AMKJ6V7_cjs.bing_geocoders_default;
327
199
  }
328
200
  get braintree_gateways() {
329
- return this.#braintree_gateways || (this.#braintree_gateways = chunkRHARO4TQ_cjs.braintree_gateways_default);
201
+ return chunkRHARO4TQ_cjs.braintree_gateways_default;
330
202
  }
331
203
  get braintree_payments() {
332
- return this.#braintree_payments || (this.#braintree_payments = chunkQGE4ELJO_cjs.braintree_payments_default);
204
+ return chunkQGE4ELJO_cjs.braintree_payments_default;
333
205
  }
334
206
  get bundles() {
335
- return this.#bundles || (this.#bundles = chunk6AJSOS56_cjs.bundles_default);
207
+ return chunk6AJSOS56_cjs.bundles_default;
336
208
  }
337
209
  get buy_x_pay_y_promotions() {
338
- return this.#buy_x_pay_y_promotions || (this.#buy_x_pay_y_promotions = chunkN6MHUHGE_cjs.buy_x_pay_y_promotions_default);
210
+ return chunkN6MHUHGE_cjs.buy_x_pay_y_promotions_default;
339
211
  }
340
212
  get captures() {
341
- return this.#captures || (this.#captures = chunk4IH4EHXT_cjs.captures_default);
213
+ return chunk4IH4EHXT_cjs.captures_default;
342
214
  }
343
215
  get carrier_accounts() {
344
- return this.#carrier_accounts || (this.#carrier_accounts = chunkR755X3AG_cjs.carrier_accounts_default);
216
+ return chunkR755X3AG_cjs.carrier_accounts_default;
345
217
  }
346
218
  get checkout_com_gateways() {
347
- return this.#checkout_com_gateways || (this.#checkout_com_gateways = chunkCK6RZLVM_cjs.checkout_com_gateways_default);
219
+ return chunkCK6RZLVM_cjs.checkout_com_gateways_default;
348
220
  }
349
221
  get checkout_com_payments() {
350
- return this.#checkout_com_payments || (this.#checkout_com_payments = chunkKHMCPH47_cjs.checkout_com_payments_default);
222
+ return chunkKHMCPH47_cjs.checkout_com_payments_default;
351
223
  }
352
224
  get cleanups() {
353
- return this.#cleanups || (this.#cleanups = chunkDOGEZ6XX_cjs.cleanups_default);
225
+ return chunkDOGEZ6XX_cjs.cleanups_default;
354
226
  }
355
227
  get coupon_codes_promotion_rules() {
356
- return this.#coupon_codes_promotion_rules || (this.#coupon_codes_promotion_rules = chunkAD73LDFJ_cjs.coupon_codes_promotion_rules_default);
228
+ return chunkAD73LDFJ_cjs.coupon_codes_promotion_rules_default;
357
229
  }
358
230
  get coupon_recipients() {
359
- return this.#coupon_recipients || (this.#coupon_recipients = chunkJWC2GSYH_cjs.coupon_recipients_default);
231
+ return chunkJWC2GSYH_cjs.coupon_recipients_default;
360
232
  }
361
233
  get coupons() {
362
- return this.#coupons || (this.#coupons = chunk6OHA2TO3_cjs.coupons_default);
234
+ return chunk6OHA2TO3_cjs.coupons_default;
363
235
  }
364
236
  get custom_promotion_rules() {
365
- return this.#custom_promotion_rules || (this.#custom_promotion_rules = chunkE6TBQVLK_cjs.custom_promotion_rules_default);
237
+ return chunkE6TBQVLK_cjs.custom_promotion_rules_default;
366
238
  }
367
239
  get customer_addresses() {
368
- return this.#customer_addresses || (this.#customer_addresses = chunk2XGMKMF5_cjs.customer_addresses_default);
240
+ return chunk2XGMKMF5_cjs.customer_addresses_default;
369
241
  }
370
242
  get customer_groups() {
371
- return this.#customer_groups || (this.#customer_groups = chunkHQ6TJSB7_cjs.customer_groups_default);
243
+ return chunkHQ6TJSB7_cjs.customer_groups_default;
372
244
  }
373
245
  get customer_password_resets() {
374
- return this.#customer_password_resets || (this.#customer_password_resets = chunkFXE62CPP_cjs.customer_password_resets_default);
246
+ return chunkFXE62CPP_cjs.customer_password_resets_default;
375
247
  }
376
248
  get customer_payment_sources() {
377
- return this.#customer_payment_sources || (this.#customer_payment_sources = chunk627I2FYX_cjs.customer_payment_sources_default);
249
+ return chunk627I2FYX_cjs.customer_payment_sources_default;
378
250
  }
379
251
  get customer_subscriptions() {
380
- return this.#customer_subscriptions || (this.#customer_subscriptions = chunkZTVQSWSD_cjs.customer_subscriptions_default);
252
+ return chunkZTVQSWSD_cjs.customer_subscriptions_default;
381
253
  }
382
254
  get customers() {
383
- return this.#customers || (this.#customers = chunkNKJBVNTV_cjs.customers_default);
255
+ return chunkNKJBVNTV_cjs.customers_default;
384
256
  }
385
257
  get delivery_lead_times() {
386
- return this.#delivery_lead_times || (this.#delivery_lead_times = chunkNJYMO7FP_cjs.delivery_lead_times_default);
258
+ return chunkNJYMO7FP_cjs.delivery_lead_times_default;
387
259
  }
388
260
  get discount_engine_items() {
389
- return this.#discount_engine_items || (this.#discount_engine_items = chunkSWWPX4V4_cjs.discount_engine_items_default);
261
+ return chunkSWWPX4V4_cjs.discount_engine_items_default;
390
262
  }
391
263
  get discount_engines() {
392
- return this.#discount_engines || (this.#discount_engines = chunk2JOYLKTP_cjs.discount_engines_default);
264
+ return chunk2JOYLKTP_cjs.discount_engines_default;
393
265
  }
394
266
  get easypost_pickups() {
395
- return this.#easypost_pickups || (this.#easypost_pickups = chunk57XXD3GQ_cjs.easypost_pickups_default);
267
+ return chunk57XXD3GQ_cjs.easypost_pickups_default;
396
268
  }
397
269
  get event_callbacks() {
398
- return this.#event_callbacks || (this.#event_callbacks = chunkYHYBOXVX_cjs.event_callbacks_default);
270
+ return chunkYHYBOXVX_cjs.event_callbacks_default;
399
271
  }
400
272
  get events() {
401
- return this.#events || (this.#events = chunkRTGW34KX_cjs.events_default);
273
+ return chunkRTGW34KX_cjs.events_default;
402
274
  }
403
275
  get exports() {
404
- return this.#exports || (this.#exports = chunkGLSPCG3M_cjs.exports_default);
276
+ return chunkGLSPCG3M_cjs.exports_default;
405
277
  }
406
278
  get external_gateways() {
407
- return this.#external_gateways || (this.#external_gateways = chunkMWYBER5I_cjs.external_gateways_default);
279
+ return chunkMWYBER5I_cjs.external_gateways_default;
408
280
  }
409
281
  get external_payments() {
410
- return this.#external_payments || (this.#external_payments = chunk3ANXNJ6U_cjs.external_payments_default);
282
+ return chunk3ANXNJ6U_cjs.external_payments_default;
411
283
  }
412
284
  get external_promotions() {
413
- return this.#external_promotions || (this.#external_promotions = chunkANCLAYJV_cjs.external_promotions_default);
285
+ return chunkANCLAYJV_cjs.external_promotions_default;
414
286
  }
415
287
  get external_tax_calculators() {
416
- return this.#external_tax_calculators || (this.#external_tax_calculators = chunkPNSVP3KP_cjs.external_tax_calculators_default);
288
+ return chunkPNSVP3KP_cjs.external_tax_calculators_default;
417
289
  }
418
290
  get fixed_amount_promotions() {
419
- return this.#fixed_amount_promotions || (this.#fixed_amount_promotions = chunkM2ZERG2X_cjs.fixed_amount_promotions_default);
291
+ return chunkM2ZERG2X_cjs.fixed_amount_promotions_default;
420
292
  }
421
293
  get fixed_price_promotions() {
422
- return this.#fixed_price_promotions || (this.#fixed_price_promotions = chunkEQD223JW_cjs.fixed_price_promotions_default);
294
+ return chunkEQD223JW_cjs.fixed_price_promotions_default;
423
295
  }
424
296
  get flex_promotions() {
425
- return this.#flex_promotions || (this.#flex_promotions = chunkNJQDJCFB_cjs.flex_promotions_default);
297
+ return chunkNJQDJCFB_cjs.flex_promotions_default;
426
298
  }
427
299
  get free_gift_promotions() {
428
- return this.#free_gift_promotions || (this.#free_gift_promotions = chunkIDAOX5RB_cjs.free_gift_promotions_default);
300
+ return chunkIDAOX5RB_cjs.free_gift_promotions_default;
429
301
  }
430
302
  get free_shipping_promotions() {
431
- return this.#free_shipping_promotions || (this.#free_shipping_promotions = chunkINZD34YD_cjs.free_shipping_promotions_default);
303
+ return chunkINZD34YD_cjs.free_shipping_promotions_default;
432
304
  }
433
305
  get geocoders() {
434
- return this.#geocoders || (this.#geocoders = chunk5FZNBGAF_cjs.geocoders_default);
306
+ return chunk5FZNBGAF_cjs.geocoders_default;
435
307
  }
436
308
  get gift_card_recipients() {
437
- return this.#gift_card_recipients || (this.#gift_card_recipients = chunkFSFXOZ35_cjs.gift_card_recipients_default);
309
+ return chunkFSFXOZ35_cjs.gift_card_recipients_default;
438
310
  }
439
311
  get gift_cards() {
440
- return this.#gift_cards || (this.#gift_cards = chunkFYKIHWAM_cjs.gift_cards_default);
312
+ return chunkFYKIHWAM_cjs.gift_cards_default;
441
313
  }
442
314
  get google_geocoders() {
443
- return this.#google_geocoders || (this.#google_geocoders = chunk5EXCGVF2_cjs.google_geocoders_default);
315
+ return chunk5EXCGVF2_cjs.google_geocoders_default;
444
316
  }
445
317
  get imports() {
446
- return this.#imports || (this.#imports = chunkE4DYW6HB_cjs.imports_default);
318
+ return chunkE4DYW6HB_cjs.imports_default;
447
319
  }
448
320
  get in_stock_subscriptions() {
449
- return this.#in_stock_subscriptions || (this.#in_stock_subscriptions = chunk2AFNQJXP_cjs.in_stock_subscriptions_default);
321
+ return chunk2AFNQJXP_cjs.in_stock_subscriptions_default;
450
322
  }
451
323
  get inventory_models() {
452
- return this.#inventory_models || (this.#inventory_models = chunkSPLHKBWG_cjs.inventory_models_default);
324
+ return chunkSPLHKBWG_cjs.inventory_models_default;
453
325
  }
454
326
  get inventory_return_locations() {
455
- return this.#inventory_return_locations || (this.#inventory_return_locations = chunkL4LPS3DV_cjs.inventory_return_locations_default);
327
+ return chunkL4LPS3DV_cjs.inventory_return_locations_default;
456
328
  }
457
329
  get inventory_stock_locations() {
458
- return this.#inventory_stock_locations || (this.#inventory_stock_locations = chunk3WKN5OCU_cjs.inventory_stock_locations_default);
330
+ return chunk3WKN5OCU_cjs.inventory_stock_locations_default;
459
331
  }
460
332
  get klarna_gateways() {
461
- return this.#klarna_gateways || (this.#klarna_gateways = chunkVUCYIRSC_cjs.klarna_gateways_default);
333
+ return chunkVUCYIRSC_cjs.klarna_gateways_default;
462
334
  }
463
335
  get klarna_payments() {
464
- return this.#klarna_payments || (this.#klarna_payments = chunkQ66JEOCJ_cjs.klarna_payments_default);
336
+ return chunkQ66JEOCJ_cjs.klarna_payments_default;
465
337
  }
466
338
  get line_item_options() {
467
- return this.#line_item_options || (this.#line_item_options = chunkB72FREUL_cjs.line_item_options_default);
339
+ return chunkB72FREUL_cjs.line_item_options_default;
468
340
  }
469
341
  get line_items() {
470
- return this.#line_items || (this.#line_items = chunkHQ35KQFG_cjs.line_items_default);
342
+ return chunkHQ35KQFG_cjs.line_items_default;
471
343
  }
472
344
  get links() {
473
- return this.#links || (this.#links = chunk6B66AQKB_cjs.links_default);
345
+ return chunk6B66AQKB_cjs.links_default;
474
346
  }
475
347
  get manual_gateways() {
476
- return this.#manual_gateways || (this.#manual_gateways = chunkXUC3BYL2_cjs.manual_gateways_default);
348
+ return chunkXUC3BYL2_cjs.manual_gateways_default;
477
349
  }
478
350
  get manual_tax_calculators() {
479
- return this.#manual_tax_calculators || (this.#manual_tax_calculators = chunkA7BEMDVP_cjs.manual_tax_calculators_default);
351
+ return chunkA7BEMDVP_cjs.manual_tax_calculators_default;
480
352
  }
481
353
  get markets() {
482
- return this.#markets || (this.#markets = chunk3XWE56FL_cjs.markets_default);
354
+ return chunk3XWE56FL_cjs.markets_default;
483
355
  }
484
356
  get merchants() {
485
- return this.#merchants || (this.#merchants = chunkEP7MAEQH_cjs.merchants_default);
357
+ return chunkEP7MAEQH_cjs.merchants_default;
486
358
  }
487
359
  get notifications() {
488
- return this.#notifications || (this.#notifications = chunkPQS6KXZ2_cjs.notifications_default);
360
+ return chunkPQS6KXZ2_cjs.notifications_default;
489
361
  }
490
362
  get order_amount_promotion_rules() {
491
- return this.#order_amount_promotion_rules || (this.#order_amount_promotion_rules = chunkCTXBUDGO_cjs.order_amount_promotion_rules_default);
363
+ return chunkCTXBUDGO_cjs.order_amount_promotion_rules_default;
492
364
  }
493
365
  get order_copies() {
494
- return this.#order_copies || (this.#order_copies = chunk66JDSPFD_cjs.order_copies_default);
366
+ return chunk66JDSPFD_cjs.order_copies_default;
495
367
  }
496
368
  get order_factories() {
497
- return this.#order_factories || (this.#order_factories = chunk4SCFKFIM_cjs.order_factories_default);
369
+ return chunk4SCFKFIM_cjs.order_factories_default;
498
370
  }
499
371
  get order_subscription_items() {
500
- return this.#order_subscription_items || (this.#order_subscription_items = chunk6SCAIB4K_cjs.order_subscription_items_default);
372
+ return chunk6SCAIB4K_cjs.order_subscription_items_default;
501
373
  }
502
374
  get order_subscriptions() {
503
- return this.#order_subscriptions || (this.#order_subscriptions = chunkJ6NBJHWL_cjs.order_subscriptions_default);
375
+ return chunkJ6NBJHWL_cjs.order_subscriptions_default;
504
376
  }
505
377
  get orders() {
506
- return this.#orders || (this.#orders = chunkAQFAND5D_cjs.orders_default);
378
+ return chunkAQFAND5D_cjs.orders_default;
507
379
  }
508
380
  get organization() {
509
- return this.#organization || (this.#organization = chunkWBPEFNL7_cjs.organizations_default);
381
+ return chunkWBPEFNL7_cjs.organizations_default;
510
382
  }
511
383
  get packages() {
512
- return this.#packages || (this.#packages = chunkQZTNLPOD_cjs.packages_default);
384
+ return chunkQZTNLPOD_cjs.packages_default;
513
385
  }
514
386
  get parcel_line_items() {
515
- return this.#parcel_line_items || (this.#parcel_line_items = chunkAIGQRBCY_cjs.parcel_line_items_default);
387
+ return chunkAIGQRBCY_cjs.parcel_line_items_default;
516
388
  }
517
389
  get parcels() {
518
- return this.#parcels || (this.#parcels = chunk2HLQW5MF_cjs.parcels_default);
390
+ return chunk2HLQW5MF_cjs.parcels_default;
519
391
  }
520
392
  get payment_gateways() {
521
- return this.#payment_gateways || (this.#payment_gateways = chunk67QVA2J3_cjs.payment_gateways_default);
393
+ return chunk67QVA2J3_cjs.payment_gateways_default;
522
394
  }
523
395
  get payment_methods() {
524
- return this.#payment_methods || (this.#payment_methods = chunkLEWK7QET_cjs.payment_methods_default);
396
+ return chunkLEWK7QET_cjs.payment_methods_default;
525
397
  }
526
398
  get payment_options() {
527
- return this.#payment_options || (this.#payment_options = chunkOPQJPXLM_cjs.payment_options_default);
399
+ return chunkOPQJPXLM_cjs.payment_options_default;
528
400
  }
529
401
  get paypal_gateways() {
530
- return this.#paypal_gateways || (this.#paypal_gateways = chunkZZF34M2E_cjs.paypal_gateways_default);
402
+ return chunkZZF34M2E_cjs.paypal_gateways_default;
531
403
  }
532
404
  get paypal_payments() {
533
- return this.#paypal_payments || (this.#paypal_payments = chunkNEC22ZSI_cjs.paypal_payments_default);
405
+ return chunkNEC22ZSI_cjs.paypal_payments_default;
534
406
  }
535
407
  get percentage_discount_promotions() {
536
- return this.#percentage_discount_promotions || (this.#percentage_discount_promotions = chunkBBEMCANC_cjs.percentage_discount_promotions_default);
408
+ return chunkBBEMCANC_cjs.percentage_discount_promotions_default;
537
409
  }
538
410
  get pickups() {
539
- return this.#pickups || (this.#pickups = chunkOYFNK2SE_cjs.pickups_default);
411
+ return chunkOYFNK2SE_cjs.pickups_default;
540
412
  }
541
413
  get price_frequency_tiers() {
542
- return this.#price_frequency_tiers || (this.#price_frequency_tiers = chunkYAKNUPNE_cjs.price_frequency_tiers_default);
414
+ return chunkYAKNUPNE_cjs.price_frequency_tiers_default;
543
415
  }
544
416
  get price_list_schedulers() {
545
- return this.#price_list_schedulers || (this.#price_list_schedulers = chunkYOHBJHTH_cjs.price_list_schedulers_default);
417
+ return chunkYOHBJHTH_cjs.price_list_schedulers_default;
546
418
  }
547
419
  get price_lists() {
548
- return this.#price_lists || (this.#price_lists = chunkVDZUWCIN_cjs.price_lists_default);
420
+ return chunkVDZUWCIN_cjs.price_lists_default;
549
421
  }
550
422
  get price_tiers() {
551
- return this.#price_tiers || (this.#price_tiers = chunkMQZSDICO_cjs.price_tiers_default);
423
+ return chunkMQZSDICO_cjs.price_tiers_default;
552
424
  }
553
425
  get price_volume_tiers() {
554
- return this.#price_volume_tiers || (this.#price_volume_tiers = chunkVPXMI42G_cjs.price_volume_tiers_default);
426
+ return chunkVPXMI42G_cjs.price_volume_tiers_default;
555
427
  }
556
428
  get prices() {
557
- return this.#prices || (this.#prices = chunkJN4JL4WT_cjs.prices_default);
429
+ return chunkJN4JL4WT_cjs.prices_default;
558
430
  }
559
431
  get promotion_rules() {
560
- return this.#promotion_rules || (this.#promotion_rules = chunkJECYKPCC_cjs.promotion_rules_default);
432
+ return chunkJECYKPCC_cjs.promotion_rules_default;
561
433
  }
562
434
  get promotions() {
563
- return this.#promotions || (this.#promotions = chunk6PWK52UZ_cjs.promotions_default);
435
+ return chunk6PWK52UZ_cjs.promotions_default;
564
436
  }
565
437
  get recurring_order_copies() {
566
- return this.#recurring_order_copies || (this.#recurring_order_copies = chunk2HPO4UZA_cjs.recurring_order_copies_default);
438
+ return chunk2HPO4UZA_cjs.recurring_order_copies_default;
567
439
  }
568
440
  get refunds() {
569
- return this.#refunds || (this.#refunds = chunkDOFPDQMJ_cjs.refunds_default);
441
+ return chunkDOFPDQMJ_cjs.refunds_default;
570
442
  }
571
443
  get reserved_stocks() {
572
- return this.#reserved_stocks || (this.#reserved_stocks = chunkBTAKU6V5_cjs.reserved_stocks_default);
444
+ return chunkBTAKU6V5_cjs.reserved_stocks_default;
573
445
  }
574
446
  get resource_errors() {
575
- return this.#resource_errors || (this.#resource_errors = chunkI3SKGXTB_cjs.resource_errors_default);
447
+ return chunkI3SKGXTB_cjs.resource_errors_default;
576
448
  }
577
449
  get return_line_items() {
578
- return this.#return_line_items || (this.#return_line_items = chunkEADFDBOR_cjs.return_line_items_default);
450
+ return chunkEADFDBOR_cjs.return_line_items_default;
579
451
  }
580
452
  get returns() {
581
- return this.#returns || (this.#returns = chunkIKENWSRH_cjs.returns_default);
453
+ return chunkIKENWSRH_cjs.returns_default;
582
454
  }
583
455
  get satispay_gateways() {
584
- return this.#satispay_gateways || (this.#satispay_gateways = chunkNBYV35R4_cjs.satispay_gateways_default);
456
+ return chunkNBYV35R4_cjs.satispay_gateways_default;
585
457
  }
586
458
  get satispay_payments() {
587
- return this.#satispay_payments || (this.#satispay_payments = chunkDJ572MZB_cjs.satispay_payments_default);
459
+ return chunkDJ572MZB_cjs.satispay_payments_default;
588
460
  }
589
461
  get shipments() {
590
- return this.#shipments || (this.#shipments = chunk35OHXDG3_cjs.shipments_default);
462
+ return chunk35OHXDG3_cjs.shipments_default;
591
463
  }
592
464
  get shipping_categories() {
593
- return this.#shipping_categories || (this.#shipping_categories = chunkTHVPSJTK_cjs.shipping_categories_default);
465
+ return chunkTHVPSJTK_cjs.shipping_categories_default;
594
466
  }
595
467
  get shipping_method_tiers() {
596
- return this.#shipping_method_tiers || (this.#shipping_method_tiers = chunk3TGZNMLP_cjs.shipping_method_tiers_default);
468
+ return chunk3TGZNMLP_cjs.shipping_method_tiers_default;
597
469
  }
598
470
  get shipping_methods() {
599
- return this.#shipping_methods || (this.#shipping_methods = chunkVMJUXZ67_cjs.shipping_methods_default);
471
+ return chunkVMJUXZ67_cjs.shipping_methods_default;
600
472
  }
601
473
  get shipping_weight_tiers() {
602
- return this.#shipping_weight_tiers || (this.#shipping_weight_tiers = chunkD26KDUDM_cjs.shipping_weight_tiers_default);
474
+ return chunkD26KDUDM_cjs.shipping_weight_tiers_default;
603
475
  }
604
476
  get shipping_zones() {
605
- return this.#shipping_zones || (this.#shipping_zones = chunkA6BT5FSV_cjs.shipping_zones_default);
477
+ return chunkA6BT5FSV_cjs.shipping_zones_default;
606
478
  }
607
479
  get sku_list_items() {
608
- return this.#sku_list_items || (this.#sku_list_items = chunkSUJCEUOZ_cjs.sku_list_items_default);
480
+ return chunkSUJCEUOZ_cjs.sku_list_items_default;
609
481
  }
610
482
  get sku_list_promotion_rules() {
611
- return this.#sku_list_promotion_rules || (this.#sku_list_promotion_rules = chunkF6MSHDB7_cjs.sku_list_promotion_rules_default);
483
+ return chunkF6MSHDB7_cjs.sku_list_promotion_rules_default;
612
484
  }
613
485
  get sku_lists() {
614
- return this.#sku_lists || (this.#sku_lists = chunkX2D47UM7_cjs.sku_lists_default);
486
+ return chunkX2D47UM7_cjs.sku_lists_default;
615
487
  }
616
488
  get sku_options() {
617
- return this.#sku_options || (this.#sku_options = chunkTM5OCFYV_cjs.sku_options_default);
489
+ return chunkTM5OCFYV_cjs.sku_options_default;
618
490
  }
619
491
  get skus() {
620
- return this.#skus || (this.#skus = chunkZ2QVXW6T_cjs.skus_default);
492
+ return chunkZ2QVXW6T_cjs.skus_default;
621
493
  }
622
494
  get stock_items() {
623
- return this.#stock_items || (this.#stock_items = chunk3ADITMLN_cjs.stock_items_default);
495
+ return chunk3ADITMLN_cjs.stock_items_default;
624
496
  }
625
497
  get stock_line_items() {
626
- return this.#stock_line_items || (this.#stock_line_items = chunkJ4CTOHX6_cjs.stock_line_items_default);
498
+ return chunkJ4CTOHX6_cjs.stock_line_items_default;
627
499
  }
628
500
  get stock_locations() {
629
- return this.#stock_locations || (this.#stock_locations = chunkSGOUEVJ3_cjs.stock_locations_default);
501
+ return chunkSGOUEVJ3_cjs.stock_locations_default;
630
502
  }
631
503
  get stock_reservations() {
632
- return this.#stock_reservations || (this.#stock_reservations = chunkUP7FR6HD_cjs.stock_reservations_default);
504
+ return chunkUP7FR6HD_cjs.stock_reservations_default;
633
505
  }
634
506
  get stock_transfers() {
635
- return this.#stock_transfers || (this.#stock_transfers = chunkGE6OHQR6_cjs.stock_transfers_default);
507
+ return chunkGE6OHQR6_cjs.stock_transfers_default;
636
508
  }
637
509
  get stores() {
638
- return this.#stores || (this.#stores = chunk6SOWFGBP_cjs.stores_default);
510
+ return chunk6SOWFGBP_cjs.stores_default;
639
511
  }
640
512
  get stripe_gateways() {
641
- return this.#stripe_gateways || (this.#stripe_gateways = chunkLIT4FEIU_cjs.stripe_gateways_default);
513
+ return chunkLIT4FEIU_cjs.stripe_gateways_default;
642
514
  }
643
515
  get stripe_payments() {
644
- return this.#stripe_payments || (this.#stripe_payments = chunkK6WSCQKS_cjs.stripe_payments_default);
516
+ return chunkK6WSCQKS_cjs.stripe_payments_default;
645
517
  }
646
518
  get stripe_tax_accounts() {
647
- return this.#stripe_tax_accounts || (this.#stripe_tax_accounts = chunkINJ7FRDA_cjs.stripe_tax_accounts_default);
519
+ return chunkINJ7FRDA_cjs.stripe_tax_accounts_default;
648
520
  }
649
521
  get subscription_models() {
650
- return this.#subscription_models || (this.#subscription_models = chunkARIBIRKF_cjs.subscription_models_default);
522
+ return chunkARIBIRKF_cjs.subscription_models_default;
651
523
  }
652
524
  get tags() {
653
- return this.#tags || (this.#tags = chunkTQFODT4D_cjs.tags_default);
525
+ return chunkTQFODT4D_cjs.tags_default;
654
526
  }
655
527
  get talon_one_accounts() {
656
- return this.#talon_one_accounts || (this.#talon_one_accounts = chunkRWPFE3LF_cjs.talon_one_accounts_default);
528
+ return chunkRWPFE3LF_cjs.talon_one_accounts_default;
657
529
  }
658
530
  get tax_calculators() {
659
- return this.#tax_calculators || (this.#tax_calculators = chunk7CQTUOR4_cjs.tax_calculators_default);
531
+ return chunk7CQTUOR4_cjs.tax_calculators_default;
660
532
  }
661
533
  get tax_categories() {
662
- return this.#tax_categories || (this.#tax_categories = chunk42DT6ZET_cjs.tax_categories_default);
534
+ return chunk42DT6ZET_cjs.tax_categories_default;
663
535
  }
664
536
  get tax_rules() {
665
- return this.#tax_rules || (this.#tax_rules = chunkZQSCFH5J_cjs.tax_rules_default);
537
+ return chunkZQSCFH5J_cjs.tax_rules_default;
666
538
  }
667
539
  get taxjar_accounts() {
668
- return this.#taxjar_accounts || (this.#taxjar_accounts = chunkZAISVVBE_cjs.taxjar_accounts_default);
540
+ return chunkZAISVVBE_cjs.taxjar_accounts_default;
669
541
  }
670
542
  get transactions() {
671
- return this.#transactions || (this.#transactions = chunkLJ2EP6AL_cjs.transactions_default);
543
+ return chunkLJ2EP6AL_cjs.transactions_default;
672
544
  }
673
545
  get versions() {
674
- return this.#versions || (this.#versions = chunkTIJIXGNJ_cjs.versions_default);
546
+ return chunkTIJIXGNJ_cjs.versions_default;
675
547
  }
676
548
  get vertex_accounts() {
677
- return this.#vertex_accounts || (this.#vertex_accounts = chunkHNHF6T2I_cjs.vertex_accounts_default);
549
+ return chunkHNHF6T2I_cjs.vertex_accounts_default;
678
550
  }
679
551
  get voids() {
680
- return this.#voids || (this.#voids = chunk7Z2U4MHU_cjs.voids_default);
552
+ return chunk7Z2U4MHU_cjs.voids_default;
681
553
  }
682
554
  get webhooks() {
683
- return this.#webhooks || (this.#webhooks = chunk5R76TU4I_cjs.webhooks_default);
555
+ return chunk5R76TU4I_cjs.webhooks_default;
684
556
  }
685
557
  get wire_transfers() {
686
- return this.#wire_transfers || (this.#wire_transfers = chunkBN6XJAZH_cjs.wire_transfers_default);
558
+ return chunkBN6XJAZH_cjs.wire_transfers_default;
687
559
  }
688
- // ##__CL_RESOURCES_LEAZY_LOADING_STOP__##
560
+ // ##__CL_RESOURCES_ACCESSORS_ONLY_STOP__##
689
561
  };
690
562
  function CommerceLayer(config) {
691
563
  return CommerceLayerBundle.get(config);