@vendasta/billing 12.16.0 → 12.19.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 (162) 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/interfaces/subscription.interface.mjs +1 -1
  13. package/{esm2020 → esm2022}/lib/_internal/invoice.api.service.mjs +5 -5
  14. package/{esm2020 → esm2022}/lib/_internal/merchant.api.service.mjs +5 -5
  15. package/esm2022/lib/_internal/objects/billable-item.mjs +835 -0
  16. package/esm2022/lib/_internal/objects/subscription.mjs +591 -0
  17. package/{esm2020 → esm2022}/lib/_internal/payment-method.api.service.mjs +5 -5
  18. package/{esm2020 → esm2022}/lib/_internal/payment.api.service.mjs +5 -5
  19. package/{esm2020 → esm2022}/lib/_internal/pricing.api.service.mjs +5 -5
  20. package/{esm2020 → esm2022}/lib/_internal/product-summary.api.service.mjs +5 -5
  21. package/{esm2020 → esm2022}/lib/_internal/product.api.service.mjs +5 -5
  22. package/{esm2020 → esm2022}/lib/_internal/purchase.api.service.mjs +5 -5
  23. package/{esm2020 → esm2022}/lib/_internal/recurring-invoice.api.service.mjs +5 -5
  24. package/{esm2020 → esm2022}/lib/_internal/refund.api.service.mjs +5 -5
  25. package/{esm2020 → esm2022}/lib/_internal/retail-customer-configuration.api.service.mjs +5 -5
  26. package/{esm2020 → esm2022}/lib/_internal/sales-credit-note.api.service.mjs +5 -5
  27. package/{esm2020 → esm2022}/lib/_internal/sales-invoice.api.service.mjs +5 -5
  28. package/{esm2020 → esm2022}/lib/_internal/subscription-relationship.api.service.mjs +5 -5
  29. package/{esm2020 → esm2022}/lib/_internal/tax.api.service.mjs +5 -5
  30. package/{esm2020 → esm2022}/lib/_internal/vendor.api.service.mjs +5 -5
  31. package/{fesm2020 → fesm2022}/vendasta-billing.mjs +250 -96
  32. package/fesm2022/vendasta-billing.mjs.map +1 -0
  33. package/lib/_internal/enums/billable-item.enum.d.ts +5 -0
  34. package/lib/_internal/enums/index.d.ts +1 -1
  35. package/lib/_internal/interfaces/billable-item.interface.d.ts +1 -0
  36. package/lib/_internal/interfaces/subscription.interface.d.ts +2 -0
  37. package/lib/_internal/objects/billable-item.d.ts +1 -0
  38. package/lib/_internal/objects/subscription.d.ts +2 -0
  39. package/package.json +7 -13
  40. package/esm2020/lib/_internal/enums/billable-item.enum.mjs +0 -13
  41. package/esm2020/lib/_internal/enums/index.mjs +0 -35
  42. package/esm2020/lib/_internal/interfaces/billable-item.interface.mjs +0 -2
  43. package/esm2020/lib/_internal/objects/billable-item.mjs +0 -829
  44. package/esm2020/lib/_internal/objects/subscription.mjs +0 -579
  45. package/fesm2015/vendasta-billing.mjs +0 -15963
  46. package/fesm2015/vendasta-billing.mjs.map +0 -1
  47. package/fesm2020/vendasta-billing.mjs.map +0 -1
  48. /package/{esm2020 → esm2022}/lib/_generated/index.mjs +0 -0
  49. /package/{esm2020 → esm2022}/lib/_internal/enums/applied-discount.enum.mjs +0 -0
  50. /package/{esm2020 → esm2022}/lib/_internal/enums/card.enum.mjs +0 -0
  51. /package/{esm2020 → esm2022}/lib/_internal/enums/contract.enum.mjs +0 -0
  52. /package/{esm2020 → esm2022}/lib/_internal/enums/currency.enum.mjs +0 -0
  53. /package/{esm2020 → esm2022}/lib/_internal/enums/fee.enum.mjs +0 -0
  54. /package/{esm2020 → esm2022}/lib/_internal/enums/frequency.enum.mjs +0 -0
  55. /package/{esm2020 → esm2022}/lib/_internal/enums/invoice.enum.mjs +0 -0
  56. /package/{esm2020 → esm2022}/lib/_internal/enums/merchant-report.enum.mjs +0 -0
  57. /package/{esm2020 → esm2022}/lib/_internal/enums/merchant.enum.mjs +0 -0
  58. /package/{esm2020 → esm2022}/lib/_internal/enums/month.enum.mjs +0 -0
  59. /package/{esm2020 → esm2022}/lib/_internal/enums/payment-card.enum.mjs +0 -0
  60. /package/{esm2020 → esm2022}/lib/_internal/enums/payment-processor.enum.mjs +0 -0
  61. /package/{esm2020 → esm2022}/lib/_internal/enums/payment.enum.mjs +0 -0
  62. /package/{esm2020 → esm2022}/lib/_internal/enums/payout.enum.mjs +0 -0
  63. /package/{esm2020 → esm2022}/lib/_internal/enums/pricing-plan.enum.mjs +0 -0
  64. /package/{esm2020 → esm2022}/lib/_internal/enums/product-summary.enum.mjs +0 -0
  65. /package/{esm2020 → esm2022}/lib/_internal/enums/product.enum.mjs +0 -0
  66. /package/{esm2020 → esm2022}/lib/_internal/enums/purchase.enum.mjs +0 -0
  67. /package/{esm2020 → esm2022}/lib/_internal/enums/recurring-invoice.enum.mjs +0 -0
  68. /package/{esm2020 → esm2022}/lib/_internal/enums/refund.enum.mjs +0 -0
  69. /package/{esm2020 → esm2022}/lib/_internal/enums/report-run.enum.mjs +0 -0
  70. /package/{esm2020 → esm2022}/lib/_internal/enums/sales-credit-note.enum.mjs +0 -0
  71. /package/{esm2020 → esm2022}/lib/_internal/enums/sales-invoice.enum.mjs +0 -0
  72. /package/{esm2020 → esm2022}/lib/_internal/enums/sort-direction.enum.mjs +0 -0
  73. /package/{esm2020 → esm2022}/lib/_internal/enums/subscribe-validation.enum.mjs +0 -0
  74. /package/{esm2020 → esm2022}/lib/_internal/enums/subscription-relationship.enum.mjs +0 -0
  75. /package/{esm2020 → esm2022}/lib/_internal/enums/subscription.enum.mjs +0 -0
  76. /package/{esm2020 → esm2022}/lib/_internal/index.mjs +0 -0
  77. /package/{esm2020 → esm2022}/lib/_internal/interfaces/annotations.interface.mjs +0 -0
  78. /package/{esm2020 → esm2022}/lib/_internal/interfaces/api.interface.mjs +0 -0
  79. /package/{esm2020 → esm2022}/lib/_internal/interfaces/applied-bundle.interface.mjs +0 -0
  80. /package/{esm2020 → esm2022}/lib/_internal/interfaces/applied-discount.interface.mjs +0 -0
  81. /package/{esm2020 → esm2022}/lib/_internal/interfaces/applied-tax-rate.interface.mjs +0 -0
  82. /package/{esm2020 → esm2022}/lib/_internal/interfaces/balance.interface.mjs +0 -0
  83. /package/{esm2020 → esm2022}/lib/_internal/interfaces/bundle.interface.mjs +0 -0
  84. /package/{esm2020 → esm2022}/lib/_internal/interfaces/commitment.interface.mjs +0 -0
  85. /package/{esm2020 → esm2022}/lib/_internal/interfaces/common.interface.mjs +0 -0
  86. /package/{esm2020 → esm2022}/lib/_internal/interfaces/contract-document.interface.mjs +0 -0
  87. /package/{esm2020 → esm2022}/lib/_internal/interfaces/contract.interface.mjs +0 -0
  88. /package/{esm2020 → esm2022}/lib/_internal/interfaces/credit.interface.mjs +0 -0
  89. /package/{esm2020 → esm2022}/lib/_internal/interfaces/customer-summary.interface.mjs +0 -0
  90. /package/{esm2020 → esm2022}/lib/_internal/interfaces/date-range.interface.mjs +0 -0
  91. /package/{esm2020 → esm2022}/lib/_internal/interfaces/discount.interface.mjs +0 -0
  92. /package/{esm2020 → esm2022}/lib/_internal/interfaces/external-account.interface.mjs +0 -0
  93. /package/{esm2020 → esm2022}/lib/_internal/interfaces/fee.interface.mjs +0 -0
  94. /package/{esm2020 → esm2022}/lib/_internal/interfaces/field-mask.interface.mjs +0 -0
  95. /package/{esm2020 → esm2022}/lib/_internal/interfaces/index.mjs +0 -0
  96. /package/{esm2020 → esm2022}/lib/_internal/interfaces/invoice.interface.mjs +0 -0
  97. /package/{esm2020 → esm2022}/lib/_internal/interfaces/merchant-report.interface.mjs +0 -0
  98. /package/{esm2020 → esm2022}/lib/_internal/interfaces/merchant.interface.mjs +0 -0
  99. /package/{esm2020 → esm2022}/lib/_internal/interfaces/metered-component.interface.mjs +0 -0
  100. /package/{esm2020 → esm2022}/lib/_internal/interfaces/payment-card.interface.mjs +0 -0
  101. /package/{esm2020 → esm2022}/lib/_internal/interfaces/payment.interface.mjs +0 -0
  102. /package/{esm2020 → esm2022}/lib/_internal/interfaces/payout.interface.mjs +0 -0
  103. /package/{esm2020 → esm2022}/lib/_internal/interfaces/pricing-plan-product.interface.mjs +0 -0
  104. /package/{esm2020 → esm2022}/lib/_internal/interfaces/pricing-plan.interface.mjs +0 -0
  105. /package/{esm2020 → esm2022}/lib/_internal/interfaces/product-pricing.interface.mjs +0 -0
  106. /package/{esm2020 → esm2022}/lib/_internal/interfaces/product-summary.interface.mjs +0 -0
  107. /package/{esm2020 → esm2022}/lib/_internal/interfaces/product.interface.mjs +0 -0
  108. /package/{esm2020 → esm2022}/lib/_internal/interfaces/purchase.interface.mjs +0 -0
  109. /package/{esm2020 → esm2022}/lib/_internal/interfaces/recurring-invoice.interface.mjs +0 -0
  110. /package/{esm2020 → esm2022}/lib/_internal/interfaces/refund.interface.mjs +0 -0
  111. /package/{esm2020 → esm2022}/lib/_internal/interfaces/report-run.interface.mjs +0 -0
  112. /package/{esm2020 → esm2022}/lib/_internal/interfaces/retail-customer-configuration.interface.mjs +0 -0
  113. /package/{esm2020 → esm2022}/lib/_internal/interfaces/sales-credit-note.interface.mjs +0 -0
  114. /package/{esm2020 → esm2022}/lib/_internal/interfaces/sales-invoice.interface.mjs +0 -0
  115. /package/{esm2020 → esm2022}/lib/_internal/interfaces/subscribe-validation.interface.mjs +0 -0
  116. /package/{esm2020 → esm2022}/lib/_internal/interfaces/subscription-relationship.interface.mjs +0 -0
  117. /package/{esm2020 → esm2022}/lib/_internal/interfaces/tax-rate.interface.mjs +0 -0
  118. /package/{esm2020 → esm2022}/lib/_internal/objects/annotations.mjs +0 -0
  119. /package/{esm2020 → esm2022}/lib/_internal/objects/api.mjs +0 -0
  120. /package/{esm2020 → esm2022}/lib/_internal/objects/applied-bundle.mjs +0 -0
  121. /package/{esm2020 → esm2022}/lib/_internal/objects/applied-discount.mjs +0 -0
  122. /package/{esm2020 → esm2022}/lib/_internal/objects/applied-tax-rate.mjs +0 -0
  123. /package/{esm2020 → esm2022}/lib/_internal/objects/balance.mjs +0 -0
  124. /package/{esm2020 → esm2022}/lib/_internal/objects/bundle.mjs +0 -0
  125. /package/{esm2020 → esm2022}/lib/_internal/objects/commitment.mjs +0 -0
  126. /package/{esm2020 → esm2022}/lib/_internal/objects/common.mjs +0 -0
  127. /package/{esm2020 → esm2022}/lib/_internal/objects/contract-document.mjs +0 -0
  128. /package/{esm2020 → esm2022}/lib/_internal/objects/contract.mjs +0 -0
  129. /package/{esm2020 → esm2022}/lib/_internal/objects/credit.mjs +0 -0
  130. /package/{esm2020 → esm2022}/lib/_internal/objects/customer-summary.mjs +0 -0
  131. /package/{esm2020 → esm2022}/lib/_internal/objects/date-range.mjs +0 -0
  132. /package/{esm2020 → esm2022}/lib/_internal/objects/discount.mjs +0 -0
  133. /package/{esm2020 → esm2022}/lib/_internal/objects/external-account.mjs +0 -0
  134. /package/{esm2020 → esm2022}/lib/_internal/objects/fee.mjs +0 -0
  135. /package/{esm2020 → esm2022}/lib/_internal/objects/field-mask.mjs +0 -0
  136. /package/{esm2020 → esm2022}/lib/_internal/objects/index.mjs +0 -0
  137. /package/{esm2020 → esm2022}/lib/_internal/objects/invoice.mjs +0 -0
  138. /package/{esm2020 → esm2022}/lib/_internal/objects/merchant-report.mjs +0 -0
  139. /package/{esm2020 → esm2022}/lib/_internal/objects/merchant.mjs +0 -0
  140. /package/{esm2020 → esm2022}/lib/_internal/objects/metered-component.mjs +0 -0
  141. /package/{esm2020 → esm2022}/lib/_internal/objects/payment-card.mjs +0 -0
  142. /package/{esm2020 → esm2022}/lib/_internal/objects/payment.mjs +0 -0
  143. /package/{esm2020 → esm2022}/lib/_internal/objects/payout.mjs +0 -0
  144. /package/{esm2020 → esm2022}/lib/_internal/objects/pricing-plan-product.mjs +0 -0
  145. /package/{esm2020 → esm2022}/lib/_internal/objects/pricing-plan.mjs +0 -0
  146. /package/{esm2020 → esm2022}/lib/_internal/objects/product-pricing.mjs +0 -0
  147. /package/{esm2020 → esm2022}/lib/_internal/objects/product-summary.mjs +0 -0
  148. /package/{esm2020 → esm2022}/lib/_internal/objects/product.mjs +0 -0
  149. /package/{esm2020 → esm2022}/lib/_internal/objects/purchase.mjs +0 -0
  150. /package/{esm2020 → esm2022}/lib/_internal/objects/recurring-invoice.mjs +0 -0
  151. /package/{esm2020 → esm2022}/lib/_internal/objects/refund.mjs +0 -0
  152. /package/{esm2020 → esm2022}/lib/_internal/objects/report-run.mjs +0 -0
  153. /package/{esm2020 → esm2022}/lib/_internal/objects/retail-customer-configuration.mjs +0 -0
  154. /package/{esm2020 → esm2022}/lib/_internal/objects/sales-credit-note.mjs +0 -0
  155. /package/{esm2020 → esm2022}/lib/_internal/objects/sales-invoice.mjs +0 -0
  156. /package/{esm2020 → esm2022}/lib/_internal/objects/subscribe-validation.mjs +0 -0
  157. /package/{esm2020 → esm2022}/lib/_internal/objects/subscription-relationship.mjs +0 -0
  158. /package/{esm2020 → esm2022}/lib/_internal/objects/tax-rate.mjs +0 -0
  159. /package/{esm2020 → esm2022}/lib/currency-conversion-rate.mjs +0 -0
  160. /package/{esm2020 → esm2022}/lib/index.mjs +0 -0
  161. /package/{esm2020 → esm2022}/public_api.mjs +0 -0
  162. /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
  }
