@wildix/xbees-kite-client 1.0.20 → 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.
@@ -333,6 +333,7 @@ const se_PutWhatsAppNumberConfigurationCommand = async (input, context) => {
333
333
  let body;
334
334
  body = JSON.stringify((0, smithy_client_1.take)(input, {
335
335
  'actions': _ => (0, smithy_client_1._json)(_),
336
+ 'reassign': [],
336
337
  'routes': _ => (0, smithy_client_1._json)(_),
337
338
  'serviceUri': [],
338
339
  'target': _ => (0, smithy_client_1._json)(_),
@@ -312,6 +312,7 @@ export const se_PutWhatsAppNumberConfigurationCommand = async (input, context) =
312
312
  let body;
313
313
  body = JSON.stringify(take(input, {
314
314
  'actions': _ => _json(_),
315
+ 'reassign': [],
315
316
  'routes': _ => _json(_),
316
317
  'serviceUri': [],
317
318
  'target': _ => _json(_),
@@ -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
@@ -142,6 +141,7 @@ declare const GetWhatsAppNumberConfigurationCommand_base: {
142
141
  * // id: "STRING_VALUE", // required
143
142
  * // },
144
143
  * // },
144
+ * // reassign: true || false,
145
145
  * // actions: [
146
146
  * // {
147
147
  * // id: "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
@@ -142,6 +141,7 @@ declare const ListWhatsAppConfigurationsCommand_base: {
142
141
  * // id: "STRING_VALUE", // required
143
142
  * // },
144
143
  * // },
144
+ * // reassign: true || false,
145
145
  * // actions: [
146
146
  * // {
147
147
  * // id: "STRING_VALUE", // required
@@ -62,7 +62,6 @@ declare const PutWhatsAppNumberConfigurationCommand_base: {
62
62
  * id: "STRING_VALUE", // required
63
63
  * },
64
64
  * },
65
- * reassign: true || false,
66
65
  * actions: [ // RouteActions
67
66
  * { // RouteAction
68
67
  * id: "STRING_VALUE", // required
@@ -135,6 +134,7 @@ declare const PutWhatsAppNumberConfigurationCommand_base: {
135
134
  * id: "STRING_VALUE", // required
136
135
  * },
137
136
  * },
137
+ * reassign: true || false,
138
138
  * actions: [
139
139
  * {
140
140
  * id: "STRING_VALUE", // required
@@ -226,7 +226,6 @@ declare const PutWhatsAppNumberConfigurationCommand_base: {
226
226
  * // id: "STRING_VALUE", // required
227
227
  * // },
228
228
  * // },
229
- * // reassign: true || false,
230
229
  * // actions: [ // RouteActions
231
230
  * // { // RouteAction
232
231
  * // id: "STRING_VALUE", // required
@@ -299,6 +298,7 @@ declare const PutWhatsAppNumberConfigurationCommand_base: {
299
298
  * // id: "STRING_VALUE", // required
300
299
  * // },
301
300
  * // },
301
+ * // reassign: true || false,
302
302
  * // actions: [
303
303
  * // {
304
304
  * // id: "STRING_VALUE", // required
@@ -1599,11 +1599,6 @@ export interface WhatsAppConfigRoute {
1599
1599
  * @public
1600
1600
  */
1601
1601
  target: RouteTarget;
1602
- /**
1603
- * Determines whether the conversation should be assigned to the specified target and rules even if initially conversation have different target. If set to true, assignment will occur regardless of previously defined target. Defaults to false.
1604
- * @public
1605
- */
1606
- reassign?: boolean | undefined;
1607
1602
  /**
1608
1603
  * Actions that will be used if the specified route and the conditions within a specific action are met.
1609
1604
  * @public
@@ -1629,6 +1624,11 @@ export interface WhatsAppConfig {
1629
1624
  * @public
1630
1625
  */
1631
1626
  target: RouteTarget;
1627
+ /**
1628
+ * Determines whether the conversation should be assigned to the specified target and rules even if initially conversation have different target. If set to true, assignment will occur regardless of previously defined target. Defaults to false.
1629
+ * @public
1630
+ */
1631
+ reassign?: boolean | undefined;
1632
1632
  /**
1633
1633
  * Actions that will be used if the specified route and the conditions within a specific action are met.
1634
1634
  * @public
@@ -1922,6 +1922,11 @@ export interface PutWhatsAppNumberConfigurationInput {
1922
1922
  * @public
1923
1923
  */
1924
1924
  target: RouteTarget;
1925
+ /**
1926
+ * Determines whether the conversation should be assigned to the specified target and rules even if initially conversation have different target. If set to true, assignment will occur regardless of previously defined target. Defaults to false.
1927
+ * @public
1928
+ */
1929
+ reassign?: boolean | undefined;
1925
1930
  /**
1926
1931
  * Actions that will be used if the specified route and the conditions within a specific action are met.
1927
1932
  * @public
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.0.20",
4
+ "version": "1.0.21",
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",