@secrecy/trpc-api-types 1.33.0-feat-orgs.9 → 1.33.0-feat-orgs.10

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 +2 -2
  2. package/package.json +1 -1
package/dist/index.d.cts CHANGED
@@ -12679,10 +12679,10 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
12679
12679
  _meta: object;
12680
12680
  _ctx_out: {};
12681
12681
  _input_in: {
12682
- prorate: boolean;
12682
+ waitUntilPeriodEnd: boolean;
12683
12683
  };
12684
12684
  _input_out: {
12685
- prorate: boolean;
12685
+ waitUntilPeriodEnd: boolean;
12686
12686
  };
12687
12687
  _output_in: {
12688
12688
  isCancelled: 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.9",
3
+ "version": "1.33.0-feat-orgs.10",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "access": "public"