@readyfor/api-client-readyfor-api 0.300.0-pr1183.0e01313 → 0.300.0-pr1185.6a723d3

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 (43) 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/v2ResourcesBankBranches.d.mts +2 -2
  40. package/dist/fetch/v2ResourcesBankBranches.d.ts +2 -2
  41. package/dist/fetch/v2ResourcesBanks.d.mts +2 -2
  42. package/dist/fetch/v2ResourcesBanks.d.ts +2 -2
  43. package/package.json +4 -4
@@ -4,10 +4,10 @@ import { ForceDig } from '@readyfor/api-client-base';
4
4
  type V2ContributionsCard3dSecureExecContributionPostOperation = paths["/api/v2/contributions/card3d_secure/exec_contribution"]["post"];
5
5
  type V2ContributionsCard3dSecureExecContributionPostResponse = V2ContributionsCard3dSecureExecContributionPostOperation["responses"]["200"]["content"]["application/json"];
6
6
  declare const buildV2ContributionsCard3dSecureExecContributionPostFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
7
- result: boolean;
8
- orderId: number;
9
7
  payAmount: number;
10
8
  contributionLimit: number;
9
+ result: boolean;
10
+ orderId: number;
11
11
  contributionAmount: number;
12
12
  selectedRewards: {
13
13
  id: number;
@@ -28,10 +28,10 @@ type V2ContributionsCard3dSecureExecContributionPostRequestBody = ForceDig<V2Con
28
28
  "application/json"
29
29
  ]>;
