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