@mercurjs/vendor 2.0.0-canary.90 → 2.0.0-canary.91

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.
@@ -168,13 +168,13 @@ declare const MediaSchema: z.ZodObject<{
168
168
  }, "strip", z.ZodTypeAny, {
169
169
  url: string;
170
170
  isThumbnail: boolean;
171
- file?: any;
172
171
  id?: string | undefined;
172
+ file?: any;
173
173
  }, {
174
174
  url: string;
175
175
  isThumbnail: boolean;
176
- file?: any;
177
176
  id?: string | undefined;
177
+ file?: any;
178
178
  }>;
179
179
  declare const ProductCreateVariantSchema: z.ZodObject<{
180
180
  should_create: z.ZodBoolean;
@@ -406,13 +406,13 @@ declare const ProductCreateBaseSchema: z.ZodObject<{
406
406
  }, "strip", z.ZodTypeAny, {
407
407
  url: string;
408
408
  isThumbnail: boolean;
409
- file?: any;
410
409
  id?: string | undefined;
410
+ file?: any;
411
411
  }, {
412
412
  url: string;
413
413
  isThumbnail: boolean;
414
- file?: any;
415
414
  id?: string | undefined;
415
+ file?: any;
416
416
  }>, "many">>;
417
417
  }, "strip", z.ZodTypeAny, {
418
418
  title: string;
@@ -456,8 +456,8 @@ declare const ProductCreateBaseSchema: z.ZodObject<{
456
456
  media?: {
457
457
  url: string;
458
458
  isThumbnail: boolean;
459
- file?: any;
460
459
  id?: string | undefined;
460
+ file?: any;
461
461
  }[] | undefined;
462
462
  collection_id?: string | undefined;
463
463
  type_id?: string | undefined;
@@ -517,8 +517,8 @@ declare const ProductCreateBaseSchema: z.ZodObject<{
517
517
  media?: {
518
518
  url: string;
519
519
  isThumbnail: boolean;
520
- file?: any;
521
520
  id?: string | undefined;
521
+ file?: any;
522
522
  }[] | undefined;
523
523
  collection_id?: string | undefined;
524
524
  type_id?: string | undefined;
@@ -670,13 +670,13 @@ declare const ProductCreateSchema: z.ZodEffects<z.ZodObject<{
670
670
  }, "strip", z.ZodTypeAny, {
671
671
  url: string;
672
672
  isThumbnail: boolean;
673
- file?: any;
674
673
  id?: string | undefined;
674
+ file?: any;
675
675
  }, {
676
676
  url: string;
677
677
  isThumbnail: boolean;
678
- file?: any;
679
678
  id?: string | undefined;
679
+ file?: any;
680
680
  }>, "many">>;
681
681
  }, "strip", z.ZodTypeAny, {
682
682
  title: string;
@@ -720,8 +720,8 @@ declare const ProductCreateSchema: z.ZodEffects<z.ZodObject<{
720
720
  media?: {
721
721
  url: string;
722
722
  isThumbnail: boolean;
723
- file?: any;
724
723
  id?: string | undefined;
724
+ file?: any;
725
725
  }[] | undefined;
726
726
  collection_id?: string | undefined;
727
727
  type_id?: string | undefined;
@@ -781,8 +781,8 @@ declare const ProductCreateSchema: z.ZodEffects<z.ZodObject<{
781
781
  media?: {
782
782
  url: string;
783
783
  isThumbnail: boolean;
784
- file?: any;
785
784
  id?: string | undefined;
785
+ file?: any;
786
786
  }[] | undefined;
787
787
  collection_id?: string | undefined;
788
788
  type_id?: string | undefined;
@@ -842,8 +842,8 @@ declare const ProductCreateSchema: z.ZodEffects<z.ZodObject<{
842
842
  media?: {
843
843
  url: string;
844
844
  isThumbnail: boolean;
845
- file?: any;
846
845
  id?: string | undefined;
846
+ file?: any;
847
847
  }[] | undefined;
848
848
  collection_id?: string | undefined;
849
849
  type_id?: string | undefined;
@@ -903,8 +903,8 @@ declare const ProductCreateSchema: z.ZodEffects<z.ZodObject<{
903
903
  media?: {
904
904
  url: string;
905
905
  isThumbnail: boolean;
906
- file?: any;
907
906
  id?: string | undefined;
907
+ file?: any;
908
908
  }[] | undefined;
909
909
  collection_id?: string | undefined;
910
910
  type_id?: string | undefined;
@@ -932,27 +932,27 @@ declare const EditProductMediaSchema: z.ZodObject<{
932
932
  }, "strip", z.ZodTypeAny, {
933
933
  url: string;
934
934
  isThumbnail: boolean;
935
- file?: any;
936
935
  id?: string | undefined;
936
+ file?: any;
937
937
  }, {
938
938
  url: string;
939
939
  isThumbnail: boolean;
940
- file?: any;
941
940
  id?: string | undefined;
941
+ file?: any;
942
942
  }>, "many">;
943
943
  }, "strip", z.ZodTypeAny, {
944
944
  media: {
945
945
  url: string;
946
946
  isThumbnail: boolean;
947
- file?: any;
948
947
  id?: string | undefined;
948
+ file?: any;
949
949
  }[];
950
950
  }, {
951
951
  media: {
952
952
  url: string;
953
953
  isThumbnail: boolean;
954
- file?: any;
955
954
  id?: string | undefined;
955
+ file?: any;
956
956
  }[];
957
957
  }>;
958
958
  declare const PRODUCT_CREATE_FORM_DEFAULTS: Partial<z.infer<typeof ProductCreateSchema>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mercurjs/vendor",
3
- "version": "2.0.0-canary.90",
3
+ "version": "2.0.0-canary.91",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/mercurjs/mercur",
@@ -29,8 +29,8 @@
29
29
  "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0"
30
30
  },
31
31
  "dependencies": {
32
- "@mercurjs/dashboard-shared": "2.0.0-canary.90",
33
- "@mercurjs/client": "2.0.0-canary.90",
32
+ "@mercurjs/dashboard-shared": "2.0.0-canary.91",
33
+ "@mercurjs/client": "2.0.0-canary.91",
34
34
  "@ariakit/react": "^0.4.15",
35
35
  "@babel/runtime": "^7.26.10",
36
36
  "@dnd-kit/core": "^6.1.0",