purecloud-flow-scripting-api-sdk-javascript 0.66.6 → 0.67.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/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "purecloud-flow-scripting-api-sdk-javascript",
3
- "version": "0.66.6",
3
+ "version": "0.67.0",
4
4
  "description": "JavaScript library for creating, editing, and managing Genesys Cloud Architect flows",
5
5
  "main": "build-scripting/release/scripting.bundle.js",
6
6
  "author": "Genesys",
7
7
  "license": "MIT",
8
8
  "dependencies": {
9
- "ws": "8.20.1"
9
+ "ws": "8.21.0"
10
10
  },
11
11
  "devDependencies": {
12
12
  "axios": "1.16.1",
package/types.d.ts CHANGED
@@ -13619,7 +13619,7 @@ export class ArchBaseMenuChoice extends ArchBaseMenu {
13619
13619
  */
13620
13620
  speechRecTermsAreGlobal: boolean;
13621
13621
  /**
13622
- * The integer tracking identifier for this menu choice. This is the numeric identifier is displayed in the Architect user interface.
13622
+ * The integer tracking identifier for this menu choice. This is the numeric identifier that is displayed in the Architect user interface.
13623
13623
  */
13624
13624
  readonly trackingId: number;
13625
13625
  /**