@xyo-network/location-plugin 2.97.0-rc.1 → 2.97.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.
@@ -1,21 +1,21 @@
1
1
  import { CurrentLocationWitness } from './CurrentLocationWitness';
2
2
  export declare const LocationPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<CurrentLocationWitness<import("@xylabs/object").BaseParamsFields & {
3
- account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
4
- addToResolvers?: boolean | undefined;
5
- additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
6
- allowNameResolution?: boolean | undefined;
3
+ account?: import("@xyo-network/account-model").AccountInstance | "random";
4
+ addToResolvers?: boolean;
5
+ additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
6
+ allowNameResolution?: boolean;
7
7
  config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
8
8
  schema: "network.xyo.location.current.config";
9
9
  } & {
10
- schema: "network.xyo.location.current.config";
10
+ schema: import("./Config").CurrentLocationWitnessConfigSchema;
11
11
  }, "schema"> & {
12
12
  schema: "network.xyo.location.current.config";
13
13
  }, "schema"> & {
14
14
  schema: string;
15
15
  };
16
- ephemeralQueryAccountEnabled?: boolean | undefined;
17
- moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
16
+ ephemeralQueryAccountEnabled?: boolean;
17
+ moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
18
18
  } & {
19
- geolocation?: Geolocation | undefined;
19
+ geolocation?: Geolocation;
20
20
  }>>;
21
21
  //# sourceMappingURL=Plugin.d.ts.map
@@ -1,21 +1,21 @@
1
1
  import { CurrentLocationWitness } from './CurrentLocationWitness';
2
2
  export declare const LocationPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<CurrentLocationWitness<import("@xylabs/object").BaseParamsFields & {
3
- account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
4
- addToResolvers?: boolean | undefined;
5
- additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
6
- allowNameResolution?: boolean | undefined;
3
+ account?: import("@xyo-network/account-model").AccountInstance | "random";
4
+ addToResolvers?: boolean;
5
+ additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
6
+ allowNameResolution?: boolean;
7
7
  config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
8
8
  schema: "network.xyo.location.current.config";
9
9
  } & {
10
- schema: "network.xyo.location.current.config";
10
+ schema: import("./Config").CurrentLocationWitnessConfigSchema;
11
11
  }, "schema"> & {
12
12
  schema: "network.xyo.location.current.config";
13
13
  }, "schema"> & {
14
14
  schema: string;
15
15
  };
16
- ephemeralQueryAccountEnabled?: boolean | undefined;
17
- moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
16
+ ephemeralQueryAccountEnabled?: boolean;
17
+ moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
18
18
  } & {
19
- geolocation?: Geolocation | undefined;
19
+ geolocation?: Geolocation;
20
20
  }>>;
21
21
  //# sourceMappingURL=Plugin.d.ts.map
@@ -1,21 +1,21 @@
1
1
  import { CurrentLocationWitness } from './CurrentLocationWitness';
2
2
  export declare const LocationPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<CurrentLocationWitness<import("@xylabs/object").BaseParamsFields & {
3
- account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
4
- addToResolvers?: boolean | undefined;
5
- additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
6
- allowNameResolution?: boolean | undefined;
3
+ account?: import("@xyo-network/account-model").AccountInstance | "random";
4
+ addToResolvers?: boolean;
5
+ additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
6
+ allowNameResolution?: boolean;
7
7
  config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
8
8
  schema: "network.xyo.location.current.config";
9
9
  } & {
10
- schema: "network.xyo.location.current.config";
10
+ schema: import("./Config").CurrentLocationWitnessConfigSchema;
11
11
  }, "schema"> & {
12
12
  schema: "network.xyo.location.current.config";
13
13
  }, "schema"> & {
14
14
  schema: string;
15
15
  };
16
- ephemeralQueryAccountEnabled?: boolean | undefined;
17
- moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
16
+ ephemeralQueryAccountEnabled?: boolean;
17
+ moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
18
18
  } & {
19
- geolocation?: Geolocation | undefined;
19
+ geolocation?: Geolocation;
20
20
  }>>;
21
21
  //# sourceMappingURL=Plugin.d.ts.map
@@ -1,21 +1,21 @@
1
1
  import { CurrentLocationWitness } from './CurrentLocationWitness';
2
2
  export declare const LocationPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<CurrentLocationWitness<import("@xylabs/object").BaseParamsFields & {
3
- account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
4
- addToResolvers?: boolean | undefined;
5
- additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
6
- allowNameResolution?: boolean | undefined;
3
+ account?: import("@xyo-network/account-model").AccountInstance | "random";
4
+ addToResolvers?: boolean;
5
+ additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
6
+ allowNameResolution?: boolean;
7
7
  config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
8
8
  schema: "network.xyo.location.current.config";
9
9
  } & {
10
- schema: "network.xyo.location.current.config";
10
+ schema: import("./Config").CurrentLocationWitnessConfigSchema;
11
11
  }, "schema"> & {
12
12
  schema: "network.xyo.location.current.config";
13
13
  }, "schema"> & {
14
14
  schema: string;
15
15
  };
