purecloud-flow-scripting-api-sdk-javascript 0.56.1 → 0.56.2

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,6 +1,6 @@
1
1
  {
2
2
  "name": "purecloud-flow-scripting-api-sdk-javascript",
3
- "version": "0.56.1",
3
+ "version": "0.56.2",
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",
@@ -3799,12 +3799,15 @@ string values.</p>
3799
3799
  &nbsp;&nbsp;test: 'test', // used internally by Genesys
3800
3800
  &nbsp;&nbsp;prod_ap_northeast_1: 'prod_ap_northeast_1',
3801
3801
  &nbsp;&nbsp;prod_ap_northeast_2: 'prod_ap_northeast_2',
3802
- &nbsp;&nbsp;prod_ap_southeast_2: 'prod_ap_southeast_2',
3802
+ &nbsp;&nbsp;prod_ap_northeast_3: 'prod_ap_northeast_3',
3803
3803
  &nbsp;&nbsp;prod_ap_south_1: 'prod_ap_south_1',
3804
+ &nbsp;&nbsp;prod_ap_southeast_2: 'prod_ap_southeast_2',
3804
3805
  &nbsp;&nbsp;prod_ca_central_1: 'prod_ca_central_1',
3805
3806
  &nbsp;&nbsp;prod_eu_central_1: 'prod_eu_central_1',
3807
+ &nbsp;&nbsp;prod_eu_central_2: 'prod_eu_central_2',
3806
3808
  &nbsp;&nbsp;prod_eu_west_1: 'prod_eu_west_1',
3807
3809
  &nbsp;&nbsp;prod_eu_west_2: 'prod_eu_west_2',
3810
+ &nbsp;&nbsp;prod_me_central_1: 'prod_me_central_1',
3808
3811
  &nbsp;&nbsp;prod_sa_east_1: 'prod_sa_east_1',
3809
3812
  &nbsp;&nbsp;prod_us_east_1: 'prod_us_east_1',
3810
3813
  &nbsp;&nbsp;prod_us_east_2: 'prod_us_east_2',
@@ -60,6 +60,11 @@
60
60
 
61
61
  <section>
62
62
  <article class="readme"><h2>Change Log</h2>
63
+ <h1>0.56.2</h1>
64
+ <h4>Improvements</h4>
65
+ <ul>
66
+ <li>We made internal stability improvements within Architect Scripting.</li>
67
+ </ul>
63
68
  <h1>0.56.1</h1>
64
69
  <h4>Bug Fixes</h4>
65
70
  <ul>
@@ -552,12 +552,15 @@ export class ArchEnums {
552
552
  * &nbsp;&nbsp;test: 'test', // used internally by Genesys
553
553
  * &nbsp;&nbsp;prod_ap_northeast_1: 'prod_ap_northeast_1',
554
554
  * &nbsp;&nbsp;prod_ap_northeast_2: 'prod_ap_northeast_2',
555
- * &nbsp;&nbsp;prod_ap_southeast_2: 'prod_ap_southeast_2',
555
+ * &nbsp;&nbsp;prod_ap_northeast_3: 'prod_ap_northeast_3',
556
556
  * &nbsp;&nbsp;prod_ap_south_1: 'prod_ap_south_1',
557
+ * &nbsp;&nbsp;prod_ap_southeast_2: 'prod_ap_southeast_2',
557
558
  * &nbsp;&nbsp;prod_ca_central_1: 'prod_ca_central_1',
558
559
  * &nbsp;&nbsp;prod_eu_central_1: 'prod_eu_central_1',
560
+ * &nbsp;&nbsp;prod_eu_central_2: 'prod_eu_central_2',
559
561
  * &nbsp;&nbsp;prod_eu_west_1: 'prod_eu_west_1',
560
562
  * &nbsp;&nbsp;prod_eu_west_2: 'prod_eu_west_2',
563
+ * &nbsp;&nbsp;prod_me_central_1: 'prod_me_central_1',
561
564
  * &nbsp;&nbsp;prod_sa_east_1: 'prod_sa_east_1',
562
565
  * &nbsp;&nbsp;prod_us_east_1: 'prod_us_east_1',
563
566
  * &nbsp;&nbsp;prod_us_east_2: 'prod_us_east_2',
@@ -565,7 +568,7 @@ export class ArchEnums {
565
568
  * }
566
569
  * ```
567
570
  */
568
- readonly LOCATIONS: {"dev":"dev","prod_ap_northeast_1":"prod_ap_northeast_1","prod_ap_northeast_2":"prod_ap_northeast_2","prod_ap_northeast_3":"prod_ap_northeast_3","prod_ap_south_1":"prod_ap_south_1","prod_ap_southeast_2":"prod_ap_southeast_2","prod_ca_central_1":"prod_ca_central_1","prod_eu_central_1":"prod_eu_central_1","prod_eu_central_2":"prod_eu_central_2","prod_eu_west_1":"prod_eu_west_1","prod_eu_west_2":"prod_eu_west_2","prod_me_central_1":"prod_me_central_1","prod_sa_east_1":"prod_sa_east_1","prod_us_east_1":"prod_us_east_1","prod_us_east_2":"prod_us_east_2","prod_us_west_2":"prod_us_west_2","test":"test"};
571
+ readonly LOCATIONS: {"dev":"dev","prod_ap_northeast_1":"prod_ap_northeast_1","prod_ap_northeast_2":"prod_ap_northeast_2","prod_ap_northeast_3":"prod_ap_northeast_3","prod_ap_south_1":"prod_ap_south_1","prod_ap_southeast_1":"prod_ap_southeast_1","prod_ap_southeast_2":"prod_ap_southeast_2","prod_ca_central_1":"prod_ca_central_1","prod_eu_central_1":"prod_eu_central_1","prod_eu_central_2":"prod_eu_central_2","prod_eu_west_1":"prod_eu_west_1","prod_eu_west_2":"prod_eu_west_2","prod_me_central_1":"prod_me_central_1","prod_mx_central_1":"prod_mx_central_1","prod_sa_east_1":"prod_sa_east_1","prod_us_east_1":"prod_us_east_1","prod_us_east_2":"prod_us_east_2","prod_us_west_2":"prod_us_west_2","test":"test"};
569
572
  /**
570
573
  * Returns a string array that contains all valid location strings.
571
574
  */
package/types.d.ts CHANGED
@@ -552,12 +552,15 @@ export class ArchEnums {
552
552
  * &nbsp;&nbsp;test: 'test', // used internally by Genesys
553
553
  * &nbsp;&nbsp;prod_ap_northeast_1: 'prod_ap_northeast_1',
554
554
  * &nbsp;&nbsp;prod_ap_northeast_2: 'prod_ap_northeast_2',
555
- * &nbsp;&nbsp;prod_ap_southeast_2: 'prod_ap_southeast_2',
555
+ * &nbsp;&nbsp;prod_ap_northeast_3: 'prod_ap_northeast_3',
556
556
  * &nbsp;&nbsp;prod_ap_south_1: 'prod_ap_south_1',
557
+ * &nbsp;&nbsp;prod_ap_southeast_2: 'prod_ap_southeast_2',
557
558
  * &nbsp;&nbsp;prod_ca_central_1: 'prod_ca_central_1',
558
559
  * &nbsp;&nbsp;prod_eu_central_1: 'prod_eu_central_1',
560
+ * &nbsp;&nbsp;prod_eu_central_2: 'prod_eu_central_2',
559
561
  * &nbsp;&nbsp;prod_eu_west_1: 'prod_eu_west_1',
560
562
  * &nbsp;&nbsp;prod_eu_west_2: 'prod_eu_west_2',
563
+ * &nbsp;&nbsp;prod_me_central_1: 'prod_me_central_1',
561
564
  * &nbsp;&nbsp;prod_sa_east_1: 'prod_sa_east_1',
562
565
  * &nbsp;&nbsp;prod_us_east_1: 'prod_us_east_1',
563
566
  * &nbsp;&nbsp;prod_us_east_2: 'prod_us_east_2',
@@ -565,7 +568,7 @@ export class ArchEnums {
565
568
  * }
566
569
  * ```
567
570
  */
568
- readonly LOCATIONS: {"dev":"dev","prod_ap_northeast_1":"prod_ap_northeast_1","prod_ap_northeast_2":"prod_ap_northeast_2","prod_ap_northeast_3":"prod_ap_northeast_3","prod_ap_south_1":"prod_ap_south_1","prod_ap_southeast_2":"prod_ap_southeast_2","prod_ca_central_1":"prod_ca_central_1","prod_eu_central_1":"prod_eu_central_1","prod_eu_central_2":"prod_eu_central_2","prod_eu_west_1":"prod_eu_west_1","prod_eu_west_2":"prod_eu_west_2","prod_me_central_1":"prod_me_central_1","prod_sa_east_1":"prod_sa_east_1","prod_us_east_1":"prod_us_east_1","prod_us_east_2":"prod_us_east_2","prod_us_west_2":"prod_us_west_2","test":"test"};
571
+ readonly LOCATIONS: {"dev":"dev","prod_ap_northeast_1":"prod_ap_northeast_1","prod_ap_northeast_2":"prod_ap_northeast_2","prod_ap_northeast_3":"prod_ap_northeast_3","prod_ap_south_1":"prod_ap_south_1","prod_ap_southeast_1":"prod_ap_southeast_1","prod_ap_southeast_2":"prod_ap_southeast_2","prod_ca_central_1":"prod_ca_central_1","prod_eu_central_1":"prod_eu_central_1","prod_eu_central_2":"prod_eu_central_2","prod_eu_west_1":"prod_eu_west_1","prod_eu_west_2":"prod_eu_west_2","prod_me_central_1":"prod_me_central_1","prod_mx_central_1":"prod_mx_central_1","prod_sa_east_1":"prod_sa_east_1","prod_us_east_1":"prod_us_east_1","prod_us_east_2":"prod_us_east_2","prod_us_west_2":"prod_us_west_2","test":"test"};
569
572
  /**
570
573
  * Returns a string array that contains all valid location strings.
571
574
  */