@rockrms/obsidian-framework 1.16.7-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,15 +1,15 @@
1
- {
2
- "name": "@rockrms/obsidian-framework",
3
- "description": "Type definitions to allow building a plugin against the Obsidian framework.",
4
- "license": "SEE LICENSE IN LICENSE.md",
5
- "scripts": {},
6
- "exports": "./types/*.d.ts",
7
- "repository": {
8
- "type": "git",
9
- "url": "git+https://github.com/SparkDevNetwork/Rock.git"
10
- },
11
- "version": "1.16.7-rc.1",
12
- "peerDependencies": {
13
- "vue": "3.2.35"
14
- }
15
- }
1
+ {
2
+ "name": "@rockrms/obsidian-framework",
3
+ "description": "Type definitions to allow building a plugin against the Obsidian framework.",
4
+ "version": "1.16.9-rc.1",
5
+ "license": "SEE LICENSE IN LICENSE.md",
6
+ "scripts": {},
7
+ "exports": "./types/*.d.ts",
8
+ "repository": {
9
+ "type": "git",
10
+ "url": "git+https://github.com/SparkDevNetwork/Rock.git"
11
+ },
12
+ "peerDependencies": {
13
+ "vue": "3.2.35"
14
+ }
15
+ }
@@ -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. */