@@ -11977,6 +11994,9 @@ class CreateSubscriptionRequest {
11977
11994
  if (proto.renewalStart) {
11978
11995
  m.renewalStart = new Date(proto.renewalStart);
11979
11996
  }
11997
+ if (proto.expiry) {
11998
+ m.expiry = new Date(proto.expiry);
11999
+ }
11980
12000
  return m;
11981
12001
  }
11982
12002
  constructor(kwargs) {
@@ -12035,6 +12055,9 @@ class CreateSubscriptionRequest {
12035
12055
  if (typeof this.renewalStart !== 'undefined' && this.renewalStart !== null) {
12036
12056
  toReturn['renewalStart'] = 'toApiJson' in this.renewalStart ? this.renewalStart.toApiJson() : this.renewalStart;
12037
12057
  }
12058
+ if (typeof this.expiry !== 'undefined' && this.expiry !== null) {
12059
+ toReturn['expiry'] = 'toApiJson' in this.expiry ? this.expiry.toApiJson() : this.expiry;
12060
+ }
12038
12061
  return toReturn;
12039
12062
  }
12040
12063
  }
@@ -12208,6 +12231,9 @@ class Subscription {
12208
12231
  if (proto.renewalStart) {
12209
12232
  m.renewalStart = new Date(proto.renewalStart);
12210
12233
  }
12234
+ if (proto.expiry) {
12235
+ m.expiry = new Date(proto.expiry);
12236
+ }
12211
12237
  return m;
12212
12238
  }
