@readyfor/api-client-readyfor-api 0.271.0-pr1065.38266cf → 0.271.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 (49) hide show
  1. package/dist/fetch/v2ContributionsCard3dSecureExecContribution.d.mts +4 -4
  2. package/dist/fetch/v2ContributionsCard3dSecureExecContribution.d.ts +4 -4
  3. package/dist/fetch/v2ContributionsCard3dSecureRetryContribution.d.mts +4 -4
  4. package/dist/fetch/v2ContributionsCard3dSecureRetryContribution.d.ts +4 -4
  5. package/dist/fetch/v2ContributionsCheckOrderStatus.d.mts +2 -2
  6. package/dist/fetch/v2ContributionsCheckOrderStatus.d.ts +2 -2
  7. package/dist/fetch/v2ContributionsOrderInfo.d.mts +2 -2
  8. package/dist/fetch/v2ContributionsOrderInfo.d.ts +2 -2
  9. package/dist/fetch/v2ContributionsProjectInfo.d.mts +8 -8
  10. package/dist/fetch/v2ContributionsProjectInfo.d.ts +8 -8
  11. package/dist/fetch/v2FundraisingBulkMessagesTargetUsers.d.mts +2 -2
  12. package/dist/fetch/v2FundraisingBulkMessagesTargetUsers.d.ts +2 -2
  13. package/dist/fetch/v2FundraisingContributors.d.mts +2 -2
  14. package/dist/fetch/v2FundraisingContributors.d.ts +2 -2
  15. package/dist/fetch/v2FundraisingContributorsId.d.mts +2 -2
  16. package/dist/fetch/v2FundraisingContributorsId.d.ts +2 -2
  17. package/dist/fetch/v2FundraisingContributorsIdOrders.d.mts +4 -4
  18. package/dist/fetch/v2FundraisingContributorsIdOrders.d.ts +4 -4
  19. package/dist/fetch/v2FundraisingContributorsOwnedPublicProjects.d.mts +2 -2
  20. package/dist/fetch/v2FundraisingContributorsOwnedPublicProjects.d.ts +2 -2
  21. package/dist/fetch/v2FundraisingContributorsUsers.d.mts +2 -2
  22. package/dist/fetch/v2FundraisingContributorsUsers.d.ts +2 -2
  23. package/dist/fetch/v2FundraisingRewards.d.mts +2 -2
  24. package/dist/fetch/v2FundraisingRewards.d.ts +2 -2
  25. package/dist/fetch/v2FundraisingRewardsRewardId.d.mts +2 -2
  26. package/dist/fetch/v2FundraisingRewardsRewardId.d.ts +2 -2
  27. package/dist/fetch/v2FundraisingSpotCrowdfundingProjectOrders.d.mts +6 -6
  28. package/dist/fetch/v2FundraisingSpotCrowdfundingProjectOrders.d.ts +6 -6
  29. package/dist/fetch/v2FundraisingSpotCrowdfundingProjectOrdersAll.d.mts +4 -4
  30. package/dist/fetch/v2FundraisingSpotCrowdfundingProjectOrdersAll.d.ts +4 -4
  31. package/dist/fetch/v2FundraisingSpotCrowdfundingProjectOrdersOrderId.d.mts +10 -10
  32. package/dist/fetch/v2FundraisingSpotCrowdfundingProjectOrdersOrderId.d.ts +10 -10
  33. package/dist/fetch/v2FundraisingSteadyCrowdfundingProjectOrders.d.mts +8 -8
  34. package/dist/fetch/v2FundraisingSteadyCrowdfundingProjectOrders.d.ts +8 -8
  35. package/dist/fetch/v2FundraisingSteadyCrowdfundingProjectOrdersAll.d.mts +4 -4
  36. package/dist/fetch/v2FundraisingSteadyCrowdfundingProjectOrdersAll.d.ts +4 -4
  37. package/dist/fetch/v2FundraisingSteadyCrowdfundingProjectOrdersOrderId.d.mts +12 -12
  38. package/dist/fetch/v2FundraisingSteadyCrowdfundingProjectOrdersOrderId.d.ts +12 -12
  39. package/dist/fetch/v2OwnerCrmContributorsOrders.d.mts +4 -4
  40. package/dist/fetch/v2OwnerCrmContributorsOrders.d.ts +4 -4
  41. package/dist/fetch/v2OwnerCrmContributorsProjects.d.mts +2 -2
  42. package/dist/fetch/v2OwnerCrmContributorsProjects.d.ts +2 -2
  43. package/dist/fetch/v2OwnerCrmContributorsUser.d.mts +2 -2
  44. package/dist/fetch/v2OwnerCrmContributorsUser.d.ts +2 -2
  45. package/dist/fetch/v2ResourcesBankBranches.d.mts +2 -2
  46. package/dist/fetch/v2ResourcesBankBranches.d.ts +2 -2
  47. package/dist/fetch/v2ResourcesBanks.d.mts +2 -2
  48. package/dist/fetch/v2ResourcesBanks.d.ts +2 -2
  49. package/package.json +3 -3
