@vendasta/billing 12.16.0 → 12.18.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.
Files changed (159) hide show
  1. package/{esm2020 → esm2022}/lib/_generated/host.service.mjs +4 -4
  2. package/{esm2020 → esm2022}/lib/_internal/bank-reconciliation.api.service.mjs +5 -5
  3. package/{esm2020 → esm2022}/lib/_internal/billing.api.service.mjs +5 -5
  4. package/{esm2020 → esm2022}/lib/_internal/bundle.api.service.mjs +5 -5
  5. package/{esm2020 → esm2022}/lib/_internal/contract-document.api.service.mjs +5 -5
  6. package/{esm2020 → esm2022}/lib/_internal/contract.api.service.mjs +5 -5
  7. package/{esm2020 → esm2022}/lib/_internal/credit.api.service.mjs +5 -5
  8. package/{esm2020 → esm2022}/lib/_internal/discount.api.service.mjs +5 -5
  9. package/esm2022/lib/_internal/enums/billable-item.enum.mjs +19 -0
  10. package/esm2022/lib/_internal/enums/index.mjs +35 -0
  11. package/esm2022/lib/_internal/interfaces/billable-item.interface.mjs +2 -0
  12. package/{esm2020 → esm2022}/lib/_internal/invoice.api.service.mjs +5 -5
  13. package/{esm2020 → esm2022}/lib/_internal/merchant.api.service.mjs +5 -5
  14. package/esm2022/lib/_internal/objects/billable-item.mjs +835 -0
  15. package/{esm2020 → esm2022}/lib/_internal/payment-method.api.service.mjs +5 -5
  16. package/{esm2020 → esm2022}/lib/_internal/payment.api.service.mjs +5 -5
  17. package/{esm2020 → esm2022}/lib/_internal/pricing.api.service.mjs +5 -5
  18. package/{esm2020 → esm2022}/lib/_internal/product-summary.api.service.mjs +5 -5
  19. package/{esm2020 → esm2022}/lib/_internal/product.api.service.mjs +5 -5
  20. package/{esm2020 → esm2022}/lib/_internal/purchase.api.service.mjs +5 -5
  21. package/{esm2020 → esm2022}/lib/_internal/recurring-invoice.api.service.mjs +5 -5
  22. package/{esm2020 → esm2022}/lib/_internal/refund.api.service.mjs +5 -5
  23. package/{esm2020 → esm2022}/lib/_internal/retail-customer-configuration.api.service.mjs +5 -5
  24. package/{esm2020 → esm2022}/lib/_internal/sales-credit-note.api.service.mjs +5 -5
  25. package/{esm2020 → esm2022}/lib/_internal/sales-invoice.api.service.mjs +5 -5
  26. package/{esm2020 → esm2022}/lib/_internal/subscription-relationship.api.service.mjs +5 -5
  27. package/{esm2020 → esm2022}/lib/_internal/tax.api.service.mjs +5 -5
  28. package/{esm2020 → esm2022}/lib/_internal/vendor.api.service.mjs +5 -5
  29. package/{fesm2020 → fesm2022}/vendasta-billing.mjs +238 -96
  30. package/fesm2022/vendasta-billing.mjs.map +1 -0
  31. package/lib/_internal/enums/billable-item.enum.d.ts +5 -0
  32. package/lib/_internal/enums/index.d.ts +1 -1
  33. package/lib/_internal/interfaces/billable-item.interface.d.ts +1 -0
  34. package/lib/_internal/objects/billable-item.d.ts +1 -0
  35. package/package.json +7 -13
  36. package/esm2020/lib/_internal/enums/billable-item.enum.mjs +0 -13
  37. package/esm2020/lib/_internal/enums/index.mjs +0 -35
  38. package/esm2020/lib/_internal/interfaces/billable-item.interface.mjs +0 -2
  39. package/esm2020/lib/_internal/objects/billable-item.mjs +0 -829
  40. package/fesm2015/vendasta-billing.mjs +0 -15963
  41. package/fesm2015/vendasta-billing.mjs.map +0 -1
  42. package/fesm2020/vendasta-billing.mjs.map +0 -1
  43. /package/{esm2020 → esm2022}/lib/_generated/index.mjs +0 -0
  44. /package/{esm2020 → esm2022}/lib/_internal/enums/applied-discount.enum.mjs +0 -0
  45. /package/{esm2020 → esm2022}/lib/_internal/enums/card.enum.mjs +0 -0
  46. /package/{esm2020 → esm2022}/lib/_internal/enums/contract.enum.mjs +0 -0
  47. /package/{esm2020 → esm2022}/lib/_internal/enums/currency.enum.mjs +0 -0
  48. /package/{esm2020 → esm2022}/lib/_internal/enums/fee.enum.mjs +0 -0
  49. /package/{esm2020 → esm2022}/lib/_internal/enums/frequency.enum.mjs +0 -0
  50. /package/{esm2020 → esm2022}/lib/_internal/enums/invoice.enum.mjs +0 -0
  51. /package/{esm2020 → esm2022}/lib/_internal/enums/merchant-report.enum.mjs +0 -0
  52. /package/{esm2020 → esm2022}/lib/_internal/enums/merchant.enum.mjs +0 -0
  53. /package/{esm2020 → esm2022}/lib/_internal/enums/month.enum.mjs +0 -0
  54. /package/{esm2020 → esm2022}/lib/_internal/enums/payment-card.enum.mjs +0 -0
  55. /package/{esm2020 → esm2022}/lib/_internal/enums/payment-processor.enum.mjs +0 -0
  56. /package/{esm2020 → esm2022}/lib/_internal/enums/payment.enum.mjs +0 -0
  57. /package/{esm2020 → esm2022}/lib/_internal/enums/payout.enum.mjs +0 -0
  58. /package/{esm2020 → esm2022}/lib/_internal/enums/pricing-plan.enum.mjs +0 -0
  59. /package/{esm2020 → esm2022}/lib/_internal/enums/product-summary.enum.mjs +0 -0
  60. /package/{esm2020 → esm2022}/lib/_internal/enums/product.enum.mjs +0 -0
  61. /package/{esm2020 → esm2022}/lib/_internal/enums/purchase.enum.mjs +0 -0
  62. /package/{esm2020 → esm2022}/lib/_internal/enums/recurring-invoice.enum.mjs +0 -0
  63. /package/{esm2020 → esm2022}/lib/_internal/enums/refund.enum.mjs +0 -0
  64. /package/{esm2020 → esm2022}/lib/_internal/enums/report-run.enum.mjs +0 -0
  65. /package/{esm2020 → esm2022}/lib/_internal/enums/sales-credit-note.enum.mjs +0 -0
  66. /package/{esm2020 → esm2022}/lib/_internal/enums/sales-invoice.enum.mjs +0 -0
  67. /package/{esm2020 → esm2022}/lib/_internal/enums/sort-direction.enum.mjs +0 -0
  68. /package/{esm2020 → esm2022}/lib/_internal/enums/subscribe-validation.enum.mjs +0 -0
  69. /package/{esm2020 → esm2022}/lib/_internal/enums/subscription-relationship.enum.mjs +0 -0
  70. /package/{esm2020 → esm2022}/lib/_internal/enums/subscription.enum.mjs +0 -0
  71. /package/{esm2020 → esm2022}/lib/_internal/index.mjs +0 -0
  72. /package/{esm2020 → esm2022}/lib/_internal/interfaces/annotations.interface.mjs +0 -0
  73. /package/{esm2020 → esm2022}/lib/_internal/interfaces/api.interface.mjs +0 -0
  74. /package/{esm2020 → esm2022}/lib/_internal/interfaces/applied-bundle.interface.mjs +0 -0
  75. /package/{esm2020 → esm2022}/lib/_internal/interfaces/applied-discount.interface.mjs +0 -0
  76. /package/{esm2020 → esm2022}/lib/_internal/interfaces/applied-tax-rate.interface.mjs +0 -0
  77. /package/{esm2020 → esm2022}/lib/_internal/interfaces/balance.interface.mjs +0 -0
  78. /package/{esm2020 → esm2022}/lib/_internal/interfaces/bundle.interface.mjs +0 -0
  79. /package/{esm2020 → esm2022}/lib/_internal/interfaces/commitment.interface.mjs +0 -0
  80. /package/{esm2020 → esm2022}/lib/_internal/interfaces/common.interface.mjs +0 -0
  81. /package/{esm2020 → esm2022}/lib/_internal/interfaces/contract-document.interface.mjs +0 -0
  82. /package/{esm2020 → esm2022}/lib/_internal/interfaces/contract.interface.mjs +0 -0
  83. /package/{esm2020 → esm2022}/lib/_internal/interfaces/credit.interface.mjs +0 -0
  84. /package/{esm2020 → esm2022}/lib/_internal/interfaces/customer-summary.interface.mjs +0 -0
  85. /package/{esm2020 → esm2022}/lib/_internal/interfaces/date-range.interface.mjs +0 -0
  86. /package/{esm2020 → esm2022}/lib/_internal/interfaces/discount.interface.mjs +0 -0
  87. /package/{esm2020 → esm2022}/lib/_internal/interfaces/external-account.interface.mjs +0 -0
  88. /package/{esm2020 → esm2022}/lib/_internal/interfaces/fee.interface.mjs +0 -0
  89. /package/{esm2020 → esm2022}/lib/_internal/interfaces/field-mask.interface.mjs +0 -0
  90. /package/{esm2020 → esm2022}/lib/_internal/interfaces/index.mjs +0 -0
  91. /package/{esm2020 → esm2022}/lib/_internal/interfaces/invoice.interface.mjs +0 -0
  92. /package/{esm2020 → esm2022}/lib/_internal/interfaces/merchant-report.interface.mjs +0 -0
  93. /package/{esm2020 → esm2022}/lib/_internal/interfaces/merchant.interface.mjs +0 -0
  94. /package/{esm2020 → esm2022}/lib/_internal/interfaces/metered-component.interface.mjs +0 -0
  95. /package/{esm2020 → esm2022}/lib/_internal/interfaces/payment-card.interface.mjs +0 -0
  96. /package/{esm2020 → esm2022}/lib/_internal/interfaces/payment.interface.mjs +0 -0
  97. /package/{esm2020 → esm2022}/lib/_internal/interfaces/payout.interface.mjs +0 -0
  98. /package/{esm2020 → esm2022}/lib/_internal/interfaces/pricing-plan-product.interface.mjs +0 -0
  99. /package/{esm2020 → esm2022}/lib/_internal/interfaces/pricing-plan.interface.mjs +0 -0
  100. /package/{esm2020 → esm2022}/lib/_internal/interfaces/product-pricing.interface.mjs +0 -0
  101. /package/{esm2020 → esm2022}/lib/_internal/interfaces/product-summary.interface.mjs +0 -0
  102. /package/{esm2020 → esm2022}/lib/_internal/interfaces/product.interface.mjs +0 -0
  103. /package/{esm2020 → esm2022}/lib/_internal/interfaces/purchase.interface.mjs +0 -0
  104. /package/{esm2020 → esm2022}/lib/_internal/interfaces/recurring-invoice.interface.mjs +0 -0
  105. /package/{esm2020 → esm2022}/lib/_internal/interfaces/refund.interface.mjs +0 -0
  106. /package/{esm2020 → esm2022}/lib/_internal/interfaces/report-run.interface.mjs +0 -0
  107. /package/{esm2020 → esm2022}/lib/_internal/interfaces/retail-customer-configuration.interface.mjs +0 -0
  108. /package/{esm2020 → esm2022}/lib/_internal/interfaces/sales-credit-note.interface.mjs +0 -0
  109. /package/{esm2020 → esm2022}/lib/_internal/interfaces/sales-invoice.interface.mjs +0 -0
  110. /package/{esm2020 → esm2022}/lib/_internal/interfaces/subscribe-validation.interface.mjs +0 -0
  111. /package/{esm2020 → esm2022}/lib/_internal/interfaces/subscription-relationship.interface.mjs +0 -0
  112. /package/{esm2020 → esm2022}/lib/_internal/interfaces/subscription.interface.mjs +0 -0
  113. /package/{esm2020 → esm2022}/lib/_internal/interfaces/tax-rate.interface.mjs +0 -0
  114. /package/{esm2020 → esm2022}/lib/_internal/objects/annotations.mjs +0 -0
  115. /package/{esm2020 → esm2022}/lib/_internal/objects/api.mjs +0 -0
  116. /package/{esm2020 → esm2022}/lib/_internal/objects/applied-bundle.mjs +0 -0
  117. /package/{esm2020 → esm2022}/lib/_internal/objects/applied-discount.mjs +0 -0
  118. /package/{esm2020 → esm2022}/lib/_internal/objects/applied-tax-rate.mjs +0 -0
  119. /package/{esm2020 → esm2022}/lib/_internal/objects/balance.mjs +0 -0
  120. /package/{esm2020 → esm2022}/lib/_internal/objects/bundle.mjs +0 -0
  121. /package/{esm2020 → esm2022}/lib/_internal/objects/commitment.mjs +0 -0
  122. /package/{esm2020 → esm2022}/lib/_internal/objects/common.mjs +0 -0
  123. /package/{esm2020 → esm2022}/lib/_internal/objects/contract-document.mjs +0 -0
  124. /package/{esm2020 → esm2022}/lib/_internal/objects/contract.mjs +0 -0
  125. /package/{esm2020 → esm2022}/lib/_internal/objects/credit.mjs +0 -0
  126. /package/{esm2020 → esm2022}/lib/_internal/objects/customer-summary.mjs +0 -0
  127. /package/{esm2020 → esm2022}/lib/_internal/objects/date-range.mjs +0 -0
  128. /package/{esm2020 → esm2022}/lib/_internal/objects/discount.mjs +0 -0
  129. /package/{esm2020 → esm2022}/lib/_internal/objects/external-account.mjs +0 -0
  130. /package/{esm2020 → esm2022}/lib/_internal/objects/fee.mjs +0 -0
  131. /package/{esm2020 → esm2022}/lib/_internal/objects/field-mask.mjs +0 -0
  132. /package/{esm2020 → esm2022}/lib/_internal/objects/index.mjs +0 -0
  133. /package/{esm2020 → esm2022}/lib/_internal/objects/invoice.mjs +0 -0
  134. /package/{esm2020 → esm2022}/lib/_internal/objects/merchant-report.mjs +0 -0
  135. /package/{esm2020 → esm2022}/lib/_internal/objects/merchant.mjs +0 -0
  136. /package/{esm2020 → esm2022}/lib/_internal/objects/metered-component.mjs +0 -0
  137. /package/{esm2020 → esm2022}/lib/_internal/objects/payment-card.mjs +0 -0
  138. /package/{esm2020 → esm2022}/lib/_internal/objects/payment.mjs +0 -0
  139. /package/{esm2020 → esm2022}/lib/_internal/objects/payout.mjs +0 -0
  140. /package/{esm2020 → esm2022}/lib/_internal/objects/pricing-plan-product.mjs +0 -0
  141. /package/{esm2020 → esm2022}/lib/_internal/objects/pricing-plan.mjs +0 -0
  142. /package/{esm2020 → esm2022}/lib/_internal/objects/product-pricing.mjs +0 -0
  143. /package/{esm2020 → esm2022}/lib/_internal/objects/product-summary.mjs +0 -0
  144. /package/{esm2020 → esm2022}/lib/_internal/objects/product.mjs +0 -0
  145. /package/{esm2020 → esm2022}/lib/_internal/objects/purchase.mjs +0 -0
  146. /package/{esm2020 → esm2022}/lib/_internal/objects/recurring-invoice.mjs +0 -0
  147. /package/{esm2020 → esm2022}/lib/_internal/objects/refund.mjs +0 -0
  148. /package/{esm2020 → esm2022}/lib/_internal/objects/report-run.mjs +0 -0
  149. /package/{esm2020 → esm2022}/lib/_internal/objects/retail-customer-configuration.mjs +0 -0
  150. /package/{esm2020 → esm2022}/lib/_internal/objects/sales-credit-note.mjs +0 -0
  151. /package/{esm2020 → esm2022}/lib/_internal/objects/sales-invoice.mjs +0 -0
  152. /package/{esm2020 → esm2022}/lib/_internal/objects/subscribe-validation.mjs +0 -0
  153. /package/{esm2020 → esm2022}/lib/_internal/objects/subscription-relationship.mjs +0 -0
  154. /package/{esm2020 → esm2022}/lib/_internal/objects/subscription.mjs +0 -0
  155. /package/{esm2020 → esm2022}/lib/_internal/objects/tax-rate.mjs +0 -0
  156. /package/{esm2020 → esm2022}/lib/currency-conversion-rate.mjs +0 -0
  157. /package/{esm2020 → esm2022}/lib/index.mjs +0 -0
  158. /package/{esm2020 → esm2022}/public_api.mjs +0 -0
  159. /package/{esm2020 → esm2022}/vendasta-billing.mjs +0 -0