12213
12239
  constructor(kwargs) {
@@ -12266,6 +12292,9 @@ class Subscription {
12266
12292
  if (typeof this.renewalStart !== 'undefined' && this.renewalStart !== null) {
12267
12293
  toReturn['renewalStart'] = 'toApiJson' in this.renewalStart ? this.renewalStart.toApiJson() : this.renewalStart;
12268
12294
  }
12295
+ if (typeof this.expiry !== 'undefined' && this.expiry !== null) {
12296
+ toReturn['expiry'] = 'toApiJson' in this.expiry ? this.expiry.toApiJson() : this.expiry;
12297
+ }
12269
12298
  return toReturn;
12270
12299
  }
12271
12300
  }
@@ -14559,6 +14588,11 @@ class UpsertRetailPricingRequest {
14559
14588
  }
14560
14589
  }
14561
14590
 
14591
+ // *********************************
14592
+ // Code generated by sdkgen
14593
+ // DO NOT EDIT!.
14594
+ //
14595
+ // Objects Index.
14562
14596
  // *********************************
14563
14597
 
14564
14598
  const environment = (window ? window['environment'] : 'prod') ?? 'prod';
@@ -14576,14 +14610,19 @@ class HostService {
14576
14610
  get hostWithScheme() {
14577
14611
  return 'https://' + this.host;
14578
14612
  }
14613
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: HostService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
14614
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: HostService, providedIn: 'root' }); }
14579
14615
  }
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: [{
14616
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: HostService, decorators: [{
14583
14617
  type: Injectable,
14584
14618
  args: [{ providedIn: 'root' }]
14585
14619
  }] });
