@unified-api/typescript-sdk 1.0.40 → 1.0.42

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 enum AtsApplicationStatus {
13
13
  Accepted = "ACCEPTED",
14
14
  Hired = "HIRED",
15
15
  Rejected = "REJECTED",
16
+ Declined = "DECLINED",
16
17
  Withdrawn = "WITHDRAWN"
17
18
  }
18
19
  export declare class AtsApplication extends SpeakeasyBase {
@@ -45,6 +45,7 @@ var AtsApplicationStatus;
45
45
  AtsApplicationStatus["Accepted"] = "ACCEPTED";
46
46
  AtsApplicationStatus["Hired"] = "HIRED";
47
47
  AtsApplicationStatus["Rejected"] = "REJECTED";
48
+ AtsApplicationStatus["Declined"] = "DECLINED";
48
49
  AtsApplicationStatus["Withdrawn"] = "WITHDRAWN";
49
50
  })(AtsApplicationStatus = exports.AtsApplicationStatus || (exports.AtsApplicationStatus = {}));
50
51
  var AtsApplication = /** @class */ (function (_super) {
@@ -12,6 +12,7 @@ export declare enum AtsStatusStatus {
12
12
  Accepted = "ACCEPTED",
13
13
  Hired = "HIRED",
14
14
  Rejected = "REJECTED",
15
+ Declined = "DECLINED",
15
16
  Withdrawn = "WITHDRAWN"
16
17
  }
17
18
  export declare class AtsStatus extends SpeakeasyBase {
@@ -44,6 +44,7 @@ var AtsStatusStatus;
44
44
  AtsStatusStatus["Accepted"] = "ACCEPTED";
45
45
  AtsStatusStatus["Hired"] = "HIRED";
46
46
  AtsStatusStatus["Rejected"] = "REJECTED";
47
+ AtsStatusStatus["Declined"] = "DECLINED";
47
48
  AtsStatusStatus["Withdrawn"] = "WITHDRAWN";
48
49
  })(AtsStatusStatus = exports.AtsStatusStatus || (exports.AtsStatusStatus = {}));
49
50
  var AtsStatus = /** @class */ (function (_super) {
@@ -17,6 +17,7 @@ export declare class CommerceCollection extends SpeakeasyBase {
17
17
  isVisible?: boolean;
18
18
  media?: CommerceItemMedia[];
19
19
  name: string;
20
+ parentId?: string;
20
21
  publicDescription?: string;
21
22
  publicName?: string;
22
23
  raw?: Record<string, any>;
@@ -90,6 +90,11 @@ var CommerceCollection = /** @class */ (function (_super) {
90
90
  (0, class_transformer_1.Expose)({ name: "name" }),
91
91
  __metadata("design:type", String)
92
92
  ], CommerceCollection.prototype, "name", void 0);
93
+ __decorate([
94
+ (0, utils_1.SpeakeasyMetadata)(),
95
+ (0, class_transformer_1.Expose)({ name: "parent_id" }),
96
+ __metadata("design:type", String)
97
+ ], CommerceCollection.prototype, "parentId", void 0);
93
98
  __decorate([
94
99
  (0, utils_1.SpeakeasyMetadata)(),
95
100
  (0, class_transformer_1.Expose)({ name: "public_description" }),
@@ -65,6 +65,11 @@ export declare enum ListItemId {
65
65
  Supported = "supported",
66
66
  NotSupported = "not-supported"
67
67
  }
68
+ export declare enum ListItemVariantId {
69
+ SupportedRequired = "supported-required",
70
+ Supported = "supported",
71
+ NotSupported = "not-supported"
72
+ }
68
73
  export declare enum ListJobId {
69
74
  SupportedRequired = "supported-required",
70
75
  Supported = "supported",
@@ -195,6 +200,7 @@ export declare class IntegrationSupport extends SpeakeasyBase {
195
200
  listInterviewId?: ListInterviewId;
196
201
  listInvoiceId?: ListInvoiceId;
197
202
  listItemId?: ListItemId;
203
+ listItemVariantId?: ListItemVariantId;
198
204
  listJobId?: ListJobId;
199
205
  listLimit?: ListLimit;
200
206
  listLinkId?: ListLinkId;
@@ -27,7 +27,7 @@ var __metadata = (this && this.__metadata) || function (k, v) {
27
27
  if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
28
28
  };
29
29
  Object.defineProperty(exports, "__esModule", { value: true });
30
- exports.IntegrationSupport = exports.SearchTwitter = exports.SearchName = exports.SearchLinkedinurl = exports.SearchEmail = exports.SearchDomain = exports.ListUserId = exports.ListUpdatedGte = exports.ListType = exports.ListTicketId = exports.ListSpaceId = exports.ListSortByUpdatedAt = exports.ListSortByName = exports.ListSortByCreatedAt = exports.ListQuery = exports.ListProjectId = exports.ListParentId = exports.ListOrder = exports.ListOffset = exports.ListLocationId = exports.ListListId = exports.ListLinkId = exports.ListLimit = exports.ListJobId = exports.ListItemId = exports.ListInvoiceId = exports.ListInterviewId = exports.ListDealId = exports.ListCustomerId = exports.ListContactId = exports.ListCompanyId = exports.ListCollectionId = exports.ListChannelId = exports.ListCandidateId = exports.ListApplicationId = exports.ListAccountId = exports.FromWebhook = void 0;
30
+ exports.IntegrationSupport = exports.SearchTwitter = exports.SearchName = exports.SearchLinkedinurl = exports.SearchEmail = exports.SearchDomain = exports.ListUserId = exports.ListUpdatedGte = exports.ListType = exports.ListTicketId = exports.ListSpaceId = exports.ListSortByUpdatedAt = exports.ListSortByName = exports.ListSortByCreatedAt = exports.ListQuery = exports.ListProjectId = exports.ListParentId = exports.ListOrder = exports.ListOffset = exports.ListLocationId = exports.ListListId = exports.ListLinkId = exports.ListLimit = exports.ListJobId = exports.ListItemVariantId = exports.ListItemId = exports.ListInvoiceId = exports.ListInterviewId = exports.ListDealId = exports.ListCustomerId = exports.ListContactId = exports.ListCompanyId = exports.ListCollectionId = exports.ListChannelId = exports.ListCandidateId = exports.ListApplicationId = exports.ListAccountId = exports.FromWebhook = void 0;
31
31
  var utils_1 = require("../../../internal/utils");
32
32
  var propertyintegrationsupportwebhookevents_1 = require("./propertyintegrationsupportwebhookevents");
33
33
  var class_transformer_1 = require("class-transformer");
@@ -109,6 +109,12 @@ var ListItemId;
109
109
  ListItemId["Supported"] = "supported";
110
110
  ListItemId["NotSupported"] = "not-supported";
111
111
  })(ListItemId = exports.ListItemId || (exports.ListItemId = {}));
112
+ var ListItemVariantId;
113
+ (function (ListItemVariantId) {
114
+ ListItemVariantId["SupportedRequired"] = "supported-required";
115
+ ListItemVariantId["Supported"] = "supported";
116
+ ListItemVariantId["NotSupported"] = "not-supported";
117
+ })(ListItemVariantId = exports.ListItemVariantId || (exports.ListItemVariantId = {}));
112
118
  var ListJobId;
113
119
  (function (ListJobId) {
114
120
  ListJobId["SupportedRequired"] = "supported-required";
@@ -322,6 +328,11 @@ var IntegrationSupport = /** @class */ (function (_super) {
322
328
  (0, class_transformer_1.Expose)({ name: "list_item_id" }),
323
329
  __metadata("design:type", String)
324
330
  ], IntegrationSupport.prototype, "listItemId", void 0);
331
+ __decorate([
332
+ (0, utils_1.SpeakeasyMetadata)(),
333
+ (0, class_transformer_1.Expose)({ name: "list_item_variant_id" }),
334
+ __metadata("design:type", String)
335
+ ], IntegrationSupport.prototype, "listItemVariantId", void 0);
325
336
  __decorate([
326
337
  (0, utils_1.SpeakeasyMetadata)(),
327
338
  (0, class_transformer_1.Expose)({ name: "list_job_id" }),
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.40";
98
+ this.sdkVersion = "1.0.42";
99
99
  this.genVersion = "2.342.6";
100
- this.userAgent = "speakeasy-sdk/typescript 1.0.40 2.342.6 1.0 @unified-api/typescript-sdk";
100
+ this.userAgent = "speakeasy-sdk/typescript 1.0.42 2.342.6 1.0 @unified-api/typescript-sdk";
101
101
  Object.assign(this, init);
102
102
  }
103
103
  return SDKConfiguration;
@@ -17,4 +17,5 @@
17
17
  | `Accepted` | ACCEPTED |
18
18
  | `Hired` | HIRED |
19
19
  | `Rejected` | REJECTED |
20
+ | `Declined` | DECLINED |
20
21
  | `Withdrawn` | WITHDRAWN |
@@ -17,4 +17,5 @@
17
17
  | `Accepted` | ACCEPTED |
18
18
  | `Hired` | HIRED |
19
19
  | `Rejected` | REJECTED |
20
+ | `Declined` | DECLINED |
20
21
  | `Withdrawn` | WITHDRAWN |
@@ -15,6 +15,7 @@ A collection of items/products/services
15
15
  | `isVisible` | *boolean* | :heavy_minus_sign: | N/A |
16
16
  | `media` | [shared.CommerceItemMedia](../../../sdk/models/shared/commerceitemmedia.md)[] | :heavy_minus_sign: | N/A |
17
17
  | `name` | *string* | :heavy_check_mark: | N/A |
18
+ | `parentId` | *string* | :heavy_minus_sign: | N/A |
18
19
  | `publicDescription` | *string* | :heavy_minus_sign: | N/A |
19
20
  | `publicName` | *string* | :heavy_minus_sign: | N/A |
20
21
  | `raw` | Record<string, *any*> | :heavy_minus_sign: | N/A |
@@ -19,6 +19,7 @@
19
19
  | `listInterviewId` | [shared.ListInterviewId](../../../sdk/models/shared/listinterviewid.md) | :heavy_minus_sign: | N/A |
20
20
  | `listInvoiceId` | [shared.ListInvoiceId](../../../sdk/models/shared/listinvoiceid.md) | :heavy_minus_sign: | N/A |
21
21
  | `listItemId` | [shared.ListItemId](../../../sdk/models/shared/listitemid.md) | :heavy_minus_sign: | N/A |
22
+ | `listItemVariantId` | [shared.ListItemVariantId](../../../sdk/models/shared/listitemvariantid.md) | :heavy_minus_sign: | N/A |
22
23
  | `listJobId` | [shared.ListJobId](../../../sdk/models/shared/listjobid.md) | :heavy_minus_sign: | N/A |
23
24
  | `listLimit` | [shared.ListLimit](../../../sdk/models/shared/listlimit.md) | :heavy_minus_sign: | N/A |
24
25
  | `listLinkId` | [shared.ListLinkId](../../../sdk/models/shared/listlinkid.md) | :heavy_minus_sign: | N/A |
@@ -0,0 +1,10 @@
1
+ # ListItemVariantId
2
+
3
+
4
+ ## Values
5
+
6
+ | Name | Value |
7
+ | ------------------- | ------------------- |
8
+ | `SupportedRequired` | supported-required |
9
+ | `Supported` | supported |
10
+ | `NotSupported` | not-supported |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unified-api/typescript-sdk",
3
- "version": "1.0.40",
3
+ "version": "1.0.42",
4
4
  "author": "Unified",
5
5
  "scripts": {
6
6
  "prepare": "tsc --build",