@rossum/api-client 0.1.26 → 0.1.30

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.
Files changed (141) hide show
  1. package/index.js +72 -72
  2. package/index.js.map +1 -1
  3. package/package.json +3 -2
  4. package/src/hooks/endpoints/runs.js.map +1 -1
  5. package/src/hooks/endpoints/runs.schema.js +4 -0
  6. package/src/hooks/endpoints/runs.schema.js.map +1 -1
  7. package/src/hooks/endpoints/test.schema.js +2 -2
  8. package/src/hooks/endpoints/test.schema.js.map +1 -1
  9. package/src/hooks/models/hookUtils.schema.js +2 -0
  10. package/src/hooks/models/hookUtils.schema.js.map +1 -1
  11. package/src/internal/endpoints/rules/evaluateRules.js.map +1 -1
  12. package/src/internal/endpoints/rules/evaluateRules.schema.js +2 -0
  13. package/src/internal/endpoints/rules/evaluateRules.schema.js.map +1 -1
  14. package/src/internal/endpoints/schemas/evaluateFormulas.schema.js +2 -2
  15. package/src/internal/endpoints/schemas/evaluateFormulas.schema.js.map +1 -1
  16. package/src/internal/endpoints/schemas/formulasInfo.schema.js +1 -1
  17. package/src/internal/endpoints/schemas/formulasInfo.schema.js.map +1 -1
  18. package/src/queues/endpoints/automationSetup.js +15 -0
  19. package/src/queues/endpoints/automationSetup.js.map +1 -0
  20. package/src/queues/endpoints/index.js +2 -0
  21. package/src/queues/endpoints/index.js.map +1 -1
  22. package/src/queues/models/automationSetup.js +3 -0
  23. package/src/queues/models/automationSetup.js.map +1 -0
  24. package/src/queues/models/automationSetup.schema.js +49 -0
  25. package/src/queues/models/automationSetup.schema.js.map +1 -0
  26. package/src/queues/models/queueSettings.schema.js +1 -0
  27. package/src/queues/models/queueSettings.schema.js.map +1 -1
  28. package/src/rules/models/schemaRule.schema.js +1 -0
  29. package/src/rules/models/schemaRule.schema.js.map +1 -1
  30. package/src/schemas/models/schemaDatapointBase.schema.js +2 -0
  31. package/src/schemas/models/schemaDatapointBase.schema.js.map +1 -1
  32. package/src/shared/models/annotationListTable.schema.js +12 -1
  33. package/src/shared/models/annotationListTable.schema.js.map +1 -1
  34. package/src/utils/requestConfig.js +5 -4
  35. package/src/utils/requestConfig.js.map +1 -1
  36. package/src/utils/requestResponse.js +2 -2
  37. package/src/utils/requestResponse.js.map +1 -1
  38. package/types/index.d.ts +851 -316
  39. package/types/src/annotations/endpoints/index.d.ts +36 -22
  40. package/types/src/annotations/endpoints/list.d.ts +18 -11
  41. package/types/src/annotations/endpoints/search.d.ts +18 -11
  42. package/types/src/annotations/models/annotationListSideload.schema.d.ts +18 -11
  43. package/types/src/engines/endpoints/index.d.ts +18 -11
  44. package/types/src/engines/endpoints/queueStats.d.ts +18 -11
  45. package/types/src/engines/endpoints/queueStats.schema.d.ts +18 -11
  46. package/types/src/hookTemplates/endpoints/get.d.ts +9 -9
  47. package/types/src/hookTemplates/endpoints/index.d.ts +24 -24
  48. package/types/src/hookTemplates/endpoints/list.d.ts +15 -15
  49. package/types/src/hookTemplates/models/hookTemplate.schema.d.ts +9 -9
  50. package/types/src/hooks/endpoints/create.d.ts +9 -9
  51. package/types/src/hooks/endpoints/createFromTemplate.d.ts +12 -12
  52. package/types/src/hooks/endpoints/createFromTemplate.schema.d.ts +3 -3
  53. package/types/src/hooks/endpoints/get.d.ts +9 -9
  54. package/types/src/hooks/endpoints/index.d.ts +97 -81
  55. package/types/src/hooks/endpoints/list.d.ts +18 -18
  56. package/types/src/hooks/endpoints/list.schema.d.ts +3 -3
  57. package/types/src/hooks/endpoints/patch.d.ts +18 -18
  58. package/types/src/hooks/endpoints/patch.schema.d.ts +9 -9
  59. package/types/src/hooks/endpoints/runs.d.ts +29 -9
  60. package/types/src/hooks/endpoints/runs.schema.d.ts +21 -9
  61. package/types/src/hooks/endpoints/test.d.ts +8 -8
  62. package/types/src/hooks/endpoints/test.schema.d.ts +6 -6
  63. package/types/src/hooks/models/hook.schema.d.ts +21 -21
  64. package/types/src/hooks/models/hookUtils.d.ts +2 -2
  65. package/types/src/hooks/models/hookUtils.schema.d.ts +3 -3
  66. package/types/src/hooks/models/run.schema.d.ts +5 -5
  67. package/types/src/internal/endpoints/index.d.ts +2609 -1457
  68. package/types/src/internal/endpoints/rules/evaluateRules.d.ts +337 -188
  69. package/types/src/internal/endpoints/rules/evaluateRules.schema.d.ts +335 -188
  70. package/types/src/internal/endpoints/rules/suggestRule.d.ts +327 -183
  71. package/types/src/internal/endpoints/rules/suggestRule.schema.d.ts +332 -188
  72. package/types/src/internal/endpoints/rules/suggestTriggerCondition.d.ts +327 -183
  73. package/types/src/internal/endpoints/rules/suggestTriggerCondition.schema.d.ts +327 -183
  74. package/types/src/internal/endpoints/rules/suggestTriggerConditionSummary.d.ts +327 -183
  75. package/types/src/internal/endpoints/rules/suggestTriggerConditionSummary.schema.d.ts +327 -183
  76. package/types/src/internal/endpoints/schemas/evaluateFormulas.d.ts +330 -189
  77. package/types/src/internal/endpoints/schemas/evaluateFormulas.schema.d.ts +328 -187
  78. package/types/src/internal/endpoints/schemas/formulaSummary.d.ts +320 -176
  79. package/types/src/internal/endpoints/schemas/formulaSummary.schema.d.ts +320 -176
  80. package/types/src/internal/endpoints/schemas/formulasInfo.d.ts +326 -182
  81. package/types/src/internal/endpoints/schemas/formulasInfo.schema.d.ts +325 -181
  82. package/types/src/internal/endpoints/schemas/suggestFormula.d.ts +320 -176
  83. package/types/src/internal/endpoints/schemas/suggestFormula.schema.d.ts +320 -176
  84. package/types/src/organization/endpoints/create.d.ts +11 -11
  85. package/types/src/organization/endpoints/create.schema.d.ts +11 -11
  86. package/types/src/organization/endpoints/get.d.ts +9 -9
  87. package/types/src/organization/endpoints/index.d.ts +49 -49
  88. package/types/src/organization/endpoints/list.d.ts +11 -11
  89. package/types/src/organization/endpoints/patch.d.ts +18 -18
  90. package/types/src/organization/models/organization.schema.d.ts +9 -9
  91. package/types/src/queues/endpoints/automationSetup.d.ts +462 -0
  92. package/types/src/queues/endpoints/create.d.ts +14 -9
  93. package/types/src/queues/endpoints/createFromTemplate.d.ts +14 -9
  94. package/types/src/queues/endpoints/duplicate.d.ts +14 -9
  95. package/types/src/queues/endpoints/get.d.ts +14 -9
  96. package/types/src/queues/endpoints/index.d.ts +563 -65
  97. package/types/src/queues/endpoints/list.d.ts +18 -11
  98. package/types/src/queues/endpoints/patch.d.ts +28 -18
  99. package/types/src/queues/endpoints/patch.schema.d.ts +14 -9
  100. package/types/src/queues/models/automationSetup.d.ts +42 -0
  101. package/types/src/queues/models/automationSetup.schema.d.ts +751 -0
  102. package/types/src/queues/models/queue.schema.d.ts +14 -9
  103. package/types/src/queues/models/queueSettings.d.ts +1 -0
  104. package/types/src/queues/models/queueSettings.schema.d.ts +10 -7
  105. package/types/src/rule-templates/endpoints/create.d.ts +10 -10
  106. package/types/src/rule-templates/endpoints/create.schema.d.ts +5 -5
  107. package/types/src/rule-templates/endpoints/get.d.ts +5 -5
  108. package/types/src/rule-templates/endpoints/index.d.ts +32 -32
  109. package/types/src/rule-templates/endpoints/list.d.ts +7 -7
  110. package/types/src/rule-templates/endpoints/patch.d.ts +10 -10
  111. package/types/src/rule-templates/endpoints/patch.schema.d.ts +5 -5
  112. package/types/src/rule-templates/models/ruleTemplate.schema.d.ts +5 -5
  113. package/types/src/rules/endpoints/create.d.ts +10 -10
  114. package/types/src/rules/endpoints/create.schema.d.ts +5 -5
  115. package/types/src/rules/endpoints/get.d.ts +5 -5
  116. package/types/src/rules/endpoints/index.d.ts +32 -32
  117. package/types/src/rules/endpoints/list.d.ts +7 -7
  118. package/types/src/rules/endpoints/patch.d.ts +10 -10
  119. package/types/src/rules/endpoints/patch.schema.d.ts +5 -5
  120. package/types/src/rules/models/schemaRule.d.ts +1 -1
  121. package/types/src/rules/models/schemaRule.schema.d.ts +11 -11
  122. package/types/src/schemas/endpoints/create.d.ts +320 -176
  123. package/types/src/schemas/endpoints/get.d.ts +320 -176
  124. package/types/src/schemas/endpoints/list.d.ts +384 -208
  125. package/types/src/schemas/endpoints/patch.d.ts +640 -352
  126. package/types/src/schemas/endpoints/patch.schema.d.ts +320 -176
  127. package/types/src/schemas/endpoints/validate.d.ts +672 -368
  128. package/types/src/schemas/models/schema.schema.d.ts +320 -176
  129. package/types/src/schemas/models/schemaDatapoint.schema.d.ts +32 -20
  130. package/types/src/schemas/models/schemaDatapointBase.d.ts +2 -1
  131. package/types/src/schemas/models/schemaDatapointBase.schema.d.ts +12 -9
  132. package/types/src/schemas/models/schemaDatapointDate.schema.d.ts +8 -5
  133. package/types/src/schemas/models/schemaDatapointEnum.schema.d.ts +8 -5
  134. package/types/src/schemas/models/schemaDatapointNumber.schema.d.ts +8 -5
  135. package/types/src/schemas/models/schemaDatapointString.schema.d.ts +8 -5
  136. package/types/src/schemas/models/schemaItem.schema.d.ts +192 -112
  137. package/types/src/schemas/models/schemaMultivalue.schema.d.ts +112 -64
  138. package/types/src/schemas/models/schemaSection.schema.d.ts +256 -144
  139. package/types/src/schemas/models/schemaTuple.schema.d.ts +48 -28
  140. package/types/src/shared/models/annotationListTable.d.ts +11 -1
  141. package/types/src/shared/models/annotationListTable.schema.d.ts +99 -15
package/types/index.d.ts CHANGED
@@ -5734,7 +5734,7 @@ declare const endpoints1: {
5734
5734
  }>>;
5735
5735
  annotationListTable: z.ZodOptional<z.ZodOptional<z.ZodObject<{
5736
5736
  columns: z.ZodArray<z.ZodUnion<[z.ZodObject<{
5737
- metaName: z.ZodUnion<[z.ZodLiteral<"original_file_name">, z.ZodLiteral<"queue">, z.ZodLiteral<"status">, z.ZodLiteral<"labels">, z.ZodLiteral<"details">, z.ZodUnion<[z.ZodLiteral<"created_at">, z.ZodLiteral<"modified_at">, z.ZodLiteral<"exported_at">, z.ZodLiteral<"confirmed_at">, z.ZodLiteral<"rejected_at">, z.ZodLiteral<"deleted_at">, z.ZodLiteral<"assigned_at">, z.ZodLiteral<"export_failed_at">]>, z.ZodUnion<[z.ZodLiteral<"exported_by">, z.ZodLiteral<"confirmed_by">, z.ZodLiteral<"rejected_by">, z.ZodLiteral<"deleted_by">, z.ZodLiteral<"modifier">, z.ZodLiteral<"assignees">]>]>;
5737
+ metaName: z.ZodUnion<[z.ZodLiteral<"original_file_name">, z.ZodLiteral<"queue">, z.ZodLiteral<"status">, z.ZodLiteral<"labels">, z.ZodLiteral<"details">, z.ZodUnion<[z.ZodLiteral<"created_at">, z.ZodLiteral<"modified_at">, z.ZodLiteral<"exported_at">, z.ZodLiteral<"confirmed_at">, z.ZodLiteral<"rejected_at">, z.ZodLiteral<"deleted_at">, z.ZodLiteral<"assigned_at">, z.ZodLiteral<"export_failed_at">]>, z.ZodUnion<[z.ZodLiteral<"exported_by">, z.ZodLiteral<"confirmed_by">, z.ZodLiteral<"rejected_by">, z.ZodLiteral<"deleted_by">, z.ZodLiteral<"modifier">, z.ZodLiteral<"assignees">, z.ZodLiteral<"creator">]>]>;
5738
5738
  columnType: z.ZodLiteral<"meta">;
5739
5739
  visible: z.ZodBoolean;
5740
5740
  width: z.ZodNumber;
@@ -5742,12 +5742,12 @@ declare const endpoints1: {
5742
5742
  width: number;
5743
5743
  columnType: "meta";
5744
5744
  visible: boolean;
5745
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
5745
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
5746
5746
  }, {
5747
5747
  width: number;
5748
5748
  columnType: "meta";
5749
5749
  visible: boolean;
5750
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
5750
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
5751
5751
  }>, z.ZodObject<{
5752
5752
  schemaId: z.ZodString;
5753
5753
  dataType: z.ZodUnion<[z.ZodLiteral<"number">, z.ZodLiteral<"string">, z.ZodLiteral<"date">, z.ZodLiteral<"boolean">]>;
@@ -5782,7 +5782,7 @@ declare const endpoints1: {
5782
5782
  width: number;
5783
5783
  columnType: "meta";
5784
5784
  visible: boolean;
5785
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
5785
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
5786
5786
  })[];
5787
5787
  }, {
5788
5788
  columns: ({
@@ -5796,11 +5796,12 @@ declare const endpoints1: {
5796
5796
  width: number;
5797
5797
  columnType: "meta";
5798
5798
  visible: boolean;
5799
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
5799
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
5800
5800
  })[];
5801
5801
  }>>>;
5802
5802
  uploadValues: z.ZodOptional<z.ZodOptional<z.ZodUnknown>>;
5803
5803
  complexTables: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
5804
+ uiUploadEnabled: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
5804
5805
  }, "strip", z.ZodTypeAny, {
5805
5806
  columns?: {
5806
5807
  schemaId: string;
@@ -5866,11 +5867,12 @@ declare const endpoints1: {
5866
5867
  width: number;
5867
5868
  columnType: "meta";
5868
5869
  visible: boolean;
5869
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
5870
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
5870
5871
  })[];
5871
5872
  } | undefined;
5872
5873
  uploadValues?: unknown;
5873
5874
  complexTables?: boolean | undefined;
5875
+ uiUploadEnabled?: boolean | undefined;
5874
5876
  }, {
5875
5877
  columns?: {
5876
5878
  schemaId: string;
@@ -5936,11 +5938,12 @@ declare const endpoints1: {
5936
5938
  width: number;
5937
5939
  columnType: "meta";
5938
5940
  visible: boolean;
5939
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
5941
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
5940
5942
  })[];
5941
5943
  } | undefined;
5942
5944
  uploadValues?: unknown;
5943
5945
  complexTables?: boolean | undefined;
5946
+ uiUploadEnabled?: boolean | undefined;
5944
5947
  }>;
5945
5948
  documentLifetime: z.ZodNullable<z.ZodString>;
5946
5949
  dedicatedEngine: z.ZodNullable<z.ZodString>;
@@ -6038,11 +6041,12 @@ declare const endpoints1: {
6038
6041
  width: number;
6039
6042
  columnType: "meta";
6040
6043
  visible: boolean;
6041
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
6044
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
6042
6045
  })[];
6043
6046
  } | undefined;
6044
6047
  uploadValues?: unknown;
6045
6048
  complexTables?: boolean | undefined;
6049
+ uiUploadEnabled?: boolean | undefined;
6046
6050
  };
6047
6051
  documentLifetime: string | null;
6048
6052
  dedicatedEngine: string | null;
@@ -6139,11 +6143,12 @@ declare const endpoints1: {
6139
6143
  width: number;
6140
6144
  columnType: "meta";
6141
6145
  visible: boolean;
6142
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
6146
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
6143
6147
  })[];
6144
6148
  } | undefined;
6145
6149
  uploadValues?: unknown;
6146
6150
  complexTables?: boolean | undefined;
6151
+ uiUploadEnabled?: boolean | undefined;
6147
6152
  };
6148
6153
  documentLifetime: string | null;
6149
6154
  dedicatedEngine: string | null;
@@ -6899,11 +6904,12 @@ declare const endpoints1: {
6899
6904
  width: number;
6900
6905
  columnType: "meta";
6901
6906
  visible: boolean;
6902
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
6907
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
6903
6908
  })[];
6904
6909
  } | undefined;
6905
6910
  uploadValues?: unknown;
6906
6911
  complexTables?: boolean | undefined;
6912
+ uiUploadEnabled?: boolean | undefined;
6907
6913
  };
6908
6914
  documentLifetime: string | null;
6909
6915
  dedicatedEngine: string | null;
@@ -7390,11 +7396,12 @@ declare const endpoints1: {
7390
7396
  width: number;
7391
7397
  columnType: "meta";
7392
7398
  visible: boolean;
7393
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
7399
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
7394
7400
  })[];
7395
7401
  } | undefined;
7396
7402
  uploadValues?: unknown;
7397
7403
  complexTables?: boolean | undefined;
7404
+ uiUploadEnabled?: boolean | undefined;
7398
7405
  };
7399
7406
  documentLifetime: string | null;
7400
7407
  dedicatedEngine: string | null;
@@ -10398,7 +10405,7 @@ declare const endpoints1: {
10398
10405
  }>>;
10399
10406
  annotationListTable: z.ZodOptional<z.ZodOptional<z.ZodObject<{
10400
10407
  columns: z.ZodArray<z.ZodUnion<[z.ZodObject<{
10401
- metaName: z.ZodUnion<[z.ZodLiteral<"original_file_name">, z.ZodLiteral<"queue">, z.ZodLiteral<"status">, z.ZodLiteral<"labels">, z.ZodLiteral<"details">, z.ZodUnion<[z.ZodLiteral<"created_at">, z.ZodLiteral<"modified_at">, z.ZodLiteral<"exported_at">, z.ZodLiteral<"confirmed_at">, z.ZodLiteral<"rejected_at">, z.ZodLiteral<"deleted_at">, z.ZodLiteral<"assigned_at">, z.ZodLiteral<"export_failed_at">]>, z.ZodUnion<[z.ZodLiteral<"exported_by">, z.ZodLiteral<"confirmed_by">, z.ZodLiteral<"rejected_by">, z.ZodLiteral<"deleted_by">, z.ZodLiteral<"modifier">, z.ZodLiteral<"assignees">]>]>;
10408
+ metaName: z.ZodUnion<[z.ZodLiteral<"original_file_name">, z.ZodLiteral<"queue">, z.ZodLiteral<"status">, z.ZodLiteral<"labels">, z.ZodLiteral<"details">, z.ZodUnion<[z.ZodLiteral<"created_at">, z.ZodLiteral<"modified_at">, z.ZodLiteral<"exported_at">, z.ZodLiteral<"confirmed_at">, z.ZodLiteral<"rejected_at">, z.ZodLiteral<"deleted_at">, z.ZodLiteral<"assigned_at">, z.ZodLiteral<"export_failed_at">]>, z.ZodUnion<[z.ZodLiteral<"exported_by">, z.ZodLiteral<"confirmed_by">, z.ZodLiteral<"rejected_by">, z.ZodLiteral<"deleted_by">, z.ZodLiteral<"modifier">, z.ZodLiteral<"assignees">, z.ZodLiteral<"creator">]>]>;
10402
10409
  columnType: z.ZodLiteral<"meta">;
10403
10410
  visible: z.ZodBoolean;
10404
10411
  width: z.ZodNumber;
@@ -10406,12 +10413,12 @@ declare const endpoints1: {
10406
10413
  width: number;
10407
10414
  columnType: "meta";
10408
10415
  visible: boolean;
10409
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
10416
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
10410
10417
  }, {
10411
10418
  width: number;
10412
10419
  columnType: "meta";
10413
10420
  visible: boolean;
10414
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
10421
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
10415
10422
  }>, z.ZodObject<{
10416
10423
  schemaId: z.ZodString;
10417
10424
  dataType: z.ZodUnion<[z.ZodLiteral<"number">, z.ZodLiteral<"string">, z.ZodLiteral<"date">, z.ZodLiteral<"boolean">]>;
@@ -10446,7 +10453,7 @@ declare const endpoints1: {
10446
10453
  width: number;
10447
10454
  columnType: "meta";
10448
10455
  visible: boolean;
10449
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
10456
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
10450
10457
  })[];
10451
10458
  }, {
10452
10459
  columns: ({
@@ -10460,11 +10467,12 @@ declare const endpoints1: {
10460
10467
  width: number;
10461
10468
  columnType: "meta";
10462
10469
  visible: boolean;
10463
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
10470
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
10464
10471
  })[];
10465
10472
  }>>>;
10466
10473
  uploadValues: z.ZodOptional<z.ZodOptional<z.ZodUnknown>>;
10467
10474
  complexTables: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
10475
+ uiUploadEnabled: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
10468
10476
  }, "strip", z.ZodTypeAny, {
10469
10477
  columns?: {
10470
10478
  schemaId: string;
@@ -10530,11 +10538,12 @@ declare const endpoints1: {
10530
10538
  width: number;
10531
10539
  columnType: "meta";
10532
10540
  visible: boolean;
10533
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
10541
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
10534
10542
  })[];
10535
10543
  } | undefined;
10536
10544
  uploadValues?: unknown;
10537
10545
  complexTables?: boolean | undefined;
10546
+ uiUploadEnabled?: boolean | undefined;
10538
10547
  }, {
10539
10548
  columns?: {
10540
10549
  schemaId: string;
@@ -10600,11 +10609,12 @@ declare const endpoints1: {
10600
10609
  width: number;
10601
10610
  columnType: "meta";
10602
10611
  visible: boolean;
10603
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
10612
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
10604
10613
  })[];
10605
10614
  } | undefined;
10606
10615
  uploadValues?: unknown;
10607
10616
  complexTables?: boolean | undefined;
10617
+ uiUploadEnabled?: boolean | undefined;
10608
10618
  }>;
10609
10619
  documentLifetime: z.ZodNullable<z.ZodString>;
10610
10620
  dedicatedEngine: z.ZodNullable<z.ZodString>;
@@ -10702,11 +10712,12 @@ declare const endpoints1: {
10702
10712
  width: number;
10703
10713
  columnType: "meta";
10704
10714
  visible: boolean;
10705
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
10715
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
10706
10716
  })[];
10707
10717
  } | undefined;
10708
10718
  uploadValues?: unknown;
10709
10719
  complexTables?: boolean | undefined;
10720
+ uiUploadEnabled?: boolean | undefined;
10710
10721
  };
10711
10722
  documentLifetime: string | null;
10712
10723
  dedicatedEngine: string | null;
@@ -10803,11 +10814,12 @@ declare const endpoints1: {
10803
10814
  width: number;
10804
10815
  columnType: "meta";
10805
10816
  visible: boolean;
10806
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
10817
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
10807
10818
  })[];
10808
10819
  } | undefined;
10809
10820
  uploadValues?: unknown;
10810
10821
  complexTables?: boolean | undefined;
10822
+ uiUploadEnabled?: boolean | undefined;
10811
10823
  };
10812
10824
  documentLifetime: string | null;
10813
10825
  dedicatedEngine: string | null;
@@ -11563,11 +11575,12 @@ declare const endpoints1: {
11563
11575
  width: number;
11564
11576
  columnType: "meta";
11565
11577
  visible: boolean;
11566
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
11578
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
11567
11579
  })[];
11568
11580
  } | undefined;
11569
11581
  uploadValues?: unknown;
11570
11582
  complexTables?: boolean | undefined;
11583
+ uiUploadEnabled?: boolean | undefined;
11571
11584
  };
11572
11585
  documentLifetime: string | null;
11573
11586
  dedicatedEngine: string | null;
@@ -12054,11 +12067,12 @@ declare const endpoints1: {
12054
12067
  width: number;
12055
12068
  columnType: "meta";
12056
12069
  visible: boolean;
12057
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
12070
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
12058
12071
  })[];
12059
12072
  } | undefined;
12060
12073
  uploadValues?: unknown;
12061
12074
  complexTables?: boolean | undefined;
12075
+ uiUploadEnabled?: boolean | undefined;
12062
12076
  };
12063
12077
  documentLifetime: string | null;
12064
12078
  dedicatedEngine: string | null;
@@ -16965,7 +16979,7 @@ declare const endpoints1: {
16965
16979
  }>>;
16966
16980
  annotationListTable: z.ZodOptional<z.ZodOptional<z.ZodObject<{
16967
16981
  columns: z.ZodArray<z.ZodUnion<[z.ZodObject<{
16968
- metaName: z.ZodUnion<[z.ZodLiteral<"original_file_name">, z.ZodLiteral<"queue">, z.ZodLiteral<"status">, z.ZodLiteral<"labels">, z.ZodLiteral<"details">, z.ZodUnion<[z.ZodLiteral<"created_at">, z.ZodLiteral<"modified_at">, z.ZodLiteral<"exported_at">, z.ZodLiteral<"confirmed_at">, z.ZodLiteral<"rejected_at">, z.ZodLiteral<"deleted_at">, z.ZodLiteral<"assigned_at">, z.ZodLiteral<"export_failed_at">]>, z.ZodUnion<[z.ZodLiteral<"exported_by">, z.ZodLiteral<"confirmed_by">, z.ZodLiteral<"rejected_by">, z.ZodLiteral<"deleted_by">, z.ZodLiteral<"modifier">, z.ZodLiteral<"assignees">]>]>;
16982
+ metaName: z.ZodUnion<[z.ZodLiteral<"original_file_name">, z.ZodLiteral<"queue">, z.ZodLiteral<"status">, z.ZodLiteral<"labels">, z.ZodLiteral<"details">, z.ZodUnion<[z.ZodLiteral<"created_at">, z.ZodLiteral<"modified_at">, z.ZodLiteral<"exported_at">, z.ZodLiteral<"confirmed_at">, z.ZodLiteral<"rejected_at">, z.ZodLiteral<"deleted_at">, z.ZodLiteral<"assigned_at">, z.ZodLiteral<"export_failed_at">]>, z.ZodUnion<[z.ZodLiteral<"exported_by">, z.ZodLiteral<"confirmed_by">, z.ZodLiteral<"rejected_by">, z.ZodLiteral<"deleted_by">, z.ZodLiteral<"modifier">, z.ZodLiteral<"assignees">, z.ZodLiteral<"creator">]>]>;
16969
16983
  columnType: z.ZodLiteral<"meta">;
16970
16984
  visible: z.ZodBoolean;
16971
16985
  width: z.ZodNumber;
@@ -16973,12 +16987,12 @@ declare const endpoints1: {
16973
16987
  width: number;
16974
16988
  columnType: "meta";
16975
16989
  visible: boolean;
16976
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
16990
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
16977
16991
  }, {
16978
16992
  width: number;
16979
16993
  columnType: "meta";
16980
16994
  visible: boolean;
16981
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
16995
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
16982
16996
  }>, z.ZodObject<{
16983
16997
  schemaId: z.ZodString;
16984
16998
  dataType: z.ZodUnion<[z.ZodLiteral<"number">, z.ZodLiteral<"string">, z.ZodLiteral<"date">, z.ZodLiteral<"boolean">]>;
@@ -17013,7 +17027,7 @@ declare const endpoints1: {
17013
17027
  width: number;
17014
17028
  columnType: "meta";
17015
17029
  visible: boolean;
17016
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
17030
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
17017
17031
  })[];
17018
17032
  }, {
17019
17033
  columns: ({
@@ -17027,11 +17041,12 @@ declare const endpoints1: {
17027
17041
  width: number;
17028
17042
  columnType: "meta";
17029
17043
  visible: boolean;
17030
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
17044
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
17031
17045
  })[];
17032
17046
  }>>>;
17033
17047
  uploadValues: z.ZodOptional<z.ZodOptional<z.ZodUnknown>>;
17034
17048
  complexTables: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
17049
+ uiUploadEnabled: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
17035
17050
  }, "strip", z.ZodTypeAny, {
17036
17051
  columns?: {
17037
17052
  schemaId: string;
@@ -17097,11 +17112,12 @@ declare const endpoints1: {
17097
17112
  width: number;
17098
17113
  columnType: "meta";
17099
17114
  visible: boolean;
17100
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
17115
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
17101
17116
  })[];
17102
17117
  } | undefined;
17103
17118
  uploadValues?: unknown;
17104
17119
  complexTables?: boolean | undefined;
17120
+ uiUploadEnabled?: boolean | undefined;
17105
17121
  }, {
17106
17122
  columns?: {
17107
17123
  schemaId: string;
@@ -17167,11 +17183,12 @@ declare const endpoints1: {
17167
17183
  width: number;
17168
17184
  columnType: "meta";
17169
17185
  visible: boolean;
17170
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
17186
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
17171
17187
  })[];
17172
17188
  } | undefined;
17173
17189
  uploadValues?: unknown;
17174
17190
  complexTables?: boolean | undefined;
17191
+ uiUploadEnabled?: boolean | undefined;
17175
17192
  }>;