14586
14620
 
14621
+ // *********************************
14622
+ // Code generated by sdkgen
14623
+ // DO NOT EDIT!.
14624
+ //
14625
+ // API Service.
14587
14626
  // *********************************
14588
14627
  class BankReconciliationApiService {
14589
14628
  constructor(http, hostService) {
@@ -14609,14 +14648,19 @@ class BankReconciliationApiService {
14609
14648
  return this.http.post(this._host + "/billing.v1.BankReconciliationService/ReconcilePayout", request.toApiJson(), this.apiOptions())
14610
14649
  .pipe(map(resp => ReconcilePayoutResponse.fromProto(resp)));
14611
14650
  }
14651
+ 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 }); }
14652
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: BankReconciliationApiService, providedIn: 'root' }); }
14612
14653
  }
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: [{
14654
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: BankReconciliationApiService, decorators: [{
14616
14655
  type: Injectable,
14617
14656
  args: [{ providedIn: 'root' }]
14618
- }], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: HostService }]; } });
14657
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: HostService }] });
14619
14658
 
14659
+ // *********************************
14660
+ // Code generated by sdkgen
14661
+ // DO NOT EDIT!.
14662
+ //
14663
+ // API Service.
14620
14664
  // *********************************
14621
14665
  class BillingApiService {
14622
14666
  constructor(http, hostService) {
@@ -14840,14 +14884,19 @@ class BillingApiService {
14840
14884
  const request = (r.toApiJson) ? r : new StartRevRecTemplateBackfillRequest(r);
14841
14885
  return this.http.post(this._host + "/billing.v1.Billing/StartRevRecTemplateBackfill", request.toApiJson(), { ...this.apiOptions(), observe: 'response' });
14842
14886
  }
14887
+ 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 }); }
14888
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: BillingApiService, providedIn: 'root' }); }
14843
14889
  }
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: [{
14890
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: BillingApiService, decorators: [{
14847
14891
  type: Injectable,
14848
14892
  args: [{ providedIn: 'root' }]
14849
- }], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: HostService }]; } });
14893
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: HostService }] });
14850
14894
 
14895
+ // *********************************
14896
+ // Code generated by sdkgen
14897
+ // DO NOT EDIT!.
14898
+ //
14899
+ // API Service.
14851
14900
  // *********************************
