@betterstore/react 0.3.69 → 0.3.70

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @betterstore/sdk
2
2
 
3
+ ## 0.3.70
4
+
5
+ ### Patch Changes
6
+
7
+ - test bug fix
8
+
3
9
  ## 0.3.69
4
10
 
5
11
  ### Patch Changes
@@ -69,17 +69,17 @@ export declare const shippingMethodSchema: z.ZodObject<{
69
69
  pickupPointId: z.ZodOptional<z.ZodString>;
70
70
  pickupPointDisplayName: z.ZodOptional<z.ZodString>;
71
71
  }, "strip", z.ZodTypeAny, {
72
+ name: string;
72
73
  rateId: string;
73
74
  provider: string;
74
75
  price: number;
75
- name: string;
76
76
  pickupPointId?: string | undefined;
77
77
  pickupPointDisplayName?: string | undefined;
78
78
  }, {
79
+ name: string;
79
80
  rateId: string;
80
81
  provider: string;
81
82
  price: number;
82
- name: string;
83
83
  pickupPointId?: string | undefined;
84
84
  pickupPointDisplayName?: string | undefined;
85
85
  }>;
@@ -154,17 +154,17 @@ export declare const checkoutSchema: z.ZodObject<{
154
154
  pickupPointId: z.ZodOptional<z.ZodString>;
155
155
  pickupPointDisplayName: z.ZodOptional<z.ZodString>;
156
156
  }, "strip", z.ZodTypeAny, {
157
+ name: string;
157
158
  rateId: string;
158
159
  provider: string;
159
160
  price: number;
160
- name: string;
161
161
  pickupPointId?: string | undefined;
162
162
  pickupPointDisplayName?: string | undefined;
163
163
  }, {
164
+ name: string;
164
165
  rateId: string;
165
166
  provider: string;
166
167
  price: number;
167
- name: string;
168
168
  pickupPointId?: string | undefined;
169
169
  pickupPointDisplayName?: string | undefined;
170
170
  }>;
@@ -187,10 +187,10 @@ export declare const checkoutSchema: z.ZodObject<{
187
187
  saveInfo?: boolean | undefined;
188
188
  };
189
189
  shipping: {
190
+ name: string;
190
191
  rateId: string;
191
192
  provider: string;
192
193
  price: number;
193
- name: string;
194
194
  pickupPointId?: string | undefined;
195
195
  pickupPointDisplayName?: string | undefined;
196
196
  };
@@ -213,10 +213,10 @@ export declare const checkoutSchema: z.ZodObject<{
213
213
  saveInfo?: boolean | undefined;
214
214
  };
215
215
  shipping: {
216
+ name: string;
216
217
  rateId: string;
217
218
  provider: string;
218
219
  price: number;
219
- name: string;
220
220
  pickupPointId?: string | undefined;
221
221
  pickupPointDisplayName?: string | undefined;
222
222
  };