@wildix/xbees-users-client 1.2.4 → 1.2.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (74) hide show
  1. package/dist-cjs/Users.js +10 -10
  2. package/dist-cjs/commands/{AddIdentityCommand.js → LinkIdentityCommand.js} +7 -7
  3. package/dist-cjs/commands/{RemoveIdentityCommand.js → ListIdentitiesCommand.js} +7 -7
  4. package/dist-cjs/commands/{VerifyAddIdentityCommand.js → UnlinkIdentityCommand.js} +7 -7
  5. package/dist-cjs/commands/{UnbindWorkspaceCommand.js → UnlinkWorkspaceCommand.js} +7 -7
  6. package/dist-cjs/commands/VerifyIdentityCommand.js +21 -0
  7. package/dist-cjs/commands/index.js +5 -5
  8. package/dist-cjs/models/models_0.js +66 -66
  9. package/dist-cjs/protocols/Aws_restJson1.js +105 -106
  10. package/dist-es/Users.js +10 -10
  11. package/dist-es/commands/{AddIdentityCommand.js → LinkIdentityCommand.js} +6 -6
  12. package/dist-es/commands/{RemoveIdentityCommand.js → ListIdentitiesCommand.js} +6 -6
  13. package/dist-es/commands/UnlinkIdentityCommand.js +17 -0
  14. package/dist-es/commands/{UnbindWorkspaceCommand.js → UnlinkWorkspaceCommand.js} +6 -6
  15. package/dist-es/commands/VerifyIdentityCommand.js +17 -0
  16. package/dist-es/commands/index.js +5 -5
  17. package/dist-es/models/models_0.js +60 -60
  18. package/dist-es/protocols/Aws_restJson1.js +87 -88
  19. package/dist-types/Users.d.ts +31 -31
  20. package/dist-types/UsersClient.d.ts +7 -7
  21. package/dist-types/commands/BatchGetUsersCommand.d.ts +0 -12
  22. package/dist-types/commands/BatchGetUsersEmailNotificationsSettingsCommand.d.ts +0 -12
  23. package/dist-types/commands/BatchGetUsersPbxLinkDataCommand.d.ts +0 -12
  24. package/dist-types/commands/BatchGetUsersPbxLinkDataV1Command.d.ts +0 -12
  25. package/dist-types/commands/ChangeUserEmailCommand.d.ts +0 -12
  26. package/dist-types/commands/CreateBotApiKeyCommand.d.ts +0 -12
  27. package/dist-types/commands/CreateBotCommand.d.ts +0 -12
  28. package/dist-types/commands/CreateSystemBotCommand.d.ts +0 -12
  29. package/dist-types/commands/DeleteBotApiKeyCommand.d.ts +0 -12
  30. package/dist-types/commands/DeleteBotCommand.d.ts +0 -12
  31. package/dist-types/commands/GetAccountCommand.d.ts +0 -10
  32. package/dist-types/commands/GetAppVersionCommand.d.ts +0 -12
  33. package/dist-types/commands/GetBotCallbackCommand.d.ts +0 -12
  34. package/dist-types/commands/GetBotCommand.d.ts +0 -12
  35. package/dist-types/commands/GetUserCommand.d.ts +0 -12
  36. package/dist-types/commands/GetUserEmailNotificationsSettingsCommand.d.ts +0 -12
  37. package/dist-types/commands/GetUserPbxLinkDataCommand.d.ts +0 -12
  38. package/dist-types/commands/GetUserPbxLinkSuggestionCommand.d.ts +0 -12
  39. package/dist-types/commands/GetUserPbxLinkSuggestionV1Command.d.ts +0 -12
  40. package/dist-types/commands/IntelligenceSearchCommand.d.ts +0 -12
  41. package/dist-types/commands/InviteCommand.d.ts +0 -12
  42. package/dist-types/commands/LinkIdentityCommand.d.ts +85 -0
  43. package/dist-types/commands/ListBotApiKeysCommand.d.ts +0 -12
  44. package/dist-types/commands/ListBotsCommand.d.ts +0 -12
  45. package/dist-types/commands/ListIdentitiesCommand.d.ts +84 -0
  46. package/dist-types/commands/ListWorkspacesCommand.d.ts +0 -10
  47. package/dist-types/commands/PartialUpdateUserEmailNotificationsSettingsCommand.d.ts +0 -12
  48. package/dist-types/commands/QueryColleaguesCommand.d.ts +0 -12
  49. package/dist-types/commands/QueryUserCommand.d.ts +0 -12
  50. package/dist-types/commands/QueryUsersCommand.d.ts +0 -12
  51. package/dist-types/commands/ToggleTranscriptionEmailNotificationsSubscriptionCommand.d.ts +0 -12
  52. package/dist-types/commands/ToggleUnreadEmailNotificationsSubscriptionCommand.d.ts +0 -12
  53. package/dist-types/commands/{RemoveIdentityCommand.d.ts → UnlinkIdentityCommand.d.ts} +20 -26
  54. package/dist-types/commands/{UnbindWorkspaceCommand.d.ts → UnlinkWorkspaceCommand.d.ts} +20 -26
  55. package/dist-types/commands/UpdateAccountCommand.d.ts +0 -6
  56. package/dist-types/commands/UpdateBotCallbackCommand.d.ts +0 -12
  57. package/dist-types/commands/UpdateBotCommand.d.ts +0 -12
  58. package/dist-types/commands/UpdateUserEmailNotificationsSettingsCommand.d.ts +0 -12
  59. package/dist-types/commands/UpdateWorkspaceCommand.d.ts +0 -8
  60. package/dist-types/commands/UploadPictureCommand.d.ts +0 -12
  61. package/dist-types/commands/UploadPictureV1Command.d.ts +0 -12
  62. package/dist-types/commands/VerifyBotSecretKeyCommand.d.ts +0 -12
  63. package/dist-types/commands/VerifyBotSecretKeyV1Command.d.ts +0 -12
  64. package/dist-types/commands/VerifyIdentityCommand.d.ts +86 -0
  65. package/dist-types/commands/index.d.ts +5 -5
  66. package/dist-types/models/models_0.d.ts +152 -153
  67. package/dist-types/protocols/Aws_restJson1.d.ts +35 -35
  68. package/package.json +1 -1
  69. package/dist-cjs/commands/ListAccountIdentitiesCommand.js +0 -21
  70. package/dist-es/commands/ListAccountIdentitiesCommand.js +0 -17
  71. package/dist-es/commands/VerifyAddIdentityCommand.js +0 -17
  72. package/dist-types/commands/AddIdentityCommand.d.ts +0 -93
  73. package/dist-types/commands/ListAccountIdentitiesCommand.d.ts +0 -94
  74. package/dist-types/commands/VerifyAddIdentityCommand.d.ts +0 -95
