@readyfor/api-client-readyfor-api 0.156.0-pr911.6160ee9 → 0.156.0-pr911.d0297b9

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/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/v2ContributionsExecContribution.d.mts +2 -2
  8. package/dist/fetch/v2ContributionsExecContribution.d.ts +2 -2
  9. package/dist/fetch/v2ContributionsOrderInfo.d.mts +2 -2
  10. package/dist/fetch/v2ContributionsOrderInfo.d.ts +2 -2
  11. package/dist/fetch/v2ContributionsProjectInfo.d.mts +8 -8
  12. package/dist/fetch/v2ContributionsProjectInfo.d.ts +8 -8
  13. package/dist/fetch/v2ContributionsRetryContribution.d.mts +2 -2
  14. package/dist/fetch/v2ContributionsRetryContribution.d.ts +2 -2
  15. package/dist/fetch/v2FundraisingBulkMessagesTargetUsers.d.mts +2 -2
  16. package/dist/fetch/v2FundraisingBulkMessagesTargetUsers.d.ts +2 -2
  17. package/dist/fetch/v2FundraisingContributors.d.mts +2 -2
  18. package/dist/fetch/v2FundraisingContributors.d.ts +2 -2
  19. package/dist/fetch/v2FundraisingContributorsUsers.d.mts +2 -2
  20. package/dist/fetch/v2FundraisingContributorsUsers.d.ts +2 -2
  21. package/dist/fetch/v2FundraisingRewards.d.mts +2 -2
  22. package/dist/fetch/v2FundraisingRewards.d.ts +2 -2
  23. package/dist/fetch/v2FundraisingRewardsRewardId.d.mts +2 -2
  24. package/dist/fetch/v2FundraisingRewardsRewardId.d.ts +2 -2
  25. package/dist/fetch/v2FundraisingSpotCrowdfundingProjectOrders.d.mts +6 -6
  26. package/dist/fetch/v2FundraisingSpotCrowdfundingProjectOrders.d.ts +6 -6
  27. package/dist/fetch/v2FundraisingSpotCrowdfundingProjectOrdersAll.d.mts +4 -4
  28. package/dist/fetch/v2FundraisingSpotCrowdfundingProjectOrdersAll.d.ts +4 -4
  29. package/dist/fetch/v2FundraisingSpotCrowdfundingProjectOrdersOrderId.d.mts +10 -10
  30. package/dist/fetch/v2FundraisingSpotCrowdfundingProjectOrdersOrderId.d.ts +10 -10
  31. package/dist/fetch/v2FundraisingSteadyCrowdfundingProjectOrders.d.mts +4 -4
  32. package/dist/fetch/v2FundraisingSteadyCrowdfundingProjectOrders.d.ts +4 -4
  33. package/dist/fetch/v2FundraisingSteadyCrowdfundingProjectOrdersAll.d.mts +4 -4
  34. package/dist/fetch/v2FundraisingSteadyCrowdfundingProjectOrdersAll.d.ts +4 -4
  35. package/dist/fetch/v2FundraisingSteadyCrowdfundingProjectOrdersOrderId.d.mts +6 -6
  36. package/dist/fetch/v2FundraisingSteadyCrowdfundingProjectOrdersOrderId.d.ts +6 -6
  37. package/dist/fetch/v2OwnerCrmContributorsOrders.d.mts +2 -2
  38. package/dist/fetch/v2OwnerCrmContributorsOrders.d.ts +2 -2
  39. package/dist/fetch/v2OwnerCrmContributorsProjects.d.mts +2 -2
  40. package/dist/fetch/v2OwnerCrmContributorsProjects.d.ts +2 -2
  41. package/dist/fetch/v2OwnerCrmContributorsUser.d.mts +2 -2
  42. package/dist/fetch/v2OwnerCrmContributorsUser.d.ts +2 -2
  43. package/dist/fetch/v2OwnerCrmRewardDeliveries.d.mts +2 -2
  44. package/dist/fetch/v2OwnerCrmRewardDeliveries.d.ts +2 -2
  45. package/dist/fetch/v2OwnerCrmRewardDeliveriesExOptions.d.mts +2 -2
  46. package/dist/fetch/v2OwnerCrmRewardDeliveriesExOptions.d.ts +2 -2
  47. package/dist/fetch/v2OwnerCrmRewards.d.mts +2 -2
  48. package/dist/fetch/v2OwnerCrmRewards.d.ts +2 -2
  49. package/dist/fetch/v2ResourcesBankBranches.d.mts +2 -2
  50. package/dist/fetch/v2ResourcesBankBranches.d.ts +2 -2
  51. package/dist/fetch/v2ResourcesBanks.d.mts +2 -2
  52. package/dist/fetch/v2ResourcesBanks.d.ts +2 -2
  53. package/package.json +3 -3
