@boldreports/types 6.3.29 → 6.3.31

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.29",
3
+ "version": "6.3.31",
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.29
3
+ * version : 6.3.31
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
@@ -931,6 +931,14 @@ declare namespace ej {
931
931
  */
932
932
  disableCodeModule?: boolean;
933
933
 
934
+ // tslint:disable:max-line-length
935
+ /** Gets or sets the embed token configured with user details, custom attributes, and report parameters to access the Report Server API services, instead of using the service
936
+ * authorization token.
937
+ * @Default {empty}
938
+ */
939
+ // tslint:enable:max-line-length
940
+ embedToken?: string;
941
+
934
942
  /** Enable or Disable Impersonate option for report designer datasources
935
943
  * @Default {false}
936
944
  */
@@ -1115,6 +1123,10 @@ declare namespace ej {
1115
1123
  */
1116
1124
  serviceAuthorizationToken?: string;
1117
1125
 
1126
+ /** Embed Token of ReportingService
1127
+ */
1128
+ embedToken?: string;
1129
+
1118
1130
  /** Action type of AJAX call back
1119
1131
  */
1120
1132
  actionType?: string;
@@ -1142,6 +1154,10 @@ declare namespace ej {
1142
1154
  */
1143
1155
  serviceAuthorizationToken?: string;
1144
1156
 
1157
+ /** Embed Token of ReportingService
1158
+ */
1159
+ embedToken?: string;
1160
+
1145
1161
  /** Action type of AJAX call back
1146
1162
  */
1147
1163
  actionType?: string;
@@ -1169,6 +1185,10 @@ declare namespace ej {
1169
1185
  */
1170
1186
  serviceAuthorizationToken?: string;
1171
1187
 
1188
+ /** Embed Token of ReportingService
1189
+ */
1190
+ embedToken?: string;
1191
+
1172
1192
  /** Action type of AJAX call back
1173
1193
  */
1174
1194
  actionType?: string;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@boldreports/types",
3
- "version": "6.3.29",
3
+ "version": "6.3.31",
4
4
  "typeScriptVersion": "2.3",
5
5
  "types": "index"
6
6
  }