@rebilly/instruments 12.40.1 → 12.41.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 +6 -1
- package/dist/index.js +54 -54
- package/dist/index.min.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1 +1,6 @@
|
|
|
1
|
-
## [12.
|
|
1
|
+
## [12.41.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v12.40.1...instruments/core-v12.41.0) (2025-04-01)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* **api-metadata, rebilly-js-sdk, recomm:** Update resources based on latest api definitions, and update related Recomm code ([#11048](https://github.com/Rebilly/rebilly/issues/11048)) ([8d61ee8](https://github.com/Rebilly/rebilly/commit/8d61ee86df56a7159ce3594bc04736e2fc597745))
|
package/dist/index.js
CHANGED
|
@@ -5829,16 +5829,16 @@ const {
|
|
|
5829
5829
|
var it$1 = Object.defineProperty;
|
|
5830
5830
|
var gt$1 = (e2, t2, s) => t2 in e2 ? it$1(e2, t2, { enumerable: true, configurable: true, writable: true, value: s }) : e2[t2] = s;
|
|
5831
5831
|
var q$1 = (e2, t2, s) => gt$1(e2, typeof t2 != "symbol" ? t2 + "" : t2, s);
|
|
5832
|
-
function
|
|
5832
|
+
function T(e2, { exclude: t2 = [] } = {}) {
|
|
5833
5833
|
Object.freeze(e2);
|
|
5834
5834
|
const s = typeof e2 == "function";
|
|
5835
5835
|
return Object.getOwnPropertyNames(e2).forEach((r2) => {
|
|
5836
|
-
(!s || r2 !== "caller" && r2 !== "callee" && r2 !== "arguments") && e2[r2] !== null && !t2.includes(r2) && (typeof e2[r2] == "object" || typeof e2[r2] == "function") && !Object.isFrozen(e2[r2]) &&
|
|
5836
|
+
(!s || r2 !== "caller" && r2 !== "callee" && r2 !== "arguments") && e2[r2] !== null && !t2.includes(r2) && (typeof e2[r2] == "object" || typeof e2[r2] == "function") && !Object.isFrozen(e2[r2]) && T(e2[r2], { exclude: t2 });
|
|
5837
5837
|
}), e2;
|
|
5838
5838
|
}
|
|
5839
5839
|
let G$1 = class G {
|
|
5840
5840
|
constructor({ data: t2, status: s, statusText: r2, headers: n2 }, u = {}) {
|
|
5841
|
-
this.response = { status: s, statusText: r2, headers: n2 }, this.fields = { ...t2 }, this.config = u,
|
|
5841
|
+
this.response = { status: s, statusText: r2, headers: n2 }, this.fields = { ...t2 }, this.config = u, T(this, { exclude: ["cancelToken"] });
|
|
5842
5842
|
}
|
|
5843
5843
|
/**
|
|
5844
5844
|
* Returns a mutable JSON representation of the Member.
|
|
@@ -5869,7 +5869,7 @@ let at$1 = class at {
|
|
|
5869
5869
|
this[o2] = l ? Number(l) : null;
|
|
5870
5870
|
}), this.response = { status: s, statusText: r2, headers: n2 }, this.items = t2.map(
|
|
5871
5871
|
(o2) => new G$1({ data: o2, status: s, statusText: r2, headers: n2 })
|
|
5872
|
-
), this.config = u,
|
|
5872
|
+
), this.config = u, T(this, { exclude: ["cancelToken"] });
|
|
5873
5873
|
}
|
|
5874
5874
|
/**
|
|
5875
5875
|
* Returns a mutable JSON representation of the Collection.
|
|
@@ -5925,12 +5925,12 @@ let At$1 = class At extends p {
|
|
|
5925
5925
|
super({ error: t2, name: "RebillyMethodNotAllowedError" });
|
|
5926
5926
|
}
|
|
5927
5927
|
};
|
|
5928
|
-
let
|
|
5928
|
+
let bt$1 = class bt extends p {
|
|
5929
5929
|
constructor(t2) {
|
|
5930
5930
|
super({ error: t2, name: "RebillyTimeoutError" });
|
|
5931
5931
|
}
|
|
5932
5932
|
};
|
|
5933
|
-
let
|
|
5933
|
+
let Rt$1 = class Rt extends p {
|
|
5934
5934
|
constructor(t2) {
|
|
5935
5935
|
super({ error: t2, name: "RebillyCanceledError" });
|
|
5936
5936
|
}
|
|
@@ -5943,8 +5943,8 @@ const $$1 = {
|
|
|
5943
5943
|
RebillyConflictError: ht$1,
|
|
5944
5944
|
RebillyForbiddenError: yt$1,
|
|
5945
5945
|
RebillyMethodNotAllowedError: At$1,
|
|
5946
|
-
RebillyTimeoutError:
|
|
5947
|
-
RebillyCanceledError:
|
|
5946
|
+
RebillyTimeoutError: bt$1,
|
|
5947
|
+
RebillyCanceledError: Rt$1
|
|
5948
5948
|
};
|
|
5949
5949
|
function wt$1(e2) {
|
|
5950
5950
|
return e2 && e2.__esModule && Object.prototype.hasOwnProperty.call(e2, "default") ? e2.default : e2;
|
|
@@ -5962,8 +5962,8 @@ var kt$1 = Object.prototype.toString, Y$1 = function(t2) {
|
|
|
5962
5962
|
if (vt$1(t2)) return "array";
|
|
5963
5963
|
if (xt$1(t2)) return "buffer";
|
|
5964
5964
|
if (qt$1(t2)) return "arguments";
|
|
5965
|
-
if (
|
|
5966
|
-
if (
|
|
5965
|
+
if (Tt$1(t2)) return "date";
|
|
5966
|
+
if (dt$1(t2)) return "error";
|
|
5967
5967
|
if (St$1(t2)) return "regexp";
|
|
5968
5968
|
switch (Q$1(t2)) {
|
|
5969
5969
|
case "Symbol":
|
|
@@ -6019,10 +6019,10 @@ function Q$1(e2) {
|
|
|
6019
6019
|
function vt$1(e2) {
|
|
6020
6020
|
return Array.isArray ? Array.isArray(e2) : e2 instanceof Array;
|
|
6021
6021
|
}
|
|
6022
|
-
function
|
|
6022
|
+
function dt$1(e2) {
|
|
6023
6023
|
return e2 instanceof Error || typeof e2.message == "string" && e2.constructor && typeof e2.constructor.stackTraceLimit == "number";
|
|
6024
6024
|
}
|
|
6025
|
-
function
|
|
6025
|
+
function Tt$1(e2) {
|
|
6026
6026
|
return e2 instanceof Date ? true : typeof e2.toDateString == "function" && typeof e2.getDate == "function" && typeof e2.setDate == "function";
|
|
6027
6027
|
}
|
|
6028
6028
|
function St$1(e2) {
|
|
@@ -6170,7 +6170,7 @@ let Qt$1 = "useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict", X
|
|
|
6170
6170
|
};
|
|
6171
6171
|
let Zt$1 = class Zt {
|
|
6172
6172
|
constructor({ id: t2 = null, created: s = null } = {}) {
|
|
6173
|
-
this.id = t2 || Xt$1(), this.created = s || (/* @__PURE__ */ new Date()).getTime(), this.cancelSource = axios.CancelToken.source(), this.cancel = this.cancelSource.cancel, this.cancelToken = this.cancelSource.token,
|
|
6173
|
+
this.id = t2 || Xt$1(), this.created = s || (/* @__PURE__ */ new Date()).getTime(), this.cancelSource = axios.CancelToken.source(), this.cancel = this.cancelSource.cancel, this.cancelToken = this.cancelSource.token, T(this, {
|
|
6174
6174
|
exclude: ["cancelSource", "cancelToken", "cancel"]
|
|
6175
6175
|
});
|
|
6176
6176
|
}
|
|
@@ -6218,9 +6218,9 @@ class v {
|
|
|
6218
6218
|
}
|
|
6219
6219
|
}
|
|
6220
6220
|
const w = new v();
|
|
6221
|
-
class
|
|
6221
|
+
class d {
|
|
6222
6222
|
}
|
|
6223
|
-
q$1(
|
|
6223
|
+
q$1(d, "cancelById", (t2, s) => {
|
|
6224
6224
|
try {
|
|
6225
6225
|
w.getById(t2).cancel(s), w.deleteById(t2);
|
|
6226
6226
|
} catch {
|
|
@@ -6240,7 +6240,7 @@ q$1(T, "cancelById", (t2, s) => {
|
|
|
6240
6240
|
* // cancel all active requests
|
|
6241
6241
|
* await cancellation.cancelAll();
|
|
6242
6242
|
*/
|
|
6243
|
-
q$1(
|
|
6243
|
+
q$1(d, "cancelAll", async (t2) => {
|
|
6244
6244
|
for (const s of w.getAll())
|
|
6245
6245
|
await s.cancel(t2), w.deleteById(s.id);
|
|
6246
6246
|
});
|
|
@@ -6248,12 +6248,12 @@ const lr = {
|
|
|
6248
6248
|
/**
|
|
6249
6249
|
* @type Cancellation.cancelAll
|
|
6250
6250
|
*/
|
|
6251
|
-
cancelAll: async (...e2) => await
|
|
6252
|
-
},
|
|
6251
|
+
cancelAll: async (...e2) => await d.cancelAll(...e2)
|
|
6252
|
+
}, R = {
|
|
6253
6253
|
request: "request",
|
|
6254
6254
|
response: "response"
|
|
6255
6255
|
}, W$1 = (e2) => {
|
|
6256
|
-
if (!Object.values(
|
|
6256
|
+
if (!Object.values(R).includes(e2))
|
|
6257
6257
|
throw new Error(`There is no such interceptor type as "${e2}"`);
|
|
6258
6258
|
return true;
|
|
6259
6259
|
};
|
|
@@ -6278,7 +6278,7 @@ function C$1({ options: e2 }) {
|
|
|
6278
6278
|
}
|
|
6279
6279
|
function o2() {
|
|
6280
6280
|
const i = {
|
|
6281
|
-
"REB-API-CONSUMER": `${["Rebilly", e2.appName, "js-sdk"].filter((g) => g).join("/")}@
|
|
6281
|
+
"REB-API-CONSUMER": `${["Rebilly", e2.appName, "js-sdk"].filter((g) => g).join("/")}@8d61ee8`
|
|
6282
6282
|
};
|
|
6283
6283
|
return e2.apiKey && (i["REB-APIKEY"] = e2.apiKey), i;
|
|
6284
6284
|
}
|
|
@@ -6308,36 +6308,36 @@ function C$1({ options: e2 }) {
|
|
|
6308
6308
|
}
|
|
6309
6309
|
function M2(c, { thenDelegate: i, catchDelegate: g = () => {
|
|
6310
6310
|
} }) {
|
|
6311
|
-
return W$1(c) && t2.interceptors[
|
|
6311
|
+
return W$1(c) && t2.interceptors[R[c]].use(
|
|
6312
6312
|
i,
|
|
6313
6313
|
g
|
|
6314
6314
|
);
|
|
6315
6315
|
}
|
|
6316
6316
|
function F2(c, i) {
|
|
6317
|
-
return W$1(c) && t2.interceptors[
|
|
6317
|
+
return W$1(c) && t2.interceptors[R[c]].eject(i);
|
|
6318
6318
|
}
|
|
6319
6319
|
function X2({ thenDelegate: c, catchDelegate: i = () => {
|
|
6320
6320
|
} }) {
|
|
6321
|
-
return M2(
|
|
6321
|
+
return M2(R.request, {
|
|
6322
6322
|
thenDelegate: c,
|
|
6323
6323
|
catchDelegate: i
|
|
6324
6324
|
});
|
|
6325
6325
|
}
|
|
6326
6326
|
function Z2(c) {
|
|
6327
|
-
F2(
|
|
6327
|
+
F2(R.request, c);
|
|
6328
6328
|
}
|
|
6329
6329
|
function _2({
|
|
6330
6330
|
thenDelegate: c,
|
|
6331
6331
|
catchDelegate: i = () => {
|
|
6332
6332
|
}
|
|
6333
6333
|
}) {
|
|
6334
|
-
return M2(
|
|
6334
|
+
return M2(R.response, {
|
|
6335
6335
|
thenDelegate: c,
|
|
6336
6336
|
catchDelegate: i
|
|
6337
6337
|
});
|
|
6338
6338
|
}
|
|
6339
6339
|
function H2(c) {
|
|
6340
|
-
F2(
|
|
6340
|
+
F2(R.response, c);
|
|
6341
6341
|
}
|
|
6342
6342
|
function A2({ request: c, isCollection: i, config: g }) {
|
|
6343
6343
|
const m2 = K2(g), { id: h, cancelToken: ct2 } = w.save();
|
|
@@ -6356,7 +6356,7 @@ function C$1({ options: e2 }) {
|
|
|
6356
6356
|
w.deleteById(h);
|
|
6357
6357
|
}
|
|
6358
6358
|
}();
|
|
6359
|
-
return z2.cancel = (k2) =>
|
|
6359
|
+
return z2.cancel = (k2) => d.cancelById(h, k2), z2;
|
|
6360
6360
|
}
|
|
6361
6361
|
function tt2({ response: c, isCollection: i, config: g }) {
|
|
6362
6362
|
return i ? new at$1(c, g) : new G$1(c, g);
|
|
@@ -7362,7 +7362,7 @@ function Ae$1({ apiHandler: e2 }) {
|
|
|
7362
7362
|
}
|
|
7363
7363
|
};
|
|
7364
7364
|
}
|
|
7365
|
-
function
|
|
7365
|
+
function be({ apiHandler: e2 }) {
|
|
7366
7366
|
return {
|
|
7367
7367
|
validate({ data: t2 }) {
|
|
7368
7368
|
return e2.post("digital-wallets/validation", t2);
|
|
@@ -7372,7 +7372,7 @@ function Re$1({ apiHandler: e2 }) {
|
|
|
7372
7372
|
}
|
|
7373
7373
|
};
|
|
7374
7374
|
}
|
|
7375
|
-
function
|
|
7375
|
+
function Re$1({ apiHandler: e2 }) {
|
|
7376
7376
|
return {
|
|
7377
7377
|
/**
|
|
7378
7378
|
* @param { rebilly.GetDisputeCollectionRequest } request
|
|
@@ -7501,7 +7501,7 @@ function ve$1({ apiHandler: e2 }) {
|
|
|
7501
7501
|
}
|
|
7502
7502
|
};
|
|
7503
7503
|
}
|
|
7504
|
-
function
|
|
7504
|
+
function de$1({ apiHandler: e2 }) {
|
|
7505
7505
|
return {
|
|
7506
7506
|
/**
|
|
7507
7507
|
* @param { rebilly.GetEventCollectionRequest } request
|
|
@@ -7633,7 +7633,7 @@ function Te$1({ apiHandler: e2 }) {
|
|
|
7633
7633
|
}
|
|
7634
7634
|
};
|
|
7635
7635
|
}
|
|
7636
|
-
function
|
|
7636
|
+
function Te$1({ apiHandler: e2 }) {
|
|
7637
7637
|
return {
|
|
7638
7638
|
/**
|
|
7639
7639
|
* @returns { rebilly.GetExternalIdentifierResponsePromise } response
|
|
@@ -9412,10 +9412,10 @@ function fs({ apiHandler: e2 }) {
|
|
|
9412
9412
|
function $s({ apiHandler: e2 }) {
|
|
9413
9413
|
return {
|
|
9414
9414
|
/**
|
|
9415
|
-
* @param { rebilly.
|
|
9416
|
-
* @returns { rebilly.
|
|
9415
|
+
* @param { rebilly.GetTagRuleCollectionRequest } request
|
|
9416
|
+
* @returns { rebilly.GetTagRuleCollectionResponsePromise } response
|
|
9417
9417
|
*/
|
|
9418
|
-
|
|
9418
|
+
getAll({
|
|
9419
9419
|
limit: t2 = null,
|
|
9420
9420
|
offset: s = null,
|
|
9421
9421
|
sort: r2 = null,
|
|
@@ -9426,25 +9426,25 @@ function $s({ apiHandler: e2 }) {
|
|
|
9426
9426
|
return e2.getAll("tags-rules", o2);
|
|
9427
9427
|
},
|
|
9428
9428
|
/**
|
|
9429
|
-
* @param { rebilly.
|
|
9430
|
-
* @returns { rebilly.
|
|
9429
|
+
* @param { rebilly.CreateTagRuleRequest } request
|
|
9430
|
+
* @returns { rebilly.PostTagRuleResponsePromise } response
|
|
9431
9431
|
*/
|
|
9432
|
-
|
|
9432
|
+
create({ id: t2 = "", data: s }) {
|
|
9433
9433
|
return e2.create(`tags-rules/${t2}`, t2, s);
|
|
9434
9434
|
},
|
|
9435
9435
|
/**
|
|
9436
|
-
* @returns { rebilly.
|
|
9436
|
+
* @returns { rebilly.GetTagRuleResponsePromise } response
|
|
9437
9437
|
*/
|
|
9438
|
-
|
|
9438
|
+
get({ id: t2 }) {
|
|
9439
9439
|
return e2.get(`tags-rules/${t2}`);
|
|
9440
9440
|
},
|
|
9441
9441
|
/**
|
|
9442
|
-
* @returns { rebilly.
|
|
9442
|
+
* @returns { rebilly.PutTagRuleResponsePromise } response
|
|
9443
9443
|
*/
|
|
9444
|
-
|
|
9444
|
+
update({ id: t2, data: s }) {
|
|
9445
9445
|
return e2.put(`tags-rules/${t2}`, s);
|
|
9446
9446
|
},
|
|
9447
|
-
|
|
9447
|
+
delete({ id: t2 }) {
|
|
9448
9448
|
return e2.delete(`tags-rules/${t2}`);
|
|
9449
9449
|
}
|
|
9450
9450
|
};
|
|
@@ -9684,7 +9684,7 @@ function As({ apiHandler: e2 }) {
|
|
|
9684
9684
|
}
|
|
9685
9685
|
};
|
|
9686
9686
|
}
|
|
9687
|
-
function
|
|
9687
|
+
function bs({ apiHandler: e2 }) {
|
|
9688
9688
|
return {
|
|
9689
9689
|
/**
|
|
9690
9690
|
* @param { rebilly.GetWebhookCollectionRequest } request
|
|
@@ -9715,7 +9715,7 @@ function Rs({ apiHandler: e2 }) {
|
|
|
9715
9715
|
}
|
|
9716
9716
|
};
|
|
9717
9717
|
}
|
|
9718
|
-
function
|
|
9718
|
+
function Rs({ apiHandler: e2 }) {
|
|
9719
9719
|
return {
|
|
9720
9720
|
/**
|
|
9721
9721
|
* @param { rebilly.GetWebsiteCollectionRequest } request
|
|
@@ -9759,7 +9759,7 @@ class ws {
|
|
|
9759
9759
|
constructor({ apiHandler: t2 }) {
|
|
9760
9760
|
this.account = _t$1({ apiHandler: t2 }), this.allowlists = Ht$1({ apiHandler: t2 }), this.amlChecks = te$1({ apiHandler: t2 }), this.amlSettings = ee$1({ apiHandler: t2 }), this.apiKeys = se$1({ apiHandler: t2 }), this.applicationInstances = re$1({ apiHandler: t2 }), this.applications = ne$1({ apiHandler: t2 }), this.balanceTransactions = ue$1({ apiHandler: t2 }), this.billingPortals = oe$1({ apiHandler: t2 }), this.blocklists = le$1({ apiHandler: t2 }), this.broadcastMessages = ce$1({ apiHandler: t2 }), this.checkoutForms = ie$1({ apiHandler: t2 }), this.coupons = ge({ apiHandler: t2 }), this.creditMemos = ae$1({ apiHandler: t2 }), this.customDomains = me$1({ apiHandler: t2 }), this.customFields = fe$1({ apiHandler: t2 }), this.customerAuthentication = $e$1({ apiHandler: t2 }), this.customers = pe$1({ apiHandler: t2 }), this.depositCustomPropertySets = he$1({
|
|
9761
9761
|
apiHandler: t2
|
|
9762
|
-
}), this.depositRequests = ye$1({ apiHandler: t2 }), this.depositStrategies = Ae$1({ apiHandler: t2 }), this.digitalWallets =
|
|
9762
|
+
}), this.depositRequests = ye$1({ apiHandler: t2 }), this.depositStrategies = Ae$1({ apiHandler: t2 }), this.digitalWallets = be({ apiHandler: t2 }), this.disputes = Re$1({ apiHandler: t2 }), this.emailDeliverySettings = we$1({ apiHandler: t2 }), this.emailMessages = ke$1({ apiHandler: t2 }), this.emailNotifications = ve$1({ apiHandler: t2 }), this.events = de$1({ apiHandler: t2 }), this.externalIdentifiers = Te$1({ apiHandler: t2 }), this.externalServicesSettings = Se$1({
|
|
9763
9763
|
apiHandler: t2
|
|
9764
9764
|
}), this.fees = Ie$1({ apiHandler: t2 }), this.files = Ee$1({ apiHandler: t2 }), this.gatewayAccounts = qe$1({ apiHandler: t2 }), this.integrations = xe$1({ apiHandler: t2 }), this.invoices = Pe$1({ apiHandler: t2 }), this.journalAccounts = Ce$1({ apiHandler: t2 }), this.journalEntries = je$1({ apiHandler: t2 }), this.kycDocuments = De$1({ apiHandler: t2 }), this.kycRequests = Me$1({ apiHandler: t2 }), this.kycSettings = Fe$1({ apiHandler: t2 }), this.lists = Oe$1({ apiHandler: t2 }), this.memberships = Ke$1({ apiHandler: t2 }), this.organizationExports = Ne$1({ apiHandler: t2 }), this.organizations = Be$1({ apiHandler: t2 }), this.paymentCardsBankNames = Le$1({ apiHandler: t2 }), this.paymentInstruments = ze$1({ apiHandler: t2 }), this.paymentMethods = Ue$1({ apiHandler: t2 }), this.paymentTokens = Ve$1({ apiHandler: t2 }), this.payoutRequests = Je$1({ apiHandler: t2 }), this.payouts = We$1({ apiHandler: t2 }), this.plans = Ge$1({ apiHandler: t2 }), this.previews = Ye$1({ apiHandler: t2 }), this.products = Qe$1({ apiHandler: t2 }), this.profile = Xe$1({ apiHandler: t2 }), this.purchase = Ze$1({ apiHandler: t2 }), this.quotes = _e$1({ apiHandler: t2 }), this.resource = He$1({ apiHandler: t2 }), this.riskScoreRules = ts({ apiHandler: t2 }), this.riskScoreSimulationJobs = es({
|
|
9765
9765
|
apiHandler: t2
|
|
@@ -9767,7 +9767,7 @@ class ws {
|
|
|
9767
9767
|
apiHandler: t2
|
|
9768
9768
|
}), this.subscriptionPauses = gs({ apiHandler: t2 }), this.subscriptionReactivations = as({
|
|
9769
9769
|
apiHandler: t2
|
|
9770
|
-
}), this.subscriptions = ms({ apiHandler: t2 }), this.tags = fs({ apiHandler: t2 }), this.tagsRules = $s({ apiHandler: t2 }), this.tracking = ps({ apiHandler: t2 }), this.transactions = hs({ apiHandler: t2 }), this.usages = ys({ apiHandler: t2 }), this.users = As({ apiHandler: t2 }), this.webhooks =
|
|
9770
|
+
}), this.subscriptions = ms({ apiHandler: t2 }), this.tags = fs({ apiHandler: t2 }), this.tagsRules = $s({ apiHandler: t2 }), this.tracking = ps({ apiHandler: t2 }), this.transactions = hs({ apiHandler: t2 }), this.usages = ys({ apiHandler: t2 }), this.users = As({ apiHandler: t2 }), this.webhooks = bs({ apiHandler: t2 }), this.websites = Rs({ 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;
|
|
9771
9771
|
}
|
|
9772
9772
|
}
|
|
9773
9773
|
function ks({ apiHandler: e2 }) {
|
|
@@ -9825,7 +9825,7 @@ function vs({ apiHandler: e2 }) {
|
|
|
9825
9825
|
}
|
|
9826
9826
|
};
|
|
9827
9827
|
}
|
|
9828
|
-
function
|
|
9828
|
+
function ds({ apiHandler: e2 }) {
|
|
9829
9829
|
return {
|
|
9830
9830
|
/**
|
|
9831
9831
|
* @returns { rebilly.GetHistogramTransactionReportResponsePromise } response
|
|
@@ -9848,7 +9848,7 @@ function Ts({ apiHandler: e2 }) {
|
|
|
9848
9848
|
}
|
|
9849
9849
|
};
|
|
9850
9850
|
}
|
|
9851
|
-
function
|
|
9851
|
+
function Ts({ apiHandler: e2 }) {
|
|
9852
9852
|
return {
|
|
9853
9853
|
/**
|
|
9854
9854
|
* @returns { rebilly.GetApiLogSummaryReportResponsePromise } response
|
|
@@ -10274,22 +10274,22 @@ function Es({ apiHandler: e2 }) {
|
|
|
10274
10274
|
}
|
|
10275
10275
|
};
|
|
10276
10276
|
}
|
|
10277
|
-
const
|
|
10277
|
+
const b$1 = {
|
|
10278
10278
|
CustomersResource: ks,
|
|
10279
10279
|
DataExportsResource: vs,
|
|
10280
|
-
HistogramsResource:
|
|
10281
|
-
ReportsResource:
|
|
10280
|
+
HistogramsResource: ds,
|
|
10281
|
+
ReportsResource: Ts,
|
|
10282
10282
|
SubscriptionsResource: Ss,
|
|
10283
10283
|
TimelinesResource: Is,
|
|
10284
10284
|
LocationResource: Es
|
|
10285
10285
|
};
|
|
10286
10286
|
class qs {
|
|
10287
10287
|
constructor({ apiHandler: t2 }) {
|
|
10288
|
-
this.customers =
|
|
10288
|
+
this.customers = b$1.CustomersResource({ apiHandler: t2 }), this.dataExports = b$1.DataExportsResource({
|
|
10289
10289
|
apiHandler: t2
|
|
10290
|
-
}), this.histograms =
|
|
10290
|
+
}), this.histograms = b$1.HistogramsResource({ apiHandler: t2 }), this.reports = b$1.ReportsResource({ apiHandler: t2 }), this.subscriptions = b$1.SubscriptionsResource({
|
|
10291
10291
|
apiHandler: t2
|
|
10292
|
-
}), this.timelines =
|
|
10292
|
+
}), this.timelines = b$1.TimelinesResource({ apiHandler: t2 }), this.location = b$1.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;
|
|
10293
10293
|
}
|
|
10294
10294
|
}
|
|
10295
10295
|
function xs({ apiHandler: e2 }) {
|