@or-sdk/billing 29.6.1-beta.9325.0 → 29.6.1-beta.9332.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/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@or-sdk/billing",
|
|
3
|
-
"version": "29.6.1-beta.
|
|
3
|
+
"version": "29.6.1-beta.9332.0",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"main": "dist/cjs/index.js",
|
|
6
6
|
"module": "dist/esm/index.js",
|
|
7
7
|
"types": "dist/types/index.d.ts",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@onereach/billing-dto": "^29.6.1-beta.
|
|
10
|
-
"@onereach/billing-shared": "^29.6.1-beta.
|
|
9
|
+
"@onereach/billing-dto": "^29.6.1-beta.9332.0",
|
|
10
|
+
"@onereach/billing-shared": "^29.6.1-beta.9332.0",
|
|
11
11
|
"@or-sdk/base": "^0.42.4",
|
|
12
12
|
"@or-sdk/discovery": "1.10.6",
|
|
13
13
|
"@types/qs": "6.14.0",
|
|
@@ -119,7 +119,7 @@ export default class ErroredSkusApi extends BaseApi {
|
|
|
119
119
|
* @param {string} data.segmentMappings[].name - Name for the SKU mapping
|
|
120
120
|
* @param {string} data.segmentMappings[].skuCode - SKU code for the mapping
|
|
121
121
|
* @param {string} data.segmentMappings[].sqlCode - SQL code for the mapping
|
|
122
|
-
* @param {string} [data.segmentMappings[].groupId] - Group ID for SKU mappings (
|
|
122
|
+
* @param {string} [data.segmentMappings[].groupId] - Group ID for SKU mappings (default: 'processed-errored-skus')
|
|
123
123
|
* @param {object} [data.skuMetadata] - Optional metadata for new SKUs
|
|
124
124
|
* @returns {Promise<BulkProcessErroredSkuResponseDto>} Processing results with counts
|
|
125
125
|
* @description
|