16
- ephemeralQueryAccountEnabled?: boolean | undefined;
17
- moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
16
+ ephemeralQueryAccountEnabled?: boolean;
17
+ moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
18
18
  } & {
19
- geolocation?: Geolocation | undefined;
19
+ geolocation?: Geolocation;
20
20
  }>>;
21
21
  //# sourceMappingURL=Plugin.d.ts.map
@@ -1,21 +1,21 @@
1
1
  import { CurrentLocationWitness } from './CurrentLocationWitness';
2
2
  export declare const LocationPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<CurrentLocationWitness<import("@xylabs/object").BaseParamsFields & {
3
- account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
4
- addToResolvers?: boolean | undefined;
5
- additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
6
- allowNameResolution?: boolean | undefined;
3
+ account?: import("@xyo-network/account-model").AccountInstance | "random";
4
+ addToResolvers?: boolean;
5
+ additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
6
+ allowNameResolution?: boolean;
7
7
  config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
8
8
  schema: "network.xyo.location.current.config";
9
9
  } & {
10
- schema: "network.xyo.location.current.config";
10
+ schema: import("./Config").CurrentLocationWitnessConfigSchema;
11
11
  }, "schema"> & {
12
12
  schema: "network.xyo.location.current.config";
13
13
  }, "schema"> & {
14
14
  schema: string;
15
15
  };
16
- ephemeralQueryAccountEnabled?: boolean | undefined;
17
- moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
16
+ ephemeralQueryAccountEnabled?: boolean;
17
+ moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
18
18
  } & {
19
- geolocation?: Geolocation | undefined;
19
+ geolocation?: Geolocation;
20
20
  }>>;
21
21
  //# sourceMappingURL=Plugin.d.ts.map
@@ -1,21 +1,21 @@
1
1
  import { CurrentLocationWitness } from './CurrentLocationWitness';
2
2
  export declare const LocationPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<CurrentLocationWitness<import("@xylabs/object").BaseParamsFields & {
3
- account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
4
- addToResolvers?: boolean | undefined;
5
- additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
6
- allowNameResolution?: boolean | undefined;
3
+ account?: import("@xyo-network/account-model").AccountInstance | "random";
4
+ addToResolvers?: boolean;
5
+ additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
6
+ allowNameResolution?: boolean;
7
7
  config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
8
8
  schema: "network.xyo.location.current.config";
9
9
  } & {
10
- schema: "network.xyo.location.current.config";
10
+ schema: import("./Config").CurrentLocationWitnessConfigSchema;
11
11
  }, "schema"> & {
12
12
  schema: "network.xyo.location.current.config";
13
13
  }, "schema"> & {
14
14
  schema: string;
15
15
  };
16
- ephemeralQueryAccountEnabled?: boolean | undefined;
17
- moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
16
+ ephemeralQueryAccountEnabled?: boolean;
17
+ moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
18
18
  } & {
19
- geolocation?: Geolocation | undefined;
19
+ geolocation?: Geolocation;
20
20
  }>>;
21
21
  //# sourceMappingURL=Plugin.d.ts.map
@@ -1,21 +1,21 @@
1
1
  import { CurrentLocationWitness } from './CurrentLocationWitness';
2
2
  export declare const LocationPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<CurrentLocationWitness<import("@xylabs/object").BaseParamsFields & {
3
- account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
4
- addToResolvers?: boolean | undefined;
5
- additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
6
- allowNameResolution?: boolean | undefined;
3
+ account?: import("@xyo-network/account-model").AccountInstance | "random";
4
+ addToResolvers?: boolean;
5
+ additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
6
+ allowNameResolution?: boolean;
7
7
  config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
8
8
  schema: "network.xyo.location.current.config";
9
9
  } & {
10
- schema: "network.xyo.location.current.config";
10
+ schema: import("./Config").CurrentLocationWitnessConfigSchema;
11
11
  }, "schema"> & {
12
12
  schema: "network.xyo.location.current.config";
13
13
  }, "schema"> & {
14
14
  schema: string;
15
15
  };
16
- ephemeralQueryAccountEnabled?: boolean | undefined;
17
- moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
16
+ ephemeralQueryAccountEnabled?: boolean;
17
+ moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
18
18
  } & {
19
- geolocation?: Geolocation | undefined;
19
+ geolocation?: Geolocation;
20
20
  }>>;
21
21
  //# sourceMappingURL=Plugin.d.ts.map
