@rockrms/obsidian-framework 1.16.8-rc.1 → 1.16.9-rc.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/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rockrms/obsidian-framework",
|
|
3
3
|
"description": "Type definitions to allow building a plugin against the Obsidian framework.",
|
|
4
|
-
"version": "1.16.
|
|
4
|
+
"version": "1.16.9-rc.1",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"scripts": {},
|
|
7
7
|
"exports": "./types/*.d.ts",
|
|
@@ -178,6 +178,11 @@ export declare const DefinedType: {
|
|
|
178
178
|
* of saved configuration settings for quickly starting up kiosks.
|
|
179
179
|
*/
|
|
180
180
|
SavedCheckinConfigurations: string;
|
|
181
|
+
/**
|
|
182
|
+
* The "Saved Check-in Configurations" defined type that provides a list
|
|
183
|
+
* of saved configuration settings for quickly starting up kiosks.
|
|
184
|
+
*/
|
|
185
|
+
SavedKioskTemplates: string;
|
|
181
186
|
/** The schedule type */
|
|
182
187
|
ScheduleType: string;
|
|
183
188
|
/** The school grades defined type, which has values that determine which grade the person is based. The Value of the DefinedValue is the GradeOffset. */
|