@ombori/grid-signals
Advanced tools
Comparing version 3.20.15 to 3.22.2
@@ -6,2 +6,10 @@ # Change Log | ||
## [3.22.2](https://github.com/ombori/gridapp/compare/v3.22.1...v3.22.2) (2023-02-22) | ||
**Note:** Version bump only for package @ombori/grid-signals | ||
## [3.20.15](https://github.com/ombori/gridapp/compare/v3.20.14...v3.20.15) (2023-02-16) | ||
@@ -8,0 +16,0 @@ |
@@ -26,2 +26,4 @@ "use strict"; | ||
return 'https://api.omborigrid.com/regions/us/signals/v1'; | ||
case types_1.DataResidencyEnum.QA: | ||
return 'https://api-qa.omborigrid.com/regions/qa/signals/v1'; | ||
default: | ||
@@ -28,0 +30,0 @@ throw new Error('Invalid data residency'); |
@@ -6,3 +6,4 @@ export declare enum DataResidencyEnum { | ||
'AU' = "AU", | ||
'IN' = "IN" | ||
'IN' = "IN", | ||
'QA' = "QA" | ||
} | ||
@@ -9,0 +10,0 @@ export declare enum DataRequestTypeEnum { |
@@ -11,2 +11,3 @@ "use strict"; | ||
DataResidencyEnum["IN"] = "IN"; | ||
DataResidencyEnum["QA"] = "QA"; | ||
})(DataResidencyEnum = exports.DataResidencyEnum || (exports.DataResidencyEnum = {})); | ||
@@ -13,0 +14,0 @@ var DataRequestTypeEnum; |
{ | ||
"name": "@ombori/grid-signals", | ||
"version": "3.20.15", | ||
"version": "3.22.2", | ||
"main": "dist/index.js", | ||
@@ -36,3 +36,3 @@ "scripts": { | ||
}, | ||
"gitHead": "c0c8a52dbee3df80dc850380a3ed9cceb51411ab" | ||
"gitHead": "2b748b14e3ffc3cc4e84297e16db032073b2fa0c" | ||
} |
@@ -29,2 +29,4 @@ import { DataResidencyEnum } from '../types'; | ||
return 'https://api.omborigrid.com/regions/us/signals/v1'; | ||
case DataResidencyEnum.QA: | ||
return 'https://api-qa.omborigrid.com/regions/qa/signals/v1'; | ||
default: | ||
@@ -31,0 +33,0 @@ throw new Error('Invalid data residency'); |
@@ -7,2 +7,3 @@ export enum DataResidencyEnum { | ||
'IN' = 'IN', | ||
'QA' = 'QA', | ||
} | ||
@@ -9,0 +10,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
157854
3770