@wildix/xbees-kite-client 1.0.19 → 1.0.21

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.
@@ -69,7 +69,6 @@ declare const GetWhatsAppNumberConfigurationCommand_base: {
69
69
  * // id: "STRING_VALUE", // required
70
70
  * // },
71
71
  * // },
72
- * // reassign: true || false,
73
72
  * // actions: [ // RouteActions
74
73
  * // { // RouteAction
75
74
  * // id: "STRING_VALUE", // required
@@ -81,6 +80,12 @@ declare const GetWhatsAppNumberConfigurationCommand_base: {
81
80
  * // readTimeout: { // RouteReadTimeoutCondition
82
81
  * // timeout: Number("int"), // required
83
82
  * // },
83
+ * // inactivityTimeout: { // InactivityTimeoutCondition
84
+ * // timeout: Number("int"), // required
85
+ * // },
86
+ * // evaluation: { // RouteEvaluationCondition
87
+ * // prompt: "STRING_VALUE", // required
88
+ * // },
84
89
  * // },
85
90
  * // ],
86
91
  * // task: { // RouteActionTask Union: only one key present
@@ -88,12 +93,38 @@ declare const GetWhatsAppNumberConfigurationCommand_base: {
88
93
  * // botId: "STRING_VALUE", // required
89
94
  * // text: "STRING_VALUE", // required
90
95
  * // },
96
+ * // sendGenerativeMessage: { // RouteSendGenerativeMessageTask
97
+ * // botId: "STRING_VALUE", // required
98
+ * // },
91
99
  * // addMembers: { // RouteAddMembersTask
92
100
  * // emails: [ // RouteAddMembersUsersList // required
93
101
  * // "STRING_VALUE",
94
102
  * // ],
95
103
  * // },
104
+ * // notifyMessage: { // RouteNotifyMessage
105
+ * // botId: "STRING_VALUE", // required
106
+ * // userId: "STRING_VALUE",
107
+ * // channelId: "STRING_VALUE",
108
+ * // text: "STRING_VALUE", // required
109
+ * // variables: [ // RouteGenerativeVariablesList
110
+ * // { // RouteGenerativeVariable
111
+ * // term: "STRING_VALUE", // required
112
+ * // description: "STRING_VALUE", // required
113
+ * // },
114
+ * // ],
115
+ * // },
116
+ * // notifyEmail: { // RouteNotifyEmail
117
+ * // recipient: "STRING_VALUE", // required
118
+ * // text: "STRING_VALUE", // required
119
+ * // variables: [
120
+ * // {
121
+ * // term: "STRING_VALUE", // required
122
+ * // description: "STRING_VALUE", // required
123
+ * // },
124
+ * // ],
125
+ * // },
96
126
  * // },
127
+ * // once: true || false,
97
128
  * // },
98
129
  * // ],
99
130
  * // },
@@ -110,6 +141,7 @@ declare const GetWhatsAppNumberConfigurationCommand_base: {
110
141
  * // id: "STRING_VALUE", // required
111
142
  * // },
112
143
  * // },
144
+ * // reassign: true || false,
113
145
  * // actions: [
114
146
  * // {
115
147
  * // id: "STRING_VALUE", // required
@@ -121,6 +153,12 @@ declare const GetWhatsAppNumberConfigurationCommand_base: {
121
153
  * // readTimeout: {
122
154
  * // timeout: Number("int"), // required
123
155
  * // },
156
+ * // inactivityTimeout: {
157
+ * // timeout: Number("int"), // required
158
+ * // },
159
+ * // evaluation: {
160
+ * // prompt: "STRING_VALUE", // required
161
+ * // },
124
162
  * // },
125
163
  * // ],
126
164
  * // task: {// Union: only one key present
@@ -128,12 +166,38 @@ declare const GetWhatsAppNumberConfigurationCommand_base: {
128
166
  * // botId: "STRING_VALUE", // required
129
167
  * // text: "STRING_VALUE", // required
130
168
  * // },
169
+ * // sendGenerativeMessage: {
170
+ * // botId: "STRING_VALUE", // required
171
+ * // },
131
172
  * // addMembers: {
132
173
  * // emails: [ // required
133
174
  * // "STRING_VALUE",
134
175
  * // ],
135
176
  * // },
177
+ * // notifyMessage: {
178
+ * // botId: "STRING_VALUE", // required
179
+ * // userId: "STRING_VALUE",
180
+ * // channelId: "STRING_VALUE",
181
+ * // text: "STRING_VALUE", // required
182
+ * // variables: [
183
+ * // {
184
+ * // term: "STRING_VALUE", // required
185
+ * // description: "STRING_VALUE", // required
186
+ * // },
187
+ * // ],
188
+ * // },
189
+ * // notifyEmail: {
190
+ * // recipient: "STRING_VALUE", // required
191
+ * // text: "STRING_VALUE", // required
192
+ * // variables: [
193
+ * // {
194
+ * // term: "STRING_VALUE", // required
195
+ * // description: "STRING_VALUE", // required
196
+ * // },
197
+ * // ],
198
+ * // },
136
199
  * // },
200
+ * // once: true || false,
137
201
  * // },
138
202
  * // ],
139
203
  * // companyId: "STRING_VALUE", // required
@@ -119,6 +119,12 @@ declare const GetWidgetCommand_base: {
119
119
  * // readTimeout: { // RouteReadTimeoutCondition
120
120
  * // timeout: Number("int"), // required
121
121
  * // },
122
+ * // inactivityTimeout: { // InactivityTimeoutCondition
123
+ * // timeout: Number("int"), // required
124
+ * // },
125
+ * // evaluation: { // RouteEvaluationCondition
126
+ * // prompt: "STRING_VALUE", // required
127
+ * // },
122
128
  * // },
123
129
  * // ],
124
130
  * // task: { // RouteActionTask Union: only one key present
@@ -126,12 +132,38 @@ declare const GetWidgetCommand_base: {
126
132
  * // botId: "STRING_VALUE", // required
127
133
  * // text: "STRING_VALUE", // required
128
134
  * // },
135
+ * // sendGenerativeMessage: { // RouteSendGenerativeMessageTask
136
+ * // botId: "STRING_VALUE", // required
137
+ * // },
129
138
  * // addMembers: { // RouteAddMembersTask
130
139
  * // emails: [ // RouteAddMembersUsersList // required
131
140
  * // "STRING_VALUE",
132
141
  * // ],
133
142
  * // },
143
+ * // notifyMessage: { // RouteNotifyMessage
144
+ * // botId: "STRING_VALUE", // required
145
+ * // userId: "STRING_VALUE",
146
+ * // channelId: "STRING_VALUE",
147
+ * // text: "STRING_VALUE", // required
148
+ * // variables: [ // RouteGenerativeVariablesList
149
+ * // { // RouteGenerativeVariable
150
+ * // term: "STRING_VALUE", // required
151
+ * // description: "STRING_VALUE", // required
152
+ * // },
153
+ * // ],
154
+ * // },
155
+ * // notifyEmail: { // RouteNotifyEmail
156
+ * // recipient: "STRING_VALUE", // required
157
+ * // text: "STRING_VALUE", // required
158
+ * // variables: [
159
+ * // {
160
+ * // term: "STRING_VALUE", // required
161
+ * // description: "STRING_VALUE", // required
162
+ * // },
163
+ * // ],
164
+ * // },
134
165
  * // },
166
+ * // once: true || false,
135
167
  * // },
136
168
  * // ],
137
169
  * // },
@@ -191,6 +223,12 @@ declare const GetWidgetCommand_base: {
191
223
  * // readTimeout: {
192
224
  * // timeout: Number("int"), // required
193
225
  * // },
226
+ * // inactivityTimeout: {
227
+ * // timeout: Number("int"), // required
228
+ * // },
229
+ * // evaluation: {
230
+ * // prompt: "STRING_VALUE", // required
231
+ * // },
194
232
  * // },
195
233
  * // ],
196
234
  * // task: {// Union: only one key present
@@ -198,12 +236,38 @@ declare const GetWidgetCommand_base: {
198
236
  * // botId: "STRING_VALUE", // required
199
237
  * // text: "STRING_VALUE", // required
200
238
  * // },
239
+ * // sendGenerativeMessage: {
240
+ * // botId: "STRING_VALUE", // required
241
+ * // },
201
242
  * // addMembers: {
202
243
  * // emails: [ // required
203
244
  * // "STRING_VALUE",
204
245
  * // ],
205
246
  * // },
247
+ * // notifyMessage: {
248
+ * // botId: "STRING_VALUE", // required
249
+ * // userId: "STRING_VALUE",
250
+ * // channelId: "STRING_VALUE",
251
+ * // text: "STRING_VALUE", // required
252
+ * // variables: [
253
+ * // {
254
+ * // term: "STRING_VALUE", // required
255
+ * // description: "STRING_VALUE", // required
256
+ * // },
257
+ * // ],
258
+ * // },
259
+ * // notifyEmail: {
260
+ * // recipient: "STRING_VALUE", // required
261
+ * // text: "STRING_VALUE", // required
262
+ * // variables: [
263
+ * // {
264
+ * // term: "STRING_VALUE", // required
265
+ * // description: "STRING_VALUE", // required
266
+ * // },
267
+ * // ],
268
+ * // },
206
269
  * // },
270
+ * // once: true || false,
207
271
  * // },
208
272
  * // ],
209
273
  * // id: "STRING_VALUE", // required
@@ -80,6 +80,12 @@ declare const ListSmsConfigurationsCommand_base: {
80
80
  * // readTimeout: { // RouteReadTimeoutCondition
81
81
  * // timeout: Number("int"), // required
82
82
  * // },
83
+ * // inactivityTimeout: { // InactivityTimeoutCondition
84
+ * // timeout: Number("int"), // required
85
+ * // },
86
+ * // evaluation: { // RouteEvaluationCondition
87
+ * // prompt: "STRING_VALUE", // required
88
+ * // },
83
89
  * // },
84
90
  * // ],
85
91
  * // task: { // RouteActionTask Union: only one key present
@@ -87,12 +93,38 @@ declare const ListSmsConfigurationsCommand_base: {
87
93
  * // botId: "STRING_VALUE", // required
88
94
  * // text: "STRING_VALUE", // required
89
95
  * // },
96
+ * // sendGenerativeMessage: { // RouteSendGenerativeMessageTask
97
+ * // botId: "STRING_VALUE", // required
98
+ * // },
90
99
  * // addMembers: { // RouteAddMembersTask
91
100
  * // emails: [ // RouteAddMembersUsersList // required
92
101
  * // "STRING_VALUE",
93
102
  * // ],
94
103
  * // },
104
+ * // notifyMessage: { // RouteNotifyMessage
105
+ * // botId: "STRING_VALUE", // required
106
+ * // userId: "STRING_VALUE",
107
+ * // channelId: "STRING_VALUE",
108
+ * // text: "STRING_VALUE", // required
109
+ * // variables: [ // RouteGenerativeVariablesList
110
+ * // { // RouteGenerativeVariable
111
+ * // term: "STRING_VALUE", // required
112
+ * // description: "STRING_VALUE", // required
113
+ * // },
114
+ * // ],
115
+ * // },
116
+ * // notifyEmail: { // RouteNotifyEmail
117
+ * // recipient: "STRING_VALUE", // required
118
+ * // text: "STRING_VALUE", // required
119
+ * // variables: [
120
+ * // {
121
+ * // term: "STRING_VALUE", // required
122
+ * // description: "STRING_VALUE", // required
123
+ * // },
124
+ * // ],
125
+ * // },
95
126
  * // },
127
+ * // once: true || false,
96
128
  * // },
97
129
  * // ],
98
130
  * // },
@@ -121,6 +153,12 @@ declare const ListSmsConfigurationsCommand_base: {
121
153
  * // readTimeout: {
122
154
  * // timeout: Number("int"), // required
123
155
  * // },
156
+ * // inactivityTimeout: {
157
+ * // timeout: Number("int"), // required
158
+ * // },
159
+ * // evaluation: {
160
+ * // prompt: "STRING_VALUE", // required
161
+ * // },
124
162
  * // },
125
163
  * // ],
126
164
  * // task: {// Union: only one key present
@@ -128,12 +166,38 @@ declare const ListSmsConfigurationsCommand_base: {
128
166
  * // botId: "STRING_VALUE", // required
129
167
  * // text: "STRING_VALUE", // required
130
168
  * // },
169
+ * // sendGenerativeMessage: {
170
+ * // botId: "STRING_VALUE", // required
171
+ * // },
131
172
  * // addMembers: {
132
173
  * // emails: [ // required
133
174
  * // "STRING_VALUE",
134
175
  * // ],
135
176
  * // },
177
+ * // notifyMessage: {
178
+ * // botId: "STRING_VALUE", // required
179
+ * // userId: "STRING_VALUE",
180
+ * // channelId: "STRING_VALUE",
181
+ * // text: "STRING_VALUE", // required
182
+ * // variables: [
183
+ * // {
184
+ * // term: "STRING_VALUE", // required
185
+ * // description: "STRING_VALUE", // required
186
+ * // },
187
+ * // ],
188
+ * // },
189
+ * // notifyEmail: {
190
+ * // recipient: "STRING_VALUE", // required
191
+ * // text: "STRING_VALUE", // required
192
+ * // variables: [
193
+ * // {
194
+ * // term: "STRING_VALUE", // required
195
+ * // description: "STRING_VALUE", // required
196
+ * // },
197
+ * // ],
198
+ * // },
136
199
  * // },
200
+ * // once: true || false,
137
201
  * // },
138
202
  * // ],
139
203
  * // companyId: "STRING_VALUE", // required
@@ -69,7 +69,6 @@ declare const ListWhatsAppConfigurationsCommand_base: {
69
69
  * // id: "STRING_VALUE", // required
70
70
  * // },
71
71
  * // },
72
- * // reassign: true || false,
73
72
  * // actions: [ // RouteActions
74
73
  * // { // RouteAction
75
74
  * // id: "STRING_VALUE", // required
@@ -81,6 +80,12 @@ declare const ListWhatsAppConfigurationsCommand_base: {
81
80
  * // readTimeout: { // RouteReadTimeoutCondition
82
81
  * // timeout: Number("int"), // required
83
82
  * // },
83
+ * // inactivityTimeout: { // InactivityTimeoutCondition
84
+ * // timeout: Number("int"), // required
85
+ * // },
86
+ * // evaluation: { // RouteEvaluationCondition
87
+ * // prompt: "STRING_VALUE", // required
88
+ * // },
84
89
  * // },
85
90
  * // ],
86
91
  * // task: { // RouteActionTask Union: only one key present
@@ -88,12 +93,38 @@ declare const ListWhatsAppConfigurationsCommand_base: {
88
93
  * // botId: "STRING_VALUE", // required
89
94
  * // text: "STRING_VALUE", // required
90
95
  * // },
96
+ * // sendGenerativeMessage: { // RouteSendGenerativeMessageTask
97
+ * // botId: "STRING_VALUE", // required
98
+ * // },
91
99
  * // addMembers: { // RouteAddMembersTask
92
100
  * // emails: [ // RouteAddMembersUsersList // required
93
101
  * // "STRING_VALUE",
94
102
  * // ],
95
103
  * // },
104
+ * // notifyMessage: { // RouteNotifyMessage
105
+ * // botId: "STRING_VALUE", // required
106
+ * // userId: "STRING_VALUE",
107
+ * // channelId: "STRING_VALUE",
108
+ * // text: "STRING_VALUE", // required
109
+ * // variables: [ // RouteGenerativeVariablesList
110
+ * // { // RouteGenerativeVariable
111
+ * // term: "STRING_VALUE", // required
112
+ * // description: "STRING_VALUE", // required
113
+ * // },
114
+ * // ],
115
+ * // },
116
+ * // notifyEmail: { // RouteNotifyEmail
117
+ * // recipient: "STRING_VALUE", // required
118
+ * // text: "STRING_VALUE", // required
119
+ * // variables: [
120
+ * // {
121
+ * // term: "STRING_VALUE", // required
122
+ * // description: "STRING_VALUE", // required
123
+ * // },
124
+ * // ],
125
+ * // },
96
126
  * // },
127
+ * // once: true || false,
97
128
  * // },
98
129
  * // ],
99
130
  * // },
@@ -110,6 +141,7 @@ declare const ListWhatsAppConfigurationsCommand_base: {
110
141
  * // id: "STRING_VALUE", // required
111
142
  * // },
112
143
  * // },
144
+ * // reassign: true || false,
113
145
  * // actions: [
114
146
  * // {
115
147
  * // id: "STRING_VALUE", // required
@@ -121,6 +153,12 @@ declare const ListWhatsAppConfigurationsCommand_base: {
121
153
  * // readTimeout: {
122
154
  * // timeout: Number("int"), // required
123
155
  * // },
156
+ * // inactivityTimeout: {
157
+ * // timeout: Number("int"), // required
158
+ * // },
159
+ * // evaluation: {
160
+ * // prompt: "STRING_VALUE", // required
161
+ * // },
124
162
  * // },
125
163
  * // ],
126
164
  * // task: {// Union: only one key present
@@ -128,12 +166,38 @@ declare const ListWhatsAppConfigurationsCommand_base: {
128
166
  * // botId: "STRING_VALUE", // required
129
167
  * // text: "STRING_VALUE", // required
130
168
  * // },
169
+ * // sendGenerativeMessage: {
170
+ * // botId: "STRING_VALUE", // required
171
+ * // },
131
172
  * // addMembers: {
132
173
  * // emails: [ // required
133
174
  * // "STRING_VALUE",
134
175
  * // ],
135
176
  * // },
177
+ * // notifyMessage: {
178
+ * // botId: "STRING_VALUE", // required
179
+ * // userId: "STRING_VALUE",
180
+ * // channelId: "STRING_VALUE",
181
+ * // text: "STRING_VALUE", // required
182
+ * // variables: [
183
+ * // {
184
+ * // term: "STRING_VALUE", // required
185
+ * // description: "STRING_VALUE", // required
186
+ * // },
187
+ * // ],
188
+ * // },
189
+ * // notifyEmail: {
190
+ * // recipient: "STRING_VALUE", // required
191
+ * // text: "STRING_VALUE", // required
192
+ * // variables: [
193
+ * // {
194
+ * // term: "STRING_VALUE", // required
195
+ * // description: "STRING_VALUE", // required
196
+ * // },
197
+ * // ],
198
+ * // },
136
199
  * // },
200
+ * // once: true || false,
137
201
  * // },
138
202
  * // ],
139
203
  * // companyId: "STRING_VALUE", // required
@@ -121,6 +121,12 @@ declare const ListWidgetsCommand_base: {
121
121
  * // readTimeout: { // RouteReadTimeoutCondition
122
122
  * // timeout: Number("int"), // required
123
123
  * // },
124
+ * // inactivityTimeout: { // InactivityTimeoutCondition
125
+ * // timeout: Number("int"), // required
126
+ * // },
127
+ * // evaluation: { // RouteEvaluationCondition
128
+ * // prompt: "STRING_VALUE", // required
129
+ * // },
124
130
  * // },
125
131
  * // ],
126
132
  * // task: { // RouteActionTask Union: only one key present
@@ -128,12 +134,38 @@ declare const ListWidgetsCommand_base: {
128
134
  * // botId: "STRING_VALUE", // required
129
135
  * // text: "STRING_VALUE", // required
130
136
  * // },
137
+ * // sendGenerativeMessage: { // RouteSendGenerativeMessageTask
138
+ * // botId: "STRING_VALUE", // required
139
+ * // },
131
140
  * // addMembers: { // RouteAddMembersTask
132
141
  * // emails: [ // RouteAddMembersUsersList // required
133
142
  * // "STRING_VALUE",
134
143
  * // ],
135
144
  * // },
145
+ * // notifyMessage: { // RouteNotifyMessage
146
+ * // botId: "STRING_VALUE", // required
147
+ * // userId: "STRING_VALUE",
148
+ * // channelId: "STRING_VALUE",
149
+ * // text: "STRING_VALUE", // required
150
+ * // variables: [ // RouteGenerativeVariablesList
151
+ * // { // RouteGenerativeVariable
152
+ * // term: "STRING_VALUE", // required
153
+ * // description: "STRING_VALUE", // required
154
+ * // },
155
+ * // ],
156
+ * // },
157
+ * // notifyEmail: { // RouteNotifyEmail
158
+ * // recipient: "STRING_VALUE", // required
159
+ * // text: "STRING_VALUE", // required
160
+ * // variables: [
161
+ * // {
162
+ * // term: "STRING_VALUE", // required
163
+ * // description: "STRING_VALUE", // required
164
+ * // },
165
+ * // ],
166
+ * // },
136
167
  * // },
168
+ * // once: true || false,
137
169
  * // },
138
170
  * // ],
139
171
  * // },
@@ -193,6 +225,12 @@ declare const ListWidgetsCommand_base: {
193
225
  * // readTimeout: {
194
226
  * // timeout: Number("int"), // required
195
227
  * // },
228
+ * // inactivityTimeout: {
229
+ * // timeout: Number("int"), // required
230
+ * // },
231
+ * // evaluation: {
232
+ * // prompt: "STRING_VALUE", // required
233
+ * // },
196
234
  * // },
197
235
  * // ],
198
236
  * // task: {// Union: only one key present
@@ -200,12 +238,38 @@ declare const ListWidgetsCommand_base: {
200
238
  * // botId: "STRING_VALUE", // required
201
239
  * // text: "STRING_VALUE", // required
202
240
  * // },
241
+ * // sendGenerativeMessage: {
242
+ * // botId: "STRING_VALUE", // required
243
+ * // },
203
244
  * // addMembers: {
204
245
  * // emails: [ // required
205
246
  * // "STRING_VALUE",
206
247
  * // ],
207
248
  * // },
249
+ * // notifyMessage: {
250
+ * // botId: "STRING_VALUE", // required
251
+ * // userId: "STRING_VALUE",
252
+ * // channelId: "STRING_VALUE",
253
+ * // text: "STRING_VALUE", // required
254
+ * // variables: [
255
+ * // {
256
+ * // term: "STRING_VALUE", // required
257
+ * // description: "STRING_VALUE", // required
258
+ * // },
259
+ * // ],
260
+ * // },
261
+ * // notifyEmail: {
262
+ * // recipient: "STRING_VALUE", // required
263
+ * // text: "STRING_VALUE", // required
264
+ * // variables: [
265
+ * // {
266
+ * // term: "STRING_VALUE", // required
267
+ * // description: "STRING_VALUE", // required
268
+ * // },
269
+ * // ],
270
+ * // },
208
271
  * // },
272
+ * // once: true || false,
209
273
  * // },
210
274
  * // ],
211
275
  * // id: "STRING_VALUE", // required