@openbox/shared-types 0.2.37 → 0.2.39

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 (69) hide show
  1. package/lib/customers/Customers/customers.types.d.ts +7 -7
  2. package/lib/customers/PersonType/GetMany/Response.d.ts +4 -0
  3. package/lib/customers/PersonType/GetMany/Response.js.map +1 -0
  4. package/lib/customers/PersonType/GetSingle/Response.d.ts +2 -0
  5. package/lib/customers/PersonType/GetSingle/Response.js.map +1 -0
  6. package/lib/customers/PersonType/customers.person-type.types.d.ts +4 -0
  7. package/lib/customers/{PersonTypes/customers.person-types.types.js → PersonType/customers.person-type.types.js} +1 -1
  8. package/lib/customers/PersonType/customers.person-type.types.js.map +1 -0
  9. package/lib/customers/PersonType/index.js.map +1 -0
  10. package/lib/customers/PersonTypeNatural/GetMany/Response.d.ts +4 -0
  11. package/lib/customers/PersonTypeNatural/GetMany/Response.js +3 -0
  12. package/lib/customers/PersonTypeNatural/GetMany/Response.js.map +1 -0
  13. package/lib/customers/PersonTypeNatural/GetSingle/Response.d.ts +2 -0
  14. package/lib/customers/PersonTypeNatural/GetSingle/Response.js +3 -0
  15. package/lib/customers/PersonTypeNatural/GetSingle/Response.js.map +1 -0
  16. package/lib/customers/PersonTypeNatural/customers.person-type-natural.types.d.ts +4 -0
  17. package/lib/customers/PersonTypeNatural/customers.person-type-natural.types.js +3 -0
  18. package/lib/customers/PersonTypeNatural/customers.person-type-natural.types.js.map +1 -0
  19. package/lib/customers/PersonTypeNatural/index.d.ts +2 -0
  20. package/lib/customers/PersonTypeNatural/index.js +19 -0
  21. package/lib/customers/PersonTypeNatural/index.js.map +1 -0
  22. package/lib/customers/Type/GetMany/Response.d.ts +4 -0
  23. package/lib/customers/Type/GetMany/Response.js +3 -0
  24. package/lib/customers/Type/GetMany/Response.js.map +1 -0
  25. package/lib/customers/Type/GetSingle/Response.d.ts +2 -0
  26. package/lib/customers/Type/GetSingle/Response.js +3 -0
  27. package/lib/customers/Type/GetSingle/Response.js.map +1 -0
  28. package/lib/customers/Type/customers.type.types.d.ts +4 -0
  29. package/lib/customers/Type/customers.type.types.js +3 -0
  30. package/lib/customers/Type/customers.type.types.js.map +1 -0
  31. package/lib/customers/Type/index.d.ts +2 -0
  32. package/lib/customers/Type/index.js +19 -0
  33. package/lib/customers/Type/index.js.map +1 -0
  34. package/lib/customers/index.d.ts +1 -1
  35. package/lib/customers/index.js +1 -1
  36. package/lib/customers/index.js.map +1 -1
  37. package/lib/system/Directory/GetMany/Request.d.ts +1 -2
  38. package/lib/system/Directory/system.directory.types.d.ts +1 -2
  39. package/package.json +1 -1
  40. package/src/customers/Customers/customers.types.ts +7 -7
  41. package/src/customers/PersonType/GetMany/Response.ts +5 -0
  42. package/src/customers/PersonType/GetSingle/Response.ts +3 -0
  43. package/src/customers/PersonType/customers.person-type.types.ts +6 -0
  44. package/src/customers/PersonTypeNatural/GetMany/Response.ts +5 -0
  45. package/src/customers/PersonTypeNatural/GetSingle/Response.ts +3 -0
  46. package/src/customers/PersonTypeNatural/customers.person-type-natural.types.ts +6 -0
  47. package/src/customers/PersonTypeNatural/index.ts +2 -0
  48. package/src/customers/Type/GetMany/Response.ts +5 -0
  49. package/src/customers/Type/GetSingle/Response.ts +3 -0
  50. package/src/customers/Type/customers.type.types.ts +6 -0
  51. package/src/customers/Type/index.ts +2 -0
  52. package/src/customers/index.ts +1 -1
  53. package/src/system/Directory/GetMany/Request.ts +1 -2
  54. package/src/system/Directory/system.directory.types.ts +1 -1
  55. package/lib/customers/PersonTypes/GetMany/Response.d.ts +0 -4
  56. package/lib/customers/PersonTypes/GetMany/Response.js.map +0 -1
  57. package/lib/customers/PersonTypes/GetSingle/Response.d.ts +0 -2
  58. package/lib/customers/PersonTypes/GetSingle/Response.js.map +0 -1
  59. package/lib/customers/PersonTypes/customers.person-types.types.d.ts +0 -4
  60. package/lib/customers/PersonTypes/customers.person-types.types.js.map +0 -1
  61. package/lib/customers/PersonTypes/index.js.map +0 -1
  62. package/src/customers/PersonTypes/GetMany/Response.ts +0 -5
  63. package/src/customers/PersonTypes/GetSingle/Response.ts +0 -3
  64. package/src/customers/PersonTypes/customers.person-types.types.ts +0 -6
  65. /package/lib/customers/{PersonTypes → PersonType}/GetMany/Response.js +0 -0
  66. /package/lib/customers/{PersonTypes → PersonType}/GetSingle/Response.js +0 -0
  67. /package/lib/customers/{PersonTypes → PersonType}/index.d.ts +0 -0
  68. /package/lib/customers/{PersonTypes → PersonType}/index.js +0 -0
  69. /package/src/customers/{PersonTypes → PersonType}/index.ts +0 -0
