@fairandsmart/consents-ce 1.4.0 → 1.4.1

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.
@@ -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.1",
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;