@secrecy/lib 1.41.0-feat-remove-me-domain.6 → 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.
@@ -11248,9 +11248,13 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
11248
11248
  } | null;
11249
11249
  };
11250
11250
  developers: {
11251
+ user: {
11252
+ id: string;
11253
+ lastname: string;
11254
+ firstname: string;
11255
+ };
11251
11256
  id: string;
11252
- lastname: string;
11253
- firstname: string;
11257
+ role: "developer" | "admin";
11254
11258
  }[];
11255
11259
  usersCount: number;
11256
11260
  };
@@ -11302,9 +11306,13 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
11302
11306
  } | null;
11303
11307
  };
11304
11308
  developers: {
11309
+ user: {
11310
+ id: string;
11311
+ lastname: string;
11312
+ firstname: string;
11313
+ };
11305
11314
  id: string;
11306
- lastname: string;
11307
- firstname: string;
11315
+ role: "developer" | "admin";
11308
11316
  }[];
11309
11317
  usersCount: number;
11310
11318
  };
@@ -11388,9 +11396,13 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
11388
11396
  } | null;
11389
11397
  };
11390
11398
  developers: {
11399
+ user: {
11400
+ id: string;
11401
+ lastname: string;
11402
+ firstname: string;
11403
+ };
11391
11404
  id: string;
11392
- lastname: string;
11393
- firstname: string;
11405
+ role: "developer" | "admin";
11394
11406
  }[];
11395
11407
  usersCount: number;
11396
11408
  }[];
@@ -11442,9 +11454,13 @@ export declare const createTRPCClient: (session?: string | null | undefined, onA
11442
11454
  } | null;
11443
11455
  };
11444
11456
  developers: {
11457
+ user: {
11458
+ id: string;
11459
+ lastname: string;
11460
+ firstname: string;
11461
+ };
11445
11462
  id: string;
11446
- lastname: string;
11447
- firstname: string;
11463
+ role: "developer" | "admin";
11448
11464
  }[];
11449
11465
  usersCount: number;
11450
11466
  }[];
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.6",
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.9",
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",