@readyfor/api-client-readyfor-api 0.328.0 → 1.0.0-pr1240.53e8c16
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/components.d.mts +713 -7037
- package/dist/components.d.ts +713 -7037
- package/dist/fetch/v2ContributionsCard3dSecureExecContribution.d.mts +6 -6
- package/dist/fetch/v2ContributionsCard3dSecureExecContribution.d.ts +6 -6
- package/dist/fetch/v2ContributionsCard3dSecureRetryContribution.d.mts +6 -6
- package/dist/fetch/v2ContributionsCard3dSecureRetryContribution.d.ts +6 -6
- package/dist/fetch/v2ContributionsOrderInfo.d.mts +24 -24
- package/dist/fetch/v2ContributionsOrderInfo.d.ts +24 -24
- package/dist/fetch/v2ContributionsProjectInfo.d.mts +38 -38
- package/dist/fetch/v2ContributionsProjectInfo.d.ts +38 -38
- package/dist/fetch/v2ContributionsRecommendedProjects.d.mts +6 -6
- package/dist/fetch/v2ContributionsRecommendedProjects.d.ts +6 -6
- package/dist/fetch/v2ContributionsRecommendedTags.d.mts +2 -2
- package/dist/fetch/v2ContributionsRecommendedTags.d.ts +2 -2
- package/dist/fetch/v2ContributionsUserInfo.d.mts +24 -24
- package/dist/fetch/v2ContributionsUserInfo.d.ts +24 -24
- package/dist/fetch/v2FundraisingBulkMessagesTargetUsers.d.mts +4 -4
- package/dist/fetch/v2FundraisingBulkMessagesTargetUsers.d.ts +4 -4
- package/dist/fetch/v2FundraisingContributors.d.mts +18 -18
- package/dist/fetch/v2FundraisingContributors.d.ts +18 -18
- package/dist/fetch/v2FundraisingContributorsId.d.mts +12 -12
- package/dist/fetch/v2FundraisingContributorsId.d.ts +12 -12
- package/dist/fetch/v2FundraisingContributorsIdOrders.d.mts +36 -36
- package/dist/fetch/v2FundraisingContributorsIdOrders.d.ts +36 -36
- package/dist/fetch/v2FundraisingContributorsOwnedPublicProjects.d.mts +2 -2
- package/dist/fetch/v2FundraisingContributorsOwnedPublicProjects.d.ts +2 -2
- package/dist/fetch/v2FundraisingContributorsUsers.d.mts +2 -2
- package/dist/fetch/v2FundraisingContributorsUsers.d.ts +2 -2
- package/dist/fetch/v2FundraisingProjectsProjectIdPaymentSummary.d.mts +12 -12
- package/dist/fetch/v2FundraisingProjectsProjectIdPaymentSummary.d.ts +12 -12
- package/dist/fetch/v2FundraisingRewards.d.mts +28 -28
- package/dist/fetch/v2FundraisingRewards.d.ts +28 -28
- package/dist/fetch/v2FundraisingRewardsRewardId.d.mts +20 -20
- package/dist/fetch/v2FundraisingRewardsRewardId.d.ts +20 -20
- package/dist/fetch/v2FundraisingSpotCrowdfundingProjectOrders.d.mts +48 -48
- package/dist/fetch/v2FundraisingSpotCrowdfundingProjectOrders.d.ts +48 -48
- package/dist/fetch/v2FundraisingSpotCrowdfundingProjectOrdersAll.d.mts +6 -6
- package/dist/fetch/v2FundraisingSpotCrowdfundingProjectOrdersAll.d.ts +6 -6
- package/dist/fetch/v2FundraisingSpotCrowdfundingProjectOrdersOrderId.d.mts +60 -60
- package/dist/fetch/v2FundraisingSpotCrowdfundingProjectOrdersOrderId.d.ts +60 -60
- package/dist/fetch/v2FundraisingSteadyCrowdfundingProjectOrders.d.mts +48 -48
- package/dist/fetch/v2FundraisingSteadyCrowdfundingProjectOrders.d.ts +48 -48
- package/dist/fetch/v2FundraisingSteadyCrowdfundingProjectOrdersAll.d.mts +6 -6
- package/dist/fetch/v2FundraisingSteadyCrowdfundingProjectOrdersAll.d.ts +6 -6
- package/dist/fetch/v2FundraisingSteadyCrowdfundingProjectOrdersOrderId.d.mts +98 -98
- package/dist/fetch/v2FundraisingSteadyCrowdfundingProjectOrdersOrderId.d.ts +98 -98
- package/dist/fetch/v2ResourcesBankBranches.d.mts +4 -4
- package/dist/fetch/v2ResourcesBankBranches.d.ts +4 -4
- package/dist/fetch/v2ResourcesBanks.d.mts +4 -4
- package/dist/fetch/v2ResourcesBanks.d.ts +4 -4
- package/dist/fetch/v2ResourcesUsers.d.mts +2 -2
- package/dist/fetch/v2ResourcesUsers.d.ts +2 -2
- package/package.json +4 -4
|
@@ -5,12 +5,12 @@ type V2ContributionsRecommendedProjectsGetOperation = paths["/api/v2/contributio
|
|
|
5
5
|
type V2ContributionsRecommendedProjectsGetResponse = V2ContributionsRecommendedProjectsGetOperation["responses"]["200"]["content"]["application/json"];
|
|
6
6
|
declare const buildV2ContributionsRecommendedProjectsGetFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
|
|
7
7
|
projects: {
|
|
8
|
-
imageUrl: string;
|
|
9
|
-
title: string;
|
|
10
8
|
keyword: string;
|
|
9
|
+
title: string;
|
|
11
10
|
state: "new" | "successful" | "nextGoal" | "achieved" | "none";
|
|
12
|
-
fundingModel: "allOrNothing" | "keepItAll" | "regularSteady" | "featuredSteady";
|
|
13
11
|
tagName: string;
|
|
12
|
+
imageUrl: string;
|
|
13
|
+
fundingModel: "allOrNothing" | "keepItAll" | "regularSteady" | "featuredSteady";
|
|
14
14
|
fundingTypeNotation: string;
|
|
15
15
|
userImageUrl: string;
|
|
16
16
|
userFullName: string;
|
|
@@ -32,12 +32,12 @@ type V2ContributionsRecommendedProjectsGetQuery = ForceDig<V2ContributionsRecomm
|
|
|
32
32
|
]>;
|
|
33
33
|
declare const getV2ContributionsRecommendedProjects: (query: V2ContributionsRecommendedProjectsGetQuery, customRequestInit?: RequestInit) => Promise<{
|
|
34
34
|
projects: {
|
|
35
|
-
imageUrl: string;
|
|
36
|
-
title: string;
|
|
37
35
|
keyword: string;
|
|
36
|
+
title: string;
|
|
38
37
|
state: "new" | "successful" | "nextGoal" | "achieved" | "none";
|
|
39
|
-
fundingModel: "allOrNothing" | "keepItAll" | "regularSteady" | "featuredSteady";
|
|
40
38
|
tagName: string;
|
|
39
|
+
imageUrl: string;
|
|
40
|
+
fundingModel: "allOrNothing" | "keepItAll" | "regularSteady" | "featuredSteady";
|
|
41
41
|
fundingTypeNotation: string;
|
|
42
42
|
userImageUrl: string;
|
|
43
43
|
userFullName: string;
|
|
@@ -5,12 +5,12 @@ type V2ContributionsRecommendedProjectsGetOperation = paths["/api/v2/contributio
|
|
|
5
5
|
type V2ContributionsRecommendedProjectsGetResponse = V2ContributionsRecommendedProjectsGetOperation["responses"]["200"]["content"]["application/json"];
|
|
6
6
|
declare const buildV2ContributionsRecommendedProjectsGetFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
|
|
7
7
|
projects: {
|
|
8
|
-
imageUrl: string;
|
|
9
|
-
title: string;
|
|
10
8
|
keyword: string;
|
|
9
|
+
title: string;
|
|
11
10
|
state: "new" | "successful" | "nextGoal" | "achieved" | "none";
|
|
12
|
-
fundingModel: "allOrNothing" | "keepItAll" | "regularSteady" | "featuredSteady";
|
|
13
11
|
tagName: string;
|
|
12
|
+
imageUrl: string;
|
|
13
|
+
fundingModel: "allOrNothing" | "keepItAll" | "regularSteady" | "featuredSteady";
|
|
14
14
|
fundingTypeNotation: string;
|
|
15
15
|
userImageUrl: string;
|
|
16
16
|
userFullName: string;
|
|
@@ -32,12 +32,12 @@ type V2ContributionsRecommendedProjectsGetQuery = ForceDig<V2ContributionsRecomm
|
|
|
32
32
|
]>;
|
|
33
33
|
declare const getV2ContributionsRecommendedProjects: (query: V2ContributionsRecommendedProjectsGetQuery, customRequestInit?: RequestInit) => Promise<{
|
|
34
34
|
projects: {
|
|
35
|
-
imageUrl: string;
|
|
36
|
-
title: string;
|
|
37
35
|
keyword: string;
|
|
36
|
+
title: string;
|
|
38
37
|
state: "new" | "successful" | "nextGoal" | "achieved" | "none";
|
|
39
|
-
fundingModel: "allOrNothing" | "keepItAll" | "regularSteady" | "featuredSteady";
|
|
40
38
|
tagName: string;
|
|
39
|
+
imageUrl: string;
|
|
40
|
+
fundingModel: "allOrNothing" | "keepItAll" | "regularSteady" | "featuredSteady";
|
|
41
41
|
fundingTypeNotation: string;
|
|
42
42
|
userImageUrl: string;
|
|
43
43
|
userFullName: string;
|
|
@@ -5,8 +5,8 @@ type V2ContributionsRecommendedTagsGetOperation = paths["/api/v2/contributions/r
|
|
|
5
5
|
type V2ContributionsRecommendedTagsGetResponse = V2ContributionsRecommendedTagsGetOperation["responses"]["200"]["content"]["application/json"];
|
|
6
6
|
declare const buildV2ContributionsRecommendedTagsGetFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
|
|
7
7
|
tags: {
|
|
8
|
-
name: string;
|
|
9
8
|
keyword: string;
|
|
9
|
+
name: string;
|
|
10
10
|
}[];
|
|
11
11
|
}>;
|
|
12
12
|
type V2ContributionsRecommendedTagsGetQuery = ForceDig<V2ContributionsRecommendedTagsGetOperation, [
|
|
@@ -15,8 +15,8 @@ type V2ContributionsRecommendedTagsGetQuery = ForceDig<V2ContributionsRecommende
|
|
|
15
15
|
]>;
|
|
16
16
|
declare const getV2ContributionsRecommendedTags: (query: V2ContributionsRecommendedTagsGetQuery, customRequestInit?: RequestInit) => Promise<{
|
|
17
17
|
tags: {
|
|
18
|
-
name: string;
|
|
19
18
|
keyword: string;
|
|
19
|
+
name: string;
|
|
20
20
|
}[];
|
|
21
21
|
}>;
|
|
22
22
|
|
|
@@ -5,8 +5,8 @@ type V2ContributionsRecommendedTagsGetOperation = paths["/api/v2/contributions/r
|
|
|
5
5
|
type V2ContributionsRecommendedTagsGetResponse = V2ContributionsRecommendedTagsGetOperation["responses"]["200"]["content"]["application/json"];
|
|
6
6
|
declare const buildV2ContributionsRecommendedTagsGetFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
|
|
7
7
|
tags: {
|
|
8
|
-
name: string;
|
|
9
8
|
keyword: string;
|
|
9
|
+
name: string;
|
|
10
10
|
}[];
|
|
11
11
|
}>;
|
|
12
12
|
type V2ContributionsRecommendedTagsGetQuery = ForceDig<V2ContributionsRecommendedTagsGetOperation, [
|
|
@@ -15,8 +15,8 @@ type V2ContributionsRecommendedTagsGetQuery = ForceDig<V2ContributionsRecommende
|
|
|
15
15
|
]>;
|
|
16
16
|
declare const getV2ContributionsRecommendedTags: (query: V2ContributionsRecommendedTagsGetQuery, customRequestInit?: RequestInit) => Promise<{
|
|
17
17
|
tags: {
|
|
18
|
-
name: string;
|
|
19
18
|
keyword: string;
|
|
19
|
+
name: string;
|
|
20
20
|
}[];
|
|
21
21
|
}>;
|
|
22
22
|
|
|
@@ -4,11 +4,15 @@ import { ForceDig } from '@readyfor/api-client-base';
|
|
|
4
4
|
type V2ContributionsUserInfoGetOperation = paths["/api/v2/contributions/user_info"]["get"];
|
|
5
5
|
type V2ContributionsUserInfoGetResponse = V2ContributionsUserInfoGetOperation["responses"]["200"]["content"]["application/json"];
|
|
6
6
|
declare const buildV2ContributionsUserInfoGetFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
|
|
7
|
-
userImageUrl: string;
|
|
8
7
|
userId: number;
|
|
9
8
|
userName: string;
|
|
9
|
+
userImageUrl: string;
|
|
10
10
|
deliveries: {
|
|
11
11
|
id: number;
|
|
12
|
+
lastName: string;
|
|
13
|
+
firstName: string;
|
|
14
|
+
lastNameKana: string | null;
|
|
15
|
+
firstNameKana: string | null;
|
|
12
16
|
zipCode1: string;
|
|
13
17
|
zipCode2: string;
|
|
14
18
|
address1: string;
|
|
@@ -17,29 +21,25 @@ declare const buildV2ContributionsUserInfoGetFetcher: (requestInit?: RequestInit
|
|
|
17
21
|
phoneNumber1: string;
|
|
18
22
|
phoneNumber2: string;
|
|
19
23
|
phoneNumber3: string;
|
|
20
|
-
lastName: string;
|
|
21
|
-
firstName: string;
|
|
22
|
-
lastNameKana: string | null;
|
|
23
|
-
firstNameKana: string | null;
|
|
24
24
|
}[];
|
|
25
25
|
bank: {
|
|
26
|
-
phoneNumber1: string;
|
|
27
|
-
phoneNumber2: string;
|
|
28
|
-
phoneNumber3: string;
|
|
29
|
-
bankName: string;
|
|
30
26
|
bankCode: number;
|
|
31
|
-
|
|
27
|
+
bankName: string;
|
|
32
28
|
branchCode: number;
|
|
29
|
+
branchName: string;
|
|
33
30
|
accountType: string;
|
|
34
31
|
accountNum: string;
|
|
35
32
|
accountName: string;
|
|
33
|
+
phoneNumber1: string;
|
|
34
|
+
phoneNumber2: string;
|
|
35
|
+
phoneNumber3: string;
|
|
36
36
|
} | null;
|
|
37
37
|
cards: {
|
|
38
38
|
id: number;
|
|
39
|
-
expYear: number;
|
|
40
|
-
expMonth: number;
|
|
41
39
|
lastCode: string;
|
|
42
40
|
cardType: "master_card" | "visa" | "jcb" | "american_express" | "diners_club";
|
|
41
|
+
expYear: number;
|
|
42
|
+
expMonth: number;
|
|
43
43
|
}[];
|
|
44
44
|
ads: {
|
|
45
45
|
criteoEmail: string | null;
|
|
@@ -54,11 +54,15 @@ type V2ContributionsUserInfoGetQuery = ForceDig<V2ContributionsUserInfoGetOperat
|
|
|
54
54
|
"query"
|
|
55
55
|
]>;
|
|
56
56
|
declare const getV2ContributionsUserInfo: (query: V2ContributionsUserInfoGetQuery, customRequestInit?: RequestInit) => Promise<{
|
|
57
|
-
userImageUrl: string;
|
|
58
57
|
userId: number;
|
|
59
58
|
userName: string;
|
|
59
|
+
userImageUrl: string;
|
|
60
60
|
deliveries: {
|
|
61
61
|
id: number;
|
|
62
|
+
lastName: string;
|
|
63
|
+
firstName: string;
|
|
64
|
+
lastNameKana: string | null;
|
|
65
|
+
firstNameKana: string | null;
|
|
62
66
|
zipCode1: string;
|
|
63
67
|
zipCode2: string;
|
|
64
68
|
address1: string;
|
|
@@ -67,29 +71,25 @@ declare const getV2ContributionsUserInfo: (query: V2ContributionsUserInfoGetQuer
|
|
|
67
71
|
phoneNumber1: string;
|
|
68
72
|
phoneNumber2: string;
|
|
69
73
|
phoneNumber3: string;
|
|
70
|
-
lastName: string;
|
|
71
|
-
firstName: string;
|
|
72
|
-
lastNameKana: string | null;
|
|
73
|
-
firstNameKana: string | null;
|
|
74
74
|
}[];
|
|
75
75
|
bank: {
|
|
76
|
-
phoneNumber1: string;
|
|
77
|
-
phoneNumber2: string;
|
|
78
|
-
phoneNumber3: string;
|
|
79
|
-
bankName: string;
|
|
80
76
|
bankCode: number;
|
|
81
|
-
|
|
77
|
+
bankName: string;
|
|
82
78
|
branchCode: number;
|
|
79
|
+
branchName: string;
|
|
83
80
|
accountType: string;
|
|
84
81
|
accountNum: string;
|
|
85
82
|
accountName: string;
|
|
83
|
+
phoneNumber1: string;
|
|
84
|
+
phoneNumber2: string;
|
|
85
|
+
phoneNumber3: string;
|
|
86
86
|
} | null;
|
|
87
87
|
cards: {
|
|
88
88
|
id: number;
|
|
89
|
-
expYear: number;
|
|
90
|
-
expMonth: number;
|
|
91
89
|
lastCode: string;
|
|
92
90
|
cardType: "master_card" | "visa" | "jcb" | "american_express" | "diners_club";
|
|
91
|
+
expYear: number;
|
|
92
|
+
expMonth: number;
|
|
93
93
|
}[];
|
|
94
94
|
ads: {
|
|
95
95
|
criteoEmail: string | null;
|
|
@@ -4,11 +4,15 @@ import { ForceDig } from '@readyfor/api-client-base';
|
|
|
4
4
|
type V2ContributionsUserInfoGetOperation = paths["/api/v2/contributions/user_info"]["get"];
|
|
5
5
|
type V2ContributionsUserInfoGetResponse = V2ContributionsUserInfoGetOperation["responses"]["200"]["content"]["application/json"];
|
|
6
6
|
declare const buildV2ContributionsUserInfoGetFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
|
|
7
|
-
userImageUrl: string;
|
|
8
7
|
userId: number;
|
|
9
8
|
userName: string;
|
|
9
|
+
userImageUrl: string;
|
|
10
10
|
deliveries: {
|
|
11
11
|
id: number;
|
|
12
|
+
lastName: string;
|
|
13
|
+
firstName: string;
|
|
14
|
+
lastNameKana: string | null;
|
|
15
|
+
firstNameKana: string | null;
|
|
12
16
|
zipCode1: string;
|
|
13
17
|
zipCode2: string;
|
|
14
18
|
address1: string;
|
|
@@ -17,29 +21,25 @@ declare const buildV2ContributionsUserInfoGetFetcher: (requestInit?: RequestInit
|
|
|
17
21
|
phoneNumber1: string;
|
|
18
22
|
phoneNumber2: string;
|
|
19
23
|
phoneNumber3: string;
|
|
20
|
-
lastName: string;
|
|
21
|
-
firstName: string;
|
|
22
|
-
lastNameKana: string | null;
|
|
23
|
-
firstNameKana: string | null;
|
|
24
24
|
}[];
|
|
25
25
|
bank: {
|
|
26
|
-
phoneNumber1: string;
|
|
27
|
-
phoneNumber2: string;
|
|
28
|
-
phoneNumber3: string;
|
|
29
|
-
bankName: string;
|
|
30
26
|
bankCode: number;
|
|
31
|
-
|
|
27
|
+
bankName: string;
|
|
32
28
|
branchCode: number;
|
|
29
|
+
branchName: string;
|
|
33
30
|
accountType: string;
|
|
34
31
|
accountNum: string;
|
|
35
32
|
accountName: string;
|
|
33
|
+
phoneNumber1: string;
|
|
34
|
+
phoneNumber2: string;
|
|
35
|
+
phoneNumber3: string;
|
|
36
36
|
} | null;
|
|
37
37
|
cards: {
|
|
38
38
|
id: number;
|
|
39
|
-
expYear: number;
|
|
40
|
-
expMonth: number;
|
|
41
39
|
lastCode: string;
|
|
42
40
|
cardType: "master_card" | "visa" | "jcb" | "american_express" | "diners_club";
|
|
41
|
+
expYear: number;
|
|
42
|
+
expMonth: number;
|
|
43
43
|
}[];
|
|
44
44
|
ads: {
|
|
45
45
|
criteoEmail: string | null;
|
|
@@ -54,11 +54,15 @@ type V2ContributionsUserInfoGetQuery = ForceDig<V2ContributionsUserInfoGetOperat
|
|
|
54
54
|
"query"
|
|
55
55
|
]>;
|
|
56
56
|
declare const getV2ContributionsUserInfo: (query: V2ContributionsUserInfoGetQuery, customRequestInit?: RequestInit) => Promise<{
|
|
57
|
-
userImageUrl: string;
|
|
58
57
|
userId: number;
|
|
59
58
|
userName: string;
|
|
59
|
+
userImageUrl: string;
|
|
60
60
|
deliveries: {
|
|
61
61
|
id: number;
|
|
62
|
+
lastName: string;
|
|
63
|
+
firstName: string;
|
|
64
|
+
lastNameKana: string | null;
|
|
65
|
+
firstNameKana: string | null;
|
|
62
66
|
zipCode1: string;
|
|
63
67
|
zipCode2: string;
|
|
64
68
|
address1: string;
|
|
@@ -67,29 +71,25 @@ declare const getV2ContributionsUserInfo: (query: V2ContributionsUserInfoGetQuer
|
|
|
67
71
|
phoneNumber1: string;
|
|
68
72
|
phoneNumber2: string;
|
|
69
73
|
phoneNumber3: string;
|
|
70
|
-
lastName: string;
|
|
71
|
-
firstName: string;
|
|
72
|
-
lastNameKana: string | null;
|
|
73
|
-
firstNameKana: string | null;
|
|
74
74
|
}[];
|
|
75
75
|
bank: {
|
|
76
|
-
phoneNumber1: string;
|
|
77
|
-
phoneNumber2: string;
|
|
78
|
-
phoneNumber3: string;
|
|
79
|
-
bankName: string;
|
|
80
76
|
bankCode: number;
|
|
81
|
-
|
|
77
|
+
bankName: string;
|
|
82
78
|
branchCode: number;
|
|
79
|
+
branchName: string;
|
|
83
80
|
accountType: string;
|
|
84
81
|
accountNum: string;
|
|
85
82
|
accountName: string;
|
|
83
|
+
phoneNumber1: string;
|
|
84
|
+
phoneNumber2: string;
|
|
85
|
+
phoneNumber3: string;
|
|
86
86
|
} | null;
|
|
87
87
|
cards: {
|
|
88
88
|
id: number;
|
|
89
|
-
expYear: number;
|
|
90
|
-
expMonth: number;
|
|
91
89
|
lastCode: string;
|
|
92
90
|
cardType: "master_card" | "visa" | "jcb" | "american_express" | "diners_club";
|
|
91
|
+
expYear: number;
|
|
92
|
+
expMonth: number;
|
|
93
93
|
}[];
|
|
94
94
|
ads: {
|
|
95
95
|
criteoEmail: string | null;
|
|
@@ -5,9 +5,9 @@ type V2FundraisingBulkMessagesTargetUsersGetOperation = paths["/api/v2/fundraisi
|
|
|
5
5
|
type V2FundraisingBulkMessagesTargetUsersGetResponse = V2FundraisingBulkMessagesTargetUsersGetOperation["responses"]["200"]["content"]["application/json"];
|
|
6
6
|
declare const buildV2FundraisingBulkMessagesTargetUsersGetFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
|
|
7
7
|
targetUsers: {
|
|
8
|
-
imageUrl: string | null;
|
|
9
|
-
name: string;
|
|
10
8
|
id: number;
|
|
9
|
+
name: string;
|
|
10
|
+
imageUrl: string | null;
|
|
11
11
|
}[];
|
|
12
12
|
}>;
|
|
13
13
|
type V2FundraisingBulkMessagesTargetUsersGetQuery = QueryPropsFor<ForceDig<V2FundraisingBulkMessagesTargetUsersGetOperation, [
|
|
@@ -16,9 +16,9 @@ type V2FundraisingBulkMessagesTargetUsersGetQuery = QueryPropsFor<ForceDig<V2Fun
|
|
|
16
16
|
]>>;
|
|
17
17
|
declare const getV2FundraisingBulkMessagesTargetUsers: (query: V2FundraisingBulkMessagesTargetUsersGetQuery, customRequestInit?: RequestInit) => Promise<{
|
|
18
18
|
targetUsers: {
|
|
19
|
-
imageUrl: string | null;
|
|
20
|
-
name: string;
|
|
21
19
|
id: number;
|
|
20
|
+
name: string;
|
|
21
|
+
imageUrl: string | null;
|
|
22
22
|
}[];
|
|
23
23
|
}>;
|
|
24
24
|
|
|
@@ -5,9 +5,9 @@ type V2FundraisingBulkMessagesTargetUsersGetOperation = paths["/api/v2/fundraisi
|
|
|
5
5
|
type V2FundraisingBulkMessagesTargetUsersGetResponse = V2FundraisingBulkMessagesTargetUsersGetOperation["responses"]["200"]["content"]["application/json"];
|
|
6
6
|
declare const buildV2FundraisingBulkMessagesTargetUsersGetFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
|
|
7
7
|
targetUsers: {
|
|
8
|
-
imageUrl: string | null;
|
|
9
|
-
name: string;
|
|
10
8
|
id: number;
|
|
9
|
+
name: string;
|
|
10
|
+
imageUrl: string | null;
|
|
11
11
|
}[];
|
|
12
12
|
}>;
|
|
13
13
|
type V2FundraisingBulkMessagesTargetUsersGetQuery = QueryPropsFor<ForceDig<V2FundraisingBulkMessagesTargetUsersGetOperation, [
|
|
@@ -16,9 +16,9 @@ type V2FundraisingBulkMessagesTargetUsersGetQuery = QueryPropsFor<ForceDig<V2Fun
|
|
|
16
16
|
]>>;
|
|
17
17
|
declare const getV2FundraisingBulkMessagesTargetUsers: (query: V2FundraisingBulkMessagesTargetUsersGetQuery, customRequestInit?: RequestInit) => Promise<{
|
|
18
18
|
targetUsers: {
|
|
19
|
-
imageUrl: string | null;
|
|
20
|
-
name: string;
|
|
21
19
|
id: number;
|
|
20
|
+
name: string;
|
|
21
|
+
imageUrl: string | null;
|
|
22
22
|
}[];
|
|
23
23
|
}>;
|
|
24
24
|
|
|
@@ -4,6 +4,18 @@ import { QueryPropsFor, ForceDig } from '@readyfor/api-client-base';
|
|
|
4
4
|
type V2FundraisingContributorsGetOperation = paths["/api/v2/fundraising/contributors"]["get"];
|
|
5
5
|
type V2FundraisingContributorsGetResponse = V2FundraisingContributorsGetOperation["responses"]["200"]["content"]["application/json"];
|
|
6
6
|
declare const buildV2FundraisingContributorsGetFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
|
|
7
|
+
contributors: {
|
|
8
|
+
id: number;
|
|
9
|
+
imageUrl: string;
|
|
10
|
+
name: string;
|
|
11
|
+
latestContributionDate: string;
|
|
12
|
+
steadyBillingStatus: "none" | "billing" | "discontinued";
|
|
13
|
+
totalPayAmount: number;
|
|
14
|
+
totalContributionCount: number;
|
|
15
|
+
isActive: boolean;
|
|
16
|
+
email?: string | undefined;
|
|
17
|
+
memo?: string | undefined;
|
|
18
|
+
}[];
|
|
7
19
|
pagination: {
|
|
8
20
|
totalPages: number;
|
|
9
21
|
totalCount: number;
|
|
@@ -14,21 +26,21 @@ declare const buildV2FundraisingContributorsGetFetcher: (requestInit?: RequestIn
|
|
|
14
26
|
prevPage?: number | undefined;
|
|
15
27
|
nextPage?: number | undefined;
|
|
16
28
|
};
|
|
29
|
+
}>;
|
|
30
|
+
type V2FundraisingContributorsGetQuery = QueryPropsFor<ForceDig<V2FundraisingContributorsGetOperation, ["parameters", "query"]>>;
|
|
31
|
+
declare const getV2FundraisingContributors: (query: V2FundraisingContributorsGetQuery, customRequestInit?: RequestInit) => Promise<{
|
|
17
32
|
contributors: {
|
|
33
|
+
id: number;
|
|
18
34
|
imageUrl: string;
|
|
19
35
|
name: string;
|
|
36
|
+
latestContributionDate: string;
|
|
37
|
+
steadyBillingStatus: "none" | "billing" | "discontinued";
|
|
20
38
|
totalPayAmount: number;
|
|
21
39
|
totalContributionCount: number;
|
|
22
|
-
latestContributionDate: string;
|
|
23
|
-
id: number;
|
|
24
40
|
isActive: boolean;
|
|
25
|
-
steadyBillingStatus: "none" | "billing" | "discontinued";
|
|
26
41
|
email?: string | undefined;
|
|
27
42
|
memo?: string | undefined;
|
|
28
43
|
}[];
|
|
29
|
-
}>;
|
|
30
|
-
type V2FundraisingContributorsGetQuery = QueryPropsFor<ForceDig<V2FundraisingContributorsGetOperation, ["parameters", "query"]>>;
|
|
31
|
-
declare const getV2FundraisingContributors: (query: V2FundraisingContributorsGetQuery, customRequestInit?: RequestInit) => Promise<{
|
|
32
44
|
pagination: {
|
|
33
45
|
totalPages: number;
|
|
34
46
|
totalCount: number;
|
|
@@ -39,18 +51,6 @@ declare const getV2FundraisingContributors: (query: V2FundraisingContributorsGet
|
|
|
39
51
|
prevPage?: number | undefined;
|
|
40
52
|
nextPage?: number | undefined;
|
|
41
53
|
};
|
|
42
|
-
contributors: {
|
|
43
|
-
imageUrl: string;
|
|
44
|
-
name: string;
|
|
45
|
-
totalPayAmount: number;
|
|
46
|
-
totalContributionCount: number;
|
|
47
|
-
latestContributionDate: string;
|
|
48
|
-
id: number;
|
|
49
|
-
isActive: boolean;
|
|
50
|
-
steadyBillingStatus: "none" | "billing" | "discontinued";
|
|
51
|
-
email?: string | undefined;
|
|
52
|
-
memo?: string | undefined;
|
|
53
|
-
}[];
|
|
54
54
|
}>;
|
|
55
55
|
|
|
56
56
|
export { type V2FundraisingContributorsGetQuery, type V2FundraisingContributorsGetResponse, buildV2FundraisingContributorsGetFetcher, getV2FundraisingContributors };
|
|
@@ -4,6 +4,18 @@ import { QueryPropsFor, ForceDig } from '@readyfor/api-client-base';
|
|
|
4
4
|
type V2FundraisingContributorsGetOperation = paths["/api/v2/fundraising/contributors"]["get"];
|
|
5
5
|
type V2FundraisingContributorsGetResponse = V2FundraisingContributorsGetOperation["responses"]["200"]["content"]["application/json"];
|
|
6
6
|
declare const buildV2FundraisingContributorsGetFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
|
|
7
|
+
contributors: {
|
|
8
|
+
id: number;
|
|
9
|
+
imageUrl: string;
|
|
10
|
+
name: string;
|
|
11
|
+
latestContributionDate: string;
|
|
12
|
+
steadyBillingStatus: "none" | "billing" | "discontinued";
|
|
13
|
+
totalPayAmount: number;
|
|
14
|
+
totalContributionCount: number;
|
|
15
|
+
isActive: boolean;
|
|
16
|
+
email?: string | undefined;
|
|
17
|
+
memo?: string | undefined;
|
|
18
|
+
}[];
|
|
7
19
|
pagination: {
|
|
8
20
|
totalPages: number;
|
|
9
21
|
totalCount: number;
|
|
@@ -14,21 +26,21 @@ declare const buildV2FundraisingContributorsGetFetcher: (requestInit?: RequestIn
|
|
|
14
26
|
prevPage?: number | undefined;
|
|
15
27
|
nextPage?: number | undefined;
|
|
16
28
|
};
|
|
29
|
+
}>;
|
|
30
|
+
type V2FundraisingContributorsGetQuery = QueryPropsFor<ForceDig<V2FundraisingContributorsGetOperation, ["parameters", "query"]>>;
|
|
31
|
+
declare const getV2FundraisingContributors: (query: V2FundraisingContributorsGetQuery, customRequestInit?: RequestInit) => Promise<{
|
|
17
32
|
contributors: {
|
|
33
|
+
id: number;
|
|
18
34
|
imageUrl: string;
|
|
19
35
|
name: string;
|
|
36
|
+
latestContributionDate: string;
|
|
37
|
+
steadyBillingStatus: "none" | "billing" | "discontinued";
|
|
20
38
|
totalPayAmount: number;
|
|
21
39
|
totalContributionCount: number;
|
|
22
|
-
latestContributionDate: string;
|
|
23
|
-
id: number;
|
|
24
40
|
isActive: boolean;
|
|
25
|
-
steadyBillingStatus: "none" | "billing" | "discontinued";
|
|
26
41
|
email?: string | undefined;
|
|
27
42
|
memo?: string | undefined;
|
|
28
43
|
}[];
|
|
29
|
-
}>;
|
|
30
|
-
type V2FundraisingContributorsGetQuery = QueryPropsFor<ForceDig<V2FundraisingContributorsGetOperation, ["parameters", "query"]>>;
|
|
31
|
-
declare const getV2FundraisingContributors: (query: V2FundraisingContributorsGetQuery, customRequestInit?: RequestInit) => Promise<{
|
|
32
44
|
pagination: {
|
|
33
45
|
totalPages: number;
|
|
34
46
|
totalCount: number;
|
|
@@ -39,18 +51,6 @@ declare const getV2FundraisingContributors: (query: V2FundraisingContributorsGet
|
|
|
39
51
|
prevPage?: number | undefined;
|
|
40
52
|
nextPage?: number | undefined;
|
|
41
53
|
};
|
|
42
|
-
contributors: {
|
|
43
|
-
imageUrl: string;
|
|
44
|
-
name: string;
|
|
45
|
-
totalPayAmount: number;
|
|
46
|
-
totalContributionCount: number;
|
|
47
|
-
latestContributionDate: string;
|
|
48
|
-
id: number;
|
|
49
|
-
isActive: boolean;
|
|
50
|
-
steadyBillingStatus: "none" | "billing" | "discontinued";
|
|
51
|
-
email?: string | undefined;
|
|
52
|
-
memo?: string | undefined;
|
|
53
|
-
}[];
|
|
54
54
|
}>;
|
|
55
55
|
|
|
56
56
|
export { type V2FundraisingContributorsGetQuery, type V2FundraisingContributorsGetResponse, buildV2FundraisingContributorsGetFetcher, getV2FundraisingContributors };
|
|
@@ -4,16 +4,16 @@ import { ForceDig } from '@readyfor/api-client-base';
|
|
|
4
4
|
type V2FundraisingContributorsIdGetOperation = paths["/api/v2/fundraising/contributors/{id}"]["get"];
|
|
5
5
|
type V2FundraisingContributorsIdGetResponse = V2FundraisingContributorsIdGetOperation["responses"]["200"]["content"]["application/json"];
|
|
6
6
|
declare const buildV2FundraisingContributorsIdGetFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
|
|
7
|
-
|
|
8
|
-
email: string;
|
|
7
|
+
id: number;
|
|
9
8
|
name: string;
|
|
10
|
-
|
|
9
|
+
email: string;
|
|
10
|
+
imageUrl: string;
|
|
11
11
|
totalAmount: number;
|
|
12
|
-
id: number;
|
|
13
|
-
isActive: boolean;
|
|
14
12
|
totalCount: number;
|
|
15
|
-
memo: string;
|
|
16
13
|
numberOfProjects: number;
|
|
14
|
+
latestContributionDate: string;
|
|
15
|
+
memo: string;
|
|
16
|
+
isActive: boolean;
|
|
17
17
|
messageRoomId: number | null;
|
|
18
18
|
facebookUrl?: string | undefined;
|
|
19
19
|
twitterUrl?: string | undefined;
|
|
@@ -25,16 +25,16 @@ type V2FundraisingContributorsIdGetPath = ForceDig<V2FundraisingContributorsIdGe
|
|
|
25
25
|
"path"
|
|
26
26
|
]>;
|
|
27
27
|
declare const getV2FundraisingContributorsId: (path: V2FundraisingContributorsIdGetPath, customRequestInit?: RequestInit) => Promise<{
|
|
28
|
-
|
|
29
|
-
email: string;
|
|
28
|
+
id: number;
|
|
30
29
|
name: string;
|
|
31
|
-
|
|
30
|
+
email: string;
|
|
31
|
+
imageUrl: string;
|
|
32
32
|
totalAmount: number;
|
|
33
|
-
id: number;
|
|
34
|
-
isActive: boolean;
|
|
35
33
|
totalCount: number;
|
|
36
|
-
memo: string;
|
|
37
34
|
numberOfProjects: number;
|
|
35
|
+
latestContributionDate: string;
|
|
36
|
+
memo: string;
|
|
37
|
+
isActive: boolean;
|
|
38
38
|
messageRoomId: number | null;
|
|
39
39
|
facebookUrl?: string | undefined;
|
|
40
40
|
twitterUrl?: string | undefined;
|
|
@@ -4,16 +4,16 @@ import { ForceDig } from '@readyfor/api-client-base';
|
|
|
4
4
|
type V2FundraisingContributorsIdGetOperation = paths["/api/v2/fundraising/contributors/{id}"]["get"];
|
|
5
5
|
type V2FundraisingContributorsIdGetResponse = V2FundraisingContributorsIdGetOperation["responses"]["200"]["content"]["application/json"];
|
|
6
6
|
declare const buildV2FundraisingContributorsIdGetFetcher: (requestInit?: RequestInit) => (input: RequestInfo, requestInit?: RequestInit) => Promise<{
|
|
7
|
-
|
|
8
|
-
email: string;
|
|
7
|
+
id: number;
|
|
9
8
|
name: string;
|
|
10
|
-
|
|
9
|
+
email: string;
|
|
10
|
+
imageUrl: string;
|
|
11
11
|
totalAmount: number;
|
|
12
|
-
id: number;
|
|
13
|
-
isActive: boolean;
|
|
14
12
|
totalCount: number;
|
|
15
|
-
memo: string;
|
|
16
13
|
numberOfProjects: number;
|
|
14
|
+
latestContributionDate: string;
|
|
15
|
+
memo: string;
|
|
16
|
+
isActive: boolean;
|
|
17
17
|
messageRoomId: number | null;
|
|
18
18
|
facebookUrl?: string | undefined;
|
|
19
19
|
twitterUrl?: string | undefined;
|
|
@@ -25,16 +25,16 @@ type V2FundraisingContributorsIdGetPath = ForceDig<V2FundraisingContributorsIdGe
|
|
|
25
25
|
"path"
|
|
26
26
|
]>;
|
|
27
27
|
declare const getV2FundraisingContributorsId: (path: V2FundraisingContributorsIdGetPath, customRequestInit?: RequestInit) => Promise<{
|
|
28
|
-
|
|
29
|
-
email: string;
|
|
28
|
+
id: number;
|
|
30
29
|
name: string;
|
|
31
|
-
|
|
30
|
+
email: string;
|
|
31
|
+
imageUrl: string;
|
|
32
32
|
totalAmount: number;
|
|
33
|
-
id: number;
|
|
34
|
-
isActive: boolean;
|
|
35
33
|
totalCount: number;
|
|
36
|
-
memo: string;
|
|
37
34
|
numberOfProjects: number;
|
|
35
|
+
latestContributionDate: string;
|
|
36
|
+
memo: string;
|
|
37
|
+
isActive: boolean;
|
|
38
38
|
messageRoomId: number | null;
|
|
39
39
|
facebookUrl?: string | undefined;
|
|
40
40
|
twitterUrl?: string | undefined;
|