@unified-api/typescript-sdk 1.0.54 → 1.0.55

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.
@@ -3,6 +3,7 @@ import * as shared from "../../../sdk/models/shared";
3
3
  import { AxiosResponse } from "axios";
4
4
  export declare class ListAtsDocumentsRequest extends SpeakeasyBase {
5
5
  applicationId?: string;
6
+ candidateId?: string;
6
7
  /**
7
8
  * ID of the connection
8
9
  */
@@ -62,6 +62,10 @@ var ListAtsDocumentsRequest = /** @class */ (function (_super) {
62
62
  (0, utils_1.SpeakeasyMetadata)({ data: "queryParam, style=form;explode=true;name=application_id" }),
63
63
  __metadata("design:type", String)
64
64
  ], ListAtsDocumentsRequest.prototype, "applicationId", void 0);
65
+ __decorate([
66
+ (0, utils_1.SpeakeasyMetadata)({ data: "queryParam, style=form;explode=true;name=candidate_id" }),
67
+ __metadata("design:type", String)
68
+ ], ListAtsDocumentsRequest.prototype, "candidateId", void 0);
65
69
  __decorate([
66
70
  (0, utils_1.SpeakeasyMetadata)({ data: "pathParam, style=simple;explode=false;name=connection_id" }),
67
71
  __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.54";
99
- this.genVersion = "2.365.0";
100
- this.userAgent = "speakeasy-sdk/typescript 1.0.54 2.365.0 1.0 @unified-api/typescript-sdk";
98
+ this.sdkVersion = "1.0.55";
99
+ this.genVersion = "2.370.2";
100
+ this.userAgent = "speakeasy-sdk/typescript 1.0.55 2.370.2 1.0 @unified-api/typescript-sdk";
101
101
  Object.assign(this, init);
102
102
  }
103
103
  return SDKConfiguration;
@@ -6,6 +6,7 @@
6
6
  | Field | Type | Required | Description |
7
7
  | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- |
8
8
  | `applicationId` | *string* | :heavy_minus_sign: | N/A |
9
+ | `candidateId` | *string* | :heavy_minus_sign: | N/A |
9
10
  | `connectionId` | *string* | :heavy_check_mark: | ID of the connection |
10
11
  | `fields` | *string*[] | :heavy_minus_sign: | Comma-delimited fields to return |
11
12
  | `limit` | *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.54",
3
+ "version": "1.0.55",
4
4
  "author": "Unified",
5
5
  "scripts": {
6
6
  "prepare": "tsc --build",