@or-sdk/tables 0.24.4 → 0.25.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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,15 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [0.25.0](https://gitlab.com/onereach/platform/or-sdk-next/compare/@or-sdk/tables@0.24.4...@or-sdk/tables@0.25.0) (2022-07-27)
7
+
8
+
9
+ ### Features
10
+
11
+ * export related service-keys ([6959668](https://gitlab.com/onereach/platform/or-sdk-next/commit/69596684c513b6d078dd3fde7ca6885b852dfdfd))
12
+
13
+
14
+
6
15
  ### [0.24.4](https://gitlab.com/onereach/platform/or-sdk-next/compare/@or-sdk/tables@0.24.3...@or-sdk/tables@0.24.4) (2022-07-25)
7
16
 
8
17
 
@@ -1,5 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SERVICE_KEY = void 0;
3
+ exports.TABLES_SERVICE_KEY = exports.SERVICE_KEY = void 0;
4
4
  exports.SERVICE_KEY = 'tables-api';
5
+ exports.TABLES_SERVICE_KEY = exports.SERVICE_KEY;
5
6
  //# sourceMappingURL=constants.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"constants.js","sourceRoot":"","sources":["../../src/constants.ts"],"names":[],"mappings":";;;AAAa,QAAA,WAAW,GAAG,YAAY,CAAC"}
1
+ {"version":3,"file":"constants.js","sourceRoot":"","sources":["../../src/constants.ts"],"names":[],"mappings":";;;AAAa,QAAA,WAAW,GAAG,YAAY,CAAC;AAC3B,QAAA,kBAAkB,GAAG,mBAAW,CAAC"}
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.Tables = void 0;
17
+ exports.TABLES_SERVICE_KEY = exports.Tables = void 0;
18
18
  var Tables_1 = require("./Tables");
19
19
  Object.defineProperty(exports, "Tables", { enumerable: true, get: function () { return Tables_1.Tables; } });
20
20
  __exportStar(require("./types"), exports);
21
+ var constants_1 = require("./constants");
22
+ Object.defineProperty(exports, "TABLES_SERVICE_KEY", { enumerable: true, get: function () { return constants_1.TABLES_SERVICE_KEY; } });
21
23
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,mCAAkC;AAAzB,gGAAA,MAAM,OAAA;AACf,0CAAwB"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,mCAAkC;AAAzB,gGAAA,MAAM,OAAA;AACf,0CAAwB;AAExB,yCAAiD;AAAxC,+GAAA,kBAAkB,OAAA"}
@@ -1,2 +1,3 @@
1
1
  export const SERVICE_KEY = 'tables-api';
2
+ export const TABLES_SERVICE_KEY = SERVICE_KEY;
2
3
  //# 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,YAAY,CAAC"}
1
+ {"version":3,"file":"constants.js","sourceRoot":"","sources":["../../src/constants.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,WAAW,GAAG,YAAY,CAAC;AACxC,MAAM,CAAC,MAAM,kBAAkB,GAAG,WAAW,CAAC"}
package/dist/esm/index.js CHANGED
@@ -1,3 +1,4 @@
1
1
  export { Tables } from './Tables';
2
2
  export * from './types';
3
+ export { TABLES_SERVICE_KEY } from './constants';
3
4
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,cAAc,SAAS,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,cAAc,SAAS,CAAC;AAExB,OAAO,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAC"}
@@ -1,2 +1,3 @@
1
1
  export declare const SERVICE_KEY = "tables-api";
2
+ export declare const TABLES_SERVICE_KEY = "tables-api";
2
3
  //# 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,eAAe,CAAC"}
1
+ {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../src/constants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,WAAW,eAAe,CAAC;AACxC,eAAO,MAAM,kBAAkB,eAAc,CAAC"}
@@ -1,4 +1,5 @@
1
1
  export { Tables } from './Tables';
2
2
  export * from './types';
3
3
  export { PaginationOptions, OrderOptions } from '@or-sdk/base';
4
+ export { TABLES_SERVICE_KEY } from './constants';
4
5
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,cAAc,SAAS,CAAC;AACxB,OAAO,EAAE,iBAAiB,EAAE,YAAY,EAAE,MAAM,cAAc,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,cAAc,SAAS,CAAC;AACxB,OAAO,EAAE,iBAAiB,EAAE,YAAY,EAAE,MAAM,cAAc,CAAC;AAC/D,OAAO,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@or-sdk/tables",
3
- "version": "0.24.4",
3
+ "version": "0.25.0",
4
4
  "main": "dist/cjs/index.js",
5
5
  "module": "dist/esm/index.js",
6
6
  "types": "dist/types/index.d.ts",
@@ -29,5 +29,5 @@
29
29
  "publishConfig": {
30
30
  "access": "public"
31
31
  },
32
- "gitHead": "7bfcaf896a8caf2bd14a02f7876cc3da43b6ccce"
32
+ "gitHead": "2359a0fc3850132af47bd9e0766b62185e66c986"
33
33
  }
package/src/constants.ts CHANGED
@@ -1 +1,2 @@
1
1
  export const SERVICE_KEY = 'tables-api';
2
+ export const TABLES_SERVICE_KEY = SERVICE_KEY;
package/src/index.ts CHANGED
@@ -1,3 +1,4 @@
1
1
  export { Tables } from './Tables';
2
2
  export * from './types';
3
3
  export { PaginationOptions, OrderOptions } from '@or-sdk/base';
4
+ export { TABLES_SERVICE_KEY } from './constants';