@scalar/workspace-store 0.25.3 → 0.26.1

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 (57) hide show
  1. package/CHANGELOG.md +26 -0
  2. package/dist/client.d.ts.map +1 -1
  3. package/dist/client.js +25 -19
  4. package/dist/client.js.map +2 -2
  5. package/dist/events/definitions/hooks.d.ts +13 -2
  6. package/dist/events/definitions/hooks.d.ts.map +1 -1
  7. package/dist/events/definitions/operation.d.ts +22 -8
  8. package/dist/events/definitions/operation.d.ts.map +1 -1
  9. package/dist/events/definitions/ui.d.ts +12 -0
  10. package/dist/events/definitions/ui.d.ts.map +1 -1
  11. package/dist/helpers/apply-selective-updates.d.ts +1 -1
  12. package/dist/helpers/apply-selective-updates.d.ts.map +1 -1
  13. package/dist/helpers/apply-selective-updates.js +13 -3
  14. package/dist/helpers/apply-selective-updates.js.map +3 -3
  15. package/dist/mutators/fetch-request-to-har.d.ts +62 -0
  16. package/dist/mutators/fetch-request-to-har.d.ts.map +1 -0
  17. package/dist/mutators/fetch-request-to-har.js +117 -0
  18. package/dist/mutators/fetch-request-to-har.js.map +7 -0
  19. package/dist/mutators/fetch-response-to-har.d.ts +67 -0
  20. package/dist/mutators/fetch-response-to-har.d.ts.map +1 -0
  21. package/dist/mutators/fetch-response-to-har.js +104 -0
  22. package/dist/mutators/fetch-response-to-har.js.map +7 -0
  23. package/dist/mutators/har-to-operation.d.ts +37 -0
  24. package/dist/mutators/har-to-operation.d.ts.map +1 -0
  25. package/dist/mutators/har-to-operation.js +146 -0
  26. package/dist/mutators/har-to-operation.js.map +7 -0
  27. package/dist/mutators/index.d.ts +4 -0
  28. package/dist/mutators/index.d.ts.map +1 -1
  29. package/dist/mutators/operation.d.ts +9 -7
  30. package/dist/mutators/operation.d.ts.map +1 -1
  31. package/dist/mutators/operation.js +117 -46
  32. package/dist/mutators/operation.js.map +2 -2
  33. package/dist/schemas/extensions/document/x-scalar-is-dirty.d.ts +43 -0
  34. package/dist/schemas/extensions/document/x-scalar-is-dirty.d.ts.map +1 -0
  35. package/dist/schemas/extensions/document/x-scalar-is-dirty.js +9 -0
  36. package/dist/schemas/extensions/document/x-scalar-is-dirty.js.map +7 -0
  37. package/dist/schemas/extensions/operation/x-scalar-history.d.ts +217 -0
  38. package/dist/schemas/extensions/operation/x-scalar-history.d.ts.map +1 -0
  39. package/dist/schemas/extensions/operation/x-scalar-history.js +100 -0
  40. package/dist/schemas/extensions/operation/x-scalar-history.js.map +7 -0
  41. package/dist/schemas/inmemory-workspace.d.ts +64 -0
  42. package/dist/schemas/inmemory-workspace.d.ts.map +1 -1
  43. package/dist/schemas/reference-config/index.d.ts +64 -0
  44. package/dist/schemas/reference-config/index.d.ts.map +1 -1
  45. package/dist/schemas/reference-config/settings.d.ts +64 -0
  46. package/dist/schemas/reference-config/settings.d.ts.map +1 -1
  47. package/dist/schemas/v3.1/strict/openapi-document.d.ts +2306 -1
  48. package/dist/schemas/v3.1/strict/openapi-document.d.ts.map +1 -1
  49. package/dist/schemas/v3.1/strict/openapi-document.js +3 -1
  50. package/dist/schemas/v3.1/strict/openapi-document.js.map +2 -2
  51. package/dist/schemas/v3.1/strict/operation.d.ts +64 -1
  52. package/dist/schemas/v3.1/strict/operation.d.ts.map +1 -1
  53. package/dist/schemas/v3.1/strict/operation.js +3 -1
  54. package/dist/schemas/v3.1/strict/operation.js.map +2 -2
  55. package/dist/schemas/workspace.d.ts +448 -0
  56. package/dist/schemas/workspace.d.ts.map +1 -1
  57. package/package.json +5 -5
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../../../src/schemas/extensions/document/x-scalar-is-dirty.ts"],
4
+ "sourcesContent": ["import { Type } from '@scalar/typebox'\n\n/**\n * Schema for the \"x-scalar-is-dirty\" OpenAPI extension.\n * This extension allows specifying an optional boolean value,\n * which can be used to track if the document state is dirty.\n *\n * This is used to track if the document has been modified since it was last saved.\n *\n * @example\n * ```yaml\n * x-scalar-is-dirty: true\n * ```\n *\n * @example\n * ```yaml\n * x-scalar-is-dirty: false\n * ```\n */\nexport const XScalarIsDirtySchema = Type.Object({\n /** Whether the document state is dirty, this is used to track if the document has been modified since it was last saved */\n 'x-scalar-is-dirty': Type.Optional(Type.Boolean()),\n})\n\n/**\n * Schema for the \"x-scalar-is-dirty\" OpenAPI extension.\n * This extension allows specifying an optional boolean value,\n * which can be used to track if the document state is dirty.\n *\n * This is used to track if the document has been modified since it was last saved.\n *\n * @example\n * ```yaml\n * x-scalar-is-dirty: true\n * ```\n *\n * @example\n * ```yaml\n * x-scalar-is-dirty: false\n * ```\n */\nexport type XScalarIsDirty = {\n /** Whether the document state is dirty, this is used to track if the document has been modified since it was last saved */\n 'x-scalar-is-dirty'?: boolean\n}\n"],
5
+ "mappings": "AAAA,SAAS,YAAY;AAmBd,MAAM,uBAAuB,KAAK,OAAO;AAAA;AAAA,EAE9C,qBAAqB,KAAK,SAAS,KAAK,QAAQ,CAAC;AACnD,CAAC;",
6
+ "names": []
7
+ }
@@ -0,0 +1,217 @@
1
+ type Header = {
2
+ name: string;
3
+ value: string;
4
+ };
5
+ /**
6
+ * This object contains detailed info about performed request.
7
+ */
8
+ type Request = {
9
+ /** Absolute URL of the request (fragments are not included). */
10
+ url: string;
11
+ /** Request method (`GET`, `POST`, ...). */
12
+ method: string;
13
+ /** Request HTTP Version. */
14
+ httpVersion: string;
15
+ /** List of header objects. */
16
+ headers: Header[];
17
+ /** List of cookie objects. */
18
+ cookies: Header[];
19
+ /**
20
+ * Total number of bytes from the start of the HTTP request message until
21
+ * (and including) the double CRLF before the body.
22
+ *
23
+ * Set to `-1` if the info is not available.
24
+ */
25
+ headersSize: number;
26
+ /** List of query string objects. */
27
+ queryString: Header[];
28
+ /**
29
+ * Size of the request body (POST data payload) in bytes.
30
+ *
31
+ * Set to `-1` if the info is not available.
32
+ */
33
+ bodySize: number;
34
+ /** Posted data info. */
35
+ postData?: {
36
+ /** Mime type of posted data. */
37
+ mimeType: string;
38
+ text: string;
39
+ } | {
40
+ /** Mime type of posted data. */
41
+ mimeType: string;
42
+ params: {
43
+ name: string;
44
+ value?: string;
45
+ }[];
46
+ };
47
+ };
48
+ type Response = {
49
+ /** Response status. */
50
+ status: number;
51
+ /** Response status description. */
52
+ statusText: string;
53
+ /** Response HTTP Version. */
54
+ httpVersion: string;
55
+ /** List of cookie objects. */
56
+ cookies: Header[];
57
+ /** List of header objects. */
58
+ headers: Header[];
59
+ /** Details about the response body. */
60
+ content: {
61
+ size: number;
62
+ mimeType: string;
63
+ encoding?: string;
64
+ text?: string;
65
+ };
66
+ /** Redirection target URL from the Location response header. */
67
+ redirectURL: string;
68
+ /**
69
+ * Total number of bytes from the start of the HTTP response message until
70
+ * (and including) the double CRLF before the body.
71
+ *
72
+ * Set to `-1` if the info is not available.
73
+ *
74
+ * _The size of received response-headers is computed only from headers
75
+ * that are really received from the server. Additional headers appended by
76
+ * the browser are not included in this number, but they appear in the list
77
+ * of header objects._
78
+ */
79
+ headersSize: number;
80
+ /**
81
+ * Size of the received response body in bytes.
82
+ *
83
+ * - Set to zero in case of responses coming from the cache (`304`).
84
+ * - Set to `-1` if the info is not available.
85
+ */
86
+ bodySize: number;
87
+ };
88
+ type Entry = {
89
+ /**
90
+ * Total elapsed time of the request in milliseconds.
91
+ *
92
+ * This is the sum of all timings available in the timings object
93
+ * (i.e. not including `-1` values).
94
+ */
95
+ time: number;
96
+ /** Timestamp of the request. */
97
+ timestamp: number;
98
+ /** Detailed info about the request. */
99
+ request: Request;
100
+ /** Detailed info about the response. */
101
+ response: Response;
102
+ /** Meta data about the request. */
103
+ meta: {
104
+ /** The example key for the request. */
105
+ example: string;
106
+ };
107
+ /** Metadata about the request. */
108
+ requestMetadata: {
109
+ /** Variables used in the request. */
110
+ variables: Record<string, string>;
111
+ };
112
+ };
113
+ export declare const XScalarHistorySchema: import("@scalar/typebox").TObject<{
114
+ 'x-scalar-history': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
115
+ /**
116
+ * Total elapsed time of the request in milliseconds.
117
+ *
118
+ * This is the sum of all timings available in the timings object
119
+ * (i.e. not including `-1` values).
120
+ */
121
+ time: import("@scalar/typebox").TNumber;
122
+ /** Timestamp of the request. */
123
+ timestamp: import("@scalar/typebox").TNumber;
124
+ /** Detailed info about the request. */
125
+ request: import("@scalar/typebox").TObject<{
126
+ /** Absolute URL of the request (fragments are not included). */
127
+ url: import("@scalar/typebox").TString;
128
+ /** Request method (`GET`, `POST`, ...). */
129
+ method: import("@scalar/typebox").TString;
130
+ /** Request HTTP Version. */
131
+ httpVersion: import("@scalar/typebox").TString;
132
+ /** List of header objects. */
133
+ headers: import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
134
+ name: import("@scalar/typebox").TString;
135
+ value: import("@scalar/typebox").TString;
136
+ }>>;
137
+ /** List of cookie objects. */
138
+ cookies: import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
139
+ name: import("@scalar/typebox").TString;
140
+ value: import("@scalar/typebox").TString;
141
+ }>>;
142
+ /**
143
+ * Total number of bytes from the start of the HTTP request message until
144
+ * (and including) the double CRLF before the body.
145
+ *
146
+ * Set to `-1` if the info is not available.
147
+ */
148
+ headersSize: import("@scalar/typebox").TNumber;
149
+ /** List of query string objects. */
150
+ queryString: import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
151
+ name: import("@scalar/typebox").TString;
152
+ value: import("@scalar/typebox").TString;
153
+ }>>;
154
+ /**
155
+ * Size of the request body (POST data payload) in bytes.
156
+ *
157
+ * Set to `-1` if the info is not available.
158
+ */
159
+ bodySize: import("@scalar/typebox").TNumber;
160
+ /** Posted data info. */
161
+ postData: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TObject<{
162
+ /** Mime type of posted data. */
163
+ mimeType: import("@scalar/typebox").TString;
164
+ text: import("@scalar/typebox").TString;
165
+ }>, import("@scalar/typebox").TObject<{
166
+ /** Mime type of posted data. */
167
+ mimeType: import("@scalar/typebox").TString;
168
+ params: import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
169
+ name: import("@scalar/typebox").TString;
170
+ value: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
171
+ }>>;
172
+ }>]>>;
173
+ }>;
174
+ /** Detailed info about the response. */
175
+ response: import("@scalar/typebox").TObject<{
176
+ status: import("@scalar/typebox").TNumber;
177
+ statusText: import("@scalar/typebox").TString;
178
+ headers: import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
179
+ name: import("@scalar/typebox").TString;
180
+ value: import("@scalar/typebox").TString;
181
+ }>>;
182
+ cookies: import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
183
+ name: import("@scalar/typebox").TString;
184
+ value: import("@scalar/typebox").TString;
185
+ }>>;
186
+ httpVersion: import("@scalar/typebox").TString;
187
+ redirectURL: import("@scalar/typebox").TString;
188
+ headersSize: import("@scalar/typebox").TNumber;
189
+ bodySize: import("@scalar/typebox").TNumber;
190
+ content: import("@scalar/typebox").TObject<{
191
+ size: import("@scalar/typebox").TNumber;
192
+ mimeType: import("@scalar/typebox").TString;
193
+ encoding: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
194
+ text: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
195
+ }>;
196
+ }>;
197
+ /** Meta data about the request. */
198
+ meta: import("@scalar/typebox").TObject<{
199
+ /** The example key for the request. */
200
+ example: import("@scalar/typebox").TString;
201
+ }>;
202
+ requestMetadata: import("@scalar/typebox").TObject<{
203
+ /** Variables used in the request.
204
+ *
205
+ * Since HAR format does not support variables, we need to store them here.
206
+ * This way we can easily re-use the request with the same variables.
207
+ * We don't need to do any server + variables matching and replacement.
208
+ */
209
+ variables: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>;
210
+ }>;
211
+ }>>>;
212
+ }>;
213
+ export type XScalarHistory = {
214
+ 'x-scalar-history'?: Entry[];
215
+ };
216
+ export {};
217
+ //# sourceMappingURL=x-scalar-history.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"x-scalar-history.d.ts","sourceRoot":"","sources":["../../../../src/schemas/extensions/operation/x-scalar-history.ts"],"names":[],"mappings":"AAOA,KAAK,MAAM,GAAG;IACZ,IAAI,EAAE,MAAM,CAAA;IACZ,KAAK,EAAE,MAAM,CAAA;CACd,CAAA;AAgDD;;GAEG;AACH,KAAK,OAAO,GAAG;IACb,gEAAgE;IAChE,GAAG,EAAE,MAAM,CAAA;IACX,2CAA2C;IAC3C,MAAM,EAAE,MAAM,CAAA;IACd,4BAA4B;IAC5B,WAAW,EAAE,MAAM,CAAA;IACnB,8BAA8B;IAC9B,OAAO,EAAE,MAAM,EAAE,CAAA;IACjB,8BAA8B;IAC9B,OAAO,EAAE,MAAM,EAAE,CAAA;IACjB;;;;;OAKG;IACH,WAAW,EAAE,MAAM,CAAA;IACnB,oCAAoC;IACpC,WAAW,EAAE,MAAM,EAAE,CAAA;IACrB;;;;OAIG;IACH,QAAQ,EAAE,MAAM,CAAA;IAChB,wBAAwB;IACxB,QAAQ,CAAC,EACL;QACE,gCAAgC;QAChC,QAAQ,EAAE,MAAM,CAAA;QAChB,IAAI,EAAE,MAAM,CAAA;KACb,GACD;QACE,gCAAgC;QAChC,QAAQ,EAAE,MAAM,CAAA;QAChB,MAAM,EAAE;YAAE,IAAI,EAAE,MAAM,CAAC;YAAC,KAAK,CAAC,EAAE,MAAM,CAAA;SAAE,EAAE,CAAA;KAC3C,CAAA;CACN,CAAA;AAmBD,KAAK,QAAQ,GAAG;IACd,uBAAuB;IACvB,MAAM,EAAE,MAAM,CAAA;IACd,mCAAmC;IACnC,UAAU,EAAE,MAAM,CAAA;IAClB,6BAA6B;IAC7B,WAAW,EAAE,MAAM,CAAA;IACnB,8BAA8B;IAC9B,OAAO,EAAE,MAAM,EAAE,CAAA;IACjB,8BAA8B;IAC9B,OAAO,EAAE,MAAM,EAAE,CAAA;IACjB,uCAAuC;IACvC,OAAO,EAAE;QACP,IAAI,EAAE,MAAM,CAAA;QACZ,QAAQ,EAAE,MAAM,CAAA;QAChB,QAAQ,CAAC,EAAE,MAAM,CAAA;QACjB,IAAI,CAAC,EAAE,MAAM,CAAA;KACd,CAAA;IACD,gEAAgE;IAChE,WAAW,EAAE,MAAM,CAAA;IACnB;;;;;;;;;;OAUG;IACH,WAAW,EAAE,MAAM,CAAA;IACnB;;;;;OAKG;IACH,QAAQ,EAAE,MAAM,CAAA;CACjB,CAAA;AAiCD,KAAK,KAAK,GAAG;IACX;;;;;OAKG;IACH,IAAI,EAAE,MAAM,CAAA;IACZ,gCAAgC;IAChC,SAAS,EAAE,MAAM,CAAA;IACjB,uCAAuC;IACvC,OAAO,EAAE,OAAO,CAAA;IAChB,wCAAwC;IACxC,QAAQ,EAAE,QAAQ,CAAA;IAClB,mCAAmC;IACnC,IAAI,EAAE;QACJ,uCAAuC;QACvC,OAAO,EAAE,MAAM,CAAA;KAChB,CAAA;IACD,kCAAkC;IAClC,eAAe,EAAE;QACf,qCAAqC;QACrC,SAAS,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAA;KAElC,CAAA;CACF,CAAA;AAED,eAAO,MAAM,oBAAoB;;QAzD/B;;;;;WAKG;;QAEH,gCAAgC;;QAEhC,uCAAuC;;YAzJvC,gEAAgE;;YAEhE,2CAA2C;;YAE3C,4BAA4B;;YAE5B,8BAA8B;;;;;YAE9B,8BAA8B;;;;;YAE9B;;;;;eAKG;;YAEH,oCAAoC;;;;;YAEpC;;;;eAIG;;YAEH,wBAAwB;;gBAIlB,gCAAgC;;;;gBAKhC,gCAAgC;;;;;;;;QAyHtC,wCAAwC;;;;;;;;;;;;;;;;;;;;;;;QAExC,mCAAmC;;YAEjC,uCAAuC;;;;YAIvC;;;;;eAKG;;;;EAmCL,CAAA;AAEF,MAAM,MAAM,cAAc,GAAG;IAC3B,kBAAkB,CAAC,EAAE,KAAK,EAAE,CAAA;CAC7B,CAAA"}
@@ -0,0 +1,100 @@
1
+ import { Type } from "@scalar/typebox";
2
+ const HeaderSchema = Type.Object({
3
+ name: Type.String(),
4
+ value: Type.String()
5
+ });
6
+ const RequestSchema = Type.Object({
7
+ /** Absolute URL of the request (fragments are not included). */
8
+ url: Type.String(),
9
+ /** Request method (`GET`, `POST`, ...). */
10
+ method: Type.String(),
11
+ /** Request HTTP Version. */
12
+ httpVersion: Type.String(),
13
+ /** List of header objects. */
14
+ headers: Type.Array(HeaderSchema),
15
+ /** List of cookie objects. */
16
+ cookies: Type.Array(HeaderSchema),
17
+ /**
18
+ * Total number of bytes from the start of the HTTP request message until
19
+ * (and including) the double CRLF before the body.
20
+ *
21
+ * Set to `-1` if the info is not available.
22
+ */
23
+ headersSize: Type.Number(),
24
+ /** List of query string objects. */
25
+ queryString: Type.Array(HeaderSchema),
26
+ /**
27
+ * Size of the request body (POST data payload) in bytes.
28
+ *
29
+ * Set to `-1` if the info is not available.
30
+ */
31
+ bodySize: Type.Number(),
32
+ /** Posted data info. */
33
+ postData: Type.Optional(
34
+ Type.Union([
35
+ Type.Object({
36
+ /** Mime type of posted data. */
37
+ mimeType: Type.String(),
38
+ text: Type.String()
39
+ }),
40
+ Type.Object({
41
+ /** Mime type of posted data. */
42
+ mimeType: Type.String(),
43
+ params: Type.Array(Type.Object({ name: Type.String(), value: Type.Optional(Type.String()) }))
44
+ })
45
+ ])
46
+ )
47
+ });
48
+ const ResponseSchema = Type.Object({
49
+ status: Type.Number(),
50
+ statusText: Type.String(),
51
+ headers: Type.Array(HeaderSchema),
52
+ cookies: Type.Array(HeaderSchema),
53
+ httpVersion: Type.String(),
54
+ redirectURL: Type.String(),
55
+ headersSize: Type.Number(),
56
+ bodySize: Type.Number(),
57
+ content: Type.Object({
58
+ size: Type.Number(),
59
+ mimeType: Type.String(),
60
+ encoding: Type.Optional(Type.String()),
61
+ text: Type.Optional(Type.String())
62
+ })
63
+ });
64
+ const EntrySchema = Type.Object({
65
+ /**
66
+ * Total elapsed time of the request in milliseconds.
67
+ *
68
+ * This is the sum of all timings available in the timings object
69
+ * (i.e. not including `-1` values).
70
+ */
71
+ time: Type.Number(),
72
+ /** Timestamp of the request. */
73
+ timestamp: Type.Number(),
74
+ /** Detailed info about the request. */
75
+ request: RequestSchema,
76
+ /** Detailed info about the response. */
77
+ response: ResponseSchema,
78
+ /** Meta data about the request. */
79
+ meta: Type.Object({
80
+ /** The example key for the request. */
81
+ example: Type.String()
82
+ }),
83
+ requestMetadata: Type.Object({
84
+ /** Variables used in the request.
85
+ *
86
+ * Since HAR format does not support variables, we need to store them here.
87
+ * This way we can easily re-use the request with the same variables.
88
+ * We don't need to do any server + variables matching and replacement.
89
+ */
90
+ variables: Type.Record(Type.String(), Type.String())
91
+ // Other meta fields (e.g., server) can be added here in the future.
92
+ })
93
+ });
94
+ const XScalarHistorySchema = Type.Object({
95
+ "x-scalar-history": Type.Optional(Type.Array(EntrySchema))
96
+ });
97
+ export {
98
+ XScalarHistorySchema
99
+ };
100
+ //# sourceMappingURL=x-scalar-history.js.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../../../src/schemas/extensions/operation/x-scalar-history.ts"],
4
+ "sourcesContent": ["import { Type } from '@scalar/typebox'\n\nconst HeaderSchema = Type.Object({\n name: Type.String(),\n value: Type.String(),\n})\n\ntype Header = {\n name: string\n value: string\n}\n\n/**\n * This object contains detailed info about performed request.\n */\nconst RequestSchema = Type.Object({\n /** Absolute URL of the request (fragments are not included). */\n url: Type.String(),\n /** Request method (`GET`, `POST`, ...). */\n method: Type.String(),\n /** Request HTTP Version. */\n httpVersion: Type.String(),\n /** List of header objects. */\n headers: Type.Array(HeaderSchema),\n /** List of cookie objects. */\n cookies: Type.Array(HeaderSchema),\n /**\n * Total number of bytes from the start of the HTTP request message until\n * (and including) the double CRLF before the body.\n *\n * Set to `-1` if the info is not available.\n */\n headersSize: Type.Number(),\n /** List of query string objects. */\n queryString: Type.Array(HeaderSchema),\n /**\n * Size of the request body (POST data payload) in bytes.\n *\n * Set to `-1` if the info is not available.\n */\n bodySize: Type.Number(),\n /** Posted data info. */\n postData: Type.Optional(\n Type.Union([\n Type.Object({\n /** Mime type of posted data. */\n mimeType: Type.String(),\n text: Type.String(),\n }),\n Type.Object({\n /** Mime type of posted data. */\n mimeType: Type.String(),\n params: Type.Array(Type.Object({ name: Type.String(), value: Type.Optional(Type.String()) })),\n }),\n ]),\n ),\n})\n\n/**\n * This object contains detailed info about performed request.\n */\ntype Request = {\n /** Absolute URL of the request (fragments are not included). */\n url: string\n /** Request method (`GET`, `POST`, ...). */\n method: string\n /** Request HTTP Version. */\n httpVersion: string\n /** List of header objects. */\n headers: Header[]\n /** List of cookie objects. */\n cookies: Header[]\n /**\n * Total number of bytes from the start of the HTTP request message until\n * (and including) the double CRLF before the body.\n *\n * Set to `-1` if the info is not available.\n */\n headersSize: number\n /** List of query string objects. */\n queryString: Header[]\n /**\n * Size of the request body (POST data payload) in bytes.\n *\n * Set to `-1` if the info is not available.\n */\n bodySize: number\n /** Posted data info. */\n postData?:\n | {\n /** Mime type of posted data. */\n mimeType: string\n text: string\n }\n | {\n /** Mime type of posted data. */\n mimeType: string\n params: { name: string; value?: string }[]\n }\n}\n\nconst ResponseSchema = Type.Object({\n status: Type.Number(),\n statusText: Type.String(),\n headers: Type.Array(HeaderSchema),\n cookies: Type.Array(HeaderSchema),\n httpVersion: Type.String(),\n redirectURL: Type.String(),\n headersSize: Type.Number(),\n bodySize: Type.Number(),\n content: Type.Object({\n size: Type.Number(),\n mimeType: Type.String(),\n encoding: Type.Optional(Type.String()),\n text: Type.Optional(Type.String()),\n }),\n})\n\ntype Response = {\n /** Response status. */\n status: number\n /** Response status description. */\n statusText: string\n /** Response HTTP Version. */\n httpVersion: string\n /** List of cookie objects. */\n cookies: Header[]\n /** List of header objects. */\n headers: Header[]\n /** Details about the response body. */\n content: {\n size: number\n mimeType: string\n encoding?: string\n text?: string\n }\n /** Redirection target URL from the Location response header. */\n redirectURL: string\n /**\n * Total number of bytes from the start of the HTTP response message until\n * (and including) the double CRLF before the body.\n *\n * Set to `-1` if the info is not available.\n *\n * _The size of received response-headers is computed only from headers\n * that are really received from the server. Additional headers appended by\n * the browser are not included in this number, but they appear in the list\n * of header objects._\n */\n headersSize: number\n /**\n * Size of the received response body in bytes.\n *\n * - Set to zero in case of responses coming from the cache (`304`).\n * - Set to `-1` if the info is not available.\n */\n bodySize: number\n}\n\nconst EntrySchema = Type.Object({\n /**\n * Total elapsed time of the request in milliseconds.\n *\n * This is the sum of all timings available in the timings object\n * (i.e. not including `-1` values).\n */\n time: Type.Number(),\n /** Timestamp of the request. */\n timestamp: Type.Number(),\n /** Detailed info about the request. */\n request: RequestSchema,\n /** Detailed info about the response. */\n response: ResponseSchema,\n /** Meta data about the request. */\n meta: Type.Object({\n /** The example key for the request. */\n example: Type.String(),\n }),\n requestMetadata: Type.Object({\n /** Variables used in the request.\n *\n * Since HAR format does not support variables, we need to store them here.\n * This way we can easily re-use the request with the same variables.\n * We don't need to do any server + variables matching and replacement.\n */\n variables: Type.Record(Type.String(), Type.String()),\n // Other meta fields (e.g., server) can be added here in the future.\n }),\n})\n\ntype Entry = {\n /**\n * Total elapsed time of the request in milliseconds.\n *\n * This is the sum of all timings available in the timings object\n * (i.e. not including `-1` values).\n */\n time: number\n /** Timestamp of the request. */\n timestamp: number\n /** Detailed info about the request. */\n request: Request\n /** Detailed info about the response. */\n response: Response\n /** Meta data about the request. */\n meta: {\n /** The example key for the request. */\n example: string\n }\n /** Metadata about the request. */\n requestMetadata: {\n /** Variables used in the request. */\n variables: Record<string, string>\n // Other meta fields (e.g., server) can be added here in the future.\n }\n}\n\nexport const XScalarHistorySchema = Type.Object({\n 'x-scalar-history': Type.Optional(Type.Array(EntrySchema)),\n})\n\nexport type XScalarHistory = {\n 'x-scalar-history'?: Entry[]\n}\n"],
5
+ "mappings": "AAAA,SAAS,YAAY;AAErB,MAAM,eAAe,KAAK,OAAO;AAAA,EAC/B,MAAM,KAAK,OAAO;AAAA,EAClB,OAAO,KAAK,OAAO;AACrB,CAAC;AAUD,MAAM,gBAAgB,KAAK,OAAO;AAAA;AAAA,EAEhC,KAAK,KAAK,OAAO;AAAA;AAAA,EAEjB,QAAQ,KAAK,OAAO;AAAA;AAAA,EAEpB,aAAa,KAAK,OAAO;AAAA;AAAA,EAEzB,SAAS,KAAK,MAAM,YAAY;AAAA;AAAA,EAEhC,SAAS,KAAK,MAAM,YAAY;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAOhC,aAAa,KAAK,OAAO;AAAA;AAAA,EAEzB,aAAa,KAAK,MAAM,YAAY;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAMpC,UAAU,KAAK,OAAO;AAAA;AAAA,EAEtB,UAAU,KAAK;AAAA,IACb,KAAK,MAAM;AAAA,MACT,KAAK,OAAO;AAAA;AAAA,QAEV,UAAU,KAAK,OAAO;AAAA,QACtB,MAAM,KAAK,OAAO;AAAA,MACpB,CAAC;AAAA,MACD,KAAK,OAAO;AAAA;AAAA,QAEV,UAAU,KAAK,OAAO;AAAA,QACtB,QAAQ,KAAK,MAAM,KAAK,OAAO,EAAE,MAAM,KAAK,OAAO,GAAG,OAAO,KAAK,SAAS,KAAK,OAAO,CAAC,EAAE,CAAC,CAAC;AAAA,MAC9F,CAAC;AAAA,IACH,CAAC;AAAA,EACH;AACF,CAAC;AA6CD,MAAM,iBAAiB,KAAK,OAAO;AAAA,EACjC,QAAQ,KAAK,OAAO;AAAA,EACpB,YAAY,KAAK,OAAO;AAAA,EACxB,SAAS,KAAK,MAAM,YAAY;AAAA,EAChC,SAAS,KAAK,MAAM,YAAY;AAAA,EAChC,aAAa,KAAK,OAAO;AAAA,EACzB,aAAa,KAAK,OAAO;AAAA,EACzB,aAAa,KAAK,OAAO;AAAA,EACzB,UAAU,KAAK,OAAO;AAAA,EACtB,SAAS,KAAK,OAAO;AAAA,IACnB,MAAM,KAAK,OAAO;AAAA,IAClB,UAAU,KAAK,OAAO;AAAA,IACtB,UAAU,KAAK,SAAS,KAAK,OAAO,CAAC;AAAA,IACrC,MAAM,KAAK,SAAS,KAAK,OAAO,CAAC;AAAA,EACnC,CAAC;AACH,CAAC;AA2CD,MAAM,cAAc,KAAK,OAAO;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAO9B,MAAM,KAAK,OAAO;AAAA;AAAA,EAElB,WAAW,KAAK,OAAO;AAAA;AAAA,EAEvB,SAAS;AAAA;AAAA,EAET,UAAU;AAAA;AAAA,EAEV,MAAM,KAAK,OAAO;AAAA;AAAA,IAEhB,SAAS,KAAK,OAAO;AAAA,EACvB,CAAC;AAAA,EACD,iBAAiB,KAAK,OAAO;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,IAO3B,WAAW,KAAK,OAAO,KAAK,OAAO,GAAG,KAAK,OAAO,CAAC;AAAA;AAAA,EAErD,CAAC;AACH,CAAC;AA6BM,MAAM,uBAAuB,KAAK,OAAO;AAAA,EAC9C,oBAAoB,KAAK,SAAS,KAAK,MAAM,WAAW,CAAC;AAC3D,CAAC;",
6
+ "names": []
7
+ }
@@ -317,6 +317,68 @@ export declare const InMemoryWorkspaceSchema: import("@scalar/typebox").TObject<
317
317
  'global-headers': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TBoolean>>>;
