@djaouad10/shared-types 1.0.22 → 1.0.23

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/index.d.ts +3 -3
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -744,9 +744,9 @@ declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
744
744
  phone: string;
745
745
  address: string;
746
746
  isFragile: boolean;
747
- phone2?: string | undefined;
748
- note?: string | undefined;
749
- gpsLink?: string | undefined;
747
+ phone2?: string | null | undefined;
748
+ note?: string | null | undefined;
749
+ gpsLink?: string | null | undefined;
750
750
  };
751
751
  };
752
752
  output: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@djaouad10/shared-types",
3
- "version": "1.0.22",
3
+ "version": "1.0.23",
4
4
  "types": "./index.d.ts",
5
5
  "publishConfig": {
6
6
  "access": "public"