@unified-api/typescript-sdk 1.0.40 → 1.0.41
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.
|
@@ -65,6 +65,10 @@ export declare enum ListItemId {
|
|
|
65
65
|
Supported = "supported",
|
|
66
66
|
NotSupported = "not-supported"
|
|
67
67
|
}
|
|
68
|
+
export declare enum ListItemVariantId {
|
|
69
|
+
Supported = "supported",
|
|
70
|
+
NotSupported = "not-supported"
|
|
71
|
+
}
|
|
68
72
|
export declare enum ListJobId {
|
|
69
73
|
SupportedRequired = "supported-required",
|
|
70
74
|
Supported = "supported",
|
|
@@ -195,6 +199,7 @@ export declare class IntegrationSupport extends SpeakeasyBase {
|
|
|
195
199
|
listInterviewId?: ListInterviewId;
|
|
196
200
|
listInvoiceId?: ListInvoiceId;
|
|
197
201
|
listItemId?: ListItemId;
|
|
202
|
+
listItemVariantId?: ListItemVariantId;
|
|
198
203
|
listJobId?: ListJobId;
|
|
199
204
|
listLimit?: ListLimit;
|
|
200
205
|
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,11 @@ 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["Supported"] = "supported";
|
|
115
|
+
ListItemVariantId["NotSupported"] = "not-supported";
|
|
116
|
+
})(ListItemVariantId = exports.ListItemVariantId || (exports.ListItemVariantId = {}));
|
|
112
117
|
var ListJobId;
|
|
113
118
|
(function (ListJobId) {
|
|
114
119
|
ListJobId["SupportedRequired"] = "supported-required";
|
|
@@ -322,6 +327,11 @@ var IntegrationSupport = /** @class */ (function (_super) {
|
|
|
322
327
|
(0, class_transformer_1.Expose)({ name: "list_item_id" }),
|
|
323
328
|
__metadata("design:type", String)
|
|
324
329
|
], IntegrationSupport.prototype, "listItemId", void 0);
|
|
330
|
+
__decorate([
|
|
331
|
+
(0, utils_1.SpeakeasyMetadata)(),
|
|
332
|
+
(0, class_transformer_1.Expose)({ name: "list_item_variant_id" }),
|
|
333
|
+
__metadata("design:type", String)
|
|
334
|
+
], IntegrationSupport.prototype, "listItemVariantId", void 0);
|
|
325
335
|
__decorate([
|
|
326
336
|
(0, utils_1.SpeakeasyMetadata)(),
|
|
327
337
|
(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.41";
|
|
99
99
|
this.genVersion = "2.342.6";
|
|
100
|
-
this.userAgent = "speakeasy-sdk/typescript 1.0.
|
|
100
|
+
this.userAgent = "speakeasy-sdk/typescript 1.0.41 2.342.6 1.0 @unified-api/typescript-sdk";
|
|
101
101
|
Object.assign(this, init);
|
|
102
102
|
}
|
|
103
103
|
return SDKConfiguration;
|
|
@@ -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 |
|