@cbm-common/cbm-types 0.0.64 → 0.0.66
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/app.config.d.ts +2 -2
- package/lib/app.d.ts +3 -3
- package/lib/app.routes.d.ts +2 -2
- package/lib/components/accounting-seat/accounting-seat.d.ts +32 -32
- package/lib/components/accounting-seat/directives/drop-down-menu.directive.d.ts +13 -13
- package/lib/components/accounting-seat/directives/drop-down.directive.d.ts +10 -10
- package/lib/components/accounting-seat/types.d.ts +1 -1
- package/lib/components/add-client/add-client.d.ts +175 -175
- package/lib/components/add-client/animations.d.ts +1 -1
- package/lib/components/add-client/constants.d.ts +9 -9
- package/lib/components/add-client/types.d.ts +7 -7
- package/lib/components/add-provider/add-provider.d.ts +111 -111
- package/lib/components/add-provider/animations.d.ts +1 -1
- package/lib/components/add-provider/constants.d.ts +7 -7
- package/lib/components/add-provider/types.d.ts +1 -1
- package/lib/components/additional-data-modal/additional-data/additional-data.d.ts +11 -11
- package/lib/components/additional-data-modal/additional-data-modal.d.ts +33 -33
- package/lib/components/additional-data-modal/additional-data-modal.model.d.ts +7 -0
- package/lib/components/additional-data-modal/animations.d.ts +2 -2
- package/lib/components/additional-data-modal/general-data/general-data.d.ts +4 -4
- package/lib/components/advanced-item-search-modal/advanced-item-search-modal.d.ts +25 -25
- package/lib/components/advanced-item-search-modal/alternative-item-list/alternative-item-list.d.ts +25 -25
- package/lib/components/advanced-item-search-modal/animations.d.ts +2 -2
- package/lib/components/advanced-item-search-modal/constants.d.ts +1 -1
- package/lib/components/advanced-item-search-modal/item-list/item-list.d.ts +85 -85
- package/lib/components/advanced-item-search-modal/types.d.ts +7 -7
- package/lib/components/attachments/animations.d.ts +1 -1
- package/lib/components/attachments/attachments.d.ts +50 -50
- package/lib/components/attachments/components/button-item/button-item.d.ts +5 -5
- package/lib/components/attachments/components/buttons/buttons.d.ts +8 -8
- package/lib/components/attachments/components/grid-view/grid-view.d.ts +32 -32
- package/lib/components/attachments/components/icons/delete-icon/delete-icon.d.ts +2 -2
- package/lib/components/attachments/components/icons/download-icon/download-icon.d.ts +2 -2
- package/lib/components/attachments/components/list-view/list-view.d.ts +41 -41
- package/lib/components/attachments/types.d.ts +7 -7
- package/lib/components/availability-board/availability-board.d.ts +25 -25
- package/lib/components/availability-board/availability-board.model.d.ts +46 -46
- package/lib/components/availability-board/directives/drop-menu.directive.d.ts +19 -19
- package/lib/components/availability-board/models/value-column.model.d.ts +6 -6
- package/lib/components/availability-board/services/config.service.d.ts +7 -7
- package/lib/components/availability-board/services/mouse-position.service.d.ts +14 -14
- package/lib/components/branch-card/branch-card.d.ts +15 -15
- package/lib/components/committed-quantity-converter/committed-quantity-converter.d.ts +22 -22
- package/lib/components/confirmation-modal/animations.d.ts +2 -2
- package/lib/components/confirmation-modal/confirmation-modal.d.ts +15 -15
- package/lib/components/documents-reference/animations.d.ts +1 -1
- package/lib/components/documents-reference/components/add/add.d.ts +112 -112
- package/lib/components/documents-reference/components/delete/delete.d.ts +28 -28
- package/lib/components/documents-reference/components/reference-document-by-tab/reference-document-by-tab.d.ts +39 -39
- package/lib/components/documents-reference/components/reference-document-to-tab/reference-document-to-tab.d.ts +42 -42
- package/lib/components/documents-reference/documents-reference.d.ts +21 -21
- package/lib/components/documents-reference/types.d.ts +56 -56
- package/lib/components/dropzone/dropzone.d.ts +17 -17
- package/lib/components/empty/empty.d.ts +17 -17
- package/lib/components/json-modal/json-modal.d.ts +14 -14
- package/lib/components/modal-confirm/modal-confirm.d.ts +23 -23
- package/lib/components/modal-confirm/ng-content.d.ts +8 -8
- package/lib/components/modal-confirm/types.d.ts +6 -6
- package/lib/components/pagination-nav/pagination-nav.d.ts +27 -27
- package/lib/components/pagination-nav/pagination-nav.model.d.ts +8 -8
- package/lib/components/record-detail-metadata/components/options/options.d.ts +13 -13
- package/lib/components/record-detail-metadata/directives/drop-down-menu.directive.d.ts +13 -13
- package/lib/components/record-detail-metadata/directives/drop-down.directive.d.ts +9 -9
- package/lib/components/record-detail-metadata/record-detail-metadata.d.ts +21 -21
- package/lib/components/record-detail-metadata/types.d.ts +48 -48
- package/lib/components/relationship-map/animations.d.ts +1 -1
- package/lib/components/relationship-map/components/map-node/map-node.component.d.ts +19 -19
- package/lib/components/relationship-map/components/map-node-parent/map-node-parent.component.d.ts +32 -32
- package/lib/components/relationship-map/components/map-node-tree/map-node-tree.component.d.ts +32 -32
- package/lib/components/relationship-map/components/parent-tree-by-tab/parent-tree-by-tab.component.d.ts +75 -75
- package/lib/components/relationship-map/components/relationship-tree-by-tab/relationship-tree-by-tab.component.d.ts +74 -74
- package/lib/components/relationship-map/components/tab-item/tab-item.component.d.ts +5 -5
- package/lib/components/relationship-map/components/tabs/tabs.component.d.ts +7 -7
- package/lib/components/relationship-map/constants.d.ts +1 -1
- package/lib/components/relationship-map/relationship-map.d.ts +11 -11
- package/lib/components/relationship-map/types.d.ts +5 -5
- package/lib/components/relationship-movements/animations.d.ts +2 -2
- package/lib/components/relationship-movements/relationship-movements.d.ts +58 -58
- package/lib/components/relationship-movements/relationship-movements.model.d.ts +26 -26
- package/lib/components/stock-by-warehouse/directives/drop-down-menu.directive.d.ts +15 -15
- package/lib/components/stock-by-warehouse/stock-by-warehouse.d.ts +42 -42
- package/lib/components/stock-by-warehouse/type.d.ts +15 -15
- package/lib/components/taxes-modal/taxes-modal.d.ts +17 -17
- package/lib/components/taxes-modal/taxes-modal.model.d.ts +36 -36
- package/lib/components/timeline/timeline.d.ts +27 -27
- package/lib/components/timeline/types.d.ts +17 -17
- package/lib/components/tip-modal/animations.d.ts +1 -1
- package/lib/components/tip-modal/tip-modal.d.ts +25 -25
- package/lib/components/tree-select/tree-select.d.ts +60 -60
- package/lib/components/tree-select/types.d.ts +8 -8
- package/lib/components/user-history/components/email-history/email-history.component.d.ts +66 -66
- package/lib/components/user-history/components/email-history/emails-modal/emails-modal.component.d.ts +13 -13
- package/lib/components/user-history/components/general-history/general-history.component.d.ts +58 -58
- package/lib/components/user-history/components/print-history/print-history.component.d.ts +58 -58
- package/lib/components/user-history/components/sri-history/sri-history.component.d.ts +63 -63
- package/lib/components/user-history/components/tab-item/tab-item.component.d.ts +7 -7
- package/lib/components/user-history/components/tabs/tabs.component.d.ts +7 -7
- package/lib/components/user-history/constants.d.ts +1 -1
- package/lib/components/user-history/directives/drop-down.directive.d.ts +9 -9
- package/lib/components/user-history/types.d.ts +14 -14
- package/lib/components/user-history/user-history.d.ts +30 -30
- package/lib/components/view-reports/model.d.ts +27 -27
- package/lib/components/view-reports/view-reports.d.ts +49 -49
- package/lib/components/xml-modal/animations.d.ts +2 -2
- package/lib/components/xml-modal/xml-modal.d.ts +22 -22
- package/lib/directives/character-counter/character-counter.directive.d.ts +21 -21
- package/lib/directives/horizontal-overflow/components/arrow-left/arrow-left.component.d.ts +5 -5
- package/lib/directives/horizontal-overflow/components/arrow-right/arrow-right.component.d.ts +5 -5
- package/lib/directives/horizontal-overflow/horizontal-overflow-arrows.directive.d.ts +23 -23
- package/lib/directives/horizontal-overflow/horizontal-overflow-shadow.directive.d.ts +8 -8
- package/lib/directives/number-input/number-input.directive.d.ts +23 -23
- package/lib/directives/resize-container/resize-container.directive.d.ts +20 -20
- package/lib/directives/resize-container/resize-container.model.d.ts +6 -6
- package/lib/directives/text-input/text-input.directive.d.ts +14 -14
- package/lib/directives/text-input/types.d.ts +1 -1
- package/lib/directives/tooltip/tooltip/tooltip.d.ts +9 -9
- package/lib/directives/tooltip/tooltip/types.d.ts +2 -2
- package/lib/directives/tooltip/tooltip.directive.d.ts +26 -26
- package/lib/domain/models/account-group.domain.model.d.ts +85 -85
- package/lib/domain/models/account-template.domain.model.d.ts +124 -124
- package/lib/domain/models/account.domain.model.d.ts +144 -144
- package/lib/domain/models/alternative-item.domain.model.d.ts +198 -198
- package/lib/domain/models/bank-movements.domain.model.d.ts +60 -60
- package/lib/domain/models/bank.domain.model.d.ts +92 -92
- package/lib/domain/models/billing-order.domain.model.d.ts +530 -530
- package/lib/domain/models/billing.domain.model.d.ts +47 -47
- package/lib/domain/models/blanket-agreement-category-service.domain.model.d.ts +43 -43
- package/lib/domain/models/card-settlement.domain.model.d.ts +260 -260
- package/lib/domain/models/cash-liquidation.domain.model.d.ts +319 -319
- package/lib/domain/models/category.domain.model.d.ts +80 -80
- package/lib/domain/models/client-branch.domain.model.d.ts +35 -35
- package/lib/domain/models/client-category.domain.model.d.ts +69 -69
- package/lib/domain/models/client-credit-line.domain.models.d.ts +37 -37
- package/lib/domain/models/client-group.domain.model.d.ts +102 -102
- package/lib/domain/models/client.domain.model.d.ts +375 -375
- package/lib/domain/models/company-branch.domain.model.d.ts +163 -163
- package/lib/domain/models/company-custom.domain.model.d.ts +52 -52
- package/lib/domain/models/contact.domain.model.d.ts +28 -28
- package/lib/domain/models/cost-center.domain.model.d.ts +111 -111
- package/lib/domain/models/country-code.domain.model.d.ts +14 -14
- package/lib/domain/models/country.domain.model.d.ts +68 -68
- package/lib/domain/models/credit-management.domain.model.d.ts +337 -337
- package/lib/domain/models/credit-request.model.d.ts +271 -271
- package/lib/domain/models/deadline.domian.model.d.ts +76 -76
- package/lib/domain/models/declaration-code-configuration.domain.model.d.ts +55 -55
- package/lib/domain/models/deposit-cheque.domain.model.d.ts +278 -278
- package/lib/domain/models/document-reference.domain.model.d.ts +204 -204
- package/lib/domain/models/document-type.model.d.ts +59 -59
- package/lib/domain/models/driver.domian.model.d.ts +94 -94
- package/lib/domain/models/email-settings.domain.model.d.ts +86 -86
- package/lib/domain/models/financial-bank.domain.model.d.ts +153 -153
- package/lib/domain/models/general-report.domain.model.d.ts +146 -146
- package/lib/domain/models/group.domain.model.d.ts +78 -78
- package/lib/domain/models/history.domain.model.d.ts +66 -66
- package/lib/domain/models/income-banking-transaction.domain.model.d.ts +125 -125
- package/lib/domain/models/incoterm.domain.model.d.ts +23 -23
- package/lib/domain/models/invoice.domain.model.d.ts +1056 -1056
- package/lib/domain/models/item.domain.model.d.ts +935 -935
- package/lib/domain/models/kit.domain.model.d.ts +508 -508
- package/lib/domain/models/message-settings.domain.model.d.ts +193 -193
- package/lib/domain/models/module-detail.domain.model.d.ts +155 -155
- package/lib/domain/models/module.domain.model.d.ts +266 -266
- package/lib/domain/models/money.domain.model.d.ts +28 -28
- package/lib/domain/models/outgoing-banking-transaction.domain.model.d.ts +125 -125
- package/lib/domain/models/payment-term-repository.domain.model.d.ts +38 -38
- package/lib/domain/models/price-list.domain.model.d.ts +54 -54
- package/lib/domain/models/print-settings.domain.model.d.ts +110 -110
- package/lib/domain/models/provider-category.domain.model.d.ts +68 -68
- package/lib/domain/models/provider-group.domain.model.d.ts +110 -110
- package/lib/domain/models/provider.domain.model.d.ts +255 -255
- package/lib/domain/models/rate.domain.model.d.ts +112 -112
- package/lib/domain/models/reason-country.domain.model.d.ts +93 -93
- package/lib/domain/models/report-financials.domain.model.d.ts +2165 -2165
- package/lib/domain/models/retention-sales.domain.model.d.ts +404 -404
- package/lib/domain/models/retention-settings-sales.domain.model.d.ts +111 -111
- package/lib/domain/models/reverse-movements.domain.model.d.ts +9 -9
- package/lib/domain/models/role.domain.model.d.ts +175 -175
- package/lib/domain/models/sale-price.domain.model.d.ts +74 -74
- package/lib/domain/models/sales-pending-document.domain.model.d.ts +70 -70
- package/lib/domain/models/seat.domain.model.d.ts +325 -325
- package/lib/domain/models/seller.domain.model.d.ts +135 -135
- package/lib/domain/models/sequence.domain.model.d.ts +21 -21
- package/lib/domain/models/service-category.domain.model.d.ts +131 -131
- package/lib/domain/models/service-group.domain.model.d.ts +109 -109
- package/lib/domain/models/service-outsourcing.domain.model.d.ts +273 -273
- package/lib/domain/models/service.domain.model.d.ts +314 -314
- package/lib/domain/models/settings-professions.domain.model.d.ts +79 -79
- package/lib/domain/models/signature-settings.domain.model.d.ts +68 -68
- package/lib/domain/models/sri-history.domain.model.d.ts +298 -298
- package/lib/domain/models/sri-payment-term.domain.model.d.ts +30 -30
- package/lib/domain/models/stock-item.domain.model.d.ts +88 -88
- package/lib/domain/models/subscription.domain.model.d.ts +261 -261
- package/lib/domain/models/tax-ice.domain.model.d.ts +93 -93
- package/lib/domain/models/tax-irbpnr.domain.model.d.ts +19 -19
- package/lib/domain/models/tax-iva.domain.model.d.ts +78 -78
- package/lib/domain/models/tax-regime.domain.model.d.ts +31 -31
- package/lib/domain/models/tax-retention.domain.model.d.ts +113 -113
- package/lib/domain/models/territorial-organization.domain.model.d.ts +53 -53
- package/lib/domain/models/transactions-purchases.domain.model.d.ts +170 -170
- package/lib/domain/models/unit-measure.domain.model.d.ts +57 -57
- package/lib/domain/models/upload.domain.model.d.ts +117 -117
- package/lib/domain/models/user.domain.model.d.ts +260 -260
- package/lib/domain/models/warehouse.domain.model.d.ts +97 -97
- package/lib/domain/models/work-order.domain.model.d.ts +141 -141
- package/lib/domain/repositories/account-group.domain.repository.d.ts +13 -13
- package/lib/domain/repositories/account-template.domain.repository.d.ts +17 -17
- package/lib/domain/repositories/account.domain.repository.d.ts +21 -21
- package/lib/domain/repositories/alternative-item.domain.repository.d.ts +17 -17
- package/lib/domain/repositories/bank-movements.domain.repository.d.ts +10 -10
- package/lib/domain/repositories/bank.domain.repository.d.ts +14 -14
- package/lib/domain/repositories/billing-order.domain.repository.d.ts +9 -9
- package/lib/domain/repositories/billing.domain.repository.d.ts +9 -9
- package/lib/domain/repositories/blanket-agreement-category-service.domain.repository.d.ts +10 -10
- package/lib/domain/repositories/card-settlement.domain.repository.d.ts +11 -11
- package/lib/domain/repositories/cash-liquidation.domain.repository.d.ts +13 -13
- package/lib/domain/repositories/category.domain.repository.d.ts +9 -9
- package/lib/domain/repositories/client-branch.domain.repository.d.ts +8 -8
- package/lib/domain/repositories/client-category.domain.repository.d.ts +14 -14
- package/lib/domain/repositories/client-credit-line.domain.repository.d.ts +9 -9
- package/lib/domain/repositories/client-group.domain.repository.d.ts +14 -14
- package/lib/domain/repositories/client.domain.repository.d.ts +18 -18
- package/lib/domain/repositories/company-branch.domain.repository.d.ts +17 -17
- package/lib/domain/repositories/company-custom.domain.repository.d.ts +11 -11
- package/lib/domain/repositories/contact.domain.repository.d.ts +8 -8
- package/lib/domain/repositories/cost-center.domain.repository.d.ts +14 -14
- package/lib/domain/repositories/country-code.domain.repository.d.ts +8 -8
- package/lib/domain/repositories/country.domain.repository.d.ts +12 -12
- package/lib/domain/repositories/credit-management.domain.repository.d.ts +11 -11
- package/lib/domain/repositories/credit-request.domain.repository.d.ts +15 -15
- package/lib/domain/repositories/deadline.domain.repository.d.ts +12 -12
- package/lib/domain/repositories/declaration-code-configuration.domain.repository.d.ts +12 -12
- package/lib/domain/repositories/deposit-cheque.domain.repository.d.ts +11 -11
- package/lib/domain/repositories/document-reference.domain.repository.d.ts +15 -15
- package/lib/domain/repositories/document-type.domain.repository.d.ts +12 -12
- package/lib/domain/repositories/driver.domain.repository.d.ts +14 -14
- package/lib/domain/repositories/email-settings.domain.repository.d.ts +13 -13
- package/lib/domain/repositories/financial-bank.domain.repository.d.ts +15 -15
- package/lib/domain/repositories/general-report.domain.repository.d.ts +10 -10
- package/lib/domain/repositories/group.domain.repository.d.ts +9 -9
- package/lib/domain/repositories/history.domain.repository.d.ts +10 -10
- package/lib/domain/repositories/income-banking-transaction.domain.repository.d.ts +11 -11
- package/lib/domain/repositories/incoterm.domain.repository.d.ts +8 -8
- package/lib/domain/repositories/invoice.domain.repository.d.ts +16 -16
- package/lib/domain/repositories/item.domain.repository.d.ts +20 -20
- package/lib/domain/repositories/kit.domain.repository.d.ts +18 -18
- package/lib/domain/repositories/message-settings.domain.repository.d.ts +13 -13
- package/lib/domain/repositories/module-detail.domain.repository.d.ts +14 -14
- package/lib/domain/repositories/module.domain.repository.d.ts +15 -15
- package/lib/domain/repositories/money.domain.repository.d.ts +9 -9
- package/lib/domain/repositories/outgoing-banking-transaction.domain.repository.d.ts +12 -12
- package/lib/domain/repositories/payment-term.domain.repository.d.ts +10 -10
- package/lib/domain/repositories/price-list.domain.repository.d.ts +9 -9
- package/lib/domain/repositories/print-settings.domain.repository.d.ts +11 -11
- package/lib/domain/repositories/provider-category.domain.repository.d.ts +10 -10
- package/lib/domain/repositories/provider-group.domain.repository.d.ts +10 -10
- package/lib/domain/repositories/provider.domain.repository.d.ts +19 -19
- package/lib/domain/repositories/rate.domain.repository.d.ts +9 -9
- package/lib/domain/repositories/reason-country.domain.repository.d.ts +14 -14
- package/lib/domain/repositories/report-financials.domain.repository.d.ts +241 -241
- package/lib/domain/repositories/retention-sales.domain.repository.d.ts +19 -19
- package/lib/domain/repositories/retention-settings-sales.domain.repository.d.ts +9 -9
- package/lib/domain/repositories/reverse-movements.domain.repository.d.ts +8 -8
- package/lib/domain/repositories/role.domain.repository.d.ts +17 -17
- package/lib/domain/repositories/sale-price.domain.repository.d.ts +8 -8
- package/lib/domain/repositories/sales-pending-document.domain.repository.d.ts +8 -8
- package/lib/domain/repositories/seat.domain.repository.d.ts +20 -20
- package/lib/domain/repositories/seller.domain.repository.d.ts +17 -17
- package/lib/domain/repositories/sequence.domain.repository.d.ts +9 -9
- package/lib/domain/repositories/service-category.domain.repository.d.ts +13 -13
- package/lib/domain/repositories/service-group.domain.repository.d.ts +15 -15
- package/lib/domain/repositories/service-outsourcing.domain.repository.d.ts +20 -20
- package/lib/domain/repositories/service.domain.repository.d.ts +20 -20
- package/lib/domain/repositories/settings-professions.domain.repository.d.ts +13 -13
- package/lib/domain/repositories/signature-settings.domain.repository.d.ts +14 -14
- package/lib/domain/repositories/sri-history.domain.repository.d.ts +8 -8
- package/lib/domain/repositories/sri-payment-term.domain.repository.d.ts +9 -9
- package/lib/domain/repositories/stock-item.domain.repository.d.ts +10 -10
- package/lib/domain/repositories/subscription.domain.repository.d.ts +15 -15
- package/lib/domain/repositories/tax-ice.domain.repository.d.ts +14 -14
- package/lib/domain/repositories/tax-irbpnr.domain.repository.d.ts +8 -8
- package/lib/domain/repositories/tax-iva.domain.repository.d.ts +14 -14
- package/lib/domain/repositories/tax-regime.domain.repository.d.ts +9 -9
- package/lib/domain/repositories/tax-retention.domain.repository.d.ts +14 -14
- package/lib/domain/repositories/territorial-organization.domain.repository.d.ts +10 -10
- package/lib/domain/repositories/transactions-purchase.domain.repository.d.ts +12 -12
- package/lib/domain/repositories/unit-measure.domain.repository.d.ts +13 -13
- package/lib/domain/repositories/upload.domain.repository.d.ts +15 -15
- package/lib/domain/repositories/user.domain.repository.d.ts +21 -21
- package/lib/domain/repositories/warehouse.domain.repository.d.ts +14 -14
- package/lib/domain/repositories/work-order.domain.repository.d.ts +13 -13
- package/lib/domain/services/auth/auth.model.d.ts +182 -182
- package/lib/domain/services/auth/auth.service.d.ts +18 -18
- package/lib/domain/services/notification/notification.model.d.ts +15 -15
- package/lib/domain/services/notification/notification.service.d.ts +4 -4
- package/lib/domain/services/web-socket/web-socket.model.d.ts +34 -34
- package/lib/domain/services/web-socket/web-socket.service.d.ts +18 -18
- package/lib/environments/environment.d.ts +28 -28
- package/lib/infrastructure/repositories/account-group.infrastructure.repository.d.ts +10 -10
- package/lib/infrastructure/repositories/account-template.infrastructure.repository.d.ts +14 -14
- package/lib/infrastructure/repositories/account.infrastructure.repository.d.ts +17 -17
- package/lib/infrastructure/repositories/alternative-item.infrastructure.repository.d.ts +14 -14
- package/lib/infrastructure/repositories/bank-movements.infrastructure.repository.d.ts +6 -6
- package/lib/infrastructure/repositories/bank.infrastructure.repository.d.ts +10 -10
- package/lib/infrastructure/repositories/billing-order.infrastructure.repository.d.ts +6 -6
- package/lib/infrastructure/repositories/billing.infrastructure.repository.d.ts +6 -6
- package/lib/infrastructure/repositories/blanket-agreement-category-service..infrastructure.repository.d.ts +7 -7
- package/lib/infrastructure/repositories/card-settlement.infrastructure.repository.d.ts +8 -8
- package/lib/infrastructure/repositories/cash-liquidation.infrastructure.repository.d.ts +9 -9
- package/lib/infrastructure/repositories/category.infrastructure.repository.d.ts +6 -6
- package/lib/infrastructure/repositories/client-branch.infrastructure.repository.d.ts +5 -5
- package/lib/infrastructure/repositories/client-category.infrastructure.repository.d.ts +11 -11
- package/lib/infrastructure/repositories/client-credit-line.infrastructure.repository.d.ts +6 -6
- package/lib/infrastructure/repositories/client-group.infrastructure.repository.d.ts +11 -11
- package/lib/infrastructure/repositories/client.infrastructure.repository.d.ts +15 -15
- package/lib/infrastructure/repositories/company-custom.infrastructure.repository.d.ts +8 -8
- package/lib/infrastructure/repositories/compony-branch.infrastructure.repository.d.ts +14 -14
- package/lib/infrastructure/repositories/contac.infrastrucutre.repository.d.ts +5 -5
- package/lib/infrastructure/repositories/cost-center.infrastructure.repository.d.ts +11 -11
- package/lib/infrastructure/repositories/country-code.infrastructure.repository.d.ts +5 -5
- package/lib/infrastructure/repositories/country.infrastructure.repository.d.ts +9 -9
- package/lib/infrastructure/repositories/credit-management.infrastructure.repository.d.ts +8 -8
- package/lib/infrastructure/repositories/credit-request.infrastructure.repository.d.ts +11 -11
- package/lib/infrastructure/repositories/deadline.infrastructure.repository.d.ts +9 -9
- package/lib/infrastructure/repositories/declaration-code-configuration.infrastructure.repository.d.ts +9 -9
- package/lib/infrastructure/repositories/deposit-cheque.infrastructure.repository.d.ts +8 -8
- package/lib/infrastructure/repositories/document-reference.infrastructure.repository.d.ts +12 -12
- package/lib/infrastructure/repositories/document-type.infrastructure.repository.d.ts +9 -9
- package/lib/infrastructure/repositories/driver.infrastructure.repository.d.ts +11 -11
- package/lib/infrastructure/repositories/email-settings.infrastructure.repository.d.ts +10 -10
- package/lib/infrastructure/repositories/financial-bank.infrastructure.repository.d.ts +11 -11
- package/lib/infrastructure/repositories/general-report.infrastructure.repository.d.ts +7 -7
- package/lib/infrastructure/repositories/group.infrastructure.repository.d.ts +6 -6
- package/lib/infrastructure/repositories/history.infrastructure.repository.d.ts +7 -7
- package/lib/infrastructure/repositories/income-banking-transaction.infrastructure.repository.d.ts +8 -8
- package/lib/infrastructure/repositories/incoterm.infrastructure.repository.d.ts +5 -5
- package/lib/infrastructure/repositories/invoice.infrastructure.repository.d.ts +13 -13
- package/lib/infrastructure/repositories/item.infrastructure.repository.d.ts +17 -17
- package/lib/infrastructure/repositories/kit.infrastructure.repository.d.ts +15 -15
- package/lib/infrastructure/repositories/message-settings.infrastructure.repository.d.ts +10 -10
- package/lib/infrastructure/repositories/module-detail.infrastructure.repository.d.ts +11 -11
- package/lib/infrastructure/repositories/module.infrastructure.repository.d.ts +12 -12
- package/lib/infrastructure/repositories/money.infrastructure.repository.d.ts +6 -6
- package/lib/infrastructure/repositories/outgoing-banking-transaction.infrastructure.repository.d.ts +8 -8
- package/lib/infrastructure/repositories/payment-term.infrastructure.repository.d.ts +6 -6
- package/lib/infrastructure/repositories/price-list.infrastructure.repository.d.ts +6 -6
- package/lib/infrastructure/repositories/print-settings.infrastructure.repository.d.ts +8 -8
- package/lib/infrastructure/repositories/provider-category.infrastructure.repository.d.ts +7 -7
- package/lib/infrastructure/repositories/provider-group.infrastructure.repository.d.ts +7 -7
- package/lib/infrastructure/repositories/provider.infrastructure.repository.d.ts +16 -16
- package/lib/infrastructure/repositories/rate.infrastructure.repository.d.ts +6 -6
- package/lib/infrastructure/repositories/reason-country.infrastructure.repository.d.ts +11 -11
- package/lib/infrastructure/repositories/report-financials.infrastructure.repository.d.ts +238 -238
- package/lib/infrastructure/repositories/retention-sales.infrastructure.repository.d.ts +16 -16
- package/lib/infrastructure/repositories/retention-settings-sales.infrastructure.repository.d.ts +6 -6
- package/lib/infrastructure/repositories/reverse-movements.infrastructure.repository.d.ts +5 -5
- package/lib/infrastructure/repositories/role.infrastructure.repository.d.ts +14 -14
- package/lib/infrastructure/repositories/sale-price.infrastructure.repository.d.ts +5 -5
- package/lib/infrastructure/repositories/sales-pending-document.infrastructure.repository.d.ts +5 -5
- package/lib/infrastructure/repositories/seat.infrastructure.repository.d.ts +17 -17
- package/lib/infrastructure/repositories/seller.infrastructure.repository.d.ts +14 -14
- package/lib/infrastructure/repositories/sequence.infrastructure.repository.d.ts +5 -5
- package/lib/infrastructure/repositories/service-category.infrastructure.repository.d.ts +10 -10
- package/lib/infrastructure/repositories/service-group.infrastructure.repository.d.ts +11 -11
- package/lib/infrastructure/repositories/service-outsourcing.infrastructure.repository.d.ts +17 -17
- package/lib/infrastructure/repositories/service.infrastructure.repository.d.ts +17 -17
- package/lib/infrastructure/repositories/settings-professions.infrastructure.repository.d.ts +10 -10
- package/lib/infrastructure/repositories/signature-settings.infrastructure.repository.d.ts +11 -11
- package/lib/infrastructure/repositories/sri-history.infrastructure.repository.d.ts +5 -5
- package/lib/infrastructure/repositories/sri-payment-term.infrastructure.repository.d.ts +6 -6
- package/lib/infrastructure/repositories/stock-item.infrastructure.repository.d.ts +7 -7
- package/lib/infrastructure/repositories/subscription.infrastructure.repository.d.ts +12 -12
- package/lib/infrastructure/repositories/tax-ice.infrastructure.repository.d.ts +10 -10
- package/lib/infrastructure/repositories/tax-irbpnr.infrastructure.repository.d.ts +5 -5
- package/lib/infrastructure/repositories/tax-iva.infrastructure.repository.d.ts +10 -10
- package/lib/infrastructure/repositories/tax-regime.infrastructure.repository.d.ts +6 -6
- package/lib/infrastructure/repositories/tax-retention.infrastructure.repository.d.ts +11 -11
- package/lib/infrastructure/repositories/territorial-organization.infrastructure.repository.d.ts +7 -7
- package/lib/infrastructure/repositories/transactions-purchase.infrastructure.repository.d.ts +9 -9
- package/lib/infrastructure/repositories/unit-measure.infrastructure.repository.d.ts +10 -10
- package/lib/infrastructure/repositories/upload.infrastructure.repository.d.ts +12 -12
- package/lib/infrastructure/repositories/user.infrastructure.repository.d.ts +18 -18
- package/lib/infrastructure/repositories/warehouse.infrastructure.repository.d.ts +11 -11
- package/lib/infrastructure/repositories/work-order.infrastructure.d.ts +10 -10
- package/lib/infrastructure/services/account-group.infrastructure.service.d.ts +15 -15
- package/lib/infrastructure/services/account-template.infrastructure.service.d.ts +18 -18
- package/lib/infrastructure/services/account.infrastructure.service.d.ts +20 -20
- package/lib/infrastructure/services/alternative-item.infrastructure.service.d.ts +19 -19
- package/lib/infrastructure/services/bank-movements.infrastructure.service.d.ts +11 -11
- package/lib/infrastructure/services/bank.infrasctructure.service.d.ts +15 -15
- package/lib/infrastructure/services/billing-order.infrastructure.service.d.ts +11 -11
- package/lib/infrastructure/services/billing.infrastructure.service.d.ts +10 -10
- package/lib/infrastructure/services/blanket-agreement-category-service.infrastructure.service.d.ts +11 -11
- package/lib/infrastructure/services/card-settlement.infrastructure.service.d.ts +13 -13
- package/lib/infrastructure/services/cash-liquidation.infrastructure.service.d.ts +14 -14
- package/lib/infrastructure/services/category.infrastructure.service.d.ts +11 -11
- package/lib/infrastructure/services/client-branch.infrastructure.service.d.ts +10 -10
- package/lib/infrastructure/services/client-category.infrastructure.service.d.ts +16 -16
- package/lib/infrastructure/services/client-credit-line.infrastructure.service.d.ts +11 -11
- package/lib/infrastructure/services/client-group.infrastructure.service.d.ts +16 -16
- package/lib/infrastructure/services/client.infrastructure.service.d.ts +20 -20
- package/lib/infrastructure/services/company-branch.infrastructure.service.d.ts +18 -18
- package/lib/infrastructure/services/company-custom.infrastructure.service.d.ts +12 -12
- package/lib/infrastructure/services/contact.infrastructure.service.d.ts +10 -10
- package/lib/infrastructure/services/cost-center.infrastructure.service.d.ts +16 -16
- package/lib/infrastructure/services/country-code.infrastructure.service.d.ts +10 -10
- package/lib/infrastructure/services/country.infrastructure.service.d.ts +14 -14
- package/lib/infrastructure/services/credit-management.infrastructure.service.d.ts +13 -13
- package/lib/infrastructure/services/credit-request.infrastructure.service.d.ts +16 -16
- package/lib/infrastructure/services/deadline.infrastructure.service.d.ts +14 -14
- package/lib/infrastructure/services/declaration-code-configuration.infrastructure.service.d.ts +14 -14
- package/lib/infrastructure/services/deposit-cheque.infrastructure.service.d.ts +13 -13
- package/lib/infrastructure/services/document-reference.infrastructure.service.d.ts +17 -17
- package/lib/infrastructure/services/document-type.infrastructure.service.d.ts +14 -14
- package/lib/infrastructure/services/driver.infrastructure.service.d.ts +16 -16
- package/lib/infrastructure/services/email-settings.infrastruture.service.d.ts +14 -14
- package/lib/infrastructure/services/financial-bank.infrastructure.service.d.ts +16 -16
- package/lib/infrastructure/services/general-report.infrastructure.service.d.ts +12 -12
- package/lib/infrastructure/services/group.infrastructure.service.d.ts +11 -11
- package/lib/infrastructure/services/history.infrastructure.service.d.ts +11 -11
- package/lib/infrastructure/services/income-banking-transaction.infrastructure.service.d.ts +13 -13
- package/lib/infrastructure/services/incoterm.infrastructure.service.d.ts +10 -10
- package/lib/infrastructure/services/invoice.infrastructure.service.d.ts +17 -17
- package/lib/infrastructure/services/item.infrastructure.service.d.ts +21 -21
- package/lib/infrastructure/services/kit.infrastructure.service.d.ts +19 -19
- package/lib/infrastructure/services/message-settings.infrastructure.service.d.ts +14 -14
- package/lib/infrastructure/services/module-detail.infrastructure.service.d.ts +16 -16
- package/lib/infrastructure/services/module.infrastructure.service.d.ts +17 -17
- package/lib/infrastructure/services/money.infrastructure.service.d.ts +11 -11
- package/lib/infrastructure/services/outgoing-banking-transaction.infrastructure.service.d.ts +13 -13
- package/lib/infrastructure/services/payment-term.infrastructure.service.d.ts +10 -10
- package/lib/infrastructure/services/price-list.infrastructure.service.d.ts +11 -11
- package/lib/infrastructure/services/print-settings.infrastructure.service.d.ts +13 -13
- package/lib/infrastructure/services/provider-category.infrastructure.service.d.ts +12 -12
- package/lib/infrastructure/services/provider-group.infrastructure.service.d.ts +12 -12
- package/lib/infrastructure/services/provider.infrastructure.service.d.ts +20 -20
- package/lib/infrastructure/services/rate.infrastructure.service.d.ts +11 -11
- package/lib/infrastructure/services/reason-country.infrastructure.service.d.ts +16 -16
- package/lib/infrastructure/services/report-financials.infrastructure.service.d.ts +246 -246
- package/lib/infrastructure/services/retention-sales.infrastructure.service.d.ts +20 -20
- package/lib/infrastructure/services/retention-settings-sales.infrastructure.service.d.ts +11 -11
- package/lib/infrastructure/services/reverse-movements.infrastructure.service.d.ts +10 -10
- package/lib/infrastructure/services/role.infrastructure.service.d.ts +19 -19
- package/lib/infrastructure/services/sale-price.infrastructure.service.d.ts +10 -10
- package/lib/infrastructure/services/sales-pending-document.infrastructure.service.d.ts +9 -9
- package/lib/infrastructure/services/seat.infrastructure.service.d.ts +21 -21
- package/lib/infrastructure/services/seller.infrastructure.service.d.ts +19 -19
- package/lib/infrastructure/services/sequence.infrastructe.service.d.ts +9 -9
- package/lib/infrastructure/services/service-category.infrastructure..service.d.ts +15 -15
- package/lib/infrastructure/services/service-group.infrastructure.service.d.ts +15 -15
- package/lib/infrastructure/services/service-outsourcing.infrastructure.service.d.ts +21 -21
- package/lib/infrastructure/services/service.infrastructure.service.d.ts +21 -21
- package/lib/infrastructure/services/settings-professions.infrastructure.service.d.ts +15 -15
- package/lib/infrastructure/services/signature-settings.infrastructure.service.d.ts +16 -16
- package/lib/infrastructure/services/sri-history.infrastructure.service.d.ts +9 -9
- package/lib/infrastructure/services/sri-payment-term.infrastructure.service.d.ts +10 -10
- package/lib/infrastructure/services/stock-item.infrastructure.service.d.ts +12 -12
- package/lib/infrastructure/services/subscription.infrastructure.service.d.ts +16 -16
- package/lib/infrastructure/services/tax-ice.infrastructure.service.d.ts +14 -14
- package/lib/infrastructure/services/tax-irbpnr.infrastructure.service.d.ts +10 -10
- package/lib/infrastructure/services/tax-iva.infrastructure.service.d.ts +14 -14
- package/lib/infrastructure/services/tax-regime.infrastructure.service.d.ts +10 -10
- package/lib/infrastructure/services/tax-retention.infrastructure.service.d.ts +16 -16
- package/lib/infrastructure/services/territorial-organization.infrastructure.service.d.ts +11 -11
- package/lib/infrastructure/services/transactions-purchase.infrastructure.service.d.ts +13 -13
- package/lib/infrastructure/services/unit-measure.infrastructure.service.d.ts +14 -14
- package/lib/infrastructure/services/upload.infrastructure.service.d.ts +16 -16
- package/lib/infrastructure/services/user.infrastructure.service.d.ts +22 -22
- package/lib/infrastructure/services/warehouse.infrastructure.service.d.ts +16 -16
- package/lib/infrastructure/services/work-order.infrastructure.service.d.ts +15 -15
- package/lib/pipes/error-translate-pipe/error-translate-pipe.d.ts +8 -8
- package/lib/remotes/components.remote.d.ts +27 -27
- package/lib/remotes/repositories/account-group.repository.d.ts +3 -3
- package/lib/remotes/repositories/account-template.repository.d.ts +3 -3
- package/lib/remotes/repositories/account.repository.d.ts +3 -3
- package/lib/remotes/repositories/alternative-item.repository.d.ts +3 -3
- package/lib/remotes/repositories/bank-movements.repository.d.ts +3 -3
- package/lib/remotes/repositories/bank.repository.d.ts +3 -3
- package/lib/remotes/repositories/billing-order.repository.d.ts +3 -3
- package/lib/remotes/repositories/billing.repository.d.ts +3 -3
- package/lib/remotes/repositories/blanket-agreenment-category-service.repository.d.ts +3 -3
- package/lib/remotes/repositories/card-settlement.repository.d.ts +3 -3
- package/lib/remotes/repositories/cash-liquidation.repository.d.ts +3 -3
- package/lib/remotes/repositories/category.repository.d.ts +3 -3
- package/lib/remotes/repositories/client-branch.repository.d.ts +3 -3
- package/lib/remotes/repositories/client-category.repository.d.ts +3 -3
- package/lib/remotes/repositories/client-credit-line.repository.d.ts +3 -3
- package/lib/remotes/repositories/client-group.repository.d.ts +3 -3
- package/lib/remotes/repositories/client.repository.d.ts +3 -3
- package/lib/remotes/repositories/company-branch.repository.d.ts +3 -3
- package/lib/remotes/repositories/company-custom.repository.d.ts +3 -3
- package/lib/remotes/repositories/company.repository.d.ts +3 -3
- package/lib/remotes/repositories/contact.repository.d.ts +3 -3
- package/lib/remotes/repositories/cost-center.repository.d.ts +3 -3
- package/lib/remotes/repositories/country-code.repository.d.ts +3 -3
- package/lib/remotes/repositories/country.repository.d.ts +3 -3
- package/lib/remotes/repositories/credit-management.repository.d.ts +3 -3
- package/lib/remotes/repositories/credit-request.repository.d.ts +3 -3
- package/lib/remotes/repositories/deadline.repository.d.ts +3 -3
- package/lib/remotes/repositories/declaration-code-configuration.repository.d.ts +3 -3
- package/lib/remotes/repositories/deposit-cheque.repository.d.ts +3 -3
- package/lib/remotes/repositories/document-reference.repository.d.ts +3 -3
- package/lib/remotes/repositories/document-type.repository.d.ts +3 -3
- package/lib/remotes/repositories/driver.repository.d.ts +3 -3
- package/lib/remotes/repositories/email-settings.repository.d.ts +3 -3
- package/lib/remotes/repositories/financial-bank.repository.d.ts +3 -3
- package/lib/remotes/repositories/general-report.repository.d.ts +3 -3
- package/lib/remotes/repositories/group.repository.d.ts +3 -3
- package/lib/remotes/repositories/history.repository.d.ts +3 -3
- package/lib/remotes/repositories/income-banking-transaction.repository.d.ts +3 -3
- package/lib/remotes/repositories/incoterm.repository.d.ts +3 -3
- package/lib/remotes/repositories/invoice.repository.d.ts +3 -3
- package/lib/remotes/repositories/item.repository.d.ts +3 -3
- package/lib/remotes/repositories/kit.repository.d.ts +3 -3
- package/lib/remotes/repositories/messages-settings.repository.d.ts +3 -3
- package/lib/remotes/repositories/module-detail.repository.d.ts +3 -3
- package/lib/remotes/repositories/module.repository.d.ts +3 -3
- package/lib/remotes/repositories/money.repository.d.ts +3 -3
- package/lib/remotes/repositories/outgoing-banking-transaction.repository.d.ts +3 -3
- package/lib/remotes/repositories/payment-term.repository.d.ts +3 -3
- package/lib/remotes/repositories/price-list.repository.d.ts +3 -3
- package/lib/remotes/repositories/print-settings.repository.d.ts +3 -3
- package/lib/remotes/repositories/provider-category.repository.d.ts +3 -3
- package/lib/remotes/repositories/provider-group.repository.d.ts +3 -3
- package/lib/remotes/repositories/provider.repository.d.ts +3 -3
- package/lib/remotes/repositories/rate.repository.d.ts +3 -3
- package/lib/remotes/repositories/reason-country.repository.d.ts +3 -3
- package/lib/remotes/repositories/report-financials.repository.d.ts +3 -3
- package/lib/remotes/repositories/retention-sales.repository.d.ts +3 -3
- package/lib/remotes/repositories/retention-settings-sales.repository.d.ts +3 -3
- package/lib/remotes/repositories/reverse-movements.repository.d.ts +3 -3
- package/lib/remotes/repositories/role.repository.d.ts +3 -3
- package/lib/remotes/repositories/sale-price.repository.d.ts +3 -3
- package/lib/remotes/repositories/sales-pending-document.repository.d.ts +3 -3
- package/lib/remotes/repositories/seat.repository.d.ts +3 -3
- package/lib/remotes/repositories/seller.repository.d.ts +3 -3
- package/lib/remotes/repositories/sequence.repository.d.ts +3 -3
- package/lib/remotes/repositories/service-category.repository.d.ts +3 -3
- package/lib/remotes/repositories/service-group.repository.d.ts +3 -3
- package/lib/remotes/repositories/service-outsourcing.repository.d.ts +3 -3
- package/lib/remotes/repositories/service.repository.d.ts +3 -3
- package/lib/remotes/repositories/settings-professions.repository.d.ts +3 -3
- package/lib/remotes/repositories/signature-settings.repository.d.ts +3 -3
- package/lib/remotes/repositories/sri-history.repository.d.ts +3 -3
- package/lib/remotes/repositories/sri-payment-term.repository.d.ts +3 -3
- package/lib/remotes/repositories/stock-item.repository.d.ts +3 -3
- package/lib/remotes/repositories/subscription.repository.d.ts +3 -3
- package/lib/remotes/repositories/tax-ice.repository.d.ts +3 -3
- package/lib/remotes/repositories/tax-irbpnr.repository.d.ts +3 -3
- package/lib/remotes/repositories/tax-iva.repository.d.ts +3 -3
- package/lib/remotes/repositories/tax-regime.repository.d.ts +3 -3
- package/lib/remotes/repositories/tax-retention.repository.d.ts +3 -3
- package/lib/remotes/repositories/territorial-organization.repository.d.ts +3 -3
- package/lib/remotes/repositories/transactions-purchase.repository.d.ts +3 -3
- package/lib/remotes/repositories/unit-measure.repository.d.ts +3 -3
- package/lib/remotes/repositories/upload.repository.d.ts +3 -3
- package/lib/remotes/repositories/user.repository.d.ts +3 -3
- package/lib/remotes/repositories/warehouse.repository.d.ts +3 -3
- package/lib/remotes/repositories/work-order.repository.d.ts +3 -3
- package/lib/remotes/repositories.remote.d.ts +87 -87
- package/lib/remotes/services/auth.service.d.ts +3 -3
- package/lib/remotes/services/web-socket.service.d.ts +4 -4
- package/lib/remotes/services.remote.d.ts +3 -3
- package/package.json +1 -1
- package/public-api.d.ts +2 -0
|
@@ -1,2165 +1,2165 @@
|
|
|
1
|
-
export declare namespace CbmReportFinancialsModel {
|
|
2
|
-
enum EGenerationType {
|
|
3
|
-
AUTOMATIC = "automatic",
|
|
4
|
-
MANUAL = "manual"
|
|
5
|
-
}
|
|
6
|
-
namespace EGenerationType {
|
|
7
|
-
function fromString(value: string): EGenerationType;
|
|
8
|
-
function toString(value: EGenerationType): TGenerationType;
|
|
9
|
-
}
|
|
10
|
-
type TGenerationType = `${EGenerationType}`;
|
|
11
|
-
interface DownloadExcelFixedAssetsReportParams {
|
|
12
|
-
timezone: string;
|
|
13
|
-
locale: string;
|
|
14
|
-
user_name?: string;
|
|
15
|
-
user_id?: string;
|
|
16
|
-
assigned_to?: string;
|
|
17
|
-
location?: string;
|
|
18
|
-
code?: string;
|
|
19
|
-
serie?: string;
|
|
20
|
-
enabled?: boolean;
|
|
21
|
-
category_fixed_assets_name?: string;
|
|
22
|
-
category_fixed_assets_id?: string;
|
|
23
|
-
name?: string;
|
|
24
|
-
date_end?: number;
|
|
25
|
-
date_begin?: number;
|
|
26
|
-
type_blockade?: string;
|
|
27
|
-
blockade?: boolean;
|
|
28
|
-
}
|
|
29
|
-
interface DownloadPdfFixedAssetsReportParams {
|
|
30
|
-
timezone: string;
|
|
31
|
-
locale: string;
|
|
32
|
-
user_name?: string;
|
|
33
|
-
user_id?: string;
|
|
34
|
-
assigned_to?: string;
|
|
35
|
-
location?: string;
|
|
36
|
-
code?: string;
|
|
37
|
-
serie?: string;
|
|
38
|
-
enabled?: boolean;
|
|
39
|
-
category_fixed_assets_name?: string;
|
|
40
|
-
category_fixed_assets_id?: string;
|
|
41
|
-
name?: string;
|
|
42
|
-
date_end?: number;
|
|
43
|
-
date_begin?: number;
|
|
44
|
-
type_blockade?: string;
|
|
45
|
-
blockade?: boolean;
|
|
46
|
-
}
|
|
47
|
-
interface DownloadExcelDepreciationFixedAssetsReportParams {
|
|
48
|
-
timezone: string;
|
|
49
|
-
locale: string;
|
|
50
|
-
user_name?: string;
|
|
51
|
-
user_id?: string;
|
|
52
|
-
cost_center_name?: string;
|
|
53
|
-
cost_center_id?: string;
|
|
54
|
-
search_type?: string;
|
|
55
|
-
reverse_status?: boolean;
|
|
56
|
-
month?: string;
|
|
57
|
-
year?: string;
|
|
58
|
-
document_number?: string;
|
|
59
|
-
date_end?: number;
|
|
60
|
-
date_begin?: number;
|
|
61
|
-
}
|
|
62
|
-
interface DownloadPdfDepreciationFixedAssetsReportParams {
|
|
63
|
-
timezone: string;
|
|
64
|
-
locale: string;
|
|
65
|
-
user_name?: string;
|
|
66
|
-
user_id?: string;
|
|
67
|
-
cost_center_name?: string;
|
|
68
|
-
cost_center_id?: string;
|
|
69
|
-
search_type?: string;
|
|
70
|
-
reverse_status?: boolean;
|
|
71
|
-
month?: string;
|
|
72
|
-
year?: string;
|
|
73
|
-
document_number?: string;
|
|
74
|
-
date_end?: number;
|
|
75
|
-
date_begin?: number;
|
|
76
|
-
}
|
|
77
|
-
interface DownloadIndividualExcelDepreciationFixedAssetsReportParams {
|
|
78
|
-
timezone: string;
|
|
79
|
-
locale: string;
|
|
80
|
-
}
|
|
81
|
-
interface DownloadIndividualPdfDepreciationFixedAssetsReportParams {
|
|
82
|
-
timezone: string;
|
|
83
|
-
locale: string;
|
|
84
|
-
}
|
|
85
|
-
interface DownloadExcelIncomeBankingTransactionReverseReportParams {
|
|
86
|
-
timezone: string;
|
|
87
|
-
locale: string;
|
|
88
|
-
date_end?: number;
|
|
89
|
-
date_begin?: number;
|
|
90
|
-
secuencial?: string;
|
|
91
|
-
user_name?: string;
|
|
92
|
-
company_branch_trade_name?: string;
|
|
93
|
-
reason_name?: string;
|
|
94
|
-
reason_id?: string;
|
|
95
|
-
user_id?: string;
|
|
96
|
-
company_branch_id?: string;
|
|
97
|
-
movement_number?: string;
|
|
98
|
-
}
|
|
99
|
-
interface DownloadPdfIncomeBankingTransactionReverseReportParams {
|
|
100
|
-
timezone: string;
|
|
101
|
-
locale: string;
|
|
102
|
-
date_end?: number;
|
|
103
|
-
date_begin?: number;
|
|
104
|
-
secuencial?: string;
|
|
105
|
-
user_name?: string;
|
|
106
|
-
company_branch_trade_name?: string;
|
|
107
|
-
reason_name?: string;
|
|
108
|
-
reason_id?: string;
|
|
109
|
-
user_id?: string;
|
|
110
|
-
company_branch_id?: string;
|
|
111
|
-
movement_number?: string;
|
|
112
|
-
}
|
|
113
|
-
interface DownloadIndividualExcelIncomeBankingTransactionReverseReportParams {
|
|
114
|
-
timezone: string;
|
|
115
|
-
locale: string;
|
|
116
|
-
}
|
|
117
|
-
interface DownloadIndividualPdfIncomeBankingTransactionReverseReportParams {
|
|
118
|
-
timezone: string;
|
|
119
|
-
locale: string;
|
|
120
|
-
}
|
|
121
|
-
interface DownloadExcelExpenditureMovementReportParams {
|
|
122
|
-
timezone: string;
|
|
123
|
-
locale: string;
|
|
124
|
-
collection_origin_name?: string;
|
|
125
|
-
operation_number?: string;
|
|
126
|
-
beneficiary_id?: string;
|
|
127
|
-
beneficiary_name?: string;
|
|
128
|
-
financial_bank_name?: string;
|
|
129
|
-
financial_bank_id?: string;
|
|
130
|
-
document_nomenclature_number?: string;
|
|
131
|
-
company_branch_name?: string;
|
|
132
|
-
company_branch_id?: string;
|
|
133
|
-
date_begin?: number;
|
|
134
|
-
date_end?: number;
|
|
135
|
-
}
|
|
136
|
-
interface DownloadPdfExpenditureMovementReportParams {
|
|
137
|
-
timezone: string;
|
|
138
|
-
locale: string;
|
|
139
|
-
collection_origin_name?: string;
|
|
140
|
-
operation_number?: string;
|
|
141
|
-
beneficiary_id?: string;
|
|
142
|
-
beneficiary_name?: string;
|
|
143
|
-
financial_bank_name?: string;
|
|
144
|
-
financial_bank_id?: string;
|
|
145
|
-
document_nomenclature_number?: string;
|
|
146
|
-
company_branch_name?: string;
|
|
147
|
-
company_branch_id?: string;
|
|
148
|
-
date_begin?: number;
|
|
149
|
-
date_end?: number;
|
|
150
|
-
}
|
|
151
|
-
interface DownloadExcelCardSettlementReverseReportParams {
|
|
152
|
-
timezone: string;
|
|
153
|
-
locale: string;
|
|
154
|
-
date_end?: number;
|
|
155
|
-
date_begin?: number;
|
|
156
|
-
secuencial?: string;
|
|
157
|
-
user_name?: string;
|
|
158
|
-
company_branch_trade_name?: string;
|
|
159
|
-
reason_name?: string;
|
|
160
|
-
reason_id?: string;
|
|
161
|
-
user_id?: string;
|
|
162
|
-
company_branch_id?: string;
|
|
163
|
-
movement_number?: string;
|
|
164
|
-
}
|
|
165
|
-
interface DownloadPdfCardSettlementReverseReportParams {
|
|
166
|
-
timezone: string;
|
|
167
|
-
locale: string;
|
|
168
|
-
date_end?: number;
|
|
169
|
-
date_begin?: number;
|
|
170
|
-
secuencial?: string;
|
|
171
|
-
user_name?: string;
|
|
172
|
-
company_branch_trade_name?: string;
|
|
173
|
-
reason_name?: string;
|
|
174
|
-
reason_id?: string;
|
|
175
|
-
user_id?: string;
|
|
176
|
-
company_branch_id?: string;
|
|
177
|
-
movement_number?: string;
|
|
178
|
-
}
|
|
179
|
-
interface DownloadIndividualExcelCardSettlementReverseReportParams {
|
|
180
|
-
timezone: string;
|
|
181
|
-
locale: string;
|
|
182
|
-
}
|
|
183
|
-
interface DownloadIndividualPdfCardSettlementReverseReportParams {
|
|
184
|
-
timezone: string;
|
|
185
|
-
locale: string;
|
|
186
|
-
}
|
|
187
|
-
interface DownloadExcelSeatReverseReportParams {
|
|
188
|
-
timezone: string;
|
|
189
|
-
locale: string;
|
|
190
|
-
date_end?: number;
|
|
191
|
-
date_begin?: number;
|
|
192
|
-
secuencial?: string;
|
|
193
|
-
user_name?: string;
|
|
194
|
-
company_branch_trade_name?: string;
|
|
195
|
-
reason_name?: string;
|
|
196
|
-
reason_id?: string;
|
|
197
|
-
user_id?: string;
|
|
198
|
-
company_branch_id?: string;
|
|
199
|
-
movement_number?: string;
|
|
200
|
-
}
|
|
201
|
-
interface DownloadPdfSeatReverseReportParams {
|
|
202
|
-
timezone: string;
|
|
203
|
-
locale: string;
|
|
204
|
-
date_end?: number;
|
|
205
|
-
date_begin?: number;
|
|
206
|
-
secuencial?: string;
|
|
207
|
-
user_name?: string;
|
|
208
|
-
company_branch_trade_name?: string;
|
|
209
|
-
reason_name?: string;
|
|
210
|
-
reason_id?: string;
|
|
211
|
-
user_id?: string;
|
|
212
|
-
company_branch_id?: string;
|
|
213
|
-
movement_number?: string;
|
|
214
|
-
}
|
|
215
|
-
interface DownloadIndividualExcelSeatReverseReportParams {
|
|
216
|
-
timezone: string;
|
|
217
|
-
locale: string;
|
|
218
|
-
}
|
|
219
|
-
interface DownloadIndividualPdfSeatReverseReportParams {
|
|
220
|
-
timezone: string;
|
|
221
|
-
locale: string;
|
|
222
|
-
}
|
|
223
|
-
interface DownloadExcelDepositCheckReverseReportParams {
|
|
224
|
-
timezone: string;
|
|
225
|
-
locale: string;
|
|
226
|
-
date_end?: number;
|
|
227
|
-
date_begin?: number;
|
|
228
|
-
secuencial?: string;
|
|
229
|
-
user_name?: string;
|
|
230
|
-
company_branch_trade_name?: string;
|
|
231
|
-
reason_name?: string;
|
|
232
|
-
reason_id?: string;
|
|
233
|
-
user_id?: string;
|
|
234
|
-
company_branch_id?: string;
|
|
235
|
-
movement_number?: string;
|
|
236
|
-
}
|
|
237
|
-
interface DownloadPdfDepositCheckReverseReportParams {
|
|
238
|
-
timezone: string;
|
|
239
|
-
locale: string;
|
|
240
|
-
date_end?: number;
|
|
241
|
-
date_begin?: number;
|
|
242
|
-
secuencial?: string;
|
|
243
|
-
user_name?: string;
|
|
244
|
-
company_branch_trade_name?: string;
|
|
245
|
-
reason_name?: string;
|
|
246
|
-
reason_id?: string;
|
|
247
|
-
user_id?: string;
|
|
248
|
-
company_branch_id?: string;
|
|
249
|
-
movement_number?: string;
|
|
250
|
-
}
|
|
251
|
-
interface DownloadIndividualExcelDepositCheckReverseReportParams {
|
|
252
|
-
timezone: string;
|
|
253
|
-
locale: string;
|
|
254
|
-
}
|
|
255
|
-
interface DownloadIndividualPdfDepositCheckReverseReportParams {
|
|
256
|
-
timezone: string;
|
|
257
|
-
locale: string;
|
|
258
|
-
}
|
|
259
|
-
interface DownloadExcelOutgoingBankingTransactionReverseReportParams {
|
|
260
|
-
timezone: string;
|
|
261
|
-
locale: string;
|
|
262
|
-
date_end?: number;
|
|
263
|
-
date_begin?: number;
|
|
264
|
-
secuencial?: string;
|
|
265
|
-
user_name?: string;
|
|
266
|
-
company_branch_trade_name?: string;
|
|
267
|
-
reason_name?: string;
|
|
268
|
-
reason_id?: string;
|
|
269
|
-
user_id?: string;
|
|
270
|
-
company_branch_id?: string;
|
|
271
|
-
movement_number?: string;
|
|
272
|
-
}
|
|
273
|
-
interface DownloadPdfOutgoingBankingTransactionReverseReportParams {
|
|
274
|
-
timezone: string;
|
|
275
|
-
locale: string;
|
|
276
|
-
date_end?: number;
|
|
277
|
-
date_begin?: number;
|
|
278
|
-
secuencial?: string;
|
|
279
|
-
user_name?: string;
|
|
280
|
-
company_branch_trade_name?: string;
|
|
281
|
-
reason_name?: string;
|
|
282
|
-
reason_id?: string;
|
|
283
|
-
user_id?: string;
|
|
284
|
-
company_branch_id?: string;
|
|
285
|
-
movement_number?: string;
|
|
286
|
-
}
|
|
287
|
-
interface DownloadIndividualExcelOutgoingBankingTransactionReverseReportParams {
|
|
288
|
-
timezone: string;
|
|
289
|
-
locale: string;
|
|
290
|
-
}
|
|
291
|
-
interface DownloadIndividualPdfOutgoingBankingTransactionReverseReportParams {
|
|
292
|
-
timezone: string;
|
|
293
|
-
locale: string;
|
|
294
|
-
}
|
|
295
|
-
interface DownloadExcelCardSettlementReportParams {
|
|
296
|
-
timezone: string;
|
|
297
|
-
locale: string;
|
|
298
|
-
reverse_status?: boolean;
|
|
299
|
-
date_end?: number;
|
|
300
|
-
date_begin?: number;
|
|
301
|
-
secuencial?: string;
|
|
302
|
-
cost_center_id?: string;
|
|
303
|
-
cost_center_name?: string;
|
|
304
|
-
user_id?: string;
|
|
305
|
-
user_name?: string;
|
|
306
|
-
company_branch_trade_name?: string;
|
|
307
|
-
company_branch_id?: string;
|
|
308
|
-
}
|
|
309
|
-
interface DownloadPdfCardSettlementReportParams {
|
|
310
|
-
timezone: string;
|
|
311
|
-
locale: string;
|
|
312
|
-
reverse_status?: boolean;
|
|
313
|
-
date_end?: number;
|
|
314
|
-
date_begin?: number;
|
|
315
|
-
secuencial?: string;
|
|
316
|
-
cost_center_id?: string;
|
|
317
|
-
cost_center_name?: string;
|
|
318
|
-
user_id?: string;
|
|
319
|
-
user_name?: string;
|
|
320
|
-
company_branch_trade_name?: string;
|
|
321
|
-
company_branch_id?: string;
|
|
322
|
-
}
|
|
323
|
-
interface DownloadIndividualExcelCardSettlementReportParams {
|
|
324
|
-
timezone: string;
|
|
325
|
-
locale: string;
|
|
326
|
-
}
|
|
327
|
-
interface DownloadIndividualPdfCardSettlementReportParams {
|
|
328
|
-
timezone: string;
|
|
329
|
-
locale: string;
|
|
330
|
-
}
|
|
331
|
-
interface DownloadExcelOutgoingBankingTransactionReportParams {
|
|
332
|
-
timezone: string;
|
|
333
|
-
locale: string;
|
|
334
|
-
date_end?: number;
|
|
335
|
-
date_begin?: number;
|
|
336
|
-
reverse_status?: boolean;
|
|
337
|
-
total?: number;
|
|
338
|
-
document_number?: string;
|
|
339
|
-
operation_number?: string;
|
|
340
|
-
cost_center_id?: string;
|
|
341
|
-
cost_center_name?: string;
|
|
342
|
-
financials_bank_id?: string;
|
|
343
|
-
financials_bank_name?: string;
|
|
344
|
-
client_branch_id?: string;
|
|
345
|
-
movement_number?: string;
|
|
346
|
-
user_name?: string;
|
|
347
|
-
user_id?: string;
|
|
348
|
-
}
|
|
349
|
-
interface DownloadPdfOutgoingBankingTransactionReportParams {
|
|
350
|
-
timezone: string;
|
|
351
|
-
locale: string;
|
|
352
|
-
date_end?: number;
|
|
353
|
-
date_begin?: number;
|
|
354
|
-
reverse_status?: boolean;
|
|
355
|
-
total?: number;
|
|
356
|
-
document_number?: string;
|
|
357
|
-
operation_number?: string;
|
|
358
|
-
cost_center_id?: string;
|
|
359
|
-
cost_center_name?: string;
|
|
360
|
-
financials_bank_id?: string;
|
|
361
|
-
financials_bank_name?: string;
|
|
362
|
-
client_branch_id?: string;
|
|
363
|
-
movement_number?: string;
|
|
364
|
-
user_name?: string;
|
|
365
|
-
user_id?: string;
|
|
366
|
-
}
|
|
367
|
-
interface DownloadIndividualExcelOutgoingBankingTransactionReportParams {
|
|
368
|
-
timezone: string;
|
|
369
|
-
locale: string;
|
|
370
|
-
}
|
|
371
|
-
interface DownloadIndividualPdfOutgoingBankingTransactionReportParams {
|
|
372
|
-
timezone: string;
|
|
373
|
-
locale: string;
|
|
374
|
-
}
|
|
375
|
-
interface DownloadExcelIncomeBankingTransactionReportParams {
|
|
376
|
-
timezone: string;
|
|
377
|
-
locale: string;
|
|
378
|
-
reason_id?: string;
|
|
379
|
-
reason_name?: string;
|
|
380
|
-
user_id?: string;
|
|
381
|
-
user_name?: string;
|
|
382
|
-
reverse_status?: boolean;
|
|
383
|
-
cost_center_id?: string;
|
|
384
|
-
cost_center_name?: string;
|
|
385
|
-
financials_bank_id?: string;
|
|
386
|
-
financials_bank_name?: string;
|
|
387
|
-
company_branch_id?: string;
|
|
388
|
-
company_branch_trade_name?: string;
|
|
389
|
-
operation_number?: string;
|
|
390
|
-
secuencial?: string;
|
|
391
|
-
date_end?: number;
|
|
392
|
-
date_begin?: number;
|
|
393
|
-
}
|
|
394
|
-
interface DownloadPdfIncomeBankingTransactionReportParams {
|
|
395
|
-
timezone: string;
|
|
396
|
-
locale: string;
|
|
397
|
-
reason_id?: string;
|
|
398
|
-
reason_name?: string;
|
|
399
|
-
user_id?: string;
|
|
400
|
-
user_name?: string;
|
|
401
|
-
reverse_status?: boolean;
|
|
402
|
-
cost_center_id?: string;
|
|
403
|
-
cost_center_name?: string;
|
|
404
|
-
financials_bank_id?: string;
|
|
405
|
-
financials_bank_name?: string;
|
|
406
|
-
company_branch_id?: string;
|
|
407
|
-
company_branch_trade_name?: string;
|
|
408
|
-
operation_number?: string;
|
|
409
|
-
secuencial?: string;
|
|
410
|
-
date_end?: number;
|
|
411
|
-
date_begin?: number;
|
|
412
|
-
}
|
|
413
|
-
interface DownloadIndividualExcelIncomeBankingTransactionReportParams {
|
|
414
|
-
timezone: string;
|
|
415
|
-
locale: string;
|
|
416
|
-
}
|
|
417
|
-
interface DownloadIndividualPdfIncomeBankingTransactionReportParams {
|
|
418
|
-
timezone: string;
|
|
419
|
-
locale: string;
|
|
420
|
-
}
|
|
421
|
-
interface DownloadExcelDepositCashReportParams {
|
|
422
|
-
timezone: string;
|
|
423
|
-
locale: string;
|
|
424
|
-
operation_number?: string;
|
|
425
|
-
new_deposit_number?: string;
|
|
426
|
-
reason?: string;
|
|
427
|
-
total?: number;
|
|
428
|
-
date_end?: number;
|
|
429
|
-
date_begin?: number;
|
|
430
|
-
}
|
|
431
|
-
interface DownloadPdfDepositCashReportParams {
|
|
432
|
-
timezone: string;
|
|
433
|
-
locale: string;
|
|
434
|
-
operation_number?: string;
|
|
435
|
-
new_deposit_number?: string;
|
|
436
|
-
reason?: string;
|
|
437
|
-
total?: number;
|
|
438
|
-
date_end?: number;
|
|
439
|
-
date_begin?: number;
|
|
440
|
-
}
|
|
441
|
-
interface DownloadIndividualExcelDepositCashReportParams {
|
|
442
|
-
timezone: string;
|
|
443
|
-
locale: string;
|
|
444
|
-
}
|
|
445
|
-
interface DownloadIndividualPdfDepositCashReportParams {
|
|
446
|
-
timezone: string;
|
|
447
|
-
locale: string;
|
|
448
|
-
}
|
|
449
|
-
interface DownloadExcelBankConciliationReportParams {
|
|
450
|
-
timezone: string;
|
|
451
|
-
locale: string;
|
|
452
|
-
status?: string;
|
|
453
|
-
user_name?: string;
|
|
454
|
-
bank_name?: string;
|
|
455
|
-
user_id?: string;
|
|
456
|
-
bank_id?: string;
|
|
457
|
-
secuencial?: string;
|
|
458
|
-
date_end?: number;
|
|
459
|
-
date_begin?: number;
|
|
460
|
-
include_deleted?: boolean;
|
|
461
|
-
}
|
|
462
|
-
interface DownloadPdfBankConciliationReportParams {
|
|
463
|
-
timezone: string;
|
|
464
|
-
locale: string;
|
|
465
|
-
status?: string;
|
|
466
|
-
user_name?: string;
|
|
467
|
-
bank_name?: string;
|
|
468
|
-
user_id?: string;
|
|
469
|
-
bank_id?: string;
|
|
470
|
-
secuencial?: string;
|
|
471
|
-
date_end?: number;
|
|
472
|
-
date_begin?: number;
|
|
473
|
-
include_deleted?: boolean;
|
|
474
|
-
}
|
|
475
|
-
interface DownloadIndividualExcelBankConciliationReportParams {
|
|
476
|
-
timezone: string;
|
|
477
|
-
locale: string;
|
|
478
|
-
}
|
|
479
|
-
interface DownloadIndividualPdfBankConciliationReportParams {
|
|
480
|
-
timezone: string;
|
|
481
|
-
locale: string;
|
|
482
|
-
}
|
|
483
|
-
interface DownloadExcelBankConciliationLiquidationReportParams {
|
|
484
|
-
timezone: string;
|
|
485
|
-
locale: string;
|
|
486
|
-
status?: string;
|
|
487
|
-
user_name?: string;
|
|
488
|
-
user_id?: string;
|
|
489
|
-
secuencial?: string;
|
|
490
|
-
date_end?: number;
|
|
491
|
-
date_begin?: number;
|
|
492
|
-
company_branch_id?: string;
|
|
493
|
-
company_branch_name?: string;
|
|
494
|
-
bank_id?: string;
|
|
495
|
-
bank_name?: string;
|
|
496
|
-
}
|
|
497
|
-
interface DownloadPdfBankConciliationLiquidationReportParams {
|
|
498
|
-
timezone: string;
|
|
499
|
-
locale: string;
|
|
500
|
-
status?: string;
|
|
501
|
-
user_name?: string;
|
|
502
|
-
user_id?: string;
|
|
503
|
-
secuencial?: string;
|
|
504
|
-
date_end?: number;
|
|
505
|
-
date_begin?: number;
|
|
506
|
-
company_branch_id?: string;
|
|
507
|
-
company_branch_name?: string;
|
|
508
|
-
bank_id?: string;
|
|
509
|
-
bank_name?: string;
|
|
510
|
-
}
|
|
511
|
-
interface DownloadIndividualExcelBankConciliationLiquidationReportParams {
|
|
512
|
-
timezone: string;
|
|
513
|
-
locale: string;
|
|
514
|
-
}
|
|
515
|
-
interface DownloadIndividualPdfBankConciliationLiquidationReportParams {
|
|
516
|
-
timezone: string;
|
|
517
|
-
locale: string;
|
|
518
|
-
}
|
|
519
|
-
interface DownloadExcelInitialIssuedChequeReportParams {
|
|
520
|
-
timezone: string;
|
|
521
|
-
locale: string;
|
|
522
|
-
financials_bank_name?: string;
|
|
523
|
-
secuencial?: string;
|
|
524
|
-
total?: string;
|
|
525
|
-
operation_number?: string;
|
|
526
|
-
document_number?: string;
|
|
527
|
-
financials_bank_id?: string;
|
|
528
|
-
date_end?: number;
|
|
529
|
-
date_begin?: number;
|
|
530
|
-
user_name?: string;
|
|
531
|
-
user_id?: string;
|
|
532
|
-
include_deleted?: boolean;
|
|
533
|
-
}
|
|
534
|
-
interface DownloadPdfInitialIssuedChequeReportParams {
|
|
535
|
-
timezone: string;
|
|
536
|
-
locale: string;
|
|
537
|
-
financials_bank_name?: string;
|
|
538
|
-
secuencial?: string;
|
|
539
|
-
total?: string;
|
|
540
|
-
operation_number?: string;
|
|
541
|
-
document_number?: string;
|
|
542
|
-
financials_bank_id?: string;
|
|
543
|
-
date_end?: number;
|
|
544
|
-
date_begin?: number;
|
|
545
|
-
user_name?: string;
|
|
546
|
-
user_id?: string;
|
|
547
|
-
include_deleted?: boolean;
|
|
548
|
-
}
|
|
549
|
-
interface DownloadIndividualExcelInitialIssuedChequeReportParams {
|
|
550
|
-
timezone: string;
|
|
551
|
-
locale: string;
|
|
552
|
-
}
|
|
553
|
-
interface DownloadIndividualPdfInitialIssuedChequeReportParams {
|
|
554
|
-
timezone: string;
|
|
555
|
-
locale: string;
|
|
556
|
-
}
|
|
557
|
-
interface DownloadExcelDepositChequeReportParams {
|
|
558
|
-
timezone: string;
|
|
559
|
-
locale: string;
|
|
560
|
-
user_name?: string;
|
|
561
|
-
cost_center_name?: string;
|
|
562
|
-
financials_bank_name?: string;
|
|
563
|
-
reverse_status?: boolean;
|
|
564
|
-
user_id?: string;
|
|
565
|
-
comment?: string;
|
|
566
|
-
operation_number?: string;
|
|
567
|
-
cost_center_id?: string;
|
|
568
|
-
financials_bank_id?: string;
|
|
569
|
-
secuencial?: string;
|
|
570
|
-
reason?: string;
|
|
571
|
-
date_end?: number;
|
|
572
|
-
date_begin?: number;
|
|
573
|
-
}
|
|
574
|
-
interface DownloadPdfDepositChequeReportParams {
|
|
575
|
-
timezone: string;
|
|
576
|
-
locale: string;
|
|
577
|
-
user_name?: string;
|
|
578
|
-
cost_center_name?: string;
|
|
579
|
-
financials_bank_name?: string;
|
|
580
|
-
reverse_status?: boolean;
|
|
581
|
-
user_id?: string;
|
|
582
|
-
comment?: string;
|
|
583
|
-
operation_number?: string;
|
|
584
|
-
cost_center_id?: string;
|
|
585
|
-
financials_bank_id?: string;
|
|
586
|
-
secuencial?: string;
|
|
587
|
-
reason?: string;
|
|
588
|
-
date_end?: number;
|
|
589
|
-
date_begin?: number;
|
|
590
|
-
}
|
|
591
|
-
interface DownloadIndividualExcelDepositChequeReportParams {
|
|
592
|
-
timezone: string;
|
|
593
|
-
locale: string;
|
|
594
|
-
}
|
|
595
|
-
interface DownloadIndividualPdfDepositChequeReportParams {
|
|
596
|
-
timezone: string;
|
|
597
|
-
locale: string;
|
|
598
|
-
}
|
|
599
|
-
interface DownloadExcelSeatReportParams {
|
|
600
|
-
reverse_status?: boolean;
|
|
601
|
-
description?: string;
|
|
602
|
-
document_number_origen?: string;
|
|
603
|
-
seat_number?: string;
|
|
604
|
-
seat_type?: string;
|
|
605
|
-
generation_type?: TGenerationType;
|
|
606
|
-
date_begin?: number;
|
|
607
|
-
date_end?: number;
|
|
608
|
-
timezone: string;
|
|
609
|
-
locale: string;
|
|
610
|
-
cost_center_id?: string;
|
|
611
|
-
cost_center_name?: string;
|
|
612
|
-
}
|
|
613
|
-
interface DownloadPdfSeatReportParams {
|
|
614
|
-
reverse_status?: boolean;
|
|
615
|
-
description?: string;
|
|
616
|
-
document_number_origen?: string;
|
|
617
|
-
seat_number?: string;
|
|
618
|
-
seat_type?: string;
|
|
619
|
-
generation_type?: TGenerationType;
|
|
620
|
-
date_begin?: number;
|
|
621
|
-
date_end?: number;
|
|
622
|
-
timezone: string;
|
|
623
|
-
locale: string;
|
|
624
|
-
cost_center_id?: string;
|
|
625
|
-
cost_center_name?: string;
|
|
626
|
-
}
|
|
627
|
-
interface DownloadIndividualExcelSeatReportParams {
|
|
628
|
-
timezone: string;
|
|
629
|
-
locale: string;
|
|
630
|
-
}
|
|
631
|
-
interface DownloadIndividualPdfSeatReportParams {
|
|
632
|
-
timezone: string;
|
|
633
|
-
locale: string;
|
|
634
|
-
}
|
|
635
|
-
interface DownloadExcelProtestedCheckParams {
|
|
636
|
-
timezone: string;
|
|
637
|
-
locale: string;
|
|
638
|
-
operation_number?: string;
|
|
639
|
-
new_deposit_number?: string;
|
|
640
|
-
reason?: string;
|
|
641
|
-
total?: number;
|
|
642
|
-
date_end?: number;
|
|
643
|
-
date_begin?: number;
|
|
644
|
-
}
|
|
645
|
-
interface DownloadPdfProtestedCheckParams {
|
|
646
|
-
timezone: string;
|
|
647
|
-
locale: string;
|
|
648
|
-
operation_number?: string;
|
|
649
|
-
new_deposit_number?: string;
|
|
650
|
-
reason?: string;
|
|
651
|
-
total?: number;
|
|
652
|
-
date_end?: number;
|
|
653
|
-
date_begin?: number;
|
|
654
|
-
}
|
|
655
|
-
interface DownloadIndividualExcelProtestedCheckParams {
|
|
656
|
-
timezone: string;
|
|
657
|
-
locale: string;
|
|
658
|
-
}
|
|
659
|
-
interface DownloadIndividualPdfProtestedCheckParams {
|
|
660
|
-
timezone: string;
|
|
661
|
-
locale: string;
|
|
662
|
-
}
|
|
663
|
-
interface DownloadExcelIncomeMovementParams {
|
|
664
|
-
timezone: string;
|
|
665
|
-
locale: string;
|
|
666
|
-
collection_origin_name?: 'down_payment' | 'income' | 'card_settlement' | 'income_banking_transaction' | 'deposit_cheque' | 'prc_cash_liquidation';
|
|
667
|
-
operation_number?: string;
|
|
668
|
-
beneficiary_id?: string;
|
|
669
|
-
beneficiary_name?: string;
|
|
670
|
-
financial_bank_name?: string;
|
|
671
|
-
financial_bank_id?: string;
|
|
672
|
-
document_nomenclature_number?: string;
|
|
673
|
-
company_branch_name?: string;
|
|
674
|
-
company_branch_id?: string;
|
|
675
|
-
date_begin?: number;
|
|
676
|
-
date_end?: number;
|
|
677
|
-
}
|
|
678
|
-
interface DownloadPdfIncomeMovementParams {
|
|
679
|
-
timezone: string;
|
|
680
|
-
locale: string;
|
|
681
|
-
collection_origin_name?: 'down_payment' | 'income' | 'card_settlement' | 'income_banking_transaction' | 'deposit_cheque' | 'prc_cash_liquidation';
|
|
682
|
-
operation_number?: string;
|
|
683
|
-
beneficiary_id?: string;
|
|
684
|
-
beneficiary_name?: string;
|
|
685
|
-
financial_bank_name?: string;
|
|
686
|
-
financial_bank_id?: string;
|
|
687
|
-
document_nomenclature_number?: string;
|
|
688
|
-
company_branch_name?: string;
|
|
689
|
-
company_branch_id?: string;
|
|
690
|
-
date_begin?: number;
|
|
691
|
-
date_end?: number;
|
|
692
|
-
}
|
|
693
|
-
namespace WalletByAge {
|
|
694
|
-
interface DownloadExcelParams {
|
|
695
|
-
seller_full_name?: string;
|
|
696
|
-
client_business_name?: string;
|
|
697
|
-
client_category_name?: string[];
|
|
698
|
-
seller_id?: string;
|
|
699
|
-
date_end?: number;
|
|
700
|
-
date_begin?: number;
|
|
701
|
-
client_category_id?: string[];
|
|
702
|
-
client_id?: string;
|
|
703
|
-
timezone: string;
|
|
704
|
-
locale: string;
|
|
705
|
-
}
|
|
706
|
-
interface DownloadPdfParams {
|
|
707
|
-
seller_full_name?: string;
|
|
708
|
-
client_business_name?: string;
|
|
709
|
-
client_category_name?: string[];
|
|
710
|
-
seller_id?: string;
|
|
711
|
-
date_end?: number;
|
|
712
|
-
date_begin?: number;
|
|
713
|
-
client_category_id?: string[];
|
|
714
|
-
client_id?: string;
|
|
715
|
-
timezone: string;
|
|
716
|
-
locale: string;
|
|
717
|
-
}
|
|
718
|
-
}
|
|
719
|
-
namespace ClientAccountStatement {
|
|
720
|
-
interface DownloadExcelParams {
|
|
721
|
-
balance?: boolean;
|
|
722
|
-
client_business_name: string;
|
|
723
|
-
client_category_name?: string[];
|
|
724
|
-
client_category_id?: string[];
|
|
725
|
-
client_id: string;
|
|
726
|
-
date_end?: number;
|
|
727
|
-
date_begin?: number;
|
|
728
|
-
timezone: string;
|
|
729
|
-
locale: string;
|
|
730
|
-
}
|
|
731
|
-
interface DownloadPdfParams {
|
|
732
|
-
balance?: boolean;
|
|
733
|
-
client_business_name: string;
|
|
734
|
-
client_category_name?: string[];
|
|
735
|
-
client_category_id?: string[];
|
|
736
|
-
client_id: string;
|
|
737
|
-
date_end?: number;
|
|
738
|
-
date_begin?: number;
|
|
739
|
-
timezone: string;
|
|
740
|
-
locale: string;
|
|
741
|
-
}
|
|
742
|
-
}
|
|
743
|
-
namespace DocumentLiquidation {
|
|
744
|
-
interface DownloadExcelParams {
|
|
745
|
-
user_name?: string;
|
|
746
|
-
company_branch_trade_name?: string;
|
|
747
|
-
client_business_name?: string;
|
|
748
|
-
timezone: string;
|
|
749
|
-
locale: string;
|
|
750
|
-
company_branch_id?: string;
|
|
751
|
-
user_id?: string;
|
|
752
|
-
reverse_status?: boolean;
|
|
753
|
-
document_number?: string;
|
|
754
|
-
date_end?: number;
|
|
755
|
-
date_begin?: number;
|
|
756
|
-
type?: string;
|
|
757
|
-
client_id?: string;
|
|
758
|
-
}
|
|
759
|
-
interface DownloadPdfParams {
|
|
760
|
-
user_name?: string;
|
|
761
|
-
company_branch_trade_name?: string;
|
|
762
|
-
client_business_name?: string;
|
|
763
|
-
timezone: string;
|
|
764
|
-
locale: string;
|
|
765
|
-
company_branch_id?: string;
|
|
766
|
-
user_id?: string;
|
|
767
|
-
reverse_status?: boolean;
|
|
768
|
-
document_number?: string;
|
|
769
|
-
date_end?: number;
|
|
770
|
-
date_begin?: number;
|
|
771
|
-
type?: string;
|
|
772
|
-
client_id?: string;
|
|
773
|
-
}
|
|
774
|
-
interface DownloadIndividualExcelParams {
|
|
775
|
-
timezone: string;
|
|
776
|
-
locale: string;
|
|
777
|
-
}
|
|
778
|
-
interface DownloadIndividualPdfParams {
|
|
779
|
-
timezone: string;
|
|
780
|
-
locale: string;
|
|
781
|
-
}
|
|
782
|
-
}
|
|
783
|
-
namespace ClosingOfCash {
|
|
784
|
-
interface DownloadExcelParams {
|
|
785
|
-
company_branch_id?: string;
|
|
786
|
-
company_branch_trade_name?: string;
|
|
787
|
-
user_id?: string;
|
|
788
|
-
user_name?: string;
|
|
789
|
-
document_number?: string;
|
|
790
|
-
date_begin?: number;
|
|
791
|
-
date_end?: number;
|
|
792
|
-
search_type?: string;
|
|
793
|
-
timezone: string;
|
|
794
|
-
locale: string;
|
|
795
|
-
}
|
|
796
|
-
interface DownloadPdfParams {
|
|
797
|
-
company_branch_id?: string;
|
|
798
|
-
company_branch_trade_name?: string;
|
|
799
|
-
user_id?: string;
|
|
800
|
-
user_name?: string;
|
|
801
|
-
document_number?: string;
|
|
802
|
-
date_begin?: number;
|
|
803
|
-
date_end?: number;
|
|
804
|
-
search_type?: string;
|
|
805
|
-
timezone: string;
|
|
806
|
-
locale: string;
|
|
807
|
-
}
|
|
808
|
-
interface DownloadIndividualExcelParams {
|
|
809
|
-
timezone: string;
|
|
810
|
-
locale: string;
|
|
811
|
-
}
|
|
812
|
-
interface DownloadIndividualPdfParams {
|
|
813
|
-
timezone: string;
|
|
814
|
-
locale: string;
|
|
815
|
-
}
|
|
816
|
-
}
|
|
817
|
-
namespace CashLiquidation {
|
|
818
|
-
interface DownloadExcelParams {
|
|
819
|
-
cost_center_name?: string;
|
|
820
|
-
user_name?: string;
|
|
821
|
-
company_branch_trade_name?: string;
|
|
822
|
-
client_business_name?: string;
|
|
823
|
-
timezone: string;
|
|
824
|
-
locale: string;
|
|
825
|
-
payment_term_id?: string;
|
|
826
|
-
payment_term_name_code?: string;
|
|
827
|
-
reverse_status?: boolean;
|
|
828
|
-
document_number?: string;
|
|
829
|
-
date_end?: number;
|
|
830
|
-
date_begin?: number;
|
|
831
|
-
user_id?: string;
|
|
832
|
-
company_branch_id?: string;
|
|
833
|
-
cost_center_id?: string;
|
|
834
|
-
type?: string;
|
|
835
|
-
client_id?: string;
|
|
836
|
-
}
|
|
837
|
-
interface DownloadPdfParams {
|
|
838
|
-
cost_center_name?: string;
|
|
839
|
-
user_name?: string;
|
|
840
|
-
company_branch_trade_name?: string;
|
|
841
|
-
client_business_name?: string;
|
|
842
|
-
timezone: string;
|
|
843
|
-
locale: string;
|
|
844
|
-
payment_term_id?: string;
|
|
845
|
-
payment_term_name_code?: string;
|
|
846
|
-
reverse_status?: boolean;
|
|
847
|
-
document_number?: string;
|
|
848
|
-
date_end?: number;
|
|
849
|
-
date_begin?: number;
|
|
850
|
-
user_id?: string;
|
|
851
|
-
company_branch_id?: string;
|
|
852
|
-
cost_center_id?: string;
|
|
853
|
-
type?: string;
|
|
854
|
-
client_id?: string;
|
|
855
|
-
}
|
|
856
|
-
interface DownloadIndividualExcelParams {
|
|
857
|
-
timezone: string;
|
|
858
|
-
locale: string;
|
|
859
|
-
}
|
|
860
|
-
interface DownloadIndividualPdfParams {
|
|
861
|
-
timezone: string;
|
|
862
|
-
locale: string;
|
|
863
|
-
}
|
|
864
|
-
}
|
|
865
|
-
namespace DownPayment {
|
|
866
|
-
interface DownloadExcelParams {
|
|
867
|
-
client_branch_name?: string;
|
|
868
|
-
company_branch_trade_name?: string;
|
|
869
|
-
user_name?: string;
|
|
870
|
-
client_business_name?: string;
|
|
871
|
-
reverse_status?: boolean;
|
|
872
|
-
date_begin?: number;
|
|
873
|
-
date_end?: number;
|
|
874
|
-
document_number?: string;
|
|
875
|
-
user_id?: string;
|
|
876
|
-
client_branch_id?: string;
|
|
877
|
-
company_branch_id?: string;
|
|
878
|
-
client_id?: string;
|
|
879
|
-
timezone: string;
|
|
880
|
-
locale: string;
|
|
881
|
-
}
|
|
882
|
-
interface DownloadPdfParams {
|
|
883
|
-
client_branch_name?: string;
|
|
884
|
-
company_branch_trade_name?: string;
|
|
885
|
-
user_name?: string;
|
|
886
|
-
client_business_name?: string;
|
|
887
|
-
reverse_status?: boolean;
|
|
888
|
-
date_begin?: number;
|
|
889
|
-
date_end?: number;
|
|
890
|
-
document_number?: string;
|
|
891
|
-
user_id?: string;
|
|
892
|
-
client_branch_id?: string;
|
|
893
|
-
company_branch_id?: string;
|
|
894
|
-
client_id?: string;
|
|
895
|
-
timezone: string;
|
|
896
|
-
locale: string;
|
|
897
|
-
}
|
|
898
|
-
interface DownloadIndividualExcelParams {
|
|
899
|
-
timezone: string;
|
|
900
|
-
locale: string;
|
|
901
|
-
}
|
|
902
|
-
interface DownloadIndividualPdfParams {
|
|
903
|
-
timezone: string;
|
|
904
|
-
locale: string;
|
|
905
|
-
}
|
|
906
|
-
interface DownloadIndividualClientPdfParams {
|
|
907
|
-
timezone: string;
|
|
908
|
-
locale: string;
|
|
909
|
-
}
|
|
910
|
-
}
|
|
911
|
-
namespace Income {
|
|
912
|
-
interface DownloadExcelParams {
|
|
913
|
-
seller_full_name?: string;
|
|
914
|
-
company_branch_trade_name?: string;
|
|
915
|
-
user_name?: string;
|
|
916
|
-
client_business_name?: string;
|
|
917
|
-
company_branch_id?: string;
|
|
918
|
-
user_id?: string;
|
|
919
|
-
seller_id?: string;
|
|
920
|
-
client_id?: string;
|
|
921
|
-
document_number?: string;
|
|
922
|
-
date_end?: number;
|
|
923
|
-
date_begin?: number;
|
|
924
|
-
reverse_status?: boolean;
|
|
925
|
-
timezone: string;
|
|
926
|
-
locale: string;
|
|
927
|
-
}
|
|
928
|
-
interface DownloadPdfParams {
|
|
929
|
-
seller_full_name?: string;
|
|
930
|
-
company_branch_trade_name?: string;
|
|
931
|
-
user_name?: string;
|
|
932
|
-
client_business_name?: string;
|
|
933
|
-
company_branch_id?: string;
|
|
934
|
-
user_id?: string;
|
|
935
|
-
seller_id?: string;
|
|
936
|
-
client_id?: string;
|
|
937
|
-
document_number?: string;
|
|
938
|
-
date_end?: number;
|
|
939
|
-
date_begin?: number;
|
|
940
|
-
reverse_status?: boolean;
|
|
941
|
-
timezone: string;
|
|
942
|
-
locale: string;
|
|
943
|
-
}
|
|
944
|
-
interface DownloadIndividualExcelParams {
|
|
945
|
-
timezone: string;
|
|
946
|
-
locale: string;
|
|
947
|
-
}
|
|
948
|
-
interface DownloadIndividualPdfParams {
|
|
949
|
-
timezone: string;
|
|
950
|
-
locale: string;
|
|
951
|
-
}
|
|
952
|
-
interface DownloadIndividualClientPdfParams {
|
|
953
|
-
timezone: string;
|
|
954
|
-
locale: string;
|
|
955
|
-
}
|
|
956
|
-
}
|
|
957
|
-
namespace InternalCredit {
|
|
958
|
-
interface DownloadExcelParams {
|
|
959
|
-
seller_full_name?: string;
|
|
960
|
-
company_branch_trade_name?: string;
|
|
961
|
-
user_name?: string;
|
|
962
|
-
client_business_name?: string;
|
|
963
|
-
date_end?: number;
|
|
964
|
-
date_begin?: number;
|
|
965
|
-
client_id?: string;
|
|
966
|
-
user_id?: string;
|
|
967
|
-
seller_id?: string;
|
|
968
|
-
client_branch_id?: string;
|
|
969
|
-
client_branch_name?: string;
|
|
970
|
-
company_branch_id?: string;
|
|
971
|
-
reverse_status?: boolean;
|
|
972
|
-
document_number?: string;
|
|
973
|
-
timezone: string;
|
|
974
|
-
locale: string;
|
|
975
|
-
}
|
|
976
|
-
interface DownloadPdfParams {
|
|
977
|
-
seller_full_name?: string;
|
|
978
|
-
company_branch_trade_name?: string;
|
|
979
|
-
user_name?: string;
|
|
980
|
-
client_business_name?: string;
|
|
981
|
-
date_end?: number;
|
|
982
|
-
date_begin?: number;
|
|
983
|
-
client_id?: string;
|
|
984
|
-
user_id?: string;
|
|
985
|
-
seller_id?: string;
|
|
986
|
-
client_branch_id?: string;
|
|
987
|
-
client_branch_name?: string;
|
|
988
|
-
company_branch_id?: string;
|
|
989
|
-
reverse_status?: boolean;
|
|
990
|
-
document_number?: string;
|
|
991
|
-
timezone: string;
|
|
992
|
-
locale: string;
|
|
993
|
-
}
|
|
994
|
-
interface DownloadIndividualExcelParams {
|
|
995
|
-
timezone: string;
|
|
996
|
-
locale: string;
|
|
997
|
-
}
|
|
998
|
-
interface DownloadIndividualPdfParams {
|
|
999
|
-
timezone: string;
|
|
1000
|
-
locale: string;
|
|
1001
|
-
}
|
|
1002
|
-
}
|
|
1003
|
-
namespace CrossingAccounts {
|
|
1004
|
-
interface DownloadExcelParams {
|
|
1005
|
-
provider_business_name?: string;
|
|
1006
|
-
company_branch_trade_name?: string;
|
|
1007
|
-
user_name?: string;
|
|
1008
|
-
client_business_name?: string;
|
|
1009
|
-
timezone: string;
|
|
1010
|
-
locale: string;
|
|
1011
|
-
client_id?: string;
|
|
1012
|
-
company_branch_id?: string;
|
|
1013
|
-
user_id?: string;
|
|
1014
|
-
reverse_status?: boolean;
|
|
1015
|
-
document_number?: string;
|
|
1016
|
-
date_end?: number;
|
|
1017
|
-
date_begin?: number;
|
|
1018
|
-
provider_id?: string;
|
|
1019
|
-
}
|
|
1020
|
-
interface DownloadPdfParams {
|
|
1021
|
-
provider_business_name?: string;
|
|
1022
|
-
company_branch_trade_name?: string;
|
|
1023
|
-
user_name?: string;
|
|
1024
|
-
client_business_name?: string;
|
|
1025
|
-
timezone: string;
|
|
1026
|
-
locale: string;
|
|
1027
|
-
client_id?: string;
|
|
1028
|
-
company_branch_id?: string;
|
|
1029
|
-
user_id?: string;
|
|
1030
|
-
reverse_status?: boolean;
|
|
1031
|
-
document_number?: string;
|
|
1032
|
-
date_end?: number;
|
|
1033
|
-
date_begin?: number;
|
|
1034
|
-
provider_id?: string;
|
|
1035
|
-
}
|
|
1036
|
-
interface DownloadIndividualExcelParams {
|
|
1037
|
-
timezone: string;
|
|
1038
|
-
locale: string;
|
|
1039
|
-
}
|
|
1040
|
-
interface DownloadIndividualPdfParams {
|
|
1041
|
-
timezone: string;
|
|
1042
|
-
locale: string;
|
|
1043
|
-
}
|
|
1044
|
-
}
|
|
1045
|
-
namespace CreditRequest {
|
|
1046
|
-
interface DownloadExcelParams {
|
|
1047
|
-
company_branch_trade_name?: string;
|
|
1048
|
-
user_name?: string;
|
|
1049
|
-
client_business_name?: string;
|
|
1050
|
-
user_id?: string;
|
|
1051
|
-
company_branch_id?: string;
|
|
1052
|
-
timezone: string;
|
|
1053
|
-
locale: string;
|
|
1054
|
-
date_end?: number;
|
|
1055
|
-
date_begin?: number;
|
|
1056
|
-
type?: string;
|
|
1057
|
-
document_state?: string;
|
|
1058
|
-
new_credit_number?: string;
|
|
1059
|
-
client_id?: string;
|
|
1060
|
-
}
|
|
1061
|
-
interface DownloadPdfParams {
|
|
1062
|
-
company_branch_trade_name?: string;
|
|
1063
|
-
user_name?: string;
|
|
1064
|
-
client_business_name?: string;
|
|
1065
|
-
user_id?: string;
|
|
1066
|
-
company_branch_id?: string;
|
|
1067
|
-
timezone: string;
|
|
1068
|
-
locale: string;
|
|
1069
|
-
date_end?: number;
|
|
1070
|
-
date_begin?: number;
|
|
1071
|
-
type?: string;
|
|
1072
|
-
document_state?: string;
|
|
1073
|
-
new_credit_number?: string;
|
|
1074
|
-
client_id?: string;
|
|
1075
|
-
}
|
|
1076
|
-
interface DownloadIndividualExcelParams {
|
|
1077
|
-
timezone: string;
|
|
1078
|
-
locale: string;
|
|
1079
|
-
}
|
|
1080
|
-
interface DownloadIndividualPdfParams {
|
|
1081
|
-
timezone: string;
|
|
1082
|
-
locale: string;
|
|
1083
|
-
}
|
|
1084
|
-
}
|
|
1085
|
-
namespace Reverse {
|
|
1086
|
-
namespace DocumentLiquidation {
|
|
1087
|
-
interface DownloadExcelParams {
|
|
1088
|
-
date_begin?: number;
|
|
1089
|
-
date_end?: number;
|
|
1090
|
-
timezone: string;
|
|
1091
|
-
locale: string;
|
|
1092
|
-
reason?: string;
|
|
1093
|
-
reason_name?: string;
|
|
1094
|
-
document_number?: string;
|
|
1095
|
-
sequence?: string;
|
|
1096
|
-
user_name?: string;
|
|
1097
|
-
user_id?: string;
|
|
1098
|
-
}
|
|
1099
|
-
interface DownloadPdfParams {
|
|
1100
|
-
date_begin?: number;
|
|
1101
|
-
date_end?: number;
|
|
1102
|
-
timezone: string;
|
|
1103
|
-
locale: string;
|
|
1104
|
-
reason?: string;
|
|
1105
|
-
reason_name?: string;
|
|
1106
|
-
document_number?: string;
|
|
1107
|
-
sequence?: string;
|
|
1108
|
-
user_name?: string;
|
|
1109
|
-
user_id?: string;
|
|
1110
|
-
}
|
|
1111
|
-
interface DownloadIndividualExcelParams {
|
|
1112
|
-
timezone: string;
|
|
1113
|
-
locale: string;
|
|
1114
|
-
}
|
|
1115
|
-
interface DownloadIndividualPdfParams {
|
|
1116
|
-
timezone: string;
|
|
1117
|
-
locale: string;
|
|
1118
|
-
}
|
|
1119
|
-
}
|
|
1120
|
-
namespace CashLiquidation {
|
|
1121
|
-
interface DownloadExcelParams {
|
|
1122
|
-
reason?: string;
|
|
1123
|
-
reason_name?: string;
|
|
1124
|
-
document_number?: string;
|
|
1125
|
-
sequence?: string;
|
|
1126
|
-
user_id?: string;
|
|
1127
|
-
user_name?: string;
|
|
1128
|
-
date_begin?: number;
|
|
1129
|
-
date_end?: number;
|
|
1130
|
-
timezone: string;
|
|
1131
|
-
locale: string;
|
|
1132
|
-
}
|
|
1133
|
-
interface DownloadPdfParams {
|
|
1134
|
-
reason?: string;
|
|
1135
|
-
reason_name?: string;
|
|
1136
|
-
document_number?: string;
|
|
1137
|
-
sequence?: string;
|
|
1138
|
-
user_id?: string;
|
|
1139
|
-
user_name?: string;
|
|
1140
|
-
date_begin?: number;
|
|
1141
|
-
date_end?: number;
|
|
1142
|
-
timezone: string;
|
|
1143
|
-
locale: string;
|
|
1144
|
-
}
|
|
1145
|
-
interface DownloadIndividualExcelParams {
|
|
1146
|
-
timezone: string;
|
|
1147
|
-
locale: string;
|
|
1148
|
-
}
|
|
1149
|
-
interface DownloadIndividualPdfParams {
|
|
1150
|
-
timezone: string;
|
|
1151
|
-
locale: string;
|
|
1152
|
-
}
|
|
1153
|
-
}
|
|
1154
|
-
namespace DownPayment {
|
|
1155
|
-
interface DownloadExcelParams {
|
|
1156
|
-
date_begin?: number;
|
|
1157
|
-
date_end?: number;
|
|
1158
|
-
timezone: string;
|
|
1159
|
-
locale: string;
|
|
1160
|
-
reason?: string;
|
|
1161
|
-
reason_name?: string;
|
|
1162
|
-
document_number?: string;
|
|
1163
|
-
sequence?: string;
|
|
1164
|
-
user_id?: string;
|
|
1165
|
-
user_name?: string;
|
|
1166
|
-
}
|
|
1167
|
-
interface DownloadPdfParams {
|
|
1168
|
-
date_begin?: number;
|
|
1169
|
-
date_end?: number;
|
|
1170
|
-
timezone: string;
|
|
1171
|
-
locale: string;
|
|
1172
|
-
reason?: string;
|
|
1173
|
-
reason_name?: string;
|
|
1174
|
-
document_number?: string;
|
|
1175
|
-
sequence?: string;
|
|
1176
|
-
user_id?: string;
|
|
1177
|
-
user_name?: string;
|
|
1178
|
-
}
|
|
1179
|
-
interface DownloadIndividualExcelParams {
|
|
1180
|
-
timezone: string;
|
|
1181
|
-
locale: string;
|
|
1182
|
-
}
|
|
1183
|
-
interface DownloadIndividualPdfParams {
|
|
1184
|
-
timezone: string;
|
|
1185
|
-
locale: string;
|
|
1186
|
-
}
|
|
1187
|
-
}
|
|
1188
|
-
namespace Income {
|
|
1189
|
-
interface DownloadExcelParams {
|
|
1190
|
-
date_begin?: number;
|
|
1191
|
-
date_end?: number;
|
|
1192
|
-
timezone: string;
|
|
1193
|
-
locale: string;
|
|
1194
|
-
reason?: string;
|
|
1195
|
-
reason_name?: string;
|
|
1196
|
-
document_number?: string;
|
|
1197
|
-
sequence?: string;
|
|
1198
|
-
user_id?: string;
|
|
1199
|
-
user_name?: string;
|
|
1200
|
-
}
|
|
1201
|
-
interface DownloadPdfParams {
|
|
1202
|
-
date_begin?: number;
|
|
1203
|
-
date_end?: number;
|
|
1204
|
-
timezone: string;
|
|
1205
|
-
locale: string;
|
|
1206
|
-
reason?: string;
|
|
1207
|
-
reason_name?: string;
|
|
1208
|
-
document_number?: string;
|
|
1209
|
-
sequence?: string;
|
|
1210
|
-
user_id?: string;
|
|
1211
|
-
user_name?: string;
|
|
1212
|
-
}
|
|
1213
|
-
interface DownloadIndividualExcelParams {
|
|
1214
|
-
timezone: string;
|
|
1215
|
-
locale: string;
|
|
1216
|
-
}
|
|
1217
|
-
interface DownloadIndividualPdfParams {
|
|
1218
|
-
timezone: string;
|
|
1219
|
-
locale: string;
|
|
1220
|
-
}
|
|
1221
|
-
}
|
|
1222
|
-
namespace InternalCredit {
|
|
1223
|
-
interface DownloadExcelParams {
|
|
1224
|
-
date_begin?: number;
|
|
1225
|
-
date_end?: number;
|
|
1226
|
-
timezone: string;
|
|
1227
|
-
locale: string;
|
|
1228
|
-
reason?: string;
|
|
1229
|
-
reason_name?: string;
|
|
1230
|
-
document_number?: string;
|
|
1231
|
-
sequence?: string;
|
|
1232
|
-
user_id?: string;
|
|
1233
|
-
user_name?: string;
|
|
1234
|
-
}
|
|
1235
|
-
interface DownloadPdfParams {
|
|
1236
|
-
date_begin?: number;
|
|
1237
|
-
date_end?: number;
|
|
1238
|
-
timezone: string;
|
|
1239
|
-
locale: string;
|
|
1240
|
-
reason?: string;
|
|
1241
|
-
reason_name?: string;
|
|
1242
|
-
document_number?: string;
|
|
1243
|
-
sequence?: string;
|
|
1244
|
-
user_id?: string;
|
|
1245
|
-
user_name?: string;
|
|
1246
|
-
}
|
|
1247
|
-
interface DownloadIndividualExcelParams {
|
|
1248
|
-
timezone: string;
|
|
1249
|
-
locale: string;
|
|
1250
|
-
}
|
|
1251
|
-
interface DownloadIndividualPdfParams {
|
|
1252
|
-
timezone: string;
|
|
1253
|
-
locale: string;
|
|
1254
|
-
}
|
|
1255
|
-
}
|
|
1256
|
-
namespace CrossingAccounts {
|
|
1257
|
-
interface DownloadExcelParams {
|
|
1258
|
-
date_begin?: number;
|
|
1259
|
-
date_end?: number;
|
|
1260
|
-
reason?: string;
|
|
1261
|
-
reason_name?: string;
|
|
1262
|
-
document_number?: string;
|
|
1263
|
-
sequence?: string;
|
|
1264
|
-
user_id?: string;
|
|
1265
|
-
user_name?: string;
|
|
1266
|
-
timezone: string;
|
|
1267
|
-
locale: string;
|
|
1268
|
-
}
|
|
1269
|
-
interface DownloadPdfParams {
|
|
1270
|
-
date_begin?: number;
|
|
1271
|
-
date_end?: number;
|
|
1272
|
-
reason?: string;
|
|
1273
|
-
reason_name?: string;
|
|
1274
|
-
document_number?: string;
|
|
1275
|
-
sequence?: string;
|
|
1276
|
-
user_id?: string;
|
|
1277
|
-
user_name?: string;
|
|
1278
|
-
timezone: string;
|
|
1279
|
-
locale: string;
|
|
1280
|
-
}
|
|
1281
|
-
interface DownloadIndividualExcelParams {
|
|
1282
|
-
timezone: string;
|
|
1283
|
-
locale: string;
|
|
1284
|
-
}
|
|
1285
|
-
interface DownloadIndividualPdfParams {
|
|
1286
|
-
timezone: string;
|
|
1287
|
-
locale: string;
|
|
1288
|
-
}
|
|
1289
|
-
}
|
|
1290
|
-
}
|
|
1291
|
-
namespace ClosingOfCashArqueo {
|
|
1292
|
-
interface DownloadExcelParams {
|
|
1293
|
-
company_branch_id?: string;
|
|
1294
|
-
company_branch_trade_name?: string;
|
|
1295
|
-
user_name?: string;
|
|
1296
|
-
user_id?: string;
|
|
1297
|
-
document_number?: string;
|
|
1298
|
-
date_begin?: number;
|
|
1299
|
-
date_end?: number;
|
|
1300
|
-
timezone: string;
|
|
1301
|
-
locale: string;
|
|
1302
|
-
}
|
|
1303
|
-
interface DownloadPdfParams {
|
|
1304
|
-
company_branch_id?: string;
|
|
1305
|
-
company_branch_trade_name?: string;
|
|
1306
|
-
user_name?: string;
|
|
1307
|
-
user_id?: string;
|
|
1308
|
-
document_number?: string;
|
|
1309
|
-
date_begin?: number;
|
|
1310
|
-
date_end?: number;
|
|
1311
|
-
timezone: string;
|
|
1312
|
-
locale: string;
|
|
1313
|
-
}
|
|
1314
|
-
interface DownloadIndividualExcelParams {
|
|
1315
|
-
timezone: string;
|
|
1316
|
-
locale: string;
|
|
1317
|
-
}
|
|
1318
|
-
interface DownloadIndividualPdfParams {
|
|
1319
|
-
timezone: string;
|
|
1320
|
-
locale: string;
|
|
1321
|
-
}
|
|
1322
|
-
}
|
|
1323
|
-
namespace CreditManagement {
|
|
1324
|
-
interface DownloadExcelParams {
|
|
1325
|
-
user_name?: string;
|
|
1326
|
-
seller_full_name?: string;
|
|
1327
|
-
company_branch_trade_name?: string;
|
|
1328
|
-
client_business_name?: string;
|
|
1329
|
-
client_branch_name?: string;
|
|
1330
|
-
company_branch_id?: string;
|
|
1331
|
-
invoice_number?: string;
|
|
1332
|
-
origin_credit?: string;
|
|
1333
|
-
user_id?: string;
|
|
1334
|
-
date_begin?: number;
|
|
1335
|
-
date_end?: number;
|
|
1336
|
-
reverse_status?: boolean;
|
|
1337
|
-
enabled?: boolean;
|
|
1338
|
-
document_number?: string;
|
|
1339
|
-
client_branch_id?: string;
|
|
1340
|
-
seller_id?: string;
|
|
1341
|
-
client_id?: string;
|
|
1342
|
-
timezone: string;
|
|
1343
|
-
locale: string;
|
|
1344
|
-
}
|
|
1345
|
-
interface DownloadPdfParams {
|
|
1346
|
-
user_name?: string;
|
|
1347
|
-
seller_full_name?: string;
|
|
1348
|
-
company_branch_trade_name?: string;
|
|
1349
|
-
client_business_name?: string;
|
|
1350
|
-
client_branch_name?: string;
|
|
1351
|
-
company_branch_id?: string;
|
|
1352
|
-
invoice_number?: string;
|
|
1353
|
-
origin_credit?: string;
|
|
1354
|
-
user_id?: string;
|
|
1355
|
-
date_begin?: number;
|
|
1356
|
-
date_end?: number;
|
|
1357
|
-
reverse_status?: boolean;
|
|
1358
|
-
enabled?: boolean;
|
|
1359
|
-
document_number?: string;
|
|
1360
|
-
client_branch_id?: string;
|
|
1361
|
-
seller_id?: string;
|
|
1362
|
-
client_id?: string;
|
|
1363
|
-
timezone: string;
|
|
1364
|
-
locale: string;
|
|
1365
|
-
}
|
|
1366
|
-
}
|
|
1367
|
-
namespace InitialBalances {
|
|
1368
|
-
namespace Sales {
|
|
1369
|
-
interface DownloadExcelParams {
|
|
1370
|
-
user_id?: string;
|
|
1371
|
-
user_name?: string;
|
|
1372
|
-
seller_full_name?: string;
|
|
1373
|
-
company_branch_trade_name?: string;
|
|
1374
|
-
client_branch_name?: string;
|
|
1375
|
-
client_branch_id?: string;
|
|
1376
|
-
company_branch_id?: string;
|
|
1377
|
-
client_business_name?: string;
|
|
1378
|
-
seller_id?: string;
|
|
1379
|
-
client_id?: string;
|
|
1380
|
-
invoice_number?: string;
|
|
1381
|
-
document_number?: string;
|
|
1382
|
-
date_end?: number;
|
|
1383
|
-
date_begin?: number;
|
|
1384
|
-
timezone: string;
|
|
1385
|
-
locale: string;
|
|
1386
|
-
}
|
|
1387
|
-
interface DownloadPdfParams {
|
|
1388
|
-
user_id?: string;
|
|
1389
|
-
user_name?: string;
|
|
1390
|
-
seller_full_name?: string;
|
|
1391
|
-
company_branch_trade_name?: string;
|
|
1392
|
-
client_branch_name?: string;
|
|
1393
|
-
client_branch_id?: string;
|
|
1394
|
-
company_branch_id?: string;
|
|
1395
|
-
client_business_name?: string;
|
|
1396
|
-
seller_id?: string;
|
|
1397
|
-
client_id?: string;
|
|
1398
|
-
invoice_number?: string;
|
|
1399
|
-
document_number?: string;
|
|
1400
|
-
date_end?: number;
|
|
1401
|
-
date_begin?: number;
|
|
1402
|
-
timezone: string;
|
|
1403
|
-
locale: string;
|
|
1404
|
-
}
|
|
1405
|
-
interface DownloadIndividualExcelParams {
|
|
1406
|
-
timezone: string;
|
|
1407
|
-
locale: string;
|
|
1408
|
-
}
|
|
1409
|
-
interface DownloadIndividualPdfParams {
|
|
1410
|
-
timezone: string;
|
|
1411
|
-
locale: string;
|
|
1412
|
-
}
|
|
1413
|
-
}
|
|
1414
|
-
namespace DownPayment {
|
|
1415
|
-
interface DownloadExcelParams {
|
|
1416
|
-
user_name?: string;
|
|
1417
|
-
seller_full_name?: string;
|
|
1418
|
-
company_branch_trade_name?: string;
|
|
1419
|
-
client_branch_name?: string;
|
|
1420
|
-
client_business_name?: string;
|
|
1421
|
-
date_end?: number;
|
|
1422
|
-
date_begin?: number;
|
|
1423
|
-
payment_term?: string;
|
|
1424
|
-
document_sequence?: string;
|
|
1425
|
-
sequencial?: string;
|
|
1426
|
-
sequential?: string;
|
|
1427
|
-
user_id?: string;
|
|
1428
|
-
seller_id?: string;
|
|
1429
|
-
company_branch_id?: string;
|
|
1430
|
-
client_branch_id?: string;
|
|
1431
|
-
client_id?: string;
|
|
1432
|
-
timezone: string;
|
|
1433
|
-
locale: string;
|
|
1434
|
-
cost_center_id?: string;
|
|
1435
|
-
cost_center_name?: string;
|
|
1436
|
-
}
|
|
1437
|
-
interface DownloadPdfParams {
|
|
1438
|
-
user_name?: string;
|
|
1439
|
-
seller_full_name?: string;
|
|
1440
|
-
company_branch_trade_name?: string;
|
|
1441
|
-
client_branch_name?: string;
|
|
1442
|
-
client_business_name?: string;
|
|
1443
|
-
date_end?: number;
|
|
1444
|
-
date_begin?: number;
|
|
1445
|
-
payment_term?: string;
|
|
1446
|
-
document_sequence?: string;
|
|
1447
|
-
sequencial?: string;
|
|
1448
|
-
sequential?: string;
|
|
1449
|
-
user_id?: string;
|
|
1450
|
-
seller_id?: string;
|
|
1451
|
-
company_branch_id?: string;
|
|
1452
|
-
client_branch_id?: string;
|
|
1453
|
-
client_id?: string;
|
|
1454
|
-
timezone: string;
|
|
1455
|
-
locale: string;
|
|
1456
|
-
}
|
|
1457
|
-
interface DownloadIndividualExcelParams {
|
|
1458
|
-
timezone: string;
|
|
1459
|
-
locale: string;
|
|
1460
|
-
}
|
|
1461
|
-
interface DownloadIndividualPdfParams {
|
|
1462
|
-
timezone: string;
|
|
1463
|
-
locale: string;
|
|
1464
|
-
}
|
|
1465
|
-
}
|
|
1466
|
-
namespace CreditNote {
|
|
1467
|
-
interface DownloadExcelParams {
|
|
1468
|
-
user_name?: string;
|
|
1469
|
-
seller_full_name?: string;
|
|
1470
|
-
company_branch_trade_name?: string;
|
|
1471
|
-
client_branch_name?: string;
|
|
1472
|
-
client_business_name?: string;
|
|
1473
|
-
date_end?: number;
|
|
1474
|
-
date_begin?: number;
|
|
1475
|
-
payment_term?: string;
|
|
1476
|
-
document_sequence?: string;
|
|
1477
|
-
sequencial?: string;
|
|
1478
|
-
sequential?: string;
|
|
1479
|
-
user_id?: string;
|
|
1480
|
-
seller_id?: string;
|
|
1481
|
-
company_branch_id?: string;
|
|
1482
|
-
client_branch_id?: string;
|
|
1483
|
-
client_id?: string;
|
|
1484
|
-
timezone: string;
|
|
1485
|
-
locale: string;
|
|
1486
|
-
}
|
|
1487
|
-
interface DownloadPdfParams {
|
|
1488
|
-
user_name?: string;
|
|
1489
|
-
seller_full_name?: string;
|
|
1490
|
-
company_branch_trade_name?: string;
|
|
1491
|
-
client_branch_name?: string;
|
|
1492
|
-
client_business_name?: string;
|
|
1493
|
-
date_end?: number;
|
|
1494
|
-
date_begin?: number;
|
|
1495
|
-
payment_term?: string;
|
|
1496
|
-
document_sequence?: string;
|
|
1497
|
-
sequencial?: string;
|
|
1498
|
-
sequential?: string;
|
|
1499
|
-
user_id?: string;
|
|
1500
|
-
seller_id?: string;
|
|
1501
|
-
company_branch_id?: string;
|
|
1502
|
-
client_branch_id?: string;
|
|
1503
|
-
client_id?: string;
|
|
1504
|
-
timezone: string;
|
|
1505
|
-
locale: string;
|
|
1506
|
-
}
|
|
1507
|
-
interface DownloadIndividualExcelParams {
|
|
1508
|
-
timezone: string;
|
|
1509
|
-
locale: string;
|
|
1510
|
-
}
|
|
1511
|
-
interface DownloadIndividualPdfParams {
|
|
1512
|
-
timezone: string;
|
|
1513
|
-
locale: string;
|
|
1514
|
-
}
|
|
1515
|
-
}
|
|
1516
|
-
namespace Retention {
|
|
1517
|
-
interface DownloadExcelParams {
|
|
1518
|
-
user_name?: string;
|
|
1519
|
-
seller_full_name?: string;
|
|
1520
|
-
company_branch_trade_name?: string;
|
|
1521
|
-
client_branch_name?: string;
|
|
1522
|
-
client_business_name?: string;
|
|
1523
|
-
date_end?: number;
|
|
1524
|
-
date_begin?: number;
|
|
1525
|
-
payment_term?: string;
|
|
1526
|
-
document_sequence?: string;
|
|
1527
|
-
sequencial?: string;
|
|
1528
|
-
sequential?: string;
|
|
1529
|
-
user_id?: string;
|
|
1530
|
-
seller_id?: string;
|
|
1531
|
-
company_branch_id?: string;
|
|
1532
|
-
client_branch_id?: string;
|
|
1533
|
-
client_id?: string;
|
|
1534
|
-
timezone: string;
|
|
1535
|
-
locale: string;
|
|
1536
|
-
}
|
|
1537
|
-
interface DownloadPdfParams {
|
|
1538
|
-
user_name?: string;
|
|
1539
|
-
seller_full_name?: string;
|
|
1540
|
-
company_branch_trade_name?: string;
|
|
1541
|
-
client_branch_name?: string;
|
|
1542
|
-
client_business_name?: string;
|
|
1543
|
-
date_end?: number;
|
|
1544
|
-
date_begin?: number;
|
|
1545
|
-
payment_term?: string;
|
|
1546
|
-
document_sequence?: string;
|
|
1547
|
-
sequencial?: string;
|
|
1548
|
-
sequential?: string;
|
|
1549
|
-
user_id?: string;
|
|
1550
|
-
seller_id?: string;
|
|
1551
|
-
company_branch_id?: string;
|
|
1552
|
-
client_branch_id?: string;
|
|
1553
|
-
client_id?: string;
|
|
1554
|
-
timezone: string;
|
|
1555
|
-
locale: string;
|
|
1556
|
-
}
|
|
1557
|
-
interface DownloadIndividualExcelParams {
|
|
1558
|
-
timezone: string;
|
|
1559
|
-
locale: string;
|
|
1560
|
-
}
|
|
1561
|
-
interface DownloadIndividualPdfParams {
|
|
1562
|
-
timezone: string;
|
|
1563
|
-
locale: string;
|
|
1564
|
-
}
|
|
1565
|
-
}
|
|
1566
|
-
}
|
|
1567
|
-
interface ConfirmResponse {
|
|
1568
|
-
success: boolean;
|
|
1569
|
-
message: string;
|
|
1570
|
-
data?: any;
|
|
1571
|
-
}
|
|
1572
|
-
namespace InitialBalanceDownPaymentPayable {
|
|
1573
|
-
interface DownloadExcelParams {
|
|
1574
|
-
timezone: string;
|
|
1575
|
-
locale: string;
|
|
1576
|
-
document_sequence?: string;
|
|
1577
|
-
sequencial?: string;
|
|
1578
|
-
user_name?: string;
|
|
1579
|
-
user_id?: string;
|
|
1580
|
-
provider_business_name?: string;
|
|
1581
|
-
provider_id?: string;
|
|
1582
|
-
date_end?: number;
|
|
1583
|
-
date_begin?: number;
|
|
1584
|
-
}
|
|
1585
|
-
interface DownloadPdfParams {
|
|
1586
|
-
timezone: string;
|
|
1587
|
-
locale: string;
|
|
1588
|
-
document_sequence?: string;
|
|
1589
|
-
sequencial?: string;
|
|
1590
|
-
user_name?: string;
|
|
1591
|
-
user_id?: string;
|
|
1592
|
-
provider_business_name?: string;
|
|
1593
|
-
provider_id?: string;
|
|
1594
|
-
date_end?: number;
|
|
1595
|
-
date_begin?: number;
|
|
1596
|
-
}
|
|
1597
|
-
interface DownloadIndividualExcelParams {
|
|
1598
|
-
timezone: string;
|
|
1599
|
-
locale: string;
|
|
1600
|
-
}
|
|
1601
|
-
interface DownloadIndividualPdfParams {
|
|
1602
|
-
timezone: string;
|
|
1603
|
-
locale: string;
|
|
1604
|
-
}
|
|
1605
|
-
}
|
|
1606
|
-
namespace InitialBalanceCreditNotePayable {
|
|
1607
|
-
interface DownloadExcelParams {
|
|
1608
|
-
timezone: string;
|
|
1609
|
-
locale: string;
|
|
1610
|
-
document_sequence?: string;
|
|
1611
|
-
sequencial?: string;
|
|
1612
|
-
user_name?: string;
|
|
1613
|
-
user_id?: string;
|
|
1614
|
-
provider_business_name?: string;
|
|
1615
|
-
provider_id?: string;
|
|
1616
|
-
date_end?: number;
|
|
1617
|
-
date_begin?: number;
|
|
1618
|
-
}
|
|
1619
|
-
interface DownloadPdfParams {
|
|
1620
|
-
timezone: string;
|
|
1621
|
-
locale: string;
|
|
1622
|
-
document_sequence?: string;
|
|
1623
|
-
sequencial?: string;
|
|
1624
|
-
user_name?: string;
|
|
1625
|
-
user_id?: string;
|
|
1626
|
-
provider_business_name?: string;
|
|
1627
|
-
provider_id?: string;
|
|
1628
|
-
date_end?: number;
|
|
1629
|
-
date_begin?: number;
|
|
1630
|
-
}
|
|
1631
|
-
interface DownloadIndividualExcelParams {
|
|
1632
|
-
timezone: string;
|
|
1633
|
-
locale: string;
|
|
1634
|
-
}
|
|
1635
|
-
interface DownloadIndividualPdfParams {
|
|
1636
|
-
timezone: string;
|
|
1637
|
-
locale: string;
|
|
1638
|
-
}
|
|
1639
|
-
}
|
|
1640
|
-
namespace InitialBalancePayable {
|
|
1641
|
-
interface DownloadExcelParams {
|
|
1642
|
-
timezone: string;
|
|
1643
|
-
locale: string;
|
|
1644
|
-
document_sequence?: string;
|
|
1645
|
-
sequencial?: string;
|
|
1646
|
-
user_name?: string;
|
|
1647
|
-
user_id?: string;
|
|
1648
|
-
provider_business_name?: string;
|
|
1649
|
-
provider_id?: string;
|
|
1650
|
-
date_end?: number;
|
|
1651
|
-
date_begin?: number;
|
|
1652
|
-
}
|
|
1653
|
-
interface DownloadPdfParams {
|
|
1654
|
-
timezone: string;
|
|
1655
|
-
locale: string;
|
|
1656
|
-
document_sequence?: string;
|
|
1657
|
-
sequencial?: string;
|
|
1658
|
-
user_name?: string;
|
|
1659
|
-
user_id?: string;
|
|
1660
|
-
provider_business_name?: string;
|
|
1661
|
-
provider_id?: string;
|
|
1662
|
-
date_end?: number;
|
|
1663
|
-
date_begin?: number;
|
|
1664
|
-
}
|
|
1665
|
-
interface DownloadIndividualExcelParams {
|
|
1666
|
-
timezone: string;
|
|
1667
|
-
locale: string;
|
|
1668
|
-
}
|
|
1669
|
-
interface DownloadIndividualPdfParams {
|
|
1670
|
-
timezone: string;
|
|
1671
|
-
locale: string;
|
|
1672
|
-
}
|
|
1673
|
-
}
|
|
1674
|
-
namespace InitialBalanceRetentionPayable {
|
|
1675
|
-
interface DownloadExcelParams {
|
|
1676
|
-
timezone: string;
|
|
1677
|
-
locale: string;
|
|
1678
|
-
sequencial?: string;
|
|
1679
|
-
enabled?: boolean;
|
|
1680
|
-
user_name?: string;
|
|
1681
|
-
user_id?: string;
|
|
1682
|
-
provider_business_name?: string;
|
|
1683
|
-
provider_id?: string;
|
|
1684
|
-
date_end?: number;
|
|
1685
|
-
date_begin?: number;
|
|
1686
|
-
}
|
|
1687
|
-
interface DownloadPdfParams {
|
|
1688
|
-
timezone: string;
|
|
1689
|
-
locale: string;
|
|
1690
|
-
document_sequence?: string;
|
|
1691
|
-
sequencial?: string;
|
|
1692
|
-
enabled?: boolean;
|
|
1693
|
-
user_name?: string;
|
|
1694
|
-
user_id?: string;
|
|
1695
|
-
provider_business_name?: string;
|
|
1696
|
-
provider_id?: string;
|
|
1697
|
-
date_end?: number;
|
|
1698
|
-
date_begin?: number;
|
|
1699
|
-
}
|
|
1700
|
-
interface DownloadIndividualExcelParams {
|
|
1701
|
-
timezone: string;
|
|
1702
|
-
locale: string;
|
|
1703
|
-
}
|
|
1704
|
-
interface DownloadIndividualPdfParams {
|
|
1705
|
-
timezone: string;
|
|
1706
|
-
locale: string;
|
|
1707
|
-
}
|
|
1708
|
-
}
|
|
1709
|
-
namespace CrossingAccountsPayable {
|
|
1710
|
-
interface DownloadExcelParams {
|
|
1711
|
-
timezone: string;
|
|
1712
|
-
locale: string;
|
|
1713
|
-
reverse_status?: boolean;
|
|
1714
|
-
document_number?: string;
|
|
1715
|
-
sequential?: string;
|
|
1716
|
-
user_name?: string;
|
|
1717
|
-
user_id?: string;
|
|
1718
|
-
provider_business_name?: string;
|
|
1719
|
-
provider_id?: string;
|
|
1720
|
-
date_end?: number;
|
|
1721
|
-
date_begin?: number;
|
|
1722
|
-
}
|
|
1723
|
-
interface DownloadPdfParams {
|
|
1724
|
-
timezone: string;
|
|
1725
|
-
locale: string;
|
|
1726
|
-
reverse_status?: boolean;
|
|
1727
|
-
document_number?: string;
|
|
1728
|
-
sequential?: string;
|
|
1729
|
-
user_name?: string;
|
|
1730
|
-
user_id?: string;
|
|
1731
|
-
provider_business_name?: string;
|
|
1732
|
-
provider_id?: string;
|
|
1733
|
-
date_end?: number;
|
|
1734
|
-
date_begin?: number;
|
|
1735
|
-
}
|
|
1736
|
-
interface DownloadIndividualExcelParams {
|
|
1737
|
-
timezone: string;
|
|
1738
|
-
locale: string;
|
|
1739
|
-
}
|
|
1740
|
-
interface DownloadIndividualPdfParams {
|
|
1741
|
-
timezone: string;
|
|
1742
|
-
locale: string;
|
|
1743
|
-
}
|
|
1744
|
-
}
|
|
1745
|
-
namespace DocumentLiquidationPayable {
|
|
1746
|
-
interface DownloadExcelParams {
|
|
1747
|
-
timezone: string;
|
|
1748
|
-
locale: string;
|
|
1749
|
-
reverse_status?: boolean;
|
|
1750
|
-
document_number?: string;
|
|
1751
|
-
sequential?: string;
|
|
1752
|
-
user_name?: string;
|
|
1753
|
-
user_id?: string;
|
|
1754
|
-
provider_business_name?: string;
|
|
1755
|
-
provider_id?: string;
|
|
1756
|
-
date_end?: number;
|
|
1757
|
-
date_begin?: number;
|
|
1758
|
-
}
|
|
1759
|
-
interface DownloadPdfParams {
|
|
1760
|
-
timezone: string;
|
|
1761
|
-
locale: string;
|
|
1762
|
-
reverse_status?: boolean;
|
|
1763
|
-
document_number?: string;
|
|
1764
|
-
sequential?: string;
|
|
1765
|
-
user_name?: string;
|
|
1766
|
-
user_id?: string;
|
|
1767
|
-
provider_business_name?: string;
|
|
1768
|
-
provider_id?: string;
|
|
1769
|
-
date_end?: number;
|
|
1770
|
-
date_begin?: number;
|
|
1771
|
-
}
|
|
1772
|
-
interface DownloadIndividualExcelParams {
|
|
1773
|
-
timezone: string;
|
|
1774
|
-
locale: string;
|
|
1775
|
-
}
|
|
1776
|
-
interface DownloadIndividualPdfParams {
|
|
1777
|
-
timezone: string;
|
|
1778
|
-
locale: string;
|
|
1779
|
-
}
|
|
1780
|
-
}
|
|
1781
|
-
namespace DownPaymentPayable {
|
|
1782
|
-
interface DownloadExcelParams {
|
|
1783
|
-
timezone: string;
|
|
1784
|
-
locale: string;
|
|
1785
|
-
reverse_status?: boolean;
|
|
1786
|
-
document_number?: string;
|
|
1787
|
-
sequential?: string;
|
|
1788
|
-
user_name?: string;
|
|
1789
|
-
user_id?: string;
|
|
1790
|
-
provider_business_name?: string;
|
|
1791
|
-
provider_id?: string;
|
|
1792
|
-
date_end?: number;
|
|
1793
|
-
date_begin?: number;
|
|
1794
|
-
}
|
|
1795
|
-
interface DownloadPdfParams {
|
|
1796
|
-
timezone: string;
|
|
1797
|
-
locale: string;
|
|
1798
|
-
reverse_status?: boolean;
|
|
1799
|
-
document_number?: string;
|
|
1800
|
-
sequential?: string;
|
|
1801
|
-
user_name?: string;
|
|
1802
|
-
user_id?: string;
|
|
1803
|
-
provider_business_name?: string;
|
|
1804
|
-
provider_id?: string;
|
|
1805
|
-
date_end?: number;
|
|
1806
|
-
date_begin?: number;
|
|
1807
|
-
}
|
|
1808
|
-
interface DownloadIndividualExcelParams {
|
|
1809
|
-
timezone: string;
|
|
1810
|
-
locale: string;
|
|
1811
|
-
}
|
|
1812
|
-
interface DownloadIndividualPdfParams {
|
|
1813
|
-
timezone: string;
|
|
1814
|
-
locale: string;
|
|
1815
|
-
}
|
|
1816
|
-
}
|
|
1817
|
-
namespace InternalCreditPayable {
|
|
1818
|
-
interface DownloadExcelParams {
|
|
1819
|
-
timezone: string;
|
|
1820
|
-
locale: string;
|
|
1821
|
-
reverse_status?: boolean;
|
|
1822
|
-
document_number?: string;
|
|
1823
|
-
sequential?: string;
|
|
1824
|
-
user_name?: string;
|
|
1825
|
-
user_id?: string;
|
|
1826
|
-
provider_business_name?: string;
|
|
1827
|
-
provider_id?: string;
|
|
1828
|
-
date_end?: number;
|
|
1829
|
-
date_begin?: number;
|
|
1830
|
-
}
|
|
1831
|
-
interface DownloadPdfParams {
|
|
1832
|
-
timezone: string;
|
|
1833
|
-
locale: string;
|
|
1834
|
-
reverse_status?: boolean;
|
|
1835
|
-
document_number?: string;
|
|
1836
|
-
sequential?: string;
|
|
1837
|
-
user_name?: string;
|
|
1838
|
-
user_id?: string;
|
|
1839
|
-
provider_business_name?: string;
|
|
1840
|
-
provider_id?: string;
|
|
1841
|
-
date_end?: number;
|
|
1842
|
-
date_begin?: number;
|
|
1843
|
-
}
|
|
1844
|
-
interface DownloadIndividualExcelParams {
|
|
1845
|
-
timezone: string;
|
|
1846
|
-
locale: string;
|
|
1847
|
-
}
|
|
1848
|
-
interface DownloadIndividualPdfParams {
|
|
1849
|
-
timezone: string;
|
|
1850
|
-
locale: string;
|
|
1851
|
-
}
|
|
1852
|
-
}
|
|
1853
|
-
namespace CashLiquidationPayable {
|
|
1854
|
-
interface DownloadExcelParams {
|
|
1855
|
-
timezone: string;
|
|
1856
|
-
locale: string;
|
|
1857
|
-
reverse_status?: boolean;
|
|
1858
|
-
document_number?: string;
|
|
1859
|
-
sequential?: string;
|
|
1860
|
-
user_name?: string;
|
|
1861
|
-
user_id?: string;
|
|
1862
|
-
provider_business_name?: string;
|
|
1863
|
-
provider_id?: string;
|
|
1864
|
-
date_end?: number;
|
|
1865
|
-
date_begin?: number;
|
|
1866
|
-
}
|
|
1867
|
-
interface DownloadPdfParams {
|
|
1868
|
-
timezone: string;
|
|
1869
|
-
locale: string;
|
|
1870
|
-
reverse_status?: boolean;
|
|
1871
|
-
document_number?: string;
|
|
1872
|
-
sequential?: string;
|
|
1873
|
-
user_name?: string;
|
|
1874
|
-
user_id?: string;
|
|
1875
|
-
provider_business_name?: string;
|
|
1876
|
-
provider_id?: string;
|
|
1877
|
-
date_end?: number;
|
|
1878
|
-
date_begin?: number;
|
|
1879
|
-
}
|
|
1880
|
-
interface DownloadIndividualExcelParams {
|
|
1881
|
-
timezone: string;
|
|
1882
|
-
locale: string;
|
|
1883
|
-
}
|
|
1884
|
-
interface DownloadIndividualPdfParams {
|
|
1885
|
-
timezone: string;
|
|
1886
|
-
locale: string;
|
|
1887
|
-
}
|
|
1888
|
-
}
|
|
1889
|
-
namespace CashLiquidationPayableReverse {
|
|
1890
|
-
interface DownloadExcelParams {
|
|
1891
|
-
timezone: string;
|
|
1892
|
-
locale: string;
|
|
1893
|
-
reverse_status?: boolean;
|
|
1894
|
-
document_number?: string;
|
|
1895
|
-
sequential?: string;
|
|
1896
|
-
reason_id?: string;
|
|
1897
|
-
reason_name?: string;
|
|
1898
|
-
user_name?: string;
|
|
1899
|
-
user_id?: string;
|
|
1900
|
-
provider_business_name?: string;
|
|
1901
|
-
provider_id?: string;
|
|
1902
|
-
date_end?: number;
|
|
1903
|
-
date_begin?: number;
|
|
1904
|
-
}
|
|
1905
|
-
interface DownloadPdfParams {
|
|
1906
|
-
timezone: string;
|
|
1907
|
-
locale: string;
|
|
1908
|
-
reverse_status?: boolean;
|
|
1909
|
-
document_number?: string;
|
|
1910
|
-
sequential?: string;
|
|
1911
|
-
user_name?: string;
|
|
1912
|
-
reason_id?: string;
|
|
1913
|
-
reason_name?: string;
|
|
1914
|
-
user_id?: string;
|
|
1915
|
-
provider_business_name?: string;
|
|
1916
|
-
provider_id?: string;
|
|
1917
|
-
date_end?: number;
|
|
1918
|
-
date_begin?: number;
|
|
1919
|
-
}
|
|
1920
|
-
interface DownloadIndividualExcelParams {
|
|
1921
|
-
timezone: string;
|
|
1922
|
-
locale: string;
|
|
1923
|
-
}
|
|
1924
|
-
interface DownloadIndividualPdfParams {
|
|
1925
|
-
timezone: string;
|
|
1926
|
-
locale: string;
|
|
1927
|
-
}
|
|
1928
|
-
}
|
|
1929
|
-
namespace CrossingAccountPayableReverse {
|
|
1930
|
-
interface DownloadExcelParams {
|
|
1931
|
-
timezone: string;
|
|
1932
|
-
locale: string;
|
|
1933
|
-
document_number?: string;
|
|
1934
|
-
commentary?: string;
|
|
1935
|
-
sequential?: string;
|
|
1936
|
-
reason_id?: string;
|
|
1937
|
-
reason_name?: string;
|
|
1938
|
-
user_name?: string;
|
|
1939
|
-
user_id?: string;
|
|
1940
|
-
provider_business_name?: string;
|
|
1941
|
-
provider_id?: string;
|
|
1942
|
-
date_end?: number;
|
|
1943
|
-
date_begin?: number;
|
|
1944
|
-
}
|
|
1945
|
-
interface DownloadPdfParams {
|
|
1946
|
-
timezone: string;
|
|
1947
|
-
locale: string;
|
|
1948
|
-
document_number?: string;
|
|
1949
|
-
commentary?: string;
|
|
1950
|
-
sequential?: string;
|
|
1951
|
-
reason_id?: string;
|
|
1952
|
-
reason_name?: string;
|
|
1953
|
-
user_name?: string;
|
|
1954
|
-
user_id?: string;
|
|
1955
|
-
provider_business_name?: string;
|
|
1956
|
-
provider_id?: string;
|
|
1957
|
-
date_end?: number;
|
|
1958
|
-
date_begin?: number;
|
|
1959
|
-
}
|
|
1960
|
-
interface DownloadIndividualExcelParams {
|
|
1961
|
-
timezone: string;
|
|
1962
|
-
locale: string;
|
|
1963
|
-
}
|
|
1964
|
-
interface DownloadIndividualPdfParams {
|
|
1965
|
-
timezone: string;
|
|
1966
|
-
locale: string;
|
|
1967
|
-
}
|
|
1968
|
-
}
|
|
1969
|
-
namespace DocumentLiquidationPayableReverse {
|
|
1970
|
-
interface DownloadExcelParams {
|
|
1971
|
-
timezone: string;
|
|
1972
|
-
locale: string;
|
|
1973
|
-
document_number?: string;
|
|
1974
|
-
commentary?: string;
|
|
1975
|
-
sequential?: string;
|
|
1976
|
-
reason_id?: string;
|
|
1977
|
-
reason_name?: string;
|
|
1978
|
-
user_name?: string;
|
|
1979
|
-
user_id?: string;
|
|
1980
|
-
provider_business_name?: string;
|
|
1981
|
-
provider_id?: string;
|
|
1982
|
-
date_end?: number;
|
|
1983
|
-
date_begin?: number;
|
|
1984
|
-
}
|
|
1985
|
-
interface DownloadPdfParams {
|
|
1986
|
-
timezone: string;
|
|
1987
|
-
locale: string;
|
|
1988
|
-
document_number?: string;
|
|
1989
|
-
commentary?: string;
|
|
1990
|
-
sequential?: string;
|
|
1991
|
-
reason_id?: string;
|
|
1992
|
-
reason_name?: string;
|
|
1993
|
-
user_name?: string;
|
|
1994
|
-
user_id?: string;
|
|
1995
|
-
provider_business_name?: string;
|
|
1996
|
-
provider_id?: string;
|
|
1997
|
-
date_end?: number;
|
|
1998
|
-
date_begin?: number;
|
|
1999
|
-
}
|
|
2000
|
-
interface DownloadIndividualExcelParams {
|
|
2001
|
-
timezone: string;
|
|
2002
|
-
locale: string;
|
|
2003
|
-
}
|
|
2004
|
-
interface DownloadIndividualPdfParams {
|
|
2005
|
-
timezone: string;
|
|
2006
|
-
locale: string;
|
|
2007
|
-
}
|
|
2008
|
-
}
|
|
2009
|
-
namespace DownPaymentPayableReverse {
|
|
2010
|
-
interface DownloadExcelParams {
|
|
2011
|
-
timezone: string;
|
|
2012
|
-
locale: string;
|
|
2013
|
-
document_number?: string;
|
|
2014
|
-
commentary?: string;
|
|
2015
|
-
sequential?: string;
|
|
2016
|
-
reason_id?: string;
|
|
2017
|
-
reason_name?: string;
|
|
2018
|
-
user_name?: string;
|
|
2019
|
-
user_id?: string;
|
|
2020
|
-
provider_business_name?: string;
|
|
2021
|
-
provider_id?: string;
|
|
2022
|
-
date_end?: number;
|
|
2023
|
-
date_begin?: number;
|
|
2024
|
-
}
|
|
2025
|
-
interface DownloadPdfParams {
|
|
2026
|
-
timezone: string;
|
|
2027
|
-
locale: string;
|
|
2028
|
-
document_number?: string;
|
|
2029
|
-
commentary?: string;
|
|
2030
|
-
sequential?: string;
|
|
2031
|
-
reason_id?: string;
|
|
2032
|
-
reason_name?: string;
|
|
2033
|
-
user_name?: string;
|
|
2034
|
-
user_id?: string;
|
|
2035
|
-
provider_business_name?: string;
|
|
2036
|
-
provider_id?: string;
|
|
2037
|
-
date_end?: number;
|
|
2038
|
-
date_begin?: number;
|
|
2039
|
-
}
|
|
2040
|
-
interface DownloadIndividualExcelParams {
|
|
2041
|
-
timezone: string;
|
|
2042
|
-
locale: string;
|
|
2043
|
-
}
|
|
2044
|
-
interface DownloadIndividualPdfParams {
|
|
2045
|
-
timezone: string;
|
|
2046
|
-
locale: string;
|
|
2047
|
-
}
|
|
2048
|
-
}
|
|
2049
|
-
namespace InternalCreditPayableReverse {
|
|
2050
|
-
interface DownloadExcelParams {
|
|
2051
|
-
timezone: string;
|
|
2052
|
-
locale: string;
|
|
2053
|
-
document_number?: string;
|
|
2054
|
-
commentary?: string;
|
|
2055
|
-
sequential?: string;
|
|
2056
|
-
reason_id?: string;
|
|
2057
|
-
reason_name?: string;
|
|
2058
|
-
user_name?: string;
|
|
2059
|
-
user_id?: string;
|
|
2060
|
-
provider_business_name?: string;
|
|
2061
|
-
provider_id?: string;
|
|
2062
|
-
date_end?: number;
|
|
2063
|
-
date_begin?: number;
|
|
2064
|
-
}
|
|
2065
|
-
interface DownloadPdfParams {
|
|
2066
|
-
timezone: string;
|
|
2067
|
-
locale: string;
|
|
2068
|
-
document_number?: string;
|
|
2069
|
-
commentary?: string;
|
|
2070
|
-
sequential?: string;
|
|
2071
|
-
reason_id?: string;
|
|
2072
|
-
reason_name?: string;
|
|
2073
|
-
user_name?: string;
|
|
2074
|
-
user_id?: string;
|
|
2075
|
-
provider_business_name?: string;
|
|
2076
|
-
provider_id?: string;
|
|
2077
|
-
date_end?: number;
|
|
2078
|
-
date_begin?: number;
|
|
2079
|
-
}
|
|
2080
|
-
interface DownloadIndividualExcelParams {
|
|
2081
|
-
timezone: string;
|
|
2082
|
-
locale: string;
|
|
2083
|
-
}
|
|
2084
|
-
interface DownloadIndividualPdfParams {
|
|
2085
|
-
timezone: string;
|
|
2086
|
-
locale: string;
|
|
2087
|
-
}
|
|
2088
|
-
}
|
|
2089
|
-
namespace OutflowPayable {
|
|
2090
|
-
interface DownloadExcelParams {
|
|
2091
|
-
timezone: string;
|
|
2092
|
-
locale: string;
|
|
2093
|
-
reverse_status?: boolean;
|
|
2094
|
-
document_number?: string;
|
|
2095
|
-
sequential?: string;
|
|
2096
|
-
user_name?: string;
|
|
2097
|
-
user_id?: string;
|
|
2098
|
-
provider_business_name?: string;
|
|
2099
|
-
provider_id?: string;
|
|
2100
|
-
date_end?: number;
|
|
2101
|
-
date_begin?: number;
|
|
2102
|
-
}
|
|
2103
|
-
interface DownloadPdfParams {
|
|
2104
|
-
timezone: string;
|
|
2105
|
-
locale: string;
|
|
2106
|
-
reverse_status?: boolean;
|
|
2107
|
-
document_number?: string;
|
|
2108
|
-
sequential?: string;
|
|
2109
|
-
user_name?: string;
|
|
2110
|
-
user_id?: string;
|
|
2111
|
-
provider_business_name?: string;
|
|
2112
|
-
provider_id?: string;
|
|
2113
|
-
date_end?: number;
|
|
2114
|
-
date_begin?: number;
|
|
2115
|
-
}
|
|
2116
|
-
interface DownloadIndividualExcelParams {
|
|
2117
|
-
timezone: string;
|
|
2118
|
-
locale: string;
|
|
2119
|
-
}
|
|
2120
|
-
interface DownloadIndividualPdfParams {
|
|
2121
|
-
timezone: string;
|
|
2122
|
-
locale: string;
|
|
2123
|
-
}
|
|
2124
|
-
}
|
|
2125
|
-
namespace OutflowPayableReverse {
|
|
2126
|
-
interface DownloadExcelParams {
|
|
2127
|
-
timezone: string;
|
|
2128
|
-
locale: string;
|
|
2129
|
-
document_number?: string;
|
|
2130
|
-
commentary?: string;
|
|
2131
|
-
sequential?: string;
|
|
2132
|
-
reason_id?: string;
|
|
2133
|
-
reason_name?: string;
|
|
2134
|
-
user_name?: string;
|
|
2135
|
-
user_id?: string;
|
|
2136
|
-
provider_business_name?: string;
|
|
2137
|
-
provider_id?: string;
|
|
2138
|
-
date_end?: number;
|
|
2139
|
-
date_begin?: number;
|
|
2140
|
-
}
|
|
2141
|
-
interface DownloadPdfParams {
|
|
2142
|
-
timezone: string;
|
|
2143
|
-
locale: string;
|
|
2144
|
-
document_number?: string;
|
|
2145
|
-
commentary?: string;
|
|
2146
|
-
sequential?: string;
|
|
2147
|
-
reason_id?: string;
|
|
2148
|
-
reason_name?: string;
|
|
2149
|
-
user_name?: string;
|
|
2150
|
-
user_id?: string;
|
|
2151
|
-
provider_business_name?: string;
|
|
2152
|
-
provider_id?: string;
|
|
2153
|
-
date_end?: number;
|
|
2154
|
-
date_begin?: number;
|
|
2155
|
-
}
|
|
2156
|
-
interface DownloadIndividualExcelParams {
|
|
2157
|
-
timezone: string;
|
|
2158
|
-
locale: string;
|
|
2159
|
-
}
|
|
2160
|
-
interface DownloadIndividualPdfParams {
|
|
2161
|
-
timezone: string;
|
|
2162
|
-
locale: string;
|
|
2163
|
-
}
|
|
2164
|
-
}
|
|
2165
|
-
}
|
|
1
|
+
export declare namespace CbmReportFinancialsModel {
|
|
2
|
+
enum EGenerationType {
|
|
3
|
+
AUTOMATIC = "automatic",
|
|
4
|
+
MANUAL = "manual"
|
|
5
|
+
}
|
|
6
|
+
namespace EGenerationType {
|
|
7
|
+
function fromString(value: string): EGenerationType;
|
|
8
|
+
function toString(value: EGenerationType): TGenerationType;
|
|
9
|
+
}
|
|
10
|
+
type TGenerationType = `${EGenerationType}`;
|
|
11
|
+
interface DownloadExcelFixedAssetsReportParams {
|
|
12
|
+
timezone: string;
|
|
13
|
+
locale: string;
|
|
14
|
+
user_name?: string;
|
|
15
|
+
user_id?: string;
|
|
16
|
+
assigned_to?: string;
|
|
17
|
+
location?: string;
|
|
18
|
+
code?: string;
|
|
19
|
+
serie?: string;
|
|
20
|
+
enabled?: boolean;
|
|
21
|
+
category_fixed_assets_name?: string;
|
|
22
|
+
category_fixed_assets_id?: string;
|
|
23
|
+
name?: string;
|
|
24
|
+
date_end?: number;
|
|
25
|
+
date_begin?: number;
|
|
26
|
+
type_blockade?: string;
|
|
27
|
+
blockade?: boolean;
|
|
28
|
+
}
|
|
29
|
+
interface DownloadPdfFixedAssetsReportParams {
|
|
30
|
+
timezone: string;
|
|
31
|
+
locale: string;
|
|
32
|
+
user_name?: string;
|
|
33
|
+
user_id?: string;
|
|
34
|
+
assigned_to?: string;
|
|
35
|
+
location?: string;
|
|
36
|
+
code?: string;
|
|
37
|
+
serie?: string;
|
|
38
|
+
enabled?: boolean;
|
|
39
|
+
category_fixed_assets_name?: string;
|
|
40
|
+
category_fixed_assets_id?: string;
|
|
41
|
+
name?: string;
|
|
42
|
+
date_end?: number;
|
|
43
|
+
date_begin?: number;
|
|
44
|
+
type_blockade?: string;
|
|
45
|
+
blockade?: boolean;
|
|
46
|
+
}
|
|
47
|
+
interface DownloadExcelDepreciationFixedAssetsReportParams {
|
|
48
|
+
timezone: string;
|
|
49
|
+
locale: string;
|
|
50
|
+
user_name?: string;
|
|
51
|
+
user_id?: string;
|
|
52
|
+
cost_center_name?: string;
|
|
53
|
+
cost_center_id?: string;
|
|
54
|
+
search_type?: string;
|
|
55
|
+
reverse_status?: boolean;
|
|
56
|
+
month?: string;
|
|
57
|
+
year?: string;
|
|
58
|
+
document_number?: string;
|
|
59
|
+
date_end?: number;
|
|
60
|
+
date_begin?: number;
|
|
61
|
+
}
|
|
62
|
+
interface DownloadPdfDepreciationFixedAssetsReportParams {
|
|
63
|
+
timezone: string;
|
|
64
|
+
locale: string;
|
|
65
|
+
user_name?: string;
|
|
66
|
+
user_id?: string;
|
|
67
|
+
cost_center_name?: string;
|
|
68
|
+
cost_center_id?: string;
|
|
69
|
+
search_type?: string;
|
|
70
|
+
reverse_status?: boolean;
|
|
71
|
+
month?: string;
|
|
72
|
+
year?: string;
|
|
73
|
+
document_number?: string;
|
|
74
|
+
date_end?: number;
|
|
75
|
+
date_begin?: number;
|
|
76
|
+
}
|
|
77
|
+
interface DownloadIndividualExcelDepreciationFixedAssetsReportParams {
|
|
78
|
+
timezone: string;
|
|
79
|
+
locale: string;
|
|
80
|
+
}
|
|
81
|
+
interface DownloadIndividualPdfDepreciationFixedAssetsReportParams {
|
|
82
|
+
timezone: string;
|
|
83
|
+
locale: string;
|
|
84
|
+
}
|
|
85
|
+
interface DownloadExcelIncomeBankingTransactionReverseReportParams {
|
|
86
|
+
timezone: string;
|
|
87
|
+
locale: string;
|
|
88
|
+
date_end?: number;
|
|
89
|
+
date_begin?: number;
|
|
90
|
+
secuencial?: string;
|
|
91
|
+
user_name?: string;
|
|
92
|
+
company_branch_trade_name?: string;
|
|
93
|
+
reason_name?: string;
|
|
94
|
+
reason_id?: string;
|
|
95
|
+
user_id?: string;
|
|
96
|
+
company_branch_id?: string;
|
|
97
|
+
movement_number?: string;
|
|
98
|
+
}
|
|
99
|
+
interface DownloadPdfIncomeBankingTransactionReverseReportParams {
|
|
100
|
+
timezone: string;
|
|
101
|
+
locale: string;
|
|
102
|
+
date_end?: number;
|
|
103
|
+
date_begin?: number;
|
|
104
|
+
secuencial?: string;
|
|
105
|
+
user_name?: string;
|
|
106
|
+
company_branch_trade_name?: string;
|
|
107
|
+
reason_name?: string;
|
|
108
|
+
reason_id?: string;
|
|
109
|
+
user_id?: string;
|
|
110
|
+
company_branch_id?: string;
|
|
111
|
+
movement_number?: string;
|
|
112
|
+
}
|
|
113
|
+
interface DownloadIndividualExcelIncomeBankingTransactionReverseReportParams {
|
|
114
|
+
timezone: string;
|
|
115
|
+
locale: string;
|
|
116
|
+
}
|
|
117
|
+
interface DownloadIndividualPdfIncomeBankingTransactionReverseReportParams {
|
|
118
|
+
timezone: string;
|
|
119
|
+
locale: string;
|
|
120
|
+
}
|
|
121
|
+
interface DownloadExcelExpenditureMovementReportParams {
|
|
122
|
+
timezone: string;
|
|
123
|
+
locale: string;
|
|
124
|
+
collection_origin_name?: string;
|
|
125
|
+
operation_number?: string;
|
|
126
|
+
beneficiary_id?: string;
|
|
127
|
+
beneficiary_name?: string;
|
|
128
|
+
financial_bank_name?: string;
|
|
129
|
+
financial_bank_id?: string;
|
|
130
|
+
document_nomenclature_number?: string;
|
|
131
|
+
company_branch_name?: string;
|
|
132
|
+
company_branch_id?: string;
|
|
133
|
+
date_begin?: number;
|
|
134
|
+
date_end?: number;
|
|
135
|
+
}
|
|
136
|
+
interface DownloadPdfExpenditureMovementReportParams {
|
|
137
|
+
timezone: string;
|
|
138
|
+
locale: string;
|
|
139
|
+
collection_origin_name?: string;
|
|
140
|
+
operation_number?: string;
|
|
141
|
+
beneficiary_id?: string;
|
|
142
|
+
beneficiary_name?: string;
|
|
143
|
+
financial_bank_name?: string;
|
|
144
|
+
financial_bank_id?: string;
|
|
145
|
+
document_nomenclature_number?: string;
|
|
146
|
+
company_branch_name?: string;
|
|
147
|
+
company_branch_id?: string;
|
|
148
|
+
date_begin?: number;
|
|
149
|
+
date_end?: number;
|
|
150
|
+
}
|
|
151
|
+
interface DownloadExcelCardSettlementReverseReportParams {
|
|
152
|
+
timezone: string;
|
|
153
|
+
locale: string;
|
|
154
|
+
date_end?: number;
|
|
155
|
+
date_begin?: number;
|
|
156
|
+
secuencial?: string;
|
|
157
|
+
user_name?: string;
|
|
158
|
+
company_branch_trade_name?: string;
|
|
159
|
+
reason_name?: string;
|
|
160
|
+
reason_id?: string;
|
|
161
|
+
user_id?: string;
|
|
162
|
+
company_branch_id?: string;
|
|
163
|
+
movement_number?: string;
|
|
164
|
+
}
|
|
165
|
+
interface DownloadPdfCardSettlementReverseReportParams {
|
|
166
|
+
timezone: string;
|
|
167
|
+
locale: string;
|
|
168
|
+
date_end?: number;
|
|
169
|
+
date_begin?: number;
|
|
170
|
+
secuencial?: string;
|
|
171
|
+
user_name?: string;
|
|
172
|
+
company_branch_trade_name?: string;
|
|
173
|
+
reason_name?: string;
|
|
174
|
+
reason_id?: string;
|
|
175
|
+
user_id?: string;
|
|
176
|
+
company_branch_id?: string;
|
|
177
|
+
movement_number?: string;
|
|
178
|
+
}
|
|
179
|
+
interface DownloadIndividualExcelCardSettlementReverseReportParams {
|
|
180
|
+
timezone: string;
|
|
181
|
+
locale: string;
|
|
182
|
+
}
|
|
183
|
+
interface DownloadIndividualPdfCardSettlementReverseReportParams {
|
|
184
|
+
timezone: string;
|
|
185
|
+
locale: string;
|
|
186
|
+
}
|
|
187
|
+
interface DownloadExcelSeatReverseReportParams {
|
|
188
|
+
timezone: string;
|
|
189
|
+
locale: string;
|
|
190
|
+
date_end?: number;
|
|
191
|
+
date_begin?: number;
|
|
192
|
+
secuencial?: string;
|
|
193
|
+
user_name?: string;
|
|
194
|
+
company_branch_trade_name?: string;
|
|
195
|
+
reason_name?: string;
|
|
196
|
+
reason_id?: string;
|
|
197
|
+
user_id?: string;
|
|
198
|
+
company_branch_id?: string;
|
|
199
|
+
movement_number?: string;
|
|
200
|
+
}
|
|
201
|
+
interface DownloadPdfSeatReverseReportParams {
|
|
202
|
+
timezone: string;
|
|
203
|
+
locale: string;
|
|
204
|
+
date_end?: number;
|
|
205
|
+
date_begin?: number;
|
|
206
|
+
secuencial?: string;
|
|
207
|
+
user_name?: string;
|
|
208
|
+
company_branch_trade_name?: string;
|
|
209
|
+
reason_name?: string;
|
|
210
|
+
reason_id?: string;
|
|
211
|
+
user_id?: string;
|
|
212
|
+
company_branch_id?: string;
|
|
213
|
+
movement_number?: string;
|
|
214
|
+
}
|
|
215
|
+
interface DownloadIndividualExcelSeatReverseReportParams {
|
|
216
|
+
timezone: string;
|
|
217
|
+
locale: string;
|
|
218
|
+
}
|
|
219
|
+
interface DownloadIndividualPdfSeatReverseReportParams {
|
|
220
|
+
timezone: string;
|
|
221
|
+
locale: string;
|
|
222
|
+
}
|
|
223
|
+
interface DownloadExcelDepositCheckReverseReportParams {
|
|
224
|
+
timezone: string;
|
|
225
|
+
locale: string;
|
|
226
|
+
date_end?: number;
|
|
227
|
+
date_begin?: number;
|
|
228
|
+
secuencial?: string;
|
|
229
|
+
user_name?: string;
|
|
230
|
+
company_branch_trade_name?: string;
|
|
231
|
+
reason_name?: string;
|
|
232
|
+
reason_id?: string;
|
|
233
|
+
user_id?: string;
|
|
234
|
+
company_branch_id?: string;
|
|
235
|
+
movement_number?: string;
|
|
236
|
+
}
|
|
237
|
+
interface DownloadPdfDepositCheckReverseReportParams {
|
|
238
|
+
timezone: string;
|
|
239
|
+
locale: string;
|
|
240
|
+
date_end?: number;
|
|
241
|
+
date_begin?: number;
|
|
242
|
+
secuencial?: string;
|
|
243
|
+
user_name?: string;
|
|
244
|
+
company_branch_trade_name?: string;
|
|
245
|
+
reason_name?: string;
|
|
246
|
+
reason_id?: string;
|
|
247
|
+
user_id?: string;
|
|
248
|
+
company_branch_id?: string;
|
|
249
|
+
movement_number?: string;
|
|
250
|
+
}
|
|
251
|
+
interface DownloadIndividualExcelDepositCheckReverseReportParams {
|
|
252
|
+
timezone: string;
|
|
253
|
+
locale: string;
|
|
254
|
+
}
|
|
255
|
+
interface DownloadIndividualPdfDepositCheckReverseReportParams {
|
|
256
|
+
timezone: string;
|
|
257
|
+
locale: string;
|
|
258
|
+
}
|
|
259
|
+
interface DownloadExcelOutgoingBankingTransactionReverseReportParams {
|
|
260
|
+
timezone: string;
|
|
261
|
+
locale: string;
|
|
262
|
+
date_end?: number;
|
|
263
|
+
date_begin?: number;
|
|
264
|
+
secuencial?: string;
|
|
265
|
+
user_name?: string;
|
|
266
|
+
company_branch_trade_name?: string;
|
|
267
|
+
reason_name?: string;
|
|
268
|
+
reason_id?: string;
|
|
269
|
+
user_id?: string;
|
|
270
|
+
company_branch_id?: string;
|
|
271
|
+
movement_number?: string;
|
|
272
|
+
}
|
|
273
|
+
interface DownloadPdfOutgoingBankingTransactionReverseReportParams {
|
|
274
|
+
timezone: string;
|
|
275
|
+
locale: string;
|
|
276
|
+
date_end?: number;
|
|
277
|
+
date_begin?: number;
|
|
278
|
+
secuencial?: string;
|
|
279
|
+
user_name?: string;
|
|
280
|
+
company_branch_trade_name?: string;
|
|
281
|
+
reason_name?: string;
|
|
282
|
+
reason_id?: string;
|
|
283
|
+
user_id?: string;
|
|
284
|
+
company_branch_id?: string;
|
|
285
|
+
movement_number?: string;
|
|
286
|
+
}
|
|
287
|
+
interface DownloadIndividualExcelOutgoingBankingTransactionReverseReportParams {
|
|
288
|
+
timezone: string;
|
|
289
|
+
locale: string;
|
|
290
|
+
}
|
|
291
|
+
interface DownloadIndividualPdfOutgoingBankingTransactionReverseReportParams {
|
|
292
|
+
timezone: string;
|
|
293
|
+
locale: string;
|
|
294
|
+
}
|
|
295
|
+
interface DownloadExcelCardSettlementReportParams {
|
|
296
|
+
timezone: string;
|
|
297
|
+
locale: string;
|
|
298
|
+
reverse_status?: boolean;
|
|
299
|
+
date_end?: number;
|
|
300
|
+
date_begin?: number;
|
|
301
|
+
secuencial?: string;
|
|
302
|
+
cost_center_id?: string;
|
|
303
|
+
cost_center_name?: string;
|
|
304
|
+
user_id?: string;
|
|
305
|
+
user_name?: string;
|
|
306
|
+
company_branch_trade_name?: string;
|
|
307
|
+
company_branch_id?: string;
|
|
308
|
+
}
|
|
309
|
+
interface DownloadPdfCardSettlementReportParams {
|
|
310
|
+
timezone: string;
|
|
311
|
+
locale: string;
|
|
312
|
+
reverse_status?: boolean;
|
|
313
|
+
date_end?: number;
|
|
314
|
+
date_begin?: number;
|
|
315
|
+
secuencial?: string;
|
|
316
|
+
cost_center_id?: string;
|
|
317
|
+
cost_center_name?: string;
|
|
318
|
+
user_id?: string;
|
|
319
|
+
user_name?: string;
|
|
320
|
+
company_branch_trade_name?: string;
|
|
321
|
+
company_branch_id?: string;
|
|
322
|
+
}
|
|
323
|
+
interface DownloadIndividualExcelCardSettlementReportParams {
|
|
324
|
+
timezone: string;
|
|
325
|
+
locale: string;
|
|
326
|
+
}
|
|
327
|
+
interface DownloadIndividualPdfCardSettlementReportParams {
|
|
328
|
+
timezone: string;
|
|
329
|
+
locale: string;
|
|
330
|
+
}
|
|
331
|
+
interface DownloadExcelOutgoingBankingTransactionReportParams {
|
|
332
|
+
timezone: string;
|
|
333
|
+
locale: string;
|
|
334
|
+
date_end?: number;
|
|
335
|
+
date_begin?: number;
|
|
336
|
+
reverse_status?: boolean;
|
|
337
|
+
total?: number;
|
|
338
|
+
document_number?: string;
|
|
339
|
+
operation_number?: string;
|
|
340
|
+
cost_center_id?: string;
|
|
341
|
+
cost_center_name?: string;
|
|
342
|
+
financials_bank_id?: string;
|
|
343
|
+
financials_bank_name?: string;
|
|
344
|
+
client_branch_id?: string;
|
|
345
|
+
movement_number?: string;
|
|
346
|
+
user_name?: string;
|
|
347
|
+
user_id?: string;
|
|
348
|
+
}
|
|
349
|
+
interface DownloadPdfOutgoingBankingTransactionReportParams {
|
|
350
|
+
timezone: string;
|
|
351
|
+
locale: string;
|
|
352
|
+
date_end?: number;
|
|
353
|
+
date_begin?: number;
|
|
354
|
+
reverse_status?: boolean;
|
|
355
|
+
total?: number;
|
|
356
|
+
document_number?: string;
|
|
357
|
+
operation_number?: string;
|
|
358
|
+
cost_center_id?: string;
|
|
359
|
+
cost_center_name?: string;
|
|
360
|
+
financials_bank_id?: string;
|
|
361
|
+
financials_bank_name?: string;
|
|
362
|
+
client_branch_id?: string;
|
|
363
|
+
movement_number?: string;
|
|
364
|
+
user_name?: string;
|
|
365
|
+
user_id?: string;
|
|
366
|
+
}
|
|
367
|
+
interface DownloadIndividualExcelOutgoingBankingTransactionReportParams {
|
|
368
|
+
timezone: string;
|
|
369
|
+
locale: string;
|
|
370
|
+
}
|
|
371
|
+
interface DownloadIndividualPdfOutgoingBankingTransactionReportParams {
|
|
372
|
+
timezone: string;
|
|
373
|
+
locale: string;
|
|
374
|
+
}
|
|
375
|
+
interface DownloadExcelIncomeBankingTransactionReportParams {
|
|
376
|
+
timezone: string;
|
|
377
|
+
locale: string;
|
|
378
|
+
reason_id?: string;
|
|
379
|
+
reason_name?: string;
|
|
380
|
+
user_id?: string;
|
|
381
|
+
user_name?: string;
|
|
382
|
+
reverse_status?: boolean;
|
|
383
|
+
cost_center_id?: string;
|
|
384
|
+
cost_center_name?: string;
|
|
385
|
+
financials_bank_id?: string;
|
|
386
|
+
financials_bank_name?: string;
|
|
387
|
+
company_branch_id?: string;
|
|
388
|
+
company_branch_trade_name?: string;
|
|
389
|
+
operation_number?: string;
|
|
390
|
+
secuencial?: string;
|
|
391
|
+
date_end?: number;
|
|
392
|
+
date_begin?: number;
|
|
393
|
+
}
|
|
394
|
+
interface DownloadPdfIncomeBankingTransactionReportParams {
|
|
395
|
+
timezone: string;
|
|
396
|
+
locale: string;
|
|
397
|
+
reason_id?: string;
|
|
398
|
+
reason_name?: string;
|
|
399
|
+
user_id?: string;
|
|
400
|
+
user_name?: string;
|
|
401
|
+
reverse_status?: boolean;
|
|
402
|
+
cost_center_id?: string;
|
|
403
|
+
cost_center_name?: string;
|
|
404
|
+
financials_bank_id?: string;
|
|
405
|
+
financials_bank_name?: string;
|
|
406
|
+
company_branch_id?: string;
|
|
407
|
+
company_branch_trade_name?: string;
|
|
408
|
+
operation_number?: string;
|
|
409
|
+
secuencial?: string;
|
|
410
|
+
date_end?: number;
|
|
411
|
+
date_begin?: number;
|
|
412
|
+
}
|
|
413
|
+
interface DownloadIndividualExcelIncomeBankingTransactionReportParams {
|
|
414
|
+
timezone: string;
|
|
415
|
+
locale: string;
|
|
416
|
+
}
|
|
417
|
+
interface DownloadIndividualPdfIncomeBankingTransactionReportParams {
|
|
418
|
+
timezone: string;
|
|
419
|
+
locale: string;
|
|
420
|
+
}
|
|
421
|
+
interface DownloadExcelDepositCashReportParams {
|
|
422
|
+
timezone: string;
|
|
423
|
+
locale: string;
|
|
424
|
+
operation_number?: string;
|
|
425
|
+
new_deposit_number?: string;
|
|
426
|
+
reason?: string;
|
|
427
|
+
total?: number;
|
|
428
|
+
date_end?: number;
|
|
429
|
+
date_begin?: number;
|
|
430
|
+
}
|
|
431
|
+
interface DownloadPdfDepositCashReportParams {
|
|
432
|
+
timezone: string;
|
|
433
|
+
locale: string;
|
|
434
|
+
operation_number?: string;
|
|
435
|
+
new_deposit_number?: string;
|
|
436
|
+
reason?: string;
|
|
437
|
+
total?: number;
|
|
438
|
+
date_end?: number;
|
|
439
|
+
date_begin?: number;
|
|
440
|
+
}
|
|
441
|
+
interface DownloadIndividualExcelDepositCashReportParams {
|
|
442
|
+
timezone: string;
|
|
443
|
+
locale: string;
|
|
444
|
+
}
|
|
445
|
+
interface DownloadIndividualPdfDepositCashReportParams {
|
|
446
|
+
timezone: string;
|
|
447
|
+
locale: string;
|
|
448
|
+
}
|
|
449
|
+
interface DownloadExcelBankConciliationReportParams {
|
|
450
|
+
timezone: string;
|
|
451
|
+
locale: string;
|
|
452
|
+
status?: string;
|
|
453
|
+
user_name?: string;
|
|
454
|
+
bank_name?: string;
|
|
455
|
+
user_id?: string;
|
|
456
|
+
bank_id?: string;
|
|
457
|
+
secuencial?: string;
|
|
458
|
+
date_end?: number;
|
|
459
|
+
date_begin?: number;
|
|
460
|
+
include_deleted?: boolean;
|
|
461
|
+
}
|
|
462
|
+
interface DownloadPdfBankConciliationReportParams {
|
|
463
|
+
timezone: string;
|
|
464
|
+
locale: string;
|
|
465
|
+
status?: string;
|
|
466
|
+
user_name?: string;
|
|
467
|
+
bank_name?: string;
|
|
468
|
+
user_id?: string;
|
|
469
|
+
bank_id?: string;
|
|
470
|
+
secuencial?: string;
|
|
471
|
+
date_end?: number;
|
|
472
|
+
date_begin?: number;
|
|
473
|
+
include_deleted?: boolean;
|
|
474
|
+
}
|
|
475
|
+
interface DownloadIndividualExcelBankConciliationReportParams {
|
|
476
|
+
timezone: string;
|
|
477
|
+
locale: string;
|
|
478
|
+
}
|
|
479
|
+
interface DownloadIndividualPdfBankConciliationReportParams {
|
|
480
|
+
timezone: string;
|
|
481
|
+
locale: string;
|
|
482
|
+
}
|
|
483
|
+
interface DownloadExcelBankConciliationLiquidationReportParams {
|
|
484
|
+
timezone: string;
|
|
485
|
+
locale: string;
|
|
486
|
+
status?: string;
|
|
487
|
+
user_name?: string;
|
|
488
|
+
user_id?: string;
|
|
489
|
+
secuencial?: string;
|
|
490
|
+
date_end?: number;
|
|
491
|
+
date_begin?: number;
|
|
492
|
+
company_branch_id?: string;
|
|
493
|
+
company_branch_name?: string;
|
|
494
|
+
bank_id?: string;
|
|
495
|
+
bank_name?: string;
|
|
496
|
+
}
|
|
497
|
+
interface DownloadPdfBankConciliationLiquidationReportParams {
|
|
498
|
+
timezone: string;
|
|
499
|
+
locale: string;
|
|
500
|
+
status?: string;
|
|
501
|
+
user_name?: string;
|
|
502
|
+
user_id?: string;
|
|
503
|
+
secuencial?: string;
|
|
504
|
+
date_end?: number;
|
|
505
|
+
date_begin?: number;
|
|
506
|
+
company_branch_id?: string;
|
|
507
|
+
company_branch_name?: string;
|
|
508
|
+
bank_id?: string;
|
|
509
|
+
bank_name?: string;
|
|
510
|
+
}
|
|
511
|
+
interface DownloadIndividualExcelBankConciliationLiquidationReportParams {
|
|
512
|
+
timezone: string;
|
|
513
|
+
locale: string;
|
|
514
|
+
}
|
|
515
|
+
interface DownloadIndividualPdfBankConciliationLiquidationReportParams {
|
|
516
|
+
timezone: string;
|
|
517
|
+
locale: string;
|
|
518
|
+
}
|
|
519
|
+
interface DownloadExcelInitialIssuedChequeReportParams {
|
|
520
|
+
timezone: string;
|
|
521
|
+
locale: string;
|
|
522
|
+
financials_bank_name?: string;
|
|
523
|
+
secuencial?: string;
|
|
524
|
+
total?: string;
|
|
525
|
+
operation_number?: string;
|
|
526
|
+
document_number?: string;
|
|
527
|
+
financials_bank_id?: string;
|
|
528
|
+
date_end?: number;
|
|
529
|
+
date_begin?: number;
|
|
530
|
+
user_name?: string;
|
|
531
|
+
user_id?: string;
|
|
532
|
+
include_deleted?: boolean;
|
|
533
|
+
}
|
|
534
|
+
interface DownloadPdfInitialIssuedChequeReportParams {
|
|
535
|
+
timezone: string;
|
|
536
|
+
locale: string;
|
|
537
|
+
financials_bank_name?: string;
|
|
538
|
+
secuencial?: string;
|
|
539
|
+
total?: string;
|
|
540
|
+
operation_number?: string;
|
|
541
|
+
document_number?: string;
|
|
542
|
+
financials_bank_id?: string;
|
|
543
|
+
date_end?: number;
|
|
544
|
+
date_begin?: number;
|
|
545
|
+
user_name?: string;
|
|
546
|
+
user_id?: string;
|
|
547
|
+
include_deleted?: boolean;
|
|
548
|
+
}
|
|
549
|
+
interface DownloadIndividualExcelInitialIssuedChequeReportParams {
|
|
550
|
+
timezone: string;
|
|
551
|
+
locale: string;
|
|
552
|
+
}
|
|
553
|
+
interface DownloadIndividualPdfInitialIssuedChequeReportParams {
|
|
554
|
+
timezone: string;
|
|
555
|
+
locale: string;
|
|
556
|
+
}
|
|
557
|
+
interface DownloadExcelDepositChequeReportParams {
|
|
558
|
+
timezone: string;
|
|
559
|
+
locale: string;
|
|
560
|
+
user_name?: string;
|
|
561
|
+
cost_center_name?: string;
|
|
562
|
+
financials_bank_name?: string;
|
|
563
|
+
reverse_status?: boolean;
|
|
564
|
+
user_id?: string;
|
|
565
|
+
comment?: string;
|
|
566
|
+
operation_number?: string;
|
|
567
|
+
cost_center_id?: string;
|
|
568
|
+
financials_bank_id?: string;
|
|
569
|
+
secuencial?: string;
|
|
570
|
+
reason?: string;
|
|
571
|
+
date_end?: number;
|
|
572
|
+
date_begin?: number;
|
|
573
|
+
}
|
|
574
|
+
interface DownloadPdfDepositChequeReportParams {
|
|
575
|
+
timezone: string;
|
|
576
|
+
locale: string;
|
|
577
|
+
user_name?: string;
|
|
578
|
+
cost_center_name?: string;
|
|
579
|
+
financials_bank_name?: string;
|
|
580
|
+
reverse_status?: boolean;
|
|
581
|
+
user_id?: string;
|
|
582
|
+
comment?: string;
|
|
583
|
+
operation_number?: string;
|
|
584
|
+
cost_center_id?: string;
|
|
585
|
+
financials_bank_id?: string;
|
|
586
|
+
secuencial?: string;
|
|
587
|
+
reason?: string;
|
|
588
|
+
date_end?: number;
|
|
589
|
+
date_begin?: number;
|
|
590
|
+
}
|
|
591
|
+
interface DownloadIndividualExcelDepositChequeReportParams {
|
|
592
|
+
timezone: string;
|
|
593
|
+
locale: string;
|
|
594
|
+
}
|
|
595
|
+
interface DownloadIndividualPdfDepositChequeReportParams {
|
|
596
|
+
timezone: string;
|
|
597
|
+
locale: string;
|
|
598
|
+
}
|
|
599
|
+
interface DownloadExcelSeatReportParams {
|
|
600
|
+
reverse_status?: boolean;
|
|
601
|
+
description?: string;
|
|
602
|
+
document_number_origen?: string;
|
|
603
|
+
seat_number?: string;
|
|
604
|
+
seat_type?: string;
|
|
605
|
+
generation_type?: TGenerationType;
|
|
606
|
+
date_begin?: number;
|
|
607
|
+
date_end?: number;
|
|
608
|
+
timezone: string;
|
|
609
|
+
locale: string;
|
|
610
|
+
cost_center_id?: string;
|
|
611
|
+
cost_center_name?: string;
|
|
612
|
+
}
|
|
613
|
+
interface DownloadPdfSeatReportParams {
|
|
614
|
+
reverse_status?: boolean;
|
|
615
|
+
description?: string;
|
|
616
|
+
document_number_origen?: string;
|
|
617
|
+
seat_number?: string;
|
|
618
|
+
seat_type?: string;
|
|
619
|
+
generation_type?: TGenerationType;
|
|
620
|
+
date_begin?: number;
|
|
621
|
+
date_end?: number;
|
|
622
|
+
timezone: string;
|
|
623
|
+
locale: string;
|
|
624
|
+
cost_center_id?: string;
|
|
625
|
+
cost_center_name?: string;
|
|
626
|
+
}
|
|
627
|
+
interface DownloadIndividualExcelSeatReportParams {
|
|
628
|
+
timezone: string;
|
|
629
|
+
locale: string;
|
|
630
|
+
}
|
|
631
|
+
interface DownloadIndividualPdfSeatReportParams {
|
|
632
|
+
timezone: string;
|
|
633
|
+
locale: string;
|
|
634
|
+
}
|
|
635
|
+
interface DownloadExcelProtestedCheckParams {
|
|
636
|
+
timezone: string;
|
|
637
|
+
locale: string;
|
|
638
|
+
operation_number?: string;
|
|
639
|
+
new_deposit_number?: string;
|
|
640
|
+
reason?: string;
|
|
641
|
+
total?: number;
|
|
642
|
+
date_end?: number;
|
|
643
|
+
date_begin?: number;
|
|
644
|
+
}
|
|
645
|
+
interface DownloadPdfProtestedCheckParams {
|
|
646
|
+
timezone: string;
|
|
647
|
+
locale: string;
|
|
648
|
+
operation_number?: string;
|
|
649
|
+
new_deposit_number?: string;
|
|
650
|
+
reason?: string;
|
|
651
|
+
total?: number;
|
|
652
|
+
date_end?: number;
|
|
653
|
+
date_begin?: number;
|
|
654
|
+
}
|
|
655
|
+
interface DownloadIndividualExcelProtestedCheckParams {
|
|
656
|
+
timezone: string;
|
|
657
|
+
locale: string;
|
|
658
|
+
}
|
|
659
|
+
interface DownloadIndividualPdfProtestedCheckParams {
|
|
660
|
+
timezone: string;
|
|
661
|
+
locale: string;
|
|
662
|
+
}
|
|
663
|
+
interface DownloadExcelIncomeMovementParams {
|
|
664
|
+
timezone: string;
|
|
665
|
+
locale: string;
|
|
666
|
+
collection_origin_name?: 'down_payment' | 'income' | 'card_settlement' | 'income_banking_transaction' | 'deposit_cheque' | 'prc_cash_liquidation';
|
|
667
|
+
operation_number?: string;
|
|
668
|
+
beneficiary_id?: string;
|
|
669
|
+
beneficiary_name?: string;
|
|
670
|
+
financial_bank_name?: string;
|
|
671
|
+
financial_bank_id?: string;
|
|
672
|
+
document_nomenclature_number?: string;
|
|
673
|
+
company_branch_name?: string;
|
|
674
|
+
company_branch_id?: string;
|
|
675
|
+
date_begin?: number;
|
|
676
|
+
date_end?: number;
|
|
677
|
+
}
|
|
678
|
+
interface DownloadPdfIncomeMovementParams {
|
|
679
|
+
timezone: string;
|
|
680
|
+
locale: string;
|
|
681
|
+
collection_origin_name?: 'down_payment' | 'income' | 'card_settlement' | 'income_banking_transaction' | 'deposit_cheque' | 'prc_cash_liquidation';
|
|
682
|
+
operation_number?: string;
|
|
683
|
+
beneficiary_id?: string;
|
|
684
|
+
beneficiary_name?: string;
|
|
685
|
+
financial_bank_name?: string;
|
|
686
|
+
financial_bank_id?: string;
|
|
687
|
+
document_nomenclature_number?: string;
|
|
688
|
+
company_branch_name?: string;
|
|
689
|
+
company_branch_id?: string;
|
|
690
|
+
date_begin?: number;
|
|
691
|
+
date_end?: number;
|
|
692
|
+
}
|
|
693
|
+
namespace WalletByAge {
|
|
694
|
+
interface DownloadExcelParams {
|
|
695
|
+
seller_full_name?: string;
|
|
696
|
+
client_business_name?: string;
|
|
697
|
+
client_category_name?: string[];
|
|
698
|
+
seller_id?: string;
|
|
699
|
+
date_end?: number;
|
|
700
|
+
date_begin?: number;
|
|
701
|
+
client_category_id?: string[];
|
|
702
|
+
client_id?: string;
|
|
703
|
+
timezone: string;
|
|
704
|
+
locale: string;
|
|
705
|
+
}
|
|
706
|
+
interface DownloadPdfParams {
|
|
707
|
+
seller_full_name?: string;
|
|
708
|
+
client_business_name?: string;
|
|
709
|
+
client_category_name?: string[];
|
|
710
|
+
seller_id?: string;
|
|
711
|
+
date_end?: number;
|
|
712
|
+
date_begin?: number;
|
|
713
|
+
client_category_id?: string[];
|
|
714
|
+
client_id?: string;
|
|
715
|
+
timezone: string;
|
|
716
|
+
locale: string;
|
|
717
|
+
}
|
|
718
|
+
}
|
|
719
|
+
namespace ClientAccountStatement {
|
|
720
|
+
interface DownloadExcelParams {
|
|
721
|
+
balance?: boolean;
|
|
722
|
+
client_business_name: string;
|
|
723
|
+
client_category_name?: string[];
|
|
724
|
+
client_category_id?: string[];
|
|
725
|
+
client_id: string;
|
|
726
|
+
date_end?: number;
|
|
727
|
+
date_begin?: number;
|
|
728
|
+
timezone: string;
|
|
729
|
+
locale: string;
|
|
730
|
+
}
|
|
731
|
+
interface DownloadPdfParams {
|
|
732
|
+
balance?: boolean;
|
|
733
|
+
client_business_name: string;
|
|
734
|
+
client_category_name?: string[];
|
|
735
|
+
client_category_id?: string[];
|
|
736
|
+
client_id: string;
|
|
737
|
+
date_end?: number;
|
|
738
|
+
date_begin?: number;
|
|
739
|
+
timezone: string;
|
|
740
|
+
locale: string;
|
|
741
|
+
}
|
|
742
|
+
}
|
|
743
|
+
namespace DocumentLiquidation {
|
|
744
|
+
interface DownloadExcelParams {
|
|
745
|
+
user_name?: string;
|
|
746
|
+
company_branch_trade_name?: string;
|
|
747
|
+
client_business_name?: string;
|
|
748
|
+
timezone: string;
|
|
749
|
+
locale: string;
|
|
750
|
+
company_branch_id?: string;
|
|
751
|
+
user_id?: string;
|
|
752
|
+
reverse_status?: boolean;
|
|
753
|
+
document_number?: string;
|
|
754
|
+
date_end?: number;
|
|
755
|
+
date_begin?: number;
|
|
756
|
+
type?: string;
|
|
757
|
+
client_id?: string;
|
|
758
|
+
}
|
|
759
|
+
interface DownloadPdfParams {
|
|
760
|
+
user_name?: string;
|
|
761
|
+
company_branch_trade_name?: string;
|
|
762
|
+
client_business_name?: string;
|
|
763
|
+
timezone: string;
|
|
764
|
+
locale: string;
|
|
765
|
+
company_branch_id?: string;
|
|
766
|
+
user_id?: string;
|
|
767
|
+
reverse_status?: boolean;
|
|
768
|
+
document_number?: string;
|
|
769
|
+
date_end?: number;
|
|
770
|
+
date_begin?: number;
|
|
771
|
+
type?: string;
|
|
772
|
+
client_id?: string;
|
|
773
|
+
}
|
|
774
|
+
interface DownloadIndividualExcelParams {
|
|
775
|
+
timezone: string;
|
|
776
|
+
locale: string;
|
|
777
|
+
}
|
|
778
|
+
interface DownloadIndividualPdfParams {
|
|
779
|
+
timezone: string;
|
|
780
|
+
locale: string;
|
|
781
|
+
}
|
|
782
|
+
}
|
|
783
|
+
namespace ClosingOfCash {
|
|
784
|
+
interface DownloadExcelParams {
|
|
785
|
+
company_branch_id?: string;
|
|
786
|
+
company_branch_trade_name?: string;
|
|
787
|
+
user_id?: string;
|
|
788
|
+
user_name?: string;
|
|
789
|
+
document_number?: string;
|
|
790
|
+
date_begin?: number;
|
|
791
|
+
date_end?: number;
|
|
792
|
+
search_type?: string;
|
|
793
|
+
timezone: string;
|
|
794
|
+
locale: string;
|
|
795
|
+
}
|
|
796
|
+
interface DownloadPdfParams {
|
|
797
|
+
company_branch_id?: string;
|
|
798
|
+
company_branch_trade_name?: string;
|
|
799
|
+
user_id?: string;
|
|
800
|
+
user_name?: string;
|
|
801
|
+
document_number?: string;
|
|
802
|
+
date_begin?: number;
|
|
803
|
+
date_end?: number;
|
|
804
|
+
search_type?: string;
|
|
805
|
+
timezone: string;
|
|
806
|
+
locale: string;
|
|
807
|
+
}
|
|
808
|
+
interface DownloadIndividualExcelParams {
|
|
809
|
+
timezone: string;
|
|
810
|
+
locale: string;
|
|
811
|
+
}
|
|
812
|
+
interface DownloadIndividualPdfParams {
|
|
813
|
+
timezone: string;
|
|
814
|
+
locale: string;
|
|
815
|
+
}
|
|
816
|
+
}
|
|
817
|
+
namespace CashLiquidation {
|
|
818
|
+
interface DownloadExcelParams {
|
|
819
|
+
cost_center_name?: string;
|
|
820
|
+
user_name?: string;
|
|
821
|
+
company_branch_trade_name?: string;
|
|
822
|
+
client_business_name?: string;
|
|
823
|
+
timezone: string;
|
|
824
|
+
locale: string;
|
|
825
|
+
payment_term_id?: string;
|
|
826
|
+
payment_term_name_code?: string;
|
|
827
|
+
reverse_status?: boolean;
|
|
828
|
+
document_number?: string;
|
|
829
|
+
date_end?: number;
|
|
830
|
+
date_begin?: number;
|
|
831
|
+
user_id?: string;
|
|
832
|
+
company_branch_id?: string;
|
|
833
|
+
cost_center_id?: string;
|
|
834
|
+
type?: string;
|
|
835
|
+
client_id?: string;
|
|
836
|
+
}
|
|
837
|
+
interface DownloadPdfParams {
|
|
838
|
+
cost_center_name?: string;
|
|
839
|
+
user_name?: string;
|
|
840
|
+
company_branch_trade_name?: string;
|
|
841
|
+
client_business_name?: string;
|
|
842
|
+
timezone: string;
|
|
843
|
+
locale: string;
|
|
844
|
+
payment_term_id?: string;
|
|
845
|
+
payment_term_name_code?: string;
|
|
846
|
+
reverse_status?: boolean;
|
|
847
|
+
document_number?: string;
|
|
848
|
+
date_end?: number;
|
|
849
|
+
date_begin?: number;
|
|
850
|
+
user_id?: string;
|
|
851
|
+
company_branch_id?: string;
|
|
852
|
+
cost_center_id?: string;
|
|
853
|
+
type?: string;
|
|
854
|
+
client_id?: string;
|
|
855
|
+
}
|
|
856
|
+
interface DownloadIndividualExcelParams {
|
|
857
|
+
timezone: string;
|
|
858
|
+
locale: string;
|
|
859
|
+
}
|
|
860
|
+
interface DownloadIndividualPdfParams {
|
|
861
|
+
timezone: string;
|
|
862
|
+
locale: string;
|
|
863
|
+
}
|
|
864
|
+
}
|
|
865
|
+
namespace DownPayment {
|
|
866
|
+
interface DownloadExcelParams {
|
|
867
|
+
client_branch_name?: string;
|
|
868
|
+
company_branch_trade_name?: string;
|
|
869
|
+
user_name?: string;
|
|
870
|
+
client_business_name?: string;
|
|
871
|
+
reverse_status?: boolean;
|
|
872
|
+
date_begin?: number;
|
|
873
|
+
date_end?: number;
|
|
874
|
+
document_number?: string;
|
|
875
|
+
user_id?: string;
|
|
876
|
+
client_branch_id?: string;
|
|
877
|
+
company_branch_id?: string;
|
|
878
|
+
client_id?: string;
|
|
879
|
+
timezone: string;
|
|
880
|
+
locale: string;
|
|
881
|
+
}
|
|
882
|
+
interface DownloadPdfParams {
|
|
883
|
+
client_branch_name?: string;
|
|
884
|
+
company_branch_trade_name?: string;
|
|
885
|
+
user_name?: string;
|
|
886
|
+
client_business_name?: string;
|
|
887
|
+
reverse_status?: boolean;
|
|
888
|
+
date_begin?: number;
|
|
889
|
+
date_end?: number;
|
|
890
|
+
document_number?: string;
|
|
891
|
+
user_id?: string;
|
|
892
|
+
client_branch_id?: string;
|
|
893
|
+
company_branch_id?: string;
|
|
894
|
+
client_id?: string;
|
|
895
|
+
timezone: string;
|
|
896
|
+
locale: string;
|
|
897
|
+
}
|
|
898
|
+
interface DownloadIndividualExcelParams {
|
|
899
|
+
timezone: string;
|
|
900
|
+
locale: string;
|
|
901
|
+
}
|
|
902
|
+
interface DownloadIndividualPdfParams {
|
|
903
|
+
timezone: string;
|
|
904
|
+
locale: string;
|
|
905
|
+
}
|
|
906
|
+
interface DownloadIndividualClientPdfParams {
|
|
907
|
+
timezone: string;
|
|
908
|
+
locale: string;
|
|
909
|
+
}
|
|
910
|
+
}
|
|
911
|
+
namespace Income {
|
|
912
|
+
interface DownloadExcelParams {
|
|
913
|
+
seller_full_name?: string;
|
|
914
|
+
company_branch_trade_name?: string;
|
|
915
|
+
user_name?: string;
|
|
916
|
+
client_business_name?: string;
|
|
917
|
+
company_branch_id?: string;
|
|
918
|
+
user_id?: string;
|
|
919
|
+
seller_id?: string;
|
|
920
|
+
client_id?: string;
|
|
921
|
+
document_number?: string;
|
|
922
|
+
date_end?: number;
|
|
923
|
+
date_begin?: number;
|
|
924
|
+
reverse_status?: boolean;
|
|
925
|
+
timezone: string;
|
|
926
|
+
locale: string;
|
|
927
|
+
}
|
|
928
|
+
interface DownloadPdfParams {
|
|
929
|
+
seller_full_name?: string;
|
|
930
|
+
company_branch_trade_name?: string;
|
|
931
|
+
user_name?: string;
|
|
932
|
+
client_business_name?: string;
|
|
933
|
+
company_branch_id?: string;
|
|
934
|
+
user_id?: string;
|
|
935
|
+
seller_id?: string;
|
|
936
|
+
client_id?: string;
|
|
937
|
+
document_number?: string;
|
|
938
|
+
date_end?: number;
|
|
939
|
+
date_begin?: number;
|
|
940
|
+
reverse_status?: boolean;
|
|
941
|
+
timezone: string;
|
|
942
|
+
locale: string;
|
|
943
|
+
}
|
|
944
|
+
interface DownloadIndividualExcelParams {
|
|
945
|
+
timezone: string;
|
|
946
|
+
locale: string;
|
|
947
|
+
}
|
|
948
|
+
interface DownloadIndividualPdfParams {
|
|
949
|
+
timezone: string;
|
|
950
|
+
locale: string;
|
|
951
|
+
}
|
|
952
|
+
interface DownloadIndividualClientPdfParams {
|
|
953
|
+
timezone: string;
|
|
954
|
+
locale: string;
|
|
955
|
+
}
|
|
956
|
+
}
|
|
957
|
+
namespace InternalCredit {
|
|
958
|
+
interface DownloadExcelParams {
|
|
959
|
+
seller_full_name?: string;
|
|
960
|
+
company_branch_trade_name?: string;
|
|
961
|
+
user_name?: string;
|
|
962
|
+
client_business_name?: string;
|
|
963
|
+
date_end?: number;
|
|
964
|
+
date_begin?: number;
|
|
965
|
+
client_id?: string;
|
|
966
|
+
user_id?: string;
|
|
967
|
+
seller_id?: string;
|
|
968
|
+
client_branch_id?: string;
|
|
969
|
+
client_branch_name?: string;
|
|
970
|
+
company_branch_id?: string;
|
|
971
|
+
reverse_status?: boolean;
|
|
972
|
+
document_number?: string;
|
|
973
|
+
timezone: string;
|
|
974
|
+
locale: string;
|
|
975
|
+
}
|
|
976
|
+
interface DownloadPdfParams {
|
|
977
|
+
seller_full_name?: string;
|
|
978
|
+
company_branch_trade_name?: string;
|
|
979
|
+
user_name?: string;
|
|
980
|
+
client_business_name?: string;
|
|
981
|
+
date_end?: number;
|
|
982
|
+
date_begin?: number;
|
|
983
|
+
client_id?: string;
|
|
984
|
+
user_id?: string;
|
|
985
|
+
seller_id?: string;
|
|
986
|
+
client_branch_id?: string;
|
|
987
|
+
client_branch_name?: string;
|
|
988
|
+
company_branch_id?: string;
|
|
989
|
+
reverse_status?: boolean;
|
|
990
|
+
document_number?: string;
|
|
991
|
+
timezone: string;
|
|
992
|
+
locale: string;
|
|
993
|
+
}
|
|
994
|
+
interface DownloadIndividualExcelParams {
|
|
995
|
+
timezone: string;
|
|
996
|
+
locale: string;
|
|
997
|
+
}
|
|
998
|
+
interface DownloadIndividualPdfParams {
|
|
999
|
+
timezone: string;
|
|
1000
|
+
locale: string;
|
|
1001
|
+
}
|
|
1002
|
+
}
|
|
1003
|
+
namespace CrossingAccounts {
|
|
1004
|
+
interface DownloadExcelParams {
|
|
1005
|
+
provider_business_name?: string;
|
|
1006
|
+
company_branch_trade_name?: string;
|
|
1007
|
+
user_name?: string;
|
|
1008
|
+
client_business_name?: string;
|
|
1009
|
+
timezone: string;
|
|
1010
|
+
locale: string;
|
|
1011
|
+
client_id?: string;
|
|
1012
|
+
company_branch_id?: string;
|
|
1013
|
+
user_id?: string;
|
|
1014
|
+
reverse_status?: boolean;
|
|
1015
|
+
document_number?: string;
|
|
1016
|
+
date_end?: number;
|
|
1017
|
+
date_begin?: number;
|
|
1018
|
+
provider_id?: string;
|
|
1019
|
+
}
|
|
1020
|
+
interface DownloadPdfParams {
|
|
1021
|
+
provider_business_name?: string;
|
|
1022
|
+
company_branch_trade_name?: string;
|
|
1023
|
+
user_name?: string;
|
|
1024
|
+
client_business_name?: string;
|
|
1025
|
+
timezone: string;
|
|
1026
|
+
locale: string;
|
|
1027
|
+
client_id?: string;
|
|
1028
|
+
company_branch_id?: string;
|
|
1029
|
+
user_id?: string;
|
|
1030
|
+
reverse_status?: boolean;
|
|
1031
|
+
document_number?: string;
|
|
1032
|
+
date_end?: number;
|
|
1033
|
+
date_begin?: number;
|
|
1034
|
+
provider_id?: string;
|
|
1035
|
+
}
|
|
1036
|
+
interface DownloadIndividualExcelParams {
|
|
1037
|
+
timezone: string;
|
|
1038
|
+
locale: string;
|
|
1039
|
+
}
|
|
1040
|
+
interface DownloadIndividualPdfParams {
|
|
1041
|
+
timezone: string;
|
|
1042
|
+
locale: string;
|
|
1043
|
+
}
|
|
1044
|
+
}
|
|
1045
|
+
namespace CreditRequest {
|
|
1046
|
+
interface DownloadExcelParams {
|
|
1047
|
+
company_branch_trade_name?: string;
|
|
1048
|
+
user_name?: string;
|
|
1049
|
+
client_business_name?: string;
|
|
1050
|
+
user_id?: string;
|
|
1051
|
+
company_branch_id?: string;
|
|
1052
|
+
timezone: string;
|
|
1053
|
+
locale: string;
|
|
1054
|
+
date_end?: number;
|
|
1055
|
+
date_begin?: number;
|
|
1056
|
+
type?: string;
|
|
1057
|
+
document_state?: string;
|
|
1058
|
+
new_credit_number?: string;
|
|
1059
|
+
client_id?: string;
|
|
1060
|
+
}
|
|
1061
|
+
interface DownloadPdfParams {
|
|
1062
|
+
company_branch_trade_name?: string;
|
|
1063
|
+
user_name?: string;
|
|
1064
|
+
client_business_name?: string;
|
|
1065
|
+
user_id?: string;
|
|
1066
|
+
company_branch_id?: string;
|
|
1067
|
+
timezone: string;
|
|
1068
|
+
locale: string;
|
|
1069
|
+
date_end?: number;
|
|
1070
|
+
date_begin?: number;
|
|
1071
|
+
type?: string;
|
|
1072
|
+
document_state?: string;
|
|
1073
|
+
new_credit_number?: string;
|
|
1074
|
+
client_id?: string;
|
|
1075
|
+
}
|
|
1076
|
+
interface DownloadIndividualExcelParams {
|
|
1077
|
+
timezone: string;
|
|
1078
|
+
locale: string;
|
|
1079
|
+
}
|
|
1080
|
+
interface DownloadIndividualPdfParams {
|
|
1081
|
+
timezone: string;
|
|
1082
|
+
locale: string;
|
|
1083
|
+
}
|
|
1084
|
+
}
|
|
1085
|
+
namespace Reverse {
|
|
1086
|
+
namespace DocumentLiquidation {
|
|
1087
|
+
interface DownloadExcelParams {
|
|
1088
|
+
date_begin?: number;
|
|
1089
|
+
date_end?: number;
|
|
1090
|
+
timezone: string;
|
|
1091
|
+
locale: string;
|
|
1092
|
+
reason?: string;
|
|
1093
|
+
reason_name?: string;
|
|
1094
|
+
document_number?: string;
|
|
1095
|
+
sequence?: string;
|
|
1096
|
+
user_name?: string;
|
|
1097
|
+
user_id?: string;
|
|
1098
|
+
}
|
|
1099
|
+
interface DownloadPdfParams {
|
|
1100
|
+
date_begin?: number;
|
|
1101
|
+
date_end?: number;
|
|
1102
|
+
timezone: string;
|
|
1103
|
+
locale: string;
|
|
1104
|
+
reason?: string;
|
|
1105
|
+
reason_name?: string;
|
|
1106
|
+
document_number?: string;
|
|
1107
|
+
sequence?: string;
|
|
1108
|
+
user_name?: string;
|
|
1109
|
+
user_id?: string;
|
|
1110
|
+
}
|
|
1111
|
+
interface DownloadIndividualExcelParams {
|
|
1112
|
+
timezone: string;
|
|
1113
|
+
locale: string;
|
|
1114
|
+
}
|
|
1115
|
+
interface DownloadIndividualPdfParams {
|
|
1116
|
+
timezone: string;
|
|
1117
|
+
locale: string;
|
|
1118
|
+
}
|
|
1119
|
+
}
|
|
1120
|
+
namespace CashLiquidation {
|
|
1121
|
+
interface DownloadExcelParams {
|
|
1122
|
+
reason?: string;
|
|
1123
|
+
reason_name?: string;
|
|
1124
|
+
document_number?: string;
|
|
1125
|
+
sequence?: string;
|
|
1126
|
+
user_id?: string;
|
|
1127
|
+
user_name?: string;
|
|
1128
|
+
date_begin?: number;
|
|
1129
|
+
date_end?: number;
|
|
1130
|
+
timezone: string;
|
|
1131
|
+
locale: string;
|
|
1132
|
+
}
|
|
1133
|
+
interface DownloadPdfParams {
|
|
1134
|
+
reason?: string;
|
|
1135
|
+
reason_name?: string;
|
|
1136
|
+
document_number?: string;
|
|
1137
|
+
sequence?: string;
|
|
1138
|
+
user_id?: string;
|
|
1139
|
+
user_name?: string;
|
|
1140
|
+
date_begin?: number;
|
|
1141
|
+
date_end?: number;
|
|
1142
|
+
timezone: string;
|
|
1143
|
+
locale: string;
|
|
1144
|
+
}
|
|
1145
|
+
interface DownloadIndividualExcelParams {
|
|
1146
|
+
timezone: string;
|
|
1147
|
+
locale: string;
|
|
1148
|
+
}
|
|
1149
|
+
interface DownloadIndividualPdfParams {
|
|
1150
|
+
timezone: string;
|
|
1151
|
+
locale: string;
|
|
1152
|
+
}
|
|
1153
|
+
}
|
|
1154
|
+
namespace DownPayment {
|
|
1155
|
+
interface DownloadExcelParams {
|
|
1156
|
+
date_begin?: number;
|
|
1157
|
+
date_end?: number;
|
|
1158
|
+
timezone: string;
|
|
1159
|
+
locale: string;
|
|
1160
|
+
reason?: string;
|
|
1161
|
+
reason_name?: string;
|
|
1162
|
+
document_number?: string;
|
|
1163
|
+
sequence?: string;
|
|
1164
|
+
user_id?: string;
|
|
1165
|
+
user_name?: string;
|
|
1166
|
+
}
|
|
1167
|
+
interface DownloadPdfParams {
|
|
1168
|
+
date_begin?: number;
|
|
1169
|
+
date_end?: number;
|
|
1170
|
+
timezone: string;
|
|
1171
|
+
locale: string;
|
|
1172
|
+
reason?: string;
|
|
1173
|
+
reason_name?: string;
|
|
1174
|
+
document_number?: string;
|
|
1175
|
+
sequence?: string;
|
|
1176
|
+
user_id?: string;
|
|
1177
|
+
user_name?: string;
|
|
1178
|
+
}
|
|
1179
|
+
interface DownloadIndividualExcelParams {
|
|
1180
|
+
timezone: string;
|
|
1181
|
+
locale: string;
|
|
1182
|
+
}
|
|
1183
|
+
interface DownloadIndividualPdfParams {
|
|
1184
|
+
timezone: string;
|
|
1185
|
+
locale: string;
|
|
1186
|
+
}
|
|
1187
|
+
}
|
|
1188
|
+
namespace Income {
|
|
1189
|
+
interface DownloadExcelParams {
|
|
1190
|
+
date_begin?: number;
|
|
1191
|
+
date_end?: number;
|
|
1192
|
+
timezone: string;
|
|
1193
|
+
locale: string;
|
|
1194
|
+
reason?: string;
|
|
1195
|
+
reason_name?: string;
|
|
1196
|
+
document_number?: string;
|
|
1197
|
+
sequence?: string;
|
|
1198
|
+
user_id?: string;
|
|
1199
|
+
user_name?: string;
|
|
1200
|
+
}
|
|
1201
|
+
interface DownloadPdfParams {
|
|
1202
|
+
date_begin?: number;
|
|
1203
|
+
date_end?: number;
|
|
1204
|
+
timezone: string;
|
|
1205
|
+
locale: string;
|
|
1206
|
+
reason?: string;
|
|
1207
|
+
reason_name?: string;
|
|
1208
|
+
document_number?: string;
|
|
1209
|
+
sequence?: string;
|
|
1210
|
+
user_id?: string;
|
|
1211
|
+
user_name?: string;
|
|
1212
|
+
}
|
|
1213
|
+
interface DownloadIndividualExcelParams {
|
|
1214
|
+
timezone: string;
|
|
1215
|
+
locale: string;
|
|
1216
|
+
}
|
|
1217
|
+
interface DownloadIndividualPdfParams {
|
|
1218
|
+
timezone: string;
|
|
1219
|
+
locale: string;
|
|
1220
|
+
}
|
|
1221
|
+
}
|
|
1222
|
+
namespace InternalCredit {
|
|
1223
|
+
interface DownloadExcelParams {
|
|
1224
|
+
date_begin?: number;
|
|
1225
|
+
date_end?: number;
|
|
1226
|
+
timezone: string;
|
|
1227
|
+
locale: string;
|
|
1228
|
+
reason?: string;
|
|
1229
|
+
reason_name?: string;
|
|
1230
|
+
document_number?: string;
|
|
1231
|
+
sequence?: string;
|
|
1232
|
+
user_id?: string;
|
|
1233
|
+
user_name?: string;
|
|
1234
|
+
}
|
|
1235
|
+
interface DownloadPdfParams {
|
|
1236
|
+
date_begin?: number;
|
|
1237
|
+
date_end?: number;
|
|
1238
|
+
timezone: string;
|
|
1239
|
+
locale: string;
|
|
1240
|
+
reason?: string;
|
|
1241
|
+
reason_name?: string;
|
|
1242
|
+
document_number?: string;
|
|
1243
|
+
sequence?: string;
|
|
1244
|
+
user_id?: string;
|
|
1245
|
+
user_name?: string;
|
|
1246
|
+
}
|
|
1247
|
+
interface DownloadIndividualExcelParams {
|
|
1248
|
+
timezone: string;
|
|
1249
|
+
locale: string;
|
|
1250
|
+
}
|
|
1251
|
+
interface DownloadIndividualPdfParams {
|
|
1252
|
+
timezone: string;
|
|
1253
|
+
locale: string;
|
|
1254
|
+
}
|
|
1255
|
+
}
|
|
1256
|
+
namespace CrossingAccounts {
|
|
1257
|
+
interface DownloadExcelParams {
|
|
1258
|
+
date_begin?: number;
|
|
1259
|
+
date_end?: number;
|
|
1260
|
+
reason?: string;
|
|
1261
|
+
reason_name?: string;
|
|
1262
|
+
document_number?: string;
|
|
1263
|
+
sequence?: string;
|
|
1264
|
+
user_id?: string;
|
|
1265
|
+
user_name?: string;
|
|
1266
|
+
timezone: string;
|
|
1267
|
+
locale: string;
|
|
1268
|
+
}
|
|
1269
|
+
interface DownloadPdfParams {
|
|
1270
|
+
date_begin?: number;
|
|
1271
|
+
date_end?: number;
|
|
1272
|
+
reason?: string;
|
|
1273
|
+
reason_name?: string;
|
|
1274
|
+
document_number?: string;
|
|
1275
|
+
sequence?: string;
|
|
1276
|
+
user_id?: string;
|
|
1277
|
+
user_name?: string;
|
|
1278
|
+
timezone: string;
|
|
1279
|
+
locale: string;
|
|
1280
|
+
}
|
|
1281
|
+
interface DownloadIndividualExcelParams {
|
|
1282
|
+
timezone: string;
|
|
1283
|
+
locale: string;
|
|
1284
|
+
}
|
|
1285
|
+
interface DownloadIndividualPdfParams {
|
|
1286
|
+
timezone: string;
|
|
1287
|
+
locale: string;
|
|
1288
|
+
}
|
|
1289
|
+
}
|
|
1290
|
+
}
|
|
1291
|
+
namespace ClosingOfCashArqueo {
|
|
1292
|
+
interface DownloadExcelParams {
|
|
1293
|
+
company_branch_id?: string;
|
|
1294
|
+
company_branch_trade_name?: string;
|
|
1295
|
+
user_name?: string;
|
|
1296
|
+
user_id?: string;
|
|
1297
|
+
document_number?: string;
|
|
1298
|
+
date_begin?: number;
|
|
1299
|
+
date_end?: number;
|
|
1300
|
+
timezone: string;
|
|
1301
|
+
locale: string;
|
|
1302
|
+
}
|
|
1303
|
+
interface DownloadPdfParams {
|
|
1304
|
+
company_branch_id?: string;
|
|
1305
|
+
company_branch_trade_name?: string;
|
|
1306
|
+
user_name?: string;
|
|
1307
|
+
user_id?: string;
|
|
1308
|
+
document_number?: string;
|
|
1309
|
+
date_begin?: number;
|
|
1310
|
+
date_end?: number;
|
|
1311
|
+
timezone: string;
|
|
1312
|
+
locale: string;
|
|
1313
|
+
}
|
|
1314
|
+
interface DownloadIndividualExcelParams {
|
|
1315
|
+
timezone: string;
|
|
1316
|
+
locale: string;
|
|
1317
|
+
}
|
|
1318
|
+
interface DownloadIndividualPdfParams {
|
|
1319
|
+
timezone: string;
|
|
1320
|
+
locale: string;
|
|
1321
|
+
}
|
|
1322
|
+
}
|
|
1323
|
+
namespace CreditManagement {
|
|
1324
|
+
interface DownloadExcelParams {
|
|
1325
|
+
user_name?: string;
|
|
1326
|
+
seller_full_name?: string;
|
|
1327
|
+
company_branch_trade_name?: string;
|
|
1328
|
+
client_business_name?: string;
|
|
1329
|
+
client_branch_name?: string;
|
|
1330
|
+
company_branch_id?: string;
|
|
1331
|
+
invoice_number?: string;
|
|
1332
|
+
origin_credit?: string;
|
|
1333
|
+
user_id?: string;
|
|
1334
|
+
date_begin?: number;
|
|
1335
|
+
date_end?: number;
|
|
1336
|
+
reverse_status?: boolean;
|
|
1337
|
+
enabled?: boolean;
|
|
1338
|
+
document_number?: string;
|
|
1339
|
+
client_branch_id?: string;
|
|
1340
|
+
seller_id?: string;
|
|
1341
|
+
client_id?: string;
|
|
1342
|
+
timezone: string;
|
|
1343
|
+
locale: string;
|
|
1344
|
+
}
|
|
1345
|
+
interface DownloadPdfParams {
|
|
1346
|
+
user_name?: string;
|
|
1347
|
+
seller_full_name?: string;
|
|
1348
|
+
company_branch_trade_name?: string;
|
|
1349
|
+
client_business_name?: string;
|
|
1350
|
+
client_branch_name?: string;
|
|
1351
|
+
company_branch_id?: string;
|
|
1352
|
+
invoice_number?: string;
|
|
1353
|
+
origin_credit?: string;
|
|
1354
|
+
user_id?: string;
|
|
1355
|
+
date_begin?: number;
|
|
1356
|
+
date_end?: number;
|
|
1357
|
+
reverse_status?: boolean;
|
|
1358
|
+
enabled?: boolean;
|
|
1359
|
+
document_number?: string;
|
|
1360
|
+
client_branch_id?: string;
|
|
1361
|
+
seller_id?: string;
|
|
1362
|
+
client_id?: string;
|
|
1363
|
+
timezone: string;
|
|
1364
|
+
locale: string;
|
|
1365
|
+
}
|
|
1366
|
+
}
|
|
1367
|
+
namespace InitialBalances {
|
|
1368
|
+
namespace Sales {
|
|
1369
|
+
interface DownloadExcelParams {
|
|
1370
|
+
user_id?: string;
|
|
1371
|
+
user_name?: string;
|
|
1372
|
+
seller_full_name?: string;
|
|
1373
|
+
company_branch_trade_name?: string;
|
|
1374
|
+
client_branch_name?: string;
|
|
1375
|
+
client_branch_id?: string;
|
|
1376
|
+
company_branch_id?: string;
|
|
1377
|
+
client_business_name?: string;
|
|
1378
|
+
seller_id?: string;
|
|
1379
|
+
client_id?: string;
|
|
1380
|
+
invoice_number?: string;
|
|
1381
|
+
document_number?: string;
|
|
1382
|
+
date_end?: number;
|
|
1383
|
+
date_begin?: number;
|
|
1384
|
+
timezone: string;
|
|
1385
|
+
locale: string;
|
|
1386
|
+
}
|
|
1387
|
+
interface DownloadPdfParams {
|
|
1388
|
+
user_id?: string;
|
|
1389
|
+
user_name?: string;
|
|
1390
|
+
seller_full_name?: string;
|
|
1391
|
+
company_branch_trade_name?: string;
|
|
1392
|
+
client_branch_name?: string;
|
|
1393
|
+
client_branch_id?: string;
|
|
1394
|
+
company_branch_id?: string;
|
|
1395
|
+
client_business_name?: string;
|
|
1396
|
+
seller_id?: string;
|
|
1397
|
+
client_id?: string;
|
|
1398
|
+
invoice_number?: string;
|
|
1399
|
+
document_number?: string;
|
|
1400
|
+
date_end?: number;
|
|
1401
|
+
date_begin?: number;
|
|
1402
|
+
timezone: string;
|
|
1403
|
+
locale: string;
|
|
1404
|
+
}
|
|
1405
|
+
interface DownloadIndividualExcelParams {
|
|
1406
|
+
timezone: string;
|
|
1407
|
+
locale: string;
|
|
1408
|
+
}
|
|
1409
|
+
interface DownloadIndividualPdfParams {
|
|
1410
|
+
timezone: string;
|
|
1411
|
+
locale: string;
|
|
1412
|
+
}
|
|
1413
|
+
}
|
|
1414
|
+
namespace DownPayment {
|
|
1415
|
+
interface DownloadExcelParams {
|
|
1416
|
+
user_name?: string;
|
|
1417
|
+
seller_full_name?: string;
|
|
1418
|
+
company_branch_trade_name?: string;
|
|
1419
|
+
client_branch_name?: string;
|
|
1420
|
+
client_business_name?: string;
|
|
1421
|
+
date_end?: number;
|
|
1422
|
+
date_begin?: number;
|
|
1423
|
+
payment_term?: string;
|
|
1424
|
+
document_sequence?: string;
|
|
1425
|
+
sequencial?: string;
|
|
1426
|
+
sequential?: string;
|
|
1427
|
+
user_id?: string;
|
|
1428
|
+
seller_id?: string;
|
|
1429
|
+
company_branch_id?: string;
|
|
1430
|
+
client_branch_id?: string;
|
|
1431
|
+
client_id?: string;
|
|
1432
|
+
timezone: string;
|
|
1433
|
+
locale: string;
|
|
1434
|
+
cost_center_id?: string;
|
|
1435
|
+
cost_center_name?: string;
|
|
1436
|
+
}
|
|
1437
|
+
interface DownloadPdfParams {
|
|
1438
|
+
user_name?: string;
|
|
1439
|
+
seller_full_name?: string;
|
|
1440
|
+
company_branch_trade_name?: string;
|
|
1441
|
+
client_branch_name?: string;
|
|
1442
|
+
client_business_name?: string;
|
|
1443
|
+
date_end?: number;
|
|
1444
|
+
date_begin?: number;
|
|
1445
|
+
payment_term?: string;
|
|
1446
|
+
document_sequence?: string;
|
|
1447
|
+
sequencial?: string;
|
|
1448
|
+
sequential?: string;
|
|
1449
|
+
user_id?: string;
|
|
1450
|
+
seller_id?: string;
|
|
1451
|
+
company_branch_id?: string;
|
|
1452
|
+
client_branch_id?: string;
|
|
1453
|
+
client_id?: string;
|
|
1454
|
+
timezone: string;
|
|
1455
|
+
locale: string;
|
|
1456
|
+
}
|
|
1457
|
+
interface DownloadIndividualExcelParams {
|
|
1458
|
+
timezone: string;
|
|
1459
|
+
locale: string;
|
|
1460
|
+
}
|
|
1461
|
+
interface DownloadIndividualPdfParams {
|
|
1462
|
+
timezone: string;
|
|
1463
|
+
locale: string;
|
|
1464
|
+
}
|
|
1465
|
+
}
|
|
1466
|
+
namespace CreditNote {
|
|
1467
|
+
interface DownloadExcelParams {
|
|
1468
|
+
user_name?: string;
|
|
1469
|
+
seller_full_name?: string;
|
|
1470
|
+
company_branch_trade_name?: string;
|
|
1471
|
+
client_branch_name?: string;
|
|
1472
|
+
client_business_name?: string;
|
|
1473
|
+
date_end?: number;
|
|
1474
|
+
date_begin?: number;
|
|
1475
|
+
payment_term?: string;
|
|
1476
|
+
document_sequence?: string;
|
|
1477
|
+
sequencial?: string;
|
|
1478
|
+
sequential?: string;
|
|
1479
|
+
user_id?: string;
|
|
1480
|
+
seller_id?: string;
|
|
1481
|
+
company_branch_id?: string;
|
|
1482
|
+
client_branch_id?: string;
|
|
1483
|
+
client_id?: string;
|
|
1484
|
+
timezone: string;
|
|
1485
|
+
locale: string;
|
|
1486
|
+
}
|
|
1487
|
+
interface DownloadPdfParams {
|
|
1488
|
+
user_name?: string;
|
|
1489
|
+
seller_full_name?: string;
|
|
1490
|
+
company_branch_trade_name?: string;
|
|
1491
|
+
client_branch_name?: string;
|
|
1492
|
+
client_business_name?: string;
|
|
1493
|
+
date_end?: number;
|
|
1494
|
+
date_begin?: number;
|
|
1495
|
+
payment_term?: string;
|
|
1496
|
+
document_sequence?: string;
|
|
1497
|
+
sequencial?: string;
|
|
1498
|
+
sequential?: string;
|
|
1499
|
+
user_id?: string;
|
|
1500
|
+
seller_id?: string;
|
|
1501
|
+
company_branch_id?: string;
|
|
1502
|
+
client_branch_id?: string;
|
|
1503
|
+
client_id?: string;
|
|
1504
|
+
timezone: string;
|
|
1505
|
+
locale: string;
|
|
1506
|
+
}
|
|
1507
|
+
interface DownloadIndividualExcelParams {
|
|
1508
|
+
timezone: string;
|
|
1509
|
+
locale: string;
|
|
1510
|
+
}
|
|
1511
|
+
interface DownloadIndividualPdfParams {
|
|
1512
|
+
timezone: string;
|
|
1513
|
+
locale: string;
|
|
1514
|
+
}
|
|
1515
|
+
}
|
|
1516
|
+
namespace Retention {
|
|
1517
|
+
interface DownloadExcelParams {
|
|
1518
|
+
user_name?: string;
|
|
1519
|
+
seller_full_name?: string;
|
|
1520
|
+
company_branch_trade_name?: string;
|
|
1521
|
+
client_branch_name?: string;
|
|
1522
|
+
client_business_name?: string;
|
|
1523
|
+
date_end?: number;
|
|
1524
|
+
date_begin?: number;
|
|
1525
|
+
payment_term?: string;
|
|
1526
|
+
document_sequence?: string;
|
|
1527
|
+
sequencial?: string;
|
|
1528
|
+
sequential?: string;
|
|
1529
|
+
user_id?: string;
|
|
1530
|
+
seller_id?: string;
|
|
1531
|
+
company_branch_id?: string;
|
|
1532
|
+
client_branch_id?: string;
|
|
1533
|
+
client_id?: string;
|
|
1534
|
+
timezone: string;
|
|
1535
|
+
locale: string;
|
|
1536
|
+
}
|
|
1537
|
+
interface DownloadPdfParams {
|
|
1538
|
+
user_name?: string;
|
|
1539
|
+
seller_full_name?: string;
|
|
1540
|
+
company_branch_trade_name?: string;
|
|
1541
|
+
client_branch_name?: string;
|
|
1542
|
+
client_business_name?: string;
|
|
1543
|
+
date_end?: number;
|
|
1544
|
+
date_begin?: number;
|
|
1545
|
+
payment_term?: string;
|
|
1546
|
+
document_sequence?: string;
|
|
1547
|
+
sequencial?: string;
|
|
1548
|
+
sequential?: string;
|
|
1549
|
+
user_id?: string;
|
|
1550
|
+
seller_id?: string;
|
|
1551
|
+
company_branch_id?: string;
|
|
1552
|
+
client_branch_id?: string;
|
|
1553
|
+
client_id?: string;
|
|
1554
|
+
timezone: string;
|
|
1555
|
+
locale: string;
|
|
1556
|
+
}
|
|
1557
|
+
interface DownloadIndividualExcelParams {
|
|
1558
|
+
timezone: string;
|
|
1559
|
+
locale: string;
|
|
1560
|
+
}
|
|
1561
|
+
interface DownloadIndividualPdfParams {
|
|
1562
|
+
timezone: string;
|
|
1563
|
+
locale: string;
|
|
1564
|
+
}
|
|
1565
|
+
}
|
|
1566
|
+
}
|
|
1567
|
+
interface ConfirmResponse {
|
|
1568
|
+
success: boolean;
|
|
1569
|
+
message: string;
|
|
1570
|
+
data?: any;
|
|
1571
|
+
}
|
|
1572
|
+
namespace InitialBalanceDownPaymentPayable {
|
|
1573
|
+
interface DownloadExcelParams {
|
|
1574
|
+
timezone: string;
|
|
1575
|
+
locale: string;
|
|
1576
|
+
document_sequence?: string;
|
|
1577
|
+
sequencial?: string;
|
|
1578
|
+
user_name?: string;
|
|
1579
|
+
user_id?: string;
|
|
1580
|
+
provider_business_name?: string;
|
|
1581
|
+
provider_id?: string;
|
|
1582
|
+
date_end?: number;
|
|
1583
|
+
date_begin?: number;
|
|
1584
|
+
}
|
|
1585
|
+
interface DownloadPdfParams {
|
|
1586
|
+
timezone: string;
|
|
1587
|
+
locale: string;
|
|
1588
|
+
document_sequence?: string;
|
|
1589
|
+
sequencial?: string;
|
|
1590
|
+
user_name?: string;
|
|
1591
|
+
user_id?: string;
|
|
1592
|
+
provider_business_name?: string;
|
|
1593
|
+
provider_id?: string;
|
|
1594
|
+
date_end?: number;
|
|
1595
|
+
date_begin?: number;
|
|
1596
|
+
}
|
|
1597
|
+
interface DownloadIndividualExcelParams {
|
|
1598
|
+
timezone: string;
|
|
1599
|
+
locale: string;
|
|
1600
|
+
}
|
|
1601
|
+
interface DownloadIndividualPdfParams {
|
|
1602
|
+
timezone: string;
|
|
1603
|
+
locale: string;
|
|
1604
|
+
}
|
|
1605
|
+
}
|
|
1606
|
+
namespace InitialBalanceCreditNotePayable {
|
|
1607
|
+
interface DownloadExcelParams {
|
|
1608
|
+
timezone: string;
|
|
1609
|
+
locale: string;
|
|
1610
|
+
document_sequence?: string;
|
|
1611
|
+
sequencial?: string;
|
|
1612
|
+
user_name?: string;
|
|
1613
|
+
user_id?: string;
|
|
1614
|
+
provider_business_name?: string;
|
|
1615
|
+
provider_id?: string;
|
|
1616
|
+
date_end?: number;
|
|
1617
|
+
date_begin?: number;
|
|
1618
|
+
}
|
|
1619
|
+
interface DownloadPdfParams {
|
|
1620
|
+
timezone: string;
|
|
1621
|
+
locale: string;
|
|
1622
|
+
document_sequence?: string;
|
|
1623
|
+
sequencial?: string;
|
|
1624
|
+
user_name?: string;
|
|
1625
|
+
user_id?: string;
|
|
1626
|
+
provider_business_name?: string;
|
|
1627
|
+
provider_id?: string;
|
|
1628
|
+
date_end?: number;
|
|
1629
|
+
date_begin?: number;
|
|
1630
|
+
}
|
|
1631
|
+
interface DownloadIndividualExcelParams {
|
|
1632
|
+
timezone: string;
|
|
1633
|
+
locale: string;
|
|
1634
|
+
}
|
|
1635
|
+
interface DownloadIndividualPdfParams {
|
|
1636
|
+
timezone: string;
|
|
1637
|
+
locale: string;
|
|
1638
|
+
}
|
|
1639
|
+
}
|
|
1640
|
+
namespace InitialBalancePayable {
|
|
1641
|
+
interface DownloadExcelParams {
|
|
1642
|
+
timezone: string;
|
|
1643
|
+
locale: string;
|
|
1644
|
+
document_sequence?: string;
|
|
1645
|
+
sequencial?: string;
|
|
1646
|
+
user_name?: string;
|
|
1647
|
+
user_id?: string;
|
|
1648
|
+
provider_business_name?: string;
|
|
1649
|
+
provider_id?: string;
|
|
1650
|
+
date_end?: number;
|
|
1651
|
+
date_begin?: number;
|
|
1652
|
+
}
|
|
1653
|
+
interface DownloadPdfParams {
|
|
1654
|
+
timezone: string;
|
|
1655
|
+
locale: string;
|
|
1656
|
+
document_sequence?: string;
|
|
1657
|
+
sequencial?: string;
|
|
1658
|
+
user_name?: string;
|
|
1659
|
+
user_id?: string;
|
|
1660
|
+
provider_business_name?: string;
|
|
1661
|
+
provider_id?: string;
|
|
1662
|
+
date_end?: number;
|
|
1663
|
+
date_begin?: number;
|
|
1664
|
+
}
|
|
1665
|
+
interface DownloadIndividualExcelParams {
|
|
1666
|
+
timezone: string;
|
|
1667
|
+
locale: string;
|
|
1668
|
+
}
|
|
1669
|
+
interface DownloadIndividualPdfParams {
|
|
1670
|
+
timezone: string;
|
|
1671
|
+
locale: string;
|
|
1672
|
+
}
|
|
1673
|
+
}
|
|
1674
|
+
namespace InitialBalanceRetentionPayable {
|
|
1675
|
+
interface DownloadExcelParams {
|
|
1676
|
+
timezone: string;
|
|
1677
|
+
locale: string;
|
|
1678
|
+
sequencial?: string;
|
|
1679
|
+
enabled?: boolean;
|
|
1680
|
+
user_name?: string;
|
|
1681
|
+
user_id?: string;
|
|
1682
|
+
provider_business_name?: string;
|
|
1683
|
+
provider_id?: string;
|
|
1684
|
+
date_end?: number;
|
|
1685
|
+
date_begin?: number;
|
|
1686
|
+
}
|
|
1687
|
+
interface DownloadPdfParams {
|
|
1688
|
+
timezone: string;
|
|
1689
|
+
locale: string;
|
|
1690
|
+
document_sequence?: string;
|
|
1691
|
+
sequencial?: string;
|
|
1692
|
+
enabled?: boolean;
|
|
1693
|
+
user_name?: string;
|
|
1694
|
+
user_id?: string;
|
|
1695
|
+
provider_business_name?: string;
|
|
1696
|
+
provider_id?: string;
|
|
1697
|
+
date_end?: number;
|
|
1698
|
+
date_begin?: number;
|
|
1699
|
+
}
|
|
1700
|
+
interface DownloadIndividualExcelParams {
|
|
1701
|
+
timezone: string;
|
|
1702
|
+
locale: string;
|
|
1703
|
+
}
|
|
1704
|
+
interface DownloadIndividualPdfParams {
|
|
1705
|
+
timezone: string;
|
|
1706
|
+
locale: string;
|
|
1707
|
+
}
|
|
1708
|
+
}
|
|
1709
|
+
namespace CrossingAccountsPayable {
|
|
1710
|
+
interface DownloadExcelParams {
|
|
1711
|
+
timezone: string;
|
|
1712
|
+
locale: string;
|
|
1713
|
+
reverse_status?: boolean;
|
|
1714
|
+
document_number?: string;
|
|
1715
|
+
sequential?: string;
|
|
1716
|
+
user_name?: string;
|
|
1717
|
+
user_id?: string;
|
|
1718
|
+
provider_business_name?: string;
|
|
1719
|
+
provider_id?: string;
|
|
1720
|
+
date_end?: number;
|
|
1721
|
+
date_begin?: number;
|
|
1722
|
+
}
|
|
1723
|
+
interface DownloadPdfParams {
|
|
1724
|
+
timezone: string;
|
|
1725
|
+
locale: string;
|
|
1726
|
+
reverse_status?: boolean;
|
|
1727
|
+
document_number?: string;
|
|
1728
|
+
sequential?: string;
|
|
1729
|
+
user_name?: string;
|
|
1730
|
+
user_id?: string;
|
|
1731
|
+
provider_business_name?: string;
|
|
1732
|
+
provider_id?: string;
|
|
1733
|
+
date_end?: number;
|
|
1734
|
+
date_begin?: number;
|
|
1735
|
+
}
|
|
1736
|
+
interface DownloadIndividualExcelParams {
|
|
1737
|
+
timezone: string;
|
|
1738
|
+
locale: string;
|
|
1739
|
+
}
|
|
1740
|
+
interface DownloadIndividualPdfParams {
|
|
1741
|
+
timezone: string;
|
|
1742
|
+
locale: string;
|
|
1743
|
+
}
|
|
1744
|
+
}
|
|
1745
|
+
namespace DocumentLiquidationPayable {
|
|
1746
|
+
interface DownloadExcelParams {
|
|
1747
|
+
timezone: string;
|
|
1748
|
+
locale: string;
|
|
1749
|
+
reverse_status?: boolean;
|
|
1750
|
+
document_number?: string;
|
|
1751
|
+
sequential?: string;
|
|
1752
|
+
user_name?: string;
|
|
1753
|
+
user_id?: string;
|
|
1754
|
+
provider_business_name?: string;
|
|
1755
|
+
provider_id?: string;
|
|
1756
|
+
date_end?: number;
|
|
1757
|
+
date_begin?: number;
|
|
1758
|
+
}
|
|
1759
|
+
interface DownloadPdfParams {
|
|
1760
|
+
timezone: string;
|
|
1761
|
+
locale: string;
|
|
1762
|
+
reverse_status?: boolean;
|
|
1763
|
+
document_number?: string;
|
|
1764
|
+
sequential?: string;
|
|
1765
|
+
user_name?: string;
|
|
1766
|
+
user_id?: string;
|
|
1767
|
+
provider_business_name?: string;
|
|
1768
|
+
provider_id?: string;
|
|
1769
|
+
date_end?: number;
|
|
1770
|
+
date_begin?: number;
|
|
1771
|
+
}
|
|
1772
|
+
interface DownloadIndividualExcelParams {
|
|
1773
|
+
timezone: string;
|
|
1774
|
+
locale: string;
|
|
1775
|
+
}
|
|
1776
|
+
interface DownloadIndividualPdfParams {
|
|
1777
|
+
timezone: string;
|
|
1778
|
+
locale: string;
|
|
1779
|
+
}
|
|
1780
|
+
}
|
|
1781
|
+
namespace DownPaymentPayable {
|
|
1782
|
+
interface DownloadExcelParams {
|
|
1783
|
+
timezone: string;
|
|
1784
|
+
locale: string;
|
|
1785
|
+
reverse_status?: boolean;
|
|
1786
|
+
document_number?: string;
|
|
1787
|
+
sequential?: string;
|
|
1788
|
+
user_name?: string;
|
|
1789
|
+
user_id?: string;
|
|
1790
|
+
provider_business_name?: string;
|
|
1791
|
+
provider_id?: string;
|
|
1792
|
+
date_end?: number;
|
|
1793
|
+
date_begin?: number;
|
|
1794
|
+
}
|
|
1795
|
+
interface DownloadPdfParams {
|
|
1796
|
+
timezone: string;
|
|
1797
|
+
locale: string;
|
|
1798
|
+
reverse_status?: boolean;
|
|
1799
|
+
document_number?: string;
|
|
1800
|
+
sequential?: string;
|
|
1801
|
+
user_name?: string;
|
|
1802
|
+
user_id?: string;
|
|
1803
|
+
provider_business_name?: string;
|
|
1804
|
+
provider_id?: string;
|
|
1805
|
+
date_end?: number;
|
|
1806
|
+
date_begin?: number;
|
|
1807
|
+
}
|
|
1808
|
+
interface DownloadIndividualExcelParams {
|
|
1809
|
+
timezone: string;
|
|
1810
|
+
locale: string;
|
|
1811
|
+
}
|
|
1812
|
+
interface DownloadIndividualPdfParams {
|
|
1813
|
+
timezone: string;
|
|
1814
|
+
locale: string;
|
|
1815
|
+
}
|
|
1816
|
+
}
|
|
1817
|
+
namespace InternalCreditPayable {
|
|
1818
|
+
interface DownloadExcelParams {
|
|
1819
|
+
timezone: string;
|
|
1820
|
+
locale: string;
|
|
1821
|
+
reverse_status?: boolean;
|
|
1822
|
+
document_number?: string;
|
|
1823
|
+
sequential?: string;
|
|
1824
|
+
user_name?: string;
|
|
1825
|
+
user_id?: string;
|
|
1826
|
+
provider_business_name?: string;
|
|
1827
|
+
provider_id?: string;
|
|
1828
|
+
date_end?: number;
|
|
1829
|
+
date_begin?: number;
|
|
1830
|
+
}
|
|
1831
|
+
interface DownloadPdfParams {
|
|
1832
|
+
timezone: string;
|
|
1833
|
+
locale: string;
|
|
1834
|
+
reverse_status?: boolean;
|
|
1835
|
+
document_number?: string;
|
|
1836
|
+
sequential?: string;
|
|
1837
|
+
user_name?: string;
|
|
1838
|
+
user_id?: string;
|
|
1839
|
+
provider_business_name?: string;
|
|
1840
|
+
provider_id?: string;
|
|
1841
|
+
date_end?: number;
|
|
1842
|
+
date_begin?: number;
|
|
1843
|
+
}
|
|
1844
|
+
interface DownloadIndividualExcelParams {
|
|
1845
|
+
timezone: string;
|
|
1846
|
+
locale: string;
|
|
1847
|
+
}
|
|
1848
|
+
interface DownloadIndividualPdfParams {
|
|
1849
|
+
timezone: string;
|
|
1850
|
+
locale: string;
|
|
1851
|
+
}
|
|
1852
|
+
}
|
|
1853
|
+
namespace CashLiquidationPayable {
|
|
1854
|
+
interface DownloadExcelParams {
|
|
1855
|
+
timezone: string;
|
|
1856
|
+
locale: string;
|
|
1857
|
+
reverse_status?: boolean;
|
|
1858
|
+
document_number?: string;
|
|
1859
|
+
sequential?: string;
|
|
1860
|
+
user_name?: string;
|
|
1861
|
+
user_id?: string;
|
|
1862
|
+
provider_business_name?: string;
|
|
1863
|
+
provider_id?: string;
|
|
1864
|
+
date_end?: number;
|
|
1865
|
+
date_begin?: number;
|
|
1866
|
+
}
|
|
1867
|
+
interface DownloadPdfParams {
|
|
1868
|
+
timezone: string;
|
|
1869
|
+
locale: string;
|
|
1870
|
+
reverse_status?: boolean;
|
|
1871
|
+
document_number?: string;
|
|
1872
|
+
sequential?: string;
|
|
1873
|
+
user_name?: string;
|
|
1874
|
+
user_id?: string;
|
|
1875
|
+
provider_business_name?: string;
|
|
1876
|
+
provider_id?: string;
|
|
1877
|
+
date_end?: number;
|
|
1878
|
+
date_begin?: number;
|
|
1879
|
+
}
|
|
1880
|
+
interface DownloadIndividualExcelParams {
|
|
1881
|
+
timezone: string;
|
|
1882
|
+
locale: string;
|
|
1883
|
+
}
|
|
1884
|
+
interface DownloadIndividualPdfParams {
|
|
1885
|
+
timezone: string;
|
|
1886
|
+
locale: string;
|
|
1887
|
+
}
|
|
1888
|
+
}
|
|
1889
|
+
namespace CashLiquidationPayableReverse {
|
|
1890
|
+
interface DownloadExcelParams {
|
|
1891
|
+
timezone: string;
|
|
1892
|
+
locale: string;
|
|
1893
|
+
reverse_status?: boolean;
|
|
1894
|
+
document_number?: string;
|
|
1895
|
+
sequential?: string;
|
|
1896
|
+
reason_id?: string;
|
|
1897
|
+
reason_name?: string;
|
|
1898
|
+
user_name?: string;
|
|
1899
|
+
user_id?: string;
|
|
1900
|
+
provider_business_name?: string;
|
|
1901
|
+
provider_id?: string;
|
|
1902
|
+
date_end?: number;
|
|
1903
|
+
date_begin?: number;
|
|
1904
|
+
}
|
|
1905
|
+
interface DownloadPdfParams {
|
|
1906
|
+
timezone: string;
|
|
1907
|
+
locale: string;
|
|
1908
|
+
reverse_status?: boolean;
|
|
1909
|
+
document_number?: string;
|
|
1910
|
+
sequential?: string;
|
|
1911
|
+
user_name?: string;
|
|
1912
|
+
reason_id?: string;
|
|
1913
|
+
reason_name?: string;
|
|
1914
|
+
user_id?: string;
|
|
1915
|
+
provider_business_name?: string;
|
|
1916
|
+
provider_id?: string;
|
|
1917
|
+
date_end?: number;
|
|
1918
|
+
date_begin?: number;
|
|
1919
|
+
}
|
|
1920
|
+
interface DownloadIndividualExcelParams {
|
|
1921
|
+
timezone: string;
|
|
1922
|
+
locale: string;
|
|
1923
|
+
}
|
|
1924
|
+
interface DownloadIndividualPdfParams {
|
|
1925
|
+
timezone: string;
|
|
1926
|
+
locale: string;
|
|
1927
|
+
}
|
|
1928
|
+
}
|
|
1929
|
+
namespace CrossingAccountPayableReverse {
|
|
1930
|
+
interface DownloadExcelParams {
|
|
1931
|
+
timezone: string;
|
|
1932
|
+
locale: string;
|
|
1933
|
+
document_number?: string;
|
|
1934
|
+
commentary?: string;
|
|
1935
|
+
sequential?: string;
|
|
1936
|
+
reason_id?: string;
|
|
1937
|
+
reason_name?: string;
|
|
1938
|
+
user_name?: string;
|
|
1939
|
+
user_id?: string;
|
|
1940
|
+
provider_business_name?: string;
|
|
1941
|
+
provider_id?: string;
|
|
1942
|
+
date_end?: number;
|
|
1943
|
+
date_begin?: number;
|
|
1944
|
+
}
|
|
1945
|
+
interface DownloadPdfParams {
|
|
1946
|
+
timezone: string;
|
|
1947
|
+
locale: string;
|
|
1948
|
+
document_number?: string;
|
|
1949
|
+
commentary?: string;
|
|
1950
|
+
sequential?: string;
|
|
1951
|
+
reason_id?: string;
|
|
1952
|
+
reason_name?: string;
|
|
1953
|
+
user_name?: string;
|
|
1954
|
+
user_id?: string;
|
|
1955
|
+
provider_business_name?: string;
|
|
1956
|
+
provider_id?: string;
|
|
1957
|
+
date_end?: number;
|
|
1958
|
+
date_begin?: number;
|
|
1959
|
+
}
|
|
1960
|
+
interface DownloadIndividualExcelParams {
|
|
1961
|
+
timezone: string;
|
|
1962
|
+
locale: string;
|
|
1963
|
+
}
|
|
1964
|
+
interface DownloadIndividualPdfParams {
|
|
1965
|
+
timezone: string;
|
|
1966
|
+
locale: string;
|
|
1967
|
+
}
|
|
1968
|
+
}
|
|
1969
|
+
namespace DocumentLiquidationPayableReverse {
|
|
1970
|
+
interface DownloadExcelParams {
|
|
1971
|
+
timezone: string;
|
|
1972
|
+
locale: string;
|
|
1973
|
+
document_number?: string;
|
|
1974
|
+
commentary?: string;
|
|
1975
|
+
sequential?: string;
|
|
1976
|
+
reason_id?: string;
|
|
1977
|
+
reason_name?: string;
|
|
1978
|
+
user_name?: string;
|
|
1979
|
+
user_id?: string;
|
|
1980
|
+
provider_business_name?: string;
|
|
1981
|
+
provider_id?: string;
|
|
1982
|
+
date_end?: number;
|
|
1983
|
+
date_begin?: number;
|
|
1984
|
+
}
|
|
1985
|
+
interface DownloadPdfParams {
|
|
1986
|
+
timezone: string;
|
|
1987
|
+
locale: string;
|
|
1988
|
+
document_number?: string;
|
|
1989
|
+
commentary?: string;
|
|
1990
|
+
sequential?: string;
|
|
1991
|
+
reason_id?: string;
|
|
1992
|
+
reason_name?: string;
|
|
1993
|
+
user_name?: string;
|
|
1994
|
+
user_id?: string;
|
|
1995
|
+
provider_business_name?: string;
|
|
1996
|
+
provider_id?: string;
|
|
1997
|
+
date_end?: number;
|
|
1998
|
+
date_begin?: number;
|
|
1999
|
+
}
|
|
2000
|
+
interface DownloadIndividualExcelParams {
|
|
2001
|
+
timezone: string;
|
|
2002
|
+
locale: string;
|
|
2003
|
+
}
|
|
2004
|
+
interface DownloadIndividualPdfParams {
|
|
2005
|
+
timezone: string;
|
|
2006
|
+
locale: string;
|
|
2007
|
+
}
|
|
2008
|
+
}
|
|
2009
|
+
namespace DownPaymentPayableReverse {
|
|
2010
|
+
interface DownloadExcelParams {
|
|
2011
|
+
timezone: string;
|
|
2012
|
+
locale: string;
|
|
2013
|
+
document_number?: string;
|
|
2014
|
+
commentary?: string;
|
|
2015
|
+
sequential?: string;
|
|
2016
|
+
reason_id?: string;
|
|
2017
|
+
reason_name?: string;
|
|
2018
|
+
user_name?: string;
|
|
2019
|
+
user_id?: string;
|
|
2020
|
+
provider_business_name?: string;
|
|
2021
|
+
provider_id?: string;
|
|
2022
|
+
date_end?: number;
|
|
2023
|
+
date_begin?: number;
|
|
2024
|
+
}
|
|
2025
|
+
interface DownloadPdfParams {
|
|
2026
|
+
timezone: string;
|
|
2027
|
+
locale: string;
|
|
2028
|
+
document_number?: string;
|
|
2029
|
+
commentary?: string;
|
|
2030
|
+
sequential?: string;
|
|
2031
|
+
reason_id?: string;
|
|
2032
|
+
reason_name?: string;
|
|
2033
|
+
user_name?: string;
|
|
2034
|
+
user_id?: string;
|
|
2035
|
+
provider_business_name?: string;
|
|
2036
|
+
provider_id?: string;
|
|
2037
|
+
date_end?: number;
|
|
2038
|
+
date_begin?: number;
|
|
2039
|
+
}
|
|
2040
|
+
interface DownloadIndividualExcelParams {
|
|
2041
|
+
timezone: string;
|
|
2042
|
+
locale: string;
|
|
2043
|
+
}
|
|
2044
|
+
interface DownloadIndividualPdfParams {
|
|
2045
|
+
timezone: string;
|
|
2046
|
+
locale: string;
|
|
2047
|
+
}
|
|
2048
|
+
}
|
|
2049
|
+
namespace InternalCreditPayableReverse {
|
|
2050
|
+
interface DownloadExcelParams {
|
|
2051
|
+
timezone: string;
|
|
2052
|
+
locale: string;
|
|
2053
|
+
document_number?: string;
|
|
2054
|
+
commentary?: string;
|
|
2055
|
+
sequential?: string;
|
|
2056
|
+
reason_id?: string;
|
|
2057
|
+
reason_name?: string;
|
|
2058
|
+
user_name?: string;
|
|
2059
|
+
user_id?: string;
|
|
2060
|
+
provider_business_name?: string;
|
|
2061
|
+
provider_id?: string;
|
|
2062
|
+
date_end?: number;
|
|
2063
|
+
date_begin?: number;
|
|
2064
|
+
}
|
|
2065
|
+
interface DownloadPdfParams {
|
|
2066
|
+
timezone: string;
|
|
2067
|
+
locale: string;
|
|
2068
|
+
document_number?: string;
|
|
2069
|
+
commentary?: string;
|
|
2070
|
+
sequential?: string;
|
|
2071
|
+
reason_id?: string;
|
|
2072
|
+
reason_name?: string;
|
|
2073
|
+
user_name?: string;
|
|
2074
|
+
user_id?: string;
|
|
2075
|
+
provider_business_name?: string;
|
|
2076
|
+
provider_id?: string;
|
|
2077
|
+
date_end?: number;
|
|
2078
|
+
date_begin?: number;
|
|
2079
|
+
}
|
|
2080
|
+
interface DownloadIndividualExcelParams {
|
|
2081
|
+
timezone: string;
|
|
2082
|
+
locale: string;
|
|
2083
|
+
}
|
|
2084
|
+
interface DownloadIndividualPdfParams {
|
|
2085
|
+
timezone: string;
|
|
2086
|
+
locale: string;
|
|
2087
|
+
}
|
|
2088
|
+
}
|
|
2089
|
+
namespace OutflowPayable {
|
|
2090
|
+
interface DownloadExcelParams {
|
|
2091
|
+
timezone: string;
|
|
2092
|
+
locale: string;
|
|
2093
|
+
reverse_status?: boolean;
|
|
2094
|
+
document_number?: string;
|
|
2095
|
+
sequential?: string;
|
|
2096
|
+
user_name?: string;
|
|
2097
|
+
user_id?: string;
|
|
2098
|
+
provider_business_name?: string;
|
|
2099
|
+
provider_id?: string;
|
|
2100
|
+
date_end?: number;
|
|
2101
|
+
date_begin?: number;
|
|
2102
|
+
}
|
|
2103
|
+
interface DownloadPdfParams {
|
|
2104
|
+
timezone: string;
|
|
2105
|
+
locale: string;
|
|
2106
|
+
reverse_status?: boolean;
|
|
2107
|
+
document_number?: string;
|
|
2108
|
+
sequential?: string;
|
|
2109
|
+
user_name?: string;
|
|
2110
|
+
user_id?: string;
|
|
2111
|
+
provider_business_name?: string;
|
|
2112
|
+
provider_id?: string;
|
|
2113
|
+
date_end?: number;
|
|
2114
|
+
date_begin?: number;
|
|
2115
|
+
}
|
|
2116
|
+
interface DownloadIndividualExcelParams {
|
|
2117
|
+
timezone: string;
|
|
2118
|
+
locale: string;
|
|
2119
|
+
}
|
|
2120
|
+
interface DownloadIndividualPdfParams {
|
|
2121
|
+
timezone: string;
|
|
2122
|
+
locale: string;
|
|
2123
|
+
}
|
|
2124
|
+
}
|
|
2125
|
+
namespace OutflowPayableReverse {
|
|
2126
|
+
interface DownloadExcelParams {
|
|
2127
|
+
timezone: string;
|
|
2128
|
+
locale: string;
|
|
2129
|
+
document_number?: string;
|
|
2130
|
+
commentary?: string;
|
|
2131
|
+
sequential?: string;
|
|
2132
|
+
reason_id?: string;
|
|
2133
|
+
reason_name?: string;
|
|
2134
|
+
user_name?: string;
|
|
2135
|
+
user_id?: string;
|
|
2136
|
+
provider_business_name?: string;
|
|
2137
|
+
provider_id?: string;
|
|
2138
|
+
date_end?: number;
|
|
2139
|
+
date_begin?: number;
|
|
2140
|
+
}
|
|
2141
|
+
interface DownloadPdfParams {
|
|
2142
|
+
timezone: string;
|
|
2143
|
+
locale: string;
|
|
2144
|
+
document_number?: string;
|
|
2145
|
+
commentary?: string;
|
|
2146
|
+
sequential?: string;
|
|
2147
|
+
reason_id?: string;
|
|
2148
|
+
reason_name?: string;
|
|
2149
|
+
user_name?: string;
|
|
2150
|
+
user_id?: string;
|
|
2151
|
+
provider_business_name?: string;
|
|
2152
|
+
provider_id?: string;
|
|
2153
|
+
date_end?: number;
|
|
2154
|
+
date_begin?: number;
|
|
2155
|
+
}
|
|
2156
|
+
interface DownloadIndividualExcelParams {
|
|
2157
|
+
timezone: string;
|
|
2158
|
+
locale: string;
|
|
2159
|
+
}
|
|
2160
|
+
interface DownloadIndividualPdfParams {
|
|
2161
|
+
timezone: string;
|
|
2162
|
+
locale: string;
|
|
2163
|
+
}
|
|
2164
|
+
}
|
|
2165
|
+
}
|