@gpt-core/client 0.6.52 → 0.6.61
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 +910 -6168
- package/dist/index.d.ts +910 -6168
- package/dist/index.js +525 -0
- package/dist/index.mjs +523 -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,18 @@ 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
|
+
fields: { object: { style: "form" } }
|
|
1842
|
+
}
|
|
1843
|
+
},
|
|
1619
1844
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1620
1845
|
url: "/training_examples",
|
|
1621
1846
|
...options
|
|
1622
1847
|
});
|
|
1623
1848
|
var postTrainingExamples = (options) => (options.client ?? client).post({
|
|
1849
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1624
1850
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1625
1851
|
url: "/training_examples",
|
|
1626
1852
|
...options,
|
|
@@ -1630,6 +1856,7 @@ var postTrainingExamples = (options) => (options.client ?? client).post({
|
|
|
1630
1856
|
}
|
|
1631
1857
|
});
|
|
1632
1858
|
var getWorkspacesByWorkspaceIdExtractionExportsById = (options) => (options.client ?? client).get({
|
|
1859
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1633
1860
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1634
1861
|
url: "/workspaces/{workspace_id}/extraction/exports/{id}",
|
|
1635
1862
|
...options
|
|
@@ -1640,11 +1867,19 @@ var getAgentsByIdTrainingStats = (options) => (options.client ?? client).get({
|
|
|
1640
1867
|
...options
|
|
1641
1868
|
});
|
|
1642
1869
|
var getBuckets = (options) => (options.client ?? client).get({
|
|
1870
|
+
querySerializer: {
|
|
1871
|
+
parameters: {
|
|
1872
|
+
filter: { object: { style: "form" } },
|
|
1873
|
+
page: { object: { style: "form" } },
|
|
1874
|
+
fields: { object: { style: "form" } }
|
|
1875
|
+
}
|
|
1876
|
+
},
|
|
1643
1877
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1644
1878
|
url: "/buckets",
|
|
1645
1879
|
...options
|
|
1646
1880
|
});
|
|
1647
1881
|
var postBuckets = (options) => (options.client ?? client).post({
|
|
1882
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1648
1883
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1649
1884
|
url: "/buckets",
|
|
1650
1885
|
...options,
|
|
@@ -1654,16 +1889,19 @@ var postBuckets = (options) => (options.client ?? client).post({
|
|
|
1654
1889
|
}
|
|
1655
1890
|
});
|
|
1656
1891
|
var getPlansById = (options) => (options.client ?? client).get({
|
|
1892
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1657
1893
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1658
1894
|
url: "/plans/{id}",
|
|
1659
1895
|
...options
|
|
1660
1896
|
});
|
|
1661
1897
|
var getTenantsByTenantIdStats = (options) => (options.client ?? client).get({
|
|
1898
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1662
1899
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1663
1900
|
url: "/tenants/{tenant_id}/stats",
|
|
1664
1901
|
...options
|
|
1665
1902
|
});
|
|
1666
1903
|
var patchWalletAddons = (options) => (options.client ?? client).patch({
|
|
1904
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1667
1905
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1668
1906
|
url: "/wallet/addons",
|
|
1669
1907
|
...options,
|
|
@@ -1673,6 +1911,7 @@ var patchWalletAddons = (options) => (options.client ?? client).patch({
|
|
|
1673
1911
|
}
|
|
1674
1912
|
});
|
|
1675
1913
|
var postUsersAuthMagicLinkLogin = (options) => (options.client ?? client).post({
|
|
1914
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1676
1915
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1677
1916
|
url: "/users/auth/magic_link/login",
|
|
1678
1917
|
...options,
|
|
@@ -1682,11 +1921,19 @@ var postUsersAuthMagicLinkLogin = (options) => (options.client ?? client).post({
|
|
|
1682
1921
|
}
|
|
1683
1922
|
});
|
|
1684
1923
|
var getApiKeys = (options) => (options.client ?? client).get({
|
|
1924
|
+
querySerializer: {
|
|
1925
|
+
parameters: {
|
|
1926
|
+
filter: { object: { style: "form" } },
|
|
1927
|
+
page: { object: { style: "form" } },
|
|
1928
|
+
fields: { object: { style: "form" } }
|
|
1929
|
+
}
|
|
1930
|
+
},
|
|
1685
1931
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1686
1932
|
url: "/api_keys",
|
|
1687
1933
|
...options
|
|
1688
1934
|
});
|
|
1689
1935
|
var postApiKeys = (options) => (options.client ?? client).post({
|
|
1936
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1690
1937
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1691
1938
|
url: "/api_keys",
|
|
1692
1939
|
...options,
|
|
@@ -1696,6 +1943,7 @@ var postApiKeys = (options) => (options.client ?? client).post({
|
|
|
1696
1943
|
}
|
|
1697
1944
|
});
|
|
1698
1945
|
var patchUsersByIdAdmin = (options) => (options.client ?? client).patch({
|
|
1946
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1699
1947
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1700
1948
|
url: "/users/{id}/admin",
|
|
1701
1949
|
...options,
|
|
@@ -1705,16 +1953,19 @@ var patchUsersByIdAdmin = (options) => (options.client ?? client).patch({
|
|
|
1705
1953
|
}
|
|
1706
1954
|
});
|
|
1707
1955
|
var deleteAgentsById = (options) => (options.client ?? client).delete({
|
|
1956
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1708
1957
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1709
1958
|
url: "/agents/{id}",
|
|
1710
1959
|
...options
|
|
1711
1960
|
});
|
|
1712
1961
|
var getAgentsById = (options) => (options.client ?? client).get({
|
|
1962
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1713
1963
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1714
1964
|
url: "/agents/{id}",
|
|
1715
1965
|
...options
|
|
1716
1966
|
});
|
|
1717
1967
|
var patchAgentsById = (options) => (options.client ?? client).patch({
|
|
1968
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1718
1969
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1719
1970
|
url: "/agents/{id}",
|
|
1720
1971
|
...options,
|
|
@@ -1724,16 +1975,19 @@ var patchAgentsById = (options) => (options.client ?? client).patch({
|
|
|
1724
1975
|
}
|
|
1725
1976
|
});
|
|
1726
1977
|
var deleteApiKeysById = (options) => (options.client ?? client).delete({
|
|
1978
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1727
1979
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1728
1980
|
url: "/api_keys/{id}",
|
|
1729
1981
|
...options
|
|
1730
1982
|
});
|
|
1731
1983
|
var getApiKeysById = (options) => (options.client ?? client).get({
|
|
1984
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1732
1985
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1733
1986
|
url: "/api_keys/{id}",
|
|
1734
1987
|
...options
|
|
1735
1988
|
});
|
|
1736
1989
|
var patchApiKeysById = (options) => (options.client ?? client).patch({
|
|
1990
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1737
1991
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1738
1992
|
url: "/api_keys/{id}",
|
|
1739
1993
|
...options,
|
|
@@ -1743,11 +1997,19 @@ var patchApiKeysById = (options) => (options.client ?? client).patch({
|
|
|
1743
1997
|
}
|
|
1744
1998
|
});
|
|
1745
1999
|
var getAiConversations = (options) => (options.client ?? client).get({
|
|
2000
|
+
querySerializer: {
|
|
2001
|
+
parameters: {
|
|
2002
|
+
filter: { object: { style: "form" } },
|
|
2003
|
+
page: { object: { style: "form" } },
|
|
2004
|
+
fields: { object: { style: "form" } }
|
|
2005
|
+
}
|
|
2006
|
+
},
|
|
1746
2007
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1747
2008
|
url: "/ai/conversations",
|
|
1748
2009
|
...options
|
|
1749
2010
|
});
|
|
1750
2011
|
var postAiConversations = (options) => (options.client ?? client).post({
|
|
2012
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1751
2013
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1752
2014
|
url: "/ai/conversations",
|
|
1753
2015
|
...options,
|
|
@@ -1757,6 +2019,7 @@ var postAiConversations = (options) => (options.client ?? client).post({
|
|
|
1757
2019
|
}
|
|
1758
2020
|
});
|
|
1759
2021
|
var postAgentsByIdLearnFromDocument = (options) => (options.client ?? client).post({
|
|
2022
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1760
2023
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1761
2024
|
url: "/agents/{id}/learn_from_document",
|
|
1762
2025
|
...options,
|
|
@@ -1766,6 +2029,7 @@ var postAgentsByIdLearnFromDocument = (options) => (options.client ?? client).po
|
|
|
1766
2029
|
}
|
|
1767
2030
|
});
|
|
1768
2031
|
var postAiSearch = (options) => (options.client ?? client).post({
|
|
2032
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1769
2033
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1770
2034
|
url: "/ai/search",
|
|
1771
2035
|
...options,
|
|
@@ -1775,11 +2039,13 @@ var postAiSearch = (options) => (options.client ?? client).post({
|
|
|
1775
2039
|
}
|
|
1776
2040
|
});
|
|
1777
2041
|
var deleteAiGraphNodesById = (options) => (options.client ?? client).delete({
|
|
2042
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1778
2043
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1779
2044
|
url: "/ai/graph/nodes/{id}",
|
|
1780
2045
|
...options
|
|
1781
2046
|
});
|
|
1782
2047
|
var patchWalletAddonsByAddonSlugCancel = (options) => (options.client ?? client).patch({
|
|
2048
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1783
2049
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1784
2050
|
url: "/wallet/addons/{addon_slug}/cancel",
|
|
1785
2051
|
...options,
|
|
@@ -1789,16 +2055,19 @@ var patchWalletAddonsByAddonSlugCancel = (options) => (options.client ?? client)
|
|
|
1789
2055
|
}
|
|
1790
2056
|
});
|
|
1791
2057
|
var deleteApplicationsById = (options) => (options.client ?? client).delete({
|
|
2058
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1792
2059
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1793
2060
|
url: "/applications/{id}",
|
|
1794
2061
|
...options
|
|
1795
2062
|
});
|
|
1796
2063
|
var getApplicationsById = (options) => (options.client ?? client).get({
|
|
2064
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1797
2065
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1798
2066
|
url: "/applications/{id}",
|
|
1799
2067
|
...options
|
|
1800
2068
|
});
|
|
1801
2069
|
var patchApplicationsById = (options) => (options.client ?? client).patch({
|
|
2070
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1802
2071
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1803
2072
|
url: "/applications/{id}",
|
|
1804
2073
|
...options,
|
|
@@ -1808,21 +2077,41 @@ var patchApplicationsById = (options) => (options.client ?? client).patch({
|
|
|
1808
2077
|
}
|
|
1809
2078
|
});
|
|
1810
2079
|
var getSearchHealth = (options) => (options.client ?? client).get({
|
|
2080
|
+
querySerializer: {
|
|
2081
|
+
parameters: {
|
|
2082
|
+
filter: { object: { style: "form" } },
|
|
2083
|
+
fields: { object: { style: "form" } }
|
|
2084
|
+
}
|
|
2085
|
+
},
|
|
1811
2086
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1812
2087
|
url: "/search/health",
|
|
1813
2088
|
...options
|
|
1814
2089
|
});
|
|
1815
2090
|
var getTransactions = (options) => (options.client ?? client).get({
|
|
2091
|
+
querySerializer: {
|
|
2092
|
+
parameters: {
|
|
2093
|
+
filter: { object: { style: "form" } },
|
|
2094
|
+
fields: { object: { style: "form" } }
|
|
2095
|
+
}
|
|
2096
|
+
},
|
|
1816
2097
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1817
2098
|
url: "/transactions",
|
|
1818
2099
|
...options
|
|
1819
2100
|
});
|
|
1820
2101
|
var getUserProfiles = (options) => (options.client ?? client).get({
|
|
2102
|
+
querySerializer: {
|
|
2103
|
+
parameters: {
|
|
2104
|
+
filter: { object: { style: "form" } },
|
|
2105
|
+
page: { object: { style: "form" } },
|
|
2106
|
+
fields: { object: { style: "form" } }
|
|
2107
|
+
}
|
|
2108
|
+
},
|
|
1821
2109
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1822
2110
|
url: "/user_profiles",
|
|
1823
2111
|
...options
|
|
1824
2112
|
});
|
|
1825
2113
|
var postUserProfiles = (options) => (options.client ?? client).post({
|
|
2114
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1826
2115
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1827
2116
|
url: "/user_profiles",
|
|
1828
2117
|
...options,
|
|
@@ -1832,6 +2121,7 @@ var postUserProfiles = (options) => (options.client ?? client).post({
|
|
|
1832
2121
|
}
|
|
1833
2122
|
});
|
|
1834
2123
|
var patchUsersByIdConfirmEmail = (options) => (options.client ?? client).patch({
|
|
2124
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1835
2125
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1836
2126
|
url: "/users/{id}/confirm-email",
|
|
1837
2127
|
...options,
|
|
@@ -1841,11 +2131,13 @@ var patchUsersByIdConfirmEmail = (options) => (options.client ?? client).patch({
|
|
|
1841
2131
|
}
|
|
1842
2132
|
});
|
|
1843
2133
|
var getThreadsSearch = (options) => (options.client ?? client).get({
|
|
2134
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1844
2135
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1845
2136
|
url: "/threads/search",
|
|
1846
2137
|
...options
|
|
1847
2138
|
});
|
|
1848
2139
|
var patchWalletPlan = (options) => (options.client ?? client).patch({
|
|
2140
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1849
2141
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1850
2142
|
url: "/wallet/plan",
|
|
1851
2143
|
...options,
|
|
@@ -1855,21 +2147,31 @@ var patchWalletPlan = (options) => (options.client ?? client).patch({
|
|
|
1855
2147
|
}
|
|
1856
2148
|
});
|
|
1857
2149
|
var getPlansSlugBySlug = (options) => (options.client ?? client).get({
|
|
2150
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1858
2151
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1859
2152
|
url: "/plans/slug/{slug}",
|
|
1860
2153
|
...options
|
|
1861
2154
|
});
|
|
1862
2155
|
var getLlmAnalyticsById = (options) => (options.client ?? client).get({
|
|
2156
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1863
2157
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1864
2158
|
url: "/llm_analytics/{id}",
|
|
1865
2159
|
...options
|
|
1866
2160
|
});
|
|
1867
2161
|
var getExtractionSchemaFields = (options) => (options.client ?? client).get({
|
|
2162
|
+
querySerializer: {
|
|
2163
|
+
parameters: {
|
|
2164
|
+
filter: { object: { style: "form" } },
|
|
2165
|
+
page: { object: { style: "form" } },
|
|
2166
|
+
fields: { object: { style: "form" } }
|
|
2167
|
+
}
|
|
2168
|
+
},
|
|
1868
2169
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1869
2170
|
url: "/extraction/schema-fields",
|
|
1870
2171
|
...options
|
|
1871
2172
|
});
|
|
1872
2173
|
var postExtractionSchemaFields = (options) => (options.client ?? client).post({
|
|
2174
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1873
2175
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1874
2176
|
url: "/extraction/schema-fields",
|
|
1875
2177
|
...options,
|
|
@@ -1879,6 +2181,7 @@ var postExtractionSchemaFields = (options) => (options.client ?? client).post({
|
|
|
1879
2181
|
}
|
|
1880
2182
|
});
|
|
1881
2183
|
var patchApplicationsByIdGrantCredits = (options) => (options.client ?? client).patch({
|
|
2184
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1882
2185
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1883
2186
|
url: "/applications/{id}/grant-credits",
|
|
1884
2187
|
...options,
|
|
@@ -1888,16 +2191,29 @@ var patchApplicationsByIdGrantCredits = (options) => (options.client ?? client).
|
|
|
1888
2191
|
}
|
|
1889
2192
|
});
|
|
1890
2193
|
var getSearchStatus = (options) => (options.client ?? client).get({
|
|
2194
|
+
querySerializer: {
|
|
2195
|
+
parameters: {
|
|
2196
|
+
filter: { object: { style: "form" } },
|
|
2197
|
+
fields: { object: { style: "form" } }
|
|
2198
|
+
}
|
|
2199
|
+
},
|
|
1891
2200
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1892
2201
|
url: "/search/status",
|
|
1893
2202
|
...options
|
|
1894
2203
|
});
|
|
1895
2204
|
var getTenantsByTenantIdWorkspaceStats = (options) => (options.client ?? client).get({
|
|
2205
|
+
querySerializer: {
|
|
2206
|
+
parameters: {
|
|
2207
|
+
filter: { object: { style: "form" } },
|
|
2208
|
+
fields: { object: { style: "form" } }
|
|
2209
|
+
}
|
|
2210
|
+
},
|
|
1896
2211
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1897
2212
|
url: "/tenants/{tenant_id}/workspace_stats",
|
|
1898
2213
|
...options
|
|
1899
2214
|
});
|
|
1900
2215
|
var patchApiKeysByIdAllocate = (options) => (options.client ?? client).patch({
|
|
2216
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1901
2217
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1902
2218
|
url: "/api_keys/{id}/allocate",
|
|
1903
2219
|
...options,
|
|
@@ -1907,6 +2223,7 @@ var patchApiKeysByIdAllocate = (options) => (options.client ?? client).patch({
|
|
|
1907
2223
|
}
|
|
1908
2224
|
});
|
|
1909
2225
|
var postUsersAuthLogin = (options) => (options.client ?? client).post({
|
|
2226
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1910
2227
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1911
2228
|
url: "/users/auth/login",
|
|
1912
2229
|
...options,
|
|
@@ -1916,6 +2233,7 @@ var postUsersAuthLogin = (options) => (options.client ?? client).post({
|
|
|
1916
2233
|
}
|
|
1917
2234
|
});
|
|
1918
2235
|
var postAiEmbed = (options) => (options.client ?? client).post({
|
|
2236
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1919
2237
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1920
2238
|
url: "/ai/embed",
|
|
1921
2239
|
...options,
|
|
@@ -1925,11 +2243,18 @@ var postAiEmbed = (options) => (options.client ?? client).post({
|
|
|
1925
2243
|
}
|
|
1926
2244
|
});
|
|
1927
2245
|
var getWorkspacesMine = (options) => (options.client ?? client).get({
|
|
2246
|
+
querySerializer: {
|
|
2247
|
+
parameters: {
|
|
2248
|
+
filter: { object: { style: "form" } },
|
|
2249
|
+
fields: { object: { style: "form" } }
|
|
2250
|
+
}
|
|
2251
|
+
},
|
|
1928
2252
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1929
2253
|
url: "/workspaces/mine",
|
|
1930
2254
|
...options
|
|
1931
2255
|
});
|
|
1932
2256
|
var postTenantsIsv = (options) => (options.client ?? client).post({
|
|
2257
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1933
2258
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1934
2259
|
url: "/tenants/isv",
|
|
1935
2260
|
...options,
|
|
@@ -1939,6 +2264,7 @@ var postTenantsIsv = (options) => (options.client ?? client).post({
|
|
|
1939
2264
|
}
|
|
1940
2265
|
});
|
|
1941
2266
|
var postSearchReindex = (options) => (options.client ?? client).post({
|
|
2267
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1942
2268
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1943
2269
|
url: "/search/reindex",
|
|
1944
2270
|
...options,
|
|
@@ -1948,6 +2274,7 @@ var postSearchReindex = (options) => (options.client ?? client).post({
|
|
|
1948
2274
|
}
|
|
1949
2275
|
});
|
|
1950
2276
|
var patchExtractionResultsByIdRegenerate = (options) => (options.client ?? client).patch({
|
|
2277
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1951
2278
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1952
2279
|
url: "/extraction/results/{id}/regenerate",
|
|
1953
2280
|
...options,
|
|
@@ -1957,6 +2284,7 @@ var patchExtractionResultsByIdRegenerate = (options) => (options.client ?? clien
|
|
|
1957
2284
|
}
|
|
1958
2285
|
});
|
|
1959
2286
|
var postUsersAuthConfirm = (options) => (options.client ?? client).post({
|
|
2287
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1960
2288
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1961
2289
|
url: "/users/auth/confirm",
|
|
1962
2290
|
...options,
|
|
@@ -1965,7 +2293,20 @@ var postUsersAuthConfirm = (options) => (options.client ?? client).post({
|
|
|
1965
2293
|
...options.headers
|
|
1966
2294
|
}
|
|
1967
2295
|
});
|
|
2296
|
+
var getExtractionSchemas = (options) => (options.client ?? client).get({
|
|
2297
|
+
querySerializer: {
|
|
2298
|
+
parameters: {
|
|
2299
|
+
filter: { object: { style: "form" } },
|
|
2300
|
+
page: { object: { style: "form" } },
|
|
2301
|
+
fields: { object: { style: "form" } }
|
|
2302
|
+
}
|
|
2303
|
+
},
|
|
2304
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
2305
|
+
url: "/extraction/schemas",
|
|
2306
|
+
...options
|
|
2307
|
+
});
|
|
1968
2308
|
var postExtractionSchemas = (options) => (options.client ?? client).post({
|
|
2309
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1969
2310
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1970
2311
|
url: "/extraction/schemas",
|
|
1971
2312
|
...options,
|
|
@@ -1975,11 +2316,18 @@ var postExtractionSchemas = (options) => (options.client ?? client).post({
|
|
|
1975
2316
|
}
|
|
1976
2317
|
});
|
|
1977
2318
|
var getStorageStats = (options) => (options.client ?? client).get({
|
|
2319
|
+
querySerializer: {
|
|
2320
|
+
parameters: {
|
|
2321
|
+
filter: { object: { style: "form" } },
|
|
2322
|
+
fields: { object: { style: "form" } }
|
|
2323
|
+
}
|
|
2324
|
+
},
|
|
1978
2325
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1979
2326
|
url: "/storage/stats",
|
|
1980
2327
|
...options
|
|
1981
2328
|
});
|
|
1982
2329
|
var postTenantsByIdBuyStorage = (options) => (options.client ?? client).post({
|
|
2330
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1983
2331
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1984
2332
|
url: "/tenants/{id}/buy-storage",
|
|
1985
2333
|
...options,
|
|
@@ -1989,11 +2337,19 @@ var postTenantsByIdBuyStorage = (options) => (options.client ?? client).post({
|
|
|
1989
2337
|
}
|
|
1990
2338
|
});
|
|
1991
2339
|
var getWorkspaceMemberships = (options) => (options.client ?? client).get({
|
|
2340
|
+
querySerializer: {
|
|
2341
|
+
parameters: {
|
|
2342
|
+
filter: { object: { style: "form" } },
|
|
2343
|
+
page: { object: { style: "form" } },
|
|
2344
|
+
fields: { object: { style: "form" } }
|
|
2345
|
+
}
|
|
2346
|
+
},
|
|
1992
2347
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1993
2348
|
url: "/workspace-memberships",
|
|
1994
2349
|
...options
|
|
1995
2350
|
});
|
|
1996
2351
|
var postWorkspaceMemberships = (options) => (options.client ?? client).post({
|
|
2352
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1997
2353
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1998
2354
|
url: "/workspace-memberships",
|
|
1999
2355
|
...options,
|
|
@@ -2003,11 +2359,13 @@ var postWorkspaceMemberships = (options) => (options.client ?? client).post({
|
|
|
2003
2359
|
}
|
|
2004
2360
|
});
|
|
2005
2361
|
var getTenantsByTenantIdDocumentStats = (options) => (options.client ?? client).get({
|
|
2362
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2006
2363
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2007
2364
|
url: "/tenants/{tenant_id}/document_stats",
|
|
2008
2365
|
...options
|
|
2009
2366
|
});
|
|
2010
2367
|
var postUsersAuthMagicLinkRequest = (options) => (options.client ?? client).post({
|
|
2368
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2011
2369
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2012
2370
|
url: "/users/auth/magic_link/request",
|
|
2013
2371
|
...options,
|
|
@@ -2017,6 +2375,7 @@ var postUsersAuthMagicLinkRequest = (options) => (options.client ?? client).post
|
|
|
2017
2375
|
}
|
|
2018
2376
|
});
|
|
2019
2377
|
var postUsersAuthRegister = (options) => (options.client ?? client).post({
|
|
2378
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2020
2379
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2021
2380
|
url: "/users/auth/register",
|
|
2022
2381
|
...options,
|
|
@@ -2035,16 +2394,19 @@ var postTrainingExamplesBulk = (options) => (options.client ?? client).post({
|
|
|
2035
2394
|
}
|
|
2036
2395
|
});
|
|
2037
2396
|
var deleteBucketsById = (options) => (options.client ?? client).delete({
|
|
2397
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2038
2398
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2039
2399
|
url: "/buckets/{id}",
|
|
2040
2400
|
...options
|
|
2041
2401
|
});
|
|
2042
2402
|
var getBucketsById = (options) => (options.client ?? client).get({
|
|
2403
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2043
2404
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2044
2405
|
url: "/buckets/{id}",
|
|
2045
2406
|
...options
|
|
2046
2407
|
});
|
|
2047
2408
|
var patchBucketsById = (options) => (options.client ?? client).patch({
|
|
2409
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2048
2410
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2049
2411
|
url: "/buckets/{id}",
|
|
2050
2412
|
...options,
|
|
@@ -2054,11 +2416,18 @@ var patchBucketsById = (options) => (options.client ?? client).patch({
|
|
|
2054
2416
|
}
|
|
2055
2417
|
});
|
|
2056
2418
|
var getExtractionDocumentsWorkspaceByWorkspaceId = (options) => (options.client ?? client).get({
|
|
2419
|
+
querySerializer: {
|
|
2420
|
+
parameters: {
|
|
2421
|
+
filter: { object: { style: "form" } },
|
|
2422
|
+
fields: { object: { style: "form" } }
|
|
2423
|
+
}
|
|
2424
|
+
},
|
|
2057
2425
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2058
2426
|
url: "/extraction/documents/workspace/{workspace_id}",
|
|
2059
2427
|
...options
|
|
2060
2428
|
});
|
|
2061
2429
|
var postExtractionDocumentsBeginUpload = (options) => (options.client ?? client).post({
|
|
2430
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2062
2431
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2063
2432
|
url: "/extraction/documents/begin_upload",
|
|
2064
2433
|
...options,
|
|
@@ -2068,21 +2437,25 @@ var postExtractionDocumentsBeginUpload = (options) => (options.client ?? client)
|
|
|
2068
2437
|
}
|
|
2069
2438
|
});
|
|
2070
2439
|
var deleteAiGraphEdgesById = (options) => (options.client ?? client).delete({
|
|
2440
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2071
2441
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2072
2442
|
url: "/ai/graph/edges/{id}",
|
|
2073
2443
|
...options
|
|
2074
2444
|
});
|
|
2075
2445
|
var deleteTenantsById = (options) => (options.client ?? client).delete({
|
|
2446
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2076
2447
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2077
2448
|
url: "/tenants/{id}",
|
|
2078
2449
|
...options
|
|
2079
2450
|
});
|
|
2080
2451
|
var getTenantsById = (options) => (options.client ?? client).get({
|
|
2452
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2081
2453
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2082
2454
|
url: "/tenants/{id}",
|
|
2083
2455
|
...options
|
|
2084
2456
|
});
|
|
2085
2457
|
var patchTenantsById = (options) => (options.client ?? client).patch({
|
|
2458
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2086
2459
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2087
2460
|
url: "/tenants/{id}",
|
|
2088
2461
|
...options,
|
|
@@ -2092,11 +2465,19 @@ var patchTenantsById = (options) => (options.client ?? client).patch({
|
|
|
2092
2465
|
}
|
|
2093
2466
|
});
|
|
2094
2467
|
var getPlans = (options) => (options.client ?? client).get({
|
|
2468
|
+
querySerializer: {
|
|
2469
|
+
parameters: {
|
|
2470
|
+
filter: { object: { style: "form" } },
|
|
2471
|
+
page: { object: { style: "form" } },
|
|
2472
|
+
fields: { object: { style: "form" } }
|
|
2473
|
+
}
|
|
2474
|
+
},
|
|
2095
2475
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2096
2476
|
url: "/plans",
|
|
2097
2477
|
...options
|
|
2098
2478
|
});
|
|
2099
2479
|
var patchExtractionSchemasByIdFields = (options) => (options.client ?? client).patch({
|
|
2480
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2100
2481
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2101
2482
|
url: "/extraction/schemas/{id}/fields",
|
|
2102
2483
|
...options,
|
|
@@ -2106,11 +2487,13 @@ var patchExtractionSchemasByIdFields = (options) => (options.client ?? client).p
|
|
|
2106
2487
|
}
|
|
2107
2488
|
});
|
|
2108
2489
|
var getExtractionSchemasById = (options) => (options.client ?? client).get({
|
|
2490
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2109
2491
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2110
2492
|
url: "/extraction/schemas/{id}",
|
|
2111
2493
|
...options
|
|
2112
2494
|
});
|
|
2113
2495
|
var patchExtractionSchemasById = (options) => (options.client ?? client).patch({
|
|
2496
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2114
2497
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2115
2498
|
url: "/extraction/schemas/{id}",
|
|
2116
2499
|
...options,
|
|
@@ -2120,6 +2503,7 @@ var patchExtractionSchemasById = (options) => (options.client ?? client).patch({
|
|
|
2120
2503
|
}
|
|
2121
2504
|
});
|
|
2122
2505
|
var postAgentsByIdTest = (options) => (options.client ?? client).post({
|
|
2506
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2123
2507
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2124
2508
|
url: "/agents/{id}/test",
|
|
2125
2509
|
...options,
|
|
@@ -2129,16 +2513,24 @@ var postAgentsByIdTest = (options) => (options.client ?? client).post({
|
|
|
2129
2513
|
}
|
|
2130
2514
|
});
|
|
2131
2515
|
var getExtractionDocuments = (options) => (options.client ?? client).get({
|
|
2516
|
+
querySerializer: {
|
|
2517
|
+
parameters: {
|
|
2518
|
+
filter: { object: { style: "form" } },
|
|
2519
|
+
fields: { object: { style: "form" } }
|
|
2520
|
+
}
|
|
2521
|
+
},
|
|
2132
2522
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2133
2523
|
url: "/extraction/documents",
|
|
2134
2524
|
...options
|
|
2135
2525
|
});
|
|
2136
2526
|
var deleteTenantMembershipsByTenantIdByUserId = (options) => (options.client ?? client).delete({
|
|
2527
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2137
2528
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2138
2529
|
url: "/tenant-memberships/{tenant_id}/{user_id}",
|
|
2139
2530
|
...options
|
|
2140
2531
|
});
|
|
2141
2532
|
var patchTenantMembershipsByTenantIdByUserId = (options) => (options.client ?? client).patch({
|
|
2533
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2142
2534
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2143
2535
|
url: "/tenant-memberships/{tenant_id}/{user_id}",
|
|
2144
2536
|
...options,
|
|
@@ -2148,6 +2540,7 @@ var patchTenantMembershipsByTenantIdByUserId = (options) => (options.client ?? c
|
|
|
2148
2540
|
}
|
|
2149
2541
|
});
|
|
2150
2542
|
var patchWebhookConfigsByIdRotateSecret = (options) => (options.client ?? client).patch({
|
|
2543
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2151
2544
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2152
2545
|
url: "/webhook_configs/{id}/rotate_secret",
|
|
2153
2546
|
...options,
|
|
@@ -2157,11 +2550,18 @@ var patchWebhookConfigsByIdRotateSecret = (options) => (options.client ?? client
|
|
|
2157
2550
|
}
|
|
2158
2551
|
});
|
|
2159
2552
|
var getFieldTemplates = (options) => (options.client ?? client).get({
|
|
2553
|
+
querySerializer: {
|
|
2554
|
+
parameters: {
|
|
2555
|
+
filter: { object: { style: "form" } },
|
|
2556
|
+
fields: { object: { style: "form" } }
|
|
2557
|
+
}
|
|
2558
|
+
},
|
|
2160
2559
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2161
2560
|
url: "/field_templates",
|
|
2162
2561
|
...options
|
|
2163
2562
|
});
|
|
2164
2563
|
var postFieldTemplates = (options) => (options.client ?? client).post({
|
|
2564
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2165
2565
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2166
2566
|
url: "/field_templates",
|
|
2167
2567
|
...options,
|
|
@@ -2171,11 +2571,19 @@ var postFieldTemplates = (options) => (options.client ?? client).post({
|
|
|
2171
2571
|
}
|
|
2172
2572
|
});
|
|
2173
2573
|
var getAiMessages = (options) => (options.client ?? client).get({
|
|
2574
|
+
querySerializer: {
|
|
2575
|
+
parameters: {
|
|
2576
|
+
filter: { object: { style: "form" } },
|
|
2577
|
+
page: { object: { style: "form" } },
|
|
2578
|
+
fields: { object: { style: "form" } }
|
|
2579
|
+
}
|
|
2580
|
+
},
|
|
2174
2581
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2175
2582
|
url: "/ai/messages",
|
|
2176
2583
|
...options
|
|
2177
2584
|
});
|
|
2178
2585
|
var postAiMessages = (options) => (options.client ?? client).post({
|
|
2586
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2179
2587
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2180
2588
|
url: "/ai/messages",
|
|
2181
2589
|
...options,
|
|
@@ -2185,6 +2593,7 @@ var postAiMessages = (options) => (options.client ?? client).post({
|
|
|
2185
2593
|
}
|
|
2186
2594
|
});
|
|
2187
2595
|
var postStorageSignUpload = (options) => (options.client ?? client).post({
|
|
2596
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2188
2597
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2189
2598
|
url: "/storage/sign_upload",
|
|
2190
2599
|
...options,
|
|
@@ -2194,6 +2603,7 @@ var postStorageSignUpload = (options) => (options.client ?? client).post({
|
|
|
2194
2603
|
}
|
|
2195
2604
|
});
|
|
2196
2605
|
var postWebhookDeliveriesByIdRetry = (options) => (options.client ?? client).post({
|
|
2606
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2197
2607
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2198
2608
|
url: "/webhook_deliveries/{id}/retry",
|
|
2199
2609
|
...options,
|
|
@@ -2203,11 +2613,19 @@ var postWebhookDeliveriesByIdRetry = (options) => (options.client ?? client).pos
|
|
|
2203
2613
|
}
|
|
2204
2614
|
});
|
|
2205
2615
|
var getNotificationMethods = (options) => (options.client ?? client).get({
|
|
2616
|
+
querySerializer: {
|
|
2617
|
+
parameters: {
|
|
2618
|
+
filter: { object: { style: "form" } },
|
|
2619
|
+
page: { object: { style: "form" } },
|
|
2620
|
+
fields: { object: { style: "form" } }
|
|
2621
|
+
}
|
|
2622
|
+
},
|
|
2206
2623
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2207
2624
|
url: "/notification_methods",
|
|
2208
2625
|
...options
|
|
2209
2626
|
});
|
|
2210
2627
|
var postNotificationMethods = (options) => (options.client ?? client).post({
|
|
2628
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2211
2629
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2212
2630
|
url: "/notification_methods",
|
|
2213
2631
|
...options,
|
|
@@ -2217,6 +2635,7 @@ var postNotificationMethods = (options) => (options.client ?? client).post({
|
|
|
2217
2635
|
}
|
|
2218
2636
|
});
|
|
2219
2637
|
var postThreadsByIdSummarize = (options) => (options.client ?? client).post({
|
|
2638
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2220
2639
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2221
2640
|
url: "/threads/{id}/summarize",
|
|
2222
2641
|
...options,
|
|
@@ -2226,6 +2645,7 @@ var postThreadsByIdSummarize = (options) => (options.client ?? client).post({
|
|
|
2226
2645
|
}
|
|
2227
2646
|
});
|
|
2228
2647
|
var patchConfigsByKey = (options) => (options.client ?? client).patch({
|
|
2648
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2229
2649
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2230
2650
|
url: "/configs/{key}",
|
|
2231
2651
|
...options,
|
|
@@ -2235,6 +2655,7 @@ var patchConfigsByKey = (options) => (options.client ?? client).patch({
|
|
|
2235
2655
|
}
|
|
2236
2656
|
});
|
|
2237
2657
|
var patchApiKeysByIdRotate = (options) => (options.client ?? client).patch({
|
|
2658
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2238
2659
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2239
2660
|
url: "/api_keys/{id}/rotate",
|
|
2240
2661
|
...options,
|
|
@@ -2244,6 +2665,7 @@ var patchApiKeysByIdRotate = (options) => (options.client ?? client).patch({
|
|
|
2244
2665
|
}
|
|
2245
2666
|
});
|
|
2246
2667
|
var postExtractionResults = (options) => (options.client ?? client).post({
|
|
2668
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2247
2669
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2248
2670
|
url: "/extraction/results",
|
|
2249
2671
|
...options,
|
|
@@ -2253,6 +2675,7 @@ var postExtractionResults = (options) => (options.client ?? client).post({
|
|
|
2253
2675
|
}
|
|
2254
2676
|
});
|
|
2255
2677
|
var postAgentsByIdClone = (options) => (options.client ?? client).post({
|
|
2678
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2256
2679
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2257
2680
|
url: "/agents/{id}/clone",
|
|
2258
2681
|
...options,
|
|
@@ -2262,16 +2685,19 @@ var postAgentsByIdClone = (options) => (options.client ?? client).post({
|
|
|
2262
2685
|
}
|
|
2263
2686
|
});
|
|
2264
2687
|
var deleteAiConversationsById = (options) => (options.client ?? client).delete({
|
|
2688
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2265
2689
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2266
2690
|
url: "/ai/conversations/{id}",
|
|
2267
2691
|
...options
|
|
2268
2692
|
});
|
|
2269
2693
|
var getAiConversationsById = (options) => (options.client ?? client).get({
|
|
2694
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2270
2695
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2271
2696
|
url: "/ai/conversations/{id}",
|
|
2272
2697
|
...options
|
|
2273
2698
|
});
|
|
2274
2699
|
var postExtractionSchemasBulkCreate = (options) => (options.client ?? client).post({
|
|
2700
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2275
2701
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2276
2702
|
url: "/extraction/schemas/bulk_create",
|
|
2277
2703
|
...options,
|
|
@@ -2281,16 +2707,19 @@ var postExtractionSchemasBulkCreate = (options) => (options.client ?? client).po
|
|
|
2281
2707
|
}
|
|
2282
2708
|
});
|
|
2283
2709
|
var deleteUserProfilesById = (options) => (options.client ?? client).delete({
|
|
2710
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2284
2711
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2285
2712
|
url: "/user_profiles/{id}",
|
|
2286
2713
|
...options
|
|
2287
2714
|
});
|
|
2288
2715
|
var getUserProfilesById = (options) => (options.client ?? client).get({
|
|
2716
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2289
2717
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2290
2718
|
url: "/user_profiles/{id}",
|
|
2291
2719
|
...options
|
|
2292
2720
|
});
|
|
2293
2721
|
var patchUserProfilesById = (options) => (options.client ?? client).patch({
|
|
2722
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2294
2723
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2295
2724
|
url: "/user_profiles/{id}",
|
|
2296
2725
|
...options,
|
|
@@ -2300,21 +2729,31 @@ var patchUserProfilesById = (options) => (options.client ?? client).patch({
|
|
|
2300
2729
|
}
|
|
2301
2730
|
});
|
|
2302
2731
|
var deleteObjectsById = (options) => (options.client ?? client).delete({
|
|
2732
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2303
2733
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2304
2734
|
url: "/objects/{id}",
|
|
2305
2735
|
...options
|
|
2306
2736
|
});
|
|
2307
2737
|
var getObjectsById = (options) => (options.client ?? client).get({
|
|
2738
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2308
2739
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2309
2740
|
url: "/objects/{id}",
|
|
2310
2741
|
...options
|
|
2311
2742
|
});
|
|
2312
2743
|
var getWebhookConfigs = (options) => (options.client ?? client).get({
|
|
2744
|
+
querySerializer: {
|
|
2745
|
+
parameters: {
|
|
2746
|
+
filter: { object: { style: "form" } },
|
|
2747
|
+
page: { object: { style: "form" } },
|
|
2748
|
+
fields: { object: { style: "form" } }
|
|
2749
|
+
}
|
|
2750
|
+
},
|
|
2313
2751
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2314
2752
|
url: "/webhook_configs",
|
|
2315
2753
|
...options
|
|
2316
2754
|
});
|
|
2317
2755
|
var postWebhookConfigs = (options) => (options.client ?? client).post({
|
|
2756
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2318
2757
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2319
2758
|
url: "/webhook_configs",
|
|
2320
2759
|
...options,
|
|
@@ -2324,6 +2763,7 @@ var postWebhookConfigs = (options) => (options.client ?? client).post({
|
|
|
2324
2763
|
}
|
|
2325
2764
|
});
|
|
2326
2765
|
var postAgentsByIdPublishVersion = (options) => (options.client ?? client).post({
|
|
2766
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2327
2767
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2328
2768
|
url: "/agents/{id}/publish_version",
|
|
2329
2769
|
...options,
|
|
@@ -2333,6 +2773,7 @@ var postAgentsByIdPublishVersion = (options) => (options.client ?? client).post(
|
|
|
2333
2773
|
}
|
|
2334
2774
|
});
|
|
2335
2775
|
var postObjectsBulkDestroy = (options) => (options.client ?? client).post({
|
|
2776
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2336
2777
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2337
2778
|
url: "/objects/bulk-destroy",
|
|
2338
2779
|
...options,
|
|
@@ -2342,31 +2783,52 @@ var postObjectsBulkDestroy = (options) => (options.client ?? client).post({
|
|
|
2342
2783
|
}
|
|
2343
2784
|
});
|
|
2344
2785
|
var getApplicationsBySlugBySlug = (options) => (options.client ?? client).get({
|
|
2786
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2345
2787
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2346
2788
|
url: "/applications/by-slug/{slug}",
|
|
2347
2789
|
...options
|
|
2348
2790
|
});
|
|
2349
2791
|
var getNotificationLogs = (options) => (options.client ?? client).get({
|
|
2792
|
+
querySerializer: {
|
|
2793
|
+
parameters: {
|
|
2794
|
+
filter: { object: { style: "form" } },
|
|
2795
|
+
fields: { object: { style: "form" } }
|
|
2796
|
+
}
|
|
2797
|
+
},
|
|
2350
2798
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2351
2799
|
url: "/notification_logs",
|
|
2352
2800
|
...options
|
|
2353
2801
|
});
|
|
2354
2802
|
var getWallet = (options) => (options.client ?? client).get({
|
|
2803
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2355
2804
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2356
2805
|
url: "/wallet",
|
|
2357
2806
|
...options
|
|
2358
2807
|
});
|
|
2808
|
+
var patchExtractionSchemasByIdActivate = (options) => (options.client ?? client).patch({
|
|
2809
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2810
|
+
security: [{ scheme: "bearer", type: "http" }],
|
|
2811
|
+
url: "/extraction/schemas/{id}/activate",
|
|
2812
|
+
...options,
|
|
2813
|
+
headers: {
|
|
2814
|
+
"Content-Type": "application/vnd.api+json",
|
|
2815
|
+
...options.headers
|
|
2816
|
+
}
|
|
2817
|
+
});
|
|
2359
2818
|
var deleteMessagesById = (options) => (options.client ?? client).delete({
|
|
2819
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2360
2820
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2361
2821
|
url: "/messages/{id}",
|
|
2362
2822
|
...options
|
|
2363
2823
|
});
|
|
2364
2824
|
var getMessagesById = (options) => (options.client ?? client).get({
|
|
2825
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2365
2826
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2366
2827
|
url: "/messages/{id}",
|
|
2367
2828
|
...options
|
|
2368
2829
|
});
|
|
2369
2830
|
var patchMessagesById = (options) => (options.client ?? client).patch({
|
|
2831
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2370
2832
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2371
2833
|
url: "/messages/{id}",
|
|
2372
2834
|
...options,
|
|
@@ -2376,26 +2838,36 @@ var patchMessagesById = (options) => (options.client ?? client).patch({
|
|
|
2376
2838
|
}
|
|
2377
2839
|
});
|
|
2378
2840
|
var getLlmAnalyticsUsage = (options) => (options.client ?? client).get({
|
|
2841
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2379
2842
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2380
2843
|
url: "/llm_analytics/usage",
|
|
2381
2844
|
...options
|
|
2382
2845
|
});
|
|
2383
2846
|
var getSearchStats = (options) => (options.client ?? client).get({
|
|
2847
|
+
querySerializer: {
|
|
2848
|
+
parameters: {
|
|
2849
|
+
filter: { object: { style: "form" } },
|
|
2850
|
+
fields: { object: { style: "form" } }
|
|
2851
|
+
}
|
|
2852
|
+
},
|
|
2384
2853
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2385
2854
|
url: "/search/stats",
|
|
2386
2855
|
...options
|
|
2387
2856
|
});
|
|
2388
2857
|
var deleteNotificationPreferencesById = (options) => (options.client ?? client).delete({
|
|
2858
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2389
2859
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2390
2860
|
url: "/notification_preferences/{id}",
|
|
2391
2861
|
...options
|
|
2392
2862
|
});
|
|
2393
2863
|
var getNotificationPreferencesById = (options) => (options.client ?? client).get({
|
|
2864
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2394
2865
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2395
2866
|
url: "/notification_preferences/{id}",
|
|
2396
2867
|
...options
|
|
2397
2868
|
});
|
|
2398
2869
|
var patchNotificationPreferencesById = (options) => (options.client ?? client).patch({
|
|
2870
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2399
2871
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2400
2872
|
url: "/notification_preferences/{id}",
|
|
2401
2873
|
...options,
|
|
@@ -2405,11 +2877,19 @@ var patchNotificationPreferencesById = (options) => (options.client ?? client).p
|
|
|
2405
2877
|
}
|
|
2406
2878
|
});
|
|
2407
2879
|
var getAiGraphNodes = (options) => (options.client ?? client).get({
|
|
2880
|
+
querySerializer: {
|
|
2881
|
+
parameters: {
|
|
2882
|
+
filter: { object: { style: "form" } },
|
|
2883
|
+
page: { object: { style: "form" } },
|
|
2884
|
+
fields: { object: { style: "form" } }
|
|
2885
|
+
}
|
|
2886
|
+
},
|
|
2408
2887
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2409
2888
|
url: "/ai/graph/nodes",
|
|
2410
2889
|
...options
|
|
2411
2890
|
});
|
|
2412
2891
|
var postAiGraphNodes = (options) => (options.client ?? client).post({
|
|
2892
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2413
2893
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2414
2894
|
url: "/ai/graph/nodes",
|
|
2415
2895
|
...options,
|
|
@@ -2419,11 +2899,19 @@ var postAiGraphNodes = (options) => (options.client ?? client).post({
|
|
|
2419
2899
|
}
|
|
2420
2900
|
});
|
|
2421
2901
|
var getAgents = (options) => (options.client ?? client).get({
|
|
2902
|
+
querySerializer: {
|
|
2903
|
+
parameters: {
|
|
2904
|
+
filter: { object: { style: "form" } },
|
|
2905
|
+
page: { object: { style: "form" } },
|
|
2906
|
+
fields: { object: { style: "form" } }
|
|
2907
|
+
}
|
|
2908
|
+
},
|
|
2422
2909
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2423
2910
|
url: "/agents",
|
|
2424
2911
|
...options
|
|
2425
2912
|
});
|
|
2426
2913
|
var postAgents = (options) => (options.client ?? client).post({
|
|
2914
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2427
2915
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2428
2916
|
url: "/agents",
|
|
2429
2917
|
...options,
|
|
@@ -2433,6 +2921,7 @@ var postAgents = (options) => (options.client ?? client).post({
|
|
|
2433
2921
|
}
|
|
2434
2922
|
});
|
|
2435
2923
|
var postUsersRegisterIsv = (options) => (options.client ?? client).post({
|
|
2924
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2436
2925
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2437
2926
|
url: "/users/register_isv",
|
|
2438
2927
|
...options,
|
|
@@ -2442,16 +2931,25 @@ var postUsersRegisterIsv = (options) => (options.client ?? client).post({
|
|
|
2442
2931
|
}
|
|
2443
2932
|
});
|
|
2444
2933
|
var getExtractionBatchesById = (options) => (options.client ?? client).get({
|
|
2934
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2445
2935
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2446
2936
|
url: "/extraction/batches/{id}",
|
|
2447
2937
|
...options
|
|
2448
2938
|
});
|
|
2449
2939
|
var getWorkspacesByWorkspaceIdExtractionExports = (options) => (options.client ?? client).get({
|
|
2940
|
+
querySerializer: {
|
|
2941
|
+
parameters: {
|
|
2942
|
+
filter: { object: { style: "form" } },
|
|
2943
|
+
page: { object: { style: "form" } },
|
|
2944
|
+
fields: { object: { style: "form" } }
|
|
2945
|
+
}
|
|
2946
|
+
},
|
|
2450
2947
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2451
2948
|
url: "/workspaces/{workspace_id}/extraction/exports",
|
|
2452
2949
|
...options
|
|
2453
2950
|
});
|
|
2454
2951
|
var postWorkspacesByWorkspaceIdExtractionExports = (options) => (options.client ?? client).post({
|
|
2952
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2455
2953
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2456
2954
|
url: "/workspaces/{workspace_id}/extraction/exports",
|
|
2457
2955
|
...options,
|
|
@@ -2461,11 +2959,13 @@ var postWorkspacesByWorkspaceIdExtractionExports = (options) => (options.client
|
|
|
2461
2959
|
}
|
|
2462
2960
|
});
|
|
2463
2961
|
var deleteWorkspaceMembershipsByWorkspaceIdByUserId = (options) => (options.client ?? client).delete({
|
|
2962
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2464
2963
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2465
2964
|
url: "/workspace-memberships/{workspace_id}/{user_id}",
|
|
2466
2965
|
...options
|
|
2467
2966
|
});
|
|
2468
2967
|
var patchWorkspaceMembershipsByWorkspaceIdByUserId = (options) => (options.client ?? client).patch({
|
|
2968
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2469
2969
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2470
2970
|
url: "/workspace-memberships/{workspace_id}/{user_id}",
|
|
2471
2971
|
...options,
|
|
@@ -2475,16 +2975,37 @@ var patchWorkspaceMembershipsByWorkspaceIdByUserId = (options) => (options.clien
|
|
|
2475
2975
|
}
|
|
2476
2976
|
});
|
|
2477
2977
|
var getCreditPackages = (options) => (options.client ?? client).get({
|
|
2978
|
+
querySerializer: {
|
|
2979
|
+
parameters: {
|
|
2980
|
+
filter: { object: { style: "form" } },
|
|
2981
|
+
page: { object: { style: "form" } },
|
|
2982
|
+
fields: { object: { style: "form" } }
|
|
2983
|
+
}
|
|
2984
|
+
},
|
|
2478
2985
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2479
2986
|
url: "/credit-packages",
|
|
2480
2987
|
...options
|
|
2481
2988
|
});
|
|
2482
2989
|
var getUsers = (options) => (options.client ?? client).get({
|
|
2990
|
+
querySerializer: {
|
|
2991
|
+
parameters: {
|
|
2992
|
+
filter: { object: { style: "form" } },
|
|
2993
|
+
page: { object: { style: "form" } },
|
|
2994
|
+
fields: { object: { style: "form" } }
|
|
2995
|
+
}
|
|
2996
|
+
},
|
|
2483
2997
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2484
2998
|
url: "/users",
|
|
2485
2999
|
...options
|
|
2486
3000
|
});
|
|
2487
3001
|
var getObjects = (options) => (options.client ?? client).get({
|
|
3002
|
+
querySerializer: {
|
|
3003
|
+
parameters: {
|
|
3004
|
+
filter: { object: { style: "form" } },
|
|
3005
|
+
page: { object: { style: "form" } },
|
|
3006
|
+
fields: { object: { style: "form" } }
|
|
3007
|
+
}
|
|
3008
|
+
},
|
|
2488
3009
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2489
3010
|
url: "/objects",
|
|
2490
3011
|
...options
|
|
@@ -2916,6 +3437,7 @@ export {
|
|
|
2916
3437
|
getExtractionResultsDocumentByDocumentId,
|
|
2917
3438
|
getExtractionSchemaFields,
|
|
2918
3439
|
getExtractionSchemaFieldsById,
|
|
3440
|
+
getExtractionSchemas,
|
|
2919
3441
|
getExtractionSchemasById,
|
|
2920
3442
|
getExtractionSchemasWorkspaceByWorkspaceId,
|
|
2921
3443
|
getFieldTemplates,
|
|
@@ -3001,6 +3523,7 @@ export {
|
|
|
3001
3523
|
patchExtractionResultsByIdRegenerate,
|
|
3002
3524
|
patchExtractionSchemaFieldsById,
|
|
3003
3525
|
patchExtractionSchemasById,
|
|
3526
|
+
patchExtractionSchemasByIdActivate,
|
|
3004
3527
|
patchExtractionSchemasByIdFields,
|
|
3005
3528
|
patchInvitationsByIdAccept,
|
|
3006
3529
|
patchInvitationsByIdResend,
|