bruce-models 2.7.7 → 2.7.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 +2 -2
- package/dist/bruce-models.es5.js.map +1 -1
- package/dist/bruce-models.umd.js +2 -2
- package/dist/bruce-models.umd.js.map +1 -1
- package/dist/lib/bruce-models.js +1 -1
- package/dist/lib/tileset/tileset.js +1 -1
- package/dist/lib/tileset/tileset.js.map +1 -1
- package/dist/types/bruce-models.d.ts +1 -1
- package/package.json +1 -1
package/dist/bruce-models.umd.js
CHANGED
|
@@ -9234,7 +9234,7 @@
|
|
|
9234
9234
|
// We try find the published record for the tileset.
|
|
9235
9235
|
// If it doesn't exist, then it's not published.
|
|
9236
9236
|
const { published } = yield GetList({
|
|
9237
|
-
accountId:
|
|
9237
|
+
accountId: forAccountId,
|
|
9238
9238
|
api: api,
|
|
9239
9239
|
});
|
|
9240
9240
|
const tileset = published.find(x => x["Tileset.ID"] == tilesetId && x["PublishedBy.ClientAccount.ID"] == sourceAccountId);
|
|
@@ -11776,7 +11776,7 @@
|
|
|
11776
11776
|
DataSource.GetList = GetList;
|
|
11777
11777
|
})(exports.DataSource || (exports.DataSource = {}));
|
|
11778
11778
|
|
|
11779
|
-
const VERSION$1 = "2.7.
|
|
11779
|
+
const VERSION$1 = "2.7.8";
|
|
11780
11780
|
|
|
11781
11781
|
exports.VERSION = VERSION$1;
|
|
11782
11782
|
exports.AbstractApi = AbstractApi;
|