@cbm-common/cbm-types 0.0.14 → 0.0.15
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 +2 -0
- package/lib/components/add-client/animations.d.ts +1 -0
- package/lib/components/add-client/constants.d.ts +9 -0
- package/lib/components/add-client/types.d.ts +7 -0
- 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/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/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/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.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/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/card-settlement.domain.model.d.ts +260 -260
- package/lib/domain/models/cash-liquidation.domain.model.d.ts +319 -319
- 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-group.domain.model.d.ts +102 -102
- package/lib/domain/models/client.domain.model.d.ts +375 -375
- package/lib/domain/models/company.domain.model.d.ts +354 -354
- 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/deadline.domian.model.d.ts +76 -76
- package/lib/domain/models/document-reference.domain.model.d.ts +204 -204
- package/lib/domain/models/document-type.model.d.ts +59 -0
- 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/group.domain.model.d.ts +78 -78
- package/lib/domain/models/history.domain.model.d.ts +66 -66
- 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/outgoing-banking-transaction.domain.model.d.ts +125 -125
- package/lib/domain/models/price-list.domain.model.d.ts +54 -54
- package/lib/domain/models/report-financials.domain.model.d.ts +2165 -2165
- 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/service-outsourcing.domain.model.d.ts +273 -273
- package/lib/domain/models/service.domain.model.d.ts +314 -314
- package/lib/domain/models/sri-history.domain.model.d.ts +298 -298
- 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/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/card-settlement.domain.repository.d.ts +12 -12
- package/lib/domain/repositories/cash-liquidation.domain.repository.d.ts +13 -13
- 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-group.domain.repository.d.ts +14 -14
- package/lib/domain/repositories/client.domain.repository.d.ts +18 -18
- package/lib/domain/repositories/company.domain.repository.d.ts +16 -16
- package/lib/domain/repositories/contact.domain.repository.d.ts +8 -8
- package/lib/domain/repositories/cost-center.domain.repository.d.ts +15 -15
- package/lib/domain/repositories/deadline.domain.repository.d.ts +12 -12
- package/lib/domain/repositories/document-reference.domain.repository.d.ts +15 -15
- package/lib/domain/repositories/document-type.domain.repository.d.ts +12 -0
- 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/group.domain.repository.d.ts +9 -9
- package/lib/domain/repositories/history.domain.repository.d.ts +10 -10
- 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/outgoing-banking-transaction.domain.repository.d.ts +12 -12
- package/lib/domain/repositories/price-list.domain.repository.d.ts +9 -9
- package/lib/domain/repositories/report-financials.domain.repository.d.ts +241 -241
- 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/service-outsourcing.domain.repository.d.ts +20 -20
- package/lib/domain/repositories/service.domain.repository.d.ts +20 -20
- package/lib/domain/repositories/sri-history.domain.repository.d.ts +9 -9
- 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/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 +32 -32
- package/lib/domain/services/web-socket/web-socket.service.d.ts +18 -18
- package/lib/environments/environment.d.ts +29 -29
- 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/card-settlement.infrastructure.repository.d.ts +8 -8
- package/lib/infrastructure/repositories/cash-liquidation.infrastructure.repository.d.ts +9 -9
- 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-group.infrastructure.repository.d.ts +11 -11
- package/lib/infrastructure/repositories/client.infrastructure.repository.d.ts +15 -15
- package/lib/infrastructure/repositories/company.infrastructure.repository.d.ts +13 -13
- 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/deadline.infrastructure.repository.d.ts +9 -9
- package/lib/infrastructure/repositories/document-reference.infrastructure.repository.d.ts +12 -12
- package/lib/infrastructure/repositories/document-type.infrastructure.repository.d.ts +9 -0
- 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/group.infrastructure.repository.d.ts +6 -6
- package/lib/infrastructure/repositories/history.infrastructure.repository.d.ts +7 -7
- 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/outgoing-banking-transaction.infrastructure.repository.d.ts +8 -8
- package/lib/infrastructure/repositories/price-list.infrastructure.repository.d.ts +6 -6
- package/lib/infrastructure/repositories/report-financials.infrastructure.repository.d.ts +238 -238
- 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/service-outsourcing.infrastructure.repository.d.ts +17 -17
- package/lib/infrastructure/repositories/service.infrastructure.repository.d.ts +17 -17
- package/lib/infrastructure/repositories/sri-history.infrastructure.repository.d.ts +5 -5
- 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/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/card-settlement.infrastructure.service.d.ts +13 -13
- package/lib/infrastructure/services/cash-liquidation.infrastructure.service.d.ts +14 -14
- 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-group.infrastructure.service.d.ts +16 -16
- package/lib/infrastructure/services/client.infrastructure.service.d.ts +20 -20
- package/lib/infrastructure/services/company.infrastructure.service.d.ts +17 -17
- 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/deadline.infrastructure.service.d.ts +14 -14
- package/lib/infrastructure/services/document-reference.infrastructure.service.d.ts +17 -17
- package/lib/infrastructure/services/document-type.infrastructure.service.d.ts +14 -0
- 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/group.infrastructure.service.d.ts +11 -11
- package/lib/infrastructure/services/history.infrastructure.service.d.ts +11 -11
- 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/outgoing-banking-transaction.infrastructure.service.d.ts +13 -13
- package/lib/infrastructure/services/price-list.infrastructure.service.d.ts +11 -11
- package/lib/infrastructure/services/report-financials.infrastructure.service.d.ts +246 -246
- 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/service-outsourcing.infrastructure.service.d.ts +21 -21
- package/lib/infrastructure/services/service.infrastructure.service.d.ts +21 -21
- package/lib/infrastructure/services/sri-history.infrastructure.service.d.ts +9 -9
- 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/pipes/error-translate-pipe/error-translate-pipe.d.ts +8 -8
- package/lib/remotes/components.remote.d.ts +3 -2
- package/lib/remotes/repositories/company.repository.d.ts +3 -3
- package/lib/remotes/repositories/user.repository.d.ts +3 -0
- package/lib/remotes/repositories.remote.d.ts +2 -1
- 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/lib/remotes/types.remote.d.ts +0 -0
- package/package.json +1 -1
|
@@ -1,354 +1,354 @@
|
|
|
1
|
-
export declare namespace CbmCompanyModel {
|
|
2
|
-
enum EStatus {
|
|
3
|
-
SUSPENDED = "suspended",
|
|
4
|
-
ACTIVE = "active",
|
|
5
|
-
INACTIVE = "inactive",
|
|
6
|
-
PENDING = "pending"
|
|
7
|
-
}
|
|
8
|
-
namespace EStatus {
|
|
9
|
-
function fromString(value: string): EStatus;
|
|
10
|
-
function toString(value: EStatus): TStatus;
|
|
11
|
-
}
|
|
12
|
-
type TStatus = `${EStatus}`;
|
|
13
|
-
interface ListParams {
|
|
14
|
-
page: number;
|
|
15
|
-
size: number;
|
|
16
|
-
deleted?: boolean;
|
|
17
|
-
status?: TStatus;
|
|
18
|
-
date_end?: number;
|
|
19
|
-
date_begin?: number;
|
|
20
|
-
filter?: string;
|
|
21
|
-
country_id?: string;
|
|
22
|
-
}
|
|
23
|
-
interface ListResponse {
|
|
24
|
-
success: boolean;
|
|
25
|
-
pageNum: number;
|
|
26
|
-
pageSize: number;
|
|
27
|
-
items: ListResponse.Item[];
|
|
28
|
-
pages: number;
|
|
29
|
-
total: number;
|
|
30
|
-
}
|
|
31
|
-
namespace ListResponse {
|
|
32
|
-
interface Item {
|
|
33
|
-
_id: string;
|
|
34
|
-
country_id?: string;
|
|
35
|
-
NIF?: string;
|
|
36
|
-
business_name?: string;
|
|
37
|
-
address?: string;
|
|
38
|
-
trade_name?: string;
|
|
39
|
-
status?: string;
|
|
40
|
-
readonly?: boolean;
|
|
41
|
-
created_at?: number;
|
|
42
|
-
created_user?: string;
|
|
43
|
-
updated_at?: number;
|
|
44
|
-
updated_user?: string;
|
|
45
|
-
branches?: Item.Branch[];
|
|
46
|
-
mandatory_accounting?: boolean;
|
|
47
|
-
withholding_agent?: boolean;
|
|
48
|
-
special_taxpayer?: boolean;
|
|
49
|
-
artisanal_qualification?: boolean;
|
|
50
|
-
default_account_plan?: boolean;
|
|
51
|
-
account_template_id?: string;
|
|
52
|
-
special_taxpayer_number?: string | null;
|
|
53
|
-
artisanal_qualification_number?: string | null;
|
|
54
|
-
enabled?: boolean;
|
|
55
|
-
deleted?: boolean;
|
|
56
|
-
manager_name?: string;
|
|
57
|
-
accountant_name?: string;
|
|
58
|
-
email?: string;
|
|
59
|
-
regime_id?: string;
|
|
60
|
-
expiration_signature_date?: number;
|
|
61
|
-
regime?: Item.Regime;
|
|
62
|
-
regime_name?: string;
|
|
63
|
-
withholding_agent_number?: string;
|
|
64
|
-
country_name?: string;
|
|
65
|
-
country_code?: string;
|
|
66
|
-
contry_short_name?: string;
|
|
67
|
-
}
|
|
68
|
-
namespace Item {
|
|
69
|
-
interface Branch {
|
|
70
|
-
_id: string;
|
|
71
|
-
company_id?: string;
|
|
72
|
-
identification_number?: string;
|
|
73
|
-
trade_name?: string;
|
|
74
|
-
address?: string;
|
|
75
|
-
email?: string;
|
|
76
|
-
cellphone?: string;
|
|
77
|
-
phone?: string;
|
|
78
|
-
environment?: number;
|
|
79
|
-
enabled?: boolean;
|
|
80
|
-
created_at?: number;
|
|
81
|
-
created_user?: string;
|
|
82
|
-
updated_at?: number;
|
|
83
|
-
updated_user?: string;
|
|
84
|
-
logo?: string;
|
|
85
|
-
disabled_at?: number;
|
|
86
|
-
disabled_reason?: string;
|
|
87
|
-
disabled_user?: string;
|
|
88
|
-
enabled_at?: number;
|
|
89
|
-
enabled_user?: string;
|
|
90
|
-
reading: boolean;
|
|
91
|
-
transaction: boolean;
|
|
92
|
-
}
|
|
93
|
-
interface Regime {
|
|
94
|
-
regime_code?: string;
|
|
95
|
-
regime_name?: string;
|
|
96
|
-
}
|
|
97
|
-
interface FileSignature {
|
|
98
|
-
url?: string;
|
|
99
|
-
name?: string;
|
|
100
|
-
mimetype?: string;
|
|
101
|
-
}
|
|
102
|
-
}
|
|
103
|
-
}
|
|
104
|
-
interface ListAllParams {
|
|
105
|
-
filter?: string;
|
|
106
|
-
}
|
|
107
|
-
interface ListAllResponse {
|
|
108
|
-
success: boolean;
|
|
109
|
-
data: ListAllResponse.Data[];
|
|
110
|
-
}
|
|
111
|
-
namespace ListAllResponse {
|
|
112
|
-
interface Data {
|
|
113
|
-
_id: string;
|
|
114
|
-
country_id?: string;
|
|
115
|
-
NIF?: string;
|
|
116
|
-
business_name?: string;
|
|
117
|
-
address?: string;
|
|
118
|
-
trade_name?: string;
|
|
119
|
-
status?: string;
|
|
120
|
-
readonly?: boolean;
|
|
121
|
-
created_at?: number;
|
|
122
|
-
created_user?: string;
|
|
123
|
-
updated_at?: number;
|
|
124
|
-
updated_user?: string;
|
|
125
|
-
}
|
|
126
|
-
}
|
|
127
|
-
interface GetOneResponse {
|
|
128
|
-
success: boolean;
|
|
129
|
-
data: GetOneResponse.Data;
|
|
130
|
-
}
|
|
131
|
-
namespace GetOneResponse {
|
|
132
|
-
interface Data {
|
|
133
|
-
_id: string;
|
|
134
|
-
country_id: string;
|
|
135
|
-
NIF: string;
|
|
136
|
-
business_name: string;
|
|
137
|
-
address: string;
|
|
138
|
-
trade_name: string;
|
|
139
|
-
status: string;
|
|
140
|
-
readonly: boolean;
|
|
141
|
-
created_at: number;
|
|
142
|
-
created_user: string;
|
|
143
|
-
email: string;
|
|
144
|
-
artisanal_qualification: boolean;
|
|
145
|
-
mandatory_accounting: boolean;
|
|
146
|
-
regime_id: string;
|
|
147
|
-
special_taxpayer: boolean;
|
|
148
|
-
updated_at: number;
|
|
149
|
-
updated_user: string;
|
|
150
|
-
withholding_agent: boolean;
|
|
151
|
-
special_taxpayer_number: string;
|
|
152
|
-
withholding_agent_number: string;
|
|
153
|
-
deleted: boolean;
|
|
154
|
-
file_signature: Data.FileSignature;
|
|
155
|
-
password_signature: string;
|
|
156
|
-
expiration_signature_date: number;
|
|
157
|
-
artisanal_qualification_number: string;
|
|
158
|
-
manager_name: string;
|
|
159
|
-
regime_name: string;
|
|
160
|
-
count_branches: number;
|
|
161
|
-
regime: Data.Regime;
|
|
162
|
-
subscription: Data.Subscription;
|
|
163
|
-
default_account_plan: boolean;
|
|
164
|
-
account_template_id: string;
|
|
165
|
-
enabled: boolean;
|
|
166
|
-
contry_short_name: string;
|
|
167
|
-
country_code: string;
|
|
168
|
-
country_name: string;
|
|
169
|
-
}
|
|
170
|
-
namespace Data {
|
|
171
|
-
interface Regime {
|
|
172
|
-
regime_code: string;
|
|
173
|
-
regime_name: string;
|
|
174
|
-
}
|
|
175
|
-
interface FileSignature {
|
|
176
|
-
mimetype: string;
|
|
177
|
-
name: string;
|
|
178
|
-
url: string;
|
|
179
|
-
}
|
|
180
|
-
interface Subscription {
|
|
181
|
-
_id: string;
|
|
182
|
-
subscription_id: string;
|
|
183
|
-
company_id: string;
|
|
184
|
-
user_id: string;
|
|
185
|
-
code?: string;
|
|
186
|
-
type_support: string;
|
|
187
|
-
begin_date: number;
|
|
188
|
-
end_date: number;
|
|
189
|
-
count_users: number;
|
|
190
|
-
count_storage: number;
|
|
191
|
-
count_branch_read: number;
|
|
192
|
-
count_branch_transactional: number;
|
|
193
|
-
used_users: number;
|
|
194
|
-
used_storage: number;
|
|
195
|
-
used_branch_read: number;
|
|
196
|
-
used_branch_transactional: number;
|
|
197
|
-
status: string;
|
|
198
|
-
enabled?: boolean;
|
|
199
|
-
deleted: boolean;
|
|
200
|
-
created_at?: number;
|
|
201
|
-
created_user?: string;
|
|
202
|
-
updated_at?: number;
|
|
203
|
-
updated_user?: string;
|
|
204
|
-
subscription_module_count: number;
|
|
205
|
-
expiration_day: string;
|
|
206
|
-
available_branch_transactional: number;
|
|
207
|
-
available_branch_read: number;
|
|
208
|
-
available_users: number;
|
|
209
|
-
}
|
|
210
|
-
interface Branch {
|
|
211
|
-
_id: string;
|
|
212
|
-
company_id?: string;
|
|
213
|
-
identification_number?: string;
|
|
214
|
-
trade_name?: string;
|
|
215
|
-
address?: string;
|
|
216
|
-
email?: string;
|
|
217
|
-
cellphone?: string;
|
|
218
|
-
phone?: string;
|
|
219
|
-
environment?: number;
|
|
220
|
-
enabled?: boolean;
|
|
221
|
-
created_at?: number;
|
|
222
|
-
created_user?: string;
|
|
223
|
-
updated_at?: number;
|
|
224
|
-
updated_user?: string;
|
|
225
|
-
}
|
|
226
|
-
interface Subscription {
|
|
227
|
-
_id: string;
|
|
228
|
-
code?: string;
|
|
229
|
-
name?: string;
|
|
230
|
-
life_year?: number;
|
|
231
|
-
method_pay?: string;
|
|
232
|
-
collection_method?: string;
|
|
233
|
-
enabled?: boolean;
|
|
234
|
-
created_at?: number;
|
|
235
|
-
created_user?: string;
|
|
236
|
-
updated_at?: number;
|
|
237
|
-
updated_user?: string;
|
|
238
|
-
}
|
|
239
|
-
}
|
|
240
|
-
}
|
|
241
|
-
interface GetInfoResponse {
|
|
242
|
-
success: boolean;
|
|
243
|
-
data: GetInfoResponse.Data;
|
|
244
|
-
}
|
|
245
|
-
namespace GetInfoResponse {
|
|
246
|
-
interface Data {
|
|
247
|
-
_id: string;
|
|
248
|
-
NIF?: string;
|
|
249
|
-
business_name?: string;
|
|
250
|
-
status?: TStatus;
|
|
251
|
-
count_branches?: number;
|
|
252
|
-
subscription_code?: string;
|
|
253
|
-
count_branches_allowed?: number;
|
|
254
|
-
count_users_allowed?: number;
|
|
255
|
-
count_users?: number;
|
|
256
|
-
count_modules?: number;
|
|
257
|
-
created_at?: number;
|
|
258
|
-
created_user?: string;
|
|
259
|
-
updated_at?: number;
|
|
260
|
-
updated_user?: string;
|
|
261
|
-
}
|
|
262
|
-
}
|
|
263
|
-
interface SaveBody {
|
|
264
|
-
NIF: string;
|
|
265
|
-
business_name: string;
|
|
266
|
-
address: string;
|
|
267
|
-
trade_name: string;
|
|
268
|
-
status?: string;
|
|
269
|
-
readonly?: boolean;
|
|
270
|
-
default_account_plan: boolean;
|
|
271
|
-
account_template_id?: string;
|
|
272
|
-
email?: string;
|
|
273
|
-
mandatory_accounting?: boolean;
|
|
274
|
-
withholding_agent?: boolean;
|
|
275
|
-
special_taxpayer?: boolean;
|
|
276
|
-
artisanal_qualification?: boolean;
|
|
277
|
-
withholding_agent_number?: string;
|
|
278
|
-
special_taxpayer_number?: string;
|
|
279
|
-
artisanal_qualification_number?: string;
|
|
280
|
-
manager_name?: string;
|
|
281
|
-
accountant_name?: string;
|
|
282
|
-
regime_id?: string;
|
|
283
|
-
regime_code?: string;
|
|
284
|
-
regime_name?: string;
|
|
285
|
-
branches?: SaveBody.Data[];
|
|
286
|
-
country_id: string;
|
|
287
|
-
country_name: string;
|
|
288
|
-
country_code: string;
|
|
289
|
-
contry_short_name: string;
|
|
290
|
-
}
|
|
291
|
-
namespace SaveBody {
|
|
292
|
-
interface Data {
|
|
293
|
-
identification_number?: string;
|
|
294
|
-
trade_name?: string;
|
|
295
|
-
address?: string;
|
|
296
|
-
email?: string;
|
|
297
|
-
cellphone?: string;
|
|
298
|
-
phone?: string;
|
|
299
|
-
environment?: number;
|
|
300
|
-
}
|
|
301
|
-
}
|
|
302
|
-
interface UpdateBody {
|
|
303
|
-
NIF?: string;
|
|
304
|
-
business_name?: string;
|
|
305
|
-
address?: string;
|
|
306
|
-
trade_name?: string;
|
|
307
|
-
default_account_plan?: boolean;
|
|
308
|
-
account_template_id?: string;
|
|
309
|
-
email?: string;
|
|
310
|
-
status?: string;
|
|
311
|
-
readonly?: boolean;
|
|
312
|
-
mandatory_accounting?: boolean;
|
|
313
|
-
withholding_agent?: boolean;
|
|
314
|
-
special_taxpayer?: boolean;
|
|
315
|
-
artisanal_qualification?: boolean;
|
|
316
|
-
withholding_agent_number?: string;
|
|
317
|
-
special_taxpayer_number?: string;
|
|
318
|
-
artisanal_qualification_number?: string;
|
|
319
|
-
manager_name?: string;
|
|
320
|
-
accountant_name?: string;
|
|
321
|
-
regime_id?: string;
|
|
322
|
-
regime_code?: string;
|
|
323
|
-
regime_name?: string;
|
|
324
|
-
branches?: BranchParams.Data[];
|
|
325
|
-
password_signature?: string;
|
|
326
|
-
type?: string;
|
|
327
|
-
}
|
|
328
|
-
namespace BranchParams {
|
|
329
|
-
interface Data {
|
|
330
|
-
identification_number?: string;
|
|
331
|
-
trade_name?: string;
|
|
332
|
-
address?: string;
|
|
333
|
-
email?: string;
|
|
334
|
-
cellphone?: string;
|
|
335
|
-
phone?: string;
|
|
336
|
-
environment?: number;
|
|
337
|
-
}
|
|
338
|
-
}
|
|
339
|
-
interface BulkBody {
|
|
340
|
-
tax_iva_id: string;
|
|
341
|
-
}
|
|
342
|
-
interface ChangeStatusBody {
|
|
343
|
-
status: TStatus;
|
|
344
|
-
}
|
|
345
|
-
interface ConfirmResponse {
|
|
346
|
-
success: boolean;
|
|
347
|
-
message: string;
|
|
348
|
-
data?: any;
|
|
349
|
-
}
|
|
350
|
-
interface UploadFileSignatureRequest {
|
|
351
|
-
id: string;
|
|
352
|
-
password: string;
|
|
353
|
-
}
|
|
354
|
-
}
|
|
1
|
+
export declare namespace CbmCompanyModel {
|
|
2
|
+
enum EStatus {
|
|
3
|
+
SUSPENDED = "suspended",
|
|
4
|
+
ACTIVE = "active",
|
|
5
|
+
INACTIVE = "inactive",
|
|
6
|
+
PENDING = "pending"
|
|
7
|
+
}
|
|
8
|
+
namespace EStatus {
|
|
9
|
+
function fromString(value: string): EStatus;
|
|
10
|
+
function toString(value: EStatus): TStatus;
|
|
11
|
+
}
|
|
12
|
+
type TStatus = `${EStatus}`;
|
|
13
|
+
interface ListParams {
|
|
14
|
+
page: number;
|
|
15
|
+
size: number;
|
|
16
|
+
deleted?: boolean;
|
|
17
|
+
status?: TStatus;
|
|
18
|
+
date_end?: number;
|
|
19
|
+
date_begin?: number;
|
|
20
|
+
filter?: string;
|
|
21
|
+
country_id?: string;
|
|
22
|
+
}
|
|
23
|
+
interface ListResponse {
|
|
24
|
+
success: boolean;
|
|
25
|
+
pageNum: number;
|
|
26
|
+
pageSize: number;
|
|
27
|
+
items: ListResponse.Item[];
|
|
28
|
+
pages: number;
|
|
29
|
+
total: number;
|
|
30
|
+
}
|
|
31
|
+
namespace ListResponse {
|
|
32
|
+
interface Item {
|
|
33
|
+
_id: string;
|
|
34
|
+
country_id?: string;
|
|
35
|
+
NIF?: string;
|
|
36
|
+
business_name?: string;
|
|
37
|
+
address?: string;
|
|
38
|
+
trade_name?: string;
|
|
39
|
+
status?: string;
|
|
40
|
+
readonly?: boolean;
|
|
41
|
+
created_at?: number;
|
|
42
|
+
created_user?: string;
|
|
43
|
+
updated_at?: number;
|
|
44
|
+
updated_user?: string;
|
|
45
|
+
branches?: Item.Branch[];
|
|
46
|
+
mandatory_accounting?: boolean;
|
|
47
|
+
withholding_agent?: boolean;
|
|
48
|
+
special_taxpayer?: boolean;
|
|
49
|
+
artisanal_qualification?: boolean;
|
|
50
|
+
default_account_plan?: boolean;
|
|
51
|
+
account_template_id?: string;
|
|
52
|
+
special_taxpayer_number?: string | null;
|
|
53
|
+
artisanal_qualification_number?: string | null;
|
|
54
|
+
enabled?: boolean;
|
|
55
|
+
deleted?: boolean;
|
|
56
|
+
manager_name?: string;
|
|
57
|
+
accountant_name?: string;
|
|
58
|
+
email?: string;
|
|
59
|
+
regime_id?: string;
|
|
60
|
+
expiration_signature_date?: number;
|
|
61
|
+
regime?: Item.Regime;
|
|
62
|
+
regime_name?: string;
|
|
63
|
+
withholding_agent_number?: string;
|
|
64
|
+
country_name?: string;
|
|
65
|
+
country_code?: string;
|
|
66
|
+
contry_short_name?: string;
|
|
67
|
+
}
|
|
68
|
+
namespace Item {
|
|
69
|
+
interface Branch {
|
|
70
|
+
_id: string;
|
|
71
|
+
company_id?: string;
|
|
72
|
+
identification_number?: string;
|
|
73
|
+
trade_name?: string;
|
|
74
|
+
address?: string;
|
|
75
|
+
email?: string;
|
|
76
|
+
cellphone?: string;
|
|
77
|
+
phone?: string;
|
|
78
|
+
environment?: number;
|
|
79
|
+
enabled?: boolean;
|
|
80
|
+
created_at?: number;
|
|
81
|
+
created_user?: string;
|
|
82
|
+
updated_at?: number;
|
|
83
|
+
updated_user?: string;
|
|
84
|
+
logo?: string;
|
|
85
|
+
disabled_at?: number;
|
|
86
|
+
disabled_reason?: string;
|
|
87
|
+
disabled_user?: string;
|
|
88
|
+
enabled_at?: number;
|
|
89
|
+
enabled_user?: string;
|
|
90
|
+
reading: boolean;
|
|
91
|
+
transaction: boolean;
|
|
92
|
+
}
|
|
93
|
+
interface Regime {
|
|
94
|
+
regime_code?: string;
|
|
95
|
+
regime_name?: string;
|
|
96
|
+
}
|
|
97
|
+
interface FileSignature {
|
|
98
|
+
url?: string;
|
|
99
|
+
name?: string;
|
|
100
|
+
mimetype?: string;
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
|
+
interface ListAllParams {
|
|
105
|
+
filter?: string;
|
|
106
|
+
}
|
|
107
|
+
interface ListAllResponse {
|
|
108
|
+
success: boolean;
|
|
109
|
+
data: ListAllResponse.Data[];
|
|
110
|
+
}
|
|
111
|
+
namespace ListAllResponse {
|
|
112
|
+
interface Data {
|
|
113
|
+
_id: string;
|
|
114
|
+
country_id?: string;
|
|
115
|
+
NIF?: string;
|
|
116
|
+
business_name?: string;
|
|
117
|
+
address?: string;
|
|
118
|
+
trade_name?: string;
|
|
119
|
+
status?: string;
|
|
120
|
+
readonly?: boolean;
|
|
121
|
+
created_at?: number;
|
|
122
|
+
created_user?: string;
|
|
123
|
+
updated_at?: number;
|
|
124
|
+
updated_user?: string;
|
|
125
|
+
}
|
|
126
|
+
}
|
|
127
|
+
interface GetOneResponse {
|
|
128
|
+
success: boolean;
|
|
129
|
+
data: GetOneResponse.Data;
|
|
130
|
+
}
|
|
131
|
+
namespace GetOneResponse {
|
|
132
|
+
interface Data {
|
|
133
|
+
_id: string;
|
|
134
|
+
country_id: string;
|
|
135
|
+
NIF: string;
|
|
136
|
+
business_name: string;
|
|
137
|
+
address: string;
|
|
138
|
+
trade_name: string;
|
|
139
|
+
status: string;
|
|
140
|
+
readonly: boolean;
|
|
141
|
+
created_at: number;
|
|
142
|
+
created_user: string;
|
|
143
|
+
email: string;
|
|
144
|
+
artisanal_qualification: boolean;
|
|
145
|
+
mandatory_accounting: boolean;
|
|
146
|
+
regime_id: string;
|
|
147
|
+
special_taxpayer: boolean;
|
|
148
|
+
updated_at: number;
|
|
149
|
+
updated_user: string;
|
|
150
|
+
withholding_agent: boolean;
|
|
151
|
+
special_taxpayer_number: string;
|
|
152
|
+
withholding_agent_number: string;
|
|
153
|
+
deleted: boolean;
|
|
154
|
+
file_signature: Data.FileSignature;
|
|
155
|
+
password_signature: string;
|
|
156
|
+
expiration_signature_date: number;
|
|
157
|
+
artisanal_qualification_number: string;
|
|
158
|
+
manager_name: string;
|
|
159
|
+
regime_name: string;
|
|
160
|
+
count_branches: number;
|
|
161
|
+
regime: Data.Regime;
|
|
162
|
+
subscription: Data.Subscription;
|
|
163
|
+
default_account_plan: boolean;
|
|
164
|
+
account_template_id: string;
|
|
165
|
+
enabled: boolean;
|
|
166
|
+
contry_short_name: string;
|
|
167
|
+
country_code: string;
|
|
168
|
+
country_name: string;
|
|
169
|
+
}
|
|
170
|
+
namespace Data {
|
|
171
|
+
interface Regime {
|
|
172
|
+
regime_code: string;
|
|
173
|
+
regime_name: string;
|
|
174
|
+
}
|
|
175
|
+
interface FileSignature {
|
|
176
|
+
mimetype: string;
|
|
177
|
+
name: string;
|
|
178
|
+
url: string;
|
|
179
|
+
}
|
|
180
|
+
interface Subscription {
|
|
181
|
+
_id: string;
|
|
182
|
+
subscription_id: string;
|
|
183
|
+
company_id: string;
|
|
184
|
+
user_id: string;
|
|
185
|
+
code?: string;
|
|
186
|
+
type_support: string;
|
|
187
|
+
begin_date: number;
|
|
188
|
+
end_date: number;
|
|
189
|
+
count_users: number;
|
|
190
|
+
count_storage: number;
|
|
191
|
+
count_branch_read: number;
|
|
192
|
+
count_branch_transactional: number;
|
|
193
|
+
used_users: number;
|
|
194
|
+
used_storage: number;
|
|
195
|
+
used_branch_read: number;
|
|
196
|
+
used_branch_transactional: number;
|
|
197
|
+
status: string;
|
|
198
|
+
enabled?: boolean;
|
|
199
|
+
deleted: boolean;
|
|
200
|
+
created_at?: number;
|
|
201
|
+
created_user?: string;
|
|
202
|
+
updated_at?: number;
|
|
203
|
+
updated_user?: string;
|
|
204
|
+
subscription_module_count: number;
|
|
205
|
+
expiration_day: string;
|
|
206
|
+
available_branch_transactional: number;
|
|
207
|
+
available_branch_read: number;
|
|
208
|
+
available_users: number;
|
|
209
|
+
}
|
|
210
|
+
interface Branch {
|
|
211
|
+
_id: string;
|
|
212
|
+
company_id?: string;
|
|
213
|
+
identification_number?: string;
|
|
214
|
+
trade_name?: string;
|
|
215
|
+
address?: string;
|
|
216
|
+
email?: string;
|
|
217
|
+
cellphone?: string;
|
|
218
|
+
phone?: string;
|
|
219
|
+
environment?: number;
|
|
220
|
+
enabled?: boolean;
|
|
221
|
+
created_at?: number;
|
|
222
|
+
created_user?: string;
|
|
223
|
+
updated_at?: number;
|
|
224
|
+
updated_user?: string;
|
|
225
|
+
}
|
|
226
|
+
interface Subscription {
|
|
227
|
+
_id: string;
|
|
228
|
+
code?: string;
|
|
229
|
+
name?: string;
|
|
230
|
+
life_year?: number;
|
|
231
|
+
method_pay?: string;
|
|
232
|
+
collection_method?: string;
|
|
233
|
+
enabled?: boolean;
|
|
234
|
+
created_at?: number;
|
|
235
|
+
created_user?: string;
|
|
236
|
+
updated_at?: number;
|
|
237
|
+
updated_user?: string;
|
|
238
|
+
}
|
|
239
|
+
}
|
|
240
|
+
}
|
|
241
|
+
interface GetInfoResponse {
|
|
242
|
+
success: boolean;
|
|
243
|
+
data: GetInfoResponse.Data;
|
|
244
|
+
}
|
|
245
|
+
namespace GetInfoResponse {
|
|
246
|
+
interface Data {
|
|
247
|
+
_id: string;
|
|
248
|
+
NIF?: string;
|
|
249
|
+
business_name?: string;
|
|
250
|
+
status?: TStatus;
|
|
251
|
+
count_branches?: number;
|
|
252
|
+
subscription_code?: string;
|
|
253
|
+
count_branches_allowed?: number;
|
|
254
|
+
count_users_allowed?: number;
|
|
255
|
+
count_users?: number;
|
|
256
|
+
count_modules?: number;
|
|
257
|
+
created_at?: number;
|
|
258
|
+
created_user?: string;
|
|
259
|
+
updated_at?: number;
|
|
260
|
+
updated_user?: string;
|
|
261
|
+
}
|
|
262
|
+
}
|
|
263
|
+
interface SaveBody {
|
|
264
|
+
NIF: string;
|
|
265
|
+
business_name: string;
|
|
266
|
+
address: string;
|
|
267
|
+
trade_name: string;
|
|
268
|
+
status?: string;
|
|
269
|
+
readonly?: boolean;
|
|
270
|
+
default_account_plan: boolean;
|
|
271
|
+
account_template_id?: string;
|
|
272
|
+
email?: string;
|
|
273
|
+
mandatory_accounting?: boolean;
|
|
274
|
+
withholding_agent?: boolean;
|
|
275
|
+
special_taxpayer?: boolean;
|
|
276
|
+
artisanal_qualification?: boolean;
|
|
277
|
+
withholding_agent_number?: string;
|
|
278
|
+
special_taxpayer_number?: string;
|
|
279
|
+
artisanal_qualification_number?: string;
|
|
280
|
+
manager_name?: string;
|
|
281
|
+
accountant_name?: string;
|
|
282
|
+
regime_id?: string;
|
|
283
|
+
regime_code?: string;
|
|
284
|
+
regime_name?: string;
|
|
285
|
+
branches?: SaveBody.Data[];
|
|
286
|
+
country_id: string;
|
|
287
|
+
country_name: string;
|
|
288
|
+
country_code: string;
|
|
289
|
+
contry_short_name: string;
|
|
290
|
+
}
|
|
291
|
+
namespace SaveBody {
|
|
292
|
+
interface Data {
|
|
293
|
+
identification_number?: string;
|
|
294
|
+
trade_name?: string;
|
|
295
|
+
address?: string;
|
|
296
|
+
email?: string;
|
|
297
|
+
cellphone?: string;
|
|
298
|
+
phone?: string;
|
|
299
|
+
environment?: number;
|
|
300
|
+
}
|
|
301
|
+
}
|
|
302
|
+
interface UpdateBody {
|
|
303
|
+
NIF?: string;
|
|
304
|
+
business_name?: string;
|
|
305
|
+
address?: string;
|
|
306
|
+
trade_name?: string;
|
|
307
|
+
default_account_plan?: boolean;
|
|
308
|
+
account_template_id?: string;
|
|
309
|
+
email?: string;
|
|
310
|
+
status?: string;
|
|
311
|
+
readonly?: boolean;
|
|
312
|
+
mandatory_accounting?: boolean;
|
|
313
|
+
withholding_agent?: boolean;
|
|
314
|
+
special_taxpayer?: boolean;
|
|
315
|
+
artisanal_qualification?: boolean;
|
|
316
|
+
withholding_agent_number?: string;
|
|
317
|
+
special_taxpayer_number?: string;
|
|
318
|
+
artisanal_qualification_number?: string;
|
|
319
|
+
manager_name?: string;
|
|
320
|
+
accountant_name?: string;
|
|
321
|
+
regime_id?: string;
|
|
322
|
+
regime_code?: string;
|
|
323
|
+
regime_name?: string;
|
|
324
|
+
branches?: BranchParams.Data[];
|
|
325
|
+
password_signature?: string;
|
|
326
|
+
type?: string;
|
|
327
|
+
}
|
|
328
|
+
namespace BranchParams {
|
|
329
|
+
interface Data {
|
|
330
|
+
identification_number?: string;
|
|
331
|
+
trade_name?: string;
|
|
332
|
+
address?: string;
|
|
333
|
+
email?: string;
|
|
334
|
+
cellphone?: string;
|
|
335
|
+
phone?: string;
|
|
336
|
+
environment?: number;
|
|
337
|
+
}
|
|
338
|
+
}
|
|
339
|
+
interface BulkBody {
|
|
340
|
+
tax_iva_id: string;
|
|
341
|
+
}
|
|
342
|
+
interface ChangeStatusBody {
|
|
343
|
+
status: TStatus;
|
|
344
|
+
}
|
|
345
|
+
interface ConfirmResponse {
|
|
346
|
+
success: boolean;
|
|
347
|
+
message: string;
|
|
348
|
+
data?: any;
|
|
349
|
+
}
|
|
350
|
+
interface UploadFileSignatureRequest {
|
|
351
|
+
id: string;
|
|
352
|
+
password: string;
|
|
353
|
+
}
|
|
354
|
+
}
|