orb-billing 4.47.3 → 4.47.4
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 +8 -0
- package/package.json +1 -1
- package/resources/dimensional-price-groups/index.d.ts +1 -1
- package/resources/dimensional-price-groups/index.d.ts.map +1 -1
- package/resources/dimensional-price-groups/index.js +2 -1
- package/resources/dimensional-price-groups/index.js.map +1 -1
- package/resources/dimensional-price-groups/index.mjs +1 -1
- package/resources/dimensional-price-groups/index.mjs.map +1 -1
- package/src/resources/dimensional-price-groups/index.ts +1 -1
- package/src/version.ts +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/version.mjs +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 4.47.4 (2025-01-14)
|
|
4
|
+
|
|
5
|
+
Full Changelog: [v4.47.3...v4.47.4](https://github.com/orbcorp/orb-node/compare/v4.47.3...v4.47.4)
|
|
6
|
+
|
|
7
|
+
### Bug Fixes
|
|
8
|
+
|
|
9
|
+
* **client:** reexport resource as value ([#459](https://github.com/orbcorp/orb-node/issues/459)) ([a05d90e](https://github.com/orbcorp/orb-node/commit/a05d90e3a7350c8031687d566c9cdb18587435bf))
|
|
10
|
+
|
|
3
11
|
## 4.47.3 (2025-01-08)
|
|
4
12
|
|
|
5
13
|
Full Changelog: [v4.47.2...v4.47.3](https://github.com/orbcorp/orb-node/compare/v4.47.2...v4.47.3)
|
package/package.json
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { DimensionalPriceGroupsPage,
|
|
1
|
+
export { DimensionalPriceGroupsPage, DimensionalPriceGroups, type DimensionalPriceGroup, type DimensionalPriceGroupCreateParams, type DimensionalPriceGroupListParams, } from "./dimensional-price-groups.js";
|
|
2
2
|
export { ExternalDimensionalPriceGroupID } from "./external-dimensional-price-group-id.js";
|
|
3
3
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/resources/dimensional-price-groups/index.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,0BAA0B,EAC1B,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/resources/dimensional-price-groups/index.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,0BAA0B,EAC1B,sBAAsB,EACtB,KAAK,qBAAqB,EAC1B,KAAK,iCAAiC,EACtC,KAAK,+BAA+B,GACrC,MAAM,4BAA4B,CAAC;AACpC,OAAO,EAAE,+BAA+B,EAAE,MAAM,uCAAuC,CAAC"}
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
exports.ExternalDimensionalPriceGroupID = exports.DimensionalPriceGroupsPage = void 0;
|
|
4
|
+
exports.ExternalDimensionalPriceGroupID = exports.DimensionalPriceGroups = exports.DimensionalPriceGroupsPage = void 0;
|
|
5
5
|
var dimensional_price_groups_1 = require("./dimensional-price-groups.js");
|
|
6
6
|
Object.defineProperty(exports, "DimensionalPriceGroupsPage", { enumerable: true, get: function () { return dimensional_price_groups_1.DimensionalPriceGroupsPage; } });
|
|
7
|
+
Object.defineProperty(exports, "DimensionalPriceGroups", { enumerable: true, get: function () { return dimensional_price_groups_1.DimensionalPriceGroups; } });
|
|
7
8
|
var external_dimensional_price_group_id_1 = require("./external-dimensional-price-group-id.js");
|
|
8
9
|
Object.defineProperty(exports, "ExternalDimensionalPriceGroupID", { enumerable: true, get: function () { return external_dimensional_price_group_id_1.ExternalDimensionalPriceGroupID; } });
|
|
9
10
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/resources/dimensional-price-groups/index.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,0EAMoC;AALlC,sIAAA,0BAA0B,OAAA;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/resources/dimensional-price-groups/index.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,0EAMoC;AALlC,sIAAA,0BAA0B,OAAA;AAC1B,kIAAA,sBAAsB,OAAA;AAKxB,gGAAwF;AAA/E,sJAAA,+BAA+B,OAAA"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
-
export { DimensionalPriceGroupsPage, } from "./dimensional-price-groups.mjs";
|
|
2
|
+
export { DimensionalPriceGroupsPage, DimensionalPriceGroups, } from "./dimensional-price-groups.mjs";
|
|
3
3
|
export { ExternalDimensionalPriceGroupID } from "./external-dimensional-price-group-id.mjs";
|
|
4
4
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../src/resources/dimensional-price-groups/index.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EACL,0BAA0B,
|
|
1
|
+
{"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../src/resources/dimensional-price-groups/index.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EACL,0BAA0B,EAC1B,sBAAsB,GAIvB;OACM,EAAE,+BAA+B,EAAE"}
|
package/src/version.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const VERSION = '4.47.
|
|
1
|
+
export const VERSION = '4.47.4'; // x-release-please-version
|
package/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "4.47.
|
|
1
|
+
export declare const VERSION = "4.47.4";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/version.js
CHANGED
package/version.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const VERSION = '4.47.
|
|
1
|
+
export const VERSION = '4.47.4'; // x-release-please-version
|
|
2
2
|
//# sourceMappingURL=version.mjs.map
|