@connectedxm/admin 6.10.0 → 6.10.1
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/index.d.cts +1 -0
- package/dist/index.d.ts +1 -0
- package/openapi.json +4 -0
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
package/dist/index.d.ts
CHANGED
package/openapi.json
CHANGED
|
@@ -98340,6 +98340,9 @@
|
|
|
98340
98340
|
"sessions": {
|
|
98341
98341
|
"type": "boolean"
|
|
98342
98342
|
},
|
|
98343
|
+
"blocks": {
|
|
98344
|
+
"type": "boolean"
|
|
98345
|
+
},
|
|
98343
98346
|
"rounds": {
|
|
98344
98347
|
"type": "boolean"
|
|
98345
98348
|
},
|
|
@@ -98377,6 +98380,7 @@
|
|
|
98377
98380
|
"sponsorshipLevels",
|
|
98378
98381
|
"locations",
|
|
98379
98382
|
"sessions",
|
|
98383
|
+
"blocks",
|
|
98380
98384
|
"rounds",
|
|
98381
98385
|
"sideEffects",
|
|
98382
98386
|
"advancedSettings"
|