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