@wildix/wda-stream-client 1.1.16 → 1.1.18
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.
|
@@ -558,7 +558,7 @@ declare const ConsumeEventCommand_base: {
|
|
|
558
558
|
* template: { // MessageTemplateConfig
|
|
559
559
|
* whatsapp: { // TemplateWithParameters
|
|
560
560
|
* name: "STRING_VALUE", // required
|
|
561
|
-
* parameters: [ // ListTemplateParameter
|
|
561
|
+
* parameters: [ // ListTemplateParameter
|
|
562
562
|
* { // TemplateParameter
|
|
563
563
|
* name: "STRING_VALUE", // required
|
|
564
564
|
* value: "STRING_VALUE", // required
|
|
@@ -714,7 +714,7 @@ declare const DescribeEventCommand_base: {
|
|
|
714
714
|
* // template: { // MessageTemplateConfig
|
|
715
715
|
* // whatsapp: { // TemplateWithParameters
|
|
716
716
|
* // name: "STRING_VALUE", // required
|
|
717
|
-
* // parameters: [ // ListTemplateParameter
|
|
717
|
+
* // parameters: [ // ListTemplateParameter
|
|
718
718
|
* // { // TemplateParameter
|
|
719
719
|
* // name: "STRING_VALUE", // required
|
|
720
720
|
* // value: "STRING_VALUE", // required
|
|
@@ -982,7 +982,7 @@ declare const DescribeEventCommand_base: {
|
|
|
982
982
|
* // template: {
|
|
983
983
|
* // whatsapp: {
|
|
984
984
|
* // name: "STRING_VALUE", // required
|
|
985
|
-
* // parameters: [
|
|
985
|
+
* // parameters: [
|
|
986
986
|
* // {
|
|
987
987
|
* // name: "STRING_VALUE", // required
|
|
988
988
|
* // value: "STRING_VALUE", // required
|
|
@@ -61,7 +61,7 @@ export interface TemplateParameter {
|
|
|
61
61
|
*/
|
|
62
62
|
export interface TemplateWithParameters {
|
|
63
63
|
name: string;
|
|
64
|
-
parameters
|
|
64
|
+
parameters?: (TemplateParameter)[] | undefined;
|
|
65
65
|
}
|
|
66
66
|
/**
|
|
67
67
|
* @public
|
|
@@ -335,7 +335,7 @@ export interface CallParticipant {
|
|
|
335
335
|
*/
|
|
336
336
|
sipCallId?: string | undefined;
|
|
337
337
|
/**
|
|
338
|
-
* Represents a network endpoint consisting of a public IP address and a port number. Example: '
|
|
338
|
+
* Represents a network endpoint consisting of a public IP address and a port number. Example: '123.45.67.89:59317'
|
|
339
339
|
* @public
|
|
340
340
|
*/
|
|
341
341
|
publicAddress?: string | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wildix/wda-stream-client",
|
|
3
3
|
"description": "@wildix/wda-stream-client client",
|
|
4
|
-
"version": "1.1.
|
|
4
|
+
"version": "1.1.18",
|
|
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",
|