@readyfor/api-client-readyfor-api 0.300.0-pr1183.0e01313 → 0.300.0-pr1184.1256ef3

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 (43) hide show
  1. package/dist/fetch/v2ContributionsCard3dSecureExecContribution.d.mts +4 -4
  2. package/dist/fetch/v2ContributionsCard3dSecureExecContribution.d.ts +4 -4
  3. package/dist/fetch/v2ContributionsCard3dSecureRetryContribution.d.mts +4 -4
  4. package/dist/fetch/v2ContributionsCard3dSecureRetryContribution.d.ts +4 -4
  5. package/dist/fetch/v2ContributionsCheckOrderStatus.d.mts +2 -2
  6. package/dist/fetch/v2ContributionsCheckOrderStatus.d.ts +2 -2
  7. package/dist/fetch/v2ContributionsOrderInfo.d.mts +2 -2
  8. package/dist/fetch/v2ContributionsOrderInfo.d.ts +2 -2
  9. package/dist/fetch/v2ContributionsProjectInfo.d.mts +8 -8
  10. package/dist/fetch/v2ContributionsProjectInfo.d.ts +8 -8
  11. package/dist/fetch/v2FundraisingBulkMessagesTargetUsers.d.mts +2 -2
  12. package/dist/fetch/v2FundraisingBulkMessagesTargetUsers.d.ts +2 -2
  13. package/dist/fetch/v2FundraisingContributors.d.mts +2 -2
  14. package/dist/fetch/v2FundraisingContributors.d.ts +2 -2
  15. package/dist/fetch/v2FundraisingContributorsId.d.mts +2 -2
  16. package/dist/fetch/v2FundraisingContributorsId.d.ts +2 -2
  17. package/dist/fetch/v2FundraisingContributorsIdOrders.d.mts +4 -4
  18. package/dist/fetch/v2FundraisingContributorsIdOrders.d.ts +4 -4
  19. package/dist/fetch/v2FundraisingContributorsOwnedPublicProjects.d.mts +2 -2
  20. package/dist/fetch/v2FundraisingContributorsOwnedPublicProjects.d.ts +2 -2
  21. package/dist/fetch/v2FundraisingContributorsUsers.d.mts +2 -2
  22. package/dist/fetch/v2FundraisingContributorsUsers.d.ts +2 -2
  23. package/dist/fetch/v2FundraisingRewards.d.mts +2 -2
  24. package/dist/fetch/v2FundraisingRewards.d.ts +2 -2
  25. package/dist/fetch/v2FundraisingRewardsRewardId.d.mts +2 -2
  26. package/dist/fetch/v2FundraisingRewardsRewardId.d.ts +2 -2
  27. package/dist/fetch/v2FundraisingSpotCrowdfundingProjectOrders.d.mts +6 -6
  28. package/dist/fetch/v2FundraisingSpotCrowdfundingProjectOrders.d.ts +6 -6
  29. package/dist/fetch/v2FundraisingSpotCrowdfundingProjectOrdersAll.d.mts +4 -4
  30. package/dist/fetch/v2FundraisingSpotCrowdfundingProjectOrdersAll.d.ts +4 -4
  31. package/dist/fetch/v2FundraisingSpotCrowdfundingProjectOrdersOrderId.d.mts +10 -10
  32. package/dist/fetch/v2FundraisingSpotCrowdfundingProjectOrdersOrderId.d.ts +10 -10
  33. package/dist/fetch/v2FundraisingSteadyCrowdfundingProjectOrders.d.mts +8 -8
  34. package/dist/fetch/v2FundraisingSteadyCrowdfundingProjectOrders.d.ts +8 -8
  35. package/dist/fetch/v2FundraisingSteadyCrowdfundingProjectOrdersAll.d.mts +4 -4
  36. package/dist/fetch/v2FundraisingSteadyCrowdfundingProjectOrdersAll.d.ts +4 -4
  37. package/dist/fetch/v2FundraisingSteadyCrowdfundingProjectOrdersOrderId.d.mts +12 -12
  38. package/dist/fetch/v2FundraisingSteadyCrowdfundingProjectOrdersOrderId.d.ts +12 -12
  39. package/dist/fetch/v2ResourcesBankBranches.d.mts +2 -2
  40. package/dist/fetch/v2ResourcesBankBranches.d.ts +2 -2
  41. package/dist/fetch/v2ResourcesBanks.d.mts +2 -2
  42. package/dist/fetch/v2ResourcesBanks.d.ts +2 -2
  43. package/package.json +3 -3
