@wildix/xbees-users-client 1.2.2 → 1.2.3
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/protocols/Aws_restJson1.js +9 -9
- package/dist-es/protocols/Aws_restJson1.js +9 -9
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/package.json +2 -2
- package/dist-types/commands/AddIdentityCommand.d.ts +0 -93
- package/dist-types/commands/BatchGetUsersCommand.d.ts +0 -110
- package/dist-types/commands/BatchGetUsersEmailNotificationsSettingsCommand.d.ts +0 -95
- package/dist-types/commands/BatchGetUsersPbxLinkDataCommand.d.ts +0 -146
- package/dist-types/commands/BatchGetUsersPbxLinkDataV1Command.d.ts +0 -146
- package/dist-types/commands/ChangeUserEmailCommand.d.ts +0 -100
- package/dist-types/commands/CreateBotApiKeyCommand.d.ts +0 -108
- package/dist-types/commands/CreateBotCommand.d.ts +0 -210
- package/dist-types/commands/CreateSystemBotCommand.d.ts +0 -90
- package/dist-types/commands/DeleteBotApiKeyCommand.d.ts +0 -92
- package/dist-types/commands/DeleteBotCommand.d.ts +0 -89
- package/dist-types/commands/GetAccountCommand.d.ts +0 -182
- package/dist-types/commands/GetAppVersionCommand.d.ts +0 -88
- package/dist-types/commands/GetBotCallbackCommand.d.ts +0 -196
- package/dist-types/commands/GetBotCommand.d.ts +0 -102
- package/dist-types/commands/GetUserCommand.d.ts +0 -108
- package/dist-types/commands/GetUserEmailNotificationsSettingsCommand.d.ts +0 -93
- package/dist-types/commands/GetUserPbxLinkDataCommand.d.ts +0 -144
- package/dist-types/commands/GetUserPbxLinkSuggestionCommand.d.ts +0 -91
- package/dist-types/commands/GetUserPbxLinkSuggestionV1Command.d.ts +0 -91
- package/dist-types/commands/IntelligenceSearchCommand.d.ts +0 -97
- package/dist-types/commands/InviteCommand.d.ts +0 -116
- package/dist-types/commands/ListAccountIdentitiesCommand.d.ts +0 -94
- package/dist-types/commands/ListBotApiKeysCommand.d.ts +0 -95
- package/dist-types/commands/ListBotsCommand.d.ts +0 -101
- package/dist-types/commands/ListWorkspacesCommand.d.ts +0 -170
- package/dist-types/commands/PartialUpdateUserEmailNotificationsSettingsCommand.d.ts +0 -93
- package/dist-types/commands/QueryColleaguesCommand.d.ts +0 -164
- package/dist-types/commands/QueryUserCommand.d.ts +0 -117
- package/dist-types/commands/QueryUsersCommand.d.ts +0 -117
- package/dist-types/commands/RemoveIdentityCommand.d.ts +0 -87
- package/dist-types/commands/ToggleTranscriptionEmailNotificationsSubscriptionCommand.d.ts +0 -87
- package/dist-types/commands/ToggleUnreadEmailNotificationsSubscriptionCommand.d.ts +0 -87
- package/dist-types/commands/UnbindWorkspaceCommand.d.ts +0 -87
- package/dist-types/commands/UpdateAccountCommand.d.ts +0 -94
- package/dist-types/commands/UpdateBotCallbackCommand.d.ts +0 -300
- package/dist-types/commands/UpdateBotCommand.d.ts +0 -105
- package/dist-types/commands/UpdateUserEmailNotificationsSettingsCommand.d.ts +0 -93
- package/dist-types/commands/UpdateWorkspaceCommand.d.ts +0 -171
- package/dist-types/commands/UploadPictureCommand.d.ts +0 -88
- package/dist-types/commands/UploadPictureV1Command.d.ts +0 -90
- package/dist-types/commands/VerifyAddIdentityCommand.d.ts +0 -95
- package/dist-types/commands/VerifyBotSecretKeyCommand.d.ts +0 -92
- package/dist-types/commands/VerifyBotSecretKeyV1Command.d.ts +0 -92
|
@@ -1,92 +0,0 @@
|
|
|
1
|
-
import { ServiceInputTypes, ServiceOutputTypes, UsersClientResolvedConfig } from "../UsersClient";
|
|
2
|
-
import { VerifyBotSecretKeyV1Input, VerifyBotSecretKeyV1Output } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
5
|
-
/**
|
|
6
|
-
* @public
|
|
7
|
-
*/
|
|
8
|
-
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
|
-
/**
|
|
11
|
-
* @public
|
|
12
|
-
*
|
|
13
|
-
* The input for {@link VerifyBotSecretKeyV1Command}.
|
|
14
|
-
*/
|
|
15
|
-
export interface VerifyBotSecretKeyV1CommandInput extends VerifyBotSecretKeyV1Input {
|
|
16
|
-
}
|
|
17
|
-
/**
|
|
18
|
-
* @public
|
|
19
|
-
*
|
|
20
|
-
* The output of {@link VerifyBotSecretKeyV1Command}.
|
|
21
|
-
*/
|
|
22
|
-
export interface VerifyBotSecretKeyV1CommandOutput extends VerifyBotSecretKeyV1Output, __MetadataBearer {
|
|
23
|
-
}
|
|
24
|
-
declare const VerifyBotSecretKeyV1Command_base: {
|
|
25
|
-
new (input: VerifyBotSecretKeyV1CommandInput): import("@smithy/smithy-client").CommandImpl<VerifyBotSecretKeyV1CommandInput, VerifyBotSecretKeyV1CommandOutput, UsersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (__0_0: VerifyBotSecretKeyV1CommandInput): import("@smithy/smithy-client").CommandImpl<VerifyBotSecretKeyV1CommandInput, VerifyBotSecretKeyV1CommandOutput, UsersClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
-
};
|
|
29
|
-
/**
|
|
30
|
-
* Verifies a bot secret key and returns bot information if valid. This is a deprecated operation - use VerifyBotSecretKey instead.
|
|
31
|
-
* @example
|
|
32
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
-
* ```javascript
|
|
34
|
-
* import { UsersClient, VerifyBotSecretKeyV1Command } from "@wildix/xbees-users-client"; // ES Modules import
|
|
35
|
-
* // const { UsersClient, VerifyBotSecretKeyV1Command } = require("@wildix/xbees-users-client"); // CommonJS import
|
|
36
|
-
* const client = new UsersClient(config);
|
|
37
|
-
* const input = { // VerifyBotSecretKeyV1Input
|
|
38
|
-
* secret: "STRING_VALUE", // required
|
|
39
|
-
* };
|
|
40
|
-
* const command = new VerifyBotSecretKeyV1Command(input);
|
|
41
|
-
* const response = await client.send(command);
|
|
42
|
-
* // { // VerifyBotSecretKeyV1Output
|
|
43
|
-
* // company: "STRING_VALUE", // required
|
|
44
|
-
* // id: "STRING_VALUE", // required
|
|
45
|
-
* // name: "STRING_VALUE",
|
|
46
|
-
* // };
|
|
47
|
-
*
|
|
48
|
-
* ```
|
|
49
|
-
*
|
|
50
|
-
* @param VerifyBotSecretKeyV1CommandInput - {@link VerifyBotSecretKeyV1CommandInput}
|
|
51
|
-
* @returns {@link VerifyBotSecretKeyV1CommandOutput}
|
|
52
|
-
* @see {@link VerifyBotSecretKeyV1CommandInput} for command's `input` shape.
|
|
53
|
-
* @see {@link VerifyBotSecretKeyV1CommandOutput} for command's `response` shape.
|
|
54
|
-
* @see {@link UsersClientResolvedConfig | config} for UsersClient's `config` shape.
|
|
55
|
-
*
|
|
56
|
-
* @throws {@link BotSecretKeyNotValidException} (client fault)
|
|
57
|
-
*
|
|
58
|
-
* @throws {@link ForbiddenException} (client fault)
|
|
59
|
-
*
|
|
60
|
-
* @throws {@link ValidationException} (client fault)
|
|
61
|
-
*
|
|
62
|
-
* @throws {@link AccountNotFoundException} (client fault)
|
|
63
|
-
*
|
|
64
|
-
* @throws {@link IdentityAlreadyLinkedException} (client fault)
|
|
65
|
-
*
|
|
66
|
-
* @throws {@link CannotRemovePrimaryIdentityException} (client fault)
|
|
67
|
-
*
|
|
68
|
-
* @throws {@link WorkspaceNotFoundException} (client fault)
|
|
69
|
-
*
|
|
70
|
-
* @throws {@link CannotUnbindDefaultWorkspaceException} (client fault)
|
|
71
|
-
*
|
|
72
|
-
* @throws {@link IdentityNotFoundException} (client fault)
|
|
73
|
-
*
|
|
74
|
-
* @throws {@link UsersServiceException}
|
|
75
|
-
* <p>Base exception class for all service exceptions from Users service.</p>
|
|
76
|
-
*
|
|
77
|
-
*
|
|
78
|
-
* @public
|
|
79
|
-
*/
|
|
80
|
-
export declare class VerifyBotSecretKeyV1Command extends VerifyBotSecretKeyV1Command_base {
|
|
81
|
-
/** @internal type navigation helper, not in runtime. */
|
|
82
|
-
protected static __types: {
|
|
83
|
-
api: {
|
|
84
|
-
input: VerifyBotSecretKeyV1Input;
|
|
85
|
-
output: VerifyBotSecretKeyV1Output;
|
|
86
|
-
};
|
|
87
|
-
sdk: {
|
|
88
|
-
input: VerifyBotSecretKeyV1CommandInput;
|
|
89
|
-
output: VerifyBotSecretKeyV1CommandOutput;
|
|
90
|
-
};
|
|
91
|
-
};
|
|
92
|
-
}
|