@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.
- package/dist/sdk/models/shared/atsapplication.d.ts +1 -0
- package/dist/sdk/models/shared/atsapplication.js +1 -0
- package/dist/sdk/models/shared/atsstatus.d.ts +1 -0
- package/dist/sdk/models/shared/atsstatus.js +1 -0
- package/dist/sdk/models/shared/commercecollection.d.ts +1 -0
- package/dist/sdk/models/shared/commercecollection.js +5 -0
- package/dist/sdk/models/shared/integrationsupport.d.ts +6 -0
- package/dist/sdk/models/shared/integrationsupport.js +12 -1
- package/dist/sdk/sdk.js +2 -2
- package/docs/sdk/models/shared/atsapplicationstatus.md +1 -0
- package/docs/sdk/models/shared/atsstatusstatus.md +1 -0
- package/docs/sdk/models/shared/commercecollection.md +1 -0
- package/docs/sdk/models/shared/integrationsupport.md +1 -0
- package/docs/sdk/models/shared/listitemvariantid.md +10 -0
- package/package.json +1 -1
|
@@ -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) {
|
|
@@ -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) {
|
|
@@ -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.
|
|
98
|
+
this.sdkVersion = "1.0.42";
|
|
99
99
|
this.genVersion = "2.342.6";
|
|
100
|
-
this.userAgent = "speakeasy-sdk/typescript 1.0.
|
|
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;
|
|
@@ -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 |
|