@openbox/shared-types 0.3.91 → 0.3.93

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.
Files changed (33) hide show
  1. package/lib/companies/CompaniesSVFields/companies.sv-fields.type.d.ts +10 -0
  2. package/lib/companies/CompaniesSVFields/companies.sv-fields.type.js +3 -0
  3. package/lib/companies/CompaniesSVFields/companies.sv-fields.type.js.map +1 -0
  4. package/lib/companies/CompaniesSVFields/index.d.ts +1 -0
  5. package/lib/companies/CompaniesSVFields/index.js +18 -0
  6. package/lib/companies/CompaniesSVFields/index.js.map +1 -0
  7. package/lib/companies/index.d.ts +1 -0
  8. package/lib/companies/index.js +18 -0
  9. package/lib/companies/index.js.map +1 -0
  10. package/lib/index.d.ts +1 -0
  11. package/lib/index.js +1 -0
  12. package/lib/index.js.map +1 -1
  13. package/lib/management/Company/GetCurrent/index.d.ts +2 -0
  14. package/lib/management/Company/GetCurrent/index.js +3 -0
  15. package/lib/management/Company/GetCurrent/index.js.map +1 -0
  16. package/lib/management/Company/index.d.ts +2 -0
  17. package/lib/management/Company/index.js +19 -0
  18. package/lib/management/Company/index.js.map +1 -0
  19. package/lib/management/Company/management.company.type.d.ts +12 -0
  20. package/lib/management/Company/management.company.type.js +3 -0
  21. package/lib/management/Company/management.company.type.js.map +1 -0
  22. package/lib/management/index.d.ts +1 -0
  23. package/lib/management/index.js +1 -0
  24. package/lib/management/index.js.map +1 -1
  25. package/package.json +1 -1
  26. package/src/companies/CompaniesSVFields/companies.sv-fields.type.ts +11 -0
  27. package/src/companies/CompaniesSVFields/index.ts +1 -0
  28. package/src/companies/index.ts +1 -0
  29. package/src/index.ts +1 -0
  30. package/src/management/Company/GetCurrent/index.ts +3 -0
  31. package/src/management/Company/index.ts +2 -0
  32. package/src/management/Company/management.company.type.ts +13 -0
  33. 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,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=companies.sv-fields.type.js.map
@@ -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
@@ -1,5 +1,6 @@
1
1
  export * from './accounting';
2
2
  export * from './auth';
3
+ export * from './companies';
3
4
  export * from './customers';
4
5
  export * from './invoices';
5
6
  export * from './legal';
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,2 @@
1
+ import { ManagementCompany } from '../management.company.type';
2
+ export type ManagementCompanyGetCurrent = ManagementCompany;
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/management/Company/GetCurrent/index.ts"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export * from './GetCurrent';
2
+ export * from './management.company.type';
@@ -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,12 @@
1
+ import { CompaniesSvFields } from '../../companies/CompaniesSVFields/companies.sv-fields.type';
2
+ import { SystemDirectory } from '../../system/Directory/system.directory.types';
3
+ import { SystemNaturalTypes } from '../../system/NaturalTypes/system.natural-types.types';
4
+ import { SystemPersonTypes } from '../../system/PersonTypes/system.person-types.types';
5
+ export type ManagementCompany = {
6
+ id: string;
7
+ name: string;
8
+ companyType: SystemPersonTypes;
9
+ naturalType: SystemNaturalTypes;
10
+ svFields: CompaniesSvFields;
11
+ contacts: SystemDirectory;
12
+ };
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=management.company.type.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"management.company.type.js","sourceRoot":"","sources":["../../../src/management/Company/management.company.type.ts"],"names":[],"mappings":""}
@@ -1,2 +1,3 @@
1
+ export * from './Company';
1
2
  export * from './Profiles';
2
3
  export * from './Users';
@@ -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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openbox/shared-types",
3
- "version": "0.3.91",
3
+ "version": "0.3.93",
4
4
  "description": "Shared Types for Openbox Cloud. ",
5
5
  "types": "lib/index.d.js",
6
6
  "main": "lib/index.js",
@@ -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
@@ -1,5 +1,6 @@
1
1
  export * from './accounting'
2
2
  export * from './auth'
3
+ export * from './companies'
3
4
  export * from './customers'
4
5
  export * from './invoices'
5
6
  export * from './legal'
@@ -0,0 +1,3 @@
1
+ import { ManagementCompany } from '../management.company.type'
2
+
3
+ export type ManagementCompanyGetCurrent = ManagementCompany
@@ -0,0 +1,2 @@
1
+ export * from './GetCurrent'
2
+ export * from './management.company.type'
@@ -0,0 +1,13 @@
1
+ import { CompaniesSvFields } from '../../companies/CompaniesSVFields/companies.sv-fields.type'
2
+ import { SystemDirectory } from '../../system/Directory/system.directory.types'
3
+ import { SystemNaturalTypes } from '../../system/NaturalTypes/system.natural-types.types'
4
+ import { SystemPersonTypes } from '../../system/PersonTypes/system.person-types.types'
5
+
6
+ export type ManagementCompany = {
7
+ id: string
8
+ name: string
9
+ companyType: SystemPersonTypes
10
+ naturalType: SystemNaturalTypes
11
+ svFields: CompaniesSvFields
12
+ contacts: SystemDirectory
13
+ }
@@ -1,2 +1,3 @@
1
+ export * from './Company'
1
2
  export * from './Profiles'
2
3
  export * from './Users'