@openbox/shared-types 0.3.90 → 0.3.92
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/companies/CompaniesSVFields/companies.sv-fields.type.d.ts +10 -0
- package/lib/companies/CompaniesSVFields/companies.sv-fields.type.js +3 -0
- package/lib/companies/CompaniesSVFields/companies.sv-fields.type.js.map +1 -0
- package/lib/companies/CompaniesSVFields/index.d.ts +1 -0
- package/lib/companies/CompaniesSVFields/index.js +18 -0
- package/lib/companies/CompaniesSVFields/index.js.map +1 -0
- package/lib/companies/index.d.ts +1 -0
- package/lib/companies/index.js +18 -0
- package/lib/companies/index.js.map +1 -0
- package/lib/index.d.ts +1 -0
- package/lib/index.js +1 -0
- package/lib/index.js.map +1 -1
- package/lib/management/Company/GetCurrent/index.d.ts +2 -0
- package/lib/management/Company/GetCurrent/index.js +3 -0
- package/lib/management/Company/GetCurrent/index.js.map +1 -0
- package/lib/management/Company/index.d.ts +2 -0
- package/lib/management/Company/index.js +19 -0
- package/lib/management/Company/index.js.map +1 -0
- package/lib/management/Company/management.company.type.d.ts +10 -0
- package/lib/management/Company/management.company.type.js +3 -0
- package/lib/management/Company/management.company.type.js.map +1 -0
- package/lib/management/index.d.ts +1 -0
- package/lib/management/index.js +1 -0
- package/lib/management/index.js.map +1 -1
- package/lib/system/SV/EconomicActivities/GetMany/Response.js.map +1 -1
- package/lib/system/SV/EconomicActivities/index.d.ts +1 -0
- package/lib/system/SV/EconomicActivities/index.js +1 -0
- package/lib/system/SV/EconomicActivities/index.js.map +1 -1
- package/package.json +1 -1
- package/src/System/SV/EconomicActivities/index.ts +1 -0
- package/src/companies/CompaniesSVFields/companies.sv-fields.type.ts +11 -0
- package/src/companies/CompaniesSVFields/index.ts +1 -0
- package/src/companies/index.ts +1 -0
- package/src/index.ts +1 -0
- package/src/management/Company/GetCurrent/index.ts +3 -0
- package/src/management/Company/index.ts +2 -0
- package/src/management/Company/management.company.type.ts +11 -0
- package/src/management/index.ts +1 -0
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { SystemSvEconomicActivities } from '../../system';
|
|
2
|
+
import { SystemTaxerTypes } from '../../system/TaxerTypes/system.taxer-types.types';
|
|
3
|
+
export type CompaniesSvFields = {
|
|
4
|
+
id: string;
|
|
5
|
+
nrc?: string;
|
|
6
|
+
nit?: string;
|
|
7
|
+
dui?: string;
|
|
8
|
+
taxerType?: SystemTaxerTypes;
|
|
9
|
+
economicActivity?: SystemSvEconomicActivities;
|
|
10
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"companies.sv-fields.type.js","sourceRoot":"","sources":["../../../src/companies/CompaniesSVFields/companies.sv-fields.type.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './companies.sv-fields.type';
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./companies.sv-fields.type"), exports);
|
|
18
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/companies/CompaniesSVFields/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,6DAA0C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './CompaniesSVFields';
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./CompaniesSVFields"), exports);
|
|
18
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/companies/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,sDAAmC"}
|
package/lib/index.d.ts
CHANGED
package/lib/index.js
CHANGED
|
@@ -16,6 +16,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
17
|
__exportStar(require("./accounting"), exports);
|
|
18
18
|
__exportStar(require("./auth"), exports);
|
|
19
|
+
__exportStar(require("./companies"), exports);
|
|
19
20
|
__exportStar(require("./customers"), exports);
|
|
20
21
|
__exportStar(require("./invoices"), exports);
|
|
21
22
|
__exportStar(require("./legal"), exports);
|
package/lib/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,+CAA4B;AAC5B,yCAAsB;AACtB,8CAA2B;AAC3B,6CAA0B;AAC1B,0CAAuB;AACvB,+CAA4B;AAC5B,6CAA0B;AAC1B,2CAAwB"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,+CAA4B;AAC5B,yCAAsB;AACtB,8CAA2B;AAC3B,8CAA2B;AAC3B,6CAA0B;AAC1B,0CAAuB;AACvB,+CAA4B;AAC5B,6CAA0B;AAC1B,2CAAwB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/management/Company/GetCurrent/index.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./GetCurrent"), exports);
|
|
18
|
+
__exportStar(require("./management.company.type"), exports);
|
|
19
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/management/Company/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,+CAA4B;AAC5B,4DAAyC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { CompaniesSvFields } from '../../companies/CompaniesSVFields/companies.sv-fields.type';
|
|
2
|
+
import { SystemNaturalTypes } from '../../system/NaturalTypes/system.natural-types.types';
|
|
3
|
+
import { SystemPersonTypes } from '../../system/PersonTypes/system.person-types.types';
|
|
4
|
+
export type ManagementCompany = {
|
|
5
|
+
id: string;
|
|
6
|
+
name: string;
|
|
7
|
+
companyType: SystemPersonTypes;
|
|
8
|
+
naturalType: SystemNaturalTypes;
|
|
9
|
+
svFields: CompaniesSvFields;
|
|
10
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"management.company.type.js","sourceRoot":"","sources":["../../../src/management/Company/management.company.type.ts"],"names":[],"mappings":""}
|
package/lib/management/index.js
CHANGED
|
@@ -14,6 +14,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./Company"), exports);
|
|
17
18
|
__exportStar(require("./Profiles"), exports);
|
|
18
19
|
__exportStar(require("./Users"), exports);
|
|
19
20
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/management/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,6CAA0B;AAC1B,0CAAuB"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/management/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,4CAAyB;AACzB,6CAA0B;AAC1B,0CAAuB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Response.js","sourceRoot":"","sources":["../../../../../src/
|
|
1
|
+
{"version":3,"file":"Response.js","sourceRoot":"","sources":["../../../../../src/system/SV/EconomicActivities/GetMany/Response.ts"],"names":[],"mappings":""}
|
|
@@ -14,6 +14,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./GetMany/Response"), exports);
|
|
17
18
|
__exportStar(require("./GetSingle/Response"), exports);
|
|
18
19
|
__exportStar(require("./system.sv.economic-activities.types"), exports);
|
|
19
20
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/system/SV/EconomicActivities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,uDAAoC;AACpC,wEAAqD"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/system/SV/EconomicActivities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,qDAAkC;AAClC,uDAAoC;AACpC,wEAAqD"}
|
package/package.json
CHANGED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { SystemSvEconomicActivities } from '../../system'
|
|
2
|
+
import { SystemTaxerTypes } from '../../system/TaxerTypes/system.taxer-types.types'
|
|
3
|
+
|
|
4
|
+
export type CompaniesSvFields = {
|
|
5
|
+
id: string
|
|
6
|
+
nrc?: string
|
|
7
|
+
nit?: string
|
|
8
|
+
dui?: string
|
|
9
|
+
taxerType?: SystemTaxerTypes
|
|
10
|
+
economicActivity?: SystemSvEconomicActivities
|
|
11
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './companies.sv-fields.type'
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './CompaniesSVFields'
|
package/src/index.ts
CHANGED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { CompaniesSvFields } from '../../companies/CompaniesSVFields/companies.sv-fields.type'
|
|
2
|
+
import { SystemNaturalTypes } from '../../system/NaturalTypes/system.natural-types.types'
|
|
3
|
+
import { SystemPersonTypes } from '../../system/PersonTypes/system.person-types.types'
|
|
4
|
+
|
|
5
|
+
export type ManagementCompany = {
|
|
6
|
+
id: string
|
|
7
|
+
name: string
|
|
8
|
+
companyType: SystemPersonTypes
|
|
9
|
+
naturalType: SystemNaturalTypes
|
|
10
|
+
svFields: CompaniesSvFields
|
|
11
|
+
}
|
package/src/management/index.ts
CHANGED