@@ -99,6 +99,12 @@ var ProductPricingType;
99
99
  //
100
100
  // Enums.
101
101
  // *********************************
102
+ var Source;
103
+ (function (Source) {
104
+ Source[Source["SOURCE_UNSET"] = 0] = "SOURCE_UNSET";
105
+ Source[Source["SOURCE_SYSTEM"] = 1] = "SOURCE_SYSTEM";
106
+ Source[Source["SOURCE_USER"] = 2] = "SOURCE_USER";
107
+ })(Source || (Source = {}));
102
108
  var SubscriptionStatus;
103
109
  (function (SubscriptionStatus) {
104
110
  SubscriptionStatus[SubscriptionStatus["SUBSCRIPTION_STATUS_UNSET"] = 0] = "SUBSCRIPTION_STATUS_UNSET";
@@ -621,6 +627,11 @@ var RelationshipType;
621
627
  RelationshipType[RelationshipType["RELATIONSHIP_TYPE_ASSOCIATED_WITH"] = 1] = "RELATIONSHIP_TYPE_ASSOCIATED_WITH";
622
628
  })(RelationshipType || (RelationshipType = {}));
623
629
 
630
+ // *********************************
631
+ // Code generated by sdkgen
632
+ // DO NOT EDIT!.
633
+ //
634
+ // Enums Index.
624
635
  // *********************************
625
636
 
626
637
  function enumStringToValue$F(enumRef, value) {
@@ -1402,6 +1413,9 @@ class BillableItem {
1402
1413
  if (proto.deleted) {
1403
1414
  m.deleted = new Date(proto.deleted);
1404
1415
  }
1416
+ if (proto.source) {
1417
+ m.source = enumStringToValue$z(Source, proto.source);
1418
+ }
1405
1419
  return m;
1406
1420
  }
1407
1421
  constructor(kwargs) {
@@ -1475,6 +1489,9 @@ class BillableItem {
1475
1489
  if (typeof this.deleted !== 'undefined' && this.deleted !== null) {
1476
1490
  toReturn['deleted'] = 'toApiJson' in this.deleted ? this.deleted.toApiJson() : this.deleted;
1477
1491
  }
1492
+ if (typeof this.source !== 'undefined') {
1493
+ toReturn['source'] = this.source;
1494
+ }
1478
1495
  return toReturn;
1479
1496
  }
1480
1497
  }
@@ -14559,6 +14576,11 @@ class UpsertRetailPricingRequest {
14559
14576
  }
14560
14577
  }
14561
14578
 
14579
+ // *********************************
14580
+ // Code generated by sdkgen
14581
+ // DO NOT EDIT!.
14582
+ //
14583
+ // Objects Index.
14562
14584
  // *********************************
14563
14585
 
14564
14586
  const environment = (window ? window['environment'] : 'prod') ?? 'prod';
@@ -14576,14 +14598,19 @@ class HostService {
14576
14598
  get hostWithScheme() {
14577
14599
  return 'https://' + this.host;
14578
14600
  }
14601
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: HostService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
14602
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: HostService, providedIn: 'root' }); }
14579
14603
  }
14580
- HostService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: HostService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
14581
- HostService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: HostService, providedIn: 'root' });
14582
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: HostService, decorators: [{
14604
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: HostService, decorators: [{
14583
14605
  type: Injectable,
14584
14606
  args: [{ providedIn: 'root' }]
14585
14607
  }] });
14586
14608
 
14609
+ // *********************************
14610
+ // Code generated by sdkgen
14611
+ // DO NOT EDIT!.
14612
+ //
14613
+ // API Service.
14587
14614
  // *********************************
14588
14615
  class BankReconciliationApiService {
14589
14616
  constructor(http, hostService) {
@@ -14609,14 +14636,19 @@ class BankReconciliationApiService {
14609
14636
  return this.http.post(this._host + "/billing.v1.BankReconciliationService/ReconcilePayout", request.toApiJson(), this.apiOptions())
14610
14637
  .pipe(map(resp => ReconcilePayoutResponse.fromProto(resp)));
14611
14638
  }
14639
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: BankReconciliationApiService, deps: [{ token: i1.HttpClient }, { token: HostService }], target: i0.ɵɵFactoryTarget.Injectable }); }
14640
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: BankReconciliationApiService, providedIn: 'root' }); }
14612
14641
  }
