@equisoft/billing-sdk 3.7.1-snapshot.20260629135524 → 3.8.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/.openapi-generator/FILES +4 -0
- package/README.md +6 -3
- package/dist/apis/AddonV1Api.d.ts +1 -1
- package/dist/apis/AddonV1Api.js +1 -1
- package/dist/apis/ChargebeeV1Api.d.ts +1 -1
- package/dist/apis/ChargebeeV1Api.js +1 -1
- package/dist/apis/DistributorV1Api.d.ts +12 -2
- package/dist/apis/DistributorV1Api.js +42 -1
- package/dist/apis/OrganizationV1Api.d.ts +1 -1
- package/dist/apis/OrganizationV1Api.js +1 -1
- package/dist/apis/UserV1Api.d.ts +1 -1
- package/dist/apis/UserV1Api.js +1 -1
- package/dist/esm/apis/AddonV1Api.d.ts +1 -1
- package/dist/esm/apis/AddonV1Api.js +1 -1
- package/dist/esm/apis/ChargebeeV1Api.d.ts +1 -1
- package/dist/esm/apis/ChargebeeV1Api.js +1 -1
- package/dist/esm/apis/DistributorV1Api.d.ts +12 -2
- package/dist/esm/apis/DistributorV1Api.js +43 -2
- package/dist/esm/apis/OrganizationV1Api.d.ts +1 -1
- package/dist/esm/apis/OrganizationV1Api.js +1 -1
- package/dist/esm/apis/UserV1Api.d.ts +1 -1
- package/dist/esm/apis/UserV1Api.js +1 -1
- package/dist/esm/models/Country.d.ts +1 -1
- package/dist/esm/models/Country.js +1 -1
- package/dist/esm/models/ErrorCodes.d.ts +1 -1
- package/dist/esm/models/ErrorCodes.js +1 -1
- package/dist/esm/models/ErrorSchema.d.ts +1 -1
- package/dist/esm/models/ErrorSchema.js +1 -1
- package/dist/esm/models/SubscriptionCreationMode.d.ts +1 -1
- package/dist/esm/models/SubscriptionCreationMode.js +1 -1
- package/dist/esm/models/V1Addon.d.ts +1 -1
- package/dist/esm/models/V1Addon.js +1 -1
- package/dist/esm/models/V1AddonList.d.ts +1 -1
- package/dist/esm/models/V1AddonList.js +1 -1
- package/dist/esm/models/V1BillingProfile.d.ts +1 -1
- package/dist/esm/models/V1BillingProfile.js +1 -1
- package/dist/esm/models/V1BillingRule.d.ts +2 -8
- package/dist/esm/models/V1BillingRule.js +3 -5
- package/dist/esm/models/V1BillingStatus.d.ts +1 -1
- package/dist/esm/models/V1BillingStatus.js +1 -1
- package/dist/esm/models/V1BillingType.d.ts +1 -1
- package/dist/esm/models/V1BillingType.js +1 -1
- package/dist/esm/models/V1ChargebeeV1NotPaidInvoice.d.ts +1 -1
- package/dist/esm/models/V1ChargebeeV1NotPaidInvoice.js +1 -1
- package/dist/esm/models/V1ChargebeeV1PaymentDueInvoice.d.ts +1 -1
- package/dist/esm/models/V1ChargebeeV1PaymentDueInvoice.js +1 -1
- package/dist/esm/models/V1ChargebeeV1PortalSession.d.ts +1 -1
- package/dist/esm/models/V1ChargebeeV1PortalSession.js +1 -1
- package/dist/esm/models/V1ChargebeeV1UnpaidInvoice.d.ts +1 -1
- package/dist/esm/models/V1ChargebeeV1UnpaidInvoice.js +1 -1
- package/dist/esm/models/V1ChargebeeWebhookEvent.d.ts +1 -1
- package/dist/esm/models/V1ChargebeeWebhookEvent.js +1 -1
- package/dist/esm/models/V1ChargebeeWebhookEventContent.d.ts +1 -1
- package/dist/esm/models/V1ChargebeeWebhookEventContent.js +1 -1
- package/dist/esm/models/V1ChargebeeWebhookEventCustomer.d.ts +1 -1
- package/dist/esm/models/V1ChargebeeWebhookEventCustomer.js +1 -1
- package/dist/esm/models/V1CollectChargebeeV1Payment.d.ts +1 -1
- package/dist/esm/models/V1CollectChargebeeV1Payment.js +1 -1
- package/dist/esm/models/V1CreateBillingRulePayload.d.ts +1 -1
- package/dist/esm/models/V1CreateBillingRulePayload.js +1 -1
- package/dist/esm/models/V1CreateChargebeeV1PortalSessionPayload.d.ts +1 -1
- package/dist/esm/models/V1CreateChargebeeV1PortalSessionPayload.js +1 -1
- package/dist/esm/models/V1CreateDistributorPayload.d.ts +1 -1
- package/dist/esm/models/V1CreateDistributorPayload.js +1 -1
- package/dist/esm/models/V1CreateOrUpdateChargebeeV1SubscriptionPayload.d.ts +1 -1
- package/dist/esm/models/V1CreateOrUpdateChargebeeV1SubscriptionPayload.js +1 -1
- package/dist/esm/models/V1DefaultBillingRule.d.ts +45 -0
- package/dist/esm/models/V1DefaultBillingRule.js +52 -0
- package/dist/esm/models/V1DefaultBillingRules.d.ts +33 -0
- package/dist/esm/models/V1DefaultBillingRules.js +44 -0
- package/dist/esm/models/V1Distributor.d.ts +1 -7
- package/dist/esm/models/V1Distributor.js +1 -3
- package/dist/esm/models/V1DistributorList.d.ts +1 -1
- package/dist/esm/models/V1DistributorList.js +1 -1
- package/dist/esm/models/V1Organization.d.ts +1 -1
- package/dist/esm/models/V1Organization.js +1 -1
- package/dist/esm/models/V1OrganizationBillingUser.d.ts +1 -1
- package/dist/esm/models/V1OrganizationBillingUser.js +1 -1
- package/dist/esm/models/V1OrganizationBillingUsers.d.ts +1 -1
- package/dist/esm/models/V1OrganizationBillingUsers.js +1 -1
- package/dist/esm/models/V1OrganizationChargebeeV1Status.d.ts +1 -1
- package/dist/esm/models/V1OrganizationChargebeeV1Status.js +1 -1
- package/dist/esm/models/V1OrganizationStatus.d.ts +1 -1
- package/dist/esm/models/V1OrganizationStatus.js +1 -1
- package/dist/esm/models/V1OrganizationStatusChargebeeV1Addon.d.ts +1 -1
- package/dist/esm/models/V1OrganizationStatusChargebeeV1Addon.js +1 -1
- package/dist/esm/models/V1OrganizationStatusChargebeeV1User.d.ts +1 -1
- package/dist/esm/models/V1OrganizationStatusChargebeeV1User.js +1 -1
- package/dist/esm/models/V1OrganizationStatusChargebeeV1UserBillingStatus.d.ts +1 -1
- package/dist/esm/models/V1OrganizationStatusChargebeeV1UserBillingStatus.js +1 -1
- package/dist/esm/models/V1Profile.d.ts +1 -1
- package/dist/esm/models/V1Profile.js +1 -1
- package/dist/esm/models/V1SetChargebeeV1BillingPayorPayload.d.ts +1 -1
- package/dist/esm/models/V1SetChargebeeV1BillingPayorPayload.js +1 -1
- package/dist/esm/models/V1SetChargebeeV1Payload.d.ts +1 -1
- package/dist/esm/models/V1SetChargebeeV1Payload.js +1 -1
- package/dist/esm/models/V1SetOrganisationDistributorPayload.d.ts +1 -1
- package/dist/esm/models/V1SetOrganisationDistributorPayload.js +1 -1
- package/dist/esm/models/V1SetUserBillingProfilePayload.d.ts +1 -1
- package/dist/esm/models/V1SetUserBillingProfilePayload.js +1 -1
- package/dist/esm/models/V1SetUserNonBillablePayload.d.ts +1 -1
- package/dist/esm/models/V1SetUserNonBillablePayload.js +1 -1
- package/dist/esm/models/V1UpdateBillingRulePayload.d.ts +1 -1
- package/dist/esm/models/V1UpdateBillingRulePayload.js +1 -1
- package/dist/esm/models/V1UpdateBillingRulePriorityPayload.d.ts +1 -1
- package/dist/esm/models/V1UpdateBillingRulePriorityPayload.js +1 -1
- package/dist/esm/models/V1UpdateDistributorPayload.d.ts +1 -1
- package/dist/esm/models/V1UpdateDistributorPayload.js +1 -1
- package/dist/esm/models/V1User.d.ts +1 -1
- package/dist/esm/models/V1User.js +1 -1
- package/dist/esm/models/V1UserServiceStatus.d.ts +1 -1
- package/dist/esm/models/V1UserServiceStatus.js +1 -1
- package/dist/esm/models/V1UserStatus.d.ts +1 -1
- package/dist/esm/models/V1UserStatus.js +1 -1
- package/dist/esm/models/index.d.ts +2 -0
- package/dist/esm/models/index.js +2 -0
- package/dist/esm/runtime.d.ts +1 -1
- package/dist/esm/runtime.js +1 -1
- package/dist/models/Country.d.ts +1 -1
- package/dist/models/Country.js +1 -1
- package/dist/models/ErrorCodes.d.ts +1 -1
- package/dist/models/ErrorCodes.js +1 -1
- package/dist/models/ErrorSchema.d.ts +1 -1
- package/dist/models/ErrorSchema.js +1 -1
- package/dist/models/SubscriptionCreationMode.d.ts +1 -1
- package/dist/models/SubscriptionCreationMode.js +1 -1
- package/dist/models/V1Addon.d.ts +1 -1
- package/dist/models/V1Addon.js +1 -1
- package/dist/models/V1AddonList.d.ts +1 -1
- package/dist/models/V1AddonList.js +1 -1
- package/dist/models/V1BillingProfile.d.ts +1 -1
- package/dist/models/V1BillingProfile.js +1 -1
- package/dist/models/V1BillingRule.d.ts +2 -8
- package/dist/models/V1BillingRule.js +3 -5
- package/dist/models/V1BillingStatus.d.ts +1 -1
- package/dist/models/V1BillingStatus.js +1 -1
- package/dist/models/V1BillingType.d.ts +1 -1
- package/dist/models/V1BillingType.js +1 -1
- package/dist/models/V1ChargebeeV1NotPaidInvoice.d.ts +1 -1
- package/dist/models/V1ChargebeeV1NotPaidInvoice.js +1 -1
- package/dist/models/V1ChargebeeV1PaymentDueInvoice.d.ts +1 -1
- package/dist/models/V1ChargebeeV1PaymentDueInvoice.js +1 -1
- package/dist/models/V1ChargebeeV1PortalSession.d.ts +1 -1
- package/dist/models/V1ChargebeeV1PortalSession.js +1 -1
- package/dist/models/V1ChargebeeV1UnpaidInvoice.d.ts +1 -1
- package/dist/models/V1ChargebeeV1UnpaidInvoice.js +1 -1
- package/dist/models/V1ChargebeeWebhookEvent.d.ts +1 -1
- package/dist/models/V1ChargebeeWebhookEvent.js +1 -1
- package/dist/models/V1ChargebeeWebhookEventContent.d.ts +1 -1
- package/dist/models/V1ChargebeeWebhookEventContent.js +1 -1
- package/dist/models/V1ChargebeeWebhookEventCustomer.d.ts +1 -1
- package/dist/models/V1ChargebeeWebhookEventCustomer.js +1 -1
- package/dist/models/V1CollectChargebeeV1Payment.d.ts +1 -1
- package/dist/models/V1CollectChargebeeV1Payment.js +1 -1
- package/dist/models/V1CreateBillingRulePayload.d.ts +1 -1
- package/dist/models/V1CreateBillingRulePayload.js +1 -1
- package/dist/models/V1CreateChargebeeV1PortalSessionPayload.d.ts +1 -1
- package/dist/models/V1CreateChargebeeV1PortalSessionPayload.js +1 -1
- package/dist/models/V1CreateDistributorPayload.d.ts +1 -1
- package/dist/models/V1CreateDistributorPayload.js +1 -1
- package/dist/models/V1CreateOrUpdateChargebeeV1SubscriptionPayload.d.ts +1 -1
- package/dist/models/V1CreateOrUpdateChargebeeV1SubscriptionPayload.js +1 -1
- package/dist/models/V1DefaultBillingRule.d.ts +45 -0
- package/dist/models/V1DefaultBillingRule.js +59 -0
- package/dist/models/V1DefaultBillingRules.d.ts +33 -0
- package/dist/models/V1DefaultBillingRules.js +51 -0
- package/dist/models/V1Distributor.d.ts +1 -7
- package/dist/models/V1Distributor.js +1 -3
- package/dist/models/V1DistributorList.d.ts +1 -1
- package/dist/models/V1DistributorList.js +1 -1
- package/dist/models/V1Organization.d.ts +1 -1
- package/dist/models/V1Organization.js +1 -1
- package/dist/models/V1OrganizationBillingUser.d.ts +1 -1
- package/dist/models/V1OrganizationBillingUser.js +1 -1
- package/dist/models/V1OrganizationBillingUsers.d.ts +1 -1
- package/dist/models/V1OrganizationBillingUsers.js +1 -1
- package/dist/models/V1OrganizationChargebeeV1Status.d.ts +1 -1
- package/dist/models/V1OrganizationChargebeeV1Status.js +1 -1
- package/dist/models/V1OrganizationStatus.d.ts +1 -1
- package/dist/models/V1OrganizationStatus.js +1 -1
- package/dist/models/V1OrganizationStatusChargebeeV1Addon.d.ts +1 -1
- package/dist/models/V1OrganizationStatusChargebeeV1Addon.js +1 -1
- package/dist/models/V1OrganizationStatusChargebeeV1User.d.ts +1 -1
- package/dist/models/V1OrganizationStatusChargebeeV1User.js +1 -1
- package/dist/models/V1OrganizationStatusChargebeeV1UserBillingStatus.d.ts +1 -1
- package/dist/models/V1OrganizationStatusChargebeeV1UserBillingStatus.js +1 -1
- package/dist/models/V1Profile.d.ts +1 -1
- package/dist/models/V1Profile.js +1 -1
- package/dist/models/V1SetChargebeeV1BillingPayorPayload.d.ts +1 -1
- package/dist/models/V1SetChargebeeV1BillingPayorPayload.js +1 -1
- package/dist/models/V1SetChargebeeV1Payload.d.ts +1 -1
- package/dist/models/V1SetChargebeeV1Payload.js +1 -1
- package/dist/models/V1SetOrganisationDistributorPayload.d.ts +1 -1
- package/dist/models/V1SetOrganisationDistributorPayload.js +1 -1
- package/dist/models/V1SetUserBillingProfilePayload.d.ts +1 -1
- package/dist/models/V1SetUserBillingProfilePayload.js +1 -1
- package/dist/models/V1SetUserNonBillablePayload.d.ts +1 -1
- package/dist/models/V1SetUserNonBillablePayload.js +1 -1
- package/dist/models/V1UpdateBillingRulePayload.d.ts +1 -1
- package/dist/models/V1UpdateBillingRulePayload.js +1 -1
- package/dist/models/V1UpdateBillingRulePriorityPayload.d.ts +1 -1
- package/dist/models/V1UpdateBillingRulePriorityPayload.js +1 -1
- package/dist/models/V1UpdateDistributorPayload.d.ts +1 -1
- package/dist/models/V1UpdateDistributorPayload.js +1 -1
- package/dist/models/V1User.d.ts +1 -1
- package/dist/models/V1User.js +1 -1
- package/dist/models/V1UserServiceStatus.d.ts +1 -1
- package/dist/models/V1UserServiceStatus.js +1 -1
- package/dist/models/V1UserStatus.d.ts +1 -1
- package/dist/models/V1UserStatus.js +1 -1
- package/dist/models/index.d.ts +2 -0
- package/dist/models/index.js +2 -0
- package/dist/runtime.d.ts +1 -1
- package/dist/runtime.js +1 -1
- package/docs/DistributorV1Api.md +63 -0
- package/docs/V1BillingRule.md +0 -2
- package/docs/V1DefaultBillingRule.md +38 -0
- package/docs/V1DefaultBillingRules.md +34 -0
- package/docs/V1Distributor.md +0 -2
- package/package.json +1 -1
- package/src/apis/AddonV1Api.ts +1 -1
- package/src/apis/ChargebeeV1Api.ts +1 -1
- package/src/apis/DistributorV1Api.ts +48 -1
- package/src/apis/OrganizationV1Api.ts +1 -1
- package/src/apis/UserV1Api.ts +1 -1
- package/src/models/Country.ts +1 -1
- package/src/models/ErrorCodes.ts +1 -1
- package/src/models/ErrorSchema.ts +1 -1
- package/src/models/SubscriptionCreationMode.ts +1 -1
- package/src/models/V1Addon.ts +1 -1
- package/src/models/V1AddonList.ts +1 -1
- package/src/models/V1BillingProfile.ts +1 -1
- package/src/models/V1BillingRule.ts +4 -12
- package/src/models/V1BillingStatus.ts +1 -1
- package/src/models/V1BillingType.ts +1 -1
- package/src/models/V1ChargebeeV1NotPaidInvoice.ts +1 -1
- package/src/models/V1ChargebeeV1PaymentDueInvoice.ts +1 -1
- package/src/models/V1ChargebeeV1PortalSession.ts +1 -1
- package/src/models/V1ChargebeeV1UnpaidInvoice.ts +1 -1
- package/src/models/V1ChargebeeWebhookEvent.ts +1 -1
- package/src/models/V1ChargebeeWebhookEventContent.ts +1 -1
- package/src/models/V1ChargebeeWebhookEventCustomer.ts +1 -1
- package/src/models/V1CollectChargebeeV1Payment.ts +1 -1
- package/src/models/V1CreateBillingRulePayload.ts +1 -1
- package/src/models/V1CreateChargebeeV1PortalSessionPayload.ts +1 -1
- package/src/models/V1CreateDistributorPayload.ts +1 -1
- package/src/models/V1CreateOrUpdateChargebeeV1SubscriptionPayload.ts +1 -1
- package/src/models/V1DefaultBillingRule.ts +92 -0
- package/src/models/V1DefaultBillingRules.ts +74 -0
- package/src/models/V1Distributor.ts +1 -9
- package/src/models/V1DistributorList.ts +1 -1
- package/src/models/V1Organization.ts +1 -1
- package/src/models/V1OrganizationBillingUser.ts +1 -1
- package/src/models/V1OrganizationBillingUsers.ts +1 -1
- package/src/models/V1OrganizationChargebeeV1Status.ts +1 -1
- package/src/models/V1OrganizationStatus.ts +1 -1
- package/src/models/V1OrganizationStatusChargebeeV1Addon.ts +1 -1
- package/src/models/V1OrganizationStatusChargebeeV1User.ts +1 -1
- package/src/models/V1OrganizationStatusChargebeeV1UserBillingStatus.ts +1 -1
- package/src/models/V1Profile.ts +1 -1
- package/src/models/V1SetChargebeeV1BillingPayorPayload.ts +1 -1
- package/src/models/V1SetChargebeeV1Payload.ts +1 -1
- package/src/models/V1SetOrganisationDistributorPayload.ts +1 -1
- package/src/models/V1SetUserBillingProfilePayload.ts +1 -1
- package/src/models/V1SetUserNonBillablePayload.ts +1 -1
- package/src/models/V1UpdateBillingRulePayload.ts +1 -1
- package/src/models/V1UpdateBillingRulePriorityPayload.ts +1 -1
- package/src/models/V1UpdateDistributorPayload.ts +1 -1
- package/src/models/V1User.ts +1 -1
- package/src/models/V1UserServiceStatus.ts +1 -1
- package/src/models/V1UserStatus.ts +1 -1
- package/src/models/index.ts +2 -0
- package/src/runtime.ts +1 -1
package/.openapi-generator/FILES
CHANGED
|
@@ -27,6 +27,8 @@ docs/V1CreateBillingRulePayload.md
|
|
|
27
27
|
docs/V1CreateChargebeeV1PortalSessionPayload.md
|
|
28
28
|
docs/V1CreateDistributorPayload.md
|
|
29
29
|
docs/V1CreateOrUpdateChargebeeV1SubscriptionPayload.md
|
|
30
|
+
docs/V1DefaultBillingRule.md
|
|
31
|
+
docs/V1DefaultBillingRules.md
|
|
30
32
|
docs/V1Distributor.md
|
|
31
33
|
docs/V1DistributorList.md
|
|
32
34
|
docs/V1Organization.md
|
|
@@ -79,6 +81,8 @@ src/models/V1CreateBillingRulePayload.ts
|
|
|
79
81
|
src/models/V1CreateChargebeeV1PortalSessionPayload.ts
|
|
80
82
|
src/models/V1CreateDistributorPayload.ts
|
|
81
83
|
src/models/V1CreateOrUpdateChargebeeV1SubscriptionPayload.ts
|
|
84
|
+
src/models/V1DefaultBillingRule.ts
|
|
85
|
+
src/models/V1DefaultBillingRules.ts
|
|
82
86
|
src/models/V1Distributor.ts
|
|
83
87
|
src/models/V1DistributorList.ts
|
|
84
88
|
src/models/V1Organization.ts
|
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# @equisoft/billing-sdk@3.
|
|
1
|
+
# @equisoft/billing-sdk@3.8.0
|
|
2
2
|
|
|
3
3
|
A TypeScript SDK client for the .. API.
|
|
4
4
|
|
|
@@ -55,6 +55,7 @@ All URIs are relative to *http://../..*
|
|
|
55
55
|
*DistributorV1Api* | [**createDistributor**](docs/DistributorV1Api.md#createdistributor) | **POST** /v1/distributors | Create a new distributor
|
|
56
56
|
*DistributorV1Api* | [**deleteBillingRule**](docs/DistributorV1Api.md#deletebillingrule) | **DELETE** /v1/distributors/{code}/profiles/{profile}/billingRules/{uuid} | Delete a billing rule
|
|
57
57
|
*DistributorV1Api* | [**deleteDistributor**](docs/DistributorV1Api.md#deletedistributor) | **DELETE** /v1/distributors/{code} | Delete a distributor and its non-shared billing rules
|
|
58
|
+
*DistributorV1Api* | [**getDefaultBillingRules**](docs/DistributorV1Api.md#getdefaultbillingrules) | **GET** /v1/distributors/defaultBillingRules |
|
|
58
59
|
*DistributorV1Api* | [**getDistributor**](docs/DistributorV1Api.md#getdistributor) | **GET** /v1/distributors/{code} | Get billing information about a distributor
|
|
59
60
|
*DistributorV1Api* | [**listDistributors**](docs/DistributorV1Api.md#listdistributors) | **GET** /v1/distributors | List all available distributors
|
|
60
61
|
*DistributorV1Api* | [**updateBillingRule**](docs/DistributorV1Api.md#updatebillingrule) | **PUT** /v1/distributors/{code}/profiles/{profile}/billingRules/{uuid} | Update a billing rule\'s services and addons
|
|
@@ -105,6 +106,8 @@ All URIs are relative to *http://../..*
|
|
|
105
106
|
- [V1CreateChargebeeV1PortalSessionPayload](docs/V1CreateChargebeeV1PortalSessionPayload.md)
|
|
106
107
|
- [V1CreateDistributorPayload](docs/V1CreateDistributorPayload.md)
|
|
107
108
|
- [V1CreateOrUpdateChargebeeV1SubscriptionPayload](docs/V1CreateOrUpdateChargebeeV1SubscriptionPayload.md)
|
|
109
|
+
- [V1DefaultBillingRule](docs/V1DefaultBillingRule.md)
|
|
110
|
+
- [V1DefaultBillingRules](docs/V1DefaultBillingRules.md)
|
|
108
111
|
- [V1Distributor](docs/V1Distributor.md)
|
|
109
112
|
- [V1DistributorList](docs/V1DistributorList.md)
|
|
110
113
|
- [V1Organization](docs/V1Organization.md)
|
|
@@ -148,8 +151,8 @@ This TypeScript SDK client supports the [Fetch API](https://fetch.spec.whatwg.or
|
|
|
148
151
|
and is automatically generated by the
|
|
149
152
|
[OpenAPI Generator](https://openapi-generator.tech) project:
|
|
150
153
|
|
|
151
|
-
- API version: `3.
|
|
152
|
-
- Package version: `3.
|
|
154
|
+
- API version: `3.8.0`
|
|
155
|
+
- Package version: `3.8.0`
|
|
153
156
|
- Generator version: `7.20.0-equisoft1`
|
|
154
157
|
- Build package: `org.openapitools.codegen.languages.TypeScriptFetchClientCodegen`
|
|
155
158
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Billing
|
|
3
3
|
* Micro-Service to handle billing
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 3.
|
|
5
|
+
* The version of the OpenAPI document: 3.8.0
|
|
6
6
|
* Contact: customersuccess@equisoft.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/apis/AddonV1Api.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Billing
|
|
6
6
|
* Micro-Service to handle billing
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 3.
|
|
8
|
+
* The version of the OpenAPI document: 3.8.0
|
|
9
9
|
* Contact: customersuccess@equisoft.com
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Billing
|
|
3
3
|
* Micro-Service to handle billing
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 3.
|
|
5
|
+
* The version of the OpenAPI document: 3.8.0
|
|
6
6
|
* Contact: customersuccess@equisoft.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Billing
|
|
6
6
|
* Micro-Service to handle billing
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 3.
|
|
8
|
+
* The version of the OpenAPI document: 3.8.0
|
|
9
9
|
* Contact: customersuccess@equisoft.com
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Billing
|
|
3
3
|
* Micro-Service to handle billing
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 3.
|
|
5
|
+
* The version of the OpenAPI document: 3.8.0
|
|
6
6
|
* Contact: customersuccess@equisoft.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import * as runtime from '../runtime';
|
|
13
|
-
import type { V1CreateBillingRulePayload, V1CreateDistributorPayload, V1Distributor, V1DistributorList, V1UpdateBillingRulePayload, V1UpdateBillingRulePriorityPayload, V1UpdateDistributorPayload } from '../models/index';
|
|
13
|
+
import type { V1CreateBillingRulePayload, V1CreateDistributorPayload, V1DefaultBillingRules, V1Distributor, V1DistributorList, V1UpdateBillingRulePayload, V1UpdateBillingRulePriorityPayload, V1UpdateDistributorPayload } from '../models/index';
|
|
14
14
|
export interface CreateBillingRuleRequest {
|
|
15
15
|
code: string;
|
|
16
16
|
profile: string;
|
|
@@ -98,6 +98,16 @@ export declare class DistributorV1Api extends runtime.BaseAPI {
|
|
|
98
98
|
* Delete a distributor and its non-shared billing rules
|
|
99
99
|
*/
|
|
100
100
|
deleteDistributor(requestParameters: DeleteDistributorRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
101
|
+
/**
|
|
102
|
+
* Creates request options for getDefaultBillingRules without sending the request
|
|
103
|
+
*/
|
|
104
|
+
getDefaultBillingRulesRequestOpts(): Promise<runtime.RequestOpts>;
|
|
105
|
+
/**
|
|
106
|
+
*/
|
|
107
|
+
getDefaultBillingRulesRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<V1DefaultBillingRules>>;
|
|
108
|
+
/**
|
|
109
|
+
*/
|
|
110
|
+
getDefaultBillingRules(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<V1DefaultBillingRules>;
|
|
101
111
|
/**
|
|
102
112
|
* Creates request options for getDistributor without sending the request
|
|
103
113
|
*/
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Billing
|
|
6
6
|
* Micro-Service to handle billing
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 3.
|
|
8
|
+
* The version of the OpenAPI document: 3.8.0
|
|
9
9
|
* Contact: customersuccess@equisoft.com
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -232,6 +232,47 @@ class DistributorV1Api extends runtime.BaseAPI {
|
|
|
232
232
|
yield this.deleteDistributorRaw(requestParameters, initOverrides);
|
|
233
233
|
});
|
|
234
234
|
}
|
|
235
|
+
/**
|
|
236
|
+
* Creates request options for getDefaultBillingRules without sending the request
|
|
237
|
+
*/
|
|
238
|
+
getDefaultBillingRulesRequestOpts() {
|
|
239
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
240
|
+
const queryParameters = {};
|
|
241
|
+
const headerParameters = {};
|
|
242
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
243
|
+
// oauth required
|
|
244
|
+
const token = this.configuration.accessToken;
|
|
245
|
+
const tokenString = yield token("OAuth2", []);
|
|
246
|
+
if (tokenString) {
|
|
247
|
+
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
248
|
+
}
|
|
249
|
+
}
|
|
250
|
+
let urlPath = `/v1/distributors/defaultBillingRules`;
|
|
251
|
+
return {
|
|
252
|
+
path: urlPath,
|
|
253
|
+
method: 'GET',
|
|
254
|
+
headers: headerParameters,
|
|
255
|
+
query: queryParameters,
|
|
256
|
+
};
|
|
257
|
+
});
|
|
258
|
+
}
|
|
259
|
+
/**
|
|
260
|
+
*/
|
|
261
|
+
getDefaultBillingRulesRaw(initOverrides) {
|
|
262
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
263
|
+
const requestOptions = yield this.getDefaultBillingRulesRequestOpts();
|
|
264
|
+
const response = yield this.request(requestOptions, initOverrides);
|
|
265
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => (0, index_1.V1DefaultBillingRulesFromJSON)(jsonValue));
|
|
266
|
+
});
|
|
267
|
+
}
|
|
268
|
+
/**
|
|
269
|
+
*/
|
|
270
|
+
getDefaultBillingRules(initOverrides) {
|
|
271
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
272
|
+
const response = yield this.getDefaultBillingRulesRaw(initOverrides);
|
|
273
|
+
return yield response.value();
|
|
274
|
+
});
|
|
275
|
+
}
|
|
235
276
|
/**
|
|
236
277
|
* Creates request options for getDistributor without sending the request
|
|
237
278
|
*/
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Billing
|
|
3
3
|
* Micro-Service to handle billing
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 3.
|
|
5
|
+
* The version of the OpenAPI document: 3.8.0
|
|
6
6
|
* Contact: customersuccess@equisoft.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Billing
|
|
6
6
|
* Micro-Service to handle billing
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 3.
|
|
8
|
+
* The version of the OpenAPI document: 3.8.0
|
|
9
9
|
* Contact: customersuccess@equisoft.com
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/apis/UserV1Api.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Billing
|
|
3
3
|
* Micro-Service to handle billing
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 3.
|
|
5
|
+
* The version of the OpenAPI document: 3.8.0
|
|
6
6
|
* Contact: customersuccess@equisoft.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/apis/UserV1Api.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Billing
|
|
6
6
|
* Micro-Service to handle billing
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 3.
|
|
8
|
+
* The version of the OpenAPI document: 3.8.0
|
|
9
9
|
* Contact: customersuccess@equisoft.com
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Billing
|
|
3
3
|
* Micro-Service to handle billing
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 3.
|
|
5
|
+
* The version of the OpenAPI document: 3.8.0
|
|
6
6
|
* Contact: customersuccess@equisoft.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Billing
|
|
5
5
|
* Micro-Service to handle billing
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 3.
|
|
7
|
+
* The version of the OpenAPI document: 3.8.0
|
|
8
8
|
* Contact: customersuccess@equisoft.com
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Billing
|
|
3
3
|
* Micro-Service to handle billing
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 3.
|
|
5
|
+
* The version of the OpenAPI document: 3.8.0
|
|
6
6
|
* Contact: customersuccess@equisoft.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Billing
|
|
5
5
|
* Micro-Service to handle billing
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 3.
|
|
7
|
+
* The version of the OpenAPI document: 3.8.0
|
|
8
8
|
* Contact: customersuccess@equisoft.com
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Billing
|
|
3
3
|
* Micro-Service to handle billing
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 3.
|
|
5
|
+
* The version of the OpenAPI document: 3.8.0
|
|
6
6
|
* Contact: customersuccess@equisoft.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import * as runtime from '../runtime';
|
|
13
|
-
import type { V1CreateBillingRulePayload, V1CreateDistributorPayload, V1Distributor, V1DistributorList, V1UpdateBillingRulePayload, V1UpdateBillingRulePriorityPayload, V1UpdateDistributorPayload } from '../models/index';
|
|
13
|
+
import type { V1CreateBillingRulePayload, V1CreateDistributorPayload, V1DefaultBillingRules, V1Distributor, V1DistributorList, V1UpdateBillingRulePayload, V1UpdateBillingRulePriorityPayload, V1UpdateDistributorPayload } from '../models/index';
|
|
14
14
|
export interface CreateBillingRuleRequest {
|
|
15
15
|
code: string;
|
|
16
16
|
profile: string;
|
|
@@ -98,6 +98,16 @@ export declare class DistributorV1Api extends runtime.BaseAPI {
|
|
|
98
98
|
* Delete a distributor and its non-shared billing rules
|
|
99
99
|
*/
|
|
100
100
|
deleteDistributor(requestParameters: DeleteDistributorRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
|
|
101
|
+
/**
|
|
102
|
+
* Creates request options for getDefaultBillingRules without sending the request
|
|
103
|
+
*/
|
|
104
|
+
getDefaultBillingRulesRequestOpts(): Promise<runtime.RequestOpts>;
|
|
105
|
+
/**
|
|
106
|
+
*/
|
|
107
|
+
getDefaultBillingRulesRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<V1DefaultBillingRules>>;
|
|
108
|
+
/**
|
|
109
|
+
*/
|
|
110
|
+
getDefaultBillingRules(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<V1DefaultBillingRules>;
|
|
101
111
|
/**
|
|
102
112
|
* Creates request options for getDistributor without sending the request
|
|
103
113
|
*/
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Billing
|
|
5
5
|
* Micro-Service to handle billing
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 3.
|
|
7
|
+
* The version of the OpenAPI document: 3.8.0
|
|
8
8
|
* Contact: customersuccess@equisoft.com
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -21,7 +21,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
21
21
|
});
|
|
22
22
|
};
|
|
23
23
|
import * as runtime from '../runtime';
|
|
24
|
-
import { V1CreateBillingRulePayloadFromJSON, V1CreateBillingRulePayloadToJSON, V1CreateDistributorPayloadToJSON, V1DistributorFromJSON, V1DistributorListFromJSON, V1UpdateBillingRulePayloadToJSON, V1UpdateBillingRulePriorityPayloadToJSON, V1UpdateDistributorPayloadToJSON, } from '../models/index';
|
|
24
|
+
import { V1CreateBillingRulePayloadFromJSON, V1CreateBillingRulePayloadToJSON, V1CreateDistributorPayloadToJSON, V1DefaultBillingRulesFromJSON, V1DistributorFromJSON, V1DistributorListFromJSON, V1UpdateBillingRulePayloadToJSON, V1UpdateBillingRulePriorityPayloadToJSON, V1UpdateDistributorPayloadToJSON, } from '../models/index';
|
|
25
25
|
/**
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
@@ -229,6 +229,47 @@ export class DistributorV1Api extends runtime.BaseAPI {
|
|
|
229
229
|
yield this.deleteDistributorRaw(requestParameters, initOverrides);
|
|
230
230
|
});
|
|
231
231
|
}
|
|
232
|
+
/**
|
|
233
|
+
* Creates request options for getDefaultBillingRules without sending the request
|
|
234
|
+
*/
|
|
235
|
+
getDefaultBillingRulesRequestOpts() {
|
|
236
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
237
|
+
const queryParameters = {};
|
|
238
|
+
const headerParameters = {};
|
|
239
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
240
|
+
// oauth required
|
|
241
|
+
const token = this.configuration.accessToken;
|
|
242
|
+
const tokenString = yield token("OAuth2", []);
|
|
243
|
+
if (tokenString) {
|
|
244
|
+
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
245
|
+
}
|
|
246
|
+
}
|
|
247
|
+
let urlPath = `/v1/distributors/defaultBillingRules`;
|
|
248
|
+
return {
|
|
249
|
+
path: urlPath,
|
|
250
|
+
method: 'GET',
|
|
251
|
+
headers: headerParameters,
|
|
252
|
+
query: queryParameters,
|
|
253
|
+
};
|
|
254
|
+
});
|
|
255
|
+
}
|
|
256
|
+
/**
|
|
257
|
+
*/
|
|
258
|
+
getDefaultBillingRulesRaw(initOverrides) {
|
|
259
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
260
|
+
const requestOptions = yield this.getDefaultBillingRulesRequestOpts();
|
|
261
|
+
const response = yield this.request(requestOptions, initOverrides);
|
|
262
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => V1DefaultBillingRulesFromJSON(jsonValue));
|
|
263
|
+
});
|
|
264
|
+
}
|
|
265
|
+
/**
|
|
266
|
+
*/
|
|
267
|
+
getDefaultBillingRules(initOverrides) {
|
|
268
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
269
|
+
const response = yield this.getDefaultBillingRulesRaw(initOverrides);
|
|
270
|
+
return yield response.value();
|
|
271
|
+
});
|
|
272
|
+
}
|
|
232
273
|
/**
|
|
233
274
|
* Creates request options for getDistributor without sending the request
|
|
234
275
|
*/
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Billing
|
|
3
3
|
* Micro-Service to handle billing
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 3.
|
|
5
|
+
* The version of the OpenAPI document: 3.8.0
|
|
6
6
|
* Contact: customersuccess@equisoft.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Billing
|
|
5
5
|
* Micro-Service to handle billing
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 3.
|
|
7
|
+
* The version of the OpenAPI document: 3.8.0
|
|
8
8
|
* Contact: customersuccess@equisoft.com
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Billing
|
|
3
3
|
* Micro-Service to handle billing
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 3.
|
|
5
|
+
* The version of the OpenAPI document: 3.8.0
|
|
6
6
|
* Contact: customersuccess@equisoft.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Billing
|
|
5
5
|
* Micro-Service to handle billing
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 3.
|
|
7
|
+
* The version of the OpenAPI document: 3.8.0
|
|
8
8
|
* Contact: customersuccess@equisoft.com
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Billing
|
|
3
3
|
* Micro-Service to handle billing
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 3.
|
|
5
|
+
* The version of the OpenAPI document: 3.8.0
|
|
6
6
|
* Contact: customersuccess@equisoft.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Billing
|
|
5
5
|
* Micro-Service to handle billing
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 3.
|
|
7
|
+
* The version of the OpenAPI document: 3.8.0
|
|
8
8
|
* Contact: customersuccess@equisoft.com
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Billing
|
|
3
3
|
* Micro-Service to handle billing
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 3.
|
|
5
|
+
* The version of the OpenAPI document: 3.8.0
|
|
6
6
|
* Contact: customersuccess@equisoft.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Billing
|
|
5
5
|
* Micro-Service to handle billing
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 3.
|
|
7
|
+
* The version of the OpenAPI document: 3.8.0
|
|
8
8
|
* Contact: customersuccess@equisoft.com
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Billing
|
|
3
3
|
* Micro-Service to handle billing
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 3.
|
|
5
|
+
* The version of the OpenAPI document: 3.8.0
|
|
6
6
|
* Contact: customersuccess@equisoft.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Billing
|
|
5
5
|
* Micro-Service to handle billing
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 3.
|
|
7
|
+
* The version of the OpenAPI document: 3.8.0
|
|
8
8
|
* Contact: customersuccess@equisoft.com
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Billing
|
|
3
3
|
* Micro-Service to handle billing
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 3.
|
|
5
|
+
* The version of the OpenAPI document: 3.8.0
|
|
6
6
|
* Contact: customersuccess@equisoft.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Billing
|
|
5
5
|
* Micro-Service to handle billing
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 3.
|
|
7
|
+
* The version of the OpenAPI document: 3.8.0
|
|
8
8
|
* Contact: customersuccess@equisoft.com
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Billing
|
|
3
3
|
* Micro-Service to handle billing
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 3.
|
|
5
|
+
* The version of the OpenAPI document: 3.8.0
|
|
6
6
|
* Contact: customersuccess@equisoft.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Billing
|
|
5
5
|
* Micro-Service to handle billing
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 3.
|
|
7
|
+
* The version of the OpenAPI document: 3.8.0
|
|
8
8
|
* Contact: customersuccess@equisoft.com
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Billing
|
|
3
3
|
* Micro-Service to handle billing
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 3.
|
|
5
|
+
* The version of the OpenAPI document: 3.8.0
|
|
6
6
|
* Contact: customersuccess@equisoft.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Billing
|
|
5
5
|
* Micro-Service to handle billing
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 3.
|
|
7
|
+
* The version of the OpenAPI document: 3.8.0
|
|
8
8
|
* Contact: customersuccess@equisoft.com
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Billing
|
|
3
3
|
* Micro-Service to handle billing
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 3.
|
|
5
|
+
* The version of the OpenAPI document: 3.8.0
|
|
6
6
|
* Contact: customersuccess@equisoft.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Billing
|
|
5
5
|
* Micro-Service to handle billing
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 3.
|
|
7
|
+
* The version of the OpenAPI document: 3.8.0
|
|
8
8
|
* Contact: customersuccess@equisoft.com
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Billing
|
|
3
3
|
* Micro-Service to handle billing
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 3.
|
|
5
|
+
* The version of the OpenAPI document: 3.8.0
|
|
6
6
|
* Contact: customersuccess@equisoft.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -16,18 +16,12 @@ import type { V1Addon } from './V1Addon';
|
|
|
16
16
|
* @interface V1BillingRule
|
|
17
17
|
*/
|
|
18
18
|
export interface V1BillingRule {
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
* @type {boolean}
|
|
22
|
-
* @memberof V1BillingRule
|
|
23
|
-
*/
|
|
24
|
-
_default: boolean;
|
|
25
19
|
/**
|
|
26
20
|
*
|
|
27
21
|
* @type {string}
|
|
28
22
|
* @memberof V1BillingRule
|
|
29
23
|
*/
|
|
30
|
-
uuid
|
|
24
|
+
uuid: string;
|
|
31
25
|
/**
|
|
32
26
|
*
|
|
33
27
|
* @type {number}
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Billing
|
|
5
5
|
* Micro-Service to handle billing
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 3.
|
|
7
|
+
* The version of the OpenAPI document: 3.8.0
|
|
8
8
|
* Contact: customersuccess@equisoft.com
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -16,7 +16,7 @@ import { V1AddonFromJSON, V1AddonToJSON, } from './V1Addon';
|
|
|
16
16
|
* Check if a given object implements the V1BillingRule interface.
|
|
17
17
|
*/
|
|
18
18
|
export function instanceOfV1BillingRule(value) {
|
|
19
|
-
if (!('
|
|
19
|
+
if (!('uuid' in value) || value['uuid'] === undefined)
|
|
20
20
|
return false;
|
|
21
21
|
if (!('priority' in value) || value['priority'] === undefined)
|
|
22
22
|
return false;
|
|
@@ -36,8 +36,7 @@ export function V1BillingRuleFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
36
36
|
return json;
|
|
37
37
|
}
|
|
38
38
|
return {
|
|
39
|
-
'
|
|
40
|
-
'uuid': json['uuid'] == null ? undefined : json['uuid'],
|
|
39
|
+
'uuid': json['uuid'],
|
|
41
40
|
'priority': json['priority'],
|
|
42
41
|
'shared': json['shared'],
|
|
43
42
|
'services': json['services'],
|
|
@@ -52,7 +51,6 @@ export function V1BillingRuleToJSONTyped(value, ignoreDiscriminator = false) {
|
|
|
52
51
|
return value;
|
|
53
52
|
}
|
|
54
53
|
return {
|
|
55
|
-
'default': value['_default'],
|
|
56
54
|
'uuid': value['uuid'],
|
|
57
55
|
'priority': value['priority'],
|
|
58
56
|
'shared': value['shared'],
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Billing
|
|
3
3
|
* Micro-Service to handle billing
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 3.
|
|
5
|
+
* The version of the OpenAPI document: 3.8.0
|
|
6
6
|
* Contact: customersuccess@equisoft.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Billing
|
|
5
5
|
* Micro-Service to handle billing
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 3.
|
|
7
|
+
* The version of the OpenAPI document: 3.8.0
|
|
8
8
|
* Contact: customersuccess@equisoft.com
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Billing
|
|
3
3
|
* Micro-Service to handle billing
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 3.
|
|
5
|
+
* The version of the OpenAPI document: 3.8.0
|
|
6
6
|
* Contact: customersuccess@equisoft.com
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|