@unified-api/typescript-sdk 1.0.39 → 1.0.40

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.
@@ -22,6 +22,7 @@ export declare class ListAtsJobsRequest extends SpeakeasyBase {
22
22
  * Return only results whose updated date is equal or greater to this value
23
23
  */
24
24
  updatedGte?: Date;
25
+ userId?: string;
25
26
  }
26
27
  export declare class ListAtsJobsResponse extends SpeakeasyBase {
27
28
  /**
@@ -90,6 +90,10 @@ var ListAtsJobsRequest = /** @class */ (function (_super) {
90
90
  (0, utils_1.SpeakeasyMetadata)({ data: "queryParam, style=form;explode=true;name=updated_gte" }),
91
91
  __metadata("design:type", Date)
92
92
  ], ListAtsJobsRequest.prototype, "updatedGte", void 0);
93
+ __decorate([
94
+ (0, utils_1.SpeakeasyMetadata)({ data: "queryParam, style=form;explode=true;name=user_id" }),
95
+ __metadata("design:type", String)
96
+ ], ListAtsJobsRequest.prototype, "userId", void 0);
93
97
  return ListAtsJobsRequest;
94
98
  }(utils_1.SpeakeasyBase));
95
99
  exports.ListAtsJobsRequest = ListAtsJobsRequest;
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.39";
99
- this.genVersion = "2.342.2";
100
- this.userAgent = "speakeasy-sdk/typescript 1.0.39 2.342.2 1.0 @unified-api/typescript-sdk";
98
+ this.sdkVersion = "1.0.40";
99
+ this.genVersion = "2.342.6";
100
+ this.userAgent = "speakeasy-sdk/typescript 1.0.40 2.342.6 1.0 @unified-api/typescript-sdk";
101
101
  Object.assign(this, init);
102
102
  }
103
103
  return SDKConfiguration;
@@ -12,4 +12,5 @@
12
12
  | `order` | *string* | :heavy_minus_sign: | N/A |
13
13
  | `query` | *string* | :heavy_minus_sign: | Query string to search. eg. email address or name |
14
14
  | `sort` | *string* | :heavy_minus_sign: | N/A |
15
- | `updatedGte` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Return only results whose updated date is equal or greater to this value |
15
+ | `updatedGte` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Return only results whose updated date is equal or greater to this value |
16
+ | `userId` | *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.39",
3
+ "version": "1.0.40",
4
4
  "author": "Unified",
5
5
  "scripts": {
6
6
  "prepare": "tsc --build",