@readyfor/api-client-readyfor-api 0.155.0-pr906.eb25958 → 0.155.0-pr911.649bbb6

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.
@@ -7176,13 +7176,13 @@ declare const Contributions_CheckOrderStatus: z.ZodObject<{
7176
7176
  retryOrderId: z.ZodUnion<[z.ZodNumber, z.ZodNull]>;
7177
7177
  waitingPaymentBatch: z.ZodUnion<[z.ZodBoolean, z.ZodNull]>;
7178
7178
  }, "strip", z.ZodTypeAny, {
7179
- paymentStatus: 0 | 2 | 1;
7179
+ paymentStatus: 0 | 1 | 2;
7180
7180
  bankStatus: "ok" | "waiting";
7181
7181
  cvsStatus: "ok" | "waiting";
7182
7182
  retryOrderId: number | null;
7183
7183
  waitingPaymentBatch: boolean | null;
7184
7184
  }, {
7185
- paymentStatus: 0 | 2 | 1;
7185
+ paymentStatus: 0 | 1 | 2;
7186
7186
  bankStatus: "ok" | "waiting";
7187
7187
  cvsStatus: "ok" | "waiting";
7188
7188
  retryOrderId: number | null;
@@ -7176,13 +7176,13 @@ declare const Contributions_CheckOrderStatus: z.ZodObject<{
7176
7176
  retryOrderId: z.ZodUnion<[z.ZodNumber, z.ZodNull]>;
7177
7177
  waitingPaymentBatch: z.ZodUnion<[z.ZodBoolean, z.ZodNull]>;
7178
7178
  }, "strip", z.ZodTypeAny, {
7179
- paymentStatus: 0 | 2 | 1;
7179
+ paymentStatus: 0 | 1 | 2;
7180
7180
  bankStatus: "ok" | "waiting";
7181
7181
  cvsStatus: "ok" | "waiting";
7182
7182
  retryOrderId: number | null;
7183
7183
  waitingPaymentBatch: boolean | null;
7184
7184
  }, {
7185
- paymentStatus: 0 | 2 | 1;
7185
+ paymentStatus: 0 | 1 | 2;
7186
7186
  bankStatus: "ok" | "waiting";
7187
7187
  cvsStatus: "ok" | "waiting";
7188
7188
  retryOrderId: number | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@readyfor/api-client-readyfor-api",
3
- "version": "0.155.0-pr906.eb25958",
3
+ "version": "0.155.0-pr911.649bbb6",
4
4
  "license": "SEE LICENSE IN LICENSE.md",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -31,13 +31,13 @@
31
31
  "react": "^18.3.1",
32
32
  "swr": "2.2.5",
33
33
  "use-sync-external-store": "1.2.2",
34
- "@readyfor/api-client-base": "0.155.0-pr906.eb25958"
34
+ "@readyfor/api-client-base": "0.155.0-pr911.649bbb6"
35
35
  },
36
36
  "peerDependencies": {
37
37
  "react": "^18.3.1",
38
38
  "swr": "^2.2.5",
39
39
  "use-sync-external-store": "1.2.2",
40
- "@readyfor/api-client-base": "0.155.0-pr906.eb25958"
40
+ "@readyfor/api-client-base": "0.155.0-pr911.649bbb6"
41
41
  },
42
42
  "peerDependenciesMeta": {
43
43
  "react": {