@scalar/api-client 2.6.1 → 2.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (82) hide show
  1. package/CHANGELOG.md +42 -0
  2. package/dist/analytics.d.ts +2 -18
  3. package/dist/analytics.d.ts.map +1 -1
  4. package/dist/components/CodeInput/CodeInput.vue.d.ts +1 -1
  5. package/dist/components/CodeInput/CodeInput.vue.d.ts.map +1 -1
  6. package/dist/components/CommandPalette/TheCommandPalette.vue.d.ts +66 -42
  7. package/dist/components/CommandPalette/TheCommandPalette.vue.d.ts.map +1 -1
  8. package/dist/components/HttpMethod/HttpMethod.vue.d.ts +2 -2
  9. package/dist/hooks/useAnalytics.d.ts +2 -18
  10. package/dist/hooks/useAnalytics.d.ts.map +1 -1
  11. package/dist/hooks/useClientConfig.d.ts +112 -112
  12. package/dist/hooks/useClientConfig.d.ts.map +1 -1
  13. package/dist/layouts/App/create-api-client-app.d.ts +1378 -1306
  14. package/dist/layouts/App/create-api-client-app.d.ts.map +1 -1
  15. package/dist/layouts/Modal/create-api-client-modal.d.ts +2752 -2608
  16. package/dist/layouts/Modal/create-api-client-modal.d.ts.map +1 -1
  17. package/dist/layouts/Web/create-api-client-web.d.ts +1378 -1306
  18. package/dist/layouts/Web/create-api-client-web.d.ts.map +1 -1
  19. package/dist/libs/create-client.d.ts +1378 -1306
  20. package/dist/libs/create-client.d.ts.map +1 -1
  21. package/dist/libs/find-request.d.ts +17 -17
  22. package/dist/libs/find-request.d.ts.map +1 -1
  23. package/dist/libs/hot-keys.d.ts +1 -1
  24. package/dist/libs/local-storage.d.ts.map +1 -1
  25. package/dist/libs/send-request/build-request-security.d.ts +1 -1
  26. package/dist/libs/send-request/create-fetch-body.d.ts +1 -1
  27. package/dist/libs/send-request/create-request-operation.test.d.ts +82 -82
  28. package/dist/libs/send-request/create-request-operation.test.d.ts.map +1 -1
  29. package/dist/plugins/plugin-manager.d.ts +1 -1
  30. package/dist/store/active-entities.d.ts +118 -118
  31. package/dist/store/active-entities.d.ts.map +1 -1
  32. package/dist/store/collections.d.ts +127 -127
  33. package/dist/store/collections.d.ts.map +1 -1
  34. package/dist/store/cookies.d.ts +14 -14
  35. package/dist/store/environment.d.ts +23 -23
  36. package/dist/store/request-example.d.ts +546 -546
  37. package/dist/store/request-example.d.ts.map +1 -1
  38. package/dist/store/requests.d.ts +194 -194
  39. package/dist/store/requests.d.ts.map +1 -1
  40. package/dist/store/security-schemes.d.ts +281 -281
  41. package/dist/store/security-schemes.d.ts.map +1 -1
  42. package/dist/store/servers.d.ts +45 -45
  43. package/dist/store/servers.d.ts.map +1 -1
  44. package/dist/store/store.d.ts +1378 -1306
  45. package/dist/store/store.d.ts.map +1 -1
  46. package/dist/store/store.js +18 -18
  47. package/dist/store/tags.d.ts +35 -35
  48. package/dist/store/tags.d.ts.map +1 -1
  49. package/dist/store/workspace.d.ts +47 -47
  50. package/dist/store/workspace.d.ts.map +1 -1
  51. package/dist/style.css +1 -1
  52. package/dist/v2/blocks/operation-code-sample/components/HttpMethod.test.d.ts +2 -0
  53. package/dist/v2/blocks/operation-code-sample/components/HttpMethod.test.d.ts.map +1 -0
  54. package/dist/v2/blocks/operation-code-sample/components/HttpMethod.vue.d.ts +25 -0
  55. package/dist/v2/blocks/operation-code-sample/components/HttpMethod.vue.d.ts.map +1 -0
  56. package/dist/v2/blocks/operation-code-sample/components/HttpMethod.vue.js +30 -0
  57. package/dist/v2/blocks/operation-code-sample/components/HttpMethod.vue2.js +4 -0
  58. package/dist/v2/blocks/operation-code-sample/components/OperationCodeSample.vue.d.ts.map +1 -1
  59. package/dist/v2/blocks/operation-code-sample/components/OperationCodeSample.vue.js +3 -3
  60. package/dist/v2/blocks/operation-code-sample/components/OperationCodeSample.vue2.js +102 -95
  61. package/dist/v2/blocks/operation-code-sample/helpers/find-client.js +16 -14
  62. package/dist/v2/blocks/operation-code-sample/helpers/generate-client-options.js +31 -2
  63. package/dist/v2/blocks/operation-code-sample/helpers/get-example-from-schema.d.ts +6 -1
  64. package/dist/v2/blocks/operation-code-sample/helpers/get-example-from-schema.d.ts.map +1 -1
  65. package/dist/v2/blocks/operation-code-sample/helpers/get-example-from-schema.js +198 -131
  66. package/dist/v2/blocks/operation-code-sample/helpers/operation-to-har/operation-to-har.bench.d.ts +2 -0
  67. package/dist/v2/blocks/operation-code-sample/helpers/operation-to-har/operation-to-har.bench.d.ts.map +1 -0
  68. package/dist/v2/blocks/operation-code-sample/index.d.ts +4 -1
  69. package/dist/v2/blocks/operation-code-sample/index.d.ts.map +1 -1
  70. package/dist/v2/blocks/operation-code-sample/index.js +10 -4
  71. package/dist/v2/blocks/scalar-auth-selector-block/helpers/security-scheme.d.ts +2 -6
  72. package/dist/v2/blocks/scalar-auth-selector-block/helpers/security-scheme.d.ts.map +1 -1
  73. package/dist/views/Request/RequestSection/RequestAuth/RequestAuth.vue.d.ts +54 -54
  74. package/dist/views/Request/RequestSection/RequestAuth/RequestAuth.vue.d.ts.map +1 -1
  75. package/dist/views/Request/RequestSection/RequestAuth/RequestAuthDataTable.vue.d.ts +54 -54
  76. package/dist/views/Request/RequestSection/RequestAuth/RequestAuthDataTable.vue.d.ts.map +1 -1
  77. package/dist/views/Request/ResponseSection/ResponseEmpty.vue2.js +1 -1
  78. package/dist/views/Request/libs/auth.d.ts +2 -2
  79. package/dist/views/Request/libs/watch-mode.d.ts +4 -4
  80. package/dist/views/Request/libs/watch-mode.d.ts.map +1 -1
  81. package/dist/views/Request/libs/watch-mode.js +241 -186
  82. package/package.json +25 -20
