@onecx/integration-interface 6.0.0-rc.10 → 6.0.0-rc.12

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/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@onecx/integration-interface",
3
- "version": "6.0.0-rc.10",
3
+ "version": "6.0.0-rc.12",
4
4
  "license": "Apache-2.0",
5
5
  "peerDependencies": {
6
6
  "tslib": "^2.6.3",
7
7
  "rxjs": "^7.8.1",
8
- "@onecx/accelerator": "^6.0.0-rc.10",
9
- "@onecx/nx-migration-utils": "^6.0.0-rc.10",
8
+ "@onecx/accelerator": "^6.0.0-rc.12",
9
+ "@onecx/nx-migration-utils": "^6.0.0-rc.12",
10
10
  "@nx/devkit": "^20.3.0",
11
11
  "@phenomnomnominal/tsquery": "^6",
12
12
  "typescript": "^5.5.4"
@@ -1,4 +1,4 @@
1
- import { SyncableTopic } from '@onecx/accelerator';
2
- export declare class PermissionsTopic extends SyncableTopic<string[]> {
1
+ import { Topic } from '@onecx/accelerator';
2
+ export declare class PermissionsTopic extends Topic<string[]> {
3
3
  constructor();
4
4
  }
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.PermissionsTopic = void 0;
4
4
  const accelerator_1 = require("@onecx/accelerator");
5
- class PermissionsTopic extends accelerator_1.SyncableTopic {
5
+ class PermissionsTopic extends accelerator_1.Topic {
6
6
  constructor() {
7
7
  super('permissions', 1);
8
8
  }
@@ -1 +1 @@
1
- {"version":3,"file":"permissions.topic.js","sourceRoot":"","sources":["../../../../../../../../libs/integration-interface/src/lib/topics/permissions/v1/permissions.topic.ts"],"names":[],"mappings":";;;AAAA,oDAAkD;AAElD,MAAa,gBAAiB,SAAQ,2BAAuB;IAC3D;QACE,KAAK,CAAC,aAAa,EAAE,CAAC,CAAC,CAAA;IACzB,CAAC;CACF;AAJD,4CAIC"}
1
+ {"version":3,"file":"permissions.topic.js","sourceRoot":"","sources":["../../../../../../../../libs/integration-interface/src/lib/topics/permissions/v1/permissions.topic.ts"],"names":[],"mappings":";;;AAAA,oDAA0C;AAE1C,MAAa,gBAAiB,SAAQ,mBAAe;IACnD;QACE,KAAK,CAAC,aAAa,EAAE,CAAC,CAAC,CAAA;IACzB,CAAC;CACF;AAJD,4CAIC"}