@documenso/sdk-typescript 0.3.0 → 0.3.1
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/FUNCTIONS.md +5 -3
- package/README.md +110 -108
- package/bin/mcp-server.js +600 -1261
- package/bin/mcp-server.js.map +35 -43
- package/docs/sdks/documents/README.md +63 -140
- package/docs/sdks/templates/README.md +1 -78
- package/jsr.json +1 -1
- package/lib/config.d.ts +3 -3
- package/lib/config.js +3 -3
- package/lib/files.d.ts +5 -0
- package/lib/files.d.ts.map +1 -1
- package/lib/files.js +41 -0
- package/lib/files.js.map +1 -1
- package/lib/security.d.ts +2 -2
- package/lib/security.d.ts.map +1 -1
- package/mcp-server/mcp-server.js +1 -1
- package/mcp-server/server.d.ts.map +1 -1
- package/mcp-server/server.js +2 -6
- package/mcp-server/server.js.map +1 -1
- package/models/errors/index.d.ts +0 -2
- package/models/errors/index.d.ts.map +1 -1
- package/models/errors/index.js +0 -2
- package/models/errors/index.js.map +1 -1
- package/models/operations/documentcreatedocumenttemporary.d.ts +8 -8
- package/models/operations/documentcreatedocumenttemporary.d.ts.map +1 -1
- package/models/operations/documentcreatedocumenttemporary.js +16 -16
- package/models/operations/documentcreatedocumenttemporary.js.map +1 -1
- package/models/operations/documentfinddocuments.d.ts +2 -2
- package/models/operations/documentfinddocuments.d.ts.map +1 -1
- package/models/operations/documentfinddocuments.js +2 -2
- package/models/operations/documentfinddocuments.js.map +1 -1
- package/models/operations/documentgetdocumentwithdetailsbyid.d.ts +8 -8
- package/models/operations/documentgetdocumentwithdetailsbyid.d.ts.map +1 -1
- package/models/operations/documentgetdocumentwithdetailsbyid.js +16 -16
- package/models/operations/documentgetdocumentwithdetailsbyid.js.map +1 -1
- package/models/operations/documentsenddocument.d.ts +2 -2
- package/models/operations/documentsenddocument.d.ts.map +1 -1
- package/models/operations/documentsenddocument.js +2 -2
- package/models/operations/documentsenddocument.js.map +1 -1
- package/models/operations/documentupdatedocument.d.ts +2 -2
- package/models/operations/documentupdatedocument.d.ts.map +1 -1
- package/models/operations/documentupdatedocument.js +2 -2
- package/models/operations/documentupdatedocument.js.map +1 -1
- package/models/operations/fieldcreatedocumentfield.d.ts +4 -4
- package/models/operations/fieldcreatedocumentfield.d.ts.map +1 -1
- package/models/operations/fieldcreatedocumentfield.js +12 -12
- package/models/operations/fieldcreatedocumentfield.js.map +1 -1
- package/models/operations/fieldcreatedocumentfields.d.ts +4 -4
- package/models/operations/fieldcreatedocumentfields.d.ts.map +1 -1
- package/models/operations/fieldcreatedocumentfields.js +12 -12
- package/models/operations/fieldcreatedocumentfields.js.map +1 -1
- package/models/operations/fieldcreatetemplatefield.d.ts +4 -4
- package/models/operations/fieldcreatetemplatefield.d.ts.map +1 -1
- package/models/operations/fieldcreatetemplatefield.js +12 -12
- package/models/operations/fieldcreatetemplatefield.js.map +1 -1
- package/models/operations/fieldcreatetemplatefields.d.ts +4 -4
- package/models/operations/fieldcreatetemplatefields.d.ts.map +1 -1
- package/models/operations/fieldcreatetemplatefields.js +12 -12
- package/models/operations/fieldcreatetemplatefields.js.map +1 -1
- package/models/operations/fieldgetdocumentfield.d.ts +4 -4
- package/models/operations/fieldgetdocumentfield.d.ts.map +1 -1
- package/models/operations/fieldgetdocumentfield.js +12 -12
- package/models/operations/fieldgetdocumentfield.js.map +1 -1
- package/models/operations/fieldgettemplatefield.d.ts +4 -4
- package/models/operations/fieldgettemplatefield.d.ts.map +1 -1
- package/models/operations/fieldgettemplatefield.js +12 -12
- package/models/operations/fieldgettemplatefield.js.map +1 -1
- package/models/operations/fieldupdatedocumentfield.d.ts +4 -4
- package/models/operations/fieldupdatedocumentfield.d.ts.map +1 -1
- package/models/operations/fieldupdatedocumentfield.js +12 -12
- package/models/operations/fieldupdatedocumentfield.js.map +1 -1
- package/models/operations/fieldupdatedocumentfields.d.ts +4 -4
- package/models/operations/fieldupdatedocumentfields.d.ts.map +1 -1
- package/models/operations/fieldupdatedocumentfields.js +12 -12
- package/models/operations/fieldupdatedocumentfields.js.map +1 -1
- package/models/operations/fieldupdatetemplatefield.d.ts +4 -4
- package/models/operations/fieldupdatetemplatefield.d.ts.map +1 -1
- package/models/operations/fieldupdatetemplatefield.js +12 -12
- package/models/operations/fieldupdatetemplatefield.js.map +1 -1
- package/models/operations/fieldupdatetemplatefields.d.ts +4 -4
- package/models/operations/fieldupdatetemplatefields.d.ts.map +1 -1
- package/models/operations/fieldupdatetemplatefields.js +12 -12
- package/models/operations/fieldupdatetemplatefields.js.map +1 -1
- package/models/operations/index.d.ts +0 -2
- package/models/operations/index.d.ts.map +1 -1
- package/models/operations/index.js +0 -2
- package/models/operations/index.js.map +1 -1
- package/models/operations/recipientgetdocumentrecipient.d.ts +4 -4
- package/models/operations/recipientgetdocumentrecipient.d.ts.map +1 -1
- package/models/operations/recipientgetdocumentrecipient.js +12 -12
- package/models/operations/recipientgetdocumentrecipient.js.map +1 -1
- package/models/operations/recipientgettemplaterecipient.d.ts +4 -4
- package/models/operations/recipientgettemplaterecipient.d.ts.map +1 -1
- package/models/operations/recipientgettemplaterecipient.js +12 -12
- package/models/operations/recipientgettemplaterecipient.js.map +1 -1
- package/models/operations/recipientupdatedocumentrecipient.d.ts +4 -4
- package/models/operations/recipientupdatedocumentrecipient.d.ts.map +1 -1
- package/models/operations/recipientupdatedocumentrecipient.js +12 -12
- package/models/operations/recipientupdatedocumentrecipient.js.map +1 -1
- package/models/operations/recipientupdatedocumentrecipients.d.ts +4 -4
- package/models/operations/recipientupdatedocumentrecipients.d.ts.map +1 -1
- package/models/operations/recipientupdatedocumentrecipients.js +12 -12
- package/models/operations/recipientupdatedocumentrecipients.js.map +1 -1
- package/models/operations/recipientupdatetemplaterecipient.d.ts +4 -4
- package/models/operations/recipientupdatetemplaterecipient.d.ts.map +1 -1
- package/models/operations/recipientupdatetemplaterecipient.js +12 -12
- package/models/operations/recipientupdatetemplaterecipient.js.map +1 -1
- package/models/operations/recipientupdatetemplaterecipients.d.ts +4 -4
- package/models/operations/recipientupdatetemplaterecipients.d.ts.map +1 -1
- package/models/operations/recipientupdatetemplaterecipients.js +12 -12
- package/models/operations/recipientupdatetemplaterecipients.js.map +1 -1
- package/models/operations/templatecreatedocumentfromtemplate.d.ts +12 -12
- package/models/operations/templatecreatedocumentfromtemplate.d.ts.map +1 -1
- package/models/operations/templatecreatedocumentfromtemplate.js +28 -28
- package/models/operations/templatecreatedocumentfromtemplate.js.map +1 -1
- package/models/operations/templateduplicatetemplate.d.ts +2 -2
- package/models/operations/templateduplicatetemplate.d.ts.map +1 -1
- package/models/operations/templateduplicatetemplate.js +2 -2
- package/models/operations/templateduplicatetemplate.js.map +1 -1
- package/models/operations/templatefindtemplates.d.ts +6 -6
- package/models/operations/templatefindtemplates.d.ts.map +1 -1
- package/models/operations/templatefindtemplates.js +14 -14
- package/models/operations/templatefindtemplates.js.map +1 -1
- package/models/operations/templategettemplatebyid.d.ts +8 -8
- package/models/operations/templategettemplatebyid.d.ts.map +1 -1
- package/models/operations/templategettemplatebyid.js +16 -16
- package/models/operations/templategettemplatebyid.js.map +1 -1
- package/models/operations/templateupdatetemplate.d.ts +2 -2
- package/models/operations/templateupdatetemplate.d.ts.map +1 -1
- package/models/operations/templateupdatetemplate.js +2 -2
- package/models/operations/templateupdatetemplate.js.map +1 -1
- package/package.json +1 -1
- package/sdk/documents.d.ts +4 -11
- package/sdk/documents.d.ts.map +1 -1
- package/sdk/documents.js +6 -16
- package/sdk/documents.js.map +1 -1
- package/sdk/templates.d.ts +0 -7
- package/sdk/templates.d.ts.map +1 -1
- package/sdk/templates.js +0 -10
- package/sdk/templates.js.map +1 -1
- package/src/lib/config.ts +3 -3
- package/src/lib/files.ts +42 -0
- package/src/lib/security.ts +2 -2
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +2 -6
- package/src/models/errors/index.ts +0 -2
- package/src/models/operations/documentcreatedocumenttemporary.ts +34 -34
- package/src/models/operations/documentfinddocuments.ts +4 -4
- package/src/models/operations/documentgetdocumentwithdetailsbyid.ts +49 -49
- package/src/models/operations/documentsenddocument.ts +4 -4
- package/src/models/operations/documentupdatedocument.ts +4 -4
- package/src/models/operations/fieldcreatedocumentfield.ts +35 -35
- package/src/models/operations/fieldcreatedocumentfields.ts +38 -38
- package/src/models/operations/fieldcreatetemplatefield.ts +35 -35
- package/src/models/operations/fieldcreatetemplatefields.ts +38 -38
- package/src/models/operations/fieldgetdocumentfield.ts +26 -26
- package/src/models/operations/fieldgettemplatefield.ts +26 -26
- package/src/models/operations/fieldupdatedocumentfield.ts +35 -35
- package/src/models/operations/fieldupdatedocumentfields.ts +38 -38
- package/src/models/operations/fieldupdatetemplatefield.ts +35 -35
- package/src/models/operations/fieldupdatetemplatefields.ts +38 -38
- package/src/models/operations/index.ts +0 -2
- package/src/models/operations/recipientgetdocumentrecipient.ts +31 -33
- package/src/models/operations/recipientgettemplaterecipient.ts +31 -33
- package/src/models/operations/recipientupdatedocumentrecipient.ts +36 -36
- package/src/models/operations/recipientupdatedocumentrecipients.ts +38 -38
- package/src/models/operations/recipientupdatetemplaterecipient.ts +36 -36
- package/src/models/operations/recipientupdatetemplaterecipients.ts +38 -38
- package/src/models/operations/templatecreatedocumentfromtemplate.ts +73 -73
- package/src/models/operations/templateduplicatetemplate.ts +4 -4
- package/src/models/operations/templatefindtemplates.ts +30 -30
- package/src/models/operations/templategettemplatebyid.ts +34 -34
- package/src/models/operations/templateupdatetemplate.ts +4 -4
- package/src/sdk/documents.ts +14 -32
- package/src/sdk/templates.ts +0 -18
- package/src/types/constdatetime.ts +1 -1
- package/types/constdatetime.js +1 -1
- package/funcs/documentsMoveToTeam.d.ts +0 -18
- package/funcs/documentsMoveToTeam.d.ts.map +0 -1
- package/funcs/documentsMoveToTeam.js +0 -118
- package/funcs/documentsMoveToTeam.js.map +0 -1
- package/funcs/templatesMoveToTeam.d.ts +0 -18
- package/funcs/templatesMoveToTeam.d.ts.map +0 -1
- package/funcs/templatesMoveToTeam.js +0 -118
- package/funcs/templatesMoveToTeam.js.map +0 -1
- package/mcp-server/tools/documentsMoveToTeam.d.ts +0 -8
- package/mcp-server/tools/documentsMoveToTeam.d.ts.map +0 -1
- package/mcp-server/tools/documentsMoveToTeam.js +0 -64
- package/mcp-server/tools/documentsMoveToTeam.js.map +0 -1
- package/mcp-server/tools/templatesMoveToTeam.d.ts +0 -8
- package/mcp-server/tools/templatesMoveToTeam.d.ts.map +0 -1
- package/mcp-server/tools/templatesMoveToTeam.js +0 -64
- package/mcp-server/tools/templatesMoveToTeam.js.map +0 -1
- package/models/errors/documentmovedocumenttoteam.d.ts +0 -143
- package/models/errors/documentmovedocumenttoteam.d.ts.map +0 -1
- package/models/errors/documentmovedocumenttoteam.js +0 -201
- package/models/errors/documentmovedocumenttoteam.js.map +0 -1
- package/models/errors/templatemovetemplatetoteam.d.ts +0 -143
- package/models/errors/templatemovetemplatetoteam.d.ts.map +0 -1
- package/models/errors/templatemovetemplatetoteam.js +0 -201
- package/models/errors/templatemovetemplatetoteam.js.map +0 -1
- package/models/operations/documentmovedocumenttoteam.d.ts +0 -310
- package/models/operations/documentmovedocumenttoteam.d.ts.map +0 -1
- package/models/operations/documentmovedocumenttoteam.js +0 -292
- package/models/operations/documentmovedocumenttoteam.js.map +0 -1
- package/models/operations/templatemovetemplatetoteam.d.ts +0 -239
- package/models/operations/templatemovetemplatetoteam.d.ts.map +0 -1
- package/models/operations/templatemovetemplatetoteam.js +0 -241
- package/models/operations/templatemovetemplatetoteam.js.map +0 -1
- package/src/funcs/documentsMoveToTeam.ts +0 -180
- package/src/funcs/templatesMoveToTeam.ts +0 -180
- package/src/mcp-server/tools/documentsMoveToTeam.ts +0 -37
- package/src/mcp-server/tools/templatesMoveToTeam.ts +0 -37
- package/src/models/errors/documentmovedocumenttoteam.ts +0 -358
- package/src/models/errors/templatemovetemplatetoteam.ts +0 -358
- package/src/models/operations/documentmovedocumenttoteam.ts +0 -529
- package/src/models/operations/templatemovetemplatetoteam.ts +0 -417
|
@@ -264,7 +264,7 @@ export type DocumentFindDocumentsData = {
|
|
|
264
264
|
updatedAt: string;
|
|
265
265
|
completedAt: string | null;
|
|
266
266
|
deletedAt: string | null;
|
|
267
|
-
teamId: number
|
|
267
|
+
teamId: number;
|
|
268
268
|
templateId: number | null;
|
|
269
269
|
folderId: string | null;
|
|
270
270
|
useLegacyFieldInsertion: boolean;
|
|
@@ -1129,7 +1129,7 @@ export const DocumentFindDocumentsData$inboundSchema: z.ZodType<
|
|
|
1129
1129
|
updatedAt: z.string(),
|
|
1130
1130
|
completedAt: z.nullable(z.string()),
|
|
1131
1131
|
deletedAt: z.nullable(z.string()),
|
|
1132
|
-
teamId: z.
|
|
1132
|
+
teamId: z.number(),
|
|
1133
1133
|
templateId: z.nullable(z.number()),
|
|
1134
1134
|
folderId: z.nullable(z.string()),
|
|
1135
1135
|
useLegacyFieldInsertion: z.boolean(),
|
|
@@ -1156,7 +1156,7 @@ export type DocumentFindDocumentsData$Outbound = {
|
|
|
1156
1156
|
updatedAt: string;
|
|
1157
1157
|
completedAt: string | null;
|
|
1158
1158
|
deletedAt: string | null;
|
|
1159
|
-
teamId: number
|
|
1159
|
+
teamId: number;
|
|
1160
1160
|
templateId: number | null;
|
|
1161
1161
|
folderId: string | null;
|
|
1162
1162
|
useLegacyFieldInsertion: boolean;
|
|
@@ -1189,7 +1189,7 @@ export const DocumentFindDocumentsData$outboundSchema: z.ZodType<
|
|
|
1189
1189
|
updatedAt: z.string(),
|
|
1190
1190
|
completedAt: z.nullable(z.string()),
|
|
1191
1191
|
deletedAt: z.nullable(z.string()),
|
|
1192
|
-
teamId: z.
|
|
1192
|
+
teamId: z.number(),
|
|
1193
1193
|
templateId: z.nullable(z.number()),
|
|
1194
1194
|
folderId: z.nullable(z.string()),
|
|
1195
1195
|
useLegacyFieldInsertion: z.boolean(),
|
|
@@ -188,7 +188,7 @@ export type DocumentGetDocumentWithDetailsByIdFolder = {
|
|
|
188
188
|
type: DocumentGetDocumentWithDetailsByIdFolderType;
|
|
189
189
|
visibility: DocumentGetDocumentWithDetailsByIdFolderVisibility;
|
|
190
190
|
userId: number;
|
|
191
|
-
teamId: number
|
|
191
|
+
teamId: number;
|
|
192
192
|
pinned: boolean;
|
|
193
193
|
parentId: string | null;
|
|
194
194
|
createdAt: string;
|
|
@@ -535,15 +535,15 @@ export type DocumentGetDocumentWithDetailsByIdFieldMetaInitials = {
|
|
|
535
535
|
};
|
|
536
536
|
|
|
537
537
|
export type DocumentGetDocumentWithDetailsByIdFieldMetaUnion =
|
|
538
|
-
| DocumentGetDocumentWithDetailsByIdFieldMetaRadio
|
|
539
538
|
| DocumentGetDocumentWithDetailsByIdFieldMetaInitials
|
|
540
539
|
| DocumentGetDocumentWithDetailsByIdFieldMetaName
|
|
541
540
|
| DocumentGetDocumentWithDetailsByIdFieldMetaEmail
|
|
542
541
|
| DocumentGetDocumentWithDetailsByIdFieldMetaDate
|
|
543
|
-
| DocumentGetDocumentWithDetailsByIdFieldMetaDropdown
|
|
544
|
-
| DocumentGetDocumentWithDetailsByIdFieldMetaCheckbox
|
|
545
542
|
| DocumentGetDocumentWithDetailsByIdFieldMetaText
|
|
546
|
-
| DocumentGetDocumentWithDetailsByIdFieldMetaNumber
|
|
543
|
+
| DocumentGetDocumentWithDetailsByIdFieldMetaNumber
|
|
544
|
+
| DocumentGetDocumentWithDetailsByIdFieldMetaRadio
|
|
545
|
+
| DocumentGetDocumentWithDetailsByIdFieldMetaCheckbox
|
|
546
|
+
| DocumentGetDocumentWithDetailsByIdFieldMetaDropdown;
|
|
547
547
|
|
|
548
548
|
export type DocumentGetDocumentWithDetailsByIdField = {
|
|
549
549
|
type: DocumentGetDocumentWithDetailsByIdFieldType;
|
|
@@ -563,15 +563,15 @@ export type DocumentGetDocumentWithDetailsByIdField = {
|
|
|
563
563
|
customText: string;
|
|
564
564
|
inserted: boolean;
|
|
565
565
|
fieldMeta:
|
|
566
|
-
| DocumentGetDocumentWithDetailsByIdFieldMetaRadio
|
|
567
566
|
| DocumentGetDocumentWithDetailsByIdFieldMetaInitials
|
|
568
567
|
| DocumentGetDocumentWithDetailsByIdFieldMetaName
|
|
569
568
|
| DocumentGetDocumentWithDetailsByIdFieldMetaEmail
|
|
570
569
|
| DocumentGetDocumentWithDetailsByIdFieldMetaDate
|
|
571
|
-
| DocumentGetDocumentWithDetailsByIdFieldMetaDropdown
|
|
572
|
-
| DocumentGetDocumentWithDetailsByIdFieldMetaCheckbox
|
|
573
570
|
| DocumentGetDocumentWithDetailsByIdFieldMetaText
|
|
574
571
|
| DocumentGetDocumentWithDetailsByIdFieldMetaNumber
|
|
572
|
+
| DocumentGetDocumentWithDetailsByIdFieldMetaRadio
|
|
573
|
+
| DocumentGetDocumentWithDetailsByIdFieldMetaCheckbox
|
|
574
|
+
| DocumentGetDocumentWithDetailsByIdFieldMetaDropdown
|
|
575
575
|
| null;
|
|
576
576
|
};
|
|
577
577
|
|
|
@@ -599,7 +599,7 @@ export type DocumentGetDocumentWithDetailsByIdResponse = {
|
|
|
599
599
|
updatedAt: string;
|
|
600
600
|
completedAt: string | null;
|
|
601
601
|
deletedAt: string | null;
|
|
602
|
-
teamId: number
|
|
602
|
+
teamId: number;
|
|
603
603
|
templateId: number | null;
|
|
604
604
|
folderId: string | null;
|
|
605
605
|
documentData: DocumentGetDocumentWithDetailsByIdDocumentData;
|
|
@@ -1349,7 +1349,7 @@ export const DocumentGetDocumentWithDetailsByIdFolder$inboundSchema: z.ZodType<
|
|
|
1349
1349
|
type: DocumentGetDocumentWithDetailsByIdFolderType$inboundSchema,
|
|
1350
1350
|
visibility: DocumentGetDocumentWithDetailsByIdFolderVisibility$inboundSchema,
|
|
1351
1351
|
userId: z.number(),
|
|
1352
|
-
teamId: z.
|
|
1352
|
+
teamId: z.number(),
|
|
1353
1353
|
pinned: z.boolean(),
|
|
1354
1354
|
parentId: z.nullable(z.string()),
|
|
1355
1355
|
createdAt: z.string(),
|
|
@@ -1363,7 +1363,7 @@ export type DocumentGetDocumentWithDetailsByIdFolder$Outbound = {
|
|
|
1363
1363
|
type: string;
|
|
1364
1364
|
visibility: string;
|
|
1365
1365
|
userId: number;
|
|
1366
|
-
teamId: number
|
|
1366
|
+
teamId: number;
|
|
1367
1367
|
pinned: boolean;
|
|
1368
1368
|
parentId: string | null;
|
|
1369
1369
|
createdAt: string;
|
|
@@ -1381,7 +1381,7 @@ export const DocumentGetDocumentWithDetailsByIdFolder$outboundSchema: z.ZodType<
|
|
|
1381
1381
|
type: DocumentGetDocumentWithDetailsByIdFolderType$outboundSchema,
|
|
1382
1382
|
visibility: DocumentGetDocumentWithDetailsByIdFolderVisibility$outboundSchema,
|
|
1383
1383
|
userId: z.number(),
|
|
1384
|
-
teamId: z.
|
|
1384
|
+
teamId: z.number(),
|
|
1385
1385
|
pinned: z.boolean(),
|
|
1386
1386
|
parentId: z.nullable(z.string()),
|
|
1387
1387
|
createdAt: z.string(),
|
|
@@ -3169,9 +3169,6 @@ export const DocumentGetDocumentWithDetailsByIdFieldMetaUnion$inboundSchema:
|
|
|
3169
3169
|
z.ZodTypeDef,
|
|
3170
3170
|
unknown
|
|
3171
3171
|
> = z.union([
|
|
3172
|
-
z.lazy(() =>
|
|
3173
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaRadio$inboundSchema
|
|
3174
|
-
),
|
|
3175
3172
|
z.lazy(() =>
|
|
3176
3173
|
DocumentGetDocumentWithDetailsByIdFieldMetaInitials$inboundSchema
|
|
3177
3174
|
),
|
|
@@ -3180,29 +3177,32 @@ export const DocumentGetDocumentWithDetailsByIdFieldMetaUnion$inboundSchema:
|
|
|
3180
3177
|
DocumentGetDocumentWithDetailsByIdFieldMetaEmail$inboundSchema
|
|
3181
3178
|
),
|
|
3182
3179
|
z.lazy(() => DocumentGetDocumentWithDetailsByIdFieldMetaDate$inboundSchema),
|
|
3180
|
+
z.lazy(() => DocumentGetDocumentWithDetailsByIdFieldMetaText$inboundSchema),
|
|
3183
3181
|
z.lazy(() =>
|
|
3184
|
-
|
|
3182
|
+
DocumentGetDocumentWithDetailsByIdFieldMetaNumber$inboundSchema
|
|
3183
|
+
),
|
|
3184
|
+
z.lazy(() =>
|
|
3185
|
+
DocumentGetDocumentWithDetailsByIdFieldMetaRadio$inboundSchema
|
|
3185
3186
|
),
|
|
3186
3187
|
z.lazy(() =>
|
|
3187
3188
|
DocumentGetDocumentWithDetailsByIdFieldMetaCheckbox$inboundSchema
|
|
3188
3189
|
),
|
|
3189
|
-
z.lazy(() => DocumentGetDocumentWithDetailsByIdFieldMetaText$inboundSchema),
|
|
3190
3190
|
z.lazy(() =>
|
|
3191
|
-
|
|
3191
|
+
DocumentGetDocumentWithDetailsByIdFieldMetaDropdown$inboundSchema
|
|
3192
3192
|
),
|
|
3193
3193
|
]);
|
|
3194
3194
|
|
|
3195
3195
|
/** @internal */
|
|
3196
3196
|
export type DocumentGetDocumentWithDetailsByIdFieldMetaUnion$Outbound =
|
|
3197
|
-
| DocumentGetDocumentWithDetailsByIdFieldMetaRadio$Outbound
|
|
3198
3197
|
| DocumentGetDocumentWithDetailsByIdFieldMetaInitials$Outbound
|
|
3199
3198
|
| DocumentGetDocumentWithDetailsByIdFieldMetaName$Outbound
|
|
3200
3199
|
| DocumentGetDocumentWithDetailsByIdFieldMetaEmail$Outbound
|
|
3201
3200
|
| DocumentGetDocumentWithDetailsByIdFieldMetaDate$Outbound
|
|
3202
|
-
| DocumentGetDocumentWithDetailsByIdFieldMetaDropdown$Outbound
|
|
3203
|
-
| DocumentGetDocumentWithDetailsByIdFieldMetaCheckbox$Outbound
|
|
3204
3201
|
| DocumentGetDocumentWithDetailsByIdFieldMetaText$Outbound
|
|
3205
|
-
| DocumentGetDocumentWithDetailsByIdFieldMetaNumber$Outbound
|
|
3202
|
+
| DocumentGetDocumentWithDetailsByIdFieldMetaNumber$Outbound
|
|
3203
|
+
| DocumentGetDocumentWithDetailsByIdFieldMetaRadio$Outbound
|
|
3204
|
+
| DocumentGetDocumentWithDetailsByIdFieldMetaCheckbox$Outbound
|
|
3205
|
+
| DocumentGetDocumentWithDetailsByIdFieldMetaDropdown$Outbound;
|
|
3206
3206
|
|
|
3207
3207
|
/** @internal */
|
|
3208
3208
|
export const DocumentGetDocumentWithDetailsByIdFieldMetaUnion$outboundSchema:
|
|
@@ -3211,9 +3211,6 @@ export const DocumentGetDocumentWithDetailsByIdFieldMetaUnion$outboundSchema:
|
|
|
3211
3211
|
z.ZodTypeDef,
|
|
3212
3212
|
DocumentGetDocumentWithDetailsByIdFieldMetaUnion
|
|
3213
3213
|
> = z.union([
|
|
3214
|
-
z.lazy(() =>
|
|
3215
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaRadio$outboundSchema
|
|
3216
|
-
),
|
|
3217
3214
|
z.lazy(() =>
|
|
3218
3215
|
DocumentGetDocumentWithDetailsByIdFieldMetaInitials$outboundSchema
|
|
3219
3216
|
),
|
|
@@ -3227,16 +3224,19 @@ export const DocumentGetDocumentWithDetailsByIdFieldMetaUnion$outboundSchema:
|
|
|
3227
3224
|
DocumentGetDocumentWithDetailsByIdFieldMetaDate$outboundSchema
|
|
3228
3225
|
),
|
|
3229
3226
|
z.lazy(() =>
|
|
3230
|
-
|
|
3227
|
+
DocumentGetDocumentWithDetailsByIdFieldMetaText$outboundSchema
|
|
3231
3228
|
),
|
|
3232
3229
|
z.lazy(() =>
|
|
3233
|
-
|
|
3230
|
+
DocumentGetDocumentWithDetailsByIdFieldMetaNumber$outboundSchema
|
|
3234
3231
|
),
|
|
3235
3232
|
z.lazy(() =>
|
|
3236
|
-
|
|
3233
|
+
DocumentGetDocumentWithDetailsByIdFieldMetaRadio$outboundSchema
|
|
3237
3234
|
),
|
|
3238
3235
|
z.lazy(() =>
|
|
3239
|
-
|
|
3236
|
+
DocumentGetDocumentWithDetailsByIdFieldMetaCheckbox$outboundSchema
|
|
3237
|
+
),
|
|
3238
|
+
z.lazy(() =>
|
|
3239
|
+
DocumentGetDocumentWithDetailsByIdFieldMetaDropdown$outboundSchema
|
|
3240
3240
|
),
|
|
3241
3241
|
]);
|
|
3242
3242
|
|
|
@@ -3304,9 +3304,6 @@ export const DocumentGetDocumentWithDetailsByIdField$inboundSchema: z.ZodType<
|
|
|
3304
3304
|
inserted: z.boolean(),
|
|
3305
3305
|
fieldMeta: z.nullable(
|
|
3306
3306
|
z.union([
|
|
3307
|
-
z.lazy(() =>
|
|
3308
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaRadio$inboundSchema
|
|
3309
|
-
),
|
|
3310
3307
|
z.lazy(() =>
|
|
3311
3308
|
DocumentGetDocumentWithDetailsByIdFieldMetaInitials$inboundSchema
|
|
3312
3309
|
),
|
|
@@ -3320,16 +3317,19 @@ export const DocumentGetDocumentWithDetailsByIdField$inboundSchema: z.ZodType<
|
|
|
3320
3317
|
DocumentGetDocumentWithDetailsByIdFieldMetaDate$inboundSchema
|
|
3321
3318
|
),
|
|
3322
3319
|
z.lazy(() =>
|
|
3323
|
-
|
|
3320
|
+
DocumentGetDocumentWithDetailsByIdFieldMetaText$inboundSchema
|
|
3324
3321
|
),
|
|
3325
3322
|
z.lazy(() =>
|
|
3326
|
-
|
|
3323
|
+
DocumentGetDocumentWithDetailsByIdFieldMetaNumber$inboundSchema
|
|
3327
3324
|
),
|
|
3328
3325
|
z.lazy(() =>
|
|
3329
|
-
|
|
3326
|
+
DocumentGetDocumentWithDetailsByIdFieldMetaRadio$inboundSchema
|
|
3330
3327
|
),
|
|
3331
3328
|
z.lazy(() =>
|
|
3332
|
-
|
|
3329
|
+
DocumentGetDocumentWithDetailsByIdFieldMetaCheckbox$inboundSchema
|
|
3330
|
+
),
|
|
3331
|
+
z.lazy(() =>
|
|
3332
|
+
DocumentGetDocumentWithDetailsByIdFieldMetaDropdown$inboundSchema
|
|
3333
3333
|
),
|
|
3334
3334
|
]),
|
|
3335
3335
|
),
|
|
@@ -3351,15 +3351,15 @@ export type DocumentGetDocumentWithDetailsByIdField$Outbound = {
|
|
|
3351
3351
|
customText: string;
|
|
3352
3352
|
inserted: boolean;
|
|
3353
3353
|
fieldMeta:
|
|
3354
|
-
| DocumentGetDocumentWithDetailsByIdFieldMetaRadio$Outbound
|
|
3355
3354
|
| DocumentGetDocumentWithDetailsByIdFieldMetaInitials$Outbound
|
|
3356
3355
|
| DocumentGetDocumentWithDetailsByIdFieldMetaName$Outbound
|
|
3357
3356
|
| DocumentGetDocumentWithDetailsByIdFieldMetaEmail$Outbound
|
|
3358
3357
|
| DocumentGetDocumentWithDetailsByIdFieldMetaDate$Outbound
|
|
3359
|
-
| DocumentGetDocumentWithDetailsByIdFieldMetaDropdown$Outbound
|
|
3360
|
-
| DocumentGetDocumentWithDetailsByIdFieldMetaCheckbox$Outbound
|
|
3361
3358
|
| DocumentGetDocumentWithDetailsByIdFieldMetaText$Outbound
|
|
3362
3359
|
| DocumentGetDocumentWithDetailsByIdFieldMetaNumber$Outbound
|
|
3360
|
+
| DocumentGetDocumentWithDetailsByIdFieldMetaRadio$Outbound
|
|
3361
|
+
| DocumentGetDocumentWithDetailsByIdFieldMetaCheckbox$Outbound
|
|
3362
|
+
| DocumentGetDocumentWithDetailsByIdFieldMetaDropdown$Outbound
|
|
3363
3363
|
| null;
|
|
3364
3364
|
};
|
|
3365
3365
|
|
|
@@ -3384,9 +3384,6 @@ export const DocumentGetDocumentWithDetailsByIdField$outboundSchema: z.ZodType<
|
|
|
3384
3384
|
inserted: z.boolean(),
|
|
3385
3385
|
fieldMeta: z.nullable(
|
|
3386
3386
|
z.union([
|
|
3387
|
-
z.lazy(() =>
|
|
3388
|
-
DocumentGetDocumentWithDetailsByIdFieldMetaRadio$outboundSchema
|
|
3389
|
-
),
|
|
3390
3387
|
z.lazy(() =>
|
|
3391
3388
|
DocumentGetDocumentWithDetailsByIdFieldMetaInitials$outboundSchema
|
|
3392
3389
|
),
|
|
@@ -3400,16 +3397,19 @@ export const DocumentGetDocumentWithDetailsByIdField$outboundSchema: z.ZodType<
|
|
|
3400
3397
|
DocumentGetDocumentWithDetailsByIdFieldMetaDate$outboundSchema
|
|
3401
3398
|
),
|
|
3402
3399
|
z.lazy(() =>
|
|
3403
|
-
|
|
3400
|
+
DocumentGetDocumentWithDetailsByIdFieldMetaText$outboundSchema
|
|
3404
3401
|
),
|
|
3405
3402
|
z.lazy(() =>
|
|
3406
|
-
|
|
3403
|
+
DocumentGetDocumentWithDetailsByIdFieldMetaNumber$outboundSchema
|
|
3407
3404
|
),
|
|
3408
3405
|
z.lazy(() =>
|
|
3409
|
-
|
|
3406
|
+
DocumentGetDocumentWithDetailsByIdFieldMetaRadio$outboundSchema
|
|
3410
3407
|
),
|
|
3411
3408
|
z.lazy(() =>
|
|
3412
|
-
|
|
3409
|
+
DocumentGetDocumentWithDetailsByIdFieldMetaCheckbox$outboundSchema
|
|
3410
|
+
),
|
|
3411
|
+
z.lazy(() =>
|
|
3412
|
+
DocumentGetDocumentWithDetailsByIdFieldMetaDropdown$outboundSchema
|
|
3413
3413
|
),
|
|
3414
3414
|
]),
|
|
3415
3415
|
),
|
|
@@ -3481,7 +3481,7 @@ export const DocumentGetDocumentWithDetailsByIdResponse$inboundSchema:
|
|
|
3481
3481
|
updatedAt: z.string(),
|
|
3482
3482
|
completedAt: z.nullable(z.string()),
|
|
3483
3483
|
deletedAt: z.nullable(z.string()),
|
|
3484
|
-
teamId: z.
|
|
3484
|
+
teamId: z.number(),
|
|
3485
3485
|
templateId: z.nullable(z.number()),
|
|
3486
3486
|
folderId: z.nullable(z.string()),
|
|
3487
3487
|
documentData: z.lazy(() =>
|
|
@@ -3519,7 +3519,7 @@ export type DocumentGetDocumentWithDetailsByIdResponse$Outbound = {
|
|
|
3519
3519
|
updatedAt: string;
|
|
3520
3520
|
completedAt: string | null;
|
|
3521
3521
|
deletedAt: string | null;
|
|
3522
|
-
teamId: number
|
|
3522
|
+
teamId: number;
|
|
3523
3523
|
templateId: number | null;
|
|
3524
3524
|
folderId: string | null;
|
|
3525
3525
|
documentData: DocumentGetDocumentWithDetailsByIdDocumentData$Outbound;
|
|
@@ -3556,7 +3556,7 @@ export const DocumentGetDocumentWithDetailsByIdResponse$outboundSchema:
|
|
|
3556
3556
|
updatedAt: z.string(),
|
|
3557
3557
|
completedAt: z.nullable(z.string()),
|
|
3558
3558
|
deletedAt: z.nullable(z.string()),
|
|
3559
|
-
teamId: z.
|
|
3559
|
+
teamId: z.number(),
|
|
3560
3560
|
templateId: z.nullable(z.number()),
|
|
3561
3561
|
folderId: z.nullable(z.string()),
|
|
3562
3562
|
documentData: z.lazy(() =>
|
|
@@ -221,7 +221,7 @@ export type DocumentSendDocumentResponse = {
|
|
|
221
221
|
updatedAt: string;
|
|
222
222
|
completedAt: string | null;
|
|
223
223
|
deletedAt: string | null;
|
|
224
|
-
teamId: number
|
|
224
|
+
teamId: number;
|
|
225
225
|
templateId: number | null;
|
|
226
226
|
folderId: string | null;
|
|
227
227
|
useLegacyFieldInsertion: boolean;
|
|
@@ -754,7 +754,7 @@ export const DocumentSendDocumentResponse$inboundSchema: z.ZodType<
|
|
|
754
754
|
updatedAt: z.string(),
|
|
755
755
|
completedAt: z.nullable(z.string()),
|
|
756
756
|
deletedAt: z.nullable(z.string()),
|
|
757
|
-
teamId: z.
|
|
757
|
+
teamId: z.number(),
|
|
758
758
|
templateId: z.nullable(z.number()),
|
|
759
759
|
folderId: z.nullable(z.string()),
|
|
760
760
|
useLegacyFieldInsertion: z.boolean(),
|
|
@@ -776,7 +776,7 @@ export type DocumentSendDocumentResponse$Outbound = {
|
|
|
776
776
|
updatedAt: string;
|
|
777
777
|
completedAt: string | null;
|
|
778
778
|
deletedAt: string | null;
|
|
779
|
-
teamId: number
|
|
779
|
+
teamId: number;
|
|
780
780
|
templateId: number | null;
|
|
781
781
|
folderId: string | null;
|
|
782
782
|
useLegacyFieldInsertion: boolean;
|
|
@@ -806,7 +806,7 @@ export const DocumentSendDocumentResponse$outboundSchema: z.ZodType<
|
|
|
806
806
|
updatedAt: z.string(),
|
|
807
807
|
completedAt: z.nullable(z.string()),
|
|
808
808
|
deletedAt: z.nullable(z.string()),
|
|
809
|
-
teamId: z.
|
|
809
|
+
teamId: z.number(),
|
|
810
810
|
templateId: z.nullable(z.number()),
|
|
811
811
|
folderId: z.nullable(z.string()),
|
|
812
812
|
useLegacyFieldInsertion: z.boolean(),
|
|
@@ -307,7 +307,7 @@ export type DocumentUpdateDocumentResponse = {
|
|
|
307
307
|
updatedAt: string;
|
|
308
308
|
completedAt: string | null;
|
|
309
309
|
deletedAt: string | null;
|
|
310
|
-
teamId: number
|
|
310
|
+
teamId: number;
|
|
311
311
|
templateId: number | null;
|
|
312
312
|
folderId: string | null;
|
|
313
313
|
useLegacyFieldInsertion: boolean;
|
|
@@ -1036,7 +1036,7 @@ export const DocumentUpdateDocumentResponse$inboundSchema: z.ZodType<
|
|
|
1036
1036
|
updatedAt: z.string(),
|
|
1037
1037
|
completedAt: z.nullable(z.string()),
|
|
1038
1038
|
deletedAt: z.nullable(z.string()),
|
|
1039
|
-
teamId: z.
|
|
1039
|
+
teamId: z.number(),
|
|
1040
1040
|
templateId: z.nullable(z.number()),
|
|
1041
1041
|
folderId: z.nullable(z.string()),
|
|
1042
1042
|
useLegacyFieldInsertion: z.boolean(),
|
|
@@ -1058,7 +1058,7 @@ export type DocumentUpdateDocumentResponse$Outbound = {
|
|
|
1058
1058
|
updatedAt: string;
|
|
1059
1059
|
completedAt: string | null;
|
|
1060
1060
|
deletedAt: string | null;
|
|
1061
|
-
teamId: number
|
|
1061
|
+
teamId: number;
|
|
1062
1062
|
templateId: number | null;
|
|
1063
1063
|
folderId: string | null;
|
|
1064
1064
|
useLegacyFieldInsertion: boolean;
|
|
@@ -1088,7 +1088,7 @@ export const DocumentUpdateDocumentResponse$outboundSchema: z.ZodType<
|
|
|
1088
1088
|
updatedAt: z.string(),
|
|
1089
1089
|
completedAt: z.nullable(z.string()),
|
|
1090
1090
|
deletedAt: z.nullable(z.string()),
|
|
1091
|
-
teamId: z.
|
|
1091
|
+
teamId: z.number(),
|
|
1092
1092
|
templateId: z.nullable(z.number()),
|
|
1093
1093
|
folderId: z.nullable(z.string()),
|
|
1094
1094
|
useLegacyFieldInsertion: z.boolean(),
|
|
@@ -907,15 +907,15 @@ export type FieldCreateDocumentFieldFieldMetaInitialsResponse = {
|
|
|
907
907
|
};
|
|
908
908
|
|
|
909
909
|
export type FieldCreateDocumentFieldFieldMetaUnion =
|
|
910
|
-
| FieldCreateDocumentFieldFieldMetaRadioResponse
|
|
911
910
|
| FieldCreateDocumentFieldFieldMetaInitialsResponse
|
|
912
911
|
| FieldCreateDocumentFieldFieldMetaNameResponse
|
|
913
912
|
| FieldCreateDocumentFieldFieldMetaEmailResponse
|
|
914
913
|
| FieldCreateDocumentFieldFieldMetaDateResponse
|
|
915
|
-
| FieldCreateDocumentFieldFieldMetaDropdownResponse
|
|
916
|
-
| FieldCreateDocumentFieldFieldMetaCheckboxResponse
|
|
917
914
|
| FieldCreateDocumentFieldFieldMetaTextResponse
|
|
918
|
-
| FieldCreateDocumentFieldFieldMetaNumberResponse
|
|
915
|
+
| FieldCreateDocumentFieldFieldMetaNumberResponse
|
|
916
|
+
| FieldCreateDocumentFieldFieldMetaRadioResponse
|
|
917
|
+
| FieldCreateDocumentFieldFieldMetaCheckboxResponse
|
|
918
|
+
| FieldCreateDocumentFieldFieldMetaDropdownResponse;
|
|
919
919
|
|
|
920
920
|
/**
|
|
921
921
|
* Successful response
|
|
@@ -938,15 +938,15 @@ export type FieldCreateDocumentFieldResponse = {
|
|
|
938
938
|
customText: string;
|
|
939
939
|
inserted: boolean;
|
|
940
940
|
fieldMeta:
|
|
941
|
-
| FieldCreateDocumentFieldFieldMetaRadioResponse
|
|
942
941
|
| FieldCreateDocumentFieldFieldMetaInitialsResponse
|
|
943
942
|
| FieldCreateDocumentFieldFieldMetaNameResponse
|
|
944
943
|
| FieldCreateDocumentFieldFieldMetaEmailResponse
|
|
945
944
|
| FieldCreateDocumentFieldFieldMetaDateResponse
|
|
946
|
-
| FieldCreateDocumentFieldFieldMetaDropdownResponse
|
|
947
|
-
| FieldCreateDocumentFieldFieldMetaCheckboxResponse
|
|
948
945
|
| FieldCreateDocumentFieldFieldMetaTextResponse
|
|
949
946
|
| FieldCreateDocumentFieldFieldMetaNumberResponse
|
|
947
|
+
| FieldCreateDocumentFieldFieldMetaRadioResponse
|
|
948
|
+
| FieldCreateDocumentFieldFieldMetaCheckboxResponse
|
|
949
|
+
| FieldCreateDocumentFieldFieldMetaDropdownResponse
|
|
950
950
|
| null;
|
|
951
951
|
};
|
|
952
952
|
|
|
@@ -5024,28 +5024,28 @@ export const FieldCreateDocumentFieldFieldMetaUnion$inboundSchema: z.ZodType<
|
|
|
5024
5024
|
z.ZodTypeDef,
|
|
5025
5025
|
unknown
|
|
5026
5026
|
> = z.union([
|
|
5027
|
-
z.lazy(() => FieldCreateDocumentFieldFieldMetaRadioResponse$inboundSchema),
|
|
5028
5027
|
z.lazy(() => FieldCreateDocumentFieldFieldMetaInitialsResponse$inboundSchema),
|
|
5029
5028
|
z.lazy(() => FieldCreateDocumentFieldFieldMetaNameResponse$inboundSchema),
|
|
5030
5029
|
z.lazy(() => FieldCreateDocumentFieldFieldMetaEmailResponse$inboundSchema),
|
|
5031
5030
|
z.lazy(() => FieldCreateDocumentFieldFieldMetaDateResponse$inboundSchema),
|
|
5032
|
-
z.lazy(() => FieldCreateDocumentFieldFieldMetaDropdownResponse$inboundSchema),
|
|
5033
|
-
z.lazy(() => FieldCreateDocumentFieldFieldMetaCheckboxResponse$inboundSchema),
|
|
5034
5031
|
z.lazy(() => FieldCreateDocumentFieldFieldMetaTextResponse$inboundSchema),
|
|
5035
5032
|
z.lazy(() => FieldCreateDocumentFieldFieldMetaNumberResponse$inboundSchema),
|
|
5033
|
+
z.lazy(() => FieldCreateDocumentFieldFieldMetaRadioResponse$inboundSchema),
|
|
5034
|
+
z.lazy(() => FieldCreateDocumentFieldFieldMetaCheckboxResponse$inboundSchema),
|
|
5035
|
+
z.lazy(() => FieldCreateDocumentFieldFieldMetaDropdownResponse$inboundSchema),
|
|
5036
5036
|
]);
|
|
5037
5037
|
|
|
5038
5038
|
/** @internal */
|
|
5039
5039
|
export type FieldCreateDocumentFieldFieldMetaUnion$Outbound =
|
|
5040
|
-
| FieldCreateDocumentFieldFieldMetaRadioResponse$Outbound
|
|
5041
5040
|
| FieldCreateDocumentFieldFieldMetaInitialsResponse$Outbound
|
|
5042
5041
|
| FieldCreateDocumentFieldFieldMetaNameResponse$Outbound
|
|
5043
5042
|
| FieldCreateDocumentFieldFieldMetaEmailResponse$Outbound
|
|
5044
5043
|
| FieldCreateDocumentFieldFieldMetaDateResponse$Outbound
|
|
5045
|
-
| FieldCreateDocumentFieldFieldMetaDropdownResponse$Outbound
|
|
5046
|
-
| FieldCreateDocumentFieldFieldMetaCheckboxResponse$Outbound
|
|
5047
5044
|
| FieldCreateDocumentFieldFieldMetaTextResponse$Outbound
|
|
5048
|
-
| FieldCreateDocumentFieldFieldMetaNumberResponse$Outbound
|
|
5045
|
+
| FieldCreateDocumentFieldFieldMetaNumberResponse$Outbound
|
|
5046
|
+
| FieldCreateDocumentFieldFieldMetaRadioResponse$Outbound
|
|
5047
|
+
| FieldCreateDocumentFieldFieldMetaCheckboxResponse$Outbound
|
|
5048
|
+
| FieldCreateDocumentFieldFieldMetaDropdownResponse$Outbound;
|
|
5049
5049
|
|
|
5050
5050
|
/** @internal */
|
|
5051
5051
|
export const FieldCreateDocumentFieldFieldMetaUnion$outboundSchema: z.ZodType<
|
|
@@ -5053,21 +5053,21 @@ export const FieldCreateDocumentFieldFieldMetaUnion$outboundSchema: z.ZodType<
|
|
|
5053
5053
|
z.ZodTypeDef,
|
|
5054
5054
|
FieldCreateDocumentFieldFieldMetaUnion
|
|
5055
5055
|
> = z.union([
|
|
5056
|
-
z.lazy(() => FieldCreateDocumentFieldFieldMetaRadioResponse$outboundSchema),
|
|
5057
5056
|
z.lazy(() =>
|
|
5058
5057
|
FieldCreateDocumentFieldFieldMetaInitialsResponse$outboundSchema
|
|
5059
5058
|
),
|
|
5060
5059
|
z.lazy(() => FieldCreateDocumentFieldFieldMetaNameResponse$outboundSchema),
|
|
5061
5060
|
z.lazy(() => FieldCreateDocumentFieldFieldMetaEmailResponse$outboundSchema),
|
|
5062
5061
|
z.lazy(() => FieldCreateDocumentFieldFieldMetaDateResponse$outboundSchema),
|
|
5062
|
+
z.lazy(() => FieldCreateDocumentFieldFieldMetaTextResponse$outboundSchema),
|
|
5063
|
+
z.lazy(() => FieldCreateDocumentFieldFieldMetaNumberResponse$outboundSchema),
|
|
5064
|
+
z.lazy(() => FieldCreateDocumentFieldFieldMetaRadioResponse$outboundSchema),
|
|
5063
5065
|
z.lazy(() =>
|
|
5064
|
-
|
|
5066
|
+
FieldCreateDocumentFieldFieldMetaCheckboxResponse$outboundSchema
|
|
5065
5067
|
),
|
|
5066
5068
|
z.lazy(() =>
|
|
5067
|
-
|
|
5069
|
+
FieldCreateDocumentFieldFieldMetaDropdownResponse$outboundSchema
|
|
5068
5070
|
),
|
|
5069
|
-
z.lazy(() => FieldCreateDocumentFieldFieldMetaTextResponse$outboundSchema),
|
|
5070
|
-
z.lazy(() => FieldCreateDocumentFieldFieldMetaNumberResponse$outboundSchema),
|
|
5071
5071
|
]);
|
|
5072
5072
|
|
|
5073
5073
|
/**
|
|
@@ -5128,9 +5128,6 @@ export const FieldCreateDocumentFieldResponse$inboundSchema: z.ZodType<
|
|
|
5128
5128
|
inserted: z.boolean(),
|
|
5129
5129
|
fieldMeta: z.nullable(
|
|
5130
5130
|
z.union([
|
|
5131
|
-
z.lazy(() =>
|
|
5132
|
-
FieldCreateDocumentFieldFieldMetaRadioResponse$inboundSchema
|
|
5133
|
-
),
|
|
5134
5131
|
z.lazy(() =>
|
|
5135
5132
|
FieldCreateDocumentFieldFieldMetaInitialsResponse$inboundSchema
|
|
5136
5133
|
),
|
|
@@ -5139,15 +5136,18 @@ export const FieldCreateDocumentFieldResponse$inboundSchema: z.ZodType<
|
|
|
5139
5136
|
FieldCreateDocumentFieldFieldMetaEmailResponse$inboundSchema
|
|
5140
5137
|
),
|
|
5141
5138
|
z.lazy(() => FieldCreateDocumentFieldFieldMetaDateResponse$inboundSchema),
|
|
5139
|
+
z.lazy(() => FieldCreateDocumentFieldFieldMetaTextResponse$inboundSchema),
|
|
5142
5140
|
z.lazy(() =>
|
|
5143
|
-
|
|
5141
|
+
FieldCreateDocumentFieldFieldMetaNumberResponse$inboundSchema
|
|
5142
|
+
),
|
|
5143
|
+
z.lazy(() =>
|
|
5144
|
+
FieldCreateDocumentFieldFieldMetaRadioResponse$inboundSchema
|
|
5144
5145
|
),
|
|
5145
5146
|
z.lazy(() =>
|
|
5146
5147
|
FieldCreateDocumentFieldFieldMetaCheckboxResponse$inboundSchema
|
|
5147
5148
|
),
|
|
5148
|
-
z.lazy(() => FieldCreateDocumentFieldFieldMetaTextResponse$inboundSchema),
|
|
5149
5149
|
z.lazy(() =>
|
|
5150
|
-
|
|
5150
|
+
FieldCreateDocumentFieldFieldMetaDropdownResponse$inboundSchema
|
|
5151
5151
|
),
|
|
5152
5152
|
]),
|
|
5153
5153
|
),
|
|
@@ -5169,15 +5169,15 @@ export type FieldCreateDocumentFieldResponse$Outbound = {
|
|
|
5169
5169
|
customText: string;
|
|
5170
5170
|
inserted: boolean;
|
|
5171
5171
|
fieldMeta:
|
|
5172
|
-
| FieldCreateDocumentFieldFieldMetaRadioResponse$Outbound
|
|
5173
5172
|
| FieldCreateDocumentFieldFieldMetaInitialsResponse$Outbound
|
|
5174
5173
|
| FieldCreateDocumentFieldFieldMetaNameResponse$Outbound
|
|
5175
5174
|
| FieldCreateDocumentFieldFieldMetaEmailResponse$Outbound
|
|
5176
5175
|
| FieldCreateDocumentFieldFieldMetaDateResponse$Outbound
|
|
5177
|
-
| FieldCreateDocumentFieldFieldMetaDropdownResponse$Outbound
|
|
5178
|
-
| FieldCreateDocumentFieldFieldMetaCheckboxResponse$Outbound
|
|
5179
5176
|
| FieldCreateDocumentFieldFieldMetaTextResponse$Outbound
|
|
5180
5177
|
| FieldCreateDocumentFieldFieldMetaNumberResponse$Outbound
|
|
5178
|
+
| FieldCreateDocumentFieldFieldMetaRadioResponse$Outbound
|
|
5179
|
+
| FieldCreateDocumentFieldFieldMetaCheckboxResponse$Outbound
|
|
5180
|
+
| FieldCreateDocumentFieldFieldMetaDropdownResponse$Outbound
|
|
5181
5181
|
| null;
|
|
5182
5182
|
};
|
|
5183
5183
|
|
|
@@ -5202,9 +5202,6 @@ export const FieldCreateDocumentFieldResponse$outboundSchema: z.ZodType<
|
|
|
5202
5202
|
inserted: z.boolean(),
|
|
5203
5203
|
fieldMeta: z.nullable(
|
|
5204
5204
|
z.union([
|
|
5205
|
-
z.lazy(() =>
|
|
5206
|
-
FieldCreateDocumentFieldFieldMetaRadioResponse$outboundSchema
|
|
5207
|
-
),
|
|
5208
5205
|
z.lazy(() =>
|
|
5209
5206
|
FieldCreateDocumentFieldFieldMetaInitialsResponse$outboundSchema
|
|
5210
5207
|
),
|
|
@@ -5218,16 +5215,19 @@ export const FieldCreateDocumentFieldResponse$outboundSchema: z.ZodType<
|
|
|
5218
5215
|
FieldCreateDocumentFieldFieldMetaDateResponse$outboundSchema
|
|
5219
5216
|
),
|
|
5220
5217
|
z.lazy(() =>
|
|
5221
|
-
|
|
5218
|
+
FieldCreateDocumentFieldFieldMetaTextResponse$outboundSchema
|
|
5222
5219
|
),
|
|
5223
5220
|
z.lazy(() =>
|
|
5224
|
-
|
|
5221
|
+
FieldCreateDocumentFieldFieldMetaNumberResponse$outboundSchema
|
|
5225
5222
|
),
|
|
5226
5223
|
z.lazy(() =>
|
|
5227
|
-
|
|
5224
|
+
FieldCreateDocumentFieldFieldMetaRadioResponse$outboundSchema
|
|
5228
5225
|
),
|
|
5229
5226
|
z.lazy(() =>
|
|
5230
|
-
|
|
5227
|
+
FieldCreateDocumentFieldFieldMetaCheckboxResponse$outboundSchema
|
|
5228
|
+
),
|
|
5229
|
+
z.lazy(() =>
|
|
5230
|
+
FieldCreateDocumentFieldFieldMetaDropdownResponse$outboundSchema
|
|
5231
5231
|
),
|
|
5232
5232
|
]),
|
|
5233
5233
|
),
|