@wildix/xbees-users-client 1.0.47 → 1.0.49

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.
@@ -101,6 +101,7 @@ const se_CreateBotCommand = async (input, context) => {
101
101
  body = JSON.stringify((0, smithy_client_1.take)(input, {
102
102
  'access': [],
103
103
  'callback': _ => se_BotCallback(_, context),
104
+ 'category': [],
104
105
  'name': [],
105
106
  'picture': [],
106
107
  'searchable': [],
@@ -453,6 +454,7 @@ const se_UpdateBotCommand = async (input, context) => {
453
454
  let body;
454
455
  body = JSON.stringify((0, smithy_client_1.take)(input, {
455
456
  'access': [],
457
+ 'category': [],
456
458
  'name': [],
457
459
  'picture': [],
458
460
  'searchable': [],
@@ -92,6 +92,7 @@ export const se_CreateBotCommand = async (input, context) => {
92
92
  body = JSON.stringify(take(input, {
93
93
  'access': [],
94
94
  'callback': _ => se_BotCallback(_, context),
95
+ 'category': [],
95
96
  'name': [],
96
97
  'picture': [],
97
98
  'searchable': [],
@@ -423,6 +424,7 @@ export const se_UpdateBotCommand = async (input, context) => {
423
424
  let body;
424
425
  body = JSON.stringify(take(input, {
425
426
  'access': [],
427
+ 'category': [],
426
428
  'name': [],
427
429
  'picture': [],
428
430
  'searchable': [],
@@ -44,6 +44,7 @@ declare const CreateBotApiKeyCommand_base: {
44
44
  * // { // CreateBotApiKeyOutput
45
45
  * // bot: { // Bot
46
46
  * // name: "STRING_VALUE", // required
47
+ * // category: "STRING_VALUE",
47
48
  * // picture: "STRING_VALUE",
48
49
  * // searchable: true || false,
49
50
  * // access: "EVERYBODY" || "ORGANIZATION",
@@ -36,6 +36,7 @@ declare const CreateBotCommand_base: {
36
36
  * const client = new UsersClient(config);
37
37
  * const input = { // CreateBotInput
38
38
  * name: "STRING_VALUE", // required
39
+ * category: "STRING_VALUE",
39
40
  * picture: "STRING_VALUE",
40
41
  * searchable: true || false,
41
42
  * access: "EVERYBODY" || "ORGANIZATION",
@@ -145,6 +146,7 @@ declare const CreateBotCommand_base: {
145
146
  * // { // CreateBotOutput
146
147
  * // bot: { // Bot
147
148
  * // name: "STRING_VALUE", // required
149
+ * // category: "STRING_VALUE",
148
150
  * // picture: "STRING_VALUE",
149
151
  * // searchable: true || false,
150
152
  * // access: "EVERYBODY" || "ORGANIZATION",
@@ -43,6 +43,7 @@ declare const GetBotCommand_base: {
43
43
  * // { // GetBotOutput
44
44
  * // bot: { // Bot
45
45
  * // name: "STRING_VALUE", // required
46
+ * // category: "STRING_VALUE",
46
47
  * // picture: "STRING_VALUE",
47
48
  * // searchable: true || false,
48
49
  * // access: "EVERYBODY" || "ORGANIZATION",
@@ -43,6 +43,7 @@ declare const ListBotsCommand_base: {
43
43
  * // bots: [ // BotList // required
44
44
  * // { // Bot
45
45
  * // name: "STRING_VALUE", // required
46
+ * // category: "STRING_VALUE",
46
47
  * // picture: "STRING_VALUE",
47
48
  * // searchable: true || false,
48
49
  * // access: "EVERYBODY" || "ORGANIZATION",
@@ -36,6 +36,7 @@ declare const UpdateBotCommand_base: {
36
36
  * const client = new UsersClient(config);
37
37
  * const input = { // UpdateBotInput
38
38
  * name: "STRING_VALUE", // required
39
+ * category: "STRING_VALUE",
39
40
  * picture: "STRING_VALUE",
40
41
  * searchable: true || false,
41
42
  * access: "EVERYBODY" || "ORGANIZATION",
@@ -47,6 +48,7 @@ declare const UpdateBotCommand_base: {
47
48
  * // { // UpdateBotOutput
48
49
  * // bot: { // Bot
49
50
  * // name: "STRING_VALUE", // required
51
+ * // category: "STRING_VALUE",
50
52
  * // picture: "STRING_VALUE",
51
53
  * // searchable: true || false,
52
54
  * // access: "EVERYBODY" || "ORGANIZATION",
@@ -554,6 +554,11 @@ export type BotIntegrationType = typeof BotIntegrationType[keyof typeof BotInteg
554
554
  */
555
555
  export interface Bot {
556
556
  name: string;
557
+ /**
558
+ * Category of the bot
559
+ * @public
560
+ */
561
+ category?: string | undefined;
557
562
  /**
558
563
  * A link to the bot picture.
559
564
  * @public
@@ -1098,6 +1103,11 @@ export declare class UserNotFoundException extends __BaseException {
1098
1103
  */
1099
1104
  export interface CreateBotInput {
1100
1105
  name: string;
1106
+ /**
1107
+ * Category of the bot
1108
+ * @public
1109
+ */
1110
+ category?: string | undefined;
1101
1111
  /**
1102
1112
  * A link to the bot picture.
1103
1113
  * @public
@@ -1602,6 +1612,11 @@ export interface ToggleUnreadEmailNotificationsSubscriptionOutput {
1602
1612
  */
1603
1613
  export interface UpdateBotInput {
1604
1614
  name: string;
1615
+ /**
1616
+ * Category of the bot
1617
+ * @public
1618
+ */
1619
+ category?: string | undefined;
1605
1620
  /**
1606
1621
  * A link to the bot picture.
1607
1622
  * @public
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.47",
4
+ "version": "1.0.49",
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",