318
318
  'default-headers': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TBoolean>>>;
319
319
  }>>;
320
+ }>, import("@scalar/typebox").TObject<{
321
+ 'x-scalar-history': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
322
+ time: import("@scalar/typebox").TNumber;
323
+ timestamp: import("@scalar/typebox").TNumber;
324
+ request: import("@scalar/typebox").TObject<{
325
+ url: import("@scalar/typebox").TString;
326
+ method: import("@scalar/typebox").TString;
327
+ httpVersion: import("@scalar/typebox").TString;
328
+ headers: import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
329
+ name: import("@scalar/typebox").TString;
330
+ value: import("@scalar/typebox").TString;
331
+ }>>;
332
+ cookies: import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
333
+ name: import("@scalar/typebox").TString;
334
+ value: import("@scalar/typebox").TString;
335
+ }>>;
336
+ headersSize: import("@scalar/typebox").TNumber;
337
+ queryString: import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
338
+ name: import("@scalar/typebox").TString;
339
+ value: import("@scalar/typebox").TString;
340
+ }>>;
341
+ bodySize: import("@scalar/typebox").TNumber;
342
+ postData: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TObject<{
343
+ mimeType: import("@scalar/typebox").TString;
344
+ text: import("@scalar/typebox").TString;
345
+ }>, import("@scalar/typebox").TObject<{
346
+ mimeType: import("@scalar/typebox").TString;
347
+ params: import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
348
+ name: import("@scalar/typebox").TString;
349
+ value: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
350
+ }>>;
351
+ }>]>>;
352
+ }>;
353
+ response: import("@scalar/typebox").TObject<{
354
+ status: import("@scalar/typebox").TNumber;
355
+ statusText: import("@scalar/typebox").TString;
356
+ headers: import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
357
+ name: import("@scalar/typebox").TString;
358
+ value: import("@scalar/typebox").TString;
359
+ }>>;
360
+ cookies: import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
361
+ name: import("@scalar/typebox").TString;
362
+ value: import("@scalar/typebox").TString;
363
+ }>>;
364
+ httpVersion: import("@scalar/typebox").TString;
365
+ redirectURL: import("@scalar/typebox").TString;
366
+ headersSize: import("@scalar/typebox").TNumber;
367
+ bodySize: import("@scalar/typebox").TNumber;
368
+ content: import("@scalar/typebox").TObject<{
369
+ size: import("@scalar/typebox").TNumber;
370
+ mimeType: import("@scalar/typebox").TString;
371
+ encoding: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
372
+ text: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
373
+ }>;
374
+ }>;
375
+ meta: import("@scalar/typebox").TObject<{
376
+ example: import("@scalar/typebox").TString;
377
+ }>;
378
+ requestMetadata: import("@scalar/typebox").TObject<{
379
+ variables: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>;
380
+ }>;
381
+ }>>>;
320
382
  }>]>;
