obsidian-typings 4.43.0 → 4.44.0

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.
@@ -1999,7 +1999,7 @@ export interface BasesNote {
1999
1999
  /**
2000
2000
  * Data.
2001
2001
  */
2002
- data: unknown[];
2002
+ data: Record<string, unknown>;
2003
2003
  /**
2004
2004
  * Get control.
2005
2005
  *
@@ -18207,7 +18207,7 @@ export interface BasesNote {
18207
18207
  /**
18208
18208
  * Data.
18209
18209
  */
18210
- data: unknown[];
18210
+ data: Record<string, unknown>;
18211
18211
  /**
18212
18212
  * Get control.
18213
18213
  *
@@ -13244,9 +13244,14 @@
13244
13244
  "kind": "Content",
13245
13245
  "text": "data: "
13246
13246
  },
13247
+ {
13248
+ "kind": "Reference",
13249
+ "text": "Record",
13250
+ "canonicalReference": "!Record:type"
13251
+ },
13247
13252
  {
13248
13253
  "kind": "Content",
13249
- "text": "unknown[]"
13254
+ "text": "<string, unknown>"
13250
13255
  },
13251
13256
  {
13252
13257
  "kind": "Content",
@@ -13259,7 +13264,7 @@
13259
13264
  "name": "data",
13260
13265
  "propertyTypeTokenRange": {
13261
13266
  "startIndex": 1,
13262
- "endIndex": 2
13267
+ "endIndex": 3
13263
13268
  }
13264
13269
  },
13265
13270
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "obsidian-typings",
3
- "version": "4.43.0",
3
+ "version": "4.44.0",
4
4
  "description": "Extended type definitions for the Obsidian API (https://obsidian.md)",
5
5
  "main": "",
6
6
  "module": "",