@scalar/api-client 2.0.22 → 2.0.24

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.
Files changed (58) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/dist/Modal/api-client-modal.js +6 -6
  3. package/dist/components/AddressBar/AddressBar.vue.d.ts.map +1 -1
  4. package/dist/components/AddressBar/AddressBar.vue.js +1 -1
  5. package/dist/components/AddressBar/AddressBar.vue2.js +2 -2
  6. package/dist/components/AddressBar/AddressBarHistory.vue.d.ts.map +1 -1
  7. package/dist/components/AddressBar/AddressBarHistory.vue.js +11 -10
  8. package/dist/components/AddressBar/AddressBarServer.vue.d.ts.map +1 -1
  9. package/dist/components/AddressBar/AddressBarServer.vue.js +36 -29
  10. package/dist/components/CommandPalette/CommandPalette.vue.d.ts.map +1 -1
  11. package/dist/components/CommandPalette/CommandPalette.vue.js +1 -1
  12. package/dist/components/CommandPalette/CommandPalette.vue2.js +18 -17
  13. package/dist/components/DarkModeToggle/DarkModeIconToggle.vue.js +7 -6
  14. package/dist/components/DataTable/DataTableCheckbox.vue.d.ts.map +1 -1
  15. package/dist/components/DataTable/DataTableCheckbox.vue.js +3 -2
  16. package/dist/components/DataTable/DataTableInputSelect.vue.d.ts.map +1 -1
  17. package/dist/components/DataTable/DataTableInputSelect.vue.js +15 -14
  18. package/dist/components/Search/SearchButton.vue.d.ts.map +1 -1
  19. package/dist/components/Search/SearchButton.vue.js +7 -6
  20. package/dist/components/SideNav/SideNavLink.vue.d.ts.map +1 -1
  21. package/dist/components/SideNav/SideNavLink.vue.js +17 -15
  22. package/dist/components/Sidebar/SidebarListElementActions.vue.d.ts.map +1 -1
  23. package/dist/components/Sidebar/SidebarListElementActions.vue.js +2 -2
  24. package/dist/components/TopNav/TopNav.vue.d.ts.map +1 -1
  25. package/dist/components/TopNav/TopNav.vue.js +2 -2
  26. package/dist/components/TopNav/TopNav.vue2.js +0 -1
  27. package/dist/components/TopNav/TopNavItem.vue.d.ts.map +1 -1
  28. package/dist/components/TopNav/TopNavItem.vue.js +2 -2
  29. package/dist/components/TopNav/TopNavItem.vue2.js +9 -10
  30. package/dist/router.d.ts +20 -3
  31. package/dist/router.d.ts.map +1 -1
  32. package/dist/router.js +100 -68
  33. package/dist/store/workspace.d.ts +32 -32
  34. package/dist/store/workspace.d.ts.map +1 -1
  35. package/dist/store/workspace.js +49 -53
  36. package/dist/style.css +1 -1
  37. package/dist/views/Request/Request.vue.d.ts.map +1 -1
  38. package/dist/views/Request/Request.vue.js +1 -1
  39. package/dist/views/Request/Request.vue2.js +3 -3
  40. package/dist/views/Request/RequestSection/RequestBody.vue.d.ts.map +1 -1
  41. package/dist/views/Request/RequestSection/RequestBody.vue.js +5 -4
  42. package/dist/views/Request/RequestSection/RequestSection.vue.d.ts.map +1 -1
  43. package/dist/views/Request/RequestSection/RequestSection.vue.js +4 -4
  44. package/dist/views/Request/RequestSection/RequestTable.vue.d.ts.map +1 -1
  45. package/dist/views/Request/RequestSection/RequestTable.vue.js +4 -4
  46. package/dist/views/Request/RequestSection/RequestTable.vue2.js +4 -3
  47. package/dist/views/Request/RequestSidebarItem.vue.d.ts.map +1 -1
  48. package/dist/views/Request/RequestSidebarItem.vue.js +1 -1
  49. package/dist/views/Request/RequestSidebarItem.vue2.js +68 -60
  50. package/dist/views/Request/RequestSidebarItemMenu.vue.d.ts.map +1 -1
  51. package/dist/views/Request/RequestSidebarItemMenu.vue.js +19 -19
  52. package/dist/views/Request/ResponseSection/ResponseSection.vue.d.ts.map +1 -1
  53. package/dist/views/Request/ResponseSection/ResponseSection.vue.js +5 -5
  54. package/package.json +5 -5
  55. package/dist/views/Collection/Collection.vue.js +0 -4
  56. package/dist/views/Collection/Collection.vue2.js +0 -136
  57. package/dist/views/Components/Schemas/Schemas.vue.js +0 -4
  58. package/dist/views/Components/Schemas/Schemas.vue2.js +0 -20
@@ -131,14 +131,14 @@ declare const securitySchemeMutators: {
131
131
  openIdConnectUrl: string;
132
132
  description?: string | undefined;
133
133
  }) => void;
