@crystaldesign/diva-backoffice 24.5.0-beta.28 → 24.5.0-beta.29

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.
@@ -4378,6 +4378,10 @@ function loadConfiguration(t, root, config, lang) {
4378
4378
  }, {
4379
4379
  title: t('backoffice.table.rooms.columns.sceneName'),
4380
4380
  field: 'sceneName'
4381
+ }, {
4382
+ title: t('backoffice.table.rooms.columns.isExclusiv'),
4383
+ field: 'organizations',
4384
+ type: 'boolean'
4381
4385
  }, {
4382
4386
  title: t('backoffice.table.rooms.columns.lastUpdated'),
4383
4387
  field: 'lastUpdated',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crystaldesign/diva-backoffice",
3
- "version": "24.5.0-beta.28",
3
+ "version": "24.5.0-beta.29",
4
4
  "license": "COMMERCIAL",
5
5
  "devDependencies": {
6
6
  "@testing-library/jest-dom": "^5.15.0",
@@ -50,5 +50,5 @@
50
50
  },
51
51
  "module": "build/esm/index.js",
52
52
  "types": "./build/types/backoffice/src/index.d.ts",
53
- "gitHead": "40edea3e8c286ddad5400fa1ceebfc73ba06cbcd"
53
+ "gitHead": "364918ed06548fba6d83971c991810eecfdf2737"
54
54
  }