@scalar/workspace-store 0.15.8 → 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 +12 -0
- 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 +150 -32
- package/dist/schemas/inmemory-workspace.d.ts.map +1 -1
- package/dist/schemas/reference-config/index.d.ts +75 -16
- package/dist/schemas/reference-config/index.d.ts.map +1 -1
- package/dist/schemas/reference-config/settings.d.ts +75 -16
- 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 +2550 -544
- package/dist/schemas/v3.1/strict/openapi-document.d.ts.map +1 -1
- package/dist/schemas/v3.1/strict/openapi-document.js +1 -0
- 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/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 +75 -16
- package/dist/schemas/workspace-specification/config.d.ts.map +1 -1
- package/dist/schemas/workspace-specification/index.d.ts +75 -16
- package/dist/schemas/workspace-specification/index.d.ts.map +1 -1
- package/dist/schemas/workspace.d.ts +525 -112
- package/dist/schemas/workspace.d.ts.map +1 -1
- package/package.json +8 -13
|
@@ -288,6 +288,7 @@ export declare const WorkspaceDocumentSchema: import("@scalar/typebox").TInterse
|
|
|
288
288
|
cookie: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
289
289
|
}>>;
|
|
290
290
|
}>>>;
|
|
291
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>>;
|
|
291
292
|
}>, import("@scalar/typebox").TObject<{
|
|
292
293
|
'x-badges': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
293
294
|
name: import("@scalar/typebox").TString;
|
|
@@ -1089,7 +1090,7 @@ export declare const WorkspaceDocumentSchema: import("@scalar/typebox").TInterse
|
|
|
1089
1090
|
SecuritySchemeObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1090
1091
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1091
1092
|
}>, import("@scalar/typebox").TObject<{
|
|
1092
|
-
'x-scalar-secret-token': import("@scalar/typebox").
|
|
1093
|
+
'x-scalar-secret-token': import("@scalar/typebox").TString;
|
|
1093
1094
|
}>, import("@scalar/typebox").TObject<{
|
|
1094
1095
|
type: import("@scalar/typebox").TLiteral<"apiKey">;
|
|
1095
1096
|
name: import("@scalar/typebox").TString;
|
|
@@ -1097,10 +1098,10 @@ export declare const WorkspaceDocumentSchema: import("@scalar/typebox").TInterse
|
|
|
1097
1098
|
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1098
1099
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1099
1100
|
}>, import("@scalar/typebox").TObject<{
|
|
1100
|
-
'x-scalar-secret-token': import("@scalar/typebox").
|
|
1101
|
+
'x-scalar-secret-token': import("@scalar/typebox").TString;
|
|
1101
1102
|
}>, import("@scalar/typebox").TObject<{
|
|
1102
|
-
'x-scalar-secret-username': import("@scalar/typebox").
|
|
1103
|
-
'x-scalar-secret-password': import("@scalar/typebox").
|
|
1103
|
+
'x-scalar-secret-username': import("@scalar/typebox").TString;
|
|
1104
|
+
'x-scalar-secret-password': import("@scalar/typebox").TString;
|
|
1104
1105
|
}>, import("@scalar/typebox").TObject<{
|
|
1105
1106
|
type: import("@scalar/typebox").TLiteral<"http">;
|
|
1106
1107
|
scheme: import("@scalar/typebox").TString;
|
|
@@ -1110,6 +1111,8 @@ export declare const WorkspaceDocumentSchema: import("@scalar/typebox").TInterse
|
|
|
1110
1111
|
}>, import("@scalar/typebox").TObject<{
|
|
1111
1112
|
type: import("@scalar/typebox").TLiteral<"oauth2">;
|
|
1112
1113
|
flows: import("@scalar/typebox").TRef<"OAuthFlowsObject">;
|
|
1114
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1115
|
+
'x-default-scopes': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TString>>;
|
|
1113
1116
|
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1114
1117
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1115
1118
|
}>, import("@scalar/typebox").TObject<{
|
|
@@ -1136,38 +1139,93 @@ export declare const WorkspaceDocumentSchema: import("@scalar/typebox").TInterse
|
|
|
1136
1139
|
mapping: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
1137
1140
|
}>;
|
|
1138
1141
|
OAuthFlowsObject: import("@scalar/typebox").TObject<{
|
|
1139
|
-
implicit: import("@scalar/typebox").TOptional<import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1140
|
-
refreshUrl: import("@scalar/typebox").
|
|
1142
|
+
implicit: import("@scalar/typebox").TOptional<import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1143
|
+
refreshUrl: import("@scalar/typebox").TString;
|
|
1141
1144
|
scopes: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>;
|
|
1142
1145
|
}>, import("@scalar/typebox").TObject<{
|
|
1143
|
-
'x-scalar-secret-
|
|
1146
|
+
'x-scalar-secret-client-id': import("@scalar/typebox").TString;
|
|
1147
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1148
|
+
'x-scalar-secret-token': import("@scalar/typebox").TString;
|
|
1149
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1150
|
+
'x-scalar-security-query': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
1151
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1152
|
+
'x-scalar-security-body': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
1144
1153
|
}>, import("@scalar/typebox").TObject<{
|
|
1154
|
+
'x-tokenName': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1155
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1156
|
+
'x-scalar-credentials-location': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"header">, import("@scalar/typebox").TLiteral<"body">]>>;
|
|
1157
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
1145
1158
|
authorizationUrl: import("@scalar/typebox").TString;
|
|
1159
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1160
|
+
'x-scalar-secret-redirect-uri': import("@scalar/typebox").TString;
|
|
1146
1161
|
}>]>>;
|
|
1147
|
-
password: import("@scalar/typebox").TOptional<import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1148
|
-
refreshUrl: import("@scalar/typebox").
|
|
1162
|
+
password: import("@scalar/typebox").TOptional<import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1163
|
+
refreshUrl: import("@scalar/typebox").TString;
|
|
1149
1164
|
scopes: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>;
|
|
1150
1165
|
}>, import("@scalar/typebox").TObject<{
|
|
1151
|
-
'x-scalar-secret-
|
|
1166
|
+
'x-scalar-secret-client-id': import("@scalar/typebox").TString;
|
|
1152
1167
|
}>, import("@scalar/typebox").TObject<{
|
|
1168
|
+
'x-scalar-secret-token': import("@scalar/typebox").TString;
|
|
1169
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1170
|
+
'x-scalar-security-query': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
1171
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1172
|
+
'x-scalar-security-body': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
1173
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1174
|
+
'x-tokenName': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1175
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1176
|
+
'x-scalar-credentials-location': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"header">, import("@scalar/typebox").TLiteral<"body">]>>;
|
|
1177
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
1153
1178
|
tokenUrl: import("@scalar/typebox").TString;
|
|
1179
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1180
|
+
'x-scalar-secret-username': import("@scalar/typebox").TString;
|
|
1181
|
+
'x-scalar-secret-password': import("@scalar/typebox").TString;
|
|
1182
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1183
|
+
'x-scalar-secret-client-secret': import("@scalar/typebox").TString;
|
|
1154
1184
|
}>]>>;
|
|
1155
|
-
clientCredentials: import("@scalar/typebox").TOptional<import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1156
|
-
refreshUrl: import("@scalar/typebox").
|
|
1185
|
+
clientCredentials: import("@scalar/typebox").TOptional<import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1186
|
+
refreshUrl: import("@scalar/typebox").TString;
|
|
1157
1187
|
scopes: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>;
|
|
1158
1188
|
}>, import("@scalar/typebox").TObject<{
|
|
1159
|
-
'x-scalar-secret-
|
|
1189
|
+
'x-scalar-secret-client-id': import("@scalar/typebox").TString;
|
|
1190
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1191
|
+
'x-scalar-secret-token': import("@scalar/typebox").TString;
|
|
1192
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1193
|
+
'x-scalar-security-query': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
1160
1194
|
}>, import("@scalar/typebox").TObject<{
|
|
1195
|
+
'x-scalar-security-body': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
1196
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1197
|
+
'x-tokenName': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1198
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1199
|
+
'x-scalar-credentials-location': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"header">, import("@scalar/typebox").TLiteral<"body">]>>;
|
|
1200
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
1161
1201
|
tokenUrl: import("@scalar/typebox").TString;
|
|
1202
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1203
|
+
'x-scalar-secret-client-secret': import("@scalar/typebox").TString;
|
|
1162
1204
|
}>]>>;
|
|
1163
|
-
authorizationCode: import("@scalar/typebox").TOptional<import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1164
|
-
refreshUrl: import("@scalar/typebox").
|
|
1205
|
+
authorizationCode: import("@scalar/typebox").TOptional<import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1206
|
+
refreshUrl: import("@scalar/typebox").TString;
|
|
1165
1207
|
scopes: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>;
|
|
1166
1208
|
}>, import("@scalar/typebox").TObject<{
|
|
1167
|
-
'x-scalar-secret-
|
|
1209
|
+
'x-scalar-secret-client-id': import("@scalar/typebox").TString;
|
|
1210
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1211
|
+
'x-scalar-secret-token': import("@scalar/typebox").TString;
|
|
1212
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1213
|
+
'x-scalar-security-query': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
1168
1214
|
}>, import("@scalar/typebox").TObject<{
|
|
1215
|
+
'x-scalar-security-body': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
1216
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1217
|
+
'x-tokenName': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1218
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1219
|
+
'x-scalar-credentials-location': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"header">, import("@scalar/typebox").TLiteral<"body">]>>;
|
|
1220
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
1169
1221
|
authorizationUrl: import("@scalar/typebox").TString;
|
|
1170
1222
|
tokenUrl: import("@scalar/typebox").TString;
|
|
1223
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1224
|
+
'x-scalar-secret-client-secret': import("@scalar/typebox").TString;
|
|
1225
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1226
|
+
'x-scalar-secret-redirect-uri': import("@scalar/typebox").TString;
|
|
1227
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1228
|
+
'x-usePkce': import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"SHA-256">, import("@scalar/typebox").TLiteral<"plain">, import("@scalar/typebox").TLiteral<"no">]>;
|
|
1171
1229
|
}>]>>;
|
|
1172
1230
|
}>;
|
|
1173
1231
|
ServerVariableObject: import("@scalar/typebox").TObject<{
|
|
@@ -1207,6 +1265,7 @@ export declare const WorkspaceDocumentSchema: import("@scalar/typebox").TInterse
|
|
|
1207
1265
|
path: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1208
1266
|
}>>>;
|
|
1209
1267
|
'x-original-oas-version': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1268
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>>;
|
|
1210
1269
|
"x-scalar-navigation": import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
1211
1270
|
}>]>;
|
|
1212
1271
|
TraversedDescriptionObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
@@ -1593,6 +1652,7 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TObjec
|
|
|
1593
1652
|
cookie: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
1594
1653
|
}>>;
|
|
1595
1654
|
}>>>;
|
|
1655
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>>;
|
|
1596
1656
|
}>, import("@scalar/typebox").TObject<{
|
|
1597
1657
|
'x-badges': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
1598
1658
|
name: import("@scalar/typebox").TString;
|
|
@@ -2394,7 +2454,7 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TObjec
|
|
|
2394
2454
|
SecuritySchemeObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
2395
2455
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
2396
2456
|
}>, import("@scalar/typebox").TObject<{
|
|
2397
|
-
'x-scalar-secret-token': import("@scalar/typebox").
|
|
2457
|
+
'x-scalar-secret-token': import("@scalar/typebox").TString;
|
|
2398
2458
|
}>, import("@scalar/typebox").TObject<{
|
|
2399
2459
|
type: import("@scalar/typebox").TLiteral<"apiKey">;
|
|
2400
2460
|
name: import("@scalar/typebox").TString;
|
|
@@ -2402,10 +2462,10 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TObjec
|
|
|
2402
2462
|
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
2403
2463
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
2404
2464
|
}>, import("@scalar/typebox").TObject<{
|
|
2405
|
-
'x-scalar-secret-token': import("@scalar/typebox").
|
|
2465
|
+
'x-scalar-secret-token': import("@scalar/typebox").TString;
|
|
2406
2466
|
}>, import("@scalar/typebox").TObject<{
|
|
2407
|
-
'x-scalar-secret-username': import("@scalar/typebox").
|
|
2408
|
-
'x-scalar-secret-password': import("@scalar/typebox").
|
|
2467
|
+
'x-scalar-secret-username': import("@scalar/typebox").TString;
|
|
2468
|
+
'x-scalar-secret-password': import("@scalar/typebox").TString;
|
|
2409
2469
|
}>, import("@scalar/typebox").TObject<{
|
|
2410
2470
|
type: import("@scalar/typebox").TLiteral<"http">;
|
|
2411
2471
|
scheme: import("@scalar/typebox").TString;
|
|
@@ -2415,6 +2475,8 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TObjec
|
|
|
2415
2475
|
}>, import("@scalar/typebox").TObject<{
|
|
2416
2476
|
type: import("@scalar/typebox").TLiteral<"oauth2">;
|
|
2417
2477
|
flows: import("@scalar/typebox").TRef<"OAuthFlowsObject">;
|
|
2478
|
+
}>, import("@scalar/typebox").TObject<{
|
|
2479
|
+
'x-default-scopes': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TString>>;
|
|
2418
2480
|
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
2419
2481
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
2420
2482
|
}>, import("@scalar/typebox").TObject<{
|
|
@@ -2441,38 +2503,93 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TObjec
|
|
|
2441
2503
|
mapping: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
2442
2504
|
}>;
|
|
2443
2505
|
OAuthFlowsObject: import("@scalar/typebox").TObject<{
|
|
2444
|
-
implicit: import("@scalar/typebox").TOptional<import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
2445
|
-
refreshUrl: import("@scalar/typebox").
|
|
2506
|
+
implicit: import("@scalar/typebox").TOptional<import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
2507
|
+
refreshUrl: import("@scalar/typebox").TString;
|
|
2446
2508
|
scopes: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>;
|
|
2447
2509
|
}>, import("@scalar/typebox").TObject<{
|
|
2448
|
-
'x-scalar-secret-
|
|
2510
|
+
'x-scalar-secret-client-id': import("@scalar/typebox").TString;
|
|
2511
|
+
}>, import("@scalar/typebox").TObject<{
|
|
2512
|
+
'x-scalar-secret-token': import("@scalar/typebox").TString;
|
|
2513
|
+
}>, import("@scalar/typebox").TObject<{
|
|
2514
|
+
'x-scalar-security-query': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
2449
2515
|
}>, import("@scalar/typebox").TObject<{
|
|
2516
|
+
'x-scalar-security-body': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
2517
|
+
}>, import("@scalar/typebox").TObject<{
|
|
2518
|
+
'x-tokenName': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
2519
|
+
}>, import("@scalar/typebox").TObject<{
|
|
2520
|
+
'x-scalar-credentials-location': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"header">, import("@scalar/typebox").TLiteral<"body">]>>;
|
|
2521
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
2450
2522
|
authorizationUrl: import("@scalar/typebox").TString;
|
|
2523
|
+
}>, import("@scalar/typebox").TObject<{
|
|
2524
|
+
'x-scalar-secret-redirect-uri': import("@scalar/typebox").TString;
|
|
2451
2525
|
}>]>>;
|
|
2452
|
-
password: import("@scalar/typebox").TOptional<import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
2453
|
-
refreshUrl: import("@scalar/typebox").
|
|
2526
|
+
password: import("@scalar/typebox").TOptional<import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
2527
|
+
refreshUrl: import("@scalar/typebox").TString;
|
|
2454
2528
|
scopes: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>;
|
|
2455
2529
|
}>, import("@scalar/typebox").TObject<{
|
|
2456
|
-
'x-scalar-secret-
|
|
2530
|
+
'x-scalar-secret-client-id': import("@scalar/typebox").TString;
|
|
2531
|
+
}>, import("@scalar/typebox").TObject<{
|
|
2532
|
+
'x-scalar-secret-token': import("@scalar/typebox").TString;
|
|
2533
|
+
}>, import("@scalar/typebox").TObject<{
|
|
2534
|
+
'x-scalar-security-query': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
2457
2535
|
}>, import("@scalar/typebox").TObject<{
|
|
2536
|
+
'x-scalar-security-body': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
2537
|
+
}>, import("@scalar/typebox").TObject<{
|
|
2538
|
+
'x-tokenName': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
2539
|
+
}>, import("@scalar/typebox").TObject<{
|
|
2540
|
+
'x-scalar-credentials-location': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"header">, import("@scalar/typebox").TLiteral<"body">]>>;
|
|
2541
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
2458
2542
|
tokenUrl: import("@scalar/typebox").TString;
|
|
2543
|
+
}>, import("@scalar/typebox").TObject<{
|
|
2544
|
+
'x-scalar-secret-username': import("@scalar/typebox").TString;
|
|
2545
|
+
'x-scalar-secret-password': import("@scalar/typebox").TString;
|
|
2546
|
+
}>, import("@scalar/typebox").TObject<{
|
|
2547
|
+
'x-scalar-secret-client-secret': import("@scalar/typebox").TString;
|
|
2459
2548
|
}>]>>;
|
|
2460
|
-
clientCredentials: import("@scalar/typebox").TOptional<import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
2461
|
-
refreshUrl: import("@scalar/typebox").
|
|
2549
|
+
clientCredentials: import("@scalar/typebox").TOptional<import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
2550
|
+
refreshUrl: import("@scalar/typebox").TString;
|
|
2462
2551
|
scopes: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>;
|
|
2463
2552
|
}>, import("@scalar/typebox").TObject<{
|
|
2464
|
-
'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;
|
|
2465
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>>;
|
|
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<{
|
|
2466
2565
|
tokenUrl: import("@scalar/typebox").TString;
|
|
2566
|
+
}>, import("@scalar/typebox").TObject<{
|
|
2567
|
+
'x-scalar-secret-client-secret': import("@scalar/typebox").TString;
|
|
2467
2568
|
}>]>>;
|
|
2468
|
-
authorizationCode: import("@scalar/typebox").TOptional<import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
2469
|
-
refreshUrl: import("@scalar/typebox").
|
|
2569
|
+
authorizationCode: import("@scalar/typebox").TOptional<import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
2570
|
+
refreshUrl: import("@scalar/typebox").TString;
|
|
2470
2571
|
scopes: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>;
|
|
2471
2572
|
}>, import("@scalar/typebox").TObject<{
|
|
2472
|
-
'x-scalar-secret-
|
|
2573
|
+
'x-scalar-secret-client-id': import("@scalar/typebox").TString;
|
|
2574
|
+
}>, import("@scalar/typebox").TObject<{
|
|
2575
|
+
'x-scalar-secret-token': import("@scalar/typebox").TString;
|
|
2473
2576
|
}>, import("@scalar/typebox").TObject<{
|
|
2577
|
+
'x-scalar-security-query': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
2578
|
+
}>, import("@scalar/typebox").TObject<{
|
|
2579
|
+
'x-scalar-security-body': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
2580
|
+
}>, import("@scalar/typebox").TObject<{
|
|
2581
|
+
'x-tokenName': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
2582
|
+
}>, import("@scalar/typebox").TObject<{
|
|
2583
|
+
'x-scalar-credentials-location': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"header">, import("@scalar/typebox").TLiteral<"body">]>>;
|
|
2584
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
2474
2585
|
authorizationUrl: import("@scalar/typebox").TString;
|
|
2475
2586
|
tokenUrl: import("@scalar/typebox").TString;
|
|
2587
|
+
}>, import("@scalar/typebox").TObject<{
|
|
2588
|
+
'x-scalar-secret-client-secret': import("@scalar/typebox").TString;
|
|
2589
|
+
}>, import("@scalar/typebox").TObject<{
|
|
2590
|
+
'x-scalar-secret-redirect-uri': import("@scalar/typebox").TString;
|
|
2591
|
+
}>, import("@scalar/typebox").TObject<{
|
|
2592
|
+
'x-usePkce': import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"SHA-256">, import("@scalar/typebox").TLiteral<"plain">, import("@scalar/typebox").TLiteral<"no">]>;
|
|
2476
2593
|
}>]>>;
|
|
2477
2594
|
}>;
|
|
2478
2595
|
ServerVariableObject: import("@scalar/typebox").TObject<{
|
|
@@ -2512,6 +2629,7 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TObjec
|
|
|
2512
2629
|
path: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
2513
2630
|
}>>>;
|
|
2514
2631
|
'x-original-oas-version': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
2632
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>>;
|
|
2515
2633
|
"x-scalar-navigation": import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
2516
2634
|
}>]>;
|
|
2517
2635
|
TraversedDescriptionObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
@@ -2875,6 +2993,7 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TObjec
|
|
|
2875
2993
|
cookie: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
2876
2994
|
}>>;
|
|
2877
2995
|
}>>>;
|
|
2996
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>>;
|
|
2878
2997
|
}>, import("@scalar/typebox").TObject<{
|
|
2879
2998
|
'x-badges': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
2880
2999
|
name: import("@scalar/typebox").TString;
|
|
@@ -3676,7 +3795,7 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TObjec
|
|
|
3676
3795
|
SecuritySchemeObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
3677
3796
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
3678
3797
|
}>, import("@scalar/typebox").TObject<{
|
|
3679
|
-
'x-scalar-secret-token': import("@scalar/typebox").
|
|
3798
|
+
'x-scalar-secret-token': import("@scalar/typebox").TString;
|
|
3680
3799
|
}>, import("@scalar/typebox").TObject<{
|
|
3681
3800
|
type: import("@scalar/typebox").TLiteral<"apiKey">;
|
|
3682
3801
|
name: import("@scalar/typebox").TString;
|
|
@@ -3684,10 +3803,10 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TObjec
|
|
|
3684
3803
|
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
3685
3804
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
3686
3805
|
}>, import("@scalar/typebox").TObject<{
|
|
3687
|
-
'x-scalar-secret-token': import("@scalar/typebox").
|
|
3806
|
+
'x-scalar-secret-token': import("@scalar/typebox").TString;
|
|
3688
3807
|
}>, import("@scalar/typebox").TObject<{
|
|
3689
|
-
'x-scalar-secret-username': import("@scalar/typebox").
|
|
3690
|
-
'x-scalar-secret-password': import("@scalar/typebox").
|
|
3808
|
+
'x-scalar-secret-username': import("@scalar/typebox").TString;
|
|
3809
|
+
'x-scalar-secret-password': import("@scalar/typebox").TString;
|
|
3691
3810
|
}>, import("@scalar/typebox").TObject<{
|
|
3692
3811
|
type: import("@scalar/typebox").TLiteral<"http">;
|
|
3693
3812
|
scheme: import("@scalar/typebox").TString;
|
|
@@ -3697,6 +3816,8 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TObjec
|
|
|
3697
3816
|
}>, import("@scalar/typebox").TObject<{
|
|
3698
3817
|
type: import("@scalar/typebox").TLiteral<"oauth2">;
|
|
3699
3818
|
flows: import("@scalar/typebox").TRef<"OAuthFlowsObject">;
|
|
3819
|
+
}>, import("@scalar/typebox").TObject<{
|
|
3820
|
+
'x-default-scopes': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TString>>;
|
|
3700
3821
|
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
3701
3822
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
3702
3823
|
}>, import("@scalar/typebox").TObject<{
|
|
@@ -3723,38 +3844,93 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TObjec
|
|
|
3723
3844
|
mapping: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
3724
3845
|
}>;
|
|
3725
3846
|
OAuthFlowsObject: import("@scalar/typebox").TObject<{
|
|
3726
|
-
implicit: import("@scalar/typebox").TOptional<import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
3727
|
-
refreshUrl: import("@scalar/typebox").
|
|
3847
|
+
implicit: import("@scalar/typebox").TOptional<import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
3848
|
+
refreshUrl: import("@scalar/typebox").TString;
|
|
3728
3849
|
scopes: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>;
|
|
3729
3850
|
}>, import("@scalar/typebox").TObject<{
|
|
3730
|
-
'x-scalar-secret-
|
|
3851
|
+
'x-scalar-secret-client-id': import("@scalar/typebox").TString;
|
|
3852
|
+
}>, import("@scalar/typebox").TObject<{
|
|
3853
|
+
'x-scalar-secret-token': import("@scalar/typebox").TString;
|
|
3854
|
+
}>, import("@scalar/typebox").TObject<{
|
|
3855
|
+
'x-scalar-security-query': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
3731
3856
|
}>, import("@scalar/typebox").TObject<{
|
|
3857
|
+
'x-scalar-security-body': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
3858
|
+
}>, import("@scalar/typebox").TObject<{
|
|
3859
|
+
'x-tokenName': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
3860
|
+
}>, import("@scalar/typebox").TObject<{
|
|
3861
|
+
'x-scalar-credentials-location': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"header">, import("@scalar/typebox").TLiteral<"body">]>>;
|
|
3862
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
3732
3863
|
authorizationUrl: import("@scalar/typebox").TString;
|
|
3864
|
+
}>, import("@scalar/typebox").TObject<{
|
|
3865
|
+
'x-scalar-secret-redirect-uri': import("@scalar/typebox").TString;
|
|
3733
3866
|
}>]>>;
|
|
3734
|
-
password: import("@scalar/typebox").TOptional<import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
3735
|
-
refreshUrl: import("@scalar/typebox").
|
|
3867
|
+
password: import("@scalar/typebox").TOptional<import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
3868
|
+
refreshUrl: import("@scalar/typebox").TString;
|
|
3736
3869
|
scopes: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>;
|
|
3737
3870
|
}>, import("@scalar/typebox").TObject<{
|
|
3738
|
-
'x-scalar-secret-
|
|
3871
|
+
'x-scalar-secret-client-id': import("@scalar/typebox").TString;
|
|
3872
|
+
}>, import("@scalar/typebox").TObject<{
|
|
3873
|
+
'x-scalar-secret-token': import("@scalar/typebox").TString;
|
|
3874
|
+
}>, import("@scalar/typebox").TObject<{
|
|
3875
|
+
'x-scalar-security-query': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
3739
3876
|
}>, import("@scalar/typebox").TObject<{
|
|
3877
|
+
'x-scalar-security-body': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
3878
|
+
}>, import("@scalar/typebox").TObject<{
|
|
3879
|
+
'x-tokenName': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
3880
|
+
}>, import("@scalar/typebox").TObject<{
|
|
3881
|
+
'x-scalar-credentials-location': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"header">, import("@scalar/typebox").TLiteral<"body">]>>;
|
|
3882
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
3740
3883
|
tokenUrl: import("@scalar/typebox").TString;
|
|
3884
|
+
}>, import("@scalar/typebox").TObject<{
|
|
3885
|
+
'x-scalar-secret-username': import("@scalar/typebox").TString;
|
|
3886
|
+
'x-scalar-secret-password': import("@scalar/typebox").TString;
|
|
3887
|
+
}>, import("@scalar/typebox").TObject<{
|
|
3888
|
+
'x-scalar-secret-client-secret': import("@scalar/typebox").TString;
|
|
3741
3889
|
}>]>>;
|
|
3742
|
-
clientCredentials: import("@scalar/typebox").TOptional<import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
3743
|
-
refreshUrl: import("@scalar/typebox").
|
|
3890
|
+
clientCredentials: import("@scalar/typebox").TOptional<import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
3891
|
+
refreshUrl: import("@scalar/typebox").TString;
|
|
3744
3892
|
scopes: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>;
|
|
3745
3893
|
}>, import("@scalar/typebox").TObject<{
|
|
3746
|
-
'x-scalar-secret-
|
|
3894
|
+
'x-scalar-secret-client-id': import("@scalar/typebox").TString;
|
|
3895
|
+
}>, import("@scalar/typebox").TObject<{
|
|
3896
|
+
'x-scalar-secret-token': import("@scalar/typebox").TString;
|
|
3897
|
+
}>, import("@scalar/typebox").TObject<{
|
|
3898
|
+
'x-scalar-security-query': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
3899
|
+
}>, import("@scalar/typebox").TObject<{
|
|
3900
|
+
'x-scalar-security-body': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
3901
|
+
}>, import("@scalar/typebox").TObject<{
|
|
3902
|
+
'x-tokenName': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
3747
3903
|
}>, import("@scalar/typebox").TObject<{
|
|
3904
|
+
'x-scalar-credentials-location': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"header">, import("@scalar/typebox").TLiteral<"body">]>>;
|
|
3905
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
3748
3906
|
tokenUrl: import("@scalar/typebox").TString;
|
|
3907
|
+
}>, import("@scalar/typebox").TObject<{
|
|
3908
|
+
'x-scalar-secret-client-secret': import("@scalar/typebox").TString;
|
|
3749
3909
|
}>]>>;
|
|
3750
|
-
authorizationCode: import("@scalar/typebox").TOptional<import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
3751
|
-
refreshUrl: import("@scalar/typebox").
|
|
3910
|
+
authorizationCode: import("@scalar/typebox").TOptional<import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
3911
|
+
refreshUrl: import("@scalar/typebox").TString;
|
|
3752
3912
|
scopes: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>;
|
|
3753
3913
|
}>, import("@scalar/typebox").TObject<{
|
|
3754
|
-
'x-scalar-secret-
|
|
3914
|
+
'x-scalar-secret-client-id': import("@scalar/typebox").TString;
|
|
3915
|
+
}>, import("@scalar/typebox").TObject<{
|
|
3916
|
+
'x-scalar-secret-token': import("@scalar/typebox").TString;
|
|
3917
|
+
}>, import("@scalar/typebox").TObject<{
|
|
3918
|
+
'x-scalar-security-query': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
3919
|
+
}>, import("@scalar/typebox").TObject<{
|
|
3920
|
+
'x-scalar-security-body': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
3921
|
+
}>, import("@scalar/typebox").TObject<{
|
|
3922
|
+
'x-tokenName': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
3755
3923
|
}>, import("@scalar/typebox").TObject<{
|
|
3924
|
+
'x-scalar-credentials-location': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"header">, import("@scalar/typebox").TLiteral<"body">]>>;
|
|
3925
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
3756
3926
|
authorizationUrl: import("@scalar/typebox").TString;
|
|
3757
3927
|
tokenUrl: import("@scalar/typebox").TString;
|
|
3928
|
+
}>, import("@scalar/typebox").TObject<{
|
|
3929
|
+
'x-scalar-secret-client-secret': import("@scalar/typebox").TString;
|
|
3930
|
+
}>, import("@scalar/typebox").TObject<{
|
|
3931
|
+
'x-scalar-secret-redirect-uri': import("@scalar/typebox").TString;
|
|
3932
|
+
}>, import("@scalar/typebox").TObject<{
|
|
3933
|
+
'x-usePkce': import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"SHA-256">, import("@scalar/typebox").TLiteral<"plain">, import("@scalar/typebox").TLiteral<"no">]>;
|
|
3758
3934
|
}>]>>;
|
|
3759
3935
|
}>;
|
|
3760
3936
|
ServerVariableObject: import("@scalar/typebox").TObject<{
|
|
@@ -3794,6 +3970,7 @@ export declare const WorkspaceExtensionsSchema: import("@scalar/typebox").TObjec
|
|
|
3794
3970
|
path: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
3795
3971
|
}>>>;
|
|
3796
3972
|
'x-original-oas-version': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
3973
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>>;
|
|
3797
3974
|
"x-scalar-navigation": import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
3798
3975
|
}>]>;
|
|
3799
3976
|
TraversedDescriptionObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
@@ -4168,6 +4345,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
4168
4345
|
cookie: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
4169
4346
|
}>>;
|
|
4170
4347
|
}>>>;
|
|
4348
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>>;
|
|
4171
4349
|
}>, import("@scalar/typebox").TObject<{
|
|
4172
4350
|
'x-badges': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
4173
4351
|
name: import("@scalar/typebox").TString;
|
|
@@ -4969,7 +5147,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
4969
5147
|
SecuritySchemeObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
4970
5148
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
4971
5149
|
}>, import("@scalar/typebox").TObject<{
|
|
4972
|
-
'x-scalar-secret-token': import("@scalar/typebox").
|
|
5150
|
+
'x-scalar-secret-token': import("@scalar/typebox").TString;
|
|
4973
5151
|
}>, import("@scalar/typebox").TObject<{
|
|
4974
5152
|
type: import("@scalar/typebox").TLiteral<"apiKey">;
|
|
4975
5153
|
name: import("@scalar/typebox").TString;
|
|
@@ -4977,10 +5155,10 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
4977
5155
|
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
4978
5156
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
4979
5157
|
}>, import("@scalar/typebox").TObject<{
|
|
4980
|
-
'x-scalar-secret-token': import("@scalar/typebox").
|
|
5158
|
+
'x-scalar-secret-token': import("@scalar/typebox").TString;
|
|
4981
5159
|
}>, import("@scalar/typebox").TObject<{
|
|
4982
|
-
'x-scalar-secret-username': import("@scalar/typebox").
|
|
4983
|
-
'x-scalar-secret-password': import("@scalar/typebox").
|
|
5160
|
+
'x-scalar-secret-username': import("@scalar/typebox").TString;
|
|
5161
|
+
'x-scalar-secret-password': import("@scalar/typebox").TString;
|
|
4984
5162
|
}>, import("@scalar/typebox").TObject<{
|
|
4985
5163
|
type: import("@scalar/typebox").TLiteral<"http">;
|
|
4986
5164
|
scheme: import("@scalar/typebox").TString;
|
|
@@ -4990,6 +5168,8 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
4990
5168
|
}>, import("@scalar/typebox").TObject<{
|
|
4991
5169
|
type: import("@scalar/typebox").TLiteral<"oauth2">;
|
|
4992
5170
|
flows: import("@scalar/typebox").TRef<"OAuthFlowsObject">;
|
|
5171
|
+
}>, import("@scalar/typebox").TObject<{
|
|
5172
|
+
'x-default-scopes': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TString>>;
|
|
4993
5173
|
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
4994
5174
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
4995
5175
|
}>, import("@scalar/typebox").TObject<{
|
|
@@ -5016,38 +5196,93 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
5016
5196
|
mapping: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
5017
5197
|
}>;
|
|
5018
5198
|
OAuthFlowsObject: import("@scalar/typebox").TObject<{
|
|
5019
|
-
implicit: import("@scalar/typebox").TOptional<import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
5020
|
-
refreshUrl: import("@scalar/typebox").
|
|
5199
|
+
implicit: import("@scalar/typebox").TOptional<import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
5200
|
+
refreshUrl: import("@scalar/typebox").TString;
|
|
5021
5201
|
scopes: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>;
|
|
5022
5202
|
}>, import("@scalar/typebox").TObject<{
|
|
5023
|
-
'x-scalar-secret-
|
|
5203
|
+
'x-scalar-secret-client-id': import("@scalar/typebox").TString;
|
|
5204
|
+
}>, import("@scalar/typebox").TObject<{
|
|
5205
|
+
'x-scalar-secret-token': import("@scalar/typebox").TString;
|
|
5024
5206
|
}>, import("@scalar/typebox").TObject<{
|
|
5207
|
+
'x-scalar-security-query': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
5208
|
+
}>, import("@scalar/typebox").TObject<{
|
|
5209
|
+
'x-scalar-security-body': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
5210
|
+
}>, import("@scalar/typebox").TObject<{
|
|
5211
|
+
'x-tokenName': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
5212
|
+
}>, import("@scalar/typebox").TObject<{
|
|
5213
|
+
'x-scalar-credentials-location': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"header">, import("@scalar/typebox").TLiteral<"body">]>>;
|
|
5214
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
5025
5215
|
authorizationUrl: import("@scalar/typebox").TString;
|
|
5216
|
+
}>, import("@scalar/typebox").TObject<{
|
|
5217
|
+
'x-scalar-secret-redirect-uri': import("@scalar/typebox").TString;
|
|
5026
5218
|
}>]>>;
|
|
5027
|
-
password: import("@scalar/typebox").TOptional<import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
5028
|
-
refreshUrl: import("@scalar/typebox").
|
|
5219
|
+
password: import("@scalar/typebox").TOptional<import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
5220
|
+
refreshUrl: import("@scalar/typebox").TString;
|
|
5029
5221
|
scopes: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>;
|
|
5030
5222
|
}>, import("@scalar/typebox").TObject<{
|
|
5031
|
-
'x-scalar-secret-
|
|
5223
|
+
'x-scalar-secret-client-id': import("@scalar/typebox").TString;
|
|
5224
|
+
}>, import("@scalar/typebox").TObject<{
|
|
5225
|
+
'x-scalar-secret-token': import("@scalar/typebox").TString;
|
|
5032
5226
|
}>, import("@scalar/typebox").TObject<{
|
|
5227
|
+
'x-scalar-security-query': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
5228
|
+
}>, import("@scalar/typebox").TObject<{
|
|
5229
|
+
'x-scalar-security-body': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
5230
|
+
}>, import("@scalar/typebox").TObject<{
|
|
5231
|
+
'x-tokenName': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
5232
|
+
}>, import("@scalar/typebox").TObject<{
|
|
5233
|
+
'x-scalar-credentials-location': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"header">, import("@scalar/typebox").TLiteral<"body">]>>;
|
|
5234
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
5033
5235
|
tokenUrl: import("@scalar/typebox").TString;
|
|
5236
|
+
}>, import("@scalar/typebox").TObject<{
|
|
5237
|
+
'x-scalar-secret-username': import("@scalar/typebox").TString;
|
|
5238
|
+
'x-scalar-secret-password': import("@scalar/typebox").TString;
|
|
5239
|
+
}>, import("@scalar/typebox").TObject<{
|
|
5240
|
+
'x-scalar-secret-client-secret': import("@scalar/typebox").TString;
|
|
5034
5241
|
}>]>>;
|
|
5035
|
-
clientCredentials: import("@scalar/typebox").TOptional<import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
5036
|
-
refreshUrl: import("@scalar/typebox").
|
|
5242
|
+
clientCredentials: import("@scalar/typebox").TOptional<import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
5243
|
+
refreshUrl: import("@scalar/typebox").TString;
|
|
5037
5244
|
scopes: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>;
|
|
5038
5245
|
}>, import("@scalar/typebox").TObject<{
|
|
5039
|
-
'x-scalar-secret-
|
|
5246
|
+
'x-scalar-secret-client-id': import("@scalar/typebox").TString;
|
|
5040
5247
|
}>, import("@scalar/typebox").TObject<{
|
|
5248
|
+
'x-scalar-secret-token': import("@scalar/typebox").TString;
|
|
5249
|
+
}>, import("@scalar/typebox").TObject<{
|
|
5250
|
+
'x-scalar-security-query': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
5251
|
+
}>, import("@scalar/typebox").TObject<{
|
|
5252
|
+
'x-scalar-security-body': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
5253
|
+
}>, import("@scalar/typebox").TObject<{
|
|
5254
|
+
'x-tokenName': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
5255
|
+
}>, import("@scalar/typebox").TObject<{
|
|
5256
|
+
'x-scalar-credentials-location': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"header">, import("@scalar/typebox").TLiteral<"body">]>>;
|
|
5257
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
5041
5258
|
tokenUrl: import("@scalar/typebox").TString;
|
|
5259
|
+
}>, import("@scalar/typebox").TObject<{
|
|
5260
|
+
'x-scalar-secret-client-secret': import("@scalar/typebox").TString;
|
|
5042
5261
|
}>]>>;
|
|
5043
|
-
authorizationCode: import("@scalar/typebox").TOptional<import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
5044
|
-
refreshUrl: import("@scalar/typebox").
|
|
5262
|
+
authorizationCode: import("@scalar/typebox").TOptional<import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
5263
|
+
refreshUrl: import("@scalar/typebox").TString;
|
|
5045
5264
|
scopes: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>;
|
|
5046
5265
|
}>, import("@scalar/typebox").TObject<{
|
|
5047
|
-
'x-scalar-secret-
|
|
5266
|
+
'x-scalar-secret-client-id': import("@scalar/typebox").TString;
|
|
5267
|
+
}>, import("@scalar/typebox").TObject<{
|
|
5268
|
+
'x-scalar-secret-token': import("@scalar/typebox").TString;
|
|
5048
5269
|
}>, import("@scalar/typebox").TObject<{
|
|
5270
|
+
'x-scalar-security-query': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
5271
|
+
}>, import("@scalar/typebox").TObject<{
|
|
5272
|
+
'x-scalar-security-body': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
5273
|
+
}>, import("@scalar/typebox").TObject<{
|
|
5274
|
+
'x-tokenName': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
5275
|
+
}>, import("@scalar/typebox").TObject<{
|
|
5276
|
+
'x-scalar-credentials-location': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"header">, import("@scalar/typebox").TLiteral<"body">]>>;
|
|
5277
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
5049
5278
|
authorizationUrl: import("@scalar/typebox").TString;
|
|
5050
5279
|
tokenUrl: import("@scalar/typebox").TString;
|
|
5280
|
+
}>, import("@scalar/typebox").TObject<{
|
|
5281
|
+
'x-scalar-secret-client-secret': import("@scalar/typebox").TString;
|
|
5282
|
+
}>, import("@scalar/typebox").TObject<{
|
|
5283
|
+
'x-scalar-secret-redirect-uri': import("@scalar/typebox").TString;
|
|
5284
|
+
}>, import("@scalar/typebox").TObject<{
|
|
5285
|
+
'x-usePkce': import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"SHA-256">, import("@scalar/typebox").TLiteral<"plain">, import("@scalar/typebox").TLiteral<"no">]>;
|
|
5051
5286
|
}>]>>;
|
|
5052
5287
|
}>;
|
|
5053
5288
|
ServerVariableObject: import("@scalar/typebox").TObject<{
|
|
@@ -5087,6 +5322,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
5087
5322
|
path: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
5088
5323
|
}>>>;
|
|
5089
5324
|
'x-original-oas-version': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
5325
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>>;
|
|
5090
5326
|
"x-scalar-navigation": import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
5091
5327
|
}>]>;
|
|
5092
5328
|
TraversedDescriptionObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
@@ -5454,6 +5690,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
5454
5690
|
cookie: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
5455
5691
|
}>>;
|
|
5456
5692
|
}>>>;
|
|
5693
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>>;
|
|
5457
5694
|
}>, import("@scalar/typebox").TObject<{
|
|
5458
5695
|
'x-badges': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
5459
5696
|
name: import("@scalar/typebox").TString;
|
|
@@ -6255,7 +6492,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
6255
6492
|
SecuritySchemeObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
6256
6493
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
6257
6494
|
}>, import("@scalar/typebox").TObject<{
|
|
6258
|
-
'x-scalar-secret-token': import("@scalar/typebox").
|
|
6495
|
+
'x-scalar-secret-token': import("@scalar/typebox").TString;
|
|
6259
6496
|
}>, import("@scalar/typebox").TObject<{
|
|
6260
6497
|
type: import("@scalar/typebox").TLiteral<"apiKey">;
|
|
6261
6498
|
name: import("@scalar/typebox").TString;
|
|
@@ -6263,10 +6500,10 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
6263
6500
|
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
6264
6501
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
6265
6502
|
}>, import("@scalar/typebox").TObject<{
|
|
6266
|
-
'x-scalar-secret-token': import("@scalar/typebox").
|
|
6503
|
+
'x-scalar-secret-token': import("@scalar/typebox").TString;
|
|
6267
6504
|
}>, import("@scalar/typebox").TObject<{
|
|
6268
|
-
'x-scalar-secret-username': import("@scalar/typebox").
|
|
6269
|
-
'x-scalar-secret-password': import("@scalar/typebox").
|
|
6505
|
+
'x-scalar-secret-username': import("@scalar/typebox").TString;
|
|
6506
|
+
'x-scalar-secret-password': import("@scalar/typebox").TString;
|
|
6270
6507
|
}>, import("@scalar/typebox").TObject<{
|
|
6271
6508
|
type: import("@scalar/typebox").TLiteral<"http">;
|
|
6272
6509
|
scheme: import("@scalar/typebox").TString;
|
|
@@ -6276,6 +6513,8 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
6276
6513
|
}>, import("@scalar/typebox").TObject<{
|
|
6277
6514
|
type: import("@scalar/typebox").TLiteral<"oauth2">;
|
|
6278
6515
|
flows: import("@scalar/typebox").TRef<"OAuthFlowsObject">;
|
|
6516
|
+
}>, import("@scalar/typebox").TObject<{
|
|
6517
|
+
'x-default-scopes': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TString>>;
|
|
6279
6518
|
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
6280
6519
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
6281
6520
|
}>, import("@scalar/typebox").TObject<{
|
|
@@ -6302,38 +6541,93 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
6302
6541
|
mapping: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
6303
6542
|
}>;
|
|
6304
6543
|
OAuthFlowsObject: import("@scalar/typebox").TObject<{
|
|
6305
|
-
implicit: import("@scalar/typebox").TOptional<import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
6306
|
-
refreshUrl: import("@scalar/typebox").
|
|
6544
|
+
implicit: import("@scalar/typebox").TOptional<import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
6545
|
+
refreshUrl: import("@scalar/typebox").TString;
|
|
6307
6546
|
scopes: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>;
|
|
6308
6547
|
}>, import("@scalar/typebox").TObject<{
|
|
6309
|
-
'x-scalar-secret-
|
|
6548
|
+
'x-scalar-secret-client-id': import("@scalar/typebox").TString;
|
|
6549
|
+
}>, import("@scalar/typebox").TObject<{
|
|
6550
|
+
'x-scalar-secret-token': import("@scalar/typebox").TString;
|
|
6551
|
+
}>, import("@scalar/typebox").TObject<{
|
|
6552
|
+
'x-scalar-security-query': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
6553
|
+
}>, import("@scalar/typebox").TObject<{
|
|
6554
|
+
'x-scalar-security-body': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
6555
|
+
}>, import("@scalar/typebox").TObject<{
|
|
6556
|
+
'x-tokenName': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
6310
6557
|
}>, import("@scalar/typebox").TObject<{
|
|
6558
|
+
'x-scalar-credentials-location': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"header">, import("@scalar/typebox").TLiteral<"body">]>>;
|
|
6559
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
6311
6560
|
authorizationUrl: import("@scalar/typebox").TString;
|
|
6561
|
+
}>, import("@scalar/typebox").TObject<{
|
|
6562
|
+
'x-scalar-secret-redirect-uri': import("@scalar/typebox").TString;
|
|
6312
6563
|
}>]>>;
|
|
6313
|
-
password: import("@scalar/typebox").TOptional<import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
6314
|
-
refreshUrl: import("@scalar/typebox").
|
|
6564
|
+
password: import("@scalar/typebox").TOptional<import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
6565
|
+
refreshUrl: import("@scalar/typebox").TString;
|
|
6315
6566
|
scopes: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>;
|
|
6316
6567
|
}>, import("@scalar/typebox").TObject<{
|
|
6317
|
-
'x-scalar-secret-
|
|
6568
|
+
'x-scalar-secret-client-id': import("@scalar/typebox").TString;
|
|
6569
|
+
}>, import("@scalar/typebox").TObject<{
|
|
6570
|
+
'x-scalar-secret-token': import("@scalar/typebox").TString;
|
|
6571
|
+
}>, import("@scalar/typebox").TObject<{
|
|
6572
|
+
'x-scalar-security-query': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
6573
|
+
}>, import("@scalar/typebox").TObject<{
|
|
6574
|
+
'x-scalar-security-body': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
6575
|
+
}>, import("@scalar/typebox").TObject<{
|
|
6576
|
+
'x-tokenName': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
6318
6577
|
}>, import("@scalar/typebox").TObject<{
|
|
6578
|
+
'x-scalar-credentials-location': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"header">, import("@scalar/typebox").TLiteral<"body">]>>;
|
|
6579
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
6319
6580
|
tokenUrl: import("@scalar/typebox").TString;
|
|
6581
|
+
}>, import("@scalar/typebox").TObject<{
|
|
6582
|
+
'x-scalar-secret-username': import("@scalar/typebox").TString;
|
|
6583
|
+
'x-scalar-secret-password': import("@scalar/typebox").TString;
|
|
6584
|
+
}>, import("@scalar/typebox").TObject<{
|
|
6585
|
+
'x-scalar-secret-client-secret': import("@scalar/typebox").TString;
|
|
6320
6586
|
}>]>>;
|
|
6321
|
-
clientCredentials: import("@scalar/typebox").TOptional<import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
6322
|
-
refreshUrl: import("@scalar/typebox").
|
|
6587
|
+
clientCredentials: import("@scalar/typebox").TOptional<import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
6588
|
+
refreshUrl: import("@scalar/typebox").TString;
|
|
6323
6589
|
scopes: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>;
|
|
6324
6590
|
}>, import("@scalar/typebox").TObject<{
|
|
6325
|
-
'x-scalar-secret-
|
|
6591
|
+
'x-scalar-secret-client-id': import("@scalar/typebox").TString;
|
|
6592
|
+
}>, import("@scalar/typebox").TObject<{
|
|
6593
|
+
'x-scalar-secret-token': import("@scalar/typebox").TString;
|
|
6594
|
+
}>, import("@scalar/typebox").TObject<{
|
|
6595
|
+
'x-scalar-security-query': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
6596
|
+
}>, import("@scalar/typebox").TObject<{
|
|
6597
|
+
'x-scalar-security-body': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
6326
6598
|
}>, import("@scalar/typebox").TObject<{
|
|
6599
|
+
'x-tokenName': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
6600
|
+
}>, import("@scalar/typebox").TObject<{
|
|
6601
|
+
'x-scalar-credentials-location': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"header">, import("@scalar/typebox").TLiteral<"body">]>>;
|
|
6602
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
6327
6603
|
tokenUrl: import("@scalar/typebox").TString;
|
|
6604
|
+
}>, import("@scalar/typebox").TObject<{
|
|
6605
|
+
'x-scalar-secret-client-secret': import("@scalar/typebox").TString;
|
|
6328
6606
|
}>]>>;
|
|
6329
|
-
authorizationCode: import("@scalar/typebox").TOptional<import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
6330
|
-
refreshUrl: import("@scalar/typebox").
|
|
6607
|
+
authorizationCode: import("@scalar/typebox").TOptional<import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
6608
|
+
refreshUrl: import("@scalar/typebox").TString;
|
|
6331
6609
|
scopes: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>;
|
|
6332
6610
|
}>, import("@scalar/typebox").TObject<{
|
|
6333
|
-
'x-scalar-secret-
|
|
6611
|
+
'x-scalar-secret-client-id': import("@scalar/typebox").TString;
|
|
6612
|
+
}>, import("@scalar/typebox").TObject<{
|
|
6613
|
+
'x-scalar-secret-token': import("@scalar/typebox").TString;
|
|
6614
|
+
}>, import("@scalar/typebox").TObject<{
|
|
6615
|
+
'x-scalar-security-query': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
6616
|
+
}>, import("@scalar/typebox").TObject<{
|
|
6617
|
+
'x-scalar-security-body': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
6334
6618
|
}>, import("@scalar/typebox").TObject<{
|
|
6619
|
+
'x-tokenName': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
6620
|
+
}>, import("@scalar/typebox").TObject<{
|
|
6621
|
+
'x-scalar-credentials-location': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"header">, import("@scalar/typebox").TLiteral<"body">]>>;
|
|
6622
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
6335
6623
|
authorizationUrl: import("@scalar/typebox").TString;
|
|
6336
6624
|
tokenUrl: import("@scalar/typebox").TString;
|
|
6625
|
+
}>, import("@scalar/typebox").TObject<{
|
|
6626
|
+
'x-scalar-secret-client-secret': import("@scalar/typebox").TString;
|
|
6627
|
+
}>, import("@scalar/typebox").TObject<{
|
|
6628
|
+
'x-scalar-secret-redirect-uri': import("@scalar/typebox").TString;
|
|
6629
|
+
}>, import("@scalar/typebox").TObject<{
|
|
6630
|
+
'x-usePkce': import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"SHA-256">, import("@scalar/typebox").TLiteral<"plain">, import("@scalar/typebox").TLiteral<"no">]>;
|
|
6337
6631
|
}>]>>;
|
|
6338
6632
|
}>;
|
|
6339
6633
|
ServerVariableObject: import("@scalar/typebox").TObject<{
|
|
@@ -6373,6 +6667,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
6373
6667
|
path: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
6374
6668
|
}>>>;
|
|
6375
6669
|
'x-original-oas-version': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
6670
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>>;
|
|
6376
6671
|
"x-scalar-navigation": import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
6377
6672
|
}>]>;
|
|
6378
6673
|
TraversedDescriptionObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
@@ -6751,6 +7046,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
6751
7046
|
cookie: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
6752
7047
|
}>>;
|
|
6753
7048
|
}>>>;
|
|
7049
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>>;
|
|
6754
7050
|
}>, import("@scalar/typebox").TObject<{
|
|
6755
7051
|
'x-badges': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
6756
7052
|
name: import("@scalar/typebox").TString;
|
|
@@ -7552,7 +7848,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
7552
7848
|
SecuritySchemeObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
7553
7849
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
7554
7850
|
}>, import("@scalar/typebox").TObject<{
|
|
7555
|
-
'x-scalar-secret-token': import("@scalar/typebox").
|
|
7851
|
+
'x-scalar-secret-token': import("@scalar/typebox").TString;
|
|
7556
7852
|
}>, import("@scalar/typebox").TObject<{
|
|
7557
7853
|
type: import("@scalar/typebox").TLiteral<"apiKey">;
|
|
7558
7854
|
name: import("@scalar/typebox").TString;
|
|
@@ -7560,10 +7856,10 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
7560
7856
|
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
7561
7857
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
7562
7858
|
}>, import("@scalar/typebox").TObject<{
|
|
7563
|
-
'x-scalar-secret-token': import("@scalar/typebox").
|
|
7859
|
+
'x-scalar-secret-token': import("@scalar/typebox").TString;
|
|
7564
7860
|
}>, import("@scalar/typebox").TObject<{
|
|
7565
|
-
'x-scalar-secret-username': import("@scalar/typebox").
|
|
7566
|
-
'x-scalar-secret-password': import("@scalar/typebox").
|
|
7861
|
+
'x-scalar-secret-username': import("@scalar/typebox").TString;
|
|
7862
|
+
'x-scalar-secret-password': import("@scalar/typebox").TString;
|
|
7567
7863
|
}>, import("@scalar/typebox").TObject<{
|
|
7568
7864
|
type: import("@scalar/typebox").TLiteral<"http">;
|
|
7569
7865
|
scheme: import("@scalar/typebox").TString;
|
|
@@ -7573,6 +7869,8 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
7573
7869
|
}>, import("@scalar/typebox").TObject<{
|
|
7574
7870
|
type: import("@scalar/typebox").TLiteral<"oauth2">;
|
|
7575
7871
|
flows: import("@scalar/typebox").TRef<"OAuthFlowsObject">;
|
|
7872
|
+
}>, import("@scalar/typebox").TObject<{
|
|
7873
|
+
'x-default-scopes': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TString>>;
|
|
7576
7874
|
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
7577
7875
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
7578
7876
|
}>, import("@scalar/typebox").TObject<{
|
|
@@ -7599,38 +7897,93 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
7599
7897
|
mapping: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
7600
7898
|
}>;
|
|
7601
7899
|
OAuthFlowsObject: import("@scalar/typebox").TObject<{
|
|
7602
|
-
implicit: import("@scalar/typebox").TOptional<import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
7603
|
-
refreshUrl: import("@scalar/typebox").
|
|
7900
|
+
implicit: import("@scalar/typebox").TOptional<import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
7901
|
+
refreshUrl: import("@scalar/typebox").TString;
|
|
7604
7902
|
scopes: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>;
|
|
7605
7903
|
}>, import("@scalar/typebox").TObject<{
|
|
7606
|
-
'x-scalar-secret-
|
|
7904
|
+
'x-scalar-secret-client-id': import("@scalar/typebox").TString;
|
|
7607
7905
|
}>, import("@scalar/typebox").TObject<{
|
|
7906
|
+
'x-scalar-secret-token': import("@scalar/typebox").TString;
|
|
7907
|
+
}>, import("@scalar/typebox").TObject<{
|
|
7908
|
+
'x-scalar-security-query': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
7909
|
+
}>, import("@scalar/typebox").TObject<{
|
|
7910
|
+
'x-scalar-security-body': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
7911
|
+
}>, import("@scalar/typebox").TObject<{
|
|
7912
|
+
'x-tokenName': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
7913
|
+
}>, import("@scalar/typebox").TObject<{
|
|
7914
|
+
'x-scalar-credentials-location': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"header">, import("@scalar/typebox").TLiteral<"body">]>>;
|
|
7915
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
7608
7916
|
authorizationUrl: import("@scalar/typebox").TString;
|
|
7917
|
+
}>, import("@scalar/typebox").TObject<{
|
|
7918
|
+
'x-scalar-secret-redirect-uri': import("@scalar/typebox").TString;
|
|
7609
7919
|
}>]>>;
|
|
7610
|
-
password: import("@scalar/typebox").TOptional<import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
7611
|
-
refreshUrl: import("@scalar/typebox").
|
|
7920
|
+
password: import("@scalar/typebox").TOptional<import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
7921
|
+
refreshUrl: import("@scalar/typebox").TString;
|
|
7612
7922
|
scopes: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>;
|
|
7613
7923
|
}>, import("@scalar/typebox").TObject<{
|
|
7614
|
-
'x-scalar-secret-
|
|
7924
|
+
'x-scalar-secret-client-id': import("@scalar/typebox").TString;
|
|
7615
7925
|
}>, import("@scalar/typebox").TObject<{
|
|
7926
|
+
'x-scalar-secret-token': import("@scalar/typebox").TString;
|
|
7927
|
+
}>, import("@scalar/typebox").TObject<{
|
|
7928
|
+
'x-scalar-security-query': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
7929
|
+
}>, import("@scalar/typebox").TObject<{
|
|
7930
|
+
'x-scalar-security-body': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
7931
|
+
}>, import("@scalar/typebox").TObject<{
|
|
7932
|
+
'x-tokenName': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
7933
|
+
}>, import("@scalar/typebox").TObject<{
|
|
7934
|
+
'x-scalar-credentials-location': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"header">, import("@scalar/typebox").TLiteral<"body">]>>;
|
|
7935
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
7616
7936
|
tokenUrl: import("@scalar/typebox").TString;
|
|
7937
|
+
}>, import("@scalar/typebox").TObject<{
|
|
7938
|
+
'x-scalar-secret-username': import("@scalar/typebox").TString;
|
|
7939
|
+
'x-scalar-secret-password': import("@scalar/typebox").TString;
|
|
7940
|
+
}>, import("@scalar/typebox").TObject<{
|
|
7941
|
+
'x-scalar-secret-client-secret': import("@scalar/typebox").TString;
|
|
7617
7942
|
}>]>>;
|
|
7618
|
-
clientCredentials: import("@scalar/typebox").TOptional<import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
7619
|
-
refreshUrl: import("@scalar/typebox").
|
|
7943
|
+
clientCredentials: import("@scalar/typebox").TOptional<import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
7944
|
+
refreshUrl: import("@scalar/typebox").TString;
|
|
7620
7945
|
scopes: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>;
|
|
7621
7946
|
}>, import("@scalar/typebox").TObject<{
|
|
7622
|
-
'x-scalar-secret-
|
|
7947
|
+
'x-scalar-secret-client-id': import("@scalar/typebox").TString;
|
|
7623
7948
|
}>, import("@scalar/typebox").TObject<{
|
|
7949
|
+
'x-scalar-secret-token': import("@scalar/typebox").TString;
|
|
7950
|
+
}>, import("@scalar/typebox").TObject<{
|
|
7951
|
+
'x-scalar-security-query': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
7952
|
+
}>, import("@scalar/typebox").TObject<{
|
|
7953
|
+
'x-scalar-security-body': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
7954
|
+
}>, import("@scalar/typebox").TObject<{
|
|
7955
|
+
'x-tokenName': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
7956
|
+
}>, import("@scalar/typebox").TObject<{
|
|
7957
|
+
'x-scalar-credentials-location': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"header">, import("@scalar/typebox").TLiteral<"body">]>>;
|
|
7958
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
7624
7959
|
tokenUrl: import("@scalar/typebox").TString;
|
|
7960
|
+
}>, import("@scalar/typebox").TObject<{
|
|
7961
|
+
'x-scalar-secret-client-secret': import("@scalar/typebox").TString;
|
|
7625
7962
|
}>]>>;
|
|
7626
|
-
authorizationCode: import("@scalar/typebox").TOptional<import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
7627
|
-
refreshUrl: import("@scalar/typebox").
|
|
7963
|
+
authorizationCode: import("@scalar/typebox").TOptional<import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
7964
|
+
refreshUrl: import("@scalar/typebox").TString;
|
|
7628
7965
|
scopes: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>;
|
|
7629
7966
|
}>, import("@scalar/typebox").TObject<{
|
|
7630
|
-
'x-scalar-secret-
|
|
7967
|
+
'x-scalar-secret-client-id': import("@scalar/typebox").TString;
|
|
7631
7968
|
}>, import("@scalar/typebox").TObject<{
|
|
7969
|
+
'x-scalar-secret-token': import("@scalar/typebox").TString;
|
|
7970
|
+
}>, import("@scalar/typebox").TObject<{
|
|
7971
|
+
'x-scalar-security-query': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
7972
|
+
}>, import("@scalar/typebox").TObject<{
|
|
7973
|
+
'x-scalar-security-body': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
7974
|
+
}>, import("@scalar/typebox").TObject<{
|
|
7975
|
+
'x-tokenName': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
7976
|
+
}>, import("@scalar/typebox").TObject<{
|
|
7977
|
+
'x-scalar-credentials-location': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"header">, import("@scalar/typebox").TLiteral<"body">]>>;
|
|
7978
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
7632
7979
|
authorizationUrl: import("@scalar/typebox").TString;
|
|
7633
7980
|
tokenUrl: import("@scalar/typebox").TString;
|
|
7981
|
+
}>, import("@scalar/typebox").TObject<{
|
|
7982
|
+
'x-scalar-secret-client-secret': import("@scalar/typebox").TString;
|
|
7983
|
+
}>, import("@scalar/typebox").TObject<{
|
|
7984
|
+
'x-scalar-secret-redirect-uri': import("@scalar/typebox").TString;
|
|
7985
|
+
}>, import("@scalar/typebox").TObject<{
|
|
7986
|
+
'x-usePkce': import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"SHA-256">, import("@scalar/typebox").TLiteral<"plain">, import("@scalar/typebox").TLiteral<"no">]>;
|
|
7634
7987
|
}>]>>;
|
|
7635
7988
|
}>;
|
|
7636
7989
|
ServerVariableObject: import("@scalar/typebox").TObject<{
|
|
@@ -7670,6 +8023,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
7670
8023
|
path: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
7671
8024
|
}>>>;
|
|
7672
8025
|
'x-original-oas-version': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
8026
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>>;
|
|
7673
8027
|
"x-scalar-navigation": import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
7674
8028
|
}>]>;
|
|
7675
8029
|
TraversedDescriptionObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
@@ -8033,6 +8387,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
8033
8387
|
cookie: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
8034
8388
|
}>>;
|
|
8035
8389
|
}>>>;
|
|
8390
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>>;
|
|
8036
8391
|
}>, import("@scalar/typebox").TObject<{
|
|
8037
8392
|
'x-badges': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
8038
8393
|
name: import("@scalar/typebox").TString;
|
|
@@ -8834,7 +9189,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
8834
9189
|
SecuritySchemeObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
8835
9190
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
8836
9191
|
}>, import("@scalar/typebox").TObject<{
|
|
8837
|
-
'x-scalar-secret-token': import("@scalar/typebox").
|
|
9192
|
+
'x-scalar-secret-token': import("@scalar/typebox").TString;
|
|
8838
9193
|
}>, import("@scalar/typebox").TObject<{
|
|
8839
9194
|
type: import("@scalar/typebox").TLiteral<"apiKey">;
|
|
8840
9195
|
name: import("@scalar/typebox").TString;
|
|
@@ -8842,10 +9197,10 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
8842
9197
|
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
8843
9198
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
8844
9199
|
}>, import("@scalar/typebox").TObject<{
|
|
8845
|
-
'x-scalar-secret-token': import("@scalar/typebox").
|
|
9200
|
+
'x-scalar-secret-token': import("@scalar/typebox").TString;
|
|
8846
9201
|
}>, import("@scalar/typebox").TObject<{
|
|
8847
|
-
'x-scalar-secret-username': import("@scalar/typebox").
|
|
8848
|
-
'x-scalar-secret-password': import("@scalar/typebox").
|
|
9202
|
+
'x-scalar-secret-username': import("@scalar/typebox").TString;
|
|
9203
|
+
'x-scalar-secret-password': import("@scalar/typebox").TString;
|
|
8849
9204
|
}>, import("@scalar/typebox").TObject<{
|
|
8850
9205
|
type: import("@scalar/typebox").TLiteral<"http">;
|
|
8851
9206
|
scheme: import("@scalar/typebox").TString;
|
|
@@ -8855,6 +9210,8 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
8855
9210
|
}>, import("@scalar/typebox").TObject<{
|
|
8856
9211
|
type: import("@scalar/typebox").TLiteral<"oauth2">;
|
|
8857
9212
|
flows: import("@scalar/typebox").TRef<"OAuthFlowsObject">;
|
|
9213
|
+
}>, import("@scalar/typebox").TObject<{
|
|
9214
|
+
'x-default-scopes': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TString>>;
|
|
8858
9215
|
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
8859
9216
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
8860
9217
|
}>, import("@scalar/typebox").TObject<{
|
|
@@ -8881,38 +9238,93 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
8881
9238
|
mapping: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
8882
9239
|
}>;
|
|
8883
9240
|
OAuthFlowsObject: import("@scalar/typebox").TObject<{
|
|
8884
|
-
implicit: import("@scalar/typebox").TOptional<import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
8885
|
-
refreshUrl: import("@scalar/typebox").
|
|
9241
|
+
implicit: import("@scalar/typebox").TOptional<import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
9242
|
+
refreshUrl: import("@scalar/typebox").TString;
|
|
8886
9243
|
scopes: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>;
|
|
8887
9244
|
}>, import("@scalar/typebox").TObject<{
|
|
8888
|
-
'x-scalar-secret-
|
|
9245
|
+
'x-scalar-secret-client-id': import("@scalar/typebox").TString;
|
|
9246
|
+
}>, import("@scalar/typebox").TObject<{
|
|
9247
|
+
'x-scalar-secret-token': import("@scalar/typebox").TString;
|
|
9248
|
+
}>, import("@scalar/typebox").TObject<{
|
|
9249
|
+
'x-scalar-security-query': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
9250
|
+
}>, import("@scalar/typebox").TObject<{
|
|
9251
|
+
'x-scalar-security-body': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
8889
9252
|
}>, import("@scalar/typebox").TObject<{
|
|
9253
|
+
'x-tokenName': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
9254
|
+
}>, import("@scalar/typebox").TObject<{
|
|
9255
|
+
'x-scalar-credentials-location': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"header">, import("@scalar/typebox").TLiteral<"body">]>>;
|
|
9256
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
8890
9257
|
authorizationUrl: import("@scalar/typebox").TString;
|
|
9258
|
+
}>, import("@scalar/typebox").TObject<{
|
|
9259
|
+
'x-scalar-secret-redirect-uri': import("@scalar/typebox").TString;
|
|
8891
9260
|
}>]>>;
|
|
8892
|
-
password: import("@scalar/typebox").TOptional<import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
8893
|
-
refreshUrl: import("@scalar/typebox").
|
|
9261
|
+
password: import("@scalar/typebox").TOptional<import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
9262
|
+
refreshUrl: import("@scalar/typebox").TString;
|
|
8894
9263
|
scopes: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>;
|
|
8895
9264
|
}>, import("@scalar/typebox").TObject<{
|
|
8896
|
-
'x-scalar-secret-
|
|
9265
|
+
'x-scalar-secret-client-id': import("@scalar/typebox").TString;
|
|
9266
|
+
}>, import("@scalar/typebox").TObject<{
|
|
9267
|
+
'x-scalar-secret-token': import("@scalar/typebox").TString;
|
|
9268
|
+
}>, import("@scalar/typebox").TObject<{
|
|
9269
|
+
'x-scalar-security-query': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
9270
|
+
}>, import("@scalar/typebox").TObject<{
|
|
9271
|
+
'x-scalar-security-body': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
8897
9272
|
}>, import("@scalar/typebox").TObject<{
|
|
9273
|
+
'x-tokenName': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
9274
|
+
}>, import("@scalar/typebox").TObject<{
|
|
9275
|
+
'x-scalar-credentials-location': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"header">, import("@scalar/typebox").TLiteral<"body">]>>;
|
|
9276
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
8898
9277
|
tokenUrl: import("@scalar/typebox").TString;
|
|
9278
|
+
}>, import("@scalar/typebox").TObject<{
|
|
9279
|
+
'x-scalar-secret-username': import("@scalar/typebox").TString;
|
|
9280
|
+
'x-scalar-secret-password': import("@scalar/typebox").TString;
|
|
9281
|
+
}>, import("@scalar/typebox").TObject<{
|
|
9282
|
+
'x-scalar-secret-client-secret': import("@scalar/typebox").TString;
|
|
8899
9283
|
}>]>>;
|
|
8900
|
-
clientCredentials: import("@scalar/typebox").TOptional<import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
8901
|
-
refreshUrl: import("@scalar/typebox").
|
|
9284
|
+
clientCredentials: import("@scalar/typebox").TOptional<import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
9285
|
+
refreshUrl: import("@scalar/typebox").TString;
|
|
8902
9286
|
scopes: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>;
|
|
8903
9287
|
}>, import("@scalar/typebox").TObject<{
|
|
8904
|
-
'x-scalar-secret-
|
|
9288
|
+
'x-scalar-secret-client-id': import("@scalar/typebox").TString;
|
|
9289
|
+
}>, import("@scalar/typebox").TObject<{
|
|
9290
|
+
'x-scalar-secret-token': import("@scalar/typebox").TString;
|
|
9291
|
+
}>, import("@scalar/typebox").TObject<{
|
|
9292
|
+
'x-scalar-security-query': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
8905
9293
|
}>, import("@scalar/typebox").TObject<{
|
|
9294
|
+
'x-scalar-security-body': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
9295
|
+
}>, import("@scalar/typebox").TObject<{
|
|
9296
|
+
'x-tokenName': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
9297
|
+
}>, import("@scalar/typebox").TObject<{
|
|
9298
|
+
'x-scalar-credentials-location': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"header">, import("@scalar/typebox").TLiteral<"body">]>>;
|
|
9299
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
8906
9300
|
tokenUrl: import("@scalar/typebox").TString;
|
|
9301
|
+
}>, import("@scalar/typebox").TObject<{
|
|
9302
|
+
'x-scalar-secret-client-secret': import("@scalar/typebox").TString;
|
|
8907
9303
|
}>]>>;
|
|
8908
|
-
authorizationCode: import("@scalar/typebox").TOptional<import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
8909
|
-
refreshUrl: import("@scalar/typebox").
|
|
9304
|
+
authorizationCode: import("@scalar/typebox").TOptional<import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
9305
|
+
refreshUrl: import("@scalar/typebox").TString;
|
|
8910
9306
|
scopes: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>;
|
|
8911
9307
|
}>, import("@scalar/typebox").TObject<{
|
|
8912
|
-
'x-scalar-secret-
|
|
9308
|
+
'x-scalar-secret-client-id': import("@scalar/typebox").TString;
|
|
9309
|
+
}>, import("@scalar/typebox").TObject<{
|
|
9310
|
+
'x-scalar-secret-token': import("@scalar/typebox").TString;
|
|
9311
|
+
}>, import("@scalar/typebox").TObject<{
|
|
9312
|
+
'x-scalar-security-query': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
8913
9313
|
}>, import("@scalar/typebox").TObject<{
|
|
9314
|
+
'x-scalar-security-body': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
9315
|
+
}>, import("@scalar/typebox").TObject<{
|
|
9316
|
+
'x-tokenName': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
9317
|
+
}>, import("@scalar/typebox").TObject<{
|
|
9318
|
+
'x-scalar-credentials-location': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"header">, import("@scalar/typebox").TLiteral<"body">]>>;
|
|
9319
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
8914
9320
|
authorizationUrl: import("@scalar/typebox").TString;
|
|
8915
9321
|
tokenUrl: import("@scalar/typebox").TString;
|
|
9322
|
+
}>, import("@scalar/typebox").TObject<{
|
|
9323
|
+
'x-scalar-secret-client-secret': import("@scalar/typebox").TString;
|
|
9324
|
+
}>, import("@scalar/typebox").TObject<{
|
|
9325
|
+
'x-scalar-secret-redirect-uri': import("@scalar/typebox").TString;
|
|
9326
|
+
}>, import("@scalar/typebox").TObject<{
|
|
9327
|
+
'x-usePkce': import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"SHA-256">, import("@scalar/typebox").TLiteral<"plain">, import("@scalar/typebox").TLiteral<"no">]>;
|
|
8916
9328
|
}>]>>;
|
|
8917
9329
|
}>;
|
|
8918
9330
|
ServerVariableObject: import("@scalar/typebox").TObject<{
|
|
@@ -8952,6 +9364,7 @@ export declare const WorkspaceSchema: import("@scalar/typebox").TIntersect<[impo
|
|
|
8952
9364
|
path: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
8953
9365
|
}>>>;
|
|
8954
9366
|
'x-original-oas-version': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
9367
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>>;
|
|
8955
9368
|
"x-scalar-navigation": import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
8956
9369
|
}>]>;
|
|
8957
9370
|
TraversedDescriptionObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|