@vendasta/billing 10.11.0 → 11.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2020/lib/_generated/host.service.mjs +3 -3
- package/esm2020/lib/_internal/bank-reconciliation.api.service.mjs +3 -3
- package/esm2020/lib/_internal/billing.api.service.mjs +9 -4
- package/esm2020/lib/_internal/bundle.api.service.mjs +3 -3
- package/esm2020/lib/_internal/contract-document.api.service.mjs +3 -3
- package/esm2020/lib/_internal/contract.api.service.mjs +3 -3
- package/esm2020/lib/_internal/credit.api.service.mjs +3 -3
- package/esm2020/lib/_internal/discount.api.service.mjs +3 -3
- package/esm2020/lib/_internal/interfaces/contract.interface.mjs +1 -1
- package/esm2020/lib/_internal/invoice-template.api.service.mjs +3 -3
- package/esm2020/lib/_internal/invoice.api.service.mjs +3 -3
- package/esm2020/lib/_internal/merchant.api.service.mjs +3 -3
- package/esm2020/lib/_internal/objects/contract.mjs +4 -1
- package/esm2020/lib/_internal/payment-method.api.service.mjs +3 -3
- package/esm2020/lib/_internal/payment.api.service.mjs +3 -3
- package/esm2020/lib/_internal/pricing.api.service.mjs +3 -3
- package/esm2020/lib/_internal/product-summary.api.service.mjs +3 -3
- package/esm2020/lib/_internal/product.api.service.mjs +3 -3
- package/esm2020/lib/_internal/purchase.api.service.mjs +3 -3
- package/esm2020/lib/_internal/recurring-invoice.api.service.mjs +3 -3
- package/esm2020/lib/_internal/refund.api.service.mjs +3 -3
- package/esm2020/lib/_internal/retail-customer-configuration.api.service.mjs +3 -3
- package/esm2020/lib/_internal/sales-credit-note.api.service.mjs +3 -3
- package/esm2020/lib/_internal/sales-invoice.api.service.mjs +3 -3
- package/esm2020/lib/_internal/tax.api.service.mjs +3 -3
- package/esm2020/lib/_internal/vendor.api.service.mjs +3 -3
- package/fesm2015/vendasta-billing.mjs +80 -72
- package/fesm2015/vendasta-billing.mjs.map +1 -1
- package/fesm2020/vendasta-billing.mjs +80 -72
- package/fesm2020/vendasta-billing.mjs.map +1 -1
- package/lib/_internal/billing.api.service.d.ts +1 -0
- package/lib/_internal/interfaces/contract.interface.d.ts +1 -0
- package/lib/_internal/objects/contract.d.ts +1 -0
- package/package.json +3 -3
- package/src/README.md +0 -1
|
@@ -2264,6 +2264,9 @@ class UpdateContractRequest {
|
|
|
2264
2264
|
if (typeof this.mutations !== 'undefined' && this.mutations !== null) {
|
|
2265
2265
|
toReturn['mutations'] = 'toApiJson' in this.mutations ? this.mutations.toApiJson() : this.mutations;
|
|
2266
2266
|
}
|
|
2267
|
+
if (typeof this.performedBy !== 'undefined') {
|
|
2268
|
+
toReturn['performedBy'] = this.performedBy;
|
|
2269
|
+
}
|
|
2267
2270
|
return toReturn;
|
|
2268
2271
|
}
|
|
2269
2272
|
}
|
|
@@ -14307,9 +14310,9 @@ class HostService {
|
|
|
14307
14310
|
return 'https://' + this.host;
|
|
14308
14311
|
}
|
|
14309
14312
|
}
|
|
14310
|
-
HostService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
14311
|
-
HostService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
14312
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
14313
|
+
HostService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: HostService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
14314
|
+
HostService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: HostService, providedIn: 'root' });
|
|
14315
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: HostService, decorators: [{
|
|
14313
14316
|
type: Injectable,
|
|
14314
14317
|
args: [{ providedIn: 'root' }]
|
|
14315
14318
|
}] });
|
|
@@ -14340,9 +14343,9 @@ class BankReconciliationApiService {
|
|
|
14340
14343
|
.pipe(map(resp => ReconcilePayoutResponse.fromProto(resp)));
|
|
14341
14344
|
}
|
|
14342
14345
|
}
|
|
14343
|
-
BankReconciliationApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
14344
|
-
BankReconciliationApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
14345
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
14346
|
+
BankReconciliationApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: BankReconciliationApiService, deps: [{ token: i1.HttpClient }, { token: HostService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
14347
|
+
BankReconciliationApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: BankReconciliationApiService, providedIn: 'root' });
|
|
14348
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: BankReconciliationApiService, decorators: [{
|
|
14346
14349
|
type: Injectable,
|
|
14347
14350
|
args: [{ providedIn: 'root' }]
|
|
14348
14351
|
}], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: HostService }]; } });
|
|
@@ -14412,6 +14415,11 @@ class BillingApiService {
|
|
|
14412
14415
|
return this.http.post(this._host + "/billing.v1.Billing/ListSubscriptions", request.toApiJson(), this.apiOptions())
|
|
14413
14416
|
.pipe(map(resp => ListSubscriptionsResponse.fromProto(resp)));
|
|
14414
14417
|
}
|
|
14418
|
+
listRetailSubscriptions(r) {
|
|
14419
|
+
const request = (r.toApiJson) ? r : new ListSubscriptionsRequest(r);
|
|
14420
|
+
return this.http.post(this._host + "/billing.v1.Billing/ListRetailSubscriptions", request.toApiJson(), this.apiOptions())
|
|
14421
|
+
.pipe(map(resp => ListSubscriptionsResponse.fromProto(resp)));
|
|
14422
|
+
}
|
|
14415
14423
|
listBillableItems(r) {
|
|
14416
14424
|
const request = (r.toApiJson) ? r : new ListBillableItemsRequest(r);
|
|
14417
14425
|
return this.http.post(this._host + "/billing.v1.Billing/ListBillableItems", request.toApiJson(), this.apiOptions())
|
|
@@ -14552,9 +14560,9 @@ class BillingApiService {
|
|
|
14552
14560
|
return this.http.post(this._host + "/billing.v1.Billing/StartRevRecTemplateBackfill", request.toApiJson(), { ...this.apiOptions(), observe: 'response' });
|
|
14553
14561
|
}
|
|
14554
14562
|
}
|
|
14555
|
-
BillingApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
14556
|
-
BillingApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
14557
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
14563
|
+
BillingApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: BillingApiService, deps: [{ token: i1.HttpClient }, { token: HostService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
14564
|
+
BillingApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: BillingApiService, providedIn: 'root' });
|
|
14565
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: BillingApiService, decorators: [{
|
|
14558
14566
|
type: Injectable,
|
|
14559
14567
|
args: [{ providedIn: 'root' }]
|
|
14560
14568
|
}], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: HostService }]; } });
|
|
@@ -14589,9 +14597,9 @@ class BundleApiService {
|
|
|
14589
14597
|
.pipe(map(resp => ListBundlesResponse.fromProto(resp)));
|
|
14590
14598
|
}
|
|
14591
14599
|
}
|
|
14592
|
-
BundleApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
14593
|
-
BundleApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
14594
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
14600
|
+
BundleApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: BundleApiService, deps: [{ token: i1.HttpClient }, { token: HostService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
14601
|
+
BundleApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: BundleApiService, providedIn: 'root' });
|
|
14602
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: BundleApiService, decorators: [{
|
|
14595
14603
|
type: Injectable,
|
|
14596
14604
|
args: [{ providedIn: 'root' }]
|
|
14597
14605
|
}], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: HostService }]; } });
|
|
@@ -14621,9 +14629,9 @@ class ContractDocumentApiService {
|
|
|
14621
14629
|
return this.http.post(this._host + "/billing.v1.ContractDocumentService/Delete", request.toApiJson(), { ...this.apiOptions(), observe: 'response' });
|
|
14622
14630
|
}
|
|
14623
14631
|
}
|
|
14624
|
-
ContractDocumentApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
14625
|
-
ContractDocumentApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
14626
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
14632
|
+
ContractDocumentApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: ContractDocumentApiService, deps: [{ token: i1.HttpClient }, { token: HostService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
14633
|
+
ContractDocumentApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: ContractDocumentApiService, providedIn: 'root' });
|
|
14634
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: ContractDocumentApiService, decorators: [{
|
|
14627
14635
|
type: Injectable,
|
|
14628
14636
|
args: [{ providedIn: 'root' }]
|
|
14629
14637
|
}], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: HostService }]; } });
|
|
@@ -14663,9 +14671,9 @@ class ContractApiService {
|
|
|
14663
14671
|
.pipe(map(resp => UpdateContractResponse.fromProto(resp)));
|
|
14664
14672
|
}
|
|
14665
14673
|
}
|
|
14666
|
-
ContractApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
14667
|
-
ContractApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
14668
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
14674
|
+
ContractApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: ContractApiService, deps: [{ token: i1.HttpClient }, { token: HostService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
14675
|
+
ContractApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: ContractApiService, providedIn: 'root' });
|
|
14676
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: ContractApiService, decorators: [{
|
|
14669
14677
|
type: Injectable,
|
|
14670
14678
|
args: [{ providedIn: 'root' }]
|
|
14671
14679
|
}], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: HostService }]; } });
|
|
@@ -14695,9 +14703,9 @@ class CreditApiService {
|
|
|
14695
14703
|
.pipe(map(resp => GetBalanceResponse.fromProto(resp)));
|
|
14696
14704
|
}
|
|
14697
14705
|
}
|
|
14698
|
-
CreditApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
14699
|
-
CreditApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
14700
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
14706
|
+
CreditApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: CreditApiService, deps: [{ token: i1.HttpClient }, { token: HostService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
14707
|
+
CreditApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: CreditApiService, providedIn: 'root' });
|
|
14708
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: CreditApiService, decorators: [{
|
|
14701
14709
|
type: Injectable,
|
|
14702
14710
|
args: [{ providedIn: 'root' }]
|
|
14703
14711
|
}], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: HostService }]; } });
|
|
@@ -14735,9 +14743,9 @@ class DiscountApiService {
|
|
|
14735
14743
|
return this.http.post(this._host + "/billing.v1.DiscountService/Expire", request.toApiJson(), { ...this.apiOptions(), observe: 'response' });
|
|
14736
14744
|
}
|
|
14737
14745
|
}
|
|
14738
|
-
DiscountApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
14739
|
-
DiscountApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
14740
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
14746
|
+
DiscountApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: DiscountApiService, deps: [{ token: i1.HttpClient }, { token: HostService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
14747
|
+
DiscountApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: DiscountApiService, providedIn: 'root' });
|
|
14748
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: DiscountApiService, decorators: [{
|
|
14741
14749
|
type: Injectable,
|
|
14742
14750
|
args: [{ providedIn: 'root' }]
|
|
14743
14751
|
}], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: HostService }]; } });
|
|
@@ -14843,9 +14851,9 @@ class InvoiceApiService {
|
|
|
14843
14851
|
.pipe(map(resp => CreatePaymentLinkResponse.fromProto(resp)));
|
|
14844
14852
|
}
|
|
14845
14853
|
}
|
|
14846
|
-
InvoiceApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
14847
|
-
InvoiceApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
14848
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
14854
|
+
InvoiceApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: InvoiceApiService, deps: [{ token: i1.HttpClient }, { token: HostService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
14855
|
+
InvoiceApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: InvoiceApiService, providedIn: 'root' });
|
|
14856
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: InvoiceApiService, decorators: [{
|
|
14849
14857
|
type: Injectable,
|
|
14850
14858
|
args: [{ providedIn: 'root' }]
|
|
14851
14859
|
}], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: HostService }]; } });
|
|
@@ -14915,9 +14923,9 @@ class InvoiceTemplateApiService {
|
|
|
14915
14923
|
.pipe(map(resp => UpdateTemplateDefaultTaxRatesResponse.fromProto(resp)));
|
|
14916
14924
|
}
|
|
14917
14925
|
}
|
|
14918
|
-
InvoiceTemplateApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
14919
|
-
InvoiceTemplateApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
14920
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
14926
|
+
InvoiceTemplateApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: InvoiceTemplateApiService, deps: [{ token: i1.HttpClient }, { token: HostService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
14927
|
+
InvoiceTemplateApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: InvoiceTemplateApiService, providedIn: 'root' });
|
|
14928
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: InvoiceTemplateApiService, decorators: [{
|
|
14921
14929
|
type: Injectable,
|
|
14922
14930
|
args: [{ providedIn: 'root' }]
|
|
14923
14931
|
}], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: HostService }]; } });
|
|
@@ -15076,9 +15084,9 @@ class MerchantApiService {
|
|
|
15076
15084
|
.pipe(map(resp => GetRetailAccountBalanceResponse.fromProto(resp)));
|
|
15077
15085
|
}
|
|
15078
15086
|
}
|
|
15079
|
-
MerchantApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
15080
|
-
MerchantApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
15081
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
15087
|
+
MerchantApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: MerchantApiService, deps: [{ token: i1.HttpClient }, { token: HostService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
15088
|
+
MerchantApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: MerchantApiService, providedIn: 'root' });
|
|
15089
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: MerchantApiService, decorators: [{
|
|
15082
15090
|
type: Injectable,
|
|
15083
15091
|
args: [{ providedIn: 'root' }]
|
|
15084
15092
|
}], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: HostService }]; } });
|
|
@@ -15112,9 +15120,9 @@ class PaymentMethodApiService {
|
|
|
15112
15120
|
return this.http.post(this._host + "/billing.v1.PaymentMethodService/SetDefaultPaymentMethod", request.toApiJson(), { ...this.apiOptions(), observe: 'response' });
|
|
15113
15121
|
}
|
|
15114
15122
|
}
|
|
15115
|
-
PaymentMethodApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
15116
|
-
PaymentMethodApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
15117
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
15123
|
+
PaymentMethodApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: PaymentMethodApiService, deps: [{ token: i1.HttpClient }, { token: HostService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
15124
|
+
PaymentMethodApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: PaymentMethodApiService, providedIn: 'root' });
|
|
15125
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: PaymentMethodApiService, decorators: [{
|
|
15118
15126
|
type: Injectable,
|
|
15119
15127
|
args: [{ providedIn: 'root' }]
|
|
15120
15128
|
}], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: HostService }]; } });
|
|
@@ -15216,9 +15224,9 @@ class PaymentApiService {
|
|
|
15216
15224
|
.pipe(map(resp => RefundRetailPaymentResponse.fromProto(resp)));
|
|
15217
15225
|
}
|
|
15218
15226
|
}
|
|
15219
|
-
PaymentApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
15220
|
-
PaymentApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
15221
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
15227
|
+
PaymentApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: PaymentApiService, deps: [{ token: i1.HttpClient }, { token: HostService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
15228
|
+
PaymentApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: PaymentApiService, providedIn: 'root' });
|
|
15229
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: PaymentApiService, decorators: [{
|
|
15222
15230
|
type: Injectable,
|
|
15223
15231
|
args: [{ providedIn: 'root' }]
|
|
15224
15232
|
}], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: HostService }]; } });
|
|
@@ -15284,9 +15292,9 @@ class PricingApiService {
|
|
|
15284
15292
|
return this.http.post(this._host + "/billing.v1.PricingService/UpsertWholesale", request.toApiJson(), { ...this.apiOptions(), observe: 'response' });
|
|
15285
15293
|
}
|
|
15286
15294
|
}
|
|
15287
|
-
PricingApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
15288
|
-
PricingApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
15289
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
15295
|
+
PricingApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: PricingApiService, deps: [{ token: i1.HttpClient }, { token: HostService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
15296
|
+
PricingApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: PricingApiService, providedIn: 'root' });
|
|
15297
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: PricingApiService, decorators: [{
|
|
15290
15298
|
type: Injectable,
|
|
15291
15299
|
args: [{ providedIn: 'root' }]
|
|
15292
15300
|
}], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: HostService }]; } });
|
|
@@ -15319,9 +15327,9 @@ class ProductApiService {
|
|
|
15319
15327
|
return this.http.post(this._host + "/billing.v1.ProductService/Delete", request.toApiJson(), { ...this.apiOptions(), observe: 'response' });
|
|
15320
15328
|
}
|
|
15321
15329
|
}
|
|
15322
|
-
ProductApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
15323
|
-
ProductApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
15324
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
15330
|
+
ProductApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: ProductApiService, deps: [{ token: i1.HttpClient }, { token: HostService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
15331
|
+
ProductApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: ProductApiService, providedIn: 'root' });
|
|
15332
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: ProductApiService, decorators: [{
|
|
15325
15333
|
type: Injectable,
|
|
15326
15334
|
args: [{ providedIn: 'root' }]
|
|
15327
15335
|
}], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: HostService }]; } });
|
|
@@ -15352,9 +15360,9 @@ class ProductSummaryApiService {
|
|
|
15352
15360
|
.pipe(map(resp => ListSubscriptionRetentionBySKUResponse.fromProto(resp)));
|
|
15353
15361
|
}
|
|
15354
15362
|
}
|
|
15355
|
-
ProductSummaryApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
15356
|
-
ProductSummaryApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
15357
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
15363
|
+
ProductSummaryApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: ProductSummaryApiService, deps: [{ token: i1.HttpClient }, { token: HostService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
15364
|
+
ProductSummaryApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: ProductSummaryApiService, providedIn: 'root' });
|
|
15365
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: ProductSummaryApiService, decorators: [{
|
|
15358
15366
|
type: Injectable,
|
|
15359
15367
|
args: [{ providedIn: 'root' }]
|
|
15360
15368
|
}], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: HostService }]; } });
|
|
@@ -15398,9 +15406,9 @@ class PurchaseApiService {
|
|
|
15398
15406
|
return this.http.post(this._host + "/billing.v1.PurchaseService/Void", request.toApiJson(), { ...this.apiOptions(), observe: 'response' });
|
|
15399
15407
|
}
|
|
15400
15408
|
}
|
|
15401
|
-
PurchaseApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
15402
|
-
PurchaseApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
15403
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
15409
|
+
PurchaseApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: PurchaseApiService, deps: [{ token: i1.HttpClient }, { token: HostService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
15410
|
+
PurchaseApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: PurchaseApiService, providedIn: 'root' });
|
|
15411
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: PurchaseApiService, decorators: [{
|
|
15404
15412
|
type: Injectable,
|
|
15405
15413
|
args: [{ providedIn: 'root' }]
|
|
15406
15414
|
}], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: HostService }]; } });
|
|
@@ -15445,9 +15453,9 @@ class RecurringInvoiceApiService {
|
|
|
15445
15453
|
return this.http.post(this._host + "/billing.v1.RecurringInvoiceService/DeleteRecurringInvoice", request.toApiJson(), { ...this.apiOptions(), observe: 'response' });
|
|
15446
15454
|
}
|
|
15447
15455
|
}
|
|
15448
|
-
RecurringInvoiceApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
15449
|
-
RecurringInvoiceApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
15450
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
15456
|
+
RecurringInvoiceApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: RecurringInvoiceApiService, deps: [{ token: i1.HttpClient }, { token: HostService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
15457
|
+
RecurringInvoiceApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: RecurringInvoiceApiService, providedIn: 'root' });
|
|
15458
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: RecurringInvoiceApiService, decorators: [{
|
|
15451
15459
|
type: Injectable,
|
|
15452
15460
|
args: [{ providedIn: 'root' }]
|
|
15453
15461
|
}], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: HostService }]; } });
|
|
@@ -15477,9 +15485,9 @@ class RefundApiService {
|
|
|
15477
15485
|
.pipe(map(resp => ListRefundsResponse.fromProto(resp)));
|
|
15478
15486
|
}
|
|
15479
15487
|
}
|
|
15480
|
-
RefundApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
15481
|
-
RefundApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
15482
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
15488
|
+
RefundApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: RefundApiService, deps: [{ token: i1.HttpClient }, { token: HostService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
15489
|
+
RefundApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: RefundApiService, providedIn: 'root' });
|
|
15490
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: RefundApiService, decorators: [{
|
|
15483
15491
|
type: Injectable,
|
|
15484
15492
|
args: [{ providedIn: 'root' }]
|
|
15485
15493
|
}], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: HostService }]; } });
|
|
@@ -15509,9 +15517,9 @@ class RetailCustomerConfigurationApiService {
|
|
|
15509
15517
|
return this.http.post(this._host + "/billing.v1.RetailCustomerConfigurationService/Upsert", request.toApiJson(), { ...this.apiOptions(), observe: 'response' });
|
|
15510
15518
|
}
|
|
15511
15519
|
}
|
|
15512
|
-
RetailCustomerConfigurationApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
15513
|
-
RetailCustomerConfigurationApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
15514
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
15520
|
+
RetailCustomerConfigurationApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: RetailCustomerConfigurationApiService, deps: [{ token: i1.HttpClient }, { token: HostService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
15521
|
+
RetailCustomerConfigurationApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: RetailCustomerConfigurationApiService, providedIn: 'root' });
|
|
15522
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: RetailCustomerConfigurationApiService, decorators: [{
|
|
15515
15523
|
type: Injectable,
|
|
15516
15524
|
args: [{ providedIn: 'root' }]
|
|
15517
15525
|
}], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: HostService }]; } });
|
|
@@ -15541,9 +15549,9 @@ class SalesCreditNoteApiService {
|
|
|
15541
15549
|
.pipe(map(resp => ListSalesCreditNoteResponse.fromProto(resp)));
|
|
15542
15550
|
}
|
|
15543
15551
|
}
|
|
15544
|
-
SalesCreditNoteApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
15545
|
-
SalesCreditNoteApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
15546
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
15552
|
+
SalesCreditNoteApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: SalesCreditNoteApiService, deps: [{ token: i1.HttpClient }, { token: HostService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
15553
|
+
SalesCreditNoteApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: SalesCreditNoteApiService, providedIn: 'root' });
|
|
15554
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: SalesCreditNoteApiService, decorators: [{
|
|
15547
15555
|
type: Injectable,
|
|
15548
15556
|
args: [{ providedIn: 'root' }]
|
|
15549
15557
|
}], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: HostService }]; } });
|
|
@@ -15578,9 +15586,9 @@ class SalesInvoiceApiService {
|
|
|
15578
15586
|
.pipe(map(resp => GetSalesInvoiceResponse.fromProto(resp)));
|
|
15579
15587
|
}
|
|
15580
15588
|
}
|
|
15581
|
-
SalesInvoiceApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
15582
|
-
SalesInvoiceApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
15583
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
15589
|
+
SalesInvoiceApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: SalesInvoiceApiService, deps: [{ token: i1.HttpClient }, { token: HostService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
15590
|
+
SalesInvoiceApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: SalesInvoiceApiService, providedIn: 'root' });
|
|
15591
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: SalesInvoiceApiService, decorators: [{
|
|
15584
15592
|
type: Injectable,
|
|
15585
15593
|
args: [{ providedIn: 'root' }]
|
|
15586
15594
|
}], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: HostService }]; } });
|
|
@@ -15628,9 +15636,9 @@ class TaxApiService {
|
|
|
15628
15636
|
return this.http.post(this._host + "/billing.v1.TaxService/Archive", request.toApiJson(), { ...this.apiOptions(), observe: 'response' });
|
|
15629
15637
|
}
|
|
15630
15638
|
}
|
|
15631
|
-
TaxApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
15632
|
-
TaxApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
15633
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
15639
|
+
TaxApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: TaxApiService, deps: [{ token: i1.HttpClient }, { token: HostService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
15640
|
+
TaxApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: TaxApiService, providedIn: 'root' });
|
|
15641
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: TaxApiService, decorators: [{
|
|
15634
15642
|
type: Injectable,
|
|
15635
15643
|
args: [{ providedIn: 'root' }]
|
|
15636
15644
|
}], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: HostService }]; } });
|
|
@@ -15661,9 +15669,9 @@ class VendorApiService {
|
|
|
15661
15669
|
.pipe(map(resp => GetRevenueStatsResponse.fromProto(resp)));
|
|
15662
15670
|
}
|
|
15663
15671
|
}
|
|
15664
|
-
VendorApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
15665
|
-
VendorApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
15666
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
15672
|
+
VendorApiService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: VendorApiService, deps: [{ token: i1.HttpClient }, { token: HostService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
15673
|
+
VendorApiService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: VendorApiService, providedIn: 'root' });
|
|
15674
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: VendorApiService, decorators: [{
|
|
15667
15675
|
type: Injectable,
|
|
15668
15676
|
args: [{ providedIn: 'root' }]
|
|
15669
15677
|
}], ctorParameters: function () { return [{ type: i1.HttpClient }, { type: HostService }]; } });
|