@readyfor/api-client-readyfor-api 1.59.0 → 1.60.0-pr1436.8bd973a
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/v2ContributionsCheckOrderStatus.d.ts +1 -1
- package/dist/hooks/useV2ContributionsCheckOrderStatus.d.ts +4 -4
- package/dist/hooks/useV2ContributionsCheckOwnerFriend.d.ts +3 -3
- package/dist/hooks/useV2ContributionsOrderInfo.d.ts +3 -3
- package/dist/hooks/useV2ContributionsPaymentInfo.d.ts +3 -3
- package/dist/hooks/useV2ContributionsPaymentMethods.d.ts +3 -3
- package/dist/hooks/useV2ContributionsProjectInfo.d.ts +3 -3
- package/dist/hooks/useV2ContributionsRecommendedProjects.d.ts +3 -3
- package/dist/hooks/useV2ContributionsRecommendedTags.d.ts +3 -3
- package/dist/hooks/useV2ContributionsSurvey.d.ts +3 -3
- package/dist/hooks/useV2ContributionsUserInfo.d.ts +3 -3
- package/dist/hooks/useV2FundraisingBulkMessagesOwnedPublicProjects.d.ts +3 -3
- package/dist/hooks/useV2FundraisingBulkMessagesOwnedPublicProjectsProjectIdRewards.d.ts +3 -3
- package/dist/hooks/useV2FundraisingBulkMessagesTargetUsers.d.ts +3 -3
- package/dist/hooks/useV2FundraisingBulkMessagesTargetUsersCount.d.ts +3 -3
- package/dist/hooks/useV2FundraisingContributors.d.ts +3 -3
- package/dist/hooks/useV2FundraisingContributorsCount.d.ts +3 -3
- package/dist/hooks/useV2FundraisingContributorsCsvGenerations.d.ts +3 -3
- package/dist/hooks/useV2FundraisingContributorsId.d.ts +3 -3
- package/dist/hooks/useV2FundraisingContributorsIdOrders.d.ts +3 -3
- package/dist/hooks/useV2FundraisingContributorsOwnedPublicProjects.d.ts +3 -3
- package/dist/hooks/useV2FundraisingContributorsUsers.d.ts +3 -3
- package/dist/hooks/useV2FundraisingOrdersCsvGenerations.d.ts +3 -3
- package/dist/hooks/useV2FundraisingProjectsProjectIdOfflineDonation.d.ts +3 -3
- package/dist/hooks/useV2FundraisingProjectsProjectIdPaymentSummary.d.ts +3 -3
- package/dist/hooks/useV2FundraisingRewards.d.ts +3 -3
- package/dist/hooks/useV2FundraisingRewardsAll.d.ts +3 -3
- package/dist/hooks/useV2FundraisingRewardsCsvGenerations.d.ts +3 -3
- package/dist/hooks/useV2FundraisingRewardsDeliveryStateProgress.d.ts +3 -3
- package/dist/hooks/useV2FundraisingRewardsRewardId.d.ts +3 -3
- package/dist/hooks/useV2FundraisingSpotCrowdfundingProjectOrders.d.ts +3 -3
- package/dist/hooks/useV2FundraisingSpotCrowdfundingProjectOrdersAll.d.ts +3 -3
- package/dist/hooks/useV2FundraisingSpotCrowdfundingProjectOrdersOrderId.d.ts +3 -3
- package/dist/hooks/useV2FundraisingSpotCrowdfundingProjectOrdersOwnedProjectRewards.d.ts +3 -3
- package/dist/hooks/useV2FundraisingSpotCrowdfundingProjectsOwnedPublicProjects.d.ts +3 -3
- package/dist/hooks/useV2FundraisingSteadyCrowdfundingOrderTransactionsCsvGenerations.d.ts +3 -3
- package/dist/hooks/useV2FundraisingSteadyCrowdfundingOrdersCsvGenerations.d.ts +3 -3
- package/dist/hooks/useV2FundraisingSteadyCrowdfundingProjectOrders.d.ts +3 -3
- package/dist/hooks/useV2FundraisingSteadyCrowdfundingProjectOrdersAll.d.ts +3 -3
- package/dist/hooks/useV2FundraisingSteadyCrowdfundingProjectOrdersOrderId.d.ts +3 -3
- package/dist/hooks/useV2FundraisingSteadyCrowdfundingProjectOrdersOwnedProjectRewards.d.ts +3 -3
- package/dist/hooks/useV2FundraisingSteadyCrowdfundingProjectsOwnedPublicProjects.d.ts +3 -3
- package/dist/hooks/useV2ResourcesBankBranches.d.ts +3 -3
- package/dist/hooks/useV2ResourcesBanks.d.ts +3 -3
- package/dist/hooks/useV2ResourcesUsers.d.ts +3 -3
- package/dist/hooks/useV2Token.d.ts +3 -3
- package/dist/{index-Cf8dJSN0.d.ts → index-5ZQNjsz1.d.ts} +1 -1
- package/dist/index.d.ts +2 -2
- package/dist/{v2ContributionsCheckOrderStatus-BDolgQxC.d.ts → v2ContributionsCheckOrderStatus-B-fw9P7h.d.ts} +2 -2
- package/package.json +4 -4
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { n as components } from "../schemaType-BRfYydnO.js";
|
|
2
2
|
import { n as V2FundraisingProjectsProjectIdPaymentSummaryGetResponse, t as V2FundraisingProjectsProjectIdPaymentSummaryGetPath } from "../v2FundraisingProjectsProjectIdPaymentSummary-D52M4HXG.js";
|
|
3
|
-
import "../index-
|
|
3
|
+
import "../index-5ZQNjsz1.js";
|
|
4
4
|
import { SWRInfiniteConfiguration, SWRInfiniteKeyLoader } from "swr/infinite";
|
|
5
5
|
import { Arguments } from "swr";
|
|
6
6
|
import { Configuration } from "@readyfor/api-client-base/react";
|
|
@@ -22,7 +22,7 @@ declare const useV2FundraisingProjectsProjectIdPaymentSummary: (path: V2Fundrais
|
|
|
22
22
|
canceled?: components["schemas"]["Fundraising_Project_PaymentSum"];
|
|
23
23
|
}>;
|
|
24
24
|
isValidating: boolean;
|
|
25
|
-
isLoading:
|
|
25
|
+
isLoading: boolean;
|
|
26
26
|
key: string;
|
|
27
27
|
};
|
|
28
28
|
declare const useV2FundraisingProjectsProjectIdPaymentSummaryImmutable: (path: V2FundraisingProjectsProjectIdPaymentSummaryGetPath, swrConfig?: Configuration<V2FundraisingProjectsProjectIdPaymentSummaryGetResponse>) => {
|
|
@@ -42,7 +42,7 @@ declare const useV2FundraisingProjectsProjectIdPaymentSummaryImmutable: (path: V
|
|
|
42
42
|
canceled?: components["schemas"]["Fundraising_Project_PaymentSum"];
|
|
43
43
|
}>;
|
|
44
44
|
isValidating: boolean;
|
|
45
|
-
isLoading:
|
|
45
|
+
isLoading: boolean;
|
|
46
46
|
key: string;
|
|
47
47
|
};
|
|
48
48
|
declare const useV2FundraisingProjectsProjectIdPaymentSummaryInfinite: <Args extends Arguments>(getKey: (keyBuilder: (path: V2FundraisingProjectsProjectIdPaymentSummaryGetPath) => string) => SWRInfiniteKeyLoader<V2FundraisingProjectsProjectIdPaymentSummaryGetResponse, Args>, swrConfig?: SWRInfiniteConfiguration<V2FundraisingProjectsProjectIdPaymentSummaryGetResponse>) => import("swr/infinite").SWRInfiniteResponse<{
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { n as components } from "../schemaType-BRfYydnO.js";
|
|
2
2
|
import { n as V2FundraisingRewardsGetResponse, t as V2FundraisingRewardsGetQuery } from "../v2FundraisingRewards-ByefVYT-.js";
|
|
3
|
-
import "../index-
|
|
3
|
+
import "../index-5ZQNjsz1.js";
|
|
4
4
|
import { SWRInfiniteConfiguration, SWRInfiniteKeyLoader } from "swr/infinite";
|
|
5
5
|
import { Arguments } from "swr";
|
|
6
6
|
import { Configuration } from "@readyfor/api-client-base/react";
|
|
@@ -22,7 +22,7 @@ declare const useV2FundraisingRewards: (query: V2FundraisingRewardsGetQuery, swr
|
|
|
22
22
|
scopedProjectIds: number[];
|
|
23
23
|
}>;
|
|
24
24
|
isValidating: boolean;
|
|
25
|
-
isLoading:
|
|
25
|
+
isLoading: boolean;
|
|
26
26
|
key: string;
|
|
27
27
|
};
|
|
28
28
|
declare const useV2FundraisingRewardsImmutable: (query: V2FundraisingRewardsGetQuery, swrConfig?: Configuration<V2FundraisingRewardsGetResponse>) => {
|
|
@@ -42,7 +42,7 @@ declare const useV2FundraisingRewardsImmutable: (query: V2FundraisingRewardsGetQ
|
|
|
42
42
|
scopedProjectIds: number[];
|
|
43
43
|
}>;
|
|
44
44
|
isValidating: boolean;
|
|
45
|
-
isLoading:
|
|
45
|
+
isLoading: boolean;
|
|
46
46
|
key: string;
|
|
47
47
|
};
|
|
48
48
|
declare const useV2FundraisingRewardsInfinite: <Args extends Arguments>(getKey: (keyBuilder: (query: V2FundraisingRewardsGetQuery) => string) => SWRInfiniteKeyLoader<V2FundraisingRewardsGetResponse, Args>, swrConfig?: SWRInfiniteConfiguration<V2FundraisingRewardsGetResponse>) => import("swr/infinite").SWRInfiniteResponse<{
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { n as components } from "../schemaType-BRfYydnO.js";
|
|
2
2
|
import { n as V2FundraisingRewardsAllGetResponse, t as V2FundraisingRewardsAllGetQuery } from "../v2FundraisingRewardsAll-cQyxLXDC.js";
|
|
3
|
-
import "../index-
|
|
3
|
+
import "../index-5ZQNjsz1.js";
|
|
4
4
|
import { SWRInfiniteConfiguration, SWRInfiniteKeyLoader } from "swr/infinite";
|
|
5
5
|
import { Arguments } from "swr";
|
|
6
6
|
import { Configuration } from "@readyfor/api-client-base/react";
|
|
@@ -14,7 +14,7 @@ declare const useV2FundraisingRewardsAll: (query: V2FundraisingRewardsAllGetQuer
|
|
|
14
14
|
rewards: components["schemas"]["FundraisingRewards_RewardSummary"][];
|
|
15
15
|
}>;
|
|
16
16
|
isValidating: boolean;
|
|
17
|
-
isLoading:
|
|
17
|
+
isLoading: boolean;
|
|
18
18
|
key: string;
|
|
19
19
|
};
|
|
20
20
|
declare const useV2FundraisingRewardsAllImmutable: (query: V2FundraisingRewardsAllGetQuery, swrConfig?: Configuration<V2FundraisingRewardsAllGetResponse>) => {
|
|
@@ -26,7 +26,7 @@ declare const useV2FundraisingRewardsAllImmutable: (query: V2FundraisingRewardsA
|
|
|
26
26
|
rewards: components["schemas"]["FundraisingRewards_RewardSummary"][];
|
|
27
27
|
}>;
|
|
28
28
|
isValidating: boolean;
|
|
29
|
-
isLoading:
|
|
29
|
+
isLoading: boolean;
|
|
30
30
|
key: string;
|
|
31
31
|
};
|
|
32
32
|
declare const useV2FundraisingRewardsAllInfinite: <Args extends Arguments>(getKey: (keyBuilder: (query: V2FundraisingRewardsAllGetQuery) => string) => SWRInfiniteKeyLoader<V2FundraisingRewardsAllGetResponse, Args>, swrConfig?: SWRInfiniteConfiguration<V2FundraisingRewardsAllGetResponse>) => import("swr/infinite").SWRInfiniteResponse<{
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { n as V2FundraisingRewardsCsvGenerationsGetResponse } from "../v2FundraisingRewardsCsvGenerations-BXRfCSoT.js";
|
|
2
|
-
import "../index-
|
|
2
|
+
import "../index-5ZQNjsz1.js";
|
|
3
3
|
import { SWRInfiniteConfiguration, SWRInfiniteKeyLoader } from "swr/infinite";
|
|
4
4
|
import { Arguments } from "swr";
|
|
5
5
|
import { Configuration } from "@readyfor/api-client-base/react";
|
|
@@ -29,7 +29,7 @@ declare const useV2FundraisingRewardsCsvGenerations: (swrConfig?: Configuration<
|
|
|
29
29
|
status: "failed";
|
|
30
30
|
}>;
|
|
31
31
|
isValidating: boolean;
|
|
32
|
-
isLoading:
|
|
32
|
+
isLoading: boolean;
|
|
33
33
|
key: string;
|
|
34
34
|
};
|
|
35
35
|
declare const useV2FundraisingRewardsCsvGenerationsImmutable: (swrConfig?: Configuration<V2FundraisingRewardsCsvGenerationsGetResponse>) => {
|
|
@@ -57,7 +57,7 @@ declare const useV2FundraisingRewardsCsvGenerationsImmutable: (swrConfig?: Confi
|
|
|
57
57
|
status: "failed";
|
|
58
58
|
}>;
|
|
59
59
|
isValidating: boolean;
|
|
60
|
-
isLoading:
|
|
60
|
+
isLoading: boolean;
|
|
61
61
|
key: string;
|
|
62
62
|
};
|
|
63
63
|
declare const useV2FundraisingRewardsCsvGenerationsInfinite: <Args extends Arguments>(getKey: (keyBuilder: () => string) => SWRInfiniteKeyLoader<V2FundraisingRewardsCsvGenerationsGetResponse, Args>, swrConfig?: SWRInfiniteConfiguration<V2FundraisingRewardsCsvGenerationsGetResponse>) => import("swr/infinite").SWRInfiniteResponse<{
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { t as V2FundraisingRewardsDeliveryStateProgressGetResponse } from "../v2FundraisingRewardsDeliveryStateProgress-HTdsRpSJ.js";
|
|
2
|
-
import "../index-
|
|
2
|
+
import "../index-5ZQNjsz1.js";
|
|
3
3
|
import { SWRInfiniteConfiguration, SWRInfiniteKeyLoader } from "swr/infinite";
|
|
4
4
|
import { Arguments } from "swr";
|
|
5
5
|
import { Configuration } from "@readyfor/api-client-base/react";
|
|
@@ -29,7 +29,7 @@ declare const useV2FundraisingRewardsDeliveryStateProgress: (swrConfig?: Configu
|
|
|
29
29
|
status: "failed";
|
|
30
30
|
}>;
|
|
31
31
|
isValidating: boolean;
|
|
32
|
-
isLoading:
|
|
32
|
+
isLoading: boolean;
|
|
33
33
|
key: string;
|
|
34
34
|
};
|
|
35
35
|
declare const useV2FundraisingRewardsDeliveryStateProgressImmutable: (swrConfig?: Configuration<V2FundraisingRewardsDeliveryStateProgressGetResponse>) => {
|
|
@@ -57,7 +57,7 @@ declare const useV2FundraisingRewardsDeliveryStateProgressImmutable: (swrConfig?
|
|
|
57
57
|
status: "failed";
|
|
58
58
|
}>;
|
|
59
59
|
isValidating: boolean;
|
|
60
|
-
isLoading:
|
|
60
|
+
isLoading: boolean;
|
|
61
61
|
key: string;
|
|
62
62
|
};
|
|
63
63
|
declare const useV2FundraisingRewardsDeliveryStateProgressInfinite: <Args extends Arguments>(getKey: (keyBuilder: () => string) => SWRInfiniteKeyLoader<V2FundraisingRewardsDeliveryStateProgressGetResponse, Args>, swrConfig?: SWRInfiniteConfiguration<V2FundraisingRewardsDeliveryStateProgressGetResponse>) => import("swr/infinite").SWRInfiniteResponse<{
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { n as components } from "../schemaType-BRfYydnO.js";
|
|
2
2
|
import { n as V2FundraisingRewardsRewardIdGetResponse, t as V2FundraisingRewardsRewardIdGetPath } from "../v2FundraisingRewardsRewardId-DhUDN6fz.js";
|
|
3
|
-
import "../index-
|
|
3
|
+
import "../index-5ZQNjsz1.js";
|
|
4
4
|
import { SWRInfiniteConfiguration, SWRInfiniteKeyLoader } from "swr/infinite";
|
|
5
5
|
import { Arguments } from "swr";
|
|
6
6
|
import { Configuration } from "@readyfor/api-client-base/react";
|
|
@@ -42,7 +42,7 @@ declare const useV2FundraisingRewardsRewardId: (path: V2FundraisingRewardsReward
|
|
|
42
42
|
project: components["schemas"]["FundraisingRewards_Project"];
|
|
43
43
|
}>;
|
|
44
44
|
isValidating: boolean;
|
|
45
|
-
isLoading:
|
|
45
|
+
isLoading: boolean;
|
|
46
46
|
key: string;
|
|
47
47
|
};
|
|
48
48
|
declare const useV2FundraisingRewardsRewardIdImmutable: (path: V2FundraisingRewardsRewardIdGetPath, swrConfig?: Configuration<V2FundraisingRewardsRewardIdGetResponse>) => {
|
|
@@ -82,7 +82,7 @@ declare const useV2FundraisingRewardsRewardIdImmutable: (path: V2FundraisingRewa
|
|
|
82
82
|
project: components["schemas"]["FundraisingRewards_Project"];
|
|
83
83
|
}>;
|
|
84
84
|
isValidating: boolean;
|
|
85
|
-
isLoading:
|
|
85
|
+
isLoading: boolean;
|
|
86
86
|
key: string;
|
|
87
87
|
};
|
|
88
88
|
declare const useV2FundraisingRewardsRewardIdInfinite: <Args extends Arguments>(getKey: (keyBuilder: (path: V2FundraisingRewardsRewardIdGetPath) => string) => SWRInfiniteKeyLoader<V2FundraisingRewardsRewardIdGetResponse, Args>, swrConfig?: SWRInfiniteConfiguration<V2FundraisingRewardsRewardIdGetResponse>) => import("swr/infinite").SWRInfiniteResponse<{
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { n as components } from "../schemaType-BRfYydnO.js";
|
|
2
2
|
import { n as V2FundraisingSpotCrowdfundingProjectOrdersGetResponse, t as V2FundraisingSpotCrowdfundingProjectOrdersGetQuery } from "../v2FundraisingSpotCrowdfundingProjectOrders-DaWMnGd3.js";
|
|
3
|
-
import "../index-
|
|
3
|
+
import "../index-5ZQNjsz1.js";
|
|
4
4
|
import { SWRInfiniteConfiguration, SWRInfiniteKeyLoader } from "swr/infinite";
|
|
5
5
|
import { Arguments } from "swr";
|
|
6
6
|
import { Configuration } from "@readyfor/api-client-base/react";
|
|
@@ -20,7 +20,7 @@ declare const useV2FundraisingSpotCrowdfundingProjectOrders: (query: V2Fundraisi
|
|
|
20
20
|
needsPaymentDeadlineAlert: boolean;
|
|
21
21
|
}>;
|
|
22
22
|
isValidating: boolean;
|
|
23
|
-
isLoading:
|
|
23
|
+
isLoading: boolean;
|
|
24
24
|
key: string;
|
|
25
25
|
};
|
|
26
26
|
declare const useV2FundraisingSpotCrowdfundingProjectOrdersImmutable: (query: V2FundraisingSpotCrowdfundingProjectOrdersGetQuery, swrConfig?: Configuration<V2FundraisingSpotCrowdfundingProjectOrdersGetResponse>) => {
|
|
@@ -38,7 +38,7 @@ declare const useV2FundraisingSpotCrowdfundingProjectOrdersImmutable: (query: V2
|
|
|
38
38
|
needsPaymentDeadlineAlert: boolean;
|
|
39
39
|
}>;
|
|
40
40
|
isValidating: boolean;
|
|
41
|
-
isLoading:
|
|
41
|
+
isLoading: boolean;
|
|
42
42
|
key: string;
|
|
43
43
|
};
|
|
44
44
|
declare const useV2FundraisingSpotCrowdfundingProjectOrdersInfinite: <Args extends Arguments>(getKey: (keyBuilder: (query: V2FundraisingSpotCrowdfundingProjectOrdersGetQuery) => string) => SWRInfiniteKeyLoader<V2FundraisingSpotCrowdfundingProjectOrdersGetResponse, Args>, swrConfig?: SWRInfiniteConfiguration<V2FundraisingSpotCrowdfundingProjectOrdersGetResponse>) => import("swr/infinite").SWRInfiniteResponse<{
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { n as components } from "../schemaType-BRfYydnO.js";
|
|
2
2
|
import { n as V2FundraisingSpotCrowdfundingProjectOrdersAllGetResponse, t as V2FundraisingSpotCrowdfundingProjectOrdersAllGetQuery } from "../v2FundraisingSpotCrowdfundingProjectOrdersAll-OzFBAZhS.js";
|
|
3
|
-
import "../index-
|
|
3
|
+
import "../index-5ZQNjsz1.js";
|
|
4
4
|
import { SWRInfiniteConfiguration, SWRInfiniteKeyLoader } from "swr/infinite";
|
|
5
5
|
import { Arguments } from "swr";
|
|
6
6
|
import { Configuration } from "@readyfor/api-client-base/react";
|
|
@@ -14,7 +14,7 @@ declare const useV2FundraisingSpotCrowdfundingProjectOrdersAll: (query: V2Fundra
|
|
|
14
14
|
orders: components["schemas"]["FundraisingOrders_SpotCrowdfundingProjectOrderSummary"][];
|
|
15
15
|
}>;
|
|
16
16
|
isValidating: boolean;
|
|
17
|
-
isLoading:
|
|
17
|
+
isLoading: boolean;
|
|
18
18
|
key: string;
|
|
19
19
|
};
|
|
20
20
|
declare const useV2FundraisingSpotCrowdfundingProjectOrdersAllImmutable: (query: V2FundraisingSpotCrowdfundingProjectOrdersAllGetQuery, swrConfig?: Configuration<V2FundraisingSpotCrowdfundingProjectOrdersAllGetResponse>) => {
|
|
@@ -26,7 +26,7 @@ declare const useV2FundraisingSpotCrowdfundingProjectOrdersAllImmutable: (query:
|
|
|
26
26
|
orders: components["schemas"]["FundraisingOrders_SpotCrowdfundingProjectOrderSummary"][];
|
|
27
27
|
}>;
|
|
28
28
|
isValidating: boolean;
|
|
29
|
-
isLoading:
|
|
29
|
+
isLoading: boolean;
|
|
30
30
|
key: string;
|
|
31
31
|
};
|
|
32
32
|
declare const useV2FundraisingSpotCrowdfundingProjectOrdersAllInfinite: <Args extends Arguments>(getKey: (keyBuilder: (query: V2FundraisingSpotCrowdfundingProjectOrdersAllGetQuery) => string) => SWRInfiniteKeyLoader<V2FundraisingSpotCrowdfundingProjectOrdersAllGetResponse, Args>, swrConfig?: SWRInfiniteConfiguration<V2FundraisingSpotCrowdfundingProjectOrdersAllGetResponse>) => import("swr/infinite").SWRInfiniteResponse<{
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { n as components } from "../schemaType-BRfYydnO.js";
|
|
2
2
|
import { n as V2FundraisingSpotCrowdfundingProjectOrdersOrderIdGetResponse, t as V2FundraisingSpotCrowdfundingProjectOrdersOrderIdGetPath } from "../v2FundraisingSpotCrowdfundingProjectOrdersOrderId-mxIhivk6.js";
|
|
3
|
-
import "../index-
|
|
3
|
+
import "../index-5ZQNjsz1.js";
|
|
4
4
|
import { SWRInfiniteConfiguration, SWRInfiniteKeyLoader } from "swr/infinite";
|
|
5
5
|
import { Arguments } from "swr";
|
|
6
6
|
import { Configuration } from "@readyfor/api-client-base/react";
|
|
@@ -38,7 +38,7 @@ declare const useV2FundraisingSpotCrowdfundingProjectOrdersOrderId: (path: V2Fun
|
|
|
38
38
|
paymentDeadline?: string;
|
|
39
39
|
}>;
|
|
40
40
|
isValidating: boolean;
|
|
41
|
-
isLoading:
|
|
41
|
+
isLoading: boolean;
|
|
42
42
|
key: string;
|
|
43
43
|
};
|
|
44
44
|
declare const useV2FundraisingSpotCrowdfundingProjectOrdersOrderIdImmutable: (path: V2FundraisingSpotCrowdfundingProjectOrdersOrderIdGetPath, swrConfig?: Configuration<V2FundraisingSpotCrowdfundingProjectOrdersOrderIdGetResponse>) => {
|
|
@@ -74,7 +74,7 @@ declare const useV2FundraisingSpotCrowdfundingProjectOrdersOrderIdImmutable: (pa
|
|
|
74
74
|
paymentDeadline?: string;
|
|
75
75
|
}>;
|
|
76
76
|
isValidating: boolean;
|
|
77
|
-
isLoading:
|
|
77
|
+
isLoading: boolean;
|
|
78
78
|
key: string;
|
|
79
79
|
};
|
|
80
80
|
declare const useV2FundraisingSpotCrowdfundingProjectOrdersOrderIdInfinite: <Args extends Arguments>(getKey: (keyBuilder: (path: V2FundraisingSpotCrowdfundingProjectOrdersOrderIdGetPath) => string) => SWRInfiniteKeyLoader<V2FundraisingSpotCrowdfundingProjectOrdersOrderIdGetResponse, Args>, swrConfig?: SWRInfiniteConfiguration<V2FundraisingSpotCrowdfundingProjectOrdersOrderIdGetResponse>) => import("swr/infinite").SWRInfiniteResponse<{
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { n as components } from "../schemaType-BRfYydnO.js";
|
|
2
2
|
import { n as V2FundraisingSpotCrowdfundingProjectOrdersOwnedProjectRewardsGetResponse, t as V2FundraisingSpotCrowdfundingProjectOrdersOwnedProjectRewardsGetQuery } from "../v2FundraisingSpotCrowdfundingProjectOrdersOwnedProjectRewards-B30wKy_e.js";
|
|
3
|
-
import "../index-
|
|
3
|
+
import "../index-5ZQNjsz1.js";
|
|
4
4
|
import { SWRInfiniteConfiguration, SWRInfiniteKeyLoader } from "swr/infinite";
|
|
5
5
|
import { Arguments } from "swr";
|
|
6
6
|
import { Configuration } from "@readyfor/api-client-base/react";
|
|
@@ -14,7 +14,7 @@ declare const useV2FundraisingSpotCrowdfundingProjectOrdersOwnedProjectRewards:
|
|
|
14
14
|
rewards: components["schemas"]["FundraisingOrders_SpotCrowdfundingOwnedProjectReward"][];
|
|
15
15
|
}>;
|
|
16
16
|
isValidating: boolean;
|
|
17
|
-
isLoading:
|
|
17
|
+
isLoading: boolean;
|
|
18
18
|
key: string;
|
|
19
19
|
};
|
|
20
20
|
declare const useV2FundraisingSpotCrowdfundingProjectOrdersOwnedProjectRewardsImmutable: (query: V2FundraisingSpotCrowdfundingProjectOrdersOwnedProjectRewardsGetQuery, swrConfig?: Configuration<V2FundraisingSpotCrowdfundingProjectOrdersOwnedProjectRewardsGetResponse>) => {
|
|
@@ -26,7 +26,7 @@ declare const useV2FundraisingSpotCrowdfundingProjectOrdersOwnedProjectRewardsIm
|
|
|
26
26
|
rewards: components["schemas"]["FundraisingOrders_SpotCrowdfundingOwnedProjectReward"][];
|
|
27
27
|
}>;
|
|
28
28
|
isValidating: boolean;
|
|
29
|
-
isLoading:
|
|
29
|
+
isLoading: boolean;
|
|
30
30
|
key: string;
|
|
31
31
|
};
|
|
32
32
|
declare const useV2FundraisingSpotCrowdfundingProjectOrdersOwnedProjectRewardsInfinite: <Args extends Arguments>(getKey: (keyBuilder: (query: V2FundraisingSpotCrowdfundingProjectOrdersOwnedProjectRewardsGetQuery) => string) => SWRInfiniteKeyLoader<V2FundraisingSpotCrowdfundingProjectOrdersOwnedProjectRewardsGetResponse, Args>, swrConfig?: SWRInfiniteConfiguration<V2FundraisingSpotCrowdfundingProjectOrdersOwnedProjectRewardsGetResponse>) => import("swr/infinite").SWRInfiniteResponse<{
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { n as components } from "../schemaType-BRfYydnO.js";
|
|
2
2
|
import { t as V2FundraisingSpotCrowdfundingProjectsOwnedPublicProjectsGetResponse } from "../v2FundraisingSpotCrowdfundingProjectsOwnedPublicProjects-C3_X8Fii.js";
|
|
3
|
-
import "../index-
|
|
3
|
+
import "../index-5ZQNjsz1.js";
|
|
4
4
|
import { SWRInfiniteConfiguration, SWRInfiniteKeyLoader } from "swr/infinite";
|
|
5
5
|
import { Arguments } from "swr";
|
|
6
6
|
import { Configuration } from "@readyfor/api-client-base/react";
|
|
@@ -14,7 +14,7 @@ declare const useV2FundraisingSpotCrowdfundingProjectsOwnedPublicProjects: (swrC
|
|
|
14
14
|
projects: components["schemas"]["Fundraising_OwnedProject"][];
|
|
15
15
|
}>;
|
|
16
16
|
isValidating: boolean;
|
|
17
|
-
isLoading:
|
|
17
|
+
isLoading: boolean;
|
|
18
18
|
key: string;
|
|
19
19
|
};
|
|
20
20
|
declare const useV2FundraisingSpotCrowdfundingProjectsOwnedPublicProjectsImmutable: (swrConfig?: Configuration<V2FundraisingSpotCrowdfundingProjectsOwnedPublicProjectsGetResponse>) => {
|
|
@@ -26,7 +26,7 @@ declare const useV2FundraisingSpotCrowdfundingProjectsOwnedPublicProjectsImmutab
|
|
|
26
26
|
projects: components["schemas"]["Fundraising_OwnedProject"][];
|
|
27
27
|
}>;
|
|
28
28
|
isValidating: boolean;
|
|
29
|
-
isLoading:
|
|
29
|
+
isLoading: boolean;
|
|
30
30
|
key: string;
|
|
31
31
|
};
|
|
32
32
|
declare const useV2FundraisingSpotCrowdfundingProjectsOwnedPublicProjectsInfinite: <Args extends Arguments>(getKey: (keyBuilder: () => string) => SWRInfiniteKeyLoader<V2FundraisingSpotCrowdfundingProjectsOwnedPublicProjectsGetResponse, Args>, swrConfig?: SWRInfiniteConfiguration<V2FundraisingSpotCrowdfundingProjectsOwnedPublicProjectsGetResponse>) => import("swr/infinite").SWRInfiniteResponse<{
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { n as V2FundraisingSteadyCrowdfundingOrderTransactionsCsvGenerationsGetResponse } from "../v2FundraisingSteadyCrowdfundingOrderTransactionsCsvGenerations-CeDKsomr.js";
|
|
2
|
-
import "../index-
|
|
2
|
+
import "../index-5ZQNjsz1.js";
|
|
3
3
|
import { SWRInfiniteConfiguration, SWRInfiniteKeyLoader } from "swr/infinite";
|
|
4
4
|
import { Arguments } from "swr";
|
|
5
5
|
import { Configuration } from "@readyfor/api-client-base/react";
|
|
@@ -29,7 +29,7 @@ declare const useV2FundraisingSteadyCrowdfundingOrderTransactionsCsvGenerations:
|
|
|
29
29
|
status: "failed";
|
|
30
30
|
}>;
|
|
31
31
|
isValidating: boolean;
|
|
32
|
-
isLoading:
|
|
32
|
+
isLoading: boolean;
|
|
33
33
|
key: string;
|
|
34
34
|
};
|
|
35
35
|
declare const useV2FundraisingSteadyCrowdfundingOrderTransactionsCsvGenerationsImmutable: (swrConfig?: Configuration<V2FundraisingSteadyCrowdfundingOrderTransactionsCsvGenerationsGetResponse>) => {
|
|
@@ -57,7 +57,7 @@ declare const useV2FundraisingSteadyCrowdfundingOrderTransactionsCsvGenerationsI
|
|
|
57
57
|
status: "failed";
|
|
58
58
|
}>;
|
|
59
59
|
isValidating: boolean;
|
|
60
|
-
isLoading:
|
|
60
|
+
isLoading: boolean;
|
|
61
61
|
key: string;
|
|
62
62
|
};
|
|
63
63
|
declare const useV2FundraisingSteadyCrowdfundingOrderTransactionsCsvGenerationsInfinite: <Args extends Arguments>(getKey: (keyBuilder: () => string) => SWRInfiniteKeyLoader<V2FundraisingSteadyCrowdfundingOrderTransactionsCsvGenerationsGetResponse, Args>, swrConfig?: SWRInfiniteConfiguration<V2FundraisingSteadyCrowdfundingOrderTransactionsCsvGenerationsGetResponse>) => import("swr/infinite").SWRInfiniteResponse<{
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { n as V2FundraisingSteadyCrowdfundingOrdersCsvGenerationsGetResponse } from "../v2FundraisingSteadyCrowdfundingOrdersCsvGenerations-Bfoprlgf.js";
|
|
2
|
-
import "../index-
|
|
2
|
+
import "../index-5ZQNjsz1.js";
|
|
3
3
|
import { SWRInfiniteConfiguration, SWRInfiniteKeyLoader } from "swr/infinite";
|
|
4
4
|
import { Arguments } from "swr";
|
|
5
5
|
import { Configuration } from "@readyfor/api-client-base/react";
|
|
@@ -29,7 +29,7 @@ declare const useV2FundraisingSteadyCrowdfundingOrdersCsvGenerations: (swrConfig
|
|
|
29
29
|
status: "failed";
|
|
30
30
|
}>;
|
|
31
31
|
isValidating: boolean;
|
|
32
|
-
isLoading:
|
|
32
|
+
isLoading: boolean;
|
|
33
33
|
key: string;
|
|
34
34
|
};
|
|
35
35
|
declare const useV2FundraisingSteadyCrowdfundingOrdersCsvGenerationsImmutable: (swrConfig?: Configuration<V2FundraisingSteadyCrowdfundingOrdersCsvGenerationsGetResponse>) => {
|
|
@@ -57,7 +57,7 @@ declare const useV2FundraisingSteadyCrowdfundingOrdersCsvGenerationsImmutable: (
|
|
|
57
57
|
status: "failed";
|
|
58
58
|
}>;
|
|
59
59
|
isValidating: boolean;
|
|
60
|
-
isLoading:
|
|
60
|
+
isLoading: boolean;
|
|
61
61
|
key: string;
|
|
62
62
|
};
|
|
63
63
|
declare const useV2FundraisingSteadyCrowdfundingOrdersCsvGenerationsInfinite: <Args extends Arguments>(getKey: (keyBuilder: () => string) => SWRInfiniteKeyLoader<V2FundraisingSteadyCrowdfundingOrdersCsvGenerationsGetResponse, Args>, swrConfig?: SWRInfiniteConfiguration<V2FundraisingSteadyCrowdfundingOrdersCsvGenerationsGetResponse>) => import("swr/infinite").SWRInfiniteResponse<{
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { n as components } from "../schemaType-BRfYydnO.js";
|
|
2
2
|
import { n as V2FundraisingSteadyCrowdfundingProjectOrdersGetResponse, t as V2FundraisingSteadyCrowdfundingProjectOrdersGetQuery } from "../v2FundraisingSteadyCrowdfundingProjectOrders-BpcJ-LUF.js";
|
|
3
|
-
import "../index-
|
|
3
|
+
import "../index-5ZQNjsz1.js";
|
|
4
4
|
import { SWRInfiniteConfiguration, SWRInfiniteKeyLoader } from "swr/infinite";
|
|
5
5
|
import { Arguments } from "swr";
|
|
6
6
|
import { Configuration } from "@readyfor/api-client-base/react";
|
|
@@ -18,7 +18,7 @@ declare const useV2FundraisingSteadyCrowdfundingProjectOrders: (query: V2Fundrai
|
|
|
18
18
|
pagination: components["schemas"]["Fundraising_Pagination"];
|
|
19
19
|
}>;
|
|
20
20
|
isValidating: boolean;
|
|
21
|
-
isLoading:
|
|
21
|
+
isLoading: boolean;
|
|
22
22
|
key: string;
|
|
23
23
|
};
|
|
24
24
|
declare const useV2FundraisingSteadyCrowdfundingProjectOrdersImmutable: (query: V2FundraisingSteadyCrowdfundingProjectOrdersGetQuery, swrConfig?: Configuration<V2FundraisingSteadyCrowdfundingProjectOrdersGetResponse>) => {
|
|
@@ -34,7 +34,7 @@ declare const useV2FundraisingSteadyCrowdfundingProjectOrdersImmutable: (query:
|
|
|
34
34
|
pagination: components["schemas"]["Fundraising_Pagination"];
|
|
35
35
|
}>;
|
|
36
36
|
isValidating: boolean;
|
|
37
|
-
isLoading:
|
|
37
|
+
isLoading: boolean;
|
|
38
38
|
key: string;
|
|
39
39
|
};
|
|
40
40
|
declare const useV2FundraisingSteadyCrowdfundingProjectOrdersInfinite: <Args extends Arguments>(getKey: (keyBuilder: (query: V2FundraisingSteadyCrowdfundingProjectOrdersGetQuery) => string) => SWRInfiniteKeyLoader<V2FundraisingSteadyCrowdfundingProjectOrdersGetResponse, Args>, swrConfig?: SWRInfiniteConfiguration<V2FundraisingSteadyCrowdfundingProjectOrdersGetResponse>) => import("swr/infinite").SWRInfiniteResponse<{
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { n as components } from "../schemaType-BRfYydnO.js";
|
|
2
2
|
import { n as V2FundraisingSteadyCrowdfundingProjectOrdersAllGetResponse, t as V2FundraisingSteadyCrowdfundingProjectOrdersAllGetQuery } from "../v2FundraisingSteadyCrowdfundingProjectOrdersAll-DSZc9uem.js";
|
|
3
|
-
import "../index-
|
|
3
|
+
import "../index-5ZQNjsz1.js";
|
|
4
4
|
import { SWRInfiniteConfiguration, SWRInfiniteKeyLoader } from "swr/infinite";
|
|
5
5
|
import { Arguments } from "swr";
|
|
6
6
|
import { Configuration } from "@readyfor/api-client-base/react";
|
|
@@ -14,7 +14,7 @@ declare const useV2FundraisingSteadyCrowdfundingProjectOrdersAll: (query: V2Fund
|
|
|
14
14
|
orders: components["schemas"]["FundraisingOrders_SteadyCrowdfundingProjectOrderSummary"][];
|
|
15
15
|
}>;
|
|
16
16
|
isValidating: boolean;
|
|
17
|
-
isLoading:
|
|
17
|
+
isLoading: boolean;
|
|
18
18
|
key: string;
|
|
19
19
|
};
|
|
20
20
|
declare const useV2FundraisingSteadyCrowdfundingProjectOrdersAllImmutable: (query: V2FundraisingSteadyCrowdfundingProjectOrdersAllGetQuery, swrConfig?: Configuration<V2FundraisingSteadyCrowdfundingProjectOrdersAllGetResponse>) => {
|
|
@@ -26,7 +26,7 @@ declare const useV2FundraisingSteadyCrowdfundingProjectOrdersAllImmutable: (quer
|
|
|
26
26
|
orders: components["schemas"]["FundraisingOrders_SteadyCrowdfundingProjectOrderSummary"][];
|
|
27
27
|
}>;
|
|
28
28
|
isValidating: boolean;
|
|
29
|
-
isLoading:
|
|
29
|
+
isLoading: boolean;
|
|
30
30
|
key: string;
|
|
31
31
|
};
|
|
32
32
|
declare const useV2FundraisingSteadyCrowdfundingProjectOrdersAllInfinite: <Args extends Arguments>(getKey: (keyBuilder: (query: V2FundraisingSteadyCrowdfundingProjectOrdersAllGetQuery) => string) => SWRInfiniteKeyLoader<V2FundraisingSteadyCrowdfundingProjectOrdersAllGetResponse, Args>, swrConfig?: SWRInfiniteConfiguration<V2FundraisingSteadyCrowdfundingProjectOrdersAllGetResponse>) => import("swr/infinite").SWRInfiniteResponse<{
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { n as components } from "../schemaType-BRfYydnO.js";
|
|
2
2
|
import { n as V2FundraisingSteadyCrowdfundingProjectOrdersOrderIdGetResponse, t as V2FundraisingSteadyCrowdfundingProjectOrdersOrderIdGetPath } from "../v2FundraisingSteadyCrowdfundingProjectOrdersOrderId-fIzMzQj9.js";
|
|
3
|
-
import "../index-
|
|
3
|
+
import "../index-5ZQNjsz1.js";
|
|
4
4
|
import { SWRInfiniteConfiguration, SWRInfiniteKeyLoader } from "swr/infinite";
|
|
5
5
|
import { Arguments } from "swr";
|
|
6
6
|
import { Configuration } from "@readyfor/api-client-base/react";
|
|
@@ -98,7 +98,7 @@ declare const useV2FundraisingSteadyCrowdfundingProjectOrdersOrderId: (path: V2F
|
|
|
98
98
|
project: components["schemas"]["Fundraising_OwnedProject"];
|
|
99
99
|
}>;
|
|
100
100
|
isValidating: boolean;
|
|
101
|
-
isLoading:
|
|
101
|
+
isLoading: boolean;
|
|
102
102
|
key: string;
|
|
103
103
|
};
|
|
104
104
|
declare const useV2FundraisingSteadyCrowdfundingProjectOrdersOrderIdImmutable: (path: V2FundraisingSteadyCrowdfundingProjectOrdersOrderIdGetPath, swrConfig?: Configuration<V2FundraisingSteadyCrowdfundingProjectOrdersOrderIdGetResponse>) => {
|
|
@@ -194,7 +194,7 @@ declare const useV2FundraisingSteadyCrowdfundingProjectOrdersOrderIdImmutable: (
|
|
|
194
194
|
project: components["schemas"]["Fundraising_OwnedProject"];
|
|
195
195
|
}>;
|
|
196
196
|
isValidating: boolean;
|
|
197
|
-
isLoading:
|
|
197
|
+
isLoading: boolean;
|
|
198
198
|
key: string;
|
|
199
199
|
};
|
|
200
200
|
declare const useV2FundraisingSteadyCrowdfundingProjectOrdersOrderIdInfinite: <Args extends Arguments>(getKey: (keyBuilder: (path: V2FundraisingSteadyCrowdfundingProjectOrdersOrderIdGetPath) => string) => SWRInfiniteKeyLoader<V2FundraisingSteadyCrowdfundingProjectOrdersOrderIdGetResponse, Args>, swrConfig?: SWRInfiniteConfiguration<V2FundraisingSteadyCrowdfundingProjectOrdersOrderIdGetResponse>) => import("swr/infinite").SWRInfiniteResponse<{
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { n as components } from "../schemaType-BRfYydnO.js";
|
|
2
2
|
import { n as V2FundraisingSteadyCrowdfundingProjectOrdersOwnedProjectRewardsGetResponse, t as V2FundraisingSteadyCrowdfundingProjectOrdersOwnedProjectRewardsGetQuery } from "../v2FundraisingSteadyCrowdfundingProjectOrdersOwnedProjectRewards-C2VQcsJw.js";
|
|
3
|
-
import "../index-
|
|
3
|
+
import "../index-5ZQNjsz1.js";
|
|
4
4
|
import { SWRInfiniteConfiguration, SWRInfiniteKeyLoader } from "swr/infinite";
|
|
5
5
|
import { Arguments } from "swr";
|
|
6
6
|
import { Configuration } from "@readyfor/api-client-base/react";
|
|
@@ -14,7 +14,7 @@ declare const useV2FundraisingSteadyCrowdfundingProjectOrdersOwnedProjectRewards
|
|
|
14
14
|
rewards: components["schemas"]["FundraisingOrders_SteadyCrowdfundingOwnedProjectReward"][];
|
|
15
15
|
}>;
|
|
16
16
|
isValidating: boolean;
|
|
17
|
-
isLoading:
|
|
17
|
+
isLoading: boolean;
|
|
18
18
|
key: string;
|
|
19
19
|
};
|
|
20
20
|
declare const useV2FundraisingSteadyCrowdfundingProjectOrdersOwnedProjectRewardsImmutable: (query: V2FundraisingSteadyCrowdfundingProjectOrdersOwnedProjectRewardsGetQuery, swrConfig?: Configuration<V2FundraisingSteadyCrowdfundingProjectOrdersOwnedProjectRewardsGetResponse>) => {
|
|
@@ -26,7 +26,7 @@ declare const useV2FundraisingSteadyCrowdfundingProjectOrdersOwnedProjectRewards
|
|
|
26
26
|
rewards: components["schemas"]["FundraisingOrders_SteadyCrowdfundingOwnedProjectReward"][];
|
|
27
27
|
}>;
|
|
28
28
|
isValidating: boolean;
|
|
29
|
-
isLoading:
|
|
29
|
+
isLoading: boolean;
|
|
30
30
|
key: string;
|
|
31
31
|
};
|
|
32
32
|
declare const useV2FundraisingSteadyCrowdfundingProjectOrdersOwnedProjectRewardsInfinite: <Args extends Arguments>(getKey: (keyBuilder: (query: V2FundraisingSteadyCrowdfundingProjectOrdersOwnedProjectRewardsGetQuery) => string) => SWRInfiniteKeyLoader<V2FundraisingSteadyCrowdfundingProjectOrdersOwnedProjectRewardsGetResponse, Args>, swrConfig?: SWRInfiniteConfiguration<V2FundraisingSteadyCrowdfundingProjectOrdersOwnedProjectRewardsGetResponse>) => import("swr/infinite").SWRInfiniteResponse<{
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { n as components } from "../schemaType-BRfYydnO.js";
|
|
2
2
|
import { t as V2FundraisingSteadyCrowdfundingProjectsOwnedPublicProjectsGetResponse } from "../v2FundraisingSteadyCrowdfundingProjectsOwnedPublicProjects-NlQuyP0p.js";
|
|
3
|
-
import "../index-
|
|
3
|
+
import "../index-5ZQNjsz1.js";
|
|
4
4
|
import { SWRInfiniteConfiguration, SWRInfiniteKeyLoader } from "swr/infinite";
|
|
5
5
|
import { Arguments } from "swr";
|
|
6
6
|
import { Configuration } from "@readyfor/api-client-base/react";
|
|
@@ -14,7 +14,7 @@ declare const useV2FundraisingSteadyCrowdfundingProjectsOwnedPublicProjects: (sw
|
|
|
14
14
|
projects: components["schemas"]["Fundraising_OwnedProject"][];
|
|
15
15
|
}>;
|
|
16
16
|
isValidating: boolean;
|
|
17
|
-
isLoading:
|
|
17
|
+
isLoading: boolean;
|
|
18
18
|
key: string;
|
|
19
19
|
};
|
|
20
20
|
declare const useV2FundraisingSteadyCrowdfundingProjectsOwnedPublicProjectsImmutable: (swrConfig?: Configuration<V2FundraisingSteadyCrowdfundingProjectsOwnedPublicProjectsGetResponse>) => {
|
|
@@ -26,7 +26,7 @@ declare const useV2FundraisingSteadyCrowdfundingProjectsOwnedPublicProjectsImmut
|
|
|
26
26
|
projects: components["schemas"]["Fundraising_OwnedProject"][];
|
|
27
27
|
}>;
|
|
28
28
|
isValidating: boolean;
|
|
29
|
-
isLoading:
|
|
29
|
+
isLoading: boolean;
|
|
30
30
|
key: string;
|
|
31
31
|
};
|
|
32
32
|
declare const useV2FundraisingSteadyCrowdfundingProjectsOwnedPublicProjectsInfinite: <Args extends Arguments>(getKey: (keyBuilder: () => string) => SWRInfiniteKeyLoader<V2FundraisingSteadyCrowdfundingProjectsOwnedPublicProjectsGetResponse, Args>, swrConfig?: SWRInfiniteConfiguration<V2FundraisingSteadyCrowdfundingProjectsOwnedPublicProjectsGetResponse>) => import("swr/infinite").SWRInfiniteResponse<{
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { n as components } from "../schemaType-BRfYydnO.js";
|
|
2
2
|
import { n as V2ResourcesBankBranchesGetResponse, t as V2ResourcesBankBranchesGetQuery } from "../v2ResourcesBankBranches-C-7ir6LZ.js";
|
|
3
|
-
import "../index-
|
|
3
|
+
import "../index-5ZQNjsz1.js";
|
|
4
4
|
import { SWRInfiniteConfiguration, SWRInfiniteKeyLoader } from "swr/infinite";
|
|
5
5
|
import { Arguments } from "swr";
|
|
6
6
|
import { Configuration } from "@readyfor/api-client-base/react";
|
|
@@ -14,7 +14,7 @@ declare const useV2ResourcesBankBranches: (query: V2ResourcesBankBranchesGetQuer
|
|
|
14
14
|
bankBranches?: components["schemas"]["Resources_BankBranches_BankBranch"][];
|
|
15
15
|
}>;
|
|
16
16
|
isValidating: boolean;
|
|
17
|
-
isLoading:
|
|
17
|
+
isLoading: boolean;
|
|
18
18
|
key: string;
|
|
19
19
|
};
|
|
20
20
|
declare const useV2ResourcesBankBranchesImmutable: (query: V2ResourcesBankBranchesGetQuery, swrConfig?: Configuration<V2ResourcesBankBranchesGetResponse>) => {
|
|
@@ -26,7 +26,7 @@ declare const useV2ResourcesBankBranchesImmutable: (query: V2ResourcesBankBranch
|
|
|
26
26
|
bankBranches?: components["schemas"]["Resources_BankBranches_BankBranch"][];
|
|
27
27
|
}>;
|
|
28
28
|
isValidating: boolean;
|
|
29
|
-
isLoading:
|
|
29
|
+
isLoading: boolean;
|
|
30
30
|
key: string;
|
|
31
31
|
};
|
|
32
32
|
declare const useV2ResourcesBankBranchesInfinite: <Args extends Arguments>(getKey: (keyBuilder: (query: V2ResourcesBankBranchesGetQuery) => string) => SWRInfiniteKeyLoader<V2ResourcesBankBranchesGetResponse, Args>, swrConfig?: SWRInfiniteConfiguration<V2ResourcesBankBranchesGetResponse>) => import("swr/infinite").SWRInfiniteResponse<{
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { n as components } from "../schemaType-BRfYydnO.js";
|
|
2
2
|
import { n as V2ResourcesBanksGetResponse, t as V2ResourcesBanksGetQuery } from "../v2ResourcesBanks-c0qcXUab.js";
|
|
3
|
-
import "../index-
|
|
3
|
+
import "../index-5ZQNjsz1.js";
|
|
4
4
|
import { SWRInfiniteConfiguration, SWRInfiniteKeyLoader } from "swr/infinite";
|
|
5
5
|
import { Arguments } from "swr";
|
|
6
6
|
import { Configuration } from "@readyfor/api-client-base/react";
|
|
@@ -14,7 +14,7 @@ declare const useV2ResourcesBanks: (query: V2ResourcesBanksGetQuery, swrConfig?:
|
|
|
14
14
|
banks?: components["schemas"]["Resources_Banks_Bank"][];
|
|
15
15
|
}>;
|
|
16
16
|
isValidating: boolean;
|
|
17
|
-
isLoading:
|
|
17
|
+
isLoading: boolean;
|
|
18
18
|
key: string;
|
|
19
19
|
};
|
|
20
20
|
declare const useV2ResourcesBanksImmutable: (query: V2ResourcesBanksGetQuery, swrConfig?: Configuration<V2ResourcesBanksGetResponse>) => {
|
|
@@ -26,7 +26,7 @@ declare const useV2ResourcesBanksImmutable: (query: V2ResourcesBanksGetQuery, sw
|
|
|
26
26
|
banks?: components["schemas"]["Resources_Banks_Bank"][];
|
|
27
27
|
}>;
|
|
28
28
|
isValidating: boolean;
|
|
29
|
-
isLoading:
|
|
29
|
+
isLoading: boolean;
|
|
30
30
|
key: string;
|
|
31
31
|
};
|
|
32
32
|
declare const useV2ResourcesBanksInfinite: <Args extends Arguments>(getKey: (keyBuilder: (query: V2ResourcesBanksGetQuery) => string) => SWRInfiniteKeyLoader<V2ResourcesBanksGetResponse, Args>, swrConfig?: SWRInfiniteConfiguration<V2ResourcesBanksGetResponse>) => import("swr/infinite").SWRInfiniteResponse<{
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { n as components } from "../schemaType-BRfYydnO.js";
|
|
2
2
|
import { n as V2ResourcesUsersGetResponse, t as V2ResourcesUsersGetQuery } from "../v2ResourcesUsers-CfNex8-F.js";
|
|
3
|
-
import "../index-
|
|
3
|
+
import "../index-5ZQNjsz1.js";
|
|
4
4
|
import { SWRInfiniteConfiguration, SWRInfiniteKeyLoader } from "swr/infinite";
|
|
5
5
|
import { Arguments } from "swr";
|
|
6
6
|
import { Configuration } from "@readyfor/api-client-base/react";
|
|
@@ -14,7 +14,7 @@ declare const useV2ResourcesUsers: (query: V2ResourcesUsersGetQuery, swrConfig?:
|
|
|
14
14
|
userResources: components["schemas"]["Resources_Users_UserResource"][];
|
|
15
15
|
}>;
|
|
16
16
|
isValidating: boolean;
|
|
17
|
-
isLoading:
|
|
17
|
+
isLoading: boolean;
|
|
18
18
|
key: string;
|
|
19
19
|
};
|
|
20
20
|
declare const useV2ResourcesUsersImmutable: (query: V2ResourcesUsersGetQuery, swrConfig?: Configuration<V2ResourcesUsersGetResponse>) => {
|
|
@@ -26,7 +26,7 @@ declare const useV2ResourcesUsersImmutable: (query: V2ResourcesUsersGetQuery, sw
|
|
|
26
26
|
userResources: components["schemas"]["Resources_Users_UserResource"][];
|
|
27
27
|
}>;
|
|
28
28
|
isValidating: boolean;
|
|
29
|
-
isLoading:
|
|
29
|
+
isLoading: boolean;
|
|
30
30
|
key: string;
|
|
31
31
|
};
|
|
32
32
|
declare const useV2ResourcesUsersInfinite: <Args extends Arguments>(getKey: (keyBuilder: (query: V2ResourcesUsersGetQuery) => string) => SWRInfiniteKeyLoader<V2ResourcesUsersGetResponse, Args>, swrConfig?: SWRInfiniteConfiguration<V2ResourcesUsersGetResponse>) => import("swr/infinite").SWRInfiniteResponse<{
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { t as V2TokenGetResponse } from "../v2Token-yjpfOWNA.js";
|
|
2
|
-
import "../index-
|
|
2
|
+
import "../index-5ZQNjsz1.js";
|
|
3
3
|
import { SWRInfiniteConfiguration, SWRInfiniteKeyLoader } from "swr/infinite";
|
|
4
4
|
import { Arguments } from "swr";
|
|
5
5
|
import { Configuration } from "@readyfor/api-client-base/react";
|
|
@@ -13,7 +13,7 @@ declare const useV2Token: (swrConfig?: Configuration<V2TokenGetResponse>) => {
|
|
|
13
13
|
authenticityToken: string;
|
|
14
14
|
}>;
|
|
15
15
|
isValidating: boolean;
|
|
16
|
-
isLoading:
|
|
16
|
+
isLoading: boolean;
|
|
17
17
|
key: string;
|
|
18
18
|
};
|
|
19
19
|
declare const useV2TokenImmutable: (swrConfig?: Configuration<V2TokenGetResponse>) => {
|
|
@@ -25,7 +25,7 @@ declare const useV2TokenImmutable: (swrConfig?: Configuration<V2TokenGetResponse
|
|
|
25
25
|
authenticityToken: string;
|
|
26
26
|
}>;
|
|
27
27
|
isValidating: boolean;
|
|
28
|
-
isLoading:
|
|
28
|
+
isLoading: boolean;
|
|
29
29
|
key: string;
|
|
30
30
|
};
|
|
31
31
|
declare const useV2TokenInfinite: <Args extends Arguments>(getKey: (keyBuilder: () => string) => SWRInfiniteKeyLoader<V2TokenGetResponse, Args>, swrConfig?: SWRInfiniteConfiguration<V2TokenGetResponse>) => import("swr/infinite").SWRInfiniteResponse<{
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "./components-B38IwrLY.js";
|
|
2
2
|
import "./v2ContributionsCard3dSecureExecContribution-f1KVmBVl.js";
|
|
3
3
|
import "./v2ContributionsCard3dSecureRetryContribution-wSIk6iOw.js";
|
|
4
|
-
import "./v2ContributionsCheckOrderStatus-
|
|
4
|
+
import "./v2ContributionsCheckOrderStatus-B-fw9P7h.js";
|
|
5
5
|
import "./v2ContributionsCheckOwnerFriend-BJ488Hez.js";
|
|
6
6
|
import "./v2ContributionsExecContribution-CFMZKLNr.js";
|
|
7
7
|
import "./v2ContributionsOrderInfo-tQyqNvRN.js";
|