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

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,12 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
11250
11247
  id: string;
11251
11248
  } | null;
11252
11249
  };
11250
+ developers: {
11251
+ id: string;
11252
+ lastname: string;
11253
+ firstname: string;
11254
+ }[];
11255
+ usersCount: number;
11253
11256
  };
11254
11257
  _output_out: {
11255
11258
  plan: {
@@ -11283,9 +11286,6 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
11283
11286
  };
11284
11287
  id: string;
11285
11288
  createdAt: Date;
11286
- users: {
11287
- userId: string;
11288
- }[];
11289
11289
  ownerId: string;
11290
11290
  blocked: boolean;
11291
11291
  name: string;
@@ -11301,6 +11301,12 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
11301
11301
  id: string;
11302
11302
  } | null;
11303
11303
  };
11304
+ developers: {
11305
+ id: string;
11306
+ lastname: string;
11307
+ firstname: string;
11308
+ }[];
11309
+ usersCount: number;
11304
11310
  };
11305
11311
  }, unknown>>;
11306
11312
  };
@@ -11366,9 +11372,6 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
11366
11372
  };
11367
11373
  id: string;
11368
11374
  createdAt: Date;
11369
- users: {
11370
- userId: string;
11371
- }[];
11372
11375
  ownerId: string;
11373
11376
  blocked: boolean;
11374
11377
  name: string;
@@ -11384,6 +11387,12 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
11384
11387
  id: string;
11385
11388
  } | null;
11386
11389
  };
11390
+ developers: {
11391
+ id: string;
11392
+ lastname: string;
11393
+ firstname: string;
11394
+ }[];
11395
+ usersCount: number;
11387
11396
  }[];
11388
11397
  _output_out: {
11389
11398
  plan: {
@@ -11417,9 +11426,6 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
11417
11426
  };
11418
11427
  id: string;
11419
11428
  createdAt: Date;
11420
- users: {
11421
- userId: string;
11422
- }[];
11423
11429
  ownerId: string;
11424
11430
  blocked: boolean;
11425
11431
  name: string;
@@ -11435,6 +11441,12 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
11435
11441
  id: string;
11436
11442
  } | null;
11437
11443
  };
11444
+ developers: {
11445
+ id: string;
11446
+ lastname: string;
11447
+ firstname: string;
11448
+ }[];
11449
+ usersCount: number;
11438
11450
  }[];
11439
11451
  }, unknown>>;
11440
11452
  };
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.6",
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.9",
78
78
  "@trpc/client": "10.45.2",
79
79
  "@trpc/server": "10.45.2",
80
80
  "@types/libsodium-wrappers-sumo": "^0.7.8",