@handsondigital/idplugger-admin 2.6.2 → 2.7.1

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,26 @@
1
+ # AdminPromotionConfigsIndex200Response
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **action** | **string** | | [optional] [default to undefined]
9
+ **result** | **string** | | [optional] [default to undefined]
10
+ **configs** | [**Array<AdminPromotionConfigsIndex200ResponseConfigsInner>**](AdminPromotionConfigsIndex200ResponseConfigsInner.md) | | [optional] [default to undefined]
11
+ **pagination** | **object** | | [optional] [default to undefined]
12
+
13
+ ## Example
14
+
15
+ ```typescript
16
+ import { AdminPromotionConfigsIndex200Response } from '@handsondigital/idplugger-admin';
17
+
18
+ const instance: AdminPromotionConfigsIndex200Response = {
19
+ action,
20
+ result,
21
+ configs,
22
+ pagination,
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,28 @@
1
+ # AdminPromotionConfigsIndex200ResponseConfigsInner
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **id** | **number** | | [optional] [default to undefined]
9
+ **key** | **string** | | [optional] [default to undefined]
10
+ **value** | **string** | | [optional] [default to undefined]
11
+ **type** | **string** | | [optional] [default to undefined]
12
+ **grupo** | **string** | | [optional] [default to undefined]
13
+
14
+ ## Example
15
+
16
+ ```typescript
17
+ import { AdminPromotionConfigsIndex200ResponseConfigsInner } from '@handsondigital/idplugger-admin';
18
+
19
+ const instance: AdminPromotionConfigsIndex200ResponseConfigsInner = {
20
+ id,
21
+ key,
22
+ value,
23
+ type,
24
+ grupo,
25
+ };
26
+ ```
27
+
28
+ [[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,24 @@
1
+ # AdminPromotionConfigsIndex500Response
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **action** | **string** | | [optional] [default to undefined]
9
+ **result** | **string** | | [optional] [default to undefined]
10
+ **message** | **string** | | [optional] [default to undefined]
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import { AdminPromotionConfigsIndex500Response } from '@handsondigital/idplugger-admin';
16
+
17
+ const instance: AdminPromotionConfigsIndex500Response = {
18
+ action,
19
+ result,
20
+ message,
21
+ };
22
+ ```
23
+
24
+ [[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
+ # AdminPromotionConfigsShow200Response
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **action** | **string** | | [optional] [default to undefined]
9
+ **result** | **string** | | [optional] [default to undefined]
10
+ **message** | **string** | | [optional] [default to undefined]
11
+ **config** | [**AdminPromotionConfigsShow200ResponseConfig**](AdminPromotionConfigsShow200ResponseConfig.md) | | [optional] [default to undefined]
12
+
13
+ ## Example
14
+
15
+ ```typescript
16
+ import { AdminPromotionConfigsShow200Response } from '@handsondigital/idplugger-admin';
17
+
18
+ const instance: AdminPromotionConfigsShow200Response = {
19
+ action,
20
+ result,
21
+ message,
22
+ config,
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,28 @@
1
+ # AdminPromotionConfigsShow200ResponseConfig
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **id** | **number** | | [optional] [default to undefined]
9
+ **key** | **string** | | [optional] [default to undefined]
10
+ **value** | **string** | | [optional] [default to undefined]
11
+ **type** | **string** | | [optional] [default to undefined]
12
+ **grupo** | **string** | | [optional] [default to undefined]
13
+
14
+ ## Example
15
+
16
+ ```typescript
17
+ import { AdminPromotionConfigsShow200ResponseConfig } from '@handsondigital/idplugger-admin';
18
+
19
+ const instance: AdminPromotionConfigsShow200ResponseConfig = {
20
+ id,
21
+ key,
22
+ value,
23
+ type,
24
+ grupo,
25
+ };
26
+ ```
27
+
28
+ [[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,24 @@
1
+ # AdminPromotionConfigsShow404Response
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **action** | **string** | | [optional] [default to undefined]
9
+ **result** | **string** | | [optional] [default to undefined]
10
+ **message** | **string** | | [optional] [default to undefined]
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import { AdminPromotionConfigsShow404Response } from '@handsondigital/idplugger-admin';
16
+
17
+ const instance: AdminPromotionConfigsShow404Response = {
18
+ action,
19
+ result,
20
+ message,
21
+ };
22
+ ```
23
+
24
+ [[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
+ # AdminPromotionConfigsStore201Response
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **action** | **string** | | [optional] [default to undefined]
9
+ **result** | **string** | | [optional] [default to undefined]
10
+ **message** | **string** | | [optional] [default to undefined]
11
+ **config** | **object** | | [optional] [default to undefined]
12
+
13
+ ## Example
14
+
15
+ ```typescript
16
+ import { AdminPromotionConfigsStore201Response } from '@handsondigital/idplugger-admin';
17
+
18
+ const instance: AdminPromotionConfigsStore201Response = {
19
+ action,
20
+ result,
21
+ message,
22
+ config,
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,26 @@
1
+ # AdminPromotionConfigsStoreRequest
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **key** | **string** | Chave da configuração (deve estar no ConfigKeyEnum) | [default to undefined]
9
+ **value** | **any** | Valor da configuração (string, object ou array - será encodado se type for json) | [optional] [default to undefined]
10
+ **type** | **string** | | [optional] [default to TypeEnum_Text]
11
+ **grupo** | **string** | | [optional] [default to undefined]
12
+
13
+ ## Example
14
+
15
+ ```typescript
16
+ import { AdminPromotionConfigsStoreRequest } from '@handsondigital/idplugger-admin';
17
+
18
+ const instance: AdminPromotionConfigsStoreRequest = {
19
+ key,
20
+ value,
21
+ type,
22
+ grupo,
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,26 @@
1
+ # AdminPromotionConfigsUpdate200Response
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **action** | **string** | | [optional] [default to undefined]
9
+ **result** | **string** | | [optional] [default to undefined]
10
+ **message** | **string** | | [optional] [default to undefined]
11
+ **config** | **object** | | [optional] [default to undefined]
12
+
13
+ ## Example
14
+
15
+ ```typescript
16
+ import { AdminPromotionConfigsUpdate200Response } from '@handsondigital/idplugger-admin';
17
+
18
+ const instance: AdminPromotionConfigsUpdate200Response = {
19
+ action,
20
+ result,
21
+ message,
22
+ config,
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,24 @@
1
+ # AdminPromotionConfigsUpdateRequest
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **value** | **any** | Novo valor da configuração (string, object ou array - será encodado se type for json) | [optional] [default to undefined]
9
+ **type** | **string** | | [optional] [default to undefined]
10
+ **grupo** | **string** | | [optional] [default to undefined]
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import { AdminPromotionConfigsUpdateRequest } from '@handsondigital/idplugger-admin';
16
+
17
+ const instance: AdminPromotionConfigsUpdateRequest = {
18
+ value,
19
+ type,
20
+ grupo,
21
+ };
22
+ ```
23
+
24
+ [[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
+ # AdminPromotionConfigsUpsert200Response
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **action** | **string** | | [optional] [default to undefined]
9
+ **result** | **string** | | [optional] [default to undefined]
10
+ **message** | **string** | | [optional] [default to undefined]
11
+ **config** | **object** | | [optional] [default to undefined]
12
+
13
+ ## Example
14
+
15
+ ```typescript
16
+ import { AdminPromotionConfigsUpsert200Response } from '@handsondigital/idplugger-admin';
17
+
18
+ const instance: AdminPromotionConfigsUpsert200Response = {
19
+ action,
20
+ result,
21
+ message,
22
+ config,
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,24 @@
1
+ # AdminPromotionConfigsValidKeys200Response
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **action** | **string** | | [optional] [default to undefined]
9
+ **result** | **string** | | [optional] [default to undefined]
10
+ **valid_keys** | [**Array<AdminPromotionConfigsValidKeys200ResponseValidKeysInner>**](AdminPromotionConfigsValidKeys200ResponseValidKeysInner.md) | | [optional] [default to undefined]
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import { AdminPromotionConfigsValidKeys200Response } from '@handsondigital/idplugger-admin';
16
+
17
+ const instance: AdminPromotionConfigsValidKeys200Response = {
18
+ action,
19
+ result,
20
+ valid_keys,
21
+ };
22
+ ```
23
+
24
+ [[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
+ # AdminPromotionConfigsValidKeys200ResponseValidKeysInner
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **name** | **string** | | [optional] [default to undefined]
9
+ **value** | **string** | | [optional] [default to undefined]
10
+
11
+ ## Example
12
+
13
+ ```typescript
14
+ import { AdminPromotionConfigsValidKeys200ResponseValidKeysInner } from '@handsondigital/idplugger-admin';
15
+
16
+ const instance: AdminPromotionConfigsValidKeys200ResponseValidKeysInner = {
17
+ name,
18
+ value,
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)