@@ -26,17 +26,17 @@ export type Customers = {
26
26
  duiIssuedDate?: Date;
27
27
  duiExpirationDate?: Date;
28
28
  nitIssuedDate?: Date;
29
- customerTaxerType: SystemTaxerTypesGetSingleResponse;
29
+ type: SystemSellingTypeGetSingleResponse;
30
30
  personType: SystemPersonTypeGetSingleResponse;
31
- customerType: SystemSellingTypeGetSingleResponse;
32
- customerTypeNatural: SystemNaturalTypesGetSingleResponse;
31
+ personTypeNatural: SystemNaturalTypesGetSingleResponse;
32
+ taxerType: SystemTaxerTypesGetSingleResponse;
33
33
  branch?: CustomersBranchesResponse;
34
34
  };
35
- export type CustomersRequest = Omit<Customers, 'id' | 'customerTaxerType' | 'personType' | 'customerType' | 'customerTypeNatural' | 'branch'> & {
36
- customerTaxerType: number;
35
+ export type CustomersRequest = Omit<Customers, 'id' | 'taxerType' | 'personType' | 'type' | 'personTypeNatural' | 'branch'> & {
36
+ taxerType: number;
37
37
  personType: number;
38
- customerType: number;
39
- customerTypeNatural: number;
38
+ type: number;
39
+ personTypeNatural: number;
40
40
  branch: CustomersBranchesCreateSingleRequest;
41
41
  };
42
42
  export type CustomersResponse = Customers;
@@ -0,0 +1,4 @@
1
+ import { CustomersPersonTypeGetSingleResponse } from '../GetSingle/Response';
2
+ export type CustomersPersonTypeGetManyResponse = {
3
+ data: Array<CustomersPersonTypeGetSingleResponse>;
4
+ };
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Response.js","sourceRoot":"","sources":["../../../../src/customers/PersonType/GetMany/Response.ts"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ import { CustomersPersonTypeResponse } from '../customers.person-type.types';
2
+ export type CustomersPersonTypeGetSingleResponse = CustomersPersonTypeResponse;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Response.js","sourceRoot":"","sources":["../../../../src/customers/PersonType/GetSingle/Response.ts"],"names":[],"mappings":""}
@@ -0,0 +1,4 @@
1
+ import { SystemPersonTypes } from '../../system/PersonTypes/system.person-types.types';
2
+ export type CustomersPersonType = SystemPersonTypes;
3
+ export type CustomersPersonTypeRequest = Omit<CustomersPersonType, 'id'>;
4
+ export type CustomersPersonTypeResponse = CustomersPersonType;
@@ -1,3 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=customers.person-types.types.js.map
3
+ //# sourceMappingURL=customers.person-type.types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"customers.person-type.types.js","sourceRoot":"","sources":["../../../src/customers/PersonType/customers.person-type.types.ts"],"names":[],"mappings":""}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/customers/PersonType/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,qDAAkC;AAClC,uDAAoC"}
@@ -0,0 +1,4 @@
1
+ import { CustomersPersonTypeNaturalGetSingleResponse } from '../GetSingle/Response';
2
+ export type CustomersPersonTypeNaturalGetManyResponse = {
3
+ data: Array<CustomersPersonTypeNaturalGetSingleResponse>;
4
+ };
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=Response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Response.js","sourceRoot":"","sources":["../../../../src/customers/PersonTypeNatural/GetMany/Response.ts"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ import { CustomersPersonTypeNaturalResponse } from '../customers.person-type-natural.types';
2
+ export type CustomersPersonTypeNaturalGetSingleResponse = CustomersPersonTypeNaturalResponse;
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=Response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Response.js","sourceRoot":"","sources":["../../../../src/customers/PersonTypeNatural/GetSingle/Response.ts"],"names":[],"mappings":""}
@@ -0,0 +1,4 @@
1
+ import { SystemNaturalTypes } from '../../system/NaturalTypes/system.natural-types.types';
2
+ export type CustomersPersonTypeNatural = SystemNaturalTypes;
3
+ export type CustomersPersonTypeNaturalRequest = Omit<CustomersPersonTypeNatural, 'id'>;
4
+ export type CustomersPersonTypeNaturalResponse = CustomersPersonTypeNatural;
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=customers.person-type-natural.types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"customers.person-type-natural.types.js","sourceRoot":"","sources":["../../../src/customers/PersonTypeNatural/customers.person-type-natural.types.ts"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export * from './GetMany/Response';
2
+ export * from './GetSingle/Response';
@@ -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("./GetMany/Response"), exports);
18
+ __exportStar(require("./GetSingle/Response"), exports);
19
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/customers/PersonTypeNatural/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,qDAAkC;AAClC,uDAAoC"}
@@ -0,0 +1,4 @@
1
+ import { CustomersTypeGetSingleResponse } from '../GetSingle/Response';
2
+ export type CustomersTypeGetManyResponse = {
3
+ data: Array<CustomersTypeGetSingleResponse>;
4
+ };
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=Response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Response.js","sourceRoot":"","sources":["../../../../src/customers/Type/GetMany/Response.ts"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ import { CustomersTypeResponse } from '../customers.type.types';
2
+ export type CustomersTypeGetSingleResponse = CustomersTypeResponse;
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=Response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Response.js","sourceRoot":"","sources":["../../../../src/customers/Type/GetSingle/Response.ts"],"names":[],"mappings":""}
@@ -0,0 +1,4 @@
1
+ import { SystemSellingTypes } from '../../system/SellingTypes/system.selling-types.types';
2
+ export type CustomersType = SystemSellingTypes;
3
+ export type CustomersTypeRequest = Omit<CustomersType, 'id'>;
4
+ export type CustomersTypeResponse = CustomersType;
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=customers.type.types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"customers.type.types.js","sourceRoot":"","sources":["../../../src/customers/Type/customers.type.types.ts"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export * from './GetMany/Response';
2
+ export * from './GetSingle/Response';
@@ -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("./GetMany/Response"), exports);
18
+ __exportStar(require("./GetSingle/Response"), exports);
19
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/customers/Type/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,qDAAkC;AAClC,uDAAoC"}
@@ -1,3 +1,3 @@
1
1
  export * from './Branches';
2
2
  export * from './Customers';
3
- export * from './PersonTypes';
3
+ export * from './PersonType';
@@ -16,5 +16,5 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./Branches"), exports);
18
18
  __exportStar(require("./Customers"), exports);
19
- __exportStar(require("./PersonTypes"), exports);
19
+ __exportStar(require("./PersonType"), exports);
20
20
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/customers/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,6CAA0B;AAC1B,8CAA2B;AAC3B,gDAA6B"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/customers/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,6CAA0B;AAC1B,8CAA2B;AAC3B,+CAA4B"}
@@ -1,6 +1,5 @@
1
1
  import { GetManyRequest } from '../../../interfaces';