14852
14901
  class BundleApiService {
14853
14902
  constructor(http, hostService) {
@@ -14877,14 +14926,19 @@ class BundleApiService {
14877
14926
  return this.http.post(this._host + "/billing.v1.BundleService/List", request.toApiJson(), this.apiOptions())
14878
14927
  .pipe(map(resp => ListBundlesResponse.fromProto(resp)));
14879
14928
  }
14929
+ 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 }); }
14930
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: BundleApiService, providedIn: 'root' }); }
14880
14931
  }
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: [{
14932
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: BundleApiService, decorators: [{
14884
14933
  type: Injectable,
14885
14934
  args: [{ providedIn: 'root' }]
14886
- }], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: HostService }]; } });
14935
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: HostService }] });
14887
14936
 
14937
+ // *********************************
14938
+ // Code generated by sdkgen
14939
+ // DO NOT EDIT!.
14940
+ //
14941
+ // API Service.
14888
14942
  // *********************************
14889
14943
  class ContractDocumentApiService {
14890
14944
  constructor(http, hostService) {
@@ -14909,14 +14963,19 @@ class ContractDocumentApiService {
14909
14963
  const request = (r.toApiJson) ? r : new DeleteContractDocumentRequest(r);
14910
14964
  return this.http.post(this._host + "/billing.v1.ContractDocumentService/Delete", request.toApiJson(), { ...this.apiOptions(), observe: 'response' });
14911
14965
  }
14966
+ 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 }); }
14967
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: ContractDocumentApiService, providedIn: 'root' }); }
14912
14968
  }
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: [{
14969
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: ContractDocumentApiService, decorators: [{
14916
14970
  type: Injectable,
14917
14971
  args: [{ providedIn: 'root' }]
14918
- }], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: HostService }]; } });
14972
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: HostService }] });
14919
14973
 
14974
+ // *********************************
14975
+ // Code generated by sdkgen
14976
+ // DO NOT EDIT!.
14977
+ //
14978
+ // API Service.
14920
14979
  // *********************************
14921
14980
  class ContractApiService {
14922
14981
  constructor(http, hostService) {
@@ -14951,14 +15010,19 @@ class ContractApiService {
14951
15010
  return this.http.post(this._host + "/billing.v1.ContractService/Update", request.toApiJson(), this.apiOptions())
14952
15011
  .pipe(map(resp => UpdateContractResponse.fromProto(resp)));
14953
15012
  }
15013
+ 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 }); }
15014
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: ContractApiService, providedIn: 'root' }); }
14954
15015
  }
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: [{
15016
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: ContractApiService, decorators: [{
14958
15017
  type: Injectable,
14959
15018
  args: [{ providedIn: 'root' }]
14960
- }], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: HostService }]; } });
15019
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: HostService }] });
14961
15020
 
15021
+ // *********************************
15022
+ // Code generated by sdkgen
15023
+ // DO NOT EDIT!.
15024
+ //
15025
+ // API Service.
14962
15026
  // *********************************
14963
15027
  class CreditApiService {
14964
15028
  constructor(http, hostService) {
@@ -14983,14 +15047,19 @@ class CreditApiService {
14983
15047
  return this.http.post(this._host + "/billing.v1.CreditService/GetBalance", request.toApiJson(), this.apiOptions())
14984
15048
  .pipe(map(resp => GetBalanceResponse.fromProto(resp)));
14985
15049
  }
15050
+ 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 }); }
15051
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: CreditApiService, providedIn: 'root' }); }
14986
15052
  }
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: [{
15053
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: CreditApiService, decorators: [{
14990
15054
  type: Injectable,
14991
15055
  args: [{ providedIn: 'root' }]
14992
- }], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: HostService }]; } });
15056
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: HostService }] });
14993
15057
 
15058
+ // *********************************
15059
+ // Code generated by sdkgen
15060
+ // DO NOT EDIT!.
15061
+ //
15062
+ // API Service.
14994
15063
  // *********************************
14995
15064
  class DiscountApiService {
14996
15065
  constructor(http, hostService) {
@@ -15023,14 +15092,19 @@ class DiscountApiService {
15023
15092
  const request = (r.toApiJson) ? r : new ExpireDiscountRequest(r);
15024
15093
  return this.http.post(this._host + "/billing.v1.DiscountService/Expire", request.toApiJson(), { ...this.apiOptions(), observe: 'response' });
15025
15094
  }
15095
+ 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 }); }
15096
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: DiscountApiService, providedIn: 'root' }); }
15026
15097
  }
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: [{
15098
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: DiscountApiService, decorators: [{
15030
15099
  type: Injectable,
15031
15100
  args: [{ providedIn: 'root' }]
15032
- }], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: HostService }]; } });
15101
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: HostService }] });
15033
15102
 
15103
+ // *********************************
15104
+ // Code generated by sdkgen
15105
+ // DO NOT EDIT!.
15106
+ //
15107
+ // API Service.
15034
15108
  // *********************************
15035
15109
  class InvoiceApiService {
15036
15110
  constructor(http, hostService) {
@@ -15136,14 +15210,19 @@ class InvoiceApiService {
15136
15210
  return this.http.post(this._host + "/billing.v1.InvoiceService/GetUpcomingInvoicePreview", request.toApiJson(), this.apiOptions())
15137
15211
  .pipe(map(resp => GetUpcomingInvoicePreviewResponse.fromProto(resp)));
15138
15212
  }
15213
+ 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 }); }
15214
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: InvoiceApiService, providedIn: 'root' }); }
15139
15215
  }
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: [{
15216
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: InvoiceApiService, decorators: [{
15143
15217
  type: Injectable,
15144
15218
  args: [{ providedIn: 'root' }]
15145
- }], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: HostService }]; } });
15219
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: HostService }] });
15146
15220
 
