@handsondigital/idplugger-promotion 1.0.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.
Files changed (277) hide show
  1. package/.openapi-generator/FILES +267 -0
  2. package/.openapi-generator/VERSION +1 -0
  3. package/.openapi-generator-ignore +23 -0
  4. package/README.md +367 -0
  5. package/api.ts +14329 -0
  6. package/base.ts +98 -0
  7. package/common.ts +150 -0
  8. package/configuration.ts +115 -0
  9. package/dist/api.d.ts +10994 -0
  10. package/dist/api.js +7834 -0
  11. package/dist/base.d.ts +66 -0
  12. package/dist/base.js +99 -0
  13. package/dist/common.d.ts +65 -0
  14. package/dist/common.js +253 -0
  15. package/dist/configuration.d.ts +91 -0
  16. package/dist/configuration.js +57 -0
  17. package/dist/index.d.ts +13 -0
  18. package/dist/index.js +31 -0
  19. package/docs/AddLuckyNumberCustom.md +26 -0
  20. package/docs/Article.md +40 -0
  21. package/docs/ArticleCustomDataInner.md +28 -0
  22. package/docs/ArticlesApi.md +258 -0
  23. package/docs/ArticlesCreate200Response.md +26 -0
  24. package/docs/ArticlesCreate400Response.md +26 -0
  25. package/docs/ArticlesCreate401Response.md +26 -0
  26. package/docs/ArticlesDelete200Response.md +26 -0
  27. package/docs/ArticlesDelete400Response.md +26 -0
  28. package/docs/ArticlesDelete401Response.md +26 -0
  29. package/docs/ArticlesIndex200Response.md +28 -0
  30. package/docs/ArticlesIndex400Response.md +26 -0
  31. package/docs/ArticlesIndex401Response.md +26 -0
  32. package/docs/ArticlesUpdate200Response.md +26 -0
  33. package/docs/ArticlesUpdate400Response.md +26 -0
  34. package/docs/ArticlesUpdate401Response.md +26 -0
  35. package/docs/AuthApi.md +105 -0
  36. package/docs/Award.md +40 -0
  37. package/docs/Awarded.md +38 -0
  38. package/docs/AwardedsApi.md +184 -0
  39. package/docs/AwardedsSearch200Response.md +28 -0
  40. package/docs/AwardedsSearch400Response.md +26 -0
  41. package/docs/AwardedsSearch401Response.md +26 -0
  42. package/docs/AwardedsStates200Response.md +26 -0
  43. package/docs/AwardedsStates200ResponseContentInner.md +22 -0
  44. package/docs/AwardedsUpdate200Response.md +26 -0
  45. package/docs/AwardedsUpdate400Response.md +26 -0
  46. package/docs/AwardedsUpdate401Response.md +26 -0
  47. package/docs/AwardsApi.md +243 -0
  48. package/docs/AwardsCreate200Response.md +26 -0
  49. package/docs/AwardsCreate400Response.md +26 -0
  50. package/docs/AwardsCreate401Response.md +26 -0
  51. package/docs/AwardsDelete200Response.md +26 -0
  52. package/docs/AwardsDelete400Response.md +26 -0
  53. package/docs/AwardsDelete401Response.md +26 -0
  54. package/docs/AwardsIndex200Response.md +28 -0
  55. package/docs/AwardsIndex400Response.md +26 -0
  56. package/docs/AwardsIndex401Response.md +26 -0
  57. package/docs/AwardsUpdate200Response.md +26 -0
  58. package/docs/AwardsUpdate400Response.md +26 -0
  59. package/docs/AwardsUpdate401Response.md +26 -0
  60. package/docs/BlacklistCreate200Response.md +26 -0
  61. package/docs/BlacklistCreate200ResponseContentInner.md +24 -0
  62. package/docs/BlacklistCreate400Response.md +26 -0
  63. package/docs/BlacklistCreate401Response.md +26 -0
  64. package/docs/BlacklistCreateRequest.md +20 -0
  65. package/docs/BlacklistDelete200Response.md +26 -0
  66. package/docs/BlacklistDelete400Response.md +26 -0
  67. package/docs/BlacklistDelete401Response.md +26 -0
  68. package/docs/BlacklistIndex200Response.md +28 -0
  69. package/docs/BlacklistIndex200ResponseContentInner.md +24 -0
  70. package/docs/BlacklistIndex400Response.md +26 -0
  71. package/docs/BlockedUsersApi.md +179 -0
  72. package/docs/Branding.md +54 -0
  73. package/docs/BrandingApi.md +120 -0
  74. package/docs/BrandingIndex200Response.md +26 -0
  75. package/docs/BrandingIndex400Response.md +26 -0
  76. package/docs/BrandingIndex401Response.md +26 -0
  77. package/docs/BrandingMenuInner.md +24 -0
  78. package/docs/BrandingSocial.md +28 -0
  79. package/docs/BrandingUpdate200Response.md +26 -0
  80. package/docs/BrandingUpdate400Response.md +26 -0
  81. package/docs/BrandingUpdate401Response.md +26 -0
  82. package/docs/ConfigWebhook200Response.md +26 -0
  83. package/docs/ConfigWebhook400Response.md +26 -0
  84. package/docs/ConfigWebhook401Response.md +26 -0
  85. package/docs/ConfigWebhookRequest.md +22 -0
  86. package/docs/ConfigsIndex200Response.md +26 -0
  87. package/docs/ConfigsIndex400Response.md +26 -0
  88. package/docs/ConfigsIndex401Response.md +26 -0
  89. package/docs/Content.md +28 -0
  90. package/docs/ContentApi.md +129 -0
  91. package/docs/ContentCreate200Response.md +26 -0
  92. package/docs/ContentCreate400Response.md +26 -0
  93. package/docs/ContentCreate401Response.md +26 -0
  94. package/docs/ContentIndex200Response.md +26 -0
  95. package/docs/ContentIndex400Response.md +26 -0
  96. package/docs/ContentIndex401Response.md +26 -0
  97. package/docs/Coupon.md +36 -0
  98. package/docs/CouponProductsInner.md +26 -0
  99. package/docs/CouponWebhookError.md +26 -0
  100. package/docs/CouponWebhookErrorContent.md +38 -0
  101. package/docs/CouponWebhookErrorContentAllOfErrors.md +22 -0
  102. package/docs/CouponWebhookSuccess.md +26 -0
  103. package/docs/CouponsApi.md +311 -0
  104. package/docs/CouponsCreate200Response.md +26 -0
  105. package/docs/CouponsCreate401Response.md +26 -0
  106. package/docs/CouponsCreate409Response.md +26 -0
  107. package/docs/CouponsCreateRequest.md +20 -0
  108. package/docs/CouponsDelete200Response.md +26 -0
  109. package/docs/CouponsDelete400Response.md +26 -0
  110. package/docs/CouponsDelete401Response.md +26 -0
  111. package/docs/CouponsIndex200Response.md +28 -0
  112. package/docs/CouponsIndex200ResponseContentInner.md +38 -0
  113. package/docs/CouponsIndex400Response.md +26 -0
  114. package/docs/CouponsIndex401Response.md +26 -0
  115. package/docs/CouponsUpdate201Response.md +26 -0
  116. package/docs/CouponsUpdate401Response.md +26 -0
  117. package/docs/CouponsUpdate409Response.md +26 -0
  118. package/docs/CuponsWebhookRequest.md +26 -0
  119. package/docs/DocumentRulesApi.md +173 -0
  120. package/docs/DocumentRulesIndex200Response.md +26 -0
  121. package/docs/DocumentRulesIndex200ResponseContent.md +24 -0
  122. package/docs/DocumentRulesIndex200ResponseContentRegulationsInner.md +24 -0
  123. package/docs/DocumentRulesIndex400Response.md +26 -0
  124. package/docs/DocumentRulesIndex401Response.md +26 -0
  125. package/docs/DocumentRulesRegulationDelete200Response.md +24 -0
  126. package/docs/DocumentRulesRegulationDelete400Response.md +26 -0
  127. package/docs/DocumentRulesRegulationDelete401Response.md +26 -0
  128. package/docs/DocumentRulesUpdate200Response.md +26 -0
  129. package/docs/DocumentRulesUpdate400Response.md +26 -0
  130. package/docs/DocumentRulesUpdate401Response.md +26 -0
  131. package/docs/DocumentRulesUpdateRequest.md +24 -0
  132. package/docs/DocumentRulesUpdateRequestRegulationsInner.md +24 -0
  133. package/docs/FAQApi.md +236 -0
  134. package/docs/FaqCreate200Response.md +26 -0
  135. package/docs/FaqCreate400Response.md +26 -0
  136. package/docs/FaqCreate401Response.md +26 -0
  137. package/docs/FaqCreateRequestInner.md +22 -0
  138. package/docs/FaqDelete200Response.md +26 -0
  139. package/docs/FaqDelete400Response.md +26 -0
  140. package/docs/FaqDelete401Response.md +26 -0
  141. package/docs/FaqIndex200Response.md +28 -0
  142. package/docs/FaqIndex200ResponseContentInner.md +22 -0
  143. package/docs/FaqIndex400Response.md +26 -0
  144. package/docs/FaqIndex401Response.md +26 -0
  145. package/docs/FaqUpdate200Response.md +26 -0
  146. package/docs/FaqUpdate400Response.md +26 -0
  147. package/docs/FaqUpdate401Response.md +26 -0
  148. package/docs/FilesApi.md +56 -0
  149. package/docs/Login200Response.md +24 -0
  150. package/docs/Login401Response.md +20 -0
  151. package/docs/LoginRequest.md +22 -0
  152. package/docs/LuckyNumber.md +32 -0
  153. package/docs/LuckyNumbersAddCustom200Response.md +26 -0
  154. package/docs/LuckyNumbersAddCustom400Response.md +26 -0
  155. package/docs/LuckyNumbersAddCustom401Response.md +26 -0
  156. package/docs/LuckyNumbersApi.md +202 -0
  157. package/docs/LuckyNumbersRemove200Response.md +26 -0
  158. package/docs/LuckyNumbersRemove400Response.md +26 -0
  159. package/docs/LuckyNumbersRemove401Response.md +26 -0
  160. package/docs/LuckyNumbersRemoveRequest.md +20 -0
  161. package/docs/LuckyNumbersRemoveRequestLuckyNumbersInner.md +22 -0
  162. package/docs/LuckyNumbersSearch200Response.md +28 -0
  163. package/docs/LuckyNumbersSearch400Response.md +26 -0
  164. package/docs/LuckyNumbersSearch401Response.md +26 -0
  165. package/docs/Me200Response.md +28 -0
  166. package/docs/Me200ResponsePromotionsInner.md +22 -0
  167. package/docs/Metrics200Response.md +26 -0
  168. package/docs/Metrics200ResponseContent.md +40 -0
  169. package/docs/Metrics200ResponseContentUsersInner.md +22 -0
  170. package/docs/Metrics400Response.md +20 -0
  171. package/docs/MetricsApi.md +75 -0
  172. package/docs/Order.md +42 -0
  173. package/docs/OrderCustomDataInner.md +26 -0
  174. package/docs/OrdersApi.md +204 -0
  175. package/docs/OrdersCreate200Response.md +26 -0
  176. package/docs/OrdersCreate400Response.md +26 -0
  177. package/docs/OrdersCreate401Response.md +26 -0
  178. package/docs/OrdersCreateRequest.md +20 -0
  179. package/docs/OrdersIndex200Response.md +28 -0
  180. package/docs/OrdersIndex400Response.md +26 -0
  181. package/docs/OrdersIndex401Response.md +26 -0
  182. package/docs/OrdersUpdate200Response.md +26 -0
  183. package/docs/OrdersUpdate400Response.md +26 -0
  184. package/docs/OrdersUpdate401Response.md +26 -0
  185. package/docs/Pagination.md +42 -0
  186. package/docs/PaginationLinksInner.md +24 -0
  187. package/docs/Product.md +32 -0
  188. package/docs/ProductsApi.md +242 -0
  189. package/docs/ProductsCreate200Response.md +26 -0
  190. package/docs/ProductsCreate401Response.md +26 -0
  191. package/docs/ProductsCreate409Response.md +26 -0
  192. package/docs/ProductsCreateRequest.md +20 -0
  193. package/docs/ProductsDelete200Response.md +26 -0
  194. package/docs/ProductsDelete400Response.md +26 -0
  195. package/docs/ProductsDelete401Response.md +26 -0
  196. package/docs/ProductsIndex200Response.md +28 -0
  197. package/docs/ProductsIndex400Response.md +26 -0
  198. package/docs/ProductsIndex401Response.md +26 -0
  199. package/docs/ProductsUpdate201Response.md +26 -0
  200. package/docs/ProductsUpdate401Response.md +26 -0
  201. package/docs/ProductsUpdate409Response.md +26 -0
  202. package/docs/Promotion.md +34 -0
  203. package/docs/PromotionDataApi.md +60 -0
  204. package/docs/PromotionDatetime.md +28 -0
  205. package/docs/PromotionDatetimeActive.md +22 -0
  206. package/docs/PromotionDatetimeDelivery.md +20 -0
  207. package/docs/PromotionDatetimeParticipate.md +22 -0
  208. package/docs/PromotionDatetimeShowAwardeds.md +20 -0
  209. package/docs/Raffle.md +44 -0
  210. package/docs/RafflesApi.md +309 -0
  211. package/docs/RafflesCreate200Response.md +26 -0
  212. package/docs/RafflesCreate400Response.md +26 -0
  213. package/docs/RafflesCreate401Response.md +26 -0
  214. package/docs/RafflesCreateRequestInner.md +30 -0
  215. package/docs/RafflesDelete200Response.md +26 -0
  216. package/docs/RafflesDelete400Response.md +26 -0
  217. package/docs/RafflesDelete401Response.md +26 -0
  218. package/docs/RafflesIndex200Response.md +28 -0
  219. package/docs/RafflesIndex400Response.md +26 -0
  220. package/docs/RafflesIndex401Response.md +26 -0
  221. package/docs/RafflesReportRequest.md +20 -0
  222. package/docs/RafflesUpdate200Response.md +26 -0
  223. package/docs/RafflesUpdate400Response.md +26 -0
  224. package/docs/RafflesUpdate401Response.md +26 -0
  225. package/docs/RafflesUpdateRequestInner.md +32 -0
  226. package/docs/SerieNumber.md +24 -0
  227. package/docs/SettingsApi.md +65 -0
  228. package/docs/Store.md +38 -0
  229. package/docs/StoresApi.md +242 -0
  230. package/docs/StoresCreate200Response.md +26 -0
  231. package/docs/StoresCreate401Response.md +26 -0
  232. package/docs/StoresCreate409Response.md +26 -0
  233. package/docs/StoresCreateRequest.md +20 -0
  234. package/docs/StoresDelete200Response.md +26 -0
  235. package/docs/StoresDelete400Response.md +26 -0
  236. package/docs/StoresDelete401Response.md +26 -0
  237. package/docs/StoresIndex200Response.md +28 -0
  238. package/docs/StoresIndex400Response.md +26 -0
  239. package/docs/StoresIndex401Response.md +26 -0
  240. package/docs/StoresUpdate201Response.md +26 -0
  241. package/docs/StoresUpdate401Response.md +26 -0
  242. package/docs/StoresUpdate409Response.md +26 -0
  243. package/docs/Ticket.md +48 -0
  244. package/docs/TicketsApi.md +249 -0
  245. package/docs/TicketsCreate200Response.md +26 -0
  246. package/docs/TicketsCreate400Response.md +26 -0
  247. package/docs/TicketsCreate401Response.md +26 -0
  248. package/docs/TicketsDelete200Response.md +26 -0
  249. package/docs/TicketsDelete400Response.md +26 -0
  250. package/docs/TicketsDelete401Response.md +26 -0
  251. package/docs/TicketsIndex200Response.md +28 -0
  252. package/docs/TicketsIndex400Response.md +26 -0
  253. package/docs/TicketsIndex401Response.md +26 -0
  254. package/docs/TicketsUpdate200Response.md +26 -0
  255. package/docs/TicketsUpdate400Response.md +26 -0
  256. package/docs/User.md +56 -0
  257. package/docs/UserCustomData.md +24 -0
  258. package/docs/UserWebhookError.md +26 -0
  259. package/docs/UserWebhookErrorContent.md +58 -0
  260. package/docs/UserWebhookErrorContentAllOfErrors.md +22 -0
  261. package/docs/UserWebhookSuccess.md +26 -0
  262. package/docs/UsersApi.md +304 -0
  263. package/docs/UsersCreate201Response.md +26 -0
  264. package/docs/UsersCreate401Response.md +26 -0
  265. package/docs/UsersCreate409Response.md +26 -0
  266. package/docs/UsersCreateRequest.md +20 -0
  267. package/docs/UsersDelete200Response.md +26 -0
  268. package/docs/UsersDelete400Response.md +26 -0
  269. package/docs/UsersDelete401Response.md +26 -0
  270. package/docs/UsersIndex200Response.md +28 -0
  271. package/docs/UsersUpdate201Response.md +26 -0
  272. package/docs/UsersWebhook200Response.md +20 -0
  273. package/docs/UsersWebhookRequest.md +26 -0
  274. package/git_push.sh +57 -0
  275. package/index.ts +18 -0
  276. package/package.json +31 -0
  277. package/tsconfig.json +21 -0