2
- import { SystemDirectoryType } from '../system.directory.types';
3
2
  export type SystemDirectoryGetManyRequest = GetManyRequest & {
4
- types?: Array<SystemDirectoryType>;
3
+ types?: Array<string>;
5
4
  hasWhatsapp?: boolean;
6
5
  };
@@ -1,5 +1,5 @@
1
1
  export type SystemDirectoryType = 'phone' | 'cellphone' | 'email';
2
- type SystemDirectoryEntityType = 'warehouse' | 'company' | 'customer' | 'customerBranch' | 'invoicesSeller' | 'legalJurisdiction' | 'appointee' | 'assignee';
2
+ export type SystemDirectoryEntityType = 'warehouse' | 'company' | 'customer' | 'customerBranch' | 'invoicesSeller' | 'legalJurisdiction' | 'appointee' | 'assignee';
3
3
  export type SystemDirectory = {
4
4
  id: string;
5
5
  type: SystemDirectoryType;
@@ -11,4 +11,3 @@ export type SystemDirectoryRequest = Omit<SystemDirectory, 'id' | 'customer' | '
11
11
  entityId: string;
12
12
  };
13
13
  export type SystemDirectoryResponse = SystemDirectory;
14
- export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openbox/shared-types",
3
- "version": "0.2.37",
3
+ "version": "0.2.39",
4
4
  "description": "Shared Types for Openbox Cloud. ",
