@gpt-core/admin 0.6.2 → 0.6.31
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 +6609 -904
- package/dist/index.d.ts +6609 -904
- package/dist/index.js +0 -67
- package/dist/index.mjs +0 -67
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -913,7 +913,6 @@ var BaseClient = class {
|
|
|
913
913
|
|
|
914
914
|
// src/_internal/sdk.gen.ts
|
|
915
915
|
var patchAdminAccountsByIdCredit = (options) => (options.client ?? client).patch({
|
|
916
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
917
916
|
security: [{ scheme: "bearer", type: "http" }],
|
|
918
917
|
url: "/admin/accounts/{id}/credit",
|
|
919
918
|
...options,
|
|
@@ -923,7 +922,6 @@ var patchAdminAccountsByIdCredit = (options) => (options.client ?? client).patch
|
|
|
923
922
|
}
|
|
924
923
|
});
|
|
925
924
|
var patchAdminApiKeysByIdRotate = (options) => (options.client ?? client).patch({
|
|
926
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
927
925
|
security: [{ scheme: "bearer", type: "http" }],
|
|
928
926
|
url: "/admin/api_keys/{id}/rotate",
|
|
929
927
|
...options,
|
|
@@ -933,19 +931,11 @@ var patchAdminApiKeysByIdRotate = (options) => (options.client ?? client).patch(
|
|
|
933
931
|
}
|
|
934
932
|
});
|
|
935
933
|
var getAdminWebhookConfigs = (options) => (options.client ?? client).get({
|
|
936
|
-
querySerializer: {
|
|
937
|
-
parameters: {
|
|
938
|
-
filter: { object: { style: "form" } },
|
|
939
|
-
page: { object: { style: "form" } },
|
|
940
|
-
fields: { object: { style: "form" } }
|
|
941
|
-
}
|
|
942
|
-
},
|
|
943
934
|
security: [{ scheme: "bearer", type: "http" }],
|
|
944
935
|
url: "/admin/webhook_configs",
|
|
945
936
|
...options
|
|
946
937
|
});
|
|
947
938
|
var postAdminWebhookConfigs = (options) => (options.client ?? client).post({
|
|
948
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
949
939
|
security: [{ scheme: "bearer", type: "http" }],
|
|
950
940
|
url: "/admin/webhook_configs",
|
|
951
941
|
...options,
|
|
@@ -955,19 +945,16 @@ var postAdminWebhookConfigs = (options) => (options.client ?? client).post({
|
|
|
955
945
|
}
|
|
956
946
|
});
|
|
957
947
|
var deleteAdminWebhookConfigsById = (options) => (options.client ?? client).delete({
|
|
958
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
959
948
|
security: [{ scheme: "bearer", type: "http" }],
|
|
960
949
|
url: "/admin/webhook_configs/{id}",
|
|
961
950
|
...options
|
|
962
951
|
});
|
|
963
952
|
var getAdminWebhookConfigsById = (options) => (options.client ?? client).get({
|
|
964
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
965
953
|
security: [{ scheme: "bearer", type: "http" }],
|
|
966
954
|
url: "/admin/webhook_configs/{id}",
|
|
967
955
|
...options
|
|
968
956
|
});
|
|
969
957
|
var patchAdminWebhookConfigsById = (options) => (options.client ?? client).patch({
|
|
970
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
971
958
|
security: [{ scheme: "bearer", type: "http" }],
|
|
972
959
|
url: "/admin/webhook_configs/{id}",
|
|
973
960
|
...options,
|
|
@@ -977,7 +964,6 @@ var patchAdminWebhookConfigsById = (options) => (options.client ?? client).patch
|
|
|
977
964
|
}
|
|
978
965
|
});
|
|
979
966
|
var postAdminWebhookConfigsByIdTest = (options) => (options.client ?? client).post({
|
|
980
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
981
967
|
security: [{ scheme: "bearer", type: "http" }],
|
|
982
968
|
url: "/admin/webhook_configs/{id}/test",
|
|
983
969
|
...options,
|
|
@@ -987,7 +973,6 @@ var postAdminWebhookConfigsByIdTest = (options) => (options.client ?? client).po
|
|
|
987
973
|
}
|
|
988
974
|
});
|
|
989
975
|
var patchAdminAccountsByIdDebit = (options) => (options.client ?? client).patch({
|
|
990
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
991
976
|
security: [{ scheme: "bearer", type: "http" }],
|
|
992
977
|
url: "/admin/accounts/{id}/debit",
|
|
993
978
|
...options,
|
|
@@ -997,42 +982,26 @@ var patchAdminAccountsByIdDebit = (options) => (options.client ?? client).patch(
|
|
|
997
982
|
}
|
|
998
983
|
});
|
|
999
984
|
var getAdminExtractionDocumentsById = (options) => (options.client ?? client).get({
|
|
1000
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1001
985
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1002
986
|
url: "/admin/extraction/documents/{id}",
|
|
1003
987
|
...options
|
|
1004
988
|
});
|
|
1005
989
|
var getAdminAccounts = (options) => (options.client ?? client).get({
|
|
1006
|
-
querySerializer: {
|
|
1007
|
-
parameters: {
|
|
1008
|
-
filter: { object: { style: "form" } },
|
|
1009
|
-
page: { object: { style: "form" } },
|
|
1010
|
-
fields: { object: { style: "form" } }
|
|
1011
|
-
}
|
|
1012
|
-
},
|
|
1013
990
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1014
991
|
url: "/admin/accounts",
|
|
1015
992
|
...options
|
|
1016
993
|
});
|
|
1017
994
|
var getAdminStorageStats = (options) => (options.client ?? client).get({
|
|
1018
|
-
querySerializer: {
|
|
1019
|
-
parameters: {
|
|
1020
|
-
filter: { object: { style: "form" } },
|
|
1021
|
-
fields: { object: { style: "form" } }
|
|
1022
|
-
}
|
|
1023
|
-
},
|
|
1024
995
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1025
996
|
url: "/admin/storage/stats",
|
|
1026
997
|
...options
|
|
1027
998
|
});
|
|
1028
999
|
var getAdminAccountsById = (options) => (options.client ?? client).get({
|
|
1029
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1030
1000
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1031
1001
|
url: "/admin/accounts/{id}",
|
|
1032
1002
|
...options
|
|
1033
1003
|
});
|
|
1034
1004
|
var postAdminDocumentsBulkDelete = (options) => (options.client ?? client).post({
|
|
1035
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1036
1005
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1037
1006
|
url: "/admin/documents/bulk_delete",
|
|
1038
1007
|
...options,
|
|
@@ -1042,7 +1011,6 @@ var postAdminDocumentsBulkDelete = (options) => (options.client ?? client).post(
|
|
|
1042
1011
|
}
|
|
1043
1012
|
});
|
|
1044
1013
|
var patchAdminApiKeysByIdAllocate = (options) => (options.client ?? client).patch({
|
|
1045
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1046
1014
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1047
1015
|
url: "/admin/api_keys/{id}/allocate",
|
|
1048
1016
|
...options,
|
|
@@ -1052,13 +1020,11 @@ var patchAdminApiKeysByIdAllocate = (options) => (options.client ?? client).patc
|
|
|
1052
1020
|
}
|
|
1053
1021
|
});
|
|
1054
1022
|
var getAdminBucketsByIdStats = (options) => (options.client ?? client).get({
|
|
1055
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1056
1023
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1057
1024
|
url: "/admin/buckets/{id}/stats",
|
|
1058
1025
|
...options
|
|
1059
1026
|
});
|
|
1060
1027
|
var patchAdminApiKeysByIdRevoke = (options) => (options.client ?? client).patch({
|
|
1061
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1062
1028
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1063
1029
|
url: "/admin/api_keys/{id}/revoke",
|
|
1064
1030
|
...options,
|
|
@@ -1068,72 +1034,46 @@ var patchAdminApiKeysByIdRevoke = (options) => (options.client ?? client).patch(
|
|
|
1068
1034
|
}
|
|
1069
1035
|
});
|
|
1070
1036
|
var getAdminWebhookDeliveriesById = (options) => (options.client ?? client).get({
|
|
1071
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1072
1037
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1073
1038
|
url: "/admin/webhook_deliveries/{id}",
|
|
1074
1039
|
...options
|
|
1075
1040
|
});
|
|
1076
1041
|
var getAdminDocumentsStats = (options) => (options.client ?? client).get({
|
|
1077
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1078
1042
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1079
1043
|
url: "/admin/documents/stats",
|
|
1080
1044
|
...options
|
|
1081
1045
|
});
|
|
1082
1046
|
var getAdminExtractionDocuments = (options) => (options.client ?? client).get({
|
|
1083
|
-
querySerializer: {
|
|
1084
|
-
parameters: {
|
|
1085
|
-
filter: { object: { style: "form" } },
|
|
1086
|
-
fields: { object: { style: "form" } }
|
|
1087
|
-
}
|
|
1088
|
-
},
|
|
1089
1047
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1090
1048
|
url: "/admin/extraction/documents",
|
|
1091
1049
|
...options
|
|
1092
1050
|
});
|
|
1093
1051
|
var getAdminBucketsByIdObjects = (options) => (options.client ?? client).get({
|
|
1094
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1095
1052
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1096
1053
|
url: "/admin/buckets/{id}/objects",
|
|
1097
1054
|
...options
|
|
1098
1055
|
});
|
|
1099
1056
|
var getAdminApiKeys = (options) => (options.client ?? client).get({
|
|
1100
|
-
querySerializer: {
|
|
1101
|
-
parameters: {
|
|
1102
|
-
filter: { object: { style: "form" } },
|
|
1103
|
-
page: { object: { style: "form" } },
|
|
1104
|
-
fields: { object: { style: "form" } }
|
|
1105
|
-
}
|
|
1106
|
-
},
|
|
1107
1057
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1108
1058
|
url: "/admin/api_keys",
|
|
1109
1059
|
...options
|
|
1110
1060
|
});
|
|
1111
1061
|
var getAdminApiKeysById = (options) => (options.client ?? client).get({
|
|
1112
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1113
1062
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1114
1063
|
url: "/admin/api_keys/{id}",
|
|
1115
1064
|
...options
|
|
1116
1065
|
});
|
|
1117
1066
|
var getAdminBuckets = (options) => (options.client ?? client).get({
|
|
1118
|
-
querySerializer: {
|
|
1119
|
-
parameters: {
|
|
1120
|
-
filter: { object: { style: "form" } },
|
|
1121
|
-
page: { object: { style: "form" } },
|
|
1122
|
-
fields: { object: { style: "form" } }
|
|
1123
|
-
}
|
|
1124
|
-
},
|
|
1125
1067
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1126
1068
|
url: "/admin/buckets",
|
|
1127
1069
|
...options
|
|
1128
1070
|
});
|
|
1129
1071
|
var getAdminBucketsById = (options) => (options.client ?? client).get({
|
|
1130
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1131
1072
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1132
1073
|
url: "/admin/buckets/{id}",
|
|
1133
1074
|
...options
|
|
1134
1075
|
});
|
|
1135
1076
|
var postAdminWebhookDeliveriesByIdRetry = (options) => (options.client ?? client).post({
|
|
1136
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1137
1077
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1138
1078
|
url: "/admin/webhook_deliveries/{id}/retry",
|
|
1139
1079
|
...options,
|
|
@@ -1143,13 +1083,6 @@ var postAdminWebhookDeliveriesByIdRetry = (options) => (options.client ?? client
|
|
|
1143
1083
|
}
|
|
1144
1084
|
});
|
|
1145
1085
|
var getAdminWebhookDeliveries = (options) => (options.client ?? client).get({
|
|
1146
|
-
querySerializer: {
|
|
1147
|
-
parameters: {
|
|
1148
|
-
filter: { object: { style: "form" } },
|
|
1149
|
-
page: { object: { style: "form" } },
|
|
1150
|
-
fields: { object: { style: "form" } }
|
|
1151
|
-
}
|
|
1152
|
-
},
|
|
1153
1086
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1154
1087
|
url: "/admin/webhook_deliveries",
|
|
1155
1088
|
...options
|
package/dist/index.mjs
CHANGED
|
@@ -866,7 +866,6 @@ var BaseClient = class {
|
|
|
866
866
|
|
|
867
867
|
// src/_internal/sdk.gen.ts
|
|
868
868
|
var patchAdminAccountsByIdCredit = (options) => (options.client ?? client).patch({
|
|
869
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
870
869
|
security: [{ scheme: "bearer", type: "http" }],
|
|
871
870
|
url: "/admin/accounts/{id}/credit",
|
|
872
871
|
...options,
|
|
@@ -876,7 +875,6 @@ var patchAdminAccountsByIdCredit = (options) => (options.client ?? client).patch
|
|
|
876
875
|
}
|
|
877
876
|
});
|
|
878
877
|
var patchAdminApiKeysByIdRotate = (options) => (options.client ?? client).patch({
|
|
879
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
880
878
|
security: [{ scheme: "bearer", type: "http" }],
|
|
881
879
|
url: "/admin/api_keys/{id}/rotate",
|
|
882
880
|
...options,
|
|
@@ -886,19 +884,11 @@ var patchAdminApiKeysByIdRotate = (options) => (options.client ?? client).patch(
|
|
|
886
884
|
}
|
|
887
885
|
});
|
|
888
886
|
var getAdminWebhookConfigs = (options) => (options.client ?? client).get({
|
|
889
|
-
querySerializer: {
|
|
890
|
-
parameters: {
|
|
891
|
-
filter: { object: { style: "form" } },
|
|
892
|
-
page: { object: { style: "form" } },
|
|
893
|
-
fields: { object: { style: "form" } }
|
|
894
|
-
}
|
|
895
|
-
},
|
|
896
887
|
security: [{ scheme: "bearer", type: "http" }],
|
|
897
888
|
url: "/admin/webhook_configs",
|
|
898
889
|
...options
|
|
899
890
|
});
|
|
900
891
|
var postAdminWebhookConfigs = (options) => (options.client ?? client).post({
|
|
901
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
902
892
|
security: [{ scheme: "bearer", type: "http" }],
|
|
903
893
|
url: "/admin/webhook_configs",
|
|
904
894
|
...options,
|
|
@@ -908,19 +898,16 @@ var postAdminWebhookConfigs = (options) => (options.client ?? client).post({
|
|
|
908
898
|
}
|
|
909
899
|
});
|
|
910
900
|
var deleteAdminWebhookConfigsById = (options) => (options.client ?? client).delete({
|
|
911
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
912
901
|
security: [{ scheme: "bearer", type: "http" }],
|
|
913
902
|
url: "/admin/webhook_configs/{id}",
|
|
914
903
|
...options
|
|
915
904
|
});
|
|
916
905
|
var getAdminWebhookConfigsById = (options) => (options.client ?? client).get({
|
|
917
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
918
906
|
security: [{ scheme: "bearer", type: "http" }],
|
|
919
907
|
url: "/admin/webhook_configs/{id}",
|
|
920
908
|
...options
|
|
921
909
|
});
|
|
922
910
|
var patchAdminWebhookConfigsById = (options) => (options.client ?? client).patch({
|
|
923
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
924
911
|
security: [{ scheme: "bearer", type: "http" }],
|
|
925
912
|
url: "/admin/webhook_configs/{id}",
|
|
926
913
|
...options,
|
|
@@ -930,7 +917,6 @@ var patchAdminWebhookConfigsById = (options) => (options.client ?? client).patch
|
|
|
930
917
|
}
|
|
931
918
|
});
|
|
932
919
|
var postAdminWebhookConfigsByIdTest = (options) => (options.client ?? client).post({
|
|
933
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
934
920
|
security: [{ scheme: "bearer", type: "http" }],
|
|
935
921
|
url: "/admin/webhook_configs/{id}/test",
|
|
936
922
|
...options,
|
|
@@ -940,7 +926,6 @@ var postAdminWebhookConfigsByIdTest = (options) => (options.client ?? client).po
|
|
|
940
926
|
}
|
|
941
927
|
});
|
|
942
928
|
var patchAdminAccountsByIdDebit = (options) => (options.client ?? client).patch({
|
|
943
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
944
929
|
security: [{ scheme: "bearer", type: "http" }],
|
|
945
930
|
url: "/admin/accounts/{id}/debit",
|
|
946
931
|
...options,
|
|
@@ -950,42 +935,26 @@ var patchAdminAccountsByIdDebit = (options) => (options.client ?? client).patch(
|
|
|
950
935
|
}
|
|
951
936
|
});
|
|
952
937
|
var getAdminExtractionDocumentsById = (options) => (options.client ?? client).get({
|
|
953
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
954
938
|
security: [{ scheme: "bearer", type: "http" }],
|
|
955
939
|
url: "/admin/extraction/documents/{id}",
|
|
956
940
|
...options
|
|
957
941
|
});
|
|
958
942
|
var getAdminAccounts = (options) => (options.client ?? client).get({
|
|
959
|
-
querySerializer: {
|
|
960
|
-
parameters: {
|
|
961
|
-
filter: { object: { style: "form" } },
|
|
962
|
-
page: { object: { style: "form" } },
|
|
963
|
-
fields: { object: { style: "form" } }
|
|
964
|
-
}
|
|
965
|
-
},
|
|
966
943
|
security: [{ scheme: "bearer", type: "http" }],
|
|
967
944
|
url: "/admin/accounts",
|
|
968
945
|
...options
|
|
969
946
|
});
|
|
970
947
|
var getAdminStorageStats = (options) => (options.client ?? client).get({
|
|
971
|
-
querySerializer: {
|
|
972
|
-
parameters: {
|
|
973
|
-
filter: { object: { style: "form" } },
|
|
974
|
-
fields: { object: { style: "form" } }
|
|
975
|
-
}
|
|
976
|
-
},
|
|
977
948
|
security: [{ scheme: "bearer", type: "http" }],
|
|
978
949
|
url: "/admin/storage/stats",
|
|
979
950
|
...options
|
|
980
951
|
});
|
|
981
952
|
var getAdminAccountsById = (options) => (options.client ?? client).get({
|
|
982
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
983
953
|
security: [{ scheme: "bearer", type: "http" }],
|
|
984
954
|
url: "/admin/accounts/{id}",
|
|
985
955
|
...options
|
|
986
956
|
});
|
|
987
957
|
var postAdminDocumentsBulkDelete = (options) => (options.client ?? client).post({
|
|
988
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
989
958
|
security: [{ scheme: "bearer", type: "http" }],
|
|
990
959
|
url: "/admin/documents/bulk_delete",
|
|
991
960
|
...options,
|
|
@@ -995,7 +964,6 @@ var postAdminDocumentsBulkDelete = (options) => (options.client ?? client).post(
|
|
|
995
964
|
}
|
|
996
965
|
});
|
|
997
966
|
var patchAdminApiKeysByIdAllocate = (options) => (options.client ?? client).patch({
|
|
998
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
999
967
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1000
968
|
url: "/admin/api_keys/{id}/allocate",
|
|
1001
969
|
...options,
|
|
@@ -1005,13 +973,11 @@ var patchAdminApiKeysByIdAllocate = (options) => (options.client ?? client).patc
|
|
|
1005
973
|
}
|
|
1006
974
|
});
|
|
1007
975
|
var getAdminBucketsByIdStats = (options) => (options.client ?? client).get({
|
|
1008
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1009
976
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1010
977
|
url: "/admin/buckets/{id}/stats",
|
|
1011
978
|
...options
|
|
1012
979
|
});
|
|
1013
980
|
var patchAdminApiKeysByIdRevoke = (options) => (options.client ?? client).patch({
|
|
1014
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1015
981
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1016
982
|
url: "/admin/api_keys/{id}/revoke",
|
|
1017
983
|
...options,
|
|
@@ -1021,72 +987,46 @@ var patchAdminApiKeysByIdRevoke = (options) => (options.client ?? client).patch(
|
|
|
1021
987
|
}
|
|
1022
988
|
});
|
|
1023
989
|
var getAdminWebhookDeliveriesById = (options) => (options.client ?? client).get({
|
|
1024
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1025
990
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1026
991
|
url: "/admin/webhook_deliveries/{id}",
|
|
1027
992
|
...options
|
|
1028
993
|
});
|
|
1029
994
|
var getAdminDocumentsStats = (options) => (options.client ?? client).get({
|
|
1030
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1031
995
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1032
996
|
url: "/admin/documents/stats",
|
|
1033
997
|
...options
|
|
1034
998
|
});
|
|
1035
999
|
var getAdminExtractionDocuments = (options) => (options.client ?? client).get({
|
|
1036
|
-
querySerializer: {
|
|
1037
|
-
parameters: {
|
|
1038
|
-
filter: { object: { style: "form" } },
|
|
1039
|
-
fields: { object: { style: "form" } }
|
|
1040
|
-
}
|
|
1041
|
-
},
|
|
1042
1000
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1043
1001
|
url: "/admin/extraction/documents",
|
|
1044
1002
|
...options
|
|
1045
1003
|
});
|
|
1046
1004
|
var getAdminBucketsByIdObjects = (options) => (options.client ?? client).get({
|
|
1047
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1048
1005
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1049
1006
|
url: "/admin/buckets/{id}/objects",
|
|
1050
1007
|
...options
|
|
1051
1008
|
});
|
|
1052
1009
|
var getAdminApiKeys = (options) => (options.client ?? client).get({
|
|
1053
|
-
querySerializer: {
|
|
1054
|
-
parameters: {
|
|
1055
|
-
filter: { object: { style: "form" } },
|
|
1056
|
-
page: { object: { style: "form" } },
|
|
1057
|
-
fields: { object: { style: "form" } }
|
|
1058
|
-
}
|
|
1059
|
-
},
|
|
1060
1010
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1061
1011
|
url: "/admin/api_keys",
|
|
1062
1012
|
...options
|
|
1063
1013
|
});
|
|
1064
1014
|
var getAdminApiKeysById = (options) => (options.client ?? client).get({
|
|
1065
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1066
1015
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1067
1016
|
url: "/admin/api_keys/{id}",
|
|
1068
1017
|
...options
|
|
1069
1018
|
});
|
|
1070
1019
|
var getAdminBuckets = (options) => (options.client ?? client).get({
|
|
1071
|
-
querySerializer: {
|
|
1072
|
-
parameters: {
|
|
1073
|
-
filter: { object: { style: "form" } },
|
|
1074
|
-
page: { object: { style: "form" } },
|
|
1075
|
-
fields: { object: { style: "form" } }
|
|
1076
|
-
}
|
|
1077
|
-
},
|
|
1078
1020
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1079
1021
|
url: "/admin/buckets",
|
|
1080
1022
|
...options
|
|
1081
1023
|
});
|
|
1082
1024
|
var getAdminBucketsById = (options) => (options.client ?? client).get({
|
|
1083
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1084
1025
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1085
1026
|
url: "/admin/buckets/{id}",
|
|
1086
1027
|
...options
|
|
1087
1028
|
});
|
|
1088
1029
|
var postAdminWebhookDeliveriesByIdRetry = (options) => (options.client ?? client).post({
|
|
1089
|
-
querySerializer: { parameters: { fields: { object: { style: "form" } } } },
|
|
1090
1030
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1091
1031
|
url: "/admin/webhook_deliveries/{id}/retry",
|
|
1092
1032
|
...options,
|
|
@@ -1096,13 +1036,6 @@ var postAdminWebhookDeliveriesByIdRetry = (options) => (options.client ?? client
|
|
|
1096
1036
|
}
|
|
1097
1037
|
});
|
|
1098
1038
|
var getAdminWebhookDeliveries = (options) => (options.client ?? client).get({
|
|
1099
|
-
querySerializer: {
|
|
1100
|
-
parameters: {
|
|
1101
|
-
filter: { object: { style: "form" } },
|
|
1102
|
-
page: { object: { style: "form" } },
|
|
1103
|
-
fields: { object: { style: "form" } }
|
|
1104
|
-
}
|
|
1105
|
-
},
|
|
1106
1039
|
security: [{ scheme: "bearer", type: "http" }],
|
|
1107
1040
|
url: "/admin/webhook_deliveries",
|
|
1108
1041
|
...options
|