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