5
5
  "types": "lib/index.d.js",
6
6
  "main": "lib/index.js",
@@ -27,20 +27,20 @@ export type Customers = {
27
27
  duiIssuedDate?: Date
28
28
  duiExpirationDate?: Date
29
29
  nitIssuedDate?: Date
30
- customerTaxerType: SystemTaxerTypesGetSingleResponse
30
+ type: SystemSellingTypeGetSingleResponse
31
31
  personType: SystemPersonTypeGetSingleResponse
32
- customerType: SystemSellingTypeGetSingleResponse
33
- customerTypeNatural: SystemNaturalTypesGetSingleResponse
32
+ personTypeNatural: SystemNaturalTypesGetSingleResponse
33
+ taxerType: SystemTaxerTypesGetSingleResponse
34
34
  branch?: CustomersBranchesResponse
35
35
  }
36
36
  export type CustomersRequest = Omit<
37
37
  Customers,
38
- 'id' | 'customerTaxerType' | 'personType' | 'customerType' | 'customerTypeNatural' | 'branch'
38
+ 'id' | 'taxerType' | 'personType' | 'type' | 'personTypeNatural' | 'branch'
39
39
  > & {
40
- customerTaxerType: number
40
+ taxerType: number
41
41
  personType: number
42
- customerType: number
43
- customerTypeNatural: number
42
+ type: number
43
+ personTypeNatural: number
44
44
  branch: CustomersBranchesCreateSingleRequest
45
45
  }
46
46
  export type CustomersResponse = Customers
@@ -0,0 +1,5 @@
1
+ import { CustomersPersonTypeGetSingleResponse } from '../GetSingle/Response'
2
+
3
+ export type CustomersPersonTypeGetManyResponse = {
4
+ data: Array<CustomersPersonTypeGetSingleResponse>
5
+ }
@@ -0,0 +1,3 @@
1
+ import { CustomersPersonTypeResponse } from '../customers.person-type.types'
2
+
3
+ export type CustomersPersonTypeGetSingleResponse = CustomersPersonTypeResponse
@@ -0,0 +1,6 @@
1
+ import { SystemPersonTypes } from '../../system/PersonTypes/system.person-types.types'
2
+
3
+ export type CustomersPersonType = SystemPersonTypes
4
+
5
+ export type CustomersPersonTypeRequest = Omit<CustomersPersonType, 'id'>
6
+ export type CustomersPersonTypeResponse = CustomersPersonType
@@ -0,0 +1,5 @@
1
+ import { CustomersPersonTypeNaturalGetSingleResponse } from '../GetSingle/Response'
2
+
3
+ export type CustomersPersonTypeNaturalGetManyResponse = {
4
+ data: Array<CustomersPersonTypeNaturalGetSingleResponse>
5
+ }
@@ -0,0 +1,3 @@
1
+ import { CustomersPersonTypeNaturalResponse } from '../customers.person-type-natural.types'
2
+
3
+ export type CustomersPersonTypeNaturalGetSingleResponse = CustomersPersonTypeNaturalResponse
@@ -0,0 +1,6 @@
1
+ import { SystemNaturalTypes } from '../../system/NaturalTypes/system.natural-types.types'
2
+
3
+ export type CustomersPersonTypeNatural = SystemNaturalTypes
4
+
5
+ export type CustomersPersonTypeNaturalRequest = Omit<CustomersPersonTypeNatural, 'id'>
6
+ export type CustomersPersonTypeNaturalResponse = CustomersPersonTypeNatural
@@ -0,0 +1,2 @@
1
+ export * from './GetMany/Response'
2
+ export * from './GetSingle/Response'
@@ -0,0 +1,5 @@
1
+ import { CustomersTypeGetSingleResponse } from '../GetSingle/Response'
2
+
3
+ export type CustomersTypeGetManyResponse = {
4
+ data: Array<CustomersTypeGetSingleResponse>
5
+ }
@@ -0,0 +1,3 @@
1
+ import { CustomersTypeResponse } from '../customers.type.types'
2
+
3
+ export type CustomersTypeGetSingleResponse = CustomersTypeResponse
@@ -0,0 +1,6 @@
1
+ import { SystemSellingTypes } from '../../system/SellingTypes/system.selling-types.types'
2
+
3
+ export type CustomersType = SystemSellingTypes
4
+
5
+ export type CustomersTypeRequest = Omit<CustomersType, 'id'>
6
+ export type CustomersTypeResponse = CustomersType
@@ -0,0 +1,2 @@
1
+ export * from './GetMany/Response'
2
+ export * from './GetSingle/Response'
@@ -1,3 +1,3 @@
1
1
  export * from './Branches'
