@cherryin/aigw-api-client 0.1.30 → 0.1.32

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.
@@ -0,0 +1,36 @@
1
+ # UserPayOrderAdminListRequest
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **page** | **number** | | [optional] [default to undefined]
9
+ **page_size** | **number** | | [optional] [default to undefined]
10
+ **user_ids** | **Array<string>** | | [optional] [default to undefined]
11
+ **query_start_at** | [**UserPayOrderTimeRange**](UserPayOrderTimeRange.md) | | [optional] [default to undefined]
12
+ **query_confirmed_at** | [**UserPayOrderTimeRange**](UserPayOrderTimeRange.md) | | [optional] [default to undefined]
13
+ **query_failed_at** | [**UserPayOrderTimeRange**](UserPayOrderTimeRange.md) | | [optional] [default to undefined]
14
+ **query_expired_at** | [**UserPayOrderTimeRange**](UserPayOrderTimeRange.md) | | [optional] [default to undefined]
15
+ **query_order_status** | **Array<string>** | | [optional] [default to undefined]
16
+ **order_by** | [**Array<OrderItem>**](OrderItem.md) | | [optional] [default to undefined]
17
+
18
+ ## Example
19
+
20
+ ```typescript
21
+ import { UserPayOrderAdminListRequest } from '@cherryin/aigw-api-client';
22
+
23
+ const instance: UserPayOrderAdminListRequest = {
24
+ page,
25
+ page_size,
26
+ user_ids,
27
+ query_start_at,
28
+ query_confirmed_at,
29
+ query_failed_at,
30
+ query_expired_at,
31
+ query_order_status,
32
+ order_by,
33
+ };
34
+ ```
35
+
36
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,26 @@
1
+ # UserPayOrderAdminListResponse
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **code** | **string** | | [optional] [default to undefined]
9
+ **message** | **string** | | [optional] [default to undefined]
10
+ **order_list** | [**Array<UserPayOrderAdminItem>**](UserPayOrderAdminItem.md) | | [optional] [default to undefined]
11
+ **total** | **string** | | [optional] [default to undefined]
12
+
13
+ ## Example
14
+
15
+ ```typescript
16
+ import { UserPayOrderAdminListResponse } from '@cherryin/aigw-api-client';
17
+
18
+ const instance: UserPayOrderAdminListResponse = {
19
+ code,
20
+ message,
21
+ order_list,
22
+ total,
23
+ };
24
+ ```
25
+
26
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,40 @@
1
+ # UserPayOrderStripe
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **checkout_session_id** | **string** | | [optional] [default to undefined]
9
+ **price_id** | **string** | | [optional] [default to undefined]
10
+ **product_quantity** | **string** | | [optional] [default to undefined]
11
+ **promotion_codes_enabled** | **boolean** | | [optional] [default to undefined]
12
+ **customer_id** | **string** | | [optional] [default to undefined]
13
+ **customer_email** | **string** | | [optional] [default to undefined]
14
+ **customer_name** | **string** | | [optional] [default to undefined]
15
+ **currency** | **string** | | [optional] [default to undefined]
16
+ **total_amount** | **string** | | [optional] [default to undefined]
17
+ **subtotal_amount** | **string** | | [optional] [default to undefined]
18
+ **payment_intent_id** | **string** | | [optional] [default to undefined]
19
+
20
+ ## Example
21
+
22
+ ```typescript
23
+ import { UserPayOrderStripe } from '@cherryin/aigw-api-client';
24
+
25
+ const instance: UserPayOrderStripe = {
26
+ checkout_session_id,
27
+ price_id,
28
+ product_quantity,
29
+ promotion_codes_enabled,
30
+ customer_id,
31
+ customer_email,
32
+ customer_name,
33
+ currency,
34
+ total_amount,
35
+ subtotal_amount,
36
+ payment_intent_id,
37
+ };
38
+ ```
39
+
40
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,22 @@
1
+ # UserPayOrderTimeRange
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **start_at** | **string** | | [optional] [default to undefined]
9
+ **until_at** | **string** | | [optional] [default to undefined]
10
+
11
+ ## Example
12
+
13
+ ```typescript
14
+ import { UserPayOrderTimeRange } from '@cherryin/aigw-api-client';
15
+
16
+ const instance: UserPayOrderTimeRange = {
17
+ start_at,
18
+ until_at,
19
+ };
20
+ ```
21
+
22
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cherryin/aigw-api-client",
3
- "version": "0.1.30",
3
+ "version": "0.1.32",
4
4
  "description": "OpenAPI client for @cherryin/aigw-api-client",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {
@@ -1,30 +0,0 @@
1
- # PassportpbUserInfo
2
-
3
-
4
- ## Properties
5
-
6
- Name | Type | Description | Notes
7
- ------------ | ------------- | ------------- | -------------
8
- **user** | [**UserBasic**](UserBasic.md) | | [optional] [default to undefined]
9
- **settings** | [**PassportpbUserSettings**](PassportpbUserSettings.md) | | [optional] [default to undefined]
10
- **preferences** | [**UserPreferences**](UserPreferences.md) | | [optional] [default to undefined]
11
- **payment_info** | [**UserPaymentInfo**](UserPaymentInfo.md) | | [optional] [default to undefined]
12
- **extend_info** | [**UserExtendInfo**](UserExtendInfo.md) | | [optional] [default to undefined]
13
- **auth_methods** | [**Array<AuthUserMethod>**](AuthUserMethod.md) | | [optional] [default to undefined]
14
-
15
- ## Example
16
-
17
- ```typescript
18
- import { PassportpbUserInfo } from '@cherryin/aigw-api-client';
19
-
20
- const instance: PassportpbUserInfo = {
21
- user,
22
- settings,
23
- preferences,
24
- payment_info,
25
- extend_info,
26
- auth_methods,
27
- };
28
- ```
29
-
30
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)