17176
17193
  documentLifetime: z.ZodNullable<z.ZodString>;
17177
17194
  dedicatedEngine: z.ZodNullable<z.ZodString>;
@@ -17269,11 +17286,12 @@ declare const endpoints1: {
17269
17286
  width: number;
17270
17287
  columnType: "meta";
17271
17288
  visible: boolean;
17272
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
17289
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
17273
17290
  })[];
17274
17291
  } | undefined;
17275
17292
  uploadValues?: unknown;
17276
17293
  complexTables?: boolean | undefined;
17294
+ uiUploadEnabled?: boolean | undefined;
17277
17295
  };
17278
17296
  documentLifetime: string | null;
17279
17297
  dedicatedEngine: string | null;
@@ -17370,11 +17388,12 @@ declare const endpoints1: {
17370
17388
  width: number;
17371
17389
  columnType: "meta";
17372
17390
  visible: boolean;
17373
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
17391
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
17374
17392
  })[];
17375
17393
  } | undefined;
17376
17394
  uploadValues?: unknown;
17377
17395
  complexTables?: boolean | undefined;
17396
+ uiUploadEnabled?: boolean | undefined;
17378
17397
  };
17379
17398
  documentLifetime: string | null;
17380
17399
  dedicatedEngine: string | null;
@@ -17473,11 +17492,12 @@ declare const endpoints1: {
17473
17492
  width: number;
17474
17493
  columnType: "meta";
17475
17494
  visible: boolean;
17476
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
17495
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
17477
17496
  })[];
17478
17497
  } | undefined;
17479
17498
  uploadValues?: unknown;
17480
17499
  complexTables?: boolean | undefined;
17500
+ uiUploadEnabled?: boolean | undefined;
17481
17501
  };
17482
17502
  documentLifetime: string | null;
17483
17503
  dedicatedEngine: string | null;
@@ -17576,11 +17596,12 @@ declare const endpoints1: {
17576
17596
  width: number;
17577
17597
  columnType: "meta";
17578
17598
  visible: boolean;
17579
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
17599
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
17580
17600
  })[];
17581
17601
  } | undefined;
17582
17602
  uploadValues?: unknown;
17583
17603
  complexTables?: boolean | undefined;
17604
+ uiUploadEnabled?: boolean | undefined;
17584
17605
  };
17585
17606
  documentLifetime: string | null;
17586
17607
  dedicatedEngine: string | null;
@@ -21969,7 +21990,7 @@ declare const endpoints2: {
21969
21990
  }>;
21970
21991
  readonly payload: import("./src/hooks/endpoints").TestPayload;
