@wildix/xbees-users-client 1.0.43 → 1.0.44
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/models/models_0.js +0 -2
- package/dist-cjs/protocols/Aws_restJson1.js +0 -6
- package/dist-es/models/models_0.js +0 -2
- package/dist-es/protocols/Aws_restJson1.js +0 -6
- package/dist-types/commands/BatchGetUsersCommand.d.ts +3 -2
- package/dist-types/commands/BatchGetUsersPbxLinkDataCommand.d.ts +2 -2
- package/dist-types/commands/BatchGetUsersPbxLinkDataV1Command.d.ts +2 -2
- package/dist-types/commands/CreateBotApiKeyCommand.d.ts +2 -2
- package/dist-types/commands/CreateBotCommand.d.ts +2 -5
- package/dist-types/commands/CreateSystemBotCommand.d.ts +2 -2
- package/dist-types/commands/DeleteBotApiKeyCommand.d.ts +2 -2
- package/dist-types/commands/DeleteBotCommand.d.ts +2 -2
- package/dist-types/commands/GetBotCallbackCommand.d.ts +2 -5
- package/dist-types/commands/GetBotCommand.d.ts +2 -2
- package/dist-types/commands/GetUserCommand.d.ts +3 -2
- package/dist-types/commands/GetUserPbxLinkDataCommand.d.ts +2 -2
- package/dist-types/commands/GetUserPbxLinkSuggestionCommand.d.ts +2 -2
- package/dist-types/commands/GetUserPbxLinkSuggestionV1Command.d.ts +2 -2
- package/dist-types/commands/ListBotApiKeysCommand.d.ts +2 -2
- package/dist-types/commands/ListBotsCommand.d.ts +2 -2
- package/dist-types/commands/QueryColleaguesCommand.d.ts +3 -2
- package/dist-types/commands/QueryUserCommand.d.ts +3 -2
- package/dist-types/commands/QueryUsersCommand.d.ts +3 -2
- package/dist-types/commands/UpdateBotCallbackCommand.d.ts +2 -8
- package/dist-types/commands/UpdateBotCommand.d.ts +2 -2
- package/dist-types/commands/UploadPictureCommand.d.ts +2 -2
- package/dist-types/commands/UploadPictureV1Command.d.ts +3 -2
- package/dist-types/commands/VerifyBotSecretKeyCommand.d.ts +2 -2
- package/dist-types/commands/VerifyBotSecretKeyV1Command.d.ts +2 -2
- package/dist-types/models/models_0.d.ts +2 -19
- package/package.json +2 -2
|
@@ -122,8 +122,6 @@ var BotLlmFunctionIntegration;
|
|
|
122
122
|
BotLlmFunctionIntegration.visit = (value, visitor) => {
|
|
123
123
|
if (value.webhook !== undefined)
|
|
124
124
|
return visitor.webhook(value.webhook);
|
|
125
|
-
if (value.aiTool !== undefined)
|
|
126
|
-
return visitor.aiTool(value.aiTool);
|
|
127
125
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
128
126
|
};
|
|
129
127
|
})(BotLlmFunctionIntegration || (exports.BotLlmFunctionIntegration = BotLlmFunctionIntegration = {}));
|
|
@@ -1251,7 +1251,6 @@ const se_BotLlmFunctionDefinition = (input, context) => {
|
|
|
1251
1251
|
};
|
|
1252
1252
|
const se_BotLlmFunctionIntegration = (input, context) => {
|
|
1253
1253
|
return models_0_1.BotLlmFunctionIntegration.visit(input, {
|
|
1254
|
-
aiTool: value => ({ "aiTool": (0, smithy_client_1._json)(value) }),
|
|
1255
1254
|
webhook: value => ({ "webhook": se_BotLlmFunctionIntegrationWebhook(value, context) }),
|
|
1256
1255
|
_: (name, value) => ({ [name]: value })
|
|
1257
1256
|
});
|
|
@@ -1351,11 +1350,6 @@ const de_BotLlmFunctionDefinition = (output, context) => {
|
|
|
1351
1350
|
});
|
|
1352
1351
|
};
|
|
1353
1352
|
const de_BotLlmFunctionIntegration = (output, context) => {
|
|
1354
|
-
if (output.aiTool != null) {
|
|
1355
|
-
return {
|
|
1356
|
-
aiTool: (0, smithy_client_1._json)(output.aiTool)
|
|
1357
|
-
};
|
|
1358
|
-
}
|
|
1359
1353
|
if (output.webhook != null) {
|
|
1360
1354
|
return {
|
|
1361
1355
|
webhook: de_BotLlmFunctionIntegrationWebhook(output.webhook, context)
|
|
@@ -116,8 +116,6 @@ export var BotLlmFunctionIntegration;
|
|
|
116
116
|
BotLlmFunctionIntegration.visit = (value, visitor) => {
|
|
117
117
|
if (value.webhook !== undefined)
|
|
118
118
|
return visitor.webhook(value.webhook);
|
|
119
|
-
if (value.aiTool !== undefined)
|
|
120
|
-
return visitor.aiTool(value.aiTool);
|
|
121
119
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
122
120
|
};
|
|
123
121
|
})(BotLlmFunctionIntegration || (BotLlmFunctionIntegration = {}));
|
|
@@ -1181,7 +1181,6 @@ const se_BotLlmFunctionDefinition = (input, context) => {
|
|
|
1181
1181
|
};
|
|
1182
1182
|
const se_BotLlmFunctionIntegration = (input, context) => {
|
|
1183
1183
|
return BotLlmFunctionIntegration.visit(input, {
|
|
1184
|
-
aiTool: value => ({ "aiTool": _json(value) }),
|
|
1185
1184
|
webhook: value => ({ "webhook": se_BotLlmFunctionIntegrationWebhook(value, context) }),
|
|
1186
1185
|
_: (name, value) => ({ [name]: value })
|
|
1187
1186
|
});
|
|
@@ -1281,11 +1280,6 @@ const de_BotLlmFunctionDefinition = (output, context) => {
|
|
|
1281
1280
|
});
|
|
1282
1281
|
};
|
|
1283
1282
|
const de_BotLlmFunctionIntegration = (output, context) => {
|
|
1284
|
-
if (output.aiTool != null) {
|
|
1285
|
-
return {
|
|
1286
|
-
aiTool: _json(output.aiTool)
|
|
1287
|
-
};
|
|
1288
|
-
}
|
|
1289
1283
|
if (output.webhook != null) {
|
|
1290
1284
|
return {
|
|
1291
1285
|
webhook: de_BotLlmFunctionIntegrationWebhook(output.webhook, context)
|
|
@@ -27,8 +27,7 @@ declare const BatchGetUsersCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
*
|
|
31
|
-
*
|
|
30
|
+
* Retrieves details of multiple users in a single batch operation.
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -59,6 +58,7 @@ declare const BatchGetUsersCommand_base: {
|
|
|
59
58
|
* // pbxExtension: "STRING_VALUE",
|
|
60
59
|
* // pbxSerial: "STRING_VALUE",
|
|
61
60
|
* // pbxUserId: "STRING_VALUE",
|
|
61
|
+
* // pbxGroupId: "STRING_VALUE",
|
|
62
62
|
* // createdAt: "STRING_VALUE",
|
|
63
63
|
* // updatedAt: "STRING_VALUE",
|
|
64
64
|
* // },
|
|
@@ -81,6 +81,7 @@ declare const BatchGetUsersCommand_base: {
|
|
|
81
81
|
* <p>Base exception class for all service exceptions from Users service.</p>
|
|
82
82
|
*
|
|
83
83
|
*
|
|
84
|
+
* @public
|
|
84
85
|
*/
|
|
85
86
|
export declare class BatchGetUsersCommand extends BatchGetUsersCommand_base {
|
|
86
87
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -27,8 +27,7 @@ declare const BatchGetUsersPbxLinkDataCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
*
|
|
31
|
-
*
|
|
30
|
+
* Retrieves PBX link data for multiple users in a single batch operation.
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -118,6 +117,7 @@ declare const BatchGetUsersPbxLinkDataCommand_base: {
|
|
|
118
117
|
* <p>Base exception class for all service exceptions from Users service.</p>
|
|
119
118
|
*
|
|
120
119
|
*
|
|
120
|
+
* @public
|
|
121
121
|
*/
|
|
122
122
|
export declare class BatchGetUsersPbxLinkDataCommand extends BatchGetUsersPbxLinkDataCommand_base {
|
|
123
123
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -27,8 +27,7 @@ declare const BatchGetUsersPbxLinkDataV1Command_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
*
|
|
31
|
-
*
|
|
30
|
+
* Retrieves PBX link data for multiple users in a single batch operation. This is a deprecated operation - use BatchGetUsersPbxLinkData instead.
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -118,6 +117,7 @@ declare const BatchGetUsersPbxLinkDataV1Command_base: {
|
|
|
118
117
|
* <p>Base exception class for all service exceptions from Users service.</p>
|
|
119
118
|
*
|
|
120
119
|
*
|
|
120
|
+
* @public
|
|
121
121
|
*/
|
|
122
122
|
export declare class BatchGetUsersPbxLinkDataV1Command extends BatchGetUsersPbxLinkDataV1Command_base {
|
|
123
123
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -27,8 +27,7 @@ declare const CreateBotApiKeyCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
*
|
|
31
|
-
*
|
|
30
|
+
* Creates a new API key for a specific bot.
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -79,6 +78,7 @@ declare const CreateBotApiKeyCommand_base: {
|
|
|
79
78
|
* <p>Base exception class for all service exceptions from Users service.</p>
|
|
80
79
|
*
|
|
81
80
|
*
|
|
81
|
+
* @public
|
|
82
82
|
*/
|
|
83
83
|
export declare class CreateBotApiKeyCommand extends CreateBotApiKeyCommand_base {
|
|
84
84
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -27,8 +27,7 @@ declare const CreateBotCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
*
|
|
31
|
-
*
|
|
30
|
+
* Creates a new bot with the specified configuration and callback settings.
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -88,9 +87,6 @@ declare const CreateBotCommand_base: {
|
|
|
88
87
|
* timeout: Number("int"),
|
|
89
88
|
* parameters: "DOCUMENT_VALUE",
|
|
90
89
|
* },
|
|
91
|
-
* aiTool: { // BotLlmFunctionIntegrationAiTool
|
|
92
|
-
* toolId: "STRING_VALUE", // required
|
|
93
|
-
* },
|
|
94
90
|
* },
|
|
95
91
|
* },
|
|
96
92
|
* },
|
|
@@ -150,6 +146,7 @@ declare const CreateBotCommand_base: {
|
|
|
150
146
|
* <p>Base exception class for all service exceptions from Users service.</p>
|
|
151
147
|
*
|
|
152
148
|
*
|
|
149
|
+
* @public
|
|
153
150
|
*/
|
|
154
151
|
export declare class CreateBotCommand extends CreateBotCommand_base {
|
|
155
152
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -27,8 +27,7 @@ declare const CreateSystemBotCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
*
|
|
31
|
-
*
|
|
30
|
+
* Creates a new system bot with basic configuration for internal use.
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -62,6 +61,7 @@ declare const CreateSystemBotCommand_base: {
|
|
|
62
61
|
* <p>Base exception class for all service exceptions from Users service.</p>
|
|
63
62
|
*
|
|
64
63
|
*
|
|
64
|
+
* @public
|
|
65
65
|
*/
|
|
66
66
|
export declare class CreateSystemBotCommand extends CreateSystemBotCommand_base {
|
|
67
67
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -27,8 +27,7 @@ declare const DeleteBotApiKeyCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
*
|
|
31
|
-
*
|
|
30
|
+
* Deletes an existing API key for a specific bot.
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -64,6 +63,7 @@ declare const DeleteBotApiKeyCommand_base: {
|
|
|
64
63
|
* <p>Base exception class for all service exceptions from Users service.</p>
|
|
65
64
|
*
|
|
66
65
|
*
|
|
66
|
+
* @public
|
|
67
67
|
*/
|
|
68
68
|
export declare class DeleteBotApiKeyCommand extends DeleteBotApiKeyCommand_base {
|
|
69
69
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -27,8 +27,7 @@ declare const DeleteBotCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
*
|
|
31
|
-
*
|
|
30
|
+
* Deletes an existing bot and all its associated data.
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -61,6 +60,7 @@ declare const DeleteBotCommand_base: {
|
|
|
61
60
|
* <p>Base exception class for all service exceptions from Users service.</p>
|
|
62
61
|
*
|
|
63
62
|
*
|
|
63
|
+
* @public
|
|
64
64
|
*/
|
|
65
65
|
export declare class DeleteBotCommand extends DeleteBotCommand_base {
|
|
66
66
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -27,8 +27,7 @@ declare const GetBotCallbackCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
*
|
|
31
|
-
*
|
|
30
|
+
* Retrieves the callback configuration for a specific bot.
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -89,9 +88,6 @@ declare const GetBotCallbackCommand_base: {
|
|
|
89
88
|
* // timeout: Number("int"),
|
|
90
89
|
* // parameters: "DOCUMENT_VALUE",
|
|
91
90
|
* // },
|
|
92
|
-
* // aiTool: { // BotLlmFunctionIntegrationAiTool
|
|
93
|
-
* // toolId: "STRING_VALUE", // required
|
|
94
|
-
* // },
|
|
95
91
|
* // },
|
|
96
92
|
* // },
|
|
97
93
|
* // },
|
|
@@ -138,6 +134,7 @@ declare const GetBotCallbackCommand_base: {
|
|
|
138
134
|
* <p>Base exception class for all service exceptions from Users service.</p>
|
|
139
135
|
*
|
|
140
136
|
*
|
|
137
|
+
* @public
|
|
141
138
|
*/
|
|
142
139
|
export declare class GetBotCallbackCommand extends GetBotCallbackCommand_base {
|
|
143
140
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -27,8 +27,7 @@ declare const GetBotCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
*
|
|
31
|
-
*
|
|
30
|
+
* Retrieves details of a specific bot by its unique identifier.
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -73,6 +72,7 @@ declare const GetBotCommand_base: {
|
|
|
73
72
|
* <p>Base exception class for all service exceptions from Users service.</p>
|
|
74
73
|
*
|
|
75
74
|
*
|
|
75
|
+
* @public
|
|
76
76
|
*/
|
|
77
77
|
export declare class GetBotCommand extends GetBotCommand_base {
|
|
78
78
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -27,8 +27,7 @@ declare const GetUserCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
*
|
|
31
|
-
*
|
|
30
|
+
* Retrieves details of a specific user by their unique identifier.
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -56,6 +55,7 @@ declare const GetUserCommand_base: {
|
|
|
56
55
|
* // pbxExtension: "STRING_VALUE",
|
|
57
56
|
* // pbxSerial: "STRING_VALUE",
|
|
58
57
|
* // pbxUserId: "STRING_VALUE",
|
|
58
|
+
* // pbxGroupId: "STRING_VALUE",
|
|
59
59
|
* // createdAt: "STRING_VALUE",
|
|
60
60
|
* // updatedAt: "STRING_VALUE",
|
|
61
61
|
* // },
|
|
@@ -79,6 +79,7 @@ declare const GetUserCommand_base: {
|
|
|
79
79
|
* <p>Base exception class for all service exceptions from Users service.</p>
|
|
80
80
|
*
|
|
81
81
|
*
|
|
82
|
+
* @public
|
|
82
83
|
*/
|
|
83
84
|
export declare class GetUserCommand extends GetUserCommand_base {
|
|
84
85
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -27,8 +27,7 @@ declare const GetUserPbxLinkDataCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
*
|
|
31
|
-
*
|
|
30
|
+
* Retrieves PBX link data for a specific user.
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -116,6 +115,7 @@ declare const GetUserPbxLinkDataCommand_base: {
|
|
|
116
115
|
* <p>Base exception class for all service exceptions from Users service.</p>
|
|
117
116
|
*
|
|
118
117
|
*
|
|
118
|
+
* @public
|
|
119
119
|
*/
|
|
120
120
|
export declare class GetUserPbxLinkDataCommand extends GetUserPbxLinkDataCommand_base {
|
|
121
121
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -27,8 +27,7 @@ declare const GetUserPbxLinkSuggestionCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
*
|
|
31
|
-
*
|
|
30
|
+
* Retrieves PBX link suggestion information for a user based on their email address.
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -63,6 +62,7 @@ declare const GetUserPbxLinkSuggestionCommand_base: {
|
|
|
63
62
|
* <p>Base exception class for all service exceptions from Users service.</p>
|
|
64
63
|
*
|
|
65
64
|
*
|
|
65
|
+
* @public
|
|
66
66
|
*/
|
|
67
67
|
export declare class GetUserPbxLinkSuggestionCommand extends GetUserPbxLinkSuggestionCommand_base {
|
|
68
68
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -27,8 +27,7 @@ declare const GetUserPbxLinkSuggestionV1Command_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
*
|
|
31
|
-
*
|
|
30
|
+
* Retrieves PBX link suggestion information for a user based on their email address. This is a deprecated operation - use GetUserPbxLinkSuggestion instead.
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -63,6 +62,7 @@ declare const GetUserPbxLinkSuggestionV1Command_base: {
|
|
|
63
62
|
* <p>Base exception class for all service exceptions from Users service.</p>
|
|
64
63
|
*
|
|
65
64
|
*
|
|
65
|
+
* @public
|
|
66
66
|
*/
|
|
67
67
|
export declare class GetUserPbxLinkSuggestionV1Command extends GetUserPbxLinkSuggestionV1Command_base {
|
|
68
68
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -27,8 +27,7 @@ declare const ListBotApiKeysCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
*
|
|
31
|
-
*
|
|
30
|
+
* Retrieves a list of API keys associated with a specific bot.
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -67,6 +66,7 @@ declare const ListBotApiKeysCommand_base: {
|
|
|
67
66
|
* <p>Base exception class for all service exceptions from Users service.</p>
|
|
68
67
|
*
|
|
69
68
|
*
|
|
69
|
+
* @public
|
|
70
70
|
*/
|
|
71
71
|
export declare class ListBotApiKeysCommand extends ListBotApiKeysCommand_base {
|
|
72
72
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -27,8 +27,7 @@ declare const ListBotsCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
*
|
|
31
|
-
*
|
|
30
|
+
* Retrieves a list of all bots for the specified company.
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -72,6 +71,7 @@ declare const ListBotsCommand_base: {
|
|
|
72
71
|
* <p>Base exception class for all service exceptions from Users service.</p>
|
|
73
72
|
*
|
|
74
73
|
*
|
|
74
|
+
* @public
|
|
75
75
|
*/
|
|
76
76
|
export declare class ListBotsCommand extends ListBotsCommand_base {
|
|
77
77
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -27,8 +27,7 @@ declare const QueryColleaguesCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
*
|
|
31
|
-
*
|
|
30
|
+
* Searches for colleagues using various filters and search criteria, with optional auto-invitation for new users.
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -89,6 +88,7 @@ declare const QueryColleaguesCommand_base: {
|
|
|
89
88
|
* // pbxExtension: "STRING_VALUE",
|
|
90
89
|
* // pbxSerial: "STRING_VALUE",
|
|
91
90
|
* // pbxUserId: "STRING_VALUE",
|
|
91
|
+
* // pbxGroupId: "STRING_VALUE",
|
|
92
92
|
* // createdAt: "STRING_VALUE",
|
|
93
93
|
* // updatedAt: "STRING_VALUE",
|
|
94
94
|
* // },
|
|
@@ -135,6 +135,7 @@ declare const QueryColleaguesCommand_base: {
|
|
|
135
135
|
* <p>Base exception class for all service exceptions from Users service.</p>
|
|
136
136
|
*
|
|
137
137
|
*
|
|
138
|
+
* @public
|
|
138
139
|
*/
|
|
139
140
|
export declare class QueryColleaguesCommand extends QueryColleaguesCommand_base {
|
|
140
141
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -27,8 +27,7 @@ declare const QueryUserCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
*
|
|
31
|
-
*
|
|
30
|
+
* Searches for a single user using a query with optional predicate validation.
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -63,6 +62,7 @@ declare const QueryUserCommand_base: {
|
|
|
63
62
|
* // pbxExtension: "STRING_VALUE",
|
|
64
63
|
* // pbxSerial: "STRING_VALUE",
|
|
65
64
|
* // pbxUserId: "STRING_VALUE",
|
|
65
|
+
* // pbxGroupId: "STRING_VALUE",
|
|
66
66
|
* // createdAt: "STRING_VALUE",
|
|
67
67
|
* // updatedAt: "STRING_VALUE",
|
|
68
68
|
* // },
|
|
@@ -88,6 +88,7 @@ declare const QueryUserCommand_base: {
|
|
|
88
88
|
* <p>Base exception class for all service exceptions from Users service.</p>
|
|
89
89
|
*
|
|
90
90
|
*
|
|
91
|
+
* @public
|
|
91
92
|
*/
|
|
92
93
|
export declare class QueryUserCommand extends QueryUserCommand_base {
|
|
93
94
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -27,8 +27,7 @@ declare const QueryUsersCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
*
|
|
31
|
-
*
|
|
30
|
+
* Searches for multiple users using queries with optional predicate validation.
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -66,6 +65,7 @@ declare const QueryUsersCommand_base: {
|
|
|
66
65
|
* // pbxExtension: "STRING_VALUE",
|
|
67
66
|
* // pbxSerial: "STRING_VALUE",
|
|
68
67
|
* // pbxUserId: "STRING_VALUE",
|
|
68
|
+
* // pbxGroupId: "STRING_VALUE",
|
|
69
69
|
* // createdAt: "STRING_VALUE",
|
|
70
70
|
* // updatedAt: "STRING_VALUE",
|
|
71
71
|
* // },
|
|
@@ -88,6 +88,7 @@ declare const QueryUsersCommand_base: {
|
|
|
88
88
|
* <p>Base exception class for all service exceptions from Users service.</p>
|
|
89
89
|
*
|
|
90
90
|
*
|
|
91
|
+
* @public
|
|
91
92
|
*/
|
|
92
93
|
export declare class QueryUsersCommand extends QueryUsersCommand_base {
|
|
93
94
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -27,8 +27,7 @@ declare const UpdateBotCallbackCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
*
|
|
31
|
-
*
|
|
30
|
+
* Updates the callback configuration for a specific bot.
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -85,9 +84,6 @@ declare const UpdateBotCallbackCommand_base: {
|
|
|
85
84
|
* timeout: Number("int"),
|
|
86
85
|
* parameters: "DOCUMENT_VALUE",
|
|
87
86
|
* },
|
|
88
|
-
* aiTool: { // BotLlmFunctionIntegrationAiTool
|
|
89
|
-
* toolId: "STRING_VALUE", // required
|
|
90
|
-
* },
|
|
91
87
|
* },
|
|
92
88
|
* },
|
|
93
89
|
* },
|
|
@@ -165,9 +161,6 @@ declare const UpdateBotCallbackCommand_base: {
|
|
|
165
161
|
* // timeout: Number("int"),
|
|
166
162
|
* // parameters: "DOCUMENT_VALUE",
|
|
167
163
|
* // },
|
|
168
|
-
* // aiTool: { // BotLlmFunctionIntegrationAiTool
|
|
169
|
-
* // toolId: "STRING_VALUE", // required
|
|
170
|
-
* // },
|
|
171
164
|
* // },
|
|
172
165
|
* // },
|
|
173
166
|
* // },
|
|
@@ -212,6 +205,7 @@ declare const UpdateBotCallbackCommand_base: {
|
|
|
212
205
|
* <p>Base exception class for all service exceptions from Users service.</p>
|
|
213
206
|
*
|
|
214
207
|
*
|
|
208
|
+
* @public
|
|
215
209
|
*/
|
|
216
210
|
export declare class UpdateBotCallbackCommand extends UpdateBotCallbackCommand_base {
|
|
217
211
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -27,8 +27,7 @@ declare const UpdateBotCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
*
|
|
31
|
-
*
|
|
30
|
+
* Updates the configuration of an existing bot.
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -75,6 +74,7 @@ declare const UpdateBotCommand_base: {
|
|
|
75
74
|
* <p>Base exception class for all service exceptions from Users service.</p>
|
|
76
75
|
*
|
|
77
76
|
*
|
|
77
|
+
* @public
|
|
78
78
|
*/
|
|
79
79
|
export declare class UpdateBotCommand extends UpdateBotCommand_base {
|
|
80
80
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -27,8 +27,7 @@ declare const UploadPictureCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
*
|
|
31
|
-
*
|
|
30
|
+
* Uploads a user profile picture in base64 format and returns the URL where it can be accessed.
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -60,6 +59,7 @@ declare const UploadPictureCommand_base: {
|
|
|
60
59
|
* <p>Base exception class for all service exceptions from Users service.</p>
|
|
61
60
|
*
|
|
62
61
|
*
|
|
62
|
+
* @public
|
|
63
63
|
*/
|
|
64
64
|
export declare class UploadPictureCommand extends UploadPictureCommand_base {
|
|
65
65
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -27,9 +27,9 @@ declare const UploadPictureV1Command_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
*
|
|
31
|
-
* @deprecated
|
|
30
|
+
* Uploads a user profile picture in base64 format and returns the URL where it can be accessed. This is a deprecated operation - use UploadPicture instead.
|
|
32
31
|
*
|
|
32
|
+
* @deprecated
|
|
33
33
|
* @example
|
|
34
34
|
* Use a bare-bones client and the command you need to make an API call.
|
|
35
35
|
* ```javascript
|
|
@@ -61,6 +61,7 @@ declare const UploadPictureV1Command_base: {
|
|
|
61
61
|
* <p>Base exception class for all service exceptions from Users service.</p>
|
|
62
62
|
*
|
|
63
63
|
*
|
|
64
|
+
* @public
|
|
64
65
|
*/
|
|
65
66
|
export declare class UploadPictureV1Command extends UploadPictureV1Command_base {
|
|
66
67
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -27,8 +27,7 @@ declare const VerifyBotSecretKeyCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
*
|
|
31
|
-
*
|
|
30
|
+
* Verifies a bot secret key and returns bot information if valid.
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -64,6 +63,7 @@ declare const VerifyBotSecretKeyCommand_base: {
|
|
|
64
63
|
* <p>Base exception class for all service exceptions from Users service.</p>
|
|
65
64
|
*
|
|
66
65
|
*
|
|
66
|
+
* @public
|
|
67
67
|
*/
|
|
68
68
|
export declare class VerifyBotSecretKeyCommand extends VerifyBotSecretKeyCommand_base {
|
|
69
69
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -27,8 +27,7 @@ declare const VerifyBotSecretKeyV1Command_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
*
|
|
31
|
-
*
|
|
30
|
+
* Verifies a bot secret key and returns bot information if valid. This is a deprecated operation - use VerifyBotSecretKey instead.
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -64,6 +63,7 @@ declare const VerifyBotSecretKeyV1Command_base: {
|
|
|
64
63
|
* <p>Base exception class for all service exceptions from Users service.</p>
|
|
65
64
|
*
|
|
66
65
|
*
|
|
66
|
+
* @public
|
|
67
67
|
*/
|
|
68
68
|
export declare class VerifyBotSecretKeyV1Command extends VerifyBotSecretKeyV1Command_base {
|
|
69
69
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -56,6 +56,7 @@ export interface User {
|
|
|
56
56
|
pbxExtension?: string | undefined;
|
|
57
57
|
pbxSerial?: string | undefined;
|
|
58
58
|
pbxUserId?: string | undefined;
|
|
59
|
+
pbxGroupId?: string | undefined;
|
|
59
60
|
createdAt?: string | undefined;
|
|
60
61
|
updatedAt?: string | undefined;
|
|
61
62
|
}
|
|
@@ -618,16 +619,6 @@ export interface BotLlmEmbeddedTool {
|
|
|
618
619
|
*/
|
|
619
620
|
parameters?: __DocumentType | undefined;
|
|
620
621
|
}
|
|
621
|
-
/**
|
|
622
|
-
* @public
|
|
623
|
-
*/
|
|
624
|
-
export interface BotLlmFunctionIntegrationAiTool {
|
|
625
|
-
/**
|
|
626
|
-
* The ID of the AI Tool from wim-tools service
|
|
627
|
-
* @public
|
|
628
|
-
*/
|
|
629
|
-
toolId: string;
|
|
630
|
-
}
|
|
631
622
|
/**
|
|
632
623
|
* @public
|
|
633
624
|
*/
|
|
@@ -734,19 +725,13 @@ export interface BotLlmFunctionIntegrationWebhook {
|
|
|
734
725
|
/**
|
|
735
726
|
* @public
|
|
736
727
|
*/
|
|
737
|
-
export type BotLlmFunctionIntegration = BotLlmFunctionIntegration.
|
|
728
|
+
export type BotLlmFunctionIntegration = BotLlmFunctionIntegration.WebhookMember | BotLlmFunctionIntegration.$UnknownMember;
|
|
738
729
|
/**
|
|
739
730
|
* @public
|
|
740
731
|
*/
|
|
741
732
|
export declare namespace BotLlmFunctionIntegration {
|
|
742
733
|
interface WebhookMember {
|
|
743
734
|
webhook: BotLlmFunctionIntegrationWebhook;
|
|
744
|
-
aiTool?: never;
|
|
745
|
-
$unknown?: never;
|
|
746
|
-
}
|
|
747
|
-
interface AiToolMember {
|
|
748
|
-
webhook?: never;
|
|
749
|
-
aiTool: BotLlmFunctionIntegrationAiTool;
|
|
750
735
|
$unknown?: never;
|
|
751
736
|
}
|
|
752
737
|
/**
|
|
@@ -754,12 +739,10 @@ export declare namespace BotLlmFunctionIntegration {
|
|
|
754
739
|
*/
|
|
755
740
|
interface $UnknownMember {
|
|
756
741
|
webhook?: never;
|
|
757
|
-
aiTool?: never;
|
|
758
742
|
$unknown: [string, any];
|
|
759
743
|
}
|
|
760
744
|
interface Visitor<T> {
|
|
761
745
|
webhook: (value: BotLlmFunctionIntegrationWebhook) => T;
|
|
762
|
-
aiTool: (value: BotLlmFunctionIntegrationAiTool) => T;
|
|
763
746
|
_: (name: string, value: any) => T;
|
|
764
747
|
}
|
|
765
748
|
const visit: <T>(value: BotLlmFunctionIntegration, visitor: Visitor<T>) => T;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wildix/xbees-users-client",
|
|
3
3
|
"description": "@wildix/xbees-users-client client",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.44",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -80,4 +80,4 @@
|
|
|
80
80
|
"react-native": {
|
|
81
81
|
"./dist-es/runtimeConfig": "./dist-es/runtimeConfig.native"
|
|
82
82
|
}
|
|
83
|
-
}
|
|
83
|
+
}
|