@aws-sdk/client-qbusiness 3.933.0 → 3.935.0
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-cjs/index.js +340 -345
- package/dist-es/index.js +2 -1
- package/dist-es/models/enums.js +339 -0
- package/dist-es/models/errors.js +137 -0
- package/dist-es/models/models_0.js +0 -417
- package/dist-es/models/models_1.js +1 -60
- package/dist-es/schemas/schemas_0.js +1 -1
- package/dist-types/commands/GetChatResponseConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/GetDocumentContentCommand.d.ts +1 -1
- package/dist-types/commands/GetGroupCommand.d.ts +1 -1
- package/dist-types/commands/GetMediaCommand.d.ts +1 -1
- package/dist-types/commands/GetPolicyCommand.d.ts +1 -1
- package/dist-types/commands/GetUserCommand.d.ts +1 -1
- package/dist-types/commands/ListAttachmentsCommand.d.ts +1 -1
- package/dist-types/commands/ListChatResponseConfigurationsCommand.d.ts +1 -1
- package/dist-types/commands/ListConversationsCommand.d.ts +1 -1
- package/dist-types/commands/ListDataSourceSyncJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListDocumentsCommand.d.ts +1 -1
- package/dist-types/commands/ListGroupsCommand.d.ts +1 -1
- package/dist-types/commands/ListMessagesCommand.d.ts +1 -1
- package/dist-types/commands/ListPluginActionsCommand.d.ts +1 -1
- package/dist-types/commands/ListPluginTypeActionsCommand.d.ts +1 -1
- package/dist-types/commands/ListPluginTypeMetadataCommand.d.ts +1 -1
- package/dist-types/commands/ListSubscriptionsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/PutFeedbackCommand.d.ts +1 -1
- package/dist-types/commands/PutGroupCommand.d.ts +1 -1
- package/dist-types/commands/SearchRelevantContentCommand.d.ts +2 -1
- package/dist-types/commands/StartDataSourceSyncJobCommand.d.ts +1 -1
- package/dist-types/commands/StopDataSourceSyncJobCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateChatControlsConfigurationCommand.d.ts +2 -1
- package/dist-types/index.d.ts +4 -1
- package/dist-types/models/enums.d.ts +811 -0
- package/dist-types/models/errors.d.ts +164 -0
- package/dist-types/models/models_0.d.ts +1208 -858
- package/dist-types/models/models_1.d.ts +2 -1325
- package/dist-types/ts3.4/commands/GetChatResponseConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDocumentContentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetMediaCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAttachmentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListChatResponseConfigurationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListConversationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDataSourceSyncJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDocumentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListMessagesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListPluginActionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListPluginTypeActionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListPluginTypeMetadataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSubscriptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutFeedbackCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchRelevantContentCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/StartDataSourceSyncJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopDataSourceSyncJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateChatControlsConfigurationCommand.d.ts +2 -4
- package/dist-types/ts3.4/index.d.ts +4 -1
- package/dist-types/ts3.4/models/enums.d.ts +440 -0
- package/dist-types/ts3.4/models/errors.d.ts +80 -0
- package/dist-types/ts3.4/models/models_0.d.ts +359 -453
- package/dist-types/ts3.4/models/models_1.d.ts +1 -392
- package/package.json +12 -12
- package/dist-es/models/index.js +0 -2
- package/dist-types/models/index.d.ts +0 -2
- package/dist-types/ts3.4/models/index.d.ts +0 -2
|
@@ -0,0 +1,811 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @public
|
|
3
|
+
* @enum
|
|
4
|
+
*/
|
|
5
|
+
export declare const MemberRelation: {
|
|
6
|
+
readonly AND: "AND";
|
|
7
|
+
readonly OR: "OR";
|
|
8
|
+
};
|
|
9
|
+
/**
|
|
10
|
+
* @public
|
|
11
|
+
*/
|
|
12
|
+
export type MemberRelation = (typeof MemberRelation)[keyof typeof MemberRelation];
|
|
13
|
+
/**
|
|
14
|
+
* @public
|
|
15
|
+
* @enum
|
|
16
|
+
*/
|
|
17
|
+
export declare const ReadAccessType: {
|
|
18
|
+
readonly ALLOW: "ALLOW";
|
|
19
|
+
readonly DENY: "DENY";
|
|
20
|
+
};
|
|
21
|
+
/**
|
|
22
|
+
* @public
|
|
23
|
+
*/
|
|
24
|
+
export type ReadAccessType = (typeof ReadAccessType)[keyof typeof ReadAccessType];
|
|
25
|
+
/**
|
|
26
|
+
* @public
|
|
27
|
+
* @enum
|
|
28
|
+
*/
|
|
29
|
+
export declare const MembershipType: {
|
|
30
|
+
readonly DATASOURCE: "DATASOURCE";
|
|
31
|
+
readonly INDEX: "INDEX";
|
|
32
|
+
};
|
|
33
|
+
/**
|
|
34
|
+
* @public
|
|
35
|
+
*/
|
|
36
|
+
export type MembershipType = (typeof MembershipType)[keyof typeof MembershipType];
|
|
37
|
+
/**
|
|
38
|
+
* @public
|
|
39
|
+
* @enum
|
|
40
|
+
*/
|
|
41
|
+
export declare const ActionPayloadFieldType: {
|
|
42
|
+
readonly ARRAY: "ARRAY";
|
|
43
|
+
readonly BOOLEAN: "BOOLEAN";
|
|
44
|
+
readonly NUMBER: "NUMBER";
|
|
45
|
+
readonly STRING: "STRING";
|
|
46
|
+
};
|
|
47
|
+
/**
|
|
48
|
+
* @public
|
|
49
|
+
*/
|
|
50
|
+
export type ActionPayloadFieldType = (typeof ActionPayloadFieldType)[keyof typeof ActionPayloadFieldType];
|
|
51
|
+
/**
|
|
52
|
+
* @public
|
|
53
|
+
* @enum
|
|
54
|
+
*/
|
|
55
|
+
export declare const PluginType: {
|
|
56
|
+
readonly ASANA: "ASANA";
|
|
57
|
+
readonly ATLASSIAN_CONFLUENCE: "ATLASSIAN_CONFLUENCE";
|
|
58
|
+
readonly CUSTOM: "CUSTOM";
|
|
59
|
+
readonly GOOGLE_CALENDAR: "GOOGLE_CALENDAR";
|
|
60
|
+
readonly JIRA: "JIRA";
|
|
61
|
+
readonly JIRA_CLOUD: "JIRA_CLOUD";
|
|
62
|
+
readonly MICROSOFT_EXCHANGE: "MICROSOFT_EXCHANGE";
|
|
63
|
+
readonly MICROSOFT_TEAMS: "MICROSOFT_TEAMS";
|
|
64
|
+
readonly PAGERDUTY_ADVANCE: "PAGERDUTY_ADVANCE";
|
|
65
|
+
readonly QUICKSIGHT: "QUICKSIGHT";
|
|
66
|
+
readonly SALESFORCE: "SALESFORCE";
|
|
67
|
+
readonly SALESFORCE_CRM: "SALESFORCE_CRM";
|
|
68
|
+
readonly SERVICENOW_NOW_PLATFORM: "SERVICENOW_NOW_PLATFORM";
|
|
69
|
+
readonly SERVICE_NOW: "SERVICE_NOW";
|
|
70
|
+
readonly SMARTSHEET: "SMARTSHEET";
|
|
71
|
+
readonly ZENDESK: "ZENDESK";
|
|
72
|
+
readonly ZENDESK_SUITE: "ZENDESK_SUITE";
|
|
73
|
+
};
|
|
74
|
+
/**
|
|
75
|
+
* @public
|
|
76
|
+
*/
|
|
77
|
+
export type PluginType = (typeof PluginType)[keyof typeof PluginType];
|
|
78
|
+
/**
|
|
79
|
+
* @public
|
|
80
|
+
* @enum
|
|
81
|
+
*/
|
|
82
|
+
export declare const APISchemaType: {
|
|
83
|
+
readonly OPEN_API_V3: "OPEN_API_V3";
|
|
84
|
+
};
|
|
85
|
+
/**
|
|
86
|
+
* @public
|
|
87
|
+
*/
|
|
88
|
+
export type APISchemaType = (typeof APISchemaType)[keyof typeof APISchemaType];
|
|
89
|
+
/**
|
|
90
|
+
* @public
|
|
91
|
+
* @enum
|
|
92
|
+
*/
|
|
93
|
+
export declare const IdentityType: {
|
|
94
|
+
readonly ANONYMOUS: "ANONYMOUS";
|
|
95
|
+
readonly AWS_IAM_IDC: "AWS_IAM_IDC";
|
|
96
|
+
readonly AWS_IAM_IDP_OIDC: "AWS_IAM_IDP_OIDC";
|
|
97
|
+
readonly AWS_IAM_IDP_SAML: "AWS_IAM_IDP_SAML";
|
|
98
|
+
readonly AWS_QUICKSIGHT_IDP: "AWS_QUICKSIGHT_IDP";
|
|
99
|
+
};
|
|
100
|
+
/**
|
|
101
|
+
* @public
|
|
102
|
+
*/
|
|
103
|
+
export type IdentityType = (typeof IdentityType)[keyof typeof IdentityType];
|
|
104
|
+
/**
|
|
105
|
+
* @public
|
|
106
|
+
* @enum
|
|
107
|
+
*/
|
|
108
|
+
export declare const ApplicationStatus: {
|
|
109
|
+
readonly ACTIVE: "ACTIVE";
|
|
110
|
+
readonly CREATING: "CREATING";
|
|
111
|
+
readonly DELETING: "DELETING";
|
|
112
|
+
readonly FAILED: "FAILED";
|
|
113
|
+
readonly UPDATING: "UPDATING";
|
|
114
|
+
};
|
|
115
|
+
/**
|
|
116
|
+
* @public
|
|
117
|
+
*/
|
|
118
|
+
export type ApplicationStatus = (typeof ApplicationStatus)[keyof typeof ApplicationStatus];
|
|
119
|
+
/**
|
|
120
|
+
* @public
|
|
121
|
+
* @enum
|
|
122
|
+
*/
|
|
123
|
+
export declare const AttachmentsControlMode: {
|
|
124
|
+
readonly DISABLED: "DISABLED";
|
|
125
|
+
readonly ENABLED: "ENABLED";
|
|
126
|
+
};
|
|
127
|
+
/**
|
|
128
|
+
* @public
|
|
129
|
+
*/
|
|
130
|
+
export type AttachmentsControlMode = (typeof AttachmentsControlMode)[keyof typeof AttachmentsControlMode];
|
|
131
|
+
/**
|
|
132
|
+
* @public
|
|
133
|
+
* @enum
|
|
134
|
+
*/
|
|
135
|
+
export declare const PersonalizationControlMode: {
|
|
136
|
+
readonly DISABLED: "DISABLED";
|
|
137
|
+
readonly ENABLED: "ENABLED";
|
|
138
|
+
};
|
|
139
|
+
/**
|
|
140
|
+
* @public
|
|
141
|
+
*/
|
|
142
|
+
export type PersonalizationControlMode = (typeof PersonalizationControlMode)[keyof typeof PersonalizationControlMode];
|
|
143
|
+
/**
|
|
144
|
+
* @public
|
|
145
|
+
* @enum
|
|
146
|
+
*/
|
|
147
|
+
export declare const QAppsControlMode: {
|
|
148
|
+
readonly DISABLED: "DISABLED";
|
|
149
|
+
readonly ENABLED: "ENABLED";
|
|
150
|
+
};
|
|
151
|
+
/**
|
|
152
|
+
* @public
|
|
153
|
+
*/
|
|
154
|
+
export type QAppsControlMode = (typeof QAppsControlMode)[keyof typeof QAppsControlMode];
|
|
155
|
+
/**
|
|
156
|
+
* @public
|
|
157
|
+
* @enum
|
|
158
|
+
*/
|
|
159
|
+
export declare const ValidationExceptionReason: {
|
|
160
|
+
readonly CANNOT_PARSE: "CANNOT_PARSE";
|
|
161
|
+
readonly FIELD_VALIDATION_FAILED: "FIELD_VALIDATION_FAILED";
|
|
162
|
+
readonly UNKNOWN_OPERATION: "UNKNOWN_OPERATION";
|
|
163
|
+
};
|
|
164
|
+
/**
|
|
165
|
+
* @public
|
|
166
|
+
*/
|
|
167
|
+
export type ValidationExceptionReason = (typeof ValidationExceptionReason)[keyof typeof ValidationExceptionReason];
|
|
168
|
+
/**
|
|
169
|
+
* @public
|
|
170
|
+
* @enum
|
|
171
|
+
*/
|
|
172
|
+
export declare const DataAccessorAuthenticationType: {
|
|
173
|
+
readonly AWS_IAM_IDC_AUTH_CODE: "AWS_IAM_IDC_AUTH_CODE";
|
|
174
|
+
readonly AWS_IAM_IDC_TTI: "AWS_IAM_IDC_TTI";
|
|
175
|
+
};
|
|
176
|
+
/**
|
|
177
|
+
* @public
|
|
178
|
+
*/
|
|
179
|
+
export type DataAccessorAuthenticationType = (typeof DataAccessorAuthenticationType)[keyof typeof DataAccessorAuthenticationType];
|
|
180
|
+
/**
|
|
181
|
+
* @public
|
|
182
|
+
* @enum
|
|
183
|
+
*/
|
|
184
|
+
export declare const AutoSubscriptionStatus: {
|
|
185
|
+
readonly DISABLED: "DISABLED";
|
|
186
|
+
readonly ENABLED: "ENABLED";
|
|
187
|
+
};
|
|
188
|
+
/**
|
|
189
|
+
* @public
|
|
190
|
+
*/
|
|
191
|
+
export type AutoSubscriptionStatus = (typeof AutoSubscriptionStatus)[keyof typeof AutoSubscriptionStatus];
|
|
192
|
+
/**
|
|
193
|
+
* @public
|
|
194
|
+
* @enum
|
|
195
|
+
*/
|
|
196
|
+
export declare const SubscriptionType: {
|
|
197
|
+
readonly Q_BUSINESS: "Q_BUSINESS";
|
|
198
|
+
readonly Q_LITE: "Q_LITE";
|
|
199
|
+
};
|
|
200
|
+
/**
|
|
201
|
+
* @public
|
|
202
|
+
*/
|
|
203
|
+
export type SubscriptionType = (typeof SubscriptionType)[keyof typeof SubscriptionType];
|
|
204
|
+
/**
|
|
205
|
+
* @public
|
|
206
|
+
* @enum
|
|
207
|
+
*/
|
|
208
|
+
export declare const ErrorCode: {
|
|
209
|
+
readonly INTERNAL_ERROR: "InternalError";
|
|
210
|
+
readonly INVALID_REQUEST: "InvalidRequest";
|
|
211
|
+
readonly RESOURCE_INACTIVE: "ResourceInactive";
|
|
212
|
+
readonly RESOURCE_NOT_FOUND: "ResourceNotFound";
|
|
213
|
+
};
|
|
214
|
+
/**
|
|
215
|
+
* @public
|
|
216
|
+
*/
|
|
217
|
+
export type ErrorCode = (typeof ErrorCode)[keyof typeof ErrorCode];
|
|
218
|
+
/**
|
|
219
|
+
* @public
|
|
220
|
+
* @enum
|
|
221
|
+
*/
|
|
222
|
+
export declare const IndexType: {
|
|
223
|
+
readonly ENTERPRISE: "ENTERPRISE";
|
|
224
|
+
readonly STARTER: "STARTER";
|
|
225
|
+
};
|
|
226
|
+
/**
|
|
227
|
+
* @public
|
|
228
|
+
*/
|
|
229
|
+
export type IndexType = (typeof IndexType)[keyof typeof IndexType];
|
|
230
|
+
/**
|
|
231
|
+
* @public
|
|
232
|
+
* @enum
|
|
233
|
+
*/
|
|
234
|
+
export declare const DocumentEnrichmentConditionOperator: {
|
|
235
|
+
readonly BEGINS_WITH: "BEGINS_WITH";
|
|
236
|
+
readonly CONTAINS: "CONTAINS";
|
|
237
|
+
readonly EQUALS: "EQUALS";
|
|
238
|
+
readonly EXISTS: "EXISTS";
|
|
239
|
+
readonly GREATER_THAN: "GREATER_THAN";
|
|
240
|
+
readonly GREATER_THAN_OR_EQUALS: "GREATER_THAN_OR_EQUALS";
|
|
241
|
+
readonly LESS_THAN: "LESS_THAN";
|
|
242
|
+
readonly LESS_THAN_OR_EQUALS: "LESS_THAN_OR_EQUALS";
|
|
243
|
+
readonly NOT_CONTAINS: "NOT_CONTAINS";
|
|
244
|
+
readonly NOT_EQUALS: "NOT_EQUALS";
|
|
245
|
+
readonly NOT_EXISTS: "NOT_EXISTS";
|
|
246
|
+
};
|
|
247
|
+
/**
|
|
248
|
+
* @public
|
|
249
|
+
*/
|
|
250
|
+
export type DocumentEnrichmentConditionOperator = (typeof DocumentEnrichmentConditionOperator)[keyof typeof DocumentEnrichmentConditionOperator];
|
|
251
|
+
/**
|
|
252
|
+
* @public
|
|
253
|
+
* @enum
|
|
254
|
+
*/
|
|
255
|
+
export declare const DocumentContentOperator: {
|
|
256
|
+
readonly DELETE: "DELETE";
|
|
257
|
+
};
|
|
258
|
+
/**
|
|
259
|
+
* @public
|
|
260
|
+
*/
|
|
261
|
+
export type DocumentContentOperator = (typeof DocumentContentOperator)[keyof typeof DocumentContentOperator];
|
|
262
|
+
/**
|
|
263
|
+
* @public
|
|
264
|
+
* @enum
|
|
265
|
+
*/
|
|
266
|
+
export declare const AttributeValueOperator: {
|
|
267
|
+
readonly DELETE: "DELETE";
|
|
268
|
+
};
|
|
269
|
+
/**
|
|
270
|
+
* @public
|
|
271
|
+
*/
|
|
272
|
+
export type AttributeValueOperator = (typeof AttributeValueOperator)[keyof typeof AttributeValueOperator];
|
|
273
|
+
/**
|
|
274
|
+
* @public
|
|
275
|
+
* @enum
|
|
276
|
+
*/
|
|
277
|
+
export declare const AudioExtractionStatus: {
|
|
278
|
+
readonly DISABLED: "DISABLED";
|
|
279
|
+
readonly ENABLED: "ENABLED";
|
|
280
|
+
};
|
|
281
|
+
/**
|
|
282
|
+
* @public
|
|
283
|
+
*/
|
|
284
|
+
export type AudioExtractionStatus = (typeof AudioExtractionStatus)[keyof typeof AudioExtractionStatus];
|
|
285
|
+
/**
|
|
286
|
+
* @public
|
|
287
|
+
* @enum
|
|
288
|
+
*/
|
|
289
|
+
export declare const ImageExtractionStatus: {
|
|
290
|
+
readonly DISABLED: "DISABLED";
|
|
291
|
+
readonly ENABLED: "ENABLED";
|
|
292
|
+
};
|
|
293
|
+
/**
|
|
294
|
+
* @public
|
|
295
|
+
*/
|
|
296
|
+
export type ImageExtractionStatus = (typeof ImageExtractionStatus)[keyof typeof ImageExtractionStatus];
|
|
297
|
+
/**
|
|
298
|
+
* @public
|
|
299
|
+
* @enum
|
|
300
|
+
*/
|
|
301
|
+
export declare const VideoExtractionStatus: {
|
|
302
|
+
readonly DISABLED: "DISABLED";
|
|
303
|
+
readonly ENABLED: "ENABLED";
|
|
304
|
+
};
|
|
305
|
+
/**
|
|
306
|
+
* @public
|
|
307
|
+
*/
|
|
308
|
+
export type VideoExtractionStatus = (typeof VideoExtractionStatus)[keyof typeof VideoExtractionStatus];
|
|
309
|
+
/**
|
|
310
|
+
* @public
|
|
311
|
+
* @enum
|
|
312
|
+
*/
|
|
313
|
+
export declare const DataSourceStatus: {
|
|
314
|
+
readonly ACTIVE: "ACTIVE";
|
|
315
|
+
readonly CREATING: "CREATING";
|
|
316
|
+
readonly DELETING: "DELETING";
|
|
317
|
+
readonly FAILED: "FAILED";
|
|
318
|
+
readonly PENDING_CREATION: "PENDING_CREATION";
|
|
319
|
+
readonly UPDATING: "UPDATING";
|
|
320
|
+
};
|
|
321
|
+
/**
|
|
322
|
+
* @public
|
|
323
|
+
*/
|
|
324
|
+
export type DataSourceStatus = (typeof DataSourceStatus)[keyof typeof DataSourceStatus];
|
|
325
|
+
/**
|
|
326
|
+
* @public
|
|
327
|
+
* @enum
|
|
328
|
+
*/
|
|
329
|
+
export declare const Status: {
|
|
330
|
+
readonly DISABLED: "DISABLED";
|
|
331
|
+
readonly ENABLED: "ENABLED";
|
|
332
|
+
};
|
|
333
|
+
/**
|
|
334
|
+
* @public
|
|
335
|
+
*/
|
|
336
|
+
export type Status = (typeof Status)[keyof typeof Status];
|
|
337
|
+
/**
|
|
338
|
+
* @public
|
|
339
|
+
* @enum
|
|
340
|
+
*/
|
|
341
|
+
export declare const AttributeType: {
|
|
342
|
+
readonly DATE: "DATE";
|
|
343
|
+
readonly NUMBER: "NUMBER";
|
|
344
|
+
readonly STRING: "STRING";
|
|
345
|
+
readonly STRING_LIST: "STRING_LIST";
|
|
346
|
+
};
|
|
347
|
+
/**
|
|
348
|
+
* @public
|
|
349
|
+
*/
|
|
350
|
+
export type AttributeType = (typeof AttributeType)[keyof typeof AttributeType];
|
|
351
|
+
/**
|
|
352
|
+
* @public
|
|
353
|
+
* @enum
|
|
354
|
+
*/
|
|
355
|
+
export declare const IndexStatus: {
|
|
356
|
+
readonly ACTIVE: "ACTIVE";
|
|
357
|
+
readonly CREATING: "CREATING";
|
|
358
|
+
readonly DELETING: "DELETING";
|
|
359
|
+
readonly FAILED: "FAILED";
|
|
360
|
+
readonly UPDATING: "UPDATING";
|
|
361
|
+
};
|
|
362
|
+
/**
|
|
363
|
+
* @public
|
|
364
|
+
*/
|
|
365
|
+
export type IndexStatus = (typeof IndexStatus)[keyof typeof IndexStatus];
|
|
366
|
+
/**
|
|
367
|
+
* @public
|
|
368
|
+
* @enum
|
|
369
|
+
*/
|
|
370
|
+
export declare const PluginBuildStatus: {
|
|
371
|
+
readonly CREATE_FAILED: "CREATE_FAILED";
|
|
372
|
+
readonly CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS";
|
|
373
|
+
readonly DELETE_FAILED: "DELETE_FAILED";
|
|
374
|
+
readonly DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS";
|
|
375
|
+
readonly READY: "READY";
|
|
376
|
+
readonly UPDATE_FAILED: "UPDATE_FAILED";
|
|
377
|
+
readonly UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS";
|
|
378
|
+
};
|
|
379
|
+
/**
|
|
380
|
+
* @public
|
|
381
|
+
*/
|
|
382
|
+
export type PluginBuildStatus = (typeof PluginBuildStatus)[keyof typeof PluginBuildStatus];
|
|
383
|
+
/**
|
|
384
|
+
* @public
|
|
385
|
+
* @enum
|
|
386
|
+
*/
|
|
387
|
+
export declare const PluginState: {
|
|
388
|
+
readonly DISABLED: "DISABLED";
|
|
389
|
+
readonly ENABLED: "ENABLED";
|
|
390
|
+
};
|
|
391
|
+
/**
|
|
392
|
+
* @public
|
|
393
|
+
*/
|
|
394
|
+
export type PluginState = (typeof PluginState)[keyof typeof PluginState];
|
|
395
|
+
/**
|
|
396
|
+
* @public
|
|
397
|
+
* @enum
|
|
398
|
+
*/
|
|
399
|
+
export declare const DocumentAttributeBoostingLevel: {
|
|
400
|
+
readonly HIGH: "HIGH";
|
|
401
|
+
readonly LOW: "LOW";
|
|
402
|
+
readonly MEDIUM: "MEDIUM";
|
|
403
|
+
readonly NONE: "NONE";
|
|
404
|
+
readonly ONE: "ONE";
|
|
405
|
+
readonly TWO: "TWO";
|
|
406
|
+
readonly VERY_HIGH: "VERY_HIGH";
|
|
407
|
+
};
|
|
408
|
+
/**
|
|
409
|
+
* @public
|
|
410
|
+
*/
|
|
411
|
+
export type DocumentAttributeBoostingLevel = (typeof DocumentAttributeBoostingLevel)[keyof typeof DocumentAttributeBoostingLevel];
|
|
412
|
+
/**
|
|
413
|
+
* @public
|
|
414
|
+
* @enum
|
|
415
|
+
*/
|
|
416
|
+
export declare const NumberAttributeBoostingType: {
|
|
417
|
+
readonly PRIORITIZE_LARGER_VALUES: "PRIORITIZE_LARGER_VALUES";
|
|
418
|
+
readonly PRIORITIZE_SMALLER_VALUES: "PRIORITIZE_SMALLER_VALUES";
|
|
419
|
+
};
|
|
420
|
+
/**
|
|
421
|
+
* @public
|
|
422
|
+
*/
|
|
423
|
+
export type NumberAttributeBoostingType = (typeof NumberAttributeBoostingType)[keyof typeof NumberAttributeBoostingType];
|
|
424
|
+
/**
|
|
425
|
+
* @public
|
|
426
|
+
* @enum
|
|
427
|
+
*/
|
|
428
|
+
export declare const StringAttributeValueBoostingLevel: {
|
|
429
|
+
readonly FIVE: "FIVE";
|
|
430
|
+
readonly FOUR: "FOUR";
|
|
431
|
+
readonly HIGH: "HIGH";
|
|
432
|
+
readonly LOW: "LOW";
|
|
433
|
+
readonly MEDIUM: "MEDIUM";
|
|
434
|
+
readonly ONE: "ONE";
|
|
435
|
+
readonly THREE: "THREE";
|
|
436
|
+
readonly TWO: "TWO";
|
|
437
|
+
readonly VERY_HIGH: "VERY_HIGH";
|
|
438
|
+
};
|
|
439
|
+
/**
|
|
440
|
+
* @public
|
|
441
|
+
*/
|
|
442
|
+
export type StringAttributeValueBoostingLevel = (typeof StringAttributeValueBoostingLevel)[keyof typeof StringAttributeValueBoostingLevel];
|
|
443
|
+
/**
|
|
444
|
+
* @public
|
|
445
|
+
* @enum
|
|
446
|
+
*/
|
|
447
|
+
export declare const RetrieverType: {
|
|
448
|
+
readonly KENDRA_INDEX: "KENDRA_INDEX";
|
|
449
|
+
readonly NATIVE_INDEX: "NATIVE_INDEX";
|
|
450
|
+
};
|
|
451
|
+
/**
|
|
452
|
+
* @public
|
|
453
|
+
*/
|
|
454
|
+
export type RetrieverType = (typeof RetrieverType)[keyof typeof RetrieverType];
|
|
455
|
+
/**
|
|
456
|
+
* @public
|
|
457
|
+
* @enum
|
|
458
|
+
*/
|
|
459
|
+
export declare const RetrieverStatus: {
|
|
460
|
+
readonly ACTIVE: "ACTIVE";
|
|
461
|
+
readonly CREATING: "CREATING";
|
|
462
|
+
readonly FAILED: "FAILED";
|
|
463
|
+
};
|
|
464
|
+
/**
|
|
465
|
+
* @public
|
|
466
|
+
*/
|
|
467
|
+
export type RetrieverStatus = (typeof RetrieverStatus)[keyof typeof RetrieverStatus];
|
|
468
|
+
/**
|
|
469
|
+
* @public
|
|
470
|
+
* @enum
|
|
471
|
+
*/
|
|
472
|
+
export declare const WebExperienceSamplePromptsControlMode: {
|
|
473
|
+
readonly DISABLED: "DISABLED";
|
|
474
|
+
readonly ENABLED: "ENABLED";
|
|
475
|
+
};
|
|
476
|
+
/**
|
|
477
|
+
* @public
|
|
478
|
+
*/
|
|
479
|
+
export type WebExperienceSamplePromptsControlMode = (typeof WebExperienceSamplePromptsControlMode)[keyof typeof WebExperienceSamplePromptsControlMode];
|
|
480
|
+
/**
|
|
481
|
+
* @public
|
|
482
|
+
* @enum
|
|
483
|
+
*/
|
|
484
|
+
export declare const WebExperienceStatus: {
|
|
485
|
+
readonly ACTIVE: "ACTIVE";
|
|
486
|
+
readonly CREATING: "CREATING";
|
|
487
|
+
readonly DELETING: "DELETING";
|
|
488
|
+
readonly FAILED: "FAILED";
|
|
489
|
+
readonly PENDING_AUTH_CONFIG: "PENDING_AUTH_CONFIG";
|
|
490
|
+
};
|
|
491
|
+
/**
|
|
492
|
+
* @public
|
|
493
|
+
*/
|
|
494
|
+
export type WebExperienceStatus = (typeof WebExperienceStatus)[keyof typeof WebExperienceStatus];
|
|
495
|
+
/**
|
|
496
|
+
* @public
|
|
497
|
+
* @enum
|
|
498
|
+
*/
|
|
499
|
+
export declare const CreatorModeControl: {
|
|
500
|
+
readonly DISABLED: "DISABLED";
|
|
501
|
+
readonly ENABLED: "ENABLED";
|
|
502
|
+
};
|
|
503
|
+
/**
|
|
504
|
+
* @public
|
|
505
|
+
*/
|
|
506
|
+
export type CreatorModeControl = (typeof CreatorModeControl)[keyof typeof CreatorModeControl];
|
|
507
|
+
/**
|
|
508
|
+
* @public
|
|
509
|
+
* @enum
|
|
510
|
+
*/
|
|
511
|
+
export declare const OrchestrationControl: {
|
|
512
|
+
readonly DISABLED: "DISABLED";
|
|
513
|
+
readonly ENABLED: "ENABLED";
|
|
514
|
+
};
|
|
515
|
+
/**
|
|
516
|
+
* @public
|
|
517
|
+
*/
|
|
518
|
+
export type OrchestrationControl = (typeof OrchestrationControl)[keyof typeof OrchestrationControl];
|
|
519
|
+
/**
|
|
520
|
+
* @public
|
|
521
|
+
* @enum
|
|
522
|
+
*/
|
|
523
|
+
export declare const PermissionConditionOperator: {
|
|
524
|
+
readonly STRING_EQUALS: "StringEquals";
|
|
525
|
+
};
|
|
526
|
+
/**
|
|
527
|
+
* @public
|
|
528
|
+
*/
|
|
529
|
+
export type PermissionConditionOperator = (typeof PermissionConditionOperator)[keyof typeof PermissionConditionOperator];
|
|
530
|
+
/**
|
|
531
|
+
* @public
|
|
532
|
+
* @enum
|
|
533
|
+
*/
|
|
534
|
+
export declare const AttachmentStatus: {
|
|
535
|
+
readonly FAILED: "FAILED";
|
|
536
|
+
readonly SUCCESS: "SUCCESS";
|
|
537
|
+
};
|
|
538
|
+
/**
|
|
539
|
+
* @public
|
|
540
|
+
*/
|
|
541
|
+
export type AttachmentStatus = (typeof AttachmentStatus)[keyof typeof AttachmentStatus];
|
|
542
|
+
/**
|
|
543
|
+
* @public
|
|
544
|
+
* @enum
|
|
545
|
+
*/
|
|
546
|
+
export declare const AudioExtractionType: {
|
|
547
|
+
readonly SUMMARY: "SUMMARY";
|
|
548
|
+
readonly TRANSCRIPT: "TRANSCRIPT";
|
|
549
|
+
};
|
|
550
|
+
/**
|
|
551
|
+
* @public
|
|
552
|
+
*/
|
|
553
|
+
export type AudioExtractionType = (typeof AudioExtractionType)[keyof typeof AudioExtractionType];
|
|
554
|
+
/**
|
|
555
|
+
* @public
|
|
556
|
+
* @enum
|
|
557
|
+
*/
|
|
558
|
+
export declare const ContentType: {
|
|
559
|
+
readonly CSV: "CSV";
|
|
560
|
+
readonly HTML: "HTML";
|
|
561
|
+
readonly JSON: "JSON";
|
|
562
|
+
readonly MD: "MD";
|
|
563
|
+
readonly MS_EXCEL: "MS_EXCEL";
|
|
564
|
+
readonly MS_WORD: "MS_WORD";
|
|
565
|
+
readonly PDF: "PDF";
|
|
566
|
+
readonly PLAIN_TEXT: "PLAIN_TEXT";
|
|
567
|
+
readonly PPT: "PPT";
|
|
568
|
+
readonly RTF: "RTF";
|
|
569
|
+
readonly XML: "XML";
|
|
570
|
+
readonly XSLT: "XSLT";
|
|
571
|
+
};
|
|
572
|
+
/**
|
|
573
|
+
* @public
|
|
574
|
+
*/
|
|
575
|
+
export type ContentType = (typeof ContentType)[keyof typeof ContentType];
|
|
576
|
+
/**
|
|
577
|
+
* @public
|
|
578
|
+
* @enum
|
|
579
|
+
*/
|
|
580
|
+
export declare const ChatMode: {
|
|
581
|
+
readonly CREATOR_MODE: "CREATOR_MODE";
|
|
582
|
+
readonly PLUGIN_MODE: "PLUGIN_MODE";
|
|
583
|
+
readonly RETRIEVAL_MODE: "RETRIEVAL_MODE";
|
|
584
|
+
};
|
|
585
|
+
/**
|
|
586
|
+
* @public
|
|
587
|
+
*/
|
|
588
|
+
export type ChatMode = (typeof ChatMode)[keyof typeof ChatMode];
|
|
589
|
+
/**
|
|
590
|
+
* @public
|
|
591
|
+
* @enum
|
|
592
|
+
*/
|
|
593
|
+
export declare const VideoExtractionType: {
|
|
594
|
+
readonly SUMMARY: "SUMMARY";
|
|
595
|
+
readonly TRANSCRIPT: "TRANSCRIPT";
|
|
596
|
+
};
|
|
597
|
+
/**
|
|
598
|
+
* @public
|
|
599
|
+
*/
|
|
600
|
+
export type VideoExtractionType = (typeof VideoExtractionType)[keyof typeof VideoExtractionType];
|
|
601
|
+
/**
|
|
602
|
+
* @public
|
|
603
|
+
* @enum
|
|
604
|
+
*/
|
|
605
|
+
export declare const SystemMessageType: {
|
|
606
|
+
readonly GROUNDED_RESPONSE: "GROUNDED_RESPONSE";
|
|
607
|
+
readonly RESPONSE: "RESPONSE";
|
|
608
|
+
};
|
|
609
|
+
/**
|
|
610
|
+
* @public
|
|
611
|
+
*/
|
|
612
|
+
export type SystemMessageType = (typeof SystemMessageType)[keyof typeof SystemMessageType];
|
|
613
|
+
/**
|
|
614
|
+
* @public
|
|
615
|
+
* @enum
|
|
616
|
+
*/
|
|
617
|
+
export declare const ChatResponseConfigurationStatus: {
|
|
618
|
+
readonly ACTIVE: "ACTIVE";
|
|
619
|
+
readonly CREATING: "CREATING";
|
|
620
|
+
readonly FAILED: "FAILED";
|
|
621
|
+
readonly UPDATING: "UPDATING";
|
|
622
|
+
};
|
|
623
|
+
/**
|
|
624
|
+
* @public
|
|
625
|
+
*/
|
|
626
|
+
export type ChatResponseConfigurationStatus = (typeof ChatResponseConfigurationStatus)[keyof typeof ChatResponseConfigurationStatus];
|
|
627
|
+
/**
|
|
628
|
+
* @public
|
|
629
|
+
* @enum
|
|
630
|
+
*/
|
|
631
|
+
export declare const ResponseConfigurationType: {
|
|
632
|
+
readonly ALL: "ALL";
|
|
633
|
+
};
|
|
634
|
+
/**
|
|
635
|
+
* @public
|
|
636
|
+
*/
|
|
637
|
+
export type ResponseConfigurationType = (typeof ResponseConfigurationType)[keyof typeof ResponseConfigurationType];
|
|
638
|
+
/**
|
|
639
|
+
* @public
|
|
640
|
+
* @enum
|
|
641
|
+
*/
|
|
642
|
+
export declare const DataSourceSyncJobStatus: {
|
|
643
|
+
readonly ABORTED: "ABORTED";
|
|
644
|
+
readonly FAILED: "FAILED";
|
|
645
|
+
readonly INCOMPLETE: "INCOMPLETE";
|
|
646
|
+
readonly STOPPING: "STOPPING";
|
|
647
|
+
readonly SUCCEEDED: "SUCCEEDED";
|
|
648
|
+
readonly SYNCING: "SYNCING";
|
|
649
|
+
readonly SYNCING_INDEXING: "SYNCING_INDEXING";
|
|
650
|
+
};
|
|
651
|
+
/**
|
|
652
|
+
* @public
|
|
653
|
+
*/
|
|
654
|
+
export type DataSourceSyncJobStatus = (typeof DataSourceSyncJobStatus)[keyof typeof DataSourceSyncJobStatus];
|
|
655
|
+
/**
|
|
656
|
+
* @public
|
|
657
|
+
* @enum
|
|
658
|
+
*/
|
|
659
|
+
export declare const DocumentStatus: {
|
|
660
|
+
readonly DELETED: "DELETED";
|
|
661
|
+
readonly DELETING: "DELETING";
|
|
662
|
+
readonly DOCUMENT_FAILED_TO_INDEX: "DOCUMENT_FAILED_TO_INDEX";
|
|
663
|
+
readonly FAILED: "FAILED";
|
|
664
|
+
readonly INDEXED: "INDEXED";
|
|
665
|
+
readonly PROCESSING: "PROCESSING";
|
|
666
|
+
readonly RECEIVED: "RECEIVED";
|
|
667
|
+
readonly UPDATED: "UPDATED";
|
|
668
|
+
};
|
|
669
|
+
/**
|
|
670
|
+
* @public
|
|
671
|
+
*/
|
|
672
|
+
export type DocumentStatus = (typeof DocumentStatus)[keyof typeof DocumentStatus];
|
|
673
|
+
/**
|
|
674
|
+
* @public
|
|
675
|
+
* @enum
|
|
676
|
+
*/
|
|
677
|
+
export declare const HallucinationReductionControl: {
|
|
678
|
+
readonly DISABLED: "DISABLED";
|
|
679
|
+
readonly ENABLED: "ENABLED";
|
|
680
|
+
};
|
|
681
|
+
/**
|
|
682
|
+
* @public
|
|
683
|
+
*/
|
|
684
|
+
export type HallucinationReductionControl = (typeof HallucinationReductionControl)[keyof typeof HallucinationReductionControl];
|
|
685
|
+
/**
|
|
686
|
+
* @public
|
|
687
|
+
* @enum
|
|
688
|
+
*/
|
|
689
|
+
export declare const ResponseScope: {
|
|
690
|
+
readonly ENTERPRISE_CONTENT_ONLY: "ENTERPRISE_CONTENT_ONLY";
|
|
691
|
+
readonly EXTENDED_KNOWLEDGE_ENABLED: "EXTENDED_KNOWLEDGE_ENABLED";
|
|
692
|
+
};
|
|
693
|
+
/**
|
|
694
|
+
* @public
|
|
695
|
+
*/
|
|
696
|
+
export type ResponseScope = (typeof ResponseScope)[keyof typeof ResponseScope];
|
|
697
|
+
/**
|
|
698
|
+
* @public
|
|
699
|
+
* @enum
|
|
700
|
+
*/
|
|
701
|
+
export declare const RuleType: {
|
|
702
|
+
readonly CONTENT_BLOCKER_RULE: "CONTENT_BLOCKER_RULE";
|
|
703
|
+
readonly CONTENT_RETRIEVAL_RULE: "CONTENT_RETRIEVAL_RULE";
|
|
704
|
+
};
|
|
705
|
+
/**
|
|
706
|
+
* @public
|
|
707
|
+
*/
|
|
708
|
+
export type RuleType = (typeof RuleType)[keyof typeof RuleType];
|
|
709
|
+
/**
|
|
710
|
+
* @public
|
|
711
|
+
* @enum
|
|
712
|
+
*/
|
|
713
|
+
export declare const OutputFormat: {
|
|
714
|
+
readonly EXTRACTED: "EXTRACTED";
|
|
715
|
+
readonly RAW: "RAW";
|
|
716
|
+
};
|
|
717
|
+
/**
|
|
718
|
+
* @public
|
|
719
|
+
*/
|
|
720
|
+
export type OutputFormat = (typeof OutputFormat)[keyof typeof OutputFormat];
|
|
721
|
+
/**
|
|
722
|
+
* @public
|
|
723
|
+
* @enum
|
|
724
|
+
*/
|
|
725
|
+
export declare const GroupStatus: {
|
|
726
|
+
readonly DELETED: "DELETED";
|
|
727
|
+
readonly DELETING: "DELETING";
|
|
728
|
+
readonly FAILED: "FAILED";
|
|
729
|
+
readonly PROCESSING: "PROCESSING";
|
|
730
|
+
readonly SUCCEEDED: "SUCCEEDED";
|
|
731
|
+
};
|
|
732
|
+
/**
|
|
733
|
+
* @public
|
|
734
|
+
*/
|
|
735
|
+
export type GroupStatus = (typeof GroupStatus)[keyof typeof GroupStatus];
|
|
736
|
+
/**
|
|
737
|
+
* @public
|
|
738
|
+
* @enum
|
|
739
|
+
*/
|
|
740
|
+
export declare const MessageType: {
|
|
741
|
+
readonly SYSTEM: "SYSTEM";
|
|
742
|
+
readonly USER: "USER";
|
|
743
|
+
};
|
|
744
|
+
/**
|
|
745
|
+
* @public
|
|
746
|
+
*/
|
|
747
|
+
export type MessageType = (typeof MessageType)[keyof typeof MessageType];
|
|
748
|
+
/**
|
|
749
|
+
* @public
|
|
750
|
+
* @enum
|
|
751
|
+
*/
|
|
752
|
+
export declare const PluginTypeCategory: {
|
|
753
|
+
readonly COMMUNICATION: "Communication";
|
|
754
|
+
readonly CRM: "Customer relationship management (CRM)";
|
|
755
|
+
readonly PRODUCTIVITY: "Productivity";
|
|
756
|
+
readonly PROJECT_MANAGEMENT: "Project management";
|
|
757
|
+
readonly TICKETING_MANAGEMENT: "Ticketing and incident management";
|
|
758
|
+
};
|
|
759
|
+
/**
|
|
760
|
+
* @public
|
|
761
|
+
*/
|
|
762
|
+
export type PluginTypeCategory = (typeof PluginTypeCategory)[keyof typeof PluginTypeCategory];
|
|
763
|
+
/**
|
|
764
|
+
* @public
|
|
765
|
+
* @enum
|
|
766
|
+
*/
|
|
767
|
+
export declare const MessageUsefulnessReason: {
|
|
768
|
+
readonly COMPLETE: "COMPLETE";
|
|
769
|
+
readonly FACTUALLY_CORRECT: "FACTUALLY_CORRECT";
|
|
770
|
+
readonly HARMFUL_OR_UNSAFE: "HARMFUL_OR_UNSAFE";
|
|
771
|
+
readonly HELPFUL: "HELPFUL";
|
|
772
|
+
readonly INCORRECT_OR_MISSING_SOURCES: "INCORRECT_OR_MISSING_SOURCES";
|
|
773
|
+
readonly NOT_BASED_ON_DOCUMENTS: "NOT_BASED_ON_DOCUMENTS";
|
|
774
|
+
readonly NOT_COMPLETE: "NOT_COMPLETE";
|
|
775
|
+
readonly NOT_CONCISE: "NOT_CONCISE";
|
|
776
|
+
readonly NOT_FACTUALLY_CORRECT: "NOT_FACTUALLY_CORRECT";
|
|
777
|
+
readonly NOT_HELPFUL: "NOT_HELPFUL";
|
|
778
|
+
readonly OTHER: "OTHER";
|
|
779
|
+
readonly RELEVANT_SOURCES: "RELEVANT_SOURCES";
|
|
780
|
+
};
|
|
781
|
+
/**
|
|
782
|
+
* @public
|
|
783
|
+
*/
|
|
784
|
+
export type MessageUsefulnessReason = (typeof MessageUsefulnessReason)[keyof typeof MessageUsefulnessReason];
|
|
785
|
+
/**
|
|
786
|
+
* @public
|
|
787
|
+
* @enum
|
|
788
|
+
*/
|
|
789
|
+
export declare const MessageUsefulness: {
|
|
790
|
+
readonly NOT_USEFUL: "NOT_USEFUL";
|
|
791
|
+
readonly USEFUL: "USEFUL";
|
|
792
|
+
};
|
|
793
|
+
/**
|
|
794
|
+
* @public
|
|
795
|
+
*/
|
|
796
|
+
export type MessageUsefulness = (typeof MessageUsefulness)[keyof typeof MessageUsefulness];
|
|
797
|
+
/**
|
|
798
|
+
* @public
|
|
799
|
+
* @enum
|
|
800
|
+
*/
|
|
801
|
+
export declare const ScoreConfidence: {
|
|
802
|
+
readonly HIGH: "HIGH";
|
|
803
|
+
readonly LOW: "LOW";
|
|
804
|
+
readonly MEDIUM: "MEDIUM";
|
|
805
|
+
readonly NOT_AVAILABLE: "NOT_AVAILABLE";
|
|
806
|
+
readonly VERY_HIGH: "VERY_HIGH";
|
|
807
|
+
};
|
|
808
|
+
/**
|
|
809
|
+
* @public
|
|
810
|
+
*/
|
|
811
|
+
export type ScoreConfidence = (typeof ScoreConfidence)[keyof typeof ScoreConfidence];
|