@readyfor/api-client-readyfor-api 1.36.0-pr1334.3af932e → 1.36.0-pr1342.077b3aa
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/v2ContributionsCheckOrderStatus.d.ts +1 -1
- package/dist/fetch/v2ContributionsProjectInfo.d.ts +1 -1
- package/dist/hooks/useV2ContributionsCheckOrderStatus.d.ts +1 -1
- package/dist/hooks/useV2ContributionsProjectInfo.d.ts +1 -1
- package/dist/index.d.ts +2 -2
- package/dist/{v2ContributionsCheckOrderStatus-eYncs2tY.d.ts → v2ContributionsCheckOrderStatus-CBPblbJT.d.ts} +2 -2
- package/dist/{v2ContributionsProjectInfo-BvmIl_3A.d.ts → v2ContributionsProjectInfo-B9w6xcgm.d.ts} +2 -2
- package/package.json +4 -4
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { i as getV2ContributionsCheckOrderStatus, n as V2ContributionsCheckOrderStatusGetResponse, r as buildV2ContributionsCheckOrderStatusGetFetcher, t as V2ContributionsCheckOrderStatusGetQuery } from "../v2ContributionsCheckOrderStatus-
|
|
1
|
+
import { i as getV2ContributionsCheckOrderStatus, n as V2ContributionsCheckOrderStatusGetResponse, r as buildV2ContributionsCheckOrderStatusGetFetcher, t as V2ContributionsCheckOrderStatusGetQuery } from "../v2ContributionsCheckOrderStatus-CBPblbJT.js";
|
|
2
2
|
export { V2ContributionsCheckOrderStatusGetQuery, V2ContributionsCheckOrderStatusGetResponse, buildV2ContributionsCheckOrderStatusGetFetcher, getV2ContributionsCheckOrderStatus };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { i as getV2ContributionsProjectInfo, n as V2ContributionsProjectInfoGetResponse, r as buildV2ContributionsProjectInfoGetFetcher, t as V2ContributionsProjectInfoGetQuery } from "../v2ContributionsProjectInfo-
|
|
1
|
+
import { i as getV2ContributionsProjectInfo, n as V2ContributionsProjectInfoGetResponse, r as buildV2ContributionsProjectInfoGetFetcher, t as V2ContributionsProjectInfoGetQuery } from "../v2ContributionsProjectInfo-B9w6xcgm.js";
|
|
2
2
|
export { V2ContributionsProjectInfoGetQuery, V2ContributionsProjectInfoGetResponse, buildV2ContributionsProjectInfoGetFetcher, getV2ContributionsProjectInfo };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { n as V2ContributionsCheckOrderStatusGetResponse, t as V2ContributionsCheckOrderStatusGetQuery } from "../v2ContributionsCheckOrderStatus-
|
|
1
|
+
import { n as V2ContributionsCheckOrderStatusGetResponse, t as V2ContributionsCheckOrderStatusGetQuery } from "../v2ContributionsCheckOrderStatus-CBPblbJT.js";
|
|
2
2
|
import * as _$swr from "swr";
|
|
3
3
|
import { Arguments } from "swr";
|
|
4
4
|
import * as _$swr__internal0 from "swr/_internal";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { n as components } from "../schemaType-B1YdBmTr.js";
|
|
2
|
-
import { n as V2ContributionsProjectInfoGetResponse, t as V2ContributionsProjectInfoGetQuery } from "../v2ContributionsProjectInfo-
|
|
2
|
+
import { n as V2ContributionsProjectInfoGetResponse, t as V2ContributionsProjectInfoGetQuery } from "../v2ContributionsProjectInfo-B9w6xcgm.js";
|
|
3
3
|
import * as _$swr from "swr";
|
|
4
4
|
import { Arguments } from "swr";
|
|
5
5
|
import * as _$swr__internal0 from "swr/_internal";
|
package/dist/index.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import { $ as Contributions_ProjectInfo_Reward, $n as FundraisingRewards_Unlimit
|
|
|
2
2
|
import { a as paths, i as operations, n as components, o as webhooks, r as external, t as $defs } from "./schemaType-B1YdBmTr.js";
|
|
3
3
|
import { a as postV2ContributionsCard3dSecureExecContribution, i as buildV2ContributionsCard3dSecureExecContributionPostFetcher, n as V2ContributionsCard3dSecureExecContributionPostRequestBody, r as V2ContributionsCard3dSecureExecContributionPostResponse, t as V2ContributionsCard3dSecureExecContributionPostHeader } from "./v2ContributionsCard3dSecureExecContribution-DNocoBwe.js";
|
|
4
4
|
import { a as postV2ContributionsCard3dSecureRetryContribution, i as buildV2ContributionsCard3dSecureRetryContributionPostFetcher, n as V2ContributionsCard3dSecureRetryContributionPostRequestBody, r as V2ContributionsCard3dSecureRetryContributionPostResponse, t as V2ContributionsCard3dSecureRetryContributionPostHeader } from "./v2ContributionsCard3dSecureRetryContribution-BPUlOVQ0.js";
|
|
5
|
-
import { i as getV2ContributionsCheckOrderStatus, n as V2ContributionsCheckOrderStatusGetResponse, r as buildV2ContributionsCheckOrderStatusGetFetcher, t as V2ContributionsCheckOrderStatusGetQuery } from "./v2ContributionsCheckOrderStatus-
|
|
5
|
+
import { i as getV2ContributionsCheckOrderStatus, n as V2ContributionsCheckOrderStatusGetResponse, r as buildV2ContributionsCheckOrderStatusGetFetcher, t as V2ContributionsCheckOrderStatusGetQuery } from "./v2ContributionsCheckOrderStatus-CBPblbJT.js";
|
|
6
6
|
import { i as getV2ContributionsCheckOwnerFriend, n as V2ContributionsCheckOwnerFriendGetResponse, r as buildV2ContributionsCheckOwnerFriendGetFetcher, t as V2ContributionsCheckOwnerFriendGetQuery } from "./v2ContributionsCheckOwnerFriend-CfgrjoYw.js";
|
|
7
7
|
import { a as buildV2ContributionsExecContributionPostFetcher, i as V2ContributionsExecContributionPostResponse, n as V2ContributionsExecContributionPostQuery, o as postV2ContributionsExecContribution, r as V2ContributionsExecContributionPostRequestBody, t as V2ContributionsExecContributionPostHeader } from "./v2ContributionsExecContribution-__YEti1y.js";
|
|
8
8
|
import { i as getV2ContributionsOrderInfo, n as V2ContributionsOrderInfoGetResponse, r as buildV2ContributionsOrderInfoGetFetcher, t as V2ContributionsOrderInfoGetQuery } from "./v2ContributionsOrderInfo-BlFzWv9p.js";
|
|
@@ -10,7 +10,7 @@ import { i as getV2ContributionsPaymentInfo, n as V2ContributionsPaymentInfoGetR
|
|
|
10
10
|
import { n as buildV2ContributionsPaymentMethodsGetFetcher, r as getV2ContributionsPaymentMethods, t as V2ContributionsPaymentMethodsGetResponse } from "./v2ContributionsPaymentMethods-s6QRjaSB.js";
|
|
11
11
|
import { i as postV2ContributionsPostComment, n as V2ContributionsPostCommentPostResponse, r as buildV2ContributionsPostCommentPostFetcher, t as V2ContributionsPostCommentPostRequestBody } from "./v2ContributionsPostComment-CtRlAgdQ.js";
|
|
12
12
|
import { i as postV2ContributionsPostSurveyAnswer, n as V2ContributionsPostSurveyAnswerPostResponse, r as buildV2ContributionsPostSurveyAnswerPostFetcher, t as V2ContributionsPostSurveyAnswerPostRequestBody } from "./v2ContributionsPostSurveyAnswer-Dp6x-ZP3.js";
|
|
13
|
-
import { i as getV2ContributionsProjectInfo, n as V2ContributionsProjectInfoGetResponse, r as buildV2ContributionsProjectInfoGetFetcher, t as V2ContributionsProjectInfoGetQuery } from "./v2ContributionsProjectInfo-
|
|
13
|
+
import { i as getV2ContributionsProjectInfo, n as V2ContributionsProjectInfoGetResponse, r as buildV2ContributionsProjectInfoGetFetcher, t as V2ContributionsProjectInfoGetQuery } from "./v2ContributionsProjectInfo-B9w6xcgm.js";
|
|
14
14
|
import { i as getV2ContributionsRecommendedProjects, n as V2ContributionsRecommendedProjectsGetResponse, r as buildV2ContributionsRecommendedProjectsGetFetcher, t as V2ContributionsRecommendedProjectsGetQuery } from "./v2ContributionsRecommendedProjects-u0U8l5-5.js";
|
|
15
15
|
import { i as getV2ContributionsRecommendedTags, n as V2ContributionsRecommendedTagsGetResponse, r as buildV2ContributionsRecommendedTagsGetFetcher, t as V2ContributionsRecommendedTagsGetQuery } from "./v2ContributionsRecommendedTags-Ll99NTL-.js";
|
|
16
16
|
import { a as buildV2ContributionsRecurringCancelContributionPostFetcher, i as V2ContributionsRecurringCancelContributionPostResponse, n as V2ContributionsRecurringCancelContributionPostQuery, o as postV2ContributionsRecurringCancelContribution, r as V2ContributionsRecurringCancelContributionPostRequestBody, t as V2ContributionsRecurringCancelContributionPostHeader } from "./v2ContributionsRecurringCancelContribution-CxofKcQO.js";
|
|
@@ -7,7 +7,7 @@ type V2ContributionsCheckOrderStatusGetResponse = V2ContributionsCheckOrderStatu
|
|
|
7
7
|
declare const buildV2ContributionsCheckOrderStatusGetFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
|
|
8
8
|
bankStatus: "ok" | "waiting";
|
|
9
9
|
cvsStatus: "ok" | "waiting";
|
|
10
|
-
paymentStatus: 0 |
|
|
10
|
+
paymentStatus: 0 | 1 | 2;
|
|
11
11
|
retryOrderId: number | null;
|
|
12
12
|
waitingPaymentBatch: boolean | null;
|
|
13
13
|
}>;
|
|
@@ -15,7 +15,7 @@ type V2ContributionsCheckOrderStatusGetQuery = ForceDig<V2ContributionsCheckOrde
|
|
|
15
15
|
declare const getV2ContributionsCheckOrderStatus: (query: V2ContributionsCheckOrderStatusGetQuery, customRequestInit?: RequestInit) => Promise<{
|
|
16
16
|
bankStatus: "ok" | "waiting";
|
|
17
17
|
cvsStatus: "ok" | "waiting";
|
|
18
|
-
paymentStatus: 0 |
|
|
18
|
+
paymentStatus: 0 | 1 | 2;
|
|
19
19
|
retryOrderId: number | null;
|
|
20
20
|
waitingPaymentBatch: boolean | null;
|
|
21
21
|
}>;
|
package/dist/{v2ContributionsProjectInfo-BvmIl_3A.d.ts → v2ContributionsProjectInfo-B9w6xcgm.d.ts}
RENAMED
|
@@ -15,7 +15,7 @@ declare const buildV2ContributionsProjectInfoGetFetcher: (requestInit?: RequestI
|
|
|
15
15
|
rewardNotation: string;
|
|
16
16
|
requiredPeopleNum: number | null;
|
|
17
17
|
remainingDayOrTimeValue: string | null;
|
|
18
|
-
paymentMethodRestriction: 0 |
|
|
18
|
+
paymentMethodRestriction: 0 | 2 | 4 | 6;
|
|
19
19
|
supportType: "charity" | "furusato" | "normal";
|
|
20
20
|
ownerName: string;
|
|
21
21
|
ownerImage: {
|
|
@@ -79,7 +79,7 @@ declare const getV2ContributionsProjectInfo: (query: V2ContributionsProjectInfoG
|
|
|
79
79
|
rewardNotation: string;
|
|
80
80
|
requiredPeopleNum: number | null;
|
|
81
81
|
remainingDayOrTimeValue: string | null;
|
|
82
|
-
paymentMethodRestriction: 0 |
|
|
82
|
+
paymentMethodRestriction: 0 | 2 | 4 | 6;
|
|
83
83
|
supportType: "charity" | "furusato" | "normal";
|
|
84
84
|
ownerName: string;
|
|
85
85
|
ownerImage: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@readyfor/api-client-readyfor-api",
|
|
3
|
-
"version": "1.36.0-
|
|
3
|
+
"version": "1.36.0-pr1342.077b3aa",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -33,18 +33,18 @@
|
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@types/qs": "6.15.1",
|
|
36
|
-
"@types/react": "19.2.
|
|
36
|
+
"@types/react": "19.2.14",
|
|
37
37
|
"@types/use-sync-external-store": "1.5.0",
|
|
38
38
|
"react": "19.2.6",
|
|
39
39
|
"swr": "2.4.1",
|
|
40
40
|
"use-sync-external-store": "1.6.0",
|
|
41
|
-
"@readyfor/api-client-base": "1.36.0-
|
|
41
|
+
"@readyfor/api-client-base": "1.36.0-pr1342.077b3aa"
|
|
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": "1.36.0-
|
|
47
|
+
"@readyfor/api-client-base": "1.36.0-pr1342.077b3aa"
|
|
48
48
|
},
|
|
49
49
|
"peerDependenciesMeta": {
|
|
50
50
|
"react": {
|