@readyfor/api-client-readyfor-api 0.320.0-pr1229.d5fbf5d → 0.320.0-pr1230.33c3cc0
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/hooks/index.mjs +90 -90
- package/dist/hooks/useV2ContributionsCheckOrderStatus.mjs +24 -24
- package/dist/hooks/useV2ContributionsCheckOwnerFriend.mjs +24 -24
- package/dist/hooks/useV2ContributionsOrderInfo.mjs +24 -24
- package/dist/hooks/useV2ContributionsPaymentInfo.mjs +24 -24
- package/dist/hooks/useV2ContributionsPaymentMethods.mjs +24 -24
- package/dist/hooks/useV2ContributionsProjectInfo.mjs +24 -24
- package/dist/hooks/useV2ContributionsRecommendedProjects.mjs +24 -24
- package/dist/hooks/useV2ContributionsRecommendedTags.mjs +24 -24
- package/dist/hooks/useV2ContributionsUserInfo.mjs +24 -24
- package/dist/hooks/useV2FundraisingBulkMessagesOwnedPublicProjects.mjs +24 -24
- package/dist/hooks/useV2FundraisingBulkMessagesOwnedPublicProjectsProjectIdRewards.mjs +24 -24
- package/dist/hooks/useV2FundraisingBulkMessagesTargetUsers.mjs +24 -24
- package/dist/hooks/useV2FundraisingBulkMessagesTargetUsersCount.mjs +24 -24
- package/dist/hooks/useV2FundraisingContributors.mjs +24 -24
- package/dist/hooks/useV2FundraisingContributorsCount.mjs +24 -24
- package/dist/hooks/useV2FundraisingContributorsCsvGenerations.mjs +24 -24
- package/dist/hooks/useV2FundraisingContributorsId.mjs +24 -24
- package/dist/hooks/useV2FundraisingContributorsIdOrders.mjs +24 -24
- package/dist/hooks/useV2FundraisingContributorsOwnedPublicProjects.mjs +24 -24
- package/dist/hooks/useV2FundraisingContributorsUsers.mjs +24 -24
- package/dist/hooks/useV2FundraisingOrdersCsvGenerations.mjs +24 -24
- package/dist/hooks/useV2FundraisingProjectsProjectIdOfflineDonation.mjs +24 -24
- package/dist/hooks/useV2FundraisingProjectsProjectIdPaymentSummary.mjs +24 -24
- package/dist/hooks/useV2FundraisingRewards.mjs +24 -24
- package/dist/hooks/useV2FundraisingRewardsAll.mjs +24 -24
- package/dist/hooks/useV2FundraisingRewardsCsvGenerations.mjs +24 -24
- package/dist/hooks/useV2FundraisingRewardsDeliveryStateProgress.mjs +24 -24
- package/dist/hooks/useV2FundraisingRewardsRewardId.mjs +24 -24
- package/dist/hooks/useV2FundraisingSpotCrowdfundingProjectOrders.mjs +24 -24
- package/dist/hooks/useV2FundraisingSpotCrowdfundingProjectOrdersAll.mjs +24 -24
- package/dist/hooks/useV2FundraisingSpotCrowdfundingProjectOrdersOrderId.mjs +24 -24
- package/dist/hooks/useV2FundraisingSpotCrowdfundingProjectOrdersOwnedProjectRewards.mjs +24 -24
- package/dist/hooks/useV2FundraisingSpotCrowdfundingProjectsOwnedPublicProjects.mjs +24 -24
- package/dist/hooks/useV2FundraisingSteadyCrowdfundingOrderTransactionsCsvGenerations.mjs +24 -24
- package/dist/hooks/useV2FundraisingSteadyCrowdfundingOrdersCsvGenerations.mjs +24 -24
- package/dist/hooks/useV2FundraisingSteadyCrowdfundingProjectOrders.mjs +24 -24
- package/dist/hooks/useV2FundraisingSteadyCrowdfundingProjectOrdersAll.mjs +24 -24
- package/dist/hooks/useV2FundraisingSteadyCrowdfundingProjectOrdersOrderId.mjs +24 -24
- package/dist/hooks/useV2FundraisingSteadyCrowdfundingProjectOrdersOwnedProjectRewards.mjs +24 -24
- package/dist/hooks/useV2FundraisingSteadyCrowdfundingProjectsOwnedPublicProjects.mjs +24 -24
- package/dist/hooks/useV2ResourcesBankBranches.mjs +24 -24
- package/dist/hooks/useV2ResourcesBanks.mjs +24 -24
- package/dist/hooks/useV2ResourcesUsers.mjs +24 -24
- package/dist/hooks/useV2Token.mjs +24 -24
- package/dist/index.mjs +82 -82
- package/package.json +4 -4
package/dist/index.mjs
CHANGED
|
@@ -1,16 +1,4 @@
|
|
|
1
1
|
import "./chunk-QB7SAJHO.mjs";
|
|
2
|
-
import {
|
|
3
|
-
buildV2FundraisingSteadyCrowdfundingProjectOrdersOrderIdGetFetcher,
|
|
4
|
-
getV2FundraisingSteadyCrowdfundingProjectOrdersOrderId
|
|
5
|
-
} from "./chunk-QUIVH54W.mjs";
|
|
6
|
-
import {
|
|
7
|
-
buildV2FundraisingSteadyCrowdfundingProjectOrdersOwnedProjectRewardsGetFetcher,
|
|
8
|
-
getV2FundraisingSteadyCrowdfundingProjectOrdersOwnedProjectRewards
|
|
9
|
-
} from "./chunk-VNPKFQAB.mjs";
|
|
10
|
-
import {
|
|
11
|
-
buildV2FundraisingSteadyCrowdfundingProjectsOwnedPublicProjectsGetFetcher,
|
|
12
|
-
getV2FundraisingSteadyCrowdfundingProjectsOwnedPublicProjects
|
|
13
|
-
} from "./chunk-OFGVV2Q2.mjs";
|
|
14
2
|
import {
|
|
15
3
|
buildV2PartnerCommpanyOrdersCsvsOrdersCsvIdGetFetcher,
|
|
16
4
|
getV2PartnerCommpanyOrdersCsvsOrdersCsvId
|
|
@@ -31,22 +19,6 @@ import {
|
|
|
31
19
|
buildV2TokenGetFetcher,
|
|
32
20
|
getV2Token
|
|
33
21
|
} from "./chunk-5H2JETBH.mjs";
|
|
34
|
-
import {
|
|
35
|
-
buildV2FundraisingSteadyCrowdfundingOrderTransactionsCsvGenerationsDeleteFetcher,
|
|
36
|
-
buildV2FundraisingSteadyCrowdfundingOrderTransactionsCsvGenerationsGetFetcher,
|
|
37
|
-
buildV2FundraisingSteadyCrowdfundingOrderTransactionsCsvGenerationsPostFetcher,
|
|
38
|
-
deleteV2FundraisingSteadyCrowdfundingOrderTransactionsCsvGenerations,
|
|
39
|
-
getV2FundraisingSteadyCrowdfundingOrderTransactionsCsvGenerations,
|
|
40
|
-
postV2FundraisingSteadyCrowdfundingOrderTransactionsCsvGenerations
|
|
41
|
-
} from "./chunk-DUIWOORG.mjs";
|
|
42
|
-
import {
|
|
43
|
-
buildV2FundraisingSteadyCrowdfundingOrderTransactionsCsv_1GetFetcher,
|
|
44
|
-
getV2FundraisingSteadyCrowdfundingOrderTransactionsCsv_1
|
|
45
|
-
} from "./chunk-GWALRXOO.mjs";
|
|
46
|
-
import {
|
|
47
|
-
buildV2FundraisingSteadyCrowdfundingOrderTransactionsCsv_2GetFetcher,
|
|
48
|
-
getV2FundraisingSteadyCrowdfundingOrderTransactionsCsv_2
|
|
49
|
-
} from "./chunk-MPR2HWM3.mjs";
|
|
50
22
|
import {
|
|
51
23
|
buildV2FundraisingSteadyCrowdfundingOrdersCsvGenerationsDeleteFetcher,
|
|
52
24
|
buildV2FundraisingSteadyCrowdfundingOrdersCsvGenerationsGetFetcher,
|
|
@@ -72,17 +44,17 @@ import {
|
|
|
72
44
|
getV2FundraisingSteadyCrowdfundingProjectOrdersAll
|
|
73
45
|
} from "./chunk-O47H7HHK.mjs";
|
|
74
46
|
import {
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
} from "./chunk-
|
|
47
|
+
buildV2FundraisingSteadyCrowdfundingProjectOrdersOrderIdGetFetcher,
|
|
48
|
+
getV2FundraisingSteadyCrowdfundingProjectOrdersOrderId
|
|
49
|
+
} from "./chunk-QUIVH54W.mjs";
|
|
78
50
|
import {
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
} from "./chunk-
|
|
51
|
+
buildV2FundraisingSteadyCrowdfundingProjectOrdersOwnedProjectRewardsGetFetcher,
|
|
52
|
+
getV2FundraisingSteadyCrowdfundingProjectOrdersOwnedProjectRewards
|
|
53
|
+
} from "./chunk-VNPKFQAB.mjs";
|
|
82
54
|
import {
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
} from "./chunk-
|
|
55
|
+
buildV2FundraisingSteadyCrowdfundingProjectsOwnedPublicProjectsGetFetcher,
|
|
56
|
+
getV2FundraisingSteadyCrowdfundingProjectsOwnedPublicProjects
|
|
57
|
+
} from "./chunk-OFGVV2Q2.mjs";
|
|
86
58
|
import {
|
|
87
59
|
buildV2FundraisingSpotCrowdfundingProjectOrdersGetFetcher,
|
|
88
60
|
getV2FundraisingSpotCrowdfundingProjectOrders
|
|
@@ -104,17 +76,21 @@ import {
|
|
|
104
76
|
getV2FundraisingSpotCrowdfundingProjectsOwnedPublicProjects
|
|
105
77
|
} from "./chunk-JCHFPWBB.mjs";
|
|
106
78
|
import {
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
79
|
+
buildV2FundraisingSteadyCrowdfundingOrderTransactionsCsvGenerationsDeleteFetcher,
|
|
80
|
+
buildV2FundraisingSteadyCrowdfundingOrderTransactionsCsvGenerationsGetFetcher,
|
|
81
|
+
buildV2FundraisingSteadyCrowdfundingOrderTransactionsCsvGenerationsPostFetcher,
|
|
82
|
+
deleteV2FundraisingSteadyCrowdfundingOrderTransactionsCsvGenerations,
|
|
83
|
+
getV2FundraisingSteadyCrowdfundingOrderTransactionsCsvGenerations,
|
|
84
|
+
postV2FundraisingSteadyCrowdfundingOrderTransactionsCsvGenerations
|
|
85
|
+
} from "./chunk-DUIWOORG.mjs";
|
|
110
86
|
import {
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
} from "./chunk-
|
|
87
|
+
buildV2FundraisingSteadyCrowdfundingOrderTransactionsCsv_1GetFetcher,
|
|
88
|
+
getV2FundraisingSteadyCrowdfundingOrderTransactionsCsv_1
|
|
89
|
+
} from "./chunk-GWALRXOO.mjs";
|
|
114
90
|
import {
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
} from "./chunk-
|
|
91
|
+
buildV2FundraisingSteadyCrowdfundingOrderTransactionsCsv_2GetFetcher,
|
|
92
|
+
getV2FundraisingSteadyCrowdfundingOrderTransactionsCsv_2
|
|
93
|
+
} from "./chunk-MPR2HWM3.mjs";
|
|
118
94
|
import {
|
|
119
95
|
buildV2FundraisingReplyCommentsOrderIdPatchFetcher,
|
|
120
96
|
patchV2FundraisingReplyCommentsOrderId
|
|
@@ -140,17 +116,17 @@ import {
|
|
|
140
116
|
postV2FundraisingRewardsCsvGenerations
|
|
141
117
|
} from "./chunk-PLLIQVXU.mjs";
|
|
142
118
|
import {
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
} from "./chunk-
|
|
119
|
+
buildV2FundraisingRewardsDeliveryStatePatchFetcher,
|
|
120
|
+
patchV2FundraisingRewardsDeliveryState
|
|
121
|
+
} from "./chunk-Y3XW2OUX.mjs";
|
|
146
122
|
import {
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
} from "./chunk-
|
|
123
|
+
buildV2FundraisingRewardsDeliveryStateProgressGetFetcher,
|
|
124
|
+
getV2FundraisingRewardsDeliveryStateProgress
|
|
125
|
+
} from "./chunk-B7YDY6MS.mjs";
|
|
150
126
|
import {
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
} from "./chunk-
|
|
127
|
+
buildV2FundraisingRewardsRewardIdGetFetcher,
|
|
128
|
+
getV2FundraisingRewardsRewardId
|
|
129
|
+
} from "./chunk-42ANUTAQ.mjs";
|
|
154
130
|
import {
|
|
155
131
|
buildV2FundraisingContributorsOwnedPublicProjectsGetFetcher,
|
|
156
132
|
getV2FundraisingContributorsOwnedPublicProjects
|
|
@@ -176,17 +152,17 @@ import {
|
|
|
176
152
|
patchV2FundraisingOrdersRewardDeliveriesOrderRewardId
|
|
177
153
|
} from "./chunk-TNA5UAYR.mjs";
|
|
178
154
|
import {
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
} from "./chunk-
|
|
155
|
+
buildV2FundraisingProjectsProjectIdOfflineDonationGetFetcher,
|
|
156
|
+
getV2FundraisingProjectsProjectIdOfflineDonation
|
|
157
|
+
} from "./chunk-74VVFNPV.mjs";
|
|
182
158
|
import {
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
} from "./chunk-
|
|
159
|
+
buildV2FundraisingProjectsProjectIdOfflineDonationPaymentRecordsCsvGetFetcher,
|
|
160
|
+
getV2FundraisingProjectsProjectIdOfflineDonationPaymentRecordsCsv
|
|
161
|
+
} from "./chunk-HKJRJA6Y.mjs";
|
|
186
162
|
import {
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
} from "./chunk-
|
|
163
|
+
buildV2FundraisingProjectsProjectIdPaymentSummaryGetFetcher,
|
|
164
|
+
getV2FundraisingProjectsProjectIdPaymentSummary
|
|
165
|
+
} from "./chunk-O57F7RFI.mjs";
|
|
190
166
|
import {
|
|
191
167
|
buildV2FundraisingBulkMessagesTargetUsersCountGetFetcher,
|
|
192
168
|
getV2FundraisingBulkMessagesTargetUsersCount
|
|
@@ -212,17 +188,17 @@ import {
|
|
|
212
188
|
postV2FundraisingContributorsCsvGenerations
|
|
213
189
|
} from "./chunk-RQWL7K3E.mjs";
|
|
214
190
|
import {
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
} from "./chunk-
|
|
191
|
+
buildV2FundraisingContributorsIdGetFetcher,
|
|
192
|
+
getV2FundraisingContributorsId
|
|
193
|
+
} from "./chunk-NCUAZPOW.mjs";
|
|
218
194
|
import {
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
} from "./chunk-
|
|
195
|
+
buildV2FundraisingContributorsIdMemoPutFetcher,
|
|
196
|
+
putV2FundraisingContributorsIdMemo
|
|
197
|
+
} from "./chunk-SKJ4FWUX.mjs";
|
|
222
198
|
import {
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
} from "./chunk-
|
|
199
|
+
buildV2FundraisingContributorsIdOrdersGetFetcher,
|
|
200
|
+
getV2FundraisingContributorsIdOrders
|
|
201
|
+
} from "./chunk-FDVAQERE.mjs";
|
|
226
202
|
import {
|
|
227
203
|
buildV2ContributionsUpdateCommentedUserNamePatchFetcher,
|
|
228
204
|
patchV2ContributionsUpdateCommentedUserName
|
|
@@ -244,17 +220,17 @@ import {
|
|
|
244
220
|
postV2ContributionsValidUserDelivery
|
|
245
221
|
} from "./chunk-5PMVVCOP.mjs";
|
|
246
222
|
import {
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
} from "./chunk-
|
|
223
|
+
buildV2FundraisingBulkMessagesOwnedPublicProjectsGetFetcher,
|
|
224
|
+
getV2FundraisingBulkMessagesOwnedPublicProjects
|
|
225
|
+
} from "./chunk-2B3Q3Y7G.mjs";
|
|
250
226
|
import {
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
} from "./chunk-
|
|
227
|
+
buildV2FundraisingBulkMessagesOwnedPublicProjectsProjectIdRewardsGetFetcher,
|
|
228
|
+
getV2FundraisingBulkMessagesOwnedPublicProjectsProjectIdRewards
|
|
229
|
+
} from "./chunk-FBMNTZ2P.mjs";
|
|
254
230
|
import {
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
} from "./chunk-
|
|
231
|
+
buildV2FundraisingBulkMessagesTargetUsersGetFetcher,
|
|
232
|
+
getV2FundraisingBulkMessagesTargetUsers
|
|
233
|
+
} from "./chunk-CZNMXR4K.mjs";
|
|
258
234
|
import {
|
|
259
235
|
buildV2ContributionsPostCommentPostFetcher,
|
|
260
236
|
postV2ContributionsPostComment
|
|
@@ -275,6 +251,18 @@ import {
|
|
|
275
251
|
buildV2ContributionsRecurringCancelContributionPostFetcher,
|
|
276
252
|
postV2ContributionsRecurringCancelContribution
|
|
277
253
|
} from "./chunk-PSZNDH6C.mjs";
|
|
254
|
+
import {
|
|
255
|
+
buildV2ContributionsRecurringChangePaymentInfoPostFetcher,
|
|
256
|
+
postV2ContributionsRecurringChangePaymentInfo
|
|
257
|
+
} from "./chunk-WCO2VC72.mjs";
|
|
258
|
+
import {
|
|
259
|
+
buildV2ContributionsRecurringUpdateUserDeliveryPostFetcher,
|
|
260
|
+
postV2ContributionsRecurringUpdateUserDelivery
|
|
261
|
+
} from "./chunk-NWQZG7VS.mjs";
|
|
262
|
+
import {
|
|
263
|
+
buildV2ContributionsRetryContributionPostFetcher,
|
|
264
|
+
postV2ContributionsRetryContribution
|
|
265
|
+
} from "./chunk-LKK7S55X.mjs";
|
|
278
266
|
import {
|
|
279
267
|
buildV2ContributionsCard3dSecureExecContributionPostFetcher,
|
|
280
268
|
postV2ContributionsCard3dSecureExecContribution
|
|
@@ -295,6 +283,18 @@ import {
|
|
|
295
283
|
buildV2ContributionsExecContributionPostFetcher,
|
|
296
284
|
postV2ContributionsExecContribution
|
|
297
285
|
} from "./chunk-WXY2NP63.mjs";
|
|
286
|
+
import {
|
|
287
|
+
buildV2ContributionsOrderInfoGetFetcher,
|
|
288
|
+
getV2ContributionsOrderInfo
|
|
289
|
+
} from "./chunk-N22G7CMI.mjs";
|
|
290
|
+
import {
|
|
291
|
+
buildV2ContributionsPaymentInfoGetFetcher,
|
|
292
|
+
getV2ContributionsPaymentInfo
|
|
293
|
+
} from "./chunk-5TRLW2IA.mjs";
|
|
294
|
+
import {
|
|
295
|
+
buildV2ContributionsPaymentMethodsGetFetcher,
|
|
296
|
+
getV2ContributionsPaymentMethods
|
|
297
|
+
} from "./chunk-BKQEVYM7.mjs";
|
|
298
298
|
import {
|
|
299
299
|
Common_Error,
|
|
300
300
|
Common_Image,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@readyfor/api-client-readyfor-api",
|
|
3
|
-
"version": "0.320.0-
|
|
3
|
+
"version": "0.320.0-pr1230.33c3cc0",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -32,19 +32,19 @@
|
|
|
32
32
|
"zod": "^3.24.1"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
|
-
"@types/qs": "6.
|
|
35
|
+
"@types/qs": "6.15.0",
|
|
36
36
|
"@types/react": "19.2.14",
|
|
37
37
|
"@types/use-sync-external-store": "1.5.0",
|
|
38
38
|
"react": "19.2.4",
|
|
39
39
|
"swr": "2.4.1",
|
|
40
40
|
"use-sync-external-store": "1.6.0",
|
|
41
|
-
"@readyfor/api-client-base": "0.320.0-
|
|
41
|
+
"@readyfor/api-client-base": "0.320.0-pr1230.33c3cc0"
|
|
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.320.0-
|
|
47
|
+
"@readyfor/api-client-base": "0.320.0-pr1230.33c3cc0"
|
|
48
48
|
},
|
|
49
49
|
"peerDependenciesMeta": {
|
|
50
50
|
"react": {
|