rebilly-js-sdk 62.152.0 → 62.153.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/CHANGELOG.md +2 -2
- package/dist/rebilly-js-sdk.d.cts +90 -45
- package/dist/rebilly-js-sdk.d.mts +90 -45
- package/dist/rebilly-js-sdk.d.ts +90 -45
- package/dist/rebilly-js-sdk.es.mjs +1 -1
- package/dist/rebilly-js-sdk.umd.js +1 -1
- package/package.json +1 -1
package/dist/rebilly-js-sdk.d.ts
CHANGED
|
@@ -23560,6 +23560,10 @@ export interface coreComponents {
|
|
|
23560
23560
|
*/
|
|
23561
23561
|
start?: string;
|
|
23562
23562
|
};
|
|
23563
|
+
/** Reason the export failed, if the export status is `failed`. */
|
|
23564
|
+
DataExportFailureReason:
|
|
23565
|
+
| ("record-limit-exceeded" | "max-retries-reached")
|
|
23566
|
+
| null;
|
|
23563
23567
|
/**
|
|
23564
23568
|
* Date range of the data export.
|
|
23565
23569
|
* If this value is not set, all data is included.
|
|
@@ -23609,7 +23613,8 @@ export interface coreComponents {
|
|
|
23609
23613
|
createdTime?: coreComponents["schemas"]["CreatedTime"];
|
|
23610
23614
|
updatedTime?: coreComponents["schemas"]["UpdatedTime"];
|
|
23611
23615
|
/** Status of export request. */
|
|
23612
|
-
status?: "pending" | "queued" | "processing" | "completed";
|
|
23616
|
+
status?: "pending" | "queued" | "processing" | "completed" | "failed";
|
|
23617
|
+
failureReason?: coreComponents["schemas"]["DataExportFailureReason"];
|
|
23613
23618
|
dateRange?: coreComponents["schemas"]["DataExportDateRange"] & {
|
|
23614
23619
|
field?: string;
|
|
23615
23620
|
};
|
|
@@ -23656,7 +23661,8 @@ export interface coreComponents {
|
|
|
23656
23661
|
createdTime?: coreComponents["schemas"]["CreatedTime"];
|
|
23657
23662
|
updatedTime?: coreComponents["schemas"]["UpdatedTime"];
|
|
23658
23663
|
/** Status of export request. */
|
|
23659
|
-
status?: "pending" | "queued" | "processing" | "completed";
|
|
23664
|
+
status?: "pending" | "queued" | "processing" | "completed" | "failed";
|
|
23665
|
+
failureReason?: coreComponents["schemas"]["DataExportFailureReason"];
|
|
23660
23666
|
dateRange?: coreComponents["schemas"]["DataExportDateRange"] & {
|
|
23661
23667
|
field?: string;
|
|
23662
23668
|
};
|
|
@@ -23703,7 +23709,8 @@ export interface coreComponents {
|
|
|
23703
23709
|
createdTime?: coreComponents["schemas"]["CreatedTime"];
|
|
23704
23710
|
updatedTime?: coreComponents["schemas"]["UpdatedTime"];
|
|
23705
23711
|
/** Status of export request. */
|
|
23706
|
-
status?: "pending" | "queued" | "processing" | "completed";
|
|
23712
|
+
status?: "pending" | "queued" | "processing" | "completed" | "failed";
|
|
23713
|
+
failureReason?: coreComponents["schemas"]["DataExportFailureReason"];
|
|
23707
23714
|
dateRange?: coreComponents["schemas"]["DataExportDateRange"] & {
|
|
23708
23715
|
field?: string;
|
|
23709
23716
|
};
|
|
@@ -23750,7 +23757,8 @@ export interface coreComponents {
|
|
|
23750
23757
|
createdTime?: coreComponents["schemas"]["CreatedTime"];
|
|
23751
23758
|
updatedTime?: coreComponents["schemas"]["UpdatedTime"];
|
|
23752
23759
|
/** Status of export request. */
|
|
23753
|
-
status?: "pending" | "queued" | "processing" | "completed";
|
|
23760
|
+
status?: "pending" | "queued" | "processing" | "completed" | "failed";
|
|
23761
|
+
failureReason?: coreComponents["schemas"]["DataExportFailureReason"];
|
|
23754
23762
|
dateRange?: coreComponents["schemas"]["DataExportDateRange"] & {
|
|
23755
23763
|
field?: string;
|
|
23756
23764
|
};
|
|
@@ -23797,7 +23805,8 @@ export interface coreComponents {
|
|
|
23797
23805
|
createdTime?: coreComponents["schemas"]["CreatedTime"];
|
|
23798
23806
|
updatedTime?: coreComponents["schemas"]["UpdatedTime"];
|
|
23799
23807
|
/** Status of export request. */
|
|
23800
|
-
status?: "pending" | "queued" | "processing" | "completed";
|
|
23808
|
+
status?: "pending" | "queued" | "processing" | "completed" | "failed";
|
|
23809
|
+
failureReason?: coreComponents["schemas"]["DataExportFailureReason"];
|
|
23801
23810
|
dateRange?: coreComponents["schemas"]["DataExportDateRange"] & {
|
|
23802
23811
|
field?: string;
|
|
23803
23812
|
};
|
|
@@ -23844,7 +23853,8 @@ export interface coreComponents {
|
|
|
23844
23853
|
createdTime?: coreComponents["schemas"]["CreatedTime"];
|
|
23845
23854
|
updatedTime?: coreComponents["schemas"]["UpdatedTime"];
|
|
23846
23855
|
/** Status of export request. */
|
|
23847
|
-
status?: "pending" | "queued" | "processing" | "completed";
|
|
23856
|
+
status?: "pending" | "queued" | "processing" | "completed" | "failed";
|
|
23857
|
+
failureReason?: coreComponents["schemas"]["DataExportFailureReason"];
|
|
23848
23858
|
dateRange?: coreComponents["schemas"]["DataExportDateRange"] & {
|
|
23849
23859
|
field?: string;
|
|
23850
23860
|
};
|
|
@@ -23891,7 +23901,8 @@ export interface coreComponents {
|
|
|
23891
23901
|
createdTime?: coreComponents["schemas"]["CreatedTime"];
|
|
23892
23902
|
updatedTime?: coreComponents["schemas"]["UpdatedTime"];
|
|
23893
23903
|
/** Status of the export request. */
|
|
23894
|
-
status?: "pending" | "queued" | "processing" | "completed";
|
|
23904
|
+
status?: "pending" | "queued" | "processing" | "completed" | "failed";
|
|
23905
|
+
failureReason?: coreComponents["schemas"]["DataExportFailureReason"];
|
|
23895
23906
|
dateRange?: coreComponents["schemas"]["DataExportDateRange"] & {
|
|
23896
23907
|
field?: string;
|
|
23897
23908
|
};
|
|
@@ -23938,7 +23949,8 @@ export interface coreComponents {
|
|
|
23938
23949
|
createdTime?: coreComponents["schemas"]["CreatedTime"];
|
|
23939
23950
|
updatedTime?: coreComponents["schemas"]["UpdatedTime"];
|
|
23940
23951
|
/** Status of export request. */
|
|
23941
|
-
status?: "pending" | "queued" | "processing" | "completed";
|
|
23952
|
+
status?: "pending" | "queued" | "processing" | "completed" | "failed";
|
|
23953
|
+
failureReason?: coreComponents["schemas"]["DataExportFailureReason"];
|
|
23942
23954
|
dateRange?: coreComponents["schemas"]["DataExportDateRange"] & {
|
|
23943
23955
|
field?: string;
|
|
23944
23956
|
};
|
|
@@ -23985,7 +23997,8 @@ export interface coreComponents {
|
|
|
23985
23997
|
createdTime?: coreComponents["schemas"]["CreatedTime"];
|
|
23986
23998
|
updatedTime?: coreComponents["schemas"]["UpdatedTime"];
|
|
23987
23999
|
/** Status of the export request. */
|
|
23988
|
-
status?: "pending" | "queued" | "processing" | "completed";
|
|
24000
|
+
status?: "pending" | "queued" | "processing" | "completed" | "failed";
|
|
24001
|
+
failureReason?: coreComponents["schemas"]["DataExportFailureReason"];
|
|
23989
24002
|
dateRange?: coreComponents["schemas"]["DataExportDateRange"] & {
|
|
23990
24003
|
field?: string;
|
|
23991
24004
|
};
|
|
@@ -24032,7 +24045,8 @@ export interface coreComponents {
|
|
|
24032
24045
|
createdTime?: coreComponents["schemas"]["CreatedTime"];
|
|
24033
24046
|
updatedTime?: coreComponents["schemas"]["UpdatedTime"];
|
|
24034
24047
|
/** Status of the export request. */
|
|
24035
|
-
status?: "pending" | "queued" | "processing" | "completed";
|
|
24048
|
+
status?: "pending" | "queued" | "processing" | "completed" | "failed";
|
|
24049
|
+
failureReason?: coreComponents["schemas"]["DataExportFailureReason"];
|
|
24036
24050
|
dateRange?: coreComponents["schemas"]["DataExportDateRange"] & {
|
|
24037
24051
|
field?: string;
|
|
24038
24052
|
};
|
|
@@ -24079,7 +24093,8 @@ export interface coreComponents {
|
|
|
24079
24093
|
createdTime?: coreComponents["schemas"]["CreatedTime"];
|
|
24080
24094
|
updatedTime?: coreComponents["schemas"]["UpdatedTime"];
|
|
24081
24095
|
/** Status of the export request. */
|
|
24082
|
-
status?: "pending" | "queued" | "processing" | "completed";
|
|
24096
|
+
status?: "pending" | "queued" | "processing" | "completed" | "failed";
|
|
24097
|
+
failureReason?: coreComponents["schemas"]["DataExportFailureReason"];
|
|
24083
24098
|
dateRange?: coreComponents["schemas"]["DataExportDateRange"] & {
|
|
24084
24099
|
field?: string;
|
|
24085
24100
|
};
|
|
@@ -24884,13 +24899,13 @@ export interface coreComponents {
|
|
|
24884
24899
|
};
|
|
24885
24900
|
SubscriptionSummaryMetrics: {
|
|
24886
24901
|
/** Currency code in ISO 4217 format. */
|
|
24887
|
-
currency
|
|
24902
|
+
currency: string;
|
|
24888
24903
|
/** Total amount of all issued, past due, and paid invoices. */
|
|
24889
|
-
invoicedAmount
|
|
24904
|
+
invoicedAmount: number;
|
|
24890
24905
|
/** Total amount of all paid invoices. */
|
|
24891
|
-
collectedAmount
|
|
24906
|
+
collectedAmount: number;
|
|
24892
24907
|
/** Number of issued, past due, or paid invoices. */
|
|
24893
|
-
invoiceCount
|
|
24908
|
+
invoiceCount: number;
|
|
24894
24909
|
};
|
|
24895
24910
|
StorefrontAccount: {
|
|
24896
24911
|
/** ID of the account. */
|
|
@@ -62302,6 +62317,10 @@ export interface storefrontComponents {
|
|
|
62302
62317
|
*/
|
|
62303
62318
|
start?: string;
|
|
62304
62319
|
};
|
|
62320
|
+
/** Reason the export failed, if the export status is `failed`. */
|
|
62321
|
+
DataExportFailureReason:
|
|
62322
|
+
| ("record-limit-exceeded" | "max-retries-reached")
|
|
62323
|
+
| null;
|
|
62305
62324
|
/**
|
|
62306
62325
|
* Date range of the data export.
|
|
62307
62326
|
* If this value is not set, all data is included.
|
|
@@ -62351,7 +62370,8 @@ export interface storefrontComponents {
|
|
|
62351
62370
|
createdTime?: storefrontComponents["schemas"]["CreatedTime"];
|
|
62352
62371
|
updatedTime?: storefrontComponents["schemas"]["UpdatedTime"];
|
|
62353
62372
|
/** Status of export request. */
|
|
62354
|
-
status?: "pending" | "queued" | "processing" | "completed";
|
|
62373
|
+
status?: "pending" | "queued" | "processing" | "completed" | "failed";
|
|
62374
|
+
failureReason?: storefrontComponents["schemas"]["DataExportFailureReason"];
|
|
62355
62375
|
dateRange?: storefrontComponents["schemas"]["DataExportDateRange"] & {
|
|
62356
62376
|
field?: string;
|
|
62357
62377
|
};
|
|
@@ -62398,7 +62418,8 @@ export interface storefrontComponents {
|
|
|
62398
62418
|
createdTime?: storefrontComponents["schemas"]["CreatedTime"];
|
|
62399
62419
|
updatedTime?: storefrontComponents["schemas"]["UpdatedTime"];
|
|
62400
62420
|
/** Status of export request. */
|
|
62401
|
-
status?: "pending" | "queued" | "processing" | "completed";
|
|
62421
|
+
status?: "pending" | "queued" | "processing" | "completed" | "failed";
|
|
62422
|
+
failureReason?: storefrontComponents["schemas"]["DataExportFailureReason"];
|
|
62402
62423
|
dateRange?: storefrontComponents["schemas"]["DataExportDateRange"] & {
|
|
62403
62424
|
field?: string;
|
|
62404
62425
|
};
|
|
@@ -62445,7 +62466,8 @@ export interface storefrontComponents {
|
|
|
62445
62466
|
createdTime?: storefrontComponents["schemas"]["CreatedTime"];
|
|
62446
62467
|
updatedTime?: storefrontComponents["schemas"]["UpdatedTime"];
|
|
62447
62468
|
/** Status of export request. */
|
|
62448
|
-
status?: "pending" | "queued" | "processing" | "completed";
|
|
62469
|
+
status?: "pending" | "queued" | "processing" | "completed" | "failed";
|
|
62470
|
+
failureReason?: storefrontComponents["schemas"]["DataExportFailureReason"];
|
|
62449
62471
|
dateRange?: storefrontComponents["schemas"]["DataExportDateRange"] & {
|
|
62450
62472
|
field?: string;
|
|
62451
62473
|
};
|
|
@@ -62492,7 +62514,8 @@ export interface storefrontComponents {
|
|
|
62492
62514
|
createdTime?: storefrontComponents["schemas"]["CreatedTime"];
|
|
62493
62515
|
updatedTime?: storefrontComponents["schemas"]["UpdatedTime"];
|
|
62494
62516
|
/** Status of export request. */
|
|
62495
|
-
status?: "pending" | "queued" | "processing" | "completed";
|
|
62517
|
+
status?: "pending" | "queued" | "processing" | "completed" | "failed";
|
|
62518
|
+
failureReason?: storefrontComponents["schemas"]["DataExportFailureReason"];
|
|
62496
62519
|
dateRange?: storefrontComponents["schemas"]["DataExportDateRange"] & {
|
|
62497
62520
|
field?: string;
|
|
62498
62521
|
};
|
|
@@ -62539,7 +62562,8 @@ export interface storefrontComponents {
|
|
|
62539
62562
|
createdTime?: storefrontComponents["schemas"]["CreatedTime"];
|
|
62540
62563
|
updatedTime?: storefrontComponents["schemas"]["UpdatedTime"];
|
|
62541
62564
|
/** Status of export request. */
|
|
62542
|
-
status?: "pending" | "queued" | "processing" | "completed";
|
|
62565
|
+
status?: "pending" | "queued" | "processing" | "completed" | "failed";
|
|
62566
|
+
failureReason?: storefrontComponents["schemas"]["DataExportFailureReason"];
|
|
62543
62567
|
dateRange?: storefrontComponents["schemas"]["DataExportDateRange"] & {
|
|
62544
62568
|
field?: string;
|
|
62545
62569
|
};
|
|
@@ -62586,7 +62610,8 @@ export interface storefrontComponents {
|
|
|
62586
62610
|
createdTime?: storefrontComponents["schemas"]["CreatedTime"];
|
|
62587
62611
|
updatedTime?: storefrontComponents["schemas"]["UpdatedTime"];
|
|
62588
62612
|
/** Status of export request. */
|
|
62589
|
-
status?: "pending" | "queued" | "processing" | "completed";
|
|
62613
|
+
status?: "pending" | "queued" | "processing" | "completed" | "failed";
|
|
62614
|
+
failureReason?: storefrontComponents["schemas"]["DataExportFailureReason"];
|
|
62590
62615
|
dateRange?: storefrontComponents["schemas"]["DataExportDateRange"] & {
|
|
62591
62616
|
field?: string;
|
|
62592
62617
|
};
|
|
@@ -62633,7 +62658,8 @@ export interface storefrontComponents {
|
|
|
62633
62658
|
createdTime?: storefrontComponents["schemas"]["CreatedTime"];
|
|
62634
62659
|
updatedTime?: storefrontComponents["schemas"]["UpdatedTime"];
|
|
62635
62660
|
/** Status of the export request. */
|
|
62636
|
-
status?: "pending" | "queued" | "processing" | "completed";
|
|
62661
|
+
status?: "pending" | "queued" | "processing" | "completed" | "failed";
|
|
62662
|
+
failureReason?: storefrontComponents["schemas"]["DataExportFailureReason"];
|
|
62637
62663
|
dateRange?: storefrontComponents["schemas"]["DataExportDateRange"] & {
|
|
62638
62664
|
field?: string;
|
|
62639
62665
|
};
|
|
@@ -62680,7 +62706,8 @@ export interface storefrontComponents {
|
|
|
62680
62706
|
createdTime?: storefrontComponents["schemas"]["CreatedTime"];
|
|
62681
62707
|
updatedTime?: storefrontComponents["schemas"]["UpdatedTime"];
|
|
62682
62708
|
/** Status of export request. */
|
|
62683
|
-
status?: "pending" | "queued" | "processing" | "completed";
|
|
62709
|
+
status?: "pending" | "queued" | "processing" | "completed" | "failed";
|
|
62710
|
+
failureReason?: storefrontComponents["schemas"]["DataExportFailureReason"];
|
|
62684
62711
|
dateRange?: storefrontComponents["schemas"]["DataExportDateRange"] & {
|
|
62685
62712
|
field?: string;
|
|
62686
62713
|
};
|
|
@@ -62727,7 +62754,8 @@ export interface storefrontComponents {
|
|
|
62727
62754
|
createdTime?: storefrontComponents["schemas"]["CreatedTime"];
|
|
62728
62755
|
updatedTime?: storefrontComponents["schemas"]["UpdatedTime"];
|
|
62729
62756
|
/** Status of the export request. */
|
|
62730
|
-
status?: "pending" | "queued" | "processing" | "completed";
|
|
62757
|
+
status?: "pending" | "queued" | "processing" | "completed" | "failed";
|
|
62758
|
+
failureReason?: storefrontComponents["schemas"]["DataExportFailureReason"];
|
|
62731
62759
|
dateRange?: storefrontComponents["schemas"]["DataExportDateRange"] & {
|
|
62732
62760
|
field?: string;
|
|
62733
62761
|
};
|
|
@@ -62774,7 +62802,8 @@ export interface storefrontComponents {
|
|
|
62774
62802
|
createdTime?: storefrontComponents["schemas"]["CreatedTime"];
|
|
62775
62803
|
updatedTime?: storefrontComponents["schemas"]["UpdatedTime"];
|
|
62776
62804
|
/** Status of the export request. */
|
|
62777
|
-
status?: "pending" | "queued" | "processing" | "completed";
|
|
62805
|
+
status?: "pending" | "queued" | "processing" | "completed" | "failed";
|
|
62806
|
+
failureReason?: storefrontComponents["schemas"]["DataExportFailureReason"];
|
|
62778
62807
|
dateRange?: storefrontComponents["schemas"]["DataExportDateRange"] & {
|
|
62779
62808
|
field?: string;
|
|
62780
62809
|
};
|
|
@@ -62821,7 +62850,8 @@ export interface storefrontComponents {
|
|
|
62821
62850
|
createdTime?: storefrontComponents["schemas"]["CreatedTime"];
|
|
62822
62851
|
updatedTime?: storefrontComponents["schemas"]["UpdatedTime"];
|
|
62823
62852
|
/** Status of the export request. */
|
|
62824
|
-
status?: "pending" | "queued" | "processing" | "completed";
|
|
62853
|
+
status?: "pending" | "queued" | "processing" | "completed" | "failed";
|
|
62854
|
+
failureReason?: storefrontComponents["schemas"]["DataExportFailureReason"];
|
|
62825
62855
|
dateRange?: storefrontComponents["schemas"]["DataExportDateRange"] & {
|
|
62826
62856
|
field?: string;
|
|
62827
62857
|
};
|
|
@@ -63626,13 +63656,13 @@ export interface storefrontComponents {
|
|
|
63626
63656
|
};
|
|
63627
63657
|
SubscriptionSummaryMetrics: {
|
|
63628
63658
|
/** Currency code in ISO 4217 format. */
|
|
63629
|
-
currency
|
|
63659
|
+
currency: string;
|
|
63630
63660
|
/** Total amount of all issued, past due, and paid invoices. */
|
|
63631
|
-
invoicedAmount
|
|
63661
|
+
invoicedAmount: number;
|
|
63632
63662
|
/** Total amount of all paid invoices. */
|
|
63633
|
-
collectedAmount
|
|
63663
|
+
collectedAmount: number;
|
|
63634
63664
|
/** Number of issued, past due, or paid invoices. */
|
|
63635
|
-
invoiceCount
|
|
63665
|
+
invoiceCount: number;
|
|
63636
63666
|
};
|
|
63637
63667
|
StorefrontAccount: {
|
|
63638
63668
|
/** ID of the account. */
|
|
@@ -88319,6 +88349,10 @@ export interface reportsComponents {
|
|
|
88319
88349
|
*/
|
|
88320
88350
|
start?: string;
|
|
88321
88351
|
};
|
|
88352
|
+
/** Reason the export failed, if the export status is `failed`. */
|
|
88353
|
+
DataExportFailureReason:
|
|
88354
|
+
| ("record-limit-exceeded" | "max-retries-reached")
|
|
88355
|
+
| null;
|
|
88322
88356
|
/**
|
|
88323
88357
|
* Date range of the data export.
|
|
88324
88358
|
* If this value is not set, all data is included.
|
|
@@ -88368,7 +88402,8 @@ export interface reportsComponents {
|
|
|
88368
88402
|
createdTime?: reportsComponents["schemas"]["CreatedTime"];
|
|
88369
88403
|
updatedTime?: reportsComponents["schemas"]["UpdatedTime"];
|
|
88370
88404
|
/** Status of export request. */
|
|
88371
|
-
status?: "pending" | "queued" | "processing" | "completed";
|
|
88405
|
+
status?: "pending" | "queued" | "processing" | "completed" | "failed";
|
|
88406
|
+
failureReason?: reportsComponents["schemas"]["DataExportFailureReason"];
|
|
88372
88407
|
dateRange?: reportsComponents["schemas"]["DataExportDateRange"] & {
|
|
88373
88408
|
field?: string;
|
|
88374
88409
|
};
|
|
@@ -88415,7 +88450,8 @@ export interface reportsComponents {
|
|
|
88415
88450
|
createdTime?: reportsComponents["schemas"]["CreatedTime"];
|
|
88416
88451
|
updatedTime?: reportsComponents["schemas"]["UpdatedTime"];
|
|
88417
88452
|
/** Status of export request. */
|
|
88418
|
-
status?: "pending" | "queued" | "processing" | "completed";
|
|
88453
|
+
status?: "pending" | "queued" | "processing" | "completed" | "failed";
|
|
88454
|
+
failureReason?: reportsComponents["schemas"]["DataExportFailureReason"];
|
|
88419
88455
|
dateRange?: reportsComponents["schemas"]["DataExportDateRange"] & {
|
|
88420
88456
|
field?: string;
|
|
88421
88457
|
};
|
|
@@ -88462,7 +88498,8 @@ export interface reportsComponents {
|
|
|
88462
88498
|
createdTime?: reportsComponents["schemas"]["CreatedTime"];
|
|
88463
88499
|
updatedTime?: reportsComponents["schemas"]["UpdatedTime"];
|
|
88464
88500
|
/** Status of export request. */
|
|
88465
|
-
status?: "pending" | "queued" | "processing" | "completed";
|
|
88501
|
+
status?: "pending" | "queued" | "processing" | "completed" | "failed";
|
|
88502
|
+
failureReason?: reportsComponents["schemas"]["DataExportFailureReason"];
|
|
88466
88503
|
dateRange?: reportsComponents["schemas"]["DataExportDateRange"] & {
|
|
88467
88504
|
field?: string;
|
|
88468
88505
|
};
|
|
@@ -88509,7 +88546,8 @@ export interface reportsComponents {
|
|
|
88509
88546
|
createdTime?: reportsComponents["schemas"]["CreatedTime"];
|
|
88510
88547
|
updatedTime?: reportsComponents["schemas"]["UpdatedTime"];
|
|
88511
88548
|
/** Status of export request. */
|
|
88512
|
-
status?: "pending" | "queued" | "processing" | "completed";
|
|
88549
|
+
status?: "pending" | "queued" | "processing" | "completed" | "failed";
|
|
88550
|
+
failureReason?: reportsComponents["schemas"]["DataExportFailureReason"];
|
|
88513
88551
|
dateRange?: reportsComponents["schemas"]["DataExportDateRange"] & {
|
|
88514
88552
|
field?: string;
|
|
88515
88553
|
};
|
|
@@ -88556,7 +88594,8 @@ export interface reportsComponents {
|
|
|
88556
88594
|
createdTime?: reportsComponents["schemas"]["CreatedTime"];
|
|
88557
88595
|
updatedTime?: reportsComponents["schemas"]["UpdatedTime"];
|
|
88558
88596
|
/** Status of export request. */
|
|
88559
|
-
status?: "pending" | "queued" | "processing" | "completed";
|
|
88597
|
+
status?: "pending" | "queued" | "processing" | "completed" | "failed";
|
|
88598
|
+
failureReason?: reportsComponents["schemas"]["DataExportFailureReason"];
|
|
88560
88599
|
dateRange?: reportsComponents["schemas"]["DataExportDateRange"] & {
|
|
88561
88600
|
field?: string;
|
|
88562
88601
|
};
|
|
@@ -88603,7 +88642,8 @@ export interface reportsComponents {
|
|
|
88603
88642
|
createdTime?: reportsComponents["schemas"]["CreatedTime"];
|
|
88604
88643
|
updatedTime?: reportsComponents["schemas"]["UpdatedTime"];
|
|
88605
88644
|
/** Status of export request. */
|
|
88606
|
-
status?: "pending" | "queued" | "processing" | "completed";
|
|
88645
|
+
status?: "pending" | "queued" | "processing" | "completed" | "failed";
|
|
88646
|
+
failureReason?: reportsComponents["schemas"]["DataExportFailureReason"];
|
|
88607
88647
|
dateRange?: reportsComponents["schemas"]["DataExportDateRange"] & {
|
|
88608
88648
|
field?: string;
|
|
88609
88649
|
};
|
|
@@ -88650,7 +88690,8 @@ export interface reportsComponents {
|
|
|
88650
88690
|
createdTime?: reportsComponents["schemas"]["CreatedTime"];
|
|
88651
88691
|
updatedTime?: reportsComponents["schemas"]["UpdatedTime"];
|
|
88652
88692
|
/** Status of the export request. */
|
|
88653
|
-
status?: "pending" | "queued" | "processing" | "completed";
|
|
88693
|
+
status?: "pending" | "queued" | "processing" | "completed" | "failed";
|
|
88694
|
+
failureReason?: reportsComponents["schemas"]["DataExportFailureReason"];
|
|
88654
88695
|
dateRange?: reportsComponents["schemas"]["DataExportDateRange"] & {
|
|
88655
88696
|
field?: string;
|
|
88656
88697
|
};
|
|
@@ -88697,7 +88738,8 @@ export interface reportsComponents {
|
|
|
88697
88738
|
createdTime?: reportsComponents["schemas"]["CreatedTime"];
|
|
88698
88739
|
updatedTime?: reportsComponents["schemas"]["UpdatedTime"];
|
|
88699
88740
|
/** Status of export request. */
|
|
88700
|
-
status?: "pending" | "queued" | "processing" | "completed";
|
|
88741
|
+
status?: "pending" | "queued" | "processing" | "completed" | "failed";
|
|
88742
|
+
failureReason?: reportsComponents["schemas"]["DataExportFailureReason"];
|
|
88701
88743
|
dateRange?: reportsComponents["schemas"]["DataExportDateRange"] & {
|
|
88702
88744
|
field?: string;
|
|
88703
88745
|
};
|
|
@@ -88744,7 +88786,8 @@ export interface reportsComponents {
|
|
|
88744
88786
|
createdTime?: reportsComponents["schemas"]["CreatedTime"];
|
|
88745
88787
|
updatedTime?: reportsComponents["schemas"]["UpdatedTime"];
|
|
88746
88788
|
/** Status of the export request. */
|
|
88747
|
-
status?: "pending" | "queued" | "processing" | "completed";
|
|
88789
|
+
status?: "pending" | "queued" | "processing" | "completed" | "failed";
|
|
88790
|
+
failureReason?: reportsComponents["schemas"]["DataExportFailureReason"];
|
|
88748
88791
|
dateRange?: reportsComponents["schemas"]["DataExportDateRange"] & {
|
|
88749
88792
|
field?: string;
|
|
88750
88793
|
};
|
|
@@ -88791,7 +88834,8 @@ export interface reportsComponents {
|
|
|
88791
88834
|
createdTime?: reportsComponents["schemas"]["CreatedTime"];
|
|
88792
88835
|
updatedTime?: reportsComponents["schemas"]["UpdatedTime"];
|
|
88793
88836
|
/** Status of the export request. */
|
|
88794
|
-
status?: "pending" | "queued" | "processing" | "completed";
|
|
88837
|
+
status?: "pending" | "queued" | "processing" | "completed" | "failed";
|
|
88838
|
+
failureReason?: reportsComponents["schemas"]["DataExportFailureReason"];
|
|
88795
88839
|
dateRange?: reportsComponents["schemas"]["DataExportDateRange"] & {
|
|
88796
88840
|
field?: string;
|
|
88797
88841
|
};
|
|
@@ -88838,7 +88882,8 @@ export interface reportsComponents {
|
|
|
88838
88882
|
createdTime?: reportsComponents["schemas"]["CreatedTime"];
|
|
88839
88883
|
updatedTime?: reportsComponents["schemas"]["UpdatedTime"];
|
|
88840
88884
|
/** Status of the export request. */
|
|
88841
|
-
status?: "pending" | "queued" | "processing" | "completed";
|
|
88885
|
+
status?: "pending" | "queued" | "processing" | "completed" | "failed";
|
|
88886
|
+
failureReason?: reportsComponents["schemas"]["DataExportFailureReason"];
|
|
88842
88887
|
dateRange?: reportsComponents["schemas"]["DataExportDateRange"] & {
|
|
88843
88888
|
field?: string;
|
|
88844
88889
|
};
|
|
@@ -89643,13 +89688,13 @@ export interface reportsComponents {
|
|
|
89643
89688
|
};
|
|
89644
89689
|
SubscriptionSummaryMetrics: {
|
|
89645
89690
|
/** Currency code in ISO 4217 format. */
|
|
89646
|
-
currency
|
|
89691
|
+
currency: string;
|
|
89647
89692
|
/** Total amount of all issued, past due, and paid invoices. */
|
|
89648
|
-
invoicedAmount
|
|
89693
|
+
invoicedAmount: number;
|
|
89649
89694
|
/** Total amount of all paid invoices. */
|
|
89650
|
-
collectedAmount
|
|
89695
|
+
collectedAmount: number;
|
|
89651
89696
|
/** Number of issued, past due, or paid invoices. */
|
|
89652
|
-
invoiceCount
|
|
89697
|
+
invoiceCount: number;
|
|
89653
89698
|
};
|
|
89654
89699
|
StorefrontAccount: {
|
|
89655
89700
|
/** ID of the account. */
|
|
@@ -489,7 +489,7 @@ function O({ options: t }) {
|
|
|
489
489
|
}
|
|
490
490
|
function o() {
|
|
491
491
|
const a = {
|
|
492
|
-
"REB-API-CONSUMER": `${["Rebilly", t.appName, "js-sdk"].filter((m) => m).join("/")}@
|
|
492
|
+
"REB-API-CONSUMER": `${["Rebilly", t.appName, "js-sdk"].filter((m) => m).join("/")}@c2a39e8`
|
|
493
493
|
};
|
|
494
494
|
return t.apiKey && (a["REB-APIKEY"] = t.apiKey), a;
|
|
495
495
|
}
|