@@ -1 +1 @@
1
- {"version":3,"file":"useClientConfig.d.ts","sourceRoot":"","sources":["../../src/hooks/useClientConfig.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,sBAAsB,EAAgC,MAAM,6BAA6B,CAAA;AACvG,OAAO,EAAE,KAAK,YAAY,EAAE,KAAK,GAAG,EAAe,MAAM,KAAK,CAAA;AAE9D,eAAO,MAAM,2BAA2B,EAAe,YAAY,CAAC,GAAG,CAAC,sBAAsB,CAAC,CAAC,CAAA;AAEhG,0DAA0D;AAC1D,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;sCACs7d,GAAI;gBAAuD,GAAG;;aAAyD,CAAC;6BAAiC,CAAC;qBAAyB,CAAC;yBAA+C,CAAC;qBAAgC,CAAC;;8BAA8F,CAAC;qBAAyB,CAAC;yBAA+C,CAAC;qBAAgC,CAAC;;;aAAoG,CAAC;2BAA+B,CAAC;;eAA8D,GAAI;8BAAqF,CAAC;;;eAAgH,GAAI;;;;;;;;;;;;;+CAA/yD,GAAG;;;aAAsH,CAAC;WAAiC,CAAC;eAAqC,CAAC,mCAAmC,GAAG;YAAyE,CAAC;;;;;;;;sCAA6pB,GAAI;gBAAuD,GAAG;;aAAyD,CAAC;6BAAiC,CAAC;qBAAyB,CAAC;yBAA+C,CAAC;qBAAgC,CAAC;;8BAA8F,CAAC;qBAAyB,CAAC;yBAA+C,CAAC;qBAAgC,CAAC;;;aAAoG,CAAC;2BAA+B,CAAC;;eAA8D,GAAI;8BAAqF,CAAC;;;eAAgH,GAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;sCAAh2B,GAAI;gBAAuD,GAAG;;aAAyD,CAAC;6BAAiC,CAAC;qBAAyB,CAAC;yBAA+C,CAAC;qBAAgC,CAAC;;8BAA8F,CAAC;qBAAyB,CAAC;yBAA+C,CAAC;qBAAgC,CAAC;;;aAAoG,CAAC;2BAA+B,CAAC;;eAA8D,GAAI;8BAAqF,CAAC;;;eAAgH,GAAI;;;EAD7rf,CAAA"}
1
+ {"version":3,"file":"useClientConfig.d.ts","sourceRoot":"","sources":["../../src/hooks/useClientConfig.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,sBAAsB,EAAgC,MAAM,6BAA6B,CAAA;AACvG,OAAO,EAAE,KAAK,YAAY,EAAE,KAAK,GAAG,EAAe,MAAM,KAAK,CAAA;AAE9D,eAAO,MAAM,2BAA2B,EAAe,YAAY,CAAC,GAAG,CAAC,sBAAsB,CAAC,CAAC,CAAA;AAEhG,0DAA0D;AAC1D,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAyF,CAAA"}