@xyo-network/location-plugin 3.0.0 → 3.0.2
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/dist/neutral/index.d.ts +5 -5
- package/package.json +8 -8
package/dist/neutral/index.d.ts
CHANGED
|
@@ -5,8 +5,8 @@ import * as _xyo_network_payload_model from '@xyo-network/payload-model';
|
|
|
5
5
|
import { PayloadSetPayload, Schema, Payload } from '@xyo-network/payload-model';
|
|
6
6
|
import { AbstractWitness } from '@xyo-network/abstract-witness';
|
|
7
7
|
import * as _xyo_network_payloadset_plugin from '@xyo-network/payloadset-plugin';
|
|
8
|
-
import * as
|
|
9
|
-
import * as
|
|
8
|
+
import * as _store__xyo_network_account_model_virtual_96c2d52d44_package from '.store/@xyo-network-account-model-virtual-96c2d52d44/package';
|
|
9
|
+
import * as _store__xylabs_object_npm_4_0_1_bb8d73c5f0_package from '.store/@xylabs-object-npm-4.0.1-bb8d73c5f0/package';
|
|
10
10
|
|
|
11
11
|
type CurrentLocationWitnessConfigSchema = 'network.xyo.location.current.config';
|
|
12
12
|
declare const CurrentLocationWitnessConfigSchema: CurrentLocationWitnessConfigSchema;
|
|
@@ -27,10 +27,10 @@ declare class CurrentLocationWitness<TParams extends CurrentLocationWitnessParam
|
|
|
27
27
|
protected observeHandler(): Promise<Payload[]>;
|
|
28
28
|
}
|
|
29
29
|
|
|
30
|
-
declare const LocationPlugin: () => _xyo_network_payloadset_plugin.PayloadSetWitnessPlugin<CurrentLocationWitness<
|
|
31
|
-
account?:
|
|
30
|
+
declare const LocationPlugin: () => _xyo_network_payloadset_plugin.PayloadSetWitnessPlugin<CurrentLocationWitness<_store__xylabs_object_npm_4_0_1_bb8d73c5f0_package.BaseParamsFields & {
|
|
31
|
+
account?: _store__xyo_network_account_model_virtual_96c2d52d44_package.AccountInstance | "random";
|
|
32
32
|
addToResolvers?: boolean;
|
|
33
|
-
additionalSigners?:
|
|
33
|
+
additionalSigners?: _store__xyo_network_account_model_virtual_96c2d52d44_package.AccountInstance[];
|
|
34
34
|
allowNameResolution?: boolean;
|
|
35
35
|
config: _xyo_network_payload_model.SchemaFields & _xyo_network_payload_model.PayloadFields & Omit<_xyo_network_module_model.ArchivingModuleConfig & _xyo_network_module_model.ModuleConfigFields & _xyo_network_payload_model.SchemaFields & _xyo_network_payload_model.PayloadFields & Omit<_xyo_network_module_model.ArchivingModuleConfig & _xyo_network_module_model.ModuleConfigFields & {
|
|
36
36
|
schema: "network.xyo.location.current.config";
|
package/package.json
CHANGED
|
@@ -10,13 +10,13 @@
|
|
|
10
10
|
"url": "https://github.com/XYOracleNetwork/plugins/issues"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@xylabs/assert": "^4.0.
|
|
14
|
-
"@xyo-network/abstract-witness": "^3.0.
|
|
15
|
-
"@xyo-network/location-payload-plugin": "^3.0.
|
|
16
|
-
"@xyo-network/module-model": "^3.0.
|
|
17
|
-
"@xyo-network/payload-model": "^3.0.
|
|
18
|
-
"@xyo-network/payloadset-plugin": "^3.0.
|
|
19
|
-
"@xyo-network/witness-model": "^3.0.
|
|
13
|
+
"@xylabs/assert": "^4.0.1",
|
|
14
|
+
"@xyo-network/abstract-witness": "^3.0.2",
|
|
15
|
+
"@xyo-network/location-payload-plugin": "^3.0.2",
|
|
16
|
+
"@xyo-network/module-model": "^3.0.2",
|
|
17
|
+
"@xyo-network/payload-model": "^3.0.2",
|
|
18
|
+
"@xyo-network/payloadset-plugin": "^3.0.2",
|
|
19
|
+
"@xyo-network/witness-model": "^3.0.2"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
22
|
"@xylabs/ts-scripts-yarn3": "^4.0.0-rc.15",
|
|
@@ -44,6 +44,6 @@
|
|
|
44
44
|
"url": "https://github.com/XYOracleNetwork/plugins.git"
|
|
45
45
|
},
|
|
46
46
|
"sideEffects": false,
|
|
47
|
-
"version": "3.0.
|
|
47
|
+
"version": "3.0.2",
|
|
48
48
|
"type": "module"
|
|
49
49
|
}
|