@rebilly/instruments 12.64.0 → 12.65.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 -3
- package/dist/index.js +4 -1
- package/dist/index.min.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
## [12.
|
|
1
|
+
## [12.65.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v12.64.0...instruments/core-v12.65.0) (2025-05-29)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
### Features
|
|
5
5
|
|
|
6
|
-
* **api-metadata, rebilly-js-sdk:** Update resources based on latest api definitions ([#
|
|
7
|
-
* **instruments:** Add flag to enable and disable lead source tracking ([#12225](https://github.com/Rebilly/rebilly/issues/12225)) ([10f31b9](https://github.com/Rebilly/rebilly/commit/10f31b961f0a35211591a1894c8b8b8a59bc2963))
|
|
6
|
+
* **api-metadata, rebilly-js-sdk:** Update resources based on latest api definitions ([#12411](https://github.com/Rebilly/rebilly/issues/12411)) ([17e3adc](https://github.com/Rebilly/rebilly/commit/17e3adc9e5e5d9ec876f326087dd8dbe460d7deb))
|
package/dist/index.js
CHANGED
|
@@ -6300,7 +6300,7 @@ function C$1({ options: e2 }) {
|
|
|
6300
6300
|
}
|
|
6301
6301
|
function o2() {
|
|
6302
6302
|
const i = {
|
|
6303
|
-
"REB-API-CONSUMER": `${["Rebilly", e2.appName, "js-sdk"].filter((g) => g).join("/")}@
|
|
6303
|
+
"REB-API-CONSUMER": `${["Rebilly", e2.appName, "js-sdk"].filter((g) => g).join("/")}@17e3adc`
|
|
6304
6304
|
};
|
|
6305
6305
|
return e2.apiKey && (i["REB-APIKEY"] = e2.apiKey), i;
|
|
6306
6306
|
}
|
|
@@ -9721,6 +9721,9 @@ function bs({ apiHandler: e2 }) {
|
|
|
9721
9721
|
*/
|
|
9722
9722
|
update({ id: t2, data: s }) {
|
|
9723
9723
|
return e2.put(`webhooks/${t2}`, s);
|
|
9724
|
+
},
|
|
9725
|
+
delete({ id: t2 }) {
|
|
9726
|
+
return e2.delete(`webhooks/${t2}`);
|
|
9724
9727
|
}
|
|
9725
9728
|
};
|
|
9726
9729
|
}
|