@edifice.io/edifice-ent-client 6.8.0-develop-b2school.1760360527214 → 6.8.0-zookeeper.1763112353055

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 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAkBA,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC"}
@@ -241,10 +241,10 @@ export interface RegisterNotificationBatchRequestDTO {
241
241
  }
242
242
  export interface RegisterNotificationRequestDTO {
243
243
  appAddress?: string;
244
- defaultFrequency?: "NEVER" | "IMMEDIATE" | "DAILY" | "WEEKLY";
244
+ defaultFrequency?: 'NEVER' | 'IMMEDIATE' | 'DAILY' | 'WEEKLY';
245
245
  eventType?: string;
246
246
  pushNotif?: boolean;
247
- restriction?: "INTERNAL" | "EXTERNAL" | "NONE" | "HIDDEN";
247
+ restriction?: 'INTERNAL' | 'EXTERNAL' | 'NONE' | 'HIDDEN';
248
248
  template?: string;
249
249
  type?: string;
250
250
  }
@@ -350,7 +350,7 @@ export interface SessionDto {
350
350
  }
351
351
  export interface SharesResponseDTO {
352
352
  id?: string;
353
- kind?: "Group" | "User";
353
+ kind?: 'Group' | 'User';
354
354
  permissions?: string[];
355
355
  }
356
356
  export interface StructureDto {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@edifice.io/edifice-ent-client",
3
- "version": "6.8.0-develop-b2school.1760360527214",
3
+ "version": "6.8.0-zookeeper.1763112353055",
4
4
  "description": "Clients to interact with ent-nats-service",
5
5
  "keywords": [],
6
6
  "author": "Edifice",