genesys-cloud-service-discovery-web 3.0.457 → 3.0.459
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/index.js +18 -0
- package/index.umd.js +18 -0
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -132,6 +132,15 @@ var _environments = [
|
|
|
132
132
|
publicDomainAliases: [
|
|
133
133
|
]
|
|
134
134
|
},
|
|
135
|
+
{
|
|
136
|
+
name: "prod-apse1",
|
|
137
|
+
env: "prod",
|
|
138
|
+
region: "ap-southeast-1",
|
|
139
|
+
status: "beta",
|
|
140
|
+
publicDomainName: "apse1.pure.cloud",
|
|
141
|
+
publicDomainAliases: [
|
|
142
|
+
]
|
|
143
|
+
},
|
|
135
144
|
{
|
|
136
145
|
name: "prod-apse2",
|
|
137
146
|
env: "prod",
|
|
@@ -195,6 +204,15 @@ var _environments = [
|
|
|
195
204
|
publicDomainAliases: [
|
|
196
205
|
]
|
|
197
206
|
},
|
|
207
|
+
{
|
|
208
|
+
name: "prod-mxc1",
|
|
209
|
+
env: "prod",
|
|
210
|
+
region: "mx-central-1",
|
|
211
|
+
status: "beta",
|
|
212
|
+
publicDomainName: "mxc1.pure.cloud",
|
|
213
|
+
publicDomainAliases: [
|
|
214
|
+
]
|
|
215
|
+
},
|
|
198
216
|
{
|
|
199
217
|
name: "prod-sae1",
|
|
200
218
|
env: "prod",
|
package/index.umd.js
CHANGED
|
@@ -875,6 +875,15 @@
|
|
|
875
875
|
publicDomainAliases: [
|
|
876
876
|
]
|
|
877
877
|
},
|
|
878
|
+
{
|
|
879
|
+
name: "prod-apse1",
|
|
880
|
+
env: "prod",
|
|
881
|
+
region: "ap-southeast-1",
|
|
882
|
+
status: "beta",
|
|
883
|
+
publicDomainName: "apse1.pure.cloud",
|
|
884
|
+
publicDomainAliases: [
|
|
885
|
+
]
|
|
886
|
+
},
|
|
878
887
|
{
|
|
879
888
|
name: "prod-apse2",
|
|
880
889
|
env: "prod",
|
|
@@ -938,6 +947,15 @@
|
|
|
938
947
|
publicDomainAliases: [
|
|
939
948
|
]
|
|
940
949
|
},
|
|
950
|
+
{
|
|
951
|
+
name: "prod-mxc1",
|
|
952
|
+
env: "prod",
|
|
953
|
+
region: "mx-central-1",
|
|
954
|
+
status: "beta",
|
|
955
|
+
publicDomainName: "mxc1.pure.cloud",
|
|
956
|
+
publicDomainAliases: [
|
|
957
|
+
]
|
|
958
|
+
},
|
|
941
959
|
{
|
|
942
960
|
name: "prod-sae1",
|
|
943
961
|
env: "prod",
|
package/package.json
CHANGED