@cbm-common/cbm-types 0.0.4 → 0.0.5
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/lib/domain/models/client-branch.domain.model.d.ts +35 -0
- package/lib/domain/models/client-category.domain.model.d.ts +69 -0
- package/lib/domain/models/client-group.domain.model.d.ts +102 -0
- package/lib/domain/models/client.domain.model.d.ts +375 -0
- package/lib/domain/models/contact.domain.model.d.ts +28 -0
- package/lib/domain/models/deadline.domian.model.d.ts +76 -0
- package/lib/domain/models/driver.domian.model.d.ts +94 -0
- package/lib/domain/models/kit.domain.model.d.ts +508 -0
- package/lib/domain/models/seller.domain.model.d.ts +135 -0
- package/lib/domain/models/service-outsourcing.domain.model.d.ts +273 -0
- package/lib/domain/models/service.domain.model.d.ts +314 -0
- package/lib/domain/models/warehouse.domain.model.d.ts +97 -0
- package/lib/domain/repositories/client-branch.domain.repository.d.ts +8 -0
- package/lib/domain/repositories/client-category.domain.repository.d.ts +14 -0
- package/lib/domain/repositories/client-group.domain.repository.d.ts +14 -0
- package/lib/domain/repositories/client.domain.repository.d.ts +18 -0
- package/lib/domain/repositories/contact.domain.repository.d.ts +8 -0
- package/lib/domain/repositories/deadline.domain.repository.d.ts +12 -0
- package/lib/domain/repositories/driver.domain.repository.d.ts +14 -0
- package/lib/domain/repositories/kit.domain.repository.d.ts +18 -0
- package/lib/domain/repositories/seller.domain.repository.d.ts +17 -0
- package/lib/domain/repositories/service-outsourcing.domain.repository.d.ts +20 -0
- package/lib/domain/repositories/service.domain.repository.d.ts +20 -0
- package/lib/domain/repositories/warehouse.domain.repository.d.ts +14 -0
- package/lib/infrastructure/repositories/client-branch.infrastructure.repository.d.ts +5 -0
- package/lib/infrastructure/repositories/client-category.infrastructure.repository.d.ts +11 -0
- package/lib/infrastructure/repositories/client-group.infrastructure.repository.d.ts +11 -0
- package/lib/infrastructure/repositories/client.infrastructure.repository.d.ts +15 -0
- package/lib/infrastructure/repositories/contac.infrastrucutre.repository.d.ts +5 -0
- package/lib/infrastructure/repositories/deadline.infrastructure.repository.d.ts +9 -0
- package/lib/infrastructure/repositories/driver.infrastructure.repository.d.ts +11 -0
- package/lib/infrastructure/repositories/kit.infrastructure.repository.d.ts +15 -0
- package/lib/infrastructure/repositories/seller.infrastructure.repository.d.ts +14 -0
- package/lib/infrastructure/repositories/service-outsourcing.infrastructure.repository.d.ts +17 -0
- package/lib/infrastructure/repositories/service.infrastructure.repository.d.ts +17 -0
- package/lib/infrastructure/repositories/warehouse.infrastructure.repository.d.ts +11 -0
- package/lib/infrastructure/services/client-branch.infrastructure.service.d.ts +10 -0
- package/lib/infrastructure/services/client-category.infrastructure.service.d.ts +16 -0
- package/lib/infrastructure/services/client-group.infrastructure.service.d.ts +16 -0
- package/lib/infrastructure/services/client.infrastructure.service.d.ts +20 -0
- package/lib/infrastructure/services/contact.infrastructure.service.d.ts +10 -0
- package/lib/infrastructure/services/deadline.infrastructure.service.d.ts +14 -0
- package/lib/infrastructure/services/driver.infrastructure.service.d.ts +16 -0
- package/lib/infrastructure/services/kit.infrastructure.service.d.ts +19 -0
- package/lib/infrastructure/services/seller.infrastructure.service.d.ts +19 -0
- package/lib/infrastructure/services/service-outsourcing.infrastructure.service.d.ts +21 -0
- package/lib/infrastructure/services/service.infrastructure.service.d.ts +21 -0
- package/lib/infrastructure/services/warehouse.infrastructure.service.d.ts +16 -0
- package/{src/lib/types/app/remotes/repositories.remote.d.ts → lib/remotes/repositories/company.repository.d.ts} +1 -3
- package/lib/remotes/repositories.remote.d.ts +1 -0
- package/lib/remotes/services/auth.service.d.ts +3 -0
- package/lib/remotes/services/web-socket.service.d.ts +4 -0
- package/lib/remotes/services.remote.d.ts +3 -0
- package/package.json +3 -10
- package/public-api.d.ts +20 -0
- package/src/lib/index.d.ts +0 -20
- package/src/lib/types/app/remotes/services.remote.d.ts +0 -3
- package/src/public-api.d.ts +0 -1
- package/tsconfig.lib.tsbuildinfo +0 -1
- /package/{src/lib/types/app → lib}/app.config.d.ts +0 -0
- /package/{src/lib/types/app → lib}/app.d.ts +0 -0
- /package/{src/lib/types/app → lib}/app.routes.d.ts +0 -0
- /package/{src/lib/types/app → lib}/components/accounting-seat/accounting-seat.d.ts +0 -0
- /package/{src/lib/types/app → lib}/components/accounting-seat/directives/drop-down-menu.directive.d.ts +0 -0
- /package/{src/lib/types/app → lib}/components/accounting-seat/directives/drop-down.directive.d.ts +0 -0
- /package/{src/lib/types/app → lib}/components/accounting-seat/types.d.ts +0 -0
- /package/{src/lib/types/app → lib}/components/advanced-item-search-modal/advanced-item-search-modal.d.ts +0 -0
- /package/{src/lib/types/app → lib}/components/advanced-item-search-modal/alternative-item-list/alternative-item-list.d.ts +0 -0
- /package/{src/lib/types/app → lib}/components/advanced-item-search-modal/animations.d.ts +0 -0
- /package/{src/lib/types/app → lib}/components/advanced-item-search-modal/constants.d.ts +0 -0
- /package/{src/lib/types/app → lib}/components/advanced-item-search-modal/item-list/item-list.d.ts +0 -0
- /package/{src/lib/types/app → lib}/components/advanced-item-search-modal/types.d.ts +0 -0
- /package/{src/lib/types/app → lib}/components/attachments/animations.d.ts +0 -0
- /package/{src/lib/types/app → lib}/components/attachments/attachments.d.ts +0 -0
- /package/{src/lib/types/app → lib}/components/attachments/components/button-item/button-item.d.ts +0 -0
- /package/{src/lib/types/app → lib}/components/attachments/components/buttons/buttons.d.ts +0 -0
- /package/{src/lib/types/app → lib}/components/attachments/components/grid-view/grid-view.d.ts +0 -0
- /package/{src/lib/types/app → lib}/components/attachments/components/icons/delete-icon/delete-icon.d.ts +0 -0
- /package/{src/lib/types/app → lib}/components/attachments/components/icons/download-icon/download-icon.d.ts +0 -0
- /package/{src/lib/types/app → lib}/components/attachments/components/list-view/list-view.d.ts +0 -0
- /package/{src/lib/types/app → lib}/components/attachments/types.d.ts +0 -0
- /package/{src/lib/types/app → lib}/components/documents-reference/animations.d.ts +0 -0
- /package/{src/lib/types/app → lib}/components/documents-reference/components/add/add.d.ts +0 -0
- /package/{src/lib/types/app → lib}/components/documents-reference/components/delete/delete.d.ts +0 -0
- /package/{src/lib/types/app → lib}/components/documents-reference/components/reference-document-by-tab/reference-document-by-tab.d.ts +0 -0
- /package/{src/lib/types/app → lib}/components/documents-reference/components/reference-document-to-tab/reference-document-to-tab.d.ts +0 -0
- /package/{src/lib/types/app → lib}/components/documents-reference/documents-reference.d.ts +0 -0
- /package/{src/lib/types/app → lib}/components/documents-reference/types.d.ts +0 -0
- /package/{src/lib/types/app → lib}/components/dropzone/dropzone.d.ts +0 -0
- /package/{src/lib/types/app → lib}/components/empty/empty.d.ts +0 -0
- /package/{src/lib/types/app → lib}/components/json-modal/json-modal.d.ts +0 -0
- /package/{src/lib/types/app → lib}/components/modal-confirm/modal-confirm.d.ts +0 -0
- /package/{src/lib/types/app → lib}/components/modal-confirm/ng-content.d.ts +0 -0
- /package/{src/lib/types/app → lib}/components/modal-confirm/types.d.ts +0 -0
- /package/{src/lib/types/app → lib}/components/pagination-nav/pagination-nav.d.ts +0 -0
- /package/{src/lib/types/app → lib}/components/pagination-nav/pagination-nav.model.d.ts +0 -0
- /package/{src/lib/types/app → lib}/components/record-detail-metadata/components/options/options.d.ts +0 -0
- /package/{src/lib/types/app → lib}/components/record-detail-metadata/directives/drop-down-menu.directive.d.ts +0 -0
- /package/{src/lib/types/app → lib}/components/record-detail-metadata/directives/drop-down.directive.d.ts +0 -0
- /package/{src/lib/types/app → lib}/components/record-detail-metadata/record-detail-metadata.d.ts +0 -0
- /package/{src/lib/types/app → lib}/components/record-detail-metadata/types.d.ts +0 -0
- /package/{src/lib/types/app → lib}/components/tree-select/tree-select.d.ts +0 -0
- /package/{src/lib/types/app → lib}/components/tree-select/types.d.ts +0 -0
- /package/{src/lib/types/app → lib}/components/user-history/components/email-history/email-history.component.d.ts +0 -0
- /package/{src/lib/types/app → lib}/components/user-history/components/email-history/emails-modal/emails-modal.component.d.ts +0 -0
- /package/{src/lib/types/app → lib}/components/user-history/components/general-history/general-history.component.d.ts +0 -0
- /package/{src/lib/types/app → lib}/components/user-history/components/print-history/print-history.component.d.ts +0 -0
- /package/{src/lib/types/app → lib}/components/user-history/components/sri-history/sri-history.component.d.ts +0 -0
- /package/{src/lib/types/app → lib}/components/user-history/components/tab-item/tab-item.component.d.ts +0 -0
- /package/{src/lib/types/app → lib}/components/user-history/components/tabs/tabs.component.d.ts +0 -0
- /package/{src/lib/types/app → lib}/components/user-history/constants.d.ts +0 -0
- /package/{src/lib/types/app → lib}/components/user-history/directives/drop-down.directive.d.ts +0 -0
- /package/{src/lib/types/app → lib}/components/user-history/types.d.ts +0 -0
- /package/{src/lib/types/app → lib}/components/user-history/user-history.d.ts +0 -0
- /package/{src/lib/types/app → lib}/directives/character-counter/character-counter.directive.d.ts +0 -0
- /package/{src/lib/types/app → lib}/directives/horizontal-overflow/components/arrow-left/arrow-left.component.d.ts +0 -0
- /package/{src/lib/types/app → lib}/directives/horizontal-overflow/components/arrow-right/arrow-right.component.d.ts +0 -0
- /package/{src/lib/types/app → lib}/directives/horizontal-overflow/horizontal-overflow-arrows.directive.d.ts +0 -0
- /package/{src/lib/types/app → lib}/directives/horizontal-overflow/horizontal-overflow-shadow.directive.d.ts +0 -0
- /package/{src/lib/types/app → lib}/directives/number-input.directive.d.ts +0 -0
- /package/{src/lib/types/app → lib}/directives/resize-container/resize-container.directive.d.ts +0 -0
- /package/{src/lib/types/app → lib}/directives/resize-container/resize-container.model.d.ts +0 -0
- /package/{src/lib/types/app → lib}/directives/text-input/text-input.directive.d.ts +0 -0
- /package/{src/lib/types/app → lib}/directives/text-input/types.d.ts +0 -0
- /package/{src/lib/types/app → lib}/directives/tooltip/tooltip/tooltip.d.ts +0 -0
- /package/{src/lib/types/app → lib}/directives/tooltip/tooltip/types.d.ts +0 -0
- /package/{src/lib/types/app → lib}/directives/tooltip/tooltip.directive.d.ts +0 -0
- /package/{src/lib/types/app → lib}/domain/models/alternative-item.domain.model.d.ts +0 -0
- /package/{src/lib/types/app → lib}/domain/models/bank-movements.domain.model.d.ts +0 -0
- /package/{src/lib/types/app → lib}/domain/models/bank.domain.model.d.ts +0 -0
- /package/{src/lib/types/app → lib}/domain/models/card-settlement.domain.model.d.ts +0 -0
- /package/{src/lib/types/app → lib}/domain/models/cash-liquidation.domain.model.d.ts +0 -0
- /package/{src/lib/types/app → lib}/domain/models/company.domain.model.d.ts +0 -0
- /package/{src/lib/types/app → lib}/domain/models/cost-center.domain.model.d.ts +0 -0
- /package/{src/lib/types/app → lib}/domain/models/document-reference.domain.model.d.ts +0 -0
- /package/{src/lib/types/app → lib}/domain/models/email-settings.domain.model.d.ts +0 -0
- /package/{src/lib/types/app → lib}/domain/models/financial-bank.domain.model.d.ts +0 -0
- /package/{src/lib/types/app → lib}/domain/models/group.domain.model.d.ts +0 -0
- /package/{src/lib/types/app → lib}/domain/models/history.domain.model.d.ts +0 -0
- /package/{src/lib/types/app → lib}/domain/models/item.domain.model.d.ts +0 -0
- /package/{src/lib/types/app → lib}/domain/models/outgoing-banking-transaction.domain.model.d.ts +0 -0
- /package/{src/lib/types/app → lib}/domain/models/price-list.domain.model.d.ts +0 -0
- /package/{src/lib/types/app → lib}/domain/models/report-financials.domain.model.d.ts +0 -0
- /package/{src/lib/types/app → lib}/domain/models/seat.domain.model.d.ts +0 -0
- /package/{src/lib/types/app → lib}/domain/models/sri-history.domain.model.d.ts +0 -0
- /package/{src/lib/types/app → lib}/domain/models/upload.domain.model.d.ts +0 -0
- /package/{src/lib/types/app → lib}/domain/models/user.domain.model.d.ts +0 -0
- /package/{src/lib/types/app → lib}/domain/repositories/alternative-item.domain.repository.d.ts +0 -0
- /package/{src/lib/types/app → lib}/domain/repositories/bank-movements.domain.repository.d.ts +0 -0
- /package/{src/lib/types/app → lib}/domain/repositories/bank.domain.repository.d.ts +0 -0
- /package/{src/lib/types/app → lib}/domain/repositories/card-settlement.domain.repository.d.ts +0 -0
- /package/{src/lib/types/app → lib}/domain/repositories/cash-liquidation.domain.repository.d.ts +0 -0
- /package/{src/lib/types/app → lib}/domain/repositories/company.domain.repository.d.ts +0 -0
- /package/{src/lib/types/app → lib}/domain/repositories/cost-center.domain.repository.d.ts +0 -0
- /package/{src/lib/types/app → lib}/domain/repositories/document-reference.domain.repository.d.ts +0 -0
- /package/{src/lib/types/app → lib}/domain/repositories/email-settings.domain.repository.d.ts +0 -0
- /package/{src/lib/types/app → lib}/domain/repositories/financial-bank.domain.repository.d.ts +0 -0
- /package/{src/lib/types/app → lib}/domain/repositories/group.domain.repository.d.ts +0 -0
- /package/{src/lib/types/app → lib}/domain/repositories/history.domain.repository.d.ts +0 -0
- /package/{src/lib/types/app → lib}/domain/repositories/item.domain.repository.d.ts +0 -0
- /package/{src/lib/types/app → lib}/domain/repositories/outgoing-banking-transaction.domain.repository.d.ts +0 -0
- /package/{src/lib/types/app → lib}/domain/repositories/price-list.domain.repository.d.ts +0 -0
- /package/{src/lib/types/app → lib}/domain/repositories/report-financials.domain.repository.d.ts +0 -0
- /package/{src/lib/types/app → lib}/domain/repositories/seat.domain.repository.d.ts +0 -0
- /package/{src/lib/types/app → lib}/domain/repositories/sri-history.domain.repository.d.ts +0 -0
- /package/{src/lib/types/app → lib}/domain/repositories/upload.domain.repository.d.ts +0 -0
- /package/{src/lib/types/app → lib}/domain/repositories/user.domain.repository.d.ts +0 -0
- /package/{src/lib/types/app → lib}/domain/services/auth/auth.model.d.ts +0 -0
- /package/{src/lib/types/app → lib}/domain/services/auth/auth.service.d.ts +0 -0
- /package/{src/lib/types/app → lib}/domain/services/notification/notification.model.d.ts +0 -0
- /package/{src/lib/types/app → lib}/domain/services/notification/notification.service.d.ts +0 -0
- /package/{src/lib/types/app → lib}/domain/services/web-socket/web-socket.model.d.ts +0 -0
- /package/{src/lib/types/app → lib}/domain/services/web-socket/web-socket.service.d.ts +0 -0
- /package/{src/lib/types → lib}/environments/environment.d.ts +0 -0
- /package/{src/lib/types/app → lib}/infrastructure/repositories/alternative-item.infrastructure.repository.d.ts +0 -0
- /package/{src/lib/types/app → lib}/infrastructure/repositories/bank-movements.infrastructure.repository.d.ts +0 -0
- /package/{src/lib/types/app → lib}/infrastructure/repositories/bank.infrastructure.repository.d.ts +0 -0
- /package/{src/lib/types/app → lib}/infrastructure/repositories/card-settlement.infrastructure.repository.d.ts +0 -0
- /package/{src/lib/types/app → lib}/infrastructure/repositories/cash-liquidation.infrastructure.repository.d.ts +0 -0
- /package/{src/lib/types/app → lib}/infrastructure/repositories/company.infrastructure.repository.d.ts +0 -0
- /package/{src/lib/types/app → lib}/infrastructure/repositories/cost-center.infrastructure.repository.d.ts +0 -0
- /package/{src/lib/types/app → lib}/infrastructure/repositories/document-reference.infrastructure.repository.d.ts +0 -0
- /package/{src/lib/types/app → lib}/infrastructure/repositories/email-settings.infrastructure.repository.d.ts +0 -0
- /package/{src/lib/types/app → lib}/infrastructure/repositories/financial-bank.infrastructure.repository.d.ts +0 -0
- /package/{src/lib/types/app → lib}/infrastructure/repositories/group.infrastructure.repository.d.ts +0 -0
- /package/{src/lib/types/app → lib}/infrastructure/repositories/history.infrastructure.repository.d.ts +0 -0
- /package/{src/lib/types/app → lib}/infrastructure/repositories/item.infrastructure.repository.d.ts +0 -0
- /package/{src/lib/types/app → lib}/infrastructure/repositories/outgoing-banking-transaction.infrastructure.repository.d.ts +0 -0
- /package/{src/lib/types/app → lib}/infrastructure/repositories/price-list.infrastructure.repository.d.ts +0 -0
- /package/{src/lib/types/app → lib}/infrastructure/repositories/report-financials.infrastructure.repository.d.ts +0 -0
- /package/{src/lib/types/app → lib}/infrastructure/repositories/seat.infrastructure.repository.d.ts +0 -0
- /package/{src/lib/types/app → lib}/infrastructure/repositories/sri-history.infrastructure.repository.d.ts +0 -0
- /package/{src/lib/types/app → lib}/infrastructure/repositories/upload.infrastructure.repository.d.ts +0 -0
- /package/{src/lib/types/app → lib}/infrastructure/repositories/user.infrastructure.repository.d.ts +0 -0
- /package/{src/lib/types/app → lib}/infrastructure/services/alternative-item.infrastructure.service.d.ts +0 -0
- /package/{src/lib/types/app → lib}/infrastructure/services/bank-movements.infrastructure.service.d.ts +0 -0
- /package/{src/lib/types/app → lib}/infrastructure/services/bank.infrasctructure.service.d.ts +0 -0
- /package/{src/lib/types/app → lib}/infrastructure/services/card-settlement.infrastructure.service.d.ts +0 -0
- /package/{src/lib/types/app → lib}/infrastructure/services/cash-liquidation.infrastructure.service.d.ts +0 -0
- /package/{src/lib/types/app → lib}/infrastructure/services/company.infrastructure.service.d.ts +0 -0
- /package/{src/lib/types/app → lib}/infrastructure/services/cost-center.infrastructure.service.d.ts +0 -0
- /package/{src/lib/types/app → lib}/infrastructure/services/document-reference.infrastructure.service.d.ts +0 -0
- /package/{src/lib/types/app → lib}/infrastructure/services/email-settings.infrastruture.service.d.ts +0 -0
- /package/{src/lib/types/app → lib}/infrastructure/services/financial-bank.infrastructure.service.d.ts +0 -0
- /package/{src/lib/types/app → lib}/infrastructure/services/group.infrastructure.service.d.ts +0 -0
- /package/{src/lib/types/app → lib}/infrastructure/services/history.infrastructure.service.d.ts +0 -0
- /package/{src/lib/types/app → lib}/infrastructure/services/item.infrastructure.service.d.ts +0 -0
- /package/{src/lib/types/app → lib}/infrastructure/services/outgoing-banking-transaction.infrastructure.service.d.ts +0 -0
- /package/{src/lib/types/app → lib}/infrastructure/services/price-list.infrastructure.service.d.ts +0 -0
- /package/{src/lib/types/app → lib}/infrastructure/services/report-financials.infrastructure.service.d.ts +0 -0
- /package/{src/lib/types/app → lib}/infrastructure/services/seat.infrastructure.service.d.ts +0 -0
- /package/{src/lib/types/app → lib}/infrastructure/services/sri-history.infrastructure.service.d.ts +0 -0
- /package/{src/lib/types/app → lib}/infrastructure/services/upload.infrastructure.service.d.ts +0 -0
- /package/{src/lib/types/app → lib}/infrastructure/services/user.infrastructure.service.d.ts +0 -0
- /package/{src/lib/types/app → lib}/pipes/error-translate-pipe/error-translate-pipe.d.ts +0 -0
- /package/{src/lib/types/app → lib}/remotes/components.remote.d.ts +0 -0
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/{src/lib/types/app → lib}/domain/models/outgoing-banking-transaction.domain.model.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/{src/lib/types/app → lib}/domain/repositories/alternative-item.domain.repository.d.ts
RENAMED
|
File without changes
|
/package/{src/lib/types/app → lib}/domain/repositories/bank-movements.domain.repository.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
/package/{src/lib/types/app → lib}/domain/repositories/card-settlement.domain.repository.d.ts
RENAMED
|
File without changes
|
/package/{src/lib/types/app → lib}/domain/repositories/cash-liquidation.domain.repository.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/{src/lib/types/app → lib}/domain/repositories/document-reference.domain.repository.d.ts
RENAMED
|
File without changes
|
/package/{src/lib/types/app → lib}/domain/repositories/email-settings.domain.repository.d.ts
RENAMED
|
File without changes
|
/package/{src/lib/types/app → lib}/domain/repositories/financial-bank.domain.repository.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/{src/lib/types/app → lib}/domain/repositories/report-financials.domain.repository.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/{src/lib/types/app → lib}/infrastructure/repositories/bank.infrastructure.repository.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/{src/lib/types/app → lib}/infrastructure/repositories/group.infrastructure.repository.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
/package/{src/lib/types/app → lib}/infrastructure/repositories/item.infrastructure.repository.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/{src/lib/types/app → lib}/infrastructure/repositories/seat.infrastructure.repository.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
/package/{src/lib/types/app → lib}/infrastructure/repositories/upload.infrastructure.repository.d.ts
RENAMED
|
File without changes
|
/package/{src/lib/types/app → lib}/infrastructure/repositories/user.infrastructure.repository.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/{src/lib/types/app → lib}/infrastructure/services/bank.infrasctructure.service.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/{src/lib/types/app → lib}/infrastructure/services/company.infrastructure.service.d.ts
RENAMED
|
File without changes
|
/package/{src/lib/types/app → lib}/infrastructure/services/cost-center.infrastructure.service.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
/package/{src/lib/types/app → lib}/infrastructure/services/email-settings.infrastruture.service.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
/package/{src/lib/types/app → lib}/infrastructure/services/group.infrastructure.service.d.ts
RENAMED
|
File without changes
|
/package/{src/lib/types/app → lib}/infrastructure/services/history.infrastructure.service.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/{src/lib/types/app → lib}/infrastructure/services/price-list.infrastructure.service.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/{src/lib/types/app → lib}/infrastructure/services/sri-history.infrastructure.service.d.ts
RENAMED
|
File without changes
|
/package/{src/lib/types/app → lib}/infrastructure/services/upload.infrastructure.service.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|