@readyfor/api-client-readyfor-api 0.156.0-pr911.6160ee9 → 0.156.0-pr911.d0297b9
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/v2ContributionsExecContribution.d.mts +2 -2
- package/dist/fetch/v2ContributionsExecContribution.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/v2ContributionsRetryContribution.d.mts +2 -2
- package/dist/fetch/v2ContributionsRetryContribution.d.ts +2 -2
- 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/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 +4 -4
- package/dist/fetch/v2FundraisingSteadyCrowdfundingProjectOrders.d.ts +4 -4
- package/dist/fetch/v2FundraisingSteadyCrowdfundingProjectOrdersAll.d.mts +4 -4
- package/dist/fetch/v2FundraisingSteadyCrowdfundingProjectOrdersAll.d.ts +4 -4
- package/dist/fetch/v2FundraisingSteadyCrowdfundingProjectOrdersOrderId.d.mts +6 -6
- package/dist/fetch/v2FundraisingSteadyCrowdfundingProjectOrdersOrderId.d.ts +6 -6
- package/dist/fetch/v2OwnerCrmContributorsOrders.d.mts +2 -2
- package/dist/fetch/v2OwnerCrmContributorsOrders.d.ts +2 -2
- 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/v2OwnerCrmRewardDeliveries.d.mts +2 -2
- package/dist/fetch/v2OwnerCrmRewardDeliveries.d.ts +2 -2
- package/dist/fetch/v2OwnerCrmRewardDeliveriesExOptions.d.mts +2 -2
- package/dist/fetch/v2OwnerCrmRewardDeliveriesExOptions.d.ts +2 -2
- package/dist/fetch/v2OwnerCrmRewards.d.mts +2 -2
- package/dist/fetch/v2OwnerCrmRewards.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
|
@@ -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
|
deliveryState: "notStarted" | "completed" | "actionNotNeeded";
|
|
10
10
|
deliveryRate: number;
|
|
11
11
|
thumbnailUrl: string;
|
|
@@ -40,8 +40,8 @@ type V2FundraisingRewardsRewardIdGetPath = ForceDig<V2FundraisingRewardsRewardId
|
|
|
40
40
|
"path"
|
|
41
41
|
]>;
|
|
42
42
|
declare const getV2FundraisingRewardsRewardId: (path: V2FundraisingRewardsRewardIdGetPath, requestBody: FormData, requestInit?: RequestInit) => Promise<{
|
|
43
|
-
id: number;
|
|
44
43
|
price: number;
|
|
44
|
+
id: number;
|
|
45
45
|
deliveryState: "notStarted" | "completed" | "actionNotNeeded";
|
|
46
46
|
deliveryRate: number;
|
|
47
47
|
thumbnailUrl: 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
|
state: "waitPayment" | "pendingProjectAchievement" | "unsuccessful" | "canceled" | "confirmed";
|
|
33
33
|
project: {
|
|
34
34
|
id: number;
|
|
@@ -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
|
state: "waitPayment" | "pendingProjectAchievement" | "unsuccessful" | "canceled" | "confirmed";
|
|
89
89
|
project: {
|
|
90
90
|
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
|
state: "waitPayment" | "pendingProjectAchievement" | "unsuccessful" | "canceled" | "confirmed";
|
|
33
33
|
project: {
|
|
34
34
|
id: number;
|
|
@@ -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
|
state: "waitPayment" | "pendingProjectAchievement" | "unsuccessful" | "canceled" | "confirmed";
|
|
89
89
|
project: {
|
|
90
90
|
id: number;
|
|
@@ -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, requestBody: FormData, requestInit?: 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, requestBody: FormData, requestInit?: 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,17 +4,17 @@ 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
|
state: "waitPayment" | "pendingProjectAchievement" | "unsuccessful" | "canceled" | "confirmed";
|
|
19
19
|
project: {
|
|
20
20
|
id: number;
|
|
@@ -25,18 +25,18 @@ declare const buildV2FundraisingSpotCrowdfundingProjectOrdersOrderIdGetFetcher:
|
|
|
25
25
|
state: "waitPayment" | "canceled" | "completed" | "expired" | "reserved" | "underpayment" | "transactionFailed";
|
|
26
26
|
};
|
|
27
27
|
rewardDeliveries: {
|
|
28
|
-
id: number;
|
|
29
28
|
price: number;
|
|
29
|
+
id: number;
|
|
30
30
|
rewardThumbnailUrl: string;
|
|
31
31
|
deliveryState: "unnecessary" | "failed" | "notStarted" | "completed";
|
|
32
32
|
selectedCount: number;
|
|
33
33
|
rewardTitle?: string | undefined;
|
|
34
34
|
}[];
|
|
35
35
|
comments: {
|
|
36
|
-
content: string;
|
|
37
36
|
imageUrl: string;
|
|
38
37
|
name: string;
|
|
39
38
|
createdAt: string;
|
|
39
|
+
content: string;
|
|
40
40
|
}[];
|
|
41
41
|
privacyProtected: boolean;
|
|
42
42
|
delivery?: {
|
|
@@ -60,17 +60,17 @@ type V2FundraisingSpotCrowdfundingProjectOrdersOrderIdGetPath = ForceDig<V2Fundr
|
|
|
60
60
|
"path"
|
|
61
61
|
]>;
|
|
62
62
|
declare const getV2FundraisingSpotCrowdfundingProjectOrdersOrderId: (path: V2FundraisingSpotCrowdfundingProjectOrdersOrderIdGetPath, requestBody: FormData, requestInit?: 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
|
state: "waitPayment" | "pendingProjectAchievement" | "unsuccessful" | "canceled" | "confirmed";
|
|
75
75
|
project: {
|
|
76
76
|
id: number;
|
|
@@ -81,18 +81,18 @@ declare const getV2FundraisingSpotCrowdfundingProjectOrdersOrderId: (path: V2Fun
|
|
|
81
81
|
state: "waitPayment" | "canceled" | "completed" | "expired" | "reserved" | "underpayment" | "transactionFailed";
|
|
82
82
|
};
|
|
83
83
|
rewardDeliveries: {
|
|
84
|
-
id: number;
|
|
85
84
|
price: number;
|
|
85
|
+
id: number;
|
|
86
86
|
rewardThumbnailUrl: string;
|
|
87
87
|
deliveryState: "unnecessary" | "failed" | "notStarted" | "completed";
|
|
88
88
|
selectedCount: number;
|
|
89
89
|
rewardTitle?: string | undefined;
|
|
90
90
|
}[];
|
|
91
91
|
comments: {
|
|
92
|
-
content: string;
|
|
93
92
|
imageUrl: string;
|
|
94
93
|
name: string;
|
|
95
94
|
createdAt: string;
|
|
95
|
+
content: string;
|
|
96
96
|
}[];
|
|
97
97
|
privacyProtected: boolean;
|
|
98
98
|
delivery?: {
|
|
@@ -4,17 +4,17 @@ 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
|
state: "waitPayment" | "pendingProjectAchievement" | "unsuccessful" | "canceled" | "confirmed";
|
|
19
19
|
project: {
|
|
20
20
|
id: number;
|
|
@@ -25,18 +25,18 @@ declare const buildV2FundraisingSpotCrowdfundingProjectOrdersOrderIdGetFetcher:
|
|
|
25
25
|
state: "waitPayment" | "canceled" | "completed" | "expired" | "reserved" | "underpayment" | "transactionFailed";
|
|
26
26
|
};
|
|
27
27
|
rewardDeliveries: {
|
|
28
|
-
id: number;
|
|
29
28
|
price: number;
|
|
29
|
+
id: number;
|
|
30
30
|
rewardThumbnailUrl: string;
|
|
31
31
|
deliveryState: "unnecessary" | "failed" | "notStarted" | "completed";
|
|
32
32
|
selectedCount: number;
|
|
33
33
|
rewardTitle?: string | undefined;
|
|
34
34
|
}[];
|
|
35
35
|
comments: {
|
|
36
|
-
content: string;
|
|
37
36
|
imageUrl: string;
|
|
38
37
|
name: string;
|
|
39
38
|
createdAt: string;
|
|
39
|
+
content: string;
|
|
40
40
|
}[];
|
|
41
41
|
privacyProtected: boolean;
|
|
42
42
|
delivery?: {
|
|
@@ -60,17 +60,17 @@ type V2FundraisingSpotCrowdfundingProjectOrdersOrderIdGetPath = ForceDig<V2Fundr
|
|
|
60
60
|
"path"
|
|
61
61
|
]>;
|
|
62
62
|
declare const getV2FundraisingSpotCrowdfundingProjectOrdersOrderId: (path: V2FundraisingSpotCrowdfundingProjectOrdersOrderIdGetPath, requestBody: FormData, requestInit?: 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
|
state: "waitPayment" | "pendingProjectAchievement" | "unsuccessful" | "canceled" | "confirmed";
|
|
75
75
|
project: {
|
|
76
76
|
id: number;
|
|
@@ -81,18 +81,18 @@ declare const getV2FundraisingSpotCrowdfundingProjectOrdersOrderId: (path: V2Fun
|
|
|
81
81
|
state: "waitPayment" | "canceled" | "completed" | "expired" | "reserved" | "underpayment" | "transactionFailed";
|
|
82
82
|
};
|
|
83
83
|
rewardDeliveries: {
|
|
84
|
-
id: number;
|
|
85
84
|
price: number;
|
|
85
|
+
id: number;
|
|
86
86
|
rewardThumbnailUrl: string;
|
|
87
87
|
deliveryState: "unnecessary" | "failed" | "notStarted" | "completed";
|
|
88
88
|
selectedCount: number;
|
|
89
89
|
rewardTitle?: string | undefined;
|
|
90
90
|
}[];
|
|
91
91
|
comments: {
|
|
92
|
-
content: string;
|
|
93
92
|
imageUrl: string;
|
|
94
93
|
name: string;
|
|
95
94
|
createdAt: string;
|
|
95
|
+
content: string;
|
|
96
96
|
}[];
|
|
97
97
|
privacyProtected: boolean;
|
|
98
98
|
delivery?: {
|
|
@@ -19,16 +19,16 @@ declare const buildV2FundraisingSteadyCrowdfundingProjectOrdersGetFetcher: (requ
|
|
|
19
19
|
nextPage?: number | undefined;
|
|
20
20
|
};
|
|
21
21
|
orders: {
|
|
22
|
-
id: number;
|
|
23
22
|
contributor: {
|
|
24
|
-
id: number;
|
|
25
23
|
email: string | null;
|
|
26
24
|
name: string;
|
|
25
|
+
id: number;
|
|
27
26
|
imageUrl?: string | undefined;
|
|
28
27
|
};
|
|
29
28
|
createdAt: string;
|
|
30
29
|
totalAmount: number;
|
|
31
30
|
monthlyAmount: number;
|
|
31
|
+
id: number;
|
|
32
32
|
project: {
|
|
33
33
|
id: number;
|
|
34
34
|
title: string;
|
|
@@ -63,16 +63,16 @@ declare const getV2FundraisingSteadyCrowdfundingProjectOrders: (query: V2Fundrai
|
|
|
63
63
|
nextPage?: number | undefined;
|
|
64
64
|
};
|
|
65
65
|
orders: {
|
|
66
|
-
id: number;
|
|
67
66
|
contributor: {
|
|
68
|
-
id: number;
|
|
69
67
|
email: string | null;
|
|
70
68
|
name: string;
|
|
69
|
+
id: number;
|
|
71
70
|
imageUrl?: string | undefined;
|
|
72
71
|
};
|
|
73
72
|
createdAt: string;
|
|
74
73
|
totalAmount: number;
|
|
75
74
|
monthlyAmount: number;
|
|
75
|
+
id: number;
|
|
76
76
|
project: {
|
|
77
77
|
id: number;
|
|
78
78
|
title: string;
|
|
@@ -19,16 +19,16 @@ declare const buildV2FundraisingSteadyCrowdfundingProjectOrdersGetFetcher: (requ
|
|
|
19
19
|
nextPage?: number | undefined;
|
|
20
20
|
};
|
|
21
21
|
orders: {
|
|
22
|
-
id: number;
|
|
23
22
|
contributor: {
|
|
24
|
-
id: number;
|
|
25
23
|
email: string | null;
|
|
26
24
|
name: string;
|
|
25
|
+
id: number;
|
|
27
26
|
imageUrl?: string | undefined;
|
|
28
27
|
};
|
|
29
28
|
createdAt: string;
|
|
30
29
|
totalAmount: number;
|
|
31
30
|
monthlyAmount: number;
|
|
31
|
+
id: number;
|
|
32
32
|
project: {
|
|
33
33
|
id: number;
|
|
34
34
|
title: string;
|
|
@@ -63,16 +63,16 @@ declare const getV2FundraisingSteadyCrowdfundingProjectOrders: (query: V2Fundrai
|
|
|
63
63
|
nextPage?: number | undefined;
|
|
64
64
|
};
|
|
65
65
|
orders: {
|
|
66
|
-
id: number;
|
|
67
66
|
contributor: {
|
|
68
|
-
id: number;
|
|
69
67
|
email: string | null;
|
|
70
68
|
name: string;
|
|
69
|
+
id: number;
|
|
71
70
|
imageUrl?: string | undefined;
|
|
72
71
|
};
|
|
73
72
|
createdAt: string;
|
|
74
73
|
totalAmount: number;
|
|
75
74
|
monthlyAmount: number;
|
|
75
|
+
id: number;
|
|
76
76
|
project: {
|
|
77
77
|
id: number;
|
|
78
78
|
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, requestBody: FormData, requestInit?: 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, requestBody: FormData, requestInit?: 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,18 +4,18 @@ import { ForceDig } from '@readyfor/api-client-base';
|
|
|
4
4
|
type V2FundraisingSteadyCrowdfundingProjectOrdersOrderIdGetOperation = paths["/api/v2/fundraising/steady_crowdfunding_project_orders/{order_id}"]["get"];
|
|
5
5
|
type V2FundraisingSteadyCrowdfundingProjectOrdersOrderIdGetResponse = V2FundraisingSteadyCrowdfundingProjectOrdersOrderIdGetOperation["responses"]["200"]["content"]["application/json"];
|
|
6
6
|
declare const buildV2FundraisingSteadyCrowdfundingProjectOrdersOrderIdGetFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
|
|
7
|
-
id: number;
|
|
8
7
|
contributor: {
|
|
9
|
-
id: number;
|
|
10
8
|
imageUrl: string;
|
|
11
9
|
email: string | null;
|
|
12
10
|
name: string;
|
|
11
|
+
id: number;
|
|
13
12
|
isActive: boolean;
|
|
14
13
|
hasValidOrder: boolean;
|
|
15
14
|
};
|
|
16
15
|
createdAt: string;
|
|
17
16
|
totalAmount: number;
|
|
18
17
|
monthlyAmount: number;
|
|
18
|
+
id: number;
|
|
19
19
|
project: {
|
|
20
20
|
id: number;
|
|
21
21
|
title: string;
|
|
@@ -27,10 +27,10 @@ declare const buildV2FundraisingSteadyCrowdfundingProjectOrdersOrderIdGetFetcher
|
|
|
27
27
|
};
|
|
28
28
|
recurringMonths: number;
|
|
29
29
|
comments: {
|
|
30
|
-
content: string;
|
|
31
30
|
imageUrl: string;
|
|
32
31
|
name: string;
|
|
33
32
|
createdAt: string;
|
|
33
|
+
content: string;
|
|
34
34
|
}[];
|
|
35
35
|
delivery?: {
|
|
36
36
|
zipCode: string;
|
|
@@ -54,18 +54,18 @@ type V2FundraisingSteadyCrowdfundingProjectOrdersOrderIdGetPath = ForceDig<V2Fun
|
|
|
54
54
|
"path"
|
|
55
55
|
]>;
|
|
56
56
|
declare const getV2FundraisingSteadyCrowdfundingProjectOrdersOrderId: (path: V2FundraisingSteadyCrowdfundingProjectOrdersOrderIdGetPath, requestBody: FormData, requestInit?: RequestInit) => Promise<{
|
|
57
|
-
id: number;
|
|
58
57
|
contributor: {
|
|
59
|
-
id: number;
|
|
60
58
|
imageUrl: string;
|
|
61
59
|
email: string | null;
|
|
62
60
|
name: string;
|
|
61
|
+
id: number;
|
|
63
62
|
isActive: boolean;
|
|
64
63
|
hasValidOrder: boolean;
|
|
65
64
|
};
|
|
66
65
|
createdAt: string;
|
|
67
66
|
totalAmount: number;
|
|
68
67
|
monthlyAmount: number;
|
|
68
|
+
id: number;
|
|
69
69
|
project: {
|
|
70
70
|
id: number;
|
|
71
71
|
title: string;
|
|
@@ -77,10 +77,10 @@ declare const getV2FundraisingSteadyCrowdfundingProjectOrdersOrderId: (path: V2F
|
|
|
77
77
|
};
|
|
78
78
|
recurringMonths: number;
|
|
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
|
delivery?: {
|
|
86
86
|
zipCode: string;
|
|
@@ -4,18 +4,18 @@ import { ForceDig } from '@readyfor/api-client-base';
|
|
|
4
4
|
type V2FundraisingSteadyCrowdfundingProjectOrdersOrderIdGetOperation = paths["/api/v2/fundraising/steady_crowdfunding_project_orders/{order_id}"]["get"];
|
|
5
5
|
type V2FundraisingSteadyCrowdfundingProjectOrdersOrderIdGetResponse = V2FundraisingSteadyCrowdfundingProjectOrdersOrderIdGetOperation["responses"]["200"]["content"]["application/json"];
|
|
6
6
|
declare const buildV2FundraisingSteadyCrowdfundingProjectOrdersOrderIdGetFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
|
|
7
|
-
id: number;
|
|
8
7
|
contributor: {
|
|
9
|
-
id: number;
|
|
10
8
|
imageUrl: string;
|
|
11
9
|
email: string | null;
|
|
12
10
|
name: string;
|
|
11
|
+
id: number;
|
|
13
12
|
isActive: boolean;
|
|
14
13
|
hasValidOrder: boolean;
|
|
15
14
|
};
|
|
16
15
|
createdAt: string;
|
|
17
16
|
totalAmount: number;
|
|
18
17
|
monthlyAmount: number;
|
|
18
|
+
id: number;
|
|
19
19
|
project: {
|
|
20
20
|
id: number;
|
|
21
21
|
title: string;
|
|
@@ -27,10 +27,10 @@ declare const buildV2FundraisingSteadyCrowdfundingProjectOrdersOrderIdGetFetcher
|
|
|
27
27
|
};
|
|
28
28
|
recurringMonths: number;
|
|
29
29
|
comments: {
|
|
30
|
-
content: string;
|
|
31
30
|
imageUrl: string;
|
|
32
31
|
name: string;
|
|
33
32
|
createdAt: string;
|
|
33
|
+
content: string;
|
|
34
34
|
}[];
|
|
35
35
|
delivery?: {
|
|
36
36
|
zipCode: string;
|
|
@@ -54,18 +54,18 @@ type V2FundraisingSteadyCrowdfundingProjectOrdersOrderIdGetPath = ForceDig<V2Fun
|
|
|
54
54
|
"path"
|
|
55
55
|
]>;
|
|
56
56
|
declare const getV2FundraisingSteadyCrowdfundingProjectOrdersOrderId: (path: V2FundraisingSteadyCrowdfundingProjectOrdersOrderIdGetPath, requestBody: FormData, requestInit?: RequestInit) => Promise<{
|
|
57
|
-
id: number;
|
|
58
57
|
contributor: {
|
|
59
|
-
id: number;
|
|
60
58
|
imageUrl: string;
|
|
61
59
|
email: string | null;
|
|
62
60
|
name: string;
|
|
61
|
+
id: number;
|
|
63
62
|
isActive: boolean;
|
|
64
63
|
hasValidOrder: boolean;
|
|
65
64
|
};
|
|
66
65
|
createdAt: string;
|
|
67
66
|
totalAmount: number;
|
|
68
67
|
monthlyAmount: number;
|
|
68
|
+
id: number;
|
|
69
69
|
project: {
|
|
70
70
|
id: number;
|
|
71
71
|
title: string;
|
|
@@ -77,10 +77,10 @@ declare const getV2FundraisingSteadyCrowdfundingProjectOrdersOrderId: (path: V2F
|
|
|
77
77
|
};
|
|
78
78
|
recurringMonths: number;
|
|
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
|
delivery?: {
|
|
86
86
|
zipCode: string;
|
|
@@ -17,8 +17,8 @@ declare const buildV2OwnerCrmContributorsOrdersGetFetcher: (requestInit?: Reques
|
|
|
17
17
|
orders: {
|
|
18
18
|
id: number;
|
|
19
19
|
project: {
|
|
20
|
-
id: number;
|
|
21
20
|
imageUrl: string;
|
|
21
|
+
id: number;
|
|
22
22
|
title: string;
|
|
23
23
|
fundingModel: 0 | 1 | 3 | 4;
|
|
24
24
|
};
|
|
@@ -60,8 +60,8 @@ declare const getV2OwnerCrmContributorsOrders: (query: V2OwnerCrmContributorsOrd
|
|
|
60
60
|
orders: {
|
|
61
61
|
id: number;
|
|
62
62
|
project: {
|
|
63
|
-
id: number;
|
|
64
63
|
imageUrl: string;
|
|
64
|
+
id: number;
|
|
65
65
|
title: string;
|
|
66
66
|
fundingModel: 0 | 1 | 3 | 4;
|
|
67
67
|
};
|
|
@@ -17,8 +17,8 @@ declare const buildV2OwnerCrmContributorsOrdersGetFetcher: (requestInit?: Reques
|
|
|
17
17
|
orders: {
|
|
18
18
|
id: number;
|
|
19
19
|
project: {
|
|
20
|
-
id: number;
|
|
21
20
|
imageUrl: string;
|
|
21
|
+
id: number;
|
|
22
22
|
title: string;
|
|
23
23
|
fundingModel: 0 | 1 | 3 | 4;
|
|
24
24
|
};
|
|
@@ -60,8 +60,8 @@ declare const getV2OwnerCrmContributorsOrders: (query: V2OwnerCrmContributorsOrd
|
|
|
60
60
|
orders: {
|
|
61
61
|
id: number;
|
|
62
62
|
project: {
|
|
63
|
-
id: number;
|
|
64
63
|
imageUrl: string;
|
|
64
|
+
id: number;
|
|
65
65
|
title: string;
|
|
66
66
|
fundingModel: 0 | 1 | 3 | 4;
|
|
67
67
|
};
|
|
@@ -5,8 +5,8 @@ type V2OwnerCrmContributorsProjectsGetOperation = paths["/api/v2/owner-crm/contr
|
|
|
5
5
|
type V2OwnerCrmContributorsProjectsGetResponse = V2OwnerCrmContributorsProjectsGetOperation["responses"]["200"]["content"]["application/json"];
|
|
6
6
|
declare const buildV2OwnerCrmContributorsProjectsGetFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
|
|
7
7
|
projects: {
|
|
8
|
-
id: number;
|
|
9
8
|
imageUrl: string;
|
|
9
|
+
id: number;
|
|
10
10
|
title: string;
|
|
11
11
|
fundingModel: 0 | 1 | 3 | 4;
|
|
12
12
|
}[];
|
|
@@ -17,8 +17,8 @@ type V2OwnerCrmContributorsProjectsGetQuery = ForceDig<V2OwnerCrmContributorsPro
|
|
|
17
17
|
]>;
|
|
18
18
|
declare const getV2OwnerCrmContributorsProjects: (query: V2OwnerCrmContributorsProjectsGetQuery, requestBody: FormData, requestInit?: RequestInit) => Promise<{
|
|
19
19
|
projects: {
|
|
20
|
-
id: number;
|
|
21
20
|
imageUrl: string;
|
|
21
|
+
id: number;
|
|
22
22
|
title: string;
|
|
23
23
|
fundingModel: 0 | 1 | 3 | 4;
|
|
24
24
|
}[];
|