@tak-ps/cloudtak 13.13.0 → 13.15.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.
@@ -0,0 +1,7 @@
1
+ type __VLS_Props = {
2
+ longitude: number;
3
+ latitude: number;
4
+ };
5
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
6
+ declare const _default: typeof __VLS_export;
7
+ export default _default;
@@ -1,6 +1,6 @@
1
- import type { SearchReverse } from '../../../types.ts';
2
1
  type __VLS_Props = {
3
- magnetic: SearchReverse["magnetic"];
2
+ longitude: number;
3
+ latitude: number;
4
4
  };
5
5
  declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
6
6
  declare const _default: typeof __VLS_export;
@@ -1,7 +1,6 @@
1
- import type { SearchReverse } from '../../../types.ts';
2
1
  type __VLS_Props = {
3
- reverse: SearchReverse["reverse"];
4
- elevation?: SearchReverse["elevation"];
2
+ longitude: number;
3
+ latitude: number;
5
4
  };
6
5
  declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
6
  declare const _default: typeof __VLS_export;
@@ -1,6 +1,6 @@
1
- import type { SearchReverse } from '../../../types.ts';
2
1
  type __VLS_Props = {
3
- sun: SearchReverse["sun"];
2
+ longitude: number;
3
+ latitude: number;
4
4
  };
5
5
  declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
6
6
  declare const _default: typeof __VLS_export;
@@ -1,6 +1,6 @@
1
- import type { SearchReverse } from '../../../types.ts';
2
1
  type __VLS_Props = {
3
- weather: SearchReverse["weather"];
2
+ longitude: number;
3
+ latitude: number;
4
4
  };
5
5
  declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
6
6
  declare const _default: typeof __VLS_export;
@@ -7,9 +7,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
7
7
  type: BooleanConstructor;
8
8
  default: boolean;
9
9
  };
10
- }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
11
- update: (...args: any[]) => void;
12
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
10
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
13
11
  mode: {
14
12
  type: StringConstructor;
15
13
  default: string;
@@ -18,9 +16,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
18
16
  type: BooleanConstructor;
19
17
  default: boolean;
20
18
  };
21
- }>> & Readonly<{
22
- onUpdate?: ((...args: any[]) => any) | undefined;
23
- }>, {
19
+ }>> & Readonly<{}>, {
24
20
  mode: string;
25
21
  forceCallsign: boolean;
26
22
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -153,6 +153,11 @@ export type ProfileOverlay_Update = paths["/api/profile/overlay/{:overlay}"]["pa
153
153
  export type ProfileTokenList = paths["/api/profile/token"]["get"]["responses"]["200"]["content"]["application/json"];
154
154
  export type ProfileToken = ProfileTokenList["items"][0];
155
155
  export type SearchReverse = paths["/api/search/reverse/{:longitude}/{:latitude}"]["get"]["responses"]["200"]["content"]["application/json"];
156
+ export type SearchReverseSun = paths["/api/search/reverse/{:longitude}/{:latitude}/sun"]["get"]["responses"]["200"]["content"]["application/json"];
157
+ export type SearchReverseMagnetic = paths["/api/search/reverse/{:longitude}/{:latitude}/magnetic"]["get"]["responses"]["200"]["content"]["application/json"];
158
+ export type SearchReverseWeather = paths["/api/search/reverse/{:longitude}/{:latitude}/weather"]["get"]["responses"]["200"]["content"]["application/json"];
159
+ export type SearchReverseReverse = paths["/api/search/reverse/{:longitude}/{:latitude}/reverse"]["get"]["responses"]["200"]["content"]["application/json"];
160
+ export type SearchReverseElevation = paths["/api/search/reverse/{:longitude}/{:latitude}/elevation"]["get"]["responses"]["200"]["content"]["application/json"];
156
161
  export type ETLLdapChannel = paths["/api/ldap/channel"]["get"]["responses"]["200"]["content"]["application/json"]["items"][0];
157
162
  export type ETLLdapChannelList = paths["/api/ldap/channel"]["get"]["responses"]["200"]["content"]["application/json"];
158
163
  export type ETLLdapUser = paths["/api/ldap/user"]["post"]["responses"]["200"]["content"]["application/json"];
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tak-ps/cloudtak",
3
3
  "type": "module",
4
- "version": "13.13.0",
4
+ "version": "13.15.0",
5
5
  "types": "dist/types/plugin.d.ts",
6
6
  "files": [
7
7
  "dist/types"