@xyo-network/domain-plugin 2.89.0 → 2.89.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/browser/Plugin.d.cts +3 -35
- package/dist/browser/Plugin.d.cts.map +1 -1
- package/dist/browser/Plugin.d.mts +3 -35
- package/dist/browser/Plugin.d.mts.map +1 -1
- package/dist/browser/Plugin.d.ts +3 -35
- package/dist/browser/Plugin.d.ts.map +1 -1
- package/dist/node/Plugin.d.cts +3 -35
- package/dist/node/Plugin.d.cts.map +1 -1
- package/dist/node/Plugin.d.mts +3 -35
- package/dist/node/Plugin.d.mts.map +1 -1
- package/dist/node/Plugin.d.ts +3 -35
- package/dist/node/Plugin.d.ts.map +1 -1
- package/package.json +11 -11
|
@@ -1,45 +1,13 @@
|
|
|
1
1
|
import { DomainWitness } from './Witness';
|
|
2
2
|
export declare const DomainPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<DomainWitness<import("@xylabs/object").BaseParamsFields & {
|
|
3
3
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
4
|
-
config: import("@xyo-network/payload-model").SchemaFields &
|
|
5
|
-
readonly archivist?: string | undefined;
|
|
6
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
7
|
-
readonly name?: string | undefined;
|
|
8
|
-
readonly paging?: Record<string, {
|
|
9
|
-
size?: number | undefined;
|
|
10
|
-
}> | undefined;
|
|
11
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
12
|
-
schema: "network.xyo.domain.witness.config";
|
|
13
|
-
readonly security?: {
|
|
14
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
15
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
16
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
17
|
-
} | undefined;
|
|
18
|
-
readonly sign?: boolean | undefined;
|
|
19
|
-
readonly storeQueries?: boolean | undefined;
|
|
20
|
-
readonly timestamp?: boolean | undefined;
|
|
21
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
22
|
-
readonly archivist?: string | undefined;
|
|
23
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
24
|
-
readonly name?: string | undefined;
|
|
25
|
-
readonly paging?: Record<string, {
|
|
26
|
-
size?: number | undefined;
|
|
27
|
-
}> | undefined;
|
|
28
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
29
|
-
schema: "network.xyo.domain.witness.config";
|
|
30
|
-
readonly security?: {
|
|
31
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
32
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
33
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
34
|
-
} | undefined;
|
|
35
|
-
readonly sign?: boolean | undefined;
|
|
36
|
-
readonly storeQueries?: boolean | undefined;
|
|
37
|
-
readonly timestamp?: boolean | undefined;
|
|
38
|
-
} & {
|
|
4
|
+
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 & {
|
|
39
5
|
schema: "network.xyo.domain.witness.config";
|
|
40
6
|
} & {
|
|
41
7
|
domain?: string | undefined;
|
|
42
8
|
schema: "network.xyo.domain.witness.config";
|
|
9
|
+
}, "schema"> & {
|
|
10
|
+
schema: "network.xyo.domain.witness.config";
|
|
43
11
|
}, "schema"> & {
|
|
44
12
|
schema: string;
|
|
45
13
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,aAAa,EAAE,MAAM,WAAW,CAAA;AAEzC,eAAO,MAAM,YAAY
|
|
1
|
+
{"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,aAAa,EAAE,MAAM,WAAW,CAAA;AAEzC,eAAO,MAAM,YAAY;;;;;;;;;;;;;GAStB,CAAA"}
|
|
@@ -1,45 +1,13 @@
|
|
|
1
1
|
import { DomainWitness } from './Witness';
|
|
2
2
|
export declare const DomainPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<DomainWitness<import("@xylabs/object").BaseParamsFields & {
|
|
3
3
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
4
|
-
config: import("@xyo-network/payload-model").SchemaFields &
|
|
5
|
-
readonly archivist?: string | undefined;
|
|
6
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
7
|
-
readonly name?: string | undefined;
|
|
8
|
-
readonly paging?: Record<string, {
|
|
9
|
-
size?: number | undefined;
|
|
10
|
-
}> | undefined;
|
|
11
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
12
|
-
schema: "network.xyo.domain.witness.config";
|
|
13
|
-
readonly security?: {
|
|
14
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
15
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
16
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
17
|
-
} | undefined;
|
|
18
|
-
readonly sign?: boolean | undefined;
|
|
19
|
-
readonly storeQueries?: boolean | undefined;
|
|
20
|
-
readonly timestamp?: boolean | undefined;
|
|
21
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
22
|
-
readonly archivist?: string | undefined;
|
|
23
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
24
|
-
readonly name?: string | undefined;
|
|
25
|
-
readonly paging?: Record<string, {
|
|
26
|
-
size?: number | undefined;
|
|
27
|
-
}> | undefined;
|
|
28
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
29
|
-
schema: "network.xyo.domain.witness.config";
|
|
30
|
-
readonly security?: {
|
|
31
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
32
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
33
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
34
|
-
} | undefined;
|
|
35
|
-
readonly sign?: boolean | undefined;
|
|
36
|
-
readonly storeQueries?: boolean | undefined;
|
|
37
|
-
readonly timestamp?: boolean | undefined;
|
|
38
|
-
} & {
|
|
4
|
+
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 & {
|
|
39
5
|
schema: "network.xyo.domain.witness.config";
|
|
40
6
|
} & {
|
|
41
7
|
domain?: string | undefined;
|
|
42
8
|
schema: "network.xyo.domain.witness.config";
|
|
9
|
+
}, "schema"> & {
|
|
10
|
+
schema: "network.xyo.domain.witness.config";
|
|
43
11
|
}, "schema"> & {
|
|
44
12
|
schema: string;
|
|
45
13
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,aAAa,EAAE,MAAM,WAAW,CAAA;AAEzC,eAAO,MAAM,YAAY
|
|
1
|
+
{"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,aAAa,EAAE,MAAM,WAAW,CAAA;AAEzC,eAAO,MAAM,YAAY;;;;;;;;;;;;;GAStB,CAAA"}
|
package/dist/browser/Plugin.d.ts
CHANGED
|
@@ -1,45 +1,13 @@
|
|
|
1
1
|
import { DomainWitness } from './Witness';
|
|
2
2
|
export declare const DomainPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<DomainWitness<import("@xylabs/object").BaseParamsFields & {
|
|
3
3
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
4
|
-
config: import("@xyo-network/payload-model").SchemaFields &
|
|
5
|
-
readonly archivist?: string | undefined;
|
|
6
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
7
|
-
readonly name?: string | undefined;
|
|
8
|
-
readonly paging?: Record<string, {
|
|
9
|
-
size?: number | undefined;
|
|
10
|
-
}> | undefined;
|
|
11
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
12
|
-
schema: "network.xyo.domain.witness.config";
|
|
13
|
-
readonly security?: {
|
|
14
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
15
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
16
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
17
|
-
} | undefined;
|
|
18
|
-
readonly sign?: boolean | undefined;
|
|
19
|
-
readonly storeQueries?: boolean | undefined;
|
|
20
|
-
readonly timestamp?: boolean | undefined;
|
|
21
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
22
|
-
readonly archivist?: string | undefined;
|
|
23
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
24
|
-
readonly name?: string | undefined;
|
|
25
|
-
readonly paging?: Record<string, {
|
|
26
|
-
size?: number | undefined;
|
|
27
|
-
}> | undefined;
|
|
28
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
29
|
-
schema: "network.xyo.domain.witness.config";
|
|
30
|
-
readonly security?: {
|
|
31
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
32
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
33
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
34
|
-
} | undefined;
|
|
35
|
-
readonly sign?: boolean | undefined;
|
|
36
|
-
readonly storeQueries?: boolean | undefined;
|
|
37
|
-
readonly timestamp?: boolean | undefined;
|
|
38
|
-
} & {
|
|
4
|
+
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 & {
|
|
39
5
|
schema: "network.xyo.domain.witness.config";
|
|
40
6
|
} & {
|
|
41
7
|
domain?: string | undefined;
|
|
42
8
|
schema: "network.xyo.domain.witness.config";
|
|
9
|
+
}, "schema"> & {
|
|
10
|
+
schema: "network.xyo.domain.witness.config";
|
|
43
11
|
}, "schema"> & {
|
|
44
12
|
schema: string;
|
|
45
13
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,aAAa,EAAE,MAAM,WAAW,CAAA;AAEzC,eAAO,MAAM,YAAY
|
|
1
|
+
{"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,aAAa,EAAE,MAAM,WAAW,CAAA;AAEzC,eAAO,MAAM,YAAY;;;;;;;;;;;;;GAStB,CAAA"}
|
package/dist/node/Plugin.d.cts
CHANGED
|
@@ -1,45 +1,13 @@
|
|
|
1
1
|
import { DomainWitness } from './Witness';
|
|
2
2
|
export declare const DomainPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<DomainWitness<import("@xylabs/object").BaseParamsFields & {
|
|
3
3
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
4
|
-
config: import("@xyo-network/payload-model").SchemaFields &
|
|
5
|
-
readonly archivist?: string | undefined;
|
|
6
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
7
|
-
readonly name?: string | undefined;
|
|
8
|
-
readonly paging?: Record<string, {
|
|
9
|
-
size?: number | undefined;
|
|
10
|
-
}> | undefined;
|
|
11
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
12
|
-
schema: "network.xyo.domain.witness.config";
|
|
13
|
-
readonly security?: {
|
|
14
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
15
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
16
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
17
|
-
} | undefined;
|
|
18
|
-
readonly sign?: boolean | undefined;
|
|
19
|
-
readonly storeQueries?: boolean | undefined;
|
|
20
|
-
readonly timestamp?: boolean | undefined;
|
|
21
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
22
|
-
readonly archivist?: string | undefined;
|
|
23
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
24
|
-
readonly name?: string | undefined;
|
|
25
|
-
readonly paging?: Record<string, {
|
|
26
|
-
size?: number | undefined;
|
|
27
|
-
}> | undefined;
|
|
28
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
29
|
-
schema: "network.xyo.domain.witness.config";
|
|
30
|
-
readonly security?: {
|
|
31
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
32
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
33
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
34
|
-
} | undefined;
|
|
35
|
-
readonly sign?: boolean | undefined;
|
|
36
|
-
readonly storeQueries?: boolean | undefined;
|
|
37
|
-
readonly timestamp?: boolean | undefined;
|
|
38
|
-
} & {
|
|
4
|
+
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 & {
|
|
39
5
|
schema: "network.xyo.domain.witness.config";
|
|
40
6
|
} & {
|
|
41
7
|
domain?: string | undefined;
|
|
42
8
|
schema: "network.xyo.domain.witness.config";
|
|
9
|
+
}, "schema"> & {
|
|
10
|
+
schema: "network.xyo.domain.witness.config";
|
|
43
11
|
}, "schema"> & {
|
|
44
12
|
schema: string;
|
|
45
13
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,aAAa,EAAE,MAAM,WAAW,CAAA;AAEzC,eAAO,MAAM,YAAY
|
|
1
|
+
{"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,aAAa,EAAE,MAAM,WAAW,CAAA;AAEzC,eAAO,MAAM,YAAY;;;;;;;;;;;;;GAStB,CAAA"}
|
package/dist/node/Plugin.d.mts
CHANGED
|
@@ -1,45 +1,13 @@
|
|
|
1
1
|
import { DomainWitness } from './Witness';
|
|
2
2
|
export declare const DomainPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<DomainWitness<import("@xylabs/object").BaseParamsFields & {
|
|
3
3
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
4
|
-
config: import("@xyo-network/payload-model").SchemaFields &
|
|
5
|
-
readonly archivist?: string | undefined;
|
|
6
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
7
|
-
readonly name?: string | undefined;
|
|
8
|
-
readonly paging?: Record<string, {
|
|
9
|
-
size?: number | undefined;
|
|
10
|
-
}> | undefined;
|
|
11
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
12
|
-
schema: "network.xyo.domain.witness.config";
|
|
13
|
-
readonly security?: {
|
|
14
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
15
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
16
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
17
|
-
} | undefined;
|
|
18
|
-
readonly sign?: boolean | undefined;
|
|
19
|
-
readonly storeQueries?: boolean | undefined;
|
|
20
|
-
readonly timestamp?: boolean | undefined;
|
|
21
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
22
|
-
readonly archivist?: string | undefined;
|
|
23
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
24
|
-
readonly name?: string | undefined;
|
|
25
|
-
readonly paging?: Record<string, {
|
|
26
|
-
size?: number | undefined;
|
|
27
|
-
}> | undefined;
|
|
28
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
29
|
-
schema: "network.xyo.domain.witness.config";
|
|
30
|
-
readonly security?: {
|
|
31
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
32
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
33
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
34
|
-
} | undefined;
|
|
35
|
-
readonly sign?: boolean | undefined;
|
|
36
|
-
readonly storeQueries?: boolean | undefined;
|
|
37
|
-
readonly timestamp?: boolean | undefined;
|
|
38
|
-
} & {
|
|
4
|
+
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 & {
|
|
39
5
|
schema: "network.xyo.domain.witness.config";
|
|
40
6
|
} & {
|
|
41
7
|
domain?: string | undefined;
|
|
42
8
|
schema: "network.xyo.domain.witness.config";
|
|
9
|
+
}, "schema"> & {
|
|
10
|
+
schema: "network.xyo.domain.witness.config";
|
|
43
11
|
}, "schema"> & {
|
|
44
12
|
schema: string;
|
|
45
13
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,aAAa,EAAE,MAAM,WAAW,CAAA;AAEzC,eAAO,MAAM,YAAY
|
|
1
|
+
{"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,aAAa,EAAE,MAAM,WAAW,CAAA;AAEzC,eAAO,MAAM,YAAY;;;;;;;;;;;;;GAStB,CAAA"}
|
package/dist/node/Plugin.d.ts
CHANGED
|
@@ -1,45 +1,13 @@
|
|
|
1
1
|
import { DomainWitness } from './Witness';
|
|
2
2
|
export declare const DomainPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<DomainWitness<import("@xylabs/object").BaseParamsFields & {
|
|
3
3
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
4
|
-
config: import("@xyo-network/payload-model").SchemaFields &
|
|
5
|
-
readonly archivist?: string | undefined;
|
|
6
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
7
|
-
readonly name?: string | undefined;
|
|
8
|
-
readonly paging?: Record<string, {
|
|
9
|
-
size?: number | undefined;
|
|
10
|
-
}> | undefined;
|
|
11
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
12
|
-
schema: "network.xyo.domain.witness.config";
|
|
13
|
-
readonly security?: {
|
|
14
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
15
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
16
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
17
|
-
} | undefined;
|
|
18
|
-
readonly sign?: boolean | undefined;
|
|
19
|
-
readonly storeQueries?: boolean | undefined;
|
|
20
|
-
readonly timestamp?: boolean | undefined;
|
|
21
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
22
|
-
readonly archivist?: string | undefined;
|
|
23
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
24
|
-
readonly name?: string | undefined;
|
|
25
|
-
readonly paging?: Record<string, {
|
|
26
|
-
size?: number | undefined;
|
|
27
|
-
}> | undefined;
|
|
28
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
29
|
-
schema: "network.xyo.domain.witness.config";
|
|
30
|
-
readonly security?: {
|
|
31
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
32
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
33
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
34
|
-
} | undefined;
|
|
35
|
-
readonly sign?: boolean | undefined;
|
|
36
|
-
readonly storeQueries?: boolean | undefined;
|
|
37
|
-
readonly timestamp?: boolean | undefined;
|
|
38
|
-
} & {
|
|
4
|
+
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 & {
|
|
39
5
|
schema: "network.xyo.domain.witness.config";
|
|
40
6
|
} & {
|
|
41
7
|
domain?: string | undefined;
|
|
42
8
|
schema: "network.xyo.domain.witness.config";
|
|
9
|
+
}, "schema"> & {
|
|
10
|
+
schema: "network.xyo.domain.witness.config";
|
|
43
11
|
}, "schema"> & {
|
|
44
12
|
schema: string;
|
|
45
13
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,aAAa,EAAE,MAAM,WAAW,CAAA;AAEzC,eAAO,MAAM,YAAY
|
|
1
|
+
{"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,aAAa,EAAE,MAAM,WAAW,CAAA;AAEzC,eAAO,MAAM,YAAY;;;;;;;;;;;;;GAStB,CAAA"}
|
package/package.json
CHANGED
|
@@ -10,18 +10,18 @@
|
|
|
10
10
|
"url": "https://github.com/XYOracleNetwork/plugins/issues"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@xylabs/promise": "^3.0.
|
|
14
|
-
"@xyo-network/abstract-witness": "^2.92.
|
|
15
|
-
"@xyo-network/domain-payload-plugin": "^2.92.
|
|
16
|
-
"@xyo-network/module-model": "^2.92.
|
|
17
|
-
"@xyo-network/payload-model": "^2.92.
|
|
18
|
-
"@xyo-network/payloadset-plugin": "^2.92.
|
|
19
|
-
"@xyo-network/witness-model": "^2.92.
|
|
13
|
+
"@xylabs/promise": "^3.0.15",
|
|
14
|
+
"@xyo-network/abstract-witness": "^2.92.8",
|
|
15
|
+
"@xyo-network/domain-payload-plugin": "^2.92.8",
|
|
16
|
+
"@xyo-network/module-model": "^2.92.8",
|
|
17
|
+
"@xyo-network/payload-model": "^2.92.8",
|
|
18
|
+
"@xyo-network/payloadset-plugin": "^2.92.8",
|
|
19
|
+
"@xyo-network/witness-model": "^2.92.8"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
|
-
"@xylabs/ts-scripts-yarn3": "^3.
|
|
23
|
-
"@xylabs/tsconfig": "^3.
|
|
24
|
-
"@xyo-network/account": "^2.92.
|
|
22
|
+
"@xylabs/ts-scripts-yarn3": "^3.5.2",
|
|
23
|
+
"@xylabs/tsconfig": "^3.5.2",
|
|
24
|
+
"@xyo-network/account": "^2.92.8",
|
|
25
25
|
"typescript": "^5.4.2"
|
|
26
26
|
},
|
|
27
27
|
"description": "Typescript/Javascript Plugins for XYO Platform",
|
|
@@ -63,6 +63,6 @@
|
|
|
63
63
|
"url": "https://github.com/XYOracleNetwork/plugins.git"
|
|
64
64
|
},
|
|
65
65
|
"sideEffects": false,
|
|
66
|
-
"version": "2.89.
|
|
66
|
+
"version": "2.89.2",
|
|
67
67
|
"type": "module"
|
|
68
68
|
}
|