@rebilly/instruments 12.72.1 → 12.73.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 +3 -3
- package/dist/index.js +2 -2
- package/dist/index.min.js +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
## [12.
|
|
1
|
+
## [12.73.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v12.72.2...instruments/core-v12.73.0) (2025-06-12)
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
###
|
|
4
|
+
### Features
|
|
5
5
|
|
|
6
|
-
*
|
|
6
|
+
* **api-metadata, rebilly-js-sdk:** Update resources based on latest api definitions ([#12791](https://github.com/Rebilly/rebilly/issues/12791)) ([ae6124c](https://github.com/Rebilly/rebilly/commit/ae6124c90629ea7cc2bb2d1350a41ae968051ba8))
|
package/dist/index.js
CHANGED
|
@@ -5941,7 +5941,7 @@ class p extends Error {
|
|
|
5941
5941
|
response: n2 = null,
|
|
5942
5942
|
request: u = null,
|
|
5943
5943
|
message: o2 = null
|
|
5944
|
-
} = t2, l = o2 || "Request Error";
|
|
5944
|
+
} = t2 || {}, l = o2 || "Request Error";
|
|
5945
5945
|
n2 && n2.data && n2.data.error && (l = n2.data.error), super(l), this.name = s || "RebillyError", this.response = n2, this.request = u, this.config = r2, this.status = n2 && n2.status ? n2.status : null, this.statusText = n2 && n2.statusText ? n2.statusText : null, this.details = n2 && n2.data && n2.data.details ? n2.data.details : null, this.invalidFields = n2 && n2.data && n2.data.invalidFields ? n2.data.invalidFields : null;
|
|
5946
5946
|
}
|
|
5947
5947
|
}
|
|
@@ -6328,7 +6328,7 @@ function C$1({ options: e2 }) {
|
|
|
6328
6328
|
}
|
|
6329
6329
|
function o2() {
|
|
6330
6330
|
const i = {
|
|
6331
|
-
"REB-API-CONSUMER": `${["Rebilly", e2.appName, "js-sdk"].filter((g) => g).join("/")}@
|
|
6331
|
+
"REB-API-CONSUMER": `${["Rebilly", e2.appName, "js-sdk"].filter((g) => g).join("/")}@5009465`
|
|
6332
6332
|
};
|
|
6333
6333
|
return e2.apiKey && (i["REB-APIKEY"] = e2.apiKey), i;
|
|
6334
6334
|
}
|