@scalar/workspace-store 0.15.7 → 0.16.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/CHANGELOG.md +22 -0
- package/dist/client.d.ts +1 -38
- package/dist/client.d.ts.map +1 -1
- package/dist/client.js +2 -5
- package/dist/client.js.map +2 -2
- package/dist/navigation/get-navigation-options.d.ts +9 -0
- package/dist/navigation/get-navigation-options.d.ts.map +1 -0
- package/dist/navigation/get-navigation-options.js +77 -0
- package/dist/navigation/get-navigation-options.js.map +7 -0
- package/dist/navigation/helpers/get-x-keys.d.ts +10 -0
- package/dist/navigation/helpers/get-x-keys.d.ts.map +1 -0
- package/dist/navigation/helpers/get-x-keys.js +10 -0
- package/dist/navigation/helpers/get-x-keys.js.map +7 -0
- package/dist/navigation/helpers/traverse-description.d.ts +3 -5
- package/dist/navigation/helpers/traverse-description.d.ts.map +1 -1
- package/dist/navigation/helpers/traverse-description.js +4 -5
- package/dist/navigation/helpers/traverse-description.js.map +2 -2
- package/dist/navigation/helpers/traverse-document.d.ts +121 -28
- package/dist/navigation/helpers/traverse-document.d.ts.map +1 -1
- package/dist/navigation/helpers/traverse-document.js +16 -21
- package/dist/navigation/helpers/traverse-document.js.map +2 -2
- package/dist/navigation/helpers/traverse-paths.d.ts +4 -5
- package/dist/navigation/helpers/traverse-paths.d.ts.map +1 -1
- package/dist/navigation/helpers/traverse-paths.js +14 -7
- package/dist/navigation/helpers/traverse-paths.js.map +2 -2
- package/dist/navigation/helpers/traverse-schemas.d.ts +3 -6
- package/dist/navigation/helpers/traverse-schemas.d.ts.map +1 -1
- package/dist/navigation/helpers/traverse-schemas.js +7 -7
- package/dist/navigation/helpers/traverse-schemas.js.map +2 -2
- package/dist/navigation/helpers/traverse-tags.d.ts +2 -5
- package/dist/navigation/helpers/traverse-tags.d.ts.map +1 -1
- package/dist/navigation/helpers/traverse-tags.js +16 -13
- package/dist/navigation/helpers/traverse-tags.js.map +2 -2
- package/dist/navigation/helpers/traverse-webhooks.d.ts +3 -6
- package/dist/navigation/helpers/traverse-webhooks.d.ts.map +1 -1
- package/dist/navigation/helpers/traverse-webhooks.js +27 -7
- package/dist/navigation/helpers/traverse-webhooks.js.map +2 -2
- package/dist/navigation/index.d.ts +1 -0
- package/dist/navigation/index.d.ts.map +1 -1
- package/dist/navigation/index.js +2 -0
- package/dist/navigation/index.js.map +2 -2
- package/dist/navigation/types.d.ts +3 -4
- package/dist/navigation/types.d.ts.map +1 -1
- package/dist/schemas/extensions/operation/index.d.ts +2 -0
- package/dist/schemas/extensions/operation/index.d.ts.map +1 -0
- package/dist/schemas/extensions/operation/index.js +1 -0
- package/dist/schemas/extensions/operation/index.js.map +7 -0
- package/dist/schemas/extensions/operation/x-code-samples.d.ts +2 -0
- package/dist/schemas/extensions/operation/x-code-samples.d.ts.map +1 -1
- package/dist/schemas/extensions/operation/x-code-samples.js.map +2 -2
- package/dist/schemas/extensions/security/x-default-scopes.d.ts +17 -0
- package/dist/schemas/extensions/security/x-default-scopes.d.ts.map +1 -0
- package/dist/schemas/extensions/security/x-default-scopes.js +8 -0
- package/dist/schemas/extensions/security/x-default-scopes.js.map +7 -0
- package/dist/schemas/extensions/security/x-scalar-redirect-uri.d.ts +6 -1
- package/dist/schemas/extensions/security/x-scalar-redirect-uri.d.ts.map +1 -1
- package/dist/schemas/extensions/security/x-scalar-redirect-uri.js +1 -1
- package/dist/schemas/extensions/security/x-scalar-redirect-uri.js.map +2 -2
- package/dist/schemas/extensions/security/x-scalar-security-secrets.d.ts +27 -3
- package/dist/schemas/extensions/security/x-scalar-security-secrets.d.ts.map +1 -1
- package/dist/schemas/extensions/security/x-scalar-security-secrets.js +15 -3
- package/dist/schemas/extensions/security/x-scalar-security-secrets.js.map +2 -2
- package/dist/schemas/extensions/security/x-use-pkce.d.ts +1 -1
- package/dist/schemas/extensions/security/x-use-pkce.d.ts.map +1 -1
- package/dist/schemas/extensions/security/x-use-pkce.js +1 -3
- package/dist/schemas/extensions/security/x-use-pkce.js.map +2 -2
- package/dist/schemas/inmemory-workspace.d.ts +312 -134
- package/dist/schemas/inmemory-workspace.d.ts.map +1 -1
- package/dist/schemas/navigation.d.ts +60 -128
- package/dist/schemas/navigation.d.ts.map +1 -1
- package/dist/schemas/navigation.js +40 -44
- package/dist/schemas/navigation.js.map +2 -2
- package/dist/schemas/reference-config/index.d.ts +156 -67
- package/dist/schemas/reference-config/index.d.ts.map +1 -1
- package/dist/schemas/reference-config/settings.d.ts +156 -67
- package/dist/schemas/reference-config/settings.d.ts.map +1 -1
- package/dist/schemas/v3.1/strict/oauth-flow.d.ts +135 -24
- package/dist/schemas/v3.1/strict/oauth-flow.d.ts.map +1 -1
- package/dist/schemas/v3.1/strict/oauth-flow.js +37 -15
- package/dist/schemas/v3.1/strict/oauth-flow.js.map +2 -2
- package/dist/schemas/v3.1/strict/oauthflows.d.ts +67 -12
- package/dist/schemas/v3.1/strict/oauthflows.d.ts.map +1 -1
- package/dist/schemas/v3.1/strict/openapi-document.d.ts +12434 -1877
- package/dist/schemas/v3.1/strict/openapi-document.d.ts.map +1 -1
- package/dist/schemas/v3.1/strict/openapi-document.js +32 -4
- package/dist/schemas/v3.1/strict/openapi-document.js.map +2 -2
- package/dist/schemas/v3.1/strict/operation.d.ts +1 -0
- package/dist/schemas/v3.1/strict/operation.d.ts.map +1 -1
- package/dist/schemas/v3.1/strict/operation.js +2 -1
- package/dist/schemas/v3.1/strict/operation.js.map +2 -2
- package/dist/schemas/v3.1/strict/ref-definitions.d.ts +8 -0
- package/dist/schemas/v3.1/strict/ref-definitions.d.ts.map +1 -1
- package/dist/schemas/v3.1/strict/ref-definitions.js +12 -1
- package/dist/schemas/v3.1/strict/ref-definitions.js.map +2 -2
- package/dist/schemas/v3.1/strict/schema.d.ts +2 -2
- package/dist/schemas/v3.1/strict/schema.d.ts.map +1 -1
- package/dist/schemas/v3.1/strict/schema.js +2 -44
- package/dist/schemas/v3.1/strict/schema.js.map +2 -2
- package/dist/schemas/v3.1/strict/security-scheme.d.ts +12 -8
- package/dist/schemas/v3.1/strict/security-scheme.d.ts.map +1 -1
- package/dist/schemas/v3.1/strict/security-scheme.js +3 -1
- package/dist/schemas/v3.1/strict/security-scheme.js.map +2 -2
- package/dist/schemas/workspace-specification/config.d.ts +188 -67
- package/dist/schemas/workspace-specification/config.d.ts.map +1 -1
- package/dist/schemas/workspace-specification/config.js.map +2 -2
- package/dist/schemas/workspace-specification/index.d.ts +156 -67
- package/dist/schemas/workspace-specification/index.d.ts.map +1 -1
- package/dist/schemas/workspace.d.ts +1092 -469
- package/dist/schemas/workspace.d.ts.map +1 -1
- package/dist/server.d.ts +3 -4
- package/dist/server.d.ts.map +1 -1
- package/dist/server.js.map +2 -2
- package/package.json +13 -13
|
@@ -294,6 +294,7 @@ export declare const InMemoryWorkspaceSchema: import("@scalar/typebox").TObject<
|
|
|
294
294
|
cookie: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
295
295
|
}>>;
|
|
296
296
|
}>>>;
|
|
297
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>>;
|
|
297
298
|
}>, import("@scalar/typebox").TObject<{
|
|
298
299
|
'x-badges': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
299
300
|
name: import("@scalar/typebox").TString;
|
|
@@ -586,7 +587,7 @@ export declare const InMemoryWorkspaceSchema: import("@scalar/typebox").TObject<
|
|
|
586
587
|
'x-tags': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TString>>;
|
|
587
588
|
}>]>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
588
589
|
type: import("@scalar/typebox").TLiteral<"string">;
|
|
589
|
-
format: import("@scalar/typebox").TOptional<import("@scalar/typebox").
|
|
590
|
+
format: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
590
591
|
maxLength: import("@scalar/typebox").TOptional<import("@scalar/typebox").TInteger>;
|
|
591
592
|
minLength: import("@scalar/typebox").TOptional<import("@scalar/typebox").TInteger>;
|
|
592
593
|
pattern: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -1095,7 +1096,7 @@ export declare const InMemoryWorkspaceSchema: import("@scalar/typebox").TObject<
|
|
|
1095
1096
|
SecuritySchemeObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1096
1097
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1097
1098
|
}>, import("@scalar/typebox").TObject<{
|
|
1098
|
-
'x-scalar-secret-token': import("@scalar/typebox").
|
|
1099
|
+
'x-scalar-secret-token': import("@scalar/typebox").TString;
|
|
1099
1100
|
}>, import("@scalar/typebox").TObject<{
|
|
1100
1101
|
type: import("@scalar/typebox").TLiteral<"apiKey">;
|
|
1101
1102
|
name: import("@scalar/typebox").TString;
|
|
@@ -1103,10 +1104,10 @@ export declare const InMemoryWorkspaceSchema: import("@scalar/typebox").TObject<
|
|
|
1103
1104
|
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1104
1105
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1105
1106
|
}>, import("@scalar/typebox").TObject<{
|
|
1106
|
-
'x-scalar-secret-token': import("@scalar/typebox").
|
|
1107
|
+
'x-scalar-secret-token': import("@scalar/typebox").TString;
|
|
1107
1108
|
}>, import("@scalar/typebox").TObject<{
|
|
1108
|
-
'x-scalar-secret-username': import("@scalar/typebox").
|
|
1109
|
-
'x-scalar-secret-password': import("@scalar/typebox").
|
|
1109
|
+
'x-scalar-secret-username': import("@scalar/typebox").TString;
|
|
1110
|
+
'x-scalar-secret-password': import("@scalar/typebox").TString;
|
|
1110
1111
|
}>, import("@scalar/typebox").TObject<{
|
|
1111
1112
|
type: import("@scalar/typebox").TLiteral<"http">;
|
|
1112
1113
|
scheme: import("@scalar/typebox").TString;
|
|
@@ -1116,6 +1117,8 @@ export declare const InMemoryWorkspaceSchema: import("@scalar/typebox").TObject<
|
|
|
1116
1117
|
}>, import("@scalar/typebox").TObject<{
|
|
1117
1118
|
type: import("@scalar/typebox").TLiteral<"oauth2">;
|
|
1118
1119
|
flows: import("@scalar/typebox").TRef<"OAuthFlowsObject">;
|
|
1120
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1121
|
+
'x-default-scopes': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TString>>;
|
|
1119
1122
|
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1120
1123
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1121
1124
|
}>, import("@scalar/typebox").TObject<{
|
|
@@ -1142,38 +1145,93 @@ export declare const InMemoryWorkspaceSchema: import("@scalar/typebox").TObject<
|
|
|
1142
1145
|
mapping: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
1143
1146
|
}>;
|
|
1144
1147
|
OAuthFlowsObject: import("@scalar/typebox").TObject<{
|
|
1145
|
-
implicit: import("@scalar/typebox").TOptional<import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1146
|
-
refreshUrl: import("@scalar/typebox").
|
|
1148
|
+
implicit: import("@scalar/typebox").TOptional<import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1149
|
+
refreshUrl: import("@scalar/typebox").TString;
|
|
1147
1150
|
scopes: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>;
|
|
1148
1151
|
}>, import("@scalar/typebox").TObject<{
|
|
1149
|
-
'x-scalar-secret-
|
|
1152
|
+
'x-scalar-secret-client-id': import("@scalar/typebox").TString;
|
|
1153
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1154
|
+
'x-scalar-secret-token': import("@scalar/typebox").TString;
|
|
1155
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1156
|
+
'x-scalar-security-query': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
1157
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1158
|
+
'x-scalar-security-body': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
1159
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1160
|
+
'x-tokenName': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1150
1161
|
}>, import("@scalar/typebox").TObject<{
|
|
1162
|
+
'x-scalar-credentials-location': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"header">, import("@scalar/typebox").TLiteral<"body">]>>;
|
|
1163
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
1151
1164
|
authorizationUrl: import("@scalar/typebox").TString;
|
|
1165
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1166
|
+
'x-scalar-secret-redirect-uri': import("@scalar/typebox").TString;
|
|
1152
1167
|
}>]>>;
|
|
1153
|
-
password: import("@scalar/typebox").TOptional<import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1154
|
-
refreshUrl: import("@scalar/typebox").
|
|
1168
|
+
password: import("@scalar/typebox").TOptional<import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1169
|
+
refreshUrl: import("@scalar/typebox").TString;
|
|
1155
1170
|
scopes: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>;
|
|
1156
1171
|
}>, import("@scalar/typebox").TObject<{
|
|
1157
|
-
'x-scalar-secret-
|
|
1172
|
+
'x-scalar-secret-client-id': import("@scalar/typebox").TString;
|
|
1173
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1174
|
+
'x-scalar-secret-token': import("@scalar/typebox").TString;
|
|
1175
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1176
|
+
'x-scalar-security-query': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
1158
1177
|
}>, import("@scalar/typebox").TObject<{
|
|
1178
|
+
'x-scalar-security-body': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
1179
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1180
|
+
'x-tokenName': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1181
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1182
|
+
'x-scalar-credentials-location': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"header">, import("@scalar/typebox").TLiteral<"body">]>>;
|
|
1183
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
1159
1184
|
tokenUrl: import("@scalar/typebox").TString;
|
|
1185
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1186
|
+
'x-scalar-secret-username': import("@scalar/typebox").TString;
|
|
1187
|
+
'x-scalar-secret-password': import("@scalar/typebox").TString;
|
|
1188
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1189
|
+
'x-scalar-secret-client-secret': import("@scalar/typebox").TString;
|
|
1160
1190
|
}>]>>;
|
|
1161
|
-
clientCredentials: import("@scalar/typebox").TOptional<import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1162
|
-
refreshUrl: import("@scalar/typebox").
|
|
1191
|
+
clientCredentials: import("@scalar/typebox").TOptional<import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1192
|
+
refreshUrl: import("@scalar/typebox").TString;
|
|
1163
1193
|
scopes: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>;
|
|
1164
1194
|
}>, import("@scalar/typebox").TObject<{
|
|
1165
|
-
'x-scalar-secret-
|
|
1195
|
+
'x-scalar-secret-client-id': import("@scalar/typebox").TString;
|
|
1196
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1197
|
+
'x-scalar-secret-token': import("@scalar/typebox").TString;
|
|
1198
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1199
|
+
'x-scalar-security-query': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
1200
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1201
|
+
'x-scalar-security-body': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
1166
1202
|
}>, import("@scalar/typebox").TObject<{
|
|
1203
|
+
'x-tokenName': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1204
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1205
|
+
'x-scalar-credentials-location': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"header">, import("@scalar/typebox").TLiteral<"body">]>>;
|
|
1206
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
1167
1207
|
tokenUrl: import("@scalar/typebox").TString;
|
|
1208
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1209
|
+
'x-scalar-secret-client-secret': import("@scalar/typebox").TString;
|
|
1168
1210
|
}>]>>;
|
|
1169
|
-
authorizationCode: import("@scalar/typebox").TOptional<import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1170
|
-
refreshUrl: import("@scalar/typebox").
|
|
1211
|
+
authorizationCode: import("@scalar/typebox").TOptional<import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1212
|
+
refreshUrl: import("@scalar/typebox").TString;
|
|
1171
1213
|
scopes: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>;
|
|
1172
1214
|
}>, import("@scalar/typebox").TObject<{
|
|
1173
|
-
'x-scalar-secret-
|
|
1215
|
+
'x-scalar-secret-client-id': import("@scalar/typebox").TString;
|
|
1216
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1217
|
+
'x-scalar-secret-token': import("@scalar/typebox").TString;
|
|
1218
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1219
|
+
'x-scalar-security-query': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
1174
1220
|
}>, import("@scalar/typebox").TObject<{
|
|
1221
|
+
'x-scalar-security-body': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
1222
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1223
|
+
'x-tokenName': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1224
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1225
|
+
'x-scalar-credentials-location': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"header">, import("@scalar/typebox").TLiteral<"body">]>>;
|
|
1226
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
1175
1227
|
authorizationUrl: import("@scalar/typebox").TString;
|
|
1176
1228
|
tokenUrl: import("@scalar/typebox").TString;
|
|
1229
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1230
|
+
'x-scalar-secret-client-secret': import("@scalar/typebox").TString;
|
|
1231
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1232
|
+
'x-scalar-secret-redirect-uri': import("@scalar/typebox").TString;
|
|
1233
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1234
|
+
'x-usePkce': import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"SHA-256">, import("@scalar/typebox").TLiteral<"plain">, import("@scalar/typebox").TLiteral<"no">]>;
|
|
1177
1235
|
}>]>>;
|
|
1178
1236
|
}>;
|
|
1179
1237
|
ServerVariableObject: import("@scalar/typebox").TObject<{
|
|
@@ -1213,57 +1271,88 @@ export declare const InMemoryWorkspaceSchema: import("@scalar/typebox").TObject<
|
|
|
1213
1271
|
path: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1214
1272
|
}>>>;
|
|
1215
1273
|
'x-original-oas-version': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
isGroup: import("@scalar/typebox").TBoolean;
|
|
1226
|
-
}>]>;
|
|
1227
|
-
TraversedEntrySchema: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"TraversedTagSchema">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1228
|
-
type: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"text">, import("@scalar/typebox").TLiteral<"operation">, import("@scalar/typebox").TLiteral<"model">, import("@scalar/typebox").TLiteral<"tag">, import("@scalar/typebox").TLiteral<"webhook">]>;
|
|
1229
|
-
id: import("@scalar/typebox").TString;
|
|
1230
|
-
title: import("@scalar/typebox").TString;
|
|
1231
|
-
}>, import("@scalar/typebox").TObject<{
|
|
1232
|
-
type: import("@scalar/typebox").TLiteral<"text">;
|
|
1233
|
-
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
1234
|
-
type: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"text">, import("@scalar/typebox").TLiteral<"operation">, import("@scalar/typebox").TLiteral<"model">, import("@scalar/typebox").TLiteral<"tag">, import("@scalar/typebox").TLiteral<"webhook">]>;
|
|
1235
|
-
id: import("@scalar/typebox").TString;
|
|
1236
|
-
title: import("@scalar/typebox").TString;
|
|
1237
|
-
}>>>;
|
|
1238
|
-
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1239
|
-
type: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"text">, import("@scalar/typebox").TLiteral<"operation">, import("@scalar/typebox").TLiteral<"model">, import("@scalar/typebox").TLiteral<"tag">, import("@scalar/typebox").TLiteral<"webhook">]>;
|
|
1240
|
-
id: import("@scalar/typebox").TString;
|
|
1241
|
-
title: import("@scalar/typebox").TString;
|
|
1242
|
-
}>, import("@scalar/typebox").TObject<{
|
|
1243
|
-
type: import("@scalar/typebox").TLiteral<"operation">;
|
|
1244
|
-
ref: import("@scalar/typebox").TString;
|
|
1245
|
-
method: import("@scalar/typebox").TString;
|
|
1246
|
-
path: import("@scalar/typebox").TString;
|
|
1247
|
-
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1248
|
-
type: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"text">, import("@scalar/typebox").TLiteral<"operation">, import("@scalar/typebox").TLiteral<"model">, import("@scalar/typebox").TLiteral<"tag">, import("@scalar/typebox").TLiteral<"webhook">]>;
|
|
1249
|
-
id: import("@scalar/typebox").TString;
|
|
1250
|
-
title: import("@scalar/typebox").TString;
|
|
1251
|
-
}>, import("@scalar/typebox").TObject<{
|
|
1252
|
-
type: import("@scalar/typebox").TLiteral<"model">;
|
|
1253
|
-
ref: import("@scalar/typebox").TString;
|
|
1254
|
-
name: import("@scalar/typebox").TString;
|
|
1255
|
-
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1256
|
-
type: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"text">, import("@scalar/typebox").TLiteral<"operation">, import("@scalar/typebox").TLiteral<"model">, import("@scalar/typebox").TLiteral<"tag">, import("@scalar/typebox").TLiteral<"webhook">]>;
|
|
1257
|
-
id: import("@scalar/typebox").TString;
|
|
1258
|
-
title: import("@scalar/typebox").TString;
|
|
1259
|
-
}>, import("@scalar/typebox").TObject<{
|
|
1260
|
-
type: import("@scalar/typebox").TLiteral<"webhook">;
|
|
1261
|
-
ref: import("@scalar/typebox").TString;
|
|
1262
|
-
method: import("@scalar/typebox").TString;
|
|
1263
|
-
name: import("@scalar/typebox").TString;
|
|
1264
|
-
}>]>]>;
|
|
1265
|
-
}, "TraversedEntrySchema">>>;
|
|
1274
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>>;
|
|
1275
|
+
"x-scalar-navigation": import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
1276
|
+
}>]>;
|
|
1277
|
+
TraversedDescriptionObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1278
|
+
id: import("@scalar/typebox").TString;
|
|
1279
|
+
title: import("@scalar/typebox").TString;
|
|
1280
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1281
|
+
type: import("@scalar/typebox").TLiteral<"text">;
|
|
1282
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
1266
1283
|
}>]>;
|
|
1284
|
+
TraversedOperationObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1285
|
+
id: import("@scalar/typebox").TString;
|
|
1286
|
+
title: import("@scalar/typebox").TString;
|
|
1287
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1288
|
+
type: import("@scalar/typebox").TLiteral<"operation">;
|
|
1289
|
+
ref: import("@scalar/typebox").TString;
|
|
1290
|
+
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
1291
|
+
path: import("@scalar/typebox").TString;
|
|
1292
|
+
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1293
|
+
}>]>;
|
|
1294
|
+
TraversedSchemaObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1295
|
+
id: import("@scalar/typebox").TString;
|
|
1296
|
+
title: import("@scalar/typebox").TString;
|
|
1297
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1298
|
+
type: import("@scalar/typebox").TLiteral<"model">;
|
|
1299
|
+
ref: import("@scalar/typebox").TString;
|
|
1300
|
+
name: import("@scalar/typebox").TString;
|
|
1301
|
+
}>]>;
|
|
1302
|
+
TraversedWebhookObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1303
|
+
id: import("@scalar/typebox").TString;
|
|
1304
|
+
title: import("@scalar/typebox").TString;
|
|
1305
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1306
|
+
type: import("@scalar/typebox").TLiteral<"webhook">;
|
|
1307
|
+
ref: import("@scalar/typebox").TString;
|
|
1308
|
+
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
1309
|
+
name: import("@scalar/typebox").TString;
|
|
1310
|
+
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1311
|
+
}>]>;
|
|
1312
|
+
TraversedTagObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1313
|
+
id: import("@scalar/typebox").TString;
|
|
1314
|
+
title: import("@scalar/typebox").TString;
|
|
1315
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1316
|
+
type: import("@scalar/typebox").TLiteral<"tag">;
|
|
1317
|
+
name: import("@scalar/typebox").TString;
|
|
1318
|
+
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1319
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
1320
|
+
isGroup: import("@scalar/typebox").TBoolean;
|
|
1321
|
+
isWebhooks: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1322
|
+
xKeys: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TUnknown>>;
|
|
1323
|
+
}>]>;
|
|
1324
|
+
TraversedEntryObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"TraversedTagObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1325
|
+
id: import("@scalar/typebox").TString;
|
|
1326
|
+
title: import("@scalar/typebox").TString;
|
|
1327
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1328
|
+
type: import("@scalar/typebox").TLiteral<"text">;
|
|
1329
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
1330
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1331
|
+
id: import("@scalar/typebox").TString;
|
|
1332
|
+
title: import("@scalar/typebox").TString;
|
|
1333
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1334
|
+
type: import("@scalar/typebox").TLiteral<"operation">;
|
|
1335
|
+
ref: import("@scalar/typebox").TString;
|
|
1336
|
+
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
1337
|
+
path: import("@scalar/typebox").TString;
|
|
1338
|
+
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1339
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1340
|
+
id: import("@scalar/typebox").TString;
|
|
1341
|
+
title: import("@scalar/typebox").TString;
|
|
1342
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1343
|
+
type: import("@scalar/typebox").TLiteral<"model">;
|
|
1344
|
+
ref: import("@scalar/typebox").TString;
|
|
1345
|
+
name: import("@scalar/typebox").TString;
|
|
1346
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1347
|
+
id: import("@scalar/typebox").TString;
|
|
1348
|
+
title: import("@scalar/typebox").TString;
|
|
1349
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1350
|
+
type: import("@scalar/typebox").TLiteral<"webhook">;
|
|
1351
|
+
ref: import("@scalar/typebox").TString;
|
|
1352
|
+
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
1353
|
+
name: import("@scalar/typebox").TString;
|
|
1354
|
+
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1355
|
+
}>]>]>;
|
|
1267
1356
|
}, "ServerObject">>>;
|
|
1268
1357
|
baseServerUrl: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1269
1358
|
}>>;
|
|
@@ -1586,6 +1675,7 @@ export declare const InMemoryWorkspaceSchema: import("@scalar/typebox").TObject<
|
|
|
1586
1675
|
cookie: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
1587
1676
|
}>>;
|
|
1588
1677
|
}>>>;
|
|
1678
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>>;
|
|
1589
1679
|
}>, import("@scalar/typebox").TObject<{
|
|
1590
1680
|
'x-badges': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
1591
1681
|
name: import("@scalar/typebox").TString;
|
|
@@ -1878,7 +1968,7 @@ export declare const InMemoryWorkspaceSchema: import("@scalar/typebox").TObject<
|
|
|
1878
1968
|
'x-tags': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TString>>;
|
|
1879
1969
|
}>]>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1880
1970
|
type: import("@scalar/typebox").TLiteral<"string">;
|
|
1881
|
-
format: import("@scalar/typebox").TOptional<import("@scalar/typebox").
|
|
1971
|
+
format: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1882
1972
|
maxLength: import("@scalar/typebox").TOptional<import("@scalar/typebox").TInteger>;
|
|
1883
1973
|
minLength: import("@scalar/typebox").TOptional<import("@scalar/typebox").TInteger>;
|
|
1884
1974
|
pattern: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -2387,7 +2477,7 @@ export declare const InMemoryWorkspaceSchema: import("@scalar/typebox").TObject<
|
|
|
2387
2477
|
SecuritySchemeObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
2388
2478
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
2389
2479
|
}>, import("@scalar/typebox").TObject<{
|
|
2390
|
-
'x-scalar-secret-token': import("@scalar/typebox").
|
|
2480
|
+
'x-scalar-secret-token': import("@scalar/typebox").TString;
|
|
2391
2481
|
}>, import("@scalar/typebox").TObject<{
|
|
2392
2482
|
type: import("@scalar/typebox").TLiteral<"apiKey">;
|
|
2393
2483
|
name: import("@scalar/typebox").TString;
|
|
@@ -2395,10 +2485,10 @@ export declare const InMemoryWorkspaceSchema: import("@scalar/typebox").TObject<
|
|
|
2395
2485
|
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
2396
2486
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
2397
2487
|
}>, import("@scalar/typebox").TObject<{
|
|
2398
|
-
'x-scalar-secret-token': import("@scalar/typebox").
|
|
2488
|
+
'x-scalar-secret-token': import("@scalar/typebox").TString;
|
|
2399
2489
|
}>, import("@scalar/typebox").TObject<{
|
|
2400
|
-
'x-scalar-secret-username': import("@scalar/typebox").
|
|
2401
|
-
'x-scalar-secret-password': import("@scalar/typebox").
|
|
2490
|
+
'x-scalar-secret-username': import("@scalar/typebox").TString;
|
|
2491
|
+
'x-scalar-secret-password': import("@scalar/typebox").TString;
|
|
2402
2492
|
}>, import("@scalar/typebox").TObject<{
|
|
2403
2493
|
type: import("@scalar/typebox").TLiteral<"http">;
|
|
2404
2494
|
scheme: import("@scalar/typebox").TString;
|
|
@@ -2408,6 +2498,8 @@ export declare const InMemoryWorkspaceSchema: import("@scalar/typebox").TObject<
|
|
|
2408
2498
|
}>, import("@scalar/typebox").TObject<{
|
|
2409
2499
|
type: import("@scalar/typebox").TLiteral<"oauth2">;
|
|
2410
2500
|
flows: import("@scalar/typebox").TRef<"OAuthFlowsObject">;
|
|
2501
|
+
}>, import("@scalar/typebox").TObject<{
|
|
2502
|
+
'x-default-scopes': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TString>>;
|
|
2411
2503
|
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
2412
2504
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
2413
2505
|
}>, import("@scalar/typebox").TObject<{
|
|
@@ -2434,38 +2526,93 @@ export declare const InMemoryWorkspaceSchema: import("@scalar/typebox").TObject<
|
|
|
2434
2526
|
mapping: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
2435
2527
|
}>;
|
|
2436
2528
|
OAuthFlowsObject: import("@scalar/typebox").TObject<{
|
|
2437
|
-
implicit: import("@scalar/typebox").TOptional<import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
2438
|
-
refreshUrl: import("@scalar/typebox").
|
|
2529
|
+
implicit: import("@scalar/typebox").TOptional<import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
2530
|
+
refreshUrl: import("@scalar/typebox").TString;
|
|
2439
2531
|
scopes: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>;
|
|
2440
2532
|
}>, import("@scalar/typebox").TObject<{
|
|
2441
|
-
'x-scalar-secret-
|
|
2533
|
+
'x-scalar-secret-client-id': import("@scalar/typebox").TString;
|
|
2534
|
+
}>, import("@scalar/typebox").TObject<{
|
|
2535
|
+
'x-scalar-secret-token': import("@scalar/typebox").TString;
|
|
2442
2536
|
}>, import("@scalar/typebox").TObject<{
|
|
2537
|
+
'x-scalar-security-query': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
2538
|
+
}>, import("@scalar/typebox").TObject<{
|
|
2539
|
+
'x-scalar-security-body': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
2540
|
+
}>, import("@scalar/typebox").TObject<{
|
|
2541
|
+
'x-tokenName': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
2542
|
+
}>, import("@scalar/typebox").TObject<{
|
|
2543
|
+
'x-scalar-credentials-location': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"header">, import("@scalar/typebox").TLiteral<"body">]>>;
|
|
2544
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
2443
2545
|
authorizationUrl: import("@scalar/typebox").TString;
|
|
2546
|
+
}>, import("@scalar/typebox").TObject<{
|
|
2547
|
+
'x-scalar-secret-redirect-uri': import("@scalar/typebox").TString;
|
|
2444
2548
|
}>]>>;
|
|
2445
|
-
password: import("@scalar/typebox").TOptional<import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
2446
|
-
refreshUrl: import("@scalar/typebox").
|
|
2549
|
+
password: import("@scalar/typebox").TOptional<import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
2550
|
+
refreshUrl: import("@scalar/typebox").TString;
|
|
2447
2551
|
scopes: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>;
|
|
2448
2552
|
}>, import("@scalar/typebox").TObject<{
|
|
2449
|
-
'x-scalar-secret-
|
|
2553
|
+
'x-scalar-secret-client-id': import("@scalar/typebox").TString;
|
|
2554
|
+
}>, import("@scalar/typebox").TObject<{
|
|
2555
|
+
'x-scalar-secret-token': import("@scalar/typebox").TString;
|
|
2556
|
+
}>, import("@scalar/typebox").TObject<{
|
|
2557
|
+
'x-scalar-security-query': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
2558
|
+
}>, import("@scalar/typebox").TObject<{
|
|
2559
|
+
'x-scalar-security-body': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
2450
2560
|
}>, import("@scalar/typebox").TObject<{
|
|
2561
|
+
'x-tokenName': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
2562
|
+
}>, import("@scalar/typebox").TObject<{
|
|
2563
|
+
'x-scalar-credentials-location': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"header">, import("@scalar/typebox").TLiteral<"body">]>>;
|
|
2564
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
2451
2565
|
tokenUrl: import("@scalar/typebox").TString;
|
|
2566
|
+
}>, import("@scalar/typebox").TObject<{
|
|
2567
|
+
'x-scalar-secret-username': import("@scalar/typebox").TString;
|
|
2568
|
+
'x-scalar-secret-password': import("@scalar/typebox").TString;
|
|
2569
|
+
}>, import("@scalar/typebox").TObject<{
|
|
2570
|
+
'x-scalar-secret-client-secret': import("@scalar/typebox").TString;
|
|
2452
2571
|
}>]>>;
|
|
2453
|
-
clientCredentials: import("@scalar/typebox").TOptional<import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
2454
|
-
refreshUrl: import("@scalar/typebox").
|
|
2572
|
+
clientCredentials: import("@scalar/typebox").TOptional<import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
2573
|
+
refreshUrl: import("@scalar/typebox").TString;
|
|
2455
2574
|
scopes: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>;
|
|
2456
2575
|
}>, import("@scalar/typebox").TObject<{
|
|
2457
|
-
'x-scalar-secret-
|
|
2576
|
+
'x-scalar-secret-client-id': import("@scalar/typebox").TString;
|
|
2458
2577
|
}>, import("@scalar/typebox").TObject<{
|
|
2578
|
+
'x-scalar-secret-token': import("@scalar/typebox").TString;
|
|
2579
|
+
}>, import("@scalar/typebox").TObject<{
|
|
2580
|
+
'x-scalar-security-query': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
2581
|
+
}>, import("@scalar/typebox").TObject<{
|
|
2582
|
+
'x-scalar-security-body': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
2583
|
+
}>, import("@scalar/typebox").TObject<{
|
|
2584
|
+
'x-tokenName': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
2585
|
+
}>, import("@scalar/typebox").TObject<{
|
|
2586
|
+
'x-scalar-credentials-location': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"header">, import("@scalar/typebox").TLiteral<"body">]>>;
|
|
2587
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
2459
2588
|
tokenUrl: import("@scalar/typebox").TString;
|
|
2589
|
+
}>, import("@scalar/typebox").TObject<{
|
|
2590
|
+
'x-scalar-secret-client-secret': import("@scalar/typebox").TString;
|
|
2460
2591
|
}>]>>;
|
|
2461
|
-
authorizationCode: import("@scalar/typebox").TOptional<import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
2462
|
-
refreshUrl: import("@scalar/typebox").
|
|
2592
|
+
authorizationCode: import("@scalar/typebox").TOptional<import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
2593
|
+
refreshUrl: import("@scalar/typebox").TString;
|
|
2463
2594
|
scopes: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>;
|
|
2464
2595
|
}>, import("@scalar/typebox").TObject<{
|
|
2465
|
-
'x-scalar-secret-
|
|
2596
|
+
'x-scalar-secret-client-id': import("@scalar/typebox").TString;
|
|
2597
|
+
}>, import("@scalar/typebox").TObject<{
|
|
2598
|
+
'x-scalar-secret-token': import("@scalar/typebox").TString;
|
|
2599
|
+
}>, import("@scalar/typebox").TObject<{
|
|
2600
|
+
'x-scalar-security-query': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
2466
2601
|
}>, import("@scalar/typebox").TObject<{
|
|
2602
|
+
'x-scalar-security-body': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
2603
|
+
}>, import("@scalar/typebox").TObject<{
|
|
2604
|
+
'x-tokenName': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
2605
|
+
}>, import("@scalar/typebox").TObject<{
|
|
2606
|
+
'x-scalar-credentials-location': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"header">, import("@scalar/typebox").TLiteral<"body">]>>;
|
|
2607
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
2467
2608
|
authorizationUrl: import("@scalar/typebox").TString;
|
|
2468
2609
|
tokenUrl: import("@scalar/typebox").TString;
|
|
2610
|
+
}>, import("@scalar/typebox").TObject<{
|
|
2611
|
+
'x-scalar-secret-client-secret': import("@scalar/typebox").TString;
|
|
2612
|
+
}>, import("@scalar/typebox").TObject<{
|
|
2613
|
+
'x-scalar-secret-redirect-uri': import("@scalar/typebox").TString;
|
|
2614
|
+
}>, import("@scalar/typebox").TObject<{
|
|
2615
|
+
'x-usePkce': import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"SHA-256">, import("@scalar/typebox").TLiteral<"plain">, import("@scalar/typebox").TLiteral<"no">]>;
|
|
2469
2616
|
}>]>>;
|
|
2470
2617
|
}>;
|
|
2471
2618
|
ServerVariableObject: import("@scalar/typebox").TObject<{
|
|
@@ -2505,57 +2652,88 @@ export declare const InMemoryWorkspaceSchema: import("@scalar/typebox").TObject<
|
|
|
2505
2652
|
path: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
2506
2653
|
}>>>;
|
|
2507
2654
|
'x-original-oas-version': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
2508
|
-
|
|
2509
|
-
|
|
2510
|
-
type: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"text">, import("@scalar/typebox").TLiteral<"operation">, import("@scalar/typebox").TLiteral<"model">, import("@scalar/typebox").TLiteral<"tag">, import("@scalar/typebox").TLiteral<"webhook">]>;
|
|
2511
|
-
id: import("@scalar/typebox").TString;
|
|
2512
|
-
title: import("@scalar/typebox").TString;
|
|
2513
|
-
}>, import("@scalar/typebox").TObject<{
|
|
2514
|
-
type: import("@scalar/typebox").TLiteral<"tag">;
|
|
2515
|
-
name: import("@scalar/typebox").TString;
|
|
2516
|
-
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntrySchema">>>;
|
|
2517
|
-
isGroup: import("@scalar/typebox").TBoolean;
|
|
2518
|
-
}>]>;
|
|
2519
|
-
TraversedEntrySchema: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"TraversedTagSchema">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
2520
|
-
type: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"text">, import("@scalar/typebox").TLiteral<"operation">, import("@scalar/typebox").TLiteral<"model">, import("@scalar/typebox").TLiteral<"tag">, import("@scalar/typebox").TLiteral<"webhook">]>;
|
|
2521
|
-
id: import("@scalar/typebox").TString;
|
|
2522
|
-
title: import("@scalar/typebox").TString;
|
|
2523
|
-
}>, import("@scalar/typebox").TObject<{
|
|
2524
|
-
type: import("@scalar/typebox").TLiteral<"text">;
|
|
2525
|
-
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
2526
|
-
type: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"text">, import("@scalar/typebox").TLiteral<"operation">, import("@scalar/typebox").TLiteral<"model">, import("@scalar/typebox").TLiteral<"tag">, import("@scalar/typebox").TLiteral<"webhook">]>;
|
|
2527
|
-
id: import("@scalar/typebox").TString;
|
|
2528
|
-
title: import("@scalar/typebox").TString;
|
|
2529
|
-
}>>>;
|
|
2530
|
-
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
2531
|
-
type: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"text">, import("@scalar/typebox").TLiteral<"operation">, import("@scalar/typebox").TLiteral<"model">, import("@scalar/typebox").TLiteral<"tag">, import("@scalar/typebox").TLiteral<"webhook">]>;
|
|
2532
|
-
id: import("@scalar/typebox").TString;
|
|
2533
|
-
title: import("@scalar/typebox").TString;
|
|
2534
|
-
}>, import("@scalar/typebox").TObject<{
|
|
2535
|
-
type: import("@scalar/typebox").TLiteral<"operation">;
|
|
2536
|
-
ref: import("@scalar/typebox").TString;
|
|
2537
|
-
method: import("@scalar/typebox").TString;
|
|
2538
|
-
path: import("@scalar/typebox").TString;
|
|
2539
|
-
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
2540
|
-
type: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"text">, import("@scalar/typebox").TLiteral<"operation">, import("@scalar/typebox").TLiteral<"model">, import("@scalar/typebox").TLiteral<"tag">, import("@scalar/typebox").TLiteral<"webhook">]>;
|
|
2541
|
-
id: import("@scalar/typebox").TString;
|
|
2542
|
-
title: import("@scalar/typebox").TString;
|
|
2543
|
-
}>, import("@scalar/typebox").TObject<{
|
|
2544
|
-
type: import("@scalar/typebox").TLiteral<"model">;
|
|
2545
|
-
ref: import("@scalar/typebox").TString;
|
|
2546
|
-
name: import("@scalar/typebox").TString;
|
|
2547
|
-
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
2548
|
-
type: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"text">, import("@scalar/typebox").TLiteral<"operation">, import("@scalar/typebox").TLiteral<"model">, import("@scalar/typebox").TLiteral<"tag">, import("@scalar/typebox").TLiteral<"webhook">]>;
|
|
2549
|
-
id: import("@scalar/typebox").TString;
|
|
2550
|
-
title: import("@scalar/typebox").TString;
|
|
2551
|
-
}>, import("@scalar/typebox").TObject<{
|
|
2552
|
-
type: import("@scalar/typebox").TLiteral<"webhook">;
|
|
2553
|
-
ref: import("@scalar/typebox").TString;
|
|
2554
|
-
method: import("@scalar/typebox").TString;
|
|
2555
|
-
name: import("@scalar/typebox").TString;
|
|
2556
|
-
}>]>]>;
|
|
2557
|
-
}, "TraversedEntrySchema">>>;
|
|
2655
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>>;
|
|
2656
|
+
"x-scalar-navigation": import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
2558
2657
|
}>]>;
|
|
2658
|
+
TraversedDescriptionObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
2659
|
+
id: import("@scalar/typebox").TString;
|
|
2660
|
+
title: import("@scalar/typebox").TString;
|
|
2661
|
+
}>, import("@scalar/typebox").TObject<{
|
|
2662
|
+
type: import("@scalar/typebox").TLiteral<"text">;
|
|
2663
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
2664
|
+
}>]>;
|
|
2665
|
+
TraversedOperationObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
2666
|
+
id: import("@scalar/typebox").TString;
|
|
2667
|
+
title: import("@scalar/typebox").TString;
|
|
2668
|
+
}>, import("@scalar/typebox").TObject<{
|
|
2669
|
+
type: import("@scalar/typebox").TLiteral<"operation">;
|
|
2670
|
+
ref: import("@scalar/typebox").TString;
|
|
2671
|
+
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
2672
|
+
path: import("@scalar/typebox").TString;
|
|
2673
|
+
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
2674
|
+
}>]>;
|
|
2675
|
+
TraversedSchemaObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
2676
|
+
id: import("@scalar/typebox").TString;
|
|
2677
|
+
title: import("@scalar/typebox").TString;
|
|
2678
|
+
}>, import("@scalar/typebox").TObject<{
|
|
2679
|
+
type: import("@scalar/typebox").TLiteral<"model">;
|
|
2680
|
+
ref: import("@scalar/typebox").TString;
|
|
2681
|
+
name: import("@scalar/typebox").TString;
|
|
2682
|
+
}>]>;
|
|
2683
|
+
TraversedWebhookObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
2684
|
+
id: import("@scalar/typebox").TString;
|
|
2685
|
+
title: import("@scalar/typebox").TString;
|
|
2686
|
+
}>, import("@scalar/typebox").TObject<{
|
|
2687
|
+
type: import("@scalar/typebox").TLiteral<"webhook">;
|
|
2688
|
+
ref: import("@scalar/typebox").TString;
|
|
2689
|
+
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
2690
|
+
name: import("@scalar/typebox").TString;
|
|
2691
|
+
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
2692
|
+
}>]>;
|
|
2693
|
+
TraversedTagObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
2694
|
+
id: import("@scalar/typebox").TString;
|
|
2695
|
+
title: import("@scalar/typebox").TString;
|
|
2696
|
+
}>, import("@scalar/typebox").TObject<{
|
|
2697
|
+
type: import("@scalar/typebox").TLiteral<"tag">;
|
|
2698
|
+
name: import("@scalar/typebox").TString;
|
|
2699
|
+
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
2700
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
2701
|
+
isGroup: import("@scalar/typebox").TBoolean;
|
|
2702
|
+
isWebhooks: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
2703
|
+
xKeys: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TUnknown>>;
|
|
2704
|
+
}>]>;
|
|
2705
|
+
TraversedEntryObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"TraversedTagObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
2706
|
+
id: import("@scalar/typebox").TString;
|
|
2707
|
+
title: import("@scalar/typebox").TString;
|
|
2708
|
+
}>, import("@scalar/typebox").TObject<{
|
|
2709
|
+
type: import("@scalar/typebox").TLiteral<"text">;
|
|
2710
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
2711
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
2712
|
+
id: import("@scalar/typebox").TString;
|
|
2713
|
+
title: import("@scalar/typebox").TString;
|
|
2714
|
+
}>, import("@scalar/typebox").TObject<{
|
|
2715
|
+
type: import("@scalar/typebox").TLiteral<"operation">;
|
|
2716
|
+
ref: import("@scalar/typebox").TString;
|
|
2717
|
+
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
2718
|
+
path: import("@scalar/typebox").TString;
|
|
2719
|
+
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
2720
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
2721
|
+
id: import("@scalar/typebox").TString;
|
|
2722
|
+
title: import("@scalar/typebox").TString;
|
|
2723
|
+
}>, import("@scalar/typebox").TObject<{
|
|
2724
|
+
type: import("@scalar/typebox").TLiteral<"model">;
|
|
2725
|
+
ref: import("@scalar/typebox").TString;
|
|
2726
|
+
name: import("@scalar/typebox").TString;
|
|
2727
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
2728
|
+
id: import("@scalar/typebox").TString;
|
|
2729
|
+
title: import("@scalar/typebox").TString;
|
|
2730
|
+
}>, import("@scalar/typebox").TObject<{
|
|
2731
|
+
type: import("@scalar/typebox").TLiteral<"webhook">;
|
|
2732
|
+
ref: import("@scalar/typebox").TString;
|
|
2733
|
+
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
2734
|
+
name: import("@scalar/typebox").TString;
|
|
2735
|
+
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
2736
|
+
}>]>]>;
|
|
2559
2737
|
}, "OpenApiDocument">]>>;
|
|
2560
2738
|
originalDocuments: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TUnknown>>;
|
|
2561
2739
|
intermediateDocuments: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TUnknown>>;
|