@scalar/api-client 2.5.17 → 2.5.19

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 (79) hide show
  1. package/CHANGELOG.md +47 -0
  2. package/dist/components/AddressBar/AddressBarHistory.vue2.js +9 -8
  3. package/dist/components/CommandPalette/CommandPaletteImport.vue.js +15 -13
  4. package/dist/components/CommandPalette/CommandPaletteServer.vue.js +10 -9
  5. package/dist/components/CommandPalette/TheCommandPalette.vue2.js +28 -26
  6. package/dist/components/DataTable/DataTableInput.vue.d.ts.map +1 -1
  7. package/dist/components/DataTable/DataTableInputSelect.vue.js +9 -8
  8. package/dist/components/EnvironmentSelector/EnvironmentSelector.vue.js +9 -7
  9. package/dist/components/ImportCollection/ImportNowButton.vue.js +6 -4
  10. package/dist/components/ImportCollection/WorkspaceSelector.vue.js +4 -2
  11. package/dist/components/SectionFilter.vue.d.ts.map +1 -1
  12. package/dist/components/SectionFilter.vue.js +2 -2
  13. package/dist/components/SectionFilter.vue2.js +8 -8
  14. package/dist/components/Server/ServerSelector.vue.d.ts.map +1 -1
  15. package/dist/components/Server/ServerSelector.vue.js +3 -2
  16. package/dist/components/Server/ServerVariablesForm.vue.js +1 -1
  17. package/dist/components/Server/ServerVariablesSelect.vue.d.ts.map +1 -1
  18. package/dist/components/Server/ServerVariablesSelect.vue.js +7 -7
  19. package/dist/components/SideNav/SideHelp.vue.js +16 -10
  20. package/dist/components/SideNav/SideNav.vue.js +2 -1
  21. package/dist/components/Sidebar/Actions/SidebarListElementForm.vue2.js +2 -1
  22. package/dist/components/TopNav/TopNav.vue.js +9 -7
  23. package/dist/components/TopNav/TopNavItem.vue2.js +8 -4
  24. package/dist/components/ViewLayout/ViewLayoutCollapse.vue.d.ts.map +1 -1
  25. package/dist/components/ViewLayout/ViewLayoutCollapse.vue.js +14 -14
  26. package/dist/layouts/App/create-api-client-app.d.ts +42 -2
  27. package/dist/layouts/App/create-api-client-app.d.ts.map +1 -1
  28. package/dist/layouts/Modal/create-api-client-modal.d.ts +84 -4
  29. package/dist/layouts/Modal/create-api-client-modal.d.ts.map +1 -1
  30. package/dist/layouts/Web/create-api-client-web.d.ts +42 -2
  31. package/dist/layouts/Web/create-api-client-web.d.ts.map +1 -1
  32. package/dist/libs/create-client.d.ts +42 -2
  33. package/dist/libs/create-client.d.ts.map +1 -1
  34. package/dist/store/security-schemes.d.ts +42 -2
  35. package/dist/store/security-schemes.d.ts.map +1 -1
  36. package/dist/store/store.d.ts +42 -2
  37. package/dist/store/store.d.ts.map +1 -1
  38. package/dist/style.css +1 -1
  39. package/dist/views/Collection/CollectionEnvironment.vue2.js +8 -7
  40. package/dist/views/Collection/CollectionServers.vue2.js +2 -1
  41. package/dist/views/Collection/CollectionSettings.vue2.js +2 -1
  42. package/dist/views/Collection/components/EnvironmentForm.vue2.js +4 -2
  43. package/dist/views/Collection/components/MarkdownInput.vue2.js +4 -2
  44. package/dist/views/Environment/Environment.vue2.js +2 -1
  45. package/dist/views/Environment/EnvironmentModal.vue.js +10 -9
  46. package/dist/views/Environment/EnvironmentVariableDropdown.vue.js +2 -1
  47. package/dist/views/Request/RequestSection/RequestAuth/DeleteRequestAuthModal.vue.js +5 -4
  48. package/dist/views/Request/RequestSection/RequestAuth/OAuth2.vue.js +22 -11
  49. package/dist/views/Request/RequestSection/RequestAuth/OAuthScopesInput.vue.js +9 -8
  50. package/dist/views/Request/RequestSection/RequestAuth/RequestAuth.vue.d.ts.map +1 -1
  51. package/dist/views/Request/RequestSection/RequestAuth/RequestAuth.vue.js +2 -2
  52. package/dist/views/Request/RequestSection/RequestAuth/RequestAuth.vue2.js +7 -7
  53. package/dist/views/Request/RequestSection/RequestAuth/RequestAuthDataTable.vue.js +2 -2
  54. package/dist/views/Request/RequestSection/RequestAuth/RequestAuthDataTable.vue2.js +1 -1
  55. package/dist/views/Request/RequestSection/RequestAuth/RequestAuthTab.vue.js +1 -1
  56. package/dist/views/Request/RequestSection/RequestAuth/RequestAuthTab.vue2.js +33 -28
  57. package/dist/views/Request/RequestSection/RequestBody.vue2.js +4 -2
  58. package/dist/views/Request/RequestSection/RequestParams.vue.js +2 -1
  59. package/dist/views/Request/RequestSection/RequestTable.vue2.js +12 -10
  60. package/dist/views/Request/RequestSidebar.vue2.js +2 -1
  61. package/dist/views/Request/RequestSidebarItem.vue.d.ts.map +1 -1
  62. package/dist/views/Request/RequestSidebarItem.vue2.js +2 -1
  63. package/dist/views/Request/RequestSidebarItemMenu.vue2.js +6 -3
  64. package/dist/views/Request/ResponseSection/RequestHeaders.vue.js +4 -2
  65. package/dist/views/Request/ResponseSection/ResponseBody.vue2.js +2 -1
  66. package/dist/views/Request/ResponseSection/ResponseBodyDownload.vue.js +1 -1
  67. package/dist/views/Request/ResponseSection/ResponseBodyPreview.vue2.js +2 -1
  68. package/dist/views/Request/ResponseSection/ResponseBodyRaw.vue.d.ts.map +1 -1
  69. package/dist/views/Request/ResponseSection/ResponseBodyRaw.vue.js +3 -3
  70. package/dist/views/Request/ResponseSection/ResponseBodyRaw.vue2.js +4 -4
  71. package/dist/views/Request/ResponseSection/ResponseEmpty.vue2.js +1 -1
  72. package/dist/views/Request/ResponseSection/ResponseHeaders.vue.js +4 -2
  73. package/dist/views/Request/ResponseSection/ResponseLoadingOverlay.vue2.js +5 -4
  74. package/dist/views/Request/components/WorkspaceDropdown.vue.js +13 -10
  75. package/dist/views/Request/libs/oauth2.d.ts.map +1 -1
  76. package/dist/views/Request/libs/oauth2.js +46 -44
  77. package/dist/views/Settings/SettingsGeneral.vue.js +19 -17
  78. package/dist/views/Settings/components/SettingsAppearance.vue.js +8 -5
  79. package/package.json +20 -20
@@ -349,6 +349,7 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
349
349
  tokenUrl: string;
350
350
  clientSecret: string;
351
351
  "x-scalar-security-query"?: Record<string, string> | undefined;
352
+ "x-scalar-security-body"?: Record<string, string> | undefined;
352
353
  "x-tokenName"?: string | undefined;
353
354
  } | undefined;
354
355
  implicit?: {
@@ -361,6 +362,7 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
361
362
  authorizationUrl: string;
362
363
  "x-scalar-redirect-uri": string;
363
364
  "x-scalar-security-query"?: Record<string, string> | undefined;
365
+ "x-scalar-security-body"?: Record<string, string> | undefined;
364
366
  "x-tokenName"?: string | undefined;
365
367
  } | undefined;
366
368
  clientCredentials?: {
@@ -373,6 +375,7 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
373
375
  tokenUrl: string;
374
376
  clientSecret: string;
375
377
  "x-scalar-security-query"?: Record<string, string> | undefined;
378
+ "x-scalar-security-body"?: Record<string, string> | undefined;
376
379
  "x-tokenName"?: string | undefined;
377
380
  } | undefined;
378
381
  authorizationCode?: {
@@ -388,6 +391,7 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
388
391
  clientSecret: string;
389
392
  "x-usePkce": "SHA-256" | "plain" | "no";
390
393
  "x-scalar-security-query"?: Record<string, string> | undefined;
394
+ "x-scalar-security-body"?: Record<string, string> | undefined;
391
395
  "x-tokenName"?: string | undefined;
392
396
  } | undefined;
