@gpt-core/client 0.6.32 → 0.6.41
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 +743 -6110
- package/dist/index.d.ts +743 -6110
- package/dist/index.js +498 -0
- package/dist/index.mjs +498 -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,
|
|
@@ -1966,6 +2294,7 @@ var postUsersAuthConfirm = (options) => (options.client ?? client).post({
|
|
|
1966
2294
|
}
|
|
1967
2295
|
});
|
|
1968
2296
|
var postExtractionSchemas = (options) => (options.client ?? client).post({
|
|
2297
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1969
2298
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1970
2299
|
url: "/extraction/schemas",
|
|
1971
2300
|
...options,
|
|
@@ -1975,11 +2304,18 @@ var postExtractionSchemas = (options) => (options.client ?? client).post({
|
|
|
1975
2304
|
}
|
|
1976
2305
|
});
|
|
1977
2306
|
var getStorageStats = (options) => (options.client ?? client).get({
|
|
2307
|
+
querySerializer: {
|
|
2308
|
+
parameters: {
|
|
2309
|
+
filter: { object: { style: "form" } },
|
|
2310
|
+
fields: { object: { style: "form" } }
|
|
2311
|
+
}
|
|
2312
|
+
},
|
|
1978
2313
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1979
2314
|
url: "/storage/stats",
|
|
1980
2315
|
...options
|
|
1981
2316
|
});
|
|
1982
2317
|
var postTenantsByIdBuyStorage = (options) => (options.client ?? client).post({
|
|
2318
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1983
2319
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1984
2320
|
url: "/tenants/{id}/buy-storage",
|
|
1985
2321
|
...options,
|
|
@@ -1989,11 +2325,19 @@ var postTenantsByIdBuyStorage = (options) => (options.client ?? client).post({
|
|
|
1989
2325
|
}
|
|
1990
2326
|
});
|
|
1991
2327
|
var getWorkspaceMemberships = (options) => (options.client ?? client).get({
|
|
2328
|
+
querySerializer: {
|
|
2329
|
+
parameters: {
|
|
2330
|
+
filter: { object: { style: "form" } },
|
|
2331
|
+
page: { object: { style: "form" } },
|
|
2332
|
+
fields: { object: { style: "form" } }
|
|
2333
|
+
}
|
|
2334
|
+
},
|
|
1992
2335
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1993
2336
|
url: "/workspace-memberships",
|
|
1994
2337
|
...options
|
|
1995
2338
|
});
|
|
1996
2339
|
var postWorkspaceMemberships = (options) => (options.client ?? client).post({
|
|
2340
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1997
2341
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1998
2342
|
url: "/workspace-memberships",
|
|
1999
2343
|
...options,
|
|
@@ -2003,11 +2347,13 @@ var postWorkspaceMemberships = (options) => (options.client ?? client).post({
|
|
|
2003
2347
|
}
|
|
2004
2348
|
});
|
|
2005
2349
|
var getTenantsByTenantIdDocumentStats = (options) => (options.client ?? client).get({
|
|
2350
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2006
2351
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2007
2352
|
url: "/tenants/{tenant_id}/document_stats",
|
|
2008
2353
|
...options
|
|
2009
2354
|
});
|
|
2010
2355
|
var postUsersAuthMagicLinkRequest = (options) => (options.client ?? client).post({
|
|
2356
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2011
2357
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2012
2358
|
url: "/users/auth/magic_link/request",
|
|
2013
2359
|
...options,
|
|
@@ -2017,6 +2363,7 @@ var postUsersAuthMagicLinkRequest = (options) => (options.client ?? client).post
|
|
|
2017
2363
|
}
|
|
2018
2364
|
});
|
|
2019
2365
|
var postUsersAuthRegister = (options) => (options.client ?? client).post({
|
|
2366
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2020
2367
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2021
2368
|
url: "/users/auth/register",
|
|
2022
2369
|
...options,
|
|
@@ -2035,16 +2382,19 @@ var postTrainingExamplesBulk = (options) => (options.client ?? client).post({
|
|
|
2035
2382
|
}
|
|
2036
2383
|
});
|
|
2037
2384
|
var deleteBucketsById = (options) => (options.client ?? client).delete({
|
|
2385
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2038
2386
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2039
2387
|
url: "/buckets/{id}",
|
|
2040
2388
|
...options
|
|
2041
2389
|
});
|
|
2042
2390
|
var getBucketsById = (options) => (options.client ?? client).get({
|
|
2391
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2043
2392
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2044
2393
|
url: "/buckets/{id}",
|
|
2045
2394
|
...options
|
|
2046
2395
|
});
|
|
2047
2396
|
var patchBucketsById = (options) => (options.client ?? client).patch({
|
|
2397
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2048
2398
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2049
2399
|
url: "/buckets/{id}",
|
|
2050
2400
|
...options,
|
|
@@ -2054,11 +2404,18 @@ var patchBucketsById = (options) => (options.client ?? client).patch({
|
|
|
2054
2404
|
}
|
|
2055
2405
|
});
|
|
2056
2406
|
var getExtractionDocumentsWorkspaceByWorkspaceId = (options) => (options.client ?? client).get({
|
|
2407
|
+
querySerializer: {
|
|
2408
|
+
parameters: {
|
|
2409
|
+
filter: { object: { style: "form" } },
|
|
2410
|
+
fields: { object: { style: "form" } }
|
|
2411
|
+
}
|
|
2412
|
+
},
|
|
2057
2413
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2058
2414
|
url: "/extraction/documents/workspace/{workspace_id}",
|
|
2059
2415
|
...options
|
|
2060
2416
|
});
|
|
2061
2417
|
var postExtractionDocumentsBeginUpload = (options) => (options.client ?? client).post({
|
|
2418
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2062
2419
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2063
2420
|
url: "/extraction/documents/begin_upload",
|
|
2064
2421
|
...options,
|
|
@@ -2068,21 +2425,25 @@ var postExtractionDocumentsBeginUpload = (options) => (options.client ?? client)
|
|
|
2068
2425
|
}
|
|
2069
2426
|
});
|
|
2070
2427
|
var deleteAiGraphEdgesById = (options) => (options.client ?? client).delete({
|
|
2428
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2071
2429
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2072
2430
|
url: "/ai/graph/edges/{id}",
|
|
2073
2431
|
...options
|
|
2074
2432
|
});
|
|
2075
2433
|
var deleteTenantsById = (options) => (options.client ?? client).delete({
|
|
2434
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2076
2435
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2077
2436
|
url: "/tenants/{id}",
|
|
2078
2437
|
...options
|
|
2079
2438
|
});
|
|
2080
2439
|
var getTenantsById = (options) => (options.client ?? client).get({
|
|
2440
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2081
2441
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2082
2442
|
url: "/tenants/{id}",
|
|
2083
2443
|
...options
|
|
2084
2444
|
});
|
|
2085
2445
|
var patchTenantsById = (options) => (options.client ?? client).patch({
|
|
2446
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2086
2447
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2087
2448
|
url: "/tenants/{id}",
|
|
2088
2449
|
...options,
|
|
@@ -2092,16 +2453,25 @@ var patchTenantsById = (options) => (options.client ?? client).patch({
|
|
|
2092
2453
|
}
|
|
2093
2454
|
});
|
|
2094
2455
|
var getPlans = (options) => (options.client ?? client).get({
|
|
2456
|
+
querySerializer: {
|
|
2457
|
+
parameters: {
|
|
2458
|
+
filter: { object: { style: "form" } },
|
|
2459
|
+
page: { object: { style: "form" } },
|
|
2460
|
+
fields: { object: { style: "form" } }
|
|
2461
|
+
}
|
|
2462
|
+
},
|
|
2095
2463
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2096
2464
|
url: "/plans",
|
|
2097
2465
|
...options
|
|
2098
2466
|
});
|
|
2099
2467
|
var getExtractionSchemasById = (options) => (options.client ?? client).get({
|
|
2468
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2100
2469
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2101
2470
|
url: "/extraction/schemas/{id}",
|
|
2102
2471
|
...options
|
|
2103
2472
|
});
|
|
2104
2473
|
var patchExtractionSchemasById = (options) => (options.client ?? client).patch({
|
|
2474
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2105
2475
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2106
2476
|
url: "/extraction/schemas/{id}",
|
|
2107
2477
|
...options,
|
|
@@ -2111,6 +2481,7 @@ var patchExtractionSchemasById = (options) => (options.client ?? client).patch({
|
|
|
2111
2481
|
}
|
|
2112
2482
|
});
|
|
2113
2483
|
var postAgentsByIdTest = (options) => (options.client ?? client).post({
|
|
2484
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2114
2485
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2115
2486
|
url: "/agents/{id}/test",
|
|
2116
2487
|
...options,
|
|
@@ -2120,16 +2491,24 @@ var postAgentsByIdTest = (options) => (options.client ?? client).post({
|
|
|
2120
2491
|
}
|
|
2121
2492
|
});
|
|
2122
2493
|
var getExtractionDocuments = (options) => (options.client ?? client).get({
|
|
2494
|
+
querySerializer: {
|
|
2495
|
+
parameters: {
|
|
2496
|
+
filter: { object: { style: "form" } },
|
|
2497
|
+
fields: { object: { style: "form" } }
|
|
2498
|
+
}
|
|
2499
|
+
},
|
|
2123
2500
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2124
2501
|
url: "/extraction/documents",
|
|
2125
2502
|
...options
|
|
2126
2503
|
});
|
|
2127
2504
|
var deleteTenantMembershipsByTenantIdByUserId = (options) => (options.client ?? client).delete({
|
|
2505
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2128
2506
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2129
2507
|
url: "/tenant-memberships/{tenant_id}/{user_id}",
|
|
2130
2508
|
...options
|
|
2131
2509
|
});
|
|
2132
2510
|
var patchTenantMembershipsByTenantIdByUserId = (options) => (options.client ?? client).patch({
|
|
2511
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2133
2512
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2134
2513
|
url: "/tenant-memberships/{tenant_id}/{user_id}",
|
|
2135
2514
|
...options,
|
|
@@ -2139,6 +2518,7 @@ var patchTenantMembershipsByTenantIdByUserId = (options) => (options.client ?? c
|
|
|
2139
2518
|
}
|
|
2140
2519
|
});
|
|
2141
2520
|
var patchWebhookConfigsByIdRotateSecret = (options) => (options.client ?? client).patch({
|
|
2521
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2142
2522
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2143
2523
|
url: "/webhook_configs/{id}/rotate_secret",
|
|
2144
2524
|
...options,
|
|
@@ -2148,11 +2528,18 @@ var patchWebhookConfigsByIdRotateSecret = (options) => (options.client ?? client
|
|
|
2148
2528
|
}
|
|
2149
2529
|
});
|
|
2150
2530
|
var getFieldTemplates = (options) => (options.client ?? client).get({
|
|
2531
|
+
querySerializer: {
|
|
2532
|
+
parameters: {
|
|
2533
|
+
filter: { object: { style: "form" } },
|
|
2534
|
+
fields: { object: { style: "form" } }
|
|
2535
|
+
}
|
|
2536
|
+
},
|
|
2151
2537
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2152
2538
|
url: "/field_templates",
|
|
2153
2539
|
...options
|
|
2154
2540
|
});
|
|
2155
2541
|
var postFieldTemplates = (options) => (options.client ?? client).post({
|
|
2542
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2156
2543
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2157
2544
|
url: "/field_templates",
|
|
2158
2545
|
...options,
|
|
@@ -2162,11 +2549,19 @@ var postFieldTemplates = (options) => (options.client ?? client).post({
|
|
|
2162
2549
|
}
|
|
2163
2550
|
});
|
|
2164
2551
|
var getAiMessages = (options) => (options.client ?? client).get({
|
|
2552
|
+
querySerializer: {
|
|
2553
|
+
parameters: {
|
|
2554
|
+
filter: { object: { style: "form" } },
|
|
2555
|
+
page: { object: { style: "form" } },
|
|
2556
|
+
fields: { object: { style: "form" } }
|
|
2557
|
+
}
|
|
2558
|
+
},
|
|
2165
2559
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2166
2560
|
url: "/ai/messages",
|
|
2167
2561
|
...options
|
|
2168
2562
|
});
|
|
2169
2563
|
var postAiMessages = (options) => (options.client ?? client).post({
|
|
2564
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2170
2565
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2171
2566
|
url: "/ai/messages",
|
|
2172
2567
|
...options,
|
|
@@ -2176,6 +2571,7 @@ var postAiMessages = (options) => (options.client ?? client).post({
|
|
|
2176
2571
|
}
|
|
2177
2572
|
});
|
|
2178
2573
|
var postStorageSignUpload = (options) => (options.client ?? client).post({
|
|
2574
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2179
2575
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2180
2576
|
url: "/storage/sign_upload",
|
|
2181
2577
|
...options,
|
|
@@ -2185,6 +2581,7 @@ var postStorageSignUpload = (options) => (options.client ?? client).post({
|
|
|
2185
2581
|
}
|
|
2186
2582
|
});
|
|
2187
2583
|
var postWebhookDeliveriesByIdRetry = (options) => (options.client ?? client).post({
|
|
2584
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2188
2585
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2189
2586
|
url: "/webhook_deliveries/{id}/retry",
|
|
2190
2587
|
...options,
|
|
@@ -2194,11 +2591,19 @@ var postWebhookDeliveriesByIdRetry = (options) => (options.client ?? client).pos
|
|
|
2194
2591
|
}
|
|
2195
2592
|
});
|
|
2196
2593
|
var getNotificationMethods = (options) => (options.client ?? client).get({
|
|
2594
|
+
querySerializer: {
|
|
2595
|
+
parameters: {
|
|
2596
|
+
filter: { object: { style: "form" } },
|
|
2597
|
+
page: { object: { style: "form" } },
|
|
2598
|
+
fields: { object: { style: "form" } }
|
|
2599
|
+
}
|
|
2600
|
+
},
|
|
2197
2601
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2198
2602
|
url: "/notification_methods",
|
|
2199
2603
|
...options
|
|
2200
2604
|
});
|
|
2201
2605
|
var postNotificationMethods = (options) => (options.client ?? client).post({
|
|
2606
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2202
2607
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2203
2608
|
url: "/notification_methods",
|
|
2204
2609
|
...options,
|
|
@@ -2208,6 +2613,7 @@ var postNotificationMethods = (options) => (options.client ?? client).post({
|
|
|
2208
2613
|
}
|
|
2209
2614
|
});
|
|
2210
2615
|
var postThreadsByIdSummarize = (options) => (options.client ?? client).post({
|
|
2616
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2211
2617
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2212
2618
|
url: "/threads/{id}/summarize",
|
|
2213
2619
|
...options,
|
|
@@ -2217,6 +2623,7 @@ var postThreadsByIdSummarize = (options) => (options.client ?? client).post({
|
|
|
2217
2623
|
}
|
|
2218
2624
|
});
|
|
2219
2625
|
var patchConfigsByKey = (options) => (options.client ?? client).patch({
|
|
2626
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2220
2627
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2221
2628
|
url: "/configs/{key}",
|
|
2222
2629
|
...options,
|
|
@@ -2226,6 +2633,7 @@ var patchConfigsByKey = (options) => (options.client ?? client).patch({
|
|
|
2226
2633
|
}
|
|
2227
2634
|
});
|
|
2228
2635
|
var patchApiKeysByIdRotate = (options) => (options.client ?? client).patch({
|
|
2636
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2229
2637
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2230
2638
|
url: "/api_keys/{id}/rotate",
|
|
2231
2639
|
...options,
|
|
@@ -2235,6 +2643,7 @@ var patchApiKeysByIdRotate = (options) => (options.client ?? client).patch({
|
|
|
2235
2643
|
}
|
|
2236
2644
|
});
|
|
2237
2645
|
var postExtractionResults = (options) => (options.client ?? client).post({
|
|
2646
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2238
2647
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2239
2648
|
url: "/extraction/results",
|
|
2240
2649
|
...options,
|
|
@@ -2244,6 +2653,7 @@ var postExtractionResults = (options) => (options.client ?? client).post({
|
|
|
2244
2653
|
}
|
|
2245
2654
|
});
|
|
2246
2655
|
var postAgentsByIdClone = (options) => (options.client ?? client).post({
|
|
2656
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2247
2657
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2248
2658
|
url: "/agents/{id}/clone",
|
|
2249
2659
|
...options,
|
|
@@ -2253,16 +2663,19 @@ var postAgentsByIdClone = (options) => (options.client ?? client).post({
|
|
|
2253
2663
|
}
|
|
2254
2664
|
});
|
|
2255
2665
|
var deleteAiConversationsById = (options) => (options.client ?? client).delete({
|
|
2666
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2256
2667
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2257
2668
|
url: "/ai/conversations/{id}",
|
|
2258
2669
|
...options
|
|
2259
2670
|
});
|
|
2260
2671
|
var getAiConversationsById = (options) => (options.client ?? client).get({
|
|
2672
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2261
2673
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2262
2674
|
url: "/ai/conversations/{id}",
|
|
2263
2675
|
...options
|
|
2264
2676
|
});
|
|
2265
2677
|
var postExtractionSchemasBulkCreate = (options) => (options.client ?? client).post({
|
|
2678
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2266
2679
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2267
2680
|
url: "/extraction/schemas/bulk_create",
|
|
2268
2681
|
...options,
|
|
@@ -2272,16 +2685,19 @@ var postExtractionSchemasBulkCreate = (options) => (options.client ?? client).po
|
|
|
2272
2685
|
}
|
|
2273
2686
|
});
|
|
2274
2687
|
var deleteUserProfilesById = (options) => (options.client ?? client).delete({
|
|
2688
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2275
2689
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2276
2690
|
url: "/user_profiles/{id}",
|
|
2277
2691
|
...options
|
|
2278
2692
|
});
|
|
2279
2693
|
var getUserProfilesById = (options) => (options.client ?? client).get({
|
|
2694
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2280
2695
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2281
2696
|
url: "/user_profiles/{id}",
|
|
2282
2697
|
...options
|
|
2283
2698
|
});
|
|
2284
2699
|
var patchUserProfilesById = (options) => (options.client ?? client).patch({
|
|
2700
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2285
2701
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2286
2702
|
url: "/user_profiles/{id}",
|
|
2287
2703
|
...options,
|
|
@@ -2291,21 +2707,31 @@ var patchUserProfilesById = (options) => (options.client ?? client).patch({
|
|
|
2291
2707
|
}
|
|
2292
2708
|
});
|
|
2293
2709
|
var deleteObjectsById = (options) => (options.client ?? client).delete({
|
|
2710
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2294
2711
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2295
2712
|
url: "/objects/{id}",
|
|
2296
2713
|
...options
|
|
2297
2714
|
});
|
|
2298
2715
|
var getObjectsById = (options) => (options.client ?? client).get({
|
|
2716
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2299
2717
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2300
2718
|
url: "/objects/{id}",
|
|
2301
2719
|
...options
|
|
2302
2720
|
});
|
|
2303
2721
|
var getWebhookConfigs = (options) => (options.client ?? client).get({
|
|
2722
|
+
querySerializer: {
|
|
2723
|
+
parameters: {
|
|
2724
|
+
filter: { object: { style: "form" } },
|
|
2725
|
+
page: { object: { style: "form" } },
|
|
2726
|
+
fields: { object: { style: "form" } }
|
|
2727
|
+
}
|
|
2728
|
+
},
|
|
2304
2729
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2305
2730
|
url: "/webhook_configs",
|
|
2306
2731
|
...options
|
|
2307
2732
|
});
|
|
2308
2733
|
var postWebhookConfigs = (options) => (options.client ?? client).post({
|
|
2734
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2309
2735
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2310
2736
|
url: "/webhook_configs",
|
|
2311
2737
|
...options,
|
|
@@ -2315,6 +2741,7 @@ var postWebhookConfigs = (options) => (options.client ?? client).post({
|
|
|
2315
2741
|
}
|
|
2316
2742
|
});
|
|
2317
2743
|
var postAgentsByIdPublishVersion = (options) => (options.client ?? client).post({
|
|
2744
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2318
2745
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2319
2746
|
url: "/agents/{id}/publish_version",
|
|
2320
2747
|
...options,
|
|
@@ -2324,6 +2751,7 @@ var postAgentsByIdPublishVersion = (options) => (options.client ?? client).post(
|
|
|
2324
2751
|
}
|
|
2325
2752
|
});
|
|
2326
2753
|
var postObjectsBulkDestroy = (options) => (options.client ?? client).post({
|
|
2754
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2327
2755
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2328
2756
|
url: "/objects/bulk-destroy",
|
|
2329
2757
|
...options,
|
|
@@ -2333,31 +2761,42 @@ var postObjectsBulkDestroy = (options) => (options.client ?? client).post({
|
|
|
2333
2761
|
}
|
|
2334
2762
|
});
|
|
2335
2763
|
var getApplicationsBySlugBySlug = (options) => (options.client ?? client).get({
|
|
2764
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2336
2765
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2337
2766
|
url: "/applications/by-slug/{slug}",
|
|
2338
2767
|
...options
|
|
2339
2768
|
});
|
|
2340
2769
|
var getNotificationLogs = (options) => (options.client ?? client).get({
|
|
2770
|
+
querySerializer: {
|
|
2771
|
+
parameters: {
|
|
2772
|
+
filter: { object: { style: "form" } },
|
|
2773
|
+
fields: { object: { style: "form" } }
|
|
2774
|
+
}
|
|
2775
|
+
},
|
|
2341
2776
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2342
2777
|
url: "/notification_logs",
|
|
2343
2778
|
...options
|
|
2344
2779
|
});
|
|
2345
2780
|
var getWallet = (options) => (options.client ?? client).get({
|
|
2781
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2346
2782
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2347
2783
|
url: "/wallet",
|
|
2348
2784
|
...options
|
|
2349
2785
|
});
|
|
2350
2786
|
var deleteMessagesById = (options) => (options.client ?? client).delete({
|
|
2787
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2351
2788
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2352
2789
|
url: "/messages/{id}",
|
|
2353
2790
|
...options
|
|
2354
2791
|
});
|
|
2355
2792
|
var getMessagesById = (options) => (options.client ?? client).get({
|
|
2793
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2356
2794
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2357
2795
|
url: "/messages/{id}",
|
|
2358
2796
|
...options
|
|
2359
2797
|
});
|
|
2360
2798
|
var patchMessagesById = (options) => (options.client ?? client).patch({
|
|
2799
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2361
2800
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2362
2801
|
url: "/messages/{id}",
|
|
2363
2802
|
...options,
|
|
@@ -2367,26 +2806,36 @@ var patchMessagesById = (options) => (options.client ?? client).patch({
|
|
|
2367
2806
|
}
|
|
2368
2807
|
});
|
|
2369
2808
|
var getLlmAnalyticsUsage = (options) => (options.client ?? client).get({
|
|
2809
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2370
2810
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2371
2811
|
url: "/llm_analytics/usage",
|
|
2372
2812
|
...options
|
|
2373
2813
|
});
|
|
2374
2814
|
var getSearchStats = (options) => (options.client ?? client).get({
|
|
2815
|
+
querySerializer: {
|
|
2816
|
+
parameters: {
|
|
2817
|
+
filter: { object: { style: "form" } },
|
|
2818
|
+
fields: { object: { style: "form" } }
|
|
2819
|
+
}
|
|
2820
|
+
},
|
|
2375
2821
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2376
2822
|
url: "/search/stats",
|
|
2377
2823
|
...options
|
|
2378
2824
|
});
|
|
2379
2825
|
var deleteNotificationPreferencesById = (options) => (options.client ?? client).delete({
|
|
2826
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2380
2827
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2381
2828
|
url: "/notification_preferences/{id}",
|
|
2382
2829
|
...options
|
|
2383
2830
|
});
|
|
2384
2831
|
var getNotificationPreferencesById = (options) => (options.client ?? client).get({
|
|
2832
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2385
2833
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2386
2834
|
url: "/notification_preferences/{id}",
|
|
2387
2835
|
...options
|
|
2388
2836
|
});
|
|
2389
2837
|
var patchNotificationPreferencesById = (options) => (options.client ?? client).patch({
|
|
2838
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2390
2839
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2391
2840
|
url: "/notification_preferences/{id}",
|
|
2392
2841
|
...options,
|
|
@@ -2396,11 +2845,19 @@ var patchNotificationPreferencesById = (options) => (options.client ?? client).p
|
|
|
2396
2845
|
}
|
|
2397
2846
|
});
|
|
2398
2847
|
var getAiGraphNodes = (options) => (options.client ?? client).get({
|
|
2848
|
+
querySerializer: {
|
|
2849
|
+
parameters: {
|
|
2850
|
+
filter: { object: { style: "form" } },
|
|
2851
|
+
page: { object: { style: "form" } },
|
|
2852
|
+
fields: { object: { style: "form" } }
|
|
2853
|
+
}
|
|
2854
|
+
},
|
|
2399
2855
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2400
2856
|
url: "/ai/graph/nodes",
|
|
2401
2857
|
...options
|
|
2402
2858
|
});
|
|
2403
2859
|
var postAiGraphNodes = (options) => (options.client ?? client).post({
|
|
2860
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2404
2861
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2405
2862
|
url: "/ai/graph/nodes",
|
|
2406
2863
|
...options,
|
|
@@ -2410,11 +2867,19 @@ var postAiGraphNodes = (options) => (options.client ?? client).post({
|
|
|
2410
2867
|
}
|
|
2411
2868
|
});
|
|
2412
2869
|
var getAgents = (options) => (options.client ?? client).get({
|
|
2870
|
+
querySerializer: {
|
|
2871
|
+
parameters: {
|
|
2872
|
+
filter: { object: { style: "form" } },
|
|
2873
|
+
page: { object: { style: "form" } },
|
|
2874
|
+
fields: { object: { style: "form" } }
|
|
2875
|
+
}
|
|
2876
|
+
},
|
|
2413
2877
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2414
2878
|
url: "/agents",
|
|
2415
2879
|
...options
|
|
2416
2880
|
});
|
|
2417
2881
|
var postAgents = (options) => (options.client ?? client).post({
|
|
2882
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2418
2883
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2419
2884
|
url: "/agents",
|
|
2420
2885
|
...options,
|
|
@@ -2424,6 +2889,7 @@ var postAgents = (options) => (options.client ?? client).post({
|
|
|
2424
2889
|
}
|
|
2425
2890
|
});
|
|
2426
2891
|
var postUsersRegisterIsv = (options) => (options.client ?? client).post({
|
|
2892
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2427
2893
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2428
2894
|
url: "/users/register_isv",
|
|
2429
2895
|
...options,
|
|
@@ -2433,16 +2899,25 @@ var postUsersRegisterIsv = (options) => (options.client ?? client).post({
|
|
|
2433
2899
|
}
|
|
2434
2900
|
});
|
|
2435
2901
|
var getExtractionBatchesById = (options) => (options.client ?? client).get({
|
|
2902
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2436
2903
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2437
2904
|
url: "/extraction/batches/{id}",
|
|
2438
2905
|
...options
|
|
2439
2906
|
});
|
|
2440
2907
|
var getWorkspacesByWorkspaceIdExtractionExports = (options) => (options.client ?? client).get({
|
|
2908
|
+
querySerializer: {
|
|
2909
|
+
parameters: {
|
|
2910
|
+
filter: { object: { style: "form" } },
|
|
2911
|
+
page: { object: { style: "form" } },
|
|
2912
|
+
fields: { object: { style: "form" } }
|
|
2913
|
+
}
|
|
2914
|
+
},
|
|
2441
2915
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2442
2916
|
url: "/workspaces/{workspace_id}/extraction/exports",
|
|
2443
2917
|
...options
|
|
2444
2918
|
});
|
|
2445
2919
|
var postWorkspacesByWorkspaceIdExtractionExports = (options) => (options.client ?? client).post({
|
|
2920
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2446
2921
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2447
2922
|
url: "/workspaces/{workspace_id}/extraction/exports",
|
|
2448
2923
|
...options,
|
|
@@ -2452,11 +2927,13 @@ var postWorkspacesByWorkspaceIdExtractionExports = (options) => (options.client
|
|
|
2452
2927
|
}
|
|
2453
2928
|
});
|
|
2454
2929
|
var deleteWorkspaceMembershipsByWorkspaceIdByUserId = (options) => (options.client ?? client).delete({
|
|
2930
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2455
2931
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2456
2932
|
url: "/workspace-memberships/{workspace_id}/{user_id}",
|
|
2457
2933
|
...options
|
|
2458
2934
|
});
|
|
2459
2935
|
var patchWorkspaceMembershipsByWorkspaceIdByUserId = (options) => (options.client ?? client).patch({
|
|
2936
|
+
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
2460
2937
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2461
2938
|
url: "/workspace-memberships/{workspace_id}/{user_id}",
|
|
2462
2939
|
...options,
|
|
@@ -2466,16 +2943,37 @@ var patchWorkspaceMembershipsByWorkspaceIdByUserId = (options) => (options.clien
|
|
|
2466
2943
|
}
|
|
2467
2944
|
});
|
|
2468
2945
|
var getCreditPackages = (options) => (options.client ?? client).get({
|
|
2946
|
+
querySerializer: {
|
|
2947
|
+
parameters: {
|
|
2948
|
+
filter: { object: { style: "form" } },
|
|
2949
|
+
page: { object: { style: "form" } },
|
|
2950
|
+
fields: { object: { style: "form" } }
|
|
2951
|
+
}
|
|
2952
|
+
},
|
|
2469
2953
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2470
2954
|
url: "/credit-packages",
|
|
2471
2955
|
...options
|
|
2472
2956
|
});
|
|
2473
2957
|
var getUsers = (options) => (options.client ?? client).get({
|
|
2958
|
+
querySerializer: {
|
|
2959
|
+
parameters: {
|
|
2960
|
+
filter: { object: { style: "form" } },
|
|
2961
|
+
page: { object: { style: "form" } },
|
|
2962
|
+
fields: { object: { style: "form" } }
|
|
2963
|
+
}
|
|
2964
|
+
},
|
|
2474
2965
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2475
2966
|
url: "/users",
|
|
2476
2967
|
...options
|
|
2477
2968
|
});
|
|
2478
2969
|
var getObjects = (options) => (options.client ?? client).get({
|
|
2970
|
+
querySerializer: {
|
|
2971
|
+
parameters: {
|
|
2972
|
+
filter: { object: { style: "form" } },
|
|
2973
|
+
page: { object: { style: "form" } },
|
|
2974
|
+
fields: { object: { style: "form" } }
|
|
2975
|
+
}
|
|
2976
|
+
},
|
|
2479
2977
|
security: [{ scheme: "bearer", type: "http" }],
|
|
2480
2978
|
url: "/objects",
|
|
2481
2979
|
...options
|