@unified-api/typescript-sdk 1.0.43 → 1.0.44

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.
@@ -13,6 +13,7 @@ export declare class ListCommerceCollectionsRequest extends SpeakeasyBase {
13
13
  limit?: number;
14
14
  offset?: number;
15
15
  order?: string;
16
+ parentId?: string;
16
17
  /**
17
18
  * Query string to search. eg. email address or name
18
19
  */
@@ -78,6 +78,10 @@ var ListCommerceCollectionsRequest = /** @class */ (function (_super) {
78
78
  (0, utils_1.SpeakeasyMetadata)({ data: "queryParam, style=form;explode=true;name=order" }),
79
79
  __metadata("design:type", String)
80
80
  ], ListCommerceCollectionsRequest.prototype, "order", void 0);
81
+ __decorate([
82
+ (0, utils_1.SpeakeasyMetadata)({ data: "queryParam, style=form;explode=true;name=parent_id" }),
83
+ __metadata("design:type", String)
84
+ ], ListCommerceCollectionsRequest.prototype, "parentId", void 0);
81
85
  __decorate([
82
86
  (0, utils_1.SpeakeasyMetadata)({ data: "queryParam, style=form;explode=true;name=query" }),
83
87
  __metadata("design:type", String)
package/dist/sdk/sdk.js CHANGED
@@ -95,9 +95,9 @@ var SDKConfiguration = /** @class */ (function () {
95
95
  function SDKConfiguration(init) {
96
96
  this.language = "typescript";
97
97
  this.openapiDocVersion = "1.0";
98
- this.sdkVersion = "1.0.43";
99
- this.genVersion = "2.342.6";
100
- this.userAgent = "speakeasy-sdk/typescript 1.0.43 2.342.6 1.0 @unified-api/typescript-sdk";
98
+ this.sdkVersion = "1.0.44";
99
+ this.genVersion = "2.347.8";
100
+ this.userAgent = "speakeasy-sdk/typescript 1.0.44 2.347.8 1.0 @unified-api/typescript-sdk";
101
101
  Object.assign(this, init);
102
102
  }
103
103
  return SDKConfiguration;
@@ -10,6 +10,7 @@
10
10
  | `limit` | *number* | :heavy_minus_sign: | N/A |
11
11
  | `offset` | *number* | :heavy_minus_sign: | N/A |
12
12
  | `order` | *string* | :heavy_minus_sign: | N/A |
13
+ | `parentId` | *string* | :heavy_minus_sign: | N/A |
13
14
  | `query` | *string* | :heavy_minus_sign: | Query string to search. eg. email address or name |
14
15
  | `sort` | *string* | :heavy_minus_sign: | N/A |
15
16
  | `type` | *string* | :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.43",
3
+ "version": "1.0.44",
4
4
  "author": "Unified",
5
5
  "scripts": {
6
6
  "prepare": "tsc --build",