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