@scalar/api-client 0.6.0 → 0.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.
@@ -1,14 +1,12 @@
1
1
  declare const _default: import("vue").DefineComponent<{
2
2
  proxyUrl: {
3
3
  type: import("vue").PropType<string>;
4
- required: true;
5
4
  };
6
5
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
7
6
  onSend: () => void;
8
7
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
9
8
  proxyUrl: {
10
9
  type: import("vue").PropType<string>;
11
- required: true;
12
10
  };
13
11
  }>> & {
14
12
  onOnSend?: (() => any) | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"AddressBar.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ApiClient/AddressBar.vue.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AA2aA,wBAAkD"}
1
+ {"version":3,"file":"AddressBar.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ApiClient/AddressBar.vue.ts"],"names":[],"mappings":";;;;;;;;;;;;;AAqbA,wBAAkD"}
@@ -3,17 +3,25 @@ import '@scalar/default-theme/theme.css';
3
3
  declare const _default: import("vue").DefineComponent<{
4
4
  proxyUrl: {
5
5
  type: import("vue").PropType<string>;
6
- required: true;
6
+ };
7
+ readOnly: {
8
+ type: import("vue").PropType<boolean>;
9
+ default: boolean;
7
10
  };
8
11
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
9
12
  escapeKeyPress: () => void;
10
13
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
11
14
  proxyUrl: {
12
15
  type: import("vue").PropType<string>;
13
- required: true;
16
+ };
17
+ readOnly: {
18
+ type: import("vue").PropType<boolean>;
19
+ default: boolean;
14
20
  };
15
21
  }>> & {
16
22
  onEscapeKeyPress?: (() => any) | undefined;
17
- }, {}, {}>;
23
+ }, {
24
+ readOnly: boolean;
25
+ }, {}>;
18
26
  export default _default;
19
27
  //# sourceMappingURL=ApiClient.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ApiClient.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ApiClient/ApiClient.vue.ts"],"names":[],"mappings":"AAGA,OAAO,qCAAqC,CAAA;AAC5C,OAAO,iCAAiC,CAAA;;;;;;;;;;;;;;;;AA8TxC,wBAAkD"}
1
+ {"version":3,"file":"ApiClient.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ApiClient/ApiClient.vue.ts"],"names":[],"mappings":"AAGA,OAAO,qCAAqC,CAAA;AAC5C,OAAO,iCAAiC,CAAA;;;;;;;;;;;;;;;;;;;;;;;;AAgVxC,wBAAkD"}
@@ -4,6 +4,10 @@ declare const _default: import("vue").DefineComponent<{
4
4
  required: true;
5
5
  default: null;
6
6
  };
7
+ headers: {
8
+ type: import("vue").PropType<Record<string, string>[]>;
9
+ required: true;
10
+ };
7
11
  active: {
8
12
  type: import("vue").PropType<boolean>;
9
13
  required: true;
@@ -15,6 +19,10 @@ declare const _default: import("vue").DefineComponent<{
15
19
  required: true;
16
20
  default: null;
17
21
  };
22
+ headers: {
23
+ type: import("vue").PropType<Record<string, string>[]>;
24
+ required: true;
25
+ };
18
26
  active: {
19
27
  type: import("vue").PropType<boolean>;
20
28
  required: true;
@@ -1 +1 @@
1
- {"version":3,"file":"ResponseBody.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ApiClient/Response/ResponseBody.vue.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAqGA,wBAAkD"}
1
+ {"version":3,"file":"ResponseBody.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ApiClient/Response/ResponseBody.vue.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAqKA,wBAAkD"}
@@ -1,32 +1,32 @@
1
1
  declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
2
- strong: {
3
- type: import("vue").PropType<boolean>;
4
- default: boolean;
5
- };
6
2
  href: {
7
3
  type: import("vue").PropType<string | null>;
8
4
  default: null;
9
5
  };
10
- wrap: {
6
+ strong: {
11
7
  type: import("vue").PropType<boolean>;
12
8
  default: boolean;
13
9
  };
14
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
15
- strong: {
10
+ wrap: {
16
11
  type: import("vue").PropType<boolean>;
17
12
  default: boolean;
18
13
  };
14
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
19
15
  href: {
20
16
  type: import("vue").PropType<string | null>;
21
17
  default: null;
22
18
  };
19
+ strong: {
20
+ type: import("vue").PropType<boolean>;
21
+ default: boolean;
22
+ };
23
23
  wrap: {
24
24
  type: import("vue").PropType<boolean>;
25
25
  default: boolean;
26
26
  };
27
27
  }>>, {
28
- strong: boolean;
29
28
  href: string | null;
29
+ strong: boolean;
30
30
  wrap: boolean;
31
31
  }, {}>, {
32
32
  default?(_: {}): any;
@@ -1 +1 @@
1
- {"version":3,"file":"sendRequest.d.ts","sourceRoot":"","sources":["../../src/helpers/sendRequest.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAGV,aAAa,EACb,iBAAiB,EAClB,MAAM,UAAU,CAAA;AAcjB;;GAEG;AACH,wBAAsB,WAAW,CAC/B,OAAO,EAAE,iBAAiB,EAC1B,QAAQ,CAAC,EAAE,MAAM,GAChB,OAAO,CAAC,aAAa,GAAG,IAAI,CAAC,CA4E/B"}
1
+ {"version":3,"file":"sendRequest.d.ts","sourceRoot":"","sources":["../../src/helpers/sendRequest.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAkB,aAAa,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAA;AAUhF;;GAEG;AACH,wBAAsB,WAAW,CAC/B,OAAO,EAAE,iBAAiB,EAC1B,QAAQ,CAAC,EAAE,MAAM,GAChB,OAAO,CAAC,aAAa,GAAG,IAAI,CAAC,CAsF/B"}