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