@readyfor/api-client-readyfor-api 1.49.0-pr1360.cadcec5 → 1.49.0-pr1361.71c0cae
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/dist/fetch/v2FundraisingRewards.d.ts +1 -1
- package/dist/fetch/v2FundraisingRewardsRewardId.d.ts +1 -1
- package/dist/fetch/v2FundraisingSpotCrowdfundingProjectOrders.d.ts +1 -1
- package/dist/fetch/v2FundraisingSpotCrowdfundingProjectOrdersOrderId.d.ts +1 -1
- package/dist/hooks/useV2FundraisingRewards.d.ts +1 -1
- package/dist/hooks/useV2FundraisingRewardsRewardId.d.ts +1 -1
- package/dist/hooks/useV2FundraisingSpotCrowdfundingProjectOrders.d.ts +1 -1
- package/dist/hooks/useV2FundraisingSpotCrowdfundingProjectOrdersOrderId.d.ts +1 -1
- package/dist/index.d.ts +4 -4
- package/dist/{v2FundraisingRewards-DPUmR5Vr.d.ts → v2FundraisingRewards-DdfDJdu5.d.ts} +4 -4
- package/dist/{v2FundraisingRewardsRewardId-D8cs9Rpx.d.ts → v2FundraisingRewardsRewardId-lWzja_44.d.ts} +4 -4
- package/dist/{v2FundraisingSpotCrowdfundingProjectOrders-BBFHXbbh.d.ts → v2FundraisingSpotCrowdfundingProjectOrders-C8Va1eCt.d.ts} +4 -4
- package/dist/{v2FundraisingSpotCrowdfundingProjectOrdersOrderId-BqiBOyKJ.d.ts → v2FundraisingSpotCrowdfundingProjectOrdersOrderId-CUkefPq1.d.ts} +4 -4
- package/package.json +3 -3
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { i as getV2FundraisingRewards, n as V2FundraisingRewardsGetResponse, r as buildV2FundraisingRewardsGetFetcher, t as V2FundraisingRewardsGetQuery } from "../v2FundraisingRewards-
|
|
1
|
+
import { i as getV2FundraisingRewards, n as V2FundraisingRewardsGetResponse, r as buildV2FundraisingRewardsGetFetcher, t as V2FundraisingRewardsGetQuery } from "../v2FundraisingRewards-DdfDJdu5.js";
|
|
2
2
|
export { V2FundraisingRewardsGetQuery, V2FundraisingRewardsGetResponse, buildV2FundraisingRewardsGetFetcher, getV2FundraisingRewards };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { i as getV2FundraisingRewardsRewardId, n as V2FundraisingRewardsRewardIdGetResponse, r as buildV2FundraisingRewardsRewardIdGetFetcher, t as V2FundraisingRewardsRewardIdGetPath } from "../v2FundraisingRewardsRewardId-
|
|
1
|
+
import { i as getV2FundraisingRewardsRewardId, n as V2FundraisingRewardsRewardIdGetResponse, r as buildV2FundraisingRewardsRewardIdGetFetcher, t as V2FundraisingRewardsRewardIdGetPath } from "../v2FundraisingRewardsRewardId-lWzja_44.js";
|
|
2
2
|
export { V2FundraisingRewardsRewardIdGetPath, V2FundraisingRewardsRewardIdGetResponse, buildV2FundraisingRewardsRewardIdGetFetcher, getV2FundraisingRewardsRewardId };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { i as getV2FundraisingSpotCrowdfundingProjectOrders, n as V2FundraisingSpotCrowdfundingProjectOrdersGetResponse, r as buildV2FundraisingSpotCrowdfundingProjectOrdersGetFetcher, t as V2FundraisingSpotCrowdfundingProjectOrdersGetQuery } from "../v2FundraisingSpotCrowdfundingProjectOrders-
|
|
1
|
+
import { i as getV2FundraisingSpotCrowdfundingProjectOrders, n as V2FundraisingSpotCrowdfundingProjectOrdersGetResponse, r as buildV2FundraisingSpotCrowdfundingProjectOrdersGetFetcher, t as V2FundraisingSpotCrowdfundingProjectOrdersGetQuery } from "../v2FundraisingSpotCrowdfundingProjectOrders-C8Va1eCt.js";
|
|
2
2
|
export { V2FundraisingSpotCrowdfundingProjectOrdersGetQuery, V2FundraisingSpotCrowdfundingProjectOrdersGetResponse, buildV2FundraisingSpotCrowdfundingProjectOrdersGetFetcher, getV2FundraisingSpotCrowdfundingProjectOrders };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { i as getV2FundraisingSpotCrowdfundingProjectOrdersOrderId, n as V2FundraisingSpotCrowdfundingProjectOrdersOrderIdGetResponse, r as buildV2FundraisingSpotCrowdfundingProjectOrdersOrderIdGetFetcher, t as V2FundraisingSpotCrowdfundingProjectOrdersOrderIdGetPath } from "../v2FundraisingSpotCrowdfundingProjectOrdersOrderId-
|
|
1
|
+
import { i as getV2FundraisingSpotCrowdfundingProjectOrdersOrderId, n as V2FundraisingSpotCrowdfundingProjectOrdersOrderIdGetResponse, r as buildV2FundraisingSpotCrowdfundingProjectOrdersOrderIdGetFetcher, t as V2FundraisingSpotCrowdfundingProjectOrdersOrderIdGetPath } from "../v2FundraisingSpotCrowdfundingProjectOrdersOrderId-CUkefPq1.js";
|
|
2
2
|
export { V2FundraisingSpotCrowdfundingProjectOrdersOrderIdGetPath, V2FundraisingSpotCrowdfundingProjectOrdersOrderIdGetResponse, buildV2FundraisingSpotCrowdfundingProjectOrdersOrderIdGetFetcher, getV2FundraisingSpotCrowdfundingProjectOrdersOrderId };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { n as components } from "../schemaType-BEXl3JVm.js";
|
|
2
|
-
import { n as V2FundraisingRewardsGetResponse, t as V2FundraisingRewardsGetQuery } from "../v2FundraisingRewards-
|
|
2
|
+
import { n as V2FundraisingRewardsGetResponse, t as V2FundraisingRewardsGetQuery } from "../v2FundraisingRewards-DdfDJdu5.js";
|
|
3
3
|
import { SWRInfiniteConfiguration, SWRInfiniteKeyLoader } from "swr/infinite";
|
|
4
4
|
import { Arguments } from "swr";
|
|
5
5
|
import { Configuration } from "@readyfor/api-client-base/react";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { n as components } from "../schemaType-BEXl3JVm.js";
|
|
2
|
-
import { n as V2FundraisingRewardsRewardIdGetResponse, t as V2FundraisingRewardsRewardIdGetPath } from "../v2FundraisingRewardsRewardId-
|
|
2
|
+
import { n as V2FundraisingRewardsRewardIdGetResponse, t as V2FundraisingRewardsRewardIdGetPath } from "../v2FundraisingRewardsRewardId-lWzja_44.js";
|
|
3
3
|
import { SWRInfiniteConfiguration, SWRInfiniteKeyLoader } from "swr/infinite";
|
|
4
4
|
import { Arguments } from "swr";
|
|
5
5
|
import { Configuration } from "@readyfor/api-client-base/react";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { n as components } from "../schemaType-BEXl3JVm.js";
|
|
2
|
-
import { n as V2FundraisingSpotCrowdfundingProjectOrdersGetResponse, t as V2FundraisingSpotCrowdfundingProjectOrdersGetQuery } from "../v2FundraisingSpotCrowdfundingProjectOrders-
|
|
2
|
+
import { n as V2FundraisingSpotCrowdfundingProjectOrdersGetResponse, t as V2FundraisingSpotCrowdfundingProjectOrdersGetQuery } from "../v2FundraisingSpotCrowdfundingProjectOrders-C8Va1eCt.js";
|
|
3
3
|
import { SWRInfiniteConfiguration, SWRInfiniteKeyLoader } from "swr/infinite";
|
|
4
4
|
import { Arguments } from "swr";
|
|
5
5
|
import { Configuration } from "@readyfor/api-client-base/react";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { n as components } from "../schemaType-BEXl3JVm.js";
|
|
2
|
-
import { n as V2FundraisingSpotCrowdfundingProjectOrdersOrderIdGetResponse, t as V2FundraisingSpotCrowdfundingProjectOrdersOrderIdGetPath } from "../v2FundraisingSpotCrowdfundingProjectOrdersOrderId-
|
|
2
|
+
import { n as V2FundraisingSpotCrowdfundingProjectOrdersOrderIdGetResponse, t as V2FundraisingSpotCrowdfundingProjectOrdersOrderIdGetPath } from "../v2FundraisingSpotCrowdfundingProjectOrdersOrderId-CUkefPq1.js";
|
|
3
3
|
import { SWRInfiniteConfiguration, SWRInfiniteKeyLoader } from "swr/infinite";
|
|
4
4
|
import { Arguments } from "swr";
|
|
5
5
|
import { Configuration } from "@readyfor/api-client-base/react";
|
package/dist/index.d.ts
CHANGED
|
@@ -43,16 +43,16 @@ import { i as getV2FundraisingProjectsProjectIdOfflineDonation, n as V2Fundraisi
|
|
|
43
43
|
import { i as getV2FundraisingProjectsProjectIdOfflineDonationPaymentRecordsCsv, n as V2FundraisingProjectsProjectIdOfflineDonationPaymentRecordsCsvGetResponse, r as buildV2FundraisingProjectsProjectIdOfflineDonationPaymentRecordsCsvGetFetcher, t as V2FundraisingProjectsProjectIdOfflineDonationPaymentRecordsCsvGetPath } from "./v2FundraisingProjectsProjectIdOfflineDonationPaymentRecordsCsv-BFq_pA0S.js";
|
|
44
44
|
import { i as getV2FundraisingProjectsProjectIdPaymentSummary, n as V2FundraisingProjectsProjectIdPaymentSummaryGetResponse, r as buildV2FundraisingProjectsProjectIdPaymentSummaryGetFetcher, t as V2FundraisingProjectsProjectIdPaymentSummaryGetPath } from "./v2FundraisingProjectsProjectIdPaymentSummary-C8DdaaiF.js";
|
|
45
45
|
import { a as patchV2FundraisingReplyCommentsOrderId, i as buildV2FundraisingReplyCommentsOrderIdPatchFetcher, n as V2FundraisingReplyCommentsOrderIdPatchPath, r as V2FundraisingReplyCommentsOrderIdPatchRequestBody, t as V2FundraisingReplyCommentsOrderIdPatchHeader } from "./v2FundraisingReplyCommentsOrderId-CnUet8eH.js";
|
|
46
|
-
import { i as getV2FundraisingRewards, n as V2FundraisingRewardsGetResponse, r as buildV2FundraisingRewardsGetFetcher, t as V2FundraisingRewardsGetQuery } from "./v2FundraisingRewards-
|
|
46
|
+
import { i as getV2FundraisingRewards, n as V2FundraisingRewardsGetResponse, r as buildV2FundraisingRewardsGetFetcher, t as V2FundraisingRewardsGetQuery } from "./v2FundraisingRewards-DdfDJdu5.js";
|
|
47
47
|
import { i as getV2FundraisingRewardsAll, n as V2FundraisingRewardsAllGetResponse, r as buildV2FundraisingRewardsAllGetFetcher, t as V2FundraisingRewardsAllGetQuery } from "./v2FundraisingRewardsAll-CfzrnjU7.js";
|
|
48
48
|
import { n as buildV2FundraisingRewardsCsvGetFetcher, r as getV2FundraisingRewardsCsv, t as V2FundraisingRewardsCsvGetResponse } from "./v2FundraisingRewardsCsv-CDkvBiHU.js";
|
|
49
49
|
import { a as buildV2FundraisingRewardsCsvGenerationsDeleteFetcher, c as deleteV2FundraisingRewardsCsvGenerations, i as V2FundraisingRewardsCsvGenerationsPostRequestBody, l as getV2FundraisingRewardsCsvGenerations, n as V2FundraisingRewardsCsvGenerationsGetResponse, o as buildV2FundraisingRewardsCsvGenerationsGetFetcher, r as V2FundraisingRewardsCsvGenerationsPostHeader, s as buildV2FundraisingRewardsCsvGenerationsPostFetcher, t as V2FundraisingRewardsCsvGenerationsDeleteHeader, u as postV2FundraisingRewardsCsvGenerations } from "./v2FundraisingRewardsCsvGenerations-C9txrdIL.js";
|
|
50
50
|
import { i as patchV2FundraisingRewardsDeliveryState, n as V2FundraisingRewardsDeliveryStatePatchRequestBody, r as buildV2FundraisingRewardsDeliveryStatePatchFetcher, t as V2FundraisingRewardsDeliveryStatePatchHeader } from "./v2FundraisingRewardsDeliveryState-Dgx5vfRf.js";
|
|
51
51
|
import { n as buildV2FundraisingRewardsDeliveryStateProgressGetFetcher, r as getV2FundraisingRewardsDeliveryStateProgress, t as V2FundraisingRewardsDeliveryStateProgressGetResponse } from "./v2FundraisingRewardsDeliveryStateProgress-DIyXfEmo.js";
|
|
52
|
-
import { i as getV2FundraisingRewardsRewardId, n as V2FundraisingRewardsRewardIdGetResponse, r as buildV2FundraisingRewardsRewardIdGetFetcher, t as V2FundraisingRewardsRewardIdGetPath } from "./v2FundraisingRewardsRewardId-
|
|
53
|
-
import { i as getV2FundraisingSpotCrowdfundingProjectOrders, n as V2FundraisingSpotCrowdfundingProjectOrdersGetResponse, r as buildV2FundraisingSpotCrowdfundingProjectOrdersGetFetcher, t as V2FundraisingSpotCrowdfundingProjectOrdersGetQuery } from "./v2FundraisingSpotCrowdfundingProjectOrders-
|
|
52
|
+
import { i as getV2FundraisingRewardsRewardId, n as V2FundraisingRewardsRewardIdGetResponse, r as buildV2FundraisingRewardsRewardIdGetFetcher, t as V2FundraisingRewardsRewardIdGetPath } from "./v2FundraisingRewardsRewardId-lWzja_44.js";
|
|
53
|
+
import { i as getV2FundraisingSpotCrowdfundingProjectOrders, n as V2FundraisingSpotCrowdfundingProjectOrdersGetResponse, r as buildV2FundraisingSpotCrowdfundingProjectOrdersGetFetcher, t as V2FundraisingSpotCrowdfundingProjectOrdersGetQuery } from "./v2FundraisingSpotCrowdfundingProjectOrders-C8Va1eCt.js";
|
|
54
54
|
import { i as getV2FundraisingSpotCrowdfundingProjectOrdersAll, n as V2FundraisingSpotCrowdfundingProjectOrdersAllGetResponse, r as buildV2FundraisingSpotCrowdfundingProjectOrdersAllGetFetcher, t as V2FundraisingSpotCrowdfundingProjectOrdersAllGetQuery } from "./v2FundraisingSpotCrowdfundingProjectOrdersAll-I7OWBwbT.js";
|
|
55
|
-
import { i as getV2FundraisingSpotCrowdfundingProjectOrdersOrderId, n as V2FundraisingSpotCrowdfundingProjectOrdersOrderIdGetResponse, r as buildV2FundraisingSpotCrowdfundingProjectOrdersOrderIdGetFetcher, t as V2FundraisingSpotCrowdfundingProjectOrdersOrderIdGetPath } from "./v2FundraisingSpotCrowdfundingProjectOrdersOrderId-
|
|
55
|
+
import { i as getV2FundraisingSpotCrowdfundingProjectOrdersOrderId, n as V2FundraisingSpotCrowdfundingProjectOrdersOrderIdGetResponse, r as buildV2FundraisingSpotCrowdfundingProjectOrdersOrderIdGetFetcher, t as V2FundraisingSpotCrowdfundingProjectOrdersOrderIdGetPath } from "./v2FundraisingSpotCrowdfundingProjectOrdersOrderId-CUkefPq1.js";
|
|
56
56
|
import { i as getV2FundraisingSpotCrowdfundingProjectOrdersOwnedProjectRewards, n as V2FundraisingSpotCrowdfundingProjectOrdersOwnedProjectRewardsGetResponse, r as buildV2FundraisingSpotCrowdfundingProjectOrdersOwnedProjectRewardsGetFetcher, t as V2FundraisingSpotCrowdfundingProjectOrdersOwnedProjectRewardsGetQuery } from "./v2FundraisingSpotCrowdfundingProjectOrdersOwnedProjectRewards-DJuI0JXF.js";
|
|
57
57
|
import { n as buildV2FundraisingSpotCrowdfundingProjectsOwnedPublicProjectsGetFetcher, r as getV2FundraisingSpotCrowdfundingProjectsOwnedPublicProjects, t as V2FundraisingSpotCrowdfundingProjectsOwnedPublicProjectsGetResponse } from "./v2FundraisingSpotCrowdfundingProjectsOwnedPublicProjects-CO8PBEgx.js";
|
|
58
58
|
import { n as buildV2FundraisingSteadyCrowdfundingOrderTransactionsCsvGetFetcher, r as getV2FundraisingSteadyCrowdfundingOrderTransactionsCsv, t as V2FundraisingSteadyCrowdfundingOrderTransactionsCsvGetResponse } from "./v2FundraisingSteadyCrowdfundingOrderTransactionsCsv-Dr8ACwKk.js";
|
|
@@ -19,10 +19,10 @@ declare const buildV2FundraisingRewardsGetFetcher: (requestInit?: RequestInit) =
|
|
|
19
19
|
waitPaymentRewardCount?: number | undefined;
|
|
20
20
|
};
|
|
21
21
|
rewardStock: {
|
|
22
|
-
__type: "unlimitedRewardStock";
|
|
23
|
-
} | {
|
|
24
22
|
__type: "limitedRewardStock";
|
|
25
23
|
stockCount: number;
|
|
24
|
+
} | {
|
|
25
|
+
__type: "unlimitedRewardStock";
|
|
26
26
|
};
|
|
27
27
|
deliveryRate: number;
|
|
28
28
|
notDeliveryStartedCount: number;
|
|
@@ -66,10 +66,10 @@ declare const getV2FundraisingRewards: (query: V2FundraisingRewardsGetQuery, cus
|
|
|
66
66
|
waitPaymentRewardCount?: number | undefined;
|
|
67
67
|
};
|
|
68
68
|
rewardStock: {
|
|
69
|
-
__type: "unlimitedRewardStock";
|
|
70
|
-
} | {
|
|
71
69
|
__type: "limitedRewardStock";
|
|
72
70
|
stockCount: number;
|
|
71
|
+
} | {
|
|
72
|
+
__type: "unlimitedRewardStock";
|
|
73
73
|
};
|
|
74
74
|
deliveryRate: number;
|
|
75
75
|
notDeliveryStartedCount: number;
|
|
@@ -14,10 +14,10 @@ declare const buildV2FundraisingRewardsRewardIdGetFetcher: (requestInit?: Reques
|
|
|
14
14
|
waitPaymentRewardCount?: number | undefined;
|
|
15
15
|
};
|
|
16
16
|
rewardStock: {
|
|
17
|
-
__type: "unlimitedRewardStock";
|
|
18
|
-
} | {
|
|
19
17
|
__type: "limitedRewardStock";
|
|
20
18
|
stockCount: number;
|
|
19
|
+
} | {
|
|
20
|
+
__type: "unlimitedRewardStock";
|
|
21
21
|
};
|
|
22
22
|
deliveryRate: number;
|
|
23
23
|
deliveryState: "notStarted" | "completed" | "actionNotNeeded";
|
|
@@ -47,10 +47,10 @@ declare const getV2FundraisingRewardsRewardId: (path: V2FundraisingRewardsReward
|
|
|
47
47
|
waitPaymentRewardCount?: number | undefined;
|
|
48
48
|
};
|
|
49
49
|
rewardStock: {
|
|
50
|
-
__type: "unlimitedRewardStock";
|
|
51
|
-
} | {
|
|
52
50
|
__type: "limitedRewardStock";
|
|
53
51
|
stockCount: number;
|
|
52
|
+
} | {
|
|
53
|
+
__type: "unlimitedRewardStock";
|
|
54
54
|
};
|
|
55
55
|
deliveryRate: number;
|
|
56
56
|
deliveryState: "notStarted" | "completed" | "actionNotNeeded";
|
|
@@ -16,11 +16,11 @@ declare const buildV2FundraisingSpotCrowdfundingProjectOrdersGetFetcher: (reques
|
|
|
16
16
|
state: "canceled" | "confirmed" | "waitPayment" | "pendingProjectAchievement" | "unsuccessful";
|
|
17
17
|
payment: {
|
|
18
18
|
type: "creditCard" | "bankTransfer" | "convenienceStore";
|
|
19
|
-
state: "
|
|
19
|
+
state: "canceled" | "completed" | "expired" | "reserved" | "waitPayment" | "underpayment" | "transactionFailed";
|
|
20
20
|
};
|
|
21
21
|
rewardDeliveries: {
|
|
22
22
|
rewardThumbnailUrl: string;
|
|
23
|
-
deliveryState: "notStarted" | "
|
|
23
|
+
deliveryState: "notStarted" | "failed" | "completed" | "unnecessary";
|
|
24
24
|
rewardTitle?: string | undefined;
|
|
25
25
|
}[];
|
|
26
26
|
contributor: {
|
|
@@ -72,11 +72,11 @@ declare const getV2FundraisingSpotCrowdfundingProjectOrders: (query: V2Fundraisi
|
|
|
72
72
|
state: "canceled" | "confirmed" | "waitPayment" | "pendingProjectAchievement" | "unsuccessful";
|
|
73
73
|
payment: {
|
|
74
74
|
type: "creditCard" | "bankTransfer" | "convenienceStore";
|
|
75
|
-
state: "
|
|
75
|
+
state: "canceled" | "completed" | "expired" | "reserved" | "waitPayment" | "underpayment" | "transactionFailed";
|
|
76
76
|
};
|
|
77
77
|
rewardDeliveries: {
|
|
78
78
|
rewardThumbnailUrl: string;
|
|
79
|
-
deliveryState: "notStarted" | "
|
|
79
|
+
deliveryState: "notStarted" | "failed" | "completed" | "unnecessary";
|
|
80
80
|
rewardTitle?: string | undefined;
|
|
81
81
|
}[];
|
|
82
82
|
contributor: {
|
|
@@ -10,7 +10,7 @@ declare const buildV2FundraisingSpotCrowdfundingProjectOrdersOrderIdGetFetcher:
|
|
|
10
10
|
state: "canceled" | "confirmed" | "waitPayment" | "pendingProjectAchievement" | "unsuccessful";
|
|
11
11
|
payment: {
|
|
12
12
|
type: "creditCard" | "bankTransfer" | "convenienceStore";
|
|
13
|
-
state: "
|
|
13
|
+
state: "canceled" | "completed" | "expired" | "reserved" | "waitPayment" | "underpayment" | "transactionFailed";
|
|
14
14
|
};
|
|
15
15
|
createdAt: string;
|
|
16
16
|
contributor: {
|
|
@@ -26,7 +26,7 @@ declare const buildV2FundraisingSpotCrowdfundingProjectOrdersOrderIdGetFetcher:
|
|
|
26
26
|
rewardThumbnailUrl: string;
|
|
27
27
|
price: number;
|
|
28
28
|
selectedCount: number;
|
|
29
|
-
deliveryState: "notStarted" | "
|
|
29
|
+
deliveryState: "notStarted" | "failed" | "completed" | "unnecessary";
|
|
30
30
|
rewardTitle?: string | undefined;
|
|
31
31
|
}[];
|
|
32
32
|
comments: {
|
|
@@ -65,7 +65,7 @@ declare const getV2FundraisingSpotCrowdfundingProjectOrdersOrderId: (path: V2Fun
|
|
|
65
65
|
state: "canceled" | "confirmed" | "waitPayment" | "pendingProjectAchievement" | "unsuccessful";
|
|
66
66
|
payment: {
|
|
67
67
|
type: "creditCard" | "bankTransfer" | "convenienceStore";
|
|
68
|
-
state: "
|
|
68
|
+
state: "canceled" | "completed" | "expired" | "reserved" | "waitPayment" | "underpayment" | "transactionFailed";
|
|
69
69
|
};
|
|
70
70
|
createdAt: string;
|
|
71
71
|
contributor: {
|
|
@@ -81,7 +81,7 @@ declare const getV2FundraisingSpotCrowdfundingProjectOrdersOrderId: (path: V2Fun
|
|
|
81
81
|
rewardThumbnailUrl: string;
|
|
82
82
|
price: number;
|
|
83
83
|
selectedCount: number;
|
|
84
|
-
deliveryState: "notStarted" | "
|
|
84
|
+
deliveryState: "notStarted" | "failed" | "completed" | "unnecessary";
|
|
85
85
|
rewardTitle?: string | undefined;
|
|
86
86
|
}[];
|
|
87
87
|
comments: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@readyfor/api-client-readyfor-api",
|
|
3
|
-
"version": "1.49.0-
|
|
3
|
+
"version": "1.49.0-pr1361.71c0cae",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -38,13 +38,13 @@
|
|
|
38
38
|
"react": "19.2.7",
|
|
39
39
|
"swr": "2.4.1",
|
|
40
40
|
"use-sync-external-store": "1.6.0",
|
|
41
|
-
"@readyfor/api-client-base": "1.49.0-
|
|
41
|
+
"@readyfor/api-client-base": "1.49.0-pr1361.71c0cae"
|
|
42
42
|
},
|
|
43
43
|
"peerDependencies": {
|
|
44
44
|
"react": ">=18.x <=19.x",
|
|
45
45
|
"swr": "^2.2.5",
|
|
46
46
|
"use-sync-external-store": "^1.2.2",
|
|
47
|
-
"@readyfor/api-client-base": "1.49.0-
|
|
47
|
+
"@readyfor/api-client-base": "1.49.0-pr1361.71c0cae"
|
|
48
48
|
},
|
|
49
49
|
"peerDependenciesMeta": {
|
|
50
50
|
"react": {
|