@readyfor/api-client-readyfor 0.229.0 → 0.231.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.
@@ -7577,7 +7577,7 @@ interface components {
7577
7577
  * "payAmount": 6,
7578
7578
  * "imageUrl": "imageUrl",
7579
7579
  * "totalNumberOfSupporters": 1,
7580
- * "completionDate": "2000-01-23T04:56:07.000Z",
7580
+ * "completionDate": "2000-01-23T00:00:00.000Z",
7581
7581
  * "id": 0,
7582
7582
  * "title": "title",
7583
7583
  * "fundsPlan": "fundsPlan"
@@ -7597,7 +7597,7 @@ interface components {
7597
7597
  /** @description プロジェクト概要と集めた資金の用途 */
7598
7598
  fundsPlan: string;
7599
7599
  /**
7600
- * Format: date-time
7600
+ * Format: date
7601
7601
  * @description プロジェクト実施完了日
7602
7602
  */
7603
7603
  completionDate: string;
@@ -7577,7 +7577,7 @@ interface components {
7577
7577
  * "payAmount": 6,
7578
7578
  * "imageUrl": "imageUrl",
7579
7579
  * "totalNumberOfSupporters": 1,
7580
- * "completionDate": "2000-01-23T04:56:07.000Z",
7580
+ * "completionDate": "2000-01-23T00:00:00.000Z",
7581
7581
  * "id": 0,
7582
7582
  * "title": "title",
7583
7583
  * "fundsPlan": "fundsPlan"
@@ -7597,7 +7597,7 @@ interface components {
7597
7597
  /** @description プロジェクト概要と集めた資金の用途 */
7598
7598
  fundsPlan: string;
7599
7599
  /**
7600
- * Format: date-time
7600
+ * Format: date
7601
7601
  * @description プロジェクト実施完了日
7602
7602
  */
7603
7603
  completionDate: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@readyfor/api-client-readyfor",
3
- "version": "0.229.0",
3
+ "version": "0.231.0",
4
4
  "license": "SEE LICENSE IN LICENSE.md",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -24,7 +24,7 @@
24
24
  "build": "tsup"
25
25
  },
26
26
  "devDependencies": {
27
- "@readyfor/api-client-base": "0.229.0",
27
+ "@readyfor/api-client-base": "0.231.0",
28
28
  "@types/qs": "6.9.18",
29
29
  "@types/react": "19.1.2",
30
30
  "@types/use-sync-external-store": "1.5.0",
@@ -65,5 +65,5 @@
65
65
  "src"
66
66
  ]
67
67
  },
68
- "gitHead": "cd90f3814e134749ba7c4d4f10d9bf163cefbfb0"
68
+ "gitHead": "40fb09aff9eebfc878fd7b1c7b6f8944af675bfc"
69
69
  }