@unified-api/typescript-sdk 1.0.32 → 1.0.34
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/atscompensation.d.ts +1 -1
- package/dist/sdk/models/shared/integrationsupport.d.ts +210 -34
- package/dist/sdk/models/shared/integrationsupport.js +250 -35
- package/dist/sdk/sdk.js +3 -3
- package/docs/sdk/models/shared/atscompensation.md +1 -1
- package/docs/sdk/models/shared/fromwebhook.md +10 -0
- package/docs/sdk/models/shared/integrationsupport.md +35 -34
- package/docs/sdk/models/shared/listaccountid.md +10 -0
- package/docs/sdk/models/shared/listapplicationid.md +10 -0
- package/docs/sdk/models/shared/listcandidateid.md +10 -0
- package/docs/sdk/models/shared/listchannelid.md +10 -0
- package/docs/sdk/models/shared/listcollectionid.md +10 -0
- package/docs/sdk/models/shared/listcompanyid.md +10 -0
- package/docs/sdk/models/shared/listcontactid.md +10 -0
- package/docs/sdk/models/shared/listcustomerid.md +10 -0
- package/docs/sdk/models/shared/listdealid.md +10 -0
- package/docs/sdk/models/shared/listinterviewid.md +10 -0
- package/docs/sdk/models/shared/listinvoiceid.md +10 -0
- package/docs/sdk/models/shared/listitemid.md +10 -0
- package/docs/sdk/models/shared/listjobid.md +10 -0
- package/docs/sdk/models/shared/listlimit.md +10 -0
- package/docs/sdk/models/shared/listlinkid.md +10 -0
- package/docs/sdk/models/shared/listlistid.md +10 -0
- package/docs/sdk/models/shared/listlocationid.md +10 -0
- package/docs/sdk/models/shared/listoffset.md +10 -0
- package/docs/sdk/models/shared/listorder.md +10 -0
- package/docs/sdk/models/shared/listparentid.md +10 -0
- package/docs/sdk/models/shared/listquery.md +10 -0
- package/docs/sdk/models/shared/listsortbycreatedat.md +10 -0
- package/docs/sdk/models/shared/listsortbyname.md +10 -0
- package/docs/sdk/models/shared/listsortbyupdatedat.md +10 -0
- package/docs/sdk/models/shared/listspaceid.md +10 -0
- package/docs/sdk/models/shared/listticketid.md +10 -0
- package/docs/sdk/models/shared/listtype.md +10 -0
- package/docs/sdk/models/shared/listupdatedgte.md +10 -0
- package/docs/sdk/models/shared/listuserid.md +10 -0
- package/docs/sdk/models/shared/searchdomain.md +10 -0
- package/docs/sdk/models/shared/searchemail.md +10 -0
- package/docs/sdk/models/shared/searchlinkedinurl.md +10 -0
- package/docs/sdk/models/shared/searchname.md +10 -0
- package/docs/sdk/models/shared/searchtwitter.md +10 -0
- package/package.json +1 -1
|
@@ -27,15 +27,230 @@ 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 = 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.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;
|
|
31
31
|
var utils_1 = require("../../../internal/utils");
|
|
32
32
|
var propertyintegrationsupportwebhookevents_1 = require("./propertyintegrationsupportwebhookevents");
|
|
33
33
|
var class_transformer_1 = require("class-transformer");
|
|
34
|
+
var FromWebhook;
|
|
35
|
+
(function (FromWebhook) {
|
|
36
|
+
FromWebhook["SupportedRequired"] = "supported-required";
|
|
37
|
+
FromWebhook["Supported"] = "supported";
|
|
38
|
+
FromWebhook["NotSupported"] = "not-supported";
|
|
39
|
+
})(FromWebhook = exports.FromWebhook || (exports.FromWebhook = {}));
|
|
40
|
+
var ListAccountId;
|
|
41
|
+
(function (ListAccountId) {
|
|
42
|
+
ListAccountId["SupportedRequired"] = "supported-required";
|
|
43
|
+
ListAccountId["Supported"] = "supported";
|
|
44
|
+
ListAccountId["NotSupported"] = "not-supported";
|
|
45
|
+
})(ListAccountId = exports.ListAccountId || (exports.ListAccountId = {}));
|
|
46
|
+
var ListApplicationId;
|
|
47
|
+
(function (ListApplicationId) {
|
|
48
|
+
ListApplicationId["SupportedRequired"] = "supported-required";
|
|
49
|
+
ListApplicationId["Supported"] = "supported";
|
|
50
|
+
ListApplicationId["NotSupported"] = "not-supported";
|
|
51
|
+
})(ListApplicationId = exports.ListApplicationId || (exports.ListApplicationId = {}));
|
|
52
|
+
var ListCandidateId;
|
|
53
|
+
(function (ListCandidateId) {
|
|
54
|
+
ListCandidateId["SupportedRequired"] = "supported-required";
|
|
55
|
+
ListCandidateId["Supported"] = "supported";
|
|
56
|
+
ListCandidateId["NotSupported"] = "not-supported";
|
|
57
|
+
})(ListCandidateId = exports.ListCandidateId || (exports.ListCandidateId = {}));
|
|
58
|
+
var ListChannelId;
|
|
59
|
+
(function (ListChannelId) {
|
|
60
|
+
ListChannelId["SupportedRequired"] = "supported-required";
|
|
61
|
+
ListChannelId["Supported"] = "supported";
|
|
62
|
+
ListChannelId["NotSupported"] = "not-supported";
|
|
63
|
+
})(ListChannelId = exports.ListChannelId || (exports.ListChannelId = {}));
|
|
64
|
+
var ListCollectionId;
|
|
65
|
+
(function (ListCollectionId) {
|
|
66
|
+
ListCollectionId["SupportedRequired"] = "supported-required";
|
|
67
|
+
ListCollectionId["Supported"] = "supported";
|
|
68
|
+
ListCollectionId["NotSupported"] = "not-supported";
|
|
69
|
+
})(ListCollectionId = exports.ListCollectionId || (exports.ListCollectionId = {}));
|
|
70
|
+
var ListCompanyId;
|
|
71
|
+
(function (ListCompanyId) {
|
|
72
|
+
ListCompanyId["SupportedRequired"] = "supported-required";
|
|
73
|
+
ListCompanyId["Supported"] = "supported";
|
|
74
|
+
ListCompanyId["NotSupported"] = "not-supported";
|
|
75
|
+
})(ListCompanyId = exports.ListCompanyId || (exports.ListCompanyId = {}));
|
|
76
|
+
var ListContactId;
|
|
77
|
+
(function (ListContactId) {
|
|
78
|
+
ListContactId["SupportedRequired"] = "supported-required";
|
|
79
|
+
ListContactId["Supported"] = "supported";
|
|
80
|
+
ListContactId["NotSupported"] = "not-supported";
|
|
81
|
+
})(ListContactId = exports.ListContactId || (exports.ListContactId = {}));
|
|
82
|
+
var ListCustomerId;
|
|
83
|
+
(function (ListCustomerId) {
|
|
84
|
+
ListCustomerId["SupportedRequired"] = "supported-required";
|
|
85
|
+
ListCustomerId["Supported"] = "supported";
|
|
86
|
+
ListCustomerId["NotSupported"] = "not-supported";
|
|
87
|
+
})(ListCustomerId = exports.ListCustomerId || (exports.ListCustomerId = {}));
|
|
88
|
+
var ListDealId;
|
|
89
|
+
(function (ListDealId) {
|
|
90
|
+
ListDealId["SupportedRequired"] = "supported-required";
|
|
91
|
+
ListDealId["Supported"] = "supported";
|
|
92
|
+
ListDealId["NotSupported"] = "not-supported";
|
|
93
|
+
})(ListDealId = exports.ListDealId || (exports.ListDealId = {}));
|
|
94
|
+
var ListInterviewId;
|
|
95
|
+
(function (ListInterviewId) {
|
|
96
|
+
ListInterviewId["SupportedRequired"] = "supported-required";
|
|
97
|
+
ListInterviewId["Supported"] = "supported";
|
|
98
|
+
ListInterviewId["NotSupported"] = "not-supported";
|
|
99
|
+
})(ListInterviewId = exports.ListInterviewId || (exports.ListInterviewId = {}));
|
|
100
|
+
var ListInvoiceId;
|
|
101
|
+
(function (ListInvoiceId) {
|
|
102
|
+
ListInvoiceId["SupportedRequired"] = "supported-required";
|
|
103
|
+
ListInvoiceId["Supported"] = "supported";
|
|
104
|
+
ListInvoiceId["NotSupported"] = "not-supported";
|
|
105
|
+
})(ListInvoiceId = exports.ListInvoiceId || (exports.ListInvoiceId = {}));
|
|
106
|
+
var ListItemId;
|
|
107
|
+
(function (ListItemId) {
|
|
108
|
+
ListItemId["SupportedRequired"] = "supported-required";
|
|
109
|
+
ListItemId["Supported"] = "supported";
|
|
110
|
+
ListItemId["NotSupported"] = "not-supported";
|
|
111
|
+
})(ListItemId = exports.ListItemId || (exports.ListItemId = {}));
|
|
112
|
+
var ListJobId;
|
|
113
|
+
(function (ListJobId) {
|
|
114
|
+
ListJobId["SupportedRequired"] = "supported-required";
|
|
115
|
+
ListJobId["Supported"] = "supported";
|
|
116
|
+
ListJobId["NotSupported"] = "not-supported";
|
|
117
|
+
})(ListJobId = exports.ListJobId || (exports.ListJobId = {}));
|
|
118
|
+
var ListLimit;
|
|
119
|
+
(function (ListLimit) {
|
|
120
|
+
ListLimit["SupportedRequired"] = "supported-required";
|
|
121
|
+
ListLimit["Supported"] = "supported";
|
|
122
|
+
ListLimit["NotSupported"] = "not-supported";
|
|
123
|
+
})(ListLimit = exports.ListLimit || (exports.ListLimit = {}));
|
|
124
|
+
var ListLinkId;
|
|
125
|
+
(function (ListLinkId) {
|
|
126
|
+
ListLinkId["SupportedRequired"] = "supported-required";
|
|
127
|
+
ListLinkId["Supported"] = "supported";
|
|
128
|
+
ListLinkId["NotSupported"] = "not-supported";
|
|
129
|
+
})(ListLinkId = exports.ListLinkId || (exports.ListLinkId = {}));
|
|
130
|
+
var ListListId;
|
|
131
|
+
(function (ListListId) {
|
|
132
|
+
ListListId["SupportedRequired"] = "supported-required";
|
|
133
|
+
ListListId["Supported"] = "supported";
|
|
134
|
+
ListListId["NotSupported"] = "not-supported";
|
|
135
|
+
})(ListListId = exports.ListListId || (exports.ListListId = {}));
|
|
136
|
+
var ListLocationId;
|
|
137
|
+
(function (ListLocationId) {
|
|
138
|
+
ListLocationId["SupportedRequired"] = "supported-required";
|
|
139
|
+
ListLocationId["Supported"] = "supported";
|
|
140
|
+
ListLocationId["NotSupported"] = "not-supported";
|
|
141
|
+
})(ListLocationId = exports.ListLocationId || (exports.ListLocationId = {}));
|
|
142
|
+
var ListOffset;
|
|
143
|
+
(function (ListOffset) {
|
|
144
|
+
ListOffset["SupportedRequired"] = "supported-required";
|
|
145
|
+
ListOffset["Supported"] = "supported";
|
|
146
|
+
ListOffset["NotSupported"] = "not-supported";
|
|
147
|
+
})(ListOffset = exports.ListOffset || (exports.ListOffset = {}));
|
|
148
|
+
var ListOrder;
|
|
149
|
+
(function (ListOrder) {
|
|
150
|
+
ListOrder["SupportedRequired"] = "supported-required";
|
|
151
|
+
ListOrder["Supported"] = "supported";
|
|
152
|
+
ListOrder["NotSupported"] = "not-supported";
|
|
153
|
+
})(ListOrder = exports.ListOrder || (exports.ListOrder = {}));
|
|
154
|
+
var ListParentId;
|
|
155
|
+
(function (ListParentId) {
|
|
156
|
+
ListParentId["SupportedRequired"] = "supported-required";
|
|
157
|
+
ListParentId["Supported"] = "supported";
|
|
158
|
+
ListParentId["NotSupported"] = "not-supported";
|
|
159
|
+
})(ListParentId = exports.ListParentId || (exports.ListParentId = {}));
|
|
160
|
+
var ListQuery;
|
|
161
|
+
(function (ListQuery) {
|
|
162
|
+
ListQuery["SupportedRequired"] = "supported-required";
|
|
163
|
+
ListQuery["Supported"] = "supported";
|
|
164
|
+
ListQuery["NotSupported"] = "not-supported";
|
|
165
|
+
})(ListQuery = exports.ListQuery || (exports.ListQuery = {}));
|
|
166
|
+
var ListSortByCreatedAt;
|
|
167
|
+
(function (ListSortByCreatedAt) {
|
|
168
|
+
ListSortByCreatedAt["SupportedRequired"] = "supported-required";
|
|
169
|
+
ListSortByCreatedAt["Supported"] = "supported";
|
|
170
|
+
ListSortByCreatedAt["NotSupported"] = "not-supported";
|
|
171
|
+
})(ListSortByCreatedAt = exports.ListSortByCreatedAt || (exports.ListSortByCreatedAt = {}));
|
|
172
|
+
var ListSortByName;
|
|
173
|
+
(function (ListSortByName) {
|
|
174
|
+
ListSortByName["SupportedRequired"] = "supported-required";
|
|
175
|
+
ListSortByName["Supported"] = "supported";
|
|
176
|
+
ListSortByName["NotSupported"] = "not-supported";
|
|
177
|
+
})(ListSortByName = exports.ListSortByName || (exports.ListSortByName = {}));
|
|
178
|
+
var ListSortByUpdatedAt;
|
|
179
|
+
(function (ListSortByUpdatedAt) {
|
|
180
|
+
ListSortByUpdatedAt["SupportedRequired"] = "supported-required";
|
|
181
|
+
ListSortByUpdatedAt["Supported"] = "supported";
|
|
182
|
+
ListSortByUpdatedAt["NotSupported"] = "not-supported";
|
|
183
|
+
})(ListSortByUpdatedAt = exports.ListSortByUpdatedAt || (exports.ListSortByUpdatedAt = {}));
|
|
184
|
+
var ListSpaceId;
|
|
185
|
+
(function (ListSpaceId) {
|
|
186
|
+
ListSpaceId["SupportedRequired"] = "supported-required";
|
|
187
|
+
ListSpaceId["Supported"] = "supported";
|
|
188
|
+
ListSpaceId["NotSupported"] = "not-supported";
|
|
189
|
+
})(ListSpaceId = exports.ListSpaceId || (exports.ListSpaceId = {}));
|
|
190
|
+
var ListTicketId;
|
|
191
|
+
(function (ListTicketId) {
|
|
192
|
+
ListTicketId["SupportedRequired"] = "supported-required";
|
|
193
|
+
ListTicketId["Supported"] = "supported";
|
|
194
|
+
ListTicketId["NotSupported"] = "not-supported";
|
|
195
|
+
})(ListTicketId = exports.ListTicketId || (exports.ListTicketId = {}));
|
|
196
|
+
var ListType;
|
|
197
|
+
(function (ListType) {
|
|
198
|
+
ListType["SupportedRequired"] = "supported-required";
|
|
199
|
+
ListType["Supported"] = "supported";
|
|
200
|
+
ListType["NotSupported"] = "not-supported";
|
|
201
|
+
})(ListType = exports.ListType || (exports.ListType = {}));
|
|
202
|
+
var ListUpdatedGte;
|
|
203
|
+
(function (ListUpdatedGte) {
|
|
204
|
+
ListUpdatedGte["SupportedRequired"] = "supported-required";
|
|
205
|
+
ListUpdatedGte["Supported"] = "supported";
|
|
206
|
+
ListUpdatedGte["NotSupported"] = "not-supported";
|
|
207
|
+
})(ListUpdatedGte = exports.ListUpdatedGte || (exports.ListUpdatedGte = {}));
|
|
208
|
+
var ListUserId;
|
|
209
|
+
(function (ListUserId) {
|
|
210
|
+
ListUserId["SupportedRequired"] = "supported-required";
|
|
211
|
+
ListUserId["Supported"] = "supported";
|
|
212
|
+
ListUserId["NotSupported"] = "not-supported";
|
|
213
|
+
})(ListUserId = exports.ListUserId || (exports.ListUserId = {}));
|
|
214
|
+
var SearchDomain;
|
|
215
|
+
(function (SearchDomain) {
|
|
216
|
+
SearchDomain["SupportedRequired"] = "supported-required";
|
|
217
|
+
SearchDomain["Supported"] = "supported";
|
|
218
|
+
SearchDomain["NotSupported"] = "not-supported";
|
|
219
|
+
})(SearchDomain = exports.SearchDomain || (exports.SearchDomain = {}));
|
|
220
|
+
var SearchEmail;
|
|
221
|
+
(function (SearchEmail) {
|
|
222
|
+
SearchEmail["SupportedRequired"] = "supported-required";
|
|
223
|
+
SearchEmail["Supported"] = "supported";
|
|
224
|
+
SearchEmail["NotSupported"] = "not-supported";
|
|
225
|
+
})(SearchEmail = exports.SearchEmail || (exports.SearchEmail = {}));
|
|
226
|
+
var SearchLinkedinurl;
|
|
227
|
+
(function (SearchLinkedinurl) {
|
|
228
|
+
SearchLinkedinurl["SupportedRequired"] = "supported-required";
|
|
229
|
+
SearchLinkedinurl["Supported"] = "supported";
|
|
230
|
+
SearchLinkedinurl["NotSupported"] = "not-supported";
|
|
231
|
+
})(SearchLinkedinurl = exports.SearchLinkedinurl || (exports.SearchLinkedinurl = {}));
|
|
232
|
+
var SearchName;
|
|
233
|
+
(function (SearchName) {
|
|
234
|
+
SearchName["SupportedRequired"] = "supported-required";
|
|
235
|
+
SearchName["Supported"] = "supported";
|
|
236
|
+
SearchName["NotSupported"] = "not-supported";
|
|
237
|
+
})(SearchName = exports.SearchName || (exports.SearchName = {}));
|
|
238
|
+
var SearchTwitter;
|
|
239
|
+
(function (SearchTwitter) {
|
|
240
|
+
SearchTwitter["SupportedRequired"] = "supported-required";
|
|
241
|
+
SearchTwitter["Supported"] = "supported";
|
|
242
|
+
SearchTwitter["NotSupported"] = "not-supported";
|
|
243
|
+
})(SearchTwitter = exports.SearchTwitter || (exports.SearchTwitter = {}));
|
|
34
244
|
var IntegrationSupport = /** @class */ (function (_super) {
|
|
35
245
|
__extends(IntegrationSupport, _super);
|
|
36
246
|
function IntegrationSupport() {
|
|
37
247
|
return _super !== null && _super.apply(this, arguments) || this;
|
|
38
248
|
}
|
|
249
|
+
__decorate([
|
|
250
|
+
(0, utils_1.SpeakeasyMetadata)(),
|
|
251
|
+
(0, class_transformer_1.Expose)({ name: "from_webhook" }),
|
|
252
|
+
__metadata("design:type", String)
|
|
253
|
+
], IntegrationSupport.prototype, "fromWebhook", void 0);
|
|
39
254
|
__decorate([
|
|
40
255
|
(0, utils_1.SpeakeasyMetadata)(),
|
|
41
256
|
(0, class_transformer_1.Expose)({ name: "inbound_fields" }),
|
|
@@ -44,147 +259,147 @@ var IntegrationSupport = /** @class */ (function (_super) {
|
|
|
44
259
|
__decorate([
|
|
45
260
|
(0, utils_1.SpeakeasyMetadata)(),
|
|
46
261
|
(0, class_transformer_1.Expose)({ name: "list_account_id" }),
|
|
47
|
-
__metadata("design:type",
|
|
262
|
+
__metadata("design:type", String)
|
|
48
263
|
], IntegrationSupport.prototype, "listAccountId", void 0);
|
|
49
264
|
__decorate([
|
|
50
265
|
(0, utils_1.SpeakeasyMetadata)(),
|
|
51
266
|
(0, class_transformer_1.Expose)({ name: "list_application_id" }),
|
|
52
|
-
__metadata("design:type",
|
|
267
|
+
__metadata("design:type", String)
|
|
53
268
|
], IntegrationSupport.prototype, "listApplicationId", void 0);
|
|
54
269
|
__decorate([
|
|
55
270
|
(0, utils_1.SpeakeasyMetadata)(),
|
|
56
271
|
(0, class_transformer_1.Expose)({ name: "list_candidate_id" }),
|
|
57
|
-
__metadata("design:type",
|
|
272
|
+
__metadata("design:type", String)
|
|
58
273
|
], IntegrationSupport.prototype, "listCandidateId", void 0);
|
|
59
274
|
__decorate([
|
|
60
275
|
(0, utils_1.SpeakeasyMetadata)(),
|
|
61
276
|
(0, class_transformer_1.Expose)({ name: "list_channel_id" }),
|
|
62
|
-
__metadata("design:type",
|
|
277
|
+
__metadata("design:type", String)
|
|
63
278
|
], IntegrationSupport.prototype, "listChannelId", void 0);
|
|
64
279
|
__decorate([
|
|
65
280
|
(0, utils_1.SpeakeasyMetadata)(),
|
|
66
281
|
(0, class_transformer_1.Expose)({ name: "list_collection_id" }),
|
|
67
|
-
__metadata("design:type",
|
|
282
|
+
__metadata("design:type", String)
|
|
68
283
|
], IntegrationSupport.prototype, "listCollectionId", void 0);
|
|
69
284
|
__decorate([
|
|
70
285
|
(0, utils_1.SpeakeasyMetadata)(),
|
|
71
286
|
(0, class_transformer_1.Expose)({ name: "list_company_id" }),
|
|
72
|
-
__metadata("design:type",
|
|
287
|
+
__metadata("design:type", String)
|
|
73
288
|
], IntegrationSupport.prototype, "listCompanyId", void 0);
|
|
74
289
|
__decorate([
|
|
75
290
|
(0, utils_1.SpeakeasyMetadata)(),
|
|
76
291
|
(0, class_transformer_1.Expose)({ name: "list_contact_id" }),
|
|
77
|
-
__metadata("design:type",
|
|
292
|
+
__metadata("design:type", String)
|
|
78
293
|
], IntegrationSupport.prototype, "listContactId", void 0);
|
|
79
294
|
__decorate([
|
|
80
295
|
(0, utils_1.SpeakeasyMetadata)(),
|
|
81
296
|
(0, class_transformer_1.Expose)({ name: "list_customer_id" }),
|
|
82
|
-
__metadata("design:type",
|
|
297
|
+
__metadata("design:type", String)
|
|
83
298
|
], IntegrationSupport.prototype, "listCustomerId", void 0);
|
|
84
299
|
__decorate([
|
|
85
300
|
(0, utils_1.SpeakeasyMetadata)(),
|
|
86
301
|
(0, class_transformer_1.Expose)({ name: "list_deal_id" }),
|
|
87
|
-
__metadata("design:type",
|
|
302
|
+
__metadata("design:type", String)
|
|
88
303
|
], IntegrationSupport.prototype, "listDealId", void 0);
|
|
89
304
|
__decorate([
|
|
90
305
|
(0, utils_1.SpeakeasyMetadata)(),
|
|
91
306
|
(0, class_transformer_1.Expose)({ name: "list_interview_id" }),
|
|
92
|
-
__metadata("design:type",
|
|
307
|
+
__metadata("design:type", String)
|
|
93
308
|
], IntegrationSupport.prototype, "listInterviewId", void 0);
|
|
94
309
|
__decorate([
|
|
95
310
|
(0, utils_1.SpeakeasyMetadata)(),
|
|
96
311
|
(0, class_transformer_1.Expose)({ name: "list_invoice_id" }),
|
|
97
|
-
__metadata("design:type",
|
|
312
|
+
__metadata("design:type", String)
|
|
98
313
|
], IntegrationSupport.prototype, "listInvoiceId", void 0);
|
|
99
314
|
__decorate([
|
|
100
315
|
(0, utils_1.SpeakeasyMetadata)(),
|
|
101
316
|
(0, class_transformer_1.Expose)({ name: "list_item_id" }),
|
|
102
|
-
__metadata("design:type",
|
|
317
|
+
__metadata("design:type", String)
|
|
103
318
|
], IntegrationSupport.prototype, "listItemId", void 0);
|
|
104
319
|
__decorate([
|
|
105
320
|
(0, utils_1.SpeakeasyMetadata)(),
|
|
106
321
|
(0, class_transformer_1.Expose)({ name: "list_job_id" }),
|
|
107
|
-
__metadata("design:type",
|
|
322
|
+
__metadata("design:type", String)
|
|
108
323
|
], IntegrationSupport.prototype, "listJobId", void 0);
|
|
109
324
|
__decorate([
|
|
110
325
|
(0, utils_1.SpeakeasyMetadata)(),
|
|
111
326
|
(0, class_transformer_1.Expose)({ name: "list_limit" }),
|
|
112
|
-
__metadata("design:type",
|
|
327
|
+
__metadata("design:type", String)
|
|
113
328
|
], IntegrationSupport.prototype, "listLimit", void 0);
|
|
114
329
|
__decorate([
|
|
115
330
|
(0, utils_1.SpeakeasyMetadata)(),
|
|
116
331
|
(0, class_transformer_1.Expose)({ name: "list_link_id" }),
|
|
117
|
-
__metadata("design:type",
|
|
332
|
+
__metadata("design:type", String)
|
|
118
333
|
], IntegrationSupport.prototype, "listLinkId", void 0);
|
|
119
334
|
__decorate([
|
|
120
335
|
(0, utils_1.SpeakeasyMetadata)(),
|
|
121
336
|
(0, class_transformer_1.Expose)({ name: "list_list_id" }),
|
|
122
|
-
__metadata("design:type",
|
|
337
|
+
__metadata("design:type", String)
|
|
123
338
|
], IntegrationSupport.prototype, "listListId", void 0);
|
|
124
339
|
__decorate([
|
|
125
340
|
(0, utils_1.SpeakeasyMetadata)(),
|
|
126
341
|
(0, class_transformer_1.Expose)({ name: "list_location_id" }),
|
|
127
|
-
__metadata("design:type",
|
|
342
|
+
__metadata("design:type", String)
|
|
128
343
|
], IntegrationSupport.prototype, "listLocationId", void 0);
|
|
129
344
|
__decorate([
|
|
130
345
|
(0, utils_1.SpeakeasyMetadata)(),
|
|
131
346
|
(0, class_transformer_1.Expose)({ name: "list_offset" }),
|
|
132
|
-
__metadata("design:type",
|
|
347
|
+
__metadata("design:type", String)
|
|
133
348
|
], IntegrationSupport.prototype, "listOffset", void 0);
|
|
134
349
|
__decorate([
|
|
135
350
|
(0, utils_1.SpeakeasyMetadata)(),
|
|
136
351
|
(0, class_transformer_1.Expose)({ name: "list_order" }),
|
|
137
|
-
__metadata("design:type",
|
|
352
|
+
__metadata("design:type", String)
|
|
138
353
|
], IntegrationSupport.prototype, "listOrder", void 0);
|
|
139
354
|
__decorate([
|
|
140
355
|
(0, utils_1.SpeakeasyMetadata)(),
|
|
141
356
|
(0, class_transformer_1.Expose)({ name: "list_parent_id" }),
|
|
142
|
-
__metadata("design:type",
|
|
357
|
+
__metadata("design:type", String)
|
|
143
358
|
], IntegrationSupport.prototype, "listParentId", void 0);
|
|
144
359
|
__decorate([
|
|
145
360
|
(0, utils_1.SpeakeasyMetadata)(),
|
|
146
361
|
(0, class_transformer_1.Expose)({ name: "list_query" }),
|
|
147
|
-
__metadata("design:type",
|
|
362
|
+
__metadata("design:type", String)
|
|
148
363
|
], IntegrationSupport.prototype, "listQuery", void 0);
|
|
149
364
|
__decorate([
|
|
150
365
|
(0, utils_1.SpeakeasyMetadata)(),
|
|
151
366
|
(0, class_transformer_1.Expose)({ name: "list_sort_by_created_at" }),
|
|
152
|
-
__metadata("design:type",
|
|
367
|
+
__metadata("design:type", String)
|
|
153
368
|
], IntegrationSupport.prototype, "listSortByCreatedAt", void 0);
|
|
154
369
|
__decorate([
|
|
155
370
|
(0, utils_1.SpeakeasyMetadata)(),
|
|
156
371
|
(0, class_transformer_1.Expose)({ name: "list_sort_by_name" }),
|
|
157
|
-
__metadata("design:type",
|
|
372
|
+
__metadata("design:type", String)
|
|
158
373
|
], IntegrationSupport.prototype, "listSortByName", void 0);
|
|
159
374
|
__decorate([
|
|
160
375
|
(0, utils_1.SpeakeasyMetadata)(),
|
|
161
376
|
(0, class_transformer_1.Expose)({ name: "list_sort_by_updated_at" }),
|
|
162
|
-
__metadata("design:type",
|
|
377
|
+
__metadata("design:type", String)
|
|
163
378
|
], IntegrationSupport.prototype, "listSortByUpdatedAt", void 0);
|
|
164
379
|
__decorate([
|
|
165
380
|
(0, utils_1.SpeakeasyMetadata)(),
|
|
166
381
|
(0, class_transformer_1.Expose)({ name: "list_space_id" }),
|
|
167
|
-
__metadata("design:type",
|
|
382
|
+
__metadata("design:type", String)
|
|
168
383
|
], IntegrationSupport.prototype, "listSpaceId", void 0);
|
|
169
384
|
__decorate([
|
|
170
385
|
(0, utils_1.SpeakeasyMetadata)(),
|
|
171
386
|
(0, class_transformer_1.Expose)({ name: "list_ticket_id" }),
|
|
172
|
-
__metadata("design:type",
|
|
387
|
+
__metadata("design:type", String)
|
|
173
388
|
], IntegrationSupport.prototype, "listTicketId", void 0);
|
|
174
389
|
__decorate([
|
|
175
390
|
(0, utils_1.SpeakeasyMetadata)(),
|
|
176
391
|
(0, class_transformer_1.Expose)({ name: "list_type" }),
|
|
177
|
-
__metadata("design:type",
|
|
392
|
+
__metadata("design:type", String)
|
|
178
393
|
], IntegrationSupport.prototype, "listType", void 0);
|
|
179
394
|
__decorate([
|
|
180
395
|
(0, utils_1.SpeakeasyMetadata)(),
|
|
181
396
|
(0, class_transformer_1.Expose)({ name: "list_updated_gte" }),
|
|
182
|
-
__metadata("design:type",
|
|
397
|
+
__metadata("design:type", String)
|
|
183
398
|
], IntegrationSupport.prototype, "listUpdatedGte", void 0);
|
|
184
399
|
__decorate([
|
|
185
400
|
(0, utils_1.SpeakeasyMetadata)(),
|
|
186
401
|
(0, class_transformer_1.Expose)({ name: "list_user_id" }),
|
|
187
|
-
__metadata("design:type",
|
|
402
|
+
__metadata("design:type", String)
|
|
188
403
|
], IntegrationSupport.prototype, "listUserId", void 0);
|
|
189
404
|
__decorate([
|
|
190
405
|
(0, utils_1.SpeakeasyMetadata)(),
|
|
@@ -204,27 +419,27 @@ var IntegrationSupport = /** @class */ (function (_super) {
|
|
|
204
419
|
__decorate([
|
|
205
420
|
(0, utils_1.SpeakeasyMetadata)(),
|
|
206
421
|
(0, class_transformer_1.Expose)({ name: "search_domain" }),
|
|
207
|
-
__metadata("design:type",
|
|
422
|
+
__metadata("design:type", String)
|
|
208
423
|
], IntegrationSupport.prototype, "searchDomain", void 0);
|
|
209
424
|
__decorate([
|
|
210
425
|
(0, utils_1.SpeakeasyMetadata)(),
|
|
211
426
|
(0, class_transformer_1.Expose)({ name: "search_email" }),
|
|
212
|
-
__metadata("design:type",
|
|
427
|
+
__metadata("design:type", String)
|
|
213
428
|
], IntegrationSupport.prototype, "searchEmail", void 0);
|
|
214
429
|
__decorate([
|
|
215
430
|
(0, utils_1.SpeakeasyMetadata)(),
|
|
216
431
|
(0, class_transformer_1.Expose)({ name: "search_linkedinurl" }),
|
|
217
|
-
__metadata("design:type",
|
|
432
|
+
__metadata("design:type", String)
|
|
218
433
|
], IntegrationSupport.prototype, "searchLinkedinurl", void 0);
|
|
219
434
|
__decorate([
|
|
220
435
|
(0, utils_1.SpeakeasyMetadata)(),
|
|
221
436
|
(0, class_transformer_1.Expose)({ name: "search_name" }),
|
|
222
|
-
__metadata("design:type",
|
|
437
|
+
__metadata("design:type", String)
|
|
223
438
|
], IntegrationSupport.prototype, "searchName", void 0);
|
|
224
439
|
__decorate([
|
|
225
440
|
(0, utils_1.SpeakeasyMetadata)(),
|
|
226
441
|
(0, class_transformer_1.Expose)({ name: "search_twitter" }),
|
|
227
|
-
__metadata("design:type",
|
|
442
|
+
__metadata("design:type", String)
|
|
228
443
|
], IntegrationSupport.prototype, "searchTwitter", void 0);
|
|
229
444
|
__decorate([
|
|
230
445
|
(0, utils_1.SpeakeasyMetadata)(),
|
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.
|
|
96
|
-
this.genVersion = "2.338.
|
|
97
|
-
this.userAgent = "speakeasy-sdk/typescript 1.0.
|
|
95
|
+
this.sdkVersion = "1.0.34";
|
|
96
|
+
this.genVersion = "2.338.12";
|
|
97
|
+
this.userAgent = "speakeasy-sdk/typescript 1.0.34 2.338.12 1.0 @unified-api/typescript-sdk";
|
|
98
98
|
Object.assign(this, init);
|
|
99
99
|
}
|
|
100
100
|
return SDKConfiguration;
|
|
@@ -9,4 +9,4 @@
|
|
|
9
9
|
| `frequency` | [shared.Frequency](../../../sdk/models/shared/frequency.md) | :heavy_minus_sign: | N/A |
|
|
10
10
|
| `max` | *number* | :heavy_minus_sign: | N/A |
|
|
11
11
|
| `min` | *number* | :heavy_minus_sign: | N/A |
|
|
12
|
-
| `type` | [shared.AtsCompensationType](../../../sdk/models/shared/atscompensationtype.md) | :
|
|
12
|
+
| `type` | [shared.AtsCompensationType](../../../sdk/models/shared/atscompensationtype.md) | :heavy_minus_sign: | N/A |
|
|
@@ -5,42 +5,43 @@
|
|
|
5
5
|
|
|
6
6
|
| Field | Type | Required | Description |
|
|
7
7
|
| ----------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- |
|
|
8
|
+
| `fromWebhook` | [shared.FromWebhook](../../../sdk/models/shared/fromwebhook.md) | :heavy_minus_sign: | N/A |
|
|
8
9
|
| `inboundFields` | Record<string, *any*> | :heavy_minus_sign: | N/A |
|
|
9
|
-
| `listAccountId` |
|
|
10
|
-
| `listApplicationId` |
|
|
11
|
-
| `listCandidateId` |
|
|
12
|
-
| `listChannelId` |
|
|
13
|
-
| `listCollectionId` |
|
|
14
|
-
| `listCompanyId` |
|
|
15
|
-
| `listContactId` |
|
|
16
|
-
| `listCustomerId` |
|
|
17
|
-
| `listDealId` |
|
|
18
|
-
| `listInterviewId` |
|
|
19
|
-
| `listInvoiceId` |
|
|
20
|
-
| `listItemId` |
|
|
21
|
-
| `listJobId` |
|
|
22
|
-
| `listLimit` |
|
|
23
|
-
| `listLinkId` |
|
|
24
|
-
| `listListId` |
|
|
25
|
-
| `listLocationId` |
|
|
26
|
-
| `listOffset` |
|
|
27
|
-
| `listOrder` |
|
|
28
|
-
| `listParentId` |
|
|
29
|
-
| `listQuery` |
|
|
30
|
-
| `listSortByCreatedAt` |
|
|
31
|
-
| `listSortByName` |
|
|
32
|
-
| `listSortByUpdatedAt` |
|
|
33
|
-
| `listSpaceId` |
|
|
34
|
-
| `listTicketId` |
|
|
35
|
-
| `listType` |
|
|
36
|
-
| `listUpdatedGte` |
|
|
37
|
-
| `listUserId` |
|
|
10
|
+
| `listAccountId` | [shared.ListAccountId](../../../sdk/models/shared/listaccountid.md) | :heavy_minus_sign: | N/A |
|
|
11
|
+
| `listApplicationId` | [shared.ListApplicationId](../../../sdk/models/shared/listapplicationid.md) | :heavy_minus_sign: | N/A |
|
|
12
|
+
| `listCandidateId` | [shared.ListCandidateId](../../../sdk/models/shared/listcandidateid.md) | :heavy_minus_sign: | N/A |
|
|
13
|
+
| `listChannelId` | [shared.ListChannelId](../../../sdk/models/shared/listchannelid.md) | :heavy_minus_sign: | N/A |
|
|
14
|
+
| `listCollectionId` | [shared.ListCollectionId](../../../sdk/models/shared/listcollectionid.md) | :heavy_minus_sign: | N/A |
|
|
15
|
+
| `listCompanyId` | [shared.ListCompanyId](../../../sdk/models/shared/listcompanyid.md) | :heavy_minus_sign: | N/A |
|
|
16
|
+
| `listContactId` | [shared.ListContactId](../../../sdk/models/shared/listcontactid.md) | :heavy_minus_sign: | N/A |
|
|
17
|
+
| `listCustomerId` | [shared.ListCustomerId](../../../sdk/models/shared/listcustomerid.md) | :heavy_minus_sign: | N/A |
|
|
18
|
+
| `listDealId` | [shared.ListDealId](../../../sdk/models/shared/listdealid.md) | :heavy_minus_sign: | N/A |
|
|
19
|
+
| `listInterviewId` | [shared.ListInterviewId](../../../sdk/models/shared/listinterviewid.md) | :heavy_minus_sign: | N/A |
|
|
20
|
+
| `listInvoiceId` | [shared.ListInvoiceId](../../../sdk/models/shared/listinvoiceid.md) | :heavy_minus_sign: | N/A |
|
|
21
|
+
| `listItemId` | [shared.ListItemId](../../../sdk/models/shared/listitemid.md) | :heavy_minus_sign: | N/A |
|
|
22
|
+
| `listJobId` | [shared.ListJobId](../../../sdk/models/shared/listjobid.md) | :heavy_minus_sign: | N/A |
|
|
23
|
+
| `listLimit` | [shared.ListLimit](../../../sdk/models/shared/listlimit.md) | :heavy_minus_sign: | N/A |
|
|
24
|
+
| `listLinkId` | [shared.ListLinkId](../../../sdk/models/shared/listlinkid.md) | :heavy_minus_sign: | N/A |
|
|
25
|
+
| `listListId` | [shared.ListListId](../../../sdk/models/shared/listlistid.md) | :heavy_minus_sign: | N/A |
|
|
26
|
+
| `listLocationId` | [shared.ListLocationId](../../../sdk/models/shared/listlocationid.md) | :heavy_minus_sign: | N/A |
|
|
27
|
+
| `listOffset` | [shared.ListOffset](../../../sdk/models/shared/listoffset.md) | :heavy_minus_sign: | N/A |
|
|
28
|
+
| `listOrder` | [shared.ListOrder](../../../sdk/models/shared/listorder.md) | :heavy_minus_sign: | N/A |
|
|
29
|
+
| `listParentId` | [shared.ListParentId](../../../sdk/models/shared/listparentid.md) | :heavy_minus_sign: | N/A |
|
|
30
|
+
| `listQuery` | [shared.ListQuery](../../../sdk/models/shared/listquery.md) | :heavy_minus_sign: | N/A |
|
|
31
|
+
| `listSortByCreatedAt` | [shared.ListSortByCreatedAt](../../../sdk/models/shared/listsortbycreatedat.md) | :heavy_minus_sign: | N/A |
|
|
32
|
+
| `listSortByName` | [shared.ListSortByName](../../../sdk/models/shared/listsortbyname.md) | :heavy_minus_sign: | N/A |
|
|
33
|
+
| `listSortByUpdatedAt` | [shared.ListSortByUpdatedAt](../../../sdk/models/shared/listsortbyupdatedat.md) | :heavy_minus_sign: | N/A |
|
|
34
|
+
| `listSpaceId` | [shared.ListSpaceId](../../../sdk/models/shared/listspaceid.md) | :heavy_minus_sign: | N/A |
|
|
35
|
+
| `listTicketId` | [shared.ListTicketId](../../../sdk/models/shared/listticketid.md) | :heavy_minus_sign: | N/A |
|
|
36
|
+
| `listType` | [shared.ListType](../../../sdk/models/shared/listtype.md) | :heavy_minus_sign: | N/A |
|
|
37
|
+
| `listUpdatedGte` | [shared.ListUpdatedGte](../../../sdk/models/shared/listupdatedgte.md) | :heavy_minus_sign: | N/A |
|
|
38
|
+
| `listUserId` | [shared.ListUserId](../../../sdk/models/shared/listuserid.md) | :heavy_minus_sign: | N/A |
|
|
38
39
|
| `methods` | Record<string, *boolean*> | :heavy_minus_sign: | N/A |
|
|
39
40
|
| `outboundFields` | Record<string, *any*> | :heavy_minus_sign: | N/A |
|
|
40
41
|
| `rawObjects` | *string*[] | :heavy_minus_sign: | objects that we map from in the integration |
|
|
41
|
-
| `searchDomain` |
|
|
42
|
-
| `searchEmail` |
|
|
43
|
-
| `searchLinkedinurl` |
|
|
44
|
-
| `searchName` |
|
|
45
|
-
| `searchTwitter` |
|
|
42
|
+
| `searchDomain` | [shared.SearchDomain](../../../sdk/models/shared/searchdomain.md) | :heavy_minus_sign: | N/A |
|
|
43
|
+
| `searchEmail` | [shared.SearchEmail](../../../sdk/models/shared/searchemail.md) | :heavy_minus_sign: | N/A |
|
|
44
|
+
| `searchLinkedinurl` | [shared.SearchLinkedinurl](../../../sdk/models/shared/searchlinkedinurl.md) | :heavy_minus_sign: | N/A |
|
|
45
|
+
| `searchName` | [shared.SearchName](../../../sdk/models/shared/searchname.md) | :heavy_minus_sign: | N/A |
|
|
46
|
+
| `searchTwitter` | [shared.SearchTwitter](../../../sdk/models/shared/searchtwitter.md) | :heavy_minus_sign: | N/A |
|
|
46
47
|
| `webhookEvents` | [shared.PropertyIntegrationSupportWebhookEvents](../../../sdk/models/shared/propertyintegrationsupportwebhookevents.md) | :heavy_minus_sign: | N/A |
|