infinity-forge 13.5.2 → 13.5.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client/swagger_client.d.ts +645 -62
- package/dist/system/components/layout/header/components/menu-right/component.js +1 -1
- package/dist/system/components/layout/header/components/menu-right/component.js.map +1 -1
- package/dist/system/components/layout/interfaces.d.ts +1 -1
- package/dist/test/index.js +1 -1
- package/dist/test/index.js.map +1 -1
- package/dist/ui/codie-dynamic/client/swagger_client.d.ts +1 -0
- package/dist/ui/codie-dynamic/components/interactions/card/index.d.ts +1 -1
- package/dist/ui/codie-dynamic/components/interactions/card/index.js +2 -2
- package/dist/ui/codie-dynamic/components/interactions/card/index.js.map +1 -1
- package/dist/ui/codie-dynamic/components/interactions/component.d.ts +3 -0
- package/dist/ui/codie-dynamic/components/interactions/component.js +7 -7
- package/dist/ui/codie-dynamic/components/interactions/component.js.map +1 -1
- package/dist/ui/components/form/input-date-picker/calendar/days/index.js +1 -1
- package/dist/ui/components/form/input-date-picker/calendar/days/index.js.map +1 -1
- package/dist/ui/components/form/input-file/hooks/use-components-file.js +15 -9
- package/dist/ui/components/form/input-file/hooks/use-components-file.js.map +1 -1
- package/dist/ui/components/modal/component.js +24 -1
- package/dist/ui/components/modal/component.js.map +1 -1
- package/dist/ui/components/warning/index.js +1 -1
- package/dist/ui/components/warning/index.js.map +1 -1
- package/dist/ui/components/warning/interface.d.ts +1 -1
- package/dist/ui/hooks/use-swagger/_generate_swagger/generate-api-routes-schema/get-params.js +25 -2
- package/dist/ui/hooks/use-swagger/_generate_swagger/generate-api-routes-schema/get-params.js.map +1 -1
- package/package.json +1 -1
|
@@ -70,6 +70,7 @@ export type Swagger = {
|
|
|
70
70
|
SourceFilters: any[] | undefined;
|
|
71
71
|
Target: string | undefined;
|
|
72
72
|
OnlyActives: boolean | undefined;
|
|
73
|
+
GetIsHistory: boolean | undefined;
|
|
73
74
|
};
|
|
74
75
|
requestBody: null;
|
|
75
76
|
result: ArtigoResponsePaginatedResponse;
|
|
@@ -144,13 +145,17 @@ export type Swagger = {
|
|
|
144
145
|
result: null;
|
|
145
146
|
};
|
|
146
147
|
};
|
|
147
|
-
"/
|
|
148
|
+
"/auth/forgot-password": {
|
|
148
149
|
post: {
|
|
149
|
-
params: {
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
150
|
+
params: {};
|
|
151
|
+
requestBody: ForgotPasswordDto;
|
|
152
|
+
result: null;
|
|
153
|
+
};
|
|
154
|
+
};
|
|
155
|
+
"/forgot/change-password": {
|
|
156
|
+
put: {
|
|
157
|
+
params: {};
|
|
158
|
+
requestBody: ChangePasswordForgotRequest;
|
|
154
159
|
result: null;
|
|
155
160
|
};
|
|
156
161
|
};
|
|
@@ -199,6 +204,7 @@ export type Swagger = {
|
|
|
199
204
|
OrderBy: string | undefined;
|
|
200
205
|
IsOnHold: boolean | undefined;
|
|
201
206
|
DirectoyId: number | undefined;
|
|
207
|
+
WithoutDirectory: boolean | undefined;
|
|
202
208
|
EntityKey: string | undefined;
|
|
203
209
|
Search: string | undefined;
|
|
204
210
|
CreatedFrom: string | undefined;
|
|
@@ -210,6 +216,7 @@ export type Swagger = {
|
|
|
210
216
|
SourceFilters: any[] | undefined;
|
|
211
217
|
Target: string | undefined;
|
|
212
218
|
OnlyActives: boolean | undefined;
|
|
219
|
+
GetIsHistory: boolean | undefined;
|
|
213
220
|
};
|
|
214
221
|
requestBody: null;
|
|
215
222
|
result: BlogResponsePaginatedResponse;
|
|
@@ -223,6 +230,7 @@ export type Swagger = {
|
|
|
223
230
|
OrderBy: string | undefined;
|
|
224
231
|
IsOnHold: boolean | undefined;
|
|
225
232
|
DirectoyId: number | undefined;
|
|
233
|
+
WithoutDirectory: boolean | undefined;
|
|
226
234
|
EntityKey: string | undefined;
|
|
227
235
|
Search: string | undefined;
|
|
228
236
|
CreatedFrom: string | undefined;
|
|
@@ -234,6 +242,7 @@ export type Swagger = {
|
|
|
234
242
|
SourceFilters: any[] | undefined;
|
|
235
243
|
Target: string | undefined;
|
|
236
244
|
OnlyActives: boolean | undefined;
|
|
245
|
+
GetIsHistory: boolean | undefined;
|
|
237
246
|
};
|
|
238
247
|
requestBody: null;
|
|
239
248
|
result: BlogResponsePaginatedResponse;
|
|
@@ -295,6 +304,7 @@ export type Swagger = {
|
|
|
295
304
|
SourceFilters: any[] | undefined;
|
|
296
305
|
Target: string | undefined;
|
|
297
306
|
OnlyActives: boolean | undefined;
|
|
307
|
+
GetIsHistory: boolean | undefined;
|
|
298
308
|
};
|
|
299
309
|
requestBody: null;
|
|
300
310
|
result: CandidatoResponsePaginatedResponse;
|
|
@@ -355,6 +365,7 @@ export type Swagger = {
|
|
|
355
365
|
SourceFilters: any[] | undefined;
|
|
356
366
|
Target: string | undefined;
|
|
357
367
|
OnlyActives: boolean | undefined;
|
|
368
|
+
GetIsHistory: boolean | undefined;
|
|
358
369
|
};
|
|
359
370
|
requestBody: null;
|
|
360
371
|
result: CargoResponsePaginatedResponse;
|
|
@@ -376,6 +387,7 @@ export type Swagger = {
|
|
|
376
387
|
SourceFilters: any[] | undefined;
|
|
377
388
|
Target: string | undefined;
|
|
378
389
|
OnlyActives: boolean | undefined;
|
|
390
|
+
GetIsHistory: boolean | undefined;
|
|
379
391
|
};
|
|
380
392
|
requestBody: null;
|
|
381
393
|
result: CargoResponsePaginatedResponse;
|
|
@@ -501,6 +513,7 @@ export type Swagger = {
|
|
|
501
513
|
SourceFilters: any[] | undefined;
|
|
502
514
|
Target: string | undefined;
|
|
503
515
|
OnlyActives: boolean | undefined;
|
|
516
|
+
GetIsHistory: boolean | undefined;
|
|
504
517
|
};
|
|
505
518
|
requestBody: null;
|
|
506
519
|
result: CategoriaResponsePaginatedResponse;
|
|
@@ -523,6 +536,7 @@ export type Swagger = {
|
|
|
523
536
|
SourceFilters: any[] | undefined;
|
|
524
537
|
Target: string | undefined;
|
|
525
538
|
OnlyActives: boolean | undefined;
|
|
539
|
+
GetIsHistory: boolean | undefined;
|
|
526
540
|
};
|
|
527
541
|
requestBody: null;
|
|
528
542
|
result: CategoriaResponsePaginatedResponse;
|
|
@@ -574,38 +588,28 @@ export type Swagger = {
|
|
|
574
588
|
result: ChatIA;
|
|
575
589
|
};
|
|
576
590
|
};
|
|
577
|
-
"/api/Chat/
|
|
578
|
-
post: {
|
|
579
|
-
params: {
|
|
580
|
-
id: number;
|
|
581
|
-
tripTitle: string | undefined;
|
|
582
|
-
};
|
|
583
|
-
requestBody: null;
|
|
584
|
-
result: TripCreatedResponse;
|
|
585
|
-
};
|
|
586
|
-
};
|
|
587
|
-
"/api/Chat/{id}/message": {
|
|
591
|
+
"/api/Chat/{guid}/message": {
|
|
588
592
|
post: {
|
|
589
593
|
params: {
|
|
590
|
-
|
|
594
|
+
guid: string;
|
|
591
595
|
};
|
|
592
596
|
requestBody: ChatIAItemDto;
|
|
593
597
|
result: ChatIAMessageResponse;
|
|
594
598
|
};
|
|
595
599
|
};
|
|
596
|
-
"/api/Chat/{
|
|
600
|
+
"/api/Chat/{guid}/messages": {
|
|
597
601
|
get: {
|
|
598
602
|
params: {
|
|
599
|
-
|
|
603
|
+
guid: string;
|
|
600
604
|
};
|
|
601
605
|
requestBody: null;
|
|
602
606
|
result: ChatIAListMessagesResponse;
|
|
603
607
|
};
|
|
604
608
|
};
|
|
605
|
-
"/api/Chat/{
|
|
609
|
+
"/api/Chat/{guid}/delete": {
|
|
606
610
|
get: {
|
|
607
611
|
params: {
|
|
608
|
-
|
|
612
|
+
guid: string;
|
|
609
613
|
};
|
|
610
614
|
requestBody: null;
|
|
611
615
|
result: null;
|
|
@@ -642,6 +646,7 @@ export type Swagger = {
|
|
|
642
646
|
SourceFilters: any[] | undefined;
|
|
643
647
|
Target: string | undefined;
|
|
644
648
|
OnlyActives: boolean | undefined;
|
|
649
|
+
GetIsHistory: boolean | undefined;
|
|
645
650
|
};
|
|
646
651
|
requestBody: null;
|
|
647
652
|
result: CollaboratorDtoPaginatedResponse;
|
|
@@ -699,6 +704,7 @@ export type Swagger = {
|
|
|
699
704
|
SourceFilters: any[] | undefined;
|
|
700
705
|
Target: string | undefined;
|
|
701
706
|
OnlyActives: boolean | undefined;
|
|
707
|
+
GetIsHistory: boolean | undefined;
|
|
702
708
|
};
|
|
703
709
|
requestBody: null;
|
|
704
710
|
result: null;
|
|
@@ -728,6 +734,7 @@ export type Swagger = {
|
|
|
728
734
|
SourceFilters: any[] | undefined;
|
|
729
735
|
Target: string | undefined;
|
|
730
736
|
OnlyActives: boolean | undefined;
|
|
737
|
+
GetIsHistory: boolean | undefined;
|
|
731
738
|
};
|
|
732
739
|
requestBody: null;
|
|
733
740
|
result: null;
|
|
@@ -769,6 +776,7 @@ export type Swagger = {
|
|
|
769
776
|
SourceFilters: any[] | undefined;
|
|
770
777
|
Target: string | undefined;
|
|
771
778
|
OnlyActives: boolean | undefined;
|
|
779
|
+
GetIsHistory: boolean | undefined;
|
|
772
780
|
};
|
|
773
781
|
requestBody: null;
|
|
774
782
|
result: ConfigurationSettingResponsePaginatedResponse;
|
|
@@ -832,6 +840,7 @@ export type Swagger = {
|
|
|
832
840
|
SourceFilters: any[] | undefined;
|
|
833
841
|
Target: string | undefined;
|
|
834
842
|
OnlyActives: boolean | undefined;
|
|
843
|
+
GetIsHistory: boolean | undefined;
|
|
835
844
|
};
|
|
836
845
|
requestBody: null;
|
|
837
846
|
result: ConfigurationTokenResponsePaginatedResponse;
|
|
@@ -944,6 +953,7 @@ export type Swagger = {
|
|
|
944
953
|
SourceFilters: any[] | undefined;
|
|
945
954
|
Target: string | undefined;
|
|
946
955
|
OnlyActives: boolean | undefined;
|
|
956
|
+
GetIsHistory: boolean | undefined;
|
|
947
957
|
};
|
|
948
958
|
requestBody: null;
|
|
949
959
|
result: ContactResponsePaginatedResponse;
|
|
@@ -988,6 +998,62 @@ export type Swagger = {
|
|
|
988
998
|
result: null;
|
|
989
999
|
};
|
|
990
1000
|
};
|
|
1001
|
+
"/admin/billing/coupons/paginated": {
|
|
1002
|
+
get: {
|
|
1003
|
+
params: {
|
|
1004
|
+
page: number | undefined;
|
|
1005
|
+
pageSize: number | undefined;
|
|
1006
|
+
};
|
|
1007
|
+
requestBody: null;
|
|
1008
|
+
result: CouponResponsePaginatedResponse;
|
|
1009
|
+
};
|
|
1010
|
+
};
|
|
1011
|
+
"/admin/billing/coupons/{id}": {
|
|
1012
|
+
get: {
|
|
1013
|
+
params: {
|
|
1014
|
+
id: number;
|
|
1015
|
+
};
|
|
1016
|
+
requestBody: null;
|
|
1017
|
+
result: CouponResponseSharedApiResponse;
|
|
1018
|
+
};
|
|
1019
|
+
put: {
|
|
1020
|
+
params: {
|
|
1021
|
+
id: number;
|
|
1022
|
+
};
|
|
1023
|
+
requestBody: CouponRequest;
|
|
1024
|
+
result: CouponResponseSharedApiResponse;
|
|
1025
|
+
};
|
|
1026
|
+
delete: {
|
|
1027
|
+
params: {
|
|
1028
|
+
id: number;
|
|
1029
|
+
};
|
|
1030
|
+
requestBody: null;
|
|
1031
|
+
result: null;
|
|
1032
|
+
};
|
|
1033
|
+
};
|
|
1034
|
+
"/admin/billing/coupons/code/{code}": {
|
|
1035
|
+
get: {
|
|
1036
|
+
params: {
|
|
1037
|
+
code: string;
|
|
1038
|
+
};
|
|
1039
|
+
requestBody: null;
|
|
1040
|
+
result: CouponResponse[];
|
|
1041
|
+
};
|
|
1042
|
+
};
|
|
1043
|
+
"/admin/billing/coupons": {
|
|
1044
|
+
post: {
|
|
1045
|
+
params: {};
|
|
1046
|
+
requestBody: CouponRequest;
|
|
1047
|
+
result: null;
|
|
1048
|
+
};
|
|
1049
|
+
};
|
|
1050
|
+
"/admin/billing/coupons/types": {
|
|
1051
|
+
get: {
|
|
1052
|
+
params: {};
|
|
1053
|
+
requestBody: null;
|
|
1054
|
+
result: CouponTypeResponse[];
|
|
1055
|
+
};
|
|
1056
|
+
};
|
|
991
1057
|
"/educations/CourseModule/paginated": {
|
|
992
1058
|
get: {
|
|
993
1059
|
params: {
|
|
@@ -1003,6 +1069,7 @@ export type Swagger = {
|
|
|
1003
1069
|
SourceFilters: any[] | undefined;
|
|
1004
1070
|
Target: string | undefined;
|
|
1005
1071
|
OnlyActives: boolean | undefined;
|
|
1072
|
+
GetIsHistory: boolean | undefined;
|
|
1006
1073
|
};
|
|
1007
1074
|
requestBody: null;
|
|
1008
1075
|
result: CourseModuleResponsePaginatedResponse;
|
|
@@ -1053,6 +1120,7 @@ export type Swagger = {
|
|
|
1053
1120
|
SourceFilters: any[] | undefined;
|
|
1054
1121
|
Target: string | undefined;
|
|
1055
1122
|
OnlyActives: boolean | undefined;
|
|
1123
|
+
GetIsHistory: boolean | undefined;
|
|
1056
1124
|
};
|
|
1057
1125
|
requestBody: null;
|
|
1058
1126
|
result: CourseResponsePaginatedResponse;
|
|
@@ -1097,7 +1165,7 @@ export type Swagger = {
|
|
|
1097
1165
|
result: null;
|
|
1098
1166
|
};
|
|
1099
1167
|
};
|
|
1100
|
-
"/admin/
|
|
1168
|
+
"/admin/curso/paginated": {
|
|
1101
1169
|
get: {
|
|
1102
1170
|
params: {
|
|
1103
1171
|
EntityKey: string | undefined;
|
|
@@ -1112,12 +1180,13 @@ export type Swagger = {
|
|
|
1112
1180
|
SourceFilters: any[] | undefined;
|
|
1113
1181
|
Target: string | undefined;
|
|
1114
1182
|
OnlyActives: boolean | undefined;
|
|
1183
|
+
GetIsHistory: boolean | undefined;
|
|
1115
1184
|
};
|
|
1116
1185
|
requestBody: null;
|
|
1117
1186
|
result: CursoResponsePaginatedResponse;
|
|
1118
1187
|
};
|
|
1119
1188
|
};
|
|
1120
|
-
"/admin/
|
|
1189
|
+
"/admin/curso/url/{url}": {
|
|
1121
1190
|
get: {
|
|
1122
1191
|
params: {
|
|
1123
1192
|
url: string;
|
|
@@ -1126,7 +1195,7 @@ export type Swagger = {
|
|
|
1126
1195
|
result: CursoResponseSharedApiResponse;
|
|
1127
1196
|
};
|
|
1128
1197
|
};
|
|
1129
|
-
"/admin/
|
|
1198
|
+
"/admin/curso/{id}": {
|
|
1130
1199
|
get: {
|
|
1131
1200
|
params: {
|
|
1132
1201
|
id: number;
|
|
@@ -1149,7 +1218,7 @@ export type Swagger = {
|
|
|
1149
1218
|
result: null;
|
|
1150
1219
|
};
|
|
1151
1220
|
};
|
|
1152
|
-
"/admin/
|
|
1221
|
+
"/admin/curso": {
|
|
1153
1222
|
post: {
|
|
1154
1223
|
params: {};
|
|
1155
1224
|
requestBody: CursoRequest;
|
|
@@ -1183,6 +1252,7 @@ export type Swagger = {
|
|
|
1183
1252
|
SourceFilters: any[] | undefined;
|
|
1184
1253
|
Target: string | undefined;
|
|
1185
1254
|
OnlyActives: boolean | undefined;
|
|
1255
|
+
GetIsHistory: boolean | undefined;
|
|
1186
1256
|
};
|
|
1187
1257
|
requestBody: null;
|
|
1188
1258
|
result: DepoimentoResponsePaginatedResponse;
|
|
@@ -1227,6 +1297,74 @@ export type Swagger = {
|
|
|
1227
1297
|
result: null;
|
|
1228
1298
|
};
|
|
1229
1299
|
};
|
|
1300
|
+
"/admin/directories/directory/paginated": {
|
|
1301
|
+
get: {
|
|
1302
|
+
params: {
|
|
1303
|
+
Url: string[] | undefined;
|
|
1304
|
+
price: {
|
|
1305
|
+
priceBRLMin: any | undefined;
|
|
1306
|
+
priceBRLMax: any | undefined;
|
|
1307
|
+
};
|
|
1308
|
+
Locality: {
|
|
1309
|
+
UF: string | undefined;
|
|
1310
|
+
Localidade: string | undefined;
|
|
1311
|
+
};
|
|
1312
|
+
Destaque: boolean | undefined;
|
|
1313
|
+
Filters: Record<string, string> | undefined;
|
|
1314
|
+
MinRating: any | undefined;
|
|
1315
|
+
MaxRating: any | undefined;
|
|
1316
|
+
IsOnHold: boolean | undefined;
|
|
1317
|
+
EntityKey: string | undefined;
|
|
1318
|
+
Search: string | undefined;
|
|
1319
|
+
CreatedFrom: string | undefined;
|
|
1320
|
+
CreatedTo: string | undefined;
|
|
1321
|
+
OrderBy: string | undefined;
|
|
1322
|
+
Include: string | undefined;
|
|
1323
|
+
page: number | undefined;
|
|
1324
|
+
pageSize: number | undefined;
|
|
1325
|
+
SourceFilters: any[] | undefined;
|
|
1326
|
+
Target: string | undefined;
|
|
1327
|
+
OnlyActives: boolean | undefined;
|
|
1328
|
+
GetIsHistory: boolean | undefined;
|
|
1329
|
+
};
|
|
1330
|
+
requestBody: null;
|
|
1331
|
+
result: DirectoryResponsePaginatedResponse;
|
|
1332
|
+
};
|
|
1333
|
+
};
|
|
1334
|
+
"/admin/directories/directory/pendent": {
|
|
1335
|
+
get: {
|
|
1336
|
+
params: {
|
|
1337
|
+
Url: string[] | undefined;
|
|
1338
|
+
price: {
|
|
1339
|
+
priceBRLMin: any | undefined;
|
|
1340
|
+
priceBRLMax: any | undefined;
|
|
1341
|
+
};
|
|
1342
|
+
Locality: {
|
|
1343
|
+
UF: string | undefined;
|
|
1344
|
+
Localidade: string | undefined;
|
|
1345
|
+
};
|
|
1346
|
+
Destaque: boolean | undefined;
|
|
1347
|
+
Filters: Record<string, string> | undefined;
|
|
1348
|
+
MinRating: any | undefined;
|
|
1349
|
+
MaxRating: any | undefined;
|
|
1350
|
+
IsOnHold: boolean | undefined;
|
|
1351
|
+
EntityKey: string | undefined;
|
|
1352
|
+
Search: string | undefined;
|
|
1353
|
+
CreatedFrom: string | undefined;
|
|
1354
|
+
CreatedTo: string | undefined;
|
|
1355
|
+
OrderBy: string | undefined;
|
|
1356
|
+
Include: string | undefined;
|
|
1357
|
+
page: number | undefined;
|
|
1358
|
+
pageSize: number | undefined;
|
|
1359
|
+
SourceFilters: any[] | undefined;
|
|
1360
|
+
Target: string | undefined;
|
|
1361
|
+
OnlyActives: boolean | undefined;
|
|
1362
|
+
GetIsHistory: boolean | undefined;
|
|
1363
|
+
};
|
|
1364
|
+
requestBody: null;
|
|
1365
|
+
result: DirectoryResponsePaginatedResponse;
|
|
1366
|
+
};
|
|
1367
|
+
};
|
|
1230
1368
|
"/admin/directories/directory/app/paginated": {
|
|
1231
1369
|
post: {
|
|
1232
1370
|
params: {};
|
|
@@ -1268,7 +1406,7 @@ export type Swagger = {
|
|
|
1268
1406
|
get: {
|
|
1269
1407
|
params: {
|
|
1270
1408
|
url: string;
|
|
1271
|
-
entityKey: string[] | undefined;
|
|
1409
|
+
'entityKey[]': string[] | undefined;
|
|
1272
1410
|
};
|
|
1273
1411
|
requestBody: null;
|
|
1274
1412
|
result: DirectoryResponseSharedApiResponse;
|
|
@@ -1392,6 +1530,16 @@ export type Swagger = {
|
|
|
1392
1530
|
result: null;
|
|
1393
1531
|
};
|
|
1394
1532
|
};
|
|
1533
|
+
"/admin/drive/folder/highlights/{folderType}/{sourceGuid}contents": {
|
|
1534
|
+
get: {
|
|
1535
|
+
params: {
|
|
1536
|
+
folderType: string;
|
|
1537
|
+
sourceGuid: string;
|
|
1538
|
+
};
|
|
1539
|
+
requestBody: null;
|
|
1540
|
+
result: DriveFolderContentsResponseApiResponse;
|
|
1541
|
+
};
|
|
1542
|
+
};
|
|
1395
1543
|
"/admin/drive/permission/eligible-users": {
|
|
1396
1544
|
get: {
|
|
1397
1545
|
params: {};
|
|
@@ -1454,6 +1602,7 @@ export type Swagger = {
|
|
|
1454
1602
|
SourceFilters: any[] | undefined;
|
|
1455
1603
|
Target: string | undefined;
|
|
1456
1604
|
OnlyActives: boolean | undefined;
|
|
1605
|
+
GetIsHistory: boolean | undefined;
|
|
1457
1606
|
};
|
|
1458
1607
|
requestBody: null;
|
|
1459
1608
|
result: EntityRelationResponsePaginatedResponse;
|
|
@@ -1556,6 +1705,7 @@ export type Swagger = {
|
|
|
1556
1705
|
SourceFilters: any[] | undefined;
|
|
1557
1706
|
Target: string | undefined;
|
|
1558
1707
|
OnlyActives: boolean | undefined;
|
|
1708
|
+
GetIsHistory: boolean | undefined;
|
|
1559
1709
|
};
|
|
1560
1710
|
requestBody: null;
|
|
1561
1711
|
result: EquipeResponsePaginatedResponse;
|
|
@@ -1615,6 +1765,7 @@ export type Swagger = {
|
|
|
1615
1765
|
SourceFilters: any[] | undefined;
|
|
1616
1766
|
Target: string | undefined;
|
|
1617
1767
|
OnlyActives: boolean | undefined;
|
|
1768
|
+
GetIsHistory: boolean | undefined;
|
|
1618
1769
|
};
|
|
1619
1770
|
requestBody: null;
|
|
1620
1771
|
result: FaqResponsePaginatedResponse;
|
|
@@ -1674,6 +1825,7 @@ export type Swagger = {
|
|
|
1674
1825
|
SourceFilters: any[] | undefined;
|
|
1675
1826
|
Target: string | undefined;
|
|
1676
1827
|
OnlyActives: boolean | undefined;
|
|
1828
|
+
GetIsHistory: boolean | undefined;
|
|
1677
1829
|
};
|
|
1678
1830
|
requestBody: null;
|
|
1679
1831
|
result: FeatureResponsePaginatedResponse;
|
|
@@ -1768,6 +1920,7 @@ export type Swagger = {
|
|
|
1768
1920
|
SourceFilters: any[] | undefined;
|
|
1769
1921
|
Target: string | undefined;
|
|
1770
1922
|
OnlyActives: boolean | undefined;
|
|
1923
|
+
GetIsHistory: boolean | undefined;
|
|
1771
1924
|
};
|
|
1772
1925
|
requestBody: null;
|
|
1773
1926
|
result: FornecedorResponsePaginatedResponse;
|
|
@@ -1827,6 +1980,7 @@ export type Swagger = {
|
|
|
1827
1980
|
SourceFilters: any[] | undefined;
|
|
1828
1981
|
Target: string | undefined;
|
|
1829
1982
|
OnlyActives: boolean | undefined;
|
|
1983
|
+
GetIsHistory: boolean | undefined;
|
|
1830
1984
|
};
|
|
1831
1985
|
requestBody: null;
|
|
1832
1986
|
result: ForumResponsePaginatedResponse;
|
|
@@ -1893,6 +2047,7 @@ export type Swagger = {
|
|
|
1893
2047
|
SourceFilters: any[] | undefined;
|
|
1894
2048
|
Target: string | undefined;
|
|
1895
2049
|
OnlyActives: boolean | undefined;
|
|
2050
|
+
GetIsHistory: boolean | undefined;
|
|
1896
2051
|
};
|
|
1897
2052
|
requestBody: null;
|
|
1898
2053
|
result: HostProjectResponsePaginatedResponse;
|
|
@@ -1943,6 +2098,7 @@ export type Swagger = {
|
|
|
1943
2098
|
SourceFilters: any[] | undefined;
|
|
1944
2099
|
Target: string | undefined;
|
|
1945
2100
|
OnlyActives: boolean | undefined;
|
|
2101
|
+
GetIsHistory: boolean | undefined;
|
|
1946
2102
|
};
|
|
1947
2103
|
requestBody: null;
|
|
1948
2104
|
result: HostServerResponsePaginatedResponse;
|
|
@@ -1995,6 +2151,7 @@ export type Swagger = {
|
|
|
1995
2151
|
SourceFilters: any[] | undefined;
|
|
1996
2152
|
Target: string | undefined;
|
|
1997
2153
|
OnlyActives: boolean | undefined;
|
|
2154
|
+
GetIsHistory: boolean | undefined;
|
|
1998
2155
|
};
|
|
1999
2156
|
requestBody: null;
|
|
2000
2157
|
result: InfractionUserResponsePaginatedResponse;
|
|
@@ -2052,6 +2209,7 @@ export type Swagger = {
|
|
|
2052
2209
|
SourceFilters: any[] | undefined;
|
|
2053
2210
|
Target: string | undefined;
|
|
2054
2211
|
OnlyActives: boolean | undefined;
|
|
2212
|
+
GetIsHistory: boolean | undefined;
|
|
2055
2213
|
};
|
|
2056
2214
|
requestBody: null;
|
|
2057
2215
|
result: InfractionTotalResponsePaginatedResponse;
|
|
@@ -2105,6 +2263,16 @@ export type Swagger = {
|
|
|
2105
2263
|
result: InteractionDetailResponseSharedApiResponse;
|
|
2106
2264
|
};
|
|
2107
2265
|
};
|
|
2266
|
+
"/features/interaction/list/all/{sourceTable}/{sourceGUID}": {
|
|
2267
|
+
get: {
|
|
2268
|
+
params: {
|
|
2269
|
+
sourceTable: string;
|
|
2270
|
+
sourceGUID: string;
|
|
2271
|
+
};
|
|
2272
|
+
requestBody: null;
|
|
2273
|
+
result: InteractionDetailResponseSharedApiResponse;
|
|
2274
|
+
};
|
|
2275
|
+
};
|
|
2108
2276
|
"/features/interaction/send": {
|
|
2109
2277
|
post: {
|
|
2110
2278
|
params: {};
|
|
@@ -2137,6 +2305,7 @@ export type Swagger = {
|
|
|
2137
2305
|
SourceFilters: any[] | undefined;
|
|
2138
2306
|
Target: string | undefined;
|
|
2139
2307
|
OnlyActives: boolean | undefined;
|
|
2308
|
+
GetIsHistory: boolean | undefined;
|
|
2140
2309
|
};
|
|
2141
2310
|
requestBody: null;
|
|
2142
2311
|
result: InteractionItemResponsePaginatedResponse;
|
|
@@ -2192,6 +2361,7 @@ export type Swagger = {
|
|
|
2192
2361
|
SourceFilters: any[] | undefined;
|
|
2193
2362
|
Target: string | undefined;
|
|
2194
2363
|
OnlyActives: boolean | undefined;
|
|
2364
|
+
GetIsHistory: boolean | undefined;
|
|
2195
2365
|
};
|
|
2196
2366
|
requestBody: null;
|
|
2197
2367
|
result: InteractionConfigResponsePaginatedResponse;
|
|
@@ -2258,6 +2428,7 @@ export type Swagger = {
|
|
|
2258
2428
|
SourceFilters: any[] | undefined;
|
|
2259
2429
|
Target: string | undefined;
|
|
2260
2430
|
OnlyActives: boolean | undefined;
|
|
2431
|
+
GetIsHistory: boolean | undefined;
|
|
2261
2432
|
};
|
|
2262
2433
|
requestBody: null;
|
|
2263
2434
|
result: JobOpportunityResponsePaginatedResponse;
|
|
@@ -2281,6 +2452,7 @@ export type Swagger = {
|
|
|
2281
2452
|
SourceFilters: any[] | undefined;
|
|
2282
2453
|
Target: string | undefined;
|
|
2283
2454
|
OnlyActives: boolean | undefined;
|
|
2455
|
+
GetIsHistory: boolean | undefined;
|
|
2284
2456
|
};
|
|
2285
2457
|
requestBody: null;
|
|
2286
2458
|
result: JobOpportunityResponsePaginatedResponse;
|
|
@@ -2340,6 +2512,7 @@ export type Swagger = {
|
|
|
2340
2512
|
SourceFilters: any[] | undefined;
|
|
2341
2513
|
Target: string | undefined;
|
|
2342
2514
|
OnlyActives: boolean | undefined;
|
|
2515
|
+
GetIsHistory: boolean | undefined;
|
|
2343
2516
|
};
|
|
2344
2517
|
requestBody: null;
|
|
2345
2518
|
result: SelectionProcessResponsePaginatedResponse;
|
|
@@ -2364,6 +2537,7 @@ export type Swagger = {
|
|
|
2364
2537
|
SourceFilters: any[] | undefined;
|
|
2365
2538
|
Target: string | undefined;
|
|
2366
2539
|
OnlyActives: boolean | undefined;
|
|
2540
|
+
GetIsHistory: boolean | undefined;
|
|
2367
2541
|
};
|
|
2368
2542
|
requestBody: null;
|
|
2369
2543
|
result: SelectionProcessResponsePaginatedResponse;
|
|
@@ -2437,6 +2611,7 @@ export type Swagger = {
|
|
|
2437
2611
|
SourceFilters: any[] | undefined;
|
|
2438
2612
|
Target: string | undefined;
|
|
2439
2613
|
OnlyActives: boolean | undefined;
|
|
2614
|
+
GetIsHistory: boolean | undefined;
|
|
2440
2615
|
};
|
|
2441
2616
|
requestBody: null;
|
|
2442
2617
|
result: LessonResponsePaginatedResponse;
|
|
@@ -2493,7 +2668,7 @@ export type Swagger = {
|
|
|
2493
2668
|
"/educations/Lesson/modules/order": {
|
|
2494
2669
|
put: {
|
|
2495
2670
|
params: {};
|
|
2496
|
-
requestBody: any
|
|
2671
|
+
requestBody: any;
|
|
2497
2672
|
result: ObjectSharedApiResponse;
|
|
2498
2673
|
};
|
|
2499
2674
|
};
|
|
@@ -2512,6 +2687,7 @@ export type Swagger = {
|
|
|
2512
2687
|
SourceFilters: any[] | undefined;
|
|
2513
2688
|
Target: string | undefined;
|
|
2514
2689
|
OnlyActives: boolean | undefined;
|
|
2690
|
+
GetIsHistory: boolean | undefined;
|
|
2515
2691
|
};
|
|
2516
2692
|
requestBody: null;
|
|
2517
2693
|
result: LojaResponsePaginatedResponse;
|
|
@@ -2533,6 +2709,7 @@ export type Swagger = {
|
|
|
2533
2709
|
SourceFilters: any[] | undefined;
|
|
2534
2710
|
Target: string | undefined;
|
|
2535
2711
|
OnlyActives: boolean | undefined;
|
|
2712
|
+
GetIsHistory: boolean | undefined;
|
|
2536
2713
|
};
|
|
2537
2714
|
requestBody: null;
|
|
2538
2715
|
result: SetorResponsePaginatedResponse;
|
|
@@ -2592,6 +2769,7 @@ export type Swagger = {
|
|
|
2592
2769
|
SourceFilters: any[] | undefined;
|
|
2593
2770
|
Target: string | undefined;
|
|
2594
2771
|
OnlyActives: boolean | undefined;
|
|
2772
|
+
GetIsHistory: boolean | undefined;
|
|
2595
2773
|
};
|
|
2596
2774
|
requestBody: null;
|
|
2597
2775
|
result: MarcaResponsePaginatedResponse;
|
|
@@ -2659,13 +2837,6 @@ export type Swagger = {
|
|
|
2659
2837
|
result: null;
|
|
2660
2838
|
};
|
|
2661
2839
|
};
|
|
2662
|
-
"/core/migration/ApplyMigrations": {
|
|
2663
|
-
post: {
|
|
2664
|
-
params: {};
|
|
2665
|
-
requestBody: null;
|
|
2666
|
-
result: null;
|
|
2667
|
-
};
|
|
2668
|
-
};
|
|
2669
2840
|
"/educations/ModuleLesson/paginated": {
|
|
2670
2841
|
get: {
|
|
2671
2842
|
params: {
|
|
@@ -2681,6 +2852,7 @@ export type Swagger = {
|
|
|
2681
2852
|
SourceFilters: any[] | undefined;
|
|
2682
2853
|
Target: string | undefined;
|
|
2683
2854
|
OnlyActives: boolean | undefined;
|
|
2855
|
+
GetIsHistory: boolean | undefined;
|
|
2684
2856
|
};
|
|
2685
2857
|
requestBody: null;
|
|
2686
2858
|
result: ModuleLessonResponsePaginatedResponse;
|
|
@@ -2731,6 +2903,7 @@ export type Swagger = {
|
|
|
2731
2903
|
SourceFilters: any[] | undefined;
|
|
2732
2904
|
Target: string | undefined;
|
|
2733
2905
|
OnlyActives: boolean | undefined;
|
|
2906
|
+
GetIsHistory: boolean | undefined;
|
|
2734
2907
|
};
|
|
2735
2908
|
requestBody: null;
|
|
2736
2909
|
result: ModuleResponsePaginatedResponse;
|
|
@@ -2790,6 +2963,7 @@ export type Swagger = {
|
|
|
2790
2963
|
SourceFilters: any[] | undefined;
|
|
2791
2964
|
Target: string | undefined;
|
|
2792
2965
|
OnlyActives: boolean | undefined;
|
|
2966
|
+
GetIsHistory: boolean | undefined;
|
|
2793
2967
|
};
|
|
2794
2968
|
requestBody: null;
|
|
2795
2969
|
result: NoticiaResponsePaginatedResponse;
|
|
@@ -2849,6 +3023,7 @@ export type Swagger = {
|
|
|
2849
3023
|
SourceFilters: any[] | undefined;
|
|
2850
3024
|
Target: string | undefined;
|
|
2851
3025
|
OnlyActives: boolean | undefined;
|
|
3026
|
+
GetIsHistory: boolean | undefined;
|
|
2852
3027
|
};
|
|
2853
3028
|
requestBody: null;
|
|
2854
3029
|
result: ObjetoResponsePaginatedResponse;
|
|
@@ -2907,6 +3082,46 @@ export type Swagger = {
|
|
|
2907
3082
|
result: CheckoutResponseResultDto;
|
|
2908
3083
|
};
|
|
2909
3084
|
};
|
|
3085
|
+
"/billing/order/paginated": {
|
|
3086
|
+
get: {
|
|
3087
|
+
params: {
|
|
3088
|
+
UserId: number | undefined;
|
|
3089
|
+
EntityKey: string | undefined;
|
|
3090
|
+
Search: string | undefined;
|
|
3091
|
+
CreatedFrom: string | undefined;
|
|
3092
|
+
CreatedTo: string | undefined;
|
|
3093
|
+
OrderBy: string | undefined;
|
|
3094
|
+
Include: string | undefined;
|
|
3095
|
+
page: number | undefined;
|
|
3096
|
+
pageSize: number | undefined;
|
|
3097
|
+
Filters: Record<string, string> | undefined;
|
|
3098
|
+
SourceFilters: any[] | undefined;
|
|
3099
|
+
Target: string | undefined;
|
|
3100
|
+
OnlyActives: boolean | undefined;
|
|
3101
|
+
GetIsHistory: boolean | undefined;
|
|
3102
|
+
};
|
|
3103
|
+
requestBody: null;
|
|
3104
|
+
result: OrderResponsePaginatedResponse;
|
|
3105
|
+
};
|
|
3106
|
+
};
|
|
3107
|
+
"/billing/order/{id}": {
|
|
3108
|
+
get: {
|
|
3109
|
+
params: {
|
|
3110
|
+
id: number;
|
|
3111
|
+
};
|
|
3112
|
+
requestBody: null;
|
|
3113
|
+
result: OrderResponsePaginatedResponse;
|
|
3114
|
+
};
|
|
3115
|
+
};
|
|
3116
|
+
"/billing/order/userId/{idUser}": {
|
|
3117
|
+
get: {
|
|
3118
|
+
params: {
|
|
3119
|
+
idUser: number;
|
|
3120
|
+
};
|
|
3121
|
+
requestBody: null;
|
|
3122
|
+
result: OrderResponsePaginatedResponse;
|
|
3123
|
+
};
|
|
3124
|
+
};
|
|
2910
3125
|
"/Pages/{url}": {
|
|
2911
3126
|
get: {
|
|
2912
3127
|
params: {
|
|
@@ -2938,6 +3153,7 @@ export type Swagger = {
|
|
|
2938
3153
|
SourceFilters: any[] | undefined;
|
|
2939
3154
|
Target: string | undefined;
|
|
2940
3155
|
OnlyActives: boolean | undefined;
|
|
3156
|
+
GetIsHistory: boolean | undefined;
|
|
2941
3157
|
};
|
|
2942
3158
|
requestBody: null;
|
|
2943
3159
|
result: PageResponsePaginatedResponse;
|
|
@@ -2998,6 +3214,7 @@ export type Swagger = {
|
|
|
2998
3214
|
SourceFilters: any[] | undefined;
|
|
2999
3215
|
Target: string | undefined;
|
|
3000
3216
|
OnlyActives: boolean | undefined;
|
|
3217
|
+
GetIsHistory: boolean | undefined;
|
|
3001
3218
|
};
|
|
3002
3219
|
requestBody: null;
|
|
3003
3220
|
result: PaginaResponsePaginatedResponse;
|
|
@@ -3061,6 +3278,7 @@ export type Swagger = {
|
|
|
3061
3278
|
SourceFilters: any[] | undefined;
|
|
3062
3279
|
Target: string | undefined;
|
|
3063
3280
|
OnlyActives: boolean | undefined;
|
|
3281
|
+
GetIsHistory: boolean | undefined;
|
|
3064
3282
|
};
|
|
3065
3283
|
requestBody: null;
|
|
3066
3284
|
result: PdiResponsePaginatedResponse;
|
|
@@ -3143,6 +3361,7 @@ export type Swagger = {
|
|
|
3143
3361
|
SourceFilters: any[] | undefined;
|
|
3144
3362
|
Target: string | undefined;
|
|
3145
3363
|
OnlyActives: boolean | undefined;
|
|
3364
|
+
GetIsHistory: boolean | undefined;
|
|
3146
3365
|
};
|
|
3147
3366
|
requestBody: null;
|
|
3148
3367
|
result: PortfolioResponsePaginatedResponse;
|
|
@@ -3202,6 +3421,7 @@ export type Swagger = {
|
|
|
3202
3421
|
SourceFilters: any[] | undefined;
|
|
3203
3422
|
Target: string | undefined;
|
|
3204
3423
|
OnlyActives: boolean | undefined;
|
|
3424
|
+
GetIsHistory: boolean | undefined;
|
|
3205
3425
|
};
|
|
3206
3426
|
requestBody: null;
|
|
3207
3427
|
result: ProdutoResponsePaginatedResponse;
|
|
@@ -3263,6 +3483,7 @@ export type Swagger = {
|
|
|
3263
3483
|
SourceFilters: any[] | undefined;
|
|
3264
3484
|
Target: string | undefined;
|
|
3265
3485
|
OnlyActives: boolean | undefined;
|
|
3486
|
+
GetIsHistory: boolean | undefined;
|
|
3266
3487
|
};
|
|
3267
3488
|
requestBody: null;
|
|
3268
3489
|
result: QuickSurveyResponsePaginatedResponse;
|
|
@@ -3329,6 +3550,7 @@ export type Swagger = {
|
|
|
3329
3550
|
SourceFilters: any[] | undefined;
|
|
3330
3551
|
Target: string | undefined;
|
|
3331
3552
|
OnlyActives: boolean | undefined;
|
|
3553
|
+
GetIsHistory: boolean | undefined;
|
|
3332
3554
|
};
|
|
3333
3555
|
requestBody: null;
|
|
3334
3556
|
result: RolesResponsePaginatedResponse;
|
|
@@ -3425,6 +3647,7 @@ export type Swagger = {
|
|
|
3425
3647
|
SourceFilters: any[] | undefined;
|
|
3426
3648
|
Target: string | undefined;
|
|
3427
3649
|
OnlyActives: boolean | undefined;
|
|
3650
|
+
GetIsHistory: boolean | undefined;
|
|
3428
3651
|
};
|
|
3429
3652
|
requestBody: null;
|
|
3430
3653
|
result: ServicoResponsePaginatedResponse;
|
|
@@ -3484,6 +3707,7 @@ export type Swagger = {
|
|
|
3484
3707
|
SourceFilters: any[] | undefined;
|
|
3485
3708
|
Target: string | undefined;
|
|
3486
3709
|
OnlyActives: boolean | undefined;
|
|
3710
|
+
GetIsHistory: boolean | undefined;
|
|
3487
3711
|
};
|
|
3488
3712
|
requestBody: null;
|
|
3489
3713
|
result: SetorResponsePaginatedResponse;
|
|
@@ -3505,6 +3729,7 @@ export type Swagger = {
|
|
|
3505
3729
|
SourceFilters: any[] | undefined;
|
|
3506
3730
|
Target: string | undefined;
|
|
3507
3731
|
OnlyActives: boolean | undefined;
|
|
3732
|
+
GetIsHistory: boolean | undefined;
|
|
3508
3733
|
};
|
|
3509
3734
|
requestBody: null;
|
|
3510
3735
|
result: SetorResponsePaginatedResponse;
|
|
@@ -3578,6 +3803,7 @@ export type Swagger = {
|
|
|
3578
3803
|
SourceFilters: any[] | undefined;
|
|
3579
3804
|
Target: string | undefined;
|
|
3580
3805
|
OnlyActives: boolean | undefined;
|
|
3806
|
+
GetIsHistory: boolean | undefined;
|
|
3581
3807
|
};
|
|
3582
3808
|
requestBody: null;
|
|
3583
3809
|
result: StatusResponsePaginatedResponse;
|
|
@@ -3674,11 +3900,28 @@ export type Swagger = {
|
|
|
3674
3900
|
SourceFilters: any[] | undefined;
|
|
3675
3901
|
Target: string | undefined;
|
|
3676
3902
|
OnlyActives: boolean | undefined;
|
|
3903
|
+
GetIsHistory: boolean | undefined;
|
|
3677
3904
|
};
|
|
3678
3905
|
requestBody: null;
|
|
3679
3906
|
result: SubscriptionPlanResponsePaginatedResponse;
|
|
3680
3907
|
};
|
|
3681
3908
|
};
|
|
3909
|
+
"/billing/subscriptionplans/plans/with-coupon": {
|
|
3910
|
+
get: {
|
|
3911
|
+
params: {
|
|
3912
|
+
CouponTypeId: number | undefined;
|
|
3913
|
+
Value: any | undefined;
|
|
3914
|
+
AllowFullDiscount: boolean | undefined;
|
|
3915
|
+
Page: number | undefined;
|
|
3916
|
+
PageSize: number | undefined;
|
|
3917
|
+
ApiKey: string | undefined;
|
|
3918
|
+
BaseUrl: string | undefined;
|
|
3919
|
+
ProviderType: any | undefined;
|
|
3920
|
+
};
|
|
3921
|
+
requestBody: null;
|
|
3922
|
+
result: CouponPlanResponsePaginatedResponse;
|
|
3923
|
+
};
|
|
3924
|
+
};
|
|
3682
3925
|
"/billing/subscriptionplans/plan/{id}": {
|
|
3683
3926
|
get: {
|
|
3684
3927
|
params: {
|
|
@@ -3740,11 +3983,21 @@ export type Swagger = {
|
|
|
3740
3983
|
SourceFilters: any[] | undefined;
|
|
3741
3984
|
Target: string | undefined;
|
|
3742
3985
|
OnlyActives: boolean | undefined;
|
|
3986
|
+
GetIsHistory: boolean | undefined;
|
|
3743
3987
|
};
|
|
3744
3988
|
requestBody: null;
|
|
3745
3989
|
result: SubscriptionPlanOrderResponsePaginatedResponse;
|
|
3746
3990
|
};
|
|
3747
3991
|
};
|
|
3992
|
+
"/billing/subscriptionplans/order/internal/history/paginated/{userId}": {
|
|
3993
|
+
get: {
|
|
3994
|
+
params: {
|
|
3995
|
+
userId: number;
|
|
3996
|
+
};
|
|
3997
|
+
requestBody: null;
|
|
3998
|
+
result: SubscriptionPlanOrderHistoryResponsePaginatedResponse;
|
|
3999
|
+
};
|
|
4000
|
+
};
|
|
3748
4001
|
"/billing/subscriptionplans/order/provider/{id}": {
|
|
3749
4002
|
get: {
|
|
3750
4003
|
params: {
|
|
@@ -3774,7 +4027,7 @@ export type Swagger = {
|
|
|
3774
4027
|
put: {
|
|
3775
4028
|
params: {};
|
|
3776
4029
|
requestBody: CreditDto;
|
|
3777
|
-
result:
|
|
4030
|
+
result: CreditCardUpdateResponsePaginatedResponse;
|
|
3778
4031
|
};
|
|
3779
4032
|
};
|
|
3780
4033
|
"/billing/subscriptionplans/order/cancel": {
|
|
@@ -3786,6 +4039,15 @@ export type Swagger = {
|
|
|
3786
4039
|
result: null;
|
|
3787
4040
|
};
|
|
3788
4041
|
};
|
|
4042
|
+
"/billing/subscriptionplans/order/inactive": {
|
|
4043
|
+
delete: {
|
|
4044
|
+
params: {
|
|
4045
|
+
id: number | undefined;
|
|
4046
|
+
};
|
|
4047
|
+
requestBody: null;
|
|
4048
|
+
result: null;
|
|
4049
|
+
};
|
|
4050
|
+
};
|
|
3789
4051
|
"/billing/subscriptionplans/checkout": {
|
|
3790
4052
|
post: {
|
|
3791
4053
|
params: {};
|
|
@@ -3821,6 +4083,68 @@ export type Swagger = {
|
|
|
3821
4083
|
result: null;
|
|
3822
4084
|
};
|
|
3823
4085
|
};
|
|
4086
|
+
"/billing/subscriptionplans/feature/create": {
|
|
4087
|
+
post: {
|
|
4088
|
+
params: {};
|
|
4089
|
+
requestBody: SubscriptionPlanFeatureRequest;
|
|
4090
|
+
result: null;
|
|
4091
|
+
};
|
|
4092
|
+
};
|
|
4093
|
+
"/billing/subscriptionplans/feature/paginated": {
|
|
4094
|
+
get: {
|
|
4095
|
+
params: {
|
|
4096
|
+
EntityKey: string | undefined;
|
|
4097
|
+
Search: string | undefined;
|
|
4098
|
+
CreatedFrom: string | undefined;
|
|
4099
|
+
CreatedTo: string | undefined;
|
|
4100
|
+
OrderBy: string | undefined;
|
|
4101
|
+
Include: string | undefined;
|
|
4102
|
+
page: number | undefined;
|
|
4103
|
+
pageSize: number | undefined;
|
|
4104
|
+
Filters: Record<string, string> | undefined;
|
|
4105
|
+
SourceFilters: any[] | undefined;
|
|
4106
|
+
Target: string | undefined;
|
|
4107
|
+
OnlyActives: boolean | undefined;
|
|
4108
|
+
GetIsHistory: boolean | undefined;
|
|
4109
|
+
};
|
|
4110
|
+
requestBody: null;
|
|
4111
|
+
result: SubscriptionPlanFeatureResponsePaginatedResponse;
|
|
4112
|
+
};
|
|
4113
|
+
};
|
|
4114
|
+
"/billing/subscriptionplans/feature/{id}": {
|
|
4115
|
+
get: {
|
|
4116
|
+
params: {
|
|
4117
|
+
id: number;
|
|
4118
|
+
};
|
|
4119
|
+
requestBody: null;
|
|
4120
|
+
result: SubscriptionPlanResponsePaginatedResponse;
|
|
4121
|
+
};
|
|
4122
|
+
};
|
|
4123
|
+
"/billing/subscriptionplans/feature/update": {
|
|
4124
|
+
put: {
|
|
4125
|
+
params: {
|
|
4126
|
+
id: number | undefined;
|
|
4127
|
+
};
|
|
4128
|
+
requestBody: SubscriptionPlanFeatureRequest;
|
|
4129
|
+
result: SubscriptionPlanFeatureResponse;
|
|
4130
|
+
};
|
|
4131
|
+
};
|
|
4132
|
+
"/billing/subscriptionplans/feature/delete": {
|
|
4133
|
+
delete: {
|
|
4134
|
+
params: {
|
|
4135
|
+
id: number | undefined;
|
|
4136
|
+
};
|
|
4137
|
+
requestBody: null;
|
|
4138
|
+
result: null;
|
|
4139
|
+
};
|
|
4140
|
+
};
|
|
4141
|
+
"/billing/subscriptionplans/feature/subscriptionfeatures": {
|
|
4142
|
+
get: {
|
|
4143
|
+
params: {};
|
|
4144
|
+
requestBody: null;
|
|
4145
|
+
result: PlanDto;
|
|
4146
|
+
};
|
|
4147
|
+
};
|
|
3824
4148
|
"/admin/properties/TipoCategoria/paginated": {
|
|
3825
4149
|
get: {
|
|
3826
4150
|
params: {
|
|
@@ -3836,6 +4160,7 @@ export type Swagger = {
|
|
|
3836
4160
|
SourceFilters: any[] | undefined;
|
|
3837
4161
|
Target: string | undefined;
|
|
3838
4162
|
OnlyActives: boolean | undefined;
|
|
4163
|
+
GetIsHistory: boolean | undefined;
|
|
3839
4164
|
};
|
|
3840
4165
|
requestBody: null;
|
|
3841
4166
|
result: TipoCategoriaResponsePaginatedResponse;
|
|
@@ -3884,37 +4209,82 @@ export type Swagger = {
|
|
|
3884
4209
|
get: {
|
|
3885
4210
|
params: {
|
|
3886
4211
|
Filter: string | undefined;
|
|
4212
|
+
EntityKey: string | undefined;
|
|
3887
4213
|
Search: string | undefined;
|
|
4214
|
+
CreatedFrom: string | undefined;
|
|
4215
|
+
CreatedTo: string | undefined;
|
|
4216
|
+
OrderBy: string | undefined;
|
|
4217
|
+
Include: string | undefined;
|
|
4218
|
+
page: number | undefined;
|
|
4219
|
+
pageSize: number | undefined;
|
|
4220
|
+
Filters: Record<string, string> | undefined;
|
|
4221
|
+
SourceFilters: any[] | undefined;
|
|
4222
|
+
Target: string | undefined;
|
|
4223
|
+
OnlyActives: boolean | undefined;
|
|
4224
|
+
GetIsHistory: boolean | undefined;
|
|
3888
4225
|
};
|
|
3889
4226
|
requestBody: null;
|
|
3890
4227
|
result: TripResponse[];
|
|
3891
4228
|
};
|
|
3892
4229
|
};
|
|
3893
|
-
"/Trip/{
|
|
4230
|
+
"/Trip/{guid}/delete": {
|
|
3894
4231
|
get: {
|
|
3895
4232
|
params: {
|
|
3896
|
-
|
|
4233
|
+
guid: string;
|
|
3897
4234
|
};
|
|
3898
4235
|
requestBody: null;
|
|
3899
4236
|
result: null;
|
|
3900
4237
|
};
|
|
3901
4238
|
};
|
|
3902
|
-
"/Trip/{
|
|
4239
|
+
"/Trip/{guid}": {
|
|
3903
4240
|
get: {
|
|
3904
4241
|
params: {
|
|
3905
|
-
|
|
4242
|
+
guid: string;
|
|
3906
4243
|
};
|
|
3907
4244
|
requestBody: null;
|
|
3908
4245
|
result: TripResponse;
|
|
3909
4246
|
};
|
|
4247
|
+
put: {
|
|
4248
|
+
params: {
|
|
4249
|
+
guid: string;
|
|
4250
|
+
};
|
|
4251
|
+
requestBody: TripUpdateResponse;
|
|
4252
|
+
result: TripUpdateResponseSharedApiResponse;
|
|
4253
|
+
};
|
|
3910
4254
|
};
|
|
3911
4255
|
"/Trip/favorite": {
|
|
4256
|
+
get: {
|
|
4257
|
+
params: {};
|
|
4258
|
+
requestBody: null;
|
|
4259
|
+
result: TripDetailResponse;
|
|
4260
|
+
};
|
|
3912
4261
|
post: {
|
|
3913
4262
|
params: {};
|
|
3914
4263
|
requestBody: FavoriteTripRequest;
|
|
3915
4264
|
result: FavoriteTripResponse;
|
|
3916
4265
|
};
|
|
3917
4266
|
};
|
|
4267
|
+
"/Trip/user/trips": {
|
|
4268
|
+
get: {
|
|
4269
|
+
params: {};
|
|
4270
|
+
requestBody: null;
|
|
4271
|
+
result: TripDetailResponse;
|
|
4272
|
+
};
|
|
4273
|
+
};
|
|
4274
|
+
"/Trip/public": {
|
|
4275
|
+
get: {
|
|
4276
|
+
params: {};
|
|
4277
|
+
requestBody: null;
|
|
4278
|
+
result: TripDetailResponse;
|
|
4279
|
+
};
|
|
4280
|
+
};
|
|
4281
|
+
"/Trip/list/allow-trips": {
|
|
4282
|
+
get: {
|
|
4283
|
+
params: {};
|
|
4284
|
+
requestBody: null;
|
|
4285
|
+
result: TripDetailResponse;
|
|
4286
|
+
};
|
|
4287
|
+
};
|
|
3918
4288
|
"/admin/core/Usuario/paginated": {
|
|
3919
4289
|
get: {
|
|
3920
4290
|
params: {
|
|
@@ -3930,6 +4300,7 @@ export type Swagger = {
|
|
|
3930
4300
|
SourceFilters: any[] | undefined;
|
|
3931
4301
|
Target: string | undefined;
|
|
3932
4302
|
OnlyActives: boolean | undefined;
|
|
4303
|
+
GetIsHistory: boolean | undefined;
|
|
3933
4304
|
};
|
|
3934
4305
|
requestBody: null;
|
|
3935
4306
|
result: UsuarioResponsePaginatedResponse;
|
|
@@ -4005,6 +4376,7 @@ export type Swagger = {
|
|
|
4005
4376
|
SourceFilters: any[] | undefined;
|
|
4006
4377
|
Target: string | undefined;
|
|
4007
4378
|
OnlyActives: boolean | undefined;
|
|
4379
|
+
GetIsHistory: boolean | undefined;
|
|
4008
4380
|
};
|
|
4009
4381
|
requestBody: null;
|
|
4010
4382
|
result: VideoResponsePaginatedResponse;
|
|
@@ -4146,26 +4518,6 @@ export interface ArtigoResponseSharedApiResponse {
|
|
|
4146
4518
|
message?: string;
|
|
4147
4519
|
item?: ArtigoResponse;
|
|
4148
4520
|
}
|
|
4149
|
-
export interface AsaasPayment {
|
|
4150
|
-
id?: string;
|
|
4151
|
-
status?: string;
|
|
4152
|
-
subscription?: string;
|
|
4153
|
-
customer?: string;
|
|
4154
|
-
value?: number;
|
|
4155
|
-
dueDate?: string;
|
|
4156
|
-
externalReference?: string;
|
|
4157
|
-
}
|
|
4158
|
-
export interface AsaasSubscription {
|
|
4159
|
-
id?: string;
|
|
4160
|
-
status?: string;
|
|
4161
|
-
customer?: string;
|
|
4162
|
-
externalReference?: string;
|
|
4163
|
-
}
|
|
4164
|
-
export interface AsaasWebhookEvent {
|
|
4165
|
-
event?: string;
|
|
4166
|
-
payment?: AsaasPayment;
|
|
4167
|
-
subscription?: AsaasSubscription;
|
|
4168
|
-
}
|
|
4169
4521
|
export interface Assembly {
|
|
4170
4522
|
definedTypes?: TypeInfo[];
|
|
4171
4523
|
exportedTypes?: Type[];
|
|
@@ -4597,6 +4949,11 @@ export interface CategoriaResponseSharedApiResponse {
|
|
|
4597
4949
|
message?: string;
|
|
4598
4950
|
item?: CategoriaResponse;
|
|
4599
4951
|
}
|
|
4952
|
+
export interface ChangePasswordForgotRequest {
|
|
4953
|
+
token?: string;
|
|
4954
|
+
newPassword?: string;
|
|
4955
|
+
confirmNewPassword?: string;
|
|
4956
|
+
}
|
|
4600
4957
|
export interface ChatIA {
|
|
4601
4958
|
id?: number;
|
|
4602
4959
|
usuarioId?: number;
|
|
@@ -4633,6 +4990,7 @@ export interface ChatItem {
|
|
|
4633
4990
|
data?: string;
|
|
4634
4991
|
message?: string;
|
|
4635
4992
|
image?: string;
|
|
4993
|
+
guid?: string;
|
|
4636
4994
|
}
|
|
4637
4995
|
export interface ChatListResponse {
|
|
4638
4996
|
items?: ChatItem[];
|
|
@@ -4735,11 +5093,13 @@ export interface CheckoutResponse {
|
|
|
4735
5093
|
paymentDate?: string;
|
|
4736
5094
|
billingType?: BillingType;
|
|
4737
5095
|
statusPaymentSubscription?: PaymentStatus;
|
|
5096
|
+
cardBrand?: string;
|
|
5097
|
+
cardLastDigits?: string;
|
|
4738
5098
|
}
|
|
4739
5099
|
export interface CheckoutResponseResultDto {
|
|
4740
5100
|
success?: boolean;
|
|
4741
5101
|
errors?: PayHubException[];
|
|
4742
|
-
|
|
5102
|
+
message?: string;
|
|
4743
5103
|
result?: CheckoutResponse;
|
|
4744
5104
|
}
|
|
4745
5105
|
export interface CollaboratorCreateOrUpdateRequest {
|
|
@@ -4974,6 +5334,67 @@ export interface ContactResponseSharedApiResponse {
|
|
|
4974
5334
|
message?: string;
|
|
4975
5335
|
item?: ContactResponse;
|
|
4976
5336
|
}
|
|
5337
|
+
export interface CouponPlanResponse {
|
|
5338
|
+
id?: number;
|
|
5339
|
+
name?: string;
|
|
5340
|
+
price?: number;
|
|
5341
|
+
priceWithCoupon?: number;
|
|
5342
|
+
canApplyCoupon?: boolean;
|
|
5343
|
+
message?: string;
|
|
5344
|
+
}
|
|
5345
|
+
export interface CouponPlanResponsePaginatedResponse {
|
|
5346
|
+
success?: boolean;
|
|
5347
|
+
message?: string;
|
|
5348
|
+
item?: CouponPlanResponse[];
|
|
5349
|
+
pagination?: SharedPaginatedJson;
|
|
5350
|
+
items?: CouponPlanResponse[];
|
|
5351
|
+
}
|
|
5352
|
+
export interface CouponRequest {
|
|
5353
|
+
nome?: string;
|
|
5354
|
+
codigo?: string;
|
|
5355
|
+
couponTypeId?: number;
|
|
5356
|
+
valor?: number;
|
|
5357
|
+
quantidade?: number;
|
|
5358
|
+
ativo?: boolean;
|
|
5359
|
+
dataInicio?: string;
|
|
5360
|
+
dataFim?: string;
|
|
5361
|
+
allowFullDiscount?: boolean;
|
|
5362
|
+
applyOnlyFirstPayment?: boolean;
|
|
5363
|
+
plansAccepted?: string;
|
|
5364
|
+
}
|
|
5365
|
+
export interface CouponResponse {
|
|
5366
|
+
id?: number;
|
|
5367
|
+
nome?: string;
|
|
5368
|
+
codigo?: string;
|
|
5369
|
+
ativo?: boolean;
|
|
5370
|
+
couponTypeId?: number;
|
|
5371
|
+
couponTypeName?: string;
|
|
5372
|
+
valor?: number;
|
|
5373
|
+
quantidade?: number;
|
|
5374
|
+
dataInicio?: string;
|
|
5375
|
+
dataFim?: string;
|
|
5376
|
+
allowFullDiscount?: boolean;
|
|
5377
|
+
planRestriction?: PlanRestrictionEnum;
|
|
5378
|
+
applyOnlyFirstPayment?: boolean;
|
|
5379
|
+
isPercentage?: boolean;
|
|
5380
|
+
plansAccepted?: string;
|
|
5381
|
+
}
|
|
5382
|
+
export interface CouponResponsePaginatedResponse {
|
|
5383
|
+
success?: boolean;
|
|
5384
|
+
message?: string;
|
|
5385
|
+
item?: CouponResponse[];
|
|
5386
|
+
pagination?: SharedPaginatedJson;
|
|
5387
|
+
items?: CouponResponse[];
|
|
5388
|
+
}
|
|
5389
|
+
export interface CouponResponseSharedApiResponse {
|
|
5390
|
+
success?: boolean;
|
|
5391
|
+
message?: string;
|
|
5392
|
+
item?: CouponResponse;
|
|
5393
|
+
}
|
|
5394
|
+
export interface CouponTypeResponse {
|
|
5395
|
+
id?: number;
|
|
5396
|
+
titulo?: string;
|
|
5397
|
+
}
|
|
4977
5398
|
export interface CourseModuleRequest {
|
|
4978
5399
|
id?: number;
|
|
4979
5400
|
courseId?: number;
|
|
@@ -5096,6 +5517,20 @@ export interface CreditCardInfoResponse {
|
|
|
5096
5517
|
creditCardBrand?: string;
|
|
5097
5518
|
creditCardToken?: string;
|
|
5098
5519
|
}
|
|
5520
|
+
export interface CreditCardUpdateResponse {
|
|
5521
|
+
success?: boolean;
|
|
5522
|
+
creditCardToken?: string;
|
|
5523
|
+
cardBrand?: string;
|
|
5524
|
+
cardLastDigits?: string;
|
|
5525
|
+
cardMasked?: string;
|
|
5526
|
+
}
|
|
5527
|
+
export interface CreditCardUpdateResponsePaginatedResponse {
|
|
5528
|
+
success?: boolean;
|
|
5529
|
+
message?: string;
|
|
5530
|
+
item?: CreditCardUpdateResponse[];
|
|
5531
|
+
pagination?: SharedPaginatedJson;
|
|
5532
|
+
items?: CreditCardUpdateResponse[];
|
|
5533
|
+
}
|
|
5099
5534
|
export interface CreditDto {
|
|
5100
5535
|
providerType?: ProviderType;
|
|
5101
5536
|
apiKey?: string;
|
|
@@ -5447,6 +5882,7 @@ export interface DirectoryResponse {
|
|
|
5447
5882
|
entityRelation?: Record<string, Record<string, DynamicEntityGroup>>;
|
|
5448
5883
|
blogs?: BlogResponse[];
|
|
5449
5884
|
isOnHold?: boolean;
|
|
5885
|
+
subscriptionInfo?: DirectorySubscriptionInfoResponse;
|
|
5450
5886
|
}
|
|
5451
5887
|
export interface DirectoryResponsePaginatedResponse {
|
|
5452
5888
|
success?: boolean;
|
|
@@ -5473,6 +5909,7 @@ export interface DirectorySearchRequest {
|
|
|
5473
5909
|
sourceFilters?: SharedSourceFilter[];
|
|
5474
5910
|
target?: string;
|
|
5475
5911
|
onlyActives?: boolean;
|
|
5912
|
+
getIsHistory?: boolean;
|
|
5476
5913
|
latitude?: string;
|
|
5477
5914
|
longitude?: string;
|
|
5478
5915
|
radiusKm?: string;
|
|
@@ -5489,6 +5926,14 @@ export interface DirectorySearchRequest {
|
|
|
5489
5926
|
maxRating?: number;
|
|
5490
5927
|
isOnHold?: boolean;
|
|
5491
5928
|
}
|
|
5929
|
+
export interface DirectorySubscriptionInfoResponse {
|
|
5930
|
+
isActive?: boolean;
|
|
5931
|
+
subscriptionPlanId?: number;
|
|
5932
|
+
subscriptionPlanName?: string;
|
|
5933
|
+
maxStorage?: number;
|
|
5934
|
+
subscriptionStatusName?: string;
|
|
5935
|
+
orderStatusName?: string;
|
|
5936
|
+
}
|
|
5492
5937
|
export interface DirectoryUpdateRequest {
|
|
5493
5938
|
id?: number;
|
|
5494
5939
|
ativo?: boolean;
|
|
@@ -5573,6 +6018,7 @@ export interface DriveFolderContentsResponseApiResponse {
|
|
|
5573
6018
|
export interface DriveFolderCreateRequest {
|
|
5574
6019
|
jsonContent: string;
|
|
5575
6020
|
parentFolderId?: string;
|
|
6021
|
+
ownerId?: number;
|
|
5576
6022
|
}
|
|
5577
6023
|
export interface DriveFolderResponse {
|
|
5578
6024
|
id?: number;
|
|
@@ -5659,6 +6105,7 @@ export interface EmailRequest {
|
|
|
5659
6105
|
subject?: string;
|
|
5660
6106
|
htmlContent?: string;
|
|
5661
6107
|
metadata?: Record<string, string>;
|
|
6108
|
+
clientName?: string;
|
|
5662
6109
|
}
|
|
5663
6110
|
export interface EntityRelationRequest {
|
|
5664
6111
|
entityKeySource?: string;
|
|
@@ -5858,6 +6305,10 @@ export interface FavoriteTripRequest {
|
|
|
5858
6305
|
export interface FavoriteTripResponse {
|
|
5859
6306
|
message?: string;
|
|
5860
6307
|
}
|
|
6308
|
+
export interface FeatureDto {
|
|
6309
|
+
name?: string;
|
|
6310
|
+
include?: boolean;
|
|
6311
|
+
}
|
|
5861
6312
|
export interface FeatureRequest {
|
|
5862
6313
|
id?: number;
|
|
5863
6314
|
ativo?: boolean;
|
|
@@ -5958,6 +6409,9 @@ export interface FineDto {
|
|
|
5958
6409
|
value?: number;
|
|
5959
6410
|
type?: string;
|
|
5960
6411
|
}
|
|
6412
|
+
export interface ForgotPasswordDto {
|
|
6413
|
+
email?: string;
|
|
6414
|
+
}
|
|
5961
6415
|
export interface FornecedorRequest {
|
|
5962
6416
|
id?: number;
|
|
5963
6417
|
ativo?: boolean;
|
|
@@ -6321,6 +6775,7 @@ export interface InteractionItemRequest {
|
|
|
6321
6775
|
sourceId?: number;
|
|
6322
6776
|
parentId?: number;
|
|
6323
6777
|
userId?: number;
|
|
6778
|
+
phone?: string;
|
|
6324
6779
|
isReview?: boolean;
|
|
6325
6780
|
rating?: number;
|
|
6326
6781
|
comment?: string;
|
|
@@ -6335,6 +6790,8 @@ export interface InteractionItemResponse {
|
|
|
6335
6790
|
sourceId?: number;
|
|
6336
6791
|
parentId?: number;
|
|
6337
6792
|
userId?: number;
|
|
6793
|
+
userName?: string;
|
|
6794
|
+
phone?: string;
|
|
6338
6795
|
isReview?: boolean;
|
|
6339
6796
|
rating?: number;
|
|
6340
6797
|
comment?: string;
|
|
@@ -6445,6 +6902,7 @@ export interface JobOpportunity {
|
|
|
6445
6902
|
status?: Status;
|
|
6446
6903
|
statusId?: number;
|
|
6447
6904
|
jobOpportunityXCandidato?: JobOpportunityXCandidato[];
|
|
6905
|
+
isHistory?: boolean;
|
|
6448
6906
|
}
|
|
6449
6907
|
export interface JobOpportunityRequest {
|
|
6450
6908
|
id?: number;
|
|
@@ -7173,6 +7631,21 @@ export interface OrderRequest {
|
|
|
7173
7631
|
usuarioId?: number;
|
|
7174
7632
|
items?: OrderItemDto[];
|
|
7175
7633
|
}
|
|
7634
|
+
export interface OrderResponse {
|
|
7635
|
+
id?: number;
|
|
7636
|
+
status?: string;
|
|
7637
|
+
total?: number;
|
|
7638
|
+
createdAt?: string;
|
|
7639
|
+
items?: OrderItemDto[];
|
|
7640
|
+
usuario?: UsuarioDto;
|
|
7641
|
+
}
|
|
7642
|
+
export interface OrderResponsePaginatedResponse {
|
|
7643
|
+
success?: boolean;
|
|
7644
|
+
message?: string;
|
|
7645
|
+
item?: OrderResponse[];
|
|
7646
|
+
pagination?: SharedPaginatedJson;
|
|
7647
|
+
items?: OrderResponse[];
|
|
7648
|
+
}
|
|
7176
7649
|
export interface OrderStatusEnum {
|
|
7177
7650
|
}
|
|
7178
7651
|
export interface PageDTO {
|
|
@@ -7427,6 +7900,13 @@ export interface PixTransactionResponse {
|
|
|
7427
7900
|
payload?: string;
|
|
7428
7901
|
expirationDate?: string;
|
|
7429
7902
|
}
|
|
7903
|
+
export interface PlanDto {
|
|
7904
|
+
id?: number;
|
|
7905
|
+
name?: string;
|
|
7906
|
+
features?: FeatureDto[];
|
|
7907
|
+
}
|
|
7908
|
+
export interface PlanRestrictionEnum {
|
|
7909
|
+
}
|
|
7430
7910
|
export interface PortfolioRequest {
|
|
7431
7911
|
id?: number;
|
|
7432
7912
|
ativo?: boolean;
|
|
@@ -7619,6 +8099,7 @@ export interface RelatedParams {
|
|
|
7619
8099
|
sourceFilters?: SharedSourceFilter[];
|
|
7620
8100
|
target?: TargetResponse;
|
|
7621
8101
|
onlyActives?: boolean;
|
|
8102
|
+
getIsHistory?: boolean;
|
|
7622
8103
|
source?: SourceResponse;
|
|
7623
8104
|
}
|
|
7624
8105
|
export interface RelationNodeResponse {
|
|
@@ -8084,6 +8565,7 @@ export interface SubCategoria {
|
|
|
8084
8565
|
export interface SubscriptionCheckoutRequest {
|
|
8085
8566
|
checkout?: CheckoutDto;
|
|
8086
8567
|
subscriptionPlanOrder?: SubscriptionPlanOrderRequest;
|
|
8568
|
+
couponCode?: string;
|
|
8087
8569
|
}
|
|
8088
8570
|
export interface SubscriptionPlan {
|
|
8089
8571
|
id?: number;
|
|
@@ -8093,6 +8575,7 @@ export interface SubscriptionPlan {
|
|
|
8093
8575
|
updatedAt?: string;
|
|
8094
8576
|
name?: string;
|
|
8095
8577
|
description?: string;
|
|
8578
|
+
subtitle?: string;
|
|
8096
8579
|
priceMonthly?: number;
|
|
8097
8580
|
priceYearly?: number;
|
|
8098
8581
|
trialDays?: number;
|
|
@@ -8102,6 +8585,7 @@ export interface SubscriptionPlan {
|
|
|
8102
8585
|
maxUsers?: number;
|
|
8103
8586
|
maxStorageMb?: number;
|
|
8104
8587
|
durationInDays?: number;
|
|
8588
|
+
periodType?: string;
|
|
8105
8589
|
}
|
|
8106
8590
|
export interface SubscriptionPlanDto {
|
|
8107
8591
|
id?: number;
|
|
@@ -8111,6 +8595,7 @@ export interface SubscriptionPlanDto {
|
|
|
8111
8595
|
updatedAt?: string;
|
|
8112
8596
|
name?: string;
|
|
8113
8597
|
description?: string;
|
|
8598
|
+
subtitle?: string;
|
|
8114
8599
|
priceMonthly?: number;
|
|
8115
8600
|
priceYearly?: number;
|
|
8116
8601
|
trialDays?: number;
|
|
@@ -8120,6 +8605,61 @@ export interface SubscriptionPlanDto {
|
|
|
8120
8605
|
maxUsers?: number;
|
|
8121
8606
|
maxStorageMb?: number;
|
|
8122
8607
|
}
|
|
8608
|
+
export interface SubscriptionPlanFeatureRequest {
|
|
8609
|
+
id?: number;
|
|
8610
|
+
isActive?: boolean;
|
|
8611
|
+
isDeleted?: boolean;
|
|
8612
|
+
createdAt?: string;
|
|
8613
|
+
updatedAt?: string;
|
|
8614
|
+
entityKey?: string;
|
|
8615
|
+
featureId?: number;
|
|
8616
|
+
subscriptionPlanId?: number;
|
|
8617
|
+
}
|
|
8618
|
+
export interface SubscriptionPlanFeatureResponse {
|
|
8619
|
+
id?: number;
|
|
8620
|
+
isActive?: boolean;
|
|
8621
|
+
isDeleted?: boolean;
|
|
8622
|
+
createdAt?: string;
|
|
8623
|
+
updatedAt?: string;
|
|
8624
|
+
entityKey?: string;
|
|
8625
|
+
featureId?: number;
|
|
8626
|
+
subscriptionPlanId?: number;
|
|
8627
|
+
}
|
|
8628
|
+
export interface SubscriptionPlanFeatureResponsePaginatedResponse {
|
|
8629
|
+
success?: boolean;
|
|
8630
|
+
message?: string;
|
|
8631
|
+
item?: SubscriptionPlanFeatureResponse[];
|
|
8632
|
+
pagination?: SharedPaginatedJson;
|
|
8633
|
+
items?: SubscriptionPlanFeatureResponse[];
|
|
8634
|
+
}
|
|
8635
|
+
export interface SubscriptionPlanFeatureResponseSharedApiResponse {
|
|
8636
|
+
success?: boolean;
|
|
8637
|
+
message?: string;
|
|
8638
|
+
item?: SubscriptionPlanFeatureResponse;
|
|
8639
|
+
}
|
|
8640
|
+
export interface SubscriptionPlanOrderHistoryResponse {
|
|
8641
|
+
subscriptionId?: number;
|
|
8642
|
+
subscriptionPlanId?: number;
|
|
8643
|
+
subscriptionProviderId?: string;
|
|
8644
|
+
subscriptionStatusName?: string;
|
|
8645
|
+
subscriptionCreatedAt?: string;
|
|
8646
|
+
subscriptionDueDate?: string;
|
|
8647
|
+
subscriptionExpirationDate?: string;
|
|
8648
|
+
subscriptionPaidDate?: string;
|
|
8649
|
+
lastEmailSended?: string;
|
|
8650
|
+
creditCardNumber?: string;
|
|
8651
|
+
creditCardBrand?: string;
|
|
8652
|
+
price?: number;
|
|
8653
|
+
daysRemaining?: number;
|
|
8654
|
+
couponDiscount?: number;
|
|
8655
|
+
}
|
|
8656
|
+
export interface SubscriptionPlanOrderHistoryResponsePaginatedResponse {
|
|
8657
|
+
success?: boolean;
|
|
8658
|
+
message?: string;
|
|
8659
|
+
item?: SubscriptionPlanOrderHistoryResponse[];
|
|
8660
|
+
pagination?: SharedPaginatedJson;
|
|
8661
|
+
items?: SubscriptionPlanOrderHistoryResponse[];
|
|
8662
|
+
}
|
|
8123
8663
|
export interface SubscriptionPlanOrderRequest {
|
|
8124
8664
|
id?: number;
|
|
8125
8665
|
usuarioId?: number;
|
|
@@ -8131,6 +8671,14 @@ export interface SubscriptionPlanOrderRequest {
|
|
|
8131
8671
|
createdAt?: string;
|
|
8132
8672
|
updatedAt?: string;
|
|
8133
8673
|
isActive?: boolean;
|
|
8674
|
+
creditCardBrand?: string;
|
|
8675
|
+
creditCardNumber?: string;
|
|
8676
|
+
subscriptionNextDueDate?: string;
|
|
8677
|
+
subscriptionPaidDate?: string;
|
|
8678
|
+
subscriptionExpirationDate?: string;
|
|
8679
|
+
daysRemaining?: number;
|
|
8680
|
+
couponId?: number;
|
|
8681
|
+
couponDiscount?: number;
|
|
8134
8682
|
}
|
|
8135
8683
|
export interface SubscriptionPlanOrderResponse {
|
|
8136
8684
|
id?: number;
|
|
@@ -8143,6 +8691,14 @@ export interface SubscriptionPlanOrderResponse {
|
|
|
8143
8691
|
createdAt?: string;
|
|
8144
8692
|
updatedAt?: string;
|
|
8145
8693
|
isActive?: boolean;
|
|
8694
|
+
creditCardBrand?: string;
|
|
8695
|
+
creditCardNumber?: string;
|
|
8696
|
+
subscriptionNextDueDate?: string;
|
|
8697
|
+
subscriptionPaidDate?: string;
|
|
8698
|
+
subscriptionExpirationDate?: string;
|
|
8699
|
+
daysRemaining?: number;
|
|
8700
|
+
couponId?: number;
|
|
8701
|
+
couponDiscount?: number;
|
|
8146
8702
|
subscriptionPlan?: SubscriptionPlanDto;
|
|
8147
8703
|
usuario?: UsuarioDto;
|
|
8148
8704
|
subscriptionStatusName?: string;
|
|
@@ -8163,6 +8719,7 @@ export interface SubscriptionPlanRequest {
|
|
|
8163
8719
|
updatedAt?: string;
|
|
8164
8720
|
name?: string;
|
|
8165
8721
|
description?: string;
|
|
8722
|
+
subtitle?: string;
|
|
8166
8723
|
priceMonthly?: number;
|
|
8167
8724
|
priceYearly?: number;
|
|
8168
8725
|
trialDays?: number;
|
|
@@ -8180,6 +8737,7 @@ export interface SubscriptionPlanResponse {
|
|
|
8180
8737
|
updatedAt?: string;
|
|
8181
8738
|
name?: string;
|
|
8182
8739
|
description?: string;
|
|
8740
|
+
subtitle?: string;
|
|
8183
8741
|
priceMonthly?: number;
|
|
8184
8742
|
priceYearly?: number;
|
|
8185
8743
|
trialDays?: number;
|
|
@@ -8188,6 +8746,7 @@ export interface SubscriptionPlanResponse {
|
|
|
8188
8746
|
isHighlighted?: boolean;
|
|
8189
8747
|
maxUsers?: number;
|
|
8190
8748
|
maxStorageMb?: number;
|
|
8749
|
+
features?: FeatureDto[];
|
|
8191
8750
|
}
|
|
8192
8751
|
export interface SubscriptionPlanResponsePaginatedResponse {
|
|
8193
8752
|
success?: boolean;
|
|
@@ -8307,14 +8866,36 @@ export interface TranslationDto {
|
|
|
8307
8866
|
description?: string;
|
|
8308
8867
|
linkText?: string;
|
|
8309
8868
|
}
|
|
8310
|
-
export interface
|
|
8869
|
+
export interface TripDetailResponse {
|
|
8311
8870
|
id?: number;
|
|
8871
|
+
title?: string;
|
|
8872
|
+
thumbnail?: string;
|
|
8873
|
+
description?: string;
|
|
8874
|
+
map?: string;
|
|
8875
|
+
guid?: string;
|
|
8876
|
+
isOwner?: boolean;
|
|
8877
|
+
isBookmarked?: boolean;
|
|
8312
8878
|
}
|
|
8313
8879
|
export interface TripResponse {
|
|
8314
8880
|
id?: number;
|
|
8315
8881
|
title?: string;
|
|
8316
8882
|
thumbnail?: string;
|
|
8317
8883
|
isBookmarked?: boolean;
|
|
8884
|
+
guid?: string;
|
|
8885
|
+
description?: string;
|
|
8886
|
+
map?: string;
|
|
8887
|
+
isHighlighted?: boolean;
|
|
8888
|
+
}
|
|
8889
|
+
export interface TripUpdateResponse {
|
|
8890
|
+
map?: string;
|
|
8891
|
+
title?: string;
|
|
8892
|
+
description?: string;
|
|
8893
|
+
isHighlighted?: boolean;
|
|
8894
|
+
}
|
|
8895
|
+
export interface TripUpdateResponseSharedApiResponse {
|
|
8896
|
+
success?: boolean;
|
|
8897
|
+
message?: string;
|
|
8898
|
+
item?: TripUpdateResponse;
|
|
8318
8899
|
}
|
|
8319
8900
|
export interface Type {
|
|
8320
8901
|
name?: string;
|
|
@@ -8495,6 +9076,7 @@ export interface UpdateAccountResponse {
|
|
|
8495
9076
|
imagem?: string;
|
|
8496
9077
|
phone?: string;
|
|
8497
9078
|
dataNascimento?: string;
|
|
9079
|
+
address?: AddressResponse;
|
|
8498
9080
|
genero?: string;
|
|
8499
9081
|
logradouro?: string;
|
|
8500
9082
|
cep?: string;
|
|
@@ -8596,6 +9178,7 @@ export interface Usuario {
|
|
|
8596
9178
|
userClaims?: UserClaim[];
|
|
8597
9179
|
guid?: string;
|
|
8598
9180
|
token?: string;
|
|
9181
|
+
tokenIsExpired?: boolean;
|
|
8599
9182
|
dataNascimento?: string;
|
|
8600
9183
|
genero?: string;
|
|
8601
9184
|
logradouro?: string;
|