21971
21992
  readonly responseSchema: z.ZodObject<{
21972
- log: z.ZodString;
21993
+ log: z.ZodNullable<z.ZodString>;
21973
21994
  response: z.ZodObject<{
21974
21995
  messages: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
21975
21996
  operations: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
@@ -21986,7 +22007,7 @@ declare const endpoints2: {
21986
22007
  updatedDatapoints?: unknown[] | undefined;
21987
22008
  suggestedOperations?: unknown[] | undefined;
21988
22009
  }>;
21989
- stacktrace: z.ZodOptional<z.ZodString>;
22010
+ stacktrace: z.ZodNullable<z.ZodOptional<z.ZodString>>;
21990
22011
  }, "strip", z.ZodTypeAny, {
21991
22012
  response: {
21992
22013
  messages?: unknown[] | undefined;
@@ -21994,8 +22015,8 @@ declare const endpoints2: {
21994
22015
  updatedDatapoints?: unknown[] | undefined;
21995
22016
  suggestedOperations?: unknown[] | undefined;
21996
22017
  };
21997
- log: string;
21998
- stacktrace?: string | undefined;
22018
+ log: string | null;
22019
+ stacktrace?: string | null | undefined;
21999
22020
  }, {
22000
22021
  response: {
22001
22022
  messages?: unknown[] | undefined;
@@ -22003,8 +22024,8 @@ declare const endpoints2: {
22003
22024
  updatedDatapoints?: unknown[] | undefined;
22004
22025
  suggestedOperations?: unknown[] | undefined;
22005
22026
  };
22006
- log: string;
22007
- stacktrace?: string | undefined;
22027
+ log: string | null;
22028
+ stacktrace?: string | null | undefined;
22008
22029
  }>;
22009
22030
  };
22010
22031
  cancelRun: (runUuid: string) => {
@@ -22028,7 +22049,7 @@ declare const endpoints2: {
22028
22049
  queues: z.ZodArray<z.ZodString, "many">;
22029
22050
  runAfter: z.ZodArray<z.ZodString, "many">;
22030
22051
  active: z.ZodBoolean;
22031
- events: z.ZodArray<z.ZodUnion<[z.ZodLiteral<"annotation_content.confirm">, z.ZodLiteral<"annotation_content.export">, z.ZodLiteral<"annotation_content.initialize">, z.ZodLiteral<"annotation_content.started">, z.ZodLiteral<"annotation_content.updated">, z.ZodLiteral<"annotation_content.user_update">, z.ZodLiteral<"annotation_content">, z.ZodLiteral<"annotation_status.changed">, z.ZodLiteral<"annotation_status">, z.ZodLiteral<"upload.created">, z.ZodLiteral<"upload">, z.ZodLiteral<"email.received">, z.ZodLiteral<"email">, z.ZodLiteral<"invocation.manual">, z.ZodLiteral<"invocation.scheduled">, z.ZodLiteral<"invocation.integration">, z.ZodLiteral<"invocation">]>, "many">;
22052
+ events: z.ZodArray<z.ZodUnion<[z.ZodLiteral<"annotation_content.confirm">, z.ZodLiteral<"annotation_content.export">, z.ZodLiteral<"annotation_content.initialize">, z.ZodLiteral<"annotation_content.started">, z.ZodLiteral<"annotation_content.updated">, z.ZodLiteral<"annotation_content.user_update">, z.ZodLiteral<"annotation_content">, z.ZodLiteral<"annotation_status.changed">, z.ZodLiteral<"annotation_status">, z.ZodLiteral<"upload.created">, z.ZodLiteral<"upload">, z.ZodLiteral<"email.received">, z.ZodLiteral<"email">, z.ZodLiteral<"invocation.manual">, z.ZodLiteral<"invocation.scheduled">, z.ZodLiteral<"invocation.integration">, z.ZodLiteral<"invocation.interface">, z.ZodLiteral<"invocation">]>, "many">;
22032
22053
  sideload: z.ZodArray<z.ZodString, "many">;
22033
22054
  metadata: z.ZodOptional<z.ZodUnknown>;
22034
22055
  tokenOwner: z.ZodNullable<z.ZodString>;
@@ -22051,7 +22072,7 @@ declare const endpoints2: {
22051
22072
  description: string | null;
22052
22073
  runAfter: string[];
22053
22074
  active: boolean;
22054
- events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration")[];
22075
+ events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration" | "invocation.interface")[];
22055
22076
  sideload: string[];
22056
22077
  tokenOwner: string | null;
22057
22078
  extensionSource: "custom" | "rossum_store";
@@ -22073,7 +22094,7 @@ declare const endpoints2: {
22073
22094
  description: string | null;
22074
22095
  runAfter: string[];
22075
22096
  active: boolean;
22076
- events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration")[];
22097
+ events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration" | "invocation.interface")[];
22077
22098
  sideload: string[];
22078
22099
  tokenOwner: string | null;
22079
22100
  extensionSource: "custom" | "rossum_store";
@@ -22195,7 +22216,7 @@ declare const endpoints2: {
22195
22216
  queues: z.ZodArray<z.ZodString, "many">;
22196
22217
  runAfter: z.ZodArray<z.ZodString, "many">;
22197
22218
  active: z.ZodBoolean;
22198
- events: z.ZodArray<z.ZodUnion<[z.ZodLiteral<"annotation_content.confirm">, z.ZodLiteral<"annotation_content.export">, z.ZodLiteral<"annotation_content.initialize">, z.ZodLiteral<"annotation_content.started">, z.ZodLiteral<"annotation_content.updated">, z.ZodLiteral<"annotation_content.user_update">, z.ZodLiteral<"annotation_content">, z.ZodLiteral<"annotation_status.changed">, z.ZodLiteral<"annotation_status">, z.ZodLiteral<"upload.created">, z.ZodLiteral<"upload">, z.ZodLiteral<"email.received">, z.ZodLiteral<"email">, z.ZodLiteral<"invocation.manual">, z.ZodLiteral<"invocation.scheduled">, z.ZodLiteral<"invocation.integration">, z.ZodLiteral<"invocation">]>, "many">;
22219
+ events: z.ZodArray<z.ZodUnion<[z.ZodLiteral<"annotation_content.confirm">, z.ZodLiteral<"annotation_content.export">, z.ZodLiteral<"annotation_content.initialize">, z.ZodLiteral<"annotation_content.started">, z.ZodLiteral<"annotation_content.updated">, z.ZodLiteral<"annotation_content.user_update">, z.ZodLiteral<"annotation_content">, z.ZodLiteral<"annotation_status.changed">, z.ZodLiteral<"annotation_status">, z.ZodLiteral<"upload.created">, z.ZodLiteral<"upload">, z.ZodLiteral<"email.received">, z.ZodLiteral<"email">, z.ZodLiteral<"invocation.manual">, z.ZodLiteral<"invocation.scheduled">, z.ZodLiteral<"invocation.integration">, z.ZodLiteral<"invocation.interface">, z.ZodLiteral<"invocation">]>, "many">;
22199
22220
  sideload: z.ZodArray<z.ZodString, "many">;
22200
22221
  metadata: z.ZodOptional<z.ZodUnknown>;
22201
22222
  tokenOwner: z.ZodNullable<z.ZodString>;
@@ -22218,7 +22239,7 @@ declare const endpoints2: {
22218
22239
  description: string | null;
22219
22240
  runAfter: string[];
22220
22241
  active: boolean;
22221
- events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration")[];
22242
+ events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration" | "invocation.interface")[];
22222
22243
  sideload: string[];
22223
22244
  tokenOwner: string | null;
22224
22245
  extensionSource: "custom" | "rossum_store";
@@ -22240,7 +22261,7 @@ declare const endpoints2: {
22240
22261
  description: string | null;
22241
22262
  runAfter: string[];
22242
22263
  active: boolean;
22243
- events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration")[];
22264
+ events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration" | "invocation.interface")[];
22244
22265
  sideload: string[];
22245
22266
  tokenOwner: string | null;
22246
22267
  extensionSource: "custom" | "rossum_store";
@@ -22355,7 +22376,7 @@ declare const endpoints2: {
22355
22376
  queues: z.ZodArray<z.ZodString, "many">;
22356
22377
  runAfter: z.ZodArray<z.ZodString, "many">;
22357
22378
  active: z.ZodBoolean;
22358
- events: z.ZodArray<z.ZodUnion<[z.ZodLiteral<"annotation_content.confirm">, z.ZodLiteral<"annotation_content.export">, z.ZodLiteral<"annotation_content.initialize">, z.ZodLiteral<"annotation_content.started">, z.ZodLiteral<"annotation_content.updated">, z.ZodLiteral<"annotation_content.user_update">, z.ZodLiteral<"annotation_content">, z.ZodLiteral<"annotation_status.changed">, z.ZodLiteral<"annotation_status">, z.ZodLiteral<"upload.created">, z.ZodLiteral<"upload">, z.ZodLiteral<"email.received">, z.ZodLiteral<"email">, z.ZodLiteral<"invocation.manual">, z.ZodLiteral<"invocation.scheduled">, z.ZodLiteral<"invocation.integration">, z.ZodLiteral<"invocation">]>, "many">;
22379
+ events: z.ZodArray<z.ZodUnion<[z.ZodLiteral<"annotation_content.confirm">, z.ZodLiteral<"annotation_content.export">, z.ZodLiteral<"annotation_content.initialize">, z.ZodLiteral<"annotation_content.started">, z.ZodLiteral<"annotation_content.updated">, z.ZodLiteral<"annotation_content.user_update">, z.ZodLiteral<"annotation_content">, z.ZodLiteral<"annotation_status.changed">, z.ZodLiteral<"annotation_status">, z.ZodLiteral<"upload.created">, z.ZodLiteral<"upload">, z.ZodLiteral<"email.received">, z.ZodLiteral<"email">, z.ZodLiteral<"invocation.manual">, z.ZodLiteral<"invocation.scheduled">, z.ZodLiteral<"invocation.integration">, z.ZodLiteral<"invocation.interface">, z.ZodLiteral<"invocation">]>, "many">;
22359
22380
  sideload: z.ZodArray<z.ZodString, "many">;
22360
22381
  metadata: z.ZodOptional<z.ZodUnknown>;
22361
22382
  tokenOwner: z.ZodNullable<z.ZodString>;
@@ -22378,7 +22399,7 @@ declare const endpoints2: {
22378
22399
  description: string | null;
22379
22400
  runAfter: string[];
22380
22401
  active: boolean;
22381
- events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration")[];
22402
+ events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration" | "invocation.interface")[];
22382
22403
  sideload: string[];
22383
22404
  tokenOwner: string | null;
22384
22405
  extensionSource: "custom" | "rossum_store";
@@ -22400,7 +22421,7 @@ declare const endpoints2: {
22400
22421
  description: string | null;
22401
22422
  runAfter: string[];
22402
22423
  active: boolean;
22403
- events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration")[];
22424
+ events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration" | "invocation.interface")[];
22404
22425
  sideload: string[];
22405
22426
  tokenOwner: string | null;
22406
22427
  extensionSource: "custom" | "rossum_store";
@@ -22776,7 +22797,7 @@ declare const endpoints2: {
22776
22797
  queues: z.ZodArray<z.ZodString, "many">;
22777
22798
  runAfter: z.ZodArray<z.ZodString, "many">;
22778
22799
  active: z.ZodBoolean;
22779
- events: z.ZodArray<z.ZodUnion<[z.ZodLiteral<"annotation_content.confirm">, z.ZodLiteral<"annotation_content.export">, z.ZodLiteral<"annotation_content.initialize">, z.ZodLiteral<"annotation_content.started">, z.ZodLiteral<"annotation_content.updated">, z.ZodLiteral<"annotation_content.user_update">, z.ZodLiteral<"annotation_content">, z.ZodLiteral<"annotation_status.changed">, z.ZodLiteral<"annotation_status">, z.ZodLiteral<"upload.created">, z.ZodLiteral<"upload">, z.ZodLiteral<"email.received">, z.ZodLiteral<"email">, z.ZodLiteral<"invocation.manual">, z.ZodLiteral<"invocation.scheduled">, z.ZodLiteral<"invocation.integration">, z.ZodLiteral<"invocation">]>, "many">;
22800
+ events: z.ZodArray<z.ZodUnion<[z.ZodLiteral<"annotation_content.confirm">, z.ZodLiteral<"annotation_content.export">, z.ZodLiteral<"annotation_content.initialize">, z.ZodLiteral<"annotation_content.started">, z.ZodLiteral<"annotation_content.updated">, z.ZodLiteral<"annotation_content.user_update">, z.ZodLiteral<"annotation_content">, z.ZodLiteral<"annotation_status.changed">, z.ZodLiteral<"annotation_status">, z.ZodLiteral<"upload.created">, z.ZodLiteral<"upload">, z.ZodLiteral<"email.received">, z.ZodLiteral<"email">, z.ZodLiteral<"invocation.manual">, z.ZodLiteral<"invocation.scheduled">, z.ZodLiteral<"invocation.integration">, z.ZodLiteral<"invocation.interface">, z.ZodLiteral<"invocation">]>, "many">;
22780
22801
  sideload: z.ZodArray<z.ZodString, "many">;
22781
22802
  metadata: z.ZodOptional<z.ZodUnknown>;
22782
22803
  tokenOwner: z.ZodNullable<z.ZodString>;
@@ -22799,7 +22820,7 @@ declare const endpoints2: {
22799
22820
  description: string | null;
22800
22821
  runAfter: string[];
22801
22822
  active: boolean;
22802
- events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration")[];
22823
+ events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration" | "invocation.interface")[];
22803
22824
  sideload: string[];
22804
22825
  tokenOwner: string | null;
22805
22826
  extensionSource: "custom" | "rossum_store";
@@ -22821,7 +22842,7 @@ declare const endpoints2: {
22821
22842
  description: string | null;
22822
22843
  runAfter: string[];
22823
22844
  active: boolean;
22824
- events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration")[];
22845
+ events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration" | "invocation.interface")[];
22825
22846
  sideload: string[];
22826
22847
  tokenOwner: string | null;
22827
22848
  extensionSource: "custom" | "rossum_store";
@@ -22943,7 +22964,7 @@ declare const endpoints2: {
22943
22964
  queues: z.ZodArray<z.ZodString, "many">;
22944
22965
  runAfter: z.ZodArray<z.ZodString, "many">;
22945
22966
  active: z.ZodBoolean;
22946
- events: z.ZodArray<z.ZodUnion<[z.ZodLiteral<"annotation_content.confirm">, z.ZodLiteral<"annotation_content.export">, z.ZodLiteral<"annotation_content.initialize">, z.ZodLiteral<"annotation_content.started">, z.ZodLiteral<"annotation_content.updated">, z.ZodLiteral<"annotation_content.user_update">, z.ZodLiteral<"annotation_content">, z.ZodLiteral<"annotation_status.changed">, z.ZodLiteral<"annotation_status">, z.ZodLiteral<"upload.created">, z.ZodLiteral<"upload">, z.ZodLiteral<"email.received">, z.ZodLiteral<"email">, z.ZodLiteral<"invocation.manual">, z.ZodLiteral<"invocation.scheduled">, z.ZodLiteral<"invocation.integration">, z.ZodLiteral<"invocation">]>, "many">;
22967
+ events: z.ZodArray<z.ZodUnion<[z.ZodLiteral<"annotation_content.confirm">, z.ZodLiteral<"annotation_content.export">, z.ZodLiteral<"annotation_content.initialize">, z.ZodLiteral<"annotation_content.started">, z.ZodLiteral<"annotation_content.updated">, z.ZodLiteral<"annotation_content.user_update">, z.ZodLiteral<"annotation_content">, z.ZodLiteral<"annotation_status.changed">, z.ZodLiteral<"annotation_status">, z.ZodLiteral<"upload.created">, z.ZodLiteral<"upload">, z.ZodLiteral<"email.received">, z.ZodLiteral<"email">, z.ZodLiteral<"invocation.manual">, z.ZodLiteral<"invocation.scheduled">, z.ZodLiteral<"invocation.integration">, z.ZodLiteral<"invocation.interface">, z.ZodLiteral<"invocation">]>, "many">;
22947
22968
  sideload: z.ZodArray<z.ZodString, "many">;
22948
22969
  metadata: z.ZodOptional<z.ZodUnknown>;
22949
22970
  tokenOwner: z.ZodNullable<z.ZodString>;
@@ -22966,7 +22987,7 @@ declare const endpoints2: {
22966
22987
  description: string | null;
22967
22988
  runAfter: string[];
22968
22989
  active: boolean;
22969
- events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration")[];
22990
+ events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration" | "invocation.interface")[];
22970
22991
  sideload: string[];
22971
22992
  tokenOwner: string | null;
22972
22993
  extensionSource: "custom" | "rossum_store";
@@ -22988,7 +23009,7 @@ declare const endpoints2: {
22988
23009
  description: string | null;
22989
23010
  runAfter: string[];
22990
23011
  active: boolean;
22991
- events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration")[];
23012
+ events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration" | "invocation.interface")[];
22992
23013
  sideload: string[];
22993
23014
  tokenOwner: string | null;
22994
23015
  extensionSource: "custom" | "rossum_store";
@@ -23103,7 +23124,7 @@ declare const endpoints2: {
23103
23124
  queues: z.ZodArray<z.ZodString, "many">;
23104
23125
  runAfter: z.ZodArray<z.ZodString, "many">;
23105
23126
  active: z.ZodBoolean;
23106
- events: z.ZodArray<z.ZodUnion<[z.ZodLiteral<"annotation_content.confirm">, z.ZodLiteral<"annotation_content.export">, z.ZodLiteral<"annotation_content.initialize">, z.ZodLiteral<"annotation_content.started">, z.ZodLiteral<"annotation_content.updated">, z.ZodLiteral<"annotation_content.user_update">, z.ZodLiteral<"annotation_content">, z.ZodLiteral<"annotation_status.changed">, z.ZodLiteral<"annotation_status">, z.ZodLiteral<"upload.created">, z.ZodLiteral<"upload">, z.ZodLiteral<"email.received">, z.ZodLiteral<"email">, z.ZodLiteral<"invocation.manual">, z.ZodLiteral<"invocation.scheduled">, z.ZodLiteral<"invocation.integration">, z.ZodLiteral<"invocation">]>, "many">;
23127
+ events: z.ZodArray<z.ZodUnion<[z.ZodLiteral<"annotation_content.confirm">, z.ZodLiteral<"annotation_content.export">, z.ZodLiteral<"annotation_content.initialize">, z.ZodLiteral<"annotation_content.started">, z.ZodLiteral<"annotation_content.updated">, z.ZodLiteral<"annotation_content.user_update">, z.ZodLiteral<"annotation_content">, z.ZodLiteral<"annotation_status.changed">, z.ZodLiteral<"annotation_status">, z.ZodLiteral<"upload.created">, z.ZodLiteral<"upload">, z.ZodLiteral<"email.received">, z.ZodLiteral<"email">, z.ZodLiteral<"invocation.manual">, z.ZodLiteral<"invocation.scheduled">, z.ZodLiteral<"invocation.integration">, z.ZodLiteral<"invocation.interface">, z.ZodLiteral<"invocation">]>, "many">;
23107
23128
  sideload: z.ZodArray<z.ZodString, "many">;
23108
23129
  metadata: z.ZodOptional<z.ZodUnknown>;
23109
23130
  tokenOwner: z.ZodNullable<z.ZodString>;
@@ -23126,7 +23147,7 @@ declare const endpoints2: {
23126
23147
  description: string | null;
23127
23148
  runAfter: string[];
23128
23149
  active: boolean;
23129
- events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration")[];
23150
+ events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration" | "invocation.interface")[];
23130
23151
  sideload: string[];
23131
23152
  tokenOwner: string | null;
23132
23153
  extensionSource: "custom" | "rossum_store";
@@ -23148,7 +23169,7 @@ declare const endpoints2: {
23148
23169
  description: string | null;
23149
23170
  runAfter: string[];
23150
23171
  active: boolean;
23151
- events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration")[];
23172
+ events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration" | "invocation.interface")[];
23152
23173
  sideload: string[];
23153
23174
  tokenOwner: string | null;
23154
23175
  extensionSource: "custom" | "rossum_store";
@@ -23248,19 +23269,19 @@ declare const endpoints2: {
23248
23269
  readonly payloadSchema: z.ZodObject<{
23249
23270
  name: z.ZodString;
23250
23271
  hookTemplate: z.ZodString;
23251
- events: z.ZodArray<z.ZodUnion<[z.ZodLiteral<"annotation_content.confirm">, z.ZodLiteral<"annotation_content.export">, z.ZodLiteral<"annotation_content.initialize">, z.ZodLiteral<"annotation_content.started">, z.ZodLiteral<"annotation_content.updated">, z.ZodLiteral<"annotation_content.user_update">, z.ZodLiteral<"annotation_content">, z.ZodLiteral<"annotation_status.changed">, z.ZodLiteral<"annotation_status">, z.ZodLiteral<"upload.created">, z.ZodLiteral<"upload">, z.ZodLiteral<"email.received">, z.ZodLiteral<"email">, z.ZodLiteral<"invocation.manual">, z.ZodLiteral<"invocation.scheduled">, z.ZodLiteral<"invocation.integration">, z.ZodLiteral<"invocation">]>, "many">;
23272
+ events: z.ZodArray<z.ZodUnion<[z.ZodLiteral<"annotation_content.confirm">, z.ZodLiteral<"annotation_content.export">, z.ZodLiteral<"annotation_content.initialize">, z.ZodLiteral<"annotation_content.started">, z.ZodLiteral<"annotation_content.updated">, z.ZodLiteral<"annotation_content.user_update">, z.ZodLiteral<"annotation_content">, z.ZodLiteral<"annotation_status.changed">, z.ZodLiteral<"annotation_status">, z.ZodLiteral<"upload.created">, z.ZodLiteral<"upload">, z.ZodLiteral<"email.received">, z.ZodLiteral<"email">, z.ZodLiteral<"invocation.manual">, z.ZodLiteral<"invocation.scheduled">, z.ZodLiteral<"invocation.integration">, z.ZodLiteral<"invocation.interface">, z.ZodLiteral<"invocation">]>, "many">;
23252
23273
  queues: z.ZodArray<z.ZodString, "many">;
23253
23274
  tokenOwner: z.ZodNullable<z.ZodString>;
23254
23275
  }, "strip", z.ZodTypeAny, {
23255
23276
  name: string;
23256
23277
  queues: string[];
23257
- events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration")[];
23278
+ events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration" | "invocation.interface")[];
23258
23279
  tokenOwner: string | null;
23259
23280
  hookTemplate: string;
23260
23281
  }, {
23261
23282
  name: string;
23262
23283
  queues: string[];
23263
- events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration")[];
23284
+ events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration" | "invocation.interface")[];
23264
23285
  tokenOwner: string | null;
23265
23286
  hookTemplate: string;
23266
23287
  }>;
@@ -23280,7 +23301,7 @@ declare const endpoints2: {
23280
23301
  queues: z.ZodArray<z.ZodString, "many">;
23281
23302
  runAfter: z.ZodArray<z.ZodString, "many">;
23282
23303
  active: z.ZodBoolean;
23283
- events: z.ZodArray<z.ZodUnion<[z.ZodLiteral<"annotation_content.confirm">, z.ZodLiteral<"annotation_content.export">, z.ZodLiteral<"annotation_content.initialize">, z.ZodLiteral<"annotation_content.started">, z.ZodLiteral<"annotation_content.updated">, z.ZodLiteral<"annotation_content.user_update">, z.ZodLiteral<"annotation_content">, z.ZodLiteral<"annotation_status.changed">, z.ZodLiteral<"annotation_status">, z.ZodLiteral<"upload.created">, z.ZodLiteral<"upload">, z.ZodLiteral<"email.received">, z.ZodLiteral<"email">, z.ZodLiteral<"invocation.manual">, z.ZodLiteral<"invocation.scheduled">, z.ZodLiteral<"invocation.integration">, z.ZodLiteral<"invocation">]>, "many">;
23304
+ events: z.ZodArray<z.ZodUnion<[z.ZodLiteral<"annotation_content.confirm">, z.ZodLiteral<"annotation_content.export">, z.ZodLiteral<"annotation_content.initialize">, z.ZodLiteral<"annotation_content.started">, z.ZodLiteral<"annotation_content.updated">, z.ZodLiteral<"annotation_content.user_update">, z.ZodLiteral<"annotation_content">, z.ZodLiteral<"annotation_status.changed">, z.ZodLiteral<"annotation_status">, z.ZodLiteral<"upload.created">, z.ZodLiteral<"upload">, z.ZodLiteral<"email.received">, z.ZodLiteral<"email">, z.ZodLiteral<"invocation.manual">, z.ZodLiteral<"invocation.scheduled">, z.ZodLiteral<"invocation.integration">, z.ZodLiteral<"invocation.interface">, z.ZodLiteral<"invocation">]>, "many">;
23284
23305
  sideload: z.ZodArray<z.ZodString, "many">;
23285
23306
  metadata: z.ZodOptional<z.ZodUnknown>;
23286
23307
  tokenOwner: z.ZodNullable<z.ZodString>;
@@ -23303,7 +23324,7 @@ declare const endpoints2: {
23303
23324
  description: string | null;
23304
23325
  runAfter: string[];
23305
23326
  active: boolean;
23306
- events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration")[];
23327
+ events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration" | "invocation.interface")[];
23307
23328
  sideload: string[];
23308
23329
  tokenOwner: string | null;
23309
23330
  extensionSource: "custom" | "rossum_store";
@@ -23325,7 +23346,7 @@ declare const endpoints2: {
23325
23346
  description: string | null;
23326
23347
  runAfter: string[];
23327
23348
  active: boolean;
23328
- events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration")[];
23349
+ events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration" | "invocation.interface")[];
23329
23350
  sideload: string[];
23330
23351
  tokenOwner: string | null;
23331
23352
  extensionSource: "custom" | "rossum_store";
@@ -23447,7 +23468,7 @@ declare const endpoints2: {
23447
23468
  queues: z.ZodArray<z.ZodString, "many">;
23448
23469
  runAfter: z.ZodArray<z.ZodString, "many">;
23449
23470
  active: z.ZodBoolean;
23450
- events: z.ZodArray<z.ZodUnion<[z.ZodLiteral<"annotation_content.confirm">, z.ZodLiteral<"annotation_content.export">, z.ZodLiteral<"annotation_content.initialize">, z.ZodLiteral<"annotation_content.started">, z.ZodLiteral<"annotation_content.updated">, z.ZodLiteral<"annotation_content.user_update">, z.ZodLiteral<"annotation_content">, z.ZodLiteral<"annotation_status.changed">, z.ZodLiteral<"annotation_status">, z.ZodLiteral<"upload.created">, z.ZodLiteral<"upload">, z.ZodLiteral<"email.received">, z.ZodLiteral<"email">, z.ZodLiteral<"invocation.manual">, z.ZodLiteral<"invocation.scheduled">, z.ZodLiteral<"invocation.integration">, z.ZodLiteral<"invocation">]>, "many">;
23471
+ events: z.ZodArray<z.ZodUnion<[z.ZodLiteral<"annotation_content.confirm">, z.ZodLiteral<"annotation_content.export">, z.ZodLiteral<"annotation_content.initialize">, z.ZodLiteral<"annotation_content.started">, z.ZodLiteral<"annotation_content.updated">, z.ZodLiteral<"annotation_content.user_update">, z.ZodLiteral<"annotation_content">, z.ZodLiteral<"annotation_status.changed">, z.ZodLiteral<"annotation_status">, z.ZodLiteral<"upload.created">, z.ZodLiteral<"upload">, z.ZodLiteral<"email.received">, z.ZodLiteral<"email">, z.ZodLiteral<"invocation.manual">, z.ZodLiteral<"invocation.scheduled">, z.ZodLiteral<"invocation.integration">, z.ZodLiteral<"invocation.interface">, z.ZodLiteral<"invocation">]>, "many">;
23451
23472
  sideload: z.ZodArray<z.ZodString, "many">;
23452
23473
  metadata: z.ZodOptional<z.ZodUnknown>;
23453
23474
  tokenOwner: z.ZodNullable<z.ZodString>;
@@ -23470,7 +23491,7 @@ declare const endpoints2: {
23470
23491
  description: string | null;
23471
23492
  runAfter: string[];
23472
23493
  active: boolean;
23473
- events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration")[];
23494
+ events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration" | "invocation.interface")[];
23474
23495
  sideload: string[];
23475
23496
  tokenOwner: string | null;
23476
23497
  extensionSource: "custom" | "rossum_store";
@@ -23492,7 +23513,7 @@ declare const endpoints2: {
23492
23513
  description: string | null;
23493
23514
  runAfter: string[];
23494
23515
  active: boolean;
23495
- events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration")[];
23516
+ events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration" | "invocation.interface")[];
23496
23517
  sideload: string[];
23497
23518
  tokenOwner: string | null;
23498
23519
  extensionSource: "custom" | "rossum_store";
@@ -23607,7 +23628,7 @@ declare const endpoints2: {
23607
23628
  queues: z.ZodArray<z.ZodString, "many">;
23608
23629
  runAfter: z.ZodArray<z.ZodString, "many">;
23609
23630
  active: z.ZodBoolean;
23610
- events: z.ZodArray<z.ZodUnion<[z.ZodLiteral<"annotation_content.confirm">, z.ZodLiteral<"annotation_content.export">, z.ZodLiteral<"annotation_content.initialize">, z.ZodLiteral<"annotation_content.started">, z.ZodLiteral<"annotation_content.updated">, z.ZodLiteral<"annotation_content.user_update">, z.ZodLiteral<"annotation_content">, z.ZodLiteral<"annotation_status.changed">, z.ZodLiteral<"annotation_status">, z.ZodLiteral<"upload.created">, z.ZodLiteral<"upload">, z.ZodLiteral<"email.received">, z.ZodLiteral<"email">, z.ZodLiteral<"invocation.manual">, z.ZodLiteral<"invocation.scheduled">, z.ZodLiteral<"invocation.integration">, z.ZodLiteral<"invocation">]>, "many">;
23631
+ events: z.ZodArray<z.ZodUnion<[z.ZodLiteral<"annotation_content.confirm">, z.ZodLiteral<"annotation_content.export">, z.ZodLiteral<"annotation_content.initialize">, z.ZodLiteral<"annotation_content.started">, z.ZodLiteral<"annotation_content.updated">, z.ZodLiteral<"annotation_content.user_update">, z.ZodLiteral<"annotation_content">, z.ZodLiteral<"annotation_status.changed">, z.ZodLiteral<"annotation_status">, z.ZodLiteral<"upload.created">, z.ZodLiteral<"upload">, z.ZodLiteral<"email.received">, z.ZodLiteral<"email">, z.ZodLiteral<"invocation.manual">, z.ZodLiteral<"invocation.scheduled">, z.ZodLiteral<"invocation.integration">, z.ZodLiteral<"invocation.interface">, z.ZodLiteral<"invocation">]>, "many">;
23611
23632
  sideload: z.ZodArray<z.ZodString, "many">;
23612
23633
  metadata: z.ZodOptional<z.ZodUnknown>;
23613
23634
  tokenOwner: z.ZodNullable<z.ZodString>;
@@ -23630,7 +23651,7 @@ declare const endpoints2: {
23630
23651
  description: string | null;
23631
23652
  runAfter: string[];
23632
23653
  active: boolean;
23633
- events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration")[];
23654
+ events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration" | "invocation.interface")[];
23634
23655
  sideload: string[];
23635
23656
  tokenOwner: string | null;
23636
23657
  extensionSource: "custom" | "rossum_store";
@@ -23652,7 +23673,7 @@ declare const endpoints2: {
23652
23673
  description: string | null;
23653
23674
  runAfter: string[];
23654
23675
  active: boolean;
23655
- events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration")[];
23676
+ events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration" | "invocation.interface")[];
23656
23677
  sideload: string[];
23657
23678
  tokenOwner: string | null;
23658
23679
  extensionSource: "custom" | "rossum_store";
@@ -23783,7 +23804,7 @@ declare const endpoints2: {
23783
23804
  queues: z.ZodArray<z.ZodString, "many">;
23784
23805
  runAfter: z.ZodArray<z.ZodString, "many">;
23785
23806
  active: z.ZodBoolean;
23786
- events: z.ZodArray<z.ZodUnion<[z.ZodLiteral<"annotation_content.confirm">, z.ZodLiteral<"annotation_content.export">, z.ZodLiteral<"annotation_content.initialize">, z.ZodLiteral<"annotation_content.started">, z.ZodLiteral<"annotation_content.updated">, z.ZodLiteral<"annotation_content.user_update">, z.ZodLiteral<"annotation_content">, z.ZodLiteral<"annotation_status.changed">, z.ZodLiteral<"annotation_status">, z.ZodLiteral<"upload.created">, z.ZodLiteral<"upload">, z.ZodLiteral<"email.received">, z.ZodLiteral<"email">, z.ZodLiteral<"invocation.manual">, z.ZodLiteral<"invocation.scheduled">, z.ZodLiteral<"invocation.integration">, z.ZodLiteral<"invocation">]>, "many">;
23807
+ events: z.ZodArray<z.ZodUnion<[z.ZodLiteral<"annotation_content.confirm">, z.ZodLiteral<"annotation_content.export">, z.ZodLiteral<"annotation_content.initialize">, z.ZodLiteral<"annotation_content.started">, z.ZodLiteral<"annotation_content.updated">, z.ZodLiteral<"annotation_content.user_update">, z.ZodLiteral<"annotation_content">, z.ZodLiteral<"annotation_status.changed">, z.ZodLiteral<"annotation_status">, z.ZodLiteral<"upload.created">, z.ZodLiteral<"upload">, z.ZodLiteral<"email.received">, z.ZodLiteral<"email">, z.ZodLiteral<"invocation.manual">, z.ZodLiteral<"invocation.scheduled">, z.ZodLiteral<"invocation.integration">, z.ZodLiteral<"invocation.interface">, z.ZodLiteral<"invocation">]>, "many">;
23787
23808
  sideload: z.ZodArray<z.ZodString, "many">;
23788
23809
  metadata: z.ZodOptional<z.ZodUnknown>;
23789
23810
  tokenOwner: z.ZodNullable<z.ZodString>;
@@ -23806,7 +23827,7 @@ declare const endpoints2: {
23806
23827
  description: string | null;
23807
23828
  runAfter: string[];
23808
23829
  active: boolean;
23809
- events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration")[];
23830
+ events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration" | "invocation.interface")[];
23810
23831
  sideload: string[];
23811
23832
  tokenOwner: string | null;
23812
23833
  extensionSource: "custom" | "rossum_store";
@@ -23828,7 +23849,7 @@ declare const endpoints2: {
23828
23849
  description: string | null;
23829
23850
  runAfter: string[];
23830
23851
  active: boolean;
23831
- events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration")[];
23852
+ events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration" | "invocation.interface")[];
23832
23853
  sideload: string[];
23833
23854
  tokenOwner: string | null;
23834
23855
  extensionSource: "custom" | "rossum_store";
@@ -23950,7 +23971,7 @@ declare const endpoints2: {
23950
23971
  queues: z.ZodArray<z.ZodString, "many">;
23951
23972
  runAfter: z.ZodArray<z.ZodString, "many">;
23952
23973
  active: z.ZodBoolean;
23953
- events: z.ZodArray<z.ZodUnion<[z.ZodLiteral<"annotation_content.confirm">, z.ZodLiteral<"annotation_content.export">, z.ZodLiteral<"annotation_content.initialize">, z.ZodLiteral<"annotation_content.started">, z.ZodLiteral<"annotation_content.updated">, z.ZodLiteral<"annotation_content.user_update">, z.ZodLiteral<"annotation_content">, z.ZodLiteral<"annotation_status.changed">, z.ZodLiteral<"annotation_status">, z.ZodLiteral<"upload.created">, z.ZodLiteral<"upload">, z.ZodLiteral<"email.received">, z.ZodLiteral<"email">, z.ZodLiteral<"invocation.manual">, z.ZodLiteral<"invocation.scheduled">, z.ZodLiteral<"invocation.integration">, z.ZodLiteral<"invocation">]>, "many">;
23974
+ events: z.ZodArray<z.ZodUnion<[z.ZodLiteral<"annotation_content.confirm">, z.ZodLiteral<"annotation_content.export">, z.ZodLiteral<"annotation_content.initialize">, z.ZodLiteral<"annotation_content.started">, z.ZodLiteral<"annotation_content.updated">, z.ZodLiteral<"annotation_content.user_update">, z.ZodLiteral<"annotation_content">, z.ZodLiteral<"annotation_status.changed">, z.ZodLiteral<"annotation_status">, z.ZodLiteral<"upload.created">, z.ZodLiteral<"upload">, z.ZodLiteral<"email.received">, z.ZodLiteral<"email">, z.ZodLiteral<"invocation.manual">, z.ZodLiteral<"invocation.scheduled">, z.ZodLiteral<"invocation.integration">, z.ZodLiteral<"invocation.interface">, z.ZodLiteral<"invocation">]>, "many">;
23954
23975
  sideload: z.ZodArray<z.ZodString, "many">;
23955
23976
  metadata: z.ZodOptional<z.ZodUnknown>;
23956
23977
  tokenOwner: z.ZodNullable<z.ZodString>;
@@ -23973,7 +23994,7 @@ declare const endpoints2: {
23973
23994
  description: string | null;
23974
23995
  runAfter: string[];
23975
23996
  active: boolean;
23976
- events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration")[];
23997
+ events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration" | "invocation.interface")[];
23977
23998
  sideload: string[];
23978
23999
  tokenOwner: string | null;
23979
24000
  extensionSource: "custom" | "rossum_store";
@@ -23995,7 +24016,7 @@ declare const endpoints2: {
23995
24016
  description: string | null;
23996
24017
  runAfter: string[];
23997
24018
  active: boolean;
23998
- events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration")[];
24019
+ events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration" | "invocation.interface")[];
23999
24020
  sideload: string[];
24000
24021
  tokenOwner: string | null;
24001
24022
  extensionSource: "custom" | "rossum_store";
@@ -24110,7 +24131,7 @@ declare const endpoints2: {
24110
24131
  queues: z.ZodArray<z.ZodString, "many">;
24111
24132
  runAfter: z.ZodArray<z.ZodString, "many">;
24112
24133
  active: z.ZodBoolean;
24113
- events: z.ZodArray<z.ZodUnion<[z.ZodLiteral<"annotation_content.confirm">, z.ZodLiteral<"annotation_content.export">, z.ZodLiteral<"annotation_content.initialize">, z.ZodLiteral<"annotation_content.started">, z.ZodLiteral<"annotation_content.updated">, z.ZodLiteral<"annotation_content.user_update">, z.ZodLiteral<"annotation_content">, z.ZodLiteral<"annotation_status.changed">, z.ZodLiteral<"annotation_status">, z.ZodLiteral<"upload.created">, z.ZodLiteral<"upload">, z.ZodLiteral<"email.received">, z.ZodLiteral<"email">, z.ZodLiteral<"invocation.manual">, z.ZodLiteral<"invocation.scheduled">, z.ZodLiteral<"invocation.integration">, z.ZodLiteral<"invocation">]>, "many">;
24134
+ events: z.ZodArray<z.ZodUnion<[z.ZodLiteral<"annotation_content.confirm">, z.ZodLiteral<"annotation_content.export">, z.ZodLiteral<"annotation_content.initialize">, z.ZodLiteral<"annotation_content.started">, z.ZodLiteral<"annotation_content.updated">, z.ZodLiteral<"annotation_content.user_update">, z.ZodLiteral<"annotation_content">, z.ZodLiteral<"annotation_status.changed">, z.ZodLiteral<"annotation_status">, z.ZodLiteral<"upload.created">, z.ZodLiteral<"upload">, z.ZodLiteral<"email.received">, z.ZodLiteral<"email">, z.ZodLiteral<"invocation.manual">, z.ZodLiteral<"invocation.scheduled">, z.ZodLiteral<"invocation.integration">, z.ZodLiteral<"invocation.interface">, z.ZodLiteral<"invocation">]>, "many">;
24114
24135
  sideload: z.ZodArray<z.ZodString, "many">;
24115
24136
  metadata: z.ZodOptional<z.ZodUnknown>;
24116
24137
  tokenOwner: z.ZodNullable<z.ZodString>;
@@ -24133,7 +24154,7 @@ declare const endpoints2: {
24133
24154
  description: string | null;
24134
24155
  runAfter: string[];
24135
24156
  active: boolean;
24136
- events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration")[];
24157
+ events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration" | "invocation.interface")[];
24137
24158
  sideload: string[];
24138
24159
  tokenOwner: string | null;
24139
24160
  extensionSource: "custom" | "rossum_store";
@@ -24155,7 +24176,7 @@ declare const endpoints2: {
24155
24176
  description: string | null;
24156
24177
  runAfter: string[];
24157
24178
  active: boolean;
24158
- events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration")[];
24179
+ events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration" | "invocation.interface")[];
24159
24180
  sideload: string[];
24160
24181
  tokenOwner: string | null;
24161
24182
  extensionSource: "custom" | "rossum_store";
@@ -24260,7 +24281,7 @@ declare const endpoints2: {
24260
24281
  description: string | null;
24261
24282
  runAfter: string[];
24262
24283
  active: boolean;
24263
- events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration")[];
24284
+ events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration" | "invocation.interface")[];
24264
24285
  sideload: string[];
24265
24286
  tokenOwner: string | null;
24266
24287
  extensionSource: "custom" | "rossum_store";
@@ -24301,7 +24322,7 @@ declare const endpoints2: {
24301
24322
  description: string | null;
24302
24323
  runAfter: string[];
24303
24324
  active: boolean;
24304
- events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration")[];
24325
+ events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration" | "invocation.interface")[];
24305
24326
  sideload: string[];
24306
24327
  tokenOwner: string | null;
24307
24328
  extensionSource: "custom" | "rossum_store";
@@ -24341,7 +24362,7 @@ declare const endpoints2: {
24341
24362
  description: string | null;
24342
24363
  runAfter: string[];
24343
24364
  active: boolean;
24344
- events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration")[];
24365
+ events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration" | "invocation.interface")[];
24345
24366
  sideload: string[];
24346
24367
  tokenOwner: string | null;
24347
24368
  extensionSource: "custom" | "rossum_store";
@@ -24386,7 +24407,7 @@ declare const endpoints2: {
24386
24407
  description: string | null;
24387
24408
  runAfter: string[];
24388
24409
  active: boolean;
24389
- events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration")[];
24410
+ events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration" | "invocation.interface")[];
24390
24411
  sideload: string[];
24391
24412
  tokenOwner: string | null;
24392
24413
  extensionSource: "custom" | "rossum_store";
@@ -24427,7 +24448,7 @@ declare const endpoints2: {
24427
24448
  description: string | null;
24428
24449
  runAfter: string[];
24429
24450
  active: boolean;
24430
- events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration")[];
24451
+ events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration" | "invocation.interface")[];
24431
24452
  sideload: string[];
24432
24453
  tokenOwner: string | null;
24433
24454
  extensionSource: "custom" | "rossum_store";
@@ -24467,7 +24488,7 @@ declare const endpoints2: {
24467
24488
  description: string | null;
24468
24489
  runAfter: string[];
24469
24490
  active: boolean;
24470
- events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration")[];
24491
+ events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration" | "invocation.interface")[];
24471
24492
  sideload: string[];
24472
24493
  tokenOwner: string | null;
24473
24494
  extensionSource: "custom" | "rossum_store";
@@ -24512,7 +24533,7 @@ declare const endpoints2: {
24512
24533
  queue: z.ZodOptional<z.ZodNumber>;
24513
24534
  active: z.ZodOptional<z.ZodBoolean>;
24514
24535
  configAppUrl: z.ZodOptional<z.ZodString>;
24515
- events: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"annotation_content.confirm">, z.ZodLiteral<"annotation_content.export">, z.ZodLiteral<"annotation_content.initialize">, z.ZodLiteral<"annotation_content.started">, z.ZodLiteral<"annotation_content.updated">, z.ZodLiteral<"annotation_content.user_update">, z.ZodLiteral<"annotation_content">, z.ZodLiteral<"annotation_status.changed">, z.ZodLiteral<"annotation_status">, z.ZodLiteral<"upload.created">, z.ZodLiteral<"upload">, z.ZodLiteral<"email.received">, z.ZodLiteral<"email">, z.ZodLiteral<"invocation.manual">, z.ZodLiteral<"invocation.scheduled">, z.ZodLiteral<"invocation.integration">, z.ZodLiteral<"invocation">]>>;
24536
+ events: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"annotation_content.confirm">, z.ZodLiteral<"annotation_content.export">, z.ZodLiteral<"annotation_content.initialize">, z.ZodLiteral<"annotation_content.started">, z.ZodLiteral<"annotation_content.updated">, z.ZodLiteral<"annotation_content.user_update">, z.ZodLiteral<"annotation_content">, z.ZodLiteral<"annotation_status.changed">, z.ZodLiteral<"annotation_status">, z.ZodLiteral<"upload.created">, z.ZodLiteral<"upload">, z.ZodLiteral<"email.received">, z.ZodLiteral<"email">, z.ZodLiteral<"invocation.manual">, z.ZodLiteral<"invocation.scheduled">, z.ZodLiteral<"invocation.integration">, z.ZodLiteral<"invocation.interface">, z.ZodLiteral<"invocation">]>>;
24516
24537
  }, "strip", z.ZodTypeAny, {
24517
24538
  id?: number | number[] | undefined;
24518
24539
  name?: string | undefined;
@@ -24520,7 +24541,7 @@ declare const endpoints2: {
24520
24541
  queue?: number | undefined;
24521
24542
  active?: boolean | undefined;
24522
24543
  configAppUrl?: string | undefined;
24523
- events?: "email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration" | undefined;
24544
+ events?: "email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration" | "invocation.interface" | undefined;
24524
24545
  }, {
24525
24546
  id?: number | number[] | undefined;
24526
24547
  name?: string | undefined;
@@ -24528,7 +24549,7 @@ declare const endpoints2: {
24528
24549
  queue?: number | undefined;
24529
24550
  active?: boolean | undefined;
24530
24551
  configAppUrl?: string | undefined;
24531
- events?: "email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration" | undefined;
24552
+ events?: "email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration" | "invocation.interface" | undefined;
24532
24553
  }>, z.ZodObject<{
24533
24554
  pageSize: z.ZodOptional<z.ZodNumber>;
24534
24555
  page: z.ZodOptional<z.ZodNumber>;
@@ -24550,7 +24571,7 @@ declare const endpoints2: {
24550
24571
  queues: z.ZodArray<z.ZodString, "many">;
24551
24572
  runAfter: z.ZodArray<z.ZodString, "many">;
24552
24573
  active: z.ZodBoolean;
24553
- events: z.ZodArray<z.ZodUnion<[z.ZodLiteral<"annotation_content.confirm">, z.ZodLiteral<"annotation_content.export">, z.ZodLiteral<"annotation_content.initialize">, z.ZodLiteral<"annotation_content.started">, z.ZodLiteral<"annotation_content.updated">, z.ZodLiteral<"annotation_content.user_update">, z.ZodLiteral<"annotation_content">, z.ZodLiteral<"annotation_status.changed">, z.ZodLiteral<"annotation_status">, z.ZodLiteral<"upload.created">, z.ZodLiteral<"upload">, z.ZodLiteral<"email.received">, z.ZodLiteral<"email">, z.ZodLiteral<"invocation.manual">, z.ZodLiteral<"invocation.scheduled">, z.ZodLiteral<"invocation.integration">, z.ZodLiteral<"invocation">]>, "many">;
24574
+ events: z.ZodArray<z.ZodUnion<[z.ZodLiteral<"annotation_content.confirm">, z.ZodLiteral<"annotation_content.export">, z.ZodLiteral<"annotation_content.initialize">, z.ZodLiteral<"annotation_content.started">, z.ZodLiteral<"annotation_content.updated">, z.ZodLiteral<"annotation_content.user_update">, z.ZodLiteral<"annotation_content">, z.ZodLiteral<"annotation_status.changed">, z.ZodLiteral<"annotation_status">, z.ZodLiteral<"upload.created">, z.ZodLiteral<"upload">, z.ZodLiteral<"email.received">, z.ZodLiteral<"email">, z.ZodLiteral<"invocation.manual">, z.ZodLiteral<"invocation.scheduled">, z.ZodLiteral<"invocation.integration">, z.ZodLiteral<"invocation.interface">, z.ZodLiteral<"invocation">]>, "many">;
24554
24575
  sideload: z.ZodArray<z.ZodString, "many">;
24555
24576
  metadata: z.ZodOptional<z.ZodUnknown>;
24556
24577
  tokenOwner: z.ZodNullable<z.ZodString>;
@@ -24573,7 +24594,7 @@ declare const endpoints2: {
24573
24594
  description: string | null;
24574
24595
  runAfter: string[];
24575
24596
  active: boolean;
24576
- events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration")[];
24597
+ events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration" | "invocation.interface")[];
24577
24598
  sideload: string[];
24578
24599
  tokenOwner: string | null;
24579
24600
  extensionSource: "custom" | "rossum_store";
@@ -24595,7 +24616,7 @@ declare const endpoints2: {
24595
24616
  description: string | null;
24596
24617
  runAfter: string[];
24597
24618
  active: boolean;
24598
- events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration")[];
24619
+ events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration" | "invocation.interface")[];
24599
24620
  sideload: string[];
24600
24621
  tokenOwner: string | null;
24601
24622
  extensionSource: "custom" | "rossum_store";
@@ -24717,7 +24738,7 @@ declare const endpoints2: {
24717
24738
  queues: z.ZodArray<z.ZodString, "many">;
24718
24739
  runAfter: z.ZodArray<z.ZodString, "many">;
24719
24740
  active: z.ZodBoolean;
24720
- events: z.ZodArray<z.ZodUnion<[z.ZodLiteral<"annotation_content.confirm">, z.ZodLiteral<"annotation_content.export">, z.ZodLiteral<"annotation_content.initialize">, z.ZodLiteral<"annotation_content.started">, z.ZodLiteral<"annotation_content.updated">, z.ZodLiteral<"annotation_content.user_update">, z.ZodLiteral<"annotation_content">, z.ZodLiteral<"annotation_status.changed">, z.ZodLiteral<"annotation_status">, z.ZodLiteral<"upload.created">, z.ZodLiteral<"upload">, z.ZodLiteral<"email.received">, z.ZodLiteral<"email">, z.ZodLiteral<"invocation.manual">, z.ZodLiteral<"invocation.scheduled">, z.ZodLiteral<"invocation.integration">, z.ZodLiteral<"invocation">]>, "many">;
24741
+ events: z.ZodArray<z.ZodUnion<[z.ZodLiteral<"annotation_content.confirm">, z.ZodLiteral<"annotation_content.export">, z.ZodLiteral<"annotation_content.initialize">, z.ZodLiteral<"annotation_content.started">, z.ZodLiteral<"annotation_content.updated">, z.ZodLiteral<"annotation_content.user_update">, z.ZodLiteral<"annotation_content">, z.ZodLiteral<"annotation_status.changed">, z.ZodLiteral<"annotation_status">, z.ZodLiteral<"upload.created">, z.ZodLiteral<"upload">, z.ZodLiteral<"email.received">, z.ZodLiteral<"email">, z.ZodLiteral<"invocation.manual">, z.ZodLiteral<"invocation.scheduled">, z.ZodLiteral<"invocation.integration">, z.ZodLiteral<"invocation.interface">, z.ZodLiteral<"invocation">]>, "many">;
24721
24742
  sideload: z.ZodArray<z.ZodString, "many">;
24722
24743
  metadata: z.ZodOptional<z.ZodUnknown>;
24723
24744
  tokenOwner: z.ZodNullable<z.ZodString>;
@@ -24740,7 +24761,7 @@ declare const endpoints2: {
24740
24761
  description: string | null;
24741
24762
  runAfter: string[];
24742
24763
  active: boolean;
24743
- events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration")[];
24764
+ events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration" | "invocation.interface")[];
24744
24765
  sideload: string[];
24745
24766
  tokenOwner: string | null;
24746
24767
  extensionSource: "custom" | "rossum_store";
@@ -24762,7 +24783,7 @@ declare const endpoints2: {
24762
24783
  description: string | null;
24763
24784
  runAfter: string[];
24764
24785
  active: boolean;
24765
- events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration")[];
24786
+ events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration" | "invocation.interface")[];
24766
24787
  sideload: string[];
24767
24788
  tokenOwner: string | null;
24768
24789
  extensionSource: "custom" | "rossum_store";
@@ -24877,7 +24898,7 @@ declare const endpoints2: {
24877
24898
  queues: z.ZodArray<z.ZodString, "many">;
24878
24899
  runAfter: z.ZodArray<z.ZodString, "many">;
24879
24900
  active: z.ZodBoolean;
24880
- events: z.ZodArray<z.ZodUnion<[z.ZodLiteral<"annotation_content.confirm">, z.ZodLiteral<"annotation_content.export">, z.ZodLiteral<"annotation_content.initialize">, z.ZodLiteral<"annotation_content.started">, z.ZodLiteral<"annotation_content.updated">, z.ZodLiteral<"annotation_content.user_update">, z.ZodLiteral<"annotation_content">, z.ZodLiteral<"annotation_status.changed">, z.ZodLiteral<"annotation_status">, z.ZodLiteral<"upload.created">, z.ZodLiteral<"upload">, z.ZodLiteral<"email.received">, z.ZodLiteral<"email">, z.ZodLiteral<"invocation.manual">, z.ZodLiteral<"invocation.scheduled">, z.ZodLiteral<"invocation.integration">, z.ZodLiteral<"invocation">]>, "many">;
24901
+ events: z.ZodArray<z.ZodUnion<[z.ZodLiteral<"annotation_content.confirm">, z.ZodLiteral<"annotation_content.export">, z.ZodLiteral<"annotation_content.initialize">, z.ZodLiteral<"annotation_content.started">, z.ZodLiteral<"annotation_content.updated">, z.ZodLiteral<"annotation_content.user_update">, z.ZodLiteral<"annotation_content">, z.ZodLiteral<"annotation_status.changed">, z.ZodLiteral<"annotation_status">, z.ZodLiteral<"upload.created">, z.ZodLiteral<"upload">, z.ZodLiteral<"email.received">, z.ZodLiteral<"email">, z.ZodLiteral<"invocation.manual">, z.ZodLiteral<"invocation.scheduled">, z.ZodLiteral<"invocation.integration">, z.ZodLiteral<"invocation.interface">, z.ZodLiteral<"invocation">]>, "many">;
24881
24902
  sideload: z.ZodArray<z.ZodString, "many">;
24882
24903
  metadata: z.ZodOptional<z.ZodUnknown>;
24883
24904
  tokenOwner: z.ZodNullable<z.ZodString>;
@@ -24900,7 +24921,7 @@ declare const endpoints2: {
24900
24921
  description: string | null;
24901
24922
  runAfter: string[];
24902
24923
  active: boolean;
24903
- events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration")[];
24924
+ events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration" | "invocation.interface")[];
24904
24925
  sideload: string[];
24905
24926
  tokenOwner: string | null;
24906
24927
  extensionSource: "custom" | "rossum_store";
@@ -24922,7 +24943,7 @@ declare const endpoints2: {
24922
24943
  description: string | null;
24923
24944
  runAfter: string[];
24924
24945
  active: boolean;
24925
- events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration")[];
24946
+ events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration" | "invocation.interface")[];
24926
24947
  sideload: string[];
24927
24948
  tokenOwner: string | null;
24928
24949
  extensionSource: "custom" | "rossum_store";
@@ -25133,7 +25154,7 @@ declare const endpoints2: {
25133
25154
  queues: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
25134
25155
  runAfter: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
25135
25156
  active: z.ZodOptional<z.ZodBoolean>;
25136
- events: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodLiteral<"annotation_content.confirm">, z.ZodLiteral<"annotation_content.export">, z.ZodLiteral<"annotation_content.initialize">, z.ZodLiteral<"annotation_content.started">, z.ZodLiteral<"annotation_content.updated">, z.ZodLiteral<"annotation_content.user_update">, z.ZodLiteral<"annotation_content">, z.ZodLiteral<"annotation_status.changed">, z.ZodLiteral<"annotation_status">, z.ZodLiteral<"upload.created">, z.ZodLiteral<"upload">, z.ZodLiteral<"email.received">, z.ZodLiteral<"email">, z.ZodLiteral<"invocation.manual">, z.ZodLiteral<"invocation.scheduled">, z.ZodLiteral<"invocation.integration">, z.ZodLiteral<"invocation">]>, "many">>;
25157
+ events: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodLiteral<"annotation_content.confirm">, z.ZodLiteral<"annotation_content.export">, z.ZodLiteral<"annotation_content.initialize">, z.ZodLiteral<"annotation_content.started">, z.ZodLiteral<"annotation_content.updated">, z.ZodLiteral<"annotation_content.user_update">, z.ZodLiteral<"annotation_content">, z.ZodLiteral<"annotation_status.changed">, z.ZodLiteral<"annotation_status">, z.ZodLiteral<"upload.created">, z.ZodLiteral<"upload">, z.ZodLiteral<"email.received">, z.ZodLiteral<"email">, z.ZodLiteral<"invocation.manual">, z.ZodLiteral<"invocation.scheduled">, z.ZodLiteral<"invocation.integration">, z.ZodLiteral<"invocation.interface">, z.ZodLiteral<"invocation">]>, "many">>;
25137
25158
  sideload: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
25138
25159
  metadata: z.ZodOptional<z.ZodOptional<z.ZodUnknown>>;
25139
25160
  tokenOwner: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -25155,7 +25176,7 @@ declare const endpoints2: {
25155
25176
  queues?: string[] | undefined;
25156
25177
  runAfter?: string[] | undefined;
25157
25178
  active?: boolean | undefined;
25158
- events?: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration")[] | undefined;
25179
+ events?: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration" | "invocation.interface")[] | undefined;
25159
25180
  sideload?: string[] | undefined;
25160
25181
  metadata?: unknown;
25161
25182
  tokenOwner?: string | null | undefined;
@@ -25177,7 +25198,7 @@ declare const endpoints2: {
25177
25198
  queues?: string[] | undefined;
25178
25199
  runAfter?: string[] | undefined;
25179
25200
  active?: boolean | undefined;
25180
- events?: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration")[] | undefined;
25201
+ events?: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration" | "invocation.interface")[] | undefined;
25181
25202
  sideload?: string[] | undefined;
25182
25203
  metadata?: unknown;
25183
25204
  tokenOwner?: string | null | undefined;
@@ -25300,7 +25321,7 @@ declare const endpoints2: {
25300
25321
  queues: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
25301
25322
  runAfter: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
25302
25323
  active: z.ZodOptional<z.ZodBoolean>;
25303
- events: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodLiteral<"annotation_content.confirm">, z.ZodLiteral<"annotation_content.export">, z.ZodLiteral<"annotation_content.initialize">, z.ZodLiteral<"annotation_content.started">, z.ZodLiteral<"annotation_content.updated">, z.ZodLiteral<"annotation_content.user_update">, z.ZodLiteral<"annotation_content">, z.ZodLiteral<"annotation_status.changed">, z.ZodLiteral<"annotation_status">, z.ZodLiteral<"upload.created">, z.ZodLiteral<"upload">, z.ZodLiteral<"email.received">, z.ZodLiteral<"email">, z.ZodLiteral<"invocation.manual">, z.ZodLiteral<"invocation.scheduled">, z.ZodLiteral<"invocation.integration">, z.ZodLiteral<"invocation">]>, "many">>;
25324
+ events: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodLiteral<"annotation_content.confirm">, z.ZodLiteral<"annotation_content.export">, z.ZodLiteral<"annotation_content.initialize">, z.ZodLiteral<"annotation_content.started">, z.ZodLiteral<"annotation_content.updated">, z.ZodLiteral<"annotation_content.user_update">, z.ZodLiteral<"annotation_content">, z.ZodLiteral<"annotation_status.changed">, z.ZodLiteral<"annotation_status">, z.ZodLiteral<"upload.created">, z.ZodLiteral<"upload">, z.ZodLiteral<"email.received">, z.ZodLiteral<"email">, z.ZodLiteral<"invocation.manual">, z.ZodLiteral<"invocation.scheduled">, z.ZodLiteral<"invocation.integration">, z.ZodLiteral<"invocation.interface">, z.ZodLiteral<"invocation">]>, "many">>;
25304
25325
  sideload: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
25305
25326
  metadata: z.ZodOptional<z.ZodOptional<z.ZodUnknown>>;
25306
25327
  tokenOwner: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -25322,7 +25343,7 @@ declare const endpoints2: {
25322
25343
  queues?: string[] | undefined;
25323
25344
  runAfter?: string[] | undefined;
25324
25345
  active?: boolean | undefined;
25325
- events?: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration")[] | undefined;
25346
+ events?: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration" | "invocation.interface")[] | undefined;
25326
25347
  sideload?: string[] | undefined;
25327
25348
  metadata?: unknown;
25328
25349
  tokenOwner?: string | null | undefined;
@@ -25344,7 +25365,7 @@ declare const endpoints2: {
25344
25365
  queues?: string[] | undefined;
25345
25366
  runAfter?: string[] | undefined;
25346
25367
  active?: boolean | undefined;
25347
- events?: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration")[] | undefined;
25368
+ events?: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration" | "invocation.interface")[] | undefined;
25348
25369
  sideload?: string[] | undefined;
25349
25370
  metadata?: unknown;
25350
25371
  tokenOwner?: string | null | undefined;
@@ -25447,7 +25468,7 @@ declare const endpoints2: {
25447
25468
  queues: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
25448
25469
  runAfter: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
25449
25470
  active: z.ZodOptional<z.ZodBoolean>;
25450
- events: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodLiteral<"annotation_content.confirm">, z.ZodLiteral<"annotation_content.export">, z.ZodLiteral<"annotation_content.initialize">, z.ZodLiteral<"annotation_content.started">, z.ZodLiteral<"annotation_content.updated">, z.ZodLiteral<"annotation_content.user_update">, z.ZodLiteral<"annotation_content">, z.ZodLiteral<"annotation_status.changed">, z.ZodLiteral<"annotation_status">, z.ZodLiteral<"upload.created">, z.ZodLiteral<"upload">, z.ZodLiteral<"email.received">, z.ZodLiteral<"email">, z.ZodLiteral<"invocation.manual">, z.ZodLiteral<"invocation.scheduled">, z.ZodLiteral<"invocation.integration">, z.ZodLiteral<"invocation">]>, "many">>;
25471
+ events: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodLiteral<"annotation_content.confirm">, z.ZodLiteral<"annotation_content.export">, z.ZodLiteral<"annotation_content.initialize">, z.ZodLiteral<"annotation_content.started">, z.ZodLiteral<"annotation_content.updated">, z.ZodLiteral<"annotation_content.user_update">, z.ZodLiteral<"annotation_content">, z.ZodLiteral<"annotation_status.changed">, z.ZodLiteral<"annotation_status">, z.ZodLiteral<"upload.created">, z.ZodLiteral<"upload">, z.ZodLiteral<"email.received">, z.ZodLiteral<"email">, z.ZodLiteral<"invocation.manual">, z.ZodLiteral<"invocation.scheduled">, z.ZodLiteral<"invocation.integration">, z.ZodLiteral<"invocation.interface">, z.ZodLiteral<"invocation">]>, "many">>;
25451
25472
  sideload: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
25452
25473
  metadata: z.ZodOptional<z.ZodOptional<z.ZodUnknown>>;
25453
25474
  tokenOwner: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -25469,7 +25490,7 @@ declare const endpoints2: {
25469
25490
  queues?: string[] | undefined;
25470
25491
  runAfter?: string[] | undefined;
25471
25492
  active?: boolean | undefined;
25472
- events?: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration")[] | undefined;
25493
+ events?: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration" | "invocation.interface")[] | undefined;
25473
25494
  sideload?: string[] | undefined;
25474
25495
  metadata?: unknown;
25475
25496
  tokenOwner?: string | null | undefined;
@@ -25491,7 +25512,7 @@ declare const endpoints2: {
25491
25512
  queues?: string[] | undefined;
25492
25513
  runAfter?: string[] | undefined;
25493
25514
  active?: boolean | undefined;
25494
- events?: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration")[] | undefined;
25515
+ events?: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration" | "invocation.interface")[] | undefined;
25495
25516
  sideload?: string[] | undefined;
25496
25517
  metadata?: unknown;
25497
25518
  tokenOwner?: string | null | undefined;
@@ -25566,11 +25587,11 @@ declare const endpoints2: {
25566
25587
  action: z.ZodUnion<[z.ZodLiteral<"confirm">, z.ZodLiteral<"export">, z.ZodLiteral<"initialize">, z.ZodLiteral<"started">, z.ZodLiteral<"updated">, z.ZodLiteral<"user_update">]>;
25567
25588
  }, "strip", z.ZodTypeAny, {
25568
25589
  event: "annotation_content";
25569
- action: "started" | "confirm" | "export" | "initialize" | "updated" | "user_update";
25590
+ action: "started" | "export" | "confirm" | "initialize" | "updated" | "user_update";
25570
25591
  annotationId?: number | null | undefined;
25571
25592
  }, {
25572
25593
  event: "annotation_content";
25573
- action: "started" | "confirm" | "export" | "initialize" | "updated" | "user_update";
25594
+ action: "started" | "export" | "confirm" | "initialize" | "updated" | "user_update";
25574
25595
  annotationId?: number | null | undefined;
25575
25596
  }>>, z.ZodIntersection<z.ZodObject<{
25576
25597
  hookId: z.ZodNumber;
@@ -25802,13 +25823,13 @@ declare const endpoints2: {
25802
25823
  cancelRequested?: string | null | undefined;
25803
25824
  }>, z.ZodObject<{
25804
25825
  event: z.ZodLiteral<"invocation">;
25805
- action: z.ZodUnion<[z.ZodLiteral<"manual">, z.ZodLiteral<"scheduled">, z.ZodLiteral<"integration">]>;
25826
+ action: z.ZodUnion<[z.ZodLiteral<"manual">, z.ZodLiteral<"scheduled">, z.ZodLiteral<"integration">, z.ZodLiteral<"interface">]>;
25806
25827
  }, "strip", z.ZodTypeAny, {
25807
25828
  event: "invocation";
25808
- action: "manual" | "scheduled" | "integration";
25829
+ action: "manual" | "scheduled" | "integration" | "interface";
25809
25830
  }, {
25810
25831
  event: "invocation";
25811
- action: "manual" | "scheduled" | "integration";
25832
+ action: "manual" | "scheduled" | "integration" | "interface";
25812
25833
  }>>]>, "many">;
25813
25834
  }, "strip", z.ZodTypeAny, {
25814
25835
  results: (({
@@ -25829,7 +25850,7 @@ declare const endpoints2: {
25829
25850
  cancelRequested?: string | null | undefined;
25830
25851
  } & {
25831
25852
  event: "annotation_content";
25832
- action: "started" | "confirm" | "export" | "initialize" | "updated" | "user_update";
25853
+ action: "started" | "export" | "confirm" | "initialize" | "updated" | "user_update";
25833
25854
  annotationId?: number | null | undefined;
25834
25855
  }) | ({
25835
25856
  message: string;
@@ -25909,7 +25930,7 @@ declare const endpoints2: {
25909
25930
  cancelRequested?: string | null | undefined;
25910
25931
  } & {
25911
25932
  event: "invocation";
25912
- action: "manual" | "scheduled" | "integration";
25933
+ action: "manual" | "scheduled" | "integration" | "interface";
25913
25934
  }))[];
25914
25935
  }, {
25915
25936
  results: (({
@@ -25930,7 +25951,7 @@ declare const endpoints2: {
25930
25951
  cancelRequested?: string | null | undefined;
25931
25952
  } & {
25932
25953
  event: "annotation_content";
25933
- action: "started" | "confirm" | "export" | "initialize" | "updated" | "user_update";
25954
+ action: "started" | "export" | "confirm" | "initialize" | "updated" | "user_update";
25934
25955
  annotationId?: number | null | undefined;
25935
25956
  }) | ({
25936
25957
  message: string;
@@ -26010,12 +26031,16 @@ declare const endpoints2: {
26010
26031
  cancelRequested?: string | null | undefined;
26011
26032
  } & {
26012
26033
  event: "invocation";
26013
- action: "manual" | "scheduled" | "integration";
26034
+ action: "manual" | "scheduled" | "integration" | "interface";
26014
26035
  }))[];
26015
26036
  }>;
26016
26037
  readonly query: Partial<{
26017
26038
  timestampAfter: string;
26018
26039
  timestampBefore: string;
26040
+ startAfter: string;
26041
+ startBefore: string;
26042
+ endAfter: string;
26043
+ endBefore: string;
26019
26044
  search: string;
26020
26045
  hook: Array<number>;
26021
26046
  requestId: string;
@@ -26030,6 +26055,10 @@ declare const endpoints2: {
26030
26055
  readonly querySchema: z.ZodObject<{
26031
26056
  timestampAfter: z.ZodOptional<z.ZodString>;
26032
26057
  timestampBefore: z.ZodOptional<z.ZodString>;
26058
+ startAfter: z.ZodOptional<z.ZodString>;
26059
+ startBefore: z.ZodOptional<z.ZodString>;
26060
+ endAfter: z.ZodOptional<z.ZodString>;
26061
+ endBefore: z.ZodOptional<z.ZodString>;
26033
26062
  search: z.ZodOptional<z.ZodString>;
26034
26063
  hook: z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>;
26035
26064
  requestId: z.ZodOptional<z.ZodString>;
@@ -26043,6 +26072,10 @@ declare const endpoints2: {
26043
26072
  }, "strip", z.ZodTypeAny, {
26044
26073
  timestampAfter?: string | undefined;
26045
26074
  timestampBefore?: string | undefined;
26075
+ startAfter?: string | undefined;
26076
+ startBefore?: string | undefined;
26077
+ endAfter?: string | undefined;
26078
+ endBefore?: string | undefined;
26046
26079
  search?: string | undefined;
26047
26080
  hook?: number[] | undefined;
26048
26081
  requestId?: string | undefined;
@@ -26056,6 +26089,10 @@ declare const endpoints2: {
26056
26089
  }, {
26057
26090
  timestampAfter?: string | undefined;
26058
26091
  timestampBefore?: string | undefined;
26092
+ startAfter?: string | undefined;
26093
+ startBefore?: string | undefined;
26094
+ endAfter?: string | undefined;
26095
+ endBefore?: string | undefined;
26059
26096
  search?: string | undefined;
26060
26097
  hook?: number[] | undefined;
26061
26098
  requestId?: string | undefined;
@@ -26205,7 +26242,7 @@ declare const endpoints2: {
26205
26242
  results: z.ZodArray<z.ZodUnion<[z.ZodIntersection<z.ZodIntersection<z.ZodObject<{
26206
26243
  name: z.ZodString;
26207
26244
  url: z.ZodString;
26208
- events: z.ZodArray<z.ZodUnion<[z.ZodLiteral<"annotation_content.confirm">, z.ZodLiteral<"annotation_content.export">, z.ZodLiteral<"annotation_content.initialize">, z.ZodLiteral<"annotation_content.started">, z.ZodLiteral<"annotation_content.updated">, z.ZodLiteral<"annotation_content.user_update">, z.ZodLiteral<"annotation_content">, z.ZodLiteral<"annotation_status.changed">, z.ZodLiteral<"annotation_status">, z.ZodLiteral<"upload.created">, z.ZodLiteral<"upload">, z.ZodLiteral<"email.received">, z.ZodLiteral<"email">, z.ZodLiteral<"invocation.manual">, z.ZodLiteral<"invocation.scheduled">, z.ZodLiteral<"invocation.integration">, z.ZodLiteral<"invocation">]>, "many">;
26245
+ events: z.ZodArray<z.ZodUnion<[z.ZodLiteral<"annotation_content.confirm">, z.ZodLiteral<"annotation_content.export">, z.ZodLiteral<"annotation_content.initialize">, z.ZodLiteral<"annotation_content.started">, z.ZodLiteral<"annotation_content.updated">, z.ZodLiteral<"annotation_content.user_update">, z.ZodLiteral<"annotation_content">, z.ZodLiteral<"annotation_status.changed">, z.ZodLiteral<"annotation_status">, z.ZodLiteral<"upload.created">, z.ZodLiteral<"upload">, z.ZodLiteral<"email.received">, z.ZodLiteral<"email">, z.ZodLiteral<"invocation.manual">, z.ZodLiteral<"invocation.scheduled">, z.ZodLiteral<"invocation.integration">, z.ZodLiteral<"invocation.interface">, z.ZodLiteral<"invocation">]>, "many">;
26209
26246
  sideload: z.ZodArray<z.ZodString, "many">;
26210
26247
  metadata: z.ZodOptional<z.ZodUnknown>;
26211
26248
  test: z.ZodOptional<z.ZodUnknown>;
@@ -26236,7 +26273,7 @@ declare const endpoints2: {
26236
26273
  url: string;
26237
26274
  name: string;
26238
26275
  description: string;
26239
- events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration")[];
26276
+ events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration" | "invocation.interface")[];
26240
26277
  sideload: string[];
26241
26278
  extensionSource: "custom" | "rossum_store";
26242
26279
  guide: string;
@@ -26258,7 +26295,7 @@ declare const endpoints2: {
26258
26295
  url: string;
26259
26296
  name: string;
26260
26297
  description: string;
26261
- events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration")[];
26298
+ events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration" | "invocation.interface")[];
26262
26299
  sideload: string[];
26263
26300
  extensionSource: "custom" | "rossum_store";
26264
26301
  guide: string;
@@ -26389,7 +26426,7 @@ declare const endpoints2: {
26389
26426
  }>>, z.ZodIntersection<z.ZodIntersection<z.ZodObject<{
26390
26427
  name: z.ZodString;
26391
26428
  url: z.ZodString;
26392
- events: z.ZodArray<z.ZodUnion<[z.ZodLiteral<"annotation_content.confirm">, z.ZodLiteral<"annotation_content.export">, z.ZodLiteral<"annotation_content.initialize">, z.ZodLiteral<"annotation_content.started">, z.ZodLiteral<"annotation_content.updated">, z.ZodLiteral<"annotation_content.user_update">, z.ZodLiteral<"annotation_content">, z.ZodLiteral<"annotation_status.changed">, z.ZodLiteral<"annotation_status">, z.ZodLiteral<"upload.created">, z.ZodLiteral<"upload">, z.ZodLiteral<"email.received">, z.ZodLiteral<"email">, z.ZodLiteral<"invocation.manual">, z.ZodLiteral<"invocation.scheduled">, z.ZodLiteral<"invocation.integration">, z.ZodLiteral<"invocation">]>, "many">;
26429
+ events: z.ZodArray<z.ZodUnion<[z.ZodLiteral<"annotation_content.confirm">, z.ZodLiteral<"annotation_content.export">, z.ZodLiteral<"annotation_content.initialize">, z.ZodLiteral<"annotation_content.started">, z.ZodLiteral<"annotation_content.updated">, z.ZodLiteral<"annotation_content.user_update">, z.ZodLiteral<"annotation_content">, z.ZodLiteral<"annotation_status.changed">, z.ZodLiteral<"annotation_status">, z.ZodLiteral<"upload.created">, z.ZodLiteral<"upload">, z.ZodLiteral<"email.received">, z.ZodLiteral<"email">, z.ZodLiteral<"invocation.manual">, z.ZodLiteral<"invocation.scheduled">, z.ZodLiteral<"invocation.integration">, z.ZodLiteral<"invocation.interface">, z.ZodLiteral<"invocation">]>, "many">;
26393
26430
  sideload: z.ZodArray<z.ZodString, "many">;
26394
26431
  metadata: z.ZodOptional<z.ZodUnknown>;
26395
26432
  test: z.ZodOptional<z.ZodUnknown>;
@@ -26420,7 +26457,7 @@ declare const endpoints2: {
26420
26457
  url: string;
26421
26458
  name: string;
26422
26459
  description: string;
26423
- events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration")[];
26460
+ events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration" | "invocation.interface")[];
26424
26461
  sideload: string[];
26425
26462
  extensionSource: "custom" | "rossum_store";
26426
26463
  guide: string;
@@ -26442,7 +26479,7 @@ declare const endpoints2: {
26442
26479
  url: string;
26443
26480
  name: string;
26444
26481
  description: string;
26445
- events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration")[];
26482
+ events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration" | "invocation.interface")[];
26446
26483
  sideload: string[];
26447
26484
  extensionSource: "custom" | "rossum_store";
26448
26485
  guide: string;
@@ -26563,7 +26600,7 @@ declare const endpoints2: {
26563
26600
  }>>, z.ZodIntersection<z.ZodIntersection<z.ZodObject<{
26564
26601
  name: z.ZodString;
26565
26602
  url: z.ZodString;
26566
- events: z.ZodArray<z.ZodUnion<[z.ZodLiteral<"annotation_content.confirm">, z.ZodLiteral<"annotation_content.export">, z.ZodLiteral<"annotation_content.initialize">, z.ZodLiteral<"annotation_content.started">, z.ZodLiteral<"annotation_content.updated">, z.ZodLiteral<"annotation_content.user_update">, z.ZodLiteral<"annotation_content">, z.ZodLiteral<"annotation_status.changed">, z.ZodLiteral<"annotation_status">, z.ZodLiteral<"upload.created">, z.ZodLiteral<"upload">, z.ZodLiteral<"email.received">, z.ZodLiteral<"email">, z.ZodLiteral<"invocation.manual">, z.ZodLiteral<"invocation.scheduled">, z.ZodLiteral<"invocation.integration">, z.ZodLiteral<"invocation">]>, "many">;
26603
+ events: z.ZodArray<z.ZodUnion<[z.ZodLiteral<"annotation_content.confirm">, z.ZodLiteral<"annotation_content.export">, z.ZodLiteral<"annotation_content.initialize">, z.ZodLiteral<"annotation_content.started">, z.ZodLiteral<"annotation_content.updated">, z.ZodLiteral<"annotation_content.user_update">, z.ZodLiteral<"annotation_content">, z.ZodLiteral<"annotation_status.changed">, z.ZodLiteral<"annotation_status">, z.ZodLiteral<"upload.created">, z.ZodLiteral<"upload">, z.ZodLiteral<"email.received">, z.ZodLiteral<"email">, z.ZodLiteral<"invocation.manual">, z.ZodLiteral<"invocation.scheduled">, z.ZodLiteral<"invocation.integration">, z.ZodLiteral<"invocation.interface">, z.ZodLiteral<"invocation">]>, "many">;
26567
26604
  sideload: z.ZodArray<z.ZodString, "many">;
26568
26605
  metadata: z.ZodOptional<z.ZodUnknown>;
26569
26606
  test: z.ZodOptional<z.ZodUnknown>;
@@ -26594,7 +26631,7 @@ declare const endpoints2: {
26594
26631
  url: string;
26595
26632
  name: string;
26596
26633
  description: string;
26597
- events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration")[];
26634
+ events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration" | "invocation.interface")[];
26598
26635
  sideload: string[];
26599
26636
  extensionSource: "custom" | "rossum_store";
26600
26637
  guide: string;
@@ -26616,7 +26653,7 @@ declare const endpoints2: {
26616
26653
  url: string;
26617
26654
  name: string;
26618
26655
  description: string;
26619
- events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration")[];
26656
+ events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration" | "invocation.interface")[];
26620
26657
  sideload: string[];
26621
26658
  extensionSource: "custom" | "rossum_store";
26622
26659
  guide: string;
@@ -26730,7 +26767,7 @@ declare const endpoints2: {
26730
26767
  url: string;
26731
26768
  name: string;
26732
26769
  description: string;
26733
- events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration")[];
26770
+ events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration" | "invocation.interface")[];
26734
26771
  sideload: string[];
26735
26772
  extensionSource: "custom" | "rossum_store";
26736
26773
  guide: string;
@@ -26774,7 +26811,7 @@ declare const endpoints2: {
26774
26811
  url: string;
26775
26812
  name: string;
26776
26813
  description: string;
26777
- events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration")[];
26814
+ events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration" | "invocation.interface")[];
26778
26815
  sideload: string[];
26779
26816
  extensionSource: "custom" | "rossum_store";
26780
26817
  guide: string;
@@ -26816,7 +26853,7 @@ declare const endpoints2: {
26816
26853
  url: string;
26817
26854
  name: string;
26818
26855
  description: string;
26819
- events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration")[];
26856
+ events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration" | "invocation.interface")[];
26820
26857
  sideload: string[];
26821
26858
  extensionSource: "custom" | "rossum_store";
26822
26859
  guide: string;
@@ -26864,7 +26901,7 @@ declare const endpoints2: {
26864
26901
  url: string;
26865
26902
  name: string;
26866
26903
  description: string;
26867
- events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration")[];
26904
+ events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration" | "invocation.interface")[];
26868
26905
  sideload: string[];
26869
26906
  extensionSource: "custom" | "rossum_store";
26870
26907
  guide: string;
@@ -26908,7 +26945,7 @@ declare const endpoints2: {
26908
26945
  url: string;
26909
26946
  name: string;
26910
26947
  description: string;
26911
- events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration")[];
26948
+ events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration" | "invocation.interface")[];
26912
26949
  sideload: string[];
26913
26950
  extensionSource: "custom" | "rossum_store";
26914
26951
  guide: string;
@@ -26950,7 +26987,7 @@ declare const endpoints2: {
26950
26987
  url: string;
26951
26988
  name: string;
26952
26989
  description: string;
26953
- events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration")[];
26990
+ events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration" | "invocation.interface")[];
26954
26991
  sideload: string[];
26955
26992
  extensionSource: "custom" | "rossum_store";
26956
26993
  guide: string;
@@ -27001,7 +27038,7 @@ declare const endpoints2: {
27001
27038
  readonly responseSchema: z.ZodUnion<[z.ZodIntersection<z.ZodIntersection<z.ZodObject<{
27002
27039
  name: z.ZodString;
27003
27040
  url: z.ZodString;
27004
- events: z.ZodArray<z.ZodUnion<[z.ZodLiteral<"annotation_content.confirm">, z.ZodLiteral<"annotation_content.export">, z.ZodLiteral<"annotation_content.initialize">, z.ZodLiteral<"annotation_content.started">, z.ZodLiteral<"annotation_content.updated">, z.ZodLiteral<"annotation_content.user_update">, z.ZodLiteral<"annotation_content">, z.ZodLiteral<"annotation_status.changed">, z.ZodLiteral<"annotation_status">, z.ZodLiteral<"upload.created">, z.ZodLiteral<"upload">, z.ZodLiteral<"email.received">, z.ZodLiteral<"email">, z.ZodLiteral<"invocation.manual">, z.ZodLiteral<"invocation.scheduled">, z.ZodLiteral<"invocation.integration">, z.ZodLiteral<"invocation">]>, "many">;
27041
+ events: z.ZodArray<z.ZodUnion<[z.ZodLiteral<"annotation_content.confirm">, z.ZodLiteral<"annotation_content.export">, z.ZodLiteral<"annotation_content.initialize">, z.ZodLiteral<"annotation_content.started">, z.ZodLiteral<"annotation_content.updated">, z.ZodLiteral<"annotation_content.user_update">, z.ZodLiteral<"annotation_content">, z.ZodLiteral<"annotation_status.changed">, z.ZodLiteral<"annotation_status">, z.ZodLiteral<"upload.created">, z.ZodLiteral<"upload">, z.ZodLiteral<"email.received">, z.ZodLiteral<"email">, z.ZodLiteral<"invocation.manual">, z.ZodLiteral<"invocation.scheduled">, z.ZodLiteral<"invocation.integration">, z.ZodLiteral<"invocation.interface">, z.ZodLiteral<"invocation">]>, "many">;
27005
27042
  sideload: z.ZodArray<z.ZodString, "many">;
27006
27043
  metadata: z.ZodOptional<z.ZodUnknown>;
27007
27044
  test: z.ZodOptional<z.ZodUnknown>;
@@ -27032,7 +27069,7 @@ declare const endpoints2: {
27032
27069
  url: string;
27033
27070
  name: string;
27034
27071
  description: string;
27035
- events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration")[];
27072
+ events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration" | "invocation.interface")[];
27036
27073
  sideload: string[];
27037
27074
  extensionSource: "custom" | "rossum_store";
27038
27075
  guide: string;
@@ -27054,7 +27091,7 @@ declare const endpoints2: {
27054
27091
  url: string;
27055
27092
  name: string;
27056
27093
  description: string;
27057
- events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration")[];
27094
+ events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration" | "invocation.interface")[];
27058
27095
  sideload: string[];
27059
27096
  extensionSource: "custom" | "rossum_store";
27060
27097
  guide: string;
@@ -27185,7 +27222,7 @@ declare const endpoints2: {
27185
27222
  }>>, z.ZodIntersection<z.ZodIntersection<z.ZodObject<{
27186
27223
  name: z.ZodString;
27187
27224
  url: z.ZodString;
27188
- events: z.ZodArray<z.ZodUnion<[z.ZodLiteral<"annotation_content.confirm">, z.ZodLiteral<"annotation_content.export">, z.ZodLiteral<"annotation_content.initialize">, z.ZodLiteral<"annotation_content.started">, z.ZodLiteral<"annotation_content.updated">, z.ZodLiteral<"annotation_content.user_update">, z.ZodLiteral<"annotation_content">, z.ZodLiteral<"annotation_status.changed">, z.ZodLiteral<"annotation_status">, z.ZodLiteral<"upload.created">, z.ZodLiteral<"upload">, z.ZodLiteral<"email.received">, z.ZodLiteral<"email">, z.ZodLiteral<"invocation.manual">, z.ZodLiteral<"invocation.scheduled">, z.ZodLiteral<"invocation.integration">, z.ZodLiteral<"invocation">]>, "many">;
27225
+ events: z.ZodArray<z.ZodUnion<[z.ZodLiteral<"annotation_content.confirm">, z.ZodLiteral<"annotation_content.export">, z.ZodLiteral<"annotation_content.initialize">, z.ZodLiteral<"annotation_content.started">, z.ZodLiteral<"annotation_content.updated">, z.ZodLiteral<"annotation_content.user_update">, z.ZodLiteral<"annotation_content">, z.ZodLiteral<"annotation_status.changed">, z.ZodLiteral<"annotation_status">, z.ZodLiteral<"upload.created">, z.ZodLiteral<"upload">, z.ZodLiteral<"email.received">, z.ZodLiteral<"email">, z.ZodLiteral<"invocation.manual">, z.ZodLiteral<"invocation.scheduled">, z.ZodLiteral<"invocation.integration">, z.ZodLiteral<"invocation.interface">, z.ZodLiteral<"invocation">]>, "many">;
27189
27226
  sideload: z.ZodArray<z.ZodString, "many">;
27190
27227
  metadata: z.ZodOptional<z.ZodUnknown>;
27191
27228
  test: z.ZodOptional<z.ZodUnknown>;
@@ -27216,7 +27253,7 @@ declare const endpoints2: {
27216
27253
  url: string;
27217
27254
  name: string;
27218
27255
  description: string;
27219
- events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration")[];
27256
+ events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration" | "invocation.interface")[];
27220
27257
  sideload: string[];
27221
27258
  extensionSource: "custom" | "rossum_store";
27222
27259
  guide: string;
@@ -27238,7 +27275,7 @@ declare const endpoints2: {
27238
27275
  url: string;
27239
27276
  name: string;
27240
27277
  description: string;
27241
- events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration")[];
27278
+ events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration" | "invocation.interface")[];
27242
27279
  sideload: string[];
27243
27280
  extensionSource: "custom" | "rossum_store";
27244
27281
  guide: string;
@@ -27359,7 +27396,7 @@ declare const endpoints2: {
27359
27396
  }>>, z.ZodIntersection<z.ZodIntersection<z.ZodObject<{
27360
27397
  name: z.ZodString;
27361
27398
  url: z.ZodString;
27362
- events: z.ZodArray<z.ZodUnion<[z.ZodLiteral<"annotation_content.confirm">, z.ZodLiteral<"annotation_content.export">, z.ZodLiteral<"annotation_content.initialize">, z.ZodLiteral<"annotation_content.started">, z.ZodLiteral<"annotation_content.updated">, z.ZodLiteral<"annotation_content.user_update">, z.ZodLiteral<"annotation_content">, z.ZodLiteral<"annotation_status.changed">, z.ZodLiteral<"annotation_status">, z.ZodLiteral<"upload.created">, z.ZodLiteral<"upload">, z.ZodLiteral<"email.received">, z.ZodLiteral<"email">, z.ZodLiteral<"invocation.manual">, z.ZodLiteral<"invocation.scheduled">, z.ZodLiteral<"invocation.integration">, z.ZodLiteral<"invocation">]>, "many">;
27399
+ events: z.ZodArray<z.ZodUnion<[z.ZodLiteral<"annotation_content.confirm">, z.ZodLiteral<"annotation_content.export">, z.ZodLiteral<"annotation_content.initialize">, z.ZodLiteral<"annotation_content.started">, z.ZodLiteral<"annotation_content.updated">, z.ZodLiteral<"annotation_content.user_update">, z.ZodLiteral<"annotation_content">, z.ZodLiteral<"annotation_status.changed">, z.ZodLiteral<"annotation_status">, z.ZodLiteral<"upload.created">, z.ZodLiteral<"upload">, z.ZodLiteral<"email.received">, z.ZodLiteral<"email">, z.ZodLiteral<"invocation.manual">, z.ZodLiteral<"invocation.scheduled">, z.ZodLiteral<"invocation.integration">, z.ZodLiteral<"invocation.interface">, z.ZodLiteral<"invocation">]>, "many">;
27363
27400
  sideload: z.ZodArray<z.ZodString, "many">;
27364
27401
  metadata: z.ZodOptional<z.ZodUnknown>;
27365
27402
  test: z.ZodOptional<z.ZodUnknown>;
@@ -27390,7 +27427,7 @@ declare const endpoints2: {
27390
27427
  url: string;
27391
27428
  name: string;
27392
27429
  description: string;
27393
- events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration")[];
27430
+ events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration" | "invocation.interface")[];
27394
27431
  sideload: string[];
27395
27432
  extensionSource: "custom" | "rossum_store";
27396
27433
  guide: string;
@@ -27412,7 +27449,7 @@ declare const endpoints2: {
27412
27449
  url: string;
27413
27450
  name: string;
27414
27451
  description: string;
27415
- events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration")[];
27452
+ events: ("email" | "annotation_content" | "annotation_status" | "upload" | "invocation" | "annotation_content.confirm" | "annotation_content.export" | "annotation_content.initialize" | "annotation_content.started" | "annotation_content.updated" | "annotation_content.user_update" | "annotation_status.changed" | "upload.created" | "email.received" | "invocation.manual" | "invocation.scheduled" | "invocation.integration" | "invocation.interface")[];
27416
27453
  sideload: string[];
27417
27454
  extensionSource: "custom" | "rossum_store";
27418
27455
  guide: string;
@@ -28682,7 +28719,7 @@ declare const endpoints3: {
28682
28719
  settings: z.ZodObject<{
28683
28720
  annotationListTable: z.ZodOptional<z.ZodObject<{
28684
28721
  columns: z.ZodArray<z.ZodUnion<[z.ZodObject<{
28685
- metaName: z.ZodUnion<[z.ZodLiteral<"original_file_name">, z.ZodLiteral<"queue">, z.ZodLiteral<"status">, z.ZodLiteral<"labels">, z.ZodLiteral<"details">, z.ZodUnion<[z.ZodLiteral<"created_at">, z.ZodLiteral<"modified_at">, z.ZodLiteral<"exported_at">, z.ZodLiteral<"confirmed_at">, z.ZodLiteral<"rejected_at">, z.ZodLiteral<"deleted_at">, z.ZodLiteral<"assigned_at">, z.ZodLiteral<"export_failed_at">]>, z.ZodUnion<[z.ZodLiteral<"exported_by">, z.ZodLiteral<"confirmed_by">, z.ZodLiteral<"rejected_by">, z.ZodLiteral<"deleted_by">, z.ZodLiteral<"modifier">, z.ZodLiteral<"assignees">]>]>;
28722
+ metaName: z.ZodUnion<[z.ZodLiteral<"original_file_name">, z.ZodLiteral<"queue">, z.ZodLiteral<"status">, z.ZodLiteral<"labels">, z.ZodLiteral<"details">, z.ZodUnion<[z.ZodLiteral<"created_at">, z.ZodLiteral<"modified_at">, z.ZodLiteral<"exported_at">, z.ZodLiteral<"confirmed_at">, z.ZodLiteral<"rejected_at">, z.ZodLiteral<"deleted_at">, z.ZodLiteral<"assigned_at">, z.ZodLiteral<"export_failed_at">]>, z.ZodUnion<[z.ZodLiteral<"exported_by">, z.ZodLiteral<"confirmed_by">, z.ZodLiteral<"rejected_by">, z.ZodLiteral<"deleted_by">, z.ZodLiteral<"modifier">, z.ZodLiteral<"assignees">, z.ZodLiteral<"creator">]>]>;
28686
28723
  columnType: z.ZodLiteral<"meta">;
28687
28724
  visible: z.ZodBoolean;
28688
28725
  width: z.ZodNumber;
@@ -28690,12 +28727,12 @@ declare const endpoints3: {
28690
28727
  width: number;
28691
28728
  columnType: "meta";
28692
28729
  visible: boolean;
28693
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
28730
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
28694
28731
  }, {
28695
28732
  width: number;
28696
28733
  columnType: "meta";
28697
28734
  visible: boolean;
28698
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
28735
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
28699
28736
  }>, z.ZodObject<{
28700
28737
  schemaId: z.ZodString;
28701
28738
  dataType: z.ZodUnion<[z.ZodLiteral<"number">, z.ZodLiteral<"string">, z.ZodLiteral<"date">, z.ZodLiteral<"boolean">]>;
@@ -28730,7 +28767,7 @@ declare const endpoints3: {
28730
28767
  width: number;
28731
28768
  columnType: "meta";
28732
28769
  visible: boolean;
28733
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
28770
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
28734
28771
  })[];
28735
28772
  }, {
28736
28773
  columns: ({
@@ -28744,7 +28781,7 @@ declare const endpoints3: {
28744
28781
  width: number;
28745
28782
  columnType: "meta";
28746
28783
  visible: boolean;
28747
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
28784
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
28748
28785
  })[];
28749
28786
  }>>;
28750
28787
  }, "strip", z.ZodTypeAny, {
@@ -28760,7 +28797,7 @@ declare const endpoints3: {
28760
28797
  width: number;
28761
28798
  columnType: "meta";
28762
28799
  visible: boolean;
28763
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
28800
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
28764
28801
  })[];
28765
28802
  } | undefined;
28766
28803
  }, {
@@ -28776,7 +28813,7 @@ declare const endpoints3: {
28776
28813
  width: number;
28777
28814
  columnType: "meta";
28778
28815
  visible: boolean;
28779
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
28816
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
28780
28817
  })[];
28781
28818
  } | undefined;
28782
28819
  }>;
@@ -28800,7 +28837,7 @@ declare const endpoints3: {
28800
28837
  width: number;
28801
28838
  columnType: "meta";
28802
28839
  visible: boolean;
28803
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
28840
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
28804
28841
  })[];
28805
28842
  } | undefined;
28806
28843
  };
@@ -28832,7 +28869,7 @@ declare const endpoints3: {
28832
28869
  width: number;
28833
28870
  columnType: "meta";
28834
28871
  visible: boolean;
28835
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
28872
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
28836
28873
  })[];
28837
28874
  } | undefined;
28838
28875
  };
@@ -28868,7 +28905,7 @@ declare const endpoints3: {
28868
28905
  width: number;
28869
28906
  columnType: "meta";
28870
28907
  visible: boolean;
28871
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
28908
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
28872
28909
  })[];
28873
28910
  } | undefined;
28874
28911
  };
@@ -28904,7 +28941,7 @@ declare const endpoints3: {
28904
28941
  width: number;
28905
28942
  columnType: "meta";
28906
28943
  visible: boolean;
28907
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
28944
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
28908
28945
  })[];
28909
28946
  } | undefined;
28910
28947
  };
@@ -28974,7 +29011,7 @@ declare const endpoints3: {
28974
29011
  settings: z.ZodObject<{
28975
29012
  annotationListTable: z.ZodOptional<z.ZodObject<{
28976
29013
  columns: z.ZodArray<z.ZodUnion<[z.ZodObject<{
28977
- metaName: z.ZodUnion<[z.ZodLiteral<"original_file_name">, z.ZodLiteral<"queue">, z.ZodLiteral<"status">, z.ZodLiteral<"labels">, z.ZodLiteral<"details">, z.ZodUnion<[z.ZodLiteral<"created_at">, z.ZodLiteral<"modified_at">, z.ZodLiteral<"exported_at">, z.ZodLiteral<"confirmed_at">, z.ZodLiteral<"rejected_at">, z.ZodLiteral<"deleted_at">, z.ZodLiteral<"assigned_at">, z.ZodLiteral<"export_failed_at">]>, z.ZodUnion<[z.ZodLiteral<"exported_by">, z.ZodLiteral<"confirmed_by">, z.ZodLiteral<"rejected_by">, z.ZodLiteral<"deleted_by">, z.ZodLiteral<"modifier">, z.ZodLiteral<"assignees">]>]>;
29014
+ metaName: z.ZodUnion<[z.ZodLiteral<"original_file_name">, z.ZodLiteral<"queue">, z.ZodLiteral<"status">, z.ZodLiteral<"labels">, z.ZodLiteral<"details">, z.ZodUnion<[z.ZodLiteral<"created_at">, z.ZodLiteral<"modified_at">, z.ZodLiteral<"exported_at">, z.ZodLiteral<"confirmed_at">, z.ZodLiteral<"rejected_at">, z.ZodLiteral<"deleted_at">, z.ZodLiteral<"assigned_at">, z.ZodLiteral<"export_failed_at">]>, z.ZodUnion<[z.ZodLiteral<"exported_by">, z.ZodLiteral<"confirmed_by">, z.ZodLiteral<"rejected_by">, z.ZodLiteral<"deleted_by">, z.ZodLiteral<"modifier">, z.ZodLiteral<"assignees">, z.ZodLiteral<"creator">]>]>;
28978
29015
  columnType: z.ZodLiteral<"meta">;
28979
29016
  visible: z.ZodBoolean;
28980
29017
  width: z.ZodNumber;
@@ -28982,12 +29019,12 @@ declare const endpoints3: {
28982
29019
  width: number;
28983
29020
  columnType: "meta";
28984
29021
  visible: boolean;
28985
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
29022
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
28986
29023
  }, {
28987
29024
  width: number;
28988
29025
  columnType: "meta";
28989
29026
  visible: boolean;
28990
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
29027
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
28991
29028
  }>, z.ZodObject<{
28992
29029
  schemaId: z.ZodString;
28993
29030
  dataType: z.ZodUnion<[z.ZodLiteral<"number">, z.ZodLiteral<"string">, z.ZodLiteral<"date">, z.ZodLiteral<"boolean">]>;
@@ -29022,7 +29059,7 @@ declare const endpoints3: {
29022
29059
  width: number;
29023
29060
  columnType: "meta";
29024
29061
  visible: boolean;
29025
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
29062
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
29026
29063
  })[];
29027
29064
  }, {
29028
29065
  columns: ({
@@ -29036,7 +29073,7 @@ declare const endpoints3: {
29036
29073
  width: number;
29037
29074
  columnType: "meta";
29038
29075
  visible: boolean;
29039
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
29076
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
29040
29077
  })[];
29041
29078
  }>>;
29042
29079
  }, "strip", z.ZodTypeAny, {
@@ -29052,7 +29089,7 @@ declare const endpoints3: {
29052
29089
  width: number;
29053
29090
  columnType: "meta";
29054
29091
  visible: boolean;
29055
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
29092
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
29056
29093
  })[];
29057
29094
  } | undefined;
29058
29095
  }, {
@@ -29068,7 +29105,7 @@ declare const endpoints3: {
29068
29105
  width: number;
29069
29106
  columnType: "meta";
29070
29107
  visible: boolean;
29071
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
29108
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
29072
29109
  })[];
29073
29110
  } | undefined;
29074
29111
  }>;
@@ -29092,7 +29129,7 @@ declare const endpoints3: {
29092
29129
  width: number;
29093
29130
  columnType: "meta";
29094
29131
  visible: boolean;
29095
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
29132
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
29096
29133
  })[];
29097
29134
  } | undefined;
29098
29135
  };
@@ -29124,7 +29161,7 @@ declare const endpoints3: {
29124
29161
  width: number;
29125
29162
  columnType: "meta";
29126
29163
  visible: boolean;
29127
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
29164
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
29128
29165
  })[];
29129
29166
  } | undefined;
29130
29167
  };
@@ -29155,7 +29192,7 @@ declare const endpoints3: {
29155
29192
  settings: z.ZodOptional<z.ZodObject<{
29156
29193
  annotationListTable: z.ZodOptional<z.ZodObject<{
29157
29194
  columns: z.ZodArray<z.ZodUnion<[z.ZodObject<{
29158
- metaName: z.ZodUnion<[z.ZodLiteral<"original_file_name">, z.ZodLiteral<"queue">, z.ZodLiteral<"status">, z.ZodLiteral<"labels">, z.ZodLiteral<"details">, z.ZodUnion<[z.ZodLiteral<"created_at">, z.ZodLiteral<"modified_at">, z.ZodLiteral<"exported_at">, z.ZodLiteral<"confirmed_at">, z.ZodLiteral<"rejected_at">, z.ZodLiteral<"deleted_at">, z.ZodLiteral<"assigned_at">, z.ZodLiteral<"export_failed_at">]>, z.ZodUnion<[z.ZodLiteral<"exported_by">, z.ZodLiteral<"confirmed_by">, z.ZodLiteral<"rejected_by">, z.ZodLiteral<"deleted_by">, z.ZodLiteral<"modifier">, z.ZodLiteral<"assignees">]>]>;
29195
+ metaName: z.ZodUnion<[z.ZodLiteral<"original_file_name">, z.ZodLiteral<"queue">, z.ZodLiteral<"status">, z.ZodLiteral<"labels">, z.ZodLiteral<"details">, z.ZodUnion<[z.ZodLiteral<"created_at">, z.ZodLiteral<"modified_at">, z.ZodLiteral<"exported_at">, z.ZodLiteral<"confirmed_at">, z.ZodLiteral<"rejected_at">, z.ZodLiteral<"deleted_at">, z.ZodLiteral<"assigned_at">, z.ZodLiteral<"export_failed_at">]>, z.ZodUnion<[z.ZodLiteral<"exported_by">, z.ZodLiteral<"confirmed_by">, z.ZodLiteral<"rejected_by">, z.ZodLiteral<"deleted_by">, z.ZodLiteral<"modifier">, z.ZodLiteral<"assignees">, z.ZodLiteral<"creator">]>]>;
29159
29196
  columnType: z.ZodLiteral<"meta">;
29160
29197
  visible: z.ZodBoolean;
29161
29198
  width: z.ZodNumber;
@@ -29163,12 +29200,12 @@ declare const endpoints3: {
29163
29200
  width: number;
29164
29201
  columnType: "meta";
29165
29202
  visible: boolean;
29166
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
29203
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
29167
29204
  }, {
29168
29205
  width: number;
29169
29206
  columnType: "meta";
29170
29207
  visible: boolean;
29171
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
29208
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
29172
29209
  }>, z.ZodObject<{
29173
29210
  schemaId: z.ZodString;
29174
29211
  dataType: z.ZodUnion<[z.ZodLiteral<"number">, z.ZodLiteral<"string">, z.ZodLiteral<"date">, z.ZodLiteral<"boolean">]>;
@@ -29203,7 +29240,7 @@ declare const endpoints3: {
29203
29240
  width: number;
29204
29241
  columnType: "meta";
29205
29242
  visible: boolean;
29206
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
29243
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
29207
29244
  })[];
29208
29245
  }, {
29209
29246
  columns: ({
@@ -29217,7 +29254,7 @@ declare const endpoints3: {
29217
29254
  width: number;
29218
29255
  columnType: "meta";
29219
29256
  visible: boolean;
29220
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
29257
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
29221
29258
  })[];
29222
29259
  }>>;
29223
29260
  }, "strip", z.ZodTypeAny, {
@@ -29233,7 +29270,7 @@ declare const endpoints3: {
29233
29270
  width: number;
29234
29271
  columnType: "meta";
29235
29272
  visible: boolean;
29236
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
29273
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
29237
29274
  })[];
29238
29275
  } | undefined;
29239
29276
  }, {
@@ -29249,7 +29286,7 @@ declare const endpoints3: {
29249
29286
  width: number;
29250
29287
  columnType: "meta";
29251
29288
  visible: boolean;
29252
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
29289
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
29253
29290
  })[];
29254
29291
  } | undefined;
29255
29292
  }>>;
@@ -29281,7 +29318,7 @@ declare const endpoints3: {
29281
29318
  width: number;
29282
29319
  columnType: "meta";
29283
29320
  visible: boolean;
29284
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
29321
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
29285
29322
  })[];
29286
29323
  } | undefined;
29287
29324
  } | undefined;
@@ -29313,7 +29350,7 @@ declare const endpoints3: {
29313
29350
  width: number;
29314
29351
  columnType: "meta";
29315
29352
  visible: boolean;
29316
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
29353
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
29317
29354
  })[];
29318
29355
  } | undefined;
29319
29356
  } | undefined;
@@ -29341,7 +29378,7 @@ declare const endpoints3: {
29341
29378
  settings: z.ZodObject<{
29342
29379
  annotationListTable: z.ZodOptional<z.ZodObject<{
29343
29380
  columns: z.ZodArray<z.ZodUnion<[z.ZodObject<{
29344
- metaName: z.ZodUnion<[z.ZodLiteral<"original_file_name">, z.ZodLiteral<"queue">, z.ZodLiteral<"status">, z.ZodLiteral<"labels">, z.ZodLiteral<"details">, z.ZodUnion<[z.ZodLiteral<"created_at">, z.ZodLiteral<"modified_at">, z.ZodLiteral<"exported_at">, z.ZodLiteral<"confirmed_at">, z.ZodLiteral<"rejected_at">, z.ZodLiteral<"deleted_at">, z.ZodLiteral<"assigned_at">, z.ZodLiteral<"export_failed_at">]>, z.ZodUnion<[z.ZodLiteral<"exported_by">, z.ZodLiteral<"confirmed_by">, z.ZodLiteral<"rejected_by">, z.ZodLiteral<"deleted_by">, z.ZodLiteral<"modifier">, z.ZodLiteral<"assignees">]>]>;
29381
+ metaName: z.ZodUnion<[z.ZodLiteral<"original_file_name">, z.ZodLiteral<"queue">, z.ZodLiteral<"status">, z.ZodLiteral<"labels">, z.ZodLiteral<"details">, z.ZodUnion<[z.ZodLiteral<"created_at">, z.ZodLiteral<"modified_at">, z.ZodLiteral<"exported_at">, z.ZodLiteral<"confirmed_at">, z.ZodLiteral<"rejected_at">, z.ZodLiteral<"deleted_at">, z.ZodLiteral<"assigned_at">, z.ZodLiteral<"export_failed_at">]>, z.ZodUnion<[z.ZodLiteral<"exported_by">, z.ZodLiteral<"confirmed_by">, z.ZodLiteral<"rejected_by">, z.ZodLiteral<"deleted_by">, z.ZodLiteral<"modifier">, z.ZodLiteral<"assignees">, z.ZodLiteral<"creator">]>]>;
29345
29382
  columnType: z.ZodLiteral<"meta">;
29346
29383
  visible: z.ZodBoolean;
29347
29384
  width: z.ZodNumber;
@@ -29349,12 +29386,12 @@ declare const endpoints3: {
29349
29386
  width: number;
29350
29387
  columnType: "meta";
29351
29388
  visible: boolean;
29352
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
29389
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
29353
29390
  }, {
29354
29391
  width: number;
29355
29392
  columnType: "meta";
29356
29393
  visible: boolean;
29357
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
29394
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
29358
29395
  }>, z.ZodObject<{
29359
29396
  schemaId: z.ZodString;
29360
29397
  dataType: z.ZodUnion<[z.ZodLiteral<"number">, z.ZodLiteral<"string">, z.ZodLiteral<"date">, z.ZodLiteral<"boolean">]>;
@@ -29389,7 +29426,7 @@ declare const endpoints3: {
29389
29426
  width: number;
29390
29427
  columnType: "meta";
29391
29428
  visible: boolean;
29392
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
29429
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
29393
29430
  })[];
29394
29431
  }, {
29395
29432
  columns: ({
@@ -29403,7 +29440,7 @@ declare const endpoints3: {
29403
29440
  width: number;
29404
29441
  columnType: "meta";
29405
29442
  visible: boolean;
29406
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
29443
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
29407
29444
  })[];
29408
29445
  }>>;
29409
29446
  }, "strip", z.ZodTypeAny, {
@@ -29419,7 +29456,7 @@ declare const endpoints3: {
29419
29456
  width: number;
29420
29457
  columnType: "meta";
29421
29458
  visible: boolean;
29422
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
29459
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
29423
29460
  })[];
29424
29461
  } | undefined;
29425
29462
  }, {
@@ -29435,7 +29472,7 @@ declare const endpoints3: {
29435
29472
  width: number;
29436
29473
  columnType: "meta";
29437
29474
  visible: boolean;
29438
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
29475
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
29439
29476
  })[];
29440
29477
  } | undefined;
29441
29478
  }>;
@@ -29459,7 +29496,7 @@ declare const endpoints3: {
29459
29496
  width: number;
29460
29497
  columnType: "meta";
29461
29498
  visible: boolean;
29462
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
29499
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
29463
29500
  })[];
29464
29501
  } | undefined;
29465
29502
  };
@@ -29491,7 +29528,7 @@ declare const endpoints3: {
29491
29528
  width: number;
29492
29529
  columnType: "meta";
29493
29530
  visible: boolean;
29494
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
29531
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
29495
29532
  })[];
29496
29533
  } | undefined;
29497
29534
  };
@@ -29543,7 +29580,7 @@ declare const endpoints3: {
29543
29580
  settings: z.ZodObject<{
29544
29581
  annotationListTable: z.ZodOptional<z.ZodObject<{
29545
29582
  columns: z.ZodArray<z.ZodUnion<[z.ZodObject<{
29546
- metaName: z.ZodUnion<[z.ZodLiteral<"original_file_name">, z.ZodLiteral<"queue">, z.ZodLiteral<"status">, z.ZodLiteral<"labels">, z.ZodLiteral<"details">, z.ZodUnion<[z.ZodLiteral<"created_at">, z.ZodLiteral<"modified_at">, z.ZodLiteral<"exported_at">, z.ZodLiteral<"confirmed_at">, z.ZodLiteral<"rejected_at">, z.ZodLiteral<"deleted_at">, z.ZodLiteral<"assigned_at">, z.ZodLiteral<"export_failed_at">]>, z.ZodUnion<[z.ZodLiteral<"exported_by">, z.ZodLiteral<"confirmed_by">, z.ZodLiteral<"rejected_by">, z.ZodLiteral<"deleted_by">, z.ZodLiteral<"modifier">, z.ZodLiteral<"assignees">]>]>;
29583
+ metaName: z.ZodUnion<[z.ZodLiteral<"original_file_name">, z.ZodLiteral<"queue">, z.ZodLiteral<"status">, z.ZodLiteral<"labels">, z.ZodLiteral<"details">, z.ZodUnion<[z.ZodLiteral<"created_at">, z.ZodLiteral<"modified_at">, z.ZodLiteral<"exported_at">, z.ZodLiteral<"confirmed_at">, z.ZodLiteral<"rejected_at">, z.ZodLiteral<"deleted_at">, z.ZodLiteral<"assigned_at">, z.ZodLiteral<"export_failed_at">]>, z.ZodUnion<[z.ZodLiteral<"exported_by">, z.ZodLiteral<"confirmed_by">, z.ZodLiteral<"rejected_by">, z.ZodLiteral<"deleted_by">, z.ZodLiteral<"modifier">, z.ZodLiteral<"assignees">, z.ZodLiteral<"creator">]>]>;
29547
29584
  columnType: z.ZodLiteral<"meta">;
29548
29585
  visible: z.ZodBoolean;
29549
29586
  width: z.ZodNumber;
@@ -29551,12 +29588,12 @@ declare const endpoints3: {
29551
29588
  width: number;
29552
29589
  columnType: "meta";
29553
29590
  visible: boolean;
29554
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
29591
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
29555
29592
  }, {
29556
29593
  width: number;
29557
29594
  columnType: "meta";
29558
29595
  visible: boolean;
29559
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
29596
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
29560
29597
  }>, z.ZodObject<{
29561
29598
  schemaId: z.ZodString;
29562
29599
  dataType: z.ZodUnion<[z.ZodLiteral<"number">, z.ZodLiteral<"string">, z.ZodLiteral<"date">, z.ZodLiteral<"boolean">]>;
@@ -29591,7 +29628,7 @@ declare const endpoints3: {
29591
29628
  width: number;
29592
29629
  columnType: "meta";
29593
29630
  visible: boolean;
29594
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
29631
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
29595
29632
  })[];
29596
29633
  }, {
29597
29634
  columns: ({
@@ -29605,7 +29642,7 @@ declare const endpoints3: {
29605
29642
  width: number;
29606
29643
  columnType: "meta";
29607
29644
  visible: boolean;
29608
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
29645
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
29609
29646
  })[];
29610
29647
  }>>;
29611
29648
  }, "strip", z.ZodTypeAny, {
@@ -29621,7 +29658,7 @@ declare const endpoints3: {
29621
29658
  width: number;
29622
29659
  columnType: "meta";
29623
29660
  visible: boolean;
29624
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
29661
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
29625
29662
  })[];
29626
29663
  } | undefined;
29627
29664
  }, {
@@ -29637,7 +29674,7 @@ declare const endpoints3: {
29637
29674
  width: number;
29638
29675
  columnType: "meta";
29639
29676
  visible: boolean;
29640
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
29677
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
29641
29678
  })[];
29642
29679
  } | undefined;
29643
29680
  }>;
@@ -29661,7 +29698,7 @@ declare const endpoints3: {
29661
29698
  width: number;
29662
29699
  columnType: "meta";
29663
29700
  visible: boolean;
29664
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
29701
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
29665
29702
  })[];
29666
29703
  } | undefined;
29667
29704
  };
@@ -29693,7 +29730,7 @@ declare const endpoints3: {
29693
29730
  width: number;
29694
29731
  columnType: "meta";
29695
29732
  visible: boolean;
29696
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
29733
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
29697
29734
  })[];
29698
29735
  } | undefined;
29699
29736
  };
@@ -29727,7 +29764,7 @@ declare const endpoints3: {
29727
29764
  width: number;
29728
29765
  columnType: "meta";
29729
29766
  visible: boolean;
29730
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
29767
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
29731
29768
  })[];
29732
29769
  } | undefined;
29733
29770
  };
@@ -29767,7 +29804,7 @@ declare const endpoints3: {
29767
29804
  width: number;
29768
29805
  columnType: "meta";
29769
29806
  visible: boolean;
29770
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
29807
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
29771
29808
  })[];
29772
29809
  } | undefined;
29773
29810
  };
@@ -32144,7 +32181,7 @@ declare const endpoints3: {
32144
32181
  }>>;
32145
32182
  annotationListTable: z.ZodOptional<z.ZodOptional<z.ZodObject<{
32146
32183
  columns: z.ZodArray<z.ZodUnion<[z.ZodObject<{
32147
- metaName: z.ZodUnion<[z.ZodLiteral<"original_file_name">, z.ZodLiteral<"queue">, z.ZodLiteral<"status">, z.ZodLiteral<"labels">, z.ZodLiteral<"details">, z.ZodUnion<[z.ZodLiteral<"created_at">, z.ZodLiteral<"modified_at">, z.ZodLiteral<"exported_at">, z.ZodLiteral<"confirmed_at">, z.ZodLiteral<"rejected_at">, z.ZodLiteral<"deleted_at">, z.ZodLiteral<"assigned_at">, z.ZodLiteral<"export_failed_at">]>, z.ZodUnion<[z.ZodLiteral<"exported_by">, z.ZodLiteral<"confirmed_by">, z.ZodLiteral<"rejected_by">, z.ZodLiteral<"deleted_by">, z.ZodLiteral<"modifier">, z.ZodLiteral<"assignees">]>]>;
32184
+ metaName: z.ZodUnion<[z.ZodLiteral<"original_file_name">, z.ZodLiteral<"queue">, z.ZodLiteral<"status">, z.ZodLiteral<"labels">, z.ZodLiteral<"details">, z.ZodUnion<[z.ZodLiteral<"created_at">, z.ZodLiteral<"modified_at">, z.ZodLiteral<"exported_at">, z.ZodLiteral<"confirmed_at">, z.ZodLiteral<"rejected_at">, z.ZodLiteral<"deleted_at">, z.ZodLiteral<"assigned_at">, z.ZodLiteral<"export_failed_at">]>, z.ZodUnion<[z.ZodLiteral<"exported_by">, z.ZodLiteral<"confirmed_by">, z.ZodLiteral<"rejected_by">, z.ZodLiteral<"deleted_by">, z.ZodLiteral<"modifier">, z.ZodLiteral<"assignees">, z.ZodLiteral<"creator">]>]>;
32148
32185
  columnType: z.ZodLiteral<"meta">;
32149
32186
  visible: z.ZodBoolean;
32150
32187
  width: z.ZodNumber;
@@ -32152,12 +32189,12 @@ declare const endpoints3: {
32152
32189
  width: number;
32153
32190
  columnType: "meta";
32154
32191
  visible: boolean;
32155
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
32192
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
32156
32193
  }, {
32157
32194
  width: number;
32158
32195
  columnType: "meta";
32159
32196
  visible: boolean;
32160
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
32197
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
32161
32198
  }>, z.ZodObject<{
32162
32199
  schemaId: z.ZodString;
32163
32200
  dataType: z.ZodUnion<[z.ZodLiteral<"number">, z.ZodLiteral<"string">, z.ZodLiteral<"date">, z.ZodLiteral<"boolean">]>;
@@ -32192,7 +32229,7 @@ declare const endpoints3: {
32192
32229
  width: number;
32193
32230
  columnType: "meta";
32194
32231
  visible: boolean;
32195
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
32232
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
32196
32233
  })[];
32197
32234
  }, {
32198
32235
  columns: ({
@@ -32206,11 +32243,12 @@ declare const endpoints3: {
32206
32243
  width: number;
32207
32244
  columnType: "meta";
32208
32245
  visible: boolean;
32209
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
32246
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
32210
32247
  })[];
32211
32248
  }>>>;
32212
32249
  uploadValues: z.ZodOptional<z.ZodOptional<z.ZodUnknown>>;
32213
32250
  complexTables: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
32251
+ uiUploadEnabled: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
32214
32252
  }, "strip", z.ZodTypeAny, {
32215
32253
  columns?: {
32216
32254
  schemaId: string;
@@ -32276,11 +32314,12 @@ declare const endpoints3: {
32276
32314
  width: number;
32277
32315
  columnType: "meta";
32278
32316
  visible: boolean;
32279
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
32317
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
32280
32318
  })[];
32281
32319
  } | undefined;
32282
32320
  uploadValues?: unknown;
32283
32321
  complexTables?: boolean | undefined;
32322
+ uiUploadEnabled?: boolean | undefined;
32284
32323
  }, {
32285
32324
  columns?: {
32286
32325
  schemaId: string;
@@ -32346,11 +32385,12 @@ declare const endpoints3: {
32346
32385
  width: number;
32347
32386
  columnType: "meta";
32348
32387
  visible: boolean;
32349
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
32388
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
32350
32389
  })[];
32351
32390
  } | undefined;
32352
32391
  uploadValues?: unknown;
32353
32392
  complexTables?: boolean | undefined;
32393
+ uiUploadEnabled?: boolean | undefined;
32354
32394
  }>;
32355
32395
  documentLifetime: z.ZodNullable<z.ZodString>;
32356
32396
  dedicatedEngine: z.ZodNullable<z.ZodString>;
@@ -32448,11 +32488,12 @@ declare const endpoints3: {
32448
32488
  width: number;
32449
32489
  columnType: "meta";
32450
32490
  visible: boolean;
32451
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
32491
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
32452
32492
  })[];
32453
32493
  } | undefined;
32454
32494
  uploadValues?: unknown;
32455
32495
  complexTables?: boolean | undefined;
32496
+ uiUploadEnabled?: boolean | undefined;
32456
32497
  };
32457
32498
  documentLifetime: string | null;
32458
32499
  dedicatedEngine: string | null;
@@ -32549,11 +32590,12 @@ declare const endpoints3: {
32549
32590
  width: number;
32550
32591
  columnType: "meta";
32551
32592
  visible: boolean;
32552
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
32593
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
32553
32594
  })[];
32554
32595
  } | undefined;
32555
32596
  uploadValues?: unknown;
32556
32597
  complexTables?: boolean | undefined;
32598
+ uiUploadEnabled?: boolean | undefined;
32557
32599
  };
32558
32600
  documentLifetime: string | null;
32559
32601
  dedicatedEngine: string | null;
@@ -32652,11 +32694,12 @@ declare const endpoints3: {
32652
32694
  width: number;
32653
32695
  columnType: "meta";
32654
32696
  visible: boolean;
32655
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
32697
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
32656
32698
  })[];
32657
32699
  } | undefined;
32658
32700
  uploadValues?: unknown;
32659
32701
  complexTables?: boolean | undefined;
32702
+ uiUploadEnabled?: boolean | undefined;
32660
32703
  };
32661
32704
  documentLifetime: string | null;
32662
32705
  dedicatedEngine: string | null;
@@ -32761,11 +32804,12 @@ declare const endpoints3: {
32761
32804
  width: number;
32762
32805
  columnType: "meta";
32763
32806
  visible: boolean;
32764
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
32807
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
32765
32808
  })[];
32766
32809
  } | undefined;
32767
32810
  uploadValues?: unknown;
32768
32811
  complexTables?: boolean | undefined;
32812
+ uiUploadEnabled?: boolean | undefined;
32769
32813
  };
32770
32814
  documentLifetime: string | null;
32771
32815
  dedicatedEngine: string | null;
@@ -33331,7 +33375,7 @@ declare const endpoints3: {
33331
33375
  }>>;
33332
33376
  annotationListTable: z.ZodOptional<z.ZodOptional<z.ZodObject<{
33333
33377
  columns: z.ZodArray<z.ZodUnion<[z.ZodObject<{
33334
- metaName: z.ZodUnion<[z.ZodLiteral<"original_file_name">, z.ZodLiteral<"queue">, z.ZodLiteral<"status">, z.ZodLiteral<"labels">, z.ZodLiteral<"details">, z.ZodUnion<[z.ZodLiteral<"created_at">, z.ZodLiteral<"modified_at">, z.ZodLiteral<"exported_at">, z.ZodLiteral<"confirmed_at">, z.ZodLiteral<"rejected_at">, z.ZodLiteral<"deleted_at">, z.ZodLiteral<"assigned_at">, z.ZodLiteral<"export_failed_at">]>, z.ZodUnion<[z.ZodLiteral<"exported_by">, z.ZodLiteral<"confirmed_by">, z.ZodLiteral<"rejected_by">, z.ZodLiteral<"deleted_by">, z.ZodLiteral<"modifier">, z.ZodLiteral<"assignees">]>]>;
33378
+ metaName: z.ZodUnion<[z.ZodLiteral<"original_file_name">, z.ZodLiteral<"queue">, z.ZodLiteral<"status">, z.ZodLiteral<"labels">, z.ZodLiteral<"details">, z.ZodUnion<[z.ZodLiteral<"created_at">, z.ZodLiteral<"modified_at">, z.ZodLiteral<"exported_at">, z.ZodLiteral<"confirmed_at">, z.ZodLiteral<"rejected_at">, z.ZodLiteral<"deleted_at">, z.ZodLiteral<"assigned_at">, z.ZodLiteral<"export_failed_at">]>, z.ZodUnion<[z.ZodLiteral<"exported_by">, z.ZodLiteral<"confirmed_by">, z.ZodLiteral<"rejected_by">, z.ZodLiteral<"deleted_by">, z.ZodLiteral<"modifier">, z.ZodLiteral<"assignees">, z.ZodLiteral<"creator">]>]>;
33335
33379
  columnType: z.ZodLiteral<"meta">;
33336
33380
  visible: z.ZodBoolean;
33337
33381
  width: z.ZodNumber;
@@ -33339,12 +33383,12 @@ declare const endpoints3: {
33339
33383
  width: number;
33340
33384
  columnType: "meta";
33341
33385
  visible: boolean;
33342
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
33386
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
33343
33387
  }, {
33344
33388
  width: number;
33345
33389
  columnType: "meta";
33346
33390
  visible: boolean;
33347
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
33391
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
33348
33392
  }>, z.ZodObject<{
33349
33393
  schemaId: z.ZodString;
33350
33394
  dataType: z.ZodUnion<[z.ZodLiteral<"number">, z.ZodLiteral<"string">, z.ZodLiteral<"date">, z.ZodLiteral<"boolean">]>;
@@ -33379,7 +33423,7 @@ declare const endpoints3: {
33379
33423
  width: number;
33380
33424
  columnType: "meta";
33381
33425
  visible: boolean;
33382
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
33426
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
33383
33427
  })[];
33384
33428
  }, {
33385
33429
  columns: ({
@@ -33393,11 +33437,12 @@ declare const endpoints3: {
33393
33437
  width: number;
33394
33438
  columnType: "meta";
33395
33439
  visible: boolean;
33396
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
33440
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
33397
33441
  })[];
33398
33442
  }>>>;
33399
33443
  uploadValues: z.ZodOptional<z.ZodOptional<z.ZodUnknown>>;
33400
33444
  complexTables: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
33445
+ uiUploadEnabled: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
33401
33446
  }, "strip", z.ZodTypeAny, {
33402
33447
  columns?: {
33403
33448
  schemaId: string;
@@ -33463,11 +33508,12 @@ declare const endpoints3: {
33463
33508
  width: number;
33464
33509
  columnType: "meta";
33465
33510
  visible: boolean;
33466
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
33511
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
33467
33512
  })[];
33468
33513
  } | undefined;
33469
33514
  uploadValues?: unknown;
33470
33515
  complexTables?: boolean | undefined;
33516
+ uiUploadEnabled?: boolean | undefined;
33471
33517
  }, {
33472
33518
  columns?: {
33473
33519
  schemaId: string;
@@ -33533,11 +33579,12 @@ declare const endpoints3: {
33533
33579
  width: number;
33534
33580
  columnType: "meta";
33535
33581
  visible: boolean;
33536
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
33582
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
33537
33583
  })[];
33538
33584
  } | undefined;
33539
33585
  uploadValues?: unknown;
33540
33586
  complexTables?: boolean | undefined;
33587
+ uiUploadEnabled?: boolean | undefined;
33541
33588
  }>;
33542
33589
  documentLifetime: z.ZodNullable<z.ZodString>;
33543
33590
  dedicatedEngine: z.ZodNullable<z.ZodString>;
@@ -33635,11 +33682,12 @@ declare const endpoints3: {
33635
33682
  width: number;
33636
33683
  columnType: "meta";
33637
33684
  visible: boolean;
33638
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
33685
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
33639
33686
  })[];
33640
33687
  } | undefined;
33641
33688
  uploadValues?: unknown;
33642
33689
  complexTables?: boolean | undefined;
33690
+ uiUploadEnabled?: boolean | undefined;
33643
33691
  };
33644
33692
  documentLifetime: string | null;
33645
33693
  dedicatedEngine: string | null;
@@ -33736,11 +33784,12 @@ declare const endpoints3: {
33736
33784
  width: number;
33737
33785
  columnType: "meta";
33738
33786
  visible: boolean;
33739
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
33787
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
33740
33788
  })[];
33741
33789
  } | undefined;
33742
33790
  uploadValues?: unknown;
33743
33791
  complexTables?: boolean | undefined;
33792
+ uiUploadEnabled?: boolean | undefined;
33744
33793
  };
33745
33794
  documentLifetime: string | null;
33746
33795
  dedicatedEngine: string | null;
@@ -33955,7 +34004,7 @@ declare const endpoints3: {
33955
34004
  }>>;
33956
34005
  annotationListTable: z.ZodOptional<z.ZodOptional<z.ZodObject<{
33957
34006
  columns: z.ZodArray<z.ZodUnion<[z.ZodObject<{
33958
- metaName: z.ZodUnion<[z.ZodLiteral<"original_file_name">, z.ZodLiteral<"queue">, z.ZodLiteral<"status">, z.ZodLiteral<"labels">, z.ZodLiteral<"details">, z.ZodUnion<[z.ZodLiteral<"created_at">, z.ZodLiteral<"modified_at">, z.ZodLiteral<"exported_at">, z.ZodLiteral<"confirmed_at">, z.ZodLiteral<"rejected_at">, z.ZodLiteral<"deleted_at">, z.ZodLiteral<"assigned_at">, z.ZodLiteral<"export_failed_at">]>, z.ZodUnion<[z.ZodLiteral<"exported_by">, z.ZodLiteral<"confirmed_by">, z.ZodLiteral<"rejected_by">, z.ZodLiteral<"deleted_by">, z.ZodLiteral<"modifier">, z.ZodLiteral<"assignees">]>]>;
34007
+ metaName: z.ZodUnion<[z.ZodLiteral<"original_file_name">, z.ZodLiteral<"queue">, z.ZodLiteral<"status">, z.ZodLiteral<"labels">, z.ZodLiteral<"details">, z.ZodUnion<[z.ZodLiteral<"created_at">, z.ZodLiteral<"modified_at">, z.ZodLiteral<"exported_at">, z.ZodLiteral<"confirmed_at">, z.ZodLiteral<"rejected_at">, z.ZodLiteral<"deleted_at">, z.ZodLiteral<"assigned_at">, z.ZodLiteral<"export_failed_at">]>, z.ZodUnion<[z.ZodLiteral<"exported_by">, z.ZodLiteral<"confirmed_by">, z.ZodLiteral<"rejected_by">, z.ZodLiteral<"deleted_by">, z.ZodLiteral<"modifier">, z.ZodLiteral<"assignees">, z.ZodLiteral<"creator">]>]>;
33959
34008
  columnType: z.ZodLiteral<"meta">;
33960
34009
  visible: z.ZodBoolean;
33961
34010
  width: z.ZodNumber;
@@ -33963,12 +34012,12 @@ declare const endpoints3: {
33963
34012
  width: number;
33964
34013
  columnType: "meta";
33965
34014
  visible: boolean;
33966
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
34015
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
33967
34016
  }, {
33968
34017
  width: number;
33969
34018
  columnType: "meta";
33970
34019
  visible: boolean;
33971
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
34020
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
33972
34021
  }>, z.ZodObject<{
33973
34022
  schemaId: z.ZodString;
33974
34023
  dataType: z.ZodUnion<[z.ZodLiteral<"number">, z.ZodLiteral<"string">, z.ZodLiteral<"date">, z.ZodLiteral<"boolean">]>;
@@ -34003,7 +34052,7 @@ declare const endpoints3: {
34003
34052
  width: number;
34004
34053
  columnType: "meta";
34005
34054
  visible: boolean;
34006
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
34055
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
34007
34056
  })[];
34008
34057
  }, {
34009
34058
  columns: ({
@@ -34017,11 +34066,12 @@ declare const endpoints3: {
34017
34066
  width: number;
34018
34067
  columnType: "meta";
34019
34068
  visible: boolean;
34020
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
34069
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
34021
34070
  })[];
34022
34071
  }>>>;
34023
34072
  uploadValues: z.ZodOptional<z.ZodOptional<z.ZodUnknown>>;
34024
34073
  complexTables: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
34074
+ uiUploadEnabled: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
34025
34075
  }, "strip", z.ZodTypeAny, {
34026
34076
  columns?: {
34027
34077
  schemaId: string;
@@ -34087,11 +34137,12 @@ declare const endpoints3: {
34087
34137
  width: number;
34088
34138
  columnType: "meta";
34089
34139
  visible: boolean;
34090
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
34140
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
34091
34141
  })[];
34092
34142
  } | undefined;
34093
34143
  uploadValues?: unknown;
34094
34144
  complexTables?: boolean | undefined;
34145
+ uiUploadEnabled?: boolean | undefined;
34095
34146
  }, {
34096
34147
  columns?: {
34097
34148
  schemaId: string;
@@ -34157,11 +34208,12 @@ declare const endpoints3: {
34157
34208
  width: number;
34158
34209
  columnType: "meta";
34159
34210
  visible: boolean;
34160
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
34211
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
34161
34212
  })[];
34162
34213
  } | undefined;
34163
34214
  uploadValues?: unknown;
34164
34215
  complexTables?: boolean | undefined;
34216
+ uiUploadEnabled?: boolean | undefined;
34165
34217
  }>;
34166
34218
  documentLifetime: z.ZodNullable<z.ZodString>;
34167
34219
  dedicatedEngine: z.ZodNullable<z.ZodString>;
@@ -34259,11 +34311,12 @@ declare const endpoints3: {
34259
34311
  width: number;
34260
34312
  columnType: "meta";
34261
34313
  visible: boolean;
34262
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
34314
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
34263
34315
  })[];
34264
34316
  } | undefined;
34265
34317
  uploadValues?: unknown;
34266
34318
  complexTables?: boolean | undefined;
34319
+ uiUploadEnabled?: boolean | undefined;
34267
34320
  };
34268
34321
  documentLifetime: string | null;
34269
34322
  dedicatedEngine: string | null;
@@ -34360,11 +34413,12 @@ declare const endpoints3: {
34360
34413
  width: number;
34361
34414
  columnType: "meta";
34362
34415
  visible: boolean;
34363
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
34416
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
34364
34417
  })[];
34365
34418
  } | undefined;
34366
34419
  uploadValues?: unknown;
34367
34420
  complexTables?: boolean | undefined;
34421
+ uiUploadEnabled?: boolean | undefined;
34368
34422
  };
34369
34423
  documentLifetime: string | null;
34370
34424
  dedicatedEngine: string | null;
@@ -34566,7 +34620,7 @@ declare const endpoints3: {
34566
34620
  }>>;
34567
34621
  annotationListTable: z.ZodOptional<z.ZodOptional<z.ZodObject<{
34568
34622
  columns: z.ZodArray<z.ZodUnion<[z.ZodObject<{
34569
- metaName: z.ZodUnion<[z.ZodLiteral<"original_file_name">, z.ZodLiteral<"queue">, z.ZodLiteral<"status">, z.ZodLiteral<"labels">, z.ZodLiteral<"details">, z.ZodUnion<[z.ZodLiteral<"created_at">, z.ZodLiteral<"modified_at">, z.ZodLiteral<"exported_at">, z.ZodLiteral<"confirmed_at">, z.ZodLiteral<"rejected_at">, z.ZodLiteral<"deleted_at">, z.ZodLiteral<"assigned_at">, z.ZodLiteral<"export_failed_at">]>, z.ZodUnion<[z.ZodLiteral<"exported_by">, z.ZodLiteral<"confirmed_by">, z.ZodLiteral<"rejected_by">, z.ZodLiteral<"deleted_by">, z.ZodLiteral<"modifier">, z.ZodLiteral<"assignees">]>]>;
34623
+ metaName: z.ZodUnion<[z.ZodLiteral<"original_file_name">, z.ZodLiteral<"queue">, z.ZodLiteral<"status">, z.ZodLiteral<"labels">, z.ZodLiteral<"details">, z.ZodUnion<[z.ZodLiteral<"created_at">, z.ZodLiteral<"modified_at">, z.ZodLiteral<"exported_at">, z.ZodLiteral<"confirmed_at">, z.ZodLiteral<"rejected_at">, z.ZodLiteral<"deleted_at">, z.ZodLiteral<"assigned_at">, z.ZodLiteral<"export_failed_at">]>, z.ZodUnion<[z.ZodLiteral<"exported_by">, z.ZodLiteral<"confirmed_by">, z.ZodLiteral<"rejected_by">, z.ZodLiteral<"deleted_by">, z.ZodLiteral<"modifier">, z.ZodLiteral<"assignees">, z.ZodLiteral<"creator">]>]>;
34570
34624
  columnType: z.ZodLiteral<"meta">;
34571
34625
  visible: z.ZodBoolean;
34572
34626
  width: z.ZodNumber;
@@ -34574,12 +34628,12 @@ declare const endpoints3: {
34574
34628
  width: number;
34575
34629
  columnType: "meta";
34576
34630
  visible: boolean;
34577
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
34631
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
34578
34632
  }, {
34579
34633
  width: number;
34580
34634
  columnType: "meta";
34581
34635
  visible: boolean;
34582
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
34636
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
34583
34637
  }>, z.ZodObject<{
34584
34638
  schemaId: z.ZodString;
34585
34639
  dataType: z.ZodUnion<[z.ZodLiteral<"number">, z.ZodLiteral<"string">, z.ZodLiteral<"date">, z.ZodLiteral<"boolean">]>;
@@ -34614,7 +34668,7 @@ declare const endpoints3: {
34614
34668
  width: number;
34615
34669
  columnType: "meta";
34616
34670
  visible: boolean;
34617
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
34671
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
34618
34672
  })[];
34619
34673
  }, {
34620
34674
  columns: ({
@@ -34628,11 +34682,12 @@ declare const endpoints3: {
34628
34682
  width: number;
34629
34683
  columnType: "meta";
34630
34684
  visible: boolean;
34631
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
34685
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
34632
34686
  })[];
34633
34687
  }>>>;
34634
34688
  uploadValues: z.ZodOptional<z.ZodOptional<z.ZodUnknown>>;
34635
34689
  complexTables: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
34690
+ uiUploadEnabled: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
34636
34691
  }, "strip", z.ZodTypeAny, {
34637
34692
  columns?: {
34638
34693
  schemaId: string;
@@ -34698,11 +34753,12 @@ declare const endpoints3: {
34698
34753
  width: number;
34699
34754
  columnType: "meta";
34700
34755
  visible: boolean;
34701
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
34756
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
34702
34757
  })[];
34703
34758
  } | undefined;
34704
34759
  uploadValues?: unknown;
34705
34760
  complexTables?: boolean | undefined;
34761
+ uiUploadEnabled?: boolean | undefined;
34706
34762
  }, {
34707
34763
  columns?: {
34708
34764
  schemaId: string;
@@ -34768,11 +34824,12 @@ declare const endpoints3: {
34768
34824
  width: number;
34769
34825
  columnType: "meta";
34770
34826
  visible: boolean;
34771
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
34827
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
34772
34828
  })[];
34773
34829
  } | undefined;
34774
34830
  uploadValues?: unknown;
34775
34831
  complexTables?: boolean | undefined;
34832
+ uiUploadEnabled?: boolean | undefined;
34776
34833
  }>>;
34777
34834
  documentLifetime: z.ZodOptional<z.ZodNullable<z.ZodString>>;
34778
34835
  dedicatedEngine: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -34869,11 +34926,12 @@ declare const endpoints3: {
34869
34926
  width: number;
34870
34927
  columnType: "meta";
34871
34928
  visible: boolean;
34872
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
34929
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
34873
34930
  })[];
34874
34931
  } | undefined;
34875
34932
  uploadValues?: unknown;
34876
34933
  complexTables?: boolean | undefined;
34934
+ uiUploadEnabled?: boolean | undefined;
34877
34935
  } | undefined;
34878
34936
  documentLifetime?: string | null | undefined;
34879
34937
  dedicatedEngine?: string | null | undefined;
@@ -34970,11 +35028,12 @@ declare const endpoints3: {
34970
35028
  width: number;
34971
35029
  columnType: "meta";
34972
35030
  visible: boolean;
34973
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
35031
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
34974
35032
  })[];
34975
35033
  } | undefined;
34976
35034
  uploadValues?: unknown;
34977
35035
  complexTables?: boolean | undefined;
35036
+ uiUploadEnabled?: boolean | undefined;
34978
35037
  } | undefined;
34979
35038
  documentLifetime?: string | null | undefined;
34980
35039
  dedicatedEngine?: string | null | undefined;
@@ -35197,7 +35256,7 @@ declare const endpoints3: {
35197
35256
  }>>;
35198
35257
  annotationListTable: z.ZodOptional<z.ZodOptional<z.ZodObject<{
35199
35258
  columns: z.ZodArray<z.ZodUnion<[z.ZodObject<{
35200
- metaName: z.ZodUnion<[z.ZodLiteral<"original_file_name">, z.ZodLiteral<"queue">, z.ZodLiteral<"status">, z.ZodLiteral<"labels">, z.ZodLiteral<"details">, z.ZodUnion<[z.ZodLiteral<"created_at">, z.ZodLiteral<"modified_at">, z.ZodLiteral<"exported_at">, z.ZodLiteral<"confirmed_at">, z.ZodLiteral<"rejected_at">, z.ZodLiteral<"deleted_at">, z.ZodLiteral<"assigned_at">, z.ZodLiteral<"export_failed_at">]>, z.ZodUnion<[z.ZodLiteral<"exported_by">, z.ZodLiteral<"confirmed_by">, z.ZodLiteral<"rejected_by">, z.ZodLiteral<"deleted_by">, z.ZodLiteral<"modifier">, z.ZodLiteral<"assignees">]>]>;
35259
+ metaName: z.ZodUnion<[z.ZodLiteral<"original_file_name">, z.ZodLiteral<"queue">, z.ZodLiteral<"status">, z.ZodLiteral<"labels">, z.ZodLiteral<"details">, z.ZodUnion<[z.ZodLiteral<"created_at">, z.ZodLiteral<"modified_at">, z.ZodLiteral<"exported_at">, z.ZodLiteral<"confirmed_at">, z.ZodLiteral<"rejected_at">, z.ZodLiteral<"deleted_at">, z.ZodLiteral<"assigned_at">, z.ZodLiteral<"export_failed_at">]>, z.ZodUnion<[z.ZodLiteral<"exported_by">, z.ZodLiteral<"confirmed_by">, z.ZodLiteral<"rejected_by">, z.ZodLiteral<"deleted_by">, z.ZodLiteral<"modifier">, z.ZodLiteral<"assignees">, z.ZodLiteral<"creator">]>]>;
35201
35260
  columnType: z.ZodLiteral<"meta">;
35202
35261
  visible: z.ZodBoolean;
35203
35262
  width: z.ZodNumber;
@@ -35205,12 +35264,12 @@ declare const endpoints3: {
35205
35264
  width: number;
35206
35265
  columnType: "meta";
35207
35266
  visible: boolean;
35208
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
35267
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
35209
35268
  }, {
35210
35269
  width: number;
35211
35270
  columnType: "meta";
35212
35271
  visible: boolean;
35213
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
35272
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
35214
35273
  }>, z.ZodObject<{
35215
35274
  schemaId: z.ZodString;
35216
35275
  dataType: z.ZodUnion<[z.ZodLiteral<"number">, z.ZodLiteral<"string">, z.ZodLiteral<"date">, z.ZodLiteral<"boolean">]>;
@@ -35245,7 +35304,7 @@ declare const endpoints3: {
35245
35304
  width: number;
35246
35305
  columnType: "meta";
35247
35306
  visible: boolean;
35248
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
35307
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
35249
35308
  })[];
35250
35309
  }, {
35251
35310
  columns: ({
@@ -35259,11 +35318,12 @@ declare const endpoints3: {
35259
35318
  width: number;
35260
35319
  columnType: "meta";
35261
35320
  visible: boolean;
35262
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
35321
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
35263
35322
  })[];
35264
35323
  }>>>;
35265
35324
  uploadValues: z.ZodOptional<z.ZodOptional<z.ZodUnknown>>;
35266
35325
  complexTables: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
35326
+ uiUploadEnabled: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
35267
35327
  }, "strip", z.ZodTypeAny, {
35268
35328
  columns?: {
35269
35329
  schemaId: string;
@@ -35329,11 +35389,12 @@ declare const endpoints3: {
35329
35389
  width: number;
35330
35390
  columnType: "meta";
35331
35391
  visible: boolean;
35332
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
35392
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
35333
35393
  })[];
35334
35394
  } | undefined;
35335
35395
  uploadValues?: unknown;
35336
35396
  complexTables?: boolean | undefined;
35397
+ uiUploadEnabled?: boolean | undefined;
35337
35398
  }, {
35338
35399
  columns?: {
35339
35400
  schemaId: string;
@@ -35399,11 +35460,12 @@ declare const endpoints3: {
35399
35460
  width: number;
35400
35461
  columnType: "meta";
35401
35462
  visible: boolean;
35402
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
35463
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
35403
35464
  })[];
35404
35465
  } | undefined;
35405
35466
  uploadValues?: unknown;
35406
35467
  complexTables?: boolean | undefined;
35468
+ uiUploadEnabled?: boolean | undefined;
35407
35469
  }>;
35408
35470
  documentLifetime: z.ZodNullable<z.ZodString>;
35409
35471
  dedicatedEngine: z.ZodNullable<z.ZodString>;
@@ -35501,11 +35563,12 @@ declare const endpoints3: {
35501
35563
  width: number;
35502
35564
  columnType: "meta";
35503
35565
  visible: boolean;
35504
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
35566
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
35505
35567
  })[];
35506
35568
  } | undefined;
35507
35569
  uploadValues?: unknown;
35508
35570
  complexTables?: boolean | undefined;
35571
+ uiUploadEnabled?: boolean | undefined;
35509
35572
  };
35510
35573
  documentLifetime: string | null;
35511
35574
  dedicatedEngine: string | null;
@@ -35602,11 +35665,12 @@ declare const endpoints3: {
35602
35665
  width: number;
35603
35666
  columnType: "meta";
35604
35667
  visible: boolean;
35605
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
35668
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
35606
35669
  })[];
35607
35670
  } | undefined;
35608
35671
  uploadValues?: unknown;
35609
35672
  complexTables?: boolean | undefined;
35673
+ uiUploadEnabled?: boolean | undefined;
35610
35674
  };
35611
35675
  documentLifetime: string | null;
35612
35676
  dedicatedEngine: string | null;
@@ -35839,7 +35903,7 @@ declare const endpoints3: {
35839
35903
  }>>;
35840
35904
  annotationListTable: z.ZodOptional<z.ZodOptional<z.ZodObject<{
35841
35905
  columns: z.ZodArray<z.ZodUnion<[z.ZodObject<{
35842
- metaName: z.ZodUnion<[z.ZodLiteral<"original_file_name">, z.ZodLiteral<"queue">, z.ZodLiteral<"status">, z.ZodLiteral<"labels">, z.ZodLiteral<"details">, z.ZodUnion<[z.ZodLiteral<"created_at">, z.ZodLiteral<"modified_at">, z.ZodLiteral<"exported_at">, z.ZodLiteral<"confirmed_at">, z.ZodLiteral<"rejected_at">, z.ZodLiteral<"deleted_at">, z.ZodLiteral<"assigned_at">, z.ZodLiteral<"export_failed_at">]>, z.ZodUnion<[z.ZodLiteral<"exported_by">, z.ZodLiteral<"confirmed_by">, z.ZodLiteral<"rejected_by">, z.ZodLiteral<"deleted_by">, z.ZodLiteral<"modifier">, z.ZodLiteral<"assignees">]>]>;
35906
+ metaName: z.ZodUnion<[z.ZodLiteral<"original_file_name">, z.ZodLiteral<"queue">, z.ZodLiteral<"status">, z.ZodLiteral<"labels">, z.ZodLiteral<"details">, z.ZodUnion<[z.ZodLiteral<"created_at">, z.ZodLiteral<"modified_at">, z.ZodLiteral<"exported_at">, z.ZodLiteral<"confirmed_at">, z.ZodLiteral<"rejected_at">, z.ZodLiteral<"deleted_at">, z.ZodLiteral<"assigned_at">, z.ZodLiteral<"export_failed_at">]>, z.ZodUnion<[z.ZodLiteral<"exported_by">, z.ZodLiteral<"confirmed_by">, z.ZodLiteral<"rejected_by">, z.ZodLiteral<"deleted_by">, z.ZodLiteral<"modifier">, z.ZodLiteral<"assignees">, z.ZodLiteral<"creator">]>]>;
35843
35907
  columnType: z.ZodLiteral<"meta">;
35844
35908
  visible: z.ZodBoolean;
35845
35909
  width: z.ZodNumber;
@@ -35847,12 +35911,12 @@ declare const endpoints3: {
35847
35911
  width: number;
35848
35912
  columnType: "meta";
35849
35913
  visible: boolean;
35850
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
35914
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
35851
35915
  }, {
35852
35916
  width: number;
35853
35917
  columnType: "meta";
35854
35918
  visible: boolean;
35855
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
35919
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
35856
35920
  }>, z.ZodObject<{
35857
35921
  schemaId: z.ZodString;
35858
35922
  dataType: z.ZodUnion<[z.ZodLiteral<"number">, z.ZodLiteral<"string">, z.ZodLiteral<"date">, z.ZodLiteral<"boolean">]>;
@@ -35887,7 +35951,7 @@ declare const endpoints3: {
35887
35951
  width: number;
35888
35952
  columnType: "meta";
35889
35953
  visible: boolean;
35890
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
35954
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
35891
35955
  })[];
35892
35956
  }, {
35893
35957
  columns: ({
@@ -35901,11 +35965,12 @@ declare const endpoints3: {
35901
35965
  width: number;
35902
35966
  columnType: "meta";
35903
35967
  visible: boolean;
35904
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
35968
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
35905
35969
  })[];
35906
35970
  }>>>;
35907
35971
  uploadValues: z.ZodOptional<z.ZodOptional<z.ZodUnknown>>;
35908
35972
  complexTables: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
35973
+ uiUploadEnabled: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
35909
35974
  }, "strip", z.ZodTypeAny, {
35910
35975
  columns?: {
35911
35976
  schemaId: string;
@@ -35971,11 +36036,12 @@ declare const endpoints3: {
35971
36036
  width: number;
35972
36037
  columnType: "meta";
35973
36038
  visible: boolean;
35974
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
36039
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
35975
36040
  })[];
35976
36041
  } | undefined;
35977
36042
  uploadValues?: unknown;
35978
36043
  complexTables?: boolean | undefined;
36044
+ uiUploadEnabled?: boolean | undefined;
35979
36045
  }, {
35980
36046
  columns?: {
35981
36047
  schemaId: string;
@@ -36041,11 +36107,12 @@ declare const endpoints3: {
36041
36107
  width: number;
36042
36108
  columnType: "meta";
36043
36109
  visible: boolean;
36044
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
36110
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
36045
36111
  })[];
36046
36112
  } | undefined;
36047
36113
  uploadValues?: unknown;
36048
36114
  complexTables?: boolean | undefined;
36115
+ uiUploadEnabled?: boolean | undefined;
36049
36116
  }>;
36050
36117
  documentLifetime: z.ZodNullable<z.ZodString>;
36051
36118
  dedicatedEngine: z.ZodNullable<z.ZodString>;
@@ -36143,11 +36210,12 @@ declare const endpoints3: {
36143
36210
  width: number;
36144
36211
  columnType: "meta";
36145
36212
  visible: boolean;
36146
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
36213
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
36147
36214
  })[];
36148
36215
  } | undefined;
36149
36216
  uploadValues?: unknown;
36150
36217
  complexTables?: boolean | undefined;
36218
+ uiUploadEnabled?: boolean | undefined;
36151
36219
  };
36152
36220
  documentLifetime: string | null;
36153
36221
  dedicatedEngine: string | null;
@@ -36244,11 +36312,12 @@ declare const endpoints3: {
36244
36312
  width: number;
36245
36313
  columnType: "meta";
36246
36314
  visible: boolean;
36247
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
36315
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
36248
36316
  })[];
36249
36317
  } | undefined;
36250
36318
  uploadValues?: unknown;
36251
36319
  complexTables?: boolean | undefined;
36320
+ uiUploadEnabled?: boolean | undefined;
36252
36321
  };
36253
36322
  documentLifetime: string | null;
36254
36323
  dedicatedEngine: string | null;
@@ -36573,7 +36642,7 @@ declare const endpoints3: {
36573
36642
  }>>;
36574
36643
  annotationListTable: z.ZodOptional<z.ZodOptional<z.ZodObject<{
36575
36644
  columns: z.ZodArray<z.ZodUnion<[z.ZodObject<{
36576
- metaName: z.ZodUnion<[z.ZodLiteral<"original_file_name">, z.ZodLiteral<"queue">, z.ZodLiteral<"status">, z.ZodLiteral<"labels">, z.ZodLiteral<"details">, z.ZodUnion<[z.ZodLiteral<"created_at">, z.ZodLiteral<"modified_at">, z.ZodLiteral<"exported_at">, z.ZodLiteral<"confirmed_at">, z.ZodLiteral<"rejected_at">, z.ZodLiteral<"deleted_at">, z.ZodLiteral<"assigned_at">, z.ZodLiteral<"export_failed_at">]>, z.ZodUnion<[z.ZodLiteral<"exported_by">, z.ZodLiteral<"confirmed_by">, z.ZodLiteral<"rejected_by">, z.ZodLiteral<"deleted_by">, z.ZodLiteral<"modifier">, z.ZodLiteral<"assignees">]>]>;
36645
+ metaName: z.ZodUnion<[z.ZodLiteral<"original_file_name">, z.ZodLiteral<"queue">, z.ZodLiteral<"status">, z.ZodLiteral<"labels">, z.ZodLiteral<"details">, z.ZodUnion<[z.ZodLiteral<"created_at">, z.ZodLiteral<"modified_at">, z.ZodLiteral<"exported_at">, z.ZodLiteral<"confirmed_at">, z.ZodLiteral<"rejected_at">, z.ZodLiteral<"deleted_at">, z.ZodLiteral<"assigned_at">, z.ZodLiteral<"export_failed_at">]>, z.ZodUnion<[z.ZodLiteral<"exported_by">, z.ZodLiteral<"confirmed_by">, z.ZodLiteral<"rejected_by">, z.ZodLiteral<"deleted_by">, z.ZodLiteral<"modifier">, z.ZodLiteral<"assignees">, z.ZodLiteral<"creator">]>]>;
36577
36646
  columnType: z.ZodLiteral<"meta">;
36578
36647
  visible: z.ZodBoolean;
36579
36648
  width: z.ZodNumber;
@@ -36581,12 +36650,12 @@ declare const endpoints3: {
36581
36650
  width: number;
36582
36651
  columnType: "meta";
36583
36652
  visible: boolean;
36584
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
36653
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
36585
36654
  }, {
36586
36655
  width: number;
36587
36656
  columnType: "meta";
36588
36657
  visible: boolean;
36589
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
36658
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
36590
36659
  }>, z.ZodObject<{
36591
36660
  schemaId: z.ZodString;
36592
36661
  dataType: z.ZodUnion<[z.ZodLiteral<"number">, z.ZodLiteral<"string">, z.ZodLiteral<"date">, z.ZodLiteral<"boolean">]>;
@@ -36621,7 +36690,7 @@ declare const endpoints3: {
36621
36690
  width: number;
36622
36691
  columnType: "meta";
36623
36692
  visible: boolean;
36624
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
36693
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
36625
36694
  })[];
36626
36695
  }, {
36627
36696
  columns: ({
@@ -36635,11 +36704,12 @@ declare const endpoints3: {
36635
36704
  width: number;
36636
36705
  columnType: "meta";
36637
36706
  visible: boolean;
36638
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
36707
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
36639
36708
  })[];
36640
36709
  }>>>;
36641
36710
  uploadValues: z.ZodOptional<z.ZodOptional<z.ZodUnknown>>;
36642
36711
  complexTables: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
36712
+ uiUploadEnabled: z.ZodOptional<z.ZodOptional<z.ZodBoolean>>;
36643
36713
  }, "strip", z.ZodTypeAny, {
36644
36714
  columns?: {
36645
36715
  schemaId: string;
@@ -36705,11 +36775,12 @@ declare const endpoints3: {
36705
36775
  width: number;
36706
36776
  columnType: "meta";
36707
36777
  visible: boolean;
36708
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
36778
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
36709
36779
  })[];
36710
36780
  } | undefined;
36711
36781
  uploadValues?: unknown;
36712
36782
  complexTables?: boolean | undefined;
36783
+ uiUploadEnabled?: boolean | undefined;
36713
36784
  }, {
36714
36785
  columns?: {
36715
36786
  schemaId: string;
@@ -36775,11 +36846,12 @@ declare const endpoints3: {
36775
36846
  width: number;
36776
36847
  columnType: "meta";
36777
36848
  visible: boolean;
36778
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
36849
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
36779
36850
  })[];
36780
36851
  } | undefined;
36781
36852
  uploadValues?: unknown;
36782
36853
  complexTables?: boolean | undefined;
36854
+ uiUploadEnabled?: boolean | undefined;
36783
36855
  }>;
36784
36856
  documentLifetime: z.ZodNullable<z.ZodString>;
36785
36857
  dedicatedEngine: z.ZodNullable<z.ZodString>;
@@ -36877,11 +36949,12 @@ declare const endpoints3: {
36877
36949
  width: number;
36878
36950
  columnType: "meta";
36879
36951
  visible: boolean;
36880
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
36952
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
36881
36953
  })[];
36882
36954
  } | undefined;
36883
36955
  uploadValues?: unknown;
36884
36956
  complexTables?: boolean | undefined;
36957
+ uiUploadEnabled?: boolean | undefined;
36885
36958
  };
36886
36959
  documentLifetime: string | null;
36887
36960
  dedicatedEngine: string | null;
@@ -36978,11 +37051,12 @@ declare const endpoints3: {
36978
37051
  width: number;
36979
37052
  columnType: "meta";
36980
37053
  visible: boolean;
36981
- metaName: "status" | "assignees" | "queue" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
37054
+ metaName: "status" | "assignees" | "queue" | "creator" | "modifier" | "labels" | "created_at" | "modified_at" | "exported_at" | "confirmed_at" | "rejected_at" | "deleted_at" | "assigned_at" | "export_failed_at" | "exported_by" | "confirmed_by" | "rejected_by" | "deleted_by" | "original_file_name" | "details";
36982
37055
  })[];
36983
37056
  } | undefined;
36984
37057
  uploadValues?: unknown;
36985
37058
  complexTables?: boolean | undefined;
37059
+ uiUploadEnabled?: boolean | undefined;
36986
37060
  };
36987
37061
  documentLifetime: string | null;
36988
37062
  dedicatedEngine: string | null;
@@ -37041,6 +37115,467 @@ declare const endpoints3: {
37041
37115
  annotationIds: number[];
37042
37116
  }>;
37043
37117
  };
37118
+ automationSetup: (queueId: number, payload: import("./src/queues/models/automationSetup").GetAutomationStatsPayload) => {
37119
+ readonly endpoint: `/queues/${number}/automation_setup`;
37120
+ readonly method: "POST";
37121
+ readonly responseSchema: z.ZodObject<{
37122
+ currentState: z.ZodObject<{
37123
+ documentAutomationRate: z.ZodNumber;
37124
+ documentAutomationTimeseries: z.ZodArray<z.ZodObject<{
37125
+ date: z.ZodString;
37126
+ automatedCount: z.ZodNumber;
37127
+ nonAutomatedCount: z.ZodNumber;
37128
+ }, "strip", z.ZodTypeAny, {
37129
+ date: string;
37130
+ automatedCount: number;
37131
+ nonAutomatedCount: number;
37132
+ }, {
37133
+ date: string;
37134
+ automatedCount: number;
37135
+ nonAutomatedCount: number;
37136
+ }>, "many">;
37137
+ datapointStatistics: z.ZodArray<z.ZodObject<{
37138
+ schemaId: z.ZodString;
37139
+ blockedDocumentCounts: z.ZodObject<{
37140
+ lowScore: z.ZodOptional<z.ZodNumber>;
37141
+ failedChecks: z.ZodOptional<z.ZodNumber>;
37142
+ noValidationSources: z.ZodOptional<z.ZodNumber>;
37143
+ errorMessages: z.ZodOptional<z.ZodNumber>;
37144
+ humanConfirmationRequired: z.ZodOptional<z.ZodNumber>;
37145
+ deleteRecommendationFilename: z.ZodOptional<z.ZodNumber>;
37146
+ deleteRecommendationPageCount: z.ZodOptional<z.ZodNumber>;
37147
+ deleteRecommendationField: z.ZodOptional<z.ZodNumber>;
37148
+ extension: z.ZodOptional<z.ZodNumber>;
37149
+ isDuplicate: z.ZodOptional<z.ZodNumber>;
37150
+ suggestedEditPresent: z.ZodOptional<z.ZodNumber>;
37151
+ automationDisabled: z.ZodOptional<z.ZodNumber>;
37152
+ }, "strip", z.ZodTypeAny, {
37153
+ lowScore?: number | undefined;
37154
+ failedChecks?: number | undefined;
37155
+ noValidationSources?: number | undefined;
37156
+ errorMessages?: number | undefined;
37157
+ humanConfirmationRequired?: number | undefined;
37158
+ deleteRecommendationFilename?: number | undefined;
37159
+ deleteRecommendationPageCount?: number | undefined;
37160
+ deleteRecommendationField?: number | undefined;
37161
+ extension?: number | undefined;
37162
+ isDuplicate?: number | undefined;
37163
+ suggestedEditPresent?: number | undefined;
37164
+ automationDisabled?: number | undefined;
37165
+ }, {
37166
+ lowScore?: number | undefined;
37167
+ failedChecks?: number | undefined;
37168
+ noValidationSources?: number | undefined;
37169
+ errorMessages?: number | undefined;
37170
+ humanConfirmationRequired?: number | undefined;
37171
+ deleteRecommendationFilename?: number | undefined;
37172
+ deleteRecommendationPageCount?: number | undefined;
37173
+ deleteRecommendationField?: number | undefined;
37174
+ extension?: number | undefined;
37175
+ isDuplicate?: number | undefined;
37176
+ suggestedEditPresent?: number | undefined;
37177
+ automationDisabled?: number | undefined;
37178
+ }>;
37179
+ estimatedErrorRate: z.ZodNumber;
37180
+ confidenceThreshold: z.ZodNumber;
37181
+ fieldImportance: z.ZodNumber;
37182
+ }, "strip", z.ZodTypeAny, {
37183
+ schemaId: string;
37184
+ blockedDocumentCounts: {
37185
+ lowScore?: number | undefined;
37186
+ failedChecks?: number | undefined;
37187
+ noValidationSources?: number | undefined;
37188
+ errorMessages?: number | undefined;
37189
+ humanConfirmationRequired?: number | undefined;
37190
+ deleteRecommendationFilename?: number | undefined;
37191
+ deleteRecommendationPageCount?: number | undefined;
37192
+ deleteRecommendationField?: number | undefined;
37193
+ extension?: number | undefined;
37194
+ isDuplicate?: number | undefined;
37195
+ suggestedEditPresent?: number | undefined;
37196
+ automationDisabled?: number | undefined;
37197
+ };
37198
+ estimatedErrorRate: number;
37199
+ confidenceThreshold: number;
37200
+ fieldImportance: number;
37201
+ }, {
37202
+ schemaId: string;
37203
+ blockedDocumentCounts: {
37204
+ lowScore?: number | undefined;
37205
+ failedChecks?: number | undefined;
37206
+ noValidationSources?: number | undefined;
37207
+ errorMessages?: number | undefined;
37208
+ humanConfirmationRequired?: number | undefined;
37209
+ deleteRecommendationFilename?: number | undefined;
37210
+ deleteRecommendationPageCount?: number | undefined;
37211
+ deleteRecommendationField?: number | undefined;
37212
+ extension?: number | undefined;
37213
+ isDuplicate?: number | undefined;
37214
+ suggestedEditPresent?: number | undefined;
37215
+ automationDisabled?: number | undefined;
37216
+ };
37217
+ estimatedErrorRate: number;
37218
+ confidenceThreshold: number;
37219
+ fieldImportance: number;
37220
+ }>, "many">;
37221
+ estimatedErrorRate: z.ZodNumber;
37222
+ }, "strip", z.ZodTypeAny, {
37223
+ estimatedErrorRate: number;
37224
+ documentAutomationRate: number;
37225
+ documentAutomationTimeseries: {
37226
+ date: string;
37227
+ automatedCount: number;
37228
+ nonAutomatedCount: number;
37229
+ }[];
37230
+ datapointStatistics: {
37231
+ schemaId: string;
37232
+ blockedDocumentCounts: {
37233
+ lowScore?: number | undefined;
37234
+ failedChecks?: number | undefined;
37235
+ noValidationSources?: number | undefined;
37236
+ errorMessages?: number | undefined;
37237
+ humanConfirmationRequired?: number | undefined;
37238
+ deleteRecommendationFilename?: number | undefined;
37239
+ deleteRecommendationPageCount?: number | undefined;
37240
+ deleteRecommendationField?: number | undefined;
37241
+ extension?: number | undefined;
37242
+ isDuplicate?: number | undefined;
37243
+ suggestedEditPresent?: number | undefined;
37244
+ automationDisabled?: number | undefined;
37245
+ };
37246
+ estimatedErrorRate: number;
37247
+ confidenceThreshold: number;
37248
+ fieldImportance: number;
37249
+ }[];
37250
+ }, {
37251
+ estimatedErrorRate: number;
37252
+ documentAutomationRate: number;
37253
+ documentAutomationTimeseries: {
37254
+ date: string;
37255
+ automatedCount: number;
37256
+ nonAutomatedCount: number;
37257
+ }[];
37258
+ datapointStatistics: {
37259
+ schemaId: string;
37260
+ blockedDocumentCounts: {
37261
+ lowScore?: number | undefined;
37262
+ failedChecks?: number | undefined;
37263
+ noValidationSources?: number | undefined;
37264
+ errorMessages?: number | undefined;
37265
+ humanConfirmationRequired?: number | undefined;
37266
+ deleteRecommendationFilename?: number | undefined;
37267
+ deleteRecommendationPageCount?: number | undefined;
37268
+ deleteRecommendationField?: number | undefined;
37269
+ extension?: number | undefined;
37270
+ isDuplicate?: number | undefined;
37271
+ suggestedEditPresent?: number | undefined;
37272
+ automationDisabled?: number | undefined;
37273
+ };
37274
+ estimatedErrorRate: number;
37275
+ confidenceThreshold: number;
37276
+ fieldImportance: number;
37277
+ }[];
37278
+ }>;
37279
+ projections: z.ZodArray<z.ZodObject<{
37280
+ documentAutomationRate: z.ZodNumber;
37281
+ documentAutomationTimeseries: z.ZodArray<z.ZodObject<{
37282
+ date: z.ZodString;
37283
+ automatedCount: z.ZodNumber;
37284
+ nonAutomatedCount: z.ZodNumber;
37285
+ }, "strip", z.ZodTypeAny, {
37286
+ date: string;
37287
+ automatedCount: number;
37288
+ nonAutomatedCount: number;
37289
+ }, {
37290
+ date: string;
37291
+ automatedCount: number;
37292
+ nonAutomatedCount: number;
37293
+ }>, "many">;
37294
+ datapointStatistics: z.ZodArray<z.ZodObject<{
37295
+ schemaId: z.ZodString;
37296
+ blockedDocumentCounts: z.ZodObject<{
37297
+ lowScore: z.ZodOptional<z.ZodNumber>;
37298
+ failedChecks: z.ZodOptional<z.ZodNumber>;
37299
+ noValidationSources: z.ZodOptional<z.ZodNumber>;
37300
+ errorMessages: z.ZodOptional<z.ZodNumber>;
37301
+ humanConfirmationRequired: z.ZodOptional<z.ZodNumber>;
37302
+ deleteRecommendationFilename: z.ZodOptional<z.ZodNumber>;
37303
+ deleteRecommendationPageCount: z.ZodOptional<z.ZodNumber>;
37304
+ deleteRecommendationField: z.ZodOptional<z.ZodNumber>;
37305
+ extension: z.ZodOptional<z.ZodNumber>;
37306
+ isDuplicate: z.ZodOptional<z.ZodNumber>;
37307
+ suggestedEditPresent: z.ZodOptional<z.ZodNumber>;
37308
+ automationDisabled: z.ZodOptional<z.ZodNumber>;
37309
+ }, "strip", z.ZodTypeAny, {
37310
+ lowScore?: number | undefined;
37311
+ failedChecks?: number | undefined;
37312
+ noValidationSources?: number | undefined;
37313
+ errorMessages?: number | undefined;
37314
+ humanConfirmationRequired?: number | undefined;
37315
+ deleteRecommendationFilename?: number | undefined;
37316
+ deleteRecommendationPageCount?: number | undefined;
37317
+ deleteRecommendationField?: number | undefined;
37318
+ extension?: number | undefined;
37319
+ isDuplicate?: number | undefined;
37320
+ suggestedEditPresent?: number | undefined;
37321
+ automationDisabled?: number | undefined;
37322
+ }, {
37323
+ lowScore?: number | undefined;
37324
+ failedChecks?: number | undefined;
37325
+ noValidationSources?: number | undefined;
37326
+ errorMessages?: number | undefined;
37327
+ humanConfirmationRequired?: number | undefined;
37328
+ deleteRecommendationFilename?: number | undefined;
37329
+ deleteRecommendationPageCount?: number | undefined;
37330
+ deleteRecommendationField?: number | undefined;
37331
+ extension?: number | undefined;
37332
+ isDuplicate?: number | undefined;
37333
+ suggestedEditPresent?: number | undefined;
37334
+ automationDisabled?: number | undefined;
37335
+ }>;
37336
+ estimatedErrorRate: z.ZodNumber;
37337
+ confidenceThreshold: z.ZodNumber;
37338
+ fieldImportance: z.ZodNumber;
37339
+ }, "strip", z.ZodTypeAny, {
37340
+ schemaId: string;
37341
+ blockedDocumentCounts: {
37342
+ lowScore?: number | undefined;
37343
+ failedChecks?: number | undefined;
37344
+ noValidationSources?: number | undefined;
37345
+ errorMessages?: number | undefined;
37346
+ humanConfirmationRequired?: number | undefined;
37347
+ deleteRecommendationFilename?: number | undefined;
37348
+ deleteRecommendationPageCount?: number | undefined;
37349
+ deleteRecommendationField?: number | undefined;
37350
+ extension?: number | undefined;
37351
+ isDuplicate?: number | undefined;
37352
+ suggestedEditPresent?: number | undefined;
37353
+ automationDisabled?: number | undefined;
37354
+ };
37355
+ estimatedErrorRate: number;
37356
+ confidenceThreshold: number;
37357
+ fieldImportance: number;
37358
+ }, {
37359
+ schemaId: string;
37360
+ blockedDocumentCounts: {
37361
+ lowScore?: number | undefined;
37362
+ failedChecks?: number | undefined;
37363
+ noValidationSources?: number | undefined;
37364
+ errorMessages?: number | undefined;
37365
+ humanConfirmationRequired?: number | undefined;
37366
+ deleteRecommendationFilename?: number | undefined;
37367
+ deleteRecommendationPageCount?: number | undefined;
37368
+ deleteRecommendationField?: number | undefined;
37369
+ extension?: number | undefined;
37370
+ isDuplicate?: number | undefined;
37371
+ suggestedEditPresent?: number | undefined;
37372
+ automationDisabled?: number | undefined;
37373
+ };
37374
+ estimatedErrorRate: number;
37375
+ confidenceThreshold: number;
37376
+ fieldImportance: number;
37377
+ }>, "many">;
37378
+ estimatedErrorRate: z.ZodNumber;
37379
+ }, "strip", z.ZodTypeAny, {
37380
+ estimatedErrorRate: number;
37381
+ documentAutomationRate: number;
37382
+ documentAutomationTimeseries: {
37383
+ date: string;
37384
+ automatedCount: number;
37385
+ nonAutomatedCount: number;
37386
+ }[];
37387
+ datapointStatistics: {
37388
+ schemaId: string;
37389
+ blockedDocumentCounts: {
37390
+ lowScore?: number | undefined;
37391
+ failedChecks?: number | undefined;
37392
+ noValidationSources?: number | undefined;
37393
+ errorMessages?: number | undefined;
37394
+ humanConfirmationRequired?: number | undefined;
37395
+ deleteRecommendationFilename?: number | undefined;
37396
+ deleteRecommendationPageCount?: number | undefined;
37397
+ deleteRecommendationField?: number | undefined;
37398
+ extension?: number | undefined;
37399
+ isDuplicate?: number | undefined;
37400
+ suggestedEditPresent?: number | undefined;
37401
+ automationDisabled?: number | undefined;
37402
+ };
37403
+ estimatedErrorRate: number;
37404
+ confidenceThreshold: number;
37405
+ fieldImportance: number;
37406
+ }[];
37407
+ }, {
37408
+ estimatedErrorRate: number;
37409
+ documentAutomationRate: number;
37410
+ documentAutomationTimeseries: {
37411
+ date: string;
37412
+ automatedCount: number;
37413
+ nonAutomatedCount: number;
37414
+ }[];
37415
+ datapointStatistics: {
37416
+ schemaId: string;
37417
+ blockedDocumentCounts: {
37418
+ lowScore?: number | undefined;
37419
+ failedChecks?: number | undefined;
37420
+ noValidationSources?: number | undefined;
37421
+ errorMessages?: number | undefined;
37422
+ humanConfirmationRequired?: number | undefined;
37423
+ deleteRecommendationFilename?: number | undefined;
37424
+ deleteRecommendationPageCount?: number | undefined;
37425
+ deleteRecommendationField?: number | undefined;
37426
+ extension?: number | undefined;
37427
+ isDuplicate?: number | undefined;
37428
+ suggestedEditPresent?: number | undefined;
37429
+ automationDisabled?: number | undefined;
37430
+ };
37431
+ estimatedErrorRate: number;
37432
+ confidenceThreshold: number;
37433
+ fieldImportance: number;
37434
+ }[];
37435
+ }>, "many">;
37436
+ }, "strip", z.ZodTypeAny, {
37437
+ currentState: {
37438
+ estimatedErrorRate: number;
37439
+ documentAutomationRate: number;
37440
+ documentAutomationTimeseries: {
37441
+ date: string;
37442
+ automatedCount: number;
37443
+ nonAutomatedCount: number;
37444
+ }[];
37445
+ datapointStatistics: {
37446
+ schemaId: string;
37447
+ blockedDocumentCounts: {
37448
+ lowScore?: number | undefined;
37449
+ failedChecks?: number | undefined;
37450
+ noValidationSources?: number | undefined;
37451
+ errorMessages?: number | undefined;
37452
+ humanConfirmationRequired?: number | undefined;
37453
+ deleteRecommendationFilename?: number | undefined;
37454
+ deleteRecommendationPageCount?: number | undefined;
37455
+ deleteRecommendationField?: number | undefined;
37456
+ extension?: number | undefined;
37457
+ isDuplicate?: number | undefined;
37458
+ suggestedEditPresent?: number | undefined;
37459
+ automationDisabled?: number | undefined;
37460
+ };
37461
+ estimatedErrorRate: number;
37462
+ confidenceThreshold: number;
37463
+ fieldImportance: number;
37464
+ }[];
37465
+ };
37466
+ projections: {
37467
+ estimatedErrorRate: number;
37468
+ documentAutomationRate: number;
37469
+ documentAutomationTimeseries: {
37470
+ date: string;
37471
+ automatedCount: number;
37472
+ nonAutomatedCount: number;
37473
+ }[];
37474
+ datapointStatistics: {
37475
+ schemaId: string;
37476
+ blockedDocumentCounts: {
37477
+ lowScore?: number | undefined;
37478
+ failedChecks?: number | undefined;
37479
+ noValidationSources?: number | undefined;
37480
+ errorMessages?: number | undefined;
37481
+ humanConfirmationRequired?: number | undefined;
37482
+ deleteRecommendationFilename?: number | undefined;
37483
+ deleteRecommendationPageCount?: number | undefined;
37484
+ deleteRecommendationField?: number | undefined;
37485
+ extension?: number | undefined;
37486
+ isDuplicate?: number | undefined;
37487
+ suggestedEditPresent?: number | undefined;
37488
+ automationDisabled?: number | undefined;
37489
+ };
37490
+ estimatedErrorRate: number;
37491
+ confidenceThreshold: number;
37492
+ fieldImportance: number;
37493
+ }[];
37494
+ }[];
37495
+ }, {
37496
+ currentState: {
37497
+ estimatedErrorRate: number;
37498
+ documentAutomationRate: number;
37499
+ documentAutomationTimeseries: {
37500
+ date: string;
37501
+ automatedCount: number;
37502
+ nonAutomatedCount: number;
37503
+ }[];
37504
+ datapointStatistics: {
37505
+ schemaId: string;
37506
+ blockedDocumentCounts: {
37507
+ lowScore?: number | undefined;
37508
+ failedChecks?: number | undefined;
37509
+ noValidationSources?: number | undefined;
37510
+ errorMessages?: number | undefined;
37511
+ humanConfirmationRequired?: number | undefined;
37512
+ deleteRecommendationFilename?: number | undefined;
37513
+ deleteRecommendationPageCount?: number | undefined;
37514
+ deleteRecommendationField?: number | undefined;
37515
+ extension?: number | undefined;
37516
+ isDuplicate?: number | undefined;
37517
+ suggestedEditPresent?: number | undefined;
37518
+ automationDisabled?: number | undefined;
37519
+ };
37520
+ estimatedErrorRate: number;
37521
+ confidenceThreshold: number;
37522
+ fieldImportance: number;
37523
+ }[];
37524
+ };
37525
+ projections: {
37526
+ estimatedErrorRate: number;
37527
+ documentAutomationRate: number;
37528
+ documentAutomationTimeseries: {
37529
+ date: string;
37530
+ automatedCount: number;
37531
+ nonAutomatedCount: number;
37532
+ }[];
37533
+ datapointStatistics: {
37534
+ schemaId: string;
37535
+ blockedDocumentCounts: {
37536
+ lowScore?: number | undefined;
37537
+ failedChecks?: number | undefined;
37538
+ noValidationSources?: number | undefined;
37539
+ errorMessages?: number | undefined;
37540
+ humanConfirmationRequired?: number | undefined;
37541
+ deleteRecommendationFilename?: number | undefined;
37542
+ deleteRecommendationPageCount?: number | undefined;
37543
+ deleteRecommendationField?: number | undefined;
37544
+ extension?: number | undefined;
37545
+ isDuplicate?: number | undefined;
37546
+ suggestedEditPresent?: number | undefined;
37547
+ automationDisabled?: number | undefined;
37548
+ };
37549
+ estimatedErrorRate: number;
37550
+ confidenceThreshold: number;
37551
+ fieldImportance: number;
37552
+ }[];
37553
+ }[];
37554
+ }>;
37555
+ readonly payloadSchema: z.ZodObject<{
37556
+ fields: z.ZodArray<z.ZodObject<{
37557
+ schemaId: z.ZodString;
37558
+ importance: z.ZodNumber;
37559
+ }, "strip", z.ZodTypeAny, {
37560
+ schemaId: string;
37561
+ importance: number;
37562
+ }, {
37563
+ schemaId: string;
37564
+ importance: number;
37565
+ }>, "many">;
37566
+ }, "strip", z.ZodTypeAny, {
37567
+ fields: {
37568
+ schemaId: string;
37569
+ importance: number;
37570
+ }[];
37571
+ }, {
37572
+ fields: {
37573
+ schemaId: string;
37574
+ importance: number;
37575
+ }[];
37576
+ }>;
37577
+ readonly payload: import("./src/queues/models/automationSetup").GetAutomationStatsPayload;
37578
+ };
37044
37579
  };
37045
37580
  };
37046
37581
  declare const endpoints4: {
@@ -37076,15 +37611,15 @@ declare const endpoints4: {
37076
37611
  description?: string | undefined;
37077
37612
  }>, z.ZodObject<{
37078
37613
  type: z.ZodString;
37079
- event: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"annotation_imported">, z.ZodLiteral<"annotation_confirmed">, z.ZodLiteral<"annotation_exported">]>>;
37614
+ event: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"annotation_imported">, z.ZodLiteral<"annotation_confirmed">, z.ZodLiteral<"annotation_exported">, z.ZodLiteral<"validation">]>>;
37080
37615
  payload: z.ZodOptional<z.ZodUnknown>;
37081
37616
  }, "strip", z.ZodTypeAny, {
37082
37617
  type: string;
37083
- event?: "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
37618
+ event?: "validation" | "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
37084
37619
  payload?: unknown;
37085
37620
  }, {
37086
37621
  type: string;
37087
- event?: "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
37622
+ event?: "validation" | "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
37088
37623
  payload?: unknown;
37089
37624
  }>>, "many">;
37090
37625
  }, "strip", z.ZodTypeAny, {
@@ -37100,7 +37635,7 @@ declare const endpoints4: {
37100
37635
  description?: string | undefined;
37101
37636
  } & {
37102
37637
  type: string;
37103
- event?: "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
37638
+ event?: "validation" | "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
37104
37639
  payload?: unknown;
37105
37640
  })[];
