obsidian-typings 4.45.0 → 4.46.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.
@@ -6297,27 +6297,27 @@ export interface GetRecentFilesOptions {
6297
6297
  /**
6298
6298
  * The maximum number of files to return.
6299
6299
  */
6300
- maxCount: number;
6300
+ maxCount?: number;
6301
6301
  /**
6302
6302
  * Whether to show canvas files.
6303
6303
  */
6304
- showCanvas: boolean;
6304
+ showCanvas?: boolean;
6305
6305
  /**
6306
6306
  * Whether to show image files.
6307
6307
  */
6308
- showImages: boolean;
6308
+ showImages?: boolean;
6309
6309
  /**
6310
6310
  * Whether to show markdown files.
6311
6311
  */
6312
- showMarkdown: boolean;
6312
+ showMarkdown?: boolean;
6313
6313
  /**
6314
6314
  * Whether to show non-attachments (canvas, base).
6315
6315
  */
6316
- showNonAttachments: boolean;
6316
+ showNonAttachments?: boolean;
6317
6317
  /**
6318
6318
  * Whether to show non-image attachments.
6319
6319
  */
6320
- showNonImageAttachments: boolean;
6320
+ showNonImageAttachments?: boolean;
6321
6321
  }
6322
6322
  /**
6323
6323
  * @todo Documentation incomplete.
@@ -22505,27 +22505,27 @@ export interface GetRecentFilesOptions {
22505
22505
  /**
22506
22506
  * The maximum number of files to return.
22507
22507
  */
22508
- maxCount: number;
22508
+ maxCount?: number;
22509
22509
  /**
22510
22510
  * Whether to show canvas files.
22511
22511
  */
22512
- showCanvas: boolean;
22512
+ showCanvas?: boolean;
22513
22513
  /**
22514
22514
  * Whether to show image files.
22515
22515
  */
22516
- showImages: boolean;
22516
+ showImages?: boolean;
22517
22517
  /**
22518
22518
  * Whether to show markdown files.
22519
22519
  */
22520
- showMarkdown: boolean;
22520
+ showMarkdown?: boolean;
22521
22521
  /**
22522
22522
  * Whether to show non-attachments (canvas, base).
22523
22523
  */
22524
- showNonAttachments: boolean;
22524
+ showNonAttachments?: boolean;
22525
22525
  /**
22526
22526
  * Whether to show non-image attachments.
22527
22527
  */
22528
- showNonImageAttachments: boolean;
22528
+ showNonImageAttachments?: boolean;
22529
22529
  }
22530
22530
  /**
22531
22531
  * @todo Documentation incomplete.
@@ -65922,7 +65922,7 @@
65922
65922
  "excerptTokens": [
65923
65923
  {
65924
65924
  "kind": "Content",
65925
- "text": "maxCount: "
65925
+ "text": "maxCount?: "
65926
65926
  },
65927
65927
  {
65928
65928
  "kind": "Content",
@@ -65934,7 +65934,7 @@
65934
65934
  }
65935
65935
  ],
65936
65936
  "isReadonly": false,
65937
- "isOptional": false,
65937
+ "isOptional": true,
65938
65938
  "releaseTag": "Public",
65939
65939
  "name": "maxCount",
65940
65940
  "propertyTypeTokenRange": {
@@ -65949,7 +65949,7 @@
65949
65949
  "excerptTokens": [
65950
65950
  {
65951
65951
  "kind": "Content",
65952
- "text": "showCanvas: "
65952
+ "text": "showCanvas?: "
65953
65953
  },
65954
65954
  {
65955
65955
  "kind": "Content",
@@ -65961,7 +65961,7 @@
65961
65961
  }
65962
65962
  ],
65963
65963
  "isReadonly": false,
65964
- "isOptional": false,
65964
+ "isOptional": true,
65965
65965
  "releaseTag": "Public",
65966
65966
  "name": "showCanvas",
65967
65967
  "propertyTypeTokenRange": {
@@ -65976,7 +65976,7 @@
65976
65976
  "excerptTokens": [
65977
65977
  {
65978
65978
  "kind": "Content",
65979
- "text": "showImages: "
65979
+ "text": "showImages?: "
65980
65980
  },
65981
65981
  {
65982
65982
  "kind": "Content",
@@ -65988,7 +65988,7 @@
65988
65988
  }
65989
65989
  ],
65990
65990
  "isReadonly": false,
65991
- "isOptional": false,
65991
+ "isOptional": true,
65992
65992
  "releaseTag": "Public",
65993
65993
  "name": "showImages",
65994
65994
  "propertyTypeTokenRange": {
@@ -66003,7 +66003,7 @@
66003
66003
  "excerptTokens": [
66004
66004
  {
66005
66005
  "kind": "Content",
66006
- "text": "showMarkdown: "
66006
+ "text": "showMarkdown?: "
66007
66007
  },
66008
66008
  {
66009
66009
  "kind": "Content",
@@ -66015,7 +66015,7 @@
66015
66015
  }
66016
66016
  ],
66017
66017
  "isReadonly": false,
66018
- "isOptional": false,
66018
+ "isOptional": true,
66019
66019
  "releaseTag": "Public",
66020
66020
  "name": "showMarkdown",
66021
66021
  "propertyTypeTokenRange": {
@@ -66030,7 +66030,7 @@
66030
66030
  "excerptTokens": [
66031
66031
  {
66032
66032
  "kind": "Content",
66033
- "text": "showNonAttachments: "
66033
+ "text": "showNonAttachments?: "
66034
66034
  },
66035
66035
  {
66036
66036
  "kind": "Content",
@@ -66042,7 +66042,7 @@
66042
66042
  }
66043
66043
  ],
66044
66044
  "isReadonly": false,
66045
- "isOptional": false,
66045
+ "isOptional": true,
66046
66046
  "releaseTag": "Public",
66047
66047
  "name": "showNonAttachments",
66048
66048
  "propertyTypeTokenRange": {
@@ -66057,7 +66057,7 @@
66057
66057
  "excerptTokens": [
66058
66058
  {
66059
66059
  "kind": "Content",
66060
- "text": "showNonImageAttachments: "
66060
+ "text": "showNonImageAttachments?: "
66061
66061
  },
66062
66062
  {
66063
66063
  "kind": "Content",
@@ -66069,7 +66069,7 @@
66069
66069
  }
66070
66070
  ],
66071
66071
  "isReadonly": false,
66072
- "isOptional": false,
66072
+ "isOptional": true,
66073
66073
  "releaseTag": "Public",
66074
66074
  "name": "showNonImageAttachments",
66075
66075
  "propertyTypeTokenRange": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "obsidian-typings",
3
- "version": "4.45.0",
3
+ "version": "4.46.0",
4
4
  "description": "Extended type definitions for the Obsidian API (https://obsidian.md)",
5
5
  "main": "",
6
6
  "module": "",