@@ -1,21 +1,21 @@
1
1
  import { CurrentLocationWitness } from './CurrentLocationWitness';
2
2
  export declare const LocationPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<CurrentLocationWitness<import("@xylabs/object").BaseParamsFields & {
3
- account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
4
- addToResolvers?: boolean | undefined;
5
- additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
6
- allowNameResolution?: boolean | undefined;
3
+ account?: import("@xyo-network/account-model").AccountInstance | "random";
4
+ addToResolvers?: boolean;
5
+ additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
6
+ allowNameResolution?: boolean;
7
7
  config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
8
8
  schema: "network.xyo.location.current.config";
9
9
  } & {
10
- schema: "network.xyo.location.current.config";
10
+ schema: import("./Config").CurrentLocationWitnessConfigSchema;
11
11
  }, "schema"> & {
12
12
  schema: "network.xyo.location.current.config";
13
13
  }, "schema"> & {
14
14
  schema: string;
15
15
  };
16
- ephemeralQueryAccountEnabled?: boolean | undefined;
17
- moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
16
+ ephemeralQueryAccountEnabled?: boolean;
17
+ moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
18
18
  } & {
19
- geolocation?: Geolocation | undefined;
19
+ geolocation?: Geolocation;
20
20
  }>>;
21
21
  //# sourceMappingURL=Plugin.d.ts.map
@@ -1,21 +1,21 @@
1
1
  import { CurrentLocationWitness } from './CurrentLocationWitness';
2
2
  export declare const LocationPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<CurrentLocationWitness<import("@xylabs/object").BaseParamsFields & {
3
- account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
4
- addToResolvers?: boolean | undefined;
5
- additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
6
- allowNameResolution?: boolean | undefined;
3
+ account?: import("@xyo-network/account-model").AccountInstance | "random";
4
+ addToResolvers?: boolean;
5
+ additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
6
+ allowNameResolution?: boolean;
7
7
  config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
8
8
  schema: "network.xyo.location.current.config";
9
9
  } & {
10
- schema: "network.xyo.location.current.config";
10
+ schema: import("./Config").CurrentLocationWitnessConfigSchema;
11
11
  }, "schema"> & {
12
12
  schema: "network.xyo.location.current.config";
13
13
  }, "schema"> & {
14
14
  schema: string;
15
15
  };
16
- ephemeralQueryAccountEnabled?: boolean | undefined;
17
- moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
16
+ ephemeralQueryAccountEnabled?: boolean;
17
+ moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
18
18
  } & {
19
- geolocation?: Geolocation | undefined;
19
+ geolocation?: Geolocation;
20
20
  }>>;
21
21
  //# sourceMappingURL=Plugin.d.ts.map
package/package.json CHANGED
@@ -11,18 +11,18 @@
11
11
  },
12
12
  "dependencies": {
13
13
  "@xylabs/assert": "^3.5.1",
14
- "@xyo-network/abstract-witness": "next",
15
- "@xyo-network/location-payload-plugin": "~2.97.0-rc.1",
16
- "@xyo-network/module-model": "next",
17
- "@xyo-network/payload-model": "next",
18
- "@xyo-network/payloadset-plugin": "next",
19
- "@xyo-network/witness-model": "next"
14
+ "@xyo-network/abstract-witness": "^2.107.4",
15
+ "@xyo-network/location-payload-plugin": "~2.97.1",
16
+ "@xyo-network/module-model": "^2.107.4",
17
+ "@xyo-network/payload-model": "^2.107.4",
18
+ "@xyo-network/payloadset-plugin": "^2.107.4",
19
+ "@xyo-network/witness-model": "^2.107.4"
20
20
  },
21
21
  "devDependencies": {
22
- "@xylabs/ts-scripts-yarn3": "^3.11.2",
23
- "@xylabs/tsconfig-dom": "^3.11.2",
24
- "@xylabs/tsconfig-dom-jest": "^3.11.2",
25
- "typescript": "^5.4.5"
22
+ "@xylabs/ts-scripts-yarn3": "^3.11.10",
23
+ "@xylabs/tsconfig-dom": "^3.11.10",
24
+ "@xylabs/tsconfig-dom-jest": "^3.11.10",
25
+ "typescript": "^5.5.2"
26
26
  },
27
27
  "description": "Typescript/Javascript Plugins for XYO Platform",
28
28
  "types": "dist/node/index.d.ts",
@@ -63,7 +63,6 @@
63
63
  "url": "https://github.com/XYOracleNetwork/plugins.git"
64
64
  },
65
65
  "sideEffects": false,
66
- "version": "2.97.0-rc.1",
67
- "type": "module",
68
- "stableVersion": "2.96.0"
66
+ "version": "2.97.1",
67
+ "type": "module"
69
68
  }