@scalar/api-client 2.2.21 → 2.2.23

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 (144) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist/components/AddressBar/AddressBar.vue.d.ts.map +1 -1
  3. package/dist/components/AddressBar/AddressBar.vue.js +2 -2
  4. package/dist/components/AddressBar/AddressBar.vue2.js +70 -71
  5. package/dist/components/AddressBar/AddressBarServer.vue.js +26 -26
  6. package/dist/components/CodeInput/CodeInput.vue.d.ts.map +1 -1
  7. package/dist/components/CodeInput/CodeInput.vue.js +2 -2
  8. package/dist/components/CodeInput/CodeInput.vue2.js +46 -46
  9. package/dist/components/CodeInput/codeVariableWidget.d.ts +4 -4
  10. package/dist/components/CodeInput/codeVariableWidget.d.ts.map +1 -1
  11. package/dist/components/CodeInput/codeVariableWidget.js +42 -38
  12. package/dist/components/CommandPalette/CommandPaletteCollection.vue.js +25 -24
  13. package/dist/components/CommandPalette/CommandPaletteExample.vue.d.ts +1 -1
  14. package/dist/components/CommandPalette/CommandPaletteExample.vue.d.ts.map +1 -1
  15. package/dist/components/CommandPalette/CommandPaletteExample.vue.js +64 -55
  16. package/dist/components/CommandPalette/CommandPaletteImport.vue.d.ts.map +1 -1
  17. package/dist/components/CommandPalette/CommandPaletteImport.vue.js +110 -106
  18. package/dist/components/CommandPalette/CommandPaletteRequest.vue.js +2 -2
  19. package/dist/components/CommandPalette/TheCommandPalette.vue.d.ts +1 -1
  20. package/dist/components/CommandPalette/TheCommandPalette.vue.js +1 -1
  21. package/dist/components/CommandPalette/TheCommandPalette.vue2.js +38 -37
  22. package/dist/components/EnvironmentSelector/EnvironmentSelector.vue.d.ts.map +1 -1
  23. package/dist/components/EnvironmentSelector/EnvironmentSelector.vue.js +52 -49
  24. package/dist/components/ImportCollection/DropEventListener.vue.d.ts.map +1 -1
  25. package/dist/components/ImportCollection/DropEventListener.vue.js +46 -43
  26. package/dist/components/ImportCollection/ImportCollectionModal.vue.js +40 -39
  27. package/dist/components/ImportCollection/ImportNowButton.vue.js +44 -42
  28. package/dist/components/ImportCollection/WorkspaceSelector.vue.js +76 -69
  29. package/dist/components/ScalarAsciiArt.vue.js +1 -1
  30. package/dist/components/ScalarAsciiArt.vue2.js +22 -19
  31. package/dist/components/Search/useSearch.d.ts.map +1 -1
  32. package/dist/components/Search/useSearch.js +57 -49
  33. package/dist/components/SideNav/SideNavRouterLink.vue.d.ts.map +1 -1
  34. package/dist/components/SideNav/SideNavRouterLink.vue.js +22 -19
  35. package/dist/components/Sidebar/Sidebar.vue.d.ts +2 -2
  36. package/dist/components/Sidebar/Sidebar.vue.d.ts.map +1 -1
  37. package/dist/components/Sidebar/Sidebar.vue.js +2 -2
  38. package/dist/components/Sidebar/Sidebar.vue2.js +16 -16
  39. package/dist/components/Sidebar/SidebarListElement.vue.d.ts.map +1 -1
  40. package/dist/components/Sidebar/SidebarListElement.vue.js +2 -2
  41. package/dist/components/Sidebar/SidebarListElement.vue2.js +38 -36
  42. package/dist/components/Sidebar/SidebarToggle.vue.d.ts.map +1 -1
  43. package/dist/components/Sidebar/SidebarToggle.vue.js +3 -3
  44. package/dist/components/TopNav/TopNav.vue.d.ts.map +1 -1
  45. package/dist/components/TopNav/TopNav.vue.js +71 -64
  46. package/dist/layouts/App/ApiClientApp.vue.js +4 -1
  47. package/dist/layouts/App/create-api-client-app.d.ts +2 -1
  48. package/dist/layouts/App/create-api-client-app.d.ts.map +1 -1
  49. package/dist/layouts/Modal/ApiClientModal.vue.js +2 -2
  50. package/dist/layouts/Modal/ApiClientModal.vue2.js +22 -19
  51. package/dist/layouts/Modal/create-api-client-modal.d.ts +4 -2
  52. package/dist/layouts/Modal/create-api-client-modal.d.ts.map +1 -1
  53. package/dist/layouts/Web/ApiClientWeb.vue.js +4 -1
  54. package/dist/layouts/Web/create-api-client-web.d.ts +2 -1
  55. package/dist/layouts/Web/create-api-client-web.d.ts.map +1 -1
  56. package/dist/libs/create-client.d.ts +12 -11
  57. package/dist/libs/create-client.d.ts.map +1 -1
  58. package/dist/libs/create-client.js +54 -47
  59. package/dist/libs/extractAttachmentFilename.d.ts +3 -0
  60. package/dist/libs/extractAttachmentFilename.d.ts.map +1 -1
  61. package/dist/libs/extractAttachmentFilename.js +7 -7
  62. package/dist/libs/importers/curl.d.ts.map +1 -1
  63. package/dist/libs/importers/curl.js +18 -18
  64. package/dist/libs/normalize-headers.d.ts.map +1 -1
  65. package/dist/libs/normalize-headers.js +2 -2
  66. package/dist/libs/parse-curl.js +39 -36
  67. package/dist/store/active-entities.d.ts +4 -4
  68. package/dist/store/active-entities.d.ts.map +1 -1
  69. package/dist/store/active-entities.js +88 -86
  70. package/dist/store/collections.d.ts.map +1 -1
  71. package/dist/store/collections.js +29 -29
  72. package/dist/store/request-example.d.ts.map +1 -1
  73. package/dist/store/request-example.js +27 -23
  74. package/dist/store/requests.d.ts.map +1 -1
  75. package/dist/store/requests.js +94 -77
  76. package/dist/store/security-schemes.d.ts.map +1 -1
  77. package/dist/store/security-schemes.js +27 -27
  78. package/dist/store/servers.d.ts.map +1 -1
  79. package/dist/store/servers.js +18 -18
  80. package/dist/store/store.d.ts +5 -5
  81. package/dist/store/store.d.ts.map +1 -1
  82. package/dist/store/store.js +53 -48
  83. package/dist/store/tags.d.ts.map +1 -1
  84. package/dist/store/tags.js +35 -33
  85. package/dist/style.css +1 -1
  86. package/dist/views/Cookies/CookieForm.vue.d.ts.map +1 -1
  87. package/dist/views/Cookies/CookieForm.vue.js +14 -9
  88. package/dist/views/Cookies/Cookies.vue.d.ts.map +1 -1
  89. package/dist/views/Cookies/Cookies.vue2.js +39 -37
  90. package/dist/views/Environment/Environment.vue.d.ts.map +1 -1
  91. package/dist/views/Environment/Environment.vue2.js +94 -89
  92. package/dist/views/Request/Request.vue.d.ts.map +1 -1
  93. package/dist/views/Request/Request.vue.js +1 -1
  94. package/dist/views/Request/Request.vue2.js +118 -119
  95. package/dist/views/Request/RequestSection/RequestAuth/OAuth2.vue.d.ts.map +1 -1
  96. package/dist/views/Request/RequestSection/RequestAuth/OAuth2.vue.js +28 -25
  97. package/dist/views/Request/RequestSection/RequestAuth/RequestAuth.vue.d.ts.map +1 -1
  98. package/dist/views/Request/RequestSection/RequestAuth/RequestAuth.vue.js +1 -1
  99. package/dist/views/Request/RequestSection/RequestAuth/RequestAuth.vue2.js +38 -37
  100. package/dist/views/Request/RequestSection/RequestAuth/RequestAuthDataTable.vue.d.ts.map +1 -1
  101. package/dist/views/Request/RequestSection/RequestAuth/RequestAuthDataTable.vue.js +2 -2
  102. package/dist/views/Request/RequestSection/RequestAuth/RequestAuthDataTable.vue2.js +76 -73
  103. package/dist/views/Request/RequestSection/RequestAuth/RequestExampleAuth.vue.js +2 -2
  104. package/dist/views/Request/RequestSection/RequestAuth/RequestExampleAuth.vue2.js +80 -80
  105. package/dist/views/Request/RequestSection/RequestBody.vue.d.ts.map +1 -1
  106. package/dist/views/Request/RequestSection/RequestBody.vue.js +1 -1
  107. package/dist/views/Request/RequestSection/RequestBody.vue2.js +192 -178
  108. package/dist/views/Request/RequestSection/RequestParams.vue.d.ts.map +1 -1
  109. package/dist/views/Request/RequestSection/RequestParams.vue.js +80 -73
  110. package/dist/views/Request/RequestSection/RequestPathParams.vue.d.ts.map +1 -1
  111. package/dist/views/Request/RequestSection/RequestPathParams.vue.js +50 -48
  112. package/dist/views/Request/RequestSidebar.vue.d.ts +3 -4
  113. package/dist/views/Request/RequestSidebar.vue.d.ts.map +1 -1
  114. package/dist/views/Request/RequestSidebar.vue.js +1 -1
  115. package/dist/views/Request/RequestSidebar.vue2.js +166 -164
  116. package/dist/views/Request/RequestSidebarItem.vue.d.ts.map +1 -1
  117. package/dist/views/Request/RequestSidebarItem.vue.js +2 -2
  118. package/dist/views/Request/RequestSidebarItem.vue2.js +168 -150
  119. package/dist/views/Request/RequestSidebarItemMenu.vue.d.ts.map +1 -1
  120. package/dist/views/Request/RequestSidebarItemMenu.vue.js +4 -4
  121. package/dist/views/Request/RequestSidebarItemMenu.vue2.js +80 -80
  122. package/dist/views/Request/RequestSubpageHeader.vue.d.ts +0 -1
  123. package/dist/views/Request/RequestSubpageHeader.vue.d.ts.map +1 -1
  124. package/dist/views/Request/RequestSubpageHeader.vue.js +2 -2
  125. package/dist/views/Request/RequestSubpageHeader.vue2.js +44 -49
  126. package/dist/views/Request/ResponseSection/ResponseEmpty.vue2.js +1 -1
  127. package/dist/views/Request/ResponseSection/ResponseSection.vue.js +1 -1
  128. package/dist/views/Request/ResponseSection/ResponseSection.vue2.js +1 -1
  129. package/dist/views/Request/components/WorkspaceDropdown.vue.d.ts.map +1 -1
  130. package/dist/views/Request/components/WorkspaceDropdown.vue.js +166 -156
  131. package/dist/views/Request/handle-drag.d.ts.map +1 -1
  132. package/dist/views/Request/handle-drag.js +37 -31
  133. package/dist/views/Request/hooks/useOpenApiWatcher.js +27 -27
  134. package/dist/views/Request/libs/live-sync.d.ts.map +1 -1
  135. package/dist/views/Request/libs/live-sync.js +147 -130
  136. package/dist/views/Request/types/sidebar-item.d.ts +4 -1
  137. package/dist/views/Request/types/sidebar-item.d.ts.map +1 -1
  138. package/dist/views/Servers/ServerForm.vue.js +38 -35
  139. package/dist/views/Servers/Servers.vue2.js +38 -35
  140. package/dist/views/Settings/Settings.vue.d.ts.map +1 -1
  141. package/dist/views/Settings/Settings.vue2.js +15 -15
  142. package/dist/views/Settings/SettingsGeneral.vue.d.ts.map +1 -1
  143. package/dist/views/Settings/SettingsGeneral.vue.js +206 -174
  144. package/package.json +6 -6
