@readyfor/api-client-readyfor-api 0.303.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.
@@ -25,8 +25,8 @@ interface paths {
25
25
  * - fundingModel:
26
26
  * - all_or_nothing: 0 (All or Nothing方式)
27
27
  * - keep_it_all: 1 (All in方式)
28
- * - regular_steady: 3 (継続寄付型(常設))
29
- * - featured_steady: 4 (継続寄付型(キャンペーン))
28
+ * - regular_steady: 3 (常設寄付(常設型))
29
+ * - featured_steady: 4 (常設寄付(キャンペーン型))
30
30
  * - prettyState: state とは別概念
31
31
  * - 未公開 :not_published
32
32
  * - 公開未達成 :open_not_achieved
@@ -253,22 +253,22 @@ interface paths {
253
253
  };
254
254
  "/api/v2/contributions/recurring/change_payment_info": {
255
255
  /**
256
- * 継続寄付の月額決済の支払い方法を変更する
257
- * @description 継続寄付の月額決済の支払い方法を変更する
256
+ * 常設寄付の月額決済の支払い方法を変更する
257
+ * @description 常設寄付の月額決済の支払い方法を変更する
258
258
  */
259
259
  post: operations["Contributions_Recurring_ChangePaymentInfo"];
260
260
  };
261
261
  "/api/v2/contributions/recurring/cancel_contribution": {
262
262
  /**
263
- * 継続寄付の支援を解約する
264
- * @description 継続寄付の支援を解約する
263
+ * 常設寄付の支援を解約する
264
+ * @description 常設寄付の支援を解約する
265
265
  */
266
266
  post: operations["Contributions_Recurring_CancelContribution"];
267
267
  };
268
268
  "/api/v2/contributions/recurring/update_user_delivery": {
269
269
  /**
270
- * 継続寄付の月額決済の寄付者情報を変更する
271
- * @description 継続寄付の月額決済の寄付者情報を変更する
270
+ * 常設寄付の月額決済の寄付者情報を変更する
271
+ * @description 常設寄付の月額決済の寄付者情報を変更する
272
272
  * 変更がない場合は 422 エラーを返す
273
273
  */
274
274
  post: operations["Contributions_Recurring_UpdateUserDelivery"];
@@ -336,7 +336,7 @@ interface paths {
336
336
  get: operations["Fundraising_OwnedPublicSpotCrowdfundingProjects"];
337
337
  };
338
338
  "/api/v2/fundraising/steady_crowdfunding_projects/owned_public_projects": {
339
- /** 所有している公開済み継続寄付プロジェクトの一覧 */
339
+ /** 所有している公開済み常設寄付プロジェクトの一覧 */
340
340
  get: operations["Fundraising_OwnedPublicSteadyCrowdfundingProjects"];
341
341
  };
342
342
  "/api/v2/fundraising/contributors/owned_public_projects": {
@@ -364,15 +364,15 @@ interface paths {
364
364
  get: operations["FundraisingOrders_OwnedSpotCrowdfundingProjectRewards"];
365
365
  };
366
366
  "/api/v2/fundraising/steady_crowdfunding_project_orders": {
367
- /** 継続寄付プロジェクトに対する支援申し込み一覧 */
367
+ /** 常設寄付プロジェクトに対する支援申し込み一覧 */
368
368
  get: operations["FundraisingSteadyCrowdfundingProjectOrders"];
369
369
  };
370
370
  "/api/v2/fundraising/steady_crowdfunding_project_orders/{order_id}": {
371
- /** 継続寄付プロジェクトに対する支援申し込み詳細 */
371
+ /** 常設寄付プロジェクトに対する支援申し込み詳細 */
372
372
  get: operations["FundraisingSteadyCrowdfundingProjectOrderS_OrderId"];
373
373
  };
374
374
  "/api/v2/fundraising/steady_crowdfunding_project_orders/all": {
375
- /** 継続寄付プロジェクトに対する支援申し込み全件 */
375
+ /** 常設寄付プロジェクトに対する支援申し込み全件 */
376
376
  get: operations["FundraisingSteadyCrowdfundingProjectOrdersAll"];
377
377
  };
378
378
  "/api/v2/fundraising/steady_crowdfunding_project_orders/owned_project_rewards": {
@@ -392,11 +392,11 @@ interface paths {
392
392
  delete: operations["FundraisingOrdersCsv_DeleteGenerations"];
393
393
  };
394
394
  "/api/v2/fundraising/steady_crowdfunding/orders_csv": {
395
- /** 継続寄付支援申込一覧CSVを取得 */
395
+ /** 常設寄付支援申込一覧CSVを取得 */
396
396
  get: operations["Fundraising_SteadyCrowdfunding_OrdersCsv"];
397
397
  };
398
398
  "/api/v2/fundraising/steady_crowdfunding/order_transactions_csv": {
399
- /** 継続寄付取引一覧CSVを取得 */
399
+ /** 常設寄付取引一覧CSVを取得 */
400
400
  get: operations["Fundraising_SteadyCrowdfunding_OrderTransactionsCsv"];
401
401
  };
402
402
  "/api/v2/fundraising/projects/{project_id}/payment_summary": {
@@ -770,7 +770,7 @@ interface components {
770
770
  image: components["schemas"]["Contributions_ProjectInfo_Reward_image"];
771
771
  price: number;
772
772
  description: string;
773
- /** @description 現在の支援申込個数。継続寄付プロジェクト & 毎月のコースの場合は null */
773
+ /** @description 現在の支援申込個数。常設寄付プロジェクト & 毎月のコースの場合は null */
774
774
  currentReservedStockCount: number | null;
775
775
  /** @description 上限値(MAX=30)。上限値が無い場合はnil */
776
776
  contributionLimit: number | null;
@@ -782,7 +782,7 @@ interface components {
782
782
  requireDelivery: boolean;
783
783
  rewardOptions: components["schemas"]["Contributions_ProjectInfo_RewardOption"][] | null;
784
784
  paymentType: components["schemas"]["Contributions_Common_RewardPaymentType"];
785
- /** @description 継続寄付常設プロジェクトの今回のみコースにおける支援可能な最低金額。継続寄付常設プロジェクトの今回のみのコース (paymentType=onetime) の場合のみ値が設定される。 */
785
+ /** @description 常設寄付プロジェクトの今回のみコースにおける支援可能な最低金額。常設寄付プロジェクトの今回のみのコース (paymentType=onetime) の場合のみ値が設定される。 */
786
786
  minPrice: number | null;
787
787
  };
788
788
  /**
@@ -915,7 +915,7 @@ interface components {
915
915
  ads: components["schemas"]["Contributions_UserInfo_Ads"];
916
916
  /**
917
917
  * @description - プロジェクトIDに紐づく継続課金中のコースの ID オブジェクトリスト
918
- * - 継続寄付プロジェクトでない場合は空配列
918
+ * - 常設寄付プロジェクトでない場合は空配列
919
919
  */
920
920
  recurringPaymentCourses: components["schemas"]["Contributions_UserInfo_RecurringPaymentCourses"][];
921
921
  };
@@ -1451,7 +1451,7 @@ interface components {
1451
1451
  orderId: number;
1452
1452
  /**
1453
1453
  * @description 3DセキュアサーバーへのリダイレクトURL
1454
- * 継続寄付プロジェクトでは3Dセキュアをサポートしないので null を返す
1454
+ * 常設寄付プロジェクトでは3Dセキュアをサポートしないので null を返す
1455
1455
  */
1456
1456
  redirect3dSecureUrl: string | null;
1457
1457
  };
@@ -1646,7 +1646,7 @@ interface components {
1646
1646
  orderId: number;
1647
1647
  /**
1648
1648
  * @description 3DセキュアサーバーへのリダイレクトURL
1649
- * 継続寄付プロジェクトでは3Dセキュアをサポートしないので null を返す
1649
+ * 常設寄付プロジェクトでは3Dセキュアをサポートしないので null を返す
1650
1650
  */
1651
1651
  redirect3dSecureUrl: string | null;
1652
1652
  };
@@ -3107,7 +3107,7 @@ interface components {
3107
3107
  };
3108
3108
  /**
3109
3109
  * FundraisingOrders_SteadyCrowdfundingProjectOrderBillingState
3110
- * @description 継続寄付プロジェクトの支援申し込みに対する継続課金状態分類
3110
+ * @description 常設寄付プロジェクトの支援申し込みに対する継続課金状態分類
3111
3111
  * billingContinuing: 継続中
3112
3112
  * billingDiscontinued: 解約済み
3113
3113
  * waitRetryPayment: 再決済待ち
@@ -3764,8 +3764,8 @@ interface components {
3764
3764
  /**
3765
3765
  * @description リワードの個数を指定します。
3766
3766
  * - 通常のリワード: 選択した個数
3767
- * - 継続寄付(毎月): `1` を指定
3768
- * - 継続寄付(今回のみ): 寄付する金額を整数で指定(データ構造的に1円のリワードを何個選択したか、という形式で金額を表現するため)
3767
+ * - 常設寄付(毎月): `1` を指定
3768
+ * - 常設寄付(今回のみ): 寄付する金額を整数で指定(データ構造的に1円のリワードを何個選択したか、という形式で金額を表現するため)
3769
3769
  */
3770
3770
  num: number;
3771
3771
  rewardOptionValues: components["schemas"]["Contributions_Common_SelectedRewardOptionValue"][] | null;
@@ -4096,8 +4096,8 @@ interface components {
4096
4096
  * @description - fundingModel:
4097
4097
  * - all_or_nothing: 0 (All or Nothing方式)
4098
4098
  * - keep_it_all: 1 (All in方式)
4099
- * - regular_steady: 3 (継続寄付型(常設))
4100
- * - featured_steady: 4 (継続寄付型(キャンペーン))
4099
+ * - regular_steady: 3 (常設寄付(常設型))
4100
+ * - featured_steady: 4 (常設寄付(キャンペーン型))
4101
4101
  *
4102
4102
  * @enum {integer}
4103
4103
  */
@@ -4381,7 +4381,7 @@ interface components {
4381
4381
  };
4382
4382
  /**
4383
4383
  * FundraisingOrders_SteadyCrowdfundingProjectOrderBillingDiscontinuedReason
4384
- * @description 継続寄付プロジェクト、継続課金の解約理由
4384
+ * @description 常設寄付プロジェクト、継続課金の解約理由
4385
4385
  * contributor: 支援者による解約
4386
4386
  * expired: 期限切れ
4387
4387
  * other: その他
@@ -4690,8 +4690,8 @@ interface operations {
4690
4690
  * - fundingModel:
4691
4691
  * - all_or_nothing: 0 (All or Nothing方式)
4692
4692
  * - keep_it_all: 1 (All in方式)
4693
- * - regular_steady: 3 (継続寄付型(常設))
4694
- * - featured_steady: 4 (継続寄付型(キャンペーン))
4693
+ * - regular_steady: 3 (常設寄付(常設型))
4694
+ * - featured_steady: 4 (常設寄付(キャンペーン型))
4695
4695
  * - prettyState: state とは別概念
4696
4696
  * - 未公開 :not_published
4697
4697
  * - 公開未達成 :open_not_achieved
@@ -5212,8 +5212,8 @@ interface operations {
5212
5212
  };
5213
5213
  };
5214
5214
  /**
5215
- * 継続寄付の月額決済の支払い方法を変更する
5216
- * @description 継続寄付の月額決済の支払い方法を変更する
5215
+ * 常設寄付の月額決済の支払い方法を変更する
5216
+ * @description 常設寄付の月額決済の支払い方法を変更する
5217
5217
  */
5218
5218
  Contributions_Recurring_ChangePaymentInfo: {
5219
5219
  parameters: {
@@ -5245,8 +5245,8 @@ interface operations {
5245
5245
  };
5246
5246
  };
5247
5247
  /**
5248
- * 継続寄付の支援を解約する
5249
- * @description 継続寄付の支援を解約する
5248
+ * 常設寄付の支援を解約する
5249
+ * @description 常設寄付の支援を解約する
5250
5250
  */
5251
5251
  Contributions_Recurring_CancelContribution: {
5252
5252
  parameters: {
@@ -5272,8 +5272,8 @@ interface operations {
5272
5272
  };
5273
5273
  };
5274
5274
  /**
5275
- * 継続寄付の月額決済の寄付者情報を変更する
5276
- * @description 継続寄付の月額決済の寄付者情報を変更する
5275
+ * 常設寄付の月額決済の寄付者情報を変更する
5276
+ * @description 常設寄付の月額決済の寄付者情報を変更する
5277
5277
  * 変更がない場合は 422 エラーを返す
5278
5278
  */
5279
5279
  Contributions_Recurring_UpdateUserDelivery: {
@@ -5641,7 +5641,7 @@ interface operations {
5641
5641
  };
5642
5642
  };
5643
5643
  };
5644
- /** 所有している公開済み継続寄付プロジェクトの一覧 */
5644
+ /** 所有している公開済み常設寄付プロジェクトの一覧 */
5645
5645
  Fundraising_OwnedPublicSteadyCrowdfundingProjects: {
5646
5646
  responses: {
5647
5647
  /** @description OK */
@@ -5781,7 +5781,7 @@ interface operations {
5781
5781
  };
5782
5782
  };
5783
5783
  };
5784
- /** 継続寄付プロジェクトに対する支援申し込み一覧 */
5784
+ /** 常設寄付プロジェクトに対する支援申し込み一覧 */
5785
5785
  FundraisingSteadyCrowdfundingProjectOrders: {
5786
5786
  parameters: {
5787
5787
  query?: {
@@ -5814,7 +5814,7 @@ interface operations {
5814
5814
  };
5815
5815
  };
5816
5816
  };
5817
- /** 継続寄付プロジェクトに対する支援申し込み詳細 */
5817
+ /** 常設寄付プロジェクトに対する支援申し込み詳細 */
5818
5818
  FundraisingSteadyCrowdfundingProjectOrderS_OrderId: {
5819
5819
  parameters: {
5820
5820
  path: {
@@ -5831,7 +5831,7 @@ interface operations {
5831
5831
  };
5832
5832
  };
5833
5833
  };
5834
- /** 継続寄付プロジェクトに対する支援申し込み全件 */
5834
+ /** 常設寄付プロジェクトに対する支援申し込み全件 */
5835
5835
  FundraisingSteadyCrowdfundingProjectOrdersAll: {
5836
5836
  parameters: {
5837
5837
  query?: {
@@ -5946,7 +5946,7 @@ interface operations {
5946
5946
  };
5947
5947
  };
5948
5948
  };
5949
- /** 継続寄付支援申込一覧CSVを取得 */
5949
+ /** 常設寄付支援申込一覧CSVを取得 */
5950
5950
  Fundraising_SteadyCrowdfunding_OrdersCsv: {
5951
5951
  parameters: {
5952
5952
  query: {
@@ -5969,7 +5969,7 @@ interface operations {
5969
5969
  };
5970
5970
  };
5971
5971
  };
5972
- /** 継続寄付取引一覧CSVを取得 */
5972
+ /** 常設寄付取引一覧CSVを取得 */
5973
5973
  Fundraising_SteadyCrowdfunding_OrderTransactionsCsv: {
5974
5974
  parameters: {
5975
5975
  query: {
@@ -25,8 +25,8 @@ interface paths {
25
25
  * - fundingModel:
26
26
  * - all_or_nothing: 0 (All or Nothing方式)
27
27
  * - keep_it_all: 1 (All in方式)
28
- * - regular_steady: 3 (継続寄付型(常設))
29
- * - featured_steady: 4 (継続寄付型(キャンペーン))
28
+ * - regular_steady: 3 (常設寄付(常設型))
29
+ * - featured_steady: 4 (常設寄付(キャンペーン型))
30
30
  * - prettyState: state とは別概念
31
31
  * - 未公開 :not_published
32
32
  * - 公開未達成 :open_not_achieved
@@ -253,22 +253,22 @@ interface paths {
253
253
  };
254
254
  "/api/v2/contributions/recurring/change_payment_info": {
255
255
  /**
256
- * 継続寄付の月額決済の支払い方法を変更する
257
- * @description 継続寄付の月額決済の支払い方法を変更する
256
+ * 常設寄付の月額決済の支払い方法を変更する
257
+ * @description 常設寄付の月額決済の支払い方法を変更する
258
258
  */
259
259
  post: operations["Contributions_Recurring_ChangePaymentInfo"];
260
260
  };
261
261
  "/api/v2/contributions/recurring/cancel_contribution": {
262
262
  /**
263
- * 継続寄付の支援を解約する
264
- * @description 継続寄付の支援を解約する
263
+ * 常設寄付の支援を解約する
264
+ * @description 常設寄付の支援を解約する
265
265
  */
266
266
  post: operations["Contributions_Recurring_CancelContribution"];
267
267
  };
268
268
  "/api/v2/contributions/recurring/update_user_delivery": {
269
269
  /**
270
- * 継続寄付の月額決済の寄付者情報を変更する
271
- * @description 継続寄付の月額決済の寄付者情報を変更する
270
+ * 常設寄付の月額決済の寄付者情報を変更する
271
+ * @description 常設寄付の月額決済の寄付者情報を変更する
272
272
  * 変更がない場合は 422 エラーを返す
273
273
  */
274
274
  post: operations["Contributions_Recurring_UpdateUserDelivery"];
@@ -336,7 +336,7 @@ interface paths {
336
336
  get: operations["Fundraising_OwnedPublicSpotCrowdfundingProjects"];
337
337
  };
338
338
  "/api/v2/fundraising/steady_crowdfunding_projects/owned_public_projects": {
339
- /** 所有している公開済み継続寄付プロジェクトの一覧 */
339
+ /** 所有している公開済み常設寄付プロジェクトの一覧 */
340
340
  get: operations["Fundraising_OwnedPublicSteadyCrowdfundingProjects"];
341
341
  };
342
342
  "/api/v2/fundraising/contributors/owned_public_projects": {
@@ -364,15 +364,15 @@ interface paths {
364
364
  get: operations["FundraisingOrders_OwnedSpotCrowdfundingProjectRewards"];
365
365
  };
366
366
  "/api/v2/fundraising/steady_crowdfunding_project_orders": {
367
- /** 継続寄付プロジェクトに対する支援申し込み一覧 */
367
+ /** 常設寄付プロジェクトに対する支援申し込み一覧 */
368
368
  get: operations["FundraisingSteadyCrowdfundingProjectOrders"];
369
369
  };
370
370
  "/api/v2/fundraising/steady_crowdfunding_project_orders/{order_id}": {
371
- /** 継続寄付プロジェクトに対する支援申し込み詳細 */
371
+ /** 常設寄付プロジェクトに対する支援申し込み詳細 */
372
372
  get: operations["FundraisingSteadyCrowdfundingProjectOrderS_OrderId"];
373
373
  };
374
374
  "/api/v2/fundraising/steady_crowdfunding_project_orders/all": {
375
- /** 継続寄付プロジェクトに対する支援申し込み全件 */
375
+ /** 常設寄付プロジェクトに対する支援申し込み全件 */
376
376
  get: operations["FundraisingSteadyCrowdfundingProjectOrdersAll"];
377
377
  };
378
378
  "/api/v2/fundraising/steady_crowdfunding_project_orders/owned_project_rewards": {
@@ -392,11 +392,11 @@ interface paths {
392
392
  delete: operations["FundraisingOrdersCsv_DeleteGenerations"];
393
393
  };
394
394
  "/api/v2/fundraising/steady_crowdfunding/orders_csv": {
395
- /** 継続寄付支援申込一覧CSVを取得 */
395
+ /** 常設寄付支援申込一覧CSVを取得 */
396
396
  get: operations["Fundraising_SteadyCrowdfunding_OrdersCsv"];
397
397
  };
398
398
  "/api/v2/fundraising/steady_crowdfunding/order_transactions_csv": {
399
- /** 継続寄付取引一覧CSVを取得 */
399
+ /** 常設寄付取引一覧CSVを取得 */
400
400
  get: operations["Fundraising_SteadyCrowdfunding_OrderTransactionsCsv"];
401
401
  };
402
402
  "/api/v2/fundraising/projects/{project_id}/payment_summary": {
@@ -770,7 +770,7 @@ interface components {
770
770
  image: components["schemas"]["Contributions_ProjectInfo_Reward_image"];
771
771
  price: number;
772
772
  description: string;
773
- /** @description 現在の支援申込個数。継続寄付プロジェクト & 毎月のコースの場合は null */
773
+ /** @description 現在の支援申込個数。常設寄付プロジェクト & 毎月のコースの場合は null */
774
774
  currentReservedStockCount: number | null;
775
775
  /** @description 上限値(MAX=30)。上限値が無い場合はnil */
776
776
  contributionLimit: number | null;
@@ -782,7 +782,7 @@ interface components {
782
782
  requireDelivery: boolean;
783
783
  rewardOptions: components["schemas"]["Contributions_ProjectInfo_RewardOption"][] | null;
784
784
  paymentType: components["schemas"]["Contributions_Common_RewardPaymentType"];
785
- /** @description 継続寄付常設プロジェクトの今回のみコースにおける支援可能な最低金額。継続寄付常設プロジェクトの今回のみのコース (paymentType=onetime) の場合のみ値が設定される。 */
785
+ /** @description 常設寄付プロジェクトの今回のみコースにおける支援可能な最低金額。常設寄付プロジェクトの今回のみのコース (paymentType=onetime) の場合のみ値が設定される。 */
786
786
  minPrice: number | null;
787
787
  };
788
788
  /**
@@ -915,7 +915,7 @@ interface components {
915
915
  ads: components["schemas"]["Contributions_UserInfo_Ads"];
916
916
  /**
917
917
  * @description - プロジェクトIDに紐づく継続課金中のコースの ID オブジェクトリスト
918
- * - 継続寄付プロジェクトでない場合は空配列
918
+ * - 常設寄付プロジェクトでない場合は空配列
919
919
  */
920
920
  recurringPaymentCourses: components["schemas"]["Contributions_UserInfo_RecurringPaymentCourses"][];
921
921
  };
@@ -1451,7 +1451,7 @@ interface components {
1451
1451
  orderId: number;
1452
1452
  /**
1453
1453
  * @description 3DセキュアサーバーへのリダイレクトURL
1454
- * 継続寄付プロジェクトでは3Dセキュアをサポートしないので null を返す
1454
+ * 常設寄付プロジェクトでは3Dセキュアをサポートしないので null を返す
1455
1455
  */
1456
1456
  redirect3dSecureUrl: string | null;
1457
1457
  };
@@ -1646,7 +1646,7 @@ interface components {
1646
1646
  orderId: number;
1647
1647
  /**
1648
1648
  * @description 3DセキュアサーバーへのリダイレクトURL
1649
- * 継続寄付プロジェクトでは3Dセキュアをサポートしないので null を返す
1649
+ * 常設寄付プロジェクトでは3Dセキュアをサポートしないので null を返す
1650
1650
  */
1651
1651
  redirect3dSecureUrl: string | null;
1652
1652
  };
@@ -3107,7 +3107,7 @@ interface components {
3107
3107
  };
3108
3108
  /**
3109
3109
  * FundraisingOrders_SteadyCrowdfundingProjectOrderBillingState
3110
- * @description 継続寄付プロジェクトの支援申し込みに対する継続課金状態分類
3110
+ * @description 常設寄付プロジェクトの支援申し込みに対する継続課金状態分類
3111
3111
  * billingContinuing: 継続中
3112
3112
  * billingDiscontinued: 解約済み
3113
3113
  * waitRetryPayment: 再決済待ち
@@ -3764,8 +3764,8 @@ interface components {
3764
3764
  /**
3765
3765
  * @description リワードの個数を指定します。
3766
3766
  * - 通常のリワード: 選択した個数
3767
- * - 継続寄付(毎月): `1` を指定
3768
- * - 継続寄付(今回のみ): 寄付する金額を整数で指定(データ構造的に1円のリワードを何個選択したか、という形式で金額を表現するため)
3767
+ * - 常設寄付(毎月): `1` を指定
3768
+ * - 常設寄付(今回のみ): 寄付する金額を整数で指定(データ構造的に1円のリワードを何個選択したか、という形式で金額を表現するため)
3769
3769
  */
3770
3770
  num: number;
3771
3771
  rewardOptionValues: components["schemas"]["Contributions_Common_SelectedRewardOptionValue"][] | null;
@@ -4096,8 +4096,8 @@ interface components {
4096
4096
  * @description - fundingModel:
4097
4097
  * - all_or_nothing: 0 (All or Nothing方式)
4098
4098
  * - keep_it_all: 1 (All in方式)
4099
- * - regular_steady: 3 (継続寄付型(常設))
4100
- * - featured_steady: 4 (継続寄付型(キャンペーン))
4099
+ * - regular_steady: 3 (常設寄付(常設型))
4100
+ * - featured_steady: 4 (常設寄付(キャンペーン型))
4101
4101
  *
4102
4102
  * @enum {integer}
4103
4103
  */
@@ -4381,7 +4381,7 @@ interface components {
4381
4381
  };
4382
4382
  /**
4383
4383
  * FundraisingOrders_SteadyCrowdfundingProjectOrderBillingDiscontinuedReason
4384
- * @description 継続寄付プロジェクト、継続課金の解約理由
4384
+ * @description 常設寄付プロジェクト、継続課金の解約理由
4385
4385
  * contributor: 支援者による解約
4386
4386
  * expired: 期限切れ
4387
4387
  * other: その他
@@ -4690,8 +4690,8 @@ interface operations {
4690
4690
  * - fundingModel:
4691
4691
  * - all_or_nothing: 0 (All or Nothing方式)
4692
4692
  * - keep_it_all: 1 (All in方式)
4693
- * - regular_steady: 3 (継続寄付型(常設))
4694
- * - featured_steady: 4 (継続寄付型(キャンペーン))
4693
+ * - regular_steady: 3 (常設寄付(常設型))
4694
+ * - featured_steady: 4 (常設寄付(キャンペーン型))
4695
4695
  * - prettyState: state とは別概念
4696
4696
  * - 未公開 :not_published
4697
4697
  * - 公開未達成 :open_not_achieved
@@ -5212,8 +5212,8 @@ interface operations {
5212
5212
  };
5213
5213
  };
5214
5214
  /**
5215
- * 継続寄付の月額決済の支払い方法を変更する
5216
- * @description 継続寄付の月額決済の支払い方法を変更する
5215
+ * 常設寄付の月額決済の支払い方法を変更する
5216
+ * @description 常設寄付の月額決済の支払い方法を変更する
5217
5217
  */
5218
5218
  Contributions_Recurring_ChangePaymentInfo: {
5219
5219
  parameters: {
@@ -5245,8 +5245,8 @@ interface operations {
5245
5245
  };
5246
5246
  };
5247
5247
  /**
5248
- * 継続寄付の支援を解約する
5249
- * @description 継続寄付の支援を解約する
5248
+ * 常設寄付の支援を解約する
5249
+ * @description 常設寄付の支援を解約する
5250
5250
  */
5251
5251
  Contributions_Recurring_CancelContribution: {
5252
5252
  parameters: {
@@ -5272,8 +5272,8 @@ interface operations {
5272
5272
  };
5273
5273
  };
5274
5274
  /**
5275
- * 継続寄付の月額決済の寄付者情報を変更する
5276
- * @description 継続寄付の月額決済の寄付者情報を変更する
5275
+ * 常設寄付の月額決済の寄付者情報を変更する
5276
+ * @description 常設寄付の月額決済の寄付者情報を変更する
5277
5277
  * 変更がない場合は 422 エラーを返す
5278
5278
  */
5279
5279
  Contributions_Recurring_UpdateUserDelivery: {
@@ -5641,7 +5641,7 @@ interface operations {
5641
5641
  };
5642
5642
  };
5643
5643
  };
5644
- /** 所有している公開済み継続寄付プロジェクトの一覧 */
5644
+ /** 所有している公開済み常設寄付プロジェクトの一覧 */
5645
5645
  Fundraising_OwnedPublicSteadyCrowdfundingProjects: {
5646
5646
  responses: {
5647
5647
  /** @description OK */
@@ -5781,7 +5781,7 @@ interface operations {
5781
5781
  };
5782
5782
  };
5783
5783
  };
5784
- /** 継続寄付プロジェクトに対する支援申し込み一覧 */
5784
+ /** 常設寄付プロジェクトに対する支援申し込み一覧 */
5785
5785
  FundraisingSteadyCrowdfundingProjectOrders: {
5786
5786
  parameters: {
5787
5787
  query?: {
@@ -5814,7 +5814,7 @@ interface operations {
5814
5814
  };
5815
5815
  };
5816
5816
  };
5817
- /** 継続寄付プロジェクトに対する支援申し込み詳細 */
5817
+ /** 常設寄付プロジェクトに対する支援申し込み詳細 */
5818
5818
  FundraisingSteadyCrowdfundingProjectOrderS_OrderId: {
5819
5819
  parameters: {
5820
5820
  path: {
@@ -5831,7 +5831,7 @@ interface operations {
5831
5831
  };
5832
5832
  };
5833
5833
  };
5834
- /** 継続寄付プロジェクトに対する支援申し込み全件 */
5834
+ /** 常設寄付プロジェクトに対する支援申し込み全件 */
5835
5835
  FundraisingSteadyCrowdfundingProjectOrdersAll: {
5836
5836
  parameters: {
5837
5837
  query?: {
@@ -5946,7 +5946,7 @@ interface operations {
5946
5946
  };
5947
5947
  };
5948
5948
  };
5949
- /** 継続寄付支援申込一覧CSVを取得 */
5949
+ /** 常設寄付支援申込一覧CSVを取得 */
5950
5950
  Fundraising_SteadyCrowdfunding_OrdersCsv: {
5951
5951
  parameters: {
5952
5952
  query: {
@@ -5969,7 +5969,7 @@ interface operations {
5969
5969
  };
5970
5970
  };
5971
5971
  };
5972
- /** 継続寄付取引一覧CSVを取得 */
5972
+ /** 常設寄付取引一覧CSVを取得 */
5973
5973
  Fundraising_SteadyCrowdfunding_OrderTransactionsCsv: {
5974
5974
  parameters: {
5975
5975
  query: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@readyfor/api-client-readyfor-api",
3
- "version": "0.303.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",
@@ -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.303.0"
41
+ "@readyfor/api-client-base": "0.305.0-pr1187.6396525"
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.303.0"
47
+ "@readyfor/api-client-base": "0.305.0-pr1187.6396525"
48
48
  },
49
49
  "peerDependenciesMeta": {
50
50
  "react": {