@fairandsmart/consents-ce 1.4.0 → 1.4.4

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/index.d.ts CHANGED
@@ -12,4 +12,4 @@ export * as SystemResource from './system';
12
12
  export * as TokensResource from './tokens';
13
13
  export * as UsersResource from './users';
14
14
  export { ConsentCollector } from './forms';
15
- export declare const version = "v1.3.3";
15
+ export declare const version = "v1.4.4 (ce)";
package/index.js CHANGED
@@ -43,4 +43,4 @@ exports.TokensResource = __importStar(require("./tokens"));
43
43
  exports.UsersResource = __importStar(require("./users"));
44
44
  var forms_1 = require("./forms");
45
45
  Object.defineProperty(exports, "ConsentCollector", { enumerable: true, get: function () { return forms_1.ConsentCollector; } });
46
- exports.version = "v1.3.3";
46
+ exports.version = "v1.4.4 (ce)";
@@ -196,7 +196,7 @@ export interface ModelFilter {
196
196
  order?: string;
197
197
  direction?: SortDirection;
198
198
  tags?: string[];
199
- shared?: boolean;
199
+ shared?: boolean[];
200
200
  }
201
201
  export interface PreviewDto {
202
202
  language: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fairandsmart/consents-ce",
3
- "version": "1.4.0",
3
+ "version": "1.4.4",
4
4
  "description": "TypeScript mappings for the Fair&Smart's Right Consents Community features",
5
5
  "sideEffects": false,
6
6
  "scripts": {},
@@ -1,5 +1,4 @@
1
1
  export interface CreatePeerDto {
2
- name: string;
3
2
  url: string;
4
3
  apiKey: string;
5
4
  withCounterPart: boolean;