@golemio/municipal-libraries 1.2.9 → 1.2.10-dev.1227821785
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.
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.MunicipalLibrariesDataSourceFactory = void 0;
|
|
4
|
-
const
|
|
4
|
+
const _sch_1 = require("../../schema-definitions");
|
|
5
5
|
const config_1 = require("@golemio/core/dist/integration-engine/config");
|
|
6
|
+
const datasources_1 = require("@golemio/core/dist/integration-engine/datasources");
|
|
7
|
+
const HTTPFetchProtocolStrategy_1 = require("@golemio/core/dist/integration-engine/datasources/protocol-strategy/HTTPFetchProtocolStrategy");
|
|
6
8
|
const golemio_validator_1 = require("@golemio/core/dist/shared/golemio-validator");
|
|
7
|
-
const _sch_1 = require("../../schema-definitions");
|
|
8
9
|
class MunicipalLibrariesDataSourceFactory {
|
|
9
10
|
static getDataSource() {
|
|
10
|
-
return new datasources_1.DataSource(_sch_1.MunicipalLibraries.datasources.municipalLibrariesDatasource.name, new
|
|
11
|
+
return new datasources_1.DataSource(_sch_1.MunicipalLibraries.datasources.municipalLibrariesDatasource.name, new HTTPFetchProtocolStrategy_1.HTTPFetchProtocolStrategy({
|
|
11
12
|
headers: {},
|
|
12
13
|
method: "GET",
|
|
13
14
|
url: config_1.config.datasources.MunicipalLibraries,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MunicipalLibrariesDataSource.js","sourceRoot":"","sources":["../../../src/integration-engine/datasources/MunicipalLibrariesDataSource.ts"],"names":[],"mappings":";;;AAAA,
|
|
1
|
+
{"version":3,"file":"MunicipalLibrariesDataSource.js","sourceRoot":"","sources":["../../../src/integration-engine/datasources/MunicipalLibrariesDataSource.ts"],"names":[],"mappings":";;;AAAA,mDAA0C;AAC1C,yEAAsE;AACtE,mFAAoG;AACpG,6IAA0I;AAC1I,mFAAkF;AAElF,MAAa,mCAAmC;IACrC,MAAM,CAAC,aAAa;QACvB,OAAO,IAAI,wBAAU,CACjB,yBAAkB,CAAC,WAAW,CAAC,4BAA4B,CAAC,IAAI,EAChE,IAAI,qDAAyB,CAAC;YAC1B,OAAO,EAAE,EAAE;YACX,MAAM,EAAE,KAAK;YACb,GAAG,EAAE,eAAM,CAAC,WAAW,CAAC,kBAAkB;SAC7C,CAAC,EACF,IAAI,iCAAmB,CAAC;YACpB,WAAW,EAAE,iBAAiB;YAC9B,YAAY,EAAE,EAAE,aAAa,EAAE,KAAK,EAAE,WAAW,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,SAAS,EAAE,IAAI,EAAE,QAAQ,EAAE,GAAG,EAAE,CAAC,IAAI,EAAE;SAC/G,CAAC,EACF,IAAI,uCAAmB,CACnB,yBAAkB,CAAC,WAAW,CAAC,4BAA4B,CAAC,IAAI,GAAG,WAAW,EAC9E,yBAAkB,CAAC,WAAW,CAAC,4BAA4B,CAAC,UAAU,CACzE,CACJ,CAAC;IACN,CAAC;CACJ;AAnBD,kFAmBC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@golemio/municipal-libraries",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.10-dev.1227821785",
|
|
4
4
|
"description": "Golemio Municipal Libraries Module",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"@commitlint/config-conventional": "^11.0.0",
|
|
36
36
|
"@golemio/city-districts": "1.2.7",
|
|
37
37
|
"@golemio/cli": "1.5.0",
|
|
38
|
-
"@golemio/core": "1.9.
|
|
38
|
+
"@golemio/core": "1.9.16-dev.1226254874",
|
|
39
39
|
"@golemio/db-common": "1.1.2",
|
|
40
40
|
"@golemio/eslint-config": "1.1.1",
|
|
41
41
|
"@types/chai": "4.2.3",
|