393
397
  };
@@ -2718,6 +2722,7 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
2718
2722
  tokenUrl: string;
2719
2723
  clientSecret: string;
2720
2724
  "x-scalar-security-query"?: Record<string, string> | undefined;
2725
+ "x-scalar-security-body"?: Record<string, string> | undefined;
2721
2726
  "x-tokenName"?: string | undefined;
2722
2727
  } | undefined;
2723
2728
  implicit?: {
@@ -2730,6 +2735,7 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
2730
2735
  authorizationUrl: string;
2731
2736
  "x-scalar-redirect-uri": string;
2732
2737
  "x-scalar-security-query"?: Record<string, string> | undefined;
2738
+ "x-scalar-security-body"?: Record<string, string> | undefined;
2733
2739
  "x-tokenName"?: string | undefined;
2734
2740
  } | undefined;
2735
2741
  clientCredentials?: {
@@ -2742,6 +2748,7 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
2742
2748
  tokenUrl: string;
2743
2749
  clientSecret: string;
2744
2750
  "x-scalar-security-query"?: Record<string, string> | undefined;
2751
+ "x-scalar-security-body"?: Record<string, string> | undefined;
2745
2752
  "x-tokenName"?: string | undefined;
2746
2753
  } | undefined;
2747
2754
  authorizationCode?: {
@@ -2757,6 +2764,7 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
2757
2764
  clientSecret: string;
2758
2765
  "x-usePkce": "SHA-256" | "plain" | "no";
2759
2766
  "x-scalar-security-query"?: Record<string, string> | undefined;
2767
+ "x-scalar-security-body"?: Record<string, string> | undefined;
2760
2768
  "x-tokenName"?: string | undefined;
2761
2769
  } | undefined;
2762
2770
  };
@@ -2804,6 +2812,7 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
2804
2812
  tokenUrl: string;
2805
2813
  clientSecret: string;
2806
2814
  "x-scalar-security-query"?: Record<string, string> | undefined;
2815
+ "x-scalar-security-body"?: Record<string, string> | undefined;
2807
2816
  "x-tokenName"?: string | undefined;
2808
2817
  } | undefined;
2809
2818
  implicit?: {
@@ -2816,6 +2825,7 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
2816
2825
  authorizationUrl: string;
2817
2826
  "x-scalar-redirect-uri": string;
2818
2827
  "x-scalar-security-query"?: Record<string, string> | undefined;
2828
+ "x-scalar-security-body"?: Record<string, string> | undefined;
2819
2829
  "x-tokenName"?: string | undefined;
2820
2830
  } | undefined;
2821
2831
  clientCredentials?: {
@@ -2828,6 +2838,7 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
2828
2838
  tokenUrl: string;
2829
2839
  clientSecret: string;
2830
2840
  "x-scalar-security-query"?: Record<string, string> | undefined;
2841
+ "x-scalar-security-body"?: Record<string, string> | undefined;
2831
2842
  "x-tokenName"?: string | undefined;
2832
2843
  } | undefined;
2833
2844
  authorizationCode?: {
@@ -2843,6 +2854,7 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
2843
2854
  clientSecret: string;
2844
2855
  "x-usePkce": "SHA-256" | "plain" | "no";
2845
2856
  "x-scalar-security-query"?: Record<string, string> | undefined;
2857
+ "x-scalar-security-body"?: Record<string, string> | undefined;
2846
2858
  "x-tokenName"?: string | undefined;
2847
2859
  } | undefined;
2848
2860
  };
@@ -2891,6 +2903,7 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
2891
2903
  tokenUrl: string;
2892
2904
  clientSecret: string;
2893
2905
  "x-scalar-security-query"?: Record<string, string> | undefined;
2906
+ "x-scalar-security-body"?: Record<string, string> | undefined;
2894
2907
  "x-tokenName"?: string | undefined;
2895
2908
  } | undefined;
2896
2909
  implicit?: {
@@ -2903,6 +2916,7 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
2903
2916
  authorizationUrl: string;
2904
2917
  "x-scalar-redirect-uri": string;
2905
2918
  "x-scalar-security-query"?: Record<string, string> | undefined;
2919
+ "x-scalar-security-body"?: Record<string, string> | undefined;
2906
2920
  "x-tokenName"?: string | undefined;
2907
2921
  } | undefined;
2908
2922
  clientCredentials?: {
@@ -2915,6 +2929,7 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
2915
2929
  tokenUrl: string;
2916
2930
  clientSecret: string;
2917
2931
  "x-scalar-security-query"?: Record<string, string> | undefined;
2932
+ "x-scalar-security-body"?: Record<string, string> | undefined;
2918
2933
  "x-tokenName"?: string | undefined;
2919
2934
  } | undefined;
2920
2935
  authorizationCode?: {
@@ -2930,13 +2945,14 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
2930
2945
  clientSecret: string;
2931
2946
  "x-usePkce": "SHA-256" | "plain" | "no";
2932
2947
  "x-scalar-security-query"?: Record<string, string> | undefined;
2948
+ "x-scalar-security-body"?: Record<string, string> | undefined;
2933
2949
  "x-tokenName"?: string | undefined;
2934
2950
  } | undefined;
2935
2951
  };
2936
2952
  description?: string | undefined;
2937
2953
  'x-default-scopes'?: string | string[] | undefined;
2938
2954
  }) => void;
