@readyfor/api-client-readyfor-api 0.328.0 → 1.0.0-pr1240.53e8c16
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/components.d.mts +713 -7037
- package/dist/components.d.ts +713 -7037
- package/dist/fetch/v2ContributionsCard3dSecureExecContribution.d.mts +6 -6
- package/dist/fetch/v2ContributionsCard3dSecureExecContribution.d.ts +6 -6
- package/dist/fetch/v2ContributionsCard3dSecureRetryContribution.d.mts +6 -6
- package/dist/fetch/v2ContributionsCard3dSecureRetryContribution.d.ts +6 -6
- package/dist/fetch/v2ContributionsOrderInfo.d.mts +24 -24
- package/dist/fetch/v2ContributionsOrderInfo.d.ts +24 -24
- package/dist/fetch/v2ContributionsProjectInfo.d.mts +38 -38
- package/dist/fetch/v2ContributionsProjectInfo.d.ts +38 -38
- package/dist/fetch/v2ContributionsRecommendedProjects.d.mts +6 -6
- package/dist/fetch/v2ContributionsRecommendedProjects.d.ts +6 -6
- package/dist/fetch/v2ContributionsRecommendedTags.d.mts +2 -2
- package/dist/fetch/v2ContributionsRecommendedTags.d.ts +2 -2
- package/dist/fetch/v2ContributionsUserInfo.d.mts +24 -24
- package/dist/fetch/v2ContributionsUserInfo.d.ts +24 -24
- package/dist/fetch/v2FundraisingBulkMessagesTargetUsers.d.mts +4 -4
- package/dist/fetch/v2FundraisingBulkMessagesTargetUsers.d.ts +4 -4
- package/dist/fetch/v2FundraisingContributors.d.mts +18 -18
- package/dist/fetch/v2FundraisingContributors.d.ts +18 -18
- package/dist/fetch/v2FundraisingContributorsId.d.mts +12 -12
- package/dist/fetch/v2FundraisingContributorsId.d.ts +12 -12
- package/dist/fetch/v2FundraisingContributorsIdOrders.d.mts +36 -36
- package/dist/fetch/v2FundraisingContributorsIdOrders.d.ts +36 -36
- 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/v2FundraisingProjectsProjectIdPaymentSummary.d.mts +12 -12
- package/dist/fetch/v2FundraisingProjectsProjectIdPaymentSummary.d.ts +12 -12
- package/dist/fetch/v2FundraisingRewards.d.mts +28 -28
- package/dist/fetch/v2FundraisingRewards.d.ts +28 -28
- package/dist/fetch/v2FundraisingRewardsRewardId.d.mts +20 -20
- package/dist/fetch/v2FundraisingRewardsRewardId.d.ts +20 -20
- package/dist/fetch/v2FundraisingSpotCrowdfundingProjectOrders.d.mts +48 -48
- package/dist/fetch/v2FundraisingSpotCrowdfundingProjectOrders.d.ts +48 -48
- package/dist/fetch/v2FundraisingSpotCrowdfundingProjectOrdersAll.d.mts +6 -6
- package/dist/fetch/v2FundraisingSpotCrowdfundingProjectOrdersAll.d.ts +6 -6
- package/dist/fetch/v2FundraisingSpotCrowdfundingProjectOrdersOrderId.d.mts +60 -60
- package/dist/fetch/v2FundraisingSpotCrowdfundingProjectOrdersOrderId.d.ts +60 -60
- package/dist/fetch/v2FundraisingSteadyCrowdfundingProjectOrders.d.mts +48 -48
- package/dist/fetch/v2FundraisingSteadyCrowdfundingProjectOrders.d.ts +48 -48
- package/dist/fetch/v2FundraisingSteadyCrowdfundingProjectOrdersAll.d.mts +6 -6
- package/dist/fetch/v2FundraisingSteadyCrowdfundingProjectOrdersAll.d.ts +6 -6
- package/dist/fetch/v2FundraisingSteadyCrowdfundingProjectOrdersOrderId.d.mts +98 -98
- package/dist/fetch/v2FundraisingSteadyCrowdfundingProjectOrdersOrderId.d.ts +98 -98
- package/dist/fetch/v2ResourcesBankBranches.d.mts +4 -4
- package/dist/fetch/v2ResourcesBankBranches.d.ts +4 -4
- package/dist/fetch/v2ResourcesBanks.d.mts +4 -4
- package/dist/fetch/v2ResourcesBanks.d.ts +4 -4
- package/dist/fetch/v2ResourcesUsers.d.mts +2 -2
- package/dist/fetch/v2ResourcesUsers.d.ts +2 -2
- package/package.json +4 -4
|
@@ -4,17 +4,17 @@ import { ForceDig } from '@readyfor/api-client-base';
|
|
|
4
4
|
type V2ContributionsCard3dSecureExecContributionPostOperation = paths["/api/v2/contributions/card3d_secure/exec_contribution"]["post"];
|
|
5
5
|
type V2ContributionsCard3dSecureExecContributionPostResponse = V2ContributionsCard3dSecureExecContributionPostOperation["responses"]["200"]["content"]["application/json"];
|
|
6
6
|
declare const buildV2ContributionsCard3dSecureExecContributionPostFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
|
|
7
|
-
payAmount: number;
|
|
8
|
-
contributionLimit: number;
|
|
9
7
|
result: boolean;
|
|
10
8
|
orderId: number;
|
|
9
|
+
payAmount: number;
|
|
10
|
+
contributionLimit: number;
|
|
11
11
|
contributionAmount: number;
|
|
12
12
|
selectedRewards: {
|
|
13
13
|
id: number;
|
|
14
14
|
num: number;
|
|
15
15
|
rewardOptionValues: {
|
|
16
|
-
value: string;
|
|
17
16
|
id: number;
|
|
17
|
+
value: string;
|
|
18
18
|
}[] | null;
|
|
19
19
|
}[];
|
|
20
20
|
}>;
|
|
@@ -28,17 +28,17 @@ type V2ContributionsCard3dSecureExecContributionPostRequestBody = ForceDig<V2Con
|
|
|
28
28
|
"application/json"
|
|
29
29
|
]>;
|
|
30
30
|
declare const postV2ContributionsCard3dSecureExecContribution: (headers: V2ContributionsCard3dSecureExecContributionPostHeader, requestBody: V2ContributionsCard3dSecureExecContributionPostRequestBody, customRequestInit?: RequestInit) => Promise<{
|
|
31
|
-
payAmount: number;
|
|
32
|
-
contributionLimit: number;
|
|
33
31
|
result: boolean;
|
|
34
32
|
orderId: number;
|
|
33
|
+
payAmount: number;
|
|
34
|
+
contributionLimit: number;
|
|
35
35
|
contributionAmount: number;
|
|
36
36
|
selectedRewards: {
|
|
37
37
|
id: number;
|
|
38
38
|
num: number;
|
|
39
39
|
rewardOptionValues: {
|
|
40
|
-
value: string;
|
|
41
40
|
id: number;
|
|
41
|
+
value: string;
|
|
42
42
|
}[] | null;
|
|
43
43
|
}[];
|
|
44
44
|
}>;
|
|
@@ -4,17 +4,17 @@ import { ForceDig } from '@readyfor/api-client-base';
|
|
|
4
4
|
type V2ContributionsCard3dSecureExecContributionPostOperation = paths["/api/v2/contributions/card3d_secure/exec_contribution"]["post"];
|
|
5
5
|
type V2ContributionsCard3dSecureExecContributionPostResponse = V2ContributionsCard3dSecureExecContributionPostOperation["responses"]["200"]["content"]["application/json"];
|
|
6
6
|
declare const buildV2ContributionsCard3dSecureExecContributionPostFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
|
|
7
|
-
payAmount: number;
|
|
8
|
-
contributionLimit: number;
|
|
9
7
|
result: boolean;
|
|
10
8
|
orderId: number;
|
|
9
|
+
payAmount: number;
|
|
10
|
+
contributionLimit: number;
|
|
11
11
|
contributionAmount: number;
|
|
12
12
|
selectedRewards: {
|
|
13
13
|
id: number;
|
|
14
14
|
num: number;
|
|
15
15
|
rewardOptionValues: {
|
|
16
|
-
value: string;
|
|
17
16
|
id: number;
|
|
17
|
+
value: string;
|
|
18
18
|
}[] | null;
|
|
19
19
|
}[];
|
|
20
20
|
}>;
|
|
@@ -28,17 +28,17 @@ type V2ContributionsCard3dSecureExecContributionPostRequestBody = ForceDig<V2Con
|
|
|
28
28
|
"application/json"
|
|
29
29
|
]>;
|
|
30
30
|
declare const postV2ContributionsCard3dSecureExecContribution: (headers: V2ContributionsCard3dSecureExecContributionPostHeader, requestBody: V2ContributionsCard3dSecureExecContributionPostRequestBody, customRequestInit?: RequestInit) => Promise<{
|
|
31
|
-
payAmount: number;
|
|
32
|
-
contributionLimit: number;
|
|
33
31
|
result: boolean;
|
|
34
32
|
orderId: number;
|
|
33
|
+
payAmount: number;
|
|
34
|
+
contributionLimit: number;
|
|
35
35
|
contributionAmount: number;
|
|
36
36
|
selectedRewards: {
|
|
37
37
|
id: number;
|
|
38
38
|
num: number;
|
|
39
39
|
rewardOptionValues: {
|
|
40
|
-
value: string;
|
|
41
40
|
id: number;
|
|
41
|
+
value: string;
|
|
42
42
|
}[] | null;
|
|
43
43
|
}[];
|
|
44
44
|
}>;
|
|
@@ -4,17 +4,17 @@ import { ForceDig } from '@readyfor/api-client-base';
|
|
|
4
4
|
type V2ContributionsCard3dSecureRetryContributionPostOperation = paths["/api/v2/contributions/card3d_secure/retry_contribution"]["post"];
|
|
5
5
|
type V2ContributionsCard3dSecureRetryContributionPostResponse = V2ContributionsCard3dSecureRetryContributionPostOperation["responses"]["200"]["content"]["application/json"];
|
|
6
6
|
declare const buildV2ContributionsCard3dSecureRetryContributionPostFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
|
|
7
|
-
payAmount: number;
|
|
8
|
-
contributionLimit: number;
|
|
9
7
|
result: boolean;
|
|
10
8
|
orderId: number;
|
|
9
|
+
payAmount: number;
|
|
10
|
+
contributionLimit: number;
|
|
11
11
|
contributionAmount: number;
|
|
12
12
|
selectedRewards: {
|
|
13
13
|
id: number;
|
|
14
14
|
num: number;
|
|
15
15
|
rewardOptionValues: {
|
|
16
|
-
value: string;
|
|
17
16
|
id: number;
|
|
17
|
+
value: string;
|
|
18
18
|
}[] | null;
|
|
19
19
|
}[];
|
|
20
20
|
}>;
|
|
@@ -28,17 +28,17 @@ type V2ContributionsCard3dSecureRetryContributionPostRequestBody = ForceDig<V2Co
|
|
|
28
28
|
"application/json"
|
|
29
29
|
]>;
|
|
30
30
|
declare const postV2ContributionsCard3dSecureRetryContribution: (headers: V2ContributionsCard3dSecureRetryContributionPostHeader, requestBody: V2ContributionsCard3dSecureRetryContributionPostRequestBody, customRequestInit?: RequestInit) => Promise<{
|
|
31
|
-
payAmount: number;
|
|
32
|
-
contributionLimit: number;
|
|
33
31
|
result: boolean;
|
|
34
32
|
orderId: number;
|
|
33
|
+
payAmount: number;
|
|
34
|
+
contributionLimit: number;
|
|
35
35
|
contributionAmount: number;
|
|
36
36
|
selectedRewards: {
|
|
37
37
|
id: number;
|
|
38
38
|
num: number;
|
|
39
39
|
rewardOptionValues: {
|
|
40
|
-
value: string;
|
|
41
40
|
id: number;
|
|
41
|
+
value: string;
|
|
42
42
|
}[] | null;
|
|
43
43
|
}[];
|
|
44
44
|
}>;
|
|
@@ -4,17 +4,17 @@ import { ForceDig } from '@readyfor/api-client-base';
|
|
|
4
4
|
type V2ContributionsCard3dSecureRetryContributionPostOperation = paths["/api/v2/contributions/card3d_secure/retry_contribution"]["post"];
|
|
5
5
|
type V2ContributionsCard3dSecureRetryContributionPostResponse = V2ContributionsCard3dSecureRetryContributionPostOperation["responses"]["200"]["content"]["application/json"];
|
|
6
6
|
declare const buildV2ContributionsCard3dSecureRetryContributionPostFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
|
|
7
|
-
payAmount: number;
|
|
8
|
-
contributionLimit: number;
|
|
9
7
|
result: boolean;
|
|
10
8
|
orderId: number;
|
|
9
|
+
payAmount: number;
|
|
10
|
+
contributionLimit: number;
|
|
11
11
|
contributionAmount: number;
|
|
12
12
|
selectedRewards: {
|
|
13
13
|
id: number;
|
|
14
14
|
num: number;
|
|
15
15
|
rewardOptionValues: {
|
|
16
|
-
value: string;
|
|
17
16
|
id: number;
|
|
17
|
+
value: string;
|
|
18
18
|
}[] | null;
|
|
19
19
|
}[];
|
|
20
20
|
}>;
|
|
@@ -28,17 +28,17 @@ type V2ContributionsCard3dSecureRetryContributionPostRequestBody = ForceDig<V2Co
|
|
|
28
28
|
"application/json"
|
|
29
29
|
]>;
|
|
30
30
|
declare const postV2ContributionsCard3dSecureRetryContribution: (headers: V2ContributionsCard3dSecureRetryContributionPostHeader, requestBody: V2ContributionsCard3dSecureRetryContributionPostRequestBody, customRequestInit?: RequestInit) => Promise<{
|
|
31
|
-
payAmount: number;
|
|
32
|
-
contributionLimit: number;
|
|
33
31
|
result: boolean;
|
|
34
32
|
orderId: number;
|
|
33
|
+
payAmount: number;
|
|
34
|
+
contributionLimit: number;
|
|
35
35
|
contributionAmount: number;
|
|
36
36
|
selectedRewards: {
|
|
37
37
|
id: number;
|
|
38
38
|
num: number;
|
|
39
39
|
rewardOptionValues: {
|
|
40
|
-
value: string;
|
|
41
40
|
id: number;
|
|
41
|
+
value: string;
|
|
42
42
|
}[] | null;
|
|
43
43
|
}[];
|
|
44
44
|
}>;
|
|
@@ -6,16 +6,7 @@ type V2ContributionsOrderInfoGetResponse = V2ContributionsOrderInfoGetOperation[
|
|
|
6
6
|
declare const buildV2ContributionsOrderInfoGetFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
|
|
7
7
|
payAmount: number;
|
|
8
8
|
contributionLimit: number;
|
|
9
|
-
paymentType: "onetime" | "monthly" | "yearly";
|
|
10
9
|
contributionAmount: number | null;
|
|
11
|
-
selectedRewards: {
|
|
12
|
-
id: number;
|
|
13
|
-
num: number;
|
|
14
|
-
rewardOptionValues: {
|
|
15
|
-
value: string;
|
|
16
|
-
id: number;
|
|
17
|
-
}[] | null;
|
|
18
|
-
}[];
|
|
19
10
|
commentExists: boolean;
|
|
20
11
|
bankInfo: {
|
|
21
12
|
limitDateTime: string;
|
|
@@ -32,19 +23,28 @@ declare const buildV2ContributionsOrderInfoGetFetcher: (requestInit?: RequestIni
|
|
|
32
23
|
transferAmount: number;
|
|
33
24
|
} | null;
|
|
34
25
|
cvsInfo: {
|
|
35
|
-
amount: number;
|
|
36
26
|
paymentNumbers: {
|
|
37
|
-
value: string;
|
|
38
27
|
label: string;
|
|
28
|
+
value: string;
|
|
39
29
|
}[];
|
|
40
30
|
paymentTerm: string;
|
|
31
|
+
amount: number;
|
|
41
32
|
cvsName: string;
|
|
42
33
|
} | null;
|
|
34
|
+
selectedRewards: {
|
|
35
|
+
id: number;
|
|
36
|
+
num: number;
|
|
37
|
+
rewardOptionValues: {
|
|
38
|
+
id: number;
|
|
39
|
+
value: string;
|
|
40
|
+
}[] | null;
|
|
41
|
+
}[];
|
|
42
|
+
paymentType: "onetime" | "monthly" | "yearly";
|
|
43
43
|
nextBillingDate: string | null;
|
|
44
44
|
contributorSystemUsageFee: {
|
|
45
|
-
totalAmount: number;
|
|
46
45
|
fee: number;
|
|
47
46
|
salesTax: number;
|
|
47
|
+
totalAmount: number;
|
|
48
48
|
} | null;
|
|
49
49
|
}>;
|
|
50
50
|
type V2ContributionsOrderInfoGetQuery = ForceDig<V2ContributionsOrderInfoGetOperation, [
|
|
@@ -54,16 +54,7 @@ type V2ContributionsOrderInfoGetQuery = ForceDig<V2ContributionsOrderInfoGetOper
|
|
|
54
54
|
declare const getV2ContributionsOrderInfo: (query: V2ContributionsOrderInfoGetQuery, customRequestInit?: RequestInit) => Promise<{
|
|
55
55
|
payAmount: number;
|
|
56
56
|
contributionLimit: number;
|
|
57
|
-
paymentType: "onetime" | "monthly" | "yearly";
|
|
58
57
|
contributionAmount: number | null;
|
|
59
|
-
selectedRewards: {
|
|
60
|
-
id: number;
|
|
61
|
-
num: number;
|
|
62
|
-
rewardOptionValues: {
|
|
63
|
-
value: string;
|
|
64
|
-
id: number;
|
|
65
|
-
}[] | null;
|
|
66
|
-
}[];
|
|
67
58
|
commentExists: boolean;
|
|
68
59
|
bankInfo: {
|
|
69
60
|
limitDateTime: string;
|
|
@@ -80,19 +71,28 @@ declare const getV2ContributionsOrderInfo: (query: V2ContributionsOrderInfoGetQu
|
|
|
80
71
|
transferAmount: number;
|
|
81
72
|
} | null;
|
|
82
73
|
cvsInfo: {
|
|
83
|
-
amount: number;
|
|
84
74
|
paymentNumbers: {
|
|
85
|
-
value: string;
|
|
86
75
|
label: string;
|
|
76
|
+
value: string;
|
|
87
77
|
}[];
|
|
88
78
|
paymentTerm: string;
|
|
79
|
+
amount: number;
|
|
89
80
|
cvsName: string;
|
|
90
81
|
} | null;
|
|
82
|
+
selectedRewards: {
|
|
83
|
+
id: number;
|
|
84
|
+
num: number;
|
|
85
|
+
rewardOptionValues: {
|
|
86
|
+
id: number;
|
|
87
|
+
value: string;
|
|
88
|
+
}[] | null;
|
|
89
|
+
}[];
|
|
90
|
+
paymentType: "onetime" | "monthly" | "yearly";
|
|
91
91
|
nextBillingDate: string | null;
|
|
92
92
|
contributorSystemUsageFee: {
|
|
93
|
-
totalAmount: number;
|
|
94
93
|
fee: number;
|
|
95
94
|
salesTax: number;
|
|
95
|
+
totalAmount: number;
|
|
96
96
|
} | null;
|
|
97
97
|
}>;
|
|
98
98
|
|
|
@@ -6,16 +6,7 @@ type V2ContributionsOrderInfoGetResponse = V2ContributionsOrderInfoGetOperation[
|
|
|
6
6
|
declare const buildV2ContributionsOrderInfoGetFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
|
|
7
7
|
payAmount: number;
|
|
8
8
|
contributionLimit: number;
|
|
9
|
-
paymentType: "onetime" | "monthly" | "yearly";
|
|
10
9
|
contributionAmount: number | null;
|
|
11
|
-
selectedRewards: {
|
|
12
|
-
id: number;
|
|
13
|
-
num: number;
|
|
14
|
-
rewardOptionValues: {
|
|
15
|
-
value: string;
|
|
16
|
-
id: number;
|
|
17
|
-
}[] | null;
|
|
18
|
-
}[];
|
|
19
10
|
commentExists: boolean;
|
|
20
11
|
bankInfo: {
|
|
21
12
|
limitDateTime: string;
|
|
@@ -32,19 +23,28 @@ declare const buildV2ContributionsOrderInfoGetFetcher: (requestInit?: RequestIni
|
|
|
32
23
|
transferAmount: number;
|
|
33
24
|
} | null;
|
|
34
25
|
cvsInfo: {
|
|
35
|
-
amount: number;
|
|
36
26
|
paymentNumbers: {
|
|
37
|
-
value: string;
|
|
38
27
|
label: string;
|
|
28
|
+
value: string;
|
|
39
29
|
}[];
|
|
40
30
|
paymentTerm: string;
|
|
31
|
+
amount: number;
|
|
41
32
|
cvsName: string;
|
|
42
33
|
} | null;
|
|
34
|
+
selectedRewards: {
|
|
35
|
+
id: number;
|
|
36
|
+
num: number;
|
|
37
|
+
rewardOptionValues: {
|
|
38
|
+
id: number;
|
|
39
|
+
value: string;
|
|
40
|
+
}[] | null;
|
|
41
|
+
}[];
|
|
42
|
+
paymentType: "onetime" | "monthly" | "yearly";
|
|
43
43
|
nextBillingDate: string | null;
|
|
44
44
|
contributorSystemUsageFee: {
|
|
45
|
-
totalAmount: number;
|
|
46
45
|
fee: number;
|
|
47
46
|
salesTax: number;
|
|
47
|
+
totalAmount: number;
|
|
48
48
|
} | null;
|
|
49
49
|
}>;
|
|
50
50
|
type V2ContributionsOrderInfoGetQuery = ForceDig<V2ContributionsOrderInfoGetOperation, [
|
|
@@ -54,16 +54,7 @@ type V2ContributionsOrderInfoGetQuery = ForceDig<V2ContributionsOrderInfoGetOper
|
|
|
54
54
|
declare const getV2ContributionsOrderInfo: (query: V2ContributionsOrderInfoGetQuery, customRequestInit?: RequestInit) => Promise<{
|
|
55
55
|
payAmount: number;
|
|
56
56
|
contributionLimit: number;
|
|
57
|
-
paymentType: "onetime" | "monthly" | "yearly";
|
|
58
57
|
contributionAmount: number | null;
|
|
59
|
-
selectedRewards: {
|
|
60
|
-
id: number;
|
|
61
|
-
num: number;
|
|
62
|
-
rewardOptionValues: {
|
|
63
|
-
value: string;
|
|
64
|
-
id: number;
|
|
65
|
-
}[] | null;
|
|
66
|
-
}[];
|
|
67
58
|
commentExists: boolean;
|
|
68
59
|
bankInfo: {
|
|
69
60
|
limitDateTime: string;
|
|
@@ -80,19 +71,28 @@ declare const getV2ContributionsOrderInfo: (query: V2ContributionsOrderInfoGetQu
|
|
|
80
71
|
transferAmount: number;
|
|
81
72
|
} | null;
|
|
82
73
|
cvsInfo: {
|
|
83
|
-
amount: number;
|
|
84
74
|
paymentNumbers: {
|
|
85
|
-
value: string;
|
|
86
75
|
label: string;
|
|
76
|
+
value: string;
|
|
87
77
|
}[];
|
|
88
78
|
paymentTerm: string;
|
|
79
|
+
amount: number;
|
|
89
80
|
cvsName: string;
|
|
90
81
|
} | null;
|
|
82
|
+
selectedRewards: {
|
|
83
|
+
id: number;
|
|
84
|
+
num: number;
|
|
85
|
+
rewardOptionValues: {
|
|
86
|
+
id: number;
|
|
87
|
+
value: string;
|
|
88
|
+
}[] | null;
|
|
89
|
+
}[];
|
|
90
|
+
paymentType: "onetime" | "monthly" | "yearly";
|
|
91
91
|
nextBillingDate: string | null;
|
|
92
92
|
contributorSystemUsageFee: {
|
|
93
|
-
totalAmount: number;
|
|
94
93
|
fee: number;
|
|
95
94
|
salesTax: number;
|
|
95
|
+
totalAmount: number;
|
|
96
96
|
} | null;
|
|
97
97
|
}>;
|
|
98
98
|
|
|
@@ -5,32 +5,43 @@ type V2ContributionsProjectInfoGetOperation = paths["/api/v2/contributions/proje
|
|
|
5
5
|
type V2ContributionsProjectInfoGetResponse = V2ContributionsProjectInfoGetOperation["responses"]["200"]["content"]["application/json"];
|
|
6
6
|
declare const buildV2ContributionsProjectInfoGetFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
|
|
7
7
|
id: number;
|
|
8
|
+
userId: number;
|
|
8
9
|
title: string;
|
|
10
|
+
prettyState: "closed_counting" | "closed_achieved" | "closed_not_achieved" | "open_achieved" | "open_not_achieved" | "not_published";
|
|
9
11
|
expiredAt: string | null;
|
|
10
|
-
fundingModel: 0 | 1 | 3 | 4;
|
|
11
|
-
fundedPercent: number | null;
|
|
12
12
|
fundingTypeNotation: string;
|
|
13
|
+
fundingModel: 0 | 1 | 3 | 4;
|
|
14
|
+
rewardNotation: string;
|
|
15
|
+
requiredPeopleNum: number | null;
|
|
16
|
+
remainingDayOrTimeValue: string | null;
|
|
17
|
+
paymentMethodRestriction: 0 | 4 | 2 | 6;
|
|
18
|
+
supportType: "charity" | "furusato" | "normal";
|
|
19
|
+
ownerName: string;
|
|
20
|
+
ownerImage: {
|
|
21
|
+
src: string;
|
|
22
|
+
alt: string;
|
|
23
|
+
};
|
|
13
24
|
image: {
|
|
14
25
|
src: string;
|
|
15
26
|
alt: string;
|
|
16
27
|
};
|
|
17
28
|
rewards: {
|
|
18
|
-
price: number;
|
|
19
|
-
stockCount: string;
|
|
20
29
|
id: number;
|
|
21
30
|
title: string;
|
|
22
31
|
image: {
|
|
23
32
|
src: string;
|
|
24
33
|
alt: string;
|
|
25
34
|
} | null;
|
|
35
|
+
price: number;
|
|
26
36
|
description: string;
|
|
27
37
|
currentReservedStockCount: number | null;
|
|
28
38
|
contributionLimit: number | null;
|
|
39
|
+
stockCount: string;
|
|
29
40
|
deliverySchedule: string | null;
|
|
30
41
|
requireDelivery: boolean;
|
|
31
42
|
rewardOptions: {
|
|
32
|
-
name: string;
|
|
33
43
|
id: number;
|
|
44
|
+
name: string;
|
|
34
45
|
inputType: 0 | 5;
|
|
35
46
|
selections?: {
|
|
36
47
|
id: number;
|
|
@@ -40,24 +51,12 @@ declare const buildV2ContributionsProjectInfoGetFetcher: (requestInit?: RequestI
|
|
|
40
51
|
paymentType: "onetime" | "monthly" | "yearly";
|
|
41
52
|
minPrice: number | null;
|
|
42
53
|
}[];
|
|
43
|
-
|
|
54
|
+
hashTags: string[];
|
|
44
55
|
contributorSystemUsageFee: {
|
|
45
|
-
totalAmount: number;
|
|
46
56
|
fee: number;
|
|
47
57
|
salesTax: number;
|
|
58
|
+
totalAmount: number;
|
|
48
59
|
} | null;
|
|
49
|
-
prettyState: "closed_counting" | "closed_achieved" | "closed_not_achieved" | "open_achieved" | "open_not_achieved" | "not_published";
|
|
50
|
-
rewardNotation: string;
|
|
51
|
-
requiredPeopleNum: number | null;
|
|
52
|
-
remainingDayOrTimeValue: string | null;
|
|
53
|
-
paymentMethodRestriction: 0 | 4 | 2 | 6;
|
|
54
|
-
supportType: "charity" | "furusato" | "normal";
|
|
55
|
-
ownerName: string;
|
|
56
|
-
ownerImage: {
|
|
57
|
-
src: string;
|
|
58
|
-
alt: string;
|
|
59
|
-
};
|
|
60
|
-
hashTags: string[];
|
|
61
60
|
gmopgPaymentSetting: {
|
|
62
61
|
shopId: string;
|
|
63
62
|
mpTokenCredentials: {
|
|
@@ -65,6 +64,7 @@ declare const buildV2ContributionsProjectInfoGetFetcher: (requestInit?: RequestI
|
|
|
65
64
|
publicKey: string;
|
|
66
65
|
};
|
|
67
66
|
};
|
|
67
|
+
fundedPercent: number | null;
|
|
68
68
|
}>;
|
|
69
69
|
type V2ContributionsProjectInfoGetQuery = ForceDig<V2ContributionsProjectInfoGetOperation, [
|
|
70
70
|
"parameters",
|
|
@@ -72,32 +72,43 @@ type V2ContributionsProjectInfoGetQuery = ForceDig<V2ContributionsProjectInfoGet
|
|
|
72
72
|
]>;
|
|
73
73
|
declare const getV2ContributionsProjectInfo: (query: V2ContributionsProjectInfoGetQuery, customRequestInit?: RequestInit) => Promise<{
|
|
74
74
|
id: number;
|
|
75
|
+
userId: number;
|
|
75
76
|
title: string;
|
|
77
|
+
prettyState: "closed_counting" | "closed_achieved" | "closed_not_achieved" | "open_achieved" | "open_not_achieved" | "not_published";
|
|
76
78
|
expiredAt: string | null;
|
|
77
|
-
fundingModel: 0 | 1 | 3 | 4;
|
|
78
|
-
fundedPercent: number | null;
|
|
79
79
|
fundingTypeNotation: string;
|
|
80
|
+
fundingModel: 0 | 1 | 3 | 4;
|
|
81
|
+
rewardNotation: string;
|
|
82
|
+
requiredPeopleNum: number | null;
|
|
83
|
+
remainingDayOrTimeValue: string | null;
|
|
84
|
+
paymentMethodRestriction: 0 | 4 | 2 | 6;
|
|
85
|
+
supportType: "charity" | "furusato" | "normal";
|
|
86
|
+
ownerName: string;
|
|
87
|
+
ownerImage: {
|
|
88
|
+
src: string;
|
|
89
|
+
alt: string;
|
|
90
|
+
};
|
|
80
91
|
image: {
|
|
81
92
|
src: string;
|
|
82
93
|
alt: string;
|
|
83
94
|
};
|
|
84
95
|
rewards: {
|
|
85
|
-
price: number;
|
|
86
|
-
stockCount: string;
|
|
87
96
|
id: number;
|
|
88
97
|
title: string;
|
|
89
98
|
image: {
|
|
90
99
|
src: string;
|
|
91
100
|
alt: string;
|
|
92
101
|
} | null;
|
|
102
|
+
price: number;
|
|
93
103
|
description: string;
|
|
94
104
|
currentReservedStockCount: number | null;
|
|
95
105
|
contributionLimit: number | null;
|
|
106
|
+
stockCount: string;
|
|
96
107
|
deliverySchedule: string | null;
|
|
97
108
|
requireDelivery: boolean;
|
|
98
109
|
rewardOptions: {
|
|
99
|
-
name: string;
|
|
100
110
|
id: number;
|
|
111
|
+
name: string;
|
|
101
112
|
inputType: 0 | 5;
|
|
102
113
|
selections?: {
|
|
103
114
|
id: number;
|
|
@@ -107,24 +118,12 @@ declare const getV2ContributionsProjectInfo: (query: V2ContributionsProjectInfoG
|
|
|
107
118
|
paymentType: "onetime" | "monthly" | "yearly";
|
|
108
119
|
minPrice: number | null;
|
|
109
120
|
}[];
|
|
110
|
-
|
|
121
|
+
hashTags: string[];
|
|
111
122
|
contributorSystemUsageFee: {
|
|
112
|
-
totalAmount: number;
|
|
113
123
|
fee: number;
|
|
114
124
|
salesTax: number;
|
|
125
|
+
totalAmount: number;
|
|
115
126
|
} | null;
|
|
116
|
-
prettyState: "closed_counting" | "closed_achieved" | "closed_not_achieved" | "open_achieved" | "open_not_achieved" | "not_published";
|
|
117
|
-
rewardNotation: string;
|
|
118
|
-
requiredPeopleNum: number | null;
|
|
119
|
-
remainingDayOrTimeValue: string | null;
|
|
120
|
-
paymentMethodRestriction: 0 | 4 | 2 | 6;
|
|
121
|
-
supportType: "charity" | "furusato" | "normal";
|
|
122
|
-
ownerName: string;
|
|
123
|
-
ownerImage: {
|
|
124
|
-
src: string;
|
|
125
|
-
alt: string;
|
|
126
|
-
};
|
|
127
|
-
hashTags: string[];
|
|
128
127
|
gmopgPaymentSetting: {
|
|
129
128
|
shopId: string;
|
|
130
129
|
mpTokenCredentials: {
|
|
@@ -132,6 +131,7 @@ declare const getV2ContributionsProjectInfo: (query: V2ContributionsProjectInfoG
|
|
|
132
131
|
publicKey: string;
|
|
133
132
|
};
|
|
134
133
|
};
|
|
134
|
+
fundedPercent: number | null;
|
|
135
135
|
}>;
|
|
136
136
|
|
|
137
137
|
export { type V2ContributionsProjectInfoGetQuery, type V2ContributionsProjectInfoGetResponse, buildV2ContributionsProjectInfoGetFetcher, getV2ContributionsProjectInfo };
|
|
@@ -5,32 +5,43 @@ type V2ContributionsProjectInfoGetOperation = paths["/api/v2/contributions/proje
|
|
|
5
5
|
type V2ContributionsProjectInfoGetResponse = V2ContributionsProjectInfoGetOperation["responses"]["200"]["content"]["application/json"];
|
|
6
6
|
declare const buildV2ContributionsProjectInfoGetFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
|
|
7
7
|
id: number;
|
|
8
|
+
userId: number;
|
|
8
9
|
title: string;
|
|
10
|
+
prettyState: "closed_counting" | "closed_achieved" | "closed_not_achieved" | "open_achieved" | "open_not_achieved" | "not_published";
|
|
9
11
|
expiredAt: string | null;
|
|
10
|
-
fundingModel: 0 | 1 | 3 | 4;
|
|
11
|
-
fundedPercent: number | null;
|
|
12
12
|
fundingTypeNotation: string;
|
|
13
|
+
fundingModel: 0 | 1 | 3 | 4;
|
|
14
|
+
rewardNotation: string;
|
|
15
|
+
requiredPeopleNum: number | null;
|
|
16
|
+
remainingDayOrTimeValue: string | null;
|
|
17
|
+
paymentMethodRestriction: 0 | 4 | 2 | 6;
|
|
18
|
+
supportType: "charity" | "furusato" | "normal";
|
|
19
|
+
ownerName: string;
|
|
20
|
+
ownerImage: {
|
|
21
|
+
src: string;
|
|
22
|
+
alt: string;
|
|
23
|
+
};
|
|
13
24
|
image: {
|
|
14
25
|
src: string;
|
|
15
26
|
alt: string;
|
|
16
27
|
};
|
|
17
28
|
rewards: {
|
|
18
|
-
price: number;
|
|
19
|
-
stockCount: string;
|
|
20
29
|
id: number;
|
|
21
30
|
title: string;
|
|
22
31
|
image: {
|
|
23
32
|
src: string;
|
|
24
33
|
alt: string;
|
|
25
34
|
} | null;
|
|
35
|
+
price: number;
|
|
26
36
|
description: string;
|
|
27
37
|
currentReservedStockCount: number | null;
|
|
28
38
|
contributionLimit: number | null;
|
|
39
|
+
stockCount: string;
|
|
29
40
|
deliverySchedule: string | null;
|
|
30
41
|
requireDelivery: boolean;
|
|
31
42
|
rewardOptions: {
|
|
32
|
-
name: string;
|
|
33
43
|
id: number;
|
|
44
|
+
name: string;
|
|
34
45
|
inputType: 0 | 5;
|
|
35
46
|
selections?: {
|
|
36
47
|
id: number;
|
|
@@ -40,24 +51,12 @@ declare const buildV2ContributionsProjectInfoGetFetcher: (requestInit?: RequestI
|
|
|
40
51
|
paymentType: "onetime" | "monthly" | "yearly";
|
|
41
52
|
minPrice: number | null;
|
|
42
53
|
}[];
|
|
43
|
-
|
|
54
|
+
hashTags: string[];
|
|
44
55
|
contributorSystemUsageFee: {
|
|
45
|
-
totalAmount: number;
|
|
46
56
|
fee: number;
|
|
47
57
|
salesTax: number;
|
|
58
|
+
totalAmount: number;
|
|
48
59
|
} | null;
|
|
49
|
-
prettyState: "closed_counting" | "closed_achieved" | "closed_not_achieved" | "open_achieved" | "open_not_achieved" | "not_published";
|
|
50
|
-
rewardNotation: string;
|
|
51
|
-
requiredPeopleNum: number | null;
|
|
52
|
-
remainingDayOrTimeValue: string | null;
|
|
53
|
-
paymentMethodRestriction: 0 | 4 | 2 | 6;
|
|
54
|
-
supportType: "charity" | "furusato" | "normal";
|
|
55
|
-
ownerName: string;
|
|
56
|
-
ownerImage: {
|
|
57
|
-
src: string;
|
|
58
|
-
alt: string;
|
|
59
|
-
};
|
|
60
|
-
hashTags: string[];
|
|
61
60
|
gmopgPaymentSetting: {
|
|
62
61
|
shopId: string;
|
|
63
62
|
mpTokenCredentials: {
|
|
@@ -65,6 +64,7 @@ declare const buildV2ContributionsProjectInfoGetFetcher: (requestInit?: RequestI
|
|
|
65
64
|
publicKey: string;
|
|
66
65
|
};
|
|
67
66
|
};
|
|
67
|
+
fundedPercent: number | null;
|
|
68
68
|
}>;
|
|
69
69
|
type V2ContributionsProjectInfoGetQuery = ForceDig<V2ContributionsProjectInfoGetOperation, [
|
|
70
70
|
"parameters",
|
|
@@ -72,32 +72,43 @@ type V2ContributionsProjectInfoGetQuery = ForceDig<V2ContributionsProjectInfoGet
|
|
|
72
72
|
]>;
|
|
73
73
|
declare const getV2ContributionsProjectInfo: (query: V2ContributionsProjectInfoGetQuery, customRequestInit?: RequestInit) => Promise<{
|
|
74
74
|
id: number;
|
|
75
|
+
userId: number;
|
|
75
76
|
title: string;
|
|
77
|
+
prettyState: "closed_counting" | "closed_achieved" | "closed_not_achieved" | "open_achieved" | "open_not_achieved" | "not_published";
|
|
76
78
|
expiredAt: string | null;
|
|
77
|
-
fundingModel: 0 | 1 | 3 | 4;
|
|
78
|
-
fundedPercent: number | null;
|
|
79
79
|
fundingTypeNotation: string;
|
|
80
|
+
fundingModel: 0 | 1 | 3 | 4;
|
|
81
|
+
rewardNotation: string;
|
|
82
|
+
requiredPeopleNum: number | null;
|
|
83
|
+
remainingDayOrTimeValue: string | null;
|
|
84
|
+
paymentMethodRestriction: 0 | 4 | 2 | 6;
|
|
85
|
+
supportType: "charity" | "furusato" | "normal";
|
|
86
|
+
ownerName: string;
|
|
87
|
+
ownerImage: {
|
|
88
|
+
src: string;
|
|
89
|
+
alt: string;
|
|
90
|
+
};
|
|
80
91
|
image: {
|
|
81
92
|
src: string;
|
|
82
93
|
alt: string;
|
|
83
94
|
};
|
|
84
95
|
rewards: {
|
|
85
|
-
price: number;
|
|
86
|
-
stockCount: string;
|
|
87
96
|
id: number;
|
|
88
97
|
title: string;
|
|
89
98
|
image: {
|
|
90
99
|
src: string;
|
|
91
100
|
alt: string;
|
|
92
101
|
} | null;
|
|
102
|
+
price: number;
|
|
93
103
|
description: string;
|
|
94
104
|
currentReservedStockCount: number | null;
|
|
95
105
|
contributionLimit: number | null;
|
|
106
|
+
stockCount: string;
|
|
96
107
|
deliverySchedule: string | null;
|
|
97
108
|
requireDelivery: boolean;
|
|
98
109
|
rewardOptions: {
|
|
99
|
-
name: string;
|
|
100
110
|
id: number;
|
|
111
|
+
name: string;
|
|
101
112
|
inputType: 0 | 5;
|
|
102
113
|
selections?: {
|
|
103
114
|
id: number;
|
|
@@ -107,24 +118,12 @@ declare const getV2ContributionsProjectInfo: (query: V2ContributionsProjectInfoG
|
|
|
107
118
|
paymentType: "onetime" | "monthly" | "yearly";
|
|
108
119
|
minPrice: number | null;
|
|
109
120
|
}[];
|
|
110
|
-
|
|
121
|
+
hashTags: string[];
|
|
111
122
|
contributorSystemUsageFee: {
|
|
112
|
-
totalAmount: number;
|
|
113
123
|
fee: number;
|
|
114
124
|
salesTax: number;
|
|
125
|
+
totalAmount: number;
|
|
115
126
|
} | null;
|
|
116
|
-
prettyState: "closed_counting" | "closed_achieved" | "closed_not_achieved" | "open_achieved" | "open_not_achieved" | "not_published";
|
|
117
|
-
rewardNotation: string;
|
|
118
|
-
requiredPeopleNum: number | null;
|
|
119
|
-
remainingDayOrTimeValue: string | null;
|
|
120
|
-
paymentMethodRestriction: 0 | 4 | 2 | 6;
|
|
121
|
-
supportType: "charity" | "furusato" | "normal";
|
|
122
|
-
ownerName: string;
|
|
123
|
-
ownerImage: {
|
|
124
|
-
src: string;
|
|
125
|
-
alt: string;
|
|
126
|
-
};
|
|
127
|
-
hashTags: string[];
|
|
128
127
|
gmopgPaymentSetting: {
|
|
129
128
|
shopId: string;
|
|
130
129
|
mpTokenCredentials: {
|
|
@@ -132,6 +131,7 @@ declare const getV2ContributionsProjectInfo: (query: V2ContributionsProjectInfoG
|
|
|
132
131
|
publicKey: string;
|
|
133
132
|
};
|
|
134
133
|
};
|
|
134
|
+
fundedPercent: number | null;
|
|
135
135
|
}>;
|
|
136
136
|
|
|
137
137
|
export { type V2ContributionsProjectInfoGetQuery, type V2ContributionsProjectInfoGetResponse, buildV2ContributionsProjectInfoGetFetcher, getV2ContributionsProjectInfo };
|