14613
- BankReconciliationApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: BankReconciliationApiService, deps: [{ token: i1.HttpClient }, { token: HostService }], target: i0.ɵɵFactoryTarget.Injectable });
14614
- BankReconciliationApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: BankReconciliationApiService, providedIn: 'root' });
14615
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: BankReconciliationApiService, decorators: [{
14642
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: BankReconciliationApiService, decorators: [{
14616
14643
  type: Injectable,
14617
14644
  args: [{ providedIn: 'root' }]
14618
- }], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: HostService }]; } });
14645
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: HostService }] });
14619
14646
 
14647
+ // *********************************
14648
+ // Code generated by sdkgen
14649
+ // DO NOT EDIT!.
14650
+ //
14651
+ // API Service.
14620
14652
  // *********************************
14621
14653
  class BillingApiService {
14622
14654
  constructor(http, hostService) {
@@ -14840,14 +14872,19 @@ class BillingApiService {
14840
14872
  const request = (r.toApiJson) ? r : new StartRevRecTemplateBackfillRequest(r);
14841
14873
  return this.http.post(this._host + "/billing.v1.Billing/StartRevRecTemplateBackfill", request.toApiJson(), { ...this.apiOptions(), observe: 'response' });
14842
14874
  }
14875
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: BillingApiService, deps: [{ token: i1.HttpClient }, { token: HostService }], target: i0.ɵɵFactoryTarget.Injectable }); }
14876
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: BillingApiService, providedIn: 'root' }); }
14843
14877
  }
14844
- BillingApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: BillingApiService, deps: [{ token: i1.HttpClient }, { token: HostService }], target: i0.ɵɵFactoryTarget.Injectable });
14845
- BillingApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: BillingApiService, providedIn: 'root' });
14846
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: BillingApiService, decorators: [{
14878
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: BillingApiService, decorators: [{
14847
14879
  type: Injectable,
14848
14880
  args: [{ providedIn: 'root' }]
14849
- }], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: HostService }]; } });
14881
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: HostService }] });
14850
14882
 
14883
+ // *********************************
14884
+ // Code generated by sdkgen
14885
+ // DO NOT EDIT!.
14886
+ //
14887
+ // API Service.
14851
14888
  // *********************************
14852
14889
  class BundleApiService {
14853
14890
  constructor(http, hostService) {
@@ -14877,14 +14914,19 @@ class BundleApiService {
14877
14914
  return this.http.post(this._host + "/billing.v1.BundleService/List", request.toApiJson(), this.apiOptions())
14878
14915
  .pipe(map(resp => ListBundlesResponse.fromProto(resp)));
14879
14916
  }
14917
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: BundleApiService, deps: [{ token: i1.HttpClient }, { token: HostService }], target: i0.ɵɵFactoryTarget.Injectable }); }
14918
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: BundleApiService, providedIn: 'root' }); }
14880
14919
  }
14881
- BundleApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: BundleApiService, deps: [{ token: i1.HttpClient }, { token: HostService }], target: i0.ɵɵFactoryTarget.Injectable });
14882
- BundleApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: BundleApiService, providedIn: 'root' });
14883
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: BundleApiService, decorators: [{
14920
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: BundleApiService, decorators: [{
14884
14921
  type: Injectable,
14885
14922
  args: [{ providedIn: 'root' }]
14886
- }], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: HostService }]; } });
14923
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: HostService }] });
14887
14924
 
14925
+ // *********************************
14926
+ // Code generated by sdkgen
14927
+ // DO NOT EDIT!.
14928
+ //
14929
+ // API Service.
14888
14930
  // *********************************
14889
14931
  class ContractDocumentApiService {
14890
14932
  constructor(http, hostService) {
@@ -14909,14 +14951,19 @@ class ContractDocumentApiService {
14909
14951
  const request = (r.toApiJson) ? r : new DeleteContractDocumentRequest(r);
14910
14952
  return this.http.post(this._host + "/billing.v1.ContractDocumentService/Delete", request.toApiJson(), { ...this.apiOptions(), observe: 'response' });
14911
14953
  }
14954
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: ContractDocumentApiService, deps: [{ token: i1.HttpClient }, { token: HostService }], target: i0.ɵɵFactoryTarget.Injectable }); }
14955
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: ContractDocumentApiService, providedIn: 'root' }); }
14912
14956
  }
14913
- ContractDocumentApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: ContractDocumentApiService, deps: [{ token: i1.HttpClient }, { token: HostService }], target: i0.ɵɵFactoryTarget.Injectable });
14914
- ContractDocumentApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: ContractDocumentApiService, providedIn: 'root' });
14915
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: ContractDocumentApiService, decorators: [{
14957
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: ContractDocumentApiService, decorators: [{
14916
14958
  type: Injectable,
14917
14959
  args: [{ providedIn: 'root' }]
14918
- }], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: HostService }]; } });
14960
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: HostService }] });
14919
14961
 
14962
+ // *********************************
14963
+ // Code generated by sdkgen
14964
+ // DO NOT EDIT!.
14965
+ //
14966
+ // API Service.
14920
14967
  // *********************************
14921
14968
  class ContractApiService {
14922
14969
  constructor(http, hostService) {
@@ -14951,14 +14998,19 @@ class ContractApiService {
14951
14998
  return this.http.post(this._host + "/billing.v1.ContractService/Update", request.toApiJson(), this.apiOptions())
14952
14999
  .pipe(map(resp => UpdateContractResponse.fromProto(resp)));
14953
15000
  }
15001
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: ContractApiService, deps: [{ token: i1.HttpClient }, { token: HostService }], target: i0.ɵɵFactoryTarget.Injectable }); }
15002
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: ContractApiService, providedIn: 'root' }); }
14954
15003
  }
14955
- ContractApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: ContractApiService, deps: [{ token: i1.HttpClient }, { token: HostService }], target: i0.ɵɵFactoryTarget.Injectable });
14956
- ContractApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: ContractApiService, providedIn: 'root' });
14957
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: ContractApiService, decorators: [{
15004
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: ContractApiService, decorators: [{
14958
15005
  type: Injectable,
14959
15006
  args: [{ providedIn: 'root' }]
14960
- }], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: HostService }]; } });
15007
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: HostService }] });
14961
15008
 
15009
+ // *********************************
15010
+ // Code generated by sdkgen
15011
+ // DO NOT EDIT!.
15012
+ //
15013
+ // API Service.
14962
15014
  // *********************************
14963
15015
  class CreditApiService {
14964
15016
  constructor(http, hostService) {
@@ -14983,14 +15035,19 @@ class CreditApiService {
14983
15035
  return this.http.post(this._host + "/billing.v1.CreditService/GetBalance", request.toApiJson(), this.apiOptions())
14984
15036
  .pipe(map(resp => GetBalanceResponse.fromProto(resp)));
14985
15037
  }
15038
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: CreditApiService, deps: [{ token: i1.HttpClient }, { token: HostService }], target: i0.ɵɵFactoryTarget.Injectable }); }
15039
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: CreditApiService, providedIn: 'root' }); }
14986
15040
  }
14987
- CreditApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: CreditApiService, deps: [{ token: i1.HttpClient }, { token: HostService }], target: i0.ɵɵFactoryTarget.Injectable });
14988
- CreditApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: CreditApiService, providedIn: 'root' });
14989
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: CreditApiService, decorators: [{
15041
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: CreditApiService, decorators: [{
14990
15042
  type: Injectable,
14991
15043
  args: [{ providedIn: 'root' }]
14992
- }], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: HostService }]; } });
15044
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: HostService }] });
14993
15045
 
15046
+ // *********************************
15047
+ // Code generated by sdkgen
15048
+ // DO NOT EDIT!.
15049
+ //
15050
+ // API Service.
14994
15051
  // *********************************
14995
15052
  class DiscountApiService {
14996
15053
  constructor(http, hostService) {
@@ -15023,14 +15080,19 @@ class DiscountApiService {
15023
15080
  const request = (r.toApiJson) ? r : new ExpireDiscountRequest(r);
15024
15081
  return this.http.post(this._host + "/billing.v1.DiscountService/Expire", request.toApiJson(), { ...this.apiOptions(), observe: 'response' });
15025
15082
  }
15083
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: DiscountApiService, deps: [{ token: i1.HttpClient }, { token: HostService }], target: i0.ɵɵFactoryTarget.Injectable }); }
15084
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: DiscountApiService, providedIn: 'root' }); }
15026
15085
  }
15027
- DiscountApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: DiscountApiService, deps: [{ token: i1.HttpClient }, { token: HostService }], target: i0.ɵɵFactoryTarget.Injectable });
15028
- DiscountApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: DiscountApiService, providedIn: 'root' });
15029
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: DiscountApiService, decorators: [{
15086
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: DiscountApiService, decorators: [{
15030
15087
  type: Injectable,
15031
15088
  args: [{ providedIn: 'root' }]
15032
- }], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: HostService }]; } });
15089
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: HostService }] });
15033
15090
 
15091
+ // *********************************
15092
+ // Code generated by sdkgen
15093
+ // DO NOT EDIT!.
15094
+ //
15095
+ // API Service.
15034
15096
  // *********************************
15035
15097
  class InvoiceApiService {
15036
15098
  constructor(http, hostService) {
@@ -15136,14 +15198,19 @@ class InvoiceApiService {
15136
15198
  return this.http.post(this._host + "/billing.v1.InvoiceService/GetUpcomingInvoicePreview", request.toApiJson(), this.apiOptions())
15137
15199
  .pipe(map(resp => GetUpcomingInvoicePreviewResponse.fromProto(resp)));
15138
15200
  }
15201
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: InvoiceApiService, deps: [{ token: i1.HttpClient }, { token: HostService }], target: i0.ɵɵFactoryTarget.Injectable }); }
15202
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: InvoiceApiService, providedIn: 'root' }); }
15139
15203
  }
15140
- InvoiceApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: InvoiceApiService, deps: [{ token: i1.HttpClient }, { token: HostService }], target: i0.ɵɵFactoryTarget.Injectable });
15141
- InvoiceApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: InvoiceApiService, providedIn: 'root' });
15142
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: InvoiceApiService, decorators: [{
15204
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: InvoiceApiService, decorators: [{
15143
15205
  type: Injectable,
15144
15206
  args: [{ providedIn: 'root' }]
15145
- }], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: HostService }]; } });
15207
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: HostService }] });
15146
15208
 
15209
+ // *********************************
15210
+ // Code generated by sdkgen
15211
+ // DO NOT EDIT!.
15212
+ //
15213
+ // API Service.
15147
15214
  // *********************************
