@unified-api/typescript-sdk 1.0.27 → 1.0.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.
@@ -17,5 +17,8 @@ export declare class AtsActivity extends SpeakeasyBase {
17
17
  title: string;
18
18
  type?: AtsActivityType;
19
19
  updatedAt?: Date;
20
+ /**
21
+ * id values of the recruiters associated with the activity.
22
+ */
20
23
  userIds?: string[];
21
24
  }
@@ -16,6 +16,7 @@ export declare class IntegrationSupport extends SpeakeasyBase {
16
16
  listItemId?: boolean;
17
17
  listJobId?: boolean;
18
18
  listLimit?: boolean;
19
+ listLinkId?: boolean;
19
20
  listListId?: boolean;
20
21
  listLocationId?: boolean;
21
22
  listOffset?: boolean;
@@ -111,6 +111,11 @@ var IntegrationSupport = /** @class */ (function (_super) {
111
111
  (0, class_transformer_1.Expose)({ name: "list_limit" }),
112
112
  __metadata("design:type", Boolean)
113
113
  ], IntegrationSupport.prototype, "listLimit", void 0);
114
+ __decorate([
115
+ (0, utils_1.SpeakeasyMetadata)(),
116
+ (0, class_transformer_1.Expose)({ name: "list_link_id" }),
117
+ __metadata("design:type", Boolean)
118
+ ], IntegrationSupport.prototype, "listLinkId", void 0);
114
119
  __decorate([
115
120
  (0, utils_1.SpeakeasyMetadata)(),
116
121
  (0, class_transformer_1.Expose)({ name: "list_list_id" }),
package/dist/sdk/sdk.js CHANGED
@@ -92,9 +92,9 @@ var SDKConfiguration = /** @class */ (function () {
92
92
  function SDKConfiguration(init) {
93
93
  this.language = "typescript";
94
94
  this.openapiDocVersion = "1.0";
95
- this.sdkVersion = "1.0.27";
95
+ this.sdkVersion = "1.0.28";
96
96
  this.genVersion = "2.333.3";
97
- this.userAgent = "speakeasy-sdk/typescript 1.0.27 2.333.3 1.0 @unified-api/typescript-sdk";
97
+ this.userAgent = "speakeasy-sdk/typescript 1.0.28 2.333.3 1.0 @unified-api/typescript-sdk";
98
98
  Object.assign(this, init);
99
99
  }
100
100
  return SDKConfiguration;
@@ -18,4 +18,4 @@
18
18
  | `title` | *string* | :heavy_check_mark: | N/A |
19
19
  | `type` | [shared.AtsActivityType](../../../sdk/models/shared/atsactivitytype.md) | :heavy_minus_sign: | N/A |
20
20
  | `updatedAt` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | N/A |
21
- | `userIds` | *string*[] | :heavy_minus_sign: | N/A |
21
+ | `userIds` | *string*[] | :heavy_minus_sign: | id values of the recruiters associated with the activity. |
@@ -20,6 +20,7 @@
20
20
  | `listItemId` | *boolean* | :heavy_minus_sign: | N/A |
21
21
  | `listJobId` | *boolean* | :heavy_minus_sign: | N/A |
22
22
  | `listLimit` | *boolean* | :heavy_minus_sign: | N/A |
23
+ | `listLinkId` | *boolean* | :heavy_minus_sign: | N/A |
23
24
  | `listListId` | *boolean* | :heavy_minus_sign: | N/A |
24
25
  | `listLocationId` | *boolean* | :heavy_minus_sign: | N/A |
25
26
  | `listOffset` | *boolean* | :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.27",
3
+ "version": "1.0.28",
4
4
  "author": "Unified",
5
5
  "scripts": {
6
6
  "prepare": "tsc --build",