321
383
  SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
322
384
  __scalar_: import("@scalar/typebox").TString;
@@ -1327,6 +1389,8 @@ export declare const InMemoryWorkspaceSchema: import("@scalar/typebox").TObject<
1327
1389
  }>>>;
1328
1390
  }>, import("@scalar/typebox").TObject<{
1329
1391
  'x-scalar-original-document-hash': import("@scalar/typebox").TString;
1392
+ }>, import("@scalar/typebox").TObject<{
1393
+ 'x-scalar-is-dirty': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
1330
1394
  }>]>]>;
1331
1395
  TraversedDescriptionObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
1332
1396
  id: import("@scalar/typebox").TString;
@@ -1 +1 @@
1
- {"version":3,"file":"inmemory-workspace.d.ts","sourceRoot":"","sources":["../../src/schemas/inmemory-workspace.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,KAAK,iBAAiB,EAEtB,KAAK,aAAa,EAEnB,MAAM,qBAAqB,CAAA;AAI5B,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAMlC,CAAA;AAEF,MAAM,MAAM,iBAAiB,GAAG;IAC9B,IAAI,EAAE,aAAa,CAAA;IACnB,SAAS,EAAE,MAAM,CAAC,MAAM,EAAE,iBAAiB,CAAC,CAAA;IAC5C,iBAAiB,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC,CAAA;IAC1D,qBAAqB,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC,CAAA;IAC9D,SAAS,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAA;CAC/B,CAAA"}
1
+ {"version":3,"file":"inmemory-workspace.d.ts","sourceRoot":"","sources":["../../src/schemas/inmemory-workspace.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,KAAK,iBAAiB,EAEtB,KAAK,aAAa,EAEnB,MAAM,qBAAqB,CAAA;AAI5B,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAMlC,CAAA;AAEF,MAAM,MAAM,iBAAiB,GAAG;IAC9B,IAAI,EAAE,aAAa,CAAA;IACnB,SAAS,EAAE,MAAM,CAAC,MAAM,EAAE,iBAAiB,CAAC,CAAA;IAC5C,iBAAiB,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC,CAAA;IAC1D,qBAAqB,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC,CAAA;IAC9D,SAAS,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAA;CAC/B,CAAA"}
@@ -321,6 +321,68 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
321
321
  'global-headers': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TBoolean>>>;
322
322
  'default-headers': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TBoolean>>>;
323
323
  }>>;
324
+ }>, import("@scalar/typebox").TObject<{
325
+ 'x-scalar-history': import("@scalar/typebox").TOptional<TArray<import("@scalar/typebox").TObject<{
326
+ time: import("@scalar/typebox").TNumber;
327
+ timestamp: import("@scalar/typebox").TNumber;
328
+ request: import("@scalar/typebox").TObject<{
329
+ url: import("@scalar/typebox").TString;
330
+ method: import("@scalar/typebox").TString;
331
+ httpVersion: import("@scalar/typebox").TString;
332
+ headers: TArray<import("@scalar/typebox").TObject<{
333
+ name: import("@scalar/typebox").TString;
334
+ value: import("@scalar/typebox").TString;
335
+ }>>;
336
+ cookies: TArray<import("@scalar/typebox").TObject<{
337
+ name: import("@scalar/typebox").TString;
338
+ value: import("@scalar/typebox").TString;
339
+ }>>;
340
+ headersSize: import("@scalar/typebox").TNumber;
341
+ queryString: TArray<import("@scalar/typebox").TObject<{
342
+ name: import("@scalar/typebox").TString;
343
+ value: import("@scalar/typebox").TString;
344
+ }>>;
345
+ bodySize: import("@scalar/typebox").TNumber;
346
+ postData: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TObject<{
347
+ mimeType: import("@scalar/typebox").TString;
348
+ text: import("@scalar/typebox").TString;
349
+ }>, import("@scalar/typebox").TObject<{
350
+ mimeType: import("@scalar/typebox").TString;
351
+ params: TArray<import("@scalar/typebox").TObject<{
352
+ name: import("@scalar/typebox").TString;
353
+ value: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
354
+ }>>;
355
+ }>]>>;
356
+ }>;
357
+ response: import("@scalar/typebox").TObject<{
358
+ status: import("@scalar/typebox").TNumber;
359
+ statusText: import("@scalar/typebox").TString;
360
+ headers: TArray<import("@scalar/typebox").TObject<{
361
+ name: import("@scalar/typebox").TString;
362
+ value: import("@scalar/typebox").TString;
363
+ }>>;
364
+ cookies: TArray<import("@scalar/typebox").TObject<{
365
+ name: import("@scalar/typebox").TString;
366
+ value: import("@scalar/typebox").TString;
367
+ }>>;
368
+ httpVersion: import("@scalar/typebox").TString;
369
+ redirectURL: import("@scalar/typebox").TString;
370
+ headersSize: import("@scalar/typebox").TNumber;
371
+ bodySize: import("@scalar/typebox").TNumber;
372
+ content: import("@scalar/typebox").TObject<{
373
+ size: import("@scalar/typebox").TNumber;
374
+ mimeType: import("@scalar/typebox").TString;
375
+ encoding: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
376
+ text: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
377
+ }>;
378
+ }>;
379
+ meta: import("@scalar/typebox").TObject<{
380
+ example: import("@scalar/typebox").TString;
381
+ }>;
382
+ requestMetadata: import("@scalar/typebox").TObject<{
383
+ variables: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>;
384
+ }>;
385
+ }>>>;
324
386
  }>]>;