15221
+ // *********************************
15222
+ // Code generated by sdkgen
15223
+ // DO NOT EDIT!.
15224
+ //
15225
+ // API Service.
15147
15226
  // *********************************
15148
15227
  class MerchantApiService {
15149
15228
  constructor(http, hostService) {
@@ -15301,14 +15380,19 @@ class MerchantApiService {
15301
15380
  const request = (r.toApiJson) ? r : new CancelRetailBillingRequest(r);
15302
15381
  return this.http.post(this._host + "/billing.v1.MerchantService/CancelRetailBilling", request.toApiJson(), { ...this.apiOptions(), observe: 'response' });
15303
15382
  }
15383
+ 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 }); }
15384
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MerchantApiService, providedIn: 'root' }); }
15304
15385
  }
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: [{
15386
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: MerchantApiService, decorators: [{
15308
15387
  type: Injectable,
15309
15388
  args: [{ providedIn: 'root' }]
15310
- }], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: HostService }]; } });
15389
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: HostService }] });
15311
15390
 
15391
+ // *********************************
15392
+ // Code generated by sdkgen
15393
+ // DO NOT EDIT!.
15394
+ //
15395
+ // API Service.
15312
15396
  // *********************************
15313
15397
  class PaymentMethodApiService {
15314
15398
  constructor(http, hostService) {
@@ -15337,14 +15421,19 @@ class PaymentMethodApiService {
15337
15421
  const request = (r.toApiJson) ? r : new SetDefaultPaymentMethodRequest(r);
15338
15422
  return this.http.post(this._host + "/billing.v1.PaymentMethodService/SetDefaultPaymentMethod", request.toApiJson(), { ...this.apiOptions(), observe: 'response' });
15339
15423
  }
15424
+ 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 }); }
15425
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: PaymentMethodApiService, providedIn: 'root' }); }
15340
15426
  }
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: [{
15427
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: PaymentMethodApiService, decorators: [{
15344
15428
  type: Injectable,
15345
15429
  args: [{ providedIn: 'root' }]
15346
- }], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: HostService }]; } });
15430
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: HostService }] });
15347
15431
 
15432
+ // *********************************
15433
+ // Code generated by sdkgen
15434
+ // DO NOT EDIT!.
15435
+ //
15436
+ // API Service.
15348
15437
  // *********************************
15349
15438
  class PaymentApiService {
15350
15439
  constructor(http, hostService) {
@@ -15441,14 +15530,19 @@ class PaymentApiService {
15441
15530
  return this.http.post(this._host + "/billing.v1.PaymentService/RefundRetail", request.toApiJson(), this.apiOptions())
15442
15531
  .pipe(map(resp => RefundRetailPaymentResponse.fromProto(resp)));
15443
15532
  }
15533
+ 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 }); }
15534
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: PaymentApiService, providedIn: 'root' }); }
15444
15535
  }
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: [{
15536
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: PaymentApiService, decorators: [{
15448
15537
  type: Injectable,
15449
15538
  args: [{ providedIn: 'root' }]
15450
- }], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: HostService }]; } });
15539
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: HostService }] });
15451
15540
 
15541
+ // *********************************
15542
+ // Code generated by sdkgen
15543
+ // DO NOT EDIT!.
15544
+ //
15545
+ // API Service.
15452
15546
  // *********************************
15453
15547
  class PricingApiService {
15454
15548
  constructor(http, hostService) {
@@ -15509,14 +15603,19 @@ class PricingApiService {
15509
15603
  const request = (r.toApiJson) ? r : new UpsertWholesalePricingRequest(r);
15510
15604
  return this.http.post(this._host + "/billing.v1.PricingService/UpsertWholesale", request.toApiJson(), { ...this.apiOptions(), observe: 'response' });
15511
15605
  }
15606
+ 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 }); }
15607
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: PricingApiService, providedIn: 'root' }); }
15512
15608
  }
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: [{
15609
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: PricingApiService, decorators: [{
15516
15610
  type: Injectable,
15517
15611
  args: [{ providedIn: 'root' }]
15518
- }], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: HostService }]; } });
15612
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: HostService }] });
15519
15613
 
15614
+ // *********************************
15615
+ // Code generated by sdkgen
15616
+ // DO NOT EDIT!.
15617
+ //
15618
+ // API Service.
15520
15619
  // *********************************
15521
15620
  class ProductApiService {
15522
15621
  constructor(http, hostService) {
@@ -15544,14 +15643,19 @@ class ProductApiService {
15544
15643
  const request = (r.toApiJson) ? r : new DeleteProductRequest(r);
15545
15644
  return this.http.post(this._host + "/billing.v1.ProductService/Delete", request.toApiJson(), { ...this.apiOptions(), observe: 'response' });
15546
15645
  }
15646
+ 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 }); }
15647
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: ProductApiService, providedIn: 'root' }); }
15547
15648
  }
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: [{
15649
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: ProductApiService, decorators: [{
15551
15650
  type: Injectable,
15552
15651
  args: [{ providedIn: 'root' }]
15553
- }], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: HostService }]; } });
15652
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: HostService }] });
15554
15653
 
15654
+ // *********************************
15655
+ // Code generated by sdkgen
15656
+ // DO NOT EDIT!.
15657
+ //
15658
+ // API Service.
15555
15659
  // *********************************
