@readyfor/api-client-readyfor-api 0.328.0 → 1.0.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 +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,32 +4,38 @@ import { ForceDig } from '@readyfor/api-client-base';
|
|
|
4
4
|
type V2FundraisingSteadyCrowdfundingProjectOrdersOrderIdGetOperation = paths["/api/v2/fundraising/steady_crowdfunding_project_orders/{order_id}"]["get"];
|
|
5
5
|
type V2FundraisingSteadyCrowdfundingProjectOrdersOrderIdGetResponse = V2FundraisingSteadyCrowdfundingProjectOrdersOrderIdGetOperation["responses"]["200"]["content"]["application/json"];
|
|
6
6
|
declare const buildV2FundraisingSteadyCrowdfundingProjectOrdersOrderIdGetFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
|
|
7
|
-
contributor: {
|
|
8
|
-
imageUrl: string;
|
|
9
|
-
email: string | null;
|
|
10
|
-
name: string;
|
|
11
|
-
id: number;
|
|
12
|
-
isActive: boolean;
|
|
13
|
-
hasValidOrder: boolean;
|
|
14
|
-
};
|
|
15
|
-
createdAt: string;
|
|
16
|
-
amount: number;
|
|
17
7
|
id: number;
|
|
18
|
-
|
|
19
|
-
id: number;
|
|
8
|
+
reward: {
|
|
20
9
|
title: string;
|
|
21
10
|
};
|
|
11
|
+
amount: number;
|
|
12
|
+
createdAt: string;
|
|
22
13
|
state: "canceled" | "confirmed";
|
|
23
|
-
|
|
24
|
-
|
|
14
|
+
contributor: {
|
|
15
|
+
id: number;
|
|
16
|
+
name: string;
|
|
17
|
+
email: string | null;
|
|
18
|
+
isActive: boolean;
|
|
19
|
+
hasValidOrder: boolean;
|
|
20
|
+
imageUrl: string;
|
|
25
21
|
};
|
|
26
22
|
comments: {
|
|
27
|
-
imageUrl: string;
|
|
28
23
|
name: string;
|
|
29
|
-
|
|
24
|
+
imageUrl: string;
|
|
30
25
|
content: string;
|
|
26
|
+
createdAt: string;
|
|
31
27
|
}[];
|
|
28
|
+
project: {
|
|
29
|
+
id: number;
|
|
30
|
+
title: string;
|
|
31
|
+
};
|
|
32
32
|
__type?: "FundraisingSteadyCrowdfundingProjectOnetimeOrderId" | undefined;
|
|
33
|
+
rewardExOptions?: {
|
|
34
|
+
options: {
|
|
35
|
+
question: string;
|
|
36
|
+
answer?: string | undefined;
|
|
37
|
+
}[];
|
|
38
|
+
} | undefined;
|
|
33
39
|
delivery?: {
|
|
34
40
|
zipCode: string;
|
|
35
41
|
deliveryAddress: string;
|
|
@@ -38,42 +44,44 @@ declare const buildV2FundraisingSteadyCrowdfundingProjectOrdersOrderIdGetFetcher
|
|
|
38
44
|
deliveryNameKana: string | null;
|
|
39
45
|
editedAt: string | null;
|
|
40
46
|
} | undefined;
|
|
41
|
-
rewardExOptions?: {
|
|
42
|
-
options: {
|
|
43
|
-
question: string;
|
|
44
|
-
answer?: string | undefined;
|
|
45
|
-
}[];
|
|
46
|
-
} | undefined;
|
|
47
47
|
} | {
|
|
48
|
-
contributor: {
|
|
49
|
-
imageUrl: string;
|
|
50
|
-
email: string | null;
|
|
51
|
-
name: string;
|
|
52
|
-
id: number;
|
|
53
|
-
isActive: boolean;
|
|
54
|
-
hasValidOrder: boolean;
|
|
55
|
-
};
|
|
56
|
-
createdAt: string;
|
|
57
|
-
totalAmount: number;
|
|
58
|
-
monthlyAmount: number;
|
|
59
48
|
id: number;
|
|
60
|
-
billingState: "billingContinuing" | "billingDiscontinued" | "waitRetryPayment";
|
|
61
|
-
project: {
|
|
62
|
-
id: number;
|
|
63
|
-
title: string;
|
|
64
|
-
};
|
|
65
49
|
reward: {
|
|
66
50
|
title: string;
|
|
67
51
|
thumbnailUrl: string;
|
|
68
52
|
};
|
|
69
|
-
|
|
53
|
+
monthlyAmount: number;
|
|
54
|
+
recurringMonths: number;
|
|
55
|
+
totalAmount: number;
|
|
56
|
+
createdAt: string;
|
|
57
|
+
billingState: "billingContinuing" | "billingDiscontinued" | "waitRetryPayment";
|
|
58
|
+
contributor: {
|
|
59
|
+
id: number;
|
|
60
|
+
name: string;
|
|
61
|
+
email: string | null;
|
|
62
|
+
isActive: boolean;
|
|
63
|
+
hasValidOrder: boolean;
|
|
70
64
|
imageUrl: string;
|
|
65
|
+
};
|
|
66
|
+
comments: {
|
|
71
67
|
name: string;
|
|
72
|
-
|
|
68
|
+
imageUrl: string;
|
|
73
69
|
content: string;
|
|
70
|
+
createdAt: string;
|
|
74
71
|
}[];
|
|
75
|
-
|
|
72
|
+
project: {
|
|
73
|
+
id: number;
|
|
74
|
+
title: string;
|
|
75
|
+
};
|
|
76
76
|
__type?: "FundraisingSteadyCrowdfundingProjectMonthlyOrderId" | undefined;
|
|
77
|
+
billingDiscontinuedReason?: "contributor" | "expired" | "other" | undefined;
|
|
78
|
+
billingDiscontinuedAt?: string | undefined;
|
|
79
|
+
rewardExOptions?: {
|
|
80
|
+
options: {
|
|
81
|
+
question: string;
|
|
82
|
+
answer?: string | undefined;
|
|
83
|
+
}[];
|
|
84
|
+
} | undefined;
|
|
77
85
|
delivery?: {
|
|
78
86
|
zipCode: string;
|
|
79
87
|
deliveryAddress: string;
|
|
@@ -82,46 +90,44 @@ declare const buildV2FundraisingSteadyCrowdfundingProjectOrdersOrderIdGetFetcher
|
|
|
82
90
|
deliveryNameKana: string | null;
|
|
83
91
|
editedAt: string | null;
|
|
84
92
|
} | undefined;
|
|
85
|
-
rewardExOptions?: {
|
|
86
|
-
options: {
|
|
87
|
-
question: string;
|
|
88
|
-
answer?: string | undefined;
|
|
89
|
-
}[];
|
|
90
|
-
} | undefined;
|
|
91
|
-
billingDiscontinuedReason?: "contributor" | "expired" | "other" | undefined;
|
|
92
|
-
billingDiscontinuedAt?: string | undefined;
|
|
93
93
|
}>;
|
|
94
94
|
type V2FundraisingSteadyCrowdfundingProjectOrdersOrderIdGetPath = ForceDig<V2FundraisingSteadyCrowdfundingProjectOrdersOrderIdGetOperation, [
|
|
95
95
|
"parameters",
|
|
96
96
|
"path"
|
|
97
97
|
]>;
|
|
98
98
|
declare const getV2FundraisingSteadyCrowdfundingProjectOrdersOrderId: (path: V2FundraisingSteadyCrowdfundingProjectOrdersOrderIdGetPath, customRequestInit?: RequestInit) => Promise<{
|
|
99
|
-
contributor: {
|
|
100
|
-
imageUrl: string;
|
|
101
|
-
email: string | null;
|
|
102
|
-
name: string;
|
|
103
|
-
id: number;
|
|
104
|
-
isActive: boolean;
|
|
105
|
-
hasValidOrder: boolean;
|
|
106
|
-
};
|
|
107
|
-
createdAt: string;
|
|
108
|
-
amount: number;
|
|
109
99
|
id: number;
|
|
110
|
-
|
|
111
|
-
id: number;
|
|
100
|
+
reward: {
|
|
112
101
|
title: string;
|
|
113
102
|
};
|
|
103
|
+
amount: number;
|
|
104
|
+
createdAt: string;
|
|
114
105
|
state: "canceled" | "confirmed";
|
|
115
|
-
|
|
116
|
-
|
|
106
|
+
contributor: {
|
|
107
|
+
id: number;
|
|
108
|
+
name: string;
|
|
109
|
+
email: string | null;
|
|
110
|
+
isActive: boolean;
|
|
111
|
+
hasValidOrder: boolean;
|
|
112
|
+
imageUrl: string;
|
|
117
113
|
};
|
|
118
114
|
comments: {
|
|
119
|
-
imageUrl: string;
|
|
120
115
|
name: string;
|
|
121
|
-
|
|
116
|
+
imageUrl: string;
|
|
122
117
|
content: string;
|
|
118
|
+
createdAt: string;
|
|
123
119
|
}[];
|
|
120
|
+
project: {
|
|
121
|
+
id: number;
|
|
122
|
+
title: string;
|
|
123
|
+
};
|
|
124
124
|
__type?: "FundraisingSteadyCrowdfundingProjectOnetimeOrderId" | undefined;
|
|
125
|
+
rewardExOptions?: {
|
|
126
|
+
options: {
|
|
127
|
+
question: string;
|
|
128
|
+
answer?: string | undefined;
|
|
129
|
+
}[];
|
|
130
|
+
} | undefined;
|
|
125
131
|
delivery?: {
|
|
126
132
|
zipCode: string;
|
|
127
133
|
deliveryAddress: string;
|
|
@@ -130,42 +136,44 @@ declare const getV2FundraisingSteadyCrowdfundingProjectOrdersOrderId: (path: V2F
|
|
|
130
136
|
deliveryNameKana: string | null;
|
|
131
137
|
editedAt: string | null;
|
|
132
138
|
} | undefined;
|
|
133
|
-
rewardExOptions?: {
|
|
134
|
-
options: {
|
|
135
|
-
question: string;
|
|
136
|
-
answer?: string | undefined;
|
|
137
|
-
}[];
|
|
138
|
-
} | undefined;
|
|
139
139
|
} | {
|
|
140
|
-
contributor: {
|
|
141
|
-
imageUrl: string;
|
|
142
|
-
email: string | null;
|
|
143
|
-
name: string;
|
|
144
|
-
id: number;
|
|
145
|
-
isActive: boolean;
|
|
146
|
-
hasValidOrder: boolean;
|
|
147
|
-
};
|
|
148
|
-
createdAt: string;
|
|
149
|
-
totalAmount: number;
|
|
150
|
-
monthlyAmount: number;
|
|
151
140
|
id: number;
|
|
152
|
-
billingState: "billingContinuing" | "billingDiscontinued" | "waitRetryPayment";
|
|
153
|
-
project: {
|
|
154
|
-
id: number;
|
|
155
|
-
title: string;
|
|
156
|
-
};
|
|
157
141
|
reward: {
|
|
158
142
|
title: string;
|
|
159
143
|
thumbnailUrl: string;
|
|
160
144
|
};
|
|
161
|
-
|
|
145
|
+
monthlyAmount: number;
|
|
146
|
+
recurringMonths: number;
|
|
147
|
+
totalAmount: number;
|
|
148
|
+
createdAt: string;
|
|
149
|
+
billingState: "billingContinuing" | "billingDiscontinued" | "waitRetryPayment";
|
|
150
|
+
contributor: {
|
|
151
|
+
id: number;
|
|
152
|
+
name: string;
|
|
153
|
+
email: string | null;
|
|
154
|
+
isActive: boolean;
|
|
155
|
+
hasValidOrder: boolean;
|
|
162
156
|
imageUrl: string;
|
|
157
|
+
};
|
|
158
|
+
comments: {
|
|
163
159
|
name: string;
|
|
164
|
-
|
|
160
|
+
imageUrl: string;
|
|
165
161
|
content: string;
|
|
162
|
+
createdAt: string;
|
|
166
163
|
}[];
|
|
167
|
-
|
|
164
|
+
project: {
|
|
165
|
+
id: number;
|
|
166
|
+
title: string;
|
|
167
|
+
};
|
|
168
168
|
__type?: "FundraisingSteadyCrowdfundingProjectMonthlyOrderId" | undefined;
|
|
169
|
+
billingDiscontinuedReason?: "contributor" | "expired" | "other" | undefined;
|
|
170
|
+
billingDiscontinuedAt?: string | undefined;
|
|
171
|
+
rewardExOptions?: {
|
|
172
|
+
options: {
|
|
173
|
+
question: string;
|
|
174
|
+
answer?: string | undefined;
|
|
175
|
+
}[];
|
|
176
|
+
} | undefined;
|
|
169
177
|
delivery?: {
|
|
170
178
|
zipCode: string;
|
|
171
179
|
deliveryAddress: string;
|
|
@@ -174,14 +182,6 @@ declare const getV2FundraisingSteadyCrowdfundingProjectOrdersOrderId: (path: V2F
|
|
|
174
182
|
deliveryNameKana: string | null;
|
|
175
183
|
editedAt: string | null;
|
|
176
184
|
} | undefined;
|
|
177
|
-
rewardExOptions?: {
|
|
178
|
-
options: {
|
|
179
|
-
question: string;
|
|
180
|
-
answer?: string | undefined;
|
|
181
|
-
}[];
|
|
182
|
-
} | undefined;
|
|
183
|
-
billingDiscontinuedReason?: "contributor" | "expired" | "other" | undefined;
|
|
184
|
-
billingDiscontinuedAt?: string | undefined;
|
|
185
185
|
}>;
|
|
186
186
|
|
|
187
187
|
export { type V2FundraisingSteadyCrowdfundingProjectOrdersOrderIdGetPath, type V2FundraisingSteadyCrowdfundingProjectOrdersOrderIdGetResponse, buildV2FundraisingSteadyCrowdfundingProjectOrdersOrderIdGetFetcher, getV2FundraisingSteadyCrowdfundingProjectOrdersOrderId };
|
|
@@ -4,32 +4,38 @@ import { ForceDig } from '@readyfor/api-client-base';
|
|
|
4
4
|
type V2FundraisingSteadyCrowdfundingProjectOrdersOrderIdGetOperation = paths["/api/v2/fundraising/steady_crowdfunding_project_orders/{order_id}"]["get"];
|
|
5
5
|
type V2FundraisingSteadyCrowdfundingProjectOrdersOrderIdGetResponse = V2FundraisingSteadyCrowdfundingProjectOrdersOrderIdGetOperation["responses"]["200"]["content"]["application/json"];
|
|
6
6
|
declare const buildV2FundraisingSteadyCrowdfundingProjectOrdersOrderIdGetFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
|
|
7
|
-
contributor: {
|
|
8
|
-
imageUrl: string;
|
|
9
|
-
email: string | null;
|
|
10
|
-
name: string;
|
|
11
|
-
id: number;
|
|
12
|
-
isActive: boolean;
|
|
13
|
-
hasValidOrder: boolean;
|
|
14
|
-
};
|
|
15
|
-
createdAt: string;
|
|
16
|
-
amount: number;
|
|
17
7
|
id: number;
|
|
18
|
-
|
|
19
|
-
id: number;
|
|
8
|
+
reward: {
|
|
20
9
|
title: string;
|
|
21
10
|
};
|
|
11
|
+
amount: number;
|
|
12
|
+
createdAt: string;
|
|
22
13
|
state: "canceled" | "confirmed";
|
|
23
|
-
|
|
24
|
-
|
|
14
|
+
contributor: {
|
|
15
|
+
id: number;
|
|
16
|
+
name: string;
|
|
17
|
+
email: string | null;
|
|
18
|
+
isActive: boolean;
|
|
19
|
+
hasValidOrder: boolean;
|
|
20
|
+
imageUrl: string;
|
|
25
21
|
};
|
|
26
22
|
comments: {
|
|
27
|
-
imageUrl: string;
|
|
28
23
|
name: string;
|
|
29
|
-
|
|
24
|
+
imageUrl: string;
|
|
30
25
|
content: string;
|
|
26
|
+
createdAt: string;
|
|
31
27
|
}[];
|
|
28
|
+
project: {
|
|
29
|
+
id: number;
|
|
30
|
+
title: string;
|
|
31
|
+
};
|
|
32
32
|
__type?: "FundraisingSteadyCrowdfundingProjectOnetimeOrderId" | undefined;
|
|
33
|
+
rewardExOptions?: {
|
|
34
|
+
options: {
|
|
35
|
+
question: string;
|
|
36
|
+
answer?: string | undefined;
|
|
37
|
+
}[];
|
|
38
|
+
} | undefined;
|
|
33
39
|
delivery?: {
|
|
34
40
|
zipCode: string;
|
|
35
41
|
deliveryAddress: string;
|
|
@@ -38,42 +44,44 @@ declare const buildV2FundraisingSteadyCrowdfundingProjectOrdersOrderIdGetFetcher
|
|
|
38
44
|
deliveryNameKana: string | null;
|
|
39
45
|
editedAt: string | null;
|
|
40
46
|
} | undefined;
|
|
41
|
-
rewardExOptions?: {
|
|
42
|
-
options: {
|
|
43
|
-
question: string;
|
|
44
|
-
answer?: string | undefined;
|
|
45
|
-
}[];
|
|
46
|
-
} | undefined;
|
|
47
47
|
} | {
|
|
48
|
-
contributor: {
|
|
49
|
-
imageUrl: string;
|
|
50
|
-
email: string | null;
|
|
51
|
-
name: string;
|
|
52
|
-
id: number;
|
|
53
|
-
isActive: boolean;
|
|
54
|
-
hasValidOrder: boolean;
|
|
55
|
-
};
|
|
56
|
-
createdAt: string;
|
|
57
|
-
totalAmount: number;
|
|
58
|
-
monthlyAmount: number;
|
|
59
48
|
id: number;
|
|
60
|
-
billingState: "billingContinuing" | "billingDiscontinued" | "waitRetryPayment";
|
|
61
|
-
project: {
|
|
62
|
-
id: number;
|
|
63
|
-
title: string;
|
|
64
|
-
};
|
|
65
49
|
reward: {
|
|
66
50
|
title: string;
|
|
67
51
|
thumbnailUrl: string;
|
|
68
52
|
};
|
|
69
|
-
|
|
53
|
+
monthlyAmount: number;
|
|
54
|
+
recurringMonths: number;
|
|
55
|
+
totalAmount: number;
|
|
56
|
+
createdAt: string;
|
|
57
|
+
billingState: "billingContinuing" | "billingDiscontinued" | "waitRetryPayment";
|
|
58
|
+
contributor: {
|
|
59
|
+
id: number;
|
|
60
|
+
name: string;
|
|
61
|
+
email: string | null;
|
|
62
|
+
isActive: boolean;
|
|
63
|
+
hasValidOrder: boolean;
|
|
70
64
|
imageUrl: string;
|
|
65
|
+
};
|
|
66
|
+
comments: {
|
|
71
67
|
name: string;
|
|
72
|
-
|
|
68
|
+
imageUrl: string;
|
|
73
69
|
content: string;
|
|
70
|
+
createdAt: string;
|
|
74
71
|
}[];
|
|
75
|
-
|
|
72
|
+
project: {
|
|
73
|
+
id: number;
|
|
74
|
+
title: string;
|
|
75
|
+
};
|
|
76
76
|
__type?: "FundraisingSteadyCrowdfundingProjectMonthlyOrderId" | undefined;
|
|
77
|
+
billingDiscontinuedReason?: "contributor" | "expired" | "other" | undefined;
|
|
78
|
+
billingDiscontinuedAt?: string | undefined;
|
|
79
|
+
rewardExOptions?: {
|
|
80
|
+
options: {
|
|
81
|
+
question: string;
|
|
82
|
+
answer?: string | undefined;
|
|
83
|
+
}[];
|
|
84
|
+
} | undefined;
|
|
77
85
|
delivery?: {
|
|
78
86
|
zipCode: string;
|
|
79
87
|
deliveryAddress: string;
|
|
@@ -82,46 +90,44 @@ declare const buildV2FundraisingSteadyCrowdfundingProjectOrdersOrderIdGetFetcher
|
|
|
82
90
|
deliveryNameKana: string | null;
|
|
83
91
|
editedAt: string | null;
|
|
84
92
|
} | undefined;
|
|
85
|
-
rewardExOptions?: {
|
|
86
|
-
options: {
|
|
87
|
-
question: string;
|
|
88
|
-
answer?: string | undefined;
|
|
89
|
-
}[];
|
|
90
|
-
} | undefined;
|
|
91
|
-
billingDiscontinuedReason?: "contributor" | "expired" | "other" | undefined;
|
|
92
|
-
billingDiscontinuedAt?: string | undefined;
|
|
93
93
|
}>;
|
|
94
94
|
type V2FundraisingSteadyCrowdfundingProjectOrdersOrderIdGetPath = ForceDig<V2FundraisingSteadyCrowdfundingProjectOrdersOrderIdGetOperation, [
|
|
95
95
|
"parameters",
|
|
96
96
|
"path"
|
|
97
97
|
]>;
|
|
98
98
|
declare const getV2FundraisingSteadyCrowdfundingProjectOrdersOrderId: (path: V2FundraisingSteadyCrowdfundingProjectOrdersOrderIdGetPath, customRequestInit?: RequestInit) => Promise<{
|
|
99
|
-
contributor: {
|
|
100
|
-
imageUrl: string;
|
|
101
|
-
email: string | null;
|
|
102
|
-
name: string;
|
|
103
|
-
id: number;
|
|
104
|
-
isActive: boolean;
|
|
105
|
-
hasValidOrder: boolean;
|
|
106
|
-
};
|
|
107
|
-
createdAt: string;
|
|
108
|
-
amount: number;
|
|
109
99
|
id: number;
|
|
110
|
-
|
|
111
|
-
id: number;
|
|
100
|
+
reward: {
|
|
112
101
|
title: string;
|
|
113
102
|
};
|
|
103
|
+
amount: number;
|
|
104
|
+
createdAt: string;
|
|
114
105
|
state: "canceled" | "confirmed";
|
|
115
|
-
|
|
116
|
-
|
|
106
|
+
contributor: {
|
|
107
|
+
id: number;
|
|
108
|
+
name: string;
|
|
109
|
+
email: string | null;
|
|
110
|
+
isActive: boolean;
|
|
111
|
+
hasValidOrder: boolean;
|
|
112
|
+
imageUrl: string;
|
|
117
113
|
};
|
|
118
114
|
comments: {
|
|
119
|
-
imageUrl: string;
|
|
120
115
|
name: string;
|
|
121
|
-
|
|
116
|
+
imageUrl: string;
|
|
122
117
|
content: string;
|
|
118
|
+
createdAt: string;
|
|
123
119
|
}[];
|
|
120
|
+
project: {
|
|
121
|
+
id: number;
|
|
122
|
+
title: string;
|
|
123
|
+
};
|
|
124
124
|
__type?: "FundraisingSteadyCrowdfundingProjectOnetimeOrderId" | undefined;
|
|
125
|
+
rewardExOptions?: {
|
|
126
|
+
options: {
|
|
127
|
+
question: string;
|
|
128
|
+
answer?: string | undefined;
|
|
129
|
+
}[];
|
|
130
|
+
} | undefined;
|
|
125
131
|
delivery?: {
|
|
126
132
|
zipCode: string;
|
|
127
133
|
deliveryAddress: string;
|
|
@@ -130,42 +136,44 @@ declare const getV2FundraisingSteadyCrowdfundingProjectOrdersOrderId: (path: V2F
|
|
|
130
136
|
deliveryNameKana: string | null;
|
|
131
137
|
editedAt: string | null;
|
|
132
138
|
} | undefined;
|
|
133
|
-
rewardExOptions?: {
|
|
134
|
-
options: {
|
|
135
|
-
question: string;
|
|
136
|
-
answer?: string | undefined;
|
|
137
|
-
}[];
|
|
138
|
-
} | undefined;
|
|
139
139
|
} | {
|
|
140
|
-
contributor: {
|
|
141
|
-
imageUrl: string;
|
|
142
|
-
email: string | null;
|
|
143
|
-
name: string;
|
|
144
|
-
id: number;
|
|
145
|
-
isActive: boolean;
|
|
146
|
-
hasValidOrder: boolean;
|
|
147
|
-
};
|
|
148
|
-
createdAt: string;
|
|
149
|
-
totalAmount: number;
|
|
150
|
-
monthlyAmount: number;
|
|
151
140
|
id: number;
|
|
152
|
-
billingState: "billingContinuing" | "billingDiscontinued" | "waitRetryPayment";
|
|
153
|
-
project: {
|
|
154
|
-
id: number;
|
|
155
|
-
title: string;
|
|
156
|
-
};
|
|
157
141
|
reward: {
|
|
158
142
|
title: string;
|
|
159
143
|
thumbnailUrl: string;
|
|
160
144
|
};
|
|
161
|
-
|
|
145
|
+
monthlyAmount: number;
|
|
146
|
+
recurringMonths: number;
|
|
147
|
+
totalAmount: number;
|
|
148
|
+
createdAt: string;
|
|
149
|
+
billingState: "billingContinuing" | "billingDiscontinued" | "waitRetryPayment";
|
|
150
|
+
contributor: {
|
|
151
|
+
id: number;
|
|
152
|
+
name: string;
|
|
153
|
+
email: string | null;
|
|
154
|
+
isActive: boolean;
|
|
155
|
+
hasValidOrder: boolean;
|
|
162
156
|
imageUrl: string;
|
|
157
|
+
};
|
|
158
|
+
comments: {
|
|
163
159
|
name: string;
|
|
164
|
-
|
|
160
|
+
imageUrl: string;
|
|
165
161
|
content: string;
|
|
162
|
+
createdAt: string;
|
|
166
163
|
}[];
|
|
167
|
-
|
|
164
|
+
project: {
|
|
165
|
+
id: number;
|
|
166
|
+
title: string;
|
|
167
|
+
};
|
|
168
168
|
__type?: "FundraisingSteadyCrowdfundingProjectMonthlyOrderId" | undefined;
|
|
169
|
+
billingDiscontinuedReason?: "contributor" | "expired" | "other" | undefined;
|
|
170
|
+
billingDiscontinuedAt?: string | undefined;
|
|
171
|
+
rewardExOptions?: {
|
|
172
|
+
options: {
|
|
173
|
+
question: string;
|
|
174
|
+
answer?: string | undefined;
|
|
175
|
+
}[];
|
|
176
|
+
} | undefined;
|
|
169
177
|
delivery?: {
|
|
170
178
|
zipCode: string;
|
|
171
179
|
deliveryAddress: string;
|
|
@@ -174,14 +182,6 @@ declare const getV2FundraisingSteadyCrowdfundingProjectOrdersOrderId: (path: V2F
|
|
|
174
182
|
deliveryNameKana: string | null;
|
|
175
183
|
editedAt: string | null;
|
|
176
184
|
} | undefined;
|
|
177
|
-
rewardExOptions?: {
|
|
178
|
-
options: {
|
|
179
|
-
question: string;
|
|
180
|
-
answer?: string | undefined;
|
|
181
|
-
}[];
|
|
182
|
-
} | undefined;
|
|
183
|
-
billingDiscontinuedReason?: "contributor" | "expired" | "other" | undefined;
|
|
184
|
-
billingDiscontinuedAt?: string | undefined;
|
|
185
185
|
}>;
|
|
186
186
|
|
|
187
187
|
export { type V2FundraisingSteadyCrowdfundingProjectOrdersOrderIdGetPath, type V2FundraisingSteadyCrowdfundingProjectOrdersOrderIdGetResponse, buildV2FundraisingSteadyCrowdfundingProjectOrdersOrderIdGetFetcher, getV2FundraisingSteadyCrowdfundingProjectOrdersOrderId };
|
|
@@ -5,10 +5,10 @@ type V2ResourcesBankBranchesGetOperation = paths["/api/v2/resources/bank_branche
|
|
|
5
5
|
type V2ResourcesBankBranchesGetResponse = V2ResourcesBankBranchesGetOperation["responses"]["200"]["content"]["application/json"];
|
|
6
6
|
declare const buildV2ResourcesBankBranchesGetFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
|
|
7
7
|
bankBranches?: {
|
|
8
|
-
name: string;
|
|
9
|
-
code: string;
|
|
10
8
|
id: number;
|
|
11
9
|
bankId: number;
|
|
10
|
+
code: string;
|
|
11
|
+
name: string;
|
|
12
12
|
position: number;
|
|
13
13
|
}[] | undefined;
|
|
14
14
|
}>;
|
|
@@ -18,10 +18,10 @@ type V2ResourcesBankBranchesGetQuery = ForceDig<V2ResourcesBankBranchesGetOperat
|
|
|
18
18
|
]>;
|
|
19
19
|
declare const getV2ResourcesBankBranches: (query: V2ResourcesBankBranchesGetQuery, customRequestInit?: RequestInit) => Promise<{
|
|
20
20
|
bankBranches?: {
|
|
21
|
-
name: string;
|
|
22
|
-
code: string;
|
|
23
21
|
id: number;
|
|
24
22
|
bankId: number;
|
|
23
|
+
code: string;
|
|
24
|
+
name: string;
|
|
25
25
|
position: number;
|
|
26
26
|
}[] | undefined;
|
|
27
27
|
}>;
|
|
@@ -5,10 +5,10 @@ type V2ResourcesBankBranchesGetOperation = paths["/api/v2/resources/bank_branche
|
|
|
5
5
|
type V2ResourcesBankBranchesGetResponse = V2ResourcesBankBranchesGetOperation["responses"]["200"]["content"]["application/json"];
|
|
6
6
|
declare const buildV2ResourcesBankBranchesGetFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
|
|
7
7
|
bankBranches?: {
|
|
8
|
-
name: string;
|
|
9
|
-
code: string;
|
|
10
8
|
id: number;
|
|
11
9
|
bankId: number;
|
|
10
|
+
code: string;
|
|
11
|
+
name: string;
|
|
12
12
|
position: number;
|
|
13
13
|
}[] | undefined;
|
|
14
14
|
}>;
|
|
@@ -18,10 +18,10 @@ type V2ResourcesBankBranchesGetQuery = ForceDig<V2ResourcesBankBranchesGetOperat
|
|
|
18
18
|
]>;
|
|
19
19
|
declare const getV2ResourcesBankBranches: (query: V2ResourcesBankBranchesGetQuery, customRequestInit?: RequestInit) => Promise<{
|
|
20
20
|
bankBranches?: {
|
|
21
|
-
name: string;
|
|
22
|
-
code: string;
|
|
23
21
|
id: number;
|
|
24
22
|
bankId: number;
|
|
23
|
+
code: string;
|
|
24
|
+
name: string;
|
|
25
25
|
position: number;
|
|
26
26
|
}[] | undefined;
|
|
27
27
|
}>;
|
|
@@ -5,9 +5,9 @@ type V2ResourcesBanksGetOperation = paths["/api/v2/resources/banks"]["get"];
|
|
|
5
5
|
type V2ResourcesBanksGetResponse = V2ResourcesBanksGetOperation["responses"]["200"]["content"]["application/json"];
|
|
6
6
|
declare const buildV2ResourcesBanksGetFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
|
|
7
7
|
banks?: {
|
|
8
|
-
name: string;
|
|
9
|
-
code: string;
|
|
10
8
|
id: number;
|
|
9
|
+
code: string;
|
|
10
|
+
name: string;
|
|
11
11
|
}[] | undefined;
|
|
12
12
|
}>;
|
|
13
13
|
type V2ResourcesBanksGetQuery = ForceDig<V2ResourcesBanksGetOperation, [
|
|
@@ -16,9 +16,9 @@ type V2ResourcesBanksGetQuery = ForceDig<V2ResourcesBanksGetOperation, [
|
|
|
16
16
|
]>;
|
|
17
17
|
declare const getV2ResourcesBanks: (query: V2ResourcesBanksGetQuery, customRequestInit?: RequestInit) => Promise<{
|
|
18
18
|
banks?: {
|
|
19
|
-
name: string;
|
|
20
|
-
code: string;
|
|
21
19
|
id: number;
|
|
20
|
+
code: string;
|
|
21
|
+
name: string;
|
|
22
22
|
}[] | undefined;
|
|
23
23
|
}>;
|
|
24
24
|
|
|
@@ -5,9 +5,9 @@ type V2ResourcesBanksGetOperation = paths["/api/v2/resources/banks"]["get"];
|
|
|
5
5
|
type V2ResourcesBanksGetResponse = V2ResourcesBanksGetOperation["responses"]["200"]["content"]["application/json"];
|
|
6
6
|
declare const buildV2ResourcesBanksGetFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
|
|
7
7
|
banks?: {
|
|
8
|
-
name: string;
|
|
9
|
-
code: string;
|
|
10
8
|
id: number;
|
|
9
|
+
code: string;
|
|
10
|
+
name: string;
|
|
11
11
|
}[] | undefined;
|
|
12
12
|
}>;
|
|
13
13
|
type V2ResourcesBanksGetQuery = ForceDig<V2ResourcesBanksGetOperation, [
|
|
@@ -16,9 +16,9 @@ type V2ResourcesBanksGetQuery = ForceDig<V2ResourcesBanksGetOperation, [
|
|
|
16
16
|
]>;
|
|
17
17
|
declare const getV2ResourcesBanks: (query: V2ResourcesBanksGetQuery, customRequestInit?: RequestInit) => Promise<{
|
|
18
18
|
banks?: {
|
|
19
|
-
name: string;
|
|
20
|
-
code: string;
|
|
21
19
|
id: number;
|
|
20
|
+
code: string;
|
|
21
|
+
name: string;
|
|
22
22
|
}[] | undefined;
|
|
23
23
|
}>;
|
|
24
24
|
|
|
@@ -7,8 +7,8 @@ declare const buildV2ResourcesUsersGetFetcher: (requestInit?: RequestInit) => (i
|
|
|
7
7
|
userResources: {
|
|
8
8
|
id: number;
|
|
9
9
|
attributes: {
|
|
10
|
-
value: string | null;
|
|
11
10
|
key: "imageUrl" | "email";
|
|
11
|
+
value: string | null;
|
|
12
12
|
}[];
|
|
13
13
|
}[];
|
|
14
14
|
}>;
|
|
@@ -17,8 +17,8 @@ declare const getV2ResourcesUsers: (query: V2ResourcesUsersGetQuery, customReque
|
|
|
17
17
|
userResources: {
|
|
18
18
|
id: number;
|
|
19
19
|
attributes: {
|
|
20
|
-
value: string | null;
|
|
21
20
|
key: "imageUrl" | "email";
|
|
21
|
+
value: string | null;
|
|
22
22
|
}[];
|
|
23
23
|
}[];
|
|
24
24
|
}>;
|
|
@@ -7,8 +7,8 @@ declare const buildV2ResourcesUsersGetFetcher: (requestInit?: RequestInit) => (i
|
|
|
7
7
|
userResources: {
|
|
8
8
|
id: number;
|
|
9
9
|
attributes: {
|
|
10
|
-
value: string | null;
|
|
11
10
|
key: "imageUrl" | "email";
|
|
11
|
+
value: string | null;
|
|
12
12
|
}[];
|
|
13
13
|
}[];
|
|
14
14
|
}>;
|
|
@@ -17,8 +17,8 @@ declare const getV2ResourcesUsers: (query: V2ResourcesUsersGetQuery, customReque
|
|
|
17
17
|
userResources: {
|
|
18
18
|
id: number;
|
|
19
19
|
attributes: {
|
|
20
|
-
value: string | null;
|
|
21
20
|
key: "imageUrl" | "email";
|
|
21
|
+
value: string | null;
|
|
22
22
|
}[];
|
|
23
23
|
}[];
|
|
24
24
|
}>;
|