package/dist-cjs/Users.js CHANGED
@@ -2,7 +2,6 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.Users = void 0;
4
4
  const UsersClient_1 = require("./UsersClient");
5
- const AddIdentityCommand_1 = require("./commands/AddIdentityCommand");
6
5
  const BatchGetUsersCommand_1 = require("./commands/BatchGetUsersCommand");
7
6
  const BatchGetUsersEmailNotificationsSettingsCommand_1 = require("./commands/BatchGetUsersEmailNotificationsSettingsCommand");
8
7
  const BatchGetUsersPbxLinkDataCommand_1 = require("./commands/BatchGetUsersPbxLinkDataCommand");
@@ -24,18 +23,19 @@ const GetUserPbxLinkSuggestionCommand_1 = require("./commands/GetUserPbxLinkSugg
24
23
  const GetUserPbxLinkSuggestionV1Command_1 = require("./commands/GetUserPbxLinkSuggestionV1Command");
25
24
  const IntelligenceSearchCommand_1 = require("./commands/IntelligenceSearchCommand");
26
25
  const InviteCommand_1 = require("./commands/InviteCommand");
27
- const ListAccountIdentitiesCommand_1 = require("./commands/ListAccountIdentitiesCommand");
26
+ const LinkIdentityCommand_1 = require("./commands/LinkIdentityCommand");
28
27
  const ListBotApiKeysCommand_1 = require("./commands/ListBotApiKeysCommand");
29
28
  const ListBotsCommand_1 = require("./commands/ListBotsCommand");
29
+ const ListIdentitiesCommand_1 = require("./commands/ListIdentitiesCommand");
30
30
  const ListWorkspacesCommand_1 = require("./commands/ListWorkspacesCommand");
31
31
  const PartialUpdateUserEmailNotificationsSettingsCommand_1 = require("./commands/PartialUpdateUserEmailNotificationsSettingsCommand");
32
32
  const QueryColleaguesCommand_1 = require("./commands/QueryColleaguesCommand");
33
33
  const QueryUserCommand_1 = require("./commands/QueryUserCommand");
34
34
  const QueryUsersCommand_1 = require("./commands/QueryUsersCommand");
35
- const RemoveIdentityCommand_1 = require("./commands/RemoveIdentityCommand");
36
35
  const ToggleTranscriptionEmailNotificationsSubscriptionCommand_1 = require("./commands/ToggleTranscriptionEmailNotificationsSubscriptionCommand");
37
36
  const ToggleUnreadEmailNotificationsSubscriptionCommand_1 = require("./commands/ToggleUnreadEmailNotificationsSubscriptionCommand");
38
- const UnbindWorkspaceCommand_1 = require("./commands/UnbindWorkspaceCommand");
37
+ const UnlinkIdentityCommand_1 = require("./commands/UnlinkIdentityCommand");
38
+ const UnlinkWorkspaceCommand_1 = require("./commands/UnlinkWorkspaceCommand");
39
39
  const UpdateAccountCommand_1 = require("./commands/UpdateAccountCommand");
40
40
  const UpdateBotCallbackCommand_1 = require("./commands/UpdateBotCallbackCommand");
41
41
  const UpdateBotCommand_1 = require("./commands/UpdateBotCommand");
@@ -43,12 +43,11 @@ const UpdateUserEmailNotificationsSettingsCommand_1 = require("./commands/Update
43
43
  const UpdateWorkspaceCommand_1 = require("./commands/UpdateWorkspaceCommand");
44
44
  const UploadPictureCommand_1 = require("./commands/UploadPictureCommand");
45
45
  const UploadPictureV1Command_1 = require("./commands/UploadPictureV1Command");
46
- const VerifyAddIdentityCommand_1 = require("./commands/VerifyAddIdentityCommand");
47
46
  const VerifyBotSecretKeyCommand_1 = require("./commands/VerifyBotSecretKeyCommand");
48
47
  const VerifyBotSecretKeyV1Command_1 = require("./commands/VerifyBotSecretKeyV1Command");
48
+ const VerifyIdentityCommand_1 = require("./commands/VerifyIdentityCommand");
49
49
  const smithy_client_1 = require("@smithy/smithy-client");
50
50
  const commands = {
51
- AddIdentityCommand: AddIdentityCommand_1.AddIdentityCommand,
52
51
  BatchGetUsersCommand: BatchGetUsersCommand_1.BatchGetUsersCommand,
53
52
  BatchGetUsersEmailNotificationsSettingsCommand: BatchGetUsersEmailNotificationsSettingsCommand_1.BatchGetUsersEmailNotificationsSettingsCommand,
54
53
  BatchGetUsersPbxLinkDataCommand: BatchGetUsersPbxLinkDataCommand_1.BatchGetUsersPbxLinkDataCommand,
@@ -70,18 +69,19 @@ const commands = {
70
69
  GetUserPbxLinkSuggestionV1Command: GetUserPbxLinkSuggestionV1Command_1.GetUserPbxLinkSuggestionV1Command,
71
70
  IntelligenceSearchCommand: IntelligenceSearchCommand_1.IntelligenceSearchCommand,
72
71
  InviteCommand: InviteCommand_1.InviteCommand,
73
- ListAccountIdentitiesCommand: ListAccountIdentitiesCommand_1.ListAccountIdentitiesCommand,
72
+ LinkIdentityCommand: LinkIdentityCommand_1.LinkIdentityCommand,
74
73
  ListBotApiKeysCommand: ListBotApiKeysCommand_1.ListBotApiKeysCommand,
75
74
  ListBotsCommand: ListBotsCommand_1.ListBotsCommand,
75
+ ListIdentitiesCommand: ListIdentitiesCommand_1.ListIdentitiesCommand,
76
76
  ListWorkspacesCommand: ListWorkspacesCommand_1.ListWorkspacesCommand,
77
77
  PartialUpdateUserEmailNotificationsSettingsCommand: PartialUpdateUserEmailNotificationsSettingsCommand_1.PartialUpdateUserEmailNotificationsSettingsCommand,
78
78
  QueryColleaguesCommand: QueryColleaguesCommand_1.QueryColleaguesCommand,
79
79
  QueryUserCommand: QueryUserCommand_1.QueryUserCommand,
80
80
  QueryUsersCommand: QueryUsersCommand_1.QueryUsersCommand,
81
- RemoveIdentityCommand: RemoveIdentityCommand_1.RemoveIdentityCommand,
82
81
  ToggleTranscriptionEmailNotificationsSubscriptionCommand: ToggleTranscriptionEmailNotificationsSubscriptionCommand_1.ToggleTranscriptionEmailNotificationsSubscriptionCommand,
83
82
  ToggleUnreadEmailNotificationsSubscriptionCommand: ToggleUnreadEmailNotificationsSubscriptionCommand_1.ToggleUnreadEmailNotificationsSubscriptionCommand,
84
- UnbindWorkspaceCommand: UnbindWorkspaceCommand_1.UnbindWorkspaceCommand,
83
+ UnlinkIdentityCommand: UnlinkIdentityCommand_1.UnlinkIdentityCommand,
84
+ UnlinkWorkspaceCommand: UnlinkWorkspaceCommand_1.UnlinkWorkspaceCommand,
85
85
  UpdateAccountCommand: UpdateAccountCommand_1.UpdateAccountCommand,
86
86
  UpdateBotCommand: UpdateBotCommand_1.UpdateBotCommand,
87
87
  UpdateBotCallbackCommand: UpdateBotCallbackCommand_1.UpdateBotCallbackCommand,
@@ -89,9 +89,9 @@ const commands = {
89
89
  UpdateWorkspaceCommand: UpdateWorkspaceCommand_1.UpdateWorkspaceCommand,
90
90
  UploadPictureCommand: UploadPictureCommand_1.UploadPictureCommand,
91
91
  UploadPictureV1Command: UploadPictureV1Command_1.UploadPictureV1Command,
92
- VerifyAddIdentityCommand: VerifyAddIdentityCommand_1.VerifyAddIdentityCommand,
93
92
  VerifyBotSecretKeyCommand: VerifyBotSecretKeyCommand_1.VerifyBotSecretKeyCommand,
94
93
  VerifyBotSecretKeyV1Command: VerifyBotSecretKeyV1Command_1.VerifyBotSecretKeyV1Command,
94
+ VerifyIdentityCommand: VerifyIdentityCommand_1.VerifyIdentityCommand,
95
95
  };
96
96
  class Users extends UsersClient_1.UsersClient {
97
97
  }
@@ -1,21 +1,21 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AddIdentityCommand = exports.$Command = void 0;
3
+ exports.LinkIdentityCommand = exports.$Command = void 0;
4
4
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- class AddIdentityCommand extends smithy_client_1.Command.classBuilder()
8
+ class LinkIdentityCommand extends smithy_client_1.Command.classBuilder()
9
9
  .m(function (Command, cs, config, o) {
10
10
  return [
11
11
  (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
12
12
  ];
13
13
  })
14
- .s("Users", "AddIdentity", {})
15
- .n("UsersClient", "AddIdentityCommand")
14
+ .s("Users", "LinkIdentity", {})
15
+ .n("UsersClient", "LinkIdentityCommand")
16
16
  .f(void 0, void 0)
17
- .ser(Aws_restJson1_1.se_AddIdentityCommand)
18
- .de(Aws_restJson1_1.de_AddIdentityCommand)
17
+ .ser(Aws_restJson1_1.se_LinkIdentityCommand)
18
+ .de(Aws_restJson1_1.de_LinkIdentityCommand)
19
19
  .build() {
20
20
  }
21
- exports.AddIdentityCommand = AddIdentityCommand;
21
+ exports.LinkIdentityCommand = LinkIdentityCommand;
@@ -1,21 +1,21 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.RemoveIdentityCommand = exports.$Command = void 0;
3
+ exports.ListIdentitiesCommand = exports.$Command = void 0;
4
4
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- class RemoveIdentityCommand extends smithy_client_1.Command.classBuilder()
8
+ class ListIdentitiesCommand extends smithy_client_1.Command.classBuilder()
9
9
  .m(function (Command, cs, config, o) {
10
10
  return [
11
11
  (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
12
12
  ];
13
13
  })
14
- .s("Users", "RemoveIdentity", {})
15
- .n("UsersClient", "RemoveIdentityCommand")
14
+ .s("Users", "ListIdentities", {})
15
+ .n("UsersClient", "ListIdentitiesCommand")
16
16
  .f(void 0, void 0)
17
- .ser(Aws_restJson1_1.se_RemoveIdentityCommand)
18
- .de(Aws_restJson1_1.de_RemoveIdentityCommand)
17
+ .ser(Aws_restJson1_1.se_ListIdentitiesCommand)
18
+ .de(Aws_restJson1_1.de_ListIdentitiesCommand)
19
19
  .build() {
20
20
  }
21
- exports.RemoveIdentityCommand = RemoveIdentityCommand;
21
+ exports.ListIdentitiesCommand = ListIdentitiesCommand;
@@ -1,21 +1,21 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.VerifyAddIdentityCommand = exports.$Command = void 0;
3
+ exports.UnlinkIdentityCommand = exports.$Command = void 0;
4
4
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- class VerifyAddIdentityCommand extends smithy_client_1.Command.classBuilder()
8
+ class UnlinkIdentityCommand extends smithy_client_1.Command.classBuilder()
9
9
  .m(function (Command, cs, config, o) {
10
10
  return [
11
11
  (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
12
12
  ];
13
13
  })
14
- .s("Users", "VerifyAddIdentity", {})
15
- .n("UsersClient", "VerifyAddIdentityCommand")
14
+ .s("Users", "UnlinkIdentity", {})
15
+ .n("UsersClient", "UnlinkIdentityCommand")
16
16
  .f(void 0, void 0)
17
- .ser(Aws_restJson1_1.se_VerifyAddIdentityCommand)
18
- .de(Aws_restJson1_1.de_VerifyAddIdentityCommand)
17
+ .ser(Aws_restJson1_1.se_UnlinkIdentityCommand)
18
+ .de(Aws_restJson1_1.de_UnlinkIdentityCommand)
19
19
  .build() {
20
20
  }
21
- exports.VerifyAddIdentityCommand = VerifyAddIdentityCommand;
21
+ exports.UnlinkIdentityCommand = UnlinkIdentityCommand;
@@ -1,21 +1,21 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UnbindWorkspaceCommand = exports.$Command = void 0;
3
+ exports.UnlinkWorkspaceCommand = exports.$Command = void 0;
4
4
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- class UnbindWorkspaceCommand extends smithy_client_1.Command.classBuilder()
8
+ class UnlinkWorkspaceCommand extends smithy_client_1.Command.classBuilder()
9
9
  .m(function (Command, cs, config, o) {
10
10
  return [
11
11
  (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
12
12
  ];
13
13
  })
14
- .s("Users", "UnbindWorkspace", {})
15
- .n("UsersClient", "UnbindWorkspaceCommand")
14
+ .s("Users", "UnlinkWorkspace", {})
15
+ .n("UsersClient", "UnlinkWorkspaceCommand")
16
16
  .f(void 0, void 0)
17
- .ser(Aws_restJson1_1.se_UnbindWorkspaceCommand)
18
- .de(Aws_restJson1_1.de_UnbindWorkspaceCommand)
17
+ .ser(Aws_restJson1_1.se_UnlinkWorkspaceCommand)
18
+ .de(Aws_restJson1_1.de_UnlinkWorkspaceCommand)
19
19
  .build() {
20
20
  }
21
- exports.UnbindWorkspaceCommand = UnbindWorkspaceCommand;
21
+ exports.UnlinkWorkspaceCommand = UnlinkWorkspaceCommand;
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.VerifyIdentityCommand = exports.$Command = void 0;
4
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ class VerifyIdentityCommand extends smithy_client_1.Command.classBuilder()
9
+ .m(function (Command, cs, config, o) {
10
+ return [
11
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
12
+ ];
13
+ })
14
+ .s("Users", "VerifyIdentity", {})
15
+ .n("UsersClient", "VerifyIdentityCommand")
16
+ .f(void 0, void 0)
17
+ .ser(Aws_restJson1_1.se_VerifyIdentityCommand)
18
+ .de(Aws_restJson1_1.de_VerifyIdentityCommand)
19
+ .build() {
20
+ }
21
+ exports.VerifyIdentityCommand = VerifyIdentityCommand;
@@ -1,7 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./AddIdentityCommand"), exports);
5
4
  tslib_1.__exportStar(require("./BatchGetUsersCommand"), exports);
6
5
  tslib_1.__exportStar(require("./BatchGetUsersEmailNotificationsSettingsCommand"), exports);
7
6
  tslib_1.__exportStar(require("./BatchGetUsersPbxLinkDataCommand"), exports);
@@ -23,18 +22,19 @@ tslib_1.__exportStar(require("./GetUserPbxLinkSuggestionCommand"), exports);
23
22
  tslib_1.__exportStar(require("./GetUserPbxLinkSuggestionV1Command"), exports);
24
23
  tslib_1.__exportStar(require("./IntelligenceSearchCommand"), exports);
25
24
  tslib_1.__exportStar(require("./InviteCommand"), exports);
26
- tslib_1.__exportStar(require("./ListAccountIdentitiesCommand"), exports);
25
+ tslib_1.__exportStar(require("./LinkIdentityCommand"), exports);
27
26
  tslib_1.__exportStar(require("./ListBotApiKeysCommand"), exports);
28
27
  tslib_1.__exportStar(require("./ListBotsCommand"), exports);
28
+ tslib_1.__exportStar(require("./ListIdentitiesCommand"), exports);
29
29
  tslib_1.__exportStar(require("./ListWorkspacesCommand"), exports);
30
30
  tslib_1.__exportStar(require("./PartialUpdateUserEmailNotificationsSettingsCommand"), exports);
31
31
  tslib_1.__exportStar(require("./QueryColleaguesCommand"), exports);
32
32
  tslib_1.__exportStar(require("./QueryUserCommand"), exports);
33
33
  tslib_1.__exportStar(require("./QueryUsersCommand"), exports);
34
- tslib_1.__exportStar(require("./RemoveIdentityCommand"), exports);
35
34
  tslib_1.__exportStar(require("./ToggleTranscriptionEmailNotificationsSubscriptionCommand"), exports);
36
35
  tslib_1.__exportStar(require("./ToggleUnreadEmailNotificationsSubscriptionCommand"), exports);
37
- tslib_1.__exportStar(require("./UnbindWorkspaceCommand"), exports);
36
+ tslib_1.__exportStar(require("./UnlinkIdentityCommand"), exports);
37
+ tslib_1.__exportStar(require("./UnlinkWorkspaceCommand"), exports);
38
38
  tslib_1.__exportStar(require("./UpdateAccountCommand"), exports);
39
39
  tslib_1.__exportStar(require("./UpdateBotCommand"), exports);
40
40
  tslib_1.__exportStar(require("./UpdateBotCallbackCommand"), exports);
@@ -42,6 +42,6 @@ tslib_1.__exportStar(require("./UpdateUserEmailNotificationsSettingsCommand"), e
42
42
  tslib_1.__exportStar(require("./UpdateWorkspaceCommand"), exports);
43
43
  tslib_1.__exportStar(require("./UploadPictureCommand"), exports);
44
44
  tslib_1.__exportStar(require("./UploadPictureV1Command"), exports);
45
- tslib_1.__exportStar(require("./VerifyAddIdentityCommand"), exports);
46
45
  tslib_1.__exportStar(require("./VerifyBotSecretKeyCommand"), exports);
47
46
  tslib_1.__exportStar(require("./VerifyBotSecretKeyV1Command"), exports);
47
+ tslib_1.__exportStar(require("./VerifyIdentityCommand"), exports);
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UserQueryPredicateNotMetException = exports.UserQuery = exports.WorkspaceType = exports.UserNotFoundException = exports.UserCompanyNotValidException = exports.BotSecretKeyNotValidException = exports.BotNotFoundException = exports.BotEndpoint = exports.BotLlmToolType = exports.BotLlmFunctionIntegration = exports.BotLlmFunctionIntegrationMethod = exports.BotLlmFunctionIntegrationWebhookAuthorization = exports.BotLlmEmbeddedToolType = exports.BotCapability = exports.BotToolVariableHandler = exports.BotCapabilityToolPipelineType = exports.BotApiKeyNotFoundException = exports.BotIntegrationType = exports.BotAccess = exports.AppType = exports.WorkspaceNotFoundException = exports.IdentityNotFoundException = exports.IdentityAlreadyLinkedException = exports.CannotUnbindDefaultWorkspaceException = exports.CannotRemovePrimaryIdentityException = exports.AccountNotFoundException = exports.PbxColleaguesSearchStrategy = exports.PbxColleaguesQueryField = exports.GetPbxColleaguesDir = exports.PbxColleagueRole = exports.PbxLicenseType = exports.ValidationException = exports.ForbiddenException = void 0;
3
+ exports.WorkspaceNotFoundException = exports.UserQueryPredicateNotMetException = exports.UserQuery = exports.IdentityNotFoundException = exports.IdentityAlreadyLinkedException = exports.WorkspaceType = exports.UserNotFoundException = exports.UserCompanyNotValidException = exports.CannotUnbindDefaultWorkspaceException = exports.CannotRemovePrimaryIdentityException = exports.BotSecretKeyNotValidException = exports.BotNotFoundException = exports.BotEndpoint = exports.BotLlmToolType = exports.BotLlmFunctionIntegration = exports.BotLlmFunctionIntegrationMethod = exports.BotLlmFunctionIntegrationWebhookAuthorization = exports.BotLlmEmbeddedToolType = exports.BotCapability = exports.BotToolVariableHandler = exports.BotCapabilityToolPipelineType = exports.BotApiKeyNotFoundException = exports.BotIntegrationType = exports.BotAccess = exports.AppType = exports.AccountNotFoundException = exports.PbxColleaguesSearchStrategy = exports.PbxColleaguesQueryField = exports.GetPbxColleaguesDir = exports.PbxColleagueRole = exports.PbxLicenseType = exports.ValidationException = exports.ForbiddenException = void 0;
4
4
  const UsersServiceException_1 = require("./UsersServiceException");
5
5
  class ForbiddenException extends UsersServiceException_1.UsersServiceException {
6
6
  name = "ForbiddenException";
@@ -82,71 +82,6 @@ class AccountNotFoundException extends UsersServiceException_1.UsersServiceExcep
82
82
  }
83
83
  }
84
84
  exports.AccountNotFoundException = AccountNotFoundException;
85
- class CannotRemovePrimaryIdentityException extends UsersServiceException_1.UsersServiceException {
86
- name = "CannotRemovePrimaryIdentityException";
87
- $fault = "client";
88
- constructor(opts) {
89
- super({
90
- name: "CannotRemovePrimaryIdentityException",
91
- $fault: "client",
92
- ...opts
93
- });
94
- Object.setPrototypeOf(this, CannotRemovePrimaryIdentityException.prototype);
95
- }
96
- }
97
- exports.CannotRemovePrimaryIdentityException = CannotRemovePrimaryIdentityException;
98
- class CannotUnbindDefaultWorkspaceException extends UsersServiceException_1.UsersServiceException {
99
- name = "CannotUnbindDefaultWorkspaceException";
100
- $fault = "client";
101
- constructor(opts) {
102
- super({
103
- name: "CannotUnbindDefaultWorkspaceException",
104
- $fault: "client",
105
- ...opts
106
- });
107
- Object.setPrototypeOf(this, CannotUnbindDefaultWorkspaceException.prototype);
108
- }
109
- }
110
- exports.CannotUnbindDefaultWorkspaceException = CannotUnbindDefaultWorkspaceException;
111
- class IdentityAlreadyLinkedException extends UsersServiceException_1.UsersServiceException {
112
- name = "IdentityAlreadyLinkedException";
113
- $fault = "client";
114
- constructor(opts) {
115
- super({
116
- name: "IdentityAlreadyLinkedException",
117
- $fault: "client",
118
- ...opts
119
- });
120
- Object.setPrototypeOf(this, IdentityAlreadyLinkedException.prototype);
121
- }
122
- }
123
- exports.IdentityAlreadyLinkedException = IdentityAlreadyLinkedException;
124
- class IdentityNotFoundException extends UsersServiceException_1.UsersServiceException {
125
- name = "IdentityNotFoundException";
126
- $fault = "client";
127
- constructor(opts) {
128
- super({
129
- name: "IdentityNotFoundException",
130
- $fault: "client",
131
- ...opts
132
- });
133
- Object.setPrototypeOf(this, IdentityNotFoundException.prototype);
134
- }
135
- }
136
- exports.IdentityNotFoundException = IdentityNotFoundException;
137
- class WorkspaceNotFoundException extends UsersServiceException_1.UsersServiceException {
138
- name = "WorkspaceNotFoundException";
139
- $fault = "client";
140
- constructor(opts) {
141
- super({
142
- name: "WorkspaceNotFoundException",
143
- $fault: "client",
144
- ...opts
145
- });
146
- Object.setPrototypeOf(this, WorkspaceNotFoundException.prototype);
147
- }
148
- }
149
- exports.WorkspaceNotFoundException = WorkspaceNotFoundException;
150
85
  exports.AppType = {
151
86
  COLLABORATION: "collaboration",
152
87
  X_BEES: "x-bees",
@@ -281,6 +216,32 @@ class BotSecretKeyNotValidException extends UsersServiceException_1.UsersService
281
216
  }
282
217
  }
283
218
  exports.BotSecretKeyNotValidException = BotSecretKeyNotValidException;
219
+ class CannotRemovePrimaryIdentityException extends UsersServiceException_1.UsersServiceException {
220
+ name = "CannotRemovePrimaryIdentityException";
221
+ $fault = "client";
222
+ constructor(opts) {
223
+ super({
224
+ name: "CannotRemovePrimaryIdentityException",
225
+ $fault: "client",
226
+ ...opts
227
+ });
228
+ Object.setPrototypeOf(this, CannotRemovePrimaryIdentityException.prototype);
229
+ }
230
+ }
231
+ exports.CannotRemovePrimaryIdentityException = CannotRemovePrimaryIdentityException;
232
+ class CannotUnbindDefaultWorkspaceException extends UsersServiceException_1.UsersServiceException {
233
+ name = "CannotUnbindDefaultWorkspaceException";
234
+ $fault = "client";
235
+ constructor(opts) {
236
+ super({
237
+ name: "CannotUnbindDefaultWorkspaceException",
238
+ $fault: "client",
239
+ ...opts
240
+ });
241
+ Object.setPrototypeOf(this, CannotUnbindDefaultWorkspaceException.prototype);
242
+ }
243
+ }
244
+ exports.CannotUnbindDefaultWorkspaceException = CannotUnbindDefaultWorkspaceException;
284
245
  class UserCompanyNotValidException extends UsersServiceException_1.UsersServiceException {
285
246
  name = "UserCompanyNotValidException";
286
247
  $fault = "client";
@@ -312,6 +273,32 @@ exports.WorkspaceType = {
312
273
  SUPPORT: "support",
313
274
  WORK: "work",
314
275
  };
276
+ class IdentityAlreadyLinkedException extends UsersServiceException_1.UsersServiceException {
277
+ name = "IdentityAlreadyLinkedException";
278
+ $fault = "client";
279
+ constructor(opts) {
280
+ super({
281
+ name: "IdentityAlreadyLinkedException",
282
+ $fault: "client",
283
+ ...opts
284
+ });
285
+ Object.setPrototypeOf(this, IdentityAlreadyLinkedException.prototype);
286
+ }
287
+ }
288
+ exports.IdentityAlreadyLinkedException = IdentityAlreadyLinkedException;
289
+ class IdentityNotFoundException extends UsersServiceException_1.UsersServiceException {
290
+ name = "IdentityNotFoundException";
291
+ $fault = "client";
292
+ constructor(opts) {
293
+ super({
294
+ name: "IdentityNotFoundException",
295
+ $fault: "client",
296
+ ...opts
297
+ });
298
+ Object.setPrototypeOf(this, IdentityNotFoundException.prototype);
299
+ }
300
+ }
301
+ exports.IdentityNotFoundException = IdentityNotFoundException;
315
302
  var UserQuery;
316
303
  (function (UserQuery) {
317
304
  UserQuery.visit = (value, visitor) => {
@@ -337,3 +324,16 @@ class UserQueryPredicateNotMetException extends UsersServiceException_1.UsersSer
337
324
  }
338
325
  }
339
326
  exports.UserQueryPredicateNotMetException = UserQueryPredicateNotMetException;
327
+ class WorkspaceNotFoundException extends UsersServiceException_1.UsersServiceException {
328
+ name = "WorkspaceNotFoundException";
329
+ $fault = "client";
330
+ constructor(opts) {
331
+ super({
332
+ name: "WorkspaceNotFoundException",
333
+ $fault: "client",
334
+ ...opts
335
+ });
336
+ Object.setPrototypeOf(this, WorkspaceNotFoundException.prototype);
337
+ }
338
+ }
339
+ exports.WorkspaceNotFoundException = WorkspaceNotFoundException;