37106
37641
  description: string;
@@ -37121,7 +37656,7 @@ declare const endpoints4: {
37121
37656
  description?: string | undefined;
37122
37657
  } & {
37123
37658
  type: string;
37124
- event?: "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
37659
+ event?: "validation" | "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
37125
37660
  payload?: unknown;
37126
37661
  })[];
37127
37662
  description: string;
@@ -37162,15 +37697,15 @@ declare const endpoints4: {
37162
37697
  description?: string | undefined;
37163
37698
  }>, z.ZodObject<{
37164
37699
  type: z.ZodString;
37165
- event: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"annotation_imported">, z.ZodLiteral<"annotation_confirmed">, z.ZodLiteral<"annotation_exported">]>>;
37700
+ event: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"annotation_imported">, z.ZodLiteral<"annotation_confirmed">, z.ZodLiteral<"annotation_exported">, z.ZodLiteral<"validation">]>>;
37166
37701
  payload: z.ZodOptional<z.ZodUnknown>;
37167
37702
  }, "strip", z.ZodTypeAny, {
37168
37703
  type: string;
37169
- event?: "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
37704
+ event?: "validation" | "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
37170
37705
  payload?: unknown;
37171
37706
  }, {
37172
37707
  type: string;
37173
- event?: "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
37708
+ event?: "validation" | "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
37174
37709
  payload?: unknown;
37175
37710
  }>>, "many">;
