@openbox/shared-types 0.1.77 → 0.1.79
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/System/Cities/GetMany/Response.d.ts +7 -0
- package/lib/System/Cities/GetMany/Response.js +3 -0
- package/lib/System/Cities/GetMany/Response.js.map +1 -0
- package/lib/System/Cities/index.d.ts +2 -0
- package/lib/System/Cities/index.js +3 -0
- package/lib/System/Cities/index.js.map +1 -0
- package/lib/System/Countries/GetMany/Response.d.ts +7 -0
- package/lib/System/Countries/GetMany/Response.js +3 -0
- package/lib/System/Countries/GetMany/Response.js.map +1 -0
- package/lib/System/Countries/index.d.ts +2 -0
- package/lib/System/Countries/index.js +3 -0
- package/lib/System/Countries/index.js.map +1 -0
- package/lib/System/PersonTypes/GetMany/Response.d.ts +7 -0
- package/lib/System/PersonTypes/GetMany/Response.js +3 -0
- package/lib/System/PersonTypes/GetMany/Response.js.map +1 -0
- package/lib/System/PersonTypes/index.d.ts +2 -0
- package/lib/System/PersonTypes/index.js +3 -0
- package/lib/System/PersonTypes/index.js.map +1 -0
- package/lib/System/SellingTypes/GetMany/Response.d.ts +10 -0
- package/lib/System/SellingTypes/GetMany/Response.js +3 -0
- package/lib/System/SellingTypes/GetMany/Response.js.map +1 -0
- package/lib/System/SellingTypes/index.d.ts +2 -0
- package/lib/System/SellingTypes/index.js +3 -0
- package/lib/System/SellingTypes/index.js.map +1 -0
- package/lib/System/States/GetMany/Response.d.ts +7 -0
- package/lib/System/States/GetMany/Response.js +3 -0
- package/lib/System/States/GetMany/Response.js.map +1 -0
- package/lib/System/States/index.d.ts +2 -0
- package/lib/System/States/index.js +3 -0
- package/lib/System/States/index.js.map +1 -0
- package/lib/System/TaxerTypes/GetMany/Response.d.ts +7 -0
- package/lib/System/TaxerTypes/GetMany/Response.js +3 -0
- package/lib/System/TaxerTypes/GetMany/Response.js.map +1 -0
- package/lib/System/TaxerTypes/index.d.ts +2 -0
- package/lib/System/TaxerTypes/index.js +3 -0
- package/lib/System/TaxerTypes/index.js.map +1 -0
- package/lib/System/TypeNaturals/GetMany/Response.d.ts +7 -0
- package/lib/System/TypeNaturals/GetMany/Response.js +3 -0
- package/lib/System/TypeNaturals/GetMany/Response.js.map +1 -0
- package/lib/System/TypeNaturals/index.d.ts +2 -0
- package/lib/System/TypeNaturals/index.js +3 -0
- package/lib/System/TypeNaturals/index.js.map +1 -0
- package/lib/System/index.d.ts +8 -0
- package/lib/System/index.js +3 -0
- package/lib/System/index.js.map +1 -0
- package/lib/customers/Branches/CreateMany/Request.d.ts +14 -0
- package/lib/customers/Branches/CreateMany/Request.js +3 -0
- package/lib/customers/Branches/CreateMany/Request.js.map +1 -0
- package/lib/customers/Branches/CreateMany/Response.d.ts +4 -0
- package/lib/customers/Branches/CreateMany/Response.js +3 -0
- package/lib/customers/Branches/CreateMany/Response.js.map +1 -0
- package/lib/customers/Branches/DeleteSingle/Response.d.ts +4 -0
- package/lib/customers/Branches/DeleteSingle/Response.js +3 -0
- package/lib/customers/Branches/DeleteSingle/Response.js.map +1 -0
- package/lib/customers/Branches/GetMany/Request.d.ts +8 -0
- package/lib/customers/Branches/GetMany/Request.js +3 -0
- package/lib/customers/Branches/GetMany/Request.js.map +1 -0
- package/lib/customers/Branches/GetMany/Response.d.ts +21 -0
- package/lib/customers/Branches/GetMany/Response.js +3 -0
- package/lib/customers/Branches/GetMany/Response.js.map +1 -0
- package/lib/customers/Branches/GetSingle/Response.d.ts +19 -0
- package/lib/customers/Branches/GetSingle/Response.js +3 -0
- package/lib/customers/Branches/GetSingle/Response.js.map +1 -0
- package/lib/customers/Branches/UpdateDefault/Request.d.ts +8 -0
- package/lib/customers/Branches/UpdateDefault/Request.js +3 -0
- package/lib/customers/Branches/UpdateDefault/Request.js.map +1 -0
- package/lib/customers/Branches/UpdateDefault/Response.d.ts +4 -0
- package/lib/customers/Branches/UpdateDefault/Response.js +3 -0
- package/lib/customers/Branches/UpdateDefault/Response.js.map +1 -0
- package/lib/customers/Branches/UpdateSingle/Request.d.ts +14 -0
- package/lib/customers/Branches/UpdateSingle/Request.js +3 -0
- package/lib/customers/Branches/UpdateSingle/Request.js.map +1 -0
- package/lib/customers/Branches/UpdateSingle/Response.d.ts +4 -0
- package/lib/customers/Branches/UpdateSingle/Response.js +3 -0
- package/lib/customers/Branches/UpdateSingle/Response.js.map +1 -0
- package/lib/customers/Branches/index.d.ts +9 -0
- package/lib/customers/Branches/index.js +3 -0
- package/lib/customers/Branches/index.js.map +1 -0
- package/lib/customers/Customers/CreateSingle/Response.d.ts +4 -0
- package/lib/customers/Customers/CreateSingle/Response.js +3 -0
- package/lib/customers/Customers/CreateSingle/Response.js.map +1 -0
- package/lib/customers/Customers/CreateSingle/Resquest.d.ts +20 -0
- package/lib/customers/Customers/CreateSingle/Resquest.js +3 -0
- package/lib/customers/Customers/CreateSingle/Resquest.js.map +1 -0
- package/lib/customers/Customers/DeleteMany/Request.d.ts +3 -0
- package/lib/customers/Customers/DeleteMany/Request.js +3 -0
- package/lib/customers/Customers/DeleteMany/Request.js.map +1 -0
- package/lib/customers/Customers/DeleteMany/Response.d.ts +3 -0
- package/lib/customers/Customers/DeleteMany/Response.js +3 -0
- package/lib/customers/Customers/DeleteMany/Response.js.map +1 -0
- package/lib/customers/Customers/DeleteSingle/Response.d.ts +4 -0
- package/lib/customers/Customers/DeleteSingle/Response.js +3 -0
- package/lib/customers/Customers/DeleteSingle/Response.js.map +1 -0
- package/lib/customers/Customers/GetMany/Request.d.ts +9 -0
- package/lib/customers/Customers/GetMany/Request.js +3 -0
- package/lib/customers/Customers/GetMany/Request.js.map +1 -0
- package/lib/customers/Customers/GetMany/Response.d.ts +26 -0
- package/lib/customers/Customers/GetMany/Response.js +3 -0
- package/lib/customers/Customers/GetMany/Response.js.map +1 -0
- package/lib/customers/Customers/GetSingle/Response.d.ts +29 -0
- package/lib/customers/Customers/GetSingle/Response.js +3 -0
- package/lib/customers/Customers/GetSingle/Response.js.map +1 -0
- package/lib/customers/Customers/UpdateManyStatuses/Request.d.ts +4 -0
- package/lib/customers/Customers/UpdateManyStatuses/Request.js +3 -0
- package/lib/customers/Customers/UpdateManyStatuses/Request.js.map +1 -0
- package/lib/customers/Customers/UpdateManyStatuses/Response.d.ts +3 -0
- package/lib/customers/Customers/UpdateManyStatuses/Response.js +3 -0
- package/lib/customers/Customers/UpdateManyStatuses/Response.js.map +1 -0
- package/lib/customers/Customers/UpdateSingle/Response.d.ts +4 -0
- package/lib/customers/Customers/UpdateSingle/Response.js +3 -0
- package/lib/customers/Customers/UpdateSingle/Response.js.map +1 -0
- package/lib/customers/Customers/UpdateSingle/Resquest.d.ts +20 -0
- package/lib/customers/Customers/UpdateSingle/Resquest.js +3 -0
- package/lib/customers/Customers/UpdateSingle/Resquest.js.map +1 -0
- package/lib/customers/Customers/UpdateSingleStatus/Response.d.ts +4 -0
- package/lib/customers/Customers/UpdateSingleStatus/Response.js +3 -0
- package/lib/customers/Customers/UpdateSingleStatus/Response.js.map +1 -0
- package/lib/customers/Customers/index.d.ts +13 -0
- package/lib/customers/Customers/index.js +3 -0
- package/lib/customers/Customers/index.js.map +1 -0
- package/lib/customers/index.d.ts +3 -0
- package/lib/customers/index.js +3 -0
- package/lib/customers/index.js.map +1 -0
- package/lib/index.d.ts +3 -1
- package/package.json +5 -1
- package/src/System/Cities/GetMany/Response.ts +8 -0
- package/src/System/Cities/index.ts +3 -0
- package/src/System/Countries/GetMany/Response.ts +8 -0
- package/src/System/Countries/index.ts +6 -0
- package/src/System/PersonTypes/GetMany/Response.ts +8 -0
- package/src/System/PersonTypes/index.ts +6 -0
- package/src/System/SellingTypes/GetMany/Response.ts +11 -0
- package/src/System/SellingTypes/index.ts +6 -0
- package/src/System/States/GetMany/Response.ts +8 -0
- package/src/System/States/index.ts +3 -0
- package/src/System/TaxerTypes/GetMany/Response.ts +8 -0
- package/src/System/TaxerTypes/index.ts +6 -0
- package/src/System/TypeNaturals/GetMany/Response.ts +8 -0
- package/src/System/TypeNaturals/index.ts +6 -0
- package/src/System/index.ts +36 -0
- package/src/customers/Branches/CreateMany/Request.ts +15 -0
- package/src/customers/Branches/CreateMany/Response.ts +4 -0
- package/src/customers/Branches/DeleteSingle/Response.ts +4 -0
- package/src/customers/Branches/GetMany/Request.ts +8 -0
- package/src/customers/Branches/GetMany/Response.ts +20 -0
- package/src/customers/Branches/GetSingle/Response.ts +22 -0
- package/src/customers/Branches/UpdateDefault/Request.ts +8 -0
- package/src/customers/Branches/UpdateDefault/Response.ts +4 -0
- package/src/customers/Branches/UpdateSingle/Request.ts +15 -0
- package/src/customers/Branches/UpdateSingle/Response.ts +4 -0
- package/src/customers/Branches/index.ts +31 -0
- package/src/customers/Customers/CreateSingle/Response.ts +4 -0
- package/src/customers/Customers/CreateSingle/Resquest.ts +21 -0
- package/src/customers/Customers/DeleteMany/Request.ts +3 -0
- package/src/customers/Customers/DeleteMany/Response.ts +3 -0
- package/src/customers/Customers/DeleteSingle/Response.ts +4 -0
- package/src/customers/Customers/GetMany/Request.ts +9 -0
- package/src/customers/Customers/GetMany/Response.ts +33 -0
- package/src/customers/Customers/GetSingle/Response.ts +31 -0
- package/src/customers/Customers/UpdateManyStatuses/Request.ts +4 -0
- package/src/customers/Customers/UpdateManyStatuses/Response.ts +3 -0
- package/src/customers/Customers/UpdateSingle/Response.ts +4 -0
- package/src/customers/Customers/UpdateSingle/Resquest.ts +21 -0
- package/src/customers/Customers/UpdateSingleStatus/Response.ts +4 -0
- package/src/customers/Customers/index.ts +32 -0
- package/src/customers/index.ts +57 -0
- package/src/index.ts +82 -0
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { SystemPersonTypeMany } from '../../../System/PersonTypes/GetMany/Response'
|
|
2
|
+
import { SystemSellingTypeMany } from '../../../System/SellingTypes/GetMany/Response'
|
|
3
|
+
import { SystemTaxerTypesMany } from '../../../System/TaxerTypes/GetMany/Response'
|
|
4
|
+
import { SystemTypeNaturalMany } from '../../../System/TypeNaturals/GetMany/Response'
|
|
5
|
+
import { CustomerBranchesMany } from '../../Branches/GetMany/Response'
|
|
6
|
+
|
|
7
|
+
export interface CustomersGetSingle {
|
|
8
|
+
id: string
|
|
9
|
+
name: string
|
|
10
|
+
shortName: string
|
|
11
|
+
isProvider: boolean
|
|
12
|
+
isCustomer: boolean
|
|
13
|
+
dui: string | null
|
|
14
|
+
nrc: string | null
|
|
15
|
+
nit: string | null
|
|
16
|
+
giro: string | null
|
|
17
|
+
isActiveCustomer: boolean
|
|
18
|
+
isActiveProvider: boolean
|
|
19
|
+
isUsedCustomer: boolean
|
|
20
|
+
isUsedProvider: boolean
|
|
21
|
+
createdAt: string
|
|
22
|
+
personType: SystemPersonTypeMany
|
|
23
|
+
customerTypeNatural: SystemTypeNaturalMany | null
|
|
24
|
+
customerType: SystemSellingTypeMany
|
|
25
|
+
customerTaxerType: SystemTaxerTypesMany
|
|
26
|
+
branch: CustomerBranchesMany
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
export interface CustomersGetSingleResponse {
|
|
30
|
+
data: CustomersGetSingle
|
|
31
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { CustomerBranchesUpdateSingle } from '../../Branches'
|
|
2
|
+
|
|
3
|
+
export interface CustomersUpdateSingleRequest {
|
|
4
|
+
name?: string
|
|
5
|
+
shortName?: string
|
|
6
|
+
isProvider?: boolean
|
|
7
|
+
isCustomer?: boolean
|
|
8
|
+
dui?: string
|
|
9
|
+
nrc?: string
|
|
10
|
+
nit?: string
|
|
11
|
+
giro?: string
|
|
12
|
+
isActiveCustomer?: boolean
|
|
13
|
+
isActiveProvider?: boolean
|
|
14
|
+
isUsedCustomer?: boolean
|
|
15
|
+
isUsedProvider?: boolean
|
|
16
|
+
customerTaxerType?: string
|
|
17
|
+
personType?: string
|
|
18
|
+
customerType?: string
|
|
19
|
+
customerTypeNatural?: string
|
|
20
|
+
branch?: CustomerBranchesUpdateSingle
|
|
21
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { CustomersCreateSingleResponse } from './CreateSingle/Response'
|
|
2
|
+
import { CustomersCreateSingleRequest } from './CreateSingle/Resquest'
|
|
3
|
+
import { CustomersDeleteManyRequest } from './DeleteMany/Request'
|
|
4
|
+
import { CustomersDeleteManyResponse } from './DeleteMany/Response'
|
|
5
|
+
import { CustomersDeleteSingleResponse } from './DeleteSingle/Response'
|
|
6
|
+
import { CustomersGetManyRequest } from './GetMany/Request'
|
|
7
|
+
import { CustomerGetMany, CustomerGetManyResponse } from './GetMany/Response'
|
|
8
|
+
import {
|
|
9
|
+
CustomersGetSingle,
|
|
10
|
+
CustomersGetSingleResponse,
|
|
11
|
+
} from './GetSingle/Response'
|
|
12
|
+
import { CustomerUpdateManyStatusesRequest } from './UpdateManyStatuses/Request'
|
|
13
|
+
import { CustomersUpdateManyStatusesResponse } from './UpdateManyStatuses/Response'
|
|
14
|
+
import { CustomersUpdateSingleResponse } from './UpdateSingle/Response'
|
|
15
|
+
import { CustomersUpdateSingleStatusResponse } from './UpdateSingleStatus/Response'
|
|
16
|
+
|
|
17
|
+
export {
|
|
18
|
+
CustomersDeleteSingleResponse,
|
|
19
|
+
CustomersCreateSingleResponse,
|
|
20
|
+
CustomersGetSingle,
|
|
21
|
+
CustomersGetSingleResponse,
|
|
22
|
+
CustomersUpdateSingleResponse,
|
|
23
|
+
CustomersUpdateSingleStatusResponse,
|
|
24
|
+
CustomersUpdateManyStatusesResponse,
|
|
25
|
+
CustomersDeleteManyResponse,
|
|
26
|
+
CustomersCreateSingleRequest,
|
|
27
|
+
CustomersGetManyRequest,
|
|
28
|
+
CustomerGetMany,
|
|
29
|
+
CustomerGetManyResponse,
|
|
30
|
+
CustomersDeleteManyRequest,
|
|
31
|
+
CustomerUpdateManyStatusesRequest,
|
|
32
|
+
}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
import {
|
|
2
|
+
CustomerBranchesCreateMany,
|
|
3
|
+
CustomerBranchesCreateManyRequest,
|
|
4
|
+
CustomerBranchesDeleteSingleResponse,
|
|
5
|
+
CustomerBranchesGetManyRequest,
|
|
6
|
+
CustomerBranchesMany,
|
|
7
|
+
CustomerBranchesManyResponse,
|
|
8
|
+
CustomerBranchesUpdateDefaultRequest,
|
|
9
|
+
CustomerBranchesUpdateDefaultResponse,
|
|
10
|
+
CustomerBranchesUpdateSingle,
|
|
11
|
+
CustomerBranchesUpdateSingleRequest,
|
|
12
|
+
CustomerBranchesUpdateSingleResponse,
|
|
13
|
+
} from './Branches'
|
|
14
|
+
import {
|
|
15
|
+
CustomerGetMany,
|
|
16
|
+
CustomerGetManyResponse,
|
|
17
|
+
CustomersCreateSingleRequest,
|
|
18
|
+
CustomersCreateSingleResponse,
|
|
19
|
+
CustomersDeleteManyRequest,
|
|
20
|
+
CustomersDeleteManyResponse,
|
|
21
|
+
CustomersDeleteSingleResponse,
|
|
22
|
+
CustomersGetManyRequest,
|
|
23
|
+
CustomersGetSingle,
|
|
24
|
+
CustomersGetSingleResponse,
|
|
25
|
+
CustomersUpdateManyStatusesResponse,
|
|
26
|
+
CustomersUpdateSingleResponse,
|
|
27
|
+
CustomersUpdateSingleStatusResponse,
|
|
28
|
+
CustomerUpdateManyStatusesRequest,
|
|
29
|
+
} from './Customers'
|
|
30
|
+
|
|
31
|
+
export {
|
|
32
|
+
CustomersDeleteSingleResponse,
|
|
33
|
+
CustomersCreateSingleResponse,
|
|
34
|
+
CustomersGetSingle,
|
|
35
|
+
CustomersGetSingleResponse,
|
|
36
|
+
CustomersUpdateSingleResponse,
|
|
37
|
+
CustomersUpdateSingleStatusResponse,
|
|
38
|
+
CustomersUpdateManyStatusesResponse,
|
|
39
|
+
CustomersDeleteManyResponse,
|
|
40
|
+
CustomersCreateSingleRequest,
|
|
41
|
+
CustomersGetManyRequest,
|
|
42
|
+
CustomerGetMany,
|
|
43
|
+
CustomerGetManyResponse,
|
|
44
|
+
CustomersDeleteManyRequest,
|
|
45
|
+
CustomerUpdateManyStatusesRequest,
|
|
46
|
+
CustomerBranchesMany,
|
|
47
|
+
CustomerBranchesManyResponse,
|
|
48
|
+
CustomerBranchesCreateMany,
|
|
49
|
+
CustomerBranchesCreateManyRequest,
|
|
50
|
+
CustomerBranchesDeleteSingleResponse,
|
|
51
|
+
CustomerBranchesGetManyRequest,
|
|
52
|
+
CustomerBranchesUpdateSingle,
|
|
53
|
+
CustomerBranchesUpdateSingleRequest,
|
|
54
|
+
CustomerBranchesUpdateDefaultRequest,
|
|
55
|
+
CustomerBranchesUpdateDefaultResponse,
|
|
56
|
+
CustomerBranchesUpdateSingleResponse,
|
|
57
|
+
}
|
package/src/index.ts
CHANGED
|
@@ -21,6 +21,33 @@ import {
|
|
|
21
21
|
LoggedUserInfoWorkspaceCompany,
|
|
22
22
|
WorkspaceChanged,
|
|
23
23
|
} from './auth'
|
|
24
|
+
import {
|
|
25
|
+
CustomerBranchesCreateMany,
|
|
26
|
+
CustomerBranchesCreateManyRequest,
|
|
27
|
+
CustomerBranchesDeleteSingleResponse,
|
|
28
|
+
CustomerBranchesGetManyRequest,
|
|
29
|
+
CustomerBranchesMany,
|
|
30
|
+
CustomerBranchesManyResponse,
|
|
31
|
+
CustomerBranchesUpdateDefaultRequest,
|
|
32
|
+
CustomerBranchesUpdateDefaultResponse,
|
|
33
|
+
CustomerBranchesUpdateSingle,
|
|
34
|
+
CustomerBranchesUpdateSingleRequest,
|
|
35
|
+
CustomerBranchesUpdateSingleResponse,
|
|
36
|
+
CustomerGetMany,
|
|
37
|
+
CustomerGetManyResponse,
|
|
38
|
+
CustomersCreateSingleRequest,
|
|
39
|
+
CustomersCreateSingleResponse,
|
|
40
|
+
CustomersDeleteManyRequest,
|
|
41
|
+
CustomersDeleteManyResponse,
|
|
42
|
+
CustomersDeleteSingleResponse,
|
|
43
|
+
CustomersGetManyRequest,
|
|
44
|
+
CustomersGetSingle,
|
|
45
|
+
CustomersGetSingleResponse,
|
|
46
|
+
CustomersUpdateManyStatusesResponse,
|
|
47
|
+
CustomersUpdateSingleResponse,
|
|
48
|
+
CustomersUpdateSingleStatusResponse,
|
|
49
|
+
CustomerUpdateManyStatusesRequest,
|
|
50
|
+
} from './customers'
|
|
24
51
|
import {
|
|
25
52
|
ServicesCreateSingleRequest,
|
|
26
53
|
ServicesCreateSingleResponse,
|
|
@@ -41,6 +68,22 @@ import {
|
|
|
41
68
|
ServicesUpdateSingleStatusRequest,
|
|
42
69
|
ServicesUpdateSingleStatusResponse,
|
|
43
70
|
} from './services'
|
|
71
|
+
import {
|
|
72
|
+
SystemCityMany,
|
|
73
|
+
SystemCityManyResponse,
|
|
74
|
+
SystemCountryMany,
|
|
75
|
+
SystemCountryManyResponse,
|
|
76
|
+
SystemPersonTypeMany,
|
|
77
|
+
SystemPersonTypeManyResponse,
|
|
78
|
+
SystemSellingTypeMany,
|
|
79
|
+
SystemSellingTypeManyResponse,
|
|
80
|
+
SystemStateMany,
|
|
81
|
+
SystemStateManyResponse,
|
|
82
|
+
SystemTaxerTypesMany,
|
|
83
|
+
SystemTaxerTypesManyResponse,
|
|
84
|
+
SystemTypeNaturalMany,
|
|
85
|
+
SystemTypeNaturalManyResponse,
|
|
86
|
+
} from './System'
|
|
44
87
|
|
|
45
88
|
export {
|
|
46
89
|
ServicesSellingTypeMany,
|
|
@@ -82,4 +125,43 @@ export {
|
|
|
82
125
|
LoggedUserInfoWorkspaceBranch,
|
|
83
126
|
LoggedUserInfoWorkspace,
|
|
84
127
|
ServicesSellingTypeManyResponse,
|
|
128
|
+
CustomerBranchesMany,
|
|
129
|
+
CustomerBranchesManyResponse,
|
|
130
|
+
SystemCityMany,
|
|
131
|
+
SystemCityManyResponse,
|
|
132
|
+
SystemCountryMany,
|
|
133
|
+
SystemCountryManyResponse,
|
|
134
|
+
SystemPersonTypeMany,
|
|
135
|
+
SystemPersonTypeManyResponse,
|
|
136
|
+
SystemSellingTypeMany,
|
|
137
|
+
SystemSellingTypeManyResponse,
|
|
138
|
+
SystemStateMany,
|
|
139
|
+
SystemStateManyResponse,
|
|
140
|
+
SystemTaxerTypesMany,
|
|
141
|
+
SystemTaxerTypesManyResponse,
|
|
142
|
+
SystemTypeNaturalMany,
|
|
143
|
+
SystemTypeNaturalManyResponse,
|
|
144
|
+
CustomersDeleteSingleResponse,
|
|
145
|
+
CustomersCreateSingleResponse,
|
|
146
|
+
CustomersGetSingle,
|
|
147
|
+
CustomersGetSingleResponse,
|
|
148
|
+
CustomersUpdateSingleResponse,
|
|
149
|
+
CustomersUpdateSingleStatusResponse,
|
|
150
|
+
CustomersUpdateManyStatusesResponse,
|
|
151
|
+
CustomersDeleteManyResponse,
|
|
152
|
+
CustomersCreateSingleRequest,
|
|
153
|
+
CustomersGetManyRequest,
|
|
154
|
+
CustomerGetMany,
|
|
155
|
+
CustomerGetManyResponse,
|
|
156
|
+
CustomersDeleteManyRequest,
|
|
157
|
+
CustomerUpdateManyStatusesRequest,
|
|
158
|
+
CustomerBranchesCreateMany,
|
|
159
|
+
CustomerBranchesCreateManyRequest,
|
|
160
|
+
CustomerBranchesDeleteSingleResponse,
|
|
161
|
+
CustomerBranchesGetManyRequest,
|
|
162
|
+
CustomerBranchesUpdateSingle,
|
|
163
|
+
CustomerBranchesUpdateSingleRequest,
|
|
164
|
+
CustomerBranchesUpdateDefaultRequest,
|
|
165
|
+
CustomerBranchesUpdateDefaultResponse,
|
|
166
|
+
CustomerBranchesUpdateSingleResponse,
|
|
85
167
|
}
|