15148
15215
  class MerchantApiService {
15149
15216
  constructor(http, hostService) {
@@ -15301,14 +15368,19 @@ class MerchantApiService {
15301
15368
  const request = (r.toApiJson) ? r : new CancelRetailBillingRequest(r);
15302
15369
  return this.http.post(this._host + "/billing.v1.MerchantService/CancelRetailBilling", request.toApiJson(), { ...this.apiOptions(), observe: 'response' });
15303
15370
  }
15371
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MerchantApiService, deps: [{ token: i1.HttpClient }, { token: HostService }], target: i0.ɵɵFactoryTarget.Injectable }); }
15372
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MerchantApiService, providedIn: 'root' }); }
15304
15373
  }
15305
- MerchantApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: MerchantApiService, deps: [{ token: i1.HttpClient }, { token: HostService }], target: i0.ɵɵFactoryTarget.Injectable });
15306
- MerchantApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: MerchantApiService, providedIn: 'root' });
15307
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: MerchantApiService, decorators: [{
15374
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MerchantApiService, decorators: [{
15308
15375
  type: Injectable,
15309
15376
  args: [{ providedIn: 'root' }]
15310
- }], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: HostService }]; } });
15377
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: HostService }] });
15311
15378
 
15379
+ // *********************************
15380
+ // Code generated by sdkgen
15381
+ // DO NOT EDIT!.
15382
+ //
15383
+ // API Service.
15312
15384
  // *********************************
15313
15385
  class PaymentMethodApiService {
15314
15386
  constructor(http, hostService) {
@@ -15337,14 +15409,19 @@ class PaymentMethodApiService {
15337
15409
  const request = (r.toApiJson) ? r : new SetDefaultPaymentMethodRequest(r);
15338
15410
  return this.http.post(this._host + "/billing.v1.PaymentMethodService/SetDefaultPaymentMethod", request.toApiJson(), { ...this.apiOptions(), observe: 'response' });
15339
15411
  }
15412
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: PaymentMethodApiService, deps: [{ token: i1.HttpClient }, { token: HostService }], target: i0.ɵɵFactoryTarget.Injectable }); }
15413
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: PaymentMethodApiService, providedIn: 'root' }); }
15340
15414
  }
15341
- PaymentMethodApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: PaymentMethodApiService, deps: [{ token: i1.HttpClient }, { token: HostService }], target: i0.ɵɵFactoryTarget.Injectable });
15342
- PaymentMethodApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: PaymentMethodApiService, providedIn: 'root' });
15343
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: PaymentMethodApiService, decorators: [{
15415
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: PaymentMethodApiService, decorators: [{
15344
15416
  type: Injectable,
15345
15417
  args: [{ providedIn: 'root' }]
15346
- }], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: HostService }]; } });
15418
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: HostService }] });
15347
15419
 
15420
+ // *********************************
15421
+ // Code generated by sdkgen
15422
+ // DO NOT EDIT!.
15423
+ //
15424
+ // API Service.
15348
15425
  // *********************************
15349
15426
  class PaymentApiService {
15350
15427
  constructor(http, hostService) {
@@ -15441,14 +15518,19 @@ class PaymentApiService {
15441
15518
  return this.http.post(this._host + "/billing.v1.PaymentService/RefundRetail", request.toApiJson(), this.apiOptions())
15442
15519
  .pipe(map(resp => RefundRetailPaymentResponse.fromProto(resp)));
15443
15520
  }
15521
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: PaymentApiService, deps: [{ token: i1.HttpClient }, { token: HostService }], target: i0.ɵɵFactoryTarget.Injectable }); }
15522
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: PaymentApiService, providedIn: 'root' }); }
15444
15523
  }
15445
- PaymentApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: PaymentApiService, deps: [{ token: i1.HttpClient }, { token: HostService }], target: i0.ɵɵFactoryTarget.Injectable });
15446
- PaymentApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: PaymentApiService, providedIn: 'root' });
15447
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: PaymentApiService, decorators: [{
15524
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: PaymentApiService, decorators: [{
15448
15525
  type: Injectable,
15449
15526
  args: [{ providedIn: 'root' }]
15450
- }], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: HostService }]; } });
15527
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: HostService }] });
15451
15528
 
15529
+ // *********************************
15530
+ // Code generated by sdkgen
15531
+ // DO NOT EDIT!.
15532
+ //
15533
+ // API Service.
15452
15534
  // *********************************
15453
15535
  class PricingApiService {
15454
15536
  constructor(http, hostService) {
@@ -15509,14 +15591,19 @@ class PricingApiService {
15509
15591
  const request = (r.toApiJson) ? r : new UpsertWholesalePricingRequest(r);
15510
15592
  return this.http.post(this._host + "/billing.v1.PricingService/UpsertWholesale", request.toApiJson(), { ...this.apiOptions(), observe: 'response' });
15511
15593
  }
15594
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: PricingApiService, deps: [{ token: i1.HttpClient }, { token: HostService }], target: i0.ɵɵFactoryTarget.Injectable }); }
15595
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: PricingApiService, providedIn: 'root' }); }
15512
15596
  }
15513
- PricingApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: PricingApiService, deps: [{ token: i1.HttpClient }, { token: HostService }], target: i0.ɵɵFactoryTarget.Injectable });
15514
- PricingApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: PricingApiService, providedIn: 'root' });
15515
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: PricingApiService, decorators: [{
15597
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: PricingApiService, decorators: [{
15516
15598
  type: Injectable,
15517
15599
  args: [{ providedIn: 'root' }]
15518
- }], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: HostService }]; } });
15600
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: HostService }] });
15519
15601
 
15602
+ // *********************************
15603
+ // Code generated by sdkgen
15604
+ // DO NOT EDIT!.
15605
+ //
15606
+ // API Service.
15520
15607
  // *********************************
15521
15608
  class ProductApiService {
15522
15609
  constructor(http, hostService) {
@@ -15544,14 +15631,19 @@ class ProductApiService {
15544
15631
  const request = (r.toApiJson) ? r : new DeleteProductRequest(r);
15545
15632
  return this.http.post(this._host + "/billing.v1.ProductService/Delete", request.toApiJson(), { ...this.apiOptions(), observe: 'response' });
15546
15633
  }
15634
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: ProductApiService, deps: [{ token: i1.HttpClient }, { token: HostService }], target: i0.ɵɵFactoryTarget.Injectable }); }
15635
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: ProductApiService, providedIn: 'root' }); }
15547
15636
  }
15548
- ProductApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: ProductApiService, deps: [{ token: i1.HttpClient }, { token: HostService }], target: i0.ɵɵFactoryTarget.Injectable });
15549
- ProductApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: ProductApiService, providedIn: 'root' });
15550
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: ProductApiService, decorators: [{
15637
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: ProductApiService, decorators: [{
15551
15638
  type: Injectable,
15552
15639
  args: [{ providedIn: 'root' }]
15553
- }], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: HostService }]; } });
15640
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: HostService }] });
15554
15641
 
15642
+ // *********************************
15643
+ // Code generated by sdkgen
15644
+ // DO NOT EDIT!.
15645
+ //
15646
+ // API Service.
15555
15647
  // *********************************
15556
15648
  class ProductSummaryApiService {
15557
15649
  constructor(http, hostService) {
@@ -15577,14 +15669,19 @@ class ProductSummaryApiService {
15577
15669
  return this.http.post(this._host + "/billing.v1.ProductSummaryService/ListSubscriptionRetentionBySKU", request.toApiJson(), this.apiOptions())
15578
15670
  .pipe(map(resp => ListSubscriptionRetentionBySKUResponse.fromProto(resp)));
15579
15671
  }
15672
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: ProductSummaryApiService, deps: [{ token: i1.HttpClient }, { token: HostService }], target: i0.ɵɵFactoryTarget.Injectable }); }
15673
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: ProductSummaryApiService, providedIn: 'root' }); }
15580
15674
  }
15581
- ProductSummaryApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: ProductSummaryApiService, deps: [{ token: i1.HttpClient }, { token: HostService }], target: i0.ɵɵFactoryTarget.Injectable });
15582
- ProductSummaryApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: ProductSummaryApiService, providedIn: 'root' });
15583
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: ProductSummaryApiService, decorators: [{
15675
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: ProductSummaryApiService, decorators: [{
15584
15676
  type: Injectable,
15585
15677
  args: [{ providedIn: 'root' }]
15586
- }], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: HostService }]; } });
15678
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: HostService }] });
15587
15679
 
15680
+ // *********************************
15681
+ // Code generated by sdkgen
15682
+ // DO NOT EDIT!.
15683
+ //
15684
+ // API Service.
15588
15685
  // *********************************
15589
15686
  class PurchaseApiService {
15590
15687
  constructor(http, hostService) {
@@ -15635,14 +15732,19 @@ class PurchaseApiService {
15635
15732
  const request = (r.toApiJson) ? r : new StopDunningRequest(r);
15636
15733
  return this.http.post(this._host + "/billing.v1.PurchaseService/StopDunning", request.toApiJson(), { ...this.apiOptions(), observe: 'response' });
15637
15734
  }
15735
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: PurchaseApiService, deps: [{ token: i1.HttpClient }, { token: HostService }], target: i0.ɵɵFactoryTarget.Injectable }); }
15736
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: PurchaseApiService, providedIn: 'root' }); }
15638
15737
  }
15639
- PurchaseApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: PurchaseApiService, deps: [{ token: i1.HttpClient }, { token: HostService }], target: i0.ɵɵFactoryTarget.Injectable });
15640
- PurchaseApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: PurchaseApiService, providedIn: 'root' });
15641
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: PurchaseApiService, decorators: [{
15738
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: PurchaseApiService, decorators: [{
15642
15739
  type: Injectable,
15643
15740
  args: [{ providedIn: 'root' }]
15644
- }], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: HostService }]; } });
15741
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: HostService }] });
15645
15742
 
15743
+ // *********************************
15744
+ // Code generated by sdkgen
15745
+ // DO NOT EDIT!.
15746
+ //
15747
+ // API Service.
15646
15748
  // *********************************
15647
15749
  class RecurringInvoiceApiService {
15648
15750
  constructor(http, hostService) {
@@ -15682,14 +15784,19 @@ class RecurringInvoiceApiService {
15682
15784
  const request = (r.toApiJson) ? r : new DeleteRecurringInvoiceRequest(r);
15683
15785
  return this.http.post(this._host + "/billing.v1.RecurringInvoiceService/DeleteRecurringInvoice", request.toApiJson(), { ...this.apiOptions(), observe: 'response' });
15684
15786
  }
15787
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: RecurringInvoiceApiService, deps: [{ token: i1.HttpClient }, { token: HostService }], target: i0.ɵɵFactoryTarget.Injectable }); }
15788
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: RecurringInvoiceApiService, providedIn: 'root' }); }
15685
15789
  }
