@rossum/api-client 0.1.20 → 0.1.22
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/index.js +4 -1
- package/index.js.map +1 -1
- package/knip.js +9 -0
- package/knip.js.map +1 -0
- package/package.json +1 -1
- package/src/annotations/endpoints/approve.js.map +1 -1
- package/src/annotations/endpoints/assign.js.map +1 -1
- package/src/annotations/endpoints/cancelEditPages.js.map +1 -1
- package/src/annotations/endpoints/confirm.js.map +1 -1
- package/src/annotations/endpoints/copy.js.map +1 -1
- package/src/annotations/endpoints/delete.js.map +1 -1
- package/src/annotations/endpoints/editPages.js.map +1 -1
- package/src/annotations/endpoints/editPagesInPlace.js.map +1 -1
- package/src/annotations/endpoints/exportAnnotationCrossQueue.js.map +1 -1
- package/src/annotations/endpoints/get.js.map +1 -1
- package/src/annotations/endpoints/getContent.js.map +1 -1
- package/src/annotations/endpoints/list.js.map +1 -1
- package/src/annotations/endpoints/list.schema.js +1 -1
- package/src/annotations/endpoints/patch.js.map +1 -1
- package/src/annotations/endpoints/postpone.js.map +1 -1
- package/src/annotations/endpoints/purge.js.map +1 -1
- package/src/annotations/endpoints/reject.js.map +1 -1
- package/src/annotations/endpoints/search.js.map +1 -1
- package/src/annotations/endpoints/split.js.map +1 -1
- package/src/annotations/endpoints/start.js.map +1 -1
- package/src/annotations/endpoints/startEditPages.js.map +1 -1
- package/src/annotations/endpoints/startEmbedded.js.map +1 -1
- package/src/annotations/endpoints/updateContent.js.map +1 -1
- package/src/annotations/endpoints/usageReportExport.js.map +1 -1
- package/src/annotations/endpoints/validate.js.map +1 -1
- package/src/annotations/models/annotation.schema.js +8 -2
- package/src/annotations/models/annotation.schema.js.map +1 -1
- package/src/annotations/models/editPages.schema.js +1 -1
- package/src/authentication/endpoints/getMembershipToken.js.map +1 -1
- package/src/authentication/endpoints/index.js +2 -0
- package/src/authentication/endpoints/index.js.map +1 -1
- package/src/authentication/endpoints/login.js.map +1 -1
- package/src/authentication/endpoints/password/change.js.map +1 -1
- package/src/authentication/endpoints/password/confirm.js.map +1 -1
- package/src/authentication/endpoints/password/reset.js.map +1 -1
- package/src/authentication/endpoints/password/score.js.map +1 -1
- package/src/authentication/endpoints/patch.js +16 -0
- package/src/authentication/endpoints/patch.js.map +1 -0
- package/src/authentication/endpoints/patch.schema.js +6 -0
- package/src/authentication/endpoints/patch.schema.js.map +1 -0
- package/src/authentication/endpoints/token.js.map +1 -1
- package/src/authentication/endpoints/user.js.map +1 -1
- package/src/automationBlockers/endpoints/get.js.map +1 -1
- package/src/billing/endpoints/getHistory.js.map +1 -1
- package/src/billing/endpoints/getHistoryExport.js.map +1 -1
- package/src/billing/endpoints/getStats.js.map +1 -1
- package/src/billing/endpoints/getStatsExport.js.map +1 -1
- package/src/connectors/endpoints/create.js.map +1 -1
- package/src/connectors/endpoints/delete.js.map +1 -1
- package/src/connectors/endpoints/list.js +1 -1
- package/src/connectors/endpoints/list.js.map +1 -1
- package/src/dedicatedEngineSchema/endpoints/create.js.map +1 -1
- package/src/dedicatedEngineSchema/endpoints/get.js.map +1 -1
- package/src/dedicatedEngineSchema/endpoints/patch.js.map +1 -1
- package/src/dedicatedEngineSchema/endpoints/predict.js.map +1 -1
- package/src/dedicatedEngineSchema/endpoints/validate.js.map +1 -1
- package/src/dedicatedEngines/endpoints/create.js.map +1 -1
- package/src/dedicatedEngines/endpoints/get.js.map +1 -1
- package/src/dedicatedEngines/endpoints/list.js.map +1 -1
- package/src/dedicatedEngines/endpoints/patch.js.map +1 -1
- package/src/dedicatedEngines/endpoints/request.js.map +1 -1
- package/src/deleteRecommendations/endpoints/create.js.map +1 -1
- package/src/deleteRecommendations/endpoints/get.js.map +1 -1
- package/src/deleteRecommendations/endpoints/list.js.map +1 -1
- package/src/deleteRecommendations/endpoints/patch.js.map +1 -1
- package/src/documents/endpoints/downloads.js.map +1 -1
- package/src/documents/endpoints/downloads.schema.js +1 -1
- package/src/documents/endpoints/downloads.schema.js.map +1 -1
- package/src/documents/endpoints/get.js.map +1 -1
- package/src/documents/endpoints/getBlob.js.map +1 -1
- package/src/documents/endpoints/list.js +1 -1
- package/src/documents/endpoints/list.js.map +1 -1
- package/src/documents/endpoints/patch.js.map +1 -1
- package/src/email/endpoints/get.js.map +1 -1
- package/src/email/endpoints/list.js +1 -1
- package/src/email/endpoints/list.js.map +1 -1
- package/src/email/endpoints/send.js.map +1 -1
- package/src/emailTemplates/endpoints/create.js.map +1 -1
- package/src/emailTemplates/endpoints/delete.js.map +1 -1
- package/src/emailTemplates/endpoints/get.js.map +1 -1
- package/src/emailTemplates/endpoints/list.js.map +1 -1
- package/src/emailTemplates/endpoints/patch.js.map +1 -1
- package/src/emailTemplates/endpoints/render.js.map +1 -1
- package/src/emailTemplatesStats/endpoints/list.js.map +1 -1
- package/src/emailThreads/endpoints/counts.js +16 -0
- package/src/emailThreads/endpoints/counts.js.map +1 -0
- package/src/emailThreads/endpoints/counts.schema.js +8 -0
- package/src/emailThreads/endpoints/counts.schema.js.map +1 -0
- package/src/emailThreads/endpoints/get.js.map +1 -1
- package/src/emailThreads/endpoints/index.js +5 -1
- package/src/emailThreads/endpoints/index.js.map +1 -1
- package/src/emailThreads/endpoints/list.js +17 -0
- package/src/emailThreads/endpoints/list.js.map +1 -0
- package/src/emailThreads/endpoints/list.schema.js +22 -0
- package/src/emailThreads/endpoints/list.schema.js.map +1 -0
- package/src/emailThreads/endpoints/patch.js.map +1 -1
- package/src/emailThreads/models/emailThreads.schema.js +10 -5
- package/src/emailThreads/models/emailThreads.schema.js.map +1 -1
- package/src/genericEngines/endpoints/get.js +16 -0
- package/src/genericEngines/endpoints/get.js.map +1 -0
- package/src/genericEngines/endpoints/get.schema.js +16 -0
- package/src/genericEngines/endpoints/get.schema.js.map +1 -0
- package/src/genericEngines/endpoints/index.js +2 -0
- package/src/genericEngines/endpoints/index.js.map +1 -1
- package/src/genericEngines/endpoints/list.js.map +1 -1
- package/src/groups/endpoints/list.js.map +1 -1
- package/src/hookTemplates/endpoints/list.js +9 -7
- package/src/hookTemplates/endpoints/list.js.map +1 -1
- package/src/hooks/endpoints/create.js.map +1 -1
- package/src/hooks/endpoints/delete.js.map +1 -1
- package/src/hooks/endpoints/get.js.map +1 -1
- package/src/hooks/endpoints/getSecretsKeys.js.map +1 -1
- package/src/hooks/endpoints/invoke.js.map +1 -1
- package/src/hooks/endpoints/list.js +1 -1
- package/src/hooks/endpoints/list.js.map +1 -1
- package/src/hooks/endpoints/logs.js.map +1 -1
- package/src/hooks/endpoints/patch.js.map +1 -1
- package/src/hooks/endpoints/test.js.map +1 -1
- package/src/hooks/endpoints/test.schema.js +1 -1
- package/src/hooks/endpoints/test.schema.js.map +1 -1
- package/src/inboxes/endpoints/create.js.map +1 -1
- package/src/inboxes/endpoints/get.js.map +1 -1
- package/src/inboxes/endpoints/list.js.map +1 -1
- package/src/inboxes/endpoints/patch.js.map +1 -1
- package/src/internal/endpoints/domainSettings.js.map +1 -1
- package/src/internal/endpoints/generateRejectionEmail.js.map +1 -1
- package/src/internal/endpoints/requestDemo.js.map +1 -1
- package/src/internal/endpoints/requestExtension.js.map +1 -1
- package/src/labels/endpoints/apply.js.map +1 -1
- package/src/labels/endpoints/create.js.map +1 -1
- package/src/labels/endpoints/delete.js.map +1 -1
- package/src/labels/endpoints/list.js.map +1 -1
- package/src/labels/endpoints/patch.js.map +1 -1
- package/src/manage/endpoints/chameleon.js.map +1 -1
- package/src/memberships/endpoints/create.js.map +1 -1
- package/src/organization/endpoints/create.js.map +1 -1
- package/src/organization/endpoints/create.schema.js +1 -1
- package/src/organization/endpoints/create.schema.js.map +1 -1
- package/src/organization/endpoints/get.js.map +1 -1
- package/src/organization/endpoints/limits.js.map +1 -1
- package/src/organization/endpoints/patch.js +3 -3
- package/src/organization/endpoints/patch.js.map +1 -1
- package/src/organization/endpoints/patch.schema.js +3 -25
- package/src/organization/endpoints/patch.schema.js.map +1 -1
- package/src/organization/models/organization.schema.js +4 -0
- package/src/organization/models/organization.schema.js.map +1 -1
- package/src/organizationGroups/endpoints/organizations.js.map +1 -1
- package/src/organizationGroups/endpoints/queues.js.map +1 -1
- package/src/organizationGroups/endpoints/workspaces.js.map +1 -1
- package/src/queues/endpoints/automation.js.map +1 -1
- package/src/queues/endpoints/create.js.map +1 -1
- package/src/queues/endpoints/createFromTemplate.js.map +1 -1
- package/src/queues/endpoints/delete.js.map +1 -1
- package/src/queues/endpoints/duplicate.js.map +1 -1
- package/src/queues/endpoints/exportAnnotation.js.map +1 -1
- package/src/queues/endpoints/get.js.map +1 -1
- package/src/queues/endpoints/getRelatedObjectsCounts.js.map +1 -1
- package/src/queues/endpoints/index.js +2 -0
- package/src/queues/endpoints/index.js.map +1 -1
- package/src/queues/endpoints/list.js.map +1 -1
- package/src/queues/endpoints/nextAnnotation.js +15 -0
- package/src/queues/endpoints/nextAnnotation.js.map +1 -0
- package/src/queues/endpoints/nextAnnotation.schema.js +15 -0
- package/src/queues/endpoints/nextAnnotation.schema.js.map +1 -0
- package/src/queues/endpoints/patch.js.map +1 -1
- package/src/queues/endpoints/suggestedRecipients.js.map +1 -1
- package/src/queues/endpoints/upload.js.map +1 -1
- package/src/queues/models/queueCounts.schema.js +1 -1
- package/src/queues/models/queueSettings.schema.js +2 -0
- package/src/queues/models/queueSettings.schema.js.map +1 -1
- package/src/relations/endpoints/create.js.map +1 -1
- package/src/relations/endpoints/delete.js.map +1 -1
- package/src/relations/endpoints/get.js.map +1 -1
- package/src/relations/endpoints/list.js +1 -1
- package/src/relations/endpoints/list.js.map +1 -1
- package/src/relations/endpoints/patch.js.map +1 -1
- package/src/schemaFields/endpoints/list.js +1 -1
- package/src/schemaFields/endpoints/list.js.map +1 -1
- package/src/schemaFields/endpoints/list.schema.js +3 -2
- package/src/schemaFields/endpoints/list.schema.js.map +1 -1
- package/src/schemas/endpoints/create.js.map +1 -1
- package/src/schemas/endpoints/create.schema.js +1 -1
- package/src/schemas/endpoints/create.schema.js.map +1 -1
- package/src/schemas/endpoints/get.js.map +1 -1
- package/src/schemas/endpoints/list.js +1 -1
- package/src/schemas/endpoints/list.js.map +1 -1
- package/src/schemas/endpoints/patch.js.map +1 -1
- package/src/{organization/models/allDocumentsDashboard.js → shared/annotationListTable.js} +1 -1
- package/src/shared/annotationListTable.js.map +1 -0
- package/src/shared/annotationListTable.schema.js +70 -0
- package/src/shared/annotationListTable.schema.js.map +1 -0
- package/src/shared/annotationStatus.js.map +1 -0
- package/src/{models → shared}/annotationStatus.schema.js.map +1 -1
- package/src/shared/index.js.map +1 -0
- package/src/{models → shared}/message.js.map +1 -1
- package/src/{models → shared}/message.schema.js +1 -1
- package/src/{models → shared}/message.schema.js.map +1 -1
- package/src/suggestedEdit/endpoints/get.js.map +1 -1
- package/src/surveys/endpoints/fromTemplate.js.map +1 -1
- package/src/surveys/endpoints/get.js.map +1 -1
- package/src/surveys/endpoints/list.js.map +1 -1
- package/src/surveys/endpoints/patch.js.map +1 -1
- package/src/tasks/endpoints/get.js.map +1 -1
- package/src/triggers/endpoints/create.js.map +1 -1
- package/src/triggers/endpoints/create.schema.js +1 -1
- package/src/triggers/endpoints/create.schema.js.map +1 -1
- package/src/triggers/endpoints/delete.js.map +1 -1
- package/src/triggers/endpoints/get.js.map +1 -1
- package/src/triggers/endpoints/patch.js.map +1 -1
- package/src/uploads/endpoints/get.js +13 -0
- package/src/uploads/endpoints/get.js.map +1 -0
- package/src/uploads/endpoints/index.js +2 -0
- package/src/uploads/endpoints/index.js.map +1 -1
- package/src/uploads/endpoints/post.js +3 -1
- package/src/uploads/endpoints/post.js.map +1 -1
- package/src/uploads/models/index.js +18 -0
- package/src/uploads/models/index.js.map +1 -0
- package/src/uploads/models/upload.js +3 -0
- package/src/uploads/models/upload.js.map +1 -0
- package/src/uploads/models/upload.schema.js +18 -0
- package/src/uploads/models/upload.schema.js.map +1 -0
- package/src/users/endpoints/create.js.map +1 -1
- package/src/users/endpoints/delete.js.map +1 -1
- package/src/users/endpoints/get.js.map +1 -1
- package/src/users/endpoints/list.js +1 -1
- package/src/users/endpoints/list.js.map +1 -1
- package/src/users/endpoints/patch.js.map +1 -1
- package/src/users/endpoints/resetPassword.js.map +1 -1
- package/src/utils/codecUtils.js +1 -8
- package/src/utils/codecUtils.js.map +1 -1
- package/src/utils/codecUtils.schema.js +1 -5
- package/src/utils/codecUtils.schema.js.map +1 -1
- package/src/utils/keyConvertor.js +1 -16
- package/src/utils/keyConvertor.js.map +1 -1
- package/src/utils/requestConfig.js.map +1 -1
- package/src/workflowActivities/endpoints/get.js.map +1 -1
- package/src/workflowActivities/endpoints/list.js +1 -1
- package/src/workflowActivities/endpoints/list.js.map +1 -1
- package/src/workflowRuns/endpoints/get.js.map +1 -1
- package/src/workflowRuns/endpoints/list.js.map +1 -1
- package/src/workflowRuns/endpoints/reset.js.map +1 -1
- package/src/workflowSteps/endpoints/get.js.map +1 -1
- package/src/workflowSteps/endpoints/list.js.map +1 -1
- package/src/workflows/endpoints/get.js.map +1 -1
- package/src/workflows/endpoints/list.js.map +1 -1
- package/src/workspaces/endpoints/create.js.map +1 -1
- package/src/workspaces/endpoints/delete.js.map +1 -1
- package/src/workspaces/endpoints/list.js.map +1 -1
- package/src/workspaces/endpoints/patch.js +2 -2
- package/src/workspaces/endpoints/patch.js.map +1 -1
- package/src/workspaces/endpoints/patch.schema.js +2 -4
- package/src/workspaces/endpoints/patch.schema.js.map +1 -1
- package/types/index.d.ts +59177 -282
- package/types/knip.d.ts +7 -0
- package/types/src/annotations/endpoints/approve.d.ts +14 -2
- package/types/src/annotations/endpoints/assign.d.ts +20 -2
- package/types/src/annotations/endpoints/cancelEditPages.d.ts +55 -2
- package/types/src/annotations/endpoints/confirm.d.ts +6 -2
- package/types/src/annotations/endpoints/copy.d.ts +22 -2
- package/types/src/annotations/endpoints/delete.d.ts +6 -2
- package/types/src/annotations/endpoints/editPages.d.ts +148 -2
- package/types/src/annotations/endpoints/editPagesInPlace.d.ts +93 -2
- package/types/src/annotations/endpoints/exportAnnotationCrossQueue.d.ts +35 -2
- package/types/src/annotations/endpoints/get.d.ts +207 -3
- package/types/src/annotations/endpoints/getContent.d.ts +3078 -3
- package/types/src/annotations/endpoints/index.d.ts +7200 -34
- package/types/src/annotations/endpoints/list.d.ts +937 -4
- package/types/src/annotations/endpoints/patch.d.ts +411 -2
- package/types/src/annotations/endpoints/patch.schema.d.ts +25 -7
- package/types/src/annotations/endpoints/postpone.d.ts +6 -2
- package/types/src/annotations/endpoints/purge.d.ts +20 -2
- package/types/src/annotations/endpoints/reject.d.ts +14 -2
- package/types/src/annotations/endpoints/search.d.ts +957 -3
- package/types/src/annotations/endpoints/split.d.ts +71 -2
- package/types/src/annotations/endpoints/start.d.ts +22 -3
- package/types/src/annotations/endpoints/startEditPages.d.ts +114 -3
- package/types/src/annotations/endpoints/startEmbedded.d.ts +22 -2
- package/types/src/annotations/endpoints/updateContent.d.ts +128 -3
- package/types/src/annotations/endpoints/usageReportExport.d.ts +359 -4
- package/types/src/annotations/endpoints/validate.d.ts +539 -2
- package/types/src/annotations/models/annotation.d.ts +8 -2
- package/types/src/annotations/models/annotation.schema.d.ts +25 -7
- package/types/src/annotations/models/annotationListResponse.d.ts +39 -9
- package/types/src/annotations/models/editPages.d.ts +1 -1
- package/types/src/authentication/endpoints/getMembershipToken.d.ts +22 -2
- package/types/src/authentication/endpoints/index.d.ts +369 -8
- package/types/src/authentication/endpoints/login.d.ts +29 -3
- package/types/src/authentication/endpoints/password/change.d.ts +25 -2
- package/types/src/authentication/endpoints/password/confirm.d.ts +27 -2
- package/types/src/authentication/endpoints/password/reset.d.ts +21 -2
- package/types/src/authentication/endpoints/password/score.d.ts +32 -2
- package/types/src/authentication/endpoints/patch.d.ts +129 -0
- package/types/src/authentication/endpoints/patch.schema.d.ts +62 -0
- package/types/src/authentication/endpoints/token.d.ts +23 -3
- package/types/src/authentication/endpoints/user.d.ts +65 -3
- package/types/src/automationBlockers/endpoints/get.d.ts +148 -3
- package/types/src/automationBlockers/endpoints/index.d.ts +148 -1
- package/types/src/billing/endpoints/getHistory.d.ts +150 -3
- package/types/src/billing/endpoints/getHistoryExport.d.ts +5 -2
- package/types/src/billing/endpoints/getStats.d.ts +194 -3
- package/types/src/billing/endpoints/getStatsExport.d.ts +53 -2
- package/types/src/connectors/endpoints/create.d.ts +61 -3
- package/types/src/connectors/endpoints/delete.d.ts +6 -2
- package/types/src/connectors/endpoints/index.d.ts +193 -3
- package/types/src/connectors/endpoints/list.d.ts +127 -4
- package/types/src/dedicatedEngineSchema/endpoints/create.d.ts +632 -3
- package/types/src/dedicatedEngineSchema/endpoints/get.d.ts +619 -3
- package/types/src/dedicatedEngineSchema/endpoints/index.d.ts +3690 -41
- package/types/src/dedicatedEngineSchema/endpoints/patch.d.ts +1051 -3
- package/types/src/dedicatedEngineSchema/endpoints/predict.d.ts +611 -2
- package/types/src/dedicatedEngineSchema/endpoints/validate.d.ts +781 -3
- package/types/src/dedicatedEngines/endpoints/create.d.ts +34 -3
- package/types/src/dedicatedEngines/endpoints/get.d.ts +36 -3
- package/types/src/dedicatedEngines/endpoints/index.d.ts +266 -14
- package/types/src/dedicatedEngines/endpoints/list.d.ts +109 -4
- package/types/src/dedicatedEngines/endpoints/patch.d.ts +40 -3
- package/types/src/dedicatedEngines/endpoints/request.d.ts +47 -3
- package/types/src/deleteRecommendations/endpoints/create.d.ts +40 -3
- package/types/src/deleteRecommendations/endpoints/get.d.ts +26 -3
- package/types/src/deleteRecommendations/endpoints/index.d.ts +192 -8
- package/types/src/deleteRecommendations/endpoints/list.d.ts +82 -4
- package/types/src/deleteRecommendations/endpoints/patch.d.ts +44 -3
- package/types/src/documents/endpoints/downloads.d.ts +38 -3
- package/types/src/documents/endpoints/downloads.schema.d.ts +3 -3
- package/types/src/documents/endpoints/get.d.ts +50 -3
- package/types/src/documents/endpoints/getBlob.d.ts +5 -2
- package/types/src/documents/endpoints/index.d.ts +341 -5
- package/types/src/documents/endpoints/list.d.ts +152 -4
- package/types/src/documents/endpoints/patch.d.ts +97 -2
- package/types/src/email/endpoints/get.d.ts +176 -3
- package/types/src/email/endpoints/index.d.ts +665 -3
- package/types/src/email/endpoints/list.d.ts +368 -4
- package/types/src/email/endpoints/send.d.ts +121 -2
- package/types/src/emailTemplates/endpoints/create.d.ts +263 -3
- package/types/src/emailTemplates/endpoints/delete.d.ts +6 -2
- package/types/src/emailTemplates/endpoints/get.d.ts +179 -3
- package/types/src/emailTemplates/endpoints/index.d.ts +1106 -6
- package/types/src/emailTemplates/endpoints/list.d.ts +325 -4
- package/types/src/emailTemplates/endpoints/patch.d.ts +254 -3
- package/types/src/emailTemplates/endpoints/render.d.ts +82 -3
- package/types/src/emailTemplatesStats/endpoints/index.d.ts +73 -1
- package/types/src/emailTemplatesStats/endpoints/list.d.ts +73 -4
- package/types/src/emailThreads/endpoints/counts.d.ts +29 -0
- package/types/src/emailThreads/endpoints/counts.schema.d.ts +8 -0
- package/types/src/emailThreads/endpoints/get.d.ts +100 -3
- package/types/src/emailThreads/endpoints/index.d.ts +464 -2
- package/types/src/emailThreads/endpoints/list.d.ts +245 -0
- package/types/src/emailThreads/endpoints/list.schema.d.ts +47 -0
- package/types/src/emailThreads/endpoints/patch.d.ts +108 -3
- package/types/src/emailThreads/models/emailThreads.d.ts +9 -4
- package/types/src/emailThreads/models/emailThreads.schema.d.ts +29 -16
- package/types/src/genericEngines/endpoints/get.d.ts +40 -0
- package/types/src/genericEngines/endpoints/get.schema.d.ts +8 -0
- package/types/src/genericEngines/endpoints/index.d.ts +147 -1
- package/types/src/genericEngines/endpoints/list.d.ts +109 -4
- package/types/src/groups/endpoints/index.d.ts +59 -1
- package/types/src/groups/endpoints/list.d.ts +59 -4
- package/types/src/hookTemplates/endpoints/index.d.ts +579 -1
- package/types/src/hookTemplates/endpoints/list.d.ts +579 -4
- package/types/src/hooks/endpoints/create.d.ts +558 -3
- package/types/src/hooks/endpoints/delete.d.ts +6 -2
- package/types/src/hooks/endpoints/get.d.ts +321 -3
- package/types/src/hooks/endpoints/getSecretsKeys.d.ts +5 -2
- package/types/src/hooks/endpoints/index.d.ts +2609 -9
- package/types/src/hooks/endpoints/invoke.d.ts +7 -2
- package/types/src/hooks/endpoints/list.d.ts +540 -4
- package/types/src/hooks/endpoints/logs.d.ts +391 -2
- package/types/src/hooks/endpoints/patch.d.ts +653 -3
- package/types/src/hooks/endpoints/test.d.ts +131 -3
- package/types/src/hooks/endpoints/test.schema.d.ts +1 -1
- package/types/src/inboxes/endpoints/create.d.ts +95 -3
- package/types/src/inboxes/endpoints/get.d.ts +65 -3
- package/types/src/inboxes/endpoints/index.d.ts +400 -4
- package/types/src/inboxes/endpoints/list.d.ts +143 -4
- package/types/src/inboxes/endpoints/patch.d.ts +97 -3
- package/types/src/internal/endpoints/domainSettings.d.ts +44 -2
- package/types/src/internal/endpoints/generateRejectionEmail.d.ts +60 -2
- package/types/src/internal/endpoints/index.d.ts +145 -4
- package/types/src/internal/endpoints/requestDemo.d.ts +20 -2
- package/types/src/internal/endpoints/requestExtension.d.ts +23 -2
- package/types/src/labels/endpoints/apply.d.ts +42 -2
- package/types/src/labels/endpoints/create.d.ts +25 -3
- package/types/src/labels/endpoints/delete.d.ts +6 -2
- package/types/src/labels/endpoints/index.d.ts +166 -5
- package/types/src/labels/endpoints/list.d.ts +70 -4
- package/types/src/labels/endpoints/patch.d.ts +25 -3
- package/types/src/manage/endpoints/chameleon.d.ts +11 -2
- package/types/src/manage/endpoints/index.d.ts +11 -1
- package/types/src/memberships/endpoints/create.d.ts +40 -3
- package/types/src/memberships/endpoints/index.d.ts +40 -1
- package/types/src/organization/endpoints/create.d.ts +279 -3
- package/types/src/organization/endpoints/create.schema.d.ts +159 -1
- package/types/src/organization/endpoints/get.d.ts +173 -3
- package/types/src/organization/endpoints/index.d.ts +1250 -32
- package/types/src/organization/endpoints/limits.d.ts +56 -3
- package/types/src/organization/endpoints/patch.d.ts +345 -22
- package/types/src/organization/endpoints/patch.schema.d.ts +158 -45
- package/types/src/organization/models/organization.d.ts +4 -0
- package/types/src/organization/models/organization.schema.d.ts +126 -0
- package/types/src/organizationGroups/endpoints/index.d.ts +648 -23
- package/types/src/organizationGroups/endpoints/organizations.d.ts +73 -4
- package/types/src/organizationGroups/endpoints/queues.d.ts +90 -4
- package/types/src/organizationGroups/endpoints/workspaces.d.ts +85 -4
- package/types/src/queues/endpoints/automation.d.ts +162 -2
- package/types/src/queues/endpoints/create.d.ts +593 -3
- package/types/src/queues/endpoints/createFromTemplate.d.ts +593 -3
- package/types/src/queues/endpoints/delete.d.ts +14 -2
- package/types/src/queues/endpoints/duplicate.d.ts +599 -3
- package/types/src/queues/endpoints/exportAnnotation.d.ts +23 -2
- package/types/src/queues/endpoints/get.d.ts +586 -3
- package/types/src/queues/endpoints/getRelatedObjectsCounts.d.ts +17 -3
- package/types/src/queues/endpoints/index.d.ts +4652 -20
- package/types/src/queues/endpoints/list.d.ts +809 -3
- package/types/src/queues/endpoints/nextAnnotation.d.ts +35 -0
- package/types/src/queues/endpoints/nextAnnotation.schema.d.ts +21 -0
- package/types/src/queues/endpoints/patch.d.ts +1149 -2
- package/types/src/queues/endpoints/patch.schema.d.ts +118 -0
- package/types/src/queues/endpoints/suggestedRecipients.d.ts +42 -2
- package/types/src/queues/endpoints/upload.d.ts +39 -2
- package/types/src/queues/models/queue.schema.d.ts +118 -0
- package/types/src/queues/models/queueSettings.d.ts +2 -0
- package/types/src/queues/models/queueSettings.schema.d.ts +90 -0
- package/types/src/relations/endpoints/create.d.ts +92 -3
- package/types/src/relations/endpoints/delete.d.ts +6 -2
- package/types/src/relations/endpoints/get.d.ts +77 -3
- package/types/src/relations/endpoints/index.d.ts +449 -5
- package/types/src/relations/endpoints/list.d.ts +183 -4
- package/types/src/relations/endpoints/patch.d.ts +95 -3
- package/types/src/schemaFields/endpoints/index.d.ts +48 -1
- package/types/src/schemaFields/endpoints/list.d.ts +50 -3
- package/types/src/schemaFields/endpoints/list.schema.d.ts +4 -1
- package/types/src/schemas/endpoints/create.d.ts +6032 -4
- package/types/src/schemas/endpoints/create.schema.d.ts +1 -1
- package/types/src/schemas/endpoints/get.d.ts +6030 -3
- package/types/src/schemas/endpoints/index.d.ts +31397 -6
- package/types/src/schemas/endpoints/list.d.ts +7299 -4
- package/types/src/schemas/endpoints/patch.d.ts +12037 -2
- package/types/src/shared/annotationListTable.d.ts +31 -0
- package/types/src/shared/annotationListTable.schema.d.ts +198 -0
- package/types/src/{models → shared}/message.d.ts +1 -1
- package/types/src/{models → shared}/message.schema.d.ts +5 -5
- package/types/src/suggestedEdit/endpoints/get.d.ts +51 -3
- package/types/src/suggestedEdit/endpoints/index.d.ts +51 -1
- package/types/src/surveys/endpoints/fromTemplate.d.ts +60 -3
- package/types/src/surveys/endpoints/get.d.ts +50 -3
- package/types/src/surveys/endpoints/index.d.ts +306 -4
- package/types/src/surveys/endpoints/list.d.ts +124 -4
- package/types/src/surveys/endpoints/patch.d.ts +72 -3
- package/types/src/tasks/endpoints/get.d.ts +59 -3
- package/types/src/tasks/endpoints/index.d.ts +59 -1
- package/types/src/triggers/endpoints/create.d.ts +51 -4
- package/types/src/triggers/endpoints/create.schema.d.ts +1 -1
- package/types/src/triggers/endpoints/delete.d.ts +6 -2
- package/types/src/triggers/endpoints/get.d.ts +29 -3
- package/types/src/triggers/endpoints/index.d.ts +138 -10
- package/types/src/triggers/endpoints/patch.d.ts +56 -3
- package/types/src/uploads/endpoints/get.d.ts +38 -0
- package/types/src/uploads/endpoints/index.d.ts +65 -1
- package/types/src/uploads/endpoints/post.d.ts +28 -2
- package/types/src/uploads/models/index.d.ts +1 -0
- package/types/src/uploads/models/upload.d.ts +13 -0
- package/types/src/uploads/models/upload.schema.d.ts +35 -0
- package/types/src/users/endpoints/create.d.ts +103 -3
- package/types/src/users/endpoints/delete.d.ts +6 -2
- package/types/src/users/endpoints/get.d.ts +65 -3
- package/types/src/users/endpoints/index.d.ts +505 -6
- package/types/src/users/endpoints/list.d.ts +186 -4
- package/types/src/users/endpoints/patch.d.ts +127 -2
- package/types/src/users/endpoints/resetPassword.d.ts +19 -3
- package/types/src/utils/client.d.ts +0 -1
- package/types/src/utils/codecUtils.d.ts +0 -10
- package/types/src/utils/codecUtils.schema.d.ts +0 -7
- package/types/src/utils/keyConvertor.d.ts +1 -17
- package/types/src/utils/requestConfig.d.ts +4 -8
- package/types/src/workflowActivities/endpoints/get.d.ts +45 -3
- package/types/src/workflowActivities/endpoints/index.d.ts +165 -2
- package/types/src/workflowActivities/endpoints/list.d.ts +121 -4
- package/types/src/workflowRuns/endpoints/get.d.ts +27 -3
- package/types/src/workflowRuns/endpoints/index.d.ts +133 -3
- package/types/src/workflowRuns/endpoints/list.d.ts +95 -4
- package/types/src/workflowRuns/endpoints/reset.d.ts +14 -2
- package/types/src/workflowSteps/endpoints/get.d.ts +33 -3
- package/types/src/workflowSteps/endpoints/index.d.ts +136 -2
- package/types/src/workflowSteps/endpoints/list.d.ts +104 -4
- package/types/src/workflows/endpoints/get.d.ts +26 -3
- package/types/src/workflows/endpoints/index.d.ts +117 -2
- package/types/src/workflows/endpoints/list.d.ts +91 -4
- package/types/src/workspaces/endpoints/create.d.ts +40 -3
- package/types/src/workspaces/endpoints/delete.d.ts +6 -2
- package/types/src/workspaces/endpoints/index.d.ts +184 -4
- package/types/src/workspaces/endpoints/list.d.ts +102 -4
- package/types/src/workspaces/endpoints/patch.d.ts +39 -6
- package/types/src/workspaces/endpoints/patch.schema.d.ts +1 -4
- package/src/models/annotationStatus.js.map +0 -1
- package/src/models/index.js.map +0 -1
- package/src/organization/models/allDocumentsDashboard.js.map +0 -1
- package/src/organization/models/allDocumentsDashboard.schema.js +0 -36
- package/src/organization/models/allDocumentsDashboard.schema.js.map +0 -1
- package/types/src/organization/models/allDocumentsDashboard.d.ts +0 -17
- package/types/src/organization/models/allDocumentsDashboard.schema.d.ts +0 -80
- /package/src/{models → shared}/annotationStatus.js +0 -0
- /package/src/{models → shared}/annotationStatus.schema.js +0 -0
- /package/src/{models → shared}/index.js +0 -0
- /package/src/{models → shared}/message.js +0 -0
- /package/types/src/{models → shared}/annotationStatus.d.ts +0 -0
- /package/types/src/{models → shared}/annotationStatus.schema.d.ts +0 -0
- /package/types/src/{models → shared}/index.d.ts +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getBlob.js","sourceRoot":"","sources":["../../../../src/documents/endpoints/getBlob.ts"],"names":[],"mappings":";;;AAGO,MAAM,OAAO,GAAG,
|
|
1
|
+
{"version":3,"file":"getBlob.js","sourceRoot":"","sources":["../../../../src/documents/endpoints/getBlob.ts"],"names":[],"mappings":";;;AAGO,MAAM,OAAO,GAAG,CAAC,WAAgB,EAAE,EAAE;IAC1C,OAAO;QACL,QAAQ,EAAE,WAAW;QACrB,MAAM,EAAE,KAAK;QACb,YAAY,EAAE,MAAM;KACZ,CAAC;AACb,CAAC,CAAC;AANW,QAAA,OAAO,WAMlB"}
|
|
@@ -9,7 +9,7 @@ const list = (query = {}) => {
|
|
|
9
9
|
endpoint: `/documents`,
|
|
10
10
|
method: 'GET',
|
|
11
11
|
responseSchema: (0, listResponse_1.listResponse)(document_schema_1.documentSchema),
|
|
12
|
-
query
|
|
12
|
+
query,
|
|
13
13
|
querySchema: list_schema_1.documentsListQuerySchema,
|
|
14
14
|
};
|
|
15
15
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list.js","sourceRoot":"","sources":["../../../../src/documents/endpoints/list.ts"],"names":[],"mappings":";;;AAEA,2DAAsE;AAGtE,+DAA2D;AAC3D,+CAAyD;AAalD,MAAM,IAAI,GAAG,
|
|
1
|
+
{"version":3,"file":"list.js","sourceRoot":"","sources":["../../../../src/documents/endpoints/list.ts"],"names":[],"mappings":";;;AAEA,2DAAsE;AAGtE,+DAA2D;AAC3D,+CAAyD;AAalD,MAAM,IAAI,GAAG,CAAC,QAA4B,EAAE,EAAE,EAAE;IACrD,OAAO;QACL,QAAQ,EAAE,YAAY;QACtB,MAAM,EAAE,KAAK;QACb,cAAc,EAAE,IAAA,2BAAY,EAAC,gCAAc,CAAC;QAC5C,KAAK;QACL,WAAW,EAAE,sCAAwB;KAC7B,CAAC;AACb,CAAC,CAAC;AARW,QAAA,IAAI,QAQf"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"patch.js","sourceRoot":"","sources":["../../../../src/documents/endpoints/patch.ts"],"names":[],"mappings":";;;AAGA,+DAA2D;AAC3D,iDAAuD;AAIhD,MAAM,KAAK,GAAG,
|
|
1
|
+
{"version":3,"file":"patch.js","sourceRoot":"","sources":["../../../../src/documents/endpoints/patch.ts"],"names":[],"mappings":";;;AAGA,+DAA2D;AAC3D,iDAAuD;AAIhD,MAAM,KAAK,GAAG,CAAC,UAAc,EAAE,UAA2B,EAAE,EAAE,EAAE;IACrE,OAAO;QACL,QAAQ,EAAE,cAAc,UAAU,EAAE;QACpC,MAAM,EAAE,OAAO;QACf,cAAc,EAAE,gCAAc;QAC9B,OAAO;QACP,aAAa,EAAE,oCAAqB;KAC5B,CAAC;AACb,CAAC,CAAC;AARW,QAAA,KAAK,SAQhB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get.js","sourceRoot":"","sources":["../../../../src/email/endpoints/get.ts"],"names":[],"mappings":";;;AAGA,yDAAqD;AAE9C,MAAM,GAAG,GAAG,CAAC,QAAa,
|
|
1
|
+
{"version":3,"file":"get.js","sourceRoot":"","sources":["../../../../src/email/endpoints/get.ts"],"names":[],"mappings":";;;AAGA,yDAAqD;AAE9C,MAAM,GAAG,GAAG,CAAC,QAAa,EAAE,EAAE;IACnC,OAAO;QACL,QAAQ,EAAE,QAAQ;QAClB,MAAM,EAAE,KAAK;QACb,cAAc,EAAE,0BAAW;KACnB,CAAC;AACb,CAAC,CAAC;AANW,QAAA,GAAG,OAMd"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list.js","sourceRoot":"","sources":["../../../../src/email/endpoints/list.ts"],"names":[],"mappings":";;;AAEA,2DAAsE;AAGtE,yDAAqD;AACrD,+CAAqD;AAwB9C,MAAM,IAAI,GAAG,
|
|
1
|
+
{"version":3,"file":"list.js","sourceRoot":"","sources":["../../../../src/email/endpoints/list.ts"],"names":[],"mappings":";;;AAEA,2DAAsE;AAGtE,yDAAqD;AACrD,+CAAqD;AAwB9C,MAAM,IAAI,GAAG,CAAC,QAAwB,EAAE,EAAE,EAAE;IACjD,OAAO;QACL,QAAQ,EAAE,SAAS;QACnB,MAAM,EAAE,KAAK;QACb,cAAc,EAAE,IAAA,2BAAY,EAAC,0BAAW,CAAC;QACzC,KAAK;QACL,WAAW,EAAE,kCAAoB;KACzB,CAAC;AACb,CAAC,CAAC;AARW,QAAA,IAAI,QAQf"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"send.js","sourceRoot":"","sources":["../../../../src/email/endpoints/send.ts"],"names":[],"mappings":";;;AAEA,+CAAgF;AAgCzE,MAAM,IAAI,GAAG,
|
|
1
|
+
{"version":3,"file":"send.js","sourceRoot":"","sources":["../../../../src/email/endpoints/send.ts"],"names":[],"mappings":";;;AAEA,+CAAgF;AAgCzE,MAAM,IAAI,GAAG,CAAC,OAAyB,EAAE,EAAE;IAChD,OAAO;QACL,QAAQ,EAAE,cAAc;QACxB,MAAM,EAAE,MAAM;QACd,cAAc,EAAE,qCAAuB;QACvC,OAAO;QACP,aAAa,EAAE,oCAAsB;KAC7B,CAAC;AACb,CAAC,CAAC;AARW,QAAA,IAAI,QAQf"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create.js","sourceRoot":"","sources":["../../../../src/emailTemplates/endpoints/create.ts"],"names":[],"mappings":";;;AAOA,yEAAqE;AACrE,mDAAmE;AAO5D,MAAM,MAAM,GAAG,
|
|
1
|
+
{"version":3,"file":"create.js","sourceRoot":"","sources":["../../../../src/emailTemplates/endpoints/create.ts"],"names":[],"mappings":";;;AAOA,yEAAqE;AACrE,mDAAmE;AAO5D,MAAM,MAAM,GAAG,CAAC,OAAmC,EAAE,EAAE;IAC5D,OAAO;QACL,QAAQ,EAAE,kBAAkB;QAC5B,MAAM,EAAE,MAAM;QACd,cAAc,EAAE,0CAAmB;QACnC,aAAa,EAAE,gDAAgC;QAC/C,OAAO;KACC,CAAC;AACb,CAAC,CAAC;AARW,QAAA,MAAM,UAQjB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"delete.js","sourceRoot":"","sources":["../../../../src/emailTemplates/endpoints/delete.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AAIjB,MAAM,cAAc,GAAG,
|
|
1
|
+
{"version":3,"file":"delete.js","sourceRoot":"","sources":["../../../../src/emailTemplates/endpoints/delete.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AAIjB,MAAM,cAAc,GAAG,CAAC,eAAmB,EAAE,EAAE;IACpD,OAAO;QACL,QAAQ,EAAE,oBAAoB,eAAe,EAAE;QAC/C,MAAM,EAAE,QAAQ;QAChB,cAAc,EAAE,OAAC,CAAC,OAAO,EAAE;KACnB,CAAC;AACb,CAAC,CAAC;AANW,QAAA,cAAc,kBAMzB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get.js","sourceRoot":"","sources":["../../../../src/emailTemplates/endpoints/get.ts"],"names":[],"mappings":";;;AAGA,yEAAqE;AAE9D,MAAM,GAAG,GAAG,
|
|
1
|
+
{"version":3,"file":"get.js","sourceRoot":"","sources":["../../../../src/emailTemplates/endpoints/get.ts"],"names":[],"mappings":";;;AAGA,yEAAqE;AAE9D,MAAM,GAAG,GAAG,CAAC,eAAmB,EAAE,EAAE;IACzC,OAAO;QACL,QAAQ,EAAE,oBAAoB,eAAe,EAAE;QAC/C,MAAM,EAAE,KAAK;QACb,cAAc,EAAE,0CAAmB;KAC3B,CAAC;AACb,CAAC,CAAC;AANW,QAAA,GAAG,OAMd"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list.js","sourceRoot":"","sources":["../../../../src/emailTemplates/endpoints/list.ts"],"names":[],"mappings":";;;AAAA,2DAAsE;AAGtE,yEAAqE;AACrE,+CAA6D;AAUtD,MAAM,IAAI,GAAG,
|
|
1
|
+
{"version":3,"file":"list.js","sourceRoot":"","sources":["../../../../src/emailTemplates/endpoints/list.ts"],"names":[],"mappings":";;;AAAA,2DAAsE;AAGtE,yEAAqE;AACrE,+CAA6D;AAUtD,MAAM,IAAI,GAAG,CAAC,QAAgC,EAAE,EAAE,EAAE;IACzD,OAAO;QACL,QAAQ,EAAE,kBAAkB;QAC5B,MAAM,EAAE,KAAK;QACb,cAAc,EAAE,IAAA,2BAAY,EAAC,0CAAmB,CAAC;QACjD,KAAK;QACL,WAAW,EAAE,0CAA4B;KACjC,CAAC;AACb,CAAC,CAAC;AARW,QAAA,IAAI,QAQf"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"patch.js","sourceRoot":"","sources":["../../../../src/emailTemplates/endpoints/patch.ts"],"names":[],"mappings":";;;AAMA,yEAAqE;AACrE,iDAAiE;AAI1D,MAAM,KAAK,GAAG,
|
|
1
|
+
{"version":3,"file":"patch.js","sourceRoot":"","sources":["../../../../src/emailTemplates/endpoints/patch.ts"],"names":[],"mappings":";;;AAMA,yEAAqE;AACrE,iDAAiE;AAI1D,MAAM,KAAK,GAAG,CAAC,eAAmB,EAAE,OAAkC,EAAE,EAAE;IAC/E,OAAO;QACL,QAAQ,EAAE,oBAAoB,eAAe,EAAE;QAC/C,MAAM,EAAE,OAAO;QACf,cAAc,EAAE,0CAAmB;QACnC,aAAa,EAAE,8CAA+B;QAC9C,OAAO;KACC,CAAC;AACb,CAAC,CAAC;AARW,QAAA,KAAK,SAQhB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"render.js","sourceRoot":"","sources":["../../../../src/emailTemplates/endpoints/render.ts"],"names":[],"mappings":";;;AAGA,yEAA2E;AAC3E,mDAAmE;AAQ5D,MAAM,MAAM,GAAG,
|
|
1
|
+
{"version":3,"file":"render.js","sourceRoot":"","sources":["../../../../src/emailTemplates/endpoints/render.ts"],"names":[],"mappings":";;;AAGA,yEAA2E;AAC3E,mDAAmE;AAQ5D,MAAM,MAAM,GAAG,CAAC,eAAmB,EAAE,OAAmC,EAAE,EAAE;IACjF,OAAO;QACL,QAAQ,EAAE,oBAAoB,eAAe,SAAS;QACtD,MAAM,EAAE,MAAM;QACd,cAAc,EAAE,gDAAyB;QACzC,OAAO;QACP,aAAa,EAAE,gDAAgC;KACvC,CAAC;AACb,CAAC,CAAC;AARW,QAAA,MAAM,UAQjB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list.js","sourceRoot":"","sources":["../../../../src/emailTemplatesStats/endpoints/list.ts"],"names":[],"mappings":";;;AAAA,2DAAsE;AAGtE,mFAA+E;AAC/E,+CAAkE;AAQ3D,MAAM,IAAI,GAAG,
|
|
1
|
+
{"version":3,"file":"list.js","sourceRoot":"","sources":["../../../../src/emailTemplatesStats/endpoints/list.ts"],"names":[],"mappings":";;;AAAA,2DAAsE;AAGtE,mFAA+E;AAC/E,+CAAkE;AAQ3D,MAAM,IAAI,GAAG,CAAC,QAAqC,EAAE,EAAE,EAAE;IAC9D,OAAO;QACL,QAAQ,EAAE,wBAAwB;QAClC,MAAM,EAAE,KAAK;QACb,cAAc,EAAE,IAAA,2BAAY,EAAC,oDAAwB,CAAC;QACtD,KAAK;QACL,WAAW,EAAE,+CAAiC;KACtC,CAAC;AACb,CAAC,CAAC;AARW,QAAA,IAAI,QAQf"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.counts = void 0;
|
|
4
|
+
const emailThreads_schema_1 = require("../models/emailThreads.schema");
|
|
5
|
+
const counts_schema_1 = require("./counts.schema");
|
|
6
|
+
const counts = (query) => {
|
|
7
|
+
return {
|
|
8
|
+
endpoint: `/email_threads/counts`,
|
|
9
|
+
method: 'GET',
|
|
10
|
+
responseSchema: emailThreads_schema_1.emailThreadCountsSchema,
|
|
11
|
+
query,
|
|
12
|
+
querySchema: counts_schema_1.emailThreadsCountsQuerySchema,
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
exports.counts = counts;
|
|
16
|
+
//# sourceMappingURL=counts.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"counts.js","sourceRoot":"","sources":["../../../../src/emailThreads/endpoints/counts.ts"],"names":[],"mappings":";;;AAGA,uEAAwE;AACxE,mDAAgE;AAMzD,MAAM,MAAM,GAAG,CAAC,KAA8B,EAAE,EAAE;IACvD,OAAO;QACL,QAAQ,EAAE,uBAAuB;QACjC,MAAM,EAAE,KAAK;QACb,cAAc,EAAE,6CAAuB;QACvC,KAAK;QACL,WAAW,EAAE,6CAA6B;KAClC,CAAC;AACb,CAAC,CAAC;AARW,QAAA,MAAM,UAQjB"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.emailThreadsCountsQuerySchema = void 0;
|
|
4
|
+
const zod_1 = require("zod");
|
|
5
|
+
exports.emailThreadsCountsQuerySchema = zod_1.z.object({
|
|
6
|
+
queue: zod_1.z.number(),
|
|
7
|
+
});
|
|
8
|
+
//# sourceMappingURL=counts.schema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"counts.schema.js","sourceRoot":"","sources":["../../../../src/emailThreads/endpoints/counts.schema.ts"],"names":[],"mappings":";;;AACA,6BAAwB;AAEX,QAAA,6BAA6B,GAAG,OAAC,CAAC,MAAM,CAAC;IACpD,KAAK,EAAE,OAAC,CAAC,MAAM,EAAE;CAClB,CAAC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get.js","sourceRoot":"","sources":["../../../../src/emailThreads/endpoints/get.ts"],"names":[],"mappings":";;;AAGA,uEAAkE;AAE3D,MAAM,GAAG,GAAG,
|
|
1
|
+
{"version":3,"file":"get.js","sourceRoot":"","sources":["../../../../src/emailThreads/endpoints/get.ts"],"names":[],"mappings":";;;AAGA,uEAAkE;AAE3D,MAAM,GAAG,GAAG,CAAC,OAAW,EAAE,EAAE;IACjC,OAAO;QACL,QAAQ,EAAE,iBAAiB,OAAO,EAAE;QACpC,MAAM,EAAE,KAAK;QACb,cAAc,EAAE,uCAAiB;KACzB,CAAC;AACb,CAAC,CAAC;AANW,QAAA,GAAG,OAMd"}
|
|
@@ -1,10 +1,14 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.emailThreads = void 0;
|
|
4
|
+
const counts_1 = require("./counts");
|
|
4
5
|
const get_1 = require("./get");
|
|
6
|
+
const list_1 = require("./list");
|
|
5
7
|
const patch_1 = require("./patch");
|
|
6
8
|
exports.emailThreads = {
|
|
7
|
-
|
|
9
|
+
counts: counts_1.counts,
|
|
8
10
|
get: get_1.get,
|
|
11
|
+
list: list_1.list,
|
|
12
|
+
patch: patch_1.patch,
|
|
9
13
|
};
|
|
10
14
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/emailThreads/endpoints/index.ts"],"names":[],"mappings":";;;AAAA,+BAA4B;AAC5B,mCAAgC;AAEnB,QAAA,YAAY,GAAG;IAC1B,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/emailThreads/endpoints/index.ts"],"names":[],"mappings":";;;AAAA,qCAAkC;AAClC,+BAA4B;AAC5B,iCAA8B;AAC9B,mCAAgC;AAEnB,QAAA,YAAY,GAAG;IAC1B,MAAM,EAAN,eAAM;IACN,GAAG,EAAH,SAAG;IACH,IAAI,EAAJ,WAAI;IACJ,KAAK,EAAL,aAAK;CACN,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.list = void 0;
|
|
4
|
+
const listResponse_1 = require("../../utils/listResponse");
|
|
5
|
+
const emailThreads_schema_1 = require("../models/emailThreads.schema");
|
|
6
|
+
const list_schema_1 = require("./list.schema");
|
|
7
|
+
const list = (query = {}) => {
|
|
8
|
+
return {
|
|
9
|
+
endpoint: `/email_threads`,
|
|
10
|
+
method: 'GET',
|
|
11
|
+
responseSchema: (0, listResponse_1.listResponse)(emailThreads_schema_1.emailThreadSchema),
|
|
12
|
+
query,
|
|
13
|
+
querySchema: list_schema_1.emailThreadsListQuerySchema,
|
|
14
|
+
};
|
|
15
|
+
};
|
|
16
|
+
exports.list = list;
|
|
17
|
+
//# sourceMappingURL=list.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list.js","sourceRoot":"","sources":["../../../../src/emailThreads/endpoints/list.ts"],"names":[],"mappings":";;;AACA,2DAAsE;AAGtE,uEAAkE;AAClE,+CAA4D;AAiBrD,MAAM,IAAI,GAAG,CAAC,QAA+B,EAAE,EAAE,EAAE;IACxD,OAAO;QACL,QAAQ,EAAE,gBAAgB;QAC1B,MAAM,EAAE,KAAK;QACb,cAAc,EAAE,IAAA,2BAAY,EAAC,uCAAiB,CAAC;QAC/C,KAAK;QACL,WAAW,EAAE,yCAA2B;KAChC,CAAC;AACb,CAAC,CAAC;AARW,QAAA,IAAI,QAQf"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.emailThreadsListQuerySchema = void 0;
|
|
4
|
+
const zod_1 = require("zod");
|
|
5
|
+
const listQuery_schema_1 = require("../../utils/listQuery.schema");
|
|
6
|
+
exports.emailThreadsListQuerySchema = zod_1.z
|
|
7
|
+
.object({
|
|
8
|
+
queue: zod_1.z.number(),
|
|
9
|
+
hasRootEmail: zod_1.z.boolean(),
|
|
10
|
+
hasReplies: zod_1.z.boolean(),
|
|
11
|
+
hasNewReplies: zod_1.z.boolean(),
|
|
12
|
+
createdAtBefore: zod_1.z.string(),
|
|
13
|
+
createdAtAfter: zod_1.z.string(),
|
|
14
|
+
lastEmailCreatedAtBefore: zod_1.z.string(),
|
|
15
|
+
lastEmailCreatedAtAfter: zod_1.z.string(),
|
|
16
|
+
recentWithNoDocumentsNotReplied: zod_1.z.boolean(),
|
|
17
|
+
search: zod_1.z.string(),
|
|
18
|
+
ordering: zod_1.z.string(),
|
|
19
|
+
})
|
|
20
|
+
.partial()
|
|
21
|
+
.and(listQuery_schema_1.paginationQuerySchema);
|
|
22
|
+
//# sourceMappingURL=list.schema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list.schema.js","sourceRoot":"","sources":["../../../../src/emailThreads/endpoints/list.schema.ts"],"names":[],"mappings":";;;AACA,6BAAwB;AACxB,mEAAqE;AAExD,QAAA,2BAA2B,GAAG,OAAC;KACzC,MAAM,CAAC;IACN,KAAK,EAAE,OAAC,CAAC,MAAM,EAAE;IACjB,YAAY,EAAE,OAAC,CAAC,OAAO,EAAE;IACzB,UAAU,EAAE,OAAC,CAAC,OAAO,EAAE;IACvB,aAAa,EAAE,OAAC,CAAC,OAAO,EAAE;IAC1B,eAAe,EAAE,OAAC,CAAC,MAAM,EAAE;IAC3B,cAAc,EAAE,OAAC,CAAC,MAAM,EAAE;IAC1B,wBAAwB,EAAE,OAAC,CAAC,MAAM,EAAE;IACpC,uBAAuB,EAAE,OAAC,CAAC,MAAM,EAAE;IACnC,+BAA+B,EAAE,OAAC,CAAC,OAAO,EAAE;IAC5C,MAAM,EAAE,OAAC,CAAC,MAAM,EAAE;IAClB,QAAQ,EAAE,OAAC,CAAC,MAAM,EAAE;CACrB,CAAC;KACD,OAAO,EAAE;KACT,GAAG,CAAC,wCAAqB,CAAC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"patch.js","sourceRoot":"","sources":["../../../../src/emailThreads/endpoints/patch.ts"],"names":[],"mappings":";;;AAGA,uEAAkE;AAClE,iDAA+D;AAIxD,MAAM,KAAK,GAAG,
|
|
1
|
+
{"version":3,"file":"patch.js","sourceRoot":"","sources":["../../../../src/emailThreads/endpoints/patch.ts"],"names":[],"mappings":";;;AAGA,uEAAkE;AAClE,iDAA+D;AAIxD,MAAM,KAAK,GAAG,CAAC,OAAW,EAAE,OAAgC,EAAE,EAAE;IACrE,OAAO;QACL,QAAQ,EAAE,iBAAiB,OAAO,EAAE;QACpC,MAAM,EAAE,OAAO;QACf,cAAc,EAAE,uCAAiB;QACjC,aAAa,EAAE,4CAA6B;QAC5C,OAAO;KACC,CAAC;AACb,CAAC,CAAC;AARW,QAAA,KAAK,SAQhB"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.emailThreadSchema = void 0;
|
|
3
|
+
exports.emailThreadCountsSchema = exports.emailThreadSchema = void 0;
|
|
4
4
|
const zod_1 = require("zod");
|
|
5
5
|
const codecUtils_schema_1 = require("../../utils/codecUtils.schema");
|
|
6
6
|
exports.emailThreadSchema = zod_1.z.object({
|
|
@@ -12,7 +12,7 @@ exports.emailThreadSchema = zod_1.z.object({
|
|
|
12
12
|
hasReplies: zod_1.z.boolean(),
|
|
13
13
|
hasNewReplies: zod_1.z.boolean(),
|
|
14
14
|
rootEmailRead: zod_1.z.boolean(),
|
|
15
|
-
lastEmailCreatedAt: zod_1.z.string(),
|
|
15
|
+
lastEmailCreatedAt: zod_1.z.string().nullable(),
|
|
16
16
|
subject: zod_1.z.string().nullable(),
|
|
17
17
|
createdAt: zod_1.z.string().nullable(),
|
|
18
18
|
from: zod_1.z
|
|
@@ -21,14 +21,19 @@ exports.emailThreadSchema = zod_1.z.object({
|
|
|
21
21
|
name: zod_1.z.string().optional(),
|
|
22
22
|
})
|
|
23
23
|
.nullable(),
|
|
24
|
-
labels: zod_1.z.
|
|
24
|
+
labels: zod_1.z.array(zod_1.z.string()).optional(),
|
|
25
25
|
annotationCounts: zod_1.z.object({
|
|
26
26
|
annotations: zod_1.z.number(),
|
|
27
27
|
annotationsProcessed: zod_1.z.number(),
|
|
28
28
|
annotationsRejected: zod_1.z.number(),
|
|
29
29
|
annotationsUnprocessed: zod_1.z.number(),
|
|
30
|
-
annotationsPurged: zod_1.z.number().
|
|
31
|
-
relatedAnnotations: zod_1.z.number().
|
|
30
|
+
annotationsPurged: zod_1.z.number().nullable(),
|
|
31
|
+
relatedAnnotations: zod_1.z.number().nullable(),
|
|
32
32
|
}),
|
|
33
33
|
});
|
|
34
|
+
exports.emailThreadCountsSchema = zod_1.z.object({
|
|
35
|
+
withReplies: zod_1.z.number(),
|
|
36
|
+
withNewReplies: zod_1.z.number(),
|
|
37
|
+
recentWithNoDocumentsNotReplied: zod_1.z.number(),
|
|
38
|
+
});
|
|
34
39
|
//# sourceMappingURL=emailThreads.schema.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"emailThreads.schema.js","sourceRoot":"","sources":["../../../../src/emailThreads/models/emailThreads.schema.ts"],"names":[],"mappings":";;;AACA,6BAAwB;AACxB,qEAAoE;AAEvD,QAAA,iBAAiB,GAAG,OAAC,CAAC,MAAM,CAAC;IACxC,EAAE,EAAE,4BAAQ;IACZ,GAAG,EAAE,6BAAS;IACd,YAAY,EAAE,6BAAS;IACvB,KAAK,EAAE,6BAAS;IAChB,SAAS,EAAE,6BAAS,CAAC,QAAQ,EAAE;IAC/B,UAAU,EAAE,OAAC,CAAC,OAAO,EAAE;IACvB,aAAa,EAAE,OAAC,CAAC,OAAO,EAAE;IAC1B,aAAa,EAAE,OAAC,CAAC,OAAO,EAAE;IAC1B,kBAAkB,EAAE,OAAC,CAAC,MAAM,EAAE;
|
|
1
|
+
{"version":3,"file":"emailThreads.schema.js","sourceRoot":"","sources":["../../../../src/emailThreads/models/emailThreads.schema.ts"],"names":[],"mappings":";;;AACA,6BAAwB;AACxB,qEAAoE;AAEvD,QAAA,iBAAiB,GAAG,OAAC,CAAC,MAAM,CAAC;IACxC,EAAE,EAAE,4BAAQ;IACZ,GAAG,EAAE,6BAAS;IACd,YAAY,EAAE,6BAAS;IACvB,KAAK,EAAE,6BAAS;IAChB,SAAS,EAAE,6BAAS,CAAC,QAAQ,EAAE;IAC/B,UAAU,EAAE,OAAC,CAAC,OAAO,EAAE;IACvB,aAAa,EAAE,OAAC,CAAC,OAAO,EAAE;IAC1B,aAAa,EAAE,OAAC,CAAC,OAAO,EAAE;IAC1B,kBAAkB,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACzC,OAAO,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC9B,SAAS,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAChC,IAAI,EAAE,OAAC;SACJ,MAAM,CAAC;QACN,KAAK,EAAE,OAAC,CAAC,MAAM,EAAE;QACjB,IAAI,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;KAC5B,CAAC;SACD,QAAQ,EAAE;IACb,MAAM,EAAE,OAAC,CAAC,KAAK,CAAC,OAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;IACtC,gBAAgB,EAAE,OAAC,CAAC,MAAM,CAAC;QACzB,WAAW,EAAE,OAAC,CAAC,MAAM,EAAE;QACvB,oBAAoB,EAAE,OAAC,CAAC,MAAM,EAAE;QAChC,mBAAmB,EAAE,OAAC,CAAC,MAAM,EAAE;QAC/B,sBAAsB,EAAE,OAAC,CAAC,MAAM,EAAE;QAClC,iBAAiB,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;QACxC,kBAAkB,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;KAC1C,CAAC;CACH,CAAC,CAAC;AAEU,QAAA,uBAAuB,GAAG,OAAC,CAAC,MAAM,CAAC;IAC9C,WAAW,EAAE,OAAC,CAAC,MAAM,EAAE;IACvB,cAAc,EAAE,OAAC,CAAC,MAAM,EAAE;IAC1B,+BAA+B,EAAE,OAAC,CAAC,MAAM,EAAE;CAC5C,CAAC,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.get = void 0;
|
|
4
|
+
const genericEngine_schema_1 = require("../models/genericEngine.schema");
|
|
5
|
+
const get_schema_1 = require("./get.schema");
|
|
6
|
+
const get = (engineId, query = {}) => {
|
|
7
|
+
return {
|
|
8
|
+
endpoint: `/generic_engines/${engineId}`,
|
|
9
|
+
method: 'GET',
|
|
10
|
+
responseSchema: genericEngine_schema_1.genericEngineSchema,
|
|
11
|
+
query,
|
|
12
|
+
querySchema: get_schema_1.genericEngineGetQuerySchema,
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
exports.get = get;
|
|
16
|
+
//# sourceMappingURL=get.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get.js","sourceRoot":"","sources":["../../../../src/genericEngines/endpoints/get.ts"],"names":[],"mappings":";;;AAEA,yEAAqE;AACrE,6CAA2D;AAMpD,MAAM,GAAG,GAAG,CAAC,QAAY,EAAE,QAA+B,EAAE,EAAE,EAAE;IACrE,OAAO;QACL,QAAQ,EAAE,oBAAoB,QAAQ,EAAE;QACxC,MAAM,EAAE,KAAK;QACb,cAAc,EAAE,0CAAmB;QACnC,KAAK;QACL,WAAW,EAAE,wCAA2B;KAChC,CAAC;AACb,CAAC,CAAC;AARW,QAAA,GAAG,OAQd"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.genericEngineGetQuerySchema = void 0;
|
|
4
|
+
const zod_1 = require("zod");
|
|
5
|
+
exports.genericEngineGetQuerySchema = zod_1.z
|
|
6
|
+
.object({
|
|
7
|
+
fields: zod_1.z.array(zod_1.z.union([
|
|
8
|
+
zod_1.z.literal('id'),
|
|
9
|
+
zod_1.z.literal('name'),
|
|
10
|
+
zod_1.z.literal('url'),
|
|
11
|
+
zod_1.z.literal('schema'),
|
|
12
|
+
zod_1.z.literal('description'),
|
|
13
|
+
])),
|
|
14
|
+
})
|
|
15
|
+
.partial();
|
|
16
|
+
//# sourceMappingURL=get.schema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get.schema.js","sourceRoot":"","sources":["../../../../src/genericEngines/endpoints/get.schema.ts"],"names":[],"mappings":";;;AACA,6BAAwB;AAEX,QAAA,2BAA2B,GAAG,OAAC;KACzC,MAAM,CAAC;IACN,MAAM,EAAE,OAAC,CAAC,KAAK,CACb,OAAC,CAAC,KAAK,CAAC;QACN,OAAC,CAAC,OAAO,CAAC,IAAI,CAAC;QACf,OAAC,CAAC,OAAO,CAAC,MAAM,CAAC;QACjB,OAAC,CAAC,OAAO,CAAC,KAAK,CAAC;QAChB,OAAC,CAAC,OAAO,CAAC,QAAQ,CAAC;QACnB,OAAC,CAAC,OAAO,CAAC,aAAa,CAAC;KACzB,CAAC,CACH;CACF,CAAC;KACD,OAAO,EAAE,CAAC"}
|
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.genericEngines = void 0;
|
|
4
|
+
const get_1 = require("./get");
|
|
4
5
|
const list_1 = require("./list");
|
|
5
6
|
exports.genericEngines = {
|
|
7
|
+
get: get_1.get,
|
|
6
8
|
list: list_1.list,
|
|
7
9
|
};
|
|
8
10
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/genericEngines/endpoints/index.ts"],"names":[],"mappings":";;;AAAA,iCAA8B;AAEjB,QAAA,cAAc,GAAG;IAC5B,IAAI,EAAJ,WAAI;CACL,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/genericEngines/endpoints/index.ts"],"names":[],"mappings":";;;AAAA,+BAA4B;AAC5B,iCAA8B;AAEjB,QAAA,cAAc,GAAG;IAC5B,GAAG,EAAH,SAAG;IACH,IAAI,EAAJ,WAAI;CACL,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list.js","sourceRoot":"","sources":["../../../../src/genericEngines/endpoints/list.ts"],"names":[],"mappings":";;;AAAA,2DAAsE;AAGtE,yEAAqE;AACrE,+CAA6D;AAmCtD,MAAM,IAAI,GAAG,
|
|
1
|
+
{"version":3,"file":"list.js","sourceRoot":"","sources":["../../../../src/genericEngines/endpoints/list.ts"],"names":[],"mappings":";;;AAAA,2DAAsE;AAGtE,yEAAqE;AACrE,+CAA6D;AAmCtD,MAAM,IAAI,GAAG,CAAC,QAAgC,EAAE,EAAE,EAAE;IACzD,OAAO;QACL,QAAQ,EAAE,kBAAkB;QAC5B,MAAM,EAAE,KAAK;QACb,cAAc,EAAE,IAAA,2BAAY,EAAC,0CAAmB,CAAC;QACjD,KAAK;QACL,WAAW,EAAE,0CAA4B;KACjC,CAAC;AACb,CAAC,CAAC;AARW,QAAA,IAAI,QAQf"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list.js","sourceRoot":"","sources":["../../../../src/groups/endpoints/list.ts"],"names":[],"mappings":";;;AAAA,2DAAsE;AAGtE,yDAAqD;AAE9C,MAAM,IAAI,GAAG,
|
|
1
|
+
{"version":3,"file":"list.js","sourceRoot":"","sources":["../../../../src/groups/endpoints/list.ts"],"names":[],"mappings":";;;AAAA,2DAAsE;AAGtE,yDAAqD;AAE9C,MAAM,IAAI,GAAG,GAAG,EAAE;IACvB,OAAO;QACL,QAAQ,EAAE,SAAS;QACnB,MAAM,EAAE,KAAK;QACb,cAAc,EAAE,IAAA,2BAAY,EAAC,0BAAW,CAAC;KACjC,CAAC;AACb,CAAC,CAAC;AANW,QAAA,IAAI,QAMf"}
|
|
@@ -4,12 +4,14 @@ exports.list = void 0;
|
|
|
4
4
|
const listResponse_1 = require("../../utils/listResponse");
|
|
5
5
|
const hookTemplate_schema_1 = require("../models/hookTemplate.schema");
|
|
6
6
|
const list_schema_1 = require("./list.schema");
|
|
7
|
-
const list = (query = {}) =>
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
7
|
+
const list = (query = {}) => {
|
|
8
|
+
return {
|
|
9
|
+
endpoint: '/hook_templates',
|
|
10
|
+
method: 'GET',
|
|
11
|
+
query,
|
|
12
|
+
querySchema: list_schema_1.hookTemplateQuerySchema,
|
|
13
|
+
responseSchema: (0, listResponse_1.listResponse)(hookTemplate_schema_1.hookTemplateSchema),
|
|
14
|
+
};
|
|
15
|
+
};
|
|
14
16
|
exports.list = list;
|
|
15
17
|
//# sourceMappingURL=list.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list.js","sourceRoot":"","sources":["../../../../src/hookTemplates/endpoints/list.ts"],"names":[],"mappings":";;;AACA,2DAAsE;AAGtE,uEAAmE;AACnE,+CAAwD;AAMjD,MAAM,IAAI,GAAG,
|
|
1
|
+
{"version":3,"file":"list.js","sourceRoot":"","sources":["../../../../src/hookTemplates/endpoints/list.ts"],"names":[],"mappings":";;;AACA,2DAAsE;AAGtE,uEAAmE;AACnE,+CAAwD;AAMjD,MAAM,IAAI,GAAG,CAAC,QAA2B,EAAE,EAAE,EAAE;IACpD,OAAO;QACL,QAAQ,EAAE,iBAAiB;QAC3B,MAAM,EAAE,KAAK;QACb,KAAK;QACL,WAAW,EAAE,qCAAuB;QACpC,cAAc,EAAE,IAAA,2BAAY,EAAC,wCAAkB,CAAC;KACxC,CAAC;AACb,CAAC,CAAC;AARW,QAAA,IAAI,QAQf"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create.js","sourceRoot":"","sources":["../../../../src/hooks/endpoints/create.ts"],"names":[],"mappings":";;;AAGA,uDAAmD;AAGnD,mDAA0D;AA8BnD,MAAM,MAAM,GAAG,
|
|
1
|
+
{"version":3,"file":"create.js","sourceRoot":"","sources":["../../../../src/hooks/endpoints/create.ts"],"names":[],"mappings":";;;AAGA,uDAAmD;AAGnD,mDAA0D;AA8BnD,MAAM,MAAM,GAAG,CAAC,OAA0B,EAAE,EAAE;IACnD,OAAO;QACL,QAAQ,EAAE,QAAQ;QAClB,MAAM,EAAE,MAAM;QACd,cAAc,EAAE,wBAAU;QAC1B,aAAa,EAAE,uCAAuB;QACtC,OAAO;KACC,CAAC;AACb,CAAC,CAAC;AARW,QAAA,MAAM,UAQjB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"delete.js","sourceRoot":"","sources":["../../../../src/hooks/endpoints/delete.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AAIjB,MAAM,cAAc,GAAG,
|
|
1
|
+
{"version":3,"file":"delete.js","sourceRoot":"","sources":["../../../../src/hooks/endpoints/delete.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AAIjB,MAAM,cAAc,GAAG,CAAC,MAAU,EAAE,EAAE;IAC3C,OAAO;QACL,QAAQ,EAAE,UAAU,MAAM,EAAE;QAC5B,MAAM,EAAE,QAAQ;QAChB,cAAc,EAAE,OAAC,CAAC,OAAO,EAAE;KACnB,CAAC;AACb,CAAC,CAAC;AANW,QAAA,cAAc,kBAMzB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get.js","sourceRoot":"","sources":["../../../../src/hooks/endpoints/get.ts"],"names":[],"mappings":";;;AAEA,uDAAmD;AAE5C,MAAM,GAAG,GAAG,CAAC,MAAc,
|
|
1
|
+
{"version":3,"file":"get.js","sourceRoot":"","sources":["../../../../src/hooks/endpoints/get.ts"],"names":[],"mappings":";;;AAEA,uDAAmD;AAE5C,MAAM,GAAG,GAAG,CAAC,MAAc,EAAE,EAAE;IACpC,OAAO;QACL,QAAQ,EAAE,UAAU,MAAM,EAAE;QAC5B,MAAM,EAAE,KAAK;QACb,cAAc,EAAE,wBAAU;KAClB,CAAC;AACb,CAAC,CAAC;AANW,QAAA,GAAG,OAMd"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getSecretsKeys.js","sourceRoot":"","sources":["../../../../src/hooks/endpoints/getSecretsKeys.ts"],"names":[],"mappings":";;;AACA,mEAAuE;AAIhE,MAAM,cAAc,GAAG,
|
|
1
|
+
{"version":3,"file":"getSecretsKeys.js","sourceRoot":"","sources":["../../../../src/hooks/endpoints/getSecretsKeys.ts"],"names":[],"mappings":";;;AACA,mEAAuE;AAIhE,MAAM,cAAc,GAAG,CAAC,MAAc,EAAE,EAAE;IAC/C,OAAO;QACL,QAAQ,EAAE,UAAU,MAAM,eAAe;QACzC,MAAM,EAAE,KAAK;QACb,cAAc,EAAE,oDAA4B;KACpC,CAAC;AACb,CAAC,CAAC;AANW,QAAA,cAAc,kBAMzB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"invoke.js","sourceRoot":"","sources":["../../../../src/hooks/endpoints/invoke.ts"],"names":[],"mappings":";;;AAEA,mDAA4E;AAMrE,MAAM,MAAM,GAAG,
|
|
1
|
+
{"version":3,"file":"invoke.js","sourceRoot":"","sources":["../../../../src/hooks/endpoints/invoke.ts"],"names":[],"mappings":";;;AAEA,mDAA4E;AAMrE,MAAM,MAAM,GAAG,CAAC,MAAU,EAAE,OAAuB,EAAE,EAAE;IAC5D,OAAO;QACL,QAAQ,EAAE,UAAU,MAAM,SAAS;QACnC,MAAM,EAAE,MAAM;QACd,cAAc,EAAE,oCAAoB;QACpC,aAAa,EAAE,mCAAmB;QAClC,OAAO;KACC,CAAC;AACb,CAAC,CAAC;AARW,QAAA,MAAM,UAQjB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list.js","sourceRoot":"","sources":["../../../../src/hooks/endpoints/list.ts"],"names":[],"mappings":";;;AAEA,2DAAsE;AAGtE,uDAAmD;AACnD,+CAAqD;AAW9C,MAAM,IAAI,GAAG,
|
|
1
|
+
{"version":3,"file":"list.js","sourceRoot":"","sources":["../../../../src/hooks/endpoints/list.ts"],"names":[],"mappings":";;;AAEA,2DAAsE;AAGtE,uDAAmD;AACnD,+CAAqD;AAW9C,MAAM,IAAI,GAAG,CAAC,QAAwB,EAAE,EAAE,EAAE;IACjD,OAAO;QACL,QAAQ,EAAE,QAAQ;QAClB,MAAM,EAAE,KAAK;QACb,cAAc,EAAE,IAAA,2BAAY,EAAC,wBAAU,CAAC;QACxC,KAAK;QACL,WAAW,EAAE,kCAAoB;KACzB,CAAC;AACb,CAAC,CAAC;AARW,QAAA,IAAI,QAQf"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"logs.js","sourceRoot":"","sources":["../../../../src/hooks/endpoints/logs.ts"],"names":[],"mappings":";;;AAEA,+CAA4D;AAkBrD,MAAM,IAAI,GAAG,
|
|
1
|
+
{"version":3,"file":"logs.js","sourceRoot":"","sources":["../../../../src/hooks/endpoints/logs.ts"],"names":[],"mappings":";;;AAEA,+CAA4D;AAkBrD,MAAM,IAAI,GAAG,CAAC,QAAmB,EAAE,EAAE,EAAE;IAC5C,OAAO;QACL,QAAQ,EAAE,aAAa;QACvB,MAAM,EAAE,KAAK;QAEb,cAAc,EAAE,wBAAU;QAC1B,KAAK;QACL,WAAW,EAAE,6BAAe;KACpB,CAAC;AACb,CAAC,CAAC;AATW,QAAA,IAAI,QASf"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"patch.js","sourceRoot":"","sources":["../../../../src/hooks/endpoints/patch.ts"],"names":[],"mappings":";;;AAEA,uDAAmD;AAGnD,iDAAwD;AAajD,MAAM,KAAK,GAAG,
|
|
1
|
+
{"version":3,"file":"patch.js","sourceRoot":"","sources":["../../../../src/hooks/endpoints/patch.ts"],"names":[],"mappings":";;;AAEA,uDAAmD;AAGnD,iDAAwD;AAajD,MAAM,KAAK,GAAG,CAAC,MAAc,EAAE,OAAyB,EAAE,EAAE;IACjE,OAAO;QACL,QAAQ,EAAE,UAAU,MAAM,EAAE;QAC5B,MAAM,EAAE,OAAO;QACf,cAAc,EAAE,wBAAU;QAC1B,OAAO;QACP,aAAa,EAAE,qCAAsB;KAC7B,CAAC;AACb,CAAC,CAAC;AARW,QAAA,KAAK,SAQhB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"test.js","sourceRoot":"","sources":["../../../../src/hooks/endpoints/test.ts"],"names":[],"mappings":";;;AAEA,+CAAsE;AAsB/D,MAAM,IAAI,GAAG,
|
|
1
|
+
{"version":3,"file":"test.js","sourceRoot":"","sources":["../../../../src/hooks/endpoints/test.ts"],"names":[],"mappings":";;;AAEA,+CAAsE;AAsB/D,MAAM,IAAI,GAAG,CAAC,MAAc,EAAE,OAAoB,EAAE,EAAE;IAC3D,OAAO;QACL,QAAQ,EAAE,UAAU,MAAM,OAAO;QACjC,MAAM,EAAE,MAAM;QACd,aAAa,EAAE,+BAAiB;QAChC,OAAO;QACP,cAAc,EAAE,gCAAkB;KAC1B,CAAC;AACb,CAAC,CAAC;AARW,QAAA,IAAI,QAQf"}
|
|
@@ -5,7 +5,7 @@ const zod_1 = require("zod");
|
|
|
5
5
|
const hookConfig_schema_1 = require("../models/hookConfig.schema");
|
|
6
6
|
exports.testPayloadSchema = zod_1.z.object({
|
|
7
7
|
config: hookConfig_schema_1.functionConfigSchema,
|
|
8
|
-
payload: zod_1.z.unknown(),
|
|
8
|
+
payload: zod_1.z.unknown().optional(),
|
|
9
9
|
});
|
|
10
10
|
exports.testResponseSchema = zod_1.z.object({
|
|
11
11
|
log: zod_1.z.string(),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"test.schema.js","sourceRoot":"","sources":["../../../../src/hooks/endpoints/test.schema.ts"],"names":[],"mappings":";;;AACA,6BAAwB;AACxB,mEAAmE;AAEtD,QAAA,iBAAiB,GAAG,OAAC,CAAC,MAAM,CAAC;IACxC,MAAM,EAAE,wCAAoB;IAC5B,OAAO,EAAE,OAAC,CAAC,OAAO,EAAE;
|
|
1
|
+
{"version":3,"file":"test.schema.js","sourceRoot":"","sources":["../../../../src/hooks/endpoints/test.schema.ts"],"names":[],"mappings":";;;AACA,6BAAwB;AACxB,mEAAmE;AAEtD,QAAA,iBAAiB,GAAG,OAAC,CAAC,MAAM,CAAC;IACxC,MAAM,EAAE,wCAAoB;IAC5B,OAAO,EAAE,OAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;CAChC,CAAC,CAAC;AAEU,QAAA,kBAAkB,GAAG,OAAC,CAAC,MAAM,CAAC;IACzC,GAAG,EAAE,OAAC,CAAC,MAAM,EAAE;IACf,QAAQ,EAAE,OAAC;SACR,MAAM,CAAC;QACN,QAAQ,EAAE,OAAC,CAAC,KAAK,CAAC,OAAC,CAAC,OAAO,EAAE,CAAC;QAC9B,UAAU,EAAE,OAAC,CAAC,KAAK,CAAC,OAAC,CAAC,OAAO,EAAE,CAAC;QAChC,iBAAiB,EAAE,OAAC,CAAC,KAAK,CAAC,OAAC,CAAC,OAAO,EAAE,CAAC;QACvC,mBAAmB,EAAE,OAAC,CAAC,KAAK,CAAC,OAAC,CAAC,OAAO,EAAE,CAAC;KAC1C,CAAC;SACD,OAAO,EAAE;IACZ,UAAU,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CAClC,CAAC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create.js","sourceRoot":"","sources":["../../../../src/inboxes/endpoints/create.ts"],"names":[],"mappings":";;;AAEA,yDAAqD;AACrD,mDAA2D;AAUpD,MAAM,MAAM,GAAG,
|
|
1
|
+
{"version":3,"file":"create.js","sourceRoot":"","sources":["../../../../src/inboxes/endpoints/create.ts"],"names":[],"mappings":";;;AAEA,yDAAqD;AACrD,mDAA2D;AAUpD,MAAM,MAAM,GAAG,CAAC,OAA2B,EAAE,EAAE;IACpD,OAAO;QACL,QAAQ,EAAE,UAAU;QACpB,MAAM,EAAE,MAAM;QACd,cAAc,EAAE,0BAAW;QAC3B,aAAa,EAAE,wCAAwB;QACvC,OAAO;KACC,CAAC;AACb,CAAC,CAAC;AARW,QAAA,MAAM,UAQjB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get.js","sourceRoot":"","sources":["../../../../src/inboxes/endpoints/get.ts"],"names":[],"mappings":";;;AAEA,yDAAqD;AAE9C,MAAM,GAAG,GAAG,
|
|
1
|
+
{"version":3,"file":"get.js","sourceRoot":"","sources":["../../../../src/inboxes/endpoints/get.ts"],"names":[],"mappings":";;;AAEA,yDAAqD;AAE9C,MAAM,GAAG,GAAG,CAAC,OAAe,EAAE,EAAE;IACrC,OAAO;QACL,QAAQ,EAAE,YAAY,OAAO,EAAE;QAC/B,MAAM,EAAE,KAAK;QACb,cAAc,EAAE,0BAAW;KACnB,CAAC;AACb,CAAC,CAAC;AANW,QAAA,GAAG,OAMd"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list.js","sourceRoot":"","sources":["../../../../src/inboxes/endpoints/list.ts"],"names":[],"mappings":";;;AAAA,2DAAsE;AAGtE,yDAAqD;AACrD,+CAAuD;AAKhD,MAAM,IAAI,GAAG,
|
|
1
|
+
{"version":3,"file":"list.js","sourceRoot":"","sources":["../../../../src/inboxes/endpoints/list.ts"],"names":[],"mappings":";;;AAAA,2DAAsE;AAGtE,yDAAqD;AACrD,+CAAuD;AAKhD,MAAM,IAAI,GAAG,CAAC,KAAuB,EAAE,EAAE;IAC9C,OAAO;QACL,MAAM,EAAE,KAAK;QACb,QAAQ,EAAE,UAAU;QACpB,cAAc,EAAE,IAAA,2BAAY,EAAC,0BAAW,CAAC;QACzC,KAAK;QACL,WAAW,EAAE,oCAAsB;KAC3B,CAAC;AACb,CAAC,CAAC;AARW,QAAA,IAAI,QAQf"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"patch.js","sourceRoot":"","sources":["../../../../src/inboxes/endpoints/patch.ts"],"names":[],"mappings":";;;AAGA,yDAAqD;AACrD,iDAAyD;AAUlD,MAAM,KAAK,GAAG,
|
|
1
|
+
{"version":3,"file":"patch.js","sourceRoot":"","sources":["../../../../src/inboxes/endpoints/patch.ts"],"names":[],"mappings":";;;AAGA,yDAAqD;AACrD,iDAAyD;AAUlD,MAAM,KAAK,GAAG,CAAC,OAAW,EAAE,UAA6B,EAAE,EAAE,EAAE;IACpE,OAAO;QACL,QAAQ,EAAE,YAAY,OAAO,EAAE;QAC/B,MAAM,EAAE,OAAO;QACf,cAAc,EAAE,0BAAW;QAC3B,OAAO;QACP,aAAa,EAAE,sCAAuB;KAC9B,CAAC;AACb,CAAC,CAAC;AARW,QAAA,KAAK,SAQhB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"domainSettings.js","sourceRoot":"","sources":["../../../../src/internal/endpoints/domainSettings.ts"],"names":[],"mappings":";;;AACA,mEAGiC;AAiB1B,MAAM,cAAc,GAAG,
|
|
1
|
+
{"version":3,"file":"domainSettings.js","sourceRoot":"","sources":["../../../../src/internal/endpoints/domainSettings.ts"],"names":[],"mappings":";;;AACA,mEAGiC;AAiB1B,MAAM,cAAc,GAAG,CAAC,KAA0B,EAAE,EAAE;IAC3D,OAAO;QACL,QAAQ,EAAE,2BAA2B;QACrC,MAAM,EAAE,KAAK;QACb,cAAc,EAAE,oDAA4B;QAC5C,KAAK;QACL,WAAW,EAAE,iDAAyB;KAC9B,CAAC;AACb,CAAC,CAAC;AARW,QAAA,cAAc,kBAQzB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"generateRejectionEmail.js","sourceRoot":"","sources":["../../../../src/internal/endpoints/generateRejectionEmail.ts"],"names":[],"mappings":";;;AAGA,mFAGyC;AAuBlC,MAAM,sBAAsB,GAAG,
|
|
1
|
+
{"version":3,"file":"generateRejectionEmail.js","sourceRoot":"","sources":["../../../../src/internal/endpoints/generateRejectionEmail.ts"],"names":[],"mappings":";;;AAGA,mFAGyC;AAuBlC,MAAM,sBAAsB,GAAG,CAAC,OAAiC,EAAE,EAAE;IAC1E,OAAO;QACL,QAAQ,EAAE,oCAAoC;QAC9C,MAAM,EAAE,MAAM;QACd,cAAc,EAAE,sDAAsB;QACtC,aAAa,EAAE,8DAA8B;QAC7C,OAAO;KACC,CAAC;AACb,CAAC,CAAC;AARW,QAAA,sBAAsB,0BAQjC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"requestDemo.js","sourceRoot":"","sources":["../../../../src/internal/endpoints/requestDemo.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AAExB,6DAAgE;AAQzD,MAAM,WAAW,GAAG,
|
|
1
|
+
{"version":3,"file":"requestDemo.js","sourceRoot":"","sources":["../../../../src/internal/endpoints/requestDemo.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AAExB,6DAAgE;AAQzD,MAAM,WAAW,GAAG,CAAC,OAA2B,EAAE,EAAE;IACzD,OAAO;QACL,QAAQ,EAAE,wBAAwB;QAClC,MAAM,EAAE,MAAM;QACd,cAAc,EAAE,OAAC,CAAC,OAAO,EAAE;QAC3B,OAAO;QACP,aAAa,EAAE,6CAAwB;KAC/B,CAAC;AACb,CAAC,CAAC;AARW,QAAA,WAAW,eAQtB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"requestExtension.js","sourceRoot":"","sources":["../../../../src/internal/endpoints/requestExtension.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AAExB,uEAA0E;AAUnE,MAAM,gBAAgB,GAAG,
|
|
1
|
+
{"version":3,"file":"requestExtension.js","sourceRoot":"","sources":["../../../../src/internal/endpoints/requestExtension.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AAExB,uEAA0E;AAUnE,MAAM,gBAAgB,GAAG,CAAC,OAAgC,EAAE,EAAE;IACnE,OAAO;QACL,QAAQ,EAAE,6BAA6B;QACvC,MAAM,EAAE,MAAM;QACd,cAAc,EAAE,OAAC,CAAC,OAAO,EAAE;QAC3B,OAAO;QACP,aAAa,EAAE,uDAA6B;KACpC,CAAC;AACb,CAAC,CAAC;AARW,QAAA,gBAAgB,oBAQ3B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"apply.js","sourceRoot":"","sources":["../../../../src/labels/endpoints/apply.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AAGxB,iDAAyD;AAYlD,MAAM,KAAK,GAAG,
|
|
1
|
+
{"version":3,"file":"apply.js","sourceRoot":"","sources":["../../../../src/labels/endpoints/apply.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AAGxB,iDAAyD;AAYlD,MAAM,KAAK,GAAG,CAAC,OAA0B,EAAE,EAAE;IAClD,OAAO;QACL,QAAQ,EAAE,eAAe;QACzB,MAAM,EAAE,MAAM;QACd,OAAO;QACP,cAAc,EAAE,OAAC,CAAC,OAAO,EAAE;QAC3B,aAAa,EAAE,sCAAuB;KAC9B,CAAC;AACb,CAAC,CAAC;AARW,QAAA,KAAK,SAQhB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create.js","sourceRoot":"","sources":["../../../../src/labels/endpoints/create.ts"],"names":[],"mappings":";;;AAEA,yDAAqD;AACrD,mDAA2D;AAMpD,MAAM,MAAM,GAAG,
|
|
1
|
+
{"version":3,"file":"create.js","sourceRoot":"","sources":["../../../../src/labels/endpoints/create.ts"],"names":[],"mappings":";;;AAEA,yDAAqD;AACrD,mDAA2D;AAMpD,MAAM,MAAM,GAAG,CAAC,OAA2B,EAAE,EAAE;IACpD,OAAO;QACL,QAAQ,EAAE,SAAS;QACnB,MAAM,EAAE,MAAM;QACd,OAAO;QACP,cAAc,EAAE,0BAAW;QAC3B,aAAa,EAAE,wCAAwB;KAC/B,CAAC;AACb,CAAC,CAAC;AARW,QAAA,MAAM,UAQjB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"delete.js","sourceRoot":"","sources":["../../../../src/labels/endpoints/delete.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AAIjB,MAAM,cAAc,GAAG,
|
|
1
|
+
{"version":3,"file":"delete.js","sourceRoot":"","sources":["../../../../src/labels/endpoints/delete.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AAIjB,MAAM,cAAc,GAAG,CAAC,EAAM,EAAE,EAAE;IACvC,OAAO;QACL,QAAQ,EAAE,WAAW,EAAE,EAAE;QACzB,MAAM,EAAE,QAAQ;QAChB,cAAc,EAAE,OAAC,CAAC,OAAO,EAAE;KACnB,CAAC;AACb,CAAC,CAAC;AANW,QAAA,cAAc,kBAMzB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list.js","sourceRoot":"","sources":["../../../../src/labels/endpoints/list.ts"],"names":[],"mappings":";;;AACA,mEAAqE;AACrE,2DAAsE;AAGtE,yDAAqD;AAE9C,MAAM,IAAI,GAAG,
|
|
1
|
+
{"version":3,"file":"list.js","sourceRoot":"","sources":["../../../../src/labels/endpoints/list.ts"],"names":[],"mappings":";;;AACA,mEAAqE;AACrE,2DAAsE;AAGtE,yDAAqD;AAE9C,MAAM,IAAI,GAAG,CAAC,KAAsB,EAAE,EAAE;IAC7C,OAAO;QACL,QAAQ,EAAE,SAAS;QACnB,MAAM,EAAE,KAAK;QACb,cAAc,EAAE,IAAA,2BAAY,EAAC,0BAAW,CAAC;QACzC,KAAK;QACL,WAAW,EAAE,wCAAqB;KAC1B,CAAC;AACb,CAAC,CAAC;AARW,QAAA,IAAI,QAQf"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"patch.js","sourceRoot":"","sources":["../../../../src/labels/endpoints/patch.ts"],"names":[],"mappings":";;;AAGA,yDAAqD;AACrD,iDAAyD;AAIlD,MAAM,KAAK,GAAG,
|
|
1
|
+
{"version":3,"file":"patch.js","sourceRoot":"","sources":["../../../../src/labels/endpoints/patch.ts"],"names":[],"mappings":";;;AAGA,yDAAqD;AACrD,iDAAyD;AAIlD,MAAM,KAAK,GAAG,CAAC,OAAW,EAAE,OAA0B,EAAE,EAAE;IAC/D,OAAO;QACL,QAAQ,EAAE,WAAW,OAAO,EAAE;QAC9B,MAAM,EAAE,OAAO;QACf,OAAO;QACP,cAAc,EAAE,0BAAW;QAC3B,aAAa,EAAE,sCAAuB;KAC9B,CAAC;AACb,CAAC,CAAC;AARW,QAAA,KAAK,SAQhB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"chameleon.js","sourceRoot":"","sources":["../../../../src/manage/endpoints/chameleon.ts"],"names":[],"mappings":";;;AACA,yDAAoD;AAM7C,MAAM,SAAS,GAAG,
|
|
1
|
+
{"version":3,"file":"chameleon.js","sourceRoot":"","sources":["../../../../src/manage/endpoints/chameleon.ts"],"names":[],"mappings":";;;AACA,yDAAoD;AAM7C,MAAM,SAAS,GAAG,CAAC,GAAW,EAAE,EAAE;IACvC,OAAO;QACL,MAAM,EAAE,KAAK;QACb,QAAQ,EAAE,GAAG;QACb,cAAc,EAAd,iCAAc;KACN,CAAC;AACb,CAAC,CAAC;AANW,QAAA,SAAS,aAMpB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create.js","sourceRoot":"","sources":["../../../../src/memberships/endpoints/create.ts"],"names":[],"mappings":";;;AAGA,mEAA+D;AAC/D,mDAAgE;AAQzD,MAAM,MAAM,GAAG,
|
|
1
|
+
{"version":3,"file":"create.js","sourceRoot":"","sources":["../../../../src/memberships/endpoints/create.ts"],"names":[],"mappings":";;;AAGA,mEAA+D;AAC/D,mDAAgE;AAQzD,MAAM,MAAM,GAAG,CAAC,mBAAuB,EAAE,OAAgC,EAAE,EAAE;IAClF,OAAO;QACL,QAAQ,EAAE,wBAAwB,mBAAmB,cAAc;QACnE,MAAM,EAAE,MAAM;QACd,cAAc,EAAE,oCAAgB;QAChC,aAAa,EAAE,6CAA6B;QAC5C,OAAO;KACC,CAAC;AACb,CAAC,CAAC;AARW,QAAA,MAAM,UAQjB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create.js","sourceRoot":"","sources":["../../../../src/organization/endpoints/create.ts"],"names":[],"mappings":";;;AAEA,mDAGyB;AAoBlB,MAAM,MAAM,GAAG,
|
|
1
|
+
{"version":3,"file":"create.js","sourceRoot":"","sources":["../../../../src/organization/endpoints/create.ts"],"names":[],"mappings":";;;AAEA,mDAGyB;AAoBlB,MAAM,MAAM,GAAG,CAAC,OAAkC,EAAE,EAAE;IAC3D,OAAO;QACL,SAAS,EAAE,KAAK;QAChB,QAAQ,EAAE,uBAAuB;QACjC,MAAM,EAAE,MAAM;QACd,cAAc,EAAE,gDAAgC;QAChD,aAAa,EAAE,+CAA+B;QAC9C,OAAO;KACC,CAAC;AACb,CAAC,CAAC;AATW,QAAA,MAAM,UASjB"}
|
|
@@ -14,7 +14,7 @@ exports.createOrganizationPayloadSchema = zod_1.z.object({
|
|
|
14
14
|
userFullname: zod_1.z.string(),
|
|
15
15
|
userEmail: zod_1.z.string(),
|
|
16
16
|
userPassword: zod_1.z.string(),
|
|
17
|
-
userUiSettings: zod_1.z.unknown(),
|
|
17
|
+
userUiSettings: zod_1.z.unknown().optional(),
|
|
18
18
|
createKey: zod_1.z.string(),
|
|
19
19
|
domain: zod_1.z.string().optional(),
|
|
20
20
|
phoneNumber: zod_1.z.string().optional(),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create.schema.js","sourceRoot":"","sources":["../../../../src/organization/endpoints/create.schema.ts"],"names":[],"mappings":";;;AACA,6BAAwB;AACxB,uEAAmE;AAEtD,QAAA,gCAAgC,GAAG,OAAC,CAAC,MAAM,CAAC;IACvD,YAAY,EAAE,wCAAkB;IAChC,GAAG,EAAE,OAAC,CAAC,MAAM,EAAE;IACf,MAAM,EAAE,OAAC,CAAC,MAAM,EAAE;CACnB,CAAC,CAAC;AAEU,QAAA,+BAA+B,GAAG,OAAC,CAAC,MAAM,CAAC;IACtD,YAAY,EAAE,OAAC,CAAC,MAAM,EAAE;IACxB,gBAAgB,EAAE,OAAC,CAAC,MAAM,EAAE;IAC5B,YAAY,EAAE,OAAC,CAAC,MAAM,EAAE;IACxB,SAAS,EAAE,OAAC,CAAC,MAAM,EAAE;IACrB,YAAY,EAAE,OAAC,CAAC,MAAM,EAAE;IACxB,cAAc,EAAE,OAAC,CAAC,OAAO,EAAE;
|
|
1
|
+
{"version":3,"file":"create.schema.js","sourceRoot":"","sources":["../../../../src/organization/endpoints/create.schema.ts"],"names":[],"mappings":";;;AACA,6BAAwB;AACxB,uEAAmE;AAEtD,QAAA,gCAAgC,GAAG,OAAC,CAAC,MAAM,CAAC;IACvD,YAAY,EAAE,wCAAkB;IAChC,GAAG,EAAE,OAAC,CAAC,MAAM,EAAE;IACf,MAAM,EAAE,OAAC,CAAC,MAAM,EAAE;CACnB,CAAC,CAAC;AAEU,QAAA,+BAA+B,GAAG,OAAC,CAAC,MAAM,CAAC;IACtD,YAAY,EAAE,OAAC,CAAC,MAAM,EAAE;IACxB,gBAAgB,EAAE,OAAC,CAAC,MAAM,EAAE;IAC5B,YAAY,EAAE,OAAC,CAAC,MAAM,EAAE;IACxB,SAAS,EAAE,OAAC,CAAC,MAAM,EAAE;IACrB,YAAY,EAAE,OAAC,CAAC,MAAM,EAAE;IACxB,cAAc,EAAE,OAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;IACtC,SAAS,EAAE,OAAC,CAAC,MAAM,EAAE;IACrB,MAAM,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC7B,WAAW,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CACnC,CAAC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get.js","sourceRoot":"","sources":["../../../../src/organization/endpoints/get.ts"],"names":[],"mappings":";;;AAGA,uEAAmE;AAE5D,MAAM,GAAG,GAAG,
|
|
1
|
+
{"version":3,"file":"get.js","sourceRoot":"","sources":["../../../../src/organization/endpoints/get.ts"],"names":[],"mappings":";;;AAGA,uEAAmE;AAE5D,MAAM,GAAG,GAAG,CAAC,cAAkB,EAAE,EAAE;IACxC,OAAO;QACL,QAAQ,EAAE,kBAAkB,cAAc,EAAE;QAC5C,MAAM,EAAE,KAAK;QACb,cAAc,EAAE,wCAAkB;KAC1B,CAAC;AACb,CAAC,CAAC;AANW,QAAA,GAAG,OAMd"}
|