@mercurjs/admin 2.0.0-canary.97 → 2.0.0-canary.99

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.
@@ -2364,7 +2364,7 @@ declare const CreatePromotionSchema: z.ZodEffects<z.ZodObject<{
2364
2364
  value: string | number;
2365
2365
  type: "fixed" | "percentage";
2366
2366
  target_type: "order" | "items" | "shipping_methods";
2367
- allocation: "each" | "across" | "once";
2367
+ allocation: "once" | "each" | "across";
2368
2368
  target_rules: {
2369
2369
  values: string | number | string[];
2370
2370
  operator: string;
@@ -2389,7 +2389,7 @@ declare const CreatePromotionSchema: z.ZodEffects<z.ZodObject<{
2389
2389
  value: string | number;
2390
2390
  type: "fixed" | "percentage";
2391
2391
  target_type: "order" | "items" | "shipping_methods";
2392
- allocation: "each" | "across" | "once";
2392
+ allocation: "once" | "each" | "across";
2393
2393
  target_rules: {
2394
2394
  values: string | number | string[];
2395
2395
  operator: string;
@@ -2476,7 +2476,7 @@ declare const CreatePromotionSchema: z.ZodEffects<z.ZodObject<{
2476
2476
  value: string | number;
2477
2477
  type: "fixed" | "percentage";
2478
2478
  target_type: "order" | "items" | "shipping_methods";
2479
- allocation: "each" | "across" | "once";
2479
+ allocation: "once" | "each" | "across";
2480
2480
  target_rules: {
2481
2481
  values: string | number | string[];
2482
2482
  operator: string;
@@ -2533,7 +2533,7 @@ declare const CreatePromotionSchema: z.ZodEffects<z.ZodObject<{
2533
2533
  value: string | number;
2534
2534
  type: "fixed" | "percentage";
2535
2535
  target_type: "order" | "items" | "shipping_methods";
2536
- allocation: "each" | "across" | "once";
2536
+ allocation: "once" | "each" | "across";
2537
2537
  target_rules: {
2538
2538
  values: string | number | string[];
2539
2539
  operator: string;
@@ -2590,7 +2590,7 @@ declare const CreatePromotionSchema: z.ZodEffects<z.ZodObject<{
2590
2590
  value: string | number;
2591
2591
  type: "fixed" | "percentage";
2592
2592
  target_type: "order" | "items" | "shipping_methods";
2593
- allocation: "each" | "across" | "once";
2593
+ allocation: "once" | "each" | "across";
2594
2594
  target_rules: {
2595
2595
  values: string | number | string[];
2596
2596
  operator: string;
@@ -2647,7 +2647,7 @@ declare const CreatePromotionSchema: z.ZodEffects<z.ZodObject<{
2647
2647
  value: string | number;
2648
2648
  type: "fixed" | "percentage";
2649
2649
  target_type: "order" | "items" | "shipping_methods";
2650
- allocation: "each" | "across" | "once";
2650
+ allocation: "once" | "each" | "across";
2651
2651
  target_rules: {
2652
2652
  values: string | number | string[];
2653
2653
  operator: string;
@@ -2720,7 +2720,7 @@ declare const PromotionCreatePage: (({ children }: {
2720
2720
  value: string | number;
2721
2721
  type: "fixed" | "percentage";
2722
2722
  target_type: "order" | "items" | "shipping_methods";
2723
- allocation: "each" | "across" | "once";
2723
+ allocation: "once" | "each" | "across";
2724
2724
  target_rules: {
2725
2725
  values: string | number | string[];
2726
2726
  operator: string;
@@ -2787,7 +2787,7 @@ declare const PromotionCreatePage: (({ children }: {
2787
2787
  value: string | number;
2788
2788
  type: "fixed" | "percentage";
2789
2789
  target_type: "order" | "items" | "shipping_methods";
2790
- allocation: "each" | "across" | "once";
2790
+ allocation: "once" | "each" | "across";
2791
2791
  target_rules: {
2792
2792
  values: string | number | string[];
2793
2793
  operator: string;
@@ -2848,7 +2848,7 @@ declare const PromotionCreatePage: (({ children }: {
2848
2848
  value: string | number;
2849
2849
  type: "fixed" | "percentage";
2850
2850
  target_type: "order" | "items" | "shipping_methods";
2851
- allocation: "each" | "across" | "once";
2851
+ allocation: "once" | "each" | "across";
2852
2852
  target_rules: {
2853
2853
  values: string | number | string[];
2854
2854
  operator: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mercurjs/admin",
3
- "version": "2.0.0-canary.97",
3
+ "version": "2.0.0-canary.99",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/mercurjs/mercur",