@readyfor/api-client-readyfor-api 0.300.0-pr1182.96ac7c6 → 0.300.0-pr1183.0e01313
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/fetch/v2ContributionsCard3dSecureExecContribution.d.mts +4 -4
- package/dist/fetch/v2ContributionsCard3dSecureExecContribution.d.ts +4 -4
- package/dist/fetch/v2ContributionsCard3dSecureRetryContribution.d.mts +4 -4
- package/dist/fetch/v2ContributionsCard3dSecureRetryContribution.d.ts +4 -4
- package/dist/fetch/v2ContributionsCheckOrderStatus.d.mts +2 -2
- package/dist/fetch/v2ContributionsCheckOrderStatus.d.ts +2 -2
- package/dist/fetch/v2ContributionsOrderInfo.d.mts +2 -2
- package/dist/fetch/v2ContributionsOrderInfo.d.ts +2 -2
- package/dist/fetch/v2ContributionsProjectInfo.d.mts +8 -8
- package/dist/fetch/v2ContributionsProjectInfo.d.ts +8 -8
- package/dist/fetch/v2FundraisingBulkMessagesTargetUsers.d.mts +2 -2
- package/dist/fetch/v2FundraisingBulkMessagesTargetUsers.d.ts +2 -2
- package/dist/fetch/v2FundraisingContributors.d.mts +2 -2
- package/dist/fetch/v2FundraisingContributors.d.ts +2 -2
- package/dist/fetch/v2FundraisingContributorsId.d.mts +2 -2
- package/dist/fetch/v2FundraisingContributorsId.d.ts +2 -2
- package/dist/fetch/v2FundraisingContributorsIdOrders.d.mts +4 -4
- package/dist/fetch/v2FundraisingContributorsIdOrders.d.ts +4 -4
- package/dist/fetch/v2FundraisingContributorsOwnedPublicProjects.d.mts +2 -2
- package/dist/fetch/v2FundraisingContributorsOwnedPublicProjects.d.ts +2 -2
- package/dist/fetch/v2FundraisingContributorsUsers.d.mts +2 -2
- package/dist/fetch/v2FundraisingContributorsUsers.d.ts +2 -2
- package/dist/fetch/v2FundraisingRewards.d.mts +2 -2
- package/dist/fetch/v2FundraisingRewards.d.ts +2 -2
- package/dist/fetch/v2FundraisingRewardsRewardId.d.mts +2 -2
- package/dist/fetch/v2FundraisingRewardsRewardId.d.ts +2 -2
- package/dist/fetch/v2FundraisingSpotCrowdfundingProjectOrders.d.mts +6 -6
- package/dist/fetch/v2FundraisingSpotCrowdfundingProjectOrders.d.ts +6 -6
- package/dist/fetch/v2FundraisingSpotCrowdfundingProjectOrdersAll.d.mts +4 -4
- package/dist/fetch/v2FundraisingSpotCrowdfundingProjectOrdersAll.d.ts +4 -4
- package/dist/fetch/v2FundraisingSpotCrowdfundingProjectOrdersOrderId.d.mts +10 -10
- package/dist/fetch/v2FundraisingSpotCrowdfundingProjectOrdersOrderId.d.ts +10 -10
- package/dist/fetch/v2FundraisingSteadyCrowdfundingProjectOrders.d.mts +8 -8
- package/dist/fetch/v2FundraisingSteadyCrowdfundingProjectOrders.d.ts +8 -8
- package/dist/fetch/v2FundraisingSteadyCrowdfundingProjectOrdersAll.d.mts +4 -4
- package/dist/fetch/v2FundraisingSteadyCrowdfundingProjectOrdersAll.d.ts +4 -4
- package/dist/fetch/v2FundraisingSteadyCrowdfundingProjectOrdersOrderId.d.mts +12 -12
- package/dist/fetch/v2FundraisingSteadyCrowdfundingProjectOrdersOrderId.d.ts +12 -12
- package/dist/fetch/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,10 +4,10 @@ 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;
|
|
@@ -28,10 +28,10 @@ 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;
|
|
@@ -4,10 +4,10 @@ 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;
|
|
@@ -28,10 +28,10 @@ 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;
|
|
@@ -4,10 +4,10 @@ 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;
|
|
@@ -28,10 +28,10 @@ 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;
|
|
@@ -4,10 +4,10 @@ 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;
|
|
@@ -28,10 +28,10 @@ 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;
|
|
@@ -6,7 +6,7 @@ type V2ContributionsCheckOrderStatusGetResponse = V2ContributionsCheckOrderStatu
|
|
|
6
6
|
declare const buildV2ContributionsCheckOrderStatusGetFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
|
|
7
7
|
bankStatus: "ok" | "waiting";
|
|
8
8
|
cvsStatus: "ok" | "waiting";
|
|
9
|
-
paymentStatus: 0 |
|
|
9
|
+
paymentStatus: 0 | 2 | 1;
|
|
10
10
|
retryOrderId: number | null;
|
|
11
11
|
waitingPaymentBatch: boolean | null;
|
|
12
12
|
}>;
|
|
@@ -17,7 +17,7 @@ type V2ContributionsCheckOrderStatusGetQuery = ForceDig<V2ContributionsCheckOrde
|
|
|
17
17
|
declare const getV2ContributionsCheckOrderStatus: (query: V2ContributionsCheckOrderStatusGetQuery, customRequestInit?: RequestInit) => Promise<{
|
|
18
18
|
bankStatus: "ok" | "waiting";
|
|
19
19
|
cvsStatus: "ok" | "waiting";
|
|
20
|
-
paymentStatus: 0 |
|
|
20
|
+
paymentStatus: 0 | 2 | 1;
|
|
21
21
|
retryOrderId: number | null;
|
|
22
22
|
waitingPaymentBatch: boolean | null;
|
|
23
23
|
}>;
|
|
@@ -6,7 +6,7 @@ type V2ContributionsCheckOrderStatusGetResponse = V2ContributionsCheckOrderStatu
|
|
|
6
6
|
declare const buildV2ContributionsCheckOrderStatusGetFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
|
|
7
7
|
bankStatus: "ok" | "waiting";
|
|
8
8
|
cvsStatus: "ok" | "waiting";
|
|
9
|
-
paymentStatus: 0 |
|
|
9
|
+
paymentStatus: 0 | 2 | 1;
|
|
10
10
|
retryOrderId: number | null;
|
|
11
11
|
waitingPaymentBatch: boolean | null;
|
|
12
12
|
}>;
|
|
@@ -17,7 +17,7 @@ type V2ContributionsCheckOrderStatusGetQuery = ForceDig<V2ContributionsCheckOrde
|
|
|
17
17
|
declare const getV2ContributionsCheckOrderStatus: (query: V2ContributionsCheckOrderStatusGetQuery, customRequestInit?: RequestInit) => Promise<{
|
|
18
18
|
bankStatus: "ok" | "waiting";
|
|
19
19
|
cvsStatus: "ok" | "waiting";
|
|
20
|
-
paymentStatus: 0 |
|
|
20
|
+
paymentStatus: 0 | 2 | 1;
|
|
21
21
|
retryOrderId: number | null;
|
|
22
22
|
waitingPaymentBatch: boolean | null;
|
|
23
23
|
}>;
|
|
@@ -6,7 +6,6 @@ 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";
|
|
10
9
|
contributionAmount: number | null;
|
|
11
10
|
selectedRewards: {
|
|
12
11
|
id: number;
|
|
@@ -16,6 +15,7 @@ declare const buildV2ContributionsOrderInfoGetFetcher: (requestInit?: RequestIni
|
|
|
16
15
|
id: number;
|
|
17
16
|
}[] | null;
|
|
18
17
|
}[];
|
|
18
|
+
paymentType: "onetime" | "monthly";
|
|
19
19
|
commentExists: boolean;
|
|
20
20
|
bankInfo: {
|
|
21
21
|
limitDateTime: string;
|
|
@@ -54,7 +54,6 @@ 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";
|
|
58
57
|
contributionAmount: number | null;
|
|
59
58
|
selectedRewards: {
|
|
60
59
|
id: number;
|
|
@@ -64,6 +63,7 @@ declare const getV2ContributionsOrderInfo: (query: V2ContributionsOrderInfoGetQu
|
|
|
64
63
|
id: number;
|
|
65
64
|
}[] | null;
|
|
66
65
|
}[];
|
|
66
|
+
paymentType: "onetime" | "monthly";
|
|
67
67
|
commentExists: boolean;
|
|
68
68
|
bankInfo: {
|
|
69
69
|
limitDateTime: string;
|
|
@@ -6,7 +6,6 @@ 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";
|
|
10
9
|
contributionAmount: number | null;
|
|
11
10
|
selectedRewards: {
|
|
12
11
|
id: number;
|
|
@@ -16,6 +15,7 @@ declare const buildV2ContributionsOrderInfoGetFetcher: (requestInit?: RequestIni
|
|
|
16
15
|
id: number;
|
|
17
16
|
}[] | null;
|
|
18
17
|
}[];
|
|
18
|
+
paymentType: "onetime" | "monthly";
|
|
19
19
|
commentExists: boolean;
|
|
20
20
|
bankInfo: {
|
|
21
21
|
limitDateTime: string;
|
|
@@ -54,7 +54,6 @@ 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";
|
|
58
57
|
contributionAmount: number | null;
|
|
59
58
|
selectedRewards: {
|
|
60
59
|
id: number;
|
|
@@ -64,6 +63,7 @@ declare const getV2ContributionsOrderInfo: (query: V2ContributionsOrderInfoGetQu
|
|
|
64
63
|
id: number;
|
|
65
64
|
}[] | null;
|
|
66
65
|
}[];
|
|
66
|
+
paymentType: "onetime" | "monthly";
|
|
67
67
|
commentExists: boolean;
|
|
68
68
|
bankInfo: {
|
|
69
69
|
limitDateTime: string;
|
|
@@ -15,9 +15,10 @@ declare const buildV2ContributionsProjectInfoGetFetcher: (requestInit?: RequestI
|
|
|
15
15
|
alt: string;
|
|
16
16
|
};
|
|
17
17
|
rewards: {
|
|
18
|
+
contributionLimit: number | null;
|
|
19
|
+
id: number;
|
|
18
20
|
price: number;
|
|
19
21
|
stockCount: string;
|
|
20
|
-
id: number;
|
|
21
22
|
title: string;
|
|
22
23
|
image: {
|
|
23
24
|
src: string;
|
|
@@ -25,12 +26,11 @@ declare const buildV2ContributionsProjectInfoGetFetcher: (requestInit?: RequestI
|
|
|
25
26
|
} | null;
|
|
26
27
|
description: string;
|
|
27
28
|
currentReservedStockCount: number | null;
|
|
28
|
-
contributionLimit: number | null;
|
|
29
29
|
deliverySchedule: string | null;
|
|
30
30
|
requireDelivery: boolean;
|
|
31
31
|
rewardOptions: {
|
|
32
|
-
name: string;
|
|
33
32
|
id: number;
|
|
33
|
+
name: string;
|
|
34
34
|
inputType: 0 | 5;
|
|
35
35
|
selections?: {
|
|
36
36
|
id: number;
|
|
@@ -50,7 +50,7 @@ declare const buildV2ContributionsProjectInfoGetFetcher: (requestInit?: RequestI
|
|
|
50
50
|
rewardNotation: string;
|
|
51
51
|
requiredPeopleNum: number | null;
|
|
52
52
|
remainingDayOrTimeValue: string | null;
|
|
53
|
-
paymentMethodRestriction: 0 |
|
|
53
|
+
paymentMethodRestriction: 0 | 2 | 4 | 6;
|
|
54
54
|
supportType: "charity" | "furusato" | "normal";
|
|
55
55
|
ownerName: string;
|
|
56
56
|
ownerImage: {
|
|
@@ -82,9 +82,10 @@ declare const getV2ContributionsProjectInfo: (query: V2ContributionsProjectInfoG
|
|
|
82
82
|
alt: string;
|
|
83
83
|
};
|
|
84
84
|
rewards: {
|
|
85
|
+
contributionLimit: number | null;
|
|
86
|
+
id: number;
|
|
85
87
|
price: number;
|
|
86
88
|
stockCount: string;
|
|
87
|
-
id: number;
|
|
88
89
|
title: string;
|
|
89
90
|
image: {
|
|
90
91
|
src: string;
|
|
@@ -92,12 +93,11 @@ declare const getV2ContributionsProjectInfo: (query: V2ContributionsProjectInfoG
|
|
|
92
93
|
} | null;
|
|
93
94
|
description: string;
|
|
94
95
|
currentReservedStockCount: number | null;
|
|
95
|
-
contributionLimit: number | null;
|
|
96
96
|
deliverySchedule: string | null;
|
|
97
97
|
requireDelivery: boolean;
|
|
98
98
|
rewardOptions: {
|
|
99
|
-
name: string;
|
|
100
99
|
id: number;
|
|
100
|
+
name: string;
|
|
101
101
|
inputType: 0 | 5;
|
|
102
102
|
selections?: {
|
|
103
103
|
id: number;
|
|
@@ -117,7 +117,7 @@ declare const getV2ContributionsProjectInfo: (query: V2ContributionsProjectInfoG
|
|
|
117
117
|
rewardNotation: string;
|
|
118
118
|
requiredPeopleNum: number | null;
|
|
119
119
|
remainingDayOrTimeValue: string | null;
|
|
120
|
-
paymentMethodRestriction: 0 |
|
|
120
|
+
paymentMethodRestriction: 0 | 2 | 4 | 6;
|
|
121
121
|
supportType: "charity" | "furusato" | "normal";
|
|
122
122
|
ownerName: string;
|
|
123
123
|
ownerImage: {
|
|
@@ -15,9 +15,10 @@ declare const buildV2ContributionsProjectInfoGetFetcher: (requestInit?: RequestI
|
|
|
15
15
|
alt: string;
|
|
16
16
|
};
|
|
17
17
|
rewards: {
|
|
18
|
+
contributionLimit: number | null;
|
|
19
|
+
id: number;
|
|
18
20
|
price: number;
|
|
19
21
|
stockCount: string;
|
|
20
|
-
id: number;
|
|
21
22
|
title: string;
|
|
22
23
|
image: {
|
|
23
24
|
src: string;
|
|
@@ -25,12 +26,11 @@ declare const buildV2ContributionsProjectInfoGetFetcher: (requestInit?: RequestI
|
|
|
25
26
|
} | null;
|
|
26
27
|
description: string;
|
|
27
28
|
currentReservedStockCount: number | null;
|
|
28
|
-
contributionLimit: number | null;
|
|
29
29
|
deliverySchedule: string | null;
|
|
30
30
|
requireDelivery: boolean;
|
|
31
31
|
rewardOptions: {
|
|
32
|
-
name: string;
|
|
33
32
|
id: number;
|
|
33
|
+
name: string;
|
|
34
34
|
inputType: 0 | 5;
|
|
35
35
|
selections?: {
|
|
36
36
|
id: number;
|
|
@@ -50,7 +50,7 @@ declare const buildV2ContributionsProjectInfoGetFetcher: (requestInit?: RequestI
|
|
|
50
50
|
rewardNotation: string;
|
|
51
51
|
requiredPeopleNum: number | null;
|
|
52
52
|
remainingDayOrTimeValue: string | null;
|
|
53
|
-
paymentMethodRestriction: 0 |
|
|
53
|
+
paymentMethodRestriction: 0 | 2 | 4 | 6;
|
|
54
54
|
supportType: "charity" | "furusato" | "normal";
|
|
55
55
|
ownerName: string;
|
|
56
56
|
ownerImage: {
|
|
@@ -82,9 +82,10 @@ declare const getV2ContributionsProjectInfo: (query: V2ContributionsProjectInfoG
|
|
|
82
82
|
alt: string;
|
|
83
83
|
};
|
|
84
84
|
rewards: {
|
|
85
|
+
contributionLimit: number | null;
|
|
86
|
+
id: number;
|
|
85
87
|
price: number;
|
|
86
88
|
stockCount: string;
|
|
87
|
-
id: number;
|
|
88
89
|
title: string;
|
|
89
90
|
image: {
|
|
90
91
|
src: string;
|
|
@@ -92,12 +93,11 @@ declare const getV2ContributionsProjectInfo: (query: V2ContributionsProjectInfoG
|
|
|
92
93
|
} | null;
|
|
93
94
|
description: string;
|
|
94
95
|
currentReservedStockCount: number | null;
|
|
95
|
-
contributionLimit: number | null;
|
|
96
96
|
deliverySchedule: string | null;
|
|
97
97
|
requireDelivery: boolean;
|
|
98
98
|
rewardOptions: {
|
|
99
|
-
name: string;
|
|
100
99
|
id: number;
|
|
100
|
+
name: string;
|
|
101
101
|
inputType: 0 | 5;
|
|
102
102
|
selections?: {
|
|
103
103
|
id: number;
|
|
@@ -117,7 +117,7 @@ declare const getV2ContributionsProjectInfo: (query: V2ContributionsProjectInfoG
|
|
|
117
117
|
rewardNotation: string;
|
|
118
118
|
requiredPeopleNum: number | null;
|
|
119
119
|
remainingDayOrTimeValue: string | null;
|
|
120
|
-
paymentMethodRestriction: 0 |
|
|
120
|
+
paymentMethodRestriction: 0 | 2 | 4 | 6;
|
|
121
121
|
supportType: "charity" | "furusato" | "normal";
|
|
122
122
|
ownerName: string;
|
|
123
123
|
ownerImage: {
|
|
@@ -5,9 +5,9 @@ type V2FundraisingBulkMessagesTargetUsersGetOperation = paths["/api/v2/fundraisi
|
|
|
5
5
|
type V2FundraisingBulkMessagesTargetUsersGetResponse = V2FundraisingBulkMessagesTargetUsersGetOperation["responses"]["200"]["content"]["application/json"];
|
|
6
6
|
declare const buildV2FundraisingBulkMessagesTargetUsersGetFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
|
|
7
7
|
targetUsers: {
|
|
8
|
+
id: number;
|
|
8
9
|
imageUrl: string | null;
|
|
9
10
|
name: string;
|
|
10
|
-
id: number;
|
|
11
11
|
}[];
|
|
12
12
|
}>;
|
|
13
13
|
type V2FundraisingBulkMessagesTargetUsersGetQuery = QueryPropsFor<ForceDig<V2FundraisingBulkMessagesTargetUsersGetOperation, [
|
|
@@ -16,9 +16,9 @@ type V2FundraisingBulkMessagesTargetUsersGetQuery = QueryPropsFor<ForceDig<V2Fun
|
|
|
16
16
|
]>>;
|
|
17
17
|
declare const getV2FundraisingBulkMessagesTargetUsers: (query: V2FundraisingBulkMessagesTargetUsersGetQuery, customRequestInit?: RequestInit) => Promise<{
|
|
18
18
|
targetUsers: {
|
|
19
|
+
id: number;
|
|
19
20
|
imageUrl: string | null;
|
|
20
21
|
name: string;
|
|
21
|
-
id: number;
|
|
22
22
|
}[];
|
|
23
23
|
}>;
|
|
24
24
|
|
|
@@ -5,9 +5,9 @@ type V2FundraisingBulkMessagesTargetUsersGetOperation = paths["/api/v2/fundraisi
|
|
|
5
5
|
type V2FundraisingBulkMessagesTargetUsersGetResponse = V2FundraisingBulkMessagesTargetUsersGetOperation["responses"]["200"]["content"]["application/json"];
|
|
6
6
|
declare const buildV2FundraisingBulkMessagesTargetUsersGetFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
|
|
7
7
|
targetUsers: {
|
|
8
|
+
id: number;
|
|
8
9
|
imageUrl: string | null;
|
|
9
10
|
name: string;
|
|
10
|
-
id: number;
|
|
11
11
|
}[];
|
|
12
12
|
}>;
|
|
13
13
|
type V2FundraisingBulkMessagesTargetUsersGetQuery = QueryPropsFor<ForceDig<V2FundraisingBulkMessagesTargetUsersGetOperation, [
|
|
@@ -16,9 +16,9 @@ type V2FundraisingBulkMessagesTargetUsersGetQuery = QueryPropsFor<ForceDig<V2Fun
|
|
|
16
16
|
]>>;
|
|
17
17
|
declare const getV2FundraisingBulkMessagesTargetUsers: (query: V2FundraisingBulkMessagesTargetUsersGetQuery, customRequestInit?: RequestInit) => Promise<{
|
|
18
18
|
targetUsers: {
|
|
19
|
+
id: number;
|
|
19
20
|
imageUrl: string | null;
|
|
20
21
|
name: string;
|
|
21
|
-
id: number;
|
|
22
22
|
}[];
|
|
23
23
|
}>;
|
|
24
24
|
|
|
@@ -15,12 +15,12 @@ declare const buildV2FundraisingContributorsGetFetcher: (requestInit?: RequestIn
|
|
|
15
15
|
nextPage?: number | undefined;
|
|
16
16
|
};
|
|
17
17
|
contributors: {
|
|
18
|
+
id: number;
|
|
18
19
|
imageUrl: string;
|
|
19
20
|
name: string;
|
|
20
21
|
totalPayAmount: number;
|
|
21
22
|
totalContributionCount: number;
|
|
22
23
|
latestContributionDate: string;
|
|
23
|
-
id: number;
|
|
24
24
|
isActive: boolean;
|
|
25
25
|
steadyBillingStatus: "none" | "billing" | "discontinued";
|
|
26
26
|
email?: string | undefined;
|
|
@@ -40,12 +40,12 @@ declare const getV2FundraisingContributors: (query: V2FundraisingContributorsGet
|
|
|
40
40
|
nextPage?: number | undefined;
|
|
41
41
|
};
|
|
42
42
|
contributors: {
|
|
43
|
+
id: number;
|
|
43
44
|
imageUrl: string;
|
|
44
45
|
name: string;
|
|
45
46
|
totalPayAmount: number;
|
|
46
47
|
totalContributionCount: number;
|
|
47
48
|
latestContributionDate: string;
|
|
48
|
-
id: number;
|
|
49
49
|
isActive: boolean;
|
|
50
50
|
steadyBillingStatus: "none" | "billing" | "discontinued";
|
|
51
51
|
email?: string | undefined;
|
|
@@ -15,12 +15,12 @@ declare const buildV2FundraisingContributorsGetFetcher: (requestInit?: RequestIn
|
|
|
15
15
|
nextPage?: number | undefined;
|
|
16
16
|
};
|
|
17
17
|
contributors: {
|
|
18
|
+
id: number;
|
|
18
19
|
imageUrl: string;
|
|
19
20
|
name: string;
|
|
20
21
|
totalPayAmount: number;
|
|
21
22
|
totalContributionCount: number;
|
|
22
23
|
latestContributionDate: string;
|
|
23
|
-
id: number;
|
|
24
24
|
isActive: boolean;
|
|
25
25
|
steadyBillingStatus: "none" | "billing" | "discontinued";
|
|
26
26
|
email?: string | undefined;
|
|
@@ -40,12 +40,12 @@ declare const getV2FundraisingContributors: (query: V2FundraisingContributorsGet
|
|
|
40
40
|
nextPage?: number | undefined;
|
|
41
41
|
};
|
|
42
42
|
contributors: {
|
|
43
|
+
id: number;
|
|
43
44
|
imageUrl: string;
|
|
44
45
|
name: string;
|
|
45
46
|
totalPayAmount: number;
|
|
46
47
|
totalContributionCount: number;
|
|
47
48
|
latestContributionDate: string;
|
|
48
|
-
id: number;
|
|
49
49
|
isActive: boolean;
|
|
50
50
|
steadyBillingStatus: "none" | "billing" | "discontinued";
|
|
51
51
|
email?: string | undefined;
|
|
@@ -4,12 +4,12 @@ import { ForceDig } from '@readyfor/api-client-base';
|
|
|
4
4
|
type V2FundraisingContributorsIdGetOperation = paths["/api/v2/fundraising/contributors/{id}"]["get"];
|
|
5
5
|
type V2FundraisingContributorsIdGetResponse = V2FundraisingContributorsIdGetOperation["responses"]["200"]["content"]["application/json"];
|
|
6
6
|
declare const buildV2FundraisingContributorsIdGetFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
|
|
7
|
+
id: number;
|
|
7
8
|
imageUrl: string;
|
|
8
9
|
email: string;
|
|
9
10
|
name: string;
|
|
10
11
|
latestContributionDate: string;
|
|
11
12
|
totalAmount: number;
|
|
12
|
-
id: number;
|
|
13
13
|
isActive: boolean;
|
|
14
14
|
totalCount: number;
|
|
15
15
|
memo: string;
|
|
@@ -25,12 +25,12 @@ type V2FundraisingContributorsIdGetPath = ForceDig<V2FundraisingContributorsIdGe
|
|
|
25
25
|
"path"
|
|
26
26
|
]>;
|
|
27
27
|
declare const getV2FundraisingContributorsId: (path: V2FundraisingContributorsIdGetPath, customRequestInit?: RequestInit) => Promise<{
|
|
28
|
+
id: number;
|
|
28
29
|
imageUrl: string;
|
|
29
30
|
email: string;
|
|
30
31
|
name: string;
|
|
31
32
|
latestContributionDate: string;
|
|
32
33
|
totalAmount: number;
|
|
33
|
-
id: number;
|
|
34
34
|
isActive: boolean;
|
|
35
35
|
totalCount: number;
|
|
36
36
|
memo: string;
|
|
@@ -4,12 +4,12 @@ import { ForceDig } from '@readyfor/api-client-base';
|
|
|
4
4
|
type V2FundraisingContributorsIdGetOperation = paths["/api/v2/fundraising/contributors/{id}"]["get"];
|
|
5
5
|
type V2FundraisingContributorsIdGetResponse = V2FundraisingContributorsIdGetOperation["responses"]["200"]["content"]["application/json"];
|
|
6
6
|
declare const buildV2FundraisingContributorsIdGetFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
|
|
7
|
+
id: number;
|
|
7
8
|
imageUrl: string;
|
|
8
9
|
email: string;
|
|
9
10
|
name: string;
|
|
10
11
|
latestContributionDate: string;
|
|
11
12
|
totalAmount: number;
|
|
12
|
-
id: number;
|
|
13
13
|
isActive: boolean;
|
|
14
14
|
totalCount: number;
|
|
15
15
|
memo: string;
|
|
@@ -25,12 +25,12 @@ type V2FundraisingContributorsIdGetPath = ForceDig<V2FundraisingContributorsIdGe
|
|
|
25
25
|
"path"
|
|
26
26
|
]>;
|
|
27
27
|
declare const getV2FundraisingContributorsId: (path: V2FundraisingContributorsIdGetPath, customRequestInit?: RequestInit) => Promise<{
|
|
28
|
+
id: number;
|
|
28
29
|
imageUrl: string;
|
|
29
30
|
email: string;
|
|
30
31
|
name: string;
|
|
31
32
|
latestContributionDate: string;
|
|
32
33
|
totalAmount: number;
|
|
33
|
-
id: number;
|
|
34
34
|
isActive: boolean;
|
|
35
35
|
totalCount: number;
|
|
36
36
|
memo: string;
|
|
@@ -15,11 +15,11 @@ declare const buildV2FundraisingContributorsIdOrdersGetFetcher: (requestInit?: R
|
|
|
15
15
|
nextPage?: number | undefined;
|
|
16
16
|
};
|
|
17
17
|
orders: {
|
|
18
|
-
amount: number;
|
|
19
18
|
id: number;
|
|
19
|
+
amount: number;
|
|
20
20
|
project: {
|
|
21
|
-
imageUrl: string;
|
|
22
21
|
id: number;
|
|
22
|
+
imageUrl: string;
|
|
23
23
|
title: string;
|
|
24
24
|
fundingModel: 0 | 1 | 3 | 4;
|
|
25
25
|
};
|
|
@@ -62,11 +62,11 @@ declare const getV2FundraisingContributorsIdOrders: (path: V2FundraisingContribu
|
|
|
62
62
|
nextPage?: number | undefined;
|
|
63
63
|
};
|
|
64
64
|
orders: {
|
|
65
|
-
amount: number;
|
|
66
65
|
id: number;
|
|
66
|
+
amount: number;
|
|
67
67
|
project: {
|
|
68
|
-
imageUrl: string;
|
|
69
68
|
id: number;
|
|
69
|
+
imageUrl: string;
|
|
70
70
|
title: string;
|
|
71
71
|
fundingModel: 0 | 1 | 3 | 4;
|
|
72
72
|
};
|
|
@@ -15,11 +15,11 @@ declare const buildV2FundraisingContributorsIdOrdersGetFetcher: (requestInit?: R
|
|
|
15
15
|
nextPage?: number | undefined;
|
|
16
16
|
};
|
|
17
17
|
orders: {
|
|
18
|
-
amount: number;
|
|
19
18
|
id: number;
|
|
19
|
+
amount: number;
|
|
20
20
|
project: {
|
|
21
|
-
imageUrl: string;
|
|
22
21
|
id: number;
|
|
22
|
+
imageUrl: string;
|
|
23
23
|
title: string;
|
|
24
24
|
fundingModel: 0 | 1 | 3 | 4;
|
|
25
25
|
};
|
|
@@ -62,11 +62,11 @@ declare const getV2FundraisingContributorsIdOrders: (path: V2FundraisingContribu
|
|
|
62
62
|
nextPage?: number | undefined;
|
|
63
63
|
};
|
|
64
64
|
orders: {
|
|
65
|
-
amount: number;
|
|
66
65
|
id: number;
|
|
66
|
+
amount: number;
|
|
67
67
|
project: {
|
|
68
|
-
imageUrl: string;
|
|
69
68
|
id: number;
|
|
69
|
+
imageUrl: string;
|
|
70
70
|
title: string;
|
|
71
71
|
fundingModel: 0 | 1 | 3 | 4;
|
|
72
72
|
};
|
|
@@ -4,16 +4,16 @@ type V2FundraisingContributorsOwnedPublicProjectsGetOperation = paths["/api/v2/f
|
|
|
4
4
|
type V2FundraisingContributorsOwnedPublicProjectsGetResponse = V2FundraisingContributorsOwnedPublicProjectsGetOperation["responses"]["200"]["content"]["application/json"];
|
|
5
5
|
declare const buildV2FundraisingContributorsOwnedPublicProjectsGetFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
|
|
6
6
|
projects: {
|
|
7
|
-
imageUrl: string;
|
|
8
7
|
id: number;
|
|
8
|
+
imageUrl: string;
|
|
9
9
|
title: string;
|
|
10
10
|
fundingModel: 0 | 1 | 3 | 4;
|
|
11
11
|
}[];
|
|
12
12
|
}>;
|
|
13
13
|
declare const getV2FundraisingContributorsOwnedPublicProjects: (customRequestInit?: RequestInit) => Promise<{
|
|
14
14
|
projects: {
|
|
15
|
-
imageUrl: string;
|
|
16
15
|
id: number;
|
|
16
|
+
imageUrl: string;
|
|
17
17
|
title: string;
|
|
18
18
|
fundingModel: 0 | 1 | 3 | 4;
|
|
19
19
|
}[];
|
|
@@ -4,16 +4,16 @@ type V2FundraisingContributorsOwnedPublicProjectsGetOperation = paths["/api/v2/f
|
|
|
4
4
|
type V2FundraisingContributorsOwnedPublicProjectsGetResponse = V2FundraisingContributorsOwnedPublicProjectsGetOperation["responses"]["200"]["content"]["application/json"];
|
|
5
5
|
declare const buildV2FundraisingContributorsOwnedPublicProjectsGetFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
|
|
6
6
|
projects: {
|
|
7
|
-
imageUrl: string;
|
|
8
7
|
id: number;
|
|
8
|
+
imageUrl: string;
|
|
9
9
|
title: string;
|
|
10
10
|
fundingModel: 0 | 1 | 3 | 4;
|
|
11
11
|
}[];
|
|
12
12
|
}>;
|
|
13
13
|
declare const getV2FundraisingContributorsOwnedPublicProjects: (customRequestInit?: RequestInit) => Promise<{
|
|
14
14
|
projects: {
|
|
15
|
-
imageUrl: string;
|
|
16
15
|
id: number;
|
|
16
|
+
imageUrl: string;
|
|
17
17
|
title: string;
|
|
18
18
|
fundingModel: 0 | 1 | 3 | 4;
|
|
19
19
|
}[];
|
|
@@ -5,16 +5,16 @@ type V2FundraisingContributorsUsersGetOperation = paths["/api/v2/fundraising/con
|
|
|
5
5
|
type V2FundraisingContributorsUsersGetResponse = V2FundraisingContributorsUsersGetOperation["responses"]["200"]["content"]["application/json"];
|
|
6
6
|
declare const buildV2FundraisingContributorsUsersGetFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
|
|
7
7
|
users: {
|
|
8
|
-
name: string;
|
|
9
8
|
id: number;
|
|
9
|
+
name: string;
|
|
10
10
|
imageUrl?: string | undefined;
|
|
11
11
|
}[];
|
|
12
12
|
}>;
|
|
13
13
|
type V2FundraisingContributorsUsersGetQuery = QueryPropsFor<ForceDig<V2FundraisingContributorsUsersGetOperation, ["parameters", "query"]>>;
|
|
14
14
|
declare const getV2FundraisingContributorsUsers: (query: V2FundraisingContributorsUsersGetQuery, customRequestInit?: RequestInit) => Promise<{
|
|
15
15
|
users: {
|
|
16
|
-
name: string;
|
|
17
16
|
id: number;
|
|
17
|
+
name: string;
|
|
18
18
|
imageUrl?: string | undefined;
|
|
19
19
|
}[];
|
|
20
20
|
}>;
|
|
@@ -5,16 +5,16 @@ type V2FundraisingContributorsUsersGetOperation = paths["/api/v2/fundraising/con
|
|
|
5
5
|
type V2FundraisingContributorsUsersGetResponse = V2FundraisingContributorsUsersGetOperation["responses"]["200"]["content"]["application/json"];
|
|
6
6
|
declare const buildV2FundraisingContributorsUsersGetFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
|
|
7
7
|
users: {
|
|
8
|
-
name: string;
|
|
9
8
|
id: number;
|
|
9
|
+
name: string;
|
|
10
10
|
imageUrl?: string | undefined;
|
|
11
11
|
}[];
|
|
12
12
|
}>;
|
|
13
13
|
type V2FundraisingContributorsUsersGetQuery = QueryPropsFor<ForceDig<V2FundraisingContributorsUsersGetOperation, ["parameters", "query"]>>;
|
|
14
14
|
declare const getV2FundraisingContributorsUsers: (query: V2FundraisingContributorsUsersGetQuery, customRequestInit?: RequestInit) => Promise<{
|
|
15
15
|
users: {
|
|
16
|
-
name: string;
|
|
17
16
|
id: number;
|
|
17
|
+
name: string;
|
|
18
18
|
imageUrl?: string | undefined;
|
|
19
19
|
}[];
|
|
20
20
|
}>;
|
|
@@ -6,8 +6,8 @@ type V2FundraisingRewardsGetResponse = V2FundraisingRewardsGetOperation["respons
|
|
|
6
6
|
declare const buildV2FundraisingRewardsGetFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
|
|
7
7
|
needsDeliveryDeadlineAlert: boolean;
|
|
8
8
|
rewards: {
|
|
9
|
-
price: number;
|
|
10
9
|
id: number;
|
|
10
|
+
price: number;
|
|
11
11
|
thumbnailUrl: string;
|
|
12
12
|
project: {
|
|
13
13
|
id: number;
|
|
@@ -56,8 +56,8 @@ type V2FundraisingRewardsGetQuery = ForceDig<V2FundraisingRewardsGetOperation, [
|
|
|
56
56
|
declare const getV2FundraisingRewards: (query: V2FundraisingRewardsGetQuery, customRequestInit?: RequestInit) => Promise<{
|
|
57
57
|
needsDeliveryDeadlineAlert: boolean;
|
|
58
58
|
rewards: {
|
|
59
|
-
price: number;
|
|
60
59
|
id: number;
|
|
60
|
+
price: number;
|
|
61
61
|
thumbnailUrl: string;
|
|
62
62
|
project: {
|
|
63
63
|
id: number;
|