@djaouad10/shared-types 1.0.29 → 1.0.30

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 +1 -1
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -890,7 +890,7 @@ declare const appRouter: import("@trpc/server").TRPCBuiltRouter<{
890
890
  }>;
891
891
  update: import("@trpc/server").TRPCMutationProcedure<{
892
892
  input: {
893
- varaitionId: string;
893
+ variationId: string;
894
894
  data: {
895
895
  totalQty?: number | undefined;
896
896
  weightInGrams?: number | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@djaouad10/shared-types",
3
- "version": "1.0.29",
3
+ "version": "1.0.30",
4
4
  "types": "./index.d.ts",
5
5
  "publishConfig": {
6
6
  "access": "public"