bruce-models 2.4.9 → 2.5.1
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/dist/bruce-models.umd.js
CHANGED
|
@@ -4520,7 +4520,7 @@
|
|
|
4520
4520
|
// Unused if IS_SELF_MANAGED is false.
|
|
4521
4521
|
ENVIRONMENT.PARAMS = {
|
|
4522
4522
|
accountId: "",
|
|
4523
|
-
env: exports.Api.EEnv.
|
|
4523
|
+
env: exports.Api.EEnv.UAT,
|
|
4524
4524
|
sessionId: ""
|
|
4525
4525
|
};
|
|
4526
4526
|
function Api$$1() {
|
|
@@ -4533,7 +4533,7 @@
|
|
|
4533
4533
|
if (!_getters) {
|
|
4534
4534
|
_getters = new ApiGetters({
|
|
4535
4535
|
accountId: ENVIRONMENT.PARAMS.accountId,
|
|
4536
|
-
env: ENVIRONMENT.PARAMS.env,
|
|
4536
|
+
env: ENVIRONMENT.PARAMS.env ? ENVIRONMENT.PARAMS.env : exports.Api.EEnv.UAT,
|
|
4537
4537
|
sessionId: ENVIRONMENT.PARAMS.sessionId
|
|
4538
4538
|
});
|
|
4539
4539
|
}
|