@wildix/wms-api-client 1.1.27 → 1.1.28

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.
@@ -49,6 +49,7 @@ declare const GetPbxOAuth2ClientsCommand_base: {
49
49
  * // ],
50
50
  * // secret: "STRING_VALUE", // required
51
51
  * // created: Number("int"), // required
52
+ * // expireTime: Number("int"), // required
52
53
  * // },
53
54
  * // ],
54
55
  * // },
@@ -811,6 +811,7 @@ export interface PbxOAuth2ClientListProjection {
811
811
  redirectUri: (string)[];
812
812
  secret: string;
813
813
  created: number;
814
+ expireTime: number;
814
815
  }
815
816
  /**
816
817
  * @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.27",
4
+ "version": "1.1.28",
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",