@secrecy/trpc-api-types 1.33.0-feat-report-data-content.1 → 1.33.0-feat-report-data-content.3

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
@@ -1011,13 +1011,13 @@ declare const appRouter: _trpc_server.CreateRouterInner<_trpc_server.RootConfig<
1011
1011
  _ctx_out: {};
1012
1012
  _input_in: {
1013
1013
  orderBy: "DATE_ASC" | "DATE_DESC";
1014
- state: ("PENDING" | "TRACKED" | "trackED")[];
1014
+ state: ("PENDING" | "TRACKED" | "REJECTED")[];
1015
1015
  id?: string | undefined;
1016
1016
  md5?: string | undefined;
1017
1017
  };
1018
1018
  _input_out: {
1019
1019
  orderBy: "DATE_ASC" | "DATE_DESC";
1020
- state: ("PENDING" | "TRACKED" | "trackED")[];
1020
+ state: ("PENDING" | "TRACKED" | "REJECTED")[];
1021
1021
  id?: string | undefined;
1022
1022
  md5?: string | undefined;
1023
1023
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@secrecy/trpc-api-types",
3
- "version": "1.33.0-feat-report-data-content.1",
3
+ "version": "1.33.0-feat-report-data-content.3",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "access": "public"