@secrecy/lib 1.41.0-feat-remove-me-domain.5 → 1.41.0-feat-remove-me-domain.7

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.
@@ -11232,9 +11232,6 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
11232
11232
  };
11233
11233
  id: string;
11234
11234
  createdAt: Date;
11235
- users: {
11236
- userId: string;
11237
- }[];
11238
11235
  ownerId: string;
11239
11236
  blocked: boolean;
11240
11237
  name: string;
@@ -11250,6 +11247,16 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
11250
11247
  id: string;
11251
11248
  } | null;
11252
11249
  };
11250
+ developers: {
11251
+ user: {
11252
+ id: string;
11253
+ lastname: string;
11254
+ firstname: string;
11255
+ };
11256
+ id: string;
11257
+ role: "developer" | "admin";
11258
+ }[];
11259
+ usersCount: number;
11253
11260
  };
11254
11261
  _output_out: {
11255
11262
  plan: {
@@ -11283,9 +11290,6 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
11283
11290
  };
11284
11291
  id: string;
11285
11292
  createdAt: Date;
11286
- users: {
11287
- userId: string;
11288
- }[];
11289
11293
  ownerId: string;
11290
11294
  blocked: boolean;
11291
11295
  name: string;
@@ -11301,6 +11305,16 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
11301
11305
  id: string;
11302
11306
  } | null;
11303
11307
  };
11308
+ developers: {
11309
+ user: {
11310
+ id: string;
11311
+ lastname: string;
11312
+ firstname: string;
11313
+ };
11314
+ id: string;
11315
+ role: "developer" | "admin";
11316
+ }[];
11317
+ usersCount: number;
11304
11318
  };
11305
11319
  }, unknown>>;
11306
11320
  };
@@ -11366,9 +11380,6 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
11366
11380
  };
11367
11381
  id: string;
11368
11382
  createdAt: Date;
11369
- users: {
11370
- userId: string;
11371
- }[];
11372
11383
  ownerId: string;
11373
11384
  blocked: boolean;
11374
11385
  name: string;
@@ -11384,6 +11395,16 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
11384
11395
  id: string;
11385
11396
  } | null;
11386
11397
  };
11398
+ developers: {
11399
+ user: {
11400
+ id: string;
11401
+ lastname: string;
11402
+ firstname: string;
11403
+ };
11404
+ id: string;
11405
+ role: "developer" | "admin";
11406
+ }[];
11407
+ usersCount: number;
11387
11408
  }[];
11388
11409
  _output_out: {
11389
11410
  plan: {
@@ -11417,9 +11438,6 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
11417
11438
  };
11418
11439
  id: string;
11419
11440
  createdAt: Date;
11420
- users: {
11421
- userId: string;
11422
- }[];
11423
11441
  ownerId: string;
11424
11442
  blocked: boolean;
11425
11443
  name: string;
@@ -11435,6 +11453,16 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
11435
11453
  id: string;
11436
11454
  } | null;
11437
11455
  };
11456
+ developers: {
11457
+ user: {
11458
+ id: string;
11459
+ lastname: string;
11460
+ firstname: string;
11461
+ };
11462
+ id: string;
11463
+ role: "developer" | "admin";
11464
+ }[];
11465
+ usersCount: number;
11438
11466
  }[];
11439
11467
  }, unknown>>;
11440
11468
  };
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@secrecy/lib",
3
3
  "author": "Anonymize <anonymize@gmail.com>",
4
4
  "description": "Anonymize Secrecy Library",
5
- "version": "1.41.0-feat-remove-me-domain.5",
5
+ "version": "1.41.0-feat-remove-me-domain.7",
6
6
  "repository": {
7
7
  "type": "git",
8
8
  "url": "https://github.com/anonymize-org/lib.git"
@@ -74,7 +74,7 @@
74
74
  },
75
75
  "dependencies": {
76
76
  "@secrecy/lib-utils": "^1.0.18",
77
- "@secrecy/trpc-api-types": "1.33.0-feat-remove-me-domain.7",
77
+ "@secrecy/trpc-api-types": "1.33.0-feat-remove-me-domain.10",
78
78
  "@trpc/client": "10.45.2",
79
79
  "@trpc/server": "10.45.2",
80
80
  "@types/libsodium-wrappers-sumo": "^0.7.8",