infinity-forge 8.9.1 → 8.9.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client/client.d.ts +15 -0
- package/dist/client/client.js +10 -0
- package/dist/client/client.js.map +1 -0
- package/dist/client/generate.d.ts +1 -0
- package/dist/client/generate.js +13 -0
- package/dist/client/generate.js.map +1 -0
- package/dist/client/index.d.ts +1 -0
- package/dist/client/index.js +18 -0
- package/dist/client/index.js.map +1 -0
- package/dist/client/swagger_client.d.ts +4886 -0
- package/dist/client/swagger_client.js +3 -0
- package/dist/client/swagger_client.js.map +1 -0
- package/dist/codie_panel/atena_codie_panel_keys/hooks/index.d.ts +1 -0
- package/dist/codie_panel/atena_codie_panel_keys/hooks/index.js +18 -0
- package/dist/codie_panel/atena_codie_panel_keys/hooks/index.js.map +1 -0
- package/dist/codie_panel/atena_codie_panel_keys/hooks/use-panel-configurations.d.ts +5 -0
- package/dist/codie_panel/atena_codie_panel_keys/hooks/use-panel-configurations.js +10 -0
- package/dist/codie_panel/atena_codie_panel_keys/hooks/use-panel-configurations.js.map +1 -0
- package/dist/codie_panel/atena_codie_panel_keys/index.d.ts +2 -0
- package/dist/codie_panel/atena_codie_panel_keys/index.js +19 -0
- package/dist/codie_panel/atena_codie_panel_keys/index.js.map +1 -0
- package/dist/codie_panel/atena_codie_panel_keys/keys.d.ts +12 -0
- package/dist/codie_panel/atena_codie_panel_keys/keys.js +36 -0
- package/dist/codie_panel/atena_codie_panel_keys/keys.js.map +1 -0
- package/dist/codie_panel/hooks/use-panel-configurations.d.ts +5 -0
- package/dist/codie_panel/hooks/use-panel-configurations.js +7 -0
- package/dist/codie_panel/hooks/use-panel-configurations.js.map +1 -0
- package/dist/codie_panel/index.d.ts +3 -0
- package/dist/codie_panel/index.js +20 -0
- package/dist/codie_panel/index.js.map +1 -0
- package/dist/codie_panel/pages/configurations/components/index.d.ts +1 -0
- package/dist/codie_panel/pages/configurations/components/index.js +18 -0
- package/dist/codie_panel/pages/configurations/components/index.js.map +1 -0
- package/dist/codie_panel/pages/configurations/components/menu-card/index.d.ts +1 -0
- package/dist/codie_panel/pages/configurations/components/menu-card/index.js +8 -0
- package/dist/codie_panel/pages/configurations/components/menu-card/index.js.map +1 -0
- package/dist/codie_panel/pages/configurations/index.d.ts +1 -0
- package/dist/codie_panel/pages/configurations/index.js +18 -0
- package/dist/codie_panel/pages/configurations/index.js.map +1 -0
- package/dist/codie_panel/pages/configurations/page.d.ts +1 -0
- package/dist/codie_panel/pages/configurations/page.js +15 -0
- package/dist/codie_panel/pages/configurations/page.js.map +1 -0
- package/dist/codie_panel/pages/index.d.ts +2 -0
- package/dist/codie_panel/pages/index.js +19 -0
- package/dist/codie_panel/pages/index.js.map +1 -0
- package/dist/codie_panel/pages/menu/components/index.d.ts +1 -0
- package/dist/codie_panel/pages/menu/components/index.js +18 -0
- package/dist/codie_panel/pages/menu/components/index.js.map +1 -0
- package/dist/codie_panel/pages/menu/components/menu-card/index.d.ts +1 -0
- package/dist/codie_panel/pages/menu/components/menu-card/index.js +8 -0
- package/dist/codie_panel/pages/menu/components/menu-card/index.js.map +1 -0
- package/dist/codie_panel/pages/menu/index.d.ts +1 -0
- package/dist/codie_panel/pages/menu/index.js +18 -0
- package/dist/codie_panel/pages/menu/index.js.map +1 -0
- package/dist/codie_panel/pages/menu/page.d.ts +1 -0
- package/dist/codie_panel/pages/menu/page.js +16 -0
- package/dist/codie_panel/pages/menu/page.js.map +1 -0
- package/dist/codie_panel/panel_configurations/index.d.ts +1 -0
- package/dist/codie_panel/panel_configurations/index.js +3 -0
- package/dist/codie_panel/panel_configurations/index.js.map +1 -0
- package/dist/index.d.ts +4 -0
- package/dist/index.js +21 -0
- package/dist/index.js.map +1 -0
- package/dist/system/components/data/avatar/index.d.ts +5 -0
- package/dist/system/components/data/avatar/index.js +68 -0
- package/dist/system/components/data/avatar/index.js.map +1 -0
- package/dist/system/components/data/avatar/styles.d.ts +1 -0
- package/dist/system/components/data/avatar/styles.js +14 -0
- package/dist/system/components/data/avatar/styles.js.map +1 -0
- package/dist/system/components/data/buttons/index.d.ts +1 -0
- package/dist/system/components/data/buttons/index.js +18 -0
- package/dist/system/components/data/buttons/index.js.map +1 -0
- package/dist/system/components/data/buttons/sidebar-button/index.d.ts +1 -0
- package/dist/system/components/data/buttons/sidebar-button/index.js +43 -0
- package/dist/system/components/data/buttons/sidebar-button/index.js.map +1 -0
- package/dist/system/components/data/buttons/sidebar-button/styles.d.ts +1 -0
- package/dist/system/components/data/buttons/sidebar-button/styles.js +14 -0
- package/dist/system/components/data/buttons/sidebar-button/styles.js.map +1 -0
- package/dist/system/components/data/chat/card-message/index.d.ts +4 -0
- package/dist/system/components/data/chat/card-message/index.js +45 -0
- package/dist/system/components/data/chat/card-message/index.js.map +1 -0
- package/dist/system/components/data/chat/card-message/styles.d.ts +1 -0
- package/dist/system/components/data/chat/card-message/styles.js +14 -0
- package/dist/system/components/data/chat/card-message/styles.js.map +1 -0
- package/dist/system/components/data/chat/index.d.ts +2 -0
- package/dist/system/components/data/chat/index.js +47 -0
- package/dist/system/components/data/chat/index.js.map +1 -0
- package/dist/system/components/data/chat/interfaces.d.ts +16 -0
- package/dist/system/components/data/chat/interfaces.js +3 -0
- package/dist/system/components/data/chat/interfaces.js.map +1 -0
- package/dist/system/components/data/chat/loader/index.d.ts +1 -0
- package/dist/system/components/data/chat/loader/index.js +9 -0
- package/dist/system/components/data/chat/loader/index.js.map +1 -0
- package/dist/system/components/data/chat/schema.d.ts +4 -0
- package/dist/system/components/data/chat/schema.js +39 -0
- package/dist/system/components/data/chat/schema.js.map +1 -0
- package/dist/system/components/data/chat/styles.d.ts +1 -0
- package/dist/system/components/data/chat/styles.js +14 -0
- package/dist/system/components/data/chat/styles.js.map +1 -0
- package/dist/system/components/data/detail-card/component.d.ts +2 -0
- package/dist/system/components/data/detail-card/component.js +51 -0
- package/dist/system/components/data/detail-card/component.js.map +1 -0
- package/dist/system/components/data/detail-card/index.d.ts +2 -0
- package/dist/system/components/data/detail-card/index.js +19 -0
- package/dist/system/components/data/detail-card/index.js.map +1 -0
- package/dist/system/components/data/detail-card/interfaces.d.ts +19 -0
- package/dist/system/components/data/detail-card/interfaces.js +3 -0
- package/dist/system/components/data/detail-card/interfaces.js.map +1 -0
- package/dist/system/components/data/detail-card/styles.d.ts +1 -0
- package/dist/system/components/data/detail-card/styles.js +14 -0
- package/dist/system/components/data/detail-card/styles.js.map +1 -0
- package/dist/system/components/data/highlight-icon/index.d.ts +2 -0
- package/dist/system/components/data/highlight-icon/index.js +45 -0
- package/dist/system/components/data/highlight-icon/index.js.map +1 -0
- package/dist/system/components/data/highlight-icon/interfaces.d.ts +8 -0
- package/dist/system/components/data/highlight-icon/interfaces.js +3 -0
- package/dist/system/components/data/highlight-icon/interfaces.js.map +1 -0
- package/dist/system/components/data/highlight-icon/styles.d.ts +3 -0
- package/dist/system/components/data/highlight-icon/styles.js +14 -0
- package/dist/system/components/data/highlight-icon/styles.js.map +1 -0
- package/dist/system/components/data/highlight-text/index.d.ts +2 -0
- package/dist/system/components/data/highlight-text/index.js +48 -0
- package/dist/system/components/data/highlight-text/index.js.map +1 -0
- package/dist/system/components/data/highlight-text/interfaces.d.ts +4 -0
- package/dist/system/components/data/highlight-text/interfaces.js +3 -0
- package/dist/system/components/data/highlight-text/interfaces.js.map +1 -0
- package/dist/system/components/data/highlight-text/styles.d.ts +3 -0
- package/dist/system/components/data/highlight-text/styles.js +15 -0
- package/dist/system/components/data/highlight-text/styles.js.map +1 -0
- package/dist/system/components/data/index.d.ts +14 -0
- package/dist/system/components/data/index.js +31 -0
- package/dist/system/components/data/index.js.map +1 -0
- package/dist/system/components/data/input-search/index.d.ts +2 -0
- package/dist/system/components/data/input-search/index.js +47 -0
- package/dist/system/components/data/input-search/index.js.map +1 -0
- package/dist/system/components/data/input-search/interfaces.d.ts +3 -0
- package/dist/system/components/data/input-search/interfaces.js +3 -0
- package/dist/system/components/data/input-search/interfaces.js.map +1 -0
- package/dist/system/components/data/input-search/styles.d.ts +1 -0
- package/dist/system/components/data/input-search/styles.js +14 -0
- package/dist/system/components/data/input-search/styles.js.map +1 -0
- package/dist/system/components/data/menu/component.d.ts +1 -0
- package/dist/system/components/data/menu/component.js +15 -0
- package/dist/system/components/data/menu/component.js.map +1 -0
- package/dist/system/components/data/menu/components/index.d.ts +1 -0
- package/dist/system/components/data/menu/components/index.js +18 -0
- package/dist/system/components/data/menu/components/index.js.map +1 -0
- package/dist/system/components/data/menu/components/menu-item/index.d.ts +4 -0
- package/dist/system/components/data/menu/components/menu-item/index.js +99 -0
- package/dist/system/components/data/menu/components/menu-item/index.js.map +1 -0
- package/dist/system/components/data/menu/index.d.ts +2 -0
- package/dist/system/components/data/menu/index.js +19 -0
- package/dist/system/components/data/menu/index.js.map +1 -0
- package/dist/system/components/data/menu/mock.d.ts +3 -0
- package/dist/system/components/data/menu/mock.js +196 -0
- package/dist/system/components/data/menu/mock.js.map +1 -0
- package/dist/system/components/data/menu/modes/collapsed-menu/index.d.ts +1 -0
- package/dist/system/components/data/menu/modes/collapsed-menu/index.js +51 -0
- package/dist/system/components/data/menu/modes/collapsed-menu/index.js.map +1 -0
- package/dist/system/components/data/menu/modes/collapsed-menu/styles.d.ts +1 -0
- package/dist/system/components/data/menu/modes/collapsed-menu/styles.js +15 -0
- package/dist/system/components/data/menu/modes/collapsed-menu/styles.js.map +1 -0
- package/dist/system/components/data/menu/modes/index.d.ts +2 -0
- package/dist/system/components/data/menu/modes/index.js +19 -0
- package/dist/system/components/data/menu/modes/index.js.map +1 -0
- package/dist/system/components/data/menu/modes/opened/index.d.ts +2 -0
- package/dist/system/components/data/menu/modes/opened/index.js +61 -0
- package/dist/system/components/data/menu/modes/opened/index.js.map +1 -0
- package/dist/system/components/data/menu/modes/opened/styles.d.ts +1 -0
- package/dist/system/components/data/menu/modes/opened/styles.js +15 -0
- package/dist/system/components/data/menu/modes/opened/styles.js.map +1 -0
- package/dist/system/components/data/menu/styles.d.ts +5 -0
- package/dist/system/components/data/menu/styles.js +16 -0
- package/dist/system/components/data/menu/styles.js.map +1 -0
- package/dist/system/components/data/notifications/card/index.d.ts +2 -0
- package/dist/system/components/data/notifications/card/index.js +44 -0
- package/dist/system/components/data/notifications/card/index.js.map +1 -0
- package/dist/system/components/data/notifications/card/styles.d.ts +1 -0
- package/dist/system/components/data/notifications/card/styles.js +14 -0
- package/dist/system/components/data/notifications/card/styles.js.map +1 -0
- package/dist/system/components/data/notifications/content-notification/index.d.ts +6 -0
- package/dist/system/components/data/notifications/content-notification/index.js +26 -0
- package/dist/system/components/data/notifications/content-notification/index.js.map +1 -0
- package/dist/system/components/data/notifications/index.d.ts +10 -0
- package/dist/system/components/data/notifications/index.js +82 -0
- package/dist/system/components/data/notifications/index.js.map +1 -0
- package/dist/system/components/data/notifications/interfaces.d.ts +3 -0
- package/dist/system/components/data/notifications/interfaces.js +3 -0
- package/dist/system/components/data/notifications/interfaces.js.map +1 -0
- package/dist/system/components/data/notifications/read-notifications/index.d.ts +4 -0
- package/dist/system/components/data/notifications/read-notifications/index.js +74 -0
- package/dist/system/components/data/notifications/read-notifications/index.js.map +1 -0
- package/dist/system/components/data/notifications/styles.d.ts +2 -0
- package/dist/system/components/data/notifications/styles.js +15 -0
- package/dist/system/components/data/notifications/styles.js.map +1 -0
- package/dist/system/components/data/page-wrapper/index.d.ts +2 -0
- package/dist/system/components/data/page-wrapper/index.js +44 -0
- package/dist/system/components/data/page-wrapper/index.js.map +1 -0
- package/dist/system/components/data/page-wrapper/interfaces.d.ts +7 -0
- package/dist/system/components/data/page-wrapper/interfaces.js +3 -0
- package/dist/system/components/data/page-wrapper/interfaces.js.map +1 -0
- package/dist/system/components/data/page-wrapper/styles.d.ts +1 -0
- package/dist/system/components/data/page-wrapper/styles.js +14 -0
- package/dist/system/components/data/page-wrapper/styles.js.map +1 -0
- package/dist/system/components/data/popover/index.d.ts +2 -0
- package/dist/system/components/data/popover/index.js +9 -0
- package/dist/system/components/data/popover/index.js.map +1 -0
- package/dist/system/components/data/popover/interfaces.d.ts +7 -0
- package/dist/system/components/data/popover/interfaces.js +3 -0
- package/dist/system/components/data/popover/interfaces.js.map +1 -0
- package/dist/system/components/data/profile-infos/index.d.ts +2 -0
- package/dist/system/components/data/profile-infos/index.js +57 -0
- package/dist/system/components/data/profile-infos/index.js.map +1 -0
- package/dist/system/components/data/profile-infos/interfaces.d.ts +6 -0
- package/dist/system/components/data/profile-infos/interfaces.js +3 -0
- package/dist/system/components/data/profile-infos/interfaces.js.map +1 -0
- package/dist/system/components/data/profile-infos/profile/index.d.ts +2 -0
- package/dist/system/components/data/profile-infos/profile/index.js +45 -0
- package/dist/system/components/data/profile-infos/profile/index.js.map +1 -0
- package/dist/system/components/data/profile-infos/profile/interfaces.d.ts +10 -0
- package/dist/system/components/data/profile-infos/profile/interfaces.js +3 -0
- package/dist/system/components/data/profile-infos/profile/interfaces.js.map +1 -0
- package/dist/system/components/data/profile-infos/profile/styles.d.ts +1 -0
- package/dist/system/components/data/profile-infos/profile/styles.js +14 -0
- package/dist/system/components/data/profile-infos/profile/styles.js.map +1 -0
- package/dist/system/components/data/profile-infos/styles.d.ts +1 -0
- package/dist/system/components/data/profile-infos/styles.js +14 -0
- package/dist/system/components/data/profile-infos/styles.js.map +1 -0
- package/dist/system/components/data/select-workspace/component.d.ts +4 -0
- package/dist/system/components/data/select-workspace/component.js +78 -0
- package/dist/system/components/data/select-workspace/component.js.map +1 -0
- package/dist/system/components/data/select-workspace/custom-styles.d.ts +2 -0
- package/dist/system/components/data/select-workspace/custom-styles.js +27 -0
- package/dist/system/components/data/select-workspace/custom-styles.js.map +1 -0
- package/dist/system/components/data/select-workspace/index.d.ts +3 -0
- package/dist/system/components/data/select-workspace/index.js +20 -0
- package/dist/system/components/data/select-workspace/index.js.map +1 -0
- package/dist/system/components/data/select-workspace/interfaces.d.ts +13 -0
- package/dist/system/components/data/select-workspace/interfaces.js +3 -0
- package/dist/system/components/data/select-workspace/interfaces.js.map +1 -0
- package/dist/system/components/data/select-workspace/styles.d.ts +4 -0
- package/dist/system/components/data/select-workspace/styles.js +15 -0
- package/dist/system/components/data/select-workspace/styles.js.map +1 -0
- package/dist/system/components/data/tab/component.d.ts +2 -0
- package/dist/system/components/data/tab/component.js +84 -0
- package/dist/system/components/data/tab/component.js.map +1 -0
- package/dist/system/components/data/tab/index.d.ts +2 -0
- package/dist/system/components/data/tab/index.js +19 -0
- package/dist/system/components/data/tab/index.js.map +1 -0
- package/dist/system/components/data/tab/interfaces.d.ts +31 -0
- package/dist/system/components/data/tab/interfaces.js +3 -0
- package/dist/system/components/data/tab/interfaces.js.map +1 -0
- package/dist/system/components/data/tab/styles.d.ts +1 -0
- package/dist/system/components/data/tab/styles.js +14 -0
- package/dist/system/components/data/tab/styles.js.map +1 -0
- package/dist/system/components/data/tab/tab-item/index.d.ts +6 -0
- package/dist/system/components/data/tab/tab-item/index.js +55 -0
- package/dist/system/components/data/tab/tab-item/index.js.map +1 -0
- package/dist/system/components/data/tab/tab-item/styles.d.ts +5 -0
- package/dist/system/components/data/tab/tab-item/styles.js +26 -0
- package/dist/system/components/data/tab/tab-item/styles.js.map +1 -0
- package/dist/system/components/index.d.ts +2 -0
- package/dist/system/components/index.js +19 -0
- package/dist/system/components/index.js.map +1 -0
- package/dist/system/components/layout/component.d.ts +2 -0
- package/dist/system/components/layout/component.js +55 -0
- package/dist/system/components/layout/component.js.map +1 -0
- package/dist/system/components/layout/header/components/index.d.ts +3 -0
- package/dist/system/components/layout/header/components/index.js +20 -0
- package/dist/system/components/layout/header/components/index.js.map +1 -0
- package/dist/system/components/layout/header/components/logo/index.d.ts +4 -0
- package/dist/system/components/layout/header/components/logo/index.js +17 -0
- package/dist/system/components/layout/header/components/logo/index.js.map +1 -0
- package/dist/system/components/layout/header/components/menu-right/component.d.ts +2 -0
- package/dist/system/components/layout/header/components/menu-right/component.js +55 -0
- package/dist/system/components/layout/header/components/menu-right/component.js.map +1 -0
- package/dist/system/components/layout/header/components/menu-right/index.d.ts +3 -0
- package/dist/system/components/layout/header/components/menu-right/index.js +20 -0
- package/dist/system/components/layout/header/components/menu-right/index.js.map +1 -0
- package/dist/system/components/layout/header/components/menu-right/messages/content/card/index.d.ts +2 -0
- package/dist/system/components/layout/header/components/menu-right/messages/content/card/index.js +56 -0
- package/dist/system/components/layout/header/components/menu-right/messages/content/card/index.js.map +1 -0
- package/dist/system/components/layout/header/components/menu-right/messages/content/card/interfaces.d.ts +11 -0
- package/dist/system/components/layout/header/components/menu-right/messages/content/card/interfaces.js +3 -0
- package/dist/system/components/layout/header/components/menu-right/messages/content/card/interfaces.js.map +1 -0
- package/dist/system/components/layout/header/components/menu-right/messages/content/card/styles.d.ts +1 -0
- package/dist/system/components/layout/header/components/menu-right/messages/content/card/styles.js +14 -0
- package/dist/system/components/layout/header/components/menu-right/messages/content/card/styles.js.map +1 -0
- package/dist/system/components/layout/header/components/menu-right/messages/content/index.d.ts +1 -0
- package/dist/system/components/layout/header/components/menu-right/messages/content/index.js +101 -0
- package/dist/system/components/layout/header/components/menu-right/messages/content/index.js.map +1 -0
- package/dist/system/components/layout/header/components/menu-right/messages/content/interfaces.d.ts +6 -0
- package/dist/system/components/layout/header/components/menu-right/messages/content/interfaces.js +3 -0
- package/dist/system/components/layout/header/components/menu-right/messages/content/interfaces.js.map +1 -0
- package/dist/system/components/layout/header/components/menu-right/messages/content/styles.d.ts +1 -0
- package/dist/system/components/layout/header/components/menu-right/messages/content/styles.js +14 -0
- package/dist/system/components/layout/header/components/menu-right/messages/content/styles.js.map +1 -0
- package/dist/system/components/layout/header/components/menu-right/messages/index.d.ts +1 -0
- package/dist/system/components/layout/header/components/menu-right/messages/index.js +45 -0
- package/dist/system/components/layout/header/components/menu-right/messages/index.js.map +1 -0
- package/dist/system/components/layout/header/components/menu-right/messages/styles.d.ts +1 -0
- package/dist/system/components/layout/header/components/menu-right/messages/styles.js +14 -0
- package/dist/system/components/layout/header/components/menu-right/messages/styles.js.map +1 -0
- package/dist/system/components/layout/header/components/menu-right/profile/content/index.d.ts +2 -0
- package/dist/system/components/layout/header/components/menu-right/profile/content/index.js +46 -0
- package/dist/system/components/layout/header/components/menu-right/profile/content/index.js.map +1 -0
- package/dist/system/components/layout/header/components/menu-right/profile/content/styles.d.ts +1 -0
- package/dist/system/components/layout/header/components/menu-right/profile/content/styles.js +14 -0
- package/dist/system/components/layout/header/components/menu-right/profile/content/styles.js.map +1 -0
- package/dist/system/components/layout/header/components/menu-right/profile/index.d.ts +2 -0
- package/dist/system/components/layout/header/components/menu-right/profile/index.js +58 -0
- package/dist/system/components/layout/header/components/menu-right/profile/index.js.map +1 -0
- package/dist/system/components/layout/header/components/menu-right/profile/styles.d.ts +1 -0
- package/dist/system/components/layout/header/components/menu-right/profile/styles.js +14 -0
- package/dist/system/components/layout/header/components/menu-right/profile/styles.js.map +1 -0
- package/dist/system/components/layout/header/components/menu-right/styles.d.ts +2 -0
- package/dist/system/components/layout/header/components/menu-right/styles.js +15 -0
- package/dist/system/components/layout/header/components/menu-right/styles.js.map +1 -0
- package/dist/system/components/layout/header/components/search-modal/index.d.ts +2 -0
- package/dist/system/components/layout/header/components/search-modal/index.js +60 -0
- package/dist/system/components/layout/header/components/search-modal/index.js.map +1 -0
- package/dist/system/components/layout/header/components/search-modal/search-list/index.d.ts +2 -0
- package/dist/system/components/layout/header/components/search-modal/search-list/index.js +72 -0
- package/dist/system/components/layout/header/components/search-modal/search-list/index.js.map +1 -0
- package/dist/system/components/layout/header/components/search-modal/search-list/search-menu-item/index.d.ts +5 -0
- package/dist/system/components/layout/header/components/search-modal/search-list/search-menu-item/index.js +17 -0
- package/dist/system/components/layout/header/components/search-modal/search-list/search-menu-item/index.js.map +1 -0
- package/dist/system/components/layout/header/components/search-modal/search-list/styles.d.ts +1 -0
- package/dist/system/components/layout/header/components/search-modal/search-list/styles.js +14 -0
- package/dist/system/components/layout/header/components/search-modal/search-list/styles.js.map +1 -0
- package/dist/system/components/layout/header/components/search-modal/styles.d.ts +1 -0
- package/dist/system/components/layout/header/components/search-modal/styles.js +14 -0
- package/dist/system/components/layout/header/components/search-modal/styles.js.map +1 -0
- package/dist/system/components/layout/header/components/search-modal/trigger/index.d.ts +1 -0
- package/dist/system/components/layout/header/components/search-modal/trigger/index.js +54 -0
- package/dist/system/components/layout/header/components/search-modal/trigger/index.js.map +1 -0
- package/dist/system/components/layout/header/components/search-modal/trigger/styles.d.ts +1 -0
- package/dist/system/components/layout/header/components/search-modal/trigger/styles.js +14 -0
- package/dist/system/components/layout/header/components/search-modal/trigger/styles.js.map +1 -0
- package/dist/system/components/layout/header/index.d.ts +2 -0
- package/dist/system/components/layout/header/index.js +24 -0
- package/dist/system/components/layout/header/index.js.map +1 -0
- package/dist/system/components/layout/header/version-01/index.d.ts +2 -0
- package/dist/system/components/layout/header/version-01/index.js +60 -0
- package/dist/system/components/layout/header/version-01/index.js.map +1 -0
- package/dist/system/components/layout/header/version-01/styles.d.ts +4 -0
- package/dist/system/components/layout/header/version-01/styles.js +17 -0
- package/dist/system/components/layout/header/version-01/styles.js.map +1 -0
- package/dist/system/components/layout/index.d.ts +5 -0
- package/dist/system/components/layout/index.js +22 -0
- package/dist/system/components/layout/index.js.map +1 -0
- package/dist/system/components/layout/interfaces.d.ts +26 -0
- package/dist/system/components/layout/interfaces.js +3 -0
- package/dist/system/components/layout/interfaces.js.map +1 -0
- package/dist/system/components/layout/styles.d.ts +3 -0
- package/dist/system/components/layout/styles.js +14 -0
- package/dist/system/components/layout/styles.js.map +1 -0
- package/dist/system/context/auth/components/index.d.ts +2 -0
- package/dist/system/context/auth/components/index.js +19 -0
- package/dist/system/context/auth/components/index.js.map +1 -0
- package/dist/system/context/auth/components/login/form-login/index.d.ts +1 -0
- package/dist/system/context/auth/components/login/form-login/index.js +11 -0
- package/dist/system/context/auth/components/login/form-login/index.js.map +1 -0
- package/dist/system/context/auth/components/login/index.d.ts +1 -0
- package/dist/system/context/auth/components/login/index.js +47 -0
- package/dist/system/context/auth/components/login/index.js.map +1 -0
- package/dist/system/context/auth/components/login/styles.d.ts +1 -0
- package/dist/system/context/auth/components/login/styles.js +14 -0
- package/dist/system/context/auth/components/login/styles.js.map +1 -0
- package/dist/system/context/auth/components/private-page/index.d.ts +2 -0
- package/dist/system/context/auth/components/private-page/index.js +129 -0
- package/dist/system/context/auth/components/private-page/index.js.map +1 -0
- package/dist/system/context/auth/components/private-page/interfaces.d.ts +6 -0
- package/dist/system/context/auth/components/private-page/interfaces.js +3 -0
- package/dist/system/context/auth/components/private-page/interfaces.js.map +1 -0
- package/dist/system/context/auth/context.d.ts +15 -0
- package/dist/system/context/auth/context.js +239 -0
- package/dist/system/context/auth/context.js.map +1 -0
- package/dist/system/context/auth/index.d.ts +3 -0
- package/dist/system/context/auth/index.js +20 -0
- package/dist/system/context/auth/index.js.map +1 -0
- package/dist/system/context/auth/interfaces.d.ts +62 -0
- package/dist/system/context/auth/interfaces.js +3 -0
- package/dist/system/context/auth/interfaces.js.map +1 -0
- package/dist/system/context/container.d.ts +19 -0
- package/dist/system/context/container.js +40 -0
- package/dist/system/context/container.js.map +1 -0
- package/dist/system/context/index.d.ts +5 -0
- package/dist/system/context/index.js +22 -0
- package/dist/system/context/index.js.map +1 -0
- package/dist/system/context/infra-injection/context.d.ts +7 -0
- package/dist/system/context/infra-injection/context.js +14 -0
- package/dist/system/context/infra-injection/context.js.map +1 -0
- package/dist/system/context/infra-injection/index.d.ts +2 -0
- package/dist/system/context/infra-injection/index.js +19 -0
- package/dist/system/context/infra-injection/index.js.map +1 -0
- package/dist/system/context/infra-injection/interfaces.d.ts +47 -0
- package/dist/system/context/infra-injection/interfaces.js +3 -0
- package/dist/system/context/infra-injection/interfaces.js.map +1 -0
- package/dist/system/context/menu/context.d.ts +4 -0
- package/dist/system/context/menu/context.js +25 -0
- package/dist/system/context/menu/context.js.map +1 -0
- package/dist/system/context/menu/index.d.ts +2 -0
- package/dist/system/context/menu/index.js +19 -0
- package/dist/system/context/menu/index.js.map +1 -0
- package/dist/system/context/menu/interfaces.d.ts +14 -0
- package/dist/system/context/menu/interfaces.js +3 -0
- package/dist/system/context/menu/interfaces.js.map +1 -0
- package/dist/system/context/theme/context.d.ts +13 -0
- package/dist/system/context/theme/context.js +31 -0
- package/dist/system/context/theme/context.js.map +1 -0
- package/dist/system/context/theme/index.d.ts +1 -0
- package/dist/system/context/theme/index.js +18 -0
- package/dist/system/context/theme/index.js.map +1 -0
- package/dist/system/hooks/index.d.ts +4 -0
- package/dist/system/hooks/index.js +21 -0
- package/dist/system/hooks/index.js.map +1 -0
- package/dist/system/hooks/locales/ibge/index.d.ts +1 -0
- package/dist/system/hooks/locales/ibge/index.js +18 -0
- package/dist/system/hooks/locales/ibge/index.js.map +1 -0
- package/dist/system/hooks/locales/ibge/use-load-cities-by-uf/hook.d.ts +8 -0
- package/dist/system/hooks/locales/ibge/use-load-cities-by-uf/hook.js +67 -0
- package/dist/system/hooks/locales/ibge/use-load-cities-by-uf/hook.js.map +1 -0
- package/dist/system/hooks/locales/ibge/use-load-cities-by-uf/index.d.ts +2 -0
- package/dist/system/hooks/locales/ibge/use-load-cities-by-uf/index.js +19 -0
- package/dist/system/hooks/locales/ibge/use-load-cities-by-uf/index.js.map +1 -0
- package/dist/system/hooks/locales/ibge/use-load-cities-by-uf/interfaces.d.ts +40 -0
- package/dist/system/hooks/locales/ibge/use-load-cities-by-uf/interfaces.js +3 -0
- package/dist/system/hooks/locales/ibge/use-load-cities-by-uf/interfaces.js.map +1 -0
- package/dist/system/hooks/locales/index.d.ts +2 -0
- package/dist/system/hooks/locales/index.js +19 -0
- package/dist/system/hooks/locales/index.js.map +1 -0
- package/dist/system/hooks/locales/use-load-cities/index.d.ts +4 -0
- package/dist/system/hooks/locales/use-load-cities/index.js +12 -0
- package/dist/system/hooks/locales/use-load-cities/index.js.map +1 -0
- package/dist/system/hooks/menu/index.d.ts +1 -0
- package/dist/system/hooks/menu/index.js +18 -0
- package/dist/system/hooks/menu/index.js.map +1 -0
- package/dist/system/hooks/menu/use-load-menu.d.ts +11 -0
- package/dist/system/hooks/menu/use-load-menu.js +76 -0
- package/dist/system/hooks/menu/use-load-menu.js.map +1 -0
- package/dist/system/hooks/notifications/index.d.ts +2 -0
- package/dist/system/hooks/notifications/index.js +19 -0
- package/dist/system/hooks/notifications/index.js.map +1 -0
- package/dist/system/hooks/notifications/use-load-all/index.d.ts +2 -0
- package/dist/system/hooks/notifications/use-load-all/index.js +80 -0
- package/dist/system/hooks/notifications/use-load-all/index.js.map +1 -0
- package/dist/system/hooks/notifications/use-load-no-read/index.d.ts +3 -0
- package/dist/system/hooks/notifications/use-load-no-read/index.js +63 -0
- package/dist/system/hooks/notifications/use-load-no-read/index.js.map +1 -0
- package/dist/system/hooks/ui/index.d.ts +2 -0
- package/dist/system/hooks/ui/index.js +19 -0
- package/dist/system/hooks/ui/index.js.map +1 -0
- package/dist/system/hooks/ui/use-debounce/index.d.ts +1 -0
- package/dist/system/hooks/ui/use-debounce/index.js +15 -0
- package/dist/system/hooks/ui/use-debounce/index.js.map +1 -0
- package/dist/system/hooks/ui/use-table/component.d.ts +8 -0
- package/dist/system/hooks/ui/use-table/component.js +25 -0
- package/dist/system/hooks/ui/use-table/component.js.map +1 -0
- package/dist/system/hooks/ui/use-table/components/index.d.ts +2 -0
- package/dist/system/hooks/ui/use-table/components/index.js +19 -0
- package/dist/system/hooks/ui/use-table/components/index.js.map +1 -0
- package/dist/system/hooks/ui/use-table/components/table/actions/delete/index.d.ts +5 -0
- package/dist/system/hooks/ui/use-table/components/table/actions/delete/index.js +95 -0
- package/dist/system/hooks/ui/use-table/components/table/actions/delete/index.js.map +1 -0
- package/dist/system/hooks/ui/use-table/components/table/actions/index.d.ts +5 -0
- package/dist/system/hooks/ui/use-table/components/table/actions/index.js +124 -0
- package/dist/system/hooks/ui/use-table/components/table/actions/index.js.map +1 -0
- package/dist/system/hooks/ui/use-table/components/table/actions/styles.d.ts +1 -0
- package/dist/system/hooks/ui/use-table/components/table/actions/styles.js +14 -0
- package/dist/system/hooks/ui/use-table/components/table/actions/styles.js.map +1 -0
- package/dist/system/hooks/ui/use-table/components/table/active-filters/active-item-filter/index.d.ts +16 -0
- package/dist/system/hooks/ui/use-table/components/table/active-filters/active-item-filter/index.js +57 -0
- package/dist/system/hooks/ui/use-table/components/table/active-filters/active-item-filter/index.js.map +1 -0
- package/dist/system/hooks/ui/use-table/components/table/active-filters/index.d.ts +2 -0
- package/dist/system/hooks/ui/use-table/components/table/active-filters/index.js +86 -0
- package/dist/system/hooks/ui/use-table/components/table/active-filters/index.js.map +1 -0
- package/dist/system/hooks/ui/use-table/components/table/active-filters/styles.d.ts +1 -0
- package/dist/system/hooks/ui/use-table/components/table/active-filters/styles.js +14 -0
- package/dist/system/hooks/ui/use-table/components/table/active-filters/styles.js.map +1 -0
- package/dist/system/hooks/ui/use-table/components/table/create/index.d.ts +4 -0
- package/dist/system/hooks/ui/use-table/components/table/create/index.js +72 -0
- package/dist/system/hooks/ui/use-table/components/table/create/index.js.map +1 -0
- package/dist/system/hooks/ui/use-table/components/table/create/interfaces.d.ts +1 -0
- package/dist/system/hooks/ui/use-table/components/table/create/interfaces.js +3 -0
- package/dist/system/hooks/ui/use-table/components/table/create/interfaces.js.map +1 -0
- package/dist/system/hooks/ui/use-table/components/table/create/styles.d.ts +1 -0
- package/dist/system/hooks/ui/use-table/components/table/create/styles.js +14 -0
- package/dist/system/hooks/ui/use-table/components/table/create/styles.js.map +1 -0
- package/dist/system/hooks/ui/use-table/components/table/export/index.d.ts +4 -0
- package/dist/system/hooks/ui/use-table/components/table/export/index.js +44 -0
- package/dist/system/hooks/ui/use-table/components/table/export/index.js.map +1 -0
- package/dist/system/hooks/ui/use-table/components/table/export/styles.d.ts +1 -0
- package/dist/system/hooks/ui/use-table/components/table/export/styles.js +14 -0
- package/dist/system/hooks/ui/use-table/components/table/export/styles.js.map +1 -0
- package/dist/system/hooks/ui/use-table/components/table/filters/index.d.ts +6 -0
- package/dist/system/hooks/ui/use-table/components/table/filters/index.js +196 -0
- package/dist/system/hooks/ui/use-table/components/table/filters/index.js.map +1 -0
- package/dist/system/hooks/ui/use-table/components/table/filters/styles.d.ts +3 -0
- package/dist/system/hooks/ui/use-table/components/table/filters/styles.js +17 -0
- package/dist/system/hooks/ui/use-table/components/table/filters/styles.js.map +1 -0
- package/dist/system/hooks/ui/use-table/components/table/filters/use-filters-table.d.ts +9 -0
- package/dist/system/hooks/ui/use-table/components/table/filters/use-filters-table.js +30 -0
- package/dist/system/hooks/ui/use-table/components/table/filters/use-filters-table.js.map +1 -0
- package/dist/system/hooks/ui/use-table/components/table/index.d.ts +2 -0
- package/dist/system/hooks/ui/use-table/components/table/index.js +123 -0
- package/dist/system/hooks/ui/use-table/components/table/index.js.map +1 -0
- package/dist/system/hooks/ui/use-table/components/table/interfaces.d.ts +31 -0
- package/dist/system/hooks/ui/use-table/components/table/interfaces.js +3 -0
- package/dist/system/hooks/ui/use-table/components/table/interfaces.js.map +1 -0
- package/dist/system/hooks/ui/use-table/components/table/pagination/index.d.ts +2 -0
- package/dist/system/hooks/ui/use-table/components/table/pagination/index.js +69 -0
- package/dist/system/hooks/ui/use-table/components/table/pagination/index.js.map +1 -0
- package/dist/system/hooks/ui/use-table/components/table/pagination/service.d.ts +24 -0
- package/dist/system/hooks/ui/use-table/components/table/pagination/service.js +50 -0
- package/dist/system/hooks/ui/use-table/components/table/pagination/service.js.map +1 -0
- package/dist/system/hooks/ui/use-table/components/table/pagination/styles.d.ts +1 -0
- package/dist/system/hooks/ui/use-table/components/table/pagination/styles.js +14 -0
- package/dist/system/hooks/ui/use-table/components/table/pagination/styles.js.map +1 -0
- package/dist/system/hooks/ui/use-table/components/table/skeleton-table/index.d.ts +1 -0
- package/dist/system/hooks/ui/use-table/components/table/skeleton-table/index.js +43 -0
- package/dist/system/hooks/ui/use-table/components/table/skeleton-table/index.js.map +1 -0
- package/dist/system/hooks/ui/use-table/components/table/skeleton-table/styles.d.ts +1 -0
- package/dist/system/hooks/ui/use-table/components/table/skeleton-table/styles.js +14 -0
- package/dist/system/hooks/ui/use-table/components/table/skeleton-table/styles.js.map +1 -0
- package/dist/system/hooks/ui/use-table/components/table/styles.d.ts +3 -0
- package/dist/system/hooks/ui/use-table/components/table/styles.js +16 -0
- package/dist/system/hooks/ui/use-table/components/table/styles.js.map +1 -0
- package/dist/system/hooks/ui/use-table/components/table/thead-item/index.d.ts +2 -0
- package/dist/system/hooks/ui/use-table/components/table/thead-item/index.js +60 -0
- package/dist/system/hooks/ui/use-table/components/table/thead-item/index.js.map +1 -0
- package/dist/system/hooks/ui/use-table/components/table/thead-item/interfaces.d.ts +7 -0
- package/dist/system/hooks/ui/use-table/components/table/thead-item/interfaces.js +3 -0
- package/dist/system/hooks/ui/use-table/components/table/thead-item/interfaces.js.map +1 -0
- package/dist/system/hooks/ui/use-table/components/table/thead-item/styles.d.ts +1 -0
- package/dist/system/hooks/ui/use-table/components/table/thead-item/styles.js +14 -0
- package/dist/system/hooks/ui/use-table/components/table/thead-item/styles.js.map +1 -0
- package/dist/system/hooks/ui/use-table/components/table/tr/children-tr/index.d.ts +7 -0
- package/dist/system/hooks/ui/use-table/components/table/tr/children-tr/index.js +122 -0
- package/dist/system/hooks/ui/use-table/components/table/tr/children-tr/index.js.map +1 -0
- package/dist/system/hooks/ui/use-table/components/table/tr/children-tr/styles.d.ts +1 -0
- package/dist/system/hooks/ui/use-table/components/table/tr/children-tr/styles.js +14 -0
- package/dist/system/hooks/ui/use-table/components/table/tr/children-tr/styles.js.map +1 -0
- package/dist/system/hooks/ui/use-table/components/table/tr/index.d.ts +11 -0
- package/dist/system/hooks/ui/use-table/components/table/tr/index.js +41 -0
- package/dist/system/hooks/ui/use-table/components/table/tr/index.js.map +1 -0
- package/dist/system/hooks/ui/use-table/index.d.ts +4 -0
- package/dist/system/hooks/ui/use-table/index.js +21 -0
- package/dist/system/hooks/ui/use-table/index.js.map +1 -0
- package/dist/system/hooks/ui/use-table/interfaces.d.ts +136 -0
- package/dist/system/hooks/ui/use-table/interfaces.js +5 -0
- package/dist/system/hooks/ui/use-table/interfaces.js.map +1 -0
- package/dist/system/hooks/ui/use-table/query/get-query-arguments-table.d.ts +2 -0
- package/dist/system/hooks/ui/use-table/query/get-query-arguments-table.js +29 -0
- package/dist/system/hooks/ui/use-table/query/get-query-arguments-table.js.map +1 -0
- package/dist/system/hooks/ui/use-table/query/hook.d.ts +5 -0
- package/dist/system/hooks/ui/use-table/query/hook.js +51 -0
- package/dist/system/hooks/ui/use-table/query/hook.js.map +1 -0
- package/dist/system/hooks/ui/use-table/query/index.d.ts +2 -0
- package/dist/system/hooks/ui/use-table/query/index.js +19 -0
- package/dist/system/hooks/ui/use-table/query/index.js.map +1 -0
- package/dist/system/index.d.ts +3 -0
- package/dist/system/index.js +20 -0
- package/dist/system/index.js.map +1 -0
- package/dist/test/index.d.ts +1 -0
- package/dist/test/index.js +48 -0
- package/dist/test/index.js.map +1 -0
- package/dist/ui/atena/domain/dynamic-section/create.d.ts +8 -0
- package/dist/ui/atena/domain/dynamic-section/create.js +3 -0
- package/dist/ui/atena/domain/dynamic-section/create.js.map +1 -0
- package/dist/ui/atena/domain/dynamic-section/dynamic-section.d.ts +52 -0
- package/dist/ui/atena/domain/dynamic-section/dynamic-section.js +3 -0
- package/dist/ui/atena/domain/dynamic-section/dynamic-section.js.map +1 -0
- package/dist/ui/atena/domain/dynamic-section/index.d.ts +4 -0
- package/dist/ui/atena/domain/dynamic-section/index.js +21 -0
- package/dist/ui/atena/domain/dynamic-section/index.js.map +1 -0
- package/dist/ui/atena/domain/dynamic-section/load-all.d.ts +10 -0
- package/dist/ui/atena/domain/dynamic-section/load-all.js +3 -0
- package/dist/ui/atena/domain/dynamic-section/load-all.js.map +1 -0
- package/dist/ui/atena/domain/dynamic-section/update.d.ts +8 -0
- package/dist/ui/atena/domain/dynamic-section/update.js +3 -0
- package/dist/ui/atena/domain/dynamic-section/update.js.map +1 -0
- package/dist/ui/atena/domain/index.d.ts +1 -0
- package/dist/ui/atena/domain/index.js +18 -0
- package/dist/ui/atena/domain/index.js.map +1 -0
- package/dist/ui/atena/index.d.ts +2 -0
- package/dist/ui/atena/index.js +19 -0
- package/dist/ui/atena/index.js.map +1 -0
- package/dist/ui/atena/presentation/dynamic-elements/atena-page.d.ts +34 -0
- package/dist/ui/atena/presentation/dynamic-elements/atena-page.js +139 -0
- package/dist/ui/atena/presentation/dynamic-elements/atena-page.js.map +1 -0
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/index.d.ts +25 -0
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/index.js +121 -0
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/index.js.map +1 -0
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/styles.d.ts +3 -0
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/styles.js +14 -0
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/styles.js.map +1 -0
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/details-contact/index.d.ts +2 -0
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/details-contact/index.js +46 -0
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/details-contact/index.js.map +1 -0
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/details-contact/info/index.d.ts +1 -0
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/details-contact/info/index.js +44 -0
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/details-contact/info/index.js.map +1 -0
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/details-contact/info/styles.d.ts +1 -0
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/details-contact/info/styles.js +11 -0
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/details-contact/info/styles.js.map +1 -0
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/details-contact/styles.d.ts +1 -0
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/details-contact/styles.js +11 -0
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/details-contact/styles.js.map +1 -0
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/form-contact/index.d.ts +4 -0
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/form-contact/index.js +116 -0
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/form-contact/index.js.map +1 -0
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/form-contact/styles.d.ts +1 -0
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/form-contact/styles.js +11 -0
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/form-contact/styles.js.map +1 -0
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/index.d.ts +4 -0
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/index.js +56 -0
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/index.js.map +1 -0
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/styles.d.ts +1 -0
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/styles.js +11 -0
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/default/styles.js.map +1 -0
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/index.d.ts +2 -0
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/index.js +19 -0
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/index.js.map +1 -0
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/version-01/index.d.ts +2 -0
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/version-01/index.js +44 -0
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/version-01/index.js.map +1 -0
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/version-01/styles.d.ts +1 -0
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/version-01/styles.js +14 -0
- package/dist/ui/atena/presentation/dynamic-elements/elements/contact/versions/version-01/styles.js.map +1 -0
- package/dist/ui/atena/presentation/dynamic-elements/elements/index.d.ts +1 -0
- package/dist/ui/atena/presentation/dynamic-elements/elements/index.js +18 -0
- package/dist/ui/atena/presentation/dynamic-elements/elements/index.js.map +1 -0
- package/dist/ui/atena/presentation/dynamic-elements/index.d.ts +3 -0
- package/dist/ui/atena/presentation/dynamic-elements/index.js +20 -0
- package/dist/ui/atena/presentation/dynamic-elements/index.js.map +1 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/component.d.ts +1 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/component.js +69 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/component.js.map +1 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/blog-item/index.d.ts +2 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/blog-item/index.js +47 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/blog-item/index.js.map +1 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/blog-item/intefaces.d.ts +0 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/blog-item/intefaces.js +1 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/blog-item/intefaces.js.map +1 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/blog-item/styles.d.ts +69 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/blog-item/styles.js +15 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/blog-item/styles.js.map +1 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/categorias/index.d.ts +1 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/categorias/index.js +55 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/categorias/index.js.map +1 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/featured-blog/featured-blog-item/format-date.d.ts +1 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/featured-blog/featured-blog-item/format-date.js +13 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/featured-blog/featured-blog-item/format-date.js.map +1 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/featured-blog/featured-blog-item/index.d.ts +4 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/featured-blog/featured-blog-item/index.js +45 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/featured-blog/featured-blog-item/index.js.map +1 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/featured-blog/featured-blog-item/styles.d.ts +69 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/featured-blog/featured-blog-item/styles.js +15 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/featured-blog/featured-blog-item/styles.js.map +1 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/featured-blog/index.d.ts +1 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/featured-blog/index.js +49 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/featured-blog/index.js.map +1 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/index.d.ts +5 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/index.js +22 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/index.js.map +1 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/side-box-newsletter/index.d.ts +1 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/side-box-newsletter/index.js +101 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/side-box-newsletter/index.js.map +1 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/side-box-search/index.d.ts +1 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/side-box-search/index.js +48 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/side-box-search/index.js.map +1 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/styles.d.ts +1 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/styles.js +14 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/styles.js.map +1 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/title-blog/index.d.ts +3 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/title-blog/index.js +44 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/title-blog/index.js.map +1 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/title-blog/styles.d.ts +1 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/title-blog/styles.js +14 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/components/title-blog/styles.js.map +1 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/index.d.ts +1 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/index.js +18 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/index.js.map +1 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/styles.d.ts +1 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/styles.js +14 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/blog/styles.js.map +1 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/common-ssrs-api/blog/index.d.ts +4 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/common-ssrs-api/blog/index.js +143 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/common-ssrs-api/blog/index.js.map +1 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/common-ssrs-api/blog/interfaces.d.ts +57 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/common-ssrs-api/blog/interfaces.js +3 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/common-ssrs-api/blog/interfaces.js.map +1 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/common-ssrs-api/index.d.ts +2 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/common-ssrs-api/index.js +19 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/common-ssrs-api/index.js.map +1 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/common-ssrs-api/post/index.d.ts +4 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/common-ssrs-api/post/index.js +141 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/common-ssrs-api/post/index.js.map +1 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/index.d.ts +3 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/index.js +20 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/index.js.map +1 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/post/box-post/index.d.ts +1 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/post/box-post/index.js +46 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/post/box-post/index.js.map +1 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/post/box-post/interfaces.d.ts +0 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/post/box-post/interfaces.js +1 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/post/box-post/interfaces.js.map +1 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/post/box-post/styles.d.ts +1 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/post/box-post/styles.js +14 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/post/box-post/styles.js.map +1 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/post/box-tags/index.d.ts +3 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/post/box-tags/index.js +57 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/post/box-tags/index.js.map +1 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/post/box-tags/share/icons/index.d.ts +4 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/post/box-tags/share/icons/index.js +20 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/post/box-tags/share/icons/index.js.map +1 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/post/box-tags/share/index.d.ts +3 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/post/box-tags/share/index.js +71 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/post/box-tags/share/index.js.map +1 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/post/box-tags/share/styles.d.ts +1 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/post/box-tags/share/styles.js +14 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/post/box-tags/share/styles.js.map +1 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/post/box-tags/styles.d.ts +1 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/post/box-tags/styles.js +14 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/post/box-tags/styles.js.map +1 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/post/component.d.ts +1 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/post/component.js +72 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/post/component.js.map +1 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/post/index.d.ts +1 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/post/index.js +18 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/post/index.js.map +1 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/post/styles.d.ts +1 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/post/styles.js +14 -0
- package/dist/ui/atena/presentation/dynamic-elements/pages/post/styles.js.map +1 -0
- package/dist/ui/atena/presentation/dynamic-sections/context.d.ts +26 -0
- package/dist/ui/atena/presentation/dynamic-sections/context.js +95 -0
- package/dist/ui/atena/presentation/dynamic-sections/context.js.map +1 -0
- package/dist/ui/atena/presentation/dynamic-sections/get-initial-props-dynamic-section.d.ts +3 -0
- package/dist/ui/atena/presentation/dynamic-sections/get-initial-props-dynamic-section.js +61 -0
- package/dist/ui/atena/presentation/dynamic-sections/get-initial-props-dynamic-section.js.map +1 -0
- package/dist/ui/atena/presentation/dynamic-sections/index.d.ts +5 -0
- package/dist/ui/atena/presentation/dynamic-sections/index.js +22 -0
- package/dist/ui/atena/presentation/dynamic-sections/index.js.map +1 -0
- package/dist/ui/atena/presentation/dynamic-sections/types.d.ts +54 -0
- package/dist/ui/atena/presentation/dynamic-sections/types.js +3 -0
- package/dist/ui/atena/presentation/dynamic-sections/types.js.map +1 -0
- package/dist/ui/atena/presentation/dynamic-sections/use-dynamic-section/edit-css/editor-code/index.d.ts +1 -0
- package/dist/ui/atena/presentation/dynamic-sections/use-dynamic-section/edit-css/editor-code/index.js +45 -0
- package/dist/ui/atena/presentation/dynamic-sections/use-dynamic-section/edit-css/editor-code/index.js.map +1 -0
- package/dist/ui/atena/presentation/dynamic-sections/use-dynamic-section/edit-css/editor-code/styles.d.ts +1 -0
- package/dist/ui/atena/presentation/dynamic-sections/use-dynamic-section/edit-css/editor-code/styles.js +14 -0
- package/dist/ui/atena/presentation/dynamic-sections/use-dynamic-section/edit-css/editor-code/styles.js.map +1 -0
- package/dist/ui/atena/presentation/dynamic-sections/use-dynamic-section/edit-css/index.d.ts +5 -0
- package/dist/ui/atena/presentation/dynamic-sections/use-dynamic-section/edit-css/index.js +80 -0
- package/dist/ui/atena/presentation/dynamic-sections/use-dynamic-section/edit-css/index.js.map +1 -0
- package/dist/ui/atena/presentation/dynamic-sections/use-dynamic-section/edit-css/styles.d.ts +1 -0
- package/dist/ui/atena/presentation/dynamic-sections/use-dynamic-section/edit-css/styles.js +14 -0
- package/dist/ui/atena/presentation/dynamic-sections/use-dynamic-section/edit-css/styles.js.map +1 -0
- package/dist/ui/atena/presentation/dynamic-sections/use-dynamic-section/edit-section.d.ts +9 -0
- package/dist/ui/atena/presentation/dynamic-sections/use-dynamic-section/edit-section.js +136 -0
- package/dist/ui/atena/presentation/dynamic-sections/use-dynamic-section/edit-section.js.map +1 -0
- package/dist/ui/atena/presentation/dynamic-sections/use-dynamic-section/index.d.ts +2 -0
- package/dist/ui/atena/presentation/dynamic-sections/use-dynamic-section/index.js +67 -0
- package/dist/ui/atena/presentation/dynamic-sections/use-dynamic-section/index.js.map +1 -0
- package/dist/ui/atena/presentation/dynamic-sections/use-dynamic-section/interfaces.d.ts +32 -0
- package/dist/ui/atena/presentation/dynamic-sections/use-dynamic-section/interfaces.js +3 -0
- package/dist/ui/atena/presentation/dynamic-sections/use-dynamic-section/interfaces.js.map +1 -0
- package/dist/ui/atena/presentation/dynamic-sections/use-section/index.d.ts +12 -0
- package/dist/ui/atena/presentation/dynamic-sections/use-section/index.js +19 -0
- package/dist/ui/atena/presentation/dynamic-sections/use-section/index.js.map +1 -0
- package/dist/ui/atena/presentation/index.d.ts +2 -0
- package/dist/ui/atena/presentation/index.js +19 -0
- package/dist/ui/atena/presentation/index.js.map +1 -0
- package/dist/ui/components/accordion/accordions/index.d.ts +12 -0
- package/dist/ui/components/accordion/accordions/index.js +53 -0
- package/dist/ui/components/accordion/accordions/index.js.map +1 -0
- package/dist/ui/components/accordion/component.d.ts +2 -0
- package/dist/ui/components/accordion/component.js +61 -0
- package/dist/ui/components/accordion/component.js.map +1 -0
- package/dist/ui/components/accordion/index.d.ts +2 -0
- package/dist/ui/components/accordion/index.js +19 -0
- package/dist/ui/components/accordion/index.js.map +1 -0
- package/dist/ui/components/accordion/interfaces.d.ts +17 -0
- package/dist/ui/components/accordion/interfaces.js +3 -0
- package/dist/ui/components/accordion/interfaces.js.map +1 -0
- package/dist/ui/components/accordion/styles.d.ts +1 -0
- package/dist/ui/components/accordion/styles.js +11 -0
- package/dist/ui/components/accordion/styles.js.map +1 -0
- package/dist/ui/components/animation/index.d.ts +23 -0
- package/dist/ui/components/animation/index.js +36 -0
- package/dist/ui/components/animation/index.js.map +1 -0
- package/dist/ui/components/animation/type-animation.d.ts +15 -0
- package/dist/ui/components/animation/type-animation.js +19 -0
- package/dist/ui/components/animation/type-animation.js.map +1 -0
- package/dist/ui/components/breadcrumb/component.d.ts +2 -0
- package/dist/ui/components/breadcrumb/component.js +78 -0
- package/dist/ui/components/breadcrumb/component.js.map +1 -0
- package/dist/ui/components/breadcrumb/index.d.ts +2 -0
- package/dist/ui/components/breadcrumb/index.js +19 -0
- package/dist/ui/components/breadcrumb/index.js.map +1 -0
- package/dist/ui/components/breadcrumb/interfaces.d.ts +8 -0
- package/dist/ui/components/breadcrumb/interfaces.js +3 -0
- package/dist/ui/components/breadcrumb/interfaces.js.map +1 -0
- package/dist/ui/components/breadcrumb/styles.d.ts +1 -0
- package/dist/ui/components/breadcrumb/styles.js +14 -0
- package/dist/ui/components/breadcrumb/styles.js.map +1 -0
- package/dist/ui/components/button/component.d.ts +2 -0
- package/dist/ui/components/button/component.js +75 -0
- package/dist/ui/components/button/component.js.map +1 -0
- package/dist/ui/components/button/index.d.ts +2 -0
- package/dist/ui/components/button/index.js +19 -0
- package/dist/ui/components/button/index.js.map +1 -0
- package/dist/ui/components/button/interfaces.d.ts +9 -0
- package/dist/ui/components/button/interfaces.js +3 -0
- package/dist/ui/components/button/interfaces.js.map +1 -0
- package/dist/ui/components/button/styles.d.ts +5 -0
- package/dist/ui/components/button/styles.js +14 -0
- package/dist/ui/components/button/styles.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/components-shared/get-changed-params.d.ts +2 -0
- package/dist/ui/components/carousel/carousel-lib/components-shared/get-changed-params.js +50 -0
- package/dist/ui/components/carousel/carousel-lib/components-shared/get-changed-params.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/components-shared/get-element-params.d.ts +5 -0
- package/dist/ui/components/carousel/carousel-lib/components-shared/get-element-params.js +147 -0
- package/dist/ui/components/carousel/carousel-lib/components-shared/get-element-params.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/components-shared/get-params.d.ts +9 -0
- package/dist/ui/components/carousel/carousel-lib/components-shared/get-params.js +60 -0
- package/dist/ui/components/carousel/carousel-lib/components-shared/get-params.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/components-shared/mount-swiper.d.ts +9 -0
- package/dist/ui/components/carousel/carousel-lib/components-shared/mount-swiper.js +23 -0
- package/dist/ui/components/carousel/carousel-lib/components-shared/mount-swiper.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/components-shared/params-list.d.ts +2 -0
- package/dist/ui/components/carousel/carousel-lib/components-shared/params-list.js +125 -0
- package/dist/ui/components/carousel/carousel-lib/components-shared/params-list.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/components-shared/update-on-virtual-data.d.ts +1 -0
- package/dist/ui/components/carousel/carousel-lib/components-shared/update-on-virtual-data.js +18 -0
- package/dist/ui/components/carousel/carousel-lib/components-shared/update-on-virtual-data.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/components-shared/update-swiper.d.ts +11 -0
- package/dist/ui/components/carousel/carousel-lib/components-shared/update-swiper.js +207 -0
- package/dist/ui/components/carousel/carousel-lib/components-shared/update-swiper.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/components-shared/utils.d.ts +9 -0
- package/dist/ui/components/carousel/carousel-lib/components-shared/utils.js +76 -0
- package/dist/ui/components/carousel/carousel-lib/components-shared/utils.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/breakpoints/getBreakpoint.d.ts +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/breakpoints/getBreakpoint.js +35 -0
- package/dist/ui/components/carousel/carousel-lib/core/breakpoints/getBreakpoint.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/breakpoints/index.d.ts +7 -0
- package/dist/ui/components/carousel/carousel-lib/core/breakpoints/index.js +9 -0
- package/dist/ui/components/carousel/carousel-lib/core/breakpoints/index.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/breakpoints/setBreakpoint.d.ts +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/breakpoints/setBreakpoint.js +94 -0
- package/dist/ui/components/carousel/carousel-lib/core/breakpoints/setBreakpoint.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/check-overflow/index.d.ts +5 -0
- package/dist/ui/components/carousel/carousel-lib/core/check-overflow/index.js +31 -0
- package/dist/ui/components/carousel/carousel-lib/core/check-overflow/index.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/classes/addClasses.d.ts +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/classes/addClasses.js +43 -0
- package/dist/ui/components/carousel/carousel-lib/core/classes/addClasses.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/classes/index.d.ts +7 -0
- package/dist/ui/components/carousel/carousel-lib/core/classes/index.js +9 -0
- package/dist/ui/components/carousel/carousel-lib/core/classes/index.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/classes/removeClasses.d.ts +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/classes/removeClasses.js +13 -0
- package/dist/ui/components/carousel/carousel-lib/core/classes/removeClasses.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/core.d.ts +116 -0
- package/dist/ui/components/carousel/carousel-lib/core/core.js +654 -0
- package/dist/ui/components/carousel/carousel-lib/core/core.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/defaults.d.ts +92 -0
- package/dist/ui/components/carousel/carousel-lib/core/defaults.js +119 -0
- package/dist/ui/components/carousel/carousel-lib/core/defaults.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/events/index.d.ts +7 -0
- package/dist/ui/components/carousel/carousel-lib/core/events/index.js +77 -0
- package/dist/ui/components/carousel/carousel-lib/core/events/index.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/events/onClick.d.ts +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/events/onClick.js +17 -0
- package/dist/ui/components/carousel/carousel-lib/core/events/onClick.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/events/onDocumentTouchStart.d.ts +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/events/onDocumentTouchStart.js +13 -0
- package/dist/ui/components/carousel/carousel-lib/core/events/onDocumentTouchStart.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/events/onLoad.d.ts +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/events/onLoad.js +14 -0
- package/dist/ui/components/carousel/carousel-lib/core/events/onLoad.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/events/onResize.d.ts +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/events/onResize.js +53 -0
- package/dist/ui/components/carousel/carousel-lib/core/events/onResize.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/events/onScroll.d.ts +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/events/onScroll.js +34 -0
- package/dist/ui/components/carousel/carousel-lib/core/events/onScroll.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/events/onTouchEnd.d.ts +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/events/onTouchEnd.js +194 -0
- package/dist/ui/components/carousel/carousel-lib/core/events/onTouchEnd.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/events/onTouchMove.d.ts +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/events/onTouchMove.js +314 -0
- package/dist/ui/components/carousel/carousel-lib/core/events/onTouchMove.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/events/onTouchStart.d.ts +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/events/onTouchStart.js +154 -0
- package/dist/ui/components/carousel/carousel-lib/core/events/onTouchStart.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/events-emitter.d.ts +9 -0
- package/dist/ui/components/carousel/carousel-lib/core/events-emitter.js +133 -0
- package/dist/ui/components/carousel/carousel-lib/core/events-emitter.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/grab-cursor/index.d.ts +7 -0
- package/dist/ui/components/carousel/carousel-lib/core/grab-cursor/index.js +12 -0
- package/dist/ui/components/carousel/carousel-lib/core/grab-cursor/index.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/grab-cursor/setGrabCursor.d.ts +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/grab-cursor/setGrabCursor.js +22 -0
- package/dist/ui/components/carousel/carousel-lib/core/grab-cursor/setGrabCursor.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/grab-cursor/unsetGrabCursor.d.ts +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/grab-cursor/unsetGrabCursor.js +19 -0
- package/dist/ui/components/carousel/carousel-lib/core/grab-cursor/unsetGrabCursor.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/loop/index.d.ts +9 -0
- package/dist/ui/components/carousel/carousel-lib/core/loop/index.js +14 -0
- package/dist/ui/components/carousel/carousel-lib/core/loop/index.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/loop/loopCreate.d.ts +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/loop/loopCreate.js +57 -0
- package/dist/ui/components/carousel/carousel-lib/core/loop/loopCreate.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/loop/loopDestroy.d.ts +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/loop/loopDestroy.js +26 -0
- package/dist/ui/components/carousel/carousel-lib/core/loop/loopDestroy.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/loop/loopFix.d.ts +3 -0
- package/dist/ui/components/carousel/carousel-lib/core/loop/loopFix.js +230 -0
- package/dist/ui/components/carousel/carousel-lib/core/loop/loopFix.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/moduleExtendParams.d.ts +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/moduleExtendParams.js +42 -0
- package/dist/ui/components/carousel/carousel-lib/core/moduleExtendParams.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/modules/observer/observer.d.ts +6 -0
- package/dist/ui/components/carousel/carousel-lib/core/modules/observer/observer.js +71 -0
- package/dist/ui/components/carousel/carousel-lib/core/modules/observer/observer.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/modules/resize/resize.d.ts +5 -0
- package/dist/ui/components/carousel/carousel-lib/core/modules/resize/resize.js +71 -0
- package/dist/ui/components/carousel/carousel-lib/core/modules/resize/resize.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/slide/index.d.ts +17 -0
- package/dist/ui/components/carousel/carousel-lib/core/slide/index.js +22 -0
- package/dist/ui/components/carousel/carousel-lib/core/slide/index.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/slide/slideNext.d.ts +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/slide/slideNext.js +38 -0
- package/dist/ui/components/carousel/carousel-lib/core/slide/slideNext.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/slide/slidePrev.d.ts +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/slide/slidePrev.js +69 -0
- package/dist/ui/components/carousel/carousel-lib/core/slide/slidePrev.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/slide/slideReset.d.ts +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/slide/slideReset.js +15 -0
- package/dist/ui/components/carousel/carousel-lib/core/slide/slideReset.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/slide/slideTo.d.ts +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/slide/slideTo.js +160 -0
- package/dist/ui/components/carousel/carousel-lib/core/slide/slideTo.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/slide/slideToClickedSlide.d.ts +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/slide/slideToClickedSlide.js +46 -0
- package/dist/ui/components/carousel/carousel-lib/core/slide/slideToClickedSlide.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/slide/slideToClosest.d.ts +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/slide/slideToClosest.js +40 -0
- package/dist/ui/components/carousel/carousel-lib/core/slide/slideToClosest.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/slide/slideToLoop.d.ts +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/slide/slideToLoop.js +84 -0
- package/dist/ui/components/carousel/carousel-lib/core/slide/slideToLoop.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/transition/index.d.ts +9 -0
- package/dist/ui/components/carousel/carousel-lib/core/transition/index.js +14 -0
- package/dist/ui/components/carousel/carousel-lib/core/transition/index.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/transition/setTransition.d.ts +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/transition/setTransition.js +12 -0
- package/dist/ui/components/carousel/carousel-lib/core/transition/setTransition.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/transition/transitionEmit.d.ts +6 -0
- package/dist/ui/components/carousel/carousel-lib/core/transition/transitionEmit.js +31 -0
- package/dist/ui/components/carousel/carousel-lib/core/transition/transitionEmit.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/transition/transitionEnd.d.ts +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/transition/transitionEnd.js +18 -0
- package/dist/ui/components/carousel/carousel-lib/core/transition/transitionEnd.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/transition/transitionStart.d.ts +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/transition/transitionStart.js +19 -0
- package/dist/ui/components/carousel/carousel-lib/core/transition/transitionStart.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/translate/getTranslate.d.ts +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/translate/getTranslate.js +21 -0
- package/dist/ui/components/carousel/carousel-lib/core/translate/getTranslate.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/translate/index.d.ts +13 -0
- package/dist/ui/components/carousel/carousel-lib/core/translate/index.js +18 -0
- package/dist/ui/components/carousel/carousel-lib/core/translate/index.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/translate/maxTranslate.d.ts +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/translate/maxTranslate.js +7 -0
- package/dist/ui/components/carousel/carousel-lib/core/translate/maxTranslate.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/translate/minTranslate.d.ts +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/translate/minTranslate.js +7 -0
- package/dist/ui/components/carousel/carousel-lib/core/translate/minTranslate.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/translate/setTranslate.d.ts +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/translate/setTranslate.js +48 -0
- package/dist/ui/components/carousel/carousel-lib/core/translate/setTranslate.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/translate/translateTo.d.ts +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/translate/translateTo.js +81 -0
- package/dist/ui/components/carousel/carousel-lib/core/translate/translateTo.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/update/index.d.ts +21 -0
- package/dist/ui/components/carousel/carousel-lib/core/update/index.js +26 -0
- package/dist/ui/components/carousel/carousel-lib/core/update/index.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/update/updateActiveIndex.d.ts +2 -0
- package/dist/ui/components/carousel/carousel-lib/core/update/updateActiveIndex.js +124 -0
- package/dist/ui/components/carousel/carousel-lib/core/update/updateActiveIndex.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/update/updateAutoHeight.d.ts +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/update/updateAutoHeight.js +52 -0
- package/dist/ui/components/carousel/carousel-lib/core/update/updateAutoHeight.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/update/updateClickedSlide.d.ts +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/update/updateClickedSlide.js +55 -0
- package/dist/ui/components/carousel/carousel-lib/core/update/updateClickedSlide.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/update/updateProgress.d.ts +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/update/updateProgress.js +67 -0
- package/dist/ui/components/carousel/carousel-lib/core/update/updateProgress.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/update/updateSize.d.ts +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/update/updateSize.js +45 -0
- package/dist/ui/components/carousel/carousel-lib/core/update/updateSize.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/update/updateSlides.d.ts +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/update/updateSlides.js +306 -0
- package/dist/ui/components/carousel/carousel-lib/core/update/updateSlides.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/update/updateSlidesClasses.d.ts +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/update/updateSlidesClasses.js +69 -0
- package/dist/ui/components/carousel/carousel-lib/core/update/updateSlidesClasses.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/update/updateSlidesOffset.d.ts +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/update/updateSlidesOffset.js +20 -0
- package/dist/ui/components/carousel/carousel-lib/core/update/updateSlidesOffset.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/update/updateSlidesProgress.d.ts +1 -0
- package/dist/ui/components/carousel/carousel-lib/core/update/updateSlidesProgress.js +62 -0
- package/dist/ui/components/carousel/carousel-lib/core/update/updateSlidesProgress.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/modules/autoplay.d.ts +7 -0
- package/dist/ui/components/carousel/carousel-lib/modules/autoplay.js +335 -0
- package/dist/ui/components/carousel/carousel-lib/modules/autoplay.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/modules/effect-fade.d.ts +5 -0
- package/dist/ui/components/carousel/carousel-lib/modules/effect-fade.js +62 -0
- package/dist/ui/components/carousel/carousel-lib/modules/effect-fade.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/modules/free-mode.d.ts +6 -0
- package/dist/ui/components/carousel/carousel-lib/modules/free-mode.js +246 -0
- package/dist/ui/components/carousel/carousel-lib/modules/free-mode.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/modules/grid.d.ts +5 -0
- package/dist/ui/components/carousel/carousel-lib/modules/grid.js +144 -0
- package/dist/ui/components/carousel/carousel-lib/modules/grid.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/modules/index.d.ts +7 -0
- package/dist/ui/components/carousel/carousel-lib/modules/index.js +24 -0
- package/dist/ui/components/carousel/carousel-lib/modules/index.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/modules/navigation.d.ts +6 -0
- package/dist/ui/components/carousel/carousel-lib/modules/navigation.js +222 -0
- package/dist/ui/components/carousel/carousel-lib/modules/navigation.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/modules/pagination.d.ts +6 -0
- package/dist/ui/components/carousel/carousel-lib/modules/pagination.js +513 -0
- package/dist/ui/components/carousel/carousel-lib/modules/pagination.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/modules/virtual.d.ts +6 -0
- package/dist/ui/components/carousel/carousel-lib/modules/virtual.js +378 -0
- package/dist/ui/components/carousel/carousel-lib/modules/virtual.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/react/context.d.ts +4 -0
- package/dist/ui/components/carousel/carousel-lib/react/context.js +15 -0
- package/dist/ui/components/carousel/carousel-lib/react/context.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/react/get-children.d.ts +10 -0
- package/dist/ui/components/carousel/carousel-lib/react/get-children.js +53 -0
- package/dist/ui/components/carousel/carousel-lib/react/get-children.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/react/swiper-slide.d.ts +3 -0
- package/dist/ui/components/carousel/carousel-lib/react/swiper-slide.js +88 -0
- package/dist/ui/components/carousel/carousel-lib/react/swiper-slide.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/react/swiper.d.ts +3 -0
- package/dist/ui/components/carousel/carousel-lib/react/swiper.js +220 -0
- package/dist/ui/components/carousel/carousel-lib/react/swiper.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/react/use-isomorphic-layout-effect.d.ts +2 -0
- package/dist/ui/components/carousel/carousel-lib/react/use-isomorphic-layout-effect.js +11 -0
- package/dist/ui/components/carousel/carousel-lib/react/use-isomorphic-layout-effect.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/react/virtual.d.ts +12 -0
- package/dist/ui/components/carousel/carousel-lib/react/virtual.js +47 -0
- package/dist/ui/components/carousel/carousel-lib/react/virtual.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/shared/classes-to-selector.d.ts +1 -0
- package/dist/ui/components/carousel/carousel-lib/shared/classes-to-selector.js +11 -0
- package/dist/ui/components/carousel/carousel-lib/shared/classes-to-selector.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/shared/classes-to-tokens.d.ts +1 -0
- package/dist/ui/components/carousel/carousel-lib/shared/classes-to-tokens.js +11 -0
- package/dist/ui/components/carousel/carousel-lib/shared/classes-to-tokens.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/shared/create-element-if-not-defined.d.ts +1 -0
- package/dist/ui/components/carousel/carousel-lib/shared/create-element-if-not-defined.js +22 -0
- package/dist/ui/components/carousel/carousel-lib/shared/create-element-if-not-defined.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/shared/create-shadow.d.ts +1 -0
- package/dist/ui/components/carousel/carousel-lib/shared/create-shadow.js +15 -0
- package/dist/ui/components/carousel/carousel-lib/shared/create-shadow.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/shared/effect-init.d.ts +1 -0
- package/dist/ui/components/carousel/carousel-lib/shared/effect-init.js +58 -0
- package/dist/ui/components/carousel/carousel-lib/shared/effect-init.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/shared/effect-target.d.ts +1 -0
- package/dist/ui/components/carousel/carousel-lib/shared/effect-target.js +13 -0
- package/dist/ui/components/carousel/carousel-lib/shared/effect-target.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/shared/effect-virtual-transition-end.d.ts +6 -0
- package/dist/ui/components/carousel/carousel-lib/shared/effect-virtual-transition-end.js +47 -0
- package/dist/ui/components/carousel/carousel-lib/shared/effect-virtual-transition-end.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/shared/get-browser.d.ts +2 -0
- package/dist/ui/components/carousel/carousel-lib/shared/get-browser.js +42 -0
- package/dist/ui/components/carousel/carousel-lib/shared/get-browser.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/shared/get-device.d.ts +1 -0
- package/dist/ui/components/carousel/carousel-lib/shared/get-device.js +68 -0
- package/dist/ui/components/carousel/carousel-lib/shared/get-device.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/shared/get-support.d.ts +2 -0
- package/dist/ui/components/carousel/carousel-lib/shared/get-support.js +24 -0
- package/dist/ui/components/carousel/carousel-lib/shared/get-support.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/shared/process-lazy-preloader.d.ts +2 -0
- package/dist/ui/components/carousel/carousel-lib/shared/process-lazy-preloader.js +79 -0
- package/dist/ui/components/carousel/carousel-lib/shared/process-lazy-preloader.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/shared/utils.d.ts +31 -0
- package/dist/ui/components/carousel/carousel-lib/shared/utils.js +371 -0
- package/dist/ui/components/carousel/carousel-lib/shared/utils.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/ssr-window/document.d.ts +36 -0
- package/dist/ui/components/carousel/carousel-lib/ssr-window/document.js +65 -0
- package/dist/ui/components/carousel/carousel-lib/ssr-window/document.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/ssr-window/extend.d.ts +2 -0
- package/dist/ui/components/carousel/carousel-lib/ssr-window/extend.js +24 -0
- package/dist/ui/components/carousel/carousel-lib/ssr-window/extend.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/ssr-window/ssr-window.d.ts +4 -0
- package/dist/ui/components/carousel/carousel-lib/ssr-window/ssr-window.js +15 -0
- package/dist/ui/components/carousel/carousel-lib/ssr-window/ssr-window.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/ssr-window/window.d.ts +71 -0
- package/dist/ui/components/carousel/carousel-lib/ssr-window/window.js +71 -0
- package/dist/ui/components/carousel/carousel-lib/ssr-window/window.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/swiper-bundle.d.ts +1 -0
- package/dist/ui/components/carousel/carousel-lib/swiper-bundle.js +18 -0
- package/dist/ui/components/carousel/carousel-lib/swiper-bundle.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/swiper-effect-utils.d.ts +6 -0
- package/dist/ui/components/carousel/carousel-lib/swiper-effect-utils.js +17 -0
- package/dist/ui/components/carousel/carousel-lib/swiper-effect-utils.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/swiper-react.d.ts +4 -0
- package/dist/ui/components/carousel/carousel-lib/swiper-react.js +11 -0
- package/dist/ui/components/carousel/carousel-lib/swiper-react.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/swiper.d.ts +1 -0
- package/dist/ui/components/carousel/carousel-lib/swiper.js +10 -0
- package/dist/ui/components/carousel/carousel-lib/swiper.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/types/index.d.ts +5 -0
- package/dist/ui/components/carousel/carousel-lib/types/index.js +27 -0
- package/dist/ui/components/carousel/carousel-lib/types/index.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/types/shared.d.ts +14 -0
- package/dist/ui/components/carousel/carousel-lib/types/shared.js +3 -0
- package/dist/ui/components/carousel/carousel-lib/types/shared.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/types/swiper-class.d.ts +415 -0
- package/dist/ui/components/carousel/carousel-lib/types/swiper-class.js +4 -0
- package/dist/ui/components/carousel/carousel-lib/types/swiper-class.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/types/swiper-events.d.ts +162 -0
- package/dist/ui/components/carousel/carousel-lib/types/swiper-events.js +3 -0
- package/dist/ui/components/carousel/carousel-lib/types/swiper-events.js.map +1 -0
- package/dist/ui/components/carousel/carousel-lib/types/swiper-options.d.ts +1092 -0
- package/dist/ui/components/carousel/carousel-lib/types/swiper-options.js +3 -0
- package/dist/ui/components/carousel/carousel-lib/types/swiper-options.js.map +1 -0
- package/dist/ui/components/carousel/index.d.ts +11 -0
- package/dist/ui/components/carousel/index.js +93 -0
- package/dist/ui/components/carousel/index.js.map +1 -0
- package/dist/ui/components/carousel/interfaces.d.ts +12 -0
- package/dist/ui/components/carousel/interfaces.js +3 -0
- package/dist/ui/components/carousel/interfaces.js.map +1 -0
- package/dist/ui/components/carousel/styles.d.ts +1 -0
- package/dist/ui/components/carousel/styles.js +14 -0
- package/dist/ui/components/carousel/styles.js.map +1 -0
- package/dist/ui/components/charts/index.d.ts +2 -0
- package/dist/ui/components/charts/index.js +19 -0
- package/dist/ui/components/charts/index.js.map +1 -0
- package/dist/ui/components/charts/matriz/index.d.ts +12 -0
- package/dist/ui/components/charts/matriz/index.js +108 -0
- package/dist/ui/components/charts/matriz/index.js.map +1 -0
- package/dist/ui/components/charts/matriz/styles.d.ts +1 -0
- package/dist/ui/components/charts/matriz/styles.js +14 -0
- package/dist/ui/components/charts/matriz/styles.js.map +1 -0
- package/dist/ui/components/charts/pie/index.d.ts +1 -0
- package/dist/ui/components/charts/pie/index.js +18 -0
- package/dist/ui/components/charts/pie/index.js.map +1 -0
- package/dist/ui/components/charts/pie/simple/functions.d.ts +2 -0
- package/dist/ui/components/charts/pie/simple/functions.js +32 -0
- package/dist/ui/components/charts/pie/simple/functions.js.map +1 -0
- package/dist/ui/components/charts/pie/simple/index.d.ts +7 -0
- package/dist/ui/components/charts/pie/simple/index.js +92 -0
- package/dist/ui/components/charts/pie/simple/index.js.map +1 -0
- package/dist/ui/components/charts/pie/simple/interfaces.d.ts +9 -0
- package/dist/ui/components/charts/pie/simple/interfaces.js +3 -0
- package/dist/ui/components/charts/pie/simple/interfaces.js.map +1 -0
- package/dist/ui/components/charts/pie/simple/styles.d.ts +1 -0
- package/dist/ui/components/charts/pie/simple/styles.js +14 -0
- package/dist/ui/components/charts/pie/simple/styles.js.map +1 -0
- package/dist/ui/components/container/index.d.ts +2 -0
- package/dist/ui/components/container/index.js +9 -0
- package/dist/ui/components/container/index.js.map +1 -0
- package/dist/ui/components/container/interfaces.d.ts +4 -0
- package/dist/ui/components/container/interfaces.js +3 -0
- package/dist/ui/components/container/interfaces.js.map +1 -0
- package/dist/ui/components/count-up/index.d.ts +7 -0
- package/dist/ui/components/count-up/index.js +33 -0
- package/dist/ui/components/count-up/index.js.map +1 -0
- package/dist/ui/components/drop-down/index.d.ts +2 -0
- package/dist/ui/components/drop-down/index.js +45 -0
- package/dist/ui/components/drop-down/index.js.map +1 -0
- package/dist/ui/components/drop-down/interfaces.d.ts +7 -0
- package/dist/ui/components/drop-down/interfaces.js +3 -0
- package/dist/ui/components/drop-down/interfaces.js.map +1 -0
- package/dist/ui/components/drop-down/styles.d.ts +3 -0
- package/dist/ui/components/drop-down/styles.js +16 -0
- package/dist/ui/components/drop-down/styles.js.map +1 -0
- package/dist/ui/components/error-boundary/component.d.ts +2 -0
- package/dist/ui/components/error-boundary/component.js +11 -0
- package/dist/ui/components/error-boundary/component.js.map +1 -0
- package/dist/ui/components/error-boundary/error-body.d.ts +2 -0
- package/dist/ui/components/error-boundary/error-body.js +10 -0
- package/dist/ui/components/error-boundary/error-body.js.map +1 -0
- package/dist/ui/components/error-boundary/index.d.ts +2 -0
- package/dist/ui/components/error-boundary/index.js +19 -0
- package/dist/ui/components/error-boundary/index.js.map +1 -0
- package/dist/ui/components/error-boundary/interfaces.d.ts +7 -0
- package/dist/ui/components/error-boundary/interfaces.js +3 -0
- package/dist/ui/components/error-boundary/interfaces.js.map +1 -0
- package/dist/ui/components/error-boundary/src/ErrorBoundary.d.ts +21 -0
- package/dist/ui/components/error-boundary/src/ErrorBoundary.js +112 -0
- package/dist/ui/components/error-boundary/src/ErrorBoundary.js.map +1 -0
- package/dist/ui/components/error-boundary/src/ErrorBoundaryContext.d.ts +6 -0
- package/dist/ui/components/error-boundary/src/ErrorBoundaryContext.js +6 -0
- package/dist/ui/components/error-boundary/src/ErrorBoundaryContext.js.map +1 -0
- package/dist/ui/components/error-boundary/src/assertErrorBoundaryContext.d.ts +2 -0
- package/dist/ui/components/error-boundary/src/assertErrorBoundaryContext.js +11 -0
- package/dist/ui/components/error-boundary/src/assertErrorBoundaryContext.js.map +1 -0
- package/dist/ui/components/error-boundary/src/env-conditions/development.d.ts +1 -0
- package/dist/ui/components/error-boundary/src/env-conditions/development.js +5 -0
- package/dist/ui/components/error-boundary/src/env-conditions/development.js.map +1 -0
- package/dist/ui/components/error-boundary/src/env-conditions/production.d.ts +1 -0
- package/dist/ui/components/error-boundary/src/env-conditions/production.js +5 -0
- package/dist/ui/components/error-boundary/src/env-conditions/production.js.map +1 -0
- package/dist/ui/components/error-boundary/src/index.d.ts +5 -0
- package/dist/ui/components/error-boundary/src/index.js +22 -0
- package/dist/ui/components/error-boundary/src/index.js.map +1 -0
- package/dist/ui/components/error-boundary/src/types.d.ts +35 -0
- package/dist/ui/components/error-boundary/src/types.js +3 -0
- package/dist/ui/components/error-boundary/src/types.js.map +1 -0
- package/dist/ui/components/error-boundary/src/useErrorBoundary.d.ts +5 -0
- package/dist/ui/components/error-boundary/src/useErrorBoundary.js +31 -0
- package/dist/ui/components/error-boundary/src/useErrorBoundary.js.map +1 -0
- package/dist/ui/components/error-boundary/src/withErrorBoundary.d.ts +3 -0
- package/dist/ui/components/error-boundary/src/withErrorBoundary.js +26 -0
- package/dist/ui/components/error-boundary/src/withErrorBoundary.js.map +1 -0
- package/dist/ui/components/form/checkbox/index.d.ts +7 -0
- package/dist/ui/components/form/checkbox/index.js +89 -0
- package/dist/ui/components/form/checkbox/index.js.map +1 -0
- package/dist/ui/components/form/checkbox/styles.d.ts +1 -0
- package/dist/ui/components/form/checkbox/styles.js +14 -0
- package/dist/ui/components/form/checkbox/styles.js.map +1 -0
- package/dist/ui/components/form/drag-and-drop/index.d.ts +24 -0
- package/dist/ui/components/form/drag-and-drop/index.js +78 -0
- package/dist/ui/components/form/drag-and-drop/index.js.map +1 -0
- package/dist/ui/components/form/handler/component.d.ts +2 -0
- package/dist/ui/components/form/handler/component.js +29 -0
- package/dist/ui/components/form/handler/component.js.map +1 -0
- package/dist/ui/components/form/handler/custom-submit/index.d.ts +26 -0
- package/dist/ui/components/form/handler/custom-submit/index.js +27 -0
- package/dist/ui/components/form/handler/custom-submit/index.js.map +1 -0
- package/dist/ui/components/form/handler/dynamic_form_handler/component.d.ts +2 -0
- package/dist/ui/components/form/handler/dynamic_form_handler/component.js +121 -0
- package/dist/ui/components/form/handler/dynamic_form_handler/component.js.map +1 -0
- package/dist/ui/components/form/handler/dynamic_form_handler/index.d.ts +3 -0
- package/dist/ui/components/form/handler/dynamic_form_handler/index.js +20 -0
- package/dist/ui/components/form/handler/dynamic_form_handler/index.js.map +1 -0
- package/dist/ui/components/form/handler/dynamic_form_handler/interfaces.d.ts +31 -0
- package/dist/ui/components/form/handler/dynamic_form_handler/interfaces.js +3 -0
- package/dist/ui/components/form/handler/dynamic_form_handler/interfaces.js.map +1 -0
- package/dist/ui/components/form/handler/dynamic_form_handler/render-dynamic-inputs/index.d.ts +6 -0
- package/dist/ui/components/form/handler/dynamic_form_handler/render-dynamic-inputs/index.js +70 -0
- package/dist/ui/components/form/handler/dynamic_form_handler/render-dynamic-inputs/index.js.map +1 -0
- package/dist/ui/components/form/handler/dynamic_form_handler/styles.d.ts +1 -0
- package/dist/ui/components/form/handler/dynamic_form_handler/styles.js +14 -0
- package/dist/ui/components/form/handler/dynamic_form_handler/styles.js.map +1 -0
- package/dist/ui/components/form/handler/form-handler/generate-schemas.d.ts +17 -0
- package/dist/ui/components/form/handler/form-handler/generate-schemas.js +120 -0
- package/dist/ui/components/form/handler/form-handler/generate-schemas.js.map +1 -0
- package/dist/ui/components/form/handler/form-handler/index.d.ts +11 -0
- package/dist/ui/components/form/handler/form-handler/index.js +336 -0
- package/dist/ui/components/form/handler/form-handler/index.js.map +1 -0
- package/dist/ui/components/form/handler/form-handler/use-form-handler.d.ts +7 -0
- package/dist/ui/components/form/handler/form-handler/use-form-handler.js +10 -0
- package/dist/ui/components/form/handler/form-handler/use-form-handler.js.map +1 -0
- package/dist/ui/components/form/handler/form-handler/use-schemas.d.ts +2 -0
- package/dist/ui/components/form/handler/form-handler/use-schemas.js +139 -0
- package/dist/ui/components/form/handler/form-handler/use-schemas.js.map +1 -0
- package/dist/ui/components/form/handler/form-handler/use-send-file.d.ts +5 -0
- package/dist/ui/components/form/handler/form-handler/use-send-file.js +210 -0
- package/dist/ui/components/form/handler/form-handler/use-send-file.js.map +1 -0
- package/dist/ui/components/form/handler/i18n/capture-i18n-errors/index.d.ts +6 -0
- package/dist/ui/components/form/handler/i18n/capture-i18n-errors/index.js +29 -0
- package/dist/ui/components/form/handler/i18n/capture-i18n-errors/index.js.map +1 -0
- package/dist/ui/components/form/handler/i18n/index.d.ts +2 -0
- package/dist/ui/components/form/handler/i18n/index.js +56 -0
- package/dist/ui/components/form/handler/i18n/index.js.map +1 -0
- package/dist/ui/components/form/handler/index.d.ts +6 -0
- package/dist/ui/components/form/handler/index.js +23 -0
- package/dist/ui/components/form/handler/index.js.map +1 -0
- package/dist/ui/components/form/handler/interfaces.d.ts +84 -0
- package/dist/ui/components/form/handler/interfaces.js +3 -0
- package/dist/ui/components/form/handler/interfaces.js.map +1 -0
- package/dist/ui/components/form/handler/styles.d.ts +3 -0
- package/dist/ui/components/form/handler/styles.js +14 -0
- package/dist/ui/components/form/handler/styles.js.map +1 -0
- package/dist/ui/components/form/index.d.ts +29 -0
- package/dist/ui/components/form/index.js +46 -0
- package/dist/ui/components/form/index.js.map +1 -0
- package/dist/ui/components/form/input/index.d.ts +2 -0
- package/dist/ui/components/form/input/index.js +82 -0
- package/dist/ui/components/form/input/index.js.map +1 -0
- package/dist/ui/components/form/input-cep/component.d.ts +2 -0
- package/dist/ui/components/form/input-cep/component.js +124 -0
- package/dist/ui/components/form/input-cep/component.js.map +1 -0
- package/dist/ui/components/form/input-cep/index.d.ts +3 -0
- package/dist/ui/components/form/input-cep/index.js +20 -0
- package/dist/ui/components/form/input-cep/index.js.map +1 -0
- package/dist/ui/components/form/input-cep/interfaces.d.ts +15 -0
- package/dist/ui/components/form/input-cep/interfaces.js +3 -0
- package/dist/ui/components/form/input-cep/interfaces.js.map +1 -0
- package/dist/ui/components/form/input-cep/use-cep/hook.d.ts +5 -0
- package/dist/ui/components/form/input-cep/use-cep/hook.js +13 -0
- package/dist/ui/components/form/input-cep/use-cep/hook.js.map +1 -0
- package/dist/ui/components/form/input-cep/use-cep/index.d.ts +2 -0
- package/dist/ui/components/form/input-cep/use-cep/index.js +19 -0
- package/dist/ui/components/form/input-cep/use-cep/index.js.map +1 -0
- package/dist/ui/components/form/input-cep/use-cep/providers/ibge/hook.d.ts +5 -0
- package/dist/ui/components/form/input-cep/use-cep/providers/ibge/hook.js +66 -0
- package/dist/ui/components/form/input-cep/use-cep/providers/ibge/hook.js.map +1 -0
- package/dist/ui/components/form/input-cep/use-cep/providers/ibge/index.d.ts +3 -0
- package/dist/ui/components/form/input-cep/use-cep/providers/ibge/index.js +20 -0
- package/dist/ui/components/form/input-cep/use-cep/providers/ibge/index.js.map +1 -0
- package/dist/ui/components/form/input-cep/use-cep/providers/ibge/interfaces.d.ts +13 -0
- package/dist/ui/components/form/input-cep/use-cep/providers/ibge/interfaces.js +3 -0
- package/dist/ui/components/form/input-cep/use-cep/providers/ibge/interfaces.js.map +1 -0
- package/dist/ui/components/form/input-cep/use-cep/providers/ibge/service.d.ts +1 -0
- package/dist/ui/components/form/input-cep/use-cep/providers/ibge/service.js +14 -0
- package/dist/ui/components/form/input-cep/use-cep/providers/ibge/service.js.map +1 -0
- package/dist/ui/components/form/input-cep/use-cep/providers/index.d.ts +1 -0
- package/dist/ui/components/form/input-cep/use-cep/providers/index.js +18 -0
- package/dist/ui/components/form/input-cep/use-cep/providers/index.js.map +1 -0
- package/dist/ui/components/form/input-color/index.d.ts +2 -0
- package/dist/ui/components/form/input-color/index.js +20 -0
- package/dist/ui/components/form/input-color/index.js.map +1 -0
- package/dist/ui/components/form/input-control/error/index.d.ts +3 -0
- package/dist/ui/components/form/input-control/error/index.js +43 -0
- package/dist/ui/components/form/input-control/error/index.js.map +1 -0
- package/dist/ui/components/form/input-control/error/styles.d.ts +1 -0
- package/dist/ui/components/form/input-control/error/styles.js +14 -0
- package/dist/ui/components/form/input-control/error/styles.js.map +1 -0
- package/dist/ui/components/form/input-control/index.d.ts +4 -0
- package/dist/ui/components/form/input-control/index.js +53 -0
- package/dist/ui/components/form/input-control/index.js.map +1 -0
- package/dist/ui/components/form/input-control/label/index.d.ts +2 -0
- package/dist/ui/components/form/input-control/label/index.js +47 -0
- package/dist/ui/components/form/input-control/label/index.js.map +1 -0
- package/dist/ui/components/form/input-control/label/interfaces.d.ts +4 -0
- package/dist/ui/components/form/input-control/label/interfaces.js +1 -0
- package/dist/ui/components/form/input-control/label/interfaces.js.map +1 -0
- package/dist/ui/components/form/input-control/label/styles.d.ts +1 -0
- package/dist/ui/components/form/input-control/label/styles.js +14 -0
- package/dist/ui/components/form/input-control/label/styles.js.map +1 -0
- package/dist/ui/components/form/input-control/loader-input/index.d.ts +1 -0
- package/dist/ui/components/form/input-control/loader-input/index.js +43 -0
- package/dist/ui/components/form/input-control/loader-input/index.js.map +1 -0
- package/dist/ui/components/form/input-control/loader-input/styles.d.ts +1 -0
- package/dist/ui/components/form/input-control/loader-input/styles.js +14 -0
- package/dist/ui/components/form/input-control/loader-input/styles.js.map +1 -0
- package/dist/ui/components/form/input-control/styles.d.ts +8 -0
- package/dist/ui/components/form/input-control/styles.js +14 -0
- package/dist/ui/components/form/input-control/styles.js.map +1 -0
- package/dist/ui/components/form/input-counter/index.d.ts +10 -0
- package/dist/ui/components/form/input-counter/index.js +71 -0
- package/dist/ui/components/form/input-counter/index.js.map +1 -0
- package/dist/ui/components/form/input-counter/styles.d.ts +1 -0
- package/dist/ui/components/form/input-counter/styles.js +14 -0
- package/dist/ui/components/form/input-counter/styles.js.map +1 -0
- package/dist/ui/components/form/input-cpf-cnpj/index.d.ts +2 -0
- package/dist/ui/components/form/input-cpf-cnpj/index.js +28 -0
- package/dist/ui/components/form/input-cpf-cnpj/index.js.map +1 -0
- package/dist/ui/components/form/input-currency/components/CurrencyInput.d.ts +2 -0
- package/dist/ui/components/form/input-currency/components/CurrencyInput.js +243 -0
- package/dist/ui/components/form/input-currency/components/CurrencyInput.js.map +1 -0
- package/dist/ui/components/form/input-currency/components/CurrencyInputProps.d.ts +160 -0
- package/dist/ui/components/form/input-currency/components/CurrencyInputProps.js +3 -0
- package/dist/ui/components/form/input-currency/components/CurrencyInputProps.js.map +1 -0
- package/dist/ui/components/form/input-currency/components/index.d.ts +1 -0
- package/dist/ui/components/form/input-currency/components/index.js +18 -0
- package/dist/ui/components/form/input-currency/components/index.js.map +1 -0
- package/dist/ui/components/form/input-currency/components/utils/addSeparators.d.ts +4 -0
- package/dist/ui/components/form/input-currency/components/utils/addSeparators.js +12 -0
- package/dist/ui/components/form/input-currency/components/utils/addSeparators.js.map +1 -0
- package/dist/ui/components/form/input-currency/components/utils/cleanValue.d.ts +8 -0
- package/dist/ui/components/form/input-currency/components/utils/cleanValue.js +62 -0
- package/dist/ui/components/form/input-currency/components/utils/cleanValue.js.map +1 -0
- package/dist/ui/components/form/input-currency/components/utils/escapeRegExp.d.ts +6 -0
- package/dist/ui/components/form/input-currency/components/utils/escapeRegExp.js +13 -0
- package/dist/ui/components/form/input-currency/components/utils/escapeRegExp.js.map +1 -0
- package/dist/ui/components/form/input-currency/components/utils/fixedDecimalValue.d.ts +1 -0
- package/dist/ui/components/form/input-currency/components/utils/fixedDecimalValue.js +30 -0
- package/dist/ui/components/form/input-currency/components/utils/fixedDecimalValue.js.map +1 -0
- package/dist/ui/components/form/input-currency/components/utils/formatValue.d.ts +49 -0
- package/dist/ui/components/form/input-currency/components/utils/formatValue.js +132 -0
- package/dist/ui/components/form/input-currency/components/utils/formatValue.js.map +1 -0
- package/dist/ui/components/form/input-currency/components/utils/getLocaleConfig.d.ts +13 -0
- package/dist/ui/components/form/input-currency/components/utils/getLocaleConfig.js +49 -0
- package/dist/ui/components/form/input-currency/components/utils/getLocaleConfig.js.map +1 -0
- package/dist/ui/components/form/input-currency/components/utils/getSuffix.d.ts +6 -0
- package/dist/ui/components/form/input-currency/components/utils/getSuffix.js +12 -0
- package/dist/ui/components/form/input-currency/components/utils/getSuffix.js.map +1 -0
- package/dist/ui/components/form/input-currency/components/utils/index.d.ts +8 -0
- package/dist/ui/components/form/input-currency/components/utils/index.js +25 -0
- package/dist/ui/components/form/input-currency/components/utils/index.js.map +1 -0
- package/dist/ui/components/form/input-currency/components/utils/isNumber.d.ts +1 -0
- package/dist/ui/components/form/input-currency/components/utils/isNumber.js +6 -0
- package/dist/ui/components/form/input-currency/components/utils/isNumber.js.map +1 -0
- package/dist/ui/components/form/input-currency/components/utils/padTrimValue.d.ts +1 -0
- package/dist/ui/components/form/input-currency/components/utils/padTrimValue.js +28 -0
- package/dist/ui/components/form/input-currency/components/utils/padTrimValue.js.map +1 -0
- package/dist/ui/components/form/input-currency/components/utils/parseAbbrValue.d.ts +10 -0
- package/dist/ui/components/form/input-currency/components/utils/parseAbbrValue.js +40 -0
- package/dist/ui/components/form/input-currency/components/utils/parseAbbrValue.js.map +1 -0
- package/dist/ui/components/form/input-currency/components/utils/removeInvalidChars.d.ts +4 -0
- package/dist/ui/components/form/input-currency/components/utils/removeInvalidChars.js +14 -0
- package/dist/ui/components/form/input-currency/components/utils/removeInvalidChars.js.map +1 -0
- package/dist/ui/components/form/input-currency/components/utils/removeSeparators.d.ts +4 -0
- package/dist/ui/components/form/input-currency/components/utils/removeSeparators.js +14 -0
- package/dist/ui/components/form/input-currency/components/utils/removeSeparators.js.map +1 -0
- package/dist/ui/components/form/input-currency/components/utils/repositionCursor.d.ts +16 -0
- package/dist/ui/components/form/input-currency/components/utils/repositionCursor.js +30 -0
- package/dist/ui/components/form/input-currency/components/utils/repositionCursor.js.map +1 -0
- package/dist/ui/components/form/input-currency/index.d.ts +9 -0
- package/dist/ui/components/form/input-currency/index.js +92 -0
- package/dist/ui/components/form/input-currency/index.js.map +1 -0
- package/dist/ui/components/form/input-date-picker/calendar/calendar-header/index.d.ts +2 -0
- package/dist/ui/components/form/input-date-picker/calendar/calendar-header/index.js +82 -0
- package/dist/ui/components/form/input-date-picker/calendar/calendar-header/index.js.map +1 -0
- package/dist/ui/components/form/input-date-picker/calendar/calendar-header/styles.d.ts +1 -0
- package/dist/ui/components/form/input-date-picker/calendar/calendar-header/styles.js +23 -0
- package/dist/ui/components/form/input-date-picker/calendar/calendar-header/styles.js.map +1 -0
- package/dist/ui/components/form/input-date-picker/calendar/days/index.d.ts +2 -0
- package/dist/ui/components/form/input-date-picker/calendar/days/index.js +95 -0
- package/dist/ui/components/form/input-date-picker/calendar/days/index.js.map +1 -0
- package/dist/ui/components/form/input-date-picker/calendar/days/styles.d.ts +1 -0
- package/dist/ui/components/form/input-date-picker/calendar/days/styles.js +17 -0
- package/dist/ui/components/form/input-date-picker/calendar/days/styles.js.map +1 -0
- package/dist/ui/components/form/input-date-picker/calendar/index.d.ts +8 -0
- package/dist/ui/components/form/input-date-picker/calendar/index.js +82 -0
- package/dist/ui/components/form/input-date-picker/calendar/index.js.map +1 -0
- package/dist/ui/components/form/input-date-picker/calendar/interface.d.ts +13 -0
- package/dist/ui/components/form/input-date-picker/calendar/interface.js +3 -0
- package/dist/ui/components/form/input-date-picker/calendar/interface.js.map +1 -0
- package/dist/ui/components/form/input-date-picker/calendar/months/index.d.ts +2 -0
- package/dist/ui/components/form/input-date-picker/calendar/months/index.js +77 -0
- package/dist/ui/components/form/input-date-picker/calendar/months/index.js.map +1 -0
- package/dist/ui/components/form/input-date-picker/calendar/months/styles.d.ts +1 -0
- package/dist/ui/components/form/input-date-picker/calendar/months/styles.js +17 -0
- package/dist/ui/components/form/input-date-picker/calendar/months/styles.js.map +1 -0
- package/dist/ui/components/form/input-date-picker/calendar/styles.d.ts +4 -0
- package/dist/ui/components/form/input-date-picker/calendar/styles.js +17 -0
- package/dist/ui/components/form/input-date-picker/calendar/styles.js.map +1 -0
- package/dist/ui/components/form/input-date-picker/calendar/years/index.d.ts +2 -0
- package/dist/ui/components/form/input-date-picker/calendar/years/index.js +89 -0
- package/dist/ui/components/form/input-date-picker/calendar/years/index.js.map +1 -0
- package/dist/ui/components/form/input-date-picker/calendar/years/styles.d.ts +1 -0
- package/dist/ui/components/form/input-date-picker/calendar/years/styles.js +14 -0
- package/dist/ui/components/form/input-date-picker/calendar/years/styles.js.map +1 -0
- package/dist/ui/components/form/input-date-picker/component.d.ts +8 -0
- package/dist/ui/components/form/input-date-picker/component.js +93 -0
- package/dist/ui/components/form/input-date-picker/component.js.map +1 -0
- package/dist/ui/components/form/input-date-picker/index.d.ts +2 -0
- package/dist/ui/components/form/input-date-picker/index.js +19 -0
- package/dist/ui/components/form/input-date-picker/index.js.map +1 -0
- package/dist/ui/components/form/input-date-picker/interfaces.d.ts +23 -0
- package/dist/ui/components/form/input-date-picker/interfaces.js +3 -0
- package/dist/ui/components/form/input-date-picker/interfaces.js.map +1 -0
- package/dist/ui/components/form/input-date-picker/mock/index.d.ts +1 -0
- package/dist/ui/components/form/input-date-picker/mock/index.js +18 -0
- package/dist/ui/components/form/input-date-picker/mock/index.js.map +1 -0
- package/dist/ui/components/form/input-date-picker/mock/translations.d.ts +20 -0
- package/dist/ui/components/form/input-date-picker/mock/translations.js +50 -0
- package/dist/ui/components/form/input-date-picker/mock/translations.js.map +1 -0
- package/dist/ui/components/form/input-date-picker/settings/index.d.ts +27 -0
- package/dist/ui/components/form/input-date-picker/settings/index.js +31 -0
- package/dist/ui/components/form/input-date-picker/settings/index.js.map +1 -0
- package/dist/ui/components/form/input-date-picker/styles.d.ts +0 -0
- package/dist/ui/components/form/input-date-picker/styles.js +1 -0
- package/dist/ui/components/form/input-date-picker/styles.js.map +1 -0
- package/dist/ui/components/form/input-date-picker-new/calendar/calendar-header/index.d.ts +2 -0
- package/dist/ui/components/form/input-date-picker-new/calendar/calendar-header/index.js +74 -0
- package/dist/ui/components/form/input-date-picker-new/calendar/calendar-header/index.js.map +1 -0
- package/dist/ui/components/form/input-date-picker-new/calendar/calendar-header/styles.d.ts +1 -0
- package/dist/ui/components/form/input-date-picker-new/calendar/calendar-header/styles.js +23 -0
- package/dist/ui/components/form/input-date-picker-new/calendar/calendar-header/styles.js.map +1 -0
- package/dist/ui/components/form/input-date-picker-new/calendar/days/index.d.ts +2 -0
- package/dist/ui/components/form/input-date-picker-new/calendar/days/index.js +98 -0
- package/dist/ui/components/form/input-date-picker-new/calendar/days/index.js.map +1 -0
- package/dist/ui/components/form/input-date-picker-new/calendar/days/styles.d.ts +1 -0
- package/dist/ui/components/form/input-date-picker-new/calendar/days/styles.js +17 -0
- package/dist/ui/components/form/input-date-picker-new/calendar/days/styles.js.map +1 -0
- package/dist/ui/components/form/input-date-picker-new/calendar/index.d.ts +8 -0
- package/dist/ui/components/form/input-date-picker-new/calendar/index.js +71 -0
- package/dist/ui/components/form/input-date-picker-new/calendar/index.js.map +1 -0
- package/dist/ui/components/form/input-date-picker-new/calendar/interface.d.ts +16 -0
- package/dist/ui/components/form/input-date-picker-new/calendar/interface.js +3 -0
- package/dist/ui/components/form/input-date-picker-new/calendar/interface.js.map +1 -0
- package/dist/ui/components/form/input-date-picker-new/calendar/months/index.d.ts +2 -0
- package/dist/ui/components/form/input-date-picker-new/calendar/months/index.js +83 -0
- package/dist/ui/components/form/input-date-picker-new/calendar/months/index.js.map +1 -0
- package/dist/ui/components/form/input-date-picker-new/calendar/months/styles.d.ts +1 -0
- package/dist/ui/components/form/input-date-picker-new/calendar/months/styles.js +17 -0
- package/dist/ui/components/form/input-date-picker-new/calendar/months/styles.js.map +1 -0
- package/dist/ui/components/form/input-date-picker-new/calendar/styles.d.ts +4 -0
- package/dist/ui/components/form/input-date-picker-new/calendar/styles.js +17 -0
- package/dist/ui/components/form/input-date-picker-new/calendar/styles.js.map +1 -0
- package/dist/ui/components/form/input-date-picker-new/component.d.ts +4 -0
- package/dist/ui/components/form/input-date-picker-new/component.js +105 -0
- package/dist/ui/components/form/input-date-picker-new/component.js.map +1 -0
- package/dist/ui/components/form/input-date-picker-new/index.d.ts +2 -0
- package/dist/ui/components/form/input-date-picker-new/index.js +19 -0
- package/dist/ui/components/form/input-date-picker-new/index.js.map +1 -0
- package/dist/ui/components/form/input-date-picker-new/interfaces.d.ts +22 -0
- package/dist/ui/components/form/input-date-picker-new/interfaces.js +3 -0
- package/dist/ui/components/form/input-date-picker-new/interfaces.js.map +1 -0
- package/dist/ui/components/form/input-date-picker-new/mock/index.d.ts +1 -0
- package/dist/ui/components/form/input-date-picker-new/mock/index.js +18 -0
- package/dist/ui/components/form/input-date-picker-new/mock/index.js.map +1 -0
- package/dist/ui/components/form/input-date-picker-new/mock/translations.d.ts +20 -0
- package/dist/ui/components/form/input-date-picker-new/mock/translations.js +50 -0
- package/dist/ui/components/form/input-date-picker-new/mock/translations.js.map +1 -0
- package/dist/ui/components/form/input-date-picker-new/styles.d.ts +1 -0
- package/dist/ui/components/form/input-date-picker-new/styles.js +14 -0
- package/dist/ui/components/form/input-date-picker-new/styles.js.map +1 -0
- package/dist/ui/components/form/input-date-range/component.d.ts +7 -0
- package/dist/ui/components/form/input-date-range/component.js +63 -0
- package/dist/ui/components/form/input-date-range/component.js.map +1 -0
- package/dist/ui/components/form/input-date-range/filter/index.d.ts +2 -0
- package/dist/ui/components/form/input-date-range/filter/index.js +80 -0
- package/dist/ui/components/form/input-date-range/filter/index.js.map +1 -0
- package/dist/ui/components/form/input-date-range/filter/styles.d.ts +2 -0
- package/dist/ui/components/form/input-date-range/filter/styles.js +15 -0
- package/dist/ui/components/form/input-date-range/filter/styles.js.map +1 -0
- package/dist/ui/components/form/input-date-range/index.d.ts +1 -0
- package/dist/ui/components/form/input-date-range/index.js +18 -0
- package/dist/ui/components/form/input-date-range/index.js.map +1 -0
- package/dist/ui/components/form/input-date-range/styles.d.ts +1 -0
- package/dist/ui/components/form/input-date-range/styles.js +14 -0
- package/dist/ui/components/form/input-date-range/styles.js.map +1 -0
- package/dist/ui/components/form/input-file/component.d.ts +22 -0
- package/dist/ui/components/form/input-file/component.js +57 -0
- package/dist/ui/components/form/input-file/component.js.map +1 -0
- package/dist/ui/components/form/input-file/hooks/index.d.ts +4 -0
- package/dist/ui/components/form/input-file/hooks/index.js +21 -0
- package/dist/ui/components/form/input-file/hooks/index.js.map +1 -0
- package/dist/ui/components/form/input-file/hooks/use-components-file.d.ts +9 -0
- package/dist/ui/components/form/input-file/hooks/use-components-file.js +74 -0
- package/dist/ui/components/form/input-file/hooks/use-components-file.js.map +1 -0
- package/dist/ui/components/form/input-file/hooks/use-file-elements.d.ts +13 -0
- package/dist/ui/components/form/input-file/hooks/use-file-elements.js +85 -0
- package/dist/ui/components/form/input-file/hooks/use-file-elements.js.map +1 -0
- package/dist/ui/components/form/input-file/hooks/use-file.d.ts +25 -0
- package/dist/ui/components/form/input-file/hooks/use-file.js +133 -0
- package/dist/ui/components/form/input-file/hooks/use-file.js.map +1 -0
- package/dist/ui/components/form/input-file/hooks/use-rendered-file.d.ts +9 -0
- package/dist/ui/components/form/input-file/hooks/use-rendered-file.js +70 -0
- package/dist/ui/components/form/input-file/hooks/use-rendered-file.js.map +1 -0
- package/dist/ui/components/form/input-file/index.d.ts +4 -0
- package/dist/ui/components/form/input-file/index.js +21 -0
- package/dist/ui/components/form/input-file/index.js.map +1 -0
- package/dist/ui/components/form/input-file/render-files/component.d.ts +2 -0
- package/dist/ui/components/form/input-file/render-files/component.js +29 -0
- package/dist/ui/components/form/input-file/render-files/component.js.map +1 -0
- package/dist/ui/components/form/input-file/render-files/file-item/button-upload-image-mobile/index.d.ts +13 -0
- package/dist/ui/components/form/input-file/render-files/file-item/button-upload-image-mobile/index.js +17 -0
- package/dist/ui/components/form/input-file/render-files/file-item/button-upload-image-mobile/index.js.map +1 -0
- package/dist/ui/components/form/input-file/render-files/file-item/index.d.ts +3 -0
- package/dist/ui/components/form/input-file/render-files/file-item/index.js +59 -0
- package/dist/ui/components/form/input-file/render-files/file-item/index.js.map +1 -0
- package/dist/ui/components/form/input-file/render-files/file-item/styles.d.ts +2 -0
- package/dist/ui/components/form/input-file/render-files/file-item/styles.js +15 -0
- package/dist/ui/components/form/input-file/render-files/file-item/styles.js.map +1 -0
- package/dist/ui/components/form/input-file/render-files/index.d.ts +3 -0
- package/dist/ui/components/form/input-file/render-files/index.js +20 -0
- package/dist/ui/components/form/input-file/render-files/index.js.map +1 -0
- package/dist/ui/components/form/input-file/render-files/interfaces.d.ts +6 -0
- package/dist/ui/components/form/input-file/render-files/interfaces.js +3 -0
- package/dist/ui/components/form/input-file/render-files/interfaces.js.map +1 -0
- package/dist/ui/components/form/input-file/styles.d.ts +2 -0
- package/dist/ui/components/form/input-file/styles.js +15 -0
- package/dist/ui/components/form/input-file/styles.js.map +1 -0
- package/dist/ui/components/form/input-manager/component.d.ts +3 -0
- package/dist/ui/components/form/input-manager/component.js +105 -0
- package/dist/ui/components/form/input-manager/component.js.map +1 -0
- package/dist/ui/components/form/input-manager/index.d.ts +2 -0
- package/dist/ui/components/form/input-manager/index.js +19 -0
- package/dist/ui/components/form/input-manager/index.js.map +1 -0
- package/dist/ui/components/form/input-manager/interfaces.d.ts +9 -0
- package/dist/ui/components/form/input-manager/interfaces.js +3 -0
- package/dist/ui/components/form/input-manager/interfaces.js.map +1 -0
- package/dist/ui/components/form/input-manager/styles.d.ts +4 -0
- package/dist/ui/components/form/input-manager/styles.js +17 -0
- package/dist/ui/components/form/input-manager/styles.js.map +1 -0
- package/dist/ui/components/form/input-mask/index.d.ts +7 -0
- package/dist/ui/components/form/input-mask/index.js +117 -0
- package/dist/ui/components/form/input-mask/index.js.map +1 -0
- package/dist/ui/components/form/input-password/index.d.ts +5 -0
- package/dist/ui/components/form/input-password/index.js +71 -0
- package/dist/ui/components/form/input-password/index.js.map +1 -0
- package/dist/ui/components/form/input-password/styles.d.ts +1 -0
- package/dist/ui/components/form/input-password/styles.js +14 -0
- package/dist/ui/components/form/input-password/styles.js.map +1 -0
- package/dist/ui/components/form/input-range/index.d.ts +6 -0
- package/dist/ui/components/form/input-range/index.js +96 -0
- package/dist/ui/components/form/input-range/index.js.map +1 -0
- package/dist/ui/components/form/input-range/styles.d.ts +1 -0
- package/dist/ui/components/form/input-range/styles.js +14 -0
- package/dist/ui/components/form/input-range/styles.js.map +1 -0
- package/dist/ui/components/form/input-seo/index.d.ts +5 -0
- package/dist/ui/components/form/input-seo/index.js +45 -0
- package/dist/ui/components/form/input-seo/index.js.map +1 -0
- package/dist/ui/components/form/input-seo/input-meta-image/index.d.ts +2 -0
- package/dist/ui/components/form/input-seo/input-meta-image/index.js +60 -0
- package/dist/ui/components/form/input-seo/input-meta-image/index.js.map +1 -0
- package/dist/ui/components/form/input-seo/input-meta-image/styles.d.ts +1 -0
- package/dist/ui/components/form/input-seo/input-meta-image/styles.js +14 -0
- package/dist/ui/components/form/input-seo/input-meta-image/styles.js.map +1 -0
- package/dist/ui/components/form/input-seo/styles.d.ts +1 -0
- package/dist/ui/components/form/input-seo/styles.js +11 -0
- package/dist/ui/components/form/input-seo/styles.js.map +1 -0
- package/dist/ui/components/form/input-star/index.d.ts +2 -0
- package/dist/ui/components/form/input-star/index.js +58 -0
- package/dist/ui/components/form/input-star/index.js.map +1 -0
- package/dist/ui/components/form/input-star/styles.d.ts +4 -0
- package/dist/ui/components/form/input-star/styles.js +18 -0
- package/dist/ui/components/form/input-star/styles.js.map +1 -0
- package/dist/ui/components/form/input-svg/index.d.ts +2 -0
- package/dist/ui/components/form/input-svg/index.js +89 -0
- package/dist/ui/components/form/input-svg/index.js.map +1 -0
- package/dist/ui/components/form/input-svg/styles.d.ts +1 -0
- package/dist/ui/components/form/input-svg/styles.js +14 -0
- package/dist/ui/components/form/input-svg/styles.js.map +1 -0
- package/dist/ui/components/form/input-switch/index.d.ts +2 -0
- package/dist/ui/components/form/input-switch/index.js +71 -0
- package/dist/ui/components/form/input-switch/index.js.map +1 -0
- package/dist/ui/components/form/input-switch/interfaces.d.ts +5 -0
- package/dist/ui/components/form/input-switch/interfaces.js +3 -0
- package/dist/ui/components/form/input-switch/interfaces.js.map +1 -0
- package/dist/ui/components/form/input-switch/styles.d.ts +2 -0
- package/dist/ui/components/form/input-switch/styles.js +15 -0
- package/dist/ui/components/form/input-switch/styles.js.map +1 -0
- package/dist/ui/components/form/input-youtube/index.d.ts +2 -0
- package/dist/ui/components/form/input-youtube/index.js +72 -0
- package/dist/ui/components/form/input-youtube/index.js.map +1 -0
- package/dist/ui/components/form/input-youtube/styles.d.ts +1 -0
- package/dist/ui/components/form/input-youtube/styles.js +14 -0
- package/dist/ui/components/form/input-youtube/styles.js.map +1 -0
- package/dist/ui/components/form/interfaces.d.ts +78 -0
- package/dist/ui/components/form/interfaces.js +3 -0
- package/dist/ui/components/form/interfaces.js.map +1 -0
- package/dist/ui/components/form/radio/index.d.ts +21 -0
- package/dist/ui/components/form/radio/index.js +73 -0
- package/dist/ui/components/form/radio/index.js.map +1 -0
- package/dist/ui/components/form/radio/styles.d.ts +1 -0
- package/dist/ui/components/form/radio/styles.js +14 -0
- package/dist/ui/components/form/radio/styles.js.map +1 -0
- package/dist/ui/components/form/select/custom-styles.d.ts +2 -0
- package/dist/ui/components/form/select/custom-styles.js +29 -0
- package/dist/ui/components/form/select/custom-styles.js.map +1 -0
- package/dist/ui/components/form/select/index.d.ts +4 -0
- package/dist/ui/components/form/select/index.js +156 -0
- package/dist/ui/components/form/select/index.js.map +1 -0
- package/dist/ui/components/form/select/interfaces.d.ts +0 -0
- package/dist/ui/components/form/select/interfaces.js +1 -0
- package/dist/ui/components/form/select/interfaces.js.map +1 -0
- package/dist/ui/components/form/select/styles.d.ts +1 -0
- package/dist/ui/components/form/select/styles.js +14 -0
- package/dist/ui/components/form/select/styles.js.map +1 -0
- package/dist/ui/components/form/select-icon/index.d.ts +2 -0
- package/dist/ui/components/form/select-icon/index.js +58 -0
- package/dist/ui/components/form/select-icon/index.js.map +1 -0
- package/dist/ui/components/form/select-icon/styles.d.ts +1 -0
- package/dist/ui/components/form/select-icon/styles.js +14 -0
- package/dist/ui/components/form/select-icon/styles.js.map +1 -0
- package/dist/ui/components/form/text-editor/component.d.ts +10 -0
- package/dist/ui/components/form/text-editor/component.js +65 -0
- package/dist/ui/components/form/text-editor/component.js.map +1 -0
- package/dist/ui/components/form/text-editor/hook/index.d.ts +4 -0
- package/dist/ui/components/form/text-editor/hook/index.js +20 -0
- package/dist/ui/components/form/text-editor/hook/index.js.map +1 -0
- package/dist/ui/components/form/text-editor/index.d.ts +3 -0
- package/dist/ui/components/form/text-editor/index.js +20 -0
- package/dist/ui/components/form/text-editor/index.js.map +1 -0
- package/dist/ui/components/form/text-editor/quill.d.ts +21 -0
- package/dist/ui/components/form/text-editor/quill.js +137 -0
- package/dist/ui/components/form/text-editor/quill.js.map +1 -0
- package/dist/ui/components/form/textarea/index.d.ts +2 -0
- package/dist/ui/components/form/textarea/index.js +52 -0
- package/dist/ui/components/form/textarea/index.js.map +1 -0
- package/dist/ui/components/google-translate-page/index.d.ts +8 -0
- package/dist/ui/components/google-translate-page/index.js +49 -0
- package/dist/ui/components/google-translate-page/index.js.map +1 -0
- package/dist/ui/components/google-translate-page/styles.d.ts +1 -0
- package/dist/ui/components/google-translate-page/styles.js +11 -0
- package/dist/ui/components/google-translate-page/styles.js.map +1 -0
- package/dist/ui/components/google-translate-page/translate.d.ts +12 -0
- package/dist/ui/components/google-translate-page/translate.js +42 -0
- package/dist/ui/components/google-translate-page/translate.js.map +1 -0
- package/dist/ui/components/index.d.ts +30 -0
- package/dist/ui/components/index.js +47 -0
- package/dist/ui/components/index.js.map +1 -0
- package/dist/ui/components/loader-circle/index.d.ts +2 -0
- package/dist/ui/components/loader-circle/index.js +14 -0
- package/dist/ui/components/loader-circle/index.js.map +1 -0
- package/dist/ui/components/loader-circle/interfaces.d.ts +4 -0
- package/dist/ui/components/loader-circle/interfaces.js +3 -0
- package/dist/ui/components/loader-circle/interfaces.js.map +1 -0
- package/dist/ui/components/loading-screen/index.d.ts +2 -0
- package/dist/ui/components/loading-screen/index.js +59 -0
- package/dist/ui/components/loading-screen/index.js.map +1 -0
- package/dist/ui/components/loading-screen/interfaces.d.ts +5 -0
- package/dist/ui/components/loading-screen/interfaces.js +3 -0
- package/dist/ui/components/loading-screen/interfaces.js.map +1 -0
- package/dist/ui/components/loading-screen/styles.d.ts +1 -0
- package/dist/ui/components/loading-screen/styles.js +45 -0
- package/dist/ui/components/loading-screen/styles.js.map +1 -0
- package/dist/ui/components/menu-mobile/components/nav-links/index.d.ts +3 -0
- package/dist/ui/components/menu-mobile/components/nav-links/index.js +80 -0
- package/dist/ui/components/menu-mobile/components/nav-links/index.js.map +1 -0
- package/dist/ui/components/menu-mobile/components/nav-links/interfaces.d.ts +5 -0
- package/dist/ui/components/menu-mobile/components/nav-links/interfaces.js +3 -0
- package/dist/ui/components/menu-mobile/components/nav-links/interfaces.js.map +1 -0
- package/dist/ui/components/menu-mobile/components/nav-links/styles.d.ts +1 -0
- package/dist/ui/components/menu-mobile/components/nav-links/styles.js +14 -0
- package/dist/ui/components/menu-mobile/components/nav-links/styles.js.map +1 -0
- package/dist/ui/components/menu-mobile/index.d.ts +2 -0
- package/dist/ui/components/menu-mobile/index.js +87 -0
- package/dist/ui/components/menu-mobile/index.js.map +1 -0
- package/dist/ui/components/menu-mobile/interfaces.d.ts +24 -0
- package/dist/ui/components/menu-mobile/interfaces.js +3 -0
- package/dist/ui/components/menu-mobile/interfaces.js.map +1 -0
- package/dist/ui/components/menu-mobile/styles.d.ts +1 -0
- package/dist/ui/components/menu-mobile/styles.js +14 -0
- package/dist/ui/components/menu-mobile/styles.js.map +1 -0
- package/dist/ui/components/menu-mobile/top/index.d.ts +2 -0
- package/dist/ui/components/menu-mobile/top/index.js +59 -0
- package/dist/ui/components/menu-mobile/top/index.js.map +1 -0
- package/dist/ui/components/menu-mobile/top/interfaces.d.ts +6 -0
- package/dist/ui/components/menu-mobile/top/interfaces.js +3 -0
- package/dist/ui/components/menu-mobile/top/interfaces.js.map +1 -0
- package/dist/ui/components/menu-mobile/top/styles.d.ts +1 -0
- package/dist/ui/components/menu-mobile/top/styles.js +14 -0
- package/dist/ui/components/menu-mobile/top/styles.js.map +1 -0
- package/dist/ui/components/modal/component.d.ts +2 -0
- package/dist/ui/components/modal/component.js +58 -0
- package/dist/ui/components/modal/component.js.map +1 -0
- package/dist/ui/components/modal/index.d.ts +2 -0
- package/dist/ui/components/modal/index.js +19 -0
- package/dist/ui/components/modal/index.js.map +1 -0
- package/dist/ui/components/modal/interfaces.d.ts +17 -0
- package/dist/ui/components/modal/interfaces.js +3 -0
- package/dist/ui/components/modal/interfaces.js.map +1 -0
- package/dist/ui/components/modal/styles.d.ts +3 -0
- package/dist/ui/components/modal/styles.js +18 -0
- package/dist/ui/components/modal/styles.js.map +1 -0
- package/dist/ui/components/next-image/index.d.ts +2 -0
- package/dist/ui/components/next-image/index.js +49 -0
- package/dist/ui/components/next-image/index.js.map +1 -0
- package/dist/ui/components/next-image/interfaces.d.ts +8 -0
- package/dist/ui/components/next-image/interfaces.js +3 -0
- package/dist/ui/components/next-image/interfaces.js.map +1 -0
- package/dist/ui/components/next-image/styles.d.ts +1 -0
- package/dist/ui/components/next-image/styles.js +14 -0
- package/dist/ui/components/next-image/styles.js.map +1 -0
- package/dist/ui/components/overlay/index.d.ts +2 -0
- package/dist/ui/components/overlay/index.js +61 -0
- package/dist/ui/components/overlay/index.js.map +1 -0
- package/dist/ui/components/overlay/interfaces.d.ts +7 -0
- package/dist/ui/components/overlay/interfaces.js +3 -0
- package/dist/ui/components/overlay/interfaces.js.map +1 -0
- package/dist/ui/components/overlay/styles.d.ts +4 -0
- package/dist/ui/components/overlay/styles.js +52 -0
- package/dist/ui/components/overlay/styles.js.map +1 -0
- package/dist/ui/components/pagination/index.d.ts +2 -0
- package/dist/ui/components/pagination/index.js +69 -0
- package/dist/ui/components/pagination/index.js.map +1 -0
- package/dist/ui/components/pagination/service.d.ts +24 -0
- package/dist/ui/components/pagination/service.js +50 -0
- package/dist/ui/components/pagination/service.js.map +1 -0
- package/dist/ui/components/pagination/styles.d.ts +1 -0
- package/dist/ui/components/pagination/styles.js +14 -0
- package/dist/ui/components/pagination/styles.js.map +1 -0
- package/dist/ui/components/pix/index.d.ts +15 -0
- package/dist/ui/components/pix/index.js +72 -0
- package/dist/ui/components/pix/index.js.map +1 -0
- package/dist/ui/components/pix/pix-sucess/index.d.ts +6 -0
- package/dist/ui/components/pix/pix-sucess/index.js +48 -0
- package/dist/ui/components/pix/pix-sucess/index.js.map +1 -0
- package/dist/ui/components/pix/pix-sucess/styles.d.ts +1 -0
- package/dist/ui/components/pix/pix-sucess/styles.js +14 -0
- package/dist/ui/components/pix/pix-sucess/styles.js.map +1 -0
- package/dist/ui/components/pix/styles.d.ts +1 -0
- package/dist/ui/components/pix/styles.js +20 -0
- package/dist/ui/components/pix/styles.js.map +1 -0
- package/dist/ui/components/pix/timer/index.d.ts +3 -0
- package/dist/ui/components/pix/timer/index.js +69 -0
- package/dist/ui/components/pix/timer/index.js.map +1 -0
- package/dist/ui/components/pix/timer/styles.d.ts +1 -0
- package/dist/ui/components/pix/timer/styles.js +14 -0
- package/dist/ui/components/pix/timer/styles.js.map +1 -0
- package/dist/ui/components/pop-confirm/component.d.ts +14 -0
- package/dist/ui/components/pop-confirm/component.js +76 -0
- package/dist/ui/components/pop-confirm/component.js.map +1 -0
- package/dist/ui/components/pop-confirm/index.d.ts +1 -0
- package/dist/ui/components/pop-confirm/index.js +18 -0
- package/dist/ui/components/pop-confirm/index.js.map +1 -0
- package/dist/ui/components/pop-confirm/styles.d.ts +1 -0
- package/dist/ui/components/pop-confirm/styles.js +45 -0
- package/dist/ui/components/pop-confirm/styles.js.map +1 -0
- package/dist/ui/components/portal/index.d.ts +4 -0
- package/dist/ui/components/portal/index.js +11 -0
- package/dist/ui/components/portal/index.js.map +1 -0
- package/dist/ui/components/sidebar/index.d.ts +3 -0
- package/dist/ui/components/sidebar/index.js +71 -0
- package/dist/ui/components/sidebar/index.js.map +1 -0
- package/dist/ui/components/sidebar/interfaces.d.ts +9 -0
- package/dist/ui/components/sidebar/interfaces.js +3 -0
- package/dist/ui/components/sidebar/interfaces.js.map +1 -0
- package/dist/ui/components/sidebar/styles.d.ts +8 -0
- package/dist/ui/components/sidebar/styles.js +16 -0
- package/dist/ui/components/sidebar/styles.js.map +1 -0
- package/dist/ui/components/site/context/index.d.ts +39 -0
- package/dist/ui/components/site/context/index.js +20 -0
- package/dist/ui/components/site/context/index.js.map +1 -0
- package/dist/ui/components/site/context/scripts/acept-cookies/index.d.ts +3 -0
- package/dist/ui/components/site/context/scripts/acept-cookies/index.js +121 -0
- package/dist/ui/components/site/context/scripts/acept-cookies/index.js.map +1 -0
- package/dist/ui/components/site/context/scripts/acept-cookies/styles.d.ts +1 -0
- package/dist/ui/components/site/context/scripts/acept-cookies/styles.js +14 -0
- package/dist/ui/components/site/context/scripts/acept-cookies/styles.js.map +1 -0
- package/dist/ui/components/site/context/scripts/acept-ratedr/index.d.ts +3 -0
- package/dist/ui/components/site/context/scripts/acept-ratedr/index.js +121 -0
- package/dist/ui/components/site/context/scripts/acept-ratedr/index.js.map +1 -0
- package/dist/ui/components/site/context/scripts/acept-ratedr/styles.d.ts +1 -0
- package/dist/ui/components/site/context/scripts/acept-ratedr/styles.js +14 -0
- package/dist/ui/components/site/context/scripts/acept-ratedr/styles.js.map +1 -0
- package/dist/ui/components/site/context/scripts/component.d.ts +2 -0
- package/dist/ui/components/site/context/scripts/component.js +18 -0
- package/dist/ui/components/site/context/scripts/component.js.map +1 -0
- package/dist/ui/components/site/context/scripts/conditional-scripts/index.d.ts +9 -0
- package/dist/ui/components/site/context/scripts/conditional-scripts/index.js +15 -0
- package/dist/ui/components/site/context/scripts/conditional-scripts/index.js.map +1 -0
- package/dist/ui/components/site/context/scripts/facebook/use-track-page-views.d.ts +6 -0
- package/dist/ui/components/site/context/scripts/facebook/use-track-page-views.js +35 -0
- package/dist/ui/components/site/context/scripts/facebook/use-track-page-views.js.map +1 -0
- package/dist/ui/components/site/context/scripts/index.d.ts +5 -0
- package/dist/ui/components/site/context/scripts/index.js +22 -0
- package/dist/ui/components/site/context/scripts/index.js.map +1 -0
- package/dist/ui/components/site/context/scripts/interfaces.d.ts +6 -0
- package/dist/ui/components/site/context/scripts/interfaces.js +3 -0
- package/dist/ui/components/site/context/scripts/interfaces.js.map +1 -0
- package/dist/ui/components/site/context/scripts/whatsapp-fixed/index.d.ts +5 -0
- package/dist/ui/components/site/context/scripts/whatsapp-fixed/index.js +47 -0
- package/dist/ui/components/site/context/scripts/whatsapp-fixed/index.js.map +1 -0
- package/dist/ui/components/site/context/scripts/whatsapp-fixed/styles.d.ts +1 -0
- package/dist/ui/components/site/context/scripts/whatsapp-fixed/styles.js +14 -0
- package/dist/ui/components/site/context/scripts/whatsapp-fixed/styles.js.map +1 -0
- package/dist/ui/components/site/default-pages/404/component.d.ts +1 -0
- package/dist/ui/components/site/default-pages/404/component.js +50 -0
- package/dist/ui/components/site/default-pages/404/component.js.map +1 -0
- package/dist/ui/components/site/default-pages/404/index.d.ts +1 -0
- package/dist/ui/components/site/default-pages/404/index.js +18 -0
- package/dist/ui/components/site/default-pages/404/index.js.map +1 -0
- package/dist/ui/components/site/default-pages/404/styles.d.ts +1 -0
- package/dist/ui/components/site/default-pages/404/styles.js +14 -0
- package/dist/ui/components/site/default-pages/404/styles.js.map +1 -0
- package/dist/ui/components/site/default-pages/500/component.d.ts +1 -0
- package/dist/ui/components/site/default-pages/500/component.js +51 -0
- package/dist/ui/components/site/default-pages/500/component.js.map +1 -0
- package/dist/ui/components/site/default-pages/500/index.d.ts +1 -0
- package/dist/ui/components/site/default-pages/500/index.js +18 -0
- package/dist/ui/components/site/default-pages/500/index.js.map +1 -0
- package/dist/ui/components/site/default-pages/500/styles.d.ts +1 -0
- package/dist/ui/components/site/default-pages/500/styles.js +14 -0
- package/dist/ui/components/site/default-pages/500/styles.js.map +1 -0
- package/dist/ui/components/site/default-pages/index.d.ts +2 -0
- package/dist/ui/components/site/default-pages/index.js +19 -0
- package/dist/ui/components/site/default-pages/index.js.map +1 -0
- package/dist/ui/components/site/default-pages/sitemap/index.d.ts +4 -0
- package/dist/ui/components/site/default-pages/sitemap/index.js +63 -0
- package/dist/ui/components/site/default-pages/sitemap/index.js.map +1 -0
- package/dist/ui/components/site/effect/component.d.ts +2 -0
- package/dist/ui/components/site/effect/component.js +44 -0
- package/dist/ui/components/site/effect/component.js.map +1 -0
- package/dist/ui/components/site/effect/index.d.ts +2 -0
- package/dist/ui/components/site/effect/index.js +19 -0
- package/dist/ui/components/site/effect/index.js.map +1 -0
- package/dist/ui/components/site/effect/interfaces.d.ts +5 -0
- package/dist/ui/components/site/effect/interfaces.js +3 -0
- package/dist/ui/components/site/effect/interfaces.js.map +1 -0
- package/dist/ui/components/site/effect/styles.d.ts +6 -0
- package/dist/ui/components/site/effect/styles.js +50 -0
- package/dist/ui/components/site/effect/styles.js.map +1 -0
- package/dist/ui/components/site/head/component.d.ts +2 -0
- package/dist/ui/components/site/head/component.js +20 -0
- package/dist/ui/components/site/head/component.js.map +1 -0
- package/dist/ui/components/site/head/index.d.ts +2 -0
- package/dist/ui/components/site/head/index.js +19 -0
- package/dist/ui/components/site/head/index.js.map +1 -0
- package/dist/ui/components/site/head/interfaces.d.ts +9 -0
- package/dist/ui/components/site/head/interfaces.js +3 -0
- package/dist/ui/components/site/head/interfaces.js.map +1 -0
- package/dist/ui/components/site/header-link/component.d.ts +2 -0
- package/dist/ui/components/site/header-link/component.js +25 -0
- package/dist/ui/components/site/header-link/component.js.map +1 -0
- package/dist/ui/components/site/header-link/index.d.ts +2 -0
- package/dist/ui/components/site/header-link/index.js +19 -0
- package/dist/ui/components/site/header-link/index.js.map +1 -0
- package/dist/ui/components/site/header-link/interfaces.d.ts +14 -0
- package/dist/ui/components/site/header-link/interfaces.js +3 -0
- package/dist/ui/components/site/header-link/interfaces.js.map +1 -0
- package/dist/ui/components/site/header-link/versions/index.d.ts +1 -0
- package/dist/ui/components/site/header-link/versions/index.js +18 -0
- package/dist/ui/components/site/header-link/versions/index.js.map +1 -0
- package/dist/ui/components/site/header-link/versions/version-01/component.d.ts +2 -0
- package/dist/ui/components/site/header-link/versions/version-01/component.js +50 -0
- package/dist/ui/components/site/header-link/versions/version-01/component.js.map +1 -0
- package/dist/ui/components/site/header-link/versions/version-01/styles.d.ts +1 -0
- package/dist/ui/components/site/header-link/versions/version-01/styles.js +14 -0
- package/dist/ui/components/site/header-link/versions/version-01/styles.js.map +1 -0
- package/dist/ui/components/site/index.d.ts +7 -0
- package/dist/ui/components/site/index.js +24 -0
- package/dist/ui/components/site/index.js.map +1 -0
- package/dist/ui/components/site/list-blog/card/index.d.ts +2 -0
- package/dist/ui/components/site/list-blog/card/index.js +48 -0
- package/dist/ui/components/site/list-blog/card/index.js.map +1 -0
- package/dist/ui/components/site/list-blog/card/styles.d.ts +1 -0
- package/dist/ui/components/site/list-blog/card/styles.js +14 -0
- package/dist/ui/components/site/list-blog/card/styles.js.map +1 -0
- package/dist/ui/components/site/list-blog/carousel-configs.d.ts +1 -0
- package/dist/ui/components/site/list-blog/carousel-configs.js +25 -0
- package/dist/ui/components/site/list-blog/carousel-configs.js.map +1 -0
- package/dist/ui/components/site/list-blog/component.d.ts +2 -0
- package/dist/ui/components/site/list-blog/component.js +51 -0
- package/dist/ui/components/site/list-blog/component.js.map +1 -0
- package/dist/ui/components/site/list-blog/index.d.ts +1 -0
- package/dist/ui/components/site/list-blog/index.js +18 -0
- package/dist/ui/components/site/list-blog/index.js.map +1 -0
- package/dist/ui/components/site/list-blog/interfaces.d.ts +13 -0
- package/dist/ui/components/site/list-blog/interfaces.js +3 -0
- package/dist/ui/components/site/list-blog/interfaces.js.map +1 -0
- package/dist/ui/components/site/list-blog/styles.d.ts +1 -0
- package/dist/ui/components/site/list-blog/styles.js +14 -0
- package/dist/ui/components/site/list-blog/styles.js.map +1 -0
- package/dist/ui/components/site/mvv/component.d.ts +2 -0
- package/dist/ui/components/site/mvv/component.js +25 -0
- package/dist/ui/components/site/mvv/component.js.map +1 -0
- package/dist/ui/components/site/mvv/index.d.ts +1 -0
- package/dist/ui/components/site/mvv/index.js +18 -0
- package/dist/ui/components/site/mvv/index.js.map +1 -0
- package/dist/ui/components/site/mvv/interfaces.d.ts +11 -0
- package/dist/ui/components/site/mvv/interfaces.js +3 -0
- package/dist/ui/components/site/mvv/interfaces.js.map +1 -0
- package/dist/ui/components/site/mvv/versions/index.d.ts +1 -0
- package/dist/ui/components/site/mvv/versions/index.js +18 -0
- package/dist/ui/components/site/mvv/versions/index.js.map +1 -0
- package/dist/ui/components/site/mvv/versions/version-01/component.d.ts +2 -0
- package/dist/ui/components/site/mvv/versions/version-01/component.js +44 -0
- package/dist/ui/components/site/mvv/versions/version-01/component.js.map +1 -0
- package/dist/ui/components/site/mvv/versions/version-01/styles.d.ts +1 -0
- package/dist/ui/components/site/mvv/versions/version-01/styles.js +14 -0
- package/dist/ui/components/site/mvv/versions/version-01/styles.js.map +1 -0
- package/dist/ui/components/skeleton/index.d.ts +8 -0
- package/dist/ui/components/skeleton/index.js +43 -0
- package/dist/ui/components/skeleton/index.js.map +1 -0
- package/dist/ui/components/skeleton/styles.d.ts +1 -0
- package/dist/ui/components/skeleton/styles.js +14 -0
- package/dist/ui/components/skeleton/styles.js.map +1 -0
- package/dist/ui/components/spacing/index.d.ts +7 -0
- package/dist/ui/components/spacing/index.js +66 -0
- package/dist/ui/components/spacing/index.js.map +1 -0
- package/dist/ui/components/spacing/styles.d.ts +7 -0
- package/dist/ui/components/spacing/styles.js +50 -0
- package/dist/ui/components/spacing/styles.js.map +1 -0
- package/dist/ui/components/step-navigator/index.d.ts +9 -0
- package/dist/ui/components/step-navigator/index.js +52 -0
- package/dist/ui/components/step-navigator/index.js.map +1 -0
- package/dist/ui/components/step-navigator/styles.d.ts +5 -0
- package/dist/ui/components/step-navigator/styles.js +27 -0
- package/dist/ui/components/step-navigator/styles.js.map +1 -0
- package/dist/ui/components/tooltip/component.d.ts +2 -0
- package/dist/ui/components/tooltip/component.js +117 -0
- package/dist/ui/components/tooltip/component.js.map +1 -0
- package/dist/ui/components/tooltip/hooks/use-tool-tip.d.ts +9 -0
- package/dist/ui/components/tooltip/hooks/use-tool-tip.js +132 -0
- package/dist/ui/components/tooltip/hooks/use-tool-tip.js.map +1 -0
- package/dist/ui/components/tooltip/index.d.ts +2 -0
- package/dist/ui/components/tooltip/index.js +19 -0
- package/dist/ui/components/tooltip/index.js.map +1 -0
- package/dist/ui/components/tooltip/interfaces.d.ts +18 -0
- package/dist/ui/components/tooltip/interfaces.js +3 -0
- package/dist/ui/components/tooltip/interfaces.js.map +1 -0
- package/dist/ui/components/tooltip/styles.d.ts +8 -0
- package/dist/ui/components/tooltip/styles.js +71 -0
- package/dist/ui/components/tooltip/styles.js.map +1 -0
- package/dist/ui/components/video/component.d.ts +2 -0
- package/dist/ui/components/video/component.js +25 -0
- package/dist/ui/components/video/component.js.map +1 -0
- package/dist/ui/components/video/index.d.ts +2 -0
- package/dist/ui/components/video/index.js +19 -0
- package/dist/ui/components/video/index.js.map +1 -0
- package/dist/ui/components/video/interfaces.d.ts +15 -0
- package/dist/ui/components/video/interfaces.js +3 -0
- package/dist/ui/components/video/interfaces.js.map +1 -0
- package/dist/ui/components/video/panda-video/components/index.d.ts +2 -0
- package/dist/ui/components/video/panda-video/components/index.js +19 -0
- package/dist/ui/components/video/panda-video/components/index.js.map +1 -0
- package/dist/ui/components/video/panda-video/components/player-component.d.ts +1 -0
- package/dist/ui/components/video/panda-video/components/player-component.js +89 -0
- package/dist/ui/components/video/panda-video/components/player-component.js.map +1 -0
- package/dist/ui/components/video/panda-video/components/player-wrapper.d.ts +1 -0
- package/dist/ui/components/video/panda-video/components/player-wrapper.js +12 -0
- package/dist/ui/components/video/panda-video/components/player-wrapper.js.map +1 -0
- package/dist/ui/components/video/panda-video/index.d.ts +2 -0
- package/dist/ui/components/video/panda-video/index.js +19 -0
- package/dist/ui/components/video/panda-video/index.js.map +1 -0
- package/dist/ui/components/video/panda-video/interfaces.d.ts +122 -0
- package/dist/ui/components/video/panda-video/interfaces.js +3 -0
- package/dist/ui/components/video/panda-video/interfaces.js.map +1 -0
- package/dist/ui/components/video/panda-video/player.d.ts +5 -0
- package/dist/ui/components/video/panda-video/player.js +47 -0
- package/dist/ui/components/video/panda-video/player.js.map +1 -0
- package/dist/ui/components/warning/index.d.ts +2 -0
- package/dist/ui/components/warning/index.js +171 -0
- package/dist/ui/components/warning/index.js.map +1 -0
- package/dist/ui/components/warning/interface.d.ts +10 -0
- package/dist/ui/components/warning/interface.js +3 -0
- package/dist/ui/components/warning/interface.js.map +1 -0
- package/dist/ui/components/warning/styles.d.ts +1 -0
- package/dist/ui/components/warning/styles.js +14 -0
- package/dist/ui/components/warning/styles.js.map +1 -0
- package/dist/ui/components/zoom-hover/index.d.ts +7 -0
- package/dist/ui/components/zoom-hover/index.js +97 -0
- package/dist/ui/components/zoom-hover/index.js.map +1 -0
- package/dist/ui/contexts/i18n/context.d.ts +4 -0
- package/dist/ui/contexts/i18n/context.js +109 -0
- package/dist/ui/contexts/i18n/context.js.map +1 -0
- package/dist/ui/contexts/i18n/edit-mode/index.d.ts +1 -0
- package/dist/ui/contexts/i18n/edit-mode/index.js +90 -0
- package/dist/ui/contexts/i18n/edit-mode/index.js.map +1 -0
- package/dist/ui/contexts/i18n/get-initial-props.d.ts +6 -0
- package/dist/ui/contexts/i18n/get-initial-props.js +98 -0
- package/dist/ui/contexts/i18n/get-initial-props.js.map +1 -0
- package/dist/ui/contexts/i18n/index.d.ts +6 -0
- package/dist/ui/contexts/i18n/index.js +23 -0
- package/dist/ui/contexts/i18n/index.js.map +1 -0
- package/dist/ui/contexts/i18n/interfaces.d.ts +32 -0
- package/dist/ui/contexts/i18n/interfaces.js +3 -0
- package/dist/ui/contexts/i18n/interfaces.js.map +1 -0
- package/dist/ui/contexts/i18n/translate.d.ts +7 -0
- package/dist/ui/contexts/i18n/translate.js +161 -0
- package/dist/ui/contexts/i18n/translate.js.map +1 -0
- package/dist/ui/contexts/i18n/use-i18n-data/index.d.ts +13 -0
- package/dist/ui/contexts/i18n/use-i18n-data/index.js +26 -0
- package/dist/ui/contexts/i18n/use-i18n-data/index.js.map +1 -0
- package/dist/ui/contexts/index.d.ts +3 -0
- package/dist/ui/contexts/index.js +20 -0
- package/dist/ui/contexts/index.js.map +1 -0
- package/dist/ui/contexts/route-loading/index.d.ts +6 -0
- package/dist/ui/contexts/route-loading/index.js +44 -0
- package/dist/ui/contexts/route-loading/index.js.map +1 -0
- package/dist/ui/contexts/toast/index.d.ts +8 -0
- package/dist/ui/contexts/toast/index.js +94 -0
- package/dist/ui/contexts/toast/index.js.map +1 -0
- package/dist/ui/contexts/toast/interfaces.d.ts +12 -0
- package/dist/ui/contexts/toast/interfaces.js +3 -0
- package/dist/ui/contexts/toast/interfaces.js.map +1 -0
- package/dist/ui/contexts/toast/styles.d.ts +1 -0
- package/dist/ui/contexts/toast/styles.js +15 -0
- package/dist/ui/contexts/toast/styles.js.map +1 -0
- package/dist/ui/contexts/toast/toast-item/index.d.ts +4 -0
- package/dist/ui/contexts/toast/toast-item/index.js +103 -0
- package/dist/ui/contexts/toast/toast-item/index.js.map +1 -0
- package/dist/ui/contexts/toast/toast-item/styles.d.ts +1 -0
- package/dist/ui/contexts/toast/toast-item/styles.js +45 -0
- package/dist/ui/contexts/toast/toast-item/styles.js.map +1 -0
- package/dist/ui/hooks/index.d.ts +11 -0
- package/dist/ui/hooks/index.js +28 -0
- package/dist/ui/hooks/index.js.map +1 -0
- package/dist/ui/hooks/permitions/camera/index.d.ts +2 -0
- package/dist/ui/hooks/permitions/camera/index.js +19 -0
- package/dist/ui/hooks/permitions/camera/index.js.map +1 -0
- package/dist/ui/hooks/permitions/camera/styles.d.ts +1 -0
- package/dist/ui/hooks/permitions/camera/styles.js +14 -0
- package/dist/ui/hooks/permitions/camera/styles.js.map +1 -0
- package/dist/ui/hooks/permitions/camera/use-camera.d.ts +12 -0
- package/dist/ui/hooks/permitions/camera/use-camera.js +117 -0
- package/dist/ui/hooks/permitions/camera/use-camera.js.map +1 -0
- package/dist/ui/hooks/permitions/camera/use-monitoring-video-permission.d.ts +1 -0
- package/dist/ui/hooks/permitions/camera/use-monitoring-video-permission.js +31 -0
- package/dist/ui/hooks/permitions/camera/use-monitoring-video-permission.js.map +1 -0
- package/dist/ui/hooks/permitions/camera/webcan-component.d.ts +59 -0
- package/dist/ui/hooks/permitions/camera/webcan-component.js +350 -0
- package/dist/ui/hooks/permitions/camera/webcan-component.js.map +1 -0
- package/dist/ui/hooks/permitions/index.d.ts +1 -0
- package/dist/ui/hooks/permitions/index.js +18 -0
- package/dist/ui/hooks/permitions/index.js.map +1 -0
- package/dist/ui/hooks/use-component-is-mounted.d.ts +1 -0
- package/dist/ui/hooks/use-component-is-mounted.js +12 -0
- package/dist/ui/hooks/use-component-is-mounted.js.map +1 -0
- package/dist/ui/hooks/use-element-id.d.ts +3 -0
- package/dist/ui/hooks/use-element-id.js +27 -0
- package/dist/ui/hooks/use-element-id.js.map +1 -0
- package/dist/ui/hooks/use-is-visible/index.d.ts +4 -0
- package/dist/ui/hooks/use-is-visible/index.js +32 -0
- package/dist/ui/hooks/use-is-visible/index.js.map +1 -0
- package/dist/ui/hooks/use-mount-transition/index.d.ts +1 -0
- package/dist/ui/hooks/use-mount-transition/index.js +21 -0
- package/dist/ui/hooks/use-mount-transition/index.js.map +1 -0
- package/dist/ui/hooks/use-query/context.d.ts +5 -0
- package/dist/ui/hooks/use-query/context.js +20 -0
- package/dist/ui/hooks/use-query/context.js.map +1 -0
- package/dist/ui/hooks/use-query/hook.d.ts +9 -0
- package/dist/ui/hooks/use-query/hook.js +169 -0
- package/dist/ui/hooks/use-query/hook.js.map +1 -0
- package/dist/ui/hooks/use-query/index.d.ts +5 -0
- package/dist/ui/hooks/use-query/index.js +22 -0
- package/dist/ui/hooks/use-query/index.js.map +1 -0
- package/dist/ui/hooks/use-query/interfaces.d.ts +34 -0
- package/dist/ui/hooks/use-query/interfaces.js +3 -0
- package/dist/ui/hooks/use-query/interfaces.js.map +1 -0
- package/dist/ui/hooks/use-query/store.d.ts +2 -0
- package/dist/ui/hooks/use-query/store.js +117 -0
- package/dist/ui/hooks/use-query/store.js.map +1 -0
- package/dist/ui/hooks/use-query/use-mutation.d.ts +2 -0
- package/dist/ui/hooks/use-query/use-mutation.js +19 -0
- package/dist/ui/hooks/use-query/use-mutation.js.map +1 -0
- package/dist/ui/hooks/use-scroll.d.ts +8 -0
- package/dist/ui/hooks/use-scroll.js +28 -0
- package/dist/ui/hooks/use-scroll.js.map +1 -0
- package/dist/ui/hooks/use-swagger/_generate_swagger/generate-api-routes-schema/generator.d.ts +3 -0
- package/dist/ui/hooks/use-swagger/_generate_swagger/generate-api-routes-schema/generator.js +45 -0
- package/dist/ui/hooks/use-swagger/_generate_swagger/generate-api-routes-schema/generator.js.map +1 -0
- package/dist/ui/hooks/use-swagger/_generate_swagger/generate-api-routes-schema/get-params.d.ts +2 -0
- package/dist/ui/hooks/use-swagger/_generate_swagger/generate-api-routes-schema/get-params.js +62 -0
- package/dist/ui/hooks/use-swagger/_generate_swagger/generate-api-routes-schema/get-params.js.map +1 -0
- package/dist/ui/hooks/use-swagger/_generate_swagger/generate-api-routes-schema/get-request-body.d.ts +2 -0
- package/dist/ui/hooks/use-swagger/_generate_swagger/generate-api-routes-schema/get-request-body.js +55 -0
- package/dist/ui/hooks/use-swagger/_generate_swagger/generate-api-routes-schema/get-request-body.js.map +1 -0
- package/dist/ui/hooks/use-swagger/_generate_swagger/generate-api-routes-schema/get-result.d.ts +2 -0
- package/dist/ui/hooks/use-swagger/_generate_swagger/generate-api-routes-schema/get-result.js +12 -0
- package/dist/ui/hooks/use-swagger/_generate_swagger/generate-api-routes-schema/get-result.js.map +1 -0
- package/dist/ui/hooks/use-swagger/_generate_swagger/generate-api-routes-schema/index.d.ts +5 -0
- package/dist/ui/hooks/use-swagger/_generate_swagger/generate-api-routes-schema/index.js +22 -0
- package/dist/ui/hooks/use-swagger/_generate_swagger/generate-api-routes-schema/index.js.map +1 -0
- package/dist/ui/hooks/use-swagger/_generate_swagger/generate-api-routes-schema/interfaces.d.ts +11 -0
- package/dist/ui/hooks/use-swagger/_generate_swagger/generate-api-routes-schema/interfaces.js +3 -0
- package/dist/ui/hooks/use-swagger/_generate_swagger/generate-api-routes-schema/interfaces.js.map +1 -0
- package/dist/ui/hooks/use-swagger/_generate_swagger/generate-interfaces-openApi/index.d.ts +2 -0
- package/dist/ui/hooks/use-swagger/_generate_swagger/generate-interfaces-openApi/index.js +57 -0
- package/dist/ui/hooks/use-swagger/_generate_swagger/generate-interfaces-openApi/index.js.map +1 -0
- package/dist/ui/hooks/use-swagger/_generate_swagger/generate-openApi-client/index.d.ts +2 -0
- package/dist/ui/hooks/use-swagger/_generate_swagger/generate-openApi-client/index.js +51 -0
- package/dist/ui/hooks/use-swagger/_generate_swagger/generate-openApi-client/index.js.map +1 -0
- package/dist/ui/hooks/use-swagger/_generate_swagger/generator.d.ts +7 -0
- package/dist/ui/hooks/use-swagger/_generate_swagger/generator.js +79 -0
- package/dist/ui/hooks/use-swagger/_generate_swagger/generator.js.map +1 -0
- package/dist/ui/hooks/use-swagger/_generate_swagger/index.d.ts +5 -0
- package/dist/ui/hooks/use-swagger/_generate_swagger/index.js +22 -0
- package/dist/ui/hooks/use-swagger/_generate_swagger/index.js.map +1 -0
- package/dist/ui/hooks/use-swagger/_generate_swagger/openapi-interfaces.d.ts +236 -0
- package/dist/ui/hooks/use-swagger/_generate_swagger/openapi-interfaces.js +3 -0
- package/dist/ui/hooks/use-swagger/_generate_swagger/openapi-interfaces.js.map +1 -0
- package/dist/ui/hooks/use-swagger/client/index.d.ts +29 -0
- package/dist/ui/hooks/use-swagger/client/index.js +127 -0
- package/dist/ui/hooks/use-swagger/client/index.js.map +1 -0
- package/dist/ui/hooks/use-swagger/index.d.ts +2 -0
- package/dist/ui/hooks/use-swagger/index.js +19 -0
- package/dist/ui/hooks/use-swagger/index.js.map +1 -0
- package/dist/ui/hooks/use-swagger/test/index.d.ts +2 -0
- package/dist/ui/hooks/use-swagger/test/index.js +8 -0
- package/dist/ui/hooks/use-swagger/test/index.js.map +1 -0
- package/dist/ui/hooks/use-timer/index.d.ts +2 -0
- package/dist/ui/hooks/use-timer/index.js +19 -0
- package/dist/ui/hooks/use-timer/index.js.map +1 -0
- package/dist/ui/hooks/use-timer/interfaces.d.ts +23 -0
- package/dist/ui/hooks/use-timer/interfaces.js +3 -0
- package/dist/ui/hooks/use-timer/interfaces.js.map +1 -0
- package/dist/ui/hooks/use-timer/use-timer.d.ts +16 -0
- package/dist/ui/hooks/use-timer/use-timer.js +52 -0
- package/dist/ui/hooks/use-timer/use-timer.js.map +1 -0
- package/dist/ui/hooks/use-window.d.ts +1 -0
- package/dist/ui/hooks/use-window.js +28 -0
- package/dist/ui/hooks/use-window.js.map +1 -0
- package/dist/ui/icons/index.d.ts +130 -0
- package/dist/ui/icons/index.js +147 -0
- package/dist/ui/icons/index.js.map +1 -0
- package/dist/ui/icons/interfaces.d.ts +3 -0
- package/dist/ui/icons/interfaces.js +3 -0
- package/dist/ui/icons/interfaces.js.map +1 -0
- package/dist/ui/icons/render/component.d.ts +8 -0
- package/dist/ui/icons/render/component.js +9 -0
- package/dist/ui/icons/render/component.js.map +1 -0
- package/dist/ui/icons/render/icon-Instagram.d.ts +3 -0
- package/dist/ui/icons/render/icon-Instagram.js +14 -0
- package/dist/ui/icons/render/icon-Instagram.js.map +1 -0
- package/dist/ui/icons/render/icon-Linkedin.d.ts +3 -0
- package/dist/ui/icons/render/icon-Linkedin.js +14 -0
- package/dist/ui/icons/render/icon-Linkedin.js.map +1 -0
- package/dist/ui/icons/render/icon-Lupa.d.ts +2 -0
- package/dist/ui/icons/render/icon-Lupa.js +9 -0
- package/dist/ui/icons/render/icon-Lupa.js.map +1 -0
- package/dist/ui/icons/render/icon-Map.d.ts +3 -0
- package/dist/ui/icons/render/icon-Map.js +14 -0
- package/dist/ui/icons/render/icon-Map.js.map +1 -0
- package/dist/ui/icons/render/icon-Microphone.d.ts +2 -0
- package/dist/ui/icons/render/icon-Microphone.js +9 -0
- package/dist/ui/icons/render/icon-Microphone.js.map +1 -0
- package/dist/ui/icons/render/icon-Minus.d.ts +2 -0
- package/dist/ui/icons/render/icon-Minus.js +9 -0
- package/dist/ui/icons/render/icon-Minus.js.map +1 -0
- package/dist/ui/icons/render/icon-Phone.d.ts +3 -0
- package/dist/ui/icons/render/icon-Phone.js +14 -0
- package/dist/ui/icons/render/icon-Phone.js.map +1 -0
- package/dist/ui/icons/render/icon-Pin.d.ts +4 -0
- package/dist/ui/icons/render/icon-Pin.js +19 -0
- package/dist/ui/icons/render/icon-Pin.js.map +1 -0
- package/dist/ui/icons/render/icon-Play.d.ts +2 -0
- package/dist/ui/icons/render/icon-Play.js +9 -0
- package/dist/ui/icons/render/icon-Play.js.map +1 -0
- package/dist/ui/icons/render/icon-Plus.d.ts +2 -0
- package/dist/ui/icons/render/icon-Plus.js +9 -0
- package/dist/ui/icons/render/icon-Plus.js.map +1 -0
- package/dist/ui/icons/render/icon-Share.d.ts +2 -0
- package/dist/ui/icons/render/icon-Share.js +9 -0
- package/dist/ui/icons/render/icon-Share.js.map +1 -0
- package/dist/ui/icons/render/icon-TikTok.d.ts +2 -0
- package/dist/ui/icons/render/icon-TikTok.js +9 -0
- package/dist/ui/icons/render/icon-TikTok.js.map +1 -0
- package/dist/ui/icons/render/icon-YouTube.d.ts +3 -0
- package/dist/ui/icons/render/icon-YouTube.js +14 -0
- package/dist/ui/icons/render/icon-YouTube.js.map +1 -0
- package/dist/ui/icons/render/icon-academic-cap copy.d.ts +2 -0
- package/dist/ui/icons/render/icon-academic-cap copy.js +9 -0
- package/dist/ui/icons/render/icon-academic-cap copy.js.map +1 -0
- package/dist/ui/icons/render/icon-academic-cap.d.ts +2 -0
- package/dist/ui/icons/render/icon-academic-cap.js +9 -0
- package/dist/ui/icons/render/icon-academic-cap.js.map +1 -0
- package/dist/ui/icons/render/icon-ampulheta.d.ts +2 -0
- package/dist/ui/icons/render/icon-ampulheta.js +9 -0
- package/dist/ui/icons/render/icon-ampulheta.js.map +1 -0
- package/dist/ui/icons/render/icon-block.d.ts +2 -0
- package/dist/ui/icons/render/icon-block.js +9 -0
- package/dist/ui/icons/render/icon-block.js.map +1 -0
- package/dist/ui/icons/render/icon-boleto.d.ts +2 -0
- package/dist/ui/icons/render/icon-boleto.js +9 -0
- package/dist/ui/icons/render/icon-boleto.js.map +1 -0
- package/dist/ui/icons/render/icon-bottom-chevron.d.ts +2 -0
- package/dist/ui/icons/render/icon-bottom-chevron.js +9 -0
- package/dist/ui/icons/render/icon-bottom-chevron.js.map +1 -0
- package/dist/ui/icons/render/icon-bottom-navigation-double.d.ts +2 -0
- package/dist/ui/icons/render/icon-bottom-navigation-double.js +9 -0
- package/dist/ui/icons/render/icon-bottom-navigation-double.js.map +1 -0
- package/dist/ui/icons/render/icon-bottom-navigation.d.ts +2 -0
- package/dist/ui/icons/render/icon-bottom-navigation.js +9 -0
- package/dist/ui/icons/render/icon-bottom-navigation.js.map +1 -0
- package/dist/ui/icons/render/icon-box.d.ts +2 -0
- package/dist/ui/icons/render/icon-box.js +9 -0
- package/dist/ui/icons/render/icon-box.js.map +1 -0
- package/dist/ui/icons/render/icon-calculator.d.ts +2 -0
- package/dist/ui/icons/render/icon-calculator.js +9 -0
- package/dist/ui/icons/render/icon-calculator.js.map +1 -0
- package/dist/ui/icons/render/icon-calendar-browse.d.ts +2 -0
- package/dist/ui/icons/render/icon-calendar-browse.js +9 -0
- package/dist/ui/icons/render/icon-calendar-browse.js.map +1 -0
- package/dist/ui/icons/render/icon-calendar-time.d.ts +1 -0
- package/dist/ui/icons/render/icon-calendar-time.js +8 -0
- package/dist/ui/icons/render/icon-calendar-time.js.map +1 -0
- package/dist/ui/icons/render/icon-calendar.d.ts +2 -0
- package/dist/ui/icons/render/icon-calendar.js +9 -0
- package/dist/ui/icons/render/icon-calendar.js.map +1 -0
- package/dist/ui/icons/render/icon-cam.d.ts +2 -0
- package/dist/ui/icons/render/icon-cam.js +9 -0
- package/dist/ui/icons/render/icon-cam.js.map +1 -0
- package/dist/ui/icons/render/icon-cell-phone.d.ts +2 -0
- package/dist/ui/icons/render/icon-cell-phone.js +9 -0
- package/dist/ui/icons/render/icon-cell-phone.js.map +1 -0
- package/dist/ui/icons/render/icon-chalet.d.ts +2 -0
- package/dist/ui/icons/render/icon-chalet.js +9 -0
- package/dist/ui/icons/render/icon-chalet.js.map +1 -0
- package/dist/ui/icons/render/icon-chat.d.ts +2 -0
- package/dist/ui/icons/render/icon-chat.js +9 -0
- package/dist/ui/icons/render/icon-chat.js.map +1 -0
- package/dist/ui/icons/render/icon-check.d.ts +2 -0
- package/dist/ui/icons/render/icon-check.js +9 -0
- package/dist/ui/icons/render/icon-check.js.map +1 -0
- package/dist/ui/icons/render/icon-checked.d.ts +2 -0
- package/dist/ui/icons/render/icon-checked.js +9 -0
- package/dist/ui/icons/render/icon-checked.js.map +1 -0
- package/dist/ui/icons/render/icon-circular-left-arrow.d.ts +2 -0
- package/dist/ui/icons/render/icon-circular-left-arrow.js +9 -0
- package/dist/ui/icons/render/icon-circular-left-arrow.js.map +1 -0
- package/dist/ui/icons/render/icon-circular-right-arrow.d.ts +2 -0
- package/dist/ui/icons/render/icon-circular-right-arrow.js +9 -0
- package/dist/ui/icons/render/icon-circular-right-arrow.js.map +1 -0
- package/dist/ui/icons/render/icon-clip.d.ts +3 -0
- package/dist/ui/icons/render/icon-clip.js +14 -0
- package/dist/ui/icons/render/icon-clip.js.map +1 -0
- package/dist/ui/icons/render/icon-clock.d.ts +4 -0
- package/dist/ui/icons/render/icon-clock.js +19 -0
- package/dist/ui/icons/render/icon-clock.js.map +1 -0
- package/dist/ui/icons/render/icon-close.d.ts +2 -0
- package/dist/ui/icons/render/icon-close.js +9 -0
- package/dist/ui/icons/render/icon-close.js.map +1 -0
- package/dist/ui/icons/render/icon-codie.d.ts +2 -0
- package/dist/ui/icons/render/icon-codie.js +9 -0
- package/dist/ui/icons/render/icon-codie.js.map +1 -0
- package/dist/ui/icons/render/icon-computer.d.ts +2 -0
- package/dist/ui/icons/render/icon-computer.js +9 -0
- package/dist/ui/icons/render/icon-computer.js.map +1 -0
- package/dist/ui/icons/render/icon-credit-card.d.ts +4 -0
- package/dist/ui/icons/render/icon-credit-card.js +19 -0
- package/dist/ui/icons/render/icon-credit-card.js.map +1 -0
- package/dist/ui/icons/render/icon-danger.d.ts +2 -0
- package/dist/ui/icons/render/icon-danger.js +9 -0
- package/dist/ui/icons/render/icon-danger.js.map +1 -0
- package/dist/ui/icons/render/icon-death.d.ts +2 -0
- package/dist/ui/icons/render/icon-death.js +9 -0
- package/dist/ui/icons/render/icon-death.js.map +1 -0
- package/dist/ui/icons/render/icon-delete.d.ts +2 -0
- package/dist/ui/icons/render/icon-delete.js +9 -0
- package/dist/ui/icons/render/icon-delete.js.map +1 -0
- package/dist/ui/icons/render/icon-diabets.d.ts +2 -0
- package/dist/ui/icons/render/icon-diabets.js +9 -0
- package/dist/ui/icons/render/icon-diabets.js.map +1 -0
- package/dist/ui/icons/render/icon-door.d.ts +2 -0
- package/dist/ui/icons/render/icon-door.js +9 -0
- package/dist/ui/icons/render/icon-door.js.map +1 -0
- package/dist/ui/icons/render/icon-download.d.ts +2 -0
- package/dist/ui/icons/render/icon-download.js +9 -0
- package/dist/ui/icons/render/icon-download.js.map +1 -0
- package/dist/ui/icons/render/icon-drop-file.d.ts +2 -0
- package/dist/ui/icons/render/icon-drop-file.js +9 -0
- package/dist/ui/icons/render/icon-drop-file.js.map +1 -0
- package/dist/ui/icons/render/icon-edit-image.d.ts +2 -0
- package/dist/ui/icons/render/icon-edit-image.js +9 -0
- package/dist/ui/icons/render/icon-edit-image.js.map +1 -0
- package/dist/ui/icons/render/icon-edit.d.ts +2 -0
- package/dist/ui/icons/render/icon-edit.js +9 -0
- package/dist/ui/icons/render/icon-edit.js.map +1 -0
- package/dist/ui/icons/render/icon-email.d.ts +3 -0
- package/dist/ui/icons/render/icon-email.js +14 -0
- package/dist/ui/icons/render/icon-email.js.map +1 -0
- package/dist/ui/icons/render/icon-empty-chat.d.ts +2 -0
- package/dist/ui/icons/render/icon-empty-chat.js +9 -0
- package/dist/ui/icons/render/icon-empty-chat.js.map +1 -0
- package/dist/ui/icons/render/icon-equalizer.d.ts +3 -0
- package/dist/ui/icons/render/icon-equalizer.js +14 -0
- package/dist/ui/icons/render/icon-equalizer.js.map +1 -0
- package/dist/ui/icons/render/icon-excel.d.ts +2 -0
- package/dist/ui/icons/render/icon-excel.js +9 -0
- package/dist/ui/icons/render/icon-excel.js.map +1 -0
- package/dist/ui/icons/render/icon-exclamation.d.ts +2 -0
- package/dist/ui/icons/render/icon-exclamation.js +9 -0
- package/dist/ui/icons/render/icon-exclamation.js.map +1 -0
- package/dist/ui/icons/render/icon-exit.d.ts +2 -0
- package/dist/ui/icons/render/icon-exit.js +9 -0
- package/dist/ui/icons/render/icon-exit.js.map +1 -0
- package/dist/ui/icons/render/icon-eye-slash.d.ts +2 -0
- package/dist/ui/icons/render/icon-eye-slash.js +9 -0
- package/dist/ui/icons/render/icon-eye-slash.js.map +1 -0
- package/dist/ui/icons/render/icon-eye.d.ts +2 -0
- package/dist/ui/icons/render/icon-eye.js +9 -0
- package/dist/ui/icons/render/icon-eye.js.map +1 -0
- package/dist/ui/icons/render/icon-facebook.d.ts +3 -0
- package/dist/ui/icons/render/icon-facebook.js +14 -0
- package/dist/ui/icons/render/icon-facebook.js.map +1 -0
- package/dist/ui/icons/render/icon-file.d.ts +2 -0
- package/dist/ui/icons/render/icon-file.js +9 -0
- package/dist/ui/icons/render/icon-file.js.map +1 -0
- package/dist/ui/icons/render/icon-filter.d.ts +2 -0
- package/dist/ui/icons/render/icon-filter.js +9 -0
- package/dist/ui/icons/render/icon-filter.js.map +1 -0
- package/dist/ui/icons/render/icon-flag.d.ts +2 -0
- package/dist/ui/icons/render/icon-flag.js +9 -0
- package/dist/ui/icons/render/icon-flag.js.map +1 -0
- package/dist/ui/icons/render/icon-folder.d.ts +2 -0
- package/dist/ui/icons/render/icon-folder.js +9 -0
- package/dist/ui/icons/render/icon-folder.js.map +1 -0
- package/dist/ui/icons/render/icon-fullfield-bell.d.ts +2 -0
- package/dist/ui/icons/render/icon-fullfield-bell.js +9 -0
- package/dist/ui/icons/render/icon-fullfield-bell.js.map +1 -0
- package/dist/ui/icons/render/icon-fullfield-chat.d.ts +2 -0
- package/dist/ui/icons/render/icon-fullfield-chat.js +9 -0
- package/dist/ui/icons/render/icon-fullfield-chat.js.map +1 -0
- package/dist/ui/icons/render/icon-gear.d.ts +2 -0
- package/dist/ui/icons/render/icon-gear.js +9 -0
- package/dist/ui/icons/render/icon-gear.js.map +1 -0
- package/dist/ui/icons/render/icon-gender.d.ts +2 -0
- package/dist/ui/icons/render/icon-gender.js +9 -0
- package/dist/ui/icons/render/icon-gender.js.map +1 -0
- package/dist/ui/icons/render/icon-globe.d.ts +2 -0
- package/dist/ui/icons/render/icon-globe.js +9 -0
- package/dist/ui/icons/render/icon-globe.js.map +1 -0
- package/dist/ui/icons/render/icon-heart.d.ts +2 -0
- package/dist/ui/icons/render/icon-heart.js +9 -0
- package/dist/ui/icons/render/icon-heart.js.map +1 -0
- package/dist/ui/icons/render/icon-home.d.ts +3 -0
- package/dist/ui/icons/render/icon-home.js +14 -0
- package/dist/ui/icons/render/icon-home.js.map +1 -0
- package/dist/ui/icons/render/icon-hospitalization.d.ts +2 -0
- package/dist/ui/icons/render/icon-hospitalization.js +9 -0
- package/dist/ui/icons/render/icon-hospitalization.js.map +1 -0
- package/dist/ui/icons/render/icon-hypertension.d.ts +2 -0
- package/dist/ui/icons/render/icon-hypertension.js +9 -0
- package/dist/ui/icons/render/icon-hypertension.js.map +1 -0
- package/dist/ui/icons/render/icon-info.d.ts +2 -0
- package/dist/ui/icons/render/icon-info.js +9 -0
- package/dist/ui/icons/render/icon-info.js.map +1 -0
- package/dist/ui/icons/render/icon-interrogation-circle.d.ts +2 -0
- package/dist/ui/icons/render/icon-interrogation-circle.js +9 -0
- package/dist/ui/icons/render/icon-interrogation-circle.js.map +1 -0
- package/dist/ui/icons/render/icon-language.d.ts +2 -0
- package/dist/ui/icons/render/icon-language.js +9 -0
- package/dist/ui/icons/render/icon-language.js.map +1 -0
- package/dist/ui/icons/render/icon-left-chevron.d.ts +2 -0
- package/dist/ui/icons/render/icon-left-chevron.js +9 -0
- package/dist/ui/icons/render/icon-left-chevron.js.map +1 -0
- package/dist/ui/icons/render/icon-left-navigation-circle.d.ts +2 -0
- package/dist/ui/icons/render/icon-left-navigation-circle.js +9 -0
- package/dist/ui/icons/render/icon-left-navigation-circle.js.map +1 -0
- package/dist/ui/icons/render/icon-left-navigation.d.ts +2 -0
- package/dist/ui/icons/render/icon-left-navigation.js +9 -0
- package/dist/ui/icons/render/icon-left-navigation.js.map +1 -0
- package/dist/ui/icons/render/icon-like.d.ts +2 -0
- package/dist/ui/icons/render/icon-like.js +9 -0
- package/dist/ui/icons/render/icon-like.js.map +1 -0
- package/dist/ui/icons/render/icon-loading.d.ts +2 -0
- package/dist/ui/icons/render/icon-loading.js +9 -0
- package/dist/ui/icons/render/icon-loading.js.map +1 -0
- package/dist/ui/icons/render/icon-map-floor.d.ts +2 -0
- package/dist/ui/icons/render/icon-map-floor.js +9 -0
- package/dist/ui/icons/render/icon-map-floor.js.map +1 -0
- package/dist/ui/icons/render/icon-message-balloon.d.ts +2 -0
- package/dist/ui/icons/render/icon-message-balloon.js +9 -0
- package/dist/ui/icons/render/icon-message-balloon.js.map +1 -0
- package/dist/ui/icons/render/icon-mobile.d.ts +2 -0
- package/dist/ui/icons/render/icon-mobile.js +9 -0
- package/dist/ui/icons/render/icon-mobile.js.map +1 -0
- package/dist/ui/icons/render/icon-money-value-symbol.d.ts +2 -0
- package/dist/ui/icons/render/icon-money-value-symbol.js +9 -0
- package/dist/ui/icons/render/icon-money-value-symbol.js.map +1 -0
- package/dist/ui/icons/render/icon-next.d.ts +2 -0
- package/dist/ui/icons/render/icon-next.js +9 -0
- package/dist/ui/icons/render/icon-next.js.map +1 -0
- package/dist/ui/icons/render/icon-not-found.d.ts +2 -0
- package/dist/ui/icons/render/icon-not-found.js +9 -0
- package/dist/ui/icons/render/icon-not-found.js.map +1 -0
- package/dist/ui/icons/render/icon-not-like.d.ts +2 -0
- package/dist/ui/icons/render/icon-not-like.js +9 -0
- package/dist/ui/icons/render/icon-not-like.js.map +1 -0
- package/dist/ui/icons/render/icon-padlock.d.ts +3 -0
- package/dist/ui/icons/render/icon-padlock.js +14 -0
- package/dist/ui/icons/render/icon-padlock.js.map +1 -0
- package/dist/ui/icons/render/icon-pc.d.ts +2 -0
- package/dist/ui/icons/render/icon-pc.js +9 -0
- package/dist/ui/icons/render/icon-pc.js.map +1 -0
- package/dist/ui/icons/render/icon-pdf.d.ts +2 -0
- package/dist/ui/icons/render/icon-pdf.js +9 -0
- package/dist/ui/icons/render/icon-pdf.js.map +1 -0
- package/dist/ui/icons/render/icon-performance.d.ts +2 -0
- package/dist/ui/icons/render/icon-performance.js +9 -0
- package/dist/ui/icons/render/icon-performance.js.map +1 -0
- package/dist/ui/icons/render/icon-person.d.ts +3 -0
- package/dist/ui/icons/render/icon-person.js +14 -0
- package/dist/ui/icons/render/icon-person.js.map +1 -0
- package/dist/ui/icons/render/icon-pet.d.ts +2 -0
- package/dist/ui/icons/render/icon-pet.js +9 -0
- package/dist/ui/icons/render/icon-pet.js.map +1 -0
- package/dist/ui/icons/render/icon-phone-message.d.ts +2 -0
- package/dist/ui/icons/render/icon-phone-message.js +9 -0
- package/dist/ui/icons/render/icon-phone-message.js.map +1 -0
- package/dist/ui/icons/render/icon-pix.d.ts +2 -0
- package/dist/ui/icons/render/icon-pix.js +9 -0
- package/dist/ui/icons/render/icon-pix.js.map +1 -0
- package/dist/ui/icons/render/icon-plane.d.ts +2 -0
- package/dist/ui/icons/render/icon-plane.js +9 -0
- package/dist/ui/icons/render/icon-plane.js.map +1 -0
- package/dist/ui/icons/render/icon-play-rounded.d.ts +2 -0
- package/dist/ui/icons/render/icon-play-rounded.js +9 -0
- package/dist/ui/icons/render/icon-play-rounded.js.map +1 -0
- package/dist/ui/icons/render/icon-plus-sharp.d.ts +2 -0
- package/dist/ui/icons/render/icon-plus-sharp.js +9 -0
- package/dist/ui/icons/render/icon-plus-sharp.js.map +1 -0
- package/dist/ui/icons/render/icon-prev.d.ts +2 -0
- package/dist/ui/icons/render/icon-prev.js +9 -0
- package/dist/ui/icons/render/icon-prev.js.map +1 -0
- package/dist/ui/icons/render/icon-print.d.ts +2 -0
- package/dist/ui/icons/render/icon-print.js +9 -0
- package/dist/ui/icons/render/icon-print.js.map +1 -0
- package/dist/ui/icons/render/icon-right-chevron.d.ts +2 -0
- package/dist/ui/icons/render/icon-right-chevron.js +9 -0
- package/dist/ui/icons/render/icon-right-chevron.js.map +1 -0
- package/dist/ui/icons/render/icon-right-circle.d.ts +2 -0
- package/dist/ui/icons/render/icon-right-circle.js +9 -0
- package/dist/ui/icons/render/icon-right-circle.js.map +1 -0
- package/dist/ui/icons/render/icon-right-navigation-circle.d.ts +3 -0
- package/dist/ui/icons/render/icon-right-navigation-circle.js +14 -0
- package/dist/ui/icons/render/icon-right-navigation-circle.js.map +1 -0
- package/dist/ui/icons/render/icon-right-navigation-double.d.ts +2 -0
- package/dist/ui/icons/render/icon-right-navigation-double.js +9 -0
- package/dist/ui/icons/render/icon-right-navigation-double.js.map +1 -0
- package/dist/ui/icons/render/icon-right-navigation-rounded.d.ts +2 -0
- package/dist/ui/icons/render/icon-right-navigation-rounded.js +9 -0
- package/dist/ui/icons/render/icon-right-navigation-rounded.js.map +1 -0
- package/dist/ui/icons/render/icon-right-navigation.d.ts +2 -0
- package/dist/ui/icons/render/icon-right-navigation.js +9 -0
- package/dist/ui/icons/render/icon-right-navigation.js.map +1 -0
- package/dist/ui/icons/render/icon-route.d.ts +2 -0
- package/dist/ui/icons/render/icon-route.js +9 -0
- package/dist/ui/icons/render/icon-route.js.map +1 -0
- package/dist/ui/icons/render/icon-selo.d.ts +2 -0
- package/dist/ui/icons/render/icon-selo.js +9 -0
- package/dist/ui/icons/render/icon-selo.js.map +1 -0
- package/dist/ui/icons/render/icon-send-arrow.d.ts +2 -0
- package/dist/ui/icons/render/icon-send-arrow.js +9 -0
- package/dist/ui/icons/render/icon-send-arrow.js.map +1 -0
- package/dist/ui/icons/render/icon-send-message.d.ts +2 -0
- package/dist/ui/icons/render/icon-send-message.js +9 -0
- package/dist/ui/icons/render/icon-send-message.js.map +1 -0
- package/dist/ui/icons/render/icon-send.d.ts +2 -0
- package/dist/ui/icons/render/icon-send.js +9 -0
- package/dist/ui/icons/render/icon-send.js.map +1 -0
- package/dist/ui/icons/render/icon-seo.d.ts +2 -0
- package/dist/ui/icons/render/icon-seo.js +9 -0
- package/dist/ui/icons/render/icon-seo.js.map +1 -0
- package/dist/ui/icons/render/icon-share-v2.d.ts +2 -0
- package/dist/ui/icons/render/icon-share-v2.js +9 -0
- package/dist/ui/icons/render/icon-share-v2.js.map +1 -0
- package/dist/ui/icons/render/icon-shopping.d.ts +3 -0
- package/dist/ui/icons/render/icon-shopping.js +14 -0
- package/dist/ui/icons/render/icon-shopping.js.map +1 -0
- package/dist/ui/icons/render/icon-star.d.ts +2 -0
- package/dist/ui/icons/render/icon-star.js +9 -0
- package/dist/ui/icons/render/icon-star.js.map +1 -0
- package/dist/ui/icons/render/icon-starBg.d.ts +2 -0
- package/dist/ui/icons/render/icon-starBg.js +9 -0
- package/dist/ui/icons/render/icon-starBg.js.map +1 -0
- package/dist/ui/icons/render/icon-three-dots.d.ts +2 -0
- package/dist/ui/icons/render/icon-three-dots.js +9 -0
- package/dist/ui/icons/render/icon-three-dots.js.map +1 -0
- package/dist/ui/icons/render/icon-top-chevron.d.ts +2 -0
- package/dist/ui/icons/render/icon-top-chevron.js +9 -0
- package/dist/ui/icons/render/icon-top-chevron.js.map +1 -0
- package/dist/ui/icons/render/icon-top-navigation.d.ts +2 -0
- package/dist/ui/icons/render/icon-top-navigation.js +9 -0
- package/dist/ui/icons/render/icon-top-navigation.js.map +1 -0
- package/dist/ui/icons/render/icon-transparent-mail.d.ts +2 -0
- package/dist/ui/icons/render/icon-transparent-mail.js +9 -0
- package/dist/ui/icons/render/icon-transparent-mail.js.map +1 -0
- package/dist/ui/icons/render/icon-transparent-phone.d.ts +2 -0
- package/dist/ui/icons/render/icon-transparent-phone.js +9 -0
- package/dist/ui/icons/render/icon-transparent-phone.js.map +1 -0
- package/dist/ui/icons/render/icon-twitter.d.ts +3 -0
- package/dist/ui/icons/render/icon-twitter.js +14 -0
- package/dist/ui/icons/render/icon-twitter.js.map +1 -0
- package/dist/ui/icons/render/icon-upload.d.ts +2 -0
- package/dist/ui/icons/render/icon-upload.js +9 -0
- package/dist/ui/icons/render/icon-upload.js.map +1 -0
- package/dist/ui/icons/render/icon-user.d.ts +3 -0
- package/dist/ui/icons/render/icon-user.js +14 -0
- package/dist/ui/icons/render/icon-user.js.map +1 -0
- package/dist/ui/icons/render/icon-warning.d.ts +2 -0
- package/dist/ui/icons/render/icon-warning.js +9 -0
- package/dist/ui/icons/render/icon-warning.js.map +1 -0
- package/dist/ui/icons/render/icon-weight.d.ts +2 -0
- package/dist/ui/icons/render/icon-weight.js +9 -0
- package/dist/ui/icons/render/icon-weight.js.map +1 -0
- package/dist/ui/icons/render/icon-whats.d.ts +3 -0
- package/dist/ui/icons/render/icon-whats.js +14 -0
- package/dist/ui/icons/render/icon-whats.js.map +1 -0
- package/dist/ui/icons/render/icon-word.d.ts +2 -0
- package/dist/ui/icons/render/icon-word.js +9 -0
- package/dist/ui/icons/render/icon-word.js.map +1 -0
- package/dist/ui/icons/render/icon-x.d.ts +2 -0
- package/dist/ui/icons/render/icon-x.js +9 -0
- package/dist/ui/icons/render/icon-x.js.map +1 -0
- package/dist/ui/icons/render/image.d.ts +2 -0
- package/dist/ui/icons/render/image.js +9 -0
- package/dist/ui/icons/render/image.js.map +1 -0
- package/dist/ui/icons/render/index.d.ts +1 -0
- package/dist/ui/icons/render/index.js +18 -0
- package/dist/ui/icons/render/index.js.map +1 -0
- package/dist/ui/icons/render-icon/index.d.ts +6 -0
- package/dist/ui/icons/render-icon/index.js +46 -0
- package/dist/ui/icons/render-icon/index.js.map +1 -0
- package/dist/ui/index.d.ts +8 -0
- package/dist/ui/index.js +25 -0
- package/dist/ui/index.js.map +1 -0
- package/dist/ui/integrations/cloudflare/index.d.ts +1 -0
- package/dist/ui/integrations/cloudflare/index.js +18 -0
- package/dist/ui/integrations/cloudflare/index.js.map +1 -0
- package/dist/ui/integrations/cloudflare/turnstile.d.ts +43 -0
- package/dist/ui/integrations/cloudflare/turnstile.js +226 -0
- package/dist/ui/integrations/cloudflare/turnstile.js.map +1 -0
- package/dist/ui/integrations/cloudflare/type.d.ts +43 -0
- package/dist/ui/integrations/cloudflare/type.js +3 -0
- package/dist/ui/integrations/cloudflare/type.js.map +1 -0
- package/dist/ui/integrations/index.d.ts +2 -0
- package/dist/ui/integrations/index.js +19 -0
- package/dist/ui/integrations/index.js.map +1 -0
- package/dist/ui/integrations/message-provider/index.d.ts +1 -0
- package/dist/ui/integrations/message-provider/index.js +18 -0
- package/dist/ui/integrations/message-provider/index.js.map +1 -0
- package/dist/ui/integrations/message-provider/send-message.d.ts +11 -0
- package/dist/ui/integrations/message-provider/send-message.js +90 -0
- package/dist/ui/integrations/message-provider/send-message.js.map +1 -0
- package/dist/ui/styles/keyframes.d.ts +2 -0
- package/dist/ui/styles/keyframes.js +12 -0
- package/dist/ui/styles/keyframes.js.map +1 -0
- package/dist/ui/types/index.d.ts +1 -0
- package/dist/ui/types/index.js +18 -0
- package/dist/ui/types/index.js.map +1 -0
- package/dist/ui/types/list.d.ts +4 -0
- package/dist/ui/types/list.js +3 -0
- package/dist/ui/types/list.js.map +1 -0
- package/dist/ui/utils/_app_utils/generate_ref.d.ts +3 -0
- package/dist/ui/utils/_app_utils/generate_ref.js +26 -0
- package/dist/ui/utils/_app_utils/generate_ref.js.map +1 -0
- package/dist/ui/utils/_app_utils/get-pathname-ref.d.ts +9 -0
- package/dist/ui/utils/_app_utils/get-pathname-ref.js +23 -0
- package/dist/ui/utils/_app_utils/get-pathname-ref.js.map +1 -0
- package/dist/ui/utils/_app_utils/index.d.ts +2 -0
- package/dist/ui/utils/_app_utils/index.js +19 -0
- package/dist/ui/utils/_app_utils/index.js.map +1 -0
- package/dist/ui/utils/buffer/base64.d.ts +5 -0
- package/dist/ui/utils/buffer/base64.js +31 -0
- package/dist/ui/utils/buffer/base64.js.map +1 -0
- package/dist/ui/utils/buffer/buffer.d.ts +4 -0
- package/dist/ui/utils/buffer/buffer.js +31 -0
- package/dist/ui/utils/buffer/buffer.js.map +1 -0
- package/dist/ui/utils/buffer/index.d.ts +2 -0
- package/dist/ui/utils/buffer/index.js +19 -0
- package/dist/ui/utils/buffer/index.js.map +1 -0
- package/dist/ui/utils/colors/hext-to-rgba.d.ts +1 -0
- package/dist/ui/utils/colors/hext-to-rgba.js +10 -0
- package/dist/ui/utils/colors/hext-to-rgba.js.map +1 -0
- package/dist/ui/utils/colors/index.d.ts +1 -0
- package/dist/ui/utils/colors/index.js +18 -0
- package/dist/ui/utils/colors/index.js.map +1 -0
- package/dist/ui/utils/copy-to-clipboard.d.ts +5 -0
- package/dist/ui/utils/copy-to-clipboard.js +122 -0
- package/dist/ui/utils/copy-to-clipboard.js.map +1 -0
- package/dist/ui/utils/date/index.d.ts +1 -0
- package/dist/ui/utils/date/index.js +18 -0
- package/dist/ui/utils/date/index.js.map +1 -0
- package/dist/ui/utils/date/is-invaid-date.d.ts +1 -0
- package/dist/ui/utils/date/is-invaid-date.js +8 -0
- package/dist/ui/utils/date/is-invaid-date.js.map +1 -0
- package/dist/ui/utils/disable-scroll.d.ts +1 -0
- package/dist/ui/utils/disable-scroll.js +20 -0
- package/dist/ui/utils/disable-scroll.js.map +1 -0
- package/dist/ui/utils/facebook/facebook-pixel.d.ts +3 -0
- package/dist/ui/utils/facebook/facebook-pixel.js +15 -0
- package/dist/ui/utils/facebook/facebook-pixel.js.map +1 -0
- package/dist/ui/utils/facebook/index.d.ts +1 -0
- package/dist/ui/utils/facebook/index.js +18 -0
- package/dist/ui/utils/facebook/index.js.map +1 -0
- package/dist/ui/utils/file/index.d.ts +3 -0
- package/dist/ui/utils/file/index.js +20 -0
- package/dist/ui/utils/file/index.js.map +1 -0
- package/dist/ui/utils/file/load-file.d.ts +6 -0
- package/dist/ui/utils/file/load-file.js +76 -0
- package/dist/ui/utils/file/load-file.js.map +1 -0
- package/dist/ui/utils/file/upload-file.d.ts +17 -0
- package/dist/ui/utils/file/upload-file.js +146 -0
- package/dist/ui/utils/file/upload-file.js.map +1 -0
- package/dist/ui/utils/file/verify-size-files.d.ts +7 -0
- package/dist/ui/utils/file/verify-size-files.js +20 -0
- package/dist/ui/utils/file/verify-size-files.js.map +1 -0
- package/dist/ui/utils/format/index.d.ts +1 -0
- package/dist/ui/utils/format/index.js +18 -0
- package/dist/ui/utils/format/index.js.map +1 -0
- package/dist/ui/utils/format/remove-digits.d.ts +1 -0
- package/dist/ui/utils/format/remove-digits.js +8 -0
- package/dist/ui/utils/format/remove-digits.js.map +1 -0
- package/dist/ui/utils/formatters/format-number-to-currency.d.ts +10 -0
- package/dist/ui/utils/formatters/format-number-to-currency.js +24 -0
- package/dist/ui/utils/formatters/format-number-to-currency.js.map +1 -0
- package/dist/ui/utils/formatters/index.d.ts +1 -0
- package/dist/ui/utils/formatters/index.js +18 -0
- package/dist/ui/utils/formatters/index.js.map +1 -0
- package/dist/ui/utils/generate-guid.d.ts +1 -0
- package/dist/ui/utils/generate-guid.js +13 -0
- package/dist/ui/utils/generate-guid.js.map +1 -0
- package/dist/ui/utils/generate-sitemap.d.ts +11 -0
- package/dist/ui/utils/generate-sitemap.js +69 -0
- package/dist/ui/utils/generate-sitemap.js.map +1 -0
- package/dist/ui/utils/http/api.d.ts +16 -0
- package/dist/ui/utils/http/api.js +106 -0
- package/dist/ui/utils/http/api.js.map +1 -0
- package/dist/ui/utils/http/axios-http-client.d.ts +6 -0
- package/dist/ui/utils/http/axios-http-client.js +169 -0
- package/dist/ui/utils/http/axios-http-client.js.map +1 -0
- package/dist/ui/utils/http/errors/http-errors/application-unauthorized-error.d.ts +8 -0
- package/dist/ui/utils/http/errors/http-errors/application-unauthorized-error.js +11 -0
- package/dist/ui/utils/http/errors/http-errors/application-unauthorized-error.js.map +1 -0
- package/dist/ui/utils/http/errors/http-errors/application-unexpected-error.d.ts +3 -0
- package/dist/ui/utils/http/errors/http-errors/application-unexpected-error.js +29 -0
- package/dist/ui/utils/http/errors/http-errors/application-unexpected-error.js.map +1 -0
- package/dist/ui/utils/http/errors/http-errors/bad-request-error.d.ts +9 -0
- package/dist/ui/utils/http/errors/http-errors/bad-request-error.js +11 -0
- package/dist/ui/utils/http/errors/http-errors/bad-request-error.js.map +1 -0
- package/dist/ui/utils/http/errors/http-errors/conflict-error.d.ts +8 -0
- package/dist/ui/utils/http/errors/http-errors/conflict-error.js +11 -0
- package/dist/ui/utils/http/errors/http-errors/conflict-error.js.map +1 -0
- package/dist/ui/utils/http/errors/http-errors/index.d.ts +7 -0
- package/dist/ui/utils/http/errors/http-errors/index.js +24 -0
- package/dist/ui/utils/http/errors/http-errors/index.js.map +1 -0
- package/dist/ui/utils/http/errors/http-errors/no-content.d.ts +3 -0
- package/dist/ui/utils/http/errors/http-errors/no-content.js +29 -0
- package/dist/ui/utils/http/errors/http-errors/no-content.js.map +1 -0
- package/dist/ui/utils/http/errors/http-errors/not-found-error.d.ts +3 -0
- package/dist/ui/utils/http/errors/http-errors/not-found-error.js +29 -0
- package/dist/ui/utils/http/errors/http-errors/not-found-error.js.map +1 -0
- package/dist/ui/utils/http/errors/http-errors/unexpected-error.d.ts +3 -0
- package/dist/ui/utils/http/errors/http-errors/unexpected-error.js +29 -0
- package/dist/ui/utils/http/errors/http-errors/unexpected-error.js.map +1 -0
- package/dist/ui/utils/http/errors/index.d.ts +2 -0
- package/dist/ui/utils/http/errors/index.js +19 -0
- package/dist/ui/utils/http/errors/index.js.map +1 -0
- package/dist/ui/utils/http/errors/system-errors-model/index.d.ts +1 -0
- package/dist/ui/utils/http/errors/system-errors-model/index.js +18 -0
- package/dist/ui/utils/http/errors/system-errors-model/index.js.map +1 -0
- package/dist/ui/utils/http/errors/system-errors-model/validation-errors-model.d.ts +11 -0
- package/dist/ui/utils/http/errors/system-errors-model/validation-errors-model.js +11 -0
- package/dist/ui/utils/http/errors/system-errors-model/validation-errors-model.js.map +1 -0
- package/dist/ui/utils/http/index.d.ts +4 -0
- package/dist/ui/utils/http/index.js +21 -0
- package/dist/ui/utils/http/index.js.map +1 -0
- package/dist/ui/utils/http/interfaces.d.ts +37 -0
- package/dist/ui/utils/http/interfaces.js +19 -0
- package/dist/ui/utils/http/interfaces.js.map +1 -0
- package/dist/ui/utils/index.d.ts +24 -0
- package/dist/ui/utils/index.js +41 -0
- package/dist/ui/utils/index.js.map +1 -0
- package/dist/ui/utils/infinity-forge/index.d.ts +2 -0
- package/dist/ui/utils/infinity-forge/index.js +19 -0
- package/dist/ui/utils/infinity-forge/index.js.map +1 -0
- package/dist/ui/utils/infinity-forge/infinity-forge-next-config.d.ts +1 -0
- package/dist/ui/utils/infinity-forge/infinity-forge-next-config.js +98 -0
- package/dist/ui/utils/infinity-forge/infinity-forge-next-config.js.map +1 -0
- package/dist/ui/utils/infinity-forge/z-index-infinity-forge.d.ts +8 -0
- package/dist/ui/utils/infinity-forge/z-index-infinity-forge.js +12 -0
- package/dist/ui/utils/infinity-forge/z-index-infinity-forge.js.map +1 -0
- package/dist/ui/utils/json/index.d.ts +2 -0
- package/dist/ui/utils/json/index.js +27 -0
- package/dist/ui/utils/json/index.js.map +1 -0
- package/dist/ui/utils/jwt/index.d.ts +23 -0
- package/dist/ui/utils/jwt/index.js +83 -0
- package/dist/ui/utils/jwt/index.js.map +1 -0
- package/dist/ui/utils/libs/index.d.ts +2 -0
- package/dist/ui/utils/libs/index.js +19 -0
- package/dist/ui/utils/libs/index.js.map +1 -0
- package/dist/ui/utils/libs/moment/index.d.ts +1 -0
- package/dist/ui/utils/libs/moment/index.js +18 -0
- package/dist/ui/utils/libs/moment/index.js.map +1 -0
- package/dist/ui/utils/libs/moment/verify-date-and-return-value-formatted.d.ts +3 -0
- package/dist/ui/utils/libs/moment/verify-date-and-return-value-formatted.js +29 -0
- package/dist/ui/utils/libs/moment/verify-date-and-return-value-formatted.js.map +1 -0
- package/dist/ui/utils/libs/next/index.d.ts +2 -0
- package/dist/ui/utils/libs/next/index.js +19 -0
- package/dist/ui/utils/libs/next/index.js.map +1 -0
- package/dist/ui/utils/libs/next/router-build.d.ts +10 -0
- package/dist/ui/utils/libs/next/router-build.js +112 -0
- package/dist/ui/utils/libs/next/router-build.js.map +1 -0
- package/dist/ui/utils/libs/next/update-route.d.ts +8 -0
- package/dist/ui/utils/libs/next/update-route.js +30 -0
- package/dist/ui/utils/libs/next/update-route.js.map +1 -0
- package/dist/ui/utils/mocks/index.d.ts +1 -0
- package/dist/ui/utils/mocks/index.js +18 -0
- package/dist/ui/utils/mocks/index.js.map +1 -0
- package/dist/ui/utils/mocks/states-brazil.d.ts +4 -0
- package/dist/ui/utils/mocks/states-brazil.js +114 -0
- package/dist/ui/utils/mocks/states-brazil.js.map +1 -0
- package/dist/ui/utils/phone/index.d.ts +18 -0
- package/dist/ui/utils/phone/index.js +32 -0
- package/dist/ui/utils/phone/index.js.map +1 -0
- package/dist/ui/utils/scroll-to-top-page.d.ts +1 -0
- package/dist/ui/utils/scroll-to-top-page.js +12 -0
- package/dist/ui/utils/scroll-to-top-page.js.map +1 -0
- package/dist/ui/utils/sidebar/index.d.ts +2 -0
- package/dist/ui/utils/sidebar/index.js +31 -0
- package/dist/ui/utils/sidebar/index.js.map +1 -0
- package/dist/ui/utils/storage/cookies.d.ts +15 -0
- package/dist/ui/utils/storage/cookies.js +31 -0
- package/dist/ui/utils/storage/cookies.js.map +1 -0
- package/dist/ui/utils/storage/index.d.ts +1 -0
- package/dist/ui/utils/storage/index.js +18 -0
- package/dist/ui/utils/storage/index.js.map +1 -0
- package/dist/ui/utils/uid/index.d.ts +1 -0
- package/dist/ui/utils/uid/index.js +25 -0
- package/dist/ui/utils/uid/index.js.map +1 -0
- package/dist/ui/utils/validations/index.d.ts +3 -0
- package/dist/ui/utils/validations/index.js +20 -0
- package/dist/ui/utils/validations/index.js.map +1 -0
- package/dist/ui/utils/validations/validate-cpf.d.ts +1 -0
- package/dist/ui/utils/validations/validate-cpf.js +33 -0
- package/dist/ui/utils/validations/validate-cpf.js.map +1 -0
- package/dist/ui/utils/validations/validate-email.d.ts +1 -0
- package/dist/ui/utils/validations/validate-email.js +11 -0
- package/dist/ui/utils/validations/validate-email.js.map +1 -0
- package/dist/ui/utils/validations/validate-phone.d.ts +4 -0
- package/dist/ui/utils/validations/validate-phone.js +87 -0
- package/dist/ui/utils/validations/validate-phone.js.map +1 -0
- package/package.json +1 -1
- package/dist/tsconfig.tsbuildinfo +0 -1
|
@@ -0,0 +1,4886 @@
|
|
|
1
|
+
export type Swagger = {
|
|
2
|
+
"/Account/user/create": {
|
|
3
|
+
post: {
|
|
4
|
+
params: {};
|
|
5
|
+
requestBody: CreateAccountResponse;
|
|
6
|
+
result: CreateAccountResult;
|
|
7
|
+
};
|
|
8
|
+
};
|
|
9
|
+
"/Account/user/verification": {
|
|
10
|
+
get: {
|
|
11
|
+
params: {
|
|
12
|
+
email: string | undefined;
|
|
13
|
+
token: string | undefined;
|
|
14
|
+
};
|
|
15
|
+
requestBody: null;
|
|
16
|
+
result: null;
|
|
17
|
+
};
|
|
18
|
+
};
|
|
19
|
+
"/Account/user/update": {
|
|
20
|
+
post: {
|
|
21
|
+
params: {};
|
|
22
|
+
requestBody: UpdateAccountResponse;
|
|
23
|
+
result: UpdateAccountResult;
|
|
24
|
+
};
|
|
25
|
+
};
|
|
26
|
+
"/Activity/{activityId}/complete": {
|
|
27
|
+
post: {
|
|
28
|
+
params: {
|
|
29
|
+
activityId: number;
|
|
30
|
+
};
|
|
31
|
+
requestBody: null;
|
|
32
|
+
result: null;
|
|
33
|
+
};
|
|
34
|
+
};
|
|
35
|
+
"/Activity/resume": {
|
|
36
|
+
post: {
|
|
37
|
+
params: {};
|
|
38
|
+
requestBody: NotebookUpdateResumeDto;
|
|
39
|
+
result: null;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
"/Activity/detail/resume": {
|
|
43
|
+
get: {
|
|
44
|
+
params: {
|
|
45
|
+
activityId: number | undefined;
|
|
46
|
+
};
|
|
47
|
+
requestBody: null;
|
|
48
|
+
result: NotebookContentDto;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
"/admin/catalogs/Agendamento/paginated": {
|
|
52
|
+
get: {
|
|
53
|
+
params: {
|
|
54
|
+
Search: string | undefined;
|
|
55
|
+
CreatedFrom: string | undefined;
|
|
56
|
+
CreatedTo: string | undefined;
|
|
57
|
+
OrderBy: string | undefined;
|
|
58
|
+
Include: string | undefined;
|
|
59
|
+
page: number | undefined;
|
|
60
|
+
pageSize: number | undefined;
|
|
61
|
+
Filters: Record<string, string> | undefined;
|
|
62
|
+
};
|
|
63
|
+
requestBody: null;
|
|
64
|
+
result: AgendamentoResponsePaginatedResponse;
|
|
65
|
+
};
|
|
66
|
+
};
|
|
67
|
+
"/admin/catalogs/Agendamento/url/{url}": {
|
|
68
|
+
get: {
|
|
69
|
+
params: {
|
|
70
|
+
url: string;
|
|
71
|
+
};
|
|
72
|
+
requestBody: null;
|
|
73
|
+
result: AgendamentoResponseApiResponse;
|
|
74
|
+
};
|
|
75
|
+
};
|
|
76
|
+
"/admin/catalogs/Agendamento/{id}": {
|
|
77
|
+
get: {
|
|
78
|
+
params: {
|
|
79
|
+
id: number;
|
|
80
|
+
};
|
|
81
|
+
requestBody: null;
|
|
82
|
+
result: AgendamentoResponseApiResponse;
|
|
83
|
+
};
|
|
84
|
+
put: {
|
|
85
|
+
params: {
|
|
86
|
+
id: number;
|
|
87
|
+
};
|
|
88
|
+
requestBody: AgendamentoRequest;
|
|
89
|
+
result: AgendamentoResponseApiResponse;
|
|
90
|
+
};
|
|
91
|
+
delete: {
|
|
92
|
+
params: {
|
|
93
|
+
id: number;
|
|
94
|
+
};
|
|
95
|
+
requestBody: null;
|
|
96
|
+
result: null;
|
|
97
|
+
};
|
|
98
|
+
};
|
|
99
|
+
"/admin/catalogs/Agendamento": {
|
|
100
|
+
post: {
|
|
101
|
+
params: {};
|
|
102
|
+
requestBody: AgendamentoRequest;
|
|
103
|
+
result: null;
|
|
104
|
+
};
|
|
105
|
+
};
|
|
106
|
+
"/admin/contents/artigo/paginated": {
|
|
107
|
+
get: {
|
|
108
|
+
params: {
|
|
109
|
+
Search: string | undefined;
|
|
110
|
+
CreatedFrom: string | undefined;
|
|
111
|
+
CreatedTo: string | undefined;
|
|
112
|
+
OrderBy: string | undefined;
|
|
113
|
+
Include: string | undefined;
|
|
114
|
+
page: number | undefined;
|
|
115
|
+
pageSize: number | undefined;
|
|
116
|
+
Filters: Record<string, string> | undefined;
|
|
117
|
+
};
|
|
118
|
+
requestBody: null;
|
|
119
|
+
result: ArtigoResponsePaginatedResponse;
|
|
120
|
+
};
|
|
121
|
+
};
|
|
122
|
+
"/admin/contents/artigo/url/{url}": {
|
|
123
|
+
get: {
|
|
124
|
+
params: {
|
|
125
|
+
url: string;
|
|
126
|
+
};
|
|
127
|
+
requestBody: null;
|
|
128
|
+
result: ArtigoResponseApiResponse;
|
|
129
|
+
};
|
|
130
|
+
};
|
|
131
|
+
"/admin/contents/artigo/{id}": {
|
|
132
|
+
get: {
|
|
133
|
+
params: {
|
|
134
|
+
id: number;
|
|
135
|
+
};
|
|
136
|
+
requestBody: null;
|
|
137
|
+
result: ArtigoResponseApiResponse;
|
|
138
|
+
};
|
|
139
|
+
put: {
|
|
140
|
+
params: {
|
|
141
|
+
id: number;
|
|
142
|
+
};
|
|
143
|
+
requestBody: ArtigoRequest;
|
|
144
|
+
result: ArtigoResponseApiResponse;
|
|
145
|
+
};
|
|
146
|
+
delete: {
|
|
147
|
+
params: {
|
|
148
|
+
id: number;
|
|
149
|
+
};
|
|
150
|
+
requestBody: null;
|
|
151
|
+
result: null;
|
|
152
|
+
};
|
|
153
|
+
};
|
|
154
|
+
"/admin/contents/artigo": {
|
|
155
|
+
post: {
|
|
156
|
+
params: {};
|
|
157
|
+
requestBody: ArtigoRequest;
|
|
158
|
+
result: null;
|
|
159
|
+
};
|
|
160
|
+
};
|
|
161
|
+
"/admin/catalogs/Assunto/paginated": {
|
|
162
|
+
get: {
|
|
163
|
+
params: {
|
|
164
|
+
Search: string | undefined;
|
|
165
|
+
CreatedFrom: string | undefined;
|
|
166
|
+
CreatedTo: string | undefined;
|
|
167
|
+
OrderBy: string | undefined;
|
|
168
|
+
Include: string | undefined;
|
|
169
|
+
page: number | undefined;
|
|
170
|
+
pageSize: number | undefined;
|
|
171
|
+
Filters: Record<string, string> | undefined;
|
|
172
|
+
};
|
|
173
|
+
requestBody: null;
|
|
174
|
+
result: AssuntoResponsePaginatedResponse;
|
|
175
|
+
};
|
|
176
|
+
};
|
|
177
|
+
"/admin/catalogs/Assunto/url/{url}": {
|
|
178
|
+
get: {
|
|
179
|
+
params: {
|
|
180
|
+
url: string;
|
|
181
|
+
};
|
|
182
|
+
requestBody: null;
|
|
183
|
+
result: AssuntoResponseApiResponse;
|
|
184
|
+
};
|
|
185
|
+
};
|
|
186
|
+
"/admin/catalogs/Assunto/{id}": {
|
|
187
|
+
get: {
|
|
188
|
+
params: {
|
|
189
|
+
id: number;
|
|
190
|
+
};
|
|
191
|
+
requestBody: null;
|
|
192
|
+
result: AssuntoResponseApiResponse;
|
|
193
|
+
};
|
|
194
|
+
put: {
|
|
195
|
+
params: {
|
|
196
|
+
id: number;
|
|
197
|
+
};
|
|
198
|
+
requestBody: AssuntoRequest;
|
|
199
|
+
result: AssuntoResponseApiResponse;
|
|
200
|
+
};
|
|
201
|
+
delete: {
|
|
202
|
+
params: {
|
|
203
|
+
id: number;
|
|
204
|
+
};
|
|
205
|
+
requestBody: null;
|
|
206
|
+
result: null;
|
|
207
|
+
};
|
|
208
|
+
};
|
|
209
|
+
"/admin/catalogs/Assunto": {
|
|
210
|
+
post: {
|
|
211
|
+
params: {};
|
|
212
|
+
requestBody: AssuntoRequest;
|
|
213
|
+
result: null;
|
|
214
|
+
};
|
|
215
|
+
};
|
|
216
|
+
"/Authentication": {
|
|
217
|
+
post: {
|
|
218
|
+
params: {};
|
|
219
|
+
requestBody: UsuarioLoginDto;
|
|
220
|
+
result: LoginResult;
|
|
221
|
+
};
|
|
222
|
+
};
|
|
223
|
+
"/Users/me": {
|
|
224
|
+
get: {
|
|
225
|
+
params: {};
|
|
226
|
+
requestBody: null;
|
|
227
|
+
result: null;
|
|
228
|
+
};
|
|
229
|
+
};
|
|
230
|
+
"/Users/Invoices": {
|
|
231
|
+
get: {
|
|
232
|
+
params: {};
|
|
233
|
+
requestBody: null;
|
|
234
|
+
result: null;
|
|
235
|
+
};
|
|
236
|
+
};
|
|
237
|
+
"/admin/contents/banner/paginated": {
|
|
238
|
+
get: {
|
|
239
|
+
params: {
|
|
240
|
+
Search: string | undefined;
|
|
241
|
+
CreatedFrom: string | undefined;
|
|
242
|
+
CreatedTo: string | undefined;
|
|
243
|
+
OrderBy: string | undefined;
|
|
244
|
+
Include: string | undefined;
|
|
245
|
+
page: number | undefined;
|
|
246
|
+
pageSize: number | undefined;
|
|
247
|
+
Filters: Record<string, string> | undefined;
|
|
248
|
+
};
|
|
249
|
+
requestBody: null;
|
|
250
|
+
result: BannerResponsePaginatedResponse;
|
|
251
|
+
};
|
|
252
|
+
};
|
|
253
|
+
"/admin/contents/banner/url/{url}": {
|
|
254
|
+
get: {
|
|
255
|
+
params: {
|
|
256
|
+
url: string;
|
|
257
|
+
};
|
|
258
|
+
requestBody: null;
|
|
259
|
+
result: BannerResponseApiResponse;
|
|
260
|
+
};
|
|
261
|
+
};
|
|
262
|
+
"/admin/contents/banner/{id}": {
|
|
263
|
+
get: {
|
|
264
|
+
params: {
|
|
265
|
+
id: number;
|
|
266
|
+
};
|
|
267
|
+
requestBody: null;
|
|
268
|
+
result: BannerResponseApiResponse;
|
|
269
|
+
};
|
|
270
|
+
put: {
|
|
271
|
+
params: {
|
|
272
|
+
id: number;
|
|
273
|
+
};
|
|
274
|
+
requestBody: BannerRequest;
|
|
275
|
+
result: BannerResponseApiResponse;
|
|
276
|
+
};
|
|
277
|
+
delete: {
|
|
278
|
+
params: {
|
|
279
|
+
id: number;
|
|
280
|
+
};
|
|
281
|
+
requestBody: null;
|
|
282
|
+
result: null;
|
|
283
|
+
};
|
|
284
|
+
};
|
|
285
|
+
"/admin/contents/banner": {
|
|
286
|
+
post: {
|
|
287
|
+
params: {};
|
|
288
|
+
requestBody: BannerRequest;
|
|
289
|
+
result: null;
|
|
290
|
+
};
|
|
291
|
+
};
|
|
292
|
+
"/Blog/list": {
|
|
293
|
+
get: {
|
|
294
|
+
params: {
|
|
295
|
+
category: string | undefined;
|
|
296
|
+
search: string | undefined;
|
|
297
|
+
tags: string | undefined;
|
|
298
|
+
page: number | undefined;
|
|
299
|
+
};
|
|
300
|
+
requestBody: null;
|
|
301
|
+
result: BlogPage;
|
|
302
|
+
};
|
|
303
|
+
};
|
|
304
|
+
"/Blog/detail/{url}": {
|
|
305
|
+
get: {
|
|
306
|
+
params: {
|
|
307
|
+
url: string;
|
|
308
|
+
};
|
|
309
|
+
requestBody: null;
|
|
310
|
+
result: null;
|
|
311
|
+
};
|
|
312
|
+
};
|
|
313
|
+
"/Blog/destaques": {
|
|
314
|
+
get: {
|
|
315
|
+
params: {
|
|
316
|
+
page: number | undefined;
|
|
317
|
+
};
|
|
318
|
+
requestBody: null;
|
|
319
|
+
result: null;
|
|
320
|
+
};
|
|
321
|
+
};
|
|
322
|
+
"/Blog/categorias": {
|
|
323
|
+
get: {
|
|
324
|
+
params: {};
|
|
325
|
+
requestBody: null;
|
|
326
|
+
result: null;
|
|
327
|
+
};
|
|
328
|
+
};
|
|
329
|
+
"/admin/contents/blog/paginated": {
|
|
330
|
+
get: {
|
|
331
|
+
params: {
|
|
332
|
+
category: {
|
|
333
|
+
url: string[] | undefined;
|
|
334
|
+
};
|
|
335
|
+
Destaque: boolean | undefined;
|
|
336
|
+
Search: string | undefined;
|
|
337
|
+
CreatedFrom: string | undefined;
|
|
338
|
+
CreatedTo: string | undefined;
|
|
339
|
+
OrderBy: string | undefined;
|
|
340
|
+
Include: string | undefined;
|
|
341
|
+
page: number | undefined;
|
|
342
|
+
pageSize: number | undefined;
|
|
343
|
+
Filters: Record<string, string> | undefined;
|
|
344
|
+
};
|
|
345
|
+
requestBody: null;
|
|
346
|
+
result: BlogResponsePaginatedResponse;
|
|
347
|
+
};
|
|
348
|
+
};
|
|
349
|
+
"/admin/contents/blog/url/{url}": {
|
|
350
|
+
get: {
|
|
351
|
+
params: {
|
|
352
|
+
url: string;
|
|
353
|
+
};
|
|
354
|
+
requestBody: null;
|
|
355
|
+
result: BlogResponseApiResponse;
|
|
356
|
+
};
|
|
357
|
+
};
|
|
358
|
+
"/admin/contents/blog/{id}": {
|
|
359
|
+
get: {
|
|
360
|
+
params: {
|
|
361
|
+
id: number;
|
|
362
|
+
};
|
|
363
|
+
requestBody: null;
|
|
364
|
+
result: BlogResponseApiResponse;
|
|
365
|
+
};
|
|
366
|
+
put: {
|
|
367
|
+
params: {
|
|
368
|
+
id: number;
|
|
369
|
+
};
|
|
370
|
+
requestBody: BlogRequest;
|
|
371
|
+
result: BlogResponseApiResponse;
|
|
372
|
+
};
|
|
373
|
+
delete: {
|
|
374
|
+
params: {
|
|
375
|
+
id: number;
|
|
376
|
+
};
|
|
377
|
+
requestBody: null;
|
|
378
|
+
result: null;
|
|
379
|
+
};
|
|
380
|
+
};
|
|
381
|
+
"/admin/contents/blog": {
|
|
382
|
+
post: {
|
|
383
|
+
params: {};
|
|
384
|
+
requestBody: BlogRequest;
|
|
385
|
+
result: null;
|
|
386
|
+
};
|
|
387
|
+
};
|
|
388
|
+
"/admin/properties/categoria/blog/listCategories": {
|
|
389
|
+
get: {
|
|
390
|
+
params: {
|
|
391
|
+
EntityKey: string | undefined;
|
|
392
|
+
BlogSize: number | undefined;
|
|
393
|
+
Url: string | undefined;
|
|
394
|
+
Search: string | undefined;
|
|
395
|
+
CreatedFrom: string | undefined;
|
|
396
|
+
CreatedTo: string | undefined;
|
|
397
|
+
OrderBy: string | undefined;
|
|
398
|
+
Include: string | undefined;
|
|
399
|
+
page: number | undefined;
|
|
400
|
+
pageSize: number | undefined;
|
|
401
|
+
Filters: Record<string, string> | undefined;
|
|
402
|
+
};
|
|
403
|
+
requestBody: null;
|
|
404
|
+
result: CategoriaResponsePaginatedResponse;
|
|
405
|
+
};
|
|
406
|
+
};
|
|
407
|
+
"/admin/properties/categoria/paginated": {
|
|
408
|
+
get: {
|
|
409
|
+
params: {
|
|
410
|
+
EntityKey: string | undefined;
|
|
411
|
+
BlogSize: number | undefined;
|
|
412
|
+
Url: string | undefined;
|
|
413
|
+
Search: string | undefined;
|
|
414
|
+
CreatedFrom: string | undefined;
|
|
415
|
+
CreatedTo: string | undefined;
|
|
416
|
+
OrderBy: string | undefined;
|
|
417
|
+
Include: string | undefined;
|
|
418
|
+
page: number | undefined;
|
|
419
|
+
pageSize: number | undefined;
|
|
420
|
+
Filters: Record<string, string> | undefined;
|
|
421
|
+
};
|
|
422
|
+
requestBody: null;
|
|
423
|
+
result: CategoriaResponsePaginatedResponse;
|
|
424
|
+
};
|
|
425
|
+
};
|
|
426
|
+
"/admin/properties/categoria/url/{url}": {
|
|
427
|
+
get: {
|
|
428
|
+
params: {
|
|
429
|
+
url: string;
|
|
430
|
+
};
|
|
431
|
+
requestBody: null;
|
|
432
|
+
result: CategoriaResponseApiResponse;
|
|
433
|
+
};
|
|
434
|
+
};
|
|
435
|
+
"/admin/properties/categoria/{id}": {
|
|
436
|
+
get: {
|
|
437
|
+
params: {
|
|
438
|
+
id: number;
|
|
439
|
+
};
|
|
440
|
+
requestBody: null;
|
|
441
|
+
result: CategoriaResponseApiResponse;
|
|
442
|
+
};
|
|
443
|
+
put: {
|
|
444
|
+
params: {
|
|
445
|
+
id: number;
|
|
446
|
+
};
|
|
447
|
+
requestBody: CategoriaRequest;
|
|
448
|
+
result: CategoriaResponseApiResponse;
|
|
449
|
+
};
|
|
450
|
+
delete: {
|
|
451
|
+
params: {
|
|
452
|
+
id: number;
|
|
453
|
+
};
|
|
454
|
+
requestBody: null;
|
|
455
|
+
result: null;
|
|
456
|
+
};
|
|
457
|
+
};
|
|
458
|
+
"/admin/properties/categoria": {
|
|
459
|
+
post: {
|
|
460
|
+
params: {};
|
|
461
|
+
requestBody: CategoriaRequest;
|
|
462
|
+
result: null;
|
|
463
|
+
};
|
|
464
|
+
};
|
|
465
|
+
"/admin/catalogs/CategoriaXFeature/paginated": {
|
|
466
|
+
get: {
|
|
467
|
+
params: {
|
|
468
|
+
Search: string | undefined;
|
|
469
|
+
CreatedFrom: string | undefined;
|
|
470
|
+
CreatedTo: string | undefined;
|
|
471
|
+
OrderBy: string | undefined;
|
|
472
|
+
Include: string | undefined;
|
|
473
|
+
page: number | undefined;
|
|
474
|
+
pageSize: number | undefined;
|
|
475
|
+
Filters: Record<string, string> | undefined;
|
|
476
|
+
};
|
|
477
|
+
requestBody: null;
|
|
478
|
+
result: CategoriaXFeatureResponsePaginatedResponse;
|
|
479
|
+
};
|
|
480
|
+
};
|
|
481
|
+
"/admin/catalogs/CategoriaXFeature/categoria/{categoriaId}": {
|
|
482
|
+
get: {
|
|
483
|
+
params: {
|
|
484
|
+
categoriaId: number;
|
|
485
|
+
};
|
|
486
|
+
requestBody: null;
|
|
487
|
+
result: CategoriaFeatureDTOApiResponse;
|
|
488
|
+
};
|
|
489
|
+
};
|
|
490
|
+
"/admin/catalogs/CategoriaXFeature/{id}": {
|
|
491
|
+
get: {
|
|
492
|
+
params: {
|
|
493
|
+
id: number;
|
|
494
|
+
};
|
|
495
|
+
requestBody: null;
|
|
496
|
+
result: CategoriaXFeatureResponseApiResponse;
|
|
497
|
+
};
|
|
498
|
+
put: {
|
|
499
|
+
params: {
|
|
500
|
+
id: number;
|
|
501
|
+
};
|
|
502
|
+
requestBody: CategoriaXFeatureRequest;
|
|
503
|
+
result: CategoriaXFeatureResponseApiResponse;
|
|
504
|
+
};
|
|
505
|
+
delete: {
|
|
506
|
+
params: {
|
|
507
|
+
id: number;
|
|
508
|
+
};
|
|
509
|
+
requestBody: null;
|
|
510
|
+
result: null;
|
|
511
|
+
};
|
|
512
|
+
};
|
|
513
|
+
"/admin/catalogs/CategoriaXFeature": {
|
|
514
|
+
post: {
|
|
515
|
+
params: {};
|
|
516
|
+
requestBody: CategoriaXFeatureRequest;
|
|
517
|
+
result: null;
|
|
518
|
+
};
|
|
519
|
+
};
|
|
520
|
+
"/api/Chat/new": {
|
|
521
|
+
post: {
|
|
522
|
+
params: {};
|
|
523
|
+
requestBody: ChatNewResponse;
|
|
524
|
+
result: ChatIA;
|
|
525
|
+
};
|
|
526
|
+
};
|
|
527
|
+
"/api/Chat/map/{id}": {
|
|
528
|
+
post: {
|
|
529
|
+
params: {
|
|
530
|
+
id: number;
|
|
531
|
+
tripTitle: string | undefined;
|
|
532
|
+
};
|
|
533
|
+
requestBody: null;
|
|
534
|
+
result: TripCreatedResponse;
|
|
535
|
+
};
|
|
536
|
+
};
|
|
537
|
+
"/api/Chat/{id}/message": {
|
|
538
|
+
post: {
|
|
539
|
+
params: {
|
|
540
|
+
id: number;
|
|
541
|
+
};
|
|
542
|
+
requestBody: ChatIAItemDto;
|
|
543
|
+
result: ChatIAMessageResponse;
|
|
544
|
+
};
|
|
545
|
+
};
|
|
546
|
+
"/api/Chat/{chatId}/messages": {
|
|
547
|
+
get: {
|
|
548
|
+
params: {
|
|
549
|
+
chatId: number;
|
|
550
|
+
};
|
|
551
|
+
requestBody: null;
|
|
552
|
+
result: ChatIAListMessagesResponse;
|
|
553
|
+
};
|
|
554
|
+
};
|
|
555
|
+
"/api/Chat/{chatId}/delete": {
|
|
556
|
+
get: {
|
|
557
|
+
params: {
|
|
558
|
+
chatId: number;
|
|
559
|
+
};
|
|
560
|
+
requestBody: null;
|
|
561
|
+
result: null;
|
|
562
|
+
};
|
|
563
|
+
};
|
|
564
|
+
"/api/Chat/list/messages": {
|
|
565
|
+
get: {
|
|
566
|
+
params: {};
|
|
567
|
+
requestBody: null;
|
|
568
|
+
result: ChatListResponse;
|
|
569
|
+
};
|
|
570
|
+
};
|
|
571
|
+
"/admin/catalogs/Compliance/paginated": {
|
|
572
|
+
get: {
|
|
573
|
+
params: {
|
|
574
|
+
Search: string | undefined;
|
|
575
|
+
CreatedFrom: string | undefined;
|
|
576
|
+
CreatedTo: string | undefined;
|
|
577
|
+
OrderBy: string | undefined;
|
|
578
|
+
Include: string | undefined;
|
|
579
|
+
page: number | undefined;
|
|
580
|
+
pageSize: number | undefined;
|
|
581
|
+
Filters: Record<string, string> | undefined;
|
|
582
|
+
};
|
|
583
|
+
requestBody: null;
|
|
584
|
+
result: ComplianceResponsePaginatedResponse;
|
|
585
|
+
};
|
|
586
|
+
};
|
|
587
|
+
"/admin/catalogs/Compliance/url/{url}": {
|
|
588
|
+
get: {
|
|
589
|
+
params: {
|
|
590
|
+
url: string;
|
|
591
|
+
};
|
|
592
|
+
requestBody: null;
|
|
593
|
+
result: ComplianceResponseApiResponse;
|
|
594
|
+
};
|
|
595
|
+
};
|
|
596
|
+
"/admin/catalogs/Compliance/{id}": {
|
|
597
|
+
get: {
|
|
598
|
+
params: {
|
|
599
|
+
id: number;
|
|
600
|
+
};
|
|
601
|
+
requestBody: null;
|
|
602
|
+
result: ComplianceResponseApiResponse;
|
|
603
|
+
};
|
|
604
|
+
put: {
|
|
605
|
+
params: {
|
|
606
|
+
id: number;
|
|
607
|
+
};
|
|
608
|
+
requestBody: ComplianceRequest;
|
|
609
|
+
result: ComplianceResponseApiResponse;
|
|
610
|
+
};
|
|
611
|
+
delete: {
|
|
612
|
+
params: {
|
|
613
|
+
id: number;
|
|
614
|
+
};
|
|
615
|
+
requestBody: null;
|
|
616
|
+
result: null;
|
|
617
|
+
};
|
|
618
|
+
};
|
|
619
|
+
"/admin/catalogs/Compliance": {
|
|
620
|
+
post: {
|
|
621
|
+
params: {};
|
|
622
|
+
requestBody: ComplianceRequest;
|
|
623
|
+
result: null;
|
|
624
|
+
};
|
|
625
|
+
};
|
|
626
|
+
"/Configs": {
|
|
627
|
+
get: {
|
|
628
|
+
params: {};
|
|
629
|
+
requestBody: null;
|
|
630
|
+
result: null;
|
|
631
|
+
};
|
|
632
|
+
};
|
|
633
|
+
"/admin/catalogs/Contact/paginated": {
|
|
634
|
+
get: {
|
|
635
|
+
params: {
|
|
636
|
+
Search: string | undefined;
|
|
637
|
+
CreatedFrom: string | undefined;
|
|
638
|
+
CreatedTo: string | undefined;
|
|
639
|
+
OrderBy: string | undefined;
|
|
640
|
+
Include: string | undefined;
|
|
641
|
+
page: number | undefined;
|
|
642
|
+
pageSize: number | undefined;
|
|
643
|
+
Filters: Record<string, string> | undefined;
|
|
644
|
+
};
|
|
645
|
+
requestBody: null;
|
|
646
|
+
result: ContactResponsePaginatedResponse;
|
|
647
|
+
};
|
|
648
|
+
};
|
|
649
|
+
"/admin/catalogs/Contact/url/{url}": {
|
|
650
|
+
get: {
|
|
651
|
+
params: {
|
|
652
|
+
url: string;
|
|
653
|
+
};
|
|
654
|
+
requestBody: null;
|
|
655
|
+
result: ContactResponseApiResponse;
|
|
656
|
+
};
|
|
657
|
+
};
|
|
658
|
+
"/admin/catalogs/Contact/{id}": {
|
|
659
|
+
get: {
|
|
660
|
+
params: {
|
|
661
|
+
id: number;
|
|
662
|
+
};
|
|
663
|
+
requestBody: null;
|
|
664
|
+
result: ContactResponseApiResponse;
|
|
665
|
+
};
|
|
666
|
+
put: {
|
|
667
|
+
params: {
|
|
668
|
+
id: number;
|
|
669
|
+
};
|
|
670
|
+
requestBody: ContactRequest;
|
|
671
|
+
result: ContactResponseApiResponse;
|
|
672
|
+
};
|
|
673
|
+
delete: {
|
|
674
|
+
params: {
|
|
675
|
+
id: number;
|
|
676
|
+
};
|
|
677
|
+
requestBody: null;
|
|
678
|
+
result: null;
|
|
679
|
+
};
|
|
680
|
+
};
|
|
681
|
+
"/admin/catalogs/Contact": {
|
|
682
|
+
post: {
|
|
683
|
+
params: {};
|
|
684
|
+
requestBody: ContactRequest;
|
|
685
|
+
result: null;
|
|
686
|
+
};
|
|
687
|
+
};
|
|
688
|
+
"/admin/catalogs/Convenio/paginated": {
|
|
689
|
+
get: {
|
|
690
|
+
params: {
|
|
691
|
+
Search: string | undefined;
|
|
692
|
+
CreatedFrom: string | undefined;
|
|
693
|
+
CreatedTo: string | undefined;
|
|
694
|
+
OrderBy: string | undefined;
|
|
695
|
+
Include: string | undefined;
|
|
696
|
+
page: number | undefined;
|
|
697
|
+
pageSize: number | undefined;
|
|
698
|
+
Filters: Record<string, string> | undefined;
|
|
699
|
+
};
|
|
700
|
+
requestBody: null;
|
|
701
|
+
result: ConvenioResponsePaginatedResponse;
|
|
702
|
+
};
|
|
703
|
+
};
|
|
704
|
+
"/admin/catalogs/Convenio/url/{url}": {
|
|
705
|
+
get: {
|
|
706
|
+
params: {
|
|
707
|
+
url: string;
|
|
708
|
+
};
|
|
709
|
+
requestBody: null;
|
|
710
|
+
result: ConvenioResponseApiResponse;
|
|
711
|
+
};
|
|
712
|
+
};
|
|
713
|
+
"/admin/catalogs/Convenio/{id}": {
|
|
714
|
+
get: {
|
|
715
|
+
params: {
|
|
716
|
+
id: number;
|
|
717
|
+
};
|
|
718
|
+
requestBody: null;
|
|
719
|
+
result: ConvenioResponseApiResponse;
|
|
720
|
+
};
|
|
721
|
+
put: {
|
|
722
|
+
params: {
|
|
723
|
+
id: number;
|
|
724
|
+
};
|
|
725
|
+
requestBody: ConvenioRequest;
|
|
726
|
+
result: ConvenioResponseApiResponse;
|
|
727
|
+
};
|
|
728
|
+
delete: {
|
|
729
|
+
params: {
|
|
730
|
+
id: number;
|
|
731
|
+
};
|
|
732
|
+
requestBody: null;
|
|
733
|
+
result: null;
|
|
734
|
+
};
|
|
735
|
+
};
|
|
736
|
+
"/admin/catalogs/Convenio": {
|
|
737
|
+
post: {
|
|
738
|
+
params: {};
|
|
739
|
+
requestBody: ConvenioRequest;
|
|
740
|
+
result: null;
|
|
741
|
+
};
|
|
742
|
+
};
|
|
743
|
+
"/Courses/list/shortname": {
|
|
744
|
+
get: {
|
|
745
|
+
params: {};
|
|
746
|
+
requestBody: null;
|
|
747
|
+
result: CourseItemShortless;
|
|
748
|
+
};
|
|
749
|
+
};
|
|
750
|
+
"/Courses/list": {
|
|
751
|
+
get: {
|
|
752
|
+
params: {};
|
|
753
|
+
requestBody: null;
|
|
754
|
+
result: CoursesPage;
|
|
755
|
+
};
|
|
756
|
+
};
|
|
757
|
+
"/Courses/list/extra-content": {
|
|
758
|
+
get: {
|
|
759
|
+
params: {};
|
|
760
|
+
requestBody: null;
|
|
761
|
+
result: CoursesPage;
|
|
762
|
+
};
|
|
763
|
+
};
|
|
764
|
+
"/Courses/detail/{guid}": {
|
|
765
|
+
get: {
|
|
766
|
+
params: {
|
|
767
|
+
guid: string;
|
|
768
|
+
};
|
|
769
|
+
requestBody: null;
|
|
770
|
+
result: CourseDetailPage;
|
|
771
|
+
};
|
|
772
|
+
};
|
|
773
|
+
"/module/detail/{guid}": {
|
|
774
|
+
get: {
|
|
775
|
+
params: {
|
|
776
|
+
guid: string;
|
|
777
|
+
};
|
|
778
|
+
requestBody: null;
|
|
779
|
+
result: ModuleDetailPage;
|
|
780
|
+
};
|
|
781
|
+
};
|
|
782
|
+
"/lesson/detail/{guid}": {
|
|
783
|
+
get: {
|
|
784
|
+
params: {
|
|
785
|
+
guid: string;
|
|
786
|
+
};
|
|
787
|
+
requestBody: null;
|
|
788
|
+
result: LessonDetailPage;
|
|
789
|
+
};
|
|
790
|
+
};
|
|
791
|
+
"/admin/catalogs/curso/paginated": {
|
|
792
|
+
get: {
|
|
793
|
+
params: {
|
|
794
|
+
Search: string | undefined;
|
|
795
|
+
CreatedFrom: string | undefined;
|
|
796
|
+
CreatedTo: string | undefined;
|
|
797
|
+
OrderBy: string | undefined;
|
|
798
|
+
Include: string | undefined;
|
|
799
|
+
page: number | undefined;
|
|
800
|
+
pageSize: number | undefined;
|
|
801
|
+
Filters: Record<string, string> | undefined;
|
|
802
|
+
};
|
|
803
|
+
requestBody: null;
|
|
804
|
+
result: CursoResponsePaginatedResponse;
|
|
805
|
+
};
|
|
806
|
+
};
|
|
807
|
+
"/admin/catalogs/curso/url/{url}": {
|
|
808
|
+
get: {
|
|
809
|
+
params: {
|
|
810
|
+
url: string;
|
|
811
|
+
};
|
|
812
|
+
requestBody: null;
|
|
813
|
+
result: CursoResponseApiResponse;
|
|
814
|
+
};
|
|
815
|
+
};
|
|
816
|
+
"/admin/catalogs/curso/{id}": {
|
|
817
|
+
get: {
|
|
818
|
+
params: {
|
|
819
|
+
id: number;
|
|
820
|
+
};
|
|
821
|
+
requestBody: null;
|
|
822
|
+
result: CursoResponseApiResponse;
|
|
823
|
+
};
|
|
824
|
+
put: {
|
|
825
|
+
params: {
|
|
826
|
+
id: number;
|
|
827
|
+
};
|
|
828
|
+
requestBody: CursoRequest;
|
|
829
|
+
result: CursoResponseApiResponse;
|
|
830
|
+
};
|
|
831
|
+
delete: {
|
|
832
|
+
params: {
|
|
833
|
+
id: number;
|
|
834
|
+
};
|
|
835
|
+
requestBody: null;
|
|
836
|
+
result: null;
|
|
837
|
+
};
|
|
838
|
+
};
|
|
839
|
+
"/admin/catalogs/curso": {
|
|
840
|
+
post: {
|
|
841
|
+
params: {};
|
|
842
|
+
requestBody: CursoRequest;
|
|
843
|
+
result: null;
|
|
844
|
+
};
|
|
845
|
+
};
|
|
846
|
+
"/admin/contents/depoimento/paginated": {
|
|
847
|
+
get: {
|
|
848
|
+
params: {
|
|
849
|
+
Search: string | undefined;
|
|
850
|
+
CreatedFrom: string | undefined;
|
|
851
|
+
CreatedTo: string | undefined;
|
|
852
|
+
OrderBy: string | undefined;
|
|
853
|
+
Include: string | undefined;
|
|
854
|
+
page: number | undefined;
|
|
855
|
+
pageSize: number | undefined;
|
|
856
|
+
Filters: Record<string, string> | undefined;
|
|
857
|
+
};
|
|
858
|
+
requestBody: null;
|
|
859
|
+
result: DepoimentoResponsePaginatedResponse;
|
|
860
|
+
};
|
|
861
|
+
};
|
|
862
|
+
"/admin/contents/depoimento/url/{url}": {
|
|
863
|
+
get: {
|
|
864
|
+
params: {
|
|
865
|
+
url: string;
|
|
866
|
+
};
|
|
867
|
+
requestBody: null;
|
|
868
|
+
result: DepoimentoResponseApiResponse;
|
|
869
|
+
};
|
|
870
|
+
};
|
|
871
|
+
"/admin/contents/depoimento/{id}": {
|
|
872
|
+
get: {
|
|
873
|
+
params: {
|
|
874
|
+
id: number;
|
|
875
|
+
};
|
|
876
|
+
requestBody: null;
|
|
877
|
+
result: DepoimentoResponseApiResponse;
|
|
878
|
+
};
|
|
879
|
+
put: {
|
|
880
|
+
params: {
|
|
881
|
+
id: number;
|
|
882
|
+
};
|
|
883
|
+
requestBody: DepoimentoRequest;
|
|
884
|
+
result: DepoimentoResponseApiResponse;
|
|
885
|
+
};
|
|
886
|
+
delete: {
|
|
887
|
+
params: {
|
|
888
|
+
id: number;
|
|
889
|
+
};
|
|
890
|
+
requestBody: null;
|
|
891
|
+
result: null;
|
|
892
|
+
};
|
|
893
|
+
};
|
|
894
|
+
"/admin/contents/depoimento": {
|
|
895
|
+
post: {
|
|
896
|
+
params: {};
|
|
897
|
+
requestBody: DepoimentoRequest;
|
|
898
|
+
result: null;
|
|
899
|
+
};
|
|
900
|
+
};
|
|
901
|
+
"/admin/directories/directory/paginated": {
|
|
902
|
+
get: {
|
|
903
|
+
params: {
|
|
904
|
+
category: {
|
|
905
|
+
url: string[] | undefined;
|
|
906
|
+
};
|
|
907
|
+
price: {
|
|
908
|
+
priceBRLMin: any | undefined;
|
|
909
|
+
priceBRLMax: any | undefined;
|
|
910
|
+
};
|
|
911
|
+
Locality: {
|
|
912
|
+
UF: string | undefined;
|
|
913
|
+
Localidade: string | undefined;
|
|
914
|
+
};
|
|
915
|
+
Destaque: boolean | undefined;
|
|
916
|
+
Search: string | undefined;
|
|
917
|
+
CreatedFrom: string | undefined;
|
|
918
|
+
CreatedTo: string | undefined;
|
|
919
|
+
OrderBy: string | undefined;
|
|
920
|
+
Include: string | undefined;
|
|
921
|
+
page: number | undefined;
|
|
922
|
+
pageSize: number | undefined;
|
|
923
|
+
Filters: Record<string, string> | undefined;
|
|
924
|
+
};
|
|
925
|
+
requestBody: null;
|
|
926
|
+
result: DirectoryResponsePaginatedResponse;
|
|
927
|
+
};
|
|
928
|
+
};
|
|
929
|
+
"/admin/directories/directory/{id}": {
|
|
930
|
+
get: {
|
|
931
|
+
params: {
|
|
932
|
+
id: number;
|
|
933
|
+
};
|
|
934
|
+
requestBody: null;
|
|
935
|
+
result: DirectoryResponseApiResponse;
|
|
936
|
+
};
|
|
937
|
+
put: {
|
|
938
|
+
params: {
|
|
939
|
+
id: number;
|
|
940
|
+
};
|
|
941
|
+
requestBody: DirectoryUpdateRequest;
|
|
942
|
+
result: DirectoryResponseApiResponse;
|
|
943
|
+
};
|
|
944
|
+
delete: {
|
|
945
|
+
params: {
|
|
946
|
+
id: number;
|
|
947
|
+
};
|
|
948
|
+
requestBody: null;
|
|
949
|
+
result: null;
|
|
950
|
+
};
|
|
951
|
+
};
|
|
952
|
+
"/admin/directories/directory": {
|
|
953
|
+
post: {
|
|
954
|
+
params: {};
|
|
955
|
+
requestBody: DirectoryRequest;
|
|
956
|
+
result: null;
|
|
957
|
+
};
|
|
958
|
+
};
|
|
959
|
+
"/DirectoryCategory": {
|
|
960
|
+
get: {
|
|
961
|
+
params: {
|
|
962
|
+
Search: string | undefined;
|
|
963
|
+
TypeCategoryId: number | undefined;
|
|
964
|
+
OrderBy: string | undefined;
|
|
965
|
+
OrderDirection: string | undefined;
|
|
966
|
+
PageNumber: number | undefined;
|
|
967
|
+
PageSize: number | undefined;
|
|
968
|
+
};
|
|
969
|
+
requestBody: null;
|
|
970
|
+
result: DirectoryCategoryResponsePaginatedResponse;
|
|
971
|
+
};
|
|
972
|
+
};
|
|
973
|
+
"/admin/directories/category": {
|
|
974
|
+
get: {
|
|
975
|
+
params: {
|
|
976
|
+
Search: string | undefined;
|
|
977
|
+
TypeCategoryId: number | undefined;
|
|
978
|
+
OrderBy: string | undefined;
|
|
979
|
+
OrderDirection: string | undefined;
|
|
980
|
+
PageNumber: number | undefined;
|
|
981
|
+
PageSize: number | undefined;
|
|
982
|
+
};
|
|
983
|
+
requestBody: null;
|
|
984
|
+
result: DirectoryCategoryResponsePaginatedResponse;
|
|
985
|
+
};
|
|
986
|
+
post: {
|
|
987
|
+
params: {};
|
|
988
|
+
requestBody: DirectoryCategoryRequest;
|
|
989
|
+
result: null;
|
|
990
|
+
};
|
|
991
|
+
};
|
|
992
|
+
"/admin/directories/category/{id}": {
|
|
993
|
+
get: {
|
|
994
|
+
params: {
|
|
995
|
+
id: number;
|
|
996
|
+
};
|
|
997
|
+
requestBody: null;
|
|
998
|
+
result: DirectoryCategoryResponse;
|
|
999
|
+
};
|
|
1000
|
+
put: {
|
|
1001
|
+
params: {
|
|
1002
|
+
id: number;
|
|
1003
|
+
};
|
|
1004
|
+
requestBody: DirectoryCategoryRequest;
|
|
1005
|
+
result: DirectoryCategoryResponse;
|
|
1006
|
+
};
|
|
1007
|
+
delete: {
|
|
1008
|
+
params: {
|
|
1009
|
+
id: number;
|
|
1010
|
+
};
|
|
1011
|
+
requestBody: null;
|
|
1012
|
+
result: null;
|
|
1013
|
+
};
|
|
1014
|
+
};
|
|
1015
|
+
"/admin/catalogs/equipe/paginated": {
|
|
1016
|
+
get: {
|
|
1017
|
+
params: {
|
|
1018
|
+
Search: string | undefined;
|
|
1019
|
+
CreatedFrom: string | undefined;
|
|
1020
|
+
CreatedTo: string | undefined;
|
|
1021
|
+
OrderBy: string | undefined;
|
|
1022
|
+
Include: string | undefined;
|
|
1023
|
+
page: number | undefined;
|
|
1024
|
+
pageSize: number | undefined;
|
|
1025
|
+
Filters: Record<string, string> | undefined;
|
|
1026
|
+
};
|
|
1027
|
+
requestBody: null;
|
|
1028
|
+
result: EquipeResponsePaginatedResponse;
|
|
1029
|
+
};
|
|
1030
|
+
};
|
|
1031
|
+
"/admin/catalogs/equipe/url/{url}": {
|
|
1032
|
+
get: {
|
|
1033
|
+
params: {
|
|
1034
|
+
url: string;
|
|
1035
|
+
};
|
|
1036
|
+
requestBody: null;
|
|
1037
|
+
result: EquipeResponseApiResponse;
|
|
1038
|
+
};
|
|
1039
|
+
};
|
|
1040
|
+
"/admin/catalogs/equipe/{id}": {
|
|
1041
|
+
get: {
|
|
1042
|
+
params: {
|
|
1043
|
+
id: number;
|
|
1044
|
+
};
|
|
1045
|
+
requestBody: null;
|
|
1046
|
+
result: EquipeResponseApiResponse;
|
|
1047
|
+
};
|
|
1048
|
+
put: {
|
|
1049
|
+
params: {
|
|
1050
|
+
id: number;
|
|
1051
|
+
};
|
|
1052
|
+
requestBody: EquipeRequest;
|
|
1053
|
+
result: EquipeResponseApiResponse;
|
|
1054
|
+
};
|
|
1055
|
+
delete: {
|
|
1056
|
+
params: {
|
|
1057
|
+
id: number;
|
|
1058
|
+
};
|
|
1059
|
+
requestBody: null;
|
|
1060
|
+
result: null;
|
|
1061
|
+
};
|
|
1062
|
+
};
|
|
1063
|
+
"/admin/catalogs/equipe": {
|
|
1064
|
+
post: {
|
|
1065
|
+
params: {};
|
|
1066
|
+
requestBody: EquipeRequest;
|
|
1067
|
+
result: null;
|
|
1068
|
+
};
|
|
1069
|
+
};
|
|
1070
|
+
"/admin/catalogs/Especialidade/paginated": {
|
|
1071
|
+
get: {
|
|
1072
|
+
params: {
|
|
1073
|
+
Search: string | undefined;
|
|
1074
|
+
CreatedFrom: string | undefined;
|
|
1075
|
+
CreatedTo: string | undefined;
|
|
1076
|
+
OrderBy: string | undefined;
|
|
1077
|
+
Include: string | undefined;
|
|
1078
|
+
page: number | undefined;
|
|
1079
|
+
pageSize: number | undefined;
|
|
1080
|
+
Filters: Record<string, string> | undefined;
|
|
1081
|
+
};
|
|
1082
|
+
requestBody: null;
|
|
1083
|
+
result: EspecialidadeResponsePaginatedResponse;
|
|
1084
|
+
};
|
|
1085
|
+
};
|
|
1086
|
+
"/admin/catalogs/Especialidade/url/{url}": {
|
|
1087
|
+
get: {
|
|
1088
|
+
params: {
|
|
1089
|
+
url: string;
|
|
1090
|
+
};
|
|
1091
|
+
requestBody: null;
|
|
1092
|
+
result: EspecialidadeResponseApiResponse;
|
|
1093
|
+
};
|
|
1094
|
+
};
|
|
1095
|
+
"/admin/catalogs/Especialidade/{id}": {
|
|
1096
|
+
get: {
|
|
1097
|
+
params: {
|
|
1098
|
+
id: number;
|
|
1099
|
+
};
|
|
1100
|
+
requestBody: null;
|
|
1101
|
+
result: EspecialidadeResponseApiResponse;
|
|
1102
|
+
};
|
|
1103
|
+
put: {
|
|
1104
|
+
params: {
|
|
1105
|
+
id: number;
|
|
1106
|
+
};
|
|
1107
|
+
requestBody: EspecialidadeRequest;
|
|
1108
|
+
result: EspecialidadeResponseApiResponse;
|
|
1109
|
+
};
|
|
1110
|
+
delete: {
|
|
1111
|
+
params: {
|
|
1112
|
+
id: number;
|
|
1113
|
+
};
|
|
1114
|
+
requestBody: null;
|
|
1115
|
+
result: null;
|
|
1116
|
+
};
|
|
1117
|
+
};
|
|
1118
|
+
"/admin/catalogs/Especialidade": {
|
|
1119
|
+
post: {
|
|
1120
|
+
params: {};
|
|
1121
|
+
requestBody: EspecialidadeRequest;
|
|
1122
|
+
result: null;
|
|
1123
|
+
};
|
|
1124
|
+
};
|
|
1125
|
+
"/admin/catalogs/Especialista/paginated": {
|
|
1126
|
+
get: {
|
|
1127
|
+
params: {
|
|
1128
|
+
Search: string | undefined;
|
|
1129
|
+
CreatedFrom: string | undefined;
|
|
1130
|
+
CreatedTo: string | undefined;
|
|
1131
|
+
OrderBy: string | undefined;
|
|
1132
|
+
Include: string | undefined;
|
|
1133
|
+
page: number | undefined;
|
|
1134
|
+
pageSize: number | undefined;
|
|
1135
|
+
Filters: Record<string, string> | undefined;
|
|
1136
|
+
};
|
|
1137
|
+
requestBody: null;
|
|
1138
|
+
result: EspecialistaResponsePaginatedResponse;
|
|
1139
|
+
};
|
|
1140
|
+
};
|
|
1141
|
+
"/admin/catalogs/Especialista/url/{url}": {
|
|
1142
|
+
get: {
|
|
1143
|
+
params: {
|
|
1144
|
+
url: string;
|
|
1145
|
+
};
|
|
1146
|
+
requestBody: null;
|
|
1147
|
+
result: EspecialistaResponseApiResponse;
|
|
1148
|
+
};
|
|
1149
|
+
};
|
|
1150
|
+
"/admin/catalogs/Especialista/{id}": {
|
|
1151
|
+
get: {
|
|
1152
|
+
params: {
|
|
1153
|
+
id: number;
|
|
1154
|
+
};
|
|
1155
|
+
requestBody: null;
|
|
1156
|
+
result: EspecialistaResponseApiResponse;
|
|
1157
|
+
};
|
|
1158
|
+
put: {
|
|
1159
|
+
params: {
|
|
1160
|
+
id: number;
|
|
1161
|
+
};
|
|
1162
|
+
requestBody: EspecialistaRequest;
|
|
1163
|
+
result: EspecialistaResponseApiResponse;
|
|
1164
|
+
};
|
|
1165
|
+
delete: {
|
|
1166
|
+
params: {
|
|
1167
|
+
id: number;
|
|
1168
|
+
};
|
|
1169
|
+
requestBody: null;
|
|
1170
|
+
result: null;
|
|
1171
|
+
};
|
|
1172
|
+
};
|
|
1173
|
+
"/admin/catalogs/Especialista": {
|
|
1174
|
+
post: {
|
|
1175
|
+
params: {};
|
|
1176
|
+
requestBody: EspecialistaRequest;
|
|
1177
|
+
result: null;
|
|
1178
|
+
};
|
|
1179
|
+
};
|
|
1180
|
+
"/admin/catalogs/Estrutura/paginated": {
|
|
1181
|
+
get: {
|
|
1182
|
+
params: {
|
|
1183
|
+
Search: string | undefined;
|
|
1184
|
+
CreatedFrom: string | undefined;
|
|
1185
|
+
CreatedTo: string | undefined;
|
|
1186
|
+
OrderBy: string | undefined;
|
|
1187
|
+
Include: string | undefined;
|
|
1188
|
+
page: number | undefined;
|
|
1189
|
+
pageSize: number | undefined;
|
|
1190
|
+
Filters: Record<string, string> | undefined;
|
|
1191
|
+
};
|
|
1192
|
+
requestBody: null;
|
|
1193
|
+
result: EstruturaResponsePaginatedResponse;
|
|
1194
|
+
};
|
|
1195
|
+
};
|
|
1196
|
+
"/admin/catalogs/Estrutura/url/{url}": {
|
|
1197
|
+
get: {
|
|
1198
|
+
params: {
|
|
1199
|
+
url: string;
|
|
1200
|
+
};
|
|
1201
|
+
requestBody: null;
|
|
1202
|
+
result: EstruturaResponseApiResponse;
|
|
1203
|
+
};
|
|
1204
|
+
};
|
|
1205
|
+
"/admin/catalogs/Estrutura/{id}": {
|
|
1206
|
+
get: {
|
|
1207
|
+
params: {
|
|
1208
|
+
id: number;
|
|
1209
|
+
};
|
|
1210
|
+
requestBody: null;
|
|
1211
|
+
result: EstruturaResponseApiResponse;
|
|
1212
|
+
};
|
|
1213
|
+
put: {
|
|
1214
|
+
params: {
|
|
1215
|
+
id: number;
|
|
1216
|
+
};
|
|
1217
|
+
requestBody: EstruturaRequest;
|
|
1218
|
+
result: EstruturaResponseApiResponse;
|
|
1219
|
+
};
|
|
1220
|
+
delete: {
|
|
1221
|
+
params: {
|
|
1222
|
+
id: number;
|
|
1223
|
+
};
|
|
1224
|
+
requestBody: null;
|
|
1225
|
+
result: null;
|
|
1226
|
+
};
|
|
1227
|
+
};
|
|
1228
|
+
"/admin/catalogs/Estrutura": {
|
|
1229
|
+
post: {
|
|
1230
|
+
params: {};
|
|
1231
|
+
requestBody: EstruturaRequest;
|
|
1232
|
+
result: null;
|
|
1233
|
+
};
|
|
1234
|
+
};
|
|
1235
|
+
"/admin/contents/faq/paginated": {
|
|
1236
|
+
get: {
|
|
1237
|
+
params: {
|
|
1238
|
+
Search: string | undefined;
|
|
1239
|
+
CreatedFrom: string | undefined;
|
|
1240
|
+
CreatedTo: string | undefined;
|
|
1241
|
+
OrderBy: string | undefined;
|
|
1242
|
+
Include: string | undefined;
|
|
1243
|
+
page: number | undefined;
|
|
1244
|
+
pageSize: number | undefined;
|
|
1245
|
+
Filters: Record<string, string> | undefined;
|
|
1246
|
+
};
|
|
1247
|
+
requestBody: null;
|
|
1248
|
+
result: FaqResponsePaginatedResponse;
|
|
1249
|
+
};
|
|
1250
|
+
};
|
|
1251
|
+
"/admin/contents/faq/url/{url}": {
|
|
1252
|
+
get: {
|
|
1253
|
+
params: {
|
|
1254
|
+
url: string;
|
|
1255
|
+
};
|
|
1256
|
+
requestBody: null;
|
|
1257
|
+
result: FaqResponseApiResponse;
|
|
1258
|
+
};
|
|
1259
|
+
};
|
|
1260
|
+
"/admin/contents/faq/{id}": {
|
|
1261
|
+
get: {
|
|
1262
|
+
params: {
|
|
1263
|
+
id: number;
|
|
1264
|
+
};
|
|
1265
|
+
requestBody: null;
|
|
1266
|
+
result: FaqResponseApiResponse;
|
|
1267
|
+
};
|
|
1268
|
+
put: {
|
|
1269
|
+
params: {
|
|
1270
|
+
id: number;
|
|
1271
|
+
};
|
|
1272
|
+
requestBody: FaqRequest;
|
|
1273
|
+
result: FaqResponseApiResponse;
|
|
1274
|
+
};
|
|
1275
|
+
delete: {
|
|
1276
|
+
params: {
|
|
1277
|
+
id: number;
|
|
1278
|
+
};
|
|
1279
|
+
requestBody: null;
|
|
1280
|
+
result: null;
|
|
1281
|
+
};
|
|
1282
|
+
};
|
|
1283
|
+
"/admin/contents/faq": {
|
|
1284
|
+
post: {
|
|
1285
|
+
params: {};
|
|
1286
|
+
requestBody: FaqRequest;
|
|
1287
|
+
result: null;
|
|
1288
|
+
};
|
|
1289
|
+
};
|
|
1290
|
+
"/admin/catalogs/Feature/paginated": {
|
|
1291
|
+
get: {
|
|
1292
|
+
params: {
|
|
1293
|
+
Search: string | undefined;
|
|
1294
|
+
CreatedFrom: string | undefined;
|
|
1295
|
+
CreatedTo: string | undefined;
|
|
1296
|
+
OrderBy: string | undefined;
|
|
1297
|
+
Include: string | undefined;
|
|
1298
|
+
page: number | undefined;
|
|
1299
|
+
pageSize: number | undefined;
|
|
1300
|
+
Filters: Record<string, string> | undefined;
|
|
1301
|
+
};
|
|
1302
|
+
requestBody: null;
|
|
1303
|
+
result: FeatureResponsePaginatedResponse;
|
|
1304
|
+
};
|
|
1305
|
+
};
|
|
1306
|
+
"/admin/catalogs/Feature/url/{url}": {
|
|
1307
|
+
get: {
|
|
1308
|
+
params: {
|
|
1309
|
+
url: string;
|
|
1310
|
+
};
|
|
1311
|
+
requestBody: null;
|
|
1312
|
+
result: FeatureResponseApiResponse;
|
|
1313
|
+
};
|
|
1314
|
+
};
|
|
1315
|
+
"/admin/catalogs/Feature/{id}": {
|
|
1316
|
+
get: {
|
|
1317
|
+
params: {
|
|
1318
|
+
id: number;
|
|
1319
|
+
};
|
|
1320
|
+
requestBody: null;
|
|
1321
|
+
result: FeatureResponseApiResponse;
|
|
1322
|
+
};
|
|
1323
|
+
put: {
|
|
1324
|
+
params: {
|
|
1325
|
+
id: number;
|
|
1326
|
+
};
|
|
1327
|
+
requestBody: FeatureRequest;
|
|
1328
|
+
result: FeatureResponseApiResponse;
|
|
1329
|
+
};
|
|
1330
|
+
delete: {
|
|
1331
|
+
params: {
|
|
1332
|
+
id: number;
|
|
1333
|
+
};
|
|
1334
|
+
requestBody: null;
|
|
1335
|
+
result: null;
|
|
1336
|
+
};
|
|
1337
|
+
};
|
|
1338
|
+
"/admin/catalogs/Feature": {
|
|
1339
|
+
post: {
|
|
1340
|
+
params: {};
|
|
1341
|
+
requestBody: FeatureRequest;
|
|
1342
|
+
result: null;
|
|
1343
|
+
};
|
|
1344
|
+
};
|
|
1345
|
+
"/Forms/contact": {
|
|
1346
|
+
post: {
|
|
1347
|
+
params: {};
|
|
1348
|
+
requestBody: ContactDTO;
|
|
1349
|
+
result: null;
|
|
1350
|
+
};
|
|
1351
|
+
};
|
|
1352
|
+
"/Forms/prelaunch": {
|
|
1353
|
+
post: {
|
|
1354
|
+
params: {};
|
|
1355
|
+
requestBody: User;
|
|
1356
|
+
result: null;
|
|
1357
|
+
};
|
|
1358
|
+
};
|
|
1359
|
+
"/Forms/work": {
|
|
1360
|
+
post: {
|
|
1361
|
+
params: {};
|
|
1362
|
+
requestBody: ContactDTO;
|
|
1363
|
+
result: null;
|
|
1364
|
+
};
|
|
1365
|
+
};
|
|
1366
|
+
"/Forms/newsletter": {
|
|
1367
|
+
post: {
|
|
1368
|
+
params: {};
|
|
1369
|
+
requestBody: ContactDTO;
|
|
1370
|
+
result: null;
|
|
1371
|
+
};
|
|
1372
|
+
};
|
|
1373
|
+
"/admin/catalogs/fornecedor/paginated": {
|
|
1374
|
+
get: {
|
|
1375
|
+
params: {
|
|
1376
|
+
Search: string | undefined;
|
|
1377
|
+
CreatedFrom: string | undefined;
|
|
1378
|
+
CreatedTo: string | undefined;
|
|
1379
|
+
OrderBy: string | undefined;
|
|
1380
|
+
Include: string | undefined;
|
|
1381
|
+
page: number | undefined;
|
|
1382
|
+
pageSize: number | undefined;
|
|
1383
|
+
Filters: Record<string, string> | undefined;
|
|
1384
|
+
};
|
|
1385
|
+
requestBody: null;
|
|
1386
|
+
result: FornecedorResponsePaginatedResponse;
|
|
1387
|
+
};
|
|
1388
|
+
};
|
|
1389
|
+
"/admin/catalogs/fornecedor/url/{url}": {
|
|
1390
|
+
get: {
|
|
1391
|
+
params: {
|
|
1392
|
+
url: string;
|
|
1393
|
+
};
|
|
1394
|
+
requestBody: null;
|
|
1395
|
+
result: FornecedorResponseApiResponse;
|
|
1396
|
+
};
|
|
1397
|
+
};
|
|
1398
|
+
"/admin/catalogs/fornecedor/{id}": {
|
|
1399
|
+
get: {
|
|
1400
|
+
params: {
|
|
1401
|
+
id: number;
|
|
1402
|
+
};
|
|
1403
|
+
requestBody: null;
|
|
1404
|
+
result: FornecedorResponseApiResponse;
|
|
1405
|
+
};
|
|
1406
|
+
put: {
|
|
1407
|
+
params: {
|
|
1408
|
+
id: number;
|
|
1409
|
+
};
|
|
1410
|
+
requestBody: FornecedorRequest;
|
|
1411
|
+
result: FornecedorResponseApiResponse;
|
|
1412
|
+
};
|
|
1413
|
+
delete: {
|
|
1414
|
+
params: {
|
|
1415
|
+
id: number;
|
|
1416
|
+
};
|
|
1417
|
+
requestBody: null;
|
|
1418
|
+
result: null;
|
|
1419
|
+
};
|
|
1420
|
+
};
|
|
1421
|
+
"/admin/catalogs/fornecedor": {
|
|
1422
|
+
post: {
|
|
1423
|
+
params: {};
|
|
1424
|
+
requestBody: FornecedorRequest;
|
|
1425
|
+
result: null;
|
|
1426
|
+
};
|
|
1427
|
+
};
|
|
1428
|
+
"/admin/catalogs/JobOpportunity/paginated": {
|
|
1429
|
+
get: {
|
|
1430
|
+
params: {
|
|
1431
|
+
Search: string | undefined;
|
|
1432
|
+
CreatedFrom: string | undefined;
|
|
1433
|
+
CreatedTo: string | undefined;
|
|
1434
|
+
OrderBy: string | undefined;
|
|
1435
|
+
Include: string | undefined;
|
|
1436
|
+
page: number | undefined;
|
|
1437
|
+
pageSize: number | undefined;
|
|
1438
|
+
Filters: Record<string, string> | undefined;
|
|
1439
|
+
};
|
|
1440
|
+
requestBody: null;
|
|
1441
|
+
result: JobOpportunityResponsePaginatedResponse;
|
|
1442
|
+
};
|
|
1443
|
+
};
|
|
1444
|
+
"/admin/catalogs/JobOpportunity/url/{url}": {
|
|
1445
|
+
get: {
|
|
1446
|
+
params: {
|
|
1447
|
+
url: string;
|
|
1448
|
+
};
|
|
1449
|
+
requestBody: null;
|
|
1450
|
+
result: JobOpportunityResponseApiResponse;
|
|
1451
|
+
};
|
|
1452
|
+
};
|
|
1453
|
+
"/admin/catalogs/JobOpportunity/{id}": {
|
|
1454
|
+
get: {
|
|
1455
|
+
params: {
|
|
1456
|
+
id: number;
|
|
1457
|
+
};
|
|
1458
|
+
requestBody: null;
|
|
1459
|
+
result: JobOpportunityResponseApiResponse;
|
|
1460
|
+
};
|
|
1461
|
+
put: {
|
|
1462
|
+
params: {
|
|
1463
|
+
id: number;
|
|
1464
|
+
};
|
|
1465
|
+
requestBody: JobOpportunityRequest;
|
|
1466
|
+
result: JobOpportunityResponseApiResponse;
|
|
1467
|
+
};
|
|
1468
|
+
delete: {
|
|
1469
|
+
params: {
|
|
1470
|
+
id: number;
|
|
1471
|
+
};
|
|
1472
|
+
requestBody: null;
|
|
1473
|
+
result: null;
|
|
1474
|
+
};
|
|
1475
|
+
};
|
|
1476
|
+
"/admin/catalogs/JobOpportunity": {
|
|
1477
|
+
post: {
|
|
1478
|
+
params: {};
|
|
1479
|
+
requestBody: JobOpportunityRequest;
|
|
1480
|
+
result: null;
|
|
1481
|
+
};
|
|
1482
|
+
};
|
|
1483
|
+
"/api/Journey/missions": {
|
|
1484
|
+
get: {
|
|
1485
|
+
params: {};
|
|
1486
|
+
requestBody: null;
|
|
1487
|
+
result: UserMissionsDto;
|
|
1488
|
+
};
|
|
1489
|
+
};
|
|
1490
|
+
"/api/Journey/calendar": {
|
|
1491
|
+
get: {
|
|
1492
|
+
params: {};
|
|
1493
|
+
requestBody: null;
|
|
1494
|
+
result: UserMissionsDto;
|
|
1495
|
+
};
|
|
1496
|
+
};
|
|
1497
|
+
"/api/Journey/create": {
|
|
1498
|
+
post: {
|
|
1499
|
+
params: {
|
|
1500
|
+
courseId: number | undefined;
|
|
1501
|
+
resetBasicModules: boolean | undefined;
|
|
1502
|
+
resetAdvancedModules: boolean | undefined;
|
|
1503
|
+
};
|
|
1504
|
+
requestBody: {
|
|
1505
|
+
Sunday: number | undefined;
|
|
1506
|
+
Monday: number | undefined;
|
|
1507
|
+
Tuesday: number | undefined;
|
|
1508
|
+
Wednesday: number | undefined;
|
|
1509
|
+
Thursday: number | undefined;
|
|
1510
|
+
Friday: number | undefined;
|
|
1511
|
+
Saturday: number | undefined;
|
|
1512
|
+
};
|
|
1513
|
+
result: null;
|
|
1514
|
+
};
|
|
1515
|
+
};
|
|
1516
|
+
"/api/Journey/materias": {
|
|
1517
|
+
get: {
|
|
1518
|
+
params: {};
|
|
1519
|
+
requestBody: null;
|
|
1520
|
+
result: MateriaListDto[];
|
|
1521
|
+
};
|
|
1522
|
+
};
|
|
1523
|
+
"/api/Journey/updateProgress/{journeyId}": {
|
|
1524
|
+
post: {
|
|
1525
|
+
params: {
|
|
1526
|
+
journeyId: number;
|
|
1527
|
+
};
|
|
1528
|
+
requestBody: null;
|
|
1529
|
+
result: null;
|
|
1530
|
+
};
|
|
1531
|
+
};
|
|
1532
|
+
"/api/Journey/confirmCompletion/{studyDayId}": {
|
|
1533
|
+
post: {
|
|
1534
|
+
params: {
|
|
1535
|
+
studyDayId: number;
|
|
1536
|
+
};
|
|
1537
|
+
requestBody: null;
|
|
1538
|
+
result: null;
|
|
1539
|
+
};
|
|
1540
|
+
};
|
|
1541
|
+
"/api/Journey/getActivity/{activityId}": {
|
|
1542
|
+
post: {
|
|
1543
|
+
params: {
|
|
1544
|
+
studyActivityId: number | undefined;
|
|
1545
|
+
activityId: string;
|
|
1546
|
+
};
|
|
1547
|
+
requestBody: null;
|
|
1548
|
+
result: StudyActivityDto;
|
|
1549
|
+
};
|
|
1550
|
+
};
|
|
1551
|
+
"/api/Journey/startActivity/{activityId}": {
|
|
1552
|
+
post: {
|
|
1553
|
+
params: {
|
|
1554
|
+
activityId: number;
|
|
1555
|
+
};
|
|
1556
|
+
requestBody: null;
|
|
1557
|
+
result: null;
|
|
1558
|
+
};
|
|
1559
|
+
};
|
|
1560
|
+
"/api/Journey/completeActivity/{activityId}": {
|
|
1561
|
+
post: {
|
|
1562
|
+
params: {
|
|
1563
|
+
activityId: number;
|
|
1564
|
+
};
|
|
1565
|
+
requestBody: null;
|
|
1566
|
+
result: ActivityCompleteDto;
|
|
1567
|
+
};
|
|
1568
|
+
};
|
|
1569
|
+
"/Language": {
|
|
1570
|
+
get: {
|
|
1571
|
+
params: {};
|
|
1572
|
+
requestBody: null;
|
|
1573
|
+
result: null;
|
|
1574
|
+
};
|
|
1575
|
+
};
|
|
1576
|
+
"/Language/word": {
|
|
1577
|
+
get: {
|
|
1578
|
+
params: {};
|
|
1579
|
+
requestBody: null;
|
|
1580
|
+
result: null;
|
|
1581
|
+
};
|
|
1582
|
+
};
|
|
1583
|
+
"/admin/catalogs/loja/paginated": {
|
|
1584
|
+
get: {
|
|
1585
|
+
params: {
|
|
1586
|
+
Search: string | undefined;
|
|
1587
|
+
CreatedFrom: string | undefined;
|
|
1588
|
+
CreatedTo: string | undefined;
|
|
1589
|
+
OrderBy: string | undefined;
|
|
1590
|
+
Include: string | undefined;
|
|
1591
|
+
page: number | undefined;
|
|
1592
|
+
pageSize: number | undefined;
|
|
1593
|
+
Filters: Record<string, string> | undefined;
|
|
1594
|
+
};
|
|
1595
|
+
requestBody: null;
|
|
1596
|
+
result: LojaResponsePaginatedResponse;
|
|
1597
|
+
};
|
|
1598
|
+
};
|
|
1599
|
+
"/admin/catalogs/loja/url/{url}": {
|
|
1600
|
+
get: {
|
|
1601
|
+
params: {
|
|
1602
|
+
url: string;
|
|
1603
|
+
};
|
|
1604
|
+
requestBody: null;
|
|
1605
|
+
result: LojaResponseApiResponse;
|
|
1606
|
+
};
|
|
1607
|
+
};
|
|
1608
|
+
"/admin/catalogs/loja/{id}": {
|
|
1609
|
+
get: {
|
|
1610
|
+
params: {
|
|
1611
|
+
id: number;
|
|
1612
|
+
};
|
|
1613
|
+
requestBody: null;
|
|
1614
|
+
result: LojaResponseApiResponse;
|
|
1615
|
+
};
|
|
1616
|
+
put: {
|
|
1617
|
+
params: {
|
|
1618
|
+
id: number;
|
|
1619
|
+
};
|
|
1620
|
+
requestBody: LojaRequest;
|
|
1621
|
+
result: LojaResponseApiResponse;
|
|
1622
|
+
};
|
|
1623
|
+
delete: {
|
|
1624
|
+
params: {
|
|
1625
|
+
id: number;
|
|
1626
|
+
};
|
|
1627
|
+
requestBody: null;
|
|
1628
|
+
result: null;
|
|
1629
|
+
};
|
|
1630
|
+
};
|
|
1631
|
+
"/admin/catalogs/loja": {
|
|
1632
|
+
post: {
|
|
1633
|
+
params: {};
|
|
1634
|
+
requestBody: LojaRequest;
|
|
1635
|
+
result: null;
|
|
1636
|
+
};
|
|
1637
|
+
};
|
|
1638
|
+
"/admin/catalogs/marca/paginated": {
|
|
1639
|
+
get: {
|
|
1640
|
+
params: {
|
|
1641
|
+
Search: string | undefined;
|
|
1642
|
+
CreatedFrom: string | undefined;
|
|
1643
|
+
CreatedTo: string | undefined;
|
|
1644
|
+
OrderBy: string | undefined;
|
|
1645
|
+
Include: string | undefined;
|
|
1646
|
+
page: number | undefined;
|
|
1647
|
+
pageSize: number | undefined;
|
|
1648
|
+
Filters: Record<string, string> | undefined;
|
|
1649
|
+
};
|
|
1650
|
+
requestBody: null;
|
|
1651
|
+
result: MarcaResponsePaginatedResponse;
|
|
1652
|
+
};
|
|
1653
|
+
};
|
|
1654
|
+
"/admin/catalogs/marca/url/{url}": {
|
|
1655
|
+
get: {
|
|
1656
|
+
params: {
|
|
1657
|
+
url: string;
|
|
1658
|
+
};
|
|
1659
|
+
requestBody: null;
|
|
1660
|
+
result: MarcaResponseApiResponse;
|
|
1661
|
+
};
|
|
1662
|
+
};
|
|
1663
|
+
"/admin/catalogs/marca/{id}": {
|
|
1664
|
+
get: {
|
|
1665
|
+
params: {
|
|
1666
|
+
id: number;
|
|
1667
|
+
};
|
|
1668
|
+
requestBody: null;
|
|
1669
|
+
result: MarcaResponseApiResponse;
|
|
1670
|
+
};
|
|
1671
|
+
put: {
|
|
1672
|
+
params: {
|
|
1673
|
+
id: number;
|
|
1674
|
+
};
|
|
1675
|
+
requestBody: MarcaRequest;
|
|
1676
|
+
result: MarcaResponseApiResponse;
|
|
1677
|
+
};
|
|
1678
|
+
delete: {
|
|
1679
|
+
params: {
|
|
1680
|
+
id: number;
|
|
1681
|
+
};
|
|
1682
|
+
requestBody: null;
|
|
1683
|
+
result: null;
|
|
1684
|
+
};
|
|
1685
|
+
};
|
|
1686
|
+
"/admin/catalogs/marca": {
|
|
1687
|
+
post: {
|
|
1688
|
+
params: {};
|
|
1689
|
+
requestBody: MarcaRequest;
|
|
1690
|
+
result: null;
|
|
1691
|
+
};
|
|
1692
|
+
};
|
|
1693
|
+
"/Metadata": {
|
|
1694
|
+
post: {
|
|
1695
|
+
params: {};
|
|
1696
|
+
requestBody: null;
|
|
1697
|
+
result: null;
|
|
1698
|
+
};
|
|
1699
|
+
};
|
|
1700
|
+
"/Metadata/{id}": {
|
|
1701
|
+
delete: {
|
|
1702
|
+
params: {
|
|
1703
|
+
id: string;
|
|
1704
|
+
};
|
|
1705
|
+
requestBody: null;
|
|
1706
|
+
result: null;
|
|
1707
|
+
};
|
|
1708
|
+
};
|
|
1709
|
+
"/core/migration/ApplyMigrations": {
|
|
1710
|
+
post: {
|
|
1711
|
+
params: {};
|
|
1712
|
+
requestBody: null;
|
|
1713
|
+
result: null;
|
|
1714
|
+
};
|
|
1715
|
+
};
|
|
1716
|
+
"/admin/contents/noticia/paginated": {
|
|
1717
|
+
get: {
|
|
1718
|
+
params: {
|
|
1719
|
+
Search: string | undefined;
|
|
1720
|
+
CreatedFrom: string | undefined;
|
|
1721
|
+
CreatedTo: string | undefined;
|
|
1722
|
+
OrderBy: string | undefined;
|
|
1723
|
+
Include: string | undefined;
|
|
1724
|
+
page: number | undefined;
|
|
1725
|
+
pageSize: number | undefined;
|
|
1726
|
+
Filters: Record<string, string> | undefined;
|
|
1727
|
+
};
|
|
1728
|
+
requestBody: null;
|
|
1729
|
+
result: NoticiaResponsePaginatedResponse;
|
|
1730
|
+
};
|
|
1731
|
+
};
|
|
1732
|
+
"/admin/contents/noticia/url/{url}": {
|
|
1733
|
+
get: {
|
|
1734
|
+
params: {
|
|
1735
|
+
url: string;
|
|
1736
|
+
};
|
|
1737
|
+
requestBody: null;
|
|
1738
|
+
result: NoticiaResponseApiResponse;
|
|
1739
|
+
};
|
|
1740
|
+
};
|
|
1741
|
+
"/admin/contents/noticia/{id}": {
|
|
1742
|
+
get: {
|
|
1743
|
+
params: {
|
|
1744
|
+
id: number;
|
|
1745
|
+
};
|
|
1746
|
+
requestBody: null;
|
|
1747
|
+
result: NoticiaResponseApiResponse;
|
|
1748
|
+
};
|
|
1749
|
+
put: {
|
|
1750
|
+
params: {
|
|
1751
|
+
id: number;
|
|
1752
|
+
};
|
|
1753
|
+
requestBody: NoticiaRequest;
|
|
1754
|
+
result: NoticiaResponseApiResponse;
|
|
1755
|
+
};
|
|
1756
|
+
delete: {
|
|
1757
|
+
params: {
|
|
1758
|
+
id: number;
|
|
1759
|
+
};
|
|
1760
|
+
requestBody: null;
|
|
1761
|
+
result: null;
|
|
1762
|
+
};
|
|
1763
|
+
};
|
|
1764
|
+
"/admin/contents/noticia": {
|
|
1765
|
+
post: {
|
|
1766
|
+
params: {};
|
|
1767
|
+
requestBody: NoticiaRequest;
|
|
1768
|
+
result: null;
|
|
1769
|
+
};
|
|
1770
|
+
};
|
|
1771
|
+
"/admin/catalogs/objeto/paginated": {
|
|
1772
|
+
get: {
|
|
1773
|
+
params: {
|
|
1774
|
+
Search: string | undefined;
|
|
1775
|
+
CreatedFrom: string | undefined;
|
|
1776
|
+
CreatedTo: string | undefined;
|
|
1777
|
+
OrderBy: string | undefined;
|
|
1778
|
+
Include: string | undefined;
|
|
1779
|
+
page: number | undefined;
|
|
1780
|
+
pageSize: number | undefined;
|
|
1781
|
+
Filters: Record<string, string> | undefined;
|
|
1782
|
+
};
|
|
1783
|
+
requestBody: null;
|
|
1784
|
+
result: ObjetoResponsePaginatedResponse;
|
|
1785
|
+
};
|
|
1786
|
+
};
|
|
1787
|
+
"/admin/catalogs/objeto/url/{url}": {
|
|
1788
|
+
get: {
|
|
1789
|
+
params: {
|
|
1790
|
+
url: string;
|
|
1791
|
+
};
|
|
1792
|
+
requestBody: null;
|
|
1793
|
+
result: ObjetoResponseApiResponse;
|
|
1794
|
+
};
|
|
1795
|
+
};
|
|
1796
|
+
"/admin/catalogs/objeto/{id}": {
|
|
1797
|
+
get: {
|
|
1798
|
+
params: {
|
|
1799
|
+
id: number;
|
|
1800
|
+
};
|
|
1801
|
+
requestBody: null;
|
|
1802
|
+
result: ObjetoResponseApiResponse;
|
|
1803
|
+
};
|
|
1804
|
+
put: {
|
|
1805
|
+
params: {
|
|
1806
|
+
id: number;
|
|
1807
|
+
};
|
|
1808
|
+
requestBody: ObjetoRequest;
|
|
1809
|
+
result: ObjetoResponseApiResponse;
|
|
1810
|
+
};
|
|
1811
|
+
delete: {
|
|
1812
|
+
params: {
|
|
1813
|
+
id: number;
|
|
1814
|
+
};
|
|
1815
|
+
requestBody: null;
|
|
1816
|
+
result: null;
|
|
1817
|
+
};
|
|
1818
|
+
};
|
|
1819
|
+
"/admin/catalogs/objeto": {
|
|
1820
|
+
post: {
|
|
1821
|
+
params: {};
|
|
1822
|
+
requestBody: ObjetoRequest;
|
|
1823
|
+
result: null;
|
|
1824
|
+
};
|
|
1825
|
+
};
|
|
1826
|
+
"/webhook/pagarme": {
|
|
1827
|
+
post: {
|
|
1828
|
+
params: {};
|
|
1829
|
+
requestBody: null;
|
|
1830
|
+
result: null;
|
|
1831
|
+
};
|
|
1832
|
+
};
|
|
1833
|
+
"/Pages/{url}": {
|
|
1834
|
+
get: {
|
|
1835
|
+
params: {
|
|
1836
|
+
url: string;
|
|
1837
|
+
};
|
|
1838
|
+
requestBody: null;
|
|
1839
|
+
result: PageDTO;
|
|
1840
|
+
};
|
|
1841
|
+
};
|
|
1842
|
+
"/Pages/{entityKey}/listing": {
|
|
1843
|
+
get: {
|
|
1844
|
+
params: {
|
|
1845
|
+
entityKey: string;
|
|
1846
|
+
category: string | undefined;
|
|
1847
|
+
search: string | undefined;
|
|
1848
|
+
tags: string | undefined;
|
|
1849
|
+
page: number | undefined;
|
|
1850
|
+
pageSize: number | undefined;
|
|
1851
|
+
destaque: boolean | undefined;
|
|
1852
|
+
destaqueVitrine: boolean | undefined;
|
|
1853
|
+
};
|
|
1854
|
+
requestBody: null;
|
|
1855
|
+
result: ListPageDTO;
|
|
1856
|
+
};
|
|
1857
|
+
};
|
|
1858
|
+
"/Pages/detail/{entityKey}/{url}": {
|
|
1859
|
+
get: {
|
|
1860
|
+
params: {
|
|
1861
|
+
entityKey: string;
|
|
1862
|
+
url: string;
|
|
1863
|
+
};
|
|
1864
|
+
requestBody: null;
|
|
1865
|
+
result: PageDTO;
|
|
1866
|
+
};
|
|
1867
|
+
};
|
|
1868
|
+
"/admin/system/pages/paginated": {
|
|
1869
|
+
get: {
|
|
1870
|
+
params: {
|
|
1871
|
+
Search: string | undefined;
|
|
1872
|
+
CreatedFrom: string | undefined;
|
|
1873
|
+
CreatedTo: string | undefined;
|
|
1874
|
+
OrderBy: string | undefined;
|
|
1875
|
+
Include: string | undefined;
|
|
1876
|
+
page: number | undefined;
|
|
1877
|
+
pageSize: number | undefined;
|
|
1878
|
+
Filters: Record<string, string> | undefined;
|
|
1879
|
+
};
|
|
1880
|
+
requestBody: null;
|
|
1881
|
+
result: PageResponsePaginatedResponse;
|
|
1882
|
+
};
|
|
1883
|
+
};
|
|
1884
|
+
"/admin/system/pages/{id}": {
|
|
1885
|
+
get: {
|
|
1886
|
+
params: {
|
|
1887
|
+
id: number;
|
|
1888
|
+
};
|
|
1889
|
+
requestBody: null;
|
|
1890
|
+
result: PageResponse;
|
|
1891
|
+
};
|
|
1892
|
+
put: {
|
|
1893
|
+
params: {
|
|
1894
|
+
id: number;
|
|
1895
|
+
};
|
|
1896
|
+
requestBody: PageRequest;
|
|
1897
|
+
result: PageResponse;
|
|
1898
|
+
};
|
|
1899
|
+
delete: {
|
|
1900
|
+
params: {
|
|
1901
|
+
id: number;
|
|
1902
|
+
};
|
|
1903
|
+
requestBody: null;
|
|
1904
|
+
result: null;
|
|
1905
|
+
};
|
|
1906
|
+
};
|
|
1907
|
+
"/admin/system/pages/url": {
|
|
1908
|
+
get: {
|
|
1909
|
+
params: {
|
|
1910
|
+
route: string | undefined;
|
|
1911
|
+
};
|
|
1912
|
+
requestBody: null;
|
|
1913
|
+
result: PageResponse;
|
|
1914
|
+
};
|
|
1915
|
+
};
|
|
1916
|
+
"/admin/system/pages": {
|
|
1917
|
+
post: {
|
|
1918
|
+
params: {};
|
|
1919
|
+
requestBody: PageRequest;
|
|
1920
|
+
result: null;
|
|
1921
|
+
};
|
|
1922
|
+
};
|
|
1923
|
+
"/admin/contents/page/paginated": {
|
|
1924
|
+
get: {
|
|
1925
|
+
params: {
|
|
1926
|
+
Search: string | undefined;
|
|
1927
|
+
CreatedFrom: string | undefined;
|
|
1928
|
+
CreatedTo: string | undefined;
|
|
1929
|
+
OrderBy: string | undefined;
|
|
1930
|
+
Include: string | undefined;
|
|
1931
|
+
page: number | undefined;
|
|
1932
|
+
pageSize: number | undefined;
|
|
1933
|
+
Filters: Record<string, string> | undefined;
|
|
1934
|
+
};
|
|
1935
|
+
requestBody: null;
|
|
1936
|
+
result: PaginaResponsePaginatedResponse;
|
|
1937
|
+
};
|
|
1938
|
+
};
|
|
1939
|
+
"/admin/contents/page/url/{url}": {
|
|
1940
|
+
get: {
|
|
1941
|
+
params: {
|
|
1942
|
+
url: string;
|
|
1943
|
+
};
|
|
1944
|
+
requestBody: null;
|
|
1945
|
+
result: PaginaResponseApiResponse;
|
|
1946
|
+
};
|
|
1947
|
+
};
|
|
1948
|
+
"/admin/contents/page/{id}": {
|
|
1949
|
+
get: {
|
|
1950
|
+
params: {
|
|
1951
|
+
id: number;
|
|
1952
|
+
};
|
|
1953
|
+
requestBody: null;
|
|
1954
|
+
result: PaginaResponseApiResponse;
|
|
1955
|
+
};
|
|
1956
|
+
put: {
|
|
1957
|
+
params: {
|
|
1958
|
+
id: number;
|
|
1959
|
+
};
|
|
1960
|
+
requestBody: PaginaRequest;
|
|
1961
|
+
result: PaginaResponseApiResponse;
|
|
1962
|
+
};
|
|
1963
|
+
delete: {
|
|
1964
|
+
params: {
|
|
1965
|
+
id: number;
|
|
1966
|
+
};
|
|
1967
|
+
requestBody: null;
|
|
1968
|
+
result: null;
|
|
1969
|
+
};
|
|
1970
|
+
};
|
|
1971
|
+
"/admin/contents/page": {
|
|
1972
|
+
post: {
|
|
1973
|
+
params: {};
|
|
1974
|
+
requestBody: PaginaRequest;
|
|
1975
|
+
result: null;
|
|
1976
|
+
};
|
|
1977
|
+
};
|
|
1978
|
+
"/admin/catalogs/Plano/paginated": {
|
|
1979
|
+
get: {
|
|
1980
|
+
params: {
|
|
1981
|
+
Search: string | undefined;
|
|
1982
|
+
CreatedFrom: string | undefined;
|
|
1983
|
+
CreatedTo: string | undefined;
|
|
1984
|
+
OrderBy: string | undefined;
|
|
1985
|
+
Include: string | undefined;
|
|
1986
|
+
page: number | undefined;
|
|
1987
|
+
pageSize: number | undefined;
|
|
1988
|
+
Filters: Record<string, string> | undefined;
|
|
1989
|
+
};
|
|
1990
|
+
requestBody: null;
|
|
1991
|
+
result: PlanoResponsePaginatedResponse;
|
|
1992
|
+
};
|
|
1993
|
+
};
|
|
1994
|
+
"/admin/catalogs/Plano/url/{url}": {
|
|
1995
|
+
get: {
|
|
1996
|
+
params: {
|
|
1997
|
+
url: string;
|
|
1998
|
+
};
|
|
1999
|
+
requestBody: null;
|
|
2000
|
+
result: PlanoResponseApiResponse;
|
|
2001
|
+
};
|
|
2002
|
+
};
|
|
2003
|
+
"/admin/catalogs/Plano/{id}": {
|
|
2004
|
+
get: {
|
|
2005
|
+
params: {
|
|
2006
|
+
id: number;
|
|
2007
|
+
};
|
|
2008
|
+
requestBody: null;
|
|
2009
|
+
result: PlanoResponseApiResponse;
|
|
2010
|
+
};
|
|
2011
|
+
put: {
|
|
2012
|
+
params: {
|
|
2013
|
+
id: number;
|
|
2014
|
+
};
|
|
2015
|
+
requestBody: PlanoRequest;
|
|
2016
|
+
result: PlanoResponseApiResponse;
|
|
2017
|
+
};
|
|
2018
|
+
delete: {
|
|
2019
|
+
params: {
|
|
2020
|
+
id: number;
|
|
2021
|
+
};
|
|
2022
|
+
requestBody: null;
|
|
2023
|
+
result: null;
|
|
2024
|
+
};
|
|
2025
|
+
};
|
|
2026
|
+
"/admin/catalogs/Plano": {
|
|
2027
|
+
post: {
|
|
2028
|
+
params: {};
|
|
2029
|
+
requestBody: PlanoRequest;
|
|
2030
|
+
result: null;
|
|
2031
|
+
};
|
|
2032
|
+
};
|
|
2033
|
+
"/Platform/configs": {
|
|
2034
|
+
get: {
|
|
2035
|
+
params: {
|
|
2036
|
+
tenantId: string | undefined;
|
|
2037
|
+
};
|
|
2038
|
+
requestBody: null;
|
|
2039
|
+
result: Configs;
|
|
2040
|
+
};
|
|
2041
|
+
};
|
|
2042
|
+
"/admin/catalogs/portfolio/paginated": {
|
|
2043
|
+
get: {
|
|
2044
|
+
params: {
|
|
2045
|
+
Search: string | undefined;
|
|
2046
|
+
CreatedFrom: string | undefined;
|
|
2047
|
+
CreatedTo: string | undefined;
|
|
2048
|
+
OrderBy: string | undefined;
|
|
2049
|
+
Include: string | undefined;
|
|
2050
|
+
page: number | undefined;
|
|
2051
|
+
pageSize: number | undefined;
|
|
2052
|
+
Filters: Record<string, string> | undefined;
|
|
2053
|
+
};
|
|
2054
|
+
requestBody: null;
|
|
2055
|
+
result: PortfolioResponsePaginatedResponse;
|
|
2056
|
+
};
|
|
2057
|
+
};
|
|
2058
|
+
"/admin/catalogs/portfolio/url/{url}": {
|
|
2059
|
+
get: {
|
|
2060
|
+
params: {
|
|
2061
|
+
url: string;
|
|
2062
|
+
};
|
|
2063
|
+
requestBody: null;
|
|
2064
|
+
result: PortfolioResponseApiResponse;
|
|
2065
|
+
};
|
|
2066
|
+
};
|
|
2067
|
+
"/admin/catalogs/portfolio/{id}": {
|
|
2068
|
+
get: {
|
|
2069
|
+
params: {
|
|
2070
|
+
id: number;
|
|
2071
|
+
};
|
|
2072
|
+
requestBody: null;
|
|
2073
|
+
result: PortfolioResponseApiResponse;
|
|
2074
|
+
};
|
|
2075
|
+
put: {
|
|
2076
|
+
params: {
|
|
2077
|
+
id: number;
|
|
2078
|
+
};
|
|
2079
|
+
requestBody: PortfolioRequest;
|
|
2080
|
+
result: PortfolioResponseApiResponse;
|
|
2081
|
+
};
|
|
2082
|
+
delete: {
|
|
2083
|
+
params: {
|
|
2084
|
+
id: number;
|
|
2085
|
+
};
|
|
2086
|
+
requestBody: null;
|
|
2087
|
+
result: null;
|
|
2088
|
+
};
|
|
2089
|
+
};
|
|
2090
|
+
"/admin/catalogs/portfolio": {
|
|
2091
|
+
post: {
|
|
2092
|
+
params: {};
|
|
2093
|
+
requestBody: PortfolioRequest;
|
|
2094
|
+
result: null;
|
|
2095
|
+
};
|
|
2096
|
+
};
|
|
2097
|
+
"/admin/catalogs/produto/paginated": {
|
|
2098
|
+
get: {
|
|
2099
|
+
params: {
|
|
2100
|
+
Search: string | undefined;
|
|
2101
|
+
CreatedFrom: string | undefined;
|
|
2102
|
+
CreatedTo: string | undefined;
|
|
2103
|
+
OrderBy: string | undefined;
|
|
2104
|
+
Include: string | undefined;
|
|
2105
|
+
page: number | undefined;
|
|
2106
|
+
pageSize: number | undefined;
|
|
2107
|
+
Filters: Record<string, string> | undefined;
|
|
2108
|
+
};
|
|
2109
|
+
requestBody: null;
|
|
2110
|
+
result: ProdutoResponsePaginatedResponse;
|
|
2111
|
+
};
|
|
2112
|
+
};
|
|
2113
|
+
"/admin/catalogs/produto/url/{url}": {
|
|
2114
|
+
get: {
|
|
2115
|
+
params: {
|
|
2116
|
+
url: string;
|
|
2117
|
+
};
|
|
2118
|
+
requestBody: null;
|
|
2119
|
+
result: ProdutoResponseApiResponse;
|
|
2120
|
+
};
|
|
2121
|
+
};
|
|
2122
|
+
"/admin/catalogs/produto/{id}": {
|
|
2123
|
+
get: {
|
|
2124
|
+
params: {
|
|
2125
|
+
id: number;
|
|
2126
|
+
};
|
|
2127
|
+
requestBody: null;
|
|
2128
|
+
result: ProdutoResponseApiResponse;
|
|
2129
|
+
};
|
|
2130
|
+
put: {
|
|
2131
|
+
params: {
|
|
2132
|
+
id: number;
|
|
2133
|
+
};
|
|
2134
|
+
requestBody: ProdutoRequest;
|
|
2135
|
+
result: ProdutoResponseApiResponse;
|
|
2136
|
+
};
|
|
2137
|
+
delete: {
|
|
2138
|
+
params: {
|
|
2139
|
+
id: number;
|
|
2140
|
+
};
|
|
2141
|
+
requestBody: null;
|
|
2142
|
+
result: null;
|
|
2143
|
+
};
|
|
2144
|
+
};
|
|
2145
|
+
"/admin/catalogs/produto": {
|
|
2146
|
+
post: {
|
|
2147
|
+
params: {};
|
|
2148
|
+
requestBody: ProdutoRequest;
|
|
2149
|
+
result: null;
|
|
2150
|
+
};
|
|
2151
|
+
};
|
|
2152
|
+
"/admin/catalogs/representante/paginated": {
|
|
2153
|
+
get: {
|
|
2154
|
+
params: {
|
|
2155
|
+
Search: string | undefined;
|
|
2156
|
+
CreatedFrom: string | undefined;
|
|
2157
|
+
CreatedTo: string | undefined;
|
|
2158
|
+
OrderBy: string | undefined;
|
|
2159
|
+
Include: string | undefined;
|
|
2160
|
+
page: number | undefined;
|
|
2161
|
+
pageSize: number | undefined;
|
|
2162
|
+
Filters: Record<string, string> | undefined;
|
|
2163
|
+
};
|
|
2164
|
+
requestBody: null;
|
|
2165
|
+
result: RepresentanteResponsePaginatedResponse;
|
|
2166
|
+
};
|
|
2167
|
+
};
|
|
2168
|
+
"/admin/catalogs/representante/url/{url}": {
|
|
2169
|
+
get: {
|
|
2170
|
+
params: {
|
|
2171
|
+
url: string;
|
|
2172
|
+
};
|
|
2173
|
+
requestBody: null;
|
|
2174
|
+
result: RepresentanteResponseApiResponse;
|
|
2175
|
+
};
|
|
2176
|
+
};
|
|
2177
|
+
"/admin/catalogs/representante/{id}": {
|
|
2178
|
+
get: {
|
|
2179
|
+
params: {
|
|
2180
|
+
id: number;
|
|
2181
|
+
};
|
|
2182
|
+
requestBody: null;
|
|
2183
|
+
result: RepresentanteResponseApiResponse;
|
|
2184
|
+
};
|
|
2185
|
+
put: {
|
|
2186
|
+
params: {
|
|
2187
|
+
id: number;
|
|
2188
|
+
};
|
|
2189
|
+
requestBody: RepresentanteRequest;
|
|
2190
|
+
result: RepresentanteResponseApiResponse;
|
|
2191
|
+
};
|
|
2192
|
+
delete: {
|
|
2193
|
+
params: {
|
|
2194
|
+
id: number;
|
|
2195
|
+
};
|
|
2196
|
+
requestBody: null;
|
|
2197
|
+
result: null;
|
|
2198
|
+
};
|
|
2199
|
+
};
|
|
2200
|
+
"/admin/catalogs/representante": {
|
|
2201
|
+
post: {
|
|
2202
|
+
params: {};
|
|
2203
|
+
requestBody: RepresentanteRequest;
|
|
2204
|
+
result: null;
|
|
2205
|
+
};
|
|
2206
|
+
};
|
|
2207
|
+
"/Section": {
|
|
2208
|
+
post: {
|
|
2209
|
+
params: {};
|
|
2210
|
+
requestBody: SectionDto;
|
|
2211
|
+
result: null;
|
|
2212
|
+
};
|
|
2213
|
+
get: {
|
|
2214
|
+
params: {
|
|
2215
|
+
page: string | undefined;
|
|
2216
|
+
};
|
|
2217
|
+
requestBody: null;
|
|
2218
|
+
result: null;
|
|
2219
|
+
};
|
|
2220
|
+
};
|
|
2221
|
+
"/Section/{id}": {
|
|
2222
|
+
put: {
|
|
2223
|
+
params: {
|
|
2224
|
+
id: number;
|
|
2225
|
+
};
|
|
2226
|
+
requestBody: SectionDto;
|
|
2227
|
+
result: null;
|
|
2228
|
+
};
|
|
2229
|
+
};
|
|
2230
|
+
"/admin/catalogs/servico/paginated": {
|
|
2231
|
+
get: {
|
|
2232
|
+
params: {
|
|
2233
|
+
Search: string | undefined;
|
|
2234
|
+
CreatedFrom: string | undefined;
|
|
2235
|
+
CreatedTo: string | undefined;
|
|
2236
|
+
OrderBy: string | undefined;
|
|
2237
|
+
Include: string | undefined;
|
|
2238
|
+
page: number | undefined;
|
|
2239
|
+
pageSize: number | undefined;
|
|
2240
|
+
Filters: Record<string, string> | undefined;
|
|
2241
|
+
};
|
|
2242
|
+
requestBody: null;
|
|
2243
|
+
result: ServicoResponsePaginatedResponse;
|
|
2244
|
+
};
|
|
2245
|
+
};
|
|
2246
|
+
"/admin/catalogs/servico/url/{url}": {
|
|
2247
|
+
get: {
|
|
2248
|
+
params: {
|
|
2249
|
+
url: string;
|
|
2250
|
+
};
|
|
2251
|
+
requestBody: null;
|
|
2252
|
+
result: ServicoResponseApiResponse;
|
|
2253
|
+
};
|
|
2254
|
+
};
|
|
2255
|
+
"/admin/catalogs/servico/{id}": {
|
|
2256
|
+
get: {
|
|
2257
|
+
params: {
|
|
2258
|
+
id: number;
|
|
2259
|
+
};
|
|
2260
|
+
requestBody: null;
|
|
2261
|
+
result: ServicoResponseApiResponse;
|
|
2262
|
+
};
|
|
2263
|
+
put: {
|
|
2264
|
+
params: {
|
|
2265
|
+
id: number;
|
|
2266
|
+
};
|
|
2267
|
+
requestBody: ServicoRequest;
|
|
2268
|
+
result: ServicoResponseApiResponse;
|
|
2269
|
+
};
|
|
2270
|
+
delete: {
|
|
2271
|
+
params: {
|
|
2272
|
+
id: number;
|
|
2273
|
+
};
|
|
2274
|
+
requestBody: null;
|
|
2275
|
+
result: null;
|
|
2276
|
+
};
|
|
2277
|
+
};
|
|
2278
|
+
"/admin/catalogs/servico": {
|
|
2279
|
+
post: {
|
|
2280
|
+
params: {};
|
|
2281
|
+
requestBody: ServicoRequest;
|
|
2282
|
+
result: null;
|
|
2283
|
+
};
|
|
2284
|
+
};
|
|
2285
|
+
"/Sitemap/xml": {
|
|
2286
|
+
get: {
|
|
2287
|
+
params: {};
|
|
2288
|
+
requestBody: null;
|
|
2289
|
+
result: null;
|
|
2290
|
+
};
|
|
2291
|
+
};
|
|
2292
|
+
"/Sitemap/json": {
|
|
2293
|
+
get: {
|
|
2294
|
+
params: {};
|
|
2295
|
+
requestBody: null;
|
|
2296
|
+
result: null;
|
|
2297
|
+
};
|
|
2298
|
+
};
|
|
2299
|
+
"/api/StudyDay/update": {
|
|
2300
|
+
put: {
|
|
2301
|
+
params: {
|
|
2302
|
+
studyDayId: number | undefined;
|
|
2303
|
+
resumo: string | undefined;
|
|
2304
|
+
qtdQuestions: string | undefined;
|
|
2305
|
+
qtdQuestionsOk: string | undefined;
|
|
2306
|
+
qtdQuestionsNOk: string | undefined;
|
|
2307
|
+
};
|
|
2308
|
+
requestBody: null;
|
|
2309
|
+
result: null;
|
|
2310
|
+
};
|
|
2311
|
+
};
|
|
2312
|
+
"/api/StudyDay/details/{studyDayId}": {
|
|
2313
|
+
get: {
|
|
2314
|
+
params: {
|
|
2315
|
+
studyDayId: number;
|
|
2316
|
+
};
|
|
2317
|
+
requestBody: null;
|
|
2318
|
+
result: StudyDayViewDto;
|
|
2319
|
+
};
|
|
2320
|
+
};
|
|
2321
|
+
"/api/StudyDay/insert-questoes": {
|
|
2322
|
+
post: {
|
|
2323
|
+
params: {};
|
|
2324
|
+
requestBody: StudyDayMateriaDto;
|
|
2325
|
+
result: StudyDayMateriaDto;
|
|
2326
|
+
};
|
|
2327
|
+
};
|
|
2328
|
+
"/api/StudyDay/delete-studymateriaday": {
|
|
2329
|
+
delete: {
|
|
2330
|
+
params: {
|
|
2331
|
+
studyDayMateriaId: number | undefined;
|
|
2332
|
+
};
|
|
2333
|
+
requestBody: null;
|
|
2334
|
+
result: null;
|
|
2335
|
+
};
|
|
2336
|
+
};
|
|
2337
|
+
"/api/StudyDay/get-questoes-by-studyday-id": {
|
|
2338
|
+
get: {
|
|
2339
|
+
params: {
|
|
2340
|
+
studyDayId: number | undefined;
|
|
2341
|
+
};
|
|
2342
|
+
requestBody: null;
|
|
2343
|
+
result: QuestaoDto[];
|
|
2344
|
+
};
|
|
2345
|
+
};
|
|
2346
|
+
"/api/StudyDay/get-materias": {
|
|
2347
|
+
get: {
|
|
2348
|
+
params: {
|
|
2349
|
+
studyDayId: number | undefined;
|
|
2350
|
+
};
|
|
2351
|
+
requestBody: null;
|
|
2352
|
+
result: null;
|
|
2353
|
+
};
|
|
2354
|
+
};
|
|
2355
|
+
"/api/Subscriptions/verify-order": {
|
|
2356
|
+
post: {
|
|
2357
|
+
params: {};
|
|
2358
|
+
requestBody: VerifyOrderRequest;
|
|
2359
|
+
result: PaymentOrderResponse;
|
|
2360
|
+
};
|
|
2361
|
+
};
|
|
2362
|
+
"/api/Subscriptions/create-order": {
|
|
2363
|
+
post: {
|
|
2364
|
+
params: {};
|
|
2365
|
+
requestBody: PaymentOrderRequest;
|
|
2366
|
+
result: PaymentOrderResponse;
|
|
2367
|
+
};
|
|
2368
|
+
};
|
|
2369
|
+
"/api/Subscriptions/user-subscription": {
|
|
2370
|
+
get: {
|
|
2371
|
+
params: {};
|
|
2372
|
+
requestBody: null;
|
|
2373
|
+
result: SubscriptionResultDto;
|
|
2374
|
+
};
|
|
2375
|
+
};
|
|
2376
|
+
"/api/Subscriptions/create": {
|
|
2377
|
+
post: {
|
|
2378
|
+
params: {};
|
|
2379
|
+
requestBody: SubscriptionRequest;
|
|
2380
|
+
result: null;
|
|
2381
|
+
};
|
|
2382
|
+
};
|
|
2383
|
+
"/api/Subscriptions/webhooks/pagarme": {
|
|
2384
|
+
post: {
|
|
2385
|
+
params: {};
|
|
2386
|
+
requestBody: any;
|
|
2387
|
+
result: null;
|
|
2388
|
+
};
|
|
2389
|
+
};
|
|
2390
|
+
"/api/Subscriptions/GetSubscriptions": {
|
|
2391
|
+
get: {
|
|
2392
|
+
params: {};
|
|
2393
|
+
requestBody: null;
|
|
2394
|
+
result: null;
|
|
2395
|
+
};
|
|
2396
|
+
};
|
|
2397
|
+
"/Trip/list": {
|
|
2398
|
+
get: {
|
|
2399
|
+
params: {
|
|
2400
|
+
Filter: string | undefined;
|
|
2401
|
+
Search: string | undefined;
|
|
2402
|
+
};
|
|
2403
|
+
requestBody: null;
|
|
2404
|
+
result: TripResponse[];
|
|
2405
|
+
};
|
|
2406
|
+
};
|
|
2407
|
+
"/Trip/{id}/delete": {
|
|
2408
|
+
get: {
|
|
2409
|
+
params: {
|
|
2410
|
+
id: number;
|
|
2411
|
+
};
|
|
2412
|
+
requestBody: null;
|
|
2413
|
+
result: null;
|
|
2414
|
+
};
|
|
2415
|
+
};
|
|
2416
|
+
"/Trip/{id}": {
|
|
2417
|
+
get: {
|
|
2418
|
+
params: {
|
|
2419
|
+
id: number;
|
|
2420
|
+
};
|
|
2421
|
+
requestBody: null;
|
|
2422
|
+
result: TripResponse;
|
|
2423
|
+
};
|
|
2424
|
+
};
|
|
2425
|
+
"/Trip/favorite": {
|
|
2426
|
+
post: {
|
|
2427
|
+
params: {};
|
|
2428
|
+
requestBody: FavoriteTripRequest;
|
|
2429
|
+
result: FavoriteTripResponse;
|
|
2430
|
+
};
|
|
2431
|
+
};
|
|
2432
|
+
"/TypeCategory": {
|
|
2433
|
+
get: {
|
|
2434
|
+
params: {
|
|
2435
|
+
Search: string | undefined;
|
|
2436
|
+
OrderBy: string | undefined;
|
|
2437
|
+
PageNumber: number | undefined;
|
|
2438
|
+
PageSize: number | undefined;
|
|
2439
|
+
};
|
|
2440
|
+
requestBody: null;
|
|
2441
|
+
result: TypeCategoryListResponse;
|
|
2442
|
+
};
|
|
2443
|
+
};
|
|
2444
|
+
"/admin/catalogs/video/paginated": {
|
|
2445
|
+
get: {
|
|
2446
|
+
params: {
|
|
2447
|
+
Search: string | undefined;
|
|
2448
|
+
CreatedFrom: string | undefined;
|
|
2449
|
+
CreatedTo: string | undefined;
|
|
2450
|
+
OrderBy: string | undefined;
|
|
2451
|
+
Include: string | undefined;
|
|
2452
|
+
page: number | undefined;
|
|
2453
|
+
pageSize: number | undefined;
|
|
2454
|
+
Filters: Record<string, string> | undefined;
|
|
2455
|
+
};
|
|
2456
|
+
requestBody: null;
|
|
2457
|
+
result: VideoResponsePaginatedResponse;
|
|
2458
|
+
};
|
|
2459
|
+
};
|
|
2460
|
+
"/admin/catalogs/video/url/{url}": {
|
|
2461
|
+
get: {
|
|
2462
|
+
params: {
|
|
2463
|
+
url: string;
|
|
2464
|
+
};
|
|
2465
|
+
requestBody: null;
|
|
2466
|
+
result: VideoResponseApiResponse;
|
|
2467
|
+
};
|
|
2468
|
+
};
|
|
2469
|
+
"/admin/catalogs/video/{id}": {
|
|
2470
|
+
get: {
|
|
2471
|
+
params: {
|
|
2472
|
+
id: number;
|
|
2473
|
+
};
|
|
2474
|
+
requestBody: null;
|
|
2475
|
+
result: VideoResponseApiResponse;
|
|
2476
|
+
};
|
|
2477
|
+
put: {
|
|
2478
|
+
params: {
|
|
2479
|
+
id: number;
|
|
2480
|
+
};
|
|
2481
|
+
requestBody: VideoRequest;
|
|
2482
|
+
result: VideoResponseApiResponse;
|
|
2483
|
+
};
|
|
2484
|
+
delete: {
|
|
2485
|
+
params: {
|
|
2486
|
+
id: number;
|
|
2487
|
+
};
|
|
2488
|
+
requestBody: null;
|
|
2489
|
+
result: null;
|
|
2490
|
+
};
|
|
2491
|
+
};
|
|
2492
|
+
"/admin/catalogs/video": {
|
|
2493
|
+
post: {
|
|
2494
|
+
params: {};
|
|
2495
|
+
requestBody: VideoRequest;
|
|
2496
|
+
result: null;
|
|
2497
|
+
};
|
|
2498
|
+
};
|
|
2499
|
+
};
|
|
2500
|
+
export interface ActivityCompleteDto {
|
|
2501
|
+
isConcluded?: boolean;
|
|
2502
|
+
}
|
|
2503
|
+
export interface ActivityDto {
|
|
2504
|
+
activityId?: number;
|
|
2505
|
+
activityType?: string;
|
|
2506
|
+
lessonId?: number;
|
|
2507
|
+
lessonGuid?: string;
|
|
2508
|
+
lessonTitle?: string;
|
|
2509
|
+
lessonVideoContent?: string;
|
|
2510
|
+
startDate?: string;
|
|
2511
|
+
endDate?: string;
|
|
2512
|
+
duration?: number;
|
|
2513
|
+
executionTime?: string;
|
|
2514
|
+
status?: string;
|
|
2515
|
+
isCompleted?: boolean;
|
|
2516
|
+
isStarted?: boolean;
|
|
2517
|
+
resume?: string;
|
|
2518
|
+
detailPage?: LessonDetailPage;
|
|
2519
|
+
}
|
|
2520
|
+
export interface Address {
|
|
2521
|
+
id?: number;
|
|
2522
|
+
ativo?: boolean;
|
|
2523
|
+
excluido?: boolean;
|
|
2524
|
+
dataCriacao?: string;
|
|
2525
|
+
dataEdicao?: string;
|
|
2526
|
+
userId?: number;
|
|
2527
|
+
fullAddress?: string;
|
|
2528
|
+
identification?: string;
|
|
2529
|
+
street?: string;
|
|
2530
|
+
number?: string;
|
|
2531
|
+
district?: string;
|
|
2532
|
+
complement?: string;
|
|
2533
|
+
zipCode?: string;
|
|
2534
|
+
city?: string;
|
|
2535
|
+
state?: string;
|
|
2536
|
+
mainAddress?: boolean;
|
|
2537
|
+
country?: string;
|
|
2538
|
+
cep?: string;
|
|
2539
|
+
localidade?: string;
|
|
2540
|
+
uf?: string;
|
|
2541
|
+
estado?: string;
|
|
2542
|
+
regiao?: string;
|
|
2543
|
+
ibge?: string;
|
|
2544
|
+
gia?: string;
|
|
2545
|
+
ddd?: string;
|
|
2546
|
+
siafi?: string;
|
|
2547
|
+
}
|
|
2548
|
+
export interface AgendamentoRequest {
|
|
2549
|
+
id?: number;
|
|
2550
|
+
ativo?: boolean;
|
|
2551
|
+
excluido?: boolean;
|
|
2552
|
+
destaque?: boolean;
|
|
2553
|
+
ordem?: number;
|
|
2554
|
+
dataCriacao?: string;
|
|
2555
|
+
dataEdicao?: string;
|
|
2556
|
+
titulo?: string;
|
|
2557
|
+
subtitulo?: string;
|
|
2558
|
+
descricao?: string;
|
|
2559
|
+
tags?: string;
|
|
2560
|
+
url?: string;
|
|
2561
|
+
slug?: string;
|
|
2562
|
+
jsonContent?: string;
|
|
2563
|
+
phone?: string;
|
|
2564
|
+
email?: string;
|
|
2565
|
+
cep?: string;
|
|
2566
|
+
logradouro?: string;
|
|
2567
|
+
numero?: string;
|
|
2568
|
+
complemento?: string;
|
|
2569
|
+
bairro?: string;
|
|
2570
|
+
cidade?: string;
|
|
2571
|
+
estado?: string;
|
|
2572
|
+
dataPretendida?: string;
|
|
2573
|
+
horarioPretendido?: string;
|
|
2574
|
+
periodoId?: number;
|
|
2575
|
+
}
|
|
2576
|
+
export interface AgendamentoResponse {
|
|
2577
|
+
id?: number;
|
|
2578
|
+
ativo?: boolean;
|
|
2579
|
+
excluido?: boolean;
|
|
2580
|
+
destaque?: boolean;
|
|
2581
|
+
ordem?: number;
|
|
2582
|
+
dataCriacao?: string;
|
|
2583
|
+
dataEdicao?: string;
|
|
2584
|
+
titulo?: string;
|
|
2585
|
+
subtitulo?: string;
|
|
2586
|
+
descricao?: string;
|
|
2587
|
+
tags?: string;
|
|
2588
|
+
url?: string;
|
|
2589
|
+
slug?: string;
|
|
2590
|
+
jsonContent?: string;
|
|
2591
|
+
phone?: string;
|
|
2592
|
+
email?: string;
|
|
2593
|
+
cep?: string;
|
|
2594
|
+
logradouro?: string;
|
|
2595
|
+
numero?: string;
|
|
2596
|
+
complemento?: string;
|
|
2597
|
+
bairro?: string;
|
|
2598
|
+
cidade?: string;
|
|
2599
|
+
estado?: string;
|
|
2600
|
+
dataPretendida?: string;
|
|
2601
|
+
horarioPretendido?: string;
|
|
2602
|
+
periodoId?: number;
|
|
2603
|
+
}
|
|
2604
|
+
export interface AgendamentoResponseApiResponse {
|
|
2605
|
+
success?: boolean;
|
|
2606
|
+
message?: string;
|
|
2607
|
+
item?: AgendamentoResponse;
|
|
2608
|
+
}
|
|
2609
|
+
export interface AgendamentoResponsePaginatedResponse {
|
|
2610
|
+
success?: boolean;
|
|
2611
|
+
message?: string;
|
|
2612
|
+
item?: AgendamentoResponse[];
|
|
2613
|
+
pagination?: PaginatedJson;
|
|
2614
|
+
items?: AgendamentoResponse[];
|
|
2615
|
+
}
|
|
2616
|
+
export interface ArtigoRequest {
|
|
2617
|
+
id?: number;
|
|
2618
|
+
ativo?: boolean;
|
|
2619
|
+
excluido?: boolean;
|
|
2620
|
+
destaque?: boolean;
|
|
2621
|
+
ordem?: number;
|
|
2622
|
+
dataCriacao?: string;
|
|
2623
|
+
dataEdicao?: string;
|
|
2624
|
+
titulo?: string;
|
|
2625
|
+
subtitulo?: string;
|
|
2626
|
+
descricao?: string;
|
|
2627
|
+
tags?: string;
|
|
2628
|
+
url?: string;
|
|
2629
|
+
slug?: string;
|
|
2630
|
+
jsonContent?: string;
|
|
2631
|
+
categoriaId?: number;
|
|
2632
|
+
}
|
|
2633
|
+
export interface ArtigoResponse {
|
|
2634
|
+
id?: number;
|
|
2635
|
+
ativo?: boolean;
|
|
2636
|
+
excluido?: boolean;
|
|
2637
|
+
destaque?: boolean;
|
|
2638
|
+
ordem?: number;
|
|
2639
|
+
dataCriacao?: string;
|
|
2640
|
+
dataEdicao?: string;
|
|
2641
|
+
titulo?: string;
|
|
2642
|
+
subtitulo?: string;
|
|
2643
|
+
descricao?: string;
|
|
2644
|
+
tags?: string;
|
|
2645
|
+
url?: string;
|
|
2646
|
+
slug?: string;
|
|
2647
|
+
jsonContent?: string;
|
|
2648
|
+
categoriaId?: number;
|
|
2649
|
+
}
|
|
2650
|
+
export interface ArtigoResponseApiResponse {
|
|
2651
|
+
success?: boolean;
|
|
2652
|
+
message?: string;
|
|
2653
|
+
item?: ArtigoResponse;
|
|
2654
|
+
}
|
|
2655
|
+
export interface ArtigoResponsePaginatedResponse {
|
|
2656
|
+
success?: boolean;
|
|
2657
|
+
message?: string;
|
|
2658
|
+
item?: ArtigoResponse[];
|
|
2659
|
+
pagination?: PaginatedJson;
|
|
2660
|
+
items?: ArtigoResponse[];
|
|
2661
|
+
}
|
|
2662
|
+
export interface AssuntoRequest {
|
|
2663
|
+
id?: number;
|
|
2664
|
+
ativo?: boolean;
|
|
2665
|
+
excluido?: boolean;
|
|
2666
|
+
destaque?: boolean;
|
|
2667
|
+
ordem?: number;
|
|
2668
|
+
dataCriacao?: string;
|
|
2669
|
+
dataEdicao?: string;
|
|
2670
|
+
titulo?: string;
|
|
2671
|
+
subtitulo?: string;
|
|
2672
|
+
descricao?: string;
|
|
2673
|
+
tags?: string;
|
|
2674
|
+
url?: string;
|
|
2675
|
+
slug?: string;
|
|
2676
|
+
jsonContent?: string;
|
|
2677
|
+
entityKey?: string;
|
|
2678
|
+
}
|
|
2679
|
+
export interface AssuntoResponse {
|
|
2680
|
+
id?: number;
|
|
2681
|
+
ativo?: boolean;
|
|
2682
|
+
excluido?: boolean;
|
|
2683
|
+
destaque?: boolean;
|
|
2684
|
+
ordem?: number;
|
|
2685
|
+
dataCriacao?: string;
|
|
2686
|
+
dataEdicao?: string;
|
|
2687
|
+
titulo?: string;
|
|
2688
|
+
subtitulo?: string;
|
|
2689
|
+
descricao?: string;
|
|
2690
|
+
tags?: string;
|
|
2691
|
+
url?: string;
|
|
2692
|
+
slug?: string;
|
|
2693
|
+
jsonContent?: string;
|
|
2694
|
+
entityKey?: string;
|
|
2695
|
+
}
|
|
2696
|
+
export interface AssuntoResponseApiResponse {
|
|
2697
|
+
success?: boolean;
|
|
2698
|
+
message?: string;
|
|
2699
|
+
item?: AssuntoResponse;
|
|
2700
|
+
}
|
|
2701
|
+
export interface AssuntoResponsePaginatedResponse {
|
|
2702
|
+
success?: boolean;
|
|
2703
|
+
message?: string;
|
|
2704
|
+
item?: AssuntoResponse[];
|
|
2705
|
+
pagination?: PaginatedJson;
|
|
2706
|
+
items?: AssuntoResponse[];
|
|
2707
|
+
}
|
|
2708
|
+
export interface BannerRequest {
|
|
2709
|
+
id?: number;
|
|
2710
|
+
ativo?: boolean;
|
|
2711
|
+
excluido?: boolean;
|
|
2712
|
+
destaque?: boolean;
|
|
2713
|
+
ordem?: number;
|
|
2714
|
+
dataCriacao?: string;
|
|
2715
|
+
dataEdicao?: string;
|
|
2716
|
+
titulo?: string;
|
|
2717
|
+
subtitulo?: string;
|
|
2718
|
+
descricao?: string;
|
|
2719
|
+
tags?: string;
|
|
2720
|
+
url?: string;
|
|
2721
|
+
slug?: string;
|
|
2722
|
+
jsonContent?: string;
|
|
2723
|
+
categoriaId?: number;
|
|
2724
|
+
}
|
|
2725
|
+
export interface BannerResponse {
|
|
2726
|
+
id?: number;
|
|
2727
|
+
ativo?: boolean;
|
|
2728
|
+
excluido?: boolean;
|
|
2729
|
+
destaque?: boolean;
|
|
2730
|
+
ordem?: number;
|
|
2731
|
+
dataCriacao?: string;
|
|
2732
|
+
dataEdicao?: string;
|
|
2733
|
+
titulo?: string;
|
|
2734
|
+
subtitulo?: string;
|
|
2735
|
+
descricao?: string;
|
|
2736
|
+
tags?: string;
|
|
2737
|
+
url?: string;
|
|
2738
|
+
slug?: string;
|
|
2739
|
+
jsonContent?: string;
|
|
2740
|
+
categoriaId?: number;
|
|
2741
|
+
}
|
|
2742
|
+
export interface BannerResponseApiResponse {
|
|
2743
|
+
success?: boolean;
|
|
2744
|
+
message?: string;
|
|
2745
|
+
item?: BannerResponse;
|
|
2746
|
+
}
|
|
2747
|
+
export interface BannerResponsePaginatedResponse {
|
|
2748
|
+
success?: boolean;
|
|
2749
|
+
message?: string;
|
|
2750
|
+
item?: BannerResponse[];
|
|
2751
|
+
pagination?: PaginatedJson;
|
|
2752
|
+
items?: BannerResponse[];
|
|
2753
|
+
}
|
|
2754
|
+
export interface BlogPage {
|
|
2755
|
+
head?: Head;
|
|
2756
|
+
body?: Body;
|
|
2757
|
+
page?: Item;
|
|
2758
|
+
posts?: Item[];
|
|
2759
|
+
destaques?: Item[];
|
|
2760
|
+
categorias?: Item[];
|
|
2761
|
+
pagination?: Pagination;
|
|
2762
|
+
}
|
|
2763
|
+
export interface BlogRequest {
|
|
2764
|
+
id?: number;
|
|
2765
|
+
ativo?: boolean;
|
|
2766
|
+
excluido?: boolean;
|
|
2767
|
+
destaque?: boolean;
|
|
2768
|
+
ordem?: number;
|
|
2769
|
+
dataCriacao?: string;
|
|
2770
|
+
dataEdicao?: string;
|
|
2771
|
+
titulo?: string;
|
|
2772
|
+
subtitulo?: string;
|
|
2773
|
+
descricao?: string;
|
|
2774
|
+
tags?: string;
|
|
2775
|
+
url?: string;
|
|
2776
|
+
slug?: string;
|
|
2777
|
+
jsonContent?: string;
|
|
2778
|
+
categoriaId?: number;
|
|
2779
|
+
}
|
|
2780
|
+
export interface BlogResponse {
|
|
2781
|
+
id?: number;
|
|
2782
|
+
ativo?: boolean;
|
|
2783
|
+
excluido?: boolean;
|
|
2784
|
+
destaque?: boolean;
|
|
2785
|
+
ordem?: number;
|
|
2786
|
+
dataCriacao?: string;
|
|
2787
|
+
dataEdicao?: string;
|
|
2788
|
+
titulo?: string;
|
|
2789
|
+
subtitulo?: string;
|
|
2790
|
+
descricao?: string;
|
|
2791
|
+
tags?: string;
|
|
2792
|
+
url?: string;
|
|
2793
|
+
slug?: string;
|
|
2794
|
+
jsonContent?: string;
|
|
2795
|
+
categoriaId?: number;
|
|
2796
|
+
categoria?: CategoriaResponse;
|
|
2797
|
+
}
|
|
2798
|
+
export interface BlogResponseApiResponse {
|
|
2799
|
+
success?: boolean;
|
|
2800
|
+
message?: string;
|
|
2801
|
+
item?: BlogResponse;
|
|
2802
|
+
}
|
|
2803
|
+
export interface BlogResponsePaginatedResponse {
|
|
2804
|
+
success?: boolean;
|
|
2805
|
+
message?: string;
|
|
2806
|
+
item?: BlogResponse[];
|
|
2807
|
+
pagination?: PaginatedJson;
|
|
2808
|
+
items?: BlogResponse[];
|
|
2809
|
+
}
|
|
2810
|
+
export interface Body {
|
|
2811
|
+
bodyScripts?: string;
|
|
2812
|
+
tituloBanner?: string;
|
|
2813
|
+
descricaoBanner?: string;
|
|
2814
|
+
subtitulo?: string;
|
|
2815
|
+
descricao?: string;
|
|
2816
|
+
nossaHistoria?: string;
|
|
2817
|
+
solucoesPersonalizadas?: string;
|
|
2818
|
+
}
|
|
2819
|
+
export interface CategoriaFeatureDTO {
|
|
2820
|
+
id?: number;
|
|
2821
|
+
titulo?: string;
|
|
2822
|
+
descricao?: string;
|
|
2823
|
+
jsonContent?: string;
|
|
2824
|
+
feature?: FeatureResponse[];
|
|
2825
|
+
}
|
|
2826
|
+
export interface CategoriaFeatureDTOApiResponse {
|
|
2827
|
+
success?: boolean;
|
|
2828
|
+
message?: string;
|
|
2829
|
+
item?: CategoriaFeatureDTO;
|
|
2830
|
+
}
|
|
2831
|
+
export interface CategoriaRequest {
|
|
2832
|
+
id?: number;
|
|
2833
|
+
ativo?: boolean;
|
|
2834
|
+
excluido?: boolean;
|
|
2835
|
+
destaque?: boolean;
|
|
2836
|
+
ordem?: number;
|
|
2837
|
+
dataCriacao?: string;
|
|
2838
|
+
dataEdicao?: string;
|
|
2839
|
+
titulo?: string;
|
|
2840
|
+
subtitulo?: string;
|
|
2841
|
+
descricao?: string;
|
|
2842
|
+
tags?: string;
|
|
2843
|
+
url?: string;
|
|
2844
|
+
slug?: string;
|
|
2845
|
+
entityKey?: string;
|
|
2846
|
+
}
|
|
2847
|
+
export interface CategoriaResponse {
|
|
2848
|
+
id?: number;
|
|
2849
|
+
ativo?: boolean;
|
|
2850
|
+
excluido?: boolean;
|
|
2851
|
+
destaque?: boolean;
|
|
2852
|
+
ordem?: number;
|
|
2853
|
+
dataCriacao?: string;
|
|
2854
|
+
dataEdicao?: string;
|
|
2855
|
+
titulo?: string;
|
|
2856
|
+
subtitulo?: string;
|
|
2857
|
+
descricao?: string;
|
|
2858
|
+
tags?: string;
|
|
2859
|
+
url?: string;
|
|
2860
|
+
slug?: string;
|
|
2861
|
+
entityKey?: string;
|
|
2862
|
+
items?: BlogResponse[];
|
|
2863
|
+
}
|
|
2864
|
+
export interface CategoriaResponseApiResponse {
|
|
2865
|
+
success?: boolean;
|
|
2866
|
+
message?: string;
|
|
2867
|
+
item?: CategoriaResponse;
|
|
2868
|
+
}
|
|
2869
|
+
export interface CategoriaResponsePaginatedResponse {
|
|
2870
|
+
success?: boolean;
|
|
2871
|
+
message?: string;
|
|
2872
|
+
item?: CategoriaResponse[];
|
|
2873
|
+
pagination?: PaginatedJson;
|
|
2874
|
+
items?: CategoriaResponse[];
|
|
2875
|
+
}
|
|
2876
|
+
export interface CategoriaXFeatureRequest {
|
|
2877
|
+
categoriaId?: number;
|
|
2878
|
+
featureId?: number;
|
|
2879
|
+
}
|
|
2880
|
+
export interface CategoriaXFeatureResponse {
|
|
2881
|
+
id?: number;
|
|
2882
|
+
ativo?: boolean;
|
|
2883
|
+
excluido?: boolean;
|
|
2884
|
+
destaque?: boolean;
|
|
2885
|
+
ordem?: number;
|
|
2886
|
+
dataCriacao?: string;
|
|
2887
|
+
dataEdicao?: string;
|
|
2888
|
+
titulo?: string;
|
|
2889
|
+
subtitulo?: string;
|
|
2890
|
+
descricao?: string;
|
|
2891
|
+
tags?: string;
|
|
2892
|
+
url?: string;
|
|
2893
|
+
slug?: string;
|
|
2894
|
+
jsonContent?: string;
|
|
2895
|
+
categoriaId?: number;
|
|
2896
|
+
featureId?: number;
|
|
2897
|
+
}
|
|
2898
|
+
export interface CategoriaXFeatureResponseApiResponse {
|
|
2899
|
+
success?: boolean;
|
|
2900
|
+
message?: string;
|
|
2901
|
+
item?: CategoriaXFeatureResponse;
|
|
2902
|
+
}
|
|
2903
|
+
export interface CategoriaXFeatureResponsePaginatedResponse {
|
|
2904
|
+
success?: boolean;
|
|
2905
|
+
message?: string;
|
|
2906
|
+
item?: CategoriaXFeatureResponse[];
|
|
2907
|
+
pagination?: PaginatedJson;
|
|
2908
|
+
items?: CategoriaXFeatureResponse[];
|
|
2909
|
+
}
|
|
2910
|
+
export interface Categories {
|
|
2911
|
+
title?: string;
|
|
2912
|
+
duration?: string;
|
|
2913
|
+
totalMinutes?: number;
|
|
2914
|
+
numberOfLessons?: number;
|
|
2915
|
+
courses?: CourseItemShort[];
|
|
2916
|
+
}
|
|
2917
|
+
export interface ChatIA {
|
|
2918
|
+
id?: number;
|
|
2919
|
+
usuarioId?: number;
|
|
2920
|
+
title?: string;
|
|
2921
|
+
dataCriacao?: string;
|
|
2922
|
+
conversationId?: string;
|
|
2923
|
+
threadId?: string;
|
|
2924
|
+
guid?: string;
|
|
2925
|
+
isActive?: boolean;
|
|
2926
|
+
isDeleted?: boolean;
|
|
2927
|
+
chatIAItems?: ChatIAItem[];
|
|
2928
|
+
}
|
|
2929
|
+
export interface ChatIAItem {
|
|
2930
|
+
id?: number;
|
|
2931
|
+
chatIAId?: number;
|
|
2932
|
+
usuarioId?: number;
|
|
2933
|
+
mensagem?: string;
|
|
2934
|
+
tipo?: string;
|
|
2935
|
+
dataEnvio?: string;
|
|
2936
|
+
}
|
|
2937
|
+
export interface ChatIAItemDto {
|
|
2938
|
+
usuarioId?: number;
|
|
2939
|
+
mensagem?: string;
|
|
2940
|
+
}
|
|
2941
|
+
export interface ChatIAListMessagesResponse {
|
|
2942
|
+
messageChatResponses?: MessageChatResponse[];
|
|
2943
|
+
}
|
|
2944
|
+
export interface ChatIAMessageResponse {
|
|
2945
|
+
messageResult?: string;
|
|
2946
|
+
}
|
|
2947
|
+
export interface ChatItem {
|
|
2948
|
+
id?: number;
|
|
2949
|
+
title?: string;
|
|
2950
|
+
data?: string;
|
|
2951
|
+
message?: string;
|
|
2952
|
+
image?: string;
|
|
2953
|
+
}
|
|
2954
|
+
export interface ChatListResponse {
|
|
2955
|
+
items?: ChatItem[];
|
|
2956
|
+
}
|
|
2957
|
+
export interface ChatNewResponse {
|
|
2958
|
+
title?: string;
|
|
2959
|
+
}
|
|
2960
|
+
export interface ComplianceRequest {
|
|
2961
|
+
id?: number;
|
|
2962
|
+
ativo?: boolean;
|
|
2963
|
+
excluido?: boolean;
|
|
2964
|
+
destaque?: boolean;
|
|
2965
|
+
ordem?: number;
|
|
2966
|
+
dataCriacao?: string;
|
|
2967
|
+
dataEdicao?: string;
|
|
2968
|
+
titulo?: string;
|
|
2969
|
+
subtitulo?: string;
|
|
2970
|
+
descricao?: string;
|
|
2971
|
+
tags?: string;
|
|
2972
|
+
url?: string;
|
|
2973
|
+
slug?: string;
|
|
2974
|
+
jsonContent?: string;
|
|
2975
|
+
}
|
|
2976
|
+
export interface ComplianceResponse {
|
|
2977
|
+
id?: number;
|
|
2978
|
+
ativo?: boolean;
|
|
2979
|
+
excluido?: boolean;
|
|
2980
|
+
destaque?: boolean;
|
|
2981
|
+
ordem?: number;
|
|
2982
|
+
dataCriacao?: string;
|
|
2983
|
+
dataEdicao?: string;
|
|
2984
|
+
titulo?: string;
|
|
2985
|
+
subtitulo?: string;
|
|
2986
|
+
descricao?: string;
|
|
2987
|
+
tags?: string;
|
|
2988
|
+
url?: string;
|
|
2989
|
+
slug?: string;
|
|
2990
|
+
jsonContent?: string;
|
|
2991
|
+
}
|
|
2992
|
+
export interface ComplianceResponseApiResponse {
|
|
2993
|
+
success?: boolean;
|
|
2994
|
+
message?: string;
|
|
2995
|
+
item?: ComplianceResponse;
|
|
2996
|
+
}
|
|
2997
|
+
export interface ComplianceResponsePaginatedResponse {
|
|
2998
|
+
success?: boolean;
|
|
2999
|
+
message?: string;
|
|
3000
|
+
item?: ComplianceResponse[];
|
|
3001
|
+
pagination?: PaginatedJson;
|
|
3002
|
+
items?: ComplianceResponse[];
|
|
3003
|
+
}
|
|
3004
|
+
export interface Configs {
|
|
3005
|
+
workspaces?: WorkspaceItems[];
|
|
3006
|
+
configurations?: Configurations;
|
|
3007
|
+
contents?: Contents;
|
|
3008
|
+
}
|
|
3009
|
+
export interface Configurations {
|
|
3010
|
+
logo?: string;
|
|
3011
|
+
primaryColor?: string;
|
|
3012
|
+
secondaryColor?: string;
|
|
3013
|
+
tertiaryColor?: string;
|
|
3014
|
+
subscriptionModel?: string;
|
|
3015
|
+
subscriptionPrice?: string;
|
|
3016
|
+
}
|
|
3017
|
+
export interface ContactDTO {
|
|
3018
|
+
name?: string;
|
|
3019
|
+
email?: string;
|
|
3020
|
+
phone?: string;
|
|
3021
|
+
state?: string;
|
|
3022
|
+
city?: string;
|
|
3023
|
+
rg?: string;
|
|
3024
|
+
cpf?: string;
|
|
3025
|
+
instagram?: string;
|
|
3026
|
+
date?: string;
|
|
3027
|
+
subject?: string;
|
|
3028
|
+
code?: string;
|
|
3029
|
+
message?: string;
|
|
3030
|
+
additionalFields?: Record<string, any>;
|
|
3031
|
+
}
|
|
3032
|
+
export interface ContactRequest {
|
|
3033
|
+
id?: number;
|
|
3034
|
+
ativo?: boolean;
|
|
3035
|
+
excluido?: boolean;
|
|
3036
|
+
destaque?: boolean;
|
|
3037
|
+
ordem?: number;
|
|
3038
|
+
dataCriacao?: string;
|
|
3039
|
+
dataEdicao?: string;
|
|
3040
|
+
titulo?: string;
|
|
3041
|
+
subtitulo?: string;
|
|
3042
|
+
descricao?: string;
|
|
3043
|
+
tags?: string;
|
|
3044
|
+
url?: string;
|
|
3045
|
+
slug?: string;
|
|
3046
|
+
jsonContent?: string;
|
|
3047
|
+
name?: string;
|
|
3048
|
+
email?: string;
|
|
3049
|
+
phone?: string;
|
|
3050
|
+
subject?: string;
|
|
3051
|
+
message?: string;
|
|
3052
|
+
entityKey?: string;
|
|
3053
|
+
}
|
|
3054
|
+
export interface ContactResponse {
|
|
3055
|
+
id?: number;
|
|
3056
|
+
ativo?: boolean;
|
|
3057
|
+
excluido?: boolean;
|
|
3058
|
+
destaque?: boolean;
|
|
3059
|
+
ordem?: number;
|
|
3060
|
+
dataCriacao?: string;
|
|
3061
|
+
dataEdicao?: string;
|
|
3062
|
+
titulo?: string;
|
|
3063
|
+
subtitulo?: string;
|
|
3064
|
+
descricao?: string;
|
|
3065
|
+
tags?: string;
|
|
3066
|
+
url?: string;
|
|
3067
|
+
slug?: string;
|
|
3068
|
+
jsonContent?: string;
|
|
3069
|
+
name?: string;
|
|
3070
|
+
email?: string;
|
|
3071
|
+
phone?: string;
|
|
3072
|
+
subject?: string;
|
|
3073
|
+
message?: string;
|
|
3074
|
+
entityKey?: string;
|
|
3075
|
+
}
|
|
3076
|
+
export interface ContactResponseApiResponse {
|
|
3077
|
+
success?: boolean;
|
|
3078
|
+
message?: string;
|
|
3079
|
+
item?: ContactResponse;
|
|
3080
|
+
}
|
|
3081
|
+
export interface ContactResponsePaginatedResponse {
|
|
3082
|
+
success?: boolean;
|
|
3083
|
+
message?: string;
|
|
3084
|
+
item?: ContactResponse[];
|
|
3085
|
+
pagination?: PaginatedJson;
|
|
3086
|
+
items?: ContactResponse[];
|
|
3087
|
+
}
|
|
3088
|
+
export interface Contents {
|
|
3089
|
+
methodology?: string;
|
|
3090
|
+
}
|
|
3091
|
+
export interface ConvenioRequest {
|
|
3092
|
+
id?: number;
|
|
3093
|
+
ativo?: boolean;
|
|
3094
|
+
excluido?: boolean;
|
|
3095
|
+
destaque?: boolean;
|
|
3096
|
+
ordem?: number;
|
|
3097
|
+
dataCriacao?: string;
|
|
3098
|
+
dataEdicao?: string;
|
|
3099
|
+
titulo?: string;
|
|
3100
|
+
subtitulo?: string;
|
|
3101
|
+
descricao?: string;
|
|
3102
|
+
tags?: string;
|
|
3103
|
+
url?: string;
|
|
3104
|
+
slug?: string;
|
|
3105
|
+
jsonContent?: string;
|
|
3106
|
+
planoId?: number;
|
|
3107
|
+
}
|
|
3108
|
+
export interface ConvenioResponse {
|
|
3109
|
+
id?: number;
|
|
3110
|
+
ativo?: boolean;
|
|
3111
|
+
excluido?: boolean;
|
|
3112
|
+
destaque?: boolean;
|
|
3113
|
+
ordem?: number;
|
|
3114
|
+
dataCriacao?: string;
|
|
3115
|
+
dataEdicao?: string;
|
|
3116
|
+
titulo?: string;
|
|
3117
|
+
subtitulo?: string;
|
|
3118
|
+
descricao?: string;
|
|
3119
|
+
tags?: string;
|
|
3120
|
+
url?: string;
|
|
3121
|
+
slug?: string;
|
|
3122
|
+
jsonContent?: string;
|
|
3123
|
+
planoId?: number;
|
|
3124
|
+
}
|
|
3125
|
+
export interface ConvenioResponseApiResponse {
|
|
3126
|
+
success?: boolean;
|
|
3127
|
+
message?: string;
|
|
3128
|
+
item?: ConvenioResponse;
|
|
3129
|
+
}
|
|
3130
|
+
export interface ConvenioResponsePaginatedResponse {
|
|
3131
|
+
success?: boolean;
|
|
3132
|
+
message?: string;
|
|
3133
|
+
item?: ConvenioResponse[];
|
|
3134
|
+
pagination?: PaginatedJson;
|
|
3135
|
+
items?: ConvenioResponse[];
|
|
3136
|
+
}
|
|
3137
|
+
export interface CourseDetailPage {
|
|
3138
|
+
page?: CourseItemShort;
|
|
3139
|
+
}
|
|
3140
|
+
export interface CourseItemMin {
|
|
3141
|
+
title?: string;
|
|
3142
|
+
id?: string;
|
|
3143
|
+
}
|
|
3144
|
+
export interface CourseItemShort {
|
|
3145
|
+
id?: number;
|
|
3146
|
+
title?: string;
|
|
3147
|
+
coverThumbUrl?: string;
|
|
3148
|
+
coverImageUrl?: string;
|
|
3149
|
+
duration?: string;
|
|
3150
|
+
totalMinutes?: number;
|
|
3151
|
+
numberOfLessons?: number;
|
|
3152
|
+
averageRating?: number;
|
|
3153
|
+
url?: string;
|
|
3154
|
+
modules?: ModuleItemShort[];
|
|
3155
|
+
lessons?: LessonItemShort[];
|
|
3156
|
+
}
|
|
3157
|
+
export interface CourseItemShortless {
|
|
3158
|
+
courseItems?: CourseItemMin[];
|
|
3159
|
+
}
|
|
3160
|
+
export interface CoursesPage {
|
|
3161
|
+
page?: Item;
|
|
3162
|
+
banners?: Item[];
|
|
3163
|
+
categories?: Categories[];
|
|
3164
|
+
}
|
|
3165
|
+
export interface CreateAccountResponse {
|
|
3166
|
+
nome: string;
|
|
3167
|
+
sobrenome: string;
|
|
3168
|
+
cpf: string;
|
|
3169
|
+
email: string;
|
|
3170
|
+
phone: string;
|
|
3171
|
+
password: string;
|
|
3172
|
+
confirmPassword: string;
|
|
3173
|
+
dataNascimento: string;
|
|
3174
|
+
genero: string;
|
|
3175
|
+
logradouro: string;
|
|
3176
|
+
cep: string;
|
|
3177
|
+
cidade: string;
|
|
3178
|
+
estado: string;
|
|
3179
|
+
bairro: string;
|
|
3180
|
+
complemento?: string;
|
|
3181
|
+
numero: string;
|
|
3182
|
+
}
|
|
3183
|
+
export interface CreateAccountResult {
|
|
3184
|
+
data?: UserDto;
|
|
3185
|
+
status?: number;
|
|
3186
|
+
title?: string;
|
|
3187
|
+
message?: string;
|
|
3188
|
+
validationErrors?: Record<string, KeyString>;
|
|
3189
|
+
}
|
|
3190
|
+
export interface CursoRequest {
|
|
3191
|
+
id?: number;
|
|
3192
|
+
ativo?: boolean;
|
|
3193
|
+
excluido?: boolean;
|
|
3194
|
+
destaque?: boolean;
|
|
3195
|
+
ordem?: number;
|
|
3196
|
+
dataCriacao?: string;
|
|
3197
|
+
dataEdicao?: string;
|
|
3198
|
+
titulo?: string;
|
|
3199
|
+
subtitulo?: string;
|
|
3200
|
+
descricao?: string;
|
|
3201
|
+
tags?: string;
|
|
3202
|
+
url?: string;
|
|
3203
|
+
slug?: string;
|
|
3204
|
+
jsonContent?: string;
|
|
3205
|
+
categoriaId?: number;
|
|
3206
|
+
}
|
|
3207
|
+
export interface CursoResponse {
|
|
3208
|
+
id?: number;
|
|
3209
|
+
ativo?: boolean;
|
|
3210
|
+
excluido?: boolean;
|
|
3211
|
+
destaque?: boolean;
|
|
3212
|
+
ordem?: number;
|
|
3213
|
+
dataCriacao?: string;
|
|
3214
|
+
dataEdicao?: string;
|
|
3215
|
+
titulo?: string;
|
|
3216
|
+
subtitulo?: string;
|
|
3217
|
+
descricao?: string;
|
|
3218
|
+
tags?: string;
|
|
3219
|
+
url?: string;
|
|
3220
|
+
slug?: string;
|
|
3221
|
+
jsonContent?: string;
|
|
3222
|
+
categoriaId?: number;
|
|
3223
|
+
}
|
|
3224
|
+
export interface CursoResponseApiResponse {
|
|
3225
|
+
success?: boolean;
|
|
3226
|
+
message?: string;
|
|
3227
|
+
item?: CursoResponse;
|
|
3228
|
+
}
|
|
3229
|
+
export interface CursoResponsePaginatedResponse {
|
|
3230
|
+
success?: boolean;
|
|
3231
|
+
message?: string;
|
|
3232
|
+
item?: CursoResponse[];
|
|
3233
|
+
pagination?: PaginatedJson;
|
|
3234
|
+
items?: CursoResponse[];
|
|
3235
|
+
}
|
|
3236
|
+
export interface DataResult {
|
|
3237
|
+
token?: string;
|
|
3238
|
+
}
|
|
3239
|
+
export interface DepoimentoRequest {
|
|
3240
|
+
id?: number;
|
|
3241
|
+
ativo?: boolean;
|
|
3242
|
+
excluido?: boolean;
|
|
3243
|
+
destaque?: boolean;
|
|
3244
|
+
ordem?: number;
|
|
3245
|
+
dataCriacao?: string;
|
|
3246
|
+
dataEdicao?: string;
|
|
3247
|
+
titulo?: string;
|
|
3248
|
+
subtitulo?: string;
|
|
3249
|
+
descricao?: string;
|
|
3250
|
+
tags?: string;
|
|
3251
|
+
url?: string;
|
|
3252
|
+
slug?: string;
|
|
3253
|
+
jsonContent?: string;
|
|
3254
|
+
categoriaId?: number;
|
|
3255
|
+
}
|
|
3256
|
+
export interface DepoimentoResponse {
|
|
3257
|
+
id?: number;
|
|
3258
|
+
ativo?: boolean;
|
|
3259
|
+
excluido?: boolean;
|
|
3260
|
+
destaque?: boolean;
|
|
3261
|
+
ordem?: number;
|
|
3262
|
+
dataCriacao?: string;
|
|
3263
|
+
dataEdicao?: string;
|
|
3264
|
+
titulo?: string;
|
|
3265
|
+
subtitulo?: string;
|
|
3266
|
+
descricao?: string;
|
|
3267
|
+
tags?: string;
|
|
3268
|
+
url?: string;
|
|
3269
|
+
slug?: string;
|
|
3270
|
+
jsonContent?: string;
|
|
3271
|
+
categoriaId?: number;
|
|
3272
|
+
}
|
|
3273
|
+
export interface DepoimentoResponseApiResponse {
|
|
3274
|
+
success?: boolean;
|
|
3275
|
+
message?: string;
|
|
3276
|
+
item?: DepoimentoResponse;
|
|
3277
|
+
}
|
|
3278
|
+
export interface DepoimentoResponsePaginatedResponse {
|
|
3279
|
+
success?: boolean;
|
|
3280
|
+
message?: string;
|
|
3281
|
+
item?: DepoimentoResponse[];
|
|
3282
|
+
pagination?: PaginatedJson;
|
|
3283
|
+
items?: DepoimentoResponse[];
|
|
3284
|
+
}
|
|
3285
|
+
export interface DirectoryCategoryRequest {
|
|
3286
|
+
name: string;
|
|
3287
|
+
description?: string;
|
|
3288
|
+
typeCategoryId: number;
|
|
3289
|
+
}
|
|
3290
|
+
export interface DirectoryCategoryResponse {
|
|
3291
|
+
id?: number;
|
|
3292
|
+
name?: string;
|
|
3293
|
+
description?: string;
|
|
3294
|
+
typeCategoryId?: number;
|
|
3295
|
+
}
|
|
3296
|
+
export interface DirectoryCategoryResponsePaginatedResponse {
|
|
3297
|
+
success?: boolean;
|
|
3298
|
+
message?: string;
|
|
3299
|
+
item?: DirectoryCategoryResponse[];
|
|
3300
|
+
pagination?: PaginatedJson;
|
|
3301
|
+
items?: DirectoryCategoryResponse[];
|
|
3302
|
+
}
|
|
3303
|
+
export interface DirectoryRequest {
|
|
3304
|
+
id?: number;
|
|
3305
|
+
name?: string;
|
|
3306
|
+
categoriaId?: number;
|
|
3307
|
+
description?: string;
|
|
3308
|
+
url?: string;
|
|
3309
|
+
sku?: string;
|
|
3310
|
+
priceIndicator?: string;
|
|
3311
|
+
priceBRL?: number;
|
|
3312
|
+
position?: number;
|
|
3313
|
+
isActive?: boolean;
|
|
3314
|
+
isDeleted?: boolean;
|
|
3315
|
+
isHighlighted?: boolean;
|
|
3316
|
+
isOnHold?: boolean;
|
|
3317
|
+
hasAccessibility?: boolean;
|
|
3318
|
+
entityKey?: string;
|
|
3319
|
+
jsonContent?: string;
|
|
3320
|
+
createdAt?: string;
|
|
3321
|
+
updatedAt?: string;
|
|
3322
|
+
guid?: string;
|
|
3323
|
+
logradouro?: string;
|
|
3324
|
+
bairro?: string;
|
|
3325
|
+
localidade?: string;
|
|
3326
|
+
uf?: string;
|
|
3327
|
+
complemento?: string;
|
|
3328
|
+
numero?: string;
|
|
3329
|
+
zipCode?: string;
|
|
3330
|
+
}
|
|
3331
|
+
export interface DirectoryResponse {
|
|
3332
|
+
id?: number;
|
|
3333
|
+
name?: string;
|
|
3334
|
+
categoriaId?: number;
|
|
3335
|
+
description?: string;
|
|
3336
|
+
url?: string;
|
|
3337
|
+
sku?: string;
|
|
3338
|
+
priceIndicator?: string;
|
|
3339
|
+
priceBRL?: number;
|
|
3340
|
+
position?: number;
|
|
3341
|
+
isActive?: boolean;
|
|
3342
|
+
isDeleted?: boolean;
|
|
3343
|
+
isHighlighted?: boolean;
|
|
3344
|
+
isOnHold?: boolean;
|
|
3345
|
+
hasAccessibility?: boolean;
|
|
3346
|
+
entityKey?: string;
|
|
3347
|
+
jsonContent?: string;
|
|
3348
|
+
createdAt?: string;
|
|
3349
|
+
updatedAt?: string;
|
|
3350
|
+
guid?: string;
|
|
3351
|
+
logradouro?: string;
|
|
3352
|
+
bairro?: string;
|
|
3353
|
+
localidade?: string;
|
|
3354
|
+
uf?: string;
|
|
3355
|
+
complemento?: string;
|
|
3356
|
+
numero?: string;
|
|
3357
|
+
zipCode?: string;
|
|
3358
|
+
}
|
|
3359
|
+
export interface DirectoryResponseApiResponse {
|
|
3360
|
+
success?: boolean;
|
|
3361
|
+
message?: string;
|
|
3362
|
+
item?: DirectoryResponse;
|
|
3363
|
+
}
|
|
3364
|
+
export interface DirectoryResponsePaginatedResponse {
|
|
3365
|
+
success?: boolean;
|
|
3366
|
+
message?: string;
|
|
3367
|
+
item?: DirectoryResponse[];
|
|
3368
|
+
pagination?: PaginatedJson;
|
|
3369
|
+
items?: DirectoryResponse[];
|
|
3370
|
+
}
|
|
3371
|
+
export interface DirectoryUpdateRequest {
|
|
3372
|
+
id?: number;
|
|
3373
|
+
name?: string;
|
|
3374
|
+
categoriaId?: number;
|
|
3375
|
+
description?: string;
|
|
3376
|
+
url?: string;
|
|
3377
|
+
sku?: string;
|
|
3378
|
+
priceIndicator?: string;
|
|
3379
|
+
priceBRL?: number;
|
|
3380
|
+
position?: number;
|
|
3381
|
+
isActive?: boolean;
|
|
3382
|
+
isDeleted?: boolean;
|
|
3383
|
+
isHighlighted?: boolean;
|
|
3384
|
+
isOnHold?: boolean;
|
|
3385
|
+
hasAccessibility?: boolean;
|
|
3386
|
+
entityKey?: string;
|
|
3387
|
+
jsonContent?: string;
|
|
3388
|
+
createdAt?: string;
|
|
3389
|
+
updatedAt?: string;
|
|
3390
|
+
guid?: string;
|
|
3391
|
+
logradouro?: string;
|
|
3392
|
+
bairro?: string;
|
|
3393
|
+
localidade?: string;
|
|
3394
|
+
uf?: string;
|
|
3395
|
+
complemento?: string;
|
|
3396
|
+
numero?: string;
|
|
3397
|
+
zipCode?: string;
|
|
3398
|
+
}
|
|
3399
|
+
export interface EquipeRequest {
|
|
3400
|
+
id?: number;
|
|
3401
|
+
ativo?: boolean;
|
|
3402
|
+
excluido?: boolean;
|
|
3403
|
+
destaque?: boolean;
|
|
3404
|
+
ordem?: number;
|
|
3405
|
+
dataCriacao?: string;
|
|
3406
|
+
dataEdicao?: string;
|
|
3407
|
+
titulo?: string;
|
|
3408
|
+
subtitulo?: string;
|
|
3409
|
+
descricao?: string;
|
|
3410
|
+
tags?: string;
|
|
3411
|
+
url?: string;
|
|
3412
|
+
slug?: string;
|
|
3413
|
+
jsonContent?: string;
|
|
3414
|
+
categoriaId?: number;
|
|
3415
|
+
}
|
|
3416
|
+
export interface EquipeResponse {
|
|
3417
|
+
id?: number;
|
|
3418
|
+
ativo?: boolean;
|
|
3419
|
+
excluido?: boolean;
|
|
3420
|
+
destaque?: boolean;
|
|
3421
|
+
ordem?: number;
|
|
3422
|
+
dataCriacao?: string;
|
|
3423
|
+
dataEdicao?: string;
|
|
3424
|
+
titulo?: string;
|
|
3425
|
+
subtitulo?: string;
|
|
3426
|
+
descricao?: string;
|
|
3427
|
+
tags?: string;
|
|
3428
|
+
url?: string;
|
|
3429
|
+
slug?: string;
|
|
3430
|
+
jsonContent?: string;
|
|
3431
|
+
categoriaId?: number;
|
|
3432
|
+
}
|
|
3433
|
+
export interface EquipeResponseApiResponse {
|
|
3434
|
+
success?: boolean;
|
|
3435
|
+
message?: string;
|
|
3436
|
+
item?: EquipeResponse;
|
|
3437
|
+
}
|
|
3438
|
+
export interface EquipeResponsePaginatedResponse {
|
|
3439
|
+
success?: boolean;
|
|
3440
|
+
message?: string;
|
|
3441
|
+
item?: EquipeResponse[];
|
|
3442
|
+
pagination?: PaginatedJson;
|
|
3443
|
+
items?: EquipeResponse[];
|
|
3444
|
+
}
|
|
3445
|
+
export interface ErrorKeyString {
|
|
3446
|
+
errors?: string[];
|
|
3447
|
+
}
|
|
3448
|
+
export interface ErrorResult {
|
|
3449
|
+
status?: number;
|
|
3450
|
+
title?: string;
|
|
3451
|
+
message?: string;
|
|
3452
|
+
validationErrors?: Record<string, ErrorKeyString>;
|
|
3453
|
+
}
|
|
3454
|
+
export interface EspecialidadeRequest {
|
|
3455
|
+
id?: number;
|
|
3456
|
+
ativo?: boolean;
|
|
3457
|
+
excluido?: boolean;
|
|
3458
|
+
destaque?: boolean;
|
|
3459
|
+
ordem?: number;
|
|
3460
|
+
dataCriacao?: string;
|
|
3461
|
+
dataEdicao?: string;
|
|
3462
|
+
titulo?: string;
|
|
3463
|
+
subtitulo?: string;
|
|
3464
|
+
descricao?: string;
|
|
3465
|
+
tags?: string;
|
|
3466
|
+
url?: string;
|
|
3467
|
+
slug?: string;
|
|
3468
|
+
jsonContent?: string;
|
|
3469
|
+
}
|
|
3470
|
+
export interface EspecialidadeResponse {
|
|
3471
|
+
id?: number;
|
|
3472
|
+
ativo?: boolean;
|
|
3473
|
+
excluido?: boolean;
|
|
3474
|
+
destaque?: boolean;
|
|
3475
|
+
ordem?: number;
|
|
3476
|
+
dataCriacao?: string;
|
|
3477
|
+
dataEdicao?: string;
|
|
3478
|
+
titulo?: string;
|
|
3479
|
+
subtitulo?: string;
|
|
3480
|
+
descricao?: string;
|
|
3481
|
+
tags?: string;
|
|
3482
|
+
url?: string;
|
|
3483
|
+
slug?: string;
|
|
3484
|
+
jsonContent?: string;
|
|
3485
|
+
}
|
|
3486
|
+
export interface EspecialidadeResponseApiResponse {
|
|
3487
|
+
success?: boolean;
|
|
3488
|
+
message?: string;
|
|
3489
|
+
item?: EspecialidadeResponse;
|
|
3490
|
+
}
|
|
3491
|
+
export interface EspecialidadeResponsePaginatedResponse {
|
|
3492
|
+
success?: boolean;
|
|
3493
|
+
message?: string;
|
|
3494
|
+
item?: EspecialidadeResponse[];
|
|
3495
|
+
pagination?: PaginatedJson;
|
|
3496
|
+
items?: EspecialidadeResponse[];
|
|
3497
|
+
}
|
|
3498
|
+
export interface EspecialistaRequest {
|
|
3499
|
+
id?: number;
|
|
3500
|
+
ativo?: boolean;
|
|
3501
|
+
excluido?: boolean;
|
|
3502
|
+
destaque?: boolean;
|
|
3503
|
+
ordem?: number;
|
|
3504
|
+
dataCriacao?: string;
|
|
3505
|
+
dataEdicao?: string;
|
|
3506
|
+
titulo?: string;
|
|
3507
|
+
subtitulo?: string;
|
|
3508
|
+
descricao?: string;
|
|
3509
|
+
tags?: string;
|
|
3510
|
+
url?: string;
|
|
3511
|
+
slug?: string;
|
|
3512
|
+
jsonContent?: string;
|
|
3513
|
+
especialidadeId?: number;
|
|
3514
|
+
}
|
|
3515
|
+
export interface EspecialistaResponse {
|
|
3516
|
+
id?: number;
|
|
3517
|
+
ativo?: boolean;
|
|
3518
|
+
excluido?: boolean;
|
|
3519
|
+
destaque?: boolean;
|
|
3520
|
+
ordem?: number;
|
|
3521
|
+
dataCriacao?: string;
|
|
3522
|
+
dataEdicao?: string;
|
|
3523
|
+
titulo?: string;
|
|
3524
|
+
subtitulo?: string;
|
|
3525
|
+
descricao?: string;
|
|
3526
|
+
tags?: string;
|
|
3527
|
+
url?: string;
|
|
3528
|
+
slug?: string;
|
|
3529
|
+
jsonContent?: string;
|
|
3530
|
+
especialidadeId?: number;
|
|
3531
|
+
}
|
|
3532
|
+
export interface EspecialistaResponseApiResponse {
|
|
3533
|
+
success?: boolean;
|
|
3534
|
+
message?: string;
|
|
3535
|
+
item?: EspecialistaResponse;
|
|
3536
|
+
}
|
|
3537
|
+
export interface EspecialistaResponsePaginatedResponse {
|
|
3538
|
+
success?: boolean;
|
|
3539
|
+
message?: string;
|
|
3540
|
+
item?: EspecialistaResponse[];
|
|
3541
|
+
pagination?: PaginatedJson;
|
|
3542
|
+
items?: EspecialistaResponse[];
|
|
3543
|
+
}
|
|
3544
|
+
export interface EstruturaRequest {
|
|
3545
|
+
id?: number;
|
|
3546
|
+
ativo?: boolean;
|
|
3547
|
+
excluido?: boolean;
|
|
3548
|
+
destaque?: boolean;
|
|
3549
|
+
ordem?: number;
|
|
3550
|
+
dataCriacao?: string;
|
|
3551
|
+
dataEdicao?: string;
|
|
3552
|
+
titulo?: string;
|
|
3553
|
+
subtitulo?: string;
|
|
3554
|
+
descricao?: string;
|
|
3555
|
+
tags?: string;
|
|
3556
|
+
url?: string;
|
|
3557
|
+
slug?: string;
|
|
3558
|
+
jsonContent?: string;
|
|
3559
|
+
}
|
|
3560
|
+
export interface EstruturaResponse {
|
|
3561
|
+
id?: number;
|
|
3562
|
+
ativo?: boolean;
|
|
3563
|
+
excluido?: boolean;
|
|
3564
|
+
destaque?: boolean;
|
|
3565
|
+
ordem?: number;
|
|
3566
|
+
dataCriacao?: string;
|
|
3567
|
+
dataEdicao?: string;
|
|
3568
|
+
titulo?: string;
|
|
3569
|
+
subtitulo?: string;
|
|
3570
|
+
descricao?: string;
|
|
3571
|
+
tags?: string;
|
|
3572
|
+
url?: string;
|
|
3573
|
+
slug?: string;
|
|
3574
|
+
jsonContent?: string;
|
|
3575
|
+
}
|
|
3576
|
+
export interface EstruturaResponseApiResponse {
|
|
3577
|
+
success?: boolean;
|
|
3578
|
+
message?: string;
|
|
3579
|
+
item?: EstruturaResponse;
|
|
3580
|
+
}
|
|
3581
|
+
export interface EstruturaResponsePaginatedResponse {
|
|
3582
|
+
success?: boolean;
|
|
3583
|
+
message?: string;
|
|
3584
|
+
item?: EstruturaResponse[];
|
|
3585
|
+
pagination?: PaginatedJson;
|
|
3586
|
+
items?: EstruturaResponse[];
|
|
3587
|
+
}
|
|
3588
|
+
export interface FaqRequest {
|
|
3589
|
+
id?: number;
|
|
3590
|
+
ativo?: boolean;
|
|
3591
|
+
excluido?: boolean;
|
|
3592
|
+
destaque?: boolean;
|
|
3593
|
+
ordem?: number;
|
|
3594
|
+
dataCriacao?: string;
|
|
3595
|
+
dataEdicao?: string;
|
|
3596
|
+
titulo?: string;
|
|
3597
|
+
subtitulo?: string;
|
|
3598
|
+
descricao?: string;
|
|
3599
|
+
tags?: string;
|
|
3600
|
+
url?: string;
|
|
3601
|
+
slug?: string;
|
|
3602
|
+
jsonContent?: string;
|
|
3603
|
+
categoriaId?: number;
|
|
3604
|
+
}
|
|
3605
|
+
export interface FaqResponse {
|
|
3606
|
+
id?: number;
|
|
3607
|
+
ativo?: boolean;
|
|
3608
|
+
excluido?: boolean;
|
|
3609
|
+
destaque?: boolean;
|
|
3610
|
+
ordem?: number;
|
|
3611
|
+
dataCriacao?: string;
|
|
3612
|
+
dataEdicao?: string;
|
|
3613
|
+
titulo?: string;
|
|
3614
|
+
subtitulo?: string;
|
|
3615
|
+
descricao?: string;
|
|
3616
|
+
tags?: string;
|
|
3617
|
+
url?: string;
|
|
3618
|
+
slug?: string;
|
|
3619
|
+
jsonContent?: string;
|
|
3620
|
+
categoriaId?: number;
|
|
3621
|
+
}
|
|
3622
|
+
export interface FaqResponseApiResponse {
|
|
3623
|
+
success?: boolean;
|
|
3624
|
+
message?: string;
|
|
3625
|
+
item?: FaqResponse;
|
|
3626
|
+
}
|
|
3627
|
+
export interface FaqResponsePaginatedResponse {
|
|
3628
|
+
success?: boolean;
|
|
3629
|
+
message?: string;
|
|
3630
|
+
item?: FaqResponse[];
|
|
3631
|
+
pagination?: PaginatedJson;
|
|
3632
|
+
items?: FaqResponse[];
|
|
3633
|
+
}
|
|
3634
|
+
export interface FavoriteTripRequest {
|
|
3635
|
+
tripId?: number;
|
|
3636
|
+
}
|
|
3637
|
+
export interface FavoriteTripResponse {
|
|
3638
|
+
message?: string;
|
|
3639
|
+
}
|
|
3640
|
+
export interface FeatureRequest {
|
|
3641
|
+
id?: number;
|
|
3642
|
+
ativo?: boolean;
|
|
3643
|
+
excluido?: boolean;
|
|
3644
|
+
destaque?: boolean;
|
|
3645
|
+
ordem?: number;
|
|
3646
|
+
dataCriacao?: string;
|
|
3647
|
+
dataEdicao?: string;
|
|
3648
|
+
titulo?: string;
|
|
3649
|
+
subtitulo?: string;
|
|
3650
|
+
descricao?: string;
|
|
3651
|
+
tags?: string;
|
|
3652
|
+
url?: string;
|
|
3653
|
+
slug?: string;
|
|
3654
|
+
jsonContent?: string;
|
|
3655
|
+
tableName?: string;
|
|
3656
|
+
tableValue?: number;
|
|
3657
|
+
}
|
|
3658
|
+
export interface FeatureResponse {
|
|
3659
|
+
id?: number;
|
|
3660
|
+
ativo?: boolean;
|
|
3661
|
+
excluido?: boolean;
|
|
3662
|
+
destaque?: boolean;
|
|
3663
|
+
ordem?: number;
|
|
3664
|
+
dataCriacao?: string;
|
|
3665
|
+
dataEdicao?: string;
|
|
3666
|
+
titulo?: string;
|
|
3667
|
+
subtitulo?: string;
|
|
3668
|
+
descricao?: string;
|
|
3669
|
+
tags?: string;
|
|
3670
|
+
url?: string;
|
|
3671
|
+
slug?: string;
|
|
3672
|
+
jsonContent?: string;
|
|
3673
|
+
tableName?: string;
|
|
3674
|
+
tableValue?: number;
|
|
3675
|
+
}
|
|
3676
|
+
export interface FeatureResponseApiResponse {
|
|
3677
|
+
success?: boolean;
|
|
3678
|
+
message?: string;
|
|
3679
|
+
item?: FeatureResponse;
|
|
3680
|
+
}
|
|
3681
|
+
export interface FeatureResponsePaginatedResponse {
|
|
3682
|
+
success?: boolean;
|
|
3683
|
+
message?: string;
|
|
3684
|
+
item?: FeatureResponse[];
|
|
3685
|
+
pagination?: PaginatedJson;
|
|
3686
|
+
items?: FeatureResponse[];
|
|
3687
|
+
}
|
|
3688
|
+
export interface FornecedorRequest {
|
|
3689
|
+
id?: number;
|
|
3690
|
+
ativo?: boolean;
|
|
3691
|
+
excluido?: boolean;
|
|
3692
|
+
destaque?: boolean;
|
|
3693
|
+
ordem?: number;
|
|
3694
|
+
dataCriacao?: string;
|
|
3695
|
+
dataEdicao?: string;
|
|
3696
|
+
titulo?: string;
|
|
3697
|
+
subtitulo?: string;
|
|
3698
|
+
descricao?: string;
|
|
3699
|
+
tags?: string;
|
|
3700
|
+
url?: string;
|
|
3701
|
+
slug?: string;
|
|
3702
|
+
jsonContent?: string;
|
|
3703
|
+
razaoSocial?: string;
|
|
3704
|
+
nomeFantasia?: string;
|
|
3705
|
+
cnpj?: string;
|
|
3706
|
+
inscricaoEstadual?: string;
|
|
3707
|
+
inscricaoMunicipal?: string;
|
|
3708
|
+
cep?: string;
|
|
3709
|
+
logradouro?: string;
|
|
3710
|
+
numero?: string;
|
|
3711
|
+
complemento?: string;
|
|
3712
|
+
bairro?: string;
|
|
3713
|
+
cidade?: string;
|
|
3714
|
+
estado?: string;
|
|
3715
|
+
email?: string;
|
|
3716
|
+
phone?: string;
|
|
3717
|
+
}
|
|
3718
|
+
export interface FornecedorResponse {
|
|
3719
|
+
id?: number;
|
|
3720
|
+
ativo?: boolean;
|
|
3721
|
+
excluido?: boolean;
|
|
3722
|
+
destaque?: boolean;
|
|
3723
|
+
ordem?: number;
|
|
3724
|
+
dataCriacao?: string;
|
|
3725
|
+
dataEdicao?: string;
|
|
3726
|
+
titulo?: string;
|
|
3727
|
+
subtitulo?: string;
|
|
3728
|
+
descricao?: string;
|
|
3729
|
+
tags?: string;
|
|
3730
|
+
url?: string;
|
|
3731
|
+
slug?: string;
|
|
3732
|
+
jsonContent?: string;
|
|
3733
|
+
razaoSocial?: string;
|
|
3734
|
+
nomeFantasia?: string;
|
|
3735
|
+
cnpj?: string;
|
|
3736
|
+
inscricaoEstadual?: string;
|
|
3737
|
+
inscricaoMunicipal?: string;
|
|
3738
|
+
cep?: string;
|
|
3739
|
+
logradouro?: string;
|
|
3740
|
+
numero?: string;
|
|
3741
|
+
complemento?: string;
|
|
3742
|
+
bairro?: string;
|
|
3743
|
+
cidade?: string;
|
|
3744
|
+
estado?: string;
|
|
3745
|
+
email?: string;
|
|
3746
|
+
phone?: string;
|
|
3747
|
+
}
|
|
3748
|
+
export interface FornecedorResponseApiResponse {
|
|
3749
|
+
success?: boolean;
|
|
3750
|
+
message?: string;
|
|
3751
|
+
item?: FornecedorResponse;
|
|
3752
|
+
}
|
|
3753
|
+
export interface FornecedorResponsePaginatedResponse {
|
|
3754
|
+
success?: boolean;
|
|
3755
|
+
message?: string;
|
|
3756
|
+
item?: FornecedorResponse[];
|
|
3757
|
+
pagination?: PaginatedJson;
|
|
3758
|
+
items?: FornecedorResponse[];
|
|
3759
|
+
}
|
|
3760
|
+
export interface Head {
|
|
3761
|
+
pageTitle?: string;
|
|
3762
|
+
metaDescription?: string;
|
|
3763
|
+
imageOpenGraph?: string;
|
|
3764
|
+
headScripts?: string;
|
|
3765
|
+
}
|
|
3766
|
+
export interface Item {
|
|
3767
|
+
id?: number;
|
|
3768
|
+
ordem?: number;
|
|
3769
|
+
titulo?: string;
|
|
3770
|
+
subtitulo?: string;
|
|
3771
|
+
thumbnail?: string;
|
|
3772
|
+
imagem?: string;
|
|
3773
|
+
ref?: string;
|
|
3774
|
+
pageTitle?: string;
|
|
3775
|
+
metaDescription?: string;
|
|
3776
|
+
imageOpenGraph?: string;
|
|
3777
|
+
headScripts?: string;
|
|
3778
|
+
bodyScripts?: string;
|
|
3779
|
+
groupPagina?: string;
|
|
3780
|
+
imagemAlt?: string;
|
|
3781
|
+
thumbnailAlt?: string;
|
|
3782
|
+
imagemMobile?: string;
|
|
3783
|
+
arquivo?: string;
|
|
3784
|
+
url?: string;
|
|
3785
|
+
tags?: string;
|
|
3786
|
+
destaque?: boolean;
|
|
3787
|
+
datas?: string;
|
|
3788
|
+
menu?: boolean;
|
|
3789
|
+
data?: string;
|
|
3790
|
+
dataCriacao?: string;
|
|
3791
|
+
link?: string;
|
|
3792
|
+
descricao?: string;
|
|
3793
|
+
dataCadastro?: string;
|
|
3794
|
+
fields?: Record<string, any>;
|
|
3795
|
+
imagens?: Item[];
|
|
3796
|
+
items?: Item[];
|
|
3797
|
+
chave?: string;
|
|
3798
|
+
}
|
|
3799
|
+
export interface JobOpportunityRequest {
|
|
3800
|
+
id?: number;
|
|
3801
|
+
ativo?: boolean;
|
|
3802
|
+
excluido?: boolean;
|
|
3803
|
+
destaque?: boolean;
|
|
3804
|
+
ordem?: number;
|
|
3805
|
+
dataCriacao?: string;
|
|
3806
|
+
dataEdicao?: string;
|
|
3807
|
+
titulo?: string;
|
|
3808
|
+
subtitulo?: string;
|
|
3809
|
+
descricao?: string;
|
|
3810
|
+
tags?: string;
|
|
3811
|
+
url?: string;
|
|
3812
|
+
slug?: string;
|
|
3813
|
+
jsonContent?: string;
|
|
3814
|
+
salario?: number;
|
|
3815
|
+
experiencia?: number;
|
|
3816
|
+
presencial?: boolean;
|
|
3817
|
+
homeOffice?: boolean;
|
|
3818
|
+
hibrido?: boolean;
|
|
3819
|
+
clt?: boolean;
|
|
3820
|
+
pj?: boolean;
|
|
3821
|
+
}
|
|
3822
|
+
export interface JobOpportunityResponse {
|
|
3823
|
+
id?: number;
|
|
3824
|
+
ativo?: boolean;
|
|
3825
|
+
excluido?: boolean;
|
|
3826
|
+
destaque?: boolean;
|
|
3827
|
+
ordem?: number;
|
|
3828
|
+
dataCriacao?: string;
|
|
3829
|
+
dataEdicao?: string;
|
|
3830
|
+
titulo?: string;
|
|
3831
|
+
subtitulo?: string;
|
|
3832
|
+
descricao?: string;
|
|
3833
|
+
tags?: string;
|
|
3834
|
+
url?: string;
|
|
3835
|
+
slug?: string;
|
|
3836
|
+
jsonContent?: string;
|
|
3837
|
+
salario?: number;
|
|
3838
|
+
experiencia?: number;
|
|
3839
|
+
presencial?: boolean;
|
|
3840
|
+
homeOffice?: boolean;
|
|
3841
|
+
hibrido?: boolean;
|
|
3842
|
+
clt?: boolean;
|
|
3843
|
+
pj?: boolean;
|
|
3844
|
+
}
|
|
3845
|
+
export interface JobOpportunityResponseApiResponse {
|
|
3846
|
+
success?: boolean;
|
|
3847
|
+
message?: string;
|
|
3848
|
+
item?: JobOpportunityResponse;
|
|
3849
|
+
}
|
|
3850
|
+
export interface JobOpportunityResponsePaginatedResponse {
|
|
3851
|
+
success?: boolean;
|
|
3852
|
+
message?: string;
|
|
3853
|
+
item?: JobOpportunityResponse[];
|
|
3854
|
+
pagination?: PaginatedJson;
|
|
3855
|
+
items?: JobOpportunityResponse[];
|
|
3856
|
+
}
|
|
3857
|
+
export interface KeyString {
|
|
3858
|
+
errors?: string[];
|
|
3859
|
+
}
|
|
3860
|
+
export interface LessonDetailPage {
|
|
3861
|
+
page?: LessonItemShort;
|
|
3862
|
+
}
|
|
3863
|
+
export interface LessonFile {
|
|
3864
|
+
fileName?: string;
|
|
3865
|
+
fileSource?: string;
|
|
3866
|
+
fileImage?: string;
|
|
3867
|
+
fileDescription?: string;
|
|
3868
|
+
}
|
|
3869
|
+
export interface LessonItemShort {
|
|
3870
|
+
id?: number;
|
|
3871
|
+
title?: string;
|
|
3872
|
+
order?: number;
|
|
3873
|
+
duration?: number;
|
|
3874
|
+
totalMinutes?: number;
|
|
3875
|
+
thumbnail?: string;
|
|
3876
|
+
url?: string;
|
|
3877
|
+
videoContent?: string;
|
|
3878
|
+
description?: string;
|
|
3879
|
+
isFeatured?: boolean;
|
|
3880
|
+
courseId?: number;
|
|
3881
|
+
courseName?: string;
|
|
3882
|
+
isBasic?: boolean;
|
|
3883
|
+
lessonFiles?: LessonFile[];
|
|
3884
|
+
}
|
|
3885
|
+
export interface ListPageDTO {
|
|
3886
|
+
page?: Item;
|
|
3887
|
+
pages?: Item[];
|
|
3888
|
+
categorias?: Item[];
|
|
3889
|
+
pagination?: Pagination;
|
|
3890
|
+
}
|
|
3891
|
+
export interface LoginResult {
|
|
3892
|
+
data?: DataResult;
|
|
3893
|
+
}
|
|
3894
|
+
export interface LojaRequest {
|
|
3895
|
+
id?: number;
|
|
3896
|
+
ativo?: boolean;
|
|
3897
|
+
excluido?: boolean;
|
|
3898
|
+
destaque?: boolean;
|
|
3899
|
+
ordem?: number;
|
|
3900
|
+
dataCriacao?: string;
|
|
3901
|
+
dataEdicao?: string;
|
|
3902
|
+
titulo?: string;
|
|
3903
|
+
subtitulo?: string;
|
|
3904
|
+
descricao?: string;
|
|
3905
|
+
tags?: string;
|
|
3906
|
+
url?: string;
|
|
3907
|
+
slug?: string;
|
|
3908
|
+
jsonContent?: string;
|
|
3909
|
+
categoriaId?: number;
|
|
3910
|
+
logradouro?: string;
|
|
3911
|
+
localidade?: string;
|
|
3912
|
+
uf?: string;
|
|
3913
|
+
zipCode?: string;
|
|
3914
|
+
bairro?: string;
|
|
3915
|
+
telefone?: string;
|
|
3916
|
+
celular?: string;
|
|
3917
|
+
latitude?: string;
|
|
3918
|
+
longitude?: string;
|
|
3919
|
+
}
|
|
3920
|
+
export interface LojaResponse {
|
|
3921
|
+
id?: number;
|
|
3922
|
+
ativo?: boolean;
|
|
3923
|
+
excluido?: boolean;
|
|
3924
|
+
destaque?: boolean;
|
|
3925
|
+
ordem?: number;
|
|
3926
|
+
dataCriacao?: string;
|
|
3927
|
+
dataEdicao?: string;
|
|
3928
|
+
titulo?: string;
|
|
3929
|
+
subtitulo?: string;
|
|
3930
|
+
descricao?: string;
|
|
3931
|
+
tags?: string;
|
|
3932
|
+
url?: string;
|
|
3933
|
+
slug?: string;
|
|
3934
|
+
jsonContent?: string;
|
|
3935
|
+
categoriaId?: number;
|
|
3936
|
+
logradouro?: string;
|
|
3937
|
+
localidade?: string;
|
|
3938
|
+
uf?: string;
|
|
3939
|
+
zipCode?: string;
|
|
3940
|
+
bairro?: string;
|
|
3941
|
+
telefone?: string;
|
|
3942
|
+
celular?: string;
|
|
3943
|
+
latitude?: string;
|
|
3944
|
+
longitude?: string;
|
|
3945
|
+
}
|
|
3946
|
+
export interface LojaResponseApiResponse {
|
|
3947
|
+
success?: boolean;
|
|
3948
|
+
message?: string;
|
|
3949
|
+
item?: LojaResponse;
|
|
3950
|
+
}
|
|
3951
|
+
export interface LojaResponsePaginatedResponse {
|
|
3952
|
+
success?: boolean;
|
|
3953
|
+
message?: string;
|
|
3954
|
+
item?: LojaResponse[];
|
|
3955
|
+
pagination?: PaginatedJson;
|
|
3956
|
+
items?: LojaResponse[];
|
|
3957
|
+
}
|
|
3958
|
+
export interface MarcaRequest {
|
|
3959
|
+
id?: number;
|
|
3960
|
+
ativo?: boolean;
|
|
3961
|
+
excluido?: boolean;
|
|
3962
|
+
destaque?: boolean;
|
|
3963
|
+
ordem?: number;
|
|
3964
|
+
dataCriacao?: string;
|
|
3965
|
+
dataEdicao?: string;
|
|
3966
|
+
titulo?: string;
|
|
3967
|
+
subtitulo?: string;
|
|
3968
|
+
descricao?: string;
|
|
3969
|
+
tags?: string;
|
|
3970
|
+
url?: string;
|
|
3971
|
+
slug?: string;
|
|
3972
|
+
jsonContent?: string;
|
|
3973
|
+
categoriaId?: number;
|
|
3974
|
+
}
|
|
3975
|
+
export interface MarcaResponse {
|
|
3976
|
+
id?: number;
|
|
3977
|
+
ativo?: boolean;
|
|
3978
|
+
excluido?: boolean;
|
|
3979
|
+
destaque?: boolean;
|
|
3980
|
+
ordem?: number;
|
|
3981
|
+
dataCriacao?: string;
|
|
3982
|
+
dataEdicao?: string;
|
|
3983
|
+
titulo?: string;
|
|
3984
|
+
subtitulo?: string;
|
|
3985
|
+
descricao?: string;
|
|
3986
|
+
tags?: string;
|
|
3987
|
+
url?: string;
|
|
3988
|
+
slug?: string;
|
|
3989
|
+
jsonContent?: string;
|
|
3990
|
+
categoriaId?: number;
|
|
3991
|
+
}
|
|
3992
|
+
export interface MarcaResponseApiResponse {
|
|
3993
|
+
success?: boolean;
|
|
3994
|
+
message?: string;
|
|
3995
|
+
item?: MarcaResponse;
|
|
3996
|
+
}
|
|
3997
|
+
export interface MarcaResponsePaginatedResponse {
|
|
3998
|
+
success?: boolean;
|
|
3999
|
+
message?: string;
|
|
4000
|
+
item?: MarcaResponse[];
|
|
4001
|
+
pagination?: PaginatedJson;
|
|
4002
|
+
items?: MarcaResponse[];
|
|
4003
|
+
}
|
|
4004
|
+
export interface MateriaListDto {
|
|
4005
|
+
id?: number;
|
|
4006
|
+
titulo?: string;
|
|
4007
|
+
}
|
|
4008
|
+
export interface MessageChatResponse {
|
|
4009
|
+
message?: string;
|
|
4010
|
+
isChatAnswer?: boolean;
|
|
4011
|
+
time?: string;
|
|
4012
|
+
}
|
|
4013
|
+
export interface MissionDto {
|
|
4014
|
+
studyDayId?: number;
|
|
4015
|
+
date?: string;
|
|
4016
|
+
isCompleted?: boolean;
|
|
4017
|
+
completionPercentege?: number;
|
|
4018
|
+
startDate?: string;
|
|
4019
|
+
conclusionDate?: string;
|
|
4020
|
+
advancedMissionsQtd?: number;
|
|
4021
|
+
totalDuration?: number;
|
|
4022
|
+
totalCompletedDuration?: number;
|
|
4023
|
+
totalLessonsWatched?: number;
|
|
4024
|
+
status?: string;
|
|
4025
|
+
resumo?: string;
|
|
4026
|
+
qtdQuestions?: string;
|
|
4027
|
+
qtdQuestionsOk?: string;
|
|
4028
|
+
qtdQuestionsNOk?: string;
|
|
4029
|
+
dayTitle?: string;
|
|
4030
|
+
activities?: ActivityDto[];
|
|
4031
|
+
}
|
|
4032
|
+
export interface ModuleDetailPage {
|
|
4033
|
+
page?: ModuleItemShort;
|
|
4034
|
+
lessons?: LessonItemShort[];
|
|
4035
|
+
}
|
|
4036
|
+
export interface ModuleItemShort {
|
|
4037
|
+
url?: string;
|
|
4038
|
+
id?: number;
|
|
4039
|
+
title?: string;
|
|
4040
|
+
thumbnail?: string;
|
|
4041
|
+
order?: number;
|
|
4042
|
+
duration?: string;
|
|
4043
|
+
type?: string;
|
|
4044
|
+
totalMinutes?: number;
|
|
4045
|
+
numberOfLessons?: number;
|
|
4046
|
+
lessons?: LessonItemShort[];
|
|
4047
|
+
}
|
|
4048
|
+
export interface ModuleProgressDto {
|
|
4049
|
+
moduleId?: number;
|
|
4050
|
+
moduleTitle?: string;
|
|
4051
|
+
totalLessons?: number;
|
|
4052
|
+
completedLessons?: number;
|
|
4053
|
+
progressPercentage?: number;
|
|
4054
|
+
}
|
|
4055
|
+
export interface NotebookContentDto {
|
|
4056
|
+
content?: string;
|
|
4057
|
+
}
|
|
4058
|
+
export interface NotebookUpdateResumeDto {
|
|
4059
|
+
activityId?: number;
|
|
4060
|
+
resume?: string;
|
|
4061
|
+
}
|
|
4062
|
+
export interface NoticiaRequest {
|
|
4063
|
+
id?: number;
|
|
4064
|
+
ativo?: boolean;
|
|
4065
|
+
excluido?: boolean;
|
|
4066
|
+
destaque?: boolean;
|
|
4067
|
+
ordem?: number;
|
|
4068
|
+
dataCriacao?: string;
|
|
4069
|
+
dataEdicao?: string;
|
|
4070
|
+
titulo?: string;
|
|
4071
|
+
subtitulo?: string;
|
|
4072
|
+
descricao?: string;
|
|
4073
|
+
tags?: string;
|
|
4074
|
+
url?: string;
|
|
4075
|
+
slug?: string;
|
|
4076
|
+
jsonContent?: string;
|
|
4077
|
+
categoriaId?: number;
|
|
4078
|
+
}
|
|
4079
|
+
export interface NoticiaResponse {
|
|
4080
|
+
id?: number;
|
|
4081
|
+
ativo?: boolean;
|
|
4082
|
+
excluido?: boolean;
|
|
4083
|
+
destaque?: boolean;
|
|
4084
|
+
ordem?: number;
|
|
4085
|
+
dataCriacao?: string;
|
|
4086
|
+
dataEdicao?: string;
|
|
4087
|
+
titulo?: string;
|
|
4088
|
+
subtitulo?: string;
|
|
4089
|
+
descricao?: string;
|
|
4090
|
+
tags?: string;
|
|
4091
|
+
url?: string;
|
|
4092
|
+
slug?: string;
|
|
4093
|
+
jsonContent?: string;
|
|
4094
|
+
categoriaId?: number;
|
|
4095
|
+
}
|
|
4096
|
+
export interface NoticiaResponseApiResponse {
|
|
4097
|
+
success?: boolean;
|
|
4098
|
+
message?: string;
|
|
4099
|
+
item?: NoticiaResponse;
|
|
4100
|
+
}
|
|
4101
|
+
export interface NoticiaResponsePaginatedResponse {
|
|
4102
|
+
success?: boolean;
|
|
4103
|
+
message?: string;
|
|
4104
|
+
item?: NoticiaResponse[];
|
|
4105
|
+
pagination?: PaginatedJson;
|
|
4106
|
+
items?: NoticiaResponse[];
|
|
4107
|
+
}
|
|
4108
|
+
export interface ObjetoRequest {
|
|
4109
|
+
id?: number;
|
|
4110
|
+
ativo?: boolean;
|
|
4111
|
+
excluido?: boolean;
|
|
4112
|
+
destaque?: boolean;
|
|
4113
|
+
ordem?: number;
|
|
4114
|
+
dataCriacao?: string;
|
|
4115
|
+
dataEdicao?: string;
|
|
4116
|
+
titulo?: string;
|
|
4117
|
+
subtitulo?: string;
|
|
4118
|
+
descricao?: string;
|
|
4119
|
+
tags?: string;
|
|
4120
|
+
url?: string;
|
|
4121
|
+
slug?: string;
|
|
4122
|
+
jsonContent?: string;
|
|
4123
|
+
categoriaId?: number;
|
|
4124
|
+
}
|
|
4125
|
+
export interface ObjetoResponse {
|
|
4126
|
+
id?: number;
|
|
4127
|
+
ativo?: boolean;
|
|
4128
|
+
excluido?: boolean;
|
|
4129
|
+
destaque?: boolean;
|
|
4130
|
+
ordem?: number;
|
|
4131
|
+
dataCriacao?: string;
|
|
4132
|
+
dataEdicao?: string;
|
|
4133
|
+
titulo?: string;
|
|
4134
|
+
subtitulo?: string;
|
|
4135
|
+
descricao?: string;
|
|
4136
|
+
tags?: string;
|
|
4137
|
+
url?: string;
|
|
4138
|
+
slug?: string;
|
|
4139
|
+
jsonContent?: string;
|
|
4140
|
+
categoriaId?: number;
|
|
4141
|
+
}
|
|
4142
|
+
export interface ObjetoResponseApiResponse {
|
|
4143
|
+
success?: boolean;
|
|
4144
|
+
message?: string;
|
|
4145
|
+
item?: ObjetoResponse;
|
|
4146
|
+
}
|
|
4147
|
+
export interface ObjetoResponsePaginatedResponse {
|
|
4148
|
+
success?: boolean;
|
|
4149
|
+
message?: string;
|
|
4150
|
+
item?: ObjetoResponse[];
|
|
4151
|
+
pagination?: PaginatedJson;
|
|
4152
|
+
items?: ObjetoResponse[];
|
|
4153
|
+
}
|
|
4154
|
+
export interface PageDTO {
|
|
4155
|
+
page?: Item;
|
|
4156
|
+
paginas?: Item[];
|
|
4157
|
+
artigos?: Item[];
|
|
4158
|
+
categorias?: Item[];
|
|
4159
|
+
banners?: Item[];
|
|
4160
|
+
posts?: Item[];
|
|
4161
|
+
equipes?: Item[];
|
|
4162
|
+
servicos?: Item[];
|
|
4163
|
+
depoimentos?: Item[];
|
|
4164
|
+
cursos?: Item[];
|
|
4165
|
+
marcas?: Item[];
|
|
4166
|
+
produtos?: Item[];
|
|
4167
|
+
products?: Item[];
|
|
4168
|
+
clientes?: Item[];
|
|
4169
|
+
fotos?: Item[];
|
|
4170
|
+
portfolios?: Item[];
|
|
4171
|
+
sections?: Item[];
|
|
4172
|
+
}
|
|
4173
|
+
export interface PageRequest {
|
|
4174
|
+
id?: number;
|
|
4175
|
+
ativo?: boolean;
|
|
4176
|
+
excluido?: boolean;
|
|
4177
|
+
destaque?: boolean;
|
|
4178
|
+
ordem?: number;
|
|
4179
|
+
dataCriacao?: string;
|
|
4180
|
+
dataEdicao?: string;
|
|
4181
|
+
nome?: string;
|
|
4182
|
+
route?: string;
|
|
4183
|
+
deleteRoute?: string;
|
|
4184
|
+
detailRoute?: string;
|
|
4185
|
+
post?: string;
|
|
4186
|
+
tela?: string;
|
|
4187
|
+
backplace?: string;
|
|
4188
|
+
obs?: string;
|
|
4189
|
+
tableAction?: string;
|
|
4190
|
+
jsonContent?: string;
|
|
4191
|
+
menuId?: number;
|
|
4192
|
+
entityName?: string;
|
|
4193
|
+
entityRoute?: string;
|
|
4194
|
+
}
|
|
4195
|
+
export interface PageResponse {
|
|
4196
|
+
id?: number;
|
|
4197
|
+
ativo?: boolean;
|
|
4198
|
+
excluido?: boolean;
|
|
4199
|
+
destaque?: boolean;
|
|
4200
|
+
ordem?: number;
|
|
4201
|
+
dataCriacao?: string;
|
|
4202
|
+
dataEdicao?: string;
|
|
4203
|
+
nome?: string;
|
|
4204
|
+
route?: string;
|
|
4205
|
+
deleteRoute?: string;
|
|
4206
|
+
detailRoute?: string;
|
|
4207
|
+
post?: string;
|
|
4208
|
+
tela?: string;
|
|
4209
|
+
backplace?: string;
|
|
4210
|
+
obs?: string;
|
|
4211
|
+
tableAction?: string;
|
|
4212
|
+
jsonContent?: string;
|
|
4213
|
+
menuId?: number;
|
|
4214
|
+
entityName?: string;
|
|
4215
|
+
entityRoute?: string;
|
|
4216
|
+
}
|
|
4217
|
+
export interface PageResponsePaginatedResponse {
|
|
4218
|
+
success?: boolean;
|
|
4219
|
+
message?: string;
|
|
4220
|
+
item?: PageResponse[];
|
|
4221
|
+
pagination?: PaginatedJson;
|
|
4222
|
+
items?: PageResponse[];
|
|
4223
|
+
}
|
|
4224
|
+
export interface PaginaRequest {
|
|
4225
|
+
id?: number;
|
|
4226
|
+
ativo?: boolean;
|
|
4227
|
+
excluido?: boolean;
|
|
4228
|
+
destaque?: boolean;
|
|
4229
|
+
ordem?: number;
|
|
4230
|
+
dataCriacao?: string;
|
|
4231
|
+
dataEdicao?: string;
|
|
4232
|
+
titulo?: string;
|
|
4233
|
+
subtitulo?: string;
|
|
4234
|
+
descricao?: string;
|
|
4235
|
+
tags?: string;
|
|
4236
|
+
url?: string;
|
|
4237
|
+
slug?: string;
|
|
4238
|
+
jsonContent?: string;
|
|
4239
|
+
categoriaId?: number;
|
|
4240
|
+
}
|
|
4241
|
+
export interface PaginaResponse {
|
|
4242
|
+
id?: number;
|
|
4243
|
+
ativo?: boolean;
|
|
4244
|
+
excluido?: boolean;
|
|
4245
|
+
destaque?: boolean;
|
|
4246
|
+
ordem?: number;
|
|
4247
|
+
dataCriacao?: string;
|
|
4248
|
+
dataEdicao?: string;
|
|
4249
|
+
titulo?: string;
|
|
4250
|
+
subtitulo?: string;
|
|
4251
|
+
descricao?: string;
|
|
4252
|
+
tags?: string;
|
|
4253
|
+
url?: string;
|
|
4254
|
+
slug?: string;
|
|
4255
|
+
jsonContent?: string;
|
|
4256
|
+
categoriaId?: number;
|
|
4257
|
+
}
|
|
4258
|
+
export interface PaginaResponseApiResponse {
|
|
4259
|
+
success?: boolean;
|
|
4260
|
+
message?: string;
|
|
4261
|
+
item?: PaginaResponse;
|
|
4262
|
+
}
|
|
4263
|
+
export interface PaginaResponsePaginatedResponse {
|
|
4264
|
+
success?: boolean;
|
|
4265
|
+
message?: string;
|
|
4266
|
+
item?: PaginaResponse[];
|
|
4267
|
+
pagination?: PaginatedJson;
|
|
4268
|
+
items?: PaginaResponse[];
|
|
4269
|
+
}
|
|
4270
|
+
export interface PaginatedJson {
|
|
4271
|
+
totalItems?: number;
|
|
4272
|
+
totalPages?: number;
|
|
4273
|
+
page?: number;
|
|
4274
|
+
pageSize?: number;
|
|
4275
|
+
hasNextPage?: boolean;
|
|
4276
|
+
hasPreviousPage?: boolean;
|
|
4277
|
+
startPage?: number;
|
|
4278
|
+
endPage?: number;
|
|
4279
|
+
pages?: number[];
|
|
4280
|
+
}
|
|
4281
|
+
export interface Pagination {
|
|
4282
|
+
pageTotal?: number;
|
|
4283
|
+
pageSize?: number;
|
|
4284
|
+
pageNumber?: number;
|
|
4285
|
+
hasNextPage?: boolean;
|
|
4286
|
+
hasPreviousPage?: boolean;
|
|
4287
|
+
isFirstPage?: boolean;
|
|
4288
|
+
isLastPage?: boolean;
|
|
4289
|
+
endPage?: number;
|
|
4290
|
+
startPage?: number;
|
|
4291
|
+
totalPages?: number;
|
|
4292
|
+
totalItems?: number;
|
|
4293
|
+
pages?: number[];
|
|
4294
|
+
}
|
|
4295
|
+
export interface PaymentOrderRequest {
|
|
4296
|
+
paymentType?: string;
|
|
4297
|
+
productId?: string;
|
|
4298
|
+
cardToken?: string;
|
|
4299
|
+
installments?: number;
|
|
4300
|
+
}
|
|
4301
|
+
export interface PaymentOrderResponse {
|
|
4302
|
+
order?: string;
|
|
4303
|
+
transactionId?: string;
|
|
4304
|
+
isOk?: boolean;
|
|
4305
|
+
qrCode?: string;
|
|
4306
|
+
qrCodeUrl?: string;
|
|
4307
|
+
expiresIn?: number;
|
|
4308
|
+
amount?: number;
|
|
4309
|
+
payId?: string;
|
|
4310
|
+
isPaid?: boolean;
|
|
4311
|
+
message?: string;
|
|
4312
|
+
qrCodeCheckin?: string;
|
|
4313
|
+
courseId?: number;
|
|
4314
|
+
}
|
|
4315
|
+
export interface Permission {
|
|
4316
|
+
id?: number;
|
|
4317
|
+
name: string;
|
|
4318
|
+
description?: string;
|
|
4319
|
+
isActive?: boolean;
|
|
4320
|
+
isDeleted?: boolean;
|
|
4321
|
+
createdAt?: string;
|
|
4322
|
+
updatedAt?: string;
|
|
4323
|
+
rolePermissions?: RolePermission[];
|
|
4324
|
+
subscriptionPlanPermissions?: SubscriptionPlanPermission[];
|
|
4325
|
+
}
|
|
4326
|
+
export interface PlanoRequest {
|
|
4327
|
+
id?: number;
|
|
4328
|
+
ativo?: boolean;
|
|
4329
|
+
excluido?: boolean;
|
|
4330
|
+
destaque?: boolean;
|
|
4331
|
+
ordem?: number;
|
|
4332
|
+
dataCriacao?: string;
|
|
4333
|
+
dataEdicao?: string;
|
|
4334
|
+
titulo?: string;
|
|
4335
|
+
subtitulo?: string;
|
|
4336
|
+
descricao?: string;
|
|
4337
|
+
tags?: string;
|
|
4338
|
+
url?: string;
|
|
4339
|
+
slug?: string;
|
|
4340
|
+
jsonContent?: string;
|
|
4341
|
+
name?: string;
|
|
4342
|
+
}
|
|
4343
|
+
export interface PlanoResponse {
|
|
4344
|
+
id?: number;
|
|
4345
|
+
ativo?: boolean;
|
|
4346
|
+
excluido?: boolean;
|
|
4347
|
+
destaque?: boolean;
|
|
4348
|
+
ordem?: number;
|
|
4349
|
+
dataCriacao?: string;
|
|
4350
|
+
dataEdicao?: string;
|
|
4351
|
+
titulo?: string;
|
|
4352
|
+
subtitulo?: string;
|
|
4353
|
+
descricao?: string;
|
|
4354
|
+
tags?: string;
|
|
4355
|
+
url?: string;
|
|
4356
|
+
slug?: string;
|
|
4357
|
+
jsonContent?: string;
|
|
4358
|
+
name?: string;
|
|
4359
|
+
}
|
|
4360
|
+
export interface PlanoResponseApiResponse {
|
|
4361
|
+
success?: boolean;
|
|
4362
|
+
message?: string;
|
|
4363
|
+
item?: PlanoResponse;
|
|
4364
|
+
}
|
|
4365
|
+
export interface PlanoResponsePaginatedResponse {
|
|
4366
|
+
success?: boolean;
|
|
4367
|
+
message?: string;
|
|
4368
|
+
item?: PlanoResponse[];
|
|
4369
|
+
pagination?: PaginatedJson;
|
|
4370
|
+
items?: PlanoResponse[];
|
|
4371
|
+
}
|
|
4372
|
+
export interface PortfolioRequest {
|
|
4373
|
+
id?: number;
|
|
4374
|
+
ativo?: boolean;
|
|
4375
|
+
excluido?: boolean;
|
|
4376
|
+
destaque?: boolean;
|
|
4377
|
+
ordem?: number;
|
|
4378
|
+
dataCriacao?: string;
|
|
4379
|
+
dataEdicao?: string;
|
|
4380
|
+
titulo?: string;
|
|
4381
|
+
subtitulo?: string;
|
|
4382
|
+
descricao?: string;
|
|
4383
|
+
tags?: string;
|
|
4384
|
+
url?: string;
|
|
4385
|
+
slug?: string;
|
|
4386
|
+
jsonContent?: string;
|
|
4387
|
+
categoriaId?: number;
|
|
4388
|
+
}
|
|
4389
|
+
export interface PortfolioResponse {
|
|
4390
|
+
id?: number;
|
|
4391
|
+
ativo?: boolean;
|
|
4392
|
+
excluido?: boolean;
|
|
4393
|
+
destaque?: boolean;
|
|
4394
|
+
ordem?: number;
|
|
4395
|
+
dataCriacao?: string;
|
|
4396
|
+
dataEdicao?: string;
|
|
4397
|
+
titulo?: string;
|
|
4398
|
+
subtitulo?: string;
|
|
4399
|
+
descricao?: string;
|
|
4400
|
+
tags?: string;
|
|
4401
|
+
url?: string;
|
|
4402
|
+
slug?: string;
|
|
4403
|
+
jsonContent?: string;
|
|
4404
|
+
categoriaId?: number;
|
|
4405
|
+
}
|
|
4406
|
+
export interface PortfolioResponseApiResponse {
|
|
4407
|
+
success?: boolean;
|
|
4408
|
+
message?: string;
|
|
4409
|
+
item?: PortfolioResponse;
|
|
4410
|
+
}
|
|
4411
|
+
export interface PortfolioResponsePaginatedResponse {
|
|
4412
|
+
success?: boolean;
|
|
4413
|
+
message?: string;
|
|
4414
|
+
item?: PortfolioResponse[];
|
|
4415
|
+
pagination?: PaginatedJson;
|
|
4416
|
+
items?: PortfolioResponse[];
|
|
4417
|
+
}
|
|
4418
|
+
export interface ProblemDetails {
|
|
4419
|
+
type?: string;
|
|
4420
|
+
title?: string;
|
|
4421
|
+
status?: number;
|
|
4422
|
+
detail?: string;
|
|
4423
|
+
instance?: string;
|
|
4424
|
+
}
|
|
4425
|
+
export interface ProdutoRequest {
|
|
4426
|
+
id?: number;
|
|
4427
|
+
ativo?: boolean;
|
|
4428
|
+
excluido?: boolean;
|
|
4429
|
+
destaque?: boolean;
|
|
4430
|
+
ordem?: number;
|
|
4431
|
+
dataCriacao?: string;
|
|
4432
|
+
dataEdicao?: string;
|
|
4433
|
+
titulo?: string;
|
|
4434
|
+
subtitulo?: string;
|
|
4435
|
+
descricao?: string;
|
|
4436
|
+
tags?: string;
|
|
4437
|
+
url?: string;
|
|
4438
|
+
slug?: string;
|
|
4439
|
+
jsonContent?: string;
|
|
4440
|
+
categoriaId?: number;
|
|
4441
|
+
preco?: number;
|
|
4442
|
+
precoPromo?: number;
|
|
4443
|
+
destaqueVitrine?: boolean;
|
|
4444
|
+
}
|
|
4445
|
+
export interface ProdutoResponse {
|
|
4446
|
+
id?: number;
|
|
4447
|
+
ativo?: boolean;
|
|
4448
|
+
excluido?: boolean;
|
|
4449
|
+
destaque?: boolean;
|
|
4450
|
+
ordem?: number;
|
|
4451
|
+
dataCriacao?: string;
|
|
4452
|
+
dataEdicao?: string;
|
|
4453
|
+
titulo?: string;
|
|
4454
|
+
subtitulo?: string;
|
|
4455
|
+
descricao?: string;
|
|
4456
|
+
tags?: string;
|
|
4457
|
+
url?: string;
|
|
4458
|
+
slug?: string;
|
|
4459
|
+
jsonContent?: string;
|
|
4460
|
+
categoriaId?: number;
|
|
4461
|
+
preco?: number;
|
|
4462
|
+
precoPromo?: number;
|
|
4463
|
+
destaqueVitrine?: boolean;
|
|
4464
|
+
}
|
|
4465
|
+
export interface ProdutoResponseApiResponse {
|
|
4466
|
+
success?: boolean;
|
|
4467
|
+
message?: string;
|
|
4468
|
+
item?: ProdutoResponse;
|
|
4469
|
+
}
|
|
4470
|
+
export interface ProdutoResponsePaginatedResponse {
|
|
4471
|
+
success?: boolean;
|
|
4472
|
+
message?: string;
|
|
4473
|
+
item?: ProdutoResponse[];
|
|
4474
|
+
pagination?: PaginatedJson;
|
|
4475
|
+
items?: ProdutoResponse[];
|
|
4476
|
+
}
|
|
4477
|
+
export interface QuestaoDto {
|
|
4478
|
+
studyDayMateriaId?: number;
|
|
4479
|
+
studyDayId?: number;
|
|
4480
|
+
materiaId?: number;
|
|
4481
|
+
journeyId?: number;
|
|
4482
|
+
materia?: string;
|
|
4483
|
+
qtdQuestions?: number;
|
|
4484
|
+
qtdQuestionsOk?: number;
|
|
4485
|
+
qtdQuestionsNOk?: number;
|
|
4486
|
+
percentualAcertos?: number;
|
|
4487
|
+
date?: string;
|
|
4488
|
+
}
|
|
4489
|
+
export interface RepresentanteRequest {
|
|
4490
|
+
id?: number;
|
|
4491
|
+
ativo?: boolean;
|
|
4492
|
+
excluido?: boolean;
|
|
4493
|
+
destaque?: boolean;
|
|
4494
|
+
ordem?: number;
|
|
4495
|
+
dataCriacao?: string;
|
|
4496
|
+
dataEdicao?: string;
|
|
4497
|
+
titulo?: string;
|
|
4498
|
+
subtitulo?: string;
|
|
4499
|
+
descricao?: string;
|
|
4500
|
+
tags?: string;
|
|
4501
|
+
url?: string;
|
|
4502
|
+
slug?: string;
|
|
4503
|
+
jsonContent?: string;
|
|
4504
|
+
categoriaId?: number;
|
|
4505
|
+
}
|
|
4506
|
+
export interface RepresentanteResponse {
|
|
4507
|
+
id?: number;
|
|
4508
|
+
ativo?: boolean;
|
|
4509
|
+
excluido?: boolean;
|
|
4510
|
+
destaque?: boolean;
|
|
4511
|
+
ordem?: number;
|
|
4512
|
+
dataCriacao?: string;
|
|
4513
|
+
dataEdicao?: string;
|
|
4514
|
+
titulo?: string;
|
|
4515
|
+
subtitulo?: string;
|
|
4516
|
+
descricao?: string;
|
|
4517
|
+
tags?: string;
|
|
4518
|
+
url?: string;
|
|
4519
|
+
slug?: string;
|
|
4520
|
+
jsonContent?: string;
|
|
4521
|
+
categoriaId?: number;
|
|
4522
|
+
}
|
|
4523
|
+
export interface RepresentanteResponseApiResponse {
|
|
4524
|
+
success?: boolean;
|
|
4525
|
+
message?: string;
|
|
4526
|
+
item?: RepresentanteResponse;
|
|
4527
|
+
}
|
|
4528
|
+
export interface RepresentanteResponsePaginatedResponse {
|
|
4529
|
+
success?: boolean;
|
|
4530
|
+
message?: string;
|
|
4531
|
+
item?: RepresentanteResponse[];
|
|
4532
|
+
pagination?: PaginatedJson;
|
|
4533
|
+
items?: RepresentanteResponse[];
|
|
4534
|
+
}
|
|
4535
|
+
export interface Role {
|
|
4536
|
+
id?: number;
|
|
4537
|
+
name: string;
|
|
4538
|
+
description?: string;
|
|
4539
|
+
isActive?: boolean;
|
|
4540
|
+
isDeleted?: boolean;
|
|
4541
|
+
createdAt?: string;
|
|
4542
|
+
updatedAt?: string;
|
|
4543
|
+
userRoles?: UserRole[];
|
|
4544
|
+
rolePermissions?: RolePermission[];
|
|
4545
|
+
}
|
|
4546
|
+
export interface RolePermission {
|
|
4547
|
+
roleId?: number;
|
|
4548
|
+
permissionId?: number;
|
|
4549
|
+
role?: Role;
|
|
4550
|
+
permission?: Permission;
|
|
4551
|
+
}
|
|
4552
|
+
export interface SectionDto {
|
|
4553
|
+
id?: number;
|
|
4554
|
+
ref?: string;
|
|
4555
|
+
linkUrl?: string;
|
|
4556
|
+
videoUrl?: string;
|
|
4557
|
+
jsonContent?: string;
|
|
4558
|
+
enabled?: boolean;
|
|
4559
|
+
i18n?: Record<string, TranslationDto>;
|
|
4560
|
+
}
|
|
4561
|
+
export interface ServicoRequest {
|
|
4562
|
+
id?: number;
|
|
4563
|
+
ativo?: boolean;
|
|
4564
|
+
excluido?: boolean;
|
|
4565
|
+
destaque?: boolean;
|
|
4566
|
+
ordem?: number;
|
|
4567
|
+
dataCriacao?: string;
|
|
4568
|
+
dataEdicao?: string;
|
|
4569
|
+
titulo?: string;
|
|
4570
|
+
subtitulo?: string;
|
|
4571
|
+
descricao?: string;
|
|
4572
|
+
tags?: string;
|
|
4573
|
+
url?: string;
|
|
4574
|
+
slug?: string;
|
|
4575
|
+
jsonContent?: string;
|
|
4576
|
+
categoriaId?: number;
|
|
4577
|
+
}
|
|
4578
|
+
export interface ServicoResponse {
|
|
4579
|
+
id?: number;
|
|
4580
|
+
ativo?: boolean;
|
|
4581
|
+
excluido?: boolean;
|
|
4582
|
+
destaque?: boolean;
|
|
4583
|
+
ordem?: number;
|
|
4584
|
+
dataCriacao?: string;
|
|
4585
|
+
dataEdicao?: string;
|
|
4586
|
+
titulo?: string;
|
|
4587
|
+
subtitulo?: string;
|
|
4588
|
+
descricao?: string;
|
|
4589
|
+
tags?: string;
|
|
4590
|
+
url?: string;
|
|
4591
|
+
slug?: string;
|
|
4592
|
+
jsonContent?: string;
|
|
4593
|
+
categoriaId?: number;
|
|
4594
|
+
}
|
|
4595
|
+
export interface ServicoResponseApiResponse {
|
|
4596
|
+
success?: boolean;
|
|
4597
|
+
message?: string;
|
|
4598
|
+
item?: ServicoResponse;
|
|
4599
|
+
}
|
|
4600
|
+
export interface ServicoResponsePaginatedResponse {
|
|
4601
|
+
success?: boolean;
|
|
4602
|
+
message?: string;
|
|
4603
|
+
item?: ServicoResponse[];
|
|
4604
|
+
pagination?: PaginatedJson;
|
|
4605
|
+
items?: ServicoResponse[];
|
|
4606
|
+
}
|
|
4607
|
+
export interface StringApiResponse {
|
|
4608
|
+
success?: boolean;
|
|
4609
|
+
message?: string;
|
|
4610
|
+
item?: string;
|
|
4611
|
+
}
|
|
4612
|
+
export interface StudyActivityDto {
|
|
4613
|
+
id?: number;
|
|
4614
|
+
activityType?: string;
|
|
4615
|
+
lessonId?: number;
|
|
4616
|
+
lessonName?: string;
|
|
4617
|
+
isCompleted?: boolean;
|
|
4618
|
+
}
|
|
4619
|
+
export interface StudyDayMateriaDto {
|
|
4620
|
+
id?: number;
|
|
4621
|
+
studyDayId?: number;
|
|
4622
|
+
materiaId?: number;
|
|
4623
|
+
usuarioId?: number;
|
|
4624
|
+
journeyId?: number;
|
|
4625
|
+
qtdQuestions?: number;
|
|
4626
|
+
qtdQuestionsOk?: number;
|
|
4627
|
+
qtdQuestionsNOk?: number;
|
|
4628
|
+
percentageCorrect?: number;
|
|
4629
|
+
date?: string;
|
|
4630
|
+
email?: string;
|
|
4631
|
+
materia?: string;
|
|
4632
|
+
}
|
|
4633
|
+
export interface StudyDayProgressDto {
|
|
4634
|
+
studyDateText?: string;
|
|
4635
|
+
studyDate?: string;
|
|
4636
|
+
totalHours?: number;
|
|
4637
|
+
plannedHours?: number;
|
|
4638
|
+
}
|
|
4639
|
+
export interface StudyDayViewDto {
|
|
4640
|
+
studyDayId?: number;
|
|
4641
|
+
date?: string;
|
|
4642
|
+
isCompleted?: boolean;
|
|
4643
|
+
resumo?: string;
|
|
4644
|
+
qtdQuestions?: string;
|
|
4645
|
+
qtdQuestionsOk?: string;
|
|
4646
|
+
qtdQuestionsNOk?: string;
|
|
4647
|
+
activities?: ActivityDto[];
|
|
4648
|
+
}
|
|
4649
|
+
export interface SubscriptionPlan {
|
|
4650
|
+
id?: number;
|
|
4651
|
+
guid?: string;
|
|
4652
|
+
planName: string;
|
|
4653
|
+
description?: string;
|
|
4654
|
+
price?: number;
|
|
4655
|
+
durationInDays?: number;
|
|
4656
|
+
isActive?: boolean;
|
|
4657
|
+
isDeleted?: boolean;
|
|
4658
|
+
createdAt?: string;
|
|
4659
|
+
updatedAt?: string;
|
|
4660
|
+
subscriptionPlanPermissions?: SubscriptionPlanPermission[];
|
|
4661
|
+
userSubscriptions?: UserSubscription[];
|
|
4662
|
+
}
|
|
4663
|
+
export interface SubscriptionPlanPermission {
|
|
4664
|
+
subscriptionPlanId?: number;
|
|
4665
|
+
permissionId?: number;
|
|
4666
|
+
subscriptionPlan?: SubscriptionPlan;
|
|
4667
|
+
permission?: Permission;
|
|
4668
|
+
}
|
|
4669
|
+
export interface SubscriptionRequest {
|
|
4670
|
+
cardNumber?: string;
|
|
4671
|
+
cardHolderName?: string;
|
|
4672
|
+
holderDocument?: string;
|
|
4673
|
+
expMonth?: number;
|
|
4674
|
+
expYear?: number;
|
|
4675
|
+
cvv?: string;
|
|
4676
|
+
}
|
|
4677
|
+
export interface SubscriptionResultDto {
|
|
4678
|
+
subscriptionId?: string;
|
|
4679
|
+
status?: string;
|
|
4680
|
+
nextBillingAt?: string;
|
|
4681
|
+
cardLastFourDigits?: string;
|
|
4682
|
+
cardBrand?: string;
|
|
4683
|
+
cardHolderName?: string;
|
|
4684
|
+
planDescription?: string;
|
|
4685
|
+
planPrice?: number;
|
|
4686
|
+
}
|
|
4687
|
+
export interface TranslationDto {
|
|
4688
|
+
title?: string;
|
|
4689
|
+
subtitle?: string;
|
|
4690
|
+
description?: string;
|
|
4691
|
+
linkText?: string;
|
|
4692
|
+
}
|
|
4693
|
+
export interface TripCreatedResponse {
|
|
4694
|
+
id?: number;
|
|
4695
|
+
}
|
|
4696
|
+
export interface TripResponse {
|
|
4697
|
+
id?: number;
|
|
4698
|
+
title?: string;
|
|
4699
|
+
thumbnail?: string;
|
|
4700
|
+
isBookmarked?: boolean;
|
|
4701
|
+
}
|
|
4702
|
+
export interface TypeCategoryListResponse {
|
|
4703
|
+
totalItems?: number;
|
|
4704
|
+
pageNumber?: number;
|
|
4705
|
+
pageSize?: number;
|
|
4706
|
+
items?: TypeCategoryResponse[];
|
|
4707
|
+
}
|
|
4708
|
+
export interface TypeCategoryResponse {
|
|
4709
|
+
id?: number;
|
|
4710
|
+
name?: string;
|
|
4711
|
+
description?: string;
|
|
4712
|
+
}
|
|
4713
|
+
export interface UpdateAccountResponse {
|
|
4714
|
+
email?: string;
|
|
4715
|
+
nome?: string;
|
|
4716
|
+
avatar?: string;
|
|
4717
|
+
imagem?: string;
|
|
4718
|
+
phone: string;
|
|
4719
|
+
dataNascimento: string;
|
|
4720
|
+
genero: string;
|
|
4721
|
+
logradouro: string;
|
|
4722
|
+
cep: string;
|
|
4723
|
+
cidade: string;
|
|
4724
|
+
estado: string;
|
|
4725
|
+
bairro: string;
|
|
4726
|
+
complemento?: string;
|
|
4727
|
+
numero: string;
|
|
4728
|
+
}
|
|
4729
|
+
export interface UpdateAccountResult {
|
|
4730
|
+
success?: boolean;
|
|
4731
|
+
message?: string;
|
|
4732
|
+
updatedUser?: UserDto;
|
|
4733
|
+
}
|
|
4734
|
+
export interface User {
|
|
4735
|
+
id?: number;
|
|
4736
|
+
ativo?: boolean;
|
|
4737
|
+
excluido?: boolean;
|
|
4738
|
+
dataCriacao?: string;
|
|
4739
|
+
dataEdicao?: string;
|
|
4740
|
+
email?: string;
|
|
4741
|
+
username?: string;
|
|
4742
|
+
password?: string;
|
|
4743
|
+
role?: string;
|
|
4744
|
+
avatar?: string;
|
|
4745
|
+
name?: string;
|
|
4746
|
+
surname?: string;
|
|
4747
|
+
guid?: string;
|
|
4748
|
+
birthday?: string;
|
|
4749
|
+
gender?: string;
|
|
4750
|
+
phone?: string;
|
|
4751
|
+
cpf?: string;
|
|
4752
|
+
address?: Address;
|
|
4753
|
+
userRoles?: UserRole[];
|
|
4754
|
+
}
|
|
4755
|
+
export interface UserClaim {
|
|
4756
|
+
id?: number;
|
|
4757
|
+
usuarioId: number;
|
|
4758
|
+
claimType: string;
|
|
4759
|
+
claimValue: string;
|
|
4760
|
+
usuario?: Usuario;
|
|
4761
|
+
}
|
|
4762
|
+
export interface UserDto {
|
|
4763
|
+
token?: string;
|
|
4764
|
+
}
|
|
4765
|
+
export interface UserMissionsDto {
|
|
4766
|
+
courseId?: number;
|
|
4767
|
+
courseName?: string;
|
|
4768
|
+
currentMission?: MissionDto;
|
|
4769
|
+
overdueMissions?: MissionDto[];
|
|
4770
|
+
completedMissions?: MissionDto[];
|
|
4771
|
+
upcomingMissions?: MissionDto[];
|
|
4772
|
+
moduleProgressDto?: ModuleProgressDto[];
|
|
4773
|
+
studyDayProgressDtos?: StudyDayProgressDto[];
|
|
4774
|
+
studyDayMateriaDtos?: StudyDayMateriaDto[];
|
|
4775
|
+
}
|
|
4776
|
+
export interface UserRole {
|
|
4777
|
+
userId?: number;
|
|
4778
|
+
roleId?: number;
|
|
4779
|
+
user?: User;
|
|
4780
|
+
role?: Role;
|
|
4781
|
+
}
|
|
4782
|
+
export interface UserSubscription {
|
|
4783
|
+
id?: number;
|
|
4784
|
+
usuarioId?: number;
|
|
4785
|
+
subscriptionPlanId?: number;
|
|
4786
|
+
startDate?: string;
|
|
4787
|
+
endDate?: string;
|
|
4788
|
+
isActive?: boolean;
|
|
4789
|
+
isDeleted?: boolean;
|
|
4790
|
+
createdAt?: string;
|
|
4791
|
+
updatedAt?: string;
|
|
4792
|
+
usuario?: Usuario;
|
|
4793
|
+
subscriptionPlan?: SubscriptionPlan;
|
|
4794
|
+
subscriptionId?: string;
|
|
4795
|
+
status?: string;
|
|
4796
|
+
}
|
|
4797
|
+
export interface Usuario {
|
|
4798
|
+
id?: number;
|
|
4799
|
+
ativo?: boolean;
|
|
4800
|
+
excluido?: boolean;
|
|
4801
|
+
destaque?: boolean;
|
|
4802
|
+
ordem?: number;
|
|
4803
|
+
dataCriacao?: string;
|
|
4804
|
+
dataEdicao?: string;
|
|
4805
|
+
nome?: string;
|
|
4806
|
+
login?: string;
|
|
4807
|
+
email?: string;
|
|
4808
|
+
password?: string;
|
|
4809
|
+
roleGate?: string;
|
|
4810
|
+
avatar?: string;
|
|
4811
|
+
imagem?: string;
|
|
4812
|
+
passwordToken?: string;
|
|
4813
|
+
passwordTokenExpiry?: string;
|
|
4814
|
+
userClaims?: UserClaim[];
|
|
4815
|
+
subscriptionId?: number;
|
|
4816
|
+
journeyId?: number;
|
|
4817
|
+
guid?: string;
|
|
4818
|
+
token?: string;
|
|
4819
|
+
dataNascimento?: string;
|
|
4820
|
+
genero?: string;
|
|
4821
|
+
logradouro?: string;
|
|
4822
|
+
cep?: string;
|
|
4823
|
+
cidade?: string;
|
|
4824
|
+
estado?: string;
|
|
4825
|
+
bairro?: string;
|
|
4826
|
+
complemento?: string;
|
|
4827
|
+
numero?: string;
|
|
4828
|
+
phone?: string;
|
|
4829
|
+
cpf?: string;
|
|
4830
|
+
customerId?: string;
|
|
4831
|
+
}
|
|
4832
|
+
export interface UsuarioLoginDto {
|
|
4833
|
+
emailAddress?: string;
|
|
4834
|
+
password?: string;
|
|
4835
|
+
}
|
|
4836
|
+
export interface VerifyOrderRequest {
|
|
4837
|
+
payId?: string;
|
|
4838
|
+
}
|
|
4839
|
+
export interface VideoRequest {
|
|
4840
|
+
id?: number;
|
|
4841
|
+
ativo?: boolean;
|
|
4842
|
+
excluido?: boolean;
|
|
4843
|
+
destaque?: boolean;
|
|
4844
|
+
ordem?: number;
|
|
4845
|
+
dataCriacao?: string;
|
|
4846
|
+
dataEdicao?: string;
|
|
4847
|
+
titulo?: string;
|
|
4848
|
+
subtitulo?: string;
|
|
4849
|
+
descricao?: string;
|
|
4850
|
+
tags?: string;
|
|
4851
|
+
url?: string;
|
|
4852
|
+
slug?: string;
|
|
4853
|
+
jsonContent?: string;
|
|
4854
|
+
categoriaId?: number;
|
|
4855
|
+
}
|
|
4856
|
+
export interface VideoResponse {
|
|
4857
|
+
id?: number;
|
|
4858
|
+
ativo?: boolean;
|
|
4859
|
+
excluido?: boolean;
|
|
4860
|
+
destaque?: boolean;
|
|
4861
|
+
ordem?: number;
|
|
4862
|
+
dataCriacao?: string;
|
|
4863
|
+
dataEdicao?: string;
|
|
4864
|
+
titulo?: string;
|
|
4865
|
+
subtitulo?: string;
|
|
4866
|
+
descricao?: string;
|
|
4867
|
+
tags?: string;
|
|
4868
|
+
url?: string;
|
|
4869
|
+
slug?: string;
|
|
4870
|
+
jsonContent?: string;
|
|
4871
|
+
categoriaId?: number;
|
|
4872
|
+
}
|
|
4873
|
+
export interface VideoResponseApiResponse {
|
|
4874
|
+
success?: boolean;
|
|
4875
|
+
message?: string;
|
|
4876
|
+
item?: VideoResponse;
|
|
4877
|
+
}
|
|
4878
|
+
export interface VideoResponsePaginatedResponse {
|
|
4879
|
+
success?: boolean;
|
|
4880
|
+
message?: string;
|
|
4881
|
+
item?: VideoResponse[];
|
|
4882
|
+
pagination?: PaginatedJson;
|
|
4883
|
+
items?: VideoResponse[];
|
|
4884
|
+
}
|
|
4885
|
+
export interface WorkspaceItems {
|
|
4886
|
+
}
|