infinity-forge 12.0.2 → 12.0.3
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.
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
export type Swagger = {
|
|
2
|
-
|
|
2
|
+
"/Account/user/create/short": {
|
|
3
3
|
post: {
|
|
4
4
|
params: {};
|
|
5
5
|
requestBody: CreateAccountShortResponse;
|
|
6
6
|
result: CreateAccountResult;
|
|
7
7
|
};
|
|
8
8
|
};
|
|
9
|
-
|
|
9
|
+
"/Account/user/create": {
|
|
10
10
|
post: {
|
|
11
11
|
params: {};
|
|
12
12
|
requestBody: CreateAccountResponse;
|
|
13
13
|
result: CreateAccountResult;
|
|
14
14
|
};
|
|
15
15
|
};
|
|
16
|
-
|
|
16
|
+
"/Account/user/verification": {
|
|
17
17
|
get: {
|
|
18
18
|
params: {
|
|
19
19
|
email: string | undefined;
|
|
@@ -23,21 +23,21 @@ export type Swagger = {
|
|
|
23
23
|
result: null;
|
|
24
24
|
};
|
|
25
25
|
};
|
|
26
|
-
|
|
26
|
+
"/Account/user/update": {
|
|
27
27
|
post: {
|
|
28
28
|
params: {};
|
|
29
29
|
requestBody: UpdateAccountResponse;
|
|
30
30
|
result: UpdateAccountResult;
|
|
31
31
|
};
|
|
32
32
|
};
|
|
33
|
-
|
|
33
|
+
"/Account/user/password": {
|
|
34
34
|
post: {
|
|
35
35
|
params: {};
|
|
36
36
|
requestBody: UpdateAccountPasswordRequest;
|
|
37
37
|
result: UpdateAccountResult;
|
|
38
38
|
};
|
|
39
39
|
};
|
|
40
|
-
|
|
40
|
+
"/admin/contents/artigo/paginated": {
|
|
41
41
|
get: {
|
|
42
42
|
params: {
|
|
43
43
|
EntityKey: string | undefined;
|
|
@@ -46,10 +46,10 @@ export type Swagger = {
|
|
|
46
46
|
CreatedTo: string | undefined;
|
|
47
47
|
OrderBy: string | undefined;
|
|
48
48
|
Include: string | undefined;
|
|
49
|
-
page: number
|
|
50
|
-
pageSize: number
|
|
51
|
-
Filters:
|
|
52
|
-
SourceFilters: any
|
|
49
|
+
page: number;
|
|
50
|
+
pageSize: number;
|
|
51
|
+
Filters: object | undefined;
|
|
52
|
+
SourceFilters: any | undefined;
|
|
53
53
|
Target: string | undefined;
|
|
54
54
|
OnlyActives: boolean | undefined;
|
|
55
55
|
};
|
|
@@ -57,7 +57,7 @@ export type Swagger = {
|
|
|
57
57
|
result: ArtigoResponsePaginatedResponse;
|
|
58
58
|
};
|
|
59
59
|
};
|
|
60
|
-
|
|
60
|
+
"/admin/contents/artigo/url/{url}": {
|
|
61
61
|
get: {
|
|
62
62
|
params: {
|
|
63
63
|
url: string;
|
|
@@ -66,7 +66,7 @@ export type Swagger = {
|
|
|
66
66
|
result: ArtigoResponseSharedApiResponse;
|
|
67
67
|
};
|
|
68
68
|
};
|
|
69
|
-
|
|
69
|
+
"/admin/contents/artigo/{id}": {
|
|
70
70
|
get: {
|
|
71
71
|
params: {
|
|
72
72
|
id: number;
|
|
@@ -89,21 +89,21 @@ export type Swagger = {
|
|
|
89
89
|
result: null;
|
|
90
90
|
};
|
|
91
91
|
};
|
|
92
|
-
|
|
92
|
+
"/admin/contents/artigo": {
|
|
93
93
|
post: {
|
|
94
94
|
params: {};
|
|
95
95
|
requestBody: ArtigoRequest;
|
|
96
96
|
result: null;
|
|
97
97
|
};
|
|
98
98
|
};
|
|
99
|
-
|
|
99
|
+
"/auth/login": {
|
|
100
100
|
get: {
|
|
101
101
|
params: {};
|
|
102
102
|
requestBody: null;
|
|
103
103
|
result: null;
|
|
104
104
|
};
|
|
105
105
|
};
|
|
106
|
-
|
|
106
|
+
"/auth/verify/email": {
|
|
107
107
|
get: {
|
|
108
108
|
params: {
|
|
109
109
|
email: string | undefined;
|
|
@@ -112,61 +112,61 @@ export type Swagger = {
|
|
|
112
112
|
result: null;
|
|
113
113
|
};
|
|
114
114
|
};
|
|
115
|
-
|
|
115
|
+
"/auth/google": {
|
|
116
116
|
get: {
|
|
117
117
|
params: {};
|
|
118
118
|
requestBody: null;
|
|
119
119
|
result: null;
|
|
120
120
|
};
|
|
121
121
|
};
|
|
122
|
-
|
|
122
|
+
"/auth/logout": {
|
|
123
123
|
get: {
|
|
124
124
|
params: {};
|
|
125
125
|
requestBody: null;
|
|
126
126
|
result: null;
|
|
127
127
|
};
|
|
128
128
|
};
|
|
129
|
-
|
|
129
|
+
"/auth/protegido": {
|
|
130
130
|
get: {
|
|
131
131
|
params: {};
|
|
132
132
|
requestBody: null;
|
|
133
133
|
result: null;
|
|
134
134
|
};
|
|
135
135
|
};
|
|
136
|
-
|
|
136
|
+
"/Authentication": {
|
|
137
137
|
post: {
|
|
138
138
|
params: {};
|
|
139
139
|
requestBody: UsuarioLoginDto;
|
|
140
140
|
result: LoginResult;
|
|
141
141
|
};
|
|
142
142
|
};
|
|
143
|
-
|
|
143
|
+
"/Users/me": {
|
|
144
144
|
get: {
|
|
145
145
|
params: {};
|
|
146
146
|
requestBody: null;
|
|
147
147
|
result: null;
|
|
148
148
|
};
|
|
149
149
|
};
|
|
150
|
-
|
|
150
|
+
"/Users/Invoices": {
|
|
151
151
|
get: {
|
|
152
152
|
params: {};
|
|
153
153
|
requestBody: null;
|
|
154
154
|
result: null;
|
|
155
155
|
};
|
|
156
156
|
};
|
|
157
|
-
|
|
157
|
+
"/Blog/list": {
|
|
158
158
|
get: {
|
|
159
159
|
params: {
|
|
160
160
|
category: string | undefined;
|
|
161
161
|
search: string | undefined;
|
|
162
162
|
tags: string | undefined;
|
|
163
|
-
page: number
|
|
163
|
+
page: number;
|
|
164
164
|
};
|
|
165
165
|
requestBody: null;
|
|
166
166
|
result: BlogPage;
|
|
167
167
|
};
|
|
168
168
|
};
|
|
169
|
-
|
|
169
|
+
"/Blog/detail/{url}": {
|
|
170
170
|
get: {
|
|
171
171
|
params: {
|
|
172
172
|
url: string;
|
|
@@ -175,37 +175,37 @@ export type Swagger = {
|
|
|
175
175
|
result: null;
|
|
176
176
|
};
|
|
177
177
|
};
|
|
178
|
-
|
|
178
|
+
"/Blog/destaques": {
|
|
179
179
|
get: {
|
|
180
180
|
params: {
|
|
181
|
-
page: number
|
|
181
|
+
page: number;
|
|
182
182
|
};
|
|
183
183
|
requestBody: null;
|
|
184
184
|
result: null;
|
|
185
185
|
};
|
|
186
186
|
};
|
|
187
|
-
|
|
187
|
+
"/Blog/categorias": {
|
|
188
188
|
get: {
|
|
189
189
|
params: {};
|
|
190
190
|
requestBody: null;
|
|
191
191
|
result: null;
|
|
192
192
|
};
|
|
193
193
|
};
|
|
194
|
-
|
|
194
|
+
"/admin/contents/blog/paginated": {
|
|
195
195
|
get: {
|
|
196
196
|
params: {
|
|
197
|
-
Url:
|
|
197
|
+
Url: any | undefined;
|
|
198
198
|
Destaque: boolean | undefined;
|
|
199
|
+
OrderBy: string | undefined;
|
|
199
200
|
EntityKey: string | undefined;
|
|
200
201
|
Search: string | undefined;
|
|
201
202
|
CreatedFrom: string | undefined;
|
|
202
203
|
CreatedTo: string | undefined;
|
|
203
|
-
OrderBy: string | undefined;
|
|
204
204
|
Include: string | undefined;
|
|
205
|
-
page: number
|
|
206
|
-
pageSize: number
|
|
207
|
-
Filters:
|
|
208
|
-
SourceFilters: any
|
|
205
|
+
page: number;
|
|
206
|
+
pageSize: number;
|
|
207
|
+
Filters: object | undefined;
|
|
208
|
+
SourceFilters: any | undefined;
|
|
209
209
|
Target: string | undefined;
|
|
210
210
|
OnlyActives: boolean | undefined;
|
|
211
211
|
};
|
|
@@ -213,7 +213,7 @@ export type Swagger = {
|
|
|
213
213
|
result: BlogResponsePaginatedResponse;
|
|
214
214
|
};
|
|
215
215
|
};
|
|
216
|
-
|
|
216
|
+
"/admin/contents/blog/url/{url}": {
|
|
217
217
|
get: {
|
|
218
218
|
params: {
|
|
219
219
|
url: string;
|
|
@@ -222,7 +222,7 @@ export type Swagger = {
|
|
|
222
222
|
result: BlogResponseSharedApiResponse;
|
|
223
223
|
};
|
|
224
224
|
};
|
|
225
|
-
|
|
225
|
+
"/admin/contents/blog/{id}": {
|
|
226
226
|
get: {
|
|
227
227
|
params: {
|
|
228
228
|
id: number;
|
|
@@ -245,17 +245,17 @@ export type Swagger = {
|
|
|
245
245
|
result: null;
|
|
246
246
|
};
|
|
247
247
|
};
|
|
248
|
-
|
|
248
|
+
"/admin/contents/blog": {
|
|
249
249
|
post: {
|
|
250
250
|
params: {};
|
|
251
251
|
requestBody: BlogRequest;
|
|
252
252
|
result: null;
|
|
253
253
|
};
|
|
254
254
|
};
|
|
255
|
-
|
|
255
|
+
"/admin/features/jobopportunities/Candidato/paginated": {
|
|
256
256
|
get: {
|
|
257
257
|
params: {
|
|
258
|
-
Url:
|
|
258
|
+
Url: any | undefined;
|
|
259
259
|
Destaque: boolean | undefined;
|
|
260
260
|
EntityKey: string | undefined;
|
|
261
261
|
Search: string | undefined;
|
|
@@ -263,10 +263,10 @@ export type Swagger = {
|
|
|
263
263
|
CreatedTo: string | undefined;
|
|
264
264
|
OrderBy: string | undefined;
|
|
265
265
|
Include: string | undefined;
|
|
266
|
-
page: number
|
|
267
|
-
pageSize: number
|
|
268
|
-
Filters:
|
|
269
|
-
SourceFilters: any
|
|
266
|
+
page: number;
|
|
267
|
+
pageSize: number;
|
|
268
|
+
Filters: object | undefined;
|
|
269
|
+
SourceFilters: any | undefined;
|
|
270
270
|
Target: string | undefined;
|
|
271
271
|
OnlyActives: boolean | undefined;
|
|
272
272
|
};
|
|
@@ -274,7 +274,7 @@ export type Swagger = {
|
|
|
274
274
|
result: CandidatoResponsePaginatedResponse;
|
|
275
275
|
};
|
|
276
276
|
};
|
|
277
|
-
|
|
277
|
+
"/admin/features/jobopportunities/Candidato/url/{url}": {
|
|
278
278
|
get: {
|
|
279
279
|
params: {
|
|
280
280
|
url: string;
|
|
@@ -283,7 +283,7 @@ export type Swagger = {
|
|
|
283
283
|
result: CandidatoResponseSharedApiResponse;
|
|
284
284
|
};
|
|
285
285
|
};
|
|
286
|
-
|
|
286
|
+
"/admin/features/jobopportunities/Candidato/{id}": {
|
|
287
287
|
get: {
|
|
288
288
|
params: {
|
|
289
289
|
id: number;
|
|
@@ -306,14 +306,34 @@ export type Swagger = {
|
|
|
306
306
|
result: null;
|
|
307
307
|
};
|
|
308
308
|
};
|
|
309
|
-
|
|
309
|
+
"/admin/features/jobopportunities/Candidato": {
|
|
310
310
|
post: {
|
|
311
311
|
params: {};
|
|
312
312
|
requestBody: CandidatoRequest;
|
|
313
313
|
result: null;
|
|
314
314
|
};
|
|
315
315
|
};
|
|
316
|
-
|
|
316
|
+
"/admin/catalogs/Cargo/paginated": {
|
|
317
|
+
get: {
|
|
318
|
+
params: {
|
|
319
|
+
EntityKey: string | undefined;
|
|
320
|
+
Search: string | undefined;
|
|
321
|
+
CreatedFrom: string | undefined;
|
|
322
|
+
CreatedTo: string | undefined;
|
|
323
|
+
OrderBy: string | undefined;
|
|
324
|
+
Include: string | undefined;
|
|
325
|
+
page: number;
|
|
326
|
+
pageSize: number;
|
|
327
|
+
Filters: object | undefined;
|
|
328
|
+
SourceFilters: any | undefined;
|
|
329
|
+
Target: string | undefined;
|
|
330
|
+
OnlyActives: boolean | undefined;
|
|
331
|
+
};
|
|
332
|
+
requestBody: null;
|
|
333
|
+
result: CargoResponsePaginatedResponse;
|
|
334
|
+
};
|
|
335
|
+
};
|
|
336
|
+
"/admin/catalogs/Cargo/paginated-by-user": {
|
|
317
337
|
get: {
|
|
318
338
|
params: {
|
|
319
339
|
EntityKey: string | undefined;
|
|
@@ -322,10 +342,10 @@ export type Swagger = {
|
|
|
322
342
|
CreatedTo: string | undefined;
|
|
323
343
|
OrderBy: string | undefined;
|
|
324
344
|
Include: string | undefined;
|
|
325
|
-
page: number
|
|
326
|
-
pageSize: number
|
|
327
|
-
Filters:
|
|
328
|
-
SourceFilters: any
|
|
345
|
+
page: number;
|
|
346
|
+
pageSize: number;
|
|
347
|
+
Filters: object | undefined;
|
|
348
|
+
SourceFilters: any | undefined;
|
|
329
349
|
Target: string | undefined;
|
|
330
350
|
OnlyActives: boolean | undefined;
|
|
331
351
|
};
|
|
@@ -333,7 +353,7 @@ export type Swagger = {
|
|
|
333
353
|
result: CargoResponsePaginatedResponse;
|
|
334
354
|
};
|
|
335
355
|
};
|
|
336
|
-
|
|
356
|
+
"/admin/catalogs/Cargo/url/{url}": {
|
|
337
357
|
get: {
|
|
338
358
|
params: {
|
|
339
359
|
url: string;
|
|
@@ -342,7 +362,7 @@ export type Swagger = {
|
|
|
342
362
|
result: CargoResponseSharedApiResponse;
|
|
343
363
|
};
|
|
344
364
|
};
|
|
345
|
-
|
|
365
|
+
"/admin/catalogs/Cargo/{id}": {
|
|
346
366
|
get: {
|
|
347
367
|
params: {
|
|
348
368
|
id: number;
|
|
@@ -365,17 +385,17 @@ export type Swagger = {
|
|
|
365
385
|
result: null;
|
|
366
386
|
};
|
|
367
387
|
};
|
|
368
|
-
|
|
388
|
+
"/admin/catalogs/Cargo": {
|
|
369
389
|
post: {
|
|
370
390
|
params: {};
|
|
371
391
|
requestBody: CargoRequest;
|
|
372
392
|
result: null;
|
|
373
393
|
};
|
|
374
394
|
};
|
|
375
|
-
|
|
395
|
+
"/admin/properties/Categoria/blog/listCategories": {
|
|
376
396
|
get: {
|
|
377
397
|
params: {
|
|
378
|
-
BlogSize: number
|
|
398
|
+
BlogSize: number;
|
|
379
399
|
Url: string | undefined;
|
|
380
400
|
EntityKey: string | undefined;
|
|
381
401
|
Search: string | undefined;
|
|
@@ -383,10 +403,10 @@ export type Swagger = {
|
|
|
383
403
|
CreatedTo: string | undefined;
|
|
384
404
|
OrderBy: string | undefined;
|
|
385
405
|
Include: string | undefined;
|
|
386
|
-
page: number
|
|
387
|
-
pageSize: number
|
|
388
|
-
Filters:
|
|
389
|
-
SourceFilters: any
|
|
406
|
+
page: number;
|
|
407
|
+
pageSize: number;
|
|
408
|
+
Filters: object | undefined;
|
|
409
|
+
SourceFilters: any | undefined;
|
|
390
410
|
Target: string | undefined;
|
|
391
411
|
OnlyActives: boolean | undefined;
|
|
392
412
|
};
|
|
@@ -394,10 +414,10 @@ export type Swagger = {
|
|
|
394
414
|
result: CategoriaResponsePaginatedResponse;
|
|
395
415
|
};
|
|
396
416
|
};
|
|
397
|
-
|
|
417
|
+
"/admin/properties/Categoria/paginated": {
|
|
398
418
|
get: {
|
|
399
419
|
params: {
|
|
400
|
-
BlogSize: number
|
|
420
|
+
BlogSize: number;
|
|
401
421
|
Url: string | undefined;
|
|
402
422
|
EntityKey: string | undefined;
|
|
403
423
|
Search: string | undefined;
|
|
@@ -405,10 +425,10 @@ export type Swagger = {
|
|
|
405
425
|
CreatedTo: string | undefined;
|
|
406
426
|
OrderBy: string | undefined;
|
|
407
427
|
Include: string | undefined;
|
|
408
|
-
page: number
|
|
409
|
-
pageSize: number
|
|
410
|
-
Filters:
|
|
411
|
-
SourceFilters: any
|
|
428
|
+
page: number;
|
|
429
|
+
pageSize: number;
|
|
430
|
+
Filters: object | undefined;
|
|
431
|
+
SourceFilters: any | undefined;
|
|
412
432
|
Target: string | undefined;
|
|
413
433
|
OnlyActives: boolean | undefined;
|
|
414
434
|
};
|
|
@@ -416,7 +436,7 @@ export type Swagger = {
|
|
|
416
436
|
result: CategoriaResponsePaginatedResponse;
|
|
417
437
|
};
|
|
418
438
|
};
|
|
419
|
-
|
|
439
|
+
"/admin/properties/Categoria/url/{url}": {
|
|
420
440
|
get: {
|
|
421
441
|
params: {
|
|
422
442
|
url: string;
|
|
@@ -425,7 +445,7 @@ export type Swagger = {
|
|
|
425
445
|
result: CategoriaResponseSharedApiResponse;
|
|
426
446
|
};
|
|
427
447
|
};
|
|
428
|
-
|
|
448
|
+
"/admin/properties/Categoria/{id}": {
|
|
429
449
|
get: {
|
|
430
450
|
params: {
|
|
431
451
|
id: number;
|
|
@@ -448,21 +468,21 @@ export type Swagger = {
|
|
|
448
468
|
result: null;
|
|
449
469
|
};
|
|
450
470
|
};
|
|
451
|
-
|
|
471
|
+
"/admin/properties/Categoria": {
|
|
452
472
|
post: {
|
|
453
473
|
params: {};
|
|
454
474
|
requestBody: CategoriaRequest;
|
|
455
475
|
result: null;
|
|
456
476
|
};
|
|
457
477
|
};
|
|
458
|
-
|
|
478
|
+
"/api/Chat/new": {
|
|
459
479
|
post: {
|
|
460
480
|
params: {};
|
|
461
481
|
requestBody: ChatNewResponse;
|
|
462
482
|
result: ChatIA;
|
|
463
483
|
};
|
|
464
484
|
};
|
|
465
|
-
|
|
485
|
+
"/api/Chat/map/{id}": {
|
|
466
486
|
post: {
|
|
467
487
|
params: {
|
|
468
488
|
id: number;
|
|
@@ -472,7 +492,7 @@ export type Swagger = {
|
|
|
472
492
|
result: TripCreatedResponse;
|
|
473
493
|
};
|
|
474
494
|
};
|
|
475
|
-
|
|
495
|
+
"/api/Chat/{id}/message": {
|
|
476
496
|
post: {
|
|
477
497
|
params: {
|
|
478
498
|
id: number;
|
|
@@ -481,7 +501,7 @@ export type Swagger = {
|
|
|
481
501
|
result: ChatIAMessageResponse;
|
|
482
502
|
};
|
|
483
503
|
};
|
|
484
|
-
|
|
504
|
+
"/api/Chat/{chatId}/messages": {
|
|
485
505
|
get: {
|
|
486
506
|
params: {
|
|
487
507
|
chatId: number;
|
|
@@ -490,7 +510,7 @@ export type Swagger = {
|
|
|
490
510
|
result: ChatIAListMessagesResponse;
|
|
491
511
|
};
|
|
492
512
|
};
|
|
493
|
-
|
|
513
|
+
"/api/Chat/{chatId}/delete": {
|
|
494
514
|
get: {
|
|
495
515
|
params: {
|
|
496
516
|
chatId: number;
|
|
@@ -499,35 +519,35 @@ export type Swagger = {
|
|
|
499
519
|
result: null;
|
|
500
520
|
};
|
|
501
521
|
};
|
|
502
|
-
|
|
522
|
+
"/api/Chat/list/messages": {
|
|
503
523
|
get: {
|
|
504
524
|
params: {};
|
|
505
525
|
requestBody: null;
|
|
506
526
|
result: ChatListResponse;
|
|
507
527
|
};
|
|
508
528
|
};
|
|
509
|
-
|
|
529
|
+
"/Configs": {
|
|
510
530
|
get: {
|
|
511
531
|
params: {};
|
|
512
532
|
requestBody: null;
|
|
513
533
|
result: null;
|
|
514
534
|
};
|
|
515
535
|
};
|
|
516
|
-
|
|
536
|
+
"/admin/constants/sectors": {
|
|
517
537
|
get: {
|
|
518
538
|
params: {};
|
|
519
539
|
requestBody: null;
|
|
520
540
|
result: null;
|
|
521
541
|
};
|
|
522
542
|
};
|
|
523
|
-
|
|
543
|
+
"/admin/constants/positions": {
|
|
524
544
|
get: {
|
|
525
545
|
params: {};
|
|
526
546
|
requestBody: null;
|
|
527
547
|
result: null;
|
|
528
548
|
};
|
|
529
549
|
};
|
|
530
|
-
|
|
550
|
+
"/admin/catalogs/Contact/paginated": {
|
|
531
551
|
get: {
|
|
532
552
|
params: {
|
|
533
553
|
EntityKey: string | undefined;
|
|
@@ -536,10 +556,10 @@ export type Swagger = {
|
|
|
536
556
|
CreatedTo: string | undefined;
|
|
537
557
|
OrderBy: string | undefined;
|
|
538
558
|
Include: string | undefined;
|
|
539
|
-
page: number
|
|
540
|
-
pageSize: number
|
|
541
|
-
Filters:
|
|
542
|
-
SourceFilters: any
|
|
559
|
+
page: number;
|
|
560
|
+
pageSize: number;
|
|
561
|
+
Filters: object | undefined;
|
|
562
|
+
SourceFilters: any | undefined;
|
|
543
563
|
Target: string | undefined;
|
|
544
564
|
OnlyActives: boolean | undefined;
|
|
545
565
|
};
|
|
@@ -547,7 +567,7 @@ export type Swagger = {
|
|
|
547
567
|
result: ContactResponsePaginatedResponse;
|
|
548
568
|
};
|
|
549
569
|
};
|
|
550
|
-
|
|
570
|
+
"/admin/catalogs/Contact/url/{url}": {
|
|
551
571
|
get: {
|
|
552
572
|
params: {
|
|
553
573
|
url: string;
|
|
@@ -556,7 +576,7 @@ export type Swagger = {
|
|
|
556
576
|
result: null;
|
|
557
577
|
};
|
|
558
578
|
};
|
|
559
|
-
|
|
579
|
+
"/admin/catalogs/Contact/{id}": {
|
|
560
580
|
get: {
|
|
561
581
|
params: {
|
|
562
582
|
id: number;
|
|
@@ -579,14 +599,14 @@ export type Swagger = {
|
|
|
579
599
|
result: null;
|
|
580
600
|
};
|
|
581
601
|
};
|
|
582
|
-
|
|
602
|
+
"/admin/catalogs/Contact": {
|
|
583
603
|
post: {
|
|
584
604
|
params: {};
|
|
585
605
|
requestBody: ContactRequest;
|
|
586
606
|
result: null;
|
|
587
607
|
};
|
|
588
608
|
};
|
|
589
|
-
|
|
609
|
+
"/educations/CourseModule/paginated": {
|
|
590
610
|
get: {
|
|
591
611
|
params: {
|
|
592
612
|
EntityKey: string | undefined;
|
|
@@ -595,10 +615,10 @@ export type Swagger = {
|
|
|
595
615
|
CreatedTo: string | undefined;
|
|
596
616
|
OrderBy: string | undefined;
|
|
597
617
|
Include: string | undefined;
|
|
598
|
-
page: number
|
|
599
|
-
pageSize: number
|
|
600
|
-
Filters:
|
|
601
|
-
SourceFilters: any
|
|
618
|
+
page: number;
|
|
619
|
+
pageSize: number;
|
|
620
|
+
Filters: object | undefined;
|
|
621
|
+
SourceFilters: any | undefined;
|
|
602
622
|
Target: string | undefined;
|
|
603
623
|
OnlyActives: boolean | undefined;
|
|
604
624
|
};
|
|
@@ -606,7 +626,7 @@ export type Swagger = {
|
|
|
606
626
|
result: CourseModuleResponsePaginatedResponse;
|
|
607
627
|
};
|
|
608
628
|
};
|
|
609
|
-
|
|
629
|
+
"/educations/CourseModule/{id}": {
|
|
610
630
|
get: {
|
|
611
631
|
params: {
|
|
612
632
|
id: number;
|
|
@@ -629,14 +649,14 @@ export type Swagger = {
|
|
|
629
649
|
result: null;
|
|
630
650
|
};
|
|
631
651
|
};
|
|
632
|
-
|
|
652
|
+
"/educations/CourseModule": {
|
|
633
653
|
post: {
|
|
634
654
|
params: {};
|
|
635
655
|
requestBody: CourseModuleRequest;
|
|
636
656
|
result: null;
|
|
637
657
|
};
|
|
638
658
|
};
|
|
639
|
-
|
|
659
|
+
"/educations/Course/paginated": {
|
|
640
660
|
get: {
|
|
641
661
|
params: {
|
|
642
662
|
EntityKey: string | undefined;
|
|
@@ -645,10 +665,10 @@ export type Swagger = {
|
|
|
645
665
|
CreatedTo: string | undefined;
|
|
646
666
|
OrderBy: string | undefined;
|
|
647
667
|
Include: string | undefined;
|
|
648
|
-
page: number
|
|
649
|
-
pageSize: number
|
|
650
|
-
Filters:
|
|
651
|
-
SourceFilters: any
|
|
668
|
+
page: number;
|
|
669
|
+
pageSize: number;
|
|
670
|
+
Filters: object | undefined;
|
|
671
|
+
SourceFilters: any | undefined;
|
|
652
672
|
Target: string | undefined;
|
|
653
673
|
OnlyActives: boolean | undefined;
|
|
654
674
|
};
|
|
@@ -656,7 +676,7 @@ export type Swagger = {
|
|
|
656
676
|
result: CourseResponsePaginatedResponse;
|
|
657
677
|
};
|
|
658
678
|
};
|
|
659
|
-
|
|
679
|
+
"/educations/Course/url/{url}": {
|
|
660
680
|
get: {
|
|
661
681
|
params: {
|
|
662
682
|
url: string;
|
|
@@ -665,7 +685,7 @@ export type Swagger = {
|
|
|
665
685
|
result: CourseResponseSharedApiResponse;
|
|
666
686
|
};
|
|
667
687
|
};
|
|
668
|
-
|
|
688
|
+
"/educations/Course/{id}": {
|
|
669
689
|
get: {
|
|
670
690
|
params: {
|
|
671
691
|
id: number;
|
|
@@ -688,14 +708,14 @@ export type Swagger = {
|
|
|
688
708
|
result: null;
|
|
689
709
|
};
|
|
690
710
|
};
|
|
691
|
-
|
|
711
|
+
"/educations/Course": {
|
|
692
712
|
post: {
|
|
693
713
|
params: {};
|
|
694
714
|
requestBody: CourseRequest;
|
|
695
715
|
result: null;
|
|
696
716
|
};
|
|
697
717
|
};
|
|
698
|
-
|
|
718
|
+
"/admin/catalogs/curso/paginated": {
|
|
699
719
|
get: {
|
|
700
720
|
params: {
|
|
701
721
|
EntityKey: string | undefined;
|
|
@@ -704,10 +724,10 @@ export type Swagger = {
|
|
|
704
724
|
CreatedTo: string | undefined;
|
|
705
725
|
OrderBy: string | undefined;
|
|
706
726
|
Include: string | undefined;
|
|
707
|
-
page: number
|
|
708
|
-
pageSize: number
|
|
709
|
-
Filters:
|
|
710
|
-
SourceFilters: any
|
|
727
|
+
page: number;
|
|
728
|
+
pageSize: number;
|
|
729
|
+
Filters: object | undefined;
|
|
730
|
+
SourceFilters: any | undefined;
|
|
711
731
|
Target: string | undefined;
|
|
712
732
|
OnlyActives: boolean | undefined;
|
|
713
733
|
};
|
|
@@ -715,7 +735,7 @@ export type Swagger = {
|
|
|
715
735
|
result: CursoResponsePaginatedResponse;
|
|
716
736
|
};
|
|
717
737
|
};
|
|
718
|
-
|
|
738
|
+
"/admin/catalogs/curso/url/{url}": {
|
|
719
739
|
get: {
|
|
720
740
|
params: {
|
|
721
741
|
url: string;
|
|
@@ -724,7 +744,7 @@ export type Swagger = {
|
|
|
724
744
|
result: CursoResponseSharedApiResponse;
|
|
725
745
|
};
|
|
726
746
|
};
|
|
727
|
-
|
|
747
|
+
"/admin/catalogs/curso/{id}": {
|
|
728
748
|
get: {
|
|
729
749
|
params: {
|
|
730
750
|
id: number;
|
|
@@ -747,14 +767,14 @@ export type Swagger = {
|
|
|
747
767
|
result: null;
|
|
748
768
|
};
|
|
749
769
|
};
|
|
750
|
-
|
|
770
|
+
"/admin/catalogs/curso": {
|
|
751
771
|
post: {
|
|
752
772
|
params: {};
|
|
753
773
|
requestBody: CursoRequest;
|
|
754
774
|
result: null;
|
|
755
775
|
};
|
|
756
776
|
};
|
|
757
|
-
|
|
777
|
+
"/admin/core/dbinitiator": {
|
|
758
778
|
get: {
|
|
759
779
|
params: {};
|
|
760
780
|
requestBody: null;
|
|
@@ -766,7 +786,7 @@ export type Swagger = {
|
|
|
766
786
|
result: null;
|
|
767
787
|
};
|
|
768
788
|
};
|
|
769
|
-
|
|
789
|
+
"/admin/contents/depoimento/paginated": {
|
|
770
790
|
get: {
|
|
771
791
|
params: {
|
|
772
792
|
EntityKey: string | undefined;
|
|
@@ -775,10 +795,10 @@ export type Swagger = {
|
|
|
775
795
|
CreatedTo: string | undefined;
|
|
776
796
|
OrderBy: string | undefined;
|
|
777
797
|
Include: string | undefined;
|
|
778
|
-
page: number
|
|
779
|
-
pageSize: number
|
|
780
|
-
Filters:
|
|
781
|
-
SourceFilters: any
|
|
798
|
+
page: number;
|
|
799
|
+
pageSize: number;
|
|
800
|
+
Filters: object | undefined;
|
|
801
|
+
SourceFilters: any | undefined;
|
|
782
802
|
Target: string | undefined;
|
|
783
803
|
OnlyActives: boolean | undefined;
|
|
784
804
|
};
|
|
@@ -786,7 +806,7 @@ export type Swagger = {
|
|
|
786
806
|
result: DepoimentoResponsePaginatedResponse;
|
|
787
807
|
};
|
|
788
808
|
};
|
|
789
|
-
|
|
809
|
+
"/admin/contents/depoimento/url/{url}": {
|
|
790
810
|
get: {
|
|
791
811
|
params: {
|
|
792
812
|
url: string;
|
|
@@ -795,7 +815,7 @@ export type Swagger = {
|
|
|
795
815
|
result: DepoimentoResponseSharedApiResponse;
|
|
796
816
|
};
|
|
797
817
|
};
|
|
798
|
-
|
|
818
|
+
"/admin/contents/depoimento/{id}": {
|
|
799
819
|
get: {
|
|
800
820
|
params: {
|
|
801
821
|
id: number;
|
|
@@ -818,28 +838,28 @@ export type Swagger = {
|
|
|
818
838
|
result: null;
|
|
819
839
|
};
|
|
820
840
|
};
|
|
821
|
-
|
|
841
|
+
"/admin/contents/depoimento": {
|
|
822
842
|
post: {
|
|
823
843
|
params: {};
|
|
824
844
|
requestBody: DepoimentoRequest;
|
|
825
845
|
result: null;
|
|
826
846
|
};
|
|
827
847
|
};
|
|
828
|
-
|
|
848
|
+
"/admin/directories/directory/app/paginated": {
|
|
829
849
|
post: {
|
|
830
850
|
params: {};
|
|
831
851
|
requestBody: DirectorySearchRequest;
|
|
832
852
|
result: DirectoryResponsePaginatedResponse;
|
|
833
853
|
};
|
|
834
854
|
};
|
|
835
|
-
|
|
855
|
+
"/admin/directories/directory/locales": {
|
|
836
856
|
get: {
|
|
837
857
|
params: {};
|
|
838
858
|
requestBody: null;
|
|
839
859
|
result: null;
|
|
840
860
|
};
|
|
841
861
|
};
|
|
842
|
-
|
|
862
|
+
"/admin/directories/directory/{id}": {
|
|
843
863
|
get: {
|
|
844
864
|
params: {
|
|
845
865
|
id: number;
|
|
@@ -862,52 +882,52 @@ export type Swagger = {
|
|
|
862
882
|
result: null;
|
|
863
883
|
};
|
|
864
884
|
};
|
|
865
|
-
|
|
885
|
+
"/admin/directories/directory/url/{url}": {
|
|
866
886
|
get: {
|
|
867
887
|
params: {
|
|
868
888
|
url: string;
|
|
869
|
-
entityKey:
|
|
889
|
+
entityKey: any | undefined;
|
|
870
890
|
};
|
|
871
891
|
requestBody: null;
|
|
872
892
|
result: DirectoryResponseSharedApiResponse;
|
|
873
893
|
};
|
|
874
894
|
};
|
|
875
|
-
|
|
895
|
+
"/admin/directories/directory": {
|
|
876
896
|
post: {
|
|
877
897
|
params: {};
|
|
878
898
|
requestBody: DirectoryRequest;
|
|
879
899
|
result: null;
|
|
880
900
|
};
|
|
881
901
|
};
|
|
882
|
-
|
|
902
|
+
"/admin/directories/directory/create/publisher": {
|
|
883
903
|
post: {
|
|
884
904
|
params: {};
|
|
885
905
|
requestBody: DirectoryRequest;
|
|
886
906
|
result: null;
|
|
887
907
|
};
|
|
888
908
|
};
|
|
889
|
-
|
|
909
|
+
"/admin/directories/directory/update/publisher": {
|
|
890
910
|
put: {
|
|
891
911
|
params: {};
|
|
892
912
|
requestBody: DirectoryUpdateRequest;
|
|
893
913
|
result: null;
|
|
894
914
|
};
|
|
895
915
|
};
|
|
896
|
-
|
|
916
|
+
"/admin/directories/directory/publisher/me": {
|
|
897
917
|
get: {
|
|
898
918
|
params: {};
|
|
899
919
|
requestBody: null;
|
|
900
920
|
result: null;
|
|
901
921
|
};
|
|
902
922
|
};
|
|
903
|
-
|
|
923
|
+
"/admin/drive/file": {
|
|
904
924
|
post: {
|
|
905
925
|
params: {};
|
|
906
926
|
requestBody: DriveFileCreateRequest;
|
|
907
927
|
result: null;
|
|
908
928
|
};
|
|
909
929
|
};
|
|
910
|
-
|
|
930
|
+
"/admin/drive/file/{id}": {
|
|
911
931
|
put: {
|
|
912
932
|
params: {
|
|
913
933
|
id: number;
|
|
@@ -930,7 +950,7 @@ export type Swagger = {
|
|
|
930
950
|
result: DriveFileResponseApiResponse;
|
|
931
951
|
};
|
|
932
952
|
};
|
|
933
|
-
|
|
953
|
+
"/admin/drive/file/guid/{fileId}": {
|
|
934
954
|
get: {
|
|
935
955
|
params: {
|
|
936
956
|
fileId: string;
|
|
@@ -939,7 +959,7 @@ export type Swagger = {
|
|
|
939
959
|
result: DriveFileResponseApiResponse;
|
|
940
960
|
};
|
|
941
961
|
};
|
|
942
|
-
|
|
962
|
+
"/admin/drive/folder/paginated": {
|
|
943
963
|
get: {
|
|
944
964
|
params: {
|
|
945
965
|
EntityKey: string | undefined;
|
|
@@ -948,17 +968,17 @@ export type Swagger = {
|
|
|
948
968
|
CreatedTo: string | undefined;
|
|
949
969
|
OrderBy: string | undefined;
|
|
950
970
|
Include: string | undefined;
|
|
951
|
-
page: number
|
|
952
|
-
pageSize: number
|
|
953
|
-
Filters:
|
|
954
|
-
SourceFilters: any
|
|
971
|
+
page: number;
|
|
972
|
+
pageSize: number;
|
|
973
|
+
Filters: object | undefined;
|
|
974
|
+
SourceFilters: any | undefined;
|
|
955
975
|
Target: string | undefined;
|
|
956
976
|
};
|
|
957
977
|
requestBody: null;
|
|
958
978
|
result: DriveFolderResponsePaginatedResponse;
|
|
959
979
|
};
|
|
960
980
|
};
|
|
961
|
-
|
|
981
|
+
"/admin/drive/folder/{folderId}/contents": {
|
|
962
982
|
get: {
|
|
963
983
|
params: {
|
|
964
984
|
folderId: string;
|
|
@@ -967,14 +987,14 @@ export type Swagger = {
|
|
|
967
987
|
result: DriveFolderContentsResponseApiResponse;
|
|
968
988
|
};
|
|
969
989
|
};
|
|
970
|
-
|
|
990
|
+
"/admin/drive/folder": {
|
|
971
991
|
post: {
|
|
972
992
|
params: {};
|
|
973
993
|
requestBody: DriveFolderCreateRequest;
|
|
974
994
|
result: null;
|
|
975
995
|
};
|
|
976
996
|
};
|
|
977
|
-
|
|
997
|
+
"/admin/drive/folder/{id}": {
|
|
978
998
|
put: {
|
|
979
999
|
params: {
|
|
980
1000
|
id: number;
|
|
@@ -990,21 +1010,21 @@ export type Swagger = {
|
|
|
990
1010
|
result: null;
|
|
991
1011
|
};
|
|
992
1012
|
};
|
|
993
|
-
|
|
1013
|
+
"/admin/drive/permission/eligible-users": {
|
|
994
1014
|
get: {
|
|
995
1015
|
params: {};
|
|
996
1016
|
requestBody: null;
|
|
997
1017
|
result: UsuarioSelectResponseListApiResponse;
|
|
998
1018
|
};
|
|
999
1019
|
};
|
|
1000
|
-
|
|
1020
|
+
"/admin/drive/permission": {
|
|
1001
1021
|
post: {
|
|
1002
1022
|
params: {};
|
|
1003
1023
|
requestBody: DrivePermissionRequest;
|
|
1004
1024
|
result: null;
|
|
1005
1025
|
};
|
|
1006
1026
|
};
|
|
1007
|
-
|
|
1027
|
+
"/admin/drive/permission/{id}": {
|
|
1008
1028
|
delete: {
|
|
1009
1029
|
params: {
|
|
1010
1030
|
id: number;
|
|
@@ -1013,7 +1033,7 @@ export type Swagger = {
|
|
|
1013
1033
|
result: null;
|
|
1014
1034
|
};
|
|
1015
1035
|
};
|
|
1016
|
-
|
|
1036
|
+
"/admin/drive/permission/folder/{folderId}": {
|
|
1017
1037
|
get: {
|
|
1018
1038
|
params: {
|
|
1019
1039
|
folderId: string;
|
|
@@ -1022,7 +1042,7 @@ export type Swagger = {
|
|
|
1022
1042
|
result: DrivePermissionUserResponseListApiResponse;
|
|
1023
1043
|
};
|
|
1024
1044
|
};
|
|
1025
|
-
|
|
1045
|
+
"/admin/drive/permission/file/{fileId}": {
|
|
1026
1046
|
get: {
|
|
1027
1047
|
params: {
|
|
1028
1048
|
fileId: string;
|
|
@@ -1031,25 +1051,25 @@ export type Swagger = {
|
|
|
1031
1051
|
result: DrivePermissionUserResponseListApiResponse;
|
|
1032
1052
|
};
|
|
1033
1053
|
};
|
|
1034
|
-
|
|
1054
|
+
"/admin/dynamic/entityrelation/paginated": {
|
|
1035
1055
|
get: {
|
|
1036
1056
|
params: {
|
|
1037
1057
|
RelationType: string | undefined;
|
|
1038
1058
|
EntityKey: string | undefined;
|
|
1039
1059
|
Url: string | undefined;
|
|
1040
1060
|
SourceTable: string | undefined;
|
|
1041
|
-
SourceId: number
|
|
1061
|
+
SourceId: number;
|
|
1042
1062
|
TargetTable: string | undefined;
|
|
1043
|
-
TargetId: number
|
|
1063
|
+
TargetId: number;
|
|
1044
1064
|
Search: string | undefined;
|
|
1045
1065
|
CreatedFrom: string | undefined;
|
|
1046
1066
|
CreatedTo: string | undefined;
|
|
1047
1067
|
OrderBy: string | undefined;
|
|
1048
1068
|
Include: string | undefined;
|
|
1049
|
-
page: number
|
|
1050
|
-
pageSize: number
|
|
1051
|
-
Filters:
|
|
1052
|
-
SourceFilters: any
|
|
1069
|
+
page: number;
|
|
1070
|
+
pageSize: number;
|
|
1071
|
+
Filters: object | undefined;
|
|
1072
|
+
SourceFilters: any | undefined;
|
|
1053
1073
|
Target: string | undefined;
|
|
1054
1074
|
OnlyActives: boolean | undefined;
|
|
1055
1075
|
};
|
|
@@ -1057,7 +1077,7 @@ export type Swagger = {
|
|
|
1057
1077
|
result: EntityRelationResponsePaginatedResponse;
|
|
1058
1078
|
};
|
|
1059
1079
|
};
|
|
1060
|
-
|
|
1080
|
+
"/admin/dynamic/entityrelation/url/{url}": {
|
|
1061
1081
|
get: {
|
|
1062
1082
|
params: {
|
|
1063
1083
|
url: string;
|
|
@@ -1066,7 +1086,7 @@ export type Swagger = {
|
|
|
1066
1086
|
result: EntityRelationResponseSharedApiResponse;
|
|
1067
1087
|
};
|
|
1068
1088
|
};
|
|
1069
|
-
|
|
1089
|
+
"/admin/dynamic/entityrelation/{id}": {
|
|
1070
1090
|
get: {
|
|
1071
1091
|
params: {
|
|
1072
1092
|
id: number;
|
|
@@ -1089,21 +1109,21 @@ export type Swagger = {
|
|
|
1089
1109
|
result: null;
|
|
1090
1110
|
};
|
|
1091
1111
|
};
|
|
1092
|
-
|
|
1112
|
+
"/admin/dynamic/entityrelation": {
|
|
1093
1113
|
post: {
|
|
1094
1114
|
params: {};
|
|
1095
1115
|
requestBody: EntityRelationRequest;
|
|
1096
1116
|
result: null;
|
|
1097
1117
|
};
|
|
1098
1118
|
};
|
|
1099
|
-
|
|
1119
|
+
"/admin/dynamic/entityrelation/create/publisher": {
|
|
1100
1120
|
post: {
|
|
1101
1121
|
params: {};
|
|
1102
1122
|
requestBody: EntityRelationRequest;
|
|
1103
1123
|
result: null;
|
|
1104
1124
|
};
|
|
1105
1125
|
};
|
|
1106
|
-
|
|
1126
|
+
"/admin/dynamic/entityrelation/update/publisher/{id}": {
|
|
1107
1127
|
put: {
|
|
1108
1128
|
params: {
|
|
1109
1129
|
id: number;
|
|
@@ -1112,7 +1132,7 @@ export type Swagger = {
|
|
|
1112
1132
|
result: EntityRelationResponseSharedApiResponse;
|
|
1113
1133
|
};
|
|
1114
1134
|
};
|
|
1115
|
-
|
|
1135
|
+
"/admin/dynamic/entityrelation/delete/publisher/{id}": {
|
|
1116
1136
|
delete: {
|
|
1117
1137
|
params: {
|
|
1118
1138
|
id: number;
|
|
@@ -1121,34 +1141,34 @@ export type Swagger = {
|
|
|
1121
1141
|
result: null;
|
|
1122
1142
|
};
|
|
1123
1143
|
};
|
|
1124
|
-
|
|
1144
|
+
"/admin/dynamic/entitytree": {
|
|
1125
1145
|
post: {
|
|
1126
1146
|
params: {};
|
|
1127
1147
|
requestBody: HierarchyRequest;
|
|
1128
1148
|
result: RelationNodeResponseApiResponse;
|
|
1129
1149
|
};
|
|
1130
1150
|
};
|
|
1131
|
-
|
|
1151
|
+
"/admin/dynamic/entitytree/available-services": {
|
|
1132
1152
|
get: {
|
|
1133
1153
|
params: {
|
|
1134
|
-
targetId: number
|
|
1154
|
+
targetId: number;
|
|
1135
1155
|
targetTable: string | undefined;
|
|
1136
1156
|
entityKeyA: string | undefined;
|
|
1137
1157
|
entityKeyB: string | undefined;
|
|
1138
|
-
professionIds:
|
|
1158
|
+
professionIds: any | undefined;
|
|
1139
1159
|
};
|
|
1140
1160
|
requestBody: null;
|
|
1141
1161
|
result: CategoriaResponseIEnumerableApiResponse;
|
|
1142
1162
|
};
|
|
1143
1163
|
};
|
|
1144
|
-
|
|
1164
|
+
"/admin/dynamic/entitytree/slot": {
|
|
1145
1165
|
put: {
|
|
1146
1166
|
params: {};
|
|
1147
1167
|
requestBody: EntityRelationSlotRequest;
|
|
1148
1168
|
result: null;
|
|
1149
1169
|
};
|
|
1150
1170
|
};
|
|
1151
|
-
|
|
1171
|
+
"/admin/catalogs/equipe/paginated": {
|
|
1152
1172
|
get: {
|
|
1153
1173
|
params: {
|
|
1154
1174
|
EntityKey: string | undefined;
|
|
@@ -1157,10 +1177,10 @@ export type Swagger = {
|
|
|
1157
1177
|
CreatedTo: string | undefined;
|
|
1158
1178
|
OrderBy: string | undefined;
|
|
1159
1179
|
Include: string | undefined;
|
|
1160
|
-
page: number
|
|
1161
|
-
pageSize: number
|
|
1162
|
-
Filters:
|
|
1163
|
-
SourceFilters: any
|
|
1180
|
+
page: number;
|
|
1181
|
+
pageSize: number;
|
|
1182
|
+
Filters: object | undefined;
|
|
1183
|
+
SourceFilters: any | undefined;
|
|
1164
1184
|
Target: string | undefined;
|
|
1165
1185
|
OnlyActives: boolean | undefined;
|
|
1166
1186
|
};
|
|
@@ -1168,7 +1188,7 @@ export type Swagger = {
|
|
|
1168
1188
|
result: EquipeResponsePaginatedResponse;
|
|
1169
1189
|
};
|
|
1170
1190
|
};
|
|
1171
|
-
|
|
1191
|
+
"/admin/catalogs/equipe/url/{url}": {
|
|
1172
1192
|
get: {
|
|
1173
1193
|
params: {
|
|
1174
1194
|
url: string;
|
|
@@ -1177,7 +1197,7 @@ export type Swagger = {
|
|
|
1177
1197
|
result: EquipeResponseSharedApiResponse;
|
|
1178
1198
|
};
|
|
1179
1199
|
};
|
|
1180
|
-
|
|
1200
|
+
"/admin/catalogs/equipe/{id}": {
|
|
1181
1201
|
get: {
|
|
1182
1202
|
params: {
|
|
1183
1203
|
id: number;
|
|
@@ -1200,14 +1220,14 @@ export type Swagger = {
|
|
|
1200
1220
|
result: null;
|
|
1201
1221
|
};
|
|
1202
1222
|
};
|
|
1203
|
-
|
|
1223
|
+
"/admin/catalogs/equipe": {
|
|
1204
1224
|
post: {
|
|
1205
1225
|
params: {};
|
|
1206
1226
|
requestBody: EquipeRequest;
|
|
1207
1227
|
result: null;
|
|
1208
1228
|
};
|
|
1209
1229
|
};
|
|
1210
|
-
|
|
1230
|
+
"/admin/contents/faq/paginated": {
|
|
1211
1231
|
get: {
|
|
1212
1232
|
params: {
|
|
1213
1233
|
EntityKey: string | undefined;
|
|
@@ -1216,10 +1236,10 @@ export type Swagger = {
|
|
|
1216
1236
|
CreatedTo: string | undefined;
|
|
1217
1237
|
OrderBy: string | undefined;
|
|
1218
1238
|
Include: string | undefined;
|
|
1219
|
-
page: number
|
|
1220
|
-
pageSize: number
|
|
1221
|
-
Filters:
|
|
1222
|
-
SourceFilters: any
|
|
1239
|
+
page: number;
|
|
1240
|
+
pageSize: number;
|
|
1241
|
+
Filters: object | undefined;
|
|
1242
|
+
SourceFilters: any | undefined;
|
|
1223
1243
|
Target: string | undefined;
|
|
1224
1244
|
OnlyActives: boolean | undefined;
|
|
1225
1245
|
};
|
|
@@ -1227,7 +1247,7 @@ export type Swagger = {
|
|
|
1227
1247
|
result: FaqResponsePaginatedResponse;
|
|
1228
1248
|
};
|
|
1229
1249
|
};
|
|
1230
|
-
|
|
1250
|
+
"/admin/contents/faq/url/{url}": {
|
|
1231
1251
|
get: {
|
|
1232
1252
|
params: {
|
|
1233
1253
|
url: string;
|
|
@@ -1236,7 +1256,7 @@ export type Swagger = {
|
|
|
1236
1256
|
result: FaqResponseSharedApiResponse;
|
|
1237
1257
|
};
|
|
1238
1258
|
};
|
|
1239
|
-
|
|
1259
|
+
"/admin/contents/faq/{id}": {
|
|
1240
1260
|
get: {
|
|
1241
1261
|
params: {
|
|
1242
1262
|
id: number;
|
|
@@ -1259,14 +1279,14 @@ export type Swagger = {
|
|
|
1259
1279
|
result: null;
|
|
1260
1280
|
};
|
|
1261
1281
|
};
|
|
1262
|
-
|
|
1282
|
+
"/admin/contents/faq": {
|
|
1263
1283
|
post: {
|
|
1264
1284
|
params: {};
|
|
1265
1285
|
requestBody: FaqRequest;
|
|
1266
1286
|
result: null;
|
|
1267
1287
|
};
|
|
1268
1288
|
};
|
|
1269
|
-
|
|
1289
|
+
"/admin/catalogs/Feature/paginated": {
|
|
1270
1290
|
get: {
|
|
1271
1291
|
params: {
|
|
1272
1292
|
EntityKey: string | undefined;
|
|
@@ -1275,10 +1295,10 @@ export type Swagger = {
|
|
|
1275
1295
|
CreatedTo: string | undefined;
|
|
1276
1296
|
OrderBy: string | undefined;
|
|
1277
1297
|
Include: string | undefined;
|
|
1278
|
-
page: number
|
|
1279
|
-
pageSize: number
|
|
1280
|
-
Filters:
|
|
1281
|
-
SourceFilters: any
|
|
1298
|
+
page: number;
|
|
1299
|
+
pageSize: number;
|
|
1300
|
+
Filters: object | undefined;
|
|
1301
|
+
SourceFilters: any | undefined;
|
|
1282
1302
|
Target: string | undefined;
|
|
1283
1303
|
OnlyActives: boolean | undefined;
|
|
1284
1304
|
};
|
|
@@ -1286,7 +1306,7 @@ export type Swagger = {
|
|
|
1286
1306
|
result: FeatureResponsePaginatedResponse;
|
|
1287
1307
|
};
|
|
1288
1308
|
};
|
|
1289
|
-
|
|
1309
|
+
"/admin/catalogs/Feature/url/{url}": {
|
|
1290
1310
|
get: {
|
|
1291
1311
|
params: {
|
|
1292
1312
|
url: string;
|
|
@@ -1295,7 +1315,7 @@ export type Swagger = {
|
|
|
1295
1315
|
result: FeatureResponseSharedApiResponse;
|
|
1296
1316
|
};
|
|
1297
1317
|
};
|
|
1298
|
-
|
|
1318
|
+
"/admin/catalogs/Feature/{id}": {
|
|
1299
1319
|
get: {
|
|
1300
1320
|
params: {
|
|
1301
1321
|
id: number;
|
|
@@ -1318,49 +1338,49 @@ export type Swagger = {
|
|
|
1318
1338
|
result: null;
|
|
1319
1339
|
};
|
|
1320
1340
|
};
|
|
1321
|
-
|
|
1341
|
+
"/admin/catalogs/Feature": {
|
|
1322
1342
|
post: {
|
|
1323
1343
|
params: {};
|
|
1324
1344
|
requestBody: FeatureRequest;
|
|
1325
1345
|
result: null;
|
|
1326
1346
|
};
|
|
1327
1347
|
};
|
|
1328
|
-
|
|
1348
|
+
"/admin/dynamic/filters/app": {
|
|
1329
1349
|
post: {
|
|
1330
1350
|
params: {};
|
|
1331
1351
|
requestBody: FilterRequest;
|
|
1332
1352
|
result: FilterResponse[];
|
|
1333
1353
|
};
|
|
1334
1354
|
};
|
|
1335
|
-
|
|
1355
|
+
"/Forms/contact": {
|
|
1336
1356
|
post: {
|
|
1337
1357
|
params: {};
|
|
1338
1358
|
requestBody: ContactDTO;
|
|
1339
1359
|
result: null;
|
|
1340
1360
|
};
|
|
1341
1361
|
};
|
|
1342
|
-
|
|
1362
|
+
"/Forms/prelaunch": {
|
|
1343
1363
|
post: {
|
|
1344
1364
|
params: {};
|
|
1345
1365
|
requestBody: User;
|
|
1346
1366
|
result: null;
|
|
1347
1367
|
};
|
|
1348
1368
|
};
|
|
1349
|
-
|
|
1369
|
+
"/Forms/work": {
|
|
1350
1370
|
post: {
|
|
1351
1371
|
params: {};
|
|
1352
1372
|
requestBody: ContactDTO;
|
|
1353
1373
|
result: null;
|
|
1354
1374
|
};
|
|
1355
1375
|
};
|
|
1356
|
-
|
|
1376
|
+
"/Forms/newsletter": {
|
|
1357
1377
|
post: {
|
|
1358
1378
|
params: {};
|
|
1359
1379
|
requestBody: ContactDTO;
|
|
1360
1380
|
result: null;
|
|
1361
1381
|
};
|
|
1362
1382
|
};
|
|
1363
|
-
|
|
1383
|
+
"/admin/catalogs/fornecedor/paginated": {
|
|
1364
1384
|
get: {
|
|
1365
1385
|
params: {
|
|
1366
1386
|
EntityKey: string | undefined;
|
|
@@ -1369,10 +1389,10 @@ export type Swagger = {
|
|
|
1369
1389
|
CreatedTo: string | undefined;
|
|
1370
1390
|
OrderBy: string | undefined;
|
|
1371
1391
|
Include: string | undefined;
|
|
1372
|
-
page: number
|
|
1373
|
-
pageSize: number
|
|
1374
|
-
Filters:
|
|
1375
|
-
SourceFilters: any
|
|
1392
|
+
page: number;
|
|
1393
|
+
pageSize: number;
|
|
1394
|
+
Filters: object | undefined;
|
|
1395
|
+
SourceFilters: any | undefined;
|
|
1376
1396
|
Target: string | undefined;
|
|
1377
1397
|
OnlyActives: boolean | undefined;
|
|
1378
1398
|
};
|
|
@@ -1380,7 +1400,7 @@ export type Swagger = {
|
|
|
1380
1400
|
result: FornecedorResponsePaginatedResponse;
|
|
1381
1401
|
};
|
|
1382
1402
|
};
|
|
1383
|
-
|
|
1403
|
+
"/admin/catalogs/fornecedor/url/{url}": {
|
|
1384
1404
|
get: {
|
|
1385
1405
|
params: {
|
|
1386
1406
|
url: string;
|
|
@@ -1389,7 +1409,7 @@ export type Swagger = {
|
|
|
1389
1409
|
result: FornecedorResponseSharedApiResponse;
|
|
1390
1410
|
};
|
|
1391
1411
|
};
|
|
1392
|
-
|
|
1412
|
+
"/admin/catalogs/fornecedor/{id}": {
|
|
1393
1413
|
get: {
|
|
1394
1414
|
params: {
|
|
1395
1415
|
id: number;
|
|
@@ -1412,21 +1432,21 @@ export type Swagger = {
|
|
|
1412
1432
|
result: null;
|
|
1413
1433
|
};
|
|
1414
1434
|
};
|
|
1415
|
-
|
|
1435
|
+
"/admin/catalogs/fornecedor": {
|
|
1416
1436
|
post: {
|
|
1417
1437
|
params: {};
|
|
1418
1438
|
requestBody: FornecedorRequest;
|
|
1419
1439
|
result: null;
|
|
1420
1440
|
};
|
|
1421
1441
|
};
|
|
1422
|
-
|
|
1442
|
+
"/api/GoogleAuth/google": {
|
|
1423
1443
|
post: {
|
|
1424
1444
|
params: {};
|
|
1425
1445
|
requestBody: GoogleLoginRequest;
|
|
1426
1446
|
result: null;
|
|
1427
1447
|
};
|
|
1428
1448
|
};
|
|
1429
|
-
|
|
1449
|
+
"/admin/host/hostproject/paginated": {
|
|
1430
1450
|
get: {
|
|
1431
1451
|
params: {
|
|
1432
1452
|
EntityKey: string | undefined;
|
|
@@ -1435,10 +1455,10 @@ export type Swagger = {
|
|
|
1435
1455
|
CreatedTo: string | undefined;
|
|
1436
1456
|
OrderBy: string | undefined;
|
|
1437
1457
|
Include: string | undefined;
|
|
1438
|
-
page: number
|
|
1439
|
-
pageSize: number
|
|
1440
|
-
Filters:
|
|
1441
|
-
SourceFilters: any
|
|
1458
|
+
page: number;
|
|
1459
|
+
pageSize: number;
|
|
1460
|
+
Filters: object | undefined;
|
|
1461
|
+
SourceFilters: any | undefined;
|
|
1442
1462
|
Target: string | undefined;
|
|
1443
1463
|
OnlyActives: boolean | undefined;
|
|
1444
1464
|
};
|
|
@@ -1446,7 +1466,7 @@ export type Swagger = {
|
|
|
1446
1466
|
result: HostProjectResponsePaginatedResponse;
|
|
1447
1467
|
};
|
|
1448
1468
|
};
|
|
1449
|
-
|
|
1469
|
+
"/admin/host/hostproject/{id}": {
|
|
1450
1470
|
get: {
|
|
1451
1471
|
params: {
|
|
1452
1472
|
id: number;
|
|
@@ -1469,14 +1489,14 @@ export type Swagger = {
|
|
|
1469
1489
|
result: null;
|
|
1470
1490
|
};
|
|
1471
1491
|
};
|
|
1472
|
-
|
|
1492
|
+
"/admin/host/hostproject": {
|
|
1473
1493
|
post: {
|
|
1474
1494
|
params: {};
|
|
1475
1495
|
requestBody: HostProjectRequest;
|
|
1476
1496
|
result: null;
|
|
1477
1497
|
};
|
|
1478
1498
|
};
|
|
1479
|
-
|
|
1499
|
+
"/admin/host/HostServer/paginated": {
|
|
1480
1500
|
get: {
|
|
1481
1501
|
params: {
|
|
1482
1502
|
EntityKey: string | undefined;
|
|
@@ -1485,10 +1505,10 @@ export type Swagger = {
|
|
|
1485
1505
|
CreatedTo: string | undefined;
|
|
1486
1506
|
OrderBy: string | undefined;
|
|
1487
1507
|
Include: string | undefined;
|
|
1488
|
-
page: number
|
|
1489
|
-
pageSize: number
|
|
1490
|
-
Filters:
|
|
1491
|
-
SourceFilters: any
|
|
1508
|
+
page: number;
|
|
1509
|
+
pageSize: number;
|
|
1510
|
+
Filters: object | undefined;
|
|
1511
|
+
SourceFilters: any | undefined;
|
|
1492
1512
|
Target: string | undefined;
|
|
1493
1513
|
OnlyActives: boolean | undefined;
|
|
1494
1514
|
};
|
|
@@ -1496,7 +1516,7 @@ export type Swagger = {
|
|
|
1496
1516
|
result: HostServerResponsePaginatedResponse;
|
|
1497
1517
|
};
|
|
1498
1518
|
};
|
|
1499
|
-
|
|
1519
|
+
"/admin/host/HostServer/{id}": {
|
|
1500
1520
|
get: {
|
|
1501
1521
|
params: {
|
|
1502
1522
|
id: number;
|
|
@@ -1519,14 +1539,14 @@ export type Swagger = {
|
|
|
1519
1539
|
result: null;
|
|
1520
1540
|
};
|
|
1521
1541
|
};
|
|
1522
|
-
|
|
1542
|
+
"/admin/host/HostServer": {
|
|
1523
1543
|
post: {
|
|
1524
1544
|
params: {};
|
|
1525
1545
|
requestBody: HostServerRequest;
|
|
1526
1546
|
result: null;
|
|
1527
1547
|
};
|
|
1528
1548
|
};
|
|
1529
|
-
|
|
1549
|
+
"/features/interaction/config/{sourceTable}/{entityKey}": {
|
|
1530
1550
|
get: {
|
|
1531
1551
|
params: {
|
|
1532
1552
|
sourceTable: string;
|
|
@@ -1536,7 +1556,7 @@ export type Swagger = {
|
|
|
1536
1556
|
result: InteractionConfigResponseApiResponse;
|
|
1537
1557
|
};
|
|
1538
1558
|
};
|
|
1539
|
-
|
|
1559
|
+
"/features/interaction/list/{sourceTable}/{sourceGUID}": {
|
|
1540
1560
|
get: {
|
|
1541
1561
|
params: {
|
|
1542
1562
|
sourceTable: string;
|
|
@@ -1546,25 +1566,25 @@ export type Swagger = {
|
|
|
1546
1566
|
result: InteractionDetailResponseApiResponse;
|
|
1547
1567
|
};
|
|
1548
1568
|
};
|
|
1549
|
-
|
|
1569
|
+
"/features/interaction/send": {
|
|
1550
1570
|
post: {
|
|
1551
1571
|
params: {};
|
|
1552
1572
|
requestBody: InteractionItemRequest;
|
|
1553
1573
|
result: null;
|
|
1554
1574
|
};
|
|
1555
1575
|
};
|
|
1556
|
-
|
|
1576
|
+
"/features/interaction/reaction": {
|
|
1557
1577
|
post: {
|
|
1558
1578
|
params: {};
|
|
1559
1579
|
requestBody: InteractionReactionRequest;
|
|
1560
1580
|
result: StringApiResponse;
|
|
1561
1581
|
};
|
|
1562
1582
|
};
|
|
1563
|
-
|
|
1583
|
+
"/admin/features/interaction/paginated": {
|
|
1564
1584
|
get: {
|
|
1565
1585
|
params: {
|
|
1566
1586
|
SourceTable: string | undefined;
|
|
1567
|
-
SourceId: number
|
|
1587
|
+
SourceId: number;
|
|
1568
1588
|
Status: string | undefined;
|
|
1569
1589
|
EntityKey: string | undefined;
|
|
1570
1590
|
Search: string | undefined;
|
|
@@ -1572,17 +1592,17 @@ export type Swagger = {
|
|
|
1572
1592
|
CreatedTo: string | undefined;
|
|
1573
1593
|
OrderBy: string | undefined;
|
|
1574
1594
|
Include: string | undefined;
|
|
1575
|
-
page: number
|
|
1576
|
-
pageSize: number
|
|
1577
|
-
Filters:
|
|
1578
|
-
SourceFilters: any
|
|
1595
|
+
page: number;
|
|
1596
|
+
pageSize: number;
|
|
1597
|
+
Filters: object | undefined;
|
|
1598
|
+
SourceFilters: any | undefined;
|
|
1579
1599
|
Target: string | undefined;
|
|
1580
1600
|
};
|
|
1581
1601
|
requestBody: null;
|
|
1582
1602
|
result: InteractionItemResponsePaginatedResponse;
|
|
1583
1603
|
};
|
|
1584
1604
|
};
|
|
1585
|
-
|
|
1605
|
+
"/admin/features/interaction/{id}": {
|
|
1586
1606
|
get: {
|
|
1587
1607
|
params: {
|
|
1588
1608
|
id: number;
|
|
@@ -1598,7 +1618,7 @@ export type Swagger = {
|
|
|
1598
1618
|
result: null;
|
|
1599
1619
|
};
|
|
1600
1620
|
};
|
|
1601
|
-
|
|
1621
|
+
"/admin/features/interaction/{id}/approve": {
|
|
1602
1622
|
put: {
|
|
1603
1623
|
params: {
|
|
1604
1624
|
id: number;
|
|
@@ -1607,7 +1627,7 @@ export type Swagger = {
|
|
|
1607
1627
|
result: null;
|
|
1608
1628
|
};
|
|
1609
1629
|
};
|
|
1610
|
-
|
|
1630
|
+
"/admin/features/interaction/{id}/reject": {
|
|
1611
1631
|
put: {
|
|
1612
1632
|
params: {
|
|
1613
1633
|
id: number;
|
|
@@ -1616,7 +1636,7 @@ export type Swagger = {
|
|
|
1616
1636
|
result: null;
|
|
1617
1637
|
};
|
|
1618
1638
|
};
|
|
1619
|
-
|
|
1639
|
+
"/admin/features/interactionconfig/paginated": {
|
|
1620
1640
|
get: {
|
|
1621
1641
|
params: {
|
|
1622
1642
|
SourceTable: string | undefined;
|
|
@@ -1626,17 +1646,17 @@ export type Swagger = {
|
|
|
1626
1646
|
CreatedTo: string | undefined;
|
|
1627
1647
|
OrderBy: string | undefined;
|
|
1628
1648
|
Include: string | undefined;
|
|
1629
|
-
page: number
|
|
1630
|
-
pageSize: number
|
|
1631
|
-
Filters:
|
|
1632
|
-
SourceFilters: any
|
|
1649
|
+
page: number;
|
|
1650
|
+
pageSize: number;
|
|
1651
|
+
Filters: object | undefined;
|
|
1652
|
+
SourceFilters: any | undefined;
|
|
1633
1653
|
Target: string | undefined;
|
|
1634
1654
|
};
|
|
1635
1655
|
requestBody: null;
|
|
1636
1656
|
result: InteractionConfigResponsePaginatedResponse;
|
|
1637
1657
|
};
|
|
1638
1658
|
};
|
|
1639
|
-
|
|
1659
|
+
"/admin/features/interactionconfig/{id}": {
|
|
1640
1660
|
get: {
|
|
1641
1661
|
params: {
|
|
1642
1662
|
id: number;
|
|
@@ -1659,21 +1679,21 @@ export type Swagger = {
|
|
|
1659
1679
|
result: null;
|
|
1660
1680
|
};
|
|
1661
1681
|
};
|
|
1662
|
-
|
|
1682
|
+
"/admin/features/interactionconfig": {
|
|
1663
1683
|
post: {
|
|
1664
1684
|
params: {};
|
|
1665
1685
|
requestBody: InteractionConfigRequest;
|
|
1666
1686
|
result: null;
|
|
1667
1687
|
};
|
|
1668
1688
|
};
|
|
1669
|
-
|
|
1689
|
+
"/admin/features/interactionreaction": {
|
|
1670
1690
|
post: {
|
|
1671
1691
|
params: {};
|
|
1672
1692
|
requestBody: InteractionReactionRequest;
|
|
1673
1693
|
result: null;
|
|
1674
1694
|
};
|
|
1675
1695
|
};
|
|
1676
|
-
|
|
1696
|
+
"/admin/features/interactionreaction/{id}": {
|
|
1677
1697
|
get: {
|
|
1678
1698
|
params: {
|
|
1679
1699
|
id: number;
|
|
@@ -1682,19 +1702,42 @@ export type Swagger = {
|
|
|
1682
1702
|
result: InteractionReactionResponseApiResponse;
|
|
1683
1703
|
};
|
|
1684
1704
|
};
|
|
1685
|
-
|
|
1705
|
+
"/admin/features/jobopportunities/JobOpportunity/paginated": {
|
|
1706
|
+
get: {
|
|
1707
|
+
params: {
|
|
1708
|
+
EntityKey: string | undefined;
|
|
1709
|
+
Search: string | undefined;
|
|
1710
|
+
CreatedFrom: string | undefined;
|
|
1711
|
+
CreatedTo: string | undefined;
|
|
1712
|
+
OrderBy: string | undefined;
|
|
1713
|
+
Include: string | undefined;
|
|
1714
|
+
page: number;
|
|
1715
|
+
pageSize: number;
|
|
1716
|
+
Filters: object | undefined;
|
|
1717
|
+
SourceFilters: any | undefined;
|
|
1718
|
+
Target: string | undefined;
|
|
1719
|
+
OnlyActives: boolean | undefined;
|
|
1720
|
+
};
|
|
1721
|
+
requestBody: null;
|
|
1722
|
+
result: JobOpportunityResponsePaginatedResponse;
|
|
1723
|
+
};
|
|
1724
|
+
};
|
|
1725
|
+
"/admin/features/jobopportunities/JobOpportunity/paginated-by-user": {
|
|
1686
1726
|
get: {
|
|
1687
1727
|
params: {
|
|
1728
|
+
SetorIds: any | undefined;
|
|
1729
|
+
CargosIds: any | undefined;
|
|
1730
|
+
LojasIds: any | undefined;
|
|
1688
1731
|
EntityKey: string | undefined;
|
|
1689
1732
|
Search: string | undefined;
|
|
1690
1733
|
CreatedFrom: string | undefined;
|
|
1691
1734
|
CreatedTo: string | undefined;
|
|
1692
1735
|
OrderBy: string | undefined;
|
|
1693
1736
|
Include: string | undefined;
|
|
1694
|
-
page: number
|
|
1695
|
-
pageSize: number
|
|
1696
|
-
Filters:
|
|
1697
|
-
SourceFilters: any
|
|
1737
|
+
page: number;
|
|
1738
|
+
pageSize: number;
|
|
1739
|
+
Filters: object | undefined;
|
|
1740
|
+
SourceFilters: any | undefined;
|
|
1698
1741
|
Target: string | undefined;
|
|
1699
1742
|
OnlyActives: boolean | undefined;
|
|
1700
1743
|
};
|
|
@@ -1702,7 +1745,7 @@ export type Swagger = {
|
|
|
1702
1745
|
result: JobOpportunityResponsePaginatedResponse;
|
|
1703
1746
|
};
|
|
1704
1747
|
};
|
|
1705
|
-
|
|
1748
|
+
"/admin/features/jobopportunities/JobOpportunity/url/{url}": {
|
|
1706
1749
|
get: {
|
|
1707
1750
|
params: {
|
|
1708
1751
|
url: string;
|
|
@@ -1711,7 +1754,7 @@ export type Swagger = {
|
|
|
1711
1754
|
result: JobOpportunityResponseSharedApiResponse;
|
|
1712
1755
|
};
|
|
1713
1756
|
};
|
|
1714
|
-
|
|
1757
|
+
"/admin/features/jobopportunities/JobOpportunity/{id}": {
|
|
1715
1758
|
get: {
|
|
1716
1759
|
params: {
|
|
1717
1760
|
id: number;
|
|
@@ -1734,14 +1777,14 @@ export type Swagger = {
|
|
|
1734
1777
|
result: null;
|
|
1735
1778
|
};
|
|
1736
1779
|
};
|
|
1737
|
-
|
|
1780
|
+
"/admin/features/jobopportunities/JobOpportunity": {
|
|
1738
1781
|
post: {
|
|
1739
1782
|
params: {};
|
|
1740
1783
|
requestBody: JobOpportunityRequest;
|
|
1741
1784
|
result: null;
|
|
1742
1785
|
};
|
|
1743
1786
|
};
|
|
1744
|
-
|
|
1787
|
+
"/admin/features/jobopportunities/JobOpportunityXCandidato/paginated": {
|
|
1745
1788
|
get: {
|
|
1746
1789
|
params: {
|
|
1747
1790
|
EntityKey: string | undefined;
|
|
@@ -1750,10 +1793,10 @@ export type Swagger = {
|
|
|
1750
1793
|
CreatedTo: string | undefined;
|
|
1751
1794
|
OrderBy: string | undefined;
|
|
1752
1795
|
Include: string | undefined;
|
|
1753
|
-
page: number
|
|
1754
|
-
pageSize: number
|
|
1755
|
-
Filters:
|
|
1756
|
-
SourceFilters: any
|
|
1796
|
+
page: number;
|
|
1797
|
+
pageSize: number;
|
|
1798
|
+
Filters: object | undefined;
|
|
1799
|
+
SourceFilters: any | undefined;
|
|
1757
1800
|
Target: string | undefined;
|
|
1758
1801
|
OnlyActives: boolean | undefined;
|
|
1759
1802
|
};
|
|
@@ -1761,7 +1804,30 @@ export type Swagger = {
|
|
|
1761
1804
|
result: SelectionProcessResponsePaginatedResponse;
|
|
1762
1805
|
};
|
|
1763
1806
|
};
|
|
1764
|
-
|
|
1807
|
+
"/admin/features/jobopportunities/JobOpportunityXCandidato/paginated-by-user": {
|
|
1808
|
+
get: {
|
|
1809
|
+
params: {
|
|
1810
|
+
SetorIds: any | undefined;
|
|
1811
|
+
CargosIds: any | undefined;
|
|
1812
|
+
LojasIds: any | undefined;
|
|
1813
|
+
EntityKey: string | undefined;
|
|
1814
|
+
Search: string | undefined;
|
|
1815
|
+
CreatedFrom: string | undefined;
|
|
1816
|
+
CreatedTo: string | undefined;
|
|
1817
|
+
OrderBy: string | undefined;
|
|
1818
|
+
Include: string | undefined;
|
|
1819
|
+
page: number;
|
|
1820
|
+
pageSize: number;
|
|
1821
|
+
Filters: object | undefined;
|
|
1822
|
+
SourceFilters: any | undefined;
|
|
1823
|
+
Target: string | undefined;
|
|
1824
|
+
OnlyActives: boolean | undefined;
|
|
1825
|
+
};
|
|
1826
|
+
requestBody: null;
|
|
1827
|
+
result: SelectionProcessResponsePaginatedResponse;
|
|
1828
|
+
};
|
|
1829
|
+
};
|
|
1830
|
+
"/admin/features/jobopportunities/JobOpportunityXCandidato/url/{url}": {
|
|
1765
1831
|
get: {
|
|
1766
1832
|
params: {
|
|
1767
1833
|
url: string;
|
|
@@ -1770,7 +1836,7 @@ export type Swagger = {
|
|
|
1770
1836
|
result: SelectionProcessResponseSharedApiResponse;
|
|
1771
1837
|
};
|
|
1772
1838
|
};
|
|
1773
|
-
|
|
1839
|
+
"/admin/features/jobopportunities/JobOpportunityXCandidato/{id}": {
|
|
1774
1840
|
get: {
|
|
1775
1841
|
params: {
|
|
1776
1842
|
id: number;
|
|
@@ -1793,28 +1859,28 @@ export type Swagger = {
|
|
|
1793
1859
|
result: null;
|
|
1794
1860
|
};
|
|
1795
1861
|
};
|
|
1796
|
-
|
|
1862
|
+
"/admin/features/jobopportunities/JobOpportunityXCandidato": {
|
|
1797
1863
|
post: {
|
|
1798
1864
|
params: {};
|
|
1799
1865
|
requestBody: SelectionProcessRequest;
|
|
1800
1866
|
result: null;
|
|
1801
1867
|
};
|
|
1802
1868
|
};
|
|
1803
|
-
|
|
1869
|
+
"/Language": {
|
|
1804
1870
|
get: {
|
|
1805
1871
|
params: {};
|
|
1806
1872
|
requestBody: null;
|
|
1807
1873
|
result: null;
|
|
1808
1874
|
};
|
|
1809
1875
|
};
|
|
1810
|
-
|
|
1876
|
+
"/Language/word": {
|
|
1811
1877
|
get: {
|
|
1812
1878
|
params: {};
|
|
1813
1879
|
requestBody: null;
|
|
1814
1880
|
result: null;
|
|
1815
1881
|
};
|
|
1816
1882
|
};
|
|
1817
|
-
|
|
1883
|
+
"/educations/Lesson/paginated": {
|
|
1818
1884
|
get: {
|
|
1819
1885
|
params: {
|
|
1820
1886
|
EntityKey: string | undefined;
|
|
@@ -1823,10 +1889,10 @@ export type Swagger = {
|
|
|
1823
1889
|
CreatedTo: string | undefined;
|
|
1824
1890
|
OrderBy: string | undefined;
|
|
1825
1891
|
Include: string | undefined;
|
|
1826
|
-
page: number
|
|
1827
|
-
pageSize: number
|
|
1828
|
-
Filters:
|
|
1829
|
-
SourceFilters: any
|
|
1892
|
+
page: number;
|
|
1893
|
+
pageSize: number;
|
|
1894
|
+
Filters: object | undefined;
|
|
1895
|
+
SourceFilters: any | undefined;
|
|
1830
1896
|
Target: string | undefined;
|
|
1831
1897
|
OnlyActives: boolean | undefined;
|
|
1832
1898
|
};
|
|
@@ -1834,7 +1900,7 @@ export type Swagger = {
|
|
|
1834
1900
|
result: LessonResponsePaginatedResponse;
|
|
1835
1901
|
};
|
|
1836
1902
|
};
|
|
1837
|
-
|
|
1903
|
+
"/educations/Lesson/url/{url}": {
|
|
1838
1904
|
get: {
|
|
1839
1905
|
params: {
|
|
1840
1906
|
url: string;
|
|
@@ -1843,7 +1909,7 @@ export type Swagger = {
|
|
|
1843
1909
|
result: LessonResponseSharedApiResponse;
|
|
1844
1910
|
};
|
|
1845
1911
|
};
|
|
1846
|
-
|
|
1912
|
+
"/educations/Lesson/{id}": {
|
|
1847
1913
|
get: {
|
|
1848
1914
|
params: {
|
|
1849
1915
|
id: number;
|
|
@@ -1866,14 +1932,14 @@ export type Swagger = {
|
|
|
1866
1932
|
result: null;
|
|
1867
1933
|
};
|
|
1868
1934
|
};
|
|
1869
|
-
|
|
1935
|
+
"/educations/Lesson": {
|
|
1870
1936
|
post: {
|
|
1871
1937
|
params: {};
|
|
1872
1938
|
requestBody: LessonRequest;
|
|
1873
1939
|
result: null;
|
|
1874
1940
|
};
|
|
1875
1941
|
};
|
|
1876
|
-
|
|
1942
|
+
"/admin/catalogs/loja/paginated": {
|
|
1877
1943
|
get: {
|
|
1878
1944
|
params: {
|
|
1879
1945
|
EntityKey: string | undefined;
|
|
@@ -1882,10 +1948,10 @@ export type Swagger = {
|
|
|
1882
1948
|
CreatedTo: string | undefined;
|
|
1883
1949
|
OrderBy: string | undefined;
|
|
1884
1950
|
Include: string | undefined;
|
|
1885
|
-
page: number
|
|
1886
|
-
pageSize: number
|
|
1887
|
-
Filters:
|
|
1888
|
-
SourceFilters: any
|
|
1951
|
+
page: number;
|
|
1952
|
+
pageSize: number;
|
|
1953
|
+
Filters: object | undefined;
|
|
1954
|
+
SourceFilters: any | undefined;
|
|
1889
1955
|
Target: string | undefined;
|
|
1890
1956
|
OnlyActives: boolean | undefined;
|
|
1891
1957
|
};
|
|
@@ -1893,7 +1959,28 @@ export type Swagger = {
|
|
|
1893
1959
|
result: LojaResponsePaginatedResponse;
|
|
1894
1960
|
};
|
|
1895
1961
|
};
|
|
1896
|
-
|
|
1962
|
+
"/admin/catalogs/loja/paginated-by-user": {
|
|
1963
|
+
get: {
|
|
1964
|
+
params: {
|
|
1965
|
+
Ids: any | undefined;
|
|
1966
|
+
EntityKey: string | undefined;
|
|
1967
|
+
Search: string | undefined;
|
|
1968
|
+
CreatedFrom: string | undefined;
|
|
1969
|
+
CreatedTo: string | undefined;
|
|
1970
|
+
OrderBy: string | undefined;
|
|
1971
|
+
Include: string | undefined;
|
|
1972
|
+
page: number;
|
|
1973
|
+
pageSize: number;
|
|
1974
|
+
Filters: object | undefined;
|
|
1975
|
+
SourceFilters: any | undefined;
|
|
1976
|
+
Target: string | undefined;
|
|
1977
|
+
OnlyActives: boolean | undefined;
|
|
1978
|
+
};
|
|
1979
|
+
requestBody: null;
|
|
1980
|
+
result: SetorResponsePaginatedResponse;
|
|
1981
|
+
};
|
|
1982
|
+
};
|
|
1983
|
+
"/admin/catalogs/loja/url/{url}": {
|
|
1897
1984
|
get: {
|
|
1898
1985
|
params: {
|
|
1899
1986
|
url: string;
|
|
@@ -1902,7 +1989,7 @@ export type Swagger = {
|
|
|
1902
1989
|
result: LojaResponseSharedApiResponse;
|
|
1903
1990
|
};
|
|
1904
1991
|
};
|
|
1905
|
-
|
|
1992
|
+
"/admin/catalogs/loja/{id}": {
|
|
1906
1993
|
get: {
|
|
1907
1994
|
params: {
|
|
1908
1995
|
id: number;
|
|
@@ -1925,14 +2012,14 @@ export type Swagger = {
|
|
|
1925
2012
|
result: null;
|
|
1926
2013
|
};
|
|
1927
2014
|
};
|
|
1928
|
-
|
|
2015
|
+
"/admin/catalogs/loja": {
|
|
1929
2016
|
post: {
|
|
1930
2017
|
params: {};
|
|
1931
2018
|
requestBody: LojaRequest;
|
|
1932
2019
|
result: null;
|
|
1933
2020
|
};
|
|
1934
2021
|
};
|
|
1935
|
-
|
|
2022
|
+
"/admin/catalogs/marca/paginated": {
|
|
1936
2023
|
get: {
|
|
1937
2024
|
params: {
|
|
1938
2025
|
EntityKey: string | undefined;
|
|
@@ -1941,10 +2028,10 @@ export type Swagger = {
|
|
|
1941
2028
|
CreatedTo: string | undefined;
|
|
1942
2029
|
OrderBy: string | undefined;
|
|
1943
2030
|
Include: string | undefined;
|
|
1944
|
-
page: number
|
|
1945
|
-
pageSize: number
|
|
1946
|
-
Filters:
|
|
1947
|
-
SourceFilters: any
|
|
2031
|
+
page: number;
|
|
2032
|
+
pageSize: number;
|
|
2033
|
+
Filters: object | undefined;
|
|
2034
|
+
SourceFilters: any | undefined;
|
|
1948
2035
|
Target: string | undefined;
|
|
1949
2036
|
OnlyActives: boolean | undefined;
|
|
1950
2037
|
};
|
|
@@ -1952,7 +2039,7 @@ export type Swagger = {
|
|
|
1952
2039
|
result: MarcaResponsePaginatedResponse;
|
|
1953
2040
|
};
|
|
1954
2041
|
};
|
|
1955
|
-
|
|
2042
|
+
"/admin/catalogs/marca/url/{url}": {
|
|
1956
2043
|
get: {
|
|
1957
2044
|
params: {
|
|
1958
2045
|
url: string;
|
|
@@ -1961,7 +2048,7 @@ export type Swagger = {
|
|
|
1961
2048
|
result: MarcaResponseSharedApiResponse;
|
|
1962
2049
|
};
|
|
1963
2050
|
};
|
|
1964
|
-
|
|
2051
|
+
"/admin/catalogs/marca/{id}": {
|
|
1965
2052
|
get: {
|
|
1966
2053
|
params: {
|
|
1967
2054
|
id: number;
|
|
@@ -1984,21 +2071,21 @@ export type Swagger = {
|
|
|
1984
2071
|
result: null;
|
|
1985
2072
|
};
|
|
1986
2073
|
};
|
|
1987
|
-
|
|
2074
|
+
"/admin/catalogs/marca": {
|
|
1988
2075
|
post: {
|
|
1989
2076
|
params: {};
|
|
1990
2077
|
requestBody: MarcaRequest;
|
|
1991
2078
|
result: null;
|
|
1992
2079
|
};
|
|
1993
2080
|
};
|
|
1994
|
-
|
|
2081
|
+
"/Metadata": {
|
|
1995
2082
|
post: {
|
|
1996
2083
|
params: {};
|
|
1997
2084
|
requestBody: null;
|
|
1998
2085
|
result: null;
|
|
1999
2086
|
};
|
|
2000
2087
|
};
|
|
2001
|
-
|
|
2088
|
+
"/Metadata/{id}": {
|
|
2002
2089
|
delete: {
|
|
2003
2090
|
params: {
|
|
2004
2091
|
id: string;
|
|
@@ -2007,14 +2094,14 @@ export type Swagger = {
|
|
|
2007
2094
|
result: null;
|
|
2008
2095
|
};
|
|
2009
2096
|
};
|
|
2010
|
-
|
|
2097
|
+
"/core/migration/ApplyMigrations": {
|
|
2011
2098
|
post: {
|
|
2012
2099
|
params: {};
|
|
2013
2100
|
requestBody: null;
|
|
2014
2101
|
result: null;
|
|
2015
2102
|
};
|
|
2016
2103
|
};
|
|
2017
|
-
|
|
2104
|
+
"/educations/ModuleLesson/paginated": {
|
|
2018
2105
|
get: {
|
|
2019
2106
|
params: {
|
|
2020
2107
|
EntityKey: string | undefined;
|
|
@@ -2023,10 +2110,10 @@ export type Swagger = {
|
|
|
2023
2110
|
CreatedTo: string | undefined;
|
|
2024
2111
|
OrderBy: string | undefined;
|
|
2025
2112
|
Include: string | undefined;
|
|
2026
|
-
page: number
|
|
2027
|
-
pageSize: number
|
|
2028
|
-
Filters:
|
|
2029
|
-
SourceFilters: any
|
|
2113
|
+
page: number;
|
|
2114
|
+
pageSize: number;
|
|
2115
|
+
Filters: object | undefined;
|
|
2116
|
+
SourceFilters: any | undefined;
|
|
2030
2117
|
Target: string | undefined;
|
|
2031
2118
|
OnlyActives: boolean | undefined;
|
|
2032
2119
|
};
|
|
@@ -2034,7 +2121,7 @@ export type Swagger = {
|
|
|
2034
2121
|
result: ModuleLessonResponsePaginatedResponse;
|
|
2035
2122
|
};
|
|
2036
2123
|
};
|
|
2037
|
-
|
|
2124
|
+
"/educations/ModuleLesson/{id}": {
|
|
2038
2125
|
get: {
|
|
2039
2126
|
params: {
|
|
2040
2127
|
id: number;
|
|
@@ -2057,14 +2144,14 @@ export type Swagger = {
|
|
|
2057
2144
|
result: null;
|
|
2058
2145
|
};
|
|
2059
2146
|
};
|
|
2060
|
-
|
|
2147
|
+
"/educations/ModuleLesson": {
|
|
2061
2148
|
post: {
|
|
2062
2149
|
params: {};
|
|
2063
2150
|
requestBody: ModuleLessonRequest;
|
|
2064
2151
|
result: null;
|
|
2065
2152
|
};
|
|
2066
2153
|
};
|
|
2067
|
-
|
|
2154
|
+
"/educations/module/paginated": {
|
|
2068
2155
|
get: {
|
|
2069
2156
|
params: {
|
|
2070
2157
|
EntityKey: string | undefined;
|
|
@@ -2073,10 +2160,10 @@ export type Swagger = {
|
|
|
2073
2160
|
CreatedTo: string | undefined;
|
|
2074
2161
|
OrderBy: string | undefined;
|
|
2075
2162
|
Include: string | undefined;
|
|
2076
|
-
page: number
|
|
2077
|
-
pageSize: number
|
|
2078
|
-
Filters:
|
|
2079
|
-
SourceFilters: any
|
|
2163
|
+
page: number;
|
|
2164
|
+
pageSize: number;
|
|
2165
|
+
Filters: object | undefined;
|
|
2166
|
+
SourceFilters: any | undefined;
|
|
2080
2167
|
Target: string | undefined;
|
|
2081
2168
|
OnlyActives: boolean | undefined;
|
|
2082
2169
|
};
|
|
@@ -2084,7 +2171,7 @@ export type Swagger = {
|
|
|
2084
2171
|
result: ModuleResponsePaginatedResponse;
|
|
2085
2172
|
};
|
|
2086
2173
|
};
|
|
2087
|
-
|
|
2174
|
+
"/educations/module/url/{url}": {
|
|
2088
2175
|
get: {
|
|
2089
2176
|
params: {
|
|
2090
2177
|
url: string;
|
|
@@ -2093,7 +2180,7 @@ export type Swagger = {
|
|
|
2093
2180
|
result: ModuleResponseSharedApiResponse;
|
|
2094
2181
|
};
|
|
2095
2182
|
};
|
|
2096
|
-
|
|
2183
|
+
"/educations/module/{id}": {
|
|
2097
2184
|
get: {
|
|
2098
2185
|
params: {
|
|
2099
2186
|
id: number;
|
|
@@ -2116,14 +2203,14 @@ export type Swagger = {
|
|
|
2116
2203
|
result: null;
|
|
2117
2204
|
};
|
|
2118
2205
|
};
|
|
2119
|
-
|
|
2206
|
+
"/educations/module": {
|
|
2120
2207
|
post: {
|
|
2121
2208
|
params: {};
|
|
2122
2209
|
requestBody: ModuleRequest;
|
|
2123
2210
|
result: null;
|
|
2124
2211
|
};
|
|
2125
2212
|
};
|
|
2126
|
-
|
|
2213
|
+
"/admin/contents/noticia/paginated": {
|
|
2127
2214
|
get: {
|
|
2128
2215
|
params: {
|
|
2129
2216
|
EntityKey: string | undefined;
|
|
@@ -2132,10 +2219,10 @@ export type Swagger = {
|
|
|
2132
2219
|
CreatedTo: string | undefined;
|
|
2133
2220
|
OrderBy: string | undefined;
|
|
2134
2221
|
Include: string | undefined;
|
|
2135
|
-
page: number
|
|
2136
|
-
pageSize: number
|
|
2137
|
-
Filters:
|
|
2138
|
-
SourceFilters: any
|
|
2222
|
+
page: number;
|
|
2223
|
+
pageSize: number;
|
|
2224
|
+
Filters: object | undefined;
|
|
2225
|
+
SourceFilters: any | undefined;
|
|
2139
2226
|
Target: string | undefined;
|
|
2140
2227
|
OnlyActives: boolean | undefined;
|
|
2141
2228
|
};
|
|
@@ -2143,7 +2230,7 @@ export type Swagger = {
|
|
|
2143
2230
|
result: NoticiaResponsePaginatedResponse;
|
|
2144
2231
|
};
|
|
2145
2232
|
};
|
|
2146
|
-
|
|
2233
|
+
"/admin/contents/noticia/url/{url}": {
|
|
2147
2234
|
get: {
|
|
2148
2235
|
params: {
|
|
2149
2236
|
url: string;
|
|
@@ -2152,7 +2239,7 @@ export type Swagger = {
|
|
|
2152
2239
|
result: NoticiaResponseSharedApiResponse;
|
|
2153
2240
|
};
|
|
2154
2241
|
};
|
|
2155
|
-
|
|
2242
|
+
"/admin/contents/noticia/{id}": {
|
|
2156
2243
|
get: {
|
|
2157
2244
|
params: {
|
|
2158
2245
|
id: number;
|
|
@@ -2175,14 +2262,14 @@ export type Swagger = {
|
|
|
2175
2262
|
result: null;
|
|
2176
2263
|
};
|
|
2177
2264
|
};
|
|
2178
|
-
|
|
2265
|
+
"/admin/contents/noticia": {
|
|
2179
2266
|
post: {
|
|
2180
2267
|
params: {};
|
|
2181
2268
|
requestBody: NoticiaRequest;
|
|
2182
2269
|
result: null;
|
|
2183
2270
|
};
|
|
2184
2271
|
};
|
|
2185
|
-
|
|
2272
|
+
"/admin/catalogs/objeto/paginated": {
|
|
2186
2273
|
get: {
|
|
2187
2274
|
params: {
|
|
2188
2275
|
EntityKey: string | undefined;
|
|
@@ -2191,10 +2278,10 @@ export type Swagger = {
|
|
|
2191
2278
|
CreatedTo: string | undefined;
|
|
2192
2279
|
OrderBy: string | undefined;
|
|
2193
2280
|
Include: string | undefined;
|
|
2194
|
-
page: number
|
|
2195
|
-
pageSize: number
|
|
2196
|
-
Filters:
|
|
2197
|
-
SourceFilters: any
|
|
2281
|
+
page: number;
|
|
2282
|
+
pageSize: number;
|
|
2283
|
+
Filters: object | undefined;
|
|
2284
|
+
SourceFilters: any | undefined;
|
|
2198
2285
|
Target: string | undefined;
|
|
2199
2286
|
OnlyActives: boolean | undefined;
|
|
2200
2287
|
};
|
|
@@ -2202,7 +2289,7 @@ export type Swagger = {
|
|
|
2202
2289
|
result: ObjetoResponsePaginatedResponse;
|
|
2203
2290
|
};
|
|
2204
2291
|
};
|
|
2205
|
-
|
|
2292
|
+
"/admin/catalogs/objeto/url/{url}": {
|
|
2206
2293
|
get: {
|
|
2207
2294
|
params: {
|
|
2208
2295
|
url: string;
|
|
@@ -2211,7 +2298,7 @@ export type Swagger = {
|
|
|
2211
2298
|
result: ObjetoResponseSharedApiResponse;
|
|
2212
2299
|
};
|
|
2213
2300
|
};
|
|
2214
|
-
|
|
2301
|
+
"/admin/catalogs/objeto/{id}": {
|
|
2215
2302
|
get: {
|
|
2216
2303
|
params: {
|
|
2217
2304
|
id: number;
|
|
@@ -2234,21 +2321,21 @@ export type Swagger = {
|
|
|
2234
2321
|
result: null;
|
|
2235
2322
|
};
|
|
2236
2323
|
};
|
|
2237
|
-
|
|
2324
|
+
"/admin/catalogs/objeto": {
|
|
2238
2325
|
post: {
|
|
2239
2326
|
params: {};
|
|
2240
2327
|
requestBody: ObjetoRequest;
|
|
2241
2328
|
result: null;
|
|
2242
2329
|
};
|
|
2243
2330
|
};
|
|
2244
|
-
|
|
2331
|
+
"/webhook/pagarme": {
|
|
2245
2332
|
post: {
|
|
2246
2333
|
params: {};
|
|
2247
2334
|
requestBody: null;
|
|
2248
2335
|
result: null;
|
|
2249
2336
|
};
|
|
2250
2337
|
};
|
|
2251
|
-
|
|
2338
|
+
"/Pages/{url}": {
|
|
2252
2339
|
get: {
|
|
2253
2340
|
params: {
|
|
2254
2341
|
url: string;
|
|
@@ -2257,15 +2344,15 @@ export type Swagger = {
|
|
|
2257
2344
|
result: PageDTO;
|
|
2258
2345
|
};
|
|
2259
2346
|
};
|
|
2260
|
-
|
|
2347
|
+
"/Pages/{entityKey}/listing": {
|
|
2261
2348
|
get: {
|
|
2262
2349
|
params: {
|
|
2263
2350
|
entityKey: string;
|
|
2264
2351
|
category: string | undefined;
|
|
2265
2352
|
search: string | undefined;
|
|
2266
2353
|
tags: string | undefined;
|
|
2267
|
-
page: number
|
|
2268
|
-
pageSize: number
|
|
2354
|
+
page: number;
|
|
2355
|
+
pageSize: number;
|
|
2269
2356
|
destaque: boolean | undefined;
|
|
2270
2357
|
destaqueVitrine: boolean | undefined;
|
|
2271
2358
|
};
|
|
@@ -2273,7 +2360,7 @@ export type Swagger = {
|
|
|
2273
2360
|
result: ListPageDTO;
|
|
2274
2361
|
};
|
|
2275
2362
|
};
|
|
2276
|
-
|
|
2363
|
+
"/Pages/detail/{entityKey}/{url}": {
|
|
2277
2364
|
get: {
|
|
2278
2365
|
params: {
|
|
2279
2366
|
entityKey: string;
|
|
@@ -2283,14 +2370,14 @@ export type Swagger = {
|
|
|
2283
2370
|
result: PageDTO;
|
|
2284
2371
|
};
|
|
2285
2372
|
};
|
|
2286
|
-
|
|
2373
|
+
"/admin/system/pages/GetEntities": {
|
|
2287
2374
|
get: {
|
|
2288
2375
|
params: {};
|
|
2289
2376
|
requestBody: null;
|
|
2290
2377
|
result: null;
|
|
2291
2378
|
};
|
|
2292
2379
|
};
|
|
2293
|
-
|
|
2380
|
+
"/admin/system/pages/paginated": {
|
|
2294
2381
|
get: {
|
|
2295
2382
|
params: {
|
|
2296
2383
|
EntityKey: string | undefined;
|
|
@@ -2299,10 +2386,10 @@ export type Swagger = {
|
|
|
2299
2386
|
CreatedTo: string | undefined;
|
|
2300
2387
|
OrderBy: string | undefined;
|
|
2301
2388
|
Include: string | undefined;
|
|
2302
|
-
page: number
|
|
2303
|
-
pageSize: number
|
|
2304
|
-
Filters:
|
|
2305
|
-
SourceFilters: any
|
|
2389
|
+
page: number;
|
|
2390
|
+
pageSize: number;
|
|
2391
|
+
Filters: object | undefined;
|
|
2392
|
+
SourceFilters: any | undefined;
|
|
2306
2393
|
Target: string | undefined;
|
|
2307
2394
|
OnlyActives: boolean | undefined;
|
|
2308
2395
|
};
|
|
@@ -2310,7 +2397,7 @@ export type Swagger = {
|
|
|
2310
2397
|
result: PageResponsePaginatedResponse;
|
|
2311
2398
|
};
|
|
2312
2399
|
};
|
|
2313
|
-
|
|
2400
|
+
"/admin/system/pages/{id}": {
|
|
2314
2401
|
get: {
|
|
2315
2402
|
params: {
|
|
2316
2403
|
id: number;
|
|
@@ -2333,7 +2420,7 @@ export type Swagger = {
|
|
|
2333
2420
|
result: null;
|
|
2334
2421
|
};
|
|
2335
2422
|
};
|
|
2336
|
-
|
|
2423
|
+
"/admin/system/pages/url": {
|
|
2337
2424
|
get: {
|
|
2338
2425
|
params: {
|
|
2339
2426
|
route: string | undefined;
|
|
@@ -2342,14 +2429,14 @@ export type Swagger = {
|
|
|
2342
2429
|
result: PageResponse;
|
|
2343
2430
|
};
|
|
2344
2431
|
};
|
|
2345
|
-
|
|
2432
|
+
"/admin/system/pages": {
|
|
2346
2433
|
post: {
|
|
2347
2434
|
params: {};
|
|
2348
2435
|
requestBody: PageRequest;
|
|
2349
2436
|
result: null;
|
|
2350
2437
|
};
|
|
2351
2438
|
};
|
|
2352
|
-
|
|
2439
|
+
"/admin/contents/page/paginated": {
|
|
2353
2440
|
get: {
|
|
2354
2441
|
params: {
|
|
2355
2442
|
EntityKey: string | undefined;
|
|
@@ -2358,10 +2445,10 @@ export type Swagger = {
|
|
|
2358
2445
|
CreatedTo: string | undefined;
|
|
2359
2446
|
OrderBy: string | undefined;
|
|
2360
2447
|
Include: string | undefined;
|
|
2361
|
-
page: number
|
|
2362
|
-
pageSize: number
|
|
2363
|
-
Filters:
|
|
2364
|
-
SourceFilters: any
|
|
2448
|
+
page: number;
|
|
2449
|
+
pageSize: number;
|
|
2450
|
+
Filters: object | undefined;
|
|
2451
|
+
SourceFilters: any | undefined;
|
|
2365
2452
|
Target: string | undefined;
|
|
2366
2453
|
OnlyActives: boolean | undefined;
|
|
2367
2454
|
};
|
|
@@ -2369,7 +2456,7 @@ export type Swagger = {
|
|
|
2369
2456
|
result: PaginaResponsePaginatedResponse;
|
|
2370
2457
|
};
|
|
2371
2458
|
};
|
|
2372
|
-
|
|
2459
|
+
"/admin/contents/page/url/{url}": {
|
|
2373
2460
|
get: {
|
|
2374
2461
|
params: {
|
|
2375
2462
|
url: string;
|
|
@@ -2378,7 +2465,7 @@ export type Swagger = {
|
|
|
2378
2465
|
result: PaginaResponseSharedApiResponse;
|
|
2379
2466
|
};
|
|
2380
2467
|
};
|
|
2381
|
-
|
|
2468
|
+
"/admin/contents/page/{id}": {
|
|
2382
2469
|
get: {
|
|
2383
2470
|
params: {
|
|
2384
2471
|
id: number;
|
|
@@ -2401,14 +2488,14 @@ export type Swagger = {
|
|
|
2401
2488
|
result: null;
|
|
2402
2489
|
};
|
|
2403
2490
|
};
|
|
2404
|
-
|
|
2491
|
+
"/admin/contents/page": {
|
|
2405
2492
|
post: {
|
|
2406
2493
|
params: {};
|
|
2407
2494
|
requestBody: PaginaRequest;
|
|
2408
2495
|
result: null;
|
|
2409
2496
|
};
|
|
2410
2497
|
};
|
|
2411
|
-
|
|
2498
|
+
"/Platform/configs": {
|
|
2412
2499
|
get: {
|
|
2413
2500
|
params: {
|
|
2414
2501
|
tenantId: string | undefined;
|
|
@@ -2417,7 +2504,7 @@ export type Swagger = {
|
|
|
2417
2504
|
result: Configs;
|
|
2418
2505
|
};
|
|
2419
2506
|
};
|
|
2420
|
-
|
|
2507
|
+
"/admin/catalogs/Portfolio/paginated": {
|
|
2421
2508
|
get: {
|
|
2422
2509
|
params: {
|
|
2423
2510
|
EntityKey: string | undefined;
|
|
@@ -2426,10 +2513,10 @@ export type Swagger = {
|
|
|
2426
2513
|
CreatedTo: string | undefined;
|
|
2427
2514
|
OrderBy: string | undefined;
|
|
2428
2515
|
Include: string | undefined;
|
|
2429
|
-
page: number
|
|
2430
|
-
pageSize: number
|
|
2431
|
-
Filters:
|
|
2432
|
-
SourceFilters: any
|
|
2516
|
+
page: number;
|
|
2517
|
+
pageSize: number;
|
|
2518
|
+
Filters: object | undefined;
|
|
2519
|
+
SourceFilters: any | undefined;
|
|
2433
2520
|
Target: string | undefined;
|
|
2434
2521
|
OnlyActives: boolean | undefined;
|
|
2435
2522
|
};
|
|
@@ -2437,7 +2524,7 @@ export type Swagger = {
|
|
|
2437
2524
|
result: PortfolioResponsePaginatedResponse;
|
|
2438
2525
|
};
|
|
2439
2526
|
};
|
|
2440
|
-
|
|
2527
|
+
"/admin/catalogs/Portfolio/url/{url}": {
|
|
2441
2528
|
get: {
|
|
2442
2529
|
params: {
|
|
2443
2530
|
url: string;
|
|
@@ -2446,7 +2533,7 @@ export type Swagger = {
|
|
|
2446
2533
|
result: PortfolioResponseSharedApiResponse;
|
|
2447
2534
|
};
|
|
2448
2535
|
};
|
|
2449
|
-
|
|
2536
|
+
"/admin/catalogs/Portfolio/{id}": {
|
|
2450
2537
|
get: {
|
|
2451
2538
|
params: {
|
|
2452
2539
|
id: number;
|
|
@@ -2469,14 +2556,14 @@ export type Swagger = {
|
|
|
2469
2556
|
result: null;
|
|
2470
2557
|
};
|
|
2471
2558
|
};
|
|
2472
|
-
|
|
2559
|
+
"/admin/catalogs/Portfolio": {
|
|
2473
2560
|
post: {
|
|
2474
2561
|
params: {};
|
|
2475
2562
|
requestBody: PortfolioRequest;
|
|
2476
2563
|
result: null;
|
|
2477
2564
|
};
|
|
2478
2565
|
};
|
|
2479
|
-
|
|
2566
|
+
"/admin/catalogs/produto/paginated": {
|
|
2480
2567
|
get: {
|
|
2481
2568
|
params: {
|
|
2482
2569
|
EntityKey: string | undefined;
|
|
@@ -2485,10 +2572,10 @@ export type Swagger = {
|
|
|
2485
2572
|
CreatedTo: string | undefined;
|
|
2486
2573
|
OrderBy: string | undefined;
|
|
2487
2574
|
Include: string | undefined;
|
|
2488
|
-
page: number
|
|
2489
|
-
pageSize: number
|
|
2490
|
-
Filters:
|
|
2491
|
-
SourceFilters: any
|
|
2575
|
+
page: number;
|
|
2576
|
+
pageSize: number;
|
|
2577
|
+
Filters: object | undefined;
|
|
2578
|
+
SourceFilters: any | undefined;
|
|
2492
2579
|
Target: string | undefined;
|
|
2493
2580
|
OnlyActives: boolean | undefined;
|
|
2494
2581
|
};
|
|
@@ -2496,7 +2583,7 @@ export type Swagger = {
|
|
|
2496
2583
|
result: ProdutoResponsePaginatedResponse;
|
|
2497
2584
|
};
|
|
2498
2585
|
};
|
|
2499
|
-
|
|
2586
|
+
"/admin/catalogs/produto/url/{url}": {
|
|
2500
2587
|
get: {
|
|
2501
2588
|
params: {
|
|
2502
2589
|
url: string;
|
|
@@ -2505,7 +2592,7 @@ export type Swagger = {
|
|
|
2505
2592
|
result: ProdutoResponseSharedApiResponse;
|
|
2506
2593
|
};
|
|
2507
2594
|
};
|
|
2508
|
-
|
|
2595
|
+
"/admin/catalogs/produto/{id}": {
|
|
2509
2596
|
get: {
|
|
2510
2597
|
params: {
|
|
2511
2598
|
id: number;
|
|
@@ -2528,14 +2615,14 @@ export type Swagger = {
|
|
|
2528
2615
|
result: null;
|
|
2529
2616
|
};
|
|
2530
2617
|
};
|
|
2531
|
-
|
|
2618
|
+
"/admin/catalogs/produto": {
|
|
2532
2619
|
post: {
|
|
2533
2620
|
params: {};
|
|
2534
2621
|
requestBody: ProdutoRequest;
|
|
2535
2622
|
result: null;
|
|
2536
2623
|
};
|
|
2537
2624
|
};
|
|
2538
|
-
|
|
2625
|
+
"/admin/Roles/Role/paginated": {
|
|
2539
2626
|
get: {
|
|
2540
2627
|
params: {
|
|
2541
2628
|
EntityKey: string | undefined;
|
|
@@ -2544,30 +2631,31 @@ export type Swagger = {
|
|
|
2544
2631
|
CreatedTo: string | undefined;
|
|
2545
2632
|
OrderBy: string | undefined;
|
|
2546
2633
|
Include: string | undefined;
|
|
2547
|
-
page: number
|
|
2548
|
-
pageSize: number
|
|
2549
|
-
Filters:
|
|
2550
|
-
SourceFilters: any
|
|
2634
|
+
page: number;
|
|
2635
|
+
pageSize: number;
|
|
2636
|
+
Filters: object | undefined;
|
|
2637
|
+
SourceFilters: any | undefined;
|
|
2551
2638
|
Target: string | undefined;
|
|
2639
|
+
OnlyActives: boolean | undefined;
|
|
2552
2640
|
};
|
|
2553
2641
|
requestBody: null;
|
|
2554
|
-
result:
|
|
2642
|
+
result: RolesResponsePaginatedResponse;
|
|
2555
2643
|
};
|
|
2556
2644
|
};
|
|
2557
|
-
|
|
2645
|
+
"/admin/Roles/Role/{id}": {
|
|
2558
2646
|
get: {
|
|
2559
2647
|
params: {
|
|
2560
2648
|
id: number;
|
|
2561
2649
|
};
|
|
2562
2650
|
requestBody: null;
|
|
2563
|
-
result:
|
|
2651
|
+
result: RolesResponseSharedApiResponse;
|
|
2564
2652
|
};
|
|
2565
2653
|
put: {
|
|
2566
2654
|
params: {
|
|
2567
2655
|
id: number;
|
|
2568
2656
|
};
|
|
2569
|
-
requestBody:
|
|
2570
|
-
result:
|
|
2657
|
+
requestBody: RolesRequest;
|
|
2658
|
+
result: RolesResponseSharedApiResponse;
|
|
2571
2659
|
};
|
|
2572
2660
|
delete: {
|
|
2573
2661
|
params: {
|
|
@@ -2577,14 +2665,23 @@ export type Swagger = {
|
|
|
2577
2665
|
result: null;
|
|
2578
2666
|
};
|
|
2579
2667
|
};
|
|
2580
|
-
|
|
2668
|
+
"/admin/Roles/Role": {
|
|
2581
2669
|
post: {
|
|
2582
2670
|
params: {};
|
|
2583
|
-
requestBody:
|
|
2671
|
+
requestBody: RolesRequest;
|
|
2584
2672
|
result: null;
|
|
2585
2673
|
};
|
|
2586
2674
|
};
|
|
2587
|
-
|
|
2675
|
+
"/admin/Roles/Role/UserByListRoles": {
|
|
2676
|
+
get: {
|
|
2677
|
+
params: {
|
|
2678
|
+
ids: any | undefined;
|
|
2679
|
+
};
|
|
2680
|
+
requestBody: null;
|
|
2681
|
+
result: UsuarioResponseSharedApiResponse;
|
|
2682
|
+
};
|
|
2683
|
+
};
|
|
2684
|
+
"/Section": {
|
|
2588
2685
|
post: {
|
|
2589
2686
|
params: {};
|
|
2590
2687
|
requestBody: SectionRequest;
|
|
@@ -2598,7 +2695,7 @@ export type Swagger = {
|
|
|
2598
2695
|
result: null;
|
|
2599
2696
|
};
|
|
2600
2697
|
};
|
|
2601
|
-
|
|
2698
|
+
"/Section/{id}": {
|
|
2602
2699
|
put: {
|
|
2603
2700
|
params: {
|
|
2604
2701
|
id: number;
|
|
@@ -2607,7 +2704,7 @@ export type Swagger = {
|
|
|
2607
2704
|
result: null;
|
|
2608
2705
|
};
|
|
2609
2706
|
};
|
|
2610
|
-
|
|
2707
|
+
"/admin/catalogs/servico/paginated": {
|
|
2611
2708
|
get: {
|
|
2612
2709
|
params: {
|
|
2613
2710
|
EntityKey: string | undefined;
|
|
@@ -2616,10 +2713,10 @@ export type Swagger = {
|
|
|
2616
2713
|
CreatedTo: string | undefined;
|
|
2617
2714
|
OrderBy: string | undefined;
|
|
2618
2715
|
Include: string | undefined;
|
|
2619
|
-
page: number
|
|
2620
|
-
pageSize: number
|
|
2621
|
-
Filters:
|
|
2622
|
-
SourceFilters: any
|
|
2716
|
+
page: number;
|
|
2717
|
+
pageSize: number;
|
|
2718
|
+
Filters: object | undefined;
|
|
2719
|
+
SourceFilters: any | undefined;
|
|
2623
2720
|
Target: string | undefined;
|
|
2624
2721
|
OnlyActives: boolean | undefined;
|
|
2625
2722
|
};
|
|
@@ -2627,7 +2724,7 @@ export type Swagger = {
|
|
|
2627
2724
|
result: ServicoResponsePaginatedResponse;
|
|
2628
2725
|
};
|
|
2629
2726
|
};
|
|
2630
|
-
|
|
2727
|
+
"/admin/catalogs/servico/url/{url}": {
|
|
2631
2728
|
get: {
|
|
2632
2729
|
params: {
|
|
2633
2730
|
url: string;
|
|
@@ -2636,7 +2733,7 @@ export type Swagger = {
|
|
|
2636
2733
|
result: ServicoResponseSharedApiResponse;
|
|
2637
2734
|
};
|
|
2638
2735
|
};
|
|
2639
|
-
|
|
2736
|
+
"/admin/catalogs/servico/{id}": {
|
|
2640
2737
|
get: {
|
|
2641
2738
|
params: {
|
|
2642
2739
|
id: number;
|
|
@@ -2659,26 +2756,47 @@ export type Swagger = {
|
|
|
2659
2756
|
result: null;
|
|
2660
2757
|
};
|
|
2661
2758
|
};
|
|
2662
|
-
|
|
2759
|
+
"/admin/catalogs/servico": {
|
|
2663
2760
|
post: {
|
|
2664
2761
|
params: {};
|
|
2665
2762
|
requestBody: ServicoRequest;
|
|
2666
2763
|
result: null;
|
|
2667
2764
|
};
|
|
2668
2765
|
};
|
|
2669
|
-
|
|
2766
|
+
"/admin/catalogs/Setor/paginated": {
|
|
2767
|
+
get: {
|
|
2768
|
+
params: {
|
|
2769
|
+
EntityKey: string | undefined;
|
|
2770
|
+
Search: string | undefined;
|
|
2771
|
+
CreatedFrom: string | undefined;
|
|
2772
|
+
CreatedTo: string | undefined;
|
|
2773
|
+
OrderBy: string | undefined;
|
|
2774
|
+
Include: string | undefined;
|
|
2775
|
+
page: number;
|
|
2776
|
+
pageSize: number;
|
|
2777
|
+
Filters: object | undefined;
|
|
2778
|
+
SourceFilters: any | undefined;
|
|
2779
|
+
Target: string | undefined;
|
|
2780
|
+
OnlyActives: boolean | undefined;
|
|
2781
|
+
};
|
|
2782
|
+
requestBody: null;
|
|
2783
|
+
result: SetorResponsePaginatedResponse;
|
|
2784
|
+
};
|
|
2785
|
+
};
|
|
2786
|
+
"/admin/catalogs/Setor/paginated-by-user": {
|
|
2670
2787
|
get: {
|
|
2671
2788
|
params: {
|
|
2789
|
+
Ids: any | undefined;
|
|
2672
2790
|
EntityKey: string | undefined;
|
|
2673
2791
|
Search: string | undefined;
|
|
2674
2792
|
CreatedFrom: string | undefined;
|
|
2675
2793
|
CreatedTo: string | undefined;
|
|
2676
2794
|
OrderBy: string | undefined;
|
|
2677
2795
|
Include: string | undefined;
|
|
2678
|
-
page: number
|
|
2679
|
-
pageSize: number
|
|
2680
|
-
Filters:
|
|
2681
|
-
SourceFilters: any
|
|
2796
|
+
page: number;
|
|
2797
|
+
pageSize: number;
|
|
2798
|
+
Filters: object | undefined;
|
|
2799
|
+
SourceFilters: any | undefined;
|
|
2682
2800
|
Target: string | undefined;
|
|
2683
2801
|
OnlyActives: boolean | undefined;
|
|
2684
2802
|
};
|
|
@@ -2686,7 +2804,7 @@ export type Swagger = {
|
|
|
2686
2804
|
result: SetorResponsePaginatedResponse;
|
|
2687
2805
|
};
|
|
2688
2806
|
};
|
|
2689
|
-
|
|
2807
|
+
"/admin/catalogs/Setor/url/{url}": {
|
|
2690
2808
|
get: {
|
|
2691
2809
|
params: {
|
|
2692
2810
|
url: string;
|
|
@@ -2695,7 +2813,7 @@ export type Swagger = {
|
|
|
2695
2813
|
result: SetorResponseSharedApiResponse;
|
|
2696
2814
|
};
|
|
2697
2815
|
};
|
|
2698
|
-
|
|
2816
|
+
"/admin/catalogs/Setor/{id}": {
|
|
2699
2817
|
get: {
|
|
2700
2818
|
params: {
|
|
2701
2819
|
id: number;
|
|
@@ -2718,28 +2836,28 @@ export type Swagger = {
|
|
|
2718
2836
|
result: null;
|
|
2719
2837
|
};
|
|
2720
2838
|
};
|
|
2721
|
-
|
|
2839
|
+
"/admin/catalogs/Setor": {
|
|
2722
2840
|
post: {
|
|
2723
2841
|
params: {};
|
|
2724
2842
|
requestBody: SetorRequest;
|
|
2725
2843
|
result: null;
|
|
2726
2844
|
};
|
|
2727
2845
|
};
|
|
2728
|
-
|
|
2846
|
+
"/Sitemap/xml": {
|
|
2729
2847
|
get: {
|
|
2730
2848
|
params: {};
|
|
2731
2849
|
requestBody: null;
|
|
2732
2850
|
result: null;
|
|
2733
2851
|
};
|
|
2734
2852
|
};
|
|
2735
|
-
|
|
2853
|
+
"/Sitemap/json": {
|
|
2736
2854
|
get: {
|
|
2737
2855
|
params: {};
|
|
2738
2856
|
requestBody: null;
|
|
2739
2857
|
result: null;
|
|
2740
2858
|
};
|
|
2741
2859
|
};
|
|
2742
|
-
|
|
2860
|
+
"/admin/catalogs/Status/paginated": {
|
|
2743
2861
|
get: {
|
|
2744
2862
|
params: {
|
|
2745
2863
|
EntityKey: string | undefined;
|
|
@@ -2748,10 +2866,10 @@ export type Swagger = {
|
|
|
2748
2866
|
CreatedTo: string | undefined;
|
|
2749
2867
|
OrderBy: string | undefined;
|
|
2750
2868
|
Include: string | undefined;
|
|
2751
|
-
page: number
|
|
2752
|
-
pageSize: number
|
|
2753
|
-
Filters:
|
|
2754
|
-
SourceFilters: any
|
|
2869
|
+
page: number;
|
|
2870
|
+
pageSize: number;
|
|
2871
|
+
Filters: object | undefined;
|
|
2872
|
+
SourceFilters: any | undefined;
|
|
2755
2873
|
Target: string | undefined;
|
|
2756
2874
|
OnlyActives: boolean | undefined;
|
|
2757
2875
|
};
|
|
@@ -2759,7 +2877,7 @@ export type Swagger = {
|
|
|
2759
2877
|
result: StatusResponsePaginatedResponse;
|
|
2760
2878
|
};
|
|
2761
2879
|
};
|
|
2762
|
-
|
|
2880
|
+
"/admin/catalogs/Status/url/{url}": {
|
|
2763
2881
|
get: {
|
|
2764
2882
|
params: {
|
|
2765
2883
|
url: string;
|
|
@@ -2768,7 +2886,7 @@ export type Swagger = {
|
|
|
2768
2886
|
result: StatusResponseSharedApiResponse;
|
|
2769
2887
|
};
|
|
2770
2888
|
};
|
|
2771
|
-
|
|
2889
|
+
"/admin/catalogs/Status/{id}": {
|
|
2772
2890
|
get: {
|
|
2773
2891
|
params: {
|
|
2774
2892
|
id: number;
|
|
@@ -2791,56 +2909,56 @@ export type Swagger = {
|
|
|
2791
2909
|
result: null;
|
|
2792
2910
|
};
|
|
2793
2911
|
};
|
|
2794
|
-
|
|
2912
|
+
"/admin/catalogs/Status": {
|
|
2795
2913
|
post: {
|
|
2796
2914
|
params: {};
|
|
2797
2915
|
requestBody: StatusRequest;
|
|
2798
2916
|
result: null;
|
|
2799
2917
|
};
|
|
2800
2918
|
};
|
|
2801
|
-
|
|
2919
|
+
"/api/Subscriptions/verify-order": {
|
|
2802
2920
|
post: {
|
|
2803
2921
|
params: {};
|
|
2804
2922
|
requestBody: VerifyOrderRequest;
|
|
2805
2923
|
result: PaymentOrderResponse;
|
|
2806
2924
|
};
|
|
2807
2925
|
};
|
|
2808
|
-
|
|
2926
|
+
"/api/Subscriptions/create-order": {
|
|
2809
2927
|
post: {
|
|
2810
2928
|
params: {};
|
|
2811
2929
|
requestBody: PaymentOrderRequest;
|
|
2812
2930
|
result: PaymentOrderResponse;
|
|
2813
2931
|
};
|
|
2814
2932
|
};
|
|
2815
|
-
|
|
2933
|
+
"/api/Subscriptions/user-subscription": {
|
|
2816
2934
|
get: {
|
|
2817
2935
|
params: {};
|
|
2818
2936
|
requestBody: null;
|
|
2819
2937
|
result: SubscriptionResultDto;
|
|
2820
2938
|
};
|
|
2821
2939
|
};
|
|
2822
|
-
|
|
2940
|
+
"/api/Subscriptions/create": {
|
|
2823
2941
|
post: {
|
|
2824
2942
|
params: {};
|
|
2825
2943
|
requestBody: SubscriptionRequest;
|
|
2826
2944
|
result: null;
|
|
2827
2945
|
};
|
|
2828
2946
|
};
|
|
2829
|
-
|
|
2947
|
+
"/api/Subscriptions/webhooks/pagarme": {
|
|
2830
2948
|
post: {
|
|
2831
2949
|
params: {};
|
|
2832
|
-
requestBody:
|
|
2950
|
+
requestBody: {};
|
|
2833
2951
|
result: null;
|
|
2834
2952
|
};
|
|
2835
2953
|
};
|
|
2836
|
-
|
|
2954
|
+
"/api/Subscriptions/GetSubscriptions": {
|
|
2837
2955
|
get: {
|
|
2838
2956
|
params: {};
|
|
2839
2957
|
requestBody: null;
|
|
2840
2958
|
result: null;
|
|
2841
2959
|
};
|
|
2842
2960
|
};
|
|
2843
|
-
|
|
2961
|
+
"/admin/properties/TipoCategoria/paginated": {
|
|
2844
2962
|
get: {
|
|
2845
2963
|
params: {
|
|
2846
2964
|
EntityKey: string | undefined;
|
|
@@ -2849,10 +2967,10 @@ export type Swagger = {
|
|
|
2849
2967
|
CreatedTo: string | undefined;
|
|
2850
2968
|
OrderBy: string | undefined;
|
|
2851
2969
|
Include: string | undefined;
|
|
2852
|
-
page: number
|
|
2853
|
-
pageSize: number
|
|
2854
|
-
Filters:
|
|
2855
|
-
SourceFilters: any
|
|
2970
|
+
page: number;
|
|
2971
|
+
pageSize: number;
|
|
2972
|
+
Filters: object | undefined;
|
|
2973
|
+
SourceFilters: any | undefined;
|
|
2856
2974
|
Target: string | undefined;
|
|
2857
2975
|
OnlyActives: boolean | undefined;
|
|
2858
2976
|
};
|
|
@@ -2860,7 +2978,7 @@ export type Swagger = {
|
|
|
2860
2978
|
result: TipoCategoriaResponsePaginatedResponse;
|
|
2861
2979
|
};
|
|
2862
2980
|
};
|
|
2863
|
-
|
|
2981
|
+
"/admin/properties/TipoCategoria/url/{url}": {
|
|
2864
2982
|
get: {
|
|
2865
2983
|
params: {
|
|
2866
2984
|
url: string;
|
|
@@ -2869,7 +2987,7 @@ export type Swagger = {
|
|
|
2869
2987
|
result: TipoCategoriaResponseSharedApiResponse;
|
|
2870
2988
|
};
|
|
2871
2989
|
};
|
|
2872
|
-
|
|
2990
|
+
"/admin/properties/TipoCategoria/{id}": {
|
|
2873
2991
|
get: {
|
|
2874
2992
|
params: {
|
|
2875
2993
|
id: number;
|
|
@@ -2892,14 +3010,14 @@ export type Swagger = {
|
|
|
2892
3010
|
result: null;
|
|
2893
3011
|
};
|
|
2894
3012
|
};
|
|
2895
|
-
|
|
3013
|
+
"/admin/properties/TipoCategoria": {
|
|
2896
3014
|
post: {
|
|
2897
3015
|
params: {};
|
|
2898
3016
|
requestBody: TipoCategoriaRequest;
|
|
2899
3017
|
result: null;
|
|
2900
3018
|
};
|
|
2901
3019
|
};
|
|
2902
|
-
|
|
3020
|
+
"/Trip/list": {
|
|
2903
3021
|
get: {
|
|
2904
3022
|
params: {
|
|
2905
3023
|
Filter: string | undefined;
|
|
@@ -2909,7 +3027,7 @@ export type Swagger = {
|
|
|
2909
3027
|
result: TripResponse[];
|
|
2910
3028
|
};
|
|
2911
3029
|
};
|
|
2912
|
-
|
|
3030
|
+
"/Trip/{id}/delete": {
|
|
2913
3031
|
get: {
|
|
2914
3032
|
params: {
|
|
2915
3033
|
id: number;
|
|
@@ -2918,7 +3036,7 @@ export type Swagger = {
|
|
|
2918
3036
|
result: null;
|
|
2919
3037
|
};
|
|
2920
3038
|
};
|
|
2921
|
-
|
|
3039
|
+
"/Trip/{id}": {
|
|
2922
3040
|
get: {
|
|
2923
3041
|
params: {
|
|
2924
3042
|
id: number;
|
|
@@ -2927,14 +3045,14 @@ export type Swagger = {
|
|
|
2927
3045
|
result: TripResponse;
|
|
2928
3046
|
};
|
|
2929
3047
|
};
|
|
2930
|
-
|
|
3048
|
+
"/Trip/favorite": {
|
|
2931
3049
|
post: {
|
|
2932
3050
|
params: {};
|
|
2933
3051
|
requestBody: FavoriteTripRequest;
|
|
2934
3052
|
result: FavoriteTripResponse;
|
|
2935
3053
|
};
|
|
2936
3054
|
};
|
|
2937
|
-
|
|
3055
|
+
"/admin/core/Usuario/paginated": {
|
|
2938
3056
|
get: {
|
|
2939
3057
|
params: {
|
|
2940
3058
|
EntityKey: string | undefined;
|
|
@@ -2943,30 +3061,31 @@ export type Swagger = {
|
|
|
2943
3061
|
CreatedTo: string | undefined;
|
|
2944
3062
|
OrderBy: string | undefined;
|
|
2945
3063
|
Include: string | undefined;
|
|
2946
|
-
page: number
|
|
2947
|
-
pageSize: number
|
|
2948
|
-
Filters:
|
|
2949
|
-
SourceFilters: any
|
|
3064
|
+
page: number;
|
|
3065
|
+
pageSize: number;
|
|
3066
|
+
Filters: object | undefined;
|
|
3067
|
+
SourceFilters: any | undefined;
|
|
2950
3068
|
Target: string | undefined;
|
|
3069
|
+
OnlyActives: boolean | undefined;
|
|
2951
3070
|
};
|
|
2952
3071
|
requestBody: null;
|
|
2953
3072
|
result: UsuarioResponsePaginatedResponse;
|
|
2954
3073
|
};
|
|
2955
3074
|
};
|
|
2956
|
-
|
|
3075
|
+
"/admin/core/Usuario/{id}": {
|
|
2957
3076
|
get: {
|
|
2958
3077
|
params: {
|
|
2959
3078
|
id: number;
|
|
2960
3079
|
};
|
|
2961
3080
|
requestBody: null;
|
|
2962
|
-
result:
|
|
3081
|
+
result: UsuarioResponseSharedApiResponse;
|
|
2963
3082
|
};
|
|
2964
3083
|
put: {
|
|
2965
3084
|
params: {
|
|
2966
3085
|
id: number;
|
|
2967
3086
|
};
|
|
2968
3087
|
requestBody: UsuarioRequest;
|
|
2969
|
-
result:
|
|
3088
|
+
result: UsuarioResponseSharedApiResponse;
|
|
2970
3089
|
};
|
|
2971
3090
|
delete: {
|
|
2972
3091
|
params: {
|
|
@@ -2976,14 +3095,39 @@ export type Swagger = {
|
|
|
2976
3095
|
result: null;
|
|
2977
3096
|
};
|
|
2978
3097
|
};
|
|
2979
|
-
|
|
3098
|
+
"/admin/core/Usuario": {
|
|
2980
3099
|
post: {
|
|
2981
3100
|
params: {};
|
|
2982
3101
|
requestBody: UsuarioRequest;
|
|
2983
3102
|
result: null;
|
|
2984
3103
|
};
|
|
2985
3104
|
};
|
|
2986
|
-
|
|
3105
|
+
"/admin/core/Usuario/GetRolesByUser/{id}": {
|
|
3106
|
+
get: {
|
|
3107
|
+
params: {
|
|
3108
|
+
id: number;
|
|
3109
|
+
};
|
|
3110
|
+
requestBody: null;
|
|
3111
|
+
result: RolesResponseSharedApiResponse;
|
|
3112
|
+
};
|
|
3113
|
+
};
|
|
3114
|
+
"/admin/core/Usuario/AssignRole": {
|
|
3115
|
+
post: {
|
|
3116
|
+
params: {};
|
|
3117
|
+
requestBody: UsuarioRolesRequest;
|
|
3118
|
+
result: null;
|
|
3119
|
+
};
|
|
3120
|
+
};
|
|
3121
|
+
"/admin/core/Usuario/Unassign/{id}": {
|
|
3122
|
+
delete: {
|
|
3123
|
+
params: {
|
|
3124
|
+
id: number;
|
|
3125
|
+
};
|
|
3126
|
+
requestBody: null;
|
|
3127
|
+
result: null;
|
|
3128
|
+
};
|
|
3129
|
+
};
|
|
3130
|
+
"/admin/catalogs/video/paginated": {
|
|
2987
3131
|
get: {
|
|
2988
3132
|
params: {
|
|
2989
3133
|
EntityKey: string | undefined;
|
|
@@ -2992,10 +3136,10 @@ export type Swagger = {
|
|
|
2992
3136
|
CreatedTo: string | undefined;
|
|
2993
3137
|
OrderBy: string | undefined;
|
|
2994
3138
|
Include: string | undefined;
|
|
2995
|
-
page: number
|
|
2996
|
-
pageSize: number
|
|
2997
|
-
Filters:
|
|
2998
|
-
SourceFilters: any
|
|
3139
|
+
page: number;
|
|
3140
|
+
pageSize: number;
|
|
3141
|
+
Filters: object | undefined;
|
|
3142
|
+
SourceFilters: any | undefined;
|
|
2999
3143
|
Target: string | undefined;
|
|
3000
3144
|
OnlyActives: boolean | undefined;
|
|
3001
3145
|
};
|
|
@@ -3003,7 +3147,7 @@ export type Swagger = {
|
|
|
3003
3147
|
result: VideoResponsePaginatedResponse;
|
|
3004
3148
|
};
|
|
3005
3149
|
};
|
|
3006
|
-
|
|
3150
|
+
"/admin/catalogs/video/url/{url}": {
|
|
3007
3151
|
get: {
|
|
3008
3152
|
params: {
|
|
3009
3153
|
url: string;
|
|
@@ -3012,7 +3156,7 @@ export type Swagger = {
|
|
|
3012
3156
|
result: VideoResponseSharedApiResponse;
|
|
3013
3157
|
};
|
|
3014
3158
|
};
|
|
3015
|
-
|
|
3159
|
+
"/admin/catalogs/video/{id}": {
|
|
3016
3160
|
get: {
|
|
3017
3161
|
params: {
|
|
3018
3162
|
id: number;
|
|
@@ -3035,7 +3179,7 @@ export type Swagger = {
|
|
|
3035
3179
|
result: null;
|
|
3036
3180
|
};
|
|
3037
3181
|
};
|
|
3038
|
-
|
|
3182
|
+
"/admin/catalogs/video": {
|
|
3039
3183
|
post: {
|
|
3040
3184
|
params: {};
|
|
3041
3185
|
requestBody: VideoRequest;
|
|
@@ -3071,6 +3215,16 @@ export interface Address {
|
|
|
3071
3215
|
ddd?: string;
|
|
3072
3216
|
siafi?: string;
|
|
3073
3217
|
}
|
|
3218
|
+
export interface AddressInterestPoint {
|
|
3219
|
+
id?: number;
|
|
3220
|
+
directoryAddressId?: number;
|
|
3221
|
+
name: string;
|
|
3222
|
+
distanceInKm?: number;
|
|
3223
|
+
iconTypeId?: number;
|
|
3224
|
+
description?: string;
|
|
3225
|
+
directoryAddress?: DirectoryAddress;
|
|
3226
|
+
iconType?: IconType;
|
|
3227
|
+
}
|
|
3074
3228
|
export interface AddressResponse {
|
|
3075
3229
|
logradouro?: string;
|
|
3076
3230
|
bairro?: string;
|
|
@@ -3131,6 +3285,27 @@ export interface ArtigoResponseSharedApiResponse {
|
|
|
3131
3285
|
}
|
|
3132
3286
|
export interface BillingPeriod {
|
|
3133
3287
|
}
|
|
3288
|
+
export interface Blog {
|
|
3289
|
+
id?: number;
|
|
3290
|
+
ativo?: boolean;
|
|
3291
|
+
excluido?: boolean;
|
|
3292
|
+
destaque?: boolean;
|
|
3293
|
+
ordem?: number;
|
|
3294
|
+
dataCriacao?: string;
|
|
3295
|
+
dataEdicao?: string;
|
|
3296
|
+
titulo?: string;
|
|
3297
|
+
subtitulo?: string;
|
|
3298
|
+
descricao?: string;
|
|
3299
|
+
tags?: string;
|
|
3300
|
+
url?: string;
|
|
3301
|
+
slug?: string;
|
|
3302
|
+
jsonContent?: string;
|
|
3303
|
+
entityKey?: string;
|
|
3304
|
+
categoriaId?: number;
|
|
3305
|
+
categoria?: Categoria;
|
|
3306
|
+
directoryId?: number;
|
|
3307
|
+
directory?: DirectoryEntity;
|
|
3308
|
+
}
|
|
3134
3309
|
export interface BlogPage {
|
|
3135
3310
|
head?: Head;
|
|
3136
3311
|
body?: Body;
|
|
@@ -3201,6 +3376,27 @@ export interface Body {
|
|
|
3201
3376
|
nossaHistoria?: string;
|
|
3202
3377
|
solucoesPersonalizadas?: string;
|
|
3203
3378
|
}
|
|
3379
|
+
export interface Candidato {
|
|
3380
|
+
id?: number;
|
|
3381
|
+
ativo?: boolean;
|
|
3382
|
+
excluido?: boolean;
|
|
3383
|
+
destaque?: boolean;
|
|
3384
|
+
ordem?: number;
|
|
3385
|
+
dataCriacao?: string;
|
|
3386
|
+
dataEdicao?: string;
|
|
3387
|
+
titulo?: string;
|
|
3388
|
+
subtitulo?: string;
|
|
3389
|
+
descricao?: string;
|
|
3390
|
+
tags?: string;
|
|
3391
|
+
url?: string;
|
|
3392
|
+
slug?: string;
|
|
3393
|
+
jsonContent?: string;
|
|
3394
|
+
name?: string;
|
|
3395
|
+
cpf?: string;
|
|
3396
|
+
email?: string;
|
|
3397
|
+
phone?: string;
|
|
3398
|
+
jobOpportunityXCandidato?: JobOpportunityXCandidato[];
|
|
3399
|
+
}
|
|
3204
3400
|
export interface CandidatoRequest {
|
|
3205
3401
|
id?: number;
|
|
3206
3402
|
ativo?: boolean;
|
|
@@ -3258,6 +3454,25 @@ export interface CandidatoResponseSharedApiResponse {
|
|
|
3258
3454
|
message?: string;
|
|
3259
3455
|
item?: CandidatoResponse;
|
|
3260
3456
|
}
|
|
3457
|
+
export interface Cargo {
|
|
3458
|
+
id?: number;
|
|
3459
|
+
ativo?: boolean;
|
|
3460
|
+
excluido?: boolean;
|
|
3461
|
+
destaque?: boolean;
|
|
3462
|
+
ordem?: number;
|
|
3463
|
+
dataCriacao?: string;
|
|
3464
|
+
dataEdicao?: string;
|
|
3465
|
+
titulo?: string;
|
|
3466
|
+
subtitulo?: string;
|
|
3467
|
+
descricao?: string;
|
|
3468
|
+
tags?: string;
|
|
3469
|
+
url?: string;
|
|
3470
|
+
slug?: string;
|
|
3471
|
+
jsonContent?: string;
|
|
3472
|
+
setorId?: number;
|
|
3473
|
+
setor?: Setor;
|
|
3474
|
+
jobsOpportunity?: JobOpportunity[];
|
|
3475
|
+
}
|
|
3261
3476
|
export interface CargoRequest {
|
|
3262
3477
|
id?: number;
|
|
3263
3478
|
ativo?: boolean;
|
|
@@ -3304,6 +3519,27 @@ export interface CargoResponseSharedApiResponse {
|
|
|
3304
3519
|
message?: string;
|
|
3305
3520
|
item?: CargoResponse;
|
|
3306
3521
|
}
|
|
3522
|
+
export interface Categoria {
|
|
3523
|
+
id?: number;
|
|
3524
|
+
ativo?: boolean;
|
|
3525
|
+
excluido?: boolean;
|
|
3526
|
+
destaque?: boolean;
|
|
3527
|
+
ordem?: number;
|
|
3528
|
+
dataCriacao?: string;
|
|
3529
|
+
dataEdicao?: string;
|
|
3530
|
+
titulo?: string;
|
|
3531
|
+
subtitulo?: string;
|
|
3532
|
+
descricao?: string;
|
|
3533
|
+
tags?: string;
|
|
3534
|
+
url?: string;
|
|
3535
|
+
slug?: string;
|
|
3536
|
+
jsonContent?: string;
|
|
3537
|
+
servicos?: Servico[];
|
|
3538
|
+
blogs?: Blog[];
|
|
3539
|
+
tipoCategoriaId?: number;
|
|
3540
|
+
tipoCategoria?: TipoCategoria;
|
|
3541
|
+
entityKey?: string;
|
|
3542
|
+
}
|
|
3307
3543
|
export interface CategoriaDto {
|
|
3308
3544
|
id?: number;
|
|
3309
3545
|
ativo?: boolean;
|
|
@@ -3419,6 +3655,13 @@ export interface ChatListResponse {
|
|
|
3419
3655
|
export interface ChatNewResponse {
|
|
3420
3656
|
title?: string;
|
|
3421
3657
|
}
|
|
3658
|
+
export interface Commodity {
|
|
3659
|
+
id?: number;
|
|
3660
|
+
title: string;
|
|
3661
|
+
iconTypeId?: number;
|
|
3662
|
+
iconType?: IconType;
|
|
3663
|
+
directoryCommodities?: DirectoryCommodity[];
|
|
3664
|
+
}
|
|
3422
3665
|
export interface Configs {
|
|
3423
3666
|
workspaces?: WorkspaceItems[];
|
|
3424
3667
|
configurations?: Configurations;
|
|
@@ -3613,7 +3856,7 @@ export interface CreateAccountResult {
|
|
|
3613
3856
|
status?: number;
|
|
3614
3857
|
title?: string;
|
|
3615
3858
|
message?: string;
|
|
3616
|
-
validationErrors?: Record<string,
|
|
3859
|
+
validationErrors?: Record<string, any>;
|
|
3617
3860
|
}
|
|
3618
3861
|
export interface CreateAccountShortResponse {
|
|
3619
3862
|
type?: string;
|
|
@@ -3716,6 +3959,105 @@ export interface DepoimentoResponseSharedApiResponse {
|
|
|
3716
3959
|
message?: string;
|
|
3717
3960
|
item?: DepoimentoResponse;
|
|
3718
3961
|
}
|
|
3962
|
+
export interface DirectoryAddress {
|
|
3963
|
+
id?: number;
|
|
3964
|
+
directoryId?: number;
|
|
3965
|
+
street: string;
|
|
3966
|
+
number?: string;
|
|
3967
|
+
complement?: string;
|
|
3968
|
+
neighborhood?: string;
|
|
3969
|
+
city?: string;
|
|
3970
|
+
state?: string;
|
|
3971
|
+
zipCode?: string;
|
|
3972
|
+
directory?: DirectoryEntity;
|
|
3973
|
+
addressInterestPoints?: AddressInterestPoint[];
|
|
3974
|
+
}
|
|
3975
|
+
export interface DirectoryCategory {
|
|
3976
|
+
id?: number;
|
|
3977
|
+
name: string;
|
|
3978
|
+
description?: string;
|
|
3979
|
+
typeCategoryId?: number;
|
|
3980
|
+
typeCategory?: TypeCategory;
|
|
3981
|
+
directoryCategoryRelations?: DirectoryCategoryRelation[];
|
|
3982
|
+
}
|
|
3983
|
+
export interface DirectoryCategoryRelation {
|
|
3984
|
+
id?: number;
|
|
3985
|
+
directoryId?: number;
|
|
3986
|
+
directoryCategoryId?: number;
|
|
3987
|
+
directory?: DirectoryEntity;
|
|
3988
|
+
directoryCategory?: DirectoryCategory;
|
|
3989
|
+
}
|
|
3990
|
+
export interface DirectoryCommodity {
|
|
3991
|
+
id?: number;
|
|
3992
|
+
directoryId?: number;
|
|
3993
|
+
commodityId?: number;
|
|
3994
|
+
directory?: DirectoryEntity;
|
|
3995
|
+
commodity?: Commodity;
|
|
3996
|
+
}
|
|
3997
|
+
export interface DirectoryContactInfo {
|
|
3998
|
+
id?: number;
|
|
3999
|
+
directoryId?: number;
|
|
4000
|
+
iconTypeId?: number;
|
|
4001
|
+
value: string;
|
|
4002
|
+
directory?: DirectoryEntity;
|
|
4003
|
+
iconType?: IconType;
|
|
4004
|
+
}
|
|
4005
|
+
export interface DirectoryDetail {
|
|
4006
|
+
id?: number;
|
|
4007
|
+
directoryId?: number;
|
|
4008
|
+
description?: string;
|
|
4009
|
+
openingHours?: string;
|
|
4010
|
+
additionalInfo?: string;
|
|
4011
|
+
directory?: DirectoryEntity;
|
|
4012
|
+
}
|
|
4013
|
+
export interface DirectoryEntity {
|
|
4014
|
+
id?: number;
|
|
4015
|
+
name: string;
|
|
4016
|
+
categoria?: Categoria;
|
|
4017
|
+
url?: string;
|
|
4018
|
+
sku?: string;
|
|
4019
|
+
jsonContent?: string;
|
|
4020
|
+
description?: string;
|
|
4021
|
+
tags?: string;
|
|
4022
|
+
lat?: string;
|
|
4023
|
+
lng?: string;
|
|
4024
|
+
priceIndicator?: string;
|
|
4025
|
+
priceBRL?: number;
|
|
4026
|
+
position?: number;
|
|
4027
|
+
hasAccessibility?: boolean;
|
|
4028
|
+
createdAt?: string;
|
|
4029
|
+
updatedAt?: string;
|
|
4030
|
+
isActive?: boolean;
|
|
4031
|
+
isDeleted?: boolean;
|
|
4032
|
+
isHighlighted?: boolean;
|
|
4033
|
+
isOnHold?: boolean;
|
|
4034
|
+
guid?: string;
|
|
4035
|
+
logradouro?: string;
|
|
4036
|
+
bairro?: string;
|
|
4037
|
+
localidade?: string;
|
|
4038
|
+
uf?: string;
|
|
4039
|
+
complemento?: string;
|
|
4040
|
+
numero?: string;
|
|
4041
|
+
zipCode?: string;
|
|
4042
|
+
entityKey?: string;
|
|
4043
|
+
categoriaId?: number;
|
|
4044
|
+
usuarioId?: number;
|
|
4045
|
+
directoryCategoryRelations?: DirectoryCategoryRelation[];
|
|
4046
|
+
directoryCommodities?: DirectoryCommodity[];
|
|
4047
|
+
directoryDetails?: DirectoryDetail[];
|
|
4048
|
+
directoryImages?: DirectoryImage[];
|
|
4049
|
+
directoryAddresses?: DirectoryAddress[];
|
|
4050
|
+
directoryContactInfos?: DirectoryContactInfo[];
|
|
4051
|
+
usuarioDirectories?: UsuarioDirectory[];
|
|
4052
|
+
blogs?: Blog[];
|
|
4053
|
+
}
|
|
4054
|
+
export interface DirectoryImage {
|
|
4055
|
+
id?: number;
|
|
4056
|
+
directoryId?: number;
|
|
4057
|
+
imageUrl: string;
|
|
4058
|
+
description?: string;
|
|
4059
|
+
directory?: DirectoryEntity;
|
|
4060
|
+
}
|
|
3719
4061
|
export interface DirectoryRequest {
|
|
3720
4062
|
id?: number;
|
|
3721
4063
|
ativo?: boolean;
|
|
@@ -3793,7 +4135,7 @@ export interface DirectoryResponse {
|
|
|
3793
4135
|
lng?: string;
|
|
3794
4136
|
uf?: string;
|
|
3795
4137
|
localidade?: string;
|
|
3796
|
-
entityRelation?: Record<string,
|
|
4138
|
+
entityRelation?: Record<string, any>;
|
|
3797
4139
|
blogs?: BlogResponse[];
|
|
3798
4140
|
}
|
|
3799
4141
|
export interface DirectoryResponsePaginatedResponse {
|
|
@@ -3817,7 +4159,7 @@ export interface DirectorySearchRequest {
|
|
|
3817
4159
|
include?: string;
|
|
3818
4160
|
page?: number;
|
|
3819
4161
|
pageSize?: number;
|
|
3820
|
-
filters?: Record<string,
|
|
4162
|
+
filters?: Record<string, any>;
|
|
3821
4163
|
sourceFilters?: SharedSourceFilter[];
|
|
3822
4164
|
target?: string;
|
|
3823
4165
|
onlyActives?: boolean;
|
|
@@ -4052,6 +4394,26 @@ export interface EntityRelationSlotRequest {
|
|
|
4052
4394
|
items?: number[];
|
|
4053
4395
|
entityKey?: string;
|
|
4054
4396
|
}
|
|
4397
|
+
export interface Equipe {
|
|
4398
|
+
id?: number;
|
|
4399
|
+
ativo?: boolean;
|
|
4400
|
+
excluido?: boolean;
|
|
4401
|
+
destaque?: boolean;
|
|
4402
|
+
ordem?: number;
|
|
4403
|
+
dataCriacao?: string;
|
|
4404
|
+
dataEdicao?: string;
|
|
4405
|
+
titulo?: string;
|
|
4406
|
+
subtitulo?: string;
|
|
4407
|
+
descricao?: string;
|
|
4408
|
+
tags?: string;
|
|
4409
|
+
url?: string;
|
|
4410
|
+
slug?: string;
|
|
4411
|
+
jsonContent?: string;
|
|
4412
|
+
paginaId?: number;
|
|
4413
|
+
chave?: string;
|
|
4414
|
+
categoriaId?: number;
|
|
4415
|
+
categoria?: Categoria;
|
|
4416
|
+
}
|
|
4055
4417
|
export interface EquipeRequest {
|
|
4056
4418
|
id?: number;
|
|
4057
4419
|
ativo?: boolean;
|
|
@@ -4105,7 +4467,7 @@ export interface ErrorResult {
|
|
|
4105
4467
|
status?: number;
|
|
4106
4468
|
title?: string;
|
|
4107
4469
|
message?: string;
|
|
4108
|
-
validationErrors?: Record<string,
|
|
4470
|
+
validationErrors?: Record<string, any>;
|
|
4109
4471
|
}
|
|
4110
4472
|
export interface FaqRequest {
|
|
4111
4473
|
id?: number;
|
|
@@ -4412,6 +4774,11 @@ export interface HostServerResponseSharedApiResponse {
|
|
|
4412
4774
|
message?: string;
|
|
4413
4775
|
item?: HostServerResponse;
|
|
4414
4776
|
}
|
|
4777
|
+
export interface IconType {
|
|
4778
|
+
id?: number;
|
|
4779
|
+
name: string;
|
|
4780
|
+
iconUrl?: string;
|
|
4781
|
+
}
|
|
4415
4782
|
export interface InteractionCategoryRatingRequest {
|
|
4416
4783
|
categoryName?: string;
|
|
4417
4784
|
rating?: number;
|
|
@@ -4556,6 +4923,44 @@ export interface Item {
|
|
|
4556
4923
|
items?: Item[];
|
|
4557
4924
|
chave?: string;
|
|
4558
4925
|
}
|
|
4926
|
+
export interface JobOpportunity {
|
|
4927
|
+
id?: number;
|
|
4928
|
+
ativo?: boolean;
|
|
4929
|
+
excluido?: boolean;
|
|
4930
|
+
destaque?: boolean;
|
|
4931
|
+
ordem?: number;
|
|
4932
|
+
dataCriacao?: string;
|
|
4933
|
+
dataEdicao?: string;
|
|
4934
|
+
titulo?: string;
|
|
4935
|
+
subtitulo?: string;
|
|
4936
|
+
descricao?: string;
|
|
4937
|
+
tags?: string;
|
|
4938
|
+
url?: string;
|
|
4939
|
+
slug?: string;
|
|
4940
|
+
jsonContent?: string;
|
|
4941
|
+
salario?: number;
|
|
4942
|
+
experiencia?: number;
|
|
4943
|
+
tempoExperiencia?: string;
|
|
4944
|
+
presencial?: boolean;
|
|
4945
|
+
homeOffice?: boolean;
|
|
4946
|
+
hibrido?: boolean;
|
|
4947
|
+
clt?: boolean;
|
|
4948
|
+
pj?: boolean;
|
|
4949
|
+
localidade?: string;
|
|
4950
|
+
uf?: string;
|
|
4951
|
+
telefone?: string;
|
|
4952
|
+
email?: string;
|
|
4953
|
+
beneficios?: string;
|
|
4954
|
+
cargoId?: number;
|
|
4955
|
+
cargo?: Cargo;
|
|
4956
|
+
lojaId?: number;
|
|
4957
|
+
loja?: Loja;
|
|
4958
|
+
setorId?: number;
|
|
4959
|
+
setor?: Setor;
|
|
4960
|
+
status?: Status;
|
|
4961
|
+
statusId?: number;
|
|
4962
|
+
jobOpportunityXCandidato?: JobOpportunityXCandidato[];
|
|
4963
|
+
}
|
|
4559
4964
|
export interface JobOpportunityRequest {
|
|
4560
4965
|
id?: number;
|
|
4561
4966
|
ativo?: boolean;
|
|
@@ -4590,6 +4995,8 @@ export interface JobOpportunityRequest {
|
|
|
4590
4995
|
cargo?: string;
|
|
4591
4996
|
lojaId?: number;
|
|
4592
4997
|
loja?: string;
|
|
4998
|
+
statusId?: number;
|
|
4999
|
+
status?: string;
|
|
4593
5000
|
}
|
|
4594
5001
|
export interface JobOpportunityResponse {
|
|
4595
5002
|
id?: number;
|
|
@@ -4625,12 +5032,14 @@ export interface JobOpportunityResponse {
|
|
|
4625
5032
|
cargo?: string;
|
|
4626
5033
|
lojaId?: number;
|
|
4627
5034
|
loja?: string;
|
|
5035
|
+
statusId?: number;
|
|
5036
|
+
status?: string;
|
|
4628
5037
|
}
|
|
4629
5038
|
export interface JobOpportunityResponsePaginatedResponse {
|
|
4630
5039
|
success?: boolean;
|
|
4631
5040
|
message?: string;
|
|
4632
5041
|
item?: JobOpportunityResponse[];
|
|
4633
|
-
pagination?:
|
|
5042
|
+
pagination?: SharedPaginatedJson;
|
|
4634
5043
|
items?: JobOpportunityResponse[];
|
|
4635
5044
|
}
|
|
4636
5045
|
export interface JobOpportunityResponseSharedApiResponse {
|
|
@@ -4638,6 +5047,31 @@ export interface JobOpportunityResponseSharedApiResponse {
|
|
|
4638
5047
|
message?: string;
|
|
4639
5048
|
item?: JobOpportunityResponse;
|
|
4640
5049
|
}
|
|
5050
|
+
export interface JobOpportunityXCandidato {
|
|
5051
|
+
id?: number;
|
|
5052
|
+
ativo?: boolean;
|
|
5053
|
+
excluido?: boolean;
|
|
5054
|
+
destaque?: boolean;
|
|
5055
|
+
ordem?: number;
|
|
5056
|
+
dataCriacao?: string;
|
|
5057
|
+
dataEdicao?: string;
|
|
5058
|
+
titulo?: string;
|
|
5059
|
+
subtitulo?: string;
|
|
5060
|
+
descricao?: string;
|
|
5061
|
+
tags?: string;
|
|
5062
|
+
url?: string;
|
|
5063
|
+
slug?: string;
|
|
5064
|
+
jsonContent?: string;
|
|
5065
|
+
candidatoId?: number;
|
|
5066
|
+
candidato?: Candidato;
|
|
5067
|
+
jobOpportunityId?: number;
|
|
5068
|
+
jobOpportunity?: JobOpportunity;
|
|
5069
|
+
statusId?: number;
|
|
5070
|
+
status?: Status;
|
|
5071
|
+
mensagem?: string;
|
|
5072
|
+
curriculum?: string;
|
|
5073
|
+
guidUrl?: string;
|
|
5074
|
+
}
|
|
4641
5075
|
export interface KeyString {
|
|
4642
5076
|
errors?: string[];
|
|
4643
5077
|
}
|
|
@@ -4703,6 +5137,37 @@ export interface ListPageDTO {
|
|
|
4703
5137
|
export interface LoginResult {
|
|
4704
5138
|
data?: DataResult;
|
|
4705
5139
|
}
|
|
5140
|
+
export interface Loja {
|
|
5141
|
+
id?: number;
|
|
5142
|
+
ativo?: boolean;
|
|
5143
|
+
excluido?: boolean;
|
|
5144
|
+
destaque?: boolean;
|
|
5145
|
+
ordem?: number;
|
|
5146
|
+
dataCriacao?: string;
|
|
5147
|
+
dataEdicao?: string;
|
|
5148
|
+
titulo?: string;
|
|
5149
|
+
subtitulo?: string;
|
|
5150
|
+
descricao?: string;
|
|
5151
|
+
tags?: string;
|
|
5152
|
+
url?: string;
|
|
5153
|
+
slug?: string;
|
|
5154
|
+
jsonContent?: string;
|
|
5155
|
+
categoriaId?: number;
|
|
5156
|
+
categoria?: Categoria;
|
|
5157
|
+
jobsOpportunity?: JobOpportunity[];
|
|
5158
|
+
logradouro?: string;
|
|
5159
|
+
localidade?: string;
|
|
5160
|
+
uf?: string;
|
|
5161
|
+
zipCode?: string;
|
|
5162
|
+
bairro?: string;
|
|
5163
|
+
telefone?: string;
|
|
5164
|
+
celular?: string;
|
|
5165
|
+
latitude?: string;
|
|
5166
|
+
longitude?: string;
|
|
5167
|
+
numero?: string;
|
|
5168
|
+
complemento?: string;
|
|
5169
|
+
lojaXUsuario?: LojaXUsuario[];
|
|
5170
|
+
}
|
|
4706
5171
|
export interface LojaRequest {
|
|
4707
5172
|
id?: number;
|
|
4708
5173
|
ativo?: boolean;
|
|
@@ -4775,6 +5240,26 @@ export interface LojaResponseSharedApiResponse {
|
|
|
4775
5240
|
message?: string;
|
|
4776
5241
|
item?: LojaResponse;
|
|
4777
5242
|
}
|
|
5243
|
+
export interface LojaXUsuario {
|
|
5244
|
+
id?: number;
|
|
5245
|
+
ativo?: boolean;
|
|
5246
|
+
excluido?: boolean;
|
|
5247
|
+
destaque?: boolean;
|
|
5248
|
+
ordem?: number;
|
|
5249
|
+
dataCriacao?: string;
|
|
5250
|
+
dataEdicao?: string;
|
|
5251
|
+
titulo?: string;
|
|
5252
|
+
subtitulo?: string;
|
|
5253
|
+
descricao?: string;
|
|
5254
|
+
tags?: string;
|
|
5255
|
+
url?: string;
|
|
5256
|
+
slug?: string;
|
|
5257
|
+
jsonContent?: string;
|
|
5258
|
+
lojaId?: number;
|
|
5259
|
+
loja?: Loja;
|
|
5260
|
+
usuarioId?: number;
|
|
5261
|
+
usuario?: Usuario;
|
|
5262
|
+
}
|
|
4778
5263
|
export interface MarcaRequest {
|
|
4779
5264
|
id?: number;
|
|
4780
5265
|
ativo?: boolean;
|
|
@@ -5314,31 +5799,31 @@ export interface RolePermission {
|
|
|
5314
5799
|
role?: Role;
|
|
5315
5800
|
permission?: Permission;
|
|
5316
5801
|
}
|
|
5317
|
-
export interface
|
|
5802
|
+
export interface RolesRequest {
|
|
5318
5803
|
id?: number;
|
|
5319
5804
|
name?: string;
|
|
5320
5805
|
description?: string;
|
|
5321
5806
|
isActive?: boolean;
|
|
5322
5807
|
isDeleted?: boolean;
|
|
5323
5808
|
}
|
|
5324
|
-
export interface
|
|
5809
|
+
export interface RolesResponse {
|
|
5325
5810
|
id?: number;
|
|
5326
5811
|
name?: string;
|
|
5327
5812
|
description?: string;
|
|
5328
5813
|
isActive?: boolean;
|
|
5329
5814
|
isDeleted?: boolean;
|
|
5330
5815
|
}
|
|
5331
|
-
export interface
|
|
5816
|
+
export interface RolesResponsePaginatedResponse {
|
|
5332
5817
|
success?: boolean;
|
|
5333
5818
|
message?: string;
|
|
5334
|
-
item?:
|
|
5819
|
+
item?: RolesResponse[];
|
|
5820
|
+
pagination?: PaginatedJson;
|
|
5821
|
+
items?: RolesResponse[];
|
|
5335
5822
|
}
|
|
5336
|
-
export interface
|
|
5823
|
+
export interface RolesResponseSharedApiResponse {
|
|
5337
5824
|
success?: boolean;
|
|
5338
5825
|
message?: string;
|
|
5339
|
-
item?:
|
|
5340
|
-
pagination?: PaginatedJson;
|
|
5341
|
-
items?: RoleResponse[];
|
|
5826
|
+
item?: RolesResponse;
|
|
5342
5827
|
}
|
|
5343
5828
|
export interface SectionRequest {
|
|
5344
5829
|
id?: number;
|
|
@@ -5347,7 +5832,7 @@ export interface SectionRequest {
|
|
|
5347
5832
|
videoUrl?: string;
|
|
5348
5833
|
jsonContent?: string;
|
|
5349
5834
|
enabled?: boolean;
|
|
5350
|
-
i18n?: Record<string,
|
|
5835
|
+
i18n?: Record<string, any>;
|
|
5351
5836
|
}
|
|
5352
5837
|
export interface SelectionProcessRequest {
|
|
5353
5838
|
ativo?: boolean;
|
|
@@ -5414,6 +5899,53 @@ export interface SelectionProcessResponseSharedApiResponse {
|
|
|
5414
5899
|
message?: string;
|
|
5415
5900
|
item?: SelectionProcessResponse;
|
|
5416
5901
|
}
|
|
5902
|
+
export interface Servico {
|
|
5903
|
+
id?: number;
|
|
5904
|
+
ativo?: boolean;
|
|
5905
|
+
excluido?: boolean;
|
|
5906
|
+
destaque?: boolean;
|
|
5907
|
+
ordem?: number;
|
|
5908
|
+
dataCriacao?: string;
|
|
5909
|
+
dataEdicao?: string;
|
|
5910
|
+
titulo?: string;
|
|
5911
|
+
subtitulo?: string;
|
|
5912
|
+
descricao?: string;
|
|
5913
|
+
tags?: string;
|
|
5914
|
+
url?: string;
|
|
5915
|
+
slug?: string;
|
|
5916
|
+
jsonContent?: string;
|
|
5917
|
+
paginaId?: number;
|
|
5918
|
+
chave?: string;
|
|
5919
|
+
categoriaId?: number;
|
|
5920
|
+
categoria?: Categoria;
|
|
5921
|
+
equipeId?: number;
|
|
5922
|
+
equipe?: Equipe;
|
|
5923
|
+
extra1?: string;
|
|
5924
|
+
extra2?: string;
|
|
5925
|
+
extra3?: string;
|
|
5926
|
+
extra4?: string;
|
|
5927
|
+
extra5?: string;
|
|
5928
|
+
extra6?: string;
|
|
5929
|
+
extra7?: string;
|
|
5930
|
+
extra8?: string;
|
|
5931
|
+
extra9?: string;
|
|
5932
|
+
extra10?: string;
|
|
5933
|
+
extra11?: string;
|
|
5934
|
+
extra12?: string;
|
|
5935
|
+
extra13?: string;
|
|
5936
|
+
extra14?: string;
|
|
5937
|
+
extra15?: string;
|
|
5938
|
+
extra16?: string;
|
|
5939
|
+
extra17?: string;
|
|
5940
|
+
extra18?: string;
|
|
5941
|
+
menu?: boolean;
|
|
5942
|
+
extra19?: string;
|
|
5943
|
+
extra20?: string;
|
|
5944
|
+
extra21?: string;
|
|
5945
|
+
extra22?: string;
|
|
5946
|
+
extra23?: string;
|
|
5947
|
+
extra24?: string;
|
|
5948
|
+
}
|
|
5417
5949
|
export interface ServicoRequest {
|
|
5418
5950
|
id?: number;
|
|
5419
5951
|
ativo?: boolean;
|
|
@@ -5460,6 +5992,27 @@ export interface ServicoResponseSharedApiResponse {
|
|
|
5460
5992
|
message?: string;
|
|
5461
5993
|
item?: ServicoResponse;
|
|
5462
5994
|
}
|
|
5995
|
+
export interface Setor {
|
|
5996
|
+
id?: number;
|
|
5997
|
+
ativo?: boolean;
|
|
5998
|
+
excluido?: boolean;
|
|
5999
|
+
destaque?: boolean;
|
|
6000
|
+
ordem?: number;
|
|
6001
|
+
dataCriacao?: string;
|
|
6002
|
+
dataEdicao?: string;
|
|
6003
|
+
titulo?: string;
|
|
6004
|
+
subtitulo?: string;
|
|
6005
|
+
descricao?: string;
|
|
6006
|
+
tags?: string;
|
|
6007
|
+
url?: string;
|
|
6008
|
+
slug?: string;
|
|
6009
|
+
jsonContent?: string;
|
|
6010
|
+
jobsOpportunity?: JobOpportunity[];
|
|
6011
|
+
cargo?: Cargo[];
|
|
6012
|
+
usuarioXSetor?: UsuarioXSetor[];
|
|
6013
|
+
lojaId?: number;
|
|
6014
|
+
loja?: Loja;
|
|
6015
|
+
}
|
|
5463
6016
|
export interface SetorRequest {
|
|
5464
6017
|
id?: number;
|
|
5465
6018
|
ativo?: boolean;
|
|
@@ -5527,6 +6080,23 @@ export interface SourceFilter {
|
|
|
5527
6080
|
sourceUrls?: string[];
|
|
5528
6081
|
keyValues?: string[];
|
|
5529
6082
|
}
|
|
6083
|
+
export interface Status {
|
|
6084
|
+
id?: number;
|
|
6085
|
+
ativo?: boolean;
|
|
6086
|
+
excluido?: boolean;
|
|
6087
|
+
destaque?: boolean;
|
|
6088
|
+
ordem?: number;
|
|
6089
|
+
dataCriacao?: string;
|
|
6090
|
+
dataEdicao?: string;
|
|
6091
|
+
titulo?: string;
|
|
6092
|
+
subtitulo?: string;
|
|
6093
|
+
descricao?: string;
|
|
6094
|
+
tags?: string;
|
|
6095
|
+
url?: string;
|
|
6096
|
+
slug?: string;
|
|
6097
|
+
jsonContent?: string;
|
|
6098
|
+
entityKey?: string;
|
|
6099
|
+
}
|
|
5530
6100
|
export interface StatusRequest {
|
|
5531
6101
|
id?: number;
|
|
5532
6102
|
ativo?: boolean;
|
|
@@ -5592,6 +6162,26 @@ export interface StringSharedApiResponse {
|
|
|
5592
6162
|
message?: string;
|
|
5593
6163
|
item?: string;
|
|
5594
6164
|
}
|
|
6165
|
+
export interface SubCategoria {
|
|
6166
|
+
id?: number;
|
|
6167
|
+
ativo?: boolean;
|
|
6168
|
+
excluido?: boolean;
|
|
6169
|
+
destaque?: boolean;
|
|
6170
|
+
ordem?: number;
|
|
6171
|
+
dataCriacao?: string;
|
|
6172
|
+
dataEdicao?: string;
|
|
6173
|
+
titulo?: string;
|
|
6174
|
+
subtitulo?: string;
|
|
6175
|
+
descricao?: string;
|
|
6176
|
+
tags?: string;
|
|
6177
|
+
url?: string;
|
|
6178
|
+
slug?: string;
|
|
6179
|
+
jsonContent?: string;
|
|
6180
|
+
categoriaId?: number;
|
|
6181
|
+
tipoCategoriaId?: number;
|
|
6182
|
+
categoria?: Categoria;
|
|
6183
|
+
tipoCategoria?: TipoCategoria;
|
|
6184
|
+
}
|
|
5595
6185
|
export interface SubscriptionPlan {
|
|
5596
6186
|
id?: number;
|
|
5597
6187
|
guid?: string;
|
|
@@ -5630,6 +6220,24 @@ export interface SubscriptionResultDto {
|
|
|
5630
6220
|
planDescription?: string;
|
|
5631
6221
|
planPrice?: number;
|
|
5632
6222
|
}
|
|
6223
|
+
export interface TipoCategoria {
|
|
6224
|
+
id?: number;
|
|
6225
|
+
ativo?: boolean;
|
|
6226
|
+
excluido?: boolean;
|
|
6227
|
+
destaque?: boolean;
|
|
6228
|
+
ordem?: number;
|
|
6229
|
+
dataCriacao?: string;
|
|
6230
|
+
dataEdicao?: string;
|
|
6231
|
+
titulo?: string;
|
|
6232
|
+
subtitulo?: string;
|
|
6233
|
+
descricao?: string;
|
|
6234
|
+
tags?: string;
|
|
6235
|
+
url?: string;
|
|
6236
|
+
slug?: string;
|
|
6237
|
+
jsonContent?: string;
|
|
6238
|
+
categorias?: Categoria[];
|
|
6239
|
+
subCategorias?: SubCategoria[];
|
|
6240
|
+
}
|
|
5633
6241
|
export interface TipoCategoriaRequest {
|
|
5634
6242
|
id?: number;
|
|
5635
6243
|
ativo?: boolean;
|
|
@@ -5689,6 +6297,12 @@ export interface TripResponse {
|
|
|
5689
6297
|
thumbnail?: string;
|
|
5690
6298
|
isBookmarked?: boolean;
|
|
5691
6299
|
}
|
|
6300
|
+
export interface TypeCategory {
|
|
6301
|
+
id?: number;
|
|
6302
|
+
name: string;
|
|
6303
|
+
description?: string;
|
|
6304
|
+
directoryCategories?: DirectoryCategory[];
|
|
6305
|
+
}
|
|
5692
6306
|
export interface UpdateAccountPasswordRequest {
|
|
5693
6307
|
password?: string;
|
|
5694
6308
|
confirmNewPassword?: string;
|
|
@@ -5802,6 +6416,15 @@ export interface Usuario {
|
|
|
5802
6416
|
cpf?: string;
|
|
5803
6417
|
customerId?: string;
|
|
5804
6418
|
externalRef?: string;
|
|
6419
|
+
lojaXUsuario?: LojaXUsuario[];
|
|
6420
|
+
usuarioXSetor?: UsuarioXSetor[];
|
|
6421
|
+
}
|
|
6422
|
+
export interface UsuarioDirectory {
|
|
6423
|
+
id?: number;
|
|
6424
|
+
usuarioId?: number;
|
|
6425
|
+
directoryId?: number;
|
|
6426
|
+
usuario?: Usuario;
|
|
6427
|
+
directory?: DirectoryEntity;
|
|
5805
6428
|
}
|
|
5806
6429
|
export interface UsuarioLoginDto {
|
|
5807
6430
|
emailAddress?: string;
|
|
@@ -5815,6 +6438,9 @@ export interface UsuarioRequest {
|
|
|
5815
6438
|
password?: string;
|
|
5816
6439
|
roleGate?: string;
|
|
5817
6440
|
dataNascimento?: string;
|
|
6441
|
+
roles?: number[];
|
|
6442
|
+
lojas?: number[];
|
|
6443
|
+
setores?: number[];
|
|
5818
6444
|
}
|
|
5819
6445
|
export interface UsuarioResponse {
|
|
5820
6446
|
id?: number;
|
|
@@ -5825,18 +6451,43 @@ export interface UsuarioResponse {
|
|
|
5825
6451
|
roleGate?: string;
|
|
5826
6452
|
dataNascimento?: string;
|
|
5827
6453
|
}
|
|
5828
|
-
export interface UsuarioResponseApiResponse {
|
|
5829
|
-
success?: boolean;
|
|
5830
|
-
message?: string;
|
|
5831
|
-
item?: UsuarioResponse;
|
|
5832
|
-
}
|
|
5833
6454
|
export interface UsuarioResponsePaginatedResponse {
|
|
5834
6455
|
success?: boolean;
|
|
5835
6456
|
message?: string;
|
|
5836
6457
|
item?: UsuarioResponse[];
|
|
5837
|
-
pagination?:
|
|
6458
|
+
pagination?: SharedPaginatedJson;
|
|
5838
6459
|
items?: UsuarioResponse[];
|
|
5839
6460
|
}
|
|
6461
|
+
export interface UsuarioResponseSharedApiResponse {
|
|
6462
|
+
success?: boolean;
|
|
6463
|
+
message?: string;
|
|
6464
|
+
item?: UsuarioResponse;
|
|
6465
|
+
}
|
|
6466
|
+
export interface UsuarioRolesRequest {
|
|
6467
|
+
id?: number;
|
|
6468
|
+
sourceTable?: string;
|
|
6469
|
+
sourceId?: number;
|
|
6470
|
+
targetTable?: string;
|
|
6471
|
+
targetId?: number;
|
|
6472
|
+
entityKey?: string;
|
|
6473
|
+
relationType?: string;
|
|
6474
|
+
component?: string;
|
|
6475
|
+
tenantId?: string;
|
|
6476
|
+
lang?: string;
|
|
6477
|
+
ativo?: boolean;
|
|
6478
|
+
excluido?: boolean;
|
|
6479
|
+
destaque?: boolean;
|
|
6480
|
+
ordem?: number;
|
|
6481
|
+
dataCriacao?: string;
|
|
6482
|
+
dataEdicao?: string;
|
|
6483
|
+
titulo?: string;
|
|
6484
|
+
subtitulo?: string;
|
|
6485
|
+
descricao?: string;
|
|
6486
|
+
tags?: string;
|
|
6487
|
+
url?: string;
|
|
6488
|
+
slug?: string;
|
|
6489
|
+
jsonContent?: string;
|
|
6490
|
+
}
|
|
5840
6491
|
export interface UsuarioSelectResponse {
|
|
5841
6492
|
id?: number;
|
|
5842
6493
|
nome?: string;
|
|
@@ -5848,6 +6499,26 @@ export interface UsuarioSelectResponseListApiResponse {
|
|
|
5848
6499
|
message?: string;
|
|
5849
6500
|
item?: UsuarioSelectResponse[];
|
|
5850
6501
|
}
|
|
6502
|
+
export interface UsuarioXSetor {
|
|
6503
|
+
id?: number;
|
|
6504
|
+
ativo?: boolean;
|
|
6505
|
+
excluido?: boolean;
|
|
6506
|
+
destaque?: boolean;
|
|
6507
|
+
ordem?: number;
|
|
6508
|
+
dataCriacao?: string;
|
|
6509
|
+
dataEdicao?: string;
|
|
6510
|
+
titulo?: string;
|
|
6511
|
+
subtitulo?: string;
|
|
6512
|
+
descricao?: string;
|
|
6513
|
+
tags?: string;
|
|
6514
|
+
url?: string;
|
|
6515
|
+
slug?: string;
|
|
6516
|
+
jsonContent?: string;
|
|
6517
|
+
setorId?: number;
|
|
6518
|
+
setor?: Setor;
|
|
6519
|
+
usuarioId?: number;
|
|
6520
|
+
usuario?: Usuario;
|
|
6521
|
+
}
|
|
5851
6522
|
export interface VerifyOrderRequest {
|
|
5852
6523
|
payId?: string;
|
|
5853
6524
|
}
|