2939
- edit: <P extends "value" | "description" | "type" | "uid" | "name" | "in" | "nameKey" | "scheme" | "bearerFormat" | "openIdConnectUrl" | "x-default-scopes" | "flows" | "password" | "username" | "token" | `x-default-scopes.${number}` | "flows.password" | "flows.implicit" | "flows.clientCredentials" | "flows.authorizationCode" | "flows.password.type" | "flows.password.password" | "flows.password.username" | "flows.password.token" | "flows.password.refreshUrl" | "flows.password.scopes" | "flows.password.selectedScopes" | "flows.password.x-scalar-client-id" | "flows.password.tokenUrl" | "flows.password.clientSecret" | "flows.password.x-scalar-security-query" | "flows.password.x-tokenName" | `flows.password.scopes.${string}` | `flows.password.selectedScopes.${number}` | `flows.password.x-scalar-security-query.${string}` | "flows.implicit.type" | "flows.implicit.token" | "flows.implicit.refreshUrl" | "flows.implicit.scopes" | "flows.implicit.selectedScopes" | "flows.implicit.x-scalar-client-id" | "flows.implicit.x-scalar-security-query" | "flows.implicit.x-tokenName" | `flows.implicit.scopes.${string}` | `flows.implicit.selectedScopes.${number}` | `flows.implicit.x-scalar-security-query.${string}` | "flows.implicit.authorizationUrl" | "flows.implicit.x-scalar-redirect-uri" | "flows.clientCredentials.type" | "flows.clientCredentials.token" | "flows.clientCredentials.refreshUrl" | "flows.clientCredentials.scopes" | "flows.clientCredentials.selectedScopes" | "flows.clientCredentials.x-scalar-client-id" | "flows.clientCredentials.tokenUrl" | "flows.clientCredentials.clientSecret" | "flows.clientCredentials.x-scalar-security-query" | "flows.clientCredentials.x-tokenName" | `flows.clientCredentials.scopes.${string}` | `flows.clientCredentials.selectedScopes.${number}` | `flows.clientCredentials.x-scalar-security-query.${string}` | "flows.authorizationCode.type" | "flows.authorizationCode.token" | "flows.authorizationCode.refreshUrl" | "flows.authorizationCode.scopes" | "flows.authorizationCode.selectedScopes" | "flows.authorizationCode.x-scalar-client-id" | "flows.authorizationCode.tokenUrl" | "flows.authorizationCode.clientSecret" | "flows.authorizationCode.x-scalar-security-query" | "flows.authorizationCode.x-tokenName" | `flows.authorizationCode.scopes.${string}` | `flows.authorizationCode.selectedScopes.${number}` | `flows.authorizationCode.x-scalar-security-query.${string}` | "flows.authorizationCode.authorizationUrl" | "flows.authorizationCode.x-scalar-redirect-uri" | "flows.authorizationCode.x-usePkce">(uid: (string & import("zod").BRAND<"securityScheme">) | null | undefined, path: P, value: (P extends "value" | "description" | "type" | "uid" | "name" | "in" | "nameKey" ? {
2955
+ edit: <P extends "value" | "description" | "type" | "uid" | "name" | "in" | "nameKey" | "scheme" | "bearerFormat" | "openIdConnectUrl" | "x-default-scopes" | "flows" | "password" | "username" | "token" | `x-default-scopes.${number}` | "flows.password" | "flows.implicit" | "flows.clientCredentials" | "flows.authorizationCode" | "flows.password.type" | "flows.password.password" | "flows.password.username" | "flows.password.token" | "flows.password.refreshUrl" | "flows.password.scopes" | "flows.password.selectedScopes" | "flows.password.x-scalar-client-id" | "flows.password.tokenUrl" | "flows.password.clientSecret" | "flows.password.x-scalar-security-query" | "flows.password.x-scalar-security-body" | "flows.password.x-tokenName" | `flows.password.scopes.${string}` | `flows.password.selectedScopes.${number}` | `flows.password.x-scalar-security-query.${string}` | `flows.password.x-scalar-security-body.${string}` | "flows.implicit.type" | "flows.implicit.token" | "flows.implicit.refreshUrl" | "flows.implicit.scopes" | "flows.implicit.selectedScopes" | "flows.implicit.x-scalar-client-id" | "flows.implicit.x-scalar-security-query" | "flows.implicit.x-scalar-security-body" | "flows.implicit.x-tokenName" | `flows.implicit.scopes.${string}` | `flows.implicit.selectedScopes.${number}` | `flows.implicit.x-scalar-security-query.${string}` | `flows.implicit.x-scalar-security-body.${string}` | "flows.implicit.authorizationUrl" | "flows.implicit.x-scalar-redirect-uri" | "flows.clientCredentials.type" | "flows.clientCredentials.token" | "flows.clientCredentials.refreshUrl" | "flows.clientCredentials.scopes" | "flows.clientCredentials.selectedScopes" | "flows.clientCredentials.x-scalar-client-id" | "flows.clientCredentials.tokenUrl" | "flows.clientCredentials.clientSecret" | "flows.clientCredentials.x-scalar-security-query" | "flows.clientCredentials.x-scalar-security-body" | "flows.clientCredentials.x-tokenName" | `flows.clientCredentials.scopes.${string}` | `flows.clientCredentials.selectedScopes.${number}` | `flows.clientCredentials.x-scalar-security-query.${string}` | `flows.clientCredentials.x-scalar-security-body.${string}` | "flows.authorizationCode.type" | "flows.authorizationCode.token" | "flows.authorizationCode.refreshUrl" | "flows.authorizationCode.scopes" | "flows.authorizationCode.selectedScopes" | "flows.authorizationCode.x-scalar-client-id" | "flows.authorizationCode.tokenUrl" | "flows.authorizationCode.clientSecret" | "flows.authorizationCode.x-scalar-security-query" | "flows.authorizationCode.x-scalar-security-body" | "flows.authorizationCode.x-tokenName" | `flows.authorizationCode.scopes.${string}` | `flows.authorizationCode.selectedScopes.${number}` | `flows.authorizationCode.x-scalar-security-query.${string}` | `flows.authorizationCode.x-scalar-security-body.${string}` | "flows.authorizationCode.authorizationUrl" | "flows.authorizationCode.x-scalar-redirect-uri" | "flows.authorizationCode.x-usePkce">(uid: (string & import("zod").BRAND<"securityScheme">) | null | undefined, path: P, value: (P extends "value" | "description" | "type" | "uid" | "name" | "in" | "nameKey" ? {
2940
2956
  type: "apiKey";
2941
2957
  value: string;
2942
2958
  name: string;
@@ -3025,6 +3041,7 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
3025
3041
  tokenUrl: string;
3026
3042
  clientSecret: string;
3027
3043
  "x-scalar-security-query"?: Record<string, string> | undefined;
3044
+ "x-scalar-security-body"?: Record<string, string> | undefined;
3028
3045
  "x-tokenName"?: string | undefined;
3029
3046
  } | undefined;
3030
3047
  implicit?: {
@@ -3037,6 +3054,7 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
3037
3054
  authorizationUrl: string;
3038
3055
  "x-scalar-redirect-uri": string;
3039
3056
  "x-scalar-security-query"?: Record<string, string> | undefined;
3057
+ "x-scalar-security-body"?: Record<string, string> | undefined;
3040
3058
  "x-tokenName"?: string | undefined;
3041
3059
  } | undefined;
3042
3060
  clientCredentials?: {
@@ -3049,6 +3067,7 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
3049
3067
  tokenUrl: string;
3050
3068
  clientSecret: string;
3051
3069
  "x-scalar-security-query"?: Record<string, string> | undefined;
3070
+ "x-scalar-security-body"?: Record<string, string> | undefined;
3052
3071
  "x-tokenName"?: string | undefined;
3053
3072
  } | undefined;
3054
3073
  authorizationCode?: {
@@ -3064,6 +3083,7 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
3064
3083
  clientSecret: string;
3065
3084
  "x-usePkce": "SHA-256" | "plain" | "no";
3066
3085
  "x-scalar-security-query"?: Record<string, string> | undefined;
3086
+ "x-scalar-security-body"?: Record<string, string> | undefined;
3067
3087
  "x-tokenName"?: string | undefined;
3068
3088
  } | undefined;
3069
3089
  };
@@ -3086,6 +3106,7 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
3086
3106
  tokenUrl: string;
3087
3107
  clientSecret: string;
3088
3108
  "x-scalar-security-query"?: Record<string, string> | undefined;
3109
+ "x-scalar-security-body"?: Record<string, string> | undefined;
3089
3110
  "x-tokenName"?: string | undefined;
3090
3111
  } | undefined;
3091
3112
  implicit?: {
@@ -3098,6 +3119,7 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
3098
3119
  authorizationUrl: string;
3099
3120
  "x-scalar-redirect-uri": string;
3100
3121
  "x-scalar-security-query"?: Record<string, string> | undefined;
3122
+ "x-scalar-security-body"?: Record<string, string> | undefined;
3101
3123
  "x-tokenName"?: string | undefined;
3102
3124
  } | undefined;
3103
3125
  clientCredentials?: {
@@ -3110,6 +3132,7 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
3110
3132
  tokenUrl: string;
3111
3133
  clientSecret: string;
3112
3134
  "x-scalar-security-query"?: Record<string, string> | undefined;
3135
+ "x-scalar-security-body"?: Record<string, string> | undefined;
3113
3136
  "x-tokenName"?: string | undefined;
3114
3137
  } | undefined;
3115
3138
  authorizationCode?: {
@@ -3125,6 +3148,7 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
3125
3148
  clientSecret: string;
3126
3149
  "x-usePkce": "SHA-256" | "plain" | "no";
3127
3150
  "x-scalar-security-query"?: Record<string, string> | undefined;
3151
+ "x-scalar-security-body"?: Record<string, string> | undefined;
3128
3152
  "x-tokenName"?: string | undefined;
3129
3153
  } | undefined;
3130
3154
  };
@@ -3147,6 +3171,7 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
3147
3171
  tokenUrl: string;
3148
3172
  clientSecret: string;
3149
3173
  "x-scalar-security-query"?: Record<string, string> | undefined;
3174
+ "x-scalar-security-body"?: Record<string, string> | undefined;
3150
3175
  "x-tokenName"?: string | undefined;
3151
3176
  } | undefined;
3152
3177
  implicit?: {
@@ -3159,6 +3184,7 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
3159
3184
  authorizationUrl: string;
3160
3185
  "x-scalar-redirect-uri": string;
3161
3186
  "x-scalar-security-query"?: Record<string, string> | undefined;
3187
+ "x-scalar-security-body"?: Record<string, string> | undefined;
3162
3188
  "x-tokenName"?: string | undefined;
3163
3189
  } | undefined;
3164
3190
  clientCredentials?: {
@@ -3171,6 +3197,7 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
3171
3197
  tokenUrl: string;
3172
3198
  clientSecret: string;
3173
3199
  "x-scalar-security-query"?: Record<string, string> | undefined;
3200
+ "x-scalar-security-body"?: Record<string, string> | undefined;
3174
3201
  "x-tokenName"?: string | undefined;
3175
3202
  } | undefined;
3176
3203
  authorizationCode?: {
@@ -3186,13 +3213,14 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
3186
3213
  clientSecret: string;
3187
3214
  "x-usePkce": "SHA-256" | "plain" | "no";
3188
3215
  "x-scalar-security-query"?: Record<string, string> | undefined;
3216
+ "x-scalar-security-body"?: Record<string, string> | undefined;
3189
3217
  "x-tokenName"?: string | undefined;
3190
3218
  } | undefined;
3191
3219
  };
