@rebilly/instruments 16.119.0 → 16.120.1
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 +3 -3
- package/dist/index.js +188 -152
- package/dist/index.min.js +5 -5
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -5265,7 +5265,7 @@ E$1(T, "cancelAll", async (t2) => {
|
|
|
5265
5265
|
for (const s of k$1.getAll())
|
|
5266
5266
|
await s.cancel(t2), k$1.deleteById(s.id);
|
|
5267
5267
|
});
|
|
5268
|
-
const
|
|
5268
|
+
const hr = {
|
|
5269
5269
|
/**
|
|
5270
5270
|
* @type Cancellation.cancelAll
|
|
5271
5271
|
*/
|
|
@@ -5299,7 +5299,7 @@ function C$1({ options: e2 }) {
|
|
|
5299
5299
|
}
|
|
5300
5300
|
function o2() {
|
|
5301
5301
|
const i = {
|
|
5302
|
-
"REB-API-CONSUMER": `${["Rebilly", e2.appName, "js-sdk"].filter((g) => g).join("/")}@
|
|
5302
|
+
"REB-API-CONSUMER": `${["Rebilly", e2.appName, "js-sdk"].filter((g) => g).join("/")}@9ee9cf2`
|
|
5303
5303
|
};
|
|
5304
5304
|
return e2.apiKey && (i["REB-APIKEY"] = e2.apiKey), i;
|
|
5305
5305
|
}
|
|
@@ -5500,13 +5500,47 @@ function C$1({ options: e2 }) {
|
|
|
5500
5500
|
};
|
|
5501
5501
|
}
|
|
5502
5502
|
function _t$1({ apiHandler: e2 }) {
|
|
5503
|
+
return {
|
|
5504
|
+
/**
|
|
5505
|
+
* @param { rebilly.GetAccountRegistrationSettingsCollectionRequest } request
|
|
5506
|
+
* @returns { rebilly.GetAccountRegistrationSettingsCollectionResponsePromise } response
|
|
5507
|
+
*/
|
|
5508
|
+
getAll({ limit: t2 = null, offset: s = null } = {}) {
|
|
5509
|
+
const r2 = { limit: t2, offset: s };
|
|
5510
|
+
return e2.getAll("account-registration-settings", r2);
|
|
5511
|
+
},
|
|
5512
|
+
/**
|
|
5513
|
+
* @param { rebilly.CreateAccountRegistrationSettingsRequest } request
|
|
5514
|
+
* @returns { rebilly.PostAccountRegistrationSettingsResponsePromise } response
|
|
5515
|
+
*/
|
|
5516
|
+
create({ id: t2 = "", data: s }) {
|
|
5517
|
+
return e2.create(`account-registration-settings/${t2}`, t2, s);
|
|
5518
|
+
},
|
|
5519
|
+
/**
|
|
5520
|
+
* @returns { rebilly.GetAccountRegistrationSettingsResponsePromise } response
|
|
5521
|
+
*/
|
|
5522
|
+
get({ id: t2 }) {
|
|
5523
|
+
return e2.get(`account-registration-settings/${t2}`);
|
|
5524
|
+
},
|
|
5525
|
+
/**
|
|
5526
|
+
* @returns { rebilly.PutAccountRegistrationSettingsResponsePromise } response
|
|
5527
|
+
*/
|
|
5528
|
+
update({ id: t2, data: s }) {
|
|
5529
|
+
return e2.put(`account-registration-settings/${t2}`, s);
|
|
5530
|
+
},
|
|
5531
|
+
delete({ id: t2 }) {
|
|
5532
|
+
return e2.delete(`account-registration-settings/${t2}`);
|
|
5533
|
+
}
|
|
5534
|
+
};
|
|
5535
|
+
}
|
|
5536
|
+
function Ht$1({ apiHandler: e2 }) {
|
|
5503
5537
|
return {
|
|
5504
5538
|
forgotPassword({ data: t2 }) {
|
|
5505
5539
|
return e2.post("forgot-password", t2, { authenticate: false });
|
|
5506
5540
|
}
|
|
5507
5541
|
};
|
|
5508
5542
|
}
|
|
5509
|
-
function
|
|
5543
|
+
function te$1({ apiHandler: e2 }) {
|
|
5510
5544
|
return {
|
|
5511
5545
|
/**
|
|
5512
5546
|
* @param { rebilly.GetAllowlistCollectionRequest } request
|
|
@@ -5535,7 +5569,7 @@ function Ht$1({ apiHandler: e2 }) {
|
|
|
5535
5569
|
}
|
|
5536
5570
|
};
|
|
5537
5571
|
}
|
|
5538
|
-
function
|
|
5572
|
+
function ee$1({ apiHandler: e2 }) {
|
|
5539
5573
|
return {
|
|
5540
5574
|
/**
|
|
5541
5575
|
* @param { rebilly.GetAmlCheckCollectionRequest } request
|
|
@@ -5568,7 +5602,7 @@ function te$1({ apiHandler: e2 }) {
|
|
|
5568
5602
|
}
|
|
5569
5603
|
};
|
|
5570
5604
|
}
|
|
5571
|
-
function
|
|
5605
|
+
function se$1({ apiHandler: e2 }) {
|
|
5572
5606
|
return {
|
|
5573
5607
|
/**
|
|
5574
5608
|
* @returns { rebilly.GetAmlSettingsResponsePromise } response
|
|
@@ -5584,7 +5618,7 @@ function ee$1({ apiHandler: e2 }) {
|
|
|
5584
5618
|
}
|
|
5585
5619
|
};
|
|
5586
5620
|
}
|
|
5587
|
-
function
|
|
5621
|
+
function re$1({ apiHandler: e2 }) {
|
|
5588
5622
|
return {
|
|
5589
5623
|
/**
|
|
5590
5624
|
* @param { rebilly.GetApiKeyCollectionRequest } request
|
|
@@ -5618,7 +5652,7 @@ function se$1({ apiHandler: e2 }) {
|
|
|
5618
5652
|
}
|
|
5619
5653
|
};
|
|
5620
5654
|
}
|
|
5621
|
-
function
|
|
5655
|
+
function ne$1({ apiHandler: e2 }) {
|
|
5622
5656
|
return {
|
|
5623
5657
|
/**
|
|
5624
5658
|
* @returns { rebilly.GetApplicationInstanceResponsePromise } response
|
|
@@ -5654,7 +5688,7 @@ function re$1({ apiHandler: e2 }) {
|
|
|
5654
5688
|
}
|
|
5655
5689
|
};
|
|
5656
5690
|
}
|
|
5657
|
-
function
|
|
5691
|
+
function ue$1({ apiHandler: e2 }) {
|
|
5658
5692
|
return {
|
|
5659
5693
|
/**
|
|
5660
5694
|
* @param { rebilly.GetApplicationCollectionRequest } request
|
|
@@ -5697,7 +5731,7 @@ function ne$1({ apiHandler: e2 }) {
|
|
|
5697
5731
|
}
|
|
5698
5732
|
};
|
|
5699
5733
|
}
|
|
5700
|
-
function
|
|
5734
|
+
function oe$1({ apiHandler: e2 }) {
|
|
5701
5735
|
return {
|
|
5702
5736
|
/**
|
|
5703
5737
|
* @param { rebilly.GetBalanceTransactionCollectionRequest } request
|
|
@@ -5715,7 +5749,7 @@ function ue$1({ apiHandler: e2 }) {
|
|
|
5715
5749
|
}
|
|
5716
5750
|
};
|
|
5717
5751
|
}
|
|
5718
|
-
function
|
|
5752
|
+
function le$1({ apiHandler: e2 }) {
|
|
5719
5753
|
return {
|
|
5720
5754
|
/**
|
|
5721
5755
|
* @param { rebilly.GetBillingPortalCollectionRequest } request
|
|
@@ -5755,7 +5789,7 @@ function oe$1({ apiHandler: e2 }) {
|
|
|
5755
5789
|
}
|
|
5756
5790
|
};
|
|
5757
5791
|
}
|
|
5758
|
-
function
|
|
5792
|
+
function ce$1({ apiHandler: e2 }) {
|
|
5759
5793
|
return {
|
|
5760
5794
|
/**
|
|
5761
5795
|
* @param { rebilly.GetBlocklistCollectionRequest } request
|
|
@@ -5789,7 +5823,7 @@ function le$1({ apiHandler: e2 }) {
|
|
|
5789
5823
|
}
|
|
5790
5824
|
};
|
|
5791
5825
|
}
|
|
5792
|
-
function
|
|
5826
|
+
function ie$1({ apiHandler: e2 }) {
|
|
5793
5827
|
return {
|
|
5794
5828
|
/**
|
|
5795
5829
|
* @param { rebilly.GetBroadcastMessageCollectionRequest } request
|
|
@@ -5816,7 +5850,7 @@ function ce$1({ apiHandler: e2 }) {
|
|
|
5816
5850
|
}
|
|
5817
5851
|
};
|
|
5818
5852
|
}
|
|
5819
|
-
function
|
|
5853
|
+
function ge({ apiHandler: e2 }) {
|
|
5820
5854
|
return {
|
|
5821
5855
|
create({ data: t2 }) {
|
|
5822
5856
|
return e2.post("cashiers", t2);
|
|
@@ -5829,7 +5863,7 @@ function ie$1({ apiHandler: e2 }) {
|
|
|
5829
5863
|
}
|
|
5830
5864
|
};
|
|
5831
5865
|
}
|
|
5832
|
-
function
|
|
5866
|
+
function ae$1({ apiHandler: e2 }) {
|
|
5833
5867
|
return {
|
|
5834
5868
|
/**
|
|
5835
5869
|
* @param { rebilly.GetCheckoutFormCollectionRequest } request
|
|
@@ -5869,7 +5903,7 @@ function ge({ apiHandler: e2 }) {
|
|
|
5869
5903
|
}
|
|
5870
5904
|
};
|
|
5871
5905
|
}
|
|
5872
|
-
function
|
|
5906
|
+
function me$1({ apiHandler: e2 }) {
|
|
5873
5907
|
return {
|
|
5874
5908
|
/**
|
|
5875
5909
|
* @param { rebilly.GetCouponRedemptionCollectionRequest } request
|
|
@@ -5936,7 +5970,7 @@ function ae$1({ apiHandler: e2 }) {
|
|
|
5936
5970
|
};
|
|
5937
5971
|
}
|
|
5938
5972
|
const w = { Accept: "application/pdf" };
|
|
5939
|
-
function
|
|
5973
|
+
function fe$1({ apiHandler: e2 }) {
|
|
5940
5974
|
return {
|
|
5941
5975
|
/**
|
|
5942
5976
|
* @param { rebilly.GetCreditMemoCollectionRequest } request
|
|
@@ -6017,7 +6051,7 @@ function me$1({ apiHandler: e2 }) {
|
|
|
6017
6051
|
}
|
|
6018
6052
|
};
|
|
6019
6053
|
}
|
|
6020
|
-
function
|
|
6054
|
+
function $e$1({ apiHandler: e2 }) {
|
|
6021
6055
|
return {
|
|
6022
6056
|
/**
|
|
6023
6057
|
* @param { rebilly.GetCustomDomainCollectionRequest } request
|
|
@@ -6047,7 +6081,7 @@ function fe$1({ apiHandler: e2 }) {
|
|
|
6047
6081
|
}
|
|
6048
6082
|
};
|
|
6049
6083
|
}
|
|
6050
|
-
function $
|
|
6084
|
+
function pe$1({ apiHandler: e2 }) {
|
|
6051
6085
|
return {
|
|
6052
6086
|
/**
|
|
6053
6087
|
* @returns { rebilly.GetCustomFieldCollectionResponsePromise } response
|
|
@@ -6076,7 +6110,7 @@ function $e$1({ apiHandler: e2 }) {
|
|
|
6076
6110
|
}
|
|
6077
6111
|
};
|
|
6078
6112
|
}
|
|
6079
|
-
function
|
|
6113
|
+
function he$1({ apiHandler: e2 }) {
|
|
6080
6114
|
return {
|
|
6081
6115
|
/**
|
|
6082
6116
|
* @returns { rebilly.GetAuthenticationOptionResponsePromise } response
|
|
@@ -6165,7 +6199,7 @@ function pe$1({ apiHandler: e2 }) {
|
|
|
6165
6199
|
}
|
|
6166
6200
|
};
|
|
6167
6201
|
}
|
|
6168
|
-
function
|
|
6202
|
+
function ye$1({ apiHandler: e2 }) {
|
|
6169
6203
|
return {
|
|
6170
6204
|
/**
|
|
6171
6205
|
* @param { rebilly.GetCustomerCollectionRequest } request
|
|
@@ -6266,7 +6300,7 @@ function he$1({ apiHandler: e2 }) {
|
|
|
6266
6300
|
}
|
|
6267
6301
|
};
|
|
6268
6302
|
}
|
|
6269
|
-
function
|
|
6303
|
+
function Ae$1({ apiHandler: e2 }) {
|
|
6270
6304
|
return {
|
|
6271
6305
|
/**
|
|
6272
6306
|
* @param { rebilly.GetDepositCustomPropertySetCollectionRequest } request
|
|
@@ -6300,7 +6334,7 @@ function ye$1({ apiHandler: e2 }) {
|
|
|
6300
6334
|
}
|
|
6301
6335
|
};
|
|
6302
6336
|
}
|
|
6303
|
-
function
|
|
6337
|
+
function Re$1({ apiHandler: e2 }) {
|
|
6304
6338
|
return {
|
|
6305
6339
|
/**
|
|
6306
6340
|
* @param { rebilly.GetDepositRequestCollectionRequest } request
|
|
@@ -6328,7 +6362,7 @@ function Ae$1({ apiHandler: e2 }) {
|
|
|
6328
6362
|
}
|
|
6329
6363
|
};
|
|
6330
6364
|
}
|
|
6331
|
-
function
|
|
6365
|
+
function be({ apiHandler: e2 }) {
|
|
6332
6366
|
return {
|
|
6333
6367
|
/**
|
|
6334
6368
|
* @param { rebilly.GetDepositStrategyCollectionRequest } request
|
|
@@ -6362,7 +6396,7 @@ function Re$1({ apiHandler: e2 }) {
|
|
|
6362
6396
|
}
|
|
6363
6397
|
};
|
|
6364
6398
|
}
|
|
6365
|
-
function
|
|
6399
|
+
function we$1({ apiHandler: e2 }) {
|
|
6366
6400
|
return {
|
|
6367
6401
|
validate({ data: t2 }) {
|
|
6368
6402
|
return e2.post("digital-wallets/validation", t2);
|
|
@@ -6372,7 +6406,7 @@ function be({ apiHandler: e2 }) {
|
|
|
6372
6406
|
}
|
|
6373
6407
|
};
|
|
6374
6408
|
}
|
|
6375
|
-
function
|
|
6409
|
+
function ke$1({ apiHandler: e2 }) {
|
|
6376
6410
|
return {
|
|
6377
6411
|
/**
|
|
6378
6412
|
* @param { rebilly.GetDisputeCollectionRequest } request
|
|
@@ -6412,7 +6446,7 @@ function we$1({ apiHandler: e2 }) {
|
|
|
6412
6446
|
}
|
|
6413
6447
|
};
|
|
6414
6448
|
}
|
|
6415
|
-
function
|
|
6449
|
+
function ve$1({ apiHandler: e2 }) {
|
|
6416
6450
|
return {
|
|
6417
6451
|
/**
|
|
6418
6452
|
* @returns { rebilly.PutEmailDeliverySettingsVerificationResponsePromise } response
|
|
@@ -6456,7 +6490,7 @@ function ke$1({ apiHandler: e2 }) {
|
|
|
6456
6490
|
}
|
|
6457
6491
|
};
|
|
6458
6492
|
}
|
|
6459
|
-
function
|
|
6493
|
+
function qe$1({ apiHandler: e2 }) {
|
|
6460
6494
|
return {
|
|
6461
6495
|
/**
|
|
6462
6496
|
* @param { rebilly.GetEmailMessageCollectionRequest } request
|
|
@@ -6489,7 +6523,7 @@ function ve$1({ apiHandler: e2 }) {
|
|
|
6489
6523
|
}
|
|
6490
6524
|
};
|
|
6491
6525
|
}
|
|
6492
|
-
function
|
|
6526
|
+
function Te$1({ apiHandler: e2 }) {
|
|
6493
6527
|
return {
|
|
6494
6528
|
/**
|
|
6495
6529
|
* @param { rebilly.GetEmailNotificationCollectionRequest } request
|
|
@@ -6501,7 +6535,7 @@ function qe$1({ apiHandler: e2 }) {
|
|
|
6501
6535
|
}
|
|
6502
6536
|
};
|
|
6503
6537
|
}
|
|
6504
|
-
function
|
|
6538
|
+
function de$1({ apiHandler: e2 }) {
|
|
6505
6539
|
return {
|
|
6506
6540
|
/**
|
|
6507
6541
|
* @param { rebilly.GetEventCollectionRequest } request
|
|
@@ -6633,7 +6667,7 @@ function Te$1({ apiHandler: e2 }) {
|
|
|
6633
6667
|
}
|
|
6634
6668
|
};
|
|
6635
6669
|
}
|
|
6636
|
-
function
|
|
6670
|
+
function Ie$1({ apiHandler: e2 }) {
|
|
6637
6671
|
return {
|
|
6638
6672
|
/**
|
|
6639
6673
|
* @returns { rebilly.GetExternalIdentifierResponsePromise } response
|
|
@@ -6664,7 +6698,7 @@ function de$1({ apiHandler: e2 }) {
|
|
|
6664
6698
|
}
|
|
6665
6699
|
};
|
|
6666
6700
|
}
|
|
6667
|
-
function
|
|
6701
|
+
function Se$1({ apiHandler: e2 }) {
|
|
6668
6702
|
return {
|
|
6669
6703
|
/**
|
|
6670
6704
|
* @returns { rebilly.GetExternalServiceSettingsResponsePromise } response
|
|
@@ -6680,7 +6714,7 @@ function Ie$1({ apiHandler: e2 }) {
|
|
|
6680
6714
|
}
|
|
6681
6715
|
};
|
|
6682
6716
|
}
|
|
6683
|
-
function
|
|
6717
|
+
function Ee$1({ apiHandler: e2 }) {
|
|
6684
6718
|
return {
|
|
6685
6719
|
/**
|
|
6686
6720
|
* @param { rebilly.GetFeeCollectionRequest } request
|
|
@@ -6717,7 +6751,7 @@ function Se$1({ apiHandler: e2 }) {
|
|
|
6717
6751
|
}
|
|
6718
6752
|
};
|
|
6719
6753
|
}
|
|
6720
|
-
function
|
|
6754
|
+
function xe$1({ apiHandler: e2 }) {
|
|
6721
6755
|
return {
|
|
6722
6756
|
/**
|
|
6723
6757
|
* @param { rebilly.GetAttachmentCollectionRequest } request
|
|
@@ -6835,7 +6869,7 @@ function Ee$1({ apiHandler: e2 }) {
|
|
|
6835
6869
|
}
|
|
6836
6870
|
};
|
|
6837
6871
|
}
|
|
6838
|
-
function
|
|
6872
|
+
function Pe$1({ apiHandler: e2 }) {
|
|
6839
6873
|
return {
|
|
6840
6874
|
/**
|
|
6841
6875
|
* @param { rebilly.GetGatewayAccountCollectionRequest } request
|
|
@@ -6991,7 +7025,7 @@ function xe$1({ apiHandler: e2 }) {
|
|
|
6991
7025
|
}
|
|
6992
7026
|
};
|
|
6993
7027
|
}
|
|
6994
|
-
function
|
|
7028
|
+
function Ce$1({ apiHandler: e2 }) {
|
|
6995
7029
|
return {
|
|
6996
7030
|
/**
|
|
6997
7031
|
* @param { rebilly.GetIntegrationCollectionRequest } request
|
|
@@ -7009,7 +7043,7 @@ function Pe$1({ apiHandler: e2 }) {
|
|
|
7009
7043
|
}
|
|
7010
7044
|
};
|
|
7011
7045
|
}
|
|
7012
|
-
function
|
|
7046
|
+
function De$1({ apiHandler: e2 }) {
|
|
7013
7047
|
return {
|
|
7014
7048
|
/**
|
|
7015
7049
|
* @param { rebilly.GetInvoiceCollectionRequest } request
|
|
@@ -7140,7 +7174,7 @@ function Ce$1({ apiHandler: e2 }) {
|
|
|
7140
7174
|
}
|
|
7141
7175
|
};
|
|
7142
7176
|
}
|
|
7143
|
-
function
|
|
7177
|
+
function je$1({ apiHandler: e2 }) {
|
|
7144
7178
|
return {
|
|
7145
7179
|
/**
|
|
7146
7180
|
* @param { rebilly.GetJournalAccountCollectionRequest } request
|
|
@@ -7176,7 +7210,7 @@ function De$1({ apiHandler: e2 }) {
|
|
|
7176
7210
|
}
|
|
7177
7211
|
};
|
|
7178
7212
|
}
|
|
7179
|
-
function
|
|
7213
|
+
function Me$1({ apiHandler: e2 }) {
|
|
7180
7214
|
return {
|
|
7181
7215
|
/**
|
|
7182
7216
|
* @param { rebilly.GetJournalEntryCollectionRequest } request
|
|
@@ -7212,7 +7246,7 @@ function je$1({ apiHandler: e2 }) {
|
|
|
7212
7246
|
}
|
|
7213
7247
|
};
|
|
7214
7248
|
}
|
|
7215
|
-
function
|
|
7249
|
+
function Oe$1({ apiHandler: e2 }) {
|
|
7216
7250
|
return {
|
|
7217
7251
|
/**
|
|
7218
7252
|
* @param { rebilly.GetJournalRecordCollectionRequest } request
|
|
@@ -7252,7 +7286,7 @@ function Me$1({ apiHandler: e2 }) {
|
|
|
7252
7286
|
}
|
|
7253
7287
|
};
|
|
7254
7288
|
}
|
|
7255
|
-
function
|
|
7289
|
+
function Fe$1({ apiHandler: e2 }) {
|
|
7256
7290
|
return {
|
|
7257
7291
|
/**
|
|
7258
7292
|
* @param { rebilly.GetKycDocumentCollectionRequest } request
|
|
@@ -7307,7 +7341,7 @@ function Oe$1({ apiHandler: e2 }) {
|
|
|
7307
7341
|
}
|
|
7308
7342
|
};
|
|
7309
7343
|
}
|
|
7310
|
-
function
|
|
7344
|
+
function Be$1({ apiHandler: e2 }) {
|
|
7311
7345
|
return {
|
|
7312
7346
|
/**
|
|
7313
7347
|
* @param { rebilly.GetKycRequestCollectionRequest } request
|
|
@@ -7340,7 +7374,7 @@ function Fe$1({ apiHandler: e2 }) {
|
|
|
7340
7374
|
}
|
|
7341
7375
|
};
|
|
7342
7376
|
}
|
|
7343
|
-
function
|
|
7377
|
+
function Ke$1({ apiHandler: e2 }) {
|
|
7344
7378
|
return {
|
|
7345
7379
|
/**
|
|
7346
7380
|
* @returns { rebilly.GetKycSettingsResponsePromise } response
|
|
@@ -7356,7 +7390,7 @@ function Be$1({ apiHandler: e2 }) {
|
|
|
7356
7390
|
}
|
|
7357
7391
|
};
|
|
7358
7392
|
}
|
|
7359
|
-
function
|
|
7393
|
+
function Ne$1({ apiHandler: e2 }) {
|
|
7360
7394
|
return {
|
|
7361
7395
|
/**
|
|
7362
7396
|
* @param { rebilly.GetListCollectionRequest } request
|
|
@@ -7403,7 +7437,7 @@ function Ke$1({ apiHandler: e2 }) {
|
|
|
7403
7437
|
}
|
|
7404
7438
|
};
|
|
7405
7439
|
}
|
|
7406
|
-
function
|
|
7440
|
+
function Le$1({ apiHandler: e2 }) {
|
|
7407
7441
|
return {
|
|
7408
7442
|
/**
|
|
7409
7443
|
* @param { rebilly.GetMembershipCollectionRequest } request
|
|
@@ -7430,7 +7464,7 @@ function Ne$1({ apiHandler: e2 }) {
|
|
|
7430
7464
|
}
|
|
7431
7465
|
};
|
|
7432
7466
|
}
|
|
7433
|
-
function
|
|
7467
|
+
function ze$1({ apiHandler: e2 }) {
|
|
7434
7468
|
return {
|
|
7435
7469
|
/**
|
|
7436
7470
|
* @param { rebilly.GetOrderCancellationCollectionRequest } request
|
|
@@ -7467,7 +7501,7 @@ function Le$1({ apiHandler: e2 }) {
|
|
|
7467
7501
|
}
|
|
7468
7502
|
};
|
|
7469
7503
|
}
|
|
7470
|
-
function
|
|
7504
|
+
function Ue$1({ apiHandler: e2 }) {
|
|
7471
7505
|
return {
|
|
7472
7506
|
/**
|
|
7473
7507
|
* @param { rebilly.GetOrderPauseCollectionRequest } request
|
|
@@ -7501,7 +7535,7 @@ function ze$1({ apiHandler: e2 }) {
|
|
|
7501
7535
|
}
|
|
7502
7536
|
};
|
|
7503
7537
|
}
|
|
7504
|
-
function
|
|
7538
|
+
function Ve$1({ apiHandler: e2 }) {
|
|
7505
7539
|
return {
|
|
7506
7540
|
/**
|
|
7507
7541
|
* @param { rebilly.GetOrderReactivationCollectionRequest } request
|
|
@@ -7522,7 +7556,7 @@ function Ue$1({ apiHandler: e2 }) {
|
|
|
7522
7556
|
}
|
|
7523
7557
|
};
|
|
7524
7558
|
}
|
|
7525
|
-
function
|
|
7559
|
+
function Je$1({ apiHandler: e2 }) {
|
|
7526
7560
|
return {
|
|
7527
7561
|
/**
|
|
7528
7562
|
* @param { rebilly.GetOrderCollectionRequest } request
|
|
@@ -7586,7 +7620,7 @@ function Ve$1({ apiHandler: e2 }) {
|
|
|
7586
7620
|
}
|
|
7587
7621
|
};
|
|
7588
7622
|
}
|
|
7589
|
-
function
|
|
7623
|
+
function We$1({ apiHandler: e2 }) {
|
|
7590
7624
|
return {
|
|
7591
7625
|
/**
|
|
7592
7626
|
* @param { rebilly.GetOrganizationExportCollectionRequest } request
|
|
@@ -7613,7 +7647,7 @@ function Je$1({ apiHandler: e2 }) {
|
|
|
7613
7647
|
}
|
|
7614
7648
|
};
|
|
7615
7649
|
}
|
|
7616
|
-
function
|
|
7650
|
+
function Ge$1({ apiHandler: e2 }) {
|
|
7617
7651
|
return {
|
|
7618
7652
|
/**
|
|
7619
7653
|
* @param { rebilly.GetOrganizationCollectionRequest } request
|
|
@@ -7643,7 +7677,7 @@ function We$1({ apiHandler: e2 }) {
|
|
|
7643
7677
|
}
|
|
7644
7678
|
};
|
|
7645
7679
|
}
|
|
7646
|
-
function
|
|
7680
|
+
function Ye$1({ apiHandler: e2 }) {
|
|
7647
7681
|
return {
|
|
7648
7682
|
/**
|
|
7649
7683
|
* @param { rebilly.GetPaymentCardBankNameCollectionRequest } request
|
|
@@ -7655,7 +7689,7 @@ function Ge$1({ apiHandler: e2 }) {
|
|
|
7655
7689
|
}
|
|
7656
7690
|
};
|
|
7657
7691
|
}
|
|
7658
|
-
function
|
|
7692
|
+
function Qe$1({ apiHandler: e2 }) {
|
|
7659
7693
|
return {
|
|
7660
7694
|
/**
|
|
7661
7695
|
* @param { rebilly.GetPaymentInstrumentCollectionRequest } request
|
|
@@ -7692,7 +7726,7 @@ function Ye$1({ apiHandler: e2 }) {
|
|
|
7692
7726
|
}
|
|
7693
7727
|
};
|
|
7694
7728
|
}
|
|
7695
|
-
function
|
|
7729
|
+
function Xe$1({ apiHandler: e2 }) {
|
|
7696
7730
|
return {
|
|
7697
7731
|
/**
|
|
7698
7732
|
* @param { rebilly.GetPaymentMethodCollectionRequest } request
|
|
@@ -7710,7 +7744,7 @@ function Qe$1({ apiHandler: e2 }) {
|
|
|
7710
7744
|
}
|
|
7711
7745
|
};
|
|
7712
7746
|
}
|
|
7713
|
-
function
|
|
7747
|
+
function Ze$1({ apiHandler: e2 }) {
|
|
7714
7748
|
return {
|
|
7715
7749
|
/**
|
|
7716
7750
|
* @param { rebilly.GetTokenCollectionRequest } request
|
|
@@ -7731,7 +7765,7 @@ function Xe$1({ apiHandler: e2 }) {
|
|
|
7731
7765
|
}
|
|
7732
7766
|
};
|
|
7733
7767
|
}
|
|
7734
|
-
function
|
|
7768
|
+
function _e$1({ apiHandler: e2 }) {
|
|
7735
7769
|
return {
|
|
7736
7770
|
/**
|
|
7737
7771
|
* @param { rebilly.GetPayoutRequestAllocationCollectionRequest } request
|
|
@@ -7761,7 +7795,7 @@ function Ze$1({ apiHandler: e2 }) {
|
|
|
7761
7795
|
}
|
|
7762
7796
|
};
|
|
7763
7797
|
}
|
|
7764
|
-
function
|
|
7798
|
+
function He$1({ apiHandler: e2 }) {
|
|
7765
7799
|
return {
|
|
7766
7800
|
/**
|
|
7767
7801
|
* @param { rebilly.GetPayoutRequestBatchCollectionRequest } request
|
|
@@ -7801,7 +7835,7 @@ function _e$1({ apiHandler: e2 }) {
|
|
|
7801
7835
|
}
|
|
7802
7836
|
};
|
|
7803
7837
|
}
|
|
7804
|
-
function
|
|
7838
|
+
function ts({ apiHandler: e2 }) {
|
|
7805
7839
|
return {
|
|
7806
7840
|
/**
|
|
7807
7841
|
* @param { rebilly.GetPayoutRequestCollectionRequest } request
|
|
@@ -7874,14 +7908,14 @@ function He$1({ apiHandler: e2 }) {
|
|
|
7874
7908
|
}
|
|
7875
7909
|
};
|
|
7876
7910
|
}
|
|
7877
|
-
function
|
|
7911
|
+
function es({ apiHandler: e2 }) {
|
|
7878
7912
|
return {
|
|
7879
7913
|
create({ data: t2 }) {
|
|
7880
7914
|
return e2.post("payouts", t2);
|
|
7881
7915
|
}
|
|
7882
7916
|
};
|
|
7883
7917
|
}
|
|
7884
|
-
function
|
|
7918
|
+
function ss({ apiHandler: e2 }) {
|
|
7885
7919
|
return {
|
|
7886
7920
|
/**
|
|
7887
7921
|
* @param { rebilly.GetPlanCollectionRequest } request
|
|
@@ -7921,7 +7955,7 @@ function es({ apiHandler: e2 }) {
|
|
|
7921
7955
|
}
|
|
7922
7956
|
};
|
|
7923
7957
|
}
|
|
7924
|
-
function
|
|
7958
|
+
function rs({ apiHandler: e2 }) {
|
|
7925
7959
|
return {
|
|
7926
7960
|
order({ data: t2 }) {
|
|
7927
7961
|
return e2.post("previews/orders", t2);
|
|
@@ -7934,7 +7968,7 @@ function ss({ apiHandler: e2 }) {
|
|
|
7934
7968
|
}
|
|
7935
7969
|
};
|
|
7936
7970
|
}
|
|
7937
|
-
function
|
|
7971
|
+
function ns({ apiHandler: e2 }) {
|
|
7938
7972
|
return {
|
|
7939
7973
|
/**
|
|
7940
7974
|
* @param { rebilly.GetProductCollectionRequest } request
|
|
@@ -7974,7 +8008,7 @@ function rs({ apiHandler: e2 }) {
|
|
|
7974
8008
|
}
|
|
7975
8009
|
};
|
|
7976
8010
|
}
|
|
7977
|
-
function
|
|
8011
|
+
function us({ apiHandler: e2 }) {
|
|
7978
8012
|
return {
|
|
7979
8013
|
startPermissionsEmulation({ data: t2 }) {
|
|
7980
8014
|
return e2.post("permissions-emulation", t2);
|
|
@@ -8008,14 +8042,14 @@ function ns({ apiHandler: e2 }) {
|
|
|
8008
8042
|
}
|
|
8009
8043
|
};
|
|
8010
8044
|
}
|
|
8011
|
-
function
|
|
8045
|
+
function os({ apiHandler: e2 }) {
|
|
8012
8046
|
return {
|
|
8013
8047
|
readyToPay({ data: t2 }) {
|
|
8014
8048
|
return e2.post("ready-to-pay", t2);
|
|
8015
8049
|
}
|
|
8016
8050
|
};
|
|
8017
8051
|
}
|
|
8018
|
-
function
|
|
8052
|
+
function ls({ apiHandler: e2 }) {
|
|
8019
8053
|
return {
|
|
8020
8054
|
/**
|
|
8021
8055
|
* @param { rebilly.GetQuoteCollectionRequest } request
|
|
@@ -8105,7 +8139,7 @@ function os({ apiHandler: e2 }) {
|
|
|
8105
8139
|
}
|
|
8106
8140
|
};
|
|
8107
8141
|
}
|
|
8108
|
-
function
|
|
8142
|
+
function cs({ apiHandler: e2 }) {
|
|
8109
8143
|
return {
|
|
8110
8144
|
/**
|
|
8111
8145
|
* @returns { rebilly.GetExternalIdentifierResponsePromise } response
|
|
@@ -8136,7 +8170,7 @@ function ls({ apiHandler: e2 }) {
|
|
|
8136
8170
|
}
|
|
8137
8171
|
};
|
|
8138
8172
|
}
|
|
8139
|
-
function
|
|
8173
|
+
function is({ apiHandler: e2 }) {
|
|
8140
8174
|
return {
|
|
8141
8175
|
/**
|
|
8142
8176
|
* @returns { rebilly.GetRiskScoreRulesResponsePromise } response
|
|
@@ -8164,7 +8198,7 @@ function cs({ apiHandler: e2 }) {
|
|
|
8164
8198
|
}
|
|
8165
8199
|
};
|
|
8166
8200
|
}
|
|
8167
|
-
function
|
|
8201
|
+
function gs({ apiHandler: e2 }) {
|
|
8168
8202
|
return {
|
|
8169
8203
|
/**
|
|
8170
8204
|
* @param { rebilly.GetRoleCollectionRequest } request
|
|
@@ -8206,7 +8240,7 @@ function is({ apiHandler: e2 }) {
|
|
|
8206
8240
|
}
|
|
8207
8241
|
};
|
|
8208
8242
|
}
|
|
8209
|
-
function
|
|
8243
|
+
function as({ apiHandler: e2 }) {
|
|
8210
8244
|
return {
|
|
8211
8245
|
/**
|
|
8212
8246
|
* @returns { rebilly.GetSearchResponsePromise } response
|
|
@@ -8217,7 +8251,7 @@ function gs({ apiHandler: e2 }) {
|
|
|
8217
8251
|
}
|
|
8218
8252
|
};
|
|
8219
8253
|
}
|
|
8220
|
-
function
|
|
8254
|
+
function ms({ apiHandler: e2 }) {
|
|
8221
8255
|
return {
|
|
8222
8256
|
/**
|
|
8223
8257
|
* @param { rebilly.GetGridSegmentCollectionRequest } request
|
|
@@ -8257,7 +8291,7 @@ function as({ apiHandler: e2 }) {
|
|
|
8257
8291
|
}
|
|
8258
8292
|
};
|
|
8259
8293
|
}
|
|
8260
|
-
function
|
|
8294
|
+
function fs({ apiHandler: e2 }) {
|
|
8261
8295
|
return {
|
|
8262
8296
|
/**
|
|
8263
8297
|
* @returns { rebilly.GetSendThroughAttributionCollectionResponsePromise } response
|
|
@@ -8267,7 +8301,7 @@ function ms({ apiHandler: e2 }) {
|
|
|
8267
8301
|
}
|
|
8268
8302
|
};
|
|
8269
8303
|
}
|
|
8270
|
-
function
|
|
8304
|
+
function $s({ apiHandler: e2 }) {
|
|
8271
8305
|
return {
|
|
8272
8306
|
/**
|
|
8273
8307
|
* @param { rebilly.GetServiceCredentialCollectionRequest } request
|
|
@@ -8318,7 +8352,7 @@ function fs({ apiHandler: e2 }) {
|
|
|
8318
8352
|
}
|
|
8319
8353
|
};
|
|
8320
8354
|
}
|
|
8321
|
-
function
|
|
8355
|
+
function ps({ apiHandler: e2 }) {
|
|
8322
8356
|
return {
|
|
8323
8357
|
/**
|
|
8324
8358
|
* @param { rebilly.GetShippingRateCollectionRequest } request
|
|
@@ -8358,7 +8392,7 @@ function $s({ apiHandler: e2 }) {
|
|
|
8358
8392
|
}
|
|
8359
8393
|
};
|
|
8360
8394
|
}
|
|
8361
|
-
function
|
|
8395
|
+
function hs({ apiHandler: e2 }) {
|
|
8362
8396
|
return {
|
|
8363
8397
|
/**
|
|
8364
8398
|
* @returns { rebilly.GetStatusResponsePromise } response
|
|
@@ -8368,7 +8402,7 @@ function ps({ apiHandler: e2 }) {
|
|
|
8368
8402
|
}
|
|
8369
8403
|
};
|
|
8370
8404
|
}
|
|
8371
|
-
function
|
|
8405
|
+
function ys({ apiHandler: e2 }) {
|
|
8372
8406
|
return {
|
|
8373
8407
|
/**
|
|
8374
8408
|
* @param { rebilly.GetSubscriptionCancellationCollectionRequest } request
|
|
@@ -8399,7 +8433,7 @@ function hs({ apiHandler: e2 }) {
|
|
|
8399
8433
|
}
|
|
8400
8434
|
};
|
|
8401
8435
|
}
|
|
8402
|
-
function
|
|
8436
|
+
function As({ apiHandler: e2 }) {
|
|
8403
8437
|
return {
|
|
8404
8438
|
/**
|
|
8405
8439
|
* @param { rebilly.GetSubscriptionPauseCollectionRequest } request
|
|
@@ -8433,7 +8467,7 @@ function ys({ apiHandler: e2 }) {
|
|
|
8433
8467
|
}
|
|
8434
8468
|
};
|
|
8435
8469
|
}
|
|
8436
|
-
function
|
|
8470
|
+
function Rs({ apiHandler: e2 }) {
|
|
8437
8471
|
return {
|
|
8438
8472
|
/**
|
|
8439
8473
|
* @param { rebilly.GetSubscriptionReactivationCollectionRequest } request
|
|
@@ -8454,7 +8488,7 @@ function As({ apiHandler: e2 }) {
|
|
|
8454
8488
|
}
|
|
8455
8489
|
};
|
|
8456
8490
|
}
|
|
8457
|
-
function
|
|
8491
|
+
function bs({ apiHandler: e2 }) {
|
|
8458
8492
|
return {
|
|
8459
8493
|
/**
|
|
8460
8494
|
* @param { rebilly.GetSubscriptionCollectionRequest } request
|
|
@@ -8565,7 +8599,7 @@ function Rs({ apiHandler: e2 }) {
|
|
|
8565
8599
|
}
|
|
8566
8600
|
};
|
|
8567
8601
|
}
|
|
8568
|
-
function
|
|
8602
|
+
function ws({ apiHandler: e2 }) {
|
|
8569
8603
|
return {
|
|
8570
8604
|
/**
|
|
8571
8605
|
* @param { rebilly.GetTagCollectionRequest } request
|
|
@@ -8634,7 +8668,7 @@ function bs({ apiHandler: e2 }) {
|
|
|
8634
8668
|
}
|
|
8635
8669
|
};
|
|
8636
8670
|
}
|
|
8637
|
-
function
|
|
8671
|
+
function ks({ apiHandler: e2 }) {
|
|
8638
8672
|
return {
|
|
8639
8673
|
/**
|
|
8640
8674
|
* @param { rebilly.GetTagRuleCollectionRequest } request
|
|
@@ -8674,7 +8708,7 @@ function ws({ apiHandler: e2 }) {
|
|
|
8674
8708
|
}
|
|
8675
8709
|
};
|
|
8676
8710
|
}
|
|
8677
|
-
function
|
|
8711
|
+
function vs({ apiHandler: e2 }) {
|
|
8678
8712
|
return {
|
|
8679
8713
|
/**
|
|
8680
8714
|
* @param { rebilly.GetTrackingApiCollectionRequest } request
|
|
@@ -8756,7 +8790,7 @@ function ks({ apiHandler: e2 }) {
|
|
|
8756
8790
|
}
|
|
8757
8791
|
};
|
|
8758
8792
|
}
|
|
8759
|
-
function
|
|
8793
|
+
function qs({ apiHandler: e2 }) {
|
|
8760
8794
|
return {
|
|
8761
8795
|
/**
|
|
8762
8796
|
* @param { rebilly.GetTransactionCollectionRequest } request
|
|
@@ -8833,7 +8867,7 @@ function vs({ apiHandler: e2 }) {
|
|
|
8833
8867
|
}
|
|
8834
8868
|
};
|
|
8835
8869
|
}
|
|
8836
|
-
function
|
|
8870
|
+
function Ts({ apiHandler: e2 }) {
|
|
8837
8871
|
return {
|
|
8838
8872
|
/**
|
|
8839
8873
|
* @param { rebilly.GetUsageCollectionRequest } request
|
|
@@ -8863,7 +8897,7 @@ function qs({ apiHandler: e2 }) {
|
|
|
8863
8897
|
}
|
|
8864
8898
|
};
|
|
8865
8899
|
}
|
|
8866
|
-
function
|
|
8900
|
+
function ds({ apiHandler: e2 }) {
|
|
8867
8901
|
return {
|
|
8868
8902
|
/**
|
|
8869
8903
|
* @param { rebilly.GetUserCollectionRequest } request
|
|
@@ -8906,7 +8940,7 @@ function Ts({ apiHandler: e2 }) {
|
|
|
8906
8940
|
}
|
|
8907
8941
|
};
|
|
8908
8942
|
}
|
|
8909
|
-
function
|
|
8943
|
+
function Is({ apiHandler: e2 }) {
|
|
8910
8944
|
return {
|
|
8911
8945
|
/**
|
|
8912
8946
|
* @param { rebilly.GetWebhookCollectionRequest } request
|
|
@@ -8940,7 +8974,7 @@ function ds({ apiHandler: e2 }) {
|
|
|
8940
8974
|
}
|
|
8941
8975
|
};
|
|
8942
8976
|
}
|
|
8943
|
-
function
|
|
8977
|
+
function Ss({ apiHandler: e2 }) {
|
|
8944
8978
|
return {
|
|
8945
8979
|
/**
|
|
8946
8980
|
* @param { rebilly.GetWebsiteCollectionRequest } request
|
|
@@ -8980,22 +9014,24 @@ function Is({ apiHandler: e2 }) {
|
|
|
8980
9014
|
}
|
|
8981
9015
|
};
|
|
8982
9016
|
}
|
|
8983
|
-
class
|
|
9017
|
+
class Es {
|
|
8984
9018
|
constructor({ apiHandler: t2 }) {
|
|
8985
|
-
this.
|
|
9019
|
+
this.accountRegistrationSettings = _t$1({
|
|
9020
|
+
apiHandler: t2
|
|
9021
|
+
}), this.account = Ht$1({ apiHandler: t2 }), this.allowlists = te$1({ apiHandler: t2 }), this.amlChecks = ee$1({ apiHandler: t2 }), this.amlSettings = se$1({ apiHandler: t2 }), this.apiKeys = re$1({ apiHandler: t2 }), this.applicationInstances = ne$1({ apiHandler: t2 }), this.applications = ue$1({ apiHandler: t2 }), this.balanceTransactions = oe$1({ apiHandler: t2 }), this.billingPortals = le$1({ apiHandler: t2 }), this.blocklists = ce$1({ apiHandler: t2 }), this.broadcastMessages = ie$1({ apiHandler: t2 }), this.cashiers = ge({ apiHandler: t2 }), this.checkoutForms = ae$1({ apiHandler: t2 }), this.coupons = me$1({ apiHandler: t2 }), this.creditMemos = fe$1({ apiHandler: t2 }), this.customDomains = $e$1({ apiHandler: t2 }), this.customFields = pe$1({ apiHandler: t2 }), this.customerAuthentication = he$1({ apiHandler: t2 }), this.customers = ye$1({ apiHandler: t2 }), this.depositCustomPropertySets = Ae$1({
|
|
8986
9022
|
apiHandler: t2
|
|
8987
|
-
}), this.depositRequests =
|
|
9023
|
+
}), this.depositRequests = Re$1({ apiHandler: t2 }), this.depositStrategies = be({ apiHandler: t2 }), this.digitalWallets = we$1({ apiHandler: t2 }), this.disputes = ke$1({ apiHandler: t2 }), this.emailDeliverySettings = ve$1({ apiHandler: t2 }), this.emailMessages = qe$1({ apiHandler: t2 }), this.emailNotifications = Te$1({ apiHandler: t2 }), this.events = de$1({ apiHandler: t2 }), this.externalIdentifiers = Ie$1({ apiHandler: t2 }), this.externalServicesSettings = Se$1({
|
|
8988
9024
|
apiHandler: t2
|
|
8989
|
-
}), this.fees =
|
|
9025
|
+
}), this.fees = Ee$1({ apiHandler: t2 }), this.files = xe$1({ apiHandler: t2 }), this.gatewayAccounts = Pe$1({ apiHandler: t2 }), this.integrations = Ce$1({ apiHandler: t2 }), this.invoices = De$1({ apiHandler: t2 }), this.journalAccounts = je$1({ apiHandler: t2 }), this.journalEntries = Me$1({ apiHandler: t2 }), this.journalRecords = Oe$1({ apiHandler: t2 }), this.kycDocuments = Fe$1({ apiHandler: t2 }), this.kycRequests = Be$1({ apiHandler: t2 }), this.kycSettings = Ke$1({ apiHandler: t2 }), this.lists = Ne$1({ apiHandler: t2 }), this.memberships = Le$1({ apiHandler: t2 }), this.orderCancellations = ze$1({ apiHandler: t2 }), this.orderPauses = Ue$1({ apiHandler: t2 }), this.orderReactivations = Ve$1({ apiHandler: t2 }), this.orders = Je$1({ apiHandler: t2 }), this.organizationExports = We$1({ apiHandler: t2 }), this.organizations = Ge$1({ apiHandler: t2 }), this.paymentCardsBankNames = Ye$1({ apiHandler: t2 }), this.paymentInstruments = Qe$1({ apiHandler: t2 }), this.paymentMethods = Xe$1({ apiHandler: t2 }), this.paymentTokens = Ze$1({ apiHandler: t2 }), this.payoutRequestAllocations = _e$1({
|
|
8990
9026
|
apiHandler: t2
|
|
8991
|
-
}), this.payoutRequestBatches =
|
|
9027
|
+
}), this.payoutRequestBatches = He$1({ apiHandler: t2 }), this.payoutRequests = ts({ apiHandler: t2 }), this.payouts = es({ apiHandler: t2 }), this.plans = ss({ apiHandler: t2 }), this.previews = rs({ apiHandler: t2 }), this.products = ns({ apiHandler: t2 }), this.profile = us({ apiHandler: t2 }), this.purchase = os({ apiHandler: t2 }), this.quotes = ls({ apiHandler: t2 }), this.resource = cs({ apiHandler: t2 }), this.riskScoreRules = is({ apiHandler: t2 }), this.roles = gs({ apiHandler: t2 }), this.search = as({ apiHandler: t2 }), this.segments = ms({ apiHandler: t2 }), this.sendThroughAttribution = fs({ apiHandler: t2 }), this.serviceCredentials = $s({ apiHandler: t2 }), this.shippingRates = ps({ apiHandler: t2 }), this.status = hs({ apiHandler: t2 }), this.subscriptionCancellations = ys({
|
|
8992
9028
|
apiHandler: t2
|
|
8993
|
-
}), this.subscriptionPauses =
|
|
9029
|
+
}), this.subscriptionPauses = As({ apiHandler: t2 }), this.subscriptionReactivations = Rs({
|
|
8994
9030
|
apiHandler: t2
|
|
8995
|
-
}), this.subscriptions =
|
|
9031
|
+
}), this.subscriptions = bs({ apiHandler: t2 }), this.tags = ws({ apiHandler: t2 }), this.tagsRules = ks({ apiHandler: t2 }), this.tracking = vs({ apiHandler: t2 }), this.transactions = qs({ apiHandler: t2 }), this.usages = Ts({ apiHandler: t2 }), this.users = ds({ apiHandler: t2 }), this.webhooks = Is({ apiHandler: t2 }), this.websites = Ss({ apiHandler: t2 }), this.addRequestInterceptor = t2.addRequestInterceptor, this.removeRequestInterceptor = t2.removeRequestInterceptor, this.addResponseInterceptor = t2.addResponseInterceptor, this.removeResponseInterceptor = t2.removeResponseInterceptor, this.setTimeout = t2.setTimeout, this.setProxyAgent = t2.setProxyAgent, this.setSessionToken = t2.setSessionToken, this.setPublishableKey = t2.setPublishableKey, this.setEndpoints = t2.setEndpoints, this.getCancellationToken = t2.getCancellationToken, this.generateSignature = t2.generateSignature;
|
|
8996
9032
|
}
|
|
8997
9033
|
}
|
|
8998
|
-
function
|
|
9034
|
+
function xs({ apiHandler: e2 }) {
|
|
8999
9035
|
return {
|
|
9000
9036
|
/**
|
|
9001
9037
|
* @returns { rebilly.GetCustomerSummaryMetricReportResponsePromise } response
|
|
@@ -9005,7 +9041,7 @@ function Es({ apiHandler: e2 }) {
|
|
|
9005
9041
|
}
|
|
9006
9042
|
};
|
|
9007
9043
|
}
|
|
9008
|
-
function
|
|
9044
|
+
function Ps({ apiHandler: e2 }) {
|
|
9009
9045
|
return {
|
|
9010
9046
|
/**
|
|
9011
9047
|
* @param { rebilly.GetDataExportCollectionRequest } request
|
|
@@ -9050,7 +9086,7 @@ function xs({ apiHandler: e2 }) {
|
|
|
9050
9086
|
}
|
|
9051
9087
|
};
|
|
9052
9088
|
}
|
|
9053
|
-
function
|
|
9089
|
+
function Cs({ apiHandler: e2 }) {
|
|
9054
9090
|
return {
|
|
9055
9091
|
/**
|
|
9056
9092
|
* @returns { rebilly.GetHistogramAmlCheckReportResponsePromise } response
|
|
@@ -9094,7 +9130,7 @@ function Ps({ apiHandler: e2 }) {
|
|
|
9094
9130
|
}
|
|
9095
9131
|
};
|
|
9096
9132
|
}
|
|
9097
|
-
function
|
|
9133
|
+
function Ds({ apiHandler: e2 }) {
|
|
9098
9134
|
return {
|
|
9099
9135
|
/**
|
|
9100
9136
|
* @returns { rebilly.GetApiLogSummaryReportResponsePromise } response
|
|
@@ -9566,7 +9602,7 @@ function Cs({ apiHandler: e2 }) {
|
|
|
9566
9602
|
}
|
|
9567
9603
|
};
|
|
9568
9604
|
}
|
|
9569
|
-
function
|
|
9605
|
+
function js({ apiHandler: e2 }) {
|
|
9570
9606
|
return {
|
|
9571
9607
|
/**
|
|
9572
9608
|
* @returns { rebilly.GetSubscriptionSummaryMetricReportResponsePromise } response
|
|
@@ -9576,7 +9612,7 @@ function Ds({ apiHandler: e2 }) {
|
|
|
9576
9612
|
}
|
|
9577
9613
|
};
|
|
9578
9614
|
}
|
|
9579
|
-
function
|
|
9615
|
+
function Ms({ apiHandler: e2 }) {
|
|
9580
9616
|
return {
|
|
9581
9617
|
getActivityFeed({ eventTypes: t2 = null, limit: s = 1e3, offset: r2 = 0 }) {
|
|
9582
9618
|
const n2 = {
|
|
@@ -9604,7 +9640,7 @@ function js({ apiHandler: e2 }) {
|
|
|
9604
9640
|
}
|
|
9605
9641
|
};
|
|
9606
9642
|
}
|
|
9607
|
-
function
|
|
9643
|
+
function Os({ apiHandler: e2 }) {
|
|
9608
9644
|
return {
|
|
9609
9645
|
query() {
|
|
9610
9646
|
return e2.get("location");
|
|
@@ -9612,15 +9648,15 @@ function Ms({ apiHandler: e2 }) {
|
|
|
9612
9648
|
};
|
|
9613
9649
|
}
|
|
9614
9650
|
const R = {
|
|
9615
|
-
CustomersResource:
|
|
9616
|
-
DataExportsResource:
|
|
9617
|
-
HistogramsResource:
|
|
9618
|
-
ReportsResource:
|
|
9619
|
-
SubscriptionsResource:
|
|
9620
|
-
TimelinesResource:
|
|
9621
|
-
LocationResource:
|
|
9651
|
+
CustomersResource: xs,
|
|
9652
|
+
DataExportsResource: Ps,
|
|
9653
|
+
HistogramsResource: Cs,
|
|
9654
|
+
ReportsResource: Ds,
|
|
9655
|
+
SubscriptionsResource: js,
|
|
9656
|
+
TimelinesResource: Ms,
|
|
9657
|
+
LocationResource: Os
|
|
9622
9658
|
};
|
|
9623
|
-
class
|
|
9659
|
+
class Fs {
|
|
9624
9660
|
constructor({ apiHandler: t2 }) {
|
|
9625
9661
|
this.customers = R.CustomersResource({ apiHandler: t2 }), this.dataExports = R.DataExportsResource({
|
|
9626
9662
|
apiHandler: t2
|
|
@@ -9629,7 +9665,7 @@ class Os {
|
|
|
9629
9665
|
}), this.timelines = R.TimelinesResource({ apiHandler: t2 }), this.location = R.LocationResource({ apiHandler: t2 }), this.addRequestInterceptor = t2.addRequestInterceptor, this.removeRequestInterceptor = t2.removeRequestInterceptor, this.addResponseInterceptor = t2.addResponseInterceptor, this.removeResponseInterceptor = t2.removeResponseInterceptor, this.setTimeout = t2.setTimeout, this.setProxyAgent = t2.setProxyAgent, this.setSessionToken = t2.setSessionToken, this.setEndpoints = t2.setEndpoints, this.getCancellationToken = t2.getCancellationToken;
|
|
9630
9666
|
}
|
|
9631
9667
|
}
|
|
9632
|
-
function
|
|
9668
|
+
function Bs({ apiHandler: e2 }) {
|
|
9633
9669
|
return {
|
|
9634
9670
|
/**
|
|
9635
9671
|
* @returns { rebilly.StorefrontGetAccountResponsePromise } response
|
|
@@ -9661,7 +9697,7 @@ function Fs({ apiHandler: e2 }) {
|
|
|
9661
9697
|
}
|
|
9662
9698
|
};
|
|
9663
9699
|
}
|
|
9664
|
-
function
|
|
9700
|
+
function Ks({ apiHandler: e2 }) {
|
|
9665
9701
|
return {
|
|
9666
9702
|
login({ data: t2 }) {
|
|
9667
9703
|
return e2.post("login", t2);
|
|
@@ -9671,7 +9707,7 @@ function Bs({ apiHandler: e2 }) {
|
|
|
9671
9707
|
}
|
|
9672
9708
|
};
|
|
9673
9709
|
}
|
|
9674
|
-
function
|
|
9710
|
+
function Ns({ apiHandler: e2 }) {
|
|
9675
9711
|
return {
|
|
9676
9712
|
/**
|
|
9677
9713
|
* @returns { rebilly.StorefrontGetBillingPortalResponsePromise } response
|
|
@@ -9681,7 +9717,7 @@ function Ks({ apiHandler: e2 }) {
|
|
|
9681
9717
|
}
|
|
9682
9718
|
};
|
|
9683
9719
|
}
|
|
9684
|
-
function
|
|
9720
|
+
function Ls({ apiHandler: e2 }) {
|
|
9685
9721
|
return {
|
|
9686
9722
|
/**
|
|
9687
9723
|
* @returns { rebilly.StorefrontGetCashierResponsePromise } response
|
|
@@ -9694,7 +9730,7 @@ function Ns({ apiHandler: e2 }) {
|
|
|
9694
9730
|
}
|
|
9695
9731
|
};
|
|
9696
9732
|
}
|
|
9697
|
-
function
|
|
9733
|
+
function zs({ apiHandler: e2 }) {
|
|
9698
9734
|
return {
|
|
9699
9735
|
/**
|
|
9700
9736
|
* @returns { rebilly.StorefrontGetCheckoutFormResponsePromise } response
|
|
@@ -9704,7 +9740,7 @@ function Ls({ apiHandler: e2 }) {
|
|
|
9704
9740
|
}
|
|
9705
9741
|
};
|
|
9706
9742
|
}
|
|
9707
|
-
function
|
|
9743
|
+
function Us({ apiHandler: e2 }) {
|
|
9708
9744
|
return {
|
|
9709
9745
|
/**
|
|
9710
9746
|
* @param { rebilly.StorefrontGetCustomFieldCollectionRequest } request
|
|
@@ -9716,7 +9752,7 @@ function zs({ apiHandler: e2 }) {
|
|
|
9716
9752
|
}
|
|
9717
9753
|
};
|
|
9718
9754
|
}
|
|
9719
|
-
function
|
|
9755
|
+
function Vs({ apiHandler: e2 }) {
|
|
9720
9756
|
return {
|
|
9721
9757
|
/**
|
|
9722
9758
|
* @returns { rebilly.StorefrontGetDepositRequestResponsePromise } response
|
|
@@ -9727,14 +9763,14 @@ function Us({ apiHandler: e2 }) {
|
|
|
9727
9763
|
}
|
|
9728
9764
|
};
|
|
9729
9765
|
}
|
|
9730
|
-
function
|
|
9766
|
+
function Js({ apiHandler: e2 }) {
|
|
9731
9767
|
return {
|
|
9732
9768
|
create({ data: t2 }) {
|
|
9733
9769
|
return e2.post("deposit", t2);
|
|
9734
9770
|
}
|
|
9735
9771
|
};
|
|
9736
9772
|
}
|
|
9737
|
-
function
|
|
9773
|
+
function Ws({ apiHandler: e2 }) {
|
|
9738
9774
|
return {
|
|
9739
9775
|
/**
|
|
9740
9776
|
* @returns { rebilly.StorefrontGetDepositStrategyResponsePromise } response
|
|
@@ -9744,7 +9780,7 @@ function Js({ apiHandler: e2 }) {
|
|
|
9744
9780
|
}
|
|
9745
9781
|
};
|
|
9746
9782
|
}
|
|
9747
|
-
function
|
|
9783
|
+
function Gs({ apiHandler: e2 }) {
|
|
9748
9784
|
return {
|
|
9749
9785
|
/**
|
|
9750
9786
|
* @param { rebilly.StorefrontGetInvoiceCollectionRequest } request
|
|
@@ -9780,7 +9816,7 @@ function Ws({ apiHandler: e2 }) {
|
|
|
9780
9816
|
}
|
|
9781
9817
|
};
|
|
9782
9818
|
}
|
|
9783
|
-
function
|
|
9819
|
+
function Ys({ apiHandler: e2 }) {
|
|
9784
9820
|
return {
|
|
9785
9821
|
/**
|
|
9786
9822
|
* @param { rebilly.StorefrontGetKycDocumentCollectionRequest } request
|
|
@@ -9804,7 +9840,7 @@ function Gs({ apiHandler: e2 }) {
|
|
|
9804
9840
|
}
|
|
9805
9841
|
};
|
|
9806
9842
|
}
|
|
9807
|
-
function
|
|
9843
|
+
function Qs({ apiHandler: e2 }) {
|
|
9808
9844
|
return {
|
|
9809
9845
|
create({ data: t2 }) {
|
|
9810
9846
|
return e2.post("kyc-liveness-sessions", t2);
|
|
@@ -9820,7 +9856,7 @@ function Ys({ apiHandler: e2 }) {
|
|
|
9820
9856
|
}
|
|
9821
9857
|
};
|
|
9822
9858
|
}
|
|
9823
|
-
function
|
|
9859
|
+
function Xs({ apiHandler: e2 }) {
|
|
9824
9860
|
return {
|
|
9825
9861
|
/**
|
|
9826
9862
|
* @returns { rebilly.StorefrontGetKycRequestResponsePromise } response
|
|
@@ -9831,7 +9867,7 @@ function Qs({ apiHandler: e2 }) {
|
|
|
9831
9867
|
}
|
|
9832
9868
|
};
|
|
9833
9869
|
}
|
|
9834
|
-
function
|
|
9870
|
+
function Zs({ apiHandler: e2 }) {
|
|
9835
9871
|
return {
|
|
9836
9872
|
/**
|
|
9837
9873
|
* @returns { rebilly.StorefrontGetOrderUpcomingInvoiceResponsePromise } response
|
|
@@ -9873,7 +9909,7 @@ function Xs({ apiHandler: e2 }) {
|
|
|
9873
9909
|
}
|
|
9874
9910
|
};
|
|
9875
9911
|
}
|
|
9876
|
-
function
|
|
9912
|
+
function _s({ apiHandler: e2 }) {
|
|
9877
9913
|
return {
|
|
9878
9914
|
/**
|
|
9879
9915
|
* @param { rebilly.StorefrontGetPaymentInstrumentCollectionRequest } request
|
|
@@ -9916,7 +9952,7 @@ function Zs({ apiHandler: e2 }) {
|
|
|
9916
9952
|
}
|
|
9917
9953
|
};
|
|
9918
9954
|
}
|
|
9919
|
-
function
|
|
9955
|
+
function Hs({ apiHandler: e2 }) {
|
|
9920
9956
|
return {
|
|
9921
9957
|
/**
|
|
9922
9958
|
* @param { rebilly.StorefrontGetPayoutRequestCollectionRequest } request
|
|
@@ -9946,7 +9982,7 @@ function _s({ apiHandler: e2 }) {
|
|
|
9946
9982
|
}
|
|
9947
9983
|
};
|
|
9948
9984
|
}
|
|
9949
|
-
function
|
|
9985
|
+
function tr({ apiHandler: e2 }) {
|
|
9950
9986
|
return {
|
|
9951
9987
|
/**
|
|
9952
9988
|
* @param { rebilly.StorefrontGetPlanCollectionRequest } request
|
|
@@ -9972,7 +10008,7 @@ function Hs({ apiHandler: e2 }) {
|
|
|
9972
10008
|
}
|
|
9973
10009
|
};
|
|
9974
10010
|
}
|
|
9975
|
-
function
|
|
10011
|
+
function er({ apiHandler: e2 }) {
|
|
9976
10012
|
return {
|
|
9977
10013
|
/**
|
|
9978
10014
|
* @param { rebilly.StorefrontGetProductCollectionRequest } request
|
|
@@ -9996,7 +10032,7 @@ function tr({ apiHandler: e2 }) {
|
|
|
9996
10032
|
}
|
|
9997
10033
|
};
|
|
9998
10034
|
}
|
|
9999
|
-
function
|
|
10035
|
+
function sr({ apiHandler: e2 }) {
|
|
10000
10036
|
return {
|
|
10001
10037
|
payment({ data: t2 }) {
|
|
10002
10038
|
return e2.post("payment", t2);
|
|
@@ -10012,7 +10048,7 @@ function er({ apiHandler: e2 }) {
|
|
|
10012
10048
|
}
|
|
10013
10049
|
};
|
|
10014
10050
|
}
|
|
10015
|
-
function
|
|
10051
|
+
function rr({ apiHandler: e2 }) {
|
|
10016
10052
|
return {
|
|
10017
10053
|
/**
|
|
10018
10054
|
* @returns { rebilly.StorefrontGetQuoteResponsePromise } response
|
|
@@ -10036,21 +10072,21 @@ function sr({ apiHandler: e2 }) {
|
|
|
10036
10072
|
}
|
|
10037
10073
|
};
|
|
10038
10074
|
}
|
|
10039
|
-
function
|
|
10075
|
+
function nr({ apiHandler: e2 }) {
|
|
10040
10076
|
return {
|
|
10041
10077
|
readyToPayout({ data: t2 }) {
|
|
10042
10078
|
return e2.post("ready-to-payout", t2);
|
|
10043
10079
|
}
|
|
10044
10080
|
};
|
|
10045
10081
|
}
|
|
10046
|
-
function
|
|
10082
|
+
function ur({ apiHandler: e2 }) {
|
|
10047
10083
|
return {
|
|
10048
10084
|
reactivation({ data: t2 }) {
|
|
10049
10085
|
return e2.post("subscription-reactivations", t2);
|
|
10050
10086
|
}
|
|
10051
10087
|
};
|
|
10052
10088
|
}
|
|
10053
|
-
function
|
|
10089
|
+
function or({ apiHandler: e2 }) {
|
|
10054
10090
|
return {
|
|
10055
10091
|
changeItems({ id: t2, data: s }) {
|
|
10056
10092
|
return e2.post(`subscriptions/${t2}/change-items`, s);
|
|
@@ -10060,7 +10096,7 @@ function ur({ apiHandler: e2 }) {
|
|
|
10060
10096
|
}
|
|
10061
10097
|
};
|
|
10062
10098
|
}
|
|
10063
|
-
function
|
|
10099
|
+
function lr({ apiHandler: e2 }) {
|
|
10064
10100
|
return {
|
|
10065
10101
|
/**
|
|
10066
10102
|
* @param { rebilly.StorefrontGetTransactionCollectionRequest } request
|
|
@@ -10109,7 +10145,7 @@ function or({ apiHandler: e2 }) {
|
|
|
10109
10145
|
}
|
|
10110
10146
|
};
|
|
10111
10147
|
}
|
|
10112
|
-
function
|
|
10148
|
+
function cr({ apiHandler: e2 }) {
|
|
10113
10149
|
return {
|
|
10114
10150
|
/**
|
|
10115
10151
|
* @returns { rebilly.StorefrontGetWebsiteResponsePromise } response
|
|
@@ -10119,27 +10155,27 @@ function lr({ apiHandler: e2 }) {
|
|
|
10119
10155
|
}
|
|
10120
10156
|
};
|
|
10121
10157
|
}
|
|
10122
|
-
class
|
|
10158
|
+
class ir {
|
|
10123
10159
|
constructor({ apiHandler: t2 }) {
|
|
10124
|
-
this.account =
|
|
10160
|
+
this.account = Bs({ apiHandler: t2 }), this.authorization = Ks({ apiHandler: t2 }), this.billingPortals = Ns({ apiHandler: t2 }), this.cashiers = Ls({ apiHandler: t2 }), this.checkoutForms = zs({ apiHandler: t2 }), this.customFields = Us({ apiHandler: t2 }), this.depositRequests = Vs({ apiHandler: t2 }), this.deposit = Js({ apiHandler: t2 }), this.depositStrategies = Ws({ apiHandler: t2 }), this.invoices = Gs({ apiHandler: t2 }), this.kycDocuments = Ys({ apiHandler: t2 }), this.kycLivenessSessions = Qs({ apiHandler: t2 }), this.kycRequests = Xs({ apiHandler: t2 }), this.orders = Zs({ apiHandler: t2 }), this.paymentInstruments = _s({ apiHandler: t2 }), this.payoutRequests = Hs({ apiHandler: t2 }), this.plans = tr({ apiHandler: t2 }), this.products = er({ apiHandler: t2 }), this.purchase = sr({ apiHandler: t2 }), this.quotes = rr({ apiHandler: t2 }), this.readyToPayout = nr({ apiHandler: t2 }), this.subscriptionReactivations = ur({
|
|
10125
10161
|
apiHandler: t2
|
|
10126
|
-
}), this.subscriptions =
|
|
10162
|
+
}), this.subscriptions = or({ apiHandler: t2 }), this.transactions = lr({ apiHandler: t2 }), this.websites = cr({ apiHandler: t2 }), this.checkoutForm = this.checkoutForms, this.billingPortal = this.billingPortals, this.addRequestInterceptor = t2.addRequestInterceptor, this.removeRequestInterceptor = t2.removeRequestInterceptor, this.addResponseInterceptor = t2.addResponseInterceptor, this.removeResponseInterceptor = t2.removeResponseInterceptor, this.setTimeout = t2.setTimeout, this.setProxyAgent = t2.setProxyAgent, this.setSessionToken = t2.setSessionToken, this.setPublishableKey = t2.setPublishableKey, this.setEndpoints = t2.setEndpoints, this.getCancellationToken = t2.getCancellationToken, this.generateSignature = t2.generateSignature;
|
|
10127
10163
|
}
|
|
10128
10164
|
}
|
|
10129
|
-
function ir({ apiHandler: e2 }) {
|
|
10130
|
-
return new Ss({ apiHandler: e2 });
|
|
10131
|
-
}
|
|
10132
10165
|
function gr({ apiHandler: e2 }) {
|
|
10133
|
-
return new
|
|
10166
|
+
return new Es({ apiHandler: e2 });
|
|
10134
10167
|
}
|
|
10135
10168
|
function ar({ apiHandler: e2 }) {
|
|
10136
|
-
return new
|
|
10169
|
+
return new Fs({ apiHandler: e2 });
|
|
10170
|
+
}
|
|
10171
|
+
function mr({ apiHandler: e2 }) {
|
|
10172
|
+
return new ir({ apiHandler: e2 });
|
|
10137
10173
|
}
|
|
10138
10174
|
const D = {
|
|
10139
10175
|
live: "https://api.rebilly.com",
|
|
10140
10176
|
sandbox: "https://api-sandbox.rebilly.com"
|
|
10141
10177
|
}, j$1 = 6e3;
|
|
10142
|
-
function
|
|
10178
|
+
function yr({
|
|
10143
10179
|
apiKey: e2 = null,
|
|
10144
10180
|
sandbox: t2 = false,
|
|
10145
10181
|
timeout: s = j$1,
|
|
@@ -10165,9 +10201,9 @@ function hr({
|
|
|
10165
10201
|
organizationId: r2,
|
|
10166
10202
|
appName: (u == null ? void 0 : u.appName) ?? null
|
|
10167
10203
|
}, l = C$1({ options: o2 });
|
|
10168
|
-
return
|
|
10204
|
+
return gr({ apiHandler: l });
|
|
10169
10205
|
}
|
|
10170
|
-
function
|
|
10206
|
+
function Ar({
|
|
10171
10207
|
apiKey: e2 = null,
|
|
10172
10208
|
sandbox: t2 = false,
|
|
10173
10209
|
timeout: s = j$1,
|
|
@@ -10193,9 +10229,9 @@ function yr({
|
|
|
10193
10229
|
organizationId: r2,
|
|
10194
10230
|
appName: (u == null ? void 0 : u.appName) ?? null
|
|
10195
10231
|
}, l = C$1({ options: o2 });
|
|
10196
|
-
return
|
|
10232
|
+
return ar({ apiHandler: l });
|
|
10197
10233
|
}
|
|
10198
|
-
function
|
|
10234
|
+
function Rr({
|
|
10199
10235
|
publishableKey: e2 = null,
|
|
10200
10236
|
jwt: t2 = null,
|
|
10201
10237
|
sandbox: s = false,
|
|
@@ -10222,7 +10258,7 @@ function Ar({
|
|
|
10222
10258
|
organizationId: n2,
|
|
10223
10259
|
appName: (o2 == null ? void 0 : o2.appName) ?? null
|
|
10224
10260
|
}, a = C$1({ options: l });
|
|
10225
|
-
return a.setSessionToken(l.jwt),
|
|
10261
|
+
return a.setSessionToken(l.jwt), mr({ apiHandler: a });
|
|
10226
10262
|
}
|
|
10227
10263
|
const TIMEOUT = 6e4;
|
|
10228
10264
|
function validateStateForStorefront() {
|
|
@@ -10263,15 +10299,15 @@ class StorefrontInstance {
|
|
|
10263
10299
|
appName: appName ? `${appName}/instruments` : "instruments"
|
|
10264
10300
|
}
|
|
10265
10301
|
};
|
|
10266
|
-
const api =
|
|
10302
|
+
const api = Rr(config);
|
|
10267
10303
|
const rebilly = (
|
|
10268
10304
|
// @ts-expect-error refactor with above todo
|
|
10269
|
-
typeof
|
|
10305
|
+
typeof yr.default === "function" ? (
|
|
10270
10306
|
// @ts-expect-error refactor with above todo
|
|
10271
|
-
|
|
10272
|
-
) :
|
|
10307
|
+
yr.default(config)
|
|
10308
|
+
) : yr(config)
|
|
10273
10309
|
);
|
|
10274
|
-
const experimental =
|
|
10310
|
+
const experimental = Ar(config);
|
|
10275
10311
|
api.setSessionToken(publishableKey || jwt);
|
|
10276
10312
|
rebilly.setSessionToken(publishableKey || jwt);
|
|
10277
10313
|
experimental.setSessionToken(publishableKey || jwt);
|
|
@@ -23543,7 +23579,7 @@ async function destroy() {
|
|
|
23543
23579
|
if (state.form instanceof HTMLElement) {
|
|
23544
23580
|
state.form.textContent = "";
|
|
23545
23581
|
}
|
|
23546
|
-
await
|
|
23582
|
+
await hr.cancelAll();
|
|
23547
23583
|
state.loader.clearAll();
|
|
23548
23584
|
}
|
|
23549
23585
|
async function update({ newOptions = {} } = {}) {
|