@@ -6,8 +6,8 @@ type V2FundraisingRewardsGetResponse = V2FundraisingRewardsGetOperation["respons
6
6
  declare const buildV2FundraisingRewardsGetFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
7
7
  needsDeliveryDeadlineAlert: boolean;
8
8
  rewards: {
9
- price: number;
10
9
  id: number;
10
+ price: number;
11
11
  thumbnailUrl: string;
12
12
  project: {
13
13
  id: number;
@@ -56,8 +56,8 @@ type V2FundraisingRewardsGetQuery = ForceDig<V2FundraisingRewardsGetOperation, [
56
56
  declare const getV2FundraisingRewards: (query: V2FundraisingRewardsGetQuery, customRequestInit?: RequestInit) => Promise<{
57
57
  needsDeliveryDeadlineAlert: boolean;
58
58
  rewards: {
59
- price: number;
60
59
  id: number;
60
+ price: number;
61
61
  thumbnailUrl: string;
62
62
  project: {
63
63
  id: number;
@@ -4,8 +4,8 @@ import { ForceDig } from '@readyfor/api-client-base';
4
4
  type V2FundraisingRewardsRewardIdGetOperation = paths["/api/v2/fundraising/rewards/{reward_id}"]["get"];
5
5
  type V2FundraisingRewardsRewardIdGetResponse = V2FundraisingRewardsRewardIdGetOperation["responses"]["200"]["content"]["application/json"];
6
6
  declare const buildV2FundraisingRewardsRewardIdGetFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
7
- price: number;
8
7
  id: number;
8
+ price: number;
9
9
  thumbnailUrl: string;
10
10
  project: {
11
11
  id: number;
@@ -40,8 +40,8 @@ type V2FundraisingRewardsRewardIdGetPath = ForceDig<V2FundraisingRewardsRewardId
40
40
  "path"
41
41
  ]>;
42
42
  declare const getV2FundraisingRewardsRewardId: (path: V2FundraisingRewardsRewardIdGetPath, customRequestInit?: RequestInit) => Promise<{
43
- price: number;
44
43
  id: number;
44
+ price: number;
45
45
  thumbnailUrl: string;
46
46
  project: {
47
47
  id: number;
@@ -4,8 +4,8 @@ import { ForceDig } from '@readyfor/api-client-base';
4
4
  type V2FundraisingRewardsRewardIdGetOperation = paths["/api/v2/fundraising/rewards/{reward_id}"]["get"];
5
5
  type V2FundraisingRewardsRewardIdGetResponse = V2FundraisingRewardsRewardIdGetOperation["responses"]["200"]["content"]["application/json"];
6
6
  declare const buildV2FundraisingRewardsRewardIdGetFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
7
- price: number;
8
7
  id: number;
8
+ price: number;
9
9
  thumbnailUrl: string;
10
10
  project: {
11
11
  id: number;
@@ -40,8 +40,8 @@ type V2FundraisingRewardsRewardIdGetPath = ForceDig<V2FundraisingRewardsRewardId
40
40
  "path"
41
41
  ]>;
42
42
  declare const getV2FundraisingRewardsRewardId: (path: V2FundraisingRewardsRewardIdGetPath, customRequestInit?: RequestInit) => Promise<{
43
- price: number;
44
43
  id: number;
44
+ price: number;
45
45
  thumbnailUrl: string;
46
46
  project: {
47
47
  id: number;
@@ -20,15 +20,15 @@ declare const buildV2FundraisingSpotCrowdfundingProjectOrdersGetFetcher: (reques
20
20
  nextPage?: number | undefined;
21
21
  };
22
22
  orders: {
23
+ payAmount: number;
24
+ id: number;
23
25
  contributor: {
26
+ id: number;
24
27
  email: string | null;
25
28
  name: string;
26
- id: number;
27
29
  imageUrl?: string | undefined;
28
30
  };
29
31
  createdAt: string;
30
- payAmount: number;
31
- id: number;
32
32
  project: {
33
33
  id: number;
34
34
  title: string;
@@ -76,15 +76,15 @@ declare const getV2FundraisingSpotCrowdfundingProjectOrders: (query: V2Fundraisi
76
76
  nextPage?: number | undefined;
77
77
  };
78
78
  orders: {
79
+ payAmount: number;
80
+ id: number;
79
81
  contributor: {
82
+ id: number;
80
83
  email: string | null;
81
84
  name: string;
82
- id: number;
83
85
  imageUrl?: string | undefined;
84
86
  };
85
87
  createdAt: string;
86
- payAmount: number;
87
- id: number;
88
88
  project: {
89
89
  id: number;
90
90
  title: string;
@@ -20,15 +20,15 @@ declare const buildV2FundraisingSpotCrowdfundingProjectOrdersGetFetcher: (reques
20
20
  nextPage?: number | undefined;
21
21
  };
22
22
  orders: {
23
+ payAmount: number;
24
+ id: number;
23
25
  contributor: {
26
+ id: number;
24
27
  email: string | null;
25
28
  name: string;
26
- id: number;
27
29
  imageUrl?: string | undefined;
28
30
  };
29
31
  createdAt: string;
30
- payAmount: number;
31
- id: number;
32
32
  project: {
33
33
  id: number;
34
34
  title: string;
@@ -76,15 +76,15 @@ declare const getV2FundraisingSpotCrowdfundingProjectOrders: (query: V2Fundraisi
76
76
  nextPage?: number | undefined;
77
77
  };
78
78
  orders: {
79
+ payAmount: number;
80
+ id: number;
79
81
  contributor: {
82
+ id: number;
80
83
  email: string | null;
81
84
  name: string;
82
- id: number;
83
85
  imageUrl?: string | undefined;
84
86
  };
85
87
  createdAt: string;
86
- payAmount: number;
87
- id: number;
88
88
  project: {
89
89
  id: number;
90
90
  title: string;
@@ -5,13 +5,13 @@ type V2FundraisingSpotCrowdfundingProjectOrdersAllGetOperation = paths["/api/v2/
5
5
  type V2FundraisingSpotCrowdfundingProjectOrdersAllGetResponse = V2FundraisingSpotCrowdfundingProjectOrdersAllGetOperation["responses"]["200"]["content"]["application/json"];
6
6
  declare const buildV2FundraisingSpotCrowdfundingProjectOrdersAllGetFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
7
7
  orders: {
8
+ id: number;
8
9
  contributor: {
10
+ id: number;
9
11
  email: string | null;
10
12
  name: string;
11
- id: number;
12
13
  imageUrl?: string | undefined;
13
14
  };
14
- id: number;
15
15
  }[];
16
16
  }>;
17
17
  type V2FundraisingSpotCrowdfundingProjectOrdersAllGetQuery = QueryPropsFor<ForceDig<V2FundraisingSpotCrowdfundingProjectOrdersAllGetOperation, [
@@ -20,13 +20,13 @@ type V2FundraisingSpotCrowdfundingProjectOrdersAllGetQuery = QueryPropsFor<Force
20
20
  ]>>;
21
21
  declare const getV2FundraisingSpotCrowdfundingProjectOrdersAll: (query: V2FundraisingSpotCrowdfundingProjectOrdersAllGetQuery, customRequestInit?: RequestInit) => Promise<{
22
22
  orders: {
23
+ id: number;
23
24
  contributor: {
25
+ id: number;
24
26
  email: string | null;
25
27
  name: string;
26
- id: number;
27
28
  imageUrl?: string | undefined;
28
29
  };
29
- id: number;
30
30
  }[];
31
31
  }>;
32
32
 
@@ -5,13 +5,13 @@ type V2FundraisingSpotCrowdfundingProjectOrdersAllGetOperation = paths["/api/v2/
5
5
  type V2FundraisingSpotCrowdfundingProjectOrdersAllGetResponse = V2FundraisingSpotCrowdfundingProjectOrdersAllGetOperation["responses"]["200"]["content"]["application/json"];
6
6
  declare const buildV2FundraisingSpotCrowdfundingProjectOrdersAllGetFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
7
7
  orders: {
8
+ id: number;
8
9
  contributor: {
10
+ id: number;
9
11
  email: string | null;
10
12
  name: string;
11
- id: number;
12
13
  imageUrl?: string | undefined;
13
14
  };
14
- id: number;
15
15
  }[];
16
16
  }>;
17
17
  type V2FundraisingSpotCrowdfundingProjectOrdersAllGetQuery = QueryPropsFor<ForceDig<V2FundraisingSpotCrowdfundingProjectOrdersAllGetOperation, [
@@ -20,13 +20,13 @@ type V2FundraisingSpotCrowdfundingProjectOrdersAllGetQuery = QueryPropsFor<Force
20
20
  ]>>;
21
21
  declare const getV2FundraisingSpotCrowdfundingProjectOrdersAll: (query: V2FundraisingSpotCrowdfundingProjectOrdersAllGetQuery, customRequestInit?: RequestInit) => Promise<{
22
22
  orders: {
23
+ id: number;
23
24
  contributor: {
25
+ id: number;
24
26
  email: string | null;
25
27
  name: string;
26
- id: number;
27
28
  imageUrl?: string | undefined;
28
29
  };
29
- id: number;
30
30
  }[];
31
31
  }>;
32
32
 
@@ -4,35 +4,35 @@ 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
+ payAmount: number;
8
+ id: number;
7
9
  contributor: {
10
+ id: number;
8
11
  imageUrl: string;
9
12
  email: string | null;
10
13
  name: string;
11
- id: number;
12
14
  isActive: boolean;
13
15
  hasValidOrder: boolean;
14
16
  };
15
17
  createdAt: string;
16
- payAmount: number;
17
- id: number;
18
18
  project: {
19
19
  id: number;
20
20
  title: string;
21
21
  };
22
22
  state: "waitPayment" | "pendingProjectAchievement" | "unsuccessful" | "canceled" | "confirmed";
23
23
  comments: {
24
+ content: string;
24
25
  imageUrl: string;
25
26
  name: string;
26
27
  createdAt: string;
27
- content: string;
28
28
  }[];
29
29
  payment: {
30
30
  type: "creditCard" | "bankTransfer" | "convenienceStore";
31
31
  state: "waitPayment" | "canceled" | "completed" | "expired" | "reserved" | "underpayment" | "transactionFailed";
32
32
  };
33
33
  rewardDeliveries: {
34
- price: number;
35
34
  id: number;
35
+ price: number;
36
36
  rewardThumbnailUrl: string;
37
37
  deliveryState: "notStarted" | "failed" | "completed" | "unnecessary";
38
38
  selectedCount: number;
@@ -60,35 +60,35 @@ type V2FundraisingSpotCrowdfundingProjectOrdersOrderIdGetPath = ForceDig<V2Fundr
60
60
  "path"
61
61
  ]>;
62
62
  declare const getV2FundraisingSpotCrowdfundingProjectOrdersOrderId: (path: V2FundraisingSpotCrowdfundingProjectOrdersOrderIdGetPath, customRequestInit?: RequestInit) => Promise<{
63
+ payAmount: number;
64
+ id: number;
63
65
  contributor: {
66
+ id: number;
64
67
  imageUrl: string;
65
68
  email: string | null;
66
69
  name: string;
67
- id: number;
68
70
  isActive: boolean;
69
71
  hasValidOrder: boolean;
70
72
  };
71
73
  createdAt: string;
72
- payAmount: number;
73
- id: number;
74
74
  project: {
75
75
  id: number;
76
76
  title: string;
77
77
  };
78
78
  state: "waitPayment" | "pendingProjectAchievement" | "unsuccessful" | "canceled" | "confirmed";
79
79
  comments: {
80
+ content: string;
80
81
  imageUrl: string;
81
82
  name: string;
82
83
  createdAt: string;
83
- content: string;
84
84
  }[];
85
85
  payment: {
86
86
  type: "creditCard" | "bankTransfer" | "convenienceStore";
87
87
  state: "waitPayment" | "canceled" | "completed" | "expired" | "reserved" | "underpayment" | "transactionFailed";
88
88
  };
89
89
  rewardDeliveries: {
90
- price: number;
91
90
  id: number;
91
+ price: number;
92
92
  rewardThumbnailUrl: string;
93
93
  deliveryState: "notStarted" | "failed" | "completed" | "unnecessary";
94
94
  selectedCount: number;
@@ -4,35 +4,35 @@ 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
+ payAmount: number;
8
+ id: number;
7
9
  contributor: {
10
+ id: number;
8
11
  imageUrl: string;
9
12
  email: string | null;
10
13
  name: string;
11
- id: number;
12
14
  isActive: boolean;
13
15
  hasValidOrder: boolean;
14
16
  };
15
17
  createdAt: string;
16
- payAmount: number;
17
- id: number;
18
18
  project: {
19
19
  id: number;
20
20
  title: string;
21
21
  };
22
22
  state: "waitPayment" | "pendingProjectAchievement" | "unsuccessful" | "canceled" | "confirmed";
23
23
  comments: {
24
+ content: string;
24
25
  imageUrl: string;
25
26
  name: string;
26
27
  createdAt: string;
27
- content: string;
28
28
  }[];
29
29
  payment: {
30
30
  type: "creditCard" | "bankTransfer" | "convenienceStore";
31
31
  state: "waitPayment" | "canceled" | "completed" | "expired" | "reserved" | "underpayment" | "transactionFailed";
32
32
  };
33
33
  rewardDeliveries: {
34
- price: number;
35
34
  id: number;
35
+ price: number;
36
36
  rewardThumbnailUrl: string;
37
37
  deliveryState: "notStarted" | "failed" | "completed" | "unnecessary";
38
38
  selectedCount: number;
@@ -60,35 +60,35 @@ type V2FundraisingSpotCrowdfundingProjectOrdersOrderIdGetPath = ForceDig<V2Fundr
60
60
  "path"
61
61
  ]>;
62
62
  declare const getV2FundraisingSpotCrowdfundingProjectOrdersOrderId: (path: V2FundraisingSpotCrowdfundingProjectOrdersOrderIdGetPath, customRequestInit?: RequestInit) => Promise<{
63
+ payAmount: number;
64
+ id: number;
63
65
  contributor: {
66
+ id: number;
64
67
  imageUrl: string;
65
68
  email: string | null;
66
69
  name: string;
67
- id: number;
68
70
  isActive: boolean;
69
71
  hasValidOrder: boolean;
70
72
  };
71
73
  createdAt: string;
72
- payAmount: number;
73
- id: number;
74
74
  project: {
75
75
  id: number;
76
76
  title: string;
77
77
  };
78
78
  state: "waitPayment" | "pendingProjectAchievement" | "unsuccessful" | "canceled" | "confirmed";
79
79
  comments: {
80
+ content: string;
80
81
  imageUrl: string;
81
82
  name: string;
82
83
  createdAt: string;
83
- content: string;
84
84
  }[];
85
85
  payment: {
86
86
  type: "creditCard" | "bankTransfer" | "convenienceStore";
87
87
  state: "waitPayment" | "canceled" | "completed" | "expired" | "reserved" | "underpayment" | "transactionFailed";
88
88
  };
89
89
  rewardDeliveries: {
90
- price: number;
91
90
  id: number;
91
+ price: number;
92
92
  rewardThumbnailUrl: string;
93
93
  deliveryState: "notStarted" | "failed" | "completed" | "unnecessary";
94
94
  selectedCount: number;
@@ -20,16 +20,16 @@ declare const buildV2FundraisingSteadyCrowdfundingProjectOrdersGetFetcher: (requ
20
20
  nextPage?: number | undefined;
21
21
  };
22
22
  orders: ({
23
+ id: number;
23
24
  contributor: {
25
+ id: number;
24
26
  email: string | null;
25
27
  name: string;
26
- id: number;
27
28
  imageUrl?: string | undefined;
28
29
  };
29
30
  createdAt: string;
30
31
  totalAmount: number;
31
32
  monthlyAmount: number;
32
- id: number;
33
33
  billingState: "billingContinuing" | "billingDiscontinued" | "waitRetryPayment";
34
34
  project: {
35
35
  id: number;
@@ -45,15 +45,15 @@ declare const buildV2FundraisingSteadyCrowdfundingProjectOrdersGetFetcher: (requ
45
45
  } | undefined;
46
46
  comment?: string | undefined;
47
47
  } | {
48
+ id: number;
48
49
  contributor: {
50
+ id: number;
49
51
  email: string | null;
50
52
  name: string;
51
- id: number;
52
53
  imageUrl?: string | undefined;
53
54
  };
54
55
  createdAt: string;
55
56
  amount: number;
56
- id: number;
57
57
  project: {
58
58
  id: number;
59
59
  title: string;
@@ -91,16 +91,16 @@ declare const getV2FundraisingSteadyCrowdfundingProjectOrders: (query: V2Fundrai
91
91
  nextPage?: number | undefined;
92
92
  };
93
93
  orders: ({
94
+ id: number;
94
95
  contributor: {
96
+ id: number;
95
97
  email: string | null;
96
98
  name: string;
97
- id: number;
98
99
  imageUrl?: string | undefined;
99
100
  };
100
101
  createdAt: string;
101
102
  totalAmount: number;
102
103
  monthlyAmount: number;
103
- id: number;
104
104
  billingState: "billingContinuing" | "billingDiscontinued" | "waitRetryPayment";
105
105
  project: {
106
106
  id: number;
@@ -116,15 +116,15 @@ declare const getV2FundraisingSteadyCrowdfundingProjectOrders: (query: V2Fundrai
116
116
  } | undefined;
117
117
  comment?: string | undefined;
118
118
  } | {
119
+ id: number;
119
120
  contributor: {
121
+ id: number;
120
122
  email: string | null;
121
123
  name: string;
122
- id: number;
123
124
  imageUrl?: string | undefined;
124
125
  };
125
126
  createdAt: string;
126
127
  amount: number;
127
- id: number;
128
128
  project: {
129
129
  id: number;
130
130
  title: string;
@@ -20,16 +20,16 @@ declare const buildV2FundraisingSteadyCrowdfundingProjectOrdersGetFetcher: (requ
20
20
  nextPage?: number | undefined;
21
21
  };
22
22
  orders: ({
23
+ id: number;
23
24
  contributor: {
25
+ id: number;
24
26
  email: string | null;
25
27
  name: string;
26
- id: number;
27
28
  imageUrl?: string | undefined;
28
29
  };
29
30
  createdAt: string;
30
31
  totalAmount: number;
31
32
  monthlyAmount: number;
32
- id: number;
33
33
  billingState: "billingContinuing" | "billingDiscontinued" | "waitRetryPayment";
34
34
  project: {
35
35
  id: number;
@@ -45,15 +45,15 @@ declare const buildV2FundraisingSteadyCrowdfundingProjectOrdersGetFetcher: (requ
45
45
  } | undefined;
46
46
  comment?: string | undefined;
47
47
  } | {
48
+ id: number;
48
49
  contributor: {
50
+ id: number;
49
51
  email: string | null;
50
52
  name: string;
51
- id: number;
52
53
  imageUrl?: string | undefined;
53
54
  };
54
55
  createdAt: string;
55
56
  amount: number;
56
- id: number;
57
57
  project: {
58
58
  id: number;
59
59
  title: string;
@@ -91,16 +91,16 @@ declare const getV2FundraisingSteadyCrowdfundingProjectOrders: (query: V2Fundrai
91
91
  nextPage?: number | undefined;
92
92
  };
93
93
  orders: ({
94
+ id: number;
94
95
  contributor: {
96
+ id: number;
95
97
  email: string | null;
96
98
  name: string;
97
- id: number;
98
99
  imageUrl?: string | undefined;
99
100
  };
100
101
  createdAt: string;
101
102
  totalAmount: number;
102
103
  monthlyAmount: number;
103
- id: number;
104
104
  billingState: "billingContinuing" | "billingDiscontinued" | "waitRetryPayment";
105
105
  project: {
106
106
  id: number;
@@ -116,15 +116,15 @@ declare const getV2FundraisingSteadyCrowdfundingProjectOrders: (query: V2Fundrai
116
116
  } | undefined;
117
117
  comment?: string | undefined;
118
118
  } | {
119
+ id: number;
119
120
  contributor: {
121
+ id: number;
120
122
  email: string | null;
121
123
  name: string;
122
- id: number;
123
124
  imageUrl?: string | undefined;
124
125
  };
125
126
  createdAt: string;
126
127
  amount: number;
127
- id: number;
128
128
  project: {
129
129
  id: number;
130
130
  title: string;
@@ -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: {
10
+ id: number;
9
11
  email: string | null;
10
12
  name: string;
11
- id: number;
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: {
25
+ id: number;
24
26
  email: string | null;
25
27
  name: string;
26
- id: number;
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: {
10
+ id: number;
9
11
  email: string | null;
10
12
  name: string;
11
- id: number;
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: {
25
+ id: number;
24
26
  email: string | null;
25
27
  name: string;
26
- id: number;
27
28
  imageUrl?: string | undefined;
28
29
  };
29
- id: number;
30
30
  }[];
31
31
  }>;
32
32