@rebilly/instruments 12.51.2 → 12.52.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 +1 -1
- package/dist/index.js +2 -2
- package/dist/index.min.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
## [12.
|
|
1
|
+
## [12.52.1](https://github.com/Rebilly/rebilly/compare/instruments/core-v12.52.0...instruments/core-v12.52.1) (2025-04-22)
|
package/dist/index.js
CHANGED
|
@@ -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("/")}@8033d19`
|
|
6282
6282
|
};
|
|
6283
6283
|
return e2.apiKey && (i["REB-APIKEY"] = e2.apiKey), i;
|
|
6284
6284
|
}
|
|
@@ -8828,7 +8828,7 @@ function _e$1({ apiHandler: e2 }) {
|
|
|
8828
8828
|
return e2.post(`quotes/${t2}/timeline`, s);
|
|
8829
8829
|
},
|
|
8830
8830
|
/**
|
|
8831
|
-
* @returns { rebilly.
|
|
8831
|
+
* @returns { rebilly.GetQuoteTimelineResponsePromise } response
|
|
8832
8832
|
*/
|
|
8833
8833
|
getTimelineMessage({ id: t2, messageId: s }) {
|
|
8834
8834
|
return e2.get(`quotes/${t2}/timeline/${s}`);
|