@factorialco/f0-react 1.463.0 → 1.463.1
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/dist/ai.d.ts +12 -12
- package/dist/experimental.d.ts +11 -11
- package/dist/f0.d.ts +12 -12
- package/dist/i18n-provider-defaults.d.ts +11 -11
- package/package.json +1 -1
package/dist/ai.d.ts
CHANGED
|
@@ -2645,7 +2645,7 @@ declare const internalAvatarTypes: readonly ["base", "rounded"];
|
|
|
2645
2645
|
* Profile data for a job posting entity (ATS opening), resolved asynchronously
|
|
2646
2646
|
* and displayed in the entity reference hover card.
|
|
2647
2647
|
*/
|
|
2648
|
-
declare type JobPostingProfile = {
|
|
2648
|
+
export declare type JobPostingProfile = {
|
|
2649
2649
|
id: string | number;
|
|
2650
2650
|
title: string;
|
|
2651
2651
|
status?: string;
|
|
@@ -3270,15 +3270,6 @@ declare module "@tiptap/core" {
|
|
|
3270
3270
|
}
|
|
3271
3271
|
|
|
3272
3272
|
|
|
3273
|
-
declare module "@tiptap/core" {
|
|
3274
|
-
interface Commands<ReturnType> {
|
|
3275
|
-
moodTracker: {
|
|
3276
|
-
insertMoodTracker: (data: MoodTrackerData) => ReturnType;
|
|
3277
|
-
};
|
|
3278
|
-
}
|
|
3279
|
-
}
|
|
3280
|
-
|
|
3281
|
-
|
|
3282
3273
|
declare module "@tiptap/core" {
|
|
3283
3274
|
interface Commands<ReturnType> {
|
|
3284
3275
|
aiBlock: {
|
|
@@ -3291,8 +3282,8 @@ declare module "@tiptap/core" {
|
|
|
3291
3282
|
|
|
3292
3283
|
declare module "@tiptap/core" {
|
|
3293
3284
|
interface Commands<ReturnType> {
|
|
3294
|
-
|
|
3295
|
-
|
|
3285
|
+
moodTracker: {
|
|
3286
|
+
insertMoodTracker: (data: MoodTrackerData) => ReturnType;
|
|
3296
3287
|
};
|
|
3297
3288
|
}
|
|
3298
3289
|
}
|
|
@@ -3309,6 +3300,15 @@ declare module "@tiptap/core" {
|
|
|
3309
3300
|
}
|
|
3310
3301
|
|
|
3311
3302
|
|
|
3303
|
+
declare module "@tiptap/core" {
|
|
3304
|
+
interface Commands<ReturnType> {
|
|
3305
|
+
transcript: {
|
|
3306
|
+
insertTranscript: (data: TranscriptData) => ReturnType;
|
|
3307
|
+
};
|
|
3308
|
+
}
|
|
3309
|
+
}
|
|
3310
|
+
|
|
3311
|
+
|
|
3312
3312
|
declare namespace Calendar {
|
|
3313
3313
|
var displayName: string;
|
|
3314
3314
|
}
|
package/dist/experimental.d.ts
CHANGED
|
@@ -8041,15 +8041,6 @@ declare module "@tiptap/core" {
|
|
|
8041
8041
|
}
|
|
8042
8042
|
|
|
8043
8043
|
|
|
8044
|
-
declare module "@tiptap/core" {
|
|
8045
|
-
interface Commands<ReturnType> {
|
|
8046
|
-
moodTracker: {
|
|
8047
|
-
insertMoodTracker: (data: MoodTrackerData) => ReturnType;
|
|
8048
|
-
};
|
|
8049
|
-
}
|
|
8050
|
-
}
|
|
8051
|
-
|
|
8052
|
-
|
|
8053
8044
|
declare module "@tiptap/core" {
|
|
8054
8045
|
interface Commands<ReturnType> {
|
|
8055
8046
|
aiBlock: {
|
|
@@ -8062,8 +8053,8 @@ declare module "@tiptap/core" {
|
|
|
8062
8053
|
|
|
8063
8054
|
declare module "@tiptap/core" {
|
|
8064
8055
|
interface Commands<ReturnType> {
|
|
8065
|
-
|
|
8066
|
-
|
|
8056
|
+
moodTracker: {
|
|
8057
|
+
insertMoodTracker: (data: MoodTrackerData) => ReturnType;
|
|
8067
8058
|
};
|
|
8068
8059
|
}
|
|
8069
8060
|
}
|
|
@@ -8080,6 +8071,15 @@ declare module "@tiptap/core" {
|
|
|
8080
8071
|
}
|
|
8081
8072
|
|
|
8082
8073
|
|
|
8074
|
+
declare module "@tiptap/core" {
|
|
8075
|
+
interface Commands<ReturnType> {
|
|
8076
|
+
transcript: {
|
|
8077
|
+
insertTranscript: (data: TranscriptData) => ReturnType;
|
|
8078
|
+
};
|
|
8079
|
+
}
|
|
8080
|
+
}
|
|
8081
|
+
|
|
8082
|
+
|
|
8083
8083
|
declare namespace Calendar {
|
|
8084
8084
|
var displayName: string;
|
|
8085
8085
|
}
|
package/dist/f0.d.ts
CHANGED
|
@@ -9686,7 +9686,7 @@ declare type ItemDefinition = {
|
|
|
9686
9686
|
* Profile data for a job posting entity (ATS opening), resolved asynchronously
|
|
9687
9687
|
* and displayed in the entity reference hover card.
|
|
9688
9688
|
*/
|
|
9689
|
-
declare type JobPostingProfile = {
|
|
9689
|
+
export declare type JobPostingProfile = {
|
|
9690
9690
|
id: string | number;
|
|
9691
9691
|
title: string;
|
|
9692
9692
|
status?: string;
|
|
@@ -13555,15 +13555,6 @@ declare module "@tiptap/core" {
|
|
|
13555
13555
|
}
|
|
13556
13556
|
|
|
13557
13557
|
|
|
13558
|
-
declare module "@tiptap/core" {
|
|
13559
|
-
interface Commands<ReturnType> {
|
|
13560
|
-
moodTracker: {
|
|
13561
|
-
insertMoodTracker: (data: MoodTrackerData) => ReturnType;
|
|
13562
|
-
};
|
|
13563
|
-
}
|
|
13564
|
-
}
|
|
13565
|
-
|
|
13566
|
-
|
|
13567
13558
|
declare module "@tiptap/core" {
|
|
13568
13559
|
interface Commands<ReturnType> {
|
|
13569
13560
|
aiBlock: {
|
|
@@ -13576,8 +13567,8 @@ declare module "@tiptap/core" {
|
|
|
13576
13567
|
|
|
13577
13568
|
declare module "@tiptap/core" {
|
|
13578
13569
|
interface Commands<ReturnType> {
|
|
13579
|
-
|
|
13580
|
-
|
|
13570
|
+
moodTracker: {
|
|
13571
|
+
insertMoodTracker: (data: MoodTrackerData) => ReturnType;
|
|
13581
13572
|
};
|
|
13582
13573
|
}
|
|
13583
13574
|
}
|
|
@@ -13594,6 +13585,15 @@ declare module "@tiptap/core" {
|
|
|
13594
13585
|
}
|
|
13595
13586
|
|
|
13596
13587
|
|
|
13588
|
+
declare module "@tiptap/core" {
|
|
13589
|
+
interface Commands<ReturnType> {
|
|
13590
|
+
transcript: {
|
|
13591
|
+
insertTranscript: (data: TranscriptData) => ReturnType;
|
|
13592
|
+
};
|
|
13593
|
+
}
|
|
13594
|
+
}
|
|
13595
|
+
|
|
13596
|
+
|
|
13597
13597
|
declare namespace Calendar {
|
|
13598
13598
|
var displayName: string;
|
|
13599
13599
|
}
|
|
@@ -815,15 +815,6 @@ declare module "@tiptap/core" {
|
|
|
815
815
|
}
|
|
816
816
|
|
|
817
817
|
|
|
818
|
-
declare module "@tiptap/core" {
|
|
819
|
-
interface Commands<ReturnType> {
|
|
820
|
-
moodTracker: {
|
|
821
|
-
insertMoodTracker: (data: MoodTrackerData) => ReturnType;
|
|
822
|
-
};
|
|
823
|
-
}
|
|
824
|
-
}
|
|
825
|
-
|
|
826
|
-
|
|
827
818
|
declare module "@tiptap/core" {
|
|
828
819
|
interface Commands<ReturnType> {
|
|
829
820
|
aiBlock: {
|
|
@@ -836,8 +827,8 @@ declare module "@tiptap/core" {
|
|
|
836
827
|
|
|
837
828
|
declare module "@tiptap/core" {
|
|
838
829
|
interface Commands<ReturnType> {
|
|
839
|
-
|
|
840
|
-
|
|
830
|
+
moodTracker: {
|
|
831
|
+
insertMoodTracker: (data: MoodTrackerData) => ReturnType;
|
|
841
832
|
};
|
|
842
833
|
}
|
|
843
834
|
}
|
|
@@ -854,6 +845,15 @@ declare module "@tiptap/core" {
|
|
|
854
845
|
}
|
|
855
846
|
|
|
856
847
|
|
|
848
|
+
declare module "@tiptap/core" {
|
|
849
|
+
interface Commands<ReturnType> {
|
|
850
|
+
transcript: {
|
|
851
|
+
insertTranscript: (data: TranscriptData) => ReturnType;
|
|
852
|
+
};
|
|
853
|
+
}
|
|
854
|
+
}
|
|
855
|
+
|
|
856
|
+
|
|
857
857
|
declare namespace Calendar {
|
|
858
858
|
var displayName: string;
|
|
859
859
|
}
|