@wenex/sdk 1.2.4 → 1.2.6

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 (107) hide show
  1. package/common/core/action.d.ts +1 -0
  2. package/common/core/action.js +1 -0
  3. package/common/core/action.js.map +1 -1
  4. package/common/core/collection.d.ts +1 -1
  5. package/common/core/enums/collection.enum.d.ts +4 -0
  6. package/common/core/enums/collection.enum.js +4 -0
  7. package/common/core/enums/collection.enum.js.map +1 -1
  8. package/common/core/interfaces/elastic/index.d.ts +2 -0
  9. package/common/core/interfaces/elastic/index.js +19 -0
  10. package/common/core/interfaces/elastic/index.js.map +1 -0
  11. package/common/core/interfaces/elastic/request.interface.d.ts +11 -0
  12. package/common/core/interfaces/elastic/request.interface.js +3 -0
  13. package/common/core/interfaces/elastic/request.interface.js.map +1 -0
  14. package/common/core/interfaces/elastic/response.interface.d.ts +19 -0
  15. package/common/core/interfaces/elastic/response.interface.js +3 -0
  16. package/common/core/interfaces/elastic/response.interface.js.map +1 -0
  17. package/common/core/resource.d.ts +4 -0
  18. package/common/core/resource.js +4 -0
  19. package/common/core/resource.js.map +1 -1
  20. package/common/core/scope.d.ts +15 -0
  21. package/common/core/scope.js +15 -0
  22. package/common/core/scope.js.map +1 -1
  23. package/common/core/stat.d.ts +12 -0
  24. package/common/core/stat.js +12 -0
  25. package/common/core/stat.js.map +1 -1
  26. package/common/enums/career/customers/index.d.ts +1 -0
  27. package/common/enums/career/customers/index.js +18 -0
  28. package/common/enums/career/customers/index.js.map +1 -0
  29. package/common/enums/career/customers/type.enum.d.ts +6 -0
  30. package/common/enums/career/customers/type.enum.js +11 -0
  31. package/common/enums/career/customers/type.enum.js.map +1 -0
  32. package/common/enums/career/index.d.ts +4 -0
  33. package/common/enums/career/index.js +4 -0
  34. package/common/enums/career/index.js.map +1 -1
  35. package/common/enums/career/products/feature-type.enum.d.ts +7 -0
  36. package/common/enums/career/products/feature-type.enum.js +12 -0
  37. package/common/enums/career/products/feature-type.enum.js.map +1 -0
  38. package/common/enums/career/products/index.d.ts +1 -0
  39. package/common/enums/career/products/index.js +18 -0
  40. package/common/enums/career/products/index.js.map +1 -0
  41. package/common/enums/career/stocks/index.d.ts +1 -0
  42. package/common/enums/career/stocks/index.js +18 -0
  43. package/common/enums/career/stocks/index.js.map +1 -0
  44. package/common/enums/career/stocks/type.enum.d.ts +9 -0
  45. package/common/enums/career/stocks/type.enum.js +14 -0
  46. package/common/enums/career/stocks/type.enum.js.map +1 -0
  47. package/common/enums/career/stores/fork.enum.d.ts +4 -0
  48. package/common/enums/career/stores/fork.enum.js +9 -0
  49. package/common/enums/career/stores/fork.enum.js.map +1 -0
  50. package/common/enums/career/stores/index.d.ts +2 -0
  51. package/common/enums/career/stores/index.js +19 -0
  52. package/common/enums/career/stores/index.js.map +1 -0
  53. package/common/enums/career/stores/type.enum.d.ts +8 -0
  54. package/common/enums/career/stores/type.enum.js +13 -0
  55. package/common/enums/career/stores/type.enum.js.map +1 -0
  56. package/common/enums/context/configs/key.enum.d.ts +4 -0
  57. package/common/enums/context/configs/key.enum.js +4 -0
  58. package/common/enums/context/configs/key.enum.js.map +1 -1
  59. package/common/interfaces/career/customers/customer.interface.d.ts +24 -0
  60. package/common/interfaces/career/customers/customer.interface.js +3 -0
  61. package/common/interfaces/career/customers/customer.interface.js.map +1 -0
  62. package/common/interfaces/career/customers/index.d.ts +1 -0
  63. package/common/interfaces/career/customers/index.js +18 -0
  64. package/common/interfaces/career/customers/index.js.map +1 -0
  65. package/common/interfaces/career/index.d.ts +4 -0
  66. package/common/interfaces/career/index.js +4 -0
  67. package/common/interfaces/career/index.js.map +1 -1
  68. package/common/interfaces/career/products/feature.interface.d.ts +8 -0
  69. package/common/interfaces/career/products/feature.interface.js +3 -0
  70. package/common/interfaces/career/products/feature.interface.js.map +1 -0
  71. package/common/interfaces/career/products/index.d.ts +2 -0
  72. package/common/interfaces/career/products/index.js +19 -0
  73. package/common/interfaces/career/products/index.js.map +1 -0
  74. package/common/interfaces/career/products/product.interface.d.ts +25 -0
  75. package/common/interfaces/career/products/product.interface.js +3 -0
  76. package/common/interfaces/career/products/product.interface.js.map +1 -0
  77. package/common/interfaces/career/stocks/index.d.ts +1 -0
  78. package/common/interfaces/career/stocks/index.js +18 -0
  79. package/common/interfaces/career/stocks/index.js.map +1 -0
  80. package/common/interfaces/career/stocks/stock.interface.d.ts +28 -0
  81. package/common/interfaces/career/stocks/stock.interface.js +3 -0
  82. package/common/interfaces/career/stocks/stock.interface.js.map +1 -0
  83. package/common/interfaces/career/stores/index.d.ts +1 -0
  84. package/common/interfaces/career/stores/index.js +18 -0
  85. package/common/interfaces/career/stores/index.js.map +1 -0
  86. package/common/interfaces/career/stores/store.interface.d.ts +24 -0
  87. package/common/interfaces/career/stores/store.interface.js +3 -0
  88. package/common/interfaces/career/stores/store.interface.js.map +1 -0
  89. package/package.json +2 -1
  90. package/services/career/customers.service.d.ts +8 -0
  91. package/services/career/customers.service.js +15 -0
  92. package/services/career/customers.service.js.map +1 -0
  93. package/services/career/index.d.ts +16 -0
  94. package/services/career/index.js +20 -0
  95. package/services/career/index.js.map +1 -1
  96. package/services/career/products.service.d.ts +13 -0
  97. package/services/career/products.service.js +25 -0
  98. package/services/career/products.service.js.map +1 -0
  99. package/services/career/stocks.service.d.ts +8 -0
  100. package/services/career/stocks.service.js +15 -0
  101. package/services/career/stocks.service.js.map +1 -0
  102. package/services/career/stores.service.d.ts +8 -0
  103. package/services/career/stores.service.js +15 -0
  104. package/services/career/stores.service.js.map +1 -0
  105. package/services/conjoint/messages.service.d.ts +5 -0
  106. package/services/conjoint/messages.service.js +10 -0
  107. package/services/conjoint/messages.service.js.map +1 -1
