@scalar/workspace-store 0.15.7 → 0.16.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +22 -0
- package/dist/client.d.ts +1 -38
- package/dist/client.d.ts.map +1 -1
- package/dist/client.js +2 -5
- package/dist/client.js.map +2 -2
- package/dist/navigation/get-navigation-options.d.ts +9 -0
- package/dist/navigation/get-navigation-options.d.ts.map +1 -0
- package/dist/navigation/get-navigation-options.js +77 -0
- package/dist/navigation/get-navigation-options.js.map +7 -0
- package/dist/navigation/helpers/get-x-keys.d.ts +10 -0
- package/dist/navigation/helpers/get-x-keys.d.ts.map +1 -0
- package/dist/navigation/helpers/get-x-keys.js +10 -0
- package/dist/navigation/helpers/get-x-keys.js.map +7 -0
- package/dist/navigation/helpers/traverse-description.d.ts +3 -5
- package/dist/navigation/helpers/traverse-description.d.ts.map +1 -1
- package/dist/navigation/helpers/traverse-description.js +4 -5
- package/dist/navigation/helpers/traverse-description.js.map +2 -2
- package/dist/navigation/helpers/traverse-document.d.ts +121 -28
- package/dist/navigation/helpers/traverse-document.d.ts.map +1 -1
- package/dist/navigation/helpers/traverse-document.js +16 -21
- package/dist/navigation/helpers/traverse-document.js.map +2 -2
- package/dist/navigation/helpers/traverse-paths.d.ts +4 -5
- package/dist/navigation/helpers/traverse-paths.d.ts.map +1 -1
- package/dist/navigation/helpers/traverse-paths.js +14 -7
- package/dist/navigation/helpers/traverse-paths.js.map +2 -2
- package/dist/navigation/helpers/traverse-schemas.d.ts +3 -6
- package/dist/navigation/helpers/traverse-schemas.d.ts.map +1 -1
- package/dist/navigation/helpers/traverse-schemas.js +7 -7
- package/dist/navigation/helpers/traverse-schemas.js.map +2 -2
- package/dist/navigation/helpers/traverse-tags.d.ts +2 -5
- package/dist/navigation/helpers/traverse-tags.d.ts.map +1 -1
- package/dist/navigation/helpers/traverse-tags.js +16 -13
- package/dist/navigation/helpers/traverse-tags.js.map +2 -2
- package/dist/navigation/helpers/traverse-webhooks.d.ts +3 -6
- package/dist/navigation/helpers/traverse-webhooks.d.ts.map +1 -1
- package/dist/navigation/helpers/traverse-webhooks.js +27 -7
- package/dist/navigation/helpers/traverse-webhooks.js.map +2 -2
- package/dist/navigation/index.d.ts +1 -0
- package/dist/navigation/index.d.ts.map +1 -1
- package/dist/navigation/index.js +2 -0
- package/dist/navigation/index.js.map +2 -2
- package/dist/navigation/types.d.ts +3 -4
- package/dist/navigation/types.d.ts.map +1 -1
- package/dist/schemas/extensions/operation/index.d.ts +2 -0
- package/dist/schemas/extensions/operation/index.d.ts.map +1 -0
- package/dist/schemas/extensions/operation/index.js +1 -0
- package/dist/schemas/extensions/operation/index.js.map +7 -0
- package/dist/schemas/extensions/operation/x-code-samples.d.ts +2 -0
- package/dist/schemas/extensions/operation/x-code-samples.d.ts.map +1 -1
- package/dist/schemas/extensions/operation/x-code-samples.js.map +2 -2
- package/dist/schemas/extensions/security/x-default-scopes.d.ts +17 -0
- package/dist/schemas/extensions/security/x-default-scopes.d.ts.map +1 -0
- package/dist/schemas/extensions/security/x-default-scopes.js +8 -0
- package/dist/schemas/extensions/security/x-default-scopes.js.map +7 -0
- package/dist/schemas/extensions/security/x-scalar-redirect-uri.d.ts +6 -1
- package/dist/schemas/extensions/security/x-scalar-redirect-uri.d.ts.map +1 -1
- package/dist/schemas/extensions/security/x-scalar-redirect-uri.js +1 -1
- package/dist/schemas/extensions/security/x-scalar-redirect-uri.js.map +2 -2
- package/dist/schemas/extensions/security/x-scalar-security-secrets.d.ts +27 -3
- package/dist/schemas/extensions/security/x-scalar-security-secrets.d.ts.map +1 -1
- package/dist/schemas/extensions/security/x-scalar-security-secrets.js +15 -3
- package/dist/schemas/extensions/security/x-scalar-security-secrets.js.map +2 -2
- package/dist/schemas/extensions/security/x-use-pkce.d.ts +1 -1
- package/dist/schemas/extensions/security/x-use-pkce.d.ts.map +1 -1
- package/dist/schemas/extensions/security/x-use-pkce.js +1 -3
- package/dist/schemas/extensions/security/x-use-pkce.js.map +2 -2
- package/dist/schemas/inmemory-workspace.d.ts +312 -134
- package/dist/schemas/inmemory-workspace.d.ts.map +1 -1
- package/dist/schemas/navigation.d.ts +60 -128
- package/dist/schemas/navigation.d.ts.map +1 -1
- package/dist/schemas/navigation.js +40 -44
- package/dist/schemas/navigation.js.map +2 -2
- package/dist/schemas/reference-config/index.d.ts +156 -67
- package/dist/schemas/reference-config/index.d.ts.map +1 -1
- package/dist/schemas/reference-config/settings.d.ts +156 -67
- package/dist/schemas/reference-config/settings.d.ts.map +1 -1
- package/dist/schemas/v3.1/strict/oauth-flow.d.ts +135 -24
- package/dist/schemas/v3.1/strict/oauth-flow.d.ts.map +1 -1
- package/dist/schemas/v3.1/strict/oauth-flow.js +37 -15
- package/dist/schemas/v3.1/strict/oauth-flow.js.map +2 -2
- package/dist/schemas/v3.1/strict/oauthflows.d.ts +67 -12
- package/dist/schemas/v3.1/strict/oauthflows.d.ts.map +1 -1
- package/dist/schemas/v3.1/strict/openapi-document.d.ts +12434 -1877
- package/dist/schemas/v3.1/strict/openapi-document.d.ts.map +1 -1
- package/dist/schemas/v3.1/strict/openapi-document.js +32 -4
- package/dist/schemas/v3.1/strict/openapi-document.js.map +2 -2
- package/dist/schemas/v3.1/strict/operation.d.ts +1 -0
- package/dist/schemas/v3.1/strict/operation.d.ts.map +1 -1
- package/dist/schemas/v3.1/strict/operation.js +2 -1
- package/dist/schemas/v3.1/strict/operation.js.map +2 -2
- package/dist/schemas/v3.1/strict/ref-definitions.d.ts +8 -0
- package/dist/schemas/v3.1/strict/ref-definitions.d.ts.map +1 -1
- package/dist/schemas/v3.1/strict/ref-definitions.js +12 -1
- package/dist/schemas/v3.1/strict/ref-definitions.js.map +2 -2
- package/dist/schemas/v3.1/strict/schema.d.ts +2 -2
- package/dist/schemas/v3.1/strict/schema.d.ts.map +1 -1
- package/dist/schemas/v3.1/strict/schema.js +2 -44
- package/dist/schemas/v3.1/strict/schema.js.map +2 -2
- package/dist/schemas/v3.1/strict/security-scheme.d.ts +12 -8
- package/dist/schemas/v3.1/strict/security-scheme.d.ts.map +1 -1
- package/dist/schemas/v3.1/strict/security-scheme.js +3 -1
- package/dist/schemas/v3.1/strict/security-scheme.js.map +2 -2
- package/dist/schemas/workspace-specification/config.d.ts +188 -67
- package/dist/schemas/workspace-specification/config.d.ts.map +1 -1
- package/dist/schemas/workspace-specification/config.js.map +2 -2
- package/dist/schemas/workspace-specification/index.d.ts +156 -67
- package/dist/schemas/workspace-specification/index.d.ts.map +1 -1
- package/dist/schemas/workspace.d.ts +1092 -469
- package/dist/schemas/workspace.d.ts.map +1 -1
- package/dist/server.d.ts +3 -4
- package/dist/server.d.ts.map +1 -1
- package/dist/server.js.map +2 -2
- package/package.json +13 -13
|
@@ -297,6 +297,7 @@ export declare const WorkspaceSpecificationSchema: import("@scalar/typebox").TIn
|
|
|
297
297
|
cookie: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
298
298
|
}>>;
|
|
299
299
|
}>>>;
|
|
300
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>>;
|
|
300
301
|
}>, import("@scalar/typebox").TObject<{
|
|
301
302
|
'x-badges': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
302
303
|
name: import("@scalar/typebox").TString;
|
|
@@ -589,7 +590,7 @@ export declare const WorkspaceSpecificationSchema: import("@scalar/typebox").TIn
|
|
|
589
590
|
'x-tags': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TString>>;
|
|
590
591
|
}>]>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
591
592
|
type: import("@scalar/typebox").TLiteral<"string">;
|
|
592
|
-
format: import("@scalar/typebox").TOptional<import("@scalar/typebox").
|
|
593
|
+
format: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
593
594
|
maxLength: import("@scalar/typebox").TOptional<import("@scalar/typebox").TInteger>;
|
|
594
595
|
minLength: import("@scalar/typebox").TOptional<import("@scalar/typebox").TInteger>;
|
|
595
596
|
pattern: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -1098,7 +1099,7 @@ export declare const WorkspaceSpecificationSchema: import("@scalar/typebox").TIn
|
|
|
1098
1099
|
SecuritySchemeObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1099
1100
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1100
1101
|
}>, import("@scalar/typebox").TObject<{
|
|
1101
|
-
'x-scalar-secret-token': import("@scalar/typebox").
|
|
1102
|
+
'x-scalar-secret-token': import("@scalar/typebox").TString;
|
|
1102
1103
|
}>, import("@scalar/typebox").TObject<{
|
|
1103
1104
|
type: import("@scalar/typebox").TLiteral<"apiKey">;
|
|
1104
1105
|
name: import("@scalar/typebox").TString;
|
|
@@ -1106,10 +1107,10 @@ export declare const WorkspaceSpecificationSchema: import("@scalar/typebox").TIn
|
|
|
1106
1107
|
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1107
1108
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1108
1109
|
}>, import("@scalar/typebox").TObject<{
|
|
1109
|
-
'x-scalar-secret-token': import("@scalar/typebox").
|
|
1110
|
+
'x-scalar-secret-token': import("@scalar/typebox").TString;
|
|
1110
1111
|
}>, import("@scalar/typebox").TObject<{
|
|
1111
|
-
'x-scalar-secret-username': import("@scalar/typebox").
|
|
1112
|
-
'x-scalar-secret-password': import("@scalar/typebox").
|
|
1112
|
+
'x-scalar-secret-username': import("@scalar/typebox").TString;
|
|
1113
|
+
'x-scalar-secret-password': import("@scalar/typebox").TString;
|
|
1113
1114
|
}>, import("@scalar/typebox").TObject<{
|
|
1114
1115
|
type: import("@scalar/typebox").TLiteral<"http">;
|
|
1115
1116
|
scheme: import("@scalar/typebox").TString;
|
|
@@ -1119,6 +1120,8 @@ export declare const WorkspaceSpecificationSchema: import("@scalar/typebox").TIn
|
|
|
1119
1120
|
}>, import("@scalar/typebox").TObject<{
|
|
1120
1121
|
type: import("@scalar/typebox").TLiteral<"oauth2">;
|
|
1121
1122
|
flows: import("@scalar/typebox").TRef<"OAuthFlowsObject">;
|
|
1123
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1124
|
+
'x-default-scopes': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TString>>;
|
|
1122
1125
|
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1123
1126
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1124
1127
|
}>, import("@scalar/typebox").TObject<{
|
|
@@ -1145,38 +1148,93 @@ export declare const WorkspaceSpecificationSchema: import("@scalar/typebox").TIn
|
|
|
1145
1148
|
mapping: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
1146
1149
|
}>;
|
|
1147
1150
|
OAuthFlowsObject: import("@scalar/typebox").TObject<{
|
|
1148
|
-
implicit: import("@scalar/typebox").TOptional<import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1149
|
-
refreshUrl: import("@scalar/typebox").
|
|
1151
|
+
implicit: import("@scalar/typebox").TOptional<import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1152
|
+
refreshUrl: import("@scalar/typebox").TString;
|
|
1150
1153
|
scopes: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>;
|
|
1151
1154
|
}>, import("@scalar/typebox").TObject<{
|
|
1152
|
-
'x-scalar-secret-
|
|
1155
|
+
'x-scalar-secret-client-id': import("@scalar/typebox").TString;
|
|
1156
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1157
|
+
'x-scalar-secret-token': import("@scalar/typebox").TString;
|
|
1158
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1159
|
+
'x-scalar-security-query': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
1160
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1161
|
+
'x-scalar-security-body': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
1153
1162
|
}>, import("@scalar/typebox").TObject<{
|
|
1163
|
+
'x-tokenName': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1164
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1165
|
+
'x-scalar-credentials-location': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"header">, import("@scalar/typebox").TLiteral<"body">]>>;
|
|
1166
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
1154
1167
|
authorizationUrl: import("@scalar/typebox").TString;
|
|
1168
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1169
|
+
'x-scalar-secret-redirect-uri': import("@scalar/typebox").TString;
|
|
1155
1170
|
}>]>>;
|
|
1156
|
-
password: import("@scalar/typebox").TOptional<import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1157
|
-
refreshUrl: import("@scalar/typebox").
|
|
1171
|
+
password: import("@scalar/typebox").TOptional<import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1172
|
+
refreshUrl: import("@scalar/typebox").TString;
|
|
1158
1173
|
scopes: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>;
|
|
1159
1174
|
}>, import("@scalar/typebox").TObject<{
|
|
1160
|
-
'x-scalar-secret-
|
|
1175
|
+
'x-scalar-secret-client-id': import("@scalar/typebox").TString;
|
|
1176
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1177
|
+
'x-scalar-secret-token': import("@scalar/typebox").TString;
|
|
1161
1178
|
}>, import("@scalar/typebox").TObject<{
|
|
1179
|
+
'x-scalar-security-query': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
1180
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1181
|
+
'x-scalar-security-body': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
1182
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1183
|
+
'x-tokenName': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1184
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1185
|
+
'x-scalar-credentials-location': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"header">, import("@scalar/typebox").TLiteral<"body">]>>;
|
|
1186
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
1162
1187
|
tokenUrl: import("@scalar/typebox").TString;
|
|
1188
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1189
|
+
'x-scalar-secret-username': import("@scalar/typebox").TString;
|
|
1190
|
+
'x-scalar-secret-password': import("@scalar/typebox").TString;
|
|
1191
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1192
|
+
'x-scalar-secret-client-secret': import("@scalar/typebox").TString;
|
|
1163
1193
|
}>]>>;
|
|
1164
|
-
clientCredentials: import("@scalar/typebox").TOptional<import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1165
|
-
refreshUrl: import("@scalar/typebox").
|
|
1194
|
+
clientCredentials: import("@scalar/typebox").TOptional<import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1195
|
+
refreshUrl: import("@scalar/typebox").TString;
|
|
1166
1196
|
scopes: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>;
|
|
1167
1197
|
}>, import("@scalar/typebox").TObject<{
|
|
1168
|
-
'x-scalar-secret-
|
|
1198
|
+
'x-scalar-secret-client-id': import("@scalar/typebox").TString;
|
|
1199
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1200
|
+
'x-scalar-secret-token': import("@scalar/typebox").TString;
|
|
1201
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1202
|
+
'x-scalar-security-query': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
1169
1203
|
}>, import("@scalar/typebox").TObject<{
|
|
1204
|
+
'x-scalar-security-body': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
1205
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1206
|
+
'x-tokenName': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1207
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1208
|
+
'x-scalar-credentials-location': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"header">, import("@scalar/typebox").TLiteral<"body">]>>;
|
|
1209
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
1170
1210
|
tokenUrl: import("@scalar/typebox").TString;
|
|
1211
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1212
|
+
'x-scalar-secret-client-secret': import("@scalar/typebox").TString;
|
|
1171
1213
|
}>]>>;
|
|
1172
|
-
authorizationCode: import("@scalar/typebox").TOptional<import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1173
|
-
refreshUrl: import("@scalar/typebox").
|
|
1214
|
+
authorizationCode: import("@scalar/typebox").TOptional<import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1215
|
+
refreshUrl: import("@scalar/typebox").TString;
|
|
1174
1216
|
scopes: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>;
|
|
1175
1217
|
}>, import("@scalar/typebox").TObject<{
|
|
1176
|
-
'x-scalar-secret-
|
|
1218
|
+
'x-scalar-secret-client-id': import("@scalar/typebox").TString;
|
|
1219
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1220
|
+
'x-scalar-secret-token': import("@scalar/typebox").TString;
|
|
1221
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1222
|
+
'x-scalar-security-query': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
1223
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1224
|
+
'x-scalar-security-body': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>>;
|
|
1225
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1226
|
+
'x-tokenName': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1177
1227
|
}>, import("@scalar/typebox").TObject<{
|
|
1228
|
+
'x-scalar-credentials-location': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"header">, import("@scalar/typebox").TLiteral<"body">]>>;
|
|
1229
|
+
}>]>, import("@scalar/typebox").TObject<{
|
|
1178
1230
|
authorizationUrl: import("@scalar/typebox").TString;
|
|
1179
1231
|
tokenUrl: import("@scalar/typebox").TString;
|
|
1232
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1233
|
+
'x-scalar-secret-client-secret': import("@scalar/typebox").TString;
|
|
1234
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1235
|
+
'x-scalar-secret-redirect-uri': import("@scalar/typebox").TString;
|
|
1236
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1237
|
+
'x-usePkce': import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"SHA-256">, import("@scalar/typebox").TLiteral<"plain">, import("@scalar/typebox").TLiteral<"no">]>;
|
|
1180
1238
|
}>]>>;
|
|
1181
1239
|
}>;
|
|
1182
1240
|
ServerVariableObject: import("@scalar/typebox").TObject<{
|
|
@@ -1216,57 +1274,88 @@ export declare const WorkspaceSpecificationSchema: import("@scalar/typebox").TIn
|
|
|
1216
1274
|
path: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1217
1275
|
}>>>;
|
|
1218
1276
|
'x-original-oas-version': import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
isGroup: import("@scalar/typebox").TBoolean;
|
|
1229
|
-
}>]>;
|
|
1230
|
-
TraversedEntrySchema: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"TraversedTagSchema">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1231
|
-
type: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"text">, import("@scalar/typebox").TLiteral<"operation">, import("@scalar/typebox").TLiteral<"model">, import("@scalar/typebox").TLiteral<"tag">, import("@scalar/typebox").TLiteral<"webhook">]>;
|
|
1232
|
-
id: import("@scalar/typebox").TString;
|
|
1233
|
-
title: import("@scalar/typebox").TString;
|
|
1234
|
-
}>, import("@scalar/typebox").TObject<{
|
|
1235
|
-
type: import("@scalar/typebox").TLiteral<"text">;
|
|
1236
|
-
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
1237
|
-
type: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"text">, import("@scalar/typebox").TLiteral<"operation">, import("@scalar/typebox").TLiteral<"model">, import("@scalar/typebox").TLiteral<"tag">, import("@scalar/typebox").TLiteral<"webhook">]>;
|
|
1238
|
-
id: import("@scalar/typebox").TString;
|
|
1239
|
-
title: import("@scalar/typebox").TString;
|
|
1240
|
-
}>>>;
|
|
1241
|
-
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1242
|
-
type: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"text">, import("@scalar/typebox").TLiteral<"operation">, import("@scalar/typebox").TLiteral<"model">, import("@scalar/typebox").TLiteral<"tag">, import("@scalar/typebox").TLiteral<"webhook">]>;
|
|
1243
|
-
id: import("@scalar/typebox").TString;
|
|
1244
|
-
title: import("@scalar/typebox").TString;
|
|
1245
|
-
}>, import("@scalar/typebox").TObject<{
|
|
1246
|
-
type: import("@scalar/typebox").TLiteral<"operation">;
|
|
1247
|
-
ref: import("@scalar/typebox").TString;
|
|
1248
|
-
method: import("@scalar/typebox").TString;
|
|
1249
|
-
path: import("@scalar/typebox").TString;
|
|
1250
|
-
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1251
|
-
type: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"text">, import("@scalar/typebox").TLiteral<"operation">, import("@scalar/typebox").TLiteral<"model">, import("@scalar/typebox").TLiteral<"tag">, import("@scalar/typebox").TLiteral<"webhook">]>;
|
|
1252
|
-
id: import("@scalar/typebox").TString;
|
|
1253
|
-
title: import("@scalar/typebox").TString;
|
|
1254
|
-
}>, import("@scalar/typebox").TObject<{
|
|
1255
|
-
type: import("@scalar/typebox").TLiteral<"model">;
|
|
1256
|
-
ref: import("@scalar/typebox").TString;
|
|
1257
|
-
name: import("@scalar/typebox").TString;
|
|
1258
|
-
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1259
|
-
type: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"text">, import("@scalar/typebox").TLiteral<"operation">, import("@scalar/typebox").TLiteral<"model">, import("@scalar/typebox").TLiteral<"tag">, import("@scalar/typebox").TLiteral<"webhook">]>;
|
|
1260
|
-
id: import("@scalar/typebox").TString;
|
|
1261
|
-
title: import("@scalar/typebox").TString;
|
|
1262
|
-
}>, import("@scalar/typebox").TObject<{
|
|
1263
|
-
type: import("@scalar/typebox").TLiteral<"webhook">;
|
|
1264
|
-
ref: import("@scalar/typebox").TString;
|
|
1265
|
-
method: import("@scalar/typebox").TString;
|
|
1266
|
-
name: import("@scalar/typebox").TString;
|
|
1267
|
-
}>]>]>;
|
|
1268
|
-
}, "TraversedEntrySchema">>>;
|
|
1277
|
+
'x-scalar-selected-security': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"SecurityRequirementObject">>>;
|
|
1278
|
+
"x-scalar-navigation": import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
1279
|
+
}>]>;
|
|
1280
|
+
TraversedDescriptionObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1281
|
+
id: import("@scalar/typebox").TString;
|
|
1282
|
+
title: import("@scalar/typebox").TString;
|
|
1283
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1284
|
+
type: import("@scalar/typebox").TLiteral<"text">;
|
|
1285
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
1269
1286
|
}>]>;
|
|
1287
|
+
TraversedOperationObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1288
|
+
id: import("@scalar/typebox").TString;
|
|
1289
|
+
title: import("@scalar/typebox").TString;
|
|
1290
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1291
|
+
type: import("@scalar/typebox").TLiteral<"operation">;
|
|
1292
|
+
ref: import("@scalar/typebox").TString;
|
|
1293
|
+
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
1294
|
+
path: import("@scalar/typebox").TString;
|
|
1295
|
+
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1296
|
+
}>]>;
|
|
1297
|
+
TraversedSchemaObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1298
|
+
id: import("@scalar/typebox").TString;
|
|
1299
|
+
title: import("@scalar/typebox").TString;
|
|
1300
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1301
|
+
type: import("@scalar/typebox").TLiteral<"model">;
|
|
1302
|
+
ref: import("@scalar/typebox").TString;
|
|
1303
|
+
name: import("@scalar/typebox").TString;
|
|
1304
|
+
}>]>;
|
|
1305
|
+
TraversedWebhookObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1306
|
+
id: import("@scalar/typebox").TString;
|
|
1307
|
+
title: import("@scalar/typebox").TString;
|
|
1308
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1309
|
+
type: import("@scalar/typebox").TLiteral<"webhook">;
|
|
1310
|
+
ref: import("@scalar/typebox").TString;
|
|
1311
|
+
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
1312
|
+
name: import("@scalar/typebox").TString;
|
|
1313
|
+
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1314
|
+
}>]>;
|
|
1315
|
+
TraversedTagObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1316
|
+
id: import("@scalar/typebox").TString;
|
|
1317
|
+
title: import("@scalar/typebox").TString;
|
|
1318
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1319
|
+
type: import("@scalar/typebox").TLiteral<"tag">;
|
|
1320
|
+
name: import("@scalar/typebox").TString;
|
|
1321
|
+
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1322
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
1323
|
+
isGroup: import("@scalar/typebox").TBoolean;
|
|
1324
|
+
isWebhooks: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1325
|
+
xKeys: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TUnknown>>;
|
|
1326
|
+
}>]>;
|
|
1327
|
+
TraversedEntryObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"TraversedTagObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1328
|
+
id: import("@scalar/typebox").TString;
|
|
1329
|
+
title: import("@scalar/typebox").TString;
|
|
1330
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1331
|
+
type: import("@scalar/typebox").TLiteral<"text">;
|
|
1332
|
+
children: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TRef<"TraversedEntryObject">>>;
|
|
1333
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1334
|
+
id: import("@scalar/typebox").TString;
|
|
1335
|
+
title: import("@scalar/typebox").TString;
|
|
1336
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1337
|
+
type: import("@scalar/typebox").TLiteral<"operation">;
|
|
1338
|
+
ref: import("@scalar/typebox").TString;
|
|
1339
|
+
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
1340
|
+
path: import("@scalar/typebox").TString;
|
|
1341
|
+
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1342
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1343
|
+
id: import("@scalar/typebox").TString;
|
|
1344
|
+
title: import("@scalar/typebox").TString;
|
|
1345
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1346
|
+
type: import("@scalar/typebox").TLiteral<"model">;
|
|
1347
|
+
ref: import("@scalar/typebox").TString;
|
|
1348
|
+
name: import("@scalar/typebox").TString;
|
|
1349
|
+
}>]>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1350
|
+
id: import("@scalar/typebox").TString;
|
|
1351
|
+
title: import("@scalar/typebox").TString;
|
|
1352
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1353
|
+
type: import("@scalar/typebox").TLiteral<"webhook">;
|
|
1354
|
+
ref: import("@scalar/typebox").TString;
|
|
1355
|
+
method: import("@scalar/typebox").TLiteral<import("@scalar/helpers/http/http-methods").HttpMethod>;
|
|
1356
|
+
name: import("@scalar/typebox").TString;
|
|
1357
|
+
isDeprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1358
|
+
}>]>]>;
|
|
1270
1359
|
}, "ServerObject">>>;
|
|
1271
1360
|
baseServerUrl: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1272
1361
|
}>>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/schemas/workspace-specification/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,MAAM,EAAQ,MAAM,iBAAiB,CAAA;AAOnD,eAAO,MAAM,4BAA4B
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/schemas/workspace-specification/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,MAAM,EAAQ,MAAM,iBAAiB,CAAA;AAOnD,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAgBxC,CAAA;AAED,MAAM,MAAM,sBAAsB,GAAG,MAAM,CAAC,OAAO,4BAA4B,CAAC,CAAA"}
|