@@ -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, requestInit?: 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, requestInit?: 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, requestInit?: 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, requestInit?: 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,7 +4,7 @@ import { ForceDig } from '@readyfor/api-client-base';
4
4
  type V2ContributionsCheckOrderStatusGetOperation = paths["/api/v2/contributions/check_order_status"]["get"];
5
5
  type V2ContributionsCheckOrderStatusGetResponse = V2ContributionsCheckOrderStatusGetOperation["responses"]["200"]["content"]["application/json"];
6
6
  declare const buildV2ContributionsCheckOrderStatusGetFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
7
- paymentStatus: 0 | 2 | 1;
7
+ paymentStatus: 0 | 1 | 2;
8
8
  bankStatus: "ok" | "waiting";
9
9
  cvsStatus: "ok" | "waiting";
10
10
  retryOrderId: number | null;
@@ -15,7 +15,7 @@ type V2ContributionsCheckOrderStatusGetQuery = ForceDig<V2ContributionsCheckOrde
15
15
  "query"
16
16
  ]>;
17
17
  declare const getV2ContributionsCheckOrderStatus: (query: V2ContributionsCheckOrderStatusGetQuery, requestBody: FormData, requestInit?: RequestInit) => Promise<{
18
- paymentStatus: 0 | 2 | 1;
18
+ paymentStatus: 0 | 1 | 2;
19
19
  bankStatus: "ok" | "waiting";
20
20
  cvsStatus: "ok" | "waiting";
21
21
  retryOrderId: number | null;
@@ -4,7 +4,7 @@ import { ForceDig } from '@readyfor/api-client-base';
4
4
  type V2ContributionsCheckOrderStatusGetOperation = paths["/api/v2/contributions/check_order_status"]["get"];
5
5
  type V2ContributionsCheckOrderStatusGetResponse = V2ContributionsCheckOrderStatusGetOperation["responses"]["200"]["content"]["application/json"];
6
6
  declare const buildV2ContributionsCheckOrderStatusGetFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
7
- paymentStatus: 0 | 2 | 1;
7
+ paymentStatus: 0 | 1 | 2;
8
8
  bankStatus: "ok" | "waiting";
9
9
  cvsStatus: "ok" | "waiting";
10
10
  retryOrderId: number | null;
@@ -15,7 +15,7 @@ type V2ContributionsCheckOrderStatusGetQuery = ForceDig<V2ContributionsCheckOrde
15
15
  "query"
16
16
  ]>;
