@readyfor/api-client-readyfor 0.162.0-pr926.d4b8348 → 0.162.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.
Files changed (35) hide show
  1. package/dist/fetch/v1BanksSearch.d.mts +2 -2
  2. package/dist/fetch/v1BanksSearch.d.ts +2 -2
  3. package/dist/fetch/v1BranchesSearch.d.mts +2 -2
  4. package/dist/fetch/v1BranchesSearch.d.ts +2 -2
  5. package/dist/fetch/v1GroupTypes.d.mts +2 -2
  6. package/dist/fetch/v1GroupTypes.d.ts +2 -2
  7. package/dist/fetch/v1MyBulkMessages.d.mts +2 -2
  8. package/dist/fetch/v1MyBulkMessages.d.ts +2 -2
  9. package/dist/fetch/v1MyBulkMessagesBulkMessageId.d.mts +2 -2
  10. package/dist/fetch/v1MyBulkMessagesBulkMessageId.d.ts +2 -2
  11. package/dist/fetch/v1MyBulkMessagesBulkMessageIdToUsers.d.mts +2 -2
  12. package/dist/fetch/v1MyBulkMessagesBulkMessageIdToUsers.d.ts +2 -2
  13. package/dist/fetch/v1MyFundraisingBulkMessages.d.mts +2 -2
  14. package/dist/fetch/v1MyFundraisingBulkMessages.d.ts +2 -2
  15. package/dist/fetch/v1MyFundraisingBulkMessagesBulkMessageId.d.mts +2 -2
  16. package/dist/fetch/v1MyFundraisingBulkMessagesBulkMessageId.d.ts +2 -2
  17. package/dist/fetch/v1MyFundraisingBulkMessagesBulkMessageIdSentUsers.d.mts +2 -2
  18. package/dist/fetch/v1MyFundraisingBulkMessagesBulkMessageIdSentUsers.d.ts +2 -2
  19. package/dist/fetch/v1MyFundraisingMessageRoomsMessageRoomId.d.mts +2 -2
  20. package/dist/fetch/v1MyFundraisingMessageRoomsMessageRoomId.d.ts +2 -2
  21. package/dist/fetch/v1MyFundraisingMessageRoomsMessageRoomIdMessages.d.mts +10 -10
  22. package/dist/fetch/v1MyFundraisingMessageRoomsMessageRoomIdMessages.d.ts +10 -10
  23. package/dist/fetch/v1MyMessagesExchangedUsers.d.mts +4 -4
  24. package/dist/fetch/v1MyMessagesExchangedUsers.d.ts +4 -4
  25. package/dist/fetch/v1MyProjectsProjectIdRewards.d.mts +2 -2
  26. package/dist/fetch/v1MyProjectsProjectIdRewards.d.ts +2 -2
  27. package/dist/fetch/v1MyProjectsProjectIdRewardsRewardId.d.mts +4 -4
  28. package/dist/fetch/v1MyProjectsProjectIdRewardsRewardId.d.ts +4 -4
  29. package/dist/fetch/v1ProjectsProjectIdComments.d.mts +2 -2
  30. package/dist/fetch/v1ProjectsProjectIdComments.d.ts +2 -2
  31. package/dist/fetch/v1ResourcesCommonHeader.d.mts +8 -8
  32. package/dist/fetch/v1ResourcesCommonHeader.d.ts +8 -8
  33. package/dist/fetch/v1Tags.d.mts +4 -4
  34. package/dist/fetch/v1Tags.d.ts +4 -4
  35. package/package.json +10 -9
@@ -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;
7
8
  code: string;
8
9
  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, requestBody: FormData, requestInit?: RequestInit) => Promise<{
16
+ value: string;
16
17
  code: string;
17
18
  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;
7
8
  code: string;
8
9
  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, requestBody: FormData, requestInit?: RequestInit) => Promise<{
16
+ value: string;
16
17
  code: string;
17
18
  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;
7
8
  code: string;
8
9
  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, requestBody: FormData, requestInit?: RequestInit) => Promise<{
16
+ value: number;
16
17
  code: string;
17
18
  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;
7
8
  code: string;
8
9
  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, requestBody: FormData, requestInit?: RequestInit) => Promise<{
16
+ value: number;
16
17
  code: string;
17
18
  name: string;
18
- value: number;
19
19
  }[]>;
20
20
 
21
21
  export { type V1BranchesSearchGetQuery, type V1BranchesSearchGetResponse, buildV1BranchesSearchGetFetcher, getV1BranchesSearch };
@@ -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
- name: string;
7
6
  id: number;
