@readyfor/api-client-readyfor-api 0.241.0 → 0.242.0-pr983.1fe2a3e
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/{chunk-U4LMOIDL.mjs → chunk-7GUCOSYM.mjs} +2 -2
- package/dist/{chunk-MJMROCQI.mjs → chunk-BDHFD6EK.mjs} +18 -6
- package/dist/fetch/v2ContributionsRecommendedTags.d.mts +7 -2
- package/dist/fetch/v2ContributionsRecommendedTags.d.ts +7 -2
- package/dist/fetch/v2ContributionsRecommendedTags.js +2 -2
- package/dist/fetch/v2ContributionsRecommendedTags.mjs +1 -1
- package/dist/hooks/index.js +17 -5
- package/dist/hooks/index.mjs +2 -2
- package/dist/hooks/useV2ContributionsCheckOrderStatus.mjs +1 -1
- package/dist/hooks/useV2ContributionsCheckOwnerFriend.mjs +1 -1
- package/dist/hooks/useV2ContributionsOrderInfo.mjs +1 -1
- package/dist/hooks/useV2ContributionsPaymentInfo.mjs +1 -1
- package/dist/hooks/useV2ContributionsPaymentMethods.mjs +1 -1
- package/dist/hooks/useV2ContributionsProjectInfo.mjs +1 -1
- package/dist/hooks/useV2ContributionsRecommendedProjects.mjs +1 -1
- package/dist/hooks/useV2ContributionsRecommendedTags.d.mts +5 -4
- package/dist/hooks/useV2ContributionsRecommendedTags.d.ts +5 -4
- package/dist/hooks/useV2ContributionsRecommendedTags.js +17 -5
- package/dist/hooks/useV2ContributionsRecommendedTags.mjs +2 -2
- package/dist/hooks/useV2ContributionsUserInfo.mjs +1 -1
- package/dist/hooks/useV2FundraisingBulkMessagesOwnedPublicProjects.mjs +1 -1
- package/dist/hooks/useV2FundraisingBulkMessagesOwnedPublicProjectsProjectIdRewards.mjs +1 -1
- package/dist/hooks/useV2FundraisingBulkMessagesTargetUsers.mjs +1 -1
- package/dist/hooks/useV2FundraisingBulkMessagesTargetUsersCount.mjs +1 -1
- package/dist/hooks/useV2FundraisingContributors.mjs +1 -1
- package/dist/hooks/useV2FundraisingContributorsCount.mjs +1 -1
- package/dist/hooks/useV2FundraisingContributorsCsvGenerations.mjs +1 -1
- package/dist/hooks/useV2FundraisingContributorsUsers.mjs +1 -1
- package/dist/hooks/useV2FundraisingOrdersCsvGenerations.mjs +1 -1
- package/dist/hooks/useV2FundraisingProjectsProjectIdOfflineDonation.mjs +1 -1
- package/dist/hooks/useV2FundraisingProjectsProjectIdPaymentSummary.mjs +1 -1
- package/dist/hooks/useV2FundraisingRewards.mjs +1 -1
- package/dist/hooks/useV2FundraisingRewardsAll.mjs +1 -1
- package/dist/hooks/useV2FundraisingRewardsCsvGenerations.mjs +1 -1
- package/dist/hooks/useV2FundraisingRewardsDeliveryStateProgress.mjs +1 -1
- package/dist/hooks/useV2FundraisingRewardsRewardId.mjs +1 -1
- package/dist/hooks/useV2FundraisingSpotCrowdfundingProjectOrders.mjs +1 -1
- package/dist/hooks/useV2FundraisingSpotCrowdfundingProjectOrdersAll.mjs +1 -1
- package/dist/hooks/useV2FundraisingSpotCrowdfundingProjectOrdersOrderId.mjs +1 -1
- package/dist/hooks/useV2FundraisingSpotCrowdfundingProjectOrdersOwnedProjectRewards.mjs +1 -1
- package/dist/hooks/useV2FundraisingSpotCrowdfundingProjectsOwnedPublicProjects.mjs +1 -1
- package/dist/hooks/useV2FundraisingSteadyCrowdfundingProjectOrders.mjs +1 -1
- package/dist/hooks/useV2FundraisingSteadyCrowdfundingProjectOrdersAll.mjs +1 -1
- package/dist/hooks/useV2FundraisingSteadyCrowdfundingProjectOrdersOrderId.mjs +1 -1
- package/dist/hooks/useV2FundraisingSteadyCrowdfundingProjectOrdersOwnedProjectRewards.mjs +1 -1
- package/dist/hooks/useV2FundraisingSteadyCrowdfundingProjectsOwnedPublicProjects.mjs +1 -1
- package/dist/hooks/useV2OwnerCrmContributorsOrders.mjs +1 -1
- package/dist/hooks/useV2OwnerCrmContributorsProjects.mjs +1 -1
- package/dist/hooks/useV2OwnerCrmContributorsUser.mjs +1 -1
- package/dist/hooks/useV2ResourcesBankBranches.mjs +1 -1
- package/dist/hooks/useV2ResourcesBanks.mjs +1 -1
- package/dist/hooks/useV2ResourcesUsers.mjs +1 -1
- package/dist/hooks/useV2Token.mjs +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +2 -2
- package/dist/index.mjs +1 -1
- package/dist/schemaType.d.mts +5 -0
- package/dist/schemaType.d.ts +5 -0
- package/package.json +17 -11
|
@@ -8,8 +8,8 @@ import {
|
|
|
8
8
|
__internal__requestUrl
|
|
9
9
|
} from "@readyfor/api-client-base";
|
|
10
10
|
var buildV2ContributionsRecommendedTagsGetFetcher = (requestInit) => createJsonFetcher(Contributions_RecommendedTags, { ...requestInit });
|
|
11
|
-
var getV2ContributionsRecommendedTags = (requestInit) => buildV2ContributionsRecommendedTagsGetFetcher()(
|
|
12
|
-
__internal__requestUrl("/api/v2/contributions/recommended_tags"),
|
|
11
|
+
var getV2ContributionsRecommendedTags = (query, requestInit) => buildV2ContributionsRecommendedTagsGetFetcher()(
|
|
12
|
+
__internal__requestUrl("/api/v2/contributions/recommended_tags", {}, query),
|
|
13
13
|
{ ...requestInit, method: "GET" }
|
|
14
14
|
);
|
|
15
15
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
buildV2ContributionsRecommendedTagsGetFetcher
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-7GUCOSYM.mjs";
|
|
4
4
|
|
|
5
5
|
// src/hooks/useV2ContributionsRecommendedTags.ts
|
|
6
6
|
import useSWRImmutable from "swr/immutable";
|
|
@@ -9,8 +9,12 @@ import useSWR from "swr";
|
|
|
9
9
|
import { __internal__requestUrl } from "@readyfor/api-client-base";
|
|
10
10
|
import { useRequestInit } from "@readyfor/api-client-base/react";
|
|
11
11
|
var v2ContributionsRecommendedTagsGetFetcher = buildV2ContributionsRecommendedTagsGetFetcher();
|
|
12
|
-
var useV2ContributionsRecommendedTags = (swrConfig = {}) => {
|
|
13
|
-
const key = __internal__requestUrl(
|
|
12
|
+
var useV2ContributionsRecommendedTags = (query, swrConfig = {}) => {
|
|
13
|
+
const key = __internal__requestUrl(
|
|
14
|
+
"/api/v2/contributions/recommended_tags",
|
|
15
|
+
{},
|
|
16
|
+
query
|
|
17
|
+
);
|
|
14
18
|
const requestInit = useRequestInit();
|
|
15
19
|
const result = useSWR(
|
|
16
20
|
swrConfig?.shouldNotFetch ? null : key,
|
|
@@ -19,8 +23,12 @@ var useV2ContributionsRecommendedTags = (swrConfig = {}) => {
|
|
|
19
23
|
);
|
|
20
24
|
return { key, ...result };
|
|
21
25
|
};
|
|
22
|
-
var useV2ContributionsRecommendedTagsImmutable = (swrConfig = {}) => {
|
|
23
|
-
const key = __internal__requestUrl(
|
|
26
|
+
var useV2ContributionsRecommendedTagsImmutable = (query, swrConfig = {}) => {
|
|
27
|
+
const key = __internal__requestUrl(
|
|
28
|
+
"/api/v2/contributions/recommended_tags",
|
|
29
|
+
{},
|
|
30
|
+
query
|
|
31
|
+
);
|
|
24
32
|
const requestInit = useRequestInit();
|
|
25
33
|
const result = useSWRImmutable(
|
|
26
34
|
swrConfig?.shouldNotFetch ? null : key,
|
|
@@ -31,7 +39,11 @@ var useV2ContributionsRecommendedTagsImmutable = (swrConfig = {}) => {
|
|
|
31
39
|
};
|
|
32
40
|
var useV2ContributionsRecommendedTagsInfinite = (getKey, swrConfig) => useSWRInfinite(
|
|
33
41
|
getKey(
|
|
34
|
-
() => __internal__requestUrl(
|
|
42
|
+
(query) => __internal__requestUrl(
|
|
43
|
+
"/api/v2/contributions/recommended_tags",
|
|
44
|
+
{},
|
|
45
|
+
query
|
|
46
|
+
)
|
|
35
47
|
),
|
|
36
48
|
v2ContributionsRecommendedTagsGetFetcher,
|
|
37
49
|
swrConfig
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { paths } from '../schemaType.mjs';
|
|
2
|
+
import { ForceDig } from '@readyfor/api-client-base';
|
|
2
3
|
|
|
3
4
|
type V2ContributionsRecommendedTagsGetOperation = paths["/api/v2/contributions/recommended_tags"]["get"];
|
|
4
5
|
type V2ContributionsRecommendedTagsGetResponse = V2ContributionsRecommendedTagsGetOperation["responses"]["200"]["content"]["application/json"];
|
|
@@ -8,11 +9,15 @@ declare const buildV2ContributionsRecommendedTagsGetFetcher: (requestInit?: Requ
|
|
|
8
9
|
keyword: string;
|
|
9
10
|
}[];
|
|
10
11
|
}>;
|
|
11
|
-
|
|
12
|
+
type V2ContributionsRecommendedTagsGetQuery = ForceDig<V2ContributionsRecommendedTagsGetOperation, [
|
|
13
|
+
"parameters",
|
|
14
|
+
"query"
|
|
15
|
+
]>;
|
|
16
|
+
declare const getV2ContributionsRecommendedTags: (query: V2ContributionsRecommendedTagsGetQuery, requestInit?: RequestInit) => Promise<{
|
|
12
17
|
tags: {
|
|
13
18
|
name: string;
|
|
14
19
|
keyword: string;
|
|
15
20
|
}[];
|
|
16
21
|
}>;
|
|
17
22
|
|
|
18
|
-
export { type V2ContributionsRecommendedTagsGetResponse, buildV2ContributionsRecommendedTagsGetFetcher, getV2ContributionsRecommendedTags };
|
|
23
|
+
export { type V2ContributionsRecommendedTagsGetQuery, type V2ContributionsRecommendedTagsGetResponse, buildV2ContributionsRecommendedTagsGetFetcher, getV2ContributionsRecommendedTags };
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { paths } from '../schemaType.js';
|
|
2
|
+
import { ForceDig } from '@readyfor/api-client-base';
|
|
2
3
|
|
|
3
4
|
type V2ContributionsRecommendedTagsGetOperation = paths["/api/v2/contributions/recommended_tags"]["get"];
|
|
4
5
|
type V2ContributionsRecommendedTagsGetResponse = V2ContributionsRecommendedTagsGetOperation["responses"]["200"]["content"]["application/json"];
|
|
@@ -8,11 +9,15 @@ declare const buildV2ContributionsRecommendedTagsGetFetcher: (requestInit?: Requ
|
|
|
8
9
|
keyword: string;
|
|
9
10
|
}[];
|
|
10
11
|
}>;
|
|
11
|
-
|
|
12
|
+
type V2ContributionsRecommendedTagsGetQuery = ForceDig<V2ContributionsRecommendedTagsGetOperation, [
|
|
13
|
+
"parameters",
|
|
14
|
+
"query"
|
|
15
|
+
]>;
|
|
16
|
+
declare const getV2ContributionsRecommendedTags: (query: V2ContributionsRecommendedTagsGetQuery, requestInit?: RequestInit) => Promise<{
|
|
12
17
|
tags: {
|
|
13
18
|
name: string;
|
|
14
19
|
keyword: string;
|
|
15
20
|
}[];
|
|
16
21
|
}>;
|
|
17
22
|
|
|
18
|
-
export { type V2ContributionsRecommendedTagsGetResponse, buildV2ContributionsRecommendedTagsGetFetcher, getV2ContributionsRecommendedTags };
|
|
23
|
+
export { type V2ContributionsRecommendedTagsGetQuery, type V2ContributionsRecommendedTagsGetResponse, buildV2ContributionsRecommendedTagsGetFetcher, getV2ContributionsRecommendedTags };
|
|
@@ -1209,8 +1209,8 @@ var Tokens_Token = import_zod.z.object({ authenticityToken: import_zod.z.string(
|
|
|
1209
1209
|
|
|
1210
1210
|
// src/fetch/v2ContributionsRecommendedTags.ts
|
|
1211
1211
|
var buildV2ContributionsRecommendedTagsGetFetcher = (requestInit) => (0, import_api_client_base.createJsonFetcher)(Contributions_RecommendedTags, { ...requestInit });
|
|
1212
|
-
var getV2ContributionsRecommendedTags = (requestInit) => buildV2ContributionsRecommendedTagsGetFetcher()(
|
|
1213
|
-
(0, import_api_client_base.__internal__requestUrl)("/api/v2/contributions/recommended_tags"),
|
|
1212
|
+
var getV2ContributionsRecommendedTags = (query, requestInit) => buildV2ContributionsRecommendedTagsGetFetcher()(
|
|
1213
|
+
(0, import_api_client_base.__internal__requestUrl)("/api/v2/contributions/recommended_tags", {}, query),
|
|
1214
1214
|
{ ...requestInit, method: "GET" }
|
|
1215
1215
|
);
|
|
1216
1216
|
// Annotate the CommonJS export names for ESM import in node:
|
package/dist/hooks/index.js
CHANGED
|
@@ -1991,8 +1991,12 @@ var import_swr10 = __toESM(require("swr"));
|
|
|
1991
1991
|
var import_api_client_base71 = require("@readyfor/api-client-base");
|
|
1992
1992
|
var import_react10 = require("@readyfor/api-client-base/react");
|
|
1993
1993
|
var v2ContributionsRecommendedTagsGetFetcher = buildV2ContributionsRecommendedTagsGetFetcher();
|
|
1994
|
-
var useV2ContributionsRecommendedTags = (swrConfig = {}) => {
|
|
1995
|
-
const key = (0, import_api_client_base71.__internal__requestUrl)(
|
|
1994
|
+
var useV2ContributionsRecommendedTags = (query, swrConfig = {}) => {
|
|
1995
|
+
const key = (0, import_api_client_base71.__internal__requestUrl)(
|
|
1996
|
+
"/api/v2/contributions/recommended_tags",
|
|
1997
|
+
{},
|
|
1998
|
+
query
|
|
1999
|
+
);
|
|
1996
2000
|
const requestInit = (0, import_react10.useRequestInit)();
|
|
1997
2001
|
const result = (0, import_swr10.default)(
|
|
1998
2002
|
swrConfig?.shouldNotFetch ? null : key,
|
|
@@ -2001,8 +2005,12 @@ var useV2ContributionsRecommendedTags = (swrConfig = {}) => {
|
|
|
2001
2005
|
);
|
|
2002
2006
|
return { key, ...result };
|
|
2003
2007
|
};
|
|
2004
|
-
var useV2ContributionsRecommendedTagsImmutable = (swrConfig = {}) => {
|
|
2005
|
-
const key = (0, import_api_client_base71.__internal__requestUrl)(
|
|
2008
|
+
var useV2ContributionsRecommendedTagsImmutable = (query, swrConfig = {}) => {
|
|
2009
|
+
const key = (0, import_api_client_base71.__internal__requestUrl)(
|
|
2010
|
+
"/api/v2/contributions/recommended_tags",
|
|
2011
|
+
{},
|
|
2012
|
+
query
|
|
2013
|
+
);
|
|
2006
2014
|
const requestInit = (0, import_react10.useRequestInit)();
|
|
2007
2015
|
const result = (0, import_immutable10.default)(
|
|
2008
2016
|
swrConfig?.shouldNotFetch ? null : key,
|
|
@@ -2013,7 +2021,11 @@ var useV2ContributionsRecommendedTagsImmutable = (swrConfig = {}) => {
|
|
|
2013
2021
|
};
|
|
2014
2022
|
var useV2ContributionsRecommendedTagsInfinite = (getKey, swrConfig) => (0, import_infinite10.default)(
|
|
2015
2023
|
getKey(
|
|
2016
|
-
() => (0, import_api_client_base71.__internal__requestUrl)(
|
|
2024
|
+
(query) => (0, import_api_client_base71.__internal__requestUrl)(
|
|
2025
|
+
"/api/v2/contributions/recommended_tags",
|
|
2026
|
+
{},
|
|
2027
|
+
query
|
|
2028
|
+
)
|
|
2017
2029
|
),
|
|
2018
2030
|
v2ContributionsRecommendedTagsGetFetcher,
|
|
2019
2031
|
swrConfig
|
package/dist/hooks/index.mjs
CHANGED
|
@@ -137,7 +137,7 @@ import {
|
|
|
137
137
|
useV2ContributionsRecommendedTags,
|
|
138
138
|
useV2ContributionsRecommendedTagsImmutable,
|
|
139
139
|
useV2ContributionsRecommendedTagsInfinite
|
|
140
|
-
} from "../chunk-
|
|
140
|
+
} from "../chunk-BDHFD6EK.mjs";
|
|
141
141
|
import {
|
|
142
142
|
useV2ContributionsUserInfo,
|
|
143
143
|
useV2ContributionsUserInfoImmutable,
|
|
@@ -263,7 +263,7 @@ import "../chunk-I4JWS2YO.mjs";
|
|
|
263
263
|
import "../chunk-4PZ4DA6G.mjs";
|
|
264
264
|
import "../chunk-JT3YEKDZ.mjs";
|
|
265
265
|
import "../chunk-AW5YSLLD.mjs";
|
|
266
|
-
import "../chunk-
|
|
266
|
+
import "../chunk-7GUCOSYM.mjs";
|
|
267
267
|
import "../chunk-LDF5MYJM.mjs";
|
|
268
268
|
import "../chunk-MJLY7GMU.mjs";
|
|
269
269
|
import "../chunk-QTTQGTUG.mjs";
|
|
@@ -58,7 +58,7 @@ import "../chunk-I4JWS2YO.mjs";
|
|
|
58
58
|
import "../chunk-4PZ4DA6G.mjs";
|
|
59
59
|
import "../chunk-JT3YEKDZ.mjs";
|
|
60
60
|
import "../chunk-AW5YSLLD.mjs";
|
|
61
|
-
import "../chunk-
|
|
61
|
+
import "../chunk-7GUCOSYM.mjs";
|
|
62
62
|
import "../chunk-LDF5MYJM.mjs";
|
|
63
63
|
import "../chunk-MJLY7GMU.mjs";
|
|
64
64
|
import "../chunk-QTTQGTUG.mjs";
|
|
@@ -58,7 +58,7 @@ import "../chunk-I4JWS2YO.mjs";
|
|
|
58
58
|
import "../chunk-4PZ4DA6G.mjs";
|
|
59
59
|
import "../chunk-JT3YEKDZ.mjs";
|
|
60
60
|
import "../chunk-AW5YSLLD.mjs";
|
|
61
|
-
import "../chunk-
|
|
61
|
+
import "../chunk-7GUCOSYM.mjs";
|
|
62
62
|
import "../chunk-LDF5MYJM.mjs";
|
|
63
63
|
import "../chunk-MJLY7GMU.mjs";
|
|
64
64
|
import "../chunk-QTTQGTUG.mjs";
|
|
@@ -58,7 +58,7 @@ import "../chunk-I4JWS2YO.mjs";
|
|
|
58
58
|
import "../chunk-4PZ4DA6G.mjs";
|
|
59
59
|
import "../chunk-JT3YEKDZ.mjs";
|
|
60
60
|
import "../chunk-AW5YSLLD.mjs";
|
|
61
|
-
import "../chunk-
|
|
61
|
+
import "../chunk-7GUCOSYM.mjs";
|
|
62
62
|
import "../chunk-LDF5MYJM.mjs";
|
|
63
63
|
import "../chunk-MJLY7GMU.mjs";
|
|
64
64
|
import "../chunk-QTTQGTUG.mjs";
|
|
@@ -58,7 +58,7 @@ import "../chunk-I4JWS2YO.mjs";
|
|
|
58
58
|
import "../chunk-4PZ4DA6G.mjs";
|
|
59
59
|
import "../chunk-JT3YEKDZ.mjs";
|
|
60
60
|
import "../chunk-AW5YSLLD.mjs";
|
|
61
|
-
import "../chunk-
|
|
61
|
+
import "../chunk-7GUCOSYM.mjs";
|
|
62
62
|
import "../chunk-LDF5MYJM.mjs";
|
|
63
63
|
import "../chunk-MJLY7GMU.mjs";
|
|
64
64
|
import "../chunk-QTTQGTUG.mjs";
|
|
@@ -58,7 +58,7 @@ import "../chunk-I4JWS2YO.mjs";
|
|
|
58
58
|
import "../chunk-4PZ4DA6G.mjs";
|
|
59
59
|
import "../chunk-JT3YEKDZ.mjs";
|
|
60
60
|
import "../chunk-AW5YSLLD.mjs";
|
|
61
|
-
import "../chunk-
|
|
61
|
+
import "../chunk-7GUCOSYM.mjs";
|
|
62
62
|
import "../chunk-LDF5MYJM.mjs";
|
|
63
63
|
import "../chunk-MJLY7GMU.mjs";
|
|
64
64
|
import "../chunk-QTTQGTUG.mjs";
|
|
@@ -58,7 +58,7 @@ import "../chunk-I4JWS2YO.mjs";
|
|
|
58
58
|
import "../chunk-4PZ4DA6G.mjs";
|
|
59
59
|
import "../chunk-JT3YEKDZ.mjs";
|
|
60
60
|
import "../chunk-AW5YSLLD.mjs";
|
|
61
|
-
import "../chunk-
|
|
61
|
+
import "../chunk-7GUCOSYM.mjs";
|
|
62
62
|
import "../chunk-LDF5MYJM.mjs";
|
|
63
63
|
import "../chunk-MJLY7GMU.mjs";
|
|
64
64
|
import "../chunk-QTTQGTUG.mjs";
|
|
@@ -58,7 +58,7 @@ import "../chunk-I4JWS2YO.mjs";
|
|
|
58
58
|
import "../chunk-4PZ4DA6G.mjs";
|
|
59
59
|
import "../chunk-JT3YEKDZ.mjs";
|
|
60
60
|
import "../chunk-AW5YSLLD.mjs";
|
|
61
|
-
import "../chunk-
|
|
61
|
+
import "../chunk-7GUCOSYM.mjs";
|
|
62
62
|
import "../chunk-LDF5MYJM.mjs";
|
|
63
63
|
import "../chunk-MJLY7GMU.mjs";
|
|
64
64
|
import "../chunk-QTTQGTUG.mjs";
|
|
@@ -4,9 +4,10 @@ import * as swr from 'swr';
|
|
|
4
4
|
import { Arguments } from 'swr';
|
|
5
5
|
import { components } from '../schemaType.mjs';
|
|
6
6
|
import { Configuration } from '@readyfor/api-client-base/react';
|
|
7
|
-
import { V2ContributionsRecommendedTagsGetResponse } from '../fetch/v2ContributionsRecommendedTags.mjs';
|
|
7
|
+
import { V2ContributionsRecommendedTagsGetQuery, V2ContributionsRecommendedTagsGetResponse } from '../fetch/v2ContributionsRecommendedTags.mjs';
|
|
8
|
+
import '@readyfor/api-client-base';
|
|
8
9
|
|
|
9
|
-
declare const useV2ContributionsRecommendedTags: (swrConfig?: Configuration<V2ContributionsRecommendedTagsGetResponse>) => {
|
|
10
|
+
declare const useV2ContributionsRecommendedTags: (query: V2ContributionsRecommendedTagsGetQuery, swrConfig?: Configuration<V2ContributionsRecommendedTagsGetResponse>) => {
|
|
10
11
|
data: {
|
|
11
12
|
tags: components["schemas"]["Contributions_RecommendedTag"][];
|
|
12
13
|
} | undefined;
|
|
@@ -18,7 +19,7 @@ declare const useV2ContributionsRecommendedTags: (swrConfig?: Configuration<V2Co
|
|
|
18
19
|
isLoading: boolean;
|
|
19
20
|
key: string;
|
|
20
21
|
};
|
|
21
|
-
declare const useV2ContributionsRecommendedTagsImmutable: (swrConfig?: Configuration<V2ContributionsRecommendedTagsGetResponse>) => {
|
|
22
|
+
declare const useV2ContributionsRecommendedTagsImmutable: (query: V2ContributionsRecommendedTagsGetQuery, swrConfig?: Configuration<V2ContributionsRecommendedTagsGetResponse>) => {
|
|
22
23
|
data: {
|
|
23
24
|
tags: components["schemas"]["Contributions_RecommendedTag"][];
|
|
24
25
|
} | undefined;
|
|
@@ -30,7 +31,7 @@ declare const useV2ContributionsRecommendedTagsImmutable: (swrConfig?: Configura
|
|
|
30
31
|
isLoading: boolean;
|
|
31
32
|
key: string;
|
|
32
33
|
};
|
|
33
|
-
declare const useV2ContributionsRecommendedTagsInfinite: <Args extends Arguments>(getKey: (keyBuilder: () => string) => SWRInfiniteKeyLoader<V2ContributionsRecommendedTagsGetResponse, Args>, swrConfig?: SWRInfiniteConfiguration<V2ContributionsRecommendedTagsGetResponse>) => swr_infinite.SWRInfiniteResponse<{
|
|
34
|
+
declare const useV2ContributionsRecommendedTagsInfinite: <Args extends Arguments>(getKey: (keyBuilder: (query: V2ContributionsRecommendedTagsGetQuery) => string) => SWRInfiniteKeyLoader<V2ContributionsRecommendedTagsGetResponse, Args>, swrConfig?: SWRInfiniteConfiguration<V2ContributionsRecommendedTagsGetResponse>) => swr_infinite.SWRInfiniteResponse<{
|
|
34
35
|
tags: components["schemas"]["Contributions_RecommendedTag"][];
|
|
35
36
|
}, any>;
|
|
36
37
|
|
|
@@ -4,9 +4,10 @@ import * as swr from 'swr';
|
|
|
4
4
|
import { Arguments } from 'swr';
|
|
5
5
|
import { components } from '../schemaType.js';
|
|
6
6
|
import { Configuration } from '@readyfor/api-client-base/react';
|
|
7
|
-
import { V2ContributionsRecommendedTagsGetResponse } from '../fetch/v2ContributionsRecommendedTags.js';
|
|
7
|
+
import { V2ContributionsRecommendedTagsGetQuery, V2ContributionsRecommendedTagsGetResponse } from '../fetch/v2ContributionsRecommendedTags.js';
|
|
8
|
+
import '@readyfor/api-client-base';
|
|
8
9
|
|
|
9
|
-
declare const useV2ContributionsRecommendedTags: (swrConfig?: Configuration<V2ContributionsRecommendedTagsGetResponse>) => {
|
|
10
|
+
declare const useV2ContributionsRecommendedTags: (query: V2ContributionsRecommendedTagsGetQuery, swrConfig?: Configuration<V2ContributionsRecommendedTagsGetResponse>) => {
|
|
10
11
|
data: {
|
|
11
12
|
tags: components["schemas"]["Contributions_RecommendedTag"][];
|
|
12
13
|
} | undefined;
|
|
@@ -18,7 +19,7 @@ declare const useV2ContributionsRecommendedTags: (swrConfig?: Configuration<V2Co
|
|
|
18
19
|
isLoading: boolean;
|
|
19
20
|
key: string;
|
|
20
21
|
};
|
|
21
|
-
declare const useV2ContributionsRecommendedTagsImmutable: (swrConfig?: Configuration<V2ContributionsRecommendedTagsGetResponse>) => {
|
|
22
|
+
declare const useV2ContributionsRecommendedTagsImmutable: (query: V2ContributionsRecommendedTagsGetQuery, swrConfig?: Configuration<V2ContributionsRecommendedTagsGetResponse>) => {
|
|
22
23
|
data: {
|
|
23
24
|
tags: components["schemas"]["Contributions_RecommendedTag"][];
|
|
24
25
|
} | undefined;
|
|
@@ -30,7 +31,7 @@ declare const useV2ContributionsRecommendedTagsImmutable: (swrConfig?: Configura
|
|
|
30
31
|
isLoading: boolean;
|
|
31
32
|
key: string;
|
|
32
33
|
};
|
|
33
|
-
declare const useV2ContributionsRecommendedTagsInfinite: <Args extends Arguments>(getKey: (keyBuilder: () => string) => SWRInfiniteKeyLoader<V2ContributionsRecommendedTagsGetResponse, Args>, swrConfig?: SWRInfiniteConfiguration<V2ContributionsRecommendedTagsGetResponse>) => swr_infinite.SWRInfiniteResponse<{
|
|
34
|
+
declare const useV2ContributionsRecommendedTagsInfinite: <Args extends Arguments>(getKey: (keyBuilder: (query: V2ContributionsRecommendedTagsGetQuery) => string) => SWRInfiniteKeyLoader<V2ContributionsRecommendedTagsGetResponse, Args>, swrConfig?: SWRInfiniteConfiguration<V2ContributionsRecommendedTagsGetResponse>) => swr_infinite.SWRInfiniteResponse<{
|
|
34
35
|
tags: components["schemas"]["Contributions_RecommendedTag"][];
|
|
35
36
|
}, any>;
|
|
36
37
|
|
|
@@ -1408,8 +1408,12 @@ var import_api_client_base61 = require("@readyfor/api-client-base");
|
|
|
1408
1408
|
|
|
1409
1409
|
// src/hooks/useV2ContributionsRecommendedTags.ts
|
|
1410
1410
|
var v2ContributionsRecommendedTagsGetFetcher = buildV2ContributionsRecommendedTagsGetFetcher();
|
|
1411
|
-
var useV2ContributionsRecommendedTags = (swrConfig = {}) => {
|
|
1412
|
-
const key = (0, import_api_client_base62.__internal__requestUrl)(
|
|
1411
|
+
var useV2ContributionsRecommendedTags = (query, swrConfig = {}) => {
|
|
1412
|
+
const key = (0, import_api_client_base62.__internal__requestUrl)(
|
|
1413
|
+
"/api/v2/contributions/recommended_tags",
|
|
1414
|
+
{},
|
|
1415
|
+
query
|
|
1416
|
+
);
|
|
1413
1417
|
const requestInit = (0, import_react.useRequestInit)();
|
|
1414
1418
|
const result = (0, import_swr.default)(
|
|
1415
1419
|
swrConfig?.shouldNotFetch ? null : key,
|
|
@@ -1418,8 +1422,12 @@ var useV2ContributionsRecommendedTags = (swrConfig = {}) => {
|
|
|
1418
1422
|
);
|
|
1419
1423
|
return { key, ...result };
|
|
1420
1424
|
};
|
|
1421
|
-
var useV2ContributionsRecommendedTagsImmutable = (swrConfig = {}) => {
|
|
1422
|
-
const key = (0, import_api_client_base62.__internal__requestUrl)(
|
|
1425
|
+
var useV2ContributionsRecommendedTagsImmutable = (query, swrConfig = {}) => {
|
|
1426
|
+
const key = (0, import_api_client_base62.__internal__requestUrl)(
|
|
1427
|
+
"/api/v2/contributions/recommended_tags",
|
|
1428
|
+
{},
|
|
1429
|
+
query
|
|
1430
|
+
);
|
|
1423
1431
|
const requestInit = (0, import_react.useRequestInit)();
|
|
1424
1432
|
const result = (0, import_immutable.default)(
|
|
1425
1433
|
swrConfig?.shouldNotFetch ? null : key,
|
|
@@ -1430,7 +1438,11 @@ var useV2ContributionsRecommendedTagsImmutable = (swrConfig = {}) => {
|
|
|
1430
1438
|
};
|
|
1431
1439
|
var useV2ContributionsRecommendedTagsInfinite = (getKey, swrConfig) => (0, import_infinite.default)(
|
|
1432
1440
|
getKey(
|
|
1433
|
-
() => (0, import_api_client_base62.__internal__requestUrl)(
|
|
1441
|
+
(query) => (0, import_api_client_base62.__internal__requestUrl)(
|
|
1442
|
+
"/api/v2/contributions/recommended_tags",
|
|
1443
|
+
{},
|
|
1444
|
+
query
|
|
1445
|
+
)
|
|
1434
1446
|
),
|
|
1435
1447
|
v2ContributionsRecommendedTagsGetFetcher,
|
|
1436
1448
|
swrConfig
|
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
useV2ContributionsRecommendedTags,
|
|
3
3
|
useV2ContributionsRecommendedTagsImmutable,
|
|
4
4
|
useV2ContributionsRecommendedTagsInfinite
|
|
5
|
-
} from "../chunk-
|
|
5
|
+
} from "../chunk-BDHFD6EK.mjs";
|
|
6
6
|
import "../chunk-X75G3MXT.mjs";
|
|
7
7
|
import "../chunk-LHNFZWLS.mjs";
|
|
8
8
|
import "../chunk-B3Q4GPE3.mjs";
|
|
@@ -58,7 +58,7 @@ import "../chunk-I4JWS2YO.mjs";
|
|
|
58
58
|
import "../chunk-4PZ4DA6G.mjs";
|
|
59
59
|
import "../chunk-JT3YEKDZ.mjs";
|
|
60
60
|
import "../chunk-AW5YSLLD.mjs";
|
|
61
|
-
import "../chunk-
|
|
61
|
+
import "../chunk-7GUCOSYM.mjs";
|
|
62
62
|
import "../chunk-LDF5MYJM.mjs";
|
|
63
63
|
import "../chunk-MJLY7GMU.mjs";
|
|
64
64
|
import "../chunk-QTTQGTUG.mjs";
|
|
@@ -58,7 +58,7 @@ import "../chunk-I4JWS2YO.mjs";
|
|
|
58
58
|
import "../chunk-4PZ4DA6G.mjs";
|
|
59
59
|
import "../chunk-JT3YEKDZ.mjs";
|
|
60
60
|
import "../chunk-AW5YSLLD.mjs";
|
|
61
|
-
import "../chunk-
|
|
61
|
+
import "../chunk-7GUCOSYM.mjs";
|
|
62
62
|
import "../chunk-LDF5MYJM.mjs";
|
|
63
63
|
import "../chunk-MJLY7GMU.mjs";
|
|
64
64
|
import "../chunk-QTTQGTUG.mjs";
|
|
@@ -58,7 +58,7 @@ import "../chunk-I4JWS2YO.mjs";
|
|
|
58
58
|
import "../chunk-4PZ4DA6G.mjs";
|
|
59
59
|
import "../chunk-JT3YEKDZ.mjs";
|
|
60
60
|
import "../chunk-AW5YSLLD.mjs";
|
|
61
|
-
import "../chunk-
|
|
61
|
+
import "../chunk-7GUCOSYM.mjs";
|
|
62
62
|
import "../chunk-LDF5MYJM.mjs";
|
|
63
63
|
import "../chunk-MJLY7GMU.mjs";
|
|
64
64
|
import "../chunk-QTTQGTUG.mjs";
|
|
@@ -58,7 +58,7 @@ import "../chunk-I4JWS2YO.mjs";
|
|
|
58
58
|
import "../chunk-4PZ4DA6G.mjs";
|
|
59
59
|
import "../chunk-JT3YEKDZ.mjs";
|
|
60
60
|
import "../chunk-AW5YSLLD.mjs";
|
|
61
|
-
import "../chunk-
|
|
61
|
+
import "../chunk-7GUCOSYM.mjs";
|
|
62
62
|
import "../chunk-LDF5MYJM.mjs";
|
|
63
63
|
import "../chunk-MJLY7GMU.mjs";
|
|
64
64
|
import "../chunk-QTTQGTUG.mjs";
|
|
@@ -58,7 +58,7 @@ import "../chunk-I4JWS2YO.mjs";
|
|
|
58
58
|
import "../chunk-4PZ4DA6G.mjs";
|
|
59
59
|
import "../chunk-JT3YEKDZ.mjs";
|
|
60
60
|
import "../chunk-AW5YSLLD.mjs";
|
|
61
|
-
import "../chunk-
|
|
61
|
+
import "../chunk-7GUCOSYM.mjs";
|
|
62
62
|
import "../chunk-LDF5MYJM.mjs";
|
|
63
63
|
import "../chunk-MJLY7GMU.mjs";
|
|
64
64
|
import "../chunk-QTTQGTUG.mjs";
|
|
@@ -58,7 +58,7 @@ import "../chunk-I4JWS2YO.mjs";
|
|
|
58
58
|
import "../chunk-4PZ4DA6G.mjs";
|
|
59
59
|
import "../chunk-JT3YEKDZ.mjs";
|
|
60
60
|
import "../chunk-AW5YSLLD.mjs";
|
|
61
|
-
import "../chunk-
|
|
61
|
+
import "../chunk-7GUCOSYM.mjs";
|
|
62
62
|
import "../chunk-LDF5MYJM.mjs";
|
|
63
63
|
import "../chunk-MJLY7GMU.mjs";
|
|
64
64
|
import "../chunk-QTTQGTUG.mjs";
|
|
@@ -58,7 +58,7 @@ import "../chunk-I4JWS2YO.mjs";
|
|
|
58
58
|
import "../chunk-4PZ4DA6G.mjs";
|
|
59
59
|
import "../chunk-JT3YEKDZ.mjs";
|
|
60
60
|
import "../chunk-AW5YSLLD.mjs";
|
|
61
|
-
import "../chunk-
|
|
61
|
+
import "../chunk-7GUCOSYM.mjs";
|
|
62
62
|
import "../chunk-LDF5MYJM.mjs";
|
|
63
63
|
import "../chunk-MJLY7GMU.mjs";
|
|
64
64
|
import "../chunk-QTTQGTUG.mjs";
|
|
@@ -58,7 +58,7 @@ import "../chunk-I4JWS2YO.mjs";
|
|
|
58
58
|
import "../chunk-4PZ4DA6G.mjs";
|
|
59
59
|
import "../chunk-JT3YEKDZ.mjs";
|
|
60
60
|
import "../chunk-AW5YSLLD.mjs";
|
|
61
|
-
import "../chunk-
|
|
61
|
+
import "../chunk-7GUCOSYM.mjs";
|
|
62
62
|
import "../chunk-LDF5MYJM.mjs";
|
|
63
63
|
import "../chunk-MJLY7GMU.mjs";
|
|
64
64
|
import "../chunk-QTTQGTUG.mjs";
|
|
@@ -58,7 +58,7 @@ import "../chunk-I4JWS2YO.mjs";
|
|
|
58
58
|
import "../chunk-4PZ4DA6G.mjs";
|
|
59
59
|
import "../chunk-JT3YEKDZ.mjs";
|
|
60
60
|
import "../chunk-AW5YSLLD.mjs";
|
|
61
|
-
import "../chunk-
|
|
61
|
+
import "../chunk-7GUCOSYM.mjs";
|
|
62
62
|
import "../chunk-LDF5MYJM.mjs";
|
|
63
63
|
import "../chunk-MJLY7GMU.mjs";
|
|
64
64
|
import "../chunk-QTTQGTUG.mjs";
|
|
@@ -58,7 +58,7 @@ import "../chunk-I4JWS2YO.mjs";
|
|
|
58
58
|
import "../chunk-4PZ4DA6G.mjs";
|
|
59
59
|
import "../chunk-JT3YEKDZ.mjs";
|
|
60
60
|
import "../chunk-AW5YSLLD.mjs";
|
|
61
|
-
import "../chunk-
|
|
61
|
+
import "../chunk-7GUCOSYM.mjs";
|
|
62
62
|
import "../chunk-LDF5MYJM.mjs";
|
|
63
63
|
import "../chunk-MJLY7GMU.mjs";
|
|
64
64
|
import "../chunk-QTTQGTUG.mjs";
|
|
@@ -58,7 +58,7 @@ import "../chunk-I4JWS2YO.mjs";
|
|
|
58
58
|
import "../chunk-4PZ4DA6G.mjs";
|
|
59
59
|
import "../chunk-JT3YEKDZ.mjs";
|
|
60
60
|
import "../chunk-AW5YSLLD.mjs";
|
|
61
|
-
import "../chunk-
|
|
61
|
+
import "../chunk-7GUCOSYM.mjs";
|
|
62
62
|
import "../chunk-LDF5MYJM.mjs";
|
|
63
63
|
import "../chunk-MJLY7GMU.mjs";
|
|
64
64
|
import "../chunk-QTTQGTUG.mjs";
|
|
@@ -58,7 +58,7 @@ import "../chunk-I4JWS2YO.mjs";
|
|
|
58
58
|
import "../chunk-4PZ4DA6G.mjs";
|
|
59
59
|
import "../chunk-JT3YEKDZ.mjs";
|
|
60
60
|
import "../chunk-AW5YSLLD.mjs";
|
|
61
|
-
import "../chunk-
|
|
61
|
+
import "../chunk-7GUCOSYM.mjs";
|
|
62
62
|
import "../chunk-LDF5MYJM.mjs";
|
|
63
63
|
import "../chunk-MJLY7GMU.mjs";
|
|
64
64
|
import "../chunk-QTTQGTUG.mjs";
|
|
@@ -58,7 +58,7 @@ import "../chunk-I4JWS2YO.mjs";
|
|
|
58
58
|
import "../chunk-4PZ4DA6G.mjs";
|
|
59
59
|
import "../chunk-JT3YEKDZ.mjs";
|
|
60
60
|
import "../chunk-AW5YSLLD.mjs";
|
|
61
|
-
import "../chunk-
|
|
61
|
+
import "../chunk-7GUCOSYM.mjs";
|
|
62
62
|
import "../chunk-LDF5MYJM.mjs";
|
|
63
63
|
import "../chunk-MJLY7GMU.mjs";
|
|
64
64
|
import "../chunk-QTTQGTUG.mjs";
|
|
@@ -58,7 +58,7 @@ import "../chunk-I4JWS2YO.mjs";
|
|
|
58
58
|
import "../chunk-4PZ4DA6G.mjs";
|
|
59
59
|
import "../chunk-JT3YEKDZ.mjs";
|
|
60
60
|
import "../chunk-AW5YSLLD.mjs";
|
|
61
|
-
import "../chunk-
|
|
61
|
+
import "../chunk-7GUCOSYM.mjs";
|
|
62
62
|
import "../chunk-LDF5MYJM.mjs";
|
|
63
63
|
import "../chunk-MJLY7GMU.mjs";
|
|
64
64
|
import "../chunk-QTTQGTUG.mjs";
|
|
@@ -58,7 +58,7 @@ import "../chunk-I4JWS2YO.mjs";
|
|
|
58
58
|
import "../chunk-4PZ4DA6G.mjs";
|
|
59
59
|
import "../chunk-JT3YEKDZ.mjs";
|
|
60
60
|
import "../chunk-AW5YSLLD.mjs";
|
|
61
|
-
import "../chunk-
|
|
61
|
+
import "../chunk-7GUCOSYM.mjs";
|
|
62
62
|
import "../chunk-LDF5MYJM.mjs";
|
|
63
63
|
import "../chunk-MJLY7GMU.mjs";
|
|
64
64
|
import "../chunk-QTTQGTUG.mjs";
|
|
@@ -58,7 +58,7 @@ import "../chunk-I4JWS2YO.mjs";
|
|
|
58
58
|
import "../chunk-4PZ4DA6G.mjs";
|
|
59
59
|
import "../chunk-JT3YEKDZ.mjs";
|
|
60
60
|
import "../chunk-AW5YSLLD.mjs";
|
|
61
|
-
import "../chunk-
|
|
61
|
+
import "../chunk-7GUCOSYM.mjs";
|
|
62
62
|
import "../chunk-LDF5MYJM.mjs";
|
|
63
63
|
import "../chunk-MJLY7GMU.mjs";
|
|
64
64
|
import "../chunk-QTTQGTUG.mjs";
|
|
@@ -58,7 +58,7 @@ import "../chunk-I4JWS2YO.mjs";
|
|
|
58
58
|
import "../chunk-4PZ4DA6G.mjs";
|
|
59
59
|
import "../chunk-JT3YEKDZ.mjs";
|
|
60
60
|
import "../chunk-AW5YSLLD.mjs";
|
|
61
|
-
import "../chunk-
|
|
61
|
+
import "../chunk-7GUCOSYM.mjs";
|
|
62
62
|
import "../chunk-LDF5MYJM.mjs";
|
|
63
63
|
import "../chunk-MJLY7GMU.mjs";
|
|
64
64
|
import "../chunk-QTTQGTUG.mjs";
|
|
@@ -58,7 +58,7 @@ import "../chunk-I4JWS2YO.mjs";
|
|
|
58
58
|
import "../chunk-4PZ4DA6G.mjs";
|
|
59
59
|
import "../chunk-JT3YEKDZ.mjs";
|
|
60
60
|
import "../chunk-AW5YSLLD.mjs";
|
|
61
|
-
import "../chunk-
|
|
61
|
+
import "../chunk-7GUCOSYM.mjs";
|
|
62
62
|
import "../chunk-LDF5MYJM.mjs";
|
|
63
63
|
import "../chunk-MJLY7GMU.mjs";
|
|
64
64
|
import "../chunk-QTTQGTUG.mjs";
|
|
@@ -58,7 +58,7 @@ import "../chunk-I4JWS2YO.mjs";
|
|
|
58
58
|
import "../chunk-4PZ4DA6G.mjs";
|
|
59
59
|
import "../chunk-JT3YEKDZ.mjs";
|
|
60
60
|
import "../chunk-AW5YSLLD.mjs";
|
|
61
|
-
import "../chunk-
|
|
61
|
+
import "../chunk-7GUCOSYM.mjs";
|
|
62
62
|
import "../chunk-LDF5MYJM.mjs";
|
|
63
63
|
import "../chunk-MJLY7GMU.mjs";
|
|
64
64
|
import "../chunk-QTTQGTUG.mjs";
|
|
@@ -58,7 +58,7 @@ import "../chunk-I4JWS2YO.mjs";
|
|
|
58
58
|
import "../chunk-4PZ4DA6G.mjs";
|
|
59
59
|
import "../chunk-JT3YEKDZ.mjs";
|
|
60
60
|
import "../chunk-AW5YSLLD.mjs";
|
|
61
|
-
import "../chunk-
|
|
61
|
+
import "../chunk-7GUCOSYM.mjs";
|
|
62
62
|
import "../chunk-LDF5MYJM.mjs";
|
|
63
63
|
import "../chunk-MJLY7GMU.mjs";
|
|
64
64
|
import "../chunk-QTTQGTUG.mjs";
|
|
@@ -58,7 +58,7 @@ import "../chunk-I4JWS2YO.mjs";
|
|
|
58
58
|
import "../chunk-4PZ4DA6G.mjs";
|
|
59
59
|
import "../chunk-JT3YEKDZ.mjs";
|
|
60
60
|
import "../chunk-AW5YSLLD.mjs";
|
|
61
|
-
import "../chunk-
|
|
61
|
+
import "../chunk-7GUCOSYM.mjs";
|
|
62
62
|
import "../chunk-LDF5MYJM.mjs";
|
|
63
63
|
import "../chunk-MJLY7GMU.mjs";
|
|
64
64
|
import "../chunk-QTTQGTUG.mjs";
|
|
@@ -58,7 +58,7 @@ import "../chunk-I4JWS2YO.mjs";
|
|
|
58
58
|
import "../chunk-4PZ4DA6G.mjs";
|
|
59
59
|
import "../chunk-JT3YEKDZ.mjs";
|
|
60
60
|
import "../chunk-AW5YSLLD.mjs";
|
|
61
|
-
import "../chunk-
|
|
61
|
+
import "../chunk-7GUCOSYM.mjs";
|
|
62
62
|
import "../chunk-LDF5MYJM.mjs";
|
|
63
63
|
import "../chunk-MJLY7GMU.mjs";
|
|
64
64
|
import "../chunk-QTTQGTUG.mjs";
|
|
@@ -58,7 +58,7 @@ import "../chunk-I4JWS2YO.mjs";
|
|
|
58
58
|
import "../chunk-4PZ4DA6G.mjs";
|
|
59
59
|
import "../chunk-JT3YEKDZ.mjs";
|
|
60
60
|
import "../chunk-AW5YSLLD.mjs";
|
|
61
|
-
import "../chunk-
|
|
61
|
+
import "../chunk-7GUCOSYM.mjs";
|
|
62
62
|
import "../chunk-LDF5MYJM.mjs";
|
|
63
63
|
import "../chunk-MJLY7GMU.mjs";
|
|
64
64
|
import "../chunk-QTTQGTUG.mjs";
|
|
@@ -58,7 +58,7 @@ import "../chunk-I4JWS2YO.mjs";
|
|
|
58
58
|
import "../chunk-4PZ4DA6G.mjs";
|
|
59
59
|
import "../chunk-JT3YEKDZ.mjs";
|
|
60
60
|
import "../chunk-AW5YSLLD.mjs";
|
|
61
|
-
import "../chunk-
|
|
61
|
+
import "../chunk-7GUCOSYM.mjs";
|
|
62
62
|
import "../chunk-LDF5MYJM.mjs";
|
|
63
63
|
import "../chunk-MJLY7GMU.mjs";
|
|
64
64
|
import "../chunk-QTTQGTUG.mjs";
|
|
@@ -58,7 +58,7 @@ import "../chunk-I4JWS2YO.mjs";
|
|
|
58
58
|
import "../chunk-4PZ4DA6G.mjs";
|
|
59
59
|
import "../chunk-JT3YEKDZ.mjs";
|
|
60
60
|
import "../chunk-AW5YSLLD.mjs";
|
|
61
|
-
import "../chunk-
|
|
61
|
+
import "../chunk-7GUCOSYM.mjs";
|
|
62
62
|
import "../chunk-LDF5MYJM.mjs";
|
|
63
63
|
import "../chunk-MJLY7GMU.mjs";
|
|
64
64
|
import "../chunk-QTTQGTUG.mjs";
|
|
@@ -58,7 +58,7 @@ import "../chunk-I4JWS2YO.mjs";
|
|
|
58
58
|
import "../chunk-4PZ4DA6G.mjs";
|
|
59
59
|
import "../chunk-JT3YEKDZ.mjs";
|
|
60
60
|
import "../chunk-AW5YSLLD.mjs";
|
|
61
|
-
import "../chunk-
|
|
61
|
+
import "../chunk-7GUCOSYM.mjs";
|
|
62
62
|
import "../chunk-LDF5MYJM.mjs";
|
|
63
63
|
import "../chunk-MJLY7GMU.mjs";
|
|
64
64
|
import "../chunk-QTTQGTUG.mjs";
|
|
@@ -58,7 +58,7 @@ import "../chunk-I4JWS2YO.mjs";
|
|
|
58
58
|
import "../chunk-4PZ4DA6G.mjs";
|
|
59
59
|
import "../chunk-JT3YEKDZ.mjs";
|
|
60
60
|
import "../chunk-AW5YSLLD.mjs";
|
|
61
|
-
import "../chunk-
|
|
61
|
+
import "../chunk-7GUCOSYM.mjs";
|
|
62
62
|
import "../chunk-LDF5MYJM.mjs";
|
|
63
63
|
import "../chunk-MJLY7GMU.mjs";
|
|
64
64
|
import "../chunk-QTTQGTUG.mjs";
|
|
@@ -58,7 +58,7 @@ import "../chunk-I4JWS2YO.mjs";
|
|
|
58
58
|
import "../chunk-4PZ4DA6G.mjs";
|
|
59
59
|
import "../chunk-JT3YEKDZ.mjs";
|
|
60
60
|
import "../chunk-AW5YSLLD.mjs";
|
|
61
|
-
import "../chunk-
|
|
61
|
+
import "../chunk-7GUCOSYM.mjs";
|
|
62
62
|
import "../chunk-LDF5MYJM.mjs";
|
|
63
63
|
import "../chunk-MJLY7GMU.mjs";
|
|
64
64
|
import "../chunk-QTTQGTUG.mjs";
|
|
@@ -58,7 +58,7 @@ import "../chunk-I4JWS2YO.mjs";
|
|
|
58
58
|
import "../chunk-4PZ4DA6G.mjs";
|
|
59
59
|
import "../chunk-JT3YEKDZ.mjs";
|
|
60
60
|
import "../chunk-AW5YSLLD.mjs";
|
|
61
|
-
import "../chunk-
|
|
61
|
+
import "../chunk-7GUCOSYM.mjs";
|
|
62
62
|
import "../chunk-LDF5MYJM.mjs";
|
|
63
63
|
import "../chunk-MJLY7GMU.mjs";
|
|
64
64
|
import "../chunk-QTTQGTUG.mjs";
|
|
@@ -58,7 +58,7 @@ import "../chunk-I4JWS2YO.mjs";
|
|
|
58
58
|
import "../chunk-4PZ4DA6G.mjs";
|
|
59
59
|
import "../chunk-JT3YEKDZ.mjs";
|
|
60
60
|
import "../chunk-AW5YSLLD.mjs";
|
|
61
|
-
import "../chunk-
|
|
61
|
+
import "../chunk-7GUCOSYM.mjs";
|
|
62
62
|
import "../chunk-LDF5MYJM.mjs";
|
|
63
63
|
import "../chunk-MJLY7GMU.mjs";
|
|
64
64
|
import "../chunk-QTTQGTUG.mjs";
|
|
@@ -58,7 +58,7 @@ import "../chunk-I4JWS2YO.mjs";
|
|
|
58
58
|
import "../chunk-4PZ4DA6G.mjs";
|
|
59
59
|
import "../chunk-JT3YEKDZ.mjs";
|
|
60
60
|
import "../chunk-AW5YSLLD.mjs";
|
|
61
|
-
import "../chunk-
|
|
61
|
+
import "../chunk-7GUCOSYM.mjs";
|
|
62
62
|
import "../chunk-LDF5MYJM.mjs";
|
|
63
63
|
import "../chunk-MJLY7GMU.mjs";
|
|
64
64
|
import "../chunk-QTTQGTUG.mjs";
|
|
@@ -58,7 +58,7 @@ import "../chunk-I4JWS2YO.mjs";
|
|
|
58
58
|
import "../chunk-4PZ4DA6G.mjs";
|
|
59
59
|
import "../chunk-JT3YEKDZ.mjs";
|
|
60
60
|
import "../chunk-AW5YSLLD.mjs";
|
|
61
|
-
import "../chunk-
|
|
61
|
+
import "../chunk-7GUCOSYM.mjs";
|
|
62
62
|
import "../chunk-LDF5MYJM.mjs";
|
|
63
63
|
import "../chunk-MJLY7GMU.mjs";
|
|
64
64
|
import "../chunk-QTTQGTUG.mjs";
|
|
@@ -58,7 +58,7 @@ import "../chunk-I4JWS2YO.mjs";
|
|
|
58
58
|
import "../chunk-4PZ4DA6G.mjs";
|
|
59
59
|
import "../chunk-JT3YEKDZ.mjs";
|
|
60
60
|
import "../chunk-AW5YSLLD.mjs";
|
|
61
|
-
import "../chunk-
|
|
61
|
+
import "../chunk-7GUCOSYM.mjs";
|
|
62
62
|
import "../chunk-LDF5MYJM.mjs";
|
|
63
63
|
import "../chunk-MJLY7GMU.mjs";
|
|
64
64
|
import "../chunk-QTTQGTUG.mjs";
|
|
@@ -58,7 +58,7 @@ import "../chunk-I4JWS2YO.mjs";
|
|
|
58
58
|
import "../chunk-4PZ4DA6G.mjs";
|
|
59
59
|
import "../chunk-JT3YEKDZ.mjs";
|
|
60
60
|
import "../chunk-AW5YSLLD.mjs";
|
|
61
|
-
import "../chunk-
|
|
61
|
+
import "../chunk-7GUCOSYM.mjs";
|
|
62
62
|
import "../chunk-LDF5MYJM.mjs";
|
|
63
63
|
import "../chunk-MJLY7GMU.mjs";
|
|
64
64
|
import "../chunk-QTTQGTUG.mjs";
|
|
@@ -58,7 +58,7 @@ import "../chunk-I4JWS2YO.mjs";
|
|
|
58
58
|
import "../chunk-4PZ4DA6G.mjs";
|
|
59
59
|
import "../chunk-JT3YEKDZ.mjs";
|
|
60
60
|
import "../chunk-AW5YSLLD.mjs";
|
|
61
|
-
import "../chunk-
|
|
61
|
+
import "../chunk-7GUCOSYM.mjs";
|
|
62
62
|
import "../chunk-LDF5MYJM.mjs";
|
|
63
63
|
import "../chunk-MJLY7GMU.mjs";
|
|
64
64
|
import "../chunk-QTTQGTUG.mjs";
|
package/dist/index.d.mts
CHANGED
|
@@ -16,7 +16,7 @@ export { V2ContributionsCard3dSecureExecContributionPostHeader, V2ContributionsC
|
|
|
16
16
|
export { V2ContributionsRetryContributionPostHeader, V2ContributionsRetryContributionPostQuery, V2ContributionsRetryContributionPostRequestBody, V2ContributionsRetryContributionPostResponse, buildV2ContributionsRetryContributionPostFetcher, postV2ContributionsRetryContribution } from './fetch/v2ContributionsRetryContribution.mjs';
|
|
17
17
|
export { V2ContributionsCard3dSecureRetryContributionPostHeader, V2ContributionsCard3dSecureRetryContributionPostRequestBody, V2ContributionsCard3dSecureRetryContributionPostResponse, buildV2ContributionsCard3dSecureRetryContributionPostFetcher, postV2ContributionsCard3dSecureRetryContribution } from './fetch/v2ContributionsCard3dSecureRetryContribution.mjs';
|
|
18
18
|
export { V2ContributionsRecommendedProjectsGetQuery, V2ContributionsRecommendedProjectsGetResponse, buildV2ContributionsRecommendedProjectsGetFetcher, getV2ContributionsRecommendedProjects } from './fetch/v2ContributionsRecommendedProjects.mjs';
|
|
19
|
-
export { V2ContributionsRecommendedTagsGetResponse, buildV2ContributionsRecommendedTagsGetFetcher, getV2ContributionsRecommendedTags } from './fetch/v2ContributionsRecommendedTags.mjs';
|
|
19
|
+
export { V2ContributionsRecommendedTagsGetQuery, V2ContributionsRecommendedTagsGetResponse, buildV2ContributionsRecommendedTagsGetFetcher, getV2ContributionsRecommendedTags } from './fetch/v2ContributionsRecommendedTags.mjs';
|
|
20
20
|
export { V2ContributionsPostCommentPostRequestBody, V2ContributionsPostCommentPostResponse, buildV2ContributionsPostCommentPostFetcher, postV2ContributionsPostComment } from './fetch/v2ContributionsPostComment.mjs';
|
|
21
21
|
export { V2ContributionsUpdateCommentedUserNamePatchRequestBody, V2ContributionsUpdateCommentedUserNamePatchResponse, buildV2ContributionsUpdateCommentedUserNamePatchFetcher, patchV2ContributionsUpdateCommentedUserName } from './fetch/v2ContributionsUpdateCommentedUserName.mjs';
|
|
22
22
|
export { V2ContributionsRecurringChangePaymentInfoPostHeader, V2ContributionsRecurringChangePaymentInfoPostQuery, V2ContributionsRecurringChangePaymentInfoPostRequestBody, V2ContributionsRecurringChangePaymentInfoPostResponse, buildV2ContributionsRecurringChangePaymentInfoPostFetcher, postV2ContributionsRecurringChangePaymentInfo } from './fetch/v2ContributionsRecurringChangePaymentInfo.mjs';
|
package/dist/index.d.ts
CHANGED
|
@@ -16,7 +16,7 @@ export { V2ContributionsCard3dSecureExecContributionPostHeader, V2ContributionsC
|
|
|
16
16
|
export { V2ContributionsRetryContributionPostHeader, V2ContributionsRetryContributionPostQuery, V2ContributionsRetryContributionPostRequestBody, V2ContributionsRetryContributionPostResponse, buildV2ContributionsRetryContributionPostFetcher, postV2ContributionsRetryContribution } from './fetch/v2ContributionsRetryContribution.js';
|
|
17
17
|
export { V2ContributionsCard3dSecureRetryContributionPostHeader, V2ContributionsCard3dSecureRetryContributionPostRequestBody, V2ContributionsCard3dSecureRetryContributionPostResponse, buildV2ContributionsCard3dSecureRetryContributionPostFetcher, postV2ContributionsCard3dSecureRetryContribution } from './fetch/v2ContributionsCard3dSecureRetryContribution.js';
|
|
18
18
|
export { V2ContributionsRecommendedProjectsGetQuery, V2ContributionsRecommendedProjectsGetResponse, buildV2ContributionsRecommendedProjectsGetFetcher, getV2ContributionsRecommendedProjects } from './fetch/v2ContributionsRecommendedProjects.js';
|
|
19
|
-
export { V2ContributionsRecommendedTagsGetResponse, buildV2ContributionsRecommendedTagsGetFetcher, getV2ContributionsRecommendedTags } from './fetch/v2ContributionsRecommendedTags.js';
|
|
19
|
+
export { V2ContributionsRecommendedTagsGetQuery, V2ContributionsRecommendedTagsGetResponse, buildV2ContributionsRecommendedTagsGetFetcher, getV2ContributionsRecommendedTags } from './fetch/v2ContributionsRecommendedTags.js';
|
|
20
20
|
export { V2ContributionsPostCommentPostRequestBody, V2ContributionsPostCommentPostResponse, buildV2ContributionsPostCommentPostFetcher, postV2ContributionsPostComment } from './fetch/v2ContributionsPostComment.js';
|
|
21
21
|
export { V2ContributionsUpdateCommentedUserNamePatchRequestBody, V2ContributionsUpdateCommentedUserNamePatchResponse, buildV2ContributionsUpdateCommentedUserNamePatchFetcher, patchV2ContributionsUpdateCommentedUserName } from './fetch/v2ContributionsUpdateCommentedUserName.js';
|
|
22
22
|
export { V2ContributionsRecurringChangePaymentInfoPostHeader, V2ContributionsRecurringChangePaymentInfoPostQuery, V2ContributionsRecurringChangePaymentInfoPostRequestBody, V2ContributionsRecurringChangePaymentInfoPostResponse, buildV2ContributionsRecurringChangePaymentInfoPostFetcher, postV2ContributionsRecurringChangePaymentInfo } from './fetch/v2ContributionsRecurringChangePaymentInfo.js';
|
package/dist/index.js
CHANGED
|
@@ -1740,8 +1740,8 @@ var getV2ContributionsRecommendedProjects = (query, requestInit) => buildV2Contr
|
|
|
1740
1740
|
// src/fetch/v2ContributionsRecommendedTags.ts
|
|
1741
1741
|
var import_api_client_base17 = require("@readyfor/api-client-base");
|
|
1742
1742
|
var buildV2ContributionsRecommendedTagsGetFetcher = (requestInit) => (0, import_api_client_base17.createJsonFetcher)(Contributions_RecommendedTags, { ...requestInit });
|
|
1743
|
-
var getV2ContributionsRecommendedTags = (requestInit) => buildV2ContributionsRecommendedTagsGetFetcher()(
|
|
1744
|
-
(0, import_api_client_base17.__internal__requestUrl)("/api/v2/contributions/recommended_tags"),
|
|
1743
|
+
var getV2ContributionsRecommendedTags = (query, requestInit) => buildV2ContributionsRecommendedTagsGetFetcher()(
|
|
1744
|
+
(0, import_api_client_base17.__internal__requestUrl)("/api/v2/contributions/recommended_tags", {}, query),
|
|
1745
1745
|
{ ...requestInit, method: "GET" }
|
|
1746
1746
|
);
|
|
1747
1747
|
|
package/dist/index.mjs
CHANGED
|
@@ -230,7 +230,7 @@ import {
|
|
|
230
230
|
import {
|
|
231
231
|
buildV2ContributionsRecommendedTagsGetFetcher,
|
|
232
232
|
getV2ContributionsRecommendedTags
|
|
233
|
-
} from "./chunk-
|
|
233
|
+
} from "./chunk-7GUCOSYM.mjs";
|
|
234
234
|
import {
|
|
235
235
|
buildV2ContributionsRecurringCancelContributionPostFetcher,
|
|
236
236
|
postV2ContributionsRecurringCancelContribution
|
package/dist/schemaType.d.mts
CHANGED
|
@@ -5199,6 +5199,11 @@ interface operations {
|
|
|
5199
5199
|
* - 「あなたにおすすめ」系を'contributions'に含めるかは論点ありそうだけど一旦含める
|
|
5200
5200
|
*/
|
|
5201
5201
|
Contributions_RecommendedTags: {
|
|
5202
|
+
parameters: {
|
|
5203
|
+
query: {
|
|
5204
|
+
project_id: string;
|
|
5205
|
+
};
|
|
5206
|
+
};
|
|
5202
5207
|
responses: {
|
|
5203
5208
|
/** @description OK */
|
|
5204
5209
|
200: {
|
package/dist/schemaType.d.ts
CHANGED
|
@@ -5199,6 +5199,11 @@ interface operations {
|
|
|
5199
5199
|
* - 「あなたにおすすめ」系を'contributions'に含めるかは論点ありそうだけど一旦含める
|
|
5200
5200
|
*/
|
|
5201
5201
|
Contributions_RecommendedTags: {
|
|
5202
|
+
parameters: {
|
|
5203
|
+
query: {
|
|
5204
|
+
project_id: string;
|
|
5205
|
+
};
|
|
5206
|
+
};
|
|
5202
5207
|
responses: {
|
|
5203
5208
|
/** @description OK */
|
|
5204
5209
|
200: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@readyfor/api-client-readyfor-api",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.242.0-pr983.1fe2a3e",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -20,27 +20,31 @@
|
|
|
20
20
|
"require": "./dist/hooks/index.js"
|
|
21
21
|
}
|
|
22
22
|
},
|
|
23
|
-
"
|
|
24
|
-
"
|
|
23
|
+
"typesVersions": {
|
|
24
|
+
"*": {
|
|
25
|
+
"hooks": [
|
|
26
|
+
"./dist/hooks/index.d.ts"
|
|
27
|
+
]
|
|
28
|
+
}
|
|
25
29
|
},
|
|
26
30
|
"dependencies": {
|
|
27
31
|
"qs": "6.14.0",
|
|
28
32
|
"zod": "^3.24.1"
|
|
29
33
|
},
|
|
30
34
|
"devDependencies": {
|
|
31
|
-
"@readyfor/api-client-base": "0.241.0",
|
|
32
35
|
"@types/qs": "6.9.18",
|
|
33
36
|
"@types/react": "19.1.2",
|
|
34
37
|
"@types/use-sync-external-store": "1.5.0",
|
|
35
|
-
"react": "
|
|
36
|
-
"swr": "
|
|
37
|
-
"use-sync-external-store": "
|
|
38
|
+
"react": "19.1.0",
|
|
39
|
+
"swr": "2.3.3",
|
|
40
|
+
"use-sync-external-store": "1.5.0",
|
|
41
|
+
"@readyfor/api-client-base": "0.242.0-pr983.1fe2a3e"
|
|
38
42
|
},
|
|
39
43
|
"peerDependencies": {
|
|
40
|
-
"@readyfor/api-client-base": "*",
|
|
41
44
|
"react": ">=18.x <=19.x",
|
|
42
45
|
"swr": "^2.2.5",
|
|
43
|
-
"use-sync-external-store": "^1.2.2"
|
|
46
|
+
"use-sync-external-store": "^1.2.2",
|
|
47
|
+
"@readyfor/api-client-base": "0.242.0-pr983.1fe2a3e"
|
|
44
48
|
},
|
|
45
49
|
"peerDependenciesMeta": {
|
|
46
50
|
"react": {
|
|
@@ -65,5 +69,7 @@
|
|
|
65
69
|
"src"
|
|
66
70
|
]
|
|
67
71
|
},
|
|
68
|
-
"
|
|
69
|
-
|
|
72
|
+
"scripts": {
|
|
73
|
+
"build": "tsup"
|
|
74
|
+
}
|
|
75
|
+
}
|