15556
15660
  class ProductSummaryApiService {
15557
15661
  constructor(http, hostService) {
@@ -15577,14 +15681,19 @@ class ProductSummaryApiService {
15577
15681
  return this.http.post(this._host + "/billing.v1.ProductSummaryService/ListSubscriptionRetentionBySKU", request.toApiJson(), this.apiOptions())
15578
15682
  .pipe(map(resp => ListSubscriptionRetentionBySKUResponse.fromProto(resp)));
15579
15683
  }
15684
+ 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 }); }
15685
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: ProductSummaryApiService, providedIn: 'root' }); }
15580
15686
  }
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: [{
15687
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: ProductSummaryApiService, decorators: [{
15584
15688
  type: Injectable,
15585
15689
  args: [{ providedIn: 'root' }]
15586
- }], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: HostService }]; } });
15690
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: HostService }] });
15587
15691
 
15692
+ // *********************************
15693
+ // Code generated by sdkgen
15694
+ // DO NOT EDIT!.
15695
+ //
15696
+ // API Service.
15588
15697
  // *********************************
15589
15698
  class PurchaseApiService {
15590
15699
  constructor(http, hostService) {
@@ -15635,14 +15744,19 @@ class PurchaseApiService {
15635
15744
  const request = (r.toApiJson) ? r : new StopDunningRequest(r);
15636
15745
  return this.http.post(this._host + "/billing.v1.PurchaseService/StopDunning", request.toApiJson(), { ...this.apiOptions(), observe: 'response' });
15637
15746
  }
15747
+ 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 }); }
15748
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: PurchaseApiService, providedIn: 'root' }); }
15638
15749
  }
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: [{
15750
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: PurchaseApiService, decorators: [{
15642
15751
  type: Injectable,
15643
15752
  args: [{ providedIn: 'root' }]
15644
- }], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: HostService }]; } });
15753
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: HostService }] });
15645
15754
 
15755
+ // *********************************
15756
+ // Code generated by sdkgen
15757
+ // DO NOT EDIT!.
15758
+ //
15759
+ // API Service.
15646
15760
  // *********************************
15647
15761
  class RecurringInvoiceApiService {
15648
15762
  constructor(http, hostService) {
@@ -15682,14 +15796,19 @@ class RecurringInvoiceApiService {
15682
15796
  const request = (r.toApiJson) ? r : new DeleteRecurringInvoiceRequest(r);
15683
15797
  return this.http.post(this._host + "/billing.v1.RecurringInvoiceService/DeleteRecurringInvoice", request.toApiJson(), { ...this.apiOptions(), observe: 'response' });
15684
15798
  }
15799
+ 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 }); }
15800
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: RecurringInvoiceApiService, providedIn: 'root' }); }
15685
15801
  }
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: [{
15802
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: RecurringInvoiceApiService, decorators: [{
15689
15803
  type: Injectable,
15690
15804
  args: [{ providedIn: 'root' }]
15691
- }], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: HostService }]; } });
15805
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: HostService }] });
15692
15806
 
15807
+ // *********************************
15808
+ // Code generated by sdkgen
15809
+ // DO NOT EDIT!.
15810
+ //
15811
+ // API Service.
15693
15812
  // *********************************
15694
15813
  class RefundApiService {
15695
15814
  constructor(http, hostService) {
@@ -15714,14 +15833,19 @@ class RefundApiService {
15714
15833
  return this.http.post(this._host + "/billing.v1.RefundService/List", request.toApiJson(), this.apiOptions())
15715
15834
  .pipe(map(resp => ListRefundsResponse.fromProto(resp)));
15716
15835
  }
15836
+ 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 }); }
15837
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: RefundApiService, providedIn: 'root' }); }
15717
15838
  }
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: [{
15839
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: RefundApiService, decorators: [{
15721
15840
  type: Injectable,
15722
15841
  args: [{ providedIn: 'root' }]
15723
- }], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: HostService }]; } });
15842
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: HostService }] });
15724
15843
 
15844
+ // *********************************
15845
+ // Code generated by sdkgen
15846
+ // DO NOT EDIT!.
15847
+ //
15848
+ // API Service.
15725
15849
  // *********************************
15726
15850
  class RetailCustomerConfigurationApiService {
15727
15851
  constructor(http, hostService) {
@@ -15746,14 +15870,19 @@ class RetailCustomerConfigurationApiService {
15746
15870
  const request = (r.toApiJson) ? r : new UpsertRetailCustomerConfigurationRequest(r);
15747
15871
  return this.http.post(this._host + "/billing.v1.RetailCustomerConfigurationService/Upsert", request.toApiJson(), { ...this.apiOptions(), observe: 'response' });
15748
15872
  }
15873
+ 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 }); }
15874
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: RetailCustomerConfigurationApiService, providedIn: 'root' }); }
15749
15875
  }
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: [{
15876
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: RetailCustomerConfigurationApiService, decorators: [{
15753
15877
  type: Injectable,
15754
15878
  args: [{ providedIn: 'root' }]
15755
- }], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: HostService }]; } });
15879
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: HostService }] });
15756
15880
 
15881
+ // *********************************
15882
+ // Code generated by sdkgen
15883
+ // DO NOT EDIT!.
15884
+ //
15885
+ // API Service.
15757
15886
  // *********************************
