@wildix/xbees-kite-client 1.1.1 → 1.2.1
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 +50 -50
- package/dist-cjs/protocols/Aws_restJson1.js +4 -0
- package/dist-es/models/models_0.js +46 -46
- package/dist-es/protocols/Aws_restJson1.js +5 -1
- package/dist-types/commands/CancelCalendarEventCommand.d.ts +4 -2
- package/dist-types/commands/CreateOrUpdateWidgetPreviewCommand.d.ts +6 -4
- package/dist-types/commands/CreateWidgetCommand.d.ts +6 -4
- package/dist-types/commands/GetCalendarSlotsCommand.d.ts +2 -2
- package/dist-types/commands/GetConfigCommand.d.ts +5 -3
- package/dist-types/commands/GetSmsNumberConfigurationCommand.d.ts +2 -2
- package/dist-types/commands/GetWhatsAppNumberConfigurationCommand.d.ts +2 -2
- package/dist-types/commands/GetWidgetCommand.d.ts +3 -2
- package/dist-types/commands/ListAgentsCommand.d.ts +3 -2
- package/dist-types/commands/ListServicesCommand.d.ts +2 -2
- package/dist-types/commands/ListSmsConfigurationsCommand.d.ts +2 -2
- package/dist-types/commands/ListSmsNumbersCommand.d.ts +2 -2
- package/dist-types/commands/ListWhatsAppConfigurationsCommand.d.ts +2 -2
- package/dist-types/commands/ListWhatsAppNumbersCommand.d.ts +2 -2
- package/dist-types/commands/ListWhatsAppTemplatesCommand.d.ts +2 -2
- package/dist-types/commands/ListWidgetsCommand.d.ts +5 -4
- package/dist-types/commands/PutSmsNumberConfigurationCommand.d.ts +2 -2
- package/dist-types/commands/PutWhatsAppNumberConfigurationCommand.d.ts +2 -2
- package/dist-types/commands/RescheduleCalendarEventCommand.d.ts +4 -2
- package/dist-types/commands/ScheduleCalendarEventCommand.d.ts +4 -2
- package/dist-types/commands/UpdateWidgetCommand.d.ts +6 -4
- package/dist-types/models/models_0.d.ts +219 -192
- package/dist-types/runtimeConfig.browser.d.ts +6 -1
- package/dist-types/runtimeConfig.d.ts +6 -1
- package/dist-types/runtimeConfig.native.d.ts +6 -1
- package/package.json +1 -1
|
@@ -27,8 +27,7 @@ declare const ListServicesCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
*
|
|
31
|
-
*
|
|
30
|
+
* Retrieves a list of available services for Kite-based conversations within the specified organization.
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -81,6 +80,7 @@ declare const ListServicesCommand_base: {
|
|
|
81
80
|
* <p>Base exception class for all service exceptions from Kite service.</p>
|
|
82
81
|
*
|
|
83
82
|
*
|
|
83
|
+
* @public
|
|
84
84
|
*/
|
|
85
85
|
export declare class ListServicesCommand extends ListServicesCommand_base {
|
|
86
86
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -27,8 +27,7 @@ declare const ListSmsConfigurationsCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
*
|
|
31
|
-
*
|
|
30
|
+
* Retrieves a list of SMS configurations for all service numbers in 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
|
|
@@ -227,6 +226,7 @@ declare const ListSmsConfigurationsCommand_base: {
|
|
|
227
226
|
* <p>Base exception class for all service exceptions from Kite service.</p>
|
|
228
227
|
*
|
|
229
228
|
*
|
|
229
|
+
* @public
|
|
230
230
|
*/
|
|
231
231
|
export declare class ListSmsConfigurationsCommand extends ListSmsConfigurationsCommand_base {
|
|
232
232
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -27,8 +27,7 @@ declare const ListSmsNumbersCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
*
|
|
31
|
-
*
|
|
30
|
+
* Retrieves a list of available SMS service numbers 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
|
|
@@ -84,6 +83,7 @@ declare const ListSmsNumbersCommand_base: {
|
|
|
84
83
|
* <p>Base exception class for all service exceptions from Kite service.</p>
|
|
85
84
|
*
|
|
86
85
|
*
|
|
86
|
+
* @public
|
|
87
87
|
*/
|
|
88
88
|
export declare class ListSmsNumbersCommand extends ListSmsNumbersCommand_base {
|
|
89
89
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -27,8 +27,7 @@ declare const ListWhatsAppConfigurationsCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
*
|
|
31
|
-
*
|
|
30
|
+
* Retrieves a list of WhatsApp configurations for all service numbers in 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
|
|
@@ -227,6 +226,7 @@ declare const ListWhatsAppConfigurationsCommand_base: {
|
|
|
227
226
|
* <p>Base exception class for all service exceptions from Kite service.</p>
|
|
228
227
|
*
|
|
229
228
|
*
|
|
229
|
+
* @public
|
|
230
230
|
*/
|
|
231
231
|
export declare class ListWhatsAppConfigurationsCommand extends ListWhatsAppConfigurationsCommand_base {
|
|
232
232
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -27,8 +27,7 @@ declare const ListWhatsAppNumbersCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
*
|
|
31
|
-
*
|
|
30
|
+
* Retrieves a list of available WhatsApp service numbers 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
|
|
@@ -84,6 +83,7 @@ declare const ListWhatsAppNumbersCommand_base: {
|
|
|
84
83
|
* <p>Base exception class for all service exceptions from Kite service.</p>
|
|
85
84
|
*
|
|
86
85
|
*
|
|
86
|
+
* @public
|
|
87
87
|
*/
|
|
88
88
|
export declare class ListWhatsAppNumbersCommand extends ListWhatsAppNumbersCommand_base {
|
|
89
89
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -27,8 +27,7 @@ declare const ListWhatsAppTemplatesCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
*
|
|
31
|
-
*
|
|
30
|
+
* Retrieves a list of available WhatsApp message templates for a specific service number.
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -102,6 +101,7 @@ declare const ListWhatsAppTemplatesCommand_base: {
|
|
|
102
101
|
* <p>Base exception class for all service exceptions from Kite service.</p>
|
|
103
102
|
*
|
|
104
103
|
*
|
|
104
|
+
* @public
|
|
105
105
|
*/
|
|
106
106
|
export declare class ListWhatsAppTemplatesCommand extends ListWhatsAppTemplatesCommand_base {
|
|
107
107
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -27,8 +27,7 @@ declare const ListWidgetsCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
*
|
|
31
|
-
*
|
|
30
|
+
* Retrieves a list of Kite widgets 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
|
|
@@ -76,7 +75,7 @@ declare const ListWidgetsCommand_base: {
|
|
|
76
75
|
* // template: { // MessageTemplateConfig
|
|
77
76
|
* // whatsapp: { // TemplateWithParameters
|
|
78
77
|
* // name: "STRING_VALUE", // required
|
|
79
|
-
* // parameters: [ // ListTemplateParameter
|
|
78
|
+
* // parameters: [ // ListTemplateParameter
|
|
80
79
|
* // { // TemplateParameter
|
|
81
80
|
* // name: "STRING_VALUE", // required
|
|
82
81
|
* // value: "STRING_VALUE", // required
|
|
@@ -189,7 +188,7 @@ declare const ListWidgetsCommand_base: {
|
|
|
189
188
|
* // template: {
|
|
190
189
|
* // whatsapp: {
|
|
191
190
|
* // name: "STRING_VALUE", // required
|
|
192
|
-
* // parameters: [
|
|
191
|
+
* // parameters: [
|
|
193
192
|
* // {
|
|
194
193
|
* // name: "STRING_VALUE", // required
|
|
195
194
|
* // value: "STRING_VALUE", // required
|
|
@@ -235,6 +234,7 @@ declare const ListWidgetsCommand_base: {
|
|
|
235
234
|
* // id: "STRING_VALUE", // required
|
|
236
235
|
* // },
|
|
237
236
|
* // },
|
|
237
|
+
* // anonymousSessionsEnabled: true || false,
|
|
238
238
|
* // actions: [
|
|
239
239
|
* // {
|
|
240
240
|
* // id: "STRING_VALUE", // required
|
|
@@ -321,6 +321,7 @@ declare const ListWidgetsCommand_base: {
|
|
|
321
321
|
* <p>Base exception class for all service exceptions from Kite service.</p>
|
|
322
322
|
*
|
|
323
323
|
*
|
|
324
|
+
* @public
|
|
324
325
|
*/
|
|
325
326
|
export declare class ListWidgetsCommand extends ListWidgetsCommand_base {
|
|
326
327
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -27,8 +27,7 @@ declare const PutSmsNumberConfigurationCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
*
|
|
31
|
-
*
|
|
30
|
+
* Creates or updates the SMS configuration settings for a specific service number.
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -382,6 +381,7 @@ declare const PutSmsNumberConfigurationCommand_base: {
|
|
|
382
381
|
* <p>Base exception class for all service exceptions from Kite service.</p>
|
|
383
382
|
*
|
|
384
383
|
*
|
|
384
|
+
* @public
|
|
385
385
|
*/
|
|
386
386
|
export declare class PutSmsNumberConfigurationCommand extends PutSmsNumberConfigurationCommand_base {
|
|
387
387
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -27,8 +27,7 @@ declare const PutWhatsAppNumberConfigurationCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
*
|
|
31
|
-
*
|
|
30
|
+
* Creates or updates the WhatsApp configuration settings for a specific service number.
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -382,6 +381,7 @@ declare const PutWhatsAppNumberConfigurationCommand_base: {
|
|
|
382
381
|
* <p>Base exception class for all service exceptions from Kite service.</p>
|
|
383
382
|
*
|
|
384
383
|
*
|
|
384
|
+
* @public
|
|
385
385
|
*/
|
|
386
386
|
export declare class PutWhatsAppNumberConfigurationCommand extends PutWhatsAppNumberConfigurationCommand_base {
|
|
387
387
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -27,8 +27,7 @@ declare const RescheduleCalendarEventCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
*
|
|
31
|
-
*
|
|
30
|
+
* Reschedules an existing calendar event, updating its time, duration, attendees, or other details.
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -107,6 +106,7 @@ declare const RescheduleCalendarEventCommand_base: {
|
|
|
107
106
|
* // pbxExtension: "STRING_VALUE",
|
|
108
107
|
* // pbxSerial: "STRING_VALUE",
|
|
109
108
|
* // pbxUserId: "STRING_VALUE",
|
|
109
|
+
* // pbxGroupId: "STRING_VALUE",
|
|
110
110
|
* // createdAt: "STRING_VALUE",
|
|
111
111
|
* // updatedAt: "STRING_VALUE",
|
|
112
112
|
* // },
|
|
@@ -119,6 +119,7 @@ declare const RescheduleCalendarEventCommand_base: {
|
|
|
119
119
|
* // external: true || false,
|
|
120
120
|
* // autoRecord: true || false,
|
|
121
121
|
* // transcriptionLanguage: "STRING_VALUE",
|
|
122
|
+
* // wizyGuestViewOnly: true || false,
|
|
122
123
|
* // channelId: "STRING_VALUE", // required
|
|
123
124
|
* // channelType: "direct" || "group", // required
|
|
124
125
|
* // memberCount: Number("int"), // required
|
|
@@ -162,6 +163,7 @@ declare const RescheduleCalendarEventCommand_base: {
|
|
|
162
163
|
* <p>Base exception class for all service exceptions from Kite service.</p>
|
|
163
164
|
*
|
|
164
165
|
*
|
|
166
|
+
* @public
|
|
165
167
|
*/
|
|
166
168
|
export declare class RescheduleCalendarEventCommand extends RescheduleCalendarEventCommand_base {
|
|
167
169
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -27,8 +27,7 @@ declare const ScheduleCalendarEventCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
*
|
|
31
|
-
*
|
|
30
|
+
* Schedules a new calendar event for a specific Kite widget or agent, creating a conversation channel.
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -104,6 +103,7 @@ declare const ScheduleCalendarEventCommand_base: {
|
|
|
104
103
|
* // pbxExtension: "STRING_VALUE",
|
|
105
104
|
* // pbxSerial: "STRING_VALUE",
|
|
106
105
|
* // pbxUserId: "STRING_VALUE",
|
|
106
|
+
* // pbxGroupId: "STRING_VALUE",
|
|
107
107
|
* // createdAt: "STRING_VALUE",
|
|
108
108
|
* // updatedAt: "STRING_VALUE",
|
|
109
109
|
* // },
|
|
@@ -116,6 +116,7 @@ declare const ScheduleCalendarEventCommand_base: {
|
|
|
116
116
|
* // external: true || false,
|
|
117
117
|
* // autoRecord: true || false,
|
|
118
118
|
* // transcriptionLanguage: "STRING_VALUE",
|
|
119
|
+
* // wizyGuestViewOnly: true || false,
|
|
119
120
|
* // channelId: "STRING_VALUE", // required
|
|
120
121
|
* // channelType: "direct" || "group", // required
|
|
121
122
|
* // memberCount: Number("int"), // required
|
|
@@ -159,6 +160,7 @@ declare const ScheduleCalendarEventCommand_base: {
|
|
|
159
160
|
* <p>Base exception class for all service exceptions from Kite service.</p>
|
|
160
161
|
*
|
|
161
162
|
*
|
|
163
|
+
* @public
|
|
162
164
|
*/
|
|
163
165
|
export declare class ScheduleCalendarEventCommand extends ScheduleCalendarEventCommand_base {
|
|
164
166
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -68,7 +68,7 @@ declare const UpdateWidgetCommand_base: {
|
|
|
68
68
|
* template: { // MessageTemplateConfig
|
|
69
69
|
* whatsapp: { // TemplateWithParameters
|
|
70
70
|
* name: "STRING_VALUE", // required
|
|
71
|
-
* parameters: [ // ListTemplateParameter
|
|
71
|
+
* parameters: [ // ListTemplateParameter
|
|
72
72
|
* { // TemplateParameter
|
|
73
73
|
* name: "STRING_VALUE", // required
|
|
74
74
|
* value: "STRING_VALUE", // required
|
|
@@ -181,7 +181,7 @@ declare const UpdateWidgetCommand_base: {
|
|
|
181
181
|
* template: {
|
|
182
182
|
* whatsapp: {
|
|
183
183
|
* name: "STRING_VALUE", // required
|
|
184
|
-
* parameters: [
|
|
184
|
+
* parameters: [
|
|
185
185
|
* {
|
|
186
186
|
* name: "STRING_VALUE", // required
|
|
187
187
|
* value: "STRING_VALUE", // required
|
|
@@ -227,6 +227,7 @@ declare const UpdateWidgetCommand_base: {
|
|
|
227
227
|
* id: "STRING_VALUE", // required
|
|
228
228
|
* },
|
|
229
229
|
* },
|
|
230
|
+
* anonymousSessionsEnabled: true || false,
|
|
230
231
|
* actions: [
|
|
231
232
|
* {
|
|
232
233
|
* id: "STRING_VALUE", // required
|
|
@@ -325,7 +326,7 @@ declare const UpdateWidgetCommand_base: {
|
|
|
325
326
|
* // template: { // MessageTemplateConfig
|
|
326
327
|
* // whatsapp: { // TemplateWithParameters
|
|
327
328
|
* // name: "STRING_VALUE", // required
|
|
328
|
-
* // parameters: [ // ListTemplateParameter
|
|
329
|
+
* // parameters: [ // ListTemplateParameter
|
|
329
330
|
* // { // TemplateParameter
|
|
330
331
|
* // name: "STRING_VALUE", // required
|
|
331
332
|
* // value: "STRING_VALUE", // required
|
|
@@ -438,7 +439,7 @@ declare const UpdateWidgetCommand_base: {
|
|
|
438
439
|
* // template: {
|
|
439
440
|
* // whatsapp: {
|
|
440
441
|
* // name: "STRING_VALUE", // required
|
|
441
|
-
* // parameters: [
|
|
442
|
+
* // parameters: [
|
|
442
443
|
* // {
|
|
443
444
|
* // name: "STRING_VALUE", // required
|
|
444
445
|
* // value: "STRING_VALUE", // required
|
|
@@ -484,6 +485,7 @@ declare const UpdateWidgetCommand_base: {
|
|
|
484
485
|
* // id: "STRING_VALUE", // required
|
|
485
486
|
* // },
|
|
486
487
|
* // },
|
|
488
|
+
* // anonymousSessionsEnabled: true || false,
|
|
487
489
|
* // actions: [
|
|
488
490
|
* // {
|
|
489
491
|
* // id: "STRING_VALUE", // required
|