@cherryin/aigw-api-client 0.1.23 → 0.1.24
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/README.md +3 -3
- package/api.ts +1 -1
- package/dist/api.js +1 -1
- package/dist/esm/api.js +1 -1
- package/docs/UserPortalServiceApi.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## @cherryin/aigw-api-client@0.1.
|
|
1
|
+
## @cherryin/aigw-api-client@0.1.24
|
|
2
2
|
|
|
3
3
|
This generator creates TypeScript/JavaScript client that utilizes [axios](https://github.com/axios/axios). The generated Node module can be used in the following environments:
|
|
4
4
|
|
|
@@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co
|
|
|
36
36
|
_published:_
|
|
37
37
|
|
|
38
38
|
```
|
|
39
|
-
npm install @cherryin/aigw-api-client@0.1.
|
|
39
|
+
npm install @cherryin/aigw-api-client@0.1.24 --save
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
_unPublished (not recommended):_
|
|
@@ -121,7 +121,7 @@ Class | Method | HTTP request | Description
|
|
|
121
121
|
*UserModelServiceApi* | [**userModelServiceModelList**](docs/UserModelServiceApi.md#usermodelservicemodellist) | **GET** /v1/models | ModelList OpenAI 通用模型列表 NOTE: 需要 API KEY 鉴权
|
|
122
122
|
*UserPayServiceApi* | [**userPayServiceUserPayOrderList**](docs/UserPayServiceApi.md#userpayserviceuserpayorderlist) | **GET** /api/v1/user/pay/order/list |
|
|
123
123
|
*UserPayServiceApi* | [**userPayServiceUserPayStripeCheckout**](docs/UserPayServiceApi.md#userpayserviceuserpaystripecheckout) | **POST** /api/v1/user/pay/stripe/checkout |
|
|
124
|
-
*UserPortalServiceApi* | [**userPortalServiceUserMeInfo**](docs/UserPortalServiceApi.md#userportalserviceusermeinfo) | **
|
|
124
|
+
*UserPortalServiceApi* | [**userPortalServiceUserMeInfo**](docs/UserPortalServiceApi.md#userportalserviceusermeinfo) | **GET** /api/v1/user/me/info | 个人信息接口
|
|
125
125
|
*UserPortalServiceApi* | [**userPortalServiceUserPortalDashboard**](docs/UserPortalServiceApi.md#userportalserviceuserportaldashboard) | **GET** /api/v1/user/portal/dashboard | 用户门户仪表盘信息
|
|
126
126
|
|
|
127
127
|
|
package/api.ts
CHANGED
|
@@ -8011,7 +8011,7 @@ export const UserPortalServiceApiAxiosParamCreator = function (configuration?: C
|
|
|
8011
8011
|
baseOptions = configuration.baseOptions;
|
|
8012
8012
|
}
|
|
8013
8013
|
|
|
8014
|
-
const localVarRequestOptions = { method: '
|
|
8014
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
8015
8015
|
const localVarHeaderParameter = {} as any;
|
|
8016
8016
|
const localVarQueryParameter = {} as any;
|
|
8017
8017
|
|
package/dist/api.js
CHANGED
|
@@ -5644,7 +5644,7 @@ const UserPortalServiceApiAxiosParamCreator = function (configuration) {
|
|
|
5644
5644
|
if (configuration) {
|
|
5645
5645
|
baseOptions = configuration.baseOptions;
|
|
5646
5646
|
}
|
|
5647
|
-
const localVarRequestOptions = Object.assign(Object.assign({ method: '
|
|
5647
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
5648
5648
|
const localVarHeaderParameter = {};
|
|
5649
5649
|
const localVarQueryParameter = {};
|
|
5650
5650
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
package/dist/esm/api.js
CHANGED
|
@@ -5592,7 +5592,7 @@ export const UserPortalServiceApiAxiosParamCreator = function (configuration) {
|
|
|
5592
5592
|
if (configuration) {
|
|
5593
5593
|
baseOptions = configuration.baseOptions;
|
|
5594
5594
|
}
|
|
5595
|
-
const localVarRequestOptions = Object.assign(Object.assign({ method: '
|
|
5595
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
5596
5596
|
const localVarHeaderParameter = {};
|
|
5597
5597
|
const localVarQueryParameter = {};
|
|
5598
5598
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
@@ -4,7 +4,7 @@ All URIs are relative to *http://localhost*
|
|
|
4
4
|
|
|
5
5
|
|Method | HTTP request | Description|
|
|
6
6
|
|------------- | ------------- | -------------|
|
|
7
|
-
|[**userPortalServiceUserMeInfo**](#userportalserviceusermeinfo) | **
|
|
7
|
+
|[**userPortalServiceUserMeInfo**](#userportalserviceusermeinfo) | **GET** /api/v1/user/me/info | 个人信息接口|
|
|
8
8
|
|[**userPortalServiceUserPortalDashboard**](#userportalserviceuserportaldashboard) | **GET** /api/v1/user/portal/dashboard | 用户门户仪表盘信息|
|
|
9
9
|
|
|
10
10
|
# **userPortalServiceUserMeInfo**
|