@@ -0,0 +1,8 @@
1
+ export declare enum StoreType {
2
+ RETAIL = "RETAIL",
3
+ WHOLESALE = "WHOLESALE",
4
+ FRANCHISE = "FRANCHISE",
5
+ MARKETPLACE = "MARKETPLACE",
6
+ DISTRIBUTOR = "DISTRIBUTOR",
7
+ DROPSHIPPING = "DROPSHIPPING"
8
+ }
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.StoreType = void 0;
4
+ var StoreType;
5
+ (function (StoreType) {
6
+ StoreType["RETAIL"] = "RETAIL";
7
+ StoreType["WHOLESALE"] = "WHOLESALE";
8
+ StoreType["FRANCHISE"] = "FRANCHISE";
9
+ StoreType["MARKETPLACE"] = "MARKETPLACE";
10
+ StoreType["DISTRIBUTOR"] = "DISTRIBUTOR";
11
+ StoreType["DROPSHIPPING"] = "DROPSHIPPING";
12
+ })(StoreType || (exports.StoreType = StoreType = {}));
13
+ //# sourceMappingURL=type.enum.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"type.enum.js","sourceRoot":"","sources":["../../../../src/common/enums/career/stores/type.enum.ts"],"names":[],"mappings":";;;AAAA,IAAY,SAOX;AAPD,WAAY,SAAS;IACnB,8BAAiB,CAAA;IACjB,oCAAuB,CAAA;IACvB,oCAAuB,CAAA;IACvB,wCAA2B,CAAA;IAC3B,wCAA2B,CAAA;IAC3B,0CAA6B,CAAA;AAC/B,CAAC,EAPW,SAAS,yBAAT,SAAS,QAOpB"}
@@ -40,8 +40,12 @@ export declare enum ConfigKey {
40
40
  ConjointChannels = "conjoint/channels",
41
41
  ConjointContacts = "conjoint/contacts",
42
42
  ConjointMessages = "conjoint/messages",
43
+ CareerStocks = "career/stocks",
44
+ CareerStores = "career/stores",
45
+ CareerProducts = "career/products",
43
46
  CareerBranches = "career/branches",
44
47
  CareerServices = "career/services",
48
+ CareerCustomers = "career/customers",
45
49
  CareerEmployees = "career/employees",
46
50
  CareerBusinesses = "career/businesses"
47
51
  }
@@ -60,8 +60,12 @@ var ConfigKey;
60
60
  ConfigKey["ConjointContacts"] = "conjoint/contacts";
61
61
  ConfigKey["ConjointMessages"] = "conjoint/messages";
62
62
  // Career
63
+ ConfigKey["CareerStocks"] = "career/stocks";
64
+ ConfigKey["CareerStores"] = "career/stores";
65
+ ConfigKey["CareerProducts"] = "career/products";
63
66
  ConfigKey["CareerBranches"] = "career/branches";
64
67
  ConfigKey["CareerServices"] = "career/services";
68
+ ConfigKey["CareerCustomers"] = "career/customers";
65
69
  ConfigKey["CareerEmployees"] = "career/employees";
66
70
  ConfigKey["CareerBusinesses"] = "career/businesses";
67
71
  })(ConfigKey || (exports.ConfigKey = ConfigKey = {}));
