@gpt-core/client 0.6.95 → 0.6.97
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/index.cjs +4043 -0
- package/dist/index.d.mts +7273 -854
- package/dist/index.d.ts +7273 -854
- package/dist/index.js +51 -533
- package/dist/index.mjs +46 -533
- package/package.json +13 -1
package/dist/index.mjs
CHANGED
|
@@ -829,7 +829,6 @@ var client = createClient(
|
|
|
829
829
|
|
|
830
830
|
// src/_internal/sdk.gen.ts
|
|
831
831
|
var postAiSearchAdvanced = (options) => (options.client ?? client).post({
|
|
832
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
833
832
|
security: [{ scheme: "bearer", type: "http" }],
|
|
834
833
|
url: "/ai/search/advanced",
|
|
835
834
|
...options,
|
|
@@ -839,31 +838,21 @@ var postAiSearchAdvanced = (options) => (options.client ?? client).post({
|
|
|
839
838
|
}
|
|
840
839
|
});
|
|
841
840
|
var deleteExtractionDocumentsById = (options) => (options.client ?? client).delete({
|
|
842
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
843
841
|
security: [{ scheme: "bearer", type: "http" }],
|
|
844
842
|
url: "/extraction/documents/{id}",
|
|
845
843
|
...options
|
|
846
844
|
});
|
|
847
845
|
var getExtractionDocumentsById = (options) => (options.client ?? client).get({
|
|
848
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
849
846
|
security: [{ scheme: "bearer", type: "http" }],
|
|
850
847
|
url: "/extraction/documents/{id}",
|
|
851
848
|
...options
|
|
852
849
|
});
|
|
853
850
|
var getThreads = (options) => (options.client ?? client).get({
|
|
854
|
-
querySerializer: {
|
|
855
|
-
parameters: {
|
|
856
|
-
filter: { object: { style: "form" } },
|
|
857
|
-
page: { object: { style: "form" } },
|
|
858
|
-
fields: { object: { style: "form" } }
|
|
859
|
-
}
|
|
860
|
-
},
|
|
861
851
|
security: [{ scheme: "bearer", type: "http" }],
|
|
862
852
|
url: "/threads",
|
|
863
853
|
...options
|
|
864
854
|
});
|
|
865
855
|
var postThreads = (options) => (options.client ?? client).post({
|
|
866
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
867
856
|
security: [{ scheme: "bearer", type: "http" }],
|
|
868
857
|
url: "/threads",
|
|
869
858
|
...options,
|
|
@@ -873,36 +862,26 @@ var postThreads = (options) => (options.client ?? client).post({
|
|
|
873
862
|
}
|
|
874
863
|
});
|
|
875
864
|
var getExtractionSchemasWorkspaceByWorkspaceId = (options) => (options.client ?? client).get({
|
|
876
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
877
865
|
security: [{ scheme: "bearer", type: "http" }],
|
|
878
866
|
url: "/extraction/schemas/workspace/{workspace_id}",
|
|
879
867
|
...options
|
|
880
868
|
});
|
|
881
869
|
var getLlmAnalyticsCosts = (options) => (options.client ?? client).get({
|
|
882
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
883
870
|
security: [{ scheme: "bearer", type: "http" }],
|
|
884
871
|
url: "/llm_analytics/costs",
|
|
885
872
|
...options
|
|
886
873
|
});
|
|
887
874
|
var getTrainingSessionsAgentsByAgentIdSessions = (options) => (options.client ?? client).get({
|
|
888
|
-
querySerializer: {
|
|
889
|
-
parameters: {
|
|
890
|
-
filter: { object: { style: "form" } },
|
|
891
|
-
fields: { object: { style: "form" } }
|
|
892
|
-
}
|
|
893
|
-
},
|
|
894
875
|
security: [{ scheme: "bearer", type: "http" }],
|
|
895
876
|
url: "/training_sessions/agents/{agent_id}/sessions",
|
|
896
877
|
...options
|
|
897
878
|
});
|
|
898
879
|
var getAiChunksDocumentByDocumentId = (options) => (options.client ?? client).get({
|
|
899
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
900
880
|
security: [{ scheme: "bearer", type: "http" }],
|
|
901
881
|
url: "/ai/chunks/document/{document_id}",
|
|
902
882
|
...options
|
|
903
883
|
});
|
|
904
884
|
var patchWalletCredits = (options) => (options.client ?? client).patch({
|
|
905
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
906
885
|
security: [{ scheme: "bearer", type: "http" }],
|
|
907
886
|
url: "/wallet/credits",
|
|
908
887
|
...options,
|
|
@@ -912,18 +891,11 @@ var patchWalletCredits = (options) => (options.client ?? client).patch({
|
|
|
912
891
|
}
|
|
913
892
|
});
|
|
914
893
|
var getWorkspaces = (options) => (options.client ?? client).get({
|
|
915
|
-
querySerializer: {
|
|
916
|
-
parameters: {
|
|
917
|
-
filter: { object: { style: "form" } },
|
|
918
|
-
fields: { object: { style: "form" } }
|
|
919
|
-
}
|
|
920
|
-
},
|
|
921
894
|
security: [{ scheme: "bearer", type: "http" }],
|
|
922
895
|
url: "/workspaces",
|
|
923
896
|
...options
|
|
924
897
|
});
|
|
925
898
|
var postWorkspaces = (options) => (options.client ?? client).post({
|
|
926
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
927
899
|
security: [{ scheme: "bearer", type: "http" }],
|
|
928
900
|
url: "/workspaces",
|
|
929
901
|
...options,
|
|
@@ -933,13 +905,20 @@ var postWorkspaces = (options) => (options.client ?? client).post({
|
|
|
933
905
|
}
|
|
934
906
|
});
|
|
935
907
|
var getDocumentsStats = (options) => (options.client ?? client).get({
|
|
936
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
937
908
|
security: [{ scheme: "bearer", type: "http" }],
|
|
938
909
|
url: "/documents/stats",
|
|
939
910
|
...options
|
|
940
911
|
});
|
|
912
|
+
var patchExtractionDocumentsByIdDismiss = (options) => (options.client ?? client).patch({
|
|
913
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
914
|
+
url: "/extraction/documents/{id}/dismiss",
|
|
915
|
+
...options,
|
|
916
|
+
headers: {
|
|
917
|
+
"Content-Type": "application/vnd.api+json",
|
|
918
|
+
...options.headers
|
|
919
|
+
}
|
|
920
|
+
});
|
|
941
921
|
var postObjectsRegister = (options) => (options.client ?? client).post({
|
|
942
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
943
922
|
security: [{ scheme: "bearer", type: "http" }],
|
|
944
923
|
url: "/objects/register",
|
|
945
924
|
...options,
|
|
@@ -949,30 +928,30 @@ var postObjectsRegister = (options) => (options.client ?? client).post({
|
|
|
949
928
|
}
|
|
950
929
|
});
|
|
951
930
|
var getLlmAnalyticsWorkspace = (options) => (options.client ?? client).get({
|
|
952
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
953
931
|
security: [{ scheme: "bearer", type: "http" }],
|
|
954
932
|
url: "/llm_analytics/workspace",
|
|
955
933
|
...options
|
|
956
934
|
});
|
|
935
|
+
var patchExtractionDocumentsByIdDismissTraining = (options) => (options.client ?? client).patch({
|
|
936
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
937
|
+
url: "/extraction/documents/{id}/dismiss-training",
|
|
938
|
+
...options,
|
|
939
|
+
headers: {
|
|
940
|
+
"Content-Type": "application/vnd.api+json",
|
|
941
|
+
...options.headers
|
|
942
|
+
}
|
|
943
|
+
});
|
|
957
944
|
var getSearchIndexes = (options) => (options.client ?? client).get({
|
|
958
|
-
querySerializer: {
|
|
959
|
-
parameters: {
|
|
960
|
-
filter: { object: { style: "form" } },
|
|
961
|
-
fields: { object: { style: "form" } }
|
|
962
|
-
}
|
|
963
|
-
},
|
|
964
945
|
security: [{ scheme: "bearer", type: "http" }],
|
|
965
946
|
url: "/search/indexes",
|
|
966
947
|
...options
|
|
967
948
|
});
|
|
968
949
|
var getCreditPackagesSlugBySlug = (options) => (options.client ?? client).get({
|
|
969
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
970
950
|
security: [{ scheme: "bearer", type: "http" }],
|
|
971
951
|
url: "/credit-packages/slug/{slug}",
|
|
972
952
|
...options
|
|
973
953
|
});
|
|
974
954
|
var postExtractionBatches = (options) => (options.client ?? client).post({
|
|
975
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
976
955
|
security: [{ scheme: "bearer", type: "http" }],
|
|
977
956
|
url: "/extraction/batches",
|
|
978
957
|
...options,
|
|
@@ -982,13 +961,11 @@ var postExtractionBatches = (options) => (options.client ?? client).post({
|
|
|
982
961
|
}
|
|
983
962
|
});
|
|
984
963
|
var getLlmAnalyticsPlatform = (options) => (options.client ?? client).get({
|
|
985
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
986
964
|
security: [{ scheme: "bearer", type: "http" }],
|
|
987
965
|
url: "/llm_analytics/platform",
|
|
988
966
|
...options
|
|
989
967
|
});
|
|
990
968
|
var patchExtractionDocumentsByIdExclude = (options) => (options.client ?? client).patch({
|
|
991
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
992
969
|
security: [{ scheme: "bearer", type: "http" }],
|
|
993
970
|
url: "/extraction/documents/{id}/exclude",
|
|
994
971
|
...options,
|
|
@@ -998,7 +975,6 @@ var patchExtractionDocumentsByIdExclude = (options) => (options.client ?? client
|
|
|
998
975
|
}
|
|
999
976
|
});
|
|
1000
977
|
var postPayments = (options) => (options.client ?? client).post({
|
|
1001
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1002
978
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1003
979
|
url: "/payments",
|
|
1004
980
|
...options,
|
|
@@ -1008,18 +984,11 @@ var postPayments = (options) => (options.client ?? client).post({
|
|
|
1008
984
|
}
|
|
1009
985
|
});
|
|
1010
986
|
var getExtractionBatchesWorkspaceByWorkspaceId = (options) => (options.client ?? client).get({
|
|
1011
|
-
querySerializer: {
|
|
1012
|
-
parameters: {
|
|
1013
|
-
filter: { object: { style: "form" } },
|
|
1014
|
-
fields: { object: { style: "form" } }
|
|
1015
|
-
}
|
|
1016
|
-
},
|
|
1017
987
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1018
988
|
url: "/extraction/batches/workspace/{workspace_id}",
|
|
1019
989
|
...options
|
|
1020
990
|
});
|
|
1021
991
|
var patchApiKeysByIdRevoke = (options) => (options.client ?? client).patch({
|
|
1022
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1023
992
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1024
993
|
url: "/api_keys/{id}/revoke",
|
|
1025
994
|
...options,
|
|
@@ -1029,19 +998,16 @@ var patchApiKeysByIdRevoke = (options) => (options.client ?? client).patch({
|
|
|
1029
998
|
}
|
|
1030
999
|
});
|
|
1031
1000
|
var getInvitationsConsumeByToken = (options) => (options.client ?? client).get({
|
|
1032
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1033
1001
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1034
1002
|
url: "/invitations/consume/{token}",
|
|
1035
1003
|
...options
|
|
1036
1004
|
});
|
|
1037
1005
|
var getExtractionDocumentsByIdStatus = (options) => (options.client ?? client).get({
|
|
1038
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1039
1006
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1040
1007
|
url: "/extraction/documents/{id}/status",
|
|
1041
1008
|
...options
|
|
1042
1009
|
});
|
|
1043
1010
|
var patchExtractionDocumentsByIdStatus = (options) => (options.client ?? client).patch({
|
|
1044
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1045
1011
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1046
1012
|
url: "/extraction/documents/{id}/status",
|
|
1047
1013
|
...options,
|
|
@@ -1051,7 +1017,6 @@ var patchExtractionDocumentsByIdStatus = (options) => (options.client ?? client)
|
|
|
1051
1017
|
}
|
|
1052
1018
|
});
|
|
1053
1019
|
var patchExtractionDocumentsByIdFinishUpload = (options) => (options.client ?? client).patch({
|
|
1054
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1055
1020
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1056
1021
|
url: "/extraction/documents/{id}/finish_upload",
|
|
1057
1022
|
...options,
|
|
@@ -1061,7 +1026,6 @@ var patchExtractionDocumentsByIdFinishUpload = (options) => (options.client ?? c
|
|
|
1061
1026
|
}
|
|
1062
1027
|
});
|
|
1063
1028
|
var patchWorkspacesByIdAllocate = (options) => (options.client ?? client).patch({
|
|
1064
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1065
1029
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1066
1030
|
url: "/workspaces/{id}/allocate",
|
|
1067
1031
|
...options,
|
|
@@ -1071,7 +1035,6 @@ var patchWorkspacesByIdAllocate = (options) => (options.client ?? client).patch(
|
|
|
1071
1035
|
}
|
|
1072
1036
|
});
|
|
1073
1037
|
var postThreadsActive = (options) => (options.client ?? client).post({
|
|
1074
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1075
1038
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1076
1039
|
url: "/threads/active",
|
|
1077
1040
|
...options,
|
|
@@ -1081,7 +1044,6 @@ var postThreadsActive = (options) => (options.client ?? client).post({
|
|
|
1081
1044
|
}
|
|
1082
1045
|
});
|
|
1083
1046
|
var patchInvitationsByIdRevoke = (options) => (options.client ?? client).patch({
|
|
1084
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1085
1047
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1086
1048
|
url: "/invitations/{id}/revoke",
|
|
1087
1049
|
...options,
|
|
@@ -1090,20 +1052,21 @@ var patchInvitationsByIdRevoke = (options) => (options.client ?? client).patch({
|
|
|
1090
1052
|
...options.headers
|
|
1091
1053
|
}
|
|
1092
1054
|
});
|
|
1055
|
+
var postWorkspacesByWorkspaceIdExtractionDocumentsDismissAllTrained = (options) => (options.client ?? client).post({
|
|
1056
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
1057
|
+
url: "/workspaces/{workspace_id}/extraction/documents/dismiss-all-trained",
|
|
1058
|
+
...options,
|
|
1059
|
+
headers: {
|
|
1060
|
+
"Content-Type": "application/vnd.api+json",
|
|
1061
|
+
...options.headers
|
|
1062
|
+
}
|
|
1063
|
+
});
|
|
1093
1064
|
var getConfigs = (options) => (options.client ?? client).get({
|
|
1094
|
-
querySerializer: {
|
|
1095
|
-
parameters: {
|
|
1096
|
-
filter: { object: { style: "form" } },
|
|
1097
|
-
page: { object: { style: "form" } },
|
|
1098
|
-
fields: { object: { style: "form" } }
|
|
1099
|
-
}
|
|
1100
|
-
},
|
|
1101
1065
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1102
1066
|
url: "/configs",
|
|
1103
1067
|
...options
|
|
1104
1068
|
});
|
|
1105
1069
|
var postConfigs = (options) => (options.client ?? client).post({
|
|
1106
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1107
1070
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1108
1071
|
url: "/configs",
|
|
1109
1072
|
...options,
|
|
@@ -1113,7 +1076,6 @@ var postConfigs = (options) => (options.client ?? client).post({
|
|
|
1113
1076
|
}
|
|
1114
1077
|
});
|
|
1115
1078
|
var postTokens = (options) => (options.client ?? client).post({
|
|
1116
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1117
1079
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1118
1080
|
url: "/tokens",
|
|
1119
1081
|
...options,
|
|
@@ -1123,19 +1085,16 @@ var postTokens = (options) => (options.client ?? client).post({
|
|
|
1123
1085
|
}
|
|
1124
1086
|
});
|
|
1125
1087
|
var deleteTrainingExamplesById = (options) => (options.client ?? client).delete({
|
|
1126
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1127
1088
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1128
1089
|
url: "/training_examples/{id}",
|
|
1129
1090
|
...options
|
|
1130
1091
|
});
|
|
1131
1092
|
var getTrainingExamplesById = (options) => (options.client ?? client).get({
|
|
1132
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1133
1093
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1134
1094
|
url: "/training_examples/{id}",
|
|
1135
1095
|
...options
|
|
1136
1096
|
});
|
|
1137
1097
|
var patchTrainingExamplesById = (options) => (options.client ?? client).patch({
|
|
1138
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1139
1098
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1140
1099
|
url: "/training_examples/{id}",
|
|
1141
1100
|
...options,
|
|
@@ -1145,13 +1104,11 @@ var patchTrainingExamplesById = (options) => (options.client ?? client).patch({
|
|
|
1145
1104
|
}
|
|
1146
1105
|
});
|
|
1147
1106
|
var deleteSearchSavedById = (options) => (options.client ?? client).delete({
|
|
1148
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1149
1107
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1150
1108
|
url: "/search/saved/{id}",
|
|
1151
1109
|
...options
|
|
1152
1110
|
});
|
|
1153
1111
|
var patchUsersByIdAdminEmail = (options) => (options.client ?? client).patch({
|
|
1154
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1155
1112
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1156
1113
|
url: "/users/{id}/admin/email",
|
|
1157
1114
|
...options,
|
|
@@ -1160,8 +1117,12 @@ var patchUsersByIdAdminEmail = (options) => (options.client ?? client).patch({
|
|
|
1160
1117
|
...options.headers
|
|
1161
1118
|
}
|
|
1162
1119
|
});
|
|
1120
|
+
var getExtractionDocumentsWorkspaceByWorkspaceIdTrained = (options) => (options.client ?? client).get({
|
|
1121
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
1122
|
+
url: "/extraction/documents/workspace/{workspace_id}/trained",
|
|
1123
|
+
...options
|
|
1124
|
+
});
|
|
1163
1125
|
var patchUsersAuthResetPassword = (options) => (options.client ?? client).patch({
|
|
1164
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1165
1126
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1166
1127
|
url: "/users/auth/reset-password",
|
|
1167
1128
|
...options,
|
|
@@ -1171,13 +1132,11 @@ var patchUsersAuthResetPassword = (options) => (options.client ?? client).patch(
|
|
|
1171
1132
|
}
|
|
1172
1133
|
});
|
|
1173
1134
|
var getBucketsByIdStats = (options) => (options.client ?? client).get({
|
|
1174
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1175
1135
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1176
1136
|
url: "/buckets/{id}/stats",
|
|
1177
1137
|
...options
|
|
1178
1138
|
});
|
|
1179
1139
|
var patchNotificationMethodsByIdSetPrimary = (options) => (options.client ?? client).patch({
|
|
1180
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1181
1140
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1182
1141
|
url: "/notification_methods/{id}/set_primary",
|
|
1183
1142
|
...options,
|
|
@@ -1187,13 +1146,11 @@ var patchNotificationMethodsByIdSetPrimary = (options) => (options.client ?? cli
|
|
|
1187
1146
|
}
|
|
1188
1147
|
});
|
|
1189
1148
|
var getBucketsByIdObjects = (options) => (options.client ?? client).get({
|
|
1190
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1191
1149
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1192
1150
|
url: "/buckets/{id}/objects",
|
|
1193
1151
|
...options
|
|
1194
1152
|
});
|
|
1195
1153
|
var patchInvitationsByIdResend = (options) => (options.client ?? client).patch({
|
|
1196
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1197
1154
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1198
1155
|
url: "/invitations/{id}/resend",
|
|
1199
1156
|
...options,
|
|
@@ -1203,18 +1160,11 @@ var patchInvitationsByIdResend = (options) => (options.client ?? client).patch({
|
|
|
1203
1160
|
}
|
|
1204
1161
|
});
|
|
1205
1162
|
var getSearchSaved = (options) => (options.client ?? client).get({
|
|
1206
|
-
querySerializer: {
|
|
1207
|
-
parameters: {
|
|
1208
|
-
filter: { object: { style: "form" } },
|
|
1209
|
-
fields: { object: { style: "form" } }
|
|
1210
|
-
}
|
|
1211
|
-
},
|
|
1212
1163
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1213
1164
|
url: "/search/saved",
|
|
1214
1165
|
...options
|
|
1215
1166
|
});
|
|
1216
1167
|
var postSearchSaved = (options) => (options.client ?? client).post({
|
|
1217
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1218
1168
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1219
1169
|
url: "/search/saved",
|
|
1220
1170
|
...options,
|
|
@@ -1224,31 +1174,26 @@ var postSearchSaved = (options) => (options.client ?? client).post({
|
|
|
1224
1174
|
}
|
|
1225
1175
|
});
|
|
1226
1176
|
var deleteFieldTemplatesById = (options) => (options.client ?? client).delete({
|
|
1227
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1228
1177
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1229
1178
|
url: "/field_templates/{id}",
|
|
1230
1179
|
...options
|
|
1231
1180
|
});
|
|
1232
1181
|
var getFieldTemplatesById = (options) => (options.client ?? client).get({
|
|
1233
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1234
1182
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1235
1183
|
url: "/field_templates/{id}",
|
|
1236
1184
|
...options
|
|
1237
1185
|
});
|
|
1238
1186
|
var getWorkspacesByWorkspaceIdTrainingAnalytics = (options) => (options.client ?? client).get({
|
|
1239
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1240
1187
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1241
1188
|
url: "/workspaces/{workspace_id}/training/analytics",
|
|
1242
1189
|
...options
|
|
1243
1190
|
});
|
|
1244
1191
|
var getUserProfilesMe = (options) => (options.client ?? client).get({
|
|
1245
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1246
1192
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1247
1193
|
url: "/user_profiles/me",
|
|
1248
1194
|
...options
|
|
1249
1195
|
});
|
|
1250
1196
|
var postInvitationsInvite = (options) => (options.client ?? client).post({
|
|
1251
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1252
1197
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1253
1198
|
url: "/invitations/invite",
|
|
1254
1199
|
...options,
|
|
@@ -1258,18 +1203,11 @@ var postInvitationsInvite = (options) => (options.client ?? client).post({
|
|
|
1258
1203
|
}
|
|
1259
1204
|
});
|
|
1260
1205
|
var getAgentVersions = (options) => (options.client ?? client).get({
|
|
1261
|
-
querySerializer: {
|
|
1262
|
-
parameters: {
|
|
1263
|
-
filter: { object: { style: "form" } },
|
|
1264
|
-
fields: { object: { style: "form" } }
|
|
1265
|
-
}
|
|
1266
|
-
},
|
|
1267
1206
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1268
1207
|
url: "/agent_versions",
|
|
1269
1208
|
...options
|
|
1270
1209
|
});
|
|
1271
1210
|
var postAgentVersions = (options) => (options.client ?? client).post({
|
|
1272
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1273
1211
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1274
1212
|
url: "/agent_versions",
|
|
1275
1213
|
...options,
|
|
@@ -1279,19 +1217,16 @@ var postAgentVersions = (options) => (options.client ?? client).post({
|
|
|
1279
1217
|
}
|
|
1280
1218
|
});
|
|
1281
1219
|
var deleteWebhookConfigsById = (options) => (options.client ?? client).delete({
|
|
1282
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1283
1220
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1284
1221
|
url: "/webhook_configs/{id}",
|
|
1285
1222
|
...options
|
|
1286
1223
|
});
|
|
1287
1224
|
var getWebhookConfigsById = (options) => (options.client ?? client).get({
|
|
1288
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1289
1225
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1290
1226
|
url: "/webhook_configs/{id}",
|
|
1291
1227
|
...options
|
|
1292
1228
|
});
|
|
1293
1229
|
var patchWebhookConfigsById = (options) => (options.client ?? client).patch({
|
|
1294
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1295
1230
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1296
1231
|
url: "/webhook_configs/{id}",
|
|
1297
1232
|
...options,
|
|
@@ -1301,7 +1236,6 @@ var patchWebhookConfigsById = (options) => (options.client ?? client).patch({
|
|
|
1301
1236
|
}
|
|
1302
1237
|
});
|
|
1303
1238
|
var postInvitationsAcceptByToken = (options) => (options.client ?? client).post({
|
|
1304
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1305
1239
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1306
1240
|
url: "/invitations/accept_by_token",
|
|
1307
1241
|
...options,
|
|
@@ -1311,13 +1245,11 @@ var postInvitationsAcceptByToken = (options) => (options.client ?? client).post(
|
|
|
1311
1245
|
}
|
|
1312
1246
|
});
|
|
1313
1247
|
var getExtractionBatchesByIdUploadUrls = (options) => (options.client ?? client).get({
|
|
1314
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1315
1248
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1316
1249
|
url: "/extraction/batches/{id}/upload-urls",
|
|
1317
1250
|
...options
|
|
1318
1251
|
});
|
|
1319
1252
|
var postDocumentsBulkDelete = (options) => (options.client ?? client).post({
|
|
1320
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1321
1253
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1322
1254
|
url: "/documents/bulk_delete",
|
|
1323
1255
|
...options,
|
|
@@ -1327,13 +1259,11 @@ var postDocumentsBulkDelete = (options) => (options.client ?? client).post({
|
|
|
1327
1259
|
}
|
|
1328
1260
|
});
|
|
1329
1261
|
var getAgentVersionsById = (options) => (options.client ?? client).get({
|
|
1330
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1331
1262
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1332
1263
|
url: "/agent_versions/{id}",
|
|
1333
1264
|
...options
|
|
1334
1265
|
});
|
|
1335
1266
|
var postAiChunksSearch = (options) => (options.client ?? client).post({
|
|
1336
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1337
1267
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1338
1268
|
url: "/ai/chunks/search",
|
|
1339
1269
|
...options,
|
|
@@ -1343,7 +1273,6 @@ var postAiChunksSearch = (options) => (options.client ?? client).post({
|
|
|
1343
1273
|
}
|
|
1344
1274
|
});
|
|
1345
1275
|
var postThreadsByIdMessages = (options) => (options.client ?? client).post({
|
|
1346
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1347
1276
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1348
1277
|
url: "/threads/{id}/messages",
|
|
1349
1278
|
...options,
|
|
@@ -1353,7 +1282,6 @@ var postThreadsByIdMessages = (options) => (options.client ?? client).post({
|
|
|
1353
1282
|
}
|
|
1354
1283
|
});
|
|
1355
1284
|
var postAgentsCloneForWorkspace = (options) => (options.client ?? client).post({
|
|
1356
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1357
1285
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1358
1286
|
url: "/agents/clone_for_workspace",
|
|
1359
1287
|
...options,
|
|
@@ -1363,7 +1291,6 @@ var postAgentsCloneForWorkspace = (options) => (options.client ?? client).post({
|
|
|
1363
1291
|
}
|
|
1364
1292
|
});
|
|
1365
1293
|
var patchInvitationsByIdAccept = (options) => (options.client ?? client).patch({
|
|
1366
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1367
1294
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1368
1295
|
url: "/invitations/{id}/accept",
|
|
1369
1296
|
...options,
|
|
@@ -1373,25 +1300,21 @@ var patchInvitationsByIdAccept = (options) => (options.client ?? client).patch({
|
|
|
1373
1300
|
}
|
|
1374
1301
|
});
|
|
1375
1302
|
var getCreditPackagesById = (options) => (options.client ?? client).get({
|
|
1376
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1377
1303
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1378
1304
|
url: "/credit-packages/{id}",
|
|
1379
1305
|
...options
|
|
1380
1306
|
});
|
|
1381
1307
|
var getUsersById = (options) => (options.client ?? client).get({
|
|
1382
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1383
1308
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1384
1309
|
url: "/users/{id}",
|
|
1385
1310
|
...options
|
|
1386
1311
|
});
|
|
1387
1312
|
var getExtractionResultsById = (options) => (options.client ?? client).get({
|
|
1388
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1389
1313
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1390
1314
|
url: "/extraction/results/{id}",
|
|
1391
1315
|
...options
|
|
1392
1316
|
});
|
|
1393
1317
|
var postAgentsByIdValidate = (options) => (options.client ?? client).post({
|
|
1394
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1395
1318
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1396
1319
|
url: "/agents/{id}/validate",
|
|
1397
1320
|
...options,
|
|
@@ -1401,7 +1324,6 @@ var postAgentsByIdValidate = (options) => (options.client ?? client).post({
|
|
|
1401
1324
|
}
|
|
1402
1325
|
});
|
|
1403
1326
|
var postWebhookConfigsByIdTest = (options) => (options.client ?? client).post({
|
|
1404
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1405
1327
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1406
1328
|
url: "/webhook_configs/{id}/test",
|
|
1407
1329
|
...options,
|
|
@@ -1411,13 +1333,11 @@ var postWebhookConfigsByIdTest = (options) => (options.client ?? client).post({
|
|
|
1411
1333
|
}
|
|
1412
1334
|
});
|
|
1413
1335
|
var getUsersMe = (options) => (options.client ?? client).get({
|
|
1414
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1415
1336
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1416
1337
|
url: "/users/me",
|
|
1417
1338
|
...options
|
|
1418
1339
|
});
|
|
1419
1340
|
var postUsersAuthRegisterWithOidc = (options) => (options.client ?? client).post({
|
|
1420
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1421
1341
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1422
1342
|
url: "/users/auth/register_with_oidc",
|
|
1423
1343
|
...options,
|
|
@@ -1427,7 +1347,6 @@ var postUsersAuthRegisterWithOidc = (options) => (options.client ?? client).post
|
|
|
1427
1347
|
}
|
|
1428
1348
|
});
|
|
1429
1349
|
var postTenantsByIdCredit = (options) => (options.client ?? client).post({
|
|
1430
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1431
1350
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1432
1351
|
url: "/tenants/{id}/credit",
|
|
1433
1352
|
...options,
|
|
@@ -1437,25 +1356,16 @@ var postTenantsByIdCredit = (options) => (options.client ?? client).post({
|
|
|
1437
1356
|
}
|
|
1438
1357
|
});
|
|
1439
1358
|
var getTransactionsById = (options) => (options.client ?? client).get({
|
|
1440
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1441
1359
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1442
1360
|
url: "/transactions/{id}",
|
|
1443
1361
|
...options
|
|
1444
1362
|
});
|
|
1445
1363
|
var getTenantMemberships = (options) => (options.client ?? client).get({
|
|
1446
|
-
querySerializer: {
|
|
1447
|
-
parameters: {
|
|
1448
|
-
filter: { object: { style: "form" } },
|
|
1449
|
-
page: { object: { style: "form" } },
|
|
1450
|
-
fields: { object: { style: "form" } }
|
|
1451
|
-
}
|
|
1452
|
-
},
|
|
1453
1364
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1454
1365
|
url: "/tenant-memberships",
|
|
1455
1366
|
...options
|
|
1456
1367
|
});
|
|
1457
1368
|
var postTenantMemberships = (options) => (options.client ?? client).post({
|
|
1458
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1459
1369
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1460
1370
|
url: "/tenant-memberships",
|
|
1461
1371
|
...options,
|
|
@@ -1474,7 +1384,6 @@ var postTrainingExamplesBulkDelete = (options) => (options.client ?? client).pos
|
|
|
1474
1384
|
}
|
|
1475
1385
|
});
|
|
1476
1386
|
var patchExtractionDocumentsByIdInclude = (options) => (options.client ?? client).patch({
|
|
1477
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1478
1387
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1479
1388
|
url: "/extraction/documents/{id}/include",
|
|
1480
1389
|
...options,
|
|
@@ -1484,25 +1393,21 @@ var patchExtractionDocumentsByIdInclude = (options) => (options.client ?? client
|
|
|
1484
1393
|
}
|
|
1485
1394
|
});
|
|
1486
1395
|
var getLlmAnalyticsSummary = (options) => (options.client ?? client).get({
|
|
1487
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1488
1396
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1489
1397
|
url: "/llm_analytics/summary",
|
|
1490
1398
|
...options
|
|
1491
1399
|
});
|
|
1492
1400
|
var deleteExtractionSchemaFieldsById = (options) => (options.client ?? client).delete({
|
|
1493
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1494
1401
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1495
1402
|
url: "/extraction/schema-fields/{id}",
|
|
1496
1403
|
...options
|
|
1497
1404
|
});
|
|
1498
1405
|
var getExtractionSchemaFieldsById = (options) => (options.client ?? client).get({
|
|
1499
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1500
1406
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1501
1407
|
url: "/extraction/schema-fields/{id}",
|
|
1502
1408
|
...options
|
|
1503
1409
|
});
|
|
1504
1410
|
var patchExtractionSchemaFieldsById = (options) => (options.client ?? client).patch({
|
|
1505
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1506
1411
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1507
1412
|
url: "/extraction/schema-fields/{id}",
|
|
1508
1413
|
...options,
|
|
@@ -1512,7 +1417,6 @@ var patchExtractionSchemaFieldsById = (options) => (options.client ?? client).pa
|
|
|
1512
1417
|
}
|
|
1513
1418
|
});
|
|
1514
1419
|
var postStorageSignDownload = (options) => (options.client ?? client).post({
|
|
1515
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1516
1420
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1517
1421
|
url: "/storage/sign_download",
|
|
1518
1422
|
...options,
|
|
@@ -1522,31 +1426,26 @@ var postStorageSignDownload = (options) => (options.client ?? client).post({
|
|
|
1522
1426
|
}
|
|
1523
1427
|
});
|
|
1524
1428
|
var deleteTrainingSessionsById = (options) => (options.client ?? client).delete({
|
|
1525
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1526
1429
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1527
1430
|
url: "/training_sessions/{id}",
|
|
1528
1431
|
...options
|
|
1529
1432
|
});
|
|
1530
1433
|
var getTrainingSessionsById = (options) => (options.client ?? client).get({
|
|
1531
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1532
1434
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1533
1435
|
url: "/training_sessions/{id}",
|
|
1534
1436
|
...options
|
|
1535
1437
|
});
|
|
1536
1438
|
var deleteNotificationMethodsById = (options) => (options.client ?? client).delete({
|
|
1537
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1538
1439
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1539
1440
|
url: "/notification_methods/{id}",
|
|
1540
1441
|
...options
|
|
1541
1442
|
});
|
|
1542
1443
|
var getNotificationMethodsById = (options) => (options.client ?? client).get({
|
|
1543
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1544
1444
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1545
1445
|
url: "/notification_methods/{id}",
|
|
1546
1446
|
...options
|
|
1547
1447
|
});
|
|
1548
1448
|
var patchNotificationMethodsById = (options) => (options.client ?? client).patch({
|
|
1549
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1550
1449
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1551
1450
|
url: "/notification_methods/{id}",
|
|
1552
1451
|
...options,
|
|
@@ -1556,64 +1455,31 @@ var patchNotificationMethodsById = (options) => (options.client ?? client).patch
|
|
|
1556
1455
|
}
|
|
1557
1456
|
});
|
|
1558
1457
|
var getWebhookDeliveries = (options) => (options.client ?? client).get({
|
|
1559
|
-
querySerializer: {
|
|
1560
|
-
parameters: {
|
|
1561
|
-
filter: { object: { style: "form" } },
|
|
1562
|
-
page: { object: { style: "form" } },
|
|
1563
|
-
fields: { object: { style: "form" } }
|
|
1564
|
-
}
|
|
1565
|
-
},
|
|
1566
1458
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1567
1459
|
url: "/webhook_deliveries",
|
|
1568
1460
|
...options
|
|
1569
1461
|
});
|
|
1570
1462
|
var getSearch = (options) => (options.client ?? client).get({
|
|
1571
|
-
querySerializer: {
|
|
1572
|
-
parameters: {
|
|
1573
|
-
filter: { object: { style: "form" } },
|
|
1574
|
-
fields: { object: { style: "form" } }
|
|
1575
|
-
}
|
|
1576
|
-
},
|
|
1577
1463
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1578
1464
|
url: "/search",
|
|
1579
1465
|
...options
|
|
1580
1466
|
});
|
|
1581
1467
|
var getInvitations = (options) => (options.client ?? client).get({
|
|
1582
|
-
querySerializer: {
|
|
1583
|
-
parameters: {
|
|
1584
|
-
filter: { object: { style: "form" } },
|
|
1585
|
-
fields: { object: { style: "form" } }
|
|
1586
|
-
}
|
|
1587
|
-
},
|
|
1588
1468
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1589
1469
|
url: "/invitations",
|
|
1590
1470
|
...options
|
|
1591
1471
|
});
|
|
1592
1472
|
var getSearchSemantic = (options) => (options.client ?? client).get({
|
|
1593
|
-
querySerializer: {
|
|
1594
|
-
parameters: {
|
|
1595
|
-
filter: { object: { style: "form" } },
|
|
1596
|
-
fields: { object: { style: "form" } }
|
|
1597
|
-
}
|
|
1598
|
-
},
|
|
1599
1473
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1600
1474
|
url: "/search/semantic",
|
|
1601
1475
|
...options
|
|
1602
1476
|
});
|
|
1603
1477
|
var getMessages = (options) => (options.client ?? client).get({
|
|
1604
|
-
querySerializer: {
|
|
1605
|
-
parameters: {
|
|
1606
|
-
filter: { object: { style: "form" } },
|
|
1607
|
-
page: { object: { style: "form" } },
|
|
1608
|
-
fields: { object: { style: "form" } }
|
|
1609
|
-
}
|
|
1610
|
-
},
|
|
1611
1478
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1612
1479
|
url: "/messages",
|
|
1613
1480
|
...options
|
|
1614
1481
|
});
|
|
1615
1482
|
var postMessages = (options) => (options.client ?? client).post({
|
|
1616
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1617
1483
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1618
1484
|
url: "/messages",
|
|
1619
1485
|
...options,
|
|
@@ -1623,19 +1489,11 @@ var postMessages = (options) => (options.client ?? client).post({
|
|
|
1623
1489
|
}
|
|
1624
1490
|
});
|
|
1625
1491
|
var getNotificationPreferences = (options) => (options.client ?? client).get({
|
|
1626
|
-
querySerializer: {
|
|
1627
|
-
parameters: {
|
|
1628
|
-
filter: { object: { style: "form" } },
|
|
1629
|
-
page: { object: { style: "form" } },
|
|
1630
|
-
fields: { object: { style: "form" } }
|
|
1631
|
-
}
|
|
1632
|
-
},
|
|
1633
1492
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1634
1493
|
url: "/notification_preferences",
|
|
1635
1494
|
...options
|
|
1636
1495
|
});
|
|
1637
1496
|
var postNotificationPreferences = (options) => (options.client ?? client).post({
|
|
1638
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1639
1497
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1640
1498
|
url: "/notification_preferences",
|
|
1641
1499
|
...options,
|
|
@@ -1645,19 +1503,11 @@ var postNotificationPreferences = (options) => (options.client ?? client).post({
|
|
|
1645
1503
|
}
|
|
1646
1504
|
});
|
|
1647
1505
|
var getApplications = (options) => (options.client ?? client).get({
|
|
1648
|
-
querySerializer: {
|
|
1649
|
-
parameters: {
|
|
1650
|
-
filter: { object: { style: "form" } },
|
|
1651
|
-
page: { object: { style: "form" } },
|
|
1652
|
-
fields: { object: { style: "form" } }
|
|
1653
|
-
}
|
|
1654
|
-
},
|
|
1655
1506
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1656
1507
|
url: "/applications",
|
|
1657
1508
|
...options
|
|
1658
1509
|
});
|
|
1659
1510
|
var postApplications = (options) => (options.client ?? client).post({
|
|
1660
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1661
1511
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1662
1512
|
url: "/applications",
|
|
1663
1513
|
...options,
|
|
@@ -1676,19 +1526,16 @@ var postAgentsPredict = (options) => (options.client ?? client).post({
|
|
|
1676
1526
|
}
|
|
1677
1527
|
});
|
|
1678
1528
|
var deleteThreadsById = (options) => (options.client ?? client).delete({
|
|
1679
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1680
1529
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1681
1530
|
url: "/threads/{id}",
|
|
1682
1531
|
...options
|
|
1683
1532
|
});
|
|
1684
1533
|
var getThreadsById = (options) => (options.client ?? client).get({
|
|
1685
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1686
1534
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1687
1535
|
url: "/threads/{id}",
|
|
1688
1536
|
...options
|
|
1689
1537
|
});
|
|
1690
1538
|
var patchThreadsById = (options) => (options.client ?? client).patch({
|
|
1691
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1692
1539
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1693
1540
|
url: "/threads/{id}",
|
|
1694
1541
|
...options,
|
|
@@ -1698,19 +1545,11 @@ var patchThreadsById = (options) => (options.client ?? client).patch({
|
|
|
1698
1545
|
}
|
|
1699
1546
|
});
|
|
1700
1547
|
var getLlmAnalytics = (options) => (options.client ?? client).get({
|
|
1701
|
-
querySerializer: {
|
|
1702
|
-
parameters: {
|
|
1703
|
-
filter: { object: { style: "form" } },
|
|
1704
|
-
page: { object: { style: "form" } },
|
|
1705
|
-
fields: { object: { style: "form" } }
|
|
1706
|
-
}
|
|
1707
|
-
},
|
|
1708
1548
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1709
1549
|
url: "/llm_analytics",
|
|
1710
1550
|
...options
|
|
1711
1551
|
});
|
|
1712
1552
|
var postLlmAnalytics = (options) => (options.client ?? client).post({
|
|
1713
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1714
1553
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1715
1554
|
url: "/llm_analytics",
|
|
1716
1555
|
...options,
|
|
@@ -1720,7 +1559,6 @@ var postLlmAnalytics = (options) => (options.client ?? client).post({
|
|
|
1720
1559
|
}
|
|
1721
1560
|
});
|
|
1722
1561
|
var patchUsersByIdResetPassword = (options) => (options.client ?? client).patch({
|
|
1723
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1724
1562
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1725
1563
|
url: "/users/{id}/reset-password",
|
|
1726
1564
|
...options,
|
|
@@ -1730,7 +1568,6 @@ var patchUsersByIdResetPassword = (options) => (options.client ?? client).patch(
|
|
|
1730
1568
|
}
|
|
1731
1569
|
});
|
|
1732
1570
|
var postDocumentsPresignedUpload = (options) => (options.client ?? client).post({
|
|
1733
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1734
1571
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1735
1572
|
url: "/documents/presigned_upload",
|
|
1736
1573
|
...options,
|
|
@@ -1740,13 +1577,11 @@ var postDocumentsPresignedUpload = (options) => (options.client ?? client).post(
|
|
|
1740
1577
|
}
|
|
1741
1578
|
});
|
|
1742
1579
|
var getMessagesSearch = (options) => (options.client ?? client).get({
|
|
1743
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1744
1580
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1745
1581
|
url: "/messages/search",
|
|
1746
1582
|
...options
|
|
1747
1583
|
});
|
|
1748
1584
|
var postAgentsByIdTeach = (options) => (options.client ?? client).post({
|
|
1749
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1750
1585
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1751
1586
|
url: "/agents/{id}/teach",
|
|
1752
1587
|
...options,
|
|
@@ -1756,19 +1591,11 @@ var postAgentsByIdTeach = (options) => (options.client ?? client).post({
|
|
|
1756
1591
|
}
|
|
1757
1592
|
});
|
|
1758
1593
|
var getExtractionDocumentsWorkspaceByWorkspaceIdReviewQueue = (options) => (options.client ?? client).get({
|
|
1759
|
-
querySerializer: {
|
|
1760
|
-
parameters: {
|
|
1761
|
-
filter: { object: { style: "form" } },
|
|
1762
|
-
page: { object: { style: "form" } },
|
|
1763
|
-
fields: { object: { style: "form" } }
|
|
1764
|
-
}
|
|
1765
|
-
},
|
|
1766
1594
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1767
1595
|
url: "/extraction/documents/workspace/{workspace_id}/review_queue",
|
|
1768
1596
|
...options
|
|
1769
1597
|
});
|
|
1770
1598
|
var postExtractionDocumentsUpload = (options) => (options.client ?? client).post({
|
|
1771
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1772
1599
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1773
1600
|
url: "/extraction/documents/upload",
|
|
1774
1601
|
...options,
|
|
@@ -1778,7 +1605,6 @@ var postExtractionDocumentsUpload = (options) => (options.client ?? client).post
|
|
|
1778
1605
|
}
|
|
1779
1606
|
});
|
|
1780
1607
|
var patchExtractionResultsByIdCorrections = (options) => (options.client ?? client).patch({
|
|
1781
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1782
1608
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1783
1609
|
url: "/extraction/results/{id}/corrections",
|
|
1784
1610
|
...options,
|
|
@@ -1788,25 +1614,21 @@ var patchExtractionResultsByIdCorrections = (options) => (options.client ?? clie
|
|
|
1788
1614
|
}
|
|
1789
1615
|
});
|
|
1790
1616
|
var getExtractionResultsDocumentByDocumentId = (options) => (options.client ?? client).get({
|
|
1791
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1792
1617
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1793
1618
|
url: "/extraction/results/document/{document_id}",
|
|
1794
1619
|
...options
|
|
1795
1620
|
});
|
|
1796
1621
|
var deleteWorkspacesById = (options) => (options.client ?? client).delete({
|
|
1797
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1798
1622
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1799
1623
|
url: "/workspaces/{id}",
|
|
1800
1624
|
...options
|
|
1801
1625
|
});
|
|
1802
1626
|
var getWorkspacesById = (options) => (options.client ?? client).get({
|
|
1803
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1804
1627
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1805
1628
|
url: "/workspaces/{id}",
|
|
1806
1629
|
...options
|
|
1807
1630
|
});
|
|
1808
1631
|
var patchWorkspacesById = (options) => (options.client ?? client).patch({
|
|
1809
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1810
1632
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1811
1633
|
url: "/workspaces/{id}",
|
|
1812
1634
|
...options,
|
|
@@ -1816,19 +1638,11 @@ var patchWorkspacesById = (options) => (options.client ?? client).patch({
|
|
|
1816
1638
|
}
|
|
1817
1639
|
});
|
|
1818
1640
|
var getTenants = (options) => (options.client ?? client).get({
|
|
1819
|
-
querySerializer: {
|
|
1820
|
-
parameters: {
|
|
1821
|
-
filter: { object: { style: "form" } },
|
|
1822
|
-
page: { object: { style: "form" } },
|
|
1823
|
-
fields: { object: { style: "form" } }
|
|
1824
|
-
}
|
|
1825
|
-
},
|
|
1826
1641
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1827
1642
|
url: "/tenants",
|
|
1828
1643
|
...options
|
|
1829
1644
|
});
|
|
1830
1645
|
var postTenants = (options) => (options.client ?? client).post({
|
|
1831
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1832
1646
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1833
1647
|
url: "/tenants",
|
|
1834
1648
|
...options,
|
|
@@ -1838,7 +1652,6 @@ var postTenants = (options) => (options.client ?? client).post({
|
|
|
1838
1652
|
}
|
|
1839
1653
|
});
|
|
1840
1654
|
var postTenantsByIdRemoveStorage = (options) => (options.client ?? client).post({
|
|
1841
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1842
1655
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1843
1656
|
url: "/tenants/{id}/remove-storage",
|
|
1844
1657
|
...options,
|
|
@@ -1848,49 +1661,31 @@ var postTenantsByIdRemoveStorage = (options) => (options.client ?? client).post(
|
|
|
1848
1661
|
}
|
|
1849
1662
|
});
|
|
1850
1663
|
var getNotificationLogsById = (options) => (options.client ?? client).get({
|
|
1851
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1852
1664
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1853
1665
|
url: "/notification_logs/{id}",
|
|
1854
1666
|
...options
|
|
1855
1667
|
});
|
|
1856
1668
|
var getExtractionDocumentsByIdView = (options) => (options.client ?? client).get({
|
|
1857
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1858
1669
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1859
1670
|
url: "/extraction/documents/{id}/view",
|
|
1860
1671
|
...options
|
|
1861
1672
|
});
|
|
1862
1673
|
var getWebhookDeliveriesById = (options) => (options.client ?? client).get({
|
|
1863
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1864
1674
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1865
1675
|
url: "/webhook_deliveries/{id}",
|
|
1866
1676
|
...options
|
|
1867
1677
|
});
|
|
1868
1678
|
var getAuditLogs = (options) => (options.client ?? client).get({
|
|
1869
|
-
querySerializer: {
|
|
1870
|
-
parameters: {
|
|
1871
|
-
filter: { object: { style: "form" } },
|
|
1872
|
-
page: { object: { style: "form" } },
|
|
1873
|
-
fields: { object: { style: "form" } }
|
|
1874
|
-
}
|
|
1875
|
-
},
|
|
1876
1679
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1877
1680
|
url: "/audit-logs",
|
|
1878
1681
|
...options
|
|
1879
1682
|
});
|
|
1880
1683
|
var getAiGraphEdges = (options) => (options.client ?? client).get({
|
|
1881
|
-
querySerializer: {
|
|
1882
|
-
parameters: {
|
|
1883
|
-
filter: { object: { style: "form" } },
|
|
1884
|
-
page: { object: { style: "form" } },
|
|
1885
|
-
fields: { object: { style: "form" } }
|
|
1886
|
-
}
|
|
1887
|
-
},
|
|
1888
1684
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1889
1685
|
url: "/ai/graph/edges",
|
|
1890
1686
|
...options
|
|
1891
1687
|
});
|
|
1892
1688
|
var postAiGraphEdges = (options) => (options.client ?? client).post({
|
|
1893
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1894
1689
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1895
1690
|
url: "/ai/graph/edges",
|
|
1896
1691
|
...options,
|
|
@@ -1900,19 +1695,11 @@ var postAiGraphEdges = (options) => (options.client ?? client).post({
|
|
|
1900
1695
|
}
|
|
1901
1696
|
});
|
|
1902
1697
|
var getTrainingExamples = (options) => (options.client ?? client).get({
|
|
1903
|
-
querySerializer: {
|
|
1904
|
-
parameters: {
|
|
1905
|
-
filter: { object: { style: "form" } },
|
|
1906
|
-
page: { object: { style: "form" } },
|
|
1907
|
-
fields: { object: { style: "form" } }
|
|
1908
|
-
}
|
|
1909
|
-
},
|
|
1910
1698
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1911
1699
|
url: "/training_examples",
|
|
1912
1700
|
...options
|
|
1913
1701
|
});
|
|
1914
1702
|
var postTrainingExamples = (options) => (options.client ?? client).post({
|
|
1915
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1916
1703
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1917
1704
|
url: "/training_examples",
|
|
1918
1705
|
...options,
|
|
@@ -1922,7 +1709,6 @@ var postTrainingExamples = (options) => (options.client ?? client).post({
|
|
|
1922
1709
|
}
|
|
1923
1710
|
});
|
|
1924
1711
|
var getWorkspacesByWorkspaceIdExtractionExportsById = (options) => (options.client ?? client).get({
|
|
1925
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1926
1712
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1927
1713
|
url: "/workspaces/{workspace_id}/extraction/exports/{id}",
|
|
1928
1714
|
...options
|
|
@@ -1933,19 +1719,11 @@ var getAgentsByIdTrainingStats = (options) => (options.client ?? client).get({
|
|
|
1933
1719
|
...options
|
|
1934
1720
|
});
|
|
1935
1721
|
var getBuckets = (options) => (options.client ?? client).get({
|
|
1936
|
-
querySerializer: {
|
|
1937
|
-
parameters: {
|
|
1938
|
-
filter: { object: { style: "form" } },
|
|
1939
|
-
page: { object: { style: "form" } },
|
|
1940
|
-
fields: { object: { style: "form" } }
|
|
1941
|
-
}
|
|
1942
|
-
},
|
|
1943
1722
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1944
1723
|
url: "/buckets",
|
|
1945
1724
|
...options
|
|
1946
1725
|
});
|
|
1947
1726
|
var postBuckets = (options) => (options.client ?? client).post({
|
|
1948
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1949
1727
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1950
1728
|
url: "/buckets",
|
|
1951
1729
|
...options,
|
|
@@ -1955,19 +1733,16 @@ var postBuckets = (options) => (options.client ?? client).post({
|
|
|
1955
1733
|
}
|
|
1956
1734
|
});
|
|
1957
1735
|
var getPlansById = (options) => (options.client ?? client).get({
|
|
1958
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1959
1736
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1960
1737
|
url: "/plans/{id}",
|
|
1961
1738
|
...options
|
|
1962
1739
|
});
|
|
1963
1740
|
var getTenantsByTenantIdStats = (options) => (options.client ?? client).get({
|
|
1964
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1965
1741
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1966
1742
|
url: "/tenants/{tenant_id}/stats",
|
|
1967
1743
|
...options
|
|
1968
1744
|
});
|
|
1969
1745
|
var patchWalletAddons = (options) => (options.client ?? client).patch({
|
|
1970
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1971
1746
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1972
1747
|
url: "/wallet/addons",
|
|
1973
1748
|
...options,
|
|
@@ -1977,7 +1752,6 @@ var patchWalletAddons = (options) => (options.client ?? client).patch({
|
|
|
1977
1752
|
}
|
|
1978
1753
|
});
|
|
1979
1754
|
var postUsersAuthMagicLinkLogin = (options) => (options.client ?? client).post({
|
|
1980
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1981
1755
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1982
1756
|
url: "/users/auth/magic_link/login",
|
|
1983
1757
|
...options,
|
|
@@ -1987,19 +1761,11 @@ var postUsersAuthMagicLinkLogin = (options) => (options.client ?? client).post({
|
|
|
1987
1761
|
}
|
|
1988
1762
|
});
|
|
1989
1763
|
var getApiKeys = (options) => (options.client ?? client).get({
|
|
1990
|
-
querySerializer: {
|
|
1991
|
-
parameters: {
|
|
1992
|
-
filter: { object: { style: "form" } },
|
|
1993
|
-
page: { object: { style: "form" } },
|
|
1994
|
-
fields: { object: { style: "form" } }
|
|
1995
|
-
}
|
|
1996
|
-
},
|
|
1997
1764
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1998
1765
|
url: "/api_keys",
|
|
1999
1766
|
...options
|
|
2000
1767
|
});
|
|
2001
1768
|
var postApiKeys = (options) => (options.client ?? client).post({
|
|
2002
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2003
1769
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2004
1770
|
url: "/api_keys",
|
|
2005
1771
|
...options,
|
|
@@ -2009,7 +1775,6 @@ var postApiKeys = (options) => (options.client ?? client).post({
|
|
|
2009
1775
|
}
|
|
2010
1776
|
});
|
|
2011
1777
|
var patchUsersByIdAdmin = (options) => (options.client ?? client).patch({
|
|
2012
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2013
1778
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2014
1779
|
url: "/users/{id}/admin",
|
|
2015
1780
|
...options,
|
|
@@ -2019,19 +1784,16 @@ var patchUsersByIdAdmin = (options) => (options.client ?? client).patch({
|
|
|
2019
1784
|
}
|
|
2020
1785
|
});
|
|
2021
1786
|
var deleteAgentsById = (options) => (options.client ?? client).delete({
|
|
2022
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2023
1787
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2024
1788
|
url: "/agents/{id}",
|
|
2025
1789
|
...options
|
|
2026
1790
|
});
|
|
2027
1791
|
var getAgentsById = (options) => (options.client ?? client).get({
|
|
2028
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2029
1792
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2030
1793
|
url: "/agents/{id}",
|
|
2031
1794
|
...options
|
|
2032
1795
|
});
|
|
2033
1796
|
var patchAgentsById = (options) => (options.client ?? client).patch({
|
|
2034
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2035
1797
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2036
1798
|
url: "/agents/{id}",
|
|
2037
1799
|
...options,
|
|
@@ -2041,19 +1803,16 @@ var patchAgentsById = (options) => (options.client ?? client).patch({
|
|
|
2041
1803
|
}
|
|
2042
1804
|
});
|
|
2043
1805
|
var deleteApiKeysById = (options) => (options.client ?? client).delete({
|
|
2044
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2045
1806
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2046
1807
|
url: "/api_keys/{id}",
|
|
2047
1808
|
...options
|
|
2048
1809
|
});
|
|
2049
1810
|
var getApiKeysById = (options) => (options.client ?? client).get({
|
|
2050
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2051
1811
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2052
1812
|
url: "/api_keys/{id}",
|
|
2053
1813
|
...options
|
|
2054
1814
|
});
|
|
2055
1815
|
var patchApiKeysById = (options) => (options.client ?? client).patch({
|
|
2056
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2057
1816
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2058
1817
|
url: "/api_keys/{id}",
|
|
2059
1818
|
...options,
|
|
@@ -2072,19 +1831,11 @@ var postTrainingExamplesSearch = (options) => (options.client ?? client).post({
|
|
|
2072
1831
|
}
|
|
2073
1832
|
});
|
|
2074
1833
|
var getAiConversations = (options) => (options.client ?? client).get({
|
|
2075
|
-
querySerializer: {
|
|
2076
|
-
parameters: {
|
|
2077
|
-
filter: { object: { style: "form" } },
|
|
2078
|
-
page: { object: { style: "form" } },
|
|
2079
|
-
fields: { object: { style: "form" } }
|
|
2080
|
-
}
|
|
2081
|
-
},
|
|
2082
1834
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2083
1835
|
url: "/ai/conversations",
|
|
2084
1836
|
...options
|
|
2085
1837
|
});
|
|
2086
1838
|
var postAiConversations = (options) => (options.client ?? client).post({
|
|
2087
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2088
1839
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2089
1840
|
url: "/ai/conversations",
|
|
2090
1841
|
...options,
|
|
@@ -2094,7 +1845,6 @@ var postAiConversations = (options) => (options.client ?? client).post({
|
|
|
2094
1845
|
}
|
|
2095
1846
|
});
|
|
2096
1847
|
var postAiSearch = (options) => (options.client ?? client).post({
|
|
2097
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2098
1848
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2099
1849
|
url: "/ai/search",
|
|
2100
1850
|
...options,
|
|
@@ -2104,13 +1854,11 @@ var postAiSearch = (options) => (options.client ?? client).post({
|
|
|
2104
1854
|
}
|
|
2105
1855
|
});
|
|
2106
1856
|
var deleteAiGraphNodesById = (options) => (options.client ?? client).delete({
|
|
2107
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2108
1857
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2109
1858
|
url: "/ai/graph/nodes/{id}",
|
|
2110
1859
|
...options
|
|
2111
1860
|
});
|
|
2112
1861
|
var patchWalletAddonsByAddonSlugCancel = (options) => (options.client ?? client).patch({
|
|
2113
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2114
1862
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2115
1863
|
url: "/wallet/addons/{addon_slug}/cancel",
|
|
2116
1864
|
...options,
|
|
@@ -2120,19 +1868,16 @@ var patchWalletAddonsByAddonSlugCancel = (options) => (options.client ?? client)
|
|
|
2120
1868
|
}
|
|
2121
1869
|
});
|
|
2122
1870
|
var deleteApplicationsById = (options) => (options.client ?? client).delete({
|
|
2123
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2124
1871
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2125
1872
|
url: "/applications/{id}",
|
|
2126
1873
|
...options
|
|
2127
1874
|
});
|
|
2128
1875
|
var getApplicationsById = (options) => (options.client ?? client).get({
|
|
2129
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2130
1876
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2131
1877
|
url: "/applications/{id}",
|
|
2132
1878
|
...options
|
|
2133
1879
|
});
|
|
2134
1880
|
var patchApplicationsById = (options) => (options.client ?? client).patch({
|
|
2135
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2136
1881
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2137
1882
|
url: "/applications/{id}",
|
|
2138
1883
|
...options,
|
|
@@ -2142,41 +1887,21 @@ var patchApplicationsById = (options) => (options.client ?? client).patch({
|
|
|
2142
1887
|
}
|
|
2143
1888
|
});
|
|
2144
1889
|
var getSearchHealth = (options) => (options.client ?? client).get({
|
|
2145
|
-
querySerializer: {
|
|
2146
|
-
parameters: {
|
|
2147
|
-
filter: { object: { style: "form" } },
|
|
2148
|
-
fields: { object: { style: "form" } }
|
|
2149
|
-
}
|
|
2150
|
-
},
|
|
2151
1890
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2152
1891
|
url: "/search/health",
|
|
2153
1892
|
...options
|
|
2154
1893
|
});
|
|
2155
1894
|
var getTransactions = (options) => (options.client ?? client).get({
|
|
2156
|
-
querySerializer: {
|
|
2157
|
-
parameters: {
|
|
2158
|
-
filter: { object: { style: "form" } },
|
|
2159
|
-
fields: { object: { style: "form" } }
|
|
2160
|
-
}
|
|
2161
|
-
},
|
|
2162
1895
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2163
1896
|
url: "/transactions",
|
|
2164
1897
|
...options
|
|
2165
1898
|
});
|
|
2166
1899
|
var getUserProfiles = (options) => (options.client ?? client).get({
|
|
2167
|
-
querySerializer: {
|
|
2168
|
-
parameters: {
|
|
2169
|
-
filter: { object: { style: "form" } },
|
|
2170
|
-
page: { object: { style: "form" } },
|
|
2171
|
-
fields: { object: { style: "form" } }
|
|
2172
|
-
}
|
|
2173
|
-
},
|
|
2174
1900
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2175
1901
|
url: "/user_profiles",
|
|
2176
1902
|
...options
|
|
2177
1903
|
});
|
|
2178
1904
|
var postUserProfiles = (options) => (options.client ?? client).post({
|
|
2179
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2180
1905
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2181
1906
|
url: "/user_profiles",
|
|
2182
1907
|
...options,
|
|
@@ -2186,7 +1911,6 @@ var postUserProfiles = (options) => (options.client ?? client).post({
|
|
|
2186
1911
|
}
|
|
2187
1912
|
});
|
|
2188
1913
|
var patchUsersByIdConfirmEmail = (options) => (options.client ?? client).patch({
|
|
2189
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2190
1914
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2191
1915
|
url: "/users/{id}/confirm-email",
|
|
2192
1916
|
...options,
|
|
@@ -2196,13 +1920,11 @@ var patchUsersByIdConfirmEmail = (options) => (options.client ?? client).patch({
|
|
|
2196
1920
|
}
|
|
2197
1921
|
});
|
|
2198
1922
|
var getThreadsSearch = (options) => (options.client ?? client).get({
|
|
2199
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2200
1923
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2201
1924
|
url: "/threads/search",
|
|
2202
1925
|
...options
|
|
2203
1926
|
});
|
|
2204
1927
|
var patchWalletPlan = (options) => (options.client ?? client).patch({
|
|
2205
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2206
1928
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2207
1929
|
url: "/wallet/plan",
|
|
2208
1930
|
...options,
|
|
@@ -2212,13 +1934,11 @@ var patchWalletPlan = (options) => (options.client ?? client).patch({
|
|
|
2212
1934
|
}
|
|
2213
1935
|
});
|
|
2214
1936
|
var getPlansSlugBySlug = (options) => (options.client ?? client).get({
|
|
2215
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2216
1937
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2217
1938
|
url: "/plans/slug/{slug}",
|
|
2218
1939
|
...options
|
|
2219
1940
|
});
|
|
2220
1941
|
var patchExtractionDocumentsByIdRestore = (options) => (options.client ?? client).patch({
|
|
2221
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2222
1942
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2223
1943
|
url: "/extraction/documents/{id}/restore",
|
|
2224
1944
|
...options,
|
|
@@ -2228,25 +1948,16 @@ var patchExtractionDocumentsByIdRestore = (options) => (options.client ?? client
|
|
|
2228
1948
|
}
|
|
2229
1949
|
});
|
|
2230
1950
|
var getLlmAnalyticsById = (options) => (options.client ?? client).get({
|
|
2231
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2232
1951
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2233
1952
|
url: "/llm_analytics/{id}",
|
|
2234
1953
|
...options
|
|
2235
1954
|
});
|
|
2236
1955
|
var getExtractionSchemaFields = (options) => (options.client ?? client).get({
|
|
2237
|
-
querySerializer: {
|
|
2238
|
-
parameters: {
|
|
2239
|
-
filter: { object: { style: "form" } },
|
|
2240
|
-
page: { object: { style: "form" } },
|
|
2241
|
-
fields: { object: { style: "form" } }
|
|
2242
|
-
}
|
|
2243
|
-
},
|
|
2244
1956
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2245
1957
|
url: "/extraction/schema-fields",
|
|
2246
1958
|
...options
|
|
2247
1959
|
});
|
|
2248
1960
|
var postExtractionSchemaFields = (options) => (options.client ?? client).post({
|
|
2249
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2250
1961
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2251
1962
|
url: "/extraction/schema-fields",
|
|
2252
1963
|
...options,
|
|
@@ -2255,8 +1966,16 @@ var postExtractionSchemaFields = (options) => (options.client ?? client).post({
|
|
|
2255
1966
|
...options.headers
|
|
2256
1967
|
}
|
|
2257
1968
|
});
|
|
1969
|
+
var patchExtractionDocumentsByIdMarkTrained = (options) => (options.client ?? client).patch({
|
|
1970
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
1971
|
+
url: "/extraction/documents/{id}/mark_trained",
|
|
1972
|
+
...options,
|
|
1973
|
+
headers: {
|
|
1974
|
+
"Content-Type": "application/vnd.api+json",
|
|
1975
|
+
...options.headers
|
|
1976
|
+
}
|
|
1977
|
+
});
|
|
2258
1978
|
var patchApplicationsByIdGrantCredits = (options) => (options.client ?? client).patch({
|
|
2259
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2260
1979
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2261
1980
|
url: "/applications/{id}/grant-credits",
|
|
2262
1981
|
...options,
|
|
@@ -2266,29 +1985,16 @@ var patchApplicationsByIdGrantCredits = (options) => (options.client ?? client).
|
|
|
2266
1985
|
}
|
|
2267
1986
|
});
|
|
2268
1987
|
var getSearchStatus = (options) => (options.client ?? client).get({
|
|
2269
|
-
querySerializer: {
|
|
2270
|
-
parameters: {
|
|
2271
|
-
filter: { object: { style: "form" } },
|
|
2272
|
-
fields: { object: { style: "form" } }
|
|
2273
|
-
}
|
|
2274
|
-
},
|
|
2275
1988
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2276
1989
|
url: "/search/status",
|
|
2277
1990
|
...options
|
|
2278
1991
|
});
|
|
2279
1992
|
var getTenantsByTenantIdWorkspaceStats = (options) => (options.client ?? client).get({
|
|
2280
|
-
querySerializer: {
|
|
2281
|
-
parameters: {
|
|
2282
|
-
filter: { object: { style: "form" } },
|
|
2283
|
-
fields: { object: { style: "form" } }
|
|
2284
|
-
}
|
|
2285
|
-
},
|
|
2286
1993
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2287
1994
|
url: "/tenants/{tenant_id}/workspace_stats",
|
|
2288
1995
|
...options
|
|
2289
1996
|
});
|
|
2290
1997
|
var patchApiKeysByIdAllocate = (options) => (options.client ?? client).patch({
|
|
2291
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2292
1998
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2293
1999
|
url: "/api_keys/{id}/allocate",
|
|
2294
2000
|
...options,
|
|
@@ -2298,7 +2004,6 @@ var patchApiKeysByIdAllocate = (options) => (options.client ?? client).patch({
|
|
|
2298
2004
|
}
|
|
2299
2005
|
});
|
|
2300
2006
|
var postUsersAuthLogin = (options) => (options.client ?? client).post({
|
|
2301
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2302
2007
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2303
2008
|
url: "/users/auth/login",
|
|
2304
2009
|
...options,
|
|
@@ -2308,7 +2013,6 @@ var postUsersAuthLogin = (options) => (options.client ?? client).post({
|
|
|
2308
2013
|
}
|
|
2309
2014
|
});
|
|
2310
2015
|
var postAiEmbed = (options) => (options.client ?? client).post({
|
|
2311
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2312
2016
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2313
2017
|
url: "/ai/embed",
|
|
2314
2018
|
...options,
|
|
@@ -2318,18 +2022,11 @@ var postAiEmbed = (options) => (options.client ?? client).post({
|
|
|
2318
2022
|
}
|
|
2319
2023
|
});
|
|
2320
2024
|
var getWorkspacesMine = (options) => (options.client ?? client).get({
|
|
2321
|
-
querySerializer: {
|
|
2322
|
-
parameters: {
|
|
2323
|
-
filter: { object: { style: "form" } },
|
|
2324
|
-
fields: { object: { style: "form" } }
|
|
2325
|
-
}
|
|
2326
|
-
},
|
|
2327
2025
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2328
2026
|
url: "/workspaces/mine",
|
|
2329
2027
|
...options
|
|
2330
2028
|
});
|
|
2331
2029
|
var postTenantsIsv = (options) => (options.client ?? client).post({
|
|
2332
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2333
2030
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2334
2031
|
url: "/tenants/isv",
|
|
2335
2032
|
...options,
|
|
@@ -2339,7 +2036,6 @@ var postTenantsIsv = (options) => (options.client ?? client).post({
|
|
|
2339
2036
|
}
|
|
2340
2037
|
});
|
|
2341
2038
|
var postSearchReindex = (options) => (options.client ?? client).post({
|
|
2342
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2343
2039
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2344
2040
|
url: "/search/reindex",
|
|
2345
2041
|
...options,
|
|
@@ -2349,7 +2045,6 @@ var postSearchReindex = (options) => (options.client ?? client).post({
|
|
|
2349
2045
|
}
|
|
2350
2046
|
});
|
|
2351
2047
|
var patchExtractionResultsByIdRegenerate = (options) => (options.client ?? client).patch({
|
|
2352
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2353
2048
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2354
2049
|
url: "/extraction/results/{id}/regenerate",
|
|
2355
2050
|
...options,
|
|
@@ -2359,7 +2054,6 @@ var patchExtractionResultsByIdRegenerate = (options) => (options.client ?? clien
|
|
|
2359
2054
|
}
|
|
2360
2055
|
});
|
|
2361
2056
|
var postUsersAuthConfirm = (options) => (options.client ?? client).post({
|
|
2362
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2363
2057
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2364
2058
|
url: "/users/auth/confirm",
|
|
2365
2059
|
...options,
|
|
@@ -2369,19 +2063,11 @@ var postUsersAuthConfirm = (options) => (options.client ?? client).post({
|
|
|
2369
2063
|
}
|
|
2370
2064
|
});
|
|
2371
2065
|
var getExtractionSchemas = (options) => (options.client ?? client).get({
|
|
2372
|
-
querySerializer: {
|
|
2373
|
-
parameters: {
|
|
2374
|
-
filter: { object: { style: "form" } },
|
|
2375
|
-
page: { object: { style: "form" } },
|
|
2376
|
-
fields: { object: { style: "form" } }
|
|
2377
|
-
}
|
|
2378
|
-
},
|
|
2379
2066
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2380
2067
|
url: "/extraction/schemas",
|
|
2381
2068
|
...options
|
|
2382
2069
|
});
|
|
2383
2070
|
var postExtractionSchemas = (options) => (options.client ?? client).post({
|
|
2384
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2385
2071
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2386
2072
|
url: "/extraction/schemas",
|
|
2387
2073
|
...options,
|
|
@@ -2391,18 +2077,11 @@ var postExtractionSchemas = (options) => (options.client ?? client).post({
|
|
|
2391
2077
|
}
|
|
2392
2078
|
});
|
|
2393
2079
|
var getStorageStats = (options) => (options.client ?? client).get({
|
|
2394
|
-
querySerializer: {
|
|
2395
|
-
parameters: {
|
|
2396
|
-
filter: { object: { style: "form" } },
|
|
2397
|
-
fields: { object: { style: "form" } }
|
|
2398
|
-
}
|
|
2399
|
-
},
|
|
2400
2080
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2401
2081
|
url: "/storage/stats",
|
|
2402
2082
|
...options
|
|
2403
2083
|
});
|
|
2404
2084
|
var postTenantsByIdBuyStorage = (options) => (options.client ?? client).post({
|
|
2405
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2406
2085
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2407
2086
|
url: "/tenants/{id}/buy-storage",
|
|
2408
2087
|
...options,
|
|
@@ -2412,19 +2091,11 @@ var postTenantsByIdBuyStorage = (options) => (options.client ?? client).post({
|
|
|
2412
2091
|
}
|
|
2413
2092
|
});
|
|
2414
2093
|
var getWorkspaceMemberships = (options) => (options.client ?? client).get({
|
|
2415
|
-
querySerializer: {
|
|
2416
|
-
parameters: {
|
|
2417
|
-
filter: { object: { style: "form" } },
|
|
2418
|
-
page: { object: { style: "form" } },
|
|
2419
|
-
fields: { object: { style: "form" } }
|
|
2420
|
-
}
|
|
2421
|
-
},
|
|
2422
2094
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2423
2095
|
url: "/workspace-memberships",
|
|
2424
2096
|
...options
|
|
2425
2097
|
});
|
|
2426
2098
|
var postWorkspaceMemberships = (options) => (options.client ?? client).post({
|
|
2427
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2428
2099
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2429
2100
|
url: "/workspace-memberships",
|
|
2430
2101
|
...options,
|
|
@@ -2434,13 +2105,11 @@ var postWorkspaceMemberships = (options) => (options.client ?? client).post({
|
|
|
2434
2105
|
}
|
|
2435
2106
|
});
|
|
2436
2107
|
var getTenantsByTenantIdDocumentStats = (options) => (options.client ?? client).get({
|
|
2437
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2438
2108
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2439
2109
|
url: "/tenants/{tenant_id}/document_stats",
|
|
2440
2110
|
...options
|
|
2441
2111
|
});
|
|
2442
2112
|
var postUsersAuthMagicLinkRequest = (options) => (options.client ?? client).post({
|
|
2443
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2444
2113
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2445
2114
|
url: "/users/auth/magic_link/request",
|
|
2446
2115
|
...options,
|
|
@@ -2450,7 +2119,6 @@ var postUsersAuthMagicLinkRequest = (options) => (options.client ?? client).post
|
|
|
2450
2119
|
}
|
|
2451
2120
|
});
|
|
2452
2121
|
var postUsersAuthRegister = (options) => (options.client ?? client).post({
|
|
2453
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2454
2122
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2455
2123
|
url: "/users/auth/register",
|
|
2456
2124
|
...options,
|
|
@@ -2469,19 +2137,16 @@ var postTrainingExamplesBulk = (options) => (options.client ?? client).post({
|
|
|
2469
2137
|
}
|
|
2470
2138
|
});
|
|
2471
2139
|
var deleteBucketsById = (options) => (options.client ?? client).delete({
|
|
2472
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2473
2140
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2474
2141
|
url: "/buckets/{id}",
|
|
2475
2142
|
...options
|
|
2476
2143
|
});
|
|
2477
2144
|
var getBucketsById = (options) => (options.client ?? client).get({
|
|
2478
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2479
2145
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2480
2146
|
url: "/buckets/{id}",
|
|
2481
2147
|
...options
|
|
2482
2148
|
});
|
|
2483
2149
|
var patchBucketsById = (options) => (options.client ?? client).patch({
|
|
2484
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2485
2150
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2486
2151
|
url: "/buckets/{id}",
|
|
2487
2152
|
...options,
|
|
@@ -2491,18 +2156,11 @@ var patchBucketsById = (options) => (options.client ?? client).patch({
|
|
|
2491
2156
|
}
|
|
2492
2157
|
});
|
|
2493
2158
|
var getExtractionDocumentsWorkspaceByWorkspaceId = (options) => (options.client ?? client).get({
|
|
2494
|
-
querySerializer: {
|
|
2495
|
-
parameters: {
|
|
2496
|
-
filter: { object: { style: "form" } },
|
|
2497
|
-
fields: { object: { style: "form" } }
|
|
2498
|
-
}
|
|
2499
|
-
},
|
|
2500
2159
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2501
2160
|
url: "/extraction/documents/workspace/{workspace_id}",
|
|
2502
2161
|
...options
|
|
2503
2162
|
});
|
|
2504
2163
|
var postExtractionDocumentsBeginUpload = (options) => (options.client ?? client).post({
|
|
2505
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2506
2164
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2507
2165
|
url: "/extraction/documents/begin_upload",
|
|
2508
2166
|
...options,
|
|
@@ -2512,25 +2170,21 @@ var postExtractionDocumentsBeginUpload = (options) => (options.client ?? client)
|
|
|
2512
2170
|
}
|
|
2513
2171
|
});
|
|
2514
2172
|
var deleteAiGraphEdgesById = (options) => (options.client ?? client).delete({
|
|
2515
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2516
2173
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2517
2174
|
url: "/ai/graph/edges/{id}",
|
|
2518
2175
|
...options
|
|
2519
2176
|
});
|
|
2520
2177
|
var deleteTenantsById = (options) => (options.client ?? client).delete({
|
|
2521
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2522
2178
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2523
2179
|
url: "/tenants/{id}",
|
|
2524
2180
|
...options
|
|
2525
2181
|
});
|
|
2526
2182
|
var getTenantsById = (options) => (options.client ?? client).get({
|
|
2527
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2528
2183
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2529
2184
|
url: "/tenants/{id}",
|
|
2530
2185
|
...options
|
|
2531
2186
|
});
|
|
2532
2187
|
var patchTenantsById = (options) => (options.client ?? client).patch({
|
|
2533
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2534
2188
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2535
2189
|
url: "/tenants/{id}",
|
|
2536
2190
|
...options,
|
|
@@ -2540,19 +2194,11 @@ var patchTenantsById = (options) => (options.client ?? client).patch({
|
|
|
2540
2194
|
}
|
|
2541
2195
|
});
|
|
2542
2196
|
var getPlans = (options) => (options.client ?? client).get({
|
|
2543
|
-
querySerializer: {
|
|
2544
|
-
parameters: {
|
|
2545
|
-
filter: { object: { style: "form" } },
|
|
2546
|
-
page: { object: { style: "form" } },
|
|
2547
|
-
fields: { object: { style: "form" } }
|
|
2548
|
-
}
|
|
2549
|
-
},
|
|
2550
2197
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2551
2198
|
url: "/plans",
|
|
2552
2199
|
...options
|
|
2553
2200
|
});
|
|
2554
2201
|
var patchExtractionSchemasByIdFields = (options) => (options.client ?? client).patch({
|
|
2555
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2556
2202
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2557
2203
|
url: "/extraction/schemas/{id}/fields",
|
|
2558
2204
|
...options,
|
|
@@ -2562,13 +2208,11 @@ var patchExtractionSchemasByIdFields = (options) => (options.client ?? client).p
|
|
|
2562
2208
|
}
|
|
2563
2209
|
});
|
|
2564
2210
|
var getExtractionSchemasById = (options) => (options.client ?? client).get({
|
|
2565
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2566
2211
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2567
2212
|
url: "/extraction/schemas/{id}",
|
|
2568
2213
|
...options
|
|
2569
2214
|
});
|
|
2570
2215
|
var patchExtractionSchemasById = (options) => (options.client ?? client).patch({
|
|
2571
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2572
2216
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2573
2217
|
url: "/extraction/schemas/{id}",
|
|
2574
2218
|
...options,
|
|
@@ -2578,7 +2222,6 @@ var patchExtractionSchemasById = (options) => (options.client ?? client).patch({
|
|
|
2578
2222
|
}
|
|
2579
2223
|
});
|
|
2580
2224
|
var postAgentsByIdTest = (options) => (options.client ?? client).post({
|
|
2581
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2582
2225
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2583
2226
|
url: "/agents/{id}/test",
|
|
2584
2227
|
...options,
|
|
@@ -2588,24 +2231,16 @@ var postAgentsByIdTest = (options) => (options.client ?? client).post({
|
|
|
2588
2231
|
}
|
|
2589
2232
|
});
|
|
2590
2233
|
var getExtractionDocuments = (options) => (options.client ?? client).get({
|
|
2591
|
-
querySerializer: {
|
|
2592
|
-
parameters: {
|
|
2593
|
-
filter: { object: { style: "form" } },
|
|
2594
|
-
fields: { object: { style: "form" } }
|
|
2595
|
-
}
|
|
2596
|
-
},
|
|
2597
2234
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2598
2235
|
url: "/extraction/documents",
|
|
2599
2236
|
...options
|
|
2600
2237
|
});
|
|
2601
2238
|
var deleteTenantMembershipsByTenantIdByUserId = (options) => (options.client ?? client).delete({
|
|
2602
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2603
2239
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2604
2240
|
url: "/tenant-memberships/{tenant_id}/{user_id}",
|
|
2605
2241
|
...options
|
|
2606
2242
|
});
|
|
2607
2243
|
var patchTenantMembershipsByTenantIdByUserId = (options) => (options.client ?? client).patch({
|
|
2608
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2609
2244
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2610
2245
|
url: "/tenant-memberships/{tenant_id}/{user_id}",
|
|
2611
2246
|
...options,
|
|
@@ -2615,7 +2250,6 @@ var patchTenantMembershipsByTenantIdByUserId = (options) => (options.client ?? c
|
|
|
2615
2250
|
}
|
|
2616
2251
|
});
|
|
2617
2252
|
var patchWebhookConfigsByIdRotateSecret = (options) => (options.client ?? client).patch({
|
|
2618
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2619
2253
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2620
2254
|
url: "/webhook_configs/{id}/rotate_secret",
|
|
2621
2255
|
...options,
|
|
@@ -2625,18 +2259,11 @@ var patchWebhookConfigsByIdRotateSecret = (options) => (options.client ?? client
|
|
|
2625
2259
|
}
|
|
2626
2260
|
});
|
|
2627
2261
|
var getFieldTemplates = (options) => (options.client ?? client).get({
|
|
2628
|
-
querySerializer: {
|
|
2629
|
-
parameters: {
|
|
2630
|
-
filter: { object: { style: "form" } },
|
|
2631
|
-
fields: { object: { style: "form" } }
|
|
2632
|
-
}
|
|
2633
|
-
},
|
|
2634
2262
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2635
2263
|
url: "/field_templates",
|
|
2636
2264
|
...options
|
|
2637
2265
|
});
|
|
2638
2266
|
var postFieldTemplates = (options) => (options.client ?? client).post({
|
|
2639
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2640
2267
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2641
2268
|
url: "/field_templates",
|
|
2642
2269
|
...options,
|
|
@@ -2646,19 +2273,11 @@ var postFieldTemplates = (options) => (options.client ?? client).post({
|
|
|
2646
2273
|
}
|
|
2647
2274
|
});
|
|
2648
2275
|
var getAiMessages = (options) => (options.client ?? client).get({
|
|
2649
|
-
querySerializer: {
|
|
2650
|
-
parameters: {
|
|
2651
|
-
filter: { object: { style: "form" } },
|
|
2652
|
-
page: { object: { style: "form" } },
|
|
2653
|
-
fields: { object: { style: "form" } }
|
|
2654
|
-
}
|
|
2655
|
-
},
|
|
2656
2276
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2657
2277
|
url: "/ai/messages",
|
|
2658
2278
|
...options
|
|
2659
2279
|
});
|
|
2660
2280
|
var postAiMessages = (options) => (options.client ?? client).post({
|
|
2661
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2662
2281
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2663
2282
|
url: "/ai/messages",
|
|
2664
2283
|
...options,
|
|
@@ -2668,7 +2287,6 @@ var postAiMessages = (options) => (options.client ?? client).post({
|
|
|
2668
2287
|
}
|
|
2669
2288
|
});
|
|
2670
2289
|
var postStorageSignUpload = (options) => (options.client ?? client).post({
|
|
2671
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2672
2290
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2673
2291
|
url: "/storage/sign_upload",
|
|
2674
2292
|
...options,
|
|
@@ -2678,7 +2296,6 @@ var postStorageSignUpload = (options) => (options.client ?? client).post({
|
|
|
2678
2296
|
}
|
|
2679
2297
|
});
|
|
2680
2298
|
var postWebhookDeliveriesByIdRetry = (options) => (options.client ?? client).post({
|
|
2681
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2682
2299
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2683
2300
|
url: "/webhook_deliveries/{id}/retry",
|
|
2684
2301
|
...options,
|
|
@@ -2688,19 +2305,11 @@ var postWebhookDeliveriesByIdRetry = (options) => (options.client ?? client).pos
|
|
|
2688
2305
|
}
|
|
2689
2306
|
});
|
|
2690
2307
|
var getNotificationMethods = (options) => (options.client ?? client).get({
|
|
2691
|
-
querySerializer: {
|
|
2692
|
-
parameters: {
|
|
2693
|
-
filter: { object: { style: "form" } },
|
|
2694
|
-
page: { object: { style: "form" } },
|
|
2695
|
-
fields: { object: { style: "form" } }
|
|
2696
|
-
}
|
|
2697
|
-
},
|
|
2698
2308
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2699
2309
|
url: "/notification_methods",
|
|
2700
2310
|
...options
|
|
2701
2311
|
});
|
|
2702
2312
|
var postNotificationMethods = (options) => (options.client ?? client).post({
|
|
2703
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2704
2313
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2705
2314
|
url: "/notification_methods",
|
|
2706
2315
|
...options,
|
|
@@ -2710,7 +2319,6 @@ var postNotificationMethods = (options) => (options.client ?? client).post({
|
|
|
2710
2319
|
}
|
|
2711
2320
|
});
|
|
2712
2321
|
var postThreadsByIdSummarize = (options) => (options.client ?? client).post({
|
|
2713
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2714
2322
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2715
2323
|
url: "/threads/{id}/summarize",
|
|
2716
2324
|
...options,
|
|
@@ -2720,7 +2328,6 @@ var postThreadsByIdSummarize = (options) => (options.client ?? client).post({
|
|
|
2720
2328
|
}
|
|
2721
2329
|
});
|
|
2722
2330
|
var patchConfigsByKey = (options) => (options.client ?? client).patch({
|
|
2723
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2724
2331
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2725
2332
|
url: "/configs/{key}",
|
|
2726
2333
|
...options,
|
|
@@ -2730,7 +2337,6 @@ var patchConfigsByKey = (options) => (options.client ?? client).patch({
|
|
|
2730
2337
|
}
|
|
2731
2338
|
});
|
|
2732
2339
|
var patchApiKeysByIdRotate = (options) => (options.client ?? client).patch({
|
|
2733
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2734
2340
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2735
2341
|
url: "/api_keys/{id}/rotate",
|
|
2736
2342
|
...options,
|
|
@@ -2740,7 +2346,6 @@ var patchApiKeysByIdRotate = (options) => (options.client ?? client).patch({
|
|
|
2740
2346
|
}
|
|
2741
2347
|
});
|
|
2742
2348
|
var postExtractionResults = (options) => (options.client ?? client).post({
|
|
2743
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2744
2349
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2745
2350
|
url: "/extraction/results",
|
|
2746
2351
|
...options,
|
|
@@ -2750,7 +2355,6 @@ var postExtractionResults = (options) => (options.client ?? client).post({
|
|
|
2750
2355
|
}
|
|
2751
2356
|
});
|
|
2752
2357
|
var postAgentsByIdClone = (options) => (options.client ?? client).post({
|
|
2753
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2754
2358
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2755
2359
|
url: "/agents/{id}/clone",
|
|
2756
2360
|
...options,
|
|
@@ -2760,19 +2364,16 @@ var postAgentsByIdClone = (options) => (options.client ?? client).post({
|
|
|
2760
2364
|
}
|
|
2761
2365
|
});
|
|
2762
2366
|
var deleteAiConversationsById = (options) => (options.client ?? client).delete({
|
|
2763
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2764
2367
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2765
2368
|
url: "/ai/conversations/{id}",
|
|
2766
2369
|
...options
|
|
2767
2370
|
});
|
|
2768
2371
|
var getAiConversationsById = (options) => (options.client ?? client).get({
|
|
2769
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2770
2372
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2771
2373
|
url: "/ai/conversations/{id}",
|
|
2772
2374
|
...options
|
|
2773
2375
|
});
|
|
2774
2376
|
var postExtractionSchemasBulkCreate = (options) => (options.client ?? client).post({
|
|
2775
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2776
2377
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2777
2378
|
url: "/extraction/schemas/bulk_create",
|
|
2778
2379
|
...options,
|
|
@@ -2782,19 +2383,16 @@ var postExtractionSchemasBulkCreate = (options) => (options.client ?? client).po
|
|
|
2782
2383
|
}
|
|
2783
2384
|
});
|
|
2784
2385
|
var deleteUserProfilesById = (options) => (options.client ?? client).delete({
|
|
2785
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2786
2386
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2787
2387
|
url: "/user_profiles/{id}",
|
|
2788
2388
|
...options
|
|
2789
2389
|
});
|
|
2790
2390
|
var getUserProfilesById = (options) => (options.client ?? client).get({
|
|
2791
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2792
2391
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2793
2392
|
url: "/user_profiles/{id}",
|
|
2794
2393
|
...options
|
|
2795
2394
|
});
|
|
2796
2395
|
var patchUserProfilesById = (options) => (options.client ?? client).patch({
|
|
2797
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2798
2396
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2799
2397
|
url: "/user_profiles/{id}",
|
|
2800
2398
|
...options,
|
|
@@ -2804,43 +2402,26 @@ var patchUserProfilesById = (options) => (options.client ?? client).patch({
|
|
|
2804
2402
|
}
|
|
2805
2403
|
});
|
|
2806
2404
|
var deleteObjectsById = (options) => (options.client ?? client).delete({
|
|
2807
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2808
2405
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2809
2406
|
url: "/objects/{id}",
|
|
2810
2407
|
...options
|
|
2811
2408
|
});
|
|
2812
2409
|
var getObjectsById = (options) => (options.client ?? client).get({
|
|
2813
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2814
2410
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2815
2411
|
url: "/objects/{id}",
|
|
2816
2412
|
...options
|
|
2817
2413
|
});
|
|
2818
2414
|
var getExtractionDocumentsWorkspaceByWorkspaceIdExcluded = (options) => (options.client ?? client).get({
|
|
2819
|
-
querySerializer: {
|
|
2820
|
-
parameters: {
|
|
2821
|
-
filter: { object: { style: "form" } },
|
|
2822
|
-
page: { object: { style: "form" } },
|
|
2823
|
-
fields: { object: { style: "form" } }
|
|
2824
|
-
}
|
|
2825
|
-
},
|
|
2826
2415
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2827
2416
|
url: "/extraction/documents/workspace/{workspace_id}/excluded",
|
|
2828
2417
|
...options
|
|
2829
2418
|
});
|
|
2830
2419
|
var getWebhookConfigs = (options) => (options.client ?? client).get({
|
|
2831
|
-
querySerializer: {
|
|
2832
|
-
parameters: {
|
|
2833
|
-
filter: { object: { style: "form" } },
|
|
2834
|
-
page: { object: { style: "form" } },
|
|
2835
|
-
fields: { object: { style: "form" } }
|
|
2836
|
-
}
|
|
2837
|
-
},
|
|
2838
2420
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2839
2421
|
url: "/webhook_configs",
|
|
2840
2422
|
...options
|
|
2841
2423
|
});
|
|
2842
2424
|
var postWebhookConfigs = (options) => (options.client ?? client).post({
|
|
2843
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2844
2425
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2845
2426
|
url: "/webhook_configs",
|
|
2846
2427
|
...options,
|
|
@@ -2850,7 +2431,6 @@ var postWebhookConfigs = (options) => (options.client ?? client).post({
|
|
|
2850
2431
|
}
|
|
2851
2432
|
});
|
|
2852
2433
|
var postAgentsByIdPublishVersion = (options) => (options.client ?? client).post({
|
|
2853
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2854
2434
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2855
2435
|
url: "/agents/{id}/publish_version",
|
|
2856
2436
|
...options,
|
|
@@ -2860,7 +2440,6 @@ var postAgentsByIdPublishVersion = (options) => (options.client ?? client).post(
|
|
|
2860
2440
|
}
|
|
2861
2441
|
});
|
|
2862
2442
|
var postObjectsBulkDestroy = (options) => (options.client ?? client).post({
|
|
2863
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2864
2443
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2865
2444
|
url: "/objects/bulk-destroy",
|
|
2866
2445
|
...options,
|
|
@@ -2870,30 +2449,21 @@ var postObjectsBulkDestroy = (options) => (options.client ?? client).post({
|
|
|
2870
2449
|
}
|
|
2871
2450
|
});
|
|
2872
2451
|
var getApplicationsBySlugBySlug = (options) => (options.client ?? client).get({
|
|
2873
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2874
2452
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2875
2453
|
url: "/applications/by-slug/{slug}",
|
|
2876
2454
|
...options
|
|
2877
2455
|
});
|
|
2878
2456
|
var getNotificationLogs = (options) => (options.client ?? client).get({
|
|
2879
|
-
querySerializer: {
|
|
2880
|
-
parameters: {
|
|
2881
|
-
filter: { object: { style: "form" } },
|
|
2882
|
-
fields: { object: { style: "form" } }
|
|
2883
|
-
}
|
|
2884
|
-
},
|
|
2885
2457
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2886
2458
|
url: "/notification_logs",
|
|
2887
2459
|
...options
|
|
2888
2460
|
});
|
|
2889
2461
|
var getWallet = (options) => (options.client ?? client).get({
|
|
2890
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2891
2462
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2892
2463
|
url: "/wallet",
|
|
2893
2464
|
...options
|
|
2894
2465
|
});
|
|
2895
2466
|
var patchExtractionSchemasByIdActivate = (options) => (options.client ?? client).patch({
|
|
2896
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2897
2467
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2898
2468
|
url: "/extraction/schemas/{id}/activate",
|
|
2899
2469
|
...options,
|
|
@@ -2903,19 +2473,16 @@ var patchExtractionSchemasByIdActivate = (options) => (options.client ?? client)
|
|
|
2903
2473
|
}
|
|
2904
2474
|
});
|
|
2905
2475
|
var deleteMessagesById = (options) => (options.client ?? client).delete({
|
|
2906
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2907
2476
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2908
2477
|
url: "/messages/{id}",
|
|
2909
2478
|
...options
|
|
2910
2479
|
});
|
|
2911
2480
|
var getMessagesById = (options) => (options.client ?? client).get({
|
|
2912
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2913
2481
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2914
2482
|
url: "/messages/{id}",
|
|
2915
2483
|
...options
|
|
2916
2484
|
});
|
|
2917
2485
|
var patchMessagesById = (options) => (options.client ?? client).patch({
|
|
2918
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2919
2486
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2920
2487
|
url: "/messages/{id}",
|
|
2921
2488
|
...options,
|
|
@@ -2925,36 +2492,26 @@ var patchMessagesById = (options) => (options.client ?? client).patch({
|
|
|
2925
2492
|
}
|
|
2926
2493
|
});
|
|
2927
2494
|
var getLlmAnalyticsUsage = (options) => (options.client ?? client).get({
|
|
2928
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2929
2495
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2930
2496
|
url: "/llm_analytics/usage",
|
|
2931
2497
|
...options
|
|
2932
2498
|
});
|
|
2933
2499
|
var getSearchStats = (options) => (options.client ?? client).get({
|
|
2934
|
-
querySerializer: {
|
|
2935
|
-
parameters: {
|
|
2936
|
-
filter: { object: { style: "form" } },
|
|
2937
|
-
fields: { object: { style: "form" } }
|
|
2938
|
-
}
|
|
2939
|
-
},
|
|
2940
2500
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2941
2501
|
url: "/search/stats",
|
|
2942
2502
|
...options
|
|
2943
2503
|
});
|
|
2944
2504
|
var deleteNotificationPreferencesById = (options) => (options.client ?? client).delete({
|
|
2945
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2946
2505
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2947
2506
|
url: "/notification_preferences/{id}",
|
|
2948
2507
|
...options
|
|
2949
2508
|
});
|
|
2950
2509
|
var getNotificationPreferencesById = (options) => (options.client ?? client).get({
|
|
2951
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2952
2510
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2953
2511
|
url: "/notification_preferences/{id}",
|
|
2954
2512
|
...options
|
|
2955
2513
|
});
|
|
2956
2514
|
var patchNotificationPreferencesById = (options) => (options.client ?? client).patch({
|
|
2957
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2958
2515
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2959
2516
|
url: "/notification_preferences/{id}",
|
|
2960
2517
|
...options,
|
|
@@ -2964,19 +2521,11 @@ var patchNotificationPreferencesById = (options) => (options.client ?? client).p
|
|
|
2964
2521
|
}
|
|
2965
2522
|
});
|
|
2966
2523
|
var getAiGraphNodes = (options) => (options.client ?? client).get({
|
|
2967
|
-
querySerializer: {
|
|
2968
|
-
parameters: {
|
|
2969
|
-
filter: { object: { style: "form" } },
|
|
2970
|
-
page: { object: { style: "form" } },
|
|
2971
|
-
fields: { object: { style: "form" } }
|
|
2972
|
-
}
|
|
2973
|
-
},
|
|
2974
2524
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2975
2525
|
url: "/ai/graph/nodes",
|
|
2976
2526
|
...options
|
|
2977
2527
|
});
|
|
2978
2528
|
var postAiGraphNodes = (options) => (options.client ?? client).post({
|
|
2979
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2980
2529
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2981
2530
|
url: "/ai/graph/nodes",
|
|
2982
2531
|
...options,
|
|
@@ -2986,19 +2535,11 @@ var postAiGraphNodes = (options) => (options.client ?? client).post({
|
|
|
2986
2535
|
}
|
|
2987
2536
|
});
|
|
2988
2537
|
var getAgents = (options) => (options.client ?? client).get({
|
|
2989
|
-
querySerializer: {
|
|
2990
|
-
parameters: {
|
|
2991
|
-
filter: { object: { style: "form" } },
|
|
2992
|
-
page: { object: { style: "form" } },
|
|
2993
|
-
fields: { object: { style: "form" } }
|
|
2994
|
-
}
|
|
2995
|
-
},
|
|
2996
2538
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2997
2539
|
url: "/agents",
|
|
2998
2540
|
...options
|
|
2999
2541
|
});
|
|
3000
2542
|
var postAgents = (options) => (options.client ?? client).post({
|
|
3001
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3002
2543
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3003
2544
|
url: "/agents",
|
|
3004
2545
|
...options,
|
|
@@ -3008,7 +2549,6 @@ var postAgents = (options) => (options.client ?? client).post({
|
|
|
3008
2549
|
}
|
|
3009
2550
|
});
|
|
3010
2551
|
var postUsersRegisterIsv = (options) => (options.client ?? client).post({
|
|
3011
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3012
2552
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3013
2553
|
url: "/users/register_isv",
|
|
3014
2554
|
...options,
|
|
@@ -3018,25 +2558,16 @@ var postUsersRegisterIsv = (options) => (options.client ?? client).post({
|
|
|
3018
2558
|
}
|
|
3019
2559
|
});
|
|
3020
2560
|
var getExtractionBatchesById = (options) => (options.client ?? client).get({
|
|
3021
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3022
2561
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3023
2562
|
url: "/extraction/batches/{id}",
|
|
3024
2563
|
...options
|
|
3025
2564
|
});
|
|
3026
2565
|
var getWorkspacesByWorkspaceIdExtractionExports = (options) => (options.client ?? client).get({
|
|
3027
|
-
querySerializer: {
|
|
3028
|
-
parameters: {
|
|
3029
|
-
filter: { object: { style: "form" } },
|
|
3030
|
-
page: { object: { style: "form" } },
|
|
3031
|
-
fields: { object: { style: "form" } }
|
|
3032
|
-
}
|
|
3033
|
-
},
|
|
3034
2566
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3035
2567
|
url: "/workspaces/{workspace_id}/extraction/exports",
|
|
3036
2568
|
...options
|
|
3037
2569
|
});
|
|
3038
2570
|
var postWorkspacesByWorkspaceIdExtractionExports = (options) => (options.client ?? client).post({
|
|
3039
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3040
2571
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3041
2572
|
url: "/workspaces/{workspace_id}/extraction/exports",
|
|
3042
2573
|
...options,
|
|
@@ -3046,13 +2577,11 @@ var postWorkspacesByWorkspaceIdExtractionExports = (options) => (options.client
|
|
|
3046
2577
|
}
|
|
3047
2578
|
});
|
|
3048
2579
|
var deleteWorkspaceMembershipsByWorkspaceIdByUserId = (options) => (options.client ?? client).delete({
|
|
3049
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3050
2580
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3051
2581
|
url: "/workspace-memberships/{workspace_id}/{user_id}",
|
|
3052
2582
|
...options
|
|
3053
2583
|
});
|
|
3054
2584
|
var patchWorkspaceMembershipsByWorkspaceIdByUserId = (options) => (options.client ?? client).patch({
|
|
3055
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
3056
2585
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3057
2586
|
url: "/workspace-memberships/{workspace_id}/{user_id}",
|
|
3058
2587
|
...options,
|
|
@@ -3062,37 +2591,16 @@ var patchWorkspaceMembershipsByWorkspaceIdByUserId = (options) => (options.clien
|
|
|
3062
2591
|
}
|
|
3063
2592
|
});
|
|
3064
2593
|
var getCreditPackages = (options) => (options.client ?? client).get({
|
|
3065
|
-
querySerializer: {
|
|
3066
|
-
parameters: {
|
|
3067
|
-
filter: { object: { style: "form" } },
|
|
3068
|
-
page: { object: { style: "form" } },
|
|
3069
|
-
fields: { object: { style: "form" } }
|
|
3070
|
-
}
|
|
3071
|
-
},
|
|
3072
2594
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3073
2595
|
url: "/credit-packages",
|
|
3074
2596
|
...options
|
|
3075
2597
|
});
|
|
3076
2598
|
var getUsers = (options) => (options.client ?? client).get({
|
|
3077
|
-
querySerializer: {
|
|
3078
|
-
parameters: {
|
|
3079
|
-
filter: { object: { style: "form" } },
|
|
3080
|
-
page: { object: { style: "form" } },
|
|
3081
|
-
fields: { object: { style: "form" } }
|
|
3082
|
-
}
|
|
3083
|
-
},
|
|
3084
2599
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3085
2600
|
url: "/users",
|
|
3086
2601
|
...options
|
|
3087
2602
|
});
|
|
3088
2603
|
var getObjects = (options) => (options.client ?? client).get({
|
|
3089
|
-
querySerializer: {
|
|
3090
|
-
parameters: {
|
|
3091
|
-
filter: { object: { style: "form" } },
|
|
3092
|
-
page: { object: { style: "form" } },
|
|
3093
|
-
fields: { object: { style: "form" } }
|
|
3094
|
-
}
|
|
3095
|
-
},
|
|
3096
2604
|
security: [{ scheme: "bearer", type: "http" }],
|
|
3097
2605
|
url: "/objects",
|
|
3098
2606
|
...options
|
|
@@ -3523,6 +3031,7 @@ export {
|
|
|
3523
3031
|
getExtractionDocumentsWorkspaceByWorkspaceId,
|
|
3524
3032
|
getExtractionDocumentsWorkspaceByWorkspaceIdExcluded,
|
|
3525
3033
|
getExtractionDocumentsWorkspaceByWorkspaceIdReviewQueue,
|
|
3034
|
+
getExtractionDocumentsWorkspaceByWorkspaceIdTrained,
|
|
3526
3035
|
getExtractionResultsById,
|
|
3527
3036
|
getExtractionResultsDocumentByDocumentId,
|
|
3528
3037
|
getExtractionSchemaFields,
|
|
@@ -3609,9 +3118,12 @@ export {
|
|
|
3609
3118
|
patchApplicationsByIdGrantCredits,
|
|
3610
3119
|
patchBucketsById,
|
|
3611
3120
|
patchConfigsByKey,
|
|
3121
|
+
patchExtractionDocumentsByIdDismiss,
|
|
3122
|
+
patchExtractionDocumentsByIdDismissTraining,
|
|
3612
3123
|
patchExtractionDocumentsByIdExclude,
|
|
3613
3124
|
patchExtractionDocumentsByIdFinishUpload,
|
|
3614
3125
|
patchExtractionDocumentsByIdInclude,
|
|
3126
|
+
patchExtractionDocumentsByIdMarkTrained,
|
|
3615
3127
|
patchExtractionDocumentsByIdRestore,
|
|
3616
3128
|
patchExtractionDocumentsByIdStatus,
|
|
3617
3129
|
patchExtractionResultsByIdCorrections,
|
|
@@ -3718,6 +3230,7 @@ export {
|
|
|
3718
3230
|
postWebhookDeliveriesByIdRetry,
|
|
3719
3231
|
postWorkspaceMemberships,
|
|
3720
3232
|
postWorkspaces,
|
|
3233
|
+
postWorkspacesByWorkspaceIdExtractionDocumentsDismissAllTrained,
|
|
3721
3234
|
postWorkspacesByWorkspaceIdExtractionExports,
|
|
3722
3235
|
retryWithBackoff,
|
|
3723
3236
|
sleep,
|