@or-sdk/idw 4.8.4-beta.1946.0 → 4.8.4-beta.1980.0

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.
@@ -1,6 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.IDW_PROVIDER_NAME_SPACE = exports.SERVICE_KEY = void 0;
3
+ exports.IdwExceptionsCodes = exports.IDW_PROVIDER_NAME_SPACE = exports.SERVICE_KEY = void 0;
4
4
  exports.SERVICE_KEY = 'idw';
5
5
  exports.IDW_PROVIDER_NAME_SPACE = 'idw-provider';
6
+ var IdwExceptionsCodes;
7
+ (function (IdwExceptionsCodes) {
8
+ IdwExceptionsCodes["NON_IDW_ACCOUNT"] = "NON_IDW_ACCOUNT";
9
+ })(IdwExceptionsCodes = exports.IdwExceptionsCodes || (exports.IdwExceptionsCodes = {}));
6
10
  //# sourceMappingURL=constants.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"constants.js","sourceRoot":"","sources":["../../src/constants.ts"],"names":[],"mappings":";;;AAAa,QAAA,WAAW,GAAG,KAAK,CAAC;AACpB,QAAA,uBAAuB,GAAG,cAAc,CAAC"}
1
+ {"version":3,"file":"constants.js","sourceRoot":"","sources":["../../src/constants.ts"],"names":[],"mappings":";;;AAAa,QAAA,WAAW,GAAG,KAAK,CAAC;AACpB,QAAA,uBAAuB,GAAG,cAAc,CAAC;AAEtD,IAAY,kBAEX;AAFD,WAAY,kBAAkB;IAC5B,yDAAkC,CAAA;AACpC,CAAC,EAFW,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAE7B"}
package/dist/cjs/index.js CHANGED
@@ -14,8 +14,10 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
- exports.IdwApi = void 0;
17
+ exports.IdwExceptionsCodes = exports.IdwApi = void 0;
18
18
  __exportStar(require("./types"), exports);
19
19
  var idwApi_1 = require("./idwApi");
20
20
  Object.defineProperty(exports, "IdwApi", { enumerable: true, get: function () { return idwApi_1.IdwApi; } });
21
+ var constants_1 = require("./constants");
22
+ Object.defineProperty(exports, "IdwExceptionsCodes", { enumerable: true, get: function () { return constants_1.IdwExceptionsCodes; } });
21
23
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,0CAAwB;AACxB,mCAAkC;AAAzB,gGAAA,MAAM,OAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,0CAAwB;AACxB,mCAAkC;AAAzB,gGAAA,MAAM,OAAA;AACf,yCAAiD;AAAxC,+GAAA,kBAAkB,OAAA"}
@@ -1,3 +1,7 @@
1
1
  export const SERVICE_KEY = 'idw';
2
2
  export const IDW_PROVIDER_NAME_SPACE = 'idw-provider';
3
+ export var IdwExceptionsCodes;
4
+ (function (IdwExceptionsCodes) {
5
+ IdwExceptionsCodes["NON_IDW_ACCOUNT"] = "NON_IDW_ACCOUNT";
6
+ })(IdwExceptionsCodes || (IdwExceptionsCodes = {}));
3
7
  //# sourceMappingURL=constants.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"constants.js","sourceRoot":"","sources":["../../src/constants.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,WAAW,GAAG,KAAK,CAAC;AACjC,MAAM,CAAC,MAAM,uBAAuB,GAAG,cAAc,CAAC"}
1
+ {"version":3,"file":"constants.js","sourceRoot":"","sources":["../../src/constants.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,WAAW,GAAG,KAAK,CAAC;AACjC,MAAM,CAAC,MAAM,uBAAuB,GAAG,cAAc,CAAC;AAEtD,MAAM,CAAN,IAAY,kBAEX;AAFD,WAAY,kBAAkB;IAC5B,yDAAkC,CAAA;AACpC,CAAC,EAFW,kBAAkB,KAAlB,kBAAkB,QAE7B"}
package/dist/esm/index.js CHANGED
@@ -1,3 +1,4 @@
1
1
  export * from './types';
2
2
  export { IdwApi } from './idwApi';
3
+ export { IdwExceptionsCodes } from './constants';
3
4
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC;AACxB,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC;AACxB,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,OAAO,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAC"}
@@ -1,3 +1,6 @@
1
1
  export declare const SERVICE_KEY = "idw";
2
2
  export declare const IDW_PROVIDER_NAME_SPACE = "idw-provider";
3
+ export declare enum IdwExceptionsCodes {
4
+ NON_IDW_ACCOUNT = "NON_IDW_ACCOUNT"
5
+ }
3
6
  //# sourceMappingURL=constants.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../src/constants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,WAAW,QAAQ,CAAC;AACjC,eAAO,MAAM,uBAAuB,iBAAiB,CAAC"}
1
+ {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../src/constants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,WAAW,QAAQ,CAAC;AACjC,eAAO,MAAM,uBAAuB,iBAAiB,CAAC;AAEtD,oBAAY,kBAAkB;IAC5B,eAAe,oBAAmB;CACnC"}
@@ -1,3 +1,4 @@
1
1
  export * from './types';
2
2
  export { IdwApi } from './idwApi';
3
+ export { IdwExceptionsCodes } from './constants';
3
4
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC;AACxB,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC;AACxB,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,OAAO,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAC"}
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "4.8.4-beta.1946.0",
2
+ "version": "4.8.4-beta.1980.0",
3
3
  "name": "@or-sdk/idw",
4
4
  "main": "dist/cjs/index.js",
5
5
  "module": "dist/esm/index.js",
@@ -24,8 +24,8 @@
24
24
  "access": "public"
25
25
  },
26
26
  "dependencies": {
27
- "@or-sdk/base": "^0.29.1-beta.1946.0",
28
- "@or-sdk/deployer": "^1.1.7-beta.1946.0",
29
- "@or-sdk/providers": "^0.2.7-beta.1946.0"
27
+ "@or-sdk/base": "^0.29.0",
28
+ "@or-sdk/deployer": "^1.1.6",
29
+ "@or-sdk/providers": "^0.2.6"
30
30
  }
31
31
  }
package/src/constants.ts CHANGED
@@ -1,2 +1,6 @@
1
1
  export const SERVICE_KEY = 'idw';
2
2
  export const IDW_PROVIDER_NAME_SPACE = 'idw-provider';
3
+
4
+ export enum IdwExceptionsCodes {
5
+ NON_IDW_ACCOUNT= 'NON_IDW_ACCOUNT',
6
+ }
package/src/index.ts CHANGED
@@ -1,2 +1,3 @@
1
1
  export * from './types';
2
2
  export { IdwApi } from './idwApi';
3
+ export { IdwExceptionsCodes } from './constants';