2
2
  export * from './Customers'
3
- export * from './PersonTypes'
3
+ export * from './PersonType'
@@ -1,7 +1,6 @@
1
1
  import { GetManyRequest } from '../../../interfaces'
2
- import { SystemDirectoryType } from '../system.directory.types'
3
2
 
4
3
  export type SystemDirectoryGetManyRequest = GetManyRequest & {
5
- types?: Array<SystemDirectoryType>
4
+ types?: Array<string>
6
5
  hasWhatsapp?: boolean
7
6
  }
@@ -1,6 +1,6 @@
1
1
  export type SystemDirectoryType = 'phone' | 'cellphone' | 'email'
2
2
 
3
- type SystemDirectoryEntityType =
3
+ export type SystemDirectoryEntityType =
4
4
  | 'warehouse'
5
5
  | 'company'
6
6
  | 'customer'
@@ -1,4 +0,0 @@
1
- import { CustomersPersonTypesGetSingleResponse } from '../GetSingle/Response';
2
- export type CustomersPersonTypesGetManyResponse = {
3
- data: Array<CustomersPersonTypesGetSingleResponse>;
4
- };
@@ -1 +0,0 @@
1
- {"version":3,"file":"Response.js","sourceRoot":"","sources":["../../../../src/customers/PersonTypes/GetMany/Response.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- import { CustomersPersonTypesResponse } from '../customers.person-types.types';
2
- export type CustomersPersonTypesGetSingleResponse = CustomersPersonTypesResponse;
@@ -1 +0,0 @@
1
- {"version":3,"file":"Response.js","sourceRoot":"","sources":["../../../../src/customers/PersonTypes/GetSingle/Response.ts"],"names":[],"mappings":""}
@@ -1,4 +0,0 @@
1
- import { SystemPersonTypes } from '../../system/PersonTypes/system.person-types.types';
2
- export type CustomersPersonTypes = SystemPersonTypes;
3
- export type CustomersPersonTypesRequest = Omit<CustomersPersonTypes, 'id'>;
4
- export type CustomersPersonTypesResponse = CustomersPersonTypes;
@@ -1 +0,0 @@
1
- {"version":3,"file":"customers.person-types.types.js","sourceRoot":"","sources":["../../../src/customers/PersonTypes/customers.person-types.types.ts"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/customers/PersonTypes/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,qDAAkC;AAClC,uDAAoC"}
@@ -1,5 +0,0 @@
1
- import { CustomersPersonTypesGetSingleResponse } from '../GetSingle/Response'
2
-
3
- export type CustomersPersonTypesGetManyResponse = {
4
- data: Array<CustomersPersonTypesGetSingleResponse>
5
- }
@@ -1,3 +0,0 @@
1
- import { CustomersPersonTypesResponse } from '../customers.person-types.types'
2
-
3
- export type CustomersPersonTypesGetSingleResponse = CustomersPersonTypesResponse
@@ -1,6 +0,0 @@
1
- import { SystemPersonTypes } from '../../system/PersonTypes/system.person-types.types'
2
-
3
- export type CustomersPersonTypes = SystemPersonTypes
4
-
5
- export type CustomersPersonTypesRequest = Omit<CustomersPersonTypes, 'id'>
6
- export type CustomersPersonTypesResponse = CustomersPersonTypes