@readyfor/api-client-readyfor-api 0.271.0-pr1064.56c8b73 → 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.
- package/dist/fetch/v2ContributionsCard3dSecureExecContribution.d.mts +4 -4
- package/dist/fetch/v2ContributionsCard3dSecureExecContribution.d.ts +4 -4
- package/dist/fetch/v2ContributionsCard3dSecureRetryContribution.d.mts +4 -4
- package/dist/fetch/v2ContributionsCard3dSecureRetryContribution.d.ts +4 -4
- package/dist/fetch/v2ContributionsCheckOrderStatus.d.mts +2 -2
- package/dist/fetch/v2ContributionsCheckOrderStatus.d.ts +2 -2
- package/dist/fetch/v2ContributionsOrderInfo.d.mts +2 -2
- package/dist/fetch/v2ContributionsOrderInfo.d.ts +2 -2
- package/dist/fetch/v2ContributionsProjectInfo.d.mts +8 -8
- package/dist/fetch/v2ContributionsProjectInfo.d.ts +8 -8
- package/dist/fetch/v2FundraisingBulkMessagesTargetUsers.d.mts +2 -2
- package/dist/fetch/v2FundraisingBulkMessagesTargetUsers.d.ts +2 -2
- package/dist/fetch/v2FundraisingContributors.d.mts +2 -2
- package/dist/fetch/v2FundraisingContributors.d.ts +2 -2
- package/dist/fetch/v2FundraisingContributorsId.d.mts +2 -2
- package/dist/fetch/v2FundraisingContributorsId.d.ts +2 -2
- package/dist/fetch/v2FundraisingContributorsIdOrders.d.mts +4 -4
- package/dist/fetch/v2FundraisingContributorsIdOrders.d.ts +4 -4
- package/dist/fetch/v2FundraisingContributorsOwnedPublicProjects.d.mts +2 -2
- package/dist/fetch/v2FundraisingContributorsOwnedPublicProjects.d.ts +2 -2
- package/dist/fetch/v2FundraisingContributorsUsers.d.mts +2 -2
- package/dist/fetch/v2FundraisingContributorsUsers.d.ts +2 -2
- package/dist/fetch/v2FundraisingRewards.d.mts +2 -2
- package/dist/fetch/v2FundraisingRewards.d.ts +2 -2
- package/dist/fetch/v2FundraisingRewardsRewardId.d.mts +2 -2
- package/dist/fetch/v2FundraisingRewardsRewardId.d.ts +2 -2
- package/dist/fetch/v2FundraisingSpotCrowdfundingProjectOrders.d.mts +6 -6
- package/dist/fetch/v2FundraisingSpotCrowdfundingProjectOrders.d.ts +6 -6
- package/dist/fetch/v2FundraisingSpotCrowdfundingProjectOrdersAll.d.mts +4 -4
- package/dist/fetch/v2FundraisingSpotCrowdfundingProjectOrdersAll.d.ts +4 -4
- package/dist/fetch/v2FundraisingSpotCrowdfundingProjectOrdersOrderId.d.mts +10 -10
- package/dist/fetch/v2FundraisingSpotCrowdfundingProjectOrdersOrderId.d.ts +10 -10
- package/dist/fetch/v2FundraisingSteadyCrowdfundingProjectOrders.d.mts +8 -8
- package/dist/fetch/v2FundraisingSteadyCrowdfundingProjectOrders.d.ts +8 -8
- package/dist/fetch/v2FundraisingSteadyCrowdfundingProjectOrdersAll.d.mts +4 -4
- package/dist/fetch/v2FundraisingSteadyCrowdfundingProjectOrdersAll.d.ts +4 -4
- package/dist/fetch/v2FundraisingSteadyCrowdfundingProjectOrdersOrderId.d.mts +12 -12
- package/dist/fetch/v2FundraisingSteadyCrowdfundingProjectOrdersOrderId.d.ts +12 -12
- package/dist/fetch/v2OwnerCrmContributorsOrders.d.mts +4 -4
- package/dist/fetch/v2OwnerCrmContributorsOrders.d.ts +4 -4
- package/dist/fetch/v2OwnerCrmContributorsProjects.d.mts +2 -2
- package/dist/fetch/v2OwnerCrmContributorsProjects.d.ts +2 -2
- package/dist/fetch/v2OwnerCrmContributorsUser.d.mts +2 -2
- package/dist/fetch/v2OwnerCrmContributorsUser.d.ts +2 -2
- package/dist/fetch/v2ResourcesBankBranches.d.mts +2 -2
- package/dist/fetch/v2ResourcesBankBranches.d.ts +2 -2
- package/dist/fetch/v2ResourcesBanks.d.mts +2 -2
- package/dist/fetch/v2ResourcesBanks.d.ts +2 -2
- package/package.json +3 -3
|
@@ -4,17 +4,17 @@ import { ForceDig } from '@readyfor/api-client-base';
|
|
|
4
4
|
type V2FundraisingSteadyCrowdfundingProjectOrdersOrderIdGetOperation = paths["/api/v2/fundraising/steady_crowdfunding_project_orders/{order_id}"]["get"];
|
|
5
5
|
type V2FundraisingSteadyCrowdfundingProjectOrdersOrderIdGetResponse = V2FundraisingSteadyCrowdfundingProjectOrdersOrderIdGetOperation["responses"]["200"]["content"]["application/json"];
|
|
6
6
|
declare const buildV2FundraisingSteadyCrowdfundingProjectOrdersOrderIdGetFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
|
|
7
|
+
id: number;
|
|
7
8
|
contributor: {
|
|
9
|
+
id: number;
|
|
8
10
|
imageUrl: string;
|
|
9
11
|
email: string | null;
|
|
10
12
|
name: string;
|
|
11
|
-
id: number;
|
|
12
13
|
isActive: boolean;
|
|
13
14
|
hasValidOrder: boolean;
|
|
14
15
|
};
|
|
15
16
|
createdAt: string;
|
|
16
17
|
amount: number;
|
|
17
|
-
id: number;
|
|
18
18
|
project: {
|
|
19
19
|
id: number;
|
|
20
20
|
title: string;
|
|
@@ -24,10 +24,10 @@ declare const buildV2FundraisingSteadyCrowdfundingProjectOrdersOrderIdGetFetcher
|
|
|
24
24
|
title: string;
|
|
25
25
|
};
|
|
26
26
|
comments: {
|
|
27
|
+
content: string;
|
|
27
28
|
imageUrl: string;
|
|
28
29
|
name: string;
|
|
29
30
|
createdAt: string;
|
|
30
|
-
content: string;
|
|
31
31
|
}[];
|
|
32
32
|
__type?: "FundraisingSteadyCrowdfundingProjectOnetimeOrderId" | undefined;
|
|
33
33
|
delivery?: {
|
|
@@ -43,18 +43,18 @@ declare const buildV2FundraisingSteadyCrowdfundingProjectOrdersOrderIdGetFetcher
|
|
|
43
43
|
}[];
|
|
44
44
|
} | undefined;
|
|
45
45
|
} | {
|
|
46
|
+
id: number;
|
|
46
47
|
contributor: {
|
|
48
|
+
id: number;
|
|
47
49
|
imageUrl: string;
|
|
48
50
|
email: string | null;
|
|
49
51
|
name: string;
|
|
50
|
-
id: number;
|
|
51
52
|
isActive: boolean;
|
|
52
53
|
hasValidOrder: boolean;
|
|
53
54
|
};
|
|
54
55
|
createdAt: string;
|
|
55
56
|
totalAmount: number;
|
|
56
57
|
monthlyAmount: number;
|
|
57
|
-
id: number;
|
|
58
58
|
billingState: "billingContinuing" | "billingDiscontinued" | "waitRetryPayment";
|
|
59
59
|
project: {
|
|
60
60
|
id: number;
|
|
@@ -65,10 +65,10 @@ declare const buildV2FundraisingSteadyCrowdfundingProjectOrdersOrderIdGetFetcher
|
|
|
65
65
|
thumbnailUrl: string;
|
|
66
66
|
};
|
|
67
67
|
comments: {
|
|
68
|
+
content: string;
|
|
68
69
|
imageUrl: string;
|
|
69
70
|
name: string;
|
|
70
71
|
createdAt: string;
|
|
71
|
-
content: string;
|
|
72
72
|
}[];
|
|
73
73
|
recurringMonths: number;
|
|
74
74
|
__type?: "FundraisingSteadyCrowdfundingProjectMonthlyOrderId" | undefined;
|
|
@@ -92,17 +92,17 @@ type V2FundraisingSteadyCrowdfundingProjectOrdersOrderIdGetPath = ForceDig<V2Fun
|
|
|
92
92
|
"path"
|
|
93
93
|
]>;
|
|
94
94
|
declare const getV2FundraisingSteadyCrowdfundingProjectOrdersOrderId: (path: V2FundraisingSteadyCrowdfundingProjectOrdersOrderIdGetPath, customRequestInit?: RequestInit) => Promise<{
|
|
95
|
+
id: number;
|
|
95
96
|
contributor: {
|
|
97
|
+
id: number;
|
|
96
98
|
imageUrl: string;
|
|
97
99
|
email: string | null;
|
|
98
100
|
name: string;
|
|
99
|
-
id: number;
|
|
100
101
|
isActive: boolean;
|
|
101
102
|
hasValidOrder: boolean;
|
|
102
103
|
};
|
|
103
104
|
createdAt: string;
|
|
104
105
|
amount: number;
|
|
105
|
-
id: number;
|
|
106
106
|
project: {
|
|
107
107
|
id: number;
|
|
108
108
|
title: string;
|
|
@@ -112,10 +112,10 @@ declare const getV2FundraisingSteadyCrowdfundingProjectOrdersOrderId: (path: V2F
|
|
|
112
112
|
title: string;
|
|
113
113
|
};
|
|
114
114
|
comments: {
|
|
115
|
+
content: string;
|
|
115
116
|
imageUrl: string;
|
|
116
117
|
name: string;
|
|
117
118
|
createdAt: string;
|
|
118
|
-
content: string;
|
|
119
119
|
}[];
|
|
120
120
|
__type?: "FundraisingSteadyCrowdfundingProjectOnetimeOrderId" | undefined;
|
|
121
121
|
delivery?: {
|
|
@@ -131,18 +131,18 @@ declare const getV2FundraisingSteadyCrowdfundingProjectOrdersOrderId: (path: V2F
|
|
|
131
131
|
}[];
|
|
132
132
|
} | undefined;
|
|
133
133
|
} | {
|
|
134
|
+
id: number;
|
|
134
135
|
contributor: {
|
|
136
|
+
id: number;
|
|
135
137
|
imageUrl: string;
|
|
136
138
|
email: string | null;
|
|
137
139
|
name: string;
|
|
138
|
-
id: number;
|
|
139
140
|
isActive: boolean;
|
|
140
141
|
hasValidOrder: boolean;
|
|
141
142
|
};
|
|
142
143
|
createdAt: string;
|
|
143
144
|
totalAmount: number;
|
|
144
145
|
monthlyAmount: number;
|
|
145
|
-
id: number;
|
|
146
146
|
billingState: "billingContinuing" | "billingDiscontinued" | "waitRetryPayment";
|
|
147
147
|
project: {
|
|
148
148
|
id: number;
|
|
@@ -153,10 +153,10 @@ declare const getV2FundraisingSteadyCrowdfundingProjectOrdersOrderId: (path: V2F
|
|
|
153
153
|
thumbnailUrl: string;
|
|
154
154
|
};
|
|
155
155
|
comments: {
|
|
156
|
+
content: string;
|
|
156
157
|
imageUrl: string;
|
|
157
158
|
name: string;
|
|
158
159
|
createdAt: string;
|
|
159
|
-
content: string;
|
|
160
160
|
}[];
|
|
161
161
|
recurringMonths: number;
|
|
162
162
|
__type?: "FundraisingSteadyCrowdfundingProjectMonthlyOrderId" | undefined;
|
|
@@ -4,17 +4,17 @@ import { ForceDig } from '@readyfor/api-client-base';
|
|
|
4
4
|
type V2FundraisingSteadyCrowdfundingProjectOrdersOrderIdGetOperation = paths["/api/v2/fundraising/steady_crowdfunding_project_orders/{order_id}"]["get"];
|
|
5
5
|
type V2FundraisingSteadyCrowdfundingProjectOrdersOrderIdGetResponse = V2FundraisingSteadyCrowdfundingProjectOrdersOrderIdGetOperation["responses"]["200"]["content"]["application/json"];
|
|
6
6
|
declare const buildV2FundraisingSteadyCrowdfundingProjectOrdersOrderIdGetFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
|
|
7
|
+
id: number;
|
|
7
8
|
contributor: {
|
|
9
|
+
id: number;
|
|
8
10
|
imageUrl: string;
|
|
9
11
|
email: string | null;
|
|
10
12
|
name: string;
|
|
11
|
-
id: number;
|
|
12
13
|
isActive: boolean;
|
|
13
14
|
hasValidOrder: boolean;
|
|
14
15
|
};
|
|
15
16
|
createdAt: string;
|
|
16
17
|
amount: number;
|
|
17
|
-
id: number;
|
|
18
18
|
project: {
|
|
19
19
|
id: number;
|
|
20
20
|
title: string;
|
|
@@ -24,10 +24,10 @@ declare const buildV2FundraisingSteadyCrowdfundingProjectOrdersOrderIdGetFetcher
|
|
|
24
24
|
title: string;
|
|
25
25
|
};
|
|
26
26
|
comments: {
|
|
27
|
+
content: string;
|
|
27
28
|
imageUrl: string;
|
|
28
29
|
name: string;
|
|
29
30
|
createdAt: string;
|
|
30
|
-
content: string;
|
|
31
31
|
}[];
|
|
32
32
|
__type?: "FundraisingSteadyCrowdfundingProjectOnetimeOrderId" | undefined;
|
|
33
33
|
delivery?: {
|
|
@@ -43,18 +43,18 @@ declare const buildV2FundraisingSteadyCrowdfundingProjectOrdersOrderIdGetFetcher
|
|
|
43
43
|
}[];
|
|
44
44
|
} | undefined;
|
|
45
45
|
} | {
|
|
46
|
+
id: number;
|
|
46
47
|
contributor: {
|
|
48
|
+
id: number;
|
|
47
49
|
imageUrl: string;
|
|
48
50
|
email: string | null;
|
|
49
51
|
name: string;
|
|
50
|
-
id: number;
|
|
51
52
|
isActive: boolean;
|
|
52
53
|
hasValidOrder: boolean;
|
|
53
54
|
};
|
|
54
55
|
createdAt: string;
|
|
55
56
|
totalAmount: number;
|
|
56
57
|
monthlyAmount: number;
|
|
57
|
-
id: number;
|
|
58
58
|
billingState: "billingContinuing" | "billingDiscontinued" | "waitRetryPayment";
|
|
59
59
|
project: {
|
|
60
60
|
id: number;
|
|
@@ -65,10 +65,10 @@ declare const buildV2FundraisingSteadyCrowdfundingProjectOrdersOrderIdGetFetcher
|
|
|
65
65
|
thumbnailUrl: string;
|
|
66
66
|
};
|
|
67
67
|
comments: {
|
|
68
|
+
content: string;
|
|
68
69
|
imageUrl: string;
|
|
69
70
|
name: string;
|
|
70
71
|
createdAt: string;
|
|
71
|
-
content: string;
|
|
72
72
|
}[];
|
|
73
73
|
recurringMonths: number;
|
|
74
74
|
__type?: "FundraisingSteadyCrowdfundingProjectMonthlyOrderId" | undefined;
|
|
@@ -92,17 +92,17 @@ type V2FundraisingSteadyCrowdfundingProjectOrdersOrderIdGetPath = ForceDig<V2Fun
|
|
|
92
92
|
"path"
|
|
93
93
|
]>;
|
|
94
94
|
declare const getV2FundraisingSteadyCrowdfundingProjectOrdersOrderId: (path: V2FundraisingSteadyCrowdfundingProjectOrdersOrderIdGetPath, customRequestInit?: RequestInit) => Promise<{
|
|
95
|
+
id: number;
|
|
95
96
|
contributor: {
|
|
97
|
+
id: number;
|
|
96
98
|
imageUrl: string;
|
|
97
99
|
email: string | null;
|
|
98
100
|
name: string;
|
|
99
|
-
id: number;
|
|
100
101
|
isActive: boolean;
|
|
101
102
|
hasValidOrder: boolean;
|
|
102
103
|
};
|
|
103
104
|
createdAt: string;
|
|
104
105
|
amount: number;
|
|
105
|
-
id: number;
|
|
106
106
|
project: {
|
|
107
107
|
id: number;
|
|
108
108
|
title: string;
|
|
@@ -112,10 +112,10 @@ declare const getV2FundraisingSteadyCrowdfundingProjectOrdersOrderId: (path: V2F
|
|
|
112
112
|
title: string;
|
|
113
113
|
};
|
|
114
114
|
comments: {
|
|
115
|
+
content: string;
|
|
115
116
|
imageUrl: string;
|
|
116
117
|
name: string;
|
|
117
118
|
createdAt: string;
|
|
118
|
-
content: string;
|
|
119
119
|
}[];
|
|
120
120
|
__type?: "FundraisingSteadyCrowdfundingProjectOnetimeOrderId" | undefined;
|
|
121
121
|
delivery?: {
|
|
@@ -131,18 +131,18 @@ declare const getV2FundraisingSteadyCrowdfundingProjectOrdersOrderId: (path: V2F
|
|
|
131
131
|
}[];
|
|
132
132
|
} | undefined;
|
|
133
133
|
} | {
|
|
134
|
+
id: number;
|
|
134
135
|
contributor: {
|
|
136
|
+
id: number;
|
|
135
137
|
imageUrl: string;
|
|
136
138
|
email: string | null;
|
|
137
139
|
name: string;
|
|
138
|
-
id: number;
|
|
139
140
|
isActive: boolean;
|
|
140
141
|
hasValidOrder: boolean;
|
|
141
142
|
};
|
|
142
143
|
createdAt: string;
|
|
143
144
|
totalAmount: number;
|
|
144
145
|
monthlyAmount: number;
|
|
145
|
-
id: number;
|
|
146
146
|
billingState: "billingContinuing" | "billingDiscontinued" | "waitRetryPayment";
|
|
147
147
|
project: {
|
|
148
148
|
id: number;
|
|
@@ -153,10 +153,10 @@ declare const getV2FundraisingSteadyCrowdfundingProjectOrdersOrderId: (path: V2F
|
|
|
153
153
|
thumbnailUrl: string;
|
|
154
154
|
};
|
|
155
155
|
comments: {
|
|
156
|
+
content: string;
|
|
156
157
|
imageUrl: string;
|
|
157
158
|
name: string;
|
|
158
159
|
createdAt: string;
|
|
159
|
-
content: string;
|
|
160
160
|
}[];
|
|
161
161
|
recurringMonths: number;
|
|
162
162
|
__type?: "FundraisingSteadyCrowdfundingProjectMonthlyOrderId" | undefined;
|
|
@@ -15,11 +15,11 @@ declare const buildV2OwnerCrmContributorsOrdersGetFetcher: (requestInit?: Reques
|
|
|
15
15
|
nextPage?: number | undefined;
|
|
16
16
|
};
|
|
17
17
|
orders: {
|
|
18
|
-
amount: number;
|
|
19
18
|
id: number;
|
|
19
|
+
amount: number;
|
|
20
20
|
project: {
|
|
21
|
-
imageUrl: string;
|
|
22
21
|
id: number;
|
|
22
|
+
imageUrl: string;
|
|
23
23
|
title: string;
|
|
24
24
|
fundingModel: 0 | 1 | 3 | 4;
|
|
25
25
|
};
|
|
@@ -58,11 +58,11 @@ declare const getV2OwnerCrmContributorsOrders: (query: V2OwnerCrmContributorsOrd
|
|
|
58
58
|
nextPage?: number | undefined;
|
|
59
59
|
};
|
|
60
60
|
orders: {
|
|
61
|
-
amount: number;
|
|
62
61
|
id: number;
|
|
62
|
+
amount: number;
|
|
63
63
|
project: {
|
|
64
|
-
imageUrl: string;
|
|
65
64
|
id: number;
|
|
65
|
+
imageUrl: string;
|
|
66
66
|
title: string;
|
|
67
67
|
fundingModel: 0 | 1 | 3 | 4;
|
|
68
68
|
};
|
|
@@ -15,11 +15,11 @@ declare const buildV2OwnerCrmContributorsOrdersGetFetcher: (requestInit?: Reques
|
|
|
15
15
|
nextPage?: number | undefined;
|
|
16
16
|
};
|
|
17
17
|
orders: {
|
|
18
|
-
amount: number;
|
|
19
18
|
id: number;
|
|
19
|
+
amount: number;
|
|
20
20
|
project: {
|
|
21
|
-
imageUrl: string;
|
|
22
21
|
id: number;
|
|
22
|
+
imageUrl: string;
|
|
23
23
|
title: string;
|
|
24
24
|
fundingModel: 0 | 1 | 3 | 4;
|
|
25
25
|
};
|
|
@@ -58,11 +58,11 @@ declare const getV2OwnerCrmContributorsOrders: (query: V2OwnerCrmContributorsOrd
|
|
|
58
58
|
nextPage?: number | undefined;
|
|
59
59
|
};
|
|
60
60
|
orders: {
|
|
61
|
-
amount: number;
|
|
62
61
|
id: number;
|
|
62
|
+
amount: number;
|
|
63
63
|
project: {
|
|
64
|
-
imageUrl: string;
|
|
65
64
|
id: number;
|
|
65
|
+
imageUrl: string;
|
|
66
66
|
title: string;
|
|
67
67
|
fundingModel: 0 | 1 | 3 | 4;
|
|
68
68
|
};
|
|
@@ -5,8 +5,8 @@ type V2OwnerCrmContributorsProjectsGetOperation = paths["/api/v2/owner-crm/contr
|
|
|
5
5
|
type V2OwnerCrmContributorsProjectsGetResponse = V2OwnerCrmContributorsProjectsGetOperation["responses"]["200"]["content"]["application/json"];
|
|
6
6
|
declare const buildV2OwnerCrmContributorsProjectsGetFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
|
|
7
7
|
projects: {
|
|
8
|
-
imageUrl: string;
|
|
9
8
|
id: number;
|
|
9
|
+
imageUrl: string;
|
|
10
10
|
title: string;
|
|
11
11
|
fundingModel: 0 | 1 | 3 | 4;
|
|
12
12
|
}[];
|
|
@@ -17,8 +17,8 @@ type V2OwnerCrmContributorsProjectsGetQuery = ForceDig<V2OwnerCrmContributorsPro
|
|
|
17
17
|
]>;
|
|
18
18
|
declare const getV2OwnerCrmContributorsProjects: (query: V2OwnerCrmContributorsProjectsGetQuery, customRequestInit?: RequestInit) => Promise<{
|
|
19
19
|
projects: {
|
|
20
|
-
imageUrl: string;
|
|
21
20
|
id: number;
|
|
21
|
+
imageUrl: string;
|
|
22
22
|
title: string;
|
|
23
23
|
fundingModel: 0 | 1 | 3 | 4;
|
|
24
24
|
}[];
|
|
@@ -5,8 +5,8 @@ type V2OwnerCrmContributorsProjectsGetOperation = paths["/api/v2/owner-crm/contr
|
|
|
5
5
|
type V2OwnerCrmContributorsProjectsGetResponse = V2OwnerCrmContributorsProjectsGetOperation["responses"]["200"]["content"]["application/json"];
|
|
6
6
|
declare const buildV2OwnerCrmContributorsProjectsGetFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
|
|
7
7
|
projects: {
|
|
8
|
-
imageUrl: string;
|
|
9
8
|
id: number;
|
|
9
|
+
imageUrl: string;
|
|
10
10
|
title: string;
|
|
11
11
|
fundingModel: 0 | 1 | 3 | 4;
|
|
12
12
|
}[];
|
|
@@ -17,8 +17,8 @@ type V2OwnerCrmContributorsProjectsGetQuery = ForceDig<V2OwnerCrmContributorsPro
|
|
|
17
17
|
]>;
|
|
18
18
|
declare const getV2OwnerCrmContributorsProjects: (query: V2OwnerCrmContributorsProjectsGetQuery, customRequestInit?: RequestInit) => Promise<{
|
|
19
19
|
projects: {
|
|
20
|
-
imageUrl: string;
|
|
21
20
|
id: number;
|
|
21
|
+
imageUrl: string;
|
|
22
22
|
title: string;
|
|
23
23
|
fundingModel: 0 | 1 | 3 | 4;
|
|
24
24
|
}[];
|
|
@@ -4,12 +4,12 @@ import { ForceDig } from '@readyfor/api-client-base';
|
|
|
4
4
|
type V2OwnerCrmContributorsUserGetOperation = paths["/api/v2/owner-crm/contributors/user"]["get"];
|
|
5
5
|
type V2OwnerCrmContributorsUserGetResponse = V2OwnerCrmContributorsUserGetOperation["responses"]["200"]["content"]["application/json"];
|
|
6
6
|
declare const buildV2OwnerCrmContributorsUserGetFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
|
|
7
|
+
id: number;
|
|
7
8
|
imageUrl: string;
|
|
8
9
|
email: string;
|
|
9
10
|
name: string;
|
|
10
11
|
latestContributionDate: string;
|
|
11
12
|
totalAmount: number;
|
|
12
|
-
id: number;
|
|
13
13
|
isActive: boolean;
|
|
14
14
|
totalCount: number;
|
|
15
15
|
memo: string;
|
|
@@ -25,12 +25,12 @@ type V2OwnerCrmContributorsUserGetQuery = ForceDig<V2OwnerCrmContributorsUserGet
|
|
|
25
25
|
"query"
|
|
26
26
|
]>;
|
|
27
27
|
declare const getV2OwnerCrmContributorsUser: (query: V2OwnerCrmContributorsUserGetQuery, customRequestInit?: RequestInit) => Promise<{
|
|
28
|
+
id: number;
|
|
28
29
|
imageUrl: string;
|
|
29
30
|
email: string;
|
|
30
31
|
name: string;
|
|
31
32
|
latestContributionDate: string;
|
|
32
33
|
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 V2OwnerCrmContributorsUserGetOperation = paths["/api/v2/owner-crm/contributors/user"]["get"];
|
|
5
5
|
type V2OwnerCrmContributorsUserGetResponse = V2OwnerCrmContributorsUserGetOperation["responses"]["200"]["content"]["application/json"];
|
|
6
6
|
declare const buildV2OwnerCrmContributorsUserGetFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
|
|
7
|
+
id: number;
|
|
7
8
|
imageUrl: string;
|
|
8
9
|
email: string;
|
|
9
10
|
name: string;
|
|
10
11
|
latestContributionDate: string;
|
|
11
12
|
totalAmount: number;
|
|
12
|
-
id: number;
|
|
13
13
|
isActive: boolean;
|
|
14
14
|
totalCount: number;
|
|
15
15
|
memo: string;
|
|
@@ -25,12 +25,12 @@ type V2OwnerCrmContributorsUserGetQuery = ForceDig<V2OwnerCrmContributorsUserGet
|
|
|
25
25
|
"query"
|
|
26
26
|
]>;
|
|
27
27
|
declare const getV2OwnerCrmContributorsUser: (query: V2OwnerCrmContributorsUserGetQuery, customRequestInit?: RequestInit) => Promise<{
|
|
28
|
+
id: number;
|
|
28
29
|
imageUrl: string;
|
|
29
30
|
email: string;
|
|
30
31
|
name: string;
|
|
31
32
|
latestContributionDate: string;
|
|
32
33
|
totalAmount: number;
|
|
33
|
-
id: number;
|
|
34
34
|
isActive: boolean;
|
|
35
35
|
totalCount: number;
|
|
36
36
|
memo: string;
|
|
@@ -5,9 +5,9 @@ type V2ResourcesBankBranchesGetOperation = paths["/api/v2/resources/bank_branche
|
|
|
5
5
|
type V2ResourcesBankBranchesGetResponse = V2ResourcesBankBranchesGetOperation["responses"]["200"]["content"]["application/json"];
|
|
6
6
|
declare const buildV2ResourcesBankBranchesGetFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
|
|
7
7
|
bankBranches?: {
|
|
8
|
-
name: string;
|
|
9
8
|
code: string;
|
|
10
9
|
id: number;
|
|
10
|
+
name: string;
|
|
11
11
|
bankId: number;
|
|
12
12
|
position: number;
|
|
13
13
|
}[] | undefined;
|
|
@@ -18,9 +18,9 @@ type V2ResourcesBankBranchesGetQuery = ForceDig<V2ResourcesBankBranchesGetOperat
|
|
|
18
18
|
]>;
|
|
19
19
|
declare const getV2ResourcesBankBranches: (query: V2ResourcesBankBranchesGetQuery, customRequestInit?: RequestInit) => Promise<{
|
|
20
20
|
bankBranches?: {
|
|
21
|
-
name: string;
|
|
22
21
|
code: string;
|
|
23
22
|
id: number;
|
|
23
|
+
name: string;
|
|
24
24
|
bankId: number;
|
|
25
25
|
position: number;
|
|
26
26
|
}[] | undefined;
|
|
@@ -5,9 +5,9 @@ type V2ResourcesBankBranchesGetOperation = paths["/api/v2/resources/bank_branche
|
|
|
5
5
|
type V2ResourcesBankBranchesGetResponse = V2ResourcesBankBranchesGetOperation["responses"]["200"]["content"]["application/json"];
|
|
6
6
|
declare const buildV2ResourcesBankBranchesGetFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
|
|
7
7
|
bankBranches?: {
|
|
8
|
-
name: string;
|
|
9
8
|
code: string;
|
|
10
9
|
id: number;
|
|
10
|
+
name: string;
|
|
11
11
|
bankId: number;
|
|
12
12
|
position: number;
|
|
13
13
|
}[] | undefined;
|
|
@@ -18,9 +18,9 @@ type V2ResourcesBankBranchesGetQuery = ForceDig<V2ResourcesBankBranchesGetOperat
|
|
|
18
18
|
]>;
|
|
19
19
|
declare const getV2ResourcesBankBranches: (query: V2ResourcesBankBranchesGetQuery, customRequestInit?: RequestInit) => Promise<{
|
|
20
20
|
bankBranches?: {
|
|
21
|
-
name: string;
|
|
22
21
|
code: string;
|
|
23
22
|
id: number;
|
|
23
|
+
name: string;
|
|
24
24
|
bankId: number;
|
|
25
25
|
position: number;
|
|
26
26
|
}[] | undefined;
|
|
@@ -5,9 +5,9 @@ type V2ResourcesBanksGetOperation = paths["/api/v2/resources/banks"]["get"];
|
|
|
5
5
|
type V2ResourcesBanksGetResponse = V2ResourcesBanksGetOperation["responses"]["200"]["content"]["application/json"];
|
|
6
6
|
declare const buildV2ResourcesBanksGetFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
|
|
7
7
|
banks?: {
|
|
8
|
-
name: string;
|
|
9
8
|
code: string;
|
|
10
9
|
id: number;
|
|
10
|
+
name: string;
|
|
11
11
|
}[] | undefined;
|
|
12
12
|
}>;
|
|
13
13
|
type V2ResourcesBanksGetQuery = ForceDig<V2ResourcesBanksGetOperation, [
|
|
@@ -16,9 +16,9 @@ type V2ResourcesBanksGetQuery = ForceDig<V2ResourcesBanksGetOperation, [
|
|
|
16
16
|
]>;
|
|
17
17
|
declare const getV2ResourcesBanks: (query: V2ResourcesBanksGetQuery, customRequestInit?: RequestInit) => Promise<{
|
|
18
18
|
banks?: {
|
|
19
|
-
name: string;
|
|
20
19
|
code: string;
|
|
21
20
|
id: number;
|
|
21
|
+
name: string;
|
|
22
22
|
}[] | undefined;
|
|
23
23
|
}>;
|
|
24
24
|
|
|
@@ -5,9 +5,9 @@ type V2ResourcesBanksGetOperation = paths["/api/v2/resources/banks"]["get"];
|
|
|
5
5
|
type V2ResourcesBanksGetResponse = V2ResourcesBanksGetOperation["responses"]["200"]["content"]["application/json"];
|
|
6
6
|
declare const buildV2ResourcesBanksGetFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
|
|
7
7
|
banks?: {
|
|
8
|
-
name: string;
|
|
9
8
|
code: string;
|
|
10
9
|
id: number;
|
|
10
|
+
name: string;
|
|
11
11
|
}[] | undefined;
|
|
12
12
|
}>;
|
|
13
13
|
type V2ResourcesBanksGetQuery = ForceDig<V2ResourcesBanksGetOperation, [
|
|
@@ -16,9 +16,9 @@ type V2ResourcesBanksGetQuery = ForceDig<V2ResourcesBanksGetOperation, [
|
|
|
16
16
|
]>;
|
|
17
17
|
declare const getV2ResourcesBanks: (query: V2ResourcesBanksGetQuery, customRequestInit?: RequestInit) => Promise<{
|
|
18
18
|
banks?: {
|
|
19
|
-
name: string;
|
|
20
19
|
code: string;
|
|
21
20
|
id: number;
|
|
21
|
+
name: string;
|
|
22
22
|
}[] | undefined;
|
|
23
23
|
}>;
|
|
24
24
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@readyfor/api-client-readyfor-api",
|
|
3
|
-
"version": "0.271.0
|
|
3
|
+
"version": "0.271.0",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -38,13 +38,13 @@
|
|
|
38
38
|
"react": "19.1.1",
|
|
39
39
|
"swr": "2.3.6",
|
|
40
40
|
"use-sync-external-store": "1.5.0",
|
|
41
|
-
"@readyfor/api-client-base": "0.271.0
|
|
41
|
+
"@readyfor/api-client-base": "0.271.0"
|
|
42
42
|
},
|
|
43
43
|
"peerDependencies": {
|
|
44
44
|
"react": ">=18.x <=19.x",
|
|
45
45
|
"swr": "^2.2.5",
|
|
46
46
|
"use-sync-external-store": "^1.2.2",
|
|
47
|
-
"@readyfor/api-client-base": "0.271.0
|
|
47
|
+
"@readyfor/api-client-base": "0.271.0"
|
|
48
48
|
},
|
|
49
49
|
"peerDependenciesMeta": {
|
|
50
50
|
"react": {
|