37176
37711
  }, "strip", z.ZodTypeAny, {
@@ -37186,7 +37721,7 @@ declare const endpoints4: {
37186
37721
  description?: string | undefined;
37187
37722
  } & {
37188
37723
  type: string;
37189
- event?: "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
37724
+ event?: "validation" | "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
37190
37725
  payload?: unknown;
37191
37726
  })[];
37192
37727
  description: string;
@@ -37207,7 +37742,7 @@ declare const endpoints4: {
37207
37742
  description?: string | undefined;
37208
37743
  } & {
37209
37744
  type: string;
37210
- event?: "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
37745
+ event?: "validation" | "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
37211
37746
  payload?: unknown;
37212
37747
  })[];
37213
37748
  description: string;
@@ -37244,15 +37779,15 @@ declare const endpoints4: {
37244
37779
  description?: string | undefined;
37245
37780
  }>, z.ZodObject<{
37246
37781
  type: z.ZodString;
37247
- event: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"annotation_imported">, z.ZodLiteral<"annotation_confirmed">, z.ZodLiteral<"annotation_exported">]>>;
37782
+ event: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"annotation_imported">, z.ZodLiteral<"annotation_confirmed">, z.ZodLiteral<"annotation_exported">, z.ZodLiteral<"validation">]>>;
37248
37783
  payload: z.ZodOptional<z.ZodUnknown>;
