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