@@ -0,0 +1,58 @@
1
+ # UserWebhookErrorContent
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **id** | **number** | | [optional] [default to undefined]
9
+ **name** | **string** | | [default to undefined]
10
+ **email** | **string** | | [default to undefined]
11
+ **cpf** | **string** | | [default to undefined]
12
+ **cnpj** | **string** | | [default to undefined]
13
+ **phone** | **string** | | [optional] [default to undefined]
14
+ **birth** | **string** | | [default to undefined]
15
+ **cep** | **string** | | [default to undefined]
16
+ **address** | **string** | | [default to undefined]
17
+ **number** | **string** | | [default to undefined]
18
+ **neighborhood** | **string** | | [default to undefined]
19
+ **city** | **string** | | [default to undefined]
20
+ **state** | **string** | | [default to undefined]
21
+ **cel** | **string** | | [optional] [default to undefined]
22
+ **sex** | **string** | | [default to undefined]
23
+ **newsletter** | **boolean** | | [optional] [default to undefined]
24
+ **policy_privacy** | **boolean** | | [optional] [default to undefined]
25
+ **agree_terms** | **boolean** | | [optional] [default to undefined]
26
+ **custom_data** | [**UserCustomData**](UserCustomData.md) | | [optional] [default to undefined]
27
+ **errors** | [**UserWebhookErrorContentAllOfErrors**](UserWebhookErrorContentAllOfErrors.md) | | [optional] [default to undefined]
28
+
29
+ ## Example
30
+
31
+ ```typescript
32
+ import { UserWebhookErrorContent } from '@handsondigital/idplugger-promotion';
33
+
34
+ const instance: UserWebhookErrorContent = {
35
+ id,
36
+ name,
37
+ email,
38
+ cpf,
39
+ cnpj,
40
+ phone,
41
+ birth,
42
+ cep,
43
+ address,
44
+ number,
45
+ neighborhood,
46
+ city,
47
+ state,
48
+ cel,
49
+ sex,
50
+ newsletter,
51
+ policy_privacy,
52
+ agree_terms,
53
+ custom_data,
54
+ errors,
55
+ };
56
+ ```
57
+
58
+ [[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
+ # UserWebhookErrorContentAllOfErrors
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **name** | **string** | | [optional] [default to undefined]
9
+ **message** | **string** | | [optional] [default to undefined]
10
+
11
+ ## Example
12
+
13
+ ```typescript
14
+ import { UserWebhookErrorContentAllOfErrors } from '@handsondigital/idplugger-promotion';
15
+
16
+ const instance: UserWebhookErrorContentAllOfErrors = {
17
+ name,
18
+ message,
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)
@@ -0,0 +1,26 @@
1
+ # UserWebhookSuccess
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **entity** | **string** | | [optional] [default to undefined]
9
+ **action** | **string** | | [optional] [default to undefined]
10
+ **result** | **string** | | [optional] [default to undefined]
11
+ **content** | [**User**](User.md) | | [optional] [default to undefined]
12
+
13
+ ## Example
14
+
15
+ ```typescript
16
+ import { UserWebhookSuccess } from '@handsondigital/idplugger-promotion';
17
+
18
+ const instance: UserWebhookSuccess = {
19
+ entity,
20
+ action,
21
+ result,
22
+ content,
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,304 @@
1
+ # UsersApi
2
+
3
+ All URIs are relative to *http://localhost*
4
+
5
+ |Method | HTTP request | Description|
6
+ |------------- | ------------- | -------------|
7
+ |[**usersCreate**](#userscreate) | **POST** /v3/promotion/{promotion_id}/users | Cadastra um usuário na promoção|
8
+ |[**usersDelete**](#usersdelete) | **DELETE** /v3/promotion/{promotion_id}/users/{user_id} | Exclui um usuário da promoção|
9
+ |[**usersIndex**](#usersindex) | **GET** /v3/promotion/{promotion_id}/users | Busca por um usuário cadastrado na promoção|
10
+ |[**usersUpdate**](#usersupdate) | **PATCH** /v3/promotion/{promotion_id}/users | Cadastra ou atualiza um usuário na promoção|
11
+ |[**usersWebhook**](#userswebhook) | **POST** /webhook-do-usuario | Webhook de resposta ao registro de usuário|
12
+
13
+ # **usersCreate**
14
+ > UsersCreate201Response usersCreate()
15
+
16
+
17
+ ### Example
18
+
19
+ ```typescript
20
+ import {
21
+ UsersApi,
22
+ Configuration,
23
+ UsersCreateRequest
24
+ } from '@handsondigital/idplugger-promotion';
25
+
26
+ const configuration = new Configuration();
27
+ const apiInstance = new UsersApi(configuration);
28
+
29
+ let promotionId: string; //ID da promoção (default to undefined)
30
+ let usersCreateRequest: UsersCreateRequest; // (optional)
31
+
32
+ const { status, data } = await apiInstance.usersCreate(
33
+ promotionId,
34
+ usersCreateRequest
35
+ );
36
+ ```
37
+
38
+ ### Parameters
39
+
40
+ |Name | Type | Description | Notes|
41
+ |------------- | ------------- | ------------- | -------------|
42
+ | **usersCreateRequest** | **UsersCreateRequest**| | |
43
+ | **promotionId** | [**string**] | ID da promoção | defaults to undefined|
44
+
45
+
46
+ ### Return type
47
+
48
+ **UsersCreate201Response**
49
+
50
+ ### Authorization
51
+
52
+ [bearerAuth](../README.md#bearerAuth)
53
+
54
+ ### HTTP request headers
55
+
56
+ - **Content-Type**: application/json
57
+ - **Accept**: application/json
58
+
59
+
60
+ ### HTTP response details
61
+ | Status code | Description | Response headers |
62
+ |-------------|-------------|------------------|
63
+ |**201** | success | - |
64
+ |**401** | unauthorized | - |
65
+ |**409** | failed | - |
66
+
67
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
68
+
69
+ # **usersDelete**
70
+ > UsersDelete200Response usersDelete()
71
+
72
+
73
+ ### Example
74
+
75
+ ```typescript
76
+ import {
77
+ UsersApi,
78
+ Configuration
79
+ } from '@handsondigital/idplugger-promotion';
80
+
81
+ const configuration = new Configuration();
82
+ const apiInstance = new UsersApi(configuration);
83
+
84
+ let promotionId: string; //ID da promoção (default to undefined)
85
+ let userId: string; //ID do usuário (default to undefined)
86
+
87
+ const { status, data } = await apiInstance.usersDelete(
88
+ promotionId,
89
+ userId
90
+ );
91
+ ```
92
+
93
+ ### Parameters
94
+
95
+ |Name | Type | Description | Notes|
96
+ |------------- | ------------- | ------------- | -------------|
97
+ | **promotionId** | [**string**] | ID da promoção | defaults to undefined|
98
+ | **userId** | [**string**] | ID do usuário | defaults to undefined|
99
+
100
+
101
+ ### Return type
102
+
103
+ **UsersDelete200Response**
104
+
105
+ ### Authorization
106
+
107
+ [bearerAuth](../README.md#bearerAuth)
108
+
109
+ ### HTTP request headers
110
+
111
+ - **Content-Type**: Not defined
112
+ - **Accept**: application/json
113
+
114
+
115
+ ### HTTP response details
116
+ | Status code | Description | Response headers |
117
+ |-------------|-------------|------------------|
118
+ |**200** | success | - |
119
+ |**400** | failed | - |
120
+ |**401** | unauthorized | - |
121
+
122
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
123
+
124
+ # **usersIndex**
125
+ > UsersIndex200Response usersIndex()
126
+
127
+
128
+ ### Example
129
+
130
+ ```typescript
131
+ import {
132
+ UsersApi,
133
+ Configuration
134
+ } from '@handsondigital/idplugger-promotion';
135
+
136
+ const configuration = new Configuration();
137
+ const apiInstance = new UsersApi(configuration);
138
+
139
+ let promotionId: string; //ID da promoção (default to undefined)
140
+ let id: number; //ID do usuário (optional) (default to undefined)
141
+ let externalId: string; //ID externo do usuário (optional) (default to undefined)
142
+ let username: string; //username do usuário (optional) (default to undefined)
143
+ let email: string; //email do usuário (optional) (default to undefined)
144
+ let cpf: string; //CPF do usuário (optional) (default to undefined)
145
+ let include: string; //Dados relacionados a serem retornados (optional) (default to undefined)
146
+ let fields: string; //Campos a serem retornados (optional) (default to undefined)
147
+
148
+ const { status, data } = await apiInstance.usersIndex(
149
+ promotionId,
150
+ id,
151
+ externalId,
152
+ username,
153
+ email,
154
+ cpf,
155
+ include,
156
+ fields
157
+ );
158
+ ```
159
+
160
+ ### Parameters
161
+
162
+ |Name | Type | Description | Notes|
163
+ |------------- | ------------- | ------------- | -------------|
164
+ | **promotionId** | [**string**] | ID da promoção | defaults to undefined|
165
+ | **id** | [**number**] | ID do usuário | (optional) defaults to undefined|
166
+ | **externalId** | [**string**] | ID externo do usuário | (optional) defaults to undefined|
167
+ | **username** | [**string**] | username do usuário | (optional) defaults to undefined|
168
+ | **email** | [**string**] | email do usuário | (optional) defaults to undefined|
169
+ | **cpf** | [**string**] | CPF do usuário | (optional) defaults to undefined|
170
+ | **include** | [**string**] | Dados relacionados a serem retornados | (optional) defaults to undefined|
171
+ | **fields** | [**string**] | Campos a serem retornados | (optional) defaults to undefined|
172
+
173
+
174
+ ### Return type
175
+
176
+ **UsersIndex200Response**
177
+
178
+ ### Authorization
179
+
180
+ [bearerAuth](../README.md#bearerAuth)
181
+
182
+ ### HTTP request headers
183
+
184
+ - **Content-Type**: Not defined
185
+ - **Accept**: application/json
186
+
187
+
188
+ ### HTTP response details
189
+ | Status code | Description | Response headers |
190
+ |-------------|-------------|------------------|
191
+ |**200** | success | - |
192
+ |**400** | failed | - |
193
+ |**401** | unauthorized | - |
194
+
195
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
196
+
197
+ # **usersUpdate**
198
+ > UsersUpdate201Response usersUpdate()
199
+
200
+
201
+ ### Example
202
+
203
+ ```typescript
204
+ import {
205
+ UsersApi,
206
+ Configuration,
207
+ UsersCreateRequest
208
+ } from '@handsondigital/idplugger-promotion';
209
+
210
+ const configuration = new Configuration();
211
+ const apiInstance = new UsersApi(configuration);
212
+
213
+ let promotionId: string; //ID da promoção (default to undefined)
214
+ let usersCreateRequest: UsersCreateRequest; // (optional)
215
+
216
+ const { status, data } = await apiInstance.usersUpdate(
217
+ promotionId,
218
+ usersCreateRequest
219
+ );
220
+ ```
221
+
222
+ ### Parameters
223
+
224
+ |Name | Type | Description | Notes|
225
+ |------------- | ------------- | ------------- | -------------|
226
+ | **usersCreateRequest** | **UsersCreateRequest**| | |
227
+ | **promotionId** | [**string**] | ID da promoção | defaults to undefined|
228
+
229
+
230
+ ### Return type
231
+
232
+ **UsersUpdate201Response**
233
+
234
+ ### Authorization
235
+
236
+ [bearerAuth](../README.md#bearerAuth)
237
+
238
+ ### HTTP request headers
239
+
240
+ - **Content-Type**: application/json
241
+ - **Accept**: application/json
242
+
243
+
244
+ ### HTTP response details
245
+ | Status code | Description | Response headers |
246
+ |-------------|-------------|------------------|
247
+ |**201** | success | - |
248
+ |**401** | unauthorized | - |
249
+ |**409** | failed | - |
250
+
251
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
252
+
253
+ # **usersWebhook**
254
+ > UsersWebhook200Response usersWebhook()
255
+
256
+ Este endpoint é apenas um exemplo de como você receberá em seu webhook a notificação do registro de um usuário na promoção. Em **Request body** clique em **Schema** para ver todos as variações de requisições que a API faz. Alguns erros são apenas informativos de que alguma parte não essencial do cadastro não funcionou. Para identificar se o usuário foi cadastrado ou não, verifique se o parâmetro `content.id` está incluso na requisição e é um número maior que zero.
257
+
258
+ ### Example
259
+
260
+ ```typescript
261
+ import {
262
+ UsersApi,
263
+ Configuration,
264
+ UsersWebhookRequest
265
+ } from '@handsondigital/idplugger-promotion';
266
+
267
+ const configuration = new Configuration();
268
+ const apiInstance = new UsersApi(configuration);
269
+
270
+ let usersWebhookRequest: UsersWebhookRequest; // (optional)
271
+
272
+ const { status, data } = await apiInstance.usersWebhook(
273
+ usersWebhookRequest
274
+ );
275
+ ```
276
+
277
+ ### Parameters
278
+
279
+ |Name | Type | Description | Notes|
280
+ |------------- | ------------- | ------------- | -------------|
281
+ | **usersWebhookRequest** | **UsersWebhookRequest**| | |
282
+
283
+
284
+ ### Return type
285
+
286
+ **UsersWebhook200Response**
287
+
288
+ ### Authorization
289
+
290
+ [bearerAuth](../README.md#bearerAuth)
291
+
292
+ ### HTTP request headers
293
+
294
+ - **Content-Type**: application/json
295
+ - **Accept**: application/json
296
+
297
+
298
+ ### HTTP response details
299
+ | Status code | Description | Response headers |
300
+ |-------------|-------------|------------------|
301
+ |**200** | success | - |
302
+
303
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
304
+
@@ -0,0 +1,26 @@
1
+ # UsersCreate201Response
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **entity** | **string** | | [optional] [default to undefined]
9
+ **action** | **string** | | [optional] [default to undefined]
10
+ **result** | **string** | | [optional] [default to undefined]
11
+ **message** | **string** | | [optional] [default to undefined]
12
+
13
+ ## Example
14
+
15
+ ```typescript
16
+ import { UsersCreate201Response } from '@handsondigital/idplugger-promotion';
17
+
18
+ const instance: UsersCreate201Response = {
19
+ entity,
20
+ action,
21
+ result,
22
+ message,
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
+ # UsersCreate401Response
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **entity** | **string** | | [optional] [default to undefined]
9
+ **action** | **string** | | [optional] [default to undefined]
10
+ **result** | **string** | | [optional] [default to undefined]
11
+ **message** | **string** | | [optional] [default to undefined]
12
+
13
+ ## Example
14
+
15
+ ```typescript
16
+ import { UsersCreate401Response } from '@handsondigital/idplugger-promotion';
17
+
18
+ const instance: UsersCreate401Response = {
19
+ entity,
20
+ action,
21
+ result,
22
+ message,
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
+ # UsersCreate409Response
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **entity** | **string** | | [optional] [default to undefined]
9
+ **action** | **string** | | [optional] [default to undefined]
10
+ **result** | **string** | | [optional] [default to undefined]
11
+ **message** | **string** | | [optional] [default to undefined]
12
+
13
+ ## Example
14
+
15
+ ```typescript
16
+ import { UsersCreate409Response } from '@handsondigital/idplugger-promotion';
17
+
18
+ const instance: UsersCreate409Response = {
19
+ entity,
20
+ action,
21
+ result,
22
+ message,
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,20 @@
1
+ # UsersCreateRequest
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **users** | [**Array<User>**](User.md) | | [optional] [default to undefined]
9
+
10
+ ## Example
11
+
12
+ ```typescript
13
+ import { UsersCreateRequest } from '@handsondigital/idplugger-promotion';
14
+
15
+ const instance: UsersCreateRequest = {
16
+ users,
17
+ };
18
+ ```
19
+
20
+ [[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
+ # UsersDelete200Response
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **entity** | **string** | | [optional] [default to undefined]
9
+ **action** | **string** | | [optional] [default to undefined]
10
+ **result** | **string** | | [optional] [default to undefined]
11
+ **content** | **string** | | [optional] [default to undefined]
12
+
13
+ ## Example
14
+
15
+ ```typescript
16
+ import { UsersDelete200Response } from '@handsondigital/idplugger-promotion';
17
+
18
+ const instance: UsersDelete200Response = {
19
+ entity,
20
+ action,
21
+ result,
22
+ content,
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
+ # UsersDelete400Response
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **entity** | **string** | | [optional] [default to undefined]
9
+ **action** | **string** | | [optional] [default to undefined]
10
+ **result** | **string** | | [optional] [default to undefined]
11
+ **message** | **string** | | [optional] [default to undefined]
12
+
13
+ ## Example
14
+
15
+ ```typescript
16
+ import { UsersDelete400Response } from '@handsondigital/idplugger-promotion';
17
+
18
+ const instance: UsersDelete400Response = {
19
+ entity,
20
+ action,
21
+ result,
22
+ message,
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
+ # UsersDelete401Response
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **entity** | **string** | | [optional] [default to undefined]
9
+ **action** | **string** | | [optional] [default to undefined]
10
+ **result** | **string** | | [optional] [default to undefined]
11
+ **message** | **string** | | [optional] [default to undefined]
12
+
13
+ ## Example
14
+
15
+ ```typescript
16
+ import { UsersDelete401Response } from '@handsondigital/idplugger-promotion';
17
+
18
+ const instance: UsersDelete401Response = {
19
+ entity,
20
+ action,
21
+ result,
22
+ message,
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
+ # UsersIndex200Response
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **entity** | **string** | | [optional] [default to undefined]
9
+ **action** | **string** | | [optional] [default to undefined]
10
+ **result** | **string** | | [optional] [default to undefined]
11
+ **paging** | [**Array<Pagination>**](Pagination.md) | | [optional] [default to undefined]
12
+ **content** | [**Array<User>**](User.md) | | [optional] [default to undefined]
13
+
14
+ ## Example
15
+
16
+ ```typescript
17
+ import { UsersIndex200Response } from '@handsondigital/idplugger-promotion';
18
+
19
+ const instance: UsersIndex200Response = {
20
+ entity,
21
+ action,
22
+ result,
23
+ paging,
24
+ content,
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,26 @@
1
+ # UsersUpdate201Response
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **entity** | **string** | | [optional] [default to undefined]
9
+ **action** | **string** | | [optional] [default to undefined]
10
+ **result** | **string** | | [optional] [default to undefined]
11
+ **content** | [**Array<User>**](User.md) | | [optional] [default to undefined]
12
+
13
+ ## Example
14
+
15
+ ```typescript
16
+ import { UsersUpdate201Response } from '@handsondigital/idplugger-promotion';
17
+
18
+ const instance: UsersUpdate201Response = {
19
+ entity,
20
+ action,
21
+ result,
22
+ content,
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,20 @@
1
+ # UsersWebhook200Response
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **success** | **string** | | [optional] [default to undefined]
9
+
10
+ ## Example
11
+
12
+ ```typescript
13
+ import { UsersWebhook200Response } from '@handsondigital/idplugger-promotion';
14
+
15
+ const instance: UsersWebhook200Response = {
16
+ success,
17
+ };
18
+ ```
19
+
20
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)