7
+ name: string;
8
8
  }[]>;
9
9
  declare const getV1GroupTypes: (requestBody: FormData, requestInit?: RequestInit) => Promise<{
10
- name: string;
11
10
  id: number;
11
+ name: string;
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
- name: string;
7
6
  id: number;
7
+ name: string;
8
8
  }[]>;
9
9
  declare const getV1GroupTypes: (requestBody: FormData, requestInit?: RequestInit) => Promise<{
10
- name: string;
11
10
  id: number;
11
+ name: string;
12
12
  }[]>;
13
13
 
14
14
  export { type V1GroupTypesGetResponse, buildV1GroupTypesGetFetcher, getV1GroupTypes };
@@ -5,8 +5,8 @@ type V1MyBulkMessagesGetOperation = paths["/api/v1/my/bulk_messages"]["get"];
5
5
  type V1MyBulkMessagesGetResponse = V1MyBulkMessagesGetOperation["responses"]["200"]["content"]["application/json"];
6
6
  declare const buildV1MyBulkMessagesGetFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
7
7
  bulkMessages: {
8
- body: string;
9
8
  id: number;
9
+ body: string;
10
10
  createdAt: string;
11
11
  sentUsersCount: number;
12
12
  subject: string;
@@ -14,8 +14,8 @@ declare const buildV1MyBulkMessagesGetFetcher: (requestInit?: RequestInit) => (i
14
14
  }>;
15
15
  declare const getV1MyBulkMessages: (requestBody: FormData, requestInit?: RequestInit) => Promise<{
16
16
  bulkMessages: {
17
- body: string;
18
17
  id: number;
18
+ body: string;
19
19
  createdAt: string;
20
20
  sentUsersCount: number;
21
21
  subject: string;
@@ -5,8 +5,8 @@ type V1MyBulkMessagesGetOperation = paths["/api/v1/my/bulk_messages"]["get"];
5
5
  type V1MyBulkMessagesGetResponse = V1MyBulkMessagesGetOperation["responses"]["200"]["content"]["application/json"];
6
6
  declare const buildV1MyBulkMessagesGetFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
7
7
  bulkMessages: {
8
- body: string;
9
8
  id: number;
9
+ body: string;
10
10
  createdAt: string;
11
11
  sentUsersCount: number;
12
12
  subject: string;
@@ -14,8 +14,8 @@ declare const buildV1MyBulkMessagesGetFetcher: (requestInit?: RequestInit) => (i
14
14
  }>;
15
15
  declare const getV1MyBulkMessages: (requestBody: FormData, requestInit?: RequestInit) => Promise<{
16
16
  bulkMessages: {
17
- body: string;
18
17
  id: number;
18
+ body: string;
19
19
  createdAt: string;
20
20
  sentUsersCount: number;
21
21
  subject: string;
@@ -5,8 +5,8 @@ type V1MyBulkMessagesBulkMessageIdGetOperation = paths["/api/v1/my/bulk_messages
5
5
  type V1MyBulkMessagesBulkMessageIdGetResponse = V1MyBulkMessagesBulkMessageIdGetOperation["responses"]["200"]["content"]["application/json"];
6
6
  declare const buildV1MyBulkMessagesBulkMessageIdGetFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
7
7
  bulkMessage: {
8
- body: string;
9
8
  id: number;
9
+ body: string;
10
10
  createdAt: string;
11
11
  sentUsersCount: number;
12
12
  subject: string;
@@ -18,8 +18,8 @@ type V1MyBulkMessagesBulkMessageIdGetPath = ForceDig<V1MyBulkMessagesBulkMessage
18
18
  ]>;
19
19
  declare const getV1MyBulkMessagesBulkMessageId: (path: V1MyBulkMessagesBulkMessageIdGetPath, requestBody: FormData, requestInit?: RequestInit) => Promise<{
20
20
  bulkMessage: {
21
- body: string;
22
21
  id: number;
22
+ body: string;
23
23
  createdAt: string;
24
24
  sentUsersCount: number;
25
25
  subject: string;
@@ -5,8 +5,8 @@ type V1MyBulkMessagesBulkMessageIdGetOperation = paths["/api/v1/my/bulk_messages
5
5
  type V1MyBulkMessagesBulkMessageIdGetResponse = V1MyBulkMessagesBulkMessageIdGetOperation["responses"]["200"]["content"]["application/json"];
6
6
  declare const buildV1MyBulkMessagesBulkMessageIdGetFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
7
7
  bulkMessage: {
8
- body: string;
9
8
  id: number;
9
+ body: string;
10
10
  createdAt: string;
11
11
  sentUsersCount: number;
12
12
  subject: string;
@@ -18,8 +18,8 @@ type V1MyBulkMessagesBulkMessageIdGetPath = ForceDig<V1MyBulkMessagesBulkMessage
18
18
  ]>;
19
19
  declare const getV1MyBulkMessagesBulkMessageId: (path: V1MyBulkMessagesBulkMessageIdGetPath, requestBody: FormData, requestInit?: RequestInit) => Promise<{
20
20
  bulkMessage: {
21
- body: string;
22
21
  id: number;
22
+ body: string;
23
23
  createdAt: string;
24
24
  sentUsersCount: number;
25
25
  subject: string;
@@ -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
- name: string;
9
8
  id: number;
9
+ name: string;
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, requestBody: FormData, requestInit?: RequestInit) => Promise<{
18
18
  users: {
19
- name: string;
20
19
  id: number;
20
+ name: string;
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
- name: string;
9
8
  id: number;
9
+ name: string;
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, requestBody: FormData, requestInit?: RequestInit) => Promise<{
18
18
  users: {
19
- name: string;
20
19
  id: number;
20
+ name: string;
21
21
  iconUrl: string;
22
22
  }[];
23
23
  }>;
@@ -15,8 +15,8 @@ declare const buildV1MyFundraisingBulkMessagesGetFetcher: (requestInit?: Request
15
15
  nextPage?: number | undefined;
16
16
  };
17
17
  bulkMessages: {
18
- body: string;
19
18
  id: number;
19
+ body: string;
20
20
  sentCompletedAt: string | null;
21
21
  sentUsersCount: number;
22
22
  deliveryStatus: "initial" | "started" | "completed";
@@ -38,8 +38,8 @@ declare const getV1MyFundraisingBulkMessages: (query: V1MyFundraisingBulkMessage
38
38
  nextPage?: number | undefined;
39
39
  };
40
40
  bulkMessages: {
41
- body: string;
42
41
  id: number;
42
+ body: string;
43
43
  sentCompletedAt: string | null;
44
44
  sentUsersCount: number;
45
45
  deliveryStatus: "initial" | "started" | "completed";
@@ -15,8 +15,8 @@ declare const buildV1MyFundraisingBulkMessagesGetFetcher: (requestInit?: Request
15
15
  nextPage?: number | undefined;
16
16
  };
17
17
  bulkMessages: {
18
- body: string;
19
18
  id: number;
19
+ body: string;
20
20
  sentCompletedAt: string | null;
21
21
  sentUsersCount: number;
22
22
  deliveryStatus: "initial" | "started" | "completed";
@@ -38,8 +38,8 @@ declare const getV1MyFundraisingBulkMessages: (query: V1MyFundraisingBulkMessage
38
38
  nextPage?: number | undefined;
39
39
  };
40
40
  bulkMessages: {
41
- body: string;
42
41
  id: number;
42
+ body: string;
43
43
  sentCompletedAt: string | null;
44
44
  sentUsersCount: number;
45
45
  deliveryStatus: "initial" | "started" | "completed";
@@ -5,8 +5,8 @@ type V1MyFundraisingBulkMessagesBulkMessageIdGetOperation = paths["/api/v1/my/fu
5
5
  type V1MyFundraisingBulkMessagesBulkMessageIdGetResponse = V1MyFundraisingBulkMessagesBulkMessageIdGetOperation["responses"]["200"]["content"]["application/json"];
6
6
  declare const buildV1MyFundraisingBulkMessagesBulkMessageIdGetFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
7
7
  bulkMessage: {
8
- body: string;
9
8
  id: number;
9
+ body: string;
10
10
  sentCompletedAt: string | null;
11
11
  sentUsersCount: number;
12
12
  deliveryStatus: "initial" | "started" | "completed";
@@ -18,8 +18,8 @@ type V1MyFundraisingBulkMessagesBulkMessageIdGetPath = ForceDig<V1MyFundraisingB
18
18
  ]>;
19
19
  declare const getV1MyFundraisingBulkMessagesBulkMessageId: (path: V1MyFundraisingBulkMessagesBulkMessageIdGetPath, requestBody: FormData, requestInit?: RequestInit) => Promise<{
20
20
  bulkMessage: {
21
- body: string;
22
21
  id: number;
22
+ body: string;
23
23
  sentCompletedAt: string | null;
24
24
  sentUsersCount: number;
25
25
  deliveryStatus: "initial" | "started" | "completed";
@@ -5,8 +5,8 @@ type V1MyFundraisingBulkMessagesBulkMessageIdGetOperation = paths["/api/v1/my/fu
5
5
  type V1MyFundraisingBulkMessagesBulkMessageIdGetResponse = V1MyFundraisingBulkMessagesBulkMessageIdGetOperation["responses"]["200"]["content"]["application/json"];
6
6
  declare const buildV1MyFundraisingBulkMessagesBulkMessageIdGetFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
7
7
  bulkMessage: {
8
- body: string;
9
8
  id: number;
9
+ body: string;
10
10
  sentCompletedAt: string | null;
11
11
  sentUsersCount: number;
12
12
  deliveryStatus: "initial" | "started" | "completed";
@@ -18,8 +18,8 @@ type V1MyFundraisingBulkMessagesBulkMessageIdGetPath = ForceDig<V1MyFundraisingB
18
18
  ]>;
19
19
  declare const getV1MyFundraisingBulkMessagesBulkMessageId: (path: V1MyFundraisingBulkMessagesBulkMessageIdGetPath, requestBody: FormData, requestInit?: RequestInit) => Promise<{
20
20
  bulkMessage: {
21
- body: string;
22
21
  id: number;
22
+ body: string;
23
23
  sentCompletedAt: string | null;
24
24
  sentUsersCount: number;
25
25
  deliveryStatus: "initial" | "started" | "completed";
@@ -5,8 +5,8 @@ type V1MyFundraisingBulkMessagesBulkMessageIdSentUsersGetOperation = paths["/api
5
5
  type V1MyFundraisingBulkMessagesBulkMessageIdSentUsersGetResponse = V1MyFundraisingBulkMessagesBulkMessageIdSentUsersGetOperation["responses"]["200"]["content"]["application/json"];
6
6
  declare const buildV1MyFundraisingBulkMessagesBulkMessageIdSentUsersGetFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
7
7
  sentUsers: {
8
- name: string;
9
8
  id: number;
9
+ name: string;
10
10
  imageUrl: string;
11
11
  email: string | null;
12
12
  messageRoom: {
@@ -34,8 +34,8 @@ type V1MyFundraisingBulkMessagesBulkMessageIdSentUsersGetQuery = ForceDig<V1MyFu
34
34
  ]>;
35
35
  declare const getV1MyFundraisingBulkMessagesBulkMessageIdSentUsers: (path: V1MyFundraisingBulkMessagesBulkMessageIdSentUsersGetPath, query: V1MyFundraisingBulkMessagesBulkMessageIdSentUsersGetQuery, requestBody: FormData, requestInit?: RequestInit) => Promise<{
36
36
  sentUsers: {
37
- name: string;
38
37
  id: number;
38
+ name: string;
39
39
  imageUrl: string;
40
40
  email: string | null;
41
41
  messageRoom: {
@@ -5,8 +5,8 @@ type V1MyFundraisingBulkMessagesBulkMessageIdSentUsersGetOperation = paths["/api
5
5
  type V1MyFundraisingBulkMessagesBulkMessageIdSentUsersGetResponse = V1MyFundraisingBulkMessagesBulkMessageIdSentUsersGetOperation["responses"]["200"]["content"]["application/json"];
6
6
  declare const buildV1MyFundraisingBulkMessagesBulkMessageIdSentUsersGetFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
7
7
  sentUsers: {
8
- name: string;
9
8
  id: number;
9
+ name: string;
10
10
  imageUrl: string;
11
11
  email: string | null;
12
12
  messageRoom: {
@@ -34,8 +34,8 @@ type V1MyFundraisingBulkMessagesBulkMessageIdSentUsersGetQuery = ForceDig<V1MyFu
34
34
  ]>;
35
35
  declare const getV1MyFundraisingBulkMessagesBulkMessageIdSentUsers: (path: V1MyFundraisingBulkMessagesBulkMessageIdSentUsersGetPath, query: V1MyFundraisingBulkMessagesBulkMessageIdSentUsersGetQuery, requestBody: FormData, requestInit?: RequestInit) => Promise<{
36
36
  sentUsers: {
37
- name: string;
38
37
  id: number;
38
+ name: string;
39
39
  imageUrl: string;
40
40
  email: string | null;
41
41
  messageRoom: {
@@ -7,8 +7,8 @@ declare const buildV1MyFundraisingMessageRoomsMessageRoomIdGetFetcher: (requestI
7
7
  messageRoom: {
8
8
  id: number;
9
9
  user: {
10
- name: string;
11
10
  id: number;
11
+ name: string;
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
- name: string;
27
26
  id: number;
27
+ name: string;
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
- name: string;
11
10
  id: number;
11
+ name: string;
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
- name: string;
27
26
  id: number;
27
+ name: string;
28
28
  imageUrl: string;
29
29
  isWithdrawn: boolean;
30
30
  hasActiveOrder: boolean;
@@ -5,24 +5,24 @@ type V1MyFundraisingMessageRoomsMessageRoomIdMessagesGetOperation = paths["/api/
5
5
  type V1MyFundraisingMessageRoomsMessageRoomIdMessagesGetResponse = V1MyFundraisingMessageRoomsMessageRoomIdMessagesGetOperation["responses"]["200"]["content"]["application/json"];
6
6
  declare const buildV1MyFundraisingMessageRoomsMessageRoomIdMessagesGetFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
7
7
  messages: ({
8
- body: string;
9
8
  id: number;
9
+ body: string;
10
10
  sentAt: string;
11
11
  __type: "OtherMessage";
12
12
  isRead: boolean;
13
13
  user: {
14
- name: string;
15
14
  id: number;
15
+ name: string;
16
16
  imageUrl: string;
17
17
  };
18
18
  } | {
19
- body: string;
20
19
  id: number;
20
+ body: string;
21
21
  sentAt: string;
22
22
  __type: "MyBulkMessage";
23
23
  } | {
24
- body: string;
25
24
  id: number;
25
+ body: string;
26
26
  sentAt: string;
27
27
  __type: "MyMessage";
28
28
  })[];
@@ -38,24 +38,24 @@ type V1MyFundraisingMessageRoomsMessageRoomIdMessagesGetQuery = ForceDig<V1MyFun
38
38
  ]>;
39
39
  declare const getV1MyFundraisingMessageRoomsMessageRoomIdMessages: (path: V1MyFundraisingMessageRoomsMessageRoomIdMessagesGetPath, query: V1MyFundraisingMessageRoomsMessageRoomIdMessagesGetQuery, requestBody: FormData, requestInit?: RequestInit) => Promise<{
40
40
  messages: ({
41
- body: string;
42
41
  id: number;
42
+ body: string;
43
43
  sentAt: string;
44
44
  __type: "OtherMessage";
45
45
  isRead: boolean;
46
46
  user: {
47
- name: string;
48
47
  id: number;
48
+ name: string;
49
49
  imageUrl: string;
50
50
  };
51
51
  } | {
52
- body: string;
53
52
  id: number;
53
+ body: string;
54
54
  sentAt: string;
55
55
  __type: "MyBulkMessage";
56
56
  } | {
57
- body: string;
58
57
  id: number;
58
+ body: string;
59
59
  sentAt: string;
60
60
  __type: "MyMessage";
61
61
  })[];
@@ -65,8 +65,8 @@ type V1MyFundraisingMessageRoomsMessageRoomIdMessagesPostOperation = paths["/api
65
65
  type V1MyFundraisingMessageRoomsMessageRoomIdMessagesPostResponse = V1MyFundraisingMessageRoomsMessageRoomIdMessagesPostOperation["responses"]["201"]["content"]["application/json"];
66
66
  declare const buildV1MyFundraisingMessageRoomsMessageRoomIdMessagesPostFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
67
67
  message: {
68
- body: string;
69
68
  id: number;
69
+ body: string;
70
70
  sentAt: string;
71
71
  __type: "MyMessage";
72
72
  };
@@ -82,8 +82,8 @@ type V1MyFundraisingMessageRoomsMessageRoomIdMessagesPostRequestBody = ForceDig<
82
82
  ]>;
83
83
  declare const postV1MyFundraisingMessageRoomsMessageRoomIdMessages: (path: V1MyFundraisingMessageRoomsMessageRoomIdMessagesPostPath, requestBody: V1MyFundraisingMessageRoomsMessageRoomIdMessagesPostRequestBody, requestInit?: RequestInit) => Promise<{
84
84
  message: {
85
- body: string;
86
85
  id: number;
86
+ body: string;
87
87
  sentAt: string;
88
88
  __type: "MyMessage";
89
89
  };
@@ -5,24 +5,24 @@ type V1MyFundraisingMessageRoomsMessageRoomIdMessagesGetOperation = paths["/api/
5
5
  type V1MyFundraisingMessageRoomsMessageRoomIdMessagesGetResponse = V1MyFundraisingMessageRoomsMessageRoomIdMessagesGetOperation["responses"]["200"]["content"]["application/json"];
6
6
  declare const buildV1MyFundraisingMessageRoomsMessageRoomIdMessagesGetFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
7
7
  messages: ({
8
- body: string;
9
8
  id: number;
9
+ body: string;
10
10
  sentAt: string;
11
11
  __type: "OtherMessage";
12
12
  isRead: boolean;
13
13
  user: {
14
- name: string;
15
14
  id: number;
15
+ name: string;
16
16
  imageUrl: string;
17
17
  };
18
18
  } | {
19
- body: string;
20
19
  id: number;
20
+ body: string;
21
21
  sentAt: string;
22
22
  __type: "MyBulkMessage";
23
23
  } | {
24
- body: string;
25
24
  id: number;
25
+ body: string;
26
26
  sentAt: string;
27
27
  __type: "MyMessage";
28
28
  })[];
@@ -38,24 +38,24 @@ type V1MyFundraisingMessageRoomsMessageRoomIdMessagesGetQuery = ForceDig<V1MyFun
38
38
  ]>;
39
39
  declare const getV1MyFundraisingMessageRoomsMessageRoomIdMessages: (path: V1MyFundraisingMessageRoomsMessageRoomIdMessagesGetPath, query: V1MyFundraisingMessageRoomsMessageRoomIdMessagesGetQuery, requestBody: FormData, requestInit?: RequestInit) => Promise<{
40
40
  messages: ({
41
- body: string;
42
41
  id: number;
42
+ body: string;
43
43
  sentAt: string;
44
44
  __type: "OtherMessage";
45
45
  isRead: boolean;
46
46
  user: {
47
- name: string;
48
47
  id: number;
48
+ name: string;
49
49
  imageUrl: string;
50
50
  };
51
51
  } | {
52
- body: string;
53
52
  id: number;
53
+ body: string;
54
54
  sentAt: string;
55
55
  __type: "MyBulkMessage";
56
56
  } | {
57
- body: string;
58
57
  id: number;
58
+ body: string;
59
59
  sentAt: string;
60
60
  __type: "MyMessage";
61
61
  })[];
@@ -65,8 +65,8 @@ type V1MyFundraisingMessageRoomsMessageRoomIdMessagesPostOperation = paths["/api
65
65
  type V1MyFundraisingMessageRoomsMessageRoomIdMessagesPostResponse = V1MyFundraisingMessageRoomsMessageRoomIdMessagesPostOperation["responses"]["201"]["content"]["application/json"];
66
66
  declare const buildV1MyFundraisingMessageRoomsMessageRoomIdMessagesPostFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
67
67
  message: {
68
- body: string;
69
68
  id: number;
69
+ body: string;
70
70
  sentAt: string;
71
71
  __type: "MyMessage";
72
72
  };
@@ -82,8 +82,8 @@ type V1MyFundraisingMessageRoomsMessageRoomIdMessagesPostRequestBody = ForceDig<
82
82
  ]>;
83
83
  declare const postV1MyFundraisingMessageRoomsMessageRoomIdMessages: (path: V1MyFundraisingMessageRoomsMessageRoomIdMessagesPostPath, requestBody: V1MyFundraisingMessageRoomsMessageRoomIdMessagesPostRequestBody, requestInit?: RequestInit) => Promise<{
84
84
  message: {
85
- body: string;
86
85
  id: number;
86
+ body: string;
87
87
  sentAt: string;
88
88
  __type: "MyMessage";
89
89
  };
@@ -5,14 +5,14 @@ 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;
9
8
  message: {
10
- body: string;
11
9
  id: number;
10
+ body: string;
12
11
  createdAt: string;
13
12
  isNew: boolean;
14
13
  };
15
14
  id: number;
15
+ name: string;
16
16
  iconUrl: string;
17
17
  }[];
18
18
  paginate: {
@@ -26,14 +26,14 @@ type V1MyMessagesExchangedUsersGetQuery = ForceDig<V1MyMessagesExchangedUsersGet
26
26
  ]>;
27
27
  declare const getV1MyMessagesExchangedUsers: (query: V1MyMessagesExchangedUsersGetQuery, requestBody: FormData, requestInit?: RequestInit) => Promise<{
28
28
  users: {
29
- name: string;
30
29
  message: {
31
- body: string;
32
30
  id: number;
31
+ body: string;
33
32
  createdAt: string;
34
33
  isNew: boolean;
35
34
  };
36
35
  id: number;
36
+ name: string;
37
37
  iconUrl: string;
38
38
  }[];
39
39
  paginate: {
@@ -5,14 +5,14 @@ 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;
9
8
  message: {
10
- body: string;
11
9
  id: number;
10
+ body: string;
12
11
  createdAt: string;
13
12
  isNew: boolean;
14
13
  };
15
14
  id: number;
15
+ name: string;
16
16
  iconUrl: string;
17
17
  }[];
18
18
  paginate: {
@@ -26,14 +26,14 @@ type V1MyMessagesExchangedUsersGetQuery = ForceDig<V1MyMessagesExchangedUsersGet
26
26
  ]>;
27
27
  declare const getV1MyMessagesExchangedUsers: (query: V1MyMessagesExchangedUsersGetQuery, requestBody: FormData, requestInit?: RequestInit) => Promise<{
28
28
  users: {
29
- name: string;
30
29
  message: {
31
- body: string;
32
30
  id: number;
31
+ body: string;
33
32
  createdAt: string;
34
33
  isNew: boolean;
35
34
  };
36
35
  id: number;
36
+ name: string;
37
37
  iconUrl: string;
38
38
  }[];
39
39
  paginate: {
@@ -16,8 +16,8 @@ declare const buildV1MyProjectsProjectIdRewardsGetFetcher: (requestInit?: Reques
16
16
  requiredAddress?: boolean | undefined;
17
17
  estimatedArrivalMonth?: string | undefined;
18
18
  rewardExOptions?: {
19
- name: string;
20
19
  id: number;
20
+ name: string;
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
- name: string;
84
83
  id: number;
84
+ name: string;
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
- name: string;
20
19
  id: number;
20
+ name: string;
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
- name: string;
84
83
  id: number;
84
+ name: string;
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
- name: string;
20
19
  id: number;
20
+ name: string;
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
- name: string;
76
75
  id: number;
76
+ name: string;
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
- name: string;
160
159
  id: number;
160
+ name: string;
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
- name: string;
221
220
  id: number;
221
+ name: string;
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
- name: string;
20
19
  id: number;
20
+ name: string;
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
- name: string;
76
75
  id: number;
76
+ name: string;
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
- name: string;
160
159
  id: number;
160
+ name: string;
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
- name: string;
221
220
  id: number;
221
+ name: string;
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
- name?: string | undefined;
11
10
  id?: number | undefined;
11
+ name?: string | 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
- name?: string | undefined;
51
50
  id?: number | undefined;
51
+ name?: string | 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
- name?: string | undefined;
11
10
  id?: number | undefined;
11
+ name?: string | 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
- name?: string | undefined;
51
50
  id?: number | undefined;
51
+ name?: string | undefined;
52
52
  my_image_url?: string | undefined;
53
53
  my_url?: string | undefined;
54
54
  } | undefined;
@@ -12,8 +12,8 @@ declare const buildV1ResourcesCommonHeaderGetFetcher: (requestInit?: RequestInit
12
12
  top: string;
13
13
  userMenuLinks: {
14
14
  message: string;
15
- follow: string;
16
15
  edit: string;
16
+ follow: string;
17
17
  history: string;
18
18
  logout: string;
19
19
  myProjects: string;
@@ -32,9 +32,9 @@ declare const buildV1ResourcesCommonHeaderGetFetcher: (requestInit?: RequestInit
32
32
  }[];
33
33
  section: number;
34
34
  columnTypes: {
35
- sm: "auto" | "1" | "2";
36
- md: "auto" | "1" | "2";
37
- lg: "auto" | "1" | "2";
35
+ sm: "1" | "2" | "auto";
36
+ md: "1" | "2" | "auto";
37
+ lg: "1" | "2" | "auto";
38
38
  };
39
39
  }[];
40
40
  searchDefaultValue: string;
@@ -55,8 +55,8 @@ declare const getV1ResourcesCommonHeader: (requestBody: FormData, requestInit?:
55
55
  top: string;
56
56
  userMenuLinks: {
57
57
  message: string;
58
- follow: string;
59
58
  edit: string;
59
+ follow: string;
60
60
  history: string;
61
61
  logout: string;
62
62
  myProjects: string;
@@ -75,9 +75,9 @@ declare const getV1ResourcesCommonHeader: (requestBody: FormData, requestInit?:
75
75
  }[];
76
76
  section: number;
77
77
  columnTypes: {
78
- sm: "auto" | "1" | "2";
79
- md: "auto" | "1" | "2";
80
- lg: "auto" | "1" | "2";
78
+ sm: "1" | "2" | "auto";
79
+ md: "1" | "2" | "auto";
80
+ lg: "1" | "2" | "auto";
81
81
  };
82
82
  }[];
83
83
  searchDefaultValue: string;
@@ -12,8 +12,8 @@ declare const buildV1ResourcesCommonHeaderGetFetcher: (requestInit?: RequestInit
12
12
  top: string;
13
13
  userMenuLinks: {
14
14
  message: string;
15
- follow: string;
16
15
  edit: string;
16
+ follow: string;
17
17
  history: string;
18
18
  logout: string;
19
19
  myProjects: string;
@@ -32,9 +32,9 @@ declare const buildV1ResourcesCommonHeaderGetFetcher: (requestInit?: RequestInit
32
32
  }[];
33
33
  section: number;
34
34
  columnTypes: {
35
- sm: "auto" | "1" | "2";
36
- md: "auto" | "1" | "2";
37
- lg: "auto" | "1" | "2";
35
+ sm: "1" | "2" | "auto";
36
+ md: "1" | "2" | "auto";
37
+ lg: "1" | "2" | "auto";
38
38
  };
39
39
  }[];
40
40
  searchDefaultValue: string;
@@ -55,8 +55,8 @@ declare const getV1ResourcesCommonHeader: (requestBody: FormData, requestInit?:
55
55
  top: string;
56
56
  userMenuLinks: {
57
57
  message: string;
58
- follow: string;
59
58
  edit: string;
59
+ follow: string;
60
60
  history: string;
61
61
  logout: string;
62
62
  myProjects: string;
@@ -75,9 +75,9 @@ declare const getV1ResourcesCommonHeader: (requestBody: FormData, requestInit?:
75
75
  }[];
76
76
  section: number;
77
77
  columnTypes: {
78
- sm: "auto" | "1" | "2";
79
- md: "auto" | "1" | "2";
80
- lg: "auto" | "1" | "2";
78
+ sm: "1" | "2" | "auto";
79
+ md: "1" | "2" | "auto";
80
+ lg: "1" | "2" | "auto";
81
81
  };
82
82
  }[];
83
83
  searchDefaultValue: string;
@@ -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
- name: string;
7
- type: 0 | 2 | 1 | 3;
6
+ type: 0 | 1 | 2 | 3;
8
7
  id: number;
8
+ name: string;
9
9
  parentIds: number[];
10
10
  }[]>;
11
11
  declare const getV1Tags: (requestBody: FormData, requestInit?: RequestInit) => Promise<{
12
- name: string;
13
- type: 0 | 2 | 1 | 3;
12
+ type: 0 | 1 | 2 | 3;
14
13
  id: number;
14
+ name: string;
15
15
  parentIds: number[];
16
16
  }[]>;
17
17
 
@@ -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
- name: string;
7
- type: 0 | 2 | 1 | 3;
6
+ type: 0 | 1 | 2 | 3;
8
7
  id: number;
8
+ name: string;
9
9
  parentIds: number[];
10
10
  }[]>;
11
11
  declare const getV1Tags: (requestBody: FormData, requestInit?: RequestInit) => Promise<{
12
- name: string;
13
- type: 0 | 2 | 1 | 3;
12
+ type: 0 | 1 | 2 | 3;
14
13
  id: number;
14
+ name: string;
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.162.0-pr926.d4b8348",
3
+ "version": "0.162.0",
4
4
  "license": "SEE LICENSE IN LICENSE.md",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -20,7 +20,11 @@
20
20
  "require": "./dist/hooks/index.js"
21
21
  }
22
22
  },
23
+ "scripts": {
24
+ "build": "tsup"
25
+ },
23
26
  "devDependencies": {
27
+ "@readyfor/api-client-base": "0.162.0",
24
28
  "@types/qs": "6.9.17",
25
29
  "@types/react": "^18.3.12",
26
30
  "@types/use-sync-external-store": "0.0.6",
@@ -28,16 +32,15 @@
28
32
  "react": "^18.3.1",
29
33
  "swr": "^2.2.5",
30
34
  "use-sync-external-store": "^1.2.2",
31
- "zod": "^3.24.1",
32
- "@readyfor/api-client-base": "0.162.0-pr926.d4b8348"
35
+ "zod": "^3.24.1"
33
36
  },
34
37
  "peerDependencies": {
38
+ "@readyfor/api-client-base": "*",
35
39
  "qs": "^6",
36
40
  "react": "^18",
37
41
  "swr": "^2",
38
42
  "use-sync-external-store": "1.2.2",
39
- "zod": "^3",
40
- "@readyfor/api-client-base": "0.162.0-pr926.d4b8348"
43
+ "zod": "^3"
41
44
  },
42
45
  "peerDependenciesMeta": {
43
46
  "react": {
@@ -62,7 +65,5 @@
62
65
  "src"
63
66
  ]
64
67
  },
65
- "scripts": {
66
- "build": "tsup"
67
- }
68
- }
68
+ "gitHead": "6fa7e7b91161ab65c3645b07ceca61122f479906"
69
+ }