@uipath/uipath-typescript 1.4.0 → 1.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/agent-memory/index.cjs +16 -9
- package/dist/agent-memory/index.mjs +16 -9
- package/dist/agents/index.cjs +278 -9
- package/dist/agents/index.d.ts +465 -6
- package/dist/agents/index.mjs +279 -10
- package/dist/assets/index.cjs +16 -9
- package/dist/assets/index.mjs +16 -9
- package/dist/attachments/index.cjs +16 -9
- package/dist/attachments/index.mjs +16 -9
- package/dist/buckets/index.cjs +114 -124
- package/dist/buckets/index.d.ts +197 -84
- package/dist/buckets/index.mjs +114 -124
- package/dist/cases/index.cjs +79 -13
- package/dist/cases/index.d.ts +30 -3
- package/dist/cases/index.mjs +79 -13
- package/dist/conversational-agent/index.cjs +16 -9
- package/dist/conversational-agent/index.mjs +16 -9
- package/dist/core/index.cjs +35 -6
- package/dist/core/index.mjs +35 -6
- package/dist/document-understanding/index.cjs +84 -84
- package/dist/document-understanding/index.d.ts +2 -1
- package/dist/document-understanding/index.mjs +1 -1
- package/dist/entities/index.cjs +253 -69
- package/dist/entities/index.d.ts +343 -116
- package/dist/entities/index.mjs +253 -69
- package/dist/feedback/index.cjs +16 -9
- package/dist/feedback/index.mjs +16 -9
- package/dist/governance/index.cjs +16 -9
- package/dist/governance/index.mjs +16 -9
- package/dist/index.cjs +529 -193
- package/dist/index.d.ts +2141 -750
- package/dist/index.mjs +529 -194
- package/dist/index.umd.js +529 -193
- package/dist/jobs/index.cjs +16 -9
- package/dist/jobs/index.mjs +16 -9
- package/dist/maestro-processes/index.cjs +16 -9
- package/dist/maestro-processes/index.mjs +16 -9
- package/dist/orchestrator-du-module/index.cjs +1788 -0
- package/dist/orchestrator-du-module/index.d.ts +757 -0
- package/dist/orchestrator-du-module/index.mjs +1785 -0
- package/dist/processes/index.cjs +16 -9
- package/dist/processes/index.mjs +16 -9
- package/dist/queues/index.cjs +16 -9
- package/dist/queues/index.mjs +16 -9
- package/dist/tasks/index.cjs +79 -13
- package/dist/tasks/index.d.ts +109 -4
- package/dist/tasks/index.mjs +80 -14
- package/dist/traces/index.cjs +303 -9
- package/dist/traces/index.d.ts +482 -2
- package/dist/traces/index.mjs +302 -10
- package/package.json +11 -1
|
@@ -1,41 +1,41 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
// Auto-generated from the OpenAPI spec — do not edit manually.
|
|
4
|
-
|
|
4
|
+
exports.DocumentActionPriority = void 0;
|
|
5
5
|
(function (DocumentActionPriority) {
|
|
6
6
|
DocumentActionPriority["Low"] = "Low";
|
|
7
7
|
DocumentActionPriority["Medium"] = "Medium";
|
|
8
8
|
DocumentActionPriority["High"] = "High";
|
|
9
9
|
DocumentActionPriority["Critical"] = "Critical";
|
|
10
|
-
})(DocumentActionPriority || (DocumentActionPriority = {}));
|
|
11
|
-
|
|
10
|
+
})(exports.DocumentActionPriority || (exports.DocumentActionPriority = {}));
|
|
11
|
+
exports.DocumentActionStatus = void 0;
|
|
12
12
|
(function (DocumentActionStatus) {
|
|
13
13
|
DocumentActionStatus["Unassigned"] = "Unassigned";
|
|
14
14
|
DocumentActionStatus["Pending"] = "Pending";
|
|
15
15
|
DocumentActionStatus["Completed"] = "Completed";
|
|
16
|
-
})(DocumentActionStatus || (DocumentActionStatus = {}));
|
|
17
|
-
|
|
16
|
+
})(exports.DocumentActionStatus || (exports.DocumentActionStatus = {}));
|
|
17
|
+
exports.DocumentActionType = void 0;
|
|
18
18
|
(function (DocumentActionType) {
|
|
19
19
|
DocumentActionType["Validation"] = "Validation";
|
|
20
20
|
DocumentActionType["Classification"] = "Classification";
|
|
21
|
-
})(DocumentActionType || (DocumentActionType = {}));
|
|
21
|
+
})(exports.DocumentActionType || (exports.DocumentActionType = {}));
|
|
22
22
|
|
|
23
23
|
// Auto-generated from the OpenAPI spec — do not edit manually.
|
|
24
|
-
|
|
24
|
+
exports.ProjectProperties = void 0;
|
|
25
25
|
(function (ProjectProperties) {
|
|
26
26
|
ProjectProperties["IsPredefined"] = "IsPredefined";
|
|
27
27
|
ProjectProperties["SupportsTags"] = "SupportsTags";
|
|
28
28
|
ProjectProperties["SupportsVersions"] = "SupportsVersions";
|
|
29
29
|
ProjectProperties["IsSplittingEnabled"] = "IsSplittingEnabled";
|
|
30
|
-
})(ProjectProperties || (ProjectProperties = {}));
|
|
31
|
-
|
|
30
|
+
})(exports.ProjectProperties || (exports.ProjectProperties = {}));
|
|
31
|
+
exports.ProjectType = void 0;
|
|
32
32
|
(function (ProjectType) {
|
|
33
33
|
ProjectType["Classic"] = "Classic";
|
|
34
34
|
ProjectType["Modern"] = "Modern";
|
|
35
35
|
ProjectType["IXP"] = "IXP";
|
|
36
36
|
ProjectType["Unknown"] = "Unknown";
|
|
37
|
-
})(ProjectType || (ProjectType = {}));
|
|
38
|
-
|
|
37
|
+
})(exports.ProjectType || (exports.ProjectType = {}));
|
|
38
|
+
exports.ResourceStatus = void 0;
|
|
39
39
|
(function (ResourceStatus) {
|
|
40
40
|
ResourceStatus["Unknown"] = "Unknown";
|
|
41
41
|
ResourceStatus["NotStarted"] = "NotStarted";
|
|
@@ -47,48 +47,48 @@ var ResourceStatus;
|
|
|
47
47
|
ResourceStatus["Available"] = "Available";
|
|
48
48
|
ResourceStatus["Error"] = "Error";
|
|
49
49
|
ResourceStatus["Deleting"] = "Deleting";
|
|
50
|
-
})(ResourceStatus || (ResourceStatus = {}));
|
|
51
|
-
|
|
50
|
+
})(exports.ResourceStatus || (exports.ResourceStatus = {}));
|
|
51
|
+
exports.ResourceType = void 0;
|
|
52
52
|
(function (ResourceType) {
|
|
53
53
|
ResourceType["Specialized"] = "Specialized";
|
|
54
54
|
ResourceType["Generative"] = "Generative";
|
|
55
55
|
ResourceType["Custom"] = "Custom";
|
|
56
56
|
ResourceType["Unknown"] = "Unknown";
|
|
57
|
-
})(ResourceType || (ResourceType = {}));
|
|
57
|
+
})(exports.ResourceType || (exports.ResourceType = {}));
|
|
58
58
|
|
|
59
59
|
// Auto-generated from the OpenAPI spec — do not edit manually.
|
|
60
|
-
|
|
60
|
+
exports.MarkupType = void 0;
|
|
61
61
|
(function (MarkupType) {
|
|
62
62
|
MarkupType["Unknown"] = "Unknown";
|
|
63
63
|
MarkupType["Circled"] = "Circled";
|
|
64
64
|
MarkupType["Underlined"] = "Underlined";
|
|
65
65
|
MarkupType["Strikethrough"] = "Strikethrough";
|
|
66
|
-
})(MarkupType || (MarkupType = {}));
|
|
67
|
-
|
|
66
|
+
})(exports.MarkupType || (exports.MarkupType = {}));
|
|
67
|
+
exports.ProcessingSource = void 0;
|
|
68
68
|
(function (ProcessingSource) {
|
|
69
69
|
ProcessingSource["Unknown"] = "Unknown";
|
|
70
70
|
ProcessingSource["Ocr"] = "Ocr";
|
|
71
71
|
ProcessingSource["Pdf"] = "Pdf";
|
|
72
72
|
ProcessingSource["PlainText"] = "PlainText";
|
|
73
73
|
ProcessingSource["PdfAndOcr"] = "PdfAndOcr";
|
|
74
|
-
})(ProcessingSource || (ProcessingSource = {}));
|
|
75
|
-
|
|
74
|
+
})(exports.ProcessingSource || (exports.ProcessingSource = {}));
|
|
75
|
+
exports.Rotation = void 0;
|
|
76
76
|
(function (Rotation) {
|
|
77
77
|
Rotation["None"] = "None";
|
|
78
78
|
Rotation["Rotated90"] = "Rotated90";
|
|
79
79
|
Rotation["Rotated180"] = "Rotated180";
|
|
80
80
|
Rotation["Rotated270"] = "Rotated270";
|
|
81
81
|
Rotation["Other"] = "Other";
|
|
82
|
-
})(Rotation || (Rotation = {}));
|
|
83
|
-
|
|
82
|
+
})(exports.Rotation || (exports.Rotation = {}));
|
|
83
|
+
exports.SectionType = void 0;
|
|
84
84
|
(function (SectionType) {
|
|
85
85
|
SectionType["Vertical"] = "Vertical";
|
|
86
86
|
SectionType["Paragraph"] = "Paragraph";
|
|
87
87
|
SectionType["Header"] = "Header";
|
|
88
88
|
SectionType["Footer"] = "Footer";
|
|
89
89
|
SectionType["Table"] = "Table";
|
|
90
|
-
})(SectionType || (SectionType = {}));
|
|
91
|
-
|
|
90
|
+
})(exports.SectionType || (exports.SectionType = {}));
|
|
91
|
+
exports.TextType = void 0;
|
|
92
92
|
(function (TextType) {
|
|
93
93
|
TextType["Unknown"] = "Unknown";
|
|
94
94
|
TextType["Text"] = "Text";
|
|
@@ -101,53 +101,53 @@ var TextType;
|
|
|
101
101
|
TextType["Circle"] = "Circle";
|
|
102
102
|
TextType["Underline"] = "Underline";
|
|
103
103
|
TextType["Cut"] = "Cut";
|
|
104
|
-
})(TextType || (TextType = {}));
|
|
105
|
-
|
|
104
|
+
})(exports.TextType || (exports.TextType = {}));
|
|
105
|
+
exports.WordGroupType = void 0;
|
|
106
106
|
(function (WordGroupType) {
|
|
107
107
|
WordGroupType["Sentence"] = "Sentence";
|
|
108
108
|
WordGroupType["TableCell"] = "TableCell";
|
|
109
109
|
WordGroupType["TableRowEnd"] = "TableRowEnd";
|
|
110
110
|
WordGroupType["Heading"] = "Heading";
|
|
111
111
|
WordGroupType["Other"] = "Other";
|
|
112
|
-
})(WordGroupType || (WordGroupType = {}));
|
|
112
|
+
})(exports.WordGroupType || (exports.WordGroupType = {}));
|
|
113
113
|
|
|
114
114
|
// Auto-generated from the OpenAPI spec — do not edit manually.
|
|
115
|
-
|
|
115
|
+
exports.ModelKind = void 0;
|
|
116
116
|
(function (ModelKind) {
|
|
117
117
|
ModelKind["Extractor"] = "Extractor";
|
|
118
118
|
ModelKind["Classifier"] = "Classifier";
|
|
119
|
-
})(ModelKind || (ModelKind = {}));
|
|
120
|
-
|
|
119
|
+
})(exports.ModelKind || (exports.ModelKind = {}));
|
|
120
|
+
exports.ModelType = void 0;
|
|
121
121
|
(function (ModelType) {
|
|
122
122
|
ModelType["IXP"] = "IXP";
|
|
123
123
|
ModelType["Modern"] = "Modern";
|
|
124
124
|
ModelType["Predefined"] = "Predefined";
|
|
125
|
-
})(ModelType || (ModelType = {}));
|
|
125
|
+
})(exports.ModelType || (exports.ModelType = {}));
|
|
126
126
|
|
|
127
127
|
// Auto-generated from the OpenAPI spec — do not edit manually.
|
|
128
|
-
|
|
128
|
+
exports.ErrorSeverity = void 0;
|
|
129
129
|
(function (ErrorSeverity) {
|
|
130
130
|
ErrorSeverity["Info"] = "Info";
|
|
131
131
|
ErrorSeverity["Warning"] = "Warning";
|
|
132
132
|
ErrorSeverity["Error"] = "Error";
|
|
133
|
-
})(ErrorSeverity || (ErrorSeverity = {}));
|
|
133
|
+
})(exports.ErrorSeverity || (exports.ErrorSeverity = {}));
|
|
134
134
|
|
|
135
135
|
// Auto-generated from the OpenAPI spec — do not edit manually.
|
|
136
|
-
|
|
136
|
+
exports.ClassifierDocumentTypeType = void 0;
|
|
137
137
|
(function (ClassifierDocumentTypeType) {
|
|
138
138
|
ClassifierDocumentTypeType["FormsAi"] = "FormsAi";
|
|
139
139
|
ClassifierDocumentTypeType["SemiStructuredAi"] = "SemiStructuredAi";
|
|
140
140
|
ClassifierDocumentTypeType["Helix"] = "Helix";
|
|
141
141
|
ClassifierDocumentTypeType["Unknown"] = "Unknown";
|
|
142
|
-
})(ClassifierDocumentTypeType || (ClassifierDocumentTypeType = {}));
|
|
143
|
-
|
|
142
|
+
})(exports.ClassifierDocumentTypeType || (exports.ClassifierDocumentTypeType = {}));
|
|
143
|
+
exports.CreateTaskPriority = void 0;
|
|
144
144
|
(function (CreateTaskPriority) {
|
|
145
145
|
CreateTaskPriority["Low"] = "Low";
|
|
146
146
|
CreateTaskPriority["Medium"] = "Medium";
|
|
147
147
|
CreateTaskPriority["High"] = "High";
|
|
148
148
|
CreateTaskPriority["Critical"] = "Critical";
|
|
149
|
-
})(CreateTaskPriority || (CreateTaskPriority = {}));
|
|
150
|
-
|
|
149
|
+
})(exports.CreateTaskPriority || (exports.CreateTaskPriority = {}));
|
|
150
|
+
exports.GptFieldType = void 0;
|
|
151
151
|
(function (GptFieldType) {
|
|
152
152
|
GptFieldType["Address"] = "Address";
|
|
153
153
|
GptFieldType["Boolean"] = "Boolean";
|
|
@@ -155,32 +155,32 @@ var GptFieldType;
|
|
|
155
155
|
GptFieldType["Name"] = "Name";
|
|
156
156
|
GptFieldType["Number"] = "Number";
|
|
157
157
|
GptFieldType["Text"] = "Text";
|
|
158
|
-
})(GptFieldType || (GptFieldType = {}));
|
|
159
|
-
|
|
158
|
+
})(exports.GptFieldType || (exports.GptFieldType = {}));
|
|
159
|
+
exports.JobStatus = void 0;
|
|
160
160
|
(function (JobStatus) {
|
|
161
161
|
JobStatus["Succeeded"] = "Succeeded";
|
|
162
162
|
JobStatus["Failed"] = "Failed";
|
|
163
163
|
JobStatus["Running"] = "Running";
|
|
164
164
|
JobStatus["NotStarted"] = "NotStarted";
|
|
165
|
-
})(JobStatus || (JobStatus = {}));
|
|
166
|
-
|
|
165
|
+
})(exports.JobStatus || (exports.JobStatus = {}));
|
|
166
|
+
exports.ValidationDisplayMode = void 0;
|
|
167
167
|
(function (ValidationDisplayMode) {
|
|
168
168
|
ValidationDisplayMode["Classic"] = "Classic";
|
|
169
169
|
ValidationDisplayMode["Compact"] = "Compact";
|
|
170
|
-
})(ValidationDisplayMode || (ValidationDisplayMode = {}));
|
|
170
|
+
})(exports.ValidationDisplayMode || (exports.ValidationDisplayMode = {}));
|
|
171
171
|
|
|
172
172
|
// Auto-generated from the OpenAPI spec — do not edit manually.
|
|
173
|
-
|
|
173
|
+
exports.ResultsDataSource = void 0;
|
|
174
174
|
(function (ResultsDataSource) {
|
|
175
175
|
ResultsDataSource["Automatic"] = "Automatic";
|
|
176
176
|
ResultsDataSource["Manual"] = "Manual";
|
|
177
177
|
ResultsDataSource["ManuallyChanged"] = "ManuallyChanged";
|
|
178
178
|
ResultsDataSource["Defaulted"] = "Defaulted";
|
|
179
179
|
ResultsDataSource["External"] = "External";
|
|
180
|
-
})(ResultsDataSource || (ResultsDataSource = {}));
|
|
180
|
+
})(exports.ResultsDataSource || (exports.ResultsDataSource = {}));
|
|
181
181
|
|
|
182
182
|
// Auto-generated from the OpenAPI spec — do not edit manually.
|
|
183
|
-
|
|
183
|
+
exports.ComparisonOperator = void 0;
|
|
184
184
|
(function (ComparisonOperator) {
|
|
185
185
|
ComparisonOperator["Equals"] = "Equals";
|
|
186
186
|
ComparisonOperator["NotEquals"] = "NotEquals";
|
|
@@ -188,13 +188,13 @@ var ComparisonOperator;
|
|
|
188
188
|
ComparisonOperator["Less"] = "Less";
|
|
189
189
|
ComparisonOperator["GreaterOrEqual"] = "GreaterOrEqual";
|
|
190
190
|
ComparisonOperator["LessOrEqual"] = "LessOrEqual";
|
|
191
|
-
})(ComparisonOperator || (ComparisonOperator = {}));
|
|
192
|
-
|
|
191
|
+
})(exports.ComparisonOperator || (exports.ComparisonOperator = {}));
|
|
192
|
+
exports.Criticality = void 0;
|
|
193
193
|
(function (Criticality) {
|
|
194
194
|
Criticality["Must"] = "Must";
|
|
195
195
|
Criticality["Should"] = "Should";
|
|
196
|
-
})(Criticality || (Criticality = {}));
|
|
197
|
-
|
|
196
|
+
})(exports.Criticality || (exports.Criticality = {}));
|
|
197
|
+
exports.FieldType = void 0;
|
|
198
198
|
(function (FieldType) {
|
|
199
199
|
FieldType["Text"] = "Text";
|
|
200
200
|
FieldType["Number"] = "Number";
|
|
@@ -208,13 +208,13 @@ var FieldType;
|
|
|
208
208
|
FieldType["Internal"] = "Internal";
|
|
209
209
|
FieldType["FieldGroup"] = "FieldGroup";
|
|
210
210
|
FieldType["MonetaryQuantity"] = "MonetaryQuantity";
|
|
211
|
-
})(FieldType || (FieldType = {}));
|
|
212
|
-
|
|
211
|
+
})(exports.FieldType || (exports.FieldType = {}));
|
|
212
|
+
exports.LogicalOperator = void 0;
|
|
213
213
|
(function (LogicalOperator) {
|
|
214
214
|
LogicalOperator["AND"] = "AND";
|
|
215
215
|
LogicalOperator["OR"] = "OR";
|
|
216
|
-
})(LogicalOperator || (LogicalOperator = {}));
|
|
217
|
-
|
|
216
|
+
})(exports.LogicalOperator || (exports.LogicalOperator = {}));
|
|
217
|
+
exports.RuleType = void 0;
|
|
218
218
|
(function (RuleType) {
|
|
219
219
|
RuleType["Mandatory"] = "Mandatory";
|
|
220
220
|
RuleType["PossibleValues"] = "PossibleValues";
|
|
@@ -229,46 +229,46 @@ var RuleType;
|
|
|
229
229
|
RuleType["Expression"] = "Expression";
|
|
230
230
|
RuleType["TableExpression"] = "TableExpression";
|
|
231
231
|
RuleType["IsEmpty"] = "IsEmpty";
|
|
232
|
-
})(RuleType || (RuleType = {}));
|
|
232
|
+
})(exports.RuleType || (exports.RuleType = {}));
|
|
233
233
|
|
|
234
234
|
// Auto-generated from the OpenAPI spec — do not edit manually.
|
|
235
|
-
|
|
235
|
+
exports.ActionStatus = void 0;
|
|
236
236
|
(function (ActionStatus) {
|
|
237
237
|
ActionStatus["Unassigned"] = "Unassigned";
|
|
238
238
|
ActionStatus["Pending"] = "Pending";
|
|
239
239
|
ActionStatus["Completed"] = "Completed";
|
|
240
|
-
})(ActionStatus || (ActionStatus = {}));
|
|
240
|
+
})(exports.ActionStatus || (exports.ActionStatus = {}));
|
|
241
241
|
|
|
242
242
|
var index = /*#__PURE__*/Object.freeze({
|
|
243
243
|
__proto__: null,
|
|
244
|
-
get ActionStatus () { return ActionStatus; },
|
|
245
|
-
get ClassifierDocumentTypeType () { return ClassifierDocumentTypeType; },
|
|
246
|
-
get ComparisonOperator () { return ComparisonOperator; },
|
|
247
|
-
get CreateTaskPriority () { return CreateTaskPriority; },
|
|
248
|
-
get Criticality () { return Criticality; },
|
|
249
|
-
get DocumentActionPriority () { return DocumentActionPriority; },
|
|
250
|
-
get DocumentActionStatus () { return DocumentActionStatus; },
|
|
251
|
-
get DocumentActionType () { return DocumentActionType; },
|
|
252
|
-
get ErrorSeverity () { return ErrorSeverity; },
|
|
253
|
-
get FieldType () { return FieldType; },
|
|
254
|
-
get GptFieldType () { return GptFieldType; },
|
|
255
|
-
get JobStatus () { return JobStatus; },
|
|
256
|
-
get LogicalOperator () { return LogicalOperator; },
|
|
257
|
-
get MarkupType () { return MarkupType; },
|
|
258
|
-
get ModelKind () { return ModelKind; },
|
|
259
|
-
get ModelType () { return ModelType; },
|
|
260
|
-
get ProcessingSource () { return ProcessingSource; },
|
|
261
|
-
get ProjectProperties () { return ProjectProperties; },
|
|
262
|
-
get ProjectType () { return ProjectType; },
|
|
263
|
-
get ResourceStatus () { return ResourceStatus; },
|
|
264
|
-
get ResourceType () { return ResourceType; },
|
|
265
|
-
get ResultsDataSource () { return ResultsDataSource; },
|
|
266
|
-
get Rotation () { return Rotation; },
|
|
267
|
-
get RuleType () { return RuleType; },
|
|
268
|
-
get SectionType () { return SectionType; },
|
|
269
|
-
get TextType () { return TextType; },
|
|
270
|
-
get ValidationDisplayMode () { return ValidationDisplayMode; },
|
|
271
|
-
get WordGroupType () { return WordGroupType; }
|
|
244
|
+
get ActionStatus () { return exports.ActionStatus; },
|
|
245
|
+
get ClassifierDocumentTypeType () { return exports.ClassifierDocumentTypeType; },
|
|
246
|
+
get ComparisonOperator () { return exports.ComparisonOperator; },
|
|
247
|
+
get CreateTaskPriority () { return exports.CreateTaskPriority; },
|
|
248
|
+
get Criticality () { return exports.Criticality; },
|
|
249
|
+
get DocumentActionPriority () { return exports.DocumentActionPriority; },
|
|
250
|
+
get DocumentActionStatus () { return exports.DocumentActionStatus; },
|
|
251
|
+
get DocumentActionType () { return exports.DocumentActionType; },
|
|
252
|
+
get ErrorSeverity () { return exports.ErrorSeverity; },
|
|
253
|
+
get FieldType () { return exports.FieldType; },
|
|
254
|
+
get GptFieldType () { return exports.GptFieldType; },
|
|
255
|
+
get JobStatus () { return exports.JobStatus; },
|
|
256
|
+
get LogicalOperator () { return exports.LogicalOperator; },
|
|
257
|
+
get MarkupType () { return exports.MarkupType; },
|
|
258
|
+
get ModelKind () { return exports.ModelKind; },
|
|
259
|
+
get ModelType () { return exports.ModelType; },
|
|
260
|
+
get ProcessingSource () { return exports.ProcessingSource; },
|
|
261
|
+
get ProjectProperties () { return exports.ProjectProperties; },
|
|
262
|
+
get ProjectType () { return exports.ProjectType; },
|
|
263
|
+
get ResourceStatus () { return exports.ResourceStatus; },
|
|
264
|
+
get ResourceType () { return exports.ResourceType; },
|
|
265
|
+
get ResultsDataSource () { return exports.ResultsDataSource; },
|
|
266
|
+
get Rotation () { return exports.Rotation; },
|
|
267
|
+
get RuleType () { return exports.RuleType; },
|
|
268
|
+
get SectionType () { return exports.SectionType; },
|
|
269
|
+
get TextType () { return exports.TextType; },
|
|
270
|
+
get ValidationDisplayMode () { return exports.ValidationDisplayMode; },
|
|
271
|
+
get WordGroupType () { return exports.WordGroupType; }
|
|
272
272
|
});
|
|
273
273
|
|
|
274
274
|
exports.DuFramework = index;
|
|
@@ -1208,4 +1208,5 @@ declare namespace index {
|
|
|
1208
1208
|
export type { index_ClassificationPrompt as ClassificationPrompt, index_ClassificationRequestBody as ClassificationRequestBody, index_ClassificationResponse as ClassificationResponse, index_ClassificationResult as ClassificationResult, index_ClassificationValidationConfiguration as ClassificationValidationConfiguration, index_ClassificationValidationFinishedTaskInfo as ClassificationValidationFinishedTaskInfo, index_ClassificationValidationResult as ClassificationValidationResult, index_Classifier as Classifier, index_ContentValidationData as ContentValidationData, index_DataDeletionRequest as DataDeletionRequest, index_DataSource as DataSource, index_DiscoveredDocumentType as DiscoveredDocumentType, index_DiscoveredExtractorResourceSummaryResponse as DiscoveredExtractorResourceSummaryResponse, index_DiscoveredProjectVersionResponseV2_0 as DiscoveredProjectVersionResponseV2_0, index_DiscoveredResourceSummaryResponse as DiscoveredResourceSummaryResponse, index_DocumentClassificationActionDataModel as DocumentClassificationActionDataModel, index_DocumentEntity as DocumentEntity, index_DocumentExtractionActionDataModel as DocumentExtractionActionDataModel, index_DocumentGroup as DocumentGroup, index_DocumentTaxonomy as DocumentTaxonomy, index_DocumentTypeEntity as DocumentTypeEntity, index_ErrorResponse as ErrorResponse, index_ExceptionReasonOption as ExceptionReasonOption, index_ExtractRequestBodyConfiguration as ExtractRequestBodyConfiguration, index_ExtractRequestBodyV2_0 as ExtractRequestBodyV2_0, index_ExtractSyncResult as ExtractSyncResult, index_ExtractionPrompt as ExtractionPrompt, index_ExtractionPromptRequestBody as ExtractionPromptRequestBody, index_ExtractionResult as ExtractionResult, index_ExtractionValidationArtifactsResult as ExtractionValidationArtifactsResult, index_ExtractionValidationConfigurationV2 as ExtractionValidationConfigurationV2, index_ExtractionValidationResult as ExtractionValidationResult, index_Extractor as Extractor, index_ExtractorPayload as ExtractorPayload, index_Field as Field, index_FieldGroupValueProjection as FieldGroupValueProjection, index_FieldValue as FieldValue, index_FieldValueProjection as FieldValueProjection, index_FieldValueResult as FieldValueResult, index_FinishExtractionValidationTaskInfo as FinishExtractionValidationTaskInfo, index_FolderBasedStartExtractionRequest as FolderBasedStartExtractionRequest, index_FolderBasedStartExtractionResponse as FolderBasedStartExtractionResponse, index_FolderModelsResponse as FolderModelsResponse, index_GetClassificationResultResponse as GetClassificationResultResponse, index_GetClassificationValidationTaskResponse as GetClassificationValidationTaskResponse, index_GetClassifierDetailsDocumentTypeResponse as GetClassifierDetailsDocumentTypeResponse, index_GetClassifierDetailsResponse as GetClassifierDetailsResponse, index_GetClassifiersResponse as GetClassifiersResponse, index_GetDigitizeJobResponse as GetDigitizeJobResponse, index_GetDigitizeJobResult as GetDigitizeJobResult, index_GetDocumentTypeDetailsByTagResponseV2_0 as GetDocumentTypeDetailsByTagResponseV2_0, index_GetDocumentTypeDetailsResponseV2_0 as GetDocumentTypeDetailsResponseV2_0, index_GetDocumentTypesResponse as GetDocumentTypesResponse, index_GetExtractionResultResponse as GetExtractionResultResponse, index_GetExtractionValidationArtifactsResultTaskResponse as GetExtractionValidationArtifactsResultTaskResponse, index_GetExtractionValidationArtifactsTaskResponse as GetExtractionValidationArtifactsTaskResponse, index_GetExtractionValidationTaskResponse as GetExtractionValidationTaskResponse, index_GetExtractorDetailsResponseV2_0 as GetExtractorDetailsResponseV2_0, index_GetExtractorsResponse as GetExtractorsResponse, index_GetModelDetailsResponse as GetModelDetailsResponse, index_GetModelsResponse as GetModelsResponse, index_GetProjectDetailsResponseV2_0 as GetProjectDetailsResponseV2_0, index_GetProjectTaxonomyResponse as GetProjectTaxonomyResponse, index_GetProjectsResponse as GetProjectsResponse, index_GetTagsResponse as GetTagsResponse, index_LanguageInfo as LanguageInfo, index_Metadata as Metadata, index_MetadataEntry as MetadataEntry, index_ModelSummaryResponse as ModelSummaryResponse, index_Page as Page, index_PageMarkup as PageMarkup, index_PageSection as PageSection, index_Project as Project, index_ReportAsExceptionSettings as ReportAsExceptionSettings, index_ResultsContentReference as ResultsContentReference, index_ResultsDataPoint as ResultsDataPoint, index_ResultsDerivedField as ResultsDerivedField, index_ResultsDocument as ResultsDocument, index_ResultsDocumentBounds as ResultsDocumentBounds, index_ResultsTable as ResultsTable, index_ResultsTableCell as ResultsTableCell, index_ResultsTableColumnInfo as ResultsTableColumnInfo, index_ResultsTableValue as ResultsTableValue, index_ResultsValue as ResultsValue, index_ResultsValueTokens as ResultsValueTokens, index_Rule as Rule, index_RuleResult as RuleResult, index_RuleSet as RuleSet, index_RuleSetResult as RuleSetResult, index_StartClassificationResponse as StartClassificationResponse, index_StartClassificationValidationTaskInfo as StartClassificationValidationTaskInfo, index_StartClassificationValidationTaskRequest as StartClassificationValidationTaskRequest, index_StartDigitizationFromAttachmentModel as StartDigitizationFromAttachmentModel, index_StartDigitizationResponse as StartDigitizationResponse, index_StartExtractionResponse as StartExtractionResponse, index_StartExtractionValidationArtifactsRequest as StartExtractionValidationArtifactsRequest, index_StartExtractionValidationTaskInfo as StartExtractionValidationTaskInfo, index_StartExtractionValidationTaskRequestV2_0 as StartExtractionValidationTaskRequestV2_0, index_StartValidationArtifactsTaskResponse as StartValidationArtifactsTaskResponse, index_StartValidationTaskResponse as StartValidationTaskResponse, index_SwaggerGetDigitizeJobResponse as SwaggerGetDigitizeJobResponse, index_SwaggerGetDigitizeJobResult as SwaggerGetDigitizeJobResult, index_TagEntity as TagEntity, index_TaggedClassifier as TaggedClassifier, index_TaggedExtractor as TaggedExtractor, index_TrackFinishClassificationValidationRequest as TrackFinishClassificationValidationRequest, index_TrackFinishExtractionValidationRequest as TrackFinishExtractionValidationRequest, index_TrackStartClassificationValidationRequest as TrackStartClassificationValidationRequest, index_TrackStartExtractionValidationRequest as TrackStartExtractionValidationRequest, index_TypeField as TypeField, index_UserData as UserData, index_Word as Word, index_WordGroup as WordGroup };
|
|
1209
1209
|
}
|
|
1210
1210
|
|
|
1211
|
-
export { index as DuFramework };
|
|
1211
|
+
export { ActionStatus, ClassifierDocumentTypeType, ComparisonOperator, CreateTaskPriority, Criticality, DocumentActionPriority, DocumentActionStatus, DocumentActionType, index as DuFramework, ErrorSeverity, FieldType, GptFieldType, JobStatus, LogicalOperator, MarkupType, ModelKind, ModelType, ProcessingSource, ProjectProperties, ProjectType, ResourceStatus, ResourceType, ResultsDataSource, Rotation, RuleType, SectionType, TextType, ValidationDisplayMode, WordGroupType };
|
|
1212
|
+
export type { ClassificationPrompt, ClassificationRequestBody, ClassificationResponse, ClassificationResult, ClassificationValidationConfiguration, ClassificationValidationFinishedTaskInfo, ClassificationValidationResult, Classifier, ContentValidationData, DataDeletionRequest, DataSource, DiscoveredDocumentType, DiscoveredExtractorResourceSummaryResponse, DiscoveredProjectVersionResponseV2_0, DiscoveredResourceSummaryResponse, DocumentClassificationActionDataModel, DocumentEntity, DocumentExtractionActionDataModel, DocumentGroup, DocumentTaxonomy, DocumentTypeEntity, ErrorResponse, ExceptionReasonOption, ExtractRequestBodyConfiguration, ExtractRequestBodyV2_0, ExtractSyncResult, ExtractionPrompt, ExtractionPromptRequestBody, ExtractionResult, ExtractionValidationArtifactsResult, ExtractionValidationConfigurationV2, ExtractionValidationResult, Extractor, ExtractorPayload, Field, FieldGroupValueProjection, FieldValue, FieldValueProjection, FieldValueResult, FinishExtractionValidationTaskInfo, FolderBasedStartExtractionRequest, FolderBasedStartExtractionResponse, FolderModelsResponse, GetClassificationResultResponse, GetClassificationValidationTaskResponse, GetClassifierDetailsDocumentTypeResponse, GetClassifierDetailsResponse, GetClassifiersResponse, GetDigitizeJobResponse, GetDigitizeJobResult, GetDocumentTypeDetailsByTagResponseV2_0, GetDocumentTypeDetailsResponseV2_0, GetDocumentTypesResponse, GetExtractionResultResponse, GetExtractionValidationArtifactsResultTaskResponse, GetExtractionValidationArtifactsTaskResponse, GetExtractionValidationTaskResponse, GetExtractorDetailsResponseV2_0, GetExtractorsResponse, GetModelDetailsResponse, GetModelsResponse, GetProjectDetailsResponseV2_0, GetProjectTaxonomyResponse, GetProjectsResponse, GetTagsResponse, LanguageInfo, Metadata, MetadataEntry, ModelSummaryResponse, Page, PageMarkup, PageSection, Project, ReportAsExceptionSettings, ResultsContentReference, ResultsDataPoint, ResultsDerivedField, ResultsDocument, ResultsDocumentBounds, ResultsTable, ResultsTableCell, ResultsTableColumnInfo, ResultsTableValue, ResultsValue, ResultsValueTokens, Rule, RuleResult, RuleSet, RuleSetResult, StartClassificationResponse, StartClassificationValidationTaskInfo, StartClassificationValidationTaskRequest, StartDigitizationFromAttachmentModel, StartDigitizationResponse, StartExtractionResponse, StartExtractionValidationArtifactsRequest, StartExtractionValidationTaskInfo, StartExtractionValidationTaskRequestV2_0, StartValidationArtifactsTaskResponse, StartValidationTaskResponse, SwaggerGetDigitizeJobResponse, SwaggerGetDigitizeJobResult, TagEntity, TaggedClassifier, TaggedExtractor, TrackFinishClassificationValidationRequest, TrackFinishExtractionValidationRequest, TrackStartClassificationValidationRequest, TrackStartExtractionValidationRequest, TypeField, UserData, Word, WordGroup };
|
|
@@ -269,4 +269,4 @@ var index = /*#__PURE__*/Object.freeze({
|
|
|
269
269
|
get WordGroupType () { return WordGroupType; }
|
|
270
270
|
});
|
|
271
271
|
|
|
272
|
-
export { index as DuFramework };
|
|
272
|
+
export { ActionStatus, ClassifierDocumentTypeType, ComparisonOperator, CreateTaskPriority, Criticality, DocumentActionPriority, DocumentActionStatus, DocumentActionType, index as DuFramework, ErrorSeverity, FieldType, GptFieldType, JobStatus, LogicalOperator, MarkupType, ModelKind, ModelType, ProcessingSource, ProjectProperties, ProjectType, ResourceStatus, ResourceType, ResultsDataSource, Rotation, RuleType, SectionType, TextType, ValidationDisplayMode, WordGroupType };
|