@secrecy/trpc-api-types 1.33.0-feat-orgs.13 → 1.33.0-feat-orgs.15

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 +16 -6
  2. package/package.json +1 -1
package/dist/index.d.cts CHANGED
@@ -158,7 +158,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
158
158
  id: string;
159
159
  }[];
160
160
  })[];
161
- currentUserId: string;
162
161
  };
163
162
  _output_out: {
164
163
  users: ({
@@ -173,7 +172,6 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
173
172
  id: string;
174
173
  }[];
175
174
  })[];
176
- currentUserId: string;
177
175
  };
178
176
  }, unknown>;
179
177
  }>;
@@ -1815,14 +1813,20 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
1815
1813
  godFather?: string | undefined;
1816
1814
  };
1817
1815
  _output_in: {
1818
- userId: string;
1819
1816
  sessionId: string;
1817
+ context: {
1818
+ userId: string;
1819
+ orgId: string;
1820
+ };
1820
1821
  } & {
1821
1822
  masterKeySalt: string;
1822
1823
  };
1823
1824
  _output_out: {
1824
- userId: string;
1825
1825
  sessionId: string;
1826
+ context: {
1827
+ userId: string;
1828
+ orgId: string;
1829
+ };
1826
1830
  } & {
1827
1831
  masterKeySalt: string;
1828
1832
  };
@@ -13149,10 +13153,12 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
13149
13153
  _input_in: {
13150
13154
  name: string;
13151
13155
  id: string;
13156
+ billingProfileStripeCustomerId: string | null;
13152
13157
  };
13153
13158
  _input_out: {
13154
13159
  name: string;
13155
13160
  id: string;
13161
+ billingProfileStripeCustomerId: string | null;
13156
13162
  };
13157
13163
  _output_in: {
13158
13164
  name: string;
@@ -14201,8 +14207,12 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
14201
14207
  }>;
14202
14208
  _meta: object;
14203
14209
  _ctx_out: {};
14204
- _input_in: {};
14205
- _input_out: {};
14210
+ _input_in: {
14211
+ id: string;
14212
+ };
14213
+ _input_out: {
14214
+ id: string;
14215
+ };
14206
14216
  _output_in: {
14207
14217
  url: string | null;
14208
14218
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@secrecy/trpc-api-types",
3
- "version": "1.33.0-feat-orgs.13",
3
+ "version": "1.33.0-feat-orgs.15",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "access": "public"