@boldreports/types 6.3.17 → 6.3.24

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@boldreports/types",
3
- "version": "6.3.17",
3
+ "version": "6.3.24",
4
4
  "description": "TypeScript definitions for Bold Reports",
5
5
  "repository": {
6
6
  "type": "git",
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * filename: index.d.ts
3
- * version : 6.3.17
3
+ * version : 6.3.24
4
4
  * Copyright Syncfusion Inc. 2001 - 2024. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
@@ -2011,6 +2011,11 @@ declare namespace ej {
2011
2011
  */
2012
2012
  parameters?: Parameter[];
2013
2013
 
2014
+ /** Gets or sets the list of extended attributes associated with the report.
2015
+ * @Default {null}
2016
+ */
2017
+ extendedAttributes?: Object;
2018
+
2014
2019
  /** Specifies the toolbar settings.
2015
2020
  */
2016
2021
  toolbarSettings?: ToolbarSettings;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@boldreports/types",
3
- "version": "6.3.17",
3
+ "version": "6.3.24",
4
4
  "typeScriptVersion": "2.3",
5
5
  "types": "index"
6
6
  }