@@ -4,17 +4,17 @@ import { ForceDig } from '@readyfor/api-client-base';
4
4
  type V2FundraisingSteadyCrowdfundingProjectOrdersOrderIdGetOperation = paths["/api/v2/fundraising/steady_crowdfunding_project_orders/{order_id}"]["get"];
5
5
  type V2FundraisingSteadyCrowdfundingProjectOrdersOrderIdGetResponse = V2FundraisingSteadyCrowdfundingProjectOrdersOrderIdGetOperation["responses"]["200"]["content"]["application/json"];
6
6
  declare const buildV2FundraisingSteadyCrowdfundingProjectOrdersOrderIdGetFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
7
- id: number;
8
7
  contributor: {
9
- id: number;
10
8
  imageUrl: string;
11
9
  email: string | null;
12
10
  name: string;
11
+ id: number;
13
12
  isActive: boolean;
14
13
  hasValidOrder: boolean;
15
14
  };
16
15
  createdAt: string;
17
16
  amount: number;
17
+ id: number;
18
18
  project: {
19
19
  id: number;
20
20
  title: string;
@@ -24,10 +24,10 @@ declare const buildV2FundraisingSteadyCrowdfundingProjectOrdersOrderIdGetFetcher
24
24
  title: string;
25
25
  };
26
26
  comments: {
27
- content: string;
28
27
  imageUrl: string;
29
28
  name: string;
30
29
  createdAt: string;
30
+ content: string;
31
31
  }[];
32
32
  __type?: "FundraisingSteadyCrowdfundingProjectOnetimeOrderId" | undefined;
33
33
  delivery?: {
@@ -45,18 +45,18 @@ declare const buildV2FundraisingSteadyCrowdfundingProjectOrdersOrderIdGetFetcher
45
45
  }[];
46
46
  } | undefined;
47
47
  } | {
48
- id: number;
49
48
  contributor: {
50
- id: number;
51
49
  imageUrl: string;
52
50
  email: string | null;
53
51
  name: string;
52
+ id: number;
54
53
  isActive: boolean;
55
54
  hasValidOrder: boolean;
56
55
  };
57
56
  createdAt: string;
58
57
  totalAmount: number;
59
58
  monthlyAmount: number;
59
+ id: number;
60
60
  billingState: "billingContinuing" | "billingDiscontinued" | "waitRetryPayment";
61
61
  project: {
62
62
  id: number;
@@ -67,10 +67,10 @@ declare const buildV2FundraisingSteadyCrowdfundingProjectOrdersOrderIdGetFetcher
67
67
  thumbnailUrl: string;
68
68
  };
69
69
  comments: {
70
- content: string;
71
70
  imageUrl: string;
72
71
  name: string;
73
72
  createdAt: string;
73
+ content: string;
74
74
  }[];
75
75
  recurringMonths: number;
76
76
  __type?: "FundraisingSteadyCrowdfundingProjectMonthlyOrderId" | undefined;
@@ -96,17 +96,17 @@ type V2FundraisingSteadyCrowdfundingProjectOrdersOrderIdGetPath = ForceDig<V2Fun
96
96
  "path"
97
97
  ]>;
