@scalar/workspace-store 0.54.3 → 0.54.5
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 +13 -0
- package/dist/client.d.ts.map +1 -1
- package/dist/client.js +25 -0
- package/dist/entities/auth/schema.d.ts +235 -235
- package/dist/helpers/dynamic-ref.d.ts +24 -0
- package/dist/helpers/dynamic-ref.d.ts.map +1 -0
- package/dist/helpers/dynamic-ref.js +74 -0
- package/dist/request-example/builder/helpers/get-example-from-schema.d.ts +4 -1
- package/dist/request-example/builder/helpers/get-example-from-schema.d.ts.map +1 -1
- package/dist/request-example/builder/helpers/get-example-from-schema.js +97 -38
- package/dist/schemas/reference-config/index.d.ts +47 -47
- package/dist/schemas/reference-config/settings.d.ts +47 -47
- package/dist/schemas/v3.1/strict/openapi-document.d.ts +1645 -1645
- package/dist/schemas/v3.1/strict/schema.d.ts +48 -48
- package/dist/schemas/v3.1/strict/schema.d.ts.map +1 -1
- package/dist/schemas/v3.1/strict/schema.js +16 -1
- package/package.json +4 -4
|
@@ -975,7 +975,7 @@ declare const SelectedSecuritySchema: import("@scalar/typebox").TObject<{
|
|
|
975
975
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
976
976
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
977
977
|
}>]>, import("@scalar/typebox").TObject<{
|
|
978
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
978
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
979
979
|
}>]>]>>;
|
|
980
980
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
981
981
|
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
@@ -993,7 +993,7 @@ declare const SelectedSecuritySchema: import("@scalar/typebox").TObject<{
|
|
|
993
993
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
994
994
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
995
995
|
}>]>, import("@scalar/typebox").TObject<{
|
|
996
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
996
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
997
997
|
}>]>]>>>;
|
|
998
998
|
oneOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
999
999
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -1003,7 +1003,7 @@ declare const SelectedSecuritySchema: import("@scalar/typebox").TObject<{
|
|
|
1003
1003
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
1004
1004
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1005
1005
|
}>]>, import("@scalar/typebox").TObject<{
|
|
1006
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
1006
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
1007
1007
|
}>]>]>>>;
|
|
1008
1008
|
anyOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1009
1009
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -1013,7 +1013,7 @@ declare const SelectedSecuritySchema: import("@scalar/typebox").TObject<{
|
|
|
1013
1013
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
1014
1014
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1015
1015
|
}>]>, import("@scalar/typebox").TObject<{
|
|
1016
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
1016
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
1017
1017
|
}>]>]>>>;
|
|
1018
1018
|
not: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1019
1019
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -1023,7 +1023,7 @@ declare const SelectedSecuritySchema: import("@scalar/typebox").TObject<{
|
|
|
1023
1023
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
1024
1024
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1025
1025
|
}>]>, import("@scalar/typebox").TObject<{
|
|
1026
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
1026
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
1027
1027
|
}>]>]>>;
|
|
1028
1028
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1029
1029
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -1068,7 +1068,7 @@ declare const SelectedSecuritySchema: import("@scalar/typebox").TObject<{
|
|
|
1068
1068
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
1069
1069
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1070
1070
|
}>]>, import("@scalar/typebox").TObject<{
|
|
1071
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
1071
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
1072
1072
|
}>]>]>>;
|
|
1073
1073
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1074
1074
|
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
@@ -1086,7 +1086,7 @@ declare const SelectedSecuritySchema: import("@scalar/typebox").TObject<{
|
|
|
1086
1086
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
1087
1087
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1088
1088
|
}>]>, import("@scalar/typebox").TObject<{
|
|
1089
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
1089
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
1090
1090
|
}>]>]>>>;
|
|
1091
1091
|
oneOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1092
1092
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -1096,7 +1096,7 @@ declare const SelectedSecuritySchema: import("@scalar/typebox").TObject<{
|
|
|
1096
1096
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
1097
1097
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1098
1098
|
}>]>, import("@scalar/typebox").TObject<{
|
|
1099
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
1099
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
1100
1100
|
}>]>]>>>;
|
|
1101
1101
|
anyOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1102
1102
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -1106,7 +1106,7 @@ declare const SelectedSecuritySchema: import("@scalar/typebox").TObject<{
|
|
|
1106
1106
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
1107
1107
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1108
1108
|
}>]>, import("@scalar/typebox").TObject<{
|
|
1109
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
1109
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
1110
1110
|
}>]>]>>>;
|
|
1111
1111
|
not: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1112
1112
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -1116,7 +1116,7 @@ declare const SelectedSecuritySchema: import("@scalar/typebox").TObject<{
|
|
|
1116
1116
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
1117
1117
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1118
1118
|
}>]>, import("@scalar/typebox").TObject<{
|
|
1119
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
1119
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
1120
1120
|
}>]>]>>;
|
|
1121
1121
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1122
1122
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -1168,7 +1168,7 @@ declare const SelectedSecuritySchema: import("@scalar/typebox").TObject<{
|
|
|
1168
1168
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
1169
1169
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1170
1170
|
}>]>, import("@scalar/typebox").TObject<{
|
|
1171
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
1171
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
1172
1172
|
}>]>]>>;
|
|
1173
1173
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1174
1174
|
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
@@ -1186,7 +1186,7 @@ declare const SelectedSecuritySchema: import("@scalar/typebox").TObject<{
|
|
|
1186
1186
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
1187
1187
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1188
1188
|
}>]>, import("@scalar/typebox").TObject<{
|
|
1189
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
1189
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
1190
1190
|
}>]>]>>>;
|
|
1191
1191
|
oneOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1192
1192
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -1196,7 +1196,7 @@ declare const SelectedSecuritySchema: import("@scalar/typebox").TObject<{
|
|
|
1196
1196
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
1197
1197
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1198
1198
|
}>]>, import("@scalar/typebox").TObject<{
|
|
1199
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
1199
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
1200
1200
|
}>]>]>>>;
|
|
1201
1201
|
anyOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1202
1202
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -1206,7 +1206,7 @@ declare const SelectedSecuritySchema: import("@scalar/typebox").TObject<{
|
|
|
1206
1206
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
1207
1207
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1208
1208
|
}>]>, import("@scalar/typebox").TObject<{
|
|
1209
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
1209
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
1210
1210
|
}>]>]>>>;
|
|
1211
1211
|
not: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1212
1212
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -1216,7 +1216,7 @@ declare const SelectedSecuritySchema: import("@scalar/typebox").TObject<{
|
|
|
1216
1216
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
1217
1217
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1218
1218
|
}>]>, import("@scalar/typebox").TObject<{
|
|
1219
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
1219
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
1220
1220
|
}>]>]>>;
|
|
1221
1221
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1222
1222
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -1266,7 +1266,7 @@ declare const SelectedSecuritySchema: import("@scalar/typebox").TObject<{
|
|
|
1266
1266
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
1267
1267
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1268
1268
|
}>]>, import("@scalar/typebox").TObject<{
|
|
1269
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
1269
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
1270
1270
|
}>]>]>>;
|
|
1271
1271
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1272
1272
|
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
@@ -1284,7 +1284,7 @@ declare const SelectedSecuritySchema: import("@scalar/typebox").TObject<{
|
|
|
1284
1284
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
1285
1285
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1286
1286
|
}>]>, import("@scalar/typebox").TObject<{
|
|
1287
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
1287
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
1288
1288
|
}>]>]>>>;
|
|
1289
1289
|
oneOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1290
1290
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -1294,7 +1294,7 @@ declare const SelectedSecuritySchema: import("@scalar/typebox").TObject<{
|
|
|
1294
1294
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
1295
1295
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1296
1296
|
}>]>, import("@scalar/typebox").TObject<{
|
|
1297
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
1297
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
1298
1298
|
}>]>]>>>;
|
|
1299
1299
|
anyOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1300
1300
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -1304,7 +1304,7 @@ declare const SelectedSecuritySchema: import("@scalar/typebox").TObject<{
|
|
|
1304
1304
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
1305
1305
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1306
1306
|
}>]>, import("@scalar/typebox").TObject<{
|
|
1307
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
1307
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
1308
1308
|
}>]>]>>>;
|
|
1309
1309
|
not: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1310
1310
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -1314,7 +1314,7 @@ declare const SelectedSecuritySchema: import("@scalar/typebox").TObject<{
|
|
|
1314
1314
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
1315
1315
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1316
1316
|
}>]>, import("@scalar/typebox").TObject<{
|
|
1317
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
1317
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
1318
1318
|
}>]>]>>;
|
|
1319
1319
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1320
1320
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -1350,7 +1350,7 @@ declare const SelectedSecuritySchema: import("@scalar/typebox").TObject<{
|
|
|
1350
1350
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
1351
1351
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1352
1352
|
}>]>, import("@scalar/typebox").TObject<{
|
|
1353
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
1353
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
1354
1354
|
}>]>]>>>;
|
|
1355
1355
|
additionalProperties: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TBoolean, import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1356
1356
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -1360,7 +1360,7 @@ declare const SelectedSecuritySchema: import("@scalar/typebox").TObject<{
|
|
|
1360
1360
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
1361
1361
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1362
1362
|
}>]>, import("@scalar/typebox").TObject<{
|
|
1363
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
1363
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
1364
1364
|
}>]>]>]>>;
|
|
1365
1365
|
patternProperties: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1366
1366
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -1370,7 +1370,7 @@ declare const SelectedSecuritySchema: import("@scalar/typebox").TObject<{
|
|
|
1370
1370
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
1371
1371
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1372
1372
|
}>]>, import("@scalar/typebox").TObject<{
|
|
1373
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
1373
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
1374
1374
|
}>]>]>>>;
|
|
1375
1375
|
propertyNames: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1376
1376
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -1380,7 +1380,7 @@ declare const SelectedSecuritySchema: import("@scalar/typebox").TObject<{
|
|
|
1380
1380
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
1381
1381
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1382
1382
|
}>]>, import("@scalar/typebox").TObject<{
|
|
1383
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
1383
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
1384
1384
|
}>]>]>>;
|
|
1385
1385
|
}>]>, import("@scalar/typebox").TObject<{
|
|
1386
1386
|
$id: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -1403,7 +1403,7 @@ declare const SelectedSecuritySchema: import("@scalar/typebox").TObject<{
|
|
|
1403
1403
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
1404
1404
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1405
1405
|
}>]>, import("@scalar/typebox").TObject<{
|
|
1406
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
1406
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
1407
1407
|
}>]>]>>;
|
|
1408
1408
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1409
1409
|
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
@@ -1421,7 +1421,7 @@ declare const SelectedSecuritySchema: import("@scalar/typebox").TObject<{
|
|
|
1421
1421
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
1422
1422
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1423
1423
|
}>]>, import("@scalar/typebox").TObject<{
|
|
1424
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
1424
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
1425
1425
|
}>]>]>>>;
|
|
1426
1426
|
oneOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1427
1427
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -1431,7 +1431,7 @@ declare const SelectedSecuritySchema: import("@scalar/typebox").TObject<{
|
|
|
1431
1431
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
1432
1432
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1433
1433
|
}>]>, import("@scalar/typebox").TObject<{
|
|
1434
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
1434
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
1435
1435
|
}>]>]>>>;
|
|
1436
1436
|
anyOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1437
1437
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -1441,7 +1441,7 @@ declare const SelectedSecuritySchema: import("@scalar/typebox").TObject<{
|
|
|
1441
1441
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
1442
1442
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1443
1443
|
}>]>, import("@scalar/typebox").TObject<{
|
|
1444
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
1444
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
1445
1445
|
}>]>]>>>;
|
|
1446
1446
|
not: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1447
1447
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -1451,7 +1451,7 @@ declare const SelectedSecuritySchema: import("@scalar/typebox").TObject<{
|
|
|
1451
1451
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
1452
1452
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1453
1453
|
}>]>, import("@scalar/typebox").TObject<{
|
|
1454
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
1454
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
1455
1455
|
}>]>]>>;
|
|
1456
1456
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1457
1457
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -1487,7 +1487,7 @@ declare const SelectedSecuritySchema: import("@scalar/typebox").TObject<{
|
|
|
1487
1487
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
1488
1488
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1489
1489
|
}>]>, import("@scalar/typebox").TObject<{
|
|
1490
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
1490
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
1491
1491
|
}>]>]>>;
|
|
1492
1492
|
prefixItems: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1493
1493
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -1497,7 +1497,7 @@ declare const SelectedSecuritySchema: import("@scalar/typebox").TObject<{
|
|
|
1497
1497
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
1498
1498
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1499
1499
|
}>]>, import("@scalar/typebox").TObject<{
|
|
1500
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
1500
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
1501
1501
|
}>]>]>>>;
|
|
1502
1502
|
}>]>, import("@scalar/typebox").TObject<{
|
|
1503
1503
|
$id: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -1520,7 +1520,7 @@ declare const SelectedSecuritySchema: import("@scalar/typebox").TObject<{
|
|
|
1520
1520
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
1521
1521
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1522
1522
|
}>]>, import("@scalar/typebox").TObject<{
|
|
1523
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
1523
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
1524
1524
|
}>]>]>>;
|
|
1525
1525
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1526
1526
|
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
@@ -1538,7 +1538,7 @@ declare const SelectedSecuritySchema: import("@scalar/typebox").TObject<{
|
|
|
1538
1538
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
1539
1539
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1540
1540
|
}>]>, import("@scalar/typebox").TObject<{
|
|
1541
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
1541
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
1542
1542
|
}>]>]>>>;
|
|
1543
1543
|
oneOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1544
1544
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -1548,7 +1548,7 @@ declare const SelectedSecuritySchema: import("@scalar/typebox").TObject<{
|
|
|
1548
1548
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
1549
1549
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1550
1550
|
}>]>, import("@scalar/typebox").TObject<{
|
|
1551
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
1551
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
1552
1552
|
}>]>]>>>;
|
|
1553
1553
|
anyOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1554
1554
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -1558,7 +1558,7 @@ declare const SelectedSecuritySchema: import("@scalar/typebox").TObject<{
|
|
|
1558
1558
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
1559
1559
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1560
1560
|
}>]>, import("@scalar/typebox").TObject<{
|
|
1561
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
1561
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
1562
1562
|
}>]>]>>>;
|
|
1563
1563
|
not: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1564
1564
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -1568,7 +1568,7 @@ declare const SelectedSecuritySchema: import("@scalar/typebox").TObject<{
|
|
|
1568
1568
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
1569
1569
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1570
1570
|
}>]>, import("@scalar/typebox").TObject<{
|
|
1571
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
1571
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
1572
1572
|
}>]>]>>;
|
|
1573
1573
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1574
1574
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -1615,7 +1615,7 @@ declare const SelectedSecuritySchema: import("@scalar/typebox").TObject<{
|
|
|
1615
1615
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
1616
1616
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1617
1617
|
}>]>, import("@scalar/typebox").TObject<{
|
|
1618
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
1618
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
1619
1619
|
}>]>]>>;
|
|
1620
1620
|
prefixItems: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1621
1621
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -1625,7 +1625,7 @@ declare const SelectedSecuritySchema: import("@scalar/typebox").TObject<{
|
|
|
1625
1625
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
1626
1626
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1627
1627
|
}>]>, import("@scalar/typebox").TObject<{
|
|
1628
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
1628
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
1629
1629
|
}>]>]>>>;
|
|
1630
1630
|
}>, import("@scalar/typebox").TObject<{
|
|
1631
1631
|
maxProperties: import("@scalar/typebox").TOptional<import("@scalar/typebox").TInteger>;
|
|
@@ -1639,7 +1639,7 @@ declare const SelectedSecuritySchema: import("@scalar/typebox").TObject<{
|
|
|
1639
1639
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
1640
1640
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1641
1641
|
}>]>, import("@scalar/typebox").TObject<{
|
|
1642
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
1642
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
1643
1643
|
}>]>]>>>;
|
|
1644
1644
|
additionalProperties: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TBoolean, import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1645
1645
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -1649,7 +1649,7 @@ declare const SelectedSecuritySchema: import("@scalar/typebox").TObject<{
|
|
|
1649
1649
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
1650
1650
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1651
1651
|
}>]>, import("@scalar/typebox").TObject<{
|
|
1652
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
1652
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
1653
1653
|
}>]>]>]>>;
|
|
1654
1654
|
patternProperties: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1655
1655
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -1659,7 +1659,7 @@ declare const SelectedSecuritySchema: import("@scalar/typebox").TObject<{
|
|
|
1659
1659
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
1660
1660
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1661
1661
|
}>]>, import("@scalar/typebox").TObject<{
|
|
1662
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
1662
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
1663
1663
|
}>]>]>>>;
|
|
1664
1664
|
propertyNames: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1665
1665
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -1669,7 +1669,7 @@ declare const SelectedSecuritySchema: import("@scalar/typebox").TObject<{
|
|
|
1669
1669
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
1670
1670
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1671
1671
|
}>]>, import("@scalar/typebox").TObject<{
|
|
1672
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
1672
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
1673
1673
|
}>]>]>>;
|
|
1674
1674
|
}>]>, import("@scalar/typebox").TObject<{
|
|
1675
1675
|
$id: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -1692,7 +1692,7 @@ declare const SelectedSecuritySchema: import("@scalar/typebox").TObject<{
|
|
|
1692
1692
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
1693
1693
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1694
1694
|
}>]>, import("@scalar/typebox").TObject<{
|
|
1695
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
1695
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
1696
1696
|
}>]>]>>;
|
|
1697
1697
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1698
1698
|
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
@@ -1710,7 +1710,7 @@ declare const SelectedSecuritySchema: import("@scalar/typebox").TObject<{
|
|
|
1710
1710
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
1711
1711
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1712
1712
|
}>]>, import("@scalar/typebox").TObject<{
|
|
1713
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
1713
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
1714
1714
|
}>]>]>>>;
|
|
1715
1715
|
oneOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1716
1716
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -1720,7 +1720,7 @@ declare const SelectedSecuritySchema: import("@scalar/typebox").TObject<{
|
|
|
1720
1720
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
1721
1721
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1722
1722
|
}>]>, import("@scalar/typebox").TObject<{
|
|
1723
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
1723
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
1724
1724
|
}>]>]>>>;
|
|
1725
1725
|
anyOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1726
1726
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -1730,7 +1730,7 @@ declare const SelectedSecuritySchema: import("@scalar/typebox").TObject<{
|
|
|
1730
1730
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
1731
1731
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1732
1732
|
}>]>, import("@scalar/typebox").TObject<{
|
|
1733
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
1733
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
1734
1734
|
}>]>]>>>;
|
|
1735
1735
|
not: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1736
1736
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -1740,7 +1740,7 @@ declare const SelectedSecuritySchema: import("@scalar/typebox").TObject<{
|
|
|
1740
1740
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
1741
1741
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
1742
1742
|
}>]>, import("@scalar/typebox").TObject<{
|
|
1743
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
1743
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
1744
1744
|
}>]>]>>;
|
|
1745
1745
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
1746
1746
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -2917,7 +2917,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
2917
2917
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
2918
2918
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
2919
2919
|
}>]>, import("@scalar/typebox").TObject<{
|
|
2920
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
2920
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
2921
2921
|
}>]>]>>;
|
|
2922
2922
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
2923
2923
|
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
@@ -2935,7 +2935,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
2935
2935
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
2936
2936
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
2937
2937
|
}>]>, import("@scalar/typebox").TObject<{
|
|
2938
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
2938
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
2939
2939
|
}>]>]>>>;
|
|
2940
2940
|
oneOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
2941
2941
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -2945,7 +2945,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
2945
2945
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
2946
2946
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
2947
2947
|
}>]>, import("@scalar/typebox").TObject<{
|
|
2948
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
2948
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
2949
2949
|
}>]>]>>>;
|
|
2950
2950
|
anyOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
2951
2951
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -2955,7 +2955,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
2955
2955
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
2956
2956
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
2957
2957
|
}>]>, import("@scalar/typebox").TObject<{
|
|
2958
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
2958
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
2959
2959
|
}>]>]>>>;
|
|
2960
2960
|
not: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
2961
2961
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -2965,7 +2965,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
2965
2965
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
2966
2966
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
2967
2967
|
}>]>, import("@scalar/typebox").TObject<{
|
|
2968
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
2968
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
2969
2969
|
}>]>]>>;
|
|
2970
2970
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
2971
2971
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -3010,7 +3010,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
3010
3010
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
3011
3011
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3012
3012
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3013
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
3013
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
3014
3014
|
}>]>]>>;
|
|
3015
3015
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3016
3016
|
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
@@ -3028,7 +3028,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
3028
3028
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
3029
3029
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3030
3030
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3031
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
3031
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
3032
3032
|
}>]>]>>>;
|
|
3033
3033
|
oneOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
3034
3034
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -3038,7 +3038,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
3038
3038
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
3039
3039
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3040
3040
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3041
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
3041
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
3042
3042
|
}>]>]>>>;
|
|
3043
3043
|
anyOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
3044
3044
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -3048,7 +3048,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
3048
3048
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
3049
3049
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3050
3050
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3051
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
3051
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
3052
3052
|
}>]>]>>>;
|
|
3053
3053
|
not: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
3054
3054
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -3058,7 +3058,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
3058
3058
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
3059
3059
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3060
3060
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3061
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
3061
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
3062
3062
|
}>]>]>>;
|
|
3063
3063
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
3064
3064
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -3110,7 +3110,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
3110
3110
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
3111
3111
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3112
3112
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3113
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
3113
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
3114
3114
|
}>]>]>>;
|
|
3115
3115
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3116
3116
|
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
@@ -3128,7 +3128,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
3128
3128
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
3129
3129
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3130
3130
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3131
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
3131
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
3132
3132
|
}>]>]>>>;
|
|
3133
3133
|
oneOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
3134
3134
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -3138,7 +3138,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
3138
3138
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
3139
3139
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3140
3140
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3141
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
3141
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
3142
3142
|
}>]>]>>>;
|
|
3143
3143
|
anyOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
3144
3144
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -3148,7 +3148,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
3148
3148
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
3149
3149
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3150
3150
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3151
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
3151
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
3152
3152
|
}>]>]>>>;
|
|
3153
3153
|
not: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
3154
3154
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -3158,7 +3158,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
3158
3158
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
3159
3159
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3160
3160
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3161
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
3161
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
3162
3162
|
}>]>]>>;
|
|
3163
3163
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
3164
3164
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -3208,7 +3208,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
3208
3208
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
3209
3209
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3210
3210
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3211
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
3211
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
3212
3212
|
}>]>]>>;
|
|
3213
3213
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3214
3214
|
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
@@ -3226,7 +3226,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
3226
3226
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
3227
3227
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3228
3228
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3229
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
3229
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
3230
3230
|
}>]>]>>>;
|
|
3231
3231
|
oneOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
3232
3232
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -3236,7 +3236,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
3236
3236
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
3237
3237
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3238
3238
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3239
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
3239
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
3240
3240
|
}>]>]>>>;
|
|
3241
3241
|
anyOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
3242
3242
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -3246,7 +3246,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
3246
3246
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
3247
3247
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3248
3248
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3249
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
3249
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
3250
3250
|
}>]>]>>>;
|
|
3251
3251
|
not: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
3252
3252
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -3256,7 +3256,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
3256
3256
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
3257
3257
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3258
3258
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3259
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
3259
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
3260
3260
|
}>]>]>>;
|
|
3261
3261
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
3262
3262
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -3292,7 +3292,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
3292
3292
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
3293
3293
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3294
3294
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3295
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
3295
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
3296
3296
|
}>]>]>>>;
|
|
3297
3297
|
additionalProperties: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TBoolean, import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
3298
3298
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -3302,7 +3302,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
3302
3302
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
3303
3303
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3304
3304
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3305
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
3305
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
3306
3306
|
}>]>]>]>>;
|
|
3307
3307
|
patternProperties: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
3308
3308
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -3312,7 +3312,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
3312
3312
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
3313
3313
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3314
3314
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3315
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
3315
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
3316
3316
|
}>]>]>>>;
|
|
3317
3317
|
propertyNames: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
3318
3318
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -3322,7 +3322,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
3322
3322
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
3323
3323
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3324
3324
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3325
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
3325
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
3326
3326
|
}>]>]>>;
|
|
3327
3327
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3328
3328
|
$id: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -3345,7 +3345,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
3345
3345
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
3346
3346
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3347
3347
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3348
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
3348
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
3349
3349
|
}>]>]>>;
|
|
3350
3350
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3351
3351
|
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
@@ -3363,7 +3363,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
3363
3363
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
3364
3364
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3365
3365
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3366
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
3366
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
3367
3367
|
}>]>]>>>;
|
|
3368
3368
|
oneOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
3369
3369
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -3373,7 +3373,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
3373
3373
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
3374
3374
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3375
3375
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3376
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
3376
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
3377
3377
|
}>]>]>>>;
|
|
3378
3378
|
anyOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
3379
3379
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -3383,7 +3383,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
3383
3383
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
3384
3384
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3385
3385
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3386
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
3386
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
3387
3387
|
}>]>]>>>;
|
|
3388
3388
|
not: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
3389
3389
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -3393,7 +3393,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
3393
3393
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
3394
3394
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3395
3395
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3396
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
3396
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
3397
3397
|
}>]>]>>;
|
|
3398
3398
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
3399
3399
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -3429,7 +3429,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
3429
3429
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
3430
3430
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3431
3431
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3432
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
3432
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
3433
3433
|
}>]>]>>;
|
|
3434
3434
|
prefixItems: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
3435
3435
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -3439,7 +3439,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
3439
3439
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
3440
3440
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3441
3441
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3442
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
3442
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
3443
3443
|
}>]>]>>>;
|
|
3444
3444
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3445
3445
|
$id: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -3462,7 +3462,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
3462
3462
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
3463
3463
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3464
3464
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3465
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
3465
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
3466
3466
|
}>]>]>>;
|
|
3467
3467
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3468
3468
|
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
@@ -3480,7 +3480,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
3480
3480
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
3481
3481
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3482
3482
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3483
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
3483
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
3484
3484
|
}>]>]>>>;
|
|
3485
3485
|
oneOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
3486
3486
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -3490,7 +3490,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
3490
3490
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
3491
3491
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3492
3492
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3493
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
3493
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
3494
3494
|
}>]>]>>>;
|
|
3495
3495
|
anyOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
3496
3496
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -3500,7 +3500,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
3500
3500
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
3501
3501
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3502
3502
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3503
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
3503
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
3504
3504
|
}>]>]>>>;
|
|
3505
3505
|
not: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
3506
3506
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -3510,7 +3510,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
3510
3510
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
3511
3511
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3512
3512
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3513
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
3513
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
3514
3514
|
}>]>]>>;
|
|
3515
3515
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
3516
3516
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -3557,7 +3557,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
3557
3557
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
3558
3558
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3559
3559
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3560
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
3560
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
3561
3561
|
}>]>]>>;
|
|
3562
3562
|
prefixItems: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
3563
3563
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -3567,7 +3567,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
3567
3567
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
3568
3568
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3569
3569
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3570
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
3570
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
3571
3571
|
}>]>]>>>;
|
|
3572
3572
|
}>, import("@scalar/typebox").TObject<{
|
|
3573
3573
|
maxProperties: import("@scalar/typebox").TOptional<import("@scalar/typebox").TInteger>;
|
|
@@ -3581,7 +3581,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
3581
3581
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
3582
3582
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3583
3583
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3584
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
3584
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
3585
3585
|
}>]>]>>>;
|
|
3586
3586
|
additionalProperties: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TBoolean, import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
3587
3587
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -3591,7 +3591,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
3591
3591
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
3592
3592
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3593
3593
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3594
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
3594
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
3595
3595
|
}>]>]>]>>;
|
|
3596
3596
|
patternProperties: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
3597
3597
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -3601,7 +3601,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
3601
3601
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
3602
3602
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3603
3603
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3604
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
3604
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
3605
3605
|
}>]>]>>>;
|
|
3606
3606
|
propertyNames: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
3607
3607
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -3611,7 +3611,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
3611
3611
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
3612
3612
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3613
3613
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3614
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
3614
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
3615
3615
|
}>]>]>>;
|
|
3616
3616
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3617
3617
|
$id: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -3634,7 +3634,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
3634
3634
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
3635
3635
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3636
3636
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3637
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
3637
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
3638
3638
|
}>]>]>>;
|
|
3639
3639
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3640
3640
|
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
@@ -3652,7 +3652,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
3652
3652
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
3653
3653
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3654
3654
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3655
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
3655
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
3656
3656
|
}>]>]>>>;
|
|
3657
3657
|
oneOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
3658
3658
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -3662,7 +3662,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
3662
3662
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
3663
3663
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3664
3664
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3665
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
3665
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
3666
3666
|
}>]>]>>>;
|
|
3667
3667
|
anyOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
3668
3668
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -3672,7 +3672,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
3672
3672
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
3673
3673
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3674
3674
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3675
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
3675
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
3676
3676
|
}>]>]>>>;
|
|
3677
3677
|
not: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
3678
3678
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -3682,7 +3682,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
3682
3682
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
3683
3683
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3684
3684
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3685
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
3685
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
3686
3686
|
}>]>]>>;
|
|
3687
3687
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
3688
3688
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -4676,7 +4676,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
4676
4676
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
4677
4677
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
4678
4678
|
}>]>, import("@scalar/typebox").TObject<{
|
|
4679
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
4679
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
4680
4680
|
}>]>]>>;
|
|
4681
4681
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
4682
4682
|
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
@@ -4694,7 +4694,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
4694
4694
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
4695
4695
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
4696
4696
|
}>]>, import("@scalar/typebox").TObject<{
|
|
4697
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
4697
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
4698
4698
|
}>]>]>>>;
|
|
4699
4699
|
oneOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
4700
4700
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -4704,7 +4704,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
4704
4704
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
4705
4705
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
4706
4706
|
}>]>, import("@scalar/typebox").TObject<{
|
|
4707
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
4707
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
4708
4708
|
}>]>]>>>;
|
|
4709
4709
|
anyOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
4710
4710
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -4714,7 +4714,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
4714
4714
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
4715
4715
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
4716
4716
|
}>]>, import("@scalar/typebox").TObject<{
|
|
4717
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
4717
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
4718
4718
|
}>]>]>>>;
|
|
4719
4719
|
not: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
4720
4720
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -4724,7 +4724,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
4724
4724
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
4725
4725
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
4726
4726
|
}>]>, import("@scalar/typebox").TObject<{
|
|
4727
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
4727
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
4728
4728
|
}>]>]>>;
|
|
4729
4729
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
4730
4730
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -4769,7 +4769,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
4769
4769
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
4770
4770
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
4771
4771
|
}>]>, import("@scalar/typebox").TObject<{
|
|
4772
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
4772
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
4773
4773
|
}>]>]>>;
|
|
4774
4774
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
4775
4775
|
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
@@ -4787,7 +4787,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
4787
4787
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
4788
4788
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
4789
4789
|
}>]>, import("@scalar/typebox").TObject<{
|
|
4790
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
4790
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
4791
4791
|
}>]>]>>>;
|
|
4792
4792
|
oneOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
4793
4793
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -4797,7 +4797,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
4797
4797
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
4798
4798
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
4799
4799
|
}>]>, import("@scalar/typebox").TObject<{
|
|
4800
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
4800
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
4801
4801
|
}>]>]>>>;
|
|
4802
4802
|
anyOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
4803
4803
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -4807,7 +4807,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
4807
4807
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
4808
4808
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
4809
4809
|
}>]>, import("@scalar/typebox").TObject<{
|
|
4810
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
4810
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
4811
4811
|
}>]>]>>>;
|
|
4812
4812
|
not: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
4813
4813
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -4817,7 +4817,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
4817
4817
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
4818
4818
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
4819
4819
|
}>]>, import("@scalar/typebox").TObject<{
|
|
4820
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
4820
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
4821
4821
|
}>]>]>>;
|
|
4822
4822
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
4823
4823
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -4869,7 +4869,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
4869
4869
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
4870
4870
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
4871
4871
|
}>]>, import("@scalar/typebox").TObject<{
|
|
4872
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
4872
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
4873
4873
|
}>]>]>>;
|
|
4874
4874
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
4875
4875
|
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
@@ -4887,7 +4887,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
4887
4887
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
4888
4888
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
4889
4889
|
}>]>, import("@scalar/typebox").TObject<{
|
|
4890
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
4890
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
4891
4891
|
}>]>]>>>;
|
|
4892
4892
|
oneOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
4893
4893
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -4897,7 +4897,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
4897
4897
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
4898
4898
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
4899
4899
|
}>]>, import("@scalar/typebox").TObject<{
|
|
4900
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
4900
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
4901
4901
|
}>]>]>>>;
|
|
4902
4902
|
anyOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
4903
4903
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -4907,7 +4907,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
4907
4907
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
4908
4908
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
4909
4909
|
}>]>, import("@scalar/typebox").TObject<{
|
|
4910
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
4910
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
4911
4911
|
}>]>]>>>;
|
|
4912
4912
|
not: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
4913
4913
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -4917,7 +4917,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
4917
4917
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
4918
4918
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
4919
4919
|
}>]>, import("@scalar/typebox").TObject<{
|
|
4920
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
4920
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
4921
4921
|
}>]>]>>;
|
|
4922
4922
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
4923
4923
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -4967,7 +4967,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
4967
4967
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
4968
4968
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
4969
4969
|
}>]>, import("@scalar/typebox").TObject<{
|
|
4970
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
4970
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
4971
4971
|
}>]>]>>;
|
|
4972
4972
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
4973
4973
|
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
@@ -4985,7 +4985,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
4985
4985
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
4986
4986
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
4987
4987
|
}>]>, import("@scalar/typebox").TObject<{
|
|
4988
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
4988
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
4989
4989
|
}>]>]>>>;
|
|
4990
4990
|
oneOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
4991
4991
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -4995,7 +4995,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
4995
4995
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
4996
4996
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
4997
4997
|
}>]>, import("@scalar/typebox").TObject<{
|
|
4998
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
4998
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
4999
4999
|
}>]>]>>>;
|
|
5000
5000
|
anyOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
5001
5001
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -5005,7 +5005,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
5005
5005
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
5006
5006
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5007
5007
|
}>]>, import("@scalar/typebox").TObject<{
|
|
5008
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
5008
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
5009
5009
|
}>]>]>>>;
|
|
5010
5010
|
not: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
5011
5011
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -5015,7 +5015,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
5015
5015
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
5016
5016
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5017
5017
|
}>]>, import("@scalar/typebox").TObject<{
|
|
5018
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
5018
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
5019
5019
|
}>]>]>>;
|
|
5020
5020
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
5021
5021
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -5051,7 +5051,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
5051
5051
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
5052
5052
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5053
5053
|
}>]>, import("@scalar/typebox").TObject<{
|
|
5054
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
5054
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
5055
5055
|
}>]>]>>>;
|
|
5056
5056
|
additionalProperties: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TBoolean, import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
5057
5057
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -5061,7 +5061,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
5061
5061
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
5062
5062
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5063
5063
|
}>]>, import("@scalar/typebox").TObject<{
|
|
5064
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
5064
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
5065
5065
|
}>]>]>]>>;
|
|
5066
5066
|
patternProperties: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
5067
5067
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -5071,7 +5071,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
5071
5071
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
5072
5072
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5073
5073
|
}>]>, import("@scalar/typebox").TObject<{
|
|
5074
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
5074
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
5075
5075
|
}>]>]>>>;
|
|
5076
5076
|
propertyNames: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
5077
5077
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -5081,7 +5081,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
5081
5081
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
5082
5082
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5083
5083
|
}>]>, import("@scalar/typebox").TObject<{
|
|
5084
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
5084
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
5085
5085
|
}>]>]>>;
|
|
5086
5086
|
}>]>, import("@scalar/typebox").TObject<{
|
|
5087
5087
|
$id: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -5104,7 +5104,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
5104
5104
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
5105
5105
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5106
5106
|
}>]>, import("@scalar/typebox").TObject<{
|
|
5107
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
5107
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
5108
5108
|
}>]>]>>;
|
|
5109
5109
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5110
5110
|
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
@@ -5122,7 +5122,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
5122
5122
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
5123
5123
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5124
5124
|
}>]>, import("@scalar/typebox").TObject<{
|
|
5125
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
5125
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
5126
5126
|
}>]>]>>>;
|
|
5127
5127
|
oneOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
5128
5128
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -5132,7 +5132,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
5132
5132
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
5133
5133
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5134
5134
|
}>]>, import("@scalar/typebox").TObject<{
|
|
5135
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
5135
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
5136
5136
|
}>]>]>>>;
|
|
5137
5137
|
anyOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
5138
5138
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -5142,7 +5142,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
5142
5142
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
5143
5143
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5144
5144
|
}>]>, import("@scalar/typebox").TObject<{
|
|
5145
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
5145
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
5146
5146
|
}>]>]>>>;
|
|
5147
5147
|
not: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
5148
5148
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -5152,7 +5152,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
5152
5152
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
5153
5153
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5154
5154
|
}>]>, import("@scalar/typebox").TObject<{
|
|
5155
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
5155
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
5156
5156
|
}>]>]>>;
|
|
5157
5157
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
5158
5158
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -5188,7 +5188,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
5188
5188
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
5189
5189
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5190
5190
|
}>]>, import("@scalar/typebox").TObject<{
|
|
5191
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
5191
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
5192
5192
|
}>]>]>>;
|
|
5193
5193
|
prefixItems: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
5194
5194
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -5198,7 +5198,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
5198
5198
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
5199
5199
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5200
5200
|
}>]>, import("@scalar/typebox").TObject<{
|
|
5201
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
5201
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
5202
5202
|
}>]>]>>>;
|
|
5203
5203
|
}>]>, import("@scalar/typebox").TObject<{
|
|
5204
5204
|
$id: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -5221,7 +5221,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
5221
5221
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
5222
5222
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5223
5223
|
}>]>, import("@scalar/typebox").TObject<{
|
|
5224
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
5224
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
5225
5225
|
}>]>]>>;
|
|
5226
5226
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5227
5227
|
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
@@ -5239,7 +5239,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
5239
5239
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
5240
5240
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5241
5241
|
}>]>, import("@scalar/typebox").TObject<{
|
|
5242
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
5242
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
5243
5243
|
}>]>]>>>;
|
|
5244
5244
|
oneOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
5245
5245
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -5249,7 +5249,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
5249
5249
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
5250
5250
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5251
5251
|
}>]>, import("@scalar/typebox").TObject<{
|
|
5252
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
5252
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
5253
5253
|
}>]>]>>>;
|
|
5254
5254
|
anyOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
5255
5255
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -5259,7 +5259,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
5259
5259
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
5260
5260
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5261
5261
|
}>]>, import("@scalar/typebox").TObject<{
|
|
5262
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
5262
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
5263
5263
|
}>]>]>>>;
|
|
5264
5264
|
not: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
5265
5265
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -5269,7 +5269,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
5269
5269
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
5270
5270
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5271
5271
|
}>]>, import("@scalar/typebox").TObject<{
|
|
5272
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
5272
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
5273
5273
|
}>]>]>>;
|
|
5274
5274
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
5275
5275
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -5316,7 +5316,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
5316
5316
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
5317
5317
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5318
5318
|
}>]>, import("@scalar/typebox").TObject<{
|
|
5319
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
5319
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
5320
5320
|
}>]>]>>;
|
|
5321
5321
|
prefixItems: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
5322
5322
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -5326,7 +5326,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
5326
5326
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
5327
5327
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5328
5328
|
}>]>, import("@scalar/typebox").TObject<{
|
|
5329
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
5329
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
5330
5330
|
}>]>]>>>;
|
|
5331
5331
|
}>, import("@scalar/typebox").TObject<{
|
|
5332
5332
|
maxProperties: import("@scalar/typebox").TOptional<import("@scalar/typebox").TInteger>;
|
|
@@ -5340,7 +5340,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
5340
5340
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
5341
5341
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5342
5342
|
}>]>, import("@scalar/typebox").TObject<{
|
|
5343
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
5343
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
5344
5344
|
}>]>]>>>;
|
|
5345
5345
|
additionalProperties: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TBoolean, import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
5346
5346
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -5350,7 +5350,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
5350
5350
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
5351
5351
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5352
5352
|
}>]>, import("@scalar/typebox").TObject<{
|
|
5353
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
5353
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
5354
5354
|
}>]>]>]>>;
|
|
5355
5355
|
patternProperties: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
5356
5356
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -5360,7 +5360,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
5360
5360
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
5361
5361
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5362
5362
|
}>]>, import("@scalar/typebox").TObject<{
|
|
5363
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
5363
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
5364
5364
|
}>]>]>>>;
|
|
5365
5365
|
propertyNames: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
5366
5366
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -5370,7 +5370,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
5370
5370
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
5371
5371
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5372
5372
|
}>]>, import("@scalar/typebox").TObject<{
|
|
5373
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
5373
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
5374
5374
|
}>]>]>>;
|
|
5375
5375
|
}>]>, import("@scalar/typebox").TObject<{
|
|
5376
5376
|
$id: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -5393,7 +5393,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
5393
5393
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
5394
5394
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5395
5395
|
}>]>, import("@scalar/typebox").TObject<{
|
|
5396
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
5396
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
5397
5397
|
}>]>]>>;
|
|
5398
5398
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5399
5399
|
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
@@ -5411,7 +5411,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
5411
5411
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
5412
5412
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5413
5413
|
}>]>, import("@scalar/typebox").TObject<{
|
|
5414
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
5414
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
5415
5415
|
}>]>]>>>;
|
|
5416
5416
|
oneOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
5417
5417
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -5421,7 +5421,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
5421
5421
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
5422
5422
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5423
5423
|
}>]>, import("@scalar/typebox").TObject<{
|
|
5424
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
5424
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
5425
5425
|
}>]>]>>>;
|
|
5426
5426
|
anyOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
5427
5427
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -5431,7 +5431,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
5431
5431
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
5432
5432
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5433
5433
|
}>]>, import("@scalar/typebox").TObject<{
|
|
5434
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
5434
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
5435
5435
|
}>]>]>>>;
|
|
5436
5436
|
not: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
5437
5437
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -5441,7 +5441,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
5441
5441
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
5442
5442
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5443
5443
|
}>]>, import("@scalar/typebox").TObject<{
|
|
5444
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
5444
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
5445
5445
|
}>]>]>>;
|
|
5446
5446
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
5447
5447
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -6620,7 +6620,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
6620
6620
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
6621
6621
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6622
6622
|
}>]>, import("@scalar/typebox").TObject<{
|
|
6623
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
6623
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
6624
6624
|
}>]>]>>;
|
|
6625
6625
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6626
6626
|
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
@@ -6638,7 +6638,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
6638
6638
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
6639
6639
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6640
6640
|
}>]>, import("@scalar/typebox").TObject<{
|
|
6641
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
6641
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
6642
6642
|
}>]>]>>>;
|
|
6643
6643
|
oneOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
6644
6644
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -6648,7 +6648,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
6648
6648
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
6649
6649
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6650
6650
|
}>]>, import("@scalar/typebox").TObject<{
|
|
6651
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
6651
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
6652
6652
|
}>]>]>>>;
|
|
6653
6653
|
anyOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
6654
6654
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -6658,7 +6658,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
6658
6658
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
6659
6659
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6660
6660
|
}>]>, import("@scalar/typebox").TObject<{
|
|
6661
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
6661
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
6662
6662
|
}>]>]>>>;
|
|
6663
6663
|
not: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
6664
6664
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -6668,7 +6668,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
6668
6668
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
6669
6669
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6670
6670
|
}>]>, import("@scalar/typebox").TObject<{
|
|
6671
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
6671
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
6672
6672
|
}>]>]>>;
|
|
6673
6673
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
6674
6674
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -6713,7 +6713,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
6713
6713
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
6714
6714
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6715
6715
|
}>]>, import("@scalar/typebox").TObject<{
|
|
6716
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
6716
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
6717
6717
|
}>]>]>>;
|
|
6718
6718
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6719
6719
|
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
@@ -6731,7 +6731,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
6731
6731
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
6732
6732
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6733
6733
|
}>]>, import("@scalar/typebox").TObject<{
|
|
6734
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
6734
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
6735
6735
|
}>]>]>>>;
|
|
6736
6736
|
oneOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
6737
6737
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -6741,7 +6741,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
6741
6741
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
6742
6742
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6743
6743
|
}>]>, import("@scalar/typebox").TObject<{
|
|
6744
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
6744
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
6745
6745
|
}>]>]>>>;
|
|
6746
6746
|
anyOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
6747
6747
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -6751,7 +6751,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
6751
6751
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
6752
6752
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6753
6753
|
}>]>, import("@scalar/typebox").TObject<{
|
|
6754
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
6754
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
6755
6755
|
}>]>]>>>;
|
|
6756
6756
|
not: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
6757
6757
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -6761,7 +6761,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
6761
6761
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
6762
6762
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6763
6763
|
}>]>, import("@scalar/typebox").TObject<{
|
|
6764
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
6764
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
6765
6765
|
}>]>]>>;
|
|
6766
6766
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
6767
6767
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -6813,7 +6813,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
6813
6813
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
6814
6814
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6815
6815
|
}>]>, import("@scalar/typebox").TObject<{
|
|
6816
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
6816
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
6817
6817
|
}>]>]>>;
|
|
6818
6818
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6819
6819
|
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
@@ -6831,7 +6831,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
6831
6831
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
6832
6832
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6833
6833
|
}>]>, import("@scalar/typebox").TObject<{
|
|
6834
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
6834
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
6835
6835
|
}>]>]>>>;
|
|
6836
6836
|
oneOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
6837
6837
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -6841,7 +6841,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
6841
6841
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
6842
6842
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6843
6843
|
}>]>, import("@scalar/typebox").TObject<{
|
|
6844
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
6844
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
6845
6845
|
}>]>]>>>;
|
|
6846
6846
|
anyOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
6847
6847
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -6851,7 +6851,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
6851
6851
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
6852
6852
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6853
6853
|
}>]>, import("@scalar/typebox").TObject<{
|
|
6854
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
6854
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
6855
6855
|
}>]>]>>>;
|
|
6856
6856
|
not: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
6857
6857
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -6861,7 +6861,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
6861
6861
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
6862
6862
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6863
6863
|
}>]>, import("@scalar/typebox").TObject<{
|
|
6864
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
6864
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
6865
6865
|
}>]>]>>;
|
|
6866
6866
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
6867
6867
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -6911,7 +6911,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
6911
6911
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
6912
6912
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6913
6913
|
}>]>, import("@scalar/typebox").TObject<{
|
|
6914
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
6914
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
6915
6915
|
}>]>]>>;
|
|
6916
6916
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6917
6917
|
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
@@ -6929,7 +6929,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
6929
6929
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
6930
6930
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6931
6931
|
}>]>, import("@scalar/typebox").TObject<{
|
|
6932
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
6932
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
6933
6933
|
}>]>]>>>;
|
|
6934
6934
|
oneOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
6935
6935
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -6939,7 +6939,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
6939
6939
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
6940
6940
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6941
6941
|
}>]>, import("@scalar/typebox").TObject<{
|
|
6942
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
6942
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
6943
6943
|
}>]>]>>>;
|
|
6944
6944
|
anyOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
6945
6945
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -6949,7 +6949,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
6949
6949
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
6950
6950
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6951
6951
|
}>]>, import("@scalar/typebox").TObject<{
|
|
6952
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
6952
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
6953
6953
|
}>]>]>>>;
|
|
6954
6954
|
not: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
6955
6955
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -6959,7 +6959,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
6959
6959
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
6960
6960
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6961
6961
|
}>]>, import("@scalar/typebox").TObject<{
|
|
6962
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
6962
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
6963
6963
|
}>]>]>>;
|
|
6964
6964
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
6965
6965
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -6995,7 +6995,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
6995
6995
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
6996
6996
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6997
6997
|
}>]>, import("@scalar/typebox").TObject<{
|
|
6998
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
6998
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
6999
6999
|
}>]>]>>>;
|
|
7000
7000
|
additionalProperties: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TBoolean, import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
7001
7001
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -7005,7 +7005,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
7005
7005
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
7006
7006
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
7007
7007
|
}>]>, import("@scalar/typebox").TObject<{
|
|
7008
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
7008
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
7009
7009
|
}>]>]>]>>;
|
|
7010
7010
|
patternProperties: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
7011
7011
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -7015,7 +7015,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
7015
7015
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
7016
7016
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
7017
7017
|
}>]>, import("@scalar/typebox").TObject<{
|
|
7018
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
7018
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
7019
7019
|
}>]>]>>>;
|
|
7020
7020
|
propertyNames: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
7021
7021
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -7025,7 +7025,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
7025
7025
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
7026
7026
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
7027
7027
|
}>]>, import("@scalar/typebox").TObject<{
|
|
7028
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
7028
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
7029
7029
|
}>]>]>>;
|
|
7030
7030
|
}>]>, import("@scalar/typebox").TObject<{
|
|
7031
7031
|
$id: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -7048,7 +7048,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
7048
7048
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
7049
7049
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
7050
7050
|
}>]>, import("@scalar/typebox").TObject<{
|
|
7051
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
7051
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
7052
7052
|
}>]>]>>;
|
|
7053
7053
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
7054
7054
|
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
@@ -7066,7 +7066,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
7066
7066
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
7067
7067
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
7068
7068
|
}>]>, import("@scalar/typebox").TObject<{
|
|
7069
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
7069
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
7070
7070
|
}>]>]>>>;
|
|
7071
7071
|
oneOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
7072
7072
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -7076,7 +7076,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
7076
7076
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
7077
7077
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
7078
7078
|
}>]>, import("@scalar/typebox").TObject<{
|
|
7079
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
7079
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
7080
7080
|
}>]>]>>>;
|
|
7081
7081
|
anyOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
7082
7082
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -7086,7 +7086,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
7086
7086
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
7087
7087
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
7088
7088
|
}>]>, import("@scalar/typebox").TObject<{
|
|
7089
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
7089
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
7090
7090
|
}>]>]>>>;
|
|
7091
7091
|
not: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
7092
7092
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -7096,7 +7096,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
7096
7096
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
7097
7097
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
7098
7098
|
}>]>, import("@scalar/typebox").TObject<{
|
|
7099
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
7099
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
7100
7100
|
}>]>]>>;
|
|
7101
7101
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
7102
7102
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -7132,7 +7132,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
7132
7132
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
7133
7133
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
7134
7134
|
}>]>, import("@scalar/typebox").TObject<{
|
|
7135
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
7135
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
7136
7136
|
}>]>]>>;
|
|
7137
7137
|
prefixItems: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
7138
7138
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -7142,7 +7142,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
7142
7142
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
7143
7143
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
7144
7144
|
}>]>, import("@scalar/typebox").TObject<{
|
|
7145
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
7145
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
7146
7146
|
}>]>]>>>;
|
|
7147
7147
|
}>]>, import("@scalar/typebox").TObject<{
|
|
7148
7148
|
$id: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -7165,7 +7165,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
7165
7165
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
7166
7166
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
7167
7167
|
}>]>, import("@scalar/typebox").TObject<{
|
|
7168
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
7168
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
7169
7169
|
}>]>]>>;
|
|
7170
7170
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
7171
7171
|
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
@@ -7183,7 +7183,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
7183
7183
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
7184
7184
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
7185
7185
|
}>]>, import("@scalar/typebox").TObject<{
|
|
7186
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
7186
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
7187
7187
|
}>]>]>>>;
|
|
7188
7188
|
oneOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
7189
7189
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -7193,7 +7193,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
7193
7193
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
7194
7194
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
7195
7195
|
}>]>, import("@scalar/typebox").TObject<{
|
|
7196
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
7196
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
7197
7197
|
}>]>]>>>;
|
|
7198
7198
|
anyOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
7199
7199
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -7203,7 +7203,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
7203
7203
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
7204
7204
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
7205
7205
|
}>]>, import("@scalar/typebox").TObject<{
|
|
7206
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
7206
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
7207
7207
|
}>]>]>>>;
|
|
7208
7208
|
not: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
7209
7209
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -7213,7 +7213,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
7213
7213
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
7214
7214
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
7215
7215
|
}>]>, import("@scalar/typebox").TObject<{
|
|
7216
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
7216
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
7217
7217
|
}>]>]>>;
|
|
7218
7218
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
7219
7219
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -7260,7 +7260,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
7260
7260
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
7261
7261
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
7262
7262
|
}>]>, import("@scalar/typebox").TObject<{
|
|
7263
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
7263
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
7264
7264
|
}>]>]>>;
|
|
7265
7265
|
prefixItems: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
7266
7266
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -7270,7 +7270,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
7270
7270
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
7271
7271
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
7272
7272
|
}>]>, import("@scalar/typebox").TObject<{
|
|
7273
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
7273
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
7274
7274
|
}>]>]>>>;
|
|
7275
7275
|
}>, import("@scalar/typebox").TObject<{
|
|
7276
7276
|
maxProperties: import("@scalar/typebox").TOptional<import("@scalar/typebox").TInteger>;
|
|
@@ -7284,7 +7284,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
7284
7284
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
7285
7285
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
7286
7286
|
}>]>, import("@scalar/typebox").TObject<{
|
|
7287
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
7287
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
7288
7288
|
}>]>]>>>;
|
|
7289
7289
|
additionalProperties: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TBoolean, import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
7290
7290
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -7294,7 +7294,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
7294
7294
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
7295
7295
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
7296
7296
|
}>]>, import("@scalar/typebox").TObject<{
|
|
7297
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
7297
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
7298
7298
|
}>]>]>]>>;
|
|
7299
7299
|
patternProperties: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
7300
7300
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -7304,7 +7304,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
7304
7304
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
7305
7305
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
7306
7306
|
}>]>, import("@scalar/typebox").TObject<{
|
|
7307
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
7307
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
7308
7308
|
}>]>]>>>;
|
|
7309
7309
|
propertyNames: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
7310
7310
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -7314,7 +7314,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
7314
7314
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
7315
7315
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
7316
7316
|
}>]>, import("@scalar/typebox").TObject<{
|
|
7317
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
7317
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
7318
7318
|
}>]>]>>;
|
|
7319
7319
|
}>]>, import("@scalar/typebox").TObject<{
|
|
7320
7320
|
$id: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -7337,7 +7337,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
7337
7337
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
7338
7338
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
7339
7339
|
}>]>, import("@scalar/typebox").TObject<{
|
|
7340
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
7340
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
7341
7341
|
}>]>]>>;
|
|
7342
7342
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
7343
7343
|
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
@@ -7355,7 +7355,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
7355
7355
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
7356
7356
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
7357
7357
|
}>]>, import("@scalar/typebox").TObject<{
|
|
7358
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
7358
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
7359
7359
|
}>]>]>>>;
|
|
7360
7360
|
oneOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
7361
7361
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -7365,7 +7365,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
7365
7365
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
7366
7366
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
7367
7367
|
}>]>, import("@scalar/typebox").TObject<{
|
|
7368
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
7368
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
7369
7369
|
}>]>]>>>;
|
|
7370
7370
|
anyOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
7371
7371
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -7375,7 +7375,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
7375
7375
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
7376
7376
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
7377
7377
|
}>]>, import("@scalar/typebox").TObject<{
|
|
7378
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
7378
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
7379
7379
|
}>]>]>>>;
|
|
7380
7380
|
not: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
7381
7381
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -7385,7 +7385,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
7385
7385
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
7386
7386
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
7387
7387
|
}>]>, import("@scalar/typebox").TObject<{
|
|
7388
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
7388
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
7389
7389
|
}>]>]>>;
|
|
7390
7390
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
7391
7391
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -8379,7 +8379,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
8379
8379
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
8380
8380
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8381
8381
|
}>]>, import("@scalar/typebox").TObject<{
|
|
8382
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
8382
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
8383
8383
|
}>]>]>>;
|
|
8384
8384
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8385
8385
|
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
@@ -8397,7 +8397,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
8397
8397
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
8398
8398
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8399
8399
|
}>]>, import("@scalar/typebox").TObject<{
|
|
8400
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
8400
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
8401
8401
|
}>]>]>>>;
|
|
8402
8402
|
oneOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
8403
8403
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -8407,7 +8407,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
8407
8407
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
8408
8408
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8409
8409
|
}>]>, import("@scalar/typebox").TObject<{
|
|
8410
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
8410
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
8411
8411
|
}>]>]>>>;
|
|
8412
8412
|
anyOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
8413
8413
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -8417,7 +8417,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
8417
8417
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
8418
8418
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8419
8419
|
}>]>, import("@scalar/typebox").TObject<{
|
|
8420
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
8420
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
8421
8421
|
}>]>]>>>;
|
|
8422
8422
|
not: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
8423
8423
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -8427,7 +8427,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
8427
8427
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
8428
8428
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8429
8429
|
}>]>, import("@scalar/typebox").TObject<{
|
|
8430
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
8430
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
8431
8431
|
}>]>]>>;
|
|
8432
8432
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
8433
8433
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -8472,7 +8472,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
8472
8472
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
8473
8473
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8474
8474
|
}>]>, import("@scalar/typebox").TObject<{
|
|
8475
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
8475
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
8476
8476
|
}>]>]>>;
|
|
8477
8477
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8478
8478
|
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
@@ -8490,7 +8490,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
8490
8490
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
8491
8491
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8492
8492
|
}>]>, import("@scalar/typebox").TObject<{
|
|
8493
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
8493
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
8494
8494
|
}>]>]>>>;
|
|
8495
8495
|
oneOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
8496
8496
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -8500,7 +8500,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
8500
8500
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
8501
8501
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8502
8502
|
}>]>, import("@scalar/typebox").TObject<{
|
|
8503
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
8503
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
8504
8504
|
}>]>]>>>;
|
|
8505
8505
|
anyOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
8506
8506
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -8510,7 +8510,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
8510
8510
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
8511
8511
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8512
8512
|
}>]>, import("@scalar/typebox").TObject<{
|
|
8513
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
8513
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
8514
8514
|
}>]>]>>>;
|
|
8515
8515
|
not: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
8516
8516
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -8520,7 +8520,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
8520
8520
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
8521
8521
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8522
8522
|
}>]>, import("@scalar/typebox").TObject<{
|
|
8523
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
8523
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
8524
8524
|
}>]>]>>;
|
|
8525
8525
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
8526
8526
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -8572,7 +8572,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
8572
8572
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
8573
8573
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8574
8574
|
}>]>, import("@scalar/typebox").TObject<{
|
|
8575
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
8575
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
8576
8576
|
}>]>]>>;
|
|
8577
8577
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8578
8578
|
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
@@ -8590,7 +8590,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
8590
8590
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
8591
8591
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8592
8592
|
}>]>, import("@scalar/typebox").TObject<{
|
|
8593
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
8593
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
8594
8594
|
}>]>]>>>;
|
|
8595
8595
|
oneOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
8596
8596
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -8600,7 +8600,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
8600
8600
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
8601
8601
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8602
8602
|
}>]>, import("@scalar/typebox").TObject<{
|
|
8603
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
8603
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
8604
8604
|
}>]>]>>>;
|
|
8605
8605
|
anyOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
8606
8606
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -8610,7 +8610,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
8610
8610
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
8611
8611
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8612
8612
|
}>]>, import("@scalar/typebox").TObject<{
|
|
8613
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
8613
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
8614
8614
|
}>]>]>>>;
|
|
8615
8615
|
not: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
8616
8616
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -8620,7 +8620,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
8620
8620
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
8621
8621
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8622
8622
|
}>]>, import("@scalar/typebox").TObject<{
|
|
8623
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
8623
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
8624
8624
|
}>]>]>>;
|
|
8625
8625
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
8626
8626
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -8670,7 +8670,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
8670
8670
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
8671
8671
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8672
8672
|
}>]>, import("@scalar/typebox").TObject<{
|
|
8673
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
8673
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
8674
8674
|
}>]>]>>;
|
|
8675
8675
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8676
8676
|
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
@@ -8688,7 +8688,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
8688
8688
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
8689
8689
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8690
8690
|
}>]>, import("@scalar/typebox").TObject<{
|
|
8691
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
8691
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
8692
8692
|
}>]>]>>>;
|
|
8693
8693
|
oneOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
8694
8694
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -8698,7 +8698,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
8698
8698
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
8699
8699
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8700
8700
|
}>]>, import("@scalar/typebox").TObject<{
|
|
8701
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
8701
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
8702
8702
|
}>]>]>>>;
|
|
8703
8703
|
anyOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
8704
8704
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -8708,7 +8708,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
8708
8708
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
8709
8709
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8710
8710
|
}>]>, import("@scalar/typebox").TObject<{
|
|
8711
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
8711
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
8712
8712
|
}>]>]>>>;
|
|
8713
8713
|
not: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
8714
8714
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -8718,7 +8718,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
8718
8718
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
8719
8719
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8720
8720
|
}>]>, import("@scalar/typebox").TObject<{
|
|
8721
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
8721
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
8722
8722
|
}>]>]>>;
|
|
8723
8723
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
8724
8724
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -8754,7 +8754,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
8754
8754
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
8755
8755
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8756
8756
|
}>]>, import("@scalar/typebox").TObject<{
|
|
8757
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
8757
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
8758
8758
|
}>]>]>>>;
|
|
8759
8759
|
additionalProperties: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TBoolean, import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
8760
8760
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -8764,7 +8764,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
8764
8764
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
8765
8765
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8766
8766
|
}>]>, import("@scalar/typebox").TObject<{
|
|
8767
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
8767
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
8768
8768
|
}>]>]>]>>;
|
|
8769
8769
|
patternProperties: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
8770
8770
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -8774,7 +8774,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
8774
8774
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
8775
8775
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8776
8776
|
}>]>, import("@scalar/typebox").TObject<{
|
|
8777
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
8777
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
8778
8778
|
}>]>]>>>;
|
|
8779
8779
|
propertyNames: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
8780
8780
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -8784,7 +8784,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
8784
8784
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
8785
8785
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8786
8786
|
}>]>, import("@scalar/typebox").TObject<{
|
|
8787
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
8787
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
8788
8788
|
}>]>]>>;
|
|
8789
8789
|
}>]>, import("@scalar/typebox").TObject<{
|
|
8790
8790
|
$id: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -8807,7 +8807,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
8807
8807
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
8808
8808
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8809
8809
|
}>]>, import("@scalar/typebox").TObject<{
|
|
8810
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
8810
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
8811
8811
|
}>]>]>>;
|
|
8812
8812
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8813
8813
|
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
@@ -8825,7 +8825,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
8825
8825
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
8826
8826
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8827
8827
|
}>]>, import("@scalar/typebox").TObject<{
|
|
8828
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
8828
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
8829
8829
|
}>]>]>>>;
|
|
8830
8830
|
oneOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
8831
8831
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -8835,7 +8835,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
8835
8835
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
8836
8836
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8837
8837
|
}>]>, import("@scalar/typebox").TObject<{
|
|
8838
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
8838
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
8839
8839
|
}>]>]>>>;
|
|
8840
8840
|
anyOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
8841
8841
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -8845,7 +8845,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
8845
8845
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
8846
8846
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8847
8847
|
}>]>, import("@scalar/typebox").TObject<{
|
|
8848
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
8848
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
8849
8849
|
}>]>]>>>;
|
|
8850
8850
|
not: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
8851
8851
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -8855,7 +8855,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
8855
8855
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
8856
8856
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8857
8857
|
}>]>, import("@scalar/typebox").TObject<{
|
|
8858
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
8858
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
8859
8859
|
}>]>]>>;
|
|
8860
8860
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
8861
8861
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -8891,7 +8891,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
8891
8891
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
8892
8892
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8893
8893
|
}>]>, import("@scalar/typebox").TObject<{
|
|
8894
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
8894
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
8895
8895
|
}>]>]>>;
|
|
8896
8896
|
prefixItems: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
8897
8897
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -8901,7 +8901,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
8901
8901
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
8902
8902
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8903
8903
|
}>]>, import("@scalar/typebox").TObject<{
|
|
8904
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
8904
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
8905
8905
|
}>]>]>>>;
|
|
8906
8906
|
}>]>, import("@scalar/typebox").TObject<{
|
|
8907
8907
|
$id: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -8924,7 +8924,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
8924
8924
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
8925
8925
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8926
8926
|
}>]>, import("@scalar/typebox").TObject<{
|
|
8927
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
8927
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
8928
8928
|
}>]>]>>;
|
|
8929
8929
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8930
8930
|
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
@@ -8942,7 +8942,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
8942
8942
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
8943
8943
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8944
8944
|
}>]>, import("@scalar/typebox").TObject<{
|
|
8945
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
8945
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
8946
8946
|
}>]>]>>>;
|
|
8947
8947
|
oneOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
8948
8948
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -8952,7 +8952,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
8952
8952
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
8953
8953
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8954
8954
|
}>]>, import("@scalar/typebox").TObject<{
|
|
8955
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
8955
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
8956
8956
|
}>]>]>>>;
|
|
8957
8957
|
anyOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
8958
8958
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -8962,7 +8962,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
8962
8962
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
8963
8963
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8964
8964
|
}>]>, import("@scalar/typebox").TObject<{
|
|
8965
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
8965
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
8966
8966
|
}>]>]>>>;
|
|
8967
8967
|
not: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
8968
8968
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -8972,7 +8972,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
8972
8972
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
8973
8973
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8974
8974
|
}>]>, import("@scalar/typebox").TObject<{
|
|
8975
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
8975
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
8976
8976
|
}>]>]>>;
|
|
8977
8977
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
8978
8978
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -9019,7 +9019,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
9019
9019
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
9020
9020
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
9021
9021
|
}>]>, import("@scalar/typebox").TObject<{
|
|
9022
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
9022
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
9023
9023
|
}>]>]>>;
|
|
9024
9024
|
prefixItems: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
9025
9025
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -9029,7 +9029,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
9029
9029
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
9030
9030
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
9031
9031
|
}>]>, import("@scalar/typebox").TObject<{
|
|
9032
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
9032
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
9033
9033
|
}>]>]>>>;
|
|
9034
9034
|
}>, import("@scalar/typebox").TObject<{
|
|
9035
9035
|
maxProperties: import("@scalar/typebox").TOptional<import("@scalar/typebox").TInteger>;
|
|
@@ -9043,7 +9043,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
9043
9043
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
9044
9044
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
9045
9045
|
}>]>, import("@scalar/typebox").TObject<{
|
|
9046
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
9046
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
9047
9047
|
}>]>]>>>;
|
|
9048
9048
|
additionalProperties: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TBoolean, import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
9049
9049
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -9053,7 +9053,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
9053
9053
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
9054
9054
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
9055
9055
|
}>]>, import("@scalar/typebox").TObject<{
|
|
9056
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
9056
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
9057
9057
|
}>]>]>]>>;
|
|
9058
9058
|
patternProperties: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
9059
9059
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -9063,7 +9063,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
9063
9063
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
9064
9064
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
9065
9065
|
}>]>, import("@scalar/typebox").TObject<{
|
|
9066
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
9066
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
9067
9067
|
}>]>]>>>;
|
|
9068
9068
|
propertyNames: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
9069
9069
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -9073,7 +9073,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
9073
9073
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
9074
9074
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
9075
9075
|
}>]>, import("@scalar/typebox").TObject<{
|
|
9076
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
9076
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
9077
9077
|
}>]>]>>;
|
|
9078
9078
|
}>]>, import("@scalar/typebox").TObject<{
|
|
9079
9079
|
$id: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -9096,7 +9096,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
9096
9096
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
9097
9097
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
9098
9098
|
}>]>, import("@scalar/typebox").TObject<{
|
|
9099
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
9099
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
9100
9100
|
}>]>]>>;
|
|
9101
9101
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
9102
9102
|
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
@@ -9114,7 +9114,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
9114
9114
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
9115
9115
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
9116
9116
|
}>]>, import("@scalar/typebox").TObject<{
|
|
9117
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
9117
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
9118
9118
|
}>]>]>>>;
|
|
9119
9119
|
oneOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
9120
9120
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -9124,7 +9124,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
9124
9124
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
9125
9125
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
9126
9126
|
}>]>, import("@scalar/typebox").TObject<{
|
|
9127
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
9127
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
9128
9128
|
}>]>]>>>;
|
|
9129
9129
|
anyOf: import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
9130
9130
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -9134,7 +9134,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
9134
9134
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
9135
9135
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
9136
9136
|
}>]>, import("@scalar/typebox").TObject<{
|
|
9137
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
9137
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
9138
9138
|
}>]>]>>>;
|
|
9139
9139
|
not: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TRef<"SchemaObject">, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
9140
9140
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -9144,7 +9144,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
9144
9144
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
9145
9145
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
9146
9146
|
}>]>, import("@scalar/typebox").TObject<{
|
|
9147
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
9147
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
9148
9148
|
}>]>]>>;
|
|
9149
9149
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
9150
9150
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|