@wix/auto_sdk_intake-forms_intake-forms 1.0.5 → 1.0.7
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/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +1 -5
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +1 -1
- package/build/cjs/meta.js.map +1 -1
- package/build/cjs/schemas.d.ts +173 -0
- package/build/cjs/schemas.js +322 -0
- package/build/cjs/schemas.js.map +1 -0
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +1 -5
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +1 -1
- package/build/es/meta.mjs.map +1 -1
- package/build/es/schemas.d.mts +173 -0
- package/build/es/schemas.mjs +274 -0
- package/build/es/schemas.mjs.map +1 -0
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +1 -5
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +1 -1
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/cjs/schemas.d.ts +173 -0
- package/build/internal/cjs/schemas.js +322 -0
- package/build/internal/cjs/schemas.js.map +1 -0
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +1 -5
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +1 -1
- package/build/internal/es/meta.mjs.map +1 -1
- package/build/internal/es/schemas.d.mts +173 -0
- package/build/internal/es/schemas.mjs +274 -0
- package/build/internal/es/schemas.mjs.map +1 -0
- package/package.json +12 -5
- package/schemas/package.json +3 -0
|
@@ -0,0 +1,322 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __create = Object.create;
|
|
3
|
+
var __defProp = Object.defineProperty;
|
|
4
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
7
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
|
+
var __export = (target, all) => {
|
|
9
|
+
for (var name in all)
|
|
10
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
11
|
+
};
|
|
12
|
+
var __copyProps = (to, from, except, desc) => {
|
|
13
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
14
|
+
for (let key of __getOwnPropNames(from))
|
|
15
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
16
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
17
|
+
}
|
|
18
|
+
return to;
|
|
19
|
+
};
|
|
20
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
21
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
22
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
23
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
24
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
25
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
26
|
+
mod
|
|
27
|
+
));
|
|
28
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
+
|
|
30
|
+
// schemas.ts
|
|
31
|
+
var schemas_exports = {};
|
|
32
|
+
__export(schemas_exports, {
|
|
33
|
+
ArchiveIntakeFormRequest: () => ArchiveIntakeFormRequest,
|
|
34
|
+
ArchiveIntakeFormResponse: () => ArchiveIntakeFormResponse,
|
|
35
|
+
CreateCustomerSubmissionLinkRequest: () => CreateCustomerSubmissionLinkRequest,
|
|
36
|
+
CreateCustomerSubmissionLinkResponse: () => CreateCustomerSubmissionLinkResponse,
|
|
37
|
+
DeleteIntakeFormRequest: () => DeleteIntakeFormRequest,
|
|
38
|
+
DeleteIntakeFormResponse: () => DeleteIntakeFormResponse,
|
|
39
|
+
QueryIntakeFormsRequest: () => QueryIntakeFormsRequest,
|
|
40
|
+
QueryIntakeFormsResponse: () => QueryIntakeFormsResponse,
|
|
41
|
+
UnarchiveIntakeFormRequest: () => UnarchiveIntakeFormRequest,
|
|
42
|
+
UnarchiveIntakeFormResponse: () => UnarchiveIntakeFormResponse,
|
|
43
|
+
UpdateIntakeFormExpirationPeriodRequest: () => UpdateIntakeFormExpirationPeriodRequest,
|
|
44
|
+
UpdateIntakeFormExpirationPeriodResponse: () => UpdateIntakeFormExpirationPeriodResponse
|
|
45
|
+
});
|
|
46
|
+
module.exports = __toCommonJS(schemas_exports);
|
|
47
|
+
|
|
48
|
+
// src/intake-forms-v1-intake-form-intake-forms.schemas.ts
|
|
49
|
+
var z = __toESM(require("zod"));
|
|
50
|
+
var QueryIntakeFormsRequest = z.object({
|
|
51
|
+
query: z.object({
|
|
52
|
+
filter: z.object({
|
|
53
|
+
_id: z.object({
|
|
54
|
+
$eq: z.string(),
|
|
55
|
+
$exists: z.boolean(),
|
|
56
|
+
$gt: z.string(),
|
|
57
|
+
$gte: z.string(),
|
|
58
|
+
$hasAll: z.array(z.string()),
|
|
59
|
+
$hasSome: z.array(z.string()),
|
|
60
|
+
$in: z.array(z.string()),
|
|
61
|
+
$lt: z.string(),
|
|
62
|
+
$lte: z.string(),
|
|
63
|
+
$ne: z.string(),
|
|
64
|
+
$nin: z.array(z.string()),
|
|
65
|
+
$startsWith: z.string()
|
|
66
|
+
}).partial().strict().optional(),
|
|
67
|
+
name: z.object({
|
|
68
|
+
$eq: z.string(),
|
|
69
|
+
$exists: z.boolean(),
|
|
70
|
+
$gt: z.string(),
|
|
71
|
+
$gte: z.string(),
|
|
72
|
+
$hasAll: z.array(z.string()),
|
|
73
|
+
$hasSome: z.array(z.string()),
|
|
74
|
+
$in: z.array(z.string()),
|
|
75
|
+
$lt: z.string(),
|
|
76
|
+
$lte: z.string(),
|
|
77
|
+
$ne: z.string(),
|
|
78
|
+
$nin: z.array(z.string()),
|
|
79
|
+
$startsWith: z.string()
|
|
80
|
+
}).partial().strict().optional(),
|
|
81
|
+
archived: z.object({
|
|
82
|
+
$eq: z.boolean(),
|
|
83
|
+
$exists: z.boolean(),
|
|
84
|
+
$gt: z.boolean(),
|
|
85
|
+
$gte: z.boolean(),
|
|
86
|
+
$hasAll: z.array(z.boolean()),
|
|
87
|
+
$hasSome: z.array(z.boolean()),
|
|
88
|
+
$in: z.array(z.boolean()),
|
|
89
|
+
$lt: z.boolean(),
|
|
90
|
+
$lte: z.boolean(),
|
|
91
|
+
$ne: z.boolean(),
|
|
92
|
+
$nin: z.array(z.boolean()),
|
|
93
|
+
$startsWith: z.string()
|
|
94
|
+
}).partial().strict().optional(),
|
|
95
|
+
_createdDate: z.object({
|
|
96
|
+
$eq: z.string(),
|
|
97
|
+
$exists: z.boolean(),
|
|
98
|
+
$gt: z.string(),
|
|
99
|
+
$gte: z.string(),
|
|
100
|
+
$hasAll: z.array(z.string()),
|
|
101
|
+
$hasSome: z.array(z.string()),
|
|
102
|
+
$in: z.array(z.string()),
|
|
103
|
+
$lt: z.string(),
|
|
104
|
+
$lte: z.string(),
|
|
105
|
+
$ne: z.string(),
|
|
106
|
+
$nin: z.array(z.string()),
|
|
107
|
+
$startsWith: z.string()
|
|
108
|
+
}).partial().strict().optional(),
|
|
109
|
+
_updatedDate: z.object({
|
|
110
|
+
$eq: z.string(),
|
|
111
|
+
$exists: z.boolean(),
|
|
112
|
+
$gt: z.string(),
|
|
113
|
+
$gte: z.string(),
|
|
114
|
+
$hasAll: z.array(z.string()),
|
|
115
|
+
$hasSome: z.array(z.string()),
|
|
116
|
+
$in: z.array(z.string()),
|
|
117
|
+
$lt: z.string(),
|
|
118
|
+
$lte: z.string(),
|
|
119
|
+
$ne: z.string(),
|
|
120
|
+
$nin: z.array(z.string()),
|
|
121
|
+
$startsWith: z.string()
|
|
122
|
+
}).partial().strict().optional(),
|
|
123
|
+
$and: z.array(z.any()).optional(),
|
|
124
|
+
$or: z.array(z.any()).optional(),
|
|
125
|
+
$not: z.any().optional()
|
|
126
|
+
}).strict().optional(),
|
|
127
|
+
sort: z.array(
|
|
128
|
+
z.object({
|
|
129
|
+
fieldName: z.enum(["_id", "name", "archived", "_createdDate", "_updatedDate"]).optional(),
|
|
130
|
+
order: z.enum(["ASC", "DESC"]).optional()
|
|
131
|
+
})
|
|
132
|
+
).optional()
|
|
133
|
+
}).catchall(z.any()).describe(
|
|
134
|
+
"Filter object.\nSee @API Query Language\nfor more information.\n\nFor a detailed list of supported filters, see\n@Supported Filters."
|
|
135
|
+
)
|
|
136
|
+
});
|
|
137
|
+
var QueryIntakeFormsResponse = z.object({
|
|
138
|
+
intakeForms: z.array(
|
|
139
|
+
z.object({
|
|
140
|
+
_id: z.string().describe(
|
|
141
|
+
"Intake form ID. Identical to the [Wix Forms form ID](https://dev.wix.com/docs/api-reference/crm/forms/form-schemas/form-object)."
|
|
142
|
+
).regex(
|
|
143
|
+
/^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$/,
|
|
144
|
+
"Must be a valid GUID"
|
|
145
|
+
).optional().nullable(),
|
|
146
|
+
expirationPeriodInMonths: z.number().int().describe(
|
|
147
|
+
"Expiration period in months. If not set, submissions don't expire."
|
|
148
|
+
).min(1).max(60).optional().nullable(),
|
|
149
|
+
archived: z.boolean().describe(
|
|
150
|
+
"Whether the intake form is archived and disabled from accepting new submissions."
|
|
151
|
+
).optional().nullable(),
|
|
152
|
+
name: z.string().describe("Intake form name.").min(1).max(100).optional().nullable(),
|
|
153
|
+
_createdDate: z.date().describe(
|
|
154
|
+
"Date and time the intake form was created in UTC datetime `YYYY-MM-DDThh:mm:ssZ` format."
|
|
155
|
+
).optional().nullable(),
|
|
156
|
+
_updatedDate: z.date().describe(
|
|
157
|
+
"Date and time the intake form was updated in UTC datetime `YYYY-MM-DDThh:mm:ssZ` format."
|
|
158
|
+
).optional().nullable(),
|
|
159
|
+
revision: z.string().regex(/^-?\d+$/, "Must be a valid Int64 string").describe(
|
|
160
|
+
"Revision number, which increments by 1 each time the intake form is updated.\nTo prevent conflicting changes, the current revision must be passed when updating the intake form."
|
|
161
|
+
).optional().nullable()
|
|
162
|
+
})
|
|
163
|
+
).optional(),
|
|
164
|
+
pagingMetadata: z.object({
|
|
165
|
+
count: z.number().int().describe("Number of items returned in current page.").optional().nullable(),
|
|
166
|
+
cursors: z.object({
|
|
167
|
+
next: z.string().describe(
|
|
168
|
+
"Cursor string pointing to the next page in the list of results."
|
|
169
|
+
).max(16e3).optional().nullable(),
|
|
170
|
+
prev: z.string().describe(
|
|
171
|
+
"Cursor pointing to the previous page in the list of results."
|
|
172
|
+
).max(16e3).optional().nullable()
|
|
173
|
+
}).describe(
|
|
174
|
+
"Cursor strings that point to the next page, previous page, or both."
|
|
175
|
+
).optional(),
|
|
176
|
+
hasNext: z.boolean().describe(
|
|
177
|
+
"Whether there are more pages to retrieve following the current page.\n\n+ `true`: Another page of results can be retrieved.\n+ `false`: This is the last page."
|
|
178
|
+
).optional().nullable()
|
|
179
|
+
}).describe("Paging metadata.").optional()
|
|
180
|
+
});
|
|
181
|
+
var UpdateIntakeFormExpirationPeriodRequest = z.object({
|
|
182
|
+
intakeFormId: z.string().describe("Intake form ID.").regex(
|
|
183
|
+
/^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$/,
|
|
184
|
+
"Must be a valid GUID"
|
|
185
|
+
),
|
|
186
|
+
options: z.object({
|
|
187
|
+
expirationPeriodInMonths: z.number().int().describe(
|
|
188
|
+
"New expiration period in months. If not set, submissions don't expire."
|
|
189
|
+
).min(1).max(60).optional().nullable(),
|
|
190
|
+
formRevision: z.string().regex(/^-?\d+$/, "Must be a valid Int64 string").describe(
|
|
191
|
+
"Revision number, which increments by 1 each time the intake form is updated.\nTo prevent conflicting changes, you must specify the current revision when updating the intake form."
|
|
192
|
+
)
|
|
193
|
+
})
|
|
194
|
+
});
|
|
195
|
+
var UpdateIntakeFormExpirationPeriodResponse = z.object({
|
|
196
|
+
intakeForm: z.object({
|
|
197
|
+
_id: z.string().describe(
|
|
198
|
+
"Intake form ID. Identical to the [Wix Forms form ID](https://dev.wix.com/docs/api-reference/crm/forms/form-schemas/form-object)."
|
|
199
|
+
).regex(
|
|
200
|
+
/^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$/,
|
|
201
|
+
"Must be a valid GUID"
|
|
202
|
+
).optional().nullable(),
|
|
203
|
+
expirationPeriodInMonths: z.number().int().describe(
|
|
204
|
+
"Expiration period in months. If not set, submissions don't expire."
|
|
205
|
+
).min(1).max(60).optional().nullable(),
|
|
206
|
+
archived: z.boolean().describe(
|
|
207
|
+
"Whether the intake form is archived and disabled from accepting new submissions."
|
|
208
|
+
).optional().nullable(),
|
|
209
|
+
name: z.string().describe("Intake form name.").min(1).max(100).optional().nullable(),
|
|
210
|
+
_createdDate: z.date().describe(
|
|
211
|
+
"Date and time the intake form was created in UTC datetime `YYYY-MM-DDThh:mm:ssZ` format."
|
|
212
|
+
).optional().nullable(),
|
|
213
|
+
_updatedDate: z.date().describe(
|
|
214
|
+
"Date and time the intake form was updated in UTC datetime `YYYY-MM-DDThh:mm:ssZ` format."
|
|
215
|
+
).optional().nullable(),
|
|
216
|
+
revision: z.string().regex(/^-?\d+$/, "Must be a valid Int64 string").describe(
|
|
217
|
+
"Revision number, which increments by 1 each time the intake form is updated.\nTo prevent conflicting changes, the current revision must be passed when updating the intake form."
|
|
218
|
+
).optional().nullable()
|
|
219
|
+
}).describe("Updated intake form.").optional()
|
|
220
|
+
});
|
|
221
|
+
var CreateCustomerSubmissionLinkRequest = z.object({
|
|
222
|
+
intakeFormId: z.string().describe("Intake form ID.").regex(
|
|
223
|
+
/^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$/,
|
|
224
|
+
"Must be a valid GUID"
|
|
225
|
+
)
|
|
226
|
+
});
|
|
227
|
+
var CreateCustomerSubmissionLinkResponse = z.object({
|
|
228
|
+
intakeFormUrl: z.string().describe("Generated link URL for the intake form submission.").min(1).max(2048).optional().nullable()
|
|
229
|
+
});
|
|
230
|
+
var DeleteIntakeFormRequest = z.object({
|
|
231
|
+
intakeFormId: z.string().describe("Intake form ID.").regex(
|
|
232
|
+
/^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$/,
|
|
233
|
+
"Must be a valid GUID"
|
|
234
|
+
)
|
|
235
|
+
});
|
|
236
|
+
var DeleteIntakeFormResponse = z.object({});
|
|
237
|
+
var ArchiveIntakeFormRequest = z.object({
|
|
238
|
+
intakeFormId: z.string().describe("Intake form ID.").regex(
|
|
239
|
+
/^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$/,
|
|
240
|
+
"Must be a valid GUID"
|
|
241
|
+
),
|
|
242
|
+
formRevision: z.string().regex(/^-?\d+$/, "Must be a valid Int64 string").describe(
|
|
243
|
+
"Revision number, which increments by 1 each time the intake form is updated.\nTo prevent conflicting changes, you must specify the current revision when updating the intake form."
|
|
244
|
+
)
|
|
245
|
+
});
|
|
246
|
+
var ArchiveIntakeFormResponse = z.object({
|
|
247
|
+
intakeForm: z.object({
|
|
248
|
+
_id: z.string().describe(
|
|
249
|
+
"Intake form ID. Identical to the [Wix Forms form ID](https://dev.wix.com/docs/api-reference/crm/forms/form-schemas/form-object)."
|
|
250
|
+
).regex(
|
|
251
|
+
/^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$/,
|
|
252
|
+
"Must be a valid GUID"
|
|
253
|
+
).optional().nullable(),
|
|
254
|
+
expirationPeriodInMonths: z.number().int().describe(
|
|
255
|
+
"Expiration period in months. If not set, submissions don't expire."
|
|
256
|
+
).min(1).max(60).optional().nullable(),
|
|
257
|
+
archived: z.boolean().describe(
|
|
258
|
+
"Whether the intake form is archived and disabled from accepting new submissions."
|
|
259
|
+
).optional().nullable(),
|
|
260
|
+
name: z.string().describe("Intake form name.").min(1).max(100).optional().nullable(),
|
|
261
|
+
_createdDate: z.date().describe(
|
|
262
|
+
"Date and time the intake form was created in UTC datetime `YYYY-MM-DDThh:mm:ssZ` format."
|
|
263
|
+
).optional().nullable(),
|
|
264
|
+
_updatedDate: z.date().describe(
|
|
265
|
+
"Date and time the intake form was updated in UTC datetime `YYYY-MM-DDThh:mm:ssZ` format."
|
|
266
|
+
).optional().nullable(),
|
|
267
|
+
revision: z.string().regex(/^-?\d+$/, "Must be a valid Int64 string").describe(
|
|
268
|
+
"Revision number, which increments by 1 each time the intake form is updated.\nTo prevent conflicting changes, the current revision must be passed when updating the intake form."
|
|
269
|
+
).optional().nullable()
|
|
270
|
+
}).describe("Archived intake form.").optional()
|
|
271
|
+
});
|
|
272
|
+
var UnarchiveIntakeFormRequest = z.object({
|
|
273
|
+
intakeFormId: z.string().describe("Intake form ID.").regex(
|
|
274
|
+
/^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$/,
|
|
275
|
+
"Must be a valid GUID"
|
|
276
|
+
),
|
|
277
|
+
formRevision: z.string().regex(/^-?\d+$/, "Must be a valid Int64 string").describe(
|
|
278
|
+
"Revision number, which increments by 1 each time the intake form is updated.\nTo prevent conflicting changes, you must specify the current revision when updating the intake form."
|
|
279
|
+
)
|
|
280
|
+
});
|
|
281
|
+
var UnarchiveIntakeFormResponse = z.object({
|
|
282
|
+
intakeForm: z.object({
|
|
283
|
+
_id: z.string().describe(
|
|
284
|
+
"Intake form ID. Identical to the [Wix Forms form ID](https://dev.wix.com/docs/api-reference/crm/forms/form-schemas/form-object)."
|
|
285
|
+
).regex(
|
|
286
|
+
/^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$/,
|
|
287
|
+
"Must be a valid GUID"
|
|
288
|
+
).optional().nullable(),
|
|
289
|
+
expirationPeriodInMonths: z.number().int().describe(
|
|
290
|
+
"Expiration period in months. If not set, submissions don't expire."
|
|
291
|
+
).min(1).max(60).optional().nullable(),
|
|
292
|
+
archived: z.boolean().describe(
|
|
293
|
+
"Whether the intake form is archived and disabled from accepting new submissions."
|
|
294
|
+
).optional().nullable(),
|
|
295
|
+
name: z.string().describe("Intake form name.").min(1).max(100).optional().nullable(),
|
|
296
|
+
_createdDate: z.date().describe(
|
|
297
|
+
"Date and time the intake form was created in UTC datetime `YYYY-MM-DDThh:mm:ssZ` format."
|
|
298
|
+
).optional().nullable(),
|
|
299
|
+
_updatedDate: z.date().describe(
|
|
300
|
+
"Date and time the intake form was updated in UTC datetime `YYYY-MM-DDThh:mm:ssZ` format."
|
|
301
|
+
).optional().nullable(),
|
|
302
|
+
revision: z.string().regex(/^-?\d+$/, "Must be a valid Int64 string").describe(
|
|
303
|
+
"Revision number, which increments by 1 each time the intake form is updated.\nTo prevent conflicting changes, the current revision must be passed when updating the intake form."
|
|
304
|
+
).optional().nullable()
|
|
305
|
+
}).describe("Unarchived intake form.").optional()
|
|
306
|
+
});
|
|
307
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
308
|
+
0 && (module.exports = {
|
|
309
|
+
ArchiveIntakeFormRequest,
|
|
310
|
+
ArchiveIntakeFormResponse,
|
|
311
|
+
CreateCustomerSubmissionLinkRequest,
|
|
312
|
+
CreateCustomerSubmissionLinkResponse,
|
|
313
|
+
DeleteIntakeFormRequest,
|
|
314
|
+
DeleteIntakeFormResponse,
|
|
315
|
+
QueryIntakeFormsRequest,
|
|
316
|
+
QueryIntakeFormsResponse,
|
|
317
|
+
UnarchiveIntakeFormRequest,
|
|
318
|
+
UnarchiveIntakeFormResponse,
|
|
319
|
+
UpdateIntakeFormExpirationPeriodRequest,
|
|
320
|
+
UpdateIntakeFormExpirationPeriodResponse
|
|
321
|
+
});
|
|
322
|
+
//# sourceMappingURL=schemas.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../schemas.ts","../../src/intake-forms-v1-intake-form-intake-forms.schemas.ts"],"sourcesContent":["export * from './src/intake-forms-v1-intake-form-intake-forms.schemas.js';\n","import * as z from 'zod';\n\nexport const QueryIntakeFormsRequest = z.object({\n query: z\n .object({\n filter: z\n .object({\n _id: z\n .object({\n $eq: z.string(),\n $exists: z.boolean(),\n $gt: z.string(),\n $gte: z.string(),\n $hasAll: z.array(z.string()),\n $hasSome: z.array(z.string()),\n $in: z.array(z.string()),\n $lt: z.string(),\n $lte: z.string(),\n $ne: z.string(),\n $nin: z.array(z.string()),\n $startsWith: z.string(),\n })\n .partial()\n .strict()\n .optional(),\n name: z\n .object({\n $eq: z.string(),\n $exists: z.boolean(),\n $gt: z.string(),\n $gte: z.string(),\n $hasAll: z.array(z.string()),\n $hasSome: z.array(z.string()),\n $in: z.array(z.string()),\n $lt: z.string(),\n $lte: z.string(),\n $ne: z.string(),\n $nin: z.array(z.string()),\n $startsWith: z.string(),\n })\n .partial()\n .strict()\n .optional(),\n archived: z\n .object({\n $eq: z.boolean(),\n $exists: z.boolean(),\n $gt: z.boolean(),\n $gte: z.boolean(),\n $hasAll: z.array(z.boolean()),\n $hasSome: z.array(z.boolean()),\n $in: z.array(z.boolean()),\n $lt: z.boolean(),\n $lte: z.boolean(),\n $ne: z.boolean(),\n $nin: z.array(z.boolean()),\n $startsWith: z.string(),\n })\n .partial()\n .strict()\n .optional(),\n _createdDate: z\n .object({\n $eq: z.string(),\n $exists: z.boolean(),\n $gt: z.string(),\n $gte: z.string(),\n $hasAll: z.array(z.string()),\n $hasSome: z.array(z.string()),\n $in: z.array(z.string()),\n $lt: z.string(),\n $lte: z.string(),\n $ne: z.string(),\n $nin: z.array(z.string()),\n $startsWith: z.string(),\n })\n .partial()\n .strict()\n .optional(),\n _updatedDate: z\n .object({\n $eq: z.string(),\n $exists: z.boolean(),\n $gt: z.string(),\n $gte: z.string(),\n $hasAll: z.array(z.string()),\n $hasSome: z.array(z.string()),\n $in: z.array(z.string()),\n $lt: z.string(),\n $lte: z.string(),\n $ne: z.string(),\n $nin: z.array(z.string()),\n $startsWith: z.string(),\n })\n .partial()\n .strict()\n .optional(),\n $and: z.array(z.any()).optional(),\n $or: z.array(z.any()).optional(),\n $not: z.any().optional(),\n })\n .strict()\n .optional(),\n sort: z\n .array(\n z.object({\n fieldName: z\n .enum(['_id', 'name', 'archived', '_createdDate', '_updatedDate'])\n .optional(),\n order: z.enum(['ASC', 'DESC']).optional(),\n })\n )\n .optional(),\n })\n .catchall(z.any())\n .describe(\n 'Filter object.\\nSee @API Query Language\\nfor more information.\\n\\nFor a detailed list of supported filters, see\\n@Supported Filters.'\n ),\n});\nexport const QueryIntakeFormsResponse = z.object({\n intakeForms: z\n .array(\n z.object({\n _id: z\n .string()\n .describe(\n 'Intake form ID. Identical to the [Wix Forms form ID](https://dev.wix.com/docs/api-reference/crm/forms/form-schemas/form-object).'\n )\n .regex(\n /^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$/,\n 'Must be a valid GUID'\n )\n .optional()\n .nullable(),\n expirationPeriodInMonths: z\n .number()\n .int()\n .describe(\n \"Expiration period in months. If not set, submissions don't expire.\"\n )\n .min(1)\n .max(60)\n .optional()\n .nullable(),\n archived: z\n .boolean()\n .describe(\n 'Whether the intake form is archived and disabled from accepting new submissions.'\n )\n .optional()\n .nullable(),\n name: z\n .string()\n .describe('Intake form name.')\n .min(1)\n .max(100)\n .optional()\n .nullable(),\n _createdDate: z\n .date()\n .describe(\n 'Date and time the intake form was created in UTC datetime `YYYY-MM-DDThh:mm:ssZ` format.'\n )\n .optional()\n .nullable(),\n _updatedDate: z\n .date()\n .describe(\n 'Date and time the intake form was updated in UTC datetime `YYYY-MM-DDThh:mm:ssZ` format.'\n )\n .optional()\n .nullable(),\n revision: z\n .string()\n .regex(/^-?\\d+$/, 'Must be a valid Int64 string')\n .describe(\n 'Revision number, which increments by 1 each time the intake form is updated.\\nTo prevent conflicting changes, the current revision must be passed when updating the intake form.'\n )\n .optional()\n .nullable(),\n })\n )\n .optional(),\n pagingMetadata: z\n .object({\n count: z\n .number()\n .int()\n .describe('Number of items returned in current page.')\n .optional()\n .nullable(),\n cursors: z\n .object({\n next: z\n .string()\n .describe(\n 'Cursor string pointing to the next page in the list of results.'\n )\n .max(16000)\n .optional()\n .nullable(),\n prev: z\n .string()\n .describe(\n 'Cursor pointing to the previous page in the list of results.'\n )\n .max(16000)\n .optional()\n .nullable(),\n })\n .describe(\n 'Cursor strings that point to the next page, previous page, or both.'\n )\n .optional(),\n hasNext: z\n .boolean()\n .describe(\n 'Whether there are more pages to retrieve following the current page.\\n\\n+ `true`: Another page of results can be retrieved.\\n+ `false`: This is the last page.'\n )\n .optional()\n .nullable(),\n })\n .describe('Paging metadata.')\n .optional(),\n});\nexport const UpdateIntakeFormExpirationPeriodRequest = z.object({\n intakeFormId: z\n .string()\n .describe('Intake form ID.')\n .regex(\n /^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$/,\n 'Must be a valid GUID'\n ),\n options: z.object({\n expirationPeriodInMonths: z\n .number()\n .int()\n .describe(\n \"New expiration period in months. If not set, submissions don't expire.\"\n )\n .min(1)\n .max(60)\n .optional()\n .nullable(),\n formRevision: z\n .string()\n .regex(/^-?\\d+$/, 'Must be a valid Int64 string')\n .describe(\n 'Revision number, which increments by 1 each time the intake form is updated.\\nTo prevent conflicting changes, you must specify the current revision when updating the intake form.'\n ),\n }),\n});\nexport const UpdateIntakeFormExpirationPeriodResponse = z.object({\n intakeForm: z\n .object({\n _id: z\n .string()\n .describe(\n 'Intake form ID. Identical to the [Wix Forms form ID](https://dev.wix.com/docs/api-reference/crm/forms/form-schemas/form-object).'\n )\n .regex(\n /^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$/,\n 'Must be a valid GUID'\n )\n .optional()\n .nullable(),\n expirationPeriodInMonths: z\n .number()\n .int()\n .describe(\n \"Expiration period in months. If not set, submissions don't expire.\"\n )\n .min(1)\n .max(60)\n .optional()\n .nullable(),\n archived: z\n .boolean()\n .describe(\n 'Whether the intake form is archived and disabled from accepting new submissions.'\n )\n .optional()\n .nullable(),\n name: z\n .string()\n .describe('Intake form name.')\n .min(1)\n .max(100)\n .optional()\n .nullable(),\n _createdDate: z\n .date()\n .describe(\n 'Date and time the intake form was created in UTC datetime `YYYY-MM-DDThh:mm:ssZ` format.'\n )\n .optional()\n .nullable(),\n _updatedDate: z\n .date()\n .describe(\n 'Date and time the intake form was updated in UTC datetime `YYYY-MM-DDThh:mm:ssZ` format.'\n )\n .optional()\n .nullable(),\n revision: z\n .string()\n .regex(/^-?\\d+$/, 'Must be a valid Int64 string')\n .describe(\n 'Revision number, which increments by 1 each time the intake form is updated.\\nTo prevent conflicting changes, the current revision must be passed when updating the intake form.'\n )\n .optional()\n .nullable(),\n })\n .describe('Updated intake form.')\n .optional(),\n});\nexport const CreateCustomerSubmissionLinkRequest = z.object({\n intakeFormId: z\n .string()\n .describe('Intake form ID.')\n .regex(\n /^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$/,\n 'Must be a valid GUID'\n ),\n});\nexport const CreateCustomerSubmissionLinkResponse = z.object({\n intakeFormUrl: z\n .string()\n .describe('Generated link URL for the intake form submission.')\n .min(1)\n .max(2048)\n .optional()\n .nullable(),\n});\nexport const DeleteIntakeFormRequest = z.object({\n intakeFormId: z\n .string()\n .describe('Intake form ID.')\n .regex(\n /^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$/,\n 'Must be a valid GUID'\n ),\n});\nexport const DeleteIntakeFormResponse = z.object({});\nexport const ArchiveIntakeFormRequest = z.object({\n intakeFormId: z\n .string()\n .describe('Intake form ID.')\n .regex(\n /^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$/,\n 'Must be a valid GUID'\n ),\n formRevision: z\n .string()\n .regex(/^-?\\d+$/, 'Must be a valid Int64 string')\n .describe(\n 'Revision number, which increments by 1 each time the intake form is updated.\\nTo prevent conflicting changes, you must specify the current revision when updating the intake form.'\n ),\n});\nexport const ArchiveIntakeFormResponse = z.object({\n intakeForm: z\n .object({\n _id: z\n .string()\n .describe(\n 'Intake form ID. Identical to the [Wix Forms form ID](https://dev.wix.com/docs/api-reference/crm/forms/form-schemas/form-object).'\n )\n .regex(\n /^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$/,\n 'Must be a valid GUID'\n )\n .optional()\n .nullable(),\n expirationPeriodInMonths: z\n .number()\n .int()\n .describe(\n \"Expiration period in months. If not set, submissions don't expire.\"\n )\n .min(1)\n .max(60)\n .optional()\n .nullable(),\n archived: z\n .boolean()\n .describe(\n 'Whether the intake form is archived and disabled from accepting new submissions.'\n )\n .optional()\n .nullable(),\n name: z\n .string()\n .describe('Intake form name.')\n .min(1)\n .max(100)\n .optional()\n .nullable(),\n _createdDate: z\n .date()\n .describe(\n 'Date and time the intake form was created in UTC datetime `YYYY-MM-DDThh:mm:ssZ` format.'\n )\n .optional()\n .nullable(),\n _updatedDate: z\n .date()\n .describe(\n 'Date and time the intake form was updated in UTC datetime `YYYY-MM-DDThh:mm:ssZ` format.'\n )\n .optional()\n .nullable(),\n revision: z\n .string()\n .regex(/^-?\\d+$/, 'Must be a valid Int64 string')\n .describe(\n 'Revision number, which increments by 1 each time the intake form is updated.\\nTo prevent conflicting changes, the current revision must be passed when updating the intake form.'\n )\n .optional()\n .nullable(),\n })\n .describe('Archived intake form.')\n .optional(),\n});\nexport const UnarchiveIntakeFormRequest = z.object({\n intakeFormId: z\n .string()\n .describe('Intake form ID.')\n .regex(\n /^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$/,\n 'Must be a valid GUID'\n ),\n formRevision: z\n .string()\n .regex(/^-?\\d+$/, 'Must be a valid Int64 string')\n .describe(\n 'Revision number, which increments by 1 each time the intake form is updated.\\nTo prevent conflicting changes, you must specify the current revision when updating the intake form.'\n ),\n});\nexport const UnarchiveIntakeFormResponse = z.object({\n intakeForm: z\n .object({\n _id: z\n .string()\n .describe(\n 'Intake form ID. Identical to the [Wix Forms form ID](https://dev.wix.com/docs/api-reference/crm/forms/form-schemas/form-object).'\n )\n .regex(\n /^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$/,\n 'Must be a valid GUID'\n )\n .optional()\n .nullable(),\n expirationPeriodInMonths: z\n .number()\n .int()\n .describe(\n \"Expiration period in months. If not set, submissions don't expire.\"\n )\n .min(1)\n .max(60)\n .optional()\n .nullable(),\n archived: z\n .boolean()\n .describe(\n 'Whether the intake form is archived and disabled from accepting new submissions.'\n )\n .optional()\n .nullable(),\n name: z\n .string()\n .describe('Intake form name.')\n .min(1)\n .max(100)\n .optional()\n .nullable(),\n _createdDate: z\n .date()\n .describe(\n 'Date and time the intake form was created in UTC datetime `YYYY-MM-DDThh:mm:ssZ` format.'\n )\n .optional()\n .nullable(),\n _updatedDate: z\n .date()\n .describe(\n 'Date and time the intake form was updated in UTC datetime `YYYY-MM-DDThh:mm:ssZ` format.'\n )\n .optional()\n .nullable(),\n revision: z\n .string()\n .regex(/^-?\\d+$/, 'Must be a valid Int64 string')\n .describe(\n 'Revision number, which increments by 1 each time the intake form is updated.\\nTo prevent conflicting changes, the current revision must be passed when updating the intake form.'\n )\n .optional()\n .nullable(),\n })\n .describe('Unarchived intake form.')\n .optional(),\n});\n"],"mappings":"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","names":[]}
|