37249
37784
  }, "strip", z.ZodTypeAny, {
37250
37785
  type: string;
37251
- event?: "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
37786
+ event?: "validation" | "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
37252
37787
  payload?: unknown;
37253
37788
  }, {
37254
37789
  type: string;
37255
- event?: "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
37790
+ event?: "validation" | "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
37256
37791
  payload?: unknown;
37257
37792
  }>>, "many">>;
37258
37793
  }, "strip", z.ZodTypeAny, {
@@ -37273,7 +37808,7 @@ declare const endpoints4: {
37273
37808
  description?: string | undefined;
37274
37809
  } & {
37275
37810
  type: string;
37276
- event?: "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
37811
+ event?: "validation" | "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
37277
37812
  payload?: unknown;
37278
37813
  })[] | undefined;
37279
37814
  }, {
@@ -37294,7 +37829,7 @@ declare const endpoints4: {
37294
37829
  description?: string | undefined;
37295
37830
  } & {
37296
37831
  type: string;
37297
- event?: "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
37832
+ event?: "validation" | "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
37298
37833
  payload?: unknown;
37299
37834
  })[] | undefined;
37300
37835
  }>;
@@ -37348,15 +37883,15 @@ declare const endpoints4: {
37348
37883
  description?: string | undefined;
37349
37884
  }>, z.ZodObject<{
37350
37885
  type: z.ZodString;
37351
- event: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"annotation_imported">, z.ZodLiteral<"annotation_confirmed">, z.ZodLiteral<"annotation_exported">]>>;
37886
+ event: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"annotation_imported">, z.ZodLiteral<"annotation_confirmed">, z.ZodLiteral<"annotation_exported">, z.ZodLiteral<"validation">]>>;
37352
37887
  payload: z.ZodOptional<z.ZodUnknown>;
