@scalar/api-client 2.6.0 → 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.
- package/CHANGELOG.md +55 -0
- package/dist/analytics.d.ts +2 -18
- package/dist/analytics.d.ts.map +1 -1
- package/dist/components/CodeInput/CodeInput.vue.d.ts +1 -1
- package/dist/components/CodeInput/CodeInput.vue.d.ts.map +1 -1
- package/dist/components/CommandPalette/TheCommandPalette.vue.d.ts +66 -42
- package/dist/components/CommandPalette/TheCommandPalette.vue.d.ts.map +1 -1
- package/dist/components/HttpMethod/HttpMethod.vue.d.ts +2 -2
- package/dist/hooks/useAnalytics.d.ts +2 -18
- package/dist/hooks/useAnalytics.d.ts.map +1 -1
- package/dist/hooks/useClientConfig.d.ts +115 -112
- package/dist/hooks/useClientConfig.d.ts.map +1 -1
- package/dist/layouts/App/create-api-client-app.d.ts +1378 -1306
- package/dist/layouts/App/create-api-client-app.d.ts.map +1 -1
- package/dist/layouts/Modal/create-api-client-modal.d.ts +2752 -2608
- package/dist/layouts/Modal/create-api-client-modal.d.ts.map +1 -1
- package/dist/layouts/Web/create-api-client-web.d.ts +1378 -1306
- package/dist/layouts/Web/create-api-client-web.d.ts.map +1 -1
- package/dist/libs/create-client.d.ts +1378 -1306
- package/dist/libs/create-client.d.ts.map +1 -1
- package/dist/libs/find-request.d.ts +17 -17
- package/dist/libs/find-request.d.ts.map +1 -1
- package/dist/libs/hot-keys.d.ts +1 -1
- package/dist/libs/local-storage.d.ts.map +1 -1
- package/dist/libs/send-request/build-request-security.d.ts +1 -1
- package/dist/libs/send-request/create-fetch-body.d.ts +1 -1
- package/dist/libs/send-request/create-request-operation.test.d.ts +82 -82
- package/dist/libs/send-request/create-request-operation.test.d.ts.map +1 -1
- package/dist/plugins/plugin-manager.d.ts +1 -1
- package/dist/store/active-entities.d.ts +118 -118
- package/dist/store/active-entities.d.ts.map +1 -1
- package/dist/store/collections.d.ts +127 -127
- package/dist/store/collections.d.ts.map +1 -1
- package/dist/store/cookies.d.ts +14 -14
- package/dist/store/environment.d.ts +23 -23
- package/dist/store/request-example.d.ts +546 -546
- package/dist/store/request-example.d.ts.map +1 -1
- package/dist/store/requests.d.ts +194 -194
- package/dist/store/requests.d.ts.map +1 -1
- package/dist/store/security-schemes.d.ts +281 -281
- package/dist/store/security-schemes.d.ts.map +1 -1
- package/dist/store/servers.d.ts +45 -45
- package/dist/store/servers.d.ts.map +1 -1
- package/dist/store/store.d.ts +1378 -1306
- package/dist/store/store.d.ts.map +1 -1
- package/dist/store/store.js +18 -18
- package/dist/store/tags.d.ts +35 -35
- package/dist/store/tags.d.ts.map +1 -1
- package/dist/store/workspace.d.ts +47 -47
- package/dist/store/workspace.d.ts.map +1 -1
- package/dist/style.css +1 -1
- package/dist/v2/blocks/operation-code-sample/components/HttpMethod.test.d.ts +2 -0
- package/dist/v2/blocks/operation-code-sample/components/HttpMethod.test.d.ts.map +1 -0
- package/dist/v2/blocks/operation-code-sample/components/HttpMethod.vue.d.ts +25 -0
- package/dist/v2/blocks/operation-code-sample/components/HttpMethod.vue.d.ts.map +1 -0
- package/dist/v2/blocks/operation-code-sample/components/HttpMethod.vue.js +30 -0
- package/dist/v2/blocks/operation-code-sample/components/HttpMethod.vue2.js +4 -0
- package/dist/v2/blocks/operation-code-sample/components/OperationCodeSample.vue.d.ts.map +1 -1
- package/dist/v2/blocks/operation-code-sample/components/OperationCodeSample.vue.js +3 -3
- package/dist/v2/blocks/operation-code-sample/components/OperationCodeSample.vue2.js +102 -95
- package/dist/v2/blocks/operation-code-sample/helpers/find-client.js +16 -14
- package/dist/v2/blocks/operation-code-sample/helpers/generate-client-options.js +31 -2
- package/dist/v2/blocks/operation-code-sample/helpers/get-example-from-schema.d.ts +6 -1
- package/dist/v2/blocks/operation-code-sample/helpers/get-example-from-schema.d.ts.map +1 -1
- package/dist/v2/blocks/operation-code-sample/helpers/get-example-from-schema.js +198 -131
- package/dist/v2/blocks/operation-code-sample/helpers/operation-to-har/operation-to-har.bench.d.ts +2 -0
- package/dist/v2/blocks/operation-code-sample/helpers/operation-to-har/operation-to-har.bench.d.ts.map +1 -0
- package/dist/v2/blocks/operation-code-sample/index.d.ts +4 -1
- package/dist/v2/blocks/operation-code-sample/index.d.ts.map +1 -1
- package/dist/v2/blocks/operation-code-sample/index.js +10 -4
- package/dist/v2/blocks/scalar-auth-selector-block/helpers/security-scheme.d.ts +2 -6
- package/dist/v2/blocks/scalar-auth-selector-block/helpers/security-scheme.d.ts.map +1 -1
- package/dist/views/Request/RequestSection/RequestAuth/RequestAuth.vue.d.ts +54 -54
- package/dist/views/Request/RequestSection/RequestAuth/RequestAuth.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSection/RequestAuth/RequestAuthDataTable.vue.d.ts +54 -54
- package/dist/views/Request/RequestSection/RequestAuth/RequestAuthDataTable.vue.d.ts.map +1 -1
- package/dist/views/Request/ResponseSection/RequestHeaders.vue.js +1 -1
- package/dist/views/Request/ResponseSection/ResponseEmpty.vue2.js +1 -1
- package/dist/views/Request/ResponseSection/ResponseHeaders.vue.js +1 -1
- package/dist/views/Request/libs/auth.d.ts +2 -2
- package/dist/views/Request/libs/watch-mode.d.ts +4 -4
- package/dist/views/Request/libs/watch-mode.d.ts.map +1 -1
- package/dist/views/Request/libs/watch-mode.js +241 -186
- package/package.json +25 -20
|
@@ -24,69 +24,67 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}
|
|
|
24
24
|
authorized: () => any;
|
|
25
25
|
activeSchemes: (schemes: ({
|
|
26
26
|
type: "apiKey";
|
|
27
|
-
value: string;
|
|
28
27
|
name: string;
|
|
29
|
-
uid: string & import("zod").BRAND<"securityScheme">;
|
|
30
|
-
nameKey: string;
|
|
31
28
|
in: "cookie" | "query" | "header";
|
|
29
|
+
uid: string & import("zod").$brand<"securityScheme">;
|
|
30
|
+
nameKey: string;
|
|
31
|
+
value: string;
|
|
32
32
|
description?: string | undefined;
|
|
33
33
|
} | {
|
|
34
34
|
type: "http";
|
|
35
|
-
uid: string & import("zod").BRAND<"securityScheme">;
|
|
36
|
-
nameKey: string;
|
|
37
35
|
scheme: "basic" | "bearer";
|
|
38
36
|
bearerFormat: string;
|
|
37
|
+
uid: string & import("zod").$brand<"securityScheme">;
|
|
38
|
+
nameKey: string;
|
|
39
39
|
username: string;
|
|
40
40
|
password: string;
|
|
41
41
|
token: string;
|
|
42
42
|
description?: string | undefined;
|
|
43
43
|
} | {
|
|
44
44
|
type: "openIdConnect";
|
|
45
|
-
uid: string & import("zod").BRAND<"securityScheme">;
|
|
46
|
-
nameKey: string;
|
|
47
45
|
openIdConnectUrl: string;
|
|
46
|
+
uid: string & import("zod").$brand<"securityScheme">;
|
|
47
|
+
nameKey: string;
|
|
48
48
|
description?: string | undefined;
|
|
49
49
|
} | {
|
|
50
50
|
type: "oauth2";
|
|
51
|
-
uid: string & import("zod").BRAND<"securityScheme">;
|
|
52
|
-
nameKey: string;
|
|
53
51
|
flows: {
|
|
54
|
-
|
|
55
|
-
type: "password";
|
|
56
|
-
username: string;
|
|
57
|
-
password: string;
|
|
58
|
-
token: string;
|
|
52
|
+
implicit?: {
|
|
59
53
|
refreshUrl: string;
|
|
60
54
|
scopes: Record<string, string>;
|
|
61
55
|
selectedScopes: string[];
|
|
62
56
|
"x-scalar-client-id": string;
|
|
63
|
-
|
|
64
|
-
|
|
57
|
+
token: string;
|
|
58
|
+
type: "implicit";
|
|
59
|
+
authorizationUrl: string;
|
|
60
|
+
"x-scalar-redirect-uri": string;
|
|
65
61
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
66
62
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
67
63
|
"x-tokenName"?: string | undefined;
|
|
68
|
-
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
69
64
|
} | undefined;
|
|
70
|
-
|
|
71
|
-
type: "implicit";
|
|
72
|
-
token: string;
|
|
65
|
+
password?: {
|
|
73
66
|
refreshUrl: string;
|
|
74
67
|
scopes: Record<string, string>;
|
|
75
68
|
selectedScopes: string[];
|
|
76
69
|
"x-scalar-client-id": string;
|
|
77
|
-
|
|
78
|
-
"
|
|
70
|
+
token: string;
|
|
71
|
+
type: "password";
|
|
72
|
+
tokenUrl: string;
|
|
73
|
+
clientSecret: string;
|
|
74
|
+
username: string;
|
|
75
|
+
password: string;
|
|
79
76
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
80
77
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
81
78
|
"x-tokenName"?: string | undefined;
|
|
79
|
+
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
82
80
|
} | undefined;
|
|
83
81
|
clientCredentials?: {
|
|
84
|
-
type: "clientCredentials";
|
|
85
|
-
token: string;
|
|
86
82
|
refreshUrl: string;
|
|
87
83
|
scopes: Record<string, string>;
|
|
88
84
|
selectedScopes: string[];
|
|
89
85
|
"x-scalar-client-id": string;
|
|
86
|
+
token: string;
|
|
87
|
+
type: "clientCredentials";
|
|
90
88
|
tokenUrl: string;
|
|
91
89
|
clientSecret: string;
|
|
92
90
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
@@ -95,23 +93,25 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}
|
|
|
95
93
|
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
96
94
|
} | undefined;
|
|
97
95
|
authorizationCode?: {
|
|
98
|
-
type: "authorizationCode";
|
|
99
|
-
token: string;
|
|
100
96
|
refreshUrl: string;
|
|
101
97
|
scopes: Record<string, string>;
|
|
102
98
|
selectedScopes: string[];
|
|
103
99
|
"x-scalar-client-id": string;
|
|
100
|
+
token: string;
|
|
101
|
+
type: "authorizationCode";
|
|
104
102
|
authorizationUrl: string;
|
|
103
|
+
"x-usePkce": "SHA-256" | "plain" | "no";
|
|
105
104
|
"x-scalar-redirect-uri": string;
|
|
106
105
|
tokenUrl: string;
|
|
107
106
|
clientSecret: string;
|
|
108
|
-
"x-usePkce": "SHA-256" | "plain" | "no";
|
|
109
107
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
110
108
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
111
109
|
"x-tokenName"?: string | undefined;
|
|
112
110
|
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
113
111
|
} | undefined;
|
|
114
112
|
};
|
|
113
|
+
uid: string & import("zod").$brand<"securityScheme">;
|
|
114
|
+
nameKey: string;
|
|
115
115
|
description?: string | undefined;
|
|
116
116
|
'x-default-scopes'?: string[] | undefined;
|
|
117
117
|
})[]) => any;
|
|
@@ -119,69 +119,67 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}
|
|
|
119
119
|
onAuthorized?: (() => any) | undefined;
|
|
120
120
|
onActiveSchemes?: ((schemes: ({
|
|
121
121
|
type: "apiKey";
|
|
122
|
-
value: string;
|
|
123
122
|
name: string;
|
|
124
|
-
uid: string & import("zod").BRAND<"securityScheme">;
|
|
125
|
-
nameKey: string;
|
|
126
123
|
in: "cookie" | "query" | "header";
|
|
124
|
+
uid: string & import("zod").$brand<"securityScheme">;
|
|
125
|
+
nameKey: string;
|
|
126
|
+
value: string;
|
|
127
127
|
description?: string | undefined;
|
|
128
128
|
} | {
|
|
129
129
|
type: "http";
|
|
130
|
-
uid: string & import("zod").BRAND<"securityScheme">;
|
|
131
|
-
nameKey: string;
|
|
132
130
|
scheme: "basic" | "bearer";
|
|
133
131
|
bearerFormat: string;
|
|
132
|
+
uid: string & import("zod").$brand<"securityScheme">;
|
|
133
|
+
nameKey: string;
|
|
134
134
|
username: string;
|
|
135
135
|
password: string;
|
|
136
136
|
token: string;
|
|
137
137
|
description?: string | undefined;
|
|
138
138
|
} | {
|
|
139
139
|
type: "openIdConnect";
|
|
140
|
-
uid: string & import("zod").BRAND<"securityScheme">;
|
|
141
|
-
nameKey: string;
|
|
142
140
|
openIdConnectUrl: string;
|
|
141
|
+
uid: string & import("zod").$brand<"securityScheme">;
|
|
142
|
+
nameKey: string;
|
|
143
143
|
description?: string | undefined;
|
|
144
144
|
} | {
|
|
145
145
|
type: "oauth2";
|
|
146
|
-
uid: string & import("zod").BRAND<"securityScheme">;
|
|
147
|
-
nameKey: string;
|
|
148
146
|
flows: {
|
|
149
|
-
|
|
150
|
-
type: "password";
|
|
151
|
-
username: string;
|
|
152
|
-
password: string;
|
|
153
|
-
token: string;
|
|
147
|
+
implicit?: {
|
|
154
148
|
refreshUrl: string;
|
|
155
149
|
scopes: Record<string, string>;
|
|
156
150
|
selectedScopes: string[];
|
|
157
151
|
"x-scalar-client-id": string;
|
|
158
|
-
|
|
159
|
-
|
|
152
|
+
token: string;
|
|
153
|
+
type: "implicit";
|
|
154
|
+
authorizationUrl: string;
|
|
155
|
+
"x-scalar-redirect-uri": string;
|
|
160
156
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
161
157
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
162
158
|
"x-tokenName"?: string | undefined;
|
|
163
|
-
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
164
159
|
} | undefined;
|
|
165
|
-
|
|
166
|
-
type: "implicit";
|
|
167
|
-
token: string;
|
|
160
|
+
password?: {
|
|
168
161
|
refreshUrl: string;
|
|
169
162
|
scopes: Record<string, string>;
|
|
170
163
|
selectedScopes: string[];
|
|
171
164
|
"x-scalar-client-id": string;
|
|
172
|
-
|
|
173
|
-
"
|
|
165
|
+
token: string;
|
|
166
|
+
type: "password";
|
|
167
|
+
tokenUrl: string;
|
|
168
|
+
clientSecret: string;
|
|
169
|
+
username: string;
|
|
170
|
+
password: string;
|
|
174
171
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
175
172
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
176
173
|
"x-tokenName"?: string | undefined;
|
|
174
|
+
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
177
175
|
} | undefined;
|
|
178
176
|
clientCredentials?: {
|
|
179
|
-
type: "clientCredentials";
|
|
180
|
-
token: string;
|
|
181
177
|
refreshUrl: string;
|
|
182
178
|
scopes: Record<string, string>;
|
|
183
179
|
selectedScopes: string[];
|
|
184
180
|
"x-scalar-client-id": string;
|
|
181
|
+
token: string;
|
|
182
|
+
type: "clientCredentials";
|
|
185
183
|
tokenUrl: string;
|
|
186
184
|
clientSecret: string;
|
|
187
185
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
@@ -190,23 +188,25 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}
|
|
|
190
188
|
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
191
189
|
} | undefined;
|
|
192
190
|
authorizationCode?: {
|
|
193
|
-
type: "authorizationCode";
|
|
194
|
-
token: string;
|
|
195
191
|
refreshUrl: string;
|
|
196
192
|
scopes: Record<string, string>;
|
|
197
193
|
selectedScopes: string[];
|
|
198
194
|
"x-scalar-client-id": string;
|
|
195
|
+
token: string;
|
|
196
|
+
type: "authorizationCode";
|
|
199
197
|
authorizationUrl: string;
|
|
198
|
+
"x-usePkce": "SHA-256" | "plain" | "no";
|
|
200
199
|
"x-scalar-redirect-uri": string;
|
|
201
200
|
tokenUrl: string;
|
|
202
201
|
clientSecret: string;
|
|
203
|
-
"x-usePkce": "SHA-256" | "plain" | "no";
|
|
204
202
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
205
203
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
206
204
|
"x-tokenName"?: string | undefined;
|
|
207
205
|
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
208
206
|
} | undefined;
|
|
209
207
|
};
|
|
208
|
+
uid: string & import("zod").$brand<"securityScheme">;
|
|
209
|
+
nameKey: string;
|
|
210
210
|
description?: string | undefined;
|
|
211
211
|
'x-default-scopes'?: string[] | undefined;
|
|
212
212
|
})[]) => any) | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RequestAuth.vue.d.ts","sourceRoot":"","sources":["../../../../../src/views/Request/RequestSection/RequestAuth/RequestAuth.vue"],"names":[],"mappings":"AAmaA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,wCAAwC,CAAA;AACzE,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,mCAAmC,CAAA;AACnF,OAAO,KAAK,EACV,UAAU,EACV,SAAS,EAET,MAAM,EACP,MAAM,iCAAiC,CAAA;AACxC,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,sCAAsC,CAAA;AAKrE,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAA;AAa1D,KAAK,WAAW,GAAG;IACjB,UAAU,EAAE,UAAU,CAAA;IACtB,qDAAqD;IACrD,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,WAAW,EAAE,WAAW,CAAA;IACxB,YAAY,EAAE,WAAW,EAAE,CAAA;IAC3B,MAAM,EAAE,QAAQ,GAAG,WAAW,CAAA;IAC9B,SAAS,CAAC,EAAE,SAAS,GAAG,SAAS,CAAA;IACjC,WAAW,CAAC,EAAE,OAAO,CAAA;IACrB,0BAA0B,EAAE,0BAA0B,CAAA;IACtD,MAAM,EAAE,MAAM,GAAG,SAAS,CAAA;IAC1B,KAAK,EAAE,MAAM,CAAA;IACb,SAAS,EAAE,SAAS,CAAA;CACrB,CAAC;AAuBF,KAAK,WAAW,GAAG;IACjB,eAAe,CAAC,EAAE,MAAM,OAAO,CAAA;CAChC,CAAC;AAghBF,QAAA,MAAM,eAAe
|
|
1
|
+
{"version":3,"file":"RequestAuth.vue.d.ts","sourceRoot":"","sources":["../../../../../src/views/Request/RequestSection/RequestAuth/RequestAuth.vue"],"names":[],"mappings":"AAmaA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,wCAAwC,CAAA;AACzE,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,mCAAmC,CAAA;AACnF,OAAO,KAAK,EACV,UAAU,EACV,SAAS,EAET,MAAM,EACP,MAAM,iCAAiC,CAAA;AACxC,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,sCAAsC,CAAA;AAKrE,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAA;AAa1D,KAAK,WAAW,GAAG;IACjB,UAAU,EAAE,UAAU,CAAA;IACtB,qDAAqD;IACrD,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,WAAW,EAAE,WAAW,CAAA;IACxB,YAAY,EAAE,WAAW,EAAE,CAAA;IAC3B,MAAM,EAAE,QAAQ,GAAG,WAAW,CAAA;IAC9B,SAAS,CAAC,EAAE,SAAS,GAAG,SAAS,CAAA;IACjC,WAAW,CAAC,EAAE,OAAO,CAAA;IACrB,0BAA0B,EAAE,0BAA0B,CAAA;IACtD,MAAM,EAAE,MAAM,GAAG,SAAS,CAAA;IAC1B,KAAK,EAAE,MAAM,CAAA;IACb,SAAS,EAAE,SAAS,CAAA;CACrB,CAAC;AAuBF,KAAK,WAAW,GAAG;IACjB,eAAe,CAAC,EAAE,MAAM,OAAO,CAAA;CAChC,CAAC;AAghBF,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oBA7TQ,CAAC;;;;;;;;;yCAQF,CAAC;wCAG7B,CAAC;6BACgC,CAAC;;oBAC3B,CAAC;;;;;;;;;;;yCASwC,CAAC;wCAG7C,CAAC;6BAA+D,CAAC;+CAAiE,CAAC;;6BAChB,CAAtH;;;;;;;;;yCAMwB,CAAC;wCAGzB,CAAC;6BAGiB,CAAC;+CAEQ,CAAC;;6BAEU,CAAC;;;;;;;;;;;;yCAUf,CAAC;wCAC+B,CAAC;6BAA+D,CAAC;+CACpF,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oBAtDV,CAAC;;;;;;;;;yCAQF,CAAC;wCAG7B,CAAC;6BACgC,CAAC;;oBAC3B,CAAC;;;;;;;;;;;yCASwC,CAAC;wCAG7C,CAAC;6BAA+D,CAAC;+CAAiE,CAAC;;6BAChB,CAAtH;;;;;;;;;yCAMwB,CAAC;wCAGzB,CAAC;6BAGiB,CAAC;+CAEQ,CAAC;;6BAEU,CAAC;;;;;;;;;;;;yCAUf,CAAC;wCAC+B,CAAC;6BAA+D,CAAC;+CACpF,CAAC;;;;;;;;kFA8QrC,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAQ1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -22,69 +22,67 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}
|
|
|
22
22
|
authorized: () => any;
|
|
23
23
|
activeSchemes: (schemes: ({
|
|
24
24
|
type: "apiKey";
|
|
25
|
-
value: string;
|
|
26
25
|
name: string;
|
|
27
|
-
uid: string & import("zod").BRAND<"securityScheme">;
|
|
28
|
-
nameKey: string;
|
|
29
26
|
in: "cookie" | "query" | "header";
|
|
27
|
+
uid: string & import("zod").$brand<"securityScheme">;
|
|
28
|
+
nameKey: string;
|
|
29
|
+
value: string;
|
|
30
30
|
description?: string | undefined;
|
|
31
31
|
} | {
|
|
32
32
|
type: "http";
|
|
33
|
-
uid: string & import("zod").BRAND<"securityScheme">;
|
|
34
|
-
nameKey: string;
|
|
35
33
|
scheme: "basic" | "bearer";
|
|
36
34
|
bearerFormat: string;
|
|
35
|
+
uid: string & import("zod").$brand<"securityScheme">;
|
|
36
|
+
nameKey: string;
|
|
37
37
|
username: string;
|
|
38
38
|
password: string;
|
|
39
39
|
token: string;
|
|
40
40
|
description?: string | undefined;
|
|
41
41
|
} | {
|
|
42
42
|
type: "openIdConnect";
|
|
43
|
-
uid: string & import("zod").BRAND<"securityScheme">;
|
|
44
|
-
nameKey: string;
|
|
45
43
|
openIdConnectUrl: string;
|
|
44
|
+
uid: string & import("zod").$brand<"securityScheme">;
|
|
45
|
+
nameKey: string;
|
|
46
46
|
description?: string | undefined;
|
|
47
47
|
} | {
|
|
48
48
|
type: "oauth2";
|
|
49
|
-
uid: string & import("zod").BRAND<"securityScheme">;
|
|
50
|
-
nameKey: string;
|
|
51
49
|
flows: {
|
|
52
|
-
|
|
53
|
-
type: "password";
|
|
54
|
-
username: string;
|
|
55
|
-
password: string;
|
|
56
|
-
token: string;
|
|
50
|
+
implicit?: {
|
|
57
51
|
refreshUrl: string;
|
|
58
52
|
scopes: Record<string, string>;
|
|
59
53
|
selectedScopes: string[];
|
|
60
54
|
"x-scalar-client-id": string;
|
|
61
|
-
|
|
62
|
-
|
|
55
|
+
token: string;
|
|
56
|
+
type: "implicit";
|
|
57
|
+
authorizationUrl: string;
|
|
58
|
+
"x-scalar-redirect-uri": string;
|
|
63
59
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
64
60
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
65
61
|
"x-tokenName"?: string | undefined;
|
|
66
|
-
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
67
62
|
} | undefined;
|
|
68
|
-
|
|
69
|
-
type: "implicit";
|
|
70
|
-
token: string;
|
|
63
|
+
password?: {
|
|
71
64
|
refreshUrl: string;
|
|
72
65
|
scopes: Record<string, string>;
|
|
73
66
|
selectedScopes: string[];
|
|
74
67
|
"x-scalar-client-id": string;
|
|
75
|
-
|
|
76
|
-
"
|
|
68
|
+
token: string;
|
|
69
|
+
type: "password";
|
|
70
|
+
tokenUrl: string;
|
|
71
|
+
clientSecret: string;
|
|
72
|
+
username: string;
|
|
73
|
+
password: string;
|
|
77
74
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
78
75
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
79
76
|
"x-tokenName"?: string | undefined;
|
|
77
|
+
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
80
78
|
} | undefined;
|
|
81
79
|
clientCredentials?: {
|
|
82
|
-
type: "clientCredentials";
|
|
83
|
-
token: string;
|
|
84
80
|
refreshUrl: string;
|
|
85
81
|
scopes: Record<string, string>;
|
|
86
82
|
selectedScopes: string[];
|
|
87
83
|
"x-scalar-client-id": string;
|
|
84
|
+
token: string;
|
|
85
|
+
type: "clientCredentials";
|
|
88
86
|
tokenUrl: string;
|
|
89
87
|
clientSecret: string;
|
|
90
88
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
@@ -93,23 +91,25 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}
|
|
|
93
91
|
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
94
92
|
} | undefined;
|
|
95
93
|
authorizationCode?: {
|
|
96
|
-
type: "authorizationCode";
|
|
97
|
-
token: string;
|
|
98
94
|
refreshUrl: string;
|
|
99
95
|
scopes: Record<string, string>;
|
|
100
96
|
selectedScopes: string[];
|
|
101
97
|
"x-scalar-client-id": string;
|
|
98
|
+
token: string;
|
|
99
|
+
type: "authorizationCode";
|
|
102
100
|
authorizationUrl: string;
|
|
101
|
+
"x-usePkce": "SHA-256" | "plain" | "no";
|
|
103
102
|
"x-scalar-redirect-uri": string;
|
|
104
103
|
tokenUrl: string;
|
|
105
104
|
clientSecret: string;
|
|
106
|
-
"x-usePkce": "SHA-256" | "plain" | "no";
|
|
107
105
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
108
106
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
109
107
|
"x-tokenName"?: string | undefined;
|
|
110
108
|
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
111
109
|
} | undefined;
|
|
112
110
|
};
|
|
111
|
+
uid: string & import("zod").$brand<"securityScheme">;
|
|
112
|
+
nameKey: string;
|
|
113
113
|
description?: string | undefined;
|
|
114
114
|
'x-default-scopes'?: string[] | undefined;
|
|
115
115
|
})[]) => any;
|
|
@@ -117,69 +117,67 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}
|
|
|
117
117
|
onAuthorized?: (() => any) | undefined;
|
|
118
118
|
onActiveSchemes?: ((schemes: ({
|
|
119
119
|
type: "apiKey";
|
|
120
|
-
value: string;
|
|
121
120
|
name: string;
|
|
122
|
-
uid: string & import("zod").BRAND<"securityScheme">;
|
|
123
|
-
nameKey: string;
|
|
124
121
|
in: "cookie" | "query" | "header";
|
|
122
|
+
uid: string & import("zod").$brand<"securityScheme">;
|
|
123
|
+
nameKey: string;
|
|
124
|
+
value: string;
|
|
125
125
|
description?: string | undefined;
|
|
126
126
|
} | {
|
|
127
127
|
type: "http";
|
|
128
|
-
uid: string & import("zod").BRAND<"securityScheme">;
|
|
129
|
-
nameKey: string;
|
|
130
128
|
scheme: "basic" | "bearer";
|
|
131
129
|
bearerFormat: string;
|
|
130
|
+
uid: string & import("zod").$brand<"securityScheme">;
|
|
131
|
+
nameKey: string;
|
|
132
132
|
username: string;
|
|
133
133
|
password: string;
|
|
134
134
|
token: string;
|
|
135
135
|
description?: string | undefined;
|
|
136
136
|
} | {
|
|
137
137
|
type: "openIdConnect";
|
|
138
|
-
uid: string & import("zod").BRAND<"securityScheme">;
|
|
139
|
-
nameKey: string;
|
|
140
138
|
openIdConnectUrl: string;
|
|
139
|
+
uid: string & import("zod").$brand<"securityScheme">;
|
|
140
|
+
nameKey: string;
|
|
141
141
|
description?: string | undefined;
|
|
142
142
|
} | {
|
|
143
143
|
type: "oauth2";
|
|
144
|
-
uid: string & import("zod").BRAND<"securityScheme">;
|
|
145
|
-
nameKey: string;
|
|
146
144
|
flows: {
|
|
147
|
-
|
|
148
|
-
type: "password";
|
|
149
|
-
username: string;
|
|
150
|
-
password: string;
|
|
151
|
-
token: string;
|
|
145
|
+
implicit?: {
|
|
152
146
|
refreshUrl: string;
|
|
153
147
|
scopes: Record<string, string>;
|
|
154
148
|
selectedScopes: string[];
|
|
155
149
|
"x-scalar-client-id": string;
|
|
156
|
-
|
|
157
|
-
|
|
150
|
+
token: string;
|
|
151
|
+
type: "implicit";
|
|
152
|
+
authorizationUrl: string;
|
|
153
|
+
"x-scalar-redirect-uri": string;
|
|
158
154
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
159
155
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
160
156
|
"x-tokenName"?: string | undefined;
|
|
161
|
-
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
162
157
|
} | undefined;
|
|
163
|
-
|
|
164
|
-
type: "implicit";
|
|
165
|
-
token: string;
|
|
158
|
+
password?: {
|
|
166
159
|
refreshUrl: string;
|
|
167
160
|
scopes: Record<string, string>;
|
|
168
161
|
selectedScopes: string[];
|
|
169
162
|
"x-scalar-client-id": string;
|
|
170
|
-
|
|
171
|
-
"
|
|
163
|
+
token: string;
|
|
164
|
+
type: "password";
|
|
165
|
+
tokenUrl: string;
|
|
166
|
+
clientSecret: string;
|
|
167
|
+
username: string;
|
|
168
|
+
password: string;
|
|
172
169
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
173
170
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
174
171
|
"x-tokenName"?: string | undefined;
|
|
172
|
+
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
175
173
|
} | undefined;
|
|
176
174
|
clientCredentials?: {
|
|
177
|
-
type: "clientCredentials";
|
|
178
|
-
token: string;
|
|
179
175
|
refreshUrl: string;
|
|
180
176
|
scopes: Record<string, string>;
|
|
181
177
|
selectedScopes: string[];
|
|
182
178
|
"x-scalar-client-id": string;
|
|
179
|
+
token: string;
|
|
180
|
+
type: "clientCredentials";
|
|
183
181
|
tokenUrl: string;
|
|
184
182
|
clientSecret: string;
|
|
185
183
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
@@ -188,23 +186,25 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}
|
|
|
188
186
|
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
189
187
|
} | undefined;
|
|
190
188
|
authorizationCode?: {
|
|
191
|
-
type: "authorizationCode";
|
|
192
|
-
token: string;
|
|
193
189
|
refreshUrl: string;
|
|
194
190
|
scopes: Record<string, string>;
|
|
195
191
|
selectedScopes: string[];
|
|
196
192
|
"x-scalar-client-id": string;
|
|
193
|
+
token: string;
|
|
194
|
+
type: "authorizationCode";
|
|
197
195
|
authorizationUrl: string;
|
|
196
|
+
"x-usePkce": "SHA-256" | "plain" | "no";
|
|
198
197
|
"x-scalar-redirect-uri": string;
|
|
199
198
|
tokenUrl: string;
|
|
200
199
|
clientSecret: string;
|
|
201
|
-
"x-usePkce": "SHA-256" | "plain" | "no";
|
|
202
200
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
203
201
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
204
202
|
"x-tokenName"?: string | undefined;
|
|
205
203
|
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
206
204
|
} | undefined;
|
|
207
205
|
};
|
|
206
|
+
uid: string & import("zod").$brand<"securityScheme">;
|
|
207
|
+
nameKey: string;
|
|
208
208
|
description?: string | undefined;
|
|
209
209
|
'x-default-scopes'?: string[] | undefined;
|
|
210
210
|
})[]) => any) | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RequestAuthDataTable.vue.d.ts","sourceRoot":"","sources":["../../../../../src/views/Request/RequestSection/RequestAuth/RequestAuthDataTable.vue"],"names":[],"mappings":"AA+PA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,wCAAwC,CAAA;AACzE,OAAO,KAAK,EACV,UAAU,EAEV,MAAM,EACP,MAAM,iCAAiC,CAAA;AACxC,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,sCAAsC,CAAA;AAKrE,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAA;AAK1D,KAAK,WAAW,GAAG;IACjB,UAAU,EAAE,UAAU,CAAA;IACtB,WAAW,EAAE,WAAW,CAAA;IACxB,YAAY,EAAE,WAAW,EAAE,CAAA;IAC3B,MAAM,EAAE,QAAQ,GAAG,WAAW,CAAA;IAC9B,WAAW,EAAE,OAAO,CAAA;IACpB,qBAAqB,EAAE;QAAE,EAAE,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,EAAE,CAAA;IACtD,MAAM,EAAE,MAAM,GAAG,SAAS,CAAA;IAC1B,SAAS,EAAE,SAAS,CAAA;CACrB,CAAC;AAkBF,KAAK,WAAW,GAAG;IACjB,eAAe,CAAC,EAAE,MAAM,OAAO,CAAA;CAChC,CAAC;AAwQF,QAAA,MAAM,eAAe
|
|
1
|
+
{"version":3,"file":"RequestAuthDataTable.vue.d.ts","sourceRoot":"","sources":["../../../../../src/views/Request/RequestSection/RequestAuth/RequestAuthDataTable.vue"],"names":[],"mappings":"AA+PA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,wCAAwC,CAAA;AACzE,OAAO,KAAK,EACV,UAAU,EAEV,MAAM,EACP,MAAM,iCAAiC,CAAA;AACxC,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,sCAAsC,CAAA;AAKrE,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAA;AAK1D,KAAK,WAAW,GAAG;IACjB,UAAU,EAAE,UAAU,CAAA;IACtB,WAAW,EAAE,WAAW,CAAA;IACxB,YAAY,EAAE,WAAW,EAAE,CAAA;IAC3B,MAAM,EAAE,QAAQ,GAAG,WAAW,CAAA;IAC9B,WAAW,EAAE,OAAO,CAAA;IACpB,qBAAqB,EAAE;QAAE,EAAE,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,EAAE,CAAA;IACtD,MAAM,EAAE,MAAM,GAAG,SAAS,CAAA;IAC1B,SAAS,EAAE,SAAS,CAAA;CACrB,CAAC;AAkBF,KAAK,WAAW,GAAG;IACjB,eAAe,CAAC,EAAE,MAAM,OAAO,CAAA;CAChC,CAAC;AAwQF,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oBAsB+gC,CAAC;;;;;;;;;yCAAiV,CAAC;wCAA0E,CAAC;6BAA+D,CAAC;;oBAA6D,CAAC;;;;;;;;;;;yCAA0X,CAAC;wCAA0E,CAAC;6BAA+D,CAAC;+CAAiE,CAAC;;6BAAiF,CAAC;;;;;;;;;yCAAuU,CAAC;wCAA0E,CAAC;6BAA+D,CAAC;+CAAiE,CAAC;;6BAAiF,CAAC;;;;;;;;;;;;yCAA+c,CAAC;wCAA0E,CAAC;6BAA+D,CAAC;+CAAiE,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oBAA17E,CAAC;;;;;;;;;yCAAiV,CAAC;wCAA0E,CAAC;6BAA+D,CAAC;;oBAA6D,CAAC;;;;;;;;;;;yCAA0X,CAAC;wCAA0E,CAAC;6BAA+D,CAAC;+CAAiE,CAAC;;6BAAiF,CAAC;;;;;;;;;yCAAuU,CAAC;wCAA0E,CAAC;6BAA+D,CAAC;+CAAiE,CAAC;;6BAAiF,CAAC;;;;;;;;;;;;yCAA+c,CAAC;wCAA0E,CAAC;6BAA+D,CAAC;+CAAiE,CAAC;;;;;;;;kFAf59G,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAQ1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -60,7 +60,7 @@ const h = {
|
|
|
60
60
|
class: "group/row text-c-1"
|
|
61
61
|
}, {
|
|
62
62
|
default: e(() => [
|
|
63
|
-
a(p, { class: "bg-b-1 sticky left-0 z-1 max-w-
|
|
63
|
+
a(p, { class: "bg-b-1 sticky left-0 z-1 max-w-full group-first/row:border-t-0" }, {
|
|
64
64
|
default: e(() => [
|
|
65
65
|
typeof m(o.name)?.url == "string" ? (r(), f(g, {
|
|
66
66
|
key: 0,
|
|
@@ -33,7 +33,7 @@ const W = { class: "flex-center relative flex flex-1 flex-col gap-6 p-2 capitali
|
|
|
33
33
|
}));
|
|
34
34
|
}, f = (o) => {
|
|
35
35
|
o?.createNew && g.name === "request" && d();
|
|
36
|
-
}, v = "2.
|
|
36
|
+
}, v = "2.7.0";
|
|
37
37
|
return q(() => a.hotKeys.on(f)), R(() => a.hotKeys.off(f)), (o, e) => (i(), l("div", W, [
|
|
38
38
|
s("div", {
|
|
39
39
|
class: y(["flex h-[calc(100%_-_50px)] flex-col items-center justify-center", {
|
|
@@ -60,7 +60,7 @@ const h = {
|
|
|
60
60
|
class: "group/row text-c-1"
|
|
61
61
|
}, {
|
|
62
62
|
default: e(() => [
|
|
63
|
-
a(c, { class: "bg-b-1 sticky left-0 z-1 max-w-
|
|
63
|
+
a(c, { class: "bg-b-1 sticky left-0 z-1 max-w-full group-first/row:border-t-0" }, {
|
|
64
64
|
default: e(() => [
|
|
65
65
|
typeof m(o.name)?.url == "string" ? (t(), f(g, {
|
|
66
66
|
key: 0,
|
|
@@ -7,12 +7,12 @@ type DisplayScheme = {
|
|
|
7
7
|
};
|
|
8
8
|
/** Format a scheme object into a display object */
|
|
9
9
|
export declare const formatScheme: (s: DisplayScheme) => {
|
|
10
|
-
id: string & import("zod")
|
|
10
|
+
id: string & import("zod").$brand<"securityScheme">;
|
|
11
11
|
label: string;
|
|
12
12
|
};
|
|
13
13
|
/** Formats complex security schemes */
|
|
14
14
|
export declare const formatComplexScheme: (uids: string[], securitySchemes: Record<string, DisplayScheme>) => {
|
|
15
|
-
id: string & import("zod")
|
|
15
|
+
id: string & import("zod").$brand<"securityScheme">;
|
|
16
16
|
label: string;
|
|
17
17
|
};
|
|
18
18
|
/** Compute what the security requirements should be for a request */
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import type { WorkspaceStore } from '../../../store/index.js';
|
|
2
|
-
import type { ActiveEntitiesStore } from '../../../store/active-entities.js';
|
|
3
1
|
import { type Path, type PathValue } from '@scalar/object-utils/nested';
|
|
4
2
|
import { type Difference } from 'microdiff';
|
|
5
|
-
import { type ZodSchema
|
|
3
|
+
import { type ZodSchema } from 'zod';
|
|
4
|
+
import type { WorkspaceStore } from '../../../store/index.js';
|
|
5
|
+
import type { ActiveEntitiesStore } from '../../../store/active-entities.js';
|
|
6
6
|
/**
|
|
7
7
|
* Combine Rename Diffs
|
|
8
8
|
* Rename diffs show up as a delete and an add.
|
|
@@ -25,7 +25,7 @@ export declare const traverseZodSchema: (schema: ZodSchema, path: (string | numb
|
|
|
25
25
|
*
|
|
26
26
|
* We return a tuple to make it easier to pass into the mutators
|
|
27
27
|
*/
|
|
28
|
-
export declare const parseDiff: <T>(schema: ZodSchema<T,
|
|
28
|
+
export declare const parseDiff: <T>(schema: ZodSchema<T, any>, diff: Difference) => {
|
|
29
29
|
/** Typed path as it has been checked agains the schema */
|
|
30
30
|
path: Path<T>;
|
|
31
31
|
/** Path without the last item, used for getting the whole array instead of an item of the array */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"watch-mode.d.ts","sourceRoot":"","sources":["../../../../src/views/Request/libs/watch-mode.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"watch-mode.d.ts","sourceRoot":"","sources":["../../../../src/views/Request/libs/watch-mode.ts"],"names":[],"mappings":"AAcA,OAAO,EAAE,KAAK,IAAI,EAAE,KAAK,SAAS,EAAkB,MAAM,6BAA6B,CAAA;AAEvF,OAAkB,EAAE,KAAK,UAAU,EAAE,MAAM,WAAW,CAAA;AACtD,OAAO,EAAE,KAAK,SAAS,EAAK,MAAM,KAAK,CAAA;AAEvC,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAA;AAC7C,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAA;AAElE;;;;;;;GAOG;AACH,eAAO,MAAM,kBAAkB,GAAI,MAAM,UAAU,EAAE,EAAE,aAAY,MAAM,EAAO,KAAG,UAAU,EAmF5F,CAAA;AAED,kEAAkE;AAClE,eAAO,MAAM,YAAY,GAAI,CAAC,EAC5B,KAAK,MAAM,EAAE,EACb,WAAW,MAAM,CAAC,MAAM,EAAE,CAAC,CAAC,EAC5B,WAAW,CAAC,QAAQ,EAAE,CAAC,KAAK,OAAO,KAClC,CAAC,GAAG,IAQN,CAAA;AA+BD;;;GAGG;AACH,eAAO,MAAM,iBAAiB,GAAI,QAAQ,SAAS,EAAE,MAAM,CAAC,MAAM,GAAG,MAAM,CAAC,EAAE,KAAG,SAAS,GAAG,IAyF5F,CAAA;AAED;;;;;GAKG;AACH,eAAO,MAAM,SAAS,GAAI,CAAC,EACzB,QAAQ,SAAS,CAAC,CAAC,EAAE,GAAG,CAAC,EACzB,MAAM,UAAU,KACf;IACD,0DAA0D;IAC1D,IAAI,EAAE,IAAI,CAAC,CAAC,CAAC,CAAA;IACb,mGAAmG;IACnG,YAAY,EAAE,IAAI,CAAC,CAAC,CAAC,CAAA;IACrB,2DAA2D;IAC3D,KAAK,EAAE,SAAS,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC,CAAC,GAAG,SAAS,CAAA;CACzC,GAAG,IA6BH,CAAA;AAED;;;;GAIG;AACH,eAAO,MAAM,oBAAoB,GAC/B,MAAM,UAAU,EAChB,sBAAsB,mBAAmB,EACzC,wBAAwB,cAAc,KACrC,OAmCF,CAAA;AAsBD;;GAEG;AACH,eAAO,MAAM,iBAAiB,GAC5B,MAAM,UAAU,EAChB,sBAAsB,mBAAmB,EACzC,OAAO,cAAc,KACpB,OAuJF,CAAA;AAED,mGAAmG;AACnG,eAAO,MAAM,gBAAgB,GAC3B,MAAM,UAAU,EAChB,sBAAsB,mBAAmB,EACzC,6BAA6B,cAAc,KAC1C,OA4CF,CAAA;AAED,gEAAgE;AAChE,eAAO,MAAM,aAAa,GACxB,MAAM,UAAU,EAChB,sBAAsB,mBAAmB,EACzC,uBAAuB,cAAc,KACpC,OA+CF,CAAA;AAED,sCAAsC;AACtC,eAAO,MAAM,iBAAiB,GAAI,QAAQ,SAAS,EAAE,KAAK,MAAM,EAAE,OAAO,MAAM,KAAG,SAAS,GAAG,IA2C7F,CAAA;AAED;;;;;;GAMG;AACH,eAAO,MAAM,wBAAwB,GACnC,MAAM,UAAU,EAChB,sBAAsB,mBAAmB,EACzC,6CAA6C,cAAc,KAC1D,OA2CF,CAAA"}
|