baasic-sdk-javascript
Version:
JavaScript SDK provides core functionality for building web and mobile applications on [Baasic](http://www.baasic.com/).
76 lines (75 loc) • 3.19 kB
TypeScript
import { ContainerModule } from "inversify";
declare const TYPES: {
CommerceCustomerPaymentMethodClient: any;
CommerceCustomerPaymentMethodRoute: any;
CommerceCustomerClient: any;
CommerceCustomerRoute: any;
CommerceInvoiceClient: any;
CommerceInvoiceRoute: any;
CommerceInvoiceStreamsClient: any;
CommerceInvoiceStreamsRoute: any;
CommercePaymentTransactionClient: any;
CommercePaymentTransactionRoute: any;
CommerceAddOnClient: any;
CommerceAddOnRoute: any;
CommerceProductClient: any;
CommerceProductRoute: any;
CommerceProductFilesStreamsClient: any;
CommerceProductFilesStreamsRoute: any;
CommerceProductFilesBatchClient: any;
CommerceProductFilesBatchRoute: any;
CommerceProductFilesClient: any;
CommerceProductFilesRoute: any;
CommerceProductSettingsClient: any;
CommerceProductSettingsRoute: any;
CommerceProductInstanceFilesClient: any;
CommerceProductInstanceFilesRoute: any;
CommerceProductInstanceFilesBatchClient: any;
CommerceProductInstanceFilesBatchRoute: any;
CommerceCouponClient: any;
CommerceCouponRoute: any;
CommerceCouponUseClient: any;
CommerceCouponUseRoute: any;
CommerceClient: any;
CommerceRoute: any;
CommerceLookupsAddressTypesBatchClient: any;
CommerceLookupsAddressTypeBatchRoute: any;
CommerceLookupsAddressTypesClient: any;
CommerceLookupsAddressTypeRoute: any;
CommerceLookupsCountryBatchClient: any;
CommerceLookupsCountryBatchRoute: any;
CommerceLookupsCountryClient: any;
CommerceLookupsCountryRoute: any;
CommerceLookupsCountryStateBatchClient: any;
CommerceLookupsCountryStateBatchRoute: any;
CommerceLookupsCountryStateClient: any;
CommerceLookupsCountryStateRoute: any;
CommerceLookupsPaymentMethodBatchClient: any;
CommerceLookupsPaymentMethodBatchRoute: any;
CommerceLookupsPaymentMethodClient: any;
CommerceLookupsPaymentMethodRoute: any;
CommerceLookupsPaymentTransactionStatusBatchClient: any;
CommerceLookupsPaymentTransactionStatusBatchRoute: any;
CommerceLookupsPaymentTransactionStatusClient: any;
CommerceLookupsPaymentTransactionStatusRoute: any;
CommerceLookupsRecurringCyclePeriodTypeBatchClient: any;
CommerceLookupsRecurringCyclePeriodTypeBatchRoute: any;
CommerceLookupsRecurringCyclePeriodTypeClient: any;
CommerceLookupsRecurringCyclePeriodTypeRoute: any;
CommerceLookupsSubscriptionStatusBatchClient: any;
CommerceLookupsSubscriptionStatusBatchRoute: any;
CommerceLookupsSubscriptionStatusClient: any;
CommerceLookupsSubscriptionStatusRoute: any;
CommerceLookupsInvoiceStatusBatchRoute: any;
CommerceLookupsInvoiceStatusRoute: any;
CommerceLookupsInvoiceStatusBatchClient: any;
CommerceLookupsInvoiceStatusClient: any;
CommerceLookupsCouponTypeBatchRoute: any;
CommerceLookupsCouponTypeRoute: any;
CommerceLookupsCouponTypesBatchClient: any;
CommerceLookupsCouponTypesClient: any;
Lookups: any;
};
export { TYPES };
declare let diModule: ContainerModule;
export { diModule };