infinity-forge 6.3.8 → 6.4.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.
- package/dist/client/client.d.ts +15 -0
- package/dist/client/client.js +10 -0
- package/dist/client/client.js.map +1 -0
- package/dist/client/generate.d.ts +1 -0
- package/dist/client/generate.js +13 -0
- package/dist/client/generate.js.map +1 -0
- package/dist/client/index.d.ts +1 -0
- package/dist/client/index.js +18 -0
- package/dist/client/index.js.map +1 -0
- package/dist/client/swagger_client.d.ts +1523 -0
- package/dist/client/swagger_client.js +3 -0
- package/dist/client/swagger_client.js.map +1 -0
- package/dist/codie_panel/atena_codie_panel_keys/hooks/index.d.ts +1 -0
- package/dist/codie_panel/atena_codie_panel_keys/hooks/index.js +18 -0
- package/dist/codie_panel/atena_codie_panel_keys/hooks/index.js.map +1 -0
- package/dist/codie_panel/atena_codie_panel_keys/hooks/use-panel-configurations.d.ts +5 -0
- package/dist/codie_panel/atena_codie_panel_keys/hooks/use-panel-configurations.js +10 -0
- package/dist/codie_panel/atena_codie_panel_keys/hooks/use-panel-configurations.js.map +1 -0
- package/dist/codie_panel/atena_codie_panel_keys/index.d.ts +2 -0
- package/dist/codie_panel/atena_codie_panel_keys/index.js +19 -0
- package/dist/codie_panel/atena_codie_panel_keys/index.js.map +1 -0
- package/dist/codie_panel/atena_codie_panel_keys/keys.d.ts +12 -0
- package/dist/codie_panel/atena_codie_panel_keys/keys.js +36 -0
- package/dist/codie_panel/atena_codie_panel_keys/keys.js.map +1 -0
- package/dist/codie_panel/hooks/use-panel-configurations.d.ts +5 -0
- package/dist/codie_panel/hooks/use-panel-configurations.js +7 -0
- package/dist/codie_panel/hooks/use-panel-configurations.js.map +1 -0
- package/dist/codie_panel/index.d.ts +3 -0
- package/dist/codie_panel/index.js +20 -0
- package/dist/codie_panel/index.js.map +1 -0
- package/dist/codie_panel/pages/configurations/components/index.d.ts +1 -0
- package/dist/codie_panel/pages/configurations/components/index.js +18 -0
- package/dist/codie_panel/pages/configurations/components/index.js.map +1 -0
- package/dist/codie_panel/pages/configurations/components/menu-card/index.d.ts +1 -0
- package/dist/codie_panel/pages/configurations/components/menu-card/index.js +8 -0
- package/dist/codie_panel/pages/configurations/components/menu-card/index.js.map +1 -0
- package/dist/codie_panel/pages/configurations/index.d.ts +1 -0
- package/dist/codie_panel/pages/configurations/index.js +18 -0
- package/dist/codie_panel/pages/configurations/index.js.map +1 -0
- package/dist/codie_panel/pages/configurations/page.d.ts +1 -0
- package/dist/codie_panel/pages/configurations/page.js +15 -0
- package/dist/codie_panel/pages/configurations/page.js.map +1 -0
- package/dist/codie_panel/pages/index.d.ts +2 -0
- package/dist/codie_panel/pages/index.js +19 -0
- package/dist/codie_panel/pages/index.js.map +1 -0
- package/dist/codie_panel/pages/menu/components/index.d.ts +1 -0
- package/dist/codie_panel/pages/menu/components/index.js +18 -0
- package/dist/codie_panel/pages/menu/components/index.js.map +1 -0
- package/dist/codie_panel/pages/menu/components/menu-card/index.d.ts +1 -0
- package/dist/codie_panel/pages/menu/components/menu-card/index.js +8 -0
- package/dist/codie_panel/pages/menu/components/menu-card/index.js.map +1 -0
- package/dist/codie_panel/pages/menu/index.d.ts +1 -0
- package/dist/codie_panel/pages/menu/index.js +18 -0
- package/dist/codie_panel/pages/menu/index.js.map +1 -0
- package/dist/codie_panel/pages/menu/page.d.ts +1 -0
- package/dist/codie_panel/pages/menu/page.js +16 -0
- package/dist/codie_panel/pages/menu/page.js.map +1 -0
- package/dist/codie_panel/panel_configurations/index.d.ts +1 -0
- package/dist/codie_panel/panel_configurations/index.js +3 -0
- package/dist/codie_panel/panel_configurations/index.js.map +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/system/components/data/index.d.ts +0 -1
- package/dist/system/components/data/index.js +0 -1
- package/dist/system/components/data/index.js.map +1 -1
- package/dist/system/components/data/tab/component.js +1 -1
- package/dist/system/components/data/tab/component.js.map +1 -1
- package/dist/system/components/layout/header/components/index.d.ts +1 -0
- package/dist/system/components/layout/header/components/index.js +1 -0
- package/dist/system/components/layout/header/components/index.js.map +1 -1
- package/dist/system/components/layout/header/components/logo/index.d.ts +4 -0
- package/dist/system/components/layout/header/components/logo/index.js +17 -0
- package/dist/system/components/layout/header/components/logo/index.js.map +1 -0
- package/dist/system/components/layout/header/version-01/index.js +2 -5
- package/dist/system/components/layout/header/version-01/index.js.map +1 -1
- package/dist/system/context/auth/components/private-page/index.d.ts +1 -1
- package/dist/system/context/auth/components/private-page/index.js.map +1 -1
- package/dist/system/context/auth/components/private-page/interfaces.d.ts +3 -3
- package/dist/system/context/theme/context.js +15 -1
- package/dist/system/context/theme/context.js.map +1 -1
- package/dist/ui/atena/presentation/dynamic-sections/use-dynamic-section/edit-section.js +30 -24
- package/dist/ui/atena/presentation/dynamic-sections/use-dynamic-section/edit-section.js.map +1 -1
- package/dist/ui/atena/presentation/dynamic-sections/use-dynamic-section/index.js +1 -1
- package/dist/ui/atena/presentation/dynamic-sections/use-dynamic-section/index.js.map +1 -1
- package/dist/ui/atena/presentation/dynamic-sections/use-dynamic-section/interfaces.d.ts +2 -1
- package/dist/ui/components/form/input-date-picker/calendar/index.js +6 -4
- package/dist/ui/components/form/input-date-picker/calendar/index.js.map +1 -1
- package/dist/ui/components/form/input-date-picker/calendar/months/index.js +1 -0
- package/dist/ui/components/form/input-date-picker/calendar/months/index.js.map +1 -1
- package/dist/ui/hooks/use-swagger/client/index.d.ts +3 -1
- package/dist/ui/hooks/use-swagger/client/index.js.map +1 -1
- package/dist/ui/icons/index.d.ts +1 -0
- package/dist/ui/icons/index.js +1 -0
- package/dist/ui/icons/index.js.map +1 -1
- package/dist/ui/icons/render/icon-right-navigation-rounded.d.ts +2 -0
- package/dist/ui/icons/render/icon-right-navigation-rounded.js +9 -0
- package/dist/ui/icons/render/icon-right-navigation-rounded.js.map +1 -0
- package/dist/ui/utils/http/axios-http-client.js +1 -1
- package/dist/ui/utils/http/axios-http-client.js.map +1 -1
- package/package.json +6 -4
- package/dist/system/components/data/logo/index.d.ts +0 -1
- package/dist/system/components/data/logo/index.js +0 -43
- package/dist/system/components/data/logo/index.js.map +0 -1
- package/dist/system/components/data/logo/styles.d.ts +0 -1
- package/dist/system/components/data/logo/styles.js +0 -14
- package/dist/system/components/data/logo/styles.js.map +0 -1
|
@@ -0,0 +1,1523 @@
|
|
|
1
|
+
export type Swagger = {
|
|
2
|
+
"/Account/user/create": {
|
|
3
|
+
post: {
|
|
4
|
+
params: {};
|
|
5
|
+
requestBody: CreateAccountResponse;
|
|
6
|
+
result: CreateAccountResult;
|
|
7
|
+
};
|
|
8
|
+
};
|
|
9
|
+
"/Account/user/verification": {
|
|
10
|
+
get: {
|
|
11
|
+
params: {
|
|
12
|
+
email: string | undefined;
|
|
13
|
+
token: string | undefined;
|
|
14
|
+
};
|
|
15
|
+
requestBody: null;
|
|
16
|
+
result: null;
|
|
17
|
+
};
|
|
18
|
+
};
|
|
19
|
+
"/Account/user/update": {
|
|
20
|
+
post: {
|
|
21
|
+
params: {};
|
|
22
|
+
requestBody: UpdateAccountResponse;
|
|
23
|
+
result: UpdateAccountResult;
|
|
24
|
+
};
|
|
25
|
+
};
|
|
26
|
+
"/Activity/{activityId}/complete": {
|
|
27
|
+
post: {
|
|
28
|
+
params: {
|
|
29
|
+
activityId: number;
|
|
30
|
+
};
|
|
31
|
+
requestBody: null;
|
|
32
|
+
result: null;
|
|
33
|
+
};
|
|
34
|
+
};
|
|
35
|
+
"/Activity/resume": {
|
|
36
|
+
post: {
|
|
37
|
+
params: {};
|
|
38
|
+
requestBody: NotebookUpdateResumeDto;
|
|
39
|
+
result: null;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
"/Activity/detail/resume": {
|
|
43
|
+
get: {
|
|
44
|
+
params: {
|
|
45
|
+
activityId: number;
|
|
46
|
+
};
|
|
47
|
+
requestBody: null;
|
|
48
|
+
result: NotebookContentDto;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
"/Authentication": {
|
|
52
|
+
post: {
|
|
53
|
+
params: {};
|
|
54
|
+
requestBody: UsuarioLoginDto;
|
|
55
|
+
result: LoginResult;
|
|
56
|
+
};
|
|
57
|
+
};
|
|
58
|
+
"/Users/me": {
|
|
59
|
+
get: {
|
|
60
|
+
params: {};
|
|
61
|
+
requestBody: null;
|
|
62
|
+
result: null;
|
|
63
|
+
};
|
|
64
|
+
};
|
|
65
|
+
"/Blog/list": {
|
|
66
|
+
get: {
|
|
67
|
+
params: {
|
|
68
|
+
category: string | undefined;
|
|
69
|
+
search: string | undefined;
|
|
70
|
+
tags: string | undefined;
|
|
71
|
+
page: number;
|
|
72
|
+
};
|
|
73
|
+
requestBody: null;
|
|
74
|
+
result: BlogPage;
|
|
75
|
+
};
|
|
76
|
+
};
|
|
77
|
+
"/Blog/detail/{url}": {
|
|
78
|
+
get: {
|
|
79
|
+
params: {
|
|
80
|
+
url: string;
|
|
81
|
+
};
|
|
82
|
+
requestBody: null;
|
|
83
|
+
result: null;
|
|
84
|
+
};
|
|
85
|
+
};
|
|
86
|
+
"/Blog/destaques": {
|
|
87
|
+
get: {
|
|
88
|
+
params: {
|
|
89
|
+
page: number;
|
|
90
|
+
};
|
|
91
|
+
requestBody: null;
|
|
92
|
+
result: null;
|
|
93
|
+
};
|
|
94
|
+
};
|
|
95
|
+
"/Blog/categorias": {
|
|
96
|
+
get: {
|
|
97
|
+
params: {};
|
|
98
|
+
requestBody: null;
|
|
99
|
+
result: null;
|
|
100
|
+
};
|
|
101
|
+
};
|
|
102
|
+
"/Configs": {
|
|
103
|
+
get: {
|
|
104
|
+
params: {};
|
|
105
|
+
requestBody: null;
|
|
106
|
+
result: null;
|
|
107
|
+
};
|
|
108
|
+
};
|
|
109
|
+
"/Courses/list/shortname": {
|
|
110
|
+
get: {
|
|
111
|
+
params: {};
|
|
112
|
+
requestBody: null;
|
|
113
|
+
result: CourseItemShortless;
|
|
114
|
+
};
|
|
115
|
+
};
|
|
116
|
+
"/Courses/list": {
|
|
117
|
+
get: {
|
|
118
|
+
params: {};
|
|
119
|
+
requestBody: null;
|
|
120
|
+
result: CoursesPage;
|
|
121
|
+
};
|
|
122
|
+
};
|
|
123
|
+
"/Courses/list/extra-content": {
|
|
124
|
+
get: {
|
|
125
|
+
params: {};
|
|
126
|
+
requestBody: null;
|
|
127
|
+
result: CoursesPage;
|
|
128
|
+
};
|
|
129
|
+
};
|
|
130
|
+
"/Courses/detail/{guid}": {
|
|
131
|
+
get: {
|
|
132
|
+
params: {
|
|
133
|
+
guid: string;
|
|
134
|
+
};
|
|
135
|
+
requestBody: null;
|
|
136
|
+
result: CourseDetailPage;
|
|
137
|
+
};
|
|
138
|
+
};
|
|
139
|
+
"/module/detail/{guid}": {
|
|
140
|
+
get: {
|
|
141
|
+
params: {
|
|
142
|
+
guid: string;
|
|
143
|
+
};
|
|
144
|
+
requestBody: null;
|
|
145
|
+
result: ModuleDetailPage;
|
|
146
|
+
};
|
|
147
|
+
};
|
|
148
|
+
"/lesson/detail/{guid}": {
|
|
149
|
+
get: {
|
|
150
|
+
params: {
|
|
151
|
+
guid: string;
|
|
152
|
+
};
|
|
153
|
+
requestBody: null;
|
|
154
|
+
result: LessonDetailPage;
|
|
155
|
+
};
|
|
156
|
+
};
|
|
157
|
+
"/api/Directory/{entityType}": {
|
|
158
|
+
get: {
|
|
159
|
+
params: {
|
|
160
|
+
entityType: string;
|
|
161
|
+
};
|
|
162
|
+
requestBody: null;
|
|
163
|
+
result: DirectoryEntity[];
|
|
164
|
+
};
|
|
165
|
+
post: {
|
|
166
|
+
params: {
|
|
167
|
+
entityType: string;
|
|
168
|
+
};
|
|
169
|
+
requestBody: DirectoryEntity;
|
|
170
|
+
result: DirectoryEntity;
|
|
171
|
+
};
|
|
172
|
+
};
|
|
173
|
+
"/api/Directory/{entityType}/{id}": {
|
|
174
|
+
get: {
|
|
175
|
+
params: {
|
|
176
|
+
entityType: string;
|
|
177
|
+
id: number;
|
|
178
|
+
};
|
|
179
|
+
requestBody: null;
|
|
180
|
+
result: DirectoryEntity;
|
|
181
|
+
};
|
|
182
|
+
put: {
|
|
183
|
+
params: {
|
|
184
|
+
entityType: string;
|
|
185
|
+
id: number;
|
|
186
|
+
};
|
|
187
|
+
requestBody: DirectoryEntity;
|
|
188
|
+
result: DirectoryEntity;
|
|
189
|
+
};
|
|
190
|
+
delete: {
|
|
191
|
+
params: {
|
|
192
|
+
entityType: string;
|
|
193
|
+
id: number;
|
|
194
|
+
};
|
|
195
|
+
requestBody: null;
|
|
196
|
+
result: null;
|
|
197
|
+
};
|
|
198
|
+
};
|
|
199
|
+
"/api/Directory/{entityType}/paged": {
|
|
200
|
+
get: {
|
|
201
|
+
params: {
|
|
202
|
+
entityType: string;
|
|
203
|
+
search: string | undefined;
|
|
204
|
+
foreignKeyFilter: number;
|
|
205
|
+
activeFilter: boolean | undefined;
|
|
206
|
+
page: number;
|
|
207
|
+
pageSize: number;
|
|
208
|
+
sortColumn: string | undefined;
|
|
209
|
+
sortDirection: string | undefined;
|
|
210
|
+
};
|
|
211
|
+
requestBody: null;
|
|
212
|
+
result: DirectoryEntityPagedResponse;
|
|
213
|
+
};
|
|
214
|
+
};
|
|
215
|
+
"/api/DirectoryFeature": {
|
|
216
|
+
get: {
|
|
217
|
+
params: {};
|
|
218
|
+
requestBody: null;
|
|
219
|
+
result: DirectoryFeature[];
|
|
220
|
+
};
|
|
221
|
+
post: {
|
|
222
|
+
params: {};
|
|
223
|
+
requestBody: DirectoryFeature;
|
|
224
|
+
result: DirectoryFeature;
|
|
225
|
+
};
|
|
226
|
+
};
|
|
227
|
+
"/api/DirectoryFeature/{id}": {
|
|
228
|
+
get: {
|
|
229
|
+
params: {
|
|
230
|
+
id: number;
|
|
231
|
+
};
|
|
232
|
+
requestBody: null;
|
|
233
|
+
result: DirectoryFeature;
|
|
234
|
+
};
|
|
235
|
+
put: {
|
|
236
|
+
params: {
|
|
237
|
+
id: number;
|
|
238
|
+
};
|
|
239
|
+
requestBody: DirectoryFeature;
|
|
240
|
+
result: DirectoryFeature;
|
|
241
|
+
};
|
|
242
|
+
delete: {
|
|
243
|
+
params: {
|
|
244
|
+
id: number;
|
|
245
|
+
};
|
|
246
|
+
requestBody: null;
|
|
247
|
+
result: null;
|
|
248
|
+
};
|
|
249
|
+
};
|
|
250
|
+
"/api/DirectoryReferral": {
|
|
251
|
+
get: {
|
|
252
|
+
params: {};
|
|
253
|
+
requestBody: null;
|
|
254
|
+
result: DirectoryReferral[];
|
|
255
|
+
};
|
|
256
|
+
post: {
|
|
257
|
+
params: {};
|
|
258
|
+
requestBody: DirectoryReferral;
|
|
259
|
+
result: DirectoryReferral;
|
|
260
|
+
};
|
|
261
|
+
};
|
|
262
|
+
"/api/DirectoryReferral/{id}": {
|
|
263
|
+
get: {
|
|
264
|
+
params: {
|
|
265
|
+
id: number;
|
|
266
|
+
};
|
|
267
|
+
requestBody: null;
|
|
268
|
+
result: DirectoryReferral;
|
|
269
|
+
};
|
|
270
|
+
put: {
|
|
271
|
+
params: {
|
|
272
|
+
id: number;
|
|
273
|
+
};
|
|
274
|
+
requestBody: DirectoryReferral;
|
|
275
|
+
result: DirectoryReferral;
|
|
276
|
+
};
|
|
277
|
+
delete: {
|
|
278
|
+
params: {
|
|
279
|
+
id: number;
|
|
280
|
+
};
|
|
281
|
+
requestBody: null;
|
|
282
|
+
result: null;
|
|
283
|
+
};
|
|
284
|
+
};
|
|
285
|
+
"/api/Feature": {
|
|
286
|
+
get: {
|
|
287
|
+
params: {};
|
|
288
|
+
requestBody: null;
|
|
289
|
+
result: Feature[];
|
|
290
|
+
};
|
|
291
|
+
post: {
|
|
292
|
+
params: {};
|
|
293
|
+
requestBody: Feature;
|
|
294
|
+
result: Feature;
|
|
295
|
+
};
|
|
296
|
+
};
|
|
297
|
+
"/api/Feature/{id}": {
|
|
298
|
+
get: {
|
|
299
|
+
params: {
|
|
300
|
+
id: number;
|
|
301
|
+
};
|
|
302
|
+
requestBody: null;
|
|
303
|
+
result: Feature;
|
|
304
|
+
};
|
|
305
|
+
put: {
|
|
306
|
+
params: {
|
|
307
|
+
id: number;
|
|
308
|
+
};
|
|
309
|
+
requestBody: Feature;
|
|
310
|
+
result: Feature;
|
|
311
|
+
};
|
|
312
|
+
delete: {
|
|
313
|
+
params: {
|
|
314
|
+
id: number;
|
|
315
|
+
};
|
|
316
|
+
requestBody: null;
|
|
317
|
+
result: null;
|
|
318
|
+
};
|
|
319
|
+
};
|
|
320
|
+
"/api/FeatureType": {
|
|
321
|
+
get: {
|
|
322
|
+
params: {};
|
|
323
|
+
requestBody: null;
|
|
324
|
+
result: FeatureType[];
|
|
325
|
+
};
|
|
326
|
+
post: {
|
|
327
|
+
params: {};
|
|
328
|
+
requestBody: FeatureType;
|
|
329
|
+
result: FeatureType;
|
|
330
|
+
};
|
|
331
|
+
};
|
|
332
|
+
"/api/FeatureType/{id}": {
|
|
333
|
+
get: {
|
|
334
|
+
params: {
|
|
335
|
+
id: number;
|
|
336
|
+
};
|
|
337
|
+
requestBody: null;
|
|
338
|
+
result: FeatureType;
|
|
339
|
+
};
|
|
340
|
+
put: {
|
|
341
|
+
params: {
|
|
342
|
+
id: number;
|
|
343
|
+
};
|
|
344
|
+
requestBody: FeatureType;
|
|
345
|
+
result: FeatureType;
|
|
346
|
+
};
|
|
347
|
+
delete: {
|
|
348
|
+
params: {
|
|
349
|
+
id: number;
|
|
350
|
+
};
|
|
351
|
+
requestBody: null;
|
|
352
|
+
result: null;
|
|
353
|
+
};
|
|
354
|
+
};
|
|
355
|
+
"/Forms/contact-pericles": {
|
|
356
|
+
get: {
|
|
357
|
+
params: {
|
|
358
|
+
Subject: string | undefined;
|
|
359
|
+
};
|
|
360
|
+
requestBody: null;
|
|
361
|
+
result: null;
|
|
362
|
+
};
|
|
363
|
+
post: {
|
|
364
|
+
params: {};
|
|
365
|
+
requestBody: ContactDTO;
|
|
366
|
+
result: null;
|
|
367
|
+
};
|
|
368
|
+
};
|
|
369
|
+
"/Forms/contact": {
|
|
370
|
+
post: {
|
|
371
|
+
params: {};
|
|
372
|
+
requestBody: ContactDTO;
|
|
373
|
+
result: null;
|
|
374
|
+
};
|
|
375
|
+
};
|
|
376
|
+
"/Forms/prelaunch": {
|
|
377
|
+
post: {
|
|
378
|
+
params: {};
|
|
379
|
+
requestBody: User;
|
|
380
|
+
result: null;
|
|
381
|
+
};
|
|
382
|
+
};
|
|
383
|
+
"/Forms/work": {
|
|
384
|
+
post: {
|
|
385
|
+
params: {};
|
|
386
|
+
requestBody: ContactDTO;
|
|
387
|
+
result: null;
|
|
388
|
+
};
|
|
389
|
+
};
|
|
390
|
+
"/Forms/newsletter": {
|
|
391
|
+
post: {
|
|
392
|
+
params: {};
|
|
393
|
+
requestBody: ContactDTO;
|
|
394
|
+
result: null;
|
|
395
|
+
};
|
|
396
|
+
};
|
|
397
|
+
"/api/Journey/missions": {
|
|
398
|
+
get: {
|
|
399
|
+
params: {};
|
|
400
|
+
requestBody: null;
|
|
401
|
+
result: UserMissionsDto;
|
|
402
|
+
};
|
|
403
|
+
};
|
|
404
|
+
"/api/Journey/create": {
|
|
405
|
+
post: {
|
|
406
|
+
params: {
|
|
407
|
+
courseId: number;
|
|
408
|
+
resetBasicModules: boolean | undefined;
|
|
409
|
+
resetAdvancedModules: boolean | undefined;
|
|
410
|
+
};
|
|
411
|
+
requestBody: {
|
|
412
|
+
Sunday: {
|
|
413
|
+
type: number;
|
|
414
|
+
format: number;
|
|
415
|
+
};
|
|
416
|
+
Monday: {
|
|
417
|
+
type: number;
|
|
418
|
+
format: number;
|
|
419
|
+
};
|
|
420
|
+
Tuesday: {
|
|
421
|
+
type: number;
|
|
422
|
+
format: number;
|
|
423
|
+
};
|
|
424
|
+
Wednesday: {
|
|
425
|
+
type: number;
|
|
426
|
+
format: number;
|
|
427
|
+
};
|
|
428
|
+
Thursday: {
|
|
429
|
+
type: number;
|
|
430
|
+
format: number;
|
|
431
|
+
};
|
|
432
|
+
Friday: {
|
|
433
|
+
type: number;
|
|
434
|
+
format: number;
|
|
435
|
+
};
|
|
436
|
+
Saturday: {
|
|
437
|
+
type: number;
|
|
438
|
+
format: number;
|
|
439
|
+
};
|
|
440
|
+
};
|
|
441
|
+
result: null;
|
|
442
|
+
};
|
|
443
|
+
};
|
|
444
|
+
"/api/Journey/updateProgress/{journeyId}": {
|
|
445
|
+
post: {
|
|
446
|
+
params: {
|
|
447
|
+
journeyId: number;
|
|
448
|
+
};
|
|
449
|
+
requestBody: null;
|
|
450
|
+
result: null;
|
|
451
|
+
};
|
|
452
|
+
};
|
|
453
|
+
"/api/Journey/confirmCompletion/{studyDayId}": {
|
|
454
|
+
post: {
|
|
455
|
+
params: {
|
|
456
|
+
studyDayId: number;
|
|
457
|
+
};
|
|
458
|
+
requestBody: null;
|
|
459
|
+
result: null;
|
|
460
|
+
};
|
|
461
|
+
};
|
|
462
|
+
"/api/Journey/getActivity/{activityId}": {
|
|
463
|
+
post: {
|
|
464
|
+
params: {
|
|
465
|
+
studyActivityId: number;
|
|
466
|
+
activityId: string;
|
|
467
|
+
};
|
|
468
|
+
requestBody: null;
|
|
469
|
+
result: StudyActivityDto;
|
|
470
|
+
};
|
|
471
|
+
};
|
|
472
|
+
"/api/Journey/startActivity/{activityId}": {
|
|
473
|
+
post: {
|
|
474
|
+
params: {
|
|
475
|
+
activityId: number;
|
|
476
|
+
};
|
|
477
|
+
requestBody: null;
|
|
478
|
+
result: null;
|
|
479
|
+
};
|
|
480
|
+
};
|
|
481
|
+
"/api/Journey/completeActivity/{activityId}": {
|
|
482
|
+
post: {
|
|
483
|
+
params: {
|
|
484
|
+
activityId: number;
|
|
485
|
+
};
|
|
486
|
+
requestBody: null;
|
|
487
|
+
result: ActivityCompleteDto;
|
|
488
|
+
};
|
|
489
|
+
};
|
|
490
|
+
"/Language": {
|
|
491
|
+
get: {
|
|
492
|
+
params: {};
|
|
493
|
+
requestBody: null;
|
|
494
|
+
result: null;
|
|
495
|
+
};
|
|
496
|
+
};
|
|
497
|
+
"/Language/word": {
|
|
498
|
+
get: {
|
|
499
|
+
params: {};
|
|
500
|
+
requestBody: null;
|
|
501
|
+
result: null;
|
|
502
|
+
};
|
|
503
|
+
};
|
|
504
|
+
"/Metadata": {
|
|
505
|
+
post: {
|
|
506
|
+
params: {};
|
|
507
|
+
requestBody: null;
|
|
508
|
+
result: null;
|
|
509
|
+
};
|
|
510
|
+
};
|
|
511
|
+
"/Metadata/{id}": {
|
|
512
|
+
delete: {
|
|
513
|
+
params: {
|
|
514
|
+
id: string;
|
|
515
|
+
};
|
|
516
|
+
requestBody: null;
|
|
517
|
+
result: null;
|
|
518
|
+
};
|
|
519
|
+
};
|
|
520
|
+
"/webhook/pagarme": {
|
|
521
|
+
post: {
|
|
522
|
+
params: {};
|
|
523
|
+
requestBody: {};
|
|
524
|
+
result: null;
|
|
525
|
+
};
|
|
526
|
+
};
|
|
527
|
+
"/Pages/{url}": {
|
|
528
|
+
get: {
|
|
529
|
+
params: {
|
|
530
|
+
url: string;
|
|
531
|
+
};
|
|
532
|
+
requestBody: null;
|
|
533
|
+
result: PageDTO;
|
|
534
|
+
};
|
|
535
|
+
};
|
|
536
|
+
"/Pages/{entityKey}/listing": {
|
|
537
|
+
get: {
|
|
538
|
+
params: {
|
|
539
|
+
entityKey: string;
|
|
540
|
+
category: string | undefined;
|
|
541
|
+
search: string | undefined;
|
|
542
|
+
tags: string | undefined;
|
|
543
|
+
page: number;
|
|
544
|
+
pageSize: number;
|
|
545
|
+
destaque: boolean | undefined;
|
|
546
|
+
destaqueVitrine: boolean | undefined;
|
|
547
|
+
};
|
|
548
|
+
requestBody: null;
|
|
549
|
+
result: ListPageDTO;
|
|
550
|
+
};
|
|
551
|
+
};
|
|
552
|
+
"/Pages/detail/{entityKey}/{url}": {
|
|
553
|
+
get: {
|
|
554
|
+
params: {
|
|
555
|
+
entityKey: string;
|
|
556
|
+
url: string;
|
|
557
|
+
};
|
|
558
|
+
requestBody: null;
|
|
559
|
+
result: PageDTO;
|
|
560
|
+
};
|
|
561
|
+
};
|
|
562
|
+
"/Platform/configs": {
|
|
563
|
+
get: {
|
|
564
|
+
params: {
|
|
565
|
+
tenantId: string | undefined;
|
|
566
|
+
};
|
|
567
|
+
requestBody: null;
|
|
568
|
+
result: Configs;
|
|
569
|
+
};
|
|
570
|
+
};
|
|
571
|
+
"/api/ReferralSubtype": {
|
|
572
|
+
get: {
|
|
573
|
+
params: {};
|
|
574
|
+
requestBody: null;
|
|
575
|
+
result: ReferralSubtype[];
|
|
576
|
+
};
|
|
577
|
+
post: {
|
|
578
|
+
params: {};
|
|
579
|
+
requestBody: ReferralSubtype;
|
|
580
|
+
result: ReferralSubtype;
|
|
581
|
+
};
|
|
582
|
+
};
|
|
583
|
+
"/api/ReferralSubtype/{id}": {
|
|
584
|
+
get: {
|
|
585
|
+
params: {
|
|
586
|
+
id: number;
|
|
587
|
+
};
|
|
588
|
+
requestBody: null;
|
|
589
|
+
result: ReferralSubtype;
|
|
590
|
+
};
|
|
591
|
+
put: {
|
|
592
|
+
params: {
|
|
593
|
+
id: number;
|
|
594
|
+
};
|
|
595
|
+
requestBody: ReferralSubtype;
|
|
596
|
+
result: ReferralSubtype;
|
|
597
|
+
};
|
|
598
|
+
delete: {
|
|
599
|
+
params: {
|
|
600
|
+
id: number;
|
|
601
|
+
};
|
|
602
|
+
requestBody: null;
|
|
603
|
+
result: null;
|
|
604
|
+
};
|
|
605
|
+
};
|
|
606
|
+
"/api/ReferralType": {
|
|
607
|
+
get: {
|
|
608
|
+
params: {};
|
|
609
|
+
requestBody: null;
|
|
610
|
+
result: ReferralType[];
|
|
611
|
+
};
|
|
612
|
+
post: {
|
|
613
|
+
params: {};
|
|
614
|
+
requestBody: ReferralType;
|
|
615
|
+
result: ReferralType;
|
|
616
|
+
};
|
|
617
|
+
};
|
|
618
|
+
"/api/ReferralType/{id}": {
|
|
619
|
+
get: {
|
|
620
|
+
params: {
|
|
621
|
+
id: number;
|
|
622
|
+
};
|
|
623
|
+
requestBody: null;
|
|
624
|
+
result: ReferralType;
|
|
625
|
+
};
|
|
626
|
+
put: {
|
|
627
|
+
params: {
|
|
628
|
+
id: number;
|
|
629
|
+
};
|
|
630
|
+
requestBody: ReferralType;
|
|
631
|
+
result: ReferralType;
|
|
632
|
+
};
|
|
633
|
+
delete: {
|
|
634
|
+
params: {
|
|
635
|
+
id: number;
|
|
636
|
+
};
|
|
637
|
+
requestBody: null;
|
|
638
|
+
result: null;
|
|
639
|
+
};
|
|
640
|
+
};
|
|
641
|
+
"/Section": {
|
|
642
|
+
post: {
|
|
643
|
+
params: {};
|
|
644
|
+
requestBody: SectionDto;
|
|
645
|
+
result: null;
|
|
646
|
+
};
|
|
647
|
+
get: {
|
|
648
|
+
params: {
|
|
649
|
+
page: string | undefined;
|
|
650
|
+
};
|
|
651
|
+
requestBody: null;
|
|
652
|
+
result: null;
|
|
653
|
+
};
|
|
654
|
+
};
|
|
655
|
+
"/Section/{id}": {
|
|
656
|
+
put: {
|
|
657
|
+
params: {
|
|
658
|
+
id: number;
|
|
659
|
+
};
|
|
660
|
+
requestBody: SectionDto;
|
|
661
|
+
result: null;
|
|
662
|
+
};
|
|
663
|
+
};
|
|
664
|
+
"/Sitemap/xml": {
|
|
665
|
+
get: {
|
|
666
|
+
params: {};
|
|
667
|
+
requestBody: null;
|
|
668
|
+
result: null;
|
|
669
|
+
};
|
|
670
|
+
};
|
|
671
|
+
"/Sitemap/json": {
|
|
672
|
+
get: {
|
|
673
|
+
params: {};
|
|
674
|
+
requestBody: null;
|
|
675
|
+
result: null;
|
|
676
|
+
};
|
|
677
|
+
};
|
|
678
|
+
"/Stones/searchItems": {
|
|
679
|
+
get: {
|
|
680
|
+
params: {};
|
|
681
|
+
requestBody: null;
|
|
682
|
+
result: SearchDropdownsDto;
|
|
683
|
+
};
|
|
684
|
+
};
|
|
685
|
+
"/Stones/search": {
|
|
686
|
+
get: {
|
|
687
|
+
params: {
|
|
688
|
+
search: string | undefined;
|
|
689
|
+
cor: string | undefined;
|
|
690
|
+
ambiente: string | undefined;
|
|
691
|
+
tipo: string | undefined;
|
|
692
|
+
industria: string | undefined;
|
|
693
|
+
page: number;
|
|
694
|
+
pageSize: number;
|
|
695
|
+
};
|
|
696
|
+
requestBody: null;
|
|
697
|
+
result: PortfolioStoneDtoPagedResult;
|
|
698
|
+
};
|
|
699
|
+
};
|
|
700
|
+
"/Stones/detail/{id}": {
|
|
701
|
+
get: {
|
|
702
|
+
params: {
|
|
703
|
+
id: string;
|
|
704
|
+
};
|
|
705
|
+
requestBody: null;
|
|
706
|
+
result: PortfolioStoneDto;
|
|
707
|
+
};
|
|
708
|
+
};
|
|
709
|
+
"/api/StudyDay/update": {
|
|
710
|
+
put: {
|
|
711
|
+
params: {
|
|
712
|
+
studyDayId: number;
|
|
713
|
+
resumo: string | undefined;
|
|
714
|
+
qtdQuestions: string | undefined;
|
|
715
|
+
qtdQuestionsOk: string | undefined;
|
|
716
|
+
qtdQuestionsNOk: string | undefined;
|
|
717
|
+
};
|
|
718
|
+
requestBody: null;
|
|
719
|
+
result: null;
|
|
720
|
+
};
|
|
721
|
+
};
|
|
722
|
+
"/api/StudyDay/details/{studyDayId}": {
|
|
723
|
+
get: {
|
|
724
|
+
params: {
|
|
725
|
+
studyDayId: number;
|
|
726
|
+
};
|
|
727
|
+
requestBody: null;
|
|
728
|
+
result: StudyDayViewDto;
|
|
729
|
+
};
|
|
730
|
+
};
|
|
731
|
+
"/api/Subscriptions/user-subscription": {
|
|
732
|
+
get: {
|
|
733
|
+
params: {};
|
|
734
|
+
requestBody: null;
|
|
735
|
+
result: SubscriptionResultDto;
|
|
736
|
+
};
|
|
737
|
+
};
|
|
738
|
+
"/api/Subscriptions/create": {
|
|
739
|
+
post: {
|
|
740
|
+
params: {};
|
|
741
|
+
requestBody: SubscriptionRequest;
|
|
742
|
+
result: null;
|
|
743
|
+
};
|
|
744
|
+
};
|
|
745
|
+
"/api/Subscriptions/webhooks/pagarme": {
|
|
746
|
+
post: {
|
|
747
|
+
params: {};
|
|
748
|
+
requestBody: {};
|
|
749
|
+
result: null;
|
|
750
|
+
};
|
|
751
|
+
};
|
|
752
|
+
};
|
|
753
|
+
export interface ActivityCompleteDto {
|
|
754
|
+
isConcluded?: boolean;
|
|
755
|
+
}
|
|
756
|
+
export interface ActivityDto {
|
|
757
|
+
activityId?: number;
|
|
758
|
+
activityType?: string;
|
|
759
|
+
lessonId?: number;
|
|
760
|
+
lessonGuid?: string;
|
|
761
|
+
lessonTitle?: string;
|
|
762
|
+
lessonVideoContent?: string;
|
|
763
|
+
startDate?: string;
|
|
764
|
+
endDate?: string;
|
|
765
|
+
duration?: number;
|
|
766
|
+
executionTime?: string;
|
|
767
|
+
status?: string;
|
|
768
|
+
isCompleted?: boolean;
|
|
769
|
+
isStarted?: boolean;
|
|
770
|
+
resume?: string;
|
|
771
|
+
detailPage?: LessonDetailPage;
|
|
772
|
+
}
|
|
773
|
+
export interface Address {
|
|
774
|
+
id?: number;
|
|
775
|
+
ativo?: boolean;
|
|
776
|
+
excluido?: boolean;
|
|
777
|
+
dataCriacao?: string;
|
|
778
|
+
dataEdicao?: string;
|
|
779
|
+
userId?: number;
|
|
780
|
+
fullAddress?: string;
|
|
781
|
+
identification?: string;
|
|
782
|
+
street?: string;
|
|
783
|
+
number?: string;
|
|
784
|
+
district?: string;
|
|
785
|
+
complement?: string;
|
|
786
|
+
zipCode?: string;
|
|
787
|
+
city?: string;
|
|
788
|
+
state?: string;
|
|
789
|
+
mainAddress?: boolean;
|
|
790
|
+
country?: string;
|
|
791
|
+
cep?: string;
|
|
792
|
+
localidade?: string;
|
|
793
|
+
uf?: string;
|
|
794
|
+
estado?: string;
|
|
795
|
+
regiao?: string;
|
|
796
|
+
ibge?: string;
|
|
797
|
+
gia?: string;
|
|
798
|
+
ddd?: string;
|
|
799
|
+
siafi?: string;
|
|
800
|
+
}
|
|
801
|
+
export interface AplicacaoStoneDto {
|
|
802
|
+
id?: number;
|
|
803
|
+
titulo?: string;
|
|
804
|
+
imagem?: string;
|
|
805
|
+
guid?: string;
|
|
806
|
+
}
|
|
807
|
+
export interface ArquivoStoneDto {
|
|
808
|
+
id?: number;
|
|
809
|
+
nome?: string;
|
|
810
|
+
url?: string;
|
|
811
|
+
}
|
|
812
|
+
export interface BlogPage {
|
|
813
|
+
head?: Head;
|
|
814
|
+
body?: Body;
|
|
815
|
+
page?: Item;
|
|
816
|
+
posts?: Item[];
|
|
817
|
+
destaques?: Item[];
|
|
818
|
+
categorias?: Item[];
|
|
819
|
+
pagination?: Pagination;
|
|
820
|
+
}
|
|
821
|
+
export interface Body {
|
|
822
|
+
bodyScripts?: string;
|
|
823
|
+
tituloBanner?: string;
|
|
824
|
+
descricaoBanner?: string;
|
|
825
|
+
subtitulo?: string;
|
|
826
|
+
descricao?: string;
|
|
827
|
+
nossaHistoria?: string;
|
|
828
|
+
solucoesPersonalizadas?: string;
|
|
829
|
+
}
|
|
830
|
+
export interface Categories {
|
|
831
|
+
title?: string;
|
|
832
|
+
duration?: string;
|
|
833
|
+
totalMinutes?: number;
|
|
834
|
+
numberOfLessons?: number;
|
|
835
|
+
courses?: CourseItemShort[];
|
|
836
|
+
}
|
|
837
|
+
export interface Configs {
|
|
838
|
+
workspaces?: WorkspaceItems[];
|
|
839
|
+
configurations?: Configurations;
|
|
840
|
+
contents?: Contents;
|
|
841
|
+
}
|
|
842
|
+
export interface Configurations {
|
|
843
|
+
logo?: string;
|
|
844
|
+
primaryColor?: string;
|
|
845
|
+
secondaryColor?: string;
|
|
846
|
+
tertiaryColor?: string;
|
|
847
|
+
subscriptionModel?: string;
|
|
848
|
+
subscriptionPrice?: string;
|
|
849
|
+
}
|
|
850
|
+
export interface ContactDTO {
|
|
851
|
+
name?: string;
|
|
852
|
+
email?: string;
|
|
853
|
+
phone?: string;
|
|
854
|
+
state?: string;
|
|
855
|
+
city?: string;
|
|
856
|
+
rg?: string;
|
|
857
|
+
cpf?: string;
|
|
858
|
+
instagram?: string;
|
|
859
|
+
date?: string;
|
|
860
|
+
subject?: string;
|
|
861
|
+
code?: string;
|
|
862
|
+
message?: string;
|
|
863
|
+
additionalFields?: Record<string, any>;
|
|
864
|
+
}
|
|
865
|
+
export interface Contents {
|
|
866
|
+
methodology?: string;
|
|
867
|
+
}
|
|
868
|
+
export interface CourseDetailPage {
|
|
869
|
+
page?: CourseItemShort;
|
|
870
|
+
}
|
|
871
|
+
export interface CourseItemMin {
|
|
872
|
+
title?: string;
|
|
873
|
+
id?: string;
|
|
874
|
+
}
|
|
875
|
+
export interface CourseItemShort {
|
|
876
|
+
id?: number;
|
|
877
|
+
title?: string;
|
|
878
|
+
coverThumbUrl?: string;
|
|
879
|
+
coverImageUrl?: string;
|
|
880
|
+
duration?: string;
|
|
881
|
+
totalMinutes?: number;
|
|
882
|
+
numberOfLessons?: number;
|
|
883
|
+
averageRating?: number;
|
|
884
|
+
url?: string;
|
|
885
|
+
modules?: ModuleItemShort[];
|
|
886
|
+
lessons?: LessonItemShort[];
|
|
887
|
+
}
|
|
888
|
+
export interface CourseItemShortless {
|
|
889
|
+
courseItems?: CourseItemMin[];
|
|
890
|
+
}
|
|
891
|
+
export interface CoursesPage {
|
|
892
|
+
page?: Item;
|
|
893
|
+
banners?: Item[];
|
|
894
|
+
categories?: Categories[];
|
|
895
|
+
}
|
|
896
|
+
export interface CreateAccountResponse {
|
|
897
|
+
nome: string;
|
|
898
|
+
sobrenome: string;
|
|
899
|
+
cpf: string;
|
|
900
|
+
email: string;
|
|
901
|
+
phone: string;
|
|
902
|
+
password: string;
|
|
903
|
+
confirmPassword: string;
|
|
904
|
+
dataNascimento: string;
|
|
905
|
+
genero: string;
|
|
906
|
+
logradouro: string;
|
|
907
|
+
cep: string;
|
|
908
|
+
cidade: string;
|
|
909
|
+
estado: string;
|
|
910
|
+
bairro: string;
|
|
911
|
+
complemento?: string;
|
|
912
|
+
numero: string;
|
|
913
|
+
}
|
|
914
|
+
export interface CreateAccountResult {
|
|
915
|
+
data?: UserDto;
|
|
916
|
+
status?: number;
|
|
917
|
+
title?: string;
|
|
918
|
+
message?: string;
|
|
919
|
+
validationErrors?: Record<string, any>;
|
|
920
|
+
}
|
|
921
|
+
export interface DataResult {
|
|
922
|
+
token?: string;
|
|
923
|
+
}
|
|
924
|
+
export interface DirectoryEntity {
|
|
925
|
+
id?: number;
|
|
926
|
+
active?: boolean;
|
|
927
|
+
deleted?: boolean;
|
|
928
|
+
featured?: boolean;
|
|
929
|
+
ordering?: number;
|
|
930
|
+
createdAt?: string;
|
|
931
|
+
updatedAt?: string;
|
|
932
|
+
title: string;
|
|
933
|
+
subtitle?: string;
|
|
934
|
+
description?: string;
|
|
935
|
+
pageTitle?: string;
|
|
936
|
+
metaDescription?: string;
|
|
937
|
+
metaImage?: string;
|
|
938
|
+
tags?: string;
|
|
939
|
+
thumbnail?: string;
|
|
940
|
+
thumbnailAlt?: string;
|
|
941
|
+
starCount?: number;
|
|
942
|
+
priceId?: number;
|
|
943
|
+
zipCode?: string;
|
|
944
|
+
address?: string;
|
|
945
|
+
district?: string;
|
|
946
|
+
city?: string;
|
|
947
|
+
state?: string;
|
|
948
|
+
number?: string;
|
|
949
|
+
addressComplement?: string;
|
|
950
|
+
reference?: string;
|
|
951
|
+
lat?: number;
|
|
952
|
+
lon?: number;
|
|
953
|
+
url?: string;
|
|
954
|
+
slug?: string;
|
|
955
|
+
categoryTypeId?: number;
|
|
956
|
+
categoryId?: number;
|
|
957
|
+
subcategoryId?: number;
|
|
958
|
+
}
|
|
959
|
+
export interface DirectoryEntityPagedResponse {
|
|
960
|
+
items?: DirectoryEntity[];
|
|
961
|
+
totalItems?: number;
|
|
962
|
+
page?: number;
|
|
963
|
+
pageSize?: number;
|
|
964
|
+
totalPages?: number;
|
|
965
|
+
}
|
|
966
|
+
export interface DirectoryFeature {
|
|
967
|
+
id?: number;
|
|
968
|
+
directoryId?: number;
|
|
969
|
+
directory?: DirectoryEntity;
|
|
970
|
+
featureId?: number;
|
|
971
|
+
feature?: Feature;
|
|
972
|
+
createdAt?: string;
|
|
973
|
+
updatedAt?: string;
|
|
974
|
+
}
|
|
975
|
+
export interface DirectoryReferral {
|
|
976
|
+
id?: number;
|
|
977
|
+
directoryId?: number;
|
|
978
|
+
directory?: DirectoryEntity;
|
|
979
|
+
referralTypeId?: number;
|
|
980
|
+
referralType?: ReferralType;
|
|
981
|
+
referralSubtypeId?: number;
|
|
982
|
+
referralSubtype?: ReferralSubtype;
|
|
983
|
+
title: string;
|
|
984
|
+
description?: string;
|
|
985
|
+
active?: boolean;
|
|
986
|
+
deleted?: boolean;
|
|
987
|
+
createdAt?: string;
|
|
988
|
+
updatedAt?: string;
|
|
989
|
+
}
|
|
990
|
+
export interface DropdownItemDto {
|
|
991
|
+
id?: number;
|
|
992
|
+
nome?: string;
|
|
993
|
+
url?: string;
|
|
994
|
+
}
|
|
995
|
+
export interface ErrorKeyString {
|
|
996
|
+
errors?: string[];
|
|
997
|
+
}
|
|
998
|
+
export interface ErrorResult {
|
|
999
|
+
status?: number;
|
|
1000
|
+
title?: string;
|
|
1001
|
+
message?: string;
|
|
1002
|
+
validationErrors?: Record<string, any>;
|
|
1003
|
+
}
|
|
1004
|
+
export interface Feature {
|
|
1005
|
+
id?: number;
|
|
1006
|
+
featureTypeId?: number;
|
|
1007
|
+
featureType?: FeatureType;
|
|
1008
|
+
name: string;
|
|
1009
|
+
active?: boolean;
|
|
1010
|
+
createdAt?: string;
|
|
1011
|
+
updatedAt?: string;
|
|
1012
|
+
}
|
|
1013
|
+
export interface FeatureType {
|
|
1014
|
+
id?: number;
|
|
1015
|
+
name: string;
|
|
1016
|
+
active?: boolean;
|
|
1017
|
+
createdAt?: string;
|
|
1018
|
+
updatedAt?: string;
|
|
1019
|
+
}
|
|
1020
|
+
export interface Head {
|
|
1021
|
+
pageTitle?: string;
|
|
1022
|
+
metaDescription?: string;
|
|
1023
|
+
imageOpenGraph?: string;
|
|
1024
|
+
headScripts?: string;
|
|
1025
|
+
}
|
|
1026
|
+
export interface ImagemStoneDto {
|
|
1027
|
+
id?: number;
|
|
1028
|
+
nome?: string;
|
|
1029
|
+
url?: string;
|
|
1030
|
+
}
|
|
1031
|
+
export interface Item {
|
|
1032
|
+
id?: number;
|
|
1033
|
+
ordem?: number;
|
|
1034
|
+
titulo?: string;
|
|
1035
|
+
subtitulo?: string;
|
|
1036
|
+
thumbnail?: string;
|
|
1037
|
+
imagem?: string;
|
|
1038
|
+
ref?: string;
|
|
1039
|
+
pageTitle?: string;
|
|
1040
|
+
metaDescription?: string;
|
|
1041
|
+
imageOpenGraph?: string;
|
|
1042
|
+
headScripts?: string;
|
|
1043
|
+
bodyScripts?: string;
|
|
1044
|
+
groupPagina?: string;
|
|
1045
|
+
imagemAlt?: string;
|
|
1046
|
+
thumbnailAlt?: string;
|
|
1047
|
+
imagemMobile?: string;
|
|
1048
|
+
arquivo?: string;
|
|
1049
|
+
url?: string;
|
|
1050
|
+
tags?: string;
|
|
1051
|
+
destaque?: boolean;
|
|
1052
|
+
datas?: string;
|
|
1053
|
+
menu?: boolean;
|
|
1054
|
+
data?: string;
|
|
1055
|
+
dataCriacao?: string;
|
|
1056
|
+
link?: string;
|
|
1057
|
+
descricao?: string;
|
|
1058
|
+
dataCadastro?: string;
|
|
1059
|
+
fields?: Record<string, any>;
|
|
1060
|
+
imagens?: Item[];
|
|
1061
|
+
items?: Item[];
|
|
1062
|
+
chave?: string;
|
|
1063
|
+
}
|
|
1064
|
+
export interface KeyString {
|
|
1065
|
+
errors?: string[];
|
|
1066
|
+
}
|
|
1067
|
+
export interface LessonDetailPage {
|
|
1068
|
+
page?: LessonItemShort;
|
|
1069
|
+
}
|
|
1070
|
+
export interface LessonFile {
|
|
1071
|
+
fileName?: string;
|
|
1072
|
+
fileSource?: string;
|
|
1073
|
+
fileImage?: string;
|
|
1074
|
+
fileDescription?: string;
|
|
1075
|
+
}
|
|
1076
|
+
export interface LessonItemShort {
|
|
1077
|
+
id?: number;
|
|
1078
|
+
title?: string;
|
|
1079
|
+
order?: number;
|
|
1080
|
+
duration?: number;
|
|
1081
|
+
totalMinutes?: number;
|
|
1082
|
+
thumbnail?: string;
|
|
1083
|
+
url?: string;
|
|
1084
|
+
videoContent?: string;
|
|
1085
|
+
description?: string;
|
|
1086
|
+
isFeatured?: boolean;
|
|
1087
|
+
courseId?: number;
|
|
1088
|
+
courseName?: string;
|
|
1089
|
+
isBasic?: boolean;
|
|
1090
|
+
lessonFiles?: LessonFile[];
|
|
1091
|
+
}
|
|
1092
|
+
export interface LessonStoneDto {
|
|
1093
|
+
lessonId?: number;
|
|
1094
|
+
titulo?: string;
|
|
1095
|
+
thumbnail?: string;
|
|
1096
|
+
descricao?: string;
|
|
1097
|
+
videoContent?: string;
|
|
1098
|
+
}
|
|
1099
|
+
export interface ListPageDTO {
|
|
1100
|
+
page?: Item;
|
|
1101
|
+
pages?: Item[];
|
|
1102
|
+
categorias?: Item[];
|
|
1103
|
+
pagination?: Pagination;
|
|
1104
|
+
}
|
|
1105
|
+
export interface LoginResult {
|
|
1106
|
+
data?: DataResult;
|
|
1107
|
+
}
|
|
1108
|
+
export interface MineralStoneDto {
|
|
1109
|
+
id?: number;
|
|
1110
|
+
titulo?: string;
|
|
1111
|
+
imagem?: string;
|
|
1112
|
+
guid?: string;
|
|
1113
|
+
}
|
|
1114
|
+
export interface MissionDto {
|
|
1115
|
+
studyDayId?: number;
|
|
1116
|
+
date?: string;
|
|
1117
|
+
isCompleted?: boolean;
|
|
1118
|
+
completionPercentege?: number;
|
|
1119
|
+
startDate?: string;
|
|
1120
|
+
conclusionDate?: string;
|
|
1121
|
+
advancedMissionsQtd?: number;
|
|
1122
|
+
totalDuration?: number;
|
|
1123
|
+
totalCompletedDuration?: number;
|
|
1124
|
+
totalLessonsWatched?: number;
|
|
1125
|
+
status?: string;
|
|
1126
|
+
resumo?: string;
|
|
1127
|
+
qtdQuestions?: string;
|
|
1128
|
+
qtdQuestionsOk?: string;
|
|
1129
|
+
qtdQuestionsNOk?: string;
|
|
1130
|
+
dayTitle?: string;
|
|
1131
|
+
activities?: ActivityDto[];
|
|
1132
|
+
}
|
|
1133
|
+
export interface ModuleDetailPage {
|
|
1134
|
+
page?: ModuleItemShort;
|
|
1135
|
+
lessons?: LessonItemShort[];
|
|
1136
|
+
}
|
|
1137
|
+
export interface ModuleItemShort {
|
|
1138
|
+
url?: string;
|
|
1139
|
+
id?: number;
|
|
1140
|
+
title?: string;
|
|
1141
|
+
thumbnail?: string;
|
|
1142
|
+
order?: number;
|
|
1143
|
+
duration?: string;
|
|
1144
|
+
type?: string;
|
|
1145
|
+
totalMinutes?: number;
|
|
1146
|
+
numberOfLessons?: number;
|
|
1147
|
+
lessons?: LessonItemShort[];
|
|
1148
|
+
}
|
|
1149
|
+
export interface ModuleProgressDto {
|
|
1150
|
+
moduleId?: number;
|
|
1151
|
+
moduleTitle?: string;
|
|
1152
|
+
totalLessons?: number;
|
|
1153
|
+
completedLessons?: number;
|
|
1154
|
+
progressPercentage?: number;
|
|
1155
|
+
}
|
|
1156
|
+
export interface NotebookContentDto {
|
|
1157
|
+
content?: string;
|
|
1158
|
+
}
|
|
1159
|
+
export interface NotebookUpdateResumeDto {
|
|
1160
|
+
activityId?: number;
|
|
1161
|
+
resume?: string;
|
|
1162
|
+
}
|
|
1163
|
+
export interface PageDTO {
|
|
1164
|
+
page?: Item;
|
|
1165
|
+
artigos?: Item[];
|
|
1166
|
+
categorias?: Item[];
|
|
1167
|
+
banners?: Item[];
|
|
1168
|
+
posts?: Item[];
|
|
1169
|
+
equipes?: Item[];
|
|
1170
|
+
servicos?: Item[];
|
|
1171
|
+
depoimentos?: Item[];
|
|
1172
|
+
cursos?: Item[];
|
|
1173
|
+
marcas?: Item[];
|
|
1174
|
+
produtos?: Item[];
|
|
1175
|
+
products?: Item[];
|
|
1176
|
+
clientes?: Item[];
|
|
1177
|
+
fotos?: Item[];
|
|
1178
|
+
portfolios?: Item[];
|
|
1179
|
+
sections?: Item[];
|
|
1180
|
+
}
|
|
1181
|
+
export interface PageSectionDto {
|
|
1182
|
+
ref?: string;
|
|
1183
|
+
id?: number;
|
|
1184
|
+
titulo?: string;
|
|
1185
|
+
imagem?: string;
|
|
1186
|
+
descricao?: string;
|
|
1187
|
+
subtitulo?: string;
|
|
1188
|
+
fileUrl?: string;
|
|
1189
|
+
linkText?: string;
|
|
1190
|
+
linkUrl?: string;
|
|
1191
|
+
pageSectionItems?: PageSectionItemDto[];
|
|
1192
|
+
}
|
|
1193
|
+
export interface PageSectionItemDto {
|
|
1194
|
+
ref?: number;
|
|
1195
|
+
id?: number;
|
|
1196
|
+
titulo?: string;
|
|
1197
|
+
imagem?: string;
|
|
1198
|
+
descricao?: string;
|
|
1199
|
+
subtitulo?: string;
|
|
1200
|
+
fileUrl?: string;
|
|
1201
|
+
linkText?: string;
|
|
1202
|
+
linkUrl?: string;
|
|
1203
|
+
}
|
|
1204
|
+
export interface Pagination {
|
|
1205
|
+
pageTotal?: number;
|
|
1206
|
+
pageSize?: number;
|
|
1207
|
+
pageNumber?: number;
|
|
1208
|
+
hasNextPage?: boolean;
|
|
1209
|
+
hasPreviousPage?: boolean;
|
|
1210
|
+
isFirstPage?: boolean;
|
|
1211
|
+
isLastPage?: boolean;
|
|
1212
|
+
endPage?: number;
|
|
1213
|
+
startPage?: number;
|
|
1214
|
+
totalPages?: number;
|
|
1215
|
+
totalItems?: number;
|
|
1216
|
+
pages?: number[];
|
|
1217
|
+
}
|
|
1218
|
+
export interface ParceiroDto {
|
|
1219
|
+
id?: number;
|
|
1220
|
+
titulo?: string;
|
|
1221
|
+
imagem?: string;
|
|
1222
|
+
guid?: string;
|
|
1223
|
+
}
|
|
1224
|
+
export interface Permission {
|
|
1225
|
+
id?: number;
|
|
1226
|
+
name: string;
|
|
1227
|
+
description?: string;
|
|
1228
|
+
isActive?: boolean;
|
|
1229
|
+
isDeleted?: boolean;
|
|
1230
|
+
createdAt?: string;
|
|
1231
|
+
updatedAt?: string;
|
|
1232
|
+
rolePermissions?: RolePermission[];
|
|
1233
|
+
subscriptionPlanPermissions?: SubscriptionPlanPermission[];
|
|
1234
|
+
}
|
|
1235
|
+
export interface PortfolioStoneDto {
|
|
1236
|
+
id?: number;
|
|
1237
|
+
cidade?: string;
|
|
1238
|
+
tituloDescricao?: string;
|
|
1239
|
+
video?: string;
|
|
1240
|
+
link?: string;
|
|
1241
|
+
imagemChapa?: string;
|
|
1242
|
+
emAndamento?: boolean;
|
|
1243
|
+
finalizado?: boolean;
|
|
1244
|
+
lancamento?: boolean;
|
|
1245
|
+
categoria?: string;
|
|
1246
|
+
thumbnail?: string;
|
|
1247
|
+
imagem?: string;
|
|
1248
|
+
descricao?: string;
|
|
1249
|
+
titulo?: string;
|
|
1250
|
+
cor?: string;
|
|
1251
|
+
tipologia?: string;
|
|
1252
|
+
preco?: string;
|
|
1253
|
+
origem?: string;
|
|
1254
|
+
marcaParceiro?: string;
|
|
1255
|
+
minerais?: MineralStoneDto[];
|
|
1256
|
+
aplicacoes?: AplicacaoStoneDto[];
|
|
1257
|
+
arquivos?: ArquivoStoneDto[];
|
|
1258
|
+
imagens?: ImagemStoneDto[];
|
|
1259
|
+
lesson?: LessonStoneDto;
|
|
1260
|
+
parceiro?: ParceiroDto;
|
|
1261
|
+
acabamentos?: PageSectionDto;
|
|
1262
|
+
infos?: PageSectionDto;
|
|
1263
|
+
cuidados?: PageSectionDto;
|
|
1264
|
+
limpezas?: PageSectionDto;
|
|
1265
|
+
protecoes?: PageSectionDto;
|
|
1266
|
+
manutencoes?: PageSectionDto;
|
|
1267
|
+
dicas?: PageSectionDto;
|
|
1268
|
+
}
|
|
1269
|
+
export interface PortfolioStoneDtoPagedResult {
|
|
1270
|
+
totalItems?: number;
|
|
1271
|
+
currentPage?: number;
|
|
1272
|
+
pageSize?: number;
|
|
1273
|
+
items?: PortfolioStoneDto[];
|
|
1274
|
+
}
|
|
1275
|
+
export interface ProblemDetails {
|
|
1276
|
+
type?: string;
|
|
1277
|
+
title?: string;
|
|
1278
|
+
status?: number;
|
|
1279
|
+
detail?: string;
|
|
1280
|
+
instance?: string;
|
|
1281
|
+
}
|
|
1282
|
+
export interface ReferralSubtype {
|
|
1283
|
+
id?: number;
|
|
1284
|
+
referralTypeId?: number;
|
|
1285
|
+
referralType?: ReferralType;
|
|
1286
|
+
name: string;
|
|
1287
|
+
active?: boolean;
|
|
1288
|
+
createdAt?: string;
|
|
1289
|
+
updatedAt?: string;
|
|
1290
|
+
}
|
|
1291
|
+
export interface ReferralType {
|
|
1292
|
+
id?: number;
|
|
1293
|
+
name: string;
|
|
1294
|
+
active?: boolean;
|
|
1295
|
+
createdAt?: string;
|
|
1296
|
+
updatedAt?: string;
|
|
1297
|
+
}
|
|
1298
|
+
export interface Role {
|
|
1299
|
+
id?: number;
|
|
1300
|
+
name: string;
|
|
1301
|
+
description?: string;
|
|
1302
|
+
isActive?: boolean;
|
|
1303
|
+
isDeleted?: boolean;
|
|
1304
|
+
createdAt?: string;
|
|
1305
|
+
updatedAt?: string;
|
|
1306
|
+
userRoles?: UserRole[];
|
|
1307
|
+
rolePermissions?: RolePermission[];
|
|
1308
|
+
}
|
|
1309
|
+
export interface RolePermission {
|
|
1310
|
+
roleId?: number;
|
|
1311
|
+
permissionId?: number;
|
|
1312
|
+
role?: Role;
|
|
1313
|
+
permission?: Permission;
|
|
1314
|
+
}
|
|
1315
|
+
export interface SearchDropdownsDto {
|
|
1316
|
+
categorias?: DropdownItemDto[];
|
|
1317
|
+
cores?: DropdownItemDto[];
|
|
1318
|
+
tipologias?: DropdownItemDto[];
|
|
1319
|
+
origens?: DropdownItemDto[];
|
|
1320
|
+
industrias?: DropdownItemDto[];
|
|
1321
|
+
aplicacoes?: DropdownItemDto[];
|
|
1322
|
+
minerais?: DropdownItemDto[];
|
|
1323
|
+
}
|
|
1324
|
+
export interface SectionDto {
|
|
1325
|
+
id?: number;
|
|
1326
|
+
ref?: string;
|
|
1327
|
+
linkUrl?: string;
|
|
1328
|
+
videoUrl?: string;
|
|
1329
|
+
jsonContent?: string;
|
|
1330
|
+
enabled?: boolean;
|
|
1331
|
+
i18n?: Record<string, any>;
|
|
1332
|
+
}
|
|
1333
|
+
export interface StudyActivityDto {
|
|
1334
|
+
id?: number;
|
|
1335
|
+
activityType?: string;
|
|
1336
|
+
lessonId?: number;
|
|
1337
|
+
lessonName?: string;
|
|
1338
|
+
isCompleted?: boolean;
|
|
1339
|
+
}
|
|
1340
|
+
export interface StudyDayProgressDto {
|
|
1341
|
+
studyDateText?: string;
|
|
1342
|
+
studyDate?: string;
|
|
1343
|
+
totalHours?: number;
|
|
1344
|
+
plannedHours?: number;
|
|
1345
|
+
}
|
|
1346
|
+
export interface StudyDayViewDto {
|
|
1347
|
+
studyDayId?: number;
|
|
1348
|
+
date?: string;
|
|
1349
|
+
isCompleted?: boolean;
|
|
1350
|
+
resumo?: string;
|
|
1351
|
+
qtdQuestions?: string;
|
|
1352
|
+
qtdQuestionsOk?: string;
|
|
1353
|
+
qtdQuestionsNOk?: string;
|
|
1354
|
+
activities?: ActivityDto[];
|
|
1355
|
+
}
|
|
1356
|
+
export interface SubscriptionPlan {
|
|
1357
|
+
id?: number;
|
|
1358
|
+
guid?: string;
|
|
1359
|
+
planName: string;
|
|
1360
|
+
description?: string;
|
|
1361
|
+
price?: number;
|
|
1362
|
+
durationInDays?: number;
|
|
1363
|
+
isActive?: boolean;
|
|
1364
|
+
isDeleted?: boolean;
|
|
1365
|
+
createdAt?: string;
|
|
1366
|
+
updatedAt?: string;
|
|
1367
|
+
subscriptionPlanPermissions?: SubscriptionPlanPermission[];
|
|
1368
|
+
userSubscriptions?: UserSubscription[];
|
|
1369
|
+
}
|
|
1370
|
+
export interface SubscriptionPlanPermission {
|
|
1371
|
+
subscriptionPlanId?: number;
|
|
1372
|
+
permissionId?: number;
|
|
1373
|
+
subscriptionPlan?: SubscriptionPlan;
|
|
1374
|
+
permission?: Permission;
|
|
1375
|
+
}
|
|
1376
|
+
export interface SubscriptionRequest {
|
|
1377
|
+
cardNumber?: string;
|
|
1378
|
+
cardHolderName?: string;
|
|
1379
|
+
holderDocument?: string;
|
|
1380
|
+
expMonth?: number;
|
|
1381
|
+
expYear?: number;
|
|
1382
|
+
cvv?: string;
|
|
1383
|
+
}
|
|
1384
|
+
export interface SubscriptionResultDto {
|
|
1385
|
+
subscriptionId?: string;
|
|
1386
|
+
status?: string;
|
|
1387
|
+
nextBillingAt?: string;
|
|
1388
|
+
cardLastFourDigits?: string;
|
|
1389
|
+
cardBrand?: string;
|
|
1390
|
+
cardHolderName?: string;
|
|
1391
|
+
planDescription?: string;
|
|
1392
|
+
planPrice?: number;
|
|
1393
|
+
}
|
|
1394
|
+
export interface TranslationDto {
|
|
1395
|
+
title?: string;
|
|
1396
|
+
subtitle?: string;
|
|
1397
|
+
description?: string;
|
|
1398
|
+
linkText?: string;
|
|
1399
|
+
}
|
|
1400
|
+
export interface UpdateAccountResponse {
|
|
1401
|
+
email?: string;
|
|
1402
|
+
nome?: string;
|
|
1403
|
+
avatar?: string;
|
|
1404
|
+
imagem?: string;
|
|
1405
|
+
phone: string;
|
|
1406
|
+
dataNascimento: string;
|
|
1407
|
+
genero: string;
|
|
1408
|
+
logradouro: string;
|
|
1409
|
+
cep: string;
|
|
1410
|
+
cidade: string;
|
|
1411
|
+
estado: string;
|
|
1412
|
+
bairro: string;
|
|
1413
|
+
complemento?: string;
|
|
1414
|
+
numero: string;
|
|
1415
|
+
}
|
|
1416
|
+
export interface UpdateAccountResult {
|
|
1417
|
+
success?: boolean;
|
|
1418
|
+
message?: string;
|
|
1419
|
+
updatedUser?: UserDto;
|
|
1420
|
+
}
|
|
1421
|
+
export interface User {
|
|
1422
|
+
id?: number;
|
|
1423
|
+
ativo?: boolean;
|
|
1424
|
+
excluido?: boolean;
|
|
1425
|
+
dataCriacao?: string;
|
|
1426
|
+
dataEdicao?: string;
|
|
1427
|
+
email?: string;
|
|
1428
|
+
username?: string;
|
|
1429
|
+
password?: string;
|
|
1430
|
+
role?: string;
|
|
1431
|
+
avatar?: string;
|
|
1432
|
+
name?: string;
|
|
1433
|
+
surname?: string;
|
|
1434
|
+
guid?: string;
|
|
1435
|
+
birthday?: string;
|
|
1436
|
+
gender?: string;
|
|
1437
|
+
phone?: string;
|
|
1438
|
+
cpf?: string;
|
|
1439
|
+
address?: Address;
|
|
1440
|
+
userRoles?: UserRole[];
|
|
1441
|
+
}
|
|
1442
|
+
export interface UserClaim {
|
|
1443
|
+
id?: number;
|
|
1444
|
+
usuarioId: number;
|
|
1445
|
+
claimType: string;
|
|
1446
|
+
claimValue: string;
|
|
1447
|
+
usuario?: Usuario;
|
|
1448
|
+
}
|
|
1449
|
+
export interface UserDto {
|
|
1450
|
+
token?: string;
|
|
1451
|
+
}
|
|
1452
|
+
export interface UserMissionsDto {
|
|
1453
|
+
courseId?: number;
|
|
1454
|
+
courseName?: string;
|
|
1455
|
+
currentMission?: MissionDto;
|
|
1456
|
+
overdueMissions?: MissionDto[];
|
|
1457
|
+
completedMissions?: MissionDto[];
|
|
1458
|
+
upcomingMissions?: MissionDto[];
|
|
1459
|
+
moduleProgressDto?: ModuleProgressDto[];
|
|
1460
|
+
studyDayProgressDtos?: StudyDayProgressDto[];
|
|
1461
|
+
}
|
|
1462
|
+
export interface UserRole {
|
|
1463
|
+
userId?: number;
|
|
1464
|
+
roleId?: number;
|
|
1465
|
+
user?: User;
|
|
1466
|
+
role?: Role;
|
|
1467
|
+
}
|
|
1468
|
+
export interface UserSubscription {
|
|
1469
|
+
id?: number;
|
|
1470
|
+
usuarioId?: number;
|
|
1471
|
+
subscriptionPlanId?: number;
|
|
1472
|
+
startDate?: string;
|
|
1473
|
+
endDate?: string;
|
|
1474
|
+
isActive?: boolean;
|
|
1475
|
+
isDeleted?: boolean;
|
|
1476
|
+
createdAt?: string;
|
|
1477
|
+
updatedAt?: string;
|
|
1478
|
+
usuario?: Usuario;
|
|
1479
|
+
subscriptionPlan?: SubscriptionPlan;
|
|
1480
|
+
subscriptionId?: string;
|
|
1481
|
+
status?: string;
|
|
1482
|
+
}
|
|
1483
|
+
export interface Usuario {
|
|
1484
|
+
id?: number;
|
|
1485
|
+
ativo?: boolean;
|
|
1486
|
+
excluido?: boolean;
|
|
1487
|
+
destaque?: boolean;
|
|
1488
|
+
ordem?: number;
|
|
1489
|
+
dataCriacao?: string;
|
|
1490
|
+
dataEdicao?: string;
|
|
1491
|
+
nome?: string;
|
|
1492
|
+
login?: string;
|
|
1493
|
+
email?: string;
|
|
1494
|
+
password?: string;
|
|
1495
|
+
roleGate?: string;
|
|
1496
|
+
avatar?: string;
|
|
1497
|
+
imagem?: string;
|
|
1498
|
+
passwordToken?: string;
|
|
1499
|
+
passwordTokenExpiry?: string;
|
|
1500
|
+
userClaims?: UserClaim[];
|
|
1501
|
+
subscriptionId?: number;
|
|
1502
|
+
journeyId?: number;
|
|
1503
|
+
guid?: string;
|
|
1504
|
+
token?: string;
|
|
1505
|
+
dataNascimento?: string;
|
|
1506
|
+
genero?: string;
|
|
1507
|
+
logradouro?: string;
|
|
1508
|
+
cep?: string;
|
|
1509
|
+
cidade?: string;
|
|
1510
|
+
estado?: string;
|
|
1511
|
+
bairro?: string;
|
|
1512
|
+
complemento?: string;
|
|
1513
|
+
numero?: string;
|
|
1514
|
+
phone?: string;
|
|
1515
|
+
cpf?: string;
|
|
1516
|
+
customerId?: string;
|
|
1517
|
+
}
|
|
1518
|
+
export interface UsuarioLoginDto {
|
|
1519
|
+
emailAddress?: string;
|
|
1520
|
+
password?: string;
|
|
1521
|
+
}
|
|
1522
|
+
export interface WorkspaceItems {
|
|
1523
|
+
}
|