@handsondigital/idplugger-promotion 1.0.2 → 1.0.4

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.
@@ -22,6 +22,11 @@ docs/ArticlesUpdate200Response.md
22
22
  docs/ArticlesUpdate400Response.md
23
23
  docs/ArticlesUpdate401Response.md
24
24
  docs/AuthApi.md
25
+ docs/AuthLoginByToken200Response.md
26
+ docs/AuthLoginByTokenRequest.md
27
+ docs/AuthRefreshTokenRequest.md
28
+ docs/AuthRequestToken200Response.md
29
+ docs/AuthRequestTokenRequest.md
25
30
  docs/Award.md
26
31
  docs/Awarded.md
27
32
  docs/AwardedsApi.md
@@ -135,6 +140,9 @@ docs/FaqUpdate200Response.md
135
140
  docs/FaqUpdate400Response.md
136
141
  docs/FaqUpdate401Response.md
137
142
  docs/FilesApi.md
143
+ docs/FilesShow200Response.md
144
+ docs/FilesShow400Response.md
145
+ docs/FilesShow401Response.md
138
146
  docs/Login200Response.md
139
147
  docs/Login401Response.md
140
148
  docs/LoginRequest.md
@@ -243,7 +251,6 @@ docs/TicketsIndex401Response.md
243
251
  docs/TicketsUpdate200Response.md
244
252
  docs/TicketsUpdate400Response.md
245
253
  docs/User.md
246
- docs/UserCustomData.md
247
254
  docs/UserWebhookError.md
248
255
  docs/UserWebhookErrorContent.md
249
256
  docs/UserWebhookErrorContentAllOfErrors.md
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## @handsondigital/idplugger-promotion@1.0.2
1
+ ## @handsondigital/idplugger-promotion@1.0.4
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-promotion@1.0.2 --save
39
+ npm install @handsondigital/idplugger-promotion@1.0.4 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
@@ -55,6 +55,9 @@ Class | Method | HTTP request | Description
55
55
  *ArticlesApi* | [**articlesDelete**](docs/ArticlesApi.md#articlesdelete) | **DELETE** /v3/promotion/{promotion_id}/cms/articles/{id} | Exclui uma publicação da promoção
56
56
  *ArticlesApi* | [**articlesIndex**](docs/ArticlesApi.md#articlesindex) | **GET** /v3/promotion/{promotion_id}/cms/articles | Lista as publicações cadastradas na promoção
57
57
  *ArticlesApi* | [**articlesUpdate**](docs/ArticlesApi.md#articlesupdate) | **PATCH** /v3/promotion/{promotion_id}/cms/articles | Cadastra ou atualiza publicações na promoção
58
+ *AuthApi* | [**authLoginByToken**](docs/AuthApi.md#authloginbytoken) | **POST** /v3/auth/login | Login na API via e-mail e token
59
+ *AuthApi* | [**authRefreshToken**](docs/AuthApi.md#authrefreshtoken) | **POST** /v3/auth/refresh | Renova o do token de autenticação
60
+ *AuthApi* | [**authRequestToken**](docs/AuthApi.md#authrequesttoken) | **POST** /v3/auth/request-token | Solicita envio de token de login por email
58
61
  *AuthApi* | [**login**](docs/AuthApi.md#login) | **POST** /v3/login | Login na API
59
62
  *AuthApi* | [**me**](docs/AuthApi.md#me) | **GET** /v3/me | Dados na API
60
63
  *AwardedsApi* | [**awardedsSearch**](docs/AwardedsApi.md#awardedssearch) | **GET** /v3/promotion/{promotion_id}/awardeds | Busca por usuários cadastrados na promoção ganhadores de sorteios
@@ -134,6 +137,11 @@ Class | Method | HTTP request | Description
134
137
  - [ArticlesUpdate200Response](docs/ArticlesUpdate200Response.md)
135
138
  - [ArticlesUpdate400Response](docs/ArticlesUpdate400Response.md)
136
139
  - [ArticlesUpdate401Response](docs/ArticlesUpdate401Response.md)
140
+ - [AuthLoginByToken200Response](docs/AuthLoginByToken200Response.md)
141
+ - [AuthLoginByTokenRequest](docs/AuthLoginByTokenRequest.md)
142
+ - [AuthRefreshTokenRequest](docs/AuthRefreshTokenRequest.md)
143
+ - [AuthRequestToken200Response](docs/AuthRequestToken200Response.md)
144
+ - [AuthRequestTokenRequest](docs/AuthRequestTokenRequest.md)
137
145
  - [Award](docs/Award.md)
138
146
  - [Awarded](docs/Awarded.md)
139
147
  - [AwardedsSearch200Response](docs/AwardedsSearch200Response.md)
@@ -238,6 +246,9 @@ Class | Method | HTTP request | Description
238
246
  - [FaqUpdate200Response](docs/FaqUpdate200Response.md)
239
247
  - [FaqUpdate400Response](docs/FaqUpdate400Response.md)
240
248
  - [FaqUpdate401Response](docs/FaqUpdate401Response.md)
249
+ - [FilesShow200Response](docs/FilesShow200Response.md)
250
+ - [FilesShow400Response](docs/FilesShow400Response.md)
251
+ - [FilesShow401Response](docs/FilesShow401Response.md)
241
252
  - [Login200Response](docs/Login200Response.md)
242
253
  - [Login401Response](docs/Login401Response.md)
243
254
  - [LoginRequest](docs/LoginRequest.md)
@@ -337,7 +348,6 @@ Class | Method | HTTP request | Description
337
348
  - [TicketsUpdate200Response](docs/TicketsUpdate200Response.md)
338
349
  - [TicketsUpdate400Response](docs/TicketsUpdate400Response.md)
339
350
  - [User](docs/User.md)
340
- - [UserCustomData](docs/UserCustomData.md)
341
351
  - [UserWebhookError](docs/UserWebhookError.md)
342
352
  - [UserWebhookErrorContent](docs/UserWebhookErrorContent.md)
343
353
  - [UserWebhookErrorContentAllOfErrors](docs/UserWebhookErrorContentAllOfErrors.md)