@readyfor/api-client-readyfor-api 0.320.0-pr1230.33c3cc0 → 0.320.0-pr1230.d5cd902
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 +3 -3
package/dist/index.mjs
CHANGED
|
@@ -1,4 +1,16 @@
|
|
|
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";
|
|
2
14
|
import {
|
|
3
15
|
buildV2PartnerCommpanyOrdersCsvsOrdersCsvIdGetFetcher,
|
|
4
16
|
getV2PartnerCommpanyOrdersCsvsOrdersCsvId
|
|
@@ -19,6 +31,22 @@ import {
|
|
|
19
31
|
buildV2TokenGetFetcher,
|
|
20
32
|
getV2Token
|
|
21
33
|
} 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";
|
|
22
50
|
import {
|
|
23
51
|
buildV2FundraisingSteadyCrowdfundingOrdersCsvGenerationsDeleteFetcher,
|
|
24
52
|
buildV2FundraisingSteadyCrowdfundingOrdersCsvGenerationsGetFetcher,
|
|
@@ -44,17 +72,17 @@ import {
|
|
|
44
72
|
getV2FundraisingSteadyCrowdfundingProjectOrdersAll
|
|
45
73
|
} from "./chunk-O47H7HHK.mjs";
|
|
46
74
|
import {
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
} from "./chunk-
|
|
75
|
+
buildV2FundraisingRewardsDeliveryStatePatchFetcher,
|
|
76
|
+
patchV2FundraisingRewardsDeliveryState
|
|
77
|
+
} from "./chunk-Y3XW2OUX.mjs";
|
|
50
78
|
import {
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
} from "./chunk-
|
|
79
|
+
buildV2FundraisingRewardsDeliveryStateProgressGetFetcher,
|
|
80
|
+
getV2FundraisingRewardsDeliveryStateProgress
|
|
81
|
+
} from "./chunk-B7YDY6MS.mjs";
|
|
54
82
|
import {
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
} from "./chunk-
|
|
83
|
+
buildV2FundraisingRewardsRewardIdGetFetcher,
|
|
84
|
+
getV2FundraisingRewardsRewardId
|
|
85
|
+
} from "./chunk-42ANUTAQ.mjs";
|
|
58
86
|
import {
|
|
59
87
|
buildV2FundraisingSpotCrowdfundingProjectOrdersGetFetcher,
|
|
60
88
|
getV2FundraisingSpotCrowdfundingProjectOrders
|
|
@@ -76,21 +104,17 @@ import {
|
|
|
76
104
|
getV2FundraisingSpotCrowdfundingProjectsOwnedPublicProjects
|
|
77
105
|
} from "./chunk-JCHFPWBB.mjs";
|
|
78
106
|
import {
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
deleteV2FundraisingSteadyCrowdfundingOrderTransactionsCsvGenerations,
|
|
83
|
-
getV2FundraisingSteadyCrowdfundingOrderTransactionsCsvGenerations,
|
|
84
|
-
postV2FundraisingSteadyCrowdfundingOrderTransactionsCsvGenerations
|
|
85
|
-
} from "./chunk-DUIWOORG.mjs";
|
|
107
|
+
buildV2FundraisingProjectsProjectIdOfflineDonationGetFetcher,
|
|
108
|
+
getV2FundraisingProjectsProjectIdOfflineDonation
|
|
109
|
+
} from "./chunk-74VVFNPV.mjs";
|
|
86
110
|
import {
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
} from "./chunk-
|
|
111
|
+
buildV2FundraisingProjectsProjectIdOfflineDonationPaymentRecordsCsvGetFetcher,
|
|
112
|
+
getV2FundraisingProjectsProjectIdOfflineDonationPaymentRecordsCsv
|
|
113
|
+
} from "./chunk-HKJRJA6Y.mjs";
|
|
90
114
|
import {
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
} from "./chunk-
|
|
115
|
+
buildV2FundraisingProjectsProjectIdPaymentSummaryGetFetcher,
|
|
116
|
+
getV2FundraisingProjectsProjectIdPaymentSummary
|
|
117
|
+
} from "./chunk-O57F7RFI.mjs";
|
|
94
118
|
import {
|
|
95
119
|
buildV2FundraisingReplyCommentsOrderIdPatchFetcher,
|
|
96
120
|
patchV2FundraisingReplyCommentsOrderId
|
|
@@ -116,17 +140,17 @@ import {
|
|
|
116
140
|
postV2FundraisingRewardsCsvGenerations
|
|
117
141
|
} from "./chunk-PLLIQVXU.mjs";
|
|
118
142
|
import {
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
} from "./chunk-
|
|
143
|
+
buildV2FundraisingContributorsIdGetFetcher,
|
|
144
|
+
getV2FundraisingContributorsId
|
|
145
|
+
} from "./chunk-NCUAZPOW.mjs";
|
|
122
146
|
import {
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
} from "./chunk-
|
|
147
|
+
buildV2FundraisingContributorsIdMemoPutFetcher,
|
|
148
|
+
putV2FundraisingContributorsIdMemo
|
|
149
|
+
} from "./chunk-SKJ4FWUX.mjs";
|
|
126
150
|
import {
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
} from "./chunk-
|
|
151
|
+
buildV2FundraisingContributorsIdOrdersGetFetcher,
|
|
152
|
+
getV2FundraisingContributorsIdOrders
|
|
153
|
+
} from "./chunk-FDVAQERE.mjs";
|
|
130
154
|
import {
|
|
131
155
|
buildV2FundraisingContributorsOwnedPublicProjectsGetFetcher,
|
|
132
156
|
getV2FundraisingContributorsOwnedPublicProjects
|
|
@@ -152,17 +176,17 @@ import {
|
|
|
152
176
|
patchV2FundraisingOrdersRewardDeliveriesOrderRewardId
|
|
153
177
|
} from "./chunk-TNA5UAYR.mjs";
|
|
154
178
|
import {
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
} from "./chunk-
|
|
179
|
+
buildV2FundraisingBulkMessagesOwnedPublicProjectsGetFetcher,
|
|
180
|
+
getV2FundraisingBulkMessagesOwnedPublicProjects
|
|
181
|
+
} from "./chunk-2B3Q3Y7G.mjs";
|
|
158
182
|
import {
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
} from "./chunk-
|
|
183
|
+
buildV2FundraisingBulkMessagesOwnedPublicProjectsProjectIdRewardsGetFetcher,
|
|
184
|
+
getV2FundraisingBulkMessagesOwnedPublicProjectsProjectIdRewards
|
|
185
|
+
} from "./chunk-FBMNTZ2P.mjs";
|
|
162
186
|
import {
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
} from "./chunk-
|
|
187
|
+
buildV2FundraisingBulkMessagesTargetUsersGetFetcher,
|
|
188
|
+
getV2FundraisingBulkMessagesTargetUsers
|
|
189
|
+
} from "./chunk-CZNMXR4K.mjs";
|
|
166
190
|
import {
|
|
167
191
|
buildV2FundraisingBulkMessagesTargetUsersCountGetFetcher,
|
|
168
192
|
getV2FundraisingBulkMessagesTargetUsersCount
|
|
@@ -188,17 +212,17 @@ import {
|
|
|
188
212
|
postV2FundraisingContributorsCsvGenerations
|
|
189
213
|
} from "./chunk-RQWL7K3E.mjs";
|
|
190
214
|
import {
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
} from "./chunk-
|
|
215
|
+
buildV2ContributionsRecurringChangePaymentInfoPostFetcher,
|
|
216
|
+
postV2ContributionsRecurringChangePaymentInfo
|
|
217
|
+
} from "./chunk-WCO2VC72.mjs";
|
|
194
218
|
import {
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
} from "./chunk-
|
|
219
|
+
buildV2ContributionsRecurringUpdateUserDeliveryPostFetcher,
|
|
220
|
+
postV2ContributionsRecurringUpdateUserDelivery
|
|
221
|
+
} from "./chunk-NWQZG7VS.mjs";
|
|
198
222
|
import {
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
} from "./chunk-
|
|
223
|
+
buildV2ContributionsRetryContributionPostFetcher,
|
|
224
|
+
postV2ContributionsRetryContribution
|
|
225
|
+
} from "./chunk-LKK7S55X.mjs";
|
|
202
226
|
import {
|
|
203
227
|
buildV2ContributionsUpdateCommentedUserNamePatchFetcher,
|
|
204
228
|
patchV2ContributionsUpdateCommentedUserName
|
|
@@ -220,17 +244,17 @@ import {
|
|
|
220
244
|
postV2ContributionsValidUserDelivery
|
|
221
245
|
} from "./chunk-5PMVVCOP.mjs";
|
|
222
246
|
import {
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
} from "./chunk-
|
|
247
|
+
buildV2ContributionsOrderInfoGetFetcher,
|
|
248
|
+
getV2ContributionsOrderInfo
|
|
249
|
+
} from "./chunk-N22G7CMI.mjs";
|
|
226
250
|
import {
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
} from "./chunk-
|
|
251
|
+
buildV2ContributionsPaymentInfoGetFetcher,
|
|
252
|
+
getV2ContributionsPaymentInfo
|
|
253
|
+
} from "./chunk-5TRLW2IA.mjs";
|
|
230
254
|
import {
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
} from "./chunk-
|
|
255
|
+
buildV2ContributionsPaymentMethodsGetFetcher,
|
|
256
|
+
getV2ContributionsPaymentMethods
|
|
257
|
+
} from "./chunk-BKQEVYM7.mjs";
|
|
234
258
|
import {
|
|
235
259
|
buildV2ContributionsPostCommentPostFetcher,
|
|
236
260
|
postV2ContributionsPostComment
|
|
@@ -251,18 +275,6 @@ import {
|
|
|
251
275
|
buildV2ContributionsRecurringCancelContributionPostFetcher,
|
|
252
276
|
postV2ContributionsRecurringCancelContribution
|
|
253
277
|
} 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";
|
|
266
278
|
import {
|
|
267
279
|
buildV2ContributionsCard3dSecureExecContributionPostFetcher,
|
|
268
280
|
postV2ContributionsCard3dSecureExecContribution
|
|
@@ -283,18 +295,6 @@ import {
|
|
|
283
295
|
buildV2ContributionsExecContributionPostFetcher,
|
|
284
296
|
postV2ContributionsExecContribution
|
|
285
297
|
} 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-pr1230.
|
|
3
|
+
"version": "0.320.0-pr1230.d5cd902",
|
|
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.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-pr1230.
|
|
41
|
+
"@readyfor/api-client-base": "0.320.0-pr1230.d5cd902"
|
|
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-pr1230.
|
|
47
|
+
"@readyfor/api-client-base": "0.320.0-pr1230.d5cd902"
|
|
48
48
|
},
|
|
49
49
|
"peerDependenciesMeta": {
|
|
50
50
|
"react": {
|