@@ -1 +1 @@
1
- {"version":3,"file":"key.enum.js","sourceRoot":"","sources":["../../../../src/common/enums/context/configs/key.enum.ts"],"names":[],"mappings":";;;AAGA,IAAY,SA4EX;AA5ED,WAAY,SAAS;IACnB,0BAAa,CAAA;IACb,0BAAa,CAAA;IAEb,2DAA2D;IAC3D,wDAAwD;IACxD,2DAA2D;IAE3D,OAAO;IACP,uCAA0B,CAAA;IAE1B,SAAS;IACT,uCAA0B,CAAA;IAC1B,6CAAgC,CAAA;IAEhC,UAAU;IACV,+CAAkC,CAAA;IAClC,iDAAoC,CAAA;IAEpC,WAAW;IACX,6CAAgC,CAAA;IAChC,mDAAsC,CAAA;IACtC,mDAAsC,CAAA;IAEtC,YAAY;IACZ,+CAAkC,CAAA;IAClC,0DAA6C,CAAA;IAE7C,YAAY;IACZ,mDAAsC,CAAA;IACtC,qDAAwC,CAAA;IACxC,qDAAwC,CAAA;IACxC,yDAA4C,CAAA;IAC5C,6DAAgD,CAAA;IAEhD,UAAU;IACV,6CAAgC,CAAA;IAChC,mDAAsC,CAAA;IACtC,mDAAsC,CAAA;IACtC,qDAAwC,CAAA;IAExC,UAAU;IACV,2CAA8B,CAAA;IAC9B,2CAA8B,CAAA;IAE9B,QAAQ;IACR,yCAA4B,CAAA;IAC5B,qCAAwB,CAAA;IACxB,yCAA4B,CAAA;IAC5B,2CAA8B,CAAA;IAC9B,wDAA2C,CAAA;IAE3C,UAAU;IACV,2CAA8B,CAAA;IAC9B,2CAA8B,CAAA;IAC9B,+CAAkC,CAAA;IAElC,WAAW;IACX,iDAAoC,CAAA;IACpC,iDAAoC,CAAA;IACpC,iDAAoC,CAAA;IACpC,mDAAsC,CAAA;IACtC,qDAAwC,CAAA;IAExC,WAAW;IACX,iDAAoC,CAAA;IACpC,mDAAsC,CAAA;IACtC,mDAAsC,CAAA;IACtC,mDAAsC,CAAA;IACtC,mDAAsC,CAAA;IAEtC,SAAS;IACT,+CAAkC,CAAA;IAClC,+CAAkC,CAAA;IAClC,iDAAoC,CAAA;IACpC,mDAAsC,CAAA;AACxC,CAAC,EA5EW,SAAS,yBAAT,SAAS,QA4EpB"}
1
+ {"version":3,"file":"key.enum.js","sourceRoot":"","sources":["../../../../src/common/enums/context/configs/key.enum.ts"],"names":[],"mappings":";;;AAGA,IAAY,SAgFX;AAhFD,WAAY,SAAS;IACnB,0BAAa,CAAA;IACb,0BAAa,CAAA;IAEb,2DAA2D;IAC3D,wDAAwD;IACxD,2DAA2D;IAE3D,OAAO;IACP,uCAA0B,CAAA;IAE1B,SAAS;IACT,uCAA0B,CAAA;IAC1B,6CAAgC,CAAA;IAEhC,UAAU;IACV,+CAAkC,CAAA;IAClC,iDAAoC,CAAA;IAEpC,WAAW;IACX,6CAAgC,CAAA;IAChC,mDAAsC,CAAA;IACtC,mDAAsC,CAAA;IAEtC,YAAY;IACZ,+CAAkC,CAAA;IAClC,0DAA6C,CAAA;IAE7C,YAAY;IACZ,mDAAsC,CAAA;IACtC,qDAAwC,CAAA;IACxC,qDAAwC,CAAA;IACxC,yDAA4C,CAAA;IAC5C,6DAAgD,CAAA;IAEhD,UAAU;IACV,6CAAgC,CAAA;IAChC,mDAAsC,CAAA;IACtC,mDAAsC,CAAA;IACtC,qDAAwC,CAAA;IAExC,UAAU;IACV,2CAA8B,CAAA;IAC9B,2CAA8B,CAAA;IAE9B,QAAQ;IACR,yCAA4B,CAAA;IAC5B,qCAAwB,CAAA;IACxB,yCAA4B,CAAA;IAC5B,2CAA8B,CAAA;IAC9B,wDAA2C,CAAA;IAE3C,UAAU;IACV,2CAA8B,CAAA;IAC9B,2CAA8B,CAAA;IAC9B,+CAAkC,CAAA;IAElC,WAAW;IACX,iDAAoC,CAAA;IACpC,iDAAoC,CAAA;IACpC,iDAAoC,CAAA;IACpC,mDAAsC,CAAA;IACtC,qDAAwC,CAAA;IAExC,WAAW;IACX,iDAAoC,CAAA;IACpC,mDAAsC,CAAA;IACtC,mDAAsC,CAAA;IACtC,mDAAsC,CAAA;IACtC,mDAAsC,CAAA;IAEtC,SAAS;IACT,2CAA8B,CAAA;IAC9B,2CAA8B,CAAA;IAC9B,+CAAkC,CAAA;IAClC,+CAAkC,CAAA;IAClC,+CAAkC,CAAA;IAClC,iDAAoC,CAAA;IACpC,iDAAoC,CAAA;IACpC,mDAAsC,CAAA;AACxC,CAAC,EAhFW,SAAS,yBAAT,SAAS,QAgFpB"}
@@ -0,0 +1,24 @@
1
+ import type { Document } from 'mongoose';
2
+ import { Status } from '../../../core/enums';
3
+ import { Core, Dto } from '../../../core/interfaces';
4
+ import { CustomerType, LocationRange } from '../../../enums/career';
5
+ export interface Customer<Properties extends object = object> extends Core<Properties> {
6
+ type: CustomerType;
7
+ range?: LocationRange;
8
+ profile?: string;
9
+ branch?: string;
10
+ business: string;
11
+ location?: string;
12
+ addresses?: string[];
13
+ stores?: string[];
14
+ services?: string[];
15
+ employees?: string[];
16
+ status?: Status;
17
+ rate: number;
18
+ votes?: number;
19
+ rating?: number;
20
+ documents?: string[];
21
+ certifications?: string[];
22
+ }
23
+ export type CustomerDoc<Properties extends object = object> = Customer<Properties> & Document;
24
+ export type CustomerDto<Properties extends object = object> = Dto<Customer<Properties>, 'rate'>;
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=customer.interface.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"customer.interface.js","sourceRoot":"","sources":["../../../../src/common/interfaces/career/customers/customer.interface.ts"],"names":[],"mappings":""}
@@ -0,0 +1 @@
1
+ export * from './customer.interface';
@@ -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("./customer.interface"), exports);
18
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/common/interfaces/career/customers/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,uDAAqC"}
@@ -1,4 +1,8 @@
1
1
  export * from './branches';
