@gpt-core/client 0.6.51 → 0.6.52
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 +6288 -747
- package/dist/index.d.ts +6288 -747
- package/dist/index.js +11 -498
- package/dist/index.mjs +10 -498
- 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,31 +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
|
});
|
|
1217
1140
|
var getWorkspacesByWorkspaceIdTrainingAnalytics = (options) => (options.client ?? client).get({
|
|
1218
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1219
1141
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1220
1142
|
url: "/workspaces/{workspace_id}/training/analytics",
|
|
1221
1143
|
...options
|
|
1222
1144
|
});
|
|
1223
1145
|
var getUserProfilesMe = (options) => (options.client ?? client).get({
|
|
1224
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1225
1146
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1226
1147
|
url: "/user_profiles/me",
|
|
1227
1148
|
...options
|
|
1228
1149
|
});
|
|
1229
1150
|
var postInvitationsInvite = (options) => (options.client ?? client).post({
|
|
1230
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1231
1151
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1232
1152
|
url: "/invitations/invite",
|
|
1233
1153
|
...options,
|
|
@@ -1237,18 +1157,11 @@ var postInvitationsInvite = (options) => (options.client ?? client).post({
|
|
|
1237
1157
|
}
|
|
1238
1158
|
});
|
|
1239
1159
|
var getAgentVersions = (options) => (options.client ?? client).get({
|
|
1240
|
-
querySerializer: {
|
|
1241
|
-
parameters: {
|
|
1242
|
-
filter: { object: { style: "form" } },
|
|
1243
|
-
fields: { object: { style: "form" } }
|
|
1244
|
-
}
|
|
1245
|
-
},
|
|
1246
1160
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1247
1161
|
url: "/agent_versions",
|
|
1248
1162
|
...options
|
|
1249
1163
|
});
|
|
1250
1164
|
var postAgentVersions = (options) => (options.client ?? client).post({
|
|
1251
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1252
1165
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1253
1166
|
url: "/agent_versions",
|
|
1254
1167
|
...options,
|
|
@@ -1258,19 +1171,16 @@ var postAgentVersions = (options) => (options.client ?? client).post({
|
|
|
1258
1171
|
}
|
|
1259
1172
|
});
|
|
1260
1173
|
var deleteWebhookConfigsById = (options) => (options.client ?? client).delete({
|
|
1261
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1262
1174
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1263
1175
|
url: "/webhook_configs/{id}",
|
|
1264
1176
|
...options
|
|
1265
1177
|
});
|
|
1266
1178
|
var getWebhookConfigsById = (options) => (options.client ?? client).get({
|
|
1267
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1268
1179
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1269
1180
|
url: "/webhook_configs/{id}",
|
|
1270
1181
|
...options
|
|
1271
1182
|
});
|
|
1272
1183
|
var patchWebhookConfigsById = (options) => (options.client ?? client).patch({
|
|
1273
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1274
1184
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1275
1185
|
url: "/webhook_configs/{id}",
|
|
1276
1186
|
...options,
|
|
@@ -1280,7 +1190,6 @@ var patchWebhookConfigsById = (options) => (options.client ?? client).patch({
|
|
|
1280
1190
|
}
|
|
1281
1191
|
});
|
|
1282
1192
|
var postInvitationsAcceptByToken = (options) => (options.client ?? client).post({
|
|
1283
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1284
1193
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1285
1194
|
url: "/invitations/accept_by_token",
|
|
1286
1195
|
...options,
|
|
@@ -1290,13 +1199,11 @@ var postInvitationsAcceptByToken = (options) => (options.client ?? client).post(
|
|
|
1290
1199
|
}
|
|
1291
1200
|
});
|
|
1292
1201
|
var getExtractionBatchesByIdUploadUrls = (options) => (options.client ?? client).get({
|
|
1293
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1294
1202
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1295
1203
|
url: "/extraction/batches/{id}/upload-urls",
|
|
1296
1204
|
...options
|
|
1297
1205
|
});
|
|
1298
1206
|
var postDocumentsBulkDelete = (options) => (options.client ?? client).post({
|
|
1299
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1300
1207
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1301
1208
|
url: "/documents/bulk_delete",
|
|
1302
1209
|
...options,
|
|
@@ -1306,13 +1213,11 @@ var postDocumentsBulkDelete = (options) => (options.client ?? client).post({
|
|
|
1306
1213
|
}
|
|
1307
1214
|
});
|
|
1308
1215
|
var getAgentVersionsById = (options) => (options.client ?? client).get({
|
|
1309
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1310
1216
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1311
1217
|
url: "/agent_versions/{id}",
|
|
1312
1218
|
...options
|
|
1313
1219
|
});
|
|
1314
1220
|
var postAiChunksSearch = (options) => (options.client ?? client).post({
|
|
1315
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1316
1221
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1317
1222
|
url: "/ai/chunks/search",
|
|
1318
1223
|
...options,
|
|
@@ -1322,7 +1227,6 @@ var postAiChunksSearch = (options) => (options.client ?? client).post({
|
|
|
1322
1227
|
}
|
|
1323
1228
|
});
|
|
1324
1229
|
var postThreadsByIdMessages = (options) => (options.client ?? client).post({
|
|
1325
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1326
1230
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1327
1231
|
url: "/threads/{id}/messages",
|
|
1328
1232
|
...options,
|
|
@@ -1332,7 +1236,6 @@ var postThreadsByIdMessages = (options) => (options.client ?? client).post({
|
|
|
1332
1236
|
}
|
|
1333
1237
|
});
|
|
1334
1238
|
var postAgentsCloneForWorkspace = (options) => (options.client ?? client).post({
|
|
1335
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1336
1239
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1337
1240
|
url: "/agents/clone_for_workspace",
|
|
1338
1241
|
...options,
|
|
@@ -1342,7 +1245,6 @@ var postAgentsCloneForWorkspace = (options) => (options.client ?? client).post({
|
|
|
1342
1245
|
}
|
|
1343
1246
|
});
|
|
1344
1247
|
var patchInvitationsByIdAccept = (options) => (options.client ?? client).patch({
|
|
1345
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1346
1248
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1347
1249
|
url: "/invitations/{id}/accept",
|
|
1348
1250
|
...options,
|
|
@@ -1352,25 +1254,21 @@ var patchInvitationsByIdAccept = (options) => (options.client ?? client).patch({
|
|
|
1352
1254
|
}
|
|
1353
1255
|
});
|
|
1354
1256
|
var getCreditPackagesById = (options) => (options.client ?? client).get({
|
|
1355
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1356
1257
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1357
1258
|
url: "/credit-packages/{id}",
|
|
1358
1259
|
...options
|
|
1359
1260
|
});
|
|
1360
1261
|
var getUsersById = (options) => (options.client ?? client).get({
|
|
1361
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1362
1262
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1363
1263
|
url: "/users/{id}",
|
|
1364
1264
|
...options
|
|
1365
1265
|
});
|
|
1366
1266
|
var getExtractionResultsById = (options) => (options.client ?? client).get({
|
|
1367
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1368
1267
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1369
1268
|
url: "/extraction/results/{id}",
|
|
1370
1269
|
...options
|
|
1371
1270
|
});
|
|
1372
1271
|
var postAgentsByIdValidate = (options) => (options.client ?? client).post({
|
|
1373
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1374
1272
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1375
1273
|
url: "/agents/{id}/validate",
|
|
1376
1274
|
...options,
|
|
@@ -1380,7 +1278,6 @@ var postAgentsByIdValidate = (options) => (options.client ?? client).post({
|
|
|
1380
1278
|
}
|
|
1381
1279
|
});
|
|
1382
1280
|
var postWebhookConfigsByIdTest = (options) => (options.client ?? client).post({
|
|
1383
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1384
1281
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1385
1282
|
url: "/webhook_configs/{id}/test",
|
|
1386
1283
|
...options,
|
|
@@ -1390,13 +1287,11 @@ var postWebhookConfigsByIdTest = (options) => (options.client ?? client).post({
|
|
|
1390
1287
|
}
|
|
1391
1288
|
});
|
|
1392
1289
|
var getUsersMe = (options) => (options.client ?? client).get({
|
|
1393
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1394
1290
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1395
1291
|
url: "/users/me",
|
|
1396
1292
|
...options
|
|
1397
1293
|
});
|
|
1398
1294
|
var postUsersAuthRegisterWithOidc = (options) => (options.client ?? client).post({
|
|
1399
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1400
1295
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1401
1296
|
url: "/users/auth/register_with_oidc",
|
|
1402
1297
|
...options,
|
|
@@ -1406,7 +1301,6 @@ var postUsersAuthRegisterWithOidc = (options) => (options.client ?? client).post
|
|
|
1406
1301
|
}
|
|
1407
1302
|
});
|
|
1408
1303
|
var postTenantsByIdCredit = (options) => (options.client ?? client).post({
|
|
1409
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1410
1304
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1411
1305
|
url: "/tenants/{id}/credit",
|
|
1412
1306
|
...options,
|
|
@@ -1416,25 +1310,16 @@ var postTenantsByIdCredit = (options) => (options.client ?? client).post({
|
|
|
1416
1310
|
}
|
|
1417
1311
|
});
|
|
1418
1312
|
var getTransactionsById = (options) => (options.client ?? client).get({
|
|
1419
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1420
1313
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1421
1314
|
url: "/transactions/{id}",
|
|
1422
1315
|
...options
|
|
1423
1316
|
});
|
|
1424
1317
|
var getTenantMemberships = (options) => (options.client ?? client).get({
|
|
1425
|
-
querySerializer: {
|
|
1426
|
-
parameters: {
|
|
1427
|
-
filter: { object: { style: "form" } },
|
|
1428
|
-
page: { object: { style: "form" } },
|
|
1429
|
-
fields: { object: { style: "form" } }
|
|
1430
|
-
}
|
|
1431
|
-
},
|
|
1432
1318
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1433
1319
|
url: "/tenant-memberships",
|
|
1434
1320
|
...options
|
|
1435
1321
|
});
|
|
1436
1322
|
var postTenantMemberships = (options) => (options.client ?? client).post({
|
|
1437
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1438
1323
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1439
1324
|
url: "/tenant-memberships",
|
|
1440
1325
|
...options,
|
|
@@ -1453,25 +1338,21 @@ var postTrainingExamplesBulkDelete = (options) => (options.client ?? client).pos
|
|
|
1453
1338
|
}
|
|
1454
1339
|
});
|
|
1455
1340
|
var getLlmAnalyticsSummary = (options) => (options.client ?? client).get({
|
|
1456
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1457
1341
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1458
1342
|
url: "/llm_analytics/summary",
|
|
1459
1343
|
...options
|
|
1460
1344
|
});
|
|
1461
1345
|
var deleteExtractionSchemaFieldsById = (options) => (options.client ?? client).delete({
|
|
1462
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1463
1346
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1464
1347
|
url: "/extraction/schema-fields/{id}",
|
|
1465
1348
|
...options
|
|
1466
1349
|
});
|
|
1467
1350
|
var getExtractionSchemaFieldsById = (options) => (options.client ?? client).get({
|
|
1468
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1469
1351
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1470
1352
|
url: "/extraction/schema-fields/{id}",
|
|
1471
1353
|
...options
|
|
1472
1354
|
});
|
|
1473
1355
|
var patchExtractionSchemaFieldsById = (options) => (options.client ?? client).patch({
|
|
1474
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1475
1356
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1476
1357
|
url: "/extraction/schema-fields/{id}",
|
|
1477
1358
|
...options,
|
|
@@ -1481,7 +1362,6 @@ var patchExtractionSchemaFieldsById = (options) => (options.client ?? client).pa
|
|
|
1481
1362
|
}
|
|
1482
1363
|
});
|
|
1483
1364
|
var postStorageSignDownload = (options) => (options.client ?? client).post({
|
|
1484
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1485
1365
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1486
1366
|
url: "/storage/sign_download",
|
|
1487
1367
|
...options,
|
|
@@ -1491,19 +1371,16 @@ var postStorageSignDownload = (options) => (options.client ?? client).post({
|
|
|
1491
1371
|
}
|
|
1492
1372
|
});
|
|
1493
1373
|
var deleteNotificationMethodsById = (options) => (options.client ?? client).delete({
|
|
1494
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1495
1374
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1496
1375
|
url: "/notification_methods/{id}",
|
|
1497
1376
|
...options
|
|
1498
1377
|
});
|
|
1499
1378
|
var getNotificationMethodsById = (options) => (options.client ?? client).get({
|
|
1500
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1501
1379
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1502
1380
|
url: "/notification_methods/{id}",
|
|
1503
1381
|
...options
|
|
1504
1382
|
});
|
|
1505
1383
|
var patchNotificationMethodsById = (options) => (options.client ?? client).patch({
|
|
1506
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1507
1384
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1508
1385
|
url: "/notification_methods/{id}",
|
|
1509
1386
|
...options,
|
|
@@ -1513,64 +1390,31 @@ var patchNotificationMethodsById = (options) => (options.client ?? client).patch
|
|
|
1513
1390
|
}
|
|
1514
1391
|
});
|
|
1515
1392
|
var getWebhookDeliveries = (options) => (options.client ?? client).get({
|
|
1516
|
-
querySerializer: {
|
|
1517
|
-
parameters: {
|
|
1518
|
-
filter: { object: { style: "form" } },
|
|
1519
|
-
page: { object: { style: "form" } },
|
|
1520
|
-
fields: { object: { style: "form" } }
|
|
1521
|
-
}
|
|
1522
|
-
},
|
|
1523
1393
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1524
1394
|
url: "/webhook_deliveries",
|
|
1525
1395
|
...options
|
|
1526
1396
|
});
|
|
1527
1397
|
var getSearch = (options) => (options.client ?? client).get({
|
|
1528
|
-
querySerializer: {
|
|
1529
|
-
parameters: {
|
|
1530
|
-
filter: { object: { style: "form" } },
|
|
1531
|
-
fields: { object: { style: "form" } }
|
|
1532
|
-
}
|
|
1533
|
-
},
|
|
1534
1398
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1535
1399
|
url: "/search",
|
|
1536
1400
|
...options
|
|
1537
1401
|
});
|
|
1538
1402
|
var getInvitations = (options) => (options.client ?? client).get({
|
|
1539
|
-
querySerializer: {
|
|
1540
|
-
parameters: {
|
|
1541
|
-
filter: { object: { style: "form" } },
|
|
1542
|
-
fields: { object: { style: "form" } }
|
|
1543
|
-
}
|
|
1544
|
-
},
|
|
1545
1403
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1546
1404
|
url: "/invitations",
|
|
1547
1405
|
...options
|
|
1548
1406
|
});
|
|
1549
1407
|
var getSearchSemantic = (options) => (options.client ?? client).get({
|
|
1550
|
-
querySerializer: {
|
|
1551
|
-
parameters: {
|
|
1552
|
-
filter: { object: { style: "form" } },
|
|
1553
|
-
fields: { object: { style: "form" } }
|
|
1554
|
-
}
|
|
1555
|
-
},
|
|
1556
1408
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1557
1409
|
url: "/search/semantic",
|
|
1558
1410
|
...options
|
|
1559
1411
|
});
|
|
1560
1412
|
var getMessages = (options) => (options.client ?? client).get({
|
|
1561
|
-
querySerializer: {
|
|
1562
|
-
parameters: {
|
|
1563
|
-
filter: { object: { style: "form" } },
|
|
1564
|
-
page: { object: { style: "form" } },
|
|
1565
|
-
fields: { object: { style: "form" } }
|
|
1566
|
-
}
|
|
1567
|
-
},
|
|
1568
1413
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1569
1414
|
url: "/messages",
|
|
1570
1415
|
...options
|
|
1571
1416
|
});
|
|
1572
1417
|
var postMessages = (options) => (options.client ?? client).post({
|
|
1573
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1574
1418
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1575
1419
|
url: "/messages",
|
|
1576
1420
|
...options,
|
|
@@ -1580,19 +1424,11 @@ var postMessages = (options) => (options.client ?? client).post({
|
|
|
1580
1424
|
}
|
|
1581
1425
|
});
|
|
1582
1426
|
var getNotificationPreferences = (options) => (options.client ?? client).get({
|
|
1583
|
-
querySerializer: {
|
|
1584
|
-
parameters: {
|
|
1585
|
-
filter: { object: { style: "form" } },
|
|
1586
|
-
page: { object: { style: "form" } },
|
|
1587
|
-
fields: { object: { style: "form" } }
|
|
1588
|
-
}
|
|
1589
|
-
},
|
|
1590
1427
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1591
1428
|
url: "/notification_preferences",
|
|
1592
1429
|
...options
|
|
1593
1430
|
});
|
|
1594
1431
|
var postNotificationPreferences = (options) => (options.client ?? client).post({
|
|
1595
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1596
1432
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1597
1433
|
url: "/notification_preferences",
|
|
1598
1434
|
...options,
|
|
@@ -1602,19 +1438,11 @@ var postNotificationPreferences = (options) => (options.client ?? client).post({
|
|
|
1602
1438
|
}
|
|
1603
1439
|
});
|
|
1604
1440
|
var getApplications = (options) => (options.client ?? client).get({
|
|
1605
|
-
querySerializer: {
|
|
1606
|
-
parameters: {
|
|
1607
|
-
filter: { object: { style: "form" } },
|
|
1608
|
-
page: { object: { style: "form" } },
|
|
1609
|
-
fields: { object: { style: "form" } }
|
|
1610
|
-
}
|
|
1611
|
-
},
|
|
1612
1441
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1613
1442
|
url: "/applications",
|
|
1614
1443
|
...options
|
|
1615
1444
|
});
|
|
1616
1445
|
var postApplications = (options) => (options.client ?? client).post({
|
|
1617
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1618
1446
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1619
1447
|
url: "/applications",
|
|
1620
1448
|
...options,
|
|
@@ -1633,19 +1461,16 @@ var postAgentsPredict = (options) => (options.client ?? client).post({
|
|
|
1633
1461
|
}
|
|
1634
1462
|
});
|
|
1635
1463
|
var deleteThreadsById = (options) => (options.client ?? client).delete({
|
|
1636
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1637
1464
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1638
1465
|
url: "/threads/{id}",
|
|
1639
1466
|
...options
|
|
1640
1467
|
});
|
|
1641
1468
|
var getThreadsById = (options) => (options.client ?? client).get({
|
|
1642
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1643
1469
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1644
1470
|
url: "/threads/{id}",
|
|
1645
1471
|
...options
|
|
1646
1472
|
});
|
|
1647
1473
|
var patchThreadsById = (options) => (options.client ?? client).patch({
|
|
1648
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1649
1474
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1650
1475
|
url: "/threads/{id}",
|
|
1651
1476
|
...options,
|
|
@@ -1655,19 +1480,11 @@ var patchThreadsById = (options) => (options.client ?? client).patch({
|
|
|
1655
1480
|
}
|
|
1656
1481
|
});
|
|
1657
1482
|
var getLlmAnalytics = (options) => (options.client ?? client).get({
|
|
1658
|
-
querySerializer: {
|
|
1659
|
-
parameters: {
|
|
1660
|
-
filter: { object: { style: "form" } },
|
|
1661
|
-
page: { object: { style: "form" } },
|
|
1662
|
-
fields: { object: { style: "form" } }
|
|
1663
|
-
}
|
|
1664
|
-
},
|
|
1665
1483
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1666
1484
|
url: "/llm_analytics",
|
|
1667
1485
|
...options
|
|
1668
1486
|
});
|
|
1669
1487
|
var postLlmAnalytics = (options) => (options.client ?? client).post({
|
|
1670
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1671
1488
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1672
1489
|
url: "/llm_analytics",
|
|
1673
1490
|
...options,
|
|
@@ -1677,7 +1494,6 @@ var postLlmAnalytics = (options) => (options.client ?? client).post({
|
|
|
1677
1494
|
}
|
|
1678
1495
|
});
|
|
1679
1496
|
var patchUsersByIdResetPassword = (options) => (options.client ?? client).patch({
|
|
1680
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1681
1497
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1682
1498
|
url: "/users/{id}/reset-password",
|
|
1683
1499
|
...options,
|
|
@@ -1687,7 +1503,6 @@ var patchUsersByIdResetPassword = (options) => (options.client ?? client).patch(
|
|
|
1687
1503
|
}
|
|
1688
1504
|
});
|
|
1689
1505
|
var postDocumentsPresignedUpload = (options) => (options.client ?? client).post({
|
|
1690
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1691
1506
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1692
1507
|
url: "/documents/presigned_upload",
|
|
1693
1508
|
...options,
|
|
@@ -1697,13 +1512,11 @@ var postDocumentsPresignedUpload = (options) => (options.client ?? client).post(
|
|
|
1697
1512
|
}
|
|
1698
1513
|
});
|
|
1699
1514
|
var getMessagesSearch = (options) => (options.client ?? client).get({
|
|
1700
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1701
1515
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1702
1516
|
url: "/messages/search",
|
|
1703
1517
|
...options
|
|
1704
1518
|
});
|
|
1705
1519
|
var postExtractionDocumentsUpload = (options) => (options.client ?? client).post({
|
|
1706
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1707
1520
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1708
1521
|
url: "/extraction/documents/upload",
|
|
1709
1522
|
...options,
|
|
@@ -1713,7 +1526,6 @@ var postExtractionDocumentsUpload = (options) => (options.client ?? client).post
|
|
|
1713
1526
|
}
|
|
1714
1527
|
});
|
|
1715
1528
|
var patchExtractionResultsByIdCorrections = (options) => (options.client ?? client).patch({
|
|
1716
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1717
1529
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1718
1530
|
url: "/extraction/results/{id}/corrections",
|
|
1719
1531
|
...options,
|
|
@@ -1723,25 +1535,21 @@ var patchExtractionResultsByIdCorrections = (options) => (options.client ?? clie
|
|
|
1723
1535
|
}
|
|
1724
1536
|
});
|
|
1725
1537
|
var getExtractionResultsDocumentByDocumentId = (options) => (options.client ?? client).get({
|
|
1726
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1727
1538
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1728
1539
|
url: "/extraction/results/document/{document_id}",
|
|
1729
1540
|
...options
|
|
1730
1541
|
});
|
|
1731
1542
|
var deleteWorkspacesById = (options) => (options.client ?? client).delete({
|
|
1732
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1733
1543
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1734
1544
|
url: "/workspaces/{id}",
|
|
1735
1545
|
...options
|
|
1736
1546
|
});
|
|
1737
1547
|
var getWorkspacesById = (options) => (options.client ?? client).get({
|
|
1738
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1739
1548
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1740
1549
|
url: "/workspaces/{id}",
|
|
1741
1550
|
...options
|
|
1742
1551
|
});
|
|
1743
1552
|
var patchWorkspacesById = (options) => (options.client ?? client).patch({
|
|
1744
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1745
1553
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1746
1554
|
url: "/workspaces/{id}",
|
|
1747
1555
|
...options,
|
|
@@ -1751,19 +1559,11 @@ var patchWorkspacesById = (options) => (options.client ?? client).patch({
|
|
|
1751
1559
|
}
|
|
1752
1560
|
});
|
|
1753
1561
|
var getTenants = (options) => (options.client ?? client).get({
|
|
1754
|
-
querySerializer: {
|
|
1755
|
-
parameters: {
|
|
1756
|
-
filter: { object: { style: "form" } },
|
|
1757
|
-
page: { object: { style: "form" } },
|
|
1758
|
-
fields: { object: { style: "form" } }
|
|
1759
|
-
}
|
|
1760
|
-
},
|
|
1761
1562
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1762
1563
|
url: "/tenants",
|
|
1763
1564
|
...options
|
|
1764
1565
|
});
|
|
1765
1566
|
var postTenants = (options) => (options.client ?? client).post({
|
|
1766
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1767
1567
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1768
1568
|
url: "/tenants",
|
|
1769
1569
|
...options,
|
|
@@ -1773,7 +1573,6 @@ var postTenants = (options) => (options.client ?? client).post({
|
|
|
1773
1573
|
}
|
|
1774
1574
|
});
|
|
1775
1575
|
var postTenantsByIdRemoveStorage = (options) => (options.client ?? client).post({
|
|
1776
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1777
1576
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1778
1577
|
url: "/tenants/{id}/remove-storage",
|
|
1779
1578
|
...options,
|
|
@@ -1783,49 +1582,31 @@ var postTenantsByIdRemoveStorage = (options) => (options.client ?? client).post(
|
|
|
1783
1582
|
}
|
|
1784
1583
|
});
|
|
1785
1584
|
var getNotificationLogsById = (options) => (options.client ?? client).get({
|
|
1786
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1787
1585
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1788
1586
|
url: "/notification_logs/{id}",
|
|
1789
1587
|
...options
|
|
1790
1588
|
});
|
|
1791
1589
|
var getExtractionDocumentsByIdView = (options) => (options.client ?? client).get({
|
|
1792
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1793
1590
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1794
1591
|
url: "/extraction/documents/{id}/view",
|
|
1795
1592
|
...options
|
|
1796
1593
|
});
|
|
1797
1594
|
var getWebhookDeliveriesById = (options) => (options.client ?? client).get({
|
|
1798
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1799
1595
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1800
1596
|
url: "/webhook_deliveries/{id}",
|
|
1801
1597
|
...options
|
|
1802
1598
|
});
|
|
1803
1599
|
var getAuditLogs = (options) => (options.client ?? client).get({
|
|
1804
|
-
querySerializer: {
|
|
1805
|
-
parameters: {
|
|
1806
|
-
filter: { object: { style: "form" } },
|
|
1807
|
-
page: { object: { style: "form" } },
|
|
1808
|
-
fields: { object: { style: "form" } }
|
|
1809
|
-
}
|
|
1810
|
-
},
|
|
1811
1600
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1812
1601
|
url: "/audit-logs",
|
|
1813
1602
|
...options
|
|
1814
1603
|
});
|
|
1815
1604
|
var getAiGraphEdges = (options) => (options.client ?? client).get({
|
|
1816
|
-
querySerializer: {
|
|
1817
|
-
parameters: {
|
|
1818
|
-
filter: { object: { style: "form" } },
|
|
1819
|
-
page: { object: { style: "form" } },
|
|
1820
|
-
fields: { object: { style: "form" } }
|
|
1821
|
-
}
|
|
1822
|
-
},
|
|
1823
1605
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1824
1606
|
url: "/ai/graph/edges",
|
|
1825
1607
|
...options
|
|
1826
1608
|
});
|
|
1827
1609
|
var postAiGraphEdges = (options) => (options.client ?? client).post({
|
|
1828
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1829
1610
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1830
1611
|
url: "/ai/graph/edges",
|
|
1831
1612
|
...options,
|
|
@@ -1835,18 +1616,11 @@ var postAiGraphEdges = (options) => (options.client ?? client).post({
|
|
|
1835
1616
|
}
|
|
1836
1617
|
});
|
|
1837
1618
|
var getTrainingExamples = (options) => (options.client ?? client).get({
|
|
1838
|
-
querySerializer: {
|
|
1839
|
-
parameters: {
|
|
1840
|
-
filter: { object: { style: "form" } },
|
|
1841
|
-
fields: { object: { style: "form" } }
|
|
1842
|
-
}
|
|
1843
|
-
},
|
|
1844
1619
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1845
1620
|
url: "/training_examples",
|
|
1846
1621
|
...options
|
|
1847
1622
|
});
|
|
1848
1623
|
var postTrainingExamples = (options) => (options.client ?? client).post({
|
|
1849
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1850
1624
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1851
1625
|
url: "/training_examples",
|
|
1852
1626
|
...options,
|
|
@@ -1856,7 +1630,6 @@ var postTrainingExamples = (options) => (options.client ?? client).post({
|
|
|
1856
1630
|
}
|
|
1857
1631
|
});
|
|
1858
1632
|
var getWorkspacesByWorkspaceIdExtractionExportsById = (options) => (options.client ?? client).get({
|
|
1859
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1860
1633
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1861
1634
|
url: "/workspaces/{workspace_id}/extraction/exports/{id}",
|
|
1862
1635
|
...options
|
|
@@ -1867,19 +1640,11 @@ var getAgentsByIdTrainingStats = (options) => (options.client ?? client).get({
|
|
|
1867
1640
|
...options
|
|
1868
1641
|
});
|
|
1869
1642
|
var getBuckets = (options) => (options.client ?? client).get({
|
|
1870
|
-
querySerializer: {
|
|
1871
|
-
parameters: {
|
|
1872
|
-
filter: { object: { style: "form" } },
|
|
1873
|
-
page: { object: { style: "form" } },
|
|
1874
|
-
fields: { object: { style: "form" } }
|
|
1875
|
-
}
|
|
1876
|
-
},
|
|
1877
1643
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1878
1644
|
url: "/buckets",
|
|
1879
1645
|
...options
|
|
1880
1646
|
});
|
|
1881
1647
|
var postBuckets = (options) => (options.client ?? client).post({
|
|
1882
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1883
1648
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1884
1649
|
url: "/buckets",
|
|
1885
1650
|
...options,
|
|
@@ -1889,19 +1654,16 @@ var postBuckets = (options) => (options.client ?? client).post({
|
|
|
1889
1654
|
}
|
|
1890
1655
|
});
|
|
1891
1656
|
var getPlansById = (options) => (options.client ?? client).get({
|
|
1892
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1893
1657
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1894
1658
|
url: "/plans/{id}",
|
|
1895
1659
|
...options
|
|
1896
1660
|
});
|
|
1897
1661
|
var getTenantsByTenantIdStats = (options) => (options.client ?? client).get({
|
|
1898
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1899
1662
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1900
1663
|
url: "/tenants/{tenant_id}/stats",
|
|
1901
1664
|
...options
|
|
1902
1665
|
});
|
|
1903
1666
|
var patchWalletAddons = (options) => (options.client ?? client).patch({
|
|
1904
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1905
1667
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1906
1668
|
url: "/wallet/addons",
|
|
1907
1669
|
...options,
|
|
@@ -1911,7 +1673,6 @@ var patchWalletAddons = (options) => (options.client ?? client).patch({
|
|
|
1911
1673
|
}
|
|
1912
1674
|
});
|
|
1913
1675
|
var postUsersAuthMagicLinkLogin = (options) => (options.client ?? client).post({
|
|
1914
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1915
1676
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1916
1677
|
url: "/users/auth/magic_link/login",
|
|
1917
1678
|
...options,
|
|
@@ -1921,19 +1682,11 @@ var postUsersAuthMagicLinkLogin = (options) => (options.client ?? client).post({
|
|
|
1921
1682
|
}
|
|
1922
1683
|
});
|
|
1923
1684
|
var getApiKeys = (options) => (options.client ?? client).get({
|
|
1924
|
-
querySerializer: {
|
|
1925
|
-
parameters: {
|
|
1926
|
-
filter: { object: { style: "form" } },
|
|
1927
|
-
page: { object: { style: "form" } },
|
|
1928
|
-
fields: { object: { style: "form" } }
|
|
1929
|
-
}
|
|
1930
|
-
},
|
|
1931
1685
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1932
1686
|
url: "/api_keys",
|
|
1933
1687
|
...options
|
|
1934
1688
|
});
|
|
1935
1689
|
var postApiKeys = (options) => (options.client ?? client).post({
|
|
1936
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1937
1690
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1938
1691
|
url: "/api_keys",
|
|
1939
1692
|
...options,
|
|
@@ -1943,7 +1696,6 @@ var postApiKeys = (options) => (options.client ?? client).post({
|
|
|
1943
1696
|
}
|
|
1944
1697
|
});
|
|
1945
1698
|
var patchUsersByIdAdmin = (options) => (options.client ?? client).patch({
|
|
1946
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1947
1699
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1948
1700
|
url: "/users/{id}/admin",
|
|
1949
1701
|
...options,
|
|
@@ -1953,19 +1705,16 @@ var patchUsersByIdAdmin = (options) => (options.client ?? client).patch({
|
|
|
1953
1705
|
}
|
|
1954
1706
|
});
|
|
1955
1707
|
var deleteAgentsById = (options) => (options.client ?? client).delete({
|
|
1956
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1957
1708
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1958
1709
|
url: "/agents/{id}",
|
|
1959
1710
|
...options
|
|
1960
1711
|
});
|
|
1961
1712
|
var getAgentsById = (options) => (options.client ?? client).get({
|
|
1962
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1963
1713
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1964
1714
|
url: "/agents/{id}",
|
|
1965
1715
|
...options
|
|
1966
1716
|
});
|
|
1967
1717
|
var patchAgentsById = (options) => (options.client ?? client).patch({
|
|
1968
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1969
1718
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1970
1719
|
url: "/agents/{id}",
|
|
1971
1720
|
...options,
|
|
@@ -1975,19 +1724,16 @@ var patchAgentsById = (options) => (options.client ?? client).patch({
|
|
|
1975
1724
|
}
|
|
1976
1725
|
});
|
|
1977
1726
|
var deleteApiKeysById = (options) => (options.client ?? client).delete({
|
|
1978
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1979
1727
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1980
1728
|
url: "/api_keys/{id}",
|
|
1981
1729
|
...options
|
|
1982
1730
|
});
|
|
1983
1731
|
var getApiKeysById = (options) => (options.client ?? client).get({
|
|
1984
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1985
1732
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1986
1733
|
url: "/api_keys/{id}",
|
|
1987
1734
|
...options
|
|
1988
1735
|
});
|
|
1989
1736
|
var patchApiKeysById = (options) => (options.client ?? client).patch({
|
|
1990
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1991
1737
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1992
1738
|
url: "/api_keys/{id}",
|
|
1993
1739
|
...options,
|
|
@@ -1997,19 +1743,11 @@ var patchApiKeysById = (options) => (options.client ?? client).patch({
|
|
|
1997
1743
|
}
|
|
1998
1744
|
});
|
|
1999
1745
|
var getAiConversations = (options) => (options.client ?? client).get({
|
|
2000
|
-
querySerializer: {
|
|
2001
|
-
parameters: {
|
|
2002
|
-
filter: { object: { style: "form" } },
|
|
2003
|
-
page: { object: { style: "form" } },
|
|
2004
|
-
fields: { object: { style: "form" } }
|
|
2005
|
-
}
|
|
2006
|
-
},
|
|
2007
1746
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2008
1747
|
url: "/ai/conversations",
|
|
2009
1748
|
...options
|
|
2010
1749
|
});
|
|
2011
1750
|
var postAiConversations = (options) => (options.client ?? client).post({
|
|
2012
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2013
1751
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2014
1752
|
url: "/ai/conversations",
|
|
2015
1753
|
...options,
|
|
@@ -2019,7 +1757,6 @@ var postAiConversations = (options) => (options.client ?? client).post({
|
|
|
2019
1757
|
}
|
|
2020
1758
|
});
|
|
2021
1759
|
var postAgentsByIdLearnFromDocument = (options) => (options.client ?? client).post({
|
|
2022
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2023
1760
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2024
1761
|
url: "/agents/{id}/learn_from_document",
|
|
2025
1762
|
...options,
|
|
@@ -2029,7 +1766,6 @@ var postAgentsByIdLearnFromDocument = (options) => (options.client ?? client).po
|
|
|
2029
1766
|
}
|
|
2030
1767
|
});
|
|
2031
1768
|
var postAiSearch = (options) => (options.client ?? client).post({
|
|
2032
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2033
1769
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2034
1770
|
url: "/ai/search",
|
|
2035
1771
|
...options,
|
|
@@ -2039,13 +1775,11 @@ var postAiSearch = (options) => (options.client ?? client).post({
|
|
|
2039
1775
|
}
|
|
2040
1776
|
});
|
|
2041
1777
|
var deleteAiGraphNodesById = (options) => (options.client ?? client).delete({
|
|
2042
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2043
1778
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2044
1779
|
url: "/ai/graph/nodes/{id}",
|
|
2045
1780
|
...options
|
|
2046
1781
|
});
|
|
2047
1782
|
var patchWalletAddonsByAddonSlugCancel = (options) => (options.client ?? client).patch({
|
|
2048
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2049
1783
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2050
1784
|
url: "/wallet/addons/{addon_slug}/cancel",
|
|
2051
1785
|
...options,
|
|
@@ -2055,19 +1789,16 @@ var patchWalletAddonsByAddonSlugCancel = (options) => (options.client ?? client)
|
|
|
2055
1789
|
}
|
|
2056
1790
|
});
|
|
2057
1791
|
var deleteApplicationsById = (options) => (options.client ?? client).delete({
|
|
2058
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2059
1792
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2060
1793
|
url: "/applications/{id}",
|
|
2061
1794
|
...options
|
|
2062
1795
|
});
|
|
2063
1796
|
var getApplicationsById = (options) => (options.client ?? client).get({
|
|
2064
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2065
1797
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2066
1798
|
url: "/applications/{id}",
|
|
2067
1799
|
...options
|
|
2068
1800
|
});
|
|
2069
1801
|
var patchApplicationsById = (options) => (options.client ?? client).patch({
|
|
2070
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2071
1802
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2072
1803
|
url: "/applications/{id}",
|
|
2073
1804
|
...options,
|
|
@@ -2077,41 +1808,21 @@ var patchApplicationsById = (options) => (options.client ?? client).patch({
|
|
|
2077
1808
|
}
|
|
2078
1809
|
});
|
|
2079
1810
|
var getSearchHealth = (options) => (options.client ?? client).get({
|
|
2080
|
-
querySerializer: {
|
|
2081
|
-
parameters: {
|
|
2082
|
-
filter: { object: { style: "form" } },
|
|
2083
|
-
fields: { object: { style: "form" } }
|
|
2084
|
-
}
|
|
2085
|
-
},
|
|
2086
1811
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2087
1812
|
url: "/search/health",
|
|
2088
1813
|
...options
|
|
2089
1814
|
});
|
|
2090
1815
|
var getTransactions = (options) => (options.client ?? client).get({
|
|
2091
|
-
querySerializer: {
|
|
2092
|
-
parameters: {
|
|
2093
|
-
filter: { object: { style: "form" } },
|
|
2094
|
-
fields: { object: { style: "form" } }
|
|
2095
|
-
}
|
|
2096
|
-
},
|
|
2097
1816
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2098
1817
|
url: "/transactions",
|
|
2099
1818
|
...options
|
|
2100
1819
|
});
|
|
2101
1820
|
var getUserProfiles = (options) => (options.client ?? client).get({
|
|
2102
|
-
querySerializer: {
|
|
2103
|
-
parameters: {
|
|
2104
|
-
filter: { object: { style: "form" } },
|
|
2105
|
-
page: { object: { style: "form" } },
|
|
2106
|
-
fields: { object: { style: "form" } }
|
|
2107
|
-
}
|
|
2108
|
-
},
|
|
2109
1821
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2110
1822
|
url: "/user_profiles",
|
|
2111
1823
|
...options
|
|
2112
1824
|
});
|
|
2113
1825
|
var postUserProfiles = (options) => (options.client ?? client).post({
|
|
2114
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2115
1826
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2116
1827
|
url: "/user_profiles",
|
|
2117
1828
|
...options,
|
|
@@ -2121,7 +1832,6 @@ var postUserProfiles = (options) => (options.client ?? client).post({
|
|
|
2121
1832
|
}
|
|
2122
1833
|
});
|
|
2123
1834
|
var patchUsersByIdConfirmEmail = (options) => (options.client ?? client).patch({
|
|
2124
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2125
1835
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2126
1836
|
url: "/users/{id}/confirm-email",
|
|
2127
1837
|
...options,
|
|
@@ -2131,13 +1841,11 @@ var patchUsersByIdConfirmEmail = (options) => (options.client ?? client).patch({
|
|
|
2131
1841
|
}
|
|
2132
1842
|
});
|
|
2133
1843
|
var getThreadsSearch = (options) => (options.client ?? client).get({
|
|
2134
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2135
1844
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2136
1845
|
url: "/threads/search",
|
|
2137
1846
|
...options
|
|
2138
1847
|
});
|
|
2139
1848
|
var patchWalletPlan = (options) => (options.client ?? client).patch({
|
|
2140
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2141
1849
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2142
1850
|
url: "/wallet/plan",
|
|
2143
1851
|
...options,
|
|
@@ -2147,31 +1855,21 @@ var patchWalletPlan = (options) => (options.client ?? client).patch({
|
|
|
2147
1855
|
}
|
|
2148
1856
|
});
|
|
2149
1857
|
var getPlansSlugBySlug = (options) => (options.client ?? client).get({
|
|
2150
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2151
1858
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2152
1859
|
url: "/plans/slug/{slug}",
|
|
2153
1860
|
...options
|
|
2154
1861
|
});
|
|
2155
1862
|
var getLlmAnalyticsById = (options) => (options.client ?? client).get({
|
|
2156
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2157
1863
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2158
1864
|
url: "/llm_analytics/{id}",
|
|
2159
1865
|
...options
|
|
2160
1866
|
});
|
|
2161
1867
|
var getExtractionSchemaFields = (options) => (options.client ?? client).get({
|
|
2162
|
-
querySerializer: {
|
|
2163
|
-
parameters: {
|
|
2164
|
-
filter: { object: { style: "form" } },
|
|
2165
|
-
page: { object: { style: "form" } },
|
|
2166
|
-
fields: { object: { style: "form" } }
|
|
2167
|
-
}
|
|
2168
|
-
},
|
|
2169
1868
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2170
1869
|
url: "/extraction/schema-fields",
|
|
2171
1870
|
...options
|
|
2172
1871
|
});
|
|
2173
1872
|
var postExtractionSchemaFields = (options) => (options.client ?? client).post({
|
|
2174
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2175
1873
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2176
1874
|
url: "/extraction/schema-fields",
|
|
2177
1875
|
...options,
|
|
@@ -2181,7 +1879,6 @@ var postExtractionSchemaFields = (options) => (options.client ?? client).post({
|
|
|
2181
1879
|
}
|
|
2182
1880
|
});
|
|
2183
1881
|
var patchApplicationsByIdGrantCredits = (options) => (options.client ?? client).patch({
|
|
2184
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2185
1882
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2186
1883
|
url: "/applications/{id}/grant-credits",
|
|
2187
1884
|
...options,
|
|
@@ -2191,29 +1888,16 @@ var patchApplicationsByIdGrantCredits = (options) => (options.client ?? client).
|
|
|
2191
1888
|
}
|
|
2192
1889
|
});
|
|
2193
1890
|
var getSearchStatus = (options) => (options.client ?? client).get({
|
|
2194
|
-
querySerializer: {
|
|
2195
|
-
parameters: {
|
|
2196
|
-
filter: { object: { style: "form" } },
|
|
2197
|
-
fields: { object: { style: "form" } }
|
|
2198
|
-
}
|
|
2199
|
-
},
|
|
2200
1891
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2201
1892
|
url: "/search/status",
|
|
2202
1893
|
...options
|
|
2203
1894
|
});
|
|
2204
1895
|
var getTenantsByTenantIdWorkspaceStats = (options) => (options.client ?? client).get({
|
|
2205
|
-
querySerializer: {
|
|
2206
|
-
parameters: {
|
|
2207
|
-
filter: { object: { style: "form" } },
|
|
2208
|
-
fields: { object: { style: "form" } }
|
|
2209
|
-
}
|
|
2210
|
-
},
|
|
2211
1896
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2212
1897
|
url: "/tenants/{tenant_id}/workspace_stats",
|
|
2213
1898
|
...options
|
|
2214
1899
|
});
|
|
2215
1900
|
var patchApiKeysByIdAllocate = (options) => (options.client ?? client).patch({
|
|
2216
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2217
1901
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2218
1902
|
url: "/api_keys/{id}/allocate",
|
|
2219
1903
|
...options,
|
|
@@ -2223,7 +1907,6 @@ var patchApiKeysByIdAllocate = (options) => (options.client ?? client).patch({
|
|
|
2223
1907
|
}
|
|
2224
1908
|
});
|
|
2225
1909
|
var postUsersAuthLogin = (options) => (options.client ?? client).post({
|
|
2226
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2227
1910
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2228
1911
|
url: "/users/auth/login",
|
|
2229
1912
|
...options,
|
|
@@ -2233,7 +1916,6 @@ var postUsersAuthLogin = (options) => (options.client ?? client).post({
|
|
|
2233
1916
|
}
|
|
2234
1917
|
});
|
|
2235
1918
|
var postAiEmbed = (options) => (options.client ?? client).post({
|
|
2236
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2237
1919
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2238
1920
|
url: "/ai/embed",
|
|
2239
1921
|
...options,
|
|
@@ -2243,18 +1925,11 @@ var postAiEmbed = (options) => (options.client ?? client).post({
|
|
|
2243
1925
|
}
|
|
2244
1926
|
});
|
|
2245
1927
|
var getWorkspacesMine = (options) => (options.client ?? client).get({
|
|
2246
|
-
querySerializer: {
|
|
2247
|
-
parameters: {
|
|
2248
|
-
filter: { object: { style: "form" } },
|
|
2249
|
-
fields: { object: { style: "form" } }
|
|
2250
|
-
}
|
|
2251
|
-
},
|
|
2252
1928
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2253
1929
|
url: "/workspaces/mine",
|
|
2254
1930
|
...options
|
|
2255
1931
|
});
|
|
2256
1932
|
var postTenantsIsv = (options) => (options.client ?? client).post({
|
|
2257
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2258
1933
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2259
1934
|
url: "/tenants/isv",
|
|
2260
1935
|
...options,
|
|
@@ -2264,7 +1939,6 @@ var postTenantsIsv = (options) => (options.client ?? client).post({
|
|
|
2264
1939
|
}
|
|
2265
1940
|
});
|
|
2266
1941
|
var postSearchReindex = (options) => (options.client ?? client).post({
|
|
2267
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2268
1942
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2269
1943
|
url: "/search/reindex",
|
|
2270
1944
|
...options,
|
|
@@ -2274,7 +1948,6 @@ var postSearchReindex = (options) => (options.client ?? client).post({
|
|
|
2274
1948
|
}
|
|
2275
1949
|
});
|
|
2276
1950
|
var patchExtractionResultsByIdRegenerate = (options) => (options.client ?? client).patch({
|
|
2277
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2278
1951
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2279
1952
|
url: "/extraction/results/{id}/regenerate",
|
|
2280
1953
|
...options,
|
|
@@ -2284,7 +1957,6 @@ var patchExtractionResultsByIdRegenerate = (options) => (options.client ?? clien
|
|
|
2284
1957
|
}
|
|
2285
1958
|
});
|
|
2286
1959
|
var postUsersAuthConfirm = (options) => (options.client ?? client).post({
|
|
2287
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2288
1960
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2289
1961
|
url: "/users/auth/confirm",
|
|
2290
1962
|
...options,
|
|
@@ -2294,7 +1966,6 @@ var postUsersAuthConfirm = (options) => (options.client ?? client).post({
|
|
|
2294
1966
|
}
|
|
2295
1967
|
});
|
|
2296
1968
|
var postExtractionSchemas = (options) => (options.client ?? client).post({
|
|
2297
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2298
1969
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2299
1970
|
url: "/extraction/schemas",
|
|
2300
1971
|
...options,
|
|
@@ -2304,18 +1975,11 @@ var postExtractionSchemas = (options) => (options.client ?? client).post({
|
|
|
2304
1975
|
}
|
|
2305
1976
|
});
|
|
2306
1977
|
var getStorageStats = (options) => (options.client ?? client).get({
|
|
2307
|
-
querySerializer: {
|
|
2308
|
-
parameters: {
|
|
2309
|
-
filter: { object: { style: "form" } },
|
|
2310
|
-
fields: { object: { style: "form" } }
|
|
2311
|
-
}
|
|
2312
|
-
},
|
|
2313
1978
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2314
1979
|
url: "/storage/stats",
|
|
2315
1980
|
...options
|
|
2316
1981
|
});
|
|
2317
1982
|
var postTenantsByIdBuyStorage = (options) => (options.client ?? client).post({
|
|
2318
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2319
1983
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2320
1984
|
url: "/tenants/{id}/buy-storage",
|
|
2321
1985
|
...options,
|
|
@@ -2325,19 +1989,11 @@ var postTenantsByIdBuyStorage = (options) => (options.client ?? client).post({
|
|
|
2325
1989
|
}
|
|
2326
1990
|
});
|
|
2327
1991
|
var getWorkspaceMemberships = (options) => (options.client ?? client).get({
|
|
2328
|
-
querySerializer: {
|
|
2329
|
-
parameters: {
|
|
2330
|
-
filter: { object: { style: "form" } },
|
|
2331
|
-
page: { object: { style: "form" } },
|
|
2332
|
-
fields: { object: { style: "form" } }
|
|
2333
|
-
}
|
|
2334
|
-
},
|
|
2335
1992
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2336
1993
|
url: "/workspace-memberships",
|
|
2337
1994
|
...options
|
|
2338
1995
|
});
|
|
2339
1996
|
var postWorkspaceMemberships = (options) => (options.client ?? client).post({
|
|
2340
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2341
1997
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2342
1998
|
url: "/workspace-memberships",
|
|
2343
1999
|
...options,
|
|
@@ -2347,13 +2003,11 @@ var postWorkspaceMemberships = (options) => (options.client ?? client).post({
|
|
|
2347
2003
|
}
|
|
2348
2004
|
});
|
|
2349
2005
|
var getTenantsByTenantIdDocumentStats = (options) => (options.client ?? client).get({
|
|
2350
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2351
2006
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2352
2007
|
url: "/tenants/{tenant_id}/document_stats",
|
|
2353
2008
|
...options
|
|
2354
2009
|
});
|
|
2355
2010
|
var postUsersAuthMagicLinkRequest = (options) => (options.client ?? client).post({
|
|
2356
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2357
2011
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2358
2012
|
url: "/users/auth/magic_link/request",
|
|
2359
2013
|
...options,
|
|
@@ -2363,7 +2017,6 @@ var postUsersAuthMagicLinkRequest = (options) => (options.client ?? client).post
|
|
|
2363
2017
|
}
|
|
2364
2018
|
});
|
|
2365
2019
|
var postUsersAuthRegister = (options) => (options.client ?? client).post({
|
|
2366
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2367
2020
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2368
2021
|
url: "/users/auth/register",
|
|
2369
2022
|
...options,
|
|
@@ -2382,19 +2035,16 @@ var postTrainingExamplesBulk = (options) => (options.client ?? client).post({
|
|
|
2382
2035
|
}
|
|
2383
2036
|
});
|
|
2384
2037
|
var deleteBucketsById = (options) => (options.client ?? client).delete({
|
|
2385
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2386
2038
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2387
2039
|
url: "/buckets/{id}",
|
|
2388
2040
|
...options
|
|
2389
2041
|
});
|
|
2390
2042
|
var getBucketsById = (options) => (options.client ?? client).get({
|
|
2391
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2392
2043
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2393
2044
|
url: "/buckets/{id}",
|
|
2394
2045
|
...options
|
|
2395
2046
|
});
|
|
2396
2047
|
var patchBucketsById = (options) => (options.client ?? client).patch({
|
|
2397
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2398
2048
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2399
2049
|
url: "/buckets/{id}",
|
|
2400
2050
|
...options,
|
|
@@ -2404,18 +2054,11 @@ var patchBucketsById = (options) => (options.client ?? client).patch({
|
|
|
2404
2054
|
}
|
|
2405
2055
|
});
|
|
2406
2056
|
var getExtractionDocumentsWorkspaceByWorkspaceId = (options) => (options.client ?? client).get({
|
|
2407
|
-
querySerializer: {
|
|
2408
|
-
parameters: {
|
|
2409
|
-
filter: { object: { style: "form" } },
|
|
2410
|
-
fields: { object: { style: "form" } }
|
|
2411
|
-
}
|
|
2412
|
-
},
|
|
2413
2057
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2414
2058
|
url: "/extraction/documents/workspace/{workspace_id}",
|
|
2415
2059
|
...options
|
|
2416
2060
|
});
|
|
2417
2061
|
var postExtractionDocumentsBeginUpload = (options) => (options.client ?? client).post({
|
|
2418
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2419
2062
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2420
2063
|
url: "/extraction/documents/begin_upload",
|
|
2421
2064
|
...options,
|
|
@@ -2425,25 +2068,21 @@ var postExtractionDocumentsBeginUpload = (options) => (options.client ?? client)
|
|
|
2425
2068
|
}
|
|
2426
2069
|
});
|
|
2427
2070
|
var deleteAiGraphEdgesById = (options) => (options.client ?? client).delete({
|
|
2428
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2429
2071
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2430
2072
|
url: "/ai/graph/edges/{id}",
|
|
2431
2073
|
...options
|
|
2432
2074
|
});
|
|
2433
2075
|
var deleteTenantsById = (options) => (options.client ?? client).delete({
|
|
2434
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2435
2076
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2436
2077
|
url: "/tenants/{id}",
|
|
2437
2078
|
...options
|
|
2438
2079
|
});
|
|
2439
2080
|
var getTenantsById = (options) => (options.client ?? client).get({
|
|
2440
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2441
2081
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2442
2082
|
url: "/tenants/{id}",
|
|
2443
2083
|
...options
|
|
2444
2084
|
});
|
|
2445
2085
|
var patchTenantsById = (options) => (options.client ?? client).patch({
|
|
2446
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2447
2086
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2448
2087
|
url: "/tenants/{id}",
|
|
2449
2088
|
...options,
|
|
@@ -2453,25 +2092,25 @@ var patchTenantsById = (options) => (options.client ?? client).patch({
|
|
|
2453
2092
|
}
|
|
2454
2093
|
});
|
|
2455
2094
|
var getPlans = (options) => (options.client ?? client).get({
|
|
2456
|
-
querySerializer: {
|
|
2457
|
-
parameters: {
|
|
2458
|
-
filter: { object: { style: "form" } },
|
|
2459
|
-
page: { object: { style: "form" } },
|
|
2460
|
-
fields: { object: { style: "form" } }
|
|
2461
|
-
}
|
|
2462
|
-
},
|
|
2463
2095
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2464
2096
|
url: "/plans",
|
|
2465
2097
|
...options
|
|
2466
2098
|
});
|
|
2099
|
+
var patchExtractionSchemasByIdFields = (options) => (options.client ?? client).patch({
|
|
2100
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
2101
|
+
url: "/extraction/schemas/{id}/fields",
|
|
2102
|
+
...options,
|
|
2103
|
+
headers: {
|
|
2104
|
+
"Content-Type": "application/vnd.api+json",
|
|
2105
|
+
...options.headers
|
|
2106
|
+
}
|
|
2107
|
+
});
|
|
2467
2108
|
var getExtractionSchemasById = (options) => (options.client ?? client).get({
|
|
2468
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2469
2109
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2470
2110
|
url: "/extraction/schemas/{id}",
|
|
2471
2111
|
...options
|
|
2472
2112
|
});
|
|
2473
2113
|
var patchExtractionSchemasById = (options) => (options.client ?? client).patch({
|
|
2474
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2475
2114
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2476
2115
|
url: "/extraction/schemas/{id}",
|
|
2477
2116
|
...options,
|
|
@@ -2481,7 +2120,6 @@ var patchExtractionSchemasById = (options) => (options.client ?? client).patch({
|
|
|
2481
2120
|
}
|
|
2482
2121
|
});
|
|
2483
2122
|
var postAgentsByIdTest = (options) => (options.client ?? client).post({
|
|
2484
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2485
2123
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2486
2124
|
url: "/agents/{id}/test",
|
|
2487
2125
|
...options,
|
|
@@ -2491,24 +2129,16 @@ var postAgentsByIdTest = (options) => (options.client ?? client).post({
|
|
|
2491
2129
|
}
|
|
2492
2130
|
});
|
|
2493
2131
|
var getExtractionDocuments = (options) => (options.client ?? client).get({
|
|
2494
|
-
querySerializer: {
|
|
2495
|
-
parameters: {
|
|
2496
|
-
filter: { object: { style: "form" } },
|
|
2497
|
-
fields: { object: { style: "form" } }
|
|
2498
|
-
}
|
|
2499
|
-
},
|
|
2500
2132
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2501
2133
|
url: "/extraction/documents",
|
|
2502
2134
|
...options
|
|
2503
2135
|
});
|
|
2504
2136
|
var deleteTenantMembershipsByTenantIdByUserId = (options) => (options.client ?? client).delete({
|
|
2505
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2506
2137
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2507
2138
|
url: "/tenant-memberships/{tenant_id}/{user_id}",
|
|
2508
2139
|
...options
|
|
2509
2140
|
});
|
|
2510
2141
|
var patchTenantMembershipsByTenantIdByUserId = (options) => (options.client ?? client).patch({
|
|
2511
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2512
2142
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2513
2143
|
url: "/tenant-memberships/{tenant_id}/{user_id}",
|
|
2514
2144
|
...options,
|
|
@@ -2518,7 +2148,6 @@ var patchTenantMembershipsByTenantIdByUserId = (options) => (options.client ?? c
|
|
|
2518
2148
|
}
|
|
2519
2149
|
});
|
|
2520
2150
|
var patchWebhookConfigsByIdRotateSecret = (options) => (options.client ?? client).patch({
|
|
2521
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2522
2151
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2523
2152
|
url: "/webhook_configs/{id}/rotate_secret",
|
|
2524
2153
|
...options,
|
|
@@ -2528,18 +2157,11 @@ var patchWebhookConfigsByIdRotateSecret = (options) => (options.client ?? client
|
|
|
2528
2157
|
}
|
|
2529
2158
|
});
|
|
2530
2159
|
var getFieldTemplates = (options) => (options.client ?? client).get({
|
|
2531
|
-
querySerializer: {
|
|
2532
|
-
parameters: {
|
|
2533
|
-
filter: { object: { style: "form" } },
|
|
2534
|
-
fields: { object: { style: "form" } }
|
|
2535
|
-
}
|
|
2536
|
-
},
|
|
2537
2160
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2538
2161
|
url: "/field_templates",
|
|
2539
2162
|
...options
|
|
2540
2163
|
});
|
|
2541
2164
|
var postFieldTemplates = (options) => (options.client ?? client).post({
|
|
2542
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2543
2165
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2544
2166
|
url: "/field_templates",
|
|
2545
2167
|
...options,
|
|
@@ -2549,19 +2171,11 @@ var postFieldTemplates = (options) => (options.client ?? client).post({
|
|
|
2549
2171
|
}
|
|
2550
2172
|
});
|
|
2551
2173
|
var getAiMessages = (options) => (options.client ?? client).get({
|
|
2552
|
-
querySerializer: {
|
|
2553
|
-
parameters: {
|
|
2554
|
-
filter: { object: { style: "form" } },
|
|
2555
|
-
page: { object: { style: "form" } },
|
|
2556
|
-
fields: { object: { style: "form" } }
|
|
2557
|
-
}
|
|
2558
|
-
},
|
|
2559
2174
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2560
2175
|
url: "/ai/messages",
|
|
2561
2176
|
...options
|
|
2562
2177
|
});
|
|
2563
2178
|
var postAiMessages = (options) => (options.client ?? client).post({
|
|
2564
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2565
2179
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2566
2180
|
url: "/ai/messages",
|
|
2567
2181
|
...options,
|
|
@@ -2571,7 +2185,6 @@ var postAiMessages = (options) => (options.client ?? client).post({
|
|
|
2571
2185
|
}
|
|
2572
2186
|
});
|
|
2573
2187
|
var postStorageSignUpload = (options) => (options.client ?? client).post({
|
|
2574
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2575
2188
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2576
2189
|
url: "/storage/sign_upload",
|
|
2577
2190
|
...options,
|
|
@@ -2581,7 +2194,6 @@ var postStorageSignUpload = (options) => (options.client ?? client).post({
|
|
|
2581
2194
|
}
|
|
2582
2195
|
});
|
|
2583
2196
|
var postWebhookDeliveriesByIdRetry = (options) => (options.client ?? client).post({
|
|
2584
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2585
2197
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2586
2198
|
url: "/webhook_deliveries/{id}/retry",
|
|
2587
2199
|
...options,
|
|
@@ -2591,19 +2203,11 @@ var postWebhookDeliveriesByIdRetry = (options) => (options.client ?? client).pos
|
|
|
2591
2203
|
}
|
|
2592
2204
|
});
|
|
2593
2205
|
var getNotificationMethods = (options) => (options.client ?? client).get({
|
|
2594
|
-
querySerializer: {
|
|
2595
|
-
parameters: {
|
|
2596
|
-
filter: { object: { style: "form" } },
|
|
2597
|
-
page: { object: { style: "form" } },
|
|
2598
|
-
fields: { object: { style: "form" } }
|
|
2599
|
-
}
|
|
2600
|
-
},
|
|
2601
2206
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2602
2207
|
url: "/notification_methods",
|
|
2603
2208
|
...options
|
|
2604
2209
|
});
|
|
2605
2210
|
var postNotificationMethods = (options) => (options.client ?? client).post({
|
|
2606
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2607
2211
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2608
2212
|
url: "/notification_methods",
|
|
2609
2213
|
...options,
|
|
@@ -2613,7 +2217,6 @@ var postNotificationMethods = (options) => (options.client ?? client).post({
|
|
|
2613
2217
|
}
|
|
2614
2218
|
});
|
|
2615
2219
|
var postThreadsByIdSummarize = (options) => (options.client ?? client).post({
|
|
2616
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2617
2220
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2618
2221
|
url: "/threads/{id}/summarize",
|
|
2619
2222
|
...options,
|
|
@@ -2623,7 +2226,6 @@ var postThreadsByIdSummarize = (options) => (options.client ?? client).post({
|
|
|
2623
2226
|
}
|
|
2624
2227
|
});
|
|
2625
2228
|
var patchConfigsByKey = (options) => (options.client ?? client).patch({
|
|
2626
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2627
2229
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2628
2230
|
url: "/configs/{key}",
|
|
2629
2231
|
...options,
|
|
@@ -2633,7 +2235,6 @@ var patchConfigsByKey = (options) => (options.client ?? client).patch({
|
|
|
2633
2235
|
}
|
|
2634
2236
|
});
|
|
2635
2237
|
var patchApiKeysByIdRotate = (options) => (options.client ?? client).patch({
|
|
2636
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2637
2238
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2638
2239
|
url: "/api_keys/{id}/rotate",
|
|
2639
2240
|
...options,
|
|
@@ -2643,7 +2244,6 @@ var patchApiKeysByIdRotate = (options) => (options.client ?? client).patch({
|
|
|
2643
2244
|
}
|
|
2644
2245
|
});
|
|
2645
2246
|
var postExtractionResults = (options) => (options.client ?? client).post({
|
|
2646
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2647
2247
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2648
2248
|
url: "/extraction/results",
|
|
2649
2249
|
...options,
|
|
@@ -2653,7 +2253,6 @@ var postExtractionResults = (options) => (options.client ?? client).post({
|
|
|
2653
2253
|
}
|
|
2654
2254
|
});
|
|
2655
2255
|
var postAgentsByIdClone = (options) => (options.client ?? client).post({
|
|
2656
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2657
2256
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2658
2257
|
url: "/agents/{id}/clone",
|
|
2659
2258
|
...options,
|
|
@@ -2663,19 +2262,16 @@ var postAgentsByIdClone = (options) => (options.client ?? client).post({
|
|
|
2663
2262
|
}
|
|
2664
2263
|
});
|
|
2665
2264
|
var deleteAiConversationsById = (options) => (options.client ?? client).delete({
|
|
2666
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2667
2265
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2668
2266
|
url: "/ai/conversations/{id}",
|
|
2669
2267
|
...options
|
|
2670
2268
|
});
|
|
2671
2269
|
var getAiConversationsById = (options) => (options.client ?? client).get({
|
|
2672
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2673
2270
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2674
2271
|
url: "/ai/conversations/{id}",
|
|
2675
2272
|
...options
|
|
2676
2273
|
});
|
|
2677
2274
|
var postExtractionSchemasBulkCreate = (options) => (options.client ?? client).post({
|
|
2678
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2679
2275
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2680
2276
|
url: "/extraction/schemas/bulk_create",
|
|
2681
2277
|
...options,
|
|
@@ -2685,19 +2281,16 @@ var postExtractionSchemasBulkCreate = (options) => (options.client ?? client).po
|
|
|
2685
2281
|
}
|
|
2686
2282
|
});
|
|
2687
2283
|
var deleteUserProfilesById = (options) => (options.client ?? client).delete({
|
|
2688
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2689
2284
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2690
2285
|
url: "/user_profiles/{id}",
|
|
2691
2286
|
...options
|
|
2692
2287
|
});
|
|
2693
2288
|
var getUserProfilesById = (options) => (options.client ?? client).get({
|
|
2694
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2695
2289
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2696
2290
|
url: "/user_profiles/{id}",
|
|
2697
2291
|
...options
|
|
2698
2292
|
});
|
|
2699
2293
|
var patchUserProfilesById = (options) => (options.client ?? client).patch({
|
|
2700
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2701
2294
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2702
2295
|
url: "/user_profiles/{id}",
|
|
2703
2296
|
...options,
|
|
@@ -2707,31 +2300,21 @@ var patchUserProfilesById = (options) => (options.client ?? client).patch({
|
|
|
2707
2300
|
}
|
|
2708
2301
|
});
|
|
2709
2302
|
var deleteObjectsById = (options) => (options.client ?? client).delete({
|
|
2710
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2711
2303
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2712
2304
|
url: "/objects/{id}",
|
|
2713
2305
|
...options
|
|
2714
2306
|
});
|
|
2715
2307
|
var getObjectsById = (options) => (options.client ?? client).get({
|
|
2716
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2717
2308
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2718
2309
|
url: "/objects/{id}",
|
|
2719
2310
|
...options
|
|
2720
2311
|
});
|
|
2721
2312
|
var getWebhookConfigs = (options) => (options.client ?? client).get({
|
|
2722
|
-
querySerializer: {
|
|
2723
|
-
parameters: {
|
|
2724
|
-
filter: { object: { style: "form" } },
|
|
2725
|
-
page: { object: { style: "form" } },
|
|
2726
|
-
fields: { object: { style: "form" } }
|
|
2727
|
-
}
|
|
2728
|
-
},
|
|
2729
2313
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2730
2314
|
url: "/webhook_configs",
|
|
2731
2315
|
...options
|
|
2732
2316
|
});
|
|
2733
2317
|
var postWebhookConfigs = (options) => (options.client ?? client).post({
|
|
2734
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2735
2318
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2736
2319
|
url: "/webhook_configs",
|
|
2737
2320
|
...options,
|
|
@@ -2741,7 +2324,6 @@ var postWebhookConfigs = (options) => (options.client ?? client).post({
|
|
|
2741
2324
|
}
|
|
2742
2325
|
});
|
|
2743
2326
|
var postAgentsByIdPublishVersion = (options) => (options.client ?? client).post({
|
|
2744
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2745
2327
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2746
2328
|
url: "/agents/{id}/publish_version",
|
|
2747
2329
|
...options,
|
|
@@ -2751,7 +2333,6 @@ var postAgentsByIdPublishVersion = (options) => (options.client ?? client).post(
|
|
|
2751
2333
|
}
|
|
2752
2334
|
});
|
|
2753
2335
|
var postObjectsBulkDestroy = (options) => (options.client ?? client).post({
|
|
2754
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2755
2336
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2756
2337
|
url: "/objects/bulk-destroy",
|
|
2757
2338
|
...options,
|
|
@@ -2761,42 +2342,31 @@ var postObjectsBulkDestroy = (options) => (options.client ?? client).post({
|
|
|
2761
2342
|
}
|
|
2762
2343
|
});
|
|
2763
2344
|
var getApplicationsBySlugBySlug = (options) => (options.client ?? client).get({
|
|
2764
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2765
2345
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2766
2346
|
url: "/applications/by-slug/{slug}",
|
|
2767
2347
|
...options
|
|
2768
2348
|
});
|
|
2769
2349
|
var getNotificationLogs = (options) => (options.client ?? client).get({
|
|
2770
|
-
querySerializer: {
|
|
2771
|
-
parameters: {
|
|
2772
|
-
filter: { object: { style: "form" } },
|
|
2773
|
-
fields: { object: { style: "form" } }
|
|
2774
|
-
}
|
|
2775
|
-
},
|
|
2776
2350
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2777
2351
|
url: "/notification_logs",
|
|
2778
2352
|
...options
|
|
2779
2353
|
});
|
|
2780
2354
|
var getWallet = (options) => (options.client ?? client).get({
|
|
2781
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2782
2355
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2783
2356
|
url: "/wallet",
|
|
2784
2357
|
...options
|
|
2785
2358
|
});
|
|
2786
2359
|
var deleteMessagesById = (options) => (options.client ?? client).delete({
|
|
2787
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2788
2360
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2789
2361
|
url: "/messages/{id}",
|
|
2790
2362
|
...options
|
|
2791
2363
|
});
|
|
2792
2364
|
var getMessagesById = (options) => (options.client ?? client).get({
|
|
2793
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2794
2365
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2795
2366
|
url: "/messages/{id}",
|
|
2796
2367
|
...options
|
|
2797
2368
|
});
|
|
2798
2369
|
var patchMessagesById = (options) => (options.client ?? client).patch({
|
|
2799
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2800
2370
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2801
2371
|
url: "/messages/{id}",
|
|
2802
2372
|
...options,
|
|
@@ -2806,36 +2376,26 @@ var patchMessagesById = (options) => (options.client ?? client).patch({
|
|
|
2806
2376
|
}
|
|
2807
2377
|
});
|
|
2808
2378
|
var getLlmAnalyticsUsage = (options) => (options.client ?? client).get({
|
|
2809
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2810
2379
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2811
2380
|
url: "/llm_analytics/usage",
|
|
2812
2381
|
...options
|
|
2813
2382
|
});
|
|
2814
2383
|
var getSearchStats = (options) => (options.client ?? client).get({
|
|
2815
|
-
querySerializer: {
|
|
2816
|
-
parameters: {
|
|
2817
|
-
filter: { object: { style: "form" } },
|
|
2818
|
-
fields: { object: { style: "form" } }
|
|
2819
|
-
}
|
|
2820
|
-
},
|
|
2821
2384
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2822
2385
|
url: "/search/stats",
|
|
2823
2386
|
...options
|
|
2824
2387
|
});
|
|
2825
2388
|
var deleteNotificationPreferencesById = (options) => (options.client ?? client).delete({
|
|
2826
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2827
2389
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2828
2390
|
url: "/notification_preferences/{id}",
|
|
2829
2391
|
...options
|
|
2830
2392
|
});
|
|
2831
2393
|
var getNotificationPreferencesById = (options) => (options.client ?? client).get({
|
|
2832
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2833
2394
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2834
2395
|
url: "/notification_preferences/{id}",
|
|
2835
2396
|
...options
|
|
2836
2397
|
});
|
|
2837
2398
|
var patchNotificationPreferencesById = (options) => (options.client ?? client).patch({
|
|
2838
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2839
2399
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2840
2400
|
url: "/notification_preferences/{id}",
|
|
2841
2401
|
...options,
|
|
@@ -2845,19 +2405,11 @@ var patchNotificationPreferencesById = (options) => (options.client ?? client).p
|
|
|
2845
2405
|
}
|
|
2846
2406
|
});
|
|
2847
2407
|
var getAiGraphNodes = (options) => (options.client ?? client).get({
|
|
2848
|
-
querySerializer: {
|
|
2849
|
-
parameters: {
|
|
2850
|
-
filter: { object: { style: "form" } },
|
|
2851
|
-
page: { object: { style: "form" } },
|
|
2852
|
-
fields: { object: { style: "form" } }
|
|
2853
|
-
}
|
|
2854
|
-
},
|
|
2855
2408
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2856
2409
|
url: "/ai/graph/nodes",
|
|
2857
2410
|
...options
|
|
2858
2411
|
});
|
|
2859
2412
|
var postAiGraphNodes = (options) => (options.client ?? client).post({
|
|
2860
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2861
2413
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2862
2414
|
url: "/ai/graph/nodes",
|
|
2863
2415
|
...options,
|
|
@@ -2867,19 +2419,11 @@ var postAiGraphNodes = (options) => (options.client ?? client).post({
|
|
|
2867
2419
|
}
|
|
2868
2420
|
});
|
|
2869
2421
|
var getAgents = (options) => (options.client ?? client).get({
|
|
2870
|
-
querySerializer: {
|
|
2871
|
-
parameters: {
|
|
2872
|
-
filter: { object: { style: "form" } },
|
|
2873
|
-
page: { object: { style: "form" } },
|
|
2874
|
-
fields: { object: { style: "form" } }
|
|
2875
|
-
}
|
|
2876
|
-
},
|
|
2877
2422
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2878
2423
|
url: "/agents",
|
|
2879
2424
|
...options
|
|
2880
2425
|
});
|
|
2881
2426
|
var postAgents = (options) => (options.client ?? client).post({
|
|
2882
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2883
2427
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2884
2428
|
url: "/agents",
|
|
2885
2429
|
...options,
|
|
@@ -2889,7 +2433,6 @@ var postAgents = (options) => (options.client ?? client).post({
|
|
|
2889
2433
|
}
|
|
2890
2434
|
});
|
|
2891
2435
|
var postUsersRegisterIsv = (options) => (options.client ?? client).post({
|
|
2892
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2893
2436
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2894
2437
|
url: "/users/register_isv",
|
|
2895
2438
|
...options,
|
|
@@ -2899,25 +2442,16 @@ var postUsersRegisterIsv = (options) => (options.client ?? client).post({
|
|
|
2899
2442
|
}
|
|
2900
2443
|
});
|
|
2901
2444
|
var getExtractionBatchesById = (options) => (options.client ?? client).get({
|
|
2902
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2903
2445
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2904
2446
|
url: "/extraction/batches/{id}",
|
|
2905
2447
|
...options
|
|
2906
2448
|
});
|
|
2907
2449
|
var getWorkspacesByWorkspaceIdExtractionExports = (options) => (options.client ?? client).get({
|
|
2908
|
-
querySerializer: {
|
|
2909
|
-
parameters: {
|
|
2910
|
-
filter: { object: { style: "form" } },
|
|
2911
|
-
page: { object: { style: "form" } },
|
|
2912
|
-
fields: { object: { style: "form" } }
|
|
2913
|
-
}
|
|
2914
|
-
},
|
|
2915
2450
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2916
2451
|
url: "/workspaces/{workspace_id}/extraction/exports",
|
|
2917
2452
|
...options
|
|
2918
2453
|
});
|
|
2919
2454
|
var postWorkspacesByWorkspaceIdExtractionExports = (options) => (options.client ?? client).post({
|
|
2920
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2921
2455
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2922
2456
|
url: "/workspaces/{workspace_id}/extraction/exports",
|
|
2923
2457
|
...options,
|
|
@@ -2927,13 +2461,11 @@ var postWorkspacesByWorkspaceIdExtractionExports = (options) => (options.client
|
|
|
2927
2461
|
}
|
|
2928
2462
|
});
|
|
2929
2463
|
var deleteWorkspaceMembershipsByWorkspaceIdByUserId = (options) => (options.client ?? client).delete({
|
|
2930
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2931
2464
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2932
2465
|
url: "/workspace-memberships/{workspace_id}/{user_id}",
|
|
2933
2466
|
...options
|
|
2934
2467
|
});
|
|
2935
2468
|
var patchWorkspaceMembershipsByWorkspaceIdByUserId = (options) => (options.client ?? client).patch({
|
|
2936
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2937
2469
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2938
2470
|
url: "/workspace-memberships/{workspace_id}/{user_id}",
|
|
2939
2471
|
...options,
|
|
@@ -2943,37 +2475,16 @@ var patchWorkspaceMembershipsByWorkspaceIdByUserId = (options) => (options.clien
|
|
|
2943
2475
|
}
|
|
2944
2476
|
});
|
|
2945
2477
|
var getCreditPackages = (options) => (options.client ?? client).get({
|
|
2946
|
-
querySerializer: {
|
|
2947
|
-
parameters: {
|
|
2948
|
-
filter: { object: { style: "form" } },
|
|
2949
|
-
page: { object: { style: "form" } },
|
|
2950
|
-
fields: { object: { style: "form" } }
|
|
2951
|
-
}
|
|
2952
|
-
},
|
|
2953
2478
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2954
2479
|
url: "/credit-packages",
|
|
2955
2480
|
...options
|
|
2956
2481
|
});
|
|
2957
2482
|
var getUsers = (options) => (options.client ?? client).get({
|
|
2958
|
-
querySerializer: {
|
|
2959
|
-
parameters: {
|
|
2960
|
-
filter: { object: { style: "form" } },
|
|
2961
|
-
page: { object: { style: "form" } },
|
|
2962
|
-
fields: { object: { style: "form" } }
|
|
2963
|
-
}
|
|
2964
|
-
},
|
|
2965
2483
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2966
2484
|
url: "/users",
|
|
2967
2485
|
...options
|
|
2968
2486
|
});
|
|
2969
2487
|
var getObjects = (options) => (options.client ?? client).get({
|
|
2970
|
-
querySerializer: {
|
|
2971
|
-
parameters: {
|
|
2972
|
-
filter: { object: { style: "form" } },
|
|
2973
|
-
page: { object: { style: "form" } },
|
|
2974
|
-
fields: { object: { style: "form" } }
|
|
2975
|
-
}
|
|
2976
|
-
},
|
|
2977
2488
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2978
2489
|
url: "/objects",
|
|
2979
2490
|
...options
|
|
@@ -3490,6 +3001,7 @@ export {
|
|
|
3490
3001
|
patchExtractionResultsByIdRegenerate,
|
|
3491
3002
|
patchExtractionSchemaFieldsById,
|
|
3492
3003
|
patchExtractionSchemasById,
|
|
3004
|
+
patchExtractionSchemasByIdFields,
|
|
3493
3005
|
patchInvitationsByIdAccept,
|
|
3494
3006
|
patchInvitationsByIdResend,
|
|
3495
3007
|
patchInvitationsByIdRevoke,
|