30
30
  declare const postV2ContributionsCard3dSecureExecContribution: (headers: V2ContributionsCard3dSecureExecContributionPostHeader, requestBody: V2ContributionsCard3dSecureExecContributionPostRequestBody, customRequestInit?: RequestInit) => Promise<{
31
- result: boolean;
32
- orderId: number;
33
31
  payAmount: number;
34
32
  contributionLimit: number;
33
+ result: boolean;
34
+ orderId: number;
35
35
  contributionAmount: number;
36
36
  selectedRewards: {
37
37
  id: number;
@@ -4,10 +4,10 @@ import { ForceDig } from '@readyfor/api-client-base';
4
4
  type V2ContributionsCard3dSecureExecContributionPostOperation = paths["/api/v2/contributions/card3d_secure/exec_contribution"]["post"];
5
5
  type V2ContributionsCard3dSecureExecContributionPostResponse = V2ContributionsCard3dSecureExecContributionPostOperation["responses"]["200"]["content"]["application/json"];
6
6
  declare const buildV2ContributionsCard3dSecureExecContributionPostFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
7
- result: boolean;
8
- orderId: number;
9
7
  payAmount: number;
10
8
  contributionLimit: number;
9
+ result: boolean;
10
+ orderId: number;
11
11
  contributionAmount: number;
12
12
  selectedRewards: {
13
13
  id: number;
@@ -28,10 +28,10 @@ type V2ContributionsCard3dSecureExecContributionPostRequestBody = ForceDig<V2Con
28
28
  "application/json"
29
29
  ]>;
30
30
  declare const postV2ContributionsCard3dSecureExecContribution: (headers: V2ContributionsCard3dSecureExecContributionPostHeader, requestBody: V2ContributionsCard3dSecureExecContributionPostRequestBody, customRequestInit?: RequestInit) => Promise<{
31
- result: boolean;
32
- orderId: number;
33
31
  payAmount: number;
34
32
  contributionLimit: number;
33
+ result: boolean;
34
+ orderId: number;
35
35
  contributionAmount: number;
36
36
  selectedRewards: {
37
37
  id: number;
@@ -4,10 +4,10 @@ import { ForceDig } from '@readyfor/api-client-base';
4
4
  type V2ContributionsCard3dSecureRetryContributionPostOperation = paths["/api/v2/contributions/card3d_secure/retry_contribution"]["post"];
5
5
  type V2ContributionsCard3dSecureRetryContributionPostResponse = V2ContributionsCard3dSecureRetryContributionPostOperation["responses"]["200"]["content"]["application/json"];
6
6
  declare const buildV2ContributionsCard3dSecureRetryContributionPostFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
7
- result: boolean;
8
- orderId: number;
9
7
  payAmount: number;
10
8
  contributionLimit: number;
9
+ result: boolean;
10
+ orderId: number;
11
11
  contributionAmount: number;
12
12
  selectedRewards: {
13
13
  id: number;
@@ -28,10 +28,10 @@ type V2ContributionsCard3dSecureRetryContributionPostRequestBody = ForceDig<V2Co
28
28
  "application/json"
29
29
  ]>;
30
30
  declare const postV2ContributionsCard3dSecureRetryContribution: (headers: V2ContributionsCard3dSecureRetryContributionPostHeader, requestBody: V2ContributionsCard3dSecureRetryContributionPostRequestBody, customRequestInit?: RequestInit) => Promise<{
31
- result: boolean;
32
- orderId: number;
33
31
  payAmount: number;
34
32
  contributionLimit: number;
33
+ result: boolean;
34
+ orderId: number;
35
35
  contributionAmount: number;
36
36
  selectedRewards: {
37
37
  id: number;
@@ -4,10 +4,10 @@ import { ForceDig } from '@readyfor/api-client-base';
4
4
  type V2ContributionsCard3dSecureRetryContributionPostOperation = paths["/api/v2/contributions/card3d_secure/retry_contribution"]["post"];
5
5
  type V2ContributionsCard3dSecureRetryContributionPostResponse = V2ContributionsCard3dSecureRetryContributionPostOperation["responses"]["200"]["content"]["application/json"];
6
6
  declare const buildV2ContributionsCard3dSecureRetryContributionPostFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
7
- result: boolean;
8
- orderId: number;
9
7
  payAmount: number;
10
8
  contributionLimit: number;
9
+ result: boolean;
10
+ orderId: number;
11
11
  contributionAmount: number;
12
12
  selectedRewards: {
13
13
  id: number;
@@ -28,10 +28,10 @@ type V2ContributionsCard3dSecureRetryContributionPostRequestBody = ForceDig<V2Co
28
28
  "application/json"
29
29
  ]>;
30
30
  declare const postV2ContributionsCard3dSecureRetryContribution: (headers: V2ContributionsCard3dSecureRetryContributionPostHeader, requestBody: V2ContributionsCard3dSecureRetryContributionPostRequestBody, customRequestInit?: RequestInit) => Promise<{
31
- result: boolean;
32
- orderId: number;
33
31
  payAmount: number;
34
32
  contributionLimit: number;
33
+ result: boolean;
34
+ orderId: number;
35
35
  contributionAmount: number;
36
36
  selectedRewards: {
37
37
  id: number;
@@ -6,7 +6,7 @@ type V2ContributionsCheckOrderStatusGetResponse = V2ContributionsCheckOrderStatu
6
6
  declare const buildV2ContributionsCheckOrderStatusGetFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
7
7
  bankStatus: "ok" | "waiting";
8
8
  cvsStatus: "ok" | "waiting";
9
- paymentStatus: 0 | 2 | 1;
9
+ paymentStatus: 0 | 1 | 2;
10
10
  retryOrderId: number | null;
11
11
  waitingPaymentBatch: boolean | null;
12
12
  }>;
@@ -17,7 +17,7 @@ type V2ContributionsCheckOrderStatusGetQuery = ForceDig<V2ContributionsCheckOrde
17
17
  declare const getV2ContributionsCheckOrderStatus: (query: V2ContributionsCheckOrderStatusGetQuery, customRequestInit?: RequestInit) => Promise<{
18
18
  bankStatus: "ok" | "waiting";
19
19
  cvsStatus: "ok" | "waiting";
20
- paymentStatus: 0 | 2 | 1;
20
+ paymentStatus: 0 | 1 | 2;
21
21
  retryOrderId: number | null;
22
22
  waitingPaymentBatch: boolean | null;
23
23
  }>;
@@ -6,7 +6,7 @@ type V2ContributionsCheckOrderStatusGetResponse = V2ContributionsCheckOrderStatu
6
6
  declare const buildV2ContributionsCheckOrderStatusGetFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
7
7
  bankStatus: "ok" | "waiting";
8
8
  cvsStatus: "ok" | "waiting";
9
- paymentStatus: 0 | 2 | 1;
9
+ paymentStatus: 0 | 1 | 2;
10
10
  retryOrderId: number | null;
11
11
  waitingPaymentBatch: boolean | null;
12
12
  }>;
@@ -17,7 +17,7 @@ type V2ContributionsCheckOrderStatusGetQuery = ForceDig<V2ContributionsCheckOrde
17
17
  declare const getV2ContributionsCheckOrderStatus: (query: V2ContributionsCheckOrderStatusGetQuery, customRequestInit?: RequestInit) => Promise<{
18
18
  bankStatus: "ok" | "waiting";
19
19
  cvsStatus: "ok" | "waiting";
20
- paymentStatus: 0 | 2 | 1;
20
+ paymentStatus: 0 | 1 | 2;
21
21
  retryOrderId: number | null;
22
22
  waitingPaymentBatch: boolean | null;
23
23
  }>;
@@ -6,6 +6,7 @@ type V2ContributionsOrderInfoGetResponse = V2ContributionsOrderInfoGetOperation[
6
6
  declare const buildV2ContributionsOrderInfoGetFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
7
7
  payAmount: number;
8
8
  contributionLimit: number;
9
+ paymentType: "onetime" | "monthly";
9
10
  contributionAmount: number | null;
10
11
  selectedRewards: {
11
12
  id: number;
@@ -15,7 +16,6 @@ declare const buildV2ContributionsOrderInfoGetFetcher: (requestInit?: RequestIni
15
16
  id: number;
16
17
  }[] | null;
17
18
  }[];
18
- paymentType: "onetime" | "monthly";
19
19
  commentExists: boolean;
20
20
  bankInfo: {
21
21
  limitDateTime: string;
@@ -54,6 +54,7 @@ type V2ContributionsOrderInfoGetQuery = ForceDig<V2ContributionsOrderInfoGetOper
54
54
  declare const getV2ContributionsOrderInfo: (query: V2ContributionsOrderInfoGetQuery, customRequestInit?: RequestInit) => Promise<{
55
55
  payAmount: number;
56
56
  contributionLimit: number;
57
+ paymentType: "onetime" | "monthly";
57
58
  contributionAmount: number | null;
58
59
  selectedRewards: {
59
60
  id: number;
@@ -63,7 +64,6 @@ declare const getV2ContributionsOrderInfo: (query: V2ContributionsOrderInfoGetQu
63
64
  id: number;
64
65
  }[] | null;
65
66
  }[];
66
- paymentType: "onetime" | "monthly";
67
67
  commentExists: boolean;
68
68
  bankInfo: {
69
69
  limitDateTime: string;
@@ -6,6 +6,7 @@ type V2ContributionsOrderInfoGetResponse = V2ContributionsOrderInfoGetOperation[
6
6
  declare const buildV2ContributionsOrderInfoGetFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
7
7
  payAmount: number;
8
8
  contributionLimit: number;
9
+ paymentType: "onetime" | "monthly";
9
10
  contributionAmount: number | null;
10
11
  selectedRewards: {
11
12
  id: number;
@@ -15,7 +16,6 @@ declare const buildV2ContributionsOrderInfoGetFetcher: (requestInit?: RequestIni
15
16
  id: number;
16
17
  }[] | null;
17
18
  }[];
18
- paymentType: "onetime" | "monthly";
19
19
  commentExists: boolean;
20
20
  bankInfo: {
21
21
  limitDateTime: string;
@@ -54,6 +54,7 @@ type V2ContributionsOrderInfoGetQuery = ForceDig<V2ContributionsOrderInfoGetOper
54
54
  declare const getV2ContributionsOrderInfo: (query: V2ContributionsOrderInfoGetQuery, customRequestInit?: RequestInit) => Promise<{
55
55
  payAmount: number;
56
56
  contributionLimit: number;
57
+ paymentType: "onetime" | "monthly";
57
58
  contributionAmount: number | null;
58
59
  selectedRewards: {
59
60
  id: number;
@@ -63,7 +64,6 @@ declare const getV2ContributionsOrderInfo: (query: V2ContributionsOrderInfoGetQu
63
64
  id: number;
64
65
  }[] | null;
65
66
  }[];
66
- paymentType: "onetime" | "monthly";
67
67
  commentExists: boolean;
68
68
  bankInfo: {
69
69
  limitDateTime: string;
@@ -15,10 +15,9 @@ declare const buildV2ContributionsProjectInfoGetFetcher: (requestInit?: RequestI
15
15
  alt: string;
16
16
  };
17
17
  rewards: {
18
- contributionLimit: number | null;
19
- id: number;
20
18
  price: number;
21
19
  stockCount: string;
20
+ id: number;
22
21
  title: string;
23
22
  image: {
24
23
  src: string;
@@ -26,11 +25,12 @@ declare const buildV2ContributionsProjectInfoGetFetcher: (requestInit?: RequestI
26
25
  } | null;
27
26
  description: string;
28
27
  currentReservedStockCount: number | null;
28
+ contributionLimit: number | null;
29
29
  deliverySchedule: string | null;
30
30
  requireDelivery: boolean;
31
31
  rewardOptions: {
32
- id: number;
33
32
  name: string;
33
+ id: number;
34
34
  inputType: 0 | 5;
35
35
  selections?: {
36
36
  id: number;
@@ -50,7 +50,7 @@ declare const buildV2ContributionsProjectInfoGetFetcher: (requestInit?: RequestI
50
50
  rewardNotation: string;
51
51
  requiredPeopleNum: number | null;
52
52
  remainingDayOrTimeValue: string | null;
53
- paymentMethodRestriction: 0 | 2 | 4 | 6;
53
+ paymentMethodRestriction: 0 | 4 | 2 | 6;
54
54
  supportType: "charity" | "furusato" | "normal";
55
55
  ownerName: string;
56
56
  ownerImage: {
@@ -82,10 +82,9 @@ declare const getV2ContributionsProjectInfo: (query: V2ContributionsProjectInfoG
82
82
  alt: string;
83
83
  };
84
84
  rewards: {
85
- contributionLimit: number | null;
86
- id: number;
87
85
  price: number;
88
86
  stockCount: string;
87
+ id: number;
89
88
  title: string;
90
89
  image: {
91
90
  src: string;
@@ -93,11 +92,12 @@ declare const getV2ContributionsProjectInfo: (query: V2ContributionsProjectInfoG
93
92
  } | null;
94
93
  description: string;
95
94
  currentReservedStockCount: number | null;
95
+ contributionLimit: number | null;
96
96
  deliverySchedule: string | null;
97
97
  requireDelivery: boolean;
98
98
  rewardOptions: {
99
- id: number;
100
99
  name: string;
100
+ id: number;
101
101
  inputType: 0 | 5;
102
102
  selections?: {
103
103
  id: number;
@@ -117,7 +117,7 @@ declare const getV2ContributionsProjectInfo: (query: V2ContributionsProjectInfoG
117
117
  rewardNotation: string;
118
118
  requiredPeopleNum: number | null;
119
119
  remainingDayOrTimeValue: string | null;
120
- paymentMethodRestriction: 0 | 2 | 4 | 6;
120
+ paymentMethodRestriction: 0 | 4 | 2 | 6;
121
121
  supportType: "charity" | "furusato" | "normal";
122
122
  ownerName: string;
123
123
  ownerImage: {
@@ -15,10 +15,9 @@ declare const buildV2ContributionsProjectInfoGetFetcher: (requestInit?: RequestI
15
15
  alt: string;
16
16
  };
17
17
  rewards: {
18
- contributionLimit: number | null;
19
- id: number;
20
18
  price: number;
21
19
  stockCount: string;
20
+ id: number;
22
21
  title: string;
23
22
  image: {
24
23
  src: string;
@@ -26,11 +25,12 @@ declare const buildV2ContributionsProjectInfoGetFetcher: (requestInit?: RequestI
26
25
  } | null;
27
26
  description: string;
28
27
  currentReservedStockCount: number | null;
28
+ contributionLimit: number | null;
29
29
  deliverySchedule: string | null;
30
30
  requireDelivery: boolean;
31
31
  rewardOptions: {
32
- id: number;
33
32
  name: string;
33
+ id: number;
34
34
  inputType: 0 | 5;
35
35
  selections?: {
36
36
  id: number;
@@ -50,7 +50,7 @@ declare const buildV2ContributionsProjectInfoGetFetcher: (requestInit?: RequestI
50
50
  rewardNotation: string;
51
51
  requiredPeopleNum: number | null;
52
52
  remainingDayOrTimeValue: string | null;
53
- paymentMethodRestriction: 0 | 2 | 4 | 6;
53
+ paymentMethodRestriction: 0 | 4 | 2 | 6;
54
54
  supportType: "charity" | "furusato" | "normal";
55
55
  ownerName: string;
56
56
  ownerImage: {
@@ -82,10 +82,9 @@ declare const getV2ContributionsProjectInfo: (query: V2ContributionsProjectInfoG
82
82
  alt: string;
83
83
  };
84
84
  rewards: {
85
- contributionLimit: number | null;
86
- id: number;
87
85
  price: number;
88
86
  stockCount: string;
87
+ id: number;
89
88
  title: string;
90
89
  image: {
91
90
  src: string;
@@ -93,11 +92,12 @@ declare const getV2ContributionsProjectInfo: (query: V2ContributionsProjectInfoG
93
92
  } | null;
94
93
  description: string;
95
94
  currentReservedStockCount: number | null;
95
+ contributionLimit: number | null;
96
96
  deliverySchedule: string | null;
97
97
  requireDelivery: boolean;
98
98
  rewardOptions: {
99
- id: number;
100
99
  name: string;
100
+ id: number;
101
101
  inputType: 0 | 5;
102
102
  selections?: {
103
103
  id: number;
@@ -117,7 +117,7 @@ declare const getV2ContributionsProjectInfo: (query: V2ContributionsProjectInfoG
117
117
  rewardNotation: string;
118
118
  requiredPeopleNum: number | null;
119
119
  remainingDayOrTimeValue: string | null;
120
- paymentMethodRestriction: 0 | 2 | 4 | 6;
120
+ paymentMethodRestriction: 0 | 4 | 2 | 6;
121
121
  supportType: "charity" | "furusato" | "normal";
122
122
  ownerName: string;
123
123
  ownerImage: {
@@ -5,9 +5,9 @@ type V2FundraisingBulkMessagesTargetUsersGetOperation = paths["/api/v2/fundraisi
5
5
  type V2FundraisingBulkMessagesTargetUsersGetResponse = V2FundraisingBulkMessagesTargetUsersGetOperation["responses"]["200"]["content"]["application/json"];
6
6
  declare const buildV2FundraisingBulkMessagesTargetUsersGetFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
7
7
  targetUsers: {
8
- id: number;
9
8
  imageUrl: string | null;
10
9
  name: string;
10
+ id: number;
11
11
  }[];
12
12
  }>;
13
13
  type V2FundraisingBulkMessagesTargetUsersGetQuery = QueryPropsFor<ForceDig<V2FundraisingBulkMessagesTargetUsersGetOperation, [
@@ -16,9 +16,9 @@ type V2FundraisingBulkMessagesTargetUsersGetQuery = QueryPropsFor<ForceDig<V2Fun
16
16
  ]>>;
17
17
  declare const getV2FundraisingBulkMessagesTargetUsers: (query: V2FundraisingBulkMessagesTargetUsersGetQuery, customRequestInit?: RequestInit) => Promise<{
18
18
  targetUsers: {
19
- id: number;
20
19
  imageUrl: string | null;
21
20
  name: string;
21
+ id: number;
22
22
  }[];
23
23
  }>;
24
24
 
@@ -5,9 +5,9 @@ type V2FundraisingBulkMessagesTargetUsersGetOperation = paths["/api/v2/fundraisi
5
5
  type V2FundraisingBulkMessagesTargetUsersGetResponse = V2FundraisingBulkMessagesTargetUsersGetOperation["responses"]["200"]["content"]["application/json"];
6
6
  declare const buildV2FundraisingBulkMessagesTargetUsersGetFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
7
7
  targetUsers: {
8
- id: number;
9
8
  imageUrl: string | null;
10
9
  name: string;
10
+ id: number;
11
11
  }[];
12
12
  }>;
13
13
  type V2FundraisingBulkMessagesTargetUsersGetQuery = QueryPropsFor<ForceDig<V2FundraisingBulkMessagesTargetUsersGetOperation, [
@@ -16,9 +16,9 @@ type V2FundraisingBulkMessagesTargetUsersGetQuery = QueryPropsFor<ForceDig<V2Fun
16
16
  ]>>;
17
17
  declare const getV2FundraisingBulkMessagesTargetUsers: (query: V2FundraisingBulkMessagesTargetUsersGetQuery, customRequestInit?: RequestInit) => Promise<{
18
18
  targetUsers: {
19
- id: number;
20
19
  imageUrl: string | null;
21
20
  name: string;
21
+ id: number;
22
22
  }[];
23
23
  }>;
24
24
 
@@ -15,12 +15,12 @@ declare const buildV2FundraisingContributorsGetFetcher: (requestInit?: RequestIn
15
15
  nextPage?: number | undefined;
16
16
  };
17
17
  contributors: {
18
- id: number;
19
18
  imageUrl: string;
20
19
  name: string;
21
20
  totalPayAmount: number;
22
21
  totalContributionCount: number;
23
22
  latestContributionDate: string;
23
+ id: number;
24
24
  isActive: boolean;
25
25
  steadyBillingStatus: "none" | "billing" | "discontinued";
26
26
  email?: string | undefined;
@@ -40,12 +40,12 @@ declare const getV2FundraisingContributors: (query: V2FundraisingContributorsGet
40
40
  nextPage?: number | undefined;
41
41
  };
42
42
  contributors: {
43
- id: number;
44
43
  imageUrl: string;
45
44
  name: string;
46
45
  totalPayAmount: number;
47
46
  totalContributionCount: number;
48
47
  latestContributionDate: string;
48
+ id: number;
49
49
  isActive: boolean;
50
50
  steadyBillingStatus: "none" | "billing" | "discontinued";
51
51
  email?: string | undefined;
@@ -15,12 +15,12 @@ declare const buildV2FundraisingContributorsGetFetcher: (requestInit?: RequestIn
15
15
  nextPage?: number | undefined;
16
16
  };
17
17
  contributors: {
18
- id: number;
19
18
  imageUrl: string;
20
19
  name: string;
21
20
  totalPayAmount: number;
22
21
  totalContributionCount: number;
23
22
  latestContributionDate: string;
23
+ id: number;
24
24
  isActive: boolean;
25
25
  steadyBillingStatus: "none" | "billing" | "discontinued";
26
26
  email?: string | undefined;
@@ -40,12 +40,12 @@ declare const getV2FundraisingContributors: (query: V2FundraisingContributorsGet
40
40
  nextPage?: number | undefined;
41
41
  };
42
42
  contributors: {
43
- id: number;
44
43
  imageUrl: string;
45
44
  name: string;
46
45
  totalPayAmount: number;
47
46
  totalContributionCount: number;
48
47
  latestContributionDate: string;
48
+ id: number;
49
49
  isActive: boolean;
50
50
  steadyBillingStatus: "none" | "billing" | "discontinued";
51
51
  email?: string | undefined;
@@ -4,12 +4,12 @@ import { ForceDig } from '@readyfor/api-client-base';
4
4
  type V2FundraisingContributorsIdGetOperation = paths["/api/v2/fundraising/contributors/{id}"]["get"];
5
5
  type V2FundraisingContributorsIdGetResponse = V2FundraisingContributorsIdGetOperation["responses"]["200"]["content"]["application/json"];
6
6
  declare const buildV2FundraisingContributorsIdGetFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
7
- id: number;
8
7
  imageUrl: string;
9
8
  email: string;
10
9
  name: string;
11
10
  latestContributionDate: string;
12
11
  totalAmount: number;
12
+ id: number;
13
13
  isActive: boolean;
14
14
  totalCount: number;
15
15
  memo: string;
@@ -25,12 +25,12 @@ type V2FundraisingContributorsIdGetPath = ForceDig<V2FundraisingContributorsIdGe
25
25
  "path"
26
26
  ]>;
27
27
  declare const getV2FundraisingContributorsId: (path: V2FundraisingContributorsIdGetPath, customRequestInit?: RequestInit) => Promise<{
28
- id: number;
29
28
  imageUrl: string;
30
29
  email: string;
31
30
  name: string;
32
31
  latestContributionDate: string;
33
32
  totalAmount: number;
33
+ id: number;
34
34
  isActive: boolean;
35
35
  totalCount: number;
36
36
  memo: string;
@@ -4,12 +4,12 @@ import { ForceDig } from '@readyfor/api-client-base';
4
4
  type V2FundraisingContributorsIdGetOperation = paths["/api/v2/fundraising/contributors/{id}"]["get"];
5
5
  type V2FundraisingContributorsIdGetResponse = V2FundraisingContributorsIdGetOperation["responses"]["200"]["content"]["application/json"];
6
6
  declare const buildV2FundraisingContributorsIdGetFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
7
- id: number;
8
7
  imageUrl: string;
9
8
  email: string;
10
9
  name: string;
11
10
  latestContributionDate: string;
12
11
  totalAmount: number;
12
+ id: number;
13
13
  isActive: boolean;
14
14
  totalCount: number;
15
15
  memo: string;
@@ -25,12 +25,12 @@ type V2FundraisingContributorsIdGetPath = ForceDig<V2FundraisingContributorsIdGe
25
25
  "path"
26
26
  ]>;
27
27
  declare const getV2FundraisingContributorsId: (path: V2FundraisingContributorsIdGetPath, customRequestInit?: RequestInit) => Promise<{
28
- id: number;
29
28
  imageUrl: string;
30
29
  email: string;
31
30
  name: string;
32
31
  latestContributionDate: string;
33
32
  totalAmount: number;
33
+ id: number;
34
34
  isActive: boolean;
35
35
  totalCount: number;
36
36
  memo: string;
@@ -15,11 +15,11 @@ declare const buildV2FundraisingContributorsIdOrdersGetFetcher: (requestInit?: R
15
15
  nextPage?: number | undefined;
16
16
  };
17
17
  orders: {
18
- id: number;
19
18
  amount: number;
19
+ id: number;
20
20
  project: {
21
- id: number;
22
21
  imageUrl: string;
22
+ id: number;
23
23
  title: string;
24
24
  fundingModel: 0 | 1 | 3 | 4;
25
25
  };
@@ -62,11 +62,11 @@ declare const getV2FundraisingContributorsIdOrders: (path: V2FundraisingContribu
62
62
  nextPage?: number | undefined;
63
63
  };
64
64
  orders: {
65
- id: number;
66
65
  amount: number;
66
+ id: number;
67
67
  project: {
68
- id: number;
69
68
  imageUrl: string;
69
+ id: number;
70
70
  title: string;
71
71
  fundingModel: 0 | 1 | 3 | 4;
72
72
  };
@@ -15,11 +15,11 @@ declare const buildV2FundraisingContributorsIdOrdersGetFetcher: (requestInit?: R
15
15
  nextPage?: number | undefined;
16
16
  };
17
17
  orders: {
18
- id: number;
19
18
  amount: number;
19
+ id: number;
20
20
  project: {
21
- id: number;
22
21
  imageUrl: string;
22
+ id: number;
23
23
  title: string;
24
24
  fundingModel: 0 | 1 | 3 | 4;
25
25
  };
@@ -62,11 +62,11 @@ declare const getV2FundraisingContributorsIdOrders: (path: V2FundraisingContribu
62
62
  nextPage?: number | undefined;
63
63
  };
64
64
  orders: {
65
- id: number;
66
65
  amount: number;
66
+ id: number;
67
67
  project: {
68
- id: number;
69
68
  imageUrl: string;
69
+ id: number;
70
70
  title: string;
71
71
  fundingModel: 0 | 1 | 3 | 4;
72
72
  };
@@ -4,16 +4,16 @@ type V2FundraisingContributorsOwnedPublicProjectsGetOperation = paths["/api/v2/f
4
4
  type V2FundraisingContributorsOwnedPublicProjectsGetResponse = V2FundraisingContributorsOwnedPublicProjectsGetOperation["responses"]["200"]["content"]["application/json"];
5
5
  declare const buildV2FundraisingContributorsOwnedPublicProjectsGetFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
6
6
  projects: {
7
- id: number;
8
7
  imageUrl: string;
8
+ id: number;
9
9
  title: string;
10
10
  fundingModel: 0 | 1 | 3 | 4;
11
11
  }[];
12
12
  }>;
13
13
  declare const getV2FundraisingContributorsOwnedPublicProjects: (customRequestInit?: RequestInit) => Promise<{
14
14
  projects: {
15
- id: number;
16
15
  imageUrl: string;
16
+ id: number;
17
17
  title: string;
18
18
  fundingModel: 0 | 1 | 3 | 4;
19
19
  }[];
@@ -4,16 +4,16 @@ type V2FundraisingContributorsOwnedPublicProjectsGetOperation = paths["/api/v2/f
4
4
  type V2FundraisingContributorsOwnedPublicProjectsGetResponse = V2FundraisingContributorsOwnedPublicProjectsGetOperation["responses"]["200"]["content"]["application/json"];
5
5
  declare const buildV2FundraisingContributorsOwnedPublicProjectsGetFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
6
6
  projects: {
7
- id: number;
8
7
  imageUrl: string;
8
+ id: number;
9
9
  title: string;
10
10
  fundingModel: 0 | 1 | 3 | 4;
11
11
  }[];
12
12
  }>;
13
13
  declare const getV2FundraisingContributorsOwnedPublicProjects: (customRequestInit?: RequestInit) => Promise<{
14
14
  projects: {
15
- id: number;
16
15
  imageUrl: string;
16
+ id: number;
17
17
  title: string;
18
18
  fundingModel: 0 | 1 | 3 | 4;
19
19
  }[];
@@ -5,16 +5,16 @@ type V2FundraisingContributorsUsersGetOperation = paths["/api/v2/fundraising/con
5
5
  type V2FundraisingContributorsUsersGetResponse = V2FundraisingContributorsUsersGetOperation["responses"]["200"]["content"]["application/json"];
6
6
  declare const buildV2FundraisingContributorsUsersGetFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
7
7
  users: {
8
- id: number;
9
8
  name: string;
9
+ id: number;
10
10
  imageUrl?: string | undefined;
11
11
  }[];
12
12
  }>;
13
13
  type V2FundraisingContributorsUsersGetQuery = QueryPropsFor<ForceDig<V2FundraisingContributorsUsersGetOperation, ["parameters", "query"]>>;
14
14
  declare const getV2FundraisingContributorsUsers: (query: V2FundraisingContributorsUsersGetQuery, customRequestInit?: RequestInit) => Promise<{
15
15
  users: {
16
- id: number;
17
16
  name: string;
17
+ id: number;
18
18
  imageUrl?: string | undefined;
19
19
  }[];
20
20
  }>;
@@ -5,16 +5,16 @@ type V2FundraisingContributorsUsersGetOperation = paths["/api/v2/fundraising/con
5
5
  type V2FundraisingContributorsUsersGetResponse = V2FundraisingContributorsUsersGetOperation["responses"]["200"]["content"]["application/json"];
6
6
  declare const buildV2FundraisingContributorsUsersGetFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
7
7
  users: {
8
- id: number;
9
8
  name: string;
9
+ id: number;
10
10
  imageUrl?: string | undefined;
11
11
  }[];
12
12
  }>;
13
13
  type V2FundraisingContributorsUsersGetQuery = QueryPropsFor<ForceDig<V2FundraisingContributorsUsersGetOperation, ["parameters", "query"]>>;
14
14
  declare const getV2FundraisingContributorsUsers: (query: V2FundraisingContributorsUsersGetQuery, customRequestInit?: RequestInit) => Promise<{
15
15
  users: {
16
- id: number;
17
16
  name: string;
17
+ id: number;
18
18
  imageUrl?: string | undefined;
19
19
  }[];
20
20
  }>;
@@ -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
- id: number;
10
9
  price: number;
10
+ id: 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
- id: number;
60
59
  price: number;
60
+ id: number;
61
61
  thumbnailUrl: string;
62
62
  project: {
63
63
  id: number;