3192
3220
  description?: string | undefined;
3193
3221
  'x-default-scopes'?: string | string[] | undefined;
3194
3222
  }[K], R> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never)) => void;
3195
- untrackedEdit: <P extends "value" | "description" | "type" | "uid" | "name" | "in" | "nameKey" | "scheme" | "bearerFormat" | "openIdConnectUrl" | "x-default-scopes" | "flows" | "password" | "username" | "token" | `x-default-scopes.${number}` | "flows.password" | "flows.implicit" | "flows.clientCredentials" | "flows.authorizationCode" | "flows.password.type" | "flows.password.password" | "flows.password.username" | "flows.password.token" | "flows.password.refreshUrl" | "flows.password.scopes" | "flows.password.selectedScopes" | "flows.password.x-scalar-client-id" | "flows.password.tokenUrl" | "flows.password.clientSecret" | "flows.password.x-scalar-security-query" | "flows.password.x-tokenName" | `flows.password.scopes.${string}` | `flows.password.selectedScopes.${number}` | `flows.password.x-scalar-security-query.${string}` | "flows.implicit.type" | "flows.implicit.token" | "flows.implicit.refreshUrl" | "flows.implicit.scopes" | "flows.implicit.selectedScopes" | "flows.implicit.x-scalar-client-id" | "flows.implicit.x-scalar-security-query" | "flows.implicit.x-tokenName" | `flows.implicit.scopes.${string}` | `flows.implicit.selectedScopes.${number}` | `flows.implicit.x-scalar-security-query.${string}` | "flows.implicit.authorizationUrl" | "flows.implicit.x-scalar-redirect-uri" | "flows.clientCredentials.type" | "flows.clientCredentials.token" | "flows.clientCredentials.refreshUrl" | "flows.clientCredentials.scopes" | "flows.clientCredentials.selectedScopes" | "flows.clientCredentials.x-scalar-client-id" | "flows.clientCredentials.tokenUrl" | "flows.clientCredentials.clientSecret" | "flows.clientCredentials.x-scalar-security-query" | "flows.clientCredentials.x-tokenName" | `flows.clientCredentials.scopes.${string}` | `flows.clientCredentials.selectedScopes.${number}` | `flows.clientCredentials.x-scalar-security-query.${string}` | "flows.authorizationCode.type" | "flows.authorizationCode.token" | "flows.authorizationCode.refreshUrl" | "flows.authorizationCode.scopes" | "flows.authorizationCode.selectedScopes" | "flows.authorizationCode.x-scalar-client-id" | "flows.authorizationCode.tokenUrl" | "flows.authorizationCode.clientSecret" | "flows.authorizationCode.x-scalar-security-query" | "flows.authorizationCode.x-tokenName" | `flows.authorizationCode.scopes.${string}` | `flows.authorizationCode.selectedScopes.${number}` | `flows.authorizationCode.x-scalar-security-query.${string}` | "flows.authorizationCode.authorizationUrl" | "flows.authorizationCode.x-scalar-redirect-uri" | "flows.authorizationCode.x-usePkce">(uid: string & import("zod").BRAND<"securityScheme">, path: P, value: (P extends "value" | "description" | "type" | "uid" | "name" | "in" | "nameKey" ? {
3223
+ untrackedEdit: <P extends "value" | "description" | "type" | "uid" | "name" | "in" | "nameKey" | "scheme" | "bearerFormat" | "openIdConnectUrl" | "x-default-scopes" | "flows" | "password" | "username" | "token" | `x-default-scopes.${number}` | "flows.password" | "flows.implicit" | "flows.clientCredentials" | "flows.authorizationCode" | "flows.password.type" | "flows.password.password" | "flows.password.username" | "flows.password.token" | "flows.password.refreshUrl" | "flows.password.scopes" | "flows.password.selectedScopes" | "flows.password.x-scalar-client-id" | "flows.password.tokenUrl" | "flows.password.clientSecret" | "flows.password.x-scalar-security-query" | "flows.password.x-scalar-security-body" | "flows.password.x-tokenName" | `flows.password.scopes.${string}` | `flows.password.selectedScopes.${number}` | `flows.password.x-scalar-security-query.${string}` | `flows.password.x-scalar-security-body.${string}` | "flows.implicit.type" | "flows.implicit.token" | "flows.implicit.refreshUrl" | "flows.implicit.scopes" | "flows.implicit.selectedScopes" | "flows.implicit.x-scalar-client-id" | "flows.implicit.x-scalar-security-query" | "flows.implicit.x-scalar-security-body" | "flows.implicit.x-tokenName" | `flows.implicit.scopes.${string}` | `flows.implicit.selectedScopes.${number}` | `flows.implicit.x-scalar-security-query.${string}` | `flows.implicit.x-scalar-security-body.${string}` | "flows.implicit.authorizationUrl" | "flows.implicit.x-scalar-redirect-uri" | "flows.clientCredentials.type" | "flows.clientCredentials.token" | "flows.clientCredentials.refreshUrl" | "flows.clientCredentials.scopes" | "flows.clientCredentials.selectedScopes" | "flows.clientCredentials.x-scalar-client-id" | "flows.clientCredentials.tokenUrl" | "flows.clientCredentials.clientSecret" | "flows.clientCredentials.x-scalar-security-query" | "flows.clientCredentials.x-scalar-security-body" | "flows.clientCredentials.x-tokenName" | `flows.clientCredentials.scopes.${string}` | `flows.clientCredentials.selectedScopes.${number}` | `flows.clientCredentials.x-scalar-security-query.${string}` | `flows.clientCredentials.x-scalar-security-body.${string}` | "flows.authorizationCode.type" | "flows.authorizationCode.token" | "flows.authorizationCode.refreshUrl" | "flows.authorizationCode.scopes" | "flows.authorizationCode.selectedScopes" | "flows.authorizationCode.x-scalar-client-id" | "flows.authorizationCode.tokenUrl" | "flows.authorizationCode.clientSecret" | "flows.authorizationCode.x-scalar-security-query" | "flows.authorizationCode.x-scalar-security-body" | "flows.authorizationCode.x-tokenName" | `flows.authorizationCode.scopes.${string}` | `flows.authorizationCode.selectedScopes.${number}` | `flows.authorizationCode.x-scalar-security-query.${string}` | `flows.authorizationCode.x-scalar-security-body.${string}` | "flows.authorizationCode.authorizationUrl" | "flows.authorizationCode.x-scalar-redirect-uri" | "flows.authorizationCode.x-usePkce">(uid: string & import("zod").BRAND<"securityScheme">, path: P, value: (P extends "value" | "description" | "type" | "uid" | "name" | "in" | "nameKey" ? {
3196
3224
  type: "apiKey";
3197
3225
  value: string;
3198
3226
  name: string;
@@ -3281,6 +3309,7 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
3281
3309
  tokenUrl: string;
3282
3310
  clientSecret: string;
3283
3311
  "x-scalar-security-query"?: Record<string, string> | undefined;
3312
+ "x-scalar-security-body"?: Record<string, string> | undefined;
3284
3313
  "x-tokenName"?: string | undefined;
3285
3314
  } | undefined;
3286
3315
  implicit?: {
@@ -3293,6 +3322,7 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
3293
3322
  authorizationUrl: string;
3294
3323
  "x-scalar-redirect-uri": string;
3295
3324
  "x-scalar-security-query"?: Record<string, string> | undefined;
3325
+ "x-scalar-security-body"?: Record<string, string> | undefined;
3296
3326
  "x-tokenName"?: string | undefined;
3297
3327
  } | undefined;
3298
3328
  clientCredentials?: {
@@ -3305,6 +3335,7 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
3305
3335
  tokenUrl: string;
3306
3336
  clientSecret: string;
3307
3337
  "x-scalar-security-query"?: Record<string, string> | undefined;
3338
+ "x-scalar-security-body"?: Record<string, string> | undefined;
3308
3339
  "x-tokenName"?: string | undefined;
3309
3340
  } | undefined;
3310
3341
  authorizationCode?: {
@@ -3320,6 +3351,7 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
3320
3351
  clientSecret: string;
3321
3352
  "x-usePkce": "SHA-256" | "plain" | "no";
3322
3353
  "x-scalar-security-query"?: Record<string, string> | undefined;
3354
+ "x-scalar-security-body"?: Record<string, string> | undefined;
3323
3355
  "x-tokenName"?: string | undefined;
3324
3356
  } | undefined;
3325
3357
  };
@@ -3342,6 +3374,7 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
3342
3374
  tokenUrl: string;
3343
3375
  clientSecret: string;
3344
3376
  "x-scalar-security-query"?: Record<string, string> | undefined;
3377
+ "x-scalar-security-body"?: Record<string, string> | undefined;
3345
3378
  "x-tokenName"?: string | undefined;
3346
3379
  } | undefined;
3347
3380
  implicit?: {
@@ -3354,6 +3387,7 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
3354
3387
  authorizationUrl: string;
3355
3388
  "x-scalar-redirect-uri": string;
3356
3389
  "x-scalar-security-query"?: Record<string, string> | undefined;
3390
+ "x-scalar-security-body"?: Record<string, string> | undefined;
3357
3391
  "x-tokenName"?: string | undefined;
3358
3392
  } | undefined;
3359
3393
  clientCredentials?: {
@@ -3366,6 +3400,7 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
3366
3400
  tokenUrl: string;
3367
3401
  clientSecret: string;
3368
3402
  "x-scalar-security-query"?: Record<string, string> | undefined;
3403
+ "x-scalar-security-body"?: Record<string, string> | undefined;
3369
3404
  "x-tokenName"?: string | undefined;
3370
3405
  } | undefined;
3371
3406
  authorizationCode?: {
@@ -3381,6 +3416,7 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
3381
3416
  clientSecret: string;
3382
3417
  "x-usePkce": "SHA-256" | "plain" | "no";
3383
3418
  "x-scalar-security-query"?: Record<string, string> | undefined;
3419
+ "x-scalar-security-body"?: Record<string, string> | undefined;
3384
3420
  "x-tokenName"?: string | undefined;
3385
3421
  } | undefined;
3386
3422
  };
@@ -3403,6 +3439,7 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
3403
3439
  tokenUrl: string;
3404
3440
  clientSecret: string;
3405
3441
  "x-scalar-security-query"?: Record<string, string> | undefined;
3442
+ "x-scalar-security-body"?: Record<string, string> | undefined;
3406
3443
  "x-tokenName"?: string | undefined;
3407
3444
  } | undefined;
3408
3445
  implicit?: {
@@ -3415,6 +3452,7 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
3415
3452
  authorizationUrl: string;
3416
3453
  "x-scalar-redirect-uri": string;
3417
3454
  "x-scalar-security-query"?: Record<string, string> | undefined;
3455
+ "x-scalar-security-body"?: Record<string, string> | undefined;
3418
3456
  "x-tokenName"?: string | undefined;
3419
3457
  } | undefined;
3420
3458
  clientCredentials?: {
@@ -3427,6 +3465,7 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
3427
3465
  tokenUrl: string;
3428
3466
  clientSecret: string;
3429
3467
  "x-scalar-security-query"?: Record<string, string> | undefined;
3468
+ "x-scalar-security-body"?: Record<string, string> | undefined;
3430
3469
  "x-tokenName"?: string | undefined;
3431
3470
  } | undefined;
3432
3471
  authorizationCode?: {
@@ -3442,6 +3481,7 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
3442
3481
  clientSecret: string;
3443
3482
  "x-usePkce": "SHA-256" | "plain" | "no";
3444
3483
  "x-scalar-security-query"?: Record<string, string> | undefined;
3484
+ "x-scalar-security-body"?: Record<string, string> | undefined;
3445
3485
  "x-tokenName"?: string | undefined;
3446
3486
  } | undefined;
3447
3487
  };
