@datr.tech/leith-manual-pkg-integration-test
Version:
A manual integration test for the @datr.tech cargo, leith and parcel packages
49 lines • 5.14 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var cargo_router_validation_schemas_1 = require("@datr.tech/cargo-router-validation-schemas");
var cargo_router_validation_schemas_dolomite_1 = require("@datr.tech/cargo-router-validation-schemas-dolomite");
var cargo_router_validation_schemas_entity_1 = require("@datr.tech/cargo-router-validation-schemas-entity");
var cargo_router_validation_schemas_freight_1 = require("@datr.tech/cargo-router-validation-schemas-freight");
var cargo_router_validation_schemas_granul8_1 = require("@datr.tech/cargo-router-validation-schemas-granul8");
var cargo_router_validation_schemas_persona_1 = require("@datr.tech/cargo-router-validation-schemas-persona");
var cargo_router_validation_schemas_proc_1 = require("@datr.tech/cargo-router-validation-schemas-proc");
var leith_common_logger_1 = require("@datr.tech/leith-common-logger");
var leith_common_services_1 = require("@datr.tech/leith-common-services");
var leith_config_api_ports_1 = require("@datr.tech/leith-config-api-ports");
var leith_config_api_router_options_1 = require("@datr.tech/leith-config-api-router-options");
var parcel_model_schemas_1 = require("@datr.tech/parcel-model-schemas");
var parcel_model_schemas_common_fields_1 = require("@datr.tech/parcel-model-schemas-common-fields");
var parcel_model_schemas_dolomite_1 = require("@datr.tech/parcel-model-schemas-dolomite");
var parcel_model_schemas_entity_1 = require("@datr.tech/parcel-model-schemas-entity");
var parcel_model_schemas_freight_1 = require("@datr.tech/parcel-model-schemas-freight");
var parcel_model_schemas_granul8_1 = require("@datr.tech/parcel-model-schemas-granul8");
var parcel_model_schemas_persona_1 = require("@datr.tech/parcel-model-schemas-persona");
var parcel_model_schemas_proc_1 = require("@datr.tech/parcel-model-schemas-proc");
var commonSchemaFieldGroupFooter = parcel_model_schemas_1.common.commonSchemaFieldGroupFooter;
leith_common_logger_1.logger.info({ commonSchemaFieldBaseUrl: parcel_model_schemas_common_fields_1.commonSchemaFieldBaseUrl });
leith_common_logger_1.logger.info({ commonSchemaOptions: parcel_model_schemas_common_fields_1.commonSchemaOptions });
leith_common_logger_1.logger.info({ hopModelSchema: parcel_model_schemas_dolomite_1.hopModelSchema });
leith_common_logger_1.logger.info({ endpointModelSchema: parcel_model_schemas_entity_1.endpointModelSchema });
leith_common_logger_1.logger.info({ templateModelSchema: parcel_model_schemas_freight_1.templateModelSchema });
leith_common_logger_1.logger.info({ templateModelSchemaOptions: parcel_model_schemas_freight_1.templateModelSchemaOptions });
leith_common_logger_1.logger.info({ userAttributeModelSchema: parcel_model_schemas_granul8_1.userAttributeModelSchema });
leith_common_logger_1.logger.info({ userAttributeModelSchemaOptions: parcel_model_schemas_granul8_1.userAttributeModelSchemaOptions });
leith_common_logger_1.logger.info({ organisationModelSchema: parcel_model_schemas_persona_1.organisationModelSchema });
leith_common_logger_1.logger.info({ organisationModelSchemaOptions: parcel_model_schemas_persona_1.organisationModelSchemaOptions });
leith_common_logger_1.logger.info({ threadModelSchema: parcel_model_schemas_proc_1.threadModelSchema });
leith_common_logger_1.logger.info({ threadModelSchemaOptions: parcel_model_schemas_proc_1.threadModelSchemaOptions });
leith_common_logger_1.logger.info({ common: parcel_model_schemas_1.common });
leith_common_logger_1.logger.info({ commonSchemaFieldGroupFooter: commonSchemaFieldGroupFooter });
leith_common_logger_1.logger.info({ persona: parcel_model_schemas_1.persona });
leith_common_logger_1.logger.info({ hopValidationSchemaCreateHop: cargo_router_validation_schemas_dolomite_1.hopValidationSchemaCreateHop });
leith_common_logger_1.logger.info({ endpointTypeValidationSchemaCreateEndpointType: cargo_router_validation_schemas_entity_1.endpointTypeValidationSchemaCreateEndpointType });
leith_common_logger_1.logger.info({ campaignTypeValidationSchemaCreateCampaignType: cargo_router_validation_schemas_freight_1.campaignTypeValidationSchemaCreateCampaignType });
leith_common_logger_1.logger.info({ attributeTypeValidationSchemaCreateAttributeType: cargo_router_validation_schemas_granul8_1.attributeTypeValidationSchemaCreateAttributeType });
leith_common_logger_1.logger.info({ organisationRoleValidationSchemaReadOrganisationRole: cargo_router_validation_schemas_persona_1.organisationRoleValidationSchemaReadOrganisationRole });
leith_common_logger_1.logger.info({ processValidationSchemaCreateProcess: cargo_router_validation_schemas_proc_1.processValidationSchemaCreateProcess });
leith_common_logger_1.logger.info({ dolomite: cargo_router_validation_schemas_1.dolomite });
leith_common_logger_1.logger.info({ entity: cargo_router_validation_schemas_1.entity });
leith_common_logger_1.logger.info({ OPTIONS: leith_config_api_router_options_1.options });
leith_common_logger_1.logger.info({ PORTS: leith_config_api_ports_1.ports });
leith_common_logger_1.logger.info({ ADMIN: Object.keys(leith_common_services_1.adminService) });
//# sourceMappingURL=index.js.map