@readyfor/api-client-readyfor 0.327.0-pr1236.bdff5d0 → 0.327.0-pr1237.c6daff6
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.
|
@@ -4,8 +4,8 @@ import { ForceDig } from '@readyfor/api-client-base';
|
|
|
4
4
|
type V1ProjectsProjectIdAnnouncementsGetOperation = paths["/api/v1/projects/{project_id}/announcements"]["get"];
|
|
5
5
|
type V1ProjectsProjectIdAnnouncementsGetResponse = V1ProjectsProjectIdAnnouncementsGetOperation["responses"]["200"]["content"]["application/json"];
|
|
6
6
|
declare const buildV1ProjectsProjectIdAnnouncementsGetFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
|
|
7
|
-
date: string;
|
|
8
7
|
id: number;
|
|
8
|
+
date: string;
|
|
9
9
|
title: string;
|
|
10
10
|
imageUrl: string | null;
|
|
11
11
|
body: string;
|
|
@@ -22,8 +22,8 @@ type V1ProjectsProjectIdAnnouncementsGetQuery = ForceDig<V1ProjectsProjectIdAnno
|
|
|
22
22
|
"query"
|
|
23
23
|
]>;
|
|
24
24
|
declare const getV1ProjectsProjectIdAnnouncements: (path: V1ProjectsProjectIdAnnouncementsGetPath, query: V1ProjectsProjectIdAnnouncementsGetQuery, customRequestInit?: RequestInit) => Promise<{
|
|
25
|
-
date: string;
|
|
26
25
|
id: number;
|
|
26
|
+
date: string;
|
|
27
27
|
title: string;
|
|
28
28
|
imageUrl: string | null;
|
|
29
29
|
body: string;
|
|
@@ -4,8 +4,8 @@ import { ForceDig } from '@readyfor/api-client-base';
|
|
|
4
4
|
type V1ProjectsProjectIdAnnouncementsGetOperation = paths["/api/v1/projects/{project_id}/announcements"]["get"];
|
|
5
5
|
type V1ProjectsProjectIdAnnouncementsGetResponse = V1ProjectsProjectIdAnnouncementsGetOperation["responses"]["200"]["content"]["application/json"];
|
|
6
6
|
declare const buildV1ProjectsProjectIdAnnouncementsGetFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
|
|
7
|
-
date: string;
|
|
8
7
|
id: number;
|
|
8
|
+
date: string;
|
|
9
9
|
title: string;
|
|
10
10
|
imageUrl: string | null;
|
|
11
11
|
body: string;
|
|
@@ -22,8 +22,8 @@ type V1ProjectsProjectIdAnnouncementsGetQuery = ForceDig<V1ProjectsProjectIdAnno
|
|
|
22
22
|
"query"
|
|
23
23
|
]>;
|
|
24
24
|
declare const getV1ProjectsProjectIdAnnouncements: (path: V1ProjectsProjectIdAnnouncementsGetPath, query: V1ProjectsProjectIdAnnouncementsGetQuery, customRequestInit?: RequestInit) => Promise<{
|
|
25
|
-
date: string;
|
|
26
25
|
id: number;
|
|
26
|
+
date: string;
|
|
27
27
|
title: string;
|
|
28
28
|
imageUrl: string | null;
|
|
29
29
|
body: string;
|
|
@@ -12,10 +12,10 @@ declare const buildV1ReadyforHeaderGetFetcher: (requestInit?: RequestInit) => (i
|
|
|
12
12
|
search: string;
|
|
13
13
|
top: string;
|
|
14
14
|
userMenuLinks: {
|
|
15
|
-
message: string;
|
|
16
|
-
follow: string;
|
|
17
15
|
history: string;
|
|
16
|
+
message: string;
|
|
18
17
|
edit: string;
|
|
18
|
+
follow: 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: "1" | "2" | "auto";
|
|
37
|
+
md: "1" | "2" | "auto";
|
|
38
|
+
lg: "1" | "2" | "auto";
|
|
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
|
-
message: string;
|
|
66
|
-
follow: string;
|
|
67
65
|
history: string;
|
|
66
|
+
message: string;
|
|
68
67
|
edit: string;
|
|
68
|
+
follow: 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: "1" | "2" | "auto";
|
|
87
|
+
md: "1" | "2" | "auto";
|
|
88
|
+
lg: "1" | "2" | "auto";
|
|
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
|
-
message: string;
|
|
16
|
-
follow: string;
|
|
17
15
|
history: string;
|
|
16
|
+
message: string;
|
|
18
17
|
edit: string;
|
|
18
|
+
follow: 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: "1" | "2" | "auto";
|
|
37
|
+
md: "1" | "2" | "auto";
|
|
38
|
+
lg: "1" | "2" | "auto";
|
|
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
|
-
message: string;
|
|
66
|
-
follow: string;
|
|
67
65
|
history: string;
|
|
66
|
+
message: string;
|
|
68
67
|
edit: string;
|
|
68
|
+
follow: 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: "1" | "2" | "auto";
|
|
87
|
+
md: "1" | "2" | "auto";
|
|
88
|
+
lg: "1" | "2" | "auto";
|
|
89
89
|
};
|
|
90
90
|
}[];
|
|
91
91
|
userImage: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@readyfor/api-client-readyfor",
|
|
3
|
-
"version": "0.327.0-
|
|
3
|
+
"version": "0.327.0-pr1237.c6daff6",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"swr": "2.4.1",
|
|
37
37
|
"use-sync-external-store": "1.6.0",
|
|
38
38
|
"zod": "^3.24.1",
|
|
39
|
-
"@readyfor/api-client-base": "0.327.0-
|
|
39
|
+
"@readyfor/api-client-base": "0.327.0-pr1237.c6daff6"
|
|
40
40
|
},
|
|
41
41
|
"peerDependencies": {
|
|
42
42
|
"qs": "^6",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"swr": "^2.3.3",
|
|
45
45
|
"use-sync-external-store": "^1.2.2",
|
|
46
46
|
"zod": "^3",
|
|
47
|
-
"@readyfor/api-client-base": "0.327.0-
|
|
47
|
+
"@readyfor/api-client-base": "0.327.0-pr1237.c6daff6"
|
|
48
48
|
},
|
|
49
49
|
"peerDependenciesMeta": {
|
|
50
50
|
"react": {
|