@readyfor/api-client-readyfor 0.255.0-pr999.a5c8304 → 0.255.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/fetch/v1BanksSearch.d.mts +2 -2
- package/dist/fetch/v1BanksSearch.d.ts +2 -2
- package/dist/fetch/v1BranchesSearch.d.mts +2 -2
- package/dist/fetch/v1BranchesSearch.d.ts +2 -2
- package/dist/fetch/v1EngagementTags.d.mts +4 -4
- package/dist/fetch/v1EngagementTags.d.ts +4 -4
- package/dist/fetch/v1EngagementTagsTagKeyword.d.mts +6 -6
- package/dist/fetch/v1EngagementTagsTagKeyword.d.ts +6 -6
- package/dist/fetch/v1GroupTypes.d.mts +2 -2
- package/dist/fetch/v1GroupTypes.d.ts +2 -2
- package/dist/fetch/v1MyBulkMessagesBulkMessageIdToUsers.d.mts +2 -2
- package/dist/fetch/v1MyBulkMessagesBulkMessageIdToUsers.d.ts +2 -2
- package/dist/fetch/v1MyEngagementFavoriteTags.d.mts +4 -4
- package/dist/fetch/v1MyEngagementFavoriteTags.d.ts +4 -4
- package/dist/fetch/v1MyFundraisingBulkMessagesBulkMessageIdSentUsers.d.mts +2 -2
- package/dist/fetch/v1MyFundraisingBulkMessagesBulkMessageIdSentUsers.d.ts +2 -2
- package/dist/fetch/v1MyFundraisingMessageRoomsMessageRoomId.d.mts +2 -2
- package/dist/fetch/v1MyFundraisingMessageRoomsMessageRoomId.d.ts +2 -2
- package/dist/fetch/v1MyFundraisingMessageRoomsMessageRoomIdMessages.d.mts +2 -2
- package/dist/fetch/v1MyFundraisingMessageRoomsMessageRoomIdMessages.d.ts +2 -2
- package/dist/fetch/v1MyMessagesExchangedUsers.d.mts +2 -2
- package/dist/fetch/v1MyMessagesExchangedUsers.d.ts +2 -2
- package/dist/fetch/v1MyProfile.d.mts +2 -2
- package/dist/fetch/v1MyProfile.d.ts +2 -2
- package/dist/fetch/v1MyProjectsProjectIdRewards.d.mts +2 -2
- package/dist/fetch/v1MyProjectsProjectIdRewards.d.ts +2 -2
- package/dist/fetch/v1MyProjectsProjectIdRewardsRewardId.d.mts +4 -4
- package/dist/fetch/v1MyProjectsProjectIdRewardsRewardId.d.ts +4 -4
- package/dist/fetch/v1ProjectsProjectIdComments.d.mts +2 -2
- package/dist/fetch/v1ProjectsProjectIdComments.d.ts +2 -2
- package/dist/fetch/v1ReadyforHeader.d.mts +10 -10
- package/dist/fetch/v1ReadyforHeader.d.ts +10 -10
- package/dist/fetch/v1ResourcesCommonHeader.d.mts +10 -10
- package/dist/fetch/v1ResourcesCommonHeader.d.ts +10 -10
- package/dist/fetch/v1Tags.d.mts +4 -4
- package/dist/fetch/v1Tags.d.ts +4 -4
- package/package.json +14 -13
|
@@ -4,18 +4,18 @@ import { ForceDig } from '@readyfor/api-client-base';
|
|
|
4
4
|
type V1BanksSearchGetOperation = paths["/api/v1/banks/search"]["get"];
|
|
5
5
|
type V1BanksSearchGetResponse = V1BanksSearchGetOperation["responses"]["200"]["content"]["application/json"];
|
|
6
6
|
declare const buildV1BanksSearchGetFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
|
|
7
|
-
value: string;
|
|
8
7
|
code: string;
|
|
9
8
|
name: string;
|
|
9
|
+
value: string;
|
|
10
10
|
}[]>;
|
|
11
11
|
type V1BanksSearchGetQuery = ForceDig<V1BanksSearchGetOperation, [
|
|
12
12
|
"parameters",
|
|
13
13
|
"query"
|
|
14
14
|
]>;
|
|
15
15
|
declare const getV1BanksSearch: (query: V1BanksSearchGetQuery, customRequestInit?: RequestInit) => Promise<{
|
|
16
|
-
value: string;
|
|
17
16
|
code: string;
|
|
18
17
|
name: string;
|
|
18
|
+
value: string;
|
|
19
19
|
}[]>;
|
|
20
20
|
|
|
21
21
|
export { type V1BanksSearchGetQuery, type V1BanksSearchGetResponse, buildV1BanksSearchGetFetcher, getV1BanksSearch };
|
|
@@ -4,18 +4,18 @@ import { ForceDig } from '@readyfor/api-client-base';
|
|
|
4
4
|
type V1BanksSearchGetOperation = paths["/api/v1/banks/search"]["get"];
|
|
5
5
|
type V1BanksSearchGetResponse = V1BanksSearchGetOperation["responses"]["200"]["content"]["application/json"];
|
|
6
6
|
declare const buildV1BanksSearchGetFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
|
|
7
|
-
value: string;
|
|
8
7
|
code: string;
|
|
9
8
|
name: string;
|
|
9
|
+
value: string;
|
|
10
10
|
}[]>;
|
|
11
11
|
type V1BanksSearchGetQuery = ForceDig<V1BanksSearchGetOperation, [
|
|
12
12
|
"parameters",
|
|
13
13
|
"query"
|
|
14
14
|
]>;
|
|
15
15
|
declare const getV1BanksSearch: (query: V1BanksSearchGetQuery, customRequestInit?: RequestInit) => Promise<{
|
|
16
|
-
value: string;
|
|
17
16
|
code: string;
|
|
18
17
|
name: string;
|
|
18
|
+
value: string;
|
|
19
19
|
}[]>;
|
|
20
20
|
|
|
21
21
|
export { type V1BanksSearchGetQuery, type V1BanksSearchGetResponse, buildV1BanksSearchGetFetcher, getV1BanksSearch };
|
|
@@ -4,18 +4,18 @@ import { ForceDig } from '@readyfor/api-client-base';
|
|
|
4
4
|
type V1BranchesSearchGetOperation = paths["/api/v1/branches/search"]["get"];
|
|
5
5
|
type V1BranchesSearchGetResponse = V1BranchesSearchGetOperation["responses"]["200"]["content"]["application/json"];
|
|
6
6
|
declare const buildV1BranchesSearchGetFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
|
|
7
|
-
value: number;
|
|
8
7
|
code: string;
|
|
9
8
|
name: string;
|
|
9
|
+
value: number;
|
|
10
10
|
}[]>;
|
|
11
11
|
type V1BranchesSearchGetQuery = ForceDig<V1BranchesSearchGetOperation, [
|
|
12
12
|
"parameters",
|
|
13
13
|
"query"
|
|
14
14
|
]>;
|
|
15
15
|
declare const getV1BranchesSearch: (query: V1BranchesSearchGetQuery, customRequestInit?: RequestInit) => Promise<{
|
|
16
|
-
value: number;
|
|
17
16
|
code: string;
|
|
18
17
|
name: string;
|
|
18
|
+
value: number;
|
|
19
19
|
}[]>;
|
|
20
20
|
|
|
21
21
|
export { type V1BranchesSearchGetQuery, type V1BranchesSearchGetResponse, buildV1BranchesSearchGetFetcher, getV1BranchesSearch };
|
|
@@ -4,18 +4,18 @@ import { ForceDig } from '@readyfor/api-client-base';
|
|
|
4
4
|
type V1BranchesSearchGetOperation = paths["/api/v1/branches/search"]["get"];
|
|
5
5
|
type V1BranchesSearchGetResponse = V1BranchesSearchGetOperation["responses"]["200"]["content"]["application/json"];
|
|
6
6
|
declare const buildV1BranchesSearchGetFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
|
|
7
|
-
value: number;
|
|
8
7
|
code: string;
|
|
9
8
|
name: string;
|
|
9
|
+
value: number;
|
|
10
10
|
}[]>;
|
|
11
11
|
type V1BranchesSearchGetQuery = ForceDig<V1BranchesSearchGetOperation, [
|
|
12
12
|
"parameters",
|
|
13
13
|
"query"
|
|
14
14
|
]>;
|
|
15
15
|
declare const getV1BranchesSearch: (query: V1BranchesSearchGetQuery, customRequestInit?: RequestInit) => Promise<{
|
|
16
|
-
value: number;
|
|
17
16
|
code: string;
|
|
18
17
|
name: string;
|
|
18
|
+
value: number;
|
|
19
19
|
}[]>;
|
|
20
20
|
|
|
21
21
|
export { type V1BranchesSearchGetQuery, type V1BranchesSearchGetResponse, buildV1BranchesSearchGetFetcher, getV1BranchesSearch };
|
|
@@ -4,9 +4,9 @@ import { ForceDig } from '@readyfor/api-client-base';
|
|
|
4
4
|
type V1EngagementTagsGetOperation = paths["/api/v1/engagement/tags"]["get"];
|
|
5
5
|
type V1EngagementTagsGetResponse = V1EngagementTagsGetOperation["responses"]["200"]["content"]["application/json"];
|
|
6
6
|
declare const buildV1EngagementTagsGetFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
|
|
7
|
-
type: 0 | 1 | 2 | 3;
|
|
8
|
-
id: number;
|
|
9
7
|
name: string;
|
|
8
|
+
type: 0 | 2 | 1 | 3;
|
|
9
|
+
id: number;
|
|
10
10
|
keyword: string;
|
|
11
11
|
parentIds: number[];
|
|
12
12
|
}[]>;
|
|
@@ -15,9 +15,9 @@ type V1EngagementTagsGetQuery = ForceDig<V1EngagementTagsGetOperation, [
|
|
|
15
15
|
"query"
|
|
16
16
|
]>;
|
|
17
17
|
declare const getV1EngagementTags: (query: V1EngagementTagsGetQuery, customRequestInit?: RequestInit) => Promise<{
|
|
18
|
-
type: 0 | 1 | 2 | 3;
|
|
19
|
-
id: number;
|
|
20
18
|
name: string;
|
|
19
|
+
type: 0 | 2 | 1 | 3;
|
|
20
|
+
id: number;
|
|
21
21
|
keyword: string;
|
|
22
22
|
parentIds: number[];
|
|
23
23
|
}[]>;
|
|
@@ -4,9 +4,9 @@ import { ForceDig } from '@readyfor/api-client-base';
|
|
|
4
4
|
type V1EngagementTagsGetOperation = paths["/api/v1/engagement/tags"]["get"];
|
|
5
5
|
type V1EngagementTagsGetResponse = V1EngagementTagsGetOperation["responses"]["200"]["content"]["application/json"];
|
|
6
6
|
declare const buildV1EngagementTagsGetFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
|
|
7
|
-
type: 0 | 1 | 2 | 3;
|
|
8
|
-
id: number;
|
|
9
7
|
name: string;
|
|
8
|
+
type: 0 | 2 | 1 | 3;
|
|
9
|
+
id: number;
|
|
10
10
|
keyword: string;
|
|
11
11
|
parentIds: number[];
|
|
12
12
|
}[]>;
|
|
@@ -15,9 +15,9 @@ type V1EngagementTagsGetQuery = ForceDig<V1EngagementTagsGetOperation, [
|
|
|
15
15
|
"query"
|
|
16
16
|
]>;
|
|
17
17
|
declare const getV1EngagementTags: (query: V1EngagementTagsGetQuery, customRequestInit?: RequestInit) => Promise<{
|
|
18
|
-
type: 0 | 1 | 2 | 3;
|
|
19
|
-
id: number;
|
|
20
18
|
name: string;
|
|
19
|
+
type: 0 | 2 | 1 | 3;
|
|
20
|
+
id: number;
|
|
21
21
|
keyword: string;
|
|
22
22
|
parentIds: number[];
|
|
23
23
|
}[]>;
|
|
@@ -4,16 +4,16 @@ import { ForceDig } from '@readyfor/api-client-base';
|
|
|
4
4
|
type V1EngagementTagsTagKeywordGetOperation = paths["/api/v1/engagement/tags/{tag_keyword}"]["get"];
|
|
5
5
|
type V1EngagementTagsTagKeywordGetResponse = V1EngagementTagsTagKeywordGetOperation["responses"]["200"]["content"]["application/json"];
|
|
6
6
|
declare const buildV1EngagementTagsTagKeywordGetFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
|
|
7
|
-
type: 0 | 1 | 2 | 3;
|
|
8
|
-
id: number;
|
|
9
7
|
name: string;
|
|
8
|
+
type: 0 | 2 | 1 | 3;
|
|
9
|
+
id: number;
|
|
10
10
|
keyword: string;
|
|
11
11
|
parentIds: number[];
|
|
12
12
|
thumbnailUrl: string | null;
|
|
13
13
|
metaDescription: string | null;
|
|
14
14
|
relatedTags: {
|
|
15
|
-
id?: number | undefined;
|
|
16
15
|
name?: string | undefined;
|
|
16
|
+
id?: number | undefined;
|
|
17
17
|
keyword?: string | undefined;
|
|
18
18
|
}[];
|
|
19
19
|
}>;
|
|
@@ -22,16 +22,16 @@ type V1EngagementTagsTagKeywordGetPath = ForceDig<V1EngagementTagsTagKeywordGetO
|
|
|
22
22
|
"path"
|
|
23
23
|
]>;
|
|
24
24
|
declare const getV1EngagementTagsTagKeyword: (path: V1EngagementTagsTagKeywordGetPath, customRequestInit?: RequestInit) => Promise<{
|
|
25
|
-
type: 0 | 1 | 2 | 3;
|
|
26
|
-
id: number;
|
|
27
25
|
name: string;
|
|
26
|
+
type: 0 | 2 | 1 | 3;
|
|
27
|
+
id: number;
|
|
28
28
|
keyword: string;
|
|
29
29
|
parentIds: number[];
|
|
30
30
|
thumbnailUrl: string | null;
|
|
31
31
|
metaDescription: string | null;
|
|
32
32
|
relatedTags: {
|
|
33
|
-
id?: number | undefined;
|
|
34
33
|
name?: string | undefined;
|
|
34
|
+
id?: number | undefined;
|
|
35
35
|
keyword?: string | undefined;
|
|
36
36
|
}[];
|
|
37
37
|
}>;
|
|
@@ -4,16 +4,16 @@ import { ForceDig } from '@readyfor/api-client-base';
|
|
|
4
4
|
type V1EngagementTagsTagKeywordGetOperation = paths["/api/v1/engagement/tags/{tag_keyword}"]["get"];
|
|
5
5
|
type V1EngagementTagsTagKeywordGetResponse = V1EngagementTagsTagKeywordGetOperation["responses"]["200"]["content"]["application/json"];
|
|
6
6
|
declare const buildV1EngagementTagsTagKeywordGetFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
|
|
7
|
-
type: 0 | 1 | 2 | 3;
|
|
8
|
-
id: number;
|
|
9
7
|
name: string;
|
|
8
|
+
type: 0 | 2 | 1 | 3;
|
|
9
|
+
id: number;
|
|
10
10
|
keyword: string;
|
|
11
11
|
parentIds: number[];
|
|
12
12
|
thumbnailUrl: string | null;
|
|
13
13
|
metaDescription: string | null;
|
|
14
14
|
relatedTags: {
|
|
15
|
-
id?: number | undefined;
|
|
16
15
|
name?: string | undefined;
|
|
16
|
+
id?: number | undefined;
|
|
17
17
|
keyword?: string | undefined;
|
|
18
18
|
}[];
|
|
19
19
|
}>;
|
|
@@ -22,16 +22,16 @@ type V1EngagementTagsTagKeywordGetPath = ForceDig<V1EngagementTagsTagKeywordGetO
|
|
|
22
22
|
"path"
|
|
23
23
|
]>;
|
|
24
24
|
declare const getV1EngagementTagsTagKeyword: (path: V1EngagementTagsTagKeywordGetPath, customRequestInit?: RequestInit) => Promise<{
|
|
25
|
-
type: 0 | 1 | 2 | 3;
|
|
26
|
-
id: number;
|
|
27
25
|
name: string;
|
|
26
|
+
type: 0 | 2 | 1 | 3;
|
|
27
|
+
id: number;
|
|
28
28
|
keyword: string;
|
|
29
29
|
parentIds: number[];
|
|
30
30
|
thumbnailUrl: string | null;
|
|
31
31
|
metaDescription: string | null;
|
|
32
32
|
relatedTags: {
|
|
33
|
-
id?: number | undefined;
|
|
34
33
|
name?: string | undefined;
|
|
34
|
+
id?: number | undefined;
|
|
35
35
|
keyword?: string | undefined;
|
|
36
36
|
}[];
|
|
37
37
|
}>;
|
|
@@ -3,12 +3,12 @@ import { paths } from '../schemaType.mjs';
|
|
|
3
3
|
type V1GroupTypesGetOperation = paths["/api/v1/group_types"]["get"];
|
|
4
4
|
type V1GroupTypesGetResponse = V1GroupTypesGetOperation["responses"]["200"]["content"]["application/json"];
|
|
5
5
|
declare const buildV1GroupTypesGetFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
|
|
6
|
-
id: number;
|
|
7
6
|
name: string;
|
|
7
|
+
id: number;
|
|
8
8
|
}[]>;
|
|
9
9
|
declare const getV1GroupTypes: (customRequestInit?: RequestInit) => Promise<{
|
|
10
|
-
id: number;
|
|
11
10
|
name: string;
|
|
11
|
+
id: number;
|
|
12
12
|
}[]>;
|
|
13
13
|
|
|
14
14
|
export { type V1GroupTypesGetResponse, buildV1GroupTypesGetFetcher, getV1GroupTypes };
|
|
@@ -3,12 +3,12 @@ import { paths } from '../schemaType.js';
|
|
|
3
3
|
type V1GroupTypesGetOperation = paths["/api/v1/group_types"]["get"];
|
|
4
4
|
type V1GroupTypesGetResponse = V1GroupTypesGetOperation["responses"]["200"]["content"]["application/json"];
|
|
5
5
|
declare const buildV1GroupTypesGetFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
|
|
6
|
-
id: number;
|
|
7
6
|
name: string;
|
|
7
|
+
id: number;
|
|
8
8
|
}[]>;
|
|
9
9
|
declare const getV1GroupTypes: (customRequestInit?: RequestInit) => Promise<{
|
|
10
|
-
id: number;
|
|
11
10
|
name: string;
|
|
11
|
+
id: number;
|
|
12
12
|
}[]>;
|
|
13
13
|
|
|
14
14
|
export { type V1GroupTypesGetResponse, buildV1GroupTypesGetFetcher, getV1GroupTypes };
|
|
@@ -5,8 +5,8 @@ type V1MyBulkMessagesBulkMessageIdToUsersGetOperation = paths["/api/v1/my/bulk_m
|
|
|
5
5
|
type V1MyBulkMessagesBulkMessageIdToUsersGetResponse = V1MyBulkMessagesBulkMessageIdToUsersGetOperation["responses"]["200"]["content"]["application/json"];
|
|
6
6
|
declare const buildV1MyBulkMessagesBulkMessageIdToUsersGetFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
|
|
7
7
|
users: {
|
|
8
|
-
id: number;
|
|
9
8
|
name: string;
|
|
9
|
+
id: number;
|
|
10
10
|
iconUrl: string;
|
|
11
11
|
}[];
|
|
12
12
|
}>;
|
|
@@ -16,8 +16,8 @@ type V1MyBulkMessagesBulkMessageIdToUsersGetPath = ForceDig<V1MyBulkMessagesBulk
|
|
|
16
16
|
]>;
|
|
17
17
|
declare const getV1MyBulkMessagesBulkMessageIdToUsers: (path: V1MyBulkMessagesBulkMessageIdToUsersGetPath, customRequestInit?: RequestInit) => Promise<{
|
|
18
18
|
users: {
|
|
19
|
-
id: number;
|
|
20
19
|
name: string;
|
|
20
|
+
id: number;
|
|
21
21
|
iconUrl: string;
|
|
22
22
|
}[];
|
|
23
23
|
}>;
|
|
@@ -5,8 +5,8 @@ type V1MyBulkMessagesBulkMessageIdToUsersGetOperation = paths["/api/v1/my/bulk_m
|
|
|
5
5
|
type V1MyBulkMessagesBulkMessageIdToUsersGetResponse = V1MyBulkMessagesBulkMessageIdToUsersGetOperation["responses"]["200"]["content"]["application/json"];
|
|
6
6
|
declare const buildV1MyBulkMessagesBulkMessageIdToUsersGetFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
|
|
7
7
|
users: {
|
|
8
|
-
id: number;
|
|
9
8
|
name: string;
|
|
9
|
+
id: number;
|
|
10
10
|
iconUrl: string;
|
|
11
11
|
}[];
|
|
12
12
|
}>;
|
|
@@ -16,8 +16,8 @@ type V1MyBulkMessagesBulkMessageIdToUsersGetPath = ForceDig<V1MyBulkMessagesBulk
|
|
|
16
16
|
]>;
|
|
17
17
|
declare const getV1MyBulkMessagesBulkMessageIdToUsers: (path: V1MyBulkMessagesBulkMessageIdToUsersGetPath, customRequestInit?: RequestInit) => Promise<{
|
|
18
18
|
users: {
|
|
19
|
-
id: number;
|
|
20
19
|
name: string;
|
|
20
|
+
id: number;
|
|
21
21
|
iconUrl: string;
|
|
22
22
|
}[];
|
|
23
23
|
}>;
|
|
@@ -3,16 +3,16 @@ import { paths } from '../schemaType.mjs';
|
|
|
3
3
|
type V1MyEngagementFavoriteTagsGetOperation = paths["/api/v1/my/engagement/favorite_tags"]["get"];
|
|
4
4
|
type V1MyEngagementFavoriteTagsGetResponse = V1MyEngagementFavoriteTagsGetOperation["responses"]["200"]["content"]["application/json"];
|
|
5
5
|
declare const buildV1MyEngagementFavoriteTagsGetFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
|
|
6
|
-
type: 0 | 1 | 2 | 3;
|
|
7
|
-
id: number;
|
|
8
6
|
name: string;
|
|
7
|
+
type: 0 | 2 | 1 | 3;
|
|
8
|
+
id: number;
|
|
9
9
|
keyword: string;
|
|
10
10
|
parentIds: number[];
|
|
11
11
|
}[]>;
|
|
12
12
|
declare const getV1MyEngagementFavoriteTags: (customRequestInit?: RequestInit) => Promise<{
|
|
13
|
-
type: 0 | 1 | 2 | 3;
|
|
14
|
-
id: number;
|
|
15
13
|
name: string;
|
|
14
|
+
type: 0 | 2 | 1 | 3;
|
|
15
|
+
id: number;
|
|
16
16
|
keyword: string;
|
|
17
17
|
parentIds: number[];
|
|
18
18
|
}[]>;
|
|
@@ -3,16 +3,16 @@ import { paths } from '../schemaType.js';
|
|
|
3
3
|
type V1MyEngagementFavoriteTagsGetOperation = paths["/api/v1/my/engagement/favorite_tags"]["get"];
|
|
4
4
|
type V1MyEngagementFavoriteTagsGetResponse = V1MyEngagementFavoriteTagsGetOperation["responses"]["200"]["content"]["application/json"];
|
|
5
5
|
declare const buildV1MyEngagementFavoriteTagsGetFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
|
|
6
|
-
type: 0 | 1 | 2 | 3;
|
|
7
|
-
id: number;
|
|
8
6
|
name: string;
|
|
7
|
+
type: 0 | 2 | 1 | 3;
|
|
8
|
+
id: number;
|
|
9
9
|
keyword: string;
|
|
10
10
|
parentIds: number[];
|
|
11
11
|
}[]>;
|
|
12
12
|
declare const getV1MyEngagementFavoriteTags: (customRequestInit?: RequestInit) => Promise<{
|
|
13
|
-
type: 0 | 1 | 2 | 3;
|
|
14
|
-
id: number;
|
|
15
13
|
name: string;
|
|
14
|
+
type: 0 | 2 | 1 | 3;
|
|
15
|
+
id: number;
|
|
16
16
|
keyword: string;
|
|
17
17
|
parentIds: number[];
|
|
18
18
|
}[]>;
|
|
@@ -15,8 +15,8 @@ declare const buildV1MyFundraisingBulkMessagesBulkMessageIdSentUsersGetFetcher:
|
|
|
15
15
|
nextPage?: number | undefined;
|
|
16
16
|
};
|
|
17
17
|
sentUsers: {
|
|
18
|
-
id: number;
|
|
19
18
|
name: string;
|
|
19
|
+
id: number;
|
|
20
20
|
imageUrl: string;
|
|
21
21
|
email: string | null;
|
|
22
22
|
messageRoom: {
|
|
@@ -44,8 +44,8 @@ declare const getV1MyFundraisingBulkMessagesBulkMessageIdSentUsers: (path: V1MyF
|
|
|
44
44
|
nextPage?: number | undefined;
|
|
45
45
|
};
|
|
46
46
|
sentUsers: {
|
|
47
|
-
id: number;
|
|
48
47
|
name: string;
|
|
48
|
+
id: number;
|
|
49
49
|
imageUrl: string;
|
|
50
50
|
email: string | null;
|
|
51
51
|
messageRoom: {
|
|
@@ -15,8 +15,8 @@ declare const buildV1MyFundraisingBulkMessagesBulkMessageIdSentUsersGetFetcher:
|
|
|
15
15
|
nextPage?: number | undefined;
|
|
16
16
|
};
|
|
17
17
|
sentUsers: {
|
|
18
|
-
id: number;
|
|
19
18
|
name: string;
|
|
19
|
+
id: number;
|
|
20
20
|
imageUrl: string;
|
|
21
21
|
email: string | null;
|
|
22
22
|
messageRoom: {
|
|
@@ -44,8 +44,8 @@ declare const getV1MyFundraisingBulkMessagesBulkMessageIdSentUsers: (path: V1MyF
|
|
|
44
44
|
nextPage?: number | undefined;
|
|
45
45
|
};
|
|
46
46
|
sentUsers: {
|
|
47
|
-
id: number;
|
|
48
47
|
name: string;
|
|
48
|
+
id: number;
|
|
49
49
|
imageUrl: string;
|
|
50
50
|
email: string | null;
|
|
51
51
|
messageRoom: {
|
|
@@ -7,8 +7,8 @@ declare const buildV1MyFundraisingMessageRoomsMessageRoomIdGetFetcher: (requestI
|
|
|
7
7
|
messageRoom: {
|
|
8
8
|
id: number;
|
|
9
9
|
user: {
|
|
10
|
-
id: number;
|
|
11
10
|
name: string;
|
|
11
|
+
id: number;
|
|
12
12
|
imageUrl: string;
|
|
13
13
|
isWithdrawn: boolean;
|
|
14
14
|
hasActiveOrder: boolean;
|
|
@@ -23,8 +23,8 @@ declare const getV1MyFundraisingMessageRoomsMessageRoomId: (path: V1MyFundraisin
|
|
|
23
23
|
messageRoom: {
|
|
24
24
|
id: number;
|
|
25
25
|
user: {
|
|
26
|
-
id: number;
|
|
27
26
|
name: string;
|
|
27
|
+
id: number;
|
|
28
28
|
imageUrl: string;
|
|
29
29
|
isWithdrawn: boolean;
|
|
30
30
|
hasActiveOrder: boolean;
|
|
@@ -7,8 +7,8 @@ declare const buildV1MyFundraisingMessageRoomsMessageRoomIdGetFetcher: (requestI
|
|
|
7
7
|
messageRoom: {
|
|
8
8
|
id: number;
|
|
9
9
|
user: {
|
|
10
|
-
id: number;
|
|
11
10
|
name: string;
|
|
11
|
+
id: number;
|
|
12
12
|
imageUrl: string;
|
|
13
13
|
isWithdrawn: boolean;
|
|
14
14
|
hasActiveOrder: boolean;
|
|
@@ -23,8 +23,8 @@ declare const getV1MyFundraisingMessageRoomsMessageRoomId: (path: V1MyFundraisin
|
|
|
23
23
|
messageRoom: {
|
|
24
24
|
id: number;
|
|
25
25
|
user: {
|
|
26
|
-
id: number;
|
|
27
26
|
name: string;
|
|
27
|
+
id: number;
|
|
28
28
|
imageUrl: string;
|
|
29
29
|
isWithdrawn: boolean;
|
|
30
30
|
hasActiveOrder: boolean;
|
|
@@ -11,8 +11,8 @@ declare const buildV1MyFundraisingMessageRoomsMessageRoomIdMessagesGetFetcher: (
|
|
|
11
11
|
__type: "OtherMessage";
|
|
12
12
|
isRead: boolean;
|
|
13
13
|
user: {
|
|
14
|
-
id: number;
|
|
15
14
|
name: string;
|
|
15
|
+
id: number;
|
|
16
16
|
imageUrl: string;
|
|
17
17
|
};
|
|
18
18
|
} | {
|
|
@@ -44,8 +44,8 @@ declare const getV1MyFundraisingMessageRoomsMessageRoomIdMessages: (path: V1MyFu
|
|
|
44
44
|
__type: "OtherMessage";
|
|
45
45
|
isRead: boolean;
|
|
46
46
|
user: {
|
|
47
|
-
id: number;
|
|
48
47
|
name: string;
|
|
48
|
+
id: number;
|
|
49
49
|
imageUrl: string;
|
|
50
50
|
};
|
|
51
51
|
} | {
|
|
@@ -11,8 +11,8 @@ declare const buildV1MyFundraisingMessageRoomsMessageRoomIdMessagesGetFetcher: (
|
|
|
11
11
|
__type: "OtherMessage";
|
|
12
12
|
isRead: boolean;
|
|
13
13
|
user: {
|
|
14
|
-
id: number;
|
|
15
14
|
name: string;
|
|
15
|
+
id: number;
|
|
16
16
|
imageUrl: string;
|
|
17
17
|
};
|
|
18
18
|
} | {
|
|
@@ -44,8 +44,8 @@ declare const getV1MyFundraisingMessageRoomsMessageRoomIdMessages: (path: V1MyFu
|
|
|
44
44
|
__type: "OtherMessage";
|
|
45
45
|
isRead: boolean;
|
|
46
46
|
user: {
|
|
47
|
-
id: number;
|
|
48
47
|
name: string;
|
|
48
|
+
id: number;
|
|
49
49
|
imageUrl: string;
|
|
50
50
|
};
|
|
51
51
|
} | {
|
|
@@ -5,6 +5,7 @@ type V1MyMessagesExchangedUsersGetOperation = paths["/api/v1/my/messages/exchang
|
|
|
5
5
|
type V1MyMessagesExchangedUsersGetResponse = V1MyMessagesExchangedUsersGetOperation["responses"]["200"]["content"]["application/json"];
|
|
6
6
|
declare const buildV1MyMessagesExchangedUsersGetFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
|
|
7
7
|
users: {
|
|
8
|
+
name: string;
|
|
8
9
|
message: {
|
|
9
10
|
id: number;
|
|
10
11
|
body: string;
|
|
@@ -12,7 +13,6 @@ declare const buildV1MyMessagesExchangedUsersGetFetcher: (requestInit?: RequestI
|
|
|
12
13
|
isNew: boolean;
|
|
13
14
|
};
|
|
14
15
|
id: number;
|
|
15
|
-
name: string;
|
|
16
16
|
iconUrl: string;
|
|
17
17
|
}[];
|
|
18
18
|
paginate: {
|
|
@@ -26,6 +26,7 @@ type V1MyMessagesExchangedUsersGetQuery = ForceDig<V1MyMessagesExchangedUsersGet
|
|
|
26
26
|
]>;
|
|
27
27
|
declare const getV1MyMessagesExchangedUsers: (query: V1MyMessagesExchangedUsersGetQuery, customRequestInit?: RequestInit) => Promise<{
|
|
28
28
|
users: {
|
|
29
|
+
name: string;
|
|
29
30
|
message: {
|
|
30
31
|
id: number;
|
|
31
32
|
body: string;
|
|
@@ -33,7 +34,6 @@ declare const getV1MyMessagesExchangedUsers: (query: V1MyMessagesExchangedUsersG
|
|
|
33
34
|
isNew: boolean;
|
|
34
35
|
};
|
|
35
36
|
id: number;
|
|
36
|
-
name: string;
|
|
37
37
|
iconUrl: string;
|
|
38
38
|
}[];
|
|
39
39
|
paginate: {
|
|
@@ -5,6 +5,7 @@ type V1MyMessagesExchangedUsersGetOperation = paths["/api/v1/my/messages/exchang
|
|
|
5
5
|
type V1MyMessagesExchangedUsersGetResponse = V1MyMessagesExchangedUsersGetOperation["responses"]["200"]["content"]["application/json"];
|
|
6
6
|
declare const buildV1MyMessagesExchangedUsersGetFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
|
|
7
7
|
users: {
|
|
8
|
+
name: string;
|
|
8
9
|
message: {
|
|
9
10
|
id: number;
|
|
10
11
|
body: string;
|
|
@@ -12,7 +13,6 @@ declare const buildV1MyMessagesExchangedUsersGetFetcher: (requestInit?: RequestI
|
|
|
12
13
|
isNew: boolean;
|
|
13
14
|
};
|
|
14
15
|
id: number;
|
|
15
|
-
name: string;
|
|
16
16
|
iconUrl: string;
|
|
17
17
|
}[];
|
|
18
18
|
paginate: {
|
|
@@ -26,6 +26,7 @@ type V1MyMessagesExchangedUsersGetQuery = ForceDig<V1MyMessagesExchangedUsersGet
|
|
|
26
26
|
]>;
|
|
27
27
|
declare const getV1MyMessagesExchangedUsers: (query: V1MyMessagesExchangedUsersGetQuery, customRequestInit?: RequestInit) => Promise<{
|
|
28
28
|
users: {
|
|
29
|
+
name: string;
|
|
29
30
|
message: {
|
|
30
31
|
id: number;
|
|
31
32
|
body: string;
|
|
@@ -33,7 +34,6 @@ declare const getV1MyMessagesExchangedUsers: (query: V1MyMessagesExchangedUsersG
|
|
|
33
34
|
isNew: boolean;
|
|
34
35
|
};
|
|
35
36
|
id: number;
|
|
36
|
-
name: string;
|
|
37
37
|
iconUrl: string;
|
|
38
38
|
}[];
|
|
39
39
|
paginate: {
|
|
@@ -3,8 +3,8 @@ import { paths } from '../schemaType.mjs';
|
|
|
3
3
|
type V1MyProfileGetOperation = paths["/api/v1/my/profile"]["get"];
|
|
4
4
|
type V1MyProfileGetResponse = V1MyProfileGetOperation["responses"]["200"]["content"]["application/json"];
|
|
5
5
|
declare const buildV1MyProfileGetFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
|
|
6
|
-
id: number;
|
|
7
6
|
name: string;
|
|
7
|
+
id: number;
|
|
8
8
|
email: string;
|
|
9
9
|
socialLogins: {
|
|
10
10
|
facebook: boolean;
|
|
@@ -19,8 +19,8 @@ declare const buildV1MyProfileGetFetcher: (requestInit?: RequestInit) => (input:
|
|
|
19
19
|
}[];
|
|
20
20
|
}>;
|
|
21
21
|
declare const getV1MyProfile: (customRequestInit?: RequestInit) => Promise<{
|
|
22
|
-
id: number;
|
|
23
22
|
name: string;
|
|
23
|
+
id: number;
|
|
24
24
|
email: string;
|
|
25
25
|
socialLogins: {
|
|
26
26
|
facebook: boolean;
|
|
@@ -3,8 +3,8 @@ import { paths } from '../schemaType.js';
|
|
|
3
3
|
type V1MyProfileGetOperation = paths["/api/v1/my/profile"]["get"];
|
|
4
4
|
type V1MyProfileGetResponse = V1MyProfileGetOperation["responses"]["200"]["content"]["application/json"];
|
|
5
5
|
declare const buildV1MyProfileGetFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
|
|
6
|
-
id: number;
|
|
7
6
|
name: string;
|
|
7
|
+
id: number;
|
|
8
8
|
email: string;
|
|
9
9
|
socialLogins: {
|
|
10
10
|
facebook: boolean;
|
|
@@ -19,8 +19,8 @@ declare const buildV1MyProfileGetFetcher: (requestInit?: RequestInit) => (input:
|
|
|
19
19
|
}[];
|
|
20
20
|
}>;
|
|
21
21
|
declare const getV1MyProfile: (customRequestInit?: RequestInit) => Promise<{
|
|
22
|
-
id: number;
|
|
23
22
|
name: string;
|
|
23
|
+
id: number;
|
|
24
24
|
email: string;
|
|
25
25
|
socialLogins: {
|
|
26
26
|
facebook: boolean;
|
|
@@ -16,8 +16,8 @@ declare const buildV1MyProjectsProjectIdRewardsGetFetcher: (requestInit?: Reques
|
|
|
16
16
|
requiredAddress?: boolean | undefined;
|
|
17
17
|
estimatedArrivalMonth?: string | undefined;
|
|
18
18
|
rewardExOptions?: {
|
|
19
|
-
id: number;
|
|
20
19
|
name: string;
|
|
20
|
+
id: number;
|
|
21
21
|
index: number;
|
|
22
22
|
inputType: "string" | "radio";
|
|
23
23
|
rewardExSelections?: {
|
|
@@ -80,8 +80,8 @@ declare const getV1MyProjectsProjectIdRewards: (path: V1MyProjectsProjectIdRewar
|
|
|
80
80
|
requiredAddress?: boolean | undefined;
|
|
81
81
|
estimatedArrivalMonth?: string | undefined;
|
|
82
82
|
rewardExOptions?: {
|
|
83
|
-
id: number;
|
|
84
83
|
name: string;
|
|
84
|
+
id: number;
|
|
85
85
|
index: number;
|
|
86
86
|
inputType: "string" | "radio";
|
|
87
87
|
rewardExSelections?: {
|
|
@@ -16,8 +16,8 @@ declare const buildV1MyProjectsProjectIdRewardsGetFetcher: (requestInit?: Reques
|
|
|
16
16
|
requiredAddress?: boolean | undefined;
|
|
17
17
|
estimatedArrivalMonth?: string | undefined;
|
|
18
18
|
rewardExOptions?: {
|
|
19
|
-
id: number;
|
|
20
19
|
name: string;
|
|
20
|
+
id: number;
|
|
21
21
|
index: number;
|
|
22
22
|
inputType: "string" | "radio";
|
|
23
23
|
rewardExSelections?: {
|
|
@@ -80,8 +80,8 @@ declare const getV1MyProjectsProjectIdRewards: (path: V1MyProjectsProjectIdRewar
|
|
|
80
80
|
requiredAddress?: boolean | undefined;
|
|
81
81
|
estimatedArrivalMonth?: string | undefined;
|
|
82
82
|
rewardExOptions?: {
|
|
83
|
-
id: number;
|
|
84
83
|
name: string;
|
|
84
|
+
id: number;
|
|
85
85
|
index: number;
|
|
86
86
|
inputType: "string" | "radio";
|
|
87
87
|
rewardExSelections?: {
|
|
@@ -16,8 +16,8 @@ declare const buildV1MyProjectsProjectIdRewardsRewardIdGetFetcher: (requestInit?
|
|
|
16
16
|
requiredAddress?: boolean | undefined;
|
|
17
17
|
estimatedArrivalMonth?: string | undefined;
|
|
18
18
|
rewardExOptions?: {
|
|
19
|
-
id: number;
|
|
20
19
|
name: string;
|
|
20
|
+
id: number;
|
|
21
21
|
index: number;
|
|
22
22
|
inputType: "string" | "radio";
|
|
23
23
|
rewardExSelections?: {
|
|
@@ -72,8 +72,8 @@ declare const getV1MyProjectsProjectIdRewardsRewardId: (path: V1MyProjectsProjec
|
|
|
72
72
|
requiredAddress?: boolean | undefined;
|
|
73
73
|
estimatedArrivalMonth?: string | undefined;
|
|
74
74
|
rewardExOptions?: {
|
|
75
|
-
id: number;
|
|
76
75
|
name: string;
|
|
76
|
+
id: number;
|
|
77
77
|
index: number;
|
|
78
78
|
inputType: "string" | "radio";
|
|
79
79
|
rewardExSelections?: {
|
|
@@ -156,8 +156,8 @@ declare const buildV1MyProjectsProjectIdRewardsRewardIdPatchFetcher: (requestIni
|
|
|
156
156
|
requiredAddress?: boolean | undefined;
|
|
157
157
|
estimatedArrivalMonth?: string | undefined;
|
|
158
158
|
rewardExOptions?: {
|
|
159
|
-
id: number;
|
|
160
159
|
name: string;
|
|
160
|
+
id: number;
|
|
161
161
|
index: number;
|
|
162
162
|
inputType: "string" | "radio";
|
|
163
163
|
rewardExSelections?: {
|
|
@@ -217,8 +217,8 @@ declare const patchV1MyProjectsProjectIdRewardsRewardId: (path: V1MyProjectsProj
|
|
|
217
217
|
requiredAddress?: boolean | undefined;
|
|
218
218
|
estimatedArrivalMonth?: string | undefined;
|
|
219
219
|
rewardExOptions?: {
|
|
220
|
-
id: number;
|
|
221
220
|
name: string;
|
|
221
|
+
id: number;
|
|
222
222
|
index: number;
|
|
223
223
|
inputType: "string" | "radio";
|
|
224
224
|
rewardExSelections?: {
|
|
@@ -16,8 +16,8 @@ declare const buildV1MyProjectsProjectIdRewardsRewardIdGetFetcher: (requestInit?
|
|
|
16
16
|
requiredAddress?: boolean | undefined;
|
|
17
17
|
estimatedArrivalMonth?: string | undefined;
|
|
18
18
|
rewardExOptions?: {
|
|
19
|
-
id: number;
|
|
20
19
|
name: string;
|
|
20
|
+
id: number;
|
|
21
21
|
index: number;
|
|
22
22
|
inputType: "string" | "radio";
|
|
23
23
|
rewardExSelections?: {
|
|
@@ -72,8 +72,8 @@ declare const getV1MyProjectsProjectIdRewardsRewardId: (path: V1MyProjectsProjec
|
|
|
72
72
|
requiredAddress?: boolean | undefined;
|
|
73
73
|
estimatedArrivalMonth?: string | undefined;
|
|
74
74
|
rewardExOptions?: {
|
|
75
|
-
id: number;
|
|
76
75
|
name: string;
|
|
76
|
+
id: number;
|
|
77
77
|
index: number;
|
|
78
78
|
inputType: "string" | "radio";
|
|
79
79
|
rewardExSelections?: {
|
|
@@ -156,8 +156,8 @@ declare const buildV1MyProjectsProjectIdRewardsRewardIdPatchFetcher: (requestIni
|
|
|
156
156
|
requiredAddress?: boolean | undefined;
|
|
157
157
|
estimatedArrivalMonth?: string | undefined;
|
|
158
158
|
rewardExOptions?: {
|
|
159
|
-
id: number;
|
|
160
159
|
name: string;
|
|
160
|
+
id: number;
|
|
161
161
|
index: number;
|
|
162
162
|
inputType: "string" | "radio";
|
|
163
163
|
rewardExSelections?: {
|
|
@@ -217,8 +217,8 @@ declare const patchV1MyProjectsProjectIdRewardsRewardId: (path: V1MyProjectsProj
|
|
|
217
217
|
requiredAddress?: boolean | undefined;
|
|
218
218
|
estimatedArrivalMonth?: string | undefined;
|
|
219
219
|
rewardExOptions?: {
|
|
220
|
-
id: number;
|
|
221
220
|
name: string;
|
|
221
|
+
id: number;
|
|
222
222
|
index: number;
|
|
223
223
|
inputType: "string" | "radio";
|
|
224
224
|
rewardExSelections?: {
|
|
@@ -7,8 +7,8 @@ declare const buildV1ProjectsProjectIdCommentsGetFetcher: (requestInit?: Request
|
|
|
7
7
|
orders?: {
|
|
8
8
|
id?: number | undefined;
|
|
9
9
|
user?: {
|
|
10
|
-
id?: number | undefined;
|
|
11
10
|
name?: string | undefined;
|
|
11
|
+
id?: number | undefined;
|
|
12
12
|
my_image_url?: string | undefined;
|
|
13
13
|
my_url?: string | undefined;
|
|
14
14
|
} | undefined;
|
|
@@ -47,8 +47,8 @@ declare const getV1ProjectsProjectIdComments: (path: V1ProjectsProjectIdComments
|
|
|
47
47
|
orders?: {
|
|
48
48
|
id?: number | undefined;
|
|
49
49
|
user?: {
|
|
50
|
-
id?: number | undefined;
|
|
51
50
|
name?: string | undefined;
|
|
51
|
+
id?: number | undefined;
|
|
52
52
|
my_image_url?: string | undefined;
|
|
53
53
|
my_url?: string | undefined;
|
|
54
54
|
} | undefined;
|
|
@@ -7,8 +7,8 @@ declare const buildV1ProjectsProjectIdCommentsGetFetcher: (requestInit?: Request
|
|
|
7
7
|
orders?: {
|
|
8
8
|
id?: number | undefined;
|
|
9
9
|
user?: {
|
|
10
|
-
id?: number | undefined;
|
|
11
10
|
name?: string | undefined;
|
|
11
|
+
id?: number | undefined;
|
|
12
12
|
my_image_url?: string | undefined;
|
|
13
13
|
my_url?: string | undefined;
|
|
14
14
|
} | undefined;
|
|
@@ -47,8 +47,8 @@ declare const getV1ProjectsProjectIdComments: (path: V1ProjectsProjectIdComments
|
|
|
47
47
|
orders?: {
|
|
48
48
|
id?: number | undefined;
|
|
49
49
|
user?: {
|
|
50
|
-
id?: number | undefined;
|
|
51
50
|
name?: string | undefined;
|
|
51
|
+
id?: number | undefined;
|
|
52
52
|
my_image_url?: string | undefined;
|
|
53
53
|
my_url?: string | undefined;
|
|
54
54
|
} | undefined;
|
|
@@ -12,10 +12,10 @@ declare const buildV1ReadyforHeaderGetFetcher: (requestInit?: RequestInit) => (i
|
|
|
12
12
|
search: string;
|
|
13
13
|
top: string;
|
|
14
14
|
userMenuLinks: {
|
|
15
|
-
history: string;
|
|
16
15
|
message: string;
|
|
17
|
-
edit: string;
|
|
18
16
|
follow: string;
|
|
17
|
+
history: string;
|
|
18
|
+
edit: string;
|
|
19
19
|
logout: string;
|
|
20
20
|
myProjects: string;
|
|
21
21
|
};
|
|
@@ -33,9 +33,9 @@ declare const buildV1ReadyforHeaderGetFetcher: (requestInit?: RequestInit) => (i
|
|
|
33
33
|
}[];
|
|
34
34
|
section: number;
|
|
35
35
|
columnTypes: {
|
|
36
|
-
sm: "
|
|
37
|
-
md: "
|
|
38
|
-
lg: "
|
|
36
|
+
sm: "auto" | "1" | "2";
|
|
37
|
+
md: "auto" | "1" | "2";
|
|
38
|
+
lg: "auto" | "1" | "2";
|
|
39
39
|
};
|
|
40
40
|
}[];
|
|
41
41
|
userImage: string;
|
|
@@ -62,10 +62,10 @@ declare const getV1ReadyforHeader: (query: V1ReadyforHeaderGetQuery, customReque
|
|
|
62
62
|
search: string;
|
|
63
63
|
top: string;
|
|
64
64
|
userMenuLinks: {
|
|
65
|
-
history: string;
|
|
66
65
|
message: string;
|
|
67
|
-
edit: string;
|
|
68
66
|
follow: string;
|
|
67
|
+
history: string;
|
|
68
|
+
edit: string;
|
|
69
69
|
logout: string;
|
|
70
70
|
myProjects: string;
|
|
71
71
|
};
|
|
@@ -83,9 +83,9 @@ declare const getV1ReadyforHeader: (query: V1ReadyforHeaderGetQuery, customReque
|
|
|
83
83
|
}[];
|
|
84
84
|
section: number;
|
|
85
85
|
columnTypes: {
|
|
86
|
-
sm: "
|
|
87
|
-
md: "
|
|
88
|
-
lg: "
|
|
86
|
+
sm: "auto" | "1" | "2";
|
|
87
|
+
md: "auto" | "1" | "2";
|
|
88
|
+
lg: "auto" | "1" | "2";
|
|
89
89
|
};
|
|
90
90
|
}[];
|
|
91
91
|
userImage: string;
|
|
@@ -12,10 +12,10 @@ declare const buildV1ReadyforHeaderGetFetcher: (requestInit?: RequestInit) => (i
|
|
|
12
12
|
search: string;
|
|
13
13
|
top: string;
|
|
14
14
|
userMenuLinks: {
|
|
15
|
-
history: string;
|
|
16
15
|
message: string;
|
|
17
|
-
edit: string;
|
|
18
16
|
follow: string;
|
|
17
|
+
history: string;
|
|
18
|
+
edit: string;
|
|
19
19
|
logout: string;
|
|
20
20
|
myProjects: string;
|
|
21
21
|
};
|
|
@@ -33,9 +33,9 @@ declare const buildV1ReadyforHeaderGetFetcher: (requestInit?: RequestInit) => (i
|
|
|
33
33
|
}[];
|
|
34
34
|
section: number;
|
|
35
35
|
columnTypes: {
|
|
36
|
-
sm: "
|
|
37
|
-
md: "
|
|
38
|
-
lg: "
|
|
36
|
+
sm: "auto" | "1" | "2";
|
|
37
|
+
md: "auto" | "1" | "2";
|
|
38
|
+
lg: "auto" | "1" | "2";
|
|
39
39
|
};
|
|
40
40
|
}[];
|
|
41
41
|
userImage: string;
|
|
@@ -62,10 +62,10 @@ declare const getV1ReadyforHeader: (query: V1ReadyforHeaderGetQuery, customReque
|
|
|
62
62
|
search: string;
|
|
63
63
|
top: string;
|
|
64
64
|
userMenuLinks: {
|
|
65
|
-
history: string;
|
|
66
65
|
message: string;
|
|
67
|
-
edit: string;
|
|
68
66
|
follow: string;
|
|
67
|
+
history: string;
|
|
68
|
+
edit: string;
|
|
69
69
|
logout: string;
|
|
70
70
|
myProjects: string;
|
|
71
71
|
};
|
|
@@ -83,9 +83,9 @@ declare const getV1ReadyforHeader: (query: V1ReadyforHeaderGetQuery, customReque
|
|
|
83
83
|
}[];
|
|
84
84
|
section: number;
|
|
85
85
|
columnTypes: {
|
|
86
|
-
sm: "
|
|
87
|
-
md: "
|
|
88
|
-
lg: "
|
|
86
|
+
sm: "auto" | "1" | "2";
|
|
87
|
+
md: "auto" | "1" | "2";
|
|
88
|
+
lg: "auto" | "1" | "2";
|
|
89
89
|
};
|
|
90
90
|
}[];
|
|
91
91
|
userImage: string;
|
|
@@ -11,10 +11,10 @@ declare const buildV1ResourcesCommonHeaderGetFetcher: (requestInit?: RequestInit
|
|
|
11
11
|
search: string;
|
|
12
12
|
top: string;
|
|
13
13
|
userMenuLinks: {
|
|
14
|
-
history: string;
|
|
15
14
|
message: string;
|
|
16
|
-
edit: string;
|
|
17
15
|
follow: string;
|
|
16
|
+
history: string;
|
|
17
|
+
edit: string;
|
|
18
18
|
logout: string;
|
|
19
19
|
myProjects: string;
|
|
20
20
|
};
|
|
@@ -32,9 +32,9 @@ declare const buildV1ResourcesCommonHeaderGetFetcher: (requestInit?: RequestInit
|
|
|
32
32
|
}[];
|
|
33
33
|
section: number;
|
|
34
34
|
columnTypes: {
|
|
35
|
-
sm: "
|
|
36
|
-
md: "
|
|
37
|
-
lg: "
|
|
35
|
+
sm: "auto" | "1" | "2";
|
|
36
|
+
md: "auto" | "1" | "2";
|
|
37
|
+
lg: "auto" | "1" | "2";
|
|
38
38
|
};
|
|
39
39
|
}[];
|
|
40
40
|
userImage: string;
|
|
@@ -54,10 +54,10 @@ declare const getV1ResourcesCommonHeader: (customRequestInit?: RequestInit) => P
|
|
|
54
54
|
search: string;
|
|
55
55
|
top: string;
|
|
56
56
|
userMenuLinks: {
|
|
57
|
-
history: string;
|
|
58
57
|
message: string;
|
|
59
|
-
edit: string;
|
|
60
58
|
follow: string;
|
|
59
|
+
history: string;
|
|
60
|
+
edit: string;
|
|
61
61
|
logout: string;
|
|
62
62
|
myProjects: string;
|
|
63
63
|
};
|
|
@@ -75,9 +75,9 @@ declare const getV1ResourcesCommonHeader: (customRequestInit?: RequestInit) => P
|
|
|
75
75
|
}[];
|
|
76
76
|
section: number;
|
|
77
77
|
columnTypes: {
|
|
78
|
-
sm: "
|
|
79
|
-
md: "
|
|
80
|
-
lg: "
|
|
78
|
+
sm: "auto" | "1" | "2";
|
|
79
|
+
md: "auto" | "1" | "2";
|
|
80
|
+
lg: "auto" | "1" | "2";
|
|
81
81
|
};
|
|
82
82
|
}[];
|
|
83
83
|
userImage: string;
|
|
@@ -11,10 +11,10 @@ declare const buildV1ResourcesCommonHeaderGetFetcher: (requestInit?: RequestInit
|
|
|
11
11
|
search: string;
|
|
12
12
|
top: string;
|
|
13
13
|
userMenuLinks: {
|
|
14
|
-
history: string;
|
|
15
14
|
message: string;
|
|
16
|
-
edit: string;
|
|
17
15
|
follow: string;
|
|
16
|
+
history: string;
|
|
17
|
+
edit: string;
|
|
18
18
|
logout: string;
|
|
19
19
|
myProjects: string;
|
|
20
20
|
};
|
|
@@ -32,9 +32,9 @@ declare const buildV1ResourcesCommonHeaderGetFetcher: (requestInit?: RequestInit
|
|
|
32
32
|
}[];
|
|
33
33
|
section: number;
|
|
34
34
|
columnTypes: {
|
|
35
|
-
sm: "
|
|
36
|
-
md: "
|
|
37
|
-
lg: "
|
|
35
|
+
sm: "auto" | "1" | "2";
|
|
36
|
+
md: "auto" | "1" | "2";
|
|
37
|
+
lg: "auto" | "1" | "2";
|
|
38
38
|
};
|
|
39
39
|
}[];
|
|
40
40
|
userImage: string;
|
|
@@ -54,10 +54,10 @@ declare const getV1ResourcesCommonHeader: (customRequestInit?: RequestInit) => P
|
|
|
54
54
|
search: string;
|
|
55
55
|
top: string;
|
|
56
56
|
userMenuLinks: {
|
|
57
|
-
history: string;
|
|
58
57
|
message: string;
|
|
59
|
-
edit: string;
|
|
60
58
|
follow: string;
|
|
59
|
+
history: string;
|
|
60
|
+
edit: string;
|
|
61
61
|
logout: string;
|
|
62
62
|
myProjects: string;
|
|
63
63
|
};
|
|
@@ -75,9 +75,9 @@ declare const getV1ResourcesCommonHeader: (customRequestInit?: RequestInit) => P
|
|
|
75
75
|
}[];
|
|
76
76
|
section: number;
|
|
77
77
|
columnTypes: {
|
|
78
|
-
sm: "
|
|
79
|
-
md: "
|
|
80
|
-
lg: "
|
|
78
|
+
sm: "auto" | "1" | "2";
|
|
79
|
+
md: "auto" | "1" | "2";
|
|
80
|
+
lg: "auto" | "1" | "2";
|
|
81
81
|
};
|
|
82
82
|
}[];
|
|
83
83
|
userImage: string;
|
package/dist/fetch/v1Tags.d.mts
CHANGED
|
@@ -3,15 +3,15 @@ import { paths } from '../schemaType.mjs';
|
|
|
3
3
|
type V1TagsGetOperation = paths["/api/v1/tags"]["get"];
|
|
4
4
|
type V1TagsGetResponse = V1TagsGetOperation["responses"]["200"]["content"]["application/json"];
|
|
5
5
|
declare const buildV1TagsGetFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
|
|
6
|
-
type: 0 | 1 | 2 | 3;
|
|
7
|
-
id: number;
|
|
8
6
|
name: string;
|
|
7
|
+
type: 0 | 2 | 1 | 3;
|
|
8
|
+
id: number;
|
|
9
9
|
parentIds: number[];
|
|
10
10
|
}[]>;
|
|
11
11
|
declare const getV1Tags: (customRequestInit?: RequestInit) => Promise<{
|
|
12
|
-
type: 0 | 1 | 2 | 3;
|
|
13
|
-
id: number;
|
|
14
12
|
name: string;
|
|
13
|
+
type: 0 | 2 | 1 | 3;
|
|
14
|
+
id: number;
|
|
15
15
|
parentIds: number[];
|
|
16
16
|
}[]>;
|
|
17
17
|
|
package/dist/fetch/v1Tags.d.ts
CHANGED
|
@@ -3,15 +3,15 @@ import { paths } from '../schemaType.js';
|
|
|
3
3
|
type V1TagsGetOperation = paths["/api/v1/tags"]["get"];
|
|
4
4
|
type V1TagsGetResponse = V1TagsGetOperation["responses"]["200"]["content"]["application/json"];
|
|
5
5
|
declare const buildV1TagsGetFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
|
|
6
|
-
type: 0 | 1 | 2 | 3;
|
|
7
|
-
id: number;
|
|
8
6
|
name: string;
|
|
7
|
+
type: 0 | 2 | 1 | 3;
|
|
8
|
+
id: number;
|
|
9
9
|
parentIds: number[];
|
|
10
10
|
}[]>;
|
|
11
11
|
declare const getV1Tags: (customRequestInit?: RequestInit) => Promise<{
|
|
12
|
-
type: 0 | 1 | 2 | 3;
|
|
13
|
-
id: number;
|
|
14
12
|
name: string;
|
|
13
|
+
type: 0 | 2 | 1 | 3;
|
|
14
|
+
id: number;
|
|
15
15
|
parentIds: number[];
|
|
16
16
|
}[]>;
|
|
17
17
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@readyfor/api-client-readyfor",
|
|
3
|
-
"version": "0.255.0
|
|
3
|
+
"version": "0.255.0",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -27,24 +27,27 @@
|
|
|
27
27
|
]
|
|
28
28
|
}
|
|
29
29
|
},
|
|
30
|
+
"scripts": {
|
|
31
|
+
"build": "tsup"
|
|
32
|
+
},
|
|
30
33
|
"devDependencies": {
|
|
34
|
+
"@readyfor/api-client-base": "0.255.0",
|
|
31
35
|
"@types/qs": "6.9.18",
|
|
32
|
-
"@types/react": "19.1.
|
|
36
|
+
"@types/react": "19.1.2",
|
|
33
37
|
"@types/use-sync-external-store": "1.5.0",
|
|
34
38
|
"qs": "^6.13.1",
|
|
35
|
-
"react": "
|
|
36
|
-
"swr": "
|
|
37
|
-
"use-sync-external-store": "
|
|
38
|
-
"zod": "^3.24.1"
|
|
39
|
-
"@readyfor/api-client-base": "0.255.0-pr999.a5c8304"
|
|
39
|
+
"react": "catalog:react19",
|
|
40
|
+
"swr": "catalog:",
|
|
41
|
+
"use-sync-external-store": "catalog:use-sync-external-store",
|
|
42
|
+
"zod": "^3.24.1"
|
|
40
43
|
},
|
|
41
44
|
"peerDependencies": {
|
|
45
|
+
"@readyfor/api-client-base": "*",
|
|
42
46
|
"qs": "^6",
|
|
43
47
|
"react": ">=18.x <=19.x",
|
|
44
48
|
"swr": "^2.3.3",
|
|
45
49
|
"use-sync-external-store": "^1.2.2",
|
|
46
|
-
"zod": "^3"
|
|
47
|
-
"@readyfor/api-client-base": "0.255.0-pr999.a5c8304"
|
|
50
|
+
"zod": "^3"
|
|
48
51
|
},
|
|
49
52
|
"peerDependenciesMeta": {
|
|
50
53
|
"react": {
|
|
@@ -72,7 +75,5 @@
|
|
|
72
75
|
"!src/**/*.test.tsx"
|
|
73
76
|
]
|
|
74
77
|
},
|
|
75
|
-
"
|
|
76
|
-
|
|
77
|
-
}
|
|
78
|
-
}
|
|
78
|
+
"gitHead": "23571d2cb46beb2c5bf8e20da24ea6dd2bafd8af"
|
|
79
|
+
}
|