15686
- RecurringInvoiceApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: RecurringInvoiceApiService, deps: [{ token: i1.HttpClient }, { token: HostService }], target: i0.ɵɵFactoryTarget.Injectable });
15687
- RecurringInvoiceApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: RecurringInvoiceApiService, providedIn: 'root' });
15688
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: RecurringInvoiceApiService, decorators: [{
15790
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: RecurringInvoiceApiService, decorators: [{
15689
15791
  type: Injectable,
15690
15792
  args: [{ providedIn: 'root' }]
15691
- }], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: HostService }]; } });
15793
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: HostService }] });
15692
15794
 
15795
+ // *********************************
15796
+ // Code generated by sdkgen
15797
+ // DO NOT EDIT!.
15798
+ //
15799
+ // API Service.
15693
15800
  // *********************************
15694
15801
  class RefundApiService {
15695
15802
  constructor(http, hostService) {
@@ -15714,14 +15821,19 @@ class RefundApiService {
15714
15821
  return this.http.post(this._host + "/billing.v1.RefundService/List", request.toApiJson(), this.apiOptions())
15715
15822
  .pipe(map(resp => ListRefundsResponse.fromProto(resp)));
15716
15823
  }
15824
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: RefundApiService, deps: [{ token: i1.HttpClient }, { token: HostService }], target: i0.ɵɵFactoryTarget.Injectable }); }
15825
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: RefundApiService, providedIn: 'root' }); }
15717
15826
  }
15718
- RefundApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: RefundApiService, deps: [{ token: i1.HttpClient }, { token: HostService }], target: i0.ɵɵFactoryTarget.Injectable });
15719
- RefundApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: RefundApiService, providedIn: 'root' });
15720
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: RefundApiService, decorators: [{
15827
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: RefundApiService, decorators: [{
15721
15828
  type: Injectable,
15722
15829
  args: [{ providedIn: 'root' }]
15723
- }], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: HostService }]; } });
15830
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: HostService }] });
15724
15831
 
15832
+ // *********************************
15833
+ // Code generated by sdkgen
15834
+ // DO NOT EDIT!.
15835
+ //
15836
+ // API Service.
15725
15837
  // *********************************
15726
15838
  class RetailCustomerConfigurationApiService {
15727
15839
  constructor(http, hostService) {
@@ -15746,14 +15858,19 @@ class RetailCustomerConfigurationApiService {
15746
15858
  const request = (r.toApiJson) ? r : new UpsertRetailCustomerConfigurationRequest(r);
15747
15859
  return this.http.post(this._host + "/billing.v1.RetailCustomerConfigurationService/Upsert", request.toApiJson(), { ...this.apiOptions(), observe: 'response' });
15748
15860
  }
15861
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: RetailCustomerConfigurationApiService, deps: [{ token: i1.HttpClient }, { token: HostService }], target: i0.ɵɵFactoryTarget.Injectable }); }
15862
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: RetailCustomerConfigurationApiService, providedIn: 'root' }); }
15749
15863
  }
15750
- RetailCustomerConfigurationApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: RetailCustomerConfigurationApiService, deps: [{ token: i1.HttpClient }, { token: HostService }], target: i0.ɵɵFactoryTarget.Injectable });
15751
- RetailCustomerConfigurationApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: RetailCustomerConfigurationApiService, providedIn: 'root' });
15752
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: RetailCustomerConfigurationApiService, decorators: [{
15864
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: RetailCustomerConfigurationApiService, decorators: [{
15753
15865
  type: Injectable,
15754
15866
  args: [{ providedIn: 'root' }]
15755
- }], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: HostService }]; } });
15867
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: HostService }] });
15756
15868
 
15869
+ // *********************************
15870
+ // Code generated by sdkgen
15871
+ // DO NOT EDIT!.
15872
+ //
15873
+ // API Service.
15757
15874
  // *********************************
15758
15875
  class SalesCreditNoteApiService {
15759
15876
  constructor(http, hostService) {
@@ -15778,14 +15895,19 @@ class SalesCreditNoteApiService {
15778
15895
  return this.http.post(this._host + "/billing.v1.SalesCreditNoteService/List", request.toApiJson(), this.apiOptions())
15779
15896
  .pipe(map(resp => ListSalesCreditNoteResponse.fromProto(resp)));
15780
15897
  }
15898
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: SalesCreditNoteApiService, deps: [{ token: i1.HttpClient }, { token: HostService }], target: i0.ɵɵFactoryTarget.Injectable }); }
15899
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: SalesCreditNoteApiService, providedIn: 'root' }); }
15781
15900
  }
15782
- SalesCreditNoteApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: SalesCreditNoteApiService, deps: [{ token: i1.HttpClient }, { token: HostService }], target: i0.ɵɵFactoryTarget.Injectable });
15783
- SalesCreditNoteApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: SalesCreditNoteApiService, providedIn: 'root' });
15784
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: SalesCreditNoteApiService, decorators: [{
15901
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: SalesCreditNoteApiService, decorators: [{
15785
15902
  type: Injectable,
15786
15903
  args: [{ providedIn: 'root' }]
15787
- }], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: HostService }]; } });
15904
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: HostService }] });
15788
15905
 
15906
+ // *********************************
15907
+ // Code generated by sdkgen
15908
+ // DO NOT EDIT!.
15909
+ //
15910
+ // API Service.
15789
15911
  // *********************************
15790
15912
  class SalesInvoiceApiService {
15791
15913
  constructor(http, hostService) {
@@ -15815,14 +15937,19 @@ class SalesInvoiceApiService {
15815
15937
  return this.http.post(this._host + "/billing.v1.SalesInvoiceService/Get", request.toApiJson(), this.apiOptions())
15816
15938
  .pipe(map(resp => GetSalesInvoiceResponse.fromProto(resp)));
15817
15939
  }
15940
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: SalesInvoiceApiService, deps: [{ token: i1.HttpClient }, { token: HostService }], target: i0.ɵɵFactoryTarget.Injectable }); }
15941
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: SalesInvoiceApiService, providedIn: 'root' }); }
15818
15942
  }
15819
- SalesInvoiceApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: SalesInvoiceApiService, deps: [{ token: i1.HttpClient }, { token: HostService }], target: i0.ɵɵFactoryTarget.Injectable });
15820
- SalesInvoiceApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: SalesInvoiceApiService, providedIn: 'root' });
15821
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: SalesInvoiceApiService, decorators: [{
15943
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: SalesInvoiceApiService, decorators: [{
15822
15944
  type: Injectable,
15823
15945
  args: [{ providedIn: 'root' }]
15824
- }], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: HostService }]; } });
15946
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: HostService }] });
15825
15947
 
15948
+ // *********************************
15949
+ // Code generated by sdkgen
15950
+ // DO NOT EDIT!.
15951
+ //
15952
+ // API Service.
15826
15953
  // *********************************
15827
15954
  class SubscriptionRelationshipApiService {
15828
15955
  constructor(http, hostService) {
@@ -15853,14 +15980,19 @@ class SubscriptionRelationshipApiService {
15853
15980
  return this.http.post(this._host + "/billing.v1.SubscriptionRelationshipService/GetMulti", request.toApiJson(), this.apiOptions())
15854
15981
  .pipe(map(resp => GetMultiSubscriptionRelationshipsResponse.fromProto(resp)));
15855
15982
  }
15983
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: SubscriptionRelationshipApiService, deps: [{ token: i1.HttpClient }, { token: HostService }], target: i0.ɵɵFactoryTarget.Injectable }); }
15984
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: SubscriptionRelationshipApiService, providedIn: 'root' }); }
15856
15985
  }
15857
- SubscriptionRelationshipApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: SubscriptionRelationshipApiService, deps: [{ token: i1.HttpClient }, { token: HostService }], target: i0.ɵɵFactoryTarget.Injectable });
15858
- SubscriptionRelationshipApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: SubscriptionRelationshipApiService, providedIn: 'root' });
15859
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: SubscriptionRelationshipApiService, decorators: [{
15986
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: SubscriptionRelationshipApiService, decorators: [{
15860
15987
  type: Injectable,
15861
15988
  args: [{ providedIn: 'root' }]
15862
- }], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: HostService }]; } });
15989
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: HostService }] });
15863
15990
 
15991
+ // *********************************
15992
+ // Code generated by sdkgen
15993
+ // DO NOT EDIT!.
15994
+ //
15995
+ // API Service.
15864
15996
  // *********************************
15865
15997
  class TaxApiService {
15866
15998
  constructor(http, hostService) {
@@ -15908,14 +16040,19 @@ class TaxApiService {
15908
16040
  const request = (r.toApiJson) ? r : new ArchiveTaxRequest(r);
15909
16041
  return this.http.post(this._host + "/billing.v1.TaxService/Archive", request.toApiJson(), { ...this.apiOptions(), observe: 'response' });
15910
16042
  }
16043
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: TaxApiService, deps: [{ token: i1.HttpClient }, { token: HostService }], target: i0.ɵɵFactoryTarget.Injectable }); }
16044
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: TaxApiService, providedIn: 'root' }); }
15911
16045
  }
15912
- TaxApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: TaxApiService, deps: [{ token: i1.HttpClient }, { token: HostService }], target: i0.ɵɵFactoryTarget.Injectable });
15913
- TaxApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: TaxApiService, providedIn: 'root' });
15914
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: TaxApiService, decorators: [{
16046
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: TaxApiService, decorators: [{
15915
16047
  type: Injectable,
15916
16048
  args: [{ providedIn: 'root' }]
15917
- }], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: HostService }]; } });
16049
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: HostService }] });
15918
16050
 
16051
+ // *********************************
16052
+ // Code generated by sdkgen
16053
+ // DO NOT EDIT!.
16054
+ //
16055
+ // API Service.
15919
16056
  // *********************************
15920
16057
  class VendorApiService {
15921
16058
  constructor(http, hostService) {
@@ -15941,15 +16078,20 @@ class VendorApiService {
15941
16078
  return this.http.post(this._host + "/billing.v1.VendorService/GetRevenueStats", request.toApiJson(), this.apiOptions())
15942
16079
  .pipe(map(resp => GetRevenueStatsResponse.fromProto(resp)));
15943
16080
  }
16081
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: VendorApiService, deps: [{ token: i1.HttpClient }, { token: HostService }], target: i0.ɵɵFactoryTarget.Injectable }); }
16082
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: VendorApiService, providedIn: 'root' }); }
15944
16083
  }
15945
- VendorApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: VendorApiService, deps: [{ token: i1.HttpClient }, { token: HostService }], target: i0.ɵɵFactoryTarget.Injectable });
15946
- VendorApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: VendorApiService, providedIn: 'root' });
15947
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.3", ngImport: i0, type: VendorApiService, decorators: [{
16084
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: VendorApiService, decorators: [{
15948
16085
  type: Injectable,
15949
16086
  args: [{ providedIn: 'root' }]
15950
- }], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: HostService }]; } });
16087
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: HostService }] });
15951
16088
 