@@ -11,25 +11,26 @@ const ae = ({
11
11
  appComponent: U,
12
12
  configuration: o = {},
13
13
  isReadOnly: p = !1,
14
- store: k,
15
- persistData: _ = !0,
16
- mountOnInitialize: b = !0,
14
+ store: b,
15
+ persistData: k = !0,
16
+ mountOnInitialize: _ = !0,
17
17
  layout: q = "desktop",
18
18
  router: u
19
19
  }) => {
20
- const a = k || F({
20
+ const a = b || F({
21
21
  isReadOnly: p,
22
22
  proxyUrl: o.proxyUrl,
23
23
  themeId: o.themeId,
24
+ showSidebar: o.showSidebar,
24
25
  hideClientButton: o.hideClientButton,
25
- useLocalStorage: _
26
+ useLocalStorage: k
26
27
  }), S = Y({ ...a, router: u });
27
28
  if (localStorage.getItem(D.WORKSPACE) && !p) {
28
29
  const e = {};
29
- let t = 0, r = 0, s = "";
30
+ let r = 0, t = 0, s = "";
30
31
  for (s in localStorage)
31
- Object.prototype.hasOwnProperty.call(localStorage, s) && (r = (localStorage[s].length + s.length) * 2, t += r, e[s] = (r / 1024).toFixed(2) + " KB");
32
- e.Total = (t / 1024).toFixed(2) + " KB", console.table(e), W(a);
32
+ Object.prototype.hasOwnProperty.call(localStorage, s) && (t = (localStorage[s].length + s.length) * 2, r += t, e[s] = (t / 1024).toFixed(2) + " KB");
33
+ e.Total = (r / 1024).toFixed(2) + " KB", console.table(e), W(a);
33
34
  } else if (!p || !o.spec)
34
35
  a.workspaceMutators.add({
35
36
  uid: "default",
@@ -50,15 +51,15 @@ const ae = ({
50
51
  const {
51
52
  collectionMutators: C,
52
53
  importSpecFile: E,
53
- importSpecFromUrl: I,
54
+ importSpecFromUrl: w,
54
55
  modalState: v,
55
56
  requests: d,
56
- securitySchemes: j,
57
- securitySchemeMutators: w,
57
+ securitySchemes: I,
58
+ securitySchemeMutators: j,
58
59
  servers: h,
59
60
  workspaceMutators: L,
60
61
  requestExampleMutators: T
61
- } = a, { activeCollection: n, activeWorkspace: m } = S, f = (e = M) => {
62
+ } = a, { activeCollection: m, activeWorkspace: n } = S, f = (e = M) => {
62
63
  if (!e) {
63
64
  console.error(
64
65
  "[@scalar/api-client-modal] Could not create the API client.",
@@ -69,13 +70,14 @@ const ae = ({
69
70
  }
70
71
  l.mount(e);
71
72
  };
72
- b && f();
73
+ _ && f();
73
74
  const y = async (e) => {
74
- e != null && e.url ? await I(e.url, m.value.uid, {
75
+ var r, t;
76
+ e != null && e.url ? await w(e.url, ((r = n.value) == null ? void 0 : r.uid) ?? "", {
75
77
  proxyUrl: o == null ? void 0 : o.proxyUrl,
76
78
  setCollectionSecurity: !0,
77
79
  ...o
78
- }) : e != null && e.content ? await E(e == null ? void 0 : e.content, m.value.uid, {
80
+ }) : e != null && e.content ? await E(e == null ? void 0 : e.content, ((t = n.value) == null ? void 0 : t.uid) ?? "", {
79
81
  setCollectionSecurity: !0,
80
82
  ...o
81
83
  }) : console.error(
@@ -93,29 +95,34 @@ const ae = ({
93
95
  *
94
96
  * Deletes the current store before importing again for now, in the future will Diff
95
97
  */
96
- updateConfig(e, t = !0) {
97
- t ? Object.assign(o ?? {}, e) : z(o ?? {}, e), e.spec && (a.collectionMutators.reset(), a.requestMutators.reset(), a.requestExampleMutators.reset(), a.securitySchemeMutators.reset(), a.serverMutators.reset(), a.tagMutators.reset(), L.edit(m.value.uid, "collections", []), y(e.spec));
98
+ updateConfig(e, r = !0) {
99
+ var t;
100
+ r ? Object.assign(o ?? {}, e) : z(o ?? {}, e), e.spec && (a.collectionMutators.reset(), a.requestMutators.reset(), a.requestExampleMutators.reset(), a.securitySchemeMutators.reset(), a.serverMutators.reset(), a.tagMutators.reset(), L.edit(
101
+ ((t = n.value) == null ? void 0 : t.uid) ?? "",
102
+ "collections",
103
+ []
104
+ ), y(e.spec));
98
105
  },
99
106
  /** Update the currently selected server via URL */
100
107
  updateServer: (e) => {
101
- var r;
102
- const t = Object.values(h).find((s) => s.url === e);
103
- t && n.value && C.edit(
104
- (r = n.value) == null ? void 0 : r.uid,
108
+ var t;
109
+ const r = Object.values(h).find((s) => s.url === e);
110
+ r && m.value && C.edit(
111
+ (t = m.value) == null ? void 0 : t.uid,
105
112
  "selectedServerUid",
106
- t.uid
113
+ r.uid
107
114
  );
108
115
  },
109
116
  /** Update the currently selected server via URL */
110
117
  onUpdateServer: (e) => {
111
118
  X(
112
119
  () => {
113
- var t;
114
- return (t = n.value) == null ? void 0 : t.selectedServerUid;
120
+ var r;
121
+ return (r = m.value) == null ? void 0 : r.selectedServerUid;
115
122
  },
116
- (t) => {
117
- const r = Object.values(h).find((s) => s.uid === t);
118
- r != null && r.url && e(r.url);
123
+ (r) => {
124
+ const t = Object.values(h).find((s) => s.uid === r);
125
+ t != null && t.url && e(t.url);
119
126
  }
120
127
  );
121
128
  },
@@ -124,43 +131,43 @@ const ae = ({
124
131
  */
125
132
  updateAuth: ({
126
133
  nameKey: e,
127
- propertyKey: t,
128
- value: r
134
+ propertyKey: r,
135
+ value: t
129
136
  }) => {
130
- const c = Object.values(j).find((i) => i.nameKey === e);
131
- c && w.edit(c.uid, t, r);
137
+ const c = Object.values(I).find((i) => i.nameKey === e);
138
+ c && j.edit(c.uid, r, t);
132
139
  },
133
140
  /** Route to a method + path */
134
141
  route: (e) => {
135
- const t = Object.values(d).find(
136
- ({ path: r, method: s }) => r === e.path && s.toUpperCase() === e.method.toUpperCase()
142
+ const r = Object.values(d).find(
143
+ ({ path: t, method: s }) => t === e.path && s.toUpperCase() === e.method.toUpperCase()
137
144
  );
138
- t && u.push({
145
+ r && u.push({
139
146
  name: "request",
140
147
  params: {
141
148
  workspace: "default",
142
- request: t.uid
149
+ request: r.uid
143
150
  }
144
151
  });
145
152
  },
146
153
  /** Open the API client modal and optionally route to a request */
147
154
  open: (e) => {
148
155
  if (e) {
149
- const t = Object.values(d).find(
150
- ({ path: r, method: s }) => e ? (
156
+ const r = Object.values(d).find(
157
+ ({ path: t, method: s }) => e ? (
151
158
  // The given operation
152
- r === e.path && s.toUpperCase() === e.method.toUpperCase()
159
+ t === e.path && s.toUpperCase() === e.method.toUpperCase()
153
160
  ) : (
154
161
  // Or the first request
155
162
  !0
156
163
  )
157
164
  );
158
- t && u.push({
165
+ r && u.push({
159
166
  name: "request",
160
167
  query: e._source ? { source: e._source } : void 0,
161
168
  params: {
162
169
  workspace: "default",
163
- request: t.uid
170
+ request: r.uid
164
171
  }
165
172
  });
166
173
  }
@@ -173,16 +180,16 @@ const ae = ({
173
180
  /* The workspace store */
174
181
  store: a,
175
182
  /** Update the currently selected example */
176
- updateExample: (e, t) => {
183
+ updateExample: (e, r) => {
177
184
  var i, O, x, A;
178
- if (!e || !t) return;
179
- const r = Object.values(d).find(
180
- ({ operationId: B, path: P }) => B === t || P === t
185
+ if (!e || !r) return;
186
+ const t = Object.values(d).find(
187
+ ({ operationId: B, path: P }) => B === r || P === r
181
188
  );
182
- if (!r) return;
183
- const s = Object.keys(((i = r.requestBody) == null ? void 0 : i.content) || {})[0] || "application/json", c = (A = (x = (O = r.requestBody) == null ? void 0 : O.content) == null ? void 0 : x[s]) == null ? void 0 : A.examples[e];
189
+ if (!t) return;
190
+ const s = Object.keys(((i = t.requestBody) == null ? void 0 : i.content) || {})[0] || "application/json", c = (A = (x = (O = t.requestBody) == null ? void 0 : O.content) == null ? void 0 : x[s]) == null ? void 0 : A.examples[e];
184
191
  c && T.edit(
185
- r.examples[0],
192
+ t.examples[0] ?? "",
186
193
  "body.raw.value",
187
194
  H(c.value)
188
195
  );
@@ -1,2 +1,5 @@
1
+ /**
2
+ * Extract the filename from a content disposition header
3
+ */
1
4
  export declare function extractFilename(contentDisposition: string): string;
2
5
  //# sourceMappingURL=extractAttachmentFilename.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"extractAttachmentFilename.d.ts","sourceRoot":"","sources":["../../src/libs/extractAttachmentFilename.ts"],"names":[],"mappings":"AAQA,wBAAgB,eAAe,CAAC,kBAAkB,EAAE,MAAM,UAezD"}
1
+ {"version":3,"file":"extractAttachmentFilename.d.ts","sourceRoot":"","sources":["../../src/libs/extractAttachmentFilename.ts"],"names":[],"mappings":"AAQA;;GAEG;AACH,wBAAgB,eAAe,CAAC,kBAAkB,EAAE,MAAM,UAezD"}
@@ -1,20 +1,20 @@
1
- const a = (e) => {
1
+ const r = (e) => {
2
2
  try {
3
3
  return decodeURIComponent(e);
4
4
  } catch {
5
5
  return e;
6
6
  }
7
7
  };
8
- function c(e) {
9
- let t = "";
8
+ function o(e) {
9
+ let n = "";
10
10
  if (e) {
11
- const n = e.match(
11
+ const t = e.match(
12
12
  /filename\s*=\s*"?([^";]+)"?/
13
13
  );
14
- n && n.length === 2 && (t = a(n[1].trim()));
14
+ typeof (t == null ? void 0 : t[1]) == "string" && (n = r(t[1].trim()));
15
15
  }
16
- return t;
16
+ return n;
17
17
  }
18
18
  export {
19
- c as extractFilename
19
+ o as extractFilename
20
20
  };
@@ -1 +1 @@
1
- {"version":3,"file":"curl.d.ts","sourceRoot":"","sources":["../../../src/libs/importers/curl.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EACV,aAAa,EACb,uBAAuB,EACxB,MAAM,iCAAiC,CAAA;AAExC,oCAAoC;AACpC,KAAK,iBAAiB,GAAG;IACvB,MAAM,EAAE,aAAa,CAAA;IACrB,GAAG,EAAE,MAAM,CAAA;IACX,IAAI,EAAE,MAAM,CAAA;IACZ,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAA;IAC/B,OAAO,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAA;IACvB,WAAW,CAAC,EAAE;QACZ,OAAO,EAAE;YACP,CAAC,WAAW,EAAE,MAAM,GAAG;gBACrB,MAAM,EAAE;oBACN,IAAI,EAAE,MAAM,CAAA;oBACZ,UAAU,EAAE,MAAM,CAAC,MAAM,EAAE;wBAAE,IAAI,EAAE,MAAM,CAAA;qBAAE,CAAC,CAAA;iBAC7C,CAAA;gBACD,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAA;aAChC,CAAA;SACF,CAAA;KACF,CAAA;IACD,UAAU,EAAE,uBAAuB,EAAE,CAAA;CACtC,CAAA;AAkBD,mEAAmE;AACnE,wBAAgB,iBAAiB,CAAC,WAAW,EAAE,MAAM,GAAG,iBAAiB,CA4DxE"}
1
+ {"version":3,"file":"curl.d.ts","sourceRoot":"","sources":["../../../src/libs/importers/curl.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EACV,aAAa,EACb,uBAAuB,EACxB,MAAM,iCAAiC,CAAA;AAExC,oCAAoC;AACpC,KAAK,iBAAiB,GAAG;IACvB,MAAM,EAAE,aAAa,CAAA;IACrB,GAAG,EAAE,MAAM,CAAA;IACX,IAAI,EAAE,MAAM,CAAA;IACZ,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAA;IAC/B,OAAO,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAA;IACvB,WAAW,CAAC,EAAE;QACZ,OAAO,EAAE;YACP,CAAC,WAAW,EAAE,MAAM,GAAG;gBACrB,MAAM,EAAE;oBACN,IAAI,EAAE,MAAM,CAAA;oBACZ,UAAU,EAAE,MAAM,CAAC,MAAM,EAAE;wBAAE,IAAI,EAAE,MAAM,CAAA;qBAAE,CAAC,CAAA;iBAC7C,CAAA;gBACD,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAA;aAChC,CAAA;SACF,CAAA;KACF,CAAA;IACD,UAAU,EAAE,uBAAuB,EAAE,CAAA;CACtC,CAAA;AAoBD,mEAAmE;AACnE,wBAAgB,iBAAiB,CAAC,WAAW,EAAE,MAAM,GAAG,iBAAiB,CA4DxE"}
@@ -1,31 +1,31 @@
1
1
  import { parseCurlCommand as l } from "../parse-curl.js";
2
- function h(n) {
2
+ function h(o) {
3
3
  try {
4
- return JSON.parse(n);
4
+ return JSON.parse(o);
5
5
  } catch {
6
- const o = {};
7
- return n.split("&").forEach((a) => {
8
- const [s, e] = a.split("=");
9
- o[decodeURIComponent(s)] = decodeURIComponent(e);
10
- }), o;
6
+ const s = {};
7
+ return o.split("&").forEach((a) => {
8
+ const [r, e] = a.split("=");
9
+ r && e && (s[decodeURIComponent(r)] = decodeURIComponent(e));
10
+ }), s;
11
11
  }
12
12
  }
13
- function C(n) {
14
- const o = l(n), {
13
+ function C(o) {
14
+ const s = l(o), {
15
15
  method: a = "get",
16
- url: s,
16
+ url: r,
17
17
  body: e = "",
18
18
  headers: p = {},
19
19
  servers: i,
20
20
  queryParameters: m = []
21
- } = o, y = new URL(s).pathname, d = e != null && e.includes("=") && !e.startsWith("{") ? "application/x-www-form-urlencoded" : p["Content-Type"] || "application/json", c = e ? h(e) : {}, u = [
22
- ...Array.isArray(m) ? m.map(({ key: r, value: t }) => ({
23
- name: r,
21
+ } = s, y = new URL(r).pathname, d = e != null && e.includes("=") && !e.startsWith("{") ? "application/x-www-form-urlencoded" : p["Content-Type"] || "application/json", c = e ? h(e) : {}, u = [
22
+ ...Array.isArray(m) ? m.map(({ key: n, value: t }) => ({
23
+ name: n,
24
24
  in: "query",
25
25
  schema: { type: typeof t, examples: [t] }
26
26
  })) : [],
27
- ...Object.entries(p || {}).map(([r, t]) => ({
28
- name: r,
27
+ ...Object.entries(p || {}).map(([n, t]) => ({
28
+ name: n,
29
29
  in: "header",
30
30
  schema: { type: typeof t },
31
31
  example: t
@@ -33,7 +33,7 @@ function C(n) {
33
33
  ];
34
34
  return {
35
35
  method: a,
36
- url: s,
36
+ url: r,
37
37
  path: y,
38
38
  headers: p,
39
39
  servers: i,
@@ -44,8 +44,8 @@ function C(n) {
44
44
  schema: {
45
45
  type: "object",
46
46
  properties: Object.fromEntries(
47
- Object.entries(c).map(([r, t]) => [
48
- r,
47
+ Object.entries(c).map(([n, t]) => [
48
+ n,
49
49
  { type: typeof t }
50
50
  ])
51
51
  )
@@ -1 +1 @@
1
- {"version":3,"file":"normalize-headers.d.ts","sourceRoot":"","sources":["../../src/libs/normalize-headers.ts"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AACH,eAAO,MAAM,gBAAgB,aACjB,OAAO,mCAEhB,MAAM,CAAC,MAAM,EAAE,MAAM,CAqEvB,CAAA;AAED,mEAAmE;AACnE,eAAO,MAAM,eAAe,QAAS,MAAM,WAM7B,CAAA"}
1
+ {"version":3,"file":"normalize-headers.d.ts","sourceRoot":"","sources":["../../src/libs/normalize-headers.ts"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AACH,eAAO,MAAM,gBAAgB,aACjB,OAAO,mCAEhB,MAAM,CAAC,MAAM,EAAE,MAAM,CAuEvB,CAAA;AAED,mEAAmE;AACnE,eAAO,MAAM,eAAe,QAAS,MAAM,WAM7B,CAAA"}
@@ -17,11 +17,11 @@ const f = (a, t = !1) => {
17
17
  const s = /^x-scalar-original-/i;
18
18
  if (s.test(e)) {
19
19
  const n = e.replace(s, "");
20
- o[n] = o[e], delete o[e];
20
+ o[e] && (o[n] = o[e], delete o[e]);
21
21
  }
22
22
  }), Object.keys(o).forEach((e) => {
23
23
  const s = d(e);
24
- e !== s && (o[s] = o[e], delete o[e]);
24
+ e !== s && o[e] && (o[s] = o[e], delete o[e]);
25
25
  }), Object.fromEntries(
26
26
  Object.entries(o).sort(([e], [s]) => e.localeCompare(s))
27
27
  );
@@ -1,14 +1,14 @@
1
1
  import { parse as h } from "shell-quote";
2
- function P(r) {
3
- const t = h(r).map((i) => typeof i == "object" && "op" in i && i.op === "glob" ? i.pattern.trim() : typeof i == "string" ? i.trim() : i).filter((i) => i !== ""), e = { url: "" }, n = t[Symbol.iterator]();
4
- let a = n.next().value;
5
- for (; a; ) {
6
- if (typeof a == "object" && "op" in a) {
7
- if (a.op === "&") {
2
+ function P(a) {
3
+ const t = h(a).map((i) => typeof i == "object" && "op" in i && i.op === "glob" ? i.pattern.trim() : typeof i == "string" ? i.trim() : i).filter((i) => i !== ""), e = { url: "" }, n = t[Symbol.iterator]();
4
+ let r = n.next().value;
5
+ for (; r; ) {
6
+ if (typeof r == "object" && "op" in r) {
7
+ if (r.op === "&") {
8
8
  const i = n.next().value;
9
9
  if (typeof i == "string") {
10
- const o = m(`?${i}`).reduce(
11
- (s, { key: p, value: f }) => (s[p] = f, s),
10
+ const o = f(`?${i}`).reduce(
11
+ (s, { key: c, value: m }) => (s[c] = m, s),
12
12
  {}
13
13
  );
14
14
  e.queryParameters = {
@@ -17,55 +17,58 @@ function P(r) {
17
17
  };
18
18
  }
19
19
  }
20
- a = n.next().value;
20
+ r = n.next().value;
21
21
  continue;
22
22
  }
23
- if (a === "-X" || a === "--request")
23
+ if (r === "-X" || r === "--request")
24
24
  l(n, e);
25
- else if (a === "--url")
25
+ else if (r === "--url")
26
26
  d(n, e);
27
- else if (a === "-H" || a === "--header")
27
+ else if (r === "-H" || r === "--header")
28
28
  u(n, e);
29
- else if (a === "--data" || a === "-d" || a === "--data-raw" || a === "--data-urlencode" || a === "--data-binary" || a === "--data-ascii") {
29
+ else if (r === "--data" || r === "-d" || r === "--data-raw" || r === "--data-urlencode" || r === "--data-binary" || r === "--data-ascii") {
30
30
  const i = n.next().value;
31
31
  typeof i == "string" && (e.body = i);
32
- } else typeof a == "string" && !e.url && (a.startsWith("http") || a.startsWith("www.")) ? d([a][Symbol.iterator](), e) : a === "-P" ? y(n, e) : typeof a == "string" && a.toLowerCase().includes("content-type") ? v(a, e) : a === "-u" || a === "--user" ? x(n, e) : (a === "-b" || a === "--cookie") && b(n, e);
33
- a = n.next().value;
32
+ } else typeof r == "string" && !e.url && (r.startsWith("http") || r.startsWith("www.")) ? d([r][Symbol.iterator](), e) : r === "-P" ? y(n, e) : typeof r == "string" && r.toLowerCase().includes("content-type") ? v(r, e) : r === "-u" || r === "--user" ? x(n, e) : (r === "-b" || r === "--cookie") && b(n, e);
33
+ r = n.next().value;
34
34
  }
35
35
  return e;
36
36
  }
37
- function l(r, t) {
38
- t.method = r.next().value.toLowerCase();
37
+ function l(a, t) {
38
+ t.method = a.next().value.toLowerCase();
39
39
  }
40
- function d(r, t) {
41
- const e = new URL(r.next().value.replace(/['"]/g, ""));
42
- t.servers = [e.origin], t.path = e.pathname !== "/" ? e.pathname : "", t.url = t.servers[0] + t.path, t.queryParameters = m(e.search);
40
+ function d(a, t) {
41
+ const e = new URL(a.next().value.replace(/['"]/g, ""));
42
+ t.servers = [e.origin], t.path = e.pathname !== "/" ? e.pathname : "", t.url = t.servers[0] + t.path, t.queryParameters = f(e.search);
43
43
  }
44
- function u(r, t) {
45
- const e = r.next().value.replace(/['"]/g, "").split(/:(.*)/);
44
+ function u(a, t) {
45
+ const e = a.next().value.replace(/['"]/g, "").split(/:(.*)/);
46
46
  t.headers = t.headers || {}, e[1] !== void 0 ? t.headers[e[0].trim()] = e[1].trim() : t.headers[e[0].trim()] = "";
47
47
  }
48
- function y(r, t) {
49
- const e = r.next().value.replace(/['"]/g, "").split("=");
48
+ function y(a, t) {
49
+ const e = a.next().value.replace(/['"]/g, "").split("=");
50
50
  t.pathVariables = t.pathVariables || {}, e[1] !== void 0 ? t.pathVariables[e[0].trim()] = e[1].trim() : t.pathVariables[e[0].trim()] = "";
51
51
  }
52
- function m(r) {
53
- const t = r.indexOf("?"), e = [];
54
- return t !== -1 && r.substring(t + 1).split("&").forEach((i) => {
55
- const [c, o] = i.split("="), s = decodeURIComponent(c.trim()), p = o ? decodeURIComponent(o.trim()) : "";
56
- e.push({ key: s, value: p });
52
+ function f(a) {
53
+ const t = a.indexOf("?"), e = [];
54
+ return t !== -1 && a.substring(t + 1).split("&").forEach((i) => {
55
+ const [p, o] = i.split("=");
56
+ if (p) {
57
+ const s = decodeURIComponent(p.trim()), c = o ? decodeURIComponent(o.trim()) : "";
58
+ e.push({ key: s, value: c });
59
+ }
57
60
  }), e;
58
61
  }
59
- function v(r, t) {
60
- const e = r.replace(/['"]/g, "").split(/:(.+)/);
61
- t.headers = t.headers || {}, e[1] !== void 0 ? t.headers[e[0].trim()] = e[1].trim() : t.headers[e[0].trim()] = "";
62
+ function v(a, t) {
63
+ const e = a.replace(/['"]/g, "").split(/:(.+)/);
64
+ t.headers = t.headers || {}, e[0] && (e[1] !== void 0 ? t.headers[e[0].trim()] = e[1].trim() : t.headers[e[0].trim()] = "");
62
65
  }
63
- function x(r, t) {
64
- const e = r.next().value.split(":");
66
+ function x(a, t) {
67
+ const e = a.next().value.split(":");
65
68
  t.headers = t.headers || {}, t.headers.Authorization = e[1];
66
69
  }
67
- function b(r, t) {
68
- const e = r.next().value;
70
+ function b(a, t) {
71
+ const e = a.next().value;
69
72
  t.headers = t.headers || {}, t.headers.Cookie = e;
70
73
  }
71
74
  export {
@@ -242,7 +242,7 @@ export declare const createActiveEntitiesStore: ({ collections, requestExamples,
242
242
  variables?: Record<string, Omit<import("@scalar/openapi-types").OpenAPIV3_1.ServerVariableObject, "enum"> & {
243
243
  enum?: [string, ...string[]];
244
244
  }> | undefined;
245
- }>;
245
+ } | undefined>;
246
246
  activeWorkspace: import("vue").ComputedRef<{
247
247
  uid: string;
248
248
  name: string;
@@ -260,7 +260,7 @@ export declare const createActiveEntitiesStore: ({ collections, requestExamples,
260
260
  }>> | undefined;
261
261
  } | undefined;
262
262
  proxyUrl?: string | undefined;
263
- }>;
263
+ } | undefined>;
264
264
  activeWorkspaceCollections: import("vue").ComputedRef<{
265
265
  type: "collection";
266
266
  uid: string;
@@ -316,14 +316,14 @@ export declare const createActiveEntitiesStore: ({ collections, requestExamples,
316
316
  documentUrl?: string | undefined;
317
317
  integration?: string | null | undefined;
318
318
  }[]>;
319
- activeWorkspaceServers: import("vue").ComputedRef<{
319
+ activeWorkspaceServers: import("vue").ComputedRef<({
320
320
  uid: string;
321
321
  url: string;
322
322
  description?: string | undefined;
323
323
  variables?: Record<string, Omit<import("@scalar/openapi-types").OpenAPIV3_1.ServerVariableObject, "enum"> & {
324
324
  enum?: [string, ...string[]];
325
325
  }> | undefined;
326
- }[]>;
326
+ } | undefined)[]>;
327
327
  activeEnvVariables: import("vue").ComputedRef<EnvVariable[]>;
328
328
  activeWorkspaceRequests: import("vue").ComputedRef<string[]>;
329
329
  };
@@ -1 +1 @@
1
- {"version":3,"file":"active-entities.d.ts","sourceRoot":"","sources":["../../src/store/active-entities.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"active-entities.d.ts","sourceRoot":"","sources":["../../src/store/active-entities.ts"],"names":[],"mappings":"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"}