@readyfor/api-client-readyfor-api 0.158.0 → 0.159.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.
- package/dist/schemaType.d.mts +4 -4
- package/dist/schemaType.d.ts +4 -4
- package/package.json +3 -3
package/dist/schemaType.d.mts
CHANGED
|
@@ -41,8 +41,8 @@ interface paths {
|
|
|
41
41
|
* - reward_ex_selections
|
|
42
42
|
* - gmopg_payment_settings
|
|
43
43
|
* - 参考資料
|
|
44
|
-
* - [contribution-spa: types/RewardCardForm.ts](https://github.com/readyfor/contribution-spa/blob/
|
|
45
|
-
* - [contribution-spa: V1ProjectContributionInfo/reducer.ts](https://github.com/readyfor/contribution-spa/blob/
|
|
44
|
+
* - [contribution-spa: types/RewardCardForm.ts](https://github.com/readyfor/contribution-spa/blob/main/src/types/RewardCardForm.ts)
|
|
45
|
+
* - [contribution-spa: V1ProjectContributionInfo/reducer.ts](https://github.com/readyfor/contribution-spa/blob/main/src/redux/V1ProjectContributionInfo/reducer.ts)
|
|
46
46
|
*/
|
|
47
47
|
get: operations["Contributions_ProjectInfo"];
|
|
48
48
|
};
|
|
@@ -5178,8 +5178,8 @@ interface operations {
|
|
|
5178
5178
|
* - reward_ex_selections
|
|
5179
5179
|
* - gmopg_payment_settings
|
|
5180
5180
|
* - 参考資料
|
|
5181
|
-
* - [contribution-spa: types/RewardCardForm.ts](https://github.com/readyfor/contribution-spa/blob/
|
|
5182
|
-
* - [contribution-spa: V1ProjectContributionInfo/reducer.ts](https://github.com/readyfor/contribution-spa/blob/
|
|
5181
|
+
* - [contribution-spa: types/RewardCardForm.ts](https://github.com/readyfor/contribution-spa/blob/main/src/types/RewardCardForm.ts)
|
|
5182
|
+
* - [contribution-spa: V1ProjectContributionInfo/reducer.ts](https://github.com/readyfor/contribution-spa/blob/main/src/redux/V1ProjectContributionInfo/reducer.ts)
|
|
5183
5183
|
*/
|
|
5184
5184
|
Contributions_ProjectInfo: {
|
|
5185
5185
|
parameters: {
|
package/dist/schemaType.d.ts
CHANGED
|
@@ -41,8 +41,8 @@ interface paths {
|
|
|
41
41
|
* - reward_ex_selections
|
|
42
42
|
* - gmopg_payment_settings
|
|
43
43
|
* - 参考資料
|
|
44
|
-
* - [contribution-spa: types/RewardCardForm.ts](https://github.com/readyfor/contribution-spa/blob/
|
|
45
|
-
* - [contribution-spa: V1ProjectContributionInfo/reducer.ts](https://github.com/readyfor/contribution-spa/blob/
|
|
44
|
+
* - [contribution-spa: types/RewardCardForm.ts](https://github.com/readyfor/contribution-spa/blob/main/src/types/RewardCardForm.ts)
|
|
45
|
+
* - [contribution-spa: V1ProjectContributionInfo/reducer.ts](https://github.com/readyfor/contribution-spa/blob/main/src/redux/V1ProjectContributionInfo/reducer.ts)
|
|
46
46
|
*/
|
|
47
47
|
get: operations["Contributions_ProjectInfo"];
|
|
48
48
|
};
|
|
@@ -5178,8 +5178,8 @@ interface operations {
|
|
|
5178
5178
|
* - reward_ex_selections
|
|
5179
5179
|
* - gmopg_payment_settings
|
|
5180
5180
|
* - 参考資料
|
|
5181
|
-
* - [contribution-spa: types/RewardCardForm.ts](https://github.com/readyfor/contribution-spa/blob/
|
|
5182
|
-
* - [contribution-spa: V1ProjectContributionInfo/reducer.ts](https://github.com/readyfor/contribution-spa/blob/
|
|
5181
|
+
* - [contribution-spa: types/RewardCardForm.ts](https://github.com/readyfor/contribution-spa/blob/main/src/types/RewardCardForm.ts)
|
|
5182
|
+
* - [contribution-spa: V1ProjectContributionInfo/reducer.ts](https://github.com/readyfor/contribution-spa/blob/main/src/redux/V1ProjectContributionInfo/reducer.ts)
|
|
5183
5183
|
*/
|
|
5184
5184
|
Contributions_ProjectInfo: {
|
|
5185
5185
|
parameters: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@readyfor/api-client-readyfor-api",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.159.0",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"zod": "3.23.8"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
|
-
"@readyfor/api-client-base": "0.
|
|
31
|
+
"@readyfor/api-client-base": "0.159.0",
|
|
32
32
|
"@types/qs": "6.9.17",
|
|
33
33
|
"@types/react": "^18.3.12",
|
|
34
34
|
"@types/use-sync-external-store": "0.0.6",
|
|
@@ -65,5 +65,5 @@
|
|
|
65
65
|
"src"
|
|
66
66
|
]
|
|
67
67
|
},
|
|
68
|
-
"gitHead": "
|
|
68
|
+
"gitHead": "1117063a30d12db9f6718b0e96352660247cb140"
|
|
69
69
|
}
|