@evergis/api 3.0.154 → 3.0.155
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/dist/__generated__/LayersService.d.ts +4 -4
- package/dist/__generated__/ProjectsService.d.ts +2 -2
- package/dist/__generated__/StatisticService.d.ts +2 -2
- package/dist/__generated__/TablesService.d.ts +2 -2
- package/dist/__generated__/WmsServerService.d.ts +2 -2
- package/dist/__generated__/data-contracts.d.ts +51 -28
- package/dist/api.cjs.development.js +4 -1
- package/dist/api.cjs.development.js.map +1 -1
- package/dist/api.cjs.production.min.js +1 -1
- package/dist/api.cjs.production.min.js.map +1 -1
- package/dist/api.esm.js +10 -1
- package/dist/api.esm.js.map +1 -1
- package/package.json +2 -2
package/dist/api.esm.js
CHANGED
|
@@ -5775,7 +5775,7 @@ function createGuard(type) {
|
|
|
5775
5775
|
};
|
|
5776
5776
|
}
|
|
5777
5777
|
|
|
5778
|
-
const isLayer = /*#__PURE__*/createGuard(['PostgresLayerService', 'PostgresTileLayerService']);
|
|
5778
|
+
const isLayer = /*#__PURE__*/createGuard(['PostgresLayerService', 'PostgresTileLayerService', 'QueryLayerService']);
|
|
5779
5779
|
|
|
5780
5780
|
const addSubDomainToLocation = subDomain => window.location.protocol + "//" + subDomain + "." + window.location.host;
|
|
5781
5781
|
|
|
@@ -7506,6 +7506,12 @@ OneToMany
|
|
|
7506
7506
|
OneToOne
|
|
7507
7507
|
|
|
7508
7508
|
Intersect
|
|
7509
|
+
|
|
7510
|
+
RightJoin
|
|
7511
|
+
|
|
7512
|
+
FullJoin
|
|
7513
|
+
|
|
7514
|
+
CrossJoin
|
|
7509
7515
|
*/
|
|
7510
7516
|
|
|
7511
7517
|
|
|
@@ -7515,6 +7521,9 @@ var ReferenceJoinType;
|
|
|
7515
7521
|
ReferenceJoinType["OneToMany"] = "OneToMany";
|
|
7516
7522
|
ReferenceJoinType["OneToOne"] = "OneToOne";
|
|
7517
7523
|
ReferenceJoinType["Intersect"] = "Intersect";
|
|
7524
|
+
ReferenceJoinType["RightJoin"] = "RightJoin";
|
|
7525
|
+
ReferenceJoinType["FullJoin"] = "FullJoin";
|
|
7526
|
+
ReferenceJoinType["CrossJoin"] = "CrossJoin";
|
|
7518
7527
|
})(ReferenceJoinType || (ReferenceJoinType = {}));
|
|
7519
7528
|
/**
|
|
7520
7529
|
* The `ResourceType` represents resource manager supports types.
|