@readyfor/api-client-readyfor-api 0.271.0 → 0.272.0
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/v2ContributionsCard3dSecureExecContribution.d.mts +4 -4
- package/dist/fetch/v2ContributionsCard3dSecureExecContribution.d.ts +4 -4
- package/dist/fetch/v2ContributionsCard3dSecureRetryContribution.d.mts +4 -4
- package/dist/fetch/v2ContributionsCard3dSecureRetryContribution.d.ts +4 -4
- package/dist/fetch/v2ContributionsCheckOrderStatus.d.mts +2 -2
- package/dist/fetch/v2ContributionsCheckOrderStatus.d.ts +2 -2
- package/dist/fetch/v2ContributionsOrderInfo.d.mts +2 -2
- package/dist/fetch/v2ContributionsOrderInfo.d.ts +2 -2
- package/dist/fetch/v2ContributionsProjectInfo.d.mts +8 -8
- package/dist/fetch/v2ContributionsProjectInfo.d.ts +8 -8
- package/dist/fetch/v2FundraisingBulkMessagesTargetUsers.d.mts +2 -2
- package/dist/fetch/v2FundraisingBulkMessagesTargetUsers.d.ts +2 -2
- package/dist/fetch/v2FundraisingContributors.d.mts +2 -2
- package/dist/fetch/v2FundraisingContributors.d.ts +2 -2
- package/dist/fetch/v2FundraisingContributorsId.d.mts +2 -2
- package/dist/fetch/v2FundraisingContributorsId.d.ts +2 -2
- package/dist/fetch/v2FundraisingContributorsIdOrders.d.mts +4 -4
- package/dist/fetch/v2FundraisingContributorsIdOrders.d.ts +4 -4
- package/dist/fetch/v2FundraisingContributorsOwnedPublicProjects.d.mts +2 -2
- package/dist/fetch/v2FundraisingContributorsOwnedPublicProjects.d.ts +2 -2
- package/dist/fetch/v2FundraisingContributorsUsers.d.mts +2 -2
- package/dist/fetch/v2FundraisingContributorsUsers.d.ts +2 -2
- package/dist/fetch/v2FundraisingRewards.d.mts +2 -2
- package/dist/fetch/v2FundraisingRewards.d.ts +2 -2
- package/dist/fetch/v2FundraisingRewardsRewardId.d.mts +2 -2
- package/dist/fetch/v2FundraisingRewardsRewardId.d.ts +2 -2
- package/dist/fetch/v2FundraisingSpotCrowdfundingProjectOrders.d.mts +6 -6
- package/dist/fetch/v2FundraisingSpotCrowdfundingProjectOrders.d.ts +6 -6
- package/dist/fetch/v2FundraisingSpotCrowdfundingProjectOrdersAll.d.mts +4 -4
- package/dist/fetch/v2FundraisingSpotCrowdfundingProjectOrdersAll.d.ts +4 -4
- package/dist/fetch/v2FundraisingSpotCrowdfundingProjectOrdersOrderId.d.mts +10 -10
- package/dist/fetch/v2FundraisingSpotCrowdfundingProjectOrdersOrderId.d.ts +10 -10
- package/dist/fetch/v2FundraisingSteadyCrowdfundingProjectOrders.d.mts +8 -8
- package/dist/fetch/v2FundraisingSteadyCrowdfundingProjectOrders.d.ts +8 -8
- package/dist/fetch/v2FundraisingSteadyCrowdfundingProjectOrdersAll.d.mts +4 -4
- package/dist/fetch/v2FundraisingSteadyCrowdfundingProjectOrdersAll.d.ts +4 -4
- package/dist/fetch/v2FundraisingSteadyCrowdfundingProjectOrdersOrderId.d.mts +12 -12
- package/dist/fetch/v2FundraisingSteadyCrowdfundingProjectOrdersOrderId.d.ts +12 -12
- package/dist/fetch/v2OwnerCrmContributorsOrders.d.mts +4 -4
- package/dist/fetch/v2OwnerCrmContributorsOrders.d.ts +4 -4
- package/dist/fetch/v2OwnerCrmContributorsProjects.d.mts +2 -2
- package/dist/fetch/v2OwnerCrmContributorsProjects.d.ts +2 -2
- package/dist/fetch/v2OwnerCrmContributorsUser.d.mts +2 -2
- package/dist/fetch/v2OwnerCrmContributorsUser.d.ts +2 -2
- package/dist/fetch/v2ResourcesBankBranches.d.mts +2 -2
- package/dist/fetch/v2ResourcesBankBranches.d.ts +2 -2
- package/dist/fetch/v2ResourcesBanks.d.mts +2 -2
- package/dist/fetch/v2ResourcesBanks.d.ts +2 -2
- package/package.json +3 -3
|
@@ -6,8 +6,8 @@ type V2FundraisingRewardsGetResponse = V2FundraisingRewardsGetOperation["respons
|
|
|
6
6
|
declare const buildV2FundraisingRewardsGetFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
|
|
7
7
|
needsDeliveryDeadlineAlert: boolean;
|
|
8
8
|
rewards: {
|
|
9
|
-
id: number;
|
|
10
9
|
price: number;
|
|
10
|
+
id: number;
|
|
11
11
|
thumbnailUrl: string;
|
|
12
12
|
project: {
|
|
13
13
|
id: number;
|
|
@@ -56,8 +56,8 @@ type V2FundraisingRewardsGetQuery = ForceDig<V2FundraisingRewardsGetOperation, [
|
|
|
56
56
|
declare const getV2FundraisingRewards: (query: V2FundraisingRewardsGetQuery, customRequestInit?: RequestInit) => Promise<{
|
|
57
57
|
needsDeliveryDeadlineAlert: boolean;
|
|
58
58
|
rewards: {
|
|
59
|
-
id: number;
|
|
60
59
|
price: number;
|
|
60
|
+
id: number;
|
|
61
61
|
thumbnailUrl: string;
|
|
62
62
|
project: {
|
|
63
63
|
id: number;
|
|
@@ -4,8 +4,8 @@ import { ForceDig } from '@readyfor/api-client-base';
|
|
|
4
4
|
type V2FundraisingRewardsRewardIdGetOperation = paths["/api/v2/fundraising/rewards/{reward_id}"]["get"];
|
|
5
5
|
type V2FundraisingRewardsRewardIdGetResponse = V2FundraisingRewardsRewardIdGetOperation["responses"]["200"]["content"]["application/json"];
|
|
6
6
|
declare const buildV2FundraisingRewardsRewardIdGetFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
|
|
7
|
-
id: number;
|
|
8
7
|
price: number;
|
|
8
|
+
id: number;
|
|
9
9
|
thumbnailUrl: string;
|
|
10
10
|
project: {
|
|
11
11
|
id: number;
|
|
@@ -40,8 +40,8 @@ type V2FundraisingRewardsRewardIdGetPath = ForceDig<V2FundraisingRewardsRewardId
|
|
|
40
40
|
"path"
|
|
41
41
|
]>;
|
|
42
42
|
declare const getV2FundraisingRewardsRewardId: (path: V2FundraisingRewardsRewardIdGetPath, customRequestInit?: RequestInit) => Promise<{
|
|
43
|
-
id: number;
|
|
44
43
|
price: number;
|
|
44
|
+
id: number;
|
|
45
45
|
thumbnailUrl: string;
|
|
46
46
|
project: {
|
|
47
47
|
id: number;
|
|
@@ -4,8 +4,8 @@ import { ForceDig } from '@readyfor/api-client-base';
|
|
|
4
4
|
type V2FundraisingRewardsRewardIdGetOperation = paths["/api/v2/fundraising/rewards/{reward_id}"]["get"];
|
|
5
5
|
type V2FundraisingRewardsRewardIdGetResponse = V2FundraisingRewardsRewardIdGetOperation["responses"]["200"]["content"]["application/json"];
|
|
6
6
|
declare const buildV2FundraisingRewardsRewardIdGetFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
|
|
7
|
-
id: number;
|
|
8
7
|
price: number;
|
|
8
|
+
id: number;
|
|
9
9
|
thumbnailUrl: string;
|
|
10
10
|
project: {
|
|
11
11
|
id: number;
|
|
@@ -40,8 +40,8 @@ type V2FundraisingRewardsRewardIdGetPath = ForceDig<V2FundraisingRewardsRewardId
|
|
|
40
40
|
"path"
|
|
41
41
|
]>;
|
|
42
42
|
declare const getV2FundraisingRewardsRewardId: (path: V2FundraisingRewardsRewardIdGetPath, customRequestInit?: RequestInit) => Promise<{
|
|
43
|
-
id: number;
|
|
44
43
|
price: number;
|
|
44
|
+
id: number;
|
|
45
45
|
thumbnailUrl: string;
|
|
46
46
|
project: {
|
|
47
47
|
id: number;
|
|
@@ -20,15 +20,15 @@ declare const buildV2FundraisingSpotCrowdfundingProjectOrdersGetFetcher: (reques
|
|
|
20
20
|
nextPage?: number | undefined;
|
|
21
21
|
};
|
|
22
22
|
orders: {
|
|
23
|
-
payAmount: number;
|
|
24
|
-
id: number;
|
|
25
23
|
contributor: {
|
|
26
|
-
id: number;
|
|
27
24
|
email: string | null;
|
|
28
25
|
name: string;
|
|
26
|
+
id: number;
|
|
29
27
|
imageUrl?: string | undefined;
|
|
30
28
|
};
|
|
31
29
|
createdAt: string;
|
|
30
|
+
payAmount: number;
|
|
31
|
+
id: number;
|
|
32
32
|
project: {
|
|
33
33
|
id: number;
|
|
34
34
|
title: string;
|
|
@@ -76,15 +76,15 @@ declare const getV2FundraisingSpotCrowdfundingProjectOrders: (query: V2Fundraisi
|
|
|
76
76
|
nextPage?: number | undefined;
|
|
77
77
|
};
|
|
78
78
|
orders: {
|
|
79
|
-
payAmount: number;
|
|
80
|
-
id: number;
|
|
81
79
|
contributor: {
|
|
82
|
-
id: number;
|
|
83
80
|
email: string | null;
|
|
84
81
|
name: string;
|
|
82
|
+
id: number;
|
|
85
83
|
imageUrl?: string | undefined;
|
|
86
84
|
};
|
|
87
85
|
createdAt: string;
|
|
86
|
+
payAmount: number;
|
|
87
|
+
id: number;
|
|
88
88
|
project: {
|
|
89
89
|
id: number;
|
|
90
90
|
title: string;
|
|
@@ -20,15 +20,15 @@ declare const buildV2FundraisingSpotCrowdfundingProjectOrdersGetFetcher: (reques
|
|
|
20
20
|
nextPage?: number | undefined;
|
|
21
21
|
};
|
|
22
22
|
orders: {
|
|
23
|
-
payAmount: number;
|
|
24
|
-
id: number;
|
|
25
23
|
contributor: {
|
|
26
|
-
id: number;
|
|
27
24
|
email: string | null;
|
|
28
25
|
name: string;
|
|
26
|
+
id: number;
|
|
29
27
|
imageUrl?: string | undefined;
|
|
30
28
|
};
|
|
31
29
|
createdAt: string;
|
|
30
|
+
payAmount: number;
|
|
31
|
+
id: number;
|
|
32
32
|
project: {
|
|
33
33
|
id: number;
|
|
34
34
|
title: string;
|
|
@@ -76,15 +76,15 @@ declare const getV2FundraisingSpotCrowdfundingProjectOrders: (query: V2Fundraisi
|
|
|
76
76
|
nextPage?: number | undefined;
|
|
77
77
|
};
|
|
78
78
|
orders: {
|
|
79
|
-
payAmount: number;
|
|
80
|
-
id: number;
|
|
81
79
|
contributor: {
|
|
82
|
-
id: number;
|
|
83
80
|
email: string | null;
|
|
84
81
|
name: string;
|
|
82
|
+
id: number;
|
|
85
83
|
imageUrl?: string | undefined;
|
|
86
84
|
};
|
|
87
85
|
createdAt: string;
|
|
86
|
+
payAmount: number;
|
|
87
|
+
id: number;
|
|
88
88
|
project: {
|
|
89
89
|
id: number;
|
|
90
90
|
title: string;
|
|
@@ -5,13 +5,13 @@ type V2FundraisingSpotCrowdfundingProjectOrdersAllGetOperation = paths["/api/v2/
|
|
|
5
5
|
type V2FundraisingSpotCrowdfundingProjectOrdersAllGetResponse = V2FundraisingSpotCrowdfundingProjectOrdersAllGetOperation["responses"]["200"]["content"]["application/json"];
|
|
6
6
|
declare const buildV2FundraisingSpotCrowdfundingProjectOrdersAllGetFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
|
|
7
7
|
orders: {
|
|
8
|
-
id: number;
|
|
9
8
|
contributor: {
|
|
10
|
-
id: number;
|
|
11
9
|
email: string | null;
|
|
12
10
|
name: string;
|
|
11
|
+
id: number;
|
|
13
12
|
imageUrl?: string | undefined;
|
|
14
13
|
};
|
|
14
|
+
id: number;
|
|
15
15
|
}[];
|
|
16
16
|
}>;
|
|
17
17
|
type V2FundraisingSpotCrowdfundingProjectOrdersAllGetQuery = QueryPropsFor<ForceDig<V2FundraisingSpotCrowdfundingProjectOrdersAllGetOperation, [
|
|
@@ -20,13 +20,13 @@ type V2FundraisingSpotCrowdfundingProjectOrdersAllGetQuery = QueryPropsFor<Force
|
|
|
20
20
|
]>>;
|
|
21
21
|
declare const getV2FundraisingSpotCrowdfundingProjectOrdersAll: (query: V2FundraisingSpotCrowdfundingProjectOrdersAllGetQuery, customRequestInit?: RequestInit) => Promise<{
|
|
22
22
|
orders: {
|
|
23
|
-
id: number;
|
|
24
23
|
contributor: {
|
|
25
|
-
id: number;
|
|
26
24
|
email: string | null;
|
|
27
25
|
name: string;
|
|
26
|
+
id: number;
|
|
28
27
|
imageUrl?: string | undefined;
|
|
29
28
|
};
|
|
29
|
+
id: number;
|
|
30
30
|
}[];
|
|
31
31
|
}>;
|
|
32
32
|
|
|
@@ -5,13 +5,13 @@ type V2FundraisingSpotCrowdfundingProjectOrdersAllGetOperation = paths["/api/v2/
|
|
|
5
5
|
type V2FundraisingSpotCrowdfundingProjectOrdersAllGetResponse = V2FundraisingSpotCrowdfundingProjectOrdersAllGetOperation["responses"]["200"]["content"]["application/json"];
|
|
6
6
|
declare const buildV2FundraisingSpotCrowdfundingProjectOrdersAllGetFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
|
|
7
7
|
orders: {
|
|
8
|
-
id: number;
|
|
9
8
|
contributor: {
|
|
10
|
-
id: number;
|
|
11
9
|
email: string | null;
|
|
12
10
|
name: string;
|
|
11
|
+
id: number;
|
|
13
12
|
imageUrl?: string | undefined;
|
|
14
13
|
};
|
|
14
|
+
id: number;
|
|
15
15
|
}[];
|
|
16
16
|
}>;
|
|
17
17
|
type V2FundraisingSpotCrowdfundingProjectOrdersAllGetQuery = QueryPropsFor<ForceDig<V2FundraisingSpotCrowdfundingProjectOrdersAllGetOperation, [
|
|
@@ -20,13 +20,13 @@ type V2FundraisingSpotCrowdfundingProjectOrdersAllGetQuery = QueryPropsFor<Force
|
|
|
20
20
|
]>>;
|
|
21
21
|
declare const getV2FundraisingSpotCrowdfundingProjectOrdersAll: (query: V2FundraisingSpotCrowdfundingProjectOrdersAllGetQuery, customRequestInit?: RequestInit) => Promise<{
|
|
22
22
|
orders: {
|
|
23
|
-
id: number;
|
|
24
23
|
contributor: {
|
|
25
|
-
id: number;
|
|
26
24
|
email: string | null;
|
|
27
25
|
name: string;
|
|
26
|
+
id: number;
|
|
28
27
|
imageUrl?: string | undefined;
|
|
29
28
|
};
|
|
29
|
+
id: number;
|
|
30
30
|
}[];
|
|
31
31
|
}>;
|
|
32
32
|
|
|
@@ -4,35 +4,35 @@ import { ForceDig } from '@readyfor/api-client-base';
|
|
|
4
4
|
type V2FundraisingSpotCrowdfundingProjectOrdersOrderIdGetOperation = paths["/api/v2/fundraising/spot_crowdfunding_project_orders/{order_id}"]["get"];
|
|
5
5
|
type V2FundraisingSpotCrowdfundingProjectOrdersOrderIdGetResponse = V2FundraisingSpotCrowdfundingProjectOrdersOrderIdGetOperation["responses"]["200"]["content"]["application/json"];
|
|
6
6
|
declare const buildV2FundraisingSpotCrowdfundingProjectOrdersOrderIdGetFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
|
|
7
|
-
payAmount: number;
|
|
8
|
-
id: number;
|
|
9
7
|
contributor: {
|
|
10
|
-
id: number;
|
|
11
8
|
imageUrl: string;
|
|
12
9
|
email: string | null;
|
|
13
10
|
name: string;
|
|
11
|
+
id: number;
|
|
14
12
|
isActive: boolean;
|
|
15
13
|
hasValidOrder: boolean;
|
|
16
14
|
};
|
|
17
15
|
createdAt: string;
|
|
16
|
+
payAmount: number;
|
|
17
|
+
id: number;
|
|
18
18
|
project: {
|
|
19
19
|
id: number;
|
|
20
20
|
title: string;
|
|
21
21
|
};
|
|
22
22
|
state: "waitPayment" | "pendingProjectAchievement" | "unsuccessful" | "canceled" | "confirmed";
|
|
23
23
|
comments: {
|
|
24
|
-
content: string;
|
|
25
24
|
imageUrl: string;
|
|
26
25
|
name: string;
|
|
27
26
|
createdAt: string;
|
|
27
|
+
content: string;
|
|
28
28
|
}[];
|
|
29
29
|
payment: {
|
|
30
30
|
type: "creditCard" | "bankTransfer" | "convenienceStore";
|
|
31
31
|
state: "waitPayment" | "canceled" | "completed" | "expired" | "reserved" | "underpayment" | "transactionFailed";
|
|
32
32
|
};
|
|
33
33
|
rewardDeliveries: {
|
|
34
|
-
id: number;
|
|
35
34
|
price: number;
|
|
35
|
+
id: number;
|
|
36
36
|
rewardThumbnailUrl: string;
|
|
37
37
|
deliveryState: "notStarted" | "failed" | "completed" | "unnecessary";
|
|
38
38
|
selectedCount: number;
|
|
@@ -60,35 +60,35 @@ type V2FundraisingSpotCrowdfundingProjectOrdersOrderIdGetPath = ForceDig<V2Fundr
|
|
|
60
60
|
"path"
|
|
61
61
|
]>;
|
|
62
62
|
declare const getV2FundraisingSpotCrowdfundingProjectOrdersOrderId: (path: V2FundraisingSpotCrowdfundingProjectOrdersOrderIdGetPath, customRequestInit?: RequestInit) => Promise<{
|
|
63
|
-
payAmount: number;
|
|
64
|
-
id: number;
|
|
65
63
|
contributor: {
|
|
66
|
-
id: number;
|
|
67
64
|
imageUrl: string;
|
|
68
65
|
email: string | null;
|
|
69
66
|
name: string;
|
|
67
|
+
id: number;
|
|
70
68
|
isActive: boolean;
|
|
71
69
|
hasValidOrder: boolean;
|
|
72
70
|
};
|
|
73
71
|
createdAt: string;
|
|
72
|
+
payAmount: number;
|
|
73
|
+
id: number;
|
|
74
74
|
project: {
|
|
75
75
|
id: number;
|
|
76
76
|
title: string;
|
|
77
77
|
};
|
|
78
78
|
state: "waitPayment" | "pendingProjectAchievement" | "unsuccessful" | "canceled" | "confirmed";
|
|
79
79
|
comments: {
|
|
80
|
-
content: string;
|
|
81
80
|
imageUrl: string;
|
|
82
81
|
name: string;
|
|
83
82
|
createdAt: string;
|
|
83
|
+
content: string;
|
|
84
84
|
}[];
|
|
85
85
|
payment: {
|
|
86
86
|
type: "creditCard" | "bankTransfer" | "convenienceStore";
|
|
87
87
|
state: "waitPayment" | "canceled" | "completed" | "expired" | "reserved" | "underpayment" | "transactionFailed";
|
|
88
88
|
};
|
|
89
89
|
rewardDeliveries: {
|
|
90
|
-
id: number;
|
|
91
90
|
price: number;
|
|
91
|
+
id: number;
|
|
92
92
|
rewardThumbnailUrl: string;
|
|
93
93
|
deliveryState: "notStarted" | "failed" | "completed" | "unnecessary";
|
|
94
94
|
selectedCount: number;
|
|
@@ -4,35 +4,35 @@ import { ForceDig } from '@readyfor/api-client-base';
|
|
|
4
4
|
type V2FundraisingSpotCrowdfundingProjectOrdersOrderIdGetOperation = paths["/api/v2/fundraising/spot_crowdfunding_project_orders/{order_id}"]["get"];
|
|
5
5
|
type V2FundraisingSpotCrowdfundingProjectOrdersOrderIdGetResponse = V2FundraisingSpotCrowdfundingProjectOrdersOrderIdGetOperation["responses"]["200"]["content"]["application/json"];
|
|
6
6
|
declare const buildV2FundraisingSpotCrowdfundingProjectOrdersOrderIdGetFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
|
|
7
|
-
payAmount: number;
|
|
8
|
-
id: number;
|
|
9
7
|
contributor: {
|
|
10
|
-
id: number;
|
|
11
8
|
imageUrl: string;
|
|
12
9
|
email: string | null;
|
|
13
10
|
name: string;
|
|
11
|
+
id: number;
|
|
14
12
|
isActive: boolean;
|
|
15
13
|
hasValidOrder: boolean;
|
|
16
14
|
};
|
|
17
15
|
createdAt: string;
|
|
16
|
+
payAmount: number;
|
|
17
|
+
id: number;
|
|
18
18
|
project: {
|
|
19
19
|
id: number;
|
|
20
20
|
title: string;
|
|
21
21
|
};
|
|
22
22
|
state: "waitPayment" | "pendingProjectAchievement" | "unsuccessful" | "canceled" | "confirmed";
|
|
23
23
|
comments: {
|
|
24
|
-
content: string;
|
|
25
24
|
imageUrl: string;
|
|
26
25
|
name: string;
|
|
27
26
|
createdAt: string;
|
|
27
|
+
content: string;
|
|
28
28
|
}[];
|
|
29
29
|
payment: {
|
|
30
30
|
type: "creditCard" | "bankTransfer" | "convenienceStore";
|
|
31
31
|
state: "waitPayment" | "canceled" | "completed" | "expired" | "reserved" | "underpayment" | "transactionFailed";
|
|
32
32
|
};
|
|
33
33
|
rewardDeliveries: {
|
|
34
|
-
id: number;
|
|
35
34
|
price: number;
|
|
35
|
+
id: number;
|
|
36
36
|
rewardThumbnailUrl: string;
|
|
37
37
|
deliveryState: "notStarted" | "failed" | "completed" | "unnecessary";
|
|
38
38
|
selectedCount: number;
|
|
@@ -60,35 +60,35 @@ type V2FundraisingSpotCrowdfundingProjectOrdersOrderIdGetPath = ForceDig<V2Fundr
|
|
|
60
60
|
"path"
|
|
61
61
|
]>;
|
|
62
62
|
declare const getV2FundraisingSpotCrowdfundingProjectOrdersOrderId: (path: V2FundraisingSpotCrowdfundingProjectOrdersOrderIdGetPath, customRequestInit?: RequestInit) => Promise<{
|
|
63
|
-
payAmount: number;
|
|
64
|
-
id: number;
|
|
65
63
|
contributor: {
|
|
66
|
-
id: number;
|
|
67
64
|
imageUrl: string;
|
|
68
65
|
email: string | null;
|
|
69
66
|
name: string;
|
|
67
|
+
id: number;
|
|
70
68
|
isActive: boolean;
|
|
71
69
|
hasValidOrder: boolean;
|
|
72
70
|
};
|
|
73
71
|
createdAt: string;
|
|
72
|
+
payAmount: number;
|
|
73
|
+
id: number;
|
|
74
74
|
project: {
|
|
75
75
|
id: number;
|
|
76
76
|
title: string;
|
|
77
77
|
};
|
|
78
78
|
state: "waitPayment" | "pendingProjectAchievement" | "unsuccessful" | "canceled" | "confirmed";
|
|
79
79
|
comments: {
|
|
80
|
-
content: string;
|
|
81
80
|
imageUrl: string;
|
|
82
81
|
name: string;
|
|
83
82
|
createdAt: string;
|
|
83
|
+
content: string;
|
|
84
84
|
}[];
|
|
85
85
|
payment: {
|
|
86
86
|
type: "creditCard" | "bankTransfer" | "convenienceStore";
|
|
87
87
|
state: "waitPayment" | "canceled" | "completed" | "expired" | "reserved" | "underpayment" | "transactionFailed";
|
|
88
88
|
};
|
|
89
89
|
rewardDeliveries: {
|
|
90
|
-
id: number;
|
|
91
90
|
price: number;
|
|
91
|
+
id: number;
|
|
92
92
|
rewardThumbnailUrl: string;
|
|
93
93
|
deliveryState: "notStarted" | "failed" | "completed" | "unnecessary";
|
|
94
94
|
selectedCount: number;
|
|
@@ -20,16 +20,16 @@ declare const buildV2FundraisingSteadyCrowdfundingProjectOrdersGetFetcher: (requ
|
|
|
20
20
|
nextPage?: number | undefined;
|
|
21
21
|
};
|
|
22
22
|
orders: ({
|
|
23
|
-
id: number;
|
|
24
23
|
contributor: {
|
|
25
|
-
id: number;
|
|
26
24
|
email: string | null;
|
|
27
25
|
name: string;
|
|
26
|
+
id: number;
|
|
28
27
|
imageUrl?: string | undefined;
|
|
29
28
|
};
|
|
30
29
|
createdAt: string;
|
|
31
30
|
totalAmount: number;
|
|
32
31
|
monthlyAmount: number;
|
|
32
|
+
id: number;
|
|
33
33
|
billingState: "billingContinuing" | "billingDiscontinued" | "waitRetryPayment";
|
|
34
34
|
project: {
|
|
35
35
|
id: number;
|
|
@@ -45,15 +45,15 @@ declare const buildV2FundraisingSteadyCrowdfundingProjectOrdersGetFetcher: (requ
|
|
|
45
45
|
} | undefined;
|
|
46
46
|
comment?: string | undefined;
|
|
47
47
|
} | {
|
|
48
|
-
id: number;
|
|
49
48
|
contributor: {
|
|
50
|
-
id: number;
|
|
51
49
|
email: string | null;
|
|
52
50
|
name: string;
|
|
51
|
+
id: number;
|
|
53
52
|
imageUrl?: string | undefined;
|
|
54
53
|
};
|
|
55
54
|
createdAt: string;
|
|
56
55
|
amount: number;
|
|
56
|
+
id: number;
|
|
57
57
|
project: {
|
|
58
58
|
id: number;
|
|
59
59
|
title: string;
|
|
@@ -91,16 +91,16 @@ declare const getV2FundraisingSteadyCrowdfundingProjectOrders: (query: V2Fundrai
|
|
|
91
91
|
nextPage?: number | undefined;
|
|
92
92
|
};
|
|
93
93
|
orders: ({
|
|
94
|
-
id: number;
|
|
95
94
|
contributor: {
|
|
96
|
-
id: number;
|
|
97
95
|
email: string | null;
|
|
98
96
|
name: string;
|
|
97
|
+
id: number;
|
|
99
98
|
imageUrl?: string | undefined;
|
|
100
99
|
};
|
|
101
100
|
createdAt: string;
|
|
102
101
|
totalAmount: number;
|
|
103
102
|
monthlyAmount: number;
|
|
103
|
+
id: number;
|
|
104
104
|
billingState: "billingContinuing" | "billingDiscontinued" | "waitRetryPayment";
|
|
105
105
|
project: {
|
|
106
106
|
id: number;
|
|
@@ -116,15 +116,15 @@ declare const getV2FundraisingSteadyCrowdfundingProjectOrders: (query: V2Fundrai
|
|
|
116
116
|
} | undefined;
|
|
117
117
|
comment?: string | undefined;
|
|
118
118
|
} | {
|
|
119
|
-
id: number;
|
|
120
119
|
contributor: {
|
|
121
|
-
id: number;
|
|
122
120
|
email: string | null;
|
|
123
121
|
name: string;
|
|
122
|
+
id: number;
|
|
124
123
|
imageUrl?: string | undefined;
|
|
125
124
|
};
|
|
126
125
|
createdAt: string;
|
|
127
126
|
amount: number;
|
|
127
|
+
id: number;
|
|
128
128
|
project: {
|
|
129
129
|
id: number;
|
|
130
130
|
title: string;
|
|
@@ -20,16 +20,16 @@ declare const buildV2FundraisingSteadyCrowdfundingProjectOrdersGetFetcher: (requ
|
|
|
20
20
|
nextPage?: number | undefined;
|
|
21
21
|
};
|
|
22
22
|
orders: ({
|
|
23
|
-
id: number;
|
|
24
23
|
contributor: {
|
|
25
|
-
id: number;
|
|
26
24
|
email: string | null;
|
|
27
25
|
name: string;
|
|
26
|
+
id: number;
|
|
28
27
|
imageUrl?: string | undefined;
|
|
29
28
|
};
|
|
30
29
|
createdAt: string;
|
|
31
30
|
totalAmount: number;
|
|
32
31
|
monthlyAmount: number;
|
|
32
|
+
id: number;
|
|
33
33
|
billingState: "billingContinuing" | "billingDiscontinued" | "waitRetryPayment";
|
|
34
34
|
project: {
|
|
35
35
|
id: number;
|
|
@@ -45,15 +45,15 @@ declare const buildV2FundraisingSteadyCrowdfundingProjectOrdersGetFetcher: (requ
|
|
|
45
45
|
} | undefined;
|
|
46
46
|
comment?: string | undefined;
|
|
47
47
|
} | {
|
|
48
|
-
id: number;
|
|
49
48
|
contributor: {
|
|
50
|
-
id: number;
|
|
51
49
|
email: string | null;
|
|
52
50
|
name: string;
|
|
51
|
+
id: number;
|
|
53
52
|
imageUrl?: string | undefined;
|
|
54
53
|
};
|
|
55
54
|
createdAt: string;
|
|
56
55
|
amount: number;
|
|
56
|
+
id: number;
|
|
57
57
|
project: {
|
|
58
58
|
id: number;
|
|
59
59
|
title: string;
|
|
@@ -91,16 +91,16 @@ declare const getV2FundraisingSteadyCrowdfundingProjectOrders: (query: V2Fundrai
|
|
|
91
91
|
nextPage?: number | undefined;
|
|
92
92
|
};
|
|
93
93
|
orders: ({
|
|
94
|
-
id: number;
|
|
95
94
|
contributor: {
|
|
96
|
-
id: number;
|
|
97
95
|
email: string | null;
|
|
98
96
|
name: string;
|
|
97
|
+
id: number;
|
|
99
98
|
imageUrl?: string | undefined;
|
|
100
99
|
};
|
|
101
100
|
createdAt: string;
|
|
102
101
|
totalAmount: number;
|
|
103
102
|
monthlyAmount: number;
|
|
103
|
+
id: number;
|
|
104
104
|
billingState: "billingContinuing" | "billingDiscontinued" | "waitRetryPayment";
|
|
105
105
|
project: {
|
|
106
106
|
id: number;
|
|
@@ -116,15 +116,15 @@ declare const getV2FundraisingSteadyCrowdfundingProjectOrders: (query: V2Fundrai
|
|
|
116
116
|
} | undefined;
|
|
117
117
|
comment?: string | undefined;
|
|
118
118
|
} | {
|
|
119
|
-
id: number;
|
|
120
119
|
contributor: {
|
|
121
|
-
id: number;
|
|
122
120
|
email: string | null;
|
|
123
121
|
name: string;
|
|
122
|
+
id: number;
|
|
124
123
|
imageUrl?: string | undefined;
|
|
125
124
|
};
|
|
126
125
|
createdAt: string;
|
|
127
126
|
amount: number;
|
|
127
|
+
id: number;
|
|
128
128
|
project: {
|
|
129
129
|
id: number;
|
|
130
130
|
title: string;
|
|
@@ -5,13 +5,13 @@ type V2FundraisingSteadyCrowdfundingProjectOrdersAllGetOperation = paths["/api/v
|
|
|
5
5
|
type V2FundraisingSteadyCrowdfundingProjectOrdersAllGetResponse = V2FundraisingSteadyCrowdfundingProjectOrdersAllGetOperation["responses"]["200"]["content"]["application/json"];
|
|
6
6
|
declare const buildV2FundraisingSteadyCrowdfundingProjectOrdersAllGetFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
|
|
7
7
|
orders: {
|
|
8
|
-
id: number;
|
|
9
8
|
contributor: {
|
|
10
|
-
id: number;
|
|
11
9
|
email: string | null;
|
|
12
10
|
name: string;
|
|
11
|
+
id: number;
|
|
13
12
|
imageUrl?: string | undefined;
|
|
14
13
|
};
|
|
14
|
+
id: number;
|
|
15
15
|
}[];
|
|
16
16
|
}>;
|
|
17
17
|
type V2FundraisingSteadyCrowdfundingProjectOrdersAllGetQuery = QueryPropsFor<ForceDig<V2FundraisingSteadyCrowdfundingProjectOrdersAllGetOperation, [
|
|
@@ -20,13 +20,13 @@ type V2FundraisingSteadyCrowdfundingProjectOrdersAllGetQuery = QueryPropsFor<For
|
|
|
20
20
|
]>>;
|
|
21
21
|
declare const getV2FundraisingSteadyCrowdfundingProjectOrdersAll: (query: V2FundraisingSteadyCrowdfundingProjectOrdersAllGetQuery, customRequestInit?: RequestInit) => Promise<{
|
|
22
22
|
orders: {
|
|
23
|
-
id: number;
|
|
24
23
|
contributor: {
|
|
25
|
-
id: number;
|
|
26
24
|
email: string | null;
|
|
27
25
|
name: string;
|
|
26
|
+
id: number;
|
|
28
27
|
imageUrl?: string | undefined;
|
|
29
28
|
};
|
|
29
|
+
id: number;
|
|
30
30
|
}[];
|
|
31
31
|
}>;
|
|
32
32
|
|
|
@@ -5,13 +5,13 @@ type V2FundraisingSteadyCrowdfundingProjectOrdersAllGetOperation = paths["/api/v
|
|
|
5
5
|
type V2FundraisingSteadyCrowdfundingProjectOrdersAllGetResponse = V2FundraisingSteadyCrowdfundingProjectOrdersAllGetOperation["responses"]["200"]["content"]["application/json"];
|
|
6
6
|
declare const buildV2FundraisingSteadyCrowdfundingProjectOrdersAllGetFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
|
|
7
7
|
orders: {
|
|
8
|
-
id: number;
|
|
9
8
|
contributor: {
|
|
10
|
-
id: number;
|
|
11
9
|
email: string | null;
|
|
12
10
|
name: string;
|
|
11
|
+
id: number;
|
|
13
12
|
imageUrl?: string | undefined;
|
|
14
13
|
};
|
|
14
|
+
id: number;
|
|
15
15
|
}[];
|
|
16
16
|
}>;
|
|
17
17
|
type V2FundraisingSteadyCrowdfundingProjectOrdersAllGetQuery = QueryPropsFor<ForceDig<V2FundraisingSteadyCrowdfundingProjectOrdersAllGetOperation, [
|
|
@@ -20,13 +20,13 @@ type V2FundraisingSteadyCrowdfundingProjectOrdersAllGetQuery = QueryPropsFor<For
|
|
|
20
20
|
]>>;
|
|
21
21
|
declare const getV2FundraisingSteadyCrowdfundingProjectOrdersAll: (query: V2FundraisingSteadyCrowdfundingProjectOrdersAllGetQuery, customRequestInit?: RequestInit) => Promise<{
|
|
22
22
|
orders: {
|
|
23
|
-
id: number;
|
|
24
23
|
contributor: {
|
|
25
|
-
id: number;
|
|
26
24
|
email: string | null;
|
|
27
25
|
name: string;
|
|
26
|
+
id: number;
|
|
28
27
|
imageUrl?: string | undefined;
|
|
29
28
|
};
|
|
29
|
+
id: number;
|
|
30
30
|
}[];
|
|
31
31
|
}>;
|
|
32
32
|
|