37353
37888
  }, "strip", z.ZodTypeAny, {
37354
37889
  type: string;
37355
- event?: "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
37890
+ event?: "validation" | "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
37356
37891
  payload?: unknown;
37357
37892
  }, {
37358
37893
  type: string;
37359
- event?: "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
37894
+ event?: "validation" | "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
37360
37895
  payload?: unknown;
37361
37896
  }>>, "many">;
37362
37897
  }, "strip", z.ZodTypeAny, {
@@ -37372,7 +37907,7 @@ declare const endpoints4: {
37372
37907
  description?: string | undefined;
37373
37908
  } & {
37374
37909
  type: string;
37375
- event?: "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
37910
+ event?: "validation" | "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
37376
37911
  payload?: unknown;
37377
37912
  })[];
37378
37913
  description: string;
@@ -37393,7 +37928,7 @@ declare const endpoints4: {
37393
37928
  description?: string | undefined;
37394
37929
  } & {
37395
37930
  type: string;
37396
- event?: "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
37931
+ event?: "validation" | "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
37397
37932
  payload?: unknown;
37398
37933
  })[];
37399
37934
  description: string;
@@ -37416,7 +37951,7 @@ declare const endpoints4: {
37416
37951
  description?: string | undefined;
37417
37952
  } & {
37418
37953
  type: string;
37419
- event?: "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
37954
+ event?: "validation" | "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
37420
37955
  payload?: unknown;
37421
37956
  })[];
