@handsondigital/idplugger-admin 2.4.0 → 2.6.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.
@@ -32,15 +32,25 @@ docs/AdminPromotionCacheClear200ResponseContent.md
32
32
  docs/AdminPromotionCacheClear500Response.md
33
33
  docs/AdminPromotionLuckyNumbersReset200Response.md
34
34
  docs/AdminPromotionLuckyNumbersReset500Response.md
35
+ docs/AdminServiceCustomerApplications200Response.md
36
+ docs/AdminServiceCustomerApplications200ResponseContentInner.md
37
+ docs/AdminServiceCustomerApplications200ResponseContentInnerClient.md
38
+ docs/AdminServiceCustomerApplications200ResponseContentInnerProduct.md
39
+ docs/AdminServiceCustomerApplications200ResponseContentInnerProductOneOf.md
40
+ docs/AdminServiceCustomerApplications200ResponseContentInnerProgrammingInner.md
41
+ docs/AdminServiceCustomerApplications200ResponseContentInnerPromotionsInner.md
42
+ docs/AdminServiceCustomerApplications200ResponseContentInnerWorkflowSchedulesInner.md
43
+ docs/AdminServiceCustomerApplications200ResponseContentInnerWorkflowSchedulesInnerWorkflow.md
35
44
  docs/AdminServiceCustomerBrands200Response.md
36
45
  docs/AdminServiceCustomerBrands200ResponseContentInner.md
46
+ docs/AdminServiceCustomerCampaigns200Response.md
47
+ docs/AdminServiceCustomerCampaigns200ResponseContentInner.md
37
48
  docs/AdminServiceCustomerClients200Response.md
38
49
  docs/AdminServiceCustomerClients200ResponseContentInner.md
39
50
  docs/AdminServiceCustomerClients200ResponsePaging.md
40
51
  docs/AdminUsersList200Response.md
41
52
  docs/AdminUsersList200ResponsePagination.md
42
53
  docs/AdminUsersList200ResponseUsersInner.md
43
- docs/AdminUsersList200ResponseUsersInnerPermissionsInner.md
44
54
  docs/AdminUsersList500Response.md
45
55
  docs/ApiLog.md
