@readyfor/api-client-readyfor-api 0.328.0-pr1239.f1cffa5 → 0.328.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/components.d.mts +7037 -713
- package/dist/components.d.ts +7037 -713
- 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
|
-
result: boolean;
|
|
8
|
-
orderId: number;
|
|
9
7
|
payAmount: number;
|
|
10
8
|
contributionLimit: number;
|
|
9
|
+
result: boolean;
|
|
10
|
+
orderId: number;
|
|
11
11
|
contributionAmount: number;
|
|
12
12
|
selectedRewards: {
|
|
13
13
|
id: number;
|
|
14
14
|
num: number;
|
|
15
15
|
rewardOptionValues: {
|
|
16
|
-
id: number;
|
|
17
16
|
value: string;
|
|
17
|
+
id: number;
|
|
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
|
-
result: boolean;
|
|
32
|
-
orderId: number;
|
|
33
31
|
payAmount: number;
|
|
34
32
|
contributionLimit: number;
|
|
33
|
+
result: boolean;
|
|
34
|
+
orderId: number;
|
|
35
35
|
contributionAmount: number;
|
|
36
36
|
selectedRewards: {
|
|
37
37
|
id: number;
|
|
38
38
|
num: number;
|
|
39
39
|
rewardOptionValues: {
|
|
40
|
-
id: number;
|
|
41
40
|
value: string;
|
|
41
|
+
id: number;
|
|
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
|
-
result: boolean;
|
|
8
|
-
orderId: number;
|
|
9
7
|
payAmount: number;
|
|
10
8
|
contributionLimit: number;
|
|
9
|
+
result: boolean;
|
|
10
|
+
orderId: number;
|
|
11
11
|
contributionAmount: number;
|
|
12
12
|
selectedRewards: {
|
|
13
13
|
id: number;
|
|
14
14
|
num: number;
|
|
15
15
|
rewardOptionValues: {
|
|
16
|
-
id: number;
|
|
17
16
|
value: string;
|
|
17
|
+
id: number;
|
|
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
|
-
result: boolean;
|
|
32
|
-
orderId: number;
|
|
33
31
|
payAmount: number;
|
|
34
32
|
contributionLimit: number;
|
|
33
|
+
result: boolean;
|
|
34
|
+
orderId: number;
|
|
35
35
|
contributionAmount: number;
|
|
36
36
|
selectedRewards: {
|
|
37
37
|
id: number;
|
|
38
38
|
num: number;
|
|
39
39
|
rewardOptionValues: {
|
|
40
|
-
id: number;
|
|
41
40
|
value: string;
|
|
41
|
+
id: number;
|
|
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
|
-
result: boolean;
|
|
8
|
-
orderId: number;
|
|
9
7
|
payAmount: number;
|
|
10
8
|
contributionLimit: number;
|
|
9
|
+
result: boolean;
|
|
10
|
+
orderId: number;
|
|
11
11
|
contributionAmount: number;
|
|
12
12
|
selectedRewards: {
|
|
13
13
|
id: number;
|
|
14
14
|
num: number;
|
|
15
15
|
rewardOptionValues: {
|
|
16
|
-
id: number;
|
|
17
16
|
value: string;
|
|
17
|
+
id: number;
|
|
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
|
-
result: boolean;
|
|
32
|
-
orderId: number;
|
|
33
31
|
payAmount: number;
|
|
34
32
|
contributionLimit: number;
|
|
33
|
+
result: boolean;
|
|
34
|
+
orderId: number;
|
|
35
35
|
contributionAmount: number;
|
|
36
36
|
selectedRewards: {
|
|
37
37
|
id: number;
|
|
38
38
|
num: number;
|
|
39
39
|
rewardOptionValues: {
|
|
40
|
-
id: number;
|
|
41
40
|
value: string;
|
|
41
|
+
id: number;
|
|
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
|
-
result: boolean;
|
|
8
|
-
orderId: number;
|
|
9
7
|
payAmount: number;
|
|
10
8
|
contributionLimit: number;
|
|
9
|
+
result: boolean;
|
|
10
|
+
orderId: number;
|
|
11
11
|
contributionAmount: number;
|
|
12
12
|
selectedRewards: {
|
|
13
13
|
id: number;
|
|
14
14
|
num: number;
|
|
15
15
|
rewardOptionValues: {
|
|
16
|
-
id: number;
|
|
17
16
|
value: string;
|
|
17
|
+
id: number;
|
|
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
|
-
result: boolean;
|
|
32
|
-
orderId: number;
|
|
33
31
|
payAmount: number;
|
|
34
32
|
contributionLimit: number;
|
|
33
|
+
result: boolean;
|
|
34
|
+
orderId: number;
|
|
35
35
|
contributionAmount: number;
|
|
36
36
|
selectedRewards: {
|
|
37
37
|
id: number;
|
|
38
38
|
num: number;
|
|
39
39
|
rewardOptionValues: {
|
|
40
|
-
id: number;
|
|
41
40
|
value: string;
|
|
41
|
+
id: number;
|
|
42
42
|
}[] | null;
|
|
43
43
|
}[];
|
|
44
44
|
}>;
|
|
@@ -6,7 +6,16 @@ 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";
|
|
9
10
|
contributionAmount: number | null;
|
|
11
|
+
selectedRewards: {
|
|
12
|
+
id: number;
|
|
13
|
+
num: number;
|
|
14
|
+
rewardOptionValues: {
|
|
15
|
+
value: string;
|
|
16
|
+
id: number;
|
|
17
|
+
}[] | null;
|
|
18
|
+
}[];
|
|
10
19
|
commentExists: boolean;
|
|
11
20
|
bankInfo: {
|
|
12
21
|
limitDateTime: string;
|
|
@@ -23,28 +32,19 @@ declare const buildV2ContributionsOrderInfoGetFetcher: (requestInit?: RequestIni
|
|
|
23
32
|
transferAmount: number;
|
|
24
33
|
} | null;
|
|
25
34
|
cvsInfo: {
|
|
35
|
+
amount: number;
|
|
26
36
|
paymentNumbers: {
|
|
27
|
-
label: string;
|
|
28
37
|
value: string;
|
|
38
|
+
label: string;
|
|
29
39
|
}[];
|
|
30
40
|
paymentTerm: string;
|
|
31
|
-
amount: number;
|
|
32
41
|
cvsName: string;
|
|
33
42
|
} | 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;
|
|
45
46
|
fee: number;
|
|
46
47
|
salesTax: number;
|
|
47
|
-
totalAmount: number;
|
|
48
48
|
} | null;
|
|
49
49
|
}>;
|
|
50
50
|
type V2ContributionsOrderInfoGetQuery = ForceDig<V2ContributionsOrderInfoGetOperation, [
|
|
@@ -54,7 +54,16 @@ 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";
|
|
57
58
|
contributionAmount: number | null;
|
|
59
|
+
selectedRewards: {
|
|
60
|
+
id: number;
|
|
61
|
+
num: number;
|
|
62
|
+
rewardOptionValues: {
|
|
63
|
+
value: string;
|
|
64
|
+
id: number;
|
|
65
|
+
}[] | null;
|
|
66
|
+
}[];
|
|
58
67
|
commentExists: boolean;
|
|
59
68
|
bankInfo: {
|
|
60
69
|
limitDateTime: string;
|
|
@@ -71,28 +80,19 @@ declare const getV2ContributionsOrderInfo: (query: V2ContributionsOrderInfoGetQu
|
|
|
71
80
|
transferAmount: number;
|
|
72
81
|
} | null;
|
|
73
82
|
cvsInfo: {
|
|
83
|
+
amount: number;
|
|
74
84
|
paymentNumbers: {
|
|
75
|
-
label: string;
|
|
76
85
|
value: string;
|
|
86
|
+
label: string;
|
|
77
87
|
}[];
|
|
78
88
|
paymentTerm: string;
|
|
79
|
-
amount: number;
|
|
80
89
|
cvsName: string;
|
|
81
90
|
} | 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;
|
|
93
94
|
fee: number;
|
|
94
95
|
salesTax: number;
|
|
95
|
-
totalAmount: number;
|
|
96
96
|
} | null;
|
|
97
97
|
}>;
|
|
98
98
|
|
|
@@ -6,7 +6,16 @@ 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";
|
|
9
10
|
contributionAmount: number | null;
|
|
11
|
+
selectedRewards: {
|
|
12
|
+
id: number;
|
|
13
|
+
num: number;
|
|
14
|
+
rewardOptionValues: {
|
|
15
|
+
value: string;
|
|
16
|
+
id: number;
|
|
17
|
+
}[] | null;
|
|
18
|
+
}[];
|
|
10
19
|
commentExists: boolean;
|
|
11
20
|
bankInfo: {
|
|
12
21
|
limitDateTime: string;
|
|
@@ -23,28 +32,19 @@ declare const buildV2ContributionsOrderInfoGetFetcher: (requestInit?: RequestIni
|
|
|
23
32
|
transferAmount: number;
|
|
24
33
|
} | null;
|
|
25
34
|
cvsInfo: {
|
|
35
|
+
amount: number;
|
|
26
36
|
paymentNumbers: {
|
|
27
|
-
label: string;
|
|
28
37
|
value: string;
|
|
38
|
+
label: string;
|
|
29
39
|
}[];
|
|
30
40
|
paymentTerm: string;
|
|
31
|
-
amount: number;
|
|
32
41
|
cvsName: string;
|
|
33
42
|
} | 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;
|
|
45
46
|
fee: number;
|
|
46
47
|
salesTax: number;
|
|
47
|
-
totalAmount: number;
|
|
48
48
|
} | null;
|
|
49
49
|
}>;
|
|
50
50
|
type V2ContributionsOrderInfoGetQuery = ForceDig<V2ContributionsOrderInfoGetOperation, [
|
|
@@ -54,7 +54,16 @@ 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";
|
|
57
58
|
contributionAmount: number | null;
|
|
59
|
+
selectedRewards: {
|
|
60
|
+
id: number;
|
|
61
|
+
num: number;
|
|
62
|
+
rewardOptionValues: {
|
|
63
|
+
value: string;
|
|
64
|
+
id: number;
|
|
65
|
+
}[] | null;
|
|
66
|
+
}[];
|
|
58
67
|
commentExists: boolean;
|
|
59
68
|
bankInfo: {
|
|
60
69
|
limitDateTime: string;
|
|
@@ -71,28 +80,19 @@ declare const getV2ContributionsOrderInfo: (query: V2ContributionsOrderInfoGetQu
|
|
|
71
80
|
transferAmount: number;
|
|
72
81
|
} | null;
|
|
73
82
|
cvsInfo: {
|
|
83
|
+
amount: number;
|
|
74
84
|
paymentNumbers: {
|
|
75
|
-
label: string;
|
|
76
85
|
value: string;
|
|
86
|
+
label: string;
|
|
77
87
|
}[];
|
|
78
88
|
paymentTerm: string;
|
|
79
|
-
amount: number;
|
|
80
89
|
cvsName: string;
|
|
81
90
|
} | 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;
|
|
93
94
|
fee: number;
|
|
94
95
|
salesTax: number;
|
|
95
|
-
totalAmount: number;
|
|
96
96
|
} | null;
|
|
97
97
|
}>;
|
|
98
98
|
|
|
@@ -5,43 +5,32 @@ 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;
|
|
9
8
|
title: string;
|
|
10
|
-
prettyState: "closed_counting" | "closed_achieved" | "closed_not_achieved" | "open_achieved" | "open_not_achieved" | "not_published";
|
|
11
9
|
expiredAt: string | null;
|
|
12
|
-
fundingTypeNotation: string;
|
|
13
10
|
fundingModel: 0 | 1 | 3 | 4;
|
|
14
|
-
|
|
15
|
-
|
|
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
|
-
};
|
|
11
|
+
fundedPercent: number | null;
|
|
12
|
+
fundingTypeNotation: string;
|
|
24
13
|
image: {
|
|
25
14
|
src: string;
|
|
26
15
|
alt: string;
|
|
27
16
|
};
|
|
28
17
|
rewards: {
|
|
18
|
+
price: number;
|
|
19
|
+
stockCount: string;
|
|
29
20
|
id: number;
|
|
30
21
|
title: string;
|
|
31
22
|
image: {
|
|
32
23
|
src: string;
|
|
33
24
|
alt: string;
|
|
34
25
|
} | null;
|
|
35
|
-
price: number;
|
|
36
26
|
description: string;
|
|
37
27
|
currentReservedStockCount: number | null;
|
|
38
28
|
contributionLimit: number | null;
|
|
39
|
-
stockCount: string;
|
|
40
29
|
deliverySchedule: string | null;
|
|
41
30
|
requireDelivery: boolean;
|
|
42
31
|
rewardOptions: {
|
|
43
|
-
id: number;
|
|
44
32
|
name: string;
|
|
33
|
+
id: number;
|
|
45
34
|
inputType: 0 | 5;
|
|
46
35
|
selections?: {
|
|
47
36
|
id: number;
|
|
@@ -51,12 +40,24 @@ declare const buildV2ContributionsProjectInfoGetFetcher: (requestInit?: RequestI
|
|
|
51
40
|
paymentType: "onetime" | "monthly" | "yearly";
|
|
52
41
|
minPrice: number | null;
|
|
53
42
|
}[];
|
|
54
|
-
|
|
43
|
+
userId: number;
|
|
55
44
|
contributorSystemUsageFee: {
|
|
45
|
+
totalAmount: number;
|
|
56
46
|
fee: number;
|
|
57
47
|
salesTax: number;
|
|
58
|
-
totalAmount: number;
|
|
59
48
|
} | 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[];
|
|
60
61
|
gmopgPaymentSetting: {
|
|
61
62
|
shopId: string;
|
|
62
63
|
mpTokenCredentials: {
|
|
@@ -64,7 +65,6 @@ declare const buildV2ContributionsProjectInfoGetFetcher: (requestInit?: RequestI
|
|
|
64
65
|
publicKey: string;
|
|
65
66
|
};
|
|
66
67
|
};
|
|
67
|
-
fundedPercent: number | null;
|
|
68
68
|
}>;
|
|
69
69
|
type V2ContributionsProjectInfoGetQuery = ForceDig<V2ContributionsProjectInfoGetOperation, [
|
|
70
70
|
"parameters",
|
|
@@ -72,43 +72,32 @@ type V2ContributionsProjectInfoGetQuery = ForceDig<V2ContributionsProjectInfoGet
|
|
|
72
72
|
]>;
|
|
73
73
|
declare const getV2ContributionsProjectInfo: (query: V2ContributionsProjectInfoGetQuery, customRequestInit?: RequestInit) => Promise<{
|
|
74
74
|
id: number;
|
|
75
|
-
userId: number;
|
|
76
75
|
title: string;
|
|
77
|
-
prettyState: "closed_counting" | "closed_achieved" | "closed_not_achieved" | "open_achieved" | "open_not_achieved" | "not_published";
|
|
78
76
|
expiredAt: string | null;
|
|
79
|
-
fundingTypeNotation: string;
|
|
80
77
|
fundingModel: 0 | 1 | 3 | 4;
|
|
81
|
-
|
|
82
|
-
|
|
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
|
-
};
|
|
78
|
+
fundedPercent: number | null;
|
|
79
|
+
fundingTypeNotation: string;
|
|
91
80
|
image: {
|
|
92
81
|
src: string;
|
|
93
82
|
alt: string;
|
|
94
83
|
};
|
|
95
84
|
rewards: {
|
|
85
|
+
price: number;
|
|
86
|
+
stockCount: string;
|
|
96
87
|
id: number;
|
|
97
88
|
title: string;
|
|
98
89
|
image: {
|
|
99
90
|
src: string;
|
|
100
91
|
alt: string;
|
|
101
92
|
} | null;
|
|
102
|
-
price: number;
|
|
103
93
|
description: string;
|
|
104
94
|
currentReservedStockCount: number | null;
|
|
105
95
|
contributionLimit: number | null;
|
|
106
|
-
stockCount: string;
|
|
107
96
|
deliverySchedule: string | null;
|
|
108
97
|
requireDelivery: boolean;
|
|
109
98
|
rewardOptions: {
|
|
110
|
-
id: number;
|
|
111
99
|
name: string;
|
|
100
|
+
id: number;
|
|
112
101
|
inputType: 0 | 5;
|
|
113
102
|
selections?: {
|
|
114
103
|
id: number;
|
|
@@ -118,12 +107,24 @@ declare const getV2ContributionsProjectInfo: (query: V2ContributionsProjectInfoG
|
|
|
118
107
|
paymentType: "onetime" | "monthly" | "yearly";
|
|
119
108
|
minPrice: number | null;
|
|
120
109
|
}[];
|
|
121
|
-
|
|
110
|
+
userId: number;
|
|
122
111
|
contributorSystemUsageFee: {
|
|
112
|
+
totalAmount: number;
|
|
123
113
|
fee: number;
|
|
124
114
|
salesTax: number;
|
|
125
|
-
totalAmount: number;
|
|
126
115
|
} | 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[];
|
|
127
128
|
gmopgPaymentSetting: {
|
|
128
129
|
shopId: string;
|
|
129
130
|
mpTokenCredentials: {
|
|
@@ -131,7 +132,6 @@ declare const getV2ContributionsProjectInfo: (query: V2ContributionsProjectInfoG
|
|
|
131
132
|
publicKey: string;
|
|
132
133
|
};
|
|
133
134
|
};
|
|
134
|
-
fundedPercent: number | null;
|
|
135
135
|
}>;
|
|
136
136
|
|
|
137
137
|
export { type V2ContributionsProjectInfoGetQuery, type V2ContributionsProjectInfoGetResponse, buildV2ContributionsProjectInfoGetFetcher, getV2ContributionsProjectInfo };
|
|
@@ -5,43 +5,32 @@ 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;
|
|
9
8
|
title: string;
|
|
10
|
-
prettyState: "closed_counting" | "closed_achieved" | "closed_not_achieved" | "open_achieved" | "open_not_achieved" | "not_published";
|
|
11
9
|
expiredAt: string | null;
|
|
12
|
-
fundingTypeNotation: string;
|
|
13
10
|
fundingModel: 0 | 1 | 3 | 4;
|
|
14
|
-
|
|
15
|
-
|
|
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
|
-
};
|
|
11
|
+
fundedPercent: number | null;
|
|
12
|
+
fundingTypeNotation: string;
|
|
24
13
|
image: {
|
|
25
14
|
src: string;
|
|
26
15
|
alt: string;
|
|
27
16
|
};
|
|
28
17
|
rewards: {
|
|
18
|
+
price: number;
|
|
19
|
+
stockCount: string;
|
|
29
20
|
id: number;
|
|
30
21
|
title: string;
|
|
31
22
|
image: {
|
|
32
23
|
src: string;
|
|
33
24
|
alt: string;
|
|
34
25
|
} | null;
|
|
35
|
-
price: number;
|
|
36
26
|
description: string;
|
|
37
27
|
currentReservedStockCount: number | null;
|
|
38
28
|
contributionLimit: number | null;
|
|
39
|
-
stockCount: string;
|
|
40
29
|
deliverySchedule: string | null;
|
|
41
30
|
requireDelivery: boolean;
|
|
42
31
|
rewardOptions: {
|
|
43
|
-
id: number;
|
|
44
32
|
name: string;
|
|
33
|
+
id: number;
|
|
45
34
|
inputType: 0 | 5;
|
|
46
35
|
selections?: {
|
|
47
36
|
id: number;
|
|
@@ -51,12 +40,24 @@ declare const buildV2ContributionsProjectInfoGetFetcher: (requestInit?: RequestI
|
|
|
51
40
|
paymentType: "onetime" | "monthly" | "yearly";
|
|
52
41
|
minPrice: number | null;
|
|
53
42
|
}[];
|
|
54
|
-
|
|
43
|
+
userId: number;
|
|
55
44
|
contributorSystemUsageFee: {
|
|
45
|
+
totalAmount: number;
|
|
56
46
|
fee: number;
|
|
57
47
|
salesTax: number;
|
|
58
|
-
totalAmount: number;
|
|
59
48
|
} | 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[];
|
|
60
61
|
gmopgPaymentSetting: {
|
|
61
62
|
shopId: string;
|
|
62
63
|
mpTokenCredentials: {
|
|
@@ -64,7 +65,6 @@ declare const buildV2ContributionsProjectInfoGetFetcher: (requestInit?: RequestI
|
|
|
64
65
|
publicKey: string;
|
|
65
66
|
};
|
|
66
67
|
};
|
|
67
|
-
fundedPercent: number | null;
|
|
68
68
|
}>;
|
|
69
69
|
type V2ContributionsProjectInfoGetQuery = ForceDig<V2ContributionsProjectInfoGetOperation, [
|
|
70
70
|
"parameters",
|
|
@@ -72,43 +72,32 @@ type V2ContributionsProjectInfoGetQuery = ForceDig<V2ContributionsProjectInfoGet
|
|
|
72
72
|
]>;
|
|
73
73
|
declare const getV2ContributionsProjectInfo: (query: V2ContributionsProjectInfoGetQuery, customRequestInit?: RequestInit) => Promise<{
|
|
74
74
|
id: number;
|
|
75
|
-
userId: number;
|
|
76
75
|
title: string;
|
|
77
|
-
prettyState: "closed_counting" | "closed_achieved" | "closed_not_achieved" | "open_achieved" | "open_not_achieved" | "not_published";
|
|
78
76
|
expiredAt: string | null;
|
|
79
|
-
fundingTypeNotation: string;
|
|
80
77
|
fundingModel: 0 | 1 | 3 | 4;
|
|
81
|
-
|
|
82
|
-
|
|
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
|
-
};
|
|
78
|
+
fundedPercent: number | null;
|
|
79
|
+
fundingTypeNotation: string;
|
|
91
80
|
image: {
|
|
92
81
|
src: string;
|
|
93
82
|
alt: string;
|
|
94
83
|
};
|
|
95
84
|
rewards: {
|
|
85
|
+
price: number;
|
|
86
|
+
stockCount: string;
|
|
96
87
|
id: number;
|
|
97
88
|
title: string;
|
|
98
89
|
image: {
|
|
99
90
|
src: string;
|
|
100
91
|
alt: string;
|
|
101
92
|
} | null;
|
|
102
|
-
price: number;
|
|
103
93
|
description: string;
|
|
104
94
|
currentReservedStockCount: number | null;
|
|
105
95
|
contributionLimit: number | null;
|
|
106
|
-
stockCount: string;
|
|
107
96
|
deliverySchedule: string | null;
|
|
108
97
|
requireDelivery: boolean;
|
|
109
98
|
rewardOptions: {
|
|
110
|
-
id: number;
|
|
111
99
|
name: string;
|
|
100
|
+
id: number;
|
|
112
101
|
inputType: 0 | 5;
|
|
113
102
|
selections?: {
|
|
114
103
|
id: number;
|
|
@@ -118,12 +107,24 @@ declare const getV2ContributionsProjectInfo: (query: V2ContributionsProjectInfoG
|
|
|
118
107
|
paymentType: "onetime" | "monthly" | "yearly";
|
|
119
108
|
minPrice: number | null;
|
|
120
109
|
}[];
|
|
121
|
-
|
|
110
|
+
userId: number;
|
|
122
111
|
contributorSystemUsageFee: {
|
|
112
|
+
totalAmount: number;
|
|
123
113
|
fee: number;
|
|
124
114
|
salesTax: number;
|
|
125
|
-
totalAmount: number;
|
|
126
115
|
} | 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[];
|
|
127
128
|
gmopgPaymentSetting: {
|
|
128
129
|
shopId: string;
|
|
129
130
|
mpTokenCredentials: {
|
|
@@ -131,7 +132,6 @@ declare const getV2ContributionsProjectInfo: (query: V2ContributionsProjectInfoG
|
|
|
131
132
|
publicKey: string;
|
|
132
133
|
};
|
|
133
134
|
};
|
|
134
|
-
fundedPercent: number | null;
|
|
135
135
|
}>;
|
|
136
136
|
|
|
137
137
|
export { type V2ContributionsProjectInfoGetQuery, type V2ContributionsProjectInfoGetResponse, buildV2ContributionsProjectInfoGetFetcher, getV2ContributionsProjectInfo };
|