@unified-api/typescript-sdk 2.78.1 → 2.80.0
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/README.md +1 -1
- package/examples/package-lock.json +1 -1
- package/jsr.json +1 -1
- package/lib/config.d.ts +3 -3
- package/lib/config.js +3 -3
- package/package.json +1 -1
- package/sdk/models/shared/calendareventrecurrence.d.ts +7 -2
- package/sdk/models/shared/calendareventrecurrence.d.ts.map +1 -1
- package/sdk/models/shared/calendareventrecurrence.js +6 -2
- package/sdk/models/shared/calendareventrecurrence.js.map +1 -1
- package/sdk/models/shared/index.d.ts +5 -0
- package/sdk/models/shared/index.d.ts.map +1 -1
- package/sdk/models/shared/index.js +5 -0
- package/sdk/models/shared/index.js.map +1 -1
- package/sdk/models/shared/integration.d.ts +3 -2
- package/sdk/models/shared/integration.d.ts.map +1 -1
- package/sdk/models/shared/integration.js +3 -2
- package/sdk/models/shared/integration.js.map +1 -1
- package/sdk/models/shared/integrationsupport.d.ts +2410 -0
- package/sdk/models/shared/integrationsupport.d.ts.map +1 -0
- package/sdk/models/shared/integrationsupport.js +3440 -0
- package/sdk/models/shared/integrationsupport.js.map +1 -0
- package/sdk/models/shared/kmspagemetadata.d.ts +5 -0
- package/sdk/models/shared/kmspagemetadata.d.ts.map +1 -1
- package/sdk/models/shared/kmspagemetadata.js +5 -0
- package/sdk/models/shared/kmspagemetadata.js.map +1 -1
- package/sdk/models/shared/propertyintegrationsupportwebhookevents.d.ts +36 -0
- package/sdk/models/shared/propertyintegrationsupportwebhookevents.d.ts.map +1 -0
- package/sdk/models/shared/propertyintegrationsupportwebhookevents.js +79 -0
- package/sdk/models/shared/propertyintegrationsupportwebhookevents.js.map +1 -0
- package/sdk/models/shared/propertyintegrationsupportwebhookeventscreated.d.ts +22 -0
- package/sdk/models/shared/propertyintegrationsupportwebhookeventscreated.d.ts.map +1 -0
- package/sdk/models/shared/propertyintegrationsupportwebhookeventscreated.js +68 -0
- package/sdk/models/shared/propertyintegrationsupportwebhookeventscreated.js.map +1 -0
- package/sdk/models/shared/propertyintegrationsupportwebhookeventsdeleted.d.ts +22 -0
- package/sdk/models/shared/propertyintegrationsupportwebhookeventsdeleted.d.ts.map +1 -0
- package/sdk/models/shared/propertyintegrationsupportwebhookeventsdeleted.js +68 -0
- package/sdk/models/shared/propertyintegrationsupportwebhookeventsdeleted.js.map +1 -0
- package/sdk/models/shared/propertyintegrationsupportwebhookeventsupdated.d.ts +22 -0
- package/sdk/models/shared/propertyintegrationsupportwebhookeventsupdated.d.ts.map +1 -0
- package/sdk/models/shared/propertyintegrationsupportwebhookeventsupdated.js +68 -0
- package/sdk/models/shared/propertyintegrationsupportwebhookeventsupdated.js.map +1 -0
- package/sdk/models/shared/webhook.d.ts +2 -2
- package/sdk/models/shared/webhook.d.ts.map +1 -1
- package/sdk/models/shared/webhook.js +2 -2
- package/sdk/models/shared/webhook.js.map +1 -1
- package/src/lib/config.ts +3 -3
- package/src/sdk/models/shared/calendareventrecurrence.ts +13 -4
- package/src/sdk/models/shared/index.ts +5 -0
- package/src/sdk/models/shared/integration.ts +10 -4
- package/src/sdk/models/shared/integrationsupport.ts +4969 -0
- package/src/sdk/models/shared/kmspagemetadata.ts +5 -0
- package/src/sdk/models/shared/propertyintegrationsupportwebhookevents.ts +109 -0
- package/src/sdk/models/shared/propertyintegrationsupportwebhookeventscreated.ts +54 -0
- package/src/sdk/models/shared/propertyintegrationsupportwebhookeventsdeleted.ts +54 -0
- package/src/sdk/models/shared/propertyintegrationsupportwebhookeventsupdated.ts +54 -0
- package/src/sdk/models/shared/webhook.ts +4 -4
|
@@ -0,0 +1,3440 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
22
|
+
var ownKeys = function(o) {
|
|
23
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
+
var ar = [];
|
|
25
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
+
return ar;
|
|
27
|
+
};
|
|
28
|
+
return ownKeys(o);
|
|
29
|
+
};
|
|
30
|
+
return function (mod) {
|
|
31
|
+
if (mod && mod.__esModule) return mod;
|
|
32
|
+
var result = {};
|
|
33
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
+
__setModuleDefault(result, mod);
|
|
35
|
+
return result;
|
|
36
|
+
};
|
|
37
|
+
})();
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
exports.ListSpaceId = exports.ListSortByUpdatedAt = exports.ListSortByName = exports.ListSortByCreatedAt = exports.ListRootId = exports.ListRepoId = exports.ListRawFields = exports.ListQuery = exports.ListProjectId = exports.ListPipelineId = exports.ListPaymentId = exports.ListParentId = exports.ListPageId = exports.ListPackageId = exports.ListOrgId = exports.ListOrder = exports.ListOffset = exports.ListLocationId = exports.ListListId = exports.ListLinkId = exports.ListLimit = exports.ListLeadId = exports.ListJobId = exports.ListItemVariantId = exports.ListItemId = exports.ListInvoiceId = exports.ListInterviewId = exports.ListInstructorId = exports.ListExpandRecurringEvents = exports.ListExpand = exports.ListEventId = exports.ListEndLt = exports.ListEndLe = exports.ListDocumentId = exports.ListDealId = exports.ListCustomerId = exports.ListCourseId = exports.ListContactId = exports.ListCompanyId = exports.ListCollectionId = exports.ListClassId = exports.ListChannelId = exports.ListCategoryId = exports.ListCandidateId = exports.ListCallId = exports.ListCalendarId = exports.ListBranchId = exports.ListApplicationId = exports.ListAccountId = exports.FromWebhook = void 0;
|
|
40
|
+
exports.VirtualWebhookSpaceId = exports.VirtualWebhookRepoId = exports.VirtualWebhookProjectId = exports.VirtualWebhookPipelineId = exports.VirtualWebhookParentId = exports.VirtualWebhookPageId = exports.VirtualWebhookOrgId = exports.VirtualWebhookLocationId = exports.VirtualWebhookListId = exports.VirtualWebhookLimit = exports.VirtualWebhookJobId = exports.VirtualWebhookItemVariantId = exports.VirtualWebhookItemId = exports.VirtualWebhookFields = exports.VirtualWebhookExpand = exports.VirtualWebhookEventId = exports.VirtualWebhookEndLt = exports.VirtualWebhookEndLe = exports.VirtualWebhookDealId = exports.VirtualWebhookCustomerId = exports.VirtualWebhookContactId = exports.VirtualWebhookCompanyId = exports.VirtualWebhookCollectionId = exports.VirtualWebhookChannelId = exports.VirtualWebhookCandidateId = exports.VirtualWebhookCallId = exports.VirtualWebhookCalendarId = exports.VirtualWebhookBranchId = exports.VirtualWebhookApplicationId = exports.SearchTwitter = exports.SearchName = exports.SearchLinkedinurl = exports.SearchEmail = exports.SearchDomain = exports.NativeWebhookTaskId = exports.NativeWebhookProjectId = exports.NativeWebhookParentId = exports.NativeWebhookEventId = exports.NativeWebhookCompanyId = exports.NativeWebhookChannelId = exports.NativeWebhookCalendarId = exports.ListUserId = exports.ListUpdatedGte = exports.ListType = exports.ListTicketId = exports.ListTeacherId = exports.ListTaskId = exports.ListStudentId = exports.ListStatus = exports.ListStartGte = void 0;
|
|
41
|
+
exports.ListCustomerId$inboundSchema = exports.ListCourseId$ = exports.ListCourseId$outboundSchema = exports.ListCourseId$inboundSchema = exports.ListContactId$ = exports.ListContactId$outboundSchema = exports.ListContactId$inboundSchema = exports.ListCompanyId$ = exports.ListCompanyId$outboundSchema = exports.ListCompanyId$inboundSchema = exports.ListCollectionId$ = exports.ListCollectionId$outboundSchema = exports.ListCollectionId$inboundSchema = exports.ListClassId$ = exports.ListClassId$outboundSchema = exports.ListClassId$inboundSchema = exports.ListChannelId$ = exports.ListChannelId$outboundSchema = exports.ListChannelId$inboundSchema = exports.ListCategoryId$ = exports.ListCategoryId$outboundSchema = exports.ListCategoryId$inboundSchema = exports.ListCandidateId$ = exports.ListCandidateId$outboundSchema = exports.ListCandidateId$inboundSchema = exports.ListCallId$ = exports.ListCallId$outboundSchema = exports.ListCallId$inboundSchema = exports.ListCalendarId$ = exports.ListCalendarId$outboundSchema = exports.ListCalendarId$inboundSchema = exports.ListBranchId$ = exports.ListBranchId$outboundSchema = exports.ListBranchId$inboundSchema = exports.ListApplicationId$ = exports.ListApplicationId$outboundSchema = exports.ListApplicationId$inboundSchema = exports.ListAccountId$ = exports.ListAccountId$outboundSchema = exports.ListAccountId$inboundSchema = exports.FromWebhook$ = exports.FromWebhook$outboundSchema = exports.FromWebhook$inboundSchema = exports.VirtualWebhookUserId = exports.VirtualWebhookUpdatedGte = exports.VirtualWebhookType = exports.VirtualWebhookTicketId = exports.VirtualWebhookTaskId = exports.VirtualWebhookStatus = exports.VirtualWebhookStartGte = void 0;
|
|
42
|
+
exports.ListLinkId$ = exports.ListLinkId$outboundSchema = exports.ListLinkId$inboundSchema = exports.ListLimit$ = exports.ListLimit$outboundSchema = exports.ListLimit$inboundSchema = exports.ListLeadId$ = exports.ListLeadId$outboundSchema = exports.ListLeadId$inboundSchema = exports.ListJobId$ = exports.ListJobId$outboundSchema = exports.ListJobId$inboundSchema = exports.ListItemVariantId$ = exports.ListItemVariantId$outboundSchema = exports.ListItemVariantId$inboundSchema = exports.ListItemId$ = exports.ListItemId$outboundSchema = exports.ListItemId$inboundSchema = exports.ListInvoiceId$ = exports.ListInvoiceId$outboundSchema = exports.ListInvoiceId$inboundSchema = exports.ListInterviewId$ = exports.ListInterviewId$outboundSchema = exports.ListInterviewId$inboundSchema = exports.ListInstructorId$ = exports.ListInstructorId$outboundSchema = exports.ListInstructorId$inboundSchema = exports.ListExpandRecurringEvents$ = exports.ListExpandRecurringEvents$outboundSchema = exports.ListExpandRecurringEvents$inboundSchema = exports.ListExpand$ = exports.ListExpand$outboundSchema = exports.ListExpand$inboundSchema = exports.ListEventId$ = exports.ListEventId$outboundSchema = exports.ListEventId$inboundSchema = exports.ListEndLt$ = exports.ListEndLt$outboundSchema = exports.ListEndLt$inboundSchema = exports.ListEndLe$ = exports.ListEndLe$outboundSchema = exports.ListEndLe$inboundSchema = exports.ListDocumentId$ = exports.ListDocumentId$outboundSchema = exports.ListDocumentId$inboundSchema = exports.ListDealId$ = exports.ListDealId$outboundSchema = exports.ListDealId$inboundSchema = exports.ListCustomerId$ = exports.ListCustomerId$outboundSchema = void 0;
|
|
43
|
+
exports.ListSortByName$outboundSchema = exports.ListSortByName$inboundSchema = exports.ListSortByCreatedAt$ = exports.ListSortByCreatedAt$outboundSchema = exports.ListSortByCreatedAt$inboundSchema = exports.ListRootId$ = exports.ListRootId$outboundSchema = exports.ListRootId$inboundSchema = exports.ListRepoId$ = exports.ListRepoId$outboundSchema = exports.ListRepoId$inboundSchema = exports.ListRawFields$ = exports.ListRawFields$outboundSchema = exports.ListRawFields$inboundSchema = exports.ListQuery$ = exports.ListQuery$outboundSchema = exports.ListQuery$inboundSchema = exports.ListProjectId$ = exports.ListProjectId$outboundSchema = exports.ListProjectId$inboundSchema = exports.ListPipelineId$ = exports.ListPipelineId$outboundSchema = exports.ListPipelineId$inboundSchema = exports.ListPaymentId$ = exports.ListPaymentId$outboundSchema = exports.ListPaymentId$inboundSchema = exports.ListParentId$ = exports.ListParentId$outboundSchema = exports.ListParentId$inboundSchema = exports.ListPageId$ = exports.ListPageId$outboundSchema = exports.ListPageId$inboundSchema = exports.ListPackageId$ = exports.ListPackageId$outboundSchema = exports.ListPackageId$inboundSchema = exports.ListOrgId$ = exports.ListOrgId$outboundSchema = exports.ListOrgId$inboundSchema = exports.ListOrder$ = exports.ListOrder$outboundSchema = exports.ListOrder$inboundSchema = exports.ListOffset$ = exports.ListOffset$outboundSchema = exports.ListOffset$inboundSchema = exports.ListLocationId$ = exports.ListLocationId$outboundSchema = exports.ListLocationId$inboundSchema = exports.ListListId$ = exports.ListListId$outboundSchema = exports.ListListId$inboundSchema = void 0;
|
|
44
|
+
exports.NativeWebhookProjectId$inboundSchema = exports.NativeWebhookParentId$ = exports.NativeWebhookParentId$outboundSchema = exports.NativeWebhookParentId$inboundSchema = exports.NativeWebhookEventId$ = exports.NativeWebhookEventId$outboundSchema = exports.NativeWebhookEventId$inboundSchema = exports.NativeWebhookCompanyId$ = exports.NativeWebhookCompanyId$outboundSchema = exports.NativeWebhookCompanyId$inboundSchema = exports.NativeWebhookChannelId$ = exports.NativeWebhookChannelId$outboundSchema = exports.NativeWebhookChannelId$inboundSchema = exports.NativeWebhookCalendarId$ = exports.NativeWebhookCalendarId$outboundSchema = exports.NativeWebhookCalendarId$inboundSchema = exports.ListUserId$ = exports.ListUserId$outboundSchema = exports.ListUserId$inboundSchema = exports.ListUpdatedGte$ = exports.ListUpdatedGte$outboundSchema = exports.ListUpdatedGte$inboundSchema = exports.ListType$ = exports.ListType$outboundSchema = exports.ListType$inboundSchema = exports.ListTicketId$ = exports.ListTicketId$outboundSchema = exports.ListTicketId$inboundSchema = exports.ListTeacherId$ = exports.ListTeacherId$outboundSchema = exports.ListTeacherId$inboundSchema = exports.ListTaskId$ = exports.ListTaskId$outboundSchema = exports.ListTaskId$inboundSchema = exports.ListStudentId$ = exports.ListStudentId$outboundSchema = exports.ListStudentId$inboundSchema = exports.ListStatus$ = exports.ListStatus$outboundSchema = exports.ListStatus$inboundSchema = exports.ListStartGte$ = exports.ListStartGte$outboundSchema = exports.ListStartGte$inboundSchema = exports.ListSpaceId$ = exports.ListSpaceId$outboundSchema = exports.ListSpaceId$inboundSchema = exports.ListSortByUpdatedAt$ = exports.ListSortByUpdatedAt$outboundSchema = exports.ListSortByUpdatedAt$inboundSchema = exports.ListSortByName$ = void 0;
|
|
45
|
+
exports.VirtualWebhookCustomerId$ = exports.VirtualWebhookCustomerId$outboundSchema = exports.VirtualWebhookCustomerId$inboundSchema = exports.VirtualWebhookContactId$ = exports.VirtualWebhookContactId$outboundSchema = exports.VirtualWebhookContactId$inboundSchema = exports.VirtualWebhookCompanyId$ = exports.VirtualWebhookCompanyId$outboundSchema = exports.VirtualWebhookCompanyId$inboundSchema = exports.VirtualWebhookCollectionId$ = exports.VirtualWebhookCollectionId$outboundSchema = exports.VirtualWebhookCollectionId$inboundSchema = exports.VirtualWebhookChannelId$ = exports.VirtualWebhookChannelId$outboundSchema = exports.VirtualWebhookChannelId$inboundSchema = exports.VirtualWebhookCandidateId$ = exports.VirtualWebhookCandidateId$outboundSchema = exports.VirtualWebhookCandidateId$inboundSchema = exports.VirtualWebhookCallId$ = exports.VirtualWebhookCallId$outboundSchema = exports.VirtualWebhookCallId$inboundSchema = exports.VirtualWebhookCalendarId$ = exports.VirtualWebhookCalendarId$outboundSchema = exports.VirtualWebhookCalendarId$inboundSchema = exports.VirtualWebhookBranchId$ = exports.VirtualWebhookBranchId$outboundSchema = exports.VirtualWebhookBranchId$inboundSchema = exports.VirtualWebhookApplicationId$ = exports.VirtualWebhookApplicationId$outboundSchema = exports.VirtualWebhookApplicationId$inboundSchema = exports.SearchTwitter$ = exports.SearchTwitter$outboundSchema = exports.SearchTwitter$inboundSchema = exports.SearchName$ = exports.SearchName$outboundSchema = exports.SearchName$inboundSchema = exports.SearchLinkedinurl$ = exports.SearchLinkedinurl$outboundSchema = exports.SearchLinkedinurl$inboundSchema = exports.SearchEmail$ = exports.SearchEmail$outboundSchema = exports.SearchEmail$inboundSchema = exports.SearchDomain$ = exports.SearchDomain$outboundSchema = exports.SearchDomain$inboundSchema = exports.NativeWebhookTaskId$ = exports.NativeWebhookTaskId$outboundSchema = exports.NativeWebhookTaskId$inboundSchema = exports.NativeWebhookProjectId$ = exports.NativeWebhookProjectId$outboundSchema = void 0;
|
|
46
|
+
exports.VirtualWebhookProjectId$outboundSchema = exports.VirtualWebhookProjectId$inboundSchema = exports.VirtualWebhookPipelineId$ = exports.VirtualWebhookPipelineId$outboundSchema = exports.VirtualWebhookPipelineId$inboundSchema = exports.VirtualWebhookParentId$ = exports.VirtualWebhookParentId$outboundSchema = exports.VirtualWebhookParentId$inboundSchema = exports.VirtualWebhookPageId$ = exports.VirtualWebhookPageId$outboundSchema = exports.VirtualWebhookPageId$inboundSchema = exports.VirtualWebhookOrgId$ = exports.VirtualWebhookOrgId$outboundSchema = exports.VirtualWebhookOrgId$inboundSchema = exports.VirtualWebhookLocationId$ = exports.VirtualWebhookLocationId$outboundSchema = exports.VirtualWebhookLocationId$inboundSchema = exports.VirtualWebhookListId$ = exports.VirtualWebhookListId$outboundSchema = exports.VirtualWebhookListId$inboundSchema = exports.VirtualWebhookLimit$ = exports.VirtualWebhookLimit$outboundSchema = exports.VirtualWebhookLimit$inboundSchema = exports.VirtualWebhookJobId$ = exports.VirtualWebhookJobId$outboundSchema = exports.VirtualWebhookJobId$inboundSchema = exports.VirtualWebhookItemVariantId$ = exports.VirtualWebhookItemVariantId$outboundSchema = exports.VirtualWebhookItemVariantId$inboundSchema = exports.VirtualWebhookItemId$ = exports.VirtualWebhookItemId$outboundSchema = exports.VirtualWebhookItemId$inboundSchema = exports.VirtualWebhookFields$ = exports.VirtualWebhookFields$outboundSchema = exports.VirtualWebhookFields$inboundSchema = exports.VirtualWebhookExpand$ = exports.VirtualWebhookExpand$outboundSchema = exports.VirtualWebhookExpand$inboundSchema = exports.VirtualWebhookEventId$ = exports.VirtualWebhookEventId$outboundSchema = exports.VirtualWebhookEventId$inboundSchema = exports.VirtualWebhookEndLt$ = exports.VirtualWebhookEndLt$outboundSchema = exports.VirtualWebhookEndLt$inboundSchema = exports.VirtualWebhookEndLe$ = exports.VirtualWebhookEndLe$outboundSchema = exports.VirtualWebhookEndLe$inboundSchema = exports.VirtualWebhookDealId$ = exports.VirtualWebhookDealId$outboundSchema = exports.VirtualWebhookDealId$inboundSchema = void 0;
|
|
47
|
+
exports.IntegrationSupport$ = exports.IntegrationSupport$outboundSchema = exports.IntegrationSupport$inboundSchema = exports.VirtualWebhookUserId$ = exports.VirtualWebhookUserId$outboundSchema = exports.VirtualWebhookUserId$inboundSchema = exports.VirtualWebhookUpdatedGte$ = exports.VirtualWebhookUpdatedGte$outboundSchema = exports.VirtualWebhookUpdatedGte$inboundSchema = exports.VirtualWebhookType$ = exports.VirtualWebhookType$outboundSchema = exports.VirtualWebhookType$inboundSchema = exports.VirtualWebhookTicketId$ = exports.VirtualWebhookTicketId$outboundSchema = exports.VirtualWebhookTicketId$inboundSchema = exports.VirtualWebhookTaskId$ = exports.VirtualWebhookTaskId$outboundSchema = exports.VirtualWebhookTaskId$inboundSchema = exports.VirtualWebhookStatus$ = exports.VirtualWebhookStatus$outboundSchema = exports.VirtualWebhookStatus$inboundSchema = exports.VirtualWebhookStartGte$ = exports.VirtualWebhookStartGte$outboundSchema = exports.VirtualWebhookStartGte$inboundSchema = exports.VirtualWebhookSpaceId$ = exports.VirtualWebhookSpaceId$outboundSchema = exports.VirtualWebhookSpaceId$inboundSchema = exports.VirtualWebhookRepoId$ = exports.VirtualWebhookRepoId$outboundSchema = exports.VirtualWebhookRepoId$inboundSchema = exports.VirtualWebhookProjectId$ = void 0;
|
|
48
|
+
exports.integrationSupportToJSON = integrationSupportToJSON;
|
|
49
|
+
exports.integrationSupportFromJSON = integrationSupportFromJSON;
|
|
50
|
+
const z = __importStar(require("zod/v3"));
|
|
51
|
+
const primitives_js_1 = require("../../../lib/primitives.js");
|
|
52
|
+
const schemas_js_1 = require("../../../lib/schemas.js");
|
|
53
|
+
const enums_js_1 = require("../../types/enums.js");
|
|
54
|
+
const propertyintegrationsupportwebhookevents_js_1 = require("./propertyintegrationsupportwebhookevents.js");
|
|
55
|
+
exports.FromWebhook = {
|
|
56
|
+
SupportedRequired: "supported-required",
|
|
57
|
+
Supported: "supported",
|
|
58
|
+
NotSupported: "not-supported",
|
|
59
|
+
};
|
|
60
|
+
exports.ListAccountId = {
|
|
61
|
+
SupportedRequired: "supported-required",
|
|
62
|
+
Supported: "supported",
|
|
63
|
+
NotSupported: "not-supported",
|
|
64
|
+
};
|
|
65
|
+
exports.ListApplicationId = {
|
|
66
|
+
SupportedRequired: "supported-required",
|
|
67
|
+
Supported: "supported",
|
|
68
|
+
NotSupported: "not-supported",
|
|
69
|
+
};
|
|
70
|
+
exports.ListBranchId = {
|
|
71
|
+
SupportedRequired: "supported-required",
|
|
72
|
+
Supported: "supported",
|
|
73
|
+
NotSupported: "not-supported",
|
|
74
|
+
};
|
|
75
|
+
exports.ListCalendarId = {
|
|
76
|
+
SupportedRequired: "supported-required",
|
|
77
|
+
Supported: "supported",
|
|
78
|
+
NotSupported: "not-supported",
|
|
79
|
+
};
|
|
80
|
+
exports.ListCallId = {
|
|
81
|
+
SupportedRequired: "supported-required",
|
|
82
|
+
Supported: "supported",
|
|
83
|
+
NotSupported: "not-supported",
|
|
84
|
+
};
|
|
85
|
+
exports.ListCandidateId = {
|
|
86
|
+
SupportedRequired: "supported-required",
|
|
87
|
+
Supported: "supported",
|
|
88
|
+
NotSupported: "not-supported",
|
|
89
|
+
};
|
|
90
|
+
exports.ListCategoryId = {
|
|
91
|
+
SupportedRequired: "supported-required",
|
|
92
|
+
Supported: "supported",
|
|
93
|
+
NotSupported: "not-supported",
|
|
94
|
+
};
|
|
95
|
+
exports.ListChannelId = {
|
|
96
|
+
SupportedRequired: "supported-required",
|
|
97
|
+
Supported: "supported",
|
|
98
|
+
NotSupported: "not-supported",
|
|
99
|
+
};
|
|
100
|
+
exports.ListClassId = {
|
|
101
|
+
SupportedRequired: "supported-required",
|
|
102
|
+
Supported: "supported",
|
|
103
|
+
NotSupported: "not-supported",
|
|
104
|
+
};
|
|
105
|
+
exports.ListCollectionId = {
|
|
106
|
+
SupportedRequired: "supported-required",
|
|
107
|
+
Supported: "supported",
|
|
108
|
+
NotSupported: "not-supported",
|
|
109
|
+
};
|
|
110
|
+
exports.ListCompanyId = {
|
|
111
|
+
SupportedRequired: "supported-required",
|
|
112
|
+
Supported: "supported",
|
|
113
|
+
NotSupported: "not-supported",
|
|
114
|
+
};
|
|
115
|
+
exports.ListContactId = {
|
|
116
|
+
SupportedRequired: "supported-required",
|
|
117
|
+
Supported: "supported",
|
|
118
|
+
NotSupported: "not-supported",
|
|
119
|
+
};
|
|
120
|
+
exports.ListCourseId = {
|
|
121
|
+
SupportedRequired: "supported-required",
|
|
122
|
+
Supported: "supported",
|
|
123
|
+
NotSupported: "not-supported",
|
|
124
|
+
};
|
|
125
|
+
exports.ListCustomerId = {
|
|
126
|
+
SupportedRequired: "supported-required",
|
|
127
|
+
Supported: "supported",
|
|
128
|
+
NotSupported: "not-supported",
|
|
129
|
+
};
|
|
130
|
+
exports.ListDealId = {
|
|
131
|
+
SupportedRequired: "supported-required",
|
|
132
|
+
Supported: "supported",
|
|
133
|
+
NotSupported: "not-supported",
|
|
134
|
+
};
|
|
135
|
+
exports.ListDocumentId = {
|
|
136
|
+
SupportedRequired: "supported-required",
|
|
137
|
+
Supported: "supported",
|
|
138
|
+
NotSupported: "not-supported",
|
|
139
|
+
};
|
|
140
|
+
exports.ListEndLe = {
|
|
141
|
+
SupportedRequired: "supported-required",
|
|
142
|
+
Supported: "supported",
|
|
143
|
+
NotSupported: "not-supported",
|
|
144
|
+
};
|
|
145
|
+
exports.ListEndLt = {
|
|
146
|
+
SupportedRequired: "supported-required",
|
|
147
|
+
Supported: "supported",
|
|
148
|
+
NotSupported: "not-supported",
|
|
149
|
+
};
|
|
150
|
+
exports.ListEventId = {
|
|
151
|
+
SupportedRequired: "supported-required",
|
|
152
|
+
Supported: "supported",
|
|
153
|
+
NotSupported: "not-supported",
|
|
154
|
+
};
|
|
155
|
+
exports.ListExpand = {
|
|
156
|
+
SupportedRequired: "supported-required",
|
|
157
|
+
Supported: "supported",
|
|
158
|
+
NotSupported: "not-supported",
|
|
159
|
+
};
|
|
160
|
+
exports.ListExpandRecurringEvents = {
|
|
161
|
+
SupportedRequired: "supported-required",
|
|
162
|
+
Supported: "supported",
|
|
163
|
+
NotSupported: "not-supported",
|
|
164
|
+
};
|
|
165
|
+
exports.ListInstructorId = {
|
|
166
|
+
SupportedRequired: "supported-required",
|
|
167
|
+
Supported: "supported",
|
|
168
|
+
NotSupported: "not-supported",
|
|
169
|
+
};
|
|
170
|
+
exports.ListInterviewId = {
|
|
171
|
+
SupportedRequired: "supported-required",
|
|
172
|
+
Supported: "supported",
|
|
173
|
+
NotSupported: "not-supported",
|
|
174
|
+
};
|
|
175
|
+
exports.ListInvoiceId = {
|
|
176
|
+
SupportedRequired: "supported-required",
|
|
177
|
+
Supported: "supported",
|
|
178
|
+
NotSupported: "not-supported",
|
|
179
|
+
};
|
|
180
|
+
exports.ListItemId = {
|
|
181
|
+
SupportedRequired: "supported-required",
|
|
182
|
+
Supported: "supported",
|
|
183
|
+
NotSupported: "not-supported",
|
|
184
|
+
};
|
|
185
|
+
exports.ListItemVariantId = {
|
|
186
|
+
SupportedRequired: "supported-required",
|
|
187
|
+
Supported: "supported",
|
|
188
|
+
NotSupported: "not-supported",
|
|
189
|
+
};
|
|
190
|
+
exports.ListJobId = {
|
|
191
|
+
SupportedRequired: "supported-required",
|
|
192
|
+
Supported: "supported",
|
|
193
|
+
NotSupported: "not-supported",
|
|
194
|
+
};
|
|
195
|
+
exports.ListLeadId = {
|
|
196
|
+
SupportedRequired: "supported-required",
|
|
197
|
+
Supported: "supported",
|
|
198
|
+
NotSupported: "not-supported",
|
|
199
|
+
};
|
|
200
|
+
exports.ListLimit = {
|
|
201
|
+
SupportedRequired: "supported-required",
|
|
202
|
+
Supported: "supported",
|
|
203
|
+
NotSupported: "not-supported",
|
|
204
|
+
};
|
|
205
|
+
exports.ListLinkId = {
|
|
206
|
+
SupportedRequired: "supported-required",
|
|
207
|
+
Supported: "supported",
|
|
208
|
+
NotSupported: "not-supported",
|
|
209
|
+
};
|
|
210
|
+
exports.ListListId = {
|
|
211
|
+
SupportedRequired: "supported-required",
|
|
212
|
+
Supported: "supported",
|
|
213
|
+
NotSupported: "not-supported",
|
|
214
|
+
};
|
|
215
|
+
exports.ListLocationId = {
|
|
216
|
+
SupportedRequired: "supported-required",
|
|
217
|
+
Supported: "supported",
|
|
218
|
+
NotSupported: "not-supported",
|
|
219
|
+
};
|
|
220
|
+
exports.ListOffset = {
|
|
221
|
+
SupportedRequired: "supported-required",
|
|
222
|
+
Supported: "supported",
|
|
223
|
+
NotSupported: "not-supported",
|
|
224
|
+
};
|
|
225
|
+
exports.ListOrder = {
|
|
226
|
+
SupportedRequired: "supported-required",
|
|
227
|
+
Supported: "supported",
|
|
228
|
+
NotSupported: "not-supported",
|
|
229
|
+
};
|
|
230
|
+
exports.ListOrgId = {
|
|
231
|
+
SupportedRequired: "supported-required",
|
|
232
|
+
Supported: "supported",
|
|
233
|
+
NotSupported: "not-supported",
|
|
234
|
+
};
|
|
235
|
+
exports.ListPackageId = {
|
|
236
|
+
SupportedRequired: "supported-required",
|
|
237
|
+
Supported: "supported",
|
|
238
|
+
NotSupported: "not-supported",
|
|
239
|
+
};
|
|
240
|
+
exports.ListPageId = {
|
|
241
|
+
SupportedRequired: "supported-required",
|
|
242
|
+
Supported: "supported",
|
|
243
|
+
NotSupported: "not-supported",
|
|
244
|
+
};
|
|
245
|
+
exports.ListParentId = {
|
|
246
|
+
SupportedRequired: "supported-required",
|
|
247
|
+
Supported: "supported",
|
|
248
|
+
NotSupported: "not-supported",
|
|
249
|
+
};
|
|
250
|
+
exports.ListPaymentId = {
|
|
251
|
+
SupportedRequired: "supported-required",
|
|
252
|
+
Supported: "supported",
|
|
253
|
+
NotSupported: "not-supported",
|
|
254
|
+
};
|
|
255
|
+
exports.ListPipelineId = {
|
|
256
|
+
SupportedRequired: "supported-required",
|
|
257
|
+
Supported: "supported",
|
|
258
|
+
NotSupported: "not-supported",
|
|
259
|
+
};
|
|
260
|
+
exports.ListProjectId = {
|
|
261
|
+
SupportedRequired: "supported-required",
|
|
262
|
+
Supported: "supported",
|
|
263
|
+
NotSupported: "not-supported",
|
|
264
|
+
};
|
|
265
|
+
exports.ListQuery = {
|
|
266
|
+
SupportedRequired: "supported-required",
|
|
267
|
+
Supported: "supported",
|
|
268
|
+
NotSupported: "not-supported",
|
|
269
|
+
};
|
|
270
|
+
exports.ListRawFields = {
|
|
271
|
+
SupportedRequired: "supported-required",
|
|
272
|
+
Supported: "supported",
|
|
273
|
+
NotSupported: "not-supported",
|
|
274
|
+
};
|
|
275
|
+
exports.ListRepoId = {
|
|
276
|
+
SupportedRequired: "supported-required",
|
|
277
|
+
Supported: "supported",
|
|
278
|
+
NotSupported: "not-supported",
|
|
279
|
+
};
|
|
280
|
+
exports.ListRootId = {
|
|
281
|
+
SupportedRequired: "supported-required",
|
|
282
|
+
Supported: "supported",
|
|
283
|
+
NotSupported: "not-supported",
|
|
284
|
+
};
|
|
285
|
+
exports.ListSortByCreatedAt = {
|
|
286
|
+
SupportedRequired: "supported-required",
|
|
287
|
+
Supported: "supported",
|
|
288
|
+
NotSupported: "not-supported",
|
|
289
|
+
};
|
|
290
|
+
exports.ListSortByName = {
|
|
291
|
+
SupportedRequired: "supported-required",
|
|
292
|
+
Supported: "supported",
|
|
293
|
+
NotSupported: "not-supported",
|
|
294
|
+
};
|
|
295
|
+
exports.ListSortByUpdatedAt = {
|
|
296
|
+
SupportedRequired: "supported-required",
|
|
297
|
+
Supported: "supported",
|
|
298
|
+
NotSupported: "not-supported",
|
|
299
|
+
};
|
|
300
|
+
exports.ListSpaceId = {
|
|
301
|
+
SupportedRequired: "supported-required",
|
|
302
|
+
Supported: "supported",
|
|
303
|
+
NotSupported: "not-supported",
|
|
304
|
+
};
|
|
305
|
+
exports.ListStartGte = {
|
|
306
|
+
SupportedRequired: "supported-required",
|
|
307
|
+
Supported: "supported",
|
|
308
|
+
NotSupported: "not-supported",
|
|
309
|
+
};
|
|
310
|
+
exports.ListStatus = {
|
|
311
|
+
SupportedRequired: "supported-required",
|
|
312
|
+
Supported: "supported",
|
|
313
|
+
NotSupported: "not-supported",
|
|
314
|
+
};
|
|
315
|
+
exports.ListStudentId = {
|
|
316
|
+
SupportedRequired: "supported-required",
|
|
317
|
+
Supported: "supported",
|
|
318
|
+
NotSupported: "not-supported",
|
|
319
|
+
};
|
|
320
|
+
exports.ListTaskId = {
|
|
321
|
+
SupportedRequired: "supported-required",
|
|
322
|
+
Supported: "supported",
|
|
323
|
+
NotSupported: "not-supported",
|
|
324
|
+
};
|
|
325
|
+
exports.ListTeacherId = {
|
|
326
|
+
SupportedRequired: "supported-required",
|
|
327
|
+
Supported: "supported",
|
|
328
|
+
NotSupported: "not-supported",
|
|
329
|
+
};
|
|
330
|
+
exports.ListTicketId = {
|
|
331
|
+
SupportedRequired: "supported-required",
|
|
332
|
+
Supported: "supported",
|
|
333
|
+
NotSupported: "not-supported",
|
|
334
|
+
};
|
|
335
|
+
exports.ListType = {
|
|
336
|
+
SupportedRequired: "supported-required",
|
|
337
|
+
Supported: "supported",
|
|
338
|
+
NotSupported: "not-supported",
|
|
339
|
+
};
|
|
340
|
+
exports.ListUpdatedGte = {
|
|
341
|
+
SupportedRequired: "supported-required",
|
|
342
|
+
Supported: "supported",
|
|
343
|
+
NotSupported: "not-supported",
|
|
344
|
+
};
|
|
345
|
+
exports.ListUserId = {
|
|
346
|
+
SupportedRequired: "supported-required",
|
|
347
|
+
Supported: "supported",
|
|
348
|
+
NotSupported: "not-supported",
|
|
349
|
+
};
|
|
350
|
+
exports.NativeWebhookCalendarId = {
|
|
351
|
+
SupportedRequired: "supported-required",
|
|
352
|
+
Supported: "supported",
|
|
353
|
+
NotSupported: "not-supported",
|
|
354
|
+
};
|
|
355
|
+
exports.NativeWebhookChannelId = {
|
|
356
|
+
SupportedRequired: "supported-required",
|
|
357
|
+
Supported: "supported",
|
|
358
|
+
NotSupported: "not-supported",
|
|
359
|
+
};
|
|
360
|
+
exports.NativeWebhookCompanyId = {
|
|
361
|
+
SupportedRequired: "supported-required",
|
|
362
|
+
Supported: "supported",
|
|
363
|
+
NotSupported: "not-supported",
|
|
364
|
+
};
|
|
365
|
+
exports.NativeWebhookEventId = {
|
|
366
|
+
SupportedRequired: "supported-required",
|
|
367
|
+
Supported: "supported",
|
|
368
|
+
NotSupported: "not-supported",
|
|
369
|
+
};
|
|
370
|
+
exports.NativeWebhookParentId = {
|
|
371
|
+
SupportedRequired: "supported-required",
|
|
372
|
+
Supported: "supported",
|
|
373
|
+
NotSupported: "not-supported",
|
|
374
|
+
};
|
|
375
|
+
exports.NativeWebhookProjectId = {
|
|
376
|
+
SupportedRequired: "supported-required",
|
|
377
|
+
Supported: "supported",
|
|
378
|
+
NotSupported: "not-supported",
|
|
379
|
+
};
|
|
380
|
+
exports.NativeWebhookTaskId = {
|
|
381
|
+
SupportedRequired: "supported-required",
|
|
382
|
+
Supported: "supported",
|
|
383
|
+
NotSupported: "not-supported",
|
|
384
|
+
};
|
|
385
|
+
exports.SearchDomain = {
|
|
386
|
+
SupportedRequired: "supported-required",
|
|
387
|
+
Supported: "supported",
|
|
388
|
+
NotSupported: "not-supported",
|
|
389
|
+
};
|
|
390
|
+
exports.SearchEmail = {
|
|
391
|
+
SupportedRequired: "supported-required",
|
|
392
|
+
Supported: "supported",
|
|
393
|
+
NotSupported: "not-supported",
|
|
394
|
+
};
|
|
395
|
+
exports.SearchLinkedinurl = {
|
|
396
|
+
SupportedRequired: "supported-required",
|
|
397
|
+
Supported: "supported",
|
|
398
|
+
NotSupported: "not-supported",
|
|
399
|
+
};
|
|
400
|
+
exports.SearchName = {
|
|
401
|
+
SupportedRequired: "supported-required",
|
|
402
|
+
Supported: "supported",
|
|
403
|
+
NotSupported: "not-supported",
|
|
404
|
+
};
|
|
405
|
+
exports.SearchTwitter = {
|
|
406
|
+
SupportedRequired: "supported-required",
|
|
407
|
+
Supported: "supported",
|
|
408
|
+
NotSupported: "not-supported",
|
|
409
|
+
};
|
|
410
|
+
exports.VirtualWebhookApplicationId = {
|
|
411
|
+
SupportedRequired: "supported-required",
|
|
412
|
+
Supported: "supported",
|
|
413
|
+
NotSupported: "not-supported",
|
|
414
|
+
};
|
|
415
|
+
exports.VirtualWebhookBranchId = {
|
|
416
|
+
SupportedRequired: "supported-required",
|
|
417
|
+
Supported: "supported",
|
|
418
|
+
NotSupported: "not-supported",
|
|
419
|
+
};
|
|
420
|
+
exports.VirtualWebhookCalendarId = {
|
|
421
|
+
SupportedRequired: "supported-required",
|
|
422
|
+
Supported: "supported",
|
|
423
|
+
NotSupported: "not-supported",
|
|
424
|
+
};
|
|
425
|
+
exports.VirtualWebhookCallId = {
|
|
426
|
+
SupportedRequired: "supported-required",
|
|
427
|
+
Supported: "supported",
|
|
428
|
+
NotSupported: "not-supported",
|
|
429
|
+
};
|
|
430
|
+
exports.VirtualWebhookCandidateId = {
|
|
431
|
+
SupportedRequired: "supported-required",
|
|
432
|
+
Supported: "supported",
|
|
433
|
+
NotSupported: "not-supported",
|
|
434
|
+
};
|
|
435
|
+
exports.VirtualWebhookChannelId = {
|
|
436
|
+
SupportedRequired: "supported-required",
|
|
437
|
+
Supported: "supported",
|
|
438
|
+
NotSupported: "not-supported",
|
|
439
|
+
};
|
|
440
|
+
exports.VirtualWebhookCollectionId = {
|
|
441
|
+
SupportedRequired: "supported-required",
|
|
442
|
+
Supported: "supported",
|
|
443
|
+
NotSupported: "not-supported",
|
|
444
|
+
};
|
|
445
|
+
exports.VirtualWebhookCompanyId = {
|
|
446
|
+
SupportedRequired: "supported-required",
|
|
447
|
+
Supported: "supported",
|
|
448
|
+
NotSupported: "not-supported",
|
|
449
|
+
};
|
|
450
|
+
exports.VirtualWebhookContactId = {
|
|
451
|
+
SupportedRequired: "supported-required",
|
|
452
|
+
Supported: "supported",
|
|
453
|
+
NotSupported: "not-supported",
|
|
454
|
+
};
|
|
455
|
+
exports.VirtualWebhookCustomerId = {
|
|
456
|
+
SupportedRequired: "supported-required",
|
|
457
|
+
Supported: "supported",
|
|
458
|
+
NotSupported: "not-supported",
|
|
459
|
+
};
|
|
460
|
+
exports.VirtualWebhookDealId = {
|
|
461
|
+
SupportedRequired: "supported-required",
|
|
462
|
+
Supported: "supported",
|
|
463
|
+
NotSupported: "not-supported",
|
|
464
|
+
};
|
|
465
|
+
exports.VirtualWebhookEndLe = {
|
|
466
|
+
SupportedRequired: "supported-required",
|
|
467
|
+
Supported: "supported",
|
|
468
|
+
NotSupported: "not-supported",
|
|
469
|
+
};
|
|
470
|
+
exports.VirtualWebhookEndLt = {
|
|
471
|
+
SupportedRequired: "supported-required",
|
|
472
|
+
Supported: "supported",
|
|
473
|
+
NotSupported: "not-supported",
|
|
474
|
+
};
|
|
475
|
+
exports.VirtualWebhookEventId = {
|
|
476
|
+
SupportedRequired: "supported-required",
|
|
477
|
+
Supported: "supported",
|
|
478
|
+
NotSupported: "not-supported",
|
|
479
|
+
};
|
|
480
|
+
exports.VirtualWebhookExpand = {
|
|
481
|
+
SupportedRequired: "supported-required",
|
|
482
|
+
Supported: "supported",
|
|
483
|
+
NotSupported: "not-supported",
|
|
484
|
+
};
|
|
485
|
+
exports.VirtualWebhookFields = {
|
|
486
|
+
SupportedRequired: "supported-required",
|
|
487
|
+
Supported: "supported",
|
|
488
|
+
NotSupported: "not-supported",
|
|
489
|
+
};
|
|
490
|
+
exports.VirtualWebhookItemId = {
|
|
491
|
+
SupportedRequired: "supported-required",
|
|
492
|
+
Supported: "supported",
|
|
493
|
+
NotSupported: "not-supported",
|
|
494
|
+
};
|
|
495
|
+
exports.VirtualWebhookItemVariantId = {
|
|
496
|
+
SupportedRequired: "supported-required",
|
|
497
|
+
Supported: "supported",
|
|
498
|
+
NotSupported: "not-supported",
|
|
499
|
+
};
|
|
500
|
+
exports.VirtualWebhookJobId = {
|
|
501
|
+
SupportedRequired: "supported-required",
|
|
502
|
+
Supported: "supported",
|
|
503
|
+
NotSupported: "not-supported",
|
|
504
|
+
};
|
|
505
|
+
exports.VirtualWebhookLimit = {
|
|
506
|
+
SupportedRequired: "supported-required",
|
|
507
|
+
Supported: "supported",
|
|
508
|
+
NotSupported: "not-supported",
|
|
509
|
+
};
|
|
510
|
+
exports.VirtualWebhookListId = {
|
|
511
|
+
SupportedRequired: "supported-required",
|
|
512
|
+
Supported: "supported",
|
|
513
|
+
NotSupported: "not-supported",
|
|
514
|
+
};
|
|
515
|
+
exports.VirtualWebhookLocationId = {
|
|
516
|
+
SupportedRequired: "supported-required",
|
|
517
|
+
Supported: "supported",
|
|
518
|
+
NotSupported: "not-supported",
|
|
519
|
+
};
|
|
520
|
+
exports.VirtualWebhookOrgId = {
|
|
521
|
+
SupportedRequired: "supported-required",
|
|
522
|
+
Supported: "supported",
|
|
523
|
+
NotSupported: "not-supported",
|
|
524
|
+
};
|
|
525
|
+
exports.VirtualWebhookPageId = {
|
|
526
|
+
SupportedRequired: "supported-required",
|
|
527
|
+
Supported: "supported",
|
|
528
|
+
NotSupported: "not-supported",
|
|
529
|
+
};
|
|
530
|
+
exports.VirtualWebhookParentId = {
|
|
531
|
+
SupportedRequired: "supported-required",
|
|
532
|
+
Supported: "supported",
|
|
533
|
+
NotSupported: "not-supported",
|
|
534
|
+
};
|
|
535
|
+
exports.VirtualWebhookPipelineId = {
|
|
536
|
+
SupportedRequired: "supported-required",
|
|
537
|
+
Supported: "supported",
|
|
538
|
+
NotSupported: "not-supported",
|
|
539
|
+
};
|
|
540
|
+
exports.VirtualWebhookProjectId = {
|
|
541
|
+
SupportedRequired: "supported-required",
|
|
542
|
+
Supported: "supported",
|
|
543
|
+
NotSupported: "not-supported",
|
|
544
|
+
};
|
|
545
|
+
exports.VirtualWebhookRepoId = {
|
|
546
|
+
SupportedRequired: "supported-required",
|
|
547
|
+
Supported: "supported",
|
|
548
|
+
NotSupported: "not-supported",
|
|
549
|
+
};
|
|
550
|
+
exports.VirtualWebhookSpaceId = {
|
|
551
|
+
SupportedRequired: "supported-required",
|
|
552
|
+
Supported: "supported",
|
|
553
|
+
NotSupported: "not-supported",
|
|
554
|
+
};
|
|
555
|
+
exports.VirtualWebhookStartGte = {
|
|
556
|
+
SupportedRequired: "supported-required",
|
|
557
|
+
Supported: "supported",
|
|
558
|
+
NotSupported: "not-supported",
|
|
559
|
+
};
|
|
560
|
+
exports.VirtualWebhookStatus = {
|
|
561
|
+
SupportedRequired: "supported-required",
|
|
562
|
+
Supported: "supported",
|
|
563
|
+
NotSupported: "not-supported",
|
|
564
|
+
};
|
|
565
|
+
exports.VirtualWebhookTaskId = {
|
|
566
|
+
SupportedRequired: "supported-required",
|
|
567
|
+
Supported: "supported",
|
|
568
|
+
NotSupported: "not-supported",
|
|
569
|
+
};
|
|
570
|
+
exports.VirtualWebhookTicketId = {
|
|
571
|
+
SupportedRequired: "supported-required",
|
|
572
|
+
Supported: "supported",
|
|
573
|
+
NotSupported: "not-supported",
|
|
574
|
+
};
|
|
575
|
+
exports.VirtualWebhookType = {
|
|
576
|
+
SupportedRequired: "supported-required",
|
|
577
|
+
Supported: "supported",
|
|
578
|
+
NotSupported: "not-supported",
|
|
579
|
+
};
|
|
580
|
+
exports.VirtualWebhookUpdatedGte = {
|
|
581
|
+
SupportedRequired: "supported-required",
|
|
582
|
+
Supported: "supported",
|
|
583
|
+
NotSupported: "not-supported",
|
|
584
|
+
};
|
|
585
|
+
exports.VirtualWebhookUserId = {
|
|
586
|
+
SupportedRequired: "supported-required",
|
|
587
|
+
Supported: "supported",
|
|
588
|
+
NotSupported: "not-supported",
|
|
589
|
+
};
|
|
590
|
+
/** @internal */
|
|
591
|
+
exports.FromWebhook$inboundSchema = z
|
|
592
|
+
.union([
|
|
593
|
+
z.nativeEnum(exports.FromWebhook),
|
|
594
|
+
z.string().transform(enums_js_1.catchUnrecognizedEnum),
|
|
595
|
+
]);
|
|
596
|
+
/** @internal */
|
|
597
|
+
exports.FromWebhook$outboundSchema = z.union([
|
|
598
|
+
z.nativeEnum(exports.FromWebhook),
|
|
599
|
+
z.string().and(z.custom()),
|
|
600
|
+
]);
|
|
601
|
+
/**
|
|
602
|
+
* @internal
|
|
603
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
604
|
+
*/
|
|
605
|
+
var FromWebhook$;
|
|
606
|
+
(function (FromWebhook$) {
|
|
607
|
+
/** @deprecated use `FromWebhook$inboundSchema` instead. */
|
|
608
|
+
FromWebhook$.inboundSchema = exports.FromWebhook$inboundSchema;
|
|
609
|
+
/** @deprecated use `FromWebhook$outboundSchema` instead. */
|
|
610
|
+
FromWebhook$.outboundSchema = exports.FromWebhook$outboundSchema;
|
|
611
|
+
})(FromWebhook$ || (exports.FromWebhook$ = FromWebhook$ = {}));
|
|
612
|
+
/** @internal */
|
|
613
|
+
exports.ListAccountId$inboundSchema = z
|
|
614
|
+
.union([
|
|
615
|
+
z.nativeEnum(exports.ListAccountId),
|
|
616
|
+
z.string().transform(enums_js_1.catchUnrecognizedEnum),
|
|
617
|
+
]);
|
|
618
|
+
/** @internal */
|
|
619
|
+
exports.ListAccountId$outboundSchema = z.union([
|
|
620
|
+
z.nativeEnum(exports.ListAccountId),
|
|
621
|
+
z.string().and(z.custom()),
|
|
622
|
+
]);
|
|
623
|
+
/**
|
|
624
|
+
* @internal
|
|
625
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
626
|
+
*/
|
|
627
|
+
var ListAccountId$;
|
|
628
|
+
(function (ListAccountId$) {
|
|
629
|
+
/** @deprecated use `ListAccountId$inboundSchema` instead. */
|
|
630
|
+
ListAccountId$.inboundSchema = exports.ListAccountId$inboundSchema;
|
|
631
|
+
/** @deprecated use `ListAccountId$outboundSchema` instead. */
|
|
632
|
+
ListAccountId$.outboundSchema = exports.ListAccountId$outboundSchema;
|
|
633
|
+
})(ListAccountId$ || (exports.ListAccountId$ = ListAccountId$ = {}));
|
|
634
|
+
/** @internal */
|
|
635
|
+
exports.ListApplicationId$inboundSchema = z
|
|
636
|
+
.union([
|
|
637
|
+
z.nativeEnum(exports.ListApplicationId),
|
|
638
|
+
z.string().transform(enums_js_1.catchUnrecognizedEnum),
|
|
639
|
+
]);
|
|
640
|
+
/** @internal */
|
|
641
|
+
exports.ListApplicationId$outboundSchema = z.union([
|
|
642
|
+
z.nativeEnum(exports.ListApplicationId),
|
|
643
|
+
z.string().and(z.custom()),
|
|
644
|
+
]);
|
|
645
|
+
/**
|
|
646
|
+
* @internal
|
|
647
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
648
|
+
*/
|
|
649
|
+
var ListApplicationId$;
|
|
650
|
+
(function (ListApplicationId$) {
|
|
651
|
+
/** @deprecated use `ListApplicationId$inboundSchema` instead. */
|
|
652
|
+
ListApplicationId$.inboundSchema = exports.ListApplicationId$inboundSchema;
|
|
653
|
+
/** @deprecated use `ListApplicationId$outboundSchema` instead. */
|
|
654
|
+
ListApplicationId$.outboundSchema = exports.ListApplicationId$outboundSchema;
|
|
655
|
+
})(ListApplicationId$ || (exports.ListApplicationId$ = ListApplicationId$ = {}));
|
|
656
|
+
/** @internal */
|
|
657
|
+
exports.ListBranchId$inboundSchema = z
|
|
658
|
+
.union([
|
|
659
|
+
z.nativeEnum(exports.ListBranchId),
|
|
660
|
+
z.string().transform(enums_js_1.catchUnrecognizedEnum),
|
|
661
|
+
]);
|
|
662
|
+
/** @internal */
|
|
663
|
+
exports.ListBranchId$outboundSchema = z.union([
|
|
664
|
+
z.nativeEnum(exports.ListBranchId),
|
|
665
|
+
z.string().and(z.custom()),
|
|
666
|
+
]);
|
|
667
|
+
/**
|
|
668
|
+
* @internal
|
|
669
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
670
|
+
*/
|
|
671
|
+
var ListBranchId$;
|
|
672
|
+
(function (ListBranchId$) {
|
|
673
|
+
/** @deprecated use `ListBranchId$inboundSchema` instead. */
|
|
674
|
+
ListBranchId$.inboundSchema = exports.ListBranchId$inboundSchema;
|
|
675
|
+
/** @deprecated use `ListBranchId$outboundSchema` instead. */
|
|
676
|
+
ListBranchId$.outboundSchema = exports.ListBranchId$outboundSchema;
|
|
677
|
+
})(ListBranchId$ || (exports.ListBranchId$ = ListBranchId$ = {}));
|
|
678
|
+
/** @internal */
|
|
679
|
+
exports.ListCalendarId$inboundSchema = z
|
|
680
|
+
.union([
|
|
681
|
+
z.nativeEnum(exports.ListCalendarId),
|
|
682
|
+
z.string().transform(enums_js_1.catchUnrecognizedEnum),
|
|
683
|
+
]);
|
|
684
|
+
/** @internal */
|
|
685
|
+
exports.ListCalendarId$outboundSchema = z.union([
|
|
686
|
+
z.nativeEnum(exports.ListCalendarId),
|
|
687
|
+
z.string().and(z.custom()),
|
|
688
|
+
]);
|
|
689
|
+
/**
|
|
690
|
+
* @internal
|
|
691
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
692
|
+
*/
|
|
693
|
+
var ListCalendarId$;
|
|
694
|
+
(function (ListCalendarId$) {
|
|
695
|
+
/** @deprecated use `ListCalendarId$inboundSchema` instead. */
|
|
696
|
+
ListCalendarId$.inboundSchema = exports.ListCalendarId$inboundSchema;
|
|
697
|
+
/** @deprecated use `ListCalendarId$outboundSchema` instead. */
|
|
698
|
+
ListCalendarId$.outboundSchema = exports.ListCalendarId$outboundSchema;
|
|
699
|
+
})(ListCalendarId$ || (exports.ListCalendarId$ = ListCalendarId$ = {}));
|
|
700
|
+
/** @internal */
|
|
701
|
+
exports.ListCallId$inboundSchema = z
|
|
702
|
+
.union([
|
|
703
|
+
z.nativeEnum(exports.ListCallId),
|
|
704
|
+
z.string().transform(enums_js_1.catchUnrecognizedEnum),
|
|
705
|
+
]);
|
|
706
|
+
/** @internal */
|
|
707
|
+
exports.ListCallId$outboundSchema = z.union([
|
|
708
|
+
z.nativeEnum(exports.ListCallId),
|
|
709
|
+
z.string().and(z.custom()),
|
|
710
|
+
]);
|
|
711
|
+
/**
|
|
712
|
+
* @internal
|
|
713
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
714
|
+
*/
|
|
715
|
+
var ListCallId$;
|
|
716
|
+
(function (ListCallId$) {
|
|
717
|
+
/** @deprecated use `ListCallId$inboundSchema` instead. */
|
|
718
|
+
ListCallId$.inboundSchema = exports.ListCallId$inboundSchema;
|
|
719
|
+
/** @deprecated use `ListCallId$outboundSchema` instead. */
|
|
720
|
+
ListCallId$.outboundSchema = exports.ListCallId$outboundSchema;
|
|
721
|
+
})(ListCallId$ || (exports.ListCallId$ = ListCallId$ = {}));
|
|
722
|
+
/** @internal */
|
|
723
|
+
exports.ListCandidateId$inboundSchema = z
|
|
724
|
+
.union([
|
|
725
|
+
z.nativeEnum(exports.ListCandidateId),
|
|
726
|
+
z.string().transform(enums_js_1.catchUnrecognizedEnum),
|
|
727
|
+
]);
|
|
728
|
+
/** @internal */
|
|
729
|
+
exports.ListCandidateId$outboundSchema = z.union([
|
|
730
|
+
z.nativeEnum(exports.ListCandidateId),
|
|
731
|
+
z.string().and(z.custom()),
|
|
732
|
+
]);
|
|
733
|
+
/**
|
|
734
|
+
* @internal
|
|
735
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
736
|
+
*/
|
|
737
|
+
var ListCandidateId$;
|
|
738
|
+
(function (ListCandidateId$) {
|
|
739
|
+
/** @deprecated use `ListCandidateId$inboundSchema` instead. */
|
|
740
|
+
ListCandidateId$.inboundSchema = exports.ListCandidateId$inboundSchema;
|
|
741
|
+
/** @deprecated use `ListCandidateId$outboundSchema` instead. */
|
|
742
|
+
ListCandidateId$.outboundSchema = exports.ListCandidateId$outboundSchema;
|
|
743
|
+
})(ListCandidateId$ || (exports.ListCandidateId$ = ListCandidateId$ = {}));
|
|
744
|
+
/** @internal */
|
|
745
|
+
exports.ListCategoryId$inboundSchema = z
|
|
746
|
+
.union([
|
|
747
|
+
z.nativeEnum(exports.ListCategoryId),
|
|
748
|
+
z.string().transform(enums_js_1.catchUnrecognizedEnum),
|
|
749
|
+
]);
|
|
750
|
+
/** @internal */
|
|
751
|
+
exports.ListCategoryId$outboundSchema = z.union([
|
|
752
|
+
z.nativeEnum(exports.ListCategoryId),
|
|
753
|
+
z.string().and(z.custom()),
|
|
754
|
+
]);
|
|
755
|
+
/**
|
|
756
|
+
* @internal
|
|
757
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
758
|
+
*/
|
|
759
|
+
var ListCategoryId$;
|
|
760
|
+
(function (ListCategoryId$) {
|
|
761
|
+
/** @deprecated use `ListCategoryId$inboundSchema` instead. */
|
|
762
|
+
ListCategoryId$.inboundSchema = exports.ListCategoryId$inboundSchema;
|
|
763
|
+
/** @deprecated use `ListCategoryId$outboundSchema` instead. */
|
|
764
|
+
ListCategoryId$.outboundSchema = exports.ListCategoryId$outboundSchema;
|
|
765
|
+
})(ListCategoryId$ || (exports.ListCategoryId$ = ListCategoryId$ = {}));
|
|
766
|
+
/** @internal */
|
|
767
|
+
exports.ListChannelId$inboundSchema = z
|
|
768
|
+
.union([
|
|
769
|
+
z.nativeEnum(exports.ListChannelId),
|
|
770
|
+
z.string().transform(enums_js_1.catchUnrecognizedEnum),
|
|
771
|
+
]);
|
|
772
|
+
/** @internal */
|
|
773
|
+
exports.ListChannelId$outboundSchema = z.union([
|
|
774
|
+
z.nativeEnum(exports.ListChannelId),
|
|
775
|
+
z.string().and(z.custom()),
|
|
776
|
+
]);
|
|
777
|
+
/**
|
|
778
|
+
* @internal
|
|
779
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
780
|
+
*/
|
|
781
|
+
var ListChannelId$;
|
|
782
|
+
(function (ListChannelId$) {
|
|
783
|
+
/** @deprecated use `ListChannelId$inboundSchema` instead. */
|
|
784
|
+
ListChannelId$.inboundSchema = exports.ListChannelId$inboundSchema;
|
|
785
|
+
/** @deprecated use `ListChannelId$outboundSchema` instead. */
|
|
786
|
+
ListChannelId$.outboundSchema = exports.ListChannelId$outboundSchema;
|
|
787
|
+
})(ListChannelId$ || (exports.ListChannelId$ = ListChannelId$ = {}));
|
|
788
|
+
/** @internal */
|
|
789
|
+
exports.ListClassId$inboundSchema = z
|
|
790
|
+
.union([
|
|
791
|
+
z.nativeEnum(exports.ListClassId),
|
|
792
|
+
z.string().transform(enums_js_1.catchUnrecognizedEnum),
|
|
793
|
+
]);
|
|
794
|
+
/** @internal */
|
|
795
|
+
exports.ListClassId$outboundSchema = z.union([
|
|
796
|
+
z.nativeEnum(exports.ListClassId),
|
|
797
|
+
z.string().and(z.custom()),
|
|
798
|
+
]);
|
|
799
|
+
/**
|
|
800
|
+
* @internal
|
|
801
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
802
|
+
*/
|
|
803
|
+
var ListClassId$;
|
|
804
|
+
(function (ListClassId$) {
|
|
805
|
+
/** @deprecated use `ListClassId$inboundSchema` instead. */
|
|
806
|
+
ListClassId$.inboundSchema = exports.ListClassId$inboundSchema;
|
|
807
|
+
/** @deprecated use `ListClassId$outboundSchema` instead. */
|
|
808
|
+
ListClassId$.outboundSchema = exports.ListClassId$outboundSchema;
|
|
809
|
+
})(ListClassId$ || (exports.ListClassId$ = ListClassId$ = {}));
|
|
810
|
+
/** @internal */
|
|
811
|
+
exports.ListCollectionId$inboundSchema = z
|
|
812
|
+
.union([
|
|
813
|
+
z.nativeEnum(exports.ListCollectionId),
|
|
814
|
+
z.string().transform(enums_js_1.catchUnrecognizedEnum),
|
|
815
|
+
]);
|
|
816
|
+
/** @internal */
|
|
817
|
+
exports.ListCollectionId$outboundSchema = z.union([
|
|
818
|
+
z.nativeEnum(exports.ListCollectionId),
|
|
819
|
+
z.string().and(z.custom()),
|
|
820
|
+
]);
|
|
821
|
+
/**
|
|
822
|
+
* @internal
|
|
823
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
824
|
+
*/
|
|
825
|
+
var ListCollectionId$;
|
|
826
|
+
(function (ListCollectionId$) {
|
|
827
|
+
/** @deprecated use `ListCollectionId$inboundSchema` instead. */
|
|
828
|
+
ListCollectionId$.inboundSchema = exports.ListCollectionId$inboundSchema;
|
|
829
|
+
/** @deprecated use `ListCollectionId$outboundSchema` instead. */
|
|
830
|
+
ListCollectionId$.outboundSchema = exports.ListCollectionId$outboundSchema;
|
|
831
|
+
})(ListCollectionId$ || (exports.ListCollectionId$ = ListCollectionId$ = {}));
|
|
832
|
+
/** @internal */
|
|
833
|
+
exports.ListCompanyId$inboundSchema = z
|
|
834
|
+
.union([
|
|
835
|
+
z.nativeEnum(exports.ListCompanyId),
|
|
836
|
+
z.string().transform(enums_js_1.catchUnrecognizedEnum),
|
|
837
|
+
]);
|
|
838
|
+
/** @internal */
|
|
839
|
+
exports.ListCompanyId$outboundSchema = z.union([
|
|
840
|
+
z.nativeEnum(exports.ListCompanyId),
|
|
841
|
+
z.string().and(z.custom()),
|
|
842
|
+
]);
|
|
843
|
+
/**
|
|
844
|
+
* @internal
|
|
845
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
846
|
+
*/
|
|
847
|
+
var ListCompanyId$;
|
|
848
|
+
(function (ListCompanyId$) {
|
|
849
|
+
/** @deprecated use `ListCompanyId$inboundSchema` instead. */
|
|
850
|
+
ListCompanyId$.inboundSchema = exports.ListCompanyId$inboundSchema;
|
|
851
|
+
/** @deprecated use `ListCompanyId$outboundSchema` instead. */
|
|
852
|
+
ListCompanyId$.outboundSchema = exports.ListCompanyId$outboundSchema;
|
|
853
|
+
})(ListCompanyId$ || (exports.ListCompanyId$ = ListCompanyId$ = {}));
|
|
854
|
+
/** @internal */
|
|
855
|
+
exports.ListContactId$inboundSchema = z
|
|
856
|
+
.union([
|
|
857
|
+
z.nativeEnum(exports.ListContactId),
|
|
858
|
+
z.string().transform(enums_js_1.catchUnrecognizedEnum),
|
|
859
|
+
]);
|
|
860
|
+
/** @internal */
|
|
861
|
+
exports.ListContactId$outboundSchema = z.union([
|
|
862
|
+
z.nativeEnum(exports.ListContactId),
|
|
863
|
+
z.string().and(z.custom()),
|
|
864
|
+
]);
|
|
865
|
+
/**
|
|
866
|
+
* @internal
|
|
867
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
868
|
+
*/
|
|
869
|
+
var ListContactId$;
|
|
870
|
+
(function (ListContactId$) {
|
|
871
|
+
/** @deprecated use `ListContactId$inboundSchema` instead. */
|
|
872
|
+
ListContactId$.inboundSchema = exports.ListContactId$inboundSchema;
|
|
873
|
+
/** @deprecated use `ListContactId$outboundSchema` instead. */
|
|
874
|
+
ListContactId$.outboundSchema = exports.ListContactId$outboundSchema;
|
|
875
|
+
})(ListContactId$ || (exports.ListContactId$ = ListContactId$ = {}));
|
|
876
|
+
/** @internal */
|
|
877
|
+
exports.ListCourseId$inboundSchema = z
|
|
878
|
+
.union([
|
|
879
|
+
z.nativeEnum(exports.ListCourseId),
|
|
880
|
+
z.string().transform(enums_js_1.catchUnrecognizedEnum),
|
|
881
|
+
]);
|
|
882
|
+
/** @internal */
|
|
883
|
+
exports.ListCourseId$outboundSchema = z.union([
|
|
884
|
+
z.nativeEnum(exports.ListCourseId),
|
|
885
|
+
z.string().and(z.custom()),
|
|
886
|
+
]);
|
|
887
|
+
/**
|
|
888
|
+
* @internal
|
|
889
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
890
|
+
*/
|
|
891
|
+
var ListCourseId$;
|
|
892
|
+
(function (ListCourseId$) {
|
|
893
|
+
/** @deprecated use `ListCourseId$inboundSchema` instead. */
|
|
894
|
+
ListCourseId$.inboundSchema = exports.ListCourseId$inboundSchema;
|
|
895
|
+
/** @deprecated use `ListCourseId$outboundSchema` instead. */
|
|
896
|
+
ListCourseId$.outboundSchema = exports.ListCourseId$outboundSchema;
|
|
897
|
+
})(ListCourseId$ || (exports.ListCourseId$ = ListCourseId$ = {}));
|
|
898
|
+
/** @internal */
|
|
899
|
+
exports.ListCustomerId$inboundSchema = z
|
|
900
|
+
.union([
|
|
901
|
+
z.nativeEnum(exports.ListCustomerId),
|
|
902
|
+
z.string().transform(enums_js_1.catchUnrecognizedEnum),
|
|
903
|
+
]);
|
|
904
|
+
/** @internal */
|
|
905
|
+
exports.ListCustomerId$outboundSchema = z.union([
|
|
906
|
+
z.nativeEnum(exports.ListCustomerId),
|
|
907
|
+
z.string().and(z.custom()),
|
|
908
|
+
]);
|
|
909
|
+
/**
|
|
910
|
+
* @internal
|
|
911
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
912
|
+
*/
|
|
913
|
+
var ListCustomerId$;
|
|
914
|
+
(function (ListCustomerId$) {
|
|
915
|
+
/** @deprecated use `ListCustomerId$inboundSchema` instead. */
|
|
916
|
+
ListCustomerId$.inboundSchema = exports.ListCustomerId$inboundSchema;
|
|
917
|
+
/** @deprecated use `ListCustomerId$outboundSchema` instead. */
|
|
918
|
+
ListCustomerId$.outboundSchema = exports.ListCustomerId$outboundSchema;
|
|
919
|
+
})(ListCustomerId$ || (exports.ListCustomerId$ = ListCustomerId$ = {}));
|
|
920
|
+
/** @internal */
|
|
921
|
+
exports.ListDealId$inboundSchema = z
|
|
922
|
+
.union([
|
|
923
|
+
z.nativeEnum(exports.ListDealId),
|
|
924
|
+
z.string().transform(enums_js_1.catchUnrecognizedEnum),
|
|
925
|
+
]);
|
|
926
|
+
/** @internal */
|
|
927
|
+
exports.ListDealId$outboundSchema = z.union([
|
|
928
|
+
z.nativeEnum(exports.ListDealId),
|
|
929
|
+
z.string().and(z.custom()),
|
|
930
|
+
]);
|
|
931
|
+
/**
|
|
932
|
+
* @internal
|
|
933
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
934
|
+
*/
|
|
935
|
+
var ListDealId$;
|
|
936
|
+
(function (ListDealId$) {
|
|
937
|
+
/** @deprecated use `ListDealId$inboundSchema` instead. */
|
|
938
|
+
ListDealId$.inboundSchema = exports.ListDealId$inboundSchema;
|
|
939
|
+
/** @deprecated use `ListDealId$outboundSchema` instead. */
|
|
940
|
+
ListDealId$.outboundSchema = exports.ListDealId$outboundSchema;
|
|
941
|
+
})(ListDealId$ || (exports.ListDealId$ = ListDealId$ = {}));
|
|
942
|
+
/** @internal */
|
|
943
|
+
exports.ListDocumentId$inboundSchema = z
|
|
944
|
+
.union([
|
|
945
|
+
z.nativeEnum(exports.ListDocumentId),
|
|
946
|
+
z.string().transform(enums_js_1.catchUnrecognizedEnum),
|
|
947
|
+
]);
|
|
948
|
+
/** @internal */
|
|
949
|
+
exports.ListDocumentId$outboundSchema = z.union([
|
|
950
|
+
z.nativeEnum(exports.ListDocumentId),
|
|
951
|
+
z.string().and(z.custom()),
|
|
952
|
+
]);
|
|
953
|
+
/**
|
|
954
|
+
* @internal
|
|
955
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
956
|
+
*/
|
|
957
|
+
var ListDocumentId$;
|
|
958
|
+
(function (ListDocumentId$) {
|
|
959
|
+
/** @deprecated use `ListDocumentId$inboundSchema` instead. */
|
|
960
|
+
ListDocumentId$.inboundSchema = exports.ListDocumentId$inboundSchema;
|
|
961
|
+
/** @deprecated use `ListDocumentId$outboundSchema` instead. */
|
|
962
|
+
ListDocumentId$.outboundSchema = exports.ListDocumentId$outboundSchema;
|
|
963
|
+
})(ListDocumentId$ || (exports.ListDocumentId$ = ListDocumentId$ = {}));
|
|
964
|
+
/** @internal */
|
|
965
|
+
exports.ListEndLe$inboundSchema = z
|
|
966
|
+
.union([
|
|
967
|
+
z.nativeEnum(exports.ListEndLe),
|
|
968
|
+
z.string().transform(enums_js_1.catchUnrecognizedEnum),
|
|
969
|
+
]);
|
|
970
|
+
/** @internal */
|
|
971
|
+
exports.ListEndLe$outboundSchema = z.union([
|
|
972
|
+
z.nativeEnum(exports.ListEndLe),
|
|
973
|
+
z.string().and(z.custom()),
|
|
974
|
+
]);
|
|
975
|
+
/**
|
|
976
|
+
* @internal
|
|
977
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
978
|
+
*/
|
|
979
|
+
var ListEndLe$;
|
|
980
|
+
(function (ListEndLe$) {
|
|
981
|
+
/** @deprecated use `ListEndLe$inboundSchema` instead. */
|
|
982
|
+
ListEndLe$.inboundSchema = exports.ListEndLe$inboundSchema;
|
|
983
|
+
/** @deprecated use `ListEndLe$outboundSchema` instead. */
|
|
984
|
+
ListEndLe$.outboundSchema = exports.ListEndLe$outboundSchema;
|
|
985
|
+
})(ListEndLe$ || (exports.ListEndLe$ = ListEndLe$ = {}));
|
|
986
|
+
/** @internal */
|
|
987
|
+
exports.ListEndLt$inboundSchema = z
|
|
988
|
+
.union([
|
|
989
|
+
z.nativeEnum(exports.ListEndLt),
|
|
990
|
+
z.string().transform(enums_js_1.catchUnrecognizedEnum),
|
|
991
|
+
]);
|
|
992
|
+
/** @internal */
|
|
993
|
+
exports.ListEndLt$outboundSchema = z.union([
|
|
994
|
+
z.nativeEnum(exports.ListEndLt),
|
|
995
|
+
z.string().and(z.custom()),
|
|
996
|
+
]);
|
|
997
|
+
/**
|
|
998
|
+
* @internal
|
|
999
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1000
|
+
*/
|
|
1001
|
+
var ListEndLt$;
|
|
1002
|
+
(function (ListEndLt$) {
|
|
1003
|
+
/** @deprecated use `ListEndLt$inboundSchema` instead. */
|
|
1004
|
+
ListEndLt$.inboundSchema = exports.ListEndLt$inboundSchema;
|
|
1005
|
+
/** @deprecated use `ListEndLt$outboundSchema` instead. */
|
|
1006
|
+
ListEndLt$.outboundSchema = exports.ListEndLt$outboundSchema;
|
|
1007
|
+
})(ListEndLt$ || (exports.ListEndLt$ = ListEndLt$ = {}));
|
|
1008
|
+
/** @internal */
|
|
1009
|
+
exports.ListEventId$inboundSchema = z
|
|
1010
|
+
.union([
|
|
1011
|
+
z.nativeEnum(exports.ListEventId),
|
|
1012
|
+
z.string().transform(enums_js_1.catchUnrecognizedEnum),
|
|
1013
|
+
]);
|
|
1014
|
+
/** @internal */
|
|
1015
|
+
exports.ListEventId$outboundSchema = z.union([
|
|
1016
|
+
z.nativeEnum(exports.ListEventId),
|
|
1017
|
+
z.string().and(z.custom()),
|
|
1018
|
+
]);
|
|
1019
|
+
/**
|
|
1020
|
+
* @internal
|
|
1021
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1022
|
+
*/
|
|
1023
|
+
var ListEventId$;
|
|
1024
|
+
(function (ListEventId$) {
|
|
1025
|
+
/** @deprecated use `ListEventId$inboundSchema` instead. */
|
|
1026
|
+
ListEventId$.inboundSchema = exports.ListEventId$inboundSchema;
|
|
1027
|
+
/** @deprecated use `ListEventId$outboundSchema` instead. */
|
|
1028
|
+
ListEventId$.outboundSchema = exports.ListEventId$outboundSchema;
|
|
1029
|
+
})(ListEventId$ || (exports.ListEventId$ = ListEventId$ = {}));
|
|
1030
|
+
/** @internal */
|
|
1031
|
+
exports.ListExpand$inboundSchema = z
|
|
1032
|
+
.union([
|
|
1033
|
+
z.nativeEnum(exports.ListExpand),
|
|
1034
|
+
z.string().transform(enums_js_1.catchUnrecognizedEnum),
|
|
1035
|
+
]);
|
|
1036
|
+
/** @internal */
|
|
1037
|
+
exports.ListExpand$outboundSchema = z.union([
|
|
1038
|
+
z.nativeEnum(exports.ListExpand),
|
|
1039
|
+
z.string().and(z.custom()),
|
|
1040
|
+
]);
|
|
1041
|
+
/**
|
|
1042
|
+
* @internal
|
|
1043
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1044
|
+
*/
|
|
1045
|
+
var ListExpand$;
|
|
1046
|
+
(function (ListExpand$) {
|
|
1047
|
+
/** @deprecated use `ListExpand$inboundSchema` instead. */
|
|
1048
|
+
ListExpand$.inboundSchema = exports.ListExpand$inboundSchema;
|
|
1049
|
+
/** @deprecated use `ListExpand$outboundSchema` instead. */
|
|
1050
|
+
ListExpand$.outboundSchema = exports.ListExpand$outboundSchema;
|
|
1051
|
+
})(ListExpand$ || (exports.ListExpand$ = ListExpand$ = {}));
|
|
1052
|
+
/** @internal */
|
|
1053
|
+
exports.ListExpandRecurringEvents$inboundSchema = z
|
|
1054
|
+
.union([
|
|
1055
|
+
z.nativeEnum(exports.ListExpandRecurringEvents),
|
|
1056
|
+
z.string().transform(enums_js_1.catchUnrecognizedEnum),
|
|
1057
|
+
]);
|
|
1058
|
+
/** @internal */
|
|
1059
|
+
exports.ListExpandRecurringEvents$outboundSchema = z.union([
|
|
1060
|
+
z.nativeEnum(exports.ListExpandRecurringEvents),
|
|
1061
|
+
z.string().and(z.custom()),
|
|
1062
|
+
]);
|
|
1063
|
+
/**
|
|
1064
|
+
* @internal
|
|
1065
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1066
|
+
*/
|
|
1067
|
+
var ListExpandRecurringEvents$;
|
|
1068
|
+
(function (ListExpandRecurringEvents$) {
|
|
1069
|
+
/** @deprecated use `ListExpandRecurringEvents$inboundSchema` instead. */
|
|
1070
|
+
ListExpandRecurringEvents$.inboundSchema = exports.ListExpandRecurringEvents$inboundSchema;
|
|
1071
|
+
/** @deprecated use `ListExpandRecurringEvents$outboundSchema` instead. */
|
|
1072
|
+
ListExpandRecurringEvents$.outboundSchema = exports.ListExpandRecurringEvents$outboundSchema;
|
|
1073
|
+
})(ListExpandRecurringEvents$ || (exports.ListExpandRecurringEvents$ = ListExpandRecurringEvents$ = {}));
|
|
1074
|
+
/** @internal */
|
|
1075
|
+
exports.ListInstructorId$inboundSchema = z
|
|
1076
|
+
.union([
|
|
1077
|
+
z.nativeEnum(exports.ListInstructorId),
|
|
1078
|
+
z.string().transform(enums_js_1.catchUnrecognizedEnum),
|
|
1079
|
+
]);
|
|
1080
|
+
/** @internal */
|
|
1081
|
+
exports.ListInstructorId$outboundSchema = z.union([
|
|
1082
|
+
z.nativeEnum(exports.ListInstructorId),
|
|
1083
|
+
z.string().and(z.custom()),
|
|
1084
|
+
]);
|
|
1085
|
+
/**
|
|
1086
|
+
* @internal
|
|
1087
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1088
|
+
*/
|
|
1089
|
+
var ListInstructorId$;
|
|
1090
|
+
(function (ListInstructorId$) {
|
|
1091
|
+
/** @deprecated use `ListInstructorId$inboundSchema` instead. */
|
|
1092
|
+
ListInstructorId$.inboundSchema = exports.ListInstructorId$inboundSchema;
|
|
1093
|
+
/** @deprecated use `ListInstructorId$outboundSchema` instead. */
|
|
1094
|
+
ListInstructorId$.outboundSchema = exports.ListInstructorId$outboundSchema;
|
|
1095
|
+
})(ListInstructorId$ || (exports.ListInstructorId$ = ListInstructorId$ = {}));
|
|
1096
|
+
/** @internal */
|
|
1097
|
+
exports.ListInterviewId$inboundSchema = z
|
|
1098
|
+
.union([
|
|
1099
|
+
z.nativeEnum(exports.ListInterviewId),
|
|
1100
|
+
z.string().transform(enums_js_1.catchUnrecognizedEnum),
|
|
1101
|
+
]);
|
|
1102
|
+
/** @internal */
|
|
1103
|
+
exports.ListInterviewId$outboundSchema = z.union([
|
|
1104
|
+
z.nativeEnum(exports.ListInterviewId),
|
|
1105
|
+
z.string().and(z.custom()),
|
|
1106
|
+
]);
|
|
1107
|
+
/**
|
|
1108
|
+
* @internal
|
|
1109
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1110
|
+
*/
|
|
1111
|
+
var ListInterviewId$;
|
|
1112
|
+
(function (ListInterviewId$) {
|
|
1113
|
+
/** @deprecated use `ListInterviewId$inboundSchema` instead. */
|
|
1114
|
+
ListInterviewId$.inboundSchema = exports.ListInterviewId$inboundSchema;
|
|
1115
|
+
/** @deprecated use `ListInterviewId$outboundSchema` instead. */
|
|
1116
|
+
ListInterviewId$.outboundSchema = exports.ListInterviewId$outboundSchema;
|
|
1117
|
+
})(ListInterviewId$ || (exports.ListInterviewId$ = ListInterviewId$ = {}));
|
|
1118
|
+
/** @internal */
|
|
1119
|
+
exports.ListInvoiceId$inboundSchema = z
|
|
1120
|
+
.union([
|
|
1121
|
+
z.nativeEnum(exports.ListInvoiceId),
|
|
1122
|
+
z.string().transform(enums_js_1.catchUnrecognizedEnum),
|
|
1123
|
+
]);
|
|
1124
|
+
/** @internal */
|
|
1125
|
+
exports.ListInvoiceId$outboundSchema = z.union([
|
|
1126
|
+
z.nativeEnum(exports.ListInvoiceId),
|
|
1127
|
+
z.string().and(z.custom()),
|
|
1128
|
+
]);
|
|
1129
|
+
/**
|
|
1130
|
+
* @internal
|
|
1131
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1132
|
+
*/
|
|
1133
|
+
var ListInvoiceId$;
|
|
1134
|
+
(function (ListInvoiceId$) {
|
|
1135
|
+
/** @deprecated use `ListInvoiceId$inboundSchema` instead. */
|
|
1136
|
+
ListInvoiceId$.inboundSchema = exports.ListInvoiceId$inboundSchema;
|
|
1137
|
+
/** @deprecated use `ListInvoiceId$outboundSchema` instead. */
|
|
1138
|
+
ListInvoiceId$.outboundSchema = exports.ListInvoiceId$outboundSchema;
|
|
1139
|
+
})(ListInvoiceId$ || (exports.ListInvoiceId$ = ListInvoiceId$ = {}));
|
|
1140
|
+
/** @internal */
|
|
1141
|
+
exports.ListItemId$inboundSchema = z
|
|
1142
|
+
.union([
|
|
1143
|
+
z.nativeEnum(exports.ListItemId),
|
|
1144
|
+
z.string().transform(enums_js_1.catchUnrecognizedEnum),
|
|
1145
|
+
]);
|
|
1146
|
+
/** @internal */
|
|
1147
|
+
exports.ListItemId$outboundSchema = z.union([
|
|
1148
|
+
z.nativeEnum(exports.ListItemId),
|
|
1149
|
+
z.string().and(z.custom()),
|
|
1150
|
+
]);
|
|
1151
|
+
/**
|
|
1152
|
+
* @internal
|
|
1153
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1154
|
+
*/
|
|
1155
|
+
var ListItemId$;
|
|
1156
|
+
(function (ListItemId$) {
|
|
1157
|
+
/** @deprecated use `ListItemId$inboundSchema` instead. */
|
|
1158
|
+
ListItemId$.inboundSchema = exports.ListItemId$inboundSchema;
|
|
1159
|
+
/** @deprecated use `ListItemId$outboundSchema` instead. */
|
|
1160
|
+
ListItemId$.outboundSchema = exports.ListItemId$outboundSchema;
|
|
1161
|
+
})(ListItemId$ || (exports.ListItemId$ = ListItemId$ = {}));
|
|
1162
|
+
/** @internal */
|
|
1163
|
+
exports.ListItemVariantId$inboundSchema = z
|
|
1164
|
+
.union([
|
|
1165
|
+
z.nativeEnum(exports.ListItemVariantId),
|
|
1166
|
+
z.string().transform(enums_js_1.catchUnrecognizedEnum),
|
|
1167
|
+
]);
|
|
1168
|
+
/** @internal */
|
|
1169
|
+
exports.ListItemVariantId$outboundSchema = z.union([
|
|
1170
|
+
z.nativeEnum(exports.ListItemVariantId),
|
|
1171
|
+
z.string().and(z.custom()),
|
|
1172
|
+
]);
|
|
1173
|
+
/**
|
|
1174
|
+
* @internal
|
|
1175
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1176
|
+
*/
|
|
1177
|
+
var ListItemVariantId$;
|
|
1178
|
+
(function (ListItemVariantId$) {
|
|
1179
|
+
/** @deprecated use `ListItemVariantId$inboundSchema` instead. */
|
|
1180
|
+
ListItemVariantId$.inboundSchema = exports.ListItemVariantId$inboundSchema;
|
|
1181
|
+
/** @deprecated use `ListItemVariantId$outboundSchema` instead. */
|
|
1182
|
+
ListItemVariantId$.outboundSchema = exports.ListItemVariantId$outboundSchema;
|
|
1183
|
+
})(ListItemVariantId$ || (exports.ListItemVariantId$ = ListItemVariantId$ = {}));
|
|
1184
|
+
/** @internal */
|
|
1185
|
+
exports.ListJobId$inboundSchema = z
|
|
1186
|
+
.union([
|
|
1187
|
+
z.nativeEnum(exports.ListJobId),
|
|
1188
|
+
z.string().transform(enums_js_1.catchUnrecognizedEnum),
|
|
1189
|
+
]);
|
|
1190
|
+
/** @internal */
|
|
1191
|
+
exports.ListJobId$outboundSchema = z.union([
|
|
1192
|
+
z.nativeEnum(exports.ListJobId),
|
|
1193
|
+
z.string().and(z.custom()),
|
|
1194
|
+
]);
|
|
1195
|
+
/**
|
|
1196
|
+
* @internal
|
|
1197
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1198
|
+
*/
|
|
1199
|
+
var ListJobId$;
|
|
1200
|
+
(function (ListJobId$) {
|
|
1201
|
+
/** @deprecated use `ListJobId$inboundSchema` instead. */
|
|
1202
|
+
ListJobId$.inboundSchema = exports.ListJobId$inboundSchema;
|
|
1203
|
+
/** @deprecated use `ListJobId$outboundSchema` instead. */
|
|
1204
|
+
ListJobId$.outboundSchema = exports.ListJobId$outboundSchema;
|
|
1205
|
+
})(ListJobId$ || (exports.ListJobId$ = ListJobId$ = {}));
|
|
1206
|
+
/** @internal */
|
|
1207
|
+
exports.ListLeadId$inboundSchema = z
|
|
1208
|
+
.union([
|
|
1209
|
+
z.nativeEnum(exports.ListLeadId),
|
|
1210
|
+
z.string().transform(enums_js_1.catchUnrecognizedEnum),
|
|
1211
|
+
]);
|
|
1212
|
+
/** @internal */
|
|
1213
|
+
exports.ListLeadId$outboundSchema = z.union([
|
|
1214
|
+
z.nativeEnum(exports.ListLeadId),
|
|
1215
|
+
z.string().and(z.custom()),
|
|
1216
|
+
]);
|
|
1217
|
+
/**
|
|
1218
|
+
* @internal
|
|
1219
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1220
|
+
*/
|
|
1221
|
+
var ListLeadId$;
|
|
1222
|
+
(function (ListLeadId$) {
|
|
1223
|
+
/** @deprecated use `ListLeadId$inboundSchema` instead. */
|
|
1224
|
+
ListLeadId$.inboundSchema = exports.ListLeadId$inboundSchema;
|
|
1225
|
+
/** @deprecated use `ListLeadId$outboundSchema` instead. */
|
|
1226
|
+
ListLeadId$.outboundSchema = exports.ListLeadId$outboundSchema;
|
|
1227
|
+
})(ListLeadId$ || (exports.ListLeadId$ = ListLeadId$ = {}));
|
|
1228
|
+
/** @internal */
|
|
1229
|
+
exports.ListLimit$inboundSchema = z
|
|
1230
|
+
.union([
|
|
1231
|
+
z.nativeEnum(exports.ListLimit),
|
|
1232
|
+
z.string().transform(enums_js_1.catchUnrecognizedEnum),
|
|
1233
|
+
]);
|
|
1234
|
+
/** @internal */
|
|
1235
|
+
exports.ListLimit$outboundSchema = z.union([
|
|
1236
|
+
z.nativeEnum(exports.ListLimit),
|
|
1237
|
+
z.string().and(z.custom()),
|
|
1238
|
+
]);
|
|
1239
|
+
/**
|
|
1240
|
+
* @internal
|
|
1241
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1242
|
+
*/
|
|
1243
|
+
var ListLimit$;
|
|
1244
|
+
(function (ListLimit$) {
|
|
1245
|
+
/** @deprecated use `ListLimit$inboundSchema` instead. */
|
|
1246
|
+
ListLimit$.inboundSchema = exports.ListLimit$inboundSchema;
|
|
1247
|
+
/** @deprecated use `ListLimit$outboundSchema` instead. */
|
|
1248
|
+
ListLimit$.outboundSchema = exports.ListLimit$outboundSchema;
|
|
1249
|
+
})(ListLimit$ || (exports.ListLimit$ = ListLimit$ = {}));
|
|
1250
|
+
/** @internal */
|
|
1251
|
+
exports.ListLinkId$inboundSchema = z
|
|
1252
|
+
.union([
|
|
1253
|
+
z.nativeEnum(exports.ListLinkId),
|
|
1254
|
+
z.string().transform(enums_js_1.catchUnrecognizedEnum),
|
|
1255
|
+
]);
|
|
1256
|
+
/** @internal */
|
|
1257
|
+
exports.ListLinkId$outboundSchema = z.union([
|
|
1258
|
+
z.nativeEnum(exports.ListLinkId),
|
|
1259
|
+
z.string().and(z.custom()),
|
|
1260
|
+
]);
|
|
1261
|
+
/**
|
|
1262
|
+
* @internal
|
|
1263
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1264
|
+
*/
|
|
1265
|
+
var ListLinkId$;
|
|
1266
|
+
(function (ListLinkId$) {
|
|
1267
|
+
/** @deprecated use `ListLinkId$inboundSchema` instead. */
|
|
1268
|
+
ListLinkId$.inboundSchema = exports.ListLinkId$inboundSchema;
|
|
1269
|
+
/** @deprecated use `ListLinkId$outboundSchema` instead. */
|
|
1270
|
+
ListLinkId$.outboundSchema = exports.ListLinkId$outboundSchema;
|
|
1271
|
+
})(ListLinkId$ || (exports.ListLinkId$ = ListLinkId$ = {}));
|
|
1272
|
+
/** @internal */
|
|
1273
|
+
exports.ListListId$inboundSchema = z
|
|
1274
|
+
.union([
|
|
1275
|
+
z.nativeEnum(exports.ListListId),
|
|
1276
|
+
z.string().transform(enums_js_1.catchUnrecognizedEnum),
|
|
1277
|
+
]);
|
|
1278
|
+
/** @internal */
|
|
1279
|
+
exports.ListListId$outboundSchema = z.union([
|
|
1280
|
+
z.nativeEnum(exports.ListListId),
|
|
1281
|
+
z.string().and(z.custom()),
|
|
1282
|
+
]);
|
|
1283
|
+
/**
|
|
1284
|
+
* @internal
|
|
1285
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1286
|
+
*/
|
|
1287
|
+
var ListListId$;
|
|
1288
|
+
(function (ListListId$) {
|
|
1289
|
+
/** @deprecated use `ListListId$inboundSchema` instead. */
|
|
1290
|
+
ListListId$.inboundSchema = exports.ListListId$inboundSchema;
|
|
1291
|
+
/** @deprecated use `ListListId$outboundSchema` instead. */
|
|
1292
|
+
ListListId$.outboundSchema = exports.ListListId$outboundSchema;
|
|
1293
|
+
})(ListListId$ || (exports.ListListId$ = ListListId$ = {}));
|
|
1294
|
+
/** @internal */
|
|
1295
|
+
exports.ListLocationId$inboundSchema = z
|
|
1296
|
+
.union([
|
|
1297
|
+
z.nativeEnum(exports.ListLocationId),
|
|
1298
|
+
z.string().transform(enums_js_1.catchUnrecognizedEnum),
|
|
1299
|
+
]);
|
|
1300
|
+
/** @internal */
|
|
1301
|
+
exports.ListLocationId$outboundSchema = z.union([
|
|
1302
|
+
z.nativeEnum(exports.ListLocationId),
|
|
1303
|
+
z.string().and(z.custom()),
|
|
1304
|
+
]);
|
|
1305
|
+
/**
|
|
1306
|
+
* @internal
|
|
1307
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1308
|
+
*/
|
|
1309
|
+
var ListLocationId$;
|
|
1310
|
+
(function (ListLocationId$) {
|
|
1311
|
+
/** @deprecated use `ListLocationId$inboundSchema` instead. */
|
|
1312
|
+
ListLocationId$.inboundSchema = exports.ListLocationId$inboundSchema;
|
|
1313
|
+
/** @deprecated use `ListLocationId$outboundSchema` instead. */
|
|
1314
|
+
ListLocationId$.outboundSchema = exports.ListLocationId$outboundSchema;
|
|
1315
|
+
})(ListLocationId$ || (exports.ListLocationId$ = ListLocationId$ = {}));
|
|
1316
|
+
/** @internal */
|
|
1317
|
+
exports.ListOffset$inboundSchema = z
|
|
1318
|
+
.union([
|
|
1319
|
+
z.nativeEnum(exports.ListOffset),
|
|
1320
|
+
z.string().transform(enums_js_1.catchUnrecognizedEnum),
|
|
1321
|
+
]);
|
|
1322
|
+
/** @internal */
|
|
1323
|
+
exports.ListOffset$outboundSchema = z.union([
|
|
1324
|
+
z.nativeEnum(exports.ListOffset),
|
|
1325
|
+
z.string().and(z.custom()),
|
|
1326
|
+
]);
|
|
1327
|
+
/**
|
|
1328
|
+
* @internal
|
|
1329
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1330
|
+
*/
|
|
1331
|
+
var ListOffset$;
|
|
1332
|
+
(function (ListOffset$) {
|
|
1333
|
+
/** @deprecated use `ListOffset$inboundSchema` instead. */
|
|
1334
|
+
ListOffset$.inboundSchema = exports.ListOffset$inboundSchema;
|
|
1335
|
+
/** @deprecated use `ListOffset$outboundSchema` instead. */
|
|
1336
|
+
ListOffset$.outboundSchema = exports.ListOffset$outboundSchema;
|
|
1337
|
+
})(ListOffset$ || (exports.ListOffset$ = ListOffset$ = {}));
|
|
1338
|
+
/** @internal */
|
|
1339
|
+
exports.ListOrder$inboundSchema = z
|
|
1340
|
+
.union([
|
|
1341
|
+
z.nativeEnum(exports.ListOrder),
|
|
1342
|
+
z.string().transform(enums_js_1.catchUnrecognizedEnum),
|
|
1343
|
+
]);
|
|
1344
|
+
/** @internal */
|
|
1345
|
+
exports.ListOrder$outboundSchema = z.union([
|
|
1346
|
+
z.nativeEnum(exports.ListOrder),
|
|
1347
|
+
z.string().and(z.custom()),
|
|
1348
|
+
]);
|
|
1349
|
+
/**
|
|
1350
|
+
* @internal
|
|
1351
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1352
|
+
*/
|
|
1353
|
+
var ListOrder$;
|
|
1354
|
+
(function (ListOrder$) {
|
|
1355
|
+
/** @deprecated use `ListOrder$inboundSchema` instead. */
|
|
1356
|
+
ListOrder$.inboundSchema = exports.ListOrder$inboundSchema;
|
|
1357
|
+
/** @deprecated use `ListOrder$outboundSchema` instead. */
|
|
1358
|
+
ListOrder$.outboundSchema = exports.ListOrder$outboundSchema;
|
|
1359
|
+
})(ListOrder$ || (exports.ListOrder$ = ListOrder$ = {}));
|
|
1360
|
+
/** @internal */
|
|
1361
|
+
exports.ListOrgId$inboundSchema = z
|
|
1362
|
+
.union([
|
|
1363
|
+
z.nativeEnum(exports.ListOrgId),
|
|
1364
|
+
z.string().transform(enums_js_1.catchUnrecognizedEnum),
|
|
1365
|
+
]);
|
|
1366
|
+
/** @internal */
|
|
1367
|
+
exports.ListOrgId$outboundSchema = z.union([
|
|
1368
|
+
z.nativeEnum(exports.ListOrgId),
|
|
1369
|
+
z.string().and(z.custom()),
|
|
1370
|
+
]);
|
|
1371
|
+
/**
|
|
1372
|
+
* @internal
|
|
1373
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1374
|
+
*/
|
|
1375
|
+
var ListOrgId$;
|
|
1376
|
+
(function (ListOrgId$) {
|
|
1377
|
+
/** @deprecated use `ListOrgId$inboundSchema` instead. */
|
|
1378
|
+
ListOrgId$.inboundSchema = exports.ListOrgId$inboundSchema;
|
|
1379
|
+
/** @deprecated use `ListOrgId$outboundSchema` instead. */
|
|
1380
|
+
ListOrgId$.outboundSchema = exports.ListOrgId$outboundSchema;
|
|
1381
|
+
})(ListOrgId$ || (exports.ListOrgId$ = ListOrgId$ = {}));
|
|
1382
|
+
/** @internal */
|
|
1383
|
+
exports.ListPackageId$inboundSchema = z
|
|
1384
|
+
.union([
|
|
1385
|
+
z.nativeEnum(exports.ListPackageId),
|
|
1386
|
+
z.string().transform(enums_js_1.catchUnrecognizedEnum),
|
|
1387
|
+
]);
|
|
1388
|
+
/** @internal */
|
|
1389
|
+
exports.ListPackageId$outboundSchema = z.union([
|
|
1390
|
+
z.nativeEnum(exports.ListPackageId),
|
|
1391
|
+
z.string().and(z.custom()),
|
|
1392
|
+
]);
|
|
1393
|
+
/**
|
|
1394
|
+
* @internal
|
|
1395
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1396
|
+
*/
|
|
1397
|
+
var ListPackageId$;
|
|
1398
|
+
(function (ListPackageId$) {
|
|
1399
|
+
/** @deprecated use `ListPackageId$inboundSchema` instead. */
|
|
1400
|
+
ListPackageId$.inboundSchema = exports.ListPackageId$inboundSchema;
|
|
1401
|
+
/** @deprecated use `ListPackageId$outboundSchema` instead. */
|
|
1402
|
+
ListPackageId$.outboundSchema = exports.ListPackageId$outboundSchema;
|
|
1403
|
+
})(ListPackageId$ || (exports.ListPackageId$ = ListPackageId$ = {}));
|
|
1404
|
+
/** @internal */
|
|
1405
|
+
exports.ListPageId$inboundSchema = z
|
|
1406
|
+
.union([
|
|
1407
|
+
z.nativeEnum(exports.ListPageId),
|
|
1408
|
+
z.string().transform(enums_js_1.catchUnrecognizedEnum),
|
|
1409
|
+
]);
|
|
1410
|
+
/** @internal */
|
|
1411
|
+
exports.ListPageId$outboundSchema = z.union([
|
|
1412
|
+
z.nativeEnum(exports.ListPageId),
|
|
1413
|
+
z.string().and(z.custom()),
|
|
1414
|
+
]);
|
|
1415
|
+
/**
|
|
1416
|
+
* @internal
|
|
1417
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1418
|
+
*/
|
|
1419
|
+
var ListPageId$;
|
|
1420
|
+
(function (ListPageId$) {
|
|
1421
|
+
/** @deprecated use `ListPageId$inboundSchema` instead. */
|
|
1422
|
+
ListPageId$.inboundSchema = exports.ListPageId$inboundSchema;
|
|
1423
|
+
/** @deprecated use `ListPageId$outboundSchema` instead. */
|
|
1424
|
+
ListPageId$.outboundSchema = exports.ListPageId$outboundSchema;
|
|
1425
|
+
})(ListPageId$ || (exports.ListPageId$ = ListPageId$ = {}));
|
|
1426
|
+
/** @internal */
|
|
1427
|
+
exports.ListParentId$inboundSchema = z
|
|
1428
|
+
.union([
|
|
1429
|
+
z.nativeEnum(exports.ListParentId),
|
|
1430
|
+
z.string().transform(enums_js_1.catchUnrecognizedEnum),
|
|
1431
|
+
]);
|
|
1432
|
+
/** @internal */
|
|
1433
|
+
exports.ListParentId$outboundSchema = z.union([
|
|
1434
|
+
z.nativeEnum(exports.ListParentId),
|
|
1435
|
+
z.string().and(z.custom()),
|
|
1436
|
+
]);
|
|
1437
|
+
/**
|
|
1438
|
+
* @internal
|
|
1439
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1440
|
+
*/
|
|
1441
|
+
var ListParentId$;
|
|
1442
|
+
(function (ListParentId$) {
|
|
1443
|
+
/** @deprecated use `ListParentId$inboundSchema` instead. */
|
|
1444
|
+
ListParentId$.inboundSchema = exports.ListParentId$inboundSchema;
|
|
1445
|
+
/** @deprecated use `ListParentId$outboundSchema` instead. */
|
|
1446
|
+
ListParentId$.outboundSchema = exports.ListParentId$outboundSchema;
|
|
1447
|
+
})(ListParentId$ || (exports.ListParentId$ = ListParentId$ = {}));
|
|
1448
|
+
/** @internal */
|
|
1449
|
+
exports.ListPaymentId$inboundSchema = z
|
|
1450
|
+
.union([
|
|
1451
|
+
z.nativeEnum(exports.ListPaymentId),
|
|
1452
|
+
z.string().transform(enums_js_1.catchUnrecognizedEnum),
|
|
1453
|
+
]);
|
|
1454
|
+
/** @internal */
|
|
1455
|
+
exports.ListPaymentId$outboundSchema = z.union([
|
|
1456
|
+
z.nativeEnum(exports.ListPaymentId),
|
|
1457
|
+
z.string().and(z.custom()),
|
|
1458
|
+
]);
|
|
1459
|
+
/**
|
|
1460
|
+
* @internal
|
|
1461
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1462
|
+
*/
|
|
1463
|
+
var ListPaymentId$;
|
|
1464
|
+
(function (ListPaymentId$) {
|
|
1465
|
+
/** @deprecated use `ListPaymentId$inboundSchema` instead. */
|
|
1466
|
+
ListPaymentId$.inboundSchema = exports.ListPaymentId$inboundSchema;
|
|
1467
|
+
/** @deprecated use `ListPaymentId$outboundSchema` instead. */
|
|
1468
|
+
ListPaymentId$.outboundSchema = exports.ListPaymentId$outboundSchema;
|
|
1469
|
+
})(ListPaymentId$ || (exports.ListPaymentId$ = ListPaymentId$ = {}));
|
|
1470
|
+
/** @internal */
|
|
1471
|
+
exports.ListPipelineId$inboundSchema = z
|
|
1472
|
+
.union([
|
|
1473
|
+
z.nativeEnum(exports.ListPipelineId),
|
|
1474
|
+
z.string().transform(enums_js_1.catchUnrecognizedEnum),
|
|
1475
|
+
]);
|
|
1476
|
+
/** @internal */
|
|
1477
|
+
exports.ListPipelineId$outboundSchema = z.union([
|
|
1478
|
+
z.nativeEnum(exports.ListPipelineId),
|
|
1479
|
+
z.string().and(z.custom()),
|
|
1480
|
+
]);
|
|
1481
|
+
/**
|
|
1482
|
+
* @internal
|
|
1483
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1484
|
+
*/
|
|
1485
|
+
var ListPipelineId$;
|
|
1486
|
+
(function (ListPipelineId$) {
|
|
1487
|
+
/** @deprecated use `ListPipelineId$inboundSchema` instead. */
|
|
1488
|
+
ListPipelineId$.inboundSchema = exports.ListPipelineId$inboundSchema;
|
|
1489
|
+
/** @deprecated use `ListPipelineId$outboundSchema` instead. */
|
|
1490
|
+
ListPipelineId$.outboundSchema = exports.ListPipelineId$outboundSchema;
|
|
1491
|
+
})(ListPipelineId$ || (exports.ListPipelineId$ = ListPipelineId$ = {}));
|
|
1492
|
+
/** @internal */
|
|
1493
|
+
exports.ListProjectId$inboundSchema = z
|
|
1494
|
+
.union([
|
|
1495
|
+
z.nativeEnum(exports.ListProjectId),
|
|
1496
|
+
z.string().transform(enums_js_1.catchUnrecognizedEnum),
|
|
1497
|
+
]);
|
|
1498
|
+
/** @internal */
|
|
1499
|
+
exports.ListProjectId$outboundSchema = z.union([
|
|
1500
|
+
z.nativeEnum(exports.ListProjectId),
|
|
1501
|
+
z.string().and(z.custom()),
|
|
1502
|
+
]);
|
|
1503
|
+
/**
|
|
1504
|
+
* @internal
|
|
1505
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1506
|
+
*/
|
|
1507
|
+
var ListProjectId$;
|
|
1508
|
+
(function (ListProjectId$) {
|
|
1509
|
+
/** @deprecated use `ListProjectId$inboundSchema` instead. */
|
|
1510
|
+
ListProjectId$.inboundSchema = exports.ListProjectId$inboundSchema;
|
|
1511
|
+
/** @deprecated use `ListProjectId$outboundSchema` instead. */
|
|
1512
|
+
ListProjectId$.outboundSchema = exports.ListProjectId$outboundSchema;
|
|
1513
|
+
})(ListProjectId$ || (exports.ListProjectId$ = ListProjectId$ = {}));
|
|
1514
|
+
/** @internal */
|
|
1515
|
+
exports.ListQuery$inboundSchema = z
|
|
1516
|
+
.union([
|
|
1517
|
+
z.nativeEnum(exports.ListQuery),
|
|
1518
|
+
z.string().transform(enums_js_1.catchUnrecognizedEnum),
|
|
1519
|
+
]);
|
|
1520
|
+
/** @internal */
|
|
1521
|
+
exports.ListQuery$outboundSchema = z.union([
|
|
1522
|
+
z.nativeEnum(exports.ListQuery),
|
|
1523
|
+
z.string().and(z.custom()),
|
|
1524
|
+
]);
|
|
1525
|
+
/**
|
|
1526
|
+
* @internal
|
|
1527
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1528
|
+
*/
|
|
1529
|
+
var ListQuery$;
|
|
1530
|
+
(function (ListQuery$) {
|
|
1531
|
+
/** @deprecated use `ListQuery$inboundSchema` instead. */
|
|
1532
|
+
ListQuery$.inboundSchema = exports.ListQuery$inboundSchema;
|
|
1533
|
+
/** @deprecated use `ListQuery$outboundSchema` instead. */
|
|
1534
|
+
ListQuery$.outboundSchema = exports.ListQuery$outboundSchema;
|
|
1535
|
+
})(ListQuery$ || (exports.ListQuery$ = ListQuery$ = {}));
|
|
1536
|
+
/** @internal */
|
|
1537
|
+
exports.ListRawFields$inboundSchema = z
|
|
1538
|
+
.union([
|
|
1539
|
+
z.nativeEnum(exports.ListRawFields),
|
|
1540
|
+
z.string().transform(enums_js_1.catchUnrecognizedEnum),
|
|
1541
|
+
]);
|
|
1542
|
+
/** @internal */
|
|
1543
|
+
exports.ListRawFields$outboundSchema = z.union([
|
|
1544
|
+
z.nativeEnum(exports.ListRawFields),
|
|
1545
|
+
z.string().and(z.custom()),
|
|
1546
|
+
]);
|
|
1547
|
+
/**
|
|
1548
|
+
* @internal
|
|
1549
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1550
|
+
*/
|
|
1551
|
+
var ListRawFields$;
|
|
1552
|
+
(function (ListRawFields$) {
|
|
1553
|
+
/** @deprecated use `ListRawFields$inboundSchema` instead. */
|
|
1554
|
+
ListRawFields$.inboundSchema = exports.ListRawFields$inboundSchema;
|
|
1555
|
+
/** @deprecated use `ListRawFields$outboundSchema` instead. */
|
|
1556
|
+
ListRawFields$.outboundSchema = exports.ListRawFields$outboundSchema;
|
|
1557
|
+
})(ListRawFields$ || (exports.ListRawFields$ = ListRawFields$ = {}));
|
|
1558
|
+
/** @internal */
|
|
1559
|
+
exports.ListRepoId$inboundSchema = z
|
|
1560
|
+
.union([
|
|
1561
|
+
z.nativeEnum(exports.ListRepoId),
|
|
1562
|
+
z.string().transform(enums_js_1.catchUnrecognizedEnum),
|
|
1563
|
+
]);
|
|
1564
|
+
/** @internal */
|
|
1565
|
+
exports.ListRepoId$outboundSchema = z.union([
|
|
1566
|
+
z.nativeEnum(exports.ListRepoId),
|
|
1567
|
+
z.string().and(z.custom()),
|
|
1568
|
+
]);
|
|
1569
|
+
/**
|
|
1570
|
+
* @internal
|
|
1571
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1572
|
+
*/
|
|
1573
|
+
var ListRepoId$;
|
|
1574
|
+
(function (ListRepoId$) {
|
|
1575
|
+
/** @deprecated use `ListRepoId$inboundSchema` instead. */
|
|
1576
|
+
ListRepoId$.inboundSchema = exports.ListRepoId$inboundSchema;
|
|
1577
|
+
/** @deprecated use `ListRepoId$outboundSchema` instead. */
|
|
1578
|
+
ListRepoId$.outboundSchema = exports.ListRepoId$outboundSchema;
|
|
1579
|
+
})(ListRepoId$ || (exports.ListRepoId$ = ListRepoId$ = {}));
|
|
1580
|
+
/** @internal */
|
|
1581
|
+
exports.ListRootId$inboundSchema = z
|
|
1582
|
+
.union([
|
|
1583
|
+
z.nativeEnum(exports.ListRootId),
|
|
1584
|
+
z.string().transform(enums_js_1.catchUnrecognizedEnum),
|
|
1585
|
+
]);
|
|
1586
|
+
/** @internal */
|
|
1587
|
+
exports.ListRootId$outboundSchema = z.union([
|
|
1588
|
+
z.nativeEnum(exports.ListRootId),
|
|
1589
|
+
z.string().and(z.custom()),
|
|
1590
|
+
]);
|
|
1591
|
+
/**
|
|
1592
|
+
* @internal
|
|
1593
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1594
|
+
*/
|
|
1595
|
+
var ListRootId$;
|
|
1596
|
+
(function (ListRootId$) {
|
|
1597
|
+
/** @deprecated use `ListRootId$inboundSchema` instead. */
|
|
1598
|
+
ListRootId$.inboundSchema = exports.ListRootId$inboundSchema;
|
|
1599
|
+
/** @deprecated use `ListRootId$outboundSchema` instead. */
|
|
1600
|
+
ListRootId$.outboundSchema = exports.ListRootId$outboundSchema;
|
|
1601
|
+
})(ListRootId$ || (exports.ListRootId$ = ListRootId$ = {}));
|
|
1602
|
+
/** @internal */
|
|
1603
|
+
exports.ListSortByCreatedAt$inboundSchema = z
|
|
1604
|
+
.union([
|
|
1605
|
+
z.nativeEnum(exports.ListSortByCreatedAt),
|
|
1606
|
+
z.string().transform(enums_js_1.catchUnrecognizedEnum),
|
|
1607
|
+
]);
|
|
1608
|
+
/** @internal */
|
|
1609
|
+
exports.ListSortByCreatedAt$outboundSchema = z.union([
|
|
1610
|
+
z.nativeEnum(exports.ListSortByCreatedAt),
|
|
1611
|
+
z.string().and(z.custom()),
|
|
1612
|
+
]);
|
|
1613
|
+
/**
|
|
1614
|
+
* @internal
|
|
1615
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1616
|
+
*/
|
|
1617
|
+
var ListSortByCreatedAt$;
|
|
1618
|
+
(function (ListSortByCreatedAt$) {
|
|
1619
|
+
/** @deprecated use `ListSortByCreatedAt$inboundSchema` instead. */
|
|
1620
|
+
ListSortByCreatedAt$.inboundSchema = exports.ListSortByCreatedAt$inboundSchema;
|
|
1621
|
+
/** @deprecated use `ListSortByCreatedAt$outboundSchema` instead. */
|
|
1622
|
+
ListSortByCreatedAt$.outboundSchema = exports.ListSortByCreatedAt$outboundSchema;
|
|
1623
|
+
})(ListSortByCreatedAt$ || (exports.ListSortByCreatedAt$ = ListSortByCreatedAt$ = {}));
|
|
1624
|
+
/** @internal */
|
|
1625
|
+
exports.ListSortByName$inboundSchema = z
|
|
1626
|
+
.union([
|
|
1627
|
+
z.nativeEnum(exports.ListSortByName),
|
|
1628
|
+
z.string().transform(enums_js_1.catchUnrecognizedEnum),
|
|
1629
|
+
]);
|
|
1630
|
+
/** @internal */
|
|
1631
|
+
exports.ListSortByName$outboundSchema = z.union([
|
|
1632
|
+
z.nativeEnum(exports.ListSortByName),
|
|
1633
|
+
z.string().and(z.custom()),
|
|
1634
|
+
]);
|
|
1635
|
+
/**
|
|
1636
|
+
* @internal
|
|
1637
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1638
|
+
*/
|
|
1639
|
+
var ListSortByName$;
|
|
1640
|
+
(function (ListSortByName$) {
|
|
1641
|
+
/** @deprecated use `ListSortByName$inboundSchema` instead. */
|
|
1642
|
+
ListSortByName$.inboundSchema = exports.ListSortByName$inboundSchema;
|
|
1643
|
+
/** @deprecated use `ListSortByName$outboundSchema` instead. */
|
|
1644
|
+
ListSortByName$.outboundSchema = exports.ListSortByName$outboundSchema;
|
|
1645
|
+
})(ListSortByName$ || (exports.ListSortByName$ = ListSortByName$ = {}));
|
|
1646
|
+
/** @internal */
|
|
1647
|
+
exports.ListSortByUpdatedAt$inboundSchema = z
|
|
1648
|
+
.union([
|
|
1649
|
+
z.nativeEnum(exports.ListSortByUpdatedAt),
|
|
1650
|
+
z.string().transform(enums_js_1.catchUnrecognizedEnum),
|
|
1651
|
+
]);
|
|
1652
|
+
/** @internal */
|
|
1653
|
+
exports.ListSortByUpdatedAt$outboundSchema = z.union([
|
|
1654
|
+
z.nativeEnum(exports.ListSortByUpdatedAt),
|
|
1655
|
+
z.string().and(z.custom()),
|
|
1656
|
+
]);
|
|
1657
|
+
/**
|
|
1658
|
+
* @internal
|
|
1659
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1660
|
+
*/
|
|
1661
|
+
var ListSortByUpdatedAt$;
|
|
1662
|
+
(function (ListSortByUpdatedAt$) {
|
|
1663
|
+
/** @deprecated use `ListSortByUpdatedAt$inboundSchema` instead. */
|
|
1664
|
+
ListSortByUpdatedAt$.inboundSchema = exports.ListSortByUpdatedAt$inboundSchema;
|
|
1665
|
+
/** @deprecated use `ListSortByUpdatedAt$outboundSchema` instead. */
|
|
1666
|
+
ListSortByUpdatedAt$.outboundSchema = exports.ListSortByUpdatedAt$outboundSchema;
|
|
1667
|
+
})(ListSortByUpdatedAt$ || (exports.ListSortByUpdatedAt$ = ListSortByUpdatedAt$ = {}));
|
|
1668
|
+
/** @internal */
|
|
1669
|
+
exports.ListSpaceId$inboundSchema = z
|
|
1670
|
+
.union([
|
|
1671
|
+
z.nativeEnum(exports.ListSpaceId),
|
|
1672
|
+
z.string().transform(enums_js_1.catchUnrecognizedEnum),
|
|
1673
|
+
]);
|
|
1674
|
+
/** @internal */
|
|
1675
|
+
exports.ListSpaceId$outboundSchema = z.union([
|
|
1676
|
+
z.nativeEnum(exports.ListSpaceId),
|
|
1677
|
+
z.string().and(z.custom()),
|
|
1678
|
+
]);
|
|
1679
|
+
/**
|
|
1680
|
+
* @internal
|
|
1681
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1682
|
+
*/
|
|
1683
|
+
var ListSpaceId$;
|
|
1684
|
+
(function (ListSpaceId$) {
|
|
1685
|
+
/** @deprecated use `ListSpaceId$inboundSchema` instead. */
|
|
1686
|
+
ListSpaceId$.inboundSchema = exports.ListSpaceId$inboundSchema;
|
|
1687
|
+
/** @deprecated use `ListSpaceId$outboundSchema` instead. */
|
|
1688
|
+
ListSpaceId$.outboundSchema = exports.ListSpaceId$outboundSchema;
|
|
1689
|
+
})(ListSpaceId$ || (exports.ListSpaceId$ = ListSpaceId$ = {}));
|
|
1690
|
+
/** @internal */
|
|
1691
|
+
exports.ListStartGte$inboundSchema = z
|
|
1692
|
+
.union([
|
|
1693
|
+
z.nativeEnum(exports.ListStartGte),
|
|
1694
|
+
z.string().transform(enums_js_1.catchUnrecognizedEnum),
|
|
1695
|
+
]);
|
|
1696
|
+
/** @internal */
|
|
1697
|
+
exports.ListStartGte$outboundSchema = z.union([
|
|
1698
|
+
z.nativeEnum(exports.ListStartGte),
|
|
1699
|
+
z.string().and(z.custom()),
|
|
1700
|
+
]);
|
|
1701
|
+
/**
|
|
1702
|
+
* @internal
|
|
1703
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1704
|
+
*/
|
|
1705
|
+
var ListStartGte$;
|
|
1706
|
+
(function (ListStartGte$) {
|
|
1707
|
+
/** @deprecated use `ListStartGte$inboundSchema` instead. */
|
|
1708
|
+
ListStartGte$.inboundSchema = exports.ListStartGte$inboundSchema;
|
|
1709
|
+
/** @deprecated use `ListStartGte$outboundSchema` instead. */
|
|
1710
|
+
ListStartGte$.outboundSchema = exports.ListStartGte$outboundSchema;
|
|
1711
|
+
})(ListStartGte$ || (exports.ListStartGte$ = ListStartGte$ = {}));
|
|
1712
|
+
/** @internal */
|
|
1713
|
+
exports.ListStatus$inboundSchema = z
|
|
1714
|
+
.union([
|
|
1715
|
+
z.nativeEnum(exports.ListStatus),
|
|
1716
|
+
z.string().transform(enums_js_1.catchUnrecognizedEnum),
|
|
1717
|
+
]);
|
|
1718
|
+
/** @internal */
|
|
1719
|
+
exports.ListStatus$outboundSchema = z.union([
|
|
1720
|
+
z.nativeEnum(exports.ListStatus),
|
|
1721
|
+
z.string().and(z.custom()),
|
|
1722
|
+
]);
|
|
1723
|
+
/**
|
|
1724
|
+
* @internal
|
|
1725
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1726
|
+
*/
|
|
1727
|
+
var ListStatus$;
|
|
1728
|
+
(function (ListStatus$) {
|
|
1729
|
+
/** @deprecated use `ListStatus$inboundSchema` instead. */
|
|
1730
|
+
ListStatus$.inboundSchema = exports.ListStatus$inboundSchema;
|
|
1731
|
+
/** @deprecated use `ListStatus$outboundSchema` instead. */
|
|
1732
|
+
ListStatus$.outboundSchema = exports.ListStatus$outboundSchema;
|
|
1733
|
+
})(ListStatus$ || (exports.ListStatus$ = ListStatus$ = {}));
|
|
1734
|
+
/** @internal */
|
|
1735
|
+
exports.ListStudentId$inboundSchema = z
|
|
1736
|
+
.union([
|
|
1737
|
+
z.nativeEnum(exports.ListStudentId),
|
|
1738
|
+
z.string().transform(enums_js_1.catchUnrecognizedEnum),
|
|
1739
|
+
]);
|
|
1740
|
+
/** @internal */
|
|
1741
|
+
exports.ListStudentId$outboundSchema = z.union([
|
|
1742
|
+
z.nativeEnum(exports.ListStudentId),
|
|
1743
|
+
z.string().and(z.custom()),
|
|
1744
|
+
]);
|
|
1745
|
+
/**
|
|
1746
|
+
* @internal
|
|
1747
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1748
|
+
*/
|
|
1749
|
+
var ListStudentId$;
|
|
1750
|
+
(function (ListStudentId$) {
|
|
1751
|
+
/** @deprecated use `ListStudentId$inboundSchema` instead. */
|
|
1752
|
+
ListStudentId$.inboundSchema = exports.ListStudentId$inboundSchema;
|
|
1753
|
+
/** @deprecated use `ListStudentId$outboundSchema` instead. */
|
|
1754
|
+
ListStudentId$.outboundSchema = exports.ListStudentId$outboundSchema;
|
|
1755
|
+
})(ListStudentId$ || (exports.ListStudentId$ = ListStudentId$ = {}));
|
|
1756
|
+
/** @internal */
|
|
1757
|
+
exports.ListTaskId$inboundSchema = z
|
|
1758
|
+
.union([
|
|
1759
|
+
z.nativeEnum(exports.ListTaskId),
|
|
1760
|
+
z.string().transform(enums_js_1.catchUnrecognizedEnum),
|
|
1761
|
+
]);
|
|
1762
|
+
/** @internal */
|
|
1763
|
+
exports.ListTaskId$outboundSchema = z.union([
|
|
1764
|
+
z.nativeEnum(exports.ListTaskId),
|
|
1765
|
+
z.string().and(z.custom()),
|
|
1766
|
+
]);
|
|
1767
|
+
/**
|
|
1768
|
+
* @internal
|
|
1769
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1770
|
+
*/
|
|
1771
|
+
var ListTaskId$;
|
|
1772
|
+
(function (ListTaskId$) {
|
|
1773
|
+
/** @deprecated use `ListTaskId$inboundSchema` instead. */
|
|
1774
|
+
ListTaskId$.inboundSchema = exports.ListTaskId$inboundSchema;
|
|
1775
|
+
/** @deprecated use `ListTaskId$outboundSchema` instead. */
|
|
1776
|
+
ListTaskId$.outboundSchema = exports.ListTaskId$outboundSchema;
|
|
1777
|
+
})(ListTaskId$ || (exports.ListTaskId$ = ListTaskId$ = {}));
|
|
1778
|
+
/** @internal */
|
|
1779
|
+
exports.ListTeacherId$inboundSchema = z
|
|
1780
|
+
.union([
|
|
1781
|
+
z.nativeEnum(exports.ListTeacherId),
|
|
1782
|
+
z.string().transform(enums_js_1.catchUnrecognizedEnum),
|
|
1783
|
+
]);
|
|
1784
|
+
/** @internal */
|
|
1785
|
+
exports.ListTeacherId$outboundSchema = z.union([
|
|
1786
|
+
z.nativeEnum(exports.ListTeacherId),
|
|
1787
|
+
z.string().and(z.custom()),
|
|
1788
|
+
]);
|
|
1789
|
+
/**
|
|
1790
|
+
* @internal
|
|
1791
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1792
|
+
*/
|
|
1793
|
+
var ListTeacherId$;
|
|
1794
|
+
(function (ListTeacherId$) {
|
|
1795
|
+
/** @deprecated use `ListTeacherId$inboundSchema` instead. */
|
|
1796
|
+
ListTeacherId$.inboundSchema = exports.ListTeacherId$inboundSchema;
|
|
1797
|
+
/** @deprecated use `ListTeacherId$outboundSchema` instead. */
|
|
1798
|
+
ListTeacherId$.outboundSchema = exports.ListTeacherId$outboundSchema;
|
|
1799
|
+
})(ListTeacherId$ || (exports.ListTeacherId$ = ListTeacherId$ = {}));
|
|
1800
|
+
/** @internal */
|
|
1801
|
+
exports.ListTicketId$inboundSchema = z
|
|
1802
|
+
.union([
|
|
1803
|
+
z.nativeEnum(exports.ListTicketId),
|
|
1804
|
+
z.string().transform(enums_js_1.catchUnrecognizedEnum),
|
|
1805
|
+
]);
|
|
1806
|
+
/** @internal */
|
|
1807
|
+
exports.ListTicketId$outboundSchema = z.union([
|
|
1808
|
+
z.nativeEnum(exports.ListTicketId),
|
|
1809
|
+
z.string().and(z.custom()),
|
|
1810
|
+
]);
|
|
1811
|
+
/**
|
|
1812
|
+
* @internal
|
|
1813
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1814
|
+
*/
|
|
1815
|
+
var ListTicketId$;
|
|
1816
|
+
(function (ListTicketId$) {
|
|
1817
|
+
/** @deprecated use `ListTicketId$inboundSchema` instead. */
|
|
1818
|
+
ListTicketId$.inboundSchema = exports.ListTicketId$inboundSchema;
|
|
1819
|
+
/** @deprecated use `ListTicketId$outboundSchema` instead. */
|
|
1820
|
+
ListTicketId$.outboundSchema = exports.ListTicketId$outboundSchema;
|
|
1821
|
+
})(ListTicketId$ || (exports.ListTicketId$ = ListTicketId$ = {}));
|
|
1822
|
+
/** @internal */
|
|
1823
|
+
exports.ListType$inboundSchema = z
|
|
1824
|
+
.union([
|
|
1825
|
+
z.nativeEnum(exports.ListType),
|
|
1826
|
+
z.string().transform(enums_js_1.catchUnrecognizedEnum),
|
|
1827
|
+
]);
|
|
1828
|
+
/** @internal */
|
|
1829
|
+
exports.ListType$outboundSchema = z.union([
|
|
1830
|
+
z.nativeEnum(exports.ListType),
|
|
1831
|
+
z.string().and(z.custom()),
|
|
1832
|
+
]);
|
|
1833
|
+
/**
|
|
1834
|
+
* @internal
|
|
1835
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1836
|
+
*/
|
|
1837
|
+
var ListType$;
|
|
1838
|
+
(function (ListType$) {
|
|
1839
|
+
/** @deprecated use `ListType$inboundSchema` instead. */
|
|
1840
|
+
ListType$.inboundSchema = exports.ListType$inboundSchema;
|
|
1841
|
+
/** @deprecated use `ListType$outboundSchema` instead. */
|
|
1842
|
+
ListType$.outboundSchema = exports.ListType$outboundSchema;
|
|
1843
|
+
})(ListType$ || (exports.ListType$ = ListType$ = {}));
|
|
1844
|
+
/** @internal */
|
|
1845
|
+
exports.ListUpdatedGte$inboundSchema = z
|
|
1846
|
+
.union([
|
|
1847
|
+
z.nativeEnum(exports.ListUpdatedGte),
|
|
1848
|
+
z.string().transform(enums_js_1.catchUnrecognizedEnum),
|
|
1849
|
+
]);
|
|
1850
|
+
/** @internal */
|
|
1851
|
+
exports.ListUpdatedGte$outboundSchema = z.union([
|
|
1852
|
+
z.nativeEnum(exports.ListUpdatedGte),
|
|
1853
|
+
z.string().and(z.custom()),
|
|
1854
|
+
]);
|
|
1855
|
+
/**
|
|
1856
|
+
* @internal
|
|
1857
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1858
|
+
*/
|
|
1859
|
+
var ListUpdatedGte$;
|
|
1860
|
+
(function (ListUpdatedGte$) {
|
|
1861
|
+
/** @deprecated use `ListUpdatedGte$inboundSchema` instead. */
|
|
1862
|
+
ListUpdatedGte$.inboundSchema = exports.ListUpdatedGte$inboundSchema;
|
|
1863
|
+
/** @deprecated use `ListUpdatedGte$outboundSchema` instead. */
|
|
1864
|
+
ListUpdatedGte$.outboundSchema = exports.ListUpdatedGte$outboundSchema;
|
|
1865
|
+
})(ListUpdatedGte$ || (exports.ListUpdatedGte$ = ListUpdatedGte$ = {}));
|
|
1866
|
+
/** @internal */
|
|
1867
|
+
exports.ListUserId$inboundSchema = z
|
|
1868
|
+
.union([
|
|
1869
|
+
z.nativeEnum(exports.ListUserId),
|
|
1870
|
+
z.string().transform(enums_js_1.catchUnrecognizedEnum),
|
|
1871
|
+
]);
|
|
1872
|
+
/** @internal */
|
|
1873
|
+
exports.ListUserId$outboundSchema = z.union([
|
|
1874
|
+
z.nativeEnum(exports.ListUserId),
|
|
1875
|
+
z.string().and(z.custom()),
|
|
1876
|
+
]);
|
|
1877
|
+
/**
|
|
1878
|
+
* @internal
|
|
1879
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1880
|
+
*/
|
|
1881
|
+
var ListUserId$;
|
|
1882
|
+
(function (ListUserId$) {
|
|
1883
|
+
/** @deprecated use `ListUserId$inboundSchema` instead. */
|
|
1884
|
+
ListUserId$.inboundSchema = exports.ListUserId$inboundSchema;
|
|
1885
|
+
/** @deprecated use `ListUserId$outboundSchema` instead. */
|
|
1886
|
+
ListUserId$.outboundSchema = exports.ListUserId$outboundSchema;
|
|
1887
|
+
})(ListUserId$ || (exports.ListUserId$ = ListUserId$ = {}));
|
|
1888
|
+
/** @internal */
|
|
1889
|
+
exports.NativeWebhookCalendarId$inboundSchema = z
|
|
1890
|
+
.union([
|
|
1891
|
+
z.nativeEnum(exports.NativeWebhookCalendarId),
|
|
1892
|
+
z.string().transform(enums_js_1.catchUnrecognizedEnum),
|
|
1893
|
+
]);
|
|
1894
|
+
/** @internal */
|
|
1895
|
+
exports.NativeWebhookCalendarId$outboundSchema = z.union([
|
|
1896
|
+
z.nativeEnum(exports.NativeWebhookCalendarId),
|
|
1897
|
+
z.string().and(z.custom()),
|
|
1898
|
+
]);
|
|
1899
|
+
/**
|
|
1900
|
+
* @internal
|
|
1901
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1902
|
+
*/
|
|
1903
|
+
var NativeWebhookCalendarId$;
|
|
1904
|
+
(function (NativeWebhookCalendarId$) {
|
|
1905
|
+
/** @deprecated use `NativeWebhookCalendarId$inboundSchema` instead. */
|
|
1906
|
+
NativeWebhookCalendarId$.inboundSchema = exports.NativeWebhookCalendarId$inboundSchema;
|
|
1907
|
+
/** @deprecated use `NativeWebhookCalendarId$outboundSchema` instead. */
|
|
1908
|
+
NativeWebhookCalendarId$.outboundSchema = exports.NativeWebhookCalendarId$outboundSchema;
|
|
1909
|
+
})(NativeWebhookCalendarId$ || (exports.NativeWebhookCalendarId$ = NativeWebhookCalendarId$ = {}));
|
|
1910
|
+
/** @internal */
|
|
1911
|
+
exports.NativeWebhookChannelId$inboundSchema = z
|
|
1912
|
+
.union([
|
|
1913
|
+
z.nativeEnum(exports.NativeWebhookChannelId),
|
|
1914
|
+
z.string().transform(enums_js_1.catchUnrecognizedEnum),
|
|
1915
|
+
]);
|
|
1916
|
+
/** @internal */
|
|
1917
|
+
exports.NativeWebhookChannelId$outboundSchema = z.union([
|
|
1918
|
+
z.nativeEnum(exports.NativeWebhookChannelId),
|
|
1919
|
+
z.string().and(z.custom()),
|
|
1920
|
+
]);
|
|
1921
|
+
/**
|
|
1922
|
+
* @internal
|
|
1923
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1924
|
+
*/
|
|
1925
|
+
var NativeWebhookChannelId$;
|
|
1926
|
+
(function (NativeWebhookChannelId$) {
|
|
1927
|
+
/** @deprecated use `NativeWebhookChannelId$inboundSchema` instead. */
|
|
1928
|
+
NativeWebhookChannelId$.inboundSchema = exports.NativeWebhookChannelId$inboundSchema;
|
|
1929
|
+
/** @deprecated use `NativeWebhookChannelId$outboundSchema` instead. */
|
|
1930
|
+
NativeWebhookChannelId$.outboundSchema = exports.NativeWebhookChannelId$outboundSchema;
|
|
1931
|
+
})(NativeWebhookChannelId$ || (exports.NativeWebhookChannelId$ = NativeWebhookChannelId$ = {}));
|
|
1932
|
+
/** @internal */
|
|
1933
|
+
exports.NativeWebhookCompanyId$inboundSchema = z
|
|
1934
|
+
.union([
|
|
1935
|
+
z.nativeEnum(exports.NativeWebhookCompanyId),
|
|
1936
|
+
z.string().transform(enums_js_1.catchUnrecognizedEnum),
|
|
1937
|
+
]);
|
|
1938
|
+
/** @internal */
|
|
1939
|
+
exports.NativeWebhookCompanyId$outboundSchema = z.union([
|
|
1940
|
+
z.nativeEnum(exports.NativeWebhookCompanyId),
|
|
1941
|
+
z.string().and(z.custom()),
|
|
1942
|
+
]);
|
|
1943
|
+
/**
|
|
1944
|
+
* @internal
|
|
1945
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1946
|
+
*/
|
|
1947
|
+
var NativeWebhookCompanyId$;
|
|
1948
|
+
(function (NativeWebhookCompanyId$) {
|
|
1949
|
+
/** @deprecated use `NativeWebhookCompanyId$inboundSchema` instead. */
|
|
1950
|
+
NativeWebhookCompanyId$.inboundSchema = exports.NativeWebhookCompanyId$inboundSchema;
|
|
1951
|
+
/** @deprecated use `NativeWebhookCompanyId$outboundSchema` instead. */
|
|
1952
|
+
NativeWebhookCompanyId$.outboundSchema = exports.NativeWebhookCompanyId$outboundSchema;
|
|
1953
|
+
})(NativeWebhookCompanyId$ || (exports.NativeWebhookCompanyId$ = NativeWebhookCompanyId$ = {}));
|
|
1954
|
+
/** @internal */
|
|
1955
|
+
exports.NativeWebhookEventId$inboundSchema = z
|
|
1956
|
+
.union([
|
|
1957
|
+
z.nativeEnum(exports.NativeWebhookEventId),
|
|
1958
|
+
z.string().transform(enums_js_1.catchUnrecognizedEnum),
|
|
1959
|
+
]);
|
|
1960
|
+
/** @internal */
|
|
1961
|
+
exports.NativeWebhookEventId$outboundSchema = z.union([
|
|
1962
|
+
z.nativeEnum(exports.NativeWebhookEventId),
|
|
1963
|
+
z.string().and(z.custom()),
|
|
1964
|
+
]);
|
|
1965
|
+
/**
|
|
1966
|
+
* @internal
|
|
1967
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1968
|
+
*/
|
|
1969
|
+
var NativeWebhookEventId$;
|
|
1970
|
+
(function (NativeWebhookEventId$) {
|
|
1971
|
+
/** @deprecated use `NativeWebhookEventId$inboundSchema` instead. */
|
|
1972
|
+
NativeWebhookEventId$.inboundSchema = exports.NativeWebhookEventId$inboundSchema;
|
|
1973
|
+
/** @deprecated use `NativeWebhookEventId$outboundSchema` instead. */
|
|
1974
|
+
NativeWebhookEventId$.outboundSchema = exports.NativeWebhookEventId$outboundSchema;
|
|
1975
|
+
})(NativeWebhookEventId$ || (exports.NativeWebhookEventId$ = NativeWebhookEventId$ = {}));
|
|
1976
|
+
/** @internal */
|
|
1977
|
+
exports.NativeWebhookParentId$inboundSchema = z
|
|
1978
|
+
.union([
|
|
1979
|
+
z.nativeEnum(exports.NativeWebhookParentId),
|
|
1980
|
+
z.string().transform(enums_js_1.catchUnrecognizedEnum),
|
|
1981
|
+
]);
|
|
1982
|
+
/** @internal */
|
|
1983
|
+
exports.NativeWebhookParentId$outboundSchema = z.union([
|
|
1984
|
+
z.nativeEnum(exports.NativeWebhookParentId),
|
|
1985
|
+
z.string().and(z.custom()),
|
|
1986
|
+
]);
|
|
1987
|
+
/**
|
|
1988
|
+
* @internal
|
|
1989
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
1990
|
+
*/
|
|
1991
|
+
var NativeWebhookParentId$;
|
|
1992
|
+
(function (NativeWebhookParentId$) {
|
|
1993
|
+
/** @deprecated use `NativeWebhookParentId$inboundSchema` instead. */
|
|
1994
|
+
NativeWebhookParentId$.inboundSchema = exports.NativeWebhookParentId$inboundSchema;
|
|
1995
|
+
/** @deprecated use `NativeWebhookParentId$outboundSchema` instead. */
|
|
1996
|
+
NativeWebhookParentId$.outboundSchema = exports.NativeWebhookParentId$outboundSchema;
|
|
1997
|
+
})(NativeWebhookParentId$ || (exports.NativeWebhookParentId$ = NativeWebhookParentId$ = {}));
|
|
1998
|
+
/** @internal */
|
|
1999
|
+
exports.NativeWebhookProjectId$inboundSchema = z
|
|
2000
|
+
.union([
|
|
2001
|
+
z.nativeEnum(exports.NativeWebhookProjectId),
|
|
2002
|
+
z.string().transform(enums_js_1.catchUnrecognizedEnum),
|
|
2003
|
+
]);
|
|
2004
|
+
/** @internal */
|
|
2005
|
+
exports.NativeWebhookProjectId$outboundSchema = z.union([
|
|
2006
|
+
z.nativeEnum(exports.NativeWebhookProjectId),
|
|
2007
|
+
z.string().and(z.custom()),
|
|
2008
|
+
]);
|
|
2009
|
+
/**
|
|
2010
|
+
* @internal
|
|
2011
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2012
|
+
*/
|
|
2013
|
+
var NativeWebhookProjectId$;
|
|
2014
|
+
(function (NativeWebhookProjectId$) {
|
|
2015
|
+
/** @deprecated use `NativeWebhookProjectId$inboundSchema` instead. */
|
|
2016
|
+
NativeWebhookProjectId$.inboundSchema = exports.NativeWebhookProjectId$inboundSchema;
|
|
2017
|
+
/** @deprecated use `NativeWebhookProjectId$outboundSchema` instead. */
|
|
2018
|
+
NativeWebhookProjectId$.outboundSchema = exports.NativeWebhookProjectId$outboundSchema;
|
|
2019
|
+
})(NativeWebhookProjectId$ || (exports.NativeWebhookProjectId$ = NativeWebhookProjectId$ = {}));
|
|
2020
|
+
/** @internal */
|
|
2021
|
+
exports.NativeWebhookTaskId$inboundSchema = z
|
|
2022
|
+
.union([
|
|
2023
|
+
z.nativeEnum(exports.NativeWebhookTaskId),
|
|
2024
|
+
z.string().transform(enums_js_1.catchUnrecognizedEnum),
|
|
2025
|
+
]);
|
|
2026
|
+
/** @internal */
|
|
2027
|
+
exports.NativeWebhookTaskId$outboundSchema = z.union([
|
|
2028
|
+
z.nativeEnum(exports.NativeWebhookTaskId),
|
|
2029
|
+
z.string().and(z.custom()),
|
|
2030
|
+
]);
|
|
2031
|
+
/**
|
|
2032
|
+
* @internal
|
|
2033
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2034
|
+
*/
|
|
2035
|
+
var NativeWebhookTaskId$;
|
|
2036
|
+
(function (NativeWebhookTaskId$) {
|
|
2037
|
+
/** @deprecated use `NativeWebhookTaskId$inboundSchema` instead. */
|
|
2038
|
+
NativeWebhookTaskId$.inboundSchema = exports.NativeWebhookTaskId$inboundSchema;
|
|
2039
|
+
/** @deprecated use `NativeWebhookTaskId$outboundSchema` instead. */
|
|
2040
|
+
NativeWebhookTaskId$.outboundSchema = exports.NativeWebhookTaskId$outboundSchema;
|
|
2041
|
+
})(NativeWebhookTaskId$ || (exports.NativeWebhookTaskId$ = NativeWebhookTaskId$ = {}));
|
|
2042
|
+
/** @internal */
|
|
2043
|
+
exports.SearchDomain$inboundSchema = z
|
|
2044
|
+
.union([
|
|
2045
|
+
z.nativeEnum(exports.SearchDomain),
|
|
2046
|
+
z.string().transform(enums_js_1.catchUnrecognizedEnum),
|
|
2047
|
+
]);
|
|
2048
|
+
/** @internal */
|
|
2049
|
+
exports.SearchDomain$outboundSchema = z.union([
|
|
2050
|
+
z.nativeEnum(exports.SearchDomain),
|
|
2051
|
+
z.string().and(z.custom()),
|
|
2052
|
+
]);
|
|
2053
|
+
/**
|
|
2054
|
+
* @internal
|
|
2055
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2056
|
+
*/
|
|
2057
|
+
var SearchDomain$;
|
|
2058
|
+
(function (SearchDomain$) {
|
|
2059
|
+
/** @deprecated use `SearchDomain$inboundSchema` instead. */
|
|
2060
|
+
SearchDomain$.inboundSchema = exports.SearchDomain$inboundSchema;
|
|
2061
|
+
/** @deprecated use `SearchDomain$outboundSchema` instead. */
|
|
2062
|
+
SearchDomain$.outboundSchema = exports.SearchDomain$outboundSchema;
|
|
2063
|
+
})(SearchDomain$ || (exports.SearchDomain$ = SearchDomain$ = {}));
|
|
2064
|
+
/** @internal */
|
|
2065
|
+
exports.SearchEmail$inboundSchema = z
|
|
2066
|
+
.union([
|
|
2067
|
+
z.nativeEnum(exports.SearchEmail),
|
|
2068
|
+
z.string().transform(enums_js_1.catchUnrecognizedEnum),
|
|
2069
|
+
]);
|
|
2070
|
+
/** @internal */
|
|
2071
|
+
exports.SearchEmail$outboundSchema = z.union([
|
|
2072
|
+
z.nativeEnum(exports.SearchEmail),
|
|
2073
|
+
z.string().and(z.custom()),
|
|
2074
|
+
]);
|
|
2075
|
+
/**
|
|
2076
|
+
* @internal
|
|
2077
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2078
|
+
*/
|
|
2079
|
+
var SearchEmail$;
|
|
2080
|
+
(function (SearchEmail$) {
|
|
2081
|
+
/** @deprecated use `SearchEmail$inboundSchema` instead. */
|
|
2082
|
+
SearchEmail$.inboundSchema = exports.SearchEmail$inboundSchema;
|
|
2083
|
+
/** @deprecated use `SearchEmail$outboundSchema` instead. */
|
|
2084
|
+
SearchEmail$.outboundSchema = exports.SearchEmail$outboundSchema;
|
|
2085
|
+
})(SearchEmail$ || (exports.SearchEmail$ = SearchEmail$ = {}));
|
|
2086
|
+
/** @internal */
|
|
2087
|
+
exports.SearchLinkedinurl$inboundSchema = z
|
|
2088
|
+
.union([
|
|
2089
|
+
z.nativeEnum(exports.SearchLinkedinurl),
|
|
2090
|
+
z.string().transform(enums_js_1.catchUnrecognizedEnum),
|
|
2091
|
+
]);
|
|
2092
|
+
/** @internal */
|
|
2093
|
+
exports.SearchLinkedinurl$outboundSchema = z.union([
|
|
2094
|
+
z.nativeEnum(exports.SearchLinkedinurl),
|
|
2095
|
+
z.string().and(z.custom()),
|
|
2096
|
+
]);
|
|
2097
|
+
/**
|
|
2098
|
+
* @internal
|
|
2099
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2100
|
+
*/
|
|
2101
|
+
var SearchLinkedinurl$;
|
|
2102
|
+
(function (SearchLinkedinurl$) {
|
|
2103
|
+
/** @deprecated use `SearchLinkedinurl$inboundSchema` instead. */
|
|
2104
|
+
SearchLinkedinurl$.inboundSchema = exports.SearchLinkedinurl$inboundSchema;
|
|
2105
|
+
/** @deprecated use `SearchLinkedinurl$outboundSchema` instead. */
|
|
2106
|
+
SearchLinkedinurl$.outboundSchema = exports.SearchLinkedinurl$outboundSchema;
|
|
2107
|
+
})(SearchLinkedinurl$ || (exports.SearchLinkedinurl$ = SearchLinkedinurl$ = {}));
|
|
2108
|
+
/** @internal */
|
|
2109
|
+
exports.SearchName$inboundSchema = z
|
|
2110
|
+
.union([
|
|
2111
|
+
z.nativeEnum(exports.SearchName),
|
|
2112
|
+
z.string().transform(enums_js_1.catchUnrecognizedEnum),
|
|
2113
|
+
]);
|
|
2114
|
+
/** @internal */
|
|
2115
|
+
exports.SearchName$outboundSchema = z.union([
|
|
2116
|
+
z.nativeEnum(exports.SearchName),
|
|
2117
|
+
z.string().and(z.custom()),
|
|
2118
|
+
]);
|
|
2119
|
+
/**
|
|
2120
|
+
* @internal
|
|
2121
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2122
|
+
*/
|
|
2123
|
+
var SearchName$;
|
|
2124
|
+
(function (SearchName$) {
|
|
2125
|
+
/** @deprecated use `SearchName$inboundSchema` instead. */
|
|
2126
|
+
SearchName$.inboundSchema = exports.SearchName$inboundSchema;
|
|
2127
|
+
/** @deprecated use `SearchName$outboundSchema` instead. */
|
|
2128
|
+
SearchName$.outboundSchema = exports.SearchName$outboundSchema;
|
|
2129
|
+
})(SearchName$ || (exports.SearchName$ = SearchName$ = {}));
|
|
2130
|
+
/** @internal */
|
|
2131
|
+
exports.SearchTwitter$inboundSchema = z
|
|
2132
|
+
.union([
|
|
2133
|
+
z.nativeEnum(exports.SearchTwitter),
|
|
2134
|
+
z.string().transform(enums_js_1.catchUnrecognizedEnum),
|
|
2135
|
+
]);
|
|
2136
|
+
/** @internal */
|
|
2137
|
+
exports.SearchTwitter$outboundSchema = z.union([
|
|
2138
|
+
z.nativeEnum(exports.SearchTwitter),
|
|
2139
|
+
z.string().and(z.custom()),
|
|
2140
|
+
]);
|
|
2141
|
+
/**
|
|
2142
|
+
* @internal
|
|
2143
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2144
|
+
*/
|
|
2145
|
+
var SearchTwitter$;
|
|
2146
|
+
(function (SearchTwitter$) {
|
|
2147
|
+
/** @deprecated use `SearchTwitter$inboundSchema` instead. */
|
|
2148
|
+
SearchTwitter$.inboundSchema = exports.SearchTwitter$inboundSchema;
|
|
2149
|
+
/** @deprecated use `SearchTwitter$outboundSchema` instead. */
|
|
2150
|
+
SearchTwitter$.outboundSchema = exports.SearchTwitter$outboundSchema;
|
|
2151
|
+
})(SearchTwitter$ || (exports.SearchTwitter$ = SearchTwitter$ = {}));
|
|
2152
|
+
/** @internal */
|
|
2153
|
+
exports.VirtualWebhookApplicationId$inboundSchema = z
|
|
2154
|
+
.union([
|
|
2155
|
+
z.nativeEnum(exports.VirtualWebhookApplicationId),
|
|
2156
|
+
z.string().transform(enums_js_1.catchUnrecognizedEnum),
|
|
2157
|
+
]);
|
|
2158
|
+
/** @internal */
|
|
2159
|
+
exports.VirtualWebhookApplicationId$outboundSchema = z.union([
|
|
2160
|
+
z.nativeEnum(exports.VirtualWebhookApplicationId),
|
|
2161
|
+
z.string().and(z.custom()),
|
|
2162
|
+
]);
|
|
2163
|
+
/**
|
|
2164
|
+
* @internal
|
|
2165
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2166
|
+
*/
|
|
2167
|
+
var VirtualWebhookApplicationId$;
|
|
2168
|
+
(function (VirtualWebhookApplicationId$) {
|
|
2169
|
+
/** @deprecated use `VirtualWebhookApplicationId$inboundSchema` instead. */
|
|
2170
|
+
VirtualWebhookApplicationId$.inboundSchema = exports.VirtualWebhookApplicationId$inboundSchema;
|
|
2171
|
+
/** @deprecated use `VirtualWebhookApplicationId$outboundSchema` instead. */
|
|
2172
|
+
VirtualWebhookApplicationId$.outboundSchema = exports.VirtualWebhookApplicationId$outboundSchema;
|
|
2173
|
+
})(VirtualWebhookApplicationId$ || (exports.VirtualWebhookApplicationId$ = VirtualWebhookApplicationId$ = {}));
|
|
2174
|
+
/** @internal */
|
|
2175
|
+
exports.VirtualWebhookBranchId$inboundSchema = z
|
|
2176
|
+
.union([
|
|
2177
|
+
z.nativeEnum(exports.VirtualWebhookBranchId),
|
|
2178
|
+
z.string().transform(enums_js_1.catchUnrecognizedEnum),
|
|
2179
|
+
]);
|
|
2180
|
+
/** @internal */
|
|
2181
|
+
exports.VirtualWebhookBranchId$outboundSchema = z.union([
|
|
2182
|
+
z.nativeEnum(exports.VirtualWebhookBranchId),
|
|
2183
|
+
z.string().and(z.custom()),
|
|
2184
|
+
]);
|
|
2185
|
+
/**
|
|
2186
|
+
* @internal
|
|
2187
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2188
|
+
*/
|
|
2189
|
+
var VirtualWebhookBranchId$;
|
|
2190
|
+
(function (VirtualWebhookBranchId$) {
|
|
2191
|
+
/** @deprecated use `VirtualWebhookBranchId$inboundSchema` instead. */
|
|
2192
|
+
VirtualWebhookBranchId$.inboundSchema = exports.VirtualWebhookBranchId$inboundSchema;
|
|
2193
|
+
/** @deprecated use `VirtualWebhookBranchId$outboundSchema` instead. */
|
|
2194
|
+
VirtualWebhookBranchId$.outboundSchema = exports.VirtualWebhookBranchId$outboundSchema;
|
|
2195
|
+
})(VirtualWebhookBranchId$ || (exports.VirtualWebhookBranchId$ = VirtualWebhookBranchId$ = {}));
|
|
2196
|
+
/** @internal */
|
|
2197
|
+
exports.VirtualWebhookCalendarId$inboundSchema = z
|
|
2198
|
+
.union([
|
|
2199
|
+
z.nativeEnum(exports.VirtualWebhookCalendarId),
|
|
2200
|
+
z.string().transform(enums_js_1.catchUnrecognizedEnum),
|
|
2201
|
+
]);
|
|
2202
|
+
/** @internal */
|
|
2203
|
+
exports.VirtualWebhookCalendarId$outboundSchema = z.union([
|
|
2204
|
+
z.nativeEnum(exports.VirtualWebhookCalendarId),
|
|
2205
|
+
z.string().and(z.custom()),
|
|
2206
|
+
]);
|
|
2207
|
+
/**
|
|
2208
|
+
* @internal
|
|
2209
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2210
|
+
*/
|
|
2211
|
+
var VirtualWebhookCalendarId$;
|
|
2212
|
+
(function (VirtualWebhookCalendarId$) {
|
|
2213
|
+
/** @deprecated use `VirtualWebhookCalendarId$inboundSchema` instead. */
|
|
2214
|
+
VirtualWebhookCalendarId$.inboundSchema = exports.VirtualWebhookCalendarId$inboundSchema;
|
|
2215
|
+
/** @deprecated use `VirtualWebhookCalendarId$outboundSchema` instead. */
|
|
2216
|
+
VirtualWebhookCalendarId$.outboundSchema = exports.VirtualWebhookCalendarId$outboundSchema;
|
|
2217
|
+
})(VirtualWebhookCalendarId$ || (exports.VirtualWebhookCalendarId$ = VirtualWebhookCalendarId$ = {}));
|
|
2218
|
+
/** @internal */
|
|
2219
|
+
exports.VirtualWebhookCallId$inboundSchema = z
|
|
2220
|
+
.union([
|
|
2221
|
+
z.nativeEnum(exports.VirtualWebhookCallId),
|
|
2222
|
+
z.string().transform(enums_js_1.catchUnrecognizedEnum),
|
|
2223
|
+
]);
|
|
2224
|
+
/** @internal */
|
|
2225
|
+
exports.VirtualWebhookCallId$outboundSchema = z.union([
|
|
2226
|
+
z.nativeEnum(exports.VirtualWebhookCallId),
|
|
2227
|
+
z.string().and(z.custom()),
|
|
2228
|
+
]);
|
|
2229
|
+
/**
|
|
2230
|
+
* @internal
|
|
2231
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2232
|
+
*/
|
|
2233
|
+
var VirtualWebhookCallId$;
|
|
2234
|
+
(function (VirtualWebhookCallId$) {
|
|
2235
|
+
/** @deprecated use `VirtualWebhookCallId$inboundSchema` instead. */
|
|
2236
|
+
VirtualWebhookCallId$.inboundSchema = exports.VirtualWebhookCallId$inboundSchema;
|
|
2237
|
+
/** @deprecated use `VirtualWebhookCallId$outboundSchema` instead. */
|
|
2238
|
+
VirtualWebhookCallId$.outboundSchema = exports.VirtualWebhookCallId$outboundSchema;
|
|
2239
|
+
})(VirtualWebhookCallId$ || (exports.VirtualWebhookCallId$ = VirtualWebhookCallId$ = {}));
|
|
2240
|
+
/** @internal */
|
|
2241
|
+
exports.VirtualWebhookCandidateId$inboundSchema = z
|
|
2242
|
+
.union([
|
|
2243
|
+
z.nativeEnum(exports.VirtualWebhookCandidateId),
|
|
2244
|
+
z.string().transform(enums_js_1.catchUnrecognizedEnum),
|
|
2245
|
+
]);
|
|
2246
|
+
/** @internal */
|
|
2247
|
+
exports.VirtualWebhookCandidateId$outboundSchema = z.union([
|
|
2248
|
+
z.nativeEnum(exports.VirtualWebhookCandidateId),
|
|
2249
|
+
z.string().and(z.custom()),
|
|
2250
|
+
]);
|
|
2251
|
+
/**
|
|
2252
|
+
* @internal
|
|
2253
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2254
|
+
*/
|
|
2255
|
+
var VirtualWebhookCandidateId$;
|
|
2256
|
+
(function (VirtualWebhookCandidateId$) {
|
|
2257
|
+
/** @deprecated use `VirtualWebhookCandidateId$inboundSchema` instead. */
|
|
2258
|
+
VirtualWebhookCandidateId$.inboundSchema = exports.VirtualWebhookCandidateId$inboundSchema;
|
|
2259
|
+
/** @deprecated use `VirtualWebhookCandidateId$outboundSchema` instead. */
|
|
2260
|
+
VirtualWebhookCandidateId$.outboundSchema = exports.VirtualWebhookCandidateId$outboundSchema;
|
|
2261
|
+
})(VirtualWebhookCandidateId$ || (exports.VirtualWebhookCandidateId$ = VirtualWebhookCandidateId$ = {}));
|
|
2262
|
+
/** @internal */
|
|
2263
|
+
exports.VirtualWebhookChannelId$inboundSchema = z
|
|
2264
|
+
.union([
|
|
2265
|
+
z.nativeEnum(exports.VirtualWebhookChannelId),
|
|
2266
|
+
z.string().transform(enums_js_1.catchUnrecognizedEnum),
|
|
2267
|
+
]);
|
|
2268
|
+
/** @internal */
|
|
2269
|
+
exports.VirtualWebhookChannelId$outboundSchema = z.union([
|
|
2270
|
+
z.nativeEnum(exports.VirtualWebhookChannelId),
|
|
2271
|
+
z.string().and(z.custom()),
|
|
2272
|
+
]);
|
|
2273
|
+
/**
|
|
2274
|
+
* @internal
|
|
2275
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2276
|
+
*/
|
|
2277
|
+
var VirtualWebhookChannelId$;
|
|
2278
|
+
(function (VirtualWebhookChannelId$) {
|
|
2279
|
+
/** @deprecated use `VirtualWebhookChannelId$inboundSchema` instead. */
|
|
2280
|
+
VirtualWebhookChannelId$.inboundSchema = exports.VirtualWebhookChannelId$inboundSchema;
|
|
2281
|
+
/** @deprecated use `VirtualWebhookChannelId$outboundSchema` instead. */
|
|
2282
|
+
VirtualWebhookChannelId$.outboundSchema = exports.VirtualWebhookChannelId$outboundSchema;
|
|
2283
|
+
})(VirtualWebhookChannelId$ || (exports.VirtualWebhookChannelId$ = VirtualWebhookChannelId$ = {}));
|
|
2284
|
+
/** @internal */
|
|
2285
|
+
exports.VirtualWebhookCollectionId$inboundSchema = z
|
|
2286
|
+
.union([
|
|
2287
|
+
z.nativeEnum(exports.VirtualWebhookCollectionId),
|
|
2288
|
+
z.string().transform(enums_js_1.catchUnrecognizedEnum),
|
|
2289
|
+
]);
|
|
2290
|
+
/** @internal */
|
|
2291
|
+
exports.VirtualWebhookCollectionId$outboundSchema = z.union([
|
|
2292
|
+
z.nativeEnum(exports.VirtualWebhookCollectionId),
|
|
2293
|
+
z.string().and(z.custom()),
|
|
2294
|
+
]);
|
|
2295
|
+
/**
|
|
2296
|
+
* @internal
|
|
2297
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2298
|
+
*/
|
|
2299
|
+
var VirtualWebhookCollectionId$;
|
|
2300
|
+
(function (VirtualWebhookCollectionId$) {
|
|
2301
|
+
/** @deprecated use `VirtualWebhookCollectionId$inboundSchema` instead. */
|
|
2302
|
+
VirtualWebhookCollectionId$.inboundSchema = exports.VirtualWebhookCollectionId$inboundSchema;
|
|
2303
|
+
/** @deprecated use `VirtualWebhookCollectionId$outboundSchema` instead. */
|
|
2304
|
+
VirtualWebhookCollectionId$.outboundSchema = exports.VirtualWebhookCollectionId$outboundSchema;
|
|
2305
|
+
})(VirtualWebhookCollectionId$ || (exports.VirtualWebhookCollectionId$ = VirtualWebhookCollectionId$ = {}));
|
|
2306
|
+
/** @internal */
|
|
2307
|
+
exports.VirtualWebhookCompanyId$inboundSchema = z
|
|
2308
|
+
.union([
|
|
2309
|
+
z.nativeEnum(exports.VirtualWebhookCompanyId),
|
|
2310
|
+
z.string().transform(enums_js_1.catchUnrecognizedEnum),
|
|
2311
|
+
]);
|
|
2312
|
+
/** @internal */
|
|
2313
|
+
exports.VirtualWebhookCompanyId$outboundSchema = z.union([
|
|
2314
|
+
z.nativeEnum(exports.VirtualWebhookCompanyId),
|
|
2315
|
+
z.string().and(z.custom()),
|
|
2316
|
+
]);
|
|
2317
|
+
/**
|
|
2318
|
+
* @internal
|
|
2319
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2320
|
+
*/
|
|
2321
|
+
var VirtualWebhookCompanyId$;
|
|
2322
|
+
(function (VirtualWebhookCompanyId$) {
|
|
2323
|
+
/** @deprecated use `VirtualWebhookCompanyId$inboundSchema` instead. */
|
|
2324
|
+
VirtualWebhookCompanyId$.inboundSchema = exports.VirtualWebhookCompanyId$inboundSchema;
|
|
2325
|
+
/** @deprecated use `VirtualWebhookCompanyId$outboundSchema` instead. */
|
|
2326
|
+
VirtualWebhookCompanyId$.outboundSchema = exports.VirtualWebhookCompanyId$outboundSchema;
|
|
2327
|
+
})(VirtualWebhookCompanyId$ || (exports.VirtualWebhookCompanyId$ = VirtualWebhookCompanyId$ = {}));
|
|
2328
|
+
/** @internal */
|
|
2329
|
+
exports.VirtualWebhookContactId$inboundSchema = z
|
|
2330
|
+
.union([
|
|
2331
|
+
z.nativeEnum(exports.VirtualWebhookContactId),
|
|
2332
|
+
z.string().transform(enums_js_1.catchUnrecognizedEnum),
|
|
2333
|
+
]);
|
|
2334
|
+
/** @internal */
|
|
2335
|
+
exports.VirtualWebhookContactId$outboundSchema = z.union([
|
|
2336
|
+
z.nativeEnum(exports.VirtualWebhookContactId),
|
|
2337
|
+
z.string().and(z.custom()),
|
|
2338
|
+
]);
|
|
2339
|
+
/**
|
|
2340
|
+
* @internal
|
|
2341
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2342
|
+
*/
|
|
2343
|
+
var VirtualWebhookContactId$;
|
|
2344
|
+
(function (VirtualWebhookContactId$) {
|
|
2345
|
+
/** @deprecated use `VirtualWebhookContactId$inboundSchema` instead. */
|
|
2346
|
+
VirtualWebhookContactId$.inboundSchema = exports.VirtualWebhookContactId$inboundSchema;
|
|
2347
|
+
/** @deprecated use `VirtualWebhookContactId$outboundSchema` instead. */
|
|
2348
|
+
VirtualWebhookContactId$.outboundSchema = exports.VirtualWebhookContactId$outboundSchema;
|
|
2349
|
+
})(VirtualWebhookContactId$ || (exports.VirtualWebhookContactId$ = VirtualWebhookContactId$ = {}));
|
|
2350
|
+
/** @internal */
|
|
2351
|
+
exports.VirtualWebhookCustomerId$inboundSchema = z
|
|
2352
|
+
.union([
|
|
2353
|
+
z.nativeEnum(exports.VirtualWebhookCustomerId),
|
|
2354
|
+
z.string().transform(enums_js_1.catchUnrecognizedEnum),
|
|
2355
|
+
]);
|
|
2356
|
+
/** @internal */
|
|
2357
|
+
exports.VirtualWebhookCustomerId$outboundSchema = z.union([
|
|
2358
|
+
z.nativeEnum(exports.VirtualWebhookCustomerId),
|
|
2359
|
+
z.string().and(z.custom()),
|
|
2360
|
+
]);
|
|
2361
|
+
/**
|
|
2362
|
+
* @internal
|
|
2363
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2364
|
+
*/
|
|
2365
|
+
var VirtualWebhookCustomerId$;
|
|
2366
|
+
(function (VirtualWebhookCustomerId$) {
|
|
2367
|
+
/** @deprecated use `VirtualWebhookCustomerId$inboundSchema` instead. */
|
|
2368
|
+
VirtualWebhookCustomerId$.inboundSchema = exports.VirtualWebhookCustomerId$inboundSchema;
|
|
2369
|
+
/** @deprecated use `VirtualWebhookCustomerId$outboundSchema` instead. */
|
|
2370
|
+
VirtualWebhookCustomerId$.outboundSchema = exports.VirtualWebhookCustomerId$outboundSchema;
|
|
2371
|
+
})(VirtualWebhookCustomerId$ || (exports.VirtualWebhookCustomerId$ = VirtualWebhookCustomerId$ = {}));
|
|
2372
|
+
/** @internal */
|
|
2373
|
+
exports.VirtualWebhookDealId$inboundSchema = z
|
|
2374
|
+
.union([
|
|
2375
|
+
z.nativeEnum(exports.VirtualWebhookDealId),
|
|
2376
|
+
z.string().transform(enums_js_1.catchUnrecognizedEnum),
|
|
2377
|
+
]);
|
|
2378
|
+
/** @internal */
|
|
2379
|
+
exports.VirtualWebhookDealId$outboundSchema = z.union([
|
|
2380
|
+
z.nativeEnum(exports.VirtualWebhookDealId),
|
|
2381
|
+
z.string().and(z.custom()),
|
|
2382
|
+
]);
|
|
2383
|
+
/**
|
|
2384
|
+
* @internal
|
|
2385
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2386
|
+
*/
|
|
2387
|
+
var VirtualWebhookDealId$;
|
|
2388
|
+
(function (VirtualWebhookDealId$) {
|
|
2389
|
+
/** @deprecated use `VirtualWebhookDealId$inboundSchema` instead. */
|
|
2390
|
+
VirtualWebhookDealId$.inboundSchema = exports.VirtualWebhookDealId$inboundSchema;
|
|
2391
|
+
/** @deprecated use `VirtualWebhookDealId$outboundSchema` instead. */
|
|
2392
|
+
VirtualWebhookDealId$.outboundSchema = exports.VirtualWebhookDealId$outboundSchema;
|
|
2393
|
+
})(VirtualWebhookDealId$ || (exports.VirtualWebhookDealId$ = VirtualWebhookDealId$ = {}));
|
|
2394
|
+
/** @internal */
|
|
2395
|
+
exports.VirtualWebhookEndLe$inboundSchema = z
|
|
2396
|
+
.union([
|
|
2397
|
+
z.nativeEnum(exports.VirtualWebhookEndLe),
|
|
2398
|
+
z.string().transform(enums_js_1.catchUnrecognizedEnum),
|
|
2399
|
+
]);
|
|
2400
|
+
/** @internal */
|
|
2401
|
+
exports.VirtualWebhookEndLe$outboundSchema = z.union([
|
|
2402
|
+
z.nativeEnum(exports.VirtualWebhookEndLe),
|
|
2403
|
+
z.string().and(z.custom()),
|
|
2404
|
+
]);
|
|
2405
|
+
/**
|
|
2406
|
+
* @internal
|
|
2407
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2408
|
+
*/
|
|
2409
|
+
var VirtualWebhookEndLe$;
|
|
2410
|
+
(function (VirtualWebhookEndLe$) {
|
|
2411
|
+
/** @deprecated use `VirtualWebhookEndLe$inboundSchema` instead. */
|
|
2412
|
+
VirtualWebhookEndLe$.inboundSchema = exports.VirtualWebhookEndLe$inboundSchema;
|
|
2413
|
+
/** @deprecated use `VirtualWebhookEndLe$outboundSchema` instead. */
|
|
2414
|
+
VirtualWebhookEndLe$.outboundSchema = exports.VirtualWebhookEndLe$outboundSchema;
|
|
2415
|
+
})(VirtualWebhookEndLe$ || (exports.VirtualWebhookEndLe$ = VirtualWebhookEndLe$ = {}));
|
|
2416
|
+
/** @internal */
|
|
2417
|
+
exports.VirtualWebhookEndLt$inboundSchema = z
|
|
2418
|
+
.union([
|
|
2419
|
+
z.nativeEnum(exports.VirtualWebhookEndLt),
|
|
2420
|
+
z.string().transform(enums_js_1.catchUnrecognizedEnum),
|
|
2421
|
+
]);
|
|
2422
|
+
/** @internal */
|
|
2423
|
+
exports.VirtualWebhookEndLt$outboundSchema = z.union([
|
|
2424
|
+
z.nativeEnum(exports.VirtualWebhookEndLt),
|
|
2425
|
+
z.string().and(z.custom()),
|
|
2426
|
+
]);
|
|
2427
|
+
/**
|
|
2428
|
+
* @internal
|
|
2429
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2430
|
+
*/
|
|
2431
|
+
var VirtualWebhookEndLt$;
|
|
2432
|
+
(function (VirtualWebhookEndLt$) {
|
|
2433
|
+
/** @deprecated use `VirtualWebhookEndLt$inboundSchema` instead. */
|
|
2434
|
+
VirtualWebhookEndLt$.inboundSchema = exports.VirtualWebhookEndLt$inboundSchema;
|
|
2435
|
+
/** @deprecated use `VirtualWebhookEndLt$outboundSchema` instead. */
|
|
2436
|
+
VirtualWebhookEndLt$.outboundSchema = exports.VirtualWebhookEndLt$outboundSchema;
|
|
2437
|
+
})(VirtualWebhookEndLt$ || (exports.VirtualWebhookEndLt$ = VirtualWebhookEndLt$ = {}));
|
|
2438
|
+
/** @internal */
|
|
2439
|
+
exports.VirtualWebhookEventId$inboundSchema = z
|
|
2440
|
+
.union([
|
|
2441
|
+
z.nativeEnum(exports.VirtualWebhookEventId),
|
|
2442
|
+
z.string().transform(enums_js_1.catchUnrecognizedEnum),
|
|
2443
|
+
]);
|
|
2444
|
+
/** @internal */
|
|
2445
|
+
exports.VirtualWebhookEventId$outboundSchema = z.union([
|
|
2446
|
+
z.nativeEnum(exports.VirtualWebhookEventId),
|
|
2447
|
+
z.string().and(z.custom()),
|
|
2448
|
+
]);
|
|
2449
|
+
/**
|
|
2450
|
+
* @internal
|
|
2451
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2452
|
+
*/
|
|
2453
|
+
var VirtualWebhookEventId$;
|
|
2454
|
+
(function (VirtualWebhookEventId$) {
|
|
2455
|
+
/** @deprecated use `VirtualWebhookEventId$inboundSchema` instead. */
|
|
2456
|
+
VirtualWebhookEventId$.inboundSchema = exports.VirtualWebhookEventId$inboundSchema;
|
|
2457
|
+
/** @deprecated use `VirtualWebhookEventId$outboundSchema` instead. */
|
|
2458
|
+
VirtualWebhookEventId$.outboundSchema = exports.VirtualWebhookEventId$outboundSchema;
|
|
2459
|
+
})(VirtualWebhookEventId$ || (exports.VirtualWebhookEventId$ = VirtualWebhookEventId$ = {}));
|
|
2460
|
+
/** @internal */
|
|
2461
|
+
exports.VirtualWebhookExpand$inboundSchema = z
|
|
2462
|
+
.union([
|
|
2463
|
+
z.nativeEnum(exports.VirtualWebhookExpand),
|
|
2464
|
+
z.string().transform(enums_js_1.catchUnrecognizedEnum),
|
|
2465
|
+
]);
|
|
2466
|
+
/** @internal */
|
|
2467
|
+
exports.VirtualWebhookExpand$outboundSchema = z.union([
|
|
2468
|
+
z.nativeEnum(exports.VirtualWebhookExpand),
|
|
2469
|
+
z.string().and(z.custom()),
|
|
2470
|
+
]);
|
|
2471
|
+
/**
|
|
2472
|
+
* @internal
|
|
2473
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2474
|
+
*/
|
|
2475
|
+
var VirtualWebhookExpand$;
|
|
2476
|
+
(function (VirtualWebhookExpand$) {
|
|
2477
|
+
/** @deprecated use `VirtualWebhookExpand$inboundSchema` instead. */
|
|
2478
|
+
VirtualWebhookExpand$.inboundSchema = exports.VirtualWebhookExpand$inboundSchema;
|
|
2479
|
+
/** @deprecated use `VirtualWebhookExpand$outboundSchema` instead. */
|
|
2480
|
+
VirtualWebhookExpand$.outboundSchema = exports.VirtualWebhookExpand$outboundSchema;
|
|
2481
|
+
})(VirtualWebhookExpand$ || (exports.VirtualWebhookExpand$ = VirtualWebhookExpand$ = {}));
|
|
2482
|
+
/** @internal */
|
|
2483
|
+
exports.VirtualWebhookFields$inboundSchema = z
|
|
2484
|
+
.union([
|
|
2485
|
+
z.nativeEnum(exports.VirtualWebhookFields),
|
|
2486
|
+
z.string().transform(enums_js_1.catchUnrecognizedEnum),
|
|
2487
|
+
]);
|
|
2488
|
+
/** @internal */
|
|
2489
|
+
exports.VirtualWebhookFields$outboundSchema = z.union([
|
|
2490
|
+
z.nativeEnum(exports.VirtualWebhookFields),
|
|
2491
|
+
z.string().and(z.custom()),
|
|
2492
|
+
]);
|
|
2493
|
+
/**
|
|
2494
|
+
* @internal
|
|
2495
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2496
|
+
*/
|
|
2497
|
+
var VirtualWebhookFields$;
|
|
2498
|
+
(function (VirtualWebhookFields$) {
|
|
2499
|
+
/** @deprecated use `VirtualWebhookFields$inboundSchema` instead. */
|
|
2500
|
+
VirtualWebhookFields$.inboundSchema = exports.VirtualWebhookFields$inboundSchema;
|
|
2501
|
+
/** @deprecated use `VirtualWebhookFields$outboundSchema` instead. */
|
|
2502
|
+
VirtualWebhookFields$.outboundSchema = exports.VirtualWebhookFields$outboundSchema;
|
|
2503
|
+
})(VirtualWebhookFields$ || (exports.VirtualWebhookFields$ = VirtualWebhookFields$ = {}));
|
|
2504
|
+
/** @internal */
|
|
2505
|
+
exports.VirtualWebhookItemId$inboundSchema = z
|
|
2506
|
+
.union([
|
|
2507
|
+
z.nativeEnum(exports.VirtualWebhookItemId),
|
|
2508
|
+
z.string().transform(enums_js_1.catchUnrecognizedEnum),
|
|
2509
|
+
]);
|
|
2510
|
+
/** @internal */
|
|
2511
|
+
exports.VirtualWebhookItemId$outboundSchema = z.union([
|
|
2512
|
+
z.nativeEnum(exports.VirtualWebhookItemId),
|
|
2513
|
+
z.string().and(z.custom()),
|
|
2514
|
+
]);
|
|
2515
|
+
/**
|
|
2516
|
+
* @internal
|
|
2517
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2518
|
+
*/
|
|
2519
|
+
var VirtualWebhookItemId$;
|
|
2520
|
+
(function (VirtualWebhookItemId$) {
|
|
2521
|
+
/** @deprecated use `VirtualWebhookItemId$inboundSchema` instead. */
|
|
2522
|
+
VirtualWebhookItemId$.inboundSchema = exports.VirtualWebhookItemId$inboundSchema;
|
|
2523
|
+
/** @deprecated use `VirtualWebhookItemId$outboundSchema` instead. */
|
|
2524
|
+
VirtualWebhookItemId$.outboundSchema = exports.VirtualWebhookItemId$outboundSchema;
|
|
2525
|
+
})(VirtualWebhookItemId$ || (exports.VirtualWebhookItemId$ = VirtualWebhookItemId$ = {}));
|
|
2526
|
+
/** @internal */
|
|
2527
|
+
exports.VirtualWebhookItemVariantId$inboundSchema = z
|
|
2528
|
+
.union([
|
|
2529
|
+
z.nativeEnum(exports.VirtualWebhookItemVariantId),
|
|
2530
|
+
z.string().transform(enums_js_1.catchUnrecognizedEnum),
|
|
2531
|
+
]);
|
|
2532
|
+
/** @internal */
|
|
2533
|
+
exports.VirtualWebhookItemVariantId$outboundSchema = z.union([
|
|
2534
|
+
z.nativeEnum(exports.VirtualWebhookItemVariantId),
|
|
2535
|
+
z.string().and(z.custom()),
|
|
2536
|
+
]);
|
|
2537
|
+
/**
|
|
2538
|
+
* @internal
|
|
2539
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2540
|
+
*/
|
|
2541
|
+
var VirtualWebhookItemVariantId$;
|
|
2542
|
+
(function (VirtualWebhookItemVariantId$) {
|
|
2543
|
+
/** @deprecated use `VirtualWebhookItemVariantId$inboundSchema` instead. */
|
|
2544
|
+
VirtualWebhookItemVariantId$.inboundSchema = exports.VirtualWebhookItemVariantId$inboundSchema;
|
|
2545
|
+
/** @deprecated use `VirtualWebhookItemVariantId$outboundSchema` instead. */
|
|
2546
|
+
VirtualWebhookItemVariantId$.outboundSchema = exports.VirtualWebhookItemVariantId$outboundSchema;
|
|
2547
|
+
})(VirtualWebhookItemVariantId$ || (exports.VirtualWebhookItemVariantId$ = VirtualWebhookItemVariantId$ = {}));
|
|
2548
|
+
/** @internal */
|
|
2549
|
+
exports.VirtualWebhookJobId$inboundSchema = z
|
|
2550
|
+
.union([
|
|
2551
|
+
z.nativeEnum(exports.VirtualWebhookJobId),
|
|
2552
|
+
z.string().transform(enums_js_1.catchUnrecognizedEnum),
|
|
2553
|
+
]);
|
|
2554
|
+
/** @internal */
|
|
2555
|
+
exports.VirtualWebhookJobId$outboundSchema = z.union([
|
|
2556
|
+
z.nativeEnum(exports.VirtualWebhookJobId),
|
|
2557
|
+
z.string().and(z.custom()),
|
|
2558
|
+
]);
|
|
2559
|
+
/**
|
|
2560
|
+
* @internal
|
|
2561
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2562
|
+
*/
|
|
2563
|
+
var VirtualWebhookJobId$;
|
|
2564
|
+
(function (VirtualWebhookJobId$) {
|
|
2565
|
+
/** @deprecated use `VirtualWebhookJobId$inboundSchema` instead. */
|
|
2566
|
+
VirtualWebhookJobId$.inboundSchema = exports.VirtualWebhookJobId$inboundSchema;
|
|
2567
|
+
/** @deprecated use `VirtualWebhookJobId$outboundSchema` instead. */
|
|
2568
|
+
VirtualWebhookJobId$.outboundSchema = exports.VirtualWebhookJobId$outboundSchema;
|
|
2569
|
+
})(VirtualWebhookJobId$ || (exports.VirtualWebhookJobId$ = VirtualWebhookJobId$ = {}));
|
|
2570
|
+
/** @internal */
|
|
2571
|
+
exports.VirtualWebhookLimit$inboundSchema = z
|
|
2572
|
+
.union([
|
|
2573
|
+
z.nativeEnum(exports.VirtualWebhookLimit),
|
|
2574
|
+
z.string().transform(enums_js_1.catchUnrecognizedEnum),
|
|
2575
|
+
]);
|
|
2576
|
+
/** @internal */
|
|
2577
|
+
exports.VirtualWebhookLimit$outboundSchema = z.union([
|
|
2578
|
+
z.nativeEnum(exports.VirtualWebhookLimit),
|
|
2579
|
+
z.string().and(z.custom()),
|
|
2580
|
+
]);
|
|
2581
|
+
/**
|
|
2582
|
+
* @internal
|
|
2583
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2584
|
+
*/
|
|
2585
|
+
var VirtualWebhookLimit$;
|
|
2586
|
+
(function (VirtualWebhookLimit$) {
|
|
2587
|
+
/** @deprecated use `VirtualWebhookLimit$inboundSchema` instead. */
|
|
2588
|
+
VirtualWebhookLimit$.inboundSchema = exports.VirtualWebhookLimit$inboundSchema;
|
|
2589
|
+
/** @deprecated use `VirtualWebhookLimit$outboundSchema` instead. */
|
|
2590
|
+
VirtualWebhookLimit$.outboundSchema = exports.VirtualWebhookLimit$outboundSchema;
|
|
2591
|
+
})(VirtualWebhookLimit$ || (exports.VirtualWebhookLimit$ = VirtualWebhookLimit$ = {}));
|
|
2592
|
+
/** @internal */
|
|
2593
|
+
exports.VirtualWebhookListId$inboundSchema = z
|
|
2594
|
+
.union([
|
|
2595
|
+
z.nativeEnum(exports.VirtualWebhookListId),
|
|
2596
|
+
z.string().transform(enums_js_1.catchUnrecognizedEnum),
|
|
2597
|
+
]);
|
|
2598
|
+
/** @internal */
|
|
2599
|
+
exports.VirtualWebhookListId$outboundSchema = z.union([
|
|
2600
|
+
z.nativeEnum(exports.VirtualWebhookListId),
|
|
2601
|
+
z.string().and(z.custom()),
|
|
2602
|
+
]);
|
|
2603
|
+
/**
|
|
2604
|
+
* @internal
|
|
2605
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2606
|
+
*/
|
|
2607
|
+
var VirtualWebhookListId$;
|
|
2608
|
+
(function (VirtualWebhookListId$) {
|
|
2609
|
+
/** @deprecated use `VirtualWebhookListId$inboundSchema` instead. */
|
|
2610
|
+
VirtualWebhookListId$.inboundSchema = exports.VirtualWebhookListId$inboundSchema;
|
|
2611
|
+
/** @deprecated use `VirtualWebhookListId$outboundSchema` instead. */
|
|
2612
|
+
VirtualWebhookListId$.outboundSchema = exports.VirtualWebhookListId$outboundSchema;
|
|
2613
|
+
})(VirtualWebhookListId$ || (exports.VirtualWebhookListId$ = VirtualWebhookListId$ = {}));
|
|
2614
|
+
/** @internal */
|
|
2615
|
+
exports.VirtualWebhookLocationId$inboundSchema = z
|
|
2616
|
+
.union([
|
|
2617
|
+
z.nativeEnum(exports.VirtualWebhookLocationId),
|
|
2618
|
+
z.string().transform(enums_js_1.catchUnrecognizedEnum),
|
|
2619
|
+
]);
|
|
2620
|
+
/** @internal */
|
|
2621
|
+
exports.VirtualWebhookLocationId$outboundSchema = z.union([
|
|
2622
|
+
z.nativeEnum(exports.VirtualWebhookLocationId),
|
|
2623
|
+
z.string().and(z.custom()),
|
|
2624
|
+
]);
|
|
2625
|
+
/**
|
|
2626
|
+
* @internal
|
|
2627
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2628
|
+
*/
|
|
2629
|
+
var VirtualWebhookLocationId$;
|
|
2630
|
+
(function (VirtualWebhookLocationId$) {
|
|
2631
|
+
/** @deprecated use `VirtualWebhookLocationId$inboundSchema` instead. */
|
|
2632
|
+
VirtualWebhookLocationId$.inboundSchema = exports.VirtualWebhookLocationId$inboundSchema;
|
|
2633
|
+
/** @deprecated use `VirtualWebhookLocationId$outboundSchema` instead. */
|
|
2634
|
+
VirtualWebhookLocationId$.outboundSchema = exports.VirtualWebhookLocationId$outboundSchema;
|
|
2635
|
+
})(VirtualWebhookLocationId$ || (exports.VirtualWebhookLocationId$ = VirtualWebhookLocationId$ = {}));
|
|
2636
|
+
/** @internal */
|
|
2637
|
+
exports.VirtualWebhookOrgId$inboundSchema = z
|
|
2638
|
+
.union([
|
|
2639
|
+
z.nativeEnum(exports.VirtualWebhookOrgId),
|
|
2640
|
+
z.string().transform(enums_js_1.catchUnrecognizedEnum),
|
|
2641
|
+
]);
|
|
2642
|
+
/** @internal */
|
|
2643
|
+
exports.VirtualWebhookOrgId$outboundSchema = z.union([
|
|
2644
|
+
z.nativeEnum(exports.VirtualWebhookOrgId),
|
|
2645
|
+
z.string().and(z.custom()),
|
|
2646
|
+
]);
|
|
2647
|
+
/**
|
|
2648
|
+
* @internal
|
|
2649
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2650
|
+
*/
|
|
2651
|
+
var VirtualWebhookOrgId$;
|
|
2652
|
+
(function (VirtualWebhookOrgId$) {
|
|
2653
|
+
/** @deprecated use `VirtualWebhookOrgId$inboundSchema` instead. */
|
|
2654
|
+
VirtualWebhookOrgId$.inboundSchema = exports.VirtualWebhookOrgId$inboundSchema;
|
|
2655
|
+
/** @deprecated use `VirtualWebhookOrgId$outboundSchema` instead. */
|
|
2656
|
+
VirtualWebhookOrgId$.outboundSchema = exports.VirtualWebhookOrgId$outboundSchema;
|
|
2657
|
+
})(VirtualWebhookOrgId$ || (exports.VirtualWebhookOrgId$ = VirtualWebhookOrgId$ = {}));
|
|
2658
|
+
/** @internal */
|
|
2659
|
+
exports.VirtualWebhookPageId$inboundSchema = z
|
|
2660
|
+
.union([
|
|
2661
|
+
z.nativeEnum(exports.VirtualWebhookPageId),
|
|
2662
|
+
z.string().transform(enums_js_1.catchUnrecognizedEnum),
|
|
2663
|
+
]);
|
|
2664
|
+
/** @internal */
|
|
2665
|
+
exports.VirtualWebhookPageId$outboundSchema = z.union([
|
|
2666
|
+
z.nativeEnum(exports.VirtualWebhookPageId),
|
|
2667
|
+
z.string().and(z.custom()),
|
|
2668
|
+
]);
|
|
2669
|
+
/**
|
|
2670
|
+
* @internal
|
|
2671
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2672
|
+
*/
|
|
2673
|
+
var VirtualWebhookPageId$;
|
|
2674
|
+
(function (VirtualWebhookPageId$) {
|
|
2675
|
+
/** @deprecated use `VirtualWebhookPageId$inboundSchema` instead. */
|
|
2676
|
+
VirtualWebhookPageId$.inboundSchema = exports.VirtualWebhookPageId$inboundSchema;
|
|
2677
|
+
/** @deprecated use `VirtualWebhookPageId$outboundSchema` instead. */
|
|
2678
|
+
VirtualWebhookPageId$.outboundSchema = exports.VirtualWebhookPageId$outboundSchema;
|
|
2679
|
+
})(VirtualWebhookPageId$ || (exports.VirtualWebhookPageId$ = VirtualWebhookPageId$ = {}));
|
|
2680
|
+
/** @internal */
|
|
2681
|
+
exports.VirtualWebhookParentId$inboundSchema = z
|
|
2682
|
+
.union([
|
|
2683
|
+
z.nativeEnum(exports.VirtualWebhookParentId),
|
|
2684
|
+
z.string().transform(enums_js_1.catchUnrecognizedEnum),
|
|
2685
|
+
]);
|
|
2686
|
+
/** @internal */
|
|
2687
|
+
exports.VirtualWebhookParentId$outboundSchema = z.union([
|
|
2688
|
+
z.nativeEnum(exports.VirtualWebhookParentId),
|
|
2689
|
+
z.string().and(z.custom()),
|
|
2690
|
+
]);
|
|
2691
|
+
/**
|
|
2692
|
+
* @internal
|
|
2693
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2694
|
+
*/
|
|
2695
|
+
var VirtualWebhookParentId$;
|
|
2696
|
+
(function (VirtualWebhookParentId$) {
|
|
2697
|
+
/** @deprecated use `VirtualWebhookParentId$inboundSchema` instead. */
|
|
2698
|
+
VirtualWebhookParentId$.inboundSchema = exports.VirtualWebhookParentId$inboundSchema;
|
|
2699
|
+
/** @deprecated use `VirtualWebhookParentId$outboundSchema` instead. */
|
|
2700
|
+
VirtualWebhookParentId$.outboundSchema = exports.VirtualWebhookParentId$outboundSchema;
|
|
2701
|
+
})(VirtualWebhookParentId$ || (exports.VirtualWebhookParentId$ = VirtualWebhookParentId$ = {}));
|
|
2702
|
+
/** @internal */
|
|
2703
|
+
exports.VirtualWebhookPipelineId$inboundSchema = z
|
|
2704
|
+
.union([
|
|
2705
|
+
z.nativeEnum(exports.VirtualWebhookPipelineId),
|
|
2706
|
+
z.string().transform(enums_js_1.catchUnrecognizedEnum),
|
|
2707
|
+
]);
|
|
2708
|
+
/** @internal */
|
|
2709
|
+
exports.VirtualWebhookPipelineId$outboundSchema = z.union([
|
|
2710
|
+
z.nativeEnum(exports.VirtualWebhookPipelineId),
|
|
2711
|
+
z.string().and(z.custom()),
|
|
2712
|
+
]);
|
|
2713
|
+
/**
|
|
2714
|
+
* @internal
|
|
2715
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2716
|
+
*/
|
|
2717
|
+
var VirtualWebhookPipelineId$;
|
|
2718
|
+
(function (VirtualWebhookPipelineId$) {
|
|
2719
|
+
/** @deprecated use `VirtualWebhookPipelineId$inboundSchema` instead. */
|
|
2720
|
+
VirtualWebhookPipelineId$.inboundSchema = exports.VirtualWebhookPipelineId$inboundSchema;
|
|
2721
|
+
/** @deprecated use `VirtualWebhookPipelineId$outboundSchema` instead. */
|
|
2722
|
+
VirtualWebhookPipelineId$.outboundSchema = exports.VirtualWebhookPipelineId$outboundSchema;
|
|
2723
|
+
})(VirtualWebhookPipelineId$ || (exports.VirtualWebhookPipelineId$ = VirtualWebhookPipelineId$ = {}));
|
|
2724
|
+
/** @internal */
|
|
2725
|
+
exports.VirtualWebhookProjectId$inboundSchema = z
|
|
2726
|
+
.union([
|
|
2727
|
+
z.nativeEnum(exports.VirtualWebhookProjectId),
|
|
2728
|
+
z.string().transform(enums_js_1.catchUnrecognizedEnum),
|
|
2729
|
+
]);
|
|
2730
|
+
/** @internal */
|
|
2731
|
+
exports.VirtualWebhookProjectId$outboundSchema = z.union([
|
|
2732
|
+
z.nativeEnum(exports.VirtualWebhookProjectId),
|
|
2733
|
+
z.string().and(z.custom()),
|
|
2734
|
+
]);
|
|
2735
|
+
/**
|
|
2736
|
+
* @internal
|
|
2737
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2738
|
+
*/
|
|
2739
|
+
var VirtualWebhookProjectId$;
|
|
2740
|
+
(function (VirtualWebhookProjectId$) {
|
|
2741
|
+
/** @deprecated use `VirtualWebhookProjectId$inboundSchema` instead. */
|
|
2742
|
+
VirtualWebhookProjectId$.inboundSchema = exports.VirtualWebhookProjectId$inboundSchema;
|
|
2743
|
+
/** @deprecated use `VirtualWebhookProjectId$outboundSchema` instead. */
|
|
2744
|
+
VirtualWebhookProjectId$.outboundSchema = exports.VirtualWebhookProjectId$outboundSchema;
|
|
2745
|
+
})(VirtualWebhookProjectId$ || (exports.VirtualWebhookProjectId$ = VirtualWebhookProjectId$ = {}));
|
|
2746
|
+
/** @internal */
|
|
2747
|
+
exports.VirtualWebhookRepoId$inboundSchema = z
|
|
2748
|
+
.union([
|
|
2749
|
+
z.nativeEnum(exports.VirtualWebhookRepoId),
|
|
2750
|
+
z.string().transform(enums_js_1.catchUnrecognizedEnum),
|
|
2751
|
+
]);
|
|
2752
|
+
/** @internal */
|
|
2753
|
+
exports.VirtualWebhookRepoId$outboundSchema = z.union([
|
|
2754
|
+
z.nativeEnum(exports.VirtualWebhookRepoId),
|
|
2755
|
+
z.string().and(z.custom()),
|
|
2756
|
+
]);
|
|
2757
|
+
/**
|
|
2758
|
+
* @internal
|
|
2759
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2760
|
+
*/
|
|
2761
|
+
var VirtualWebhookRepoId$;
|
|
2762
|
+
(function (VirtualWebhookRepoId$) {
|
|
2763
|
+
/** @deprecated use `VirtualWebhookRepoId$inboundSchema` instead. */
|
|
2764
|
+
VirtualWebhookRepoId$.inboundSchema = exports.VirtualWebhookRepoId$inboundSchema;
|
|
2765
|
+
/** @deprecated use `VirtualWebhookRepoId$outboundSchema` instead. */
|
|
2766
|
+
VirtualWebhookRepoId$.outboundSchema = exports.VirtualWebhookRepoId$outboundSchema;
|
|
2767
|
+
})(VirtualWebhookRepoId$ || (exports.VirtualWebhookRepoId$ = VirtualWebhookRepoId$ = {}));
|
|
2768
|
+
/** @internal */
|
|
2769
|
+
exports.VirtualWebhookSpaceId$inboundSchema = z
|
|
2770
|
+
.union([
|
|
2771
|
+
z.nativeEnum(exports.VirtualWebhookSpaceId),
|
|
2772
|
+
z.string().transform(enums_js_1.catchUnrecognizedEnum),
|
|
2773
|
+
]);
|
|
2774
|
+
/** @internal */
|
|
2775
|
+
exports.VirtualWebhookSpaceId$outboundSchema = z.union([
|
|
2776
|
+
z.nativeEnum(exports.VirtualWebhookSpaceId),
|
|
2777
|
+
z.string().and(z.custom()),
|
|
2778
|
+
]);
|
|
2779
|
+
/**
|
|
2780
|
+
* @internal
|
|
2781
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2782
|
+
*/
|
|
2783
|
+
var VirtualWebhookSpaceId$;
|
|
2784
|
+
(function (VirtualWebhookSpaceId$) {
|
|
2785
|
+
/** @deprecated use `VirtualWebhookSpaceId$inboundSchema` instead. */
|
|
2786
|
+
VirtualWebhookSpaceId$.inboundSchema = exports.VirtualWebhookSpaceId$inboundSchema;
|
|
2787
|
+
/** @deprecated use `VirtualWebhookSpaceId$outboundSchema` instead. */
|
|
2788
|
+
VirtualWebhookSpaceId$.outboundSchema = exports.VirtualWebhookSpaceId$outboundSchema;
|
|
2789
|
+
})(VirtualWebhookSpaceId$ || (exports.VirtualWebhookSpaceId$ = VirtualWebhookSpaceId$ = {}));
|
|
2790
|
+
/** @internal */
|
|
2791
|
+
exports.VirtualWebhookStartGte$inboundSchema = z
|
|
2792
|
+
.union([
|
|
2793
|
+
z.nativeEnum(exports.VirtualWebhookStartGte),
|
|
2794
|
+
z.string().transform(enums_js_1.catchUnrecognizedEnum),
|
|
2795
|
+
]);
|
|
2796
|
+
/** @internal */
|
|
2797
|
+
exports.VirtualWebhookStartGte$outboundSchema = z.union([
|
|
2798
|
+
z.nativeEnum(exports.VirtualWebhookStartGte),
|
|
2799
|
+
z.string().and(z.custom()),
|
|
2800
|
+
]);
|
|
2801
|
+
/**
|
|
2802
|
+
* @internal
|
|
2803
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2804
|
+
*/
|
|
2805
|
+
var VirtualWebhookStartGte$;
|
|
2806
|
+
(function (VirtualWebhookStartGte$) {
|
|
2807
|
+
/** @deprecated use `VirtualWebhookStartGte$inboundSchema` instead. */
|
|
2808
|
+
VirtualWebhookStartGte$.inboundSchema = exports.VirtualWebhookStartGte$inboundSchema;
|
|
2809
|
+
/** @deprecated use `VirtualWebhookStartGte$outboundSchema` instead. */
|
|
2810
|
+
VirtualWebhookStartGte$.outboundSchema = exports.VirtualWebhookStartGte$outboundSchema;
|
|
2811
|
+
})(VirtualWebhookStartGte$ || (exports.VirtualWebhookStartGte$ = VirtualWebhookStartGte$ = {}));
|
|
2812
|
+
/** @internal */
|
|
2813
|
+
exports.VirtualWebhookStatus$inboundSchema = z
|
|
2814
|
+
.union([
|
|
2815
|
+
z.nativeEnum(exports.VirtualWebhookStatus),
|
|
2816
|
+
z.string().transform(enums_js_1.catchUnrecognizedEnum),
|
|
2817
|
+
]);
|
|
2818
|
+
/** @internal */
|
|
2819
|
+
exports.VirtualWebhookStatus$outboundSchema = z.union([
|
|
2820
|
+
z.nativeEnum(exports.VirtualWebhookStatus),
|
|
2821
|
+
z.string().and(z.custom()),
|
|
2822
|
+
]);
|
|
2823
|
+
/**
|
|
2824
|
+
* @internal
|
|
2825
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2826
|
+
*/
|
|
2827
|
+
var VirtualWebhookStatus$;
|
|
2828
|
+
(function (VirtualWebhookStatus$) {
|
|
2829
|
+
/** @deprecated use `VirtualWebhookStatus$inboundSchema` instead. */
|
|
2830
|
+
VirtualWebhookStatus$.inboundSchema = exports.VirtualWebhookStatus$inboundSchema;
|
|
2831
|
+
/** @deprecated use `VirtualWebhookStatus$outboundSchema` instead. */
|
|
2832
|
+
VirtualWebhookStatus$.outboundSchema = exports.VirtualWebhookStatus$outboundSchema;
|
|
2833
|
+
})(VirtualWebhookStatus$ || (exports.VirtualWebhookStatus$ = VirtualWebhookStatus$ = {}));
|
|
2834
|
+
/** @internal */
|
|
2835
|
+
exports.VirtualWebhookTaskId$inboundSchema = z
|
|
2836
|
+
.union([
|
|
2837
|
+
z.nativeEnum(exports.VirtualWebhookTaskId),
|
|
2838
|
+
z.string().transform(enums_js_1.catchUnrecognizedEnum),
|
|
2839
|
+
]);
|
|
2840
|
+
/** @internal */
|
|
2841
|
+
exports.VirtualWebhookTaskId$outboundSchema = z.union([
|
|
2842
|
+
z.nativeEnum(exports.VirtualWebhookTaskId),
|
|
2843
|
+
z.string().and(z.custom()),
|
|
2844
|
+
]);
|
|
2845
|
+
/**
|
|
2846
|
+
* @internal
|
|
2847
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2848
|
+
*/
|
|
2849
|
+
var VirtualWebhookTaskId$;
|
|
2850
|
+
(function (VirtualWebhookTaskId$) {
|
|
2851
|
+
/** @deprecated use `VirtualWebhookTaskId$inboundSchema` instead. */
|
|
2852
|
+
VirtualWebhookTaskId$.inboundSchema = exports.VirtualWebhookTaskId$inboundSchema;
|
|
2853
|
+
/** @deprecated use `VirtualWebhookTaskId$outboundSchema` instead. */
|
|
2854
|
+
VirtualWebhookTaskId$.outboundSchema = exports.VirtualWebhookTaskId$outboundSchema;
|
|
2855
|
+
})(VirtualWebhookTaskId$ || (exports.VirtualWebhookTaskId$ = VirtualWebhookTaskId$ = {}));
|
|
2856
|
+
/** @internal */
|
|
2857
|
+
exports.VirtualWebhookTicketId$inboundSchema = z
|
|
2858
|
+
.union([
|
|
2859
|
+
z.nativeEnum(exports.VirtualWebhookTicketId),
|
|
2860
|
+
z.string().transform(enums_js_1.catchUnrecognizedEnum),
|
|
2861
|
+
]);
|
|
2862
|
+
/** @internal */
|
|
2863
|
+
exports.VirtualWebhookTicketId$outboundSchema = z.union([
|
|
2864
|
+
z.nativeEnum(exports.VirtualWebhookTicketId),
|
|
2865
|
+
z.string().and(z.custom()),
|
|
2866
|
+
]);
|
|
2867
|
+
/**
|
|
2868
|
+
* @internal
|
|
2869
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2870
|
+
*/
|
|
2871
|
+
var VirtualWebhookTicketId$;
|
|
2872
|
+
(function (VirtualWebhookTicketId$) {
|
|
2873
|
+
/** @deprecated use `VirtualWebhookTicketId$inboundSchema` instead. */
|
|
2874
|
+
VirtualWebhookTicketId$.inboundSchema = exports.VirtualWebhookTicketId$inboundSchema;
|
|
2875
|
+
/** @deprecated use `VirtualWebhookTicketId$outboundSchema` instead. */
|
|
2876
|
+
VirtualWebhookTicketId$.outboundSchema = exports.VirtualWebhookTicketId$outboundSchema;
|
|
2877
|
+
})(VirtualWebhookTicketId$ || (exports.VirtualWebhookTicketId$ = VirtualWebhookTicketId$ = {}));
|
|
2878
|
+
/** @internal */
|
|
2879
|
+
exports.VirtualWebhookType$inboundSchema = z
|
|
2880
|
+
.union([
|
|
2881
|
+
z.nativeEnum(exports.VirtualWebhookType),
|
|
2882
|
+
z.string().transform(enums_js_1.catchUnrecognizedEnum),
|
|
2883
|
+
]);
|
|
2884
|
+
/** @internal */
|
|
2885
|
+
exports.VirtualWebhookType$outboundSchema = z.union([
|
|
2886
|
+
z.nativeEnum(exports.VirtualWebhookType),
|
|
2887
|
+
z.string().and(z.custom()),
|
|
2888
|
+
]);
|
|
2889
|
+
/**
|
|
2890
|
+
* @internal
|
|
2891
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2892
|
+
*/
|
|
2893
|
+
var VirtualWebhookType$;
|
|
2894
|
+
(function (VirtualWebhookType$) {
|
|
2895
|
+
/** @deprecated use `VirtualWebhookType$inboundSchema` instead. */
|
|
2896
|
+
VirtualWebhookType$.inboundSchema = exports.VirtualWebhookType$inboundSchema;
|
|
2897
|
+
/** @deprecated use `VirtualWebhookType$outboundSchema` instead. */
|
|
2898
|
+
VirtualWebhookType$.outboundSchema = exports.VirtualWebhookType$outboundSchema;
|
|
2899
|
+
})(VirtualWebhookType$ || (exports.VirtualWebhookType$ = VirtualWebhookType$ = {}));
|
|
2900
|
+
/** @internal */
|
|
2901
|
+
exports.VirtualWebhookUpdatedGte$inboundSchema = z
|
|
2902
|
+
.union([
|
|
2903
|
+
z.nativeEnum(exports.VirtualWebhookUpdatedGte),
|
|
2904
|
+
z.string().transform(enums_js_1.catchUnrecognizedEnum),
|
|
2905
|
+
]);
|
|
2906
|
+
/** @internal */
|
|
2907
|
+
exports.VirtualWebhookUpdatedGte$outboundSchema = z.union([
|
|
2908
|
+
z.nativeEnum(exports.VirtualWebhookUpdatedGte),
|
|
2909
|
+
z.string().and(z.custom()),
|
|
2910
|
+
]);
|
|
2911
|
+
/**
|
|
2912
|
+
* @internal
|
|
2913
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2914
|
+
*/
|
|
2915
|
+
var VirtualWebhookUpdatedGte$;
|
|
2916
|
+
(function (VirtualWebhookUpdatedGte$) {
|
|
2917
|
+
/** @deprecated use `VirtualWebhookUpdatedGte$inboundSchema` instead. */
|
|
2918
|
+
VirtualWebhookUpdatedGte$.inboundSchema = exports.VirtualWebhookUpdatedGte$inboundSchema;
|
|
2919
|
+
/** @deprecated use `VirtualWebhookUpdatedGte$outboundSchema` instead. */
|
|
2920
|
+
VirtualWebhookUpdatedGte$.outboundSchema = exports.VirtualWebhookUpdatedGte$outboundSchema;
|
|
2921
|
+
})(VirtualWebhookUpdatedGte$ || (exports.VirtualWebhookUpdatedGte$ = VirtualWebhookUpdatedGte$ = {}));
|
|
2922
|
+
/** @internal */
|
|
2923
|
+
exports.VirtualWebhookUserId$inboundSchema = z
|
|
2924
|
+
.union([
|
|
2925
|
+
z.nativeEnum(exports.VirtualWebhookUserId),
|
|
2926
|
+
z.string().transform(enums_js_1.catchUnrecognizedEnum),
|
|
2927
|
+
]);
|
|
2928
|
+
/** @internal */
|
|
2929
|
+
exports.VirtualWebhookUserId$outboundSchema = z.union([
|
|
2930
|
+
z.nativeEnum(exports.VirtualWebhookUserId),
|
|
2931
|
+
z.string().and(z.custom()),
|
|
2932
|
+
]);
|
|
2933
|
+
/**
|
|
2934
|
+
* @internal
|
|
2935
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
2936
|
+
*/
|
|
2937
|
+
var VirtualWebhookUserId$;
|
|
2938
|
+
(function (VirtualWebhookUserId$) {
|
|
2939
|
+
/** @deprecated use `VirtualWebhookUserId$inboundSchema` instead. */
|
|
2940
|
+
VirtualWebhookUserId$.inboundSchema = exports.VirtualWebhookUserId$inboundSchema;
|
|
2941
|
+
/** @deprecated use `VirtualWebhookUserId$outboundSchema` instead. */
|
|
2942
|
+
VirtualWebhookUserId$.outboundSchema = exports.VirtualWebhookUserId$outboundSchema;
|
|
2943
|
+
})(VirtualWebhookUserId$ || (exports.VirtualWebhookUserId$ = VirtualWebhookUserId$ = {}));
|
|
2944
|
+
/** @internal */
|
|
2945
|
+
exports.IntegrationSupport$inboundSchema = z.object({
|
|
2946
|
+
from_webhook: exports.FromWebhook$inboundSchema.optional(),
|
|
2947
|
+
inbound_fields: z.record(z.string()).optional(),
|
|
2948
|
+
list_account_id: exports.ListAccountId$inboundSchema.optional(),
|
|
2949
|
+
list_application_id: exports.ListApplicationId$inboundSchema.optional(),
|
|
2950
|
+
list_branch_id: exports.ListBranchId$inboundSchema.optional(),
|
|
2951
|
+
list_calendar_id: exports.ListCalendarId$inboundSchema.optional(),
|
|
2952
|
+
list_call_id: exports.ListCallId$inboundSchema.optional(),
|
|
2953
|
+
list_candidate_id: exports.ListCandidateId$inboundSchema.optional(),
|
|
2954
|
+
list_category_id: exports.ListCategoryId$inboundSchema.optional(),
|
|
2955
|
+
list_channel_id: exports.ListChannelId$inboundSchema.optional(),
|
|
2956
|
+
list_class_id: exports.ListClassId$inboundSchema.optional(),
|
|
2957
|
+
list_collection_id: exports.ListCollectionId$inboundSchema.optional(),
|
|
2958
|
+
list_company_id: exports.ListCompanyId$inboundSchema.optional(),
|
|
2959
|
+
list_contact_id: exports.ListContactId$inboundSchema.optional(),
|
|
2960
|
+
list_course_id: exports.ListCourseId$inboundSchema.optional(),
|
|
2961
|
+
list_customer_id: exports.ListCustomerId$inboundSchema.optional(),
|
|
2962
|
+
list_deal_id: exports.ListDealId$inboundSchema.optional(),
|
|
2963
|
+
list_document_id: exports.ListDocumentId$inboundSchema.optional(),
|
|
2964
|
+
list_end_le: exports.ListEndLe$inboundSchema.optional(),
|
|
2965
|
+
list_end_lt: exports.ListEndLt$inboundSchema.optional(),
|
|
2966
|
+
list_event_id: exports.ListEventId$inboundSchema.optional(),
|
|
2967
|
+
list_expand: exports.ListExpand$inboundSchema.optional(),
|
|
2968
|
+
list_expand_recurring_events: exports.ListExpandRecurringEvents$inboundSchema
|
|
2969
|
+
.optional(),
|
|
2970
|
+
list_instructor_id: exports.ListInstructorId$inboundSchema.optional(),
|
|
2971
|
+
list_interview_id: exports.ListInterviewId$inboundSchema.optional(),
|
|
2972
|
+
list_invoice_id: exports.ListInvoiceId$inboundSchema.optional(),
|
|
2973
|
+
list_item_id: exports.ListItemId$inboundSchema.optional(),
|
|
2974
|
+
list_item_variant_id: exports.ListItemVariantId$inboundSchema.optional(),
|
|
2975
|
+
list_job_id: exports.ListJobId$inboundSchema.optional(),
|
|
2976
|
+
list_lead_id: exports.ListLeadId$inboundSchema.optional(),
|
|
2977
|
+
list_limit: exports.ListLimit$inboundSchema.optional(),
|
|
2978
|
+
list_link_id: exports.ListLinkId$inboundSchema.optional(),
|
|
2979
|
+
list_list_id: exports.ListListId$inboundSchema.optional(),
|
|
2980
|
+
list_location_id: exports.ListLocationId$inboundSchema.optional(),
|
|
2981
|
+
list_offset: exports.ListOffset$inboundSchema.optional(),
|
|
2982
|
+
list_order: exports.ListOrder$inboundSchema.optional(),
|
|
2983
|
+
list_org_id: exports.ListOrgId$inboundSchema.optional(),
|
|
2984
|
+
list_package_id: exports.ListPackageId$inboundSchema.optional(),
|
|
2985
|
+
list_page_id: exports.ListPageId$inboundSchema.optional(),
|
|
2986
|
+
list_parent_id: exports.ListParentId$inboundSchema.optional(),
|
|
2987
|
+
list_payment_id: exports.ListPaymentId$inboundSchema.optional(),
|
|
2988
|
+
list_pipeline_id: exports.ListPipelineId$inboundSchema.optional(),
|
|
2989
|
+
list_project_id: exports.ListProjectId$inboundSchema.optional(),
|
|
2990
|
+
list_query: exports.ListQuery$inboundSchema.optional(),
|
|
2991
|
+
list_raw_fields: exports.ListRawFields$inboundSchema.optional(),
|
|
2992
|
+
list_repo_id: exports.ListRepoId$inboundSchema.optional(),
|
|
2993
|
+
list_root_id: exports.ListRootId$inboundSchema.optional(),
|
|
2994
|
+
list_sort_by_created_at: exports.ListSortByCreatedAt$inboundSchema.optional(),
|
|
2995
|
+
list_sort_by_name: exports.ListSortByName$inboundSchema.optional(),
|
|
2996
|
+
list_sort_by_updated_at: exports.ListSortByUpdatedAt$inboundSchema.optional(),
|
|
2997
|
+
list_space_id: exports.ListSpaceId$inboundSchema.optional(),
|
|
2998
|
+
list_start_gte: exports.ListStartGte$inboundSchema.optional(),
|
|
2999
|
+
list_status: exports.ListStatus$inboundSchema.optional(),
|
|
3000
|
+
list_student_id: exports.ListStudentId$inboundSchema.optional(),
|
|
3001
|
+
list_task_id: exports.ListTaskId$inboundSchema.optional(),
|
|
3002
|
+
list_teacher_id: exports.ListTeacherId$inboundSchema.optional(),
|
|
3003
|
+
list_ticket_id: exports.ListTicketId$inboundSchema.optional(),
|
|
3004
|
+
list_type: exports.ListType$inboundSchema.optional(),
|
|
3005
|
+
list_updated_gte: exports.ListUpdatedGte$inboundSchema.optional(),
|
|
3006
|
+
list_user_id: exports.ListUserId$inboundSchema.optional(),
|
|
3007
|
+
methods: z.record(z.boolean()).optional(),
|
|
3008
|
+
native_webhook_calendar_id: exports.NativeWebhookCalendarId$inboundSchema.optional(),
|
|
3009
|
+
native_webhook_channel_id: exports.NativeWebhookChannelId$inboundSchema.optional(),
|
|
3010
|
+
native_webhook_company_id: exports.NativeWebhookCompanyId$inboundSchema.optional(),
|
|
3011
|
+
native_webhook_event_id: exports.NativeWebhookEventId$inboundSchema.optional(),
|
|
3012
|
+
native_webhook_parent_id: exports.NativeWebhookParentId$inboundSchema.optional(),
|
|
3013
|
+
native_webhook_project_id: exports.NativeWebhookProjectId$inboundSchema.optional(),
|
|
3014
|
+
native_webhook_task_id: exports.NativeWebhookTaskId$inboundSchema.optional(),
|
|
3015
|
+
outbound_fields: z.record(z.string()).optional(),
|
|
3016
|
+
raw_objects: z.array(z.string()).optional(),
|
|
3017
|
+
search_domain: exports.SearchDomain$inboundSchema.optional(),
|
|
3018
|
+
search_email: exports.SearchEmail$inboundSchema.optional(),
|
|
3019
|
+
search_linkedinurl: exports.SearchLinkedinurl$inboundSchema.optional(),
|
|
3020
|
+
search_name: exports.SearchName$inboundSchema.optional(),
|
|
3021
|
+
search_twitter: exports.SearchTwitter$inboundSchema.optional(),
|
|
3022
|
+
slow_fields: z.array(z.string()).optional(),
|
|
3023
|
+
virtual_webhook_application_id: exports.VirtualWebhookApplicationId$inboundSchema
|
|
3024
|
+
.optional(),
|
|
3025
|
+
virtual_webhook_branch_id: exports.VirtualWebhookBranchId$inboundSchema.optional(),
|
|
3026
|
+
virtual_webhook_calendar_id: exports.VirtualWebhookCalendarId$inboundSchema
|
|
3027
|
+
.optional(),
|
|
3028
|
+
virtual_webhook_call_id: exports.VirtualWebhookCallId$inboundSchema.optional(),
|
|
3029
|
+
virtual_webhook_candidate_id: exports.VirtualWebhookCandidateId$inboundSchema
|
|
3030
|
+
.optional(),
|
|
3031
|
+
virtual_webhook_channel_id: exports.VirtualWebhookChannelId$inboundSchema.optional(),
|
|
3032
|
+
virtual_webhook_collection_id: exports.VirtualWebhookCollectionId$inboundSchema
|
|
3033
|
+
.optional(),
|
|
3034
|
+
virtual_webhook_company_id: exports.VirtualWebhookCompanyId$inboundSchema.optional(),
|
|
3035
|
+
virtual_webhook_contact_id: exports.VirtualWebhookContactId$inboundSchema.optional(),
|
|
3036
|
+
virtual_webhook_customer_id: exports.VirtualWebhookCustomerId$inboundSchema
|
|
3037
|
+
.optional(),
|
|
3038
|
+
virtual_webhook_deal_id: exports.VirtualWebhookDealId$inboundSchema.optional(),
|
|
3039
|
+
virtual_webhook_end_le: exports.VirtualWebhookEndLe$inboundSchema.optional(),
|
|
3040
|
+
virtual_webhook_end_lt: exports.VirtualWebhookEndLt$inboundSchema.optional(),
|
|
3041
|
+
virtual_webhook_event_id: exports.VirtualWebhookEventId$inboundSchema.optional(),
|
|
3042
|
+
virtual_webhook_expand: exports.VirtualWebhookExpand$inboundSchema.optional(),
|
|
3043
|
+
virtual_webhook_fields: exports.VirtualWebhookFields$inboundSchema.optional(),
|
|
3044
|
+
virtual_webhook_item_id: exports.VirtualWebhookItemId$inboundSchema.optional(),
|
|
3045
|
+
virtual_webhook_item_variant_id: exports.VirtualWebhookItemVariantId$inboundSchema
|
|
3046
|
+
.optional(),
|
|
3047
|
+
virtual_webhook_job_id: exports.VirtualWebhookJobId$inboundSchema.optional(),
|
|
3048
|
+
virtual_webhook_limit: exports.VirtualWebhookLimit$inboundSchema.optional(),
|
|
3049
|
+
virtual_webhook_list_id: exports.VirtualWebhookListId$inboundSchema.optional(),
|
|
3050
|
+
virtual_webhook_location_id: exports.VirtualWebhookLocationId$inboundSchema
|
|
3051
|
+
.optional(),
|
|
3052
|
+
virtual_webhook_org_id: exports.VirtualWebhookOrgId$inboundSchema.optional(),
|
|
3053
|
+
virtual_webhook_page_id: exports.VirtualWebhookPageId$inboundSchema.optional(),
|
|
3054
|
+
virtual_webhook_parent_id: exports.VirtualWebhookParentId$inboundSchema.optional(),
|
|
3055
|
+
virtual_webhook_pipeline_id: exports.VirtualWebhookPipelineId$inboundSchema
|
|
3056
|
+
.optional(),
|
|
3057
|
+
virtual_webhook_project_id: exports.VirtualWebhookProjectId$inboundSchema.optional(),
|
|
3058
|
+
virtual_webhook_repo_id: exports.VirtualWebhookRepoId$inboundSchema.optional(),
|
|
3059
|
+
virtual_webhook_space_id: exports.VirtualWebhookSpaceId$inboundSchema.optional(),
|
|
3060
|
+
virtual_webhook_start_gte: exports.VirtualWebhookStartGte$inboundSchema.optional(),
|
|
3061
|
+
virtual_webhook_status: exports.VirtualWebhookStatus$inboundSchema.optional(),
|
|
3062
|
+
virtual_webhook_task_id: exports.VirtualWebhookTaskId$inboundSchema.optional(),
|
|
3063
|
+
virtual_webhook_ticket_id: exports.VirtualWebhookTicketId$inboundSchema.optional(),
|
|
3064
|
+
virtual_webhook_type: exports.VirtualWebhookType$inboundSchema.optional(),
|
|
3065
|
+
virtual_webhook_updated_gte: exports.VirtualWebhookUpdatedGte$inboundSchema
|
|
3066
|
+
.optional(),
|
|
3067
|
+
virtual_webhook_user_id: exports.VirtualWebhookUserId$inboundSchema.optional(),
|
|
3068
|
+
webhook_events: propertyintegrationsupportwebhookevents_js_1.PropertyIntegrationSupportWebhookEvents$inboundSchema
|
|
3069
|
+
.optional(),
|
|
3070
|
+
}).transform((v) => {
|
|
3071
|
+
return (0, primitives_js_1.remap)(v, {
|
|
3072
|
+
"from_webhook": "fromWebhook",
|
|
3073
|
+
"inbound_fields": "inboundFields",
|
|
3074
|
+
"list_account_id": "listAccountId",
|
|
3075
|
+
"list_application_id": "listApplicationId",
|
|
3076
|
+
"list_branch_id": "listBranchId",
|
|
3077
|
+
"list_calendar_id": "listCalendarId",
|
|
3078
|
+
"list_call_id": "listCallId",
|
|
3079
|
+
"list_candidate_id": "listCandidateId",
|
|
3080
|
+
"list_category_id": "listCategoryId",
|
|
3081
|
+
"list_channel_id": "listChannelId",
|
|
3082
|
+
"list_class_id": "listClassId",
|
|
3083
|
+
"list_collection_id": "listCollectionId",
|
|
3084
|
+
"list_company_id": "listCompanyId",
|
|
3085
|
+
"list_contact_id": "listContactId",
|
|
3086
|
+
"list_course_id": "listCourseId",
|
|
3087
|
+
"list_customer_id": "listCustomerId",
|
|
3088
|
+
"list_deal_id": "listDealId",
|
|
3089
|
+
"list_document_id": "listDocumentId",
|
|
3090
|
+
"list_end_le": "listEndLe",
|
|
3091
|
+
"list_end_lt": "listEndLt",
|
|
3092
|
+
"list_event_id": "listEventId",
|
|
3093
|
+
"list_expand": "listExpand",
|
|
3094
|
+
"list_expand_recurring_events": "listExpandRecurringEvents",
|
|
3095
|
+
"list_instructor_id": "listInstructorId",
|
|
3096
|
+
"list_interview_id": "listInterviewId",
|
|
3097
|
+
"list_invoice_id": "listInvoiceId",
|
|
3098
|
+
"list_item_id": "listItemId",
|
|
3099
|
+
"list_item_variant_id": "listItemVariantId",
|
|
3100
|
+
"list_job_id": "listJobId",
|
|
3101
|
+
"list_lead_id": "listLeadId",
|
|
3102
|
+
"list_limit": "listLimit",
|
|
3103
|
+
"list_link_id": "listLinkId",
|
|
3104
|
+
"list_list_id": "listListId",
|
|
3105
|
+
"list_location_id": "listLocationId",
|
|
3106
|
+
"list_offset": "listOffset",
|
|
3107
|
+
"list_order": "listOrder",
|
|
3108
|
+
"list_org_id": "listOrgId",
|
|
3109
|
+
"list_package_id": "listPackageId",
|
|
3110
|
+
"list_page_id": "listPageId",
|
|
3111
|
+
"list_parent_id": "listParentId",
|
|
3112
|
+
"list_payment_id": "listPaymentId",
|
|
3113
|
+
"list_pipeline_id": "listPipelineId",
|
|
3114
|
+
"list_project_id": "listProjectId",
|
|
3115
|
+
"list_query": "listQuery",
|
|
3116
|
+
"list_raw_fields": "listRawFields",
|
|
3117
|
+
"list_repo_id": "listRepoId",
|
|
3118
|
+
"list_root_id": "listRootId",
|
|
3119
|
+
"list_sort_by_created_at": "listSortByCreatedAt",
|
|
3120
|
+
"list_sort_by_name": "listSortByName",
|
|
3121
|
+
"list_sort_by_updated_at": "listSortByUpdatedAt",
|
|
3122
|
+
"list_space_id": "listSpaceId",
|
|
3123
|
+
"list_start_gte": "listStartGte",
|
|
3124
|
+
"list_status": "listStatus",
|
|
3125
|
+
"list_student_id": "listStudentId",
|
|
3126
|
+
"list_task_id": "listTaskId",
|
|
3127
|
+
"list_teacher_id": "listTeacherId",
|
|
3128
|
+
"list_ticket_id": "listTicketId",
|
|
3129
|
+
"list_type": "listType",
|
|
3130
|
+
"list_updated_gte": "listUpdatedGte",
|
|
3131
|
+
"list_user_id": "listUserId",
|
|
3132
|
+
"native_webhook_calendar_id": "nativeWebhookCalendarId",
|
|
3133
|
+
"native_webhook_channel_id": "nativeWebhookChannelId",
|
|
3134
|
+
"native_webhook_company_id": "nativeWebhookCompanyId",
|
|
3135
|
+
"native_webhook_event_id": "nativeWebhookEventId",
|
|
3136
|
+
"native_webhook_parent_id": "nativeWebhookParentId",
|
|
3137
|
+
"native_webhook_project_id": "nativeWebhookProjectId",
|
|
3138
|
+
"native_webhook_task_id": "nativeWebhookTaskId",
|
|
3139
|
+
"outbound_fields": "outboundFields",
|
|
3140
|
+
"raw_objects": "rawObjects",
|
|
3141
|
+
"search_domain": "searchDomain",
|
|
3142
|
+
"search_email": "searchEmail",
|
|
3143
|
+
"search_linkedinurl": "searchLinkedinurl",
|
|
3144
|
+
"search_name": "searchName",
|
|
3145
|
+
"search_twitter": "searchTwitter",
|
|
3146
|
+
"slow_fields": "slowFields",
|
|
3147
|
+
"virtual_webhook_application_id": "virtualWebhookApplicationId",
|
|
3148
|
+
"virtual_webhook_branch_id": "virtualWebhookBranchId",
|
|
3149
|
+
"virtual_webhook_calendar_id": "virtualWebhookCalendarId",
|
|
3150
|
+
"virtual_webhook_call_id": "virtualWebhookCallId",
|
|
3151
|
+
"virtual_webhook_candidate_id": "virtualWebhookCandidateId",
|
|
3152
|
+
"virtual_webhook_channel_id": "virtualWebhookChannelId",
|
|
3153
|
+
"virtual_webhook_collection_id": "virtualWebhookCollectionId",
|
|
3154
|
+
"virtual_webhook_company_id": "virtualWebhookCompanyId",
|
|
3155
|
+
"virtual_webhook_contact_id": "virtualWebhookContactId",
|
|
3156
|
+
"virtual_webhook_customer_id": "virtualWebhookCustomerId",
|
|
3157
|
+
"virtual_webhook_deal_id": "virtualWebhookDealId",
|
|
3158
|
+
"virtual_webhook_end_le": "virtualWebhookEndLe",
|
|
3159
|
+
"virtual_webhook_end_lt": "virtualWebhookEndLt",
|
|
3160
|
+
"virtual_webhook_event_id": "virtualWebhookEventId",
|
|
3161
|
+
"virtual_webhook_expand": "virtualWebhookExpand",
|
|
3162
|
+
"virtual_webhook_fields": "virtualWebhookFields",
|
|
3163
|
+
"virtual_webhook_item_id": "virtualWebhookItemId",
|
|
3164
|
+
"virtual_webhook_item_variant_id": "virtualWebhookItemVariantId",
|
|
3165
|
+
"virtual_webhook_job_id": "virtualWebhookJobId",
|
|
3166
|
+
"virtual_webhook_limit": "virtualWebhookLimit",
|
|
3167
|
+
"virtual_webhook_list_id": "virtualWebhookListId",
|
|
3168
|
+
"virtual_webhook_location_id": "virtualWebhookLocationId",
|
|
3169
|
+
"virtual_webhook_org_id": "virtualWebhookOrgId",
|
|
3170
|
+
"virtual_webhook_page_id": "virtualWebhookPageId",
|
|
3171
|
+
"virtual_webhook_parent_id": "virtualWebhookParentId",
|
|
3172
|
+
"virtual_webhook_pipeline_id": "virtualWebhookPipelineId",
|
|
3173
|
+
"virtual_webhook_project_id": "virtualWebhookProjectId",
|
|
3174
|
+
"virtual_webhook_repo_id": "virtualWebhookRepoId",
|
|
3175
|
+
"virtual_webhook_space_id": "virtualWebhookSpaceId",
|
|
3176
|
+
"virtual_webhook_start_gte": "virtualWebhookStartGte",
|
|
3177
|
+
"virtual_webhook_status": "virtualWebhookStatus",
|
|
3178
|
+
"virtual_webhook_task_id": "virtualWebhookTaskId",
|
|
3179
|
+
"virtual_webhook_ticket_id": "virtualWebhookTicketId",
|
|
3180
|
+
"virtual_webhook_type": "virtualWebhookType",
|
|
3181
|
+
"virtual_webhook_updated_gte": "virtualWebhookUpdatedGte",
|
|
3182
|
+
"virtual_webhook_user_id": "virtualWebhookUserId",
|
|
3183
|
+
"webhook_events": "webhookEvents",
|
|
3184
|
+
});
|
|
3185
|
+
});
|
|
3186
|
+
/** @internal */
|
|
3187
|
+
exports.IntegrationSupport$outboundSchema = z.object({
|
|
3188
|
+
fromWebhook: exports.FromWebhook$outboundSchema.optional(),
|
|
3189
|
+
inboundFields: z.record(z.string()).optional(),
|
|
3190
|
+
listAccountId: exports.ListAccountId$outboundSchema.optional(),
|
|
3191
|
+
listApplicationId: exports.ListApplicationId$outboundSchema.optional(),
|
|
3192
|
+
listBranchId: exports.ListBranchId$outboundSchema.optional(),
|
|
3193
|
+
listCalendarId: exports.ListCalendarId$outboundSchema.optional(),
|
|
3194
|
+
listCallId: exports.ListCallId$outboundSchema.optional(),
|
|
3195
|
+
listCandidateId: exports.ListCandidateId$outboundSchema.optional(),
|
|
3196
|
+
listCategoryId: exports.ListCategoryId$outboundSchema.optional(),
|
|
3197
|
+
listChannelId: exports.ListChannelId$outboundSchema.optional(),
|
|
3198
|
+
listClassId: exports.ListClassId$outboundSchema.optional(),
|
|
3199
|
+
listCollectionId: exports.ListCollectionId$outboundSchema.optional(),
|
|
3200
|
+
listCompanyId: exports.ListCompanyId$outboundSchema.optional(),
|
|
3201
|
+
listContactId: exports.ListContactId$outboundSchema.optional(),
|
|
3202
|
+
listCourseId: exports.ListCourseId$outboundSchema.optional(),
|
|
3203
|
+
listCustomerId: exports.ListCustomerId$outboundSchema.optional(),
|
|
3204
|
+
listDealId: exports.ListDealId$outboundSchema.optional(),
|
|
3205
|
+
listDocumentId: exports.ListDocumentId$outboundSchema.optional(),
|
|
3206
|
+
listEndLe: exports.ListEndLe$outboundSchema.optional(),
|
|
3207
|
+
listEndLt: exports.ListEndLt$outboundSchema.optional(),
|
|
3208
|
+
listEventId: exports.ListEventId$outboundSchema.optional(),
|
|
3209
|
+
listExpand: exports.ListExpand$outboundSchema.optional(),
|
|
3210
|
+
listExpandRecurringEvents: exports.ListExpandRecurringEvents$outboundSchema
|
|
3211
|
+
.optional(),
|
|
3212
|
+
listInstructorId: exports.ListInstructorId$outboundSchema.optional(),
|
|
3213
|
+
listInterviewId: exports.ListInterviewId$outboundSchema.optional(),
|
|
3214
|
+
listInvoiceId: exports.ListInvoiceId$outboundSchema.optional(),
|
|
3215
|
+
listItemId: exports.ListItemId$outboundSchema.optional(),
|
|
3216
|
+
listItemVariantId: exports.ListItemVariantId$outboundSchema.optional(),
|
|
3217
|
+
listJobId: exports.ListJobId$outboundSchema.optional(),
|
|
3218
|
+
listLeadId: exports.ListLeadId$outboundSchema.optional(),
|
|
3219
|
+
listLimit: exports.ListLimit$outboundSchema.optional(),
|
|
3220
|
+
listLinkId: exports.ListLinkId$outboundSchema.optional(),
|
|
3221
|
+
listListId: exports.ListListId$outboundSchema.optional(),
|
|
3222
|
+
listLocationId: exports.ListLocationId$outboundSchema.optional(),
|
|
3223
|
+
listOffset: exports.ListOffset$outboundSchema.optional(),
|
|
3224
|
+
listOrder: exports.ListOrder$outboundSchema.optional(),
|
|
3225
|
+
listOrgId: exports.ListOrgId$outboundSchema.optional(),
|
|
3226
|
+
listPackageId: exports.ListPackageId$outboundSchema.optional(),
|
|
3227
|
+
listPageId: exports.ListPageId$outboundSchema.optional(),
|
|
3228
|
+
listParentId: exports.ListParentId$outboundSchema.optional(),
|
|
3229
|
+
listPaymentId: exports.ListPaymentId$outboundSchema.optional(),
|
|
3230
|
+
listPipelineId: exports.ListPipelineId$outboundSchema.optional(),
|
|
3231
|
+
listProjectId: exports.ListProjectId$outboundSchema.optional(),
|
|
3232
|
+
listQuery: exports.ListQuery$outboundSchema.optional(),
|
|
3233
|
+
listRawFields: exports.ListRawFields$outboundSchema.optional(),
|
|
3234
|
+
listRepoId: exports.ListRepoId$outboundSchema.optional(),
|
|
3235
|
+
listRootId: exports.ListRootId$outboundSchema.optional(),
|
|
3236
|
+
listSortByCreatedAt: exports.ListSortByCreatedAt$outboundSchema.optional(),
|
|
3237
|
+
listSortByName: exports.ListSortByName$outboundSchema.optional(),
|
|
3238
|
+
listSortByUpdatedAt: exports.ListSortByUpdatedAt$outboundSchema.optional(),
|
|
3239
|
+
listSpaceId: exports.ListSpaceId$outboundSchema.optional(),
|
|
3240
|
+
listStartGte: exports.ListStartGte$outboundSchema.optional(),
|
|
3241
|
+
listStatus: exports.ListStatus$outboundSchema.optional(),
|
|
3242
|
+
listStudentId: exports.ListStudentId$outboundSchema.optional(),
|
|
3243
|
+
listTaskId: exports.ListTaskId$outboundSchema.optional(),
|
|
3244
|
+
listTeacherId: exports.ListTeacherId$outboundSchema.optional(),
|
|
3245
|
+
listTicketId: exports.ListTicketId$outboundSchema.optional(),
|
|
3246
|
+
listType: exports.ListType$outboundSchema.optional(),
|
|
3247
|
+
listUpdatedGte: exports.ListUpdatedGte$outboundSchema.optional(),
|
|
3248
|
+
listUserId: exports.ListUserId$outboundSchema.optional(),
|
|
3249
|
+
methods: z.record(z.boolean()).optional(),
|
|
3250
|
+
nativeWebhookCalendarId: exports.NativeWebhookCalendarId$outboundSchema.optional(),
|
|
3251
|
+
nativeWebhookChannelId: exports.NativeWebhookChannelId$outboundSchema.optional(),
|
|
3252
|
+
nativeWebhookCompanyId: exports.NativeWebhookCompanyId$outboundSchema.optional(),
|
|
3253
|
+
nativeWebhookEventId: exports.NativeWebhookEventId$outboundSchema.optional(),
|
|
3254
|
+
nativeWebhookParentId: exports.NativeWebhookParentId$outboundSchema.optional(),
|
|
3255
|
+
nativeWebhookProjectId: exports.NativeWebhookProjectId$outboundSchema.optional(),
|
|
3256
|
+
nativeWebhookTaskId: exports.NativeWebhookTaskId$outboundSchema.optional(),
|
|
3257
|
+
outboundFields: z.record(z.string()).optional(),
|
|
3258
|
+
rawObjects: z.array(z.string()).optional(),
|
|
3259
|
+
searchDomain: exports.SearchDomain$outboundSchema.optional(),
|
|
3260
|
+
searchEmail: exports.SearchEmail$outboundSchema.optional(),
|
|
3261
|
+
searchLinkedinurl: exports.SearchLinkedinurl$outboundSchema.optional(),
|
|
3262
|
+
searchName: exports.SearchName$outboundSchema.optional(),
|
|
3263
|
+
searchTwitter: exports.SearchTwitter$outboundSchema.optional(),
|
|
3264
|
+
slowFields: z.array(z.string()).optional(),
|
|
3265
|
+
virtualWebhookApplicationId: exports.VirtualWebhookApplicationId$outboundSchema
|
|
3266
|
+
.optional(),
|
|
3267
|
+
virtualWebhookBranchId: exports.VirtualWebhookBranchId$outboundSchema.optional(),
|
|
3268
|
+
virtualWebhookCalendarId: exports.VirtualWebhookCalendarId$outboundSchema.optional(),
|
|
3269
|
+
virtualWebhookCallId: exports.VirtualWebhookCallId$outboundSchema.optional(),
|
|
3270
|
+
virtualWebhookCandidateId: exports.VirtualWebhookCandidateId$outboundSchema
|
|
3271
|
+
.optional(),
|
|
3272
|
+
virtualWebhookChannelId: exports.VirtualWebhookChannelId$outboundSchema.optional(),
|
|
3273
|
+
virtualWebhookCollectionId: exports.VirtualWebhookCollectionId$outboundSchema
|
|
3274
|
+
.optional(),
|
|
3275
|
+
virtualWebhookCompanyId: exports.VirtualWebhookCompanyId$outboundSchema.optional(),
|
|
3276
|
+
virtualWebhookContactId: exports.VirtualWebhookContactId$outboundSchema.optional(),
|
|
3277
|
+
virtualWebhookCustomerId: exports.VirtualWebhookCustomerId$outboundSchema.optional(),
|
|
3278
|
+
virtualWebhookDealId: exports.VirtualWebhookDealId$outboundSchema.optional(),
|
|
3279
|
+
virtualWebhookEndLe: exports.VirtualWebhookEndLe$outboundSchema.optional(),
|
|
3280
|
+
virtualWebhookEndLt: exports.VirtualWebhookEndLt$outboundSchema.optional(),
|
|
3281
|
+
virtualWebhookEventId: exports.VirtualWebhookEventId$outboundSchema.optional(),
|
|
3282
|
+
virtualWebhookExpand: exports.VirtualWebhookExpand$outboundSchema.optional(),
|
|
3283
|
+
virtualWebhookFields: exports.VirtualWebhookFields$outboundSchema.optional(),
|
|
3284
|
+
virtualWebhookItemId: exports.VirtualWebhookItemId$outboundSchema.optional(),
|
|
3285
|
+
virtualWebhookItemVariantId: exports.VirtualWebhookItemVariantId$outboundSchema
|
|
3286
|
+
.optional(),
|
|
3287
|
+
virtualWebhookJobId: exports.VirtualWebhookJobId$outboundSchema.optional(),
|
|
3288
|
+
virtualWebhookLimit: exports.VirtualWebhookLimit$outboundSchema.optional(),
|
|
3289
|
+
virtualWebhookListId: exports.VirtualWebhookListId$outboundSchema.optional(),
|
|
3290
|
+
virtualWebhookLocationId: exports.VirtualWebhookLocationId$outboundSchema.optional(),
|
|
3291
|
+
virtualWebhookOrgId: exports.VirtualWebhookOrgId$outboundSchema.optional(),
|
|
3292
|
+
virtualWebhookPageId: exports.VirtualWebhookPageId$outboundSchema.optional(),
|
|
3293
|
+
virtualWebhookParentId: exports.VirtualWebhookParentId$outboundSchema.optional(),
|
|
3294
|
+
virtualWebhookPipelineId: exports.VirtualWebhookPipelineId$outboundSchema.optional(),
|
|
3295
|
+
virtualWebhookProjectId: exports.VirtualWebhookProjectId$outboundSchema.optional(),
|
|
3296
|
+
virtualWebhookRepoId: exports.VirtualWebhookRepoId$outboundSchema.optional(),
|
|
3297
|
+
virtualWebhookSpaceId: exports.VirtualWebhookSpaceId$outboundSchema.optional(),
|
|
3298
|
+
virtualWebhookStartGte: exports.VirtualWebhookStartGte$outboundSchema.optional(),
|
|
3299
|
+
virtualWebhookStatus: exports.VirtualWebhookStatus$outboundSchema.optional(),
|
|
3300
|
+
virtualWebhookTaskId: exports.VirtualWebhookTaskId$outboundSchema.optional(),
|
|
3301
|
+
virtualWebhookTicketId: exports.VirtualWebhookTicketId$outboundSchema.optional(),
|
|
3302
|
+
virtualWebhookType: exports.VirtualWebhookType$outboundSchema.optional(),
|
|
3303
|
+
virtualWebhookUpdatedGte: exports.VirtualWebhookUpdatedGte$outboundSchema.optional(),
|
|
3304
|
+
virtualWebhookUserId: exports.VirtualWebhookUserId$outboundSchema.optional(),
|
|
3305
|
+
webhookEvents: propertyintegrationsupportwebhookevents_js_1.PropertyIntegrationSupportWebhookEvents$outboundSchema
|
|
3306
|
+
.optional(),
|
|
3307
|
+
}).transform((v) => {
|
|
3308
|
+
return (0, primitives_js_1.remap)(v, {
|
|
3309
|
+
fromWebhook: "from_webhook",
|
|
3310
|
+
inboundFields: "inbound_fields",
|
|
3311
|
+
listAccountId: "list_account_id",
|
|
3312
|
+
listApplicationId: "list_application_id",
|
|
3313
|
+
listBranchId: "list_branch_id",
|
|
3314
|
+
listCalendarId: "list_calendar_id",
|
|
3315
|
+
listCallId: "list_call_id",
|
|
3316
|
+
listCandidateId: "list_candidate_id",
|
|
3317
|
+
listCategoryId: "list_category_id",
|
|
3318
|
+
listChannelId: "list_channel_id",
|
|
3319
|
+
listClassId: "list_class_id",
|
|
3320
|
+
listCollectionId: "list_collection_id",
|
|
3321
|
+
listCompanyId: "list_company_id",
|
|
3322
|
+
listContactId: "list_contact_id",
|
|
3323
|
+
listCourseId: "list_course_id",
|
|
3324
|
+
listCustomerId: "list_customer_id",
|
|
3325
|
+
listDealId: "list_deal_id",
|
|
3326
|
+
listDocumentId: "list_document_id",
|
|
3327
|
+
listEndLe: "list_end_le",
|
|
3328
|
+
listEndLt: "list_end_lt",
|
|
3329
|
+
listEventId: "list_event_id",
|
|
3330
|
+
listExpand: "list_expand",
|
|
3331
|
+
listExpandRecurringEvents: "list_expand_recurring_events",
|
|
3332
|
+
listInstructorId: "list_instructor_id",
|
|
3333
|
+
listInterviewId: "list_interview_id",
|
|
3334
|
+
listInvoiceId: "list_invoice_id",
|
|
3335
|
+
listItemId: "list_item_id",
|
|
3336
|
+
listItemVariantId: "list_item_variant_id",
|
|
3337
|
+
listJobId: "list_job_id",
|
|
3338
|
+
listLeadId: "list_lead_id",
|
|
3339
|
+
listLimit: "list_limit",
|
|
3340
|
+
listLinkId: "list_link_id",
|
|
3341
|
+
listListId: "list_list_id",
|
|
3342
|
+
listLocationId: "list_location_id",
|
|
3343
|
+
listOffset: "list_offset",
|
|
3344
|
+
listOrder: "list_order",
|
|
3345
|
+
listOrgId: "list_org_id",
|
|
3346
|
+
listPackageId: "list_package_id",
|
|
3347
|
+
listPageId: "list_page_id",
|
|
3348
|
+
listParentId: "list_parent_id",
|
|
3349
|
+
listPaymentId: "list_payment_id",
|
|
3350
|
+
listPipelineId: "list_pipeline_id",
|
|
3351
|
+
listProjectId: "list_project_id",
|
|
3352
|
+
listQuery: "list_query",
|
|
3353
|
+
listRawFields: "list_raw_fields",
|
|
3354
|
+
listRepoId: "list_repo_id",
|
|
3355
|
+
listRootId: "list_root_id",
|
|
3356
|
+
listSortByCreatedAt: "list_sort_by_created_at",
|
|
3357
|
+
listSortByName: "list_sort_by_name",
|
|
3358
|
+
listSortByUpdatedAt: "list_sort_by_updated_at",
|
|
3359
|
+
listSpaceId: "list_space_id",
|
|
3360
|
+
listStartGte: "list_start_gte",
|
|
3361
|
+
listStatus: "list_status",
|
|
3362
|
+
listStudentId: "list_student_id",
|
|
3363
|
+
listTaskId: "list_task_id",
|
|
3364
|
+
listTeacherId: "list_teacher_id",
|
|
3365
|
+
listTicketId: "list_ticket_id",
|
|
3366
|
+
listType: "list_type",
|
|
3367
|
+
listUpdatedGte: "list_updated_gte",
|
|
3368
|
+
listUserId: "list_user_id",
|
|
3369
|
+
nativeWebhookCalendarId: "native_webhook_calendar_id",
|
|
3370
|
+
nativeWebhookChannelId: "native_webhook_channel_id",
|
|
3371
|
+
nativeWebhookCompanyId: "native_webhook_company_id",
|
|
3372
|
+
nativeWebhookEventId: "native_webhook_event_id",
|
|
3373
|
+
nativeWebhookParentId: "native_webhook_parent_id",
|
|
3374
|
+
nativeWebhookProjectId: "native_webhook_project_id",
|
|
3375
|
+
nativeWebhookTaskId: "native_webhook_task_id",
|
|
3376
|
+
outboundFields: "outbound_fields",
|
|
3377
|
+
rawObjects: "raw_objects",
|
|
3378
|
+
searchDomain: "search_domain",
|
|
3379
|
+
searchEmail: "search_email",
|
|
3380
|
+
searchLinkedinurl: "search_linkedinurl",
|
|
3381
|
+
searchName: "search_name",
|
|
3382
|
+
searchTwitter: "search_twitter",
|
|
3383
|
+
slowFields: "slow_fields",
|
|
3384
|
+
virtualWebhookApplicationId: "virtual_webhook_application_id",
|
|
3385
|
+
virtualWebhookBranchId: "virtual_webhook_branch_id",
|
|
3386
|
+
virtualWebhookCalendarId: "virtual_webhook_calendar_id",
|
|
3387
|
+
virtualWebhookCallId: "virtual_webhook_call_id",
|
|
3388
|
+
virtualWebhookCandidateId: "virtual_webhook_candidate_id",
|
|
3389
|
+
virtualWebhookChannelId: "virtual_webhook_channel_id",
|
|
3390
|
+
virtualWebhookCollectionId: "virtual_webhook_collection_id",
|
|
3391
|
+
virtualWebhookCompanyId: "virtual_webhook_company_id",
|
|
3392
|
+
virtualWebhookContactId: "virtual_webhook_contact_id",
|
|
3393
|
+
virtualWebhookCustomerId: "virtual_webhook_customer_id",
|
|
3394
|
+
virtualWebhookDealId: "virtual_webhook_deal_id",
|
|
3395
|
+
virtualWebhookEndLe: "virtual_webhook_end_le",
|
|
3396
|
+
virtualWebhookEndLt: "virtual_webhook_end_lt",
|
|
3397
|
+
virtualWebhookEventId: "virtual_webhook_event_id",
|
|
3398
|
+
virtualWebhookExpand: "virtual_webhook_expand",
|
|
3399
|
+
virtualWebhookFields: "virtual_webhook_fields",
|
|
3400
|
+
virtualWebhookItemId: "virtual_webhook_item_id",
|
|
3401
|
+
virtualWebhookItemVariantId: "virtual_webhook_item_variant_id",
|
|
3402
|
+
virtualWebhookJobId: "virtual_webhook_job_id",
|
|
3403
|
+
virtualWebhookLimit: "virtual_webhook_limit",
|
|
3404
|
+
virtualWebhookListId: "virtual_webhook_list_id",
|
|
3405
|
+
virtualWebhookLocationId: "virtual_webhook_location_id",
|
|
3406
|
+
virtualWebhookOrgId: "virtual_webhook_org_id",
|
|
3407
|
+
virtualWebhookPageId: "virtual_webhook_page_id",
|
|
3408
|
+
virtualWebhookParentId: "virtual_webhook_parent_id",
|
|
3409
|
+
virtualWebhookPipelineId: "virtual_webhook_pipeline_id",
|
|
3410
|
+
virtualWebhookProjectId: "virtual_webhook_project_id",
|
|
3411
|
+
virtualWebhookRepoId: "virtual_webhook_repo_id",
|
|
3412
|
+
virtualWebhookSpaceId: "virtual_webhook_space_id",
|
|
3413
|
+
virtualWebhookStartGte: "virtual_webhook_start_gte",
|
|
3414
|
+
virtualWebhookStatus: "virtual_webhook_status",
|
|
3415
|
+
virtualWebhookTaskId: "virtual_webhook_task_id",
|
|
3416
|
+
virtualWebhookTicketId: "virtual_webhook_ticket_id",
|
|
3417
|
+
virtualWebhookType: "virtual_webhook_type",
|
|
3418
|
+
virtualWebhookUpdatedGte: "virtual_webhook_updated_gte",
|
|
3419
|
+
virtualWebhookUserId: "virtual_webhook_user_id",
|
|
3420
|
+
webhookEvents: "webhook_events",
|
|
3421
|
+
});
|
|
3422
|
+
});
|
|
3423
|
+
/**
|
|
3424
|
+
* @internal
|
|
3425
|
+
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3426
|
+
*/
|
|
3427
|
+
var IntegrationSupport$;
|
|
3428
|
+
(function (IntegrationSupport$) {
|
|
3429
|
+
/** @deprecated use `IntegrationSupport$inboundSchema` instead. */
|
|
3430
|
+
IntegrationSupport$.inboundSchema = exports.IntegrationSupport$inboundSchema;
|
|
3431
|
+
/** @deprecated use `IntegrationSupport$outboundSchema` instead. */
|
|
3432
|
+
IntegrationSupport$.outboundSchema = exports.IntegrationSupport$outboundSchema;
|
|
3433
|
+
})(IntegrationSupport$ || (exports.IntegrationSupport$ = IntegrationSupport$ = {}));
|
|
3434
|
+
function integrationSupportToJSON(integrationSupport) {
|
|
3435
|
+
return JSON.stringify(exports.IntegrationSupport$outboundSchema.parse(integrationSupport));
|
|
3436
|
+
}
|
|
3437
|
+
function integrationSupportFromJSON(jsonString) {
|
|
3438
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.IntegrationSupport$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'IntegrationSupport' from JSON`);
|
|
3439
|
+
}
|
|
3440
|
+
//# sourceMappingURL=integrationsupport.js.map
|