@unified-api/typescript-sdk 1.0.22 → 1.0.23

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.
@@ -10,7 +10,7 @@ export declare class ListCommerceInventoriesRequest extends SpeakeasyBase {
10
10
  * Comma-delimited fields to return
11
11
  */
12
12
  fields?: string[];
13
- itemId?: string;
13
+ itemVariantId?: string;
14
14
  limit?: number;
15
15
  locationId?: string;
16
16
  offset?: number;
@@ -67,9 +67,9 @@ var ListCommerceInventoriesRequest = /** @class */ (function (_super) {
67
67
  __metadata("design:type", Array)
68
68
  ], ListCommerceInventoriesRequest.prototype, "fields", void 0);
69
69
  __decorate([
70
- (0, utils_1.SpeakeasyMetadata)({ data: "queryParam, style=form;explode=true;name=item_id" }),
70
+ (0, utils_1.SpeakeasyMetadata)({ data: "queryParam, style=form;explode=true;name=item_variant_id" }),
71
71
  __metadata("design:type", String)
72
- ], ListCommerceInventoriesRequest.prototype, "itemId", void 0);
72
+ ], ListCommerceInventoriesRequest.prototype, "itemVariantId", void 0);
73
73
  __decorate([
74
74
  (0, utils_1.SpeakeasyMetadata)({ data: "queryParam, style=form;explode=true;name=limit" }),
75
75
  __metadata("design:type", Number)
package/dist/sdk/sdk.js CHANGED
@@ -86,9 +86,9 @@ var SDKConfiguration = /** @class */ (function () {
86
86
  function SDKConfiguration(init) {
87
87
  this.language = "typescript";
88
88
  this.openapiDocVersion = "1.0";
89
- this.sdkVersion = "1.0.22";
90
- this.genVersion = "2.326.3";
91
- this.userAgent = "speakeasy-sdk/typescript 1.0.22 2.326.3 1.0 @unified-api/typescript-sdk";
89
+ this.sdkVersion = "1.0.23";
90
+ this.genVersion = "2.332.4";
91
+ this.userAgent = "speakeasy-sdk/typescript 1.0.23 2.332.4 1.0 @unified-api/typescript-sdk";
92
92
  Object.assign(this, init);
93
93
  }
94
94
  return SDKConfiguration;
@@ -7,7 +7,7 @@
7
7
  | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- |
8
8
  | `connectionId` | *string* | :heavy_check_mark: | ID of the connection |
9
9
  | `fields` | *string*[] | :heavy_minus_sign: | Comma-delimited fields to return |
10
- | `itemId` | *string* | :heavy_minus_sign: | N/A |
10
+ | `itemVariantId` | *string* | :heavy_minus_sign: | N/A |
11
11
  | `limit` | *number* | :heavy_minus_sign: | N/A |
12
12
  | `locationId` | *string* | :heavy_minus_sign: | N/A |
13
13
  | `offset` | *number* | :heavy_minus_sign: | N/A |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unified-api/typescript-sdk",
3
- "version": "1.0.22",
3
+ "version": "1.0.23",
4
4
  "author": "Unified",
5
5
  "scripts": {
6
6
  "prepare": "tsc --build",