@boldreports/types 6.3.31 → 6.3.32

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.31",
3
+ "version": "6.3.32",
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.31
3
+ * version : 6.3.32
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,14 +931,6 @@ 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
-
942
934
  /** Enable or Disable Impersonate option for report designer datasources
943
935
  * @Default {false}
944
936
  */
@@ -1123,10 +1115,6 @@ declare namespace ej {
1123
1115
  */
1124
1116
  serviceAuthorizationToken?: string;
1125
1117
 
1126
- /** Embed Token of ReportingService
1127
- */
1128
- embedToken?: string;
1129
-
1130
1118
  /** Action type of AJAX call back
1131
1119
  */
1132
1120
  actionType?: string;
@@ -1154,10 +1142,6 @@ declare namespace ej {
1154
1142
  */
1155
1143
  serviceAuthorizationToken?: string;
1156
1144
 
1157
- /** Embed Token of ReportingService
1158
- */
1159
- embedToken?: string;
1160
-
1161
1145
  /** Action type of AJAX call back
1162
1146
  */
1163
1147
  actionType?: string;
@@ -1185,10 +1169,6 @@ declare namespace ej {
1185
1169
  */
1186
1170
  serviceAuthorizationToken?: string;
1187
1171
 
1188
- /** Embed Token of ReportingService
1189
- */
1190
- embedToken?: string;
1191
-
1192
1172
  /** Action type of AJAX call back
1193
1173
  */
1194
1174
  actionType?: string;
@@ -3048,6 +3028,8 @@ This support applicable only in Classic view.
3048
3028
  Settings,
3049
3029
  //Specifies the LimitRecordSetup as value in ToolbarItems to get specified item.
3050
3030
  LimitRecordSetup,
3031
+ //Specifies the AlertIcon as value in ToolbarItems to get specified item.
3032
+ AlertIcon,
3051
3033
  //Shows all toolbar items.
3052
3034
  All,
3053
3035
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@boldreports/types",
3
- "version": "6.3.31",
3
+ "version": "6.3.32",
4
4
  "typeScriptVersion": "2.3",
5
5
  "types": "index"
6
6
  }