@commercelayer/sdk 4.15.0 → 4.15.1
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/cjs/commercelayer.d.ts +1 -1
- package/lib/cjs/commercelayer.js +1 -1
- package/lib/cjs/resources/inventory_models.d.ts +1 -1
- package/lib/cjs/resources/payment_methods.d.ts +1 -1
- package/lib/cjs/resources/shipping_methods.d.ts +1 -1
- package/lib/esm/commercelayer.d.ts +1 -1
- package/lib/esm/commercelayer.js +1 -1
- package/lib/esm/resources/inventory_models.d.ts +1 -1
- package/lib/esm/resources/payment_methods.d.ts +1 -1
- package/lib/esm/resources/shipping_methods.d.ts +1 -1
- package/lib/tsconfig.esm.tsbuildinfo +1 -1
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/package.json +11 -11
@@ -1 +1 @@
|
|
1
|
-
import*as api from'./api';import{ApiError}from'./error';import type{ErrorInterceptor,InterceptorType,RawResponseReader,RequestInterceptor,ResponseInterceptor}from'./interceptor';import{ResourcesInitConfig}from'./resource';declare type SdkConfig={};declare type CommerceLayerInitConfig=SdkConfig&ResourcesInitConfig;declare type CommerceLayerConfig=Partial<CommerceLayerInitConfig>;declare class CommerceLayerClient{#private;static get openApiSchemaVersion():string;readonly openApiSchemaVersion="2.9.
|
1
|
+
import*as api from'./api';import{ApiError}from'./error';import type{ErrorInterceptor,InterceptorType,RawResponseReader,RequestInterceptor,ResponseInterceptor}from'./interceptor';import{ResourcesInitConfig}from'./resource';declare type SdkConfig={};declare type CommerceLayerInitConfig=SdkConfig&ResourcesInitConfig;declare type CommerceLayerConfig=Partial<CommerceLayerInitConfig>;declare class CommerceLayerClient{#private;static get openApiSchemaVersion():string;readonly openApiSchemaVersion="2.9.6";addresses:api.Addresses;adjustments:api.Adjustments;adyen_gateways:api.AdyenGateways;adyen_payments:api.AdyenPayments;application:api.Applications;attachments:api.Attachments;authorizations:api.Authorizations;avalara_accounts:api.AvalaraAccounts;billing_info_validation_rules:api.BillingInfoValidationRules;bing_geocoders:api.BingGeocoders;braintree_gateways:api.BraintreeGateways;braintree_payments:api.BraintreePayments;bundles:api.Bundles;captures:api.Captures;carrier_accounts:api.CarrierAccounts;checkout_com_gateways:api.CheckoutComGateways;checkout_com_payments:api.CheckoutComPayments;coupon_codes_promotion_rules:api.CouponCodesPromotionRules;coupon_recipients:api.CouponRecipients;coupons:api.Coupons;customer_addresses:api.CustomerAddresses;customer_groups:api.CustomerGroups;customer_password_resets:api.CustomerPasswordResets;customer_payment_sources:api.CustomerPaymentSources;customer_subscriptions:api.CustomerSubscriptions;customers:api.Customers;delivery_lead_times:api.DeliveryLeadTimes;event_callbacks:api.EventCallbacks;events:api.Events;external_gateways:api.ExternalGateways;external_payments:api.ExternalPayments;external_promotions:api.ExternalPromotions;external_tax_calculators:api.ExternalTaxCalculators;fixed_amount_promotions:api.FixedAmountPromotions;fixed_price_promotions:api.FixedPricePromotions;free_gift_promotions:api.FreeGiftPromotions;free_shipping_promotions:api.FreeShippingPromotions;geocoders:api.Geocoders;gift_card_recipients:api.GiftCardRecipients;gift_cards:api.GiftCards;google_geocoders:api.GoogleGeocoders;imports:api.Imports;in_stock_subscriptions:api.InStockSubscriptions;inventory_models:api.InventoryModels;inventory_return_locations:api.InventoryReturnLocations;inventory_stock_locations:api.InventoryStockLocations;klarna_gateways:api.KlarnaGateways;klarna_payments:api.KlarnaPayments;line_item_options:api.LineItemOptions;line_items:api.LineItems;manual_gateways:api.ManualGateways;manual_tax_calculators:api.ManualTaxCalculators;markets:api.Markets;merchants:api.Merchants;order_amount_promotion_rules:api.OrderAmountPromotionRules;order_copies:api.OrderCopies;order_subscriptions:api.OrderSubscriptions;order_validation_rules:api.OrderValidationRules;orders:api.Orders;organization:api.Organizations;packages:api.Packages;parcel_line_items:api.ParcelLineItems;parcels:api.Parcels;payment_gateways:api.PaymentGateways;payment_methods:api.PaymentMethods;paypal_gateways:api.PaypalGateways;paypal_payments:api.PaypalPayments;percentage_discount_promotions:api.PercentageDiscountPromotions;price_lists:api.PriceLists;price_tiers:api.PriceTiers;price_volume_tiers:api.PriceVolumeTiers;prices:api.Prices;promotion_rules:api.PromotionRules;promotions:api.Promotions;refunds:api.Refunds;return_line_items:api.ReturnLineItems;returns:api.Returns;shipments:api.Shipments;shipping_categories:api.ShippingCategories;shipping_method_tiers:api.ShippingMethodTiers;shipping_methods:api.ShippingMethods;shipping_weight_tiers:api.ShippingWeightTiers;shipping_zones:api.ShippingZones;sku_list_items:api.SkuListItems;sku_list_promotion_rules:api.SkuListPromotionRules;sku_lists:api.SkuLists;sku_options:api.SkuOptions;skus:api.Skus;stock_items:api.StockItems;stock_line_items:api.StockLineItems;stock_locations:api.StockLocations;stock_transfers:api.StockTransfers;stripe_gateways:api.StripeGateways;stripe_payments:api.StripePayments;tax_calculators:api.TaxCalculators;tax_categories:api.TaxCategories;tax_rules:api.TaxRules;taxjar_accounts:api.TaxjarAccounts;transactions:api.Transactions;voids:api.Voids;webhooks:api.Webhooks;wire_transfers:api.WireTransfers;constructor(config:CommerceLayerInitConfig);get currentOrganization():string;private localConfig;config(config:CommerceLayerConfig):void;resources():readonly string[];isApiError(error:any):error is ApiError;addRequestInterceptor(onFulfilled?:RequestInterceptor,onRejected?:ErrorInterceptor):number;addResponseInterceptor(onFulfilled?:ResponseInterceptor,onRejected?:ErrorInterceptor):number;removeInterceptor(type:InterceptorType,id:number):void;addRawResponseReader(options?:{headers:boolean;}):RawResponseReader;removeRawResponseReader(reader:number|RawResponseReader):void;}declare const CommerceLayer:(config:CommerceLayerInitConfig)=>CommerceLayerClient;export default CommerceLayer;export type{CommerceLayerClient,CommerceLayerConfig,CommerceLayerInitConfig};
|
package/lib/cjs/commercelayer.js
CHANGED
@@ -1 +1 @@
|
|
1
|
-
"use strict";var __createBinding=this&&this.__createBinding||(Object.create?function(t,e,s,i){i===void 0&&(i=s);var n=Object.getOwnPropertyDescriptor(e,s);(!n||("get"in n?!e.__esModule:n.writable||n.configurable))&&(n={enumerable:!0,get:function(){return e[s]}}),Object.defineProperty(t,i,n)}:function(t,e,s,i){i===void 0&&(i=s),t[i]=e[s]}),__setModuleDefault=this&&this.__setModuleDefault||(Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e}),__importStar=this&&this.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var s in t)s!=="default"&&Object.prototype.hasOwnProperty.call(t,s)&&__createBinding(e,t,s);return __setModuleDefault(e,t),e},__classPrivateFieldSet=this&&this.__classPrivateFieldSet||function(t,e,s,i,n){if(i==="m")throw new TypeError("Private method is not writable");if(i==="a"&&!n)throw new TypeError("Private accessor was defined without a setter");if(typeof e=="function"?t!==e||!n:!e.has(t))throw new TypeError("Cannot write private member to an object whose class did not declare it");return i==="a"?n.call(t,s):n?n.value=s:e.set(t,s),s},__classPrivateFieldGet=this&&this.__classPrivateFieldGet||function(t,e,s,i){if(s==="a"&&!i)throw new TypeError("Private accessor was defined without a getter");if(typeof e=="function"?t!==e||!i:!e.has(t))throw new TypeError("Cannot read private member from an object whose class did not declare it");return s==="m"?i:s==="a"?i.call(t):i?i.value:e.get(t)},__importDefault=this&&this.__importDefault||function(t){return t&&t.__esModule?t:{default:t}},_CommerceLayerClient_adapter,_CommerceLayerClient_organization;Object.defineProperty(exports,"__esModule",{value:!0});const api=__importStar(require("./api")),static_1=require("./static"),resource_1=__importDefault(require("./resource")),debug_1=__importDefault(require("./debug")),debug=(0,debug_1.default)("commercelayer"),OPEN_API_SCHEMA_VERSION="2.9.5";class CommerceLayerClient{constructor(e){this.openApiSchemaVersion=OPEN_API_SCHEMA_VERSION,_CommerceLayerClient_adapter.set(this,void 0),_CommerceLayerClient_organization.set(this,void 0),debug("new commercelayer instance %O",e),__classPrivateFieldSet(this,_CommerceLayerClient_adapter,new resource_1.default(e),"f"),__classPrivateFieldSet(this,_CommerceLayerClient_organization,e.organization,"f"),this.addresses=new api.Addresses(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.adjustments=new api.Adjustments(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.adyen_gateways=new api.AdyenGateways(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.adyen_payments=new api.AdyenPayments(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.application=new api.Applications(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.attachments=new api.Attachments(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.authorizations=new api.Authorizations(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.avalara_accounts=new api.AvalaraAccounts(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.billing_info_validation_rules=new api.BillingInfoValidationRules(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.bing_geocoders=new api.BingGeocoders(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.braintree_gateways=new api.BraintreeGateways(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.braintree_payments=new api.BraintreePayments(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.bundles=new api.Bundles(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.captures=new api.Captures(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.carrier_accounts=new api.CarrierAccounts(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.checkout_com_gateways=new api.CheckoutComGateways(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.checkout_com_payments=new api.CheckoutComPayments(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.coupon_codes_promotion_rules=new api.CouponCodesPromotionRules(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.coupon_recipients=new api.CouponRecipients(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.coupons=new api.Coupons(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.customer_addresses=new api.CustomerAddresses(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.customer_groups=new api.CustomerGroups(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.customer_password_resets=new api.CustomerPasswordResets(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.customer_payment_sources=new api.CustomerPaymentSources(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.customer_subscriptions=new api.CustomerSubscriptions(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.customers=new api.Customers(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.delivery_lead_times=new api.DeliveryLeadTimes(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.event_callbacks=new api.EventCallbacks(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.events=new api.Events(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.external_gateways=new api.ExternalGateways(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.external_payments=new api.ExternalPayments(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.external_promotions=new api.ExternalPromotions(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.external_tax_calculators=new api.ExternalTaxCalculators(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.fixed_amount_promotions=new api.FixedAmountPromotions(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.fixed_price_promotions=new api.FixedPricePromotions(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.free_gift_promotions=new api.FreeGiftPromotions(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.free_shipping_promotions=new api.FreeShippingPromotions(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.geocoders=new api.Geocoders(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.gift_card_recipients=new api.GiftCardRecipients(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.gift_cards=new api.GiftCards(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.google_geocoders=new api.GoogleGeocoders(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.imports=new api.Imports(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.in_stock_subscriptions=new api.InStockSubscriptions(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.inventory_models=new api.InventoryModels(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.inventory_return_locations=new api.InventoryReturnLocations(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.inventory_stock_locations=new api.InventoryStockLocations(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.klarna_gateways=new api.KlarnaGateways(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.klarna_payments=new api.KlarnaPayments(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.line_item_options=new api.LineItemOptions(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.line_items=new api.LineItems(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.manual_gateways=new api.ManualGateways(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.manual_tax_calculators=new api.ManualTaxCalculators(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.markets=new api.Markets(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.merchants=new api.Merchants(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.order_amount_promotion_rules=new api.OrderAmountPromotionRules(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.order_copies=new api.OrderCopies(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.order_subscriptions=new api.OrderSubscriptions(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.order_validation_rules=new api.OrderValidationRules(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.orders=new api.Orders(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.organization=new api.Organizations(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.packages=new api.Packages(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.parcel_line_items=new api.ParcelLineItems(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.parcels=new api.Parcels(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.payment_gateways=new api.PaymentGateways(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.payment_methods=new api.PaymentMethods(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.paypal_gateways=new api.PaypalGateways(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.paypal_payments=new api.PaypalPayments(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.percentage_discount_promotions=new api.PercentageDiscountPromotions(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.price_lists=new api.PriceLists(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.price_tiers=new api.PriceTiers(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.price_volume_tiers=new api.PriceVolumeTiers(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.prices=new api.Prices(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.promotion_rules=new api.PromotionRules(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.promotions=new api.Promotions(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.refunds=new api.Refunds(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.return_line_items=new api.ReturnLineItems(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.returns=new api.Returns(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.shipments=new api.Shipments(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.shipping_categories=new api.ShippingCategories(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.shipping_method_tiers=new api.ShippingMethodTiers(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.shipping_methods=new api.ShippingMethods(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.shipping_weight_tiers=new api.ShippingWeightTiers(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.shipping_zones=new api.ShippingZones(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.sku_list_items=new api.SkuListItems(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.sku_list_promotion_rules=new api.SkuListPromotionRules(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.sku_lists=new api.SkuLists(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.sku_options=new api.SkuOptions(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.skus=new api.Skus(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.stock_items=new api.StockItems(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.stock_line_items=new api.StockLineItems(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.stock_locations=new api.StockLocations(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.stock_transfers=new api.StockTransfers(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.stripe_gateways=new api.StripeGateways(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.stripe_payments=new api.StripePayments(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.tax_calculators=new api.TaxCalculators(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.tax_categories=new api.TaxCategories(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.tax_rules=new api.TaxRules(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.taxjar_accounts=new api.TaxjarAccounts(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.transactions=new api.Transactions(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.voids=new api.Voids(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.webhooks=new api.Webhooks(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.wire_transfers=new api.WireTransfers(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f"))}static get openApiSchemaVersion(){return OPEN_API_SCHEMA_VERSION}get currentOrganization(){return __classPrivateFieldGet(this,_CommerceLayerClient_organization,"f")}localConfig(e){e.organization&&__classPrivateFieldSet(this,_CommerceLayerClient_organization,e.organization,"f")}config(e){debug("config %o",e),this.localConfig(e),e.organization||(e.organization=this.currentOrganization),__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f").config(e)}resources(){return static_1.CommerceLayerStatic.resources()}isApiError(e){return static_1.CommerceLayerStatic.isApiError(e)}addRequestInterceptor(e,s){return __classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f").interceptors.request.use(e,s)}addResponseInterceptor(e,s){return __classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f").interceptors.response.use(e,s)}removeInterceptor(e,s){return __classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f").interceptors[e].eject(s)}addRawResponseReader(e){const s={id:void 0,rawResponse:void 0,headers:void 0};function i(r){return s.rawResponse=r?.data,e?.headers&&(s.headers=r.headers),r}const n=this.addResponseInterceptor(i);return s.id=n,s}removeRawResponseReader(e){const s=typeof e=="number"?e:e?.id;if(s&&s>=0)return this.removeInterceptor("response",s)}}_CommerceLayerClient_adapter=new WeakMap,_CommerceLayerClient_organization=new WeakMap;const CommerceLayer=t=>new CommerceLayerClient(t);exports.default=CommerceLayer;
|
1
|
+
"use strict";var __createBinding=this&&this.__createBinding||(Object.create?function(t,e,s,i){i===void 0&&(i=s);var n=Object.getOwnPropertyDescriptor(e,s);(!n||("get"in n?!e.__esModule:n.writable||n.configurable))&&(n={enumerable:!0,get:function(){return e[s]}}),Object.defineProperty(t,i,n)}:function(t,e,s,i){i===void 0&&(i=s),t[i]=e[s]}),__setModuleDefault=this&&this.__setModuleDefault||(Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e}),__importStar=this&&this.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var s in t)s!=="default"&&Object.prototype.hasOwnProperty.call(t,s)&&__createBinding(e,t,s);return __setModuleDefault(e,t),e},__classPrivateFieldSet=this&&this.__classPrivateFieldSet||function(t,e,s,i,n){if(i==="m")throw new TypeError("Private method is not writable");if(i==="a"&&!n)throw new TypeError("Private accessor was defined without a setter");if(typeof e=="function"?t!==e||!n:!e.has(t))throw new TypeError("Cannot write private member to an object whose class did not declare it");return i==="a"?n.call(t,s):n?n.value=s:e.set(t,s),s},__classPrivateFieldGet=this&&this.__classPrivateFieldGet||function(t,e,s,i){if(s==="a"&&!i)throw new TypeError("Private accessor was defined without a getter");if(typeof e=="function"?t!==e||!i:!e.has(t))throw new TypeError("Cannot read private member from an object whose class did not declare it");return s==="m"?i:s==="a"?i.call(t):i?i.value:e.get(t)},__importDefault=this&&this.__importDefault||function(t){return t&&t.__esModule?t:{default:t}},_CommerceLayerClient_adapter,_CommerceLayerClient_organization;Object.defineProperty(exports,"__esModule",{value:!0});const api=__importStar(require("./api")),static_1=require("./static"),resource_1=__importDefault(require("./resource")),debug_1=__importDefault(require("./debug")),debug=(0,debug_1.default)("commercelayer"),OPEN_API_SCHEMA_VERSION="2.9.6";class CommerceLayerClient{constructor(e){this.openApiSchemaVersion=OPEN_API_SCHEMA_VERSION,_CommerceLayerClient_adapter.set(this,void 0),_CommerceLayerClient_organization.set(this,void 0),debug("new commercelayer instance %O",e),__classPrivateFieldSet(this,_CommerceLayerClient_adapter,new resource_1.default(e),"f"),__classPrivateFieldSet(this,_CommerceLayerClient_organization,e.organization,"f"),this.addresses=new api.Addresses(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.adjustments=new api.Adjustments(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.adyen_gateways=new api.AdyenGateways(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.adyen_payments=new api.AdyenPayments(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.application=new api.Applications(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.attachments=new api.Attachments(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.authorizations=new api.Authorizations(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.avalara_accounts=new api.AvalaraAccounts(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.billing_info_validation_rules=new api.BillingInfoValidationRules(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.bing_geocoders=new api.BingGeocoders(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.braintree_gateways=new api.BraintreeGateways(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.braintree_payments=new api.BraintreePayments(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.bundles=new api.Bundles(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.captures=new api.Captures(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.carrier_accounts=new api.CarrierAccounts(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.checkout_com_gateways=new api.CheckoutComGateways(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.checkout_com_payments=new api.CheckoutComPayments(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.coupon_codes_promotion_rules=new api.CouponCodesPromotionRules(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.coupon_recipients=new api.CouponRecipients(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.coupons=new api.Coupons(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.customer_addresses=new api.CustomerAddresses(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.customer_groups=new api.CustomerGroups(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.customer_password_resets=new api.CustomerPasswordResets(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.customer_payment_sources=new api.CustomerPaymentSources(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.customer_subscriptions=new api.CustomerSubscriptions(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.customers=new api.Customers(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.delivery_lead_times=new api.DeliveryLeadTimes(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.event_callbacks=new api.EventCallbacks(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.events=new api.Events(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.external_gateways=new api.ExternalGateways(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.external_payments=new api.ExternalPayments(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.external_promotions=new api.ExternalPromotions(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.external_tax_calculators=new api.ExternalTaxCalculators(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.fixed_amount_promotions=new api.FixedAmountPromotions(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.fixed_price_promotions=new api.FixedPricePromotions(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.free_gift_promotions=new api.FreeGiftPromotions(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.free_shipping_promotions=new api.FreeShippingPromotions(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.geocoders=new api.Geocoders(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.gift_card_recipients=new api.GiftCardRecipients(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.gift_cards=new api.GiftCards(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.google_geocoders=new api.GoogleGeocoders(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.imports=new api.Imports(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.in_stock_subscriptions=new api.InStockSubscriptions(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.inventory_models=new api.InventoryModels(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.inventory_return_locations=new api.InventoryReturnLocations(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.inventory_stock_locations=new api.InventoryStockLocations(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.klarna_gateways=new api.KlarnaGateways(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.klarna_payments=new api.KlarnaPayments(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.line_item_options=new api.LineItemOptions(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.line_items=new api.LineItems(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.manual_gateways=new api.ManualGateways(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.manual_tax_calculators=new api.ManualTaxCalculators(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.markets=new api.Markets(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.merchants=new api.Merchants(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.order_amount_promotion_rules=new api.OrderAmountPromotionRules(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.order_copies=new api.OrderCopies(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.order_subscriptions=new api.OrderSubscriptions(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.order_validation_rules=new api.OrderValidationRules(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.orders=new api.Orders(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.organization=new api.Organizations(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.packages=new api.Packages(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.parcel_line_items=new api.ParcelLineItems(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.parcels=new api.Parcels(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.payment_gateways=new api.PaymentGateways(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.payment_methods=new api.PaymentMethods(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.paypal_gateways=new api.PaypalGateways(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.paypal_payments=new api.PaypalPayments(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.percentage_discount_promotions=new api.PercentageDiscountPromotions(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.price_lists=new api.PriceLists(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.price_tiers=new api.PriceTiers(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.price_volume_tiers=new api.PriceVolumeTiers(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.prices=new api.Prices(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.promotion_rules=new api.PromotionRules(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.promotions=new api.Promotions(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.refunds=new api.Refunds(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.return_line_items=new api.ReturnLineItems(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.returns=new api.Returns(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.shipments=new api.Shipments(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.shipping_categories=new api.ShippingCategories(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.shipping_method_tiers=new api.ShippingMethodTiers(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.shipping_methods=new api.ShippingMethods(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.shipping_weight_tiers=new api.ShippingWeightTiers(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.shipping_zones=new api.ShippingZones(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.sku_list_items=new api.SkuListItems(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.sku_list_promotion_rules=new api.SkuListPromotionRules(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.sku_lists=new api.SkuLists(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.sku_options=new api.SkuOptions(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.skus=new api.Skus(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.stock_items=new api.StockItems(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.stock_line_items=new api.StockLineItems(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.stock_locations=new api.StockLocations(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.stock_transfers=new api.StockTransfers(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.stripe_gateways=new api.StripeGateways(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.stripe_payments=new api.StripePayments(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.tax_calculators=new api.TaxCalculators(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.tax_categories=new api.TaxCategories(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.tax_rules=new api.TaxRules(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.taxjar_accounts=new api.TaxjarAccounts(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.transactions=new api.Transactions(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.voids=new api.Voids(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.webhooks=new api.Webhooks(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f")),this.wire_transfers=new api.WireTransfers(__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f"))}static get openApiSchemaVersion(){return OPEN_API_SCHEMA_VERSION}get currentOrganization(){return __classPrivateFieldGet(this,_CommerceLayerClient_organization,"f")}localConfig(e){e.organization&&__classPrivateFieldSet(this,_CommerceLayerClient_organization,e.organization,"f")}config(e){debug("config %o",e),this.localConfig(e),e.organization||(e.organization=this.currentOrganization),__classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f").config(e)}resources(){return static_1.CommerceLayerStatic.resources()}isApiError(e){return static_1.CommerceLayerStatic.isApiError(e)}addRequestInterceptor(e,s){return __classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f").interceptors.request.use(e,s)}addResponseInterceptor(e,s){return __classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f").interceptors.response.use(e,s)}removeInterceptor(e,s){return __classPrivateFieldGet(this,_CommerceLayerClient_adapter,"f").interceptors[e].eject(s)}addRawResponseReader(e){const s={id:void 0,rawResponse:void 0,headers:void 0};function i(r){return s.rawResponse=r?.data,e?.headers&&(s.headers=r.headers),r}const n=this.addResponseInterceptor(i);return s.id=n,s}removeRawResponseReader(e){const s=typeof e=="number"?e:e?.id;if(s&&s>=0)return this.removeInterceptor("response",s)}}_CommerceLayerClient_adapter=new WeakMap,_CommerceLayerClient_organization=new WeakMap;const CommerceLayer=t=>new CommerceLayerClient(t);exports.default=CommerceLayer;
|
@@ -1 +1 @@
|
|
1
|
-
import{ApiResource,Resource,ResourceCreate,ResourceUpdate,ResourcesConfig,ResourceId,ResourceRel,ListResponse}from'../resource';import type{QueryParamsList,QueryParamsRetrieve}from'../query';import type{InventoryStockLocation}from'./inventory_stock_locations';import type{InventoryReturnLocation}from'./inventory_return_locations';import type{Attachment}from'./attachments';declare type InventoryModelRel=ResourceRel&{type:typeof InventoryModels.TYPE;};interface InventoryModel extends Resource{name?:string;strategy?:string;stock_locations_cutoff?:number;inventory_stock_locations?:InventoryStockLocation[];inventory_return_locations?:InventoryReturnLocation[];attachments?:Attachment[];}interface InventoryModelCreate extends ResourceCreate{name:string;strategy
|
1
|
+
import{ApiResource,Resource,ResourceCreate,ResourceUpdate,ResourcesConfig,ResourceId,ResourceRel,ListResponse}from'../resource';import type{QueryParamsList,QueryParamsRetrieve}from'../query';import type{InventoryStockLocation}from'./inventory_stock_locations';import type{InventoryReturnLocation}from'./inventory_return_locations';import type{Attachment}from'./attachments';declare type InventoryModelRel=ResourceRel&{type:typeof InventoryModels.TYPE;};interface InventoryModel extends Resource{name?:string;strategy?:string;stock_locations_cutoff?:number;inventory_stock_locations?:InventoryStockLocation[];inventory_return_locations?:InventoryReturnLocation[];attachments?:Attachment[];}interface InventoryModelCreate extends ResourceCreate{name:string;strategy?:string;stock_locations_cutoff?:number;}interface InventoryModelUpdate extends ResourceUpdate{name?:string;strategy?:string;stock_locations_cutoff?:number;}declare class InventoryModels extends ApiResource{static readonly TYPE:'inventory_models';list(params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<InventoryModel>>;create(resource:InventoryModelCreate,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<InventoryModel>;retrieve(id:string,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<InventoryModel>;update(resource:InventoryModelUpdate,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<InventoryModel>;delete(id:string,options?:ResourcesConfig):Promise<void>;inventory_stock_locations(inventoryModelId:string|InventoryModel,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<InventoryStockLocation>>;inventory_return_locations(inventoryModelId:string|InventoryModel,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<InventoryReturnLocation>>;attachments(inventoryModelId:string|InventoryModel,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Attachment>>;isInventoryModel(resource:any):resource is InventoryModel;relationship(id:string|ResourceId|null):InventoryModelRel;type():string;}export default InventoryModels;export{InventoryModel,InventoryModelCreate,InventoryModelUpdate};
|
@@ -1 +1 @@
|
|
1
|
-
import{ApiResource,Resource,ResourceCreate,ResourceUpdate,ResourcesConfig,ResourceId,ResourceRel,ListResponse}from'../resource';import type{QueryParamsList,QueryParamsRetrieve}from'../query';import type{Market}from'./markets';import type{PaymentGateway}from'./payment_gateways';import type{Attachment}from'./attachments';declare type PaymentMethodRel=ResourceRel&{type:typeof PaymentMethods.TYPE;};declare type MarketRel=ResourceRel&{type:'markets';};declare type PaymentGatewayRel=ResourceRel&{type:'payment_gateways';};interface PaymentMethod extends Resource{payment_source_type?:string;name?:string;currency_code?:string;moto?:boolean;disabled_at?:string;price_amount_cents?:number;price_amount_float?:number;formatted_price_amount?:string;market?:Market;payment_gateway?:PaymentGateway;attachments?:Attachment[];}interface PaymentMethodCreate extends ResourceCreate{payment_source_type:string;currency_code?:string;moto?:boolean;price_amount_cents:number;market?:MarketRel;payment_gateway:PaymentGatewayRel;}interface PaymentMethodUpdate extends ResourceUpdate{payment_source_type?:string;currency_code?:string;moto?:boolean;price_amount_cents?:number;market?:MarketRel;payment_gateway?:PaymentGatewayRel;}declare class PaymentMethods extends ApiResource{static readonly TYPE:'payment_methods';list(params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<PaymentMethod>>;create(resource:PaymentMethodCreate,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<PaymentMethod>;retrieve(id:string,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<PaymentMethod>;update(resource:PaymentMethodUpdate,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<PaymentMethod>;delete(id:string,options?:ResourcesConfig):Promise<void>;market(paymentMethodId:string|PaymentMethod,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Market>;payment_gateway(paymentMethodId:string|PaymentMethod,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<PaymentGateway>;attachments(paymentMethodId:string|PaymentMethod,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Attachment>>;isPaymentMethod(resource:any):resource is PaymentMethod;relationship(id:string|ResourceId|null):PaymentMethodRel;type():string;}export default PaymentMethods;export{PaymentMethod,PaymentMethodCreate,PaymentMethodUpdate};
|
1
|
+
import{ApiResource,Resource,ResourceCreate,ResourceUpdate,ResourcesConfig,ResourceId,ResourceRel,ListResponse}from'../resource';import type{QueryParamsList,QueryParamsRetrieve}from'../query';import type{Market}from'./markets';import type{PaymentGateway}from'./payment_gateways';import type{Attachment}from'./attachments';declare type PaymentMethodRel=ResourceRel&{type:typeof PaymentMethods.TYPE;};declare type MarketRel=ResourceRel&{type:'markets';};declare type PaymentGatewayRel=ResourceRel&{type:'payment_gateways';};interface PaymentMethod extends Resource{payment_source_type?:string;name?:string;currency_code?:string;moto?:boolean;disabled_at?:string;price_amount_cents?:number;price_amount_float?:number;formatted_price_amount?:string;market?:Market;payment_gateway?:PaymentGateway;attachments?:Attachment[];}interface PaymentMethodCreate extends ResourceCreate{payment_source_type:string;currency_code?:string;moto?:boolean;price_amount_cents:number;market?:MarketRel;payment_gateway:PaymentGatewayRel;}interface PaymentMethodUpdate extends ResourceUpdate{payment_source_type?:string;currency_code?:string;moto?:boolean;_disable?:boolean;_enable?:boolean;price_amount_cents?:number;market?:MarketRel;payment_gateway?:PaymentGatewayRel;}declare class PaymentMethods extends ApiResource{static readonly TYPE:'payment_methods';list(params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<PaymentMethod>>;create(resource:PaymentMethodCreate,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<PaymentMethod>;retrieve(id:string,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<PaymentMethod>;update(resource:PaymentMethodUpdate,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<PaymentMethod>;delete(id:string,options?:ResourcesConfig):Promise<void>;market(paymentMethodId:string|PaymentMethod,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Market>;payment_gateway(paymentMethodId:string|PaymentMethod,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<PaymentGateway>;attachments(paymentMethodId:string|PaymentMethod,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Attachment>>;isPaymentMethod(resource:any):resource is PaymentMethod;relationship(id:string|ResourceId|null):PaymentMethodRel;type():string;}export default PaymentMethods;export{PaymentMethod,PaymentMethodCreate,PaymentMethodUpdate};
|
@@ -1 +1 @@
|
|
1
|
-
import{ApiResource,Resource,ResourceCreate,ResourceUpdate,ResourcesConfig,ResourceId,ResourceRel,ListResponse}from'../resource';import type{QueryParamsList,QueryParamsRetrieve}from'../query';import type{Market}from'./markets';import type{ShippingZone}from'./shipping_zones';import type{ShippingCategory}from'./shipping_categories';import type{StockLocation}from'./stock_locations';import type{DeliveryLeadTime}from'./delivery_lead_times';import type{ShippingMethodTier}from'./shipping_method_tiers';import type{ShippingWeightTier}from'./shipping_weight_tiers';import type{Attachment}from'./attachments';declare type ShippingMethodRel=ResourceRel&{type:typeof ShippingMethods.TYPE;};declare type MarketRel=ResourceRel&{type:'markets';};declare type ShippingZoneRel=ResourceRel&{type:'shipping_zones';};declare type ShippingCategoryRel=ResourceRel&{type:'shipping_categories';};declare type StockLocationRel=ResourceRel&{type:'stock_locations';};declare type ShippingMethodTierRel=ResourceRel&{type:'shipping_method_tiers';};interface ShippingMethod extends Resource{name?:string;scheme?:string;currency_code?:string;disabled_at?:string;price_amount_cents?:number;price_amount_float?:number;formatted_price_amount?:string;free_over_amount_cents?:number;free_over_amount_float?:number;formatted_free_over_amount?:string;price_amount_for_shipment_cents?:number;price_amount_for_shipment_float?:number;formatted_price_amount_for_shipment?:string;min_weight?:number;max_weight?:number;unit_of_weight?:string;market?:Market;shipping_zone?:ShippingZone;shipping_category?:ShippingCategory;stock_location?:StockLocation;delivery_lead_time_for_shipment?:DeliveryLeadTime;shipping_method_tiers?:ShippingMethodTier[];shipping_weight_tiers?:ShippingWeightTier[];attachments?:Attachment[];}interface ShippingMethodCreate extends ResourceCreate{name:string;scheme?:string;currency_code?:string;price_amount_cents:number;free_over_amount_cents?:number;min_weight?:number;max_weight?:number;unit_of_weight?:string;market?:MarketRel;shipping_zone?:ShippingZoneRel;shipping_category?:ShippingCategoryRel;stock_location?:StockLocationRel;shipping_method_tiers?:ShippingMethodTierRel[];}interface ShippingMethodUpdate extends ResourceUpdate{name?:string;scheme?:string;currency_code?:string;price_amount_cents?:number;free_over_amount_cents?:number;min_weight?:number;max_weight?:number;unit_of_weight?:string;market?:MarketRel;shipping_zone?:ShippingZoneRel;shipping_category?:ShippingCategoryRel;stock_location?:StockLocationRel;shipping_method_tiers?:ShippingMethodTierRel[];}declare class ShippingMethods extends ApiResource{static readonly TYPE:'shipping_methods';list(params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<ShippingMethod>>;create(resource:ShippingMethodCreate,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<ShippingMethod>;retrieve(id:string,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<ShippingMethod>;update(resource:ShippingMethodUpdate,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<ShippingMethod>;delete(id:string,options?:ResourcesConfig):Promise<void>;market(shippingMethodId:string|ShippingMethod,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Market>;shipping_zone(shippingMethodId:string|ShippingMethod,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<ShippingZone>;shipping_category(shippingMethodId:string|ShippingMethod,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<ShippingCategory>;stock_location(shippingMethodId:string|ShippingMethod,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<StockLocation>;delivery_lead_time_for_shipment(shippingMethodId:string|ShippingMethod,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<DeliveryLeadTime>;shipping_method_tiers(shippingMethodId:string|ShippingMethod,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<ShippingMethodTier>>;shipping_weight_tiers(shippingMethodId:string|ShippingMethod,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<ShippingWeightTier>>;attachments(shippingMethodId:string|ShippingMethod,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Attachment>>;isShippingMethod(resource:any):resource is ShippingMethod;relationship(id:string|ResourceId|null):ShippingMethodRel;type():string;}export default ShippingMethods;export{ShippingMethod,ShippingMethodCreate,ShippingMethodUpdate};
|
1
|
+
import{ApiResource,Resource,ResourceCreate,ResourceUpdate,ResourcesConfig,ResourceId,ResourceRel,ListResponse}from'../resource';import type{QueryParamsList,QueryParamsRetrieve}from'../query';import type{Market}from'./markets';import type{ShippingZone}from'./shipping_zones';import type{ShippingCategory}from'./shipping_categories';import type{StockLocation}from'./stock_locations';import type{DeliveryLeadTime}from'./delivery_lead_times';import type{ShippingMethodTier}from'./shipping_method_tiers';import type{ShippingWeightTier}from'./shipping_weight_tiers';import type{Attachment}from'./attachments';declare type ShippingMethodRel=ResourceRel&{type:typeof ShippingMethods.TYPE;};declare type MarketRel=ResourceRel&{type:'markets';};declare type ShippingZoneRel=ResourceRel&{type:'shipping_zones';};declare type ShippingCategoryRel=ResourceRel&{type:'shipping_categories';};declare type StockLocationRel=ResourceRel&{type:'stock_locations';};declare type ShippingMethodTierRel=ResourceRel&{type:'shipping_method_tiers';};interface ShippingMethod extends Resource{name?:string;scheme?:string;currency_code?:string;disabled_at?:string;price_amount_cents?:number;price_amount_float?:number;formatted_price_amount?:string;free_over_amount_cents?:number;free_over_amount_float?:number;formatted_free_over_amount?:string;price_amount_for_shipment_cents?:number;price_amount_for_shipment_float?:number;formatted_price_amount_for_shipment?:string;min_weight?:number;max_weight?:number;unit_of_weight?:string;market?:Market;shipping_zone?:ShippingZone;shipping_category?:ShippingCategory;stock_location?:StockLocation;delivery_lead_time_for_shipment?:DeliveryLeadTime;shipping_method_tiers?:ShippingMethodTier[];shipping_weight_tiers?:ShippingWeightTier[];attachments?:Attachment[];}interface ShippingMethodCreate extends ResourceCreate{name:string;scheme?:string;currency_code?:string;price_amount_cents:number;free_over_amount_cents?:number;min_weight?:number;max_weight?:number;unit_of_weight?:string;market?:MarketRel;shipping_zone?:ShippingZoneRel;shipping_category?:ShippingCategoryRel;stock_location?:StockLocationRel;shipping_method_tiers?:ShippingMethodTierRel[];}interface ShippingMethodUpdate extends ResourceUpdate{name?:string;scheme?:string;currency_code?:string;_disable?:boolean;_enable?:boolean;price_amount_cents?:number;free_over_amount_cents?:number;min_weight?:number;max_weight?:number;unit_of_weight?:string;market?:MarketRel;shipping_zone?:ShippingZoneRel;shipping_category?:ShippingCategoryRel;stock_location?:StockLocationRel;shipping_method_tiers?:ShippingMethodTierRel[];}declare class ShippingMethods extends ApiResource{static readonly TYPE:'shipping_methods';list(params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<ShippingMethod>>;create(resource:ShippingMethodCreate,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<ShippingMethod>;retrieve(id:string,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<ShippingMethod>;update(resource:ShippingMethodUpdate,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<ShippingMethod>;delete(id:string,options?:ResourcesConfig):Promise<void>;market(shippingMethodId:string|ShippingMethod,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Market>;shipping_zone(shippingMethodId:string|ShippingMethod,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<ShippingZone>;shipping_category(shippingMethodId:string|ShippingMethod,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<ShippingCategory>;stock_location(shippingMethodId:string|ShippingMethod,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<StockLocation>;delivery_lead_time_for_shipment(shippingMethodId:string|ShippingMethod,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<DeliveryLeadTime>;shipping_method_tiers(shippingMethodId:string|ShippingMethod,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<ShippingMethodTier>>;shipping_weight_tiers(shippingMethodId:string|ShippingMethod,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<ShippingWeightTier>>;attachments(shippingMethodId:string|ShippingMethod,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Attachment>>;isShippingMethod(resource:any):resource is ShippingMethod;relationship(id:string|ResourceId|null):ShippingMethodRel;type():string;}export default ShippingMethods;export{ShippingMethod,ShippingMethodCreate,ShippingMethodUpdate};
|
@@ -1 +1 @@
|
|
1
|
-
import*as api from'./api';import{ApiError}from'./error';import type{ErrorInterceptor,InterceptorType,RawResponseReader,RequestInterceptor,ResponseInterceptor}from'./interceptor';import{ResourcesInitConfig}from'./resource';declare type SdkConfig={};declare type CommerceLayerInitConfig=SdkConfig&ResourcesInitConfig;declare type CommerceLayerConfig=Partial<CommerceLayerInitConfig>;declare class CommerceLayerClient{#private;static get openApiSchemaVersion():string;readonly openApiSchemaVersion="2.9.
|
1
|
+
import*as api from'./api';import{ApiError}from'./error';import type{ErrorInterceptor,InterceptorType,RawResponseReader,RequestInterceptor,ResponseInterceptor}from'./interceptor';import{ResourcesInitConfig}from'./resource';declare type SdkConfig={};declare type CommerceLayerInitConfig=SdkConfig&ResourcesInitConfig;declare type CommerceLayerConfig=Partial<CommerceLayerInitConfig>;declare class CommerceLayerClient{#private;static get openApiSchemaVersion():string;readonly openApiSchemaVersion="2.9.6";addresses:api.Addresses;adjustments:api.Adjustments;adyen_gateways:api.AdyenGateways;adyen_payments:api.AdyenPayments;application:api.Applications;attachments:api.Attachments;authorizations:api.Authorizations;avalara_accounts:api.AvalaraAccounts;billing_info_validation_rules:api.BillingInfoValidationRules;bing_geocoders:api.BingGeocoders;braintree_gateways:api.BraintreeGateways;braintree_payments:api.BraintreePayments;bundles:api.Bundles;captures:api.Captures;carrier_accounts:api.CarrierAccounts;checkout_com_gateways:api.CheckoutComGateways;checkout_com_payments:api.CheckoutComPayments;coupon_codes_promotion_rules:api.CouponCodesPromotionRules;coupon_recipients:api.CouponRecipients;coupons:api.Coupons;customer_addresses:api.CustomerAddresses;customer_groups:api.CustomerGroups;customer_password_resets:api.CustomerPasswordResets;customer_payment_sources:api.CustomerPaymentSources;customer_subscriptions:api.CustomerSubscriptions;customers:api.Customers;delivery_lead_times:api.DeliveryLeadTimes;event_callbacks:api.EventCallbacks;events:api.Events;external_gateways:api.ExternalGateways;external_payments:api.ExternalPayments;external_promotions:api.ExternalPromotions;external_tax_calculators:api.ExternalTaxCalculators;fixed_amount_promotions:api.FixedAmountPromotions;fixed_price_promotions:api.FixedPricePromotions;free_gift_promotions:api.FreeGiftPromotions;free_shipping_promotions:api.FreeShippingPromotions;geocoders:api.Geocoders;gift_card_recipients:api.GiftCardRecipients;gift_cards:api.GiftCards;google_geocoders:api.GoogleGeocoders;imports:api.Imports;in_stock_subscriptions:api.InStockSubscriptions;inventory_models:api.InventoryModels;inventory_return_locations:api.InventoryReturnLocations;inventory_stock_locations:api.InventoryStockLocations;klarna_gateways:api.KlarnaGateways;klarna_payments:api.KlarnaPayments;line_item_options:api.LineItemOptions;line_items:api.LineItems;manual_gateways:api.ManualGateways;manual_tax_calculators:api.ManualTaxCalculators;markets:api.Markets;merchants:api.Merchants;order_amount_promotion_rules:api.OrderAmountPromotionRules;order_copies:api.OrderCopies;order_subscriptions:api.OrderSubscriptions;order_validation_rules:api.OrderValidationRules;orders:api.Orders;organization:api.Organizations;packages:api.Packages;parcel_line_items:api.ParcelLineItems;parcels:api.Parcels;payment_gateways:api.PaymentGateways;payment_methods:api.PaymentMethods;paypal_gateways:api.PaypalGateways;paypal_payments:api.PaypalPayments;percentage_discount_promotions:api.PercentageDiscountPromotions;price_lists:api.PriceLists;price_tiers:api.PriceTiers;price_volume_tiers:api.PriceVolumeTiers;prices:api.Prices;promotion_rules:api.PromotionRules;promotions:api.Promotions;refunds:api.Refunds;return_line_items:api.ReturnLineItems;returns:api.Returns;shipments:api.Shipments;shipping_categories:api.ShippingCategories;shipping_method_tiers:api.ShippingMethodTiers;shipping_methods:api.ShippingMethods;shipping_weight_tiers:api.ShippingWeightTiers;shipping_zones:api.ShippingZones;sku_list_items:api.SkuListItems;sku_list_promotion_rules:api.SkuListPromotionRules;sku_lists:api.SkuLists;sku_options:api.SkuOptions;skus:api.Skus;stock_items:api.StockItems;stock_line_items:api.StockLineItems;stock_locations:api.StockLocations;stock_transfers:api.StockTransfers;stripe_gateways:api.StripeGateways;stripe_payments:api.StripePayments;tax_calculators:api.TaxCalculators;tax_categories:api.TaxCategories;tax_rules:api.TaxRules;taxjar_accounts:api.TaxjarAccounts;transactions:api.Transactions;voids:api.Voids;webhooks:api.Webhooks;wire_transfers:api.WireTransfers;constructor(config:CommerceLayerInitConfig);get currentOrganization():string;private localConfig;config(config:CommerceLayerConfig):void;resources():readonly string[];isApiError(error:any):error is ApiError;addRequestInterceptor(onFulfilled?:RequestInterceptor,onRejected?:ErrorInterceptor):number;addResponseInterceptor(onFulfilled?:ResponseInterceptor,onRejected?:ErrorInterceptor):number;removeInterceptor(type:InterceptorType,id:number):void;addRawResponseReader(options?:{headers:boolean;}):RawResponseReader;removeRawResponseReader(reader:number|RawResponseReader):void;}declare const CommerceLayer:(config:CommerceLayerInitConfig)=>CommerceLayerClient;export default CommerceLayer;export type{CommerceLayerClient,CommerceLayerConfig,CommerceLayerInitConfig};
|
package/lib/esm/commercelayer.js
CHANGED
@@ -1 +1 @@
|
|
1
|
-
var f=this&&this.__classPrivateFieldSet||function(r,i,n,o,a){if(o==="m")throw new TypeError("Private method is not writable");if(o==="a"&&!a)throw new TypeError("Private accessor was defined without a setter");if(typeof i=="function"?r!==i||!a:!i.has(r))throw new TypeError("Cannot write private member to an object whose class did not declare it");return o==="a"?a.call(r,n):a?a.value=n:i.set(r,n),n},s=this&&this.__classPrivateFieldGet||function(r,i,n,o){if(n==="a"&&!o)throw new TypeError("Private accessor was defined without a getter");if(typeof i=="function"?r!==i||!o:!i.has(r))throw new TypeError("Cannot read private member from an object whose class did not declare it");return n==="m"?o:n==="a"?o.call(r):o?o.value:i.get(r)},t,h;import*as e from"./api";import{CommerceLayerStatic as w}from"./static";import m from"./resource";import l from"./debug";const p=l("commercelayer"),u="2.9.
|
1
|
+
var f=this&&this.__classPrivateFieldSet||function(r,i,n,o,a){if(o==="m")throw new TypeError("Private method is not writable");if(o==="a"&&!a)throw new TypeError("Private accessor was defined without a setter");if(typeof i=="function"?r!==i||!a:!i.has(r))throw new TypeError("Cannot write private member to an object whose class did not declare it");return o==="a"?a.call(r,n):a?a.value=n:i.set(r,n),n},s=this&&this.__classPrivateFieldGet||function(r,i,n,o){if(n==="a"&&!o)throw new TypeError("Private accessor was defined without a getter");if(typeof i=="function"?r!==i||!o:!i.has(r))throw new TypeError("Cannot read private member from an object whose class did not declare it");return n==="m"?o:n==="a"?o.call(r):o?o.value:i.get(r)},t,h;import*as e from"./api";import{CommerceLayerStatic as w}from"./static";import m from"./resource";import l from"./debug";const p=l("commercelayer"),u="2.9.6";class _{constructor(i){this.openApiSchemaVersion=u,t.set(this,void 0),h.set(this,void 0),p("new commercelayer instance %O",i),f(this,t,new m(i),"f"),f(this,h,i.organization,"f"),this.addresses=new e.Addresses(s(this,t,"f")),this.adjustments=new e.Adjustments(s(this,t,"f")),this.adyen_gateways=new e.AdyenGateways(s(this,t,"f")),this.adyen_payments=new e.AdyenPayments(s(this,t,"f")),this.application=new e.Applications(s(this,t,"f")),this.attachments=new e.Attachments(s(this,t,"f")),this.authorizations=new e.Authorizations(s(this,t,"f")),this.avalara_accounts=new e.AvalaraAccounts(s(this,t,"f")),this.billing_info_validation_rules=new e.BillingInfoValidationRules(s(this,t,"f")),this.bing_geocoders=new e.BingGeocoders(s(this,t,"f")),this.braintree_gateways=new e.BraintreeGateways(s(this,t,"f")),this.braintree_payments=new e.BraintreePayments(s(this,t,"f")),this.bundles=new e.Bundles(s(this,t,"f")),this.captures=new e.Captures(s(this,t,"f")),this.carrier_accounts=new e.CarrierAccounts(s(this,t,"f")),this.checkout_com_gateways=new e.CheckoutComGateways(s(this,t,"f")),this.checkout_com_payments=new e.CheckoutComPayments(s(this,t,"f")),this.coupon_codes_promotion_rules=new e.CouponCodesPromotionRules(s(this,t,"f")),this.coupon_recipients=new e.CouponRecipients(s(this,t,"f")),this.coupons=new e.Coupons(s(this,t,"f")),this.customer_addresses=new e.CustomerAddresses(s(this,t,"f")),this.customer_groups=new e.CustomerGroups(s(this,t,"f")),this.customer_password_resets=new e.CustomerPasswordResets(s(this,t,"f")),this.customer_payment_sources=new e.CustomerPaymentSources(s(this,t,"f")),this.customer_subscriptions=new e.CustomerSubscriptions(s(this,t,"f")),this.customers=new e.Customers(s(this,t,"f")),this.delivery_lead_times=new e.DeliveryLeadTimes(s(this,t,"f")),this.event_callbacks=new e.EventCallbacks(s(this,t,"f")),this.events=new e.Events(s(this,t,"f")),this.external_gateways=new e.ExternalGateways(s(this,t,"f")),this.external_payments=new e.ExternalPayments(s(this,t,"f")),this.external_promotions=new e.ExternalPromotions(s(this,t,"f")),this.external_tax_calculators=new e.ExternalTaxCalculators(s(this,t,"f")),this.fixed_amount_promotions=new e.FixedAmountPromotions(s(this,t,"f")),this.fixed_price_promotions=new e.FixedPricePromotions(s(this,t,"f")),this.free_gift_promotions=new e.FreeGiftPromotions(s(this,t,"f")),this.free_shipping_promotions=new e.FreeShippingPromotions(s(this,t,"f")),this.geocoders=new e.Geocoders(s(this,t,"f")),this.gift_card_recipients=new e.GiftCardRecipients(s(this,t,"f")),this.gift_cards=new e.GiftCards(s(this,t,"f")),this.google_geocoders=new e.GoogleGeocoders(s(this,t,"f")),this.imports=new e.Imports(s(this,t,"f")),this.in_stock_subscriptions=new e.InStockSubscriptions(s(this,t,"f")),this.inventory_models=new e.InventoryModels(s(this,t,"f")),this.inventory_return_locations=new e.InventoryReturnLocations(s(this,t,"f")),this.inventory_stock_locations=new e.InventoryStockLocations(s(this,t,"f")),this.klarna_gateways=new e.KlarnaGateways(s(this,t,"f")),this.klarna_payments=new e.KlarnaPayments(s(this,t,"f")),this.line_item_options=new e.LineItemOptions(s(this,t,"f")),this.line_items=new e.LineItems(s(this,t,"f")),this.manual_gateways=new e.ManualGateways(s(this,t,"f")),this.manual_tax_calculators=new e.ManualTaxCalculators(s(this,t,"f")),this.markets=new e.Markets(s(this,t,"f")),this.merchants=new e.Merchants(s(this,t,"f")),this.order_amount_promotion_rules=new e.OrderAmountPromotionRules(s(this,t,"f")),this.order_copies=new e.OrderCopies(s(this,t,"f")),this.order_subscriptions=new e.OrderSubscriptions(s(this,t,"f")),this.order_validation_rules=new e.OrderValidationRules(s(this,t,"f")),this.orders=new e.Orders(s(this,t,"f")),this.organization=new e.Organizations(s(this,t,"f")),this.packages=new e.Packages(s(this,t,"f")),this.parcel_line_items=new e.ParcelLineItems(s(this,t,"f")),this.parcels=new e.Parcels(s(this,t,"f")),this.payment_gateways=new e.PaymentGateways(s(this,t,"f")),this.payment_methods=new e.PaymentMethods(s(this,t,"f")),this.paypal_gateways=new e.PaypalGateways(s(this,t,"f")),this.paypal_payments=new e.PaypalPayments(s(this,t,"f")),this.percentage_discount_promotions=new e.PercentageDiscountPromotions(s(this,t,"f")),this.price_lists=new e.PriceLists(s(this,t,"f")),this.price_tiers=new e.PriceTiers(s(this,t,"f")),this.price_volume_tiers=new e.PriceVolumeTiers(s(this,t,"f")),this.prices=new e.Prices(s(this,t,"f")),this.promotion_rules=new e.PromotionRules(s(this,t,"f")),this.promotions=new e.Promotions(s(this,t,"f")),this.refunds=new e.Refunds(s(this,t,"f")),this.return_line_items=new e.ReturnLineItems(s(this,t,"f")),this.returns=new e.Returns(s(this,t,"f")),this.shipments=new e.Shipments(s(this,t,"f")),this.shipping_categories=new e.ShippingCategories(s(this,t,"f")),this.shipping_method_tiers=new e.ShippingMethodTiers(s(this,t,"f")),this.shipping_methods=new e.ShippingMethods(s(this,t,"f")),this.shipping_weight_tiers=new e.ShippingWeightTiers(s(this,t,"f")),this.shipping_zones=new e.ShippingZones(s(this,t,"f")),this.sku_list_items=new e.SkuListItems(s(this,t,"f")),this.sku_list_promotion_rules=new e.SkuListPromotionRules(s(this,t,"f")),this.sku_lists=new e.SkuLists(s(this,t,"f")),this.sku_options=new e.SkuOptions(s(this,t,"f")),this.skus=new e.Skus(s(this,t,"f")),this.stock_items=new e.StockItems(s(this,t,"f")),this.stock_line_items=new e.StockLineItems(s(this,t,"f")),this.stock_locations=new e.StockLocations(s(this,t,"f")),this.stock_transfers=new e.StockTransfers(s(this,t,"f")),this.stripe_gateways=new e.StripeGateways(s(this,t,"f")),this.stripe_payments=new e.StripePayments(s(this,t,"f")),this.tax_calculators=new e.TaxCalculators(s(this,t,"f")),this.tax_categories=new e.TaxCategories(s(this,t,"f")),this.tax_rules=new e.TaxRules(s(this,t,"f")),this.taxjar_accounts=new e.TaxjarAccounts(s(this,t,"f")),this.transactions=new e.Transactions(s(this,t,"f")),this.voids=new e.Voids(s(this,t,"f")),this.webhooks=new e.Webhooks(s(this,t,"f")),this.wire_transfers=new e.WireTransfers(s(this,t,"f"))}static get openApiSchemaVersion(){return u}get currentOrganization(){return s(this,h,"f")}localConfig(i){i.organization&&f(this,h,i.organization,"f")}config(i){p("config %o",i),this.localConfig(i),i.organization||(i.organization=this.currentOrganization),s(this,t,"f").config(i)}resources(){return w.resources()}isApiError(i){return w.isApiError(i)}addRequestInterceptor(i,n){return s(this,t,"f").interceptors.request.use(i,n)}addResponseInterceptor(i,n){return s(this,t,"f").interceptors.response.use(i,n)}removeInterceptor(i,n){return s(this,t,"f").interceptors[i].eject(n)}addRawResponseReader(i){const n={id:void 0,rawResponse:void 0,headers:void 0};function o(c){return n.rawResponse=c?.data,i?.headers&&(n.headers=c.headers),c}const a=this.addResponseInterceptor(o);return n.id=a,n}removeRawResponseReader(i){const n=typeof i=="number"?i:i?.id;if(n&&n>=0)return this.removeInterceptor("response",n)}}t=new WeakMap,h=new WeakMap;const d=r=>new _(r);export default d;
|
@@ -1 +1 @@
|
|
1
|
-
import{ApiResource,Resource,ResourceCreate,ResourceUpdate,ResourcesConfig,ResourceId,ResourceRel,ListResponse}from'../resource';import type{QueryParamsList,QueryParamsRetrieve}from'../query';import type{InventoryStockLocation}from'./inventory_stock_locations';import type{InventoryReturnLocation}from'./inventory_return_locations';import type{Attachment}from'./attachments';declare type InventoryModelRel=ResourceRel&{type:typeof InventoryModels.TYPE;};interface InventoryModel extends Resource{name?:string;strategy?:string;stock_locations_cutoff?:number;inventory_stock_locations?:InventoryStockLocation[];inventory_return_locations?:InventoryReturnLocation[];attachments?:Attachment[];}interface InventoryModelCreate extends ResourceCreate{name:string;strategy
|
1
|
+
import{ApiResource,Resource,ResourceCreate,ResourceUpdate,ResourcesConfig,ResourceId,ResourceRel,ListResponse}from'../resource';import type{QueryParamsList,QueryParamsRetrieve}from'../query';import type{InventoryStockLocation}from'./inventory_stock_locations';import type{InventoryReturnLocation}from'./inventory_return_locations';import type{Attachment}from'./attachments';declare type InventoryModelRel=ResourceRel&{type:typeof InventoryModels.TYPE;};interface InventoryModel extends Resource{name?:string;strategy?:string;stock_locations_cutoff?:number;inventory_stock_locations?:InventoryStockLocation[];inventory_return_locations?:InventoryReturnLocation[];attachments?:Attachment[];}interface InventoryModelCreate extends ResourceCreate{name:string;strategy?:string;stock_locations_cutoff?:number;}interface InventoryModelUpdate extends ResourceUpdate{name?:string;strategy?:string;stock_locations_cutoff?:number;}declare class InventoryModels extends ApiResource{static readonly TYPE:'inventory_models';list(params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<InventoryModel>>;create(resource:InventoryModelCreate,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<InventoryModel>;retrieve(id:string,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<InventoryModel>;update(resource:InventoryModelUpdate,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<InventoryModel>;delete(id:string,options?:ResourcesConfig):Promise<void>;inventory_stock_locations(inventoryModelId:string|InventoryModel,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<InventoryStockLocation>>;inventory_return_locations(inventoryModelId:string|InventoryModel,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<InventoryReturnLocation>>;attachments(inventoryModelId:string|InventoryModel,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Attachment>>;isInventoryModel(resource:any):resource is InventoryModel;relationship(id:string|ResourceId|null):InventoryModelRel;type():string;}export default InventoryModels;export{InventoryModel,InventoryModelCreate,InventoryModelUpdate};
|
@@ -1 +1 @@
|
|
1
|
-
import{ApiResource,Resource,ResourceCreate,ResourceUpdate,ResourcesConfig,ResourceId,ResourceRel,ListResponse}from'../resource';import type{QueryParamsList,QueryParamsRetrieve}from'../query';import type{Market}from'./markets';import type{PaymentGateway}from'./payment_gateways';import type{Attachment}from'./attachments';declare type PaymentMethodRel=ResourceRel&{type:typeof PaymentMethods.TYPE;};declare type MarketRel=ResourceRel&{type:'markets';};declare type PaymentGatewayRel=ResourceRel&{type:'payment_gateways';};interface PaymentMethod extends Resource{payment_source_type?:string;name?:string;currency_code?:string;moto?:boolean;disabled_at?:string;price_amount_cents?:number;price_amount_float?:number;formatted_price_amount?:string;market?:Market;payment_gateway?:PaymentGateway;attachments?:Attachment[];}interface PaymentMethodCreate extends ResourceCreate{payment_source_type:string;currency_code?:string;moto?:boolean;price_amount_cents:number;market?:MarketRel;payment_gateway:PaymentGatewayRel;}interface PaymentMethodUpdate extends ResourceUpdate{payment_source_type?:string;currency_code?:string;moto?:boolean;price_amount_cents?:number;market?:MarketRel;payment_gateway?:PaymentGatewayRel;}declare class PaymentMethods extends ApiResource{static readonly TYPE:'payment_methods';list(params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<PaymentMethod>>;create(resource:PaymentMethodCreate,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<PaymentMethod>;retrieve(id:string,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<PaymentMethod>;update(resource:PaymentMethodUpdate,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<PaymentMethod>;delete(id:string,options?:ResourcesConfig):Promise<void>;market(paymentMethodId:string|PaymentMethod,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Market>;payment_gateway(paymentMethodId:string|PaymentMethod,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<PaymentGateway>;attachments(paymentMethodId:string|PaymentMethod,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Attachment>>;isPaymentMethod(resource:any):resource is PaymentMethod;relationship(id:string|ResourceId|null):PaymentMethodRel;type():string;}export default PaymentMethods;export{PaymentMethod,PaymentMethodCreate,PaymentMethodUpdate};
|
1
|
+
import{ApiResource,Resource,ResourceCreate,ResourceUpdate,ResourcesConfig,ResourceId,ResourceRel,ListResponse}from'../resource';import type{QueryParamsList,QueryParamsRetrieve}from'../query';import type{Market}from'./markets';import type{PaymentGateway}from'./payment_gateways';import type{Attachment}from'./attachments';declare type PaymentMethodRel=ResourceRel&{type:typeof PaymentMethods.TYPE;};declare type MarketRel=ResourceRel&{type:'markets';};declare type PaymentGatewayRel=ResourceRel&{type:'payment_gateways';};interface PaymentMethod extends Resource{payment_source_type?:string;name?:string;currency_code?:string;moto?:boolean;disabled_at?:string;price_amount_cents?:number;price_amount_float?:number;formatted_price_amount?:string;market?:Market;payment_gateway?:PaymentGateway;attachments?:Attachment[];}interface PaymentMethodCreate extends ResourceCreate{payment_source_type:string;currency_code?:string;moto?:boolean;price_amount_cents:number;market?:MarketRel;payment_gateway:PaymentGatewayRel;}interface PaymentMethodUpdate extends ResourceUpdate{payment_source_type?:string;currency_code?:string;moto?:boolean;_disable?:boolean;_enable?:boolean;price_amount_cents?:number;market?:MarketRel;payment_gateway?:PaymentGatewayRel;}declare class PaymentMethods extends ApiResource{static readonly TYPE:'payment_methods';list(params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<PaymentMethod>>;create(resource:PaymentMethodCreate,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<PaymentMethod>;retrieve(id:string,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<PaymentMethod>;update(resource:PaymentMethodUpdate,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<PaymentMethod>;delete(id:string,options?:ResourcesConfig):Promise<void>;market(paymentMethodId:string|PaymentMethod,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Market>;payment_gateway(paymentMethodId:string|PaymentMethod,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<PaymentGateway>;attachments(paymentMethodId:string|PaymentMethod,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Attachment>>;isPaymentMethod(resource:any):resource is PaymentMethod;relationship(id:string|ResourceId|null):PaymentMethodRel;type():string;}export default PaymentMethods;export{PaymentMethod,PaymentMethodCreate,PaymentMethodUpdate};
|
@@ -1 +1 @@
|
|
1
|
-
import{ApiResource,Resource,ResourceCreate,ResourceUpdate,ResourcesConfig,ResourceId,ResourceRel,ListResponse}from'../resource';import type{QueryParamsList,QueryParamsRetrieve}from'../query';import type{Market}from'./markets';import type{ShippingZone}from'./shipping_zones';import type{ShippingCategory}from'./shipping_categories';import type{StockLocation}from'./stock_locations';import type{DeliveryLeadTime}from'./delivery_lead_times';import type{ShippingMethodTier}from'./shipping_method_tiers';import type{ShippingWeightTier}from'./shipping_weight_tiers';import type{Attachment}from'./attachments';declare type ShippingMethodRel=ResourceRel&{type:typeof ShippingMethods.TYPE;};declare type MarketRel=ResourceRel&{type:'markets';};declare type ShippingZoneRel=ResourceRel&{type:'shipping_zones';};declare type ShippingCategoryRel=ResourceRel&{type:'shipping_categories';};declare type StockLocationRel=ResourceRel&{type:'stock_locations';};declare type ShippingMethodTierRel=ResourceRel&{type:'shipping_method_tiers';};interface ShippingMethod extends Resource{name?:string;scheme?:string;currency_code?:string;disabled_at?:string;price_amount_cents?:number;price_amount_float?:number;formatted_price_amount?:string;free_over_amount_cents?:number;free_over_amount_float?:number;formatted_free_over_amount?:string;price_amount_for_shipment_cents?:number;price_amount_for_shipment_float?:number;formatted_price_amount_for_shipment?:string;min_weight?:number;max_weight?:number;unit_of_weight?:string;market?:Market;shipping_zone?:ShippingZone;shipping_category?:ShippingCategory;stock_location?:StockLocation;delivery_lead_time_for_shipment?:DeliveryLeadTime;shipping_method_tiers?:ShippingMethodTier[];shipping_weight_tiers?:ShippingWeightTier[];attachments?:Attachment[];}interface ShippingMethodCreate extends ResourceCreate{name:string;scheme?:string;currency_code?:string;price_amount_cents:number;free_over_amount_cents?:number;min_weight?:number;max_weight?:number;unit_of_weight?:string;market?:MarketRel;shipping_zone?:ShippingZoneRel;shipping_category?:ShippingCategoryRel;stock_location?:StockLocationRel;shipping_method_tiers?:ShippingMethodTierRel[];}interface ShippingMethodUpdate extends ResourceUpdate{name?:string;scheme?:string;currency_code?:string;price_amount_cents?:number;free_over_amount_cents?:number;min_weight?:number;max_weight?:number;unit_of_weight?:string;market?:MarketRel;shipping_zone?:ShippingZoneRel;shipping_category?:ShippingCategoryRel;stock_location?:StockLocationRel;shipping_method_tiers?:ShippingMethodTierRel[];}declare class ShippingMethods extends ApiResource{static readonly TYPE:'shipping_methods';list(params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<ShippingMethod>>;create(resource:ShippingMethodCreate,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<ShippingMethod>;retrieve(id:string,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<ShippingMethod>;update(resource:ShippingMethodUpdate,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<ShippingMethod>;delete(id:string,options?:ResourcesConfig):Promise<void>;market(shippingMethodId:string|ShippingMethod,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Market>;shipping_zone(shippingMethodId:string|ShippingMethod,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<ShippingZone>;shipping_category(shippingMethodId:string|ShippingMethod,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<ShippingCategory>;stock_location(shippingMethodId:string|ShippingMethod,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<StockLocation>;delivery_lead_time_for_shipment(shippingMethodId:string|ShippingMethod,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<DeliveryLeadTime>;shipping_method_tiers(shippingMethodId:string|ShippingMethod,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<ShippingMethodTier>>;shipping_weight_tiers(shippingMethodId:string|ShippingMethod,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<ShippingWeightTier>>;attachments(shippingMethodId:string|ShippingMethod,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Attachment>>;isShippingMethod(resource:any):resource is ShippingMethod;relationship(id:string|ResourceId|null):ShippingMethodRel;type():string;}export default ShippingMethods;export{ShippingMethod,ShippingMethodCreate,ShippingMethodUpdate};
|
1
|
+
import{ApiResource,Resource,ResourceCreate,ResourceUpdate,ResourcesConfig,ResourceId,ResourceRel,ListResponse}from'../resource';import type{QueryParamsList,QueryParamsRetrieve}from'../query';import type{Market}from'./markets';import type{ShippingZone}from'./shipping_zones';import type{ShippingCategory}from'./shipping_categories';import type{StockLocation}from'./stock_locations';import type{DeliveryLeadTime}from'./delivery_lead_times';import type{ShippingMethodTier}from'./shipping_method_tiers';import type{ShippingWeightTier}from'./shipping_weight_tiers';import type{Attachment}from'./attachments';declare type ShippingMethodRel=ResourceRel&{type:typeof ShippingMethods.TYPE;};declare type MarketRel=ResourceRel&{type:'markets';};declare type ShippingZoneRel=ResourceRel&{type:'shipping_zones';};declare type ShippingCategoryRel=ResourceRel&{type:'shipping_categories';};declare type StockLocationRel=ResourceRel&{type:'stock_locations';};declare type ShippingMethodTierRel=ResourceRel&{type:'shipping_method_tiers';};interface ShippingMethod extends Resource{name?:string;scheme?:string;currency_code?:string;disabled_at?:string;price_amount_cents?:number;price_amount_float?:number;formatted_price_amount?:string;free_over_amount_cents?:number;free_over_amount_float?:number;formatted_free_over_amount?:string;price_amount_for_shipment_cents?:number;price_amount_for_shipment_float?:number;formatted_price_amount_for_shipment?:string;min_weight?:number;max_weight?:number;unit_of_weight?:string;market?:Market;shipping_zone?:ShippingZone;shipping_category?:ShippingCategory;stock_location?:StockLocation;delivery_lead_time_for_shipment?:DeliveryLeadTime;shipping_method_tiers?:ShippingMethodTier[];shipping_weight_tiers?:ShippingWeightTier[];attachments?:Attachment[];}interface ShippingMethodCreate extends ResourceCreate{name:string;scheme?:string;currency_code?:string;price_amount_cents:number;free_over_amount_cents?:number;min_weight?:number;max_weight?:number;unit_of_weight?:string;market?:MarketRel;shipping_zone?:ShippingZoneRel;shipping_category?:ShippingCategoryRel;stock_location?:StockLocationRel;shipping_method_tiers?:ShippingMethodTierRel[];}interface ShippingMethodUpdate extends ResourceUpdate{name?:string;scheme?:string;currency_code?:string;_disable?:boolean;_enable?:boolean;price_amount_cents?:number;free_over_amount_cents?:number;min_weight?:number;max_weight?:number;unit_of_weight?:string;market?:MarketRel;shipping_zone?:ShippingZoneRel;shipping_category?:ShippingCategoryRel;stock_location?:StockLocationRel;shipping_method_tiers?:ShippingMethodTierRel[];}declare class ShippingMethods extends ApiResource{static readonly TYPE:'shipping_methods';list(params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<ShippingMethod>>;create(resource:ShippingMethodCreate,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<ShippingMethod>;retrieve(id:string,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<ShippingMethod>;update(resource:ShippingMethodUpdate,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<ShippingMethod>;delete(id:string,options?:ResourcesConfig):Promise<void>;market(shippingMethodId:string|ShippingMethod,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<Market>;shipping_zone(shippingMethodId:string|ShippingMethod,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<ShippingZone>;shipping_category(shippingMethodId:string|ShippingMethod,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<ShippingCategory>;stock_location(shippingMethodId:string|ShippingMethod,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<StockLocation>;delivery_lead_time_for_shipment(shippingMethodId:string|ShippingMethod,params?:QueryParamsRetrieve,options?:ResourcesConfig):Promise<DeliveryLeadTime>;shipping_method_tiers(shippingMethodId:string|ShippingMethod,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<ShippingMethodTier>>;shipping_weight_tiers(shippingMethodId:string|ShippingMethod,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<ShippingWeightTier>>;attachments(shippingMethodId:string|ShippingMethod,params?:QueryParamsList,options?:ResourcesConfig):Promise<ListResponse<Attachment>>;isShippingMethod(resource:any):resource is ShippingMethod;relationship(id:string|ResourceId|null):ShippingMethodRel;type():string;}export default ShippingMethods;export{ShippingMethod,ShippingMethodCreate,ShippingMethodUpdate};
|
@@ -1 +1 @@
|
|
1
|
-
{"program":{"fileNames":["../node_modules/typescript/lib/lib.es5.d.ts","../node_modules/typescript/lib/lib.es2015.d.ts","../node_modules/typescript/lib/lib.es2016.d.ts","../node_modules/typescript/lib/lib.es2017.d.ts","../node_modules/typescript/lib/lib.es2018.d.ts","../node_modules/typescript/lib/lib.es2019.d.ts","../node_modules/typescript/lib/lib.es2020.d.ts","../node_modules/typescript/lib/lib.dom.d.ts","../node_modules/typescript/lib/lib.dom.iterable.d.ts","../node_modules/typescript/lib/lib.webworker.importscripts.d.ts","../node_modules/typescript/lib/lib.scripthost.d.ts","../node_modules/typescript/lib/lib.es2015.core.d.ts","../node_modules/typescript/lib/lib.es2015.collection.d.ts","../node_modules/typescript/lib/lib.es2015.generator.d.ts","../node_modules/typescript/lib/lib.es2015.iterable.d.ts","../node_modules/typescript/lib/lib.es2015.promise.d.ts","../node_modules/typescript/lib/lib.es2015.proxy.d.ts","../node_modules/typescript/lib/lib.es2015.reflect.d.ts","../node_modules/typescript/lib/lib.es2015.symbol.d.ts","../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../node_modules/typescript/lib/lib.es2016.array.include.d.ts","../node_modules/typescript/lib/lib.es2017.object.d.ts","../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../node_modules/typescript/lib/lib.es2017.string.d.ts","../node_modules/typescript/lib/lib.es2017.intl.d.ts","../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../node_modules/typescript/lib/lib.es2018.intl.d.ts","../node_modules/typescript/lib/lib.es2018.promise.d.ts","../node_modules/typescript/lib/lib.es2018.regexp.d.ts","../node_modules/typescript/lib/lib.es2019.array.d.ts","../node_modules/typescript/lib/lib.es2019.object.d.ts","../node_modules/typescript/lib/lib.es2019.string.d.ts","../node_modules/typescript/lib/lib.es2019.symbol.d.ts","../node_modules/typescript/lib/lib.es2020.bigint.d.ts","../node_modules/typescript/lib/lib.es2020.date.d.ts","../node_modules/typescript/lib/lib.es2020.promise.d.ts","../node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../node_modules/typescript/lib/lib.es2020.string.d.ts","../node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../node_modules/typescript/lib/lib.es2020.intl.d.ts","../node_modules/typescript/lib/lib.es2020.number.d.ts","../node_modules/typescript/lib/lib.esnext.intl.d.ts","../node_modules/typescript/lib/lib.es2017.full.d.ts","../node_modules/axios/index.d.ts","../src/error.ts","../src/interceptor.ts","../src/config.ts","../src/debug.ts","../src/client.ts","../node_modules/json-typescript/dist/index.d.ts","../node_modules/jsonapi-typescript/index.ts","../src/common.ts","../src/jsonapi.ts","../src/query.ts","../src/static.ts","../src/commercelayer.ts","../src/resources/adjustments.ts","../src/resources/shipping_categories.ts","../src/resources/price_lists.ts","../src/resources/price_tiers.ts","../src/resources/price_volume_tiers.ts","../src/resources/prices.ts","../src/resources/inventory_return_locations.ts","../src/resources/inventory_models.ts","../src/resources/inventory_stock_locations.ts","../src/resources/customer_groups.ts","../src/resources/webhooks.ts","../src/resources/event_callbacks.ts","../src/resources/events.ts","../src/resources/customer_addresses.ts","../src/resources/payment_gateways.ts","../src/resources/adyen_payments.ts","../src/resources/braintree_payments.ts","../src/resources/checkout_com_payments.ts","../src/resources/external_payments.ts","../src/resources/klarna_payments.ts","../src/resources/paypal_payments.ts","../src/resources/stripe_payments.ts","../src/resources/wire_transfers.ts","../src/resources/customer_payment_sources.ts","../src/resources/customer_subscriptions.ts","../src/resources/order_copies.ts","../src/resources/order_subscriptions.ts","../src/resources/free_gift_promotions.ts","../src/resources/fixed_price_promotions.ts","../src/resources/coupons.ts","../src/resources/coupon_codes_promotion_rules.ts","../src/resources/fixed_amount_promotions.ts","../src/resources/sku_list_promotion_rules.ts","../src/resources/free_shipping_promotions.ts","../src/resources/order_amount_promotion_rules.ts","../src/resources/percentage_discount_promotions.ts","../src/resources/promotion_rules.ts","../src/resources/external_promotions.ts","../src/resources/gift_card_recipients.ts","../src/resources/gift_cards.ts","../src/resources/sku_options.ts","../src/resources/line_item_options.ts","../src/resources/stock_line_items.ts","../src/resources/line_items.ts","../src/resources/return_line_items.ts","../src/resources/returns.ts","../src/resources/customers.ts","../src/resources/refunds.ts","../src/resources/captures.ts","../src/resources/voids.ts","../src/resources/authorizations.ts","../src/resources/orders.ts","../src/resources/shipping_zones.ts","../src/resources/delivery_lead_times.ts","../src/resources/shipping_method_tiers.ts","../src/resources/shipping_weight_tiers.ts","../src/resources/shipping_methods.ts","../src/resources/carrier_accounts.ts","../src/resources/packages.ts","../src/resources/parcel_line_items.ts","../src/resources/parcels.ts","../src/resources/shipments.ts","../src/resources/stock_transfers.ts","../src/resources/stock_locations.ts","../src/resources/stock_items.ts","../src/resources/skus.ts","../src/resources/sku_list_items.ts","../src/resources/sku_lists.ts","../src/resources/bundles.ts","../src/resources/geocoders.ts","../src/resources/billing_info_validation_rules.ts","../src/resources/promotions.ts","../src/resources/avalara_accounts.ts","../src/resources/taxjar_accounts.ts","../src/resources/tax_rules.ts","../src/resources/manual_tax_calculators.ts","../src/resources/external_tax_calculators.ts","../src/resources/tax_categories.ts","../src/resources/tax_calculators.ts","../src/resources/attachments.ts","../src/resources/merchants.ts","../src/resources/markets.ts","../src/resources/payment_methods.ts","../src/resources/adyen_gateways.ts","../src/resources/application.ts","../src/resources/bing_geocoders.ts","../src/resources/braintree_gateways.ts","../src/resources/checkout_com_gateways.ts","../src/resources/coupon_recipients.ts","../src/resources/customer_password_resets.ts","../src/resources/external_gateways.ts","../src/resources/google_geocoders.ts","../src/resources/imports.ts","../src/resources/in_stock_subscriptions.ts","../src/resources/klarna_gateways.ts","../src/resources/manual_gateways.ts","../src/resources/order_validation_rules.ts","../src/resources/organization.ts","../src/resources/paypal_gateways.ts","../src/resources/stripe_gateways.ts","../src/resources/transactions.ts","../src/model.ts","../src/index.ts","../src/resource.ts","../src/resources/addresses.ts","../src/api.ts","../src/util.ts","../node_modules/@babel/types/lib/index.d.ts","../node_modules/@types/babel__generator/index.d.ts","../node_modules/@babel/parser/typings/babel-parser.d.ts","../node_modules/@types/babel__template/index.d.ts","../node_modules/@types/babel__traverse/index.d.ts","../node_modules/@types/babel__core/index.d.ts","../node_modules/@types/ms/index.d.ts","../node_modules/@types/debug/index.d.ts","../node_modules/@types/node/assert.d.ts","../node_modules/@types/node/assert/strict.d.ts","../node_modules/@types/node/globals.d.ts","../node_modules/@types/node/async_hooks.d.ts","../node_modules/@types/node/buffer.d.ts","../node_modules/@types/node/child_process.d.ts","../node_modules/@types/node/cluster.d.ts","../node_modules/@types/node/console.d.ts","../node_modules/@types/node/constants.d.ts","../node_modules/@types/node/crypto.d.ts","../node_modules/@types/node/dgram.d.ts","../node_modules/@types/node/diagnostics_channel.d.ts","../node_modules/@types/node/dns.d.ts","../node_modules/@types/node/dns/promises.d.ts","../node_modules/@types/node/domain.d.ts","../node_modules/@types/node/events.d.ts","../node_modules/@types/node/fs.d.ts","../node_modules/@types/node/fs/promises.d.ts","../node_modules/@types/node/http.d.ts","../node_modules/@types/node/http2.d.ts","../node_modules/@types/node/https.d.ts","../node_modules/@types/node/inspector.d.ts","../node_modules/@types/node/module.d.ts","../node_modules/@types/node/net.d.ts","../node_modules/@types/node/os.d.ts","../node_modules/@types/node/path.d.ts","../node_modules/@types/node/perf_hooks.d.ts","../node_modules/@types/node/process.d.ts","../node_modules/@types/node/punycode.d.ts","../node_modules/@types/node/querystring.d.ts","../node_modules/@types/node/readline.d.ts","../node_modules/@types/node/repl.d.ts","../node_modules/@types/node/stream.d.ts","../node_modules/@types/node/stream/promises.d.ts","../node_modules/@types/node/stream/consumers.d.ts","../node_modules/@types/node/stream/web.d.ts","../node_modules/@types/node/string_decoder.d.ts","../node_modules/@types/node/test.d.ts","../node_modules/@types/node/timers.d.ts","../node_modules/@types/node/timers/promises.d.ts","../node_modules/@types/node/tls.d.ts","../node_modules/@types/node/trace_events.d.ts","../node_modules/@types/node/tty.d.ts","../node_modules/@types/node/url.d.ts","../node_modules/@types/node/util.d.ts","../node_modules/@types/node/v8.d.ts","../node_modules/@types/node/vm.d.ts","../node_modules/@types/node/wasi.d.ts","../node_modules/@types/node/worker_threads.d.ts","../node_modules/@types/node/zlib.d.ts","../node_modules/@types/node/globals.global.d.ts","../node_modules/@types/node/index.d.ts","../node_modules/@types/graceful-fs/index.d.ts","../node_modules/@types/istanbul-lib-coverage/index.d.ts","../node_modules/@types/istanbul-lib-report/index.d.ts","../node_modules/@types/istanbul-reports/index.d.ts","../node_modules/jest-matcher-utils/node_modules/chalk/index.d.ts","../node_modules/@sinclair/typebox/typebox.d.ts","../node_modules/@jest/schemas/build/index.d.ts","../node_modules/pretty-format/build/index.d.ts","../node_modules/jest-diff/build/index.d.ts","../node_modules/jest-matcher-utils/build/index.d.ts","../node_modules/@types/jest/index.d.ts","../node_modules/@types/json-schema/index.d.ts","../node_modules/@types/lodash/common/common.d.ts","../node_modules/@types/lodash/common/array.d.ts","../node_modules/@types/lodash/common/collection.d.ts","../node_modules/@types/lodash/common/date.d.ts","../node_modules/@types/lodash/common/function.d.ts","../node_modules/@types/lodash/common/lang.d.ts","../node_modules/@types/lodash/common/math.d.ts","../node_modules/@types/lodash/common/number.d.ts","../node_modules/@types/lodash/common/object.d.ts","../node_modules/@types/lodash/common/seq.d.ts","../node_modules/@types/lodash/common/string.d.ts","../node_modules/@types/lodash/common/util.d.ts","../node_modules/@types/lodash/index.d.ts","../node_modules/@types/minimatch/index.d.ts","../node_modules/@types/minimist/index.d.ts","../node_modules/@types/normalize-package-data/index.d.ts","../node_modules/@types/parse-json/index.d.ts","../node_modules/@types/prettier/index.d.ts","../node_modules/@types/retry/index.d.ts","../node_modules/@types/stack-utils/index.d.ts","../node_modules/@types/tough-cookie/index.d.ts","../node_modules/@types/yargs-parser/index.d.ts","../node_modules/@types/yargs/index.d.ts"],"fileInfos":[{"version":"f5c28122bee592cfaf5c72ed7bcc47f453b79778ffa6e301f45d21a0970719d4","affectsGlobalScope":true},"dc47c4fa66b9b9890cf076304de2a9c5201e94b740cffdf09f87296d877d71f6","7a387c58583dfca701b6c85e0adaf43fb17d590fb16d5b2dc0a2fbd89f35c467","8a12173c586e95f4433e0c6dc446bc88346be73ffe9ca6eec7aa63c8f3dca7f9","5f4e733ced4e129482ae2186aae29fde948ab7182844c3a5a51dd346182c7b06","e6b724280c694a9f588847f754198fb96c43d805f065c3a5b28bbc9594541c84","1fc5ab7a764205c68fa10d381b08417795fc73111d6dd16b5b1ed36badb743d9",{"version":"3f149f903dd20dfeb7c80e228b659f0e436532de772469980dbd00702cc05cc1","affectsGlobalScope":true},{"version":"1272277fe7daa738e555eb6cc45ded42cc2d0f76c07294142283145d49e96186","affectsGlobalScope":true},{"version":"7fac8cb5fc820bc2a59ae11ef1c5b38d3832c6d0dfaec5acdb5569137d09a481","affectsGlobalScope":true},{"version":"097a57355ded99c68e6df1b738990448e0bf170e606707df5a7c0481ff2427cd","affectsGlobalScope":true},{"version":"adb996790133eb33b33aadb9c09f15c2c575e71fb57a62de8bf74dbf59ec7dfb","affectsGlobalScope":true},{"version":"43fb1d932e4966a39a41b464a12a81899d9ae5f2c829063f5571b6b87e6d2f9c","affectsGlobalScope":true},{"version":"cdccba9a388c2ee3fd6ad4018c640a471a6c060e96f1232062223063b0a5ac6a","affectsGlobalScope":true},{"version":"c5c05907c02476e4bde6b7e76a79ffcd948aedd14b6a8f56e4674221b0417398","affectsGlobalScope":true},{"version":"0d5f52b3174bee6edb81260ebcd792692c32c81fd55499d69531496f3f2b25e7","affectsGlobalScope":true},{"version":"810627a82ac06fb5166da5ada4159c4ec11978dfbb0805fe804c86406dab8357","affectsGlobalScope":true},{"version":"181f1784c6c10b751631b24ce60c7f78b20665db4550b335be179217bacc0d5f","affectsGlobalScope":true},{"version":"3013574108c36fd3aaca79764002b3717da09725a36a6fc02eac386593110f93","affectsGlobalScope":true},{"version":"75ec0bdd727d887f1b79ed6619412ea72ba3c81d92d0787ccb64bab18d261f14","affectsGlobalScope":true},{"version":"3be5a1453daa63e031d266bf342f3943603873d890ab8b9ada95e22389389006","affectsGlobalScope":true},{"version":"17bb1fc99591b00515502d264fa55dc8370c45c5298f4a5c2083557dccba5a2a","affectsGlobalScope":true},{"version":"7ce9f0bde3307ca1f944119f6365f2d776d281a393b576a18a2f2893a2d75c98","affectsGlobalScope":true},{"version":"6a6b173e739a6a99629a8594bfb294cc7329bfb7b227f12e1f7c11bc163b8577","affectsGlobalScope":true},{"version":"12a310447c5d23c7d0d5ca2af606e3bd08afda69100166730ab92c62999ebb9d","affectsGlobalScope":true},{"version":"b0124885ef82641903d232172577f2ceb5d3e60aed4da1153bab4221e1f6dd4e","affectsGlobalScope":true},{"version":"0eb85d6c590b0d577919a79e0084fa1744c1beba6fd0d4e951432fa1ede5510a","affectsGlobalScope":true},{"version":"da233fc1c8a377ba9e0bed690a73c290d843c2c3d23a7bd7ec5cd3d7d73ba1e0","affectsGlobalScope":true},{"version":"d154ea5bb7f7f9001ed9153e876b2d5b8f5c2bb9ec02b3ae0d239ec769f1f2ae","affectsGlobalScope":true},{"version":"bb2d3fb05a1d2ffbca947cc7cbc95d23e1d053d6595391bd325deb265a18d36c","affectsGlobalScope":true},{"version":"c80df75850fea5caa2afe43b9949338ce4e2de086f91713e9af1a06f973872b8","affectsGlobalScope":true},{"version":"9d57b2b5d15838ed094aa9ff1299eecef40b190722eb619bac4616657a05f951","affectsGlobalScope":true},{"version":"6c51b5dd26a2c31dbf37f00cfc32b2aa6a92e19c995aefb5b97a3a64f1ac99de","affectsGlobalScope":true},{"version":"6e7997ef61de3132e4d4b2250e75343f487903ddf5370e7ce33cf1b9db9a63ed","affectsGlobalScope":true},{"version":"2ad234885a4240522efccd77de6c7d99eecf9b4de0914adb9a35c0c22433f993","affectsGlobalScope":true},{"version":"09aa50414b80c023553090e2f53827f007a301bc34b0495bfb2c3c08ab9ad1eb","affectsGlobalScope":true},{"version":"d7f680a43f8cd12a6b6122c07c54ba40952b0c8aa140dcfcf32eb9e6cb028596","affectsGlobalScope":true},{"version":"3787b83e297de7c315d55d4a7c546ae28e5f6c0a361b7a1dcec1f1f50a54ef11","affectsGlobalScope":true},{"version":"e7e8e1d368290e9295ef18ca23f405cf40d5456fa9f20db6373a61ca45f75f40","affectsGlobalScope":true},{"version":"faf0221ae0465363c842ce6aa8a0cbda5d9296940a8e26c86e04cc4081eea21e","affectsGlobalScope":true},{"version":"06393d13ea207a1bfe08ec8d7be562549c5e2da8983f2ee074e00002629d1871","affectsGlobalScope":true},{"version":"cd483c056da900716879771893a3c9772b66c3c88f8943b4205aec738a94b1d0","affectsGlobalScope":true},{"version":"b248e32ca52e8f5571390a4142558ae4f203ae2f94d5bac38a3084d529ef4e58","affectsGlobalScope":true},{"version":"c37f8a49593a0030eecb51bbfa270e709bec9d79a6cc3bb851ef348d4e6b26f8","affectsGlobalScope":true},"d2f31f19e1ba6ed59be9259d660a239d9a3fcbbc8e038c6b2009bde34b175fed","d88dc05fd345b7a4e1816bbfd2dd087eefa9b9e36096818c2348f5b246971125",{"version":"5fd29fad984f1a472e88dcbb6f7958de4b40bbb0c88f71abacaabed051d38ef5","signature":"f933dd011c5c41e29a359d3b46ed9a9294ead09f34854ac54cf3cb907058599d"},{"version":"c6e62e4331b6712421bdf522163d1eb460e53830327645f63c30b214951d93ec","signature":"9b24ba4607071953cb350310b8690fd43b400ca6089c8be8f0cc52a799f48dca"},{"version":"fc398235ad449421e6dff62d802e0cebe3512cb09b537b73b057e787bd9c20cf","signature":"001e07fccf54859e47fe779a6209b6dbeae6db28dc437a6c46bae5604514215d"},{"version":"ea99b928389b2d043854976a26dcb266ad279c5c009031fdcb10676b40c00523","signature":"37354fa9b6df26ec17cde2f47786ded97beac22801b38f9f3064fd71b80c14fd"},{"version":"e800985d99900b141153e7be342ece58550db8678ef7e84903617fd45b7e3b33","signature":"5745bb6b069fb9d59641b75feb9fd4e6c5a2e0dcead272e86222c9d4f9b8c465"},"f31c7546040cd86f280af26148f7dbb150c7ed2f77ad9589ac6da3f845e9a4b8","866c1e5d13f33b7fa6f5526048dbedd964cebde583371e4a5359e55c9196f911",{"version":"0ac9a484a32a45793f7477822d4522d3f3e8fafc1dc3277a43cd33a8a4bbf309","signature":"b4d8bfb4ad849a8040c89fe69a1e739cb4483da68d17e07b5bb8d8a0b9d8f7eb"},{"version":"ef95b8de92a4f8fdc4f3308811fcd797f83f7b12d591d51e1e5f879d92c0368c","signature":"d996f6a65427f2fd407466a36918914f7c53da8ff25cc0c8a7b99de8267dff61"},{"version":"703317dcf6d90b157cb165ea61f9e80cf7cedc74f7fb963824ccbe92d2e2bb99","signature":"6d61fa795166693b279aa92148f079b2c0573294aeebdc3a212cf6b92fe74a48"},{"version":"fb4b52f4a58c39b4bc824e9b3ae8a882a39f57c6b70379a9ed54e7c52e1ff514","signature":"f375ccd44487a9b244d149aafed71ad4159ac7c7869b03722bf68959217887e7"},{"version":"529a40937785bc1808b0ffded1211acefa6c1f19194974c476db659a2d86727d","signature":"b1723133be3905bc34de60aac62fb3230adbd645593e570bd090ad4d56c55bc5"},{"version":"f7b31838aa44f4dd276651c3cf894a37c5373882a1bc6a5c03fb27f56f638ff2","signature":"3c5320d3705df565ddd45813cac322b47fa1c5a0a6eb04eba761721b5661c6f4"},{"version":"3d4d07b9883921d0e23a9d7d5e24222996cc49006e4b55ce35b8656ca86f7df0","signature":"fc8376d3fe20546feb9ef6d755e9bae055af8139e1c1c15db1cc6601270dedb7"},{"version":"f28abc0711a21cb58cdd2881a1d8f10e60d882e0fe6244e747f42e13d8fd0097","signature":"2228ba640f929a3e43e06a84a8ff0b8e64f783dc07951936055c6b283de338cf"},{"version":"59077dcb40ed0dc42eaa77c12a28b0999e5844b63ab60f2a672fe5ac48fad52f","signature":"10086044b6cced9beec6f247668ee5c16c94a7b9daa7f54553f1d89a2a65120f"},{"version":"731b69d00f2379003198ec0fecbb9689500eb5605d9c7d48e8888e35ecdcb6cb","signature":"4af4b9210fa87b9e2c4abd76fc2ceff39ae66a4f94b783645622b578d750973d"},{"version":"ab316c439a6716ccc76bc4df4df456b531634ed9f477fc755c8614def6ec1079","signature":"395b964ecb48e6d5c1bf00e953263cd70778306209febda468421e8b813e1f3b"},{"version":"e0d2a1585a1a3b648601a86fc130e67a33180af3cb91ff9e22093a34d626b7e8","signature":"75243e2b1f28915b5cbc12bcef226245d4fee96ac702d567c4315333db565bdf"},{"version":"e15e1dde343696e8dda38cb7655475ded6a215c4e3633f351a362db3726aa831","signature":"f0321992accf215458f051f65ef2be2ca6bad26995fb9bc1912c5c444007ddf3"},{"version":"5b521c7a7f41c02f2d5c27546073d2def435953432cd38222d116550bb7fb181","signature":"903693423e98c728855cb8e13da8db3ca5e29b7ea7e4b947621cacb36adefcdc"},{"version":"51d1951833eeaf671cd62aa8a94480721b09de829a677e491edbc9e7af196587","signature":"eb301633c1e7e2bdd37772203df3ee163ebdb08ed03ef07c68612bfaf3510602"},{"version":"c11b319aaf02ca18993e19961e71f201147072cdddc84ab78c709d6c8d762517","signature":"bbe5b999b8b232faccdc54b60ddb3ad5ef51109c5bb257449b610a9741df14af"},{"version":"1419b4efefd7b18270b697cf050a17fcfc976fe6f68b7b6b2aa1b758debc7eaa","signature":"dd5a2de32b8674dfddb04ce70e166f59f02ba0029709abf7ba5c9361a396aa31"},{"version":"b51aaeb0e6358886b7e3e96c303211f4c6b7bea3e03e18b7bf563be1968d0efd","signature":"c7bda8c46e09535176dbe01b81d4d407f498fa4109a8c48a9c1c1edf42bd85df"},{"version":"c07fbc81f38dc2bf3a8f7b7c51438ee4dd71a01bdfcb77750492a75bd62ad966","signature":"36718d953379779ec0af73083cbed2bf1b12843507fcfed1e0a61328eb257d93"},{"version":"8f46eca3026f1e3fcb588e6f681b4b9506067a4769ada8f3026174640943448e","signature":"4b839313e7e2a5773dc42578f931abc5891ad340737d3eb832c783211ab6cd9c"},{"version":"211730935f602427523651408c3da68e678327f7c9da4242b5ff1b3c6df85ef4","signature":"7e4cffde4f0641cbcade8dd33762862c14217241db66aaec5ca5d7c378b51818"},{"version":"1e3822f02824847006f7f7bab92dc10a7777a9eb9d21dda8bfe9cd3d3dec3fec","signature":"df5b2d531c6e2541767b8c635b604cee93fecbcf1b63efad171030ee23727e2c"},{"version":"a65f06cdf2e6cd6397ed8d5d6c07895d1f2a53ac15a0c8cb296015a0bb47c6c7","signature":"9c171472688d00504d544d12ffe034d9f525cba1f07151ed0b0d26723a1748cb"},{"version":"3a81b40a74dba527b65561d25eedda261297de5734ff819602140e326c4c7a0a","signature":"0f302d3049d9d001899c4fa6cd437d6c6c07d5671719a2430d25342d297295b3"},{"version":"0021cac0b1f36ff7f56792c12516c075475725594212bd7b29b9506eb1897542","signature":"01e7aa8b927a84c1703dccb9e6abb95d2b28927bda49cbdc593fbf35ec473864"},{"version":"253705c16e109e89924ba31aaae3591d285ee1b6154245dfca7f809a62c6aab5","signature":"7684325d826abc8f9fa1f2ccac1ed1ebe7db82d1cc59475d8149aa17bdd2050b"},{"version":"9d4d17fa8155e6f835a48dc8515187f84f0e245b2193ab3799e626390150ce84","signature":"b0f04fbdf1789a516f7de8ab838ae864f7cd44eacc473b8e681eb18631e3b32a"},{"version":"543fa9da43d15e37a2330df9b7553a3f295429c84ad4b5e6560e5a2abbfc7167","signature":"e848b985023a13bcb2db5aa7a7e525331b71e370a5a1215e4e9e5910916cff71"},{"version":"d2e7596b393e93d03c723bdf7f372b7264e81e4bb976ab765d1ee80b623aa681","signature":"aec34fbc98806a18756fb8a6fc1762913658484120c0fbdb409753df75cfee86"},{"version":"97a8a3cdaf5aa9016330cc55be4dc158ce00079c027d5138a80dc8da3406796d","signature":"3c76dd85f9f5fe6cf17d6297be0b463d6ccf42698c68b6f6efa81932e06094d3"},{"version":"b950acaa5a2ed7b8c9945ce12a436dc0749d7c4c145c782ede2dc72ff31120e8","signature":"02359d4b5e4fa8fc98f5178740245fc428fb1a0ba36b011e4b4eb0117f6390f5"},{"version":"26a8b199c55e6d3c7dd6b7b077ca346547a49a04b1224f568a3c64c0126bdc5d","signature":"237caca32b30b5714154e64f4324d685d39546d7a8b7ca2cf800581fb68f239a"},{"version":"643ad7c04b908dd679d04b76c28d1ccb7765d6dfd649a75685dde468d6c7566b","signature":"70d0918531aa2e136dc1e9d3ff35bfbe5a35fd3017c17024e5b65f4133cdbdfe"},{"version":"714e3a386a66862bfe752e3119e7fb2f7ef6412fd2429daa99363a17fc4195f2","signature":"264a8f86a724dac41f58effeb19e589d3c0be428b2919c1b003222ebc1a1f956"},{"version":"d176197ec8982cc6bb17b5817464583e548546ef7afc7f4d81ff36d3d42449ca","signature":"6096e5b98282a2cd85d9539a29c7bc075bafb1c06673929f429e8ca759db75c7"},{"version":"e82e9f5a713e36d12241dfea221e100424ffe0664e71a29b0b2d1d636b74d37e","signature":"9fd600deb49e3d687e1baef0a19c1a3400399d030276cbeb7cec6c7c3401332d"},{"version":"1f5eead86b0a53e4a3ed4d2b9d703950e7a0d9dea06318073b016b6078b1ec72","signature":"e9087a12f6d7c94c57b1b27a83e2a5d4bb09efa3c13e2253511287e5c40514d4"},{"version":"10a6bb1644e3d996d298a26fdf5c68110a8350019064a517b129046ef9bdf0af","signature":"05ce4f6db5ed235609c8f10c1faf80f93f9a460f16a1eb4c81ef51947b7e04cb"},{"version":"885e0c5e8b2cdd5b445cd358dc6c33756cb60b36187777bd9d20ab0dcaedcf25","signature":"366284b1fdecfdce212fe08151e53562a204efee8a38c1b6627c9ab91332a1f7"},{"version":"eb8b3e55b70b4a8cd5f88561ebd35942764dae0d8240ced45a2e8b66ec023164","signature":"a177280ef320edb8005b2833b0720a772b8128a682b5a4023740feddb9fab658"},{"version":"84d24ad377fde7c22e8afea84e0bd5b6e90af7c5dd2a56798e1dc0e1ec356215","signature":"8b59824815b8b17242a5b5f18d5418a5dcf165286fef398033c17c9984fefd6e"},{"version":"d4b3790d3144641eeb48e23b0f65589ed40ed4eb429b76f82a93f14b2654d9b7","signature":"f5707aa1ecfcba04604f5e81bb517f616702dbb6c7a6db9fbd578fdbfb644894"},{"version":"c981d017a4eaf951707634031e72e974b72e21515a40d9df1696ab36569329b1","signature":"f8d67a0bb211531be0d7039d220563c70030dc6c2c8e852ed61e8951b323c8a6"},{"version":"c8f2ef6b4b9efab26dfed03b0f1669ed5ea46bf70dbf38734d5682d634b32083","signature":"9d66a7c8ec396a7d0c43e52ec5bd385f794c06ae23e06f89ffa83830425e3425"},{"version":"85e0b515ba7e4d7f930cf6792fff8ed56157a49434b844b7b9475c4da9dc61e4","signature":"0348980f9ed2a2c255ee0ab80b189123fad59a6170d51ab0e5b708f2d0baf24e"},{"version":"11eccfba8c0d92a01e924751afb403c389f30b59d32ac9edda671ae0eced7552","signature":"6aff2903eaf9eb6ae3fd70271cd6f9de3dfa866e6c6d4218fca0148580dede01"},{"version":"2146640a4a191c9cc38b770f3c80f4d31190ef03d7bd2cbbcb17ce8529873635","signature":"d71437631db495775d161be09c476be4f0cb8f55ed49ed8b71944ca03526dbe1"},{"version":"4590540774c5174e448e03cbd65bef173314051f0f322c839f8a9695ea249e1f","signature":"949e88b9702c3f9d6c8bdfa3cfd816edbf9312795045844d0a1bdd6a88575d9b"},{"version":"e3bf8e796339041f78675b86ad02f4ddb5950cd24d98abb68beed70bd8c21a0a","signature":"cea4e3bbd3acd18b40889336f16bddbe1ad071c6d2c72a06e60e432d28b45089"},{"version":"81d0c263a0ead61b53e86f03e3378f51a5f11a34b4d87cc4b796c9aa22ef976f","signature":"56083f0d0a89f5e608edd081d8cd21077add2d4de41b6dfadfef053674168cf8"},{"version":"82a4248c745108f9a994e25eb96a4c27f8fcd096da36ee79da7653b677034968","signature":"06dddf895bea8971788ecb957cf50d212383434481da0c582c59b60ad3211a4d"},{"version":"24246529920847749073f4a5ca4c892af530ef1e3e2fb6d243556319d3d1726e","signature":"12e731d8ab5abc8abc8f4b929f19bd7458beaa51f072bfdf83f8e681fab80e4d"},{"version":"a63571407d84650fed9f4c887750ca4cbb7e27950234f7e3a8d552f1d5b3901d","signature":"f7bdef1292db491a1f2e94de9705c18639cc464637196cda7d03faabb2a7b7bb"},{"version":"33847b5fa975d63c717cd961b382636095b7119be7ca83a112ab8d022f141d95","signature":"6ef046d4598fbed060c01622fd3f7902de9678fdfa44bfa15067e6190a8f69f5"},{"version":"4ec647042af43c6dd5f4227064cc6804059a534b6d0401da557c824183ac9eaf","signature":"14013a09ed776f83f2ea7ca957282c1a8bdddc7d214052fb4fab7e9f60e3a410"},{"version":"dfb3135458687b56e6e7fe27f89f854510aff0b05f424c4f900692a0d2952f5e","signature":"ddee4e05a6ac9ce301cecea73781055bfb66e9784b7bf75a939449f2890c405e"},{"version":"20c9c846302a55086660af82b5d6dc182252ae77ea1478b41729a78136898ec5","signature":"e28300c76e4aad43c30aeec639564df4a5201434a16d79b912e66e34d5cf9324"},{"version":"4b7dc9b691b8be4f7f065e31317213104e1a888ec53c68f319cc924b04417340","signature":"4a7069995384a626238d3db44de6017d0889ac58503bcf17a05e875822ef5bf8"},{"version":"a5cdb91591672e4f8a404ea6992ae4023b6e3259120521febe6f10fe8b641dd3","signature":"8f6bcc0c4a6885f1a3e6328c5643f8629ac76da63ef51f85204aaaa147668d6b"},{"version":"7827d1908f32eca4ccdd1a004c40331caccd792a03ff5d582a857d3c560f8bff","signature":"11bb6bb96fdab90350bc59490d14b0ff0cef6e202dc87643d3b1b24b55aa2df7"},{"version":"e114faae246053408dcbda73ae5e109086757b163f28cddf0c32f24447663554","signature":"19f97770950abdcc3b7726c5ffdbee9616562d1754d24c1abcf723467357c565"},{"version":"20cd8fdf6ed55f1c444704b3ab57a7cde539bd33cb16244d8384c99c78bddd30","signature":"a5fe6f1933b6e7f018297bc8263225f56828d91d2f09ae49963f05815f239960"},{"version":"41f743fd53fdaf0a60a2beaa322a217bea47120367db24feb68fa9c8eb043e73","signature":"0ebb37a743eeda8bbbd00e88b265af4fc98345301a03a921d5b7984abd5fb2a9"},{"version":"c54e5d735fb008f08c7e30a6480c16bc1e6d28ea96e52f0bddb305f1653b5245","signature":"f449f6a183632bb76db909ed1462ea869dea687f9e94ee1f9f1a5e583aa085e1"},{"version":"f3117794f5bc50c396c20a7c67941c45b6df666641f7f47d08dac0474aa8ed4a","signature":"5af6bc8dc48ac9b25de92d8e53c188507d0bdabde3e98e6b05805a05ba032848"},{"version":"39bb2e4020d34e94fbe4624b267dda18d1a568eab4169f286a1f3badec07d372","signature":"2952d6bc6a218b0f6845e2e1f2812f6930ba0987e037e13ad2e1c9c3e2e88fdb"},{"version":"c4a7c6f2bea9328302103315450f20bf23e81add91dccb253f313985e77e479f","signature":"635236884199aca76574dd2101b50568935227230d11c04223ab318bcb335bfb"},{"version":"73e493160efbc4396eb8844ddbf6c1aa05d1f65e62b0603f4d2b3dfa89bcf8de","signature":"026a54df401eba73d5c535053ab4c2539b8554c1d2ccab0fe04e3e7a603ead03"},{"version":"926b7ca37515f62b19f79fa709eacc1dd3d49b5b0d6d110f53e58d5068ff71aa","signature":"bab91c0c2b646cc21b9ec3bf1fced80eb5d8487118e6709095a2b31e6a7f0909"},{"version":"d9459ddef698c0872118e38f7c155d4a03b73f34c919a37123d0a611f7c081ae","signature":"0394395305ee2a3d9a0682155783206d80a7a07dd30d781a2c33124a4f77b7b3"},{"version":"54cbc2496f1a2e18ad67dae199bbb31f34a3f06ae6469e15db719dd3da383732","signature":"d157cc33bc1125d5a0a6a5ce648fc527e9b8f6e9555cb2800b4d268b54b94477"},{"version":"424ad32f4e111cdc190f77ffcbd5822b682261e57dd16b67fb7216130fa8286d","signature":"95f8ed11c0ea7eb6e5c6deec10cd7b84fb8dd1a687f339b268d385b5447b2f1d"},{"version":"6fd0d8684386d1959eea7795e70135248d26d21034faf37192f84d52a9de8001","signature":"d5b60e11fa838e1b9d4a26c918822ad06fc1f5601ceb9bfe8e5d4246542de6b8"},{"version":"0ae4d6d03f1b3bb33eade8f8624e92bac97a92447d91e8df4bd14b92285e34f8","signature":"71c2ed4f4eb08d663bb41c2ed5fdd3d1409e9234acf6f802093af0893edbe07e"},{"version":"1200bdc3ee30d5f5a47c5fefd3e0085fd4ff3e9c39a3dfcbb3296ee277895967","signature":"53316f2481e6703adda8f465f944864de7c0e1066bbdf535c4729fb3a413ceb5"},{"version":"8f18ad1259e68efeb369d8b077c8362b285428a1b9e5cedd050fe385d25c2c73","signature":"c6b94cbc7241fec02cc813bf277af541cd33006f4e4aff7c297f374f8865fc9b"},{"version":"5f9dc475bf4ca694514992e7e35005c0456495360c0e624987e39a719dc57224","signature":"7427a9d21cddc20129a81bd45749e63d44b2968542daf722596d13469592999d"},{"version":"c2111e407ea82d52f3193e83dfa2363120c116625ce4657fc0627bceba5ef0d5","signature":"9dbbeec20eb90f5a05c2d6c38b9970d956c6855c4a1caebdf2e85bd58277e3f4"},{"version":"166b7a169fbac79fc4cf76edf17fda5262df709cfeb456a2bd412e0ebead6abf","signature":"c5c7c04f588fba43ab06d293425d5e279bce6443fc9e32202fdb99bdede8f561"},{"version":"1b7c1b8e2c754745fcc133993734189dab704eaacf77c101e8a150ea527f5be6","signature":"f18e3bebf0f4aaadcb4c800a2078f9eb2fd2182d22674c850bf4f01448d22495"},{"version":"9e372e17e84093d1c9dc03a90a200a8387049160d91339bad9e5c13d071b034c","signature":"ff8b7b0e677b6b6b138f12a91224e048c40ed3d2f1afec803b5a930c61397bd7"},{"version":"385cd4b92438e2a04dd4e66de761cf1380507e081deee6dc27173d84a6363134","signature":"d42d03c631443fb3977d9fc03227630d861ecc3fb3fe89fc140184efe3b2ad03"},{"version":"476e82e95647c362f65e7a09502355032c1b718622a324c605075611e83999a9","signature":"605a00d431b7c7eca1a0aa5c9c7f883938787917a02885f30e5e6a6201466292"},{"version":"bbb03555d2149a918f09edf9d9dee2172ef7787182ce111abd0af2b1701c6744","signature":"d4a3792dd0b43793859d5372daee108e731083b030cd2e6abfde09617ac6d1bc"},{"version":"3eea3440ddd9c41536be19c71d549d69d44fc0303860f73cddbd11e52789fd1f","signature":"8931617efa5e6650f23c6e0fbaa75659cef4e2f62decfc00786dc531c8428d47"},{"version":"9c13fc050ecf216711378e9374c85fe404980cebad36e1db84a79ae977356990","signature":"e82dd0da8a44c6ac9a34d9fcae78e4ea2b63dec31cf0ddfce8b0320d3f251f1c"},{"version":"5b67ebd20383ce01da9e3299802306b8945665827e8ad5c4f75c4cfa1f57c1b5","signature":"caa41b337c7cc185aa00e0093f0e4dd13638dd0028eaef902d6b479493232dfb"},{"version":"6c47234722ef8b41851a12d0299c9fab1afb70dfb6f81465a0e7bd3239da1d86","signature":"69c40b40e3f9b4f51b504b9e9aa2de8393da8ad68df6d77d08826c453c00edff"},{"version":"0ba7632e053fd00f656a4f3d18c45f8f94670c646e68688ffab2790545fa752d","signature":"01fb3a3eb180c12fbb7a93aaae571fedb0d359155aa8377b47a9ced0cdad9781"},{"version":"1e6d6b6a22e37bbff0cc5363e1160661e0190f40bfb130c264651616e1c3eeca","signature":"b4488199a20a3c0bdd510c57b62310d24347f34bae76fd74176ad703903a0546"},{"version":"c751a27a2fa586a42466427c72aa41709f2b4fd19273844e3063f1faa08d6cea","signature":"b5523f62c7b8e87f852c5efb076e7d078a116f194a66be27f41de265721f529c"},{"version":"151a6656cd314d45511f505574ad0b04e842df418653ec39608a7c6956d00943","signature":"6d3021dd95d9fdbd5458bb826c8f49964f7268d6e23b659978b34863c534541a"},{"version":"6b9fca93bc6ec3042a7b6588c9f5c6789ef857ceda2016824f449cc88b814e90","signature":"5c891a44dc7286eeae4ecc4f5e8dfa5b80bf53d48f20c0c85403745c37df4f7f"},{"version":"5b50b0a9c421cfc4e4573da9edd3b6a3dd243938600f5311ca0b1f30cb18da2f","signature":"44258b31816b56083af4301ffd83a5a7c3bbed61e76b1d69bb0b102f175a433e"},{"version":"ad4f18248910ee01c85763a9a8734c8573f4517fa9492a8922ec5b397bb3c51b","signature":"0872e061364296e8a12b3a315b0d2c03a9bf0260944b7d9ecb500ebb711672c2"},{"version":"1ea1422ff132f5b79ba83a6f8bbf23571070420d75b709c3b6f935e094ee7cc8","signature":"1c418d720cfe91d690e03d5ecf608cbddc59c3aa8393d8d5e4142b94d1c337f2"},{"version":"dbf69d437963c3aafba65031931131f90789009a94f16f0fca0d7af4cab9c183","signature":"2b5e4aa4ea473b9358507dbb01ffcc8816a0c27df407b0f57af69ebf91dd495e"},{"version":"4f28c696aca0cbfbe7fe3620c80ebad51b11431a34d902f05639ec4b8c176bf1","signature":"2cd3c5cd4de290f5ca6939ea0430c01a95e6be815bee53b24fe72044ea8247f8"},{"version":"659c1c14cd84ad700a75191e29fd34beff6b7a10d71fc9ac061c31be6da0e985","signature":"4590e28d6f22b4639d8ddd83a520a9fdd359bf9b9c974447d7d41da31778119d"},{"version":"6a6dad73b8d60a1b8c22c8219bc5e4169c3be1ae6b1f68daabc94fc3e0ed0c3f","signature":"2f363ce59b51c4ff45049abf494d8bb3ac275ab7dec06d84869ffe86d43ba67a"},{"version":"875d3f0d28493eb3115f24fd672bdcc0cd641b6c6b2991d3f7859d599f769ddf","signature":"faed91ac8f44ba9c850dbd516ffbadbf09b0c39f5f5eb2b5d16a28bd07bb135c"},{"version":"e68bc91a625e20d7e93488d10af8ad3b4baa0030766220188d539e370338140b","signature":"476453d4369bd63d07afe0119abaff64f85cd74562b88fa2567a7abf2bc038da"},{"version":"a66b0bb30b5583e69b73364b4298c93f915d2cb31999b31c35a2e4b7f58ad5b2","signature":"451d627d64c4615567757c6890ae85794132a53e779d7c43cf526539eda076d2"},{"version":"cd80cf38d6e4dfec736310a0af616b3c7cfb826552dbf845d8d5ad1520340439","signature":"1d269526bed15c2e605274a0791588554a6e3368efb560c9c2811fcf8506ec6e"},{"version":"3c6c78a7d7276b2cf12f5a6274d51a9d965c772183c30d5b45fed07b2678de69","signature":"be4d544b4173e50a74459c7e5eaab67cf9411fb50f011defbe23f335babbdb3c"},{"version":"4f92558543832553edc66cae8b57d0a7efdd9ab7eacb970495e6e95c25874b29","signature":"a46c4b0cd524195a92d3e405151d4e79366c2eec1c796c4fcf48a0e87ece3d16"},{"version":"bc3dcb077e7820874e06abbaecab973b64336922c0574c5930712e0f3c452268","signature":"46bd198794545af4e1ed2e3ba15d212ba3c808cd8c53cea8293f1a537b6a258f"},{"version":"344605b15ee3c3b2a321d915261664b58113319590779974d76067f0c291ab32","signature":"ea8506c989feaa93b37a2826ea4b99714e345fbcc5d95689c95e45843f161aa8"},{"version":"a1cb0aa873a5df9fd7e4103708f75836bcc3591c961cbdea835c8c0c4d327990","signature":"dabf9dd75ee342f062f3592c6e32b2529cbbeeb7d28b6ba3e24375f99bda4474"},{"version":"54e7eb068874d37fafbff6e402beb2cbdb9e2042250a848f7a6dff3cad3774ca","signature":"8c7969f2e13f766fbc096d9c752d0a47ef6facd78229d396db9a475d2bbd117d"},{"version":"fcf5de5d5ab7edde6588af32d79c283dca61fb608e46e599dd17f99f367acec7","signature":"538c3efd5eb5a236b3bfe787a0046e2c3cd13873d5e1603cdbd69f99b18e025c"},{"version":"d7edc10d35d3794a22081e5f61c51791f04a56d65c451e6f5294c138a6bef33f","signature":"ad9b1ad8a3ff1b34d9fb1cbf0e5af5f1718567055e17a33f4c81845e53d66be0"},"e432b56911b58550616fc4d54c1606f65fe98c74875b81d74601f5f965767c60","cc957354aa3c94c9961ebf46282cfde1e81d107fc5785a61f62c67f1dd3ac2eb","a46a2e69d12afe63876ec1e58d70e5dbee6d3e74132f4468f570c3d69f809f1c","93de1c6dab503f053efe8d304cb522bb3a89feab8c98f307a674a4fae04773e9","fc72135da24040641388fb5f2c2a7a99aa5b962c0fa125bd96fabeec63dd2e63","5426e62886b7be7806312d31a00e8f7dccd6fe63ba9bbefe99ee2eab29cc48a3","6a9c5127096b35264eb7cd21b2417bfc1d42cceca9ba4ce2bb0c3410b7816042","78828b06c0d3b586954015e9ebde5480b009e166c71244763bda328ec0920f41","9122ed7070e054b73ebab37c2373a196def2d90e7d1a9a7fcd9d46b0e51fae78","a69c09dbea52352f479d3e7ac949fde3d17b195abe90b045d619f747b38d6d1a",{"version":"77f0b5c6a193a699c9f7d7fb0578e64e562d271afa740783665d2a827104a873","affectsGlobalScope":true},"21a167fec8f933752fb8157f06d28fab6817af3ad9b0bdb1908a10762391eab9",{"version":"3e4624c306340ad303cc536a07004e81336c3f088308a9e4a9f4c957a3cda2fd","affectsGlobalScope":true},"0c0cee62cb619aed81133b904f644515ba3064487002a7da83fd8aa07b1b4abd","5a94487653355b56018122d92392beb2e5f4a6c63ba5cef83bbe1c99775ef713",{"version":"d5135ad93b33adcce80b18f8065087934cdc1730d63db58562edcf017e1aad9b","affectsGlobalScope":true},"82408ed3e959ddc60d3e9904481b5a8dc16469928257af22a3f7d1a3bc7fd8c4","025fc13211ed47d2798269017af3ec869122a050d5431a6ad3c1997900e65c58","bb9c4ffa5e6290c6980b63c815cdd1625876dadb2efaf77edbe82984be93e55e","75ecef44f126e2ae018b4abbd85b6e8a2e2ba1638ebec56cc64274643ce3567b","f30bb836526d930a74593f7b0f5c1c46d10856415a8f69e5e2fc3db80371e362","14b5aa23c5d0ae1907bc696ac7b6915d88f7d85799cc0dc2dcf98fbce2c5a67c","5c439dafdc09abe4d6c260a96b822fa0ba5be7203c71a63ab1f1423cd9e838ea",{"version":"249a2b90439cdfd51709539fbfa4dfe0791cbae6efce1e9b327ba8f8cd703f49","affectsGlobalScope":true},"40b991dc3365179e1365643589e168d7ea0588b4dd5bbb3a974ffefa7cb05e7f","bf057bb805c5e1c0e795ac7c759d40ebbe0e9894df9be3413bbdd8d1a2fc229e","74f2bb83d1ccf390f48681be57a30c09e85b4c7a801267746e382b2386fc667e","7bac475dcdd9f7e4e9da934d32c305bc889c4ce3c8ac0ef45a93a8d670fff607","5d357e7965026197a3152fa4e990fa7a4cbaf1578a17dff920ff1a71a325e198","8acf99b1c8682276a63ea5bb68433782715892726b97e4604a415e4e56bce41c",{"version":"e8b18c6385ff784228a6f369694fcf1a6b475355ba89090a88de13587a9391d5","affectsGlobalScope":true},"3b145a2351f5cf16abf999c8d5f4481c74dffdc54ec1e9a89992e2622e1226c5","a907bf91df26df2400858ef75f749498fb5cf00062bf90a737ac3949cc07978d","d270fd4b565eda11a0a737c181892316b7a1ace06c7988d0246219c3df11db06","70caef0271088abc5f5ae7ff6d84421d35bb192b690fbaa1b2ecf2b0ef01deb6",{"version":"59a638a504490fecaacf0020b9814b6abee37edb66047eb1ab9f7c2274bf1da0","affectsGlobalScope":true},"5153a2fd150e46ce57bb3f8db1318d33f6ad3261ed70ceeff92281c0608c74a3","d1a78a3c5708807e8de3e399f91df4797c62e44b02195eefc2209b2e713e54ee","8c4c1a64db28930732033c31418f817dcb9d09d706766707ae6d38f23faf0c53","25846d43937c672bab7e8195f3d881f93495df712ee901860effc109918938cc","12a70315c8281e46d65696086dd25827408e967b305a22276ae2779fe519e0fe","1b952304137851e45bc009785de89ada562d9376177c97e37702e39e60c2f1ff",{"version":"806ef4cac3b3d9fa4a48d849c8e084d7c72fcd7b16d76e06049a9ed742ff79c0","affectsGlobalScope":true},"44b8b584a338b190a59f4f6929d072431950c7bd92ec2694821c11bce180c8a5","23b89798789dffbd437c0c423f5d02d11f9736aea73d6abf16db4f812ff36eda","29d613c3964ea75b2b4e0d17098245c34529282e9cc72b7e4eeb2a7b12c27cb7",{"version":"970a90f76d4d219ad60819d61f5994514087ba94c985647a3474a5a3d12714ed","affectsGlobalScope":true},"664d8f2d59164f2e08c543981453893bc7e003e4dfd29651ce09db13e9457980","a381f079c4804442f179d742fdb2e495fe28d67a47cac673485f75ae2e77aeca","3c13ef48634e7b5012fcf7e8fce7496352c2d779a7201389ca96a2a81ee4314d","5d0a25ec910fa36595f85a67ac992d7a53dd4064a1ba6aea1c9f14ab73a023f2",{"version":"bfe39beb986d2a2e512c091cbe924f1c415bc65de54de0e2f6a0dc6f84c183d9","affectsGlobalScope":true},"2af17363f8a062e3a8cd1b26030af0058b3f86e783f4fc6aa9f57247f240ebaa","06d7c42d256f0ce6afe1b2b6cfbc97ab391f29dadb00dd0ae8e8f23f5bc916c3","dfe08140492cdc135fb7fd9c4a652c05207b61a436906079b87da1d3111314bf","e59a892d87e72733e2a9ca21611b9beb52977be2696c7ba4b216cbbb9a48f5aa","089e1f8603cbc35ab977c8dcc662eb754b82fca32ed1dfb16bd682726c2d5432","8a300fa9b698845a1f9c41ecbe2c5966634582a8e2020d51abcace9b55aa959e",{"version":"ab9b9a36e5284fd8d3bf2f7d5fcbc60052f25f27e4d20954782099282c60d23e","affectsGlobalScope":true},"82fc37849846a3a0264047621d5beb6ce2ddeb2f83bdee2c79523af3c3282d97","3ebae8c00411116a66fca65b08228ea0cf0b72724701f9b854442100aab55aba","8b06ac3faeacb8484d84ddb44571d8f410697f98d7bfa86c0fda60373a9f5215","7eb06594824ada538b1d8b48c3925a83e7db792f47a081a62cf3e5c4e23cf0ee","f5638f7c2f12a9a1a57b5c41b3c1ea7db3876c003bab68e6a57afd6bcc169af0","0d14fa22c41fdc7277e6f71473b20ebc07f40f00e38875142335d5b63cdfc9d2","7980bf9d2972585cdf76b5a72105f7817be0723ccb2256090f6335f45b462abe","301d7466eb591139c7d456958f732153b3400f3243f68d3321956b43a64769e9","22f13de9e2fe5f0f4724797abd3d34a1cdd6e47ef81fc4933fea3b8bf4ad524b","e3ba509d3dce019b3190ceb2f3fc88e2610ab717122dabd91a9efaa37804040d","cda0cb09b995489b7f4c57f168cd31b83dcbaa7aad49612734fb3c9c73f6e4f2",{"version":"2abad7477cf6761b55c18bea4c21b5a5dcf319748c13696df3736b35f8ac149e","affectsGlobalScope":true},"f3e604694b624fa3f83f6684185452992088f5efb2cf136b62474aa106d6f1b6","675e702f2032766a91eeadee64f51014c64688525da99dccd8178f0c599f13a8","fe4a2042d087990ebfc7dc0142d5aaf5a152e4baea86b45f283f103ec1e871ea","d70c026dd2eeaa974f430ea229230a1897fdb897dc74659deebe2afd4feeb08f","187119ff4f9553676a884e296089e131e8cc01691c546273b1d0089c3533ce42","febf0b2de54781102b00f61653b21377390a048fbf5262718c91860d11ff34a6","ca59fe42b81228a317812e95a2e72ccc8c7f1911b5f0c2a032adf41a0161ec5d","9364c7566b0be2f7b70ff5285eb34686f83ccb01bda529b82d23b2a844653bfb","00baffbe8a2f2e4875367479489b5d43b5fc1429ecb4a4cc98cfc3009095f52a","ae9930989ed57478eb03b9b80ad3efa7a3eacdfeff0f78ecf7894c4963a64f93","3c92b6dfd43cc1c2485d9eba5ff0b74a19bb8725b692773ef1d66dac48cda4bd","3e59f00ab03c33717b3130066d4debb272da90eeded4935ff0604c2bc25a5cae","df996e25faa505f85aeb294d15ebe61b399cf1d1e49959cdfaf2cc0815c203f9",{"version":"f2eff8704452659641164876c1ef0df4174659ce7311b0665798ea3f556fa9ad","affectsGlobalScope":true},"8841e2aa774b89bd23302dede20663306dc1b9902431ac64b24be8b8d0e3f649","209e814e8e71aec74f69686a9506dd7610b97ab59dcee9446266446f72a76d05","6fa0008bf91a4cc9c8963bace4bba0bd6865cbfa29c3e3ccc461155660fb113a","2b8264b2fefd7367e0f20e2c04eed5d3038831fe00f5efbc110ff0131aab899b","f1d8b21cdf08726021c8cce0cd6159486236cf1d633eeabbc435b5b2e5869c2e","199f9ead0daf25ae4c5632e3d1f42570af59685294a38123eef457407e13f365","b0d10e46cfe3f6c476b69af02eaa38e4ccc7430221ce3109ae84bb9fb8282298","89911b8c6c9ec349bc2b1b8d5d475e6fcc1e6b3a97ae958937b625f15d735c3d","70e9a18da08294f75bf23e46c7d69e67634c0765d355887b9b41f0d959e1426e","105b9a2234dcb06ae922f2cd8297201136d416503ff7d16c72bfc8791e9895c1"],"options":{"declaration":true,"esModuleInterop":true,"module":5,"outDir":"./esm","rootDir":"../src","skipLibCheck":true,"strict":true,"target":4},"fileIdsList":[[166,218],[218],[218,231],[166,167,168,169,170,218],[166,168,218],[172,218],[190,218,225],[218,227],[218,228],[218,233,235],[218,238,240,241,242,243,244,245,246,247,248,249,250],[218,238,239,241,242,243,244,245,246,247,248,249,250],[218,239,240,241,242,243,244,245,246,247,248,249,250],[218,238,239,240,242,243,244,245,246,247,248,249,250],[218,238,239,240,241,243,244,245,246,247,248,249,250],[218,238,239,240,241,242,244,245,246,247,248,249,250],[218,238,239,240,241,242,243,245,246,247,248,249,250],[218,238,239,240,241,242,243,244,246,247,248,249,250],[218,238,239,240,241,242,243,244,245,247,248,249,250],[218,238,239,240,241,242,243,244,245,246,248,249,250],[218,238,239,240,241,242,243,244,245,246,247,249,250],[218,238,239,240,241,242,243,244,245,246,247,248,250],[218,238,239,240,241,242,243,244,245,246,247,248,249],[174,218],[177,218],[178,183,218],[179,189,190,197,206,217,218],[179,180,189,197,218],[181,218],[182,183,190,198,218],[183,206,214,218],[184,186,189,197,218],[185,218],[186,187,218],[188,189,218],[189,218],[189,190,191,206,217,218],[189,190,191,206,209,218],[218,222],[192,197,206,217,218],[189,190,192,193,197,206,214,217,218],[192,194,206,214,217,218],[174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224],[189,195,218],[196,217,218],[186,189,197,206,218],[198,218],[199,218],[177,200,218],[201,216,218,222],[202,218],[203,218],[189,204,218],[204,205,218,220],[189,206,207,208,209,218],[206,208,218],[206,207,218],[209,218],[210,218],[189,212,213,218],[212,213,218],[183,197,206,214,218],[215,218],[197,216,218],[178,192,203,217,218],[183,218],[206,218,219],[218,220],[218,221],[178,183,189,191,200,206,217,218,220,222],[206,218,223],[218,259],[218,233],[218,230,234],[52,218],[218,232],[59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,163,218],[46,47,48,49,50,192,194,218],[47,48,50,57,162,164,218],[162,164,218],[47,48,56,57,58,160,218],[46,218],[50,52,53,54,162,218],[50,162,218],[48,49,50,51,55,56,161,164,218],[56,128,162,218],[56,162,218],[56,74,141,162,218],[56,73,110,162,218],[56,60,61,64,66,68,97,98,99,104,105,110,111,112,115,116,117,119,120,122,123,124,127,128,129,130,136,137,139,140,141,162,218],[56,107,108,110,162,218],[56,136,138,140,162,218],[56,140,162,218],[56,138,162,163,218],[56,75,141,162,218],[56,124,126,138,140,162,218],[56,106,109,110,162,218],[56,138,140,162,218],[56,76,141,162,218],[56,86,87,88,90,92,94,96,162,218],[56,105,138,162,218],[56,89,162,218],[56,71,105,162,163,218],[56,105,138,140,162,218],[56,71,105,162,218],[56,74,75,76,77,78,79,80,81,105,162,218],[56,68,71,72,82,83,85,104,110,138,162,218],[56,115,122,138,162,218],[56,69,162,218],[56,69,70,162,218],[56,77,141,162,218],[56,73,82,110,162,218],[56,89,91,93,95,138,140,162,218],[56,89,91,93,95,124,126,138,140,162,218],[56,71,97,138,140,162,218],[56,71,162,218],[56,71,105,124,140,162,218],[56,65,67,138,162,218],[56,66,122,162,218],[56,78,141,162,218],[56,99,102,162,218],[56,59,90,92,94,96,98,100,101,110,120,121,124,127,141,162,218],[56,141,162,218],[56,133,136,138,140,162,218],[56,61,66,68,137,138,139,162,218],[56,86,87,90,92,94,96,162,218],[56,71,85,110,162,218],[56,71,84,105,110,140,162,218],[56,71,74,75,76,77,78,79,80,81,82,84,85,102,105,106,107,108,109,120,124,127,138,140,141,162,163,218],[56,119,122,138,162,218],[56,101,119,162,218],[56,71,117,118,120,138,162,218],[56,73,138,140,162,218],[56,79,141,162,218],[56,64,138,162,218],[56,61,62,63,124,138,162,218],[56,71,107,110,162,218],[56,102,104,162,218],[56,71,103,105,110,122,138,162,163,218],[56,60,71,101,110,112,115,116,119,121,122,138,162,163,218],[56,124,138,162,218],[56,115,138,162,218],[56,60,111,112,113,114,122,138,140,162,218],[56,138,162,218],[56,124,126,162,218],[56,86,87,90,92,94,96,124,126,162,218],[56,124,125,127,162,218],[56,60,64,99,112,123,138,162,218],[56,122,124,138,162,218],[56,102,120,123,162,218],[56,65,67,121,123,138,162,163,218],[56,71,102,120,122,124,162,218],[56,80,141,162,218],[56,124,131,132,134,135,138,162,218],[56,134,162,218],[56,110,162,218],[56,109,110,162,218],[56,70,162,218],[47,58,164,218],[59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,163],[46,48,192,194],[47,48,162,164],[162],[47,48,56,57,58,160],[46],[53,162],[48,51,56,161,164],[56,128,162],[56,162],[56,74,141,162],[56,73,110,162],[56,60,61,64,66,68,97,98,99,104,105,110,111,112,115,116,117,119,120,122,123,124,127,128,129,130,136,137,139,140,141,162],[56,107,108,110,162],[56,136,138,140,162],[56,140,162],[56,138,162,163],[56,75,141,162],[56,124,126,138,140,162],[56,106,109,110,162],[56,138,140,162],[56,76,141,162],[56,86,87,88,90,92,94,96,162],[56,105,138,162],[56,89,162],[56,71,105,162,163],[56,105,138,140,162],[56,71,105,162],[56,74,75,76,77,78,79,80,81,105,162],[56,68,71,72,82,83,85,104,110,138,162],[56,115,122,138,162],[56,69,162],[56,69,70,162],[56,77,141,162],[56,73,82,110,162],[56,89,91,93,95,138,140,162],[56,89,91,93,95,124,126,138,140,162],[56,71,97,138,140,162],[56,71,162],[56,71,105,124,140,162],[56,65,67,138,162],[56,66,122,162],[56,78,141,162],[56,99,102,162],[56,59,90,92,94,96,98,100,101,110,120,121,124,127,141,162],[56,141,162],[56,133,136,138,140,162],[56,61,66,68,137,138,139,162],[56,86,87,90,92,94,96,162],[56,71,85,110,162],[56,71,84,105,110,140,162],[56,71,74,75,76,77,78,79,80,81,82,84,85,102,105,106,107,108,109,120,124,127,138,140,141,162,163],[56,119,122,138,162],[56,101,119,162],[56,71,117,118,120,138,162],[56,73,138,140,162],[56,79,141,162],[56,64,138,162],[56,61,62,63,124,138,162],[56,71,107,110,162],[56,102,104,162],[56,71,103,105,110,122,138,162,163],[56,60,71,101,110,112,115,116,119,121,122,138,162,163],[56,124,138,162],[56,115,138,162],[56,60,111,112,113,114,122,138,140,162],[56,138,162],[56,124,126,162],[56,86,87,90,92,94,96,124,126,162],[56,124,125,127,162],[56,60,64,99,112,123,138,162],[56,122,124,138,162],[56,102,120,123,162],[56,65,67,121,123,138,162,163],[56,71,102,120,122,124,162],[56,80,141,162],[56,124,131,132,134,135,138,162],[56,134,162],[56,110,162],[56,109,110,162],[56,70,162],[47,58]],"referencedMap":[[168,1],[166,2],[232,3],[231,2],[171,4],[167,1],[169,5],[170,1],[173,6],[226,7],[227,2],[228,8],[229,9],[236,10],[237,2],[239,11],[240,12],[238,13],[241,14],[242,15],[243,16],[244,17],[245,18],[246,19],[247,20],[248,21],[249,22],[250,23],[251,2],[252,2],[172,2],[174,24],[175,24],[177,25],[178,26],[179,27],[180,28],[181,29],[182,30],[183,31],[184,32],[185,33],[186,34],[187,34],[188,35],[189,36],[190,37],[191,38],[176,39],[224,2],[192,40],[193,41],[194,42],[225,43],[195,44],[196,45],[197,46],[198,47],[199,48],[200,49],[201,50],[202,51],[203,52],[204,53],[205,54],[206,55],[208,56],[207,57],[209,58],[210,59],[211,2],[212,60],[213,61],[214,62],[215,63],[216,64],[217,65],[218,66],[219,67],[220,68],[221,69],[222,70],[223,71],[253,2],[254,2],[255,2],[256,2],[257,2],[258,2],[259,2],[260,72],[46,2],[234,73],[235,74],[230,2],[52,2],[53,75],[233,76],[8,2],[9,2],[13,2],[12,2],[2,2],[14,2],[15,2],[16,2],[17,2],[18,2],[19,2],[20,2],[21,2],[3,2],[4,2],[45,2],[25,2],[22,2],[23,2],[24,2],[26,2],[27,2],[28,2],[5,2],[29,2],[30,2],[31,2],[32,2],[6,2],[33,2],[34,2],[35,2],[36,2],[7,2],[37,2],[42,2],[43,2],[38,2],[39,2],[40,2],[41,2],[1,2],[44,2],[11,2],[10,2],[164,77],[51,78],[58,79],[54,80],[49,2],[50,2],[47,2],[161,81],[48,82],[55,83],[160,77],[56,84],[162,85],[163,86],[59,87],[142,88],[74,89],[143,87],[138,90],[109,91],[131,92],[129,93],[144,94],[145,95],[75,89],[127,96],[107,97],[116,98],[146,99],[76,89],[89,100],[147,101],[88,102],[72,103],[68,104],[148,105],[82,106],[83,105],[105,107],[112,108],[70,109],[71,110],[149,111],[77,112],[96,113],[135,92],[90,113],[87,114],[86,114],[92,113],[128,94],[97,101],[98,115],[150,94],[151,116],[152,117],[66,118],[65,119],[67,119],[153,120],[78,89],[100,121],[102,122],[154,123],[134,124],[140,125],[139,94],[93,126],[84,127],[85,128],[155,93],[110,129],[156,87],[117,130],[118,131],[119,132],[73,123],[141,133],[157,134],[79,89],[94,114],[61,135],[62,135],[63,135],[64,136],[95,126],[130,113],[106,137],[103,138],[104,139],[120,140],[60,141],[113,142],[115,143],[114,142],[111,144],[125,145],[91,146],[126,147],[99,98],[124,148],[123,149],[101,150],[122,151],[121,152],[158,153],[80,89],[137,92],[136,154],[133,155],[132,92],[159,156],[108,157],[69,158],[81,156],[57,159],[165,2]],"exportedModulesMap":[[168,1],[166,2],[232,3],[231,2],[171,4],[167,1],[169,5],[170,1],[173,6],[226,7],[227,2],[228,8],[229,9],[236,10],[237,2],[239,11],[240,12],[238,13],[241,14],[242,15],[243,16],[244,17],[245,18],[246,19],[247,20],[248,21],[249,22],[250,23],[251,2],[252,2],[172,2],[174,24],[175,24],[177,25],[178,26],[179,27],[180,28],[181,29],[182,30],[183,31],[184,32],[185,33],[186,34],[187,34],[188,35],[189,36],[190,37],[191,38],[176,39],[224,2],[192,40],[193,41],[194,42],[225,43],[195,44],[196,45],[197,46],[198,47],[199,48],[200,49],[201,50],[202,51],[203,52],[204,53],[205,54],[206,55],[208,56],[207,57],[209,58],[210,59],[211,2],[212,60],[213,61],[214,62],[215,63],[216,64],[217,65],[218,66],[219,67],[220,68],[221,69],[222,70],[223,71],[253,2],[254,2],[255,2],[256,2],[257,2],[258,2],[259,2],[260,72],[46,2],[234,73],[235,74],[230,2],[52,2],[53,75],[233,76],[8,2],[9,2],[13,2],[12,2],[2,2],[14,2],[15,2],[16,2],[17,2],[18,2],[19,2],[20,2],[21,2],[3,2],[4,2],[45,2],[25,2],[22,2],[23,2],[24,2],[26,2],[27,2],[28,2],[5,2],[29,2],[30,2],[31,2],[32,2],[6,2],[33,2],[34,2],[35,2],[36,2],[7,2],[37,2],[42,2],[43,2],[38,2],[39,2],[40,2],[41,2],[1,2],[44,2],[11,2],[10,2],[164,160],[51,161],[58,162],[54,163],[161,164],[48,165],[55,166],[160,160],[56,163],[162,167],[163,168],[59,169],[142,170],[74,171],[143,169],[138,172],[109,173],[131,174],[129,175],[144,176],[145,177],[75,171],[127,178],[107,179],[116,180],[146,181],[76,171],[89,182],[147,183],[88,184],[72,185],[68,186],[148,187],[82,188],[83,187],[105,189],[112,190],[70,191],[71,192],[149,193],[77,194],[96,195],[135,174],[90,195],[87,196],[86,196],[92,195],[128,176],[97,183],[98,197],[150,176],[151,198],[152,199],[66,200],[65,201],[67,201],[153,202],[78,171],[100,203],[102,204],[154,205],[134,206],[140,207],[139,176],[93,208],[84,209],[85,210],[155,175],[110,211],[156,169],[117,212],[118,213],[119,214],[73,205],[141,215],[157,216],[79,171],[94,196],[61,217],[62,217],[63,217],[64,218],[95,208],[130,195],[106,219],[103,220],[104,221],[120,222],[60,223],[113,224],[115,225],[114,224],[111,226],[125,227],[91,228],[126,229],[99,180],[124,230],[123,231],[101,232],[122,233],[121,234],[158,235],[80,171],[137,174],[136,236],[133,237],[132,174],[159,238],[108,239],[69,240],[81,238],[57,241]],"semanticDiagnosticsPerFile":[168,166,232,231,171,167,169,170,173,226,227,228,229,236,237,239,240,238,241,242,243,244,245,246,247,248,249,250,251,252,172,174,175,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,176,224,192,193,194,225,195,196,197,198,199,200,201,202,203,204,205,206,208,207,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,253,254,255,256,257,258,259,260,46,234,235,230,52,53,233,8,9,13,12,2,14,15,16,17,18,19,20,21,3,4,45,25,22,23,24,26,27,28,5,29,30,31,32,6,33,34,35,36,7,37,42,43,38,39,40,41,1,44,11,10,164,51,58,54,49,50,47,161,48,55,160,56,162,163,59,142,74,143,138,109,131,129,144,145,75,127,107,116,146,76,89,147,88,72,68,148,82,83,105,112,70,71,149,77,96,135,90,87,86,92,128,97,98,150,151,152,66,65,67,153,78,100,102,154,134,140,139,93,84,85,155,110,156,117,118,119,73,141,157,79,94,61,62,63,64,95,130,106,103,104,120,60,113,115,114,111,125,91,126,99,124,123,101,122,121,158,80,137,136,133,132,159,108,69,81,57,165]},"version":"4.7.4"}
|
1
|
+
{"program":{"fileNames":["../node_modules/typescript/lib/lib.es5.d.ts","../node_modules/typescript/lib/lib.es2015.d.ts","../node_modules/typescript/lib/lib.es2016.d.ts","../node_modules/typescript/lib/lib.es2017.d.ts","../node_modules/typescript/lib/lib.es2018.d.ts","../node_modules/typescript/lib/lib.es2019.d.ts","../node_modules/typescript/lib/lib.es2020.d.ts","../node_modules/typescript/lib/lib.dom.d.ts","../node_modules/typescript/lib/lib.dom.iterable.d.ts","../node_modules/typescript/lib/lib.webworker.importscripts.d.ts","../node_modules/typescript/lib/lib.scripthost.d.ts","../node_modules/typescript/lib/lib.es2015.core.d.ts","../node_modules/typescript/lib/lib.es2015.collection.d.ts","../node_modules/typescript/lib/lib.es2015.generator.d.ts","../node_modules/typescript/lib/lib.es2015.iterable.d.ts","../node_modules/typescript/lib/lib.es2015.promise.d.ts","../node_modules/typescript/lib/lib.es2015.proxy.d.ts","../node_modules/typescript/lib/lib.es2015.reflect.d.ts","../node_modules/typescript/lib/lib.es2015.symbol.d.ts","../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../node_modules/typescript/lib/lib.es2016.array.include.d.ts","../node_modules/typescript/lib/lib.es2017.object.d.ts","../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../node_modules/typescript/lib/lib.es2017.string.d.ts","../node_modules/typescript/lib/lib.es2017.intl.d.ts","../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../node_modules/typescript/lib/lib.es2018.intl.d.ts","../node_modules/typescript/lib/lib.es2018.promise.d.ts","../node_modules/typescript/lib/lib.es2018.regexp.d.ts","../node_modules/typescript/lib/lib.es2019.array.d.ts","../node_modules/typescript/lib/lib.es2019.object.d.ts","../node_modules/typescript/lib/lib.es2019.string.d.ts","../node_modules/typescript/lib/lib.es2019.symbol.d.ts","../node_modules/typescript/lib/lib.es2020.bigint.d.ts","../node_modules/typescript/lib/lib.es2020.date.d.ts","../node_modules/typescript/lib/lib.es2020.promise.d.ts","../node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../node_modules/typescript/lib/lib.es2020.string.d.ts","../node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../node_modules/typescript/lib/lib.es2020.intl.d.ts","../node_modules/typescript/lib/lib.es2020.number.d.ts","../node_modules/typescript/lib/lib.esnext.intl.d.ts","../node_modules/typescript/lib/lib.es2017.full.d.ts","../node_modules/axios/index.d.ts","../src/error.ts","../src/interceptor.ts","../src/config.ts","../src/debug.ts","../src/client.ts","../node_modules/json-typescript/dist/index.d.ts","../node_modules/jsonapi-typescript/index.ts","../src/common.ts","../src/jsonapi.ts","../src/query.ts","../src/static.ts","../src/commercelayer.ts","../src/resources/adjustments.ts","../src/resources/shipping_categories.ts","../src/resources/price_lists.ts","../src/resources/price_tiers.ts","../src/resources/price_volume_tiers.ts","../src/resources/prices.ts","../src/resources/inventory_return_locations.ts","../src/resources/inventory_models.ts","../src/resources/inventory_stock_locations.ts","../src/resources/customer_groups.ts","../src/resources/webhooks.ts","../src/resources/event_callbacks.ts","../src/resources/events.ts","../src/resources/customer_addresses.ts","../src/resources/payment_gateways.ts","../src/resources/adyen_payments.ts","../src/resources/braintree_payments.ts","../src/resources/checkout_com_payments.ts","../src/resources/external_payments.ts","../src/resources/klarna_payments.ts","../src/resources/paypal_payments.ts","../src/resources/stripe_payments.ts","../src/resources/wire_transfers.ts","../src/resources/customer_payment_sources.ts","../src/resources/customer_subscriptions.ts","../src/resources/order_copies.ts","../src/resources/order_subscriptions.ts","../src/resources/free_gift_promotions.ts","../src/resources/fixed_price_promotions.ts","../src/resources/coupons.ts","../src/resources/coupon_codes_promotion_rules.ts","../src/resources/fixed_amount_promotions.ts","../src/resources/sku_list_promotion_rules.ts","../src/resources/free_shipping_promotions.ts","../src/resources/order_amount_promotion_rules.ts","../src/resources/percentage_discount_promotions.ts","../src/resources/promotion_rules.ts","../src/resources/external_promotions.ts","../src/resources/gift_card_recipients.ts","../src/resources/gift_cards.ts","../src/resources/sku_options.ts","../src/resources/line_item_options.ts","../src/resources/stock_line_items.ts","../src/resources/line_items.ts","../src/resources/return_line_items.ts","../src/resources/returns.ts","../src/resources/customers.ts","../src/resources/refunds.ts","../src/resources/captures.ts","../src/resources/voids.ts","../src/resources/authorizations.ts","../src/resources/orders.ts","../src/resources/shipping_zones.ts","../src/resources/delivery_lead_times.ts","../src/resources/shipping_method_tiers.ts","../src/resources/shipping_weight_tiers.ts","../src/resources/shipping_methods.ts","../src/resources/carrier_accounts.ts","../src/resources/packages.ts","../src/resources/parcel_line_items.ts","../src/resources/parcels.ts","../src/resources/shipments.ts","../src/resources/stock_transfers.ts","../src/resources/stock_locations.ts","../src/resources/stock_items.ts","../src/resources/skus.ts","../src/resources/sku_list_items.ts","../src/resources/sku_lists.ts","../src/resources/bundles.ts","../src/resources/geocoders.ts","../src/resources/billing_info_validation_rules.ts","../src/resources/promotions.ts","../src/resources/avalara_accounts.ts","../src/resources/taxjar_accounts.ts","../src/resources/tax_rules.ts","../src/resources/manual_tax_calculators.ts","../src/resources/external_tax_calculators.ts","../src/resources/tax_categories.ts","../src/resources/tax_calculators.ts","../src/resources/attachments.ts","../src/resources/merchants.ts","../src/resources/markets.ts","../src/resources/payment_methods.ts","../src/resources/adyen_gateways.ts","../src/resources/application.ts","../src/resources/bing_geocoders.ts","../src/resources/braintree_gateways.ts","../src/resources/checkout_com_gateways.ts","../src/resources/coupon_recipients.ts","../src/resources/customer_password_resets.ts","../src/resources/external_gateways.ts","../src/resources/google_geocoders.ts","../src/resources/imports.ts","../src/resources/in_stock_subscriptions.ts","../src/resources/klarna_gateways.ts","../src/resources/manual_gateways.ts","../src/resources/order_validation_rules.ts","../src/resources/organization.ts","../src/resources/paypal_gateways.ts","../src/resources/stripe_gateways.ts","../src/resources/transactions.ts","../src/model.ts","../src/index.ts","../src/resource.ts","../src/resources/addresses.ts","../src/api.ts","../src/util.ts","../node_modules/@babel/types/lib/index.d.ts","../node_modules/@types/babel__generator/index.d.ts","../node_modules/@babel/parser/typings/babel-parser.d.ts","../node_modules/@types/babel__template/index.d.ts","../node_modules/@types/babel__traverse/index.d.ts","../node_modules/@types/babel__core/index.d.ts","../node_modules/@types/ms/index.d.ts","../node_modules/@types/debug/index.d.ts","../node_modules/@types/node/assert.d.ts","../node_modules/@types/node/assert/strict.d.ts","../node_modules/@types/node/globals.d.ts","../node_modules/@types/node/async_hooks.d.ts","../node_modules/@types/node/buffer.d.ts","../node_modules/@types/node/child_process.d.ts","../node_modules/@types/node/cluster.d.ts","../node_modules/@types/node/console.d.ts","../node_modules/@types/node/constants.d.ts","../node_modules/@types/node/crypto.d.ts","../node_modules/@types/node/dgram.d.ts","../node_modules/@types/node/diagnostics_channel.d.ts","../node_modules/@types/node/dns.d.ts","../node_modules/@types/node/dns/promises.d.ts","../node_modules/@types/node/domain.d.ts","../node_modules/@types/node/events.d.ts","../node_modules/@types/node/fs.d.ts","../node_modules/@types/node/fs/promises.d.ts","../node_modules/@types/node/http.d.ts","../node_modules/@types/node/http2.d.ts","../node_modules/@types/node/https.d.ts","../node_modules/@types/node/inspector.d.ts","../node_modules/@types/node/module.d.ts","../node_modules/@types/node/net.d.ts","../node_modules/@types/node/os.d.ts","../node_modules/@types/node/path.d.ts","../node_modules/@types/node/perf_hooks.d.ts","../node_modules/@types/node/process.d.ts","../node_modules/@types/node/punycode.d.ts","../node_modules/@types/node/querystring.d.ts","../node_modules/@types/node/readline.d.ts","../node_modules/@types/node/repl.d.ts","../node_modules/@types/node/stream.d.ts","../node_modules/@types/node/stream/promises.d.ts","../node_modules/@types/node/stream/consumers.d.ts","../node_modules/@types/node/stream/web.d.ts","../node_modules/@types/node/string_decoder.d.ts","../node_modules/@types/node/test.d.ts","../node_modules/@types/node/timers.d.ts","../node_modules/@types/node/timers/promises.d.ts","../node_modules/@types/node/tls.d.ts","../node_modules/@types/node/trace_events.d.ts","../node_modules/@types/node/tty.d.ts","../node_modules/@types/node/url.d.ts","../node_modules/@types/node/util.d.ts","../node_modules/@types/node/v8.d.ts","../node_modules/@types/node/vm.d.ts","../node_modules/@types/node/wasi.d.ts","../node_modules/@types/node/worker_threads.d.ts","../node_modules/@types/node/zlib.d.ts","../node_modules/@types/node/globals.global.d.ts","../node_modules/@types/node/index.d.ts","../node_modules/@types/graceful-fs/index.d.ts","../node_modules/@types/istanbul-lib-coverage/index.d.ts","../node_modules/@types/istanbul-lib-report/index.d.ts","../node_modules/@types/istanbul-reports/index.d.ts","../node_modules/jest-matcher-utils/node_modules/chalk/index.d.ts","../node_modules/@sinclair/typebox/typebox.d.ts","../node_modules/@jest/schemas/build/index.d.ts","../node_modules/pretty-format/build/index.d.ts","../node_modules/jest-diff/build/index.d.ts","../node_modules/jest-matcher-utils/build/index.d.ts","../node_modules/@types/jest/index.d.ts","../node_modules/@types/json-schema/index.d.ts","../node_modules/@types/lodash/common/common.d.ts","../node_modules/@types/lodash/common/array.d.ts","../node_modules/@types/lodash/common/collection.d.ts","../node_modules/@types/lodash/common/date.d.ts","../node_modules/@types/lodash/common/function.d.ts","../node_modules/@types/lodash/common/lang.d.ts","../node_modules/@types/lodash/common/math.d.ts","../node_modules/@types/lodash/common/number.d.ts","../node_modules/@types/lodash/common/object.d.ts","../node_modules/@types/lodash/common/seq.d.ts","../node_modules/@types/lodash/common/string.d.ts","../node_modules/@types/lodash/common/util.d.ts","../node_modules/@types/lodash/index.d.ts","../node_modules/@types/minimatch/index.d.ts","../node_modules/@types/minimist/index.d.ts","../node_modules/@types/normalize-package-data/index.d.ts","../node_modules/@types/parse-json/index.d.ts","../node_modules/@types/prettier/index.d.ts","../node_modules/@types/retry/index.d.ts","../node_modules/@types/stack-utils/index.d.ts","../node_modules/@types/tough-cookie/index.d.ts","../node_modules/@types/yargs-parser/index.d.ts","../node_modules/@types/yargs/index.d.ts"],"fileInfos":[{"version":"f5c28122bee592cfaf5c72ed7bcc47f453b79778ffa6e301f45d21a0970719d4","affectsGlobalScope":true},"dc47c4fa66b9b9890cf076304de2a9c5201e94b740cffdf09f87296d877d71f6","7a387c58583dfca701b6c85e0adaf43fb17d590fb16d5b2dc0a2fbd89f35c467","8a12173c586e95f4433e0c6dc446bc88346be73ffe9ca6eec7aa63c8f3dca7f9","5f4e733ced4e129482ae2186aae29fde948ab7182844c3a5a51dd346182c7b06","e6b724280c694a9f588847f754198fb96c43d805f065c3a5b28bbc9594541c84","1fc5ab7a764205c68fa10d381b08417795fc73111d6dd16b5b1ed36badb743d9",{"version":"3f149f903dd20dfeb7c80e228b659f0e436532de772469980dbd00702cc05cc1","affectsGlobalScope":true},{"version":"1272277fe7daa738e555eb6cc45ded42cc2d0f76c07294142283145d49e96186","affectsGlobalScope":true},{"version":"7fac8cb5fc820bc2a59ae11ef1c5b38d3832c6d0dfaec5acdb5569137d09a481","affectsGlobalScope":true},{"version":"097a57355ded99c68e6df1b738990448e0bf170e606707df5a7c0481ff2427cd","affectsGlobalScope":true},{"version":"adb996790133eb33b33aadb9c09f15c2c575e71fb57a62de8bf74dbf59ec7dfb","affectsGlobalScope":true},{"version":"43fb1d932e4966a39a41b464a12a81899d9ae5f2c829063f5571b6b87e6d2f9c","affectsGlobalScope":true},{"version":"cdccba9a388c2ee3fd6ad4018c640a471a6c060e96f1232062223063b0a5ac6a","affectsGlobalScope":true},{"version":"c5c05907c02476e4bde6b7e76a79ffcd948aedd14b6a8f56e4674221b0417398","affectsGlobalScope":true},{"version":"0d5f52b3174bee6edb81260ebcd792692c32c81fd55499d69531496f3f2b25e7","affectsGlobalScope":true},{"version":"810627a82ac06fb5166da5ada4159c4ec11978dfbb0805fe804c86406dab8357","affectsGlobalScope":true},{"version":"181f1784c6c10b751631b24ce60c7f78b20665db4550b335be179217bacc0d5f","affectsGlobalScope":true},{"version":"3013574108c36fd3aaca79764002b3717da09725a36a6fc02eac386593110f93","affectsGlobalScope":true},{"version":"75ec0bdd727d887f1b79ed6619412ea72ba3c81d92d0787ccb64bab18d261f14","affectsGlobalScope":true},{"version":"3be5a1453daa63e031d266bf342f3943603873d890ab8b9ada95e22389389006","affectsGlobalScope":true},{"version":"17bb1fc99591b00515502d264fa55dc8370c45c5298f4a5c2083557dccba5a2a","affectsGlobalScope":true},{"version":"7ce9f0bde3307ca1f944119f6365f2d776d281a393b576a18a2f2893a2d75c98","affectsGlobalScope":true},{"version":"6a6b173e739a6a99629a8594bfb294cc7329bfb7b227f12e1f7c11bc163b8577","affectsGlobalScope":true},{"version":"12a310447c5d23c7d0d5ca2af606e3bd08afda69100166730ab92c62999ebb9d","affectsGlobalScope":true},{"version":"b0124885ef82641903d232172577f2ceb5d3e60aed4da1153bab4221e1f6dd4e","affectsGlobalScope":true},{"version":"0eb85d6c590b0d577919a79e0084fa1744c1beba6fd0d4e951432fa1ede5510a","affectsGlobalScope":true},{"version":"da233fc1c8a377ba9e0bed690a73c290d843c2c3d23a7bd7ec5cd3d7d73ba1e0","affectsGlobalScope":true},{"version":"d154ea5bb7f7f9001ed9153e876b2d5b8f5c2bb9ec02b3ae0d239ec769f1f2ae","affectsGlobalScope":true},{"version":"bb2d3fb05a1d2ffbca947cc7cbc95d23e1d053d6595391bd325deb265a18d36c","affectsGlobalScope":true},{"version":"c80df75850fea5caa2afe43b9949338ce4e2de086f91713e9af1a06f973872b8","affectsGlobalScope":true},{"version":"9d57b2b5d15838ed094aa9ff1299eecef40b190722eb619bac4616657a05f951","affectsGlobalScope":true},{"version":"6c51b5dd26a2c31dbf37f00cfc32b2aa6a92e19c995aefb5b97a3a64f1ac99de","affectsGlobalScope":true},{"version":"6e7997ef61de3132e4d4b2250e75343f487903ddf5370e7ce33cf1b9db9a63ed","affectsGlobalScope":true},{"version":"2ad234885a4240522efccd77de6c7d99eecf9b4de0914adb9a35c0c22433f993","affectsGlobalScope":true},{"version":"09aa50414b80c023553090e2f53827f007a301bc34b0495bfb2c3c08ab9ad1eb","affectsGlobalScope":true},{"version":"d7f680a43f8cd12a6b6122c07c54ba40952b0c8aa140dcfcf32eb9e6cb028596","affectsGlobalScope":true},{"version":"3787b83e297de7c315d55d4a7c546ae28e5f6c0a361b7a1dcec1f1f50a54ef11","affectsGlobalScope":true},{"version":"e7e8e1d368290e9295ef18ca23f405cf40d5456fa9f20db6373a61ca45f75f40","affectsGlobalScope":true},{"version":"faf0221ae0465363c842ce6aa8a0cbda5d9296940a8e26c86e04cc4081eea21e","affectsGlobalScope":true},{"version":"06393d13ea207a1bfe08ec8d7be562549c5e2da8983f2ee074e00002629d1871","affectsGlobalScope":true},{"version":"cd483c056da900716879771893a3c9772b66c3c88f8943b4205aec738a94b1d0","affectsGlobalScope":true},{"version":"b248e32ca52e8f5571390a4142558ae4f203ae2f94d5bac38a3084d529ef4e58","affectsGlobalScope":true},{"version":"c37f8a49593a0030eecb51bbfa270e709bec9d79a6cc3bb851ef348d4e6b26f8","affectsGlobalScope":true},"d2f31f19e1ba6ed59be9259d660a239d9a3fcbbc8e038c6b2009bde34b175fed","d88dc05fd345b7a4e1816bbfd2dd087eefa9b9e36096818c2348f5b246971125",{"version":"5fd29fad984f1a472e88dcbb6f7958de4b40bbb0c88f71abacaabed051d38ef5","signature":"f933dd011c5c41e29a359d3b46ed9a9294ead09f34854ac54cf3cb907058599d"},{"version":"c6e62e4331b6712421bdf522163d1eb460e53830327645f63c30b214951d93ec","signature":"9b24ba4607071953cb350310b8690fd43b400ca6089c8be8f0cc52a799f48dca"},{"version":"fc398235ad449421e6dff62d802e0cebe3512cb09b537b73b057e787bd9c20cf","signature":"001e07fccf54859e47fe779a6209b6dbeae6db28dc437a6c46bae5604514215d"},{"version":"ea99b928389b2d043854976a26dcb266ad279c5c009031fdcb10676b40c00523","signature":"37354fa9b6df26ec17cde2f47786ded97beac22801b38f9f3064fd71b80c14fd"},{"version":"e800985d99900b141153e7be342ece58550db8678ef7e84903617fd45b7e3b33","signature":"5745bb6b069fb9d59641b75feb9fd4e6c5a2e0dcead272e86222c9d4f9b8c465"},"f31c7546040cd86f280af26148f7dbb150c7ed2f77ad9589ac6da3f845e9a4b8","866c1e5d13f33b7fa6f5526048dbedd964cebde583371e4a5359e55c9196f911",{"version":"0ac9a484a32a45793f7477822d4522d3f3e8fafc1dc3277a43cd33a8a4bbf309","signature":"b4d8bfb4ad849a8040c89fe69a1e739cb4483da68d17e07b5bb8d8a0b9d8f7eb"},{"version":"ef95b8de92a4f8fdc4f3308811fcd797f83f7b12d591d51e1e5f879d92c0368c","signature":"d996f6a65427f2fd407466a36918914f7c53da8ff25cc0c8a7b99de8267dff61"},{"version":"703317dcf6d90b157cb165ea61f9e80cf7cedc74f7fb963824ccbe92d2e2bb99","signature":"6d61fa795166693b279aa92148f079b2c0573294aeebdc3a212cf6b92fe74a48"},{"version":"fb4b52f4a58c39b4bc824e9b3ae8a882a39f57c6b70379a9ed54e7c52e1ff514","signature":"f375ccd44487a9b244d149aafed71ad4159ac7c7869b03722bf68959217887e7"},{"version":"c799a5f6b972d9118e80f7e38c0124de272363a04332de3a84fbf18aa7f12fed","signature":"a3f9bf70950e58055696439eb9bddeaaa75770c422b2d727d59b99c588d02357"},{"version":"f7b31838aa44f4dd276651c3cf894a37c5373882a1bc6a5c03fb27f56f638ff2","signature":"3c5320d3705df565ddd45813cac322b47fa1c5a0a6eb04eba761721b5661c6f4"},{"version":"3d4d07b9883921d0e23a9d7d5e24222996cc49006e4b55ce35b8656ca86f7df0","signature":"fc8376d3fe20546feb9ef6d755e9bae055af8139e1c1c15db1cc6601270dedb7"},{"version":"f28abc0711a21cb58cdd2881a1d8f10e60d882e0fe6244e747f42e13d8fd0097","signature":"2228ba640f929a3e43e06a84a8ff0b8e64f783dc07951936055c6b283de338cf"},{"version":"59077dcb40ed0dc42eaa77c12a28b0999e5844b63ab60f2a672fe5ac48fad52f","signature":"10086044b6cced9beec6f247668ee5c16c94a7b9daa7f54553f1d89a2a65120f"},{"version":"731b69d00f2379003198ec0fecbb9689500eb5605d9c7d48e8888e35ecdcb6cb","signature":"4af4b9210fa87b9e2c4abd76fc2ceff39ae66a4f94b783645622b578d750973d"},{"version":"ab316c439a6716ccc76bc4df4df456b531634ed9f477fc755c8614def6ec1079","signature":"395b964ecb48e6d5c1bf00e953263cd70778306209febda468421e8b813e1f3b"},{"version":"e0d2a1585a1a3b648601a86fc130e67a33180af3cb91ff9e22093a34d626b7e8","signature":"75243e2b1f28915b5cbc12bcef226245d4fee96ac702d567c4315333db565bdf"},{"version":"4799951d57e1ddd23d8110733e81b60b70d6a7f816d0585f59a3fa1bbdfa8d3b","signature":"d433d77c5b370da2c9132e8f802b40b069b1daf0b743c078644f983fac775280"},{"version":"5b521c7a7f41c02f2d5c27546073d2def435953432cd38222d116550bb7fb181","signature":"903693423e98c728855cb8e13da8db3ca5e29b7ea7e4b947621cacb36adefcdc"},{"version":"51d1951833eeaf671cd62aa8a94480721b09de829a677e491edbc9e7af196587","signature":"eb301633c1e7e2bdd37772203df3ee163ebdb08ed03ef07c68612bfaf3510602"},{"version":"c11b319aaf02ca18993e19961e71f201147072cdddc84ab78c709d6c8d762517","signature":"bbe5b999b8b232faccdc54b60ddb3ad5ef51109c5bb257449b610a9741df14af"},{"version":"1419b4efefd7b18270b697cf050a17fcfc976fe6f68b7b6b2aa1b758debc7eaa","signature":"dd5a2de32b8674dfddb04ce70e166f59f02ba0029709abf7ba5c9361a396aa31"},{"version":"b51aaeb0e6358886b7e3e96c303211f4c6b7bea3e03e18b7bf563be1968d0efd","signature":"c7bda8c46e09535176dbe01b81d4d407f498fa4109a8c48a9c1c1edf42bd85df"},{"version":"c07fbc81f38dc2bf3a8f7b7c51438ee4dd71a01bdfcb77750492a75bd62ad966","signature":"36718d953379779ec0af73083cbed2bf1b12843507fcfed1e0a61328eb257d93"},{"version":"8f46eca3026f1e3fcb588e6f681b4b9506067a4769ada8f3026174640943448e","signature":"4b839313e7e2a5773dc42578f931abc5891ad340737d3eb832c783211ab6cd9c"},{"version":"211730935f602427523651408c3da68e678327f7c9da4242b5ff1b3c6df85ef4","signature":"7e4cffde4f0641cbcade8dd33762862c14217241db66aaec5ca5d7c378b51818"},{"version":"1e3822f02824847006f7f7bab92dc10a7777a9eb9d21dda8bfe9cd3d3dec3fec","signature":"df5b2d531c6e2541767b8c635b604cee93fecbcf1b63efad171030ee23727e2c"},{"version":"a65f06cdf2e6cd6397ed8d5d6c07895d1f2a53ac15a0c8cb296015a0bb47c6c7","signature":"9c171472688d00504d544d12ffe034d9f525cba1f07151ed0b0d26723a1748cb"},{"version":"3a81b40a74dba527b65561d25eedda261297de5734ff819602140e326c4c7a0a","signature":"0f302d3049d9d001899c4fa6cd437d6c6c07d5671719a2430d25342d297295b3"},{"version":"0021cac0b1f36ff7f56792c12516c075475725594212bd7b29b9506eb1897542","signature":"01e7aa8b927a84c1703dccb9e6abb95d2b28927bda49cbdc593fbf35ec473864"},{"version":"253705c16e109e89924ba31aaae3591d285ee1b6154245dfca7f809a62c6aab5","signature":"7684325d826abc8f9fa1f2ccac1ed1ebe7db82d1cc59475d8149aa17bdd2050b"},{"version":"9d4d17fa8155e6f835a48dc8515187f84f0e245b2193ab3799e626390150ce84","signature":"b0f04fbdf1789a516f7de8ab838ae864f7cd44eacc473b8e681eb18631e3b32a"},{"version":"543fa9da43d15e37a2330df9b7553a3f295429c84ad4b5e6560e5a2abbfc7167","signature":"e848b985023a13bcb2db5aa7a7e525331b71e370a5a1215e4e9e5910916cff71"},{"version":"d2e7596b393e93d03c723bdf7f372b7264e81e4bb976ab765d1ee80b623aa681","signature":"aec34fbc98806a18756fb8a6fc1762913658484120c0fbdb409753df75cfee86"},{"version":"97a8a3cdaf5aa9016330cc55be4dc158ce00079c027d5138a80dc8da3406796d","signature":"3c76dd85f9f5fe6cf17d6297be0b463d6ccf42698c68b6f6efa81932e06094d3"},{"version":"b950acaa5a2ed7b8c9945ce12a436dc0749d7c4c145c782ede2dc72ff31120e8","signature":"02359d4b5e4fa8fc98f5178740245fc428fb1a0ba36b011e4b4eb0117f6390f5"},{"version":"26a8b199c55e6d3c7dd6b7b077ca346547a49a04b1224f568a3c64c0126bdc5d","signature":"237caca32b30b5714154e64f4324d685d39546d7a8b7ca2cf800581fb68f239a"},{"version":"643ad7c04b908dd679d04b76c28d1ccb7765d6dfd649a75685dde468d6c7566b","signature":"70d0918531aa2e136dc1e9d3ff35bfbe5a35fd3017c17024e5b65f4133cdbdfe"},{"version":"714e3a386a66862bfe752e3119e7fb2f7ef6412fd2429daa99363a17fc4195f2","signature":"264a8f86a724dac41f58effeb19e589d3c0be428b2919c1b003222ebc1a1f956"},{"version":"d176197ec8982cc6bb17b5817464583e548546ef7afc7f4d81ff36d3d42449ca","signature":"6096e5b98282a2cd85d9539a29c7bc075bafb1c06673929f429e8ca759db75c7"},{"version":"e82e9f5a713e36d12241dfea221e100424ffe0664e71a29b0b2d1d636b74d37e","signature":"9fd600deb49e3d687e1baef0a19c1a3400399d030276cbeb7cec6c7c3401332d"},{"version":"1f5eead86b0a53e4a3ed4d2b9d703950e7a0d9dea06318073b016b6078b1ec72","signature":"e9087a12f6d7c94c57b1b27a83e2a5d4bb09efa3c13e2253511287e5c40514d4"},{"version":"10a6bb1644e3d996d298a26fdf5c68110a8350019064a517b129046ef9bdf0af","signature":"05ce4f6db5ed235609c8f10c1faf80f93f9a460f16a1eb4c81ef51947b7e04cb"},{"version":"885e0c5e8b2cdd5b445cd358dc6c33756cb60b36187777bd9d20ab0dcaedcf25","signature":"366284b1fdecfdce212fe08151e53562a204efee8a38c1b6627c9ab91332a1f7"},{"version":"eb8b3e55b70b4a8cd5f88561ebd35942764dae0d8240ced45a2e8b66ec023164","signature":"a177280ef320edb8005b2833b0720a772b8128a682b5a4023740feddb9fab658"},{"version":"84d24ad377fde7c22e8afea84e0bd5b6e90af7c5dd2a56798e1dc0e1ec356215","signature":"8b59824815b8b17242a5b5f18d5418a5dcf165286fef398033c17c9984fefd6e"},{"version":"d4b3790d3144641eeb48e23b0f65589ed40ed4eb429b76f82a93f14b2654d9b7","signature":"f5707aa1ecfcba04604f5e81bb517f616702dbb6c7a6db9fbd578fdbfb644894"},{"version":"c981d017a4eaf951707634031e72e974b72e21515a40d9df1696ab36569329b1","signature":"f8d67a0bb211531be0d7039d220563c70030dc6c2c8e852ed61e8951b323c8a6"},{"version":"c8f2ef6b4b9efab26dfed03b0f1669ed5ea46bf70dbf38734d5682d634b32083","signature":"9d66a7c8ec396a7d0c43e52ec5bd385f794c06ae23e06f89ffa83830425e3425"},{"version":"85e0b515ba7e4d7f930cf6792fff8ed56157a49434b844b7b9475c4da9dc61e4","signature":"0348980f9ed2a2c255ee0ab80b189123fad59a6170d51ab0e5b708f2d0baf24e"},{"version":"11eccfba8c0d92a01e924751afb403c389f30b59d32ac9edda671ae0eced7552","signature":"6aff2903eaf9eb6ae3fd70271cd6f9de3dfa866e6c6d4218fca0148580dede01"},{"version":"2146640a4a191c9cc38b770f3c80f4d31190ef03d7bd2cbbcb17ce8529873635","signature":"d71437631db495775d161be09c476be4f0cb8f55ed49ed8b71944ca03526dbe1"},{"version":"4590540774c5174e448e03cbd65bef173314051f0f322c839f8a9695ea249e1f","signature":"949e88b9702c3f9d6c8bdfa3cfd816edbf9312795045844d0a1bdd6a88575d9b"},{"version":"e3bf8e796339041f78675b86ad02f4ddb5950cd24d98abb68beed70bd8c21a0a","signature":"cea4e3bbd3acd18b40889336f16bddbe1ad071c6d2c72a06e60e432d28b45089"},{"version":"81d0c263a0ead61b53e86f03e3378f51a5f11a34b4d87cc4b796c9aa22ef976f","signature":"56083f0d0a89f5e608edd081d8cd21077add2d4de41b6dfadfef053674168cf8"},{"version":"82a4248c745108f9a994e25eb96a4c27f8fcd096da36ee79da7653b677034968","signature":"06dddf895bea8971788ecb957cf50d212383434481da0c582c59b60ad3211a4d"},{"version":"24246529920847749073f4a5ca4c892af530ef1e3e2fb6d243556319d3d1726e","signature":"12e731d8ab5abc8abc8f4b929f19bd7458beaa51f072bfdf83f8e681fab80e4d"},{"version":"a63571407d84650fed9f4c887750ca4cbb7e27950234f7e3a8d552f1d5b3901d","signature":"f7bdef1292db491a1f2e94de9705c18639cc464637196cda7d03faabb2a7b7bb"},{"version":"33847b5fa975d63c717cd961b382636095b7119be7ca83a112ab8d022f141d95","signature":"6ef046d4598fbed060c01622fd3f7902de9678fdfa44bfa15067e6190a8f69f5"},{"version":"4ec647042af43c6dd5f4227064cc6804059a534b6d0401da557c824183ac9eaf","signature":"14013a09ed776f83f2ea7ca957282c1a8bdddc7d214052fb4fab7e9f60e3a410"},{"version":"dfb3135458687b56e6e7fe27f89f854510aff0b05f424c4f900692a0d2952f5e","signature":"ddee4e05a6ac9ce301cecea73781055bfb66e9784b7bf75a939449f2890c405e"},{"version":"20c9c846302a55086660af82b5d6dc182252ae77ea1478b41729a78136898ec5","signature":"e28300c76e4aad43c30aeec639564df4a5201434a16d79b912e66e34d5cf9324"},{"version":"4b7dc9b691b8be4f7f065e31317213104e1a888ec53c68f319cc924b04417340","signature":"4a7069995384a626238d3db44de6017d0889ac58503bcf17a05e875822ef5bf8"},{"version":"a5cdb91591672e4f8a404ea6992ae4023b6e3259120521febe6f10fe8b641dd3","signature":"8f6bcc0c4a6885f1a3e6328c5643f8629ac76da63ef51f85204aaaa147668d6b"},{"version":"7827d1908f32eca4ccdd1a004c40331caccd792a03ff5d582a857d3c560f8bff","signature":"11bb6bb96fdab90350bc59490d14b0ff0cef6e202dc87643d3b1b24b55aa2df7"},{"version":"e114faae246053408dcbda73ae5e109086757b163f28cddf0c32f24447663554","signature":"19f97770950abdcc3b7726c5ffdbee9616562d1754d24c1abcf723467357c565"},{"version":"65742a632b87e8620aa06a7552e595c62cabb661c8717c53df63773423505830","signature":"95a48e2873a3656aec6c88ef95cb240bdc512353e8904ad03915d7e87ea82693"},{"version":"41f743fd53fdaf0a60a2beaa322a217bea47120367db24feb68fa9c8eb043e73","signature":"0ebb37a743eeda8bbbd00e88b265af4fc98345301a03a921d5b7984abd5fb2a9"},{"version":"c54e5d735fb008f08c7e30a6480c16bc1e6d28ea96e52f0bddb305f1653b5245","signature":"f449f6a183632bb76db909ed1462ea869dea687f9e94ee1f9f1a5e583aa085e1"},{"version":"f3117794f5bc50c396c20a7c67941c45b6df666641f7f47d08dac0474aa8ed4a","signature":"5af6bc8dc48ac9b25de92d8e53c188507d0bdabde3e98e6b05805a05ba032848"},{"version":"39bb2e4020d34e94fbe4624b267dda18d1a568eab4169f286a1f3badec07d372","signature":"2952d6bc6a218b0f6845e2e1f2812f6930ba0987e037e13ad2e1c9c3e2e88fdb"},{"version":"c4a7c6f2bea9328302103315450f20bf23e81add91dccb253f313985e77e479f","signature":"635236884199aca76574dd2101b50568935227230d11c04223ab318bcb335bfb"},{"version":"73e493160efbc4396eb8844ddbf6c1aa05d1f65e62b0603f4d2b3dfa89bcf8de","signature":"026a54df401eba73d5c535053ab4c2539b8554c1d2ccab0fe04e3e7a603ead03"},{"version":"926b7ca37515f62b19f79fa709eacc1dd3d49b5b0d6d110f53e58d5068ff71aa","signature":"bab91c0c2b646cc21b9ec3bf1fced80eb5d8487118e6709095a2b31e6a7f0909"},{"version":"d9459ddef698c0872118e38f7c155d4a03b73f34c919a37123d0a611f7c081ae","signature":"0394395305ee2a3d9a0682155783206d80a7a07dd30d781a2c33124a4f77b7b3"},{"version":"54cbc2496f1a2e18ad67dae199bbb31f34a3f06ae6469e15db719dd3da383732","signature":"d157cc33bc1125d5a0a6a5ce648fc527e9b8f6e9555cb2800b4d268b54b94477"},{"version":"424ad32f4e111cdc190f77ffcbd5822b682261e57dd16b67fb7216130fa8286d","signature":"95f8ed11c0ea7eb6e5c6deec10cd7b84fb8dd1a687f339b268d385b5447b2f1d"},{"version":"6fd0d8684386d1959eea7795e70135248d26d21034faf37192f84d52a9de8001","signature":"d5b60e11fa838e1b9d4a26c918822ad06fc1f5601ceb9bfe8e5d4246542de6b8"},{"version":"0ae4d6d03f1b3bb33eade8f8624e92bac97a92447d91e8df4bd14b92285e34f8","signature":"71c2ed4f4eb08d663bb41c2ed5fdd3d1409e9234acf6f802093af0893edbe07e"},{"version":"1200bdc3ee30d5f5a47c5fefd3e0085fd4ff3e9c39a3dfcbb3296ee277895967","signature":"53316f2481e6703adda8f465f944864de7c0e1066bbdf535c4729fb3a413ceb5"},{"version":"8f18ad1259e68efeb369d8b077c8362b285428a1b9e5cedd050fe385d25c2c73","signature":"c6b94cbc7241fec02cc813bf277af541cd33006f4e4aff7c297f374f8865fc9b"},{"version":"5f9dc475bf4ca694514992e7e35005c0456495360c0e624987e39a719dc57224","signature":"7427a9d21cddc20129a81bd45749e63d44b2968542daf722596d13469592999d"},{"version":"c2111e407ea82d52f3193e83dfa2363120c116625ce4657fc0627bceba5ef0d5","signature":"9dbbeec20eb90f5a05c2d6c38b9970d956c6855c4a1caebdf2e85bd58277e3f4"},{"version":"166b7a169fbac79fc4cf76edf17fda5262df709cfeb456a2bd412e0ebead6abf","signature":"c5c7c04f588fba43ab06d293425d5e279bce6443fc9e32202fdb99bdede8f561"},{"version":"1b7c1b8e2c754745fcc133993734189dab704eaacf77c101e8a150ea527f5be6","signature":"f18e3bebf0f4aaadcb4c800a2078f9eb2fd2182d22674c850bf4f01448d22495"},{"version":"9e372e17e84093d1c9dc03a90a200a8387049160d91339bad9e5c13d071b034c","signature":"ff8b7b0e677b6b6b138f12a91224e048c40ed3d2f1afec803b5a930c61397bd7"},{"version":"385cd4b92438e2a04dd4e66de761cf1380507e081deee6dc27173d84a6363134","signature":"d42d03c631443fb3977d9fc03227630d861ecc3fb3fe89fc140184efe3b2ad03"},{"version":"476e82e95647c362f65e7a09502355032c1b718622a324c605075611e83999a9","signature":"605a00d431b7c7eca1a0aa5c9c7f883938787917a02885f30e5e6a6201466292"},{"version":"bbb03555d2149a918f09edf9d9dee2172ef7787182ce111abd0af2b1701c6744","signature":"d4a3792dd0b43793859d5372daee108e731083b030cd2e6abfde09617ac6d1bc"},{"version":"3eea3440ddd9c41536be19c71d549d69d44fc0303860f73cddbd11e52789fd1f","signature":"8931617efa5e6650f23c6e0fbaa75659cef4e2f62decfc00786dc531c8428d47"},{"version":"9c13fc050ecf216711378e9374c85fe404980cebad36e1db84a79ae977356990","signature":"e82dd0da8a44c6ac9a34d9fcae78e4ea2b63dec31cf0ddfce8b0320d3f251f1c"},{"version":"5b67ebd20383ce01da9e3299802306b8945665827e8ad5c4f75c4cfa1f57c1b5","signature":"caa41b337c7cc185aa00e0093f0e4dd13638dd0028eaef902d6b479493232dfb"},{"version":"87b39721d9ec572afe50d3968c647c15cd57fb60a479ca00a2858a936ea10810","signature":"5d53d0b627fe99cc3b746b34539595e49f82c5d69ca7177aacebcb9aa41e2118"},{"version":"0ba7632e053fd00f656a4f3d18c45f8f94670c646e68688ffab2790545fa752d","signature":"01fb3a3eb180c12fbb7a93aaae571fedb0d359155aa8377b47a9ced0cdad9781"},{"version":"1e6d6b6a22e37bbff0cc5363e1160661e0190f40bfb130c264651616e1c3eeca","signature":"b4488199a20a3c0bdd510c57b62310d24347f34bae76fd74176ad703903a0546"},{"version":"c751a27a2fa586a42466427c72aa41709f2b4fd19273844e3063f1faa08d6cea","signature":"b5523f62c7b8e87f852c5efb076e7d078a116f194a66be27f41de265721f529c"},{"version":"151a6656cd314d45511f505574ad0b04e842df418653ec39608a7c6956d00943","signature":"6d3021dd95d9fdbd5458bb826c8f49964f7268d6e23b659978b34863c534541a"},{"version":"6b9fca93bc6ec3042a7b6588c9f5c6789ef857ceda2016824f449cc88b814e90","signature":"5c891a44dc7286eeae4ecc4f5e8dfa5b80bf53d48f20c0c85403745c37df4f7f"},{"version":"5b50b0a9c421cfc4e4573da9edd3b6a3dd243938600f5311ca0b1f30cb18da2f","signature":"44258b31816b56083af4301ffd83a5a7c3bbed61e76b1d69bb0b102f175a433e"},{"version":"ad4f18248910ee01c85763a9a8734c8573f4517fa9492a8922ec5b397bb3c51b","signature":"0872e061364296e8a12b3a315b0d2c03a9bf0260944b7d9ecb500ebb711672c2"},{"version":"1ea1422ff132f5b79ba83a6f8bbf23571070420d75b709c3b6f935e094ee7cc8","signature":"1c418d720cfe91d690e03d5ecf608cbddc59c3aa8393d8d5e4142b94d1c337f2"},{"version":"dbf69d437963c3aafba65031931131f90789009a94f16f0fca0d7af4cab9c183","signature":"2b5e4aa4ea473b9358507dbb01ffcc8816a0c27df407b0f57af69ebf91dd495e"},{"version":"4f28c696aca0cbfbe7fe3620c80ebad51b11431a34d902f05639ec4b8c176bf1","signature":"2cd3c5cd4de290f5ca6939ea0430c01a95e6be815bee53b24fe72044ea8247f8"},{"version":"659c1c14cd84ad700a75191e29fd34beff6b7a10d71fc9ac061c31be6da0e985","signature":"4590e28d6f22b4639d8ddd83a520a9fdd359bf9b9c974447d7d41da31778119d"},{"version":"6a6dad73b8d60a1b8c22c8219bc5e4169c3be1ae6b1f68daabc94fc3e0ed0c3f","signature":"2f363ce59b51c4ff45049abf494d8bb3ac275ab7dec06d84869ffe86d43ba67a"},{"version":"875d3f0d28493eb3115f24fd672bdcc0cd641b6c6b2991d3f7859d599f769ddf","signature":"faed91ac8f44ba9c850dbd516ffbadbf09b0c39f5f5eb2b5d16a28bd07bb135c"},{"version":"e68bc91a625e20d7e93488d10af8ad3b4baa0030766220188d539e370338140b","signature":"476453d4369bd63d07afe0119abaff64f85cd74562b88fa2567a7abf2bc038da"},{"version":"a66b0bb30b5583e69b73364b4298c93f915d2cb31999b31c35a2e4b7f58ad5b2","signature":"451d627d64c4615567757c6890ae85794132a53e779d7c43cf526539eda076d2"},{"version":"cd80cf38d6e4dfec736310a0af616b3c7cfb826552dbf845d8d5ad1520340439","signature":"1d269526bed15c2e605274a0791588554a6e3368efb560c9c2811fcf8506ec6e"},{"version":"3c6c78a7d7276b2cf12f5a6274d51a9d965c772183c30d5b45fed07b2678de69","signature":"be4d544b4173e50a74459c7e5eaab67cf9411fb50f011defbe23f335babbdb3c"},{"version":"4f92558543832553edc66cae8b57d0a7efdd9ab7eacb970495e6e95c25874b29","signature":"a46c4b0cd524195a92d3e405151d4e79366c2eec1c796c4fcf48a0e87ece3d16"},{"version":"dc5ecd6b359a4b5940ef79914cde9e3c4b32200c6b42ceaab812349217dd1303","signature":"434719391691678fb616b76a29e31a2d230aca062cc26b8e73c095f9330da366"},{"version":"344605b15ee3c3b2a321d915261664b58113319590779974d76067f0c291ab32","signature":"ea8506c989feaa93b37a2826ea4b99714e345fbcc5d95689c95e45843f161aa8"},{"version":"a1cb0aa873a5df9fd7e4103708f75836bcc3591c961cbdea835c8c0c4d327990","signature":"dabf9dd75ee342f062f3592c6e32b2529cbbeeb7d28b6ba3e24375f99bda4474"},{"version":"54e7eb068874d37fafbff6e402beb2cbdb9e2042250a848f7a6dff3cad3774ca","signature":"8c7969f2e13f766fbc096d9c752d0a47ef6facd78229d396db9a475d2bbd117d"},{"version":"ebaf1bef50b2e013b844fba90cfb7f405d89cb1e667dd0708268032c9ef3ecc4","signature":"ea10cadd8f860e68f3e1f3a3134b2dbc71c3d586ca22e27694d439f9b018bc25"},{"version":"d7edc10d35d3794a22081e5f61c51791f04a56d65c451e6f5294c138a6bef33f","signature":"ad9b1ad8a3ff1b34d9fb1cbf0e5af5f1718567055e17a33f4c81845e53d66be0"},"67633388f50fe010a7b4d892721437d0fac88a282ef46217137d263a8a6651ed","cc957354aa3c94c9961ebf46282cfde1e81d107fc5785a61f62c67f1dd3ac2eb","a46a2e69d12afe63876ec1e58d70e5dbee6d3e74132f4468f570c3d69f809f1c","93de1c6dab503f053efe8d304cb522bb3a89feab8c98f307a674a4fae04773e9","fc72135da24040641388fb5f2c2a7a99aa5b962c0fa125bd96fabeec63dd2e63","5426e62886b7be7806312d31a00e8f7dccd6fe63ba9bbefe99ee2eab29cc48a3","6a9c5127096b35264eb7cd21b2417bfc1d42cceca9ba4ce2bb0c3410b7816042","78828b06c0d3b586954015e9ebde5480b009e166c71244763bda328ec0920f41","9122ed7070e054b73ebab37c2373a196def2d90e7d1a9a7fcd9d46b0e51fae78","a69c09dbea52352f479d3e7ac949fde3d17b195abe90b045d619f747b38d6d1a",{"version":"77f0b5c6a193a699c9f7d7fb0578e64e562d271afa740783665d2a827104a873","affectsGlobalScope":true},"21a167fec8f933752fb8157f06d28fab6817af3ad9b0bdb1908a10762391eab9",{"version":"3e4624c306340ad303cc536a07004e81336c3f088308a9e4a9f4c957a3cda2fd","affectsGlobalScope":true},"0c0cee62cb619aed81133b904f644515ba3064487002a7da83fd8aa07b1b4abd","5a94487653355b56018122d92392beb2e5f4a6c63ba5cef83bbe1c99775ef713",{"version":"d5135ad93b33adcce80b18f8065087934cdc1730d63db58562edcf017e1aad9b","affectsGlobalScope":true},"82408ed3e959ddc60d3e9904481b5a8dc16469928257af22a3f7d1a3bc7fd8c4","34ec1daf3566f26c43dbab380af0de1aac29166e57e4f9ef379a2f154e0cb290","bb9c4ffa5e6290c6980b63c815cdd1625876dadb2efaf77edbe82984be93e55e","75ecef44f126e2ae018b4abbd85b6e8a2e2ba1638ebec56cc64274643ce3567b","f30bb836526d930a74593f7b0f5c1c46d10856415a8f69e5e2fc3db80371e362","14b5aa23c5d0ae1907bc696ac7b6915d88f7d85799cc0dc2dcf98fbce2c5a67c","5c439dafdc09abe4d6c260a96b822fa0ba5be7203c71a63ab1f1423cd9e838ea",{"version":"249a2b90439cdfd51709539fbfa4dfe0791cbae6efce1e9b327ba8f8cd703f49","affectsGlobalScope":true},"2f60ac046e587e917d739f1edc77540eb0ec34f83090dae4ebd5f96c1c9578d4","a9b6b0f7b1e30359283b131ba6d1c51ee2d3601a2f12e1623141e6a1a60c92a5","aeee0090b38de0dd47ca9a79ad5c2d156e3e09d92306719b0b45a3e96098e564","7bac475dcdd9f7e4e9da934d32c305bc889c4ce3c8ac0ef45a93a8d670fff607","09416dd69576b03a3f485adf329a02f043e4a481e060ef5b208194e488d31fd9","8acf99b1c8682276a63ea5bb68433782715892726b97e4604a415e4e56bce41c",{"version":"e8b18c6385ff784228a6f369694fcf1a6b475355ba89090a88de13587a9391d5","affectsGlobalScope":true},"3b145a2351f5cf16abf999c8d5f4481c74dffdc54ec1e9a89992e2622e1226c5","a907bf91df26df2400858ef75f749498fb5cf00062bf90a737ac3949cc07978d","d270fd4b565eda11a0a737c181892316b7a1ace06c7988d0246219c3df11db06","4275d5f964e7fc7afc18538e26b3748c207dd772998346d17f409749aa1f3a63",{"version":"59a638a504490fecaacf0020b9814b6abee37edb66047eb1ab9f7c2274bf1da0","affectsGlobalScope":true},"5153a2fd150e46ce57bb3f8db1318d33f6ad3261ed70ceeff92281c0608c74a3","d1a78a3c5708807e8de3e399f91df4797c62e44b02195eefc2209b2e713e54ee","8c4c1a64db28930732033c31418f817dcb9d09d706766707ae6d38f23faf0c53","25846d43937c672bab7e8195f3d881f93495df712ee901860effc109918938cc","d4fc97ea27a8226c5429b73efe7f0d9d78c0269e2995f6dba8bac64fc1b132dc","1b952304137851e45bc009785de89ada562d9376177c97e37702e39e60c2f1ff",{"version":"806ef4cac3b3d9fa4a48d849c8e084d7c72fcd7b16d76e06049a9ed742ff79c0","affectsGlobalScope":true},"44b8b584a338b190a59f4f6929d072431950c7bd92ec2694821c11bce180c8a5","23b89798789dffbd437c0c423f5d02d11f9736aea73d6abf16db4f812ff36eda","29d613c3964ea75b2b4e0d17098245c34529282e9cc72b7e4eeb2a7b12c27cb7",{"version":"970a90f76d4d219ad60819d61f5994514087ba94c985647a3474a5a3d12714ed","affectsGlobalScope":true},"664d8f2d59164f2e08c543981453893bc7e003e4dfd29651ce09db13e9457980","a381f079c4804442f179d742fdb2e495fe28d67a47cac673485f75ae2e77aeca","3c13ef48634e7b5012fcf7e8fce7496352c2d779a7201389ca96a2a81ee4314d","5d0a25ec910fa36595f85a67ac992d7a53dd4064a1ba6aea1c9f14ab73a023f2",{"version":"bfe39beb986d2a2e512c091cbe924f1c415bc65de54de0e2f6a0dc6f84c183d9","affectsGlobalScope":true},"2af17363f8a062e3a8cd1b26030af0058b3f86e783f4fc6aa9f57247f240ebaa","06d7c42d256f0ce6afe1b2b6cfbc97ab391f29dadb00dd0ae8e8f23f5bc916c3","dfe08140492cdc135fb7fd9c4a652c05207b61a436906079b87da1d3111314bf","e59a892d87e72733e2a9ca21611b9beb52977be2696c7ba4b216cbbb9a48f5aa","089e1f8603cbc35ab977c8dcc662eb754b82fca32ed1dfb16bd682726c2d5432","8a300fa9b698845a1f9c41ecbe2c5966634582a8e2020d51abcace9b55aa959e",{"version":"ab9b9a36e5284fd8d3bf2f7d5fcbc60052f25f27e4d20954782099282c60d23e","affectsGlobalScope":true},"82fc37849846a3a0264047621d5beb6ce2ddeb2f83bdee2c79523af3c3282d97","3ebae8c00411116a66fca65b08228ea0cf0b72724701f9b854442100aab55aba","8b06ac3faeacb8484d84ddb44571d8f410697f98d7bfa86c0fda60373a9f5215","7eb06594824ada538b1d8b48c3925a83e7db792f47a081a62cf3e5c4e23cf0ee","f5638f7c2f12a9a1a57b5c41b3c1ea7db3876c003bab68e6a57afd6bcc169af0","0d14fa22c41fdc7277e6f71473b20ebc07f40f00e38875142335d5b63cdfc9d2","d982cdd2610155b3cbcbfa62ccabcf2d2b739f821518ef113348d160ef0010d9","ffcc5500e77223169833fc6eb59b3a507944a1f89574e0a1276b0ea7fc22c4a4","22f13de9e2fe5f0f4724797abd3d34a1cdd6e47ef81fc4933fea3b8bf4ad524b","e3ba509d3dce019b3190ceb2f3fc88e2610ab717122dabd91a9efaa37804040d","cda0cb09b995489b7f4c57f168cd31b83dcbaa7aad49612734fb3c9c73f6e4f2",{"version":"1de1ad6a1929317171d8cfcd55bb2732257680c1bf89bcd53e1d46a4d8dbda22","affectsGlobalScope":true},"f3e604694b624fa3f83f6684185452992088f5efb2cf136b62474aa106d6f1b6","675e702f2032766a91eeadee64f51014c64688525da99dccd8178f0c599f13a8","fe4a2042d087990ebfc7dc0142d5aaf5a152e4baea86b45f283f103ec1e871ea","d70c026dd2eeaa974f430ea229230a1897fdb897dc74659deebe2afd4feeb08f","187119ff4f9553676a884e296089e131e8cc01691c546273b1d0089c3533ce42","febf0b2de54781102b00f61653b21377390a048fbf5262718c91860d11ff34a6","ca59fe42b81228a317812e95a2e72ccc8c7f1911b5f0c2a032adf41a0161ec5d","9364c7566b0be2f7b70ff5285eb34686f83ccb01bda529b82d23b2a844653bfb","00baffbe8a2f2e4875367479489b5d43b5fc1429ecb4a4cc98cfc3009095f52a","ae9930989ed57478eb03b9b80ad3efa7a3eacdfeff0f78ecf7894c4963a64f93","3c92b6dfd43cc1c2485d9eba5ff0b74a19bb8725b692773ef1d66dac48cda4bd","3e59f00ab03c33717b3130066d4debb272da90eeded4935ff0604c2bc25a5cae","df996e25faa505f85aeb294d15ebe61b399cf1d1e49959cdfaf2cc0815c203f9",{"version":"f2eff8704452659641164876c1ef0df4174659ce7311b0665798ea3f556fa9ad","affectsGlobalScope":true},"8841e2aa774b89bd23302dede20663306dc1b9902431ac64b24be8b8d0e3f649","209e814e8e71aec74f69686a9506dd7610b97ab59dcee9446266446f72a76d05","6fa0008bf91a4cc9c8963bace4bba0bd6865cbfa29c3e3ccc461155660fb113a","2b8264b2fefd7367e0f20e2c04eed5d3038831fe00f5efbc110ff0131aab899b","f1d8b21cdf08726021c8cce0cd6159486236cf1d633eeabbc435b5b2e5869c2e","199f9ead0daf25ae4c5632e3d1f42570af59685294a38123eef457407e13f365","b0d10e46cfe3f6c476b69af02eaa38e4ccc7430221ce3109ae84bb9fb8282298","89911b8c6c9ec349bc2b1b8d5d475e6fcc1e6b3a97ae958937b625f15d735c3d","70e9a18da08294f75bf23e46c7d69e67634c0765d355887b9b41f0d959e1426e","105b9a2234dcb06ae922f2cd8297201136d416503ff7d16c72bfc8791e9895c1"],"options":{"declaration":true,"esModuleInterop":true,"module":5,"outDir":"./esm","rootDir":"../src","skipLibCheck":true,"strict":true,"target":4},"fileIdsList":[[166,218],[218],[218,231],[166,167,168,169,170,218],[166,168,218],[172,218],[190,218,225],[218,227],[218,228],[218,233,235],[218,238,240,241,242,243,244,245,246,247,248,249,250],[218,238,239,241,242,243,244,245,246,247,248,249,250],[218,239,240,241,242,243,244,245,246,247,248,249,250],[218,238,239,240,242,243,244,245,246,247,248,249,250],[218,238,239,240,241,243,244,245,246,247,248,249,250],[218,238,239,240,241,242,244,245,246,247,248,249,250],[218,238,239,240,241,242,243,245,246,247,248,249,250],[218,238,239,240,241,242,243,244,246,247,248,249,250],[218,238,239,240,241,242,243,244,245,247,248,249,250],[218,238,239,240,241,242,243,244,245,246,248,249,250],[218,238,239,240,241,242,243,244,245,246,247,249,250],[218,238,239,240,241,242,243,244,245,246,247,248,250],[218,238,239,240,241,242,243,244,245,246,247,248,249],[174,218],[177,218],[178,183,218],[179,189,190,197,206,217,218],[179,180,189,197,218],[181,218],[182,183,190,198,218],[183,206,214,218],[184,186,189,197,218],[185,218],[186,187,218],[188,189,218],[189,218],[189,190,191,206,217,218],[189,190,191,206,209,218],[218,222],[192,197,206,217,218],[189,190,192,193,197,206,214,217,218],[192,194,206,214,217,218],[174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224],[189,195,218],[196,217,218],[186,189,197,206,218],[198,218],[199,218],[177,200,218],[201,216,218,222],[202,218],[203,218],[189,204,218],[204,205,218,220],[189,206,207,208,209,218],[206,208,218],[206,207,218],[209,218],[210,218],[189,212,213,218],[212,213,218],[183,197,206,214,218],[215,218],[197,216,218],[178,192,203,217,218],[183,218],[206,218,219],[218,220],[218,221],[178,183,189,191,200,206,217,218,220,222],[206,218,223],[218,259],[218,233],[218,230,234],[52,218],[218,232],[59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,163,218],[46,47,48,49,50,192,194,218],[47,48,50,57,162,164,218],[162,164,218],[47,48,56,57,58,160,218],[46,218],[50,52,53,54,162,218],[50,162,218],[48,49,50,51,55,56,161,164,218],[56,128,162,218],[56,162,218],[56,74,141,162,218],[56,73,110,162,218],[56,60,61,64,66,68,97,98,99,104,105,110,111,112,115,116,117,119,120,122,123,124,127,128,129,130,136,137,139,140,141,162,218],[56,107,108,110,162,218],[56,136,138,140,162,218],[56,140,162,218],[56,138,162,163,218],[56,75,141,162,218],[56,124,126,138,140,162,218],[56,106,109,110,162,218],[56,138,140,162,218],[56,76,141,162,218],[56,86,87,88,90,92,94,96,162,218],[56,105,138,162,218],[56,89,162,218],[56,71,105,162,163,218],[56,105,138,140,162,218],[56,71,105,162,218],[56,74,75,76,77,78,79,80,81,105,162,218],[56,68,71,72,82,83,85,104,110,138,162,218],[56,115,122,138,162,218],[56,69,162,218],[56,69,70,162,218],[56,77,141,162,218],[56,73,82,110,162,218],[56,89,91,93,95,138,140,162,218],[56,89,91,93,95,124,126,138,140,162,218],[56,71,97,138,140,162,218],[56,71,162,218],[56,71,105,124,140,162,218],[56,65,67,138,162,218],[56,66,122,162,218],[56,78,141,162,218],[56,99,102,162,218],[56,59,90,92,94,96,98,100,101,110,120,121,124,127,141,162,218],[56,141,162,218],[56,133,136,138,140,162,218],[56,61,66,68,137,138,139,162,218],[56,86,87,90,92,94,96,162,218],[56,71,85,110,162,218],[56,71,84,105,110,140,162,218],[56,71,74,75,76,77,78,79,80,81,82,84,85,102,105,106,107,108,109,120,124,127,138,140,141,162,163,218],[56,119,122,138,162,218],[56,101,119,162,218],[56,71,117,118,120,138,162,218],[56,73,138,140,162,218],[56,79,141,162,218],[56,64,138,162,218],[56,61,62,63,124,138,162,218],[56,71,107,110,162,218],[56,102,104,162,218],[56,71,103,105,110,122,138,162,163,218],[56,60,71,101,110,112,115,116,119,121,122,138,162,163,218],[56,124,138,162,218],[56,115,138,162,218],[56,60,111,112,113,114,122,138,140,162,218],[56,138,162,218],[56,124,126,162,218],[56,86,87,90,92,94,96,124,126,162,218],[56,124,125,127,162,218],[56,60,64,99,112,123,138,162,218],[56,122,124,138,162,218],[56,102,120,123,162,218],[56,65,67,121,123,138,162,163,218],[56,71,102,120,122,124,162,218],[56,80,141,162,218],[56,124,131,132,134,135,138,162,218],[56,134,162,218],[56,110,162,218],[56,109,110,162,218],[56,70,162,218],[47,58,164,218],[59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,163],[46,48,192,194],[47,48,162,164],[162],[47,48,56,57,58,160],[46],[53,162],[48,51,56,161,164],[56,128,162],[56,162],[56,74,141,162],[56,73,110,162],[56,60,61,64,66,68,97,98,99,104,105,110,111,112,115,116,117,119,120,122,123,124,127,128,129,130,136,137,139,140,141,162],[56,107,108,110,162],[56,136,138,140,162],[56,140,162],[56,138,162,163],[56,75,141,162],[56,124,126,138,140,162],[56,106,109,110,162],[56,138,140,162],[56,76,141,162],[56,86,87,88,90,92,94,96,162],[56,105,138,162],[56,89,162],[56,71,105,162,163],[56,105,138,140,162],[56,71,105,162],[56,74,75,76,77,78,79,80,81,105,162],[56,68,71,72,82,83,85,104,110,138,162],[56,115,122,138,162],[56,69,162],[56,69,70,162],[56,77,141,162],[56,73,82,110,162],[56,89,91,93,95,138,140,162],[56,89,91,93,95,124,126,138,140,162],[56,71,97,138,140,162],[56,71,162],[56,71,105,124,140,162],[56,65,67,138,162],[56,66,122,162],[56,78,141,162],[56,99,102,162],[56,59,90,92,94,96,98,100,101,110,120,121,124,127,141,162],[56,141,162],[56,133,136,138,140,162],[56,61,66,68,137,138,139,162],[56,86,87,90,92,94,96,162],[56,71,85,110,162],[56,71,84,105,110,140,162],[56,71,74,75,76,77,78,79,80,81,82,84,85,102,105,106,107,108,109,120,124,127,138,140,141,162,163],[56,119,122,138,162],[56,101,119,162],[56,71,117,118,120,138,162],[56,73,138,140,162],[56,79,141,162],[56,64,138,162],[56,61,62,63,124,138,162],[56,71,107,110,162],[56,102,104,162],[56,71,103,105,110,122,138,162,163],[56,60,71,101,110,112,115,116,119,121,122,138,162,163],[56,124,138,162],[56,115,138,162],[56,60,111,112,113,114,122,138,140,162],[56,138,162],[56,124,126,162],[56,86,87,90,92,94,96,124,126,162],[56,124,125,127,162],[56,60,64,99,112,123,138,162],[56,122,124,138,162],[56,102,120,123,162],[56,65,67,121,123,138,162,163],[56,71,102,120,122,124,162],[56,80,141,162],[56,124,131,132,134,135,138,162],[56,134,162],[56,110,162],[56,109,110,162],[56,70,162],[47,58]],"referencedMap":[[168,1],[166,2],[232,3],[231,2],[171,4],[167,1],[169,5],[170,1],[173,6],[226,7],[227,2],[228,8],[229,9],[236,10],[237,2],[239,11],[240,12],[238,13],[241,14],[242,15],[243,16],[244,17],[245,18],[246,19],[247,20],[248,21],[249,22],[250,23],[251,2],[252,2],[172,2],[174,24],[175,24],[177,25],[178,26],[179,27],[180,28],[181,29],[182,30],[183,31],[184,32],[185,33],[186,34],[187,34],[188,35],[189,36],[190,37],[191,38],[176,39],[224,2],[192,40],[193,41],[194,42],[225,43],[195,44],[196,45],[197,46],[198,47],[199,48],[200,49],[201,50],[202,51],[203,52],[204,53],[205,54],[206,55],[208,56],[207,57],[209,58],[210,59],[211,2],[212,60],[213,61],[214,62],[215,63],[216,64],[217,65],[218,66],[219,67],[220,68],[221,69],[222,70],[223,71],[253,2],[254,2],[255,2],[256,2],[257,2],[258,2],[259,2],[260,72],[46,2],[234,73],[235,74],[230,2],[52,2],[53,75],[233,76],[8,2],[9,2],[13,2],[12,2],[2,2],[14,2],[15,2],[16,2],[17,2],[18,2],[19,2],[20,2],[21,2],[3,2],[4,2],[45,2],[25,2],[22,2],[23,2],[24,2],[26,2],[27,2],[28,2],[5,2],[29,2],[30,2],[31,2],[32,2],[6,2],[33,2],[34,2],[35,2],[36,2],[7,2],[37,2],[42,2],[43,2],[38,2],[39,2],[40,2],[41,2],[1,2],[44,2],[11,2],[10,2],[164,77],[51,78],[58,79],[54,80],[49,2],[50,2],[47,2],[161,81],[48,82],[55,83],[160,77],[56,84],[162,85],[163,86],[59,87],[142,88],[74,89],[143,87],[138,90],[109,91],[131,92],[129,93],[144,94],[145,95],[75,89],[127,96],[107,97],[116,98],[146,99],[76,89],[89,100],[147,101],[88,102],[72,103],[68,104],[148,105],[82,106],[83,105],[105,107],[112,108],[70,109],[71,110],[149,111],[77,112],[96,113],[135,92],[90,113],[87,114],[86,114],[92,113],[128,94],[97,101],[98,115],[150,94],[151,116],[152,117],[66,118],[65,119],[67,119],[153,120],[78,89],[100,121],[102,122],[154,123],[134,124],[140,125],[139,94],[93,126],[84,127],[85,128],[155,93],[110,129],[156,87],[117,130],[118,131],[119,132],[73,123],[141,133],[157,134],[79,89],[94,114],[61,135],[62,135],[63,135],[64,136],[95,126],[130,113],[106,137],[103,138],[104,139],[120,140],[60,141],[113,142],[115,143],[114,142],[111,144],[125,145],[91,146],[126,147],[99,98],[124,148],[123,149],[101,150],[122,151],[121,152],[158,153],[80,89],[137,92],[136,154],[133,155],[132,92],[159,156],[108,157],[69,158],[81,156],[57,159],[165,2]],"exportedModulesMap":[[168,1],[166,2],[232,3],[231,2],[171,4],[167,1],[169,5],[170,1],[173,6],[226,7],[227,2],[228,8],[229,9],[236,10],[237,2],[239,11],[240,12],[238,13],[241,14],[242,15],[243,16],[244,17],[245,18],[246,19],[247,20],[248,21],[249,22],[250,23],[251,2],[252,2],[172,2],[174,24],[175,24],[177,25],[178,26],[179,27],[180,28],[181,29],[182,30],[183,31],[184,32],[185,33],[186,34],[187,34],[188,35],[189,36],[190,37],[191,38],[176,39],[224,2],[192,40],[193,41],[194,42],[225,43],[195,44],[196,45],[197,46],[198,47],[199,48],[200,49],[201,50],[202,51],[203,52],[204,53],[205,54],[206,55],[208,56],[207,57],[209,58],[210,59],[211,2],[212,60],[213,61],[214,62],[215,63],[216,64],[217,65],[218,66],[219,67],[220,68],[221,69],[222,70],[223,71],[253,2],[254,2],[255,2],[256,2],[257,2],[258,2],[259,2],[260,72],[46,2],[234,73],[235,74],[230,2],[52,2],[53,75],[233,76],[8,2],[9,2],[13,2],[12,2],[2,2],[14,2],[15,2],[16,2],[17,2],[18,2],[19,2],[20,2],[21,2],[3,2],[4,2],[45,2],[25,2],[22,2],[23,2],[24,2],[26,2],[27,2],[28,2],[5,2],[29,2],[30,2],[31,2],[32,2],[6,2],[33,2],[34,2],[35,2],[36,2],[7,2],[37,2],[42,2],[43,2],[38,2],[39,2],[40,2],[41,2],[1,2],[44,2],[11,2],[10,2],[164,160],[51,161],[58,162],[54,163],[161,164],[48,165],[55,166],[160,160],[56,163],[162,167],[163,168],[59,169],[142,170],[74,171],[143,169],[138,172],[109,173],[131,174],[129,175],[144,176],[145,177],[75,171],[127,178],[107,179],[116,180],[146,181],[76,171],[89,182],[147,183],[88,184],[72,185],[68,186],[148,187],[82,188],[83,187],[105,189],[112,190],[70,191],[71,192],[149,193],[77,194],[96,195],[135,174],[90,195],[87,196],[86,196],[92,195],[128,176],[97,183],[98,197],[150,176],[151,198],[152,199],[66,200],[65,201],[67,201],[153,202],[78,171],[100,203],[102,204],[154,205],[134,206],[140,207],[139,176],[93,208],[84,209],[85,210],[155,175],[110,211],[156,169],[117,212],[118,213],[119,214],[73,205],[141,215],[157,216],[79,171],[94,196],[61,217],[62,217],[63,217],[64,218],[95,208],[130,195],[106,219],[103,220],[104,221],[120,222],[60,223],[113,224],[115,225],[114,224],[111,226],[125,227],[91,228],[126,229],[99,180],[124,230],[123,231],[101,232],[122,233],[121,234],[158,235],[80,171],[137,174],[136,236],[133,237],[132,174],[159,238],[108,239],[69,240],[81,238],[57,241]],"semanticDiagnosticsPerFile":[168,166,232,231,171,167,169,170,173,226,227,228,229,236,237,239,240,238,241,242,243,244,245,246,247,248,249,250,251,252,172,174,175,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,176,224,192,193,194,225,195,196,197,198,199,200,201,202,203,204,205,206,208,207,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,253,254,255,256,257,258,259,260,46,234,235,230,52,53,233,8,9,13,12,2,14,15,16,17,18,19,20,21,3,4,45,25,22,23,24,26,27,28,5,29,30,31,32,6,33,34,35,36,7,37,42,43,38,39,40,41,1,44,11,10,164,51,58,54,49,50,47,161,48,55,160,56,162,163,59,142,74,143,138,109,131,129,144,145,75,127,107,116,146,76,89,147,88,72,68,148,82,83,105,112,70,71,149,77,96,135,90,87,86,92,128,97,98,150,151,152,66,65,67,153,78,100,102,154,134,140,139,93,84,85,155,110,156,117,118,119,73,141,157,79,94,61,62,63,64,95,130,106,103,104,120,60,113,115,114,111,125,91,126,99,124,123,101,122,121,158,80,137,136,133,132,159,108,69,81,57,165]},"version":"4.7.4"}
|
package/lib/tsconfig.tsbuildinfo
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"program":{"fileNames":["../node_modules/typescript/lib/lib.es5.d.ts","../node_modules/typescript/lib/lib.es2015.d.ts","../node_modules/typescript/lib/lib.es2016.d.ts","../node_modules/typescript/lib/lib.es2017.d.ts","../node_modules/typescript/lib/lib.es2018.d.ts","../node_modules/typescript/lib/lib.es2019.d.ts","../node_modules/typescript/lib/lib.es2020.d.ts","../node_modules/typescript/lib/lib.dom.d.ts","../node_modules/typescript/lib/lib.dom.iterable.d.ts","../node_modules/typescript/lib/lib.webworker.importscripts.d.ts","../node_modules/typescript/lib/lib.scripthost.d.ts","../node_modules/typescript/lib/lib.es2015.core.d.ts","../node_modules/typescript/lib/lib.es2015.collection.d.ts","../node_modules/typescript/lib/lib.es2015.generator.d.ts","../node_modules/typescript/lib/lib.es2015.iterable.d.ts","../node_modules/typescript/lib/lib.es2015.promise.d.ts","../node_modules/typescript/lib/lib.es2015.proxy.d.ts","../node_modules/typescript/lib/lib.es2015.reflect.d.ts","../node_modules/typescript/lib/lib.es2015.symbol.d.ts","../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../node_modules/typescript/lib/lib.es2016.array.include.d.ts","../node_modules/typescript/lib/lib.es2017.object.d.ts","../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../node_modules/typescript/lib/lib.es2017.string.d.ts","../node_modules/typescript/lib/lib.es2017.intl.d.ts","../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../node_modules/typescript/lib/lib.es2018.intl.d.ts","../node_modules/typescript/lib/lib.es2018.promise.d.ts","../node_modules/typescript/lib/lib.es2018.regexp.d.ts","../node_modules/typescript/lib/lib.es2019.array.d.ts","../node_modules/typescript/lib/lib.es2019.object.d.ts","../node_modules/typescript/lib/lib.es2019.string.d.ts","../node_modules/typescript/lib/lib.es2019.symbol.d.ts","../node_modules/typescript/lib/lib.es2020.bigint.d.ts","../node_modules/typescript/lib/lib.es2020.date.d.ts","../node_modules/typescript/lib/lib.es2020.promise.d.ts","../node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../node_modules/typescript/lib/lib.es2020.string.d.ts","../node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../node_modules/typescript/lib/lib.es2020.intl.d.ts","../node_modules/typescript/lib/lib.es2020.number.d.ts","../node_modules/typescript/lib/lib.esnext.intl.d.ts","../node_modules/typescript/lib/lib.es2017.full.d.ts","../node_modules/axios/index.d.ts","../src/error.ts","../src/interceptor.ts","../src/config.ts","../src/debug.ts","../src/client.ts","../node_modules/json-typescript/dist/index.d.ts","../node_modules/jsonapi-typescript/index.ts","../src/common.ts","../src/jsonapi.ts","../src/query.ts","../src/static.ts","../src/commercelayer.ts","../src/resources/adjustments.ts","../src/resources/shipping_categories.ts","../src/resources/price_lists.ts","../src/resources/price_tiers.ts","../src/resources/price_volume_tiers.ts","../src/resources/prices.ts","../src/resources/inventory_return_locations.ts","../src/resources/inventory_models.ts","../src/resources/inventory_stock_locations.ts","../src/resources/customer_groups.ts","../src/resources/webhooks.ts","../src/resources/event_callbacks.ts","../src/resources/events.ts","../src/resources/customer_addresses.ts","../src/resources/payment_gateways.ts","../src/resources/adyen_payments.ts","../src/resources/braintree_payments.ts","../src/resources/checkout_com_payments.ts","../src/resources/external_payments.ts","../src/resources/klarna_payments.ts","../src/resources/paypal_payments.ts","../src/resources/stripe_payments.ts","../src/resources/wire_transfers.ts","../src/resources/customer_payment_sources.ts","../src/resources/customer_subscriptions.ts","../src/resources/order_copies.ts","../src/resources/order_subscriptions.ts","../src/resources/free_gift_promotions.ts","../src/resources/fixed_price_promotions.ts","../src/resources/coupons.ts","../src/resources/coupon_codes_promotion_rules.ts","../src/resources/fixed_amount_promotions.ts","../src/resources/sku_list_promotion_rules.ts","../src/resources/free_shipping_promotions.ts","../src/resources/order_amount_promotion_rules.ts","../src/resources/percentage_discount_promotions.ts","../src/resources/promotion_rules.ts","../src/resources/external_promotions.ts","../src/resources/gift_card_recipients.ts","../src/resources/gift_cards.ts","../src/resources/sku_options.ts","../src/resources/line_item_options.ts","../src/resources/stock_line_items.ts","../src/resources/line_items.ts","../src/resources/return_line_items.ts","../src/resources/returns.ts","../src/resources/customers.ts","../src/resources/refunds.ts","../src/resources/captures.ts","../src/resources/voids.ts","../src/resources/authorizations.ts","../src/resources/orders.ts","../src/resources/shipping_zones.ts","../src/resources/delivery_lead_times.ts","../src/resources/shipping_method_tiers.ts","../src/resources/shipping_weight_tiers.ts","../src/resources/shipping_methods.ts","../src/resources/carrier_accounts.ts","../src/resources/packages.ts","../src/resources/parcel_line_items.ts","../src/resources/parcels.ts","../src/resources/shipments.ts","../src/resources/stock_transfers.ts","../src/resources/stock_locations.ts","../src/resources/stock_items.ts","../src/resources/skus.ts","../src/resources/sku_list_items.ts","../src/resources/sku_lists.ts","../src/resources/bundles.ts","../src/resources/geocoders.ts","../src/resources/billing_info_validation_rules.ts","../src/resources/promotions.ts","../src/resources/avalara_accounts.ts","../src/resources/taxjar_accounts.ts","../src/resources/tax_rules.ts","../src/resources/manual_tax_calculators.ts","../src/resources/external_tax_calculators.ts","../src/resources/tax_categories.ts","../src/resources/tax_calculators.ts","../src/resources/attachments.ts","../src/resources/merchants.ts","../src/resources/markets.ts","../src/resources/payment_methods.ts","../src/resources/adyen_gateways.ts","../src/resources/application.ts","../src/resources/bing_geocoders.ts","../src/resources/braintree_gateways.ts","../src/resources/checkout_com_gateways.ts","../src/resources/coupon_recipients.ts","../src/resources/customer_password_resets.ts","../src/resources/external_gateways.ts","../src/resources/google_geocoders.ts","../src/resources/imports.ts","../src/resources/in_stock_subscriptions.ts","../src/resources/klarna_gateways.ts","../src/resources/manual_gateways.ts","../src/resources/order_validation_rules.ts","../src/resources/organization.ts","../src/resources/paypal_gateways.ts","../src/resources/stripe_gateways.ts","../src/resources/transactions.ts","../src/model.ts","../src/index.ts","../src/resource.ts","../src/resources/addresses.ts","../src/api.ts","../src/util.ts","../node_modules/@babel/types/lib/index.d.ts","../node_modules/@types/babel__generator/index.d.ts","../node_modules/@babel/parser/typings/babel-parser.d.ts","../node_modules/@types/babel__template/index.d.ts","../node_modules/@types/babel__traverse/index.d.ts","../node_modules/@types/babel__core/index.d.ts","../node_modules/@types/ms/index.d.ts","../node_modules/@types/debug/index.d.ts","../node_modules/@types/node/assert.d.ts","../node_modules/@types/node/assert/strict.d.ts","../node_modules/@types/node/globals.d.ts","../node_modules/@types/node/async_hooks.d.ts","../node_modules/@types/node/buffer.d.ts","../node_modules/@types/node/child_process.d.ts","../node_modules/@types/node/cluster.d.ts","../node_modules/@types/node/console.d.ts","../node_modules/@types/node/constants.d.ts","../node_modules/@types/node/crypto.d.ts","../node_modules/@types/node/dgram.d.ts","../node_modules/@types/node/diagnostics_channel.d.ts","../node_modules/@types/node/dns.d.ts","../node_modules/@types/node/dns/promises.d.ts","../node_modules/@types/node/domain.d.ts","../node_modules/@types/node/events.d.ts","../node_modules/@types/node/fs.d.ts","../node_modules/@types/node/fs/promises.d.ts","../node_modules/@types/node/http.d.ts","../node_modules/@types/node/http2.d.ts","../node_modules/@types/node/https.d.ts","../node_modules/@types/node/inspector.d.ts","../node_modules/@types/node/module.d.ts","../node_modules/@types/node/net.d.ts","../node_modules/@types/node/os.d.ts","../node_modules/@types/node/path.d.ts","../node_modules/@types/node/perf_hooks.d.ts","../node_modules/@types/node/process.d.ts","../node_modules/@types/node/punycode.d.ts","../node_modules/@types/node/querystring.d.ts","../node_modules/@types/node/readline.d.ts","../node_modules/@types/node/repl.d.ts","../node_modules/@types/node/stream.d.ts","../node_modules/@types/node/stream/promises.d.ts","../node_modules/@types/node/stream/consumers.d.ts","../node_modules/@types/node/stream/web.d.ts","../node_modules/@types/node/string_decoder.d.ts","../node_modules/@types/node/test.d.ts","../node_modules/@types/node/timers.d.ts","../node_modules/@types/node/timers/promises.d.ts","../node_modules/@types/node/tls.d.ts","../node_modules/@types/node/trace_events.d.ts","../node_modules/@types/node/tty.d.ts","../node_modules/@types/node/url.d.ts","../node_modules/@types/node/util.d.ts","../node_modules/@types/node/v8.d.ts","../node_modules/@types/node/vm.d.ts","../node_modules/@types/node/wasi.d.ts","../node_modules/@types/node/worker_threads.d.ts","../node_modules/@types/node/zlib.d.ts","../node_modules/@types/node/globals.global.d.ts","../node_modules/@types/node/index.d.ts","../node_modules/@types/graceful-fs/index.d.ts","../node_modules/@types/istanbul-lib-coverage/index.d.ts","../node_modules/@types/istanbul-lib-report/index.d.ts","../node_modules/@types/istanbul-reports/index.d.ts","../node_modules/jest-matcher-utils/node_modules/chalk/index.d.ts","../node_modules/@sinclair/typebox/typebox.d.ts","../node_modules/@jest/schemas/build/index.d.ts","../node_modules/pretty-format/build/index.d.ts","../node_modules/jest-diff/build/index.d.ts","../node_modules/jest-matcher-utils/build/index.d.ts","../node_modules/@types/jest/index.d.ts","../node_modules/@types/json-schema/index.d.ts","../node_modules/@types/lodash/common/common.d.ts","../node_modules/@types/lodash/common/array.d.ts","../node_modules/@types/lodash/common/collection.d.ts","../node_modules/@types/lodash/common/date.d.ts","../node_modules/@types/lodash/common/function.d.ts","../node_modules/@types/lodash/common/lang.d.ts","../node_modules/@types/lodash/common/math.d.ts","../node_modules/@types/lodash/common/number.d.ts","../node_modules/@types/lodash/common/object.d.ts","../node_modules/@types/lodash/common/seq.d.ts","../node_modules/@types/lodash/common/string.d.ts","../node_modules/@types/lodash/common/util.d.ts","../node_modules/@types/lodash/index.d.ts","../node_modules/@types/minimatch/index.d.ts","../node_modules/@types/minimist/index.d.ts","../node_modules/@types/normalize-package-data/index.d.ts","../node_modules/@types/parse-json/index.d.ts","../node_modules/@types/prettier/index.d.ts","../node_modules/@types/retry/index.d.ts","../node_modules/@types/stack-utils/index.d.ts","../node_modules/@types/tough-cookie/index.d.ts","../node_modules/@types/yargs-parser/index.d.ts","../node_modules/@types/yargs/index.d.ts"],"fileInfos":[{"version":"f5c28122bee592cfaf5c72ed7bcc47f453b79778ffa6e301f45d21a0970719d4","affectsGlobalScope":true},"dc47c4fa66b9b9890cf076304de2a9c5201e94b740cffdf09f87296d877d71f6","7a387c58583dfca701b6c85e0adaf43fb17d590fb16d5b2dc0a2fbd89f35c467","8a12173c586e95f4433e0c6dc446bc88346be73ffe9ca6eec7aa63c8f3dca7f9","5f4e733ced4e129482ae2186aae29fde948ab7182844c3a5a51dd346182c7b06","e6b724280c694a9f588847f754198fb96c43d805f065c3a5b28bbc9594541c84","1fc5ab7a764205c68fa10d381b08417795fc73111d6dd16b5b1ed36badb743d9",{"version":"3f149f903dd20dfeb7c80e228b659f0e436532de772469980dbd00702cc05cc1","affectsGlobalScope":true},{"version":"1272277fe7daa738e555eb6cc45ded42cc2d0f76c07294142283145d49e96186","affectsGlobalScope":true},{"version":"7fac8cb5fc820bc2a59ae11ef1c5b38d3832c6d0dfaec5acdb5569137d09a481","affectsGlobalScope":true},{"version":"097a57355ded99c68e6df1b738990448e0bf170e606707df5a7c0481ff2427cd","affectsGlobalScope":true},{"version":"adb996790133eb33b33aadb9c09f15c2c575e71fb57a62de8bf74dbf59ec7dfb","affectsGlobalScope":true},{"version":"43fb1d932e4966a39a41b464a12a81899d9ae5f2c829063f5571b6b87e6d2f9c","affectsGlobalScope":true},{"version":"cdccba9a388c2ee3fd6ad4018c640a471a6c060e96f1232062223063b0a5ac6a","affectsGlobalScope":true},{"version":"c5c05907c02476e4bde6b7e76a79ffcd948aedd14b6a8f56e4674221b0417398","affectsGlobalScope":true},{"version":"0d5f52b3174bee6edb81260ebcd792692c32c81fd55499d69531496f3f2b25e7","affectsGlobalScope":true},{"version":"810627a82ac06fb5166da5ada4159c4ec11978dfbb0805fe804c86406dab8357","affectsGlobalScope":true},{"version":"181f1784c6c10b751631b24ce60c7f78b20665db4550b335be179217bacc0d5f","affectsGlobalScope":true},{"version":"3013574108c36fd3aaca79764002b3717da09725a36a6fc02eac386593110f93","affectsGlobalScope":true},{"version":"75ec0bdd727d887f1b79ed6619412ea72ba3c81d92d0787ccb64bab18d261f14","affectsGlobalScope":true},{"version":"3be5a1453daa63e031d266bf342f3943603873d890ab8b9ada95e22389389006","affectsGlobalScope":true},{"version":"17bb1fc99591b00515502d264fa55dc8370c45c5298f4a5c2083557dccba5a2a","affectsGlobalScope":true},{"version":"7ce9f0bde3307ca1f944119f6365f2d776d281a393b576a18a2f2893a2d75c98","affectsGlobalScope":true},{"version":"6a6b173e739a6a99629a8594bfb294cc7329bfb7b227f12e1f7c11bc163b8577","affectsGlobalScope":true},{"version":"12a310447c5d23c7d0d5ca2af606e3bd08afda69100166730ab92c62999ebb9d","affectsGlobalScope":true},{"version":"b0124885ef82641903d232172577f2ceb5d3e60aed4da1153bab4221e1f6dd4e","affectsGlobalScope":true},{"version":"0eb85d6c590b0d577919a79e0084fa1744c1beba6fd0d4e951432fa1ede5510a","affectsGlobalScope":true},{"version":"da233fc1c8a377ba9e0bed690a73c290d843c2c3d23a7bd7ec5cd3d7d73ba1e0","affectsGlobalScope":true},{"version":"d154ea5bb7f7f9001ed9153e876b2d5b8f5c2bb9ec02b3ae0d239ec769f1f2ae","affectsGlobalScope":true},{"version":"bb2d3fb05a1d2ffbca947cc7cbc95d23e1d053d6595391bd325deb265a18d36c","affectsGlobalScope":true},{"version":"c80df75850fea5caa2afe43b9949338ce4e2de086f91713e9af1a06f973872b8","affectsGlobalScope":true},{"version":"9d57b2b5d15838ed094aa9ff1299eecef40b190722eb619bac4616657a05f951","affectsGlobalScope":true},{"version":"6c51b5dd26a2c31dbf37f00cfc32b2aa6a92e19c995aefb5b97a3a64f1ac99de","affectsGlobalScope":true},{"version":"6e7997ef61de3132e4d4b2250e75343f487903ddf5370e7ce33cf1b9db9a63ed","affectsGlobalScope":true},{"version":"2ad234885a4240522efccd77de6c7d99eecf9b4de0914adb9a35c0c22433f993","affectsGlobalScope":true},{"version":"09aa50414b80c023553090e2f53827f007a301bc34b0495bfb2c3c08ab9ad1eb","affectsGlobalScope":true},{"version":"d7f680a43f8cd12a6b6122c07c54ba40952b0c8aa140dcfcf32eb9e6cb028596","affectsGlobalScope":true},{"version":"3787b83e297de7c315d55d4a7c546ae28e5f6c0a361b7a1dcec1f1f50a54ef11","affectsGlobalScope":true},{"version":"e7e8e1d368290e9295ef18ca23f405cf40d5456fa9f20db6373a61ca45f75f40","affectsGlobalScope":true},{"version":"faf0221ae0465363c842ce6aa8a0cbda5d9296940a8e26c86e04cc4081eea21e","affectsGlobalScope":true},{"version":"06393d13ea207a1bfe08ec8d7be562549c5e2da8983f2ee074e00002629d1871","affectsGlobalScope":true},{"version":"cd483c056da900716879771893a3c9772b66c3c88f8943b4205aec738a94b1d0","affectsGlobalScope":true},{"version":"b248e32ca52e8f5571390a4142558ae4f203ae2f94d5bac38a3084d529ef4e58","affectsGlobalScope":true},{"version":"c37f8a49593a0030eecb51bbfa270e709bec9d79a6cc3bb851ef348d4e6b26f8","affectsGlobalScope":true},"d2f31f19e1ba6ed59be9259d660a239d9a3fcbbc8e038c6b2009bde34b175fed","d88dc05fd345b7a4e1816bbfd2dd087eefa9b9e36096818c2348f5b246971125",{"version":"5fd29fad984f1a472e88dcbb6f7958de4b40bbb0c88f71abacaabed051d38ef5","signature":"f933dd011c5c41e29a359d3b46ed9a9294ead09f34854ac54cf3cb907058599d"},{"version":"c6e62e4331b6712421bdf522163d1eb460e53830327645f63c30b214951d93ec","signature":"9b24ba4607071953cb350310b8690fd43b400ca6089c8be8f0cc52a799f48dca"},{"version":"fc398235ad449421e6dff62d802e0cebe3512cb09b537b73b057e787bd9c20cf","signature":"001e07fccf54859e47fe779a6209b6dbeae6db28dc437a6c46bae5604514215d"},{"version":"ea99b928389b2d043854976a26dcb266ad279c5c009031fdcb10676b40c00523","signature":"37354fa9b6df26ec17cde2f47786ded97beac22801b38f9f3064fd71b80c14fd"},{"version":"e800985d99900b141153e7be342ece58550db8678ef7e84903617fd45b7e3b33","signature":"5745bb6b069fb9d59641b75feb9fd4e6c5a2e0dcead272e86222c9d4f9b8c465"},"f31c7546040cd86f280af26148f7dbb150c7ed2f77ad9589ac6da3f845e9a4b8","866c1e5d13f33b7fa6f5526048dbedd964cebde583371e4a5359e55c9196f911",{"version":"0ac9a484a32a45793f7477822d4522d3f3e8fafc1dc3277a43cd33a8a4bbf309","signature":"b4d8bfb4ad849a8040c89fe69a1e739cb4483da68d17e07b5bb8d8a0b9d8f7eb"},{"version":"ef95b8de92a4f8fdc4f3308811fcd797f83f7b12d591d51e1e5f879d92c0368c","signature":"d996f6a65427f2fd407466a36918914f7c53da8ff25cc0c8a7b99de8267dff61"},{"version":"703317dcf6d90b157cb165ea61f9e80cf7cedc74f7fb963824ccbe92d2e2bb99","signature":"6d61fa795166693b279aa92148f079b2c0573294aeebdc3a212cf6b92fe74a48"},{"version":"fb4b52f4a58c39b4bc824e9b3ae8a882a39f57c6b70379a9ed54e7c52e1ff514","signature":"f375ccd44487a9b244d149aafed71ad4159ac7c7869b03722bf68959217887e7"},{"version":"529a40937785bc1808b0ffded1211acefa6c1f19194974c476db659a2d86727d","signature":"b1723133be3905bc34de60aac62fb3230adbd645593e570bd090ad4d56c55bc5"},{"version":"f7b31838aa44f4dd276651c3cf894a37c5373882a1bc6a5c03fb27f56f638ff2","signature":"3c5320d3705df565ddd45813cac322b47fa1c5a0a6eb04eba761721b5661c6f4"},{"version":"3d4d07b9883921d0e23a9d7d5e24222996cc49006e4b55ce35b8656ca86f7df0","signature":"fc8376d3fe20546feb9ef6d755e9bae055af8139e1c1c15db1cc6601270dedb7"},{"version":"f28abc0711a21cb58cdd2881a1d8f10e60d882e0fe6244e747f42e13d8fd0097","signature":"2228ba640f929a3e43e06a84a8ff0b8e64f783dc07951936055c6b283de338cf"},{"version":"59077dcb40ed0dc42eaa77c12a28b0999e5844b63ab60f2a672fe5ac48fad52f","signature":"10086044b6cced9beec6f247668ee5c16c94a7b9daa7f54553f1d89a2a65120f"},{"version":"731b69d00f2379003198ec0fecbb9689500eb5605d9c7d48e8888e35ecdcb6cb","signature":"4af4b9210fa87b9e2c4abd76fc2ceff39ae66a4f94b783645622b578d750973d"},{"version":"ab316c439a6716ccc76bc4df4df456b531634ed9f477fc755c8614def6ec1079","signature":"395b964ecb48e6d5c1bf00e953263cd70778306209febda468421e8b813e1f3b"},{"version":"e0d2a1585a1a3b648601a86fc130e67a33180af3cb91ff9e22093a34d626b7e8","signature":"75243e2b1f28915b5cbc12bcef226245d4fee96ac702d567c4315333db565bdf"},{"version":"e15e1dde343696e8dda38cb7655475ded6a215c4e3633f351a362db3726aa831","signature":"f0321992accf215458f051f65ef2be2ca6bad26995fb9bc1912c5c444007ddf3"},{"version":"5b521c7a7f41c02f2d5c27546073d2def435953432cd38222d116550bb7fb181","signature":"903693423e98c728855cb8e13da8db3ca5e29b7ea7e4b947621cacb36adefcdc"},{"version":"51d1951833eeaf671cd62aa8a94480721b09de829a677e491edbc9e7af196587","signature":"eb301633c1e7e2bdd37772203df3ee163ebdb08ed03ef07c68612bfaf3510602"},{"version":"c11b319aaf02ca18993e19961e71f201147072cdddc84ab78c709d6c8d762517","signature":"bbe5b999b8b232faccdc54b60ddb3ad5ef51109c5bb257449b610a9741df14af"},{"version":"1419b4efefd7b18270b697cf050a17fcfc976fe6f68b7b6b2aa1b758debc7eaa","signature":"dd5a2de32b8674dfddb04ce70e166f59f02ba0029709abf7ba5c9361a396aa31"},{"version":"b51aaeb0e6358886b7e3e96c303211f4c6b7bea3e03e18b7bf563be1968d0efd","signature":"c7bda8c46e09535176dbe01b81d4d407f498fa4109a8c48a9c1c1edf42bd85df"},{"version":"c07fbc81f38dc2bf3a8f7b7c51438ee4dd71a01bdfcb77750492a75bd62ad966","signature":"36718d953379779ec0af73083cbed2bf1b12843507fcfed1e0a61328eb257d93"},{"version":"8f46eca3026f1e3fcb588e6f681b4b9506067a4769ada8f3026174640943448e","signature":"4b839313e7e2a5773dc42578f931abc5891ad340737d3eb832c783211ab6cd9c"},{"version":"211730935f602427523651408c3da68e678327f7c9da4242b5ff1b3c6df85ef4","signature":"7e4cffde4f0641cbcade8dd33762862c14217241db66aaec5ca5d7c378b51818"},{"version":"1e3822f02824847006f7f7bab92dc10a7777a9eb9d21dda8bfe9cd3d3dec3fec","signature":"df5b2d531c6e2541767b8c635b604cee93fecbcf1b63efad171030ee23727e2c"},{"version":"a65f06cdf2e6cd6397ed8d5d6c07895d1f2a53ac15a0c8cb296015a0bb47c6c7","signature":"9c171472688d00504d544d12ffe034d9f525cba1f07151ed0b0d26723a1748cb"},{"version":"3a81b40a74dba527b65561d25eedda261297de5734ff819602140e326c4c7a0a","signature":"0f302d3049d9d001899c4fa6cd437d6c6c07d5671719a2430d25342d297295b3"},{"version":"0021cac0b1f36ff7f56792c12516c075475725594212bd7b29b9506eb1897542","signature":"01e7aa8b927a84c1703dccb9e6abb95d2b28927bda49cbdc593fbf35ec473864"},{"version":"253705c16e109e89924ba31aaae3591d285ee1b6154245dfca7f809a62c6aab5","signature":"7684325d826abc8f9fa1f2ccac1ed1ebe7db82d1cc59475d8149aa17bdd2050b"},{"version":"9d4d17fa8155e6f835a48dc8515187f84f0e245b2193ab3799e626390150ce84","signature":"b0f04fbdf1789a516f7de8ab838ae864f7cd44eacc473b8e681eb18631e3b32a"},{"version":"543fa9da43d15e37a2330df9b7553a3f295429c84ad4b5e6560e5a2abbfc7167","signature":"e848b985023a13bcb2db5aa7a7e525331b71e370a5a1215e4e9e5910916cff71"},{"version":"d2e7596b393e93d03c723bdf7f372b7264e81e4bb976ab765d1ee80b623aa681","signature":"aec34fbc98806a18756fb8a6fc1762913658484120c0fbdb409753df75cfee86"},{"version":"97a8a3cdaf5aa9016330cc55be4dc158ce00079c027d5138a80dc8da3406796d","signature":"3c76dd85f9f5fe6cf17d6297be0b463d6ccf42698c68b6f6efa81932e06094d3"},{"version":"b950acaa5a2ed7b8c9945ce12a436dc0749d7c4c145c782ede2dc72ff31120e8","signature":"02359d4b5e4fa8fc98f5178740245fc428fb1a0ba36b011e4b4eb0117f6390f5"},{"version":"26a8b199c55e6d3c7dd6b7b077ca346547a49a04b1224f568a3c64c0126bdc5d","signature":"237caca32b30b5714154e64f4324d685d39546d7a8b7ca2cf800581fb68f239a"},{"version":"643ad7c04b908dd679d04b76c28d1ccb7765d6dfd649a75685dde468d6c7566b","signature":"70d0918531aa2e136dc1e9d3ff35bfbe5a35fd3017c17024e5b65f4133cdbdfe"},{"version":"714e3a386a66862bfe752e3119e7fb2f7ef6412fd2429daa99363a17fc4195f2","signature":"264a8f86a724dac41f58effeb19e589d3c0be428b2919c1b003222ebc1a1f956"},{"version":"d176197ec8982cc6bb17b5817464583e548546ef7afc7f4d81ff36d3d42449ca","signature":"6096e5b98282a2cd85d9539a29c7bc075bafb1c06673929f429e8ca759db75c7"},{"version":"e82e9f5a713e36d12241dfea221e100424ffe0664e71a29b0b2d1d636b74d37e","signature":"9fd600deb49e3d687e1baef0a19c1a3400399d030276cbeb7cec6c7c3401332d"},{"version":"1f5eead86b0a53e4a3ed4d2b9d703950e7a0d9dea06318073b016b6078b1ec72","signature":"e9087a12f6d7c94c57b1b27a83e2a5d4bb09efa3c13e2253511287e5c40514d4"},{"version":"10a6bb1644e3d996d298a26fdf5c68110a8350019064a517b129046ef9bdf0af","signature":"05ce4f6db5ed235609c8f10c1faf80f93f9a460f16a1eb4c81ef51947b7e04cb"},{"version":"885e0c5e8b2cdd5b445cd358dc6c33756cb60b36187777bd9d20ab0dcaedcf25","signature":"366284b1fdecfdce212fe08151e53562a204efee8a38c1b6627c9ab91332a1f7"},{"version":"eb8b3e55b70b4a8cd5f88561ebd35942764dae0d8240ced45a2e8b66ec023164","signature":"a177280ef320edb8005b2833b0720a772b8128a682b5a4023740feddb9fab658"},{"version":"84d24ad377fde7c22e8afea84e0bd5b6e90af7c5dd2a56798e1dc0e1ec356215","signature":"8b59824815b8b17242a5b5f18d5418a5dcf165286fef398033c17c9984fefd6e"},{"version":"d4b3790d3144641eeb48e23b0f65589ed40ed4eb429b76f82a93f14b2654d9b7","signature":"f5707aa1ecfcba04604f5e81bb517f616702dbb6c7a6db9fbd578fdbfb644894"},{"version":"c981d017a4eaf951707634031e72e974b72e21515a40d9df1696ab36569329b1","signature":"f8d67a0bb211531be0d7039d220563c70030dc6c2c8e852ed61e8951b323c8a6"},{"version":"c8f2ef6b4b9efab26dfed03b0f1669ed5ea46bf70dbf38734d5682d634b32083","signature":"9d66a7c8ec396a7d0c43e52ec5bd385f794c06ae23e06f89ffa83830425e3425"},{"version":"85e0b515ba7e4d7f930cf6792fff8ed56157a49434b844b7b9475c4da9dc61e4","signature":"0348980f9ed2a2c255ee0ab80b189123fad59a6170d51ab0e5b708f2d0baf24e"},{"version":"11eccfba8c0d92a01e924751afb403c389f30b59d32ac9edda671ae0eced7552","signature":"6aff2903eaf9eb6ae3fd70271cd6f9de3dfa866e6c6d4218fca0148580dede01"},{"version":"2146640a4a191c9cc38b770f3c80f4d31190ef03d7bd2cbbcb17ce8529873635","signature":"d71437631db495775d161be09c476be4f0cb8f55ed49ed8b71944ca03526dbe1"},{"version":"4590540774c5174e448e03cbd65bef173314051f0f322c839f8a9695ea249e1f","signature":"949e88b9702c3f9d6c8bdfa3cfd816edbf9312795045844d0a1bdd6a88575d9b"},{"version":"e3bf8e796339041f78675b86ad02f4ddb5950cd24d98abb68beed70bd8c21a0a","signature":"cea4e3bbd3acd18b40889336f16bddbe1ad071c6d2c72a06e60e432d28b45089"},{"version":"81d0c263a0ead61b53e86f03e3378f51a5f11a34b4d87cc4b796c9aa22ef976f","signature":"56083f0d0a89f5e608edd081d8cd21077add2d4de41b6dfadfef053674168cf8"},{"version":"82a4248c745108f9a994e25eb96a4c27f8fcd096da36ee79da7653b677034968","signature":"06dddf895bea8971788ecb957cf50d212383434481da0c582c59b60ad3211a4d"},{"version":"24246529920847749073f4a5ca4c892af530ef1e3e2fb6d243556319d3d1726e","signature":"12e731d8ab5abc8abc8f4b929f19bd7458beaa51f072bfdf83f8e681fab80e4d"},{"version":"a63571407d84650fed9f4c887750ca4cbb7e27950234f7e3a8d552f1d5b3901d","signature":"f7bdef1292db491a1f2e94de9705c18639cc464637196cda7d03faabb2a7b7bb"},{"version":"33847b5fa975d63c717cd961b382636095b7119be7ca83a112ab8d022f141d95","signature":"6ef046d4598fbed060c01622fd3f7902de9678fdfa44bfa15067e6190a8f69f5"},{"version":"4ec647042af43c6dd5f4227064cc6804059a534b6d0401da557c824183ac9eaf","signature":"14013a09ed776f83f2ea7ca957282c1a8bdddc7d214052fb4fab7e9f60e3a410"},{"version":"dfb3135458687b56e6e7fe27f89f854510aff0b05f424c4f900692a0d2952f5e","signature":"ddee4e05a6ac9ce301cecea73781055bfb66e9784b7bf75a939449f2890c405e"},{"version":"20c9c846302a55086660af82b5d6dc182252ae77ea1478b41729a78136898ec5","signature":"e28300c76e4aad43c30aeec639564df4a5201434a16d79b912e66e34d5cf9324"},{"version":"4b7dc9b691b8be4f7f065e31317213104e1a888ec53c68f319cc924b04417340","signature":"4a7069995384a626238d3db44de6017d0889ac58503bcf17a05e875822ef5bf8"},{"version":"a5cdb91591672e4f8a404ea6992ae4023b6e3259120521febe6f10fe8b641dd3","signature":"8f6bcc0c4a6885f1a3e6328c5643f8629ac76da63ef51f85204aaaa147668d6b"},{"version":"7827d1908f32eca4ccdd1a004c40331caccd792a03ff5d582a857d3c560f8bff","signature":"11bb6bb96fdab90350bc59490d14b0ff0cef6e202dc87643d3b1b24b55aa2df7"},{"version":"e114faae246053408dcbda73ae5e109086757b163f28cddf0c32f24447663554","signature":"19f97770950abdcc3b7726c5ffdbee9616562d1754d24c1abcf723467357c565"},{"version":"20cd8fdf6ed55f1c444704b3ab57a7cde539bd33cb16244d8384c99c78bddd30","signature":"a5fe6f1933b6e7f018297bc8263225f56828d91d2f09ae49963f05815f239960"},{"version":"41f743fd53fdaf0a60a2beaa322a217bea47120367db24feb68fa9c8eb043e73","signature":"0ebb37a743eeda8bbbd00e88b265af4fc98345301a03a921d5b7984abd5fb2a9"},{"version":"c54e5d735fb008f08c7e30a6480c16bc1e6d28ea96e52f0bddb305f1653b5245","signature":"f449f6a183632bb76db909ed1462ea869dea687f9e94ee1f9f1a5e583aa085e1"},{"version":"f3117794f5bc50c396c20a7c67941c45b6df666641f7f47d08dac0474aa8ed4a","signature":"5af6bc8dc48ac9b25de92d8e53c188507d0bdabde3e98e6b05805a05ba032848"},{"version":"39bb2e4020d34e94fbe4624b267dda18d1a568eab4169f286a1f3badec07d372","signature":"2952d6bc6a218b0f6845e2e1f2812f6930ba0987e037e13ad2e1c9c3e2e88fdb"},{"version":"c4a7c6f2bea9328302103315450f20bf23e81add91dccb253f313985e77e479f","signature":"635236884199aca76574dd2101b50568935227230d11c04223ab318bcb335bfb"},{"version":"73e493160efbc4396eb8844ddbf6c1aa05d1f65e62b0603f4d2b3dfa89bcf8de","signature":"026a54df401eba73d5c535053ab4c2539b8554c1d2ccab0fe04e3e7a603ead03"},{"version":"926b7ca37515f62b19f79fa709eacc1dd3d49b5b0d6d110f53e58d5068ff71aa","signature":"bab91c0c2b646cc21b9ec3bf1fced80eb5d8487118e6709095a2b31e6a7f0909"},{"version":"d9459ddef698c0872118e38f7c155d4a03b73f34c919a37123d0a611f7c081ae","signature":"0394395305ee2a3d9a0682155783206d80a7a07dd30d781a2c33124a4f77b7b3"},{"version":"54cbc2496f1a2e18ad67dae199bbb31f34a3f06ae6469e15db719dd3da383732","signature":"d157cc33bc1125d5a0a6a5ce648fc527e9b8f6e9555cb2800b4d268b54b94477"},{"version":"424ad32f4e111cdc190f77ffcbd5822b682261e57dd16b67fb7216130fa8286d","signature":"95f8ed11c0ea7eb6e5c6deec10cd7b84fb8dd1a687f339b268d385b5447b2f1d"},{"version":"6fd0d8684386d1959eea7795e70135248d26d21034faf37192f84d52a9de8001","signature":"d5b60e11fa838e1b9d4a26c918822ad06fc1f5601ceb9bfe8e5d4246542de6b8"},{"version":"0ae4d6d03f1b3bb33eade8f8624e92bac97a92447d91e8df4bd14b92285e34f8","signature":"71c2ed4f4eb08d663bb41c2ed5fdd3d1409e9234acf6f802093af0893edbe07e"},{"version":"1200bdc3ee30d5f5a47c5fefd3e0085fd4ff3e9c39a3dfcbb3296ee277895967","signature":"53316f2481e6703adda8f465f944864de7c0e1066bbdf535c4729fb3a413ceb5"},{"version":"8f18ad1259e68efeb369d8b077c8362b285428a1b9e5cedd050fe385d25c2c73","signature":"c6b94cbc7241fec02cc813bf277af541cd33006f4e4aff7c297f374f8865fc9b"},{"version":"5f9dc475bf4ca694514992e7e35005c0456495360c0e624987e39a719dc57224","signature":"7427a9d21cddc20129a81bd45749e63d44b2968542daf722596d13469592999d"},{"version":"c2111e407ea82d52f3193e83dfa2363120c116625ce4657fc0627bceba5ef0d5","signature":"9dbbeec20eb90f5a05c2d6c38b9970d956c6855c4a1caebdf2e85bd58277e3f4"},{"version":"166b7a169fbac79fc4cf76edf17fda5262df709cfeb456a2bd412e0ebead6abf","signature":"c5c7c04f588fba43ab06d293425d5e279bce6443fc9e32202fdb99bdede8f561"},{"version":"1b7c1b8e2c754745fcc133993734189dab704eaacf77c101e8a150ea527f5be6","signature":"f18e3bebf0f4aaadcb4c800a2078f9eb2fd2182d22674c850bf4f01448d22495"},{"version":"9e372e17e84093d1c9dc03a90a200a8387049160d91339bad9e5c13d071b034c","signature":"ff8b7b0e677b6b6b138f12a91224e048c40ed3d2f1afec803b5a930c61397bd7"},{"version":"385cd4b92438e2a04dd4e66de761cf1380507e081deee6dc27173d84a6363134","signature":"d42d03c631443fb3977d9fc03227630d861ecc3fb3fe89fc140184efe3b2ad03"},{"version":"476e82e95647c362f65e7a09502355032c1b718622a324c605075611e83999a9","signature":"605a00d431b7c7eca1a0aa5c9c7f883938787917a02885f30e5e6a6201466292"},{"version":"bbb03555d2149a918f09edf9d9dee2172ef7787182ce111abd0af2b1701c6744","signature":"d4a3792dd0b43793859d5372daee108e731083b030cd2e6abfde09617ac6d1bc"},{"version":"3eea3440ddd9c41536be19c71d549d69d44fc0303860f73cddbd11e52789fd1f","signature":"8931617efa5e6650f23c6e0fbaa75659cef4e2f62decfc00786dc531c8428d47"},{"version":"9c13fc050ecf216711378e9374c85fe404980cebad36e1db84a79ae977356990","signature":"e82dd0da8a44c6ac9a34d9fcae78e4ea2b63dec31cf0ddfce8b0320d3f251f1c"},{"version":"5b67ebd20383ce01da9e3299802306b8945665827e8ad5c4f75c4cfa1f57c1b5","signature":"caa41b337c7cc185aa00e0093f0e4dd13638dd0028eaef902d6b479493232dfb"},{"version":"6c47234722ef8b41851a12d0299c9fab1afb70dfb6f81465a0e7bd3239da1d86","signature":"69c40b40e3f9b4f51b504b9e9aa2de8393da8ad68df6d77d08826c453c00edff"},{"version":"0ba7632e053fd00f656a4f3d18c45f8f94670c646e68688ffab2790545fa752d","signature":"01fb3a3eb180c12fbb7a93aaae571fedb0d359155aa8377b47a9ced0cdad9781"},{"version":"1e6d6b6a22e37bbff0cc5363e1160661e0190f40bfb130c264651616e1c3eeca","signature":"b4488199a20a3c0bdd510c57b62310d24347f34bae76fd74176ad703903a0546"},{"version":"c751a27a2fa586a42466427c72aa41709f2b4fd19273844e3063f1faa08d6cea","signature":"b5523f62c7b8e87f852c5efb076e7d078a116f194a66be27f41de265721f529c"},{"version":"151a6656cd314d45511f505574ad0b04e842df418653ec39608a7c6956d00943","signature":"6d3021dd95d9fdbd5458bb826c8f49964f7268d6e23b659978b34863c534541a"},{"version":"6b9fca93bc6ec3042a7b6588c9f5c6789ef857ceda2016824f449cc88b814e90","signature":"5c891a44dc7286eeae4ecc4f5e8dfa5b80bf53d48f20c0c85403745c37df4f7f"},{"version":"5b50b0a9c421cfc4e4573da9edd3b6a3dd243938600f5311ca0b1f30cb18da2f","signature":"44258b31816b56083af4301ffd83a5a7c3bbed61e76b1d69bb0b102f175a433e"},{"version":"ad4f18248910ee01c85763a9a8734c8573f4517fa9492a8922ec5b397bb3c51b","signature":"0872e061364296e8a12b3a315b0d2c03a9bf0260944b7d9ecb500ebb711672c2"},{"version":"1ea1422ff132f5b79ba83a6f8bbf23571070420d75b709c3b6f935e094ee7cc8","signature":"1c418d720cfe91d690e03d5ecf608cbddc59c3aa8393d8d5e4142b94d1c337f2"},{"version":"dbf69d437963c3aafba65031931131f90789009a94f16f0fca0d7af4cab9c183","signature":"2b5e4aa4ea473b9358507dbb01ffcc8816a0c27df407b0f57af69ebf91dd495e"},{"version":"4f28c696aca0cbfbe7fe3620c80ebad51b11431a34d902f05639ec4b8c176bf1","signature":"2cd3c5cd4de290f5ca6939ea0430c01a95e6be815bee53b24fe72044ea8247f8"},{"version":"659c1c14cd84ad700a75191e29fd34beff6b7a10d71fc9ac061c31be6da0e985","signature":"4590e28d6f22b4639d8ddd83a520a9fdd359bf9b9c974447d7d41da31778119d"},{"version":"6a6dad73b8d60a1b8c22c8219bc5e4169c3be1ae6b1f68daabc94fc3e0ed0c3f","signature":"2f363ce59b51c4ff45049abf494d8bb3ac275ab7dec06d84869ffe86d43ba67a"},{"version":"875d3f0d28493eb3115f24fd672bdcc0cd641b6c6b2991d3f7859d599f769ddf","signature":"faed91ac8f44ba9c850dbd516ffbadbf09b0c39f5f5eb2b5d16a28bd07bb135c"},{"version":"e68bc91a625e20d7e93488d10af8ad3b4baa0030766220188d539e370338140b","signature":"476453d4369bd63d07afe0119abaff64f85cd74562b88fa2567a7abf2bc038da"},{"version":"a66b0bb30b5583e69b73364b4298c93f915d2cb31999b31c35a2e4b7f58ad5b2","signature":"451d627d64c4615567757c6890ae85794132a53e779d7c43cf526539eda076d2"},{"version":"cd80cf38d6e4dfec736310a0af616b3c7cfb826552dbf845d8d5ad1520340439","signature":"1d269526bed15c2e605274a0791588554a6e3368efb560c9c2811fcf8506ec6e"},{"version":"3c6c78a7d7276b2cf12f5a6274d51a9d965c772183c30d5b45fed07b2678de69","signature":"be4d544b4173e50a74459c7e5eaab67cf9411fb50f011defbe23f335babbdb3c"},{"version":"4f92558543832553edc66cae8b57d0a7efdd9ab7eacb970495e6e95c25874b29","signature":"a46c4b0cd524195a92d3e405151d4e79366c2eec1c796c4fcf48a0e87ece3d16"},{"version":"bc3dcb077e7820874e06abbaecab973b64336922c0574c5930712e0f3c452268","signature":"46bd198794545af4e1ed2e3ba15d212ba3c808cd8c53cea8293f1a537b6a258f"},{"version":"344605b15ee3c3b2a321d915261664b58113319590779974d76067f0c291ab32","signature":"ea8506c989feaa93b37a2826ea4b99714e345fbcc5d95689c95e45843f161aa8"},{"version":"a1cb0aa873a5df9fd7e4103708f75836bcc3591c961cbdea835c8c0c4d327990","signature":"dabf9dd75ee342f062f3592c6e32b2529cbbeeb7d28b6ba3e24375f99bda4474"},{"version":"54e7eb068874d37fafbff6e402beb2cbdb9e2042250a848f7a6dff3cad3774ca","signature":"8c7969f2e13f766fbc096d9c752d0a47ef6facd78229d396db9a475d2bbd117d"},{"version":"fcf5de5d5ab7edde6588af32d79c283dca61fb608e46e599dd17f99f367acec7","signature":"538c3efd5eb5a236b3bfe787a0046e2c3cd13873d5e1603cdbd69f99b18e025c"},{"version":"d7edc10d35d3794a22081e5f61c51791f04a56d65c451e6f5294c138a6bef33f","signature":"ad9b1ad8a3ff1b34d9fb1cbf0e5af5f1718567055e17a33f4c81845e53d66be0"},"e432b56911b58550616fc4d54c1606f65fe98c74875b81d74601f5f965767c60","cc957354aa3c94c9961ebf46282cfde1e81d107fc5785a61f62c67f1dd3ac2eb","a46a2e69d12afe63876ec1e58d70e5dbee6d3e74132f4468f570c3d69f809f1c","93de1c6dab503f053efe8d304cb522bb3a89feab8c98f307a674a4fae04773e9","fc72135da24040641388fb5f2c2a7a99aa5b962c0fa125bd96fabeec63dd2e63","5426e62886b7be7806312d31a00e8f7dccd6fe63ba9bbefe99ee2eab29cc48a3","6a9c5127096b35264eb7cd21b2417bfc1d42cceca9ba4ce2bb0c3410b7816042","78828b06c0d3b586954015e9ebde5480b009e166c71244763bda328ec0920f41","9122ed7070e054b73ebab37c2373a196def2d90e7d1a9a7fcd9d46b0e51fae78","a69c09dbea52352f479d3e7ac949fde3d17b195abe90b045d619f747b38d6d1a",{"version":"77f0b5c6a193a699c9f7d7fb0578e64e562d271afa740783665d2a827104a873","affectsGlobalScope":true},"21a167fec8f933752fb8157f06d28fab6817af3ad9b0bdb1908a10762391eab9",{"version":"3e4624c306340ad303cc536a07004e81336c3f088308a9e4a9f4c957a3cda2fd","affectsGlobalScope":true},"0c0cee62cb619aed81133b904f644515ba3064487002a7da83fd8aa07b1b4abd","5a94487653355b56018122d92392beb2e5f4a6c63ba5cef83bbe1c99775ef713",{"version":"d5135ad93b33adcce80b18f8065087934cdc1730d63db58562edcf017e1aad9b","affectsGlobalScope":true},"82408ed3e959ddc60d3e9904481b5a8dc16469928257af22a3f7d1a3bc7fd8c4","025fc13211ed47d2798269017af3ec869122a050d5431a6ad3c1997900e65c58","bb9c4ffa5e6290c6980b63c815cdd1625876dadb2efaf77edbe82984be93e55e","75ecef44f126e2ae018b4abbd85b6e8a2e2ba1638ebec56cc64274643ce3567b","f30bb836526d930a74593f7b0f5c1c46d10856415a8f69e5e2fc3db80371e362","14b5aa23c5d0ae1907bc696ac7b6915d88f7d85799cc0dc2dcf98fbce2c5a67c","5c439dafdc09abe4d6c260a96b822fa0ba5be7203c71a63ab1f1423cd9e838ea",{"version":"249a2b90439cdfd51709539fbfa4dfe0791cbae6efce1e9b327ba8f8cd703f49","affectsGlobalScope":true},"40b991dc3365179e1365643589e168d7ea0588b4dd5bbb3a974ffefa7cb05e7f","bf057bb805c5e1c0e795ac7c759d40ebbe0e9894df9be3413bbdd8d1a2fc229e","74f2bb83d1ccf390f48681be57a30c09e85b4c7a801267746e382b2386fc667e","7bac475dcdd9f7e4e9da934d32c305bc889c4ce3c8ac0ef45a93a8d670fff607","5d357e7965026197a3152fa4e990fa7a4cbaf1578a17dff920ff1a71a325e198","8acf99b1c8682276a63ea5bb68433782715892726b97e4604a415e4e56bce41c",{"version":"e8b18c6385ff784228a6f369694fcf1a6b475355ba89090a88de13587a9391d5","affectsGlobalScope":true},"3b145a2351f5cf16abf999c8d5f4481c74dffdc54ec1e9a89992e2622e1226c5","a907bf91df26df2400858ef75f749498fb5cf00062bf90a737ac3949cc07978d","d270fd4b565eda11a0a737c181892316b7a1ace06c7988d0246219c3df11db06","70caef0271088abc5f5ae7ff6d84421d35bb192b690fbaa1b2ecf2b0ef01deb6",{"version":"59a638a504490fecaacf0020b9814b6abee37edb66047eb1ab9f7c2274bf1da0","affectsGlobalScope":true},"5153a2fd150e46ce57bb3f8db1318d33f6ad3261ed70ceeff92281c0608c74a3","d1a78a3c5708807e8de3e399f91df4797c62e44b02195eefc2209b2e713e54ee","8c4c1a64db28930732033c31418f817dcb9d09d706766707ae6d38f23faf0c53","25846d43937c672bab7e8195f3d881f93495df712ee901860effc109918938cc","12a70315c8281e46d65696086dd25827408e967b305a22276ae2779fe519e0fe","1b952304137851e45bc009785de89ada562d9376177c97e37702e39e60c2f1ff",{"version":"806ef4cac3b3d9fa4a48d849c8e084d7c72fcd7b16d76e06049a9ed742ff79c0","affectsGlobalScope":true},"44b8b584a338b190a59f4f6929d072431950c7bd92ec2694821c11bce180c8a5","23b89798789dffbd437c0c423f5d02d11f9736aea73d6abf16db4f812ff36eda","29d613c3964ea75b2b4e0d17098245c34529282e9cc72b7e4eeb2a7b12c27cb7",{"version":"970a90f76d4d219ad60819d61f5994514087ba94c985647a3474a5a3d12714ed","affectsGlobalScope":true},"664d8f2d59164f2e08c543981453893bc7e003e4dfd29651ce09db13e9457980","a381f079c4804442f179d742fdb2e495fe28d67a47cac673485f75ae2e77aeca","3c13ef48634e7b5012fcf7e8fce7496352c2d779a7201389ca96a2a81ee4314d","5d0a25ec910fa36595f85a67ac992d7a53dd4064a1ba6aea1c9f14ab73a023f2",{"version":"bfe39beb986d2a2e512c091cbe924f1c415bc65de54de0e2f6a0dc6f84c183d9","affectsGlobalScope":true},"2af17363f8a062e3a8cd1b26030af0058b3f86e783f4fc6aa9f57247f240ebaa","06d7c42d256f0ce6afe1b2b6cfbc97ab391f29dadb00dd0ae8e8f23f5bc916c3","dfe08140492cdc135fb7fd9c4a652c05207b61a436906079b87da1d3111314bf","e59a892d87e72733e2a9ca21611b9beb52977be2696c7ba4b216cbbb9a48f5aa","089e1f8603cbc35ab977c8dcc662eb754b82fca32ed1dfb16bd682726c2d5432","8a300fa9b698845a1f9c41ecbe2c5966634582a8e2020d51abcace9b55aa959e",{"version":"ab9b9a36e5284fd8d3bf2f7d5fcbc60052f25f27e4d20954782099282c60d23e","affectsGlobalScope":true},"82fc37849846a3a0264047621d5beb6ce2ddeb2f83bdee2c79523af3c3282d97","3ebae8c00411116a66fca65b08228ea0cf0b72724701f9b854442100aab55aba","8b06ac3faeacb8484d84ddb44571d8f410697f98d7bfa86c0fda60373a9f5215","7eb06594824ada538b1d8b48c3925a83e7db792f47a081a62cf3e5c4e23cf0ee","f5638f7c2f12a9a1a57b5c41b3c1ea7db3876c003bab68e6a57afd6bcc169af0","0d14fa22c41fdc7277e6f71473b20ebc07f40f00e38875142335d5b63cdfc9d2","7980bf9d2972585cdf76b5a72105f7817be0723ccb2256090f6335f45b462abe","301d7466eb591139c7d456958f732153b3400f3243f68d3321956b43a64769e9","22f13de9e2fe5f0f4724797abd3d34a1cdd6e47ef81fc4933fea3b8bf4ad524b","e3ba509d3dce019b3190ceb2f3fc88e2610ab717122dabd91a9efaa37804040d","cda0cb09b995489b7f4c57f168cd31b83dcbaa7aad49612734fb3c9c73f6e4f2",{"version":"2abad7477cf6761b55c18bea4c21b5a5dcf319748c13696df3736b35f8ac149e","affectsGlobalScope":true},"f3e604694b624fa3f83f6684185452992088f5efb2cf136b62474aa106d6f1b6","675e702f2032766a91eeadee64f51014c64688525da99dccd8178f0c599f13a8","fe4a2042d087990ebfc7dc0142d5aaf5a152e4baea86b45f283f103ec1e871ea","d70c026dd2eeaa974f430ea229230a1897fdb897dc74659deebe2afd4feeb08f","187119ff4f9553676a884e296089e131e8cc01691c546273b1d0089c3533ce42","febf0b2de54781102b00f61653b21377390a048fbf5262718c91860d11ff34a6","ca59fe42b81228a317812e95a2e72ccc8c7f1911b5f0c2a032adf41a0161ec5d","9364c7566b0be2f7b70ff5285eb34686f83ccb01bda529b82d23b2a844653bfb","00baffbe8a2f2e4875367479489b5d43b5fc1429ecb4a4cc98cfc3009095f52a","ae9930989ed57478eb03b9b80ad3efa7a3eacdfeff0f78ecf7894c4963a64f93","3c92b6dfd43cc1c2485d9eba5ff0b74a19bb8725b692773ef1d66dac48cda4bd","3e59f00ab03c33717b3130066d4debb272da90eeded4935ff0604c2bc25a5cae","df996e25faa505f85aeb294d15ebe61b399cf1d1e49959cdfaf2cc0815c203f9",{"version":"f2eff8704452659641164876c1ef0df4174659ce7311b0665798ea3f556fa9ad","affectsGlobalScope":true},"8841e2aa774b89bd23302dede20663306dc1b9902431ac64b24be8b8d0e3f649","209e814e8e71aec74f69686a9506dd7610b97ab59dcee9446266446f72a76d05","6fa0008bf91a4cc9c8963bace4bba0bd6865cbfa29c3e3ccc461155660fb113a","2b8264b2fefd7367e0f20e2c04eed5d3038831fe00f5efbc110ff0131aab899b","f1d8b21cdf08726021c8cce0cd6159486236cf1d633eeabbc435b5b2e5869c2e","199f9ead0daf25ae4c5632e3d1f42570af59685294a38123eef457407e13f365","b0d10e46cfe3f6c476b69af02eaa38e4ccc7430221ce3109ae84bb9fb8282298","89911b8c6c9ec349bc2b1b8d5d475e6fcc1e6b3a97ae958937b625f15d735c3d","70e9a18da08294f75bf23e46c7d69e67634c0765d355887b9b41f0d959e1426e","105b9a2234dcb06ae922f2cd8297201136d416503ff7d16c72bfc8791e9895c1"],"options":{"declaration":true,"esModuleInterop":true,"module":1,"outDir":"./cjs","rootDir":"../src","skipLibCheck":true,"strict":true,"target":4},"fileIdsList":[[166,218],[218],[218,231],[166,167,168,169,170,218],[166,168,218],[172,218],[190,218,225],[218,227],[218,228],[218,233,235],[218,238,240,241,242,243,244,245,246,247,248,249,250],[218,238,239,241,242,243,244,245,246,247,248,249,250],[218,239,240,241,242,243,244,245,246,247,248,249,250],[218,238,239,240,242,243,244,245,246,247,248,249,250],[218,238,239,240,241,243,244,245,246,247,248,249,250],[218,238,239,240,241,242,244,245,246,247,248,249,250],[218,238,239,240,241,242,243,245,246,247,248,249,250],[218,238,239,240,241,242,243,244,246,247,248,249,250],[218,238,239,240,241,242,243,244,245,247,248,249,250],[218,238,239,240,241,242,243,244,245,246,248,249,250],[218,238,239,240,241,242,243,244,245,246,247,249,250],[218,238,239,240,241,242,243,244,245,246,247,248,250],[218,238,239,240,241,242,243,244,245,246,247,248,249],[174,218],[177,218],[178,183,218],[179,189,190,197,206,217,218],[179,180,189,197,218],[181,218],[182,183,190,198,218],[183,206,214,218],[184,186,189,197,218],[185,218],[186,187,218],[188,189,218],[189,218],[189,190,191,206,217,218],[189,190,191,206,209,218],[218,222],[192,197,206,217,218],[189,190,192,193,197,206,214,217,218],[192,194,206,214,217,218],[174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224],[189,195,218],[196,217,218],[186,189,197,206,218],[198,218],[199,218],[177,200,218],[201,216,218,222],[202,218],[203,218],[189,204,218],[204,205,218,220],[189,206,207,208,209,218],[206,208,218],[206,207,218],[209,218],[210,218],[189,212,213,218],[212,213,218],[183,197,206,214,218],[215,218],[197,216,218],[178,192,203,217,218],[183,218],[206,218,219],[218,220],[218,221],[178,183,189,191,200,206,217,218,220,222],[206,218,223],[218,259],[218,233],[218,230,234],[52,218],[218,232],[59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,163,218],[46,47,48,49,50,192,194,218],[47,48,50,57,162,164,218],[162,164,218],[47,48,56,57,58,160,218],[46,218],[50,52,53,54,162,218],[50,162,218],[48,49,50,51,55,56,161,164,218],[56,128,162,218],[56,162,218],[56,74,141,162,218],[56,73,110,162,218],[56,60,61,64,66,68,97,98,99,104,105,110,111,112,115,116,117,119,120,122,123,124,127,128,129,130,136,137,139,140,141,162,218],[56,107,108,110,162,218],[56,136,138,140,162,218],[56,140,162,218],[56,138,162,163,218],[56,75,141,162,218],[56,124,126,138,140,162,218],[56,106,109,110,162,218],[56,138,140,162,218],[56,76,141,162,218],[56,86,87,88,90,92,94,96,162,218],[56,105,138,162,218],[56,89,162,218],[56,71,105,162,163,218],[56,105,138,140,162,218],[56,71,105,162,218],[56,74,75,76,77,78,79,80,81,105,162,218],[56,68,71,72,82,83,85,104,110,138,162,218],[56,115,122,138,162,218],[56,69,162,218],[56,69,70,162,218],[56,77,141,162,218],[56,73,82,110,162,218],[56,89,91,93,95,138,140,162,218],[56,89,91,93,95,124,126,138,140,162,218],[56,71,97,138,140,162,218],[56,71,162,218],[56,71,105,124,140,162,218],[56,65,67,138,162,218],[56,66,122,162,218],[56,78,141,162,218],[56,99,102,162,218],[56,59,90,92,94,96,98,100,101,110,120,121,124,127,141,162,218],[56,141,162,218],[56,133,136,138,140,162,218],[56,61,66,68,137,138,139,162,218],[56,86,87,90,92,94,96,162,218],[56,71,85,110,162,218],[56,71,84,105,110,140,162,218],[56,71,74,75,76,77,78,79,80,81,82,84,85,102,105,106,107,108,109,120,124,127,138,140,141,162,163,218],[56,119,122,138,162,218],[56,101,119,162,218],[56,71,117,118,120,138,162,218],[56,73,138,140,162,218],[56,79,141,162,218],[56,64,138,162,218],[56,61,62,63,124,138,162,218],[56,71,107,110,162,218],[56,102,104,162,218],[56,71,103,105,110,122,138,162,163,218],[56,60,71,101,110,112,115,116,119,121,122,138,162,163,218],[56,124,138,162,218],[56,115,138,162,218],[56,60,111,112,113,114,122,138,140,162,218],[56,138,162,218],[56,124,126,162,218],[56,86,87,90,92,94,96,124,126,162,218],[56,124,125,127,162,218],[56,60,64,99,112,123,138,162,218],[56,122,124,138,162,218],[56,102,120,123,162,218],[56,65,67,121,123,138,162,163,218],[56,71,102,120,122,124,162,218],[56,80,141,162,218],[56,124,131,132,134,135,138,162,218],[56,134,162,218],[56,110,162,218],[56,109,110,162,218],[56,70,162,218],[47,58,164,218],[59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,163],[46,48,192,194],[47,48,162,164],[162],[47,48,56,57,58,160],[46],[53,162],[48,51,56,161,164],[56,128,162],[56,162],[56,74,141,162],[56,73,110,162],[56,60,61,64,66,68,97,98,99,104,105,110,111,112,115,116,117,119,120,122,123,124,127,128,129,130,136,137,139,140,141,162],[56,107,108,110,162],[56,136,138,140,162],[56,140,162],[56,138,162,163],[56,75,141,162],[56,124,126,138,140,162],[56,106,109,110,162],[56,138,140,162],[56,76,141,162],[56,86,87,88,90,92,94,96,162],[56,105,138,162],[56,89,162],[56,71,105,162,163],[56,105,138,140,162],[56,71,105,162],[56,74,75,76,77,78,79,80,81,105,162],[56,68,71,72,82,83,85,104,110,138,162],[56,115,122,138,162],[56,69,162],[56,69,70,162],[56,77,141,162],[56,73,82,110,162],[56,89,91,93,95,138,140,162],[56,89,91,93,95,124,126,138,140,162],[56,71,97,138,140,162],[56,71,162],[56,71,105,124,140,162],[56,65,67,138,162],[56,66,122,162],[56,78,141,162],[56,99,102,162],[56,59,90,92,94,96,98,100,101,110,120,121,124,127,141,162],[56,141,162],[56,133,136,138,140,162],[56,61,66,68,137,138,139,162],[56,86,87,90,92,94,96,162],[56,71,85,110,162],[56,71,84,105,110,140,162],[56,71,74,75,76,77,78,79,80,81,82,84,85,102,105,106,107,108,109,120,124,127,138,140,141,162,163],[56,119,122,138,162],[56,101,119,162],[56,71,117,118,120,138,162],[56,73,138,140,162],[56,79,141,162],[56,64,138,162],[56,61,62,63,124,138,162],[56,71,107,110,162],[56,102,104,162],[56,71,103,105,110,122,138,162,163],[56,60,71,101,110,112,115,116,119,121,122,138,162,163],[56,124,138,162],[56,115,138,162],[56,60,111,112,113,114,122,138,140,162],[56,138,162],[56,124,126,162],[56,86,87,90,92,94,96,124,126,162],[56,124,125,127,162],[56,60,64,99,112,123,138,162],[56,122,124,138,162],[56,102,120,123,162],[56,65,67,121,123,138,162,163],[56,71,102,120,122,124,162],[56,80,141,162],[56,124,131,132,134,135,138,162],[56,134,162],[56,110,162],[56,109,110,162],[56,70,162],[47,58]],"referencedMap":[[168,1],[166,2],[232,3],[231,2],[171,4],[167,1],[169,5],[170,1],[173,6],[226,7],[227,2],[228,8],[229,9],[236,10],[237,2],[239,11],[240,12],[238,13],[241,14],[242,15],[243,16],[244,17],[245,18],[246,19],[247,20],[248,21],[249,22],[250,23],[251,2],[252,2],[172,2],[174,24],[175,24],[177,25],[178,26],[179,27],[180,28],[181,29],[182,30],[183,31],[184,32],[185,33],[186,34],[187,34],[188,35],[189,36],[190,37],[191,38],[176,39],[224,2],[192,40],[193,41],[194,42],[225,43],[195,44],[196,45],[197,46],[198,47],[199,48],[200,49],[201,50],[202,51],[203,52],[204,53],[205,54],[206,55],[208,56],[207,57],[209,58],[210,59],[211,2],[212,60],[213,61],[214,62],[215,63],[216,64],[217,65],[218,66],[219,67],[220,68],[221,69],[222,70],[223,71],[253,2],[254,2],[255,2],[256,2],[257,2],[258,2],[259,2],[260,72],[46,2],[234,73],[235,74],[230,2],[52,2],[53,75],[233,76],[8,2],[9,2],[13,2],[12,2],[2,2],[14,2],[15,2],[16,2],[17,2],[18,2],[19,2],[20,2],[21,2],[3,2],[4,2],[45,2],[25,2],[22,2],[23,2],[24,2],[26,2],[27,2],[28,2],[5,2],[29,2],[30,2],[31,2],[32,2],[6,2],[33,2],[34,2],[35,2],[36,2],[7,2],[37,2],[42,2],[43,2],[38,2],[39,2],[40,2],[41,2],[1,2],[44,2],[11,2],[10,2],[164,77],[51,78],[58,79],[54,80],[49,2],[50,2],[47,2],[161,81],[48,82],[55,83],[160,77],[56,84],[162,85],[163,86],[59,87],[142,88],[74,89],[143,87],[138,90],[109,91],[131,92],[129,93],[144,94],[145,95],[75,89],[127,96],[107,97],[116,98],[146,99],[76,89],[89,100],[147,101],[88,102],[72,103],[68,104],[148,105],[82,106],[83,105],[105,107],[112,108],[70,109],[71,110],[149,111],[77,112],[96,113],[135,92],[90,113],[87,114],[86,114],[92,113],[128,94],[97,101],[98,115],[150,94],[151,116],[152,117],[66,118],[65,119],[67,119],[153,120],[78,89],[100,121],[102,122],[154,123],[134,124],[140,125],[139,94],[93,126],[84,127],[85,128],[155,93],[110,129],[156,87],[117,130],[118,131],[119,132],[73,123],[141,133],[157,134],[79,89],[94,114],[61,135],[62,135],[63,135],[64,136],[95,126],[130,113],[106,137],[103,138],[104,139],[120,140],[60,141],[113,142],[115,143],[114,142],[111,144],[125,145],[91,146],[126,147],[99,98],[124,148],[123,149],[101,150],[122,151],[121,152],[158,153],[80,89],[137,92],[136,154],[133,155],[132,92],[159,156],[108,157],[69,158],[81,156],[57,159],[165,2]],"exportedModulesMap":[[168,1],[166,2],[232,3],[231,2],[171,4],[167,1],[169,5],[170,1],[173,6],[226,7],[227,2],[228,8],[229,9],[236,10],[237,2],[239,11],[240,12],[238,13],[241,14],[242,15],[243,16],[244,17],[245,18],[246,19],[247,20],[248,21],[249,22],[250,23],[251,2],[252,2],[172,2],[174,24],[175,24],[177,25],[178,26],[179,27],[180,28],[181,29],[182,30],[183,31],[184,32],[185,33],[186,34],[187,34],[188,35],[189,36],[190,37],[191,38],[176,39],[224,2],[192,40],[193,41],[194,42],[225,43],[195,44],[196,45],[197,46],[198,47],[199,48],[200,49],[201,50],[202,51],[203,52],[204,53],[205,54],[206,55],[208,56],[207,57],[209,58],[210,59],[211,2],[212,60],[213,61],[214,62],[215,63],[216,64],[217,65],[218,66],[219,67],[220,68],[221,69],[222,70],[223,71],[253,2],[254,2],[255,2],[256,2],[257,2],[258,2],[259,2],[260,72],[46,2],[234,73],[235,74],[230,2],[52,2],[53,75],[233,76],[8,2],[9,2],[13,2],[12,2],[2,2],[14,2],[15,2],[16,2],[17,2],[18,2],[19,2],[20,2],[21,2],[3,2],[4,2],[45,2],[25,2],[22,2],[23,2],[24,2],[26,2],[27,2],[28,2],[5,2],[29,2],[30,2],[31,2],[32,2],[6,2],[33,2],[34,2],[35,2],[36,2],[7,2],[37,2],[42,2],[43,2],[38,2],[39,2],[40,2],[41,2],[1,2],[44,2],[11,2],[10,2],[164,160],[51,161],[58,162],[54,163],[161,164],[48,165],[55,166],[160,160],[56,163],[162,167],[163,168],[59,169],[142,170],[74,171],[143,169],[138,172],[109,173],[131,174],[129,175],[144,176],[145,177],[75,171],[127,178],[107,179],[116,180],[146,181],[76,171],[89,182],[147,183],[88,184],[72,185],[68,186],[148,187],[82,188],[83,187],[105,189],[112,190],[70,191],[71,192],[149,193],[77,194],[96,195],[135,174],[90,195],[87,196],[86,196],[92,195],[128,176],[97,183],[98,197],[150,176],[151,198],[152,199],[66,200],[65,201],[67,201],[153,202],[78,171],[100,203],[102,204],[154,205],[134,206],[140,207],[139,176],[93,208],[84,209],[85,210],[155,175],[110,211],[156,169],[117,212],[118,213],[119,214],[73,205],[141,215],[157,216],[79,171],[94,196],[61,217],[62,217],[63,217],[64,218],[95,208],[130,195],[106,219],[103,220],[104,221],[120,222],[60,223],[113,224],[115,225],[114,224],[111,226],[125,227],[91,228],[126,229],[99,180],[124,230],[123,231],[101,232],[122,233],[121,234],[158,235],[80,171],[137,174],[136,236],[133,237],[132,174],[159,238],[108,239],[69,240],[81,238],[57,241]],"semanticDiagnosticsPerFile":[168,166,232,231,171,167,169,170,173,226,227,228,229,236,237,239,240,238,241,242,243,244,245,246,247,248,249,250,251,252,172,174,175,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,176,224,192,193,194,225,195,196,197,198,199,200,201,202,203,204,205,206,208,207,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,253,254,255,256,257,258,259,260,46,234,235,230,52,53,233,8,9,13,12,2,14,15,16,17,18,19,20,21,3,4,45,25,22,23,24,26,27,28,5,29,30,31,32,6,33,34,35,36,7,37,42,43,38,39,40,41,1,44,11,10,164,51,58,54,49,50,47,161,48,55,160,56,162,163,59,142,74,143,138,109,131,129,144,145,75,127,107,116,146,76,89,147,88,72,68,148,82,83,105,112,70,71,149,77,96,135,90,87,86,92,128,97,98,150,151,152,66,65,67,153,78,100,102,154,134,140,139,93,84,85,155,110,156,117,118,119,73,141,157,79,94,61,62,63,64,95,130,106,103,104,120,60,113,115,114,111,125,91,126,99,124,123,101,122,121,158,80,137,136,133,132,159,108,69,81,57,165]},"version":"4.7.4"}
|
1
|
+
{"program":{"fileNames":["../node_modules/typescript/lib/lib.es5.d.ts","../node_modules/typescript/lib/lib.es2015.d.ts","../node_modules/typescript/lib/lib.es2016.d.ts","../node_modules/typescript/lib/lib.es2017.d.ts","../node_modules/typescript/lib/lib.es2018.d.ts","../node_modules/typescript/lib/lib.es2019.d.ts","../node_modules/typescript/lib/lib.es2020.d.ts","../node_modules/typescript/lib/lib.dom.d.ts","../node_modules/typescript/lib/lib.dom.iterable.d.ts","../node_modules/typescript/lib/lib.webworker.importscripts.d.ts","../node_modules/typescript/lib/lib.scripthost.d.ts","../node_modules/typescript/lib/lib.es2015.core.d.ts","../node_modules/typescript/lib/lib.es2015.collection.d.ts","../node_modules/typescript/lib/lib.es2015.generator.d.ts","../node_modules/typescript/lib/lib.es2015.iterable.d.ts","../node_modules/typescript/lib/lib.es2015.promise.d.ts","../node_modules/typescript/lib/lib.es2015.proxy.d.ts","../node_modules/typescript/lib/lib.es2015.reflect.d.ts","../node_modules/typescript/lib/lib.es2015.symbol.d.ts","../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../node_modules/typescript/lib/lib.es2016.array.include.d.ts","../node_modules/typescript/lib/lib.es2017.object.d.ts","../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../node_modules/typescript/lib/lib.es2017.string.d.ts","../node_modules/typescript/lib/lib.es2017.intl.d.ts","../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../node_modules/typescript/lib/lib.es2018.intl.d.ts","../node_modules/typescript/lib/lib.es2018.promise.d.ts","../node_modules/typescript/lib/lib.es2018.regexp.d.ts","../node_modules/typescript/lib/lib.es2019.array.d.ts","../node_modules/typescript/lib/lib.es2019.object.d.ts","../node_modules/typescript/lib/lib.es2019.string.d.ts","../node_modules/typescript/lib/lib.es2019.symbol.d.ts","../node_modules/typescript/lib/lib.es2020.bigint.d.ts","../node_modules/typescript/lib/lib.es2020.date.d.ts","../node_modules/typescript/lib/lib.es2020.promise.d.ts","../node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../node_modules/typescript/lib/lib.es2020.string.d.ts","../node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../node_modules/typescript/lib/lib.es2020.intl.d.ts","../node_modules/typescript/lib/lib.es2020.number.d.ts","../node_modules/typescript/lib/lib.esnext.intl.d.ts","../node_modules/typescript/lib/lib.es2017.full.d.ts","../node_modules/axios/index.d.ts","../src/error.ts","../src/interceptor.ts","../src/config.ts","../src/debug.ts","../src/client.ts","../node_modules/json-typescript/dist/index.d.ts","../node_modules/jsonapi-typescript/index.ts","../src/common.ts","../src/jsonapi.ts","../src/query.ts","../src/static.ts","../src/commercelayer.ts","../src/resources/adjustments.ts","../src/resources/shipping_categories.ts","../src/resources/price_lists.ts","../src/resources/price_tiers.ts","../src/resources/price_volume_tiers.ts","../src/resources/prices.ts","../src/resources/inventory_return_locations.ts","../src/resources/inventory_models.ts","../src/resources/inventory_stock_locations.ts","../src/resources/customer_groups.ts","../src/resources/webhooks.ts","../src/resources/event_callbacks.ts","../src/resources/events.ts","../src/resources/customer_addresses.ts","../src/resources/payment_gateways.ts","../src/resources/adyen_payments.ts","../src/resources/braintree_payments.ts","../src/resources/checkout_com_payments.ts","../src/resources/external_payments.ts","../src/resources/klarna_payments.ts","../src/resources/paypal_payments.ts","../src/resources/stripe_payments.ts","../src/resources/wire_transfers.ts","../src/resources/customer_payment_sources.ts","../src/resources/customer_subscriptions.ts","../src/resources/order_copies.ts","../src/resources/order_subscriptions.ts","../src/resources/free_gift_promotions.ts","../src/resources/fixed_price_promotions.ts","../src/resources/coupons.ts","../src/resources/coupon_codes_promotion_rules.ts","../src/resources/fixed_amount_promotions.ts","../src/resources/sku_list_promotion_rules.ts","../src/resources/free_shipping_promotions.ts","../src/resources/order_amount_promotion_rules.ts","../src/resources/percentage_discount_promotions.ts","../src/resources/promotion_rules.ts","../src/resources/external_promotions.ts","../src/resources/gift_card_recipients.ts","../src/resources/gift_cards.ts","../src/resources/sku_options.ts","../src/resources/line_item_options.ts","../src/resources/stock_line_items.ts","../src/resources/line_items.ts","../src/resources/return_line_items.ts","../src/resources/returns.ts","../src/resources/customers.ts","../src/resources/refunds.ts","../src/resources/captures.ts","../src/resources/voids.ts","../src/resources/authorizations.ts","../src/resources/orders.ts","../src/resources/shipping_zones.ts","../src/resources/delivery_lead_times.ts","../src/resources/shipping_method_tiers.ts","../src/resources/shipping_weight_tiers.ts","../src/resources/shipping_methods.ts","../src/resources/carrier_accounts.ts","../src/resources/packages.ts","../src/resources/parcel_line_items.ts","../src/resources/parcels.ts","../src/resources/shipments.ts","../src/resources/stock_transfers.ts","../src/resources/stock_locations.ts","../src/resources/stock_items.ts","../src/resources/skus.ts","../src/resources/sku_list_items.ts","../src/resources/sku_lists.ts","../src/resources/bundles.ts","../src/resources/geocoders.ts","../src/resources/billing_info_validation_rules.ts","../src/resources/promotions.ts","../src/resources/avalara_accounts.ts","../src/resources/taxjar_accounts.ts","../src/resources/tax_rules.ts","../src/resources/manual_tax_calculators.ts","../src/resources/external_tax_calculators.ts","../src/resources/tax_categories.ts","../src/resources/tax_calculators.ts","../src/resources/attachments.ts","../src/resources/merchants.ts","../src/resources/markets.ts","../src/resources/payment_methods.ts","../src/resources/adyen_gateways.ts","../src/resources/application.ts","../src/resources/bing_geocoders.ts","../src/resources/braintree_gateways.ts","../src/resources/checkout_com_gateways.ts","../src/resources/coupon_recipients.ts","../src/resources/customer_password_resets.ts","../src/resources/external_gateways.ts","../src/resources/google_geocoders.ts","../src/resources/imports.ts","../src/resources/in_stock_subscriptions.ts","../src/resources/klarna_gateways.ts","../src/resources/manual_gateways.ts","../src/resources/order_validation_rules.ts","../src/resources/organization.ts","../src/resources/paypal_gateways.ts","../src/resources/stripe_gateways.ts","../src/resources/transactions.ts","../src/model.ts","../src/index.ts","../src/resource.ts","../src/resources/addresses.ts","../src/api.ts","../src/util.ts","../node_modules/@babel/types/lib/index.d.ts","../node_modules/@types/babel__generator/index.d.ts","../node_modules/@babel/parser/typings/babel-parser.d.ts","../node_modules/@types/babel__template/index.d.ts","../node_modules/@types/babel__traverse/index.d.ts","../node_modules/@types/babel__core/index.d.ts","../node_modules/@types/ms/index.d.ts","../node_modules/@types/debug/index.d.ts","../node_modules/@types/node/assert.d.ts","../node_modules/@types/node/assert/strict.d.ts","../node_modules/@types/node/globals.d.ts","../node_modules/@types/node/async_hooks.d.ts","../node_modules/@types/node/buffer.d.ts","../node_modules/@types/node/child_process.d.ts","../node_modules/@types/node/cluster.d.ts","../node_modules/@types/node/console.d.ts","../node_modules/@types/node/constants.d.ts","../node_modules/@types/node/crypto.d.ts","../node_modules/@types/node/dgram.d.ts","../node_modules/@types/node/diagnostics_channel.d.ts","../node_modules/@types/node/dns.d.ts","../node_modules/@types/node/dns/promises.d.ts","../node_modules/@types/node/domain.d.ts","../node_modules/@types/node/events.d.ts","../node_modules/@types/node/fs.d.ts","../node_modules/@types/node/fs/promises.d.ts","../node_modules/@types/node/http.d.ts","../node_modules/@types/node/http2.d.ts","../node_modules/@types/node/https.d.ts","../node_modules/@types/node/inspector.d.ts","../node_modules/@types/node/module.d.ts","../node_modules/@types/node/net.d.ts","../node_modules/@types/node/os.d.ts","../node_modules/@types/node/path.d.ts","../node_modules/@types/node/perf_hooks.d.ts","../node_modules/@types/node/process.d.ts","../node_modules/@types/node/punycode.d.ts","../node_modules/@types/node/querystring.d.ts","../node_modules/@types/node/readline.d.ts","../node_modules/@types/node/repl.d.ts","../node_modules/@types/node/stream.d.ts","../node_modules/@types/node/stream/promises.d.ts","../node_modules/@types/node/stream/consumers.d.ts","../node_modules/@types/node/stream/web.d.ts","../node_modules/@types/node/string_decoder.d.ts","../node_modules/@types/node/test.d.ts","../node_modules/@types/node/timers.d.ts","../node_modules/@types/node/timers/promises.d.ts","../node_modules/@types/node/tls.d.ts","../node_modules/@types/node/trace_events.d.ts","../node_modules/@types/node/tty.d.ts","../node_modules/@types/node/url.d.ts","../node_modules/@types/node/util.d.ts","../node_modules/@types/node/v8.d.ts","../node_modules/@types/node/vm.d.ts","../node_modules/@types/node/wasi.d.ts","../node_modules/@types/node/worker_threads.d.ts","../node_modules/@types/node/zlib.d.ts","../node_modules/@types/node/globals.global.d.ts","../node_modules/@types/node/index.d.ts","../node_modules/@types/graceful-fs/index.d.ts","../node_modules/@types/istanbul-lib-coverage/index.d.ts","../node_modules/@types/istanbul-lib-report/index.d.ts","../node_modules/@types/istanbul-reports/index.d.ts","../node_modules/jest-matcher-utils/node_modules/chalk/index.d.ts","../node_modules/@sinclair/typebox/typebox.d.ts","../node_modules/@jest/schemas/build/index.d.ts","../node_modules/pretty-format/build/index.d.ts","../node_modules/jest-diff/build/index.d.ts","../node_modules/jest-matcher-utils/build/index.d.ts","../node_modules/@types/jest/index.d.ts","../node_modules/@types/json-schema/index.d.ts","../node_modules/@types/lodash/common/common.d.ts","../node_modules/@types/lodash/common/array.d.ts","../node_modules/@types/lodash/common/collection.d.ts","../node_modules/@types/lodash/common/date.d.ts","../node_modules/@types/lodash/common/function.d.ts","../node_modules/@types/lodash/common/lang.d.ts","../node_modules/@types/lodash/common/math.d.ts","../node_modules/@types/lodash/common/number.d.ts","../node_modules/@types/lodash/common/object.d.ts","../node_modules/@types/lodash/common/seq.d.ts","../node_modules/@types/lodash/common/string.d.ts","../node_modules/@types/lodash/common/util.d.ts","../node_modules/@types/lodash/index.d.ts","../node_modules/@types/minimatch/index.d.ts","../node_modules/@types/minimist/index.d.ts","../node_modules/@types/normalize-package-data/index.d.ts","../node_modules/@types/parse-json/index.d.ts","../node_modules/@types/prettier/index.d.ts","../node_modules/@types/retry/index.d.ts","../node_modules/@types/stack-utils/index.d.ts","../node_modules/@types/tough-cookie/index.d.ts","../node_modules/@types/yargs-parser/index.d.ts","../node_modules/@types/yargs/index.d.ts"],"fileInfos":[{"version":"f5c28122bee592cfaf5c72ed7bcc47f453b79778ffa6e301f45d21a0970719d4","affectsGlobalScope":true},"dc47c4fa66b9b9890cf076304de2a9c5201e94b740cffdf09f87296d877d71f6","7a387c58583dfca701b6c85e0adaf43fb17d590fb16d5b2dc0a2fbd89f35c467","8a12173c586e95f4433e0c6dc446bc88346be73ffe9ca6eec7aa63c8f3dca7f9","5f4e733ced4e129482ae2186aae29fde948ab7182844c3a5a51dd346182c7b06","e6b724280c694a9f588847f754198fb96c43d805f065c3a5b28bbc9594541c84","1fc5ab7a764205c68fa10d381b08417795fc73111d6dd16b5b1ed36badb743d9",{"version":"3f149f903dd20dfeb7c80e228b659f0e436532de772469980dbd00702cc05cc1","affectsGlobalScope":true},{"version":"1272277fe7daa738e555eb6cc45ded42cc2d0f76c07294142283145d49e96186","affectsGlobalScope":true},{"version":"7fac8cb5fc820bc2a59ae11ef1c5b38d3832c6d0dfaec5acdb5569137d09a481","affectsGlobalScope":true},{"version":"097a57355ded99c68e6df1b738990448e0bf170e606707df5a7c0481ff2427cd","affectsGlobalScope":true},{"version":"adb996790133eb33b33aadb9c09f15c2c575e71fb57a62de8bf74dbf59ec7dfb","affectsGlobalScope":true},{"version":"43fb1d932e4966a39a41b464a12a81899d9ae5f2c829063f5571b6b87e6d2f9c","affectsGlobalScope":true},{"version":"cdccba9a388c2ee3fd6ad4018c640a471a6c060e96f1232062223063b0a5ac6a","affectsGlobalScope":true},{"version":"c5c05907c02476e4bde6b7e76a79ffcd948aedd14b6a8f56e4674221b0417398","affectsGlobalScope":true},{"version":"0d5f52b3174bee6edb81260ebcd792692c32c81fd55499d69531496f3f2b25e7","affectsGlobalScope":true},{"version":"810627a82ac06fb5166da5ada4159c4ec11978dfbb0805fe804c86406dab8357","affectsGlobalScope":true},{"version":"181f1784c6c10b751631b24ce60c7f78b20665db4550b335be179217bacc0d5f","affectsGlobalScope":true},{"version":"3013574108c36fd3aaca79764002b3717da09725a36a6fc02eac386593110f93","affectsGlobalScope":true},{"version":"75ec0bdd727d887f1b79ed6619412ea72ba3c81d92d0787ccb64bab18d261f14","affectsGlobalScope":true},{"version":"3be5a1453daa63e031d266bf342f3943603873d890ab8b9ada95e22389389006","affectsGlobalScope":true},{"version":"17bb1fc99591b00515502d264fa55dc8370c45c5298f4a5c2083557dccba5a2a","affectsGlobalScope":true},{"version":"7ce9f0bde3307ca1f944119f6365f2d776d281a393b576a18a2f2893a2d75c98","affectsGlobalScope":true},{"version":"6a6b173e739a6a99629a8594bfb294cc7329bfb7b227f12e1f7c11bc163b8577","affectsGlobalScope":true},{"version":"12a310447c5d23c7d0d5ca2af606e3bd08afda69100166730ab92c62999ebb9d","affectsGlobalScope":true},{"version":"b0124885ef82641903d232172577f2ceb5d3e60aed4da1153bab4221e1f6dd4e","affectsGlobalScope":true},{"version":"0eb85d6c590b0d577919a79e0084fa1744c1beba6fd0d4e951432fa1ede5510a","affectsGlobalScope":true},{"version":"da233fc1c8a377ba9e0bed690a73c290d843c2c3d23a7bd7ec5cd3d7d73ba1e0","affectsGlobalScope":true},{"version":"d154ea5bb7f7f9001ed9153e876b2d5b8f5c2bb9ec02b3ae0d239ec769f1f2ae","affectsGlobalScope":true},{"version":"bb2d3fb05a1d2ffbca947cc7cbc95d23e1d053d6595391bd325deb265a18d36c","affectsGlobalScope":true},{"version":"c80df75850fea5caa2afe43b9949338ce4e2de086f91713e9af1a06f973872b8","affectsGlobalScope":true},{"version":"9d57b2b5d15838ed094aa9ff1299eecef40b190722eb619bac4616657a05f951","affectsGlobalScope":true},{"version":"6c51b5dd26a2c31dbf37f00cfc32b2aa6a92e19c995aefb5b97a3a64f1ac99de","affectsGlobalScope":true},{"version":"6e7997ef61de3132e4d4b2250e75343f487903ddf5370e7ce33cf1b9db9a63ed","affectsGlobalScope":true},{"version":"2ad234885a4240522efccd77de6c7d99eecf9b4de0914adb9a35c0c22433f993","affectsGlobalScope":true},{"version":"09aa50414b80c023553090e2f53827f007a301bc34b0495bfb2c3c08ab9ad1eb","affectsGlobalScope":true},{"version":"d7f680a43f8cd12a6b6122c07c54ba40952b0c8aa140dcfcf32eb9e6cb028596","affectsGlobalScope":true},{"version":"3787b83e297de7c315d55d4a7c546ae28e5f6c0a361b7a1dcec1f1f50a54ef11","affectsGlobalScope":true},{"version":"e7e8e1d368290e9295ef18ca23f405cf40d5456fa9f20db6373a61ca45f75f40","affectsGlobalScope":true},{"version":"faf0221ae0465363c842ce6aa8a0cbda5d9296940a8e26c86e04cc4081eea21e","affectsGlobalScope":true},{"version":"06393d13ea207a1bfe08ec8d7be562549c5e2da8983f2ee074e00002629d1871","affectsGlobalScope":true},{"version":"cd483c056da900716879771893a3c9772b66c3c88f8943b4205aec738a94b1d0","affectsGlobalScope":true},{"version":"b248e32ca52e8f5571390a4142558ae4f203ae2f94d5bac38a3084d529ef4e58","affectsGlobalScope":true},{"version":"c37f8a49593a0030eecb51bbfa270e709bec9d79a6cc3bb851ef348d4e6b26f8","affectsGlobalScope":true},"d2f31f19e1ba6ed59be9259d660a239d9a3fcbbc8e038c6b2009bde34b175fed","d88dc05fd345b7a4e1816bbfd2dd087eefa9b9e36096818c2348f5b246971125",{"version":"5fd29fad984f1a472e88dcbb6f7958de4b40bbb0c88f71abacaabed051d38ef5","signature":"f933dd011c5c41e29a359d3b46ed9a9294ead09f34854ac54cf3cb907058599d"},{"version":"c6e62e4331b6712421bdf522163d1eb460e53830327645f63c30b214951d93ec","signature":"9b24ba4607071953cb350310b8690fd43b400ca6089c8be8f0cc52a799f48dca"},{"version":"fc398235ad449421e6dff62d802e0cebe3512cb09b537b73b057e787bd9c20cf","signature":"001e07fccf54859e47fe779a6209b6dbeae6db28dc437a6c46bae5604514215d"},{"version":"ea99b928389b2d043854976a26dcb266ad279c5c009031fdcb10676b40c00523","signature":"37354fa9b6df26ec17cde2f47786ded97beac22801b38f9f3064fd71b80c14fd"},{"version":"e800985d99900b141153e7be342ece58550db8678ef7e84903617fd45b7e3b33","signature":"5745bb6b069fb9d59641b75feb9fd4e6c5a2e0dcead272e86222c9d4f9b8c465"},"f31c7546040cd86f280af26148f7dbb150c7ed2f77ad9589ac6da3f845e9a4b8","866c1e5d13f33b7fa6f5526048dbedd964cebde583371e4a5359e55c9196f911",{"version":"0ac9a484a32a45793f7477822d4522d3f3e8fafc1dc3277a43cd33a8a4bbf309","signature":"b4d8bfb4ad849a8040c89fe69a1e739cb4483da68d17e07b5bb8d8a0b9d8f7eb"},{"version":"ef95b8de92a4f8fdc4f3308811fcd797f83f7b12d591d51e1e5f879d92c0368c","signature":"d996f6a65427f2fd407466a36918914f7c53da8ff25cc0c8a7b99de8267dff61"},{"version":"703317dcf6d90b157cb165ea61f9e80cf7cedc74f7fb963824ccbe92d2e2bb99","signature":"6d61fa795166693b279aa92148f079b2c0573294aeebdc3a212cf6b92fe74a48"},{"version":"fb4b52f4a58c39b4bc824e9b3ae8a882a39f57c6b70379a9ed54e7c52e1ff514","signature":"f375ccd44487a9b244d149aafed71ad4159ac7c7869b03722bf68959217887e7"},{"version":"c799a5f6b972d9118e80f7e38c0124de272363a04332de3a84fbf18aa7f12fed","signature":"a3f9bf70950e58055696439eb9bddeaaa75770c422b2d727d59b99c588d02357"},{"version":"f7b31838aa44f4dd276651c3cf894a37c5373882a1bc6a5c03fb27f56f638ff2","signature":"3c5320d3705df565ddd45813cac322b47fa1c5a0a6eb04eba761721b5661c6f4"},{"version":"3d4d07b9883921d0e23a9d7d5e24222996cc49006e4b55ce35b8656ca86f7df0","signature":"fc8376d3fe20546feb9ef6d755e9bae055af8139e1c1c15db1cc6601270dedb7"},{"version":"f28abc0711a21cb58cdd2881a1d8f10e60d882e0fe6244e747f42e13d8fd0097","signature":"2228ba640f929a3e43e06a84a8ff0b8e64f783dc07951936055c6b283de338cf"},{"version":"59077dcb40ed0dc42eaa77c12a28b0999e5844b63ab60f2a672fe5ac48fad52f","signature":"10086044b6cced9beec6f247668ee5c16c94a7b9daa7f54553f1d89a2a65120f"},{"version":"731b69d00f2379003198ec0fecbb9689500eb5605d9c7d48e8888e35ecdcb6cb","signature":"4af4b9210fa87b9e2c4abd76fc2ceff39ae66a4f94b783645622b578d750973d"},{"version":"ab316c439a6716ccc76bc4df4df456b531634ed9f477fc755c8614def6ec1079","signature":"395b964ecb48e6d5c1bf00e953263cd70778306209febda468421e8b813e1f3b"},{"version":"e0d2a1585a1a3b648601a86fc130e67a33180af3cb91ff9e22093a34d626b7e8","signature":"75243e2b1f28915b5cbc12bcef226245d4fee96ac702d567c4315333db565bdf"},{"version":"4799951d57e1ddd23d8110733e81b60b70d6a7f816d0585f59a3fa1bbdfa8d3b","signature":"d433d77c5b370da2c9132e8f802b40b069b1daf0b743c078644f983fac775280"},{"version":"5b521c7a7f41c02f2d5c27546073d2def435953432cd38222d116550bb7fb181","signature":"903693423e98c728855cb8e13da8db3ca5e29b7ea7e4b947621cacb36adefcdc"},{"version":"51d1951833eeaf671cd62aa8a94480721b09de829a677e491edbc9e7af196587","signature":"eb301633c1e7e2bdd37772203df3ee163ebdb08ed03ef07c68612bfaf3510602"},{"version":"c11b319aaf02ca18993e19961e71f201147072cdddc84ab78c709d6c8d762517","signature":"bbe5b999b8b232faccdc54b60ddb3ad5ef51109c5bb257449b610a9741df14af"},{"version":"1419b4efefd7b18270b697cf050a17fcfc976fe6f68b7b6b2aa1b758debc7eaa","signature":"dd5a2de32b8674dfddb04ce70e166f59f02ba0029709abf7ba5c9361a396aa31"},{"version":"b51aaeb0e6358886b7e3e96c303211f4c6b7bea3e03e18b7bf563be1968d0efd","signature":"c7bda8c46e09535176dbe01b81d4d407f498fa4109a8c48a9c1c1edf42bd85df"},{"version":"c07fbc81f38dc2bf3a8f7b7c51438ee4dd71a01bdfcb77750492a75bd62ad966","signature":"36718d953379779ec0af73083cbed2bf1b12843507fcfed1e0a61328eb257d93"},{"version":"8f46eca3026f1e3fcb588e6f681b4b9506067a4769ada8f3026174640943448e","signature":"4b839313e7e2a5773dc42578f931abc5891ad340737d3eb832c783211ab6cd9c"},{"version":"211730935f602427523651408c3da68e678327f7c9da4242b5ff1b3c6df85ef4","signature":"7e4cffde4f0641cbcade8dd33762862c14217241db66aaec5ca5d7c378b51818"},{"version":"1e3822f02824847006f7f7bab92dc10a7777a9eb9d21dda8bfe9cd3d3dec3fec","signature":"df5b2d531c6e2541767b8c635b604cee93fecbcf1b63efad171030ee23727e2c"},{"version":"a65f06cdf2e6cd6397ed8d5d6c07895d1f2a53ac15a0c8cb296015a0bb47c6c7","signature":"9c171472688d00504d544d12ffe034d9f525cba1f07151ed0b0d26723a1748cb"},{"version":"3a81b40a74dba527b65561d25eedda261297de5734ff819602140e326c4c7a0a","signature":"0f302d3049d9d001899c4fa6cd437d6c6c07d5671719a2430d25342d297295b3"},{"version":"0021cac0b1f36ff7f56792c12516c075475725594212bd7b29b9506eb1897542","signature":"01e7aa8b927a84c1703dccb9e6abb95d2b28927bda49cbdc593fbf35ec473864"},{"version":"253705c16e109e89924ba31aaae3591d285ee1b6154245dfca7f809a62c6aab5","signature":"7684325d826abc8f9fa1f2ccac1ed1ebe7db82d1cc59475d8149aa17bdd2050b"},{"version":"9d4d17fa8155e6f835a48dc8515187f84f0e245b2193ab3799e626390150ce84","signature":"b0f04fbdf1789a516f7de8ab838ae864f7cd44eacc473b8e681eb18631e3b32a"},{"version":"543fa9da43d15e37a2330df9b7553a3f295429c84ad4b5e6560e5a2abbfc7167","signature":"e848b985023a13bcb2db5aa7a7e525331b71e370a5a1215e4e9e5910916cff71"},{"version":"d2e7596b393e93d03c723bdf7f372b7264e81e4bb976ab765d1ee80b623aa681","signature":"aec34fbc98806a18756fb8a6fc1762913658484120c0fbdb409753df75cfee86"},{"version":"97a8a3cdaf5aa9016330cc55be4dc158ce00079c027d5138a80dc8da3406796d","signature":"3c76dd85f9f5fe6cf17d6297be0b463d6ccf42698c68b6f6efa81932e06094d3"},{"version":"b950acaa5a2ed7b8c9945ce12a436dc0749d7c4c145c782ede2dc72ff31120e8","signature":"02359d4b5e4fa8fc98f5178740245fc428fb1a0ba36b011e4b4eb0117f6390f5"},{"version":"26a8b199c55e6d3c7dd6b7b077ca346547a49a04b1224f568a3c64c0126bdc5d","signature":"237caca32b30b5714154e64f4324d685d39546d7a8b7ca2cf800581fb68f239a"},{"version":"643ad7c04b908dd679d04b76c28d1ccb7765d6dfd649a75685dde468d6c7566b","signature":"70d0918531aa2e136dc1e9d3ff35bfbe5a35fd3017c17024e5b65f4133cdbdfe"},{"version":"714e3a386a66862bfe752e3119e7fb2f7ef6412fd2429daa99363a17fc4195f2","signature":"264a8f86a724dac41f58effeb19e589d3c0be428b2919c1b003222ebc1a1f956"},{"version":"d176197ec8982cc6bb17b5817464583e548546ef7afc7f4d81ff36d3d42449ca","signature":"6096e5b98282a2cd85d9539a29c7bc075bafb1c06673929f429e8ca759db75c7"},{"version":"e82e9f5a713e36d12241dfea221e100424ffe0664e71a29b0b2d1d636b74d37e","signature":"9fd600deb49e3d687e1baef0a19c1a3400399d030276cbeb7cec6c7c3401332d"},{"version":"1f5eead86b0a53e4a3ed4d2b9d703950e7a0d9dea06318073b016b6078b1ec72","signature":"e9087a12f6d7c94c57b1b27a83e2a5d4bb09efa3c13e2253511287e5c40514d4"},{"version":"10a6bb1644e3d996d298a26fdf5c68110a8350019064a517b129046ef9bdf0af","signature":"05ce4f6db5ed235609c8f10c1faf80f93f9a460f16a1eb4c81ef51947b7e04cb"},{"version":"885e0c5e8b2cdd5b445cd358dc6c33756cb60b36187777bd9d20ab0dcaedcf25","signature":"366284b1fdecfdce212fe08151e53562a204efee8a38c1b6627c9ab91332a1f7"},{"version":"eb8b3e55b70b4a8cd5f88561ebd35942764dae0d8240ced45a2e8b66ec023164","signature":"a177280ef320edb8005b2833b0720a772b8128a682b5a4023740feddb9fab658"},{"version":"84d24ad377fde7c22e8afea84e0bd5b6e90af7c5dd2a56798e1dc0e1ec356215","signature":"8b59824815b8b17242a5b5f18d5418a5dcf165286fef398033c17c9984fefd6e"},{"version":"d4b3790d3144641eeb48e23b0f65589ed40ed4eb429b76f82a93f14b2654d9b7","signature":"f5707aa1ecfcba04604f5e81bb517f616702dbb6c7a6db9fbd578fdbfb644894"},{"version":"c981d017a4eaf951707634031e72e974b72e21515a40d9df1696ab36569329b1","signature":"f8d67a0bb211531be0d7039d220563c70030dc6c2c8e852ed61e8951b323c8a6"},{"version":"c8f2ef6b4b9efab26dfed03b0f1669ed5ea46bf70dbf38734d5682d634b32083","signature":"9d66a7c8ec396a7d0c43e52ec5bd385f794c06ae23e06f89ffa83830425e3425"},{"version":"85e0b515ba7e4d7f930cf6792fff8ed56157a49434b844b7b9475c4da9dc61e4","signature":"0348980f9ed2a2c255ee0ab80b189123fad59a6170d51ab0e5b708f2d0baf24e"},{"version":"11eccfba8c0d92a01e924751afb403c389f30b59d32ac9edda671ae0eced7552","signature":"6aff2903eaf9eb6ae3fd70271cd6f9de3dfa866e6c6d4218fca0148580dede01"},{"version":"2146640a4a191c9cc38b770f3c80f4d31190ef03d7bd2cbbcb17ce8529873635","signature":"d71437631db495775d161be09c476be4f0cb8f55ed49ed8b71944ca03526dbe1"},{"version":"4590540774c5174e448e03cbd65bef173314051f0f322c839f8a9695ea249e1f","signature":"949e88b9702c3f9d6c8bdfa3cfd816edbf9312795045844d0a1bdd6a88575d9b"},{"version":"e3bf8e796339041f78675b86ad02f4ddb5950cd24d98abb68beed70bd8c21a0a","signature":"cea4e3bbd3acd18b40889336f16bddbe1ad071c6d2c72a06e60e432d28b45089"},{"version":"81d0c263a0ead61b53e86f03e3378f51a5f11a34b4d87cc4b796c9aa22ef976f","signature":"56083f0d0a89f5e608edd081d8cd21077add2d4de41b6dfadfef053674168cf8"},{"version":"82a4248c745108f9a994e25eb96a4c27f8fcd096da36ee79da7653b677034968","signature":"06dddf895bea8971788ecb957cf50d212383434481da0c582c59b60ad3211a4d"},{"version":"24246529920847749073f4a5ca4c892af530ef1e3e2fb6d243556319d3d1726e","signature":"12e731d8ab5abc8abc8f4b929f19bd7458beaa51f072bfdf83f8e681fab80e4d"},{"version":"a63571407d84650fed9f4c887750ca4cbb7e27950234f7e3a8d552f1d5b3901d","signature":"f7bdef1292db491a1f2e94de9705c18639cc464637196cda7d03faabb2a7b7bb"},{"version":"33847b5fa975d63c717cd961b382636095b7119be7ca83a112ab8d022f141d95","signature":"6ef046d4598fbed060c01622fd3f7902de9678fdfa44bfa15067e6190a8f69f5"},{"version":"4ec647042af43c6dd5f4227064cc6804059a534b6d0401da557c824183ac9eaf","signature":"14013a09ed776f83f2ea7ca957282c1a8bdddc7d214052fb4fab7e9f60e3a410"},{"version":"dfb3135458687b56e6e7fe27f89f854510aff0b05f424c4f900692a0d2952f5e","signature":"ddee4e05a6ac9ce301cecea73781055bfb66e9784b7bf75a939449f2890c405e"},{"version":"20c9c846302a55086660af82b5d6dc182252ae77ea1478b41729a78136898ec5","signature":"e28300c76e4aad43c30aeec639564df4a5201434a16d79b912e66e34d5cf9324"},{"version":"4b7dc9b691b8be4f7f065e31317213104e1a888ec53c68f319cc924b04417340","signature":"4a7069995384a626238d3db44de6017d0889ac58503bcf17a05e875822ef5bf8"},{"version":"a5cdb91591672e4f8a404ea6992ae4023b6e3259120521febe6f10fe8b641dd3","signature":"8f6bcc0c4a6885f1a3e6328c5643f8629ac76da63ef51f85204aaaa147668d6b"},{"version":"7827d1908f32eca4ccdd1a004c40331caccd792a03ff5d582a857d3c560f8bff","signature":"11bb6bb96fdab90350bc59490d14b0ff0cef6e202dc87643d3b1b24b55aa2df7"},{"version":"e114faae246053408dcbda73ae5e109086757b163f28cddf0c32f24447663554","signature":"19f97770950abdcc3b7726c5ffdbee9616562d1754d24c1abcf723467357c565"},{"version":"65742a632b87e8620aa06a7552e595c62cabb661c8717c53df63773423505830","signature":"95a48e2873a3656aec6c88ef95cb240bdc512353e8904ad03915d7e87ea82693"},{"version":"41f743fd53fdaf0a60a2beaa322a217bea47120367db24feb68fa9c8eb043e73","signature":"0ebb37a743eeda8bbbd00e88b265af4fc98345301a03a921d5b7984abd5fb2a9"},{"version":"c54e5d735fb008f08c7e30a6480c16bc1e6d28ea96e52f0bddb305f1653b5245","signature":"f449f6a183632bb76db909ed1462ea869dea687f9e94ee1f9f1a5e583aa085e1"},{"version":"f3117794f5bc50c396c20a7c67941c45b6df666641f7f47d08dac0474aa8ed4a","signature":"5af6bc8dc48ac9b25de92d8e53c188507d0bdabde3e98e6b05805a05ba032848"},{"version":"39bb2e4020d34e94fbe4624b267dda18d1a568eab4169f286a1f3badec07d372","signature":"2952d6bc6a218b0f6845e2e1f2812f6930ba0987e037e13ad2e1c9c3e2e88fdb"},{"version":"c4a7c6f2bea9328302103315450f20bf23e81add91dccb253f313985e77e479f","signature":"635236884199aca76574dd2101b50568935227230d11c04223ab318bcb335bfb"},{"version":"73e493160efbc4396eb8844ddbf6c1aa05d1f65e62b0603f4d2b3dfa89bcf8de","signature":"026a54df401eba73d5c535053ab4c2539b8554c1d2ccab0fe04e3e7a603ead03"},{"version":"926b7ca37515f62b19f79fa709eacc1dd3d49b5b0d6d110f53e58d5068ff71aa","signature":"bab91c0c2b646cc21b9ec3bf1fced80eb5d8487118e6709095a2b31e6a7f0909"},{"version":"d9459ddef698c0872118e38f7c155d4a03b73f34c919a37123d0a611f7c081ae","signature":"0394395305ee2a3d9a0682155783206d80a7a07dd30d781a2c33124a4f77b7b3"},{"version":"54cbc2496f1a2e18ad67dae199bbb31f34a3f06ae6469e15db719dd3da383732","signature":"d157cc33bc1125d5a0a6a5ce648fc527e9b8f6e9555cb2800b4d268b54b94477"},{"version":"424ad32f4e111cdc190f77ffcbd5822b682261e57dd16b67fb7216130fa8286d","signature":"95f8ed11c0ea7eb6e5c6deec10cd7b84fb8dd1a687f339b268d385b5447b2f1d"},{"version":"6fd0d8684386d1959eea7795e70135248d26d21034faf37192f84d52a9de8001","signature":"d5b60e11fa838e1b9d4a26c918822ad06fc1f5601ceb9bfe8e5d4246542de6b8"},{"version":"0ae4d6d03f1b3bb33eade8f8624e92bac97a92447d91e8df4bd14b92285e34f8","signature":"71c2ed4f4eb08d663bb41c2ed5fdd3d1409e9234acf6f802093af0893edbe07e"},{"version":"1200bdc3ee30d5f5a47c5fefd3e0085fd4ff3e9c39a3dfcbb3296ee277895967","signature":"53316f2481e6703adda8f465f944864de7c0e1066bbdf535c4729fb3a413ceb5"},{"version":"8f18ad1259e68efeb369d8b077c8362b285428a1b9e5cedd050fe385d25c2c73","signature":"c6b94cbc7241fec02cc813bf277af541cd33006f4e4aff7c297f374f8865fc9b"},{"version":"5f9dc475bf4ca694514992e7e35005c0456495360c0e624987e39a719dc57224","signature":"7427a9d21cddc20129a81bd45749e63d44b2968542daf722596d13469592999d"},{"version":"c2111e407ea82d52f3193e83dfa2363120c116625ce4657fc0627bceba5ef0d5","signature":"9dbbeec20eb90f5a05c2d6c38b9970d956c6855c4a1caebdf2e85bd58277e3f4"},{"version":"166b7a169fbac79fc4cf76edf17fda5262df709cfeb456a2bd412e0ebead6abf","signature":"c5c7c04f588fba43ab06d293425d5e279bce6443fc9e32202fdb99bdede8f561"},{"version":"1b7c1b8e2c754745fcc133993734189dab704eaacf77c101e8a150ea527f5be6","signature":"f18e3bebf0f4aaadcb4c800a2078f9eb2fd2182d22674c850bf4f01448d22495"},{"version":"9e372e17e84093d1c9dc03a90a200a8387049160d91339bad9e5c13d071b034c","signature":"ff8b7b0e677b6b6b138f12a91224e048c40ed3d2f1afec803b5a930c61397bd7"},{"version":"385cd4b92438e2a04dd4e66de761cf1380507e081deee6dc27173d84a6363134","signature":"d42d03c631443fb3977d9fc03227630d861ecc3fb3fe89fc140184efe3b2ad03"},{"version":"476e82e95647c362f65e7a09502355032c1b718622a324c605075611e83999a9","signature":"605a00d431b7c7eca1a0aa5c9c7f883938787917a02885f30e5e6a6201466292"},{"version":"bbb03555d2149a918f09edf9d9dee2172ef7787182ce111abd0af2b1701c6744","signature":"d4a3792dd0b43793859d5372daee108e731083b030cd2e6abfde09617ac6d1bc"},{"version":"3eea3440ddd9c41536be19c71d549d69d44fc0303860f73cddbd11e52789fd1f","signature":"8931617efa5e6650f23c6e0fbaa75659cef4e2f62decfc00786dc531c8428d47"},{"version":"9c13fc050ecf216711378e9374c85fe404980cebad36e1db84a79ae977356990","signature":"e82dd0da8a44c6ac9a34d9fcae78e4ea2b63dec31cf0ddfce8b0320d3f251f1c"},{"version":"5b67ebd20383ce01da9e3299802306b8945665827e8ad5c4f75c4cfa1f57c1b5","signature":"caa41b337c7cc185aa00e0093f0e4dd13638dd0028eaef902d6b479493232dfb"},{"version":"87b39721d9ec572afe50d3968c647c15cd57fb60a479ca00a2858a936ea10810","signature":"5d53d0b627fe99cc3b746b34539595e49f82c5d69ca7177aacebcb9aa41e2118"},{"version":"0ba7632e053fd00f656a4f3d18c45f8f94670c646e68688ffab2790545fa752d","signature":"01fb3a3eb180c12fbb7a93aaae571fedb0d359155aa8377b47a9ced0cdad9781"},{"version":"1e6d6b6a22e37bbff0cc5363e1160661e0190f40bfb130c264651616e1c3eeca","signature":"b4488199a20a3c0bdd510c57b62310d24347f34bae76fd74176ad703903a0546"},{"version":"c751a27a2fa586a42466427c72aa41709f2b4fd19273844e3063f1faa08d6cea","signature":"b5523f62c7b8e87f852c5efb076e7d078a116f194a66be27f41de265721f529c"},{"version":"151a6656cd314d45511f505574ad0b04e842df418653ec39608a7c6956d00943","signature":"6d3021dd95d9fdbd5458bb826c8f49964f7268d6e23b659978b34863c534541a"},{"version":"6b9fca93bc6ec3042a7b6588c9f5c6789ef857ceda2016824f449cc88b814e90","signature":"5c891a44dc7286eeae4ecc4f5e8dfa5b80bf53d48f20c0c85403745c37df4f7f"},{"version":"5b50b0a9c421cfc4e4573da9edd3b6a3dd243938600f5311ca0b1f30cb18da2f","signature":"44258b31816b56083af4301ffd83a5a7c3bbed61e76b1d69bb0b102f175a433e"},{"version":"ad4f18248910ee01c85763a9a8734c8573f4517fa9492a8922ec5b397bb3c51b","signature":"0872e061364296e8a12b3a315b0d2c03a9bf0260944b7d9ecb500ebb711672c2"},{"version":"1ea1422ff132f5b79ba83a6f8bbf23571070420d75b709c3b6f935e094ee7cc8","signature":"1c418d720cfe91d690e03d5ecf608cbddc59c3aa8393d8d5e4142b94d1c337f2"},{"version":"dbf69d437963c3aafba65031931131f90789009a94f16f0fca0d7af4cab9c183","signature":"2b5e4aa4ea473b9358507dbb01ffcc8816a0c27df407b0f57af69ebf91dd495e"},{"version":"4f28c696aca0cbfbe7fe3620c80ebad51b11431a34d902f05639ec4b8c176bf1","signature":"2cd3c5cd4de290f5ca6939ea0430c01a95e6be815bee53b24fe72044ea8247f8"},{"version":"659c1c14cd84ad700a75191e29fd34beff6b7a10d71fc9ac061c31be6da0e985","signature":"4590e28d6f22b4639d8ddd83a520a9fdd359bf9b9c974447d7d41da31778119d"},{"version":"6a6dad73b8d60a1b8c22c8219bc5e4169c3be1ae6b1f68daabc94fc3e0ed0c3f","signature":"2f363ce59b51c4ff45049abf494d8bb3ac275ab7dec06d84869ffe86d43ba67a"},{"version":"875d3f0d28493eb3115f24fd672bdcc0cd641b6c6b2991d3f7859d599f769ddf","signature":"faed91ac8f44ba9c850dbd516ffbadbf09b0c39f5f5eb2b5d16a28bd07bb135c"},{"version":"e68bc91a625e20d7e93488d10af8ad3b4baa0030766220188d539e370338140b","signature":"476453d4369bd63d07afe0119abaff64f85cd74562b88fa2567a7abf2bc038da"},{"version":"a66b0bb30b5583e69b73364b4298c93f915d2cb31999b31c35a2e4b7f58ad5b2","signature":"451d627d64c4615567757c6890ae85794132a53e779d7c43cf526539eda076d2"},{"version":"cd80cf38d6e4dfec736310a0af616b3c7cfb826552dbf845d8d5ad1520340439","signature":"1d269526bed15c2e605274a0791588554a6e3368efb560c9c2811fcf8506ec6e"},{"version":"3c6c78a7d7276b2cf12f5a6274d51a9d965c772183c30d5b45fed07b2678de69","signature":"be4d544b4173e50a74459c7e5eaab67cf9411fb50f011defbe23f335babbdb3c"},{"version":"4f92558543832553edc66cae8b57d0a7efdd9ab7eacb970495e6e95c25874b29","signature":"a46c4b0cd524195a92d3e405151d4e79366c2eec1c796c4fcf48a0e87ece3d16"},{"version":"dc5ecd6b359a4b5940ef79914cde9e3c4b32200c6b42ceaab812349217dd1303","signature":"434719391691678fb616b76a29e31a2d230aca062cc26b8e73c095f9330da366"},{"version":"344605b15ee3c3b2a321d915261664b58113319590779974d76067f0c291ab32","signature":"ea8506c989feaa93b37a2826ea4b99714e345fbcc5d95689c95e45843f161aa8"},{"version":"a1cb0aa873a5df9fd7e4103708f75836bcc3591c961cbdea835c8c0c4d327990","signature":"dabf9dd75ee342f062f3592c6e32b2529cbbeeb7d28b6ba3e24375f99bda4474"},{"version":"54e7eb068874d37fafbff6e402beb2cbdb9e2042250a848f7a6dff3cad3774ca","signature":"8c7969f2e13f766fbc096d9c752d0a47ef6facd78229d396db9a475d2bbd117d"},{"version":"ebaf1bef50b2e013b844fba90cfb7f405d89cb1e667dd0708268032c9ef3ecc4","signature":"ea10cadd8f860e68f3e1f3a3134b2dbc71c3d586ca22e27694d439f9b018bc25"},{"version":"d7edc10d35d3794a22081e5f61c51791f04a56d65c451e6f5294c138a6bef33f","signature":"ad9b1ad8a3ff1b34d9fb1cbf0e5af5f1718567055e17a33f4c81845e53d66be0"},"67633388f50fe010a7b4d892721437d0fac88a282ef46217137d263a8a6651ed","cc957354aa3c94c9961ebf46282cfde1e81d107fc5785a61f62c67f1dd3ac2eb","a46a2e69d12afe63876ec1e58d70e5dbee6d3e74132f4468f570c3d69f809f1c","93de1c6dab503f053efe8d304cb522bb3a89feab8c98f307a674a4fae04773e9","fc72135da24040641388fb5f2c2a7a99aa5b962c0fa125bd96fabeec63dd2e63","5426e62886b7be7806312d31a00e8f7dccd6fe63ba9bbefe99ee2eab29cc48a3","6a9c5127096b35264eb7cd21b2417bfc1d42cceca9ba4ce2bb0c3410b7816042","78828b06c0d3b586954015e9ebde5480b009e166c71244763bda328ec0920f41","9122ed7070e054b73ebab37c2373a196def2d90e7d1a9a7fcd9d46b0e51fae78","a69c09dbea52352f479d3e7ac949fde3d17b195abe90b045d619f747b38d6d1a",{"version":"77f0b5c6a193a699c9f7d7fb0578e64e562d271afa740783665d2a827104a873","affectsGlobalScope":true},"21a167fec8f933752fb8157f06d28fab6817af3ad9b0bdb1908a10762391eab9",{"version":"3e4624c306340ad303cc536a07004e81336c3f088308a9e4a9f4c957a3cda2fd","affectsGlobalScope":true},"0c0cee62cb619aed81133b904f644515ba3064487002a7da83fd8aa07b1b4abd","5a94487653355b56018122d92392beb2e5f4a6c63ba5cef83bbe1c99775ef713",{"version":"d5135ad93b33adcce80b18f8065087934cdc1730d63db58562edcf017e1aad9b","affectsGlobalScope":true},"82408ed3e959ddc60d3e9904481b5a8dc16469928257af22a3f7d1a3bc7fd8c4","34ec1daf3566f26c43dbab380af0de1aac29166e57e4f9ef379a2f154e0cb290","bb9c4ffa5e6290c6980b63c815cdd1625876dadb2efaf77edbe82984be93e55e","75ecef44f126e2ae018b4abbd85b6e8a2e2ba1638ebec56cc64274643ce3567b","f30bb836526d930a74593f7b0f5c1c46d10856415a8f69e5e2fc3db80371e362","14b5aa23c5d0ae1907bc696ac7b6915d88f7d85799cc0dc2dcf98fbce2c5a67c","5c439dafdc09abe4d6c260a96b822fa0ba5be7203c71a63ab1f1423cd9e838ea",{"version":"249a2b90439cdfd51709539fbfa4dfe0791cbae6efce1e9b327ba8f8cd703f49","affectsGlobalScope":true},"2f60ac046e587e917d739f1edc77540eb0ec34f83090dae4ebd5f96c1c9578d4","a9b6b0f7b1e30359283b131ba6d1c51ee2d3601a2f12e1623141e6a1a60c92a5","aeee0090b38de0dd47ca9a79ad5c2d156e3e09d92306719b0b45a3e96098e564","7bac475dcdd9f7e4e9da934d32c305bc889c4ce3c8ac0ef45a93a8d670fff607","09416dd69576b03a3f485adf329a02f043e4a481e060ef5b208194e488d31fd9","8acf99b1c8682276a63ea5bb68433782715892726b97e4604a415e4e56bce41c",{"version":"e8b18c6385ff784228a6f369694fcf1a6b475355ba89090a88de13587a9391d5","affectsGlobalScope":true},"3b145a2351f5cf16abf999c8d5f4481c74dffdc54ec1e9a89992e2622e1226c5","a907bf91df26df2400858ef75f749498fb5cf00062bf90a737ac3949cc07978d","d270fd4b565eda11a0a737c181892316b7a1ace06c7988d0246219c3df11db06","4275d5f964e7fc7afc18538e26b3748c207dd772998346d17f409749aa1f3a63",{"version":"59a638a504490fecaacf0020b9814b6abee37edb66047eb1ab9f7c2274bf1da0","affectsGlobalScope":true},"5153a2fd150e46ce57bb3f8db1318d33f6ad3261ed70ceeff92281c0608c74a3","d1a78a3c5708807e8de3e399f91df4797c62e44b02195eefc2209b2e713e54ee","8c4c1a64db28930732033c31418f817dcb9d09d706766707ae6d38f23faf0c53","25846d43937c672bab7e8195f3d881f93495df712ee901860effc109918938cc","d4fc97ea27a8226c5429b73efe7f0d9d78c0269e2995f6dba8bac64fc1b132dc","1b952304137851e45bc009785de89ada562d9376177c97e37702e39e60c2f1ff",{"version":"806ef4cac3b3d9fa4a48d849c8e084d7c72fcd7b16d76e06049a9ed742ff79c0","affectsGlobalScope":true},"44b8b584a338b190a59f4f6929d072431950c7bd92ec2694821c11bce180c8a5","23b89798789dffbd437c0c423f5d02d11f9736aea73d6abf16db4f812ff36eda","29d613c3964ea75b2b4e0d17098245c34529282e9cc72b7e4eeb2a7b12c27cb7",{"version":"970a90f76d4d219ad60819d61f5994514087ba94c985647a3474a5a3d12714ed","affectsGlobalScope":true},"664d8f2d59164f2e08c543981453893bc7e003e4dfd29651ce09db13e9457980","a381f079c4804442f179d742fdb2e495fe28d67a47cac673485f75ae2e77aeca","3c13ef48634e7b5012fcf7e8fce7496352c2d779a7201389ca96a2a81ee4314d","5d0a25ec910fa36595f85a67ac992d7a53dd4064a1ba6aea1c9f14ab73a023f2",{"version":"bfe39beb986d2a2e512c091cbe924f1c415bc65de54de0e2f6a0dc6f84c183d9","affectsGlobalScope":true},"2af17363f8a062e3a8cd1b26030af0058b3f86e783f4fc6aa9f57247f240ebaa","06d7c42d256f0ce6afe1b2b6cfbc97ab391f29dadb00dd0ae8e8f23f5bc916c3","dfe08140492cdc135fb7fd9c4a652c05207b61a436906079b87da1d3111314bf","e59a892d87e72733e2a9ca21611b9beb52977be2696c7ba4b216cbbb9a48f5aa","089e1f8603cbc35ab977c8dcc662eb754b82fca32ed1dfb16bd682726c2d5432","8a300fa9b698845a1f9c41ecbe2c5966634582a8e2020d51abcace9b55aa959e",{"version":"ab9b9a36e5284fd8d3bf2f7d5fcbc60052f25f27e4d20954782099282c60d23e","affectsGlobalScope":true},"82fc37849846a3a0264047621d5beb6ce2ddeb2f83bdee2c79523af3c3282d97","3ebae8c00411116a66fca65b08228ea0cf0b72724701f9b854442100aab55aba","8b06ac3faeacb8484d84ddb44571d8f410697f98d7bfa86c0fda60373a9f5215","7eb06594824ada538b1d8b48c3925a83e7db792f47a081a62cf3e5c4e23cf0ee","f5638f7c2f12a9a1a57b5c41b3c1ea7db3876c003bab68e6a57afd6bcc169af0","0d14fa22c41fdc7277e6f71473b20ebc07f40f00e38875142335d5b63cdfc9d2","d982cdd2610155b3cbcbfa62ccabcf2d2b739f821518ef113348d160ef0010d9","ffcc5500e77223169833fc6eb59b3a507944a1f89574e0a1276b0ea7fc22c4a4","22f13de9e2fe5f0f4724797abd3d34a1cdd6e47ef81fc4933fea3b8bf4ad524b","e3ba509d3dce019b3190ceb2f3fc88e2610ab717122dabd91a9efaa37804040d","cda0cb09b995489b7f4c57f168cd31b83dcbaa7aad49612734fb3c9c73f6e4f2",{"version":"1de1ad6a1929317171d8cfcd55bb2732257680c1bf89bcd53e1d46a4d8dbda22","affectsGlobalScope":true},"f3e604694b624fa3f83f6684185452992088f5efb2cf136b62474aa106d6f1b6","675e702f2032766a91eeadee64f51014c64688525da99dccd8178f0c599f13a8","fe4a2042d087990ebfc7dc0142d5aaf5a152e4baea86b45f283f103ec1e871ea","d70c026dd2eeaa974f430ea229230a1897fdb897dc74659deebe2afd4feeb08f","187119ff4f9553676a884e296089e131e8cc01691c546273b1d0089c3533ce42","febf0b2de54781102b00f61653b21377390a048fbf5262718c91860d11ff34a6","ca59fe42b81228a317812e95a2e72ccc8c7f1911b5f0c2a032adf41a0161ec5d","9364c7566b0be2f7b70ff5285eb34686f83ccb01bda529b82d23b2a844653bfb","00baffbe8a2f2e4875367479489b5d43b5fc1429ecb4a4cc98cfc3009095f52a","ae9930989ed57478eb03b9b80ad3efa7a3eacdfeff0f78ecf7894c4963a64f93","3c92b6dfd43cc1c2485d9eba5ff0b74a19bb8725b692773ef1d66dac48cda4bd","3e59f00ab03c33717b3130066d4debb272da90eeded4935ff0604c2bc25a5cae","df996e25faa505f85aeb294d15ebe61b399cf1d1e49959cdfaf2cc0815c203f9",{"version":"f2eff8704452659641164876c1ef0df4174659ce7311b0665798ea3f556fa9ad","affectsGlobalScope":true},"8841e2aa774b89bd23302dede20663306dc1b9902431ac64b24be8b8d0e3f649","209e814e8e71aec74f69686a9506dd7610b97ab59dcee9446266446f72a76d05","6fa0008bf91a4cc9c8963bace4bba0bd6865cbfa29c3e3ccc461155660fb113a","2b8264b2fefd7367e0f20e2c04eed5d3038831fe00f5efbc110ff0131aab899b","f1d8b21cdf08726021c8cce0cd6159486236cf1d633eeabbc435b5b2e5869c2e","199f9ead0daf25ae4c5632e3d1f42570af59685294a38123eef457407e13f365","b0d10e46cfe3f6c476b69af02eaa38e4ccc7430221ce3109ae84bb9fb8282298","89911b8c6c9ec349bc2b1b8d5d475e6fcc1e6b3a97ae958937b625f15d735c3d","70e9a18da08294f75bf23e46c7d69e67634c0765d355887b9b41f0d959e1426e","105b9a2234dcb06ae922f2cd8297201136d416503ff7d16c72bfc8791e9895c1"],"options":{"declaration":true,"esModuleInterop":true,"module":1,"outDir":"./cjs","rootDir":"../src","skipLibCheck":true,"strict":true,"target":4},"fileIdsList":[[166,218],[218],[218,231],[166,167,168,169,170,218],[166,168,218],[172,218],[190,218,225],[218,227],[218,228],[218,233,235],[218,238,240,241,242,243,244,245,246,247,248,249,250],[218,238,239,241,242,243,244,245,246,247,248,249,250],[218,239,240,241,242,243,244,245,246,247,248,249,250],[218,238,239,240,242,243,244,245,246,247,248,249,250],[218,238,239,240,241,243,244,245,246,247,248,249,250],[218,238,239,240,241,242,244,245,246,247,248,249,250],[218,238,239,240,241,242,243,245,246,247,248,249,250],[218,238,239,240,241,242,243,244,246,247,248,249,250],[218,238,239,240,241,242,243,244,245,247,248,249,250],[218,238,239,240,241,242,243,244,245,246,248,249,250],[218,238,239,240,241,242,243,244,245,246,247,249,250],[218,238,239,240,241,242,243,244,245,246,247,248,250],[218,238,239,240,241,242,243,244,245,246,247,248,249],[174,218],[177,218],[178,183,218],[179,189,190,197,206,217,218],[179,180,189,197,218],[181,218],[182,183,190,198,218],[183,206,214,218],[184,186,189,197,218],[185,218],[186,187,218],[188,189,218],[189,218],[189,190,191,206,217,218],[189,190,191,206,209,218],[218,222],[192,197,206,217,218],[189,190,192,193,197,206,214,217,218],[192,194,206,214,217,218],[174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224],[189,195,218],[196,217,218],[186,189,197,206,218],[198,218],[199,218],[177,200,218],[201,216,218,222],[202,218],[203,218],[189,204,218],[204,205,218,220],[189,206,207,208,209,218],[206,208,218],[206,207,218],[209,218],[210,218],[189,212,213,218],[212,213,218],[183,197,206,214,218],[215,218],[197,216,218],[178,192,203,217,218],[183,218],[206,218,219],[218,220],[218,221],[178,183,189,191,200,206,217,218,220,222],[206,218,223],[218,259],[218,233],[218,230,234],[52,218],[218,232],[59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,163,218],[46,47,48,49,50,192,194,218],[47,48,50,57,162,164,218],[162,164,218],[47,48,56,57,58,160,218],[46,218],[50,52,53,54,162,218],[50,162,218],[48,49,50,51,55,56,161,164,218],[56,128,162,218],[56,162,218],[56,74,141,162,218],[56,73,110,162,218],[56,60,61,64,66,68,97,98,99,104,105,110,111,112,115,116,117,119,120,122,123,124,127,128,129,130,136,137,139,140,141,162,218],[56,107,108,110,162,218],[56,136,138,140,162,218],[56,140,162,218],[56,138,162,163,218],[56,75,141,162,218],[56,124,126,138,140,162,218],[56,106,109,110,162,218],[56,138,140,162,218],[56,76,141,162,218],[56,86,87,88,90,92,94,96,162,218],[56,105,138,162,218],[56,89,162,218],[56,71,105,162,163,218],[56,105,138,140,162,218],[56,71,105,162,218],[56,74,75,76,77,78,79,80,81,105,162,218],[56,68,71,72,82,83,85,104,110,138,162,218],[56,115,122,138,162,218],[56,69,162,218],[56,69,70,162,218],[56,77,141,162,218],[56,73,82,110,162,218],[56,89,91,93,95,138,140,162,218],[56,89,91,93,95,124,126,138,140,162,218],[56,71,97,138,140,162,218],[56,71,162,218],[56,71,105,124,140,162,218],[56,65,67,138,162,218],[56,66,122,162,218],[56,78,141,162,218],[56,99,102,162,218],[56,59,90,92,94,96,98,100,101,110,120,121,124,127,141,162,218],[56,141,162,218],[56,133,136,138,140,162,218],[56,61,66,68,137,138,139,162,218],[56,86,87,90,92,94,96,162,218],[56,71,85,110,162,218],[56,71,84,105,110,140,162,218],[56,71,74,75,76,77,78,79,80,81,82,84,85,102,105,106,107,108,109,120,124,127,138,140,141,162,163,218],[56,119,122,138,162,218],[56,101,119,162,218],[56,71,117,118,120,138,162,218],[56,73,138,140,162,218],[56,79,141,162,218],[56,64,138,162,218],[56,61,62,63,124,138,162,218],[56,71,107,110,162,218],[56,102,104,162,218],[56,71,103,105,110,122,138,162,163,218],[56,60,71,101,110,112,115,116,119,121,122,138,162,163,218],[56,124,138,162,218],[56,115,138,162,218],[56,60,111,112,113,114,122,138,140,162,218],[56,138,162,218],[56,124,126,162,218],[56,86,87,90,92,94,96,124,126,162,218],[56,124,125,127,162,218],[56,60,64,99,112,123,138,162,218],[56,122,124,138,162,218],[56,102,120,123,162,218],[56,65,67,121,123,138,162,163,218],[56,71,102,120,122,124,162,218],[56,80,141,162,218],[56,124,131,132,134,135,138,162,218],[56,134,162,218],[56,110,162,218],[56,109,110,162,218],[56,70,162,218],[47,58,164,218],[59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,163],[46,48,192,194],[47,48,162,164],[162],[47,48,56,57,58,160],[46],[53,162],[48,51,56,161,164],[56,128,162],[56,162],[56,74,141,162],[56,73,110,162],[56,60,61,64,66,68,97,98,99,104,105,110,111,112,115,116,117,119,120,122,123,124,127,128,129,130,136,137,139,140,141,162],[56,107,108,110,162],[56,136,138,140,162],[56,140,162],[56,138,162,163],[56,75,141,162],[56,124,126,138,140,162],[56,106,109,110,162],[56,138,140,162],[56,76,141,162],[56,86,87,88,90,92,94,96,162],[56,105,138,162],[56,89,162],[56,71,105,162,163],[56,105,138,140,162],[56,71,105,162],[56,74,75,76,77,78,79,80,81,105,162],[56,68,71,72,82,83,85,104,110,138,162],[56,115,122,138,162],[56,69,162],[56,69,70,162],[56,77,141,162],[56,73,82,110,162],[56,89,91,93,95,138,140,162],[56,89,91,93,95,124,126,138,140,162],[56,71,97,138,140,162],[56,71,162],[56,71,105,124,140,162],[56,65,67,138,162],[56,66,122,162],[56,78,141,162],[56,99,102,162],[56,59,90,92,94,96,98,100,101,110,120,121,124,127,141,162],[56,141,162],[56,133,136,138,140,162],[56,61,66,68,137,138,139,162],[56,86,87,90,92,94,96,162],[56,71,85,110,162],[56,71,84,105,110,140,162],[56,71,74,75,76,77,78,79,80,81,82,84,85,102,105,106,107,108,109,120,124,127,138,140,141,162,163],[56,119,122,138,162],[56,101,119,162],[56,71,117,118,120,138,162],[56,73,138,140,162],[56,79,141,162],[56,64,138,162],[56,61,62,63,124,138,162],[56,71,107,110,162],[56,102,104,162],[56,71,103,105,110,122,138,162,163],[56,60,71,101,110,112,115,116,119,121,122,138,162,163],[56,124,138,162],[56,115,138,162],[56,60,111,112,113,114,122,138,140,162],[56,138,162],[56,124,126,162],[56,86,87,90,92,94,96,124,126,162],[56,124,125,127,162],[56,60,64,99,112,123,138,162],[56,122,124,138,162],[56,102,120,123,162],[56,65,67,121,123,138,162,163],[56,71,102,120,122,124,162],[56,80,141,162],[56,124,131,132,134,135,138,162],[56,134,162],[56,110,162],[56,109,110,162],[56,70,162],[47,58]],"referencedMap":[[168,1],[166,2],[232,3],[231,2],[171,4],[167,1],[169,5],[170,1],[173,6],[226,7],[227,2],[228,8],[229,9],[236,10],[237,2],[239,11],[240,12],[238,13],[241,14],[242,15],[243,16],[244,17],[245,18],[246,19],[247,20],[248,21],[249,22],[250,23],[251,2],[252,2],[172,2],[174,24],[175,24],[177,25],[178,26],[179,27],[180,28],[181,29],[182,30],[183,31],[184,32],[185,33],[186,34],[187,34],[188,35],[189,36],[190,37],[191,38],[176,39],[224,2],[192,40],[193,41],[194,42],[225,43],[195,44],[196,45],[197,46],[198,47],[199,48],[200,49],[201,50],[202,51],[203,52],[204,53],[205,54],[206,55],[208,56],[207,57],[209,58],[210,59],[211,2],[212,60],[213,61],[214,62],[215,63],[216,64],[217,65],[218,66],[219,67],[220,68],[221,69],[222,70],[223,71],[253,2],[254,2],[255,2],[256,2],[257,2],[258,2],[259,2],[260,72],[46,2],[234,73],[235,74],[230,2],[52,2],[53,75],[233,76],[8,2],[9,2],[13,2],[12,2],[2,2],[14,2],[15,2],[16,2],[17,2],[18,2],[19,2],[20,2],[21,2],[3,2],[4,2],[45,2],[25,2],[22,2],[23,2],[24,2],[26,2],[27,2],[28,2],[5,2],[29,2],[30,2],[31,2],[32,2],[6,2],[33,2],[34,2],[35,2],[36,2],[7,2],[37,2],[42,2],[43,2],[38,2],[39,2],[40,2],[41,2],[1,2],[44,2],[11,2],[10,2],[164,77],[51,78],[58,79],[54,80],[49,2],[50,2],[47,2],[161,81],[48,82],[55,83],[160,77],[56,84],[162,85],[163,86],[59,87],[142,88],[74,89],[143,87],[138,90],[109,91],[131,92],[129,93],[144,94],[145,95],[75,89],[127,96],[107,97],[116,98],[146,99],[76,89],[89,100],[147,101],[88,102],[72,103],[68,104],[148,105],[82,106],[83,105],[105,107],[112,108],[70,109],[71,110],[149,111],[77,112],[96,113],[135,92],[90,113],[87,114],[86,114],[92,113],[128,94],[97,101],[98,115],[150,94],[151,116],[152,117],[66,118],[65,119],[67,119],[153,120],[78,89],[100,121],[102,122],[154,123],[134,124],[140,125],[139,94],[93,126],[84,127],[85,128],[155,93],[110,129],[156,87],[117,130],[118,131],[119,132],[73,123],[141,133],[157,134],[79,89],[94,114],[61,135],[62,135],[63,135],[64,136],[95,126],[130,113],[106,137],[103,138],[104,139],[120,140],[60,141],[113,142],[115,143],[114,142],[111,144],[125,145],[91,146],[126,147],[99,98],[124,148],[123,149],[101,150],[122,151],[121,152],[158,153],[80,89],[137,92],[136,154],[133,155],[132,92],[159,156],[108,157],[69,158],[81,156],[57,159],[165,2]],"exportedModulesMap":[[168,1],[166,2],[232,3],[231,2],[171,4],[167,1],[169,5],[170,1],[173,6],[226,7],[227,2],[228,8],[229,9],[236,10],[237,2],[239,11],[240,12],[238,13],[241,14],[242,15],[243,16],[244,17],[245,18],[246,19],[247,20],[248,21],[249,22],[250,23],[251,2],[252,2],[172,2],[174,24],[175,24],[177,25],[178,26],[179,27],[180,28],[181,29],[182,30],[183,31],[184,32],[185,33],[186,34],[187,34],[188,35],[189,36],[190,37],[191,38],[176,39],[224,2],[192,40],[193,41],[194,42],[225,43],[195,44],[196,45],[197,46],[198,47],[199,48],[200,49],[201,50],[202,51],[203,52],[204,53],[205,54],[206,55],[208,56],[207,57],[209,58],[210,59],[211,2],[212,60],[213,61],[214,62],[215,63],[216,64],[217,65],[218,66],[219,67],[220,68],[221,69],[222,70],[223,71],[253,2],[254,2],[255,2],[256,2],[257,2],[258,2],[259,2],[260,72],[46,2],[234,73],[235,74],[230,2],[52,2],[53,75],[233,76],[8,2],[9,2],[13,2],[12,2],[2,2],[14,2],[15,2],[16,2],[17,2],[18,2],[19,2],[20,2],[21,2],[3,2],[4,2],[45,2],[25,2],[22,2],[23,2],[24,2],[26,2],[27,2],[28,2],[5,2],[29,2],[30,2],[31,2],[32,2],[6,2],[33,2],[34,2],[35,2],[36,2],[7,2],[37,2],[42,2],[43,2],[38,2],[39,2],[40,2],[41,2],[1,2],[44,2],[11,2],[10,2],[164,160],[51,161],[58,162],[54,163],[161,164],[48,165],[55,166],[160,160],[56,163],[162,167],[163,168],[59,169],[142,170],[74,171],[143,169],[138,172],[109,173],[131,174],[129,175],[144,176],[145,177],[75,171],[127,178],[107,179],[116,180],[146,181],[76,171],[89,182],[147,183],[88,184],[72,185],[68,186],[148,187],[82,188],[83,187],[105,189],[112,190],[70,191],[71,192],[149,193],[77,194],[96,195],[135,174],[90,195],[87,196],[86,196],[92,195],[128,176],[97,183],[98,197],[150,176],[151,198],[152,199],[66,200],[65,201],[67,201],[153,202],[78,171],[100,203],[102,204],[154,205],[134,206],[140,207],[139,176],[93,208],[84,209],[85,210],[155,175],[110,211],[156,169],[117,212],[118,213],[119,214],[73,205],[141,215],[157,216],[79,171],[94,196],[61,217],[62,217],[63,217],[64,218],[95,208],[130,195],[106,219],[103,220],[104,221],[120,222],[60,223],[113,224],[115,225],[114,224],[111,226],[125,227],[91,228],[126,229],[99,180],[124,230],[123,231],[101,232],[122,233],[121,234],[158,235],[80,171],[137,174],[136,236],[133,237],[132,174],[159,238],[108,239],[69,240],[81,238],[57,241]],"semanticDiagnosticsPerFile":[168,166,232,231,171,167,169,170,173,226,227,228,229,236,237,239,240,238,241,242,243,244,245,246,247,248,249,250,251,252,172,174,175,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,176,224,192,193,194,225,195,196,197,198,199,200,201,202,203,204,205,206,208,207,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,253,254,255,256,257,258,259,260,46,234,235,230,52,53,233,8,9,13,12,2,14,15,16,17,18,19,20,21,3,4,45,25,22,23,24,26,27,28,5,29,30,31,32,6,33,34,35,36,7,37,42,43,38,39,40,41,1,44,11,10,164,51,58,54,49,50,47,161,48,55,160,56,162,163,59,142,74,143,138,109,131,129,144,145,75,127,107,116,146,76,89,147,88,72,68,148,82,83,105,112,70,71,149,77,96,135,90,87,86,92,128,97,98,150,151,152,66,65,67,153,78,100,102,154,134,140,139,93,84,85,155,110,156,117,118,119,73,141,157,79,94,61,62,63,64,95,130,106,103,104,120,60,113,115,114,111,125,91,126,99,124,123,101,122,121,158,80,137,136,133,132,159,108,69,81,57,165]},"version":"4.7.4"}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@commercelayer/sdk",
|
3
|
-
"version": "4.15.
|
3
|
+
"version": "4.15.1",
|
4
4
|
"main": "lib/cjs/index.js",
|
5
5
|
"types": "lib/cjs/index.d.ts",
|
6
6
|
"module": "lib/esm/index.js",
|
@@ -44,30 +44,30 @@
|
|
44
44
|
"axios": "^0.27.2"
|
45
45
|
},
|
46
46
|
"devDependencies": {
|
47
|
-
"@babel/preset-env": "^7.
|
48
|
-
"@babel/preset-typescript": "^7.
|
47
|
+
"@babel/preset-env": "^7.18.9",
|
48
|
+
"@babel/preset-typescript": "^7.18.6",
|
49
49
|
"@commercelayer/js-auth": "^2.3.0",
|
50
50
|
"@semantic-release/changelog": "^6.0.1",
|
51
51
|
"@semantic-release/git": "^10.0.1",
|
52
52
|
"@size-limit/preset-small-lib": "^7.0.8",
|
53
53
|
"@types/debug": "^4.1.7",
|
54
|
-
"@types/jest": "^28.1.
|
54
|
+
"@types/jest": "^28.1.6",
|
55
55
|
"@types/lodash": "^4.14.180",
|
56
|
-
"@types/node": "^18.0.
|
57
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
56
|
+
"@types/node": "^18.0.6",
|
57
|
+
"@typescript-eslint/eslint-plugin": "^5.30.7",
|
58
58
|
"dotenv": "^16.0.0",
|
59
|
-
"eslint": "^8.
|
59
|
+
"eslint": "^8.20.0",
|
60
60
|
"husky": "^8.0.1",
|
61
61
|
"inflector-js": "^1.0.1",
|
62
|
-
"jest": "^28.
|
62
|
+
"jest": "^28.1.3",
|
63
63
|
"json-typescript": "^1.1.2",
|
64
64
|
"jsonapi-typescript": "^0.1.3",
|
65
65
|
"lodash": "^4.17.21",
|
66
66
|
"minimize-js": "^1.3.0",
|
67
67
|
"pretty-quick": "^3.1.3",
|
68
|
-
"semantic-release": "^19.0.
|
69
|
-
"ts-node": "^10.
|
70
|
-
"typescript": "^4.
|
68
|
+
"semantic-release": "^19.0.3",
|
69
|
+
"ts-node": "^10.9.1",
|
70
|
+
"typescript": "^4.7.4"
|
71
71
|
},
|
72
72
|
"repository": "github:commercelayer/commercelayer-sdk",
|
73
73
|
"bugs": "https://github.com/commercelayer/commercelayer-sdk/issues",
|