@galop-solutions/autan-types 0.0.32
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/README.md +193 -0
- package/auth/auth.export.d.ts +12 -0
- package/auth/auth.export.d.ts.map +1 -0
- package/auth/auth.export.js +6 -0
- package/auth/auth.export.js.map +1 -0
- package/auth/contracts/activate.contracts.d.ts +4 -0
- package/auth/contracts/activate.contracts.d.ts.map +1 -0
- package/auth/contracts/activate.contracts.js +3 -0
- package/auth/contracts/activate.contracts.js.map +1 -0
- package/auth/contracts/admin-change-password.contract.d.ts +4 -0
- package/auth/contracts/admin-change-password.contract.d.ts.map +1 -0
- package/auth/contracts/admin-change-password.contract.js +3 -0
- package/auth/contracts/admin-change-password.contract.js.map +1 -0
- package/auth/contracts/auth-token.contract.d.ts +9 -0
- package/auth/contracts/auth-token.contract.d.ts.map +1 -0
- package/auth/contracts/auth-token.contract.js +3 -0
- package/auth/contracts/auth-token.contract.js.map +1 -0
- package/auth/contracts/change-password.contract.d.ts +5 -0
- package/auth/contracts/change-password.contract.d.ts.map +1 -0
- package/auth/contracts/change-password.contract.js +3 -0
- package/auth/contracts/change-password.contract.js.map +1 -0
- package/auth/contracts/confirm.contract.d.ts +5 -0
- package/auth/contracts/confirm.contract.d.ts.map +1 -0
- package/auth/contracts/confirm.contract.js +3 -0
- package/auth/contracts/confirm.contract.js.map +1 -0
- package/auth/contracts/login.contract.d.ts +8 -0
- package/auth/contracts/login.contract.d.ts.map +1 -0
- package/auth/contracts/login.contract.js +3 -0
- package/auth/contracts/login.contract.js.map +1 -0
- package/auth/contracts/request-password-reset.contract.d.ts +4 -0
- package/auth/contracts/request-password-reset.contract.d.ts.map +1 -0
- package/auth/contracts/request-password-reset.contract.js +3 -0
- package/auth/contracts/request-password-reset.contract.js.map +1 -0
- package/auth/contracts/resend-confirmation-code.contract.d.ts +4 -0
- package/auth/contracts/resend-confirmation-code.contract.d.ts.map +1 -0
- package/auth/contracts/resend-confirmation-code.contract.js +3 -0
- package/auth/contracts/resend-confirmation-code.contract.js.map +1 -0
- package/auth/contracts/reset-password.contract.d.ts +4 -0
- package/auth/contracts/reset-password.contract.d.ts.map +1 -0
- package/auth/contracts/reset-password.contract.js +3 -0
- package/auth/contracts/reset-password.contract.js.map +1 -0
- package/auth/contracts/signup.contract.d.ts +12 -0
- package/auth/contracts/signup.contract.d.ts.map +1 -0
- package/auth/contracts/signup.contract.js +3 -0
- package/auth/contracts/signup.contract.js.map +1 -0
- package/auth/enum/auth-token-purpose.enum.d.ts +6 -0
- package/auth/enum/auth-token-purpose.enum.d.ts.map +1 -0
- package/auth/enum/auth-token-purpose.enum.js +10 -0
- package/auth/enum/auth-token-purpose.enum.js.map +1 -0
- package/common/common.export.d.ts +4 -0
- package/common/common.export.d.ts.map +1 -0
- package/common/common.export.js +3 -0
- package/common/common.export.js.map +1 -0
- package/common/contracts/address.contract.d.ts +10 -0
- package/common/contracts/address.contract.d.ts.map +1 -0
- package/common/contracts/address.contract.js +3 -0
- package/common/contracts/address.contract.js.map +1 -0
- package/common/contracts/document.contract.d.ts +8 -0
- package/common/contracts/document.contract.d.ts.map +1 -0
- package/common/contracts/document.contract.js +3 -0
- package/common/contracts/document.contract.js.map +1 -0
- package/common/contracts/image.contract.d.ts +6 -0
- package/common/contracts/image.contract.d.ts.map +1 -0
- package/common/contracts/image.contract.js +3 -0
- package/common/contracts/image.contract.js.map +1 -0
- package/configuration/configuration.export.d.ts +4 -0
- package/configuration/configuration.export.d.ts.map +1 -0
- package/configuration/configuration.export.js +6 -0
- package/configuration/configuration.export.js.map +1 -0
- package/configuration/contracts/configuration.contract.d.ts +10 -0
- package/configuration/contracts/configuration.contract.d.ts.map +1 -0
- package/configuration/contracts/configuration.contract.js +3 -0
- package/configuration/contracts/configuration.contract.js.map +1 -0
- package/configuration/contracts/get-configuration.contract.d.ts +5 -0
- package/configuration/contracts/get-configuration.contract.d.ts.map +1 -0
- package/configuration/contracts/get-configuration.contract.js +3 -0
- package/configuration/contracts/get-configuration.contract.js.map +1 -0
- package/configuration/enums/configuration-type.enum.d.ts +18 -0
- package/configuration/enums/configuration-type.enum.d.ts.map +1 -0
- package/configuration/enums/configuration-type.enum.js +22 -0
- package/configuration/enums/configuration-type.enum.js.map +1 -0
- package/export.package.d.ts +8 -0
- package/export.package.d.ts.map +1 -0
- package/export.package.js +24 -0
- package/export.package.js.map +1 -0
- package/file/contracts/file-upload-temp.contract.d.ts +6 -0
- package/file/contracts/file-upload-temp.contract.d.ts.map +1 -0
- package/file/contracts/file-upload-temp.contract.js +3 -0
- package/file/contracts/file-upload-temp.contract.js.map +1 -0
- package/file/file.export.d.ts +2 -0
- package/file/file.export.d.ts.map +1 -0
- package/file/file.export.js +3 -0
- package/file/file.export.js.map +1 -0
- package/offering/contracts/create-offering.contract.d.ts +12 -0
- package/offering/contracts/create-offering.contract.d.ts.map +1 -0
- package/offering/contracts/create-offering.contract.js +3 -0
- package/offering/contracts/create-offering.contract.js.map +1 -0
- package/offering/contracts/get-offering.contract.d.ts +18 -0
- package/offering/contracts/get-offering.contract.d.ts.map +1 -0
- package/offering/contracts/get-offering.contract.js +3 -0
- package/offering/contracts/get-offering.contract.js.map +1 -0
- package/offering/contracts/offering-stats.contract.d.ts +6 -0
- package/offering/contracts/offering-stats.contract.d.ts.map +1 -0
- package/offering/contracts/offering-stats.contract.js +3 -0
- package/offering/contracts/offering-stats.contract.js.map +1 -0
- package/offering/contracts/offering.contract.d.ts +16 -0
- package/offering/contracts/offering.contract.d.ts.map +1 -0
- package/offering/contracts/offering.contract.js +3 -0
- package/offering/contracts/offering.contract.js.map +1 -0
- package/offering/contracts/update-offering.contract.d.ts +12 -0
- package/offering/contracts/update-offering.contract.d.ts.map +1 -0
- package/offering/contracts/update-offering.contract.js +3 -0
- package/offering/contracts/update-offering.contract.js.map +1 -0
- package/offering/offering.export.d.ts +6 -0
- package/offering/offering.export.d.ts.map +1 -0
- package/offering/offering.export.js +3 -0
- package/offering/offering.export.js.map +1 -0
- package/package.json +10 -0
- package/product/contracts/create-product.contract.d.ts +20 -0
- package/product/contracts/create-product.contract.d.ts.map +1 -0
- package/product/contracts/create-product.contract.js +3 -0
- package/product/contracts/create-product.contract.js.map +1 -0
- package/product/contracts/get-product.contract.d.ts +26 -0
- package/product/contracts/get-product.contract.d.ts.map +1 -0
- package/product/contracts/get-product.contract.js +3 -0
- package/product/contracts/get-product.contract.js.map +1 -0
- package/product/contracts/product-stats.contract.d.ts +6 -0
- package/product/contracts/product-stats.contract.d.ts.map +1 -0
- package/product/contracts/product-stats.contract.js +3 -0
- package/product/contracts/product-stats.contract.js.map +1 -0
- package/product/contracts/product.contract.d.ts +49 -0
- package/product/contracts/product.contract.d.ts.map +1 -0
- package/product/contracts/product.contract.js +3 -0
- package/product/contracts/product.contract.js.map +1 -0
- package/product/contracts/update-product.contract.d.ts +20 -0
- package/product/contracts/update-product.contract.d.ts.map +1 -0
- package/product/contracts/update-product.contract.js +3 -0
- package/product/contracts/update-product.contract.js.map +1 -0
- package/product/enum/dimension-type.enum.d.ts +8 -0
- package/product/enum/dimension-type.enum.d.ts.map +1 -0
- package/product/enum/dimension-type.enum.js +12 -0
- package/product/enum/dimension-type.enum.js.map +1 -0
- package/product/product.export.d.ts +7 -0
- package/product/product.export.d.ts.map +1 -0
- package/product/product.export.js +6 -0
- package/product/product.export.js.map +1 -0
- package/user/contracts/company.contract.d.ts +18 -0
- package/user/contracts/company.contract.d.ts.map +1 -0
- package/user/contracts/company.contract.js +3 -0
- package/user/contracts/company.contract.js.map +1 -0
- package/user/contracts/get-profile.contract.d.ts +11 -0
- package/user/contracts/get-profile.contract.d.ts.map +1 -0
- package/user/contracts/get-profile.contract.js +3 -0
- package/user/contracts/get-profile.contract.js.map +1 -0
- package/user/contracts/user.contract.d.ts +14 -0
- package/user/contracts/user.contract.d.ts.map +1 -0
- package/user/contracts/user.contract.js +3 -0
- package/user/contracts/user.contract.js.map +1 -0
- package/user/enums/company-size.enum.d.ts +8 -0
- package/user/enums/company-size.enum.d.ts.map +1 -0
- package/user/enums/company-size.enum.js +12 -0
- package/user/enums/company-size.enum.js.map +1 -0
- package/user/enums/market-type.enum.d.ts +6 -0
- package/user/enums/market-type.enum.d.ts.map +1 -0
- package/user/enums/market-type.enum.js +10 -0
- package/user/enums/market-type.enum.js.map +1 -0
- package/user/enums/user-role.enum.d.ts +7 -0
- package/user/enums/user-role.enum.d.ts.map +1 -0
- package/user/enums/user-role.enum.js +11 -0
- package/user/enums/user-role.enum.js.map +1 -0
- package/user/enums/user-status.enum.d.ts +7 -0
- package/user/enums/user-status.enum.d.ts.map +1 -0
- package/user/enums/user-status.enum.js +11 -0
- package/user/enums/user-status.enum.js.map +1 -0
- package/user/user.export.d.ts +8 -0
- package/user/user.export.d.ts.map +1 -0
- package/user/user.export.js +12 -0
- package/user/user.export.js.map +1 -0
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export declare enum ConfigurationType {
|
|
2
|
+
WOOD_CLASS = "WOOD_CLASS",
|
|
3
|
+
RESOURCE_AVAILABILITY = "RESOURCE_AVAILABILITY",
|
|
4
|
+
DOCUMENT_TYPE = "DOCUMENT_TYPE",
|
|
5
|
+
RENEWABILITY = "RENEWABILITY",
|
|
6
|
+
WORK_PACKAGE_CATEGORY = "WORK_PACKAGE_CATEGORY",
|
|
7
|
+
WORK_PACKAGE_TYPE = "WORK_PACKAGE_TYPE",
|
|
8
|
+
CONCRETE_EXPOSURE_CLASS = "CONCRETE_EXPOSURE_CLASS",
|
|
9
|
+
PRODUCT_TYPE = "PRODUCT_TYPE",
|
|
10
|
+
MATERIAL_TYPE = "MATERIAL_TYPE",
|
|
11
|
+
FIRE_RESISTANCE_CLASS = "FIRE_RESISTANCE_CLASS",
|
|
12
|
+
DIMENSION_TYPE = "DIMENSION_TYPE",
|
|
13
|
+
TECHNICAL_REFERENCE = "TECHNICAL_REFERENCE",
|
|
14
|
+
TECHNIQUE_TYPE = "TECHNIQUE_TYPE",
|
|
15
|
+
DISTINCTIONS = "DISTINCTIONS",
|
|
16
|
+
OFFERING_NAME = "OFFERING_NAME"
|
|
17
|
+
}
|
|
18
|
+
//# sourceMappingURL=configuration-type.enum.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"configuration-type.enum.d.ts","sourceRoot":"","sources":["../../../src/configuration/enums/configuration-type.enum.ts"],"names":[],"mappings":"AAAA,oBAAY,iBAAiB;IAC5B,UAAU,eAAe;IACzB,qBAAqB,0BAA0B;IAC/C,aAAa,kBAAkB;IAC/B,YAAY,iBAAiB;IAC7B,qBAAqB,0BAA0B;IAC/C,iBAAiB,sBAAsB;IACvC,uBAAuB,4BAA4B;IACnD,YAAY,iBAAiB;IAC7B,aAAa,kBAAkB;IAC/B,qBAAqB,0BAA0B;IAC/C,cAAc,mBAAmB;IACjC,mBAAmB,wBAAwB;IAC3C,cAAc,mBAAmB;IACjC,YAAY,iBAAiB;IAC7B,aAAa,kBAAkB;CAC/B"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ConfigurationType = void 0;
|
|
4
|
+
var ConfigurationType;
|
|
5
|
+
(function (ConfigurationType) {
|
|
6
|
+
ConfigurationType["WOOD_CLASS"] = "WOOD_CLASS";
|
|
7
|
+
ConfigurationType["RESOURCE_AVAILABILITY"] = "RESOURCE_AVAILABILITY";
|
|
8
|
+
ConfigurationType["DOCUMENT_TYPE"] = "DOCUMENT_TYPE";
|
|
9
|
+
ConfigurationType["RENEWABILITY"] = "RENEWABILITY";
|
|
10
|
+
ConfigurationType["WORK_PACKAGE_CATEGORY"] = "WORK_PACKAGE_CATEGORY";
|
|
11
|
+
ConfigurationType["WORK_PACKAGE_TYPE"] = "WORK_PACKAGE_TYPE";
|
|
12
|
+
ConfigurationType["CONCRETE_EXPOSURE_CLASS"] = "CONCRETE_EXPOSURE_CLASS";
|
|
13
|
+
ConfigurationType["PRODUCT_TYPE"] = "PRODUCT_TYPE";
|
|
14
|
+
ConfigurationType["MATERIAL_TYPE"] = "MATERIAL_TYPE";
|
|
15
|
+
ConfigurationType["FIRE_RESISTANCE_CLASS"] = "FIRE_RESISTANCE_CLASS";
|
|
16
|
+
ConfigurationType["DIMENSION_TYPE"] = "DIMENSION_TYPE";
|
|
17
|
+
ConfigurationType["TECHNICAL_REFERENCE"] = "TECHNICAL_REFERENCE";
|
|
18
|
+
ConfigurationType["TECHNIQUE_TYPE"] = "TECHNIQUE_TYPE";
|
|
19
|
+
ConfigurationType["DISTINCTIONS"] = "DISTINCTIONS";
|
|
20
|
+
ConfigurationType["OFFERING_NAME"] = "OFFERING_NAME";
|
|
21
|
+
})(ConfigurationType || (exports.ConfigurationType = ConfigurationType = {}));
|
|
22
|
+
//# sourceMappingURL=configuration-type.enum.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"configuration-type.enum.js","sourceRoot":"","sources":["../../../src/configuration/enums/configuration-type.enum.ts"],"names":[],"mappings":";;;AAAA,IAAY,iBAgBX;AAhBD,WAAY,iBAAiB;IAC5B,8CAAyB,CAAA;IACzB,oEAA+C,CAAA;IAC/C,oDAA+B,CAAA;IAC/B,kDAA6B,CAAA;IAC7B,oEAA+C,CAAA;IAC/C,4DAAuC,CAAA;IACvC,wEAAmD,CAAA;IACnD,kDAA6B,CAAA;IAC7B,oDAA+B,CAAA;IAC/B,oEAA+C,CAAA;IAC/C,sDAAiC,CAAA;IACjC,gEAA2C,CAAA;IAC3C,sDAAiC,CAAA;IACjC,kDAA6B,CAAA;IAC7B,oDAA+B,CAAA;AAChC,CAAC,EAhBW,iBAAiB,iCAAjB,iBAAiB,QAgB5B"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export * from './auth/auth.export';
|
|
2
|
+
export * from './common/common.export';
|
|
3
|
+
export * from './configuration/configuration.export';
|
|
4
|
+
export * from './file/file.export';
|
|
5
|
+
export * from './product/product.export';
|
|
6
|
+
export * from './offering/offering.export';
|
|
7
|
+
export * from './user/user.export';
|
|
8
|
+
//# sourceMappingURL=export.package.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"export.package.d.ts","sourceRoot":"","sources":["../src/export.package.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC;AACnC,cAAc,wBAAwB,CAAC;AACvC,cAAc,sCAAsC,CAAC;AAGrD,cAAc,oBAAoB,CAAC;AAEnC,cAAc,0BAA0B,CAAC;AAGzC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,oBAAoB,CAAC"}
|
|
@@ -0,0 +1,24 @@
|
|
|
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("./auth/auth.export"), exports);
|
|
18
|
+
__exportStar(require("./common/common.export"), exports);
|
|
19
|
+
__exportStar(require("./configuration/configuration.export"), exports);
|
|
20
|
+
__exportStar(require("./file/file.export"), exports);
|
|
21
|
+
__exportStar(require("./product/product.export"), exports);
|
|
22
|
+
__exportStar(require("./offering/offering.export"), exports);
|
|
23
|
+
__exportStar(require("./user/user.export"), exports);
|
|
24
|
+
//# sourceMappingURL=export.package.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"export.package.js","sourceRoot":"","sources":["../src/export.package.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,qDAAmC;AACnC,yDAAuC;AACvC,uEAAqD;AAGrD,qDAAmC;AAEnC,2DAAyC;AAGzC,6DAA2C;AAC3C,qDAAmC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"file-upload-temp.contract.d.ts","sourceRoot":"","sources":["../../../src/file/contracts/file-upload-temp.contract.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,sBAAsB;IACtC,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;CACb"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"file-upload-temp.contract.js","sourceRoot":"","sources":["../../../src/file/contracts/file-upload-temp.contract.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"file.export.d.ts","sourceRoot":"","sources":["../../src/file/file.export.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,sBAAsB,EAAE,MAAM,6CAA6C,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"file.export.js","sourceRoot":"","sources":["../../src/file/file.export.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { Document } from '../../common/contracts/document.contract';
|
|
2
|
+
import { Image } from '../../common/contracts/image.contract';
|
|
3
|
+
export interface CreateOfferingRequest {
|
|
4
|
+
workPackageTypes: string[];
|
|
5
|
+
name: string;
|
|
6
|
+
description: string;
|
|
7
|
+
technicalReference: string;
|
|
8
|
+
materialTypes: string[];
|
|
9
|
+
documents: Document[];
|
|
10
|
+
images: Image[];
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=create-offering.contract.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-offering.contract.d.ts","sourceRoot":"","sources":["../../../src/offering/contracts/create-offering.contract.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,0CAA0C,CAAC;AACpE,OAAO,EAAE,KAAK,EAAE,MAAM,uCAAuC,CAAC;AAE9D,MAAM,WAAW,qBAAqB;IACrC,gBAAgB,EAAE,MAAM,EAAE,CAAC;IAC3B,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;IACpB,kBAAkB,EAAE,MAAM,CAAC;IAC3B,aAAa,EAAE,MAAM,EAAE,CAAC;IACxB,SAAS,EAAE,QAAQ,EAAE,CAAC;IACtB,MAAM,EAAE,KAAK,EAAE,CAAC;CAChB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-offering.contract.js","sourceRoot":"","sources":["../../../src/offering/contracts/create-offering.contract.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { OfferingStats } from './offering-stats.contract';
|
|
2
|
+
import { Document } from '../../common/contracts/document.contract';
|
|
3
|
+
import { Image } from '../../common/contracts/image.contract';
|
|
4
|
+
export interface OfferingListItem {
|
|
5
|
+
_id: string;
|
|
6
|
+
workPackageTypes: string[];
|
|
7
|
+
name: string;
|
|
8
|
+
description: string;
|
|
9
|
+
technicalReference: string;
|
|
10
|
+
materialTypes: string[];
|
|
11
|
+
documents: Document[];
|
|
12
|
+
images: Image[];
|
|
13
|
+
stats: OfferingStats;
|
|
14
|
+
}
|
|
15
|
+
export interface GetOfferingResponse {
|
|
16
|
+
offerings: OfferingListItem[];
|
|
17
|
+
}
|
|
18
|
+
//# sourceMappingURL=get-offering.contract.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-offering.contract.d.ts","sourceRoot":"","sources":["../../../src/offering/contracts/get-offering.contract.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAC1D,OAAO,EAAE,QAAQ,EAAE,MAAM,0CAA0C,CAAC;AACpE,OAAO,EAAE,KAAK,EAAE,MAAM,uCAAuC,CAAC;AAE9D,MAAM,WAAW,gBAAgB;IAChC,GAAG,EAAE,MAAM,CAAC;IACZ,gBAAgB,EAAE,MAAM,EAAE,CAAC;IAC3B,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;IACpB,kBAAkB,EAAE,MAAM,CAAC;IAC3B,aAAa,EAAE,MAAM,EAAE,CAAC;IACxB,SAAS,EAAE,QAAQ,EAAE,CAAC;IACtB,MAAM,EAAE,KAAK,EAAE,CAAC;IAChB,KAAK,EAAE,aAAa,CAAC;CACrB;AAED,MAAM,WAAW,mBAAmB;IACnC,SAAS,EAAE,gBAAgB,EAAE,CAAC;CAC9B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-offering.contract.js","sourceRoot":"","sources":["../../../src/offering/contracts/get-offering.contract.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"offering-stats.contract.d.ts","sourceRoot":"","sources":["../../../src/offering/contracts/offering-stats.contract.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,aAAa;IAC7B,OAAO,EAAE,MAAM,CAAC;IAChB,eAAe,EAAE,MAAM,CAAC;IACxB,UAAU,EAAE,MAAM,CAAC;CACnB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"offering-stats.contract.js","sourceRoot":"","sources":["../../../src/offering/contracts/offering-stats.contract.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { OfferingStats } from './offering-stats.contract';
|
|
2
|
+
import { Document } from '../../common/contracts/document.contract';
|
|
3
|
+
import { Image } from '../../common/contracts/image.contract';
|
|
4
|
+
export interface Offering {
|
|
5
|
+
_id: string;
|
|
6
|
+
user: string;
|
|
7
|
+
workPackageTypes: string[];
|
|
8
|
+
name: string;
|
|
9
|
+
description: string;
|
|
10
|
+
technicalReference: string;
|
|
11
|
+
materialTypes: string[];
|
|
12
|
+
documents: Document[];
|
|
13
|
+
images: Image[];
|
|
14
|
+
stats: OfferingStats;
|
|
15
|
+
}
|
|
16
|
+
//# sourceMappingURL=offering.contract.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"offering.contract.d.ts","sourceRoot":"","sources":["../../../src/offering/contracts/offering.contract.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAC1D,OAAO,EAAE,QAAQ,EAAE,MAAM,0CAA0C,CAAC;AACpE,OAAO,EAAE,KAAK,EAAE,MAAM,uCAAuC,CAAC;AAE9D,MAAM,WAAW,QAAQ;IACxB,GAAG,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,gBAAgB,EAAE,MAAM,EAAE,CAAC;IAC3B,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;IACpB,kBAAkB,EAAE,MAAM,CAAC;IAC3B,aAAa,EAAE,MAAM,EAAE,CAAC;IACxB,SAAS,EAAE,QAAQ,EAAE,CAAC;IACtB,MAAM,EAAE,KAAK,EAAE,CAAC;IAChB,KAAK,EAAE,aAAa,CAAC;CACrB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"offering.contract.js","sourceRoot":"","sources":["../../../src/offering/contracts/offering.contract.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { Document } from '../../common/contracts/document.contract';
|
|
2
|
+
import { Image } from '../../common/contracts/image.contract';
|
|
3
|
+
export interface UpdateOfferingRequest {
|
|
4
|
+
workPackageTypes?: string[];
|
|
5
|
+
name?: string;
|
|
6
|
+
description?: string;
|
|
7
|
+
technicalReference?: string;
|
|
8
|
+
materialTypes?: string[];
|
|
9
|
+
documents?: Document[];
|
|
10
|
+
images?: Image[];
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=update-offering.contract.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-offering.contract.d.ts","sourceRoot":"","sources":["../../../src/offering/contracts/update-offering.contract.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,0CAA0C,CAAC;AACpE,OAAO,EAAE,KAAK,EAAE,MAAM,uCAAuC,CAAC;AAE9D,MAAM,WAAW,qBAAqB;IACrC,gBAAgB,CAAC,EAAE,MAAM,EAAE,CAAC;IAC5B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,aAAa,CAAC,EAAE,MAAM,EAAE,CAAC;IACzB,SAAS,CAAC,EAAE,QAAQ,EAAE,CAAC;IACvB,MAAM,CAAC,EAAE,KAAK,EAAE,CAAC;CACjB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-offering.contract.js","sourceRoot":"","sources":["../../../src/offering/contracts/update-offering.contract.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export { CreateOfferingRequest } from './contracts/create-offering.contract';
|
|
2
|
+
export { GetOfferingResponse, OfferingListItem } from './contracts/get-offering.contract';
|
|
3
|
+
export { OfferingStats } from './contracts/offering-stats.contract';
|
|
4
|
+
export { Offering } from './contracts/offering.contract';
|
|
5
|
+
export { UpdateOfferingRequest } from './contracts/update-offering.contract';
|
|
6
|
+
//# sourceMappingURL=offering.export.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"offering.export.d.ts","sourceRoot":"","sources":["../../src/offering/offering.export.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,qBAAqB,EAAE,MAAM,sCAAsC,CAAC;AAC7E,OAAO,EAAE,mBAAmB,EAAE,gBAAgB,EAAE,MAAM,mCAAmC,CAAC;AAC1F,OAAO,EAAE,aAAa,EAAE,MAAM,qCAAqC,CAAC;AACpE,OAAO,EAAE,QAAQ,EAAE,MAAM,+BAA+B,CAAC;AACzD,OAAO,EAAE,qBAAqB,EAAE,MAAM,sCAAsC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"offering.export.js","sourceRoot":"","sources":["../../src/offering/offering.export.ts"],"names":[],"mappings":""}
|
package/package.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@galop-solutions/autan-types",
|
|
3
|
+
"version": "0.0.32",
|
|
4
|
+
"description": "Backend microservice for the Autan application.",
|
|
5
|
+
"author": "Galop Solutions <galop.solutions@gmail.com>",
|
|
6
|
+
"license": "LicenseRef-AUTAN-Private",
|
|
7
|
+
"main": "export.package.js",
|
|
8
|
+
"types": "export.package.d.ts",
|
|
9
|
+
"dependencies": {}
|
|
10
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { ProductDimension, ProductMainAttribute, ProductSpecificAttribute } from './product.contract';
|
|
2
|
+
import { Document } from '../../common/contracts/document.contract';
|
|
3
|
+
import { Image } from '../../common/contracts/image.contract';
|
|
4
|
+
export interface CreateProductRequest {
|
|
5
|
+
workPackageTypes: string[];
|
|
6
|
+
name: string;
|
|
7
|
+
description: string;
|
|
8
|
+
technicalReference: string;
|
|
9
|
+
productType: string;
|
|
10
|
+
composition: string[];
|
|
11
|
+
distinctions: string[];
|
|
12
|
+
externalLink: string;
|
|
13
|
+
mainAttributes: ProductMainAttribute;
|
|
14
|
+
specificAttributes: ProductSpecificAttribute;
|
|
15
|
+
dimensions: ProductDimension;
|
|
16
|
+
documents: Document[];
|
|
17
|
+
images: Image[];
|
|
18
|
+
isCertified: boolean;
|
|
19
|
+
}
|
|
20
|
+
//# sourceMappingURL=create-product.contract.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-product.contract.d.ts","sourceRoot":"","sources":["../../../src/product/contracts/create-product.contract.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,oBAAoB,EAAE,wBAAwB,EAAE,MAAM,oBAAoB,CAAC;AACtG,OAAO,EAAE,QAAQ,EAAE,MAAM,0CAA0C,CAAC;AACpE,OAAO,EAAE,KAAK,EAAE,MAAM,uCAAuC,CAAC;AAE9D,MAAM,WAAW,oBAAoB;IACpC,gBAAgB,EAAE,MAAM,EAAE,CAAC;IAC3B,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;IACpB,kBAAkB,EAAE,MAAM,CAAC;IAC3B,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,EAAE,MAAM,EAAE,CAAC;IACtB,YAAY,EAAE,MAAM,EAAE,CAAC;IACvB,YAAY,EAAE,MAAM,CAAC;IACrB,cAAc,EAAE,oBAAoB,CAAC;IACrC,kBAAkB,EAAE,wBAAwB,CAAC;IAC7C,UAAU,EAAE,gBAAgB,CAAC;IAC7B,SAAS,EAAE,QAAQ,EAAE,CAAC;IACtB,MAAM,EAAE,KAAK,EAAE,CAAC;IAChB,WAAW,EAAE,OAAO,CAAC;CACrB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-product.contract.js","sourceRoot":"","sources":["../../../src/product/contracts/create-product.contract.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { ProductStats } from './product-stats.contract';
|
|
2
|
+
import { ProductDimension, ProductMainAttribute, ProductSpecificAttribute } from './product.contract';
|
|
3
|
+
import { Document } from '../../common/contracts/document.contract';
|
|
4
|
+
import { Image } from '../../common/contracts/image.contract';
|
|
5
|
+
export interface ProductListItem {
|
|
6
|
+
_id: string;
|
|
7
|
+
workPackageTypes: string[];
|
|
8
|
+
name: string;
|
|
9
|
+
description: string;
|
|
10
|
+
technicalReference: string;
|
|
11
|
+
productType: string;
|
|
12
|
+
composition: string[];
|
|
13
|
+
distinctions: string[];
|
|
14
|
+
externalLink: string;
|
|
15
|
+
mainAttributes: ProductMainAttribute;
|
|
16
|
+
specificAttributes: ProductSpecificAttribute;
|
|
17
|
+
dimensions: ProductDimension;
|
|
18
|
+
documents: Document[];
|
|
19
|
+
images: Image[];
|
|
20
|
+
isCertified: boolean;
|
|
21
|
+
stats: ProductStats;
|
|
22
|
+
}
|
|
23
|
+
export interface GetProductResponse {
|
|
24
|
+
products: ProductListItem[];
|
|
25
|
+
}
|
|
26
|
+
//# sourceMappingURL=get-product.contract.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-product.contract.d.ts","sourceRoot":"","sources":["../../../src/product/contracts/get-product.contract.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,gBAAgB,EAAE,oBAAoB,EAAE,wBAAwB,EAAE,MAAM,oBAAoB,CAAC;AACtG,OAAO,EAAE,QAAQ,EAAE,MAAM,0CAA0C,CAAC;AACpE,OAAO,EAAE,KAAK,EAAE,MAAM,uCAAuC,CAAC;AAE9D,MAAM,WAAW,eAAe;IAC/B,GAAG,EAAE,MAAM,CAAC;IACZ,gBAAgB,EAAE,MAAM,EAAE,CAAC;IAC3B,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;IACpB,kBAAkB,EAAE,MAAM,CAAC;IAC3B,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,EAAE,MAAM,EAAE,CAAC;IACtB,YAAY,EAAE,MAAM,EAAE,CAAC;IACvB,YAAY,EAAE,MAAM,CAAC;IACrB,cAAc,EAAE,oBAAoB,CAAC;IACrC,kBAAkB,EAAE,wBAAwB,CAAC;IAC7C,UAAU,EAAE,gBAAgB,CAAC;IAC7B,SAAS,EAAE,QAAQ,EAAE,CAAC;IACtB,MAAM,EAAE,KAAK,EAAE,CAAC;IAChB,WAAW,EAAE,OAAO,CAAC;IACrB,KAAK,EAAE,YAAY,CAAC;CACpB;AAED,MAAM,WAAW,kBAAkB;IAClC,QAAQ,EAAE,eAAe,EAAE,CAAC;CAC5B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-product.contract.js","sourceRoot":"","sources":["../../../src/product/contracts/get-product.contract.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"product-stats.contract.d.ts","sourceRoot":"","sources":["../../../src/product/contracts/product-stats.contract.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,YAAY;IAC5B,OAAO,EAAE,MAAM,CAAC;IAChB,eAAe,EAAE,MAAM,CAAC;IACxB,UAAU,EAAE,MAAM,CAAC;CACnB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"product-stats.contract.js","sourceRoot":"","sources":["../../../src/product/contracts/product-stats.contract.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import { ProductStats } from './product-stats.contract';
|
|
2
|
+
import { Document } from '../../common/contracts/document.contract';
|
|
3
|
+
import { Image } from '../../common/contracts/image.contract';
|
|
4
|
+
import { DimensionType } from '../enum/dimension-type.enum';
|
|
5
|
+
export interface ProductMainAttribute {
|
|
6
|
+
density: number;
|
|
7
|
+
thermalConductivity: number;
|
|
8
|
+
specificHeat: number;
|
|
9
|
+
diffusionFactor: number;
|
|
10
|
+
carbonFootprint: number;
|
|
11
|
+
greyEnergy: number;
|
|
12
|
+
resourceAvailability: string;
|
|
13
|
+
renewability: string;
|
|
14
|
+
}
|
|
15
|
+
export interface ProductSpecificAttribute {
|
|
16
|
+
woodClass: string;
|
|
17
|
+
concreteExposureClass: string;
|
|
18
|
+
fireResistanceClass: string;
|
|
19
|
+
mechanicalResistance: string;
|
|
20
|
+
bioBasedContent: number;
|
|
21
|
+
}
|
|
22
|
+
export interface ProductDimension {
|
|
23
|
+
type: DimensionType;
|
|
24
|
+
diameter?: number;
|
|
25
|
+
thickness?: number;
|
|
26
|
+
length?: number;
|
|
27
|
+
width?: number;
|
|
28
|
+
height?: number;
|
|
29
|
+
}
|
|
30
|
+
export interface Product {
|
|
31
|
+
_id: string;
|
|
32
|
+
user: string;
|
|
33
|
+
workPackageTypes: string[];
|
|
34
|
+
name: string;
|
|
35
|
+
description: string;
|
|
36
|
+
technicalReference: string;
|
|
37
|
+
productType: string;
|
|
38
|
+
composition: string[];
|
|
39
|
+
distinctions: string[];
|
|
40
|
+
externalLink: string;
|
|
41
|
+
mainAttributes: ProductMainAttribute;
|
|
42
|
+
specificAttributes: ProductSpecificAttribute;
|
|
43
|
+
dimensions: ProductDimension;
|
|
44
|
+
documents: Document[];
|
|
45
|
+
images: Image[];
|
|
46
|
+
isCertified: boolean;
|
|
47
|
+
stats: ProductStats;
|
|
48
|
+
}
|
|
49
|
+
//# sourceMappingURL=product.contract.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"product.contract.d.ts","sourceRoot":"","sources":["../../../src/product/contracts/product.contract.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,QAAQ,EAAE,MAAM,0CAA0C,CAAC;AACpE,OAAO,EAAE,KAAK,EAAE,MAAM,uCAAuC,CAAC;AAC9D,OAAO,EAAE,aAAa,EAAE,MAAM,6BAA6B,CAAC;AAE5D,MAAM,WAAW,oBAAoB;IACpC,OAAO,EAAE,MAAM,CAAC;IAChB,mBAAmB,EAAE,MAAM,CAAC;IAC5B,YAAY,EAAE,MAAM,CAAC;IACrB,eAAe,EAAE,MAAM,CAAC;IACxB,eAAe,EAAE,MAAM,CAAC;IACxB,UAAU,EAAE,MAAM,CAAC;IACnB,oBAAoB,EAAE,MAAM,CAAC;IAC7B,YAAY,EAAE,MAAM,CAAC;CACrB;AAED,MAAM,WAAW,wBAAwB;IACxC,SAAS,EAAE,MAAM,CAAC;IAClB,qBAAqB,EAAE,MAAM,CAAC;IAC9B,mBAAmB,EAAE,MAAM,CAAC;IAC5B,oBAAoB,EAAE,MAAM,CAAC;IAC7B,eAAe,EAAE,MAAM,CAAC;CACxB;AAED,MAAM,WAAW,gBAAgB;IAChC,IAAI,EAAE,aAAa,CAAC;IACpB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,WAAW,OAAO;IACvB,GAAG,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,gBAAgB,EAAE,MAAM,EAAE,CAAC;IAC3B,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;IACpB,kBAAkB,EAAE,MAAM,CAAC;IAC3B,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,EAAE,MAAM,EAAE,CAAC;IACtB,YAAY,EAAE,MAAM,EAAE,CAAC;IACvB,YAAY,EAAE,MAAM,CAAC;IACrB,cAAc,EAAE,oBAAoB,CAAC;IACrC,kBAAkB,EAAE,wBAAwB,CAAC;IAC7C,UAAU,EAAE,gBAAgB,CAAC;IAC7B,SAAS,EAAE,QAAQ,EAAE,CAAC;IACtB,MAAM,EAAE,KAAK,EAAE,CAAC;IAChB,WAAW,EAAE,OAAO,CAAC;IACrB,KAAK,EAAE,YAAY,CAAC;CACpB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"product.contract.js","sourceRoot":"","sources":["../../../src/product/contracts/product.contract.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { ProductMainAttribute, ProductSpecificAttribute, ProductDimension } from './product.contract';
|
|
2
|
+
import { Document } from '../../common/contracts/document.contract';
|
|
3
|
+
import { Image } from '../../common/contracts/image.contract';
|
|
4
|
+
export interface UpdateProductRequest {
|
|
5
|
+
workPackageTypes?: string[];
|
|
6
|
+
name?: string;
|
|
7
|
+
description?: string;
|
|
8
|
+
technicalReference?: string;
|
|
9
|
+
productType?: string;
|
|
10
|
+
composition?: string[];
|
|
11
|
+
distinctions?: string[];
|
|
12
|
+
externalLink?: string;
|
|
13
|
+
mainAttributes?: ProductMainAttribute;
|
|
14
|
+
specificAttributes?: ProductSpecificAttribute;
|
|
15
|
+
dimensions?: ProductDimension;
|
|
16
|
+
documents?: Document[];
|
|
17
|
+
images?: Image[];
|
|
18
|
+
isCertified?: boolean;
|
|
19
|
+
}
|
|
20
|
+
//# sourceMappingURL=update-product.contract.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-product.contract.d.ts","sourceRoot":"","sources":["../../../src/product/contracts/update-product.contract.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,wBAAwB,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtG,OAAO,EAAE,QAAQ,EAAE,MAAM,0CAA0C,CAAC;AACpE,OAAO,EAAE,KAAK,EAAE,MAAM,uCAAuC,CAAC;AAE9D,MAAM,WAAW,oBAAoB;IACpC,gBAAgB,CAAC,EAAE,MAAM,EAAE,CAAC;IAC5B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,EAAE,CAAC;IACvB,YAAY,CAAC,EAAE,MAAM,EAAE,CAAC;IACxB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,cAAc,CAAC,EAAE,oBAAoB,CAAC;IACtC,kBAAkB,CAAC,EAAE,wBAAwB,CAAC;IAC9C,UAAU,CAAC,EAAE,gBAAgB,CAAC;IAC9B,SAAS,CAAC,EAAE,QAAQ,EAAE,CAAC;IACvB,MAAM,CAAC,EAAE,KAAK,EAAE,CAAC;IACjB,WAAW,CAAC,EAAE,OAAO,CAAC;CACtB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-product.contract.js","sourceRoot":"","sources":["../../../src/product/contracts/update-product.contract.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dimension-type.enum.d.ts","sourceRoot":"","sources":["../../../src/product/enum/dimension-type.enum.ts"],"names":[],"mappings":"AAAA,oBAAY,aAAa;IACxB,QAAQ,aAAa;IACrB,KAAK,UAAU;IACf,IAAI,SAAS;IACb,cAAc,mBAAmB;IACjC,gBAAgB,qBAAqB;CACrC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DimensionType = void 0;
|
|
4
|
+
var DimensionType;
|
|
5
|
+
(function (DimensionType) {
|
|
6
|
+
DimensionType["PARTICLE"] = "PARTICLE";
|
|
7
|
+
DimensionType["PANEL"] = "PANEL";
|
|
8
|
+
DimensionType["BLOC"] = "BLOC";
|
|
9
|
+
DimensionType["SQUARE_SECTION"] = "SQUARE_SECTION";
|
|
10
|
+
DimensionType["CIRCULAR_SECTION"] = "CIRCULAR_SECTION";
|
|
11
|
+
})(DimensionType || (exports.DimensionType = DimensionType = {}));
|
|
12
|
+
//# sourceMappingURL=dimension-type.enum.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dimension-type.enum.js","sourceRoot":"","sources":["../../../src/product/enum/dimension-type.enum.ts"],"names":[],"mappings":";;;AAAA,IAAY,aAMX;AAND,WAAY,aAAa;IACxB,sCAAqB,CAAA;IACrB,gCAAe,CAAA;IACf,8BAAa,CAAA;IACb,kDAAiC,CAAA;IACjC,sDAAqC,CAAA;AACtC,CAAC,EANW,aAAa,6BAAb,aAAa,QAMxB"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export { CreateProductRequest } from './contracts/create-product.contract';
|
|
2
|
+
export { GetProductResponse, ProductListItem } from './contracts/get-product.contract';
|
|
3
|
+
export { ProductStats } from './contracts/product-stats.contract';
|
|
4
|
+
export { Product, ProductDimension, ProductMainAttribute, ProductSpecificAttribute } from './contracts/product.contract';
|
|
5
|
+
export { UpdateProductRequest } from './contracts/update-product.contract';
|
|
6
|
+
export { DimensionType } from './enum/dimension-type.enum';
|
|
7
|
+
//# sourceMappingURL=product.export.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"product.export.d.ts","sourceRoot":"","sources":["../../src/product/product.export.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,oBAAoB,EAAE,MAAM,qCAAqC,CAAC;AAC3E,OAAO,EAAE,kBAAkB,EAAE,eAAe,EAAE,MAAM,kCAAkC,CAAC;AACvF,OAAO,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;AAClE,OAAO,EAAE,OAAO,EAAE,gBAAgB,EAAE,oBAAoB,EAAE,wBAAwB,EAAE,MAAM,8BAA8B,CAAC;AACzH,OAAO,EAAE,oBAAoB,EAAE,MAAM,qCAAqC,CAAC;AAG3E,OAAO,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DimensionType = void 0;
|
|
4
|
+
var dimension_type_enum_1 = require("./enum/dimension-type.enum");
|
|
5
|
+
Object.defineProperty(exports, "DimensionType", { enumerable: true, get: function () { return dimension_type_enum_1.DimensionType; } });
|
|
6
|
+
//# sourceMappingURL=product.export.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"product.export.js","sourceRoot":"","sources":["../../src/product/product.export.ts"],"names":[],"mappings":";;;AAQA,kEAA2D;AAAlD,oHAAA,aAAa,OAAA"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { Address } from '../../common/contracts/address.contract';
|
|
2
|
+
import { CompanySize } from '../enums/company-size.enum';
|
|
3
|
+
import { MarketType } from '../enums/market-type.enum';
|
|
4
|
+
export interface Company {
|
|
5
|
+
contactEmail: string;
|
|
6
|
+
address: Address;
|
|
7
|
+
decennialInsurance: string;
|
|
8
|
+
description: string;
|
|
9
|
+
logo: string;
|
|
10
|
+
siret: string;
|
|
11
|
+
name: string;
|
|
12
|
+
phone: string;
|
|
13
|
+
website: string;
|
|
14
|
+
size: CompanySize;
|
|
15
|
+
marketType: MarketType;
|
|
16
|
+
distinctions: string[];
|
|
17
|
+
}
|
|
18
|
+
//# sourceMappingURL=company.contract.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"company.contract.d.ts","sourceRoot":"","sources":["../../../src/user/contracts/company.contract.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,yCAAyC,CAAC;AAClE,OAAO,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAC;AACzD,OAAO,EAAE,UAAU,EAAE,MAAM,2BAA2B,CAAC;AAEvD,MAAM,WAAW,OAAO;IACvB,YAAY,EAAE,MAAM,CAAC;IACrB,OAAO,EAAE,OAAO,CAAC;IACjB,kBAAkB,EAAE,MAAM,CAAC;IAC3B,WAAW,EAAE,MAAM,CAAC;IACpB,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,EAAE,WAAW,CAAC;IAClB,UAAU,EAAE,UAAU,CAAC;IACvB,YAAY,EAAE,MAAM,EAAE,CAAC;CACvB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"company.contract.js","sourceRoot":"","sources":["../../../src/user/contracts/company.contract.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Company } from './company.contract';
|
|
2
|
+
export interface GetProfileResponse {
|
|
3
|
+
_id: string;
|
|
4
|
+
firstName: string;
|
|
5
|
+
lastName: string;
|
|
6
|
+
phone: string;
|
|
7
|
+
loginEmail: string;
|
|
8
|
+
company: Company;
|
|
9
|
+
partners: string[];
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=get-profile.contract.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-profile.contract.d.ts","sourceRoot":"","sources":["../../../src/user/contracts/get-profile.contract.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,oBAAoB,CAAC;AAE7C,MAAM,WAAW,kBAAkB;IAClC,GAAG,EAAE,MAAM,CAAC;IACZ,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,MAAM,CAAC;IACnB,OAAO,EAAE,OAAO,CAAC;IACjB,QAAQ,EAAE,MAAM,EAAE,CAAC;CACnB"}
|