2
+ export * from './customers';
2
3
  export * from './businesses';
3
4
  export * from './employees';
5
+ export * from './products';
4
6
  export * from './services';
7
+ export * from './stocks';
8
+ export * from './stores';
@@ -15,7 +15,11 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./branches"), exports);
18
+ __exportStar(require("./customers"), exports);
18
19
  __exportStar(require("./businesses"), exports);
19
20
  __exportStar(require("./employees"), exports);
21
+ __exportStar(require("./products"), exports);
20
22
  __exportStar(require("./services"), exports);
23
+ __exportStar(require("./stocks"), exports);
24
+ __exportStar(require("./stores"), exports);
21
25
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/common/interfaces/career/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,6CAA2B;AAC3B,+CAA6B;AAC7B,8CAA4B;AAC5B,6CAA2B"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/common/interfaces/career/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,6CAA2B;AAC3B,8CAA4B;AAC5B,+CAA6B;AAC7B,8CAA4B;AAC5B,6CAA2B;AAC3B,6CAA2B;AAC3B,2CAAyB;AACzB,2CAAyB"}
@@ -0,0 +1,8 @@
1
+ import { ProductFeatureType } from '../../../enums/career';
2
+ import { Core, Dto } from '../../../core/interfaces';
3
+ export interface ProductFeature<Properties extends object = object> extends Core<Properties> {
4
+ type: ProductFeatureType;
5
+ title: string;
6
+ value: boolean | number | string;
7
+ }
8
+ export type ProductFeatureDto<Properties extends object = object> = Dto<ProductFeature<Properties>>;
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=feature.interface.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"feature.interface.js","sourceRoot":"","sources":["../../../../src/common/interfaces/career/products/feature.interface.ts"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export * from './feature.interface';
2
+ export * from './product.interface';
@@ -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("./feature.interface"), exports);
18
+ __exportStar(require("./product.interface"), exports);
19
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/common/interfaces/career/products/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,sDAAoC;AACpC,sDAAoC"}
@@ -0,0 +1,25 @@
1
+ import type { Document } from 'mongoose';
2
+ import { State } from '../../../core/enums';
3
+ import { Core, Dto, NesteDto } from '../../../core/interfaces';
4
+ import { ProductFeature, ProductFeatureDto } from './feature.interface';
5
+ export interface Product<Properties extends object = object> extends Core<Properties> {
6
+ name: string;
7
+ alias?: string;
8
+ state?: State;
9
+ store?: string;
10
+ branch?: string;
11
+ business?: string;
12
+ brand?: string;
13
+ content?: string;
14
+ cover?: string;
15
+ gallery?: string[];
16
+ categories?: string[];
17
+ rate: number;
18
+ votes?: number;
19
+ rating?: number;
20
+ features?: ProductFeature[];
21
+ }
22
+ export type ProductDoc<Properties extends object = object> = Product<Properties> & Document;
23
+ export type ProductDto<Properties extends object = object> = NesteDto<Dto<Product<Properties>, 'rate'>, {
24
+ features?: ProductFeatureDto[];
25
+ }>;
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=product.interface.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"product.interface.js","sourceRoot":"","sources":["../../../../src/common/interfaces/career/products/product.interface.ts"],"names":[],"mappings":""}
@@ -0,0 +1 @@
1
+ export * from './stock.interface';
@@ -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("./stock.interface"), exports);
18
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/common/interfaces/career/stocks/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,oDAAkC"}
@@ -0,0 +1,28 @@
1
+ import type { Document } from 'mongoose';
2
+ import { StockType } from '../../../enums/career';
3
+ import { State, Status } from '../../../core/enums';
4
+ import { Core, Dto } from '../../../core/interfaces';
5
+ export interface Stock<Properties extends object = object> extends Core<Properties> {
6
+ type: StockType;
7
+ name?: string;
8
+ state?: State;
9
+ status?: Status;
10
+ product: string;
11
+ feature?: string;
12
+ store?: string;
13
+ branch?: string;
14
+ business?: string;
15
+ capacity?: number;
16
+ inventory: number;
17
+ place?: string;
18
+ position?: string;
19
+ location?: string;
20
+ threshold?: number;
21
+ currency?: string;
22
+ unit?: string;
23
+ price?: number;
24
+ profit?: number;
25
+ discount?: number;
26
+ }
27
+ export type StockDoc<Properties extends object = object> = Stock<Properties> & Document;
28
+ export type StockDto<Properties extends object = object> = Dto<Stock<Properties>>;
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=stock.interface.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"stock.interface.js","sourceRoot":"","sources":["../../../../src/common/interfaces/career/stocks/stock.interface.ts"],"names":[],"mappings":""}
@@ -0,0 +1 @@
1
+ export * from './store.interface';
@@ -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("./store.interface"), exports);
18
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/common/interfaces/career/stores/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,oDAAkC"}
@@ -0,0 +1,24 @@
1
+ import type { Document } from 'mongoose';
2
+ import { Core, Dto } from '../../../core/interfaces';
3
+ import { State, Status } from '../../../core/enums';
4
+ import { LocationRange, StoreFork, StoreType } from '../../../enums/career';
5
+ export interface Store<Properties extends object = object> extends Core<Properties> {
6
+ name: string;
7
+ type: StoreType;
8
+ fork: StoreFork;
9
+ range?: LocationRange;
10
+ state?: State;
11
+ status: Status;
12
+ parent?: string;
13
+ manager?: string;
14
+ business: string;
15
+ categories?: string[];
16
+ rate: number;
17
+ votes?: number;
18
+ rating?: number;
19
+ phone?: string;
20
+ address?: string;
21
+ location?: string;
22
+ }
23
+ export type StoreDoc<Properties extends object = object> = Store<Properties> & Document;
24
+ export type StoreDto<Properties extends object = object> = Dto<Store<Properties>, 'rate'>;
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=store.interface.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"store.interface.js","sourceRoot":"","sources":["../../../../src/common/interfaces/career/stores/store.interface.ts"],"names":[],"mappings":""}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wenex/sdk",
3
- "version": "1.2.4",
3
+ "version": "1.2.6",
4
4
  "description": "Wenex SDK",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