17
17
  declare const getV2ContributionsCheckOrderStatus: (query: V2ContributionsCheckOrderStatusGetQuery, requestBody: FormData, requestInit?: RequestInit) => Promise<{
18
- paymentStatus: 0 | 2 | 1;
18
+ paymentStatus: 0 | 1 | 2;
19
19
  bankStatus: "ok" | "waiting";
20
20
  cvsStatus: "ok" | "waiting";
21
21
  retryOrderId: number | null;
@@ -4,9 +4,9 @@ import { ForceDig } from '@readyfor/api-client-base';
4
4
  type V2ContributionsExecContributionPostOperation = paths["/api/v2/contributions/exec_contribution"]["post"];
5
5
  type V2ContributionsExecContributionPostResponse = V2ContributionsExecContributionPostOperation["responses"]["200"]["content"]["application/json"];
6
6
  declare const buildV2ContributionsExecContributionPostFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
7
+ contributionLimit: number;
7
8
  result: boolean;
8
9
  orderId: number;
9
- contributionLimit: number;
10
10
  contributionAmount: number;
11
11
  bankInfo: {
12
12
  accountType: string;
@@ -47,9 +47,9 @@ type V2ContributionsExecContributionPostRequestBody = ForceDig<V2ContributionsEx
47
47
  "application/json"
48
48
  ]>;
49
49
  declare const postV2ContributionsExecContribution: (headers: V2ContributionsExecContributionPostHeader, query: V2ContributionsExecContributionPostQuery, requestBody: V2ContributionsExecContributionPostRequestBody, requestInit?: RequestInit) => Promise<{
50
+ contributionLimit: number;
50
51
  result: boolean;
51
52
  orderId: number;
52
- contributionLimit: number;
53
53
  contributionAmount: number;
54
54
  bankInfo: {
55
55
  accountType: string;
@@ -4,9 +4,9 @@ import { ForceDig } from '@readyfor/api-client-base';
4
4
  type V2ContributionsExecContributionPostOperation = paths["/api/v2/contributions/exec_contribution"]["post"];
5
5
  type V2ContributionsExecContributionPostResponse = V2ContributionsExecContributionPostOperation["responses"]["200"]["content"]["application/json"];
6
6
  declare const buildV2ContributionsExecContributionPostFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
7
+ contributionLimit: number;
7
8
  result: boolean;
8
9
  orderId: number;
9
- contributionLimit: number;
10
10
  contributionAmount: number;
11
11
  bankInfo: {
12
12
  accountType: string;
@@ -47,9 +47,9 @@ type V2ContributionsExecContributionPostRequestBody = ForceDig<V2ContributionsEx
47
47
  "application/json"
48
48
  ]>;
49
49
  declare const postV2ContributionsExecContribution: (headers: V2ContributionsExecContributionPostHeader, query: V2ContributionsExecContributionPostQuery, requestBody: V2ContributionsExecContributionPostRequestBody, requestInit?: RequestInit) => Promise<{
50
+ contributionLimit: number;
50
51
  result: boolean;
51
52
  orderId: number;
52
- contributionLimit: number;
53
53
  contributionAmount: number;
54
54
  bankInfo: {
55
55
  accountType: 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
  bankInfo: {
20
20
  accountType: string;
21
21
  accountNum: string;
@@ -54,6 +54,7 @@ type V2ContributionsOrderInfoGetQuery = ForceDig<V2ContributionsOrderInfoGetOper
54
54
  declare const getV2ContributionsOrderInfo: (query: V2ContributionsOrderInfoGetQuery, requestBody: FormData, requestInit?: 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
  bankInfo: {
68
68
  accountType: string;
69
69
  accountNum: 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
  bankInfo: {
20
20
  accountType: string;
21
21
  accountNum: string;
@@ -54,6 +54,7 @@ type V2ContributionsOrderInfoGetQuery = ForceDig<V2ContributionsOrderInfoGetOper
54
54
  declare const getV2ContributionsOrderInfo: (query: V2ContributionsOrderInfoGetQuery, requestBody: FormData, requestInit?: 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
  bankInfo: {
68
68
  accountType: string;
69
69
  accountNum: 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
  description: string;
24
23
  image: {
@@ -26,11 +25,12 @@ declare const buildV2ContributionsProjectInfoGetFetcher: (requestInit?: RequestI
26
25
  alt: string;
27
26
  } | null;
28
27
  currentReservedStockCount: number | null;
28
+ contributionLimit: number | null;
29
29
  deliverySchedule: string;
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;
@@ -48,7 +48,7 @@ declare const buildV2ContributionsProjectInfoGetFetcher: (requestInit?: RequestI
48
48
  prettyState: "closed_counting" | "closed_achieved" | "closed_not_achieved" | "open_achieved" | "open_not_achieved" | "not_published";
49
49
  requiredPeopleNum: number | null;
50
50
  remainingDayOrTimeValue: string | null;
51
- paymentMethodRestriction: 0 | 2 | 4 | 6;
51
+ paymentMethodRestriction: 0 | 4 | 2 | 6;
52
52
  supportType: "charity" | "furusato" | "normal";
53
53
  ownerName: string;
54
54
  ownerImage: {
@@ -76,10 +76,9 @@ declare const getV2ContributionsProjectInfo: (query: V2ContributionsProjectInfoG
76
76
  alt: string;
77
77
  };
78
78
  rewards: {
79
- contributionLimit: number | null;
80
- id: number;
81
79
  price: number;
82
80
  stockCount: string;
81
+ id: number;
83
82
  title: string;
84
83
  description: string;
85
84
  image: {
@@ -87,11 +86,12 @@ declare const getV2ContributionsProjectInfo: (query: V2ContributionsProjectInfoG
87
86
  alt: string;
88
87
  } | null;
89
88
  currentReservedStockCount: number | null;
89
+ contributionLimit: number | null;
90
90
  deliverySchedule: string;
91
91
  requireDelivery: boolean;
92
92
  rewardOptions: {
93
- id: number;
94
93
  name: string;
94
+ id: number;
95
95
  inputType: 0 | 5;
96
96
  selections?: {
97
97
  id: number;
@@ -109,7 +109,7 @@ declare const getV2ContributionsProjectInfo: (query: V2ContributionsProjectInfoG
109
109
  prettyState: "closed_counting" | "closed_achieved" | "closed_not_achieved" | "open_achieved" | "open_not_achieved" | "not_published";
110
110
  requiredPeopleNum: number | null;
111
111
  remainingDayOrTimeValue: string | null;
112
- paymentMethodRestriction: 0 | 2 | 4 | 6;
112
+ paymentMethodRestriction: 0 | 4 | 2 | 6;
113
113
  supportType: "charity" | "furusato" | "normal";
114
114
  ownerName: string;
115
115
  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
  description: string;
24
23
  image: {
@@ -26,11 +25,12 @@ declare const buildV2ContributionsProjectInfoGetFetcher: (requestInit?: RequestI
26
25
  alt: string;
27
26
  } | null;
28
27
  currentReservedStockCount: number | null;
28
+ contributionLimit: number | null;
29
29
  deliverySchedule: string;
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;
@@ -48,7 +48,7 @@ declare const buildV2ContributionsProjectInfoGetFetcher: (requestInit?: RequestI
48
48
  prettyState: "closed_counting" | "closed_achieved" | "closed_not_achieved" | "open_achieved" | "open_not_achieved" | "not_published";
49
49
  requiredPeopleNum: number | null;
50
50
  remainingDayOrTimeValue: string | null;
51
- paymentMethodRestriction: 0 | 2 | 4 | 6;
51
+ paymentMethodRestriction: 0 | 4 | 2 | 6;
52
52
  supportType: "charity" | "furusato" | "normal";
53
53
  ownerName: string;
54
54
  ownerImage: {
@@ -76,10 +76,9 @@ declare const getV2ContributionsProjectInfo: (query: V2ContributionsProjectInfoG
76
76
  alt: string;
77
77
  };
78
78
  rewards: {
79
- contributionLimit: number | null;
80
- id: number;
81
79
  price: number;
82
80
  stockCount: string;
81
+ id: number;
83
82
  title: string;
84
83
  description: string;
85
84
  image: {
@@ -87,11 +86,12 @@ declare const getV2ContributionsProjectInfo: (query: V2ContributionsProjectInfoG
87
86
  alt: string;
88
87
  } | null;
89
88
  currentReservedStockCount: number | null;
89
+ contributionLimit: number | null;
90
90
  deliverySchedule: string;
91
91
  requireDelivery: boolean;
92
92
  rewardOptions: {
93
- id: number;
94
93
  name: string;
94
+ id: number;
95
95
  inputType: 0 | 5;
96
96
  selections?: {
97
97
  id: number;
@@ -109,7 +109,7 @@ declare const getV2ContributionsProjectInfo: (query: V2ContributionsProjectInfoG
109
109
  prettyState: "closed_counting" | "closed_achieved" | "closed_not_achieved" | "open_achieved" | "open_not_achieved" | "not_published";
110
110
  requiredPeopleNum: number | null;
111
111
  remainingDayOrTimeValue: string | null;
112
- paymentMethodRestriction: 0 | 2 | 4 | 6;
112
+ paymentMethodRestriction: 0 | 4 | 2 | 6;
113
113
  supportType: "charity" | "furusato" | "normal";
114
114
  ownerName: string;
115
115
  ownerImage: {
@@ -4,9 +4,9 @@ import { ForceDig } from '@readyfor/api-client-base';
4
4
  type V2ContributionsRetryContributionPostOperation = paths["/api/v2/contributions/retry_contribution"]["post"];
5
5
  type V2ContributionsRetryContributionPostResponse = V2ContributionsRetryContributionPostOperation["responses"]["200"]["content"]["application/json"];
6
6
  declare const buildV2ContributionsRetryContributionPostFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
7
+ contributionLimit: number;
7
8
  result: boolean;
8
9
  orderId: number;
9
- contributionLimit: number;
10
10
  contributionAmount: number;
11
11
  bankInfo: {
12
12
  introduction?: string | undefined;
@@ -35,9 +35,9 @@ type V2ContributionsRetryContributionPostRequestBody = ForceDig<V2ContributionsR
35
35
  "application/json"
36
36
  ]>;
37
37
  declare const postV2ContributionsRetryContribution: (headers: V2ContributionsRetryContributionPostHeader, query: V2ContributionsRetryContributionPostQuery, requestBody: V2ContributionsRetryContributionPostRequestBody, requestInit?: RequestInit) => Promise<{
38
+ contributionLimit: number;
38
39
  result: boolean;
39
40
  orderId: number;
40
- contributionLimit: number;
41
41
  contributionAmount: number;
42
42
  bankInfo: {
43
43
  introduction?: string | undefined;
@@ -4,9 +4,9 @@ import { ForceDig } from '@readyfor/api-client-base';
4
4
  type V2ContributionsRetryContributionPostOperation = paths["/api/v2/contributions/retry_contribution"]["post"];
5
5
  type V2ContributionsRetryContributionPostResponse = V2ContributionsRetryContributionPostOperation["responses"]["200"]["content"]["application/json"];
6
6
  declare const buildV2ContributionsRetryContributionPostFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
7
+ contributionLimit: number;
7
8
  result: boolean;
8
9
  orderId: number;
9
- contributionLimit: number;
10
10
  contributionAmount: number;
11
11
  bankInfo: {
12
12
  introduction?: string | undefined;
@@ -35,9 +35,9 @@ type V2ContributionsRetryContributionPostRequestBody = ForceDig<V2ContributionsR
35
35
  "application/json"
36
36
  ]>;
37
37
  declare const postV2ContributionsRetryContribution: (headers: V2ContributionsRetryContributionPostHeader, query: V2ContributionsRetryContributionPostQuery, requestBody: V2ContributionsRetryContributionPostRequestBody, requestInit?: RequestInit) => Promise<{
38
+ contributionLimit: number;
38
39
  result: boolean;
39
40
  orderId: number;
40
- contributionLimit: number;
41
41
  contributionAmount: number;
42
42
  bankInfo: {
43
43
  introduction?: string | undefined;
@@ -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, requestBody: FormData, requestInit?: 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, requestBody: FormData, requestInit?: 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;
@@ -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, requestBody: FormData, requestInit?: 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, requestBody: FormData, requestInit?: 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
  deliveryRate: number;
12
12
  thumbnailUrl: string;
13
13
  orderReward: {
@@ -56,8 +56,8 @@ type V2FundraisingRewardsGetQuery = ForceDig<V2FundraisingRewardsGetOperation, [
56
56
  declare const getV2FundraisingRewards: (query: V2FundraisingRewardsGetQuery, requestBody: FormData, requestInit?: RequestInit) => Promise<{
57
57
  needsDeliveryDeadlineAlert: boolean;
58
58
  rewards: {
59
- id: number;
60
59
  price: number;
60
+ id: number;
61
61
  deliveryRate: number;
62
62
  thumbnailUrl: string;
63
63
  orderReward: {
@@ -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
  deliveryRate: number;
12
12
  thumbnailUrl: string;
13
13
  orderReward: {
@@ -56,8 +56,8 @@ type V2FundraisingRewardsGetQuery = ForceDig<V2FundraisingRewardsGetOperation, [
56
56
  declare const getV2FundraisingRewards: (query: V2FundraisingRewardsGetQuery, requestBody: FormData, requestInit?: RequestInit) => Promise<{
57
57
  needsDeliveryDeadlineAlert: boolean;
58
58
  rewards: {
59
- id: number;
60
59
  price: number;
60
+ id: number;
61
61
  deliveryRate: number;
62
62
  thumbnailUrl: string;
63
63
  orderReward: {
@@ -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
- id: number;
8
7
  price: number;
8
+ id: number;
9
9
  deliveryState: "notStarted" | "completed" | "actionNotNeeded";
10
10
  deliveryRate: number;
11
11
  thumbnailUrl: string;
@@ -40,8 +40,8 @@ type V2FundraisingRewardsRewardIdGetPath = ForceDig<V2FundraisingRewardsRewardId
40
40
  "path"
41
41
  ]>;
42
42
  declare const getV2FundraisingRewardsRewardId: (path: V2FundraisingRewardsRewardIdGetPath, requestBody: FormData, requestInit?: RequestInit) => Promise<{
43
- id: number;
44
43
  price: number;
44
+ id: number;
45
45
  deliveryState: "notStarted" | "completed" | "actionNotNeeded";
46
46
  deliveryRate: number;
47
47
  thumbnailUrl: string;