bruce-models 4.3.6 → 4.3.8
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/bruce-models.es5.js +3 -3
- package/dist/bruce-models.es5.js.map +1 -1
- package/dist/bruce-models.umd.js +3 -3
- package/dist/bruce-models.umd.js.map +1 -1
- package/dist/lib/bruce-models.js +1 -1
- package/dist/lib/data-lab/data-lab.js +2 -2
- package/dist/lib/data-lab/data-lab.js.map +1 -1
- package/dist/types/bruce-models.d.ts +1 -1
- package/dist/types/data-lab/data-lab.d.ts +1 -0
- package/dist/types/entity/entity-coords.d.ts +1 -1
- package/package.json +1 -1
package/dist/bruce-models.es5.js
CHANGED
|
@@ -12378,7 +12378,7 @@ var DataLab;
|
|
|
12378
12378
|
*/
|
|
12379
12379
|
function Run(params) {
|
|
12380
12380
|
return __awaiter(this, void 0, void 0, function* () {
|
|
12381
|
-
let { api, query, key, skip, load, req: reqParams } = params;
|
|
12381
|
+
let { api, query, key, skip, load, req: reqParams, migrated } = params;
|
|
12382
12382
|
if (!api) {
|
|
12383
12383
|
api = ENVIRONMENT.Api().GetBruceApi();
|
|
12384
12384
|
}
|
|
@@ -12391,7 +12391,7 @@ var DataLab;
|
|
|
12391
12391
|
if (!load) {
|
|
12392
12392
|
load = 50;
|
|
12393
12393
|
}
|
|
12394
|
-
const req = api.POST(`entities/datalab/getMatchingEntities/${key}?skip=${skip}&load=${load}`, query, Api.PrepReqParams(reqParams));
|
|
12394
|
+
const req = api.POST(`entities/datalab/getMatchingEntities/${key}?skip=${skip}&load=${load}?hasMigrated=${Boolean(migrated)}`, query, Api.PrepReqParams(reqParams));
|
|
12395
12395
|
const prom = new Promise((res, rej) => __awaiter(this, void 0, void 0, function* () {
|
|
12396
12396
|
try {
|
|
12397
12397
|
const data = yield req;
|
|
@@ -13345,7 +13345,7 @@ var DataSource;
|
|
|
13345
13345
|
})(DataSource || (DataSource = {}));
|
|
13346
13346
|
|
|
13347
13347
|
// This is updated with the package.json version on build.
|
|
13348
|
-
const VERSION = "4.3.
|
|
13348
|
+
const VERSION = "4.3.8";
|
|
13349
13349
|
|
|
13350
13350
|
export { VERSION, AnnDocument, CustomForm, AbstractApi, Api, BruceApi, GlobalApi, GuardianApi, ApiGetters, Calculator, Bounds, BruceEvent, CacheControl, Camera, Cartes, Carto, Color, DelayQueue, Geometry, UTC, BruceVariable, LRUCache, EntityAttachmentType, EntityAttachment, EntityComment, EntityLink, EntityLod, EntityLodCategory, EntityRelationType, EntityRelation, EntitySource, EntityTag, EntityType, Entity, EntityCoords, EntityTypeVisualSettings, EntityAttribute, EntityHistoricData, Comment, ClientFile, ProgramKey, ZoomControl, MenuItem, ProjectViewBookmark, ProjectView, ProjectViewLegacyTile, ProjectViewTile, ProjectViewLegacy, ProjectViewLegacyBookmark, PendingAction, MessageBroker, HostingLocation, Style, Tileset, Permission, Session, UserGroup, User, Account, AccountInvite, AccountFeatures, AccountLimits, EncryptUtils, MathUtils, ObjectUtils, PathUtils, UrlUtils, DataLab, ImportCad, ImportCsv, ImportJson, ImportKml, ImportedFile, Markup, Uploader, Plugin, ENVIRONMENT, DataSource };
|
|
13351
13351
|
//# sourceMappingURL=bruce-models.es5.js.map
|