unlayer-types 1.485.0 → 1.488.0
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/embed.d.ts +3 -3
- package/package.json +1 -1
package/embed.d.ts
CHANGED
|
@@ -3681,9 +3681,9 @@ declare module "packages/editor/src/state/types/callbacks" {
|
|
|
3681
3681
|
endUserId: string | number | null;
|
|
3682
3682
|
/** Partner-facing classification of the AI feature used this turn
|
|
3683
3683
|
* ('full_template_gen' | 'block_edit' | 'html_import' |
|
|
3684
|
-
* 'image_import' | 'image_generation'), derived from
|
|
3685
|
-
* internal data type. Null when the turn has no
|
|
3686
|
-
* classification. */
|
|
3684
|
+
* 'image_import' | 'image_generation' | 'image_edit'), derived from
|
|
3685
|
+
* the turn's internal data type. Null when the turn has no
|
|
3686
|
+
* partner-facing classification. */
|
|
3687
3687
|
featureType: AIFeatureType | null;
|
|
3688
3688
|
}
|
|
3689
3689
|
/** Snapshot of a generation request. Same shape that drives the
|
package/package.json
CHANGED