325
387
  SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
326
388
  __scalar_: import("@scalar/typebox").TString;
@@ -1331,6 +1393,8 @@ export declare const ReferenceConfigSchema: import("@scalar/typebox").TObject<{
1331
1393
  }>>>;
1332
1394
  }>, import("@scalar/typebox").TObject<{
1333
1395
  'x-scalar-original-document-hash': import("@scalar/typebox").TString;
1396
+ }>, import("@scalar/typebox").TObject<{
1397
+ 'x-scalar-is-dirty': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
1334
1398
  }>]>]>;
1335
1399
  TraversedDescriptionObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
1336
1400
  id: import("@scalar/typebox").TString;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/schemas/reference-config/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/schemas/reference-config/index.ts"],"names":[],"mappings":"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"}
@@ -307,6 +307,68 @@ export declare const SettingsSchema: import("@scalar/typebox").TObject<{
307
307
  'global-headers': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TBoolean>>>;
308
308
  'default-headers': import("@scalar/typebox").TOptional<import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TBoolean>>>;
309
309
  }>>;
310
+ }>, import("@scalar/typebox").TObject<{
311
+ 'x-scalar-history': import("@scalar/typebox").TOptional<import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
312
+ time: import("@scalar/typebox").TNumber;
313
+ timestamp: import("@scalar/typebox").TNumber;
314
+ request: import("@scalar/typebox").TObject<{
315
+ url: import("@scalar/typebox").TString;
316
+ method: import("@scalar/typebox").TString;
317
+ httpVersion: import("@scalar/typebox").TString;
318
+ headers: import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
319
+ name: import("@scalar/typebox").TString;
320
+ value: import("@scalar/typebox").TString;
321
+ }>>;
322
+ cookies: import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
323
+ name: import("@scalar/typebox").TString;
324
+ value: import("@scalar/typebox").TString;
325
+ }>>;
326
+ headersSize: import("@scalar/typebox").TNumber;
327
+ queryString: import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
328
+ name: import("@scalar/typebox").TString;
329
+ value: import("@scalar/typebox").TString;
330
+ }>>;
331
+ bodySize: import("@scalar/typebox").TNumber;
332
+ postData: import("@scalar/typebox").TOptional<import("@scalar/typebox").TUnion<[import("@scalar/typebox").TObject<{
333
+ mimeType: import("@scalar/typebox").TString;
334
+ text: import("@scalar/typebox").TString;
335
+ }>, import("@scalar/typebox").TObject<{
336
+ mimeType: import("@scalar/typebox").TString;
337
+ params: import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
338
+ name: import("@scalar/typebox").TString;
339
+ value: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
340
+ }>>;
341
+ }>]>>;
342
+ }>;
343
+ response: import("@scalar/typebox").TObject<{
344
+ status: import("@scalar/typebox").TNumber;
345
+ statusText: import("@scalar/typebox").TString;
346
+ headers: import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
347
+ name: import("@scalar/typebox").TString;
348
+ value: import("@scalar/typebox").TString;
349
+ }>>;
350
+ cookies: import("@scalar/typebox").TArray<import("@scalar/typebox").TObject<{
351
+ name: import("@scalar/typebox").TString;
352
+ value: import("@scalar/typebox").TString;
353
+ }>>;
354
+ httpVersion: import("@scalar/typebox").TString;
355
+ redirectURL: import("@scalar/typebox").TString;
356
+ headersSize: import("@scalar/typebox").TNumber;
357
+ bodySize: import("@scalar/typebox").TNumber;
358
+ content: import("@scalar/typebox").TObject<{
359
+ size: import("@scalar/typebox").TNumber;
360
+ mimeType: import("@scalar/typebox").TString;
361
+ encoding: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
362
+ text: import("@scalar/typebox").TOptional<import("@scalar/typebox").TString>;
363
+ }>;
364
+ }>;
365
+ meta: import("@scalar/typebox").TObject<{
366
+ example: import("@scalar/typebox").TString;
367
+ }>;
368
+ requestMetadata: import("@scalar/typebox").TObject<{
369
+ variables: import("@scalar/typebox").TRecord<import("@scalar/typebox").TString, import("@scalar/typebox").TString>;
370
+ }>;
371
+ }>>>;
310
372
  }>]>;
