@readyfor/api-client-readyfor-api 0.328.0-pr1239.f84f17c → 0.328.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/components.d.mts +7037 -713
- package/dist/components.d.ts +7037 -713
- package/dist/fetch/v2ContributionsCard3dSecureExecContribution.d.mts +6 -6
- package/dist/fetch/v2ContributionsCard3dSecureExecContribution.d.ts +6 -6
- package/dist/fetch/v2ContributionsCard3dSecureRetryContribution.d.mts +6 -6
- package/dist/fetch/v2ContributionsCard3dSecureRetryContribution.d.ts +6 -6
- package/dist/fetch/v2ContributionsOrderInfo.d.mts +24 -24
- package/dist/fetch/v2ContributionsOrderInfo.d.ts +24 -24
- package/dist/fetch/v2ContributionsProjectInfo.d.mts +38 -38
- package/dist/fetch/v2ContributionsProjectInfo.d.ts +38 -38
- package/dist/fetch/v2ContributionsRecommendedProjects.d.mts +6 -6
- package/dist/fetch/v2ContributionsRecommendedProjects.d.ts +6 -6
- package/dist/fetch/v2ContributionsRecommendedTags.d.mts +2 -2
- package/dist/fetch/v2ContributionsRecommendedTags.d.ts +2 -2
- package/dist/fetch/v2ContributionsUserInfo.d.mts +24 -24
- package/dist/fetch/v2ContributionsUserInfo.d.ts +24 -24
- package/dist/fetch/v2FundraisingBulkMessagesTargetUsers.d.mts +4 -4
- package/dist/fetch/v2FundraisingBulkMessagesTargetUsers.d.ts +4 -4
- package/dist/fetch/v2FundraisingContributors.d.mts +18 -18
- package/dist/fetch/v2FundraisingContributors.d.ts +18 -18
- package/dist/fetch/v2FundraisingContributorsId.d.mts +12 -12
- package/dist/fetch/v2FundraisingContributorsId.d.ts +12 -12
- package/dist/fetch/v2FundraisingContributorsIdOrders.d.mts +36 -36
- package/dist/fetch/v2FundraisingContributorsIdOrders.d.ts +36 -36
- 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/v2FundraisingProjectsProjectIdPaymentSummary.d.mts +12 -12
- package/dist/fetch/v2FundraisingProjectsProjectIdPaymentSummary.d.ts +12 -12
- package/dist/fetch/v2FundraisingRewards.d.mts +28 -28
- package/dist/fetch/v2FundraisingRewards.d.ts +28 -28
- package/dist/fetch/v2FundraisingRewardsRewardId.d.mts +20 -20
- package/dist/fetch/v2FundraisingRewardsRewardId.d.ts +20 -20
- package/dist/fetch/v2FundraisingSpotCrowdfundingProjectOrders.d.mts +48 -48
- package/dist/fetch/v2FundraisingSpotCrowdfundingProjectOrders.d.ts +48 -48
- package/dist/fetch/v2FundraisingSpotCrowdfundingProjectOrdersAll.d.mts +6 -6
- package/dist/fetch/v2FundraisingSpotCrowdfundingProjectOrdersAll.d.ts +6 -6
- package/dist/fetch/v2FundraisingSpotCrowdfundingProjectOrdersOrderId.d.mts +60 -60
- package/dist/fetch/v2FundraisingSpotCrowdfundingProjectOrdersOrderId.d.ts +60 -60
- package/dist/fetch/v2FundraisingSteadyCrowdfundingProjectOrders.d.mts +48 -48
- package/dist/fetch/v2FundraisingSteadyCrowdfundingProjectOrders.d.ts +48 -48
- package/dist/fetch/v2FundraisingSteadyCrowdfundingProjectOrdersAll.d.mts +6 -6
- package/dist/fetch/v2FundraisingSteadyCrowdfundingProjectOrdersAll.d.ts +6 -6
- package/dist/fetch/v2FundraisingSteadyCrowdfundingProjectOrdersOrderId.d.mts +98 -98
- package/dist/fetch/v2FundraisingSteadyCrowdfundingProjectOrdersOrderId.d.ts +98 -98
- package/dist/fetch/v2ResourcesBankBranches.d.mts +4 -4
- package/dist/fetch/v2ResourcesBankBranches.d.ts +4 -4
- package/dist/fetch/v2ResourcesBanks.d.mts +4 -4
- package/dist/fetch/v2ResourcesBanks.d.ts +4 -4
- package/dist/fetch/v2ResourcesUsers.d.mts +2 -2
- package/dist/fetch/v2ResourcesUsers.d.ts +2 -2
- package/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@readyfor/api-client-readyfor-api",
|
|
3
|
-
"version": "0.328.0
|
|
3
|
+
"version": "0.328.0",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"qs": "^6.15.0",
|
|
32
|
-
"zod": "^
|
|
32
|
+
"zod": "^3.24.1"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@types/qs": "6.15.0",
|
|
@@ -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.328.0
|
|
41
|
+
"@readyfor/api-client-base": "0.328.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.328.0
|
|
47
|
+
"@readyfor/api-client-base": "0.328.0"
|
|
48
48
|
},
|
|
49
49
|
"peerDependenciesMeta": {
|
|
50
50
|
"react": {
|