@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.
Files changed (53) hide show
  1. package/dist/components.d.mts +713 -7037
  2. package/dist/components.d.ts +713 -7037
  3. package/dist/fetch/v2ContributionsCard3dSecureExecContribution.d.mts +6 -6
  4. package/dist/fetch/v2ContributionsCard3dSecureExecContribution.d.ts +6 -6
  5. package/dist/fetch/v2ContributionsCard3dSecureRetryContribution.d.mts +6 -6
  6. package/dist/fetch/v2ContributionsCard3dSecureRetryContribution.d.ts +6 -6
  7. package/dist/fetch/v2ContributionsOrderInfo.d.mts +24 -24
  8. package/dist/fetch/v2ContributionsOrderInfo.d.ts +24 -24
  9. package/dist/fetch/v2ContributionsProjectInfo.d.mts +38 -38
  10. package/dist/fetch/v2ContributionsProjectInfo.d.ts +38 -38
  11. package/dist/fetch/v2ContributionsRecommendedProjects.d.mts +6 -6
  12. package/dist/fetch/v2ContributionsRecommendedProjects.d.ts +6 -6
  13. package/dist/fetch/v2ContributionsRecommendedTags.d.mts +2 -2
  14. package/dist/fetch/v2ContributionsRecommendedTags.d.ts +2 -2
  15. package/dist/fetch/v2ContributionsUserInfo.d.mts +24 -24
  16. package/dist/fetch/v2ContributionsUserInfo.d.ts +24 -24
  17. package/dist/fetch/v2FundraisingBulkMessagesTargetUsers.d.mts +4 -4
  18. package/dist/fetch/v2FundraisingBulkMessagesTargetUsers.d.ts +4 -4
  19. package/dist/fetch/v2FundraisingContributors.d.mts +18 -18
  20. package/dist/fetch/v2FundraisingContributors.d.ts +18 -18
  21. package/dist/fetch/v2FundraisingContributorsId.d.mts +12 -12
  22. package/dist/fetch/v2FundraisingContributorsId.d.ts +12 -12
  23. package/dist/fetch/v2FundraisingContributorsIdOrders.d.mts +36 -36
  24. package/dist/fetch/v2FundraisingContributorsIdOrders.d.ts +36 -36
  25. package/dist/fetch/v2FundraisingContributorsOwnedPublicProjects.d.mts +2 -2
  26. package/dist/fetch/v2FundraisingContributorsOwnedPublicProjects.d.ts +2 -2
  27. package/dist/fetch/v2FundraisingContributorsUsers.d.mts +2 -2
  28. package/dist/fetch/v2FundraisingContributorsUsers.d.ts +2 -2
  29. package/dist/fetch/v2FundraisingProjectsProjectIdPaymentSummary.d.mts +12 -12
  30. package/dist/fetch/v2FundraisingProjectsProjectIdPaymentSummary.d.ts +12 -12
  31. package/dist/fetch/v2FundraisingRewards.d.mts +28 -28
  32. package/dist/fetch/v2FundraisingRewards.d.ts +28 -28
  33. package/dist/fetch/v2FundraisingRewardsRewardId.d.mts +20 -20
  34. package/dist/fetch/v2FundraisingRewardsRewardId.d.ts +20 -20
  35. package/dist/fetch/v2FundraisingSpotCrowdfundingProjectOrders.d.mts +48 -48
  36. package/dist/fetch/v2FundraisingSpotCrowdfundingProjectOrders.d.ts +48 -48
  37. package/dist/fetch/v2FundraisingSpotCrowdfundingProjectOrdersAll.d.mts +6 -6
  38. package/dist/fetch/v2FundraisingSpotCrowdfundingProjectOrdersAll.d.ts +6 -6
  39. package/dist/fetch/v2FundraisingSpotCrowdfundingProjectOrdersOrderId.d.mts +60 -60
  40. package/dist/fetch/v2FundraisingSpotCrowdfundingProjectOrdersOrderId.d.ts +60 -60
  41. package/dist/fetch/v2FundraisingSteadyCrowdfundingProjectOrders.d.mts +48 -48
  42. package/dist/fetch/v2FundraisingSteadyCrowdfundingProjectOrders.d.ts +48 -48
  43. package/dist/fetch/v2FundraisingSteadyCrowdfundingProjectOrdersAll.d.mts +6 -6
  44. package/dist/fetch/v2FundraisingSteadyCrowdfundingProjectOrdersAll.d.ts +6 -6
  45. package/dist/fetch/v2FundraisingSteadyCrowdfundingProjectOrdersOrderId.d.mts +98 -98
  46. package/dist/fetch/v2FundraisingSteadyCrowdfundingProjectOrdersOrderId.d.ts +98 -98
  47. package/dist/fetch/v2ResourcesBankBranches.d.mts +4 -4
  48. package/dist/fetch/v2ResourcesBankBranches.d.ts +4 -4
  49. package/dist/fetch/v2ResourcesBanks.d.mts +4 -4
  50. package/dist/fetch/v2ResourcesBanks.d.ts +4 -4
  51. package/dist/fetch/v2ResourcesUsers.d.mts +2 -2
  52. package/dist/fetch/v2ResourcesUsers.d.ts +2 -2
  53. 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
- project: {
19
- id: number;
8
+ reward: {
20
9
  title: string;
21
10
  };
11
+ amount: number;
12
+ createdAt: string;
22
13
  state: "canceled" | "confirmed";
23
- reward: {
24
- title: string;
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
- createdAt: string;
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
- comments: {
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
- createdAt: string;
68
+ imageUrl: string;
73
69
  content: string;
70
+ createdAt: string;
74
71
  }[];
75
- recurringMonths: number;
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
- project: {
111
- id: number;
100
+ reward: {
112
101
  title: string;
113
102
  };
103
+ amount: number;
104
+ createdAt: string;
114
105
  state: "canceled" | "confirmed";
115
- reward: {
116
- title: string;
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
- createdAt: string;
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
- comments: {
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
- createdAt: string;
160
+ imageUrl: string;
165
161
  content: string;
162
+ createdAt: string;
166
163
  }[];
167
- recurringMonths: number;
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
- project: {
19
- id: number;
8
+ reward: {
20
9
  title: string;
21
10
  };
11
+ amount: number;
12
+ createdAt: string;
22
13
  state: "canceled" | "confirmed";
23
- reward: {
24
- title: string;
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
- createdAt: string;
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
- comments: {
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
- createdAt: string;
68
+ imageUrl: string;
73
69
  content: string;
70
+ createdAt: string;
74
71
  }[];
75
- recurringMonths: number;
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
- project: {
111
- id: number;
100
+ reward: {
112
101
  title: string;
113
102
  };
103
+ amount: number;
104
+ createdAt: string;
114
105
  state: "canceled" | "confirmed";
115
- reward: {
116
- title: string;
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
- createdAt: string;
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
- comments: {
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
- createdAt: string;
160
+ imageUrl: string;
165
161
  content: string;
162
+ createdAt: string;
166
163
  }[];
167
- recurringMonths: number;
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
  }>;