311
373
  SchemaObject: import("@scalar/typebox").TUnion<[import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
312
374
  __scalar_: import("@scalar/typebox").TString;
@@ -1317,6 +1379,8 @@ export declare const SettingsSchema: import("@scalar/typebox").TObject<{
1317
1379
  }>>>;
1318
1380
  }>, import("@scalar/typebox").TObject<{
1319
1381
  'x-scalar-original-document-hash': import("@scalar/typebox").TString;
1382
+ }>, import("@scalar/typebox").TObject<{
1383
+ 'x-scalar-is-dirty': import("@scalar/typebox").TOptional<import("@scalar/typebox").TBoolean>;
1320
1384
  }>]>]>;
1321
1385
  TraversedDescriptionObject: import("@scalar/typebox").TIntersect<[import("@scalar/typebox").TObject<{
1322
1386
  id: import("@scalar/typebox").TString;
@@ -1 +1 @@
1
- {"version":3,"file":"settings.d.ts","sourceRoot":"","sources":["../../../src/schemas/reference-config/settings.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,WAAW,CAAA;AAG7C,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,8BAA8B,CAAA;AAEhE,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAW1B,CAAA;AAED,MAAM,MAAM,QAAQ,GAAG;IACrB,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,OAAO,CAAC,EAAE,YAAY,EAAE,CAAA;IACxB,aAAa,CAAC,EAAE,MAAM,CAAA;CACvB,CAAA;AAED,eAAO,MAAM,eAAe,EAAE,YAAY,CAAC,QAAQ,CAKlD,CAAA"}
1
+ {"version":3,"file":"settings.d.ts","sourceRoot":"","sources":["../../../src/schemas/reference-config/settings.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,WAAW,CAAA;AAG7C,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,8BAA8B,CAAA;AAEhE,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAW1B,CAAA;AAED,MAAM,MAAM,QAAQ,GAAG;IACrB,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,OAAO,CAAC,EAAE,YAAY,EAAE,CAAA;IACxB,aAAa,CAAC,EAAE,MAAM,CAAA;CACvB,CAAA;AAED,eAAO,MAAM,eAAe,EAAE,YAAY,CAAC,QAAQ,CAKlD,CAAA"}