namirasoft-payment 1.3.0
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/dist/NamirasoftPaymentServer.d.ts +37 -0
- package/dist/NamirasoftPaymentServer.js +43 -0
- package/dist/NamirasoftPaymentServer.js.map +1 -0
- package/dist/NamirasoftPaymentServerBase.d.ts +5 -0
- package/dist/NamirasoftPaymentServerBase.js +12 -0
- package/dist/NamirasoftPaymentServerBase.js.map +1 -0
- package/dist/NamirasoftPaymentServerCard.d.ts +15 -0
- package/dist/NamirasoftPaymentServerCard.js +54 -0
- package/dist/NamirasoftPaymentServerCard.js.map +1 -0
- package/dist/NamirasoftPaymentServerCardCategory.d.ts +16 -0
- package/dist/NamirasoftPaymentServerCardCategory.js +62 -0
- package/dist/NamirasoftPaymentServerCardCategory.js.map +1 -0
- package/dist/NamirasoftPaymentServerCardField.d.ts +16 -0
- package/dist/NamirasoftPaymentServerCardField.js +62 -0
- package/dist/NamirasoftPaymentServerCardField.js.map +1 -0
- package/dist/NamirasoftPaymentServerCardTag.d.ts +16 -0
- package/dist/NamirasoftPaymentServerCardTag.js +62 -0
- package/dist/NamirasoftPaymentServerCardTag.js.map +1 -0
- package/dist/NamirasoftPaymentServerHealthz.d.ts +6 -0
- package/dist/NamirasoftPaymentServerHealthz.js +28 -0
- package/dist/NamirasoftPaymentServerHealthz.js.map +1 -0
- package/dist/NamirasoftPaymentServerInvoice.d.ts +16 -0
- package/dist/NamirasoftPaymentServerInvoice.js +61 -0
- package/dist/NamirasoftPaymentServerInvoice.js.map +1 -0
- package/dist/NamirasoftPaymentServerOffer.d.ts +12 -0
- package/dist/NamirasoftPaymentServerOffer.js +39 -0
- package/dist/NamirasoftPaymentServerOffer.js.map +1 -0
- package/dist/NamirasoftPaymentServerOneTime.d.ts +12 -0
- package/dist/NamirasoftPaymentServerOneTime.js +29 -0
- package/dist/NamirasoftPaymentServerOneTime.js.map +1 -0
- package/dist/NamirasoftPaymentServerPayment.d.ts +12 -0
- package/dist/NamirasoftPaymentServerPayment.js +39 -0
- package/dist/NamirasoftPaymentServerPayment.js.map +1 -0
- package/dist/NamirasoftPaymentServerSalesItem.d.ts +12 -0
- package/dist/NamirasoftPaymentServerSalesItem.js +39 -0
- package/dist/NamirasoftPaymentServerSalesItem.js.map +1 -0
- package/dist/NamirasoftPaymentServerSubscription.d.ts +20 -0
- package/dist/NamirasoftPaymentServerSubscription.js +54 -0
- package/dist/NamirasoftPaymentServerSubscription.js.map +1 -0
- package/dist/NamirasoftPaymentServerSubscriptionCategory.d.ts +16 -0
- package/dist/NamirasoftPaymentServerSubscriptionCategory.js +62 -0
- package/dist/NamirasoftPaymentServerSubscriptionCategory.js.map +1 -0
- package/dist/NamirasoftPaymentServerSubscriptionField.d.ts +16 -0
- package/dist/NamirasoftPaymentServerSubscriptionField.js +62 -0
- package/dist/NamirasoftPaymentServerSubscriptionField.js.map +1 -0
- package/dist/NamirasoftPaymentServerSubscriptionPaid.d.ts +12 -0
- package/dist/NamirasoftPaymentServerSubscriptionPaid.js +39 -0
- package/dist/NamirasoftPaymentServerSubscriptionPaid.js.map +1 -0
- package/dist/NamirasoftPaymentServerSubscriptionTag.d.ts +16 -0
- package/dist/NamirasoftPaymentServerSubscriptionTag.js +62 -0
- package/dist/NamirasoftPaymentServerSubscriptionTag.js.map +1 -0
- package/dist/NamirasoftPaymentServerValue.d.ts +6 -0
- package/dist/NamirasoftPaymentServerValue.js +29 -0
- package/dist/NamirasoftPaymentServerValue.js.map +1 -0
- package/dist/command/CardCategoryCommand.d.ts +4 -0
- package/dist/command/CardCategoryCommand.js +23 -0
- package/dist/command/CardCategoryCommand.js.map +1 -0
- package/dist/command/CardCategoryCreateCommand.d.ts +5 -0
- package/dist/command/CardCategoryCreateCommand.js +48 -0
- package/dist/command/CardCategoryCreateCommand.js.map +1 -0
- package/dist/command/CardCategoryDeleteCommand.d.ts +5 -0
- package/dist/command/CardCategoryDeleteCommand.js +37 -0
- package/dist/command/CardCategoryDeleteCommand.js.map +1 -0
- package/dist/command/CardCategoryGetCommand.d.ts +5 -0
- package/dist/command/CardCategoryGetCommand.js +37 -0
- package/dist/command/CardCategoryGetCommand.js.map +1 -0
- package/dist/command/CardCategoryListCommand.d.ts +5 -0
- package/dist/command/CardCategoryListCommand.js +37 -0
- package/dist/command/CardCategoryListCommand.js.map +1 -0
- package/dist/command/CardCategoryUpdateCommand.d.ts +5 -0
- package/dist/command/CardCategoryUpdateCommand.js +48 -0
- package/dist/command/CardCategoryUpdateCommand.js.map +1 -0
- package/dist/command/CardCommand.d.ts +4 -0
- package/dist/command/CardCommand.js +21 -0
- package/dist/command/CardCommand.js.map +1 -0
- package/dist/command/CardCreateCommand.d.ts +5 -0
- package/dist/command/CardCreateCommand.js +84 -0
- package/dist/command/CardCreateCommand.js.map +1 -0
- package/dist/command/CardDeleteCommand.d.ts +5 -0
- package/dist/command/CardDeleteCommand.js +37 -0
- package/dist/command/CardDeleteCommand.js.map +1 -0
- package/dist/command/CardFieldCommand.d.ts +4 -0
- package/dist/command/CardFieldCommand.js +23 -0
- package/dist/command/CardFieldCommand.js.map +1 -0
- package/dist/command/CardFieldCreateCommand.d.ts +5 -0
- package/dist/command/CardFieldCreateCommand.js +66 -0
- package/dist/command/CardFieldCreateCommand.js.map +1 -0
- package/dist/command/CardFieldDeleteCommand.d.ts +5 -0
- package/dist/command/CardFieldDeleteCommand.js +37 -0
- package/dist/command/CardFieldDeleteCommand.js.map +1 -0
- package/dist/command/CardFieldGetCommand.d.ts +5 -0
- package/dist/command/CardFieldGetCommand.js +37 -0
- package/dist/command/CardFieldGetCommand.js.map +1 -0
- package/dist/command/CardFieldListCommand.d.ts +5 -0
- package/dist/command/CardFieldListCommand.js +37 -0
- package/dist/command/CardFieldListCommand.js.map +1 -0
- package/dist/command/CardFieldUpdateCommand.d.ts +5 -0
- package/dist/command/CardFieldUpdateCommand.js +66 -0
- package/dist/command/CardFieldUpdateCommand.js.map +1 -0
- package/dist/command/CardGetCommand.d.ts +5 -0
- package/dist/command/CardGetCommand.js +37 -0
- package/dist/command/CardGetCommand.js.map +1 -0
- package/dist/command/CardListCommand.d.ts +5 -0
- package/dist/command/CardListCommand.js +37 -0
- package/dist/command/CardListCommand.js.map +1 -0
- package/dist/command/CardTagCommand.d.ts +4 -0
- package/dist/command/CardTagCommand.js +23 -0
- package/dist/command/CardTagCommand.js.map +1 -0
- package/dist/command/CardTagCreateCommand.d.ts +5 -0
- package/dist/command/CardTagCreateCommand.js +66 -0
- package/dist/command/CardTagCreateCommand.js.map +1 -0
- package/dist/command/CardTagDeleteCommand.d.ts +5 -0
- package/dist/command/CardTagDeleteCommand.js +37 -0
- package/dist/command/CardTagDeleteCommand.js.map +1 -0
- package/dist/command/CardTagGetCommand.d.ts +5 -0
- package/dist/command/CardTagGetCommand.js +37 -0
- package/dist/command/CardTagGetCommand.js.map +1 -0
- package/dist/command/CardTagListCommand.d.ts +5 -0
- package/dist/command/CardTagListCommand.js +37 -0
- package/dist/command/CardTagListCommand.js.map +1 -0
- package/dist/command/CardTagUpdateCommand.d.ts +5 -0
- package/dist/command/CardTagUpdateCommand.js +66 -0
- package/dist/command/CardTagUpdateCommand.js.map +1 -0
- package/dist/command/HealthzCommand.d.ts +4 -0
- package/dist/command/HealthzCommand.js +15 -0
- package/dist/command/HealthzCommand.js.map +1 -0
- package/dist/command/HealthzGetCommand.d.ts +5 -0
- package/dist/command/HealthzGetCommand.js +37 -0
- package/dist/command/HealthzGetCommand.js.map +1 -0
- package/dist/command/InvoiceCancelCommand.d.ts +5 -0
- package/dist/command/InvoiceCancelCommand.js +37 -0
- package/dist/command/InvoiceCancelCommand.js.map +1 -0
- package/dist/command/InvoiceCommand.d.ts +4 -0
- package/dist/command/InvoiceCommand.js +23 -0
- package/dist/command/InvoiceCommand.js.map +1 -0
- package/dist/command/InvoiceCreateCommand.d.ts +5 -0
- package/dist/command/InvoiceCreateCommand.js +111 -0
- package/dist/command/InvoiceCreateCommand.js.map +1 -0
- package/dist/command/InvoiceDeleteCommand.d.ts +5 -0
- package/dist/command/InvoiceDeleteCommand.js +37 -0
- package/dist/command/InvoiceDeleteCommand.js.map +1 -0
- package/dist/command/InvoiceGetCommand.d.ts +5 -0
- package/dist/command/InvoiceGetCommand.js +37 -0
- package/dist/command/InvoiceGetCommand.js.map +1 -0
- package/dist/command/InvoiceListCommand.d.ts +5 -0
- package/dist/command/InvoiceListCommand.js +37 -0
- package/dist/command/InvoiceListCommand.js.map +1 -0
- package/dist/command/OfferCommand.d.ts +4 -0
- package/dist/command/OfferCommand.js +17 -0
- package/dist/command/OfferCommand.js.map +1 -0
- package/dist/command/OfferGetCommand.d.ts +5 -0
- package/dist/command/OfferGetCommand.js +37 -0
- package/dist/command/OfferGetCommand.js.map +1 -0
- package/dist/command/OfferListCommand.d.ts +5 -0
- package/dist/command/OfferListCommand.js +37 -0
- package/dist/command/OfferListCommand.js.map +1 -0
- package/dist/command/OneTimeCheckoutCommand.d.ts +5 -0
- package/dist/command/OneTimeCheckoutCommand.js +75 -0
- package/dist/command/OneTimeCheckoutCommand.js.map +1 -0
- package/dist/command/OneTimeCommand.d.ts +4 -0
- package/dist/command/OneTimeCommand.js +15 -0
- package/dist/command/OneTimeCommand.js.map +1 -0
- package/dist/command/PaymentCommand.d.ts +4 -0
- package/dist/command/PaymentCommand.js +17 -0
- package/dist/command/PaymentCommand.js.map +1 -0
- package/dist/command/PaymentGetCommand.d.ts +5 -0
- package/dist/command/PaymentGetCommand.js +37 -0
- package/dist/command/PaymentGetCommand.js.map +1 -0
- package/dist/command/PaymentListCommand.d.ts +5 -0
- package/dist/command/PaymentListCommand.js +37 -0
- package/dist/command/PaymentListCommand.js.map +1 -0
- package/dist/command/SalesItemCommand.d.ts +4 -0
- package/dist/command/SalesItemCommand.js +17 -0
- package/dist/command/SalesItemCommand.js.map +1 -0
- package/dist/command/SalesItemGetCommand.d.ts +5 -0
- package/dist/command/SalesItemGetCommand.js +37 -0
- package/dist/command/SalesItemGetCommand.js.map +1 -0
- package/dist/command/SalesItemListCommand.d.ts +5 -0
- package/dist/command/SalesItemListCommand.js +37 -0
- package/dist/command/SalesItemListCommand.js.map +1 -0
- package/dist/command/SubscriptionCancelCommand.d.ts +5 -0
- package/dist/command/SubscriptionCancelCommand.js +37 -0
- package/dist/command/SubscriptionCancelCommand.js.map +1 -0
- package/dist/command/SubscriptionCategoryCommand.d.ts +4 -0
- package/dist/command/SubscriptionCategoryCommand.js +23 -0
- package/dist/command/SubscriptionCategoryCommand.js.map +1 -0
- package/dist/command/SubscriptionCategoryCreateCommand.d.ts +5 -0
- package/dist/command/SubscriptionCategoryCreateCommand.js +48 -0
- package/dist/command/SubscriptionCategoryCreateCommand.js.map +1 -0
- package/dist/command/SubscriptionCategoryDeleteCommand.d.ts +5 -0
- package/dist/command/SubscriptionCategoryDeleteCommand.js +37 -0
- package/dist/command/SubscriptionCategoryDeleteCommand.js.map +1 -0
- package/dist/command/SubscriptionCategoryGetCommand.d.ts +5 -0
- package/dist/command/SubscriptionCategoryGetCommand.js +37 -0
- package/dist/command/SubscriptionCategoryGetCommand.js.map +1 -0
- package/dist/command/SubscriptionCategoryListCommand.d.ts +5 -0
- package/dist/command/SubscriptionCategoryListCommand.js +37 -0
- package/dist/command/SubscriptionCategoryListCommand.js.map +1 -0
- package/dist/command/SubscriptionCategoryUpdateCommand.d.ts +5 -0
- package/dist/command/SubscriptionCategoryUpdateCommand.js +48 -0
- package/dist/command/SubscriptionCategoryUpdateCommand.js.map +1 -0
- package/dist/command/SubscriptionCheckoutCommand.d.ts +5 -0
- package/dist/command/SubscriptionCheckoutCommand.js +75 -0
- package/dist/command/SubscriptionCheckoutCommand.js.map +1 -0
- package/dist/command/SubscriptionCommand.d.ts +4 -0
- package/dist/command/SubscriptionCommand.js +21 -0
- package/dist/command/SubscriptionCommand.js.map +1 -0
- package/dist/command/SubscriptionFieldCommand.d.ts +4 -0
- package/dist/command/SubscriptionFieldCommand.js +23 -0
- package/dist/command/SubscriptionFieldCommand.js.map +1 -0
- package/dist/command/SubscriptionFieldCreateCommand.d.ts +5 -0
- package/dist/command/SubscriptionFieldCreateCommand.js +66 -0
- package/dist/command/SubscriptionFieldCreateCommand.js.map +1 -0
- package/dist/command/SubscriptionFieldDeleteCommand.d.ts +5 -0
- package/dist/command/SubscriptionFieldDeleteCommand.js +37 -0
- package/dist/command/SubscriptionFieldDeleteCommand.js.map +1 -0
- package/dist/command/SubscriptionFieldGetCommand.d.ts +5 -0
- package/dist/command/SubscriptionFieldGetCommand.js +37 -0
- package/dist/command/SubscriptionFieldGetCommand.js.map +1 -0
- package/dist/command/SubscriptionFieldListCommand.d.ts +5 -0
- package/dist/command/SubscriptionFieldListCommand.js +37 -0
- package/dist/command/SubscriptionFieldListCommand.js.map +1 -0
- package/dist/command/SubscriptionFieldUpdateCommand.d.ts +5 -0
- package/dist/command/SubscriptionFieldUpdateCommand.js +66 -0
- package/dist/command/SubscriptionFieldUpdateCommand.js.map +1 -0
- package/dist/command/SubscriptionGetCommand.d.ts +5 -0
- package/dist/command/SubscriptionGetCommand.js +37 -0
- package/dist/command/SubscriptionGetCommand.js.map +1 -0
- package/dist/command/SubscriptionListCommand.d.ts +5 -0
- package/dist/command/SubscriptionListCommand.js +37 -0
- package/dist/command/SubscriptionListCommand.js.map +1 -0
- package/dist/command/SubscriptionPaidCommand.d.ts +4 -0
- package/dist/command/SubscriptionPaidCommand.js +17 -0
- package/dist/command/SubscriptionPaidCommand.js.map +1 -0
- package/dist/command/SubscriptionPaidGetCommand.d.ts +5 -0
- package/dist/command/SubscriptionPaidGetCommand.js +37 -0
- package/dist/command/SubscriptionPaidGetCommand.js.map +1 -0
- package/dist/command/SubscriptionPaidListCommand.d.ts +5 -0
- package/dist/command/SubscriptionPaidListCommand.js +37 -0
- package/dist/command/SubscriptionPaidListCommand.js.map +1 -0
- package/dist/command/SubscriptionTagCommand.d.ts +4 -0
- package/dist/command/SubscriptionTagCommand.js +23 -0
- package/dist/command/SubscriptionTagCommand.js.map +1 -0
- package/dist/command/SubscriptionTagCreateCommand.d.ts +5 -0
- package/dist/command/SubscriptionTagCreateCommand.js +66 -0
- package/dist/command/SubscriptionTagCreateCommand.js.map +1 -0
- package/dist/command/SubscriptionTagDeleteCommand.d.ts +5 -0
- package/dist/command/SubscriptionTagDeleteCommand.js +37 -0
- package/dist/command/SubscriptionTagDeleteCommand.js.map +1 -0
- package/dist/command/SubscriptionTagGetCommand.d.ts +5 -0
- package/dist/command/SubscriptionTagGetCommand.js +37 -0
- package/dist/command/SubscriptionTagGetCommand.js.map +1 -0
- package/dist/command/SubscriptionTagListCommand.d.ts +5 -0
- package/dist/command/SubscriptionTagListCommand.js +37 -0
- package/dist/command/SubscriptionTagListCommand.js.map +1 -0
- package/dist/command/SubscriptionTagUpdateCommand.d.ts +5 -0
- package/dist/command/SubscriptionTagUpdateCommand.js +66 -0
- package/dist/command/SubscriptionTagUpdateCommand.js.map +1 -0
- package/dist/command/ValueCommand.d.ts +4 -0
- package/dist/command/ValueCommand.js +15 -0
- package/dist/command/ValueCommand.js.map +1 -0
- package/dist/command/ValueListCommand.d.ts +5 -0
- package/dist/command/ValueListCommand.js +37 -0
- package/dist/command/ValueListCommand.js.map +1 -0
- package/dist/command/cli.d.ts +2 -0
- package/dist/command/cli.js +42 -0
- package/dist/command/cli.js.map +1 -0
- package/dist/enum/GatewayType.d.ts +3 -0
- package/dist/enum/GatewayType.js +8 -0
- package/dist/enum/GatewayType.js.map +1 -0
- package/dist/enum/OfferSubscriptionDurationUnit.d.ts +6 -0
- package/dist/enum/OfferSubscriptionDurationUnit.js +11 -0
- package/dist/enum/OfferSubscriptionDurationUnit.js.map +1 -0
- package/dist/enum/PaymentGateway.d.ts +3 -0
- package/dist/enum/PaymentGateway.js +8 -0
- package/dist/enum/PaymentGateway.js.map +1 -0
- package/dist/enum/PaymentStatus.d.ts +6 -0
- package/dist/enum/PaymentStatus.js +11 -0
- package/dist/enum/PaymentStatus.js.map +1 -0
- package/dist/enum/SalesItemMethod.d.ts +5 -0
- package/dist/enum/SalesItemMethod.js +10 -0
- package/dist/enum/SalesItemMethod.js.map +1 -0
- package/dist/enum/SalesItemOnetimeExpireUnit.d.ts +7 -0
- package/dist/enum/SalesItemOnetimeExpireUnit.js +12 -0
- package/dist/enum/SalesItemOnetimeExpireUnit.js.map +1 -0
- package/dist/enum/SalesItemOnetimeLimitUnit.d.ts +7 -0
- package/dist/enum/SalesItemOnetimeLimitUnit.js +12 -0
- package/dist/enum/SalesItemOnetimeLimitUnit.js.map +1 -0
- package/dist/enum/SubscriptionGateway.d.ts +3 -0
- package/dist/enum/SubscriptionGateway.js +8 -0
- package/dist/enum/SubscriptionGateway.js.map +1 -0
- package/dist/enum/SubscriptionStatus.d.ts +11 -0
- package/dist/enum/SubscriptionStatus.js +16 -0
- package/dist/enum/SubscriptionStatus.js.map +1 -0
- package/dist/index.d.ts +129 -0
- package/dist/index.js +146 -0
- package/dist/index.js.map +1 -0
- package/dist/meta/CardCategoryMetaTable.d.ts +10 -0
- package/dist/meta/CardCategoryMetaTable.js +18 -0
- package/dist/meta/CardCategoryMetaTable.js.map +1 -0
- package/dist/meta/CardFieldMetaTable.d.ts +12 -0
- package/dist/meta/CardFieldMetaTable.js +20 -0
- package/dist/meta/CardFieldMetaTable.js.map +1 -0
- package/dist/meta/CardMetaTable.d.ts +10 -0
- package/dist/meta/CardMetaTable.js +18 -0
- package/dist/meta/CardMetaTable.js.map +1 -0
- package/dist/meta/CardTagMetaTable.d.ts +12 -0
- package/dist/meta/CardTagMetaTable.js +20 -0
- package/dist/meta/CardTagMetaTable.js.map +1 -0
- package/dist/meta/InvoiceMetaTable.d.ts +20 -0
- package/dist/meta/InvoiceMetaTable.js +28 -0
- package/dist/meta/InvoiceMetaTable.js.map +1 -0
- package/dist/meta/MetaDatabase.d.ts +28 -0
- package/dist/meta/MetaDatabase.js +35 -0
- package/dist/meta/MetaDatabase.js.map +1 -0
- package/dist/meta/OfferMetaTable.d.ts +16 -0
- package/dist/meta/OfferMetaTable.js +24 -0
- package/dist/meta/OfferMetaTable.js.map +1 -0
- package/dist/meta/PaymentMetaTable.d.ts +18 -0
- package/dist/meta/PaymentMetaTable.js +26 -0
- package/dist/meta/PaymentMetaTable.js.map +1 -0
- package/dist/meta/SalesItemMetaTable.d.ts +17 -0
- package/dist/meta/SalesItemMetaTable.js +25 -0
- package/dist/meta/SalesItemMetaTable.js.map +1 -0
- package/dist/meta/SubscriptionCategoryMetaTable.d.ts +10 -0
- package/dist/meta/SubscriptionCategoryMetaTable.js +18 -0
- package/dist/meta/SubscriptionCategoryMetaTable.js.map +1 -0
- package/dist/meta/SubscriptionFieldMetaTable.d.ts +12 -0
- package/dist/meta/SubscriptionFieldMetaTable.js +20 -0
- package/dist/meta/SubscriptionFieldMetaTable.js.map +1 -0
- package/dist/meta/SubscriptionMetaTable.d.ts +14 -0
- package/dist/meta/SubscriptionMetaTable.js +22 -0
- package/dist/meta/SubscriptionMetaTable.js.map +1 -0
- package/dist/meta/SubscriptionTagMetaTable.d.ts +12 -0
- package/dist/meta/SubscriptionTagMetaTable.js +20 -0
- package/dist/meta/SubscriptionTagMetaTable.js.map +1 -0
- package/dist/row/CardCategoryRow.d.ts +6 -0
- package/dist/row/CardCategoryRow.js +3 -0
- package/dist/row/CardCategoryRow.js.map +1 -0
- package/dist/row/CardFieldRow.d.ts +8 -0
- package/dist/row/CardFieldRow.js +3 -0
- package/dist/row/CardFieldRow.js.map +1 -0
- package/dist/row/CardInputRow.d.ts +7 -0
- package/dist/row/CardInputRow.js +3 -0
- package/dist/row/CardInputRow.js.map +1 -0
- package/dist/row/CardRow.d.ts +6 -0
- package/dist/row/CardRow.js +3 -0
- package/dist/row/CardRow.js.map +1 -0
- package/dist/row/CardTagRow.d.ts +8 -0
- package/dist/row/CardTagRow.js +3 -0
- package/dist/row/CardTagRow.js.map +1 -0
- package/dist/row/EntityCategoryInputRow.d.ts +3 -0
- package/dist/row/EntityCategoryInputRow.js +3 -0
- package/dist/row/EntityCategoryInputRow.js.map +1 -0
- package/dist/row/EntityFieldInputRow.d.ts +5 -0
- package/dist/row/EntityFieldInputRow.js +3 -0
- package/dist/row/EntityFieldInputRow.js.map +1 -0
- package/dist/row/EntityTagInputRow.d.ts +5 -0
- package/dist/row/EntityTagInputRow.js +3 -0
- package/dist/row/EntityTagInputRow.js.map +1 -0
- package/dist/row/InvoiceInputRow.d.ts +11 -0
- package/dist/row/InvoiceInputRow.js +3 -0
- package/dist/row/InvoiceInputRow.js.map +1 -0
- package/dist/row/InvoiceItemInputRow.d.ts +8 -0
- package/dist/row/InvoiceItemInputRow.js +3 -0
- package/dist/row/InvoiceItemInputRow.js.map +1 -0
- package/dist/row/InvoiceRow.d.ts +16 -0
- package/dist/row/InvoiceRow.js +3 -0
- package/dist/row/InvoiceRow.js.map +1 -0
- package/dist/row/OfferRow.d.ts +13 -0
- package/dist/row/OfferRow.js +3 -0
- package/dist/row/OfferRow.js.map +1 -0
- package/dist/row/PaymentRow.d.ts +16 -0
- package/dist/row/PaymentRow.js +3 -0
- package/dist/row/PaymentRow.js.map +1 -0
- package/dist/row/SalesItemRow.d.ts +16 -0
- package/dist/row/SalesItemRow.js +3 -0
- package/dist/row/SalesItemRow.js.map +1 -0
- package/dist/row/SubscriptionCategoryRow.d.ts +6 -0
- package/dist/row/SubscriptionCategoryRow.js +3 -0
- package/dist/row/SubscriptionCategoryRow.js.map +1 -0
- package/dist/row/SubscriptionFieldRow.d.ts +8 -0
- package/dist/row/SubscriptionFieldRow.js +3 -0
- package/dist/row/SubscriptionFieldRow.js.map +1 -0
- package/dist/row/SubscriptionPaidRow.d.ts +10 -0
- package/dist/row/SubscriptionPaidRow.js +3 -0
- package/dist/row/SubscriptionPaidRow.js.map +1 -0
- package/dist/row/SubscriptionRow.d.ts +12 -0
- package/dist/row/SubscriptionRow.js +3 -0
- package/dist/row/SubscriptionRow.js.map +1 -0
- package/dist/row/SubscriptionTagRow.d.ts +8 -0
- package/dist/row/SubscriptionTagRow.js +3 -0
- package/dist/row/SubscriptionTagRow.js.map +1 -0
- package/logo.png +0 -0
- package/package.json +28 -0
- package/src/NamirasoftPaymentServer.ts +78 -0
- package/src/NamirasoftPaymentServerBase.ts +30 -0
- package/src/NamirasoftPaymentServerCard.ts +61 -0
- package/src/NamirasoftPaymentServerCardCategory.ts +68 -0
- package/src/NamirasoftPaymentServerCardField.ts +68 -0
- package/src/NamirasoftPaymentServerCardTag.ts +68 -0
- package/src/NamirasoftPaymentServerHealthz.ts +36 -0
- package/src/NamirasoftPaymentServerInvoice.ts +67 -0
- package/src/NamirasoftPaymentServerOffer.ts +47 -0
- package/src/NamirasoftPaymentServerOneTime.ts +38 -0
- package/src/NamirasoftPaymentServerPayment.ts +47 -0
- package/src/NamirasoftPaymentServerSalesItem.ts +47 -0
- package/src/NamirasoftPaymentServerSubscription.ts +61 -0
- package/src/NamirasoftPaymentServerSubscriptionCategory.ts +68 -0
- package/src/NamirasoftPaymentServerSubscriptionField.ts +68 -0
- package/src/NamirasoftPaymentServerSubscriptionPaid.ts +47 -0
- package/src/NamirasoftPaymentServerSubscriptionTag.ts +68 -0
- package/src/NamirasoftPaymentServerValue.ts +37 -0
- package/src/command/CardCategoryCommand.ts +40 -0
- package/src/command/CardCategoryCreateCommand.ts +55 -0
- package/src/command/CardCategoryDeleteCommand.ts +44 -0
- package/src/command/CardCategoryGetCommand.ts +44 -0
- package/src/command/CardCategoryListCommand.ts +44 -0
- package/src/command/CardCategoryUpdateCommand.ts +55 -0
- package/src/command/CardCommand.ts +38 -0
- package/src/command/CardCreateCommand.ts +91 -0
- package/src/command/CardDeleteCommand.ts +44 -0
- package/src/command/CardFieldCommand.ts +40 -0
- package/src/command/CardFieldCreateCommand.ts +73 -0
- package/src/command/CardFieldDeleteCommand.ts +44 -0
- package/src/command/CardFieldGetCommand.ts +44 -0
- package/src/command/CardFieldListCommand.ts +44 -0
- package/src/command/CardFieldUpdateCommand.ts +73 -0
- package/src/command/CardGetCommand.ts +44 -0
- package/src/command/CardListCommand.ts +44 -0
- package/src/command/CardTagCommand.ts +40 -0
- package/src/command/CardTagCreateCommand.ts +73 -0
- package/src/command/CardTagDeleteCommand.ts +44 -0
- package/src/command/CardTagGetCommand.ts +44 -0
- package/src/command/CardTagListCommand.ts +44 -0
- package/src/command/CardTagUpdateCommand.ts +73 -0
- package/src/command/HealthzCommand.ts +32 -0
- package/src/command/HealthzGetCommand.ts +44 -0
- package/src/command/InvoiceCancelCommand.ts +44 -0
- package/src/command/InvoiceCommand.ts +40 -0
- package/src/command/InvoiceCreateCommand.ts +118 -0
- package/src/command/InvoiceDeleteCommand.ts +44 -0
- package/src/command/InvoiceGetCommand.ts +44 -0
- package/src/command/InvoiceListCommand.ts +44 -0
- package/src/command/OfferCommand.ts +34 -0
- package/src/command/OfferGetCommand.ts +44 -0
- package/src/command/OfferListCommand.ts +44 -0
- package/src/command/OneTimeCheckoutCommand.ts +82 -0
- package/src/command/OneTimeCommand.ts +32 -0
- package/src/command/PaymentCommand.ts +34 -0
- package/src/command/PaymentGetCommand.ts +44 -0
- package/src/command/PaymentListCommand.ts +44 -0
- package/src/command/SalesItemCommand.ts +34 -0
- package/src/command/SalesItemGetCommand.ts +44 -0
- package/src/command/SalesItemListCommand.ts +44 -0
- package/src/command/SubscriptionCancelCommand.ts +44 -0
- package/src/command/SubscriptionCategoryCommand.ts +40 -0
- package/src/command/SubscriptionCategoryCreateCommand.ts +55 -0
- package/src/command/SubscriptionCategoryDeleteCommand.ts +44 -0
- package/src/command/SubscriptionCategoryGetCommand.ts +44 -0
- package/src/command/SubscriptionCategoryListCommand.ts +44 -0
- package/src/command/SubscriptionCategoryUpdateCommand.ts +55 -0
- package/src/command/SubscriptionCheckoutCommand.ts +82 -0
- package/src/command/SubscriptionCommand.ts +38 -0
- package/src/command/SubscriptionFieldCommand.ts +40 -0
- package/src/command/SubscriptionFieldCreateCommand.ts +73 -0
- package/src/command/SubscriptionFieldDeleteCommand.ts +44 -0
- package/src/command/SubscriptionFieldGetCommand.ts +44 -0
- package/src/command/SubscriptionFieldListCommand.ts +44 -0
- package/src/command/SubscriptionFieldUpdateCommand.ts +73 -0
- package/src/command/SubscriptionGetCommand.ts +44 -0
- package/src/command/SubscriptionListCommand.ts +44 -0
- package/src/command/SubscriptionPaidCommand.ts +34 -0
- package/src/command/SubscriptionPaidGetCommand.ts +44 -0
- package/src/command/SubscriptionPaidListCommand.ts +44 -0
- package/src/command/SubscriptionTagCommand.ts +40 -0
- package/src/command/SubscriptionTagCreateCommand.ts +73 -0
- package/src/command/SubscriptionTagDeleteCommand.ts +44 -0
- package/src/command/SubscriptionTagGetCommand.ts +44 -0
- package/src/command/SubscriptionTagListCommand.ts +44 -0
- package/src/command/SubscriptionTagUpdateCommand.ts +73 -0
- package/src/command/ValueCommand.ts +32 -0
- package/src/command/ValueListCommand.ts +44 -0
- package/src/command/cli.ts +61 -0
- package/src/enum/GatewayType.ts +24 -0
- package/src/enum/OfferSubscriptionDurationUnit.ts +27 -0
- package/src/enum/PaymentGateway.ts +24 -0
- package/src/enum/PaymentStatus.ts +27 -0
- package/src/enum/SalesItemMethod.ts +26 -0
- package/src/enum/SalesItemOnetimeExpireUnit.ts +28 -0
- package/src/enum/SalesItemOnetimeLimitUnit.ts +28 -0
- package/src/enum/SubscriptionGateway.ts +24 -0
- package/src/enum/SubscriptionStatus.ts +32 -0
- package/src/index.ts +149 -0
- package/src/meta/CardCategoryMetaTable.ts +41 -0
- package/src/meta/CardFieldMetaTable.ts +45 -0
- package/src/meta/CardMetaTable.ts +41 -0
- package/src/meta/CardTagMetaTable.ts +45 -0
- package/src/meta/InvoiceMetaTable.ts +61 -0
- package/src/meta/MetaDatabase.ts +64 -0
- package/src/meta/OfferMetaTable.ts +53 -0
- package/src/meta/PaymentMetaTable.ts +57 -0
- package/src/meta/SalesItemMetaTable.ts +55 -0
- package/src/meta/SubscriptionCategoryMetaTable.ts +41 -0
- package/src/meta/SubscriptionFieldMetaTable.ts +45 -0
- package/src/meta/SubscriptionMetaTable.ts +49 -0
- package/src/meta/SubscriptionTagMetaTable.ts +45 -0
- package/src/row/CardCategoryRow.ts +27 -0
- package/src/row/CardFieldRow.ts +29 -0
- package/src/row/CardInputRow.ts +28 -0
- package/src/row/CardRow.ts +27 -0
- package/src/row/CardTagRow.ts +29 -0
- package/src/row/EntityCategoryInputRow.ts +24 -0
- package/src/row/EntityFieldInputRow.ts +26 -0
- package/src/row/EntityTagInputRow.ts +26 -0
- package/src/row/InvoiceInputRow.ts +33 -0
- package/src/row/InvoiceItemInputRow.ts +29 -0
- package/src/row/InvoiceRow.ts +37 -0
- package/src/row/OfferRow.ts +35 -0
- package/src/row/PaymentRow.ts +38 -0
- package/src/row/SalesItemRow.ts +38 -0
- package/src/row/SubscriptionCategoryRow.ts +27 -0
- package/src/row/SubscriptionFieldRow.ts +29 -0
- package/src/row/SubscriptionPaidRow.ts +31 -0
- package/src/row/SubscriptionRow.ts +34 -0
- package/src/row/SubscriptionTagRow.ts +29 -0
- package/tsconfig.json +42 -0
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
#!/usr/bin/env node
|
|
2
|
+
"use strict";
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
const namirasoft_account_1 = require("namirasoft-account");
|
|
5
|
+
const namirasoft_node_cli_1 = require("namirasoft-node-cli");
|
|
6
|
+
const CardCategoryCommand_1 = require("./CardCategoryCommand");
|
|
7
|
+
const CardCommand_1 = require("./CardCommand");
|
|
8
|
+
const CardFieldCommand_1 = require("./CardFieldCommand");
|
|
9
|
+
const CardTagCommand_1 = require("./CardTagCommand");
|
|
10
|
+
const HealthzCommand_1 = require("./HealthzCommand");
|
|
11
|
+
const InvoiceCommand_1 = require("./InvoiceCommand");
|
|
12
|
+
const OfferCommand_1 = require("./OfferCommand");
|
|
13
|
+
const OneTimeCommand_1 = require("./OneTimeCommand");
|
|
14
|
+
const PaymentCommand_1 = require("./PaymentCommand");
|
|
15
|
+
const SalesItemCommand_1 = require("./SalesItemCommand");
|
|
16
|
+
const SubscriptionCategoryCommand_1 = require("./SubscriptionCategoryCommand");
|
|
17
|
+
const SubscriptionCommand_1 = require("./SubscriptionCommand");
|
|
18
|
+
const SubscriptionFieldCommand_1 = require("./SubscriptionFieldCommand");
|
|
19
|
+
const SubscriptionPaidCommand_1 = require("./SubscriptionPaidCommand");
|
|
20
|
+
const SubscriptionTagCommand_1 = require("./SubscriptionTagCommand");
|
|
21
|
+
const ValueCommand_1 = require("./ValueCommand");
|
|
22
|
+
let app = new namirasoft_node_cli_1.Application("ns-payment", new namirasoft_node_cli_1.BaseStorage(), {
|
|
23
|
+
"healthz": HealthzCommand_1.HealthzCommand,
|
|
24
|
+
"value": ValueCommand_1.ValueCommand,
|
|
25
|
+
"card": CardCommand_1.CardCommand,
|
|
26
|
+
"cardcategory": CardCategoryCommand_1.CardCategoryCommand,
|
|
27
|
+
"cardfield": CardFieldCommand_1.CardFieldCommand,
|
|
28
|
+
"cardtag": CardTagCommand_1.CardTagCommand,
|
|
29
|
+
"invoice": InvoiceCommand_1.InvoiceCommand,
|
|
30
|
+
"offer": OfferCommand_1.OfferCommand,
|
|
31
|
+
"onetime": OneTimeCommand_1.OneTimeCommand,
|
|
32
|
+
"payment": PaymentCommand_1.PaymentCommand,
|
|
33
|
+
"salesitem": SalesItemCommand_1.SalesItemCommand,
|
|
34
|
+
"subscriptionpaid": SubscriptionPaidCommand_1.SubscriptionPaidCommand,
|
|
35
|
+
"subscription": SubscriptionCommand_1.SubscriptionCommand,
|
|
36
|
+
"subscriptioncategory": SubscriptionCategoryCommand_1.SubscriptionCategoryCommand,
|
|
37
|
+
"subscriptionfield": SubscriptionFieldCommand_1.SubscriptionFieldCommand,
|
|
38
|
+
"subscriptiontag": SubscriptionTagCommand_1.SubscriptionTagCommand,
|
|
39
|
+
"account": namirasoft_account_1.AccountCommand
|
|
40
|
+
});
|
|
41
|
+
app.run();
|
|
42
|
+
//# sourceMappingURL=cli.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cli.js","sourceRoot":"","sources":["../../src/command/cli.ts"],"names":[],"mappings":";;;AAqBA,2DAAoD;AACpD,6DAA+D;AAC/D,+DAA4D;AAC5D,+CAA4C;AAC5C,yDAAsD;AACtD,qDAAkD;AAClD,qDAAkD;AAClD,qDAAkD;AAClD,iDAA8C;AAC9C,qDAAkD;AAClD,qDAAkD;AAClD,yDAAsD;AACtD,+EAA4E;AAC5E,+DAA4D;AAC5D,yEAAsE;AACtE,uEAAoE;AACpE,qEAAkE;AAClE,iDAA8C;AAE9C,IAAI,GAAG,GAAG,IAAI,iCAAW,CAAC,YAAY,EAAE,IAAI,iCAAW,EAAE,EACrD;IACI,SAAS,EAAE,+BAAc;IACzB,OAAO,EAAE,2BAAY;IACrB,MAAM,EAAE,yBAAW;IACnB,cAAc,EAAE,yCAAmB;IACnC,WAAW,EAAE,mCAAgB;IAC7B,SAAS,EAAE,+BAAc;IACzB,SAAS,EAAE,+BAAc;IACzB,OAAO,EAAE,2BAAY;IACrB,SAAS,EAAE,+BAAc;IACzB,SAAS,EAAE,+BAAc;IACzB,WAAW,EAAE,mCAAgB;IAC7B,kBAAkB,EAAE,iDAAuB;IAC3C,cAAc,EAAE,yCAAmB;IACnC,sBAAsB,EAAE,yDAA2B;IACnD,mBAAmB,EAAE,mDAAwB;IAC7C,iBAAiB,EAAE,+CAAsB;IACzC,SAAS,EAAE,mCAAc;CAC5B,CAAC,CAAC;AACP,GAAG,CAAC,GAAG,EAAE,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.GatewayType = void 0;
|
|
4
|
+
var GatewayType;
|
|
5
|
+
(function (GatewayType) {
|
|
6
|
+
GatewayType["Stripe"] = "Stripe";
|
|
7
|
+
})(GatewayType || (exports.GatewayType = GatewayType = {}));
|
|
8
|
+
//# sourceMappingURL=GatewayType.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GatewayType.js","sourceRoot":"","sources":["../../src/enum/GatewayType.ts"],"names":[],"mappings":";;;AAoBA,IAAY,WAGX;AAHD,WAAY,WAAW;IAEnB,gCAAiB,CAAA;AACrB,CAAC,EAHW,WAAW,2BAAX,WAAW,QAGtB"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.OfferSubscriptionDurationUnit = void 0;
|
|
4
|
+
var OfferSubscriptionDurationUnit;
|
|
5
|
+
(function (OfferSubscriptionDurationUnit) {
|
|
6
|
+
OfferSubscriptionDurationUnit["Day"] = "Day";
|
|
7
|
+
OfferSubscriptionDurationUnit["Week"] = "Week";
|
|
8
|
+
OfferSubscriptionDurationUnit["Month"] = "Month";
|
|
9
|
+
OfferSubscriptionDurationUnit["Year"] = "Year";
|
|
10
|
+
})(OfferSubscriptionDurationUnit || (exports.OfferSubscriptionDurationUnit = OfferSubscriptionDurationUnit = {}));
|
|
11
|
+
//# sourceMappingURL=OfferSubscriptionDurationUnit.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"OfferSubscriptionDurationUnit.js","sourceRoot":"","sources":["../../src/enum/OfferSubscriptionDurationUnit.ts"],"names":[],"mappings":";;;AAoBA,IAAY,6BAMX;AAND,WAAY,6BAA6B;IAErC,4CAAW,CAAA;IACX,8CAAa,CAAA;IACb,gDAAe,CAAA;IACf,8CAAa,CAAA;AACjB,CAAC,EANW,6BAA6B,6CAA7B,6BAA6B,QAMxC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.PaymentGateway = void 0;
|
|
4
|
+
var PaymentGateway;
|
|
5
|
+
(function (PaymentGateway) {
|
|
6
|
+
PaymentGateway["Stripe"] = "Stripe";
|
|
7
|
+
})(PaymentGateway || (exports.PaymentGateway = PaymentGateway = {}));
|
|
8
|
+
//# sourceMappingURL=PaymentGateway.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PaymentGateway.js","sourceRoot":"","sources":["../../src/enum/PaymentGateway.ts"],"names":[],"mappings":";;;AAoBA,IAAY,cAGX;AAHD,WAAY,cAAc;IAEtB,mCAAiB,CAAA;AACrB,CAAC,EAHW,cAAc,8BAAd,cAAc,QAGzB"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.PaymentStatus = void 0;
|
|
4
|
+
var PaymentStatus;
|
|
5
|
+
(function (PaymentStatus) {
|
|
6
|
+
PaymentStatus["Incomplete"] = "Incomplete";
|
|
7
|
+
PaymentStatus["Canceled"] = "Canceled";
|
|
8
|
+
PaymentStatus["Succeeded"] = "Succeeded";
|
|
9
|
+
PaymentStatus["Failed"] = "Failed";
|
|
10
|
+
})(PaymentStatus || (exports.PaymentStatus = PaymentStatus = {}));
|
|
11
|
+
//# sourceMappingURL=PaymentStatus.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PaymentStatus.js","sourceRoot":"","sources":["../../src/enum/PaymentStatus.ts"],"names":[],"mappings":";;;AAoBA,IAAY,aAMX;AAND,WAAY,aAAa;IAErB,0CAAyB,CAAA;IACzB,sCAAqB,CAAA;IACrB,wCAAuB,CAAA;IACvB,kCAAiB,CAAA;AACrB,CAAC,EANW,aAAa,6BAAb,aAAa,QAMxB"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SalesItemMethod = void 0;
|
|
4
|
+
var SalesItemMethod;
|
|
5
|
+
(function (SalesItemMethod) {
|
|
6
|
+
SalesItemMethod["OneTime"] = "OneTime";
|
|
7
|
+
SalesItemMethod["Subscription"] = "Subscription";
|
|
8
|
+
SalesItemMethod["Metered"] = "Metered";
|
|
9
|
+
})(SalesItemMethod || (exports.SalesItemMethod = SalesItemMethod = {}));
|
|
10
|
+
//# sourceMappingURL=SalesItemMethod.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SalesItemMethod.js","sourceRoot":"","sources":["../../src/enum/SalesItemMethod.ts"],"names":[],"mappings":";;;AAoBA,IAAY,eAKX;AALD,WAAY,eAAe;IAEvB,sCAAmB,CAAA;IACnB,gDAA6B,CAAA;IAC7B,sCAAmB,CAAA;AACvB,CAAC,EALW,eAAe,+BAAf,eAAe,QAK1B"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SalesItemOnetimeExpireUnit = void 0;
|
|
4
|
+
var SalesItemOnetimeExpireUnit;
|
|
5
|
+
(function (SalesItemOnetimeExpireUnit) {
|
|
6
|
+
SalesItemOnetimeExpireUnit["None"] = "None";
|
|
7
|
+
SalesItemOnetimeExpireUnit["Day"] = "Day";
|
|
8
|
+
SalesItemOnetimeExpireUnit["Week"] = "Week";
|
|
9
|
+
SalesItemOnetimeExpireUnit["Month"] = "Month";
|
|
10
|
+
SalesItemOnetimeExpireUnit["Year"] = "Year";
|
|
11
|
+
})(SalesItemOnetimeExpireUnit || (exports.SalesItemOnetimeExpireUnit = SalesItemOnetimeExpireUnit = {}));
|
|
12
|
+
//# sourceMappingURL=SalesItemOnetimeExpireUnit.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SalesItemOnetimeExpireUnit.js","sourceRoot":"","sources":["../../src/enum/SalesItemOnetimeExpireUnit.ts"],"names":[],"mappings":";;;AAoBA,IAAY,0BAOX;AAPD,WAAY,0BAA0B;IAElC,2CAAa,CAAA;IACb,yCAAW,CAAA;IACX,2CAAa,CAAA;IACb,6CAAe,CAAA;IACf,2CAAa,CAAA;AACjB,CAAC,EAPW,0BAA0B,0CAA1B,0BAA0B,QAOrC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SalesItemOnetimeLimitUnit = void 0;
|
|
4
|
+
var SalesItemOnetimeLimitUnit;
|
|
5
|
+
(function (SalesItemOnetimeLimitUnit) {
|
|
6
|
+
SalesItemOnetimeLimitUnit["None"] = "None";
|
|
7
|
+
SalesItemOnetimeLimitUnit["Day"] = "Day";
|
|
8
|
+
SalesItemOnetimeLimitUnit["Week"] = "Week";
|
|
9
|
+
SalesItemOnetimeLimitUnit["Month"] = "Month";
|
|
10
|
+
SalesItemOnetimeLimitUnit["Year"] = "Year";
|
|
11
|
+
})(SalesItemOnetimeLimitUnit || (exports.SalesItemOnetimeLimitUnit = SalesItemOnetimeLimitUnit = {}));
|
|
12
|
+
//# sourceMappingURL=SalesItemOnetimeLimitUnit.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SalesItemOnetimeLimitUnit.js","sourceRoot":"","sources":["../../src/enum/SalesItemOnetimeLimitUnit.ts"],"names":[],"mappings":";;;AAoBA,IAAY,yBAOX;AAPD,WAAY,yBAAyB;IAEjC,0CAAa,CAAA;IACb,wCAAW,CAAA;IACX,0CAAa,CAAA;IACb,4CAAe,CAAA;IACf,0CAAa,CAAA;AACjB,CAAC,EAPW,yBAAyB,yCAAzB,yBAAyB,QAOpC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SubscriptionGateway = void 0;
|
|
4
|
+
var SubscriptionGateway;
|
|
5
|
+
(function (SubscriptionGateway) {
|
|
6
|
+
SubscriptionGateway["Stripe"] = "Stripe";
|
|
7
|
+
})(SubscriptionGateway || (exports.SubscriptionGateway = SubscriptionGateway = {}));
|
|
8
|
+
//# sourceMappingURL=SubscriptionGateway.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SubscriptionGateway.js","sourceRoot":"","sources":["../../src/enum/SubscriptionGateway.ts"],"names":[],"mappings":";;;AAoBA,IAAY,mBAGX;AAHD,WAAY,mBAAmB;IAE3B,wCAAiB,CAAA;AACrB,CAAC,EAHW,mBAAmB,mCAAnB,mBAAmB,QAG9B"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export declare enum SubscriptionStatus {
|
|
2
|
+
Active = "Active",
|
|
3
|
+
Canceled = "Canceled",
|
|
4
|
+
Incomplete = "Incomplete",
|
|
5
|
+
IncompleteExpired = "IncompleteExpired",
|
|
6
|
+
PastDue = "PastDue",
|
|
7
|
+
Paused = "Paused",
|
|
8
|
+
Trialing = "Trialing",
|
|
9
|
+
Unpaid = "Unpaid",
|
|
10
|
+
Transferred = "Transferred"
|
|
11
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SubscriptionStatus = void 0;
|
|
4
|
+
var SubscriptionStatus;
|
|
5
|
+
(function (SubscriptionStatus) {
|
|
6
|
+
SubscriptionStatus["Active"] = "Active";
|
|
7
|
+
SubscriptionStatus["Canceled"] = "Canceled";
|
|
8
|
+
SubscriptionStatus["Incomplete"] = "Incomplete";
|
|
9
|
+
SubscriptionStatus["IncompleteExpired"] = "IncompleteExpired";
|
|
10
|
+
SubscriptionStatus["PastDue"] = "PastDue";
|
|
11
|
+
SubscriptionStatus["Paused"] = "Paused";
|
|
12
|
+
SubscriptionStatus["Trialing"] = "Trialing";
|
|
13
|
+
SubscriptionStatus["Unpaid"] = "Unpaid";
|
|
14
|
+
SubscriptionStatus["Transferred"] = "Transferred";
|
|
15
|
+
})(SubscriptionStatus || (exports.SubscriptionStatus = SubscriptionStatus = {}));
|
|
16
|
+
//# sourceMappingURL=SubscriptionStatus.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SubscriptionStatus.js","sourceRoot":"","sources":["../../src/enum/SubscriptionStatus.ts"],"names":[],"mappings":";;;AAoBA,IAAY,kBAWX;AAXD,WAAY,kBAAkB;IAE1B,uCAAiB,CAAA;IACjB,2CAAqB,CAAA;IACrB,+CAAyB,CAAA;IACzB,6DAAuC,CAAA;IACvC,yCAAmB,CAAA;IACnB,uCAAiB,CAAA;IACjB,2CAAqB,CAAA;IACrB,uCAAiB,CAAA;IACjB,iDAA2B,CAAA;AAC/B,CAAC,EAXW,kBAAkB,kCAAlB,kBAAkB,QAW7B"}
|
package/dist/index.d.ts
ADDED
|
@@ -0,0 +1,129 @@
|
|
|
1
|
+
export * from "./NamirasoftPaymentServer";
|
|
2
|
+
export * from "./NamirasoftPaymentServerBase";
|
|
3
|
+
export * from "./NamirasoftPaymentServerCard";
|
|
4
|
+
export * from "./NamirasoftPaymentServerCardCategory";
|
|
5
|
+
export * from "./NamirasoftPaymentServerCardField";
|
|
6
|
+
export * from "./NamirasoftPaymentServerCardTag";
|
|
7
|
+
export * from "./NamirasoftPaymentServerHealthz";
|
|
8
|
+
export * from "./NamirasoftPaymentServerInvoice";
|
|
9
|
+
export * from "./NamirasoftPaymentServerOffer";
|
|
10
|
+
export * from "./NamirasoftPaymentServerOneTime";
|
|
11
|
+
export * from "./NamirasoftPaymentServerPayment";
|
|
12
|
+
export * from "./NamirasoftPaymentServerSalesItem";
|
|
13
|
+
export * from "./NamirasoftPaymentServerSubscription";
|
|
14
|
+
export * from "./NamirasoftPaymentServerSubscriptionCategory";
|
|
15
|
+
export * from "./NamirasoftPaymentServerSubscriptionField";
|
|
16
|
+
export * from "./NamirasoftPaymentServerSubscriptionPaid";
|
|
17
|
+
export * from "./NamirasoftPaymentServerSubscriptionTag";
|
|
18
|
+
export * from "./NamirasoftPaymentServerValue";
|
|
19
|
+
export * from "./command/CardCategoryCommand";
|
|
20
|
+
export * from "./command/CardCategoryCreateCommand";
|
|
21
|
+
export * from "./command/CardCategoryDeleteCommand";
|
|
22
|
+
export * from "./command/CardCategoryGetCommand";
|
|
23
|
+
export * from "./command/CardCategoryListCommand";
|
|
24
|
+
export * from "./command/CardCategoryUpdateCommand";
|
|
25
|
+
export * from "./command/CardCommand";
|
|
26
|
+
export * from "./command/CardCreateCommand";
|
|
27
|
+
export * from "./command/CardDeleteCommand";
|
|
28
|
+
export * from "./command/CardFieldCommand";
|
|
29
|
+
export * from "./command/CardFieldCreateCommand";
|
|
30
|
+
export * from "./command/CardFieldDeleteCommand";
|
|
31
|
+
export * from "./command/CardFieldGetCommand";
|
|
32
|
+
export * from "./command/CardFieldListCommand";
|
|
33
|
+
export * from "./command/CardFieldUpdateCommand";
|
|
34
|
+
export * from "./command/CardGetCommand";
|
|
35
|
+
export * from "./command/CardListCommand";
|
|
36
|
+
export * from "./command/CardTagCommand";
|
|
37
|
+
export * from "./command/CardTagCreateCommand";
|
|
38
|
+
export * from "./command/CardTagDeleteCommand";
|
|
39
|
+
export * from "./command/CardTagGetCommand";
|
|
40
|
+
export * from "./command/CardTagListCommand";
|
|
41
|
+
export * from "./command/CardTagUpdateCommand";
|
|
42
|
+
export * from "./command/HealthzCommand";
|
|
43
|
+
export * from "./command/HealthzGetCommand";
|
|
44
|
+
export * from "./command/InvoiceCancelCommand";
|
|
45
|
+
export * from "./command/InvoiceCommand";
|
|
46
|
+
export * from "./command/InvoiceCreateCommand";
|
|
47
|
+
export * from "./command/InvoiceDeleteCommand";
|
|
48
|
+
export * from "./command/InvoiceGetCommand";
|
|
49
|
+
export * from "./command/InvoiceListCommand";
|
|
50
|
+
export * from "./command/OfferCommand";
|
|
51
|
+
export * from "./command/OfferGetCommand";
|
|
52
|
+
export * from "./command/OfferListCommand";
|
|
53
|
+
export * from "./command/OneTimeCheckoutCommand";
|
|
54
|
+
export * from "./command/OneTimeCommand";
|
|
55
|
+
export * from "./command/PaymentCommand";
|
|
56
|
+
export * from "./command/PaymentGetCommand";
|
|
57
|
+
export * from "./command/PaymentListCommand";
|
|
58
|
+
export * from "./command/SalesItemCommand";
|
|
59
|
+
export * from "./command/SalesItemGetCommand";
|
|
60
|
+
export * from "./command/SalesItemListCommand";
|
|
61
|
+
export * from "./command/SubscriptionCancelCommand";
|
|
62
|
+
export * from "./command/SubscriptionCategoryCommand";
|
|
63
|
+
export * from "./command/SubscriptionCategoryCreateCommand";
|
|
64
|
+
export * from "./command/SubscriptionCategoryDeleteCommand";
|
|
65
|
+
export * from "./command/SubscriptionCategoryGetCommand";
|
|
66
|
+
export * from "./command/SubscriptionCategoryListCommand";
|
|
67
|
+
export * from "./command/SubscriptionCategoryUpdateCommand";
|
|
68
|
+
export * from "./command/SubscriptionCheckoutCommand";
|
|
69
|
+
export * from "./command/SubscriptionCommand";
|
|
70
|
+
export * from "./command/SubscriptionFieldCommand";
|
|
71
|
+
export * from "./command/SubscriptionFieldCreateCommand";
|
|
72
|
+
export * from "./command/SubscriptionFieldDeleteCommand";
|
|
73
|
+
export * from "./command/SubscriptionFieldGetCommand";
|
|
74
|
+
export * from "./command/SubscriptionFieldListCommand";
|
|
75
|
+
export * from "./command/SubscriptionFieldUpdateCommand";
|
|
76
|
+
export * from "./command/SubscriptionGetCommand";
|
|
77
|
+
export * from "./command/SubscriptionListCommand";
|
|
78
|
+
export * from "./command/SubscriptionPaidCommand";
|
|
79
|
+
export * from "./command/SubscriptionPaidGetCommand";
|
|
80
|
+
export * from "./command/SubscriptionPaidListCommand";
|
|
81
|
+
export * from "./command/SubscriptionTagCommand";
|
|
82
|
+
export * from "./command/SubscriptionTagCreateCommand";
|
|
83
|
+
export * from "./command/SubscriptionTagDeleteCommand";
|
|
84
|
+
export * from "./command/SubscriptionTagGetCommand";
|
|
85
|
+
export * from "./command/SubscriptionTagListCommand";
|
|
86
|
+
export * from "./command/SubscriptionTagUpdateCommand";
|
|
87
|
+
export * from "./command/ValueCommand";
|
|
88
|
+
export * from "./command/ValueListCommand";
|
|
89
|
+
export * from "./enum/GatewayType";
|
|
90
|
+
export * from "./enum/OfferSubscriptionDurationUnit";
|
|
91
|
+
export * from "./enum/PaymentGateway";
|
|
92
|
+
export * from "./enum/PaymentStatus";
|
|
93
|
+
export * from "./enum/SalesItemMethod";
|
|
94
|
+
export * from "./enum/SalesItemOnetimeExpireUnit";
|
|
95
|
+
export * from "./enum/SalesItemOnetimeLimitUnit";
|
|
96
|
+
export * from "./enum/SubscriptionGateway";
|
|
97
|
+
export * from "./enum/SubscriptionStatus";
|
|
98
|
+
export * from "./meta/CardCategoryMetaTable";
|
|
99
|
+
export * from "./meta/CardFieldMetaTable";
|
|
100
|
+
export * from "./meta/CardMetaTable";
|
|
101
|
+
export * from "./meta/CardTagMetaTable";
|
|
102
|
+
export * from "./meta/InvoiceMetaTable";
|
|
103
|
+
export * from "./meta/MetaDatabase";
|
|
104
|
+
export * from "./meta/OfferMetaTable";
|
|
105
|
+
export * from "./meta/PaymentMetaTable";
|
|
106
|
+
export * from "./meta/SalesItemMetaTable";
|
|
107
|
+
export * from "./meta/SubscriptionCategoryMetaTable";
|
|
108
|
+
export * from "./meta/SubscriptionFieldMetaTable";
|
|
109
|
+
export * from "./meta/SubscriptionMetaTable";
|
|
110
|
+
export * from "./meta/SubscriptionTagMetaTable";
|
|
111
|
+
export * from "./row/CardCategoryRow";
|
|
112
|
+
export * from "./row/CardFieldRow";
|
|
113
|
+
export * from "./row/CardInputRow";
|
|
114
|
+
export * from "./row/CardRow";
|
|
115
|
+
export * from "./row/CardTagRow";
|
|
116
|
+
export * from "./row/EntityCategoryInputRow";
|
|
117
|
+
export * from "./row/EntityFieldInputRow";
|
|
118
|
+
export * from "./row/EntityTagInputRow";
|
|
119
|
+
export * from "./row/InvoiceInputRow";
|
|
120
|
+
export * from "./row/InvoiceItemInputRow";
|
|
121
|
+
export * from "./row/InvoiceRow";
|
|
122
|
+
export * from "./row/OfferRow";
|
|
123
|
+
export * from "./row/PaymentRow";
|
|
124
|
+
export * from "./row/SalesItemRow";
|
|
125
|
+
export * from "./row/SubscriptionCategoryRow";
|
|
126
|
+
export * from "./row/SubscriptionFieldRow";
|
|
127
|
+
export * from "./row/SubscriptionPaidRow";
|
|
128
|
+
export * from "./row/SubscriptionRow";
|
|
129
|
+
export * from "./row/SubscriptionTagRow";
|
package/dist/index.js
ADDED
|
@@ -0,0 +1,146 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./NamirasoftPaymentServer"), exports);
|
|
18
|
+
__exportStar(require("./NamirasoftPaymentServerBase"), exports);
|
|
19
|
+
__exportStar(require("./NamirasoftPaymentServerCard"), exports);
|
|
20
|
+
__exportStar(require("./NamirasoftPaymentServerCardCategory"), exports);
|
|
21
|
+
__exportStar(require("./NamirasoftPaymentServerCardField"), exports);
|
|
22
|
+
__exportStar(require("./NamirasoftPaymentServerCardTag"), exports);
|
|
23
|
+
__exportStar(require("./NamirasoftPaymentServerHealthz"), exports);
|
|
24
|
+
__exportStar(require("./NamirasoftPaymentServerInvoice"), exports);
|
|
25
|
+
__exportStar(require("./NamirasoftPaymentServerOffer"), exports);
|
|
26
|
+
__exportStar(require("./NamirasoftPaymentServerOneTime"), exports);
|
|
27
|
+
__exportStar(require("./NamirasoftPaymentServerPayment"), exports);
|
|
28
|
+
__exportStar(require("./NamirasoftPaymentServerSalesItem"), exports);
|
|
29
|
+
__exportStar(require("./NamirasoftPaymentServerSubscription"), exports);
|
|
30
|
+
__exportStar(require("./NamirasoftPaymentServerSubscriptionCategory"), exports);
|
|
31
|
+
__exportStar(require("./NamirasoftPaymentServerSubscriptionField"), exports);
|
|
32
|
+
__exportStar(require("./NamirasoftPaymentServerSubscriptionPaid"), exports);
|
|
33
|
+
__exportStar(require("./NamirasoftPaymentServerSubscriptionTag"), exports);
|
|
34
|
+
__exportStar(require("./NamirasoftPaymentServerValue"), exports);
|
|
35
|
+
__exportStar(require("./command/CardCategoryCommand"), exports);
|
|
36
|
+
__exportStar(require("./command/CardCategoryCreateCommand"), exports);
|
|
37
|
+
__exportStar(require("./command/CardCategoryDeleteCommand"), exports);
|
|
38
|
+
__exportStar(require("./command/CardCategoryGetCommand"), exports);
|
|
39
|
+
__exportStar(require("./command/CardCategoryListCommand"), exports);
|
|
40
|
+
__exportStar(require("./command/CardCategoryUpdateCommand"), exports);
|
|
41
|
+
__exportStar(require("./command/CardCommand"), exports);
|
|
42
|
+
__exportStar(require("./command/CardCreateCommand"), exports);
|
|
43
|
+
__exportStar(require("./command/CardDeleteCommand"), exports);
|
|
44
|
+
__exportStar(require("./command/CardFieldCommand"), exports);
|
|
45
|
+
__exportStar(require("./command/CardFieldCreateCommand"), exports);
|
|
46
|
+
__exportStar(require("./command/CardFieldDeleteCommand"), exports);
|
|
47
|
+
__exportStar(require("./command/CardFieldGetCommand"), exports);
|
|
48
|
+
__exportStar(require("./command/CardFieldListCommand"), exports);
|
|
49
|
+
__exportStar(require("./command/CardFieldUpdateCommand"), exports);
|
|
50
|
+
__exportStar(require("./command/CardGetCommand"), exports);
|
|
51
|
+
__exportStar(require("./command/CardListCommand"), exports);
|
|
52
|
+
__exportStar(require("./command/CardTagCommand"), exports);
|
|
53
|
+
__exportStar(require("./command/CardTagCreateCommand"), exports);
|
|
54
|
+
__exportStar(require("./command/CardTagDeleteCommand"), exports);
|
|
55
|
+
__exportStar(require("./command/CardTagGetCommand"), exports);
|
|
56
|
+
__exportStar(require("./command/CardTagListCommand"), exports);
|
|
57
|
+
__exportStar(require("./command/CardTagUpdateCommand"), exports);
|
|
58
|
+
__exportStar(require("./command/HealthzCommand"), exports);
|
|
59
|
+
__exportStar(require("./command/HealthzGetCommand"), exports);
|
|
60
|
+
__exportStar(require("./command/InvoiceCancelCommand"), exports);
|
|
61
|
+
__exportStar(require("./command/InvoiceCommand"), exports);
|
|
62
|
+
__exportStar(require("./command/InvoiceCreateCommand"), exports);
|
|
63
|
+
__exportStar(require("./command/InvoiceDeleteCommand"), exports);
|
|
64
|
+
__exportStar(require("./command/InvoiceGetCommand"), exports);
|
|
65
|
+
__exportStar(require("./command/InvoiceListCommand"), exports);
|
|
66
|
+
__exportStar(require("./command/OfferCommand"), exports);
|
|
67
|
+
__exportStar(require("./command/OfferGetCommand"), exports);
|
|
68
|
+
__exportStar(require("./command/OfferListCommand"), exports);
|
|
69
|
+
__exportStar(require("./command/OneTimeCheckoutCommand"), exports);
|
|
70
|
+
__exportStar(require("./command/OneTimeCommand"), exports);
|
|
71
|
+
__exportStar(require("./command/PaymentCommand"), exports);
|
|
72
|
+
__exportStar(require("./command/PaymentGetCommand"), exports);
|
|
73
|
+
__exportStar(require("./command/PaymentListCommand"), exports);
|
|
74
|
+
__exportStar(require("./command/SalesItemCommand"), exports);
|
|
75
|
+
__exportStar(require("./command/SalesItemGetCommand"), exports);
|
|
76
|
+
__exportStar(require("./command/SalesItemListCommand"), exports);
|
|
77
|
+
__exportStar(require("./command/SubscriptionCancelCommand"), exports);
|
|
78
|
+
__exportStar(require("./command/SubscriptionCategoryCommand"), exports);
|
|
79
|
+
__exportStar(require("./command/SubscriptionCategoryCreateCommand"), exports);
|
|
80
|
+
__exportStar(require("./command/SubscriptionCategoryDeleteCommand"), exports);
|
|
81
|
+
__exportStar(require("./command/SubscriptionCategoryGetCommand"), exports);
|
|
82
|
+
__exportStar(require("./command/SubscriptionCategoryListCommand"), exports);
|
|
83
|
+
__exportStar(require("./command/SubscriptionCategoryUpdateCommand"), exports);
|
|
84
|
+
__exportStar(require("./command/SubscriptionCheckoutCommand"), exports);
|
|
85
|
+
__exportStar(require("./command/SubscriptionCommand"), exports);
|
|
86
|
+
__exportStar(require("./command/SubscriptionFieldCommand"), exports);
|
|
87
|
+
__exportStar(require("./command/SubscriptionFieldCreateCommand"), exports);
|
|
88
|
+
__exportStar(require("./command/SubscriptionFieldDeleteCommand"), exports);
|
|
89
|
+
__exportStar(require("./command/SubscriptionFieldGetCommand"), exports);
|
|
90
|
+
__exportStar(require("./command/SubscriptionFieldListCommand"), exports);
|
|
91
|
+
__exportStar(require("./command/SubscriptionFieldUpdateCommand"), exports);
|
|
92
|
+
__exportStar(require("./command/SubscriptionGetCommand"), exports);
|
|
93
|
+
__exportStar(require("./command/SubscriptionListCommand"), exports);
|
|
94
|
+
__exportStar(require("./command/SubscriptionPaidCommand"), exports);
|
|
95
|
+
__exportStar(require("./command/SubscriptionPaidGetCommand"), exports);
|
|
96
|
+
__exportStar(require("./command/SubscriptionPaidListCommand"), exports);
|
|
97
|
+
__exportStar(require("./command/SubscriptionTagCommand"), exports);
|
|
98
|
+
__exportStar(require("./command/SubscriptionTagCreateCommand"), exports);
|
|
99
|
+
__exportStar(require("./command/SubscriptionTagDeleteCommand"), exports);
|
|
100
|
+
__exportStar(require("./command/SubscriptionTagGetCommand"), exports);
|
|
101
|
+
__exportStar(require("./command/SubscriptionTagListCommand"), exports);
|
|
102
|
+
__exportStar(require("./command/SubscriptionTagUpdateCommand"), exports);
|
|
103
|
+
__exportStar(require("./command/ValueCommand"), exports);
|
|
104
|
+
__exportStar(require("./command/ValueListCommand"), exports);
|
|
105
|
+
__exportStar(require("./enum/GatewayType"), exports);
|
|
106
|
+
__exportStar(require("./enum/OfferSubscriptionDurationUnit"), exports);
|
|
107
|
+
__exportStar(require("./enum/PaymentGateway"), exports);
|
|
108
|
+
__exportStar(require("./enum/PaymentStatus"), exports);
|
|
109
|
+
__exportStar(require("./enum/SalesItemMethod"), exports);
|
|
110
|
+
__exportStar(require("./enum/SalesItemOnetimeExpireUnit"), exports);
|
|
111
|
+
__exportStar(require("./enum/SalesItemOnetimeLimitUnit"), exports);
|
|
112
|
+
__exportStar(require("./enum/SubscriptionGateway"), exports);
|
|
113
|
+
__exportStar(require("./enum/SubscriptionStatus"), exports);
|
|
114
|
+
__exportStar(require("./meta/CardCategoryMetaTable"), exports);
|
|
115
|
+
__exportStar(require("./meta/CardFieldMetaTable"), exports);
|
|
116
|
+
__exportStar(require("./meta/CardMetaTable"), exports);
|
|
117
|
+
__exportStar(require("./meta/CardTagMetaTable"), exports);
|
|
118
|
+
__exportStar(require("./meta/InvoiceMetaTable"), exports);
|
|
119
|
+
__exportStar(require("./meta/MetaDatabase"), exports);
|
|
120
|
+
__exportStar(require("./meta/OfferMetaTable"), exports);
|
|
121
|
+
__exportStar(require("./meta/PaymentMetaTable"), exports);
|
|
122
|
+
__exportStar(require("./meta/SalesItemMetaTable"), exports);
|
|
123
|
+
__exportStar(require("./meta/SubscriptionCategoryMetaTable"), exports);
|
|
124
|
+
__exportStar(require("./meta/SubscriptionFieldMetaTable"), exports);
|
|
125
|
+
__exportStar(require("./meta/SubscriptionMetaTable"), exports);
|
|
126
|
+
__exportStar(require("./meta/SubscriptionTagMetaTable"), exports);
|
|
127
|
+
__exportStar(require("./row/CardCategoryRow"), exports);
|
|
128
|
+
__exportStar(require("./row/CardFieldRow"), exports);
|
|
129
|
+
__exportStar(require("./row/CardInputRow"), exports);
|
|
130
|
+
__exportStar(require("./row/CardRow"), exports);
|
|
131
|
+
__exportStar(require("./row/CardTagRow"), exports);
|
|
132
|
+
__exportStar(require("./row/EntityCategoryInputRow"), exports);
|
|
133
|
+
__exportStar(require("./row/EntityFieldInputRow"), exports);
|
|
134
|
+
__exportStar(require("./row/EntityTagInputRow"), exports);
|
|
135
|
+
__exportStar(require("./row/InvoiceInputRow"), exports);
|
|
136
|
+
__exportStar(require("./row/InvoiceItemInputRow"), exports);
|
|
137
|
+
__exportStar(require("./row/InvoiceRow"), exports);
|
|
138
|
+
__exportStar(require("./row/OfferRow"), exports);
|
|
139
|
+
__exportStar(require("./row/PaymentRow"), exports);
|
|
140
|
+
__exportStar(require("./row/SalesItemRow"), exports);
|
|
141
|
+
__exportStar(require("./row/SubscriptionCategoryRow"), exports);
|
|
142
|
+
__exportStar(require("./row/SubscriptionFieldRow"), exports);
|
|
143
|
+
__exportStar(require("./row/SubscriptionPaidRow"), exports);
|
|
144
|
+
__exportStar(require("./row/SubscriptionRow"), exports);
|
|
145
|
+
__exportStar(require("./row/SubscriptionTagRow"), exports);
|
|
146
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAoBA,4DAA0C;AAC1C,gEAA8C;AAC9C,gEAA8C;AAC9C,wEAAsD;AACtD,qEAAmD;AACnD,mEAAiD;AACjD,mEAAiD;AACjD,mEAAiD;AACjD,iEAA+C;AAC/C,mEAAiD;AACjD,mEAAiD;AACjD,qEAAmD;AACnD,wEAAsD;AACtD,gFAA8D;AAC9D,6EAA2D;AAC3D,4EAA0D;AAC1D,2EAAyD;AACzD,iEAA+C;AAC/C,gEAA8C;AAC9C,sEAAoD;AACpD,sEAAoD;AACpD,mEAAiD;AACjD,oEAAkD;AAClD,sEAAoD;AACpD,wDAAsC;AACtC,8DAA4C;AAC5C,8DAA4C;AAC5C,6DAA2C;AAC3C,mEAAiD;AACjD,mEAAiD;AACjD,gEAA8C;AAC9C,iEAA+C;AAC/C,mEAAiD;AACjD,2DAAyC;AACzC,4DAA0C;AAC1C,2DAAyC;AACzC,iEAA+C;AAC/C,iEAA+C;AAC/C,8DAA4C;AAC5C,+DAA6C;AAC7C,iEAA+C;AAC/C,2DAAyC;AACzC,8DAA4C;AAC5C,iEAA+C;AAC/C,2DAAyC;AACzC,iEAA+C;AAC/C,iEAA+C;AAC/C,8DAA4C;AAC5C,+DAA6C;AAC7C,yDAAuC;AACvC,4DAA0C;AAC1C,6DAA2C;AAC3C,mEAAiD;AACjD,2DAAyC;AACzC,2DAAyC;AACzC,8DAA4C;AAC5C,+DAA6C;AAC7C,6DAA2C;AAC3C,gEAA8C;AAC9C,iEAA+C;AAC/C,sEAAoD;AACpD,wEAAsD;AACtD,8EAA4D;AAC5D,8EAA4D;AAC5D,2EAAyD;AACzD,4EAA0D;AAC1D,8EAA4D;AAC5D,wEAAsD;AACtD,gEAA8C;AAC9C,qEAAmD;AACnD,2EAAyD;AACzD,2EAAyD;AACzD,wEAAsD;AACtD,yEAAuD;AACvD,2EAAyD;AACzD,mEAAiD;AACjD,oEAAkD;AAClD,oEAAkD;AAClD,uEAAqD;AACrD,wEAAsD;AACtD,mEAAiD;AACjD,yEAAuD;AACvD,yEAAuD;AACvD,sEAAoD;AACpD,uEAAqD;AACrD,yEAAuD;AACvD,yDAAuC;AACvC,6DAA2C;AAC3C,qDAAmC;AACnC,uEAAqD;AACrD,wDAAsC;AACtC,uDAAqC;AACrC,yDAAuC;AACvC,oEAAkD;AAClD,mEAAiD;AACjD,6DAA2C;AAC3C,4DAA0C;AAC1C,+DAA6C;AAC7C,4DAA0C;AAC1C,uDAAqC;AACrC,0DAAwC;AACxC,0DAAwC;AACxC,sDAAoC;AACpC,wDAAsC;AACtC,0DAAwC;AACxC,4DAA0C;AAC1C,uEAAqD;AACrD,oEAAkD;AAClD,+DAA6C;AAC7C,kEAAgD;AAChD,wDAAsC;AACtC,qDAAmC;AACnC,qDAAmC;AACnC,gDAA8B;AAC9B,mDAAiC;AACjC,+DAA6C;AAC7C,4DAA0C;AAC1C,0DAAwC;AACxC,wDAAsC;AACtC,4DAA0C;AAC1C,mDAAiC;AACjC,iDAA+B;AAC/B,mDAAiC;AACjC,qDAAmC;AACnC,gEAA8C;AAC9C,6DAA2C;AAC3C,4DAA0C;AAC1C,wDAAsC;AACtC,2DAAyC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { BaseMetaColumn, BaseMetaTable } from "namirasoft-core";
|
|
2
|
+
export declare class CardCategoryMetaTable extends BaseMetaTable {
|
|
3
|
+
columns: {
|
|
4
|
+
id: BaseMetaColumn;
|
|
5
|
+
user_id: BaseMetaColumn;
|
|
6
|
+
entity_id: BaseMetaColumn;
|
|
7
|
+
category_id: BaseMetaColumn;
|
|
8
|
+
};
|
|
9
|
+
constructor();
|
|
10
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CardCategoryMetaTable = void 0;
|
|
4
|
+
const namirasoft_core_1 = require("namirasoft-core");
|
|
5
|
+
class CardCategoryMetaTable extends namirasoft_core_1.BaseMetaTable {
|
|
6
|
+
constructor() {
|
|
7
|
+
super("card_category", "Card Category");
|
|
8
|
+
this.columns = {
|
|
9
|
+
id: new namirasoft_core_1.BaseMetaColumn("id", "Id", "Integer", true),
|
|
10
|
+
user_id: new namirasoft_core_1.BaseMetaColumn("user_id", "User Id", "String", true),
|
|
11
|
+
entity_id: new namirasoft_core_1.BaseMetaColumn("entity_id", "Entity Id", "String", true),
|
|
12
|
+
category_id: new namirasoft_core_1.BaseMetaColumn("category_id", "Category Id", "String", true),
|
|
13
|
+
};
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
exports.CardCategoryMetaTable = CardCategoryMetaTable;
|
|
17
|
+
;
|
|
18
|
+
//# sourceMappingURL=CardCategoryMetaTable.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CardCategoryMetaTable.js","sourceRoot":"","sources":["../../src/meta/CardCategoryMetaTable.ts"],"names":[],"mappings":";;;AAoBA,qDAAgE;AAEhE,MAAa,qBAAsB,SAAQ,+BAAa;IAQpD;QAEI,KAAK,CAAC,eAAe,EAAE,eAAe,CAAC,CAAC;QACxC,IAAI,CAAC,OAAO,GAAG;YACX,EAAE,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,IAAI,EAAE,SAAS,EAAE,IAAI,CAAC;YACnD,OAAO,EAAE,IAAI,gCAAc,CAAC,SAAS,EAAE,SAAS,EAAE,QAAQ,EAAE,IAAI,CAAC;YACjE,SAAS,EAAE,IAAI,gCAAc,CAAC,WAAW,EAAE,WAAW,EAAE,QAAQ,EAAE,IAAI,CAAC;YACvE,WAAW,EAAE,IAAI,gCAAc,CAAC,aAAa,EAAE,aAAa,EAAE,QAAQ,EAAE,IAAI,CAAC;SAChF,CAAC;IACN,CAAC;CACJ;AAlBD,sDAkBC;AAAA,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { BaseMetaColumn, BaseMetaTable } from "namirasoft-core";
|
|
2
|
+
export declare class CardFieldMetaTable extends BaseMetaTable {
|
|
3
|
+
columns: {
|
|
4
|
+
id: BaseMetaColumn;
|
|
5
|
+
user_id: BaseMetaColumn;
|
|
6
|
+
entity_id: BaseMetaColumn;
|
|
7
|
+
field_id: BaseMetaColumn;
|
|
8
|
+
value: BaseMetaColumn;
|
|
9
|
+
description: BaseMetaColumn;
|
|
10
|
+
};
|
|
11
|
+
constructor();
|
|
12
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CardFieldMetaTable = void 0;
|
|
4
|
+
const namirasoft_core_1 = require("namirasoft-core");
|
|
5
|
+
class CardFieldMetaTable extends namirasoft_core_1.BaseMetaTable {
|
|
6
|
+
constructor() {
|
|
7
|
+
super("card_field", "Card Field");
|
|
8
|
+
this.columns = {
|
|
9
|
+
id: new namirasoft_core_1.BaseMetaColumn("id", "Id", "Integer", true),
|
|
10
|
+
user_id: new namirasoft_core_1.BaseMetaColumn("user_id", "User Id", "String", true),
|
|
11
|
+
entity_id: new namirasoft_core_1.BaseMetaColumn("entity_id", "Entity Id", "String", true),
|
|
12
|
+
field_id: new namirasoft_core_1.BaseMetaColumn("field_id", "Field Id", "String", true),
|
|
13
|
+
value: new namirasoft_core_1.BaseMetaColumn("value", "Value", "String", true),
|
|
14
|
+
description: new namirasoft_core_1.BaseMetaColumn("description", "Description", "String", false),
|
|
15
|
+
};
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
exports.CardFieldMetaTable = CardFieldMetaTable;
|
|
19
|
+
;
|
|
20
|
+
//# sourceMappingURL=CardFieldMetaTable.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CardFieldMetaTable.js","sourceRoot":"","sources":["../../src/meta/CardFieldMetaTable.ts"],"names":[],"mappings":";;;AAoBA,qDAAgE;AAEhE,MAAa,kBAAmB,SAAQ,+BAAa;IAUjD;QAEI,KAAK,CAAC,YAAY,EAAE,YAAY,CAAC,CAAC;QAClC,IAAI,CAAC,OAAO,GAAG;YACX,EAAE,EAAE,IAAI,gCAAc,CAAC,IAAI,EAAE,IAAI,EAAE,SAAS,EAAE,IAAI,CAAC;YACnD,OAAO,EAAE,IAAI,gCAAc,CAAC,SAAS,EAAE,SAAS,EAAE,QAAQ,EAAE,IAAI,CAAC;YACjE,SAAS,EAAE,IAAI,gCAAc,CAAC,WAAW,EAAE,WAAW,EAAE,QAAQ,EAAE,IAAI,CAAC;YACvE,QAAQ,EAAE,IAAI,gCAAc,CAAC,UAAU,EAAE,UAAU,EAAE,QAAQ,EAAE,IAAI,CAAC;YACpE,KAAK,EAAE,IAAI,gCAAc,CAAC,OAAO,EAAE,OAAO,EAAE,QAAQ,EAAE,IAAI,CAAC;YAC3D,WAAW,EAAE,IAAI,gCAAc,CAAC,aAAa,EAAE,aAAa,EAAE,QAAQ,EAAE,KAAK,CAAC;SACjF,CAAC;IACN,CAAC;CACJ;AAtBD,gDAsBC;AAAA,CAAC"}
|