98
98
  declare const getV2FundraisingSteadyCrowdfundingProjectOrdersOrderId: (path: V2FundraisingSteadyCrowdfundingProjectOrdersOrderIdGetPath, customRequestInit?: RequestInit) => Promise<{
99
- id: number;
100
99
  contributor: {
101
- id: number;
102
100
  imageUrl: string;
103
101
  email: string | null;
104
102
  name: string;
103
+ id: number;
105
104
  isActive: boolean;
106
105
  hasValidOrder: boolean;
107
106
  };
108
107
  createdAt: string;
109
108
  amount: number;
109
+ id: number;
110
110
  project: {
111
111
  id: number;
112
112
  title: string;
@@ -116,10 +116,10 @@ declare const getV2FundraisingSteadyCrowdfundingProjectOrdersOrderId: (path: V2F
116
116
  title: string;
117
117
  };
118
118
  comments: {
119
- content: string;
120
119
  imageUrl: string;
121
120
  name: string;
122
121
  createdAt: string;
122
+ content: string;
123
123
  }[];
124
124
  __type?: "FundraisingSteadyCrowdfundingProjectOnetimeOrderId" | undefined;
125
125
  delivery?: {
@@ -137,18 +137,18 @@ declare const getV2FundraisingSteadyCrowdfundingProjectOrdersOrderId: (path: V2F
137
137
  }[];
138
138
  } | undefined;
139
139
  } | {
140
- id: number;
141
140
  contributor: {
142
- id: number;
143
141
  imageUrl: string;
144
142
  email: string | null;
145
143
  name: string;
144
+ id: number;
146
145
  isActive: boolean;
147
146
  hasValidOrder: boolean;
148
147
  };
149
148
  createdAt: string;
150
149
  totalAmount: number;
151
150
  monthlyAmount: number;
151
+ id: number;
152
152
  billingState: "billingContinuing" | "billingDiscontinued" | "waitRetryPayment";
153
153
  project: {
154
154
  id: number;
@@ -159,10 +159,10 @@ declare const getV2FundraisingSteadyCrowdfundingProjectOrdersOrderId: (path: V2F
159
159
  thumbnailUrl: string;
160
160
  };
161
161
  comments: {
162
- content: string;
163
162
  imageUrl: string;
164
163
  name: string;
165
164
  createdAt: string;
165
+ content: string;
166
166
  }[];
167
167
  recurringMonths: number;
168
168
  __type?: "FundraisingSteadyCrowdfundingProjectMonthlyOrderId" | undefined;
@@ -4,17 +4,17 @@ import { ForceDig } from '@readyfor/api-client-base';
4
4
  type V2FundraisingSteadyCrowdfundingProjectOrdersOrderIdGetOperation = paths["/api/v2/fundraising/steady_crowdfunding_project_orders/{order_id}"]["get"];
5
5
  type V2FundraisingSteadyCrowdfundingProjectOrdersOrderIdGetResponse = V2FundraisingSteadyCrowdfundingProjectOrdersOrderIdGetOperation["responses"]["200"]["content"]["application/json"];
6
6
  declare const buildV2FundraisingSteadyCrowdfundingProjectOrdersOrderIdGetFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
7
- id: number;
8
7
  contributor: {
9
- id: number;
10
8
  imageUrl: string;
11
9
  email: string | null;
12
10
  name: string;
11
+ id: number;
13
12
  isActive: boolean;
14
13
  hasValidOrder: boolean;
15
14
  };
16
15
  createdAt: string;
17
16
  amount: number;
17
+ id: number;
18
18
  project: {
19
19
  id: number;
20
20
  title: string;
@@ -24,10 +24,10 @@ declare const buildV2FundraisingSteadyCrowdfundingProjectOrdersOrderIdGetFetcher
24
24
  title: string;
25
25
  };
26
26
  comments: {
27
- content: string;
28
27
  imageUrl: string;
29
28
  name: string;
30
29
  createdAt: string;
30
+ content: string;
31
31
  }[];
32
32
  __type?: "FundraisingSteadyCrowdfundingProjectOnetimeOrderId" | undefined;
33
33
  delivery?: {
@@ -45,18 +45,18 @@ declare const buildV2FundraisingSteadyCrowdfundingProjectOrdersOrderIdGetFetcher
45
45
  }[];
46
46
  } | undefined;
47
47
  } | {
48
- id: number;
49
48
  contributor: {
50
- id: number;
51
49
  imageUrl: string;
52
50
  email: string | null;
53
51
  name: string;
52
+ id: number;
54
53
  isActive: boolean;
55
54
  hasValidOrder: boolean;
56
55
  };
57
56
  createdAt: string;
58
57
  totalAmount: number;
59
58
  monthlyAmount: number;
59
+ id: number;
60
60
  billingState: "billingContinuing" | "billingDiscontinued" | "waitRetryPayment";
61
61
  project: {
62
62
  id: number;
@@ -67,10 +67,10 @@ declare const buildV2FundraisingSteadyCrowdfundingProjectOrdersOrderIdGetFetcher
67
67
  thumbnailUrl: string;
68
68
  };
69
69
  comments: {
70
- content: string;
71
70
  imageUrl: string;
72
71
  name: string;
73
72
  createdAt: string;
73
+ content: string;
74
74
  }[];
75
75
  recurringMonths: number;
76
76
  __type?: "FundraisingSteadyCrowdfundingProjectMonthlyOrderId" | undefined;
@@ -96,17 +96,17 @@ type V2FundraisingSteadyCrowdfundingProjectOrdersOrderIdGetPath = ForceDig<V2Fun
96
96
  "path"
97
97
  ]>;
98
98
  declare const getV2FundraisingSteadyCrowdfundingProjectOrdersOrderId: (path: V2FundraisingSteadyCrowdfundingProjectOrdersOrderIdGetPath, customRequestInit?: RequestInit) => Promise<{
99
- id: number;
100
99
  contributor: {
101
- id: number;
102
100
  imageUrl: string;
103
101
  email: string | null;
104
102
  name: string;
103
+ id: number;
105
104
  isActive: boolean;
106
105
  hasValidOrder: boolean;
107
106
  };
108
107
  createdAt: string;
109
108
  amount: number;
109
+ id: number;
110
110
  project: {
111
111
  id: number;
112
112
  title: string;
@@ -116,10 +116,10 @@ declare const getV2FundraisingSteadyCrowdfundingProjectOrdersOrderId: (path: V2F
116
116
  title: string;
117
117
  };
118
118
  comments: {
119
- content: string;
120
119
  imageUrl: string;
121
120
  name: string;
122
121
  createdAt: string;
122
+ content: string;
123
123
  }[];
124
124
  __type?: "FundraisingSteadyCrowdfundingProjectOnetimeOrderId" | undefined;
125
125
  delivery?: {
@@ -137,18 +137,18 @@ declare const getV2FundraisingSteadyCrowdfundingProjectOrdersOrderId: (path: V2F
137
137
  }[];
138
138
  } | undefined;
139
139
  } | {
140
- id: number;
141
140
  contributor: {
142
- id: number;
143
141
  imageUrl: string;
144
142
  email: string | null;
145
143
  name: string;
144
+ id: number;
146
145
  isActive: boolean;
147
146
  hasValidOrder: boolean;
148
147
  };
149
148
  createdAt: string;
150
149
  totalAmount: number;
151
150
  monthlyAmount: number;
151
+ id: number;
152
152
  billingState: "billingContinuing" | "billingDiscontinued" | "waitRetryPayment";
153
153
  project: {
154
154
  id: number;
@@ -159,10 +159,10 @@ declare const getV2FundraisingSteadyCrowdfundingProjectOrdersOrderId: (path: V2F
159
159
  thumbnailUrl: string;
160
160
  };
161
161
  comments: {
162
- content: string;
163
162
  imageUrl: string;
164
163
  name: string;
165
164
  createdAt: string;
165
+ content: string;
166
166
  }[];
167
167
  recurringMonths: number;
168
168
  __type?: "FundraisingSteadyCrowdfundingProjectMonthlyOrderId" | undefined;
@@ -5,9 +5,9 @@ type V2ResourcesBankBranchesGetOperation = paths["/api/v2/resources/bank_branche
5
5
  type V2ResourcesBankBranchesGetResponse = V2ResourcesBankBranchesGetOperation["responses"]["200"]["content"]["application/json"];
6
6
  declare const buildV2ResourcesBankBranchesGetFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
7
7
  bankBranches?: {
8
+ name: string;
8
9
  code: string;
9
10
  id: number;
10
- name: string;
11
11
  bankId: number;
12
12
  position: number;
13
13
  }[] | undefined;
@@ -18,9 +18,9 @@ type V2ResourcesBankBranchesGetQuery = ForceDig<V2ResourcesBankBranchesGetOperat
18
18
  ]>;
19
19
  declare const getV2ResourcesBankBranches: (query: V2ResourcesBankBranchesGetQuery, customRequestInit?: RequestInit) => Promise<{
20
20
  bankBranches?: {
21
+ name: string;
21
22
  code: string;
22
23
  id: number;
23
- name: string;
24
24
  bankId: number;
25
25
  position: number;
26
26
  }[] | undefined;
@@ -5,9 +5,9 @@ type V2ResourcesBankBranchesGetOperation = paths["/api/v2/resources/bank_branche
5
5
  type V2ResourcesBankBranchesGetResponse = V2ResourcesBankBranchesGetOperation["responses"]["200"]["content"]["application/json"];
6
6
  declare const buildV2ResourcesBankBranchesGetFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
7
7
  bankBranches?: {
8
+ name: string;
8
9
  code: string;
9
10
  id: number;
10
- name: string;
11
11
  bankId: number;
12
12
  position: number;
13
13
  }[] | undefined;
@@ -18,9 +18,9 @@ type V2ResourcesBankBranchesGetQuery = ForceDig<V2ResourcesBankBranchesGetOperat
18
18
  ]>;
19
19
  declare const getV2ResourcesBankBranches: (query: V2ResourcesBankBranchesGetQuery, customRequestInit?: RequestInit) => Promise<{
20
20
  bankBranches?: {
21
+ name: string;
21
22
  code: string;
22
23
  id: number;
23
- name: string;
24
24
  bankId: number;
25
25
  position: number;
26
26
  }[] | undefined;
@@ -5,9 +5,9 @@ type V2ResourcesBanksGetOperation = paths["/api/v2/resources/banks"]["get"];
5
5
  type V2ResourcesBanksGetResponse = V2ResourcesBanksGetOperation["responses"]["200"]["content"]["application/json"];
6
6
  declare const buildV2ResourcesBanksGetFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
7
7
  banks?: {
8
+ name: string;
8
9
  code: string;
9
10
  id: number;
10
- name: string;
11
11
  }[] | undefined;
12
12
  }>;
13
13
  type V2ResourcesBanksGetQuery = ForceDig<V2ResourcesBanksGetOperation, [
@@ -16,9 +16,9 @@ type V2ResourcesBanksGetQuery = ForceDig<V2ResourcesBanksGetOperation, [
16
16
  ]>;
17
17
  declare const getV2ResourcesBanks: (query: V2ResourcesBanksGetQuery, customRequestInit?: RequestInit) => Promise<{
18
18
  banks?: {
19
+ name: string;
19
20
  code: string;
20
21
  id: number;
21
- name: string;
22
22
  }[] | undefined;
23
23
  }>;
24
24
 
@@ -5,9 +5,9 @@ type V2ResourcesBanksGetOperation = paths["/api/v2/resources/banks"]["get"];
5
5
  type V2ResourcesBanksGetResponse = V2ResourcesBanksGetOperation["responses"]["200"]["content"]["application/json"];
6
6
  declare const buildV2ResourcesBanksGetFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
7
7
  banks?: {
8
+ name: string;
8
9
  code: string;
9
10
  id: number;
10
- name: string;
11
11
  }[] | undefined;
12
12
  }>;
13
13
  type V2ResourcesBanksGetQuery = ForceDig<V2ResourcesBanksGetOperation, [
@@ -16,9 +16,9 @@ type V2ResourcesBanksGetQuery = ForceDig<V2ResourcesBanksGetOperation, [
16
16
  ]>;
17
17
  declare const getV2ResourcesBanks: (query: V2ResourcesBanksGetQuery, customRequestInit?: RequestInit) => Promise<{
18
18
  banks?: {
19
+ name: string;
19
20
  code: string;
20
21
  id: number;
21
- name: string;
22
22
  }[] | undefined;
23
23
  }>;
24
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@readyfor/api-client-readyfor-api",
3
- "version": "0.300.0-pr1183.0e01313",
3
+ "version": "0.300.0-pr1184.1256ef3",
4
4
  "license": "SEE LICENSE IN LICENSE.md",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -38,13 +38,13 @@
38
38
  "react": "19.2.4",
39
39
  "swr": "2.4.0",
40
40
  "use-sync-external-store": "1.6.0",
41
- "@readyfor/api-client-base": "0.300.0-pr1183.0e01313"
41
+ "@readyfor/api-client-base": "0.300.0-pr1184.1256ef3"
42
42
  },
43
43
  "peerDependencies": {
44
44
  "react": ">=18.x <=19.x",
45
45
  "swr": "^2.2.5",
46
46
  "use-sync-external-store": "^1.2.2",
47
- "@readyfor/api-client-base": "0.300.0-pr1183.0e01313"
47
+ "@readyfor/api-client-base": "0.300.0-pr1184.1256ef3"
48
48
  },
49
49
  "peerDependenciesMeta": {
50
50
  "react": {