@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 @@
|
|
|
1
|
+
{"version":3,"file":"Response.js","sourceRoot":"","sources":["../../../../src/System/Cities/GetMany/Response.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/System/Cities/index.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Response.js","sourceRoot":"","sources":["../../../../src/System/Countries/GetMany/Response.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/System/Countries/index.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Response.js","sourceRoot":"","sources":["../../../../src/System/PersonTypes/GetMany/Response.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/System/PersonTypes/index.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Response.js","sourceRoot":"","sources":["../../../../src/System/SellingTypes/GetMany/Response.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/System/SellingTypes/index.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Response.js","sourceRoot":"","sources":["../../../../src/System/States/GetMany/Response.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/System/States/index.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Response.js","sourceRoot":"","sources":["../../../../src/System/TaxerTypes/GetMany/Response.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/System/TaxerTypes/index.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Response.js","sourceRoot":"","sources":["../../../../src/System/TypeNaturals/GetMany/Response.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/System/TypeNaturals/index.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { SystemCityMany, SystemCityManyResponse } from './Cities';
|
|
2
|
+
import { SystemCountryMany, SystemCountryManyResponse } from './Countries';
|
|
3
|
+
import { SystemPersonTypeMany, SystemPersonTypeManyResponse } from './PersonTypes';
|
|
4
|
+
import { SystemSellingTypeMany, SystemSellingTypeManyResponse } from './SellingTypes';
|
|
5
|
+
import { SystemStateMany, SystemStateManyResponse } from './States';
|
|
6
|
+
import { SystemTaxerTypesMany, SystemTaxerTypesManyResponse } from './TaxerTypes';
|
|
7
|
+
import { SystemTypeNaturalMany, SystemTypeNaturalManyResponse } from './TypeNaturals';
|
|
8
|
+
export { SystemTypeNaturalMany, SystemTypeNaturalManyResponse, SystemTaxerTypesMany, SystemTaxerTypesManyResponse, SystemSellingTypeMany, SystemSellingTypeManyResponse, SystemPersonTypeMany, SystemPersonTypeManyResponse, SystemCityMany, SystemCityManyResponse, SystemCountryMany, SystemCountryManyResponse, SystemStateMany, SystemStateManyResponse, };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/System/index.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export interface CustomerBranchesCreateMany {
|
|
2
|
+
name: string;
|
|
3
|
+
contactName?: string;
|
|
4
|
+
contactInfo?: string;
|
|
5
|
+
default: boolean;
|
|
6
|
+
address1: string;
|
|
7
|
+
address2?: string;
|
|
8
|
+
country: string;
|
|
9
|
+
state: string;
|
|
10
|
+
city: string;
|
|
11
|
+
}
|
|
12
|
+
export interface CustomerBranchesCreateManyRequest {
|
|
13
|
+
branches: CustomerBranchesCreateMany[];
|
|
14
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Request.js","sourceRoot":"","sources":["../../../../src/customers/Branches/CreateMany/Request.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Response.js","sourceRoot":"","sources":["../../../../src/customers/Branches/CreateMany/Response.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Response.js","sourceRoot":"","sources":["../../../../src/customers/Branches/DeleteSingle/Response.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Request.js","sourceRoot":"","sources":["../../../../src/customers/Branches/GetMany/Request.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { SystemCityMany } from '../../../System/Cities';
|
|
2
|
+
import { SystemCountryMany } from '../../../System/Countries';
|
|
3
|
+
import { SystemStateMany } from '../../../System/States';
|
|
4
|
+
export interface CustomerBranchesMany {
|
|
5
|
+
id: string;
|
|
6
|
+
name: string;
|
|
7
|
+
contactName: string;
|
|
8
|
+
contactInfo: {
|
|
9
|
+
phone: string[];
|
|
10
|
+
emails: [];
|
|
11
|
+
};
|
|
12
|
+
address1: string;
|
|
13
|
+
address2: string;
|
|
14
|
+
default: boolean;
|
|
15
|
+
city: SystemCityMany;
|
|
16
|
+
country: SystemCountryMany;
|
|
17
|
+
state: SystemStateMany;
|
|
18
|
+
}
|
|
19
|
+
export interface CustomerBranchesManyResponse {
|
|
20
|
+
data: CustomerBranchesMany[];
|
|
21
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Response.js","sourceRoot":"","sources":["../../../../src/customers/Branches/GetMany/Response.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { SystemCityMany, SystemCountryMany, SystemStateMany } from '../../../System';
|
|
2
|
+
export interface CustomerBranchesSingle {
|
|
3
|
+
id: string;
|
|
4
|
+
name: string;
|
|
5
|
+
contactName: string;
|
|
6
|
+
contactInfo: {
|
|
7
|
+
phone: string[];
|
|
8
|
+
emails: [];
|
|
9
|
+
};
|
|
10
|
+
address1: string;
|
|
11
|
+
address2: string;
|
|
12
|
+
default: boolean;
|
|
13
|
+
city: SystemCityMany;
|
|
14
|
+
country: SystemCountryMany;
|
|
15
|
+
state: SystemStateMany;
|
|
16
|
+
}
|
|
17
|
+
export interface CustomerBranchesSingleResponse {
|
|
18
|
+
data: CustomerBranchesSingle;
|
|
19
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Response.js","sourceRoot":"","sources":["../../../../src/customers/Branches/GetSingle/Response.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Request.js","sourceRoot":"","sources":["../../../../src/customers/Branches/UpdateDefault/Request.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Response.js","sourceRoot":"","sources":["../../../../src/customers/Branches/UpdateDefault/Response.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export interface CustomerBranchesUpdateSingle {
|
|
2
|
+
name?: string;
|
|
3
|
+
contactName?: string;
|
|
4
|
+
contactInfo?: string;
|
|
5
|
+
default?: boolean;
|
|
6
|
+
address1?: string;
|
|
7
|
+
address2?: string;
|
|
8
|
+
country?: string;
|
|
9
|
+
state?: string;
|
|
10
|
+
city?: string;
|
|
11
|
+
}
|
|
12
|
+
export interface CustomerBranchesUpdateSingleRequest {
|
|
13
|
+
branch: CustomerBranchesUpdateSingle;
|
|
14
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Request.js","sourceRoot":"","sources":["../../../../src/customers/Branches/UpdateSingle/Request.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Response.js","sourceRoot":"","sources":["../../../../src/customers/Branches/UpdateSingle/Response.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { CustomerBranchesCreateMany, CustomerBranchesCreateManyRequest } from './CreateMany/Request';
|
|
2
|
+
import { CustomerBranchesDeleteSingleResponse } from './DeleteSingle/Response';
|
|
3
|
+
import { CustomerBranchesGetManyRequest } from './GetMany/Request';
|
|
4
|
+
import { CustomerBranchesMany, CustomerBranchesManyResponse } from './GetMany/Response';
|
|
5
|
+
import { CustomerBranchesUpdateDefaultRequest } from './UpdateDefault/Request';
|
|
6
|
+
import { CustomerBranchesUpdateDefaultResponse } from './UpdateDefault/Response';
|
|
7
|
+
import { CustomerBranchesUpdateSingle, CustomerBranchesUpdateSingleRequest } from './UpdateSingle/Request';
|
|
8
|
+
import { CustomerBranchesUpdateSingleResponse } from './UpdateSingle/Response';
|
|
9
|
+
export { CustomerBranchesMany, CustomerBranchesManyResponse, CustomerBranchesGetManyRequest, CustomerBranchesUpdateSingle, CustomerBranchesUpdateSingleRequest, CustomerBranchesUpdateSingleResponse, CustomerBranchesDeleteSingleResponse, CustomerBranchesCreateMany, CustomerBranchesCreateManyRequest, CustomerBranchesUpdateDefaultResponse, CustomerBranchesUpdateDefaultRequest, };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/customers/Branches/index.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Response.js","sourceRoot":"","sources":["../../../../src/customers/Customers/CreateSingle/Response.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { CustomerBranchesCreateMany } from '../../Branches';
|
|
2
|
+
export interface CustomersCreateSingleRequest {
|
|
3
|
+
name: string;
|
|
4
|
+
shortName: string;
|
|
5
|
+
isProvider: boolean;
|
|
6
|
+
isCustomer: boolean;
|
|
7
|
+
dui?: string;
|
|
8
|
+
nrc?: string;
|
|
9
|
+
nit?: string;
|
|
10
|
+
giro?: string;
|
|
11
|
+
isActiveCustomer?: boolean;
|
|
12
|
+
isActiveProvider?: boolean;
|
|
13
|
+
isUsedCustomer?: boolean;
|
|
14
|
+
isUsedProvider?: boolean;
|
|
15
|
+
customerTaxerType: string;
|
|
16
|
+
personType: string;
|
|
17
|
+
customerType: string;
|
|
18
|
+
customerTypeNatural?: string;
|
|
19
|
+
branch: CustomerBranchesCreateMany;
|
|
20
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Resquest.js","sourceRoot":"","sources":["../../../../src/customers/Customers/CreateSingle/Resquest.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Request.js","sourceRoot":"","sources":["../../../../src/customers/Customers/DeleteMany/Request.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Response.js","sourceRoot":"","sources":["../../../../src/customers/Customers/DeleteMany/Response.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Response.js","sourceRoot":"","sources":["../../../../src/customers/Customers/DeleteSingle/Response.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Request.js","sourceRoot":"","sources":["../../../../src/customers/Customers/GetMany/Request.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { SystemPersonTypeMany, SystemSellingTypeMany, SystemTaxerTypesMany, SystemTypeNaturalMany } from '../../../System';
|
|
2
|
+
import { CustomerBranchesMany } from '../../Branches';
|
|
3
|
+
export interface CustomerGetMany {
|
|
4
|
+
id: string;
|
|
5
|
+
name: string;
|
|
6
|
+
shortName: string;
|
|
7
|
+
isProvider: boolean;
|
|
8
|
+
isCustomer: boolean;
|
|
9
|
+
dui: string | null;
|
|
10
|
+
nrc: string | null;
|
|
11
|
+
nit: string | null;
|
|
12
|
+
giro: string | null;
|
|
13
|
+
isActiveCustomer: boolean;
|
|
14
|
+
isActiveProvider: boolean;
|
|
15
|
+
isUsedCustomer: boolean;
|
|
16
|
+
isUsedProvider: boolean;
|
|
17
|
+
createdAt: string;
|
|
18
|
+
personType: SystemPersonTypeMany;
|
|
19
|
+
customerTypeNatural: SystemTypeNaturalMany | null;
|
|
20
|
+
customerType: SystemSellingTypeMany;
|
|
21
|
+
customerTaxerType: SystemTaxerTypesMany;
|
|
22
|
+
branch: CustomerBranchesMany;
|
|
23
|
+
}
|
|
24
|
+
export interface CustomerGetManyResponse {
|
|
25
|
+
data: CustomerGetMany[];
|
|
26
|
+
}
|