@readyfor/api-client-readyfor 0.304.0 → 0.305.0-pr1187.6396525
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/schemaType.d.mts +37 -37
- package/dist/schemaType.d.ts +37 -37
- package/package.json +3 -3
package/dist/schemaType.d.mts
CHANGED
|
@@ -524,7 +524,7 @@ interface paths {
|
|
|
524
524
|
};
|
|
525
525
|
};
|
|
526
526
|
};
|
|
527
|
-
/**
|
|
527
|
+
/** リターンの画像を更新(常設寄付今回のみのコース以外) */
|
|
528
528
|
patch: {
|
|
529
529
|
parameters: {
|
|
530
530
|
path: {
|
|
@@ -740,7 +740,7 @@ interface paths {
|
|
|
740
740
|
};
|
|
741
741
|
};
|
|
742
742
|
};
|
|
743
|
-
/**
|
|
743
|
+
/** プロジェクトに紐づく特定の未保存のリターンの画像を更新(常設寄付今回のみのコース以外) */
|
|
744
744
|
patch: {
|
|
745
745
|
parameters: {
|
|
746
746
|
path: {
|
|
@@ -1803,7 +1803,7 @@ interface paths {
|
|
|
1803
1803
|
};
|
|
1804
1804
|
"/api/v1/my/projects/{project_id}/steady_crowdfunding_project_check_list": {
|
|
1805
1805
|
/**
|
|
1806
|
-
*
|
|
1806
|
+
* 常設寄付の審査に利用する情報を参照
|
|
1807
1807
|
* @description 指定プロジェクトの審査情報を取得する
|
|
1808
1808
|
*/
|
|
1809
1809
|
get: {
|
|
@@ -1834,7 +1834,7 @@ interface paths {
|
|
|
1834
1834
|
};
|
|
1835
1835
|
};
|
|
1836
1836
|
/**
|
|
1837
|
-
*
|
|
1837
|
+
* 常設寄付の審査に利用する情報を更新
|
|
1838
1838
|
* @description 指定プロジェクトの審査情報を更新する
|
|
1839
1839
|
*/
|
|
1840
1840
|
patch: {
|
|
@@ -1966,7 +1966,7 @@ interface paths {
|
|
|
1966
1966
|
};
|
|
1967
1967
|
"/api/v1/my/projects/{project_id}/project_owner/group_project_owner/group_project_owner_check_list": {
|
|
1968
1968
|
/**
|
|
1969
|
-
*
|
|
1969
|
+
* 常設寄付の審査に当たっての団体の確認項目を取得
|
|
1970
1970
|
* @description 指定プロジェクトの審査情報を取得する
|
|
1971
1971
|
*/
|
|
1972
1972
|
get: {
|
|
@@ -1997,7 +1997,7 @@ interface paths {
|
|
|
1997
1997
|
};
|
|
1998
1998
|
};
|
|
1999
1999
|
/**
|
|
2000
|
-
*
|
|
2000
|
+
* 常設寄付の審査に当たっての団体の確認項目を更新
|
|
2001
2001
|
* @description 指定プロジェクトの審査に当たっての団体の確認項目を更新する
|
|
2002
2002
|
*/
|
|
2003
2003
|
patch: {
|
|
@@ -2564,7 +2564,7 @@ interface paths {
|
|
|
2564
2564
|
* id: 1
|
|
2565
2565
|
* title: 膵がんを代表とする難治がんに対する治療法の開発を最大文字数33文字
|
|
2566
2566
|
* imageUrl: https://picsum.photos/100/56
|
|
2567
|
-
* plan: シンプルプラン | フルサポートプラン |
|
|
2567
|
+
* plan: シンプルプラン | フルサポートプラン | 常設寄付
|
|
2568
2568
|
* projectStatus: 下書き | 審査中 | 要修正 | 掲載不可 | 公開待ち | 支援募集中 | 成立 | 不成立
|
|
2569
2569
|
* hasPartnership: false
|
|
2570
2570
|
* updatedAt: 2000-01-23T04:56:07.000Z
|
|
@@ -2620,8 +2620,8 @@ interface paths {
|
|
|
2620
2620
|
};
|
|
2621
2621
|
"/api/v1/my/fundraising/projects/{project_id}/monthly_billing_details": {
|
|
2622
2622
|
/**
|
|
2623
|
-
*
|
|
2624
|
-
* @description
|
|
2623
|
+
* 実行者プロジェクト詳細の常設寄付取引明細書情報
|
|
2624
|
+
* @description 常設寄付の取引明細書一覧の情報を取得する
|
|
2625
2625
|
*/
|
|
2626
2626
|
get: operations["FundraisingProject_MonthlyBillingDetails"];
|
|
2627
2627
|
};
|
|
@@ -5532,7 +5532,7 @@ interface components {
|
|
|
5532
5532
|
fundingModel: "allOrNothing" | "keepItAll" | "permanentSupport" | "regularSteady" | "featuredSteady";
|
|
5533
5533
|
/** @description 目標金額 */
|
|
5534
5534
|
goalAmount?: number;
|
|
5535
|
-
/** @description
|
|
5535
|
+
/** @description 常設寄付(キャンペーン)の目標人数。fundingModel=featuredSteady の時のみ値が入る。 */
|
|
5536
5536
|
goalNumberOfSupporters?: number;
|
|
5537
5537
|
/** @description プロジェクト実施完了日 */
|
|
5538
5538
|
completionDate?: string;
|
|
@@ -7916,7 +7916,7 @@ interface components {
|
|
|
7916
7916
|
* }
|
|
7917
7917
|
*/
|
|
7918
7918
|
GetMyFundraisingProject_MonthlyBillingDetails: {
|
|
7919
|
-
/** @description
|
|
7919
|
+
/** @description 常設寄付の取引明細書一覧 */
|
|
7920
7920
|
monthlyBillingDetails: components["schemas"]["Fundraising_Project_MonthlyBillingDetail"][];
|
|
7921
7921
|
};
|
|
7922
7922
|
/**
|
|
@@ -9539,7 +9539,7 @@ interface components {
|
|
|
9539
9539
|
* [openapiのintegerのフォーマットがBE実装とズレがある問題の修正#9979](https://github.com/readyfor/readyfor-issues/issues/9979)
|
|
9540
9540
|
*/
|
|
9541
9541
|
price: number | null;
|
|
9542
|
-
/** @description
|
|
9542
|
+
/** @description 常設寄付プロジェクトの今回のみコースにおける支援可能な最低金額。常設寄付プロジェクトの今回のみのコース (paymentType=onetime) の場合のみ値が設定される。 */
|
|
9543
9543
|
minPrice: number | null;
|
|
9544
9544
|
href: string;
|
|
9545
9545
|
image: components["schemas"]["Project_Reward_image"];
|
|
@@ -9579,7 +9579,7 @@ interface components {
|
|
|
9579
9579
|
* [openapiのintegerのフォーマットがBE実装とズレがある問題の修正#9979](https://github.com/readyfor/readyfor-issues/issues/9979)
|
|
9580
9580
|
*/
|
|
9581
9581
|
price: number | null;
|
|
9582
|
-
/** @description
|
|
9582
|
+
/** @description 常設寄付プロジェクトの今回のみコースにおける支援可能な最低金額。常設寄付プロジェクトの今回のみのコース (paymentType=onetime) の場合のみ値が設定される。 */
|
|
9583
9583
|
minPrice: number | null;
|
|
9584
9584
|
href: string | null;
|
|
9585
9585
|
image: components["schemas"]["Project_Reward_image"];
|
|
@@ -9724,7 +9724,7 @@ interface components {
|
|
|
9724
9724
|
goalPrice?: number;
|
|
9725
9725
|
/**
|
|
9726
9726
|
* Format: int64
|
|
9727
|
-
* @description
|
|
9727
|
+
* @description 常設寄付(キャンペーン)の目標人数。fundingModel=featuredSteady の時のみ値が入る。
|
|
9728
9728
|
* @default 0
|
|
9729
9729
|
* @example 50
|
|
9730
9730
|
*/
|
|
@@ -10018,13 +10018,13 @@ interface components {
|
|
|
10018
10018
|
maxStockNumber?: number;
|
|
10019
10019
|
/**
|
|
10020
10020
|
* Format: int64
|
|
10021
|
-
* @description
|
|
10021
|
+
* @description 最低金額(常設寄付今回のみのコースのみ)
|
|
10022
10022
|
* @example 1000
|
|
10023
10023
|
*/
|
|
10024
10024
|
minPrice?: number;
|
|
10025
10025
|
/**
|
|
10026
10026
|
* Format: int64
|
|
10027
|
-
* @description
|
|
10027
|
+
* @description 金額(常設寄付今回のみのコース以外)
|
|
10028
10028
|
* @example 10000
|
|
10029
10029
|
*/
|
|
10030
10030
|
price?: number;
|
|
@@ -10041,7 +10041,7 @@ interface components {
|
|
|
10041
10041
|
estimatedArrivalMonth?: string;
|
|
10042
10042
|
/**
|
|
10043
10043
|
* Format: uri
|
|
10044
|
-
* @description 画像URL
|
|
10044
|
+
* @description 画像URL(常設寄付今回のみのコース以外)
|
|
10045
10045
|
* @example https://picsum.photos/280/173
|
|
10046
10046
|
*/
|
|
10047
10047
|
imageUrl?: string;
|
|
@@ -10139,13 +10139,13 @@ interface components {
|
|
|
10139
10139
|
maxStockNumber?: number;
|
|
10140
10140
|
/**
|
|
10141
10141
|
* Format: int64
|
|
10142
|
-
* @description
|
|
10142
|
+
* @description 最低金額(常設寄付今回のみのコースのみ)
|
|
10143
10143
|
* @example 1000
|
|
10144
10144
|
*/
|
|
10145
10145
|
minPrice?: number;
|
|
10146
10146
|
/**
|
|
10147
10147
|
* Format: int64
|
|
10148
|
-
* @description
|
|
10148
|
+
* @description 金額(常設寄付今回のみのコース以外)
|
|
10149
10149
|
* @example 10000
|
|
10150
10150
|
*/
|
|
10151
10151
|
price?: number;
|
|
@@ -10162,7 +10162,7 @@ interface components {
|
|
|
10162
10162
|
estimatedArrivalMonth?: string;
|
|
10163
10163
|
/**
|
|
10164
10164
|
* Format: uri
|
|
10165
|
-
* @description 画像URL
|
|
10165
|
+
* @description 画像URL(常設寄付今回のみのコース以外)
|
|
10166
10166
|
* @example https://picsum.photos/280/173
|
|
10167
10167
|
*/
|
|
10168
10168
|
imageUrl?: string;
|
|
@@ -10183,8 +10183,8 @@ interface components {
|
|
|
10183
10183
|
* レスポンスでは必須・リクエストではオプショナルとする。
|
|
10184
10184
|
* リクエストでこのフィールドが含まれてない場合は、API 側で持つデフォルト値を DB に保存するイメージ
|
|
10185
10185
|
* API 側で持つデフォルト値
|
|
10186
|
-
* -
|
|
10187
|
-
* - CF
|
|
10186
|
+
* - 常設寄付:monthly
|
|
10187
|
+
* - CF(常設寄付以外):onetime
|
|
10188
10188
|
* @default onetime
|
|
10189
10189
|
* @example onetime
|
|
10190
10190
|
* @enum {string}
|
|
@@ -10957,7 +10957,7 @@ interface components {
|
|
|
10957
10957
|
};
|
|
10958
10958
|
/**
|
|
10959
10959
|
* SteadyCrowdfundingProjectCheckList
|
|
10960
|
-
* @description
|
|
10960
|
+
* @description 常設寄付プロジェクト審査項目
|
|
10961
10961
|
* @example {
|
|
10962
10962
|
* "steadyProjectRiskAndChallenge": {
|
|
10963
10963
|
* "hasRisk": true,
|
|
@@ -11142,7 +11142,7 @@ interface components {
|
|
|
11142
11142
|
};
|
|
11143
11143
|
/**
|
|
11144
11144
|
* GroupProjectOwnerCheckList
|
|
11145
|
-
* @description
|
|
11145
|
+
* @description 常設寄付プロジェクト団体の審査項目
|
|
11146
11146
|
* @example {
|
|
11147
11147
|
* "antiSocial": {
|
|
11148
11148
|
* "providesBenefitsToAntiSocial": true,
|
|
@@ -11568,7 +11568,7 @@ interface components {
|
|
|
11568
11568
|
};
|
|
11569
11569
|
/**
|
|
11570
11570
|
* Fundraising_Project_OpenFeaturedCrowdfundingProject
|
|
11571
|
-
* @description
|
|
11571
|
+
* @description 支援募集中の常設寄付キャンペーン型プロジェクト
|
|
11572
11572
|
*/
|
|
11573
11573
|
Fundraising_Project_OpenFeaturedSteadyCrowdfundingProject: {
|
|
11574
11574
|
/** @enum {string} */
|
|
@@ -11600,7 +11600,7 @@ interface components {
|
|
|
11600
11600
|
};
|
|
11601
11601
|
/**
|
|
11602
11602
|
* Fundraising_Project_OpenRegularCrowdfundingProject
|
|
11603
|
-
* @description
|
|
11603
|
+
* @description 支援募集中の常設寄付常設型プロジェクト
|
|
11604
11604
|
*/
|
|
11605
11605
|
Fundraising_Project_OpenRegularSteadyCrowdfundingProject: {
|
|
11606
11606
|
/** @enum {string} */
|
|
@@ -11750,7 +11750,7 @@ interface components {
|
|
|
11750
11750
|
};
|
|
11751
11751
|
/**
|
|
11752
11752
|
* Fundraising_Project_FeaturedSteadyCrowdfundingProjectDetail
|
|
11753
|
-
* @description
|
|
11753
|
+
* @description 常設寄付キャンペーン型プロジェクトの詳細
|
|
11754
11754
|
*/
|
|
11755
11755
|
Fundraising_Project_FeaturedSteadyCrowdfundingProjectDetail: {
|
|
11756
11756
|
/** @enum {string} */
|
|
@@ -11832,7 +11832,7 @@ interface components {
|
|
|
11832
11832
|
};
|
|
11833
11833
|
/**
|
|
11834
11834
|
* Fundraising_Project_RegularSteadyCrowdfundingProjectDetail
|
|
11835
|
-
* @description
|
|
11835
|
+
* @description 常設寄付常設型プロジェクトの詳細
|
|
11836
11836
|
*/
|
|
11837
11837
|
Fundraising_Project_RegularSteadyCrowdfundingProjectDetail: {
|
|
11838
11838
|
/** @enum {string} */
|
|
@@ -12812,7 +12812,7 @@ interface components {
|
|
|
12812
12812
|
goalPrice?: number;
|
|
12813
12813
|
/**
|
|
12814
12814
|
* Format: int64
|
|
12815
|
-
* @description
|
|
12815
|
+
* @description 常設寄付(キャンペーン)の目標人数。fundingModel=featuredSteady の時のみ値が入る。
|
|
12816
12816
|
*/
|
|
12817
12817
|
goalNumberOfSupporters?: number;
|
|
12818
12818
|
keyword?: string;
|
|
@@ -12947,12 +12947,12 @@ interface components {
|
|
|
12947
12947
|
maxStockNumber?: number;
|
|
12948
12948
|
/**
|
|
12949
12949
|
* Format: int64
|
|
12950
|
-
* @description
|
|
12950
|
+
* @description 最低金額(常設寄付今回のみのコースのみ)
|
|
12951
12951
|
*/
|
|
12952
12952
|
minPrice?: number;
|
|
12953
12953
|
/**
|
|
12954
12954
|
* Format: int64
|
|
12955
|
-
* @description
|
|
12955
|
+
* @description 金額(常設寄付今回のみのコース以外)
|
|
12956
12956
|
*/
|
|
12957
12957
|
price?: number;
|
|
12958
12958
|
requiredAddress?: boolean;
|
|
@@ -13077,12 +13077,12 @@ interface components {
|
|
|
13077
13077
|
maxStockNumber?: number;
|
|
13078
13078
|
/**
|
|
13079
13079
|
* Format: int64
|
|
13080
|
-
* @description
|
|
13080
|
+
* @description 最低金額(常設寄付今回のみのコースのみ)
|
|
13081
13081
|
*/
|
|
13082
13082
|
minPrice?: number;
|
|
13083
13083
|
/**
|
|
13084
13084
|
* Format: int64
|
|
13085
|
-
* @description
|
|
13085
|
+
* @description 金額(常設寄付今回のみのコース以外)
|
|
13086
13086
|
*/
|
|
13087
13087
|
price?: number;
|
|
13088
13088
|
requiredAddress?: boolean;
|
|
@@ -14868,7 +14868,7 @@ interface operations {
|
|
|
14868
14868
|
* id: 1
|
|
14869
14869
|
* title: 膵がんを代表とする難治がんに対する治療法の開発を最大文字数33文字
|
|
14870
14870
|
* imageUrl: https://picsum.photos/100/56
|
|
14871
|
-
* plan: シンプルプラン | フルサポートプラン |
|
|
14871
|
+
* plan: シンプルプラン | フルサポートプラン | 常設寄付
|
|
14872
14872
|
* projectStatus: 下書き | 審査中 | 要修正 | 掲載不可 | 公開待ち | 支援募集中 | 成立 | 不成立
|
|
14873
14873
|
* hasPartnership: false
|
|
14874
14874
|
* updatedAt: 2000-01-23T04:56:07.000Z
|
|
@@ -15225,8 +15225,8 @@ interface operations {
|
|
|
15225
15225
|
};
|
|
15226
15226
|
};
|
|
15227
15227
|
/**
|
|
15228
|
-
*
|
|
15229
|
-
* @description
|
|
15228
|
+
* 実行者プロジェクト詳細の常設寄付取引明細書情報
|
|
15229
|
+
* @description 常設寄付の取引明細書一覧の情報を取得する
|
|
15230
15230
|
*/
|
|
15231
15231
|
FundraisingProject_MonthlyBillingDetails: {
|
|
15232
15232
|
parameters: {
|
|
@@ -16530,7 +16530,7 @@ interface operations {
|
|
|
16530
16530
|
page?: number;
|
|
16531
16531
|
/** @description 1ページあたりの件数 */
|
|
16532
16532
|
perPage?: number;
|
|
16533
|
-
/** @description
|
|
16533
|
+
/** @description 「常設寄付を含む」チェックボックス用のフィルターパラメータ */
|
|
16534
16534
|
cfType?: "spot" | "all";
|
|
16535
16535
|
};
|
|
16536
16536
|
path: {
|
package/dist/schemaType.d.ts
CHANGED
|
@@ -524,7 +524,7 @@ interface paths {
|
|
|
524
524
|
};
|
|
525
525
|
};
|
|
526
526
|
};
|
|
527
|
-
/**
|
|
527
|
+
/** リターンの画像を更新(常設寄付今回のみのコース以外) */
|
|
528
528
|
patch: {
|
|
529
529
|
parameters: {
|
|
530
530
|
path: {
|
|
@@ -740,7 +740,7 @@ interface paths {
|
|
|
740
740
|
};
|
|
741
741
|
};
|
|
742
742
|
};
|
|
743
|
-
/**
|
|
743
|
+
/** プロジェクトに紐づく特定の未保存のリターンの画像を更新(常設寄付今回のみのコース以外) */
|
|
744
744
|
patch: {
|
|
745
745
|
parameters: {
|
|
746
746
|
path: {
|
|
@@ -1803,7 +1803,7 @@ interface paths {
|
|
|
1803
1803
|
};
|
|
1804
1804
|
"/api/v1/my/projects/{project_id}/steady_crowdfunding_project_check_list": {
|
|
1805
1805
|
/**
|
|
1806
|
-
*
|
|
1806
|
+
* 常設寄付の審査に利用する情報を参照
|
|
1807
1807
|
* @description 指定プロジェクトの審査情報を取得する
|
|
1808
1808
|
*/
|
|
1809
1809
|
get: {
|
|
@@ -1834,7 +1834,7 @@ interface paths {
|
|
|
1834
1834
|
};
|
|
1835
1835
|
};
|
|
1836
1836
|
/**
|
|
1837
|
-
*
|
|
1837
|
+
* 常設寄付の審査に利用する情報を更新
|
|
1838
1838
|
* @description 指定プロジェクトの審査情報を更新する
|
|
1839
1839
|
*/
|
|
1840
1840
|
patch: {
|
|
@@ -1966,7 +1966,7 @@ interface paths {
|
|
|
1966
1966
|
};
|
|
1967
1967
|
"/api/v1/my/projects/{project_id}/project_owner/group_project_owner/group_project_owner_check_list": {
|
|
1968
1968
|
/**
|
|
1969
|
-
*
|
|
1969
|
+
* 常設寄付の審査に当たっての団体の確認項目を取得
|
|
1970
1970
|
* @description 指定プロジェクトの審査情報を取得する
|
|
1971
1971
|
*/
|
|
1972
1972
|
get: {
|
|
@@ -1997,7 +1997,7 @@ interface paths {
|
|
|
1997
1997
|
};
|
|
1998
1998
|
};
|
|
1999
1999
|
/**
|
|
2000
|
-
*
|
|
2000
|
+
* 常設寄付の審査に当たっての団体の確認項目を更新
|
|
2001
2001
|
* @description 指定プロジェクトの審査に当たっての団体の確認項目を更新する
|
|
2002
2002
|
*/
|
|
2003
2003
|
patch: {
|
|
@@ -2564,7 +2564,7 @@ interface paths {
|
|
|
2564
2564
|
* id: 1
|
|
2565
2565
|
* title: 膵がんを代表とする難治がんに対する治療法の開発を最大文字数33文字
|
|
2566
2566
|
* imageUrl: https://picsum.photos/100/56
|
|
2567
|
-
* plan: シンプルプラン | フルサポートプラン |
|
|
2567
|
+
* plan: シンプルプラン | フルサポートプラン | 常設寄付
|
|
2568
2568
|
* projectStatus: 下書き | 審査中 | 要修正 | 掲載不可 | 公開待ち | 支援募集中 | 成立 | 不成立
|
|
2569
2569
|
* hasPartnership: false
|
|
2570
2570
|
* updatedAt: 2000-01-23T04:56:07.000Z
|
|
@@ -2620,8 +2620,8 @@ interface paths {
|
|
|
2620
2620
|
};
|
|
2621
2621
|
"/api/v1/my/fundraising/projects/{project_id}/monthly_billing_details": {
|
|
2622
2622
|
/**
|
|
2623
|
-
*
|
|
2624
|
-
* @description
|
|
2623
|
+
* 実行者プロジェクト詳細の常設寄付取引明細書情報
|
|
2624
|
+
* @description 常設寄付の取引明細書一覧の情報を取得する
|
|
2625
2625
|
*/
|
|
2626
2626
|
get: operations["FundraisingProject_MonthlyBillingDetails"];
|
|
2627
2627
|
};
|
|
@@ -5532,7 +5532,7 @@ interface components {
|
|
|
5532
5532
|
fundingModel: "allOrNothing" | "keepItAll" | "permanentSupport" | "regularSteady" | "featuredSteady";
|
|
5533
5533
|
/** @description 目標金額 */
|
|
5534
5534
|
goalAmount?: number;
|
|
5535
|
-
/** @description
|
|
5535
|
+
/** @description 常設寄付(キャンペーン)の目標人数。fundingModel=featuredSteady の時のみ値が入る。 */
|
|
5536
5536
|
goalNumberOfSupporters?: number;
|
|
5537
5537
|
/** @description プロジェクト実施完了日 */
|
|
5538
5538
|
completionDate?: string;
|
|
@@ -7916,7 +7916,7 @@ interface components {
|
|
|
7916
7916
|
* }
|
|
7917
7917
|
*/
|
|
7918
7918
|
GetMyFundraisingProject_MonthlyBillingDetails: {
|
|
7919
|
-
/** @description
|
|
7919
|
+
/** @description 常設寄付の取引明細書一覧 */
|
|
7920
7920
|
monthlyBillingDetails: components["schemas"]["Fundraising_Project_MonthlyBillingDetail"][];
|
|
7921
7921
|
};
|
|
7922
7922
|
/**
|
|
@@ -9539,7 +9539,7 @@ interface components {
|
|
|
9539
9539
|
* [openapiのintegerのフォーマットがBE実装とズレがある問題の修正#9979](https://github.com/readyfor/readyfor-issues/issues/9979)
|
|
9540
9540
|
*/
|
|
9541
9541
|
price: number | null;
|
|
9542
|
-
/** @description
|
|
9542
|
+
/** @description 常設寄付プロジェクトの今回のみコースにおける支援可能な最低金額。常設寄付プロジェクトの今回のみのコース (paymentType=onetime) の場合のみ値が設定される。 */
|
|
9543
9543
|
minPrice: number | null;
|
|
9544
9544
|
href: string;
|
|
9545
9545
|
image: components["schemas"]["Project_Reward_image"];
|
|
@@ -9579,7 +9579,7 @@ interface components {
|
|
|
9579
9579
|
* [openapiのintegerのフォーマットがBE実装とズレがある問題の修正#9979](https://github.com/readyfor/readyfor-issues/issues/9979)
|
|
9580
9580
|
*/
|
|
9581
9581
|
price: number | null;
|
|
9582
|
-
/** @description
|
|
9582
|
+
/** @description 常設寄付プロジェクトの今回のみコースにおける支援可能な最低金額。常設寄付プロジェクトの今回のみのコース (paymentType=onetime) の場合のみ値が設定される。 */
|
|
9583
9583
|
minPrice: number | null;
|
|
9584
9584
|
href: string | null;
|
|
9585
9585
|
image: components["schemas"]["Project_Reward_image"];
|
|
@@ -9724,7 +9724,7 @@ interface components {
|
|
|
9724
9724
|
goalPrice?: number;
|
|
9725
9725
|
/**
|
|
9726
9726
|
* Format: int64
|
|
9727
|
-
* @description
|
|
9727
|
+
* @description 常設寄付(キャンペーン)の目標人数。fundingModel=featuredSteady の時のみ値が入る。
|
|
9728
9728
|
* @default 0
|
|
9729
9729
|
* @example 50
|
|
9730
9730
|
*/
|
|
@@ -10018,13 +10018,13 @@ interface components {
|
|
|
10018
10018
|
maxStockNumber?: number;
|
|
10019
10019
|
/**
|
|
10020
10020
|
* Format: int64
|
|
10021
|
-
* @description
|
|
10021
|
+
* @description 最低金額(常設寄付今回のみのコースのみ)
|
|
10022
10022
|
* @example 1000
|
|
10023
10023
|
*/
|
|
10024
10024
|
minPrice?: number;
|
|
10025
10025
|
/**
|
|
10026
10026
|
* Format: int64
|
|
10027
|
-
* @description
|
|
10027
|
+
* @description 金額(常設寄付今回のみのコース以外)
|
|
10028
10028
|
* @example 10000
|
|
10029
10029
|
*/
|
|
10030
10030
|
price?: number;
|
|
@@ -10041,7 +10041,7 @@ interface components {
|
|
|
10041
10041
|
estimatedArrivalMonth?: string;
|
|
10042
10042
|
/**
|
|
10043
10043
|
* Format: uri
|
|
10044
|
-
* @description 画像URL
|
|
10044
|
+
* @description 画像URL(常設寄付今回のみのコース以外)
|
|
10045
10045
|
* @example https://picsum.photos/280/173
|
|
10046
10046
|
*/
|
|
10047
10047
|
imageUrl?: string;
|
|
@@ -10139,13 +10139,13 @@ interface components {
|
|
|
10139
10139
|
maxStockNumber?: number;
|
|
10140
10140
|
/**
|
|
10141
10141
|
* Format: int64
|
|
10142
|
-
* @description
|
|
10142
|
+
* @description 最低金額(常設寄付今回のみのコースのみ)
|
|
10143
10143
|
* @example 1000
|
|
10144
10144
|
*/
|
|
10145
10145
|
minPrice?: number;
|
|
10146
10146
|
/**
|
|
10147
10147
|
* Format: int64
|
|
10148
|
-
* @description
|
|
10148
|
+
* @description 金額(常設寄付今回のみのコース以外)
|
|
10149
10149
|
* @example 10000
|
|
10150
10150
|
*/
|
|
10151
10151
|
price?: number;
|
|
@@ -10162,7 +10162,7 @@ interface components {
|
|
|
10162
10162
|
estimatedArrivalMonth?: string;
|
|
10163
10163
|
/**
|
|
10164
10164
|
* Format: uri
|
|
10165
|
-
* @description 画像URL
|
|
10165
|
+
* @description 画像URL(常設寄付今回のみのコース以外)
|
|
10166
10166
|
* @example https://picsum.photos/280/173
|
|
10167
10167
|
*/
|
|
10168
10168
|
imageUrl?: string;
|
|
@@ -10183,8 +10183,8 @@ interface components {
|
|
|
10183
10183
|
* レスポンスでは必須・リクエストではオプショナルとする。
|
|
10184
10184
|
* リクエストでこのフィールドが含まれてない場合は、API 側で持つデフォルト値を DB に保存するイメージ
|
|
10185
10185
|
* API 側で持つデフォルト値
|
|
10186
|
-
* -
|
|
10187
|
-
* - CF
|
|
10186
|
+
* - 常設寄付:monthly
|
|
10187
|
+
* - CF(常設寄付以外):onetime
|
|
10188
10188
|
* @default onetime
|
|
10189
10189
|
* @example onetime
|
|
10190
10190
|
* @enum {string}
|
|
@@ -10957,7 +10957,7 @@ interface components {
|
|
|
10957
10957
|
};
|
|
10958
10958
|
/**
|
|
10959
10959
|
* SteadyCrowdfundingProjectCheckList
|
|
10960
|
-
* @description
|
|
10960
|
+
* @description 常設寄付プロジェクト審査項目
|
|
10961
10961
|
* @example {
|
|
10962
10962
|
* "steadyProjectRiskAndChallenge": {
|
|
10963
10963
|
* "hasRisk": true,
|
|
@@ -11142,7 +11142,7 @@ interface components {
|
|
|
11142
11142
|
};
|
|
11143
11143
|
/**
|
|
11144
11144
|
* GroupProjectOwnerCheckList
|
|
11145
|
-
* @description
|
|
11145
|
+
* @description 常設寄付プロジェクト団体の審査項目
|
|
11146
11146
|
* @example {
|
|
11147
11147
|
* "antiSocial": {
|
|
11148
11148
|
* "providesBenefitsToAntiSocial": true,
|
|
@@ -11568,7 +11568,7 @@ interface components {
|
|
|
11568
11568
|
};
|
|
11569
11569
|
/**
|
|
11570
11570
|
* Fundraising_Project_OpenFeaturedCrowdfundingProject
|
|
11571
|
-
* @description
|
|
11571
|
+
* @description 支援募集中の常設寄付キャンペーン型プロジェクト
|
|
11572
11572
|
*/
|
|
11573
11573
|
Fundraising_Project_OpenFeaturedSteadyCrowdfundingProject: {
|
|
11574
11574
|
/** @enum {string} */
|
|
@@ -11600,7 +11600,7 @@ interface components {
|
|
|
11600
11600
|
};
|
|
11601
11601
|
/**
|
|
11602
11602
|
* Fundraising_Project_OpenRegularCrowdfundingProject
|
|
11603
|
-
* @description
|
|
11603
|
+
* @description 支援募集中の常設寄付常設型プロジェクト
|
|
11604
11604
|
*/
|
|
11605
11605
|
Fundraising_Project_OpenRegularSteadyCrowdfundingProject: {
|
|
11606
11606
|
/** @enum {string} */
|
|
@@ -11750,7 +11750,7 @@ interface components {
|
|
|
11750
11750
|
};
|
|
11751
11751
|
/**
|
|
11752
11752
|
* Fundraising_Project_FeaturedSteadyCrowdfundingProjectDetail
|
|
11753
|
-
* @description
|
|
11753
|
+
* @description 常設寄付キャンペーン型プロジェクトの詳細
|
|
11754
11754
|
*/
|
|
11755
11755
|
Fundraising_Project_FeaturedSteadyCrowdfundingProjectDetail: {
|
|
11756
11756
|
/** @enum {string} */
|
|
@@ -11832,7 +11832,7 @@ interface components {
|
|
|
11832
11832
|
};
|
|
11833
11833
|
/**
|
|
11834
11834
|
* Fundraising_Project_RegularSteadyCrowdfundingProjectDetail
|
|
11835
|
-
* @description
|
|
11835
|
+
* @description 常設寄付常設型プロジェクトの詳細
|
|
11836
11836
|
*/
|
|
11837
11837
|
Fundraising_Project_RegularSteadyCrowdfundingProjectDetail: {
|
|
11838
11838
|
/** @enum {string} */
|
|
@@ -12812,7 +12812,7 @@ interface components {
|
|
|
12812
12812
|
goalPrice?: number;
|
|
12813
12813
|
/**
|
|
12814
12814
|
* Format: int64
|
|
12815
|
-
* @description
|
|
12815
|
+
* @description 常設寄付(キャンペーン)の目標人数。fundingModel=featuredSteady の時のみ値が入る。
|
|
12816
12816
|
*/
|
|
12817
12817
|
goalNumberOfSupporters?: number;
|
|
12818
12818
|
keyword?: string;
|
|
@@ -12947,12 +12947,12 @@ interface components {
|
|
|
12947
12947
|
maxStockNumber?: number;
|
|
12948
12948
|
/**
|
|
12949
12949
|
* Format: int64
|
|
12950
|
-
* @description
|
|
12950
|
+
* @description 最低金額(常設寄付今回のみのコースのみ)
|
|
12951
12951
|
*/
|
|
12952
12952
|
minPrice?: number;
|
|
12953
12953
|
/**
|
|
12954
12954
|
* Format: int64
|
|
12955
|
-
* @description
|
|
12955
|
+
* @description 金額(常設寄付今回のみのコース以外)
|
|
12956
12956
|
*/
|
|
12957
12957
|
price?: number;
|
|
12958
12958
|
requiredAddress?: boolean;
|
|
@@ -13077,12 +13077,12 @@ interface components {
|
|
|
13077
13077
|
maxStockNumber?: number;
|
|
13078
13078
|
/**
|
|
13079
13079
|
* Format: int64
|
|
13080
|
-
* @description
|
|
13080
|
+
* @description 最低金額(常設寄付今回のみのコースのみ)
|
|
13081
13081
|
*/
|
|
13082
13082
|
minPrice?: number;
|
|
13083
13083
|
/**
|
|
13084
13084
|
* Format: int64
|
|
13085
|
-
* @description
|
|
13085
|
+
* @description 金額(常設寄付今回のみのコース以外)
|
|
13086
13086
|
*/
|
|
13087
13087
|
price?: number;
|
|
13088
13088
|
requiredAddress?: boolean;
|
|
@@ -14868,7 +14868,7 @@ interface operations {
|
|
|
14868
14868
|
* id: 1
|
|
14869
14869
|
* title: 膵がんを代表とする難治がんに対する治療法の開発を最大文字数33文字
|
|
14870
14870
|
* imageUrl: https://picsum.photos/100/56
|
|
14871
|
-
* plan: シンプルプラン | フルサポートプラン |
|
|
14871
|
+
* plan: シンプルプラン | フルサポートプラン | 常設寄付
|
|
14872
14872
|
* projectStatus: 下書き | 審査中 | 要修正 | 掲載不可 | 公開待ち | 支援募集中 | 成立 | 不成立
|
|
14873
14873
|
* hasPartnership: false
|
|
14874
14874
|
* updatedAt: 2000-01-23T04:56:07.000Z
|
|
@@ -15225,8 +15225,8 @@ interface operations {
|
|
|
15225
15225
|
};
|
|
15226
15226
|
};
|
|
15227
15227
|
/**
|
|
15228
|
-
*
|
|
15229
|
-
* @description
|
|
15228
|
+
* 実行者プロジェクト詳細の常設寄付取引明細書情報
|
|
15229
|
+
* @description 常設寄付の取引明細書一覧の情報を取得する
|
|
15230
15230
|
*/
|
|
15231
15231
|
FundraisingProject_MonthlyBillingDetails: {
|
|
15232
15232
|
parameters: {
|
|
@@ -16530,7 +16530,7 @@ interface operations {
|
|
|
16530
16530
|
page?: number;
|
|
16531
16531
|
/** @description 1ページあたりの件数 */
|
|
16532
16532
|
perPage?: number;
|
|
16533
|
-
/** @description
|
|
16533
|
+
/** @description 「常設寄付を含む」チェックボックス用のフィルターパラメータ */
|
|
16534
16534
|
cfType?: "spot" | "all";
|
|
16535
16535
|
};
|
|
16536
16536
|
path: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@readyfor/api-client-readyfor",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.305.0-pr1187.6396525",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"swr": "2.4.0",
|
|
37
37
|
"use-sync-external-store": "1.6.0",
|
|
38
38
|
"zod": "^3.24.1",
|
|
39
|
-
"@readyfor/api-client-base": "0.
|
|
39
|
+
"@readyfor/api-client-base": "0.305.0-pr1187.6396525"
|
|
40
40
|
},
|
|
41
41
|
"peerDependencies": {
|
|
42
42
|
"qs": "^6",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"swr": "^2.3.3",
|
|
45
45
|
"use-sync-external-store": "^1.2.2",
|
|
46
46
|
"zod": "^3",
|
|
47
|
-
"@readyfor/api-client-base": "0.
|
|
47
|
+
"@readyfor/api-client-base": "0.305.0-pr1187.6396525"
|
|
48
48
|
},
|
|
49
49
|
"peerDependenciesMeta": {
|
|
50
50
|
"react": {
|