@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,49 +4,41 @@ import { ForceDig } from '@readyfor/api-client-base';
|
|
|
4
4
|
type V2FundraisingSpotCrowdfundingProjectOrdersOrderIdGetOperation = paths["/api/v2/fundraising/spot_crowdfunding_project_orders/{order_id}"]["get"];
|
|
5
5
|
type V2FundraisingSpotCrowdfundingProjectOrdersOrderIdGetResponse = V2FundraisingSpotCrowdfundingProjectOrdersOrderIdGetOperation["responses"]["200"]["content"]["application/json"];
|
|
6
6
|
declare const buildV2FundraisingSpotCrowdfundingProjectOrdersOrderIdGetFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
|
|
7
|
-
id: number;
|
|
8
|
-
payAmount: number;
|
|
9
|
-
state: "waitPayment" | "pendingProjectAchievement" | "unsuccessful" | "canceled" | "confirmed";
|
|
10
|
-
payment: {
|
|
11
|
-
type: "creditCard" | "bankTransfer" | "convenienceStore";
|
|
12
|
-
state: "waitPayment" | "canceled" | "completed" | "expired" | "reserved" | "underpayment" | "transactionFailed";
|
|
13
|
-
};
|
|
14
|
-
createdAt: string;
|
|
15
7
|
contributor: {
|
|
16
|
-
|
|
17
|
-
name: string;
|
|
8
|
+
imageUrl: string;
|
|
18
9
|
email: string | null;
|
|
10
|
+
name: string;
|
|
11
|
+
id: number;
|
|
19
12
|
isActive: boolean;
|
|
20
13
|
hasValidOrder: boolean;
|
|
21
|
-
imageUrl: string;
|
|
22
14
|
};
|
|
23
|
-
|
|
15
|
+
createdAt: string;
|
|
16
|
+
payAmount: number;
|
|
17
|
+
id: number;
|
|
18
|
+
project: {
|
|
24
19
|
id: number;
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
deliveryState: "notStarted" | "failed" | "completed" | "unnecessary";
|
|
29
|
-
rewardTitle?: string | undefined;
|
|
30
|
-
}[];
|
|
20
|
+
title: string;
|
|
21
|
+
};
|
|
22
|
+
state: "waitPayment" | "pendingProjectAchievement" | "unsuccessful" | "canceled" | "confirmed";
|
|
31
23
|
comments: {
|
|
32
|
-
name: string;
|
|
33
24
|
imageUrl: string;
|
|
34
|
-
|
|
25
|
+
name: string;
|
|
35
26
|
createdAt: string;
|
|
27
|
+
content: string;
|
|
36
28
|
}[];
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
title: string;
|
|
29
|
+
payment: {
|
|
30
|
+
type: "creditCard" | "bankTransfer" | "convenienceStore";
|
|
31
|
+
state: "waitPayment" | "canceled" | "completed" | "expired" | "reserved" | "underpayment" | "transactionFailed";
|
|
41
32
|
};
|
|
42
|
-
|
|
33
|
+
rewardDeliveries: {
|
|
34
|
+
price: number;
|
|
35
|
+
id: number;
|
|
43
36
|
rewardThumbnailUrl: string;
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
answer?: string | undefined;
|
|
47
|
-
}[];
|
|
37
|
+
deliveryState: "notStarted" | "failed" | "completed" | "unnecessary";
|
|
38
|
+
selectedCount: number;
|
|
48
39
|
rewardTitle?: string | undefined;
|
|
49
|
-
}[]
|
|
40
|
+
}[];
|
|
41
|
+
privacyProtected: boolean;
|
|
50
42
|
delivery?: {
|
|
51
43
|
zipCode: string;
|
|
52
44
|
deliveryAddress: string;
|
|
@@ -55,6 +47,14 @@ declare const buildV2FundraisingSpotCrowdfundingProjectOrdersOrderIdGetFetcher:
|
|
|
55
47
|
deliveryNameKana: string | null;
|
|
56
48
|
editedAt: string | null;
|
|
57
49
|
} | undefined;
|
|
50
|
+
orderRewardExOptions?: {
|
|
51
|
+
options: {
|
|
52
|
+
question: string;
|
|
53
|
+
answer?: string | undefined;
|
|
54
|
+
}[];
|
|
55
|
+
rewardThumbnailUrl: string;
|
|
56
|
+
rewardTitle?: string | undefined;
|
|
57
|
+
}[] | undefined;
|
|
58
58
|
paymentDeadline?: string | undefined;
|
|
59
59
|
}>;
|
|
60
60
|
type V2FundraisingSpotCrowdfundingProjectOrdersOrderIdGetPath = ForceDig<V2FundraisingSpotCrowdfundingProjectOrdersOrderIdGetOperation, [
|
|
@@ -62,49 +62,41 @@ type V2FundraisingSpotCrowdfundingProjectOrdersOrderIdGetPath = ForceDig<V2Fundr
|
|
|
62
62
|
"path"
|
|
63
63
|
]>;
|
|
64
64
|
declare const getV2FundraisingSpotCrowdfundingProjectOrdersOrderId: (path: V2FundraisingSpotCrowdfundingProjectOrdersOrderIdGetPath, customRequestInit?: RequestInit) => Promise<{
|
|
65
|
-
id: number;
|
|
66
|
-
payAmount: number;
|
|
67
|
-
state: "waitPayment" | "pendingProjectAchievement" | "unsuccessful" | "canceled" | "confirmed";
|
|
68
|
-
payment: {
|
|
69
|
-
type: "creditCard" | "bankTransfer" | "convenienceStore";
|
|
70
|
-
state: "waitPayment" | "canceled" | "completed" | "expired" | "reserved" | "underpayment" | "transactionFailed";
|
|
71
|
-
};
|
|
72
|
-
createdAt: string;
|
|
73
65
|
contributor: {
|
|
74
|
-
|
|
75
|
-
name: string;
|
|
66
|
+
imageUrl: string;
|
|
76
67
|
email: string | null;
|
|
68
|
+
name: string;
|
|
69
|
+
id: number;
|
|
77
70
|
isActive: boolean;
|
|
78
71
|
hasValidOrder: boolean;
|
|
79
|
-
imageUrl: string;
|
|
80
72
|
};
|
|
81
|
-
|
|
73
|
+
createdAt: string;
|
|
74
|
+
payAmount: number;
|
|
75
|
+
id: number;
|
|
76
|
+
project: {
|
|
82
77
|
id: number;
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
deliveryState: "notStarted" | "failed" | "completed" | "unnecessary";
|
|
87
|
-
rewardTitle?: string | undefined;
|
|
88
|
-
}[];
|
|
78
|
+
title: string;
|
|
79
|
+
};
|
|
80
|
+
state: "waitPayment" | "pendingProjectAchievement" | "unsuccessful" | "canceled" | "confirmed";
|
|
89
81
|
comments: {
|
|
90
|
-
name: string;
|
|
91
82
|
imageUrl: string;
|
|
92
|
-
|
|
83
|
+
name: string;
|
|
93
84
|
createdAt: string;
|
|
85
|
+
content: string;
|
|
94
86
|
}[];
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
title: string;
|
|
87
|
+
payment: {
|
|
88
|
+
type: "creditCard" | "bankTransfer" | "convenienceStore";
|
|
89
|
+
state: "waitPayment" | "canceled" | "completed" | "expired" | "reserved" | "underpayment" | "transactionFailed";
|
|
99
90
|
};
|
|
100
|
-
|
|
91
|
+
rewardDeliveries: {
|
|
92
|
+
price: number;
|
|
93
|
+
id: number;
|
|
101
94
|
rewardThumbnailUrl: string;
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
answer?: string | undefined;
|
|
105
|
-
}[];
|
|
95
|
+
deliveryState: "notStarted" | "failed" | "completed" | "unnecessary";
|
|
96
|
+
selectedCount: number;
|
|
106
97
|
rewardTitle?: string | undefined;
|
|
107
|
-
}[]
|
|
98
|
+
}[];
|
|
99
|
+
privacyProtected: boolean;
|
|
108
100
|
delivery?: {
|
|
109
101
|
zipCode: string;
|
|
110
102
|
deliveryAddress: string;
|
|
@@ -113,6 +105,14 @@ declare const getV2FundraisingSpotCrowdfundingProjectOrdersOrderId: (path: V2Fun
|
|
|
113
105
|
deliveryNameKana: string | null;
|
|
114
106
|
editedAt: string | null;
|
|
115
107
|
} | undefined;
|
|
108
|
+
orderRewardExOptions?: {
|
|
109
|
+
options: {
|
|
110
|
+
question: string;
|
|
111
|
+
answer?: string | undefined;
|
|
112
|
+
}[];
|
|
113
|
+
rewardThumbnailUrl: string;
|
|
114
|
+
rewardTitle?: string | undefined;
|
|
115
|
+
}[] | undefined;
|
|
116
116
|
paymentDeadline?: string | undefined;
|
|
117
117
|
}>;
|
|
118
118
|
|
|
@@ -5,22 +5,32 @@ type V2FundraisingSteadyCrowdfundingProjectOrdersGetOperation = paths["/api/v2/f
|
|
|
5
5
|
type V2FundraisingSteadyCrowdfundingProjectOrdersGetResponse = V2FundraisingSteadyCrowdfundingProjectOrdersGetOperation["responses"]["200"]["content"]["application/json"];
|
|
6
6
|
declare const buildV2FundraisingSteadyCrowdfundingProjectOrdersGetFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
|
|
7
7
|
ordersCount: {
|
|
8
|
+
onetime: number;
|
|
8
9
|
billingContinuing: number;
|
|
9
10
|
billingDiscontinued: number;
|
|
10
|
-
|
|
11
|
+
};
|
|
12
|
+
pagination: {
|
|
13
|
+
totalPages: number;
|
|
14
|
+
totalCount: number;
|
|
15
|
+
currentPerPage: number;
|
|
16
|
+
currentPage: number;
|
|
17
|
+
isFirstPage: boolean;
|
|
18
|
+
isLastPage: boolean;
|
|
19
|
+
prevPage?: number | undefined;
|
|
20
|
+
nextPage?: number | undefined;
|
|
11
21
|
};
|
|
12
22
|
orders: ({
|
|
13
|
-
id: number;
|
|
14
|
-
monthlyAmount: number;
|
|
15
|
-
totalAmount: number;
|
|
16
|
-
createdAt: string;
|
|
17
|
-
billingState: "billingContinuing" | "billingDiscontinued" | "waitRetryPayment";
|
|
18
23
|
contributor: {
|
|
19
|
-
id: number;
|
|
20
|
-
name: string;
|
|
21
24
|
email: string | null;
|
|
25
|
+
name: string;
|
|
26
|
+
id: number;
|
|
22
27
|
imageUrl?: string | undefined;
|
|
23
28
|
};
|
|
29
|
+
createdAt: string;
|
|
30
|
+
totalAmount: number;
|
|
31
|
+
monthlyAmount: number;
|
|
32
|
+
id: number;
|
|
33
|
+
billingState: "billingContinuing" | "billingDiscontinued" | "waitRetryPayment";
|
|
24
34
|
project: {
|
|
25
35
|
id: number;
|
|
26
36
|
title: string;
|
|
@@ -37,21 +47,21 @@ declare const buildV2FundraisingSteadyCrowdfundingProjectOrdersGetFetcher: (requ
|
|
|
37
47
|
} | undefined;
|
|
38
48
|
comment?: string | undefined;
|
|
39
49
|
} | {
|
|
40
|
-
id: number;
|
|
41
|
-
amount: number;
|
|
42
|
-
createdAt: string;
|
|
43
|
-
state: "canceled" | "confirmed";
|
|
44
50
|
contributor: {
|
|
45
|
-
id: number;
|
|
46
|
-
name: string;
|
|
47
51
|
email: string | null;
|
|
52
|
+
name: string;
|
|
53
|
+
id: number;
|
|
48
54
|
imageUrl?: string | undefined;
|
|
49
55
|
};
|
|
56
|
+
createdAt: string;
|
|
57
|
+
amount: number;
|
|
58
|
+
id: number;
|
|
50
59
|
project: {
|
|
51
60
|
id: number;
|
|
52
61
|
title: string;
|
|
53
62
|
keyword?: string | undefined;
|
|
54
63
|
};
|
|
64
|
+
state: "canceled" | "confirmed";
|
|
55
65
|
__type?: "FundraisingSteadyCrowdfundingProjectOnetimeOrder" | undefined;
|
|
56
66
|
delivery?: {
|
|
57
67
|
zipCode: string;
|
|
@@ -63,16 +73,6 @@ declare const buildV2FundraisingSteadyCrowdfundingProjectOrdersGetFetcher: (requ
|
|
|
63
73
|
} | undefined;
|
|
64
74
|
comment?: string | undefined;
|
|
65
75
|
})[];
|
|
66
|
-
pagination: {
|
|
67
|
-
totalPages: number;
|
|
68
|
-
totalCount: number;
|
|
69
|
-
currentPerPage: number;
|
|
70
|
-
currentPage: number;
|
|
71
|
-
isFirstPage: boolean;
|
|
72
|
-
isLastPage: boolean;
|
|
73
|
-
prevPage?: number | undefined;
|
|
74
|
-
nextPage?: number | undefined;
|
|
75
|
-
};
|
|
76
76
|
}>;
|
|
77
77
|
type V2FundraisingSteadyCrowdfundingProjectOrdersGetQuery = QueryPropsFor<ForceDig<V2FundraisingSteadyCrowdfundingProjectOrdersGetOperation, [
|
|
78
78
|
"parameters",
|
|
@@ -80,22 +80,32 @@ type V2FundraisingSteadyCrowdfundingProjectOrdersGetQuery = QueryPropsFor<ForceD
|
|
|
80
80
|
]>>;
|
|
81
81
|
declare const getV2FundraisingSteadyCrowdfundingProjectOrders: (query: V2FundraisingSteadyCrowdfundingProjectOrdersGetQuery, customRequestInit?: RequestInit) => Promise<{
|
|
82
82
|
ordersCount: {
|
|
83
|
+
onetime: number;
|
|
83
84
|
billingContinuing: number;
|
|
84
85
|
billingDiscontinued: number;
|
|
85
|
-
|
|
86
|
+
};
|
|
87
|
+
pagination: {
|
|
88
|
+
totalPages: number;
|
|
89
|
+
totalCount: number;
|
|
90
|
+
currentPerPage: number;
|
|
91
|
+
currentPage: number;
|
|
92
|
+
isFirstPage: boolean;
|
|
93
|
+
isLastPage: boolean;
|
|
94
|
+
prevPage?: number | undefined;
|
|
95
|
+
nextPage?: number | undefined;
|
|
86
96
|
};
|
|
87
97
|
orders: ({
|
|
88
|
-
id: number;
|
|
89
|
-
monthlyAmount: number;
|
|
90
|
-
totalAmount: number;
|
|
91
|
-
createdAt: string;
|
|
92
|
-
billingState: "billingContinuing" | "billingDiscontinued" | "waitRetryPayment";
|
|
93
98
|
contributor: {
|
|
94
|
-
id: number;
|
|
95
|
-
name: string;
|
|
96
99
|
email: string | null;
|
|
100
|
+
name: string;
|
|
101
|
+
id: number;
|
|
97
102
|
imageUrl?: string | undefined;
|
|
98
103
|
};
|
|
104
|
+
createdAt: string;
|
|
105
|
+
totalAmount: number;
|
|
106
|
+
monthlyAmount: number;
|
|
107
|
+
id: number;
|
|
108
|
+
billingState: "billingContinuing" | "billingDiscontinued" | "waitRetryPayment";
|
|
99
109
|
project: {
|
|
100
110
|
id: number;
|
|
101
111
|
title: string;
|
|
@@ -112,21 +122,21 @@ declare const getV2FundraisingSteadyCrowdfundingProjectOrders: (query: V2Fundrai
|
|
|
112
122
|
} | undefined;
|
|
113
123
|
comment?: string | undefined;
|
|
114
124
|
} | {
|
|
115
|
-
id: number;
|
|
116
|
-
amount: number;
|
|
117
|
-
createdAt: string;
|
|
118
|
-
state: "canceled" | "confirmed";
|
|
119
125
|
contributor: {
|
|
120
|
-
id: number;
|
|
121
|
-
name: string;
|
|
122
126
|
email: string | null;
|
|
127
|
+
name: string;
|
|
128
|
+
id: number;
|
|
123
129
|
imageUrl?: string | undefined;
|
|
124
130
|
};
|
|
131
|
+
createdAt: string;
|
|
132
|
+
amount: number;
|
|
133
|
+
id: number;
|
|
125
134
|
project: {
|
|
126
135
|
id: number;
|
|
127
136
|
title: string;
|
|
128
137
|
keyword?: string | undefined;
|
|
129
138
|
};
|
|
139
|
+
state: "canceled" | "confirmed";
|
|
130
140
|
__type?: "FundraisingSteadyCrowdfundingProjectOnetimeOrder" | undefined;
|
|
131
141
|
delivery?: {
|
|
132
142
|
zipCode: string;
|
|
@@ -138,16 +148,6 @@ declare const getV2FundraisingSteadyCrowdfundingProjectOrders: (query: V2Fundrai
|
|
|
138
148
|
} | undefined;
|
|
139
149
|
comment?: string | undefined;
|
|
140
150
|
})[];
|
|
141
|
-
pagination: {
|
|
142
|
-
totalPages: number;
|
|
143
|
-
totalCount: number;
|
|
144
|
-
currentPerPage: number;
|
|
145
|
-
currentPage: number;
|
|
146
|
-
isFirstPage: boolean;
|
|
147
|
-
isLastPage: boolean;
|
|
148
|
-
prevPage?: number | undefined;
|
|
149
|
-
nextPage?: number | undefined;
|
|
150
|
-
};
|
|
151
151
|
}>;
|
|
152
152
|
|
|
153
153
|
export { type V2FundraisingSteadyCrowdfundingProjectOrdersGetQuery, type V2FundraisingSteadyCrowdfundingProjectOrdersGetResponse, buildV2FundraisingSteadyCrowdfundingProjectOrdersGetFetcher, getV2FundraisingSteadyCrowdfundingProjectOrders };
|
|
@@ -5,22 +5,32 @@ type V2FundraisingSteadyCrowdfundingProjectOrdersGetOperation = paths["/api/v2/f
|
|
|
5
5
|
type V2FundraisingSteadyCrowdfundingProjectOrdersGetResponse = V2FundraisingSteadyCrowdfundingProjectOrdersGetOperation["responses"]["200"]["content"]["application/json"];
|
|
6
6
|
declare const buildV2FundraisingSteadyCrowdfundingProjectOrdersGetFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
|
|
7
7
|
ordersCount: {
|
|
8
|
+
onetime: number;
|
|
8
9
|
billingContinuing: number;
|
|
9
10
|
billingDiscontinued: number;
|
|
10
|
-
|
|
11
|
+
};
|
|
12
|
+
pagination: {
|
|
13
|
+
totalPages: number;
|
|
14
|
+
totalCount: number;
|
|
15
|
+
currentPerPage: number;
|
|
16
|
+
currentPage: number;
|
|
17
|
+
isFirstPage: boolean;
|
|
18
|
+
isLastPage: boolean;
|
|
19
|
+
prevPage?: number | undefined;
|
|
20
|
+
nextPage?: number | undefined;
|
|
11
21
|
};
|
|
12
22
|
orders: ({
|
|
13
|
-
id: number;
|
|
14
|
-
monthlyAmount: number;
|
|
15
|
-
totalAmount: number;
|
|
16
|
-
createdAt: string;
|
|
17
|
-
billingState: "billingContinuing" | "billingDiscontinued" | "waitRetryPayment";
|
|
18
23
|
contributor: {
|
|
19
|
-
id: number;
|
|
20
|
-
name: string;
|
|
21
24
|
email: string | null;
|
|
25
|
+
name: string;
|
|
26
|
+
id: number;
|
|
22
27
|
imageUrl?: string | undefined;
|
|
23
28
|
};
|
|
29
|
+
createdAt: string;
|
|
30
|
+
totalAmount: number;
|
|
31
|
+
monthlyAmount: number;
|
|
32
|
+
id: number;
|
|
33
|
+
billingState: "billingContinuing" | "billingDiscontinued" | "waitRetryPayment";
|
|
24
34
|
project: {
|
|
25
35
|
id: number;
|
|
26
36
|
title: string;
|
|
@@ -37,21 +47,21 @@ declare const buildV2FundraisingSteadyCrowdfundingProjectOrdersGetFetcher: (requ
|
|
|
37
47
|
} | undefined;
|
|
38
48
|
comment?: string | undefined;
|
|
39
49
|
} | {
|
|
40
|
-
id: number;
|
|
41
|
-
amount: number;
|
|
42
|
-
createdAt: string;
|
|
43
|
-
state: "canceled" | "confirmed";
|
|
44
50
|
contributor: {
|
|
45
|
-
id: number;
|
|
46
|
-
name: string;
|
|
47
51
|
email: string | null;
|
|
52
|
+
name: string;
|
|
53
|
+
id: number;
|
|
48
54
|
imageUrl?: string | undefined;
|
|
49
55
|
};
|
|
56
|
+
createdAt: string;
|
|
57
|
+
amount: number;
|
|
58
|
+
id: number;
|
|
50
59
|
project: {
|
|
51
60
|
id: number;
|
|
52
61
|
title: string;
|
|
53
62
|
keyword?: string | undefined;
|
|
54
63
|
};
|
|
64
|
+
state: "canceled" | "confirmed";
|
|
55
65
|
__type?: "FundraisingSteadyCrowdfundingProjectOnetimeOrder" | undefined;
|
|
56
66
|
delivery?: {
|
|
57
67
|
zipCode: string;
|
|
@@ -63,16 +73,6 @@ declare const buildV2FundraisingSteadyCrowdfundingProjectOrdersGetFetcher: (requ
|
|
|
63
73
|
} | undefined;
|
|
64
74
|
comment?: string | undefined;
|
|
65
75
|
})[];
|
|
66
|
-
pagination: {
|
|
67
|
-
totalPages: number;
|
|
68
|
-
totalCount: number;
|
|
69
|
-
currentPerPage: number;
|
|
70
|
-
currentPage: number;
|
|
71
|
-
isFirstPage: boolean;
|
|
72
|
-
isLastPage: boolean;
|
|
73
|
-
prevPage?: number | undefined;
|
|
74
|
-
nextPage?: number | undefined;
|
|
75
|
-
};
|
|
76
76
|
}>;
|
|
77
77
|
type V2FundraisingSteadyCrowdfundingProjectOrdersGetQuery = QueryPropsFor<ForceDig<V2FundraisingSteadyCrowdfundingProjectOrdersGetOperation, [
|
|
78
78
|
"parameters",
|
|
@@ -80,22 +80,32 @@ type V2FundraisingSteadyCrowdfundingProjectOrdersGetQuery = QueryPropsFor<ForceD
|
|
|
80
80
|
]>>;
|
|
81
81
|
declare const getV2FundraisingSteadyCrowdfundingProjectOrders: (query: V2FundraisingSteadyCrowdfundingProjectOrdersGetQuery, customRequestInit?: RequestInit) => Promise<{
|
|
82
82
|
ordersCount: {
|
|
83
|
+
onetime: number;
|
|
83
84
|
billingContinuing: number;
|
|
84
85
|
billingDiscontinued: number;
|
|
85
|
-
|
|
86
|
+
};
|
|
87
|
+
pagination: {
|
|
88
|
+
totalPages: number;
|
|
89
|
+
totalCount: number;
|
|
90
|
+
currentPerPage: number;
|
|
91
|
+
currentPage: number;
|
|
92
|
+
isFirstPage: boolean;
|
|
93
|
+
isLastPage: boolean;
|
|
94
|
+
prevPage?: number | undefined;
|
|
95
|
+
nextPage?: number | undefined;
|
|
86
96
|
};
|
|
87
97
|
orders: ({
|
|
88
|
-
id: number;
|
|
89
|
-
monthlyAmount: number;
|
|
90
|
-
totalAmount: number;
|
|
91
|
-
createdAt: string;
|
|
92
|
-
billingState: "billingContinuing" | "billingDiscontinued" | "waitRetryPayment";
|
|
93
98
|
contributor: {
|
|
94
|
-
id: number;
|
|
95
|
-
name: string;
|
|
96
99
|
email: string | null;
|
|
100
|
+
name: string;
|
|
101
|
+
id: number;
|
|
97
102
|
imageUrl?: string | undefined;
|
|
98
103
|
};
|
|
104
|
+
createdAt: string;
|
|
105
|
+
totalAmount: number;
|
|
106
|
+
monthlyAmount: number;
|
|
107
|
+
id: number;
|
|
108
|
+
billingState: "billingContinuing" | "billingDiscontinued" | "waitRetryPayment";
|
|
99
109
|
project: {
|
|
100
110
|
id: number;
|
|
101
111
|
title: string;
|
|
@@ -112,21 +122,21 @@ declare const getV2FundraisingSteadyCrowdfundingProjectOrders: (query: V2Fundrai
|
|
|
112
122
|
} | undefined;
|
|
113
123
|
comment?: string | undefined;
|
|
114
124
|
} | {
|
|
115
|
-
id: number;
|
|
116
|
-
amount: number;
|
|
117
|
-
createdAt: string;
|
|
118
|
-
state: "canceled" | "confirmed";
|
|
119
125
|
contributor: {
|
|
120
|
-
id: number;
|
|
121
|
-
name: string;
|
|
122
126
|
email: string | null;
|
|
127
|
+
name: string;
|
|
128
|
+
id: number;
|
|
123
129
|
imageUrl?: string | undefined;
|
|
124
130
|
};
|
|
131
|
+
createdAt: string;
|
|
132
|
+
amount: number;
|
|
133
|
+
id: number;
|
|
125
134
|
project: {
|
|
126
135
|
id: number;
|
|
127
136
|
title: string;
|
|
128
137
|
keyword?: string | undefined;
|
|
129
138
|
};
|
|
139
|
+
state: "canceled" | "confirmed";
|
|
130
140
|
__type?: "FundraisingSteadyCrowdfundingProjectOnetimeOrder" | undefined;
|
|
131
141
|
delivery?: {
|
|
132
142
|
zipCode: string;
|
|
@@ -138,16 +148,6 @@ declare const getV2FundraisingSteadyCrowdfundingProjectOrders: (query: V2Fundrai
|
|
|
138
148
|
} | undefined;
|
|
139
149
|
comment?: string | undefined;
|
|
140
150
|
})[];
|
|
141
|
-
pagination: {
|
|
142
|
-
totalPages: number;
|
|
143
|
-
totalCount: number;
|
|
144
|
-
currentPerPage: number;
|
|
145
|
-
currentPage: number;
|
|
146
|
-
isFirstPage: boolean;
|
|
147
|
-
isLastPage: boolean;
|
|
148
|
-
prevPage?: number | undefined;
|
|
149
|
-
nextPage?: number | undefined;
|
|
150
|
-
};
|
|
151
151
|
}>;
|
|
152
152
|
|
|
153
153
|
export { type V2FundraisingSteadyCrowdfundingProjectOrdersGetQuery, type V2FundraisingSteadyCrowdfundingProjectOrdersGetResponse, buildV2FundraisingSteadyCrowdfundingProjectOrdersGetFetcher, getV2FundraisingSteadyCrowdfundingProjectOrders };
|
|
@@ -5,13 +5,13 @@ type V2FundraisingSteadyCrowdfundingProjectOrdersAllGetOperation = paths["/api/v
|
|
|
5
5
|
type V2FundraisingSteadyCrowdfundingProjectOrdersAllGetResponse = V2FundraisingSteadyCrowdfundingProjectOrdersAllGetOperation["responses"]["200"]["content"]["application/json"];
|
|
6
6
|
declare const buildV2FundraisingSteadyCrowdfundingProjectOrdersAllGetFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
|
|
7
7
|
orders: {
|
|
8
|
-
id: number;
|
|
9
8
|
contributor: {
|
|
10
|
-
id: number;
|
|
11
|
-
name: string;
|
|
12
9
|
email: string | null;
|
|
10
|
+
name: string;
|
|
11
|
+
id: number;
|
|
13
12
|
imageUrl?: string | undefined;
|
|
14
13
|
};
|
|
14
|
+
id: number;
|
|
15
15
|
}[];
|
|
16
16
|
}>;
|
|
17
17
|
type V2FundraisingSteadyCrowdfundingProjectOrdersAllGetQuery = QueryPropsFor<ForceDig<V2FundraisingSteadyCrowdfundingProjectOrdersAllGetOperation, [
|
|
@@ -20,13 +20,13 @@ type V2FundraisingSteadyCrowdfundingProjectOrdersAllGetQuery = QueryPropsFor<For
|
|
|
20
20
|
]>>;
|
|
21
21
|
declare const getV2FundraisingSteadyCrowdfundingProjectOrdersAll: (query: V2FundraisingSteadyCrowdfundingProjectOrdersAllGetQuery, customRequestInit?: RequestInit) => Promise<{
|
|
22
22
|
orders: {
|
|
23
|
-
id: number;
|
|
24
23
|
contributor: {
|
|
25
|
-
id: number;
|
|
26
|
-
name: string;
|
|
27
24
|
email: string | null;
|
|
25
|
+
name: string;
|
|
26
|
+
id: number;
|
|
28
27
|
imageUrl?: string | undefined;
|
|
29
28
|
};
|
|
29
|
+
id: number;
|
|
30
30
|
}[];
|
|
31
31
|
}>;
|
|
32
32
|
|
|
@@ -5,13 +5,13 @@ type V2FundraisingSteadyCrowdfundingProjectOrdersAllGetOperation = paths["/api/v
|
|
|
5
5
|
type V2FundraisingSteadyCrowdfundingProjectOrdersAllGetResponse = V2FundraisingSteadyCrowdfundingProjectOrdersAllGetOperation["responses"]["200"]["content"]["application/json"];
|
|
6
6
|
declare const buildV2FundraisingSteadyCrowdfundingProjectOrdersAllGetFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
|
|
7
7
|
orders: {
|
|
8
|
-
id: number;
|
|
9
8
|
contributor: {
|
|
10
|
-
id: number;
|
|
11
|
-
name: string;
|
|
12
9
|
email: string | null;
|
|
10
|
+
name: string;
|
|
11
|
+
id: number;
|
|
13
12
|
imageUrl?: string | undefined;
|
|
14
13
|
};
|
|
14
|
+
id: number;
|
|
15
15
|
}[];
|
|
16
16
|
}>;
|
|
17
17
|
type V2FundraisingSteadyCrowdfundingProjectOrdersAllGetQuery = QueryPropsFor<ForceDig<V2FundraisingSteadyCrowdfundingProjectOrdersAllGetOperation, [
|
|
@@ -20,13 +20,13 @@ type V2FundraisingSteadyCrowdfundingProjectOrdersAllGetQuery = QueryPropsFor<For
|
|
|
20
20
|
]>>;
|
|
21
21
|
declare const getV2FundraisingSteadyCrowdfundingProjectOrdersAll: (query: V2FundraisingSteadyCrowdfundingProjectOrdersAllGetQuery, customRequestInit?: RequestInit) => Promise<{
|
|
22
22
|
orders: {
|
|
23
|
-
id: number;
|
|
24
23
|
contributor: {
|
|
25
|
-
id: number;
|
|
26
|
-
name: string;
|
|
27
24
|
email: string | null;
|
|
25
|
+
name: string;
|
|
26
|
+
id: number;
|
|
28
27
|
imageUrl?: string | undefined;
|
|
29
28
|
};
|
|
29
|
+
id: number;
|
|
30
30
|
}[];
|
|
31
31
|
}>;
|
|
32
32
|
|