@wildix/wms-api-client 1.1.10 → 1.1.11

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.
@@ -52,7 +52,7 @@ declare const NotificationsCommand_base: {
52
52
  * // { // NotificationsOutput
53
53
  * // type: "result" || "error", // required
54
54
  * // result: { // NotificationsOutputResult
55
- * // id: "STRING_VALUE", // required
55
+ * // requestId: "STRING_VALUE", // required
56
56
  * // },
57
57
  * // };
58
58
  *
@@ -498,7 +498,7 @@ export interface NotificationsInput {
498
498
  * @public
499
499
  */
500
500
  export interface NotificationsOutputResult {
501
- id: string;
501
+ requestId: string;
502
502
  }
503
503
  /**
504
504
  * @public
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@wildix/wms-api-client",
3
3
  "description": "@wildix/wms-api-client client",
4
- "version": "1.1.10",
4
+ "version": "1.1.11",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",