@secrecy/trpc-api-types 1.12.0-integration-remove-appcode.1 → 1.12.0-integration-remove-appcode.2

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.ts +4 -4
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -9008,11 +9008,11 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
9008
9008
  ls: TranslationFunctions;
9009
9009
  };
9010
9010
  _input_in: {
9011
- appCode: string;
9011
+ appId: string;
9012
9012
  invoiceId: string;
9013
9013
  };
9014
9014
  _input_out: {
9015
- appCode: string;
9015
+ appId: string;
9016
9016
  invoiceId: string;
9017
9017
  };
9018
9018
  _output_in: {
@@ -9102,10 +9102,10 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
9102
9102
  ls: TranslationFunctions;
9103
9103
  };
9104
9104
  _input_in: {
9105
- appCode: string;
9105
+ appId: string;
9106
9106
  };
9107
9107
  _input_out: {
9108
- appCode: string;
9108
+ appId: string;
9109
9109
  };
9110
9110
  _output_in: {
9111
9111
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@secrecy/trpc-api-types",
3
- "version": "1.12.0-integration-remove-appcode.1",
3
+ "version": "1.12.0-integration-remove-appcode.2",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "access": "public"