@readyfor/api-client-readyfor 0.323.0-pr1235.dcd4a5a → 0.324.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.
@@ -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: "auto" | "1" | "2";
37
- md: "auto" | "1" | "2";
38
- lg: "auto" | "1" | "2";
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: "auto" | "1" | "2";
87
- md: "auto" | "1" | "2";
88
- lg: "auto" | "1" | "2";
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: "auto" | "1" | "2";
37
- md: "auto" | "1" | "2";
38
- lg: "auto" | "1" | "2";
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: "auto" | "1" | "2";
87
- md: "auto" | "1" | "2";
88
- lg: "auto" | "1" | "2";
86
+ sm: "1" | "2" | "auto";
87
+ md: "1" | "2" | "auto";
88
+ lg: "1" | "2" | "auto";
89
89
  };
90
90
  }[];
91
91
  userImage: string;
@@ -1013,8 +1013,8 @@ interface paths {
1013
1013
  };
1014
1014
  "/api/v1/my/projects/{project_id}/edit_logs": {
1015
1015
  /**
1016
- * プロジェクト本文の履歴作成
1017
- * @description プロジェクト本文の履歴を作成する
1016
+ * プロジェクト・リワードの履歴作成
1017
+ * @description プロジェクト・リワードの履歴を作成する
1018
1018
  */
1019
1019
  post: {
1020
1020
  parameters: {
@@ -1013,8 +1013,8 @@ interface paths {
1013
1013
  };
1014
1014
  "/api/v1/my/projects/{project_id}/edit_logs": {
1015
1015
  /**
1016
- * プロジェクト本文の履歴作成
1017
- * @description プロジェクト本文の履歴を作成する
1016
+ * プロジェクト・リワードの履歴作成
1017
+ * @description プロジェクト・リワードの履歴を作成する
1018
1018
  */
1019
1019
  post: {
1020
1020
  parameters: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@readyfor/api-client-readyfor",
3
- "version": "0.323.0-pr1235.dcd4a5a",
3
+ "version": "0.324.0",
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.323.0-pr1235.dcd4a5a"
39
+ "@readyfor/api-client-base": "0.324.0"
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.323.0-pr1235.dcd4a5a"
47
+ "@readyfor/api-client-base": "0.324.0"
48
48
  },
49
49
  "peerDependenciesMeta": {
50
50
  "react": {