@secrecy/trpc-api-types 1.33.0-feat-orgs.19 → 1.33.0-feat-orgs.20

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.
Files changed (2) hide show
  1. package/dist/index.d.cts +10 -4
  2. package/package.json +1 -1
package/dist/index.d.cts CHANGED
@@ -1484,13 +1484,17 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
1484
1484
  }>;
1485
1485
  _meta: object;
1486
1486
  _ctx_out: {};
1487
- _input_in: typeof _trpc_server.unsetMarker;
1488
- _input_out: typeof _trpc_server.unsetMarker;
1487
+ _input_in: {
1488
+ sessionId?: string | undefined;
1489
+ };
1490
+ _input_out: {
1491
+ sessionId?: string | undefined;
1492
+ };
1489
1493
  _output_in: {
1490
- success: boolean;
1494
+ isDeleted: boolean;
1491
1495
  };
1492
1496
  _output_out: {
1493
- success: boolean;
1497
+ isDeleted: boolean;
1494
1498
  };
1495
1499
  }, unknown>;
1496
1500
  jwt: _trpc_server.BuildProcedure<"query", {
@@ -16532,9 +16536,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
16532
16536
  _ctx_out: {};
16533
16537
  _input_in: {
16534
16538
  isTemporary: boolean;
16539
+ sessionId?: string | undefined;
16535
16540
  };
16536
16541
  _input_out: {
16537
16542
  isTemporary: boolean;
16543
+ sessionId?: string | undefined;
16538
16544
  };
16539
16545
  _output_in: {
16540
16546
  isDeleted: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@secrecy/trpc-api-types",
3
- "version": "1.33.0-feat-orgs.19",
3
+ "version": "1.33.0-feat-orgs.20",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "access": "public"