@@ -69,6 +69,7 @@
69
69
  "rxjs": "^7.8.1"
70
70
  },
71
71
  "devDependencies": {
72
+ "@elastic/elasticsearch": "^8.18.2",
72
73
  "@eslint/js": "^9.17.0",
73
74
  "@types/debug": "^4.1.12",
74
75
  "@types/geojson": "^7946.0.15",
@@ -0,0 +1,8 @@
1
+ import type { AxiosInstance } from 'axios';
2
+ import { RestfulService } from '../../common/core/classes';
3
+ import { Customer, CustomerDto } from '../../common/interfaces/career';
4
+ export declare class CustomersService<Properties extends object = object> extends RestfulService<Customer<Properties>, CustomerDto<Properties>> {
5
+ protected axios: AxiosInstance;
6
+ constructor(axios: AxiosInstance);
7
+ static build<Properties extends object = object>(axios: AxiosInstance): CustomersService<Properties>;
8
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CustomersService = void 0;
4
+ const classes_1 = require("../../common/core/classes");
5
+ class CustomersService extends classes_1.RestfulService {
6
+ constructor(axios) {
7
+ super('career/customers', axios);
8
+ this.axios = axios;
9
+ }
10
+ static build(axios) {
11
+ return new CustomersService(axios);
12
+ }
13
+ }
14
+ exports.CustomersService = CustomersService;
15
+ //# sourceMappingURL=customers.service.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"customers.service.js","sourceRoot":"","sources":["../../src/services/career/customers.service.ts"],"names":[],"mappings":";;;AAEA,uDAA2D;AAG3D,MAAa,gBAAqD,SAAQ,wBAGzE;IACC,YAAsB,KAAoB;QACxC,KAAK,CAAC,kBAAkB,EAAE,KAAK,CAAC,CAAC;QADb,UAAK,GAAL,KAAK,CAAe;IAE1C,CAAC;IAED,MAAM,CAAC,KAAK,CAAqC,KAAoB;QACnE,OAAO,IAAI,gBAAgB,CAAa,KAAK,CAAC,CAAC;IACjD,CAAC;CACF;AAXD,4CAWC"}
@@ -1,22 +1,38 @@
1
1
  import type { AxiosInstance } from 'axios';
2
+ import { StocksService } from './stocks.service';
3
+ import { StoresService } from './stores.service';
4
+ import { ProductsService } from './products.service';
2
5
  import { BranchesService } from './branches.service';
3
6
  import { ServicesService } from './services.service';
4
7
  import { EmployeesService } from './employees.service';
8
+ import { CustomersService } from './customers.service';
5
9
  import { BusinessesService } from './businesses.service';
10
+ export * from './stocks.service';
11
+ export * from './stores.service';
12
+ export * from './products.service';
6
13
  export * from './branches.service';
7
14
  export * from './services.service';
8
15
  export * from './employees.service';
16
+ export * from './customers.service';
9
17
  export * from './businesses.service';
10
18
  export declare class Client<Properties extends object = object> {
11
19
  readonly axios: AxiosInstance;
20
+ protected _stocks?: StocksService<Properties>;
21
+ protected _stores?: StoresService<Properties>;
22
+ protected _products?: ProductsService<Properties>;
12
23
  protected _branches?: BranchesService<Properties>;
13
24
  protected _services?: ServicesService<Properties>;
14
25
  protected _employees?: EmployeesService<Properties>;
26
+ protected _customers?: CustomersService<Properties>;
15
27
  protected _businesses?: BusinessesService<Properties>;
16
28
  constructor(axios: AxiosInstance);
29
+ get stocks(): StocksService<Properties>;
30
+ get stores(): StoresService<Properties>;
31
+ get products(): ProductsService<Properties>;
17
32
  get branches(): BranchesService<Properties>;
18
33
  get services(): ServicesService<Properties>;
19
34
  get employees(): EmployeesService<Properties>;
35
+ get customers(): CustomersService<Properties>;
20
36
  get businesses(): BusinessesService<Properties>;
21
37
  static build<Properties extends object = object>(axios: AxiosInstance): Client<Properties>;
22
38
  }
@@ -15,18 +15,35 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  exports.Client = void 0;
18
+ const stocks_service_1 = require("./stocks.service");
19
+ const stores_service_1 = require("./stores.service");
20
+ const products_service_1 = require("./products.service");
18
21
  const branches_service_1 = require("./branches.service");
19
22
  const services_service_1 = require("./services.service");
20
23
  const employees_service_1 = require("./employees.service");
24
+ const customers_service_1 = require("./customers.service");
21
25
  const businesses_service_1 = require("./businesses.service");
26
+ __exportStar(require("./stocks.service"), exports);
27
+ __exportStar(require("./stores.service"), exports);
28
+ __exportStar(require("./products.service"), exports);
22
29
  __exportStar(require("./branches.service"), exports);
23
30
  __exportStar(require("./services.service"), exports);
24
31
  __exportStar(require("./employees.service"), exports);
32
+ __exportStar(require("./customers.service"), exports);
25
33
  __exportStar(require("./businesses.service"), exports);
26
34
  class Client {
27
35
  constructor(axios) {
28
36
  this.axios = axios;
29
37
  }
38
+ get stocks() {
39
+ return (this._stocks = this._stocks ?? stocks_service_1.StocksService.build(this.axios));
40
+ }
41
+ get stores() {
42
+ return (this._stores = this._stores ?? stores_service_1.StoresService.build(this.axios));
43
+ }
44
+ get products() {
45
+ return (this._products = this._products ?? products_service_1.ProductsService.build(this.axios));
46
+ }
30
47
  get branches() {
31
48
  return (this._branches = this._branches ?? branches_service_1.BranchesService.build(this.axios));
32
49
  }
@@ -36,6 +53,9 @@ class Client {
36
53
  get employees() {
37
54
  return (this._employees = this._employees ?? employees_service_1.EmployeesService.build(this.axios));
38
55
  }
56
+ get customers() {
57
+ return (this._customers = this._customers ?? customers_service_1.CustomersService.build(this.axios));
58
+ }
39
59
  get businesses() {
40
60
  return (this._businesses = this._businesses ?? businesses_service_1.BusinessesService.build(this.axios));
41
61
  }
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/services/career/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAEA,yDAAqD;AACrD,yDAAqD;AACrD,2DAAuD;AACvD,6DAAyD;AAEzD,qDAAmC;AACnC,qDAAmC;AACnC,sDAAoC;AACpC,uDAAqC;AAErC,MAAa,MAAM;IAMjB,YAAqB,KAAoB;QAApB,UAAK,GAAL,KAAK,CAAe;IAAG,CAAC;IAE7C,IAAI,QAAQ;QACV,OAAO,CAAC,IAAI,CAAC,SAAS,GAAG,IAAI,CAAC,SAAS,IAAI,kCAAe,CAAC,KAAK,CAAa,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC;IAC5F,CAAC;IAED,IAAI,QAAQ;QACV,OAAO,CAAC,IAAI,CAAC,SAAS,GAAG,IAAI,CAAC,SAAS,IAAI,kCAAe,CAAC,KAAK,CAAa,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC;IAC5F,CAAC;IAED,IAAI,SAAS;QACX,OAAO,CAAC,IAAI,CAAC,UAAU,GAAG,IAAI,CAAC,UAAU,IAAI,oCAAgB,CAAC,KAAK,CAAa,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC;IAC/F,CAAC;IAED,IAAI,UAAU;QACZ,OAAO,CAAC,IAAI,CAAC,WAAW,GAAG,IAAI,CAAC,WAAW,IAAI,sCAAiB,CAAC,KAAK,CAAa,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC;IAClG,CAAC;IAED,MAAM,CAAC,KAAK,CAAqC,KAAoB;QACnE,OAAO,IAAI,MAAM,CAAa,KAAK,CAAC,CAAC;IACvC,CAAC;CACF;AA3BD,wBA2BC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/services/career/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAEA,qDAAiD;AACjD,qDAAiD;AACjD,yDAAqD;AACrD,yDAAqD;AACrD,yDAAqD;AACrD,2DAAuD;AACvD,2DAAuD;AACvD,6DAAyD;AAEzD,mDAAiC;AACjC,mDAAiC;AACjC,qDAAmC;AACnC,qDAAmC;AACnC,qDAAmC;AACnC,sDAAoC;AACpC,sDAAoC;AACpC,uDAAqC;AAErC,MAAa,MAAM;IAUjB,YAAqB,KAAoB;QAApB,UAAK,GAAL,KAAK,CAAe;IAAG,CAAC;IAE7C,IAAI,MAAM;QACR,OAAO,CAAC,IAAI,CAAC,OAAO,GAAG,IAAI,CAAC,OAAO,IAAI,8BAAa,CAAC,KAAK,CAAa,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC;IACtF,CAAC;IAED,IAAI,MAAM;QACR,OAAO,CAAC,IAAI,CAAC,OAAO,GAAG,IAAI,CAAC,OAAO,IAAI,8BAAa,CAAC,KAAK,CAAa,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC;IACtF,CAAC;IAED,IAAI,QAAQ;QACV,OAAO,CAAC,IAAI,CAAC,SAAS,GAAG,IAAI,CAAC,SAAS,IAAI,kCAAe,CAAC,KAAK,CAAa,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC;IAC5F,CAAC;IAED,IAAI,QAAQ;QACV,OAAO,CAAC,IAAI,CAAC,SAAS,GAAG,IAAI,CAAC,SAAS,IAAI,kCAAe,CAAC,KAAK,CAAa,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC;IAC5F,CAAC;IAED,IAAI,QAAQ;QACV,OAAO,CAAC,IAAI,CAAC,SAAS,GAAG,IAAI,CAAC,SAAS,IAAI,kCAAe,CAAC,KAAK,CAAa,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC;IAC5F,CAAC;IAED,IAAI,SAAS;QACX,OAAO,CAAC,IAAI,CAAC,UAAU,GAAG,IAAI,CAAC,UAAU,IAAI,oCAAgB,CAAC,KAAK,CAAa,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC;IAC/F,CAAC;IAED,IAAI,SAAS;QACX,OAAO,CAAC,IAAI,CAAC,UAAU,GAAG,IAAI,CAAC,UAAU,IAAI,oCAAgB,CAAC,KAAK,CAAa,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC;IAC/F,CAAC;IAED,IAAI,UAAU;QACZ,OAAO,CAAC,IAAI,CAAC,WAAW,GAAG,IAAI,CAAC,WAAW,IAAI,sCAAiB,CAAC,KAAK,CAAa,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC;IAClG,CAAC;IAED,MAAM,CAAC,KAAK,CAAqC,KAAoB;QACnE,OAAO,IAAI,MAAM,CAAa,KAAK,CAAC,CAAC;IACvC,CAAC;CACF;AA/CD,wBA+CC"}
@@ -0,0 +1,13 @@
1
+ import type { AxiosInstance } from 'axios';
2
+ import { Data } from '../../common/core/interfaces';
3
+ import { RestfulService } from '../../common/core/classes';
4
+ import { Filter } from '../../common/core/interfaces/mongo';
5
+ import { Product, ProductDto } from '../../common/interfaces/career';
6
+ import { RequestConfig, ResponseType } from '../../common/core/types';
7
+ import { SearchRequest, SearchResponse } from '../../common/core/interfaces/elastic';
8
+ export declare class ProductsService<Properties extends object = object> extends RestfulService<Product<Properties>, ProductDto<Properties>> {
9
+ protected axios: AxiosInstance;
10
+ constructor(axios: AxiosInstance);
11
+ search<C extends RequestConfig<Product<Properties>> = RequestConfig<Product<Properties>>>(request: SearchRequest, filter: Filter<Product<Properties>>, config?: C): Promise<ResponseType<Data<SearchResponse>, SearchResponse, C>>;
12
+ static build<Properties extends object = object>(axios: AxiosInstance): ProductsService<Properties>;
13
+ }
@@ -0,0 +1,25 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ProductsService = void 0;
4
+ const utils_1 = require("../../common/core/utils");
5
+ const classes_1 = require("../../common/core/classes");
6
+ class ProductsService extends classes_1.RestfulService {
7
+ constructor(axios) {
8
+ super('career/products', axios);
9
+ this.axios = axios;
10
+ }
11
+ async search(request, filter, config) {
12
+ const params = await (0, utils_1.getParams)(config, filter);
13
+ if (!config?.fullResponse) {
14
+ return (await this.post(this.url('search'), request, { ...config, params }))
15
+ .data;
16
+ }
17
+ else
18
+ return (await this.post(this.url('search'), request, { ...config, params }));
19
+ }
20
+ static build(axios) {
21
+ return new ProductsService(axios);
22
+ }
23
+ }
24
+ exports.ProductsService = ProductsService;
25
+ //# sourceMappingURL=products.service.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"products.service.js","sourceRoot":"","sources":["../../src/services/career/products.service.ts"],"names":[],"mappings":";;;AAGA,mDAAoD;AACpD,uDAA2D;AAM3D,MAAa,eAAoD,SAAQ,wBAGxE;IACC,YAAsB,KAAoB;QACxC,KAAK,CAAC,iBAAiB,EAAE,KAAK,CAAC,CAAC;QADZ,UAAK,GAAL,KAAK,CAAe;IAE1C,CAAC;IAED,KAAK,CAAC,MAAM,CACV,OAAsB,EACtB,MAAmC,EACnC,MAAU;QAEV,MAAM,MAAM,GAAG,MAAM,IAAA,iBAAS,EAAC,MAAM,EAAE,MAAM,CAAC,CAAC;QAE/C,IAAI,CAAC,MAAM,EAAE,YAAY,EAAE,CAAC;YAC1B,OAAO,CAAC,MAAM,IAAI,CAAC,IAAI,CAAsC,IAAI,CAAC,GAAG,CAAC,QAAQ,CAAC,EAAE,OAAO,EAAE,EAAE,GAAG,MAAM,EAAE,MAAM,EAAE,CAAC,CAAC;iBAC9G,IAAgB,CAAC;QACtB,CAAC;;YACC,OAAO,CAAC,MAAM,IAAI,CAAC,IAAI,CAAsC,IAAI,CAAC,GAAG,CAAC,QAAQ,CAAC,EAAE,OAAO,EAAE,EAAE,GAAG,MAAM,EAAE,MAAM,EAAE,CAAC,CAAa,CAAC;IAClI,CAAC;IAED,MAAM,CAAC,KAAK,CAAqC,KAAoB;QACnE,OAAO,IAAI,eAAe,CAAa,KAAK,CAAC,CAAC;IAChD,CAAC;CACF;AAzBD,0CAyBC"}
@@ -0,0 +1,8 @@
1
+ import type { AxiosInstance } from 'axios';
2
+ import { RestfulService } from '../../common/core/classes';
3
+ import { Stock, StockDto } from '../../common/interfaces/career';
4
+ export declare class StocksService<Properties extends object = object> extends RestfulService<Stock<Properties>, StockDto<Properties>> {
5
+ protected axios: AxiosInstance;
6
+ constructor(axios: AxiosInstance);
7
+ static build<Properties extends object = object>(axios: AxiosInstance): StocksService<Properties>;
8
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.StocksService = void 0;
4
+ const classes_1 = require("../../common/core/classes");
5
+ class StocksService extends classes_1.RestfulService {
6
+ constructor(axios) {
7
+ super('career/stocks', axios);
8
+ this.axios = axios;
9
+ }
10
+ static build(axios) {
11
+ return new StocksService(axios);
12
+ }
13
+ }
14
+ exports.StocksService = StocksService;
15
+ //# sourceMappingURL=stocks.service.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"stocks.service.js","sourceRoot":"","sources":["../../src/services/career/stocks.service.ts"],"names":[],"mappings":";;;AAEA,uDAA2D;AAG3D,MAAa,aAAkD,SAAQ,wBAAuD;IAC5H,YAAsB,KAAoB;QACxC,KAAK,CAAC,eAAe,EAAE,KAAK,CAAC,CAAC;QADV,UAAK,GAAL,KAAK,CAAe;IAE1C,CAAC;IAED,MAAM,CAAC,KAAK,CAAqC,KAAoB;QACnE,OAAO,IAAI,aAAa,CAAa,KAAK,CAAC,CAAC;IAC9C,CAAC;CACF;AARD,sCAQC"}
@@ -0,0 +1,8 @@
1
+ import type { AxiosInstance } from 'axios';
2
+ import { RestfulService } from '../../common/core/classes';
3
+ import { Store, StoreDto } from '../../common/interfaces/career';
4
+ export declare class StoresService<Properties extends object = object> extends RestfulService<Store<Properties>, StoreDto<Properties>> {
5
+ protected axios: AxiosInstance;
6
+ constructor(axios: AxiosInstance);
7
+ static build<Properties extends object = object>(axios: AxiosInstance): StoresService<Properties>;
8
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.StoresService = void 0;
4
+ const classes_1 = require("../../common/core/classes");
5
+ class StoresService extends classes_1.RestfulService {
6
+ constructor(axios) {
7
+ super('career/stores', axios);
8
+ this.axios = axios;
9
+ }
10
+ static build(axios) {
11
+ return new StoresService(axios);
12
+ }
13
+ }
14
+ exports.StoresService = StoresService;
15
+ //# sourceMappingURL=stores.service.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"stores.service.js","sourceRoot":"","sources":["../../src/services/career/stores.service.ts"],"names":[],"mappings":";;;AAEA,uDAA2D;AAG3D,MAAa,aAAkD,SAAQ,wBAAuD;IAC5H,YAAsB,KAAoB;QACxC,KAAK,CAAC,eAAe,EAAE,KAAK,CAAC,CAAC;QADV,UAAK,GAAL,KAAK,CAAe;IAE1C,CAAC;IAED,MAAM,CAAC,KAAK,CAAqC,KAAoB;QACnE,OAAO,IAAI,aAAa,CAAa,KAAK,CAAC,CAAC;IAC9C,CAAC;CACF;AARD,sCAQC"}