@dvina/sdk 4.0.175 → 4.0.204
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/{_generated_documents-IY3FWPNP.cjs → _generated_documents-CRKVFZQI.cjs} +750 -550
- package/dist/{_generated_documents-IY3FWPNP.cjs.map → _generated_documents-CRKVFZQI.cjs.map} +1 -1
- package/dist/_generated_documents-F3ZIS3JM.js +4 -0
- package/dist/{_generated_documents-Q6OTMWZ6.js.map → _generated_documents-F3ZIS3JM.js.map} +1 -1
- package/dist/adapters/angular/index.cjs +4 -4
- package/dist/adapters/angular/index.d.cts +1 -1
- package/dist/adapters/angular/index.d.ts +1 -1
- package/dist/adapters/angular/index.js +2 -2
- package/dist/{chunk-MF2FZGXV.js → chunk-CHUY7Y2H.js} +115 -24
- package/dist/chunk-CHUY7Y2H.js.map +1 -0
- package/dist/{chunk-K3X4BLL7.cjs → chunk-F4NHYL2R.cjs} +164 -23
- package/dist/chunk-F4NHYL2R.cjs.map +1 -0
- package/dist/{chunk-IHJ5KI6X.cjs → chunk-SQU7RYLF.cjs} +1776 -522
- package/dist/chunk-SQU7RYLF.cjs.map +1 -0
- package/dist/{chunk-4G7NIJ4M.js → chunk-YWW2VBNQ.js} +1273 -53
- package/dist/chunk-YWW2VBNQ.js.map +1 -0
- package/dist/{client-DE3e6SwA.d.cts → client-BsG-S2_P.d.cts} +1010 -1
- package/dist/{client-3CExTHwf.d.ts → client-cnmS1OmF.d.ts} +1010 -1
- package/dist/index.cjs +565 -405
- package/dist/index.d.cts +307 -4
- package/dist/index.d.ts +307 -4
- package/dist/index.js +2 -2
- package/package.json +1 -1
- package/dist/_generated_documents-Q6OTMWZ6.js +0 -4
- package/dist/chunk-4G7NIJ4M.js.map +0 -1
- package/dist/chunk-IHJ5KI6X.cjs.map +0 -1
- package/dist/chunk-K3X4BLL7.cjs.map +0 -1
- package/dist/chunk-MF2FZGXV.js.map +0 -1
|
@@ -445,6 +445,7 @@ type ChatCreateInput = {
|
|
|
445
445
|
agents?: InputMaybe<AgentCreateNestedManyWithoutChatsInput>;
|
|
446
446
|
artifacts?: InputMaybe<ArtifactCreateNestedManyWithoutChatInput>;
|
|
447
447
|
closedAt?: InputMaybe<Scalars['DateTime']>;
|
|
448
|
+
desktopDevice?: InputMaybe<DesktopDeviceCreateNestedOneWithoutChatsInput>;
|
|
448
449
|
id?: InputMaybe<Scalars['String']>;
|
|
449
450
|
insight?: InputMaybe<InsightCreateNestedOneWithoutChatInput>;
|
|
450
451
|
messages?: InputMaybe<ChatMessageCreateNestedManyWithoutChatInput>;
|
|
@@ -452,6 +453,47 @@ type ChatCreateInput = {
|
|
|
452
453
|
originMeta?: InputMaybe<Scalars['JSON']>;
|
|
453
454
|
piiMaskRules?: InputMaybe<Scalars['JSON']>;
|
|
454
455
|
piiSanitizationEnabled?: InputMaybe<Scalars['Boolean']>;
|
|
456
|
+
project?: InputMaybe<ProjectCreateNestedOneWithoutChatsInput>;
|
|
457
|
+
};
|
|
458
|
+
type ChatCreateManyDesktopDeviceInput = {
|
|
459
|
+
closedAt?: InputMaybe<Scalars['DateTime']>;
|
|
460
|
+
id?: InputMaybe<Scalars['String']>;
|
|
461
|
+
insightId?: InputMaybe<Scalars['String']>;
|
|
462
|
+
name: Scalars['String'];
|
|
463
|
+
originMeta?: InputMaybe<Scalars['JSON']>;
|
|
464
|
+
piiMaskRules?: InputMaybe<Scalars['JSON']>;
|
|
465
|
+
piiSanitizationEnabled?: InputMaybe<Scalars['Boolean']>;
|
|
466
|
+
projectId?: InputMaybe<Scalars['String']>;
|
|
467
|
+
};
|
|
468
|
+
type ChatCreateManyDesktopDeviceInputEnvelope = {
|
|
469
|
+
data: Array<ChatCreateManyDesktopDeviceInput>;
|
|
470
|
+
skipDuplicates?: InputMaybe<Scalars['Boolean']>;
|
|
471
|
+
};
|
|
472
|
+
type ChatCreateManyProjectInput = {
|
|
473
|
+
closedAt?: InputMaybe<Scalars['DateTime']>;
|
|
474
|
+
deviceId?: InputMaybe<Scalars['String']>;
|
|
475
|
+
id?: InputMaybe<Scalars['String']>;
|
|
476
|
+
insightId?: InputMaybe<Scalars['String']>;
|
|
477
|
+
name: Scalars['String'];
|
|
478
|
+
originMeta?: InputMaybe<Scalars['JSON']>;
|
|
479
|
+
piiMaskRules?: InputMaybe<Scalars['JSON']>;
|
|
480
|
+
piiSanitizationEnabled?: InputMaybe<Scalars['Boolean']>;
|
|
481
|
+
};
|
|
482
|
+
type ChatCreateManyProjectInputEnvelope = {
|
|
483
|
+
data: Array<ChatCreateManyProjectInput>;
|
|
484
|
+
skipDuplicates?: InputMaybe<Scalars['Boolean']>;
|
|
485
|
+
};
|
|
486
|
+
type ChatCreateNestedManyWithoutDesktopDeviceInput = {
|
|
487
|
+
connect?: InputMaybe<Array<ChatWhereUniqueInput>>;
|
|
488
|
+
connectOrCreate?: InputMaybe<Array<ChatCreateOrConnectWithoutDesktopDeviceInput>>;
|
|
489
|
+
create?: InputMaybe<Array<ChatCreateWithoutDesktopDeviceInput>>;
|
|
490
|
+
createMany?: InputMaybe<ChatCreateManyDesktopDeviceInputEnvelope>;
|
|
491
|
+
};
|
|
492
|
+
type ChatCreateNestedManyWithoutProjectInput = {
|
|
493
|
+
connect?: InputMaybe<Array<ChatWhereUniqueInput>>;
|
|
494
|
+
connectOrCreate?: InputMaybe<Array<ChatCreateOrConnectWithoutProjectInput>>;
|
|
495
|
+
create?: InputMaybe<Array<ChatCreateWithoutProjectInput>>;
|
|
496
|
+
createMany?: InputMaybe<ChatCreateManyProjectInputEnvelope>;
|
|
455
497
|
};
|
|
456
498
|
type ChatCreateNestedOneWithoutArtifactsInput = {
|
|
457
499
|
connect?: InputMaybe<ChatWhereUniqueInput>;
|
|
@@ -472,6 +514,10 @@ type ChatCreateOrConnectWithoutArtifactsInput = {
|
|
|
472
514
|
create: ChatCreateWithoutArtifactsInput;
|
|
473
515
|
where: ChatWhereUniqueInput;
|
|
474
516
|
};
|
|
517
|
+
type ChatCreateOrConnectWithoutDesktopDeviceInput = {
|
|
518
|
+
create: ChatCreateWithoutDesktopDeviceInput;
|
|
519
|
+
where: ChatWhereUniqueInput;
|
|
520
|
+
};
|
|
475
521
|
type ChatCreateOrConnectWithoutInsightInput = {
|
|
476
522
|
create: ChatCreateWithoutInsightInput;
|
|
477
523
|
where: ChatWhereUniqueInput;
|
|
@@ -480,9 +526,14 @@ type ChatCreateOrConnectWithoutMessagesInput = {
|
|
|
480
526
|
create: ChatCreateWithoutMessagesInput;
|
|
481
527
|
where: ChatWhereUniqueInput;
|
|
482
528
|
};
|
|
529
|
+
type ChatCreateOrConnectWithoutProjectInput = {
|
|
530
|
+
create: ChatCreateWithoutProjectInput;
|
|
531
|
+
where: ChatWhereUniqueInput;
|
|
532
|
+
};
|
|
483
533
|
type ChatCreateWithoutArtifactsInput = {
|
|
484
534
|
agents?: InputMaybe<AgentCreateNestedManyWithoutChatsInput>;
|
|
485
535
|
closedAt?: InputMaybe<Scalars['DateTime']>;
|
|
536
|
+
desktopDevice?: InputMaybe<DesktopDeviceCreateNestedOneWithoutChatsInput>;
|
|
486
537
|
id?: InputMaybe<Scalars['String']>;
|
|
487
538
|
insight?: InputMaybe<InsightCreateNestedOneWithoutChatInput>;
|
|
488
539
|
messages?: InputMaybe<ChatMessageCreateNestedManyWithoutChatInput>;
|
|
@@ -490,28 +541,59 @@ type ChatCreateWithoutArtifactsInput = {
|
|
|
490
541
|
originMeta?: InputMaybe<Scalars['JSON']>;
|
|
491
542
|
piiMaskRules?: InputMaybe<Scalars['JSON']>;
|
|
492
543
|
piiSanitizationEnabled?: InputMaybe<Scalars['Boolean']>;
|
|
544
|
+
project?: InputMaybe<ProjectCreateNestedOneWithoutChatsInput>;
|
|
545
|
+
};
|
|
546
|
+
type ChatCreateWithoutDesktopDeviceInput = {
|
|
547
|
+
agents?: InputMaybe<AgentCreateNestedManyWithoutChatsInput>;
|
|
548
|
+
artifacts?: InputMaybe<ArtifactCreateNestedManyWithoutChatInput>;
|
|
549
|
+
closedAt?: InputMaybe<Scalars['DateTime']>;
|
|
550
|
+
id?: InputMaybe<Scalars['String']>;
|
|
551
|
+
insight?: InputMaybe<InsightCreateNestedOneWithoutChatInput>;
|
|
552
|
+
messages?: InputMaybe<ChatMessageCreateNestedManyWithoutChatInput>;
|
|
553
|
+
name: Scalars['String'];
|
|
554
|
+
originMeta?: InputMaybe<Scalars['JSON']>;
|
|
555
|
+
piiMaskRules?: InputMaybe<Scalars['JSON']>;
|
|
556
|
+
piiSanitizationEnabled?: InputMaybe<Scalars['Boolean']>;
|
|
557
|
+
project?: InputMaybe<ProjectCreateNestedOneWithoutChatsInput>;
|
|
493
558
|
};
|
|
494
559
|
type ChatCreateWithoutInsightInput = {
|
|
495
560
|
agents?: InputMaybe<AgentCreateNestedManyWithoutChatsInput>;
|
|
496
561
|
artifacts?: InputMaybe<ArtifactCreateNestedManyWithoutChatInput>;
|
|
497
562
|
closedAt?: InputMaybe<Scalars['DateTime']>;
|
|
563
|
+
desktopDevice?: InputMaybe<DesktopDeviceCreateNestedOneWithoutChatsInput>;
|
|
498
564
|
id?: InputMaybe<Scalars['String']>;
|
|
499
565
|
messages?: InputMaybe<ChatMessageCreateNestedManyWithoutChatInput>;
|
|
500
566
|
name: Scalars['String'];
|
|
501
567
|
originMeta?: InputMaybe<Scalars['JSON']>;
|
|
502
568
|
piiMaskRules?: InputMaybe<Scalars['JSON']>;
|
|
503
569
|
piiSanitizationEnabled?: InputMaybe<Scalars['Boolean']>;
|
|
570
|
+
project?: InputMaybe<ProjectCreateNestedOneWithoutChatsInput>;
|
|
504
571
|
};
|
|
505
572
|
type ChatCreateWithoutMessagesInput = {
|
|
506
573
|
agents?: InputMaybe<AgentCreateNestedManyWithoutChatsInput>;
|
|
507
574
|
artifacts?: InputMaybe<ArtifactCreateNestedManyWithoutChatInput>;
|
|
508
575
|
closedAt?: InputMaybe<Scalars['DateTime']>;
|
|
576
|
+
desktopDevice?: InputMaybe<DesktopDeviceCreateNestedOneWithoutChatsInput>;
|
|
509
577
|
id?: InputMaybe<Scalars['String']>;
|
|
510
578
|
insight?: InputMaybe<InsightCreateNestedOneWithoutChatInput>;
|
|
511
579
|
name: Scalars['String'];
|
|
512
580
|
originMeta?: InputMaybe<Scalars['JSON']>;
|
|
513
581
|
piiMaskRules?: InputMaybe<Scalars['JSON']>;
|
|
514
582
|
piiSanitizationEnabled?: InputMaybe<Scalars['Boolean']>;
|
|
583
|
+
project?: InputMaybe<ProjectCreateNestedOneWithoutChatsInput>;
|
|
584
|
+
};
|
|
585
|
+
type ChatCreateWithoutProjectInput = {
|
|
586
|
+
agents?: InputMaybe<AgentCreateNestedManyWithoutChatsInput>;
|
|
587
|
+
artifacts?: InputMaybe<ArtifactCreateNestedManyWithoutChatInput>;
|
|
588
|
+
closedAt?: InputMaybe<Scalars['DateTime']>;
|
|
589
|
+
desktopDevice?: InputMaybe<DesktopDeviceCreateNestedOneWithoutChatsInput>;
|
|
590
|
+
id?: InputMaybe<Scalars['String']>;
|
|
591
|
+
insight?: InputMaybe<InsightCreateNestedOneWithoutChatInput>;
|
|
592
|
+
messages?: InputMaybe<ChatMessageCreateNestedManyWithoutChatInput>;
|
|
593
|
+
name: Scalars['String'];
|
|
594
|
+
originMeta?: InputMaybe<Scalars['JSON']>;
|
|
595
|
+
piiMaskRules?: InputMaybe<Scalars['JSON']>;
|
|
596
|
+
piiSanitizationEnabled?: InputMaybe<Scalars['Boolean']>;
|
|
515
597
|
};
|
|
516
598
|
type ChatImportExecuteInput = {
|
|
517
599
|
files: Array<ChatImportFileInput>;
|
|
@@ -755,9 +837,11 @@ type ChatOrderByRelationAggregateInput = {
|
|
|
755
837
|
_count?: InputMaybe<SortOrder>;
|
|
756
838
|
};
|
|
757
839
|
declare enum ChatOrderByRelevanceFieldEnum {
|
|
840
|
+
DeviceId = "deviceId",
|
|
758
841
|
Id = "id",
|
|
759
842
|
InsightId = "insightId",
|
|
760
843
|
Name = "name",
|
|
844
|
+
ProjectId = "projectId",
|
|
761
845
|
UserId = "userId",
|
|
762
846
|
WorkspaceId = "workspaceId"
|
|
763
847
|
}
|
|
@@ -772,6 +856,8 @@ type ChatOrderByWithRelationInput = {
|
|
|
772
856
|
artifacts?: InputMaybe<ArtifactOrderByRelationAggregateInput>;
|
|
773
857
|
closedAt?: InputMaybe<SortOrderInput>;
|
|
774
858
|
createdAt?: InputMaybe<SortOrder>;
|
|
859
|
+
desktopDevice?: InputMaybe<DesktopDeviceOrderByWithRelationInput>;
|
|
860
|
+
deviceId?: InputMaybe<SortOrderInput>;
|
|
775
861
|
id?: InputMaybe<SortOrder>;
|
|
776
862
|
insight?: InputMaybe<InsightOrderByWithRelationInput>;
|
|
777
863
|
insightId?: InputMaybe<SortOrderInput>;
|
|
@@ -780,12 +866,30 @@ type ChatOrderByWithRelationInput = {
|
|
|
780
866
|
originMeta?: InputMaybe<SortOrderInput>;
|
|
781
867
|
piiMaskRules?: InputMaybe<SortOrderInput>;
|
|
782
868
|
piiSanitizationEnabled?: InputMaybe<SortOrder>;
|
|
869
|
+
project?: InputMaybe<ProjectOrderByWithRelationInput>;
|
|
870
|
+
projectId?: InputMaybe<SortOrderInput>;
|
|
783
871
|
updatedAt?: InputMaybe<SortOrder>;
|
|
784
872
|
};
|
|
785
873
|
type ChatScalarRelationFilter = {
|
|
786
874
|
is?: InputMaybe<ChatWhereInput>;
|
|
787
875
|
isNot?: InputMaybe<ChatWhereInput>;
|
|
788
876
|
};
|
|
877
|
+
type ChatScalarWhereInput = {
|
|
878
|
+
AND?: InputMaybe<Array<ChatScalarWhereInput>>;
|
|
879
|
+
NOT?: InputMaybe<Array<ChatScalarWhereInput>>;
|
|
880
|
+
OR?: InputMaybe<Array<ChatScalarWhereInput>>;
|
|
881
|
+
closedAt?: InputMaybe<DateTimeFilter>;
|
|
882
|
+
createdAt?: InputMaybe<DateTimeFilter>;
|
|
883
|
+
deviceId?: InputMaybe<StringFilter>;
|
|
884
|
+
id?: InputMaybe<StringFilter>;
|
|
885
|
+
insightId?: InputMaybe<StringFilter>;
|
|
886
|
+
name?: InputMaybe<StringFilter>;
|
|
887
|
+
originMeta?: InputMaybe<JsonFilter>;
|
|
888
|
+
piiMaskRules?: InputMaybe<JsonFilter>;
|
|
889
|
+
piiSanitizationEnabled?: InputMaybe<BoolFilter>;
|
|
890
|
+
projectId?: InputMaybe<StringFilter>;
|
|
891
|
+
updatedAt?: InputMaybe<DateTimeFilter>;
|
|
892
|
+
};
|
|
789
893
|
declare enum ChatSourceImportFidelityEnum {
|
|
790
894
|
Exact = "Exact",
|
|
791
895
|
Normalized = "Normalized"
|
|
@@ -807,6 +911,7 @@ type ChatUpdateInput = {
|
|
|
807
911
|
agents?: InputMaybe<AgentUpdateManyWithoutChatsNestedInput>;
|
|
808
912
|
artifacts?: InputMaybe<ArtifactUpdateManyWithoutChatNestedInput>;
|
|
809
913
|
closedAt?: InputMaybe<Scalars['DateTime']>;
|
|
914
|
+
desktopDevice?: InputMaybe<DesktopDeviceUpdateOneWithoutChatsNestedInput>;
|
|
810
915
|
id?: InputMaybe<Scalars['String']>;
|
|
811
916
|
insight?: InputMaybe<InsightUpdateOneWithoutChatNestedInput>;
|
|
812
917
|
messages?: InputMaybe<ChatMessageUpdateManyWithoutChatNestedInput>;
|
|
@@ -814,6 +919,49 @@ type ChatUpdateInput = {
|
|
|
814
919
|
originMeta?: InputMaybe<Scalars['JSON']>;
|
|
815
920
|
piiMaskRules?: InputMaybe<Scalars['JSON']>;
|
|
816
921
|
piiSanitizationEnabled?: InputMaybe<Scalars['Boolean']>;
|
|
922
|
+
project?: InputMaybe<ProjectUpdateOneWithoutChatsNestedInput>;
|
|
923
|
+
};
|
|
924
|
+
type ChatUpdateManyMutationInput = {
|
|
925
|
+
closedAt?: InputMaybe<Scalars['DateTime']>;
|
|
926
|
+
id?: InputMaybe<Scalars['String']>;
|
|
927
|
+
name?: InputMaybe<Scalars['String']>;
|
|
928
|
+
originMeta?: InputMaybe<Scalars['JSON']>;
|
|
929
|
+
piiMaskRules?: InputMaybe<Scalars['JSON']>;
|
|
930
|
+
piiSanitizationEnabled?: InputMaybe<Scalars['Boolean']>;
|
|
931
|
+
};
|
|
932
|
+
type ChatUpdateManyWithWhereWithoutDesktopDeviceInput = {
|
|
933
|
+
data: ChatUpdateManyMutationInput;
|
|
934
|
+
where: ChatScalarWhereInput;
|
|
935
|
+
};
|
|
936
|
+
type ChatUpdateManyWithWhereWithoutProjectInput = {
|
|
937
|
+
data: ChatUpdateManyMutationInput;
|
|
938
|
+
where: ChatScalarWhereInput;
|
|
939
|
+
};
|
|
940
|
+
type ChatUpdateManyWithoutDesktopDeviceNestedInput = {
|
|
941
|
+
connect?: InputMaybe<Array<ChatWhereUniqueInput>>;
|
|
942
|
+
connectOrCreate?: InputMaybe<Array<ChatCreateOrConnectWithoutDesktopDeviceInput>>;
|
|
943
|
+
create?: InputMaybe<Array<ChatCreateWithoutDesktopDeviceInput>>;
|
|
944
|
+
createMany?: InputMaybe<ChatCreateManyDesktopDeviceInputEnvelope>;
|
|
945
|
+
delete?: InputMaybe<Array<ChatWhereUniqueInput>>;
|
|
946
|
+
deleteMany?: InputMaybe<Array<ChatScalarWhereInput>>;
|
|
947
|
+
disconnect?: InputMaybe<Array<ChatWhereUniqueInput>>;
|
|
948
|
+
set?: InputMaybe<Array<ChatWhereUniqueInput>>;
|
|
949
|
+
update?: InputMaybe<Array<ChatUpdateWithWhereUniqueWithoutDesktopDeviceInput>>;
|
|
950
|
+
updateMany?: InputMaybe<Array<ChatUpdateManyWithWhereWithoutDesktopDeviceInput>>;
|
|
951
|
+
upsert?: InputMaybe<Array<ChatUpsertWithWhereUniqueWithoutDesktopDeviceInput>>;
|
|
952
|
+
};
|
|
953
|
+
type ChatUpdateManyWithoutProjectNestedInput = {
|
|
954
|
+
connect?: InputMaybe<Array<ChatWhereUniqueInput>>;
|
|
955
|
+
connectOrCreate?: InputMaybe<Array<ChatCreateOrConnectWithoutProjectInput>>;
|
|
956
|
+
create?: InputMaybe<Array<ChatCreateWithoutProjectInput>>;
|
|
957
|
+
createMany?: InputMaybe<ChatCreateManyProjectInputEnvelope>;
|
|
958
|
+
delete?: InputMaybe<Array<ChatWhereUniqueInput>>;
|
|
959
|
+
deleteMany?: InputMaybe<Array<ChatScalarWhereInput>>;
|
|
960
|
+
disconnect?: InputMaybe<Array<ChatWhereUniqueInput>>;
|
|
961
|
+
set?: InputMaybe<Array<ChatWhereUniqueInput>>;
|
|
962
|
+
update?: InputMaybe<Array<ChatUpdateWithWhereUniqueWithoutProjectInput>>;
|
|
963
|
+
updateMany?: InputMaybe<Array<ChatUpdateManyWithWhereWithoutProjectInput>>;
|
|
964
|
+
upsert?: InputMaybe<Array<ChatUpsertWithWhereUniqueWithoutProjectInput>>;
|
|
817
965
|
};
|
|
818
966
|
type ChatUpdateOneRequiredWithoutMessagesNestedInput = {
|
|
819
967
|
connect?: InputMaybe<ChatWhereUniqueInput>;
|
|
@@ -852,9 +1000,18 @@ type ChatUpdateToOneWithWhereWithoutMessagesInput = {
|
|
|
852
1000
|
data: ChatUpdateWithoutMessagesInput;
|
|
853
1001
|
where?: InputMaybe<ChatWhereInput>;
|
|
854
1002
|
};
|
|
1003
|
+
type ChatUpdateWithWhereUniqueWithoutDesktopDeviceInput = {
|
|
1004
|
+
data: ChatUpdateWithoutDesktopDeviceInput;
|
|
1005
|
+
where: ChatWhereUniqueInput;
|
|
1006
|
+
};
|
|
1007
|
+
type ChatUpdateWithWhereUniqueWithoutProjectInput = {
|
|
1008
|
+
data: ChatUpdateWithoutProjectInput;
|
|
1009
|
+
where: ChatWhereUniqueInput;
|
|
1010
|
+
};
|
|
855
1011
|
type ChatUpdateWithoutArtifactsInput = {
|
|
856
1012
|
agents?: InputMaybe<AgentUpdateManyWithoutChatsNestedInput>;
|
|
857
1013
|
closedAt?: InputMaybe<Scalars['DateTime']>;
|
|
1014
|
+
desktopDevice?: InputMaybe<DesktopDeviceUpdateOneWithoutChatsNestedInput>;
|
|
858
1015
|
id?: InputMaybe<Scalars['String']>;
|
|
859
1016
|
insight?: InputMaybe<InsightUpdateOneWithoutChatNestedInput>;
|
|
860
1017
|
messages?: InputMaybe<ChatMessageUpdateManyWithoutChatNestedInput>;
|
|
@@ -862,28 +1019,69 @@ type ChatUpdateWithoutArtifactsInput = {
|
|
|
862
1019
|
originMeta?: InputMaybe<Scalars['JSON']>;
|
|
863
1020
|
piiMaskRules?: InputMaybe<Scalars['JSON']>;
|
|
864
1021
|
piiSanitizationEnabled?: InputMaybe<Scalars['Boolean']>;
|
|
1022
|
+
project?: InputMaybe<ProjectUpdateOneWithoutChatsNestedInput>;
|
|
1023
|
+
};
|
|
1024
|
+
type ChatUpdateWithoutDesktopDeviceInput = {
|
|
1025
|
+
agents?: InputMaybe<AgentUpdateManyWithoutChatsNestedInput>;
|
|
1026
|
+
artifacts?: InputMaybe<ArtifactUpdateManyWithoutChatNestedInput>;
|
|
1027
|
+
closedAt?: InputMaybe<Scalars['DateTime']>;
|
|
1028
|
+
id?: InputMaybe<Scalars['String']>;
|
|
1029
|
+
insight?: InputMaybe<InsightUpdateOneWithoutChatNestedInput>;
|
|
1030
|
+
messages?: InputMaybe<ChatMessageUpdateManyWithoutChatNestedInput>;
|
|
1031
|
+
name?: InputMaybe<Scalars['String']>;
|
|
1032
|
+
originMeta?: InputMaybe<Scalars['JSON']>;
|
|
1033
|
+
piiMaskRules?: InputMaybe<Scalars['JSON']>;
|
|
1034
|
+
piiSanitizationEnabled?: InputMaybe<Scalars['Boolean']>;
|
|
1035
|
+
project?: InputMaybe<ProjectUpdateOneWithoutChatsNestedInput>;
|
|
865
1036
|
};
|
|
866
1037
|
type ChatUpdateWithoutInsightInput = {
|
|
867
1038
|
agents?: InputMaybe<AgentUpdateManyWithoutChatsNestedInput>;
|
|
868
1039
|
artifacts?: InputMaybe<ArtifactUpdateManyWithoutChatNestedInput>;
|
|
869
1040
|
closedAt?: InputMaybe<Scalars['DateTime']>;
|
|
1041
|
+
desktopDevice?: InputMaybe<DesktopDeviceUpdateOneWithoutChatsNestedInput>;
|
|
870
1042
|
id?: InputMaybe<Scalars['String']>;
|
|
871
1043
|
messages?: InputMaybe<ChatMessageUpdateManyWithoutChatNestedInput>;
|
|
872
1044
|
name?: InputMaybe<Scalars['String']>;
|
|
873
1045
|
originMeta?: InputMaybe<Scalars['JSON']>;
|
|
874
1046
|
piiMaskRules?: InputMaybe<Scalars['JSON']>;
|
|
875
1047
|
piiSanitizationEnabled?: InputMaybe<Scalars['Boolean']>;
|
|
1048
|
+
project?: InputMaybe<ProjectUpdateOneWithoutChatsNestedInput>;
|
|
876
1049
|
};
|
|
877
1050
|
type ChatUpdateWithoutMessagesInput = {
|
|
878
1051
|
agents?: InputMaybe<AgentUpdateManyWithoutChatsNestedInput>;
|
|
879
1052
|
artifacts?: InputMaybe<ArtifactUpdateManyWithoutChatNestedInput>;
|
|
880
1053
|
closedAt?: InputMaybe<Scalars['DateTime']>;
|
|
1054
|
+
desktopDevice?: InputMaybe<DesktopDeviceUpdateOneWithoutChatsNestedInput>;
|
|
881
1055
|
id?: InputMaybe<Scalars['String']>;
|
|
882
1056
|
insight?: InputMaybe<InsightUpdateOneWithoutChatNestedInput>;
|
|
883
1057
|
name?: InputMaybe<Scalars['String']>;
|
|
884
1058
|
originMeta?: InputMaybe<Scalars['JSON']>;
|
|
885
1059
|
piiMaskRules?: InputMaybe<Scalars['JSON']>;
|
|
886
1060
|
piiSanitizationEnabled?: InputMaybe<Scalars['Boolean']>;
|
|
1061
|
+
project?: InputMaybe<ProjectUpdateOneWithoutChatsNestedInput>;
|
|
1062
|
+
};
|
|
1063
|
+
type ChatUpdateWithoutProjectInput = {
|
|
1064
|
+
agents?: InputMaybe<AgentUpdateManyWithoutChatsNestedInput>;
|
|
1065
|
+
artifacts?: InputMaybe<ArtifactUpdateManyWithoutChatNestedInput>;
|
|
1066
|
+
closedAt?: InputMaybe<Scalars['DateTime']>;
|
|
1067
|
+
desktopDevice?: InputMaybe<DesktopDeviceUpdateOneWithoutChatsNestedInput>;
|
|
1068
|
+
id?: InputMaybe<Scalars['String']>;
|
|
1069
|
+
insight?: InputMaybe<InsightUpdateOneWithoutChatNestedInput>;
|
|
1070
|
+
messages?: InputMaybe<ChatMessageUpdateManyWithoutChatNestedInput>;
|
|
1071
|
+
name?: InputMaybe<Scalars['String']>;
|
|
1072
|
+
originMeta?: InputMaybe<Scalars['JSON']>;
|
|
1073
|
+
piiMaskRules?: InputMaybe<Scalars['JSON']>;
|
|
1074
|
+
piiSanitizationEnabled?: InputMaybe<Scalars['Boolean']>;
|
|
1075
|
+
};
|
|
1076
|
+
type ChatUpsertWithWhereUniqueWithoutDesktopDeviceInput = {
|
|
1077
|
+
create: ChatCreateWithoutDesktopDeviceInput;
|
|
1078
|
+
update: ChatUpdateWithoutDesktopDeviceInput;
|
|
1079
|
+
where: ChatWhereUniqueInput;
|
|
1080
|
+
};
|
|
1081
|
+
type ChatUpsertWithWhereUniqueWithoutProjectInput = {
|
|
1082
|
+
create: ChatCreateWithoutProjectInput;
|
|
1083
|
+
update: ChatUpdateWithoutProjectInput;
|
|
1084
|
+
where: ChatWhereUniqueInput;
|
|
887
1085
|
};
|
|
888
1086
|
type ChatUpsertWithoutArtifactsInput = {
|
|
889
1087
|
create: ChatCreateWithoutArtifactsInput;
|
|
@@ -908,6 +1106,8 @@ type ChatWhereInput = {
|
|
|
908
1106
|
artifacts?: InputMaybe<ArtifactListRelationFilter>;
|
|
909
1107
|
closedAt?: InputMaybe<DateTimeFilter>;
|
|
910
1108
|
createdAt?: InputMaybe<DateTimeFilter>;
|
|
1109
|
+
desktopDevice?: InputMaybe<DesktopDeviceScalarRelationFilter>;
|
|
1110
|
+
deviceId?: InputMaybe<StringFilter>;
|
|
911
1111
|
id?: InputMaybe<StringFilter>;
|
|
912
1112
|
insight?: InputMaybe<InsightScalarRelationFilter>;
|
|
913
1113
|
insightId?: InputMaybe<StringFilter>;
|
|
@@ -916,6 +1116,8 @@ type ChatWhereInput = {
|
|
|
916
1116
|
originMeta?: InputMaybe<JsonFilter>;
|
|
917
1117
|
piiMaskRules?: InputMaybe<JsonFilter>;
|
|
918
1118
|
piiSanitizationEnabled?: InputMaybe<BoolFilter>;
|
|
1119
|
+
project?: InputMaybe<ProjectScalarRelationFilter>;
|
|
1120
|
+
projectId?: InputMaybe<StringFilter>;
|
|
919
1121
|
updatedAt?: InputMaybe<DateTimeFilter>;
|
|
920
1122
|
};
|
|
921
1123
|
type ChatWhereUniqueInput = {
|
|
@@ -926,6 +1128,8 @@ type ChatWhereUniqueInput = {
|
|
|
926
1128
|
artifacts?: InputMaybe<ArtifactListRelationFilter>;
|
|
927
1129
|
closedAt?: InputMaybe<DateTimeFilter>;
|
|
928
1130
|
createdAt?: InputMaybe<DateTimeFilter>;
|
|
1131
|
+
desktopDevice?: InputMaybe<DesktopDeviceScalarRelationFilter>;
|
|
1132
|
+
deviceId?: InputMaybe<StringFilter>;
|
|
929
1133
|
id?: InputMaybe<Scalars['String']>;
|
|
930
1134
|
insight?: InputMaybe<InsightScalarRelationFilter>;
|
|
931
1135
|
insightId?: InputMaybe<Scalars['String']>;
|
|
@@ -934,6 +1138,8 @@ type ChatWhereUniqueInput = {
|
|
|
934
1138
|
originMeta?: InputMaybe<JsonFilter>;
|
|
935
1139
|
piiMaskRules?: InputMaybe<JsonFilter>;
|
|
936
1140
|
piiSanitizationEnabled?: InputMaybe<BoolFilter>;
|
|
1141
|
+
project?: InputMaybe<ProjectScalarRelationFilter>;
|
|
1142
|
+
projectId?: InputMaybe<StringFilter>;
|
|
937
1143
|
updatedAt?: InputMaybe<DateTimeFilter>;
|
|
938
1144
|
};
|
|
939
1145
|
type ContentBlockCreateManyChatMessageInput = {
|
|
@@ -1278,6 +1484,208 @@ type DateTimeFilter = {
|
|
|
1278
1484
|
not?: InputMaybe<DateTimeFilter>;
|
|
1279
1485
|
notIn?: InputMaybe<Array<Scalars['DateTime']>>;
|
|
1280
1486
|
};
|
|
1487
|
+
type DesktopDeviceCreateInput = {
|
|
1488
|
+
appVersion?: InputMaybe<Scalars['String']>;
|
|
1489
|
+
chats?: InputMaybe<ChatCreateNestedManyWithoutDesktopDeviceInput>;
|
|
1490
|
+
desktopBindings?: InputMaybe<ProjectDesktopBindingCreateNestedManyWithoutDeviceInput>;
|
|
1491
|
+
deviceLabel: Scalars['String'];
|
|
1492
|
+
deviceType?: InputMaybe<Scalars['String']>;
|
|
1493
|
+
fingerprint: Scalars['String'];
|
|
1494
|
+
id?: InputMaybe<Scalars['String']>;
|
|
1495
|
+
lastSeenAt?: InputMaybe<Scalars['DateTime']>;
|
|
1496
|
+
macAddress?: InputMaybe<Scalars['String']>;
|
|
1497
|
+
manufacturer?: InputMaybe<Scalars['String']>;
|
|
1498
|
+
modelName?: InputMaybe<Scalars['String']>;
|
|
1499
|
+
modelYear?: InputMaybe<Scalars['Int']>;
|
|
1500
|
+
platform?: InputMaybe<Scalars['String']>;
|
|
1501
|
+
};
|
|
1502
|
+
type DesktopDeviceCreateNestedOneWithoutChatsInput = {
|
|
1503
|
+
connect?: InputMaybe<DesktopDeviceWhereUniqueInput>;
|
|
1504
|
+
connectOrCreate?: InputMaybe<DesktopDeviceCreateOrConnectWithoutChatsInput>;
|
|
1505
|
+
create?: InputMaybe<DesktopDeviceCreateWithoutChatsInput>;
|
|
1506
|
+
};
|
|
1507
|
+
type DesktopDeviceCreateNestedOneWithoutDesktopBindingsInput = {
|
|
1508
|
+
connect?: InputMaybe<DesktopDeviceWhereUniqueInput>;
|
|
1509
|
+
connectOrCreate?: InputMaybe<DesktopDeviceCreateOrConnectWithoutDesktopBindingsInput>;
|
|
1510
|
+
create?: InputMaybe<DesktopDeviceCreateWithoutDesktopBindingsInput>;
|
|
1511
|
+
};
|
|
1512
|
+
type DesktopDeviceCreateOrConnectWithoutChatsInput = {
|
|
1513
|
+
create: DesktopDeviceCreateWithoutChatsInput;
|
|
1514
|
+
where: DesktopDeviceWhereUniqueInput;
|
|
1515
|
+
};
|
|
1516
|
+
type DesktopDeviceCreateOrConnectWithoutDesktopBindingsInput = {
|
|
1517
|
+
create: DesktopDeviceCreateWithoutDesktopBindingsInput;
|
|
1518
|
+
where: DesktopDeviceWhereUniqueInput;
|
|
1519
|
+
};
|
|
1520
|
+
type DesktopDeviceCreateWithoutChatsInput = {
|
|
1521
|
+
appVersion?: InputMaybe<Scalars['String']>;
|
|
1522
|
+
desktopBindings?: InputMaybe<ProjectDesktopBindingCreateNestedManyWithoutDeviceInput>;
|
|
1523
|
+
deviceLabel: Scalars['String'];
|
|
1524
|
+
deviceType?: InputMaybe<Scalars['String']>;
|
|
1525
|
+
fingerprint: Scalars['String'];
|
|
1526
|
+
id?: InputMaybe<Scalars['String']>;
|
|
1527
|
+
lastSeenAt?: InputMaybe<Scalars['DateTime']>;
|
|
1528
|
+
macAddress?: InputMaybe<Scalars['String']>;
|
|
1529
|
+
manufacturer?: InputMaybe<Scalars['String']>;
|
|
1530
|
+
modelName?: InputMaybe<Scalars['String']>;
|
|
1531
|
+
modelYear?: InputMaybe<Scalars['Int']>;
|
|
1532
|
+
platform?: InputMaybe<Scalars['String']>;
|
|
1533
|
+
};
|
|
1534
|
+
type DesktopDeviceCreateWithoutDesktopBindingsInput = {
|
|
1535
|
+
appVersion?: InputMaybe<Scalars['String']>;
|
|
1536
|
+
chats?: InputMaybe<ChatCreateNestedManyWithoutDesktopDeviceInput>;
|
|
1537
|
+
deviceLabel: Scalars['String'];
|
|
1538
|
+
deviceType?: InputMaybe<Scalars['String']>;
|
|
1539
|
+
fingerprint: Scalars['String'];
|
|
1540
|
+
id?: InputMaybe<Scalars['String']>;
|
|
1541
|
+
lastSeenAt?: InputMaybe<Scalars['DateTime']>;
|
|
1542
|
+
macAddress?: InputMaybe<Scalars['String']>;
|
|
1543
|
+
manufacturer?: InputMaybe<Scalars['String']>;
|
|
1544
|
+
modelName?: InputMaybe<Scalars['String']>;
|
|
1545
|
+
modelYear?: InputMaybe<Scalars['Int']>;
|
|
1546
|
+
platform?: InputMaybe<Scalars['String']>;
|
|
1547
|
+
};
|
|
1548
|
+
declare enum DesktopDeviceOrderByRelevanceFieldEnum {
|
|
1549
|
+
AppVersion = "appVersion",
|
|
1550
|
+
DeviceLabel = "deviceLabel",
|
|
1551
|
+
DeviceType = "deviceType",
|
|
1552
|
+
Fingerprint = "fingerprint",
|
|
1553
|
+
Id = "id",
|
|
1554
|
+
MacAddress = "macAddress",
|
|
1555
|
+
Manufacturer = "manufacturer",
|
|
1556
|
+
ModelName = "modelName",
|
|
1557
|
+
Platform = "platform",
|
|
1558
|
+
UserId = "userId",
|
|
1559
|
+
WorkspaceId = "workspaceId"
|
|
1560
|
+
}
|
|
1561
|
+
type DesktopDeviceOrderByRelevanceInput = {
|
|
1562
|
+
fields: Array<DesktopDeviceOrderByRelevanceFieldEnum>;
|
|
1563
|
+
search: Scalars['String'];
|
|
1564
|
+
sort: SortOrder;
|
|
1565
|
+
};
|
|
1566
|
+
type DesktopDeviceOrderByWithRelationInput = {
|
|
1567
|
+
_relevance?: InputMaybe<DesktopDeviceOrderByRelevanceInput>;
|
|
1568
|
+
appVersion?: InputMaybe<SortOrderInput>;
|
|
1569
|
+
chats?: InputMaybe<ChatOrderByRelationAggregateInput>;
|
|
1570
|
+
createdAt?: InputMaybe<SortOrder>;
|
|
1571
|
+
desktopBindings?: InputMaybe<ProjectDesktopBindingOrderByRelationAggregateInput>;
|
|
1572
|
+
deviceLabel?: InputMaybe<SortOrder>;
|
|
1573
|
+
deviceType?: InputMaybe<SortOrderInput>;
|
|
1574
|
+
id?: InputMaybe<SortOrder>;
|
|
1575
|
+
lastSeenAt?: InputMaybe<SortOrderInput>;
|
|
1576
|
+
macAddress?: InputMaybe<SortOrderInput>;
|
|
1577
|
+
manufacturer?: InputMaybe<SortOrderInput>;
|
|
1578
|
+
modelName?: InputMaybe<SortOrderInput>;
|
|
1579
|
+
modelYear?: InputMaybe<SortOrderInput>;
|
|
1580
|
+
platform?: InputMaybe<SortOrderInput>;
|
|
1581
|
+
updatedAt?: InputMaybe<SortOrder>;
|
|
1582
|
+
};
|
|
1583
|
+
type DesktopDeviceScalarRelationFilter = {
|
|
1584
|
+
is?: InputMaybe<DesktopDeviceWhereInput>;
|
|
1585
|
+
isNot?: InputMaybe<DesktopDeviceWhereInput>;
|
|
1586
|
+
};
|
|
1587
|
+
type DesktopDeviceUpdateOneRequiredWithoutDesktopBindingsNestedInput = {
|
|
1588
|
+
connect?: InputMaybe<DesktopDeviceWhereUniqueInput>;
|
|
1589
|
+
connectOrCreate?: InputMaybe<DesktopDeviceCreateOrConnectWithoutDesktopBindingsInput>;
|
|
1590
|
+
create?: InputMaybe<DesktopDeviceCreateWithoutDesktopBindingsInput>;
|
|
1591
|
+
update?: InputMaybe<DesktopDeviceUpdateToOneWithWhereWithoutDesktopBindingsInput>;
|
|
1592
|
+
upsert?: InputMaybe<DesktopDeviceUpsertWithoutDesktopBindingsInput>;
|
|
1593
|
+
};
|
|
1594
|
+
type DesktopDeviceUpdateOneWithoutChatsNestedInput = {
|
|
1595
|
+
connect?: InputMaybe<DesktopDeviceWhereUniqueInput>;
|
|
1596
|
+
connectOrCreate?: InputMaybe<DesktopDeviceCreateOrConnectWithoutChatsInput>;
|
|
1597
|
+
create?: InputMaybe<DesktopDeviceCreateWithoutChatsInput>;
|
|
1598
|
+
delete?: InputMaybe<DesktopDeviceWhereInput>;
|
|
1599
|
+
disconnect?: InputMaybe<DesktopDeviceWhereInput>;
|
|
1600
|
+
update?: InputMaybe<DesktopDeviceUpdateToOneWithWhereWithoutChatsInput>;
|
|
1601
|
+
upsert?: InputMaybe<DesktopDeviceUpsertWithoutChatsInput>;
|
|
1602
|
+
};
|
|
1603
|
+
type DesktopDeviceUpdateToOneWithWhereWithoutChatsInput = {
|
|
1604
|
+
data: DesktopDeviceUpdateWithoutChatsInput;
|
|
1605
|
+
where?: InputMaybe<DesktopDeviceWhereInput>;
|
|
1606
|
+
};
|
|
1607
|
+
type DesktopDeviceUpdateToOneWithWhereWithoutDesktopBindingsInput = {
|
|
1608
|
+
data: DesktopDeviceUpdateWithoutDesktopBindingsInput;
|
|
1609
|
+
where?: InputMaybe<DesktopDeviceWhereInput>;
|
|
1610
|
+
};
|
|
1611
|
+
type DesktopDeviceUpdateWithoutChatsInput = {
|
|
1612
|
+
appVersion?: InputMaybe<Scalars['String']>;
|
|
1613
|
+
desktopBindings?: InputMaybe<ProjectDesktopBindingUpdateManyWithoutDeviceNestedInput>;
|
|
1614
|
+
deviceLabel?: InputMaybe<Scalars['String']>;
|
|
1615
|
+
deviceType?: InputMaybe<Scalars['String']>;
|
|
1616
|
+
id?: InputMaybe<Scalars['String']>;
|
|
1617
|
+
lastSeenAt?: InputMaybe<Scalars['DateTime']>;
|
|
1618
|
+
macAddress?: InputMaybe<Scalars['String']>;
|
|
1619
|
+
manufacturer?: InputMaybe<Scalars['String']>;
|
|
1620
|
+
modelName?: InputMaybe<Scalars['String']>;
|
|
1621
|
+
modelYear?: InputMaybe<Scalars['Int']>;
|
|
1622
|
+
platform?: InputMaybe<Scalars['String']>;
|
|
1623
|
+
};
|
|
1624
|
+
type DesktopDeviceUpdateWithoutDesktopBindingsInput = {
|
|
1625
|
+
appVersion?: InputMaybe<Scalars['String']>;
|
|
1626
|
+
chats?: InputMaybe<ChatUpdateManyWithoutDesktopDeviceNestedInput>;
|
|
1627
|
+
deviceLabel?: InputMaybe<Scalars['String']>;
|
|
1628
|
+
deviceType?: InputMaybe<Scalars['String']>;
|
|
1629
|
+
id?: InputMaybe<Scalars['String']>;
|
|
1630
|
+
lastSeenAt?: InputMaybe<Scalars['DateTime']>;
|
|
1631
|
+
macAddress?: InputMaybe<Scalars['String']>;
|
|
1632
|
+
manufacturer?: InputMaybe<Scalars['String']>;
|
|
1633
|
+
modelName?: InputMaybe<Scalars['String']>;
|
|
1634
|
+
modelYear?: InputMaybe<Scalars['Int']>;
|
|
1635
|
+
platform?: InputMaybe<Scalars['String']>;
|
|
1636
|
+
};
|
|
1637
|
+
type DesktopDeviceUpsertWithoutChatsInput = {
|
|
1638
|
+
create: DesktopDeviceCreateWithoutChatsInput;
|
|
1639
|
+
update: DesktopDeviceUpdateWithoutChatsInput;
|
|
1640
|
+
where?: InputMaybe<DesktopDeviceWhereInput>;
|
|
1641
|
+
};
|
|
1642
|
+
type DesktopDeviceUpsertWithoutDesktopBindingsInput = {
|
|
1643
|
+
create: DesktopDeviceCreateWithoutDesktopBindingsInput;
|
|
1644
|
+
update: DesktopDeviceUpdateWithoutDesktopBindingsInput;
|
|
1645
|
+
where?: InputMaybe<DesktopDeviceWhereInput>;
|
|
1646
|
+
};
|
|
1647
|
+
type DesktopDeviceWhereInput = {
|
|
1648
|
+
AND?: InputMaybe<Array<DesktopDeviceWhereInput>>;
|
|
1649
|
+
NOT?: InputMaybe<Array<DesktopDeviceWhereInput>>;
|
|
1650
|
+
OR?: InputMaybe<Array<DesktopDeviceWhereInput>>;
|
|
1651
|
+
appVersion?: InputMaybe<StringFilter>;
|
|
1652
|
+
chats?: InputMaybe<ChatListRelationFilter>;
|
|
1653
|
+
createdAt?: InputMaybe<DateTimeFilter>;
|
|
1654
|
+
desktopBindings?: InputMaybe<ProjectDesktopBindingListRelationFilter>;
|
|
1655
|
+
deviceLabel?: InputMaybe<StringFilter>;
|
|
1656
|
+
deviceType?: InputMaybe<StringFilter>;
|
|
1657
|
+
id?: InputMaybe<StringFilter>;
|
|
1658
|
+
lastSeenAt?: InputMaybe<DateTimeFilter>;
|
|
1659
|
+
macAddress?: InputMaybe<StringFilter>;
|
|
1660
|
+
manufacturer?: InputMaybe<StringFilter>;
|
|
1661
|
+
modelName?: InputMaybe<StringFilter>;
|
|
1662
|
+
modelYear?: InputMaybe<IntFilter>;
|
|
1663
|
+
platform?: InputMaybe<StringFilter>;
|
|
1664
|
+
updatedAt?: InputMaybe<DateTimeFilter>;
|
|
1665
|
+
};
|
|
1666
|
+
type DesktopDeviceWhereUniqueInput = {
|
|
1667
|
+
AND?: InputMaybe<Array<DesktopDeviceWhereInput>>;
|
|
1668
|
+
NOT?: InputMaybe<Array<DesktopDeviceWhereInput>>;
|
|
1669
|
+
OR?: InputMaybe<Array<DesktopDeviceWhereInput>>;
|
|
1670
|
+
appVersion?: InputMaybe<StringFilter>;
|
|
1671
|
+
chats?: InputMaybe<ChatListRelationFilter>;
|
|
1672
|
+
createdAt?: InputMaybe<DateTimeFilter>;
|
|
1673
|
+
desktopBindings?: InputMaybe<ProjectDesktopBindingListRelationFilter>;
|
|
1674
|
+
deviceLabel?: InputMaybe<StringFilter>;
|
|
1675
|
+
deviceType?: InputMaybe<StringFilter>;
|
|
1676
|
+
id?: InputMaybe<Scalars['String']>;
|
|
1677
|
+
lastSeenAt?: InputMaybe<DateTimeFilter>;
|
|
1678
|
+
macAddress?: InputMaybe<StringFilter>;
|
|
1679
|
+
manufacturer?: InputMaybe<StringFilter>;
|
|
1680
|
+
modelName?: InputMaybe<StringFilter>;
|
|
1681
|
+
modelYear?: InputMaybe<IntFilter>;
|
|
1682
|
+
platform?: InputMaybe<StringFilter>;
|
|
1683
|
+
updatedAt?: InputMaybe<DateTimeFilter>;
|
|
1684
|
+
workspaceId_userId_fingerprint?: InputMaybe<DesktopDeviceWorkspaceIdUserIdFingerprintCompoundUniqueInput>;
|
|
1685
|
+
};
|
|
1686
|
+
type DesktopDeviceWorkspaceIdUserIdFingerprintCompoundUniqueInput = {
|
|
1687
|
+
fingerprint: Scalars['String'];
|
|
1688
|
+
};
|
|
1281
1689
|
declare enum DocumentCatalogOrderByRelevanceFieldEnum {
|
|
1282
1690
|
FormatKey = "formatKey",
|
|
1283
1691
|
Icon = "icon",
|
|
@@ -1461,6 +1869,18 @@ type EnumPresentationFilter = {
|
|
|
1461
1869
|
not?: InputMaybe<EnumPresentationFilter>;
|
|
1462
1870
|
notIn?: InputMaybe<Array<Presentation>>;
|
|
1463
1871
|
};
|
|
1872
|
+
type EnumProjectDesktopContextKindFilter = {
|
|
1873
|
+
equals?: InputMaybe<ProjectDesktopContextKind>;
|
|
1874
|
+
in?: InputMaybe<Array<ProjectDesktopContextKind>>;
|
|
1875
|
+
not?: InputMaybe<EnumProjectDesktopContextKindFilter>;
|
|
1876
|
+
notIn?: InputMaybe<Array<ProjectDesktopContextKind>>;
|
|
1877
|
+
};
|
|
1878
|
+
type EnumProjectSourceFilter = {
|
|
1879
|
+
equals?: InputMaybe<ProjectSource>;
|
|
1880
|
+
in?: InputMaybe<Array<ProjectSource>>;
|
|
1881
|
+
not?: InputMaybe<EnumProjectSourceFilter>;
|
|
1882
|
+
notIn?: InputMaybe<Array<ProjectSource>>;
|
|
1883
|
+
};
|
|
1464
1884
|
type EnumPulseEventKindFilter = {
|
|
1465
1885
|
equals?: InputMaybe<PulseEventKind>;
|
|
1466
1886
|
in?: InputMaybe<Array<PulseEventKind>>;
|
|
@@ -1495,6 +1915,7 @@ declare enum FeedItemKind {
|
|
|
1495
1915
|
Insight = "insight",
|
|
1496
1916
|
Integration = "integration",
|
|
1497
1917
|
LiveContext = "live_context",
|
|
1918
|
+
Project = "project",
|
|
1498
1919
|
Pulse = "pulse"
|
|
1499
1920
|
}
|
|
1500
1921
|
declare enum FeedItemOrderByRelevanceFieldEnum {
|
|
@@ -2309,6 +2730,11 @@ type LiveContextWhereUniqueInput = {
|
|
|
2309
2730
|
title?: InputMaybe<StringFilter>;
|
|
2310
2731
|
updatedAt?: InputMaybe<DateTimeFilter>;
|
|
2311
2732
|
};
|
|
2733
|
+
declare enum LocalSandboxDeviceConnectionState {
|
|
2734
|
+
Connected = "CONNECTED",
|
|
2735
|
+
Disconnected = "DISCONNECTED",
|
|
2736
|
+
Unavailable = "UNAVAILABLE"
|
|
2737
|
+
}
|
|
2312
2738
|
declare enum McpAuthPhase {
|
|
2313
2739
|
Cancelled = "Cancelled",
|
|
2314
2740
|
Completed = "Completed",
|
|
@@ -2406,6 +2832,329 @@ type ProgressSummaryEventOutput = {
|
|
|
2406
2832
|
targetToolCallId?: Maybe<Scalars['String']>;
|
|
2407
2833
|
type: Scalars['String'];
|
|
2408
2834
|
};
|
|
2835
|
+
type ProjectCreateInput = {
|
|
2836
|
+
chats?: InputMaybe<ChatCreateNestedManyWithoutProjectInput>;
|
|
2837
|
+
desktopBinding?: InputMaybe<ProjectDesktopBindingCreateNestedOneWithoutProjectInput>;
|
|
2838
|
+
iconDataUrl?: InputMaybe<Scalars['String']>;
|
|
2839
|
+
id?: InputMaybe<Scalars['String']>;
|
|
2840
|
+
name: Scalars['String'];
|
|
2841
|
+
source?: InputMaybe<ProjectSource>;
|
|
2842
|
+
};
|
|
2843
|
+
type ProjectCreateNestedOneWithoutChatsInput = {
|
|
2844
|
+
connect?: InputMaybe<ProjectWhereUniqueInput>;
|
|
2845
|
+
connectOrCreate?: InputMaybe<ProjectCreateOrConnectWithoutChatsInput>;
|
|
2846
|
+
create?: InputMaybe<ProjectCreateWithoutChatsInput>;
|
|
2847
|
+
};
|
|
2848
|
+
type ProjectCreateNestedOneWithoutDesktopBindingInput = {
|
|
2849
|
+
connect?: InputMaybe<ProjectWhereUniqueInput>;
|
|
2850
|
+
connectOrCreate?: InputMaybe<ProjectCreateOrConnectWithoutDesktopBindingInput>;
|
|
2851
|
+
create?: InputMaybe<ProjectCreateWithoutDesktopBindingInput>;
|
|
2852
|
+
};
|
|
2853
|
+
type ProjectCreateOrConnectWithoutChatsInput = {
|
|
2854
|
+
create: ProjectCreateWithoutChatsInput;
|
|
2855
|
+
where: ProjectWhereUniqueInput;
|
|
2856
|
+
};
|
|
2857
|
+
type ProjectCreateOrConnectWithoutDesktopBindingInput = {
|
|
2858
|
+
create: ProjectCreateWithoutDesktopBindingInput;
|
|
2859
|
+
where: ProjectWhereUniqueInput;
|
|
2860
|
+
};
|
|
2861
|
+
type ProjectCreateWithoutChatsInput = {
|
|
2862
|
+
desktopBinding?: InputMaybe<ProjectDesktopBindingCreateNestedOneWithoutProjectInput>;
|
|
2863
|
+
iconDataUrl?: InputMaybe<Scalars['String']>;
|
|
2864
|
+
id?: InputMaybe<Scalars['String']>;
|
|
2865
|
+
name: Scalars['String'];
|
|
2866
|
+
source?: InputMaybe<ProjectSource>;
|
|
2867
|
+
};
|
|
2868
|
+
type ProjectCreateWithoutDesktopBindingInput = {
|
|
2869
|
+
chats?: InputMaybe<ChatCreateNestedManyWithoutProjectInput>;
|
|
2870
|
+
iconDataUrl?: InputMaybe<Scalars['String']>;
|
|
2871
|
+
id?: InputMaybe<Scalars['String']>;
|
|
2872
|
+
name: Scalars['String'];
|
|
2873
|
+
source?: InputMaybe<ProjectSource>;
|
|
2874
|
+
};
|
|
2875
|
+
type ProjectDesktopBindingCreateManyDeviceInput = {
|
|
2876
|
+
kind: ProjectDesktopContextKind;
|
|
2877
|
+
projectId: Scalars['String'];
|
|
2878
|
+
rootPath: Scalars['String'];
|
|
2879
|
+
};
|
|
2880
|
+
type ProjectDesktopBindingCreateManyDeviceInputEnvelope = {
|
|
2881
|
+
data: Array<ProjectDesktopBindingCreateManyDeviceInput>;
|
|
2882
|
+
skipDuplicates?: InputMaybe<Scalars['Boolean']>;
|
|
2883
|
+
};
|
|
2884
|
+
type ProjectDesktopBindingCreateNestedManyWithoutDeviceInput = {
|
|
2885
|
+
connect?: InputMaybe<Array<ProjectDesktopBindingWhereUniqueInput>>;
|
|
2886
|
+
connectOrCreate?: InputMaybe<Array<ProjectDesktopBindingCreateOrConnectWithoutDeviceInput>>;
|
|
2887
|
+
create?: InputMaybe<Array<ProjectDesktopBindingCreateWithoutDeviceInput>>;
|
|
2888
|
+
createMany?: InputMaybe<ProjectDesktopBindingCreateManyDeviceInputEnvelope>;
|
|
2889
|
+
};
|
|
2890
|
+
type ProjectDesktopBindingCreateNestedOneWithoutProjectInput = {
|
|
2891
|
+
connect?: InputMaybe<ProjectDesktopBindingWhereUniqueInput>;
|
|
2892
|
+
connectOrCreate?: InputMaybe<ProjectDesktopBindingCreateOrConnectWithoutProjectInput>;
|
|
2893
|
+
create?: InputMaybe<ProjectDesktopBindingCreateWithoutProjectInput>;
|
|
2894
|
+
};
|
|
2895
|
+
type ProjectDesktopBindingCreateOrConnectWithoutDeviceInput = {
|
|
2896
|
+
create: ProjectDesktopBindingCreateWithoutDeviceInput;
|
|
2897
|
+
where: ProjectDesktopBindingWhereUniqueInput;
|
|
2898
|
+
};
|
|
2899
|
+
type ProjectDesktopBindingCreateOrConnectWithoutProjectInput = {
|
|
2900
|
+
create: ProjectDesktopBindingCreateWithoutProjectInput;
|
|
2901
|
+
where: ProjectDesktopBindingWhereUniqueInput;
|
|
2902
|
+
};
|
|
2903
|
+
type ProjectDesktopBindingCreateWithoutDeviceInput = {
|
|
2904
|
+
kind: ProjectDesktopContextKind;
|
|
2905
|
+
project: ProjectCreateNestedOneWithoutDesktopBindingInput;
|
|
2906
|
+
rootPath: Scalars['String'];
|
|
2907
|
+
};
|
|
2908
|
+
type ProjectDesktopBindingCreateWithoutProjectInput = {
|
|
2909
|
+
device: DesktopDeviceCreateNestedOneWithoutDesktopBindingsInput;
|
|
2910
|
+
kind: ProjectDesktopContextKind;
|
|
2911
|
+
rootPath: Scalars['String'];
|
|
2912
|
+
};
|
|
2913
|
+
type ProjectDesktopBindingListRelationFilter = {
|
|
2914
|
+
every?: InputMaybe<ProjectDesktopBindingWhereInput>;
|
|
2915
|
+
none?: InputMaybe<ProjectDesktopBindingWhereInput>;
|
|
2916
|
+
some?: InputMaybe<ProjectDesktopBindingWhereInput>;
|
|
2917
|
+
};
|
|
2918
|
+
type ProjectDesktopBindingOrderByRelationAggregateInput = {
|
|
2919
|
+
_count?: InputMaybe<SortOrder>;
|
|
2920
|
+
};
|
|
2921
|
+
declare enum ProjectDesktopBindingOrderByRelevanceFieldEnum {
|
|
2922
|
+
DeviceId = "deviceId",
|
|
2923
|
+
ProjectId = "projectId",
|
|
2924
|
+
RootPath = "rootPath"
|
|
2925
|
+
}
|
|
2926
|
+
type ProjectDesktopBindingOrderByRelevanceInput = {
|
|
2927
|
+
fields: Array<ProjectDesktopBindingOrderByRelevanceFieldEnum>;
|
|
2928
|
+
search: Scalars['String'];
|
|
2929
|
+
sort: SortOrder;
|
|
2930
|
+
};
|
|
2931
|
+
type ProjectDesktopBindingOrderByWithRelationInput = {
|
|
2932
|
+
_relevance?: InputMaybe<ProjectDesktopBindingOrderByRelevanceInput>;
|
|
2933
|
+
createdAt?: InputMaybe<SortOrder>;
|
|
2934
|
+
device?: InputMaybe<DesktopDeviceOrderByWithRelationInput>;
|
|
2935
|
+
deviceId?: InputMaybe<SortOrder>;
|
|
2936
|
+
kind?: InputMaybe<SortOrder>;
|
|
2937
|
+
project?: InputMaybe<ProjectOrderByWithRelationInput>;
|
|
2938
|
+
projectId?: InputMaybe<SortOrder>;
|
|
2939
|
+
rootPath?: InputMaybe<SortOrder>;
|
|
2940
|
+
updatedAt?: InputMaybe<SortOrder>;
|
|
2941
|
+
};
|
|
2942
|
+
type ProjectDesktopBindingScalarRelationFilter = {
|
|
2943
|
+
is?: InputMaybe<ProjectDesktopBindingWhereInput>;
|
|
2944
|
+
isNot?: InputMaybe<ProjectDesktopBindingWhereInput>;
|
|
2945
|
+
};
|
|
2946
|
+
type ProjectDesktopBindingScalarWhereInput = {
|
|
2947
|
+
AND?: InputMaybe<Array<ProjectDesktopBindingScalarWhereInput>>;
|
|
2948
|
+
NOT?: InputMaybe<Array<ProjectDesktopBindingScalarWhereInput>>;
|
|
2949
|
+
OR?: InputMaybe<Array<ProjectDesktopBindingScalarWhereInput>>;
|
|
2950
|
+
createdAt?: InputMaybe<DateTimeFilter>;
|
|
2951
|
+
deviceId?: InputMaybe<StringFilter>;
|
|
2952
|
+
kind?: InputMaybe<EnumProjectDesktopContextKindFilter>;
|
|
2953
|
+
projectId?: InputMaybe<StringFilter>;
|
|
2954
|
+
rootPath?: InputMaybe<StringFilter>;
|
|
2955
|
+
updatedAt?: InputMaybe<DateTimeFilter>;
|
|
2956
|
+
};
|
|
2957
|
+
type ProjectDesktopBindingUpdateManyMutationInput = {
|
|
2958
|
+
kind?: InputMaybe<ProjectDesktopContextKind>;
|
|
2959
|
+
rootPath?: InputMaybe<Scalars['String']>;
|
|
2960
|
+
};
|
|
2961
|
+
type ProjectDesktopBindingUpdateManyWithWhereWithoutDeviceInput = {
|
|
2962
|
+
data: ProjectDesktopBindingUpdateManyMutationInput;
|
|
2963
|
+
where: ProjectDesktopBindingScalarWhereInput;
|
|
2964
|
+
};
|
|
2965
|
+
type ProjectDesktopBindingUpdateManyWithoutDeviceNestedInput = {
|
|
2966
|
+
connect?: InputMaybe<Array<ProjectDesktopBindingWhereUniqueInput>>;
|
|
2967
|
+
connectOrCreate?: InputMaybe<Array<ProjectDesktopBindingCreateOrConnectWithoutDeviceInput>>;
|
|
2968
|
+
create?: InputMaybe<Array<ProjectDesktopBindingCreateWithoutDeviceInput>>;
|
|
2969
|
+
createMany?: InputMaybe<ProjectDesktopBindingCreateManyDeviceInputEnvelope>;
|
|
2970
|
+
delete?: InputMaybe<Array<ProjectDesktopBindingWhereUniqueInput>>;
|
|
2971
|
+
deleteMany?: InputMaybe<Array<ProjectDesktopBindingScalarWhereInput>>;
|
|
2972
|
+
disconnect?: InputMaybe<Array<ProjectDesktopBindingWhereUniqueInput>>;
|
|
2973
|
+
set?: InputMaybe<Array<ProjectDesktopBindingWhereUniqueInput>>;
|
|
2974
|
+
update?: InputMaybe<Array<ProjectDesktopBindingUpdateWithWhereUniqueWithoutDeviceInput>>;
|
|
2975
|
+
updateMany?: InputMaybe<Array<ProjectDesktopBindingUpdateManyWithWhereWithoutDeviceInput>>;
|
|
2976
|
+
upsert?: InputMaybe<Array<ProjectDesktopBindingUpsertWithWhereUniqueWithoutDeviceInput>>;
|
|
2977
|
+
};
|
|
2978
|
+
type ProjectDesktopBindingUpdateOneWithoutProjectNestedInput = {
|
|
2979
|
+
connect?: InputMaybe<ProjectDesktopBindingWhereUniqueInput>;
|
|
2980
|
+
connectOrCreate?: InputMaybe<ProjectDesktopBindingCreateOrConnectWithoutProjectInput>;
|
|
2981
|
+
create?: InputMaybe<ProjectDesktopBindingCreateWithoutProjectInput>;
|
|
2982
|
+
delete?: InputMaybe<ProjectDesktopBindingWhereInput>;
|
|
2983
|
+
disconnect?: InputMaybe<ProjectDesktopBindingWhereInput>;
|
|
2984
|
+
update?: InputMaybe<ProjectDesktopBindingUpdateToOneWithWhereWithoutProjectInput>;
|
|
2985
|
+
upsert?: InputMaybe<ProjectDesktopBindingUpsertWithoutProjectInput>;
|
|
2986
|
+
};
|
|
2987
|
+
type ProjectDesktopBindingUpdateToOneWithWhereWithoutProjectInput = {
|
|
2988
|
+
data: ProjectDesktopBindingUpdateWithoutProjectInput;
|
|
2989
|
+
where?: InputMaybe<ProjectDesktopBindingWhereInput>;
|
|
2990
|
+
};
|
|
2991
|
+
type ProjectDesktopBindingUpdateWithWhereUniqueWithoutDeviceInput = {
|
|
2992
|
+
data: ProjectDesktopBindingUpdateWithoutDeviceInput;
|
|
2993
|
+
where: ProjectDesktopBindingWhereUniqueInput;
|
|
2994
|
+
};
|
|
2995
|
+
type ProjectDesktopBindingUpdateWithoutDeviceInput = {
|
|
2996
|
+
kind?: InputMaybe<ProjectDesktopContextKind>;
|
|
2997
|
+
project?: InputMaybe<ProjectUpdateOneRequiredWithoutDesktopBindingNestedInput>;
|
|
2998
|
+
rootPath?: InputMaybe<Scalars['String']>;
|
|
2999
|
+
};
|
|
3000
|
+
type ProjectDesktopBindingUpdateWithoutProjectInput = {
|
|
3001
|
+
device?: InputMaybe<DesktopDeviceUpdateOneRequiredWithoutDesktopBindingsNestedInput>;
|
|
3002
|
+
kind?: InputMaybe<ProjectDesktopContextKind>;
|
|
3003
|
+
rootPath?: InputMaybe<Scalars['String']>;
|
|
3004
|
+
};
|
|
3005
|
+
type ProjectDesktopBindingUpsertWithWhereUniqueWithoutDeviceInput = {
|
|
3006
|
+
create: ProjectDesktopBindingCreateWithoutDeviceInput;
|
|
3007
|
+
update: ProjectDesktopBindingUpdateWithoutDeviceInput;
|
|
3008
|
+
where: ProjectDesktopBindingWhereUniqueInput;
|
|
3009
|
+
};
|
|
3010
|
+
type ProjectDesktopBindingUpsertWithoutProjectInput = {
|
|
3011
|
+
create: ProjectDesktopBindingCreateWithoutProjectInput;
|
|
3012
|
+
update: ProjectDesktopBindingUpdateWithoutProjectInput;
|
|
3013
|
+
where?: InputMaybe<ProjectDesktopBindingWhereInput>;
|
|
3014
|
+
};
|
|
3015
|
+
type ProjectDesktopBindingWhereInput = {
|
|
3016
|
+
AND?: InputMaybe<Array<ProjectDesktopBindingWhereInput>>;
|
|
3017
|
+
NOT?: InputMaybe<Array<ProjectDesktopBindingWhereInput>>;
|
|
3018
|
+
OR?: InputMaybe<Array<ProjectDesktopBindingWhereInput>>;
|
|
3019
|
+
createdAt?: InputMaybe<DateTimeFilter>;
|
|
3020
|
+
device?: InputMaybe<DesktopDeviceScalarRelationFilter>;
|
|
3021
|
+
deviceId?: InputMaybe<StringFilter>;
|
|
3022
|
+
kind?: InputMaybe<EnumProjectDesktopContextKindFilter>;
|
|
3023
|
+
project?: InputMaybe<ProjectScalarRelationFilter>;
|
|
3024
|
+
projectId?: InputMaybe<StringFilter>;
|
|
3025
|
+
rootPath?: InputMaybe<StringFilter>;
|
|
3026
|
+
updatedAt?: InputMaybe<DateTimeFilter>;
|
|
3027
|
+
};
|
|
3028
|
+
type ProjectDesktopBindingWhereUniqueInput = {
|
|
3029
|
+
AND?: InputMaybe<Array<ProjectDesktopBindingWhereInput>>;
|
|
3030
|
+
NOT?: InputMaybe<Array<ProjectDesktopBindingWhereInput>>;
|
|
3031
|
+
OR?: InputMaybe<Array<ProjectDesktopBindingWhereInput>>;
|
|
3032
|
+
createdAt?: InputMaybe<DateTimeFilter>;
|
|
3033
|
+
device?: InputMaybe<DesktopDeviceScalarRelationFilter>;
|
|
3034
|
+
deviceId?: InputMaybe<StringFilter>;
|
|
3035
|
+
kind?: InputMaybe<EnumProjectDesktopContextKindFilter>;
|
|
3036
|
+
project?: InputMaybe<ProjectScalarRelationFilter>;
|
|
3037
|
+
projectId?: InputMaybe<Scalars['String']>;
|
|
3038
|
+
rootPath?: InputMaybe<StringFilter>;
|
|
3039
|
+
updatedAt?: InputMaybe<DateTimeFilter>;
|
|
3040
|
+
};
|
|
3041
|
+
declare enum ProjectDesktopContextKind {
|
|
3042
|
+
Code = "Code",
|
|
3043
|
+
Folder = "Folder"
|
|
3044
|
+
}
|
|
3045
|
+
declare enum ProjectOrderByRelevanceFieldEnum {
|
|
3046
|
+
IconDataUrl = "iconDataUrl",
|
|
3047
|
+
Id = "id",
|
|
3048
|
+
Name = "name",
|
|
3049
|
+
UserId = "userId",
|
|
3050
|
+
WorkspaceId = "workspaceId"
|
|
3051
|
+
}
|
|
3052
|
+
type ProjectOrderByRelevanceInput = {
|
|
3053
|
+
fields: Array<ProjectOrderByRelevanceFieldEnum>;
|
|
3054
|
+
search: Scalars['String'];
|
|
3055
|
+
sort: SortOrder;
|
|
3056
|
+
};
|
|
3057
|
+
type ProjectOrderByWithRelationInput = {
|
|
3058
|
+
_relevance?: InputMaybe<ProjectOrderByRelevanceInput>;
|
|
3059
|
+
chats?: InputMaybe<ChatOrderByRelationAggregateInput>;
|
|
3060
|
+
createdAt?: InputMaybe<SortOrder>;
|
|
3061
|
+
desktopBinding?: InputMaybe<ProjectDesktopBindingOrderByWithRelationInput>;
|
|
3062
|
+
iconDataUrl?: InputMaybe<SortOrderInput>;
|
|
3063
|
+
id?: InputMaybe<SortOrder>;
|
|
3064
|
+
name?: InputMaybe<SortOrder>;
|
|
3065
|
+
source?: InputMaybe<SortOrder>;
|
|
3066
|
+
updatedAt?: InputMaybe<SortOrder>;
|
|
3067
|
+
};
|
|
3068
|
+
type ProjectScalarRelationFilter = {
|
|
3069
|
+
is?: InputMaybe<ProjectWhereInput>;
|
|
3070
|
+
isNot?: InputMaybe<ProjectWhereInput>;
|
|
3071
|
+
};
|
|
3072
|
+
declare enum ProjectSource {
|
|
3073
|
+
Cloud = "cloud",
|
|
3074
|
+
Desktop = "desktop"
|
|
3075
|
+
}
|
|
3076
|
+
type ProjectUpdateInput = {
|
|
3077
|
+
chats?: InputMaybe<ChatUpdateManyWithoutProjectNestedInput>;
|
|
3078
|
+
desktopBinding?: InputMaybe<ProjectDesktopBindingUpdateOneWithoutProjectNestedInput>;
|
|
3079
|
+
iconDataUrl?: InputMaybe<Scalars['String']>;
|
|
3080
|
+
id?: InputMaybe<Scalars['String']>;
|
|
3081
|
+
name?: InputMaybe<Scalars['String']>;
|
|
3082
|
+
source?: InputMaybe<ProjectSource>;
|
|
3083
|
+
};
|
|
3084
|
+
type ProjectUpdateOneRequiredWithoutDesktopBindingNestedInput = {
|
|
3085
|
+
connect?: InputMaybe<ProjectWhereUniqueInput>;
|
|
3086
|
+
connectOrCreate?: InputMaybe<ProjectCreateOrConnectWithoutDesktopBindingInput>;
|
|
3087
|
+
create?: InputMaybe<ProjectCreateWithoutDesktopBindingInput>;
|
|
3088
|
+
update?: InputMaybe<ProjectUpdateToOneWithWhereWithoutDesktopBindingInput>;
|
|
3089
|
+
upsert?: InputMaybe<ProjectUpsertWithoutDesktopBindingInput>;
|
|
3090
|
+
};
|
|
3091
|
+
type ProjectUpdateOneWithoutChatsNestedInput = {
|
|
3092
|
+
connect?: InputMaybe<ProjectWhereUniqueInput>;
|
|
3093
|
+
connectOrCreate?: InputMaybe<ProjectCreateOrConnectWithoutChatsInput>;
|
|
3094
|
+
create?: InputMaybe<ProjectCreateWithoutChatsInput>;
|
|
3095
|
+
delete?: InputMaybe<ProjectWhereInput>;
|
|
3096
|
+
disconnect?: InputMaybe<ProjectWhereInput>;
|
|
3097
|
+
update?: InputMaybe<ProjectUpdateToOneWithWhereWithoutChatsInput>;
|
|
3098
|
+
upsert?: InputMaybe<ProjectUpsertWithoutChatsInput>;
|
|
3099
|
+
};
|
|
3100
|
+
type ProjectUpdateToOneWithWhereWithoutChatsInput = {
|
|
3101
|
+
data: ProjectUpdateWithoutChatsInput;
|
|
3102
|
+
where?: InputMaybe<ProjectWhereInput>;
|
|
3103
|
+
};
|
|
3104
|
+
type ProjectUpdateToOneWithWhereWithoutDesktopBindingInput = {
|
|
3105
|
+
data: ProjectUpdateWithoutDesktopBindingInput;
|
|
3106
|
+
where?: InputMaybe<ProjectWhereInput>;
|
|
3107
|
+
};
|
|
3108
|
+
type ProjectUpdateWithoutChatsInput = {
|
|
3109
|
+
desktopBinding?: InputMaybe<ProjectDesktopBindingUpdateOneWithoutProjectNestedInput>;
|
|
3110
|
+
iconDataUrl?: InputMaybe<Scalars['String']>;
|
|
3111
|
+
id?: InputMaybe<Scalars['String']>;
|
|
3112
|
+
name?: InputMaybe<Scalars['String']>;
|
|
3113
|
+
source?: InputMaybe<ProjectSource>;
|
|
3114
|
+
};
|
|
3115
|
+
type ProjectUpdateWithoutDesktopBindingInput = {
|
|
3116
|
+
chats?: InputMaybe<ChatUpdateManyWithoutProjectNestedInput>;
|
|
3117
|
+
iconDataUrl?: InputMaybe<Scalars['String']>;
|
|
3118
|
+
id?: InputMaybe<Scalars['String']>;
|
|
3119
|
+
name?: InputMaybe<Scalars['String']>;
|
|
3120
|
+
source?: InputMaybe<ProjectSource>;
|
|
3121
|
+
};
|
|
3122
|
+
type ProjectUpsertWithoutChatsInput = {
|
|
3123
|
+
create: ProjectCreateWithoutChatsInput;
|
|
3124
|
+
update: ProjectUpdateWithoutChatsInput;
|
|
3125
|
+
where?: InputMaybe<ProjectWhereInput>;
|
|
3126
|
+
};
|
|
3127
|
+
type ProjectUpsertWithoutDesktopBindingInput = {
|
|
3128
|
+
create: ProjectCreateWithoutDesktopBindingInput;
|
|
3129
|
+
update: ProjectUpdateWithoutDesktopBindingInput;
|
|
3130
|
+
where?: InputMaybe<ProjectWhereInput>;
|
|
3131
|
+
};
|
|
3132
|
+
type ProjectWhereInput = {
|
|
3133
|
+
AND?: InputMaybe<Array<ProjectWhereInput>>;
|
|
3134
|
+
NOT?: InputMaybe<Array<ProjectWhereInput>>;
|
|
3135
|
+
OR?: InputMaybe<Array<ProjectWhereInput>>;
|
|
3136
|
+
chats?: InputMaybe<ChatListRelationFilter>;
|
|
3137
|
+
createdAt?: InputMaybe<DateTimeFilter>;
|
|
3138
|
+
desktopBinding?: InputMaybe<ProjectDesktopBindingScalarRelationFilter>;
|
|
3139
|
+
iconDataUrl?: InputMaybe<StringFilter>;
|
|
3140
|
+
id?: InputMaybe<StringFilter>;
|
|
3141
|
+
name?: InputMaybe<StringFilter>;
|
|
3142
|
+
source?: InputMaybe<EnumProjectSourceFilter>;
|
|
3143
|
+
updatedAt?: InputMaybe<DateTimeFilter>;
|
|
3144
|
+
};
|
|
3145
|
+
type ProjectWhereUniqueInput = {
|
|
3146
|
+
AND?: InputMaybe<Array<ProjectWhereInput>>;
|
|
3147
|
+
NOT?: InputMaybe<Array<ProjectWhereInput>>;
|
|
3148
|
+
OR?: InputMaybe<Array<ProjectWhereInput>>;
|
|
3149
|
+
chats?: InputMaybe<ChatListRelationFilter>;
|
|
3150
|
+
createdAt?: InputMaybe<DateTimeFilter>;
|
|
3151
|
+
desktopBinding?: InputMaybe<ProjectDesktopBindingScalarRelationFilter>;
|
|
3152
|
+
iconDataUrl?: InputMaybe<StringFilter>;
|
|
3153
|
+
id?: InputMaybe<Scalars['String']>;
|
|
3154
|
+
name?: InputMaybe<StringFilter>;
|
|
3155
|
+
source?: InputMaybe<EnumProjectSourceFilter>;
|
|
3156
|
+
updatedAt?: InputMaybe<DateTimeFilter>;
|
|
3157
|
+
};
|
|
2409
3158
|
declare enum PulseEventKind {
|
|
2410
3159
|
Activity = "activity",
|
|
2411
3160
|
NeedsAction = "needs_action",
|
|
@@ -3072,6 +3821,12 @@ type StringFilter = {
|
|
|
3072
3821
|
search?: InputMaybe<Scalars['String']>;
|
|
3073
3822
|
startsWith?: InputMaybe<Scalars['String']>;
|
|
3074
3823
|
};
|
|
3824
|
+
type SyncProjectDesktopBindingInput = {
|
|
3825
|
+
deviceId?: InputMaybe<Scalars['String']>;
|
|
3826
|
+
iconDataUrl?: InputMaybe<Scalars['String']>;
|
|
3827
|
+
kind?: InputMaybe<ProjectDesktopContextKind>;
|
|
3828
|
+
rootPath?: InputMaybe<Scalars['String']>;
|
|
3829
|
+
};
|
|
3075
3830
|
type TableCreateNestedOneWithoutFromRelationsInput = {
|
|
3076
3831
|
connect?: InputMaybe<TableWhereUniqueInput>;
|
|
3077
3832
|
connectOrCreate?: InputMaybe<TableCreateOrConnectWithoutFromRelationsInput>;
|
|
@@ -3473,17 +4228,28 @@ type ChatFragment = {
|
|
|
3473
4228
|
__typename: 'Chat';
|
|
3474
4229
|
closedAt?: string | null;
|
|
3475
4230
|
createdAt: string;
|
|
4231
|
+
deviceId?: string | null;
|
|
3476
4232
|
id: string;
|
|
3477
4233
|
insightId?: string | null;
|
|
3478
4234
|
name: string;
|
|
3479
4235
|
originMeta?: any | null;
|
|
3480
4236
|
piiMaskRules?: any | null;
|
|
3481
4237
|
piiSanitizationEnabled: boolean;
|
|
4238
|
+
projectId?: string | null;
|
|
4239
|
+
sourceProvider?: ChatSourceProviderEnum | null;
|
|
3482
4240
|
updatedAt: string;
|
|
4241
|
+
desktopDevice?: {
|
|
4242
|
+
__typename?: 'DesktopDevice';
|
|
4243
|
+
id: string;
|
|
4244
|
+
} | null;
|
|
3483
4245
|
insight?: {
|
|
3484
4246
|
__typename?: 'Insight';
|
|
3485
4247
|
id: string;
|
|
3486
4248
|
} | null;
|
|
4249
|
+
project?: {
|
|
4250
|
+
__typename?: 'Project';
|
|
4251
|
+
id: string;
|
|
4252
|
+
} | null;
|
|
3487
4253
|
};
|
|
3488
4254
|
type ChatConnectionFragment = {
|
|
3489
4255
|
__typename: 'ChatConnection';
|
|
@@ -3492,17 +4258,28 @@ type ChatConnectionFragment = {
|
|
|
3492
4258
|
__typename: 'Chat';
|
|
3493
4259
|
closedAt?: string | null;
|
|
3494
4260
|
createdAt: string;
|
|
4261
|
+
deviceId?: string | null;
|
|
3495
4262
|
id: string;
|
|
3496
4263
|
insightId?: string | null;
|
|
3497
4264
|
name: string;
|
|
3498
4265
|
originMeta?: any | null;
|
|
3499
4266
|
piiMaskRules?: any | null;
|
|
3500
4267
|
piiSanitizationEnabled: boolean;
|
|
4268
|
+
projectId?: string | null;
|
|
4269
|
+
sourceProvider?: ChatSourceProviderEnum | null;
|
|
3501
4270
|
updatedAt: string;
|
|
4271
|
+
desktopDevice?: {
|
|
4272
|
+
__typename?: 'DesktopDevice';
|
|
4273
|
+
id: string;
|
|
4274
|
+
} | null;
|
|
3502
4275
|
insight?: {
|
|
3503
4276
|
__typename?: 'Insight';
|
|
3504
4277
|
id: string;
|
|
3505
4278
|
} | null;
|
|
4279
|
+
project?: {
|
|
4280
|
+
__typename?: 'Project';
|
|
4281
|
+
id: string;
|
|
4282
|
+
} | null;
|
|
3506
4283
|
}> | null;
|
|
3507
4284
|
pageInfo: {
|
|
3508
4285
|
__typename?: 'PageInfo';
|
|
@@ -3767,6 +4544,34 @@ type DeepAnalysisUsageFragment = {
|
|
|
3767
4544
|
numberOfImages?: number | null;
|
|
3768
4545
|
tokenCost?: number | null;
|
|
3769
4546
|
};
|
|
4547
|
+
type DesktopDeviceFragment = {
|
|
4548
|
+
__typename: 'DesktopDevice';
|
|
4549
|
+
appVersion?: string | null;
|
|
4550
|
+
createdAt: string;
|
|
4551
|
+
deviceLabel: string;
|
|
4552
|
+
deviceType?: string | null;
|
|
4553
|
+
id: string;
|
|
4554
|
+
lastSeenAt?: string | null;
|
|
4555
|
+
macAddress?: string | null;
|
|
4556
|
+
manufacturer?: string | null;
|
|
4557
|
+
modelName?: string | null;
|
|
4558
|
+
modelYear?: number | null;
|
|
4559
|
+
platform?: string | null;
|
|
4560
|
+
updatedAt: string;
|
|
4561
|
+
};
|
|
4562
|
+
type DesktopDeviceModelFragment = {
|
|
4563
|
+
__typename: 'DesktopDeviceModel';
|
|
4564
|
+
appVersion?: string | null;
|
|
4565
|
+
deviceId: string;
|
|
4566
|
+
deviceLabel: string;
|
|
4567
|
+
deviceType?: string | null;
|
|
4568
|
+
lastSeenAt?: string | null;
|
|
4569
|
+
manufacturer?: string | null;
|
|
4570
|
+
modelName?: string | null;
|
|
4571
|
+
modelYear?: number | null;
|
|
4572
|
+
platform?: string | null;
|
|
4573
|
+
state: LocalSandboxDeviceConnectionState;
|
|
4574
|
+
};
|
|
3770
4575
|
type DevAccessTokenOutputFragment = {
|
|
3771
4576
|
__typename: 'DevAccessTokenOutput';
|
|
3772
4577
|
access_token: string;
|
|
@@ -4017,6 +4822,11 @@ type FeedConnectionFragment = {
|
|
|
4017
4822
|
__typename?: 'FeedItem';
|
|
4018
4823
|
id: string;
|
|
4019
4824
|
}>;
|
|
4825
|
+
} | {
|
|
4826
|
+
__typename: 'FeedProjectData';
|
|
4827
|
+
iconDataUrl?: string | null;
|
|
4828
|
+
kind: FeedItemKind;
|
|
4829
|
+
projectSource: ProjectSource;
|
|
4020
4830
|
} | {
|
|
4021
4831
|
__typename: 'FeedPulseData';
|
|
4022
4832
|
kind: FeedItemKind;
|
|
@@ -4025,6 +4835,11 @@ type FeedConnectionFragment = {
|
|
|
4025
4835
|
summary?: string | null;
|
|
4026
4836
|
};
|
|
4027
4837
|
}>;
|
|
4838
|
+
} | {
|
|
4839
|
+
__typename: 'FeedProjectData';
|
|
4840
|
+
iconDataUrl?: string | null;
|
|
4841
|
+
kind: FeedItemKind;
|
|
4842
|
+
projectSource: ProjectSource;
|
|
4028
4843
|
} | {
|
|
4029
4844
|
__typename: 'FeedPulseData';
|
|
4030
4845
|
kind: FeedItemKind;
|
|
@@ -4174,6 +4989,11 @@ type FeedItemFragment = {
|
|
|
4174
4989
|
__typename?: 'FeedItem';
|
|
4175
4990
|
id: string;
|
|
4176
4991
|
}>;
|
|
4992
|
+
} | {
|
|
4993
|
+
__typename: 'FeedProjectData';
|
|
4994
|
+
iconDataUrl?: string | null;
|
|
4995
|
+
kind: FeedItemKind;
|
|
4996
|
+
projectSource: ProjectSource;
|
|
4177
4997
|
} | {
|
|
4178
4998
|
__typename: 'FeedPulseData';
|
|
4179
4999
|
kind: FeedItemKind;
|
|
@@ -4182,6 +5002,11 @@ type FeedItemFragment = {
|
|
|
4182
5002
|
summary?: string | null;
|
|
4183
5003
|
};
|
|
4184
5004
|
}>;
|
|
5005
|
+
} | {
|
|
5006
|
+
__typename: 'FeedProjectData';
|
|
5007
|
+
iconDataUrl?: string | null;
|
|
5008
|
+
kind: FeedItemKind;
|
|
5009
|
+
projectSource: ProjectSource;
|
|
4185
5010
|
} | {
|
|
4186
5011
|
__typename: 'FeedPulseData';
|
|
4187
5012
|
kind: FeedItemKind;
|
|
@@ -4261,6 +5086,11 @@ type FeedLiveContextDataFragment = {
|
|
|
4261
5086
|
__typename?: 'FeedItem';
|
|
4262
5087
|
id: string;
|
|
4263
5088
|
}>;
|
|
5089
|
+
} | {
|
|
5090
|
+
__typename: 'FeedProjectData';
|
|
5091
|
+
iconDataUrl?: string | null;
|
|
5092
|
+
kind: FeedItemKind;
|
|
5093
|
+
projectSource: ProjectSource;
|
|
4264
5094
|
} | {
|
|
4265
5095
|
__typename: 'FeedPulseData';
|
|
4266
5096
|
kind: FeedItemKind;
|
|
@@ -4270,6 +5100,12 @@ type FeedLiveContextDataFragment = {
|
|
|
4270
5100
|
};
|
|
4271
5101
|
}>;
|
|
4272
5102
|
};
|
|
5103
|
+
type FeedProjectDataFragment = {
|
|
5104
|
+
__typename: 'FeedProjectData';
|
|
5105
|
+
iconDataUrl?: string | null;
|
|
5106
|
+
kind: FeedItemKind;
|
|
5107
|
+
projectSource: ProjectSource;
|
|
5108
|
+
};
|
|
4273
5109
|
type FeedPulseDataFragment = {
|
|
4274
5110
|
__typename: 'FeedPulseData';
|
|
4275
5111
|
kind: FeedItemKind;
|
|
@@ -4638,6 +5474,47 @@ type LiveContextConnectionFragment = {
|
|
|
4638
5474
|
startCursor?: string | null;
|
|
4639
5475
|
};
|
|
4640
5476
|
};
|
|
5477
|
+
type LocalRuntimeDeviceModelFragment = {
|
|
5478
|
+
__typename: 'LocalRuntimeDeviceModel';
|
|
5479
|
+
deviceId: string;
|
|
5480
|
+
deviceType?: string | null;
|
|
5481
|
+
isPreferred: boolean;
|
|
5482
|
+
isResolved: boolean;
|
|
5483
|
+
label: string;
|
|
5484
|
+
lastSeenAt?: string | null;
|
|
5485
|
+
manufacturer?: string | null;
|
|
5486
|
+
modelName?: string | null;
|
|
5487
|
+
modelYear?: number | null;
|
|
5488
|
+
platform?: string | null;
|
|
5489
|
+
state: LocalSandboxDeviceConnectionState;
|
|
5490
|
+
};
|
|
5491
|
+
type LocalRuntimeOverviewModelFragment = {
|
|
5492
|
+
__typename: 'LocalRuntimeOverviewModel';
|
|
5493
|
+
connectedDeviceCount: number;
|
|
5494
|
+
resolvedDeviceId?: string | null;
|
|
5495
|
+
resolvedDeviceLabel?: string | null;
|
|
5496
|
+
state: LocalSandboxDeviceConnectionState;
|
|
5497
|
+
devices: Array<{
|
|
5498
|
+
__typename: 'LocalRuntimeDeviceModel';
|
|
5499
|
+
deviceId: string;
|
|
5500
|
+
deviceType?: string | null;
|
|
5501
|
+
isPreferred: boolean;
|
|
5502
|
+
isResolved: boolean;
|
|
5503
|
+
label: string;
|
|
5504
|
+
lastSeenAt?: string | null;
|
|
5505
|
+
manufacturer?: string | null;
|
|
5506
|
+
modelName?: string | null;
|
|
5507
|
+
modelYear?: number | null;
|
|
5508
|
+
platform?: string | null;
|
|
5509
|
+
state: LocalSandboxDeviceConnectionState;
|
|
5510
|
+
}>;
|
|
5511
|
+
};
|
|
5512
|
+
type LocalSandboxDeviceStatusModelFragment = {
|
|
5513
|
+
__typename: 'LocalSandboxDeviceStatusModel';
|
|
5514
|
+
deviceId: string;
|
|
5515
|
+
lastSeenAt?: string | null;
|
|
5516
|
+
state: LocalSandboxDeviceConnectionState;
|
|
5517
|
+
};
|
|
4641
5518
|
type McpAuthUpdateModelFragment = {
|
|
4642
5519
|
__typename: 'McpAuthUpdateModel';
|
|
4643
5520
|
authorizationUrl?: string | null;
|
|
@@ -4776,6 +5653,52 @@ type ProgressSummaryEventOutputFragment = {
|
|
|
4776
5653
|
targetToolCallId?: string | null;
|
|
4777
5654
|
type: string;
|
|
4778
5655
|
};
|
|
5656
|
+
type ProjectFragment = {
|
|
5657
|
+
__typename: 'Project';
|
|
5658
|
+
createdAt: string;
|
|
5659
|
+
iconDataUrl?: string | null;
|
|
5660
|
+
id: string;
|
|
5661
|
+
name: string;
|
|
5662
|
+
source: ProjectSource;
|
|
5663
|
+
updatedAt: string;
|
|
5664
|
+
};
|
|
5665
|
+
type ProjectConnectionFragment = {
|
|
5666
|
+
__typename: 'ProjectConnection';
|
|
5667
|
+
totalCount: number;
|
|
5668
|
+
nodes?: Array<{
|
|
5669
|
+
__typename: 'Project';
|
|
5670
|
+
createdAt: string;
|
|
5671
|
+
iconDataUrl?: string | null;
|
|
5672
|
+
id: string;
|
|
5673
|
+
name: string;
|
|
5674
|
+
source: ProjectSource;
|
|
5675
|
+
updatedAt: string;
|
|
5676
|
+
}> | null;
|
|
5677
|
+
pageInfo: {
|
|
5678
|
+
__typename?: 'PageInfo';
|
|
5679
|
+
endCursor?: string | null;
|
|
5680
|
+
hasNextPage: boolean;
|
|
5681
|
+
hasPreviousPage: boolean;
|
|
5682
|
+
startCursor?: string | null;
|
|
5683
|
+
};
|
|
5684
|
+
};
|
|
5685
|
+
type ProjectDesktopBindingFragment = {
|
|
5686
|
+
__typename: 'ProjectDesktopBinding';
|
|
5687
|
+
createdAt: string;
|
|
5688
|
+
deviceId: string;
|
|
5689
|
+
kind: ProjectDesktopContextKind;
|
|
5690
|
+
projectId: string;
|
|
5691
|
+
rootPath: string;
|
|
5692
|
+
updatedAt: string;
|
|
5693
|
+
device: {
|
|
5694
|
+
__typename?: 'DesktopDevice';
|
|
5695
|
+
id: string;
|
|
5696
|
+
};
|
|
5697
|
+
project: {
|
|
5698
|
+
__typename?: 'Project';
|
|
5699
|
+
id: string;
|
|
5700
|
+
};
|
|
5701
|
+
};
|
|
4779
5702
|
type PulseAppSummaryModelFragment = {
|
|
4780
5703
|
__typename: 'PulseAppSummaryModel';
|
|
4781
5704
|
activeTriggerCount: number;
|
|
@@ -5470,6 +6393,9 @@ type CreateIntegrationMutationVariables = Exact<{
|
|
|
5470
6393
|
callbackUrl: Scalars['String'];
|
|
5471
6394
|
provider: Scalars['String'];
|
|
5472
6395
|
}>;
|
|
6396
|
+
type CreateProjectMutationVariables = Exact<{
|
|
6397
|
+
data: ProjectCreateInput;
|
|
6398
|
+
}>;
|
|
5473
6399
|
type CreateReportMutationVariables = Exact<{
|
|
5474
6400
|
data: ReportCreateInput;
|
|
5475
6401
|
}>;
|
|
@@ -5516,6 +6442,9 @@ type DeleteInsightsMutationVariables = Exact<{
|
|
|
5516
6442
|
type DeleteIntegrationMutationVariables = Exact<{
|
|
5517
6443
|
id: Scalars['String'];
|
|
5518
6444
|
}>;
|
|
6445
|
+
type DeleteProjectMutationVariables = Exact<{
|
|
6446
|
+
where: ProjectWhereUniqueInput;
|
|
6447
|
+
}>;
|
|
5519
6448
|
type DeleteReportMutationVariables = Exact<{
|
|
5520
6449
|
where: ReportWhereUniqueInput;
|
|
5521
6450
|
}>;
|
|
@@ -5558,6 +6487,10 @@ type RefreshDatabaseSchemaMutationVariables = Exact<{
|
|
|
5558
6487
|
type RefreshInsightMutationVariables = Exact<{
|
|
5559
6488
|
id: Scalars['ID'];
|
|
5560
6489
|
}>;
|
|
6490
|
+
type RegisterDesktopDeviceMutationVariables = Exact<{
|
|
6491
|
+
connectionId: Scalars['String'];
|
|
6492
|
+
data: DesktopDeviceCreateInput;
|
|
6493
|
+
}>;
|
|
5561
6494
|
type ReinterpretSourceMutationVariables = Exact<{
|
|
5562
6495
|
sourceId: Scalars['String'];
|
|
5563
6496
|
}>;
|
|
@@ -5598,6 +6531,10 @@ type SetDatabasePrimaryKeyMutationVariables = Exact<{
|
|
|
5598
6531
|
fields: Array<Scalars['String']> | Scalars['String'];
|
|
5599
6532
|
tableId: Scalars['String'];
|
|
5600
6533
|
}>;
|
|
6534
|
+
type SyncProjectDesktopBindingMutationVariables = Exact<{
|
|
6535
|
+
input: SyncProjectDesktopBindingInput;
|
|
6536
|
+
projectId: Scalars['ID'];
|
|
6537
|
+
}>;
|
|
5601
6538
|
type UpdateAgentMutationVariables = Exact<{
|
|
5602
6539
|
data: AgentUpdateInput;
|
|
5603
6540
|
where: AgentWhereUniqueInput;
|
|
@@ -5643,6 +6580,10 @@ type UpdateLiveContextMutationVariables = Exact<{
|
|
|
5643
6580
|
data: LiveContextUpdateInput;
|
|
5644
6581
|
where: LiveContextWhereUniqueInput;
|
|
5645
6582
|
}>;
|
|
6583
|
+
type UpdateProjectMutationVariables = Exact<{
|
|
6584
|
+
data: ProjectUpdateInput;
|
|
6585
|
+
where: ProjectWhereUniqueInput;
|
|
6586
|
+
}>;
|
|
5646
6587
|
type UpdatePulseTriggerMutationVariables = Exact<{
|
|
5647
6588
|
input: UpdatePulseTriggerInput;
|
|
5648
6589
|
}>;
|
|
@@ -5689,9 +6630,15 @@ type ArtifactQueryVariables = Exact<{
|
|
|
5689
6630
|
type Artifact_ChatQueryVariables = Exact<{
|
|
5690
6631
|
id: Scalars['ID'];
|
|
5691
6632
|
}>;
|
|
6633
|
+
type Artifact_Chat_DesktopDeviceQueryVariables = Exact<{
|
|
6634
|
+
id: Scalars['ID'];
|
|
6635
|
+
}>;
|
|
5692
6636
|
type Artifact_Chat_InsightQueryVariables = Exact<{
|
|
5693
6637
|
id: Scalars['ID'];
|
|
5694
6638
|
}>;
|
|
6639
|
+
type Artifact_Chat_ProjectQueryVariables = Exact<{
|
|
6640
|
+
id: Scalars['ID'];
|
|
6641
|
+
}>;
|
|
5695
6642
|
type Artifact_FileQueryVariables = Exact<{
|
|
5696
6643
|
id: Scalars['ID'];
|
|
5697
6644
|
}>;
|
|
@@ -5736,6 +6683,12 @@ type Chat_ArtifactsQueryVariables = Exact<{
|
|
|
5736
6683
|
last?: InputMaybe<Scalars['Int']>;
|
|
5737
6684
|
orderBy?: InputMaybe<Array<ArtifactOrderByWithRelationInput> | ArtifactOrderByWithRelationInput>;
|
|
5738
6685
|
}>;
|
|
6686
|
+
type Chat_DesktopDeviceQueryVariables = Exact<{
|
|
6687
|
+
id: Scalars['ID'];
|
|
6688
|
+
}>;
|
|
6689
|
+
type Chat_DesktopDevice_DesktopBindingsQueryVariables = Exact<{
|
|
6690
|
+
id: Scalars['ID'];
|
|
6691
|
+
}>;
|
|
5739
6692
|
type Chat_InsightQueryVariables = Exact<{
|
|
5740
6693
|
id: Scalars['ID'];
|
|
5741
6694
|
}>;
|
|
@@ -5754,6 +6707,12 @@ type Chat_MessagesQueryVariables = Exact<{
|
|
|
5754
6707
|
last?: InputMaybe<Scalars['Int']>;
|
|
5755
6708
|
orderBy?: InputMaybe<Array<ChatMessageOrderByWithRelationInput> | ChatMessageOrderByWithRelationInput>;
|
|
5756
6709
|
}>;
|
|
6710
|
+
type Chat_ProjectQueryVariables = Exact<{
|
|
6711
|
+
id: Scalars['ID'];
|
|
6712
|
+
}>;
|
|
6713
|
+
type Chat_Project_DesktopBindingQueryVariables = Exact<{
|
|
6714
|
+
id: Scalars['ID'];
|
|
6715
|
+
}>;
|
|
5757
6716
|
type ChatMessageQueryVariables = Exact<{
|
|
5758
6717
|
id: Scalars['ID'];
|
|
5759
6718
|
}>;
|
|
@@ -5769,9 +6728,15 @@ type ChatMessage_ArtifactsQueryVariables = Exact<{
|
|
|
5769
6728
|
type ChatMessage_ChatQueryVariables = Exact<{
|
|
5770
6729
|
id: Scalars['ID'];
|
|
5771
6730
|
}>;
|
|
6731
|
+
type ChatMessage_Chat_DesktopDeviceQueryVariables = Exact<{
|
|
6732
|
+
id: Scalars['ID'];
|
|
6733
|
+
}>;
|
|
5772
6734
|
type ChatMessage_Chat_InsightQueryVariables = Exact<{
|
|
5773
6735
|
id: Scalars['ID'];
|
|
5774
6736
|
}>;
|
|
6737
|
+
type ChatMessage_Chat_ProjectQueryVariables = Exact<{
|
|
6738
|
+
id: Scalars['ID'];
|
|
6739
|
+
}>;
|
|
5775
6740
|
type ChatMessage_ContentsQueryVariables = Exact<{
|
|
5776
6741
|
id: Scalars['ID'];
|
|
5777
6742
|
}>;
|
|
@@ -5838,6 +6803,9 @@ type DatabasesQueryVariables = Exact<{
|
|
|
5838
6803
|
last?: InputMaybe<Scalars['Int']>;
|
|
5839
6804
|
orderBy?: InputMaybe<Array<DatabaseOrderByWithRelationInput> | DatabaseOrderByWithRelationInput>;
|
|
5840
6805
|
}>;
|
|
6806
|
+
type DesktopDevicesQueryVariables = Exact<{
|
|
6807
|
+
[key: string]: never;
|
|
6808
|
+
}>;
|
|
5841
6809
|
type DocumentQueryVariables = Exact<{
|
|
5842
6810
|
id: Scalars['ID'];
|
|
5843
6811
|
}>;
|
|
@@ -5980,6 +6948,12 @@ type InsightQueryVariables = Exact<{
|
|
|
5980
6948
|
type Insight_ChatQueryVariables = Exact<{
|
|
5981
6949
|
id: Scalars['ID'];
|
|
5982
6950
|
}>;
|
|
6951
|
+
type Insight_Chat_DesktopDeviceQueryVariables = Exact<{
|
|
6952
|
+
id: Scalars['ID'];
|
|
6953
|
+
}>;
|
|
6954
|
+
type Insight_Chat_ProjectQueryVariables = Exact<{
|
|
6955
|
+
id: Scalars['ID'];
|
|
6956
|
+
}>;
|
|
5983
6957
|
type Insight_ReportMembersQueryVariables = Exact<{
|
|
5984
6958
|
id: Scalars['ID'];
|
|
5985
6959
|
}>;
|
|
@@ -6065,6 +7039,15 @@ type LiveContextsQueryVariables = Exact<{
|
|
|
6065
7039
|
last?: InputMaybe<Scalars['Int']>;
|
|
6066
7040
|
orderBy?: InputMaybe<Array<LiveContextOrderByWithRelationInput> | LiveContextOrderByWithRelationInput>;
|
|
6067
7041
|
}>;
|
|
7042
|
+
type LocalRuntimeOverviewQueryVariables = Exact<{
|
|
7043
|
+
preferredDeviceId?: InputMaybe<Scalars['String']>;
|
|
7044
|
+
}>;
|
|
7045
|
+
type LocalRuntimeOverview_DevicesQueryVariables = Exact<{
|
|
7046
|
+
preferredDeviceId?: InputMaybe<Scalars['String']>;
|
|
7047
|
+
}>;
|
|
7048
|
+
type LocalSandboxDeviceStatusQueryVariables = Exact<{
|
|
7049
|
+
deviceId: Scalars['String'];
|
|
7050
|
+
}>;
|
|
6068
7051
|
type NotificationQueryVariables = Exact<{
|
|
6069
7052
|
id: Scalars['ID'];
|
|
6070
7053
|
}>;
|
|
@@ -6082,6 +7065,32 @@ type NotificationsByReferenceQueryVariables = Exact<{
|
|
|
6082
7065
|
type PrivacyStatsQueryVariables = Exact<{
|
|
6083
7066
|
[key: string]: never;
|
|
6084
7067
|
}>;
|
|
7068
|
+
type ProjectQueryVariables = Exact<{
|
|
7069
|
+
id: Scalars['ID'];
|
|
7070
|
+
}>;
|
|
7071
|
+
type Project_ChatsQueryVariables = Exact<{
|
|
7072
|
+
id: Scalars['ID'];
|
|
7073
|
+
after?: InputMaybe<Scalars['String']>;
|
|
7074
|
+
before?: InputMaybe<Scalars['String']>;
|
|
7075
|
+
filter?: InputMaybe<ChatWhereInput>;
|
|
7076
|
+
first?: InputMaybe<Scalars['Int']>;
|
|
7077
|
+
last?: InputMaybe<Scalars['Int']>;
|
|
7078
|
+
orderBy?: InputMaybe<Array<ChatOrderByWithRelationInput> | ChatOrderByWithRelationInput>;
|
|
7079
|
+
}>;
|
|
7080
|
+
type Project_DesktopBindingQueryVariables = Exact<{
|
|
7081
|
+
id: Scalars['ID'];
|
|
7082
|
+
}>;
|
|
7083
|
+
type Project_DesktopBinding_DeviceQueryVariables = Exact<{
|
|
7084
|
+
id: Scalars['ID'];
|
|
7085
|
+
}>;
|
|
7086
|
+
type ProjectsQueryVariables = Exact<{
|
|
7087
|
+
after?: InputMaybe<Scalars['String']>;
|
|
7088
|
+
before?: InputMaybe<Scalars['String']>;
|
|
7089
|
+
filter?: InputMaybe<ProjectWhereInput>;
|
|
7090
|
+
first?: InputMaybe<Scalars['Int']>;
|
|
7091
|
+
last?: InputMaybe<Scalars['Int']>;
|
|
7092
|
+
orderBy?: InputMaybe<Array<ProjectOrderByWithRelationInput> | ProjectOrderByWithRelationInput>;
|
|
7093
|
+
}>;
|
|
6085
7094
|
type PulseAppSummaryQueryVariables = Exact<{
|
|
6086
7095
|
integrationId: Scalars['String'];
|
|
6087
7096
|
}>;
|
|
@@ -6303,4 +7312,4 @@ interface DvinaClientResult {
|
|
|
6303
7312
|
*/
|
|
6304
7313
|
declare function createDvinaClient(options: DvinaSdkOptions): DvinaClientResult;
|
|
6305
7314
|
|
|
6306
|
-
export { type Artifact_Message_ContentsQueryVariables as $, type AbortChatMutationVariables as A, type ChatMessage_ChatQueryVariables as B, type ChatMessageQueryVariables as C, type DvinaSdkOptions as D, type ChatMessage_ContentsQueryVariables as E, type FileFragment as F, ContentBlockType as G, type ContentBlockFragment as H, type InsightFragment as I, type ChatMessage_FeedbackQueryVariables as J, FeedbackType as K, type FeedbackFragment as L, type Chat_MessagesQueryVariables as M, type ChatMessageConnectionFragment as N, type Insight_ReportsQueryVariables as O, Presentation as P, type ReportConnectionFragment as Q, ReportMemberSize as R, type Insight_ThumbnailFileQueryVariables as S, type InsightQueryVariables as T, type ArtifactConnectionFragment as U, type AddInsightToReportMutationVariables as V, type AgentQueryVariables as W, type AgentsQueryVariables as X, type ArtifactQueryVariables as Y, type Artifact_Chat_InsightQueryVariables as Z, type Artifact_Message_ChatQueryVariables as _, ActionType as a, type TableConnectionFragment as a$, type Artifact_Message_FeedbackQueryVariables as a0, type ArtifactsQueryVariables as a1, type AudioEventOutputFragment as a2, type CancelOauthFlowMutationVariables as a3, type CancelWorkspaceDeletionMutationVariables as a4, type CandidateFragment as a5, type LiveContextQueryVariables as a6, LiveContextStatus as a7, type LiveContextFragment as a8, type LiveContext_ItemsQueryVariables as a9, type DatabaseFragment as aA, type Database_EngineQueryVariables as aB, type DatabaseEngineFragment as aC, type DatabaseCatalogQueryVariables as aD, type DatabaseCatalogFragment as aE, type DatabaseCatalog_EngineQueryVariables as aF, type Database_TablesQueryVariables as aG, TableStatus as aH, type TableFragment as aI, type Table_DatabaseQueryVariables as aJ, type Table_DocumentQueryVariables as aK, type DocumentFragment as aL, type Document_ContentsQueryVariables as aM, type DocumentContentFragment as aN, type DocumentQueryVariables as aO, type Document_FileQueryVariables as aP, type Document_FormatQueryVariables as aQ, type DocumentFormatFragment as aR, type DocumentCatalogQueryVariables as aS, type DocumentCatalogFragment as aT, type DocumentCatalog_FormatQueryVariables as aU, type Document_TablesQueryVariables as aV, type Table_FromRelationsQueryVariables as aW, RelationType as aX, type RelationFragment as aY, type TableQueryVariables as aZ, type Table_ToRelationsQueryVariables as a_, FeedActionType as aa, type FeedItemGeneratedFragment as ab, type LiveContext_SourceQueryVariables as ac, type CandidateEvidenceFragment as ad, ChatSourceProviderEnum as ae, type ImportedChatSummaryOutputFragment as af, type ChatImportExecuteOutputFragment as ag, ChatSourceImportFidelityEnum as ah, ChatSourceImportModeEnum as ai, type ChatImportPreviewOutputFragment as aj, type ChatMessage_Chat_InsightQueryVariables as ak, type ChatMessagesQueryVariables as al, type ChatQueryVariables as am, type ChatTitleEventOutputFragment as an, type Chat_Insight_ReportMembersQueryVariables as ao, type Chat_Insight_ThumbnailFileQueryVariables as ap, type ChatsQueryVariables as aq, type ConnectIntegrationMutationVariables as ar, type CreateIntegrationOutputFragment as as, type ConsumePulseEventsMutationVariables as at, type ContentMaskFragment as au, type ContinueImportedChatMutationVariables as av, type ContinueInterpretationMutationVariables as aw, type CreateAgentMutationVariables as ax, type CreateChatMutationVariables as ay, type CreateDatabaseMutationVariables as az, type ActionFragment as b, type ReinterpretSourceMutationVariables as b$, type CreateDocumentMutationVariables as b0, type CreateFeedbackMutationVariables as b1, type CreateFolderMutationVariables as b2, type FolderFragment as b3, type CreateInsightMutationVariables as b4, type CreateIntegrationMutationVariables as b5, type CreateReportMutationVariables as b6, type CreateTableMutationVariables as b7, type CreateUserSkillFileMutationVariables as b8, type UserSkillFileModelFragment as b9, type DismissPulseEventMutationVariables as bA, PulseEventPriority as bB, PulseEventKind as bC, type PulseEventFragment as bD, type PulseEvent_IntegrationQueryVariables as bE, IntegrationStatus as bF, type IntegrationFragment as bG, type Integration_ProviderQueryVariables as bH, type IntegrationProviderFragment as bI, type IntegrationCatalogQueryVariables as bJ, type IntegrationCatalogFragment as bK, type IntegrationCatalog_ProviderQueryVariables as bL, type DocumentCatalogConnectionFragment as bM, type DocumentCatalogsQueryVariables as bN, type DocumentConnectionFragment as bO, type Document_Format_CatalogQueryVariables as bP, type DocumentsQueryVariables as bQ, type ChatStreamClient as bR, type ExecuteChatImportMutationVariables as bS, type GenerateUploadUriMutationVariables as bT, type FileModelFragment as bU, type PreviewChatImportMutationVariables as bV, type ReanalyzeDocumentMutationVariables as bW, type RefineAgentInstructionMutationVariables as bX, type RefineSkillInstructionMutationVariables as bY, type RefreshDatabaseSchemaMutationVariables as bZ, type RefreshInsightMutationVariables as b_, type CreateUserSkillFolderMutationVariables as ba, type UserSkillFolderModelFragment as bb, type CubeModelFragment as bc, type DatabaseCatalogConnectionFragment as bd, type DatabaseCatalogsQueryVariables as be, type DatabaseConnectionFragment as bf, type DatabaseQueryVariables as bg, type DatabaseSchemaQueryVariables as bh, type Database_Engine_CatalogQueryVariables as bi, type DatabasesQueryVariables as bj, type DeepAnalysisUsageFragment as bk, type DeleteAgentMutationVariables as bl, type DeleteArtifactMutationVariables as bm, type DeleteChatMutationVariables as bn, type DeleteDatabaseMutationVariables as bo, type DeleteDocumentMutationVariables as bp, type DeleteFolderMutationVariables as bq, type DeleteInsightMutationVariables as br, type DeleteInsightsMutationVariables as bs, type DeleteIntegrationMutationVariables as bt, type DeleteReportMutationVariables as bu, type DeleteTableMutationVariables as bv, type DeleteUserSkillFileMutationVariables as bw, type DeleteUserSkillFolderMutationVariables as bx, type DevAccessTokenOutputFragment as by, type DisconnectIntegrationMutationVariables as bz, ChatMessageFromEnum as c, type WindowDetailTypeFragment as c$, type ReinterpretSourcesOfuserMutationVariables as c0, type RelocateInsightMutationVariables as c1, type RemoveInsightFromReportMutationVariables as c2, type ResolvePulseEventMutationVariables as c3, type WorkspaceDeleteScheduleFragment as c4, type SendMessageMutationVariables as c5, type SetDatabasePrimaryKeyMutationVariables as c6, type UpdateAgentMutationVariables as c7, type UpdateArtifactNameMutationVariables as c8, type UpdateChatMutationVariables as c9, type FeedLiveContextDataFragment as cA, type FeedPulseDataFragment as cB, type FeedItemFragment as cC, type FeedItem_ActionQueryVariables as cD, type FeedSendMessageActionFragment as cE, type FeedItem_DataQueryVariables as cF, type FeedItemsQueryVariables as cG, type FeedConnectionFragment as cH, type FileQueryVariables as cI, type FileMetaQueryVariables as cJ, type FileUrlsQueryVariables as cK, type ResolvedFileUrlFragment as cL, type FindFitTierQueryVariables as cM, EntitlementTier as cN, type FolderQueryVariables as cO, type FoldersQueryVariables as cP, type FolderConnectionFragment as cQ, type GetCapabilityQueryVariables as cR, type GetDevAccessTokenQueryVariables as cS, type GetLimitQueryVariables as cT, type GetRemainingQueryVariables as cU, type GetTokenUsageByModelQueryVariables as cV, type ModelTokenUsageFragment as cW, type GetTokenUsageHistoryQueryVariables as cX, type GetTokenUsageStatusQueryVariables as cY, TokenUsageLimit as cZ, ActiveWindowType as c_, type UpdateDatabaseMutationVariables as ca, type UpdateDocumentMutationVariables as cb, type UpdateFolderMutationVariables as cc, type UpdateInsightMutationVariables as cd, type UpdateInsightInReportMutationVariables as ce, type UpdateInsightThumbnailMutationVariables as cf, type UpdateInterpMutationVariables as cg, InterpretationType as ch, AiResourceType as ci, type InterpretationFragment as cj, type UpdateLiveContextMutationVariables as ck, type UpdatePulseTriggerMutationVariables as cl, type PulseTriggerSettingModelFragment as cm, type UpdateReportMutationVariables as cn, type UpdateTableMutationVariables as co, type UpdateUserSkillFileMutationVariables as cp, type UpdateUserSkillFolderMutationVariables as cq, type ExportQueryVariables as cr, type ExportWithInsightIdQueryVariables as cs, type FeedItemQueryVariables as ct, FeedItemKind as cu, type FeedDocumentDataFragment as cv, type FeedArtifactDataFragment as cw, type FeedDatabaseDataFragment as cx, type FeedInsightDataFragment as cy, type FeedIntegrationDataFragment as cz, type ChatMessageFragment as d, type McpTokensFragment as d$, type UsageWindowsStatusTypeFragment as d0, type UsageStatusFragment as d1, type GetTokenUsageStatus_WindowsQueryVariables as d2, type GetUsageQueryVariables as d3, type InsightsQueryVariables as d4, type IntegrationQueryVariables as d5, type IntegrationCatalogToolsQueryVariables as d6, type IntegrationCatalogsQueryVariables as d7, type IntegrationCatalogConnectionFragment as d8, type IntegrationsQueryVariables as d9, type TablesQueryVariables as dA, type UserSkillFileQueryVariables as dB, type UserSkillFilesQueryVariables as dC, type UserSkillFolderQueryVariables as dD, type UserSkillFoldersQueryVariables as dE, type WorkspaceDeletionScheduleQueryVariables as dF, type McpAuthUpdatesSubscriptionVariables as dG, McpAuthPhase as dH, type McpAuthUpdateModelFragment as dI, type TokenUsageUpdatesSubscriptionVariables as dJ, type EvidenceFragment as dK, type FailedSyncEventIngestionFragment as dL, type StreamMessageContentOutputFragment as dM, type StreamMessageOutputFragment as dN, type UsageMetaOutputFragment as dO, type FinalContentEventOutputFragment as dP, type GetTokenUsageStatus_Windows_DayQueryVariables as dQ, type GetTokenUsageStatus_Windows_FiveHourQueryVariables as dR, type GetTokenUsageStatus_Windows_MonthQueryVariables as dS, type GetTokenUsageStatus_Windows_WeekQueryVariables as dT, type InferenceRequestAuditFragment as dU, type Integration_Provider_CatalogQueryVariables as dV, type InvocationFragment as dW, type LiveContext_Source_EvidencesQueryVariables as dX, type McpClientInformationFragment as dY, type McpCodeVerifierFragment as dZ, type McpServerFragment as d_, type IntegrationConnectionFragment as da, type InterpretationsQueryVariables as db, type InterpretationConnectionFragment as dc, type LiveContextsQueryVariables as dd, type LiveContextConnectionFragment as de, type NotificationQueryVariables as df, NotificationCategory as dg, NotificationPriority as dh, NotificationStatus as di, type NotificationFragment as dj, type NotificationsQueryVariables as dk, type NotificationConnectionFragment as dl, type NotificationsByReferenceQueryVariables as dm, type PrivacyStatsQueryVariables as dn, type PrivacyStatsFragment as dp, type PulseAppSummaryQueryVariables as dq, type PulseAppSummaryModelFragment as dr, type PulseEventQueryVariables as ds, type PulseEventsQueryVariables as dt, type PulseEventConnectionFragment as du, type PulseTriggerSettingsQueryVariables as dv, type QueryQueryVariables as dw, type QueryWithInsightIdQueryVariables as dx, type QueryWithMessageIdQueryVariables as dy, type ReportsQueryVariables as dz, type ChatMessage_ArtifactsQueryVariables as e, SendMessageModel as e$, type McpToolFragment as e0, type MessageEndEventOutputFragment as e1, type MessageStartEventOutputFragment as e2, type ProgressSummaryEventOutputFragment as e3, type PulseEvent_Integration_ProviderQueryVariables as e4, type ReasoningEventOutputFragment as e5, type ResetWorkspaceMutationVariables as e6, type ScheduleWorkspaceDeletionMutationVariables as e7, type TextBlockEventOutputFragment as e8, type TextDeltaEventOutputFragment as e9, type ChatStreamClientOptions as eA, type ChatStreamEvent as eB, type ChatStreamListener as eC, type ChatStreamListenerHandlers as eD, DatabaseCatalogOrderByRelevanceFieldEnum as eE, DatabaseOrderByRelevanceFieldEnum as eF, DocumentCatalogOrderByRelevanceFieldEnum as eG, DocumentOrderByRelevanceFieldEnum as eH, type DvinaSdkBaseOptions as eI, type DvinaSdkCallbackOptions as eJ, type DvinaSdkTokenOptions as eK, FeedItemOrderByRelevanceFieldEnum as eL, FeedbackOrderByRelevanceFieldEnum as eM, FileOrderByRelevanceFieldEnum as eN, FileUrlVariant as eO, FolderOrderByRelevanceFieldEnum as eP, InsightOrderByRelevanceFieldEnum as eQ, IntegrationCatalogOrderByRelevanceFieldEnum as eR, IntegrationOrderByRelevanceFieldEnum as eS, InterpretationOrderByRelevanceFieldEnum as eT, LimitType as eU, LiveContextOrderByRelevanceFieldEnum as eV, NotificationOrderByRelevanceFieldEnum as eW, NullsOrder as eX, PulseEventOrderByRelevanceFieldEnum as eY, QueryMode as eZ, ReportOrderByRelevanceFieldEnum as e_, type WidgetBlockStartEventOutputFragment as ea, type WidgetHtmlDeltaEventOutputFragment as eb, type WidgetBlockCompleteEventOutputFragment as ec, type WidgetBlockErrorEventOutputFragment as ed, type ToolStartEventOutputFragment as ee, type ToolInputDeltaEventOutputFragment as ef, type ToolResultArtifactOutputFragment as eg, type ToolResultEventOutputFragment as eh, type StreamEventSchemaAnchorFragment as ei, type SyncEventFragment as ej, type SyncEventCursorFragment as ek, type Table_Database_EngineQueryVariables as el, type Table_Document_ContentsQueryVariables as em, type Table_Document_FileQueryVariables as en, type Table_Document_FormatQueryVariables as eo, type TokenUsageFragment as ep, type UserSkillFileFragment as eq, type UserSkillFolderFragment as er, type ActiveChatStreamClient as es, type ActiveChatStreamListener as et, type ActiveChatStreamListenerHandlers as eu, AgentOrderByRelevanceFieldEnum as ev, ArtifactOrderByRelevanceFieldEnum as ew, CapabilityType as ex, ChatMessageOrderByRelevanceFieldEnum as ey, ChatOrderByRelevanceFieldEnum as ez, ArtifactKind as f, SortOrder as f0, TableOrderByRelevanceFieldEnum as f1, UsageHistoryGranularity as f2, createChatStreamClient as f3, createDvinaClient as f4, type ArtifactFragment as g, type Artifact_ChatQueryVariables as h, type ChatFragment as i, type Chat_AgentsQueryVariables as j, type AgentFragment as k, type Agent_ChatsQueryVariables as l, type ChatConnectionFragment as m, type AgentConnectionFragment as n, type Chat_ArtifactsQueryVariables as o, type Chat_InsightQueryVariables as p, type Insight_ChatQueryVariables as q, type Insight_ReportMembersQueryVariables as r, type ReportMemberFragment as s, type ReportQueryVariables as t, type ReportFragment as u, type Report_InsightsQueryVariables as v, type InsightConnectionFragment as w, type Report_LayoutQueryVariables as x, type Artifact_FileQueryVariables as y, type Artifact_MessageQueryVariables as z };
|
|
7315
|
+
export { type Insight_ReportsQueryVariables as $, type AbortChatMutationVariables as A, type Report_LayoutQueryVariables as B, type ChatMessageQueryVariables as C, type DvinaSdkOptions as D, type Artifact_FileQueryVariables as E, type FileFragment as F, type Artifact_MessageQueryVariables as G, type ChatMessage_ChatQueryVariables as H, type InsightFragment as I, type ChatMessage_ContentsQueryVariables as J, ContentBlockType as K, type ContentBlockFragment as L, type ChatMessage_FeedbackQueryVariables as M, FeedbackType as N, type FeedbackFragment as O, Presentation as P, type Chat_MessagesQueryVariables as Q, ReportMemberSize as R, type ChatMessageConnectionFragment as S, type Chat_ProjectQueryVariables as T, type Project_ChatsQueryVariables as U, type Project_DesktopBindingQueryVariables as V, ProjectDesktopContextKind as W, type ProjectDesktopBindingFragment as X, type ProjectQueryVariables as Y, ProjectSource as Z, type ProjectFragment as _, ActionType as a, type DocumentFragment as a$, type ReportConnectionFragment as a0, type Insight_ThumbnailFileQueryVariables as a1, type InsightQueryVariables as a2, type ArtifactConnectionFragment as a3, type AddInsightToReportMutationVariables as a4, type AgentQueryVariables as a5, type AgentsQueryVariables as a6, type ArtifactQueryVariables as a7, type Artifact_Chat_DesktopDeviceQueryVariables as a8, type Artifact_Chat_InsightQueryVariables as a9, type ChatQueryVariables as aA, type ChatTitleEventOutputFragment as aB, type Chat_DesktopDevice_DesktopBindingsQueryVariables as aC, type Chat_Insight_ReportMembersQueryVariables as aD, type Chat_Insight_ThumbnailFileQueryVariables as aE, type Chat_Project_DesktopBindingQueryVariables as aF, type ChatsQueryVariables as aG, type ConnectIntegrationMutationVariables as aH, type CreateIntegrationOutputFragment as aI, type ConsumePulseEventsMutationVariables as aJ, type ContentMaskFragment as aK, type ContinueImportedChatMutationVariables as aL, type ContinueInterpretationMutationVariables as aM, type CreateAgentMutationVariables as aN, type CreateChatMutationVariables as aO, type CreateDatabaseMutationVariables as aP, type DatabaseFragment as aQ, type Database_EngineQueryVariables as aR, type DatabaseEngineFragment as aS, type DatabaseCatalogQueryVariables as aT, type DatabaseCatalogFragment as aU, type DatabaseCatalog_EngineQueryVariables as aV, type Database_TablesQueryVariables as aW, TableStatus as aX, type TableFragment as aY, type Table_DatabaseQueryVariables as aZ, type Table_DocumentQueryVariables as a_, type Artifact_Chat_ProjectQueryVariables as aa, type Artifact_Message_ChatQueryVariables as ab, type Artifact_Message_ContentsQueryVariables as ac, type Artifact_Message_FeedbackQueryVariables as ad, type ArtifactsQueryVariables as ae, type AudioEventOutputFragment as af, type CancelOauthFlowMutationVariables as ag, type CancelWorkspaceDeletionMutationVariables as ah, type CandidateFragment as ai, type LiveContextQueryVariables as aj, LiveContextStatus as ak, type LiveContextFragment as al, type LiveContext_ItemsQueryVariables as am, FeedActionType as an, type FeedItemGeneratedFragment as ao, type LiveContext_SourceQueryVariables as ap, type CandidateEvidenceFragment as aq, type ImportedChatSummaryOutputFragment as ar, type ChatImportExecuteOutputFragment as as, ChatSourceImportFidelityEnum as at, ChatSourceImportModeEnum as au, type ChatImportPreviewOutputFragment as av, type ChatMessage_Chat_DesktopDeviceQueryVariables as aw, type ChatMessage_Chat_InsightQueryVariables as ax, type ChatMessage_Chat_ProjectQueryVariables as ay, type ChatMessagesQueryVariables as az, type ActionFragment as b, type IntegrationFragment as b$, type Document_ContentsQueryVariables as b0, type DocumentContentFragment as b1, type DocumentQueryVariables as b2, type Document_FileQueryVariables as b3, type Document_FormatQueryVariables as b4, type DocumentFormatFragment as b5, type DocumentCatalogQueryVariables as b6, type DocumentCatalogFragment as b7, type DocumentCatalog_FormatQueryVariables as b8, type Document_TablesQueryVariables as b9, type DatabasesQueryVariables as bA, type DeepAnalysisUsageFragment as bB, type DeleteAgentMutationVariables as bC, type DeleteArtifactMutationVariables as bD, type DeleteChatMutationVariables as bE, type DeleteDatabaseMutationVariables as bF, type DeleteDocumentMutationVariables as bG, type DeleteFolderMutationVariables as bH, type DeleteInsightMutationVariables as bI, type DeleteInsightsMutationVariables as bJ, type DeleteIntegrationMutationVariables as bK, type DeleteProjectMutationVariables as bL, type DeleteReportMutationVariables as bM, type DeleteTableMutationVariables as bN, type DeleteUserSkillFileMutationVariables as bO, type DeleteUserSkillFolderMutationVariables as bP, LocalSandboxDeviceConnectionState as bQ, type DesktopDeviceModelFragment as bR, type DesktopDevicesQueryVariables as bS, type DevAccessTokenOutputFragment as bT, type DisconnectIntegrationMutationVariables as bU, type DismissPulseEventMutationVariables as bV, PulseEventPriority as bW, PulseEventKind as bX, type PulseEventFragment as bY, type PulseEvent_IntegrationQueryVariables as bZ, IntegrationStatus as b_, type Table_FromRelationsQueryVariables as ba, RelationType as bb, type RelationFragment as bc, type TableQueryVariables as bd, type Table_ToRelationsQueryVariables as be, type TableConnectionFragment as bf, type CreateDocumentMutationVariables as bg, type CreateFeedbackMutationVariables as bh, type CreateFolderMutationVariables as bi, type FolderFragment as bj, type CreateInsightMutationVariables as bk, type CreateIntegrationMutationVariables as bl, type CreateProjectMutationVariables as bm, type CreateReportMutationVariables as bn, type CreateTableMutationVariables as bo, type CreateUserSkillFileMutationVariables as bp, type UserSkillFileModelFragment as bq, type CreateUserSkillFolderMutationVariables as br, type UserSkillFolderModelFragment as bs, type CubeModelFragment as bt, type DatabaseCatalogConnectionFragment as bu, type DatabaseCatalogsQueryVariables as bv, type DatabaseConnectionFragment as bw, type DatabaseQueryVariables as bx, type DatabaseSchemaQueryVariables as by, type Database_Engine_CatalogQueryVariables as bz, ChatMessageFromEnum as c, type FeedItemFragment as c$, type Integration_ProviderQueryVariables as c0, type IntegrationProviderFragment as c1, type IntegrationCatalogQueryVariables as c2, type IntegrationCatalogFragment as c3, type IntegrationCatalog_ProviderQueryVariables as c4, type DocumentCatalogConnectionFragment as c5, type DocumentCatalogsQueryVariables as c6, type DocumentConnectionFragment as c7, type Document_Format_CatalogQueryVariables as c8, type DocumentsQueryVariables as c9, type UpdateInsightMutationVariables as cA, type UpdateInsightInReportMutationVariables as cB, type UpdateInsightThumbnailMutationVariables as cC, type UpdateInterpMutationVariables as cD, InterpretationType as cE, AiResourceType as cF, type InterpretationFragment as cG, type UpdateLiveContextMutationVariables as cH, type UpdateProjectMutationVariables as cI, type UpdatePulseTriggerMutationVariables as cJ, type PulseTriggerSettingModelFragment as cK, type UpdateReportMutationVariables as cL, type UpdateTableMutationVariables as cM, type UpdateUserSkillFileMutationVariables as cN, type UpdateUserSkillFolderMutationVariables as cO, type ExportQueryVariables as cP, type ExportWithInsightIdQueryVariables as cQ, type FeedItemQueryVariables as cR, FeedItemKind as cS, type FeedDocumentDataFragment as cT, type FeedArtifactDataFragment as cU, type FeedDatabaseDataFragment as cV, type FeedInsightDataFragment as cW, type FeedIntegrationDataFragment as cX, type FeedProjectDataFragment as cY, type FeedLiveContextDataFragment as cZ, type FeedPulseDataFragment as c_, type ChatStreamClient as ca, type ExecuteChatImportMutationVariables as cb, type GenerateUploadUriMutationVariables as cc, type FileModelFragment as cd, type PreviewChatImportMutationVariables as ce, type ReanalyzeDocumentMutationVariables as cf, type RefineAgentInstructionMutationVariables as cg, type RefineSkillInstructionMutationVariables as ch, type RefreshDatabaseSchemaMutationVariables as ci, type RefreshInsightMutationVariables as cj, type RegisterDesktopDeviceMutationVariables as ck, type ReinterpretSourceMutationVariables as cl, type ReinterpretSourcesOfuserMutationVariables as cm, type RelocateInsightMutationVariables as cn, type RemoveInsightFromReportMutationVariables as co, type ResolvePulseEventMutationVariables as cp, type WorkspaceDeleteScheduleFragment as cq, type SendMessageMutationVariables as cr, type SetDatabasePrimaryKeyMutationVariables as cs, type SyncProjectDesktopBindingMutationVariables as ct, type UpdateAgentMutationVariables as cu, type UpdateArtifactNameMutationVariables as cv, type UpdateChatMutationVariables as cw, type UpdateDatabaseMutationVariables as cx, type UpdateDocumentMutationVariables as cy, type UpdateFolderMutationVariables as cz, type ChatMessageFragment as d, type PulseEventConnectionFragment as d$, type FeedItem_ActionQueryVariables as d0, type FeedSendMessageActionFragment as d1, type FeedItem_DataQueryVariables as d2, type FeedItemsQueryVariables as d3, type FeedConnectionFragment as d4, type FileQueryVariables as d5, type FileMetaQueryVariables as d6, type FileUrlsQueryVariables as d7, type ResolvedFileUrlFragment as d8, type FindFitTierQueryVariables as d9, type IntegrationConnectionFragment as dA, type InterpretationsQueryVariables as dB, type InterpretationConnectionFragment as dC, type LiveContextsQueryVariables as dD, type LiveContextConnectionFragment as dE, type LocalRuntimeOverviewQueryVariables as dF, type LocalRuntimeDeviceModelFragment as dG, type LocalRuntimeOverviewModelFragment as dH, type LocalRuntimeOverview_DevicesQueryVariables as dI, type LocalSandboxDeviceStatusQueryVariables as dJ, type LocalSandboxDeviceStatusModelFragment as dK, type NotificationQueryVariables as dL, NotificationCategory as dM, NotificationPriority as dN, NotificationStatus as dO, type NotificationFragment as dP, type NotificationsQueryVariables as dQ, type NotificationConnectionFragment as dR, type NotificationsByReferenceQueryVariables as dS, type PrivacyStatsQueryVariables as dT, type PrivacyStatsFragment as dU, type ProjectsQueryVariables as dV, type ProjectConnectionFragment as dW, type PulseAppSummaryQueryVariables as dX, type PulseAppSummaryModelFragment as dY, type PulseEventQueryVariables as dZ, type PulseEventsQueryVariables as d_, EntitlementTier as da, type FolderQueryVariables as db, type FoldersQueryVariables as dc, type FolderConnectionFragment as dd, type GetCapabilityQueryVariables as de, type GetDevAccessTokenQueryVariables as df, type GetLimitQueryVariables as dg, type GetRemainingQueryVariables as dh, type GetTokenUsageByModelQueryVariables as di, type ModelTokenUsageFragment as dj, type GetTokenUsageHistoryQueryVariables as dk, type GetTokenUsageStatusQueryVariables as dl, TokenUsageLimit as dm, ActiveWindowType as dn, type WindowDetailTypeFragment as dp, type UsageWindowsStatusTypeFragment as dq, type UsageStatusFragment as dr, type GetTokenUsageStatus_WindowsQueryVariables as ds, type GetUsageQueryVariables as dt, type InsightsQueryVariables as du, type IntegrationQueryVariables as dv, type IntegrationCatalogToolsQueryVariables as dw, type IntegrationCatalogsQueryVariables as dx, type IntegrationCatalogConnectionFragment as dy, type IntegrationsQueryVariables as dz, type ChatMessage_ArtifactsQueryVariables as e, type UserSkillFolderFragment as e$, type PulseTriggerSettingsQueryVariables as e0, type QueryQueryVariables as e1, type QueryWithInsightIdQueryVariables as e2, type QueryWithMessageIdQueryVariables as e3, type ReportsQueryVariables as e4, type TablesQueryVariables as e5, type UserSkillFileQueryVariables as e6, type UserSkillFilesQueryVariables as e7, type UserSkillFolderQueryVariables as e8, type UserSkillFoldersQueryVariables as e9, type MessageEndEventOutputFragment as eA, type MessageStartEventOutputFragment as eB, type ProgressSummaryEventOutputFragment as eC, type Project_DesktopBinding_DeviceQueryVariables as eD, type PulseEvent_Integration_ProviderQueryVariables as eE, type ReasoningEventOutputFragment as eF, type ResetWorkspaceMutationVariables as eG, type ScheduleWorkspaceDeletionMutationVariables as eH, type TextBlockEventOutputFragment as eI, type TextDeltaEventOutputFragment as eJ, type WidgetBlockStartEventOutputFragment as eK, type WidgetHtmlDeltaEventOutputFragment as eL, type WidgetBlockCompleteEventOutputFragment as eM, type WidgetBlockErrorEventOutputFragment as eN, type ToolStartEventOutputFragment as eO, type ToolInputDeltaEventOutputFragment as eP, type ToolResultArtifactOutputFragment as eQ, type ToolResultEventOutputFragment as eR, type StreamEventSchemaAnchorFragment as eS, type SyncEventFragment as eT, type SyncEventCursorFragment as eU, type Table_Database_EngineQueryVariables as eV, type Table_Document_ContentsQueryVariables as eW, type Table_Document_FileQueryVariables as eX, type Table_Document_FormatQueryVariables as eY, type TokenUsageFragment as eZ, type UserSkillFileFragment as e_, type WorkspaceDeletionScheduleQueryVariables as ea, type McpAuthUpdatesSubscriptionVariables as eb, McpAuthPhase as ec, type McpAuthUpdateModelFragment as ed, type TokenUsageUpdatesSubscriptionVariables as ee, type EvidenceFragment as ef, type FailedSyncEventIngestionFragment as eg, type StreamMessageContentOutputFragment as eh, type StreamMessageOutputFragment as ei, type UsageMetaOutputFragment as ej, type FinalContentEventOutputFragment as ek, type GetTokenUsageStatus_Windows_DayQueryVariables as el, type GetTokenUsageStatus_Windows_FiveHourQueryVariables as em, type GetTokenUsageStatus_Windows_MonthQueryVariables as en, type GetTokenUsageStatus_Windows_WeekQueryVariables as eo, type InferenceRequestAuditFragment as ep, type Insight_Chat_DesktopDeviceQueryVariables as eq, type Insight_Chat_ProjectQueryVariables as er, type Integration_Provider_CatalogQueryVariables as es, type InvocationFragment as et, type LiveContext_Source_EvidencesQueryVariables as eu, type McpClientInformationFragment as ev, type McpCodeVerifierFragment as ew, type McpServerFragment as ex, type McpTokensFragment as ey, type McpToolFragment as ez, ArtifactKind as f, type ActiveChatStreamClient as f0, type ActiveChatStreamListener as f1, type ActiveChatStreamListenerHandlers as f2, AgentOrderByRelevanceFieldEnum as f3, ArtifactOrderByRelevanceFieldEnum as f4, CapabilityType as f5, ChatMessageOrderByRelevanceFieldEnum as f6, ChatOrderByRelevanceFieldEnum as f7, type ChatStreamClientOptions as f8, type ChatStreamEvent as f9, QueryMode as fA, ReportOrderByRelevanceFieldEnum as fB, SendMessageModel as fC, SortOrder as fD, TableOrderByRelevanceFieldEnum as fE, UsageHistoryGranularity as fF, createChatStreamClient as fG, createDvinaClient as fH, type ChatStreamListener as fa, type ChatStreamListenerHandlers as fb, DatabaseCatalogOrderByRelevanceFieldEnum as fc, DatabaseOrderByRelevanceFieldEnum as fd, DesktopDeviceOrderByRelevanceFieldEnum as fe, DocumentCatalogOrderByRelevanceFieldEnum as ff, DocumentOrderByRelevanceFieldEnum as fg, type DvinaSdkBaseOptions as fh, type DvinaSdkCallbackOptions as fi, type DvinaSdkTokenOptions as fj, FeedItemOrderByRelevanceFieldEnum as fk, FeedbackOrderByRelevanceFieldEnum as fl, FileOrderByRelevanceFieldEnum as fm, FileUrlVariant as fn, FolderOrderByRelevanceFieldEnum as fo, InsightOrderByRelevanceFieldEnum as fp, IntegrationCatalogOrderByRelevanceFieldEnum as fq, IntegrationOrderByRelevanceFieldEnum as fr, InterpretationOrderByRelevanceFieldEnum as fs, LimitType as ft, LiveContextOrderByRelevanceFieldEnum as fu, NotificationOrderByRelevanceFieldEnum as fv, NullsOrder as fw, ProjectDesktopBindingOrderByRelevanceFieldEnum as fx, ProjectOrderByRelevanceFieldEnum as fy, PulseEventOrderByRelevanceFieldEnum as fz, type ArtifactFragment as g, type Artifact_ChatQueryVariables as h, ChatSourceProviderEnum as i, type ChatFragment as j, type Chat_AgentsQueryVariables as k, type AgentFragment as l, type Agent_ChatsQueryVariables as m, type ChatConnectionFragment as n, type AgentConnectionFragment as o, type Chat_ArtifactsQueryVariables as p, type Chat_DesktopDeviceQueryVariables as q, type DesktopDeviceFragment as r, type Chat_InsightQueryVariables as s, type Insight_ChatQueryVariables as t, type Insight_ReportMembersQueryVariables as u, type ReportMemberFragment as v, type ReportQueryVariables as w, type ReportFragment as x, type Report_InsightsQueryVariables as y, type InsightConnectionFragment as z };
|