intelica-library-components 1.1.74 → 1.1.76
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/index.d.ts +2 -2
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -2953,9 +2953,9 @@ interface CreateNotificationsForJobRequest {
|
|
|
2953
2953
|
}>;
|
|
2954
2954
|
}
|
|
2955
2955
|
interface HtmlPreviewBucket {
|
|
2956
|
-
bucketName:
|
|
2956
|
+
bucketName: BucketCatalog;
|
|
2957
2957
|
templateName: string;
|
|
2958
|
-
dataJson:
|
|
2958
|
+
dataJson: any;
|
|
2959
2959
|
}
|
|
2960
2960
|
|
|
2961
2961
|
interface NotificationResponse {
|