37422
37957
  description: string;
@@ -37445,7 +37980,7 @@ declare const endpoints4: {
37445
37980
  description?: string | undefined;
37446
37981
  } & {
37447
37982
  type: string;
37448
- event?: "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
37983
+ event?: "validation" | "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
37449
37984
  payload?: unknown;
37450
37985
  })[];
37451
37986
  description: string;
@@ -37513,15 +38048,15 @@ declare const endpoints4: {
37513
38048
  description?: string | undefined;
37514
38049
  }>, z.ZodObject<{
37515
38050
  type: z.ZodString;
37516
- event: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"annotation_imported">, z.ZodLiteral<"annotation_confirmed">, z.ZodLiteral<"annotation_exported">]>>;
38051
+ event: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"annotation_imported">, z.ZodLiteral<"annotation_confirmed">, z.ZodLiteral<"annotation_exported">, z.ZodLiteral<"validation">]>>;
37517
38052
  payload: z.ZodOptional<z.ZodUnknown>;
37518
38053
  }, "strip", z.ZodTypeAny, {
37519
38054
  type: string;
37520
- event?: "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
38055
+ event?: "validation" | "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
37521
38056
  payload?: unknown;
37522
38057
  }, {
37523
38058
  type: string;
37524
- event?: "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
38059
+ event?: "validation" | "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
37525
38060
  payload?: unknown;
37526
38061
  }>>, "many">;
37527
38062
  }, "strip", z.ZodTypeAny, {
@@ -37537,7 +38072,7 @@ declare const endpoints4: {
37537
38072
  description?: string | undefined;
37538
38073
  } & {
37539
38074
  type: string;
37540
- event?: "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
38075
+ event?: "validation" | "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
37541
38076
  payload?: unknown;
37542
38077
  })[];
37543
38078
  description: string;
@@ -37558,7 +38093,7 @@ declare const endpoints4: {
37558
38093
  description?: string | undefined;
37559
38094
  } & {
37560
38095
  type: string;
37561
- event?: "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
38096
+ event?: "validation" | "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
37562
38097
  payload?: unknown;
37563
38098
  })[];
37564
38099
  description: string;
@@ -37595,15 +38130,15 @@ declare const endpoints4: {
37595
38130
  description?: string | undefined;
37596
38131
  }>, z.ZodObject<{
37597
38132
  type: z.ZodString;
37598
- event: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"annotation_imported">, z.ZodLiteral<"annotation_confirmed">, z.ZodLiteral<"annotation_exported">]>>;
38133
+ event: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"annotation_imported">, z.ZodLiteral<"annotation_confirmed">, z.ZodLiteral<"annotation_exported">, z.ZodLiteral<"validation">]>>;
37599
38134
  payload: z.ZodOptional<z.ZodUnknown>;
37600
38135
  }, "strip", z.ZodTypeAny, {
37601
38136
  type: string;
37602
- event?: "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
38137
+ event?: "validation" | "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
37603
38138
  payload?: unknown;
37604
38139
  }, {
37605
38140
  type: string;
37606
- event?: "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
38141
+ event?: "validation" | "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
37607
38142
  payload?: unknown;
37608
38143
  }>>, "many">>;
37609
38144
  }, "strip", z.ZodTypeAny, {
@@ -37624,7 +38159,7 @@ declare const endpoints4: {
37624
38159
  description?: string | undefined;
37625
38160
  } & {
37626
38161
  type: string;
37627
- event?: "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
38162
+ event?: "validation" | "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
37628
38163
  payload?: unknown;
37629
38164
  })[] | undefined;
37630
38165
  }, {
@@ -37645,7 +38180,7 @@ declare const endpoints4: {
37645
38180
  description?: string | undefined;
37646
38181
  } & {
37647
38182
  type: string;
37648
- event?: "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
38183
+ event?: "validation" | "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
37649
38184
  payload?: unknown;
37650
38185
  })[] | undefined;
37651
38186
  }>;
@@ -37686,15 +38221,15 @@ declare const endpoints4: {
37686
38221
  description?: string | undefined;
37687
38222
  }>, z.ZodObject<{
37688
38223
  type: z.ZodString;
37689
- event: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"annotation_imported">, z.ZodLiteral<"annotation_confirmed">, z.ZodLiteral<"annotation_exported">]>>;
38224
+ event: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"annotation_imported">, z.ZodLiteral<"annotation_confirmed">, z.ZodLiteral<"annotation_exported">, z.ZodLiteral<"validation">]>>;
37690
38225
  payload: z.ZodOptional<z.ZodUnknown>;
37691
38226
  }, "strip", z.ZodTypeAny, {
37692
38227
  type: string;
37693
- event?: "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
38228
+ event?: "validation" | "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
37694
38229
  payload?: unknown;
37695
38230
  }, {
37696
38231
  type: string;
37697
- event?: "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
38232
+ event?: "validation" | "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
37698
38233
  payload?: unknown;
37699
38234
  }>>, "many">;
37700
38235
  }, "strip", z.ZodTypeAny, {
@@ -37709,7 +38244,7 @@ declare const endpoints4: {
37709
38244
  description?: string | undefined;
37710
38245
  } & {
37711
38246
  type: string;
37712
- event?: "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
38247
+ event?: "validation" | "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
37713
38248
  payload?: unknown;
37714
38249
  })[];
37715
38250
  description: string;
@@ -37727,7 +38262,7 @@ declare const endpoints4: {
37727
38262
  description?: string | undefined;
37728
38263
  } & {
37729
38264
  type: string;
37730
- event?: "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
38265
+ event?: "validation" | "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
37731
38266
  payload?: unknown;
37732
38267
  })[];
37733
38268
  description: string;
@@ -37763,15 +38298,15 @@ declare const endpoints4: {
37763
38298
  description?: string | undefined;
37764
38299
  }>, z.ZodObject<{
37765
38300
  type: z.ZodString;
37766
- event: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"annotation_imported">, z.ZodLiteral<"annotation_confirmed">, z.ZodLiteral<"annotation_exported">]>>;
38301
+ event: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"annotation_imported">, z.ZodLiteral<"annotation_confirmed">, z.ZodLiteral<"annotation_exported">, z.ZodLiteral<"validation">]>>;
37767
38302
  payload: z.ZodOptional<z.ZodUnknown>;
37768
38303
  }, "strip", z.ZodTypeAny, {
37769
38304
  type: string;
37770
- event?: "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
38305
+ event?: "validation" | "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
37771
38306
  payload?: unknown;
37772
38307
  }, {
37773
38308
  type: string;
37774
- event?: "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
38309
+ event?: "validation" | "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
37775
38310
  payload?: unknown;
37776
38311
  }>>, "many">;
37777
38312
  }, "strip", z.ZodTypeAny, {
@@ -37786,7 +38321,7 @@ declare const endpoints4: {
37786
38321
  description?: string | undefined;
37787
38322
  } & {
37788
38323
  type: string;
37789
- event?: "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
38324
+ event?: "validation" | "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
37790
38325
  payload?: unknown;
37791
38326
  })[];
37792
38327
  description: string;
@@ -37804,7 +38339,7 @@ declare const endpoints4: {
37804
38339
  description?: string | undefined;
37805
38340
  } & {
37806
38341
  type: string;
37807
- event?: "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
38342
+ event?: "validation" | "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
37808
38343
  payload?: unknown;
37809
38344
  })[];
37810
38345
  description: string;
@@ -37836,15 +38371,15 @@ declare const endpoints4: {
37836
38371
  description?: string | undefined;
37837
38372
  }>, z.ZodObject<{
37838
38373
  type: z.ZodString;
37839
- event: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"annotation_imported">, z.ZodLiteral<"annotation_confirmed">, z.ZodLiteral<"annotation_exported">]>>;
38374
+ event: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"annotation_imported">, z.ZodLiteral<"annotation_confirmed">, z.ZodLiteral<"annotation_exported">, z.ZodLiteral<"validation">]>>;
37840
38375
  payload: z.ZodOptional<z.ZodUnknown>;
37841
38376
  }, "strip", z.ZodTypeAny, {
37842
38377
  type: string;
37843
- event?: "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
38378
+ event?: "validation" | "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
37844
38379
  payload?: unknown;
37845
38380
  }, {
37846
38381
  type: string;
37847
- event?: "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
38382
+ event?: "validation" | "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
37848
38383
  payload?: unknown;
37849
38384
  }>>, "many">>;
37850
38385
  }, "strip", z.ZodTypeAny, {
@@ -37862,7 +38397,7 @@ declare const endpoints4: {
37862
38397
  description?: string | undefined;
37863
38398
  } & {
37864
38399
  type: string;
37865
- event?: "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
38400
+ event?: "validation" | "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
37866
38401
  payload?: unknown;
37867
38402
  })[] | undefined;
37868
38403
  }, {
@@ -37880,7 +38415,7 @@ declare const endpoints4: {
37880
38415
  description?: string | undefined;
37881
38416
  } & {
37882
38417
  type: string;
37883
- event?: "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
38418
+ event?: "validation" | "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
37884
38419
  payload?: unknown;
37885
38420
  })[] | undefined;
37886
38421
  }>;
@@ -37931,15 +38466,15 @@ declare const endpoints4: {
37931
38466
  description?: string | undefined;
37932
38467
  }>, z.ZodObject<{
37933
38468
  type: z.ZodString;
37934
- event: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"annotation_imported">, z.ZodLiteral<"annotation_confirmed">, z.ZodLiteral<"annotation_exported">]>>;
38469
+ event: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"annotation_imported">, z.ZodLiteral<"annotation_confirmed">, z.ZodLiteral<"annotation_exported">, z.ZodLiteral<"validation">]>>;
37935
38470
  payload: z.ZodOptional<z.ZodUnknown>;
37936
38471
  }, "strip", z.ZodTypeAny, {
37937
38472
  type: string;
37938
- event?: "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
38473
+ event?: "validation" | "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
37939
38474
  payload?: unknown;
37940
38475
  }, {
37941
38476
  type: string;
37942
- event?: "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
38477
+ event?: "validation" | "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
37943
38478
  payload?: unknown;
37944
38479
  }>>, "many">;
37945
38480
  }, "strip", z.ZodTypeAny, {
@@ -37954,7 +38489,7 @@ declare const endpoints4: {
37954
38489
  description?: string | undefined;
37955
38490
  } & {
37956
38491
  type: string;
37957
- event?: "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
38492
+ event?: "validation" | "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
37958
38493
  payload?: unknown;
37959
38494
  })[];
37960
38495
  description: string;
@@ -37972,7 +38507,7 @@ declare const endpoints4: {
37972
38507
  description?: string | undefined;
37973
38508
  } & {
37974
38509
  type: string;
37975
- event?: "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
38510
+ event?: "validation" | "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
37976
38511
  payload?: unknown;
37977
38512
  })[];
37978
38513
  description: string;
@@ -37992,7 +38527,7 @@ declare const endpoints4: {
37992
38527
  description?: string | undefined;
37993
38528
  } & {
37994
38529
  type: string;
37995
- event?: "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
38530
+ event?: "validation" | "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
37996
38531
  payload?: unknown;
37997
38532
  })[];
37998
38533
  description: string;
@@ -38018,7 +38553,7 @@ declare const endpoints4: {
38018
38553
  description?: string | undefined;
38019
38554
  } & {
38020
38555
  type: string;
38021
- event?: "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
38556
+ event?: "validation" | "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
38022
38557
  payload?: unknown;
38023
38558
  })[];
38024
38559
  description: string;
@@ -38072,15 +38607,15 @@ declare const endpoints4: {
38072
38607
  description?: string | undefined;
38073
38608
  }>, z.ZodObject<{
38074
38609
  type: z.ZodString;
38075
- event: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"annotation_imported">, z.ZodLiteral<"annotation_confirmed">, z.ZodLiteral<"annotation_exported">]>>;
38610
+ event: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"annotation_imported">, z.ZodLiteral<"annotation_confirmed">, z.ZodLiteral<"annotation_exported">, z.ZodLiteral<"validation">]>>;
38076
38611
  payload: z.ZodOptional<z.ZodUnknown>;
38077
38612
  }, "strip", z.ZodTypeAny, {
38078
38613
  type: string;
38079
- event?: "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
38614
+ event?: "validation" | "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
38080
38615
  payload?: unknown;
38081
38616
  }, {
38082
38617
  type: string;
38083
- event?: "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
38618
+ event?: "validation" | "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
38084
38619
  payload?: unknown;
38085
38620
  }>>, "many">;
38086
38621
  }, "strip", z.ZodTypeAny, {
@@ -38095,7 +38630,7 @@ declare const endpoints4: {
38095
38630
  description?: string | undefined;
38096
38631
  } & {
38097
38632
  type: string;
38098
- event?: "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
38633
+ event?: "validation" | "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
38099
38634
  payload?: unknown;
38100
38635
  })[];
38101
38636
  description: string;
@@ -38113,7 +38648,7 @@ declare const endpoints4: {
38113
38648
  description?: string | undefined;
38114
38649
  } & {
38115
38650
  type: string;
38116
- event?: "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
38651
+ event?: "validation" | "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
38117
38652
  payload?: unknown;
38118
38653
  })[];
38119
38654
  description: string;
@@ -38145,15 +38680,15 @@ declare const endpoints4: {
38145
38680
  description?: string | undefined;
38146
38681
  }>, z.ZodObject<{
38147
38682
  type: z.ZodString;
38148
- event: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"annotation_imported">, z.ZodLiteral<"annotation_confirmed">, z.ZodLiteral<"annotation_exported">]>>;
38683
+ event: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"annotation_imported">, z.ZodLiteral<"annotation_confirmed">, z.ZodLiteral<"annotation_exported">, z.ZodLiteral<"validation">]>>;
38149
38684
  payload: z.ZodOptional<z.ZodUnknown>;
38150
38685
  }, "strip", z.ZodTypeAny, {
38151
38686
  type: string;
38152
- event?: "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
38687
+ event?: "validation" | "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
38153
38688
  payload?: unknown;
38154
38689
  }, {
38155
38690
  type: string;
38156
- event?: "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
38691
+ event?: "validation" | "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
38157
38692
  payload?: unknown;
38158
38693
  }>>, "many">>;
38159
38694
  }, "strip", z.ZodTypeAny, {
@@ -38171,7 +38706,7 @@ declare const endpoints4: {
38171
38706
  description?: string | undefined;
38172
38707
  } & {
38173
38708
  type: string;
38174
- event?: "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
38709
+ event?: "validation" | "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
38175
38710
  payload?: unknown;
38176
38711
  })[] | undefined;
38177
38712
  }, {
@@ -38189,7 +38724,7 @@ declare const endpoints4: {
38189
38724
  description?: string | undefined;
38190
38725
  } & {
38191
38726
  type: string;
38192
- event?: "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
38727
+ event?: "validation" | "annotation_imported" | "annotation_confirmed" | "annotation_exported" | undefined;
38193
38728
  payload?: unknown;
38194
38729
  })[] | undefined;
38195
38730
  }>;