@readyfor/api-client-readyfor-api 0.271.0 → 0.272.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;
|
|
8
7
|
contributor: {
|
|
9
|
-
id: number;
|
|
10
8
|
imageUrl: string;
|
|
11
9
|
email: string | null;
|
|
12
10
|
name: string;
|
|
11
|
+
id: number;
|
|
13
12
|
isActive: boolean;
|
|
14
13
|
hasValidOrder: boolean;
|
|
15
14
|
};
|
|
16
15
|
createdAt: string;
|
|
17
16
|
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;
|
|
28
27
|
imageUrl: string;
|
|
29
28
|
name: string;
|
|
30
29
|
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;
|
|
47
46
|
contributor: {
|
|
48
|
-
id: number;
|
|
49
47
|
imageUrl: string;
|
|
50
48
|
email: string | null;
|
|
51
49
|
name: string;
|
|
50
|
+
id: number;
|
|
52
51
|
isActive: boolean;
|
|
53
52
|
hasValidOrder: boolean;
|
|
54
53
|
};
|
|
55
54
|
createdAt: string;
|
|
56
55
|
totalAmount: number;
|
|
57
56
|
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;
|
|
69
68
|
imageUrl: string;
|
|
70
69
|
name: string;
|
|
71
70
|
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;
|
|
96
95
|
contributor: {
|
|
97
|
-
id: number;
|
|
98
96
|
imageUrl: string;
|
|
99
97
|
email: string | null;
|
|
100
98
|
name: string;
|
|
99
|
+
id: number;
|
|
101
100
|
isActive: boolean;
|
|
102
101
|
hasValidOrder: boolean;
|
|
103
102
|
};
|
|
104
103
|
createdAt: string;
|
|
105
104
|
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;
|
|
116
115
|
imageUrl: string;
|
|
117
116
|
name: string;
|
|
118
117
|
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;
|
|
135
134
|
contributor: {
|
|
136
|
-
id: number;
|
|
137
135
|
imageUrl: string;
|
|
138
136
|
email: string | null;
|
|
139
137
|
name: string;
|
|
138
|
+
id: number;
|
|
140
139
|
isActive: boolean;
|
|
141
140
|
hasValidOrder: boolean;
|
|
142
141
|
};
|
|
143
142
|
createdAt: string;
|
|
144
143
|
totalAmount: number;
|
|
145
144
|
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;
|
|
157
156
|
imageUrl: string;
|
|
158
157
|
name: string;
|
|
159
158
|
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;
|
|
8
7
|
contributor: {
|
|
9
|
-
id: number;
|
|
10
8
|
imageUrl: string;
|
|
11
9
|
email: string | null;
|
|
12
10
|
name: string;
|
|
11
|
+
id: number;
|
|
13
12
|
isActive: boolean;
|
|
14
13
|
hasValidOrder: boolean;
|
|
15
14
|
};
|
|
16
15
|
createdAt: string;
|
|
17
16
|
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;
|
|
28
27
|
imageUrl: string;
|
|
29
28
|
name: string;
|
|
30
29
|
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;
|
|
47
46
|
contributor: {
|
|
48
|
-
id: number;
|
|
49
47
|
imageUrl: string;
|
|
50
48
|
email: string | null;
|
|
51
49
|
name: string;
|
|
50
|
+
id: number;
|
|
52
51
|
isActive: boolean;
|
|
53
52
|
hasValidOrder: boolean;
|
|
54
53
|
};
|
|
55
54
|
createdAt: string;
|
|
56
55
|
totalAmount: number;
|
|
57
56
|
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;
|
|
69
68
|
imageUrl: string;
|
|
70
69
|
name: string;
|
|
71
70
|
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;
|
|
96
95
|
contributor: {
|
|
97
|
-
id: number;
|
|
98
96
|
imageUrl: string;
|
|
99
97
|
email: string | null;
|
|
100
98
|
name: string;
|
|
99
|
+
id: number;
|
|
101
100
|
isActive: boolean;
|
|
102
101
|
hasValidOrder: boolean;
|
|
103
102
|
};
|
|
104
103
|
createdAt: string;
|
|
105
104
|
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;
|
|
116
115
|
imageUrl: string;
|
|
117
116
|
name: string;
|
|
118
117
|
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;
|
|
135
134
|
contributor: {
|
|
136
|
-
id: number;
|
|
137
135
|
imageUrl: string;
|
|
138
136
|
email: string | null;
|
|
139
137
|
name: string;
|
|
138
|
+
id: number;
|
|
140
139
|
isActive: boolean;
|
|
141
140
|
hasValidOrder: boolean;
|
|
142
141
|
};
|
|
143
142
|
createdAt: string;
|
|
144
143
|
totalAmount: number;
|
|
145
144
|
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;
|
|
157
156
|
imageUrl: string;
|
|
158
157
|
name: string;
|
|
159
158
|
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
|
-
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
|
};
|
|
@@ -58,11 +58,11 @@ declare const getV2OwnerCrmContributorsOrders: (query: V2OwnerCrmContributorsOrd
|
|
|
58
58
|
nextPage?: number | undefined;
|
|
59
59
|
};
|
|
60
60
|
orders: {
|
|
61
|
-
id: number;
|
|
62
61
|
amount: number;
|
|
62
|
+
id: number;
|
|
63
63
|
project: {
|
|
64
|
-
id: number;
|
|
65
64
|
imageUrl: string;
|
|
65
|
+
id: number;
|
|
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
|
-
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
|
};
|
|
@@ -58,11 +58,11 @@ declare const getV2OwnerCrmContributorsOrders: (query: V2OwnerCrmContributorsOrd
|
|
|
58
58
|
nextPage?: number | undefined;
|
|
59
59
|
};
|
|
60
60
|
orders: {
|
|
61
|
-
id: number;
|
|
62
61
|
amount: number;
|
|
62
|
+
id: number;
|
|
63
63
|
project: {
|
|
64
|
-
id: number;
|
|
65
64
|
imageUrl: string;
|
|
65
|
+
id: number;
|
|
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
|
-
id: number;
|
|
9
8
|
imageUrl: string;
|
|
9
|
+
id: number;
|
|
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
|
-
id: number;
|
|
21
20
|
imageUrl: string;
|
|
21
|
+
id: number;
|
|
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
|
-
id: number;
|
|
9
8
|
imageUrl: string;
|
|
9
|
+
id: number;
|
|
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
|
-
id: number;
|
|
21
20
|
imageUrl: string;
|
|
21
|
+
id: number;
|
|
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;
|
|
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 V2OwnerCrmContributorsUserGetQuery = ForceDig<V2OwnerCrmContributorsUserGet
|
|
|
25
25
|
"query"
|
|
26
26
|
]>;
|
|
27
27
|
declare const getV2OwnerCrmContributorsUser: (query: V2OwnerCrmContributorsUserGetQuery, 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 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;
|
|
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 V2OwnerCrmContributorsUserGetQuery = ForceDig<V2OwnerCrmContributorsUserGet
|
|
|
25
25
|
"query"
|
|
26
26
|
]>;
|
|
27
27
|
declare const getV2OwnerCrmContributorsUser: (query: V2OwnerCrmContributorsUserGetQuery, 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;
|
|
@@ -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;
|
|
8
9
|
code: string;
|
|
9
10
|
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;
|
|
21
22
|
code: string;
|
|
22
23
|
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;
|
|
8
9
|
code: string;
|
|
9
10
|
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;
|
|
21
22
|
code: string;
|
|
22
23
|
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;
|
|
8
9
|
code: string;
|
|
9
10
|
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;
|
|
19
20
|
code: string;
|
|
20
21
|
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;
|
|
8
9
|
code: string;
|
|
9
10
|
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;
|
|
19
20
|
code: string;
|
|
20
21
|
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.
|
|
3
|
+
"version": "0.272.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.
|
|
41
|
+
"@readyfor/api-client-base": "0.272.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.
|
|
47
|
+
"@readyfor/api-client-base": "0.272.0"
|
|
48
48
|
},
|
|
49
49
|
"peerDependenciesMeta": {
|
|
50
50
|
"react": {
|