46
56
  docs/ApiLogPaginated.md
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## @handsondigital/idplugger-admin@2.4.0
1
+ ## @handsondigital/idplugger-admin@2.6.0
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 @handsondigital/idplugger-admin@2.4.0 --save
39
+ npm install @handsondigital/idplugger-admin@2.6.0 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
@@ -58,7 +58,9 @@ Class | Method | HTTP request | Description
58
58
  *AuthApi* | [**authLoginByToken**](docs/AuthApi.md#authloginbytoken) | **POST** /admin/auth/login | Login na API via e-mail e token
59
59
  *AuthApi* | [**authMe**](docs/AuthApi.md#authme) | **GET** /v3/me | Dados na API
60
60
  *AuthApi* | [**authRefreshToken**](docs/AuthApi.md#authrefreshtoken) | **POST** /admin/auth/refresh | Renova o do token de autenticação
61
+ *CustomerServiceApi* | [**adminServiceCustomerApplications**](docs/CustomerServiceApi.md#adminservicecustomerapplications) | **GET** /admin/service/customer/applications/{client_id} | Listar aplicações de um cliente no serviço de atendimento ao cliente
61
62
  *CustomerServiceApi* | [**adminServiceCustomerBrands**](docs/CustomerServiceApi.md#adminservicecustomerbrands) | **GET** /admin/service/customer/brands/{client_id} | Listar marcas de um cliente do serviço de atendimento ao cliente
63
+ *CustomerServiceApi* | [**adminServiceCustomerCampaigns**](docs/CustomerServiceApi.md#adminservicecustomercampaigns) | **GET** /admin/service/customer/campaigns/{client_id} | Listar campanhas de um cliente no serviço de atendimento ao cliente
62
64
  *CustomerServiceApi* | [**adminServiceCustomerClients**](docs/CustomerServiceApi.md#adminservicecustomerclients) | **GET** /admin/service/customer/clients | Listar clientes do serviço de atendimento ao cliente
63
65
  *ErrorReportsApi* | [**adminErrorsGet**](docs/ErrorReportsApi.md#adminerrorsget) | **GET** /admin/errors | List error reports
64
66
  *ErrorReportsApi* | [**adminErrorsIdDelete**](docs/ErrorReportsApi.md#adminerrorsiddelete) | **DELETE** /admin/errors/{id} | Delete error report
@@ -126,15 +128,25 @@ Class | Method | HTTP request | Description
126
128
  - [AdminPromotionCacheClear500Response](docs/AdminPromotionCacheClear500Response.md)
127
129
  - [AdminPromotionLuckyNumbersReset200Response](docs/AdminPromotionLuckyNumbersReset200Response.md)
128
130
  - [AdminPromotionLuckyNumbersReset500Response](docs/AdminPromotionLuckyNumbersReset500Response.md)
131
+ - [AdminServiceCustomerApplications200Response](docs/AdminServiceCustomerApplications200Response.md)
132
+ - [AdminServiceCustomerApplications200ResponseContentInner](docs/AdminServiceCustomerApplications200ResponseContentInner.md)
133
+ - [AdminServiceCustomerApplications200ResponseContentInnerClient](docs/AdminServiceCustomerApplications200ResponseContentInnerClient.md)
134
+ - [AdminServiceCustomerApplications200ResponseContentInnerProduct](docs/AdminServiceCustomerApplications200ResponseContentInnerProduct.md)
135
+ - [AdminServiceCustomerApplications200ResponseContentInnerProductOneOf](docs/AdminServiceCustomerApplications200ResponseContentInnerProductOneOf.md)
136
+ - [AdminServiceCustomerApplications200ResponseContentInnerProgrammingInner](docs/AdminServiceCustomerApplications200ResponseContentInnerProgrammingInner.md)
137
+ - [AdminServiceCustomerApplications200ResponseContentInnerPromotionsInner](docs/AdminServiceCustomerApplications200ResponseContentInnerPromotionsInner.md)
138
+ - [AdminServiceCustomerApplications200ResponseContentInnerWorkflowSchedulesInner](docs/AdminServiceCustomerApplications200ResponseContentInnerWorkflowSchedulesInner.md)
139
+ - [AdminServiceCustomerApplications200ResponseContentInnerWorkflowSchedulesInnerWorkflow](docs/AdminServiceCustomerApplications200ResponseContentInnerWorkflowSchedulesInnerWorkflow.md)
129
140
  - [AdminServiceCustomerBrands200Response](docs/AdminServiceCustomerBrands200Response.md)
130
141
  - [AdminServiceCustomerBrands200ResponseContentInner](docs/AdminServiceCustomerBrands200ResponseContentInner.md)
142
+ - [AdminServiceCustomerCampaigns200Response](docs/AdminServiceCustomerCampaigns200Response.md)
143
+ - [AdminServiceCustomerCampaigns200ResponseContentInner](docs/AdminServiceCustomerCampaigns200ResponseContentInner.md)
131
144
  - [AdminServiceCustomerClients200Response](docs/AdminServiceCustomerClients200Response.md)
132
145
  - [AdminServiceCustomerClients200ResponseContentInner](docs/AdminServiceCustomerClients200ResponseContentInner.md)
133
146
  - [AdminServiceCustomerClients200ResponsePaging](docs/AdminServiceCustomerClients200ResponsePaging.md)
134
147
  - [AdminUsersList200Response](docs/AdminUsersList200Response.md)
135
148
  - [AdminUsersList200ResponsePagination](docs/AdminUsersList200ResponsePagination.md)
136
149
  - [AdminUsersList200ResponseUsersInner](docs/AdminUsersList200ResponseUsersInner.md)
137
- - [AdminUsersList200ResponseUsersInnerPermissionsInner](docs/AdminUsersList200ResponseUsersInnerPermissionsInner.md)
138
150
  - [AdminUsersList500Response](docs/AdminUsersList500Response.md)
139
151
  - [ApiLog](docs/ApiLog.md)
140
152
  - [ApiLogPaginated](docs/ApiLogPaginated.md)