15952
16089
  // *********************************
16090
+ // Code generated by sdkgen
16091
+ // DO NOT EDIT!.
16092
+ //
16093
+ // Index.
16094
+ // *********************************
15953
16095
 
15954
16096
  // Hardcoded conversion rate of 1.4 for our currently supported currencies (CAD and AUD)
15955
16097
  const usdConversionRate = 1.4;
@@ -15958,5 +16100,5 @@ const usdConversionRate = 1.4;
15958
16100
  * Generated bundle index. Do not edit.
15959
16101
  */
15960
16102
 
15961
- export { Access, AccountBalance, AddBundleRequest, AddBundleResponse, AddCreditRequest, AddLineItemRequest, AddLineItemResponse, Adjustment, AlignmentSubscription, AppliedBundle, AppliedBundleItem, AppliedCredit, AppliedDiscount, AppliedFee, AppliedTaxRate, ArchiveTaxRequest, Balance, BalanceAmount, BankAccount, BankReconciliationApiService, BillItemRequest, BillMultipleItemsRequest, BillMultipleItemsResponse, BillableItem, BillableItemCustomerAddress, BillingApiService, BillingStrategy, Bundle, BundleApiService, BundleItem, BundleItemPrice, BundlePricing, BundlePricingPriceAndFrequency, CalculateLineItemTaxesRequest, CalculateLineItemTaxesRequestLineItem, CalculateLineItemTaxesResponse, CalculateLineItemTaxesResponseLineItemTaxes, CalculateTaxRequest, CalculateTaxResponse, CanBillItemRequest, CanCreateSubscriptionsRequest, CanCreateSubscriptionsRequestSkusEntry, CanCreateSubscriptionsRequestSubscriptionItem, CanCreateSubscriptionsResponse, CancelRetailBillingRequest, CardType, ChangeCustomUnitPriceRequest, ChangeFrequencyRequest, ChangeRenewalDateRequest, ChargeInvoiceRequest, ChargeSalesInvoiceRequest, CloseRetailDisputeRequest, CollectionMethod, Commitment, ComponentPricing, ConfigureRetailPaymentProviderRequest, ConfigureRetailPaymentProviderResponse, ConfirmRetailPaymentRequest, ConnectStripeAccountRequest, ConnectStripeAccountResponse, Consumer, Contract, ContractApiService, ContractDocument, ContractDocumentApiService, ContractSubscriptionStatus, CreateContractRequest, CreateContractResponse, CreateDiscountRequest, CreateInvoiceRequest, CreateInvoiceResponse, CreateMerchantRequest, CreateMerchantRequestIncludeInFinancialRecords, CreateMerchantServicesReportRun, CreateMeteredComponentRequest, CreatePaymentCardRequest, CreatePaymentLinkRequest, CreatePaymentLinkResponse, CreatePricingPlanProductRequest, CreatePricingPlanProductRequestPricingEntry, CreatePricingPlanProductResponse, CreatePricingPlanRequest, CreatePricingPlanResponse, CreateProductRequest, CreateRefundRequest, CreateSalesCreditNoteRequest, CreateStripeExternalAccountRequest, CreateSubscriptionRequest, CreateSubscriptionsRequest, CreateSubscriptionsResponse, CreateTaxRequest, CreateUsageRequest, CreditApiService, CreditBalance, CreditType, Currency, CustomerSummary, DateRange, DefaultCustomerConfiguration, DeleteBankAccountRequest, DeleteBillableItemRequest, DeleteContractDocumentRequest, DeleteInvoiceRequest, DeleteLineItemRequest, DeleteLineItemResponse, DeletePaymentCardRequest, DeletePricingPlanProductRequest, DeleteProductRequest, DeleteRecurringInvoiceRequest, DeleteRetailPricingRequest, Discount, DiscountApiService, DiscountType, Dispute, DisputeEvidence, DisputeEvidenceDetails, DisputeStatus, DuplicateInvoiceRequest, DuplicateInvoiceResponse, EntityType, ExpireBillableItemRequest, ExpireDiscountRequest, ExportResponse, ExportSubscriptionsRequest, Fee, FeeAmountType, FeeType, FieldMask, File, Frequency, GenerateBillableItemsCSVRequest, GenerateBillableItemsCSVResponse, GenerateVendorReportRequest, GenerateVendorReportResponse, GetBalanceRequest, GetBalanceResponse, GetBillableItemRequest, GetBillableItemResponse, GetContractRequest, GetContractResponse, GetInvoiceRequest, GetInvoiceResponse, GetMerchantRequest, GetMerchantResponse, GetMerchantServicesReportRun, GetMerchantWholesaleCurrencyRequest, GetMerchantWholesaleCurrencyResponse, GetMultiBundleRequest, GetMultiBundleResponse, GetMultiBundleResponseBundlesEntry, GetMultiBundleRetailPricingRequest, GetMultiBundleRetailPricingResponse, GetMultiBundleRetailPricingResponsePricesEntry, GetMultiContractsRequest, GetMultiContractsResponse, GetMultiContractsResponseContractsEntry, GetMultiCustomerSummariesRequest, GetMultiCustomerSummariesResponse, GetMultiPricingPlanProductRequest, GetMultiPricingPlanProductResponse, GetMultiPricingPlanRequest, GetMultiPricingPlanResponse, GetMultiProductPricingRequest, GetMultiProductPricingResponse, GetMultiProductPricingResponseProductPricesEntry, GetMultiProductRequest, GetMultiProductResponse, GetMultiProductResponseProductsEntry, GetMultiRetailConfigurationsRequest, GetMultiRetailConfigurationsResponse, GetMultiRetailConfigurationsResponseRetailConfigurationsEntry, GetMultiRetailPricingRequest, GetMultiRetailPricingResponse, GetMultiRetailPricingResponseProductPricesEntry, GetMultiSubscriptionRelationshipsRequest, GetMultiSubscriptionRelationshipsResponse, GetMultiSubscriptionsRequest, GetMultiSubscriptionsRequestKey, GetMultiSubscriptionsResponse, GetMultiTaxRequest, GetMultiTaxResponse, GetMultiWholesaleCostRequest, GetMultiWholesaleCostResponse, GetOutstandingBalanceRequest, GetOutstandingBalanceResponse, GetPayoutSummaryRequest, GetPayoutSummaryResponse, GetPricingPlanProductRequest, GetPricingPlanProductResponse, GetProductSummariesTotalRequest, GetProductSummariesTotalResponse, GetPurchaseCostRequest, GetPurchaseCostResponse, GetRecurringInvoiceRequest, GetRetailAccountBalanceRequest, GetRetailAccountBalanceResponse, GetRetailBalanceRequest, GetRetailBalanceResponse, GetRetailCustomerConfigurationRequest, GetRetailCustomerConfigurationResponse, GetRetailDisputeRequest, GetRetailDisputeResponse, GetRetailPaymentProviderRequest, GetRetailPaymentProviderResponse, GetRetailPaymentRequest, GetRetailPaymentResponse, GetRetailPayoutRequest, GetRetailPayoutResponse, GetRevenueStatsRequest, GetRevenueStatsResponse, GetSalesInvoiceRequest, GetSalesInvoiceResponse, GetStatisticsRequest, GetStatisticsResponse, GetUpcomingInvoicePreviewRequest, GetUpcomingInvoicePreviewResponse, GetWholesaleComparisonRequest, GetWholesaleComparisonRequestGetWholesaleComparisonFilters, GetWholesaleComparisonResponse, GetWholesaleComparisonResponseGetWholesaleComparisonResult, GetWholesaleProviderPublicKeyRequest, GetWholesaleProviderPublicKeyResponse, HostService, Interval, Invoice, InvoiceApiService, InvoiceCustomerAddress, InvoiceItem, InvoiceStatus, Item, ListBankAccountsRequest, ListBankAccountsResponse, ListBillableItemsRequest, ListBillableItemsRequestFilters, ListBillableItemsResponse, ListBundlesRequest, ListBundlesRequestFilters, ListBundlesResponse, ListContractDocumentsRequest, ListContractDocumentsRequestFilters, ListContractDocumentsResponse, ListContractsRequest, ListContractsResponse, ListDiscountsRequest, ListDiscountsRequestFilters, ListDiscountsResponse, ListInvoicesRequest, ListInvoicesRequestFilters, ListInvoicesRequestFiltersDateFilter, ListInvoicesRequestFiltersDateFilterDateField, ListInvoicesResponse, ListMerchantBillingReportsRequest, ListMerchantBillingReportsResponse, ListPaymentCardsRequest, ListPaymentCardsResponse, ListPaymentRequest, ListPaymentRequestListPaymentFilters, ListPaymentResponse, ListPayoutsRequest, ListPayoutsRequestFilters, ListPayoutsResponse, ListPricingPlanProductsRequest, ListPricingPlanProductsRequestListPricingPlanProductsFilters, ListPricingPlanProductsResponse, ListProductSummariesRequest, ListProductSummariesResponse, ListProductsRequest, ListProductsRequestListProductsFilters, ListProductsResponse, ListPurchaseItemsRequest, ListPurchaseItemsRequestListPurchaseItemsFilters, ListPurchaseItemsResponse, ListPurchaseRequest, ListPurchaseRequestListPurchaseBillingStrategyFilter, ListPurchaseRequestListPurchaseFilters, ListPurchaseRequestState, ListPurchaseResponse, ListRecurringInvoicesFilters, ListRecurringInvoicesFiltersDateFilter, ListRecurringInvoicesFiltersDetailedInterval, ListRecurringInvoicesRequest, ListRecurringInvoicesResponse, ListRefundsRequest, ListRefundsResponse, ListRetailDisputesRequest, ListRetailDisputesResponse, ListRetailPaymentsRequest, ListRetailPaymentsRequestListRetailPaymentsFilters, ListRetailPaymentsResponse, ListRetailPayoutsRequest, ListRetailPayoutsResponse, ListRetailTransactionsRequest, ListRetailTransactionsRequestListRetailTransactionsFilters, ListRetailTransactionsResponse, ListSalesCreditNoteRequest, ListSalesCreditNoteRequestListSalesCreditNoteFilters, ListSalesCreditNoteResponse, ListSalesInvoiceRequest, ListSalesInvoiceRequestListSalesInvoiceFilters, ListSalesInvoiceResponse, ListSubscriptionRelationshipsRequest, ListSubscriptionRelationshipsRequestFilters, ListSubscriptionRelationshipsResponse, ListSubscriptionRetentionByGroupResponse, ListSubscriptionRetentionByGroupResponseSubscriptionRetentionByGroup, ListSubscriptionRetentionBySKUResponse, ListSubscriptionRetentionRequest, ListSubscriptionRetentionRequestFilters, ListSubscriptionsRequest, ListSubscriptionsRequestFilters, ListSubscriptionsResponse, ListTaxRequest, ListTaxRequestFilters, ListTaxResponse, Merchant, MerchantApiService, MerchantReport, MerchantReportStatus, MerchantServicesReportRun, MerchantServicesReportRunStatus, MerchantServicesReportRunType, MerchantType, MeteredComponent, Month, Note, PagedRequestOptions, PagedResponseMetadata, PauseDunningRequest, PayInvoiceRequest, Payment, PaymentAllocationType, PaymentApiService, PaymentCard, PaymentCardCARD_TYPE, PaymentCardFUNDING_TYPE, PaymentLinkItem, PaymentMethodApiService, PaymentPaymentAllocation, PaymentProcessor, PaymentSource, PaymentStatus, PaymentStatuses, Payout, PayoutStatus, PayoutType, PostSalesInvoiceRequest, PrepareRetailPaymentRequest, PrepareRetailPaymentRequestOrder, PrepareRetailPaymentResponse, Pricing, PricingApiService, PricingPlan, PricingPlanProduct, PricingPlanProductPricing, PricingPlanProductPricingEntry, PricingRule, PricingRuleType, Product, ProductApiService, ProductPrices, ProductPricing, ProductPricingRule, ProductPricingType, ProductSummary, ProductSummaryApiService, ProductSummaryBillingStrategy, ProductSummaryDiscount, ProductSummaryDiscountDiscountType, ProductSummaryProductType, ProductType, Purchase, PurchaseApiService, PurchaseItem, PurchaseStatus, ReconcilePayoutRequest, ReconcilePayoutResponse, RecurringInvoice, RecurringInvoiceApiService, RecurringInvoiceBundle, RecurringInvoiceCustomerAddress, RecurringInvoiceItem, RecurringInvoiceLineItem, RecurringInvoiceStatus, ReferenceType, Refund, RefundApiService, RefundReason, RefundRetailPaymentRequest, RefundRetailPaymentResponse, RefundStatus, RelationshipType, RemoveBundleRequest, RemoveBundleResponse, RenewalState, ReplaceSubscriptionRelationshipsRequest, ReplaceSubscriptionRelationshipsResponse, ResetContractPricingRequest, ResumeDunningRequest, RetailConfiguration, RetailCustomerConfiguration, RetailCustomerConfigurationApiService, RetailPayment, RetailPaymentCardDetails, RetailPaymentReferenceType, RetailPaymentsEnabledRequest, RetailPaymentsEnabledResponse, RetailPayout, RetailRefund, RetailRefundFailureReason, RetailRefundReason, RetailRefundStatus, RetailStatusRequest, RetailStatusResponse, RetailStatusResponseVerificationError, RetailStatusResponseVerificationRequirements, RetailTransaction, RetailTransactionType, RetentionMetrics, RetryPurchaseRequest, ReverseSubscriptionRequest, SalesCreditNote, SalesCreditNoteApiService, SalesCreditNoteStatus, SalesInvoice, SalesInvoiceApiService, SalesInvoiceStatus, SalesInvoiceType, SearchMerchantsRequest, SearchMerchantsRequestSortBy, SearchMerchantsResponse, SendInvoiceRequest, SendSalesInvoiceEmailRequest, SendSalesInvoiceReceiptEmailRequest, SetAutoChargeInvoicesRequest, SetAutoPostInvoicesRequest, SetDefaultBankAccountRequest, SetDefaultPaymentCardRequest, SetDefaultPaymentMethodRequest, SetHasAlternativePaymentMethodRequest, SetIncludeInFinancialRecordsRequest, SetRenewalStartRequest, SetWholesaleProductStrategyRequest, SetWholesaleProductVolumeCommitmentRequest, SortDirection, StartRevRecTemplateBackfillRequest, StopDunningRequest, SubmitEvidenceRequest, SubmitEvidenceRequestDisputeEvidence, SubscribeValidation, SubscribeValidationStatus, Subscription, SubscriptionProjectionFilter, SubscriptionRelationship, SubscriptionRelationshipApiService, SubscriptionStatus, TaxApiService, TaxRate, TickComponentUsageRequest, UnexpireBillableItemRequest, UpdateBundleRequest, UpdateBundleResponse, UpdateContractRequest, UpdateContractRequestMutation, UpdateContractResponse, UpdateContractSubscriptionRequest, UpdateDefaultTaxRatesRequest, UpdateDefaultTaxRatesResponse, UpdateDiscountRequest, UpdateInvoiceRequest, UpdateInvoiceResponse, UpdateLineItemRequest, UpdateLineItemResponse, UpdateMerchantRequest, UpdateMerchantRequestIncludeInFinancialRecords, UpdatePaymentCardRequest, UpdatePricingPlanProductRequest, UpdatePricingPlanProductRequestPricingEntry, UpdatePricingPlanProductResponse, UpdatePricingPlanRequest, UpdatePricingPlanResponse, UpdateProductRequest, UpdateRecurringInvoiceRequest, UpdateRetailPaymentProviderRequest, UpdateTaxRequest, UpsertBundleRequest, UpsertDefaultRetailCustomerConfigurationRequest, UpsertRetailConfigurationRequest, UpsertRetailCustomerConfigurationRequest, UpsertRetailPricingRequest, UpsertRetailPricingRequestPricingEntry, UpsertWholesalePricingRequest, ValidateResponse, VendorApiService, VoidInvoiceRequest, VoidPurchaseRequest, WholesaleCostItemRequest, usdConversionRate };
16103
+ export { Access, AccountBalance, AddBundleRequest, AddBundleResponse, AddCreditRequest, AddLineItemRequest, AddLineItemResponse, Adjustment, AlignmentSubscription, AppliedBundle, AppliedBundleItem, AppliedCredit, AppliedDiscount, AppliedFee, AppliedTaxRate, ArchiveTaxRequest, Balance, BalanceAmount, BankAccount, BankReconciliationApiService, BillItemRequest, BillMultipleItemsRequest, BillMultipleItemsResponse, BillableItem, BillableItemCustomerAddress, BillingApiService, BillingStrategy, Bundle, BundleApiService, BundleItem, BundleItemPrice, BundlePricing, BundlePricingPriceAndFrequency, CalculateLineItemTaxesRequest, CalculateLineItemTaxesRequestLineItem, CalculateLineItemTaxesResponse, CalculateLineItemTaxesResponseLineItemTaxes, CalculateTaxRequest, CalculateTaxResponse, CanBillItemRequest, CanCreateSubscriptionsRequest, CanCreateSubscriptionsRequestSkusEntry, CanCreateSubscriptionsRequestSubscriptionItem, CanCreateSubscriptionsResponse, CancelRetailBillingRequest, CardType, ChangeCustomUnitPriceRequest, ChangeFrequencyRequest, ChangeRenewalDateRequest, ChargeInvoiceRequest, ChargeSalesInvoiceRequest, CloseRetailDisputeRequest, CollectionMethod, Commitment, ComponentPricing, ConfigureRetailPaymentProviderRequest, ConfigureRetailPaymentProviderResponse, ConfirmRetailPaymentRequest, ConnectStripeAccountRequest, ConnectStripeAccountResponse, Consumer, Contract, ContractApiService, ContractDocument, ContractDocumentApiService, ContractSubscriptionStatus, CreateContractRequest, CreateContractResponse, CreateDiscountRequest, CreateInvoiceRequest, CreateInvoiceResponse, CreateMerchantRequest, CreateMerchantRequestIncludeInFinancialRecords, CreateMerchantServicesReportRun, CreateMeteredComponentRequest, CreatePaymentCardRequest, CreatePaymentLinkRequest, CreatePaymentLinkResponse, CreatePricingPlanProductRequest, CreatePricingPlanProductRequestPricingEntry, CreatePricingPlanProductResponse, CreatePricingPlanRequest, CreatePricingPlanResponse, CreateProductRequest, CreateRefundRequest, CreateSalesCreditNoteRequest, CreateStripeExternalAccountRequest, CreateSubscriptionRequest, CreateSubscriptionsRequest, CreateSubscriptionsResponse, CreateTaxRequest, CreateUsageRequest, CreditApiService, CreditBalance, CreditType, Currency, CustomerSummary, DateRange, DefaultCustomerConfiguration, DeleteBankAccountRequest, DeleteBillableItemRequest, DeleteContractDocumentRequest, DeleteInvoiceRequest, DeleteLineItemRequest, DeleteLineItemResponse, DeletePaymentCardRequest, DeletePricingPlanProductRequest, DeleteProductRequest, DeleteRecurringInvoiceRequest, DeleteRetailPricingRequest, Discount, DiscountApiService, DiscountType, Dispute, DisputeEvidence, DisputeEvidenceDetails, DisputeStatus, DuplicateInvoiceRequest, DuplicateInvoiceResponse, EntityType, ExpireBillableItemRequest, ExpireDiscountRequest, ExportResponse, ExportSubscriptionsRequest, Fee, FeeAmountType, FeeType, FieldMask, File, Frequency, GenerateBillableItemsCSVRequest, GenerateBillableItemsCSVResponse, GenerateVendorReportRequest, GenerateVendorReportResponse, GetBalanceRequest, GetBalanceResponse, GetBillableItemRequest, GetBillableItemResponse, GetContractRequest, GetContractResponse, GetInvoiceRequest, GetInvoiceResponse, GetMerchantRequest, GetMerchantResponse, GetMerchantServicesReportRun, GetMerchantWholesaleCurrencyRequest, GetMerchantWholesaleCurrencyResponse, GetMultiBundleRequest, GetMultiBundleResponse, GetMultiBundleResponseBundlesEntry, GetMultiBundleRetailPricingRequest, GetMultiBundleRetailPricingResponse, GetMultiBundleRetailPricingResponsePricesEntry, GetMultiContractsRequest, GetMultiContractsResponse, GetMultiContractsResponseContractsEntry, GetMultiCustomerSummariesRequest, GetMultiCustomerSummariesResponse, GetMultiPricingPlanProductRequest, GetMultiPricingPlanProductResponse, GetMultiPricingPlanRequest, GetMultiPricingPlanResponse, GetMultiProductPricingRequest, GetMultiProductPricingResponse, GetMultiProductPricingResponseProductPricesEntry, GetMultiProductRequest, GetMultiProductResponse, GetMultiProductResponseProductsEntry, GetMultiRetailConfigurationsRequest, GetMultiRetailConfigurationsResponse, GetMultiRetailConfigurationsResponseRetailConfigurationsEntry, GetMultiRetailPricingRequest, GetMultiRetailPricingResponse, GetMultiRetailPricingResponseProductPricesEntry, GetMultiSubscriptionRelationshipsRequest, GetMultiSubscriptionRelationshipsResponse, GetMultiSubscriptionsRequest, GetMultiSubscriptionsRequestKey, GetMultiSubscriptionsResponse, GetMultiTaxRequest, GetMultiTaxResponse, GetMultiWholesaleCostRequest, GetMultiWholesaleCostResponse, GetOutstandingBalanceRequest, GetOutstandingBalanceResponse, GetPayoutSummaryRequest, GetPayoutSummaryResponse, GetPricingPlanProductRequest, GetPricingPlanProductResponse, GetProductSummariesTotalRequest, GetProductSummariesTotalResponse, GetPurchaseCostRequest, GetPurchaseCostResponse, GetRecurringInvoiceRequest, GetRetailAccountBalanceRequest, GetRetailAccountBalanceResponse, GetRetailBalanceRequest, GetRetailBalanceResponse, GetRetailCustomerConfigurationRequest, GetRetailCustomerConfigurationResponse, GetRetailDisputeRequest, GetRetailDisputeResponse, GetRetailPaymentProviderRequest, GetRetailPaymentProviderResponse, GetRetailPaymentRequest, GetRetailPaymentResponse, GetRetailPayoutRequest, GetRetailPayoutResponse, GetRevenueStatsRequest, GetRevenueStatsResponse, GetSalesInvoiceRequest, GetSalesInvoiceResponse, GetStatisticsRequest, GetStatisticsResponse, GetUpcomingInvoicePreviewRequest, GetUpcomingInvoicePreviewResponse, GetWholesaleComparisonRequest, GetWholesaleComparisonRequestGetWholesaleComparisonFilters, GetWholesaleComparisonResponse, GetWholesaleComparisonResponseGetWholesaleComparisonResult, GetWholesaleProviderPublicKeyRequest, GetWholesaleProviderPublicKeyResponse, HostService, Interval, Invoice, InvoiceApiService, InvoiceCustomerAddress, InvoiceItem, InvoiceStatus, Item, ListBankAccountsRequest, ListBankAccountsResponse, ListBillableItemsRequest, ListBillableItemsRequestFilters, ListBillableItemsResponse, ListBundlesRequest, ListBundlesRequestFilters, ListBundlesResponse, ListContractDocumentsRequest, ListContractDocumentsRequestFilters, ListContractDocumentsResponse, ListContractsRequest, ListContractsResponse, ListDiscountsRequest, ListDiscountsRequestFilters, ListDiscountsResponse, ListInvoicesRequest, ListInvoicesRequestFilters, ListInvoicesRequestFiltersDateFilter, ListInvoicesRequestFiltersDateFilterDateField, ListInvoicesResponse, ListMerchantBillingReportsRequest, ListMerchantBillingReportsResponse, ListPaymentCardsRequest, ListPaymentCardsResponse, ListPaymentRequest, ListPaymentRequestListPaymentFilters, ListPaymentResponse, ListPayoutsRequest, ListPayoutsRequestFilters, ListPayoutsResponse, ListPricingPlanProductsRequest, ListPricingPlanProductsRequestListPricingPlanProductsFilters, ListPricingPlanProductsResponse, ListProductSummariesRequest, ListProductSummariesResponse, ListProductsRequest, ListProductsRequestListProductsFilters, ListProductsResponse, ListPurchaseItemsRequest, ListPurchaseItemsRequestListPurchaseItemsFilters, ListPurchaseItemsResponse, ListPurchaseRequest, ListPurchaseRequestListPurchaseBillingStrategyFilter, ListPurchaseRequestListPurchaseFilters, ListPurchaseRequestState, ListPurchaseResponse, ListRecurringInvoicesFilters, ListRecurringInvoicesFiltersDateFilter, ListRecurringInvoicesFiltersDetailedInterval, ListRecurringInvoicesRequest, ListRecurringInvoicesResponse, ListRefundsRequest, ListRefundsResponse, ListRetailDisputesRequest, ListRetailDisputesResponse, ListRetailPaymentsRequest, ListRetailPaymentsRequestListRetailPaymentsFilters, ListRetailPaymentsResponse, ListRetailPayoutsRequest, ListRetailPayoutsResponse, ListRetailTransactionsRequest, ListRetailTransactionsRequestListRetailTransactionsFilters, ListRetailTransactionsResponse, ListSalesCreditNoteRequest, ListSalesCreditNoteRequestListSalesCreditNoteFilters, ListSalesCreditNoteResponse, ListSalesInvoiceRequest, ListSalesInvoiceRequestListSalesInvoiceFilters, ListSalesInvoiceResponse, ListSubscriptionRelationshipsRequest, ListSubscriptionRelationshipsRequestFilters, ListSubscriptionRelationshipsResponse, ListSubscriptionRetentionByGroupResponse, ListSubscriptionRetentionByGroupResponseSubscriptionRetentionByGroup, ListSubscriptionRetentionBySKUResponse, ListSubscriptionRetentionRequest, ListSubscriptionRetentionRequestFilters, ListSubscriptionsRequest, ListSubscriptionsRequestFilters, ListSubscriptionsResponse, ListTaxRequest, ListTaxRequestFilters, ListTaxResponse, Merchant, MerchantApiService, MerchantReport, MerchantReportStatus, MerchantServicesReportRun, MerchantServicesReportRunStatus, MerchantServicesReportRunType, MerchantType, MeteredComponent, Month, Note, PagedRequestOptions, PagedResponseMetadata, PauseDunningRequest, PayInvoiceRequest, Payment, PaymentAllocationType, PaymentApiService, PaymentCard, PaymentCardCARD_TYPE, PaymentCardFUNDING_TYPE, PaymentLinkItem, PaymentMethodApiService, PaymentPaymentAllocation, PaymentProcessor, PaymentSource, PaymentStatus, PaymentStatuses, Payout, PayoutStatus, PayoutType, PostSalesInvoiceRequest, PrepareRetailPaymentRequest, PrepareRetailPaymentRequestOrder, PrepareRetailPaymentResponse, Pricing, PricingApiService, PricingPlan, PricingPlanProduct, PricingPlanProductPricing, PricingPlanProductPricingEntry, PricingRule, PricingRuleType, Product, ProductApiService, ProductPrices, ProductPricing, ProductPricingRule, ProductPricingType, ProductSummary, ProductSummaryApiService, ProductSummaryBillingStrategy, ProductSummaryDiscount, ProductSummaryDiscountDiscountType, ProductSummaryProductType, ProductType, Purchase, PurchaseApiService, PurchaseItem, PurchaseStatus, ReconcilePayoutRequest, ReconcilePayoutResponse, RecurringInvoice, RecurringInvoiceApiService, RecurringInvoiceBundle, RecurringInvoiceCustomerAddress, RecurringInvoiceItem, RecurringInvoiceLineItem, RecurringInvoiceStatus, ReferenceType, Refund, RefundApiService, RefundReason, RefundRetailPaymentRequest, RefundRetailPaymentResponse, RefundStatus, RelationshipType, RemoveBundleRequest, RemoveBundleResponse, RenewalState, ReplaceSubscriptionRelationshipsRequest, ReplaceSubscriptionRelationshipsResponse, ResetContractPricingRequest, ResumeDunningRequest, RetailConfiguration, RetailCustomerConfiguration, RetailCustomerConfigurationApiService, RetailPayment, RetailPaymentCardDetails, RetailPaymentReferenceType, RetailPaymentsEnabledRequest, RetailPaymentsEnabledResponse, RetailPayout, RetailRefund, RetailRefundFailureReason, RetailRefundReason, RetailRefundStatus, RetailStatusRequest, RetailStatusResponse, RetailStatusResponseVerificationError, RetailStatusResponseVerificationRequirements, RetailTransaction, RetailTransactionType, RetentionMetrics, RetryPurchaseRequest, ReverseSubscriptionRequest, SalesCreditNote, SalesCreditNoteApiService, SalesCreditNoteStatus, SalesInvoice, SalesInvoiceApiService, SalesInvoiceStatus, SalesInvoiceType, SearchMerchantsRequest, SearchMerchantsRequestSortBy, SearchMerchantsResponse, SendInvoiceRequest, SendSalesInvoiceEmailRequest, SendSalesInvoiceReceiptEmailRequest, SetAutoChargeInvoicesRequest, SetAutoPostInvoicesRequest, SetDefaultBankAccountRequest, SetDefaultPaymentCardRequest, SetDefaultPaymentMethodRequest, SetHasAlternativePaymentMethodRequest, SetIncludeInFinancialRecordsRequest, SetRenewalStartRequest, SetWholesaleProductStrategyRequest, SetWholesaleProductVolumeCommitmentRequest, SortDirection, Source, StartRevRecTemplateBackfillRequest, StopDunningRequest, SubmitEvidenceRequest, SubmitEvidenceRequestDisputeEvidence, SubscribeValidation, SubscribeValidationStatus, Subscription, SubscriptionProjectionFilter, SubscriptionRelationship, SubscriptionRelationshipApiService, SubscriptionStatus, TaxApiService, TaxRate, TickComponentUsageRequest, UnexpireBillableItemRequest, UpdateBundleRequest, UpdateBundleResponse, UpdateContractRequest, UpdateContractRequestMutation, UpdateContractResponse, UpdateContractSubscriptionRequest, UpdateDefaultTaxRatesRequest, UpdateDefaultTaxRatesResponse, UpdateDiscountRequest, UpdateInvoiceRequest, UpdateInvoiceResponse, UpdateLineItemRequest, UpdateLineItemResponse, UpdateMerchantRequest, UpdateMerchantRequestIncludeInFinancialRecords, UpdatePaymentCardRequest, UpdatePricingPlanProductRequest, UpdatePricingPlanProductRequestPricingEntry, UpdatePricingPlanProductResponse, UpdatePricingPlanRequest, UpdatePricingPlanResponse, UpdateProductRequest, UpdateRecurringInvoiceRequest, UpdateRetailPaymentProviderRequest, UpdateTaxRequest, UpsertBundleRequest, UpsertDefaultRetailCustomerConfigurationRequest, UpsertRetailConfigurationRequest, UpsertRetailCustomerConfigurationRequest, UpsertRetailPricingRequest, UpsertRetailPricingRequestPricingEntry, UpsertWholesalePricingRequest, ValidateResponse, VendorApiService, VoidInvoiceRequest, VoidPurchaseRequest, WholesaleCostItemRequest, usdConversionRate };
15962
16104
  //# sourceMappingURL=vendasta-billing.mjs.map