@readyfor/api-client-readyfor-api 0.273.0 → 0.275.0

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.
@@ -269,6 +269,7 @@ interface paths {
269
269
  /**
270
270
  * 継続寄付の月額決済の寄付者情報を変更する
271
271
  * @description 継続寄付の月額決済の寄付者情報を変更する
272
+ * 変更がない場合は 422 エラーを返す
272
273
  */
273
274
  post: operations["Contributions_Recurring_UpdateUserDelivery"];
274
275
  };
@@ -5461,6 +5462,7 @@ interface operations {
5461
5462
  /**
5462
5463
  * 継続寄付の月額決済の寄付者情報を変更する
5463
5464
  * @description 継続寄付の月額決済の寄付者情報を変更する
5465
+ * 変更がない場合は 422 エラーを返す
5464
5466
  */
5465
5467
  Contributions_Recurring_UpdateUserDelivery: {
5466
5468
  parameters: {
@@ -269,6 +269,7 @@ interface paths {
269
269
  /**
270
270
  * 継続寄付の月額決済の寄付者情報を変更する
271
271
  * @description 継続寄付の月額決済の寄付者情報を変更する
272
+ * 変更がない場合は 422 エラーを返す
272
273
  */
273
274
  post: operations["Contributions_Recurring_UpdateUserDelivery"];
274
275
  };
@@ -5461,6 +5462,7 @@ interface operations {
5461
5462
  /**
5462
5463
  * 継続寄付の月額決済の寄付者情報を変更する
5463
5464
  * @description 継続寄付の月額決済の寄付者情報を変更する
5465
+ * 変更がない場合は 422 エラーを返す
5464
5466
  */
5465
5467
  Contributions_Recurring_UpdateUserDelivery: {
5466
5468
  parameters: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@readyfor/api-client-readyfor-api",
3
- "version": "0.273.0",
3
+ "version": "0.275.0",
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.14.0",
36
- "@types/react": "19.1.13",
36
+ "@types/react": "19.2.2",
37
37
  "@types/use-sync-external-store": "1.5.0",
38
- "react": "19.1.1",
38
+ "react": "19.2.0",
39
39
  "swr": "2.3.6",
40
- "use-sync-external-store": "1.5.0",
41
- "@readyfor/api-client-base": "0.273.0"
40
+ "use-sync-external-store": "1.6.0",
41
+ "@readyfor/api-client-base": "0.275.0"
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.273.0"
47
+ "@readyfor/api-client-base": "0.275.0"
48
48
  },
49
49
  "peerDependenciesMeta": {
50
50
  "react": {