15758
15887
  class SalesCreditNoteApiService {
15759
15888
  constructor(http, hostService) {
@@ -15778,14 +15907,19 @@ class SalesCreditNoteApiService {
15778
15907
  return this.http.post(this._host + "/billing.v1.SalesCreditNoteService/List", request.toApiJson(), this.apiOptions())
15779
15908
  .pipe(map(resp => ListSalesCreditNoteResponse.fromProto(resp)));
15780
15909
  }
15910
+ 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 }); }
15911
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: SalesCreditNoteApiService, providedIn: 'root' }); }
15781
15912
  }
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: [{
15913
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: SalesCreditNoteApiService, decorators: [{
15785
15914
  type: Injectable,
15786
15915
  args: [{ providedIn: 'root' }]
15787
- }], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: HostService }]; } });
15916
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: HostService }] });
15788
15917
 
15918
+ // *********************************
15919
+ // Code generated by sdkgen
15920
+ // DO NOT EDIT!.
15921
+ //
15922
+ // API Service.
15789
15923
  // *********************************
15790
15924
  class SalesInvoiceApiService {
15791
15925
  constructor(http, hostService) {
@@ -15815,14 +15949,19 @@ class SalesInvoiceApiService {
15815
15949
  return this.http.post(this._host + "/billing.v1.SalesInvoiceService/Get", request.toApiJson(), this.apiOptions())
15816
15950
  .pipe(map(resp => GetSalesInvoiceResponse.fromProto(resp)));
15817
15951
  }
15952
+ 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 }); }
15953
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: SalesInvoiceApiService, providedIn: 'root' }); }
15818
15954
  }
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: [{
15955
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: SalesInvoiceApiService, decorators: [{
15822
15956
  type: Injectable,
15823
15957
  args: [{ providedIn: 'root' }]
15824
- }], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: HostService }]; } });
15958
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: HostService }] });
15825
15959
 
15960
+ // *********************************
15961
+ // Code generated by sdkgen
15962
+ // DO NOT EDIT!.
15963
+ //
15964
+ // API Service.
15826
15965
  // *********************************
15827
15966
  class SubscriptionRelationshipApiService {
15828
15967
  constructor(http, hostService) {
@@ -15853,14 +15992,19 @@ class SubscriptionRelationshipApiService {
15853
15992
  return this.http.post(this._host + "/billing.v1.SubscriptionRelationshipService/GetMulti", request.toApiJson(), this.apiOptions())
15854
15993
  .pipe(map(resp => GetMultiSubscriptionRelationshipsResponse.fromProto(resp)));
15855
15994
  }
15995
+ 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 }); }
15996
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: SubscriptionRelationshipApiService, providedIn: 'root' }); }
15856
15997
  }
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: [{
15998
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: SubscriptionRelationshipApiService, decorators: [{
15860
15999
  type: Injectable,
15861
16000
  args: [{ providedIn: 'root' }]
15862
- }], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: HostService }]; } });
16001
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: HostService }] });
15863
16002
 
16003
+ // *********************************
16004
+ // Code generated by sdkgen
16005
+ // DO NOT EDIT!.
16006
+ //
16007
+ // API Service.
15864
16008
  // *********************************
15865
16009
  class TaxApiService {
15866
16010
  constructor(http, hostService) {
@@ -15908,14 +16052,19 @@ class TaxApiService {
15908
16052
  const request = (r.toApiJson) ? r : new ArchiveTaxRequest(r);
15909
16053
  return this.http.post(this._host + "/billing.v1.TaxService/Archive", request.toApiJson(), { ...this.apiOptions(), observe: 'response' });
15910
16054
  }
16055
+ 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 }); }
16056
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: TaxApiService, providedIn: 'root' }); }
15911
16057
  }
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: [{
16058
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: TaxApiService, decorators: [{
15915
16059
  type: Injectable,
15916
16060
  args: [{ providedIn: 'root' }]
15917
- }], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: HostService }]; } });
16061
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: HostService }] });
15918
16062
 
16063
+ // *********************************
16064
+ // Code generated by sdkgen
16065
+ // DO NOT EDIT!.
16066
+ //
16067
+ // API Service.
15919
16068
  // *********************************
15920
16069
  class VendorApiService {
15921
16070
  constructor(http, hostService) {
@@ -15941,15 +16090,20 @@ class VendorApiService {
15941
16090
  return this.http.post(this._host + "/billing.v1.VendorService/GetRevenueStats", request.toApiJson(), this.apiOptions())
15942
16091
  .pipe(map(resp => GetRevenueStatsResponse.fromProto(resp)));
15943
16092
  }
16093
+ 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 }); }
16094
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: VendorApiService, providedIn: 'root' }); }
15944
16095
  }
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: [{
16096
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.5", ngImport: i0, type: VendorApiService, decorators: [{
15948
16097
  type: Injectable,
15949
16098
  args: [{ providedIn: 'root' }]
15950
- }], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: HostService }]; } });
16099
+ }], ctorParameters: () => [{ type: i1.HttpClient }, { type: HostService }] });
15951
16100
 
15952
16101
  // *********************************
16102
+ // Code generated by sdkgen
16103
+ // DO NOT EDIT!.
16104
+ //
16105
+ // Index.
16106
+ // *********************************
15953
16107
 
15954
16108
  // Hardcoded conversion rate of 1.4 for our currently supported currencies (CAD and AUD)
15955
16109
  const usdConversionRate = 1.4;
@@ -15958,5 +16112,5 @@ const usdConversionRate = 1.4;
15958
16112
  * Generated bundle index. Do not edit.
15959
16113
  */
15960
16114
 
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 };
16115
+ 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
16116
  //# sourceMappingURL=vendasta-billing.mjs.map