@wildix/xbees-kite-client 1.1.0 → 1.2.0
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-types/commands/CancelCalendarEventCommand.d.ts +2 -2
- package/dist-types/commands/GetCalendarSlotsCommand.d.ts +2 -2
- package/dist-types/commands/GetConfigCommand.d.ts +2 -2
- package/dist-types/commands/GetSmsNumberConfigurationCommand.d.ts +2 -2
- package/dist-types/commands/GetWhatsAppNumberConfigurationCommand.d.ts +2 -2
- package/dist-types/commands/ListAgentsCommand.d.ts +2 -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 +2 -2
- 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 +2 -2
- package/dist-types/commands/ScheduleCalendarEventCommand.d.ts +2 -2
- package/package.json +1 -1
|
@@ -27,8 +27,7 @@ declare const CancelCalendarEventCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
*
|
|
31
|
-
*
|
|
30
|
+
* Cancels an existing calendar event, optionally providing a reason for cancellation.
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -151,6 +150,7 @@ declare const CancelCalendarEventCommand_base: {
|
|
|
151
150
|
* <p>Base exception class for all service exceptions from Kite service.</p>
|
|
152
151
|
*
|
|
153
152
|
*
|
|
153
|
+
* @public
|
|
154
154
|
*/
|
|
155
155
|
export declare class CancelCalendarEventCommand extends CancelCalendarEventCommand_base {
|
|
156
156
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -27,8 +27,7 @@ declare const GetCalendarSlotsCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
*
|
|
31
|
-
*
|
|
30
|
+
* Retrieves available calendar time slots for a specific Kite widget or agent within the specified date range.
|
|
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 GetCalendarSlotsCommand_base: {
|
|
|
89
88
|
* <p>Base exception class for all service exceptions from Kite service.</p>
|
|
90
89
|
*
|
|
91
90
|
*
|
|
91
|
+
* @public
|
|
92
92
|
*/
|
|
93
93
|
export declare class GetCalendarSlotsCommand extends GetCalendarSlotsCommand_base {
|
|
94
94
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -27,8 +27,7 @@ declare const GetConfigCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
*
|
|
31
|
-
*
|
|
30
|
+
* Retrieves the configuration settings for a specific Kite widget or agent, optionally filtered by route.
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -152,6 +151,7 @@ declare const GetConfigCommand_base: {
|
|
|
152
151
|
* <p>Base exception class for all service exceptions from Kite service.</p>
|
|
153
152
|
*
|
|
154
153
|
*
|
|
154
|
+
* @public
|
|
155
155
|
*/
|
|
156
156
|
export declare class GetConfigCommand extends GetConfigCommand_base {
|
|
157
157
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -27,8 +27,7 @@ declare const GetSmsNumberConfigurationCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
*
|
|
31
|
-
*
|
|
30
|
+
* Retrieves 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
|
|
@@ -226,6 +225,7 @@ declare const GetSmsNumberConfigurationCommand_base: {
|
|
|
226
225
|
* <p>Base exception class for all service exceptions from Kite service.</p>
|
|
227
226
|
*
|
|
228
227
|
*
|
|
228
|
+
* @public
|
|
229
229
|
*/
|
|
230
230
|
export declare class GetSmsNumberConfigurationCommand extends GetSmsNumberConfigurationCommand_base {
|
|
231
231
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -27,8 +27,7 @@ declare const GetWhatsAppNumberConfigurationCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
*
|
|
31
|
-
*
|
|
30
|
+
* Retrieves 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
|
|
@@ -226,6 +225,7 @@ declare const GetWhatsAppNumberConfigurationCommand_base: {
|
|
|
226
225
|
* <p>Base exception class for all service exceptions from Kite service.</p>
|
|
227
226
|
*
|
|
228
227
|
*
|
|
228
|
+
* @public
|
|
229
229
|
*/
|
|
230
230
|
export declare class GetWhatsAppNumberConfigurationCommand extends GetWhatsAppNumberConfigurationCommand_base {
|
|
231
231
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -27,8 +27,7 @@ declare const ListAgentsCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
*
|
|
31
|
-
*
|
|
30
|
+
* Retrieves a list of agents available for Kite-based conversations, filtered by service, extensions, or emails.
|
|
32
31
|
* @example
|
|
33
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
33
|
* ```javascript
|
|
@@ -92,6 +91,7 @@ declare const ListAgentsCommand_base: {
|
|
|
92
91
|
* <p>Base exception class for all service exceptions from Kite service.</p>
|
|
93
92
|
*
|
|
94
93
|
*
|
|
94
|
+
* @public
|
|
95
95
|
*/
|
|
96
96
|
export declare class ListAgentsCommand extends ListAgentsCommand_base {
|
|
97
97
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -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
|
|
@@ -321,6 +320,7 @@ declare const ListWidgetsCommand_base: {
|
|
|
321
320
|
* <p>Base exception class for all service exceptions from Kite service.</p>
|
|
322
321
|
*
|
|
323
322
|
*
|
|
323
|
+
* @public
|
|
324
324
|
*/
|
|
325
325
|
export declare class ListWidgetsCommand extends ListWidgetsCommand_base {
|
|
326
326
|
/** @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
|
|
@@ -162,6 +161,7 @@ declare const RescheduleCalendarEventCommand_base: {
|
|
|
162
161
|
* <p>Base exception class for all service exceptions from Kite service.</p>
|
|
163
162
|
*
|
|
164
163
|
*
|
|
164
|
+
* @public
|
|
165
165
|
*/
|
|
166
166
|
export declare class RescheduleCalendarEventCommand extends RescheduleCalendarEventCommand_base {
|
|
167
167
|
/** @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
|
|
@@ -159,6 +158,7 @@ declare const ScheduleCalendarEventCommand_base: {
|
|
|
159
158
|
* <p>Base exception class for all service exceptions from Kite service.</p>
|
|
160
159
|
*
|
|
161
160
|
*
|
|
161
|
+
* @public
|
|
162
162
|
*/
|
|
163
163
|
export declare class ScheduleCalendarEventCommand extends ScheduleCalendarEventCommand_base {
|
|
164
164
|
/** @internal type navigation helper, not in runtime. */
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wildix/xbees-kite-client",
|
|
3
3
|
"description": "@wildix/xbees-kite-client client",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.2.0",
|
|
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",
|