134
- edit: <P extends "type" | "name" | "value" | "uid" | "in" | "description" | "scheme" | "bearerFormat" | "secondValue" | "flows" | "clientId" | "redirectUri" | "flows.implicit" | "flows.password" | "flows.clientCredentials" | "flows.authorizationCode" | "flows.implicit.authorizationUrl" | "flows.implicit.selectedScopes" | "flows.implicit.token" | "flows.implicit.refreshUrl" | "flows.implicit.scopes" | `flows.implicit.selectedScopes.${number}` | `flows.implicit.scopes.${string}` | "flows.password.value" | "flows.password.secondValue" | "flows.password.selectedScopes" | "flows.password.token" | "flows.password.refreshUrl" | "flows.password.scopes" | `flows.password.selectedScopes.${number}` | `flows.password.scopes.${string}` | "flows.password.tokenUrl" | "flows.password.clientSecret" | "flows.clientCredentials.selectedScopes" | "flows.clientCredentials.token" | "flows.clientCredentials.refreshUrl" | "flows.clientCredentials.scopes" | `flows.clientCredentials.selectedScopes.${number}` | `flows.clientCredentials.scopes.${string}` | "flows.clientCredentials.tokenUrl" | "flows.clientCredentials.clientSecret" | "flows.authorizationCode.authorizationUrl" | "flows.authorizationCode.selectedScopes" | "flows.authorizationCode.token" | "flows.authorizationCode.refreshUrl" | "flows.authorizationCode.scopes" | `flows.authorizationCode.selectedScopes.${number}` | `flows.authorizationCode.scopes.${string}` | "flows.authorizationCode.tokenUrl" | "flows.authorizationCode.clientSecret" | "openIdConnectUrl">(uid: string, path: P, value: (P extends "type" | "name" | "value" | "uid" | "in" | "description" ? {
134
+ edit: <P extends "type" | "name" | "value" | "flows" | "uid" | "description" | "scheme" | "in" | "secondValue" | "bearerFormat" | "clientId" | "redirectUri" | "flows.implicit" | "flows.password" | "flows.clientCredentials" | "flows.authorizationCode" | "flows.implicit.token" | "flows.implicit.authorizationUrl" | "flows.implicit.selectedScopes" | "flows.implicit.refreshUrl" | "flows.implicit.scopes" | `flows.implicit.selectedScopes.${number}` | `flows.implicit.scopes.${string}` | "flows.password.value" | "flows.password.secondValue" | "flows.password.token" | "flows.password.clientSecret" | "flows.password.selectedScopes" | "flows.password.refreshUrl" | "flows.password.scopes" | `flows.password.selectedScopes.${number}` | `flows.password.scopes.${string}` | "flows.password.tokenUrl" | "flows.clientCredentials.token" | "flows.clientCredentials.clientSecret" | "flows.clientCredentials.selectedScopes" | "flows.clientCredentials.refreshUrl" | "flows.clientCredentials.scopes" | `flows.clientCredentials.selectedScopes.${number}` | `flows.clientCredentials.scopes.${string}` | "flows.clientCredentials.tokenUrl" | "flows.authorizationCode.token" | "flows.authorizationCode.clientSecret" | "flows.authorizationCode.authorizationUrl" | "flows.authorizationCode.selectedScopes" | "flows.authorizationCode.refreshUrl" | "flows.authorizationCode.scopes" | `flows.authorizationCode.selectedScopes.${number}` | `flows.authorizationCode.scopes.${string}` | "flows.authorizationCode.tokenUrl" | "openIdConnectUrl">(uid: string, path: P, value: (P extends "type" | "name" | "value" | "uid" | "description" | "in" ? {
135
135
  type: "apiKey";
136
136
  value: string;
137
137
  uid: string;
138
138
  name: string;
139
139
  in: "query" | "header" | "cookie";
140
140
  description?: string | undefined;
141
- }[P] : P extends `${infer K}.${infer R}` ? K extends "type" | "name" | "value" | "uid" | "in" | "description" ? R extends import("@scalar/object-utils/nested").Path<{
141
+ }[P] : P extends `${infer K}.${infer R}` ? K extends "type" | "name" | "value" | "uid" | "description" | "in" ? R extends import("@scalar/object-utils/nested").Path<{
142
142
  type: "apiKey";
143
143
  value: string;
144
144
  uid: string;
@@ -152,7 +152,7 @@ declare const securitySchemeMutators: {
152
152
  name: string;
153
153
  in: "query" | "header" | "cookie";
154
154
  description?: string | undefined;
155
- }[K], R> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never) | (P extends "type" | "value" | "uid" | "description" | "scheme" | "bearerFormat" | "secondValue" ? {
155
+ }[K], R> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never) | (P extends "type" | "value" | "uid" | "description" | "scheme" | "secondValue" | "bearerFormat" ? {
156
156
  type: "http";
157
157
  value: string;
158
158
  uid: string;
@@ -160,7 +160,7 @@ declare const securitySchemeMutators: {
160
160
  bearerFormat: string;
161
161
  secondValue: string;
162
162
  description?: string | undefined;
163
- }[P] : P extends `${infer K}.${infer R}` ? K extends "type" | "value" | "uid" | "description" | "scheme" | "bearerFormat" | "secondValue" ? R extends import("@scalar/object-utils/nested").Path<{
163
+ }[P] : P extends `${infer K}.${infer R}` ? K extends "type" | "value" | "uid" | "description" | "scheme" | "secondValue" | "bearerFormat" ? R extends import("@scalar/object-utils/nested").Path<{
164
164
  type: "http";
165
165
  value: string;
166
166
  uid: string;
@@ -176,7 +176,7 @@ declare const securitySchemeMutators: {
176
176
  bearerFormat: string;
177
177
  secondValue: string;
178
178
  description?: string | undefined;
179
- }[K], R> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never) | (P extends "type" | "uid" | "description" | "flows" | "clientId" | "redirectUri" ? {
179
+ }[K], R> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never) | (P extends "type" | "flows" | "uid" | "description" | "clientId" | "redirectUri" ? {
180
180
  type: "oauth2";
181
181
  uid: string;
182
182
  flows: {
@@ -218,7 +218,7 @@ declare const securitySchemeMutators: {
218
218
  clientId: string;
219
219
  redirectUri: string;
220
220
  description?: string | undefined;
221
- }[P] : P extends `${infer K}.${infer R}` ? K extends "type" | "uid" | "description" | "flows" | "clientId" | "redirectUri" ? R extends import("@scalar/object-utils/nested").Path<{
221
+ }[P] : P extends `${infer K}.${infer R}` ? K extends "type" | "flows" | "uid" | "description" | "clientId" | "redirectUri" ? R extends import("@scalar/object-utils/nested").Path<{
222
222
  type: "oauth2";
223
223
  uid: string;
224
224
  flows: {
@@ -318,14 +318,14 @@ declare const securitySchemeMutators: {
318
318
  openIdConnectUrl: string;
319
319
  description?: string | undefined;
320
320
  }[K], R> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never)) => void;
321
- untrackedEdit: <P extends "type" | "name" | "value" | "uid" | "in" | "description" | "scheme" | "bearerFormat" | "secondValue" | "flows" | "clientId" | "redirectUri" | "flows.implicit" | "flows.password" | "flows.clientCredentials" | "flows.authorizationCode" | "flows.implicit.authorizationUrl" | "flows.implicit.selectedScopes" | "flows.implicit.token" | "flows.implicit.refreshUrl" | "flows.implicit.scopes" | `flows.implicit.selectedScopes.${number}` | `flows.implicit.scopes.${string}` | "flows.password.value" | "flows.password.secondValue" | "flows.password.selectedScopes" | "flows.password.token" | "flows.password.refreshUrl" | "flows.password.scopes" | `flows.password.selectedScopes.${number}` | `flows.password.scopes.${string}` | "flows.password.tokenUrl" | "flows.password.clientSecret" | "flows.clientCredentials.selectedScopes" | "flows.clientCredentials.token" | "flows.clientCredentials.refreshUrl" | "flows.clientCredentials.scopes" | `flows.clientCredentials.selectedScopes.${number}` | `flows.clientCredentials.scopes.${string}` | "flows.clientCredentials.tokenUrl" | "flows.clientCredentials.clientSecret" | "flows.authorizationCode.authorizationUrl" | "flows.authorizationCode.selectedScopes" | "flows.authorizationCode.token" | "flows.authorizationCode.refreshUrl" | "flows.authorizationCode.scopes" | `flows.authorizationCode.selectedScopes.${number}` | `flows.authorizationCode.scopes.${string}` | "flows.authorizationCode.tokenUrl" | "flows.authorizationCode.clientSecret" | "openIdConnectUrl">(uid: string, path: P, value: (P extends "type" | "name" | "value" | "uid" | "in" | "description" ? {
321
+ untrackedEdit: <P extends "type" | "name" | "value" | "flows" | "uid" | "description" | "scheme" | "in" | "secondValue" | "bearerFormat" | "clientId" | "redirectUri" | "flows.implicit" | "flows.password" | "flows.clientCredentials" | "flows.authorizationCode" | "flows.implicit.token" | "flows.implicit.authorizationUrl" | "flows.implicit.selectedScopes" | "flows.implicit.refreshUrl" | "flows.implicit.scopes" | `flows.implicit.selectedScopes.${number}` | `flows.implicit.scopes.${string}` | "flows.password.value" | "flows.password.secondValue" | "flows.password.token" | "flows.password.clientSecret" | "flows.password.selectedScopes" | "flows.password.refreshUrl" | "flows.password.scopes" | `flows.password.selectedScopes.${number}` | `flows.password.scopes.${string}` | "flows.password.tokenUrl" | "flows.clientCredentials.token" | "flows.clientCredentials.clientSecret" | "flows.clientCredentials.selectedScopes" | "flows.clientCredentials.refreshUrl" | "flows.clientCredentials.scopes" | `flows.clientCredentials.selectedScopes.${number}` | `flows.clientCredentials.scopes.${string}` | "flows.clientCredentials.tokenUrl" | "flows.authorizationCode.token" | "flows.authorizationCode.clientSecret" | "flows.authorizationCode.authorizationUrl" | "flows.authorizationCode.selectedScopes" | "flows.authorizationCode.refreshUrl" | "flows.authorizationCode.scopes" | `flows.authorizationCode.selectedScopes.${number}` | `flows.authorizationCode.scopes.${string}` | "flows.authorizationCode.tokenUrl" | "openIdConnectUrl">(uid: string, path: P, value: (P extends "type" | "name" | "value" | "uid" | "description" | "in" ? {
322
322
  type: "apiKey";
323
323
  value: string;
324
324
  uid: string;
325
325
  name: string;
326
326
  in: "query" | "header" | "cookie";
327
327
  description?: string | undefined;
328
- }[P] : P extends `${infer K}.${infer R}` ? K extends "type" | "name" | "value" | "uid" | "in" | "description" ? R extends import("@scalar/object-utils/nested").Path<{
328
+ }[P] : P extends `${infer K}.${infer R}` ? K extends "type" | "name" | "value" | "uid" | "description" | "in" ? R extends import("@scalar/object-utils/nested").Path<{
329
329
  type: "apiKey";
330
330
  value: string;
331
331
  uid: string;
@@ -339,7 +339,7 @@ declare const securitySchemeMutators: {
339
339
  name: string;
340
340
  in: "query" | "header" | "cookie";
341
341
  description?: string | undefined;
342
- }[K], R> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never) | (P extends "type" | "value" | "uid" | "description" | "scheme" | "bearerFormat" | "secondValue" ? {
342
+ }[K], R> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never) | (P extends "type" | "value" | "uid" | "description" | "scheme" | "secondValue" | "bearerFormat" ? {
343
343
  type: "http";
344
344
  value: string;
345
345
  uid: string;
@@ -347,7 +347,7 @@ declare const securitySchemeMutators: {
347
347
  bearerFormat: string;
348
348
  secondValue: string;
349
349
  description?: string | undefined;
350
- }[P] : P extends `${infer K}.${infer R}` ? K extends "type" | "value" | "uid" | "description" | "scheme" | "bearerFormat" | "secondValue" ? R extends import("@scalar/object-utils/nested").Path<{
350
+ }[P] : P extends `${infer K}.${infer R}` ? K extends "type" | "value" | "uid" | "description" | "scheme" | "secondValue" | "bearerFormat" ? R extends import("@scalar/object-utils/nested").Path<{
351
351
  type: "http";
352
352
  value: string;
353
353
  uid: string;
@@ -363,7 +363,7 @@ declare const securitySchemeMutators: {
363
363
  bearerFormat: string;
364
364
  secondValue: string;
365
365
  description?: string | undefined;
366
- }[K], R> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never) | (P extends "type" | "uid" | "description" | "flows" | "clientId" | "redirectUri" ? {
366
+ }[K], R> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never) | (P extends "type" | "flows" | "uid" | "description" | "clientId" | "redirectUri" ? {
367
367
  type: "oauth2";
368
368
  uid: string;
369
369
  flows: {
@@ -405,7 +405,7 @@ declare const securitySchemeMutators: {
405
405
  clientId: string;
406
406
  redirectUri: string;
407
407
  description?: string | undefined;
408
- }[P] : P extends `${infer K}.${infer R}` ? K extends "type" | "uid" | "description" | "flows" | "clientId" | "redirectUri" ? R extends import("@scalar/object-utils/nested").Path<{
408
+ }[P] : P extends `${infer K}.${infer R}` ? K extends "type" | "flows" | "uid" | "description" | "clientId" | "redirectUri" ? R extends import("@scalar/object-utils/nested").Path<{
409
409
  type: "oauth2";
410
410
  uid: string;
411
411
  flows: {
@@ -1315,7 +1315,7 @@ export declare const useWorkspace: () => {
1315
1315
  selectedServerUid: string;
1316
1316
  childUids: string[];
1317
1317
  }) => void;
1318
- readonly edit: <P extends "uid" | "childUids" | "spec" | "selectedSecuritySchemes" | "selectedServerUid" | `childUids.${number}` | "spec.info" | "spec.tags" | "spec.security" | "spec.openapi" | "spec.serverUids" | "spec.externalDocs" | "spec.info.summary" | "spec.info.title" | "spec.info.description" | "spec.info.version" | "spec.info.termsOfService" | "spec.info.contact" | "spec.info.license" | "spec.info.contact.name" | "spec.info.contact.email" | "spec.info.contact.url" | "spec.info.license.name" | "spec.info.license.url" | "spec.info.license.identifier" | "spec.externalDocs.description" | "spec.externalDocs.url" | `spec.tags.${number}` | `spec.tags.${number}.name` | `spec.tags.${number}.description` | `spec.tags.${number}.externalDocs` | `spec.tags.${number}.externalDocs.description` | `spec.tags.${number}.externalDocs.url` | `spec.security.${number}` | `spec.security.${number}.${string}` | `spec.serverUids.${number}` | `selectedSecuritySchemes.${number}` | `selectedSecuritySchemes.${number}.uid` | `selectedSecuritySchemes.${number}.flowKey`>(uid: string, path: P, value: P extends "uid" | "childUids" | "spec" | "selectedSecuritySchemes" | "selectedServerUid" ? {
1318
+ readonly edit: <P extends "uid" | "selectedServerUid" | "spec" | "selectedSecuritySchemes" | "childUids" | "spec.info" | "spec.openapi" | "spec.security" | "spec.serverUids" | "spec.tags" | "spec.externalDocs" | "spec.info.summary" | "spec.info.title" | "spec.info.description" | "spec.info.version" | "spec.info.termsOfService" | "spec.info.contact" | "spec.info.license" | "spec.info.contact.name" | "spec.info.contact.email" | "spec.info.contact.url" | "spec.info.license.name" | "spec.info.license.url" | "spec.info.license.identifier" | `spec.security.${number}` | `spec.security.${number}.${string}` | `spec.serverUids.${number}` | "spec.externalDocs.description" | "spec.externalDocs.url" | `spec.tags.${number}` | `spec.tags.${number}.description` | `spec.tags.${number}.name` | `spec.tags.${number}.externalDocs` | `spec.tags.${number}.externalDocs.description` | `spec.tags.${number}.externalDocs.url` | `selectedSecuritySchemes.${number}` | `selectedSecuritySchemes.${number}.uid` | `selectedSecuritySchemes.${number}.flowKey` | `childUids.${number}`>(uid: string, path: P, value: P extends "uid" | "selectedServerUid" | "spec" | "selectedSecuritySchemes" | "childUids" ? {
1319
1319
  uid: string;
1320
1320
  spec: {
1321
1321
  openapi: string;
@@ -1357,7 +1357,7 @@ export declare const useWorkspace: () => {
1357
1357
  }[];
1358
1358
  selectedServerUid: string;
1359
1359
  childUids: string[];
1360
- }[P] : P extends `${infer K}.${infer R}` ? K extends "uid" | "childUids" | "spec" | "selectedSecuritySchemes" | "selectedServerUid" ? R extends import("@scalar/object-utils/nested").Path<{
1360
+ }[P] : P extends `${infer K}.${infer R}` ? K extends "uid" | "selectedServerUid" | "spec" | "selectedSecuritySchemes" | "childUids" ? R extends import("@scalar/object-utils/nested").Path<{
1361
1361
  uid: string;
1362
1362
  spec: {
1363
1363
  openapi: string;
@@ -1442,7 +1442,7 @@ export declare const useWorkspace: () => {
1442
1442
  selectedServerUid: string;
1443
1443
  childUids: string[];
1444
1444
  }[K], R> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never) => void;
1445
- readonly untrackedEdit: <P extends "uid" | "childUids" | "spec" | "selectedSecuritySchemes" | "selectedServerUid" | `childUids.${number}` | "spec.info" | "spec.tags" | "spec.security" | "spec.openapi" | "spec.serverUids" | "spec.externalDocs" | "spec.info.summary" | "spec.info.title" | "spec.info.description" | "spec.info.version" | "spec.info.termsOfService" | "spec.info.contact" | "spec.info.license" | "spec.info.contact.name" | "spec.info.contact.email" | "spec.info.contact.url" | "spec.info.license.name" | "spec.info.license.url" | "spec.info.license.identifier" | "spec.externalDocs.description" | "spec.externalDocs.url" | `spec.tags.${number}` | `spec.tags.${number}.name` | `spec.tags.${number}.description` | `spec.tags.${number}.externalDocs` | `spec.tags.${number}.externalDocs.description` | `spec.tags.${number}.externalDocs.url` | `spec.security.${number}` | `spec.security.${number}.${string}` | `spec.serverUids.${number}` | `selectedSecuritySchemes.${number}` | `selectedSecuritySchemes.${number}.uid` | `selectedSecuritySchemes.${number}.flowKey`>(uid: string, path: P, value: P extends "uid" | "childUids" | "spec" | "selectedSecuritySchemes" | "selectedServerUid" ? {
1445
+ readonly untrackedEdit: <P extends "uid" | "selectedServerUid" | "spec" | "selectedSecuritySchemes" | "childUids" | "spec.info" | "spec.openapi" | "spec.security" | "spec.serverUids" | "spec.tags" | "spec.externalDocs" | "spec.info.summary" | "spec.info.title" | "spec.info.description" | "spec.info.version" | "spec.info.termsOfService" | "spec.info.contact" | "spec.info.license" | "spec.info.contact.name" | "spec.info.contact.email" | "spec.info.contact.url" | "spec.info.license.name" | "spec.info.license.url" | "spec.info.license.identifier" | `spec.security.${number}` | `spec.security.${number}.${string}` | `spec.serverUids.${number}` | "spec.externalDocs.description" | "spec.externalDocs.url" | `spec.tags.${number}` | `spec.tags.${number}.description` | `spec.tags.${number}.name` | `spec.tags.${number}.externalDocs` | `spec.tags.${number}.externalDocs.description` | `spec.tags.${number}.externalDocs.url` | `selectedSecuritySchemes.${number}` | `selectedSecuritySchemes.${number}.uid` | `selectedSecuritySchemes.${number}.flowKey` | `childUids.${number}`>(uid: string, path: P, value: P extends "uid" | "selectedServerUid" | "spec" | "selectedSecuritySchemes" | "childUids" ? {
1446
1446
  uid: string;
1447
1447
  spec: {
1448
1448
  openapi: string;
@@ -1484,7 +1484,7 @@ export declare const useWorkspace: () => {
1484
1484
  }[];
1485
1485
  selectedServerUid: string;
1486
1486
  childUids: string[];
1487
- }[P] : P extends `${infer K}.${infer R}` ? K extends "uid" | "childUids" | "spec" | "selectedSecuritySchemes" | "selectedServerUid" ? R extends import("@scalar/object-utils/nested").Path<{
1487
+ }[P] : P extends `${infer K}.${infer R}` ? K extends "uid" | "selectedServerUid" | "spec" | "selectedSecuritySchemes" | "childUids" ? R extends import("@scalar/object-utils/nested").Path<{
1488
1488
  uid: string;
1489
1489
  spec: {
1490
1490
  openapi: string;
@@ -1739,8 +1739,8 @@ export declare const useWorkspace: () => {
1739
1739
  };
1740
1740
  readonly delete: (request: Request, parentUid: string) => void;
1741
1741
  readonly set: (item: Request) => void;
1742
- readonly edit: <P extends "ref" | "summary" | "path" | "uid" | "description" | "tags" | "childUids" | "method" | "parameters" | "history" | "security" | "operationId" | "requestBody" | `childUids.${number}` | "externalDocs" | "externalDocs.description" | "externalDocs.url" | `tags.${number}` | `security.${number}` | `security.${number}.${string}` | "ref.path" | "ref.isExternal" | "ref.collectionRef" | "parameters.path" | "parameters.query" | "parameters.cookies" | "parameters.headers" | `parameters.path.${string}` | `parameters.query.${string}` | `parameters.cookies.${string}` | `parameters.headers.${string}` | `history.${number}` | `history.${number}.${string}` | `requestBody.${string}`>(uid: string, path: P, value: P extends "ref" | "summary" | "path" | "uid" | "description" | "tags" | "childUids" | "method" | "parameters" | "history" | "security" | "operationId" | "requestBody" | "externalDocs" ? Request[P] : P extends `${infer K}.${infer R}` ? K extends "ref" | "summary" | "path" | "uid" | "description" | "tags" | "childUids" | "method" | "parameters" | "history" | "security" | "operationId" | "requestBody" | "externalDocs" ? R extends import("@scalar/object-utils/nested").Path<Request[K]> ? import("@scalar/object-utils/nested").PathValue<Request[K], R> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never) => void;
1743
- readonly untrackedEdit: <P extends "ref" | "summary" | "path" | "uid" | "description" | "tags" | "childUids" | "method" | "parameters" | "history" | "security" | "operationId" | "requestBody" | `childUids.${number}` | "externalDocs" | "externalDocs.description" | "externalDocs.url" | `tags.${number}` | `security.${number}` | `security.${number}.${string}` | "ref.path" | "ref.isExternal" | "ref.collectionRef" | "parameters.path" | "parameters.query" | "parameters.cookies" | "parameters.headers" | `parameters.path.${string}` | `parameters.query.${string}` | `parameters.cookies.${string}` | `parameters.headers.${string}` | `history.${number}` | `history.${number}.${string}` | `requestBody.${string}`>(uid: string, path: P, value: P extends "ref" | "summary" | "path" | "uid" | "description" | "tags" | "childUids" | "method" | "parameters" | "history" | "security" | "operationId" | "requestBody" | "externalDocs" ? Request[P] : P extends `${infer K}.${infer R}` ? K extends "ref" | "summary" | "path" | "uid" | "description" | "tags" | "childUids" | "method" | "parameters" | "history" | "security" | "operationId" | "requestBody" | "externalDocs" ? R extends import("@scalar/object-utils/nested").Path<Request[K]> ? import("@scalar/object-utils/nested").PathValue<Request[K], R> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never) => void;
1742
+ readonly edit: <P extends "ref" | "summary" | "path" | "uid" | "parameters" | "description" | "parameters.path" | "parameters.query" | "parameters.cookies" | "parameters.headers" | "method" | "childUids" | "security" | "tags" | "externalDocs" | `security.${number}` | `security.${number}.${string}` | "externalDocs.description" | "externalDocs.url" | `tags.${number}` | `childUids.${number}` | "history" | "operationId" | "requestBody" | "ref.path" | "ref.isExternal" | "ref.collectionRef" | `parameters.path.${string}` | `parameters.query.${string}` | `parameters.cookies.${string}` | `parameters.headers.${string}` | `history.${number}` | `history.${number}.${string}` | `requestBody.${string}`>(uid: string, path: P, value: P extends "ref" | "summary" | "path" | "uid" | "parameters" | "description" | "method" | "childUids" | "security" | "tags" | "externalDocs" | "history" | "operationId" | "requestBody" ? Request[P] : P extends `${infer K}.${infer R}` ? K extends "ref" | "summary" | "path" | "uid" | "parameters" | "description" | "method" | "childUids" | "security" | "tags" | "externalDocs" | "history" | "operationId" | "requestBody" ? R extends import("@scalar/object-utils/nested").Path<Request[K]> ? import("@scalar/object-utils/nested").PathValue<Request[K], R> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never) => void;
1743
+ readonly untrackedEdit: <P extends "ref" | "summary" | "path" | "uid" | "parameters" | "description" | "parameters.path" | "parameters.query" | "parameters.cookies" | "parameters.headers" | "method" | "childUids" | "security" | "tags" | "externalDocs" | `security.${number}` | `security.${number}.${string}` | "externalDocs.description" | "externalDocs.url" | `tags.${number}` | `childUids.${number}` | "history" | "operationId" | "requestBody" | "ref.path" | "ref.isExternal" | "ref.collectionRef" | `parameters.path.${string}` | `parameters.query.${string}` | `parameters.cookies.${string}` | `parameters.headers.${string}` | `history.${number}` | `history.${number}.${string}` | `requestBody.${string}`>(uid: string, path: P, value: P extends "ref" | "summary" | "path" | "uid" | "parameters" | "description" | "method" | "childUids" | "security" | "tags" | "externalDocs" | "history" | "operationId" | "requestBody" ? Request[P] : P extends `${infer K}.${infer R}` ? K extends "ref" | "summary" | "path" | "uid" | "parameters" | "description" | "method" | "childUids" | "security" | "tags" | "externalDocs" | "history" | "operationId" | "requestBody" ? R extends import("@scalar/object-utils/nested").Path<Request[K]> ? import("@scalar/object-utils/nested").PathValue<Request[K], R> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never) => void;
1744
1744
  readonly undo: (uid: string) => void;
1745
1745
  readonly redo: (uid: string) => void;
1746
1746
  };
@@ -1945,7 +1945,7 @@ export declare const useWorkspace: () => {
1945
1945
  };
1946
1946
  auth: Record<string, any>;
1947
1947
  }) => void;
1948
- readonly edit: <P extends "body" | "name" | "uid" | "parameters" | "parameters.path" | "parameters.query" | "parameters.cookies" | "parameters.headers" | "requestUid" | "auth" | "body.raw" | "body.formData" | "body.binary" | "body.activeBody" | "body.raw.value" | "body.raw.encoding" | "body.formData.value" | "body.formData.encoding" | `body.formData.value.${number}` | `body.formData.value.${number}.description` | `body.formData.value.${number}.default` | `body.formData.value.${number}.key` | `body.formData.value.${number}.type` | `body.formData.value.${number}.required` | `body.formData.value.${number}.value` | `body.formData.value.${number}.file` | `body.formData.value.${number}.enum` | `body.formData.value.${number}.format` | `body.formData.value.${number}.minimum` | `body.formData.value.${number}.maximum` | `body.formData.value.${number}.nullable` | `body.formData.value.${number}.enabled` | `body.formData.value.${number}.refUid` | `body.formData.value.${number}.default.${string}` | `body.formData.value.${number}.enum.${number}` | `parameters.path.${number}` | `parameters.path.${number}.description` | `parameters.path.${number}.default` | `parameters.path.${number}.key` | `parameters.path.${number}.type` | `parameters.path.${number}.required` | `parameters.path.${number}.value` | `parameters.path.${number}.file` | `parameters.path.${number}.enum` | `parameters.path.${number}.format` | `parameters.path.${number}.minimum` | `parameters.path.${number}.maximum` | `parameters.path.${number}.nullable` | `parameters.path.${number}.enabled` | `parameters.path.${number}.refUid` | `parameters.path.${number}.default.${string}` | `parameters.path.${number}.enum.${number}` | `parameters.query.${number}` | `parameters.query.${number}.description` | `parameters.query.${number}.default` | `parameters.query.${number}.key` | `parameters.query.${number}.type` | `parameters.query.${number}.required` | `parameters.query.${number}.value` | `parameters.query.${number}.file` | `parameters.query.${number}.enum` | `parameters.query.${number}.format` | `parameters.query.${number}.minimum` | `parameters.query.${number}.maximum` | `parameters.query.${number}.nullable` | `parameters.query.${number}.enabled` | `parameters.query.${number}.refUid` | `parameters.query.${number}.default.${string}` | `parameters.query.${number}.enum.${number}` | `parameters.cookies.${number}` | `parameters.cookies.${number}.description` | `parameters.cookies.${number}.default` | `parameters.cookies.${number}.key` | `parameters.cookies.${number}.type` | `parameters.cookies.${number}.required` | `parameters.cookies.${number}.value` | `parameters.cookies.${number}.file` | `parameters.cookies.${number}.enum` | `parameters.cookies.${number}.format` | `parameters.cookies.${number}.minimum` | `parameters.cookies.${number}.maximum` | `parameters.cookies.${number}.nullable` | `parameters.cookies.${number}.enabled` | `parameters.cookies.${number}.refUid` | `parameters.cookies.${number}.default.${string}` | `parameters.cookies.${number}.enum.${number}` | `parameters.headers.${number}` | `parameters.headers.${number}.description` | `parameters.headers.${number}.default` | `parameters.headers.${number}.key` | `parameters.headers.${number}.type` | `parameters.headers.${number}.required` | `parameters.headers.${number}.value` | `parameters.headers.${number}.file` | `parameters.headers.${number}.enum` | `parameters.headers.${number}.format` | `parameters.headers.${number}.minimum` | `parameters.headers.${number}.maximum` | `parameters.headers.${number}.nullable` | `parameters.headers.${number}.enabled` | `parameters.headers.${number}.refUid` | `parameters.headers.${number}.default.${string}` | `parameters.headers.${number}.enum.${number}` | `auth.${string}`>(uid: string, path: P, value: P extends "body" | "name" | "uid" | "parameters" | "requestUid" | "auth" ? {
1948
+ readonly edit: <P extends "body" | "name" | "uid" | "parameters" | "requestUid" | "auth" | "body.raw" | "body.formData" | "body.activeBody" | "body.binary" | "body.raw.value" | "body.raw.encoding" | "body.formData.value" | "body.formData.encoding" | `body.formData.value.${number}` | `body.formData.value.${number}.default` | `body.formData.value.${number}.key` | `body.formData.value.${number}.type` | `body.formData.value.${number}.required` | `body.formData.value.${number}.value` | `body.formData.value.${number}.file` | `body.formData.value.${number}.enabled` | `body.formData.value.${number}.minimum` | `body.formData.value.${number}.maximum` | `body.formData.value.${number}.description` | `body.formData.value.${number}.enum` | `body.formData.value.${number}.refUid` | `body.formData.value.${number}.format` | `body.formData.value.${number}.nullable` | `body.formData.value.${number}.default.${string}` | `body.formData.value.${number}.enum.${number}` | "parameters.path" | "parameters.query" | "parameters.cookies" | "parameters.headers" | `parameters.path.${number}` | `parameters.path.${number}.default` | `parameters.path.${number}.key` | `parameters.path.${number}.type` | `parameters.path.${number}.required` | `parameters.path.${number}.value` | `parameters.path.${number}.file` | `parameters.path.${number}.enabled` | `parameters.path.${number}.minimum` | `parameters.path.${number}.maximum` | `parameters.path.${number}.description` | `parameters.path.${number}.enum` | `parameters.path.${number}.refUid` | `parameters.path.${number}.format` | `parameters.path.${number}.nullable` | `parameters.path.${number}.default.${string}` | `parameters.path.${number}.enum.${number}` | `parameters.query.${number}` | `parameters.query.${number}.default` | `parameters.query.${number}.key` | `parameters.query.${number}.type` | `parameters.query.${number}.required` | `parameters.query.${number}.value` | `parameters.query.${number}.file` | `parameters.query.${number}.enabled` | `parameters.query.${number}.minimum` | `parameters.query.${number}.maximum` | `parameters.query.${number}.description` | `parameters.query.${number}.enum` | `parameters.query.${number}.refUid` | `parameters.query.${number}.format` | `parameters.query.${number}.nullable` | `parameters.query.${number}.default.${string}` | `parameters.query.${number}.enum.${number}` | `parameters.cookies.${number}` | `parameters.cookies.${number}.default` | `parameters.cookies.${number}.key` | `parameters.cookies.${number}.type` | `parameters.cookies.${number}.required` | `parameters.cookies.${number}.value` | `parameters.cookies.${number}.file` | `parameters.cookies.${number}.enabled` | `parameters.cookies.${number}.minimum` | `parameters.cookies.${number}.maximum` | `parameters.cookies.${number}.description` | `parameters.cookies.${number}.enum` | `parameters.cookies.${number}.refUid` | `parameters.cookies.${number}.format` | `parameters.cookies.${number}.nullable` | `parameters.cookies.${number}.default.${string}` | `parameters.cookies.${number}.enum.${number}` | `parameters.headers.${number}` | `parameters.headers.${number}.default` | `parameters.headers.${number}.key` | `parameters.headers.${number}.type` | `parameters.headers.${number}.required` | `parameters.headers.${number}.value` | `parameters.headers.${number}.file` | `parameters.headers.${number}.enabled` | `parameters.headers.${number}.minimum` | `parameters.headers.${number}.maximum` | `parameters.headers.${number}.description` | `parameters.headers.${number}.enum` | `parameters.headers.${number}.refUid` | `parameters.headers.${number}.format` | `parameters.headers.${number}.nullable` | `parameters.headers.${number}.default.${string}` | `parameters.headers.${number}.enum.${number}` | `auth.${string}`>(uid: string, path: P, value: P extends "body" | "name" | "uid" | "parameters" | "requestUid" | "auth" ? {
1949
1949
  uid: string;
1950
1950
  name: string;
1951
1951
  parameters: {
@@ -2240,7 +2240,7 @@ export declare const useWorkspace: () => {
2240
2240
  };
2241
2241
  auth: Record<string, any>;
2242
2242
  }[K], R> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never) => void;
2243
- readonly untrackedEdit: <P extends "body" | "name" | "uid" | "parameters" | "parameters.path" | "parameters.query" | "parameters.cookies" | "parameters.headers" | "requestUid" | "auth" | "body.raw" | "body.formData" | "body.binary" | "body.activeBody" | "body.raw.value" | "body.raw.encoding" | "body.formData.value" | "body.formData.encoding" | `body.formData.value.${number}` | `body.formData.value.${number}.description` | `body.formData.value.${number}.default` | `body.formData.value.${number}.key` | `body.formData.value.${number}.type` | `body.formData.value.${number}.required` | `body.formData.value.${number}.value` | `body.formData.value.${number}.file` | `body.formData.value.${number}.enum` | `body.formData.value.${number}.format` | `body.formData.value.${number}.minimum` | `body.formData.value.${number}.maximum` | `body.formData.value.${number}.nullable` | `body.formData.value.${number}.enabled` | `body.formData.value.${number}.refUid` | `body.formData.value.${number}.default.${string}` | `body.formData.value.${number}.enum.${number}` | `parameters.path.${number}` | `parameters.path.${number}.description` | `parameters.path.${number}.default` | `parameters.path.${number}.key` | `parameters.path.${number}.type` | `parameters.path.${number}.required` | `parameters.path.${number}.value` | `parameters.path.${number}.file` | `parameters.path.${number}.enum` | `parameters.path.${number}.format` | `parameters.path.${number}.minimum` | `parameters.path.${number}.maximum` | `parameters.path.${number}.nullable` | `parameters.path.${number}.enabled` | `parameters.path.${number}.refUid` | `parameters.path.${number}.default.${string}` | `parameters.path.${number}.enum.${number}` | `parameters.query.${number}` | `parameters.query.${number}.description` | `parameters.query.${number}.default` | `parameters.query.${number}.key` | `parameters.query.${number}.type` | `parameters.query.${number}.required` | `parameters.query.${number}.value` | `parameters.query.${number}.file` | `parameters.query.${number}.enum` | `parameters.query.${number}.format` | `parameters.query.${number}.minimum` | `parameters.query.${number}.maximum` | `parameters.query.${number}.nullable` | `parameters.query.${number}.enabled` | `parameters.query.${number}.refUid` | `parameters.query.${number}.default.${string}` | `parameters.query.${number}.enum.${number}` | `parameters.cookies.${number}` | `parameters.cookies.${number}.description` | `parameters.cookies.${number}.default` | `parameters.cookies.${number}.key` | `parameters.cookies.${number}.type` | `parameters.cookies.${number}.required` | `parameters.cookies.${number}.value` | `parameters.cookies.${number}.file` | `parameters.cookies.${number}.enum` | `parameters.cookies.${number}.format` | `parameters.cookies.${number}.minimum` | `parameters.cookies.${number}.maximum` | `parameters.cookies.${number}.nullable` | `parameters.cookies.${number}.enabled` | `parameters.cookies.${number}.refUid` | `parameters.cookies.${number}.default.${string}` | `parameters.cookies.${number}.enum.${number}` | `parameters.headers.${number}` | `parameters.headers.${number}.description` | `parameters.headers.${number}.default` | `parameters.headers.${number}.key` | `parameters.headers.${number}.type` | `parameters.headers.${number}.required` | `parameters.headers.${number}.value` | `parameters.headers.${number}.file` | `parameters.headers.${number}.enum` | `parameters.headers.${number}.format` | `parameters.headers.${number}.minimum` | `parameters.headers.${number}.maximum` | `parameters.headers.${number}.nullable` | `parameters.headers.${number}.enabled` | `parameters.headers.${number}.refUid` | `parameters.headers.${number}.default.${string}` | `parameters.headers.${number}.enum.${number}` | `auth.${string}`>(uid: string, path: P, value: P extends "body" | "name" | "uid" | "parameters" | "requestUid" | "auth" ? {
2243
+ readonly untrackedEdit: <P extends "body" | "name" | "uid" | "parameters" | "requestUid" | "auth" | "body.raw" | "body.formData" | "body.activeBody" | "body.binary" | "body.raw.value" | "body.raw.encoding" | "body.formData.value" | "body.formData.encoding" | `body.formData.value.${number}` | `body.formData.value.${number}.default` | `body.formData.value.${number}.key` | `body.formData.value.${number}.type` | `body.formData.value.${number}.required` | `body.formData.value.${number}.value` | `body.formData.value.${number}.file` | `body.formData.value.${number}.enabled` | `body.formData.value.${number}.minimum` | `body.formData.value.${number}.maximum` | `body.formData.value.${number}.description` | `body.formData.value.${number}.enum` | `body.formData.value.${number}.refUid` | `body.formData.value.${number}.format` | `body.formData.value.${number}.nullable` | `body.formData.value.${number}.default.${string}` | `body.formData.value.${number}.enum.${number}` | "parameters.path" | "parameters.query" | "parameters.cookies" | "parameters.headers" | `parameters.path.${number}` | `parameters.path.${number}.default` | `parameters.path.${number}.key` | `parameters.path.${number}.type` | `parameters.path.${number}.required` | `parameters.path.${number}.value` | `parameters.path.${number}.file` | `parameters.path.${number}.enabled` | `parameters.path.${number}.minimum` | `parameters.path.${number}.maximum` | `parameters.path.${number}.description` | `parameters.path.${number}.enum` | `parameters.path.${number}.refUid` | `parameters.path.${number}.format` | `parameters.path.${number}.nullable` | `parameters.path.${number}.default.${string}` | `parameters.path.${number}.enum.${number}` | `parameters.query.${number}` | `parameters.query.${number}.default` | `parameters.query.${number}.key` | `parameters.query.${number}.type` | `parameters.query.${number}.required` | `parameters.query.${number}.value` | `parameters.query.${number}.file` | `parameters.query.${number}.enabled` | `parameters.query.${number}.minimum` | `parameters.query.${number}.maximum` | `parameters.query.${number}.description` | `parameters.query.${number}.enum` | `parameters.query.${number}.refUid` | `parameters.query.${number}.format` | `parameters.query.${number}.nullable` | `parameters.query.${number}.default.${string}` | `parameters.query.${number}.enum.${number}` | `parameters.cookies.${number}` | `parameters.cookies.${number}.default` | `parameters.cookies.${number}.key` | `parameters.cookies.${number}.type` | `parameters.cookies.${number}.required` | `parameters.cookies.${number}.value` | `parameters.cookies.${number}.file` | `parameters.cookies.${number}.enabled` | `parameters.cookies.${number}.minimum` | `parameters.cookies.${number}.maximum` | `parameters.cookies.${number}.description` | `parameters.cookies.${number}.enum` | `parameters.cookies.${number}.refUid` | `parameters.cookies.${number}.format` | `parameters.cookies.${number}.nullable` | `parameters.cookies.${number}.default.${string}` | `parameters.cookies.${number}.enum.${number}` | `parameters.headers.${number}` | `parameters.headers.${number}.default` | `parameters.headers.${number}.key` | `parameters.headers.${number}.type` | `parameters.headers.${number}.required` | `parameters.headers.${number}.value` | `parameters.headers.${number}.file` | `parameters.headers.${number}.enabled` | `parameters.headers.${number}.minimum` | `parameters.headers.${number}.maximum` | `parameters.headers.${number}.description` | `parameters.headers.${number}.enum` | `parameters.headers.${number}.refUid` | `parameters.headers.${number}.format` | `parameters.headers.${number}.nullable` | `parameters.headers.${number}.default.${string}` | `parameters.headers.${number}.enum.${number}` | `auth.${string}`>(uid: string, path: P, value: P extends "body" | "name" | "uid" | "parameters" | "requestUid" | "auth" ? {
2244
2244
  uid: string;
2245
2245
  name: string;
2246
2246
  parameters: {
@@ -2667,14 +2667,14 @@ export declare const useWorkspace: () => {
2667
2667
  openIdConnectUrl: string;
2668
2668
  description?: string | undefined;
2669
2669
  }) => void;
2670
- edit: <P extends "type" | "name" | "value" | "uid" | "in" | "description" | "scheme" | "bearerFormat" | "secondValue" | "flows" | "clientId" | "redirectUri" | "flows.implicit" | "flows.password" | "flows.clientCredentials" | "flows.authorizationCode" | "flows.implicit.authorizationUrl" | "flows.implicit.selectedScopes" | "flows.implicit.token" | "flows.implicit.refreshUrl" | "flows.implicit.scopes" | `flows.implicit.selectedScopes.${number}` | `flows.implicit.scopes.${string}` | "flows.password.value" | "flows.password.secondValue" | "flows.password.selectedScopes" | "flows.password.token" | "flows.password.refreshUrl" | "flows.password.scopes" | `flows.password.selectedScopes.${number}` | `flows.password.scopes.${string}` | "flows.password.tokenUrl" | "flows.password.clientSecret" | "flows.clientCredentials.selectedScopes" | "flows.clientCredentials.token" | "flows.clientCredentials.refreshUrl" | "flows.clientCredentials.scopes" | `flows.clientCredentials.selectedScopes.${number}` | `flows.clientCredentials.scopes.${string}` | "flows.clientCredentials.tokenUrl" | "flows.clientCredentials.clientSecret" | "flows.authorizationCode.authorizationUrl" | "flows.authorizationCode.selectedScopes" | "flows.authorizationCode.token" | "flows.authorizationCode.refreshUrl" | "flows.authorizationCode.scopes" | `flows.authorizationCode.selectedScopes.${number}` | `flows.authorizationCode.scopes.${string}` | "flows.authorizationCode.tokenUrl" | "flows.authorizationCode.clientSecret" | "openIdConnectUrl">(uid: string, path: P, value: (P extends "type" | "name" | "value" | "uid" | "in" | "description" ? {
2670
+ edit: <P extends "type" | "name" | "value" | "flows" | "uid" | "description" | "scheme" | "in" | "secondValue" | "bearerFormat" | "clientId" | "redirectUri" | "flows.implicit" | "flows.password" | "flows.clientCredentials" | "flows.authorizationCode" | "flows.implicit.token" | "flows.implicit.authorizationUrl" | "flows.implicit.selectedScopes" | "flows.implicit.refreshUrl" | "flows.implicit.scopes" | `flows.implicit.selectedScopes.${number}` | `flows.implicit.scopes.${string}` | "flows.password.value" | "flows.password.secondValue" | "flows.password.token" | "flows.password.clientSecret" | "flows.password.selectedScopes" | "flows.password.refreshUrl" | "flows.password.scopes" | `flows.password.selectedScopes.${number}` | `flows.password.scopes.${string}` | "flows.password.tokenUrl" | "flows.clientCredentials.token" | "flows.clientCredentials.clientSecret" | "flows.clientCredentials.selectedScopes" | "flows.clientCredentials.refreshUrl" | "flows.clientCredentials.scopes" | `flows.clientCredentials.selectedScopes.${number}` | `flows.clientCredentials.scopes.${string}` | "flows.clientCredentials.tokenUrl" | "flows.authorizationCode.token" | "flows.authorizationCode.clientSecret" | "flows.authorizationCode.authorizationUrl" | "flows.authorizationCode.selectedScopes" | "flows.authorizationCode.refreshUrl" | "flows.authorizationCode.scopes" | `flows.authorizationCode.selectedScopes.${number}` | `flows.authorizationCode.scopes.${string}` | "flows.authorizationCode.tokenUrl" | "openIdConnectUrl">(uid: string, path: P, value: (P extends "type" | "name" | "value" | "uid" | "description" | "in" ? {
2671
2671
  type: "apiKey";
2672
2672
  value: string;
2673
2673
  uid: string;
2674
2674
  name: string;
2675
2675
  in: "query" | "header" | "cookie";
2676
2676
  description?: string | undefined;
2677
- }[P] : P extends `${infer K}.${infer R}` ? K extends "type" | "name" | "value" | "uid" | "in" | "description" ? R extends import("@scalar/object-utils/nested").Path<{
2677
+ }[P] : P extends `${infer K}.${infer R}` ? K extends "type" | "name" | "value" | "uid" | "description" | "in" ? R extends import("@scalar/object-utils/nested").Path<{
2678
2678
  type: "apiKey";
2679
2679
  value: string;
2680
2680
  uid: string;
@@ -2688,7 +2688,7 @@ export declare const useWorkspace: () => {
2688
2688
  name: string;
2689
2689
  in: "query" | "header" | "cookie";
2690
2690
  description?: string | undefined;
2691
- }[K], R> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never) | (P extends "type" | "value" | "uid" | "description" | "scheme" | "bearerFormat" | "secondValue" ? {
2691
+ }[K], R> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never) | (P extends "type" | "value" | "uid" | "description" | "scheme" | "secondValue" | "bearerFormat" ? {
2692
2692
  type: "http";
2693
2693
  value: string;
2694
2694
  uid: string;
@@ -2696,7 +2696,7 @@ export declare const useWorkspace: () => {
2696
2696
  bearerFormat: string;
2697
2697
  secondValue: string;
2698
2698
  description?: string | undefined;
2699
- }[P] : P extends `${infer K}.${infer R}` ? K extends "type" | "value" | "uid" | "description" | "scheme" | "bearerFormat" | "secondValue" ? R extends import("@scalar/object-utils/nested").Path<{
2699
+ }[P] : P extends `${infer K}.${infer R}` ? K extends "type" | "value" | "uid" | "description" | "scheme" | "secondValue" | "bearerFormat" ? R extends import("@scalar/object-utils/nested").Path<{
2700
2700
  type: "http";
2701
2701
  value: string;
2702
2702
  uid: string;
@@ -2712,7 +2712,7 @@ export declare const useWorkspace: () => {
2712
2712
  bearerFormat: string;
2713
2713
  secondValue: string;
2714
2714
  description?: string | undefined;
2715
- }[K], R> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never) | (P extends "type" | "uid" | "description" | "flows" | "clientId" | "redirectUri" ? {
2715
+ }[K], R> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never) | (P extends "type" | "flows" | "uid" | "description" | "clientId" | "redirectUri" ? {
2716
2716
  type: "oauth2";
2717
2717
  uid: string;
2718
2718
  flows: {
@@ -2754,7 +2754,7 @@ export declare const useWorkspace: () => {
2754
2754
  clientId: string;
2755
2755
  redirectUri: string;
2756
2756
  description?: string | undefined;
2757
- }[P] : P extends `${infer K}.${infer R}` ? K extends "type" | "uid" | "description" | "flows" | "clientId" | "redirectUri" ? R extends import("@scalar/object-utils/nested").Path<{
2757
+ }[P] : P extends `${infer K}.${infer R}` ? K extends "type" | "flows" | "uid" | "description" | "clientId" | "redirectUri" ? R extends import("@scalar/object-utils/nested").Path<{
2758
2758
  type: "oauth2";
2759
2759
  uid: string;
2760
2760
  flows: {
@@ -2854,14 +2854,14 @@ export declare const useWorkspace: () => {
2854
2854
  openIdConnectUrl: string;
2855
2855
  description?: string | undefined;
2856
2856
  }[K], R> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never)) => void;
2857
- untrackedEdit: <P extends "type" | "name" | "value" | "uid" | "in" | "description" | "scheme" | "bearerFormat" | "secondValue" | "flows" | "clientId" | "redirectUri" | "flows.implicit" | "flows.password" | "flows.clientCredentials" | "flows.authorizationCode" | "flows.implicit.authorizationUrl" | "flows.implicit.selectedScopes" | "flows.implicit.token" | "flows.implicit.refreshUrl" | "flows.implicit.scopes" | `flows.implicit.selectedScopes.${number}` | `flows.implicit.scopes.${string}` | "flows.password.value" | "flows.password.secondValue" | "flows.password.selectedScopes" | "flows.password.token" | "flows.password.refreshUrl" | "flows.password.scopes" | `flows.password.selectedScopes.${number}` | `flows.password.scopes.${string}` | "flows.password.tokenUrl" | "flows.password.clientSecret" | "flows.clientCredentials.selectedScopes" | "flows.clientCredentials.token" | "flows.clientCredentials.refreshUrl" | "flows.clientCredentials.scopes" | `flows.clientCredentials.selectedScopes.${number}` | `flows.clientCredentials.scopes.${string}` | "flows.clientCredentials.tokenUrl" | "flows.clientCredentials.clientSecret" | "flows.authorizationCode.authorizationUrl" | "flows.authorizationCode.selectedScopes" | "flows.authorizationCode.token" | "flows.authorizationCode.refreshUrl" | "flows.authorizationCode.scopes" | `flows.authorizationCode.selectedScopes.${number}` | `flows.authorizationCode.scopes.${string}` | "flows.authorizationCode.tokenUrl" | "flows.authorizationCode.clientSecret" | "openIdConnectUrl">(uid: string, path: P, value: (P extends "type" | "name" | "value" | "uid" | "in" | "description" ? {
2857
+ untrackedEdit: <P extends "type" | "name" | "value" | "flows" | "uid" | "description" | "scheme" | "in" | "secondValue" | "bearerFormat" | "clientId" | "redirectUri" | "flows.implicit" | "flows.password" | "flows.clientCredentials" | "flows.authorizationCode" | "flows.implicit.token" | "flows.implicit.authorizationUrl" | "flows.implicit.selectedScopes" | "flows.implicit.refreshUrl" | "flows.implicit.scopes" | `flows.implicit.selectedScopes.${number}` | `flows.implicit.scopes.${string}` | "flows.password.value" | "flows.password.secondValue" | "flows.password.token" | "flows.password.clientSecret" | "flows.password.selectedScopes" | "flows.password.refreshUrl" | "flows.password.scopes" | `flows.password.selectedScopes.${number}` | `flows.password.scopes.${string}` | "flows.password.tokenUrl" | "flows.clientCredentials.token" | "flows.clientCredentials.clientSecret" | "flows.clientCredentials.selectedScopes" | "flows.clientCredentials.refreshUrl" | "flows.clientCredentials.scopes" | `flows.clientCredentials.selectedScopes.${number}` | `flows.clientCredentials.scopes.${string}` | "flows.clientCredentials.tokenUrl" | "flows.authorizationCode.token" | "flows.authorizationCode.clientSecret" | "flows.authorizationCode.authorizationUrl" | "flows.authorizationCode.selectedScopes" | "flows.authorizationCode.refreshUrl" | "flows.authorizationCode.scopes" | `flows.authorizationCode.selectedScopes.${number}` | `flows.authorizationCode.scopes.${string}` | "flows.authorizationCode.tokenUrl" | "openIdConnectUrl">(uid: string, path: P, value: (P extends "type" | "name" | "value" | "uid" | "description" | "in" ? {
2858
2858
  type: "apiKey";
2859
2859
  value: string;
2860
2860
  uid: string;
2861
2861
  name: string;
2862
2862
  in: "query" | "header" | "cookie";
2863
2863
  description?: string | undefined;
2864
- }[P] : P extends `${infer K}.${infer R}` ? K extends "type" | "name" | "value" | "uid" | "in" | "description" ? R extends import("@scalar/object-utils/nested").Path<{
2864
+ }[P] : P extends `${infer K}.${infer R}` ? K extends "type" | "name" | "value" | "uid" | "description" | "in" ? R extends import("@scalar/object-utils/nested").Path<{
2865
2865
  type: "apiKey";
2866
2866
  value: string;
2867
2867
  uid: string;
@@ -2875,7 +2875,7 @@ export declare const useWorkspace: () => {
2875
2875
  name: string;
2876
2876
  in: "query" | "header" | "cookie";
2877
2877
  description?: string | undefined;
2878
- }[K], R> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never) | (P extends "type" | "value" | "uid" | "description" | "scheme" | "bearerFormat" | "secondValue" ? {
2878
+ }[K], R> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never) | (P extends "type" | "value" | "uid" | "description" | "scheme" | "secondValue" | "bearerFormat" ? {
2879
2879
  type: "http";
2880
2880
  value: string;
2881
2881
  uid: string;
@@ -2883,7 +2883,7 @@ export declare const useWorkspace: () => {
2883
2883
  bearerFormat: string;
2884
2884
  secondValue: string;
2885
2885
  description?: string | undefined;
2886
- }[P] : P extends `${infer K}.${infer R}` ? K extends "type" | "value" | "uid" | "description" | "scheme" | "bearerFormat" | "secondValue" ? R extends import("@scalar/object-utils/nested").Path<{
2886
+ }[P] : P extends `${infer K}.${infer R}` ? K extends "type" | "value" | "uid" | "description" | "scheme" | "secondValue" | "bearerFormat" ? R extends import("@scalar/object-utils/nested").Path<{
2887
2887
  type: "http";
2888
2888
  value: string;
2889
2889
  uid: string;
@@ -2899,7 +2899,7 @@ export declare const useWorkspace: () => {
2899
2899
  bearerFormat: string;
2900
2900
  secondValue: string;
2901
2901
  description?: string | undefined;
2902
- }[K], R> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never) | (P extends "type" | "uid" | "description" | "flows" | "clientId" | "redirectUri" ? {
2902
+ }[K], R> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never) | (P extends "type" | "flows" | "uid" | "description" | "clientId" | "redirectUri" ? {
2903
2903
  type: "oauth2";
2904
2904
  uid: string;
2905
2905
  flows: {
@@ -2941,7 +2941,7 @@ export declare const useWorkspace: () => {
2941
2941
  clientId: string;
2942
2942
  redirectUri: string;
2943
2943
  description?: string | undefined;
2944
- }[P] : P extends `${infer K}.${infer R}` ? K extends "type" | "uid" | "description" | "flows" | "clientId" | "redirectUri" ? R extends import("@scalar/object-utils/nested").Path<{
2944
+ }[P] : P extends `${infer K}.${infer R}` ? K extends "type" | "flows" | "uid" | "description" | "clientId" | "redirectUri" ? R extends import("@scalar/object-utils/nested").Path<{
2945
2945
  type: "oauth2";
2946
2946
  uid: string;
2947
2947
  flows: {
@@ -1 +1 @@
1
- {"version":3,"file":"workspace.d.ts","sourceRoot":"","sources":["../../src/store/workspace.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"workspace.d.ts","sourceRoot":"","sources":["../../src/store/workspace.ts"],"names":[],"mappings":"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"}