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