@boldreports/types 6.3.27 → 6.3.29

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.27",
3
+ "version": "6.3.29",
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.27
3
+ * version : 6.3.29
4
4
  * Copyright Syncfusion Inc. 2001 - 2025. 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
@@ -2097,6 +2097,13 @@ declare namespace ej {
2097
2097
  */
2098
2098
  serviceAuthorizationToken?: string;
2099
2099
 
2100
+ // tslint:disable:max-line-length
2101
+ /** Specifies the token that contains authorization token, report parameters, custom attributes and user information to process the reports.
2102
+ * @Default {empty}
2103
+ */
2104
+ // tslint:enable:max-line-length
2105
+ embedToken?: string;
2106
+
2100
2107
  /** Specifies the toolbar render mode of the report.
2101
2108
  * @Default {ej.ReportViewer.ToolbarRenderMode.Native}
2102
2109
  */
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@boldreports/types",
3
- "version": "6.3.27",
3
+ "version": "6.3.29",
4
4
  "typeScriptVersion": "2.3",
5
5
  "types": "index"
6
6
  }