@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.
Files changed (53) hide show
  1. package/dist/components.d.mts +7037 -713
  2. package/dist/components.d.ts +7037 -713
  3. package/dist/fetch/v2ContributionsCard3dSecureExecContribution.d.mts +6 -6
  4. package/dist/fetch/v2ContributionsCard3dSecureExecContribution.d.ts +6 -6
  5. package/dist/fetch/v2ContributionsCard3dSecureRetryContribution.d.mts +6 -6
  6. package/dist/fetch/v2ContributionsCard3dSecureRetryContribution.d.ts +6 -6
  7. package/dist/fetch/v2ContributionsOrderInfo.d.mts +24 -24
  8. package/dist/fetch/v2ContributionsOrderInfo.d.ts +24 -24
  9. package/dist/fetch/v2ContributionsProjectInfo.d.mts +38 -38
  10. package/dist/fetch/v2ContributionsProjectInfo.d.ts +38 -38
  11. package/dist/fetch/v2ContributionsRecommendedProjects.d.mts +6 -6
  12. package/dist/fetch/v2ContributionsRecommendedProjects.d.ts +6 -6
  13. package/dist/fetch/v2ContributionsRecommendedTags.d.mts +2 -2
  14. package/dist/fetch/v2ContributionsRecommendedTags.d.ts +2 -2
  15. package/dist/fetch/v2ContributionsUserInfo.d.mts +24 -24
  16. package/dist/fetch/v2ContributionsUserInfo.d.ts +24 -24
  17. package/dist/fetch/v2FundraisingBulkMessagesTargetUsers.d.mts +4 -4
  18. package/dist/fetch/v2FundraisingBulkMessagesTargetUsers.d.ts +4 -4
  19. package/dist/fetch/v2FundraisingContributors.d.mts +18 -18
  20. package/dist/fetch/v2FundraisingContributors.d.ts +18 -18
  21. package/dist/fetch/v2FundraisingContributorsId.d.mts +12 -12
  22. package/dist/fetch/v2FundraisingContributorsId.d.ts +12 -12
  23. package/dist/fetch/v2FundraisingContributorsIdOrders.d.mts +36 -36
  24. package/dist/fetch/v2FundraisingContributorsIdOrders.d.ts +36 -36
  25. package/dist/fetch/v2FundraisingContributorsOwnedPublicProjects.d.mts +2 -2
  26. package/dist/fetch/v2FundraisingContributorsOwnedPublicProjects.d.ts +2 -2
  27. package/dist/fetch/v2FundraisingContributorsUsers.d.mts +2 -2
  28. package/dist/fetch/v2FundraisingContributorsUsers.d.ts +2 -2
  29. package/dist/fetch/v2FundraisingProjectsProjectIdPaymentSummary.d.mts +12 -12
  30. package/dist/fetch/v2FundraisingProjectsProjectIdPaymentSummary.d.ts +12 -12
  31. package/dist/fetch/v2FundraisingRewards.d.mts +28 -28
  32. package/dist/fetch/v2FundraisingRewards.d.ts +28 -28
  33. package/dist/fetch/v2FundraisingRewardsRewardId.d.mts +20 -20
  34. package/dist/fetch/v2FundraisingRewardsRewardId.d.ts +20 -20
  35. package/dist/fetch/v2FundraisingSpotCrowdfundingProjectOrders.d.mts +48 -48
  36. package/dist/fetch/v2FundraisingSpotCrowdfundingProjectOrders.d.ts +48 -48
  37. package/dist/fetch/v2FundraisingSpotCrowdfundingProjectOrdersAll.d.mts +6 -6
  38. package/dist/fetch/v2FundraisingSpotCrowdfundingProjectOrdersAll.d.ts +6 -6
  39. package/dist/fetch/v2FundraisingSpotCrowdfundingProjectOrdersOrderId.d.mts +60 -60
  40. package/dist/fetch/v2FundraisingSpotCrowdfundingProjectOrdersOrderId.d.ts +60 -60
  41. package/dist/fetch/v2FundraisingSteadyCrowdfundingProjectOrders.d.mts +48 -48
  42. package/dist/fetch/v2FundraisingSteadyCrowdfundingProjectOrders.d.ts +48 -48
  43. package/dist/fetch/v2FundraisingSteadyCrowdfundingProjectOrdersAll.d.mts +6 -6
  44. package/dist/fetch/v2FundraisingSteadyCrowdfundingProjectOrdersAll.d.ts +6 -6
  45. package/dist/fetch/v2FundraisingSteadyCrowdfundingProjectOrdersOrderId.d.mts +98 -98
  46. package/dist/fetch/v2FundraisingSteadyCrowdfundingProjectOrdersOrderId.d.ts +98 -98
  47. package/dist/fetch/v2ResourcesBankBranches.d.mts +4 -4
  48. package/dist/fetch/v2ResourcesBankBranches.d.ts +4 -4
  49. package/dist/fetch/v2ResourcesBanks.d.mts +4 -4
  50. package/dist/fetch/v2ResourcesBanks.d.ts +4 -4
  51. package/dist/fetch/v2ResourcesUsers.d.mts +2 -2
  52. package/dist/fetch/v2ResourcesUsers.d.ts +2 -2
  53. 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-pr1239.f84f17c",
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": "^4.3.6"
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-pr1239.f84f17c"
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-pr1239.f84f17c"
47
+ "@readyfor/api-client-base": "0.328.0"
48
48
  },
49
49
  "peerDependenciesMeta": {
50
50
  "react": {