@@ -4254,6 +4294,7 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
4254
4294
  tokenUrl: string;
4255
4295
  clientSecret: string;
4256
4296
  "x-scalar-security-query"?: Record<string, string> | undefined;
4297
+ "x-scalar-security-body"?: Record<string, string> | undefined;
4257
4298
  "x-tokenName"?: string | undefined;
4258
4299
  } | undefined;
4259
4300
  implicit?: {
@@ -4266,6 +4307,7 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
4266
4307
  authorizationUrl: string;
4267
4308
  "x-scalar-redirect-uri": string;
4268
4309
  "x-scalar-security-query"?: Record<string, string> | undefined;
4310
+ "x-scalar-security-body"?: Record<string, string> | undefined;
4269
4311
  "x-tokenName"?: string | undefined;
4270
4312
  } | undefined;
4271
4313
  clientCredentials?: {
@@ -4278,6 +4320,7 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
4278
4320
  tokenUrl: string;
4279
4321
  clientSecret: string;
4280
4322
  "x-scalar-security-query"?: Record<string, string> | undefined;
4323
+ "x-scalar-security-body"?: Record<string, string> | undefined;
4281
4324
  "x-tokenName"?: string | undefined;
4282
4325
  } | undefined;
4283
4326
  authorizationCode?: {
@@ -4293,6 +4336,7 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
4293
4336
  clientSecret: string;
4294
4337
  "x-usePkce": "SHA-256" | "plain" | "no";
4295
4338
  "x-scalar-security-query"?: Record<string, string> | undefined;
4339
+ "x-scalar-security-body"?: Record<string, string> | undefined;
4296
4340
  "x-tokenName"?: string | undefined;
4297
4341
  } | undefined;
4298
4342
  };
@@ -6623,6 +6667,7 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
6623
6667
  tokenUrl: string;
6624
6668
  clientSecret: string;
6625
6669
  "x-scalar-security-query"?: Record<string, string> | undefined;
6670
+ "x-scalar-security-body"?: Record<string, string> | undefined;
6626
6671
  "x-tokenName"?: string | undefined;
6627
6672
  } | undefined;
6628
6673
  implicit?: {
@@ -6635,6 +6680,7 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
6635
6680
  authorizationUrl: string;
6636
6681
  "x-scalar-redirect-uri": string;
6637
6682
  "x-scalar-security-query"?: Record<string, string> | undefined;
6683
+ "x-scalar-security-body"?: Record<string, string> | undefined;
6638
6684
  "x-tokenName"?: string | undefined;
6639
6685
  } | undefined;
6640
6686
  clientCredentials?: {
@@ -6647,6 +6693,7 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
6647
6693
  tokenUrl: string;
6648
6694
  clientSecret: string;
6649
6695
  "x-scalar-security-query"?: Record<string, string> | undefined;
6696
+ "x-scalar-security-body"?: Record<string, string> | undefined;
6650
6697
  "x-tokenName"?: string | undefined;
6651
6698
  } | undefined;
6652
6699
  authorizationCode?: {
@@ -6662,6 +6709,7 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
6662
6709
  clientSecret: string;
6663
6710
  "x-usePkce": "SHA-256" | "plain" | "no";
6664
6711
  "x-scalar-security-query"?: Record<string, string> | undefined;
6712
+ "x-scalar-security-body"?: Record<string, string> | undefined;
6665
6713
  "x-tokenName"?: string | undefined;
6666
6714
  } | undefined;
6667
6715
  };
@@ -6709,6 +6757,7 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
6709
6757
  tokenUrl: string;
6710
6758
  clientSecret: string;
6711
6759
  "x-scalar-security-query"?: Record<string, string> | undefined;
6760
+ "x-scalar-security-body"?: Record<string, string> | undefined;
6712
6761
  "x-tokenName"?: string | undefined;
6713
6762
  } | undefined;
6714
6763
  implicit?: {
@@ -6721,6 +6770,7 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
6721
6770
  authorizationUrl: string;
6722
6771
  "x-scalar-redirect-uri": string;
6723
6772
  "x-scalar-security-query"?: Record<string, string> | undefined;
6773
+ "x-scalar-security-body"?: Record<string, string> | undefined;
6724
6774
  "x-tokenName"?: string | undefined;
6725
6775
  } | undefined;
6726
6776
  clientCredentials?: {
@@ -6733,6 +6783,7 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
6733
6783
  tokenUrl: string;
6734
6784
  clientSecret: string;
6735
6785
  "x-scalar-security-query"?: Record<string, string> | undefined;
6786
+ "x-scalar-security-body"?: Record<string, string> | undefined;
6736
6787
  "x-tokenName"?: string | undefined;
6737
6788
  } | undefined;
6738
6789
  authorizationCode?: {
@@ -6748,6 +6799,7 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
6748
6799
  clientSecret: string;
6749
6800
  "x-usePkce": "SHA-256" | "plain" | "no";
6750
6801
  "x-scalar-security-query"?: Record<string, string> | undefined;
6802
+ "x-scalar-security-body"?: Record<string, string> | undefined;
6751
6803
  "x-tokenName"?: string | undefined;
6752
6804
  } | undefined;
6753
6805
  };
@@ -6796,6 +6848,7 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
6796
6848
  tokenUrl: string;
6797
6849
  clientSecret: string;
6798
6850
  "x-scalar-security-query"?: Record<string, string> | undefined;
6851
+ "x-scalar-security-body"?: Record<string, string> | undefined;
6799
6852
  "x-tokenName"?: string | undefined;
6800
6853
  } | undefined;
6801
6854
  implicit?: {
@@ -6808,6 +6861,7 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
6808
6861
  authorizationUrl: string;
6809
6862
  "x-scalar-redirect-uri": string;
6810
6863
  "x-scalar-security-query"?: Record<string, string> | undefined;
6864
+ "x-scalar-security-body"?: Record<string, string> | undefined;
6811
6865
  "x-tokenName"?: string | undefined;
6812
6866
  } | undefined;
6813
6867
  clientCredentials?: {
@@ -6820,6 +6874,7 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
6820
6874
  tokenUrl: string;
6821
6875
  clientSecret: string;
6822
6876
  "x-scalar-security-query"?: Record<string, string> | undefined;
6877
+ "x-scalar-security-body"?: Record<string, string> | undefined;
6823
6878
  "x-tokenName"?: string | undefined;
6824
6879
  } | undefined;
6825
6880
  authorizationCode?: {
@@ -6835,13 +6890,14 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
6835
6890
  clientSecret: string;
6836
6891
  "x-usePkce": "SHA-256" | "plain" | "no";
6837
6892
  "x-scalar-security-query"?: Record<string, string> | undefined;
6893
+ "x-scalar-security-body"?: Record<string, string> | undefined;
6838
6894
  "x-tokenName"?: string | undefined;
6839
6895
  } | undefined;
6840
6896
  };
6841
6897
  description?: string | undefined;
6842
6898
  'x-default-scopes'?: string | string[] | undefined;
6843
6899
  }) => void;
6844
- edit: <P extends "value" | "description" | "type" | "uid" | "name" | "in" | "nameKey" | "scheme" | "bearerFormat" | "openIdConnectUrl" | "x-default-scopes" | "flows" | "password" | "username" | "token" | `x-default-scopes.${number}` | "flows.password" | "flows.implicit" | "flows.clientCredentials" | "flows.authorizationCode" | "flows.password.type" | "flows.password.password" | "flows.password.username" | "flows.password.token" | "flows.password.refreshUrl" | "flows.password.scopes" | "flows.password.selectedScopes" | "flows.password.x-scalar-client-id" | "flows.password.tokenUrl" | "flows.password.clientSecret" | "flows.password.x-scalar-security-query" | "flows.password.x-tokenName" | `flows.password.scopes.${string}` | `flows.password.selectedScopes.${number}` | `flows.password.x-scalar-security-query.${string}` | "flows.implicit.type" | "flows.implicit.token" | "flows.implicit.refreshUrl" | "flows.implicit.scopes" | "flows.implicit.selectedScopes" | "flows.implicit.x-scalar-client-id" | "flows.implicit.x-scalar-security-query" | "flows.implicit.x-tokenName" | `flows.implicit.scopes.${string}` | `flows.implicit.selectedScopes.${number}` | `flows.implicit.x-scalar-security-query.${string}` | "flows.implicit.authorizationUrl" | "flows.implicit.x-scalar-redirect-uri" | "flows.clientCredentials.type" | "flows.clientCredentials.token" | "flows.clientCredentials.refreshUrl" | "flows.clientCredentials.scopes" | "flows.clientCredentials.selectedScopes" | "flows.clientCredentials.x-scalar-client-id" | "flows.clientCredentials.tokenUrl" | "flows.clientCredentials.clientSecret" | "flows.clientCredentials.x-scalar-security-query" | "flows.clientCredentials.x-tokenName" | `flows.clientCredentials.scopes.${string}` | `flows.clientCredentials.selectedScopes.${number}` | `flows.clientCredentials.x-scalar-security-query.${string}` | "flows.authorizationCode.type" | "flows.authorizationCode.token" | "flows.authorizationCode.refreshUrl" | "flows.authorizationCode.scopes" | "flows.authorizationCode.selectedScopes" | "flows.authorizationCode.x-scalar-client-id" | "flows.authorizationCode.tokenUrl" | "flows.authorizationCode.clientSecret" | "flows.authorizationCode.x-scalar-security-query" | "flows.authorizationCode.x-tokenName" | `flows.authorizationCode.scopes.${string}` | `flows.authorizationCode.selectedScopes.${number}` | `flows.authorizationCode.x-scalar-security-query.${string}` | "flows.authorizationCode.authorizationUrl" | "flows.authorizationCode.x-scalar-redirect-uri" | "flows.authorizationCode.x-usePkce">(uid: (string & import("zod").BRAND<"securityScheme">) | null | undefined, path: P, value: (P extends "value" | "description" | "type" | "uid" | "name" | "in" | "nameKey" ? {
6900
+ edit: <P extends "value" | "description" | "type" | "uid" | "name" | "in" | "nameKey" | "scheme" | "bearerFormat" | "openIdConnectUrl" | "x-default-scopes" | "flows" | "password" | "username" | "token" | `x-default-scopes.${number}` | "flows.password" | "flows.implicit" | "flows.clientCredentials" | "flows.authorizationCode" | "flows.password.type" | "flows.password.password" | "flows.password.username" | "flows.password.token" | "flows.password.refreshUrl" | "flows.password.scopes" | "flows.password.selectedScopes" | "flows.password.x-scalar-client-id" | "flows.password.tokenUrl" | "flows.password.clientSecret" | "flows.password.x-scalar-security-query" | "flows.password.x-scalar-security-body" | "flows.password.x-tokenName" | `flows.password.scopes.${string}` | `flows.password.selectedScopes.${number}` | `flows.password.x-scalar-security-query.${string}` | `flows.password.x-scalar-security-body.${string}` | "flows.implicit.type" | "flows.implicit.token" | "flows.implicit.refreshUrl" | "flows.implicit.scopes" | "flows.implicit.selectedScopes" | "flows.implicit.x-scalar-client-id" | "flows.implicit.x-scalar-security-query" | "flows.implicit.x-scalar-security-body" | "flows.implicit.x-tokenName" | `flows.implicit.scopes.${string}` | `flows.implicit.selectedScopes.${number}` | `flows.implicit.x-scalar-security-query.${string}` | `flows.implicit.x-scalar-security-body.${string}` | "flows.implicit.authorizationUrl" | "flows.implicit.x-scalar-redirect-uri" | "flows.clientCredentials.type" | "flows.clientCredentials.token" | "flows.clientCredentials.refreshUrl" | "flows.clientCredentials.scopes" | "flows.clientCredentials.selectedScopes" | "flows.clientCredentials.x-scalar-client-id" | "flows.clientCredentials.tokenUrl" | "flows.clientCredentials.clientSecret" | "flows.clientCredentials.x-scalar-security-query" | "flows.clientCredentials.x-scalar-security-body" | "flows.clientCredentials.x-tokenName" | `flows.clientCredentials.scopes.${string}` | `flows.clientCredentials.selectedScopes.${number}` | `flows.clientCredentials.x-scalar-security-query.${string}` | `flows.clientCredentials.x-scalar-security-body.${string}` | "flows.authorizationCode.type" | "flows.authorizationCode.token" | "flows.authorizationCode.refreshUrl" | "flows.authorizationCode.scopes" | "flows.authorizationCode.selectedScopes" | "flows.authorizationCode.x-scalar-client-id" | "flows.authorizationCode.tokenUrl" | "flows.authorizationCode.clientSecret" | "flows.authorizationCode.x-scalar-security-query" | "flows.authorizationCode.x-scalar-security-body" | "flows.authorizationCode.x-tokenName" | `flows.authorizationCode.scopes.${string}` | `flows.authorizationCode.selectedScopes.${number}` | `flows.authorizationCode.x-scalar-security-query.${string}` | `flows.authorizationCode.x-scalar-security-body.${string}` | "flows.authorizationCode.authorizationUrl" | "flows.authorizationCode.x-scalar-redirect-uri" | "flows.authorizationCode.x-usePkce">(uid: (string & import("zod").BRAND<"securityScheme">) | null | undefined, path: P, value: (P extends "value" | "description" | "type" | "uid" | "name" | "in" | "nameKey" ? {
6845
6901
  type: "apiKey";
6846
6902
  value: string;
6847
6903
  name: string;
@@ -6930,6 +6986,7 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
6930
6986
  tokenUrl: string;
6931
6987
  clientSecret: string;
6932
6988
  "x-scalar-security-query"?: Record<string, string> | undefined;
6989
+ "x-scalar-security-body"?: Record<string, string> | undefined;
6933
6990
  "x-tokenName"?: string | undefined;
6934
6991
  } | undefined;
6935
6992
  implicit?: {
@@ -6942,6 +6999,7 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
6942
6999
  authorizationUrl: string;
6943
7000
  "x-scalar-redirect-uri": string;
6944
7001
  "x-scalar-security-query"?: Record<string, string> | undefined;
7002
+ "x-scalar-security-body"?: Record<string, string> | undefined;
6945
7003
  "x-tokenName"?: string | undefined;
6946
7004
  } | undefined;
6947
7005
  clientCredentials?: {
@@ -6954,6 +7012,7 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
6954
7012
  tokenUrl: string;
6955
7013
  clientSecret: string;
6956
7014
  "x-scalar-security-query"?: Record<string, string> | undefined;
7015
+ "x-scalar-security-body"?: Record<string, string> | undefined;
6957
7016
  "x-tokenName"?: string | undefined;
6958
7017
  } | undefined;
6959
7018
  authorizationCode?: {
@@ -6969,6 +7028,7 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
6969
7028
  clientSecret: string;
6970
7029
  "x-usePkce": "SHA-256" | "plain" | "no";
6971
7030
  "x-scalar-security-query"?: Record<string, string> | undefined;
7031
+ "x-scalar-security-body"?: Record<string, string> | undefined;
6972
7032
  "x-tokenName"?: string | undefined;
6973
7033
  } | undefined;
6974
7034
  };
@@ -6991,6 +7051,7 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
6991
7051
  tokenUrl: string;
6992
7052
  clientSecret: string;
6993
7053
  "x-scalar-security-query"?: Record<string, string> | undefined;
7054
+ "x-scalar-security-body"?: Record<string, string> | undefined;
6994
7055
  "x-tokenName"?: string | undefined;
6995
7056
  } | undefined;
6996
7057
  implicit?: {
@@ -7003,6 +7064,7 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
7003
7064
  authorizationUrl: string;
7004
7065
  "x-scalar-redirect-uri": string;
7005
7066
  "x-scalar-security-query"?: Record<string, string> | undefined;
7067
+ "x-scalar-security-body"?: Record<string, string> | undefined;
7006
7068
  "x-tokenName"?: string | undefined;
7007
7069
  } | undefined;
7008
7070
  clientCredentials?: {
@@ -7015,6 +7077,7 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
7015
7077
  tokenUrl: string;
7016
7078
  clientSecret: string;
7017
7079
  "x-scalar-security-query"?: Record<string, string> | undefined;
7080
+ "x-scalar-security-body"?: Record<string, string> | undefined;
7018
7081
  "x-tokenName"?: string | undefined;
7019
7082
  } | undefined;
7020
7083
  authorizationCode?: {
@@ -7030,6 +7093,7 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
7030
7093
  clientSecret: string;
7031
7094
  "x-usePkce": "SHA-256" | "plain" | "no";
7032
7095
  "x-scalar-security-query"?: Record<string, string> | undefined;
7096
+ "x-scalar-security-body"?: Record<string, string> | undefined;
7033
7097
  "x-tokenName"?: string | undefined;
7034
7098
  } | undefined;
7035
7099
  };
@@ -7052,6 +7116,7 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
7052
7116
  tokenUrl: string;
7053
7117
  clientSecret: string;
7054
7118
  "x-scalar-security-query"?: Record<string, string> | undefined;
7119
+ "x-scalar-security-body"?: Record<string, string> | undefined;
7055
7120
  "x-tokenName"?: string | undefined;
7056
7121
  } | undefined;
7057
7122
  implicit?: {
@@ -7064,6 +7129,7 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
7064
7129
  authorizationUrl: string;
7065
7130
  "x-scalar-redirect-uri": string;
7066
7131
  "x-scalar-security-query"?: Record<string, string> | undefined;
7132
+ "x-scalar-security-body"?: Record<string, string> | undefined;
7067
7133
  "x-tokenName"?: string | undefined;
7068
7134
  } | undefined;
7069
7135
  clientCredentials?: {
@@ -7076,6 +7142,7 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
7076
7142
  tokenUrl: string;
7077
7143
  clientSecret: string;
7078
7144
  "x-scalar-security-query"?: Record<string, string> | undefined;
7145
+ "x-scalar-security-body"?: Record<string, string> | undefined;
7079
7146
  "x-tokenName"?: string | undefined;
7080
7147
  } | undefined;
7081
7148
  authorizationCode?: {
@@ -7091,13 +7158,14 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
7091
7158
  clientSecret: string;
7092
7159
  "x-usePkce": "SHA-256" | "plain" | "no";
7093
7160
  "x-scalar-security-query"?: Record<string, string> | undefined;
7161
+ "x-scalar-security-body"?: Record<string, string> | undefined;
7094
7162
  "x-tokenName"?: string | undefined;
7095
7163
  } | undefined;
7096
7164
  };
7097
7165
  description?: string | undefined;
7098
7166
  'x-default-scopes'?: string | string[] | undefined;
7099
7167
  }[K], R> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never)) => void;
7100
- untrackedEdit: <P extends "value" | "description" | "type" | "uid" | "name" | "in" | "nameKey" | "scheme" | "bearerFormat" | "openIdConnectUrl" | "x-default-scopes" | "flows" | "password" | "username" | "token" | `x-default-scopes.${number}` | "flows.password" | "flows.implicit" | "flows.clientCredentials" | "flows.authorizationCode" | "flows.password.type" | "flows.password.password" | "flows.password.username" | "flows.password.token" | "flows.password.refreshUrl" | "flows.password.scopes" | "flows.password.selectedScopes" | "flows.password.x-scalar-client-id" | "flows.password.tokenUrl" | "flows.password.clientSecret" | "flows.password.x-scalar-security-query" | "flows.password.x-tokenName" | `flows.password.scopes.${string}` | `flows.password.selectedScopes.${number}` | `flows.password.x-scalar-security-query.${string}` | "flows.implicit.type" | "flows.implicit.token" | "flows.implicit.refreshUrl" | "flows.implicit.scopes" | "flows.implicit.selectedScopes" | "flows.implicit.x-scalar-client-id" | "flows.implicit.x-scalar-security-query" | "flows.implicit.x-tokenName" | `flows.implicit.scopes.${string}` | `flows.implicit.selectedScopes.${number}` | `flows.implicit.x-scalar-security-query.${string}` | "flows.implicit.authorizationUrl" | "flows.implicit.x-scalar-redirect-uri" | "flows.clientCredentials.type" | "flows.clientCredentials.token" | "flows.clientCredentials.refreshUrl" | "flows.clientCredentials.scopes" | "flows.clientCredentials.selectedScopes" | "flows.clientCredentials.x-scalar-client-id" | "flows.clientCredentials.tokenUrl" | "flows.clientCredentials.clientSecret" | "flows.clientCredentials.x-scalar-security-query" | "flows.clientCredentials.x-tokenName" | `flows.clientCredentials.scopes.${string}` | `flows.clientCredentials.selectedScopes.${number}` | `flows.clientCredentials.x-scalar-security-query.${string}` | "flows.authorizationCode.type" | "flows.authorizationCode.token" | "flows.authorizationCode.refreshUrl" | "flows.authorizationCode.scopes" | "flows.authorizationCode.selectedScopes" | "flows.authorizationCode.x-scalar-client-id" | "flows.authorizationCode.tokenUrl" | "flows.authorizationCode.clientSecret" | "flows.authorizationCode.x-scalar-security-query" | "flows.authorizationCode.x-tokenName" | `flows.authorizationCode.scopes.${string}` | `flows.authorizationCode.selectedScopes.${number}` | `flows.authorizationCode.x-scalar-security-query.${string}` | "flows.authorizationCode.authorizationUrl" | "flows.authorizationCode.x-scalar-redirect-uri" | "flows.authorizationCode.x-usePkce">(uid: string & import("zod").BRAND<"securityScheme">, path: P, value: (P extends "value" | "description" | "type" | "uid" | "name" | "in" | "nameKey" ? {
7168
+ untrackedEdit: <P extends "value" | "description" | "type" | "uid" | "name" | "in" | "nameKey" | "scheme" | "bearerFormat" | "openIdConnectUrl" | "x-default-scopes" | "flows" | "password" | "username" | "token" | `x-default-scopes.${number}` | "flows.password" | "flows.implicit" | "flows.clientCredentials" | "flows.authorizationCode" | "flows.password.type" | "flows.password.password" | "flows.password.username" | "flows.password.token" | "flows.password.refreshUrl" | "flows.password.scopes" | "flows.password.selectedScopes" | "flows.password.x-scalar-client-id" | "flows.password.tokenUrl" | "flows.password.clientSecret" | "flows.password.x-scalar-security-query" | "flows.password.x-scalar-security-body" | "flows.password.x-tokenName" | `flows.password.scopes.${string}` | `flows.password.selectedScopes.${number}` | `flows.password.x-scalar-security-query.${string}` | `flows.password.x-scalar-security-body.${string}` | "flows.implicit.type" | "flows.implicit.token" | "flows.implicit.refreshUrl" | "flows.implicit.scopes" | "flows.implicit.selectedScopes" | "flows.implicit.x-scalar-client-id" | "flows.implicit.x-scalar-security-query" | "flows.implicit.x-scalar-security-body" | "flows.implicit.x-tokenName" | `flows.implicit.scopes.${string}` | `flows.implicit.selectedScopes.${number}` | `flows.implicit.x-scalar-security-query.${string}` | `flows.implicit.x-scalar-security-body.${string}` | "flows.implicit.authorizationUrl" | "flows.implicit.x-scalar-redirect-uri" | "flows.clientCredentials.type" | "flows.clientCredentials.token" | "flows.clientCredentials.refreshUrl" | "flows.clientCredentials.scopes" | "flows.clientCredentials.selectedScopes" | "flows.clientCredentials.x-scalar-client-id" | "flows.clientCredentials.tokenUrl" | "flows.clientCredentials.clientSecret" | "flows.clientCredentials.x-scalar-security-query" | "flows.clientCredentials.x-scalar-security-body" | "flows.clientCredentials.x-tokenName" | `flows.clientCredentials.scopes.${string}` | `flows.clientCredentials.selectedScopes.${number}` | `flows.clientCredentials.x-scalar-security-query.${string}` | `flows.clientCredentials.x-scalar-security-body.${string}` | "flows.authorizationCode.type" | "flows.authorizationCode.token" | "flows.authorizationCode.refreshUrl" | "flows.authorizationCode.scopes" | "flows.authorizationCode.selectedScopes" | "flows.authorizationCode.x-scalar-client-id" | "flows.authorizationCode.tokenUrl" | "flows.authorizationCode.clientSecret" | "flows.authorizationCode.x-scalar-security-query" | "flows.authorizationCode.x-scalar-security-body" | "flows.authorizationCode.x-tokenName" | `flows.authorizationCode.scopes.${string}` | `flows.authorizationCode.selectedScopes.${number}` | `flows.authorizationCode.x-scalar-security-query.${string}` | `flows.authorizationCode.x-scalar-security-body.${string}` | "flows.authorizationCode.authorizationUrl" | "flows.authorizationCode.x-scalar-redirect-uri" | "flows.authorizationCode.x-usePkce">(uid: string & import("zod").BRAND<"securityScheme">, path: P, value: (P extends "value" | "description" | "type" | "uid" | "name" | "in" | "nameKey" ? {
7101
7169
  type: "apiKey";
7102
7170
  value: string;
7103
7171
  name: string;
@@ -7186,6 +7254,7 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
7186
7254
  tokenUrl: string;
7187
7255
  clientSecret: string;
7188
7256
  "x-scalar-security-query"?: Record<string, string> | undefined;
7257
+ "x-scalar-security-body"?: Record<string, string> | undefined;
7189
7258
  "x-tokenName"?: string | undefined;
7190
7259
  } | undefined;
7191
7260
  implicit?: {
@@ -7198,6 +7267,7 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
7198
7267
  authorizationUrl: string;
7199
7268
  "x-scalar-redirect-uri": string;
7200
7269
  "x-scalar-security-query"?: Record<string, string> | undefined;
7270
+ "x-scalar-security-body"?: Record<string, string> | undefined;
7201
7271
  "x-tokenName"?: string | undefined;
7202
7272
  } | undefined;
7203
7273
  clientCredentials?: {
@@ -7210,6 +7280,7 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
7210
7280
  tokenUrl: string;
7211
7281
  clientSecret: string;
7212
7282
  "x-scalar-security-query"?: Record<string, string> | undefined;
7283
+ "x-scalar-security-body"?: Record<string, string> | undefined;
7213
7284
  "x-tokenName"?: string | undefined;
7214
7285
  } | undefined;
7215
7286
  authorizationCode?: {
@@ -7225,6 +7296,7 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
7225
7296
  clientSecret: string;
7226
7297
  "x-usePkce": "SHA-256" | "plain" | "no";
7227
7298
  "x-scalar-security-query"?: Record<string, string> | undefined;
7299
+ "x-scalar-security-body"?: Record<string, string> | undefined;
7228
7300
  "x-tokenName"?: string | undefined;
7229
7301
  } | undefined;
7230
7302
  };
@@ -7247,6 +7319,7 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
7247
7319
  tokenUrl: string;
7248
7320
  clientSecret: string;
7249
7321
  "x-scalar-security-query"?: Record<string, string> | undefined;
7322
+ "x-scalar-security-body"?: Record<string, string> | undefined;
7250
7323
  "x-tokenName"?: string | undefined;
7251
7324
  } | undefined;
7252
7325
  implicit?: {
@@ -7259,6 +7332,7 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
7259
7332
  authorizationUrl: string;
7260
7333
  "x-scalar-redirect-uri": string;
7261
7334
  "x-scalar-security-query"?: Record<string, string> | undefined;
7335
+ "x-scalar-security-body"?: Record<string, string> | undefined;
7262
7336
  "x-tokenName"?: string | undefined;
7263
7337
  } | undefined;
7264
7338
  clientCredentials?: {
@@ -7271,6 +7345,7 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
7271
7345
  tokenUrl: string;
7272
7346
  clientSecret: string;
7273
7347
  "x-scalar-security-query"?: Record<string, string> | undefined;
7348
+ "x-scalar-security-body"?: Record<string, string> | undefined;
7274
7349
  "x-tokenName"?: string | undefined;
7275
7350
  } | undefined;
7276
7351
  authorizationCode?: {
@@ -7286,6 +7361,7 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
7286
7361
  clientSecret: string;
7287
7362
  "x-usePkce": "SHA-256" | "plain" | "no";
7288
7363
  "x-scalar-security-query"?: Record<string, string> | undefined;
7364
+ "x-scalar-security-body"?: Record<string, string> | undefined;
7289
7365
  "x-tokenName"?: string | undefined;
7290
7366
  } | undefined;
7291
7367
  };
@@ -7308,6 +7384,7 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
7308
7384
  tokenUrl: string;
7309
7385
  clientSecret: string;
7310
7386
  "x-scalar-security-query"?: Record<string, string> | undefined;
7387
+ "x-scalar-security-body"?: Record<string, string> | undefined;
7311
7388
  "x-tokenName"?: string | undefined;
7312
7389
  } | undefined;
7313
7390
  implicit?: {
@@ -7320,6 +7397,7 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
7320
7397
  authorizationUrl: string;
7321
7398
  "x-scalar-redirect-uri": string;
7322
7399
  "x-scalar-security-query"?: Record<string, string> | undefined;
7400
+ "x-scalar-security-body"?: Record<string, string> | undefined;
7323
7401
  "x-tokenName"?: string | undefined;
7324
7402
  } | undefined;
7325
7403
  clientCredentials?: {
@@ -7332,6 +7410,7 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
7332
7410
  tokenUrl: string;
7333
7411
  clientSecret: string;
7334
7412
  "x-scalar-security-query"?: Record<string, string> | undefined;
7413
+ "x-scalar-security-body"?: Record<string, string> | undefined;
7335
7414
  "x-tokenName"?: string | undefined;
7336
7415
  } | undefined;
7337
7416
  authorizationCode?: {
@@ -7347,6 +7426,7 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
7347
7426
  clientSecret: string;
7348
7427
  "x-usePkce": "SHA-256" | "plain" | "no";
7349
7428
  "x-scalar-security-query"?: Record<string, string> | undefined;
7429
+ "x-scalar-security-body"?: Record<string, string> | undefined;
7350
7430
  "x-tokenName"?: string | undefined;
7351
7431
  } | undefined;
7352
7432
  };