@finos/legend-server-lakehouse 0.3.4 → 0.3.5
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/lib/models/IngestDeploymentServerConfig.d.ts +1 -0
- package/lib/models/IngestDeploymentServerConfig.d.ts.map +1 -1
- package/lib/models/IngestDeploymentServerConfig.js +2 -0
- package/lib/models/IngestDeploymentServerConfig.js.map +1 -1
- package/package.json +2 -2
- package/src/models/IngestDeploymentServerConfig.ts +2 -0
|
@@ -17,6 +17,7 @@ import type { V1_IngestEnvironmentClassification } from '@finos/legend-graph';
|
|
|
17
17
|
import { SerializationFactory } from '@finos/legend-shared';
|
|
18
18
|
export declare class IngestDeploymentServerConfig {
|
|
19
19
|
ingestEnvironmentUrn: string;
|
|
20
|
+
environmentName: string;
|
|
20
21
|
environmentClassification: V1_IngestEnvironmentClassification;
|
|
21
22
|
ingestServerUrl: string;
|
|
22
23
|
static readonly serialization: SerializationFactory<IngestDeploymentServerConfig>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IngestDeploymentServerConfig.d.ts","sourceRoot":"","sources":["../../src/models/IngestDeploymentServerConfig.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,KAAK,EAAE,kCAAkC,EAAE,MAAM,qBAAqB,CAAC;AAC9E,OAAO,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAC;AAG5D,qBAAa,4BAA4B;IACvC,oBAAoB,EAAG,MAAM,CAAC;IAC9B,yBAAyB,EAAG,kCAAkC,CAAC;IAC/D,eAAe,EAAG,MAAM,CAAC;IAEzB,MAAM,CAAC,QAAQ,CAAC,aAAa,
|
|
1
|
+
{"version":3,"file":"IngestDeploymentServerConfig.d.ts","sourceRoot":"","sources":["../../src/models/IngestDeploymentServerConfig.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,KAAK,EAAE,kCAAkC,EAAE,MAAM,qBAAqB,CAAC;AAC9E,OAAO,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAC;AAG5D,qBAAa,4BAA4B;IACvC,oBAAoB,EAAG,MAAM,CAAC;IAC9B,eAAe,EAAG,MAAM,CAAC;IACzB,yBAAyB,EAAG,kCAAkC,CAAC;IAC/D,eAAe,EAAG,MAAM,CAAC;IAEzB,MAAM,CAAC,QAAQ,CAAC,aAAa,qDAO3B;CACH;AAED,qBAAa,mBAAmB;IAC9B,sBAAsB,EAAG,MAAM,CAAC;IAEhC,MAAM,CAAC,QAAQ,CAAC,aAAa,4CAI3B;CACH"}
|
|
@@ -17,10 +17,12 @@ import { SerializationFactory } from '@finos/legend-shared';
|
|
|
17
17
|
import { createModelSchema, primitive } from 'serializr';
|
|
18
18
|
export class IngestDeploymentServerConfig {
|
|
19
19
|
ingestEnvironmentUrn;
|
|
20
|
+
environmentName;
|
|
20
21
|
environmentClassification;
|
|
21
22
|
ingestServerUrl;
|
|
22
23
|
static serialization = new SerializationFactory(createModelSchema(IngestDeploymentServerConfig, {
|
|
23
24
|
ingestEnvironmentUrn: primitive(),
|
|
25
|
+
environmentName: primitive(),
|
|
24
26
|
environmentClassification: primitive(),
|
|
25
27
|
ingestServerUrl: primitive(),
|
|
26
28
|
}));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IngestDeploymentServerConfig.js","sourceRoot":"","sources":["../../src/models/IngestDeploymentServerConfig.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAGH,OAAO,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAC;AAC5D,OAAO,EAAE,iBAAiB,EAAE,SAAS,EAAE,MAAM,WAAW,CAAC;AAEzD,MAAM,OAAO,4BAA4B;IACvC,oBAAoB,CAAU;IAC9B,yBAAyB,CAAsC;IAC/D,eAAe,CAAU;IAEzB,MAAM,CAAU,aAAa,GAAG,IAAI,oBAAoB,CACtD,iBAAiB,CAAC,4BAA4B,EAAE;QAC9C,oBAAoB,EAAE,SAAS,EAAE;QACjC,yBAAyB,EAAE,SAAS,EAAE;QACtC,eAAe,EAAE,SAAS,EAAE;KAC7B,CAAC,CACH,CAAC;;AAGJ,MAAM,OAAO,mBAAmB;IAC9B,sBAAsB,CAAU;IAEhC,MAAM,CAAU,aAAa,GAAG,IAAI,oBAAoB,CACtD,iBAAiB,CAAC,mBAAmB,EAAE;QACrC,sBAAsB,EAAE,SAAS,EAAE;KACpC,CAAC,CACH,CAAC"}
|
|
1
|
+
{"version":3,"file":"IngestDeploymentServerConfig.js","sourceRoot":"","sources":["../../src/models/IngestDeploymentServerConfig.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAGH,OAAO,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAC;AAC5D,OAAO,EAAE,iBAAiB,EAAE,SAAS,EAAE,MAAM,WAAW,CAAC;AAEzD,MAAM,OAAO,4BAA4B;IACvC,oBAAoB,CAAU;IAC9B,eAAe,CAAU;IACzB,yBAAyB,CAAsC;IAC/D,eAAe,CAAU;IAEzB,MAAM,CAAU,aAAa,GAAG,IAAI,oBAAoB,CACtD,iBAAiB,CAAC,4BAA4B,EAAE;QAC9C,oBAAoB,EAAE,SAAS,EAAE;QACjC,eAAe,EAAE,SAAS,EAAE;QAC5B,yBAAyB,EAAE,SAAS,EAAE;QACtC,eAAe,EAAE,SAAS,EAAE;KAC7B,CAAC,CACH,CAAC;;AAGJ,MAAM,OAAO,mBAAmB;IAC9B,sBAAsB,CAAU;IAEhC,MAAM,CAAU,aAAa,GAAG,IAAI,oBAAoB,CACtD,iBAAiB,CAAC,mBAAmB,EAAE;QACrC,sBAAsB,EAAE,SAAS,EAAE;KACpC,CAAC,CACH,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@finos/legend-server-lakehouse",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.5",
|
|
4
4
|
"description": "Legend Lakehouse Server Client",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"legend",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"test:watch": "jest --watch"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@finos/legend-graph": "32.3.
|
|
42
|
+
"@finos/legend-graph": "32.3.5",
|
|
43
43
|
"@finos/legend-shared": "11.0.20",
|
|
44
44
|
"serializr": "3.0.3"
|
|
45
45
|
},
|
|
@@ -20,12 +20,14 @@ import { createModelSchema, primitive } from 'serializr';
|
|
|
20
20
|
|
|
21
21
|
export class IngestDeploymentServerConfig {
|
|
22
22
|
ingestEnvironmentUrn!: string;
|
|
23
|
+
environmentName!: string;
|
|
23
24
|
environmentClassification!: V1_IngestEnvironmentClassification;
|
|
24
25
|
ingestServerUrl!: string;
|
|
25
26
|
|
|
26
27
|
static readonly serialization = new SerializationFactory(
|
|
27
28
|
createModelSchema(IngestDeploymentServerConfig, {
|
|
28
29
|
ingestEnvironmentUrn: primitive(),
|
|
30
|
+
environmentName: primitive(),
|
|
29
31
|
environmentClassification: primitive(),
|
|
30
32
|
ingestServerUrl: primitive(),
|
|
31
33
|
}),
|