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,27 @@
|
|
|
1
|
+
/****************************************************************/
|
|
2
|
+
/* */
|
|
3
|
+
/* This is an Auto-Generated File */
|
|
4
|
+
/* Made By */
|
|
5
|
+
/* Namirasoft SDK Generator NPM Package */
|
|
6
|
+
/* */
|
|
7
|
+
/****************************************************************/
|
|
8
|
+
/****************************************************************/
|
|
9
|
+
/* */
|
|
10
|
+
/* Please do not make any change to this file */
|
|
11
|
+
/* If any changed is reqired, ns-sdkg command must be used */
|
|
12
|
+
/* */
|
|
13
|
+
/****************************************************************/
|
|
14
|
+
/****************************************************************/
|
|
15
|
+
/* */
|
|
16
|
+
/* Namira Software Corporation */
|
|
17
|
+
/* https://namirasoft.com */
|
|
18
|
+
/* */
|
|
19
|
+
/****************************************************************/
|
|
20
|
+
|
|
21
|
+
export enum PaymentStatus
|
|
22
|
+
{
|
|
23
|
+
Incomplete = "Incomplete",
|
|
24
|
+
Canceled = "Canceled",
|
|
25
|
+
Succeeded = "Succeeded",
|
|
26
|
+
Failed = "Failed",
|
|
27
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/****************************************************************/
|
|
2
|
+
/* */
|
|
3
|
+
/* This is an Auto-Generated File */
|
|
4
|
+
/* Made By */
|
|
5
|
+
/* Namirasoft SDK Generator NPM Package */
|
|
6
|
+
/* */
|
|
7
|
+
/****************************************************************/
|
|
8
|
+
/****************************************************************/
|
|
9
|
+
/* */
|
|
10
|
+
/* Please do not make any change to this file */
|
|
11
|
+
/* If any changed is reqired, ns-sdkg command must be used */
|
|
12
|
+
/* */
|
|
13
|
+
/****************************************************************/
|
|
14
|
+
/****************************************************************/
|
|
15
|
+
/* */
|
|
16
|
+
/* Namira Software Corporation */
|
|
17
|
+
/* https://namirasoft.com */
|
|
18
|
+
/* */
|
|
19
|
+
/****************************************************************/
|
|
20
|
+
|
|
21
|
+
export enum SalesItemMethod
|
|
22
|
+
{
|
|
23
|
+
OneTime = "OneTime",
|
|
24
|
+
Subscription = "Subscription",
|
|
25
|
+
Metered = "Metered",
|
|
26
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/****************************************************************/
|
|
2
|
+
/* */
|
|
3
|
+
/* This is an Auto-Generated File */
|
|
4
|
+
/* Made By */
|
|
5
|
+
/* Namirasoft SDK Generator NPM Package */
|
|
6
|
+
/* */
|
|
7
|
+
/****************************************************************/
|
|
8
|
+
/****************************************************************/
|
|
9
|
+
/* */
|
|
10
|
+
/* Please do not make any change to this file */
|
|
11
|
+
/* If any changed is reqired, ns-sdkg command must be used */
|
|
12
|
+
/* */
|
|
13
|
+
/****************************************************************/
|
|
14
|
+
/****************************************************************/
|
|
15
|
+
/* */
|
|
16
|
+
/* Namira Software Corporation */
|
|
17
|
+
/* https://namirasoft.com */
|
|
18
|
+
/* */
|
|
19
|
+
/****************************************************************/
|
|
20
|
+
|
|
21
|
+
export enum SalesItemOnetimeExpireUnit
|
|
22
|
+
{
|
|
23
|
+
None = "None",
|
|
24
|
+
Day = "Day",
|
|
25
|
+
Week = "Week",
|
|
26
|
+
Month = "Month",
|
|
27
|
+
Year = "Year",
|
|
28
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/****************************************************************/
|
|
2
|
+
/* */
|
|
3
|
+
/* This is an Auto-Generated File */
|
|
4
|
+
/* Made By */
|
|
5
|
+
/* Namirasoft SDK Generator NPM Package */
|
|
6
|
+
/* */
|
|
7
|
+
/****************************************************************/
|
|
8
|
+
/****************************************************************/
|
|
9
|
+
/* */
|
|
10
|
+
/* Please do not make any change to this file */
|
|
11
|
+
/* If any changed is reqired, ns-sdkg command must be used */
|
|
12
|
+
/* */
|
|
13
|
+
/****************************************************************/
|
|
14
|
+
/****************************************************************/
|
|
15
|
+
/* */
|
|
16
|
+
/* Namira Software Corporation */
|
|
17
|
+
/* https://namirasoft.com */
|
|
18
|
+
/* */
|
|
19
|
+
/****************************************************************/
|
|
20
|
+
|
|
21
|
+
export enum SalesItemOnetimeLimitUnit
|
|
22
|
+
{
|
|
23
|
+
None = "None",
|
|
24
|
+
Day = "Day",
|
|
25
|
+
Week = "Week",
|
|
26
|
+
Month = "Month",
|
|
27
|
+
Year = "Year",
|
|
28
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
/****************************************************************/
|
|
2
|
+
/* */
|
|
3
|
+
/* This is an Auto-Generated File */
|
|
4
|
+
/* Made By */
|
|
5
|
+
/* Namirasoft SDK Generator NPM Package */
|
|
6
|
+
/* */
|
|
7
|
+
/****************************************************************/
|
|
8
|
+
/****************************************************************/
|
|
9
|
+
/* */
|
|
10
|
+
/* Please do not make any change to this file */
|
|
11
|
+
/* If any changed is reqired, ns-sdkg command must be used */
|
|
12
|
+
/* */
|
|
13
|
+
/****************************************************************/
|
|
14
|
+
/****************************************************************/
|
|
15
|
+
/* */
|
|
16
|
+
/* Namira Software Corporation */
|
|
17
|
+
/* https://namirasoft.com */
|
|
18
|
+
/* */
|
|
19
|
+
/****************************************************************/
|
|
20
|
+
|
|
21
|
+
export enum SubscriptionGateway
|
|
22
|
+
{
|
|
23
|
+
Stripe = "Stripe",
|
|
24
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
/****************************************************************/
|
|
2
|
+
/* */
|
|
3
|
+
/* This is an Auto-Generated File */
|
|
4
|
+
/* Made By */
|
|
5
|
+
/* Namirasoft SDK Generator NPM Package */
|
|
6
|
+
/* */
|
|
7
|
+
/****************************************************************/
|
|
8
|
+
/****************************************************************/
|
|
9
|
+
/* */
|
|
10
|
+
/* Please do not make any change to this file */
|
|
11
|
+
/* If any changed is reqired, ns-sdkg command must be used */
|
|
12
|
+
/* */
|
|
13
|
+
/****************************************************************/
|
|
14
|
+
/****************************************************************/
|
|
15
|
+
/* */
|
|
16
|
+
/* Namira Software Corporation */
|
|
17
|
+
/* https://namirasoft.com */
|
|
18
|
+
/* */
|
|
19
|
+
/****************************************************************/
|
|
20
|
+
|
|
21
|
+
export enum SubscriptionStatus
|
|
22
|
+
{
|
|
23
|
+
Active = "Active",
|
|
24
|
+
Canceled = "Canceled",
|
|
25
|
+
Incomplete = "Incomplete",
|
|
26
|
+
IncompleteExpired = "IncompleteExpired",
|
|
27
|
+
PastDue = "PastDue",
|
|
28
|
+
Paused = "Paused",
|
|
29
|
+
Trialing = "Trialing",
|
|
30
|
+
Unpaid = "Unpaid",
|
|
31
|
+
Transferred = "Transferred",
|
|
32
|
+
}
|
package/src/index.ts
ADDED
|
@@ -0,0 +1,149 @@
|
|
|
1
|
+
/****************************************************************/
|
|
2
|
+
/* */
|
|
3
|
+
/* This is an Auto-Generated File */
|
|
4
|
+
/* Made By */
|
|
5
|
+
/* Namirasoft SDK Generator NPM Package */
|
|
6
|
+
/* */
|
|
7
|
+
/****************************************************************/
|
|
8
|
+
/****************************************************************/
|
|
9
|
+
/* */
|
|
10
|
+
/* Please do not make any change to this file */
|
|
11
|
+
/* If any changed is reqired, ns-sdkg command must be used */
|
|
12
|
+
/* */
|
|
13
|
+
/****************************************************************/
|
|
14
|
+
/****************************************************************/
|
|
15
|
+
/* */
|
|
16
|
+
/* Namira Software Corporation */
|
|
17
|
+
/* https://namirasoft.com */
|
|
18
|
+
/* */
|
|
19
|
+
/****************************************************************/
|
|
20
|
+
|
|
21
|
+
export * from "./NamirasoftPaymentServer";
|
|
22
|
+
export * from "./NamirasoftPaymentServerBase";
|
|
23
|
+
export * from "./NamirasoftPaymentServerCard";
|
|
24
|
+
export * from "./NamirasoftPaymentServerCardCategory";
|
|
25
|
+
export * from "./NamirasoftPaymentServerCardField";
|
|
26
|
+
export * from "./NamirasoftPaymentServerCardTag";
|
|
27
|
+
export * from "./NamirasoftPaymentServerHealthz";
|
|
28
|
+
export * from "./NamirasoftPaymentServerInvoice";
|
|
29
|
+
export * from "./NamirasoftPaymentServerOffer";
|
|
30
|
+
export * from "./NamirasoftPaymentServerOneTime";
|
|
31
|
+
export * from "./NamirasoftPaymentServerPayment";
|
|
32
|
+
export * from "./NamirasoftPaymentServerSalesItem";
|
|
33
|
+
export * from "./NamirasoftPaymentServerSubscription";
|
|
34
|
+
export * from "./NamirasoftPaymentServerSubscriptionCategory";
|
|
35
|
+
export * from "./NamirasoftPaymentServerSubscriptionField";
|
|
36
|
+
export * from "./NamirasoftPaymentServerSubscriptionPaid";
|
|
37
|
+
export * from "./NamirasoftPaymentServerSubscriptionTag";
|
|
38
|
+
export * from "./NamirasoftPaymentServerValue";
|
|
39
|
+
export * from "./command/CardCategoryCommand";
|
|
40
|
+
export * from "./command/CardCategoryCreateCommand";
|
|
41
|
+
export * from "./command/CardCategoryDeleteCommand";
|
|
42
|
+
export * from "./command/CardCategoryGetCommand";
|
|
43
|
+
export * from "./command/CardCategoryListCommand";
|
|
44
|
+
export * from "./command/CardCategoryUpdateCommand";
|
|
45
|
+
export * from "./command/CardCommand";
|
|
46
|
+
export * from "./command/CardCreateCommand";
|
|
47
|
+
export * from "./command/CardDeleteCommand";
|
|
48
|
+
export * from "./command/CardFieldCommand";
|
|
49
|
+
export * from "./command/CardFieldCreateCommand";
|
|
50
|
+
export * from "./command/CardFieldDeleteCommand";
|
|
51
|
+
export * from "./command/CardFieldGetCommand";
|
|
52
|
+
export * from "./command/CardFieldListCommand";
|
|
53
|
+
export * from "./command/CardFieldUpdateCommand";
|
|
54
|
+
export * from "./command/CardGetCommand";
|
|
55
|
+
export * from "./command/CardListCommand";
|
|
56
|
+
export * from "./command/CardTagCommand";
|
|
57
|
+
export * from "./command/CardTagCreateCommand";
|
|
58
|
+
export * from "./command/CardTagDeleteCommand";
|
|
59
|
+
export * from "./command/CardTagGetCommand";
|
|
60
|
+
export * from "./command/CardTagListCommand";
|
|
61
|
+
export * from "./command/CardTagUpdateCommand";
|
|
62
|
+
export * from "./command/HealthzCommand";
|
|
63
|
+
export * from "./command/HealthzGetCommand";
|
|
64
|
+
export * from "./command/InvoiceCancelCommand";
|
|
65
|
+
export * from "./command/InvoiceCommand";
|
|
66
|
+
export * from "./command/InvoiceCreateCommand";
|
|
67
|
+
export * from "./command/InvoiceDeleteCommand";
|
|
68
|
+
export * from "./command/InvoiceGetCommand";
|
|
69
|
+
export * from "./command/InvoiceListCommand";
|
|
70
|
+
export * from "./command/OfferCommand";
|
|
71
|
+
export * from "./command/OfferGetCommand";
|
|
72
|
+
export * from "./command/OfferListCommand";
|
|
73
|
+
export * from "./command/OneTimeCheckoutCommand";
|
|
74
|
+
export * from "./command/OneTimeCommand";
|
|
75
|
+
export * from "./command/PaymentCommand";
|
|
76
|
+
export * from "./command/PaymentGetCommand";
|
|
77
|
+
export * from "./command/PaymentListCommand";
|
|
78
|
+
export * from "./command/SalesItemCommand";
|
|
79
|
+
export * from "./command/SalesItemGetCommand";
|
|
80
|
+
export * from "./command/SalesItemListCommand";
|
|
81
|
+
export * from "./command/SubscriptionCancelCommand";
|
|
82
|
+
export * from "./command/SubscriptionCategoryCommand";
|
|
83
|
+
export * from "./command/SubscriptionCategoryCreateCommand";
|
|
84
|
+
export * from "./command/SubscriptionCategoryDeleteCommand";
|
|
85
|
+
export * from "./command/SubscriptionCategoryGetCommand";
|
|
86
|
+
export * from "./command/SubscriptionCategoryListCommand";
|
|
87
|
+
export * from "./command/SubscriptionCategoryUpdateCommand";
|
|
88
|
+
export * from "./command/SubscriptionCheckoutCommand";
|
|
89
|
+
export * from "./command/SubscriptionCommand";
|
|
90
|
+
export * from "./command/SubscriptionFieldCommand";
|
|
91
|
+
export * from "./command/SubscriptionFieldCreateCommand";
|
|
92
|
+
export * from "./command/SubscriptionFieldDeleteCommand";
|
|
93
|
+
export * from "./command/SubscriptionFieldGetCommand";
|
|
94
|
+
export * from "./command/SubscriptionFieldListCommand";
|
|
95
|
+
export * from "./command/SubscriptionFieldUpdateCommand";
|
|
96
|
+
export * from "./command/SubscriptionGetCommand";
|
|
97
|
+
export * from "./command/SubscriptionListCommand";
|
|
98
|
+
export * from "./command/SubscriptionPaidCommand";
|
|
99
|
+
export * from "./command/SubscriptionPaidGetCommand";
|
|
100
|
+
export * from "./command/SubscriptionPaidListCommand";
|
|
101
|
+
export * from "./command/SubscriptionTagCommand";
|
|
102
|
+
export * from "./command/SubscriptionTagCreateCommand";
|
|
103
|
+
export * from "./command/SubscriptionTagDeleteCommand";
|
|
104
|
+
export * from "./command/SubscriptionTagGetCommand";
|
|
105
|
+
export * from "./command/SubscriptionTagListCommand";
|
|
106
|
+
export * from "./command/SubscriptionTagUpdateCommand";
|
|
107
|
+
export * from "./command/ValueCommand";
|
|
108
|
+
export * from "./command/ValueListCommand";
|
|
109
|
+
export * from "./enum/GatewayType";
|
|
110
|
+
export * from "./enum/OfferSubscriptionDurationUnit";
|
|
111
|
+
export * from "./enum/PaymentGateway";
|
|
112
|
+
export * from "./enum/PaymentStatus";
|
|
113
|
+
export * from "./enum/SalesItemMethod";
|
|
114
|
+
export * from "./enum/SalesItemOnetimeExpireUnit";
|
|
115
|
+
export * from "./enum/SalesItemOnetimeLimitUnit";
|
|
116
|
+
export * from "./enum/SubscriptionGateway";
|
|
117
|
+
export * from "./enum/SubscriptionStatus";
|
|
118
|
+
export * from "./meta/CardCategoryMetaTable";
|
|
119
|
+
export * from "./meta/CardFieldMetaTable";
|
|
120
|
+
export * from "./meta/CardMetaTable";
|
|
121
|
+
export * from "./meta/CardTagMetaTable";
|
|
122
|
+
export * from "./meta/InvoiceMetaTable";
|
|
123
|
+
export * from "./meta/MetaDatabase";
|
|
124
|
+
export * from "./meta/OfferMetaTable";
|
|
125
|
+
export * from "./meta/PaymentMetaTable";
|
|
126
|
+
export * from "./meta/SalesItemMetaTable";
|
|
127
|
+
export * from "./meta/SubscriptionCategoryMetaTable";
|
|
128
|
+
export * from "./meta/SubscriptionFieldMetaTable";
|
|
129
|
+
export * from "./meta/SubscriptionMetaTable";
|
|
130
|
+
export * from "./meta/SubscriptionTagMetaTable";
|
|
131
|
+
export * from "./row/CardCategoryRow";
|
|
132
|
+
export * from "./row/CardFieldRow";
|
|
133
|
+
export * from "./row/CardInputRow";
|
|
134
|
+
export * from "./row/CardRow";
|
|
135
|
+
export * from "./row/CardTagRow";
|
|
136
|
+
export * from "./row/EntityCategoryInputRow";
|
|
137
|
+
export * from "./row/EntityFieldInputRow";
|
|
138
|
+
export * from "./row/EntityTagInputRow";
|
|
139
|
+
export * from "./row/InvoiceInputRow";
|
|
140
|
+
export * from "./row/InvoiceItemInputRow";
|
|
141
|
+
export * from "./row/InvoiceRow";
|
|
142
|
+
export * from "./row/OfferRow";
|
|
143
|
+
export * from "./row/PaymentRow";
|
|
144
|
+
export * from "./row/SalesItemRow";
|
|
145
|
+
export * from "./row/SubscriptionCategoryRow";
|
|
146
|
+
export * from "./row/SubscriptionFieldRow";
|
|
147
|
+
export * from "./row/SubscriptionPaidRow";
|
|
148
|
+
export * from "./row/SubscriptionRow";
|
|
149
|
+
export * from "./row/SubscriptionTagRow";
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
/****************************************************************/
|
|
2
|
+
/* */
|
|
3
|
+
/* This is an Auto-Generated File */
|
|
4
|
+
/* Made By */
|
|
5
|
+
/* Namirasoft SDK Generator NPM Package */
|
|
6
|
+
/* */
|
|
7
|
+
/****************************************************************/
|
|
8
|
+
/****************************************************************/
|
|
9
|
+
/* */
|
|
10
|
+
/* Please do not make any change to this file */
|
|
11
|
+
/* If any changed is reqired, ns-sdkg command must be used */
|
|
12
|
+
/* */
|
|
13
|
+
/****************************************************************/
|
|
14
|
+
/****************************************************************/
|
|
15
|
+
/* */
|
|
16
|
+
/* Namira Software Corporation */
|
|
17
|
+
/* https://namirasoft.com */
|
|
18
|
+
/* */
|
|
19
|
+
/****************************************************************/
|
|
20
|
+
|
|
21
|
+
import { BaseMetaColumn, BaseMetaTable } from "namirasoft-core";
|
|
22
|
+
|
|
23
|
+
export class CardCategoryMetaTable extends BaseMetaTable
|
|
24
|
+
{
|
|
25
|
+
public columns!: {
|
|
26
|
+
id: BaseMetaColumn;
|
|
27
|
+
user_id: BaseMetaColumn;
|
|
28
|
+
entity_id: BaseMetaColumn;
|
|
29
|
+
category_id: BaseMetaColumn;
|
|
30
|
+
}
|
|
31
|
+
constructor()
|
|
32
|
+
{
|
|
33
|
+
super("card_category", "Card Category");
|
|
34
|
+
this.columns = {
|
|
35
|
+
id: new BaseMetaColumn("id", "Id", "Integer", true),
|
|
36
|
+
user_id: new BaseMetaColumn("user_id", "User Id", "String", true),
|
|
37
|
+
entity_id: new BaseMetaColumn("entity_id", "Entity Id", "String", true),
|
|
38
|
+
category_id: new BaseMetaColumn("category_id", "Category Id", "String", true),
|
|
39
|
+
};
|
|
40
|
+
}
|
|
41
|
+
};
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
/****************************************************************/
|
|
2
|
+
/* */
|
|
3
|
+
/* This is an Auto-Generated File */
|
|
4
|
+
/* Made By */
|
|
5
|
+
/* Namirasoft SDK Generator NPM Package */
|
|
6
|
+
/* */
|
|
7
|
+
/****************************************************************/
|
|
8
|
+
/****************************************************************/
|
|
9
|
+
/* */
|
|
10
|
+
/* Please do not make any change to this file */
|
|
11
|
+
/* If any changed is reqired, ns-sdkg command must be used */
|
|
12
|
+
/* */
|
|
13
|
+
/****************************************************************/
|
|
14
|
+
/****************************************************************/
|
|
15
|
+
/* */
|
|
16
|
+
/* Namira Software Corporation */
|
|
17
|
+
/* https://namirasoft.com */
|
|
18
|
+
/* */
|
|
19
|
+
/****************************************************************/
|
|
20
|
+
|
|
21
|
+
import { BaseMetaColumn, BaseMetaTable } from "namirasoft-core";
|
|
22
|
+
|
|
23
|
+
export class CardFieldMetaTable extends BaseMetaTable
|
|
24
|
+
{
|
|
25
|
+
public columns!: {
|
|
26
|
+
id: BaseMetaColumn;
|
|
27
|
+
user_id: BaseMetaColumn;
|
|
28
|
+
entity_id: BaseMetaColumn;
|
|
29
|
+
field_id: BaseMetaColumn;
|
|
30
|
+
value: BaseMetaColumn;
|
|
31
|
+
description: BaseMetaColumn;
|
|
32
|
+
}
|
|
33
|
+
constructor()
|
|
34
|
+
{
|
|
35
|
+
super("card_field", "Card Field");
|
|
36
|
+
this.columns = {
|
|
37
|
+
id: new BaseMetaColumn("id", "Id", "Integer", true),
|
|
38
|
+
user_id: new BaseMetaColumn("user_id", "User Id", "String", true),
|
|
39
|
+
entity_id: new BaseMetaColumn("entity_id", "Entity Id", "String", true),
|
|
40
|
+
field_id: new BaseMetaColumn("field_id", "Field Id", "String", true),
|
|
41
|
+
value: new BaseMetaColumn("value", "Value", "String", true),
|
|
42
|
+
description: new BaseMetaColumn("description", "Description", "String", false),
|
|
43
|
+
};
|
|
44
|
+
}
|
|
45
|
+
};
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
/****************************************************************/
|
|
2
|
+
/* */
|
|
3
|
+
/* This is an Auto-Generated File */
|
|
4
|
+
/* Made By */
|
|
5
|
+
/* Namirasoft SDK Generator NPM Package */
|
|
6
|
+
/* */
|
|
7
|
+
/****************************************************************/
|
|
8
|
+
/****************************************************************/
|
|
9
|
+
/* */
|
|
10
|
+
/* Please do not make any change to this file */
|
|
11
|
+
/* If any changed is reqired, ns-sdkg command must be used */
|
|
12
|
+
/* */
|
|
13
|
+
/****************************************************************/
|
|
14
|
+
/****************************************************************/
|
|
15
|
+
/* */
|
|
16
|
+
/* Namira Software Corporation */
|
|
17
|
+
/* https://namirasoft.com */
|
|
18
|
+
/* */
|
|
19
|
+
/****************************************************************/
|
|
20
|
+
|
|
21
|
+
import { BaseMetaColumn, BaseMetaTable } from "namirasoft-core";
|
|
22
|
+
|
|
23
|
+
export class CardMetaTable extends BaseMetaTable
|
|
24
|
+
{
|
|
25
|
+
public columns!: {
|
|
26
|
+
id: BaseMetaColumn;
|
|
27
|
+
user_id: BaseMetaColumn;
|
|
28
|
+
name: BaseMetaColumn;
|
|
29
|
+
default: BaseMetaColumn;
|
|
30
|
+
}
|
|
31
|
+
constructor()
|
|
32
|
+
{
|
|
33
|
+
super("card", "Card");
|
|
34
|
+
this.columns = {
|
|
35
|
+
id: new BaseMetaColumn("id", "Id", "String", true),
|
|
36
|
+
user_id: new BaseMetaColumn("user_id", "User Id", "String", true),
|
|
37
|
+
name: new BaseMetaColumn("name", "Name", "String", true),
|
|
38
|
+
default: new BaseMetaColumn("default", "Default", "Boolean", true),
|
|
39
|
+
};
|
|
40
|
+
}
|
|
41
|
+
};
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
/****************************************************************/
|
|
2
|
+
/* */
|
|
3
|
+
/* This is an Auto-Generated File */
|
|
4
|
+
/* Made By */
|
|
5
|
+
/* Namirasoft SDK Generator NPM Package */
|
|
6
|
+
/* */
|
|
7
|
+
/****************************************************************/
|
|
8
|
+
/****************************************************************/
|
|
9
|
+
/* */
|
|
10
|
+
/* Please do not make any change to this file */
|
|
11
|
+
/* If any changed is reqired, ns-sdkg command must be used */
|
|
12
|
+
/* */
|
|
13
|
+
/****************************************************************/
|
|
14
|
+
/****************************************************************/
|
|
15
|
+
/* */
|
|
16
|
+
/* Namira Software Corporation */
|
|
17
|
+
/* https://namirasoft.com */
|
|
18
|
+
/* */
|
|
19
|
+
/****************************************************************/
|
|
20
|
+
|
|
21
|
+
import { BaseMetaColumn, BaseMetaTable } from "namirasoft-core";
|
|
22
|
+
|
|
23
|
+
export class CardTagMetaTable extends BaseMetaTable
|
|
24
|
+
{
|
|
25
|
+
public columns!: {
|
|
26
|
+
id: BaseMetaColumn;
|
|
27
|
+
user_id: BaseMetaColumn;
|
|
28
|
+
entity_id: BaseMetaColumn;
|
|
29
|
+
name: BaseMetaColumn;
|
|
30
|
+
value: BaseMetaColumn;
|
|
31
|
+
description: BaseMetaColumn;
|
|
32
|
+
}
|
|
33
|
+
constructor()
|
|
34
|
+
{
|
|
35
|
+
super("card_tag", "Card Tag");
|
|
36
|
+
this.columns = {
|
|
37
|
+
id: new BaseMetaColumn("id", "Id", "Integer", true),
|
|
38
|
+
user_id: new BaseMetaColumn("user_id", "User Id", "String", true),
|
|
39
|
+
entity_id: new BaseMetaColumn("entity_id", "Entity Id", "String", true),
|
|
40
|
+
name: new BaseMetaColumn("name", "Name", "String", true),
|
|
41
|
+
value: new BaseMetaColumn("value", "Value", "String", true),
|
|
42
|
+
description: new BaseMetaColumn("description", "Description", "String", false),
|
|
43
|
+
};
|
|
44
|
+
}
|
|
45
|
+
};
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
/****************************************************************/
|
|
2
|
+
/* */
|
|
3
|
+
/* This is an Auto-Generated File */
|
|
4
|
+
/* Made By */
|
|
5
|
+
/* Namirasoft SDK Generator NPM Package */
|
|
6
|
+
/* */
|
|
7
|
+
/****************************************************************/
|
|
8
|
+
/****************************************************************/
|
|
9
|
+
/* */
|
|
10
|
+
/* Please do not make any change to this file */
|
|
11
|
+
/* If any changed is reqired, ns-sdkg command must be used */
|
|
12
|
+
/* */
|
|
13
|
+
/****************************************************************/
|
|
14
|
+
/****************************************************************/
|
|
15
|
+
/* */
|
|
16
|
+
/* Namira Software Corporation */
|
|
17
|
+
/* https://namirasoft.com */
|
|
18
|
+
/* */
|
|
19
|
+
/****************************************************************/
|
|
20
|
+
|
|
21
|
+
import { BaseMetaColumn, BaseMetaTable } from "namirasoft-core";
|
|
22
|
+
|
|
23
|
+
export class InvoiceMetaTable extends BaseMetaTable
|
|
24
|
+
{
|
|
25
|
+
public columns!: {
|
|
26
|
+
id: BaseMetaColumn;
|
|
27
|
+
user_id: BaseMetaColumn;
|
|
28
|
+
product_id: BaseMetaColumn;
|
|
29
|
+
transaction_id: BaseMetaColumn;
|
|
30
|
+
subscription_id: BaseMetaColumn;
|
|
31
|
+
title: BaseMetaColumn;
|
|
32
|
+
refund: BaseMetaColumn;
|
|
33
|
+
canceled: BaseMetaColumn;
|
|
34
|
+
currency: BaseMetaColumn;
|
|
35
|
+
total: BaseMetaColumn;
|
|
36
|
+
total_paid: BaseMetaColumn;
|
|
37
|
+
total_refunded: BaseMetaColumn;
|
|
38
|
+
total_balance: BaseMetaColumn;
|
|
39
|
+
description: BaseMetaColumn;
|
|
40
|
+
}
|
|
41
|
+
constructor()
|
|
42
|
+
{
|
|
43
|
+
super("invoice", "Invoice");
|
|
44
|
+
this.columns = {
|
|
45
|
+
id: new BaseMetaColumn("id", "Id", "String", true),
|
|
46
|
+
user_id: new BaseMetaColumn("user_id", "User Id", "String", true),
|
|
47
|
+
product_id: new BaseMetaColumn("product_id", "Product Id", "String", false),
|
|
48
|
+
transaction_id: new BaseMetaColumn("transaction_id", "Transaction Id", "Integer", false),
|
|
49
|
+
subscription_id: new BaseMetaColumn("subscription_id", "Subscription Id", "String", false),
|
|
50
|
+
title: new BaseMetaColumn("title", "Title", "String", true),
|
|
51
|
+
refund: new BaseMetaColumn("refund", "Refund", "Boolean", true),
|
|
52
|
+
canceled: new BaseMetaColumn("canceled", "Canceled", "Boolean", true),
|
|
53
|
+
currency: new BaseMetaColumn("currency", "Currency", "String", true),
|
|
54
|
+
total: new BaseMetaColumn("total", "Total", "Integer", true),
|
|
55
|
+
total_paid: new BaseMetaColumn("total_paid", "Total Paid", "Integer", true),
|
|
56
|
+
total_refunded: new BaseMetaColumn("total_refunded", "Total Refunded", "Integer", true),
|
|
57
|
+
total_balance: new BaseMetaColumn("total_balance", "Total Balance", "Integer", true),
|
|
58
|
+
description: new BaseMetaColumn("description", "Description", "String", false),
|
|
59
|
+
};
|
|
60
|
+
}
|
|
61
|
+
};
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
/****************************************************************/
|
|
2
|
+
/* */
|
|
3
|
+
/* This is an Auto-Generated File */
|
|
4
|
+
/* Made By */
|
|
5
|
+
/* Namirasoft SDK Generator NPM Package */
|
|
6
|
+
/* */
|
|
7
|
+
/****************************************************************/
|
|
8
|
+
/****************************************************************/
|
|
9
|
+
/* */
|
|
10
|
+
/* Please do not make any change to this file */
|
|
11
|
+
/* If any changed is reqired, ns-sdkg command must be used */
|
|
12
|
+
/* */
|
|
13
|
+
/****************************************************************/
|
|
14
|
+
/****************************************************************/
|
|
15
|
+
/* */
|
|
16
|
+
/* Namira Software Corporation */
|
|
17
|
+
/* https://namirasoft.com */
|
|
18
|
+
/* */
|
|
19
|
+
/****************************************************************/
|
|
20
|
+
|
|
21
|
+
import { CardCategoryMetaTable } from "./CardCategoryMetaTable";
|
|
22
|
+
import { CardFieldMetaTable } from "./CardFieldMetaTable";
|
|
23
|
+
import { CardMetaTable } from "./CardMetaTable";
|
|
24
|
+
import { CardTagMetaTable } from "./CardTagMetaTable";
|
|
25
|
+
import { InvoiceMetaTable } from "./InvoiceMetaTable";
|
|
26
|
+
import { OfferMetaTable } from "./OfferMetaTable";
|
|
27
|
+
import { PaymentMetaTable } from "./PaymentMetaTable";
|
|
28
|
+
import { SalesItemMetaTable } from "./SalesItemMetaTable";
|
|
29
|
+
import { SubscriptionCategoryMetaTable } from "./SubscriptionCategoryMetaTable";
|
|
30
|
+
import { SubscriptionFieldMetaTable } from "./SubscriptionFieldMetaTable";
|
|
31
|
+
import { SubscriptionMetaTable } from "./SubscriptionMetaTable";
|
|
32
|
+
import { SubscriptionTagMetaTable } from "./SubscriptionTagMetaTable";
|
|
33
|
+
|
|
34
|
+
export class MetaDatabase
|
|
35
|
+
{
|
|
36
|
+
public static main: MetaDatabase = new MetaDatabase();
|
|
37
|
+
public card: CardMetaTable;
|
|
38
|
+
public card_category: CardCategoryMetaTable;
|
|
39
|
+
public card_field: CardFieldMetaTable;
|
|
40
|
+
public card_tag: CardTagMetaTable;
|
|
41
|
+
public invoice: InvoiceMetaTable;
|
|
42
|
+
public offer: OfferMetaTable;
|
|
43
|
+
public payment: PaymentMetaTable;
|
|
44
|
+
public sales_item: SalesItemMetaTable;
|
|
45
|
+
public subscription: SubscriptionMetaTable;
|
|
46
|
+
public subscription_category: SubscriptionCategoryMetaTable;
|
|
47
|
+
public subscription_field: SubscriptionFieldMetaTable;
|
|
48
|
+
public subscription_tag: SubscriptionTagMetaTable;
|
|
49
|
+
constructor()
|
|
50
|
+
{
|
|
51
|
+
this.card = new CardMetaTable();
|
|
52
|
+
this.card_category = new CardCategoryMetaTable();
|
|
53
|
+
this.card_field = new CardFieldMetaTable();
|
|
54
|
+
this.card_tag = new CardTagMetaTable();
|
|
55
|
+
this.invoice = new InvoiceMetaTable();
|
|
56
|
+
this.offer = new OfferMetaTable();
|
|
57
|
+
this.payment = new PaymentMetaTable();
|
|
58
|
+
this.sales_item = new SalesItemMetaTable();
|
|
59
|
+
this.subscription = new SubscriptionMetaTable();
|
|
60
|
+
this.subscription_category = new SubscriptionCategoryMetaTable();
|
|
61
|
+
this.subscription_field = new SubscriptionFieldMetaTable();
|
|
62
|
+
this.subscription_tag = new SubscriptionTagMetaTable();
|
|
63
|
+
}
|
|
64
|
+
};
|