@scalar/workspace-store 0.54.4 → 0.55.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +22 -0
- package/dist/channel-example/build-connection-url.d.ts +7 -0
- package/dist/channel-example/build-connection-url.d.ts.map +1 -1
- package/dist/channel-example/build-connection-url.js +10 -0
- package/dist/channel-example/get-async-api-protocols.d.ts +86 -0
- package/dist/channel-example/get-async-api-protocols.d.ts.map +1 -0
- package/dist/channel-example/get-async-api-protocols.js +110 -0
- package/dist/channel-example/index.d.ts +2 -0
- package/dist/channel-example/index.d.ts.map +1 -1
- package/dist/channel-example/index.js +1 -0
- package/dist/channel-example/servers.d.ts +7 -0
- package/dist/channel-example/servers.d.ts.map +1 -1
- package/dist/channel-example/servers.js +1 -1
- package/dist/entities/auth/schema.d.ts +260 -235
- package/dist/entities/auth/schema.d.ts.map +1 -1
- package/dist/events/definitions/workspace.d.ts +8 -0
- package/dist/events/definitions/workspace.d.ts.map +1 -1
- package/dist/helpers/get-first-server.d.ts +9 -0
- package/dist/helpers/get-first-server.d.ts.map +1 -0
- package/dist/helpers/get-first-server.js +30 -0
- package/dist/mutators/index.d.ts +1 -0
- package/dist/mutators/index.d.ts.map +1 -1
- package/dist/mutators/workspace.d.ts +8 -0
- package/dist/mutators/workspace.d.ts.map +1 -1
- package/dist/mutators/workspace.js +13 -0
- package/dist/request-example/builder/header/de-serialize-parameter.d.ts +14 -1
- package/dist/request-example/builder/header/de-serialize-parameter.d.ts.map +1 -1
- package/dist/request-example/builder/header/de-serialize-parameter.js +10 -4
- package/dist/request-example/builder/header/is-param-disabled.d.ts +2 -1
- package/dist/request-example/builder/header/is-param-disabled.d.ts.map +1 -1
- package/dist/request-example/builder/header/is-param-disabled.js +6 -1
- package/dist/request-example/builder/header/serialize-parameter.d.ts +1 -0
- package/dist/request-example/builder/header/serialize-parameter.d.ts.map +1 -1
- package/dist/request-example/builder/header/serialize-parameter.js +22 -9
- package/dist/request-example/builder/index.d.ts +2 -1
- package/dist/request-example/builder/index.d.ts.map +1 -1
- package/dist/request-example/builder/index.js +2 -1
- package/dist/request-example/index.d.ts +1 -1
- package/dist/request-example/index.d.ts.map +1 -1
- package/dist/request-example/index.js +1 -1
- package/dist/schemas/extensions/document/x-scalar-links.d.ts +25 -0
- package/dist/schemas/extensions/document/x-scalar-links.d.ts.map +1 -0
- package/dist/schemas/extensions/document/x-scalar-links.js +24 -0
- package/dist/schemas/extensions.d.ts +1 -0
- package/dist/schemas/extensions.d.ts.map +1 -1
- package/dist/schemas/extensions.js +1 -0
- package/dist/schemas/reference-config/index.d.ts +52 -47
- package/dist/schemas/reference-config/index.d.ts.map +1 -1
- package/dist/schemas/reference-config/settings.d.ts +52 -47
- package/dist/schemas/reference-config/settings.d.ts.map +1 -1
- package/dist/schemas/v3.1/openapi/index.d.ts +5 -0
- package/dist/schemas/v3.1/openapi/index.d.ts.map +1 -1
- package/dist/schemas/v3.1/openapi/index.js +2 -0
- package/dist/schemas/v3.1/strict/info.d.ts +7 -1
- package/dist/schemas/v3.1/strict/info.d.ts.map +1 -1
- package/dist/schemas/v3.1/strict/info.js +2 -1
- package/dist/schemas/v3.1/strict/openapi-document.d.ts +1820 -1645
- package/dist/schemas/v3.1/strict/openapi-document.d.ts.map +1 -1
- 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/dist/schemas/workspace-specification/index.d.ts +1 -0
- package/dist/schemas/workspace-specification/index.d.ts.map +1 -1
- package/dist/schemas/workspace.d.ts +2 -0
- package/dist/schemas/workspace.d.ts.map +1 -1
- package/dist/schemas/workspace.js +3 -0
- package/package.json +7 -7
|
@@ -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>;
|
|
@@ -1861,6 +1861,11 @@ declare const SelectedSecuritySchema: import("@scalar/typebox").TObject<{
|
|
|
1861
1861
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1862
1862
|
source: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
1863
1863
|
}>>>;
|
|
1864
|
+
}>, import("@scalar/typebox").TObject<{
|
|
1865
|
+
'x-scalar-links': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
1866
|
+
name: import("@scalar/typebox").TString;
|
|
1867
|
+
url: import("@scalar/typebox").TString;
|
|
1868
|
+
}>>>;
|
|
1864
1869
|
}>]>;
|
|
1865
1870
|
ContactObject: import("@scalar/typebox").TObject<{
|
|
1866
1871
|
name: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -2917,7 +2922,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
2917
2922
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
2918
2923
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
2919
2924
|
}>]>, import("@scalar/typebox").TObject<{
|
|
2920
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
2925
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
2921
2926
|
}>]>]>>;
|
|
2922
2927
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
2923
2928
|
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
@@ -2935,7 +2940,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
2935
2940
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
2936
2941
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
2937
2942
|
}>]>, import("@scalar/typebox").TObject<{
|
|
2938
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
2943
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
2939
2944
|
}>]>]>>>;
|
|
2940
2945
|
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
2946
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -2945,7 +2950,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
2945
2950
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
2946
2951
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
2947
2952
|
}>]>, import("@scalar/typebox").TObject<{
|
|
2948
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
2953
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
2949
2954
|
}>]>]>>>;
|
|
2950
2955
|
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
2956
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -2955,7 +2960,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
2955
2960
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
2956
2961
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
2957
2962
|
}>]>, import("@scalar/typebox").TObject<{
|
|
2958
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
2963
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
2959
2964
|
}>]>]>>>;
|
|
2960
2965
|
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
2966
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -2965,7 +2970,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
2965
2970
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
2966
2971
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
2967
2972
|
}>]>, import("@scalar/typebox").TObject<{
|
|
2968
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
2973
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
2969
2974
|
}>]>]>>;
|
|
2970
2975
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
2971
2976
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -3010,7 +3015,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
3010
3015
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
3011
3016
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3012
3017
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3013
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
3018
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
3014
3019
|
}>]>]>>;
|
|
3015
3020
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3016
3021
|
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
@@ -3028,7 +3033,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
3028
3033
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
3029
3034
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3030
3035
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3031
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
3036
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
3032
3037
|
}>]>]>>>;
|
|
3033
3038
|
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
3039
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -3038,7 +3043,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
3038
3043
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
3039
3044
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3040
3045
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3041
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
3046
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
3042
3047
|
}>]>]>>>;
|
|
3043
3048
|
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
3049
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -3048,7 +3053,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
3048
3053
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
3049
3054
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3050
3055
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3051
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
3056
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
3052
3057
|
}>]>]>>>;
|
|
3053
3058
|
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
3059
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -3058,7 +3063,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
3058
3063
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
3059
3064
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3060
3065
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3061
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
3066
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
3062
3067
|
}>]>]>>;
|
|
3063
3068
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
3064
3069
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -3110,7 +3115,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
3110
3115
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
3111
3116
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3112
3117
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3113
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
3118
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
3114
3119
|
}>]>]>>;
|
|
3115
3120
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3116
3121
|
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
@@ -3128,7 +3133,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
3128
3133
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
3129
3134
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3130
3135
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3131
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
3136
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
3132
3137
|
}>]>]>>>;
|
|
3133
3138
|
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
3139
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -3138,7 +3143,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
3138
3143
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
3139
3144
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3140
3145
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3141
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
3146
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
3142
3147
|
}>]>]>>>;
|
|
3143
3148
|
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
3149
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -3148,7 +3153,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
3148
3153
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
3149
3154
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3150
3155
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3151
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
3156
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
3152
3157
|
}>]>]>>>;
|
|
3153
3158
|
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
3159
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -3158,7 +3163,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
3158
3163
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
3159
3164
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3160
3165
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3161
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
3166
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
3162
3167
|
}>]>]>>;
|
|
3163
3168
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
3164
3169
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -3208,7 +3213,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
3208
3213
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
3209
3214
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3210
3215
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3211
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
3216
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
3212
3217
|
}>]>]>>;
|
|
3213
3218
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3214
3219
|
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
@@ -3226,7 +3231,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
3226
3231
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
3227
3232
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3228
3233
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3229
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
3234
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
3230
3235
|
}>]>]>>>;
|
|
3231
3236
|
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
3237
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -3236,7 +3241,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
3236
3241
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
3237
3242
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3238
3243
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3239
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
3244
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
3240
3245
|
}>]>]>>>;
|
|
3241
3246
|
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
3247
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -3246,7 +3251,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
3246
3251
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
3247
3252
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3248
3253
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3249
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
3254
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
3250
3255
|
}>]>]>>>;
|
|
3251
3256
|
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
3257
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -3256,7 +3261,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
3256
3261
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
3257
3262
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3258
3263
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3259
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
3264
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
3260
3265
|
}>]>]>>;
|
|
3261
3266
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
3262
3267
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -3292,7 +3297,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
3292
3297
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
3293
3298
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3294
3299
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3295
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
3300
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
3296
3301
|
}>]>]>>>;
|
|
3297
3302
|
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
3303
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -3302,7 +3307,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
3302
3307
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
3303
3308
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3304
3309
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3305
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
3310
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
3306
3311
|
}>]>]>]>>;
|
|
3307
3312
|
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
3313
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -3312,7 +3317,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
3312
3317
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
3313
3318
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3314
3319
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3315
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
3320
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
3316
3321
|
}>]>]>>>;
|
|
3317
3322
|
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
3323
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -3322,7 +3327,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
3322
3327
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
3323
3328
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3324
3329
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3325
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
3330
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
3326
3331
|
}>]>]>>;
|
|
3327
3332
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3328
3333
|
$id: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -3345,7 +3350,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
3345
3350
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
3346
3351
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3347
3352
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3348
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
3353
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
3349
3354
|
}>]>]>>;
|
|
3350
3355
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3351
3356
|
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
@@ -3363,7 +3368,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
3363
3368
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
3364
3369
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3365
3370
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3366
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
3371
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
3367
3372
|
}>]>]>>>;
|
|
3368
3373
|
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
3374
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -3373,7 +3378,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
3373
3378
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
3374
3379
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3375
3380
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3376
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
3381
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
3377
3382
|
}>]>]>>>;
|
|
3378
3383
|
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
3384
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -3383,7 +3388,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
3383
3388
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
3384
3389
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3385
3390
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3386
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
3391
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
3387
3392
|
}>]>]>>>;
|
|
3388
3393
|
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
3394
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -3393,7 +3398,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
3393
3398
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
3394
3399
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3395
3400
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3396
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
3401
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
3397
3402
|
}>]>]>>;
|
|
3398
3403
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
3399
3404
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -3429,7 +3434,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
3429
3434
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
3430
3435
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3431
3436
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3432
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
3437
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
3433
3438
|
}>]>]>>;
|
|
3434
3439
|
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
3440
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -3439,7 +3444,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
3439
3444
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
3440
3445
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3441
3446
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3442
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
3447
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
3443
3448
|
}>]>]>>>;
|
|
3444
3449
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3445
3450
|
$id: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -3462,7 +3467,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
3462
3467
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
3463
3468
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3464
3469
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3465
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
3470
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
3466
3471
|
}>]>]>>;
|
|
3467
3472
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3468
3473
|
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
@@ -3480,7 +3485,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
3480
3485
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
3481
3486
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3482
3487
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3483
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
3488
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
3484
3489
|
}>]>]>>>;
|
|
3485
3490
|
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
3491
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -3490,7 +3495,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
3490
3495
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
3491
3496
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3492
3497
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3493
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
3498
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
3494
3499
|
}>]>]>>>;
|
|
3495
3500
|
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
3501
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -3500,7 +3505,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
3500
3505
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
3501
3506
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3502
3507
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3503
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
3508
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
3504
3509
|
}>]>]>>>;
|
|
3505
3510
|
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
3511
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -3510,7 +3515,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
3510
3515
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
3511
3516
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3512
3517
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3513
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
3518
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
3514
3519
|
}>]>]>>;
|
|
3515
3520
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
3516
3521
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -3557,7 +3562,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
3557
3562
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
3558
3563
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3559
3564
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3560
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
3565
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
3561
3566
|
}>]>]>>;
|
|
3562
3567
|
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
3568
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -3567,7 +3572,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
3567
3572
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
3568
3573
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3569
3574
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3570
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
3575
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
3571
3576
|
}>]>]>>>;
|
|
3572
3577
|
}>, import("@scalar/typebox").TObject<{
|
|
3573
3578
|
maxProperties: import("@scalar/typebox").TOptional<import("@scalar/typebox").TInteger>;
|
|
@@ -3581,7 +3586,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
3581
3586
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
3582
3587
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3583
3588
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3584
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
3589
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
3585
3590
|
}>]>]>>>;
|
|
3586
3591
|
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
3592
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -3591,7 +3596,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
3591
3596
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
3592
3597
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3593
3598
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3594
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
3599
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
3595
3600
|
}>]>]>]>>;
|
|
3596
3601
|
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
3602
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -3601,7 +3606,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
3601
3606
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
3602
3607
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3603
3608
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3604
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
3609
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
3605
3610
|
}>]>]>>>;
|
|
3606
3611
|
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
3612
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -3611,7 +3616,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
3611
3616
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
3612
3617
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3613
3618
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3614
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
3619
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
3615
3620
|
}>]>]>>;
|
|
3616
3621
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3617
3622
|
$id: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -3634,7 +3639,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
3634
3639
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
3635
3640
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3636
3641
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3637
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
3642
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
3638
3643
|
}>]>]>>;
|
|
3639
3644
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3640
3645
|
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
@@ -3652,7 +3657,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
3652
3657
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
3653
3658
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3654
3659
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3655
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
3660
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
3656
3661
|
}>]>]>>>;
|
|
3657
3662
|
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
3663
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -3662,7 +3667,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
3662
3667
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
3663
3668
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3664
3669
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3665
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
3670
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
3666
3671
|
}>]>]>>>;
|
|
3667
3672
|
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
3673
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -3672,7 +3677,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
3672
3677
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
3673
3678
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3674
3679
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3675
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
3680
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
3676
3681
|
}>]>]>>>;
|
|
3677
3682
|
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
3683
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -3682,7 +3687,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
3682
3687
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
3683
3688
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
3684
3689
|
}>]>, import("@scalar/typebox").TObject<{
|
|
3685
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
3690
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
3686
3691
|
}>]>]>>;
|
|
3687
3692
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
3688
3693
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -3803,6 +3808,11 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
3803
3808
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
3804
3809
|
source: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
3805
3810
|
}>>>;
|
|
3811
|
+
}>, import("@scalar/typebox").TObject<{
|
|
3812
|
+
'x-scalar-links': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
3813
|
+
name: import("@scalar/typebox").TString;
|
|
3814
|
+
url: import("@scalar/typebox").TString;
|
|
3815
|
+
}>>>;
|
|
3806
3816
|
}>]>;
|
|
3807
3817
|
ContactObject: import("@scalar/typebox").TObject<{
|
|
3808
3818
|
name: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -4676,7 +4686,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
4676
4686
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
4677
4687
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
4678
4688
|
}>]>, import("@scalar/typebox").TObject<{
|
|
4679
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
4689
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
4680
4690
|
}>]>]>>;
|
|
4681
4691
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
4682
4692
|
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
@@ -4694,7 +4704,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
4694
4704
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
4695
4705
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
4696
4706
|
}>]>, import("@scalar/typebox").TObject<{
|
|
4697
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
4707
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
4698
4708
|
}>]>]>>>;
|
|
4699
4709
|
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
4710
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -4704,7 +4714,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
4704
4714
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
4705
4715
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
4706
4716
|
}>]>, import("@scalar/typebox").TObject<{
|
|
4707
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
4717
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
4708
4718
|
}>]>]>>>;
|
|
4709
4719
|
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
4720
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -4714,7 +4724,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
4714
4724
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
4715
4725
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
4716
4726
|
}>]>, import("@scalar/typebox").TObject<{
|
|
4717
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
4727
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
4718
4728
|
}>]>]>>>;
|
|
4719
4729
|
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
4730
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -4724,7 +4734,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
4724
4734
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
4725
4735
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
4726
4736
|
}>]>, import("@scalar/typebox").TObject<{
|
|
4727
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
4737
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
4728
4738
|
}>]>]>>;
|
|
4729
4739
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
4730
4740
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -4769,7 +4779,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
4769
4779
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
4770
4780
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
4771
4781
|
}>]>, import("@scalar/typebox").TObject<{
|
|
4772
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
4782
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
4773
4783
|
}>]>]>>;
|
|
4774
4784
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
4775
4785
|
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
@@ -4787,7 +4797,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
4787
4797
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
4788
4798
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
4789
4799
|
}>]>, import("@scalar/typebox").TObject<{
|
|
4790
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
4800
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
4791
4801
|
}>]>]>>>;
|
|
4792
4802
|
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
4803
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -4797,7 +4807,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
4797
4807
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
4798
4808
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
4799
4809
|
}>]>, import("@scalar/typebox").TObject<{
|
|
4800
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
4810
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
4801
4811
|
}>]>]>>>;
|
|
4802
4812
|
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
4813
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -4807,7 +4817,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
4807
4817
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
4808
4818
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
4809
4819
|
}>]>, import("@scalar/typebox").TObject<{
|
|
4810
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
4820
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
4811
4821
|
}>]>]>>>;
|
|
4812
4822
|
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
4823
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -4817,7 +4827,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
4817
4827
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
4818
4828
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
4819
4829
|
}>]>, import("@scalar/typebox").TObject<{
|
|
4820
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
4830
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
4821
4831
|
}>]>]>>;
|
|
4822
4832
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
4823
4833
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -4869,7 +4879,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
4869
4879
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
4870
4880
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
4871
4881
|
}>]>, import("@scalar/typebox").TObject<{
|
|
4872
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
4882
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
4873
4883
|
}>]>]>>;
|
|
4874
4884
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
4875
4885
|
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
@@ -4887,7 +4897,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
4887
4897
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
4888
4898
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
4889
4899
|
}>]>, import("@scalar/typebox").TObject<{
|
|
4890
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
4900
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
4891
4901
|
}>]>]>>>;
|
|
4892
4902
|
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
4903
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -4897,7 +4907,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
4897
4907
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
4898
4908
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
4899
4909
|
}>]>, import("@scalar/typebox").TObject<{
|
|
4900
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
4910
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
4901
4911
|
}>]>]>>>;
|
|
4902
4912
|
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
4913
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -4907,7 +4917,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
4907
4917
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
4908
4918
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
4909
4919
|
}>]>, import("@scalar/typebox").TObject<{
|
|
4910
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
4920
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
4911
4921
|
}>]>]>>>;
|
|
4912
4922
|
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
4923
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -4917,7 +4927,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
4917
4927
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
4918
4928
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
4919
4929
|
}>]>, import("@scalar/typebox").TObject<{
|
|
4920
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
4930
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
4921
4931
|
}>]>]>>;
|
|
4922
4932
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
4923
4933
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -4967,7 +4977,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
4967
4977
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
4968
4978
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
4969
4979
|
}>]>, import("@scalar/typebox").TObject<{
|
|
4970
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
4980
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
4971
4981
|
}>]>]>>;
|
|
4972
4982
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
4973
4983
|
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
@@ -4985,7 +4995,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
4985
4995
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
4986
4996
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
4987
4997
|
}>]>, import("@scalar/typebox").TObject<{
|
|
4988
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
4998
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
4989
4999
|
}>]>]>>>;
|
|
4990
5000
|
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
5001
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -4995,7 +5005,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
4995
5005
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
4996
5006
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
4997
5007
|
}>]>, import("@scalar/typebox").TObject<{
|
|
4998
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
5008
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
4999
5009
|
}>]>]>>>;
|
|
5000
5010
|
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
5011
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -5005,7 +5015,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
5005
5015
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
5006
5016
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5007
5017
|
}>]>, import("@scalar/typebox").TObject<{
|
|
5008
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
5018
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
5009
5019
|
}>]>]>>>;
|
|
5010
5020
|
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
5021
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -5015,7 +5025,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
5015
5025
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
5016
5026
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5017
5027
|
}>]>, import("@scalar/typebox").TObject<{
|
|
5018
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
5028
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
5019
5029
|
}>]>]>>;
|
|
5020
5030
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
5021
5031
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -5051,7 +5061,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
5051
5061
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
5052
5062
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5053
5063
|
}>]>, import("@scalar/typebox").TObject<{
|
|
5054
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
5064
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
5055
5065
|
}>]>]>>>;
|
|
5056
5066
|
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
5067
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -5061,7 +5071,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
5061
5071
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
5062
5072
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5063
5073
|
}>]>, import("@scalar/typebox").TObject<{
|
|
5064
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
5074
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
5065
5075
|
}>]>]>]>>;
|
|
5066
5076
|
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
5077
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -5071,7 +5081,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
5071
5081
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
5072
5082
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5073
5083
|
}>]>, import("@scalar/typebox").TObject<{
|
|
5074
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
5084
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
5075
5085
|
}>]>]>>>;
|
|
5076
5086
|
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
5087
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -5081,7 +5091,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
5081
5091
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
5082
5092
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5083
5093
|
}>]>, import("@scalar/typebox").TObject<{
|
|
5084
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
5094
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
5085
5095
|
}>]>]>>;
|
|
5086
5096
|
}>]>, import("@scalar/typebox").TObject<{
|
|
5087
5097
|
$id: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -5104,7 +5114,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
5104
5114
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
5105
5115
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5106
5116
|
}>]>, import("@scalar/typebox").TObject<{
|
|
5107
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
5117
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
5108
5118
|
}>]>]>>;
|
|
5109
5119
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5110
5120
|
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
@@ -5122,7 +5132,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
5122
5132
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
5123
5133
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5124
5134
|
}>]>, import("@scalar/typebox").TObject<{
|
|
5125
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
5135
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
5126
5136
|
}>]>]>>>;
|
|
5127
5137
|
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
5138
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -5132,7 +5142,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
5132
5142
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
5133
5143
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5134
5144
|
}>]>, import("@scalar/typebox").TObject<{
|
|
5135
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
5145
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
5136
5146
|
}>]>]>>>;
|
|
5137
5147
|
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
5148
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -5142,7 +5152,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
5142
5152
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
5143
5153
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5144
5154
|
}>]>, import("@scalar/typebox").TObject<{
|
|
5145
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
5155
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
5146
5156
|
}>]>]>>>;
|
|
5147
5157
|
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
5158
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -5152,7 +5162,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
5152
5162
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
5153
5163
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5154
5164
|
}>]>, import("@scalar/typebox").TObject<{
|
|
5155
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
5165
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
5156
5166
|
}>]>]>>;
|
|
5157
5167
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
5158
5168
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -5188,7 +5198,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
5188
5198
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
5189
5199
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5190
5200
|
}>]>, import("@scalar/typebox").TObject<{
|
|
5191
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
5201
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
5192
5202
|
}>]>]>>;
|
|
5193
5203
|
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
5204
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -5198,7 +5208,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
5198
5208
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
5199
5209
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5200
5210
|
}>]>, import("@scalar/typebox").TObject<{
|
|
5201
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
5211
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
5202
5212
|
}>]>]>>>;
|
|
5203
5213
|
}>]>, import("@scalar/typebox").TObject<{
|
|
5204
5214
|
$id: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -5221,7 +5231,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
5221
5231
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
5222
5232
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5223
5233
|
}>]>, import("@scalar/typebox").TObject<{
|
|
5224
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
5234
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
5225
5235
|
}>]>]>>;
|
|
5226
5236
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5227
5237
|
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
@@ -5239,7 +5249,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
5239
5249
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
5240
5250
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5241
5251
|
}>]>, import("@scalar/typebox").TObject<{
|
|
5242
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
5252
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
5243
5253
|
}>]>]>>>;
|
|
5244
5254
|
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
5255
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -5249,7 +5259,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
5249
5259
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
5250
5260
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5251
5261
|
}>]>, import("@scalar/typebox").TObject<{
|
|
5252
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
5262
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
5253
5263
|
}>]>]>>>;
|
|
5254
5264
|
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
5265
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -5259,7 +5269,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
5259
5269
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
5260
5270
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5261
5271
|
}>]>, import("@scalar/typebox").TObject<{
|
|
5262
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
5272
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
5263
5273
|
}>]>]>>>;
|
|
5264
5274
|
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
5275
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -5269,7 +5279,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
5269
5279
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
5270
5280
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5271
5281
|
}>]>, import("@scalar/typebox").TObject<{
|
|
5272
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
5282
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
5273
5283
|
}>]>]>>;
|
|
5274
5284
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
5275
5285
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -5316,7 +5326,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
5316
5326
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
5317
5327
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5318
5328
|
}>]>, import("@scalar/typebox").TObject<{
|
|
5319
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
5329
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
5320
5330
|
}>]>]>>;
|
|
5321
5331
|
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
5332
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -5326,7 +5336,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
5326
5336
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
5327
5337
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5328
5338
|
}>]>, import("@scalar/typebox").TObject<{
|
|
5329
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
5339
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
5330
5340
|
}>]>]>>>;
|
|
5331
5341
|
}>, import("@scalar/typebox").TObject<{
|
|
5332
5342
|
maxProperties: import("@scalar/typebox").TOptional<import("@scalar/typebox").TInteger>;
|
|
@@ -5340,7 +5350,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
5340
5350
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
5341
5351
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5342
5352
|
}>]>, import("@scalar/typebox").TObject<{
|
|
5343
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
5353
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
5344
5354
|
}>]>]>>>;
|
|
5345
5355
|
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
5356
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -5350,7 +5360,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
5350
5360
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
5351
5361
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5352
5362
|
}>]>, import("@scalar/typebox").TObject<{
|
|
5353
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
5363
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
5354
5364
|
}>]>]>]>>;
|
|
5355
5365
|
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
5366
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -5360,7 +5370,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
5360
5370
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
5361
5371
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5362
5372
|
}>]>, import("@scalar/typebox").TObject<{
|
|
5363
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
5373
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
5364
5374
|
}>]>]>>>;
|
|
5365
5375
|
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
5376
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -5370,7 +5380,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
5370
5380
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
5371
5381
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5372
5382
|
}>]>, import("@scalar/typebox").TObject<{
|
|
5373
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
5383
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
5374
5384
|
}>]>]>>;
|
|
5375
5385
|
}>]>, import("@scalar/typebox").TObject<{
|
|
5376
5386
|
$id: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -5393,7 +5403,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
5393
5403
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
5394
5404
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5395
5405
|
}>]>, import("@scalar/typebox").TObject<{
|
|
5396
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
5406
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
5397
5407
|
}>]>]>>;
|
|
5398
5408
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5399
5409
|
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
@@ -5411,7 +5421,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
5411
5421
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
5412
5422
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5413
5423
|
}>]>, import("@scalar/typebox").TObject<{
|
|
5414
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
5424
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
5415
5425
|
}>]>]>>>;
|
|
5416
5426
|
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
5427
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -5421,7 +5431,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
5421
5431
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
5422
5432
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5423
5433
|
}>]>, import("@scalar/typebox").TObject<{
|
|
5424
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
5434
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
5425
5435
|
}>]>]>>>;
|
|
5426
5436
|
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
5437
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -5431,7 +5441,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
5431
5441
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
5432
5442
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5433
5443
|
}>]>, import("@scalar/typebox").TObject<{
|
|
5434
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
5444
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
5435
5445
|
}>]>]>>>;
|
|
5436
5446
|
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
5447
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -5441,7 +5451,7 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
5441
5451
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
5442
5452
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
5443
5453
|
}>]>, import("@scalar/typebox").TObject<{
|
|
5444
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
5454
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
5445
5455
|
}>]>]>>;
|
|
5446
5456
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
5447
5457
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -5562,6 +5572,11 @@ export declare const AuthSchema: import("@scalar/typebox").TObject<{
|
|
|
5562
5572
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
5563
5573
|
source: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
5564
5574
|
}>>>;
|
|
5575
|
+
}>, import("@scalar/typebox").TObject<{
|
|
5576
|
+
'x-scalar-links': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
5577
|
+
name: import("@scalar/typebox").TString;
|
|
5578
|
+
url: import("@scalar/typebox").TString;
|
|
5579
|
+
}>>>;
|
|
5565
5580
|
}>]>;
|
|
5566
5581
|
ContactObject: import("@scalar/typebox").TObject<{
|
|
5567
5582
|
name: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -6620,7 +6635,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
6620
6635
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
6621
6636
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6622
6637
|
}>]>, import("@scalar/typebox").TObject<{
|
|
6623
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
6638
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
6624
6639
|
}>]>]>>;
|
|
6625
6640
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6626
6641
|
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
@@ -6638,7 +6653,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
6638
6653
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
6639
6654
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6640
6655
|
}>]>, import("@scalar/typebox").TObject<{
|
|
6641
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
6656
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
6642
6657
|
}>]>]>>>;
|
|
6643
6658
|
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
6659
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -6648,7 +6663,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
6648
6663
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
6649
6664
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6650
6665
|
}>]>, import("@scalar/typebox").TObject<{
|
|
6651
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
6666
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
6652
6667
|
}>]>]>>>;
|
|
6653
6668
|
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
6669
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -6658,7 +6673,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
6658
6673
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
6659
6674
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6660
6675
|
}>]>, import("@scalar/typebox").TObject<{
|
|
6661
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
6676
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
6662
6677
|
}>]>]>>>;
|
|
6663
6678
|
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
6679
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -6668,7 +6683,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
6668
6683
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
6669
6684
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6670
6685
|
}>]>, import("@scalar/typebox").TObject<{
|
|
6671
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
6686
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
6672
6687
|
}>]>]>>;
|
|
6673
6688
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
6674
6689
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -6713,7 +6728,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
6713
6728
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
6714
6729
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6715
6730
|
}>]>, import("@scalar/typebox").TObject<{
|
|
6716
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
6731
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
6717
6732
|
}>]>]>>;
|
|
6718
6733
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6719
6734
|
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
@@ -6731,7 +6746,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
6731
6746
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
6732
6747
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6733
6748
|
}>]>, import("@scalar/typebox").TObject<{
|
|
6734
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
6749
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
6735
6750
|
}>]>]>>>;
|
|
6736
6751
|
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
6752
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -6741,7 +6756,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
6741
6756
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
6742
6757
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6743
6758
|
}>]>, import("@scalar/typebox").TObject<{
|
|
6744
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
6759
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
6745
6760
|
}>]>]>>>;
|
|
6746
6761
|
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
6762
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -6751,7 +6766,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
6751
6766
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
6752
6767
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6753
6768
|
}>]>, import("@scalar/typebox").TObject<{
|
|
6754
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
6769
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
6755
6770
|
}>]>]>>>;
|
|
6756
6771
|
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
6772
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -6761,7 +6776,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
6761
6776
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
6762
6777
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6763
6778
|
}>]>, import("@scalar/typebox").TObject<{
|
|
6764
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
6779
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
6765
6780
|
}>]>]>>;
|
|
6766
6781
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
6767
6782
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -6813,7 +6828,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
6813
6828
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
6814
6829
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6815
6830
|
}>]>, import("@scalar/typebox").TObject<{
|
|
6816
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
6831
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
6817
6832
|
}>]>]>>;
|
|
6818
6833
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6819
6834
|
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
@@ -6831,7 +6846,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
6831
6846
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
6832
6847
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6833
6848
|
}>]>, import("@scalar/typebox").TObject<{
|
|
6834
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
6849
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
6835
6850
|
}>]>]>>>;
|
|
6836
6851
|
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
6852
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -6841,7 +6856,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
6841
6856
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
6842
6857
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6843
6858
|
}>]>, import("@scalar/typebox").TObject<{
|
|
6844
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
6859
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
6845
6860
|
}>]>]>>>;
|
|
6846
6861
|
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
6862
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -6851,7 +6866,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
6851
6866
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
6852
6867
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6853
6868
|
}>]>, import("@scalar/typebox").TObject<{
|
|
6854
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
6869
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
6855
6870
|
}>]>]>>>;
|
|
6856
6871
|
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
6872
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -6861,7 +6876,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
6861
6876
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
6862
6877
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6863
6878
|
}>]>, import("@scalar/typebox").TObject<{
|
|
6864
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
6879
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
6865
6880
|
}>]>]>>;
|
|
6866
6881
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
6867
6882
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -6911,7 +6926,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
6911
6926
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
6912
6927
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6913
6928
|
}>]>, import("@scalar/typebox").TObject<{
|
|
6914
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
6929
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
6915
6930
|
}>]>]>>;
|
|
6916
6931
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6917
6932
|
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
@@ -6929,7 +6944,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
6929
6944
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
6930
6945
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6931
6946
|
}>]>, import("@scalar/typebox").TObject<{
|
|
6932
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
6947
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
6933
6948
|
}>]>]>>>;
|
|
6934
6949
|
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
6950
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -6939,7 +6954,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
6939
6954
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
6940
6955
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6941
6956
|
}>]>, import("@scalar/typebox").TObject<{
|
|
6942
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
6957
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
6943
6958
|
}>]>]>>>;
|
|
6944
6959
|
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
6960
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -6949,7 +6964,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
6949
6964
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
6950
6965
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6951
6966
|
}>]>, import("@scalar/typebox").TObject<{
|
|
6952
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
6967
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
6953
6968
|
}>]>]>>>;
|
|
6954
6969
|
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
6970
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -6959,7 +6974,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
6959
6974
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
6960
6975
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6961
6976
|
}>]>, import("@scalar/typebox").TObject<{
|
|
6962
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
6977
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
6963
6978
|
}>]>]>>;
|
|
6964
6979
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
6965
6980
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -6995,7 +7010,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
6995
7010
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
6996
7011
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
6997
7012
|
}>]>, import("@scalar/typebox").TObject<{
|
|
6998
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
7013
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
6999
7014
|
}>]>]>>>;
|
|
7000
7015
|
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
7016
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -7005,7 +7020,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
7005
7020
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
7006
7021
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
7007
7022
|
}>]>, import("@scalar/typebox").TObject<{
|
|
7008
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
7023
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
7009
7024
|
}>]>]>]>>;
|
|
7010
7025
|
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
7026
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -7015,7 +7030,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
7015
7030
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
7016
7031
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
7017
7032
|
}>]>, import("@scalar/typebox").TObject<{
|
|
7018
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
7033
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
7019
7034
|
}>]>]>>>;
|
|
7020
7035
|
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
7036
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -7025,7 +7040,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
7025
7040
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
7026
7041
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
7027
7042
|
}>]>, import("@scalar/typebox").TObject<{
|
|
7028
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
7043
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
7029
7044
|
}>]>]>>;
|
|
7030
7045
|
}>]>, import("@scalar/typebox").TObject<{
|
|
7031
7046
|
$id: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -7048,7 +7063,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
7048
7063
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
7049
7064
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
7050
7065
|
}>]>, import("@scalar/typebox").TObject<{
|
|
7051
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
7066
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
7052
7067
|
}>]>]>>;
|
|
7053
7068
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
7054
7069
|
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
@@ -7066,7 +7081,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
7066
7081
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
7067
7082
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
7068
7083
|
}>]>, import("@scalar/typebox").TObject<{
|
|
7069
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
7084
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
7070
7085
|
}>]>]>>>;
|
|
7071
7086
|
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
7087
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -7076,7 +7091,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
7076
7091
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
7077
7092
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
7078
7093
|
}>]>, import("@scalar/typebox").TObject<{
|
|
7079
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
7094
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
7080
7095
|
}>]>]>>>;
|
|
7081
7096
|
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
7097
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -7086,7 +7101,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
7086
7101
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
7087
7102
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
7088
7103
|
}>]>, import("@scalar/typebox").TObject<{
|
|
7089
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
7104
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
7090
7105
|
}>]>]>>>;
|
|
7091
7106
|
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
7107
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -7096,7 +7111,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
7096
7111
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
7097
7112
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
7098
7113
|
}>]>, import("@scalar/typebox").TObject<{
|
|
7099
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
7114
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
7100
7115
|
}>]>]>>;
|
|
7101
7116
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
7102
7117
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -7132,7 +7147,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
7132
7147
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
7133
7148
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
7134
7149
|
}>]>, import("@scalar/typebox").TObject<{
|
|
7135
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
7150
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
7136
7151
|
}>]>]>>;
|
|
7137
7152
|
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
7153
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -7142,7 +7157,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
7142
7157
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
7143
7158
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
7144
7159
|
}>]>, import("@scalar/typebox").TObject<{
|
|
7145
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
7160
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
7146
7161
|
}>]>]>>>;
|
|
7147
7162
|
}>]>, import("@scalar/typebox").TObject<{
|
|
7148
7163
|
$id: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -7165,7 +7180,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
7165
7180
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
7166
7181
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
7167
7182
|
}>]>, import("@scalar/typebox").TObject<{
|
|
7168
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
7183
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
7169
7184
|
}>]>]>>;
|
|
7170
7185
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
7171
7186
|
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
@@ -7183,7 +7198,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
7183
7198
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
7184
7199
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
7185
7200
|
}>]>, import("@scalar/typebox").TObject<{
|
|
7186
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
7201
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
7187
7202
|
}>]>]>>>;
|
|
7188
7203
|
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
7204
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -7193,7 +7208,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
7193
7208
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
7194
7209
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
7195
7210
|
}>]>, import("@scalar/typebox").TObject<{
|
|
7196
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
7211
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
7197
7212
|
}>]>]>>>;
|
|
7198
7213
|
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
7214
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -7203,7 +7218,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
7203
7218
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
7204
7219
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
7205
7220
|
}>]>, import("@scalar/typebox").TObject<{
|
|
7206
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
7221
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
7207
7222
|
}>]>]>>>;
|
|
7208
7223
|
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
7224
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -7213,7 +7228,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
7213
7228
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
7214
7229
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
7215
7230
|
}>]>, import("@scalar/typebox").TObject<{
|
|
7216
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
7231
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
7217
7232
|
}>]>]>>;
|
|
7218
7233
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
7219
7234
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -7260,7 +7275,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
7260
7275
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
7261
7276
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
7262
7277
|
}>]>, import("@scalar/typebox").TObject<{
|
|
7263
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
7278
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
7264
7279
|
}>]>]>>;
|
|
7265
7280
|
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
7281
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -7270,7 +7285,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
7270
7285
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
7271
7286
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
7272
7287
|
}>]>, import("@scalar/typebox").TObject<{
|
|
7273
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
7288
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
7274
7289
|
}>]>]>>>;
|
|
7275
7290
|
}>, import("@scalar/typebox").TObject<{
|
|
7276
7291
|
maxProperties: import("@scalar/typebox").TOptional<import("@scalar/typebox").TInteger>;
|
|
@@ -7284,7 +7299,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
7284
7299
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
7285
7300
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
7286
7301
|
}>]>, import("@scalar/typebox").TObject<{
|
|
7287
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
7302
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
7288
7303
|
}>]>]>>>;
|
|
7289
7304
|
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
7305
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -7294,7 +7309,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
7294
7309
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
7295
7310
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
7296
7311
|
}>]>, import("@scalar/typebox").TObject<{
|
|
7297
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
7312
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
7298
7313
|
}>]>]>]>>;
|
|
7299
7314
|
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
7315
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -7304,7 +7319,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
7304
7319
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
7305
7320
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
7306
7321
|
}>]>, import("@scalar/typebox").TObject<{
|
|
7307
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
7322
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
7308
7323
|
}>]>]>>>;
|
|
7309
7324
|
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
7325
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -7314,7 +7329,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
7314
7329
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
7315
7330
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
7316
7331
|
}>]>, import("@scalar/typebox").TObject<{
|
|
7317
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
7332
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
7318
7333
|
}>]>]>>;
|
|
7319
7334
|
}>]>, import("@scalar/typebox").TObject<{
|
|
7320
7335
|
$id: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -7337,7 +7352,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
7337
7352
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
7338
7353
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
7339
7354
|
}>]>, import("@scalar/typebox").TObject<{
|
|
7340
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
7355
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
7341
7356
|
}>]>]>>;
|
|
7342
7357
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
7343
7358
|
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
@@ -7355,7 +7370,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
7355
7370
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
7356
7371
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
7357
7372
|
}>]>, import("@scalar/typebox").TObject<{
|
|
7358
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
7373
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
7359
7374
|
}>]>]>>>;
|
|
7360
7375
|
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
7376
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -7365,7 +7380,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
7365
7380
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
7366
7381
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
7367
7382
|
}>]>, import("@scalar/typebox").TObject<{
|
|
7368
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
7383
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
7369
7384
|
}>]>]>>>;
|
|
7370
7385
|
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
7386
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -7375,7 +7390,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
7375
7390
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
7376
7391
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
7377
7392
|
}>]>, import("@scalar/typebox").TObject<{
|
|
7378
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
7393
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
7379
7394
|
}>]>]>>>;
|
|
7380
7395
|
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
7396
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -7385,7 +7400,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
7385
7400
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
7386
7401
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
7387
7402
|
}>]>, import("@scalar/typebox").TObject<{
|
|
7388
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
7403
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
7389
7404
|
}>]>]>>;
|
|
7390
7405
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
7391
7406
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -7506,6 +7521,11 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
7506
7521
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
7507
7522
|
source: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
7508
7523
|
}>>>;
|
|
7524
|
+
}>, import("@scalar/typebox").TObject<{
|
|
7525
|
+
'x-scalar-links': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
7526
|
+
name: import("@scalar/typebox").TString;
|
|
7527
|
+
url: import("@scalar/typebox").TString;
|
|
7528
|
+
}>>>;
|
|
7509
7529
|
}>]>;
|
|
7510
7530
|
ContactObject: import("@scalar/typebox").TObject<{
|
|
7511
7531
|
name: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -8379,7 +8399,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
8379
8399
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
8380
8400
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8381
8401
|
}>]>, import("@scalar/typebox").TObject<{
|
|
8382
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
8402
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
8383
8403
|
}>]>]>>;
|
|
8384
8404
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8385
8405
|
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
@@ -8397,7 +8417,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
8397
8417
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
8398
8418
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8399
8419
|
}>]>, import("@scalar/typebox").TObject<{
|
|
8400
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
8420
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
8401
8421
|
}>]>]>>>;
|
|
8402
8422
|
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
8423
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -8407,7 +8427,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
8407
8427
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
8408
8428
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8409
8429
|
}>]>, import("@scalar/typebox").TObject<{
|
|
8410
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
8430
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
8411
8431
|
}>]>]>>>;
|
|
8412
8432
|
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
8433
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -8417,7 +8437,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
8417
8437
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
8418
8438
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8419
8439
|
}>]>, import("@scalar/typebox").TObject<{
|
|
8420
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
8440
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
8421
8441
|
}>]>]>>>;
|
|
8422
8442
|
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
8443
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -8427,7 +8447,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
8427
8447
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
8428
8448
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8429
8449
|
}>]>, import("@scalar/typebox").TObject<{
|
|
8430
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
8450
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
8431
8451
|
}>]>]>>;
|
|
8432
8452
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
8433
8453
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -8472,7 +8492,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
8472
8492
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
8473
8493
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8474
8494
|
}>]>, import("@scalar/typebox").TObject<{
|
|
8475
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
8495
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
8476
8496
|
}>]>]>>;
|
|
8477
8497
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8478
8498
|
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
@@ -8490,7 +8510,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
8490
8510
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
8491
8511
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8492
8512
|
}>]>, import("@scalar/typebox").TObject<{
|
|
8493
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
8513
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
8494
8514
|
}>]>]>>>;
|
|
8495
8515
|
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
8516
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -8500,7 +8520,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
8500
8520
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
8501
8521
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8502
8522
|
}>]>, import("@scalar/typebox").TObject<{
|
|
8503
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
8523
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
8504
8524
|
}>]>]>>>;
|
|
8505
8525
|
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
8526
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -8510,7 +8530,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
8510
8530
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
8511
8531
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8512
8532
|
}>]>, import("@scalar/typebox").TObject<{
|
|
8513
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
8533
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
8514
8534
|
}>]>]>>>;
|
|
8515
8535
|
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
8536
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -8520,7 +8540,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
8520
8540
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
8521
8541
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8522
8542
|
}>]>, import("@scalar/typebox").TObject<{
|
|
8523
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
8543
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
8524
8544
|
}>]>]>>;
|
|
8525
8545
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
8526
8546
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -8572,7 +8592,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
8572
8592
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
8573
8593
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8574
8594
|
}>]>, import("@scalar/typebox").TObject<{
|
|
8575
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
8595
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
8576
8596
|
}>]>]>>;
|
|
8577
8597
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8578
8598
|
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
@@ -8590,7 +8610,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
8590
8610
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
8591
8611
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8592
8612
|
}>]>, import("@scalar/typebox").TObject<{
|
|
8593
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
8613
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
8594
8614
|
}>]>]>>>;
|
|
8595
8615
|
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
8616
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -8600,7 +8620,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
8600
8620
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
8601
8621
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8602
8622
|
}>]>, import("@scalar/typebox").TObject<{
|
|
8603
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
8623
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
8604
8624
|
}>]>]>>>;
|
|
8605
8625
|
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
8626
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -8610,7 +8630,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
8610
8630
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
8611
8631
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8612
8632
|
}>]>, import("@scalar/typebox").TObject<{
|
|
8613
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
8633
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
8614
8634
|
}>]>]>>>;
|
|
8615
8635
|
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
8636
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -8620,7 +8640,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
8620
8640
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
8621
8641
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8622
8642
|
}>]>, import("@scalar/typebox").TObject<{
|
|
8623
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
8643
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
8624
8644
|
}>]>]>>;
|
|
8625
8645
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
8626
8646
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -8670,7 +8690,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
8670
8690
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
8671
8691
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8672
8692
|
}>]>, import("@scalar/typebox").TObject<{
|
|
8673
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
8693
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
8674
8694
|
}>]>]>>;
|
|
8675
8695
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8676
8696
|
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
@@ -8688,7 +8708,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
8688
8708
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
8689
8709
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8690
8710
|
}>]>, import("@scalar/typebox").TObject<{
|
|
8691
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
8711
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
8692
8712
|
}>]>]>>>;
|
|
8693
8713
|
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
8714
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -8698,7 +8718,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
8698
8718
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
8699
8719
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8700
8720
|
}>]>, import("@scalar/typebox").TObject<{
|
|
8701
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
8721
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
8702
8722
|
}>]>]>>>;
|
|
8703
8723
|
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
8724
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -8708,7 +8728,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
8708
8728
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
8709
8729
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8710
8730
|
}>]>, import("@scalar/typebox").TObject<{
|
|
8711
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
8731
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
8712
8732
|
}>]>]>>>;
|
|
8713
8733
|
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
8734
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -8718,7 +8738,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
8718
8738
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
8719
8739
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8720
8740
|
}>]>, import("@scalar/typebox").TObject<{
|
|
8721
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
8741
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
8722
8742
|
}>]>]>>;
|
|
8723
8743
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
8724
8744
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -8754,7 +8774,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
8754
8774
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
8755
8775
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8756
8776
|
}>]>, import("@scalar/typebox").TObject<{
|
|
8757
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
8777
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
8758
8778
|
}>]>]>>>;
|
|
8759
8779
|
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
8780
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -8764,7 +8784,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
8764
8784
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
8765
8785
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8766
8786
|
}>]>, import("@scalar/typebox").TObject<{
|
|
8767
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
8787
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
8768
8788
|
}>]>]>]>>;
|
|
8769
8789
|
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
8790
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -8774,7 +8794,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
8774
8794
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
8775
8795
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8776
8796
|
}>]>, import("@scalar/typebox").TObject<{
|
|
8777
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
8797
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
8778
8798
|
}>]>]>>>;
|
|
8779
8799
|
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
8800
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -8784,7 +8804,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
8784
8804
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
8785
8805
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8786
8806
|
}>]>, import("@scalar/typebox").TObject<{
|
|
8787
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
8807
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
8788
8808
|
}>]>]>>;
|
|
8789
8809
|
}>]>, import("@scalar/typebox").TObject<{
|
|
8790
8810
|
$id: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -8807,7 +8827,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
8807
8827
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
8808
8828
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8809
8829
|
}>]>, import("@scalar/typebox").TObject<{
|
|
8810
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
8830
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
8811
8831
|
}>]>]>>;
|
|
8812
8832
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8813
8833
|
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
@@ -8825,7 +8845,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
8825
8845
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
8826
8846
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8827
8847
|
}>]>, import("@scalar/typebox").TObject<{
|
|
8828
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
8848
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
8829
8849
|
}>]>]>>>;
|
|
8830
8850
|
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
8851
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -8835,7 +8855,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
8835
8855
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
8836
8856
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8837
8857
|
}>]>, import("@scalar/typebox").TObject<{
|
|
8838
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
8858
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
8839
8859
|
}>]>]>>>;
|
|
8840
8860
|
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
8861
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -8845,7 +8865,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
8845
8865
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
8846
8866
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8847
8867
|
}>]>, import("@scalar/typebox").TObject<{
|
|
8848
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
8868
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
8849
8869
|
}>]>]>>>;
|
|
8850
8870
|
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
8871
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -8855,7 +8875,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
8855
8875
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
8856
8876
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8857
8877
|
}>]>, import("@scalar/typebox").TObject<{
|
|
8858
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
8878
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
8859
8879
|
}>]>]>>;
|
|
8860
8880
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
8861
8881
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -8891,7 +8911,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
8891
8911
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
8892
8912
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8893
8913
|
}>]>, import("@scalar/typebox").TObject<{
|
|
8894
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
8914
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
8895
8915
|
}>]>]>>;
|
|
8896
8916
|
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
8917
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -8901,7 +8921,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
8901
8921
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
8902
8922
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8903
8923
|
}>]>, import("@scalar/typebox").TObject<{
|
|
8904
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
8924
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
8905
8925
|
}>]>]>>>;
|
|
8906
8926
|
}>]>, import("@scalar/typebox").TObject<{
|
|
8907
8927
|
$id: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -8924,7 +8944,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
8924
8944
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
8925
8945
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8926
8946
|
}>]>, import("@scalar/typebox").TObject<{
|
|
8927
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
8947
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
8928
8948
|
}>]>]>>;
|
|
8929
8949
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8930
8950
|
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
@@ -8942,7 +8962,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
8942
8962
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
8943
8963
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8944
8964
|
}>]>, import("@scalar/typebox").TObject<{
|
|
8945
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
8965
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
8946
8966
|
}>]>]>>>;
|
|
8947
8967
|
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
8968
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -8952,7 +8972,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
8952
8972
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
8953
8973
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8954
8974
|
}>]>, import("@scalar/typebox").TObject<{
|
|
8955
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
8975
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
8956
8976
|
}>]>]>>>;
|
|
8957
8977
|
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
8978
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -8962,7 +8982,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
8962
8982
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
8963
8983
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8964
8984
|
}>]>, import("@scalar/typebox").TObject<{
|
|
8965
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
8985
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
8966
8986
|
}>]>]>>>;
|
|
8967
8987
|
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
8988
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -8972,7 +8992,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
8972
8992
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
8973
8993
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
8974
8994
|
}>]>, import("@scalar/typebox").TObject<{
|
|
8975
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
8995
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
8976
8996
|
}>]>]>>;
|
|
8977
8997
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
8978
8998
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -9019,7 +9039,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
9019
9039
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
9020
9040
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
9021
9041
|
}>]>, import("@scalar/typebox").TObject<{
|
|
9022
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
9042
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
9023
9043
|
}>]>]>>;
|
|
9024
9044
|
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
9045
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -9029,7 +9049,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
9029
9049
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
9030
9050
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
9031
9051
|
}>]>, import("@scalar/typebox").TObject<{
|
|
9032
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
9052
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
9033
9053
|
}>]>]>>>;
|
|
9034
9054
|
}>, import("@scalar/typebox").TObject<{
|
|
9035
9055
|
maxProperties: import("@scalar/typebox").TOptional<import("@scalar/typebox").TInteger>;
|
|
@@ -9043,7 +9063,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
9043
9063
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
9044
9064
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
9045
9065
|
}>]>, import("@scalar/typebox").TObject<{
|
|
9046
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
9066
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
9047
9067
|
}>]>]>>>;
|
|
9048
9068
|
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
9069
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -9053,7 +9073,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
9053
9073
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
9054
9074
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
9055
9075
|
}>]>, import("@scalar/typebox").TObject<{
|
|
9056
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
9076
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
9057
9077
|
}>]>]>]>>;
|
|
9058
9078
|
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
9079
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -9063,7 +9083,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
9063
9083
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
9064
9084
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
9065
9085
|
}>]>, import("@scalar/typebox").TObject<{
|
|
9066
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
9086
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
9067
9087
|
}>]>]>>>;
|
|
9068
9088
|
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
9089
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -9073,7 +9093,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
9073
9093
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
9074
9094
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
9075
9095
|
}>]>, import("@scalar/typebox").TObject<{
|
|
9076
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
9096
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
9077
9097
|
}>]>]>>;
|
|
9078
9098
|
}>]>, import("@scalar/typebox").TObject<{
|
|
9079
9099
|
$id: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
@@ -9096,7 +9116,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
9096
9116
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
9097
9117
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
9098
9118
|
}>]>, import("@scalar/typebox").TObject<{
|
|
9099
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
9119
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
9100
9120
|
}>]>]>>;
|
|
9101
9121
|
deprecated: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
9102
9122
|
discriminator: import("@scalar/typebox").TOptional<import("@scalar/typebox").TRef<"DiscriminatorObject">>;
|
|
@@ -9114,7 +9134,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
9114
9134
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
9115
9135
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
9116
9136
|
}>]>, import("@scalar/typebox").TObject<{
|
|
9117
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
9137
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
9118
9138
|
}>]>]>>>;
|
|
9119
9139
|
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
9140
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -9124,7 +9144,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
9124
9144
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
9125
9145
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
9126
9146
|
}>]>, import("@scalar/typebox").TObject<{
|
|
9127
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
9147
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
9128
9148
|
}>]>]>>>;
|
|
9129
9149
|
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
9150
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -9134,7 +9154,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
9134
9154
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
9135
9155
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
9136
9156
|
}>]>, import("@scalar/typebox").TObject<{
|
|
9137
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
9157
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
9138
9158
|
}>]>]>>>;
|
|
9139
9159
|
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
9160
|
$ref: import("@scalar/typebox").TString;
|
|
@@ -9144,7 +9164,7 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
9144
9164
|
$status: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TLiteral<"loading">, import("@scalar/typebox").TLiteral<"error">]>>;
|
|
9145
9165
|
$global: import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
9146
9166
|
}>]>, import("@scalar/typebox").TObject<{
|
|
9147
|
-
'$ref-value': import("@scalar/typebox").TUnknown
|
|
9167
|
+
'$ref-value': import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnknown>;
|
|
9148
9168
|
}>]>]>>;
|
|
9149
9169
|
}>, import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
|
|
9150
9170
|
'x-scalar-ignore': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
|
|
@@ -9265,6 +9285,11 @@ export declare const DocumentAuthSchema: import("@scalar/typebox").TRecord<impor
|
|
|
9265
9285
|
description: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
9266
9286
|
source: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|
|
9267
9287
|
}>>>;
|
|
9288
|
+
}>, import("@scalar/typebox").TObject<{
|
|
9289
|
+
'x-scalar-links': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
|
|
9290
|
+
name: import("@scalar/typebox").TString;
|
|
9291
|
+
url: import("@scalar/typebox").TString;
|
|
9292
|
+
}>>>;
|
|
9268
9293
|
}>]>;
|
|
9269
9294
|
ContactObject: import("@scalar/typebox").TObject<{
|
|
9270
9295
|
name: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
|