bruce-models 2.5.0 → 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.es5.js
CHANGED
|
@@ -4544,7 +4544,7 @@ var ENVIRONMENT;
|
|
|
4544
4544
|
// Unused if IS_SELF_MANAGED is false.
|
|
4545
4545
|
ENVIRONMENT.PARAMS = {
|
|
4546
4546
|
accountId: "",
|
|
4547
|
-
env: Api.EEnv.
|
|
4547
|
+
env: Api.EEnv.UAT,
|
|
4548
4548
|
sessionId: ""
|
|
4549
4549
|
};
|
|
4550
4550
|
function Api$$1() {
|
|
@@ -4557,7 +4557,7 @@ var ENVIRONMENT;
|
|
|
4557
4557
|
if (!_getters) {
|
|
4558
4558
|
_getters = new ApiGetters({
|
|
4559
4559
|
accountId: ENVIRONMENT.PARAMS.accountId,
|
|
4560
|
-
env: ENVIRONMENT.PARAMS.env,
|
|
4560
|
+
env: ENVIRONMENT.PARAMS.env ? ENVIRONMENT.PARAMS.env : Api.EEnv.UAT,
|
|
4561
4561
|
sessionId: ENVIRONMENT.PARAMS.sessionId
|
|
4562
4562
|
});
|
|
4563
4563
|
}
|