@xyo-network/id-plugin 2.66.9 → 2.67.0-rc.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/types/Plugin.d.ts +47 -1
- package/dist/types/Plugin.d.ts.map +1 -1
- package/package.json +10 -9
- package/dist/docs.json +0 -14640
package/dist/types/Plugin.d.ts
CHANGED
|
@@ -1,3 +1,49 @@
|
|
|
1
1
|
import { IdWitness } from './Witness';
|
|
2
|
-
export declare const IdPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<IdWitness<import("
|
|
2
|
+
export declare const IdPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<IdWitness<import("@xyo-network/core").BaseParamsFields & {
|
|
3
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
4
|
+
accountDerivationPath?: string | undefined;
|
|
5
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
6
|
+
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
7
|
+
readonly name?: string | undefined;
|
|
8
|
+
readonly paging?: Record<string, {
|
|
9
|
+
size?: number | undefined;
|
|
10
|
+
}> | undefined;
|
|
11
|
+
readonly schema: string;
|
|
12
|
+
readonly security?: {
|
|
13
|
+
readonly allowAnonymous?: boolean | undefined;
|
|
14
|
+
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
15
|
+
readonly disallowed?: Record<string, string[]> | undefined;
|
|
16
|
+
} | undefined;
|
|
17
|
+
readonly storeQueries?: boolean | undefined;
|
|
18
|
+
} & Omit<Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
19
|
+
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
20
|
+
readonly name?: string | undefined;
|
|
21
|
+
readonly paging?: Record<string, {
|
|
22
|
+
size?: number | undefined;
|
|
23
|
+
}> | undefined;
|
|
24
|
+
readonly schema: "network.xyo.id.witness.config";
|
|
25
|
+
readonly security?: {
|
|
26
|
+
readonly allowAnonymous?: boolean | undefined;
|
|
27
|
+
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
28
|
+
readonly disallowed?: Record<string, string[]> | undefined;
|
|
29
|
+
} | undefined;
|
|
30
|
+
readonly storeQueries?: boolean | undefined;
|
|
31
|
+
} & Omit<{
|
|
32
|
+
schema: "network.xyo.id.witness.config";
|
|
33
|
+
targetSet?: (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & import("@xyo-network/payload-model").PayloadSet & {
|
|
34
|
+
schema: "network.xyo.payload.set";
|
|
35
|
+
}) | undefined;
|
|
36
|
+
} & {
|
|
37
|
+
salt?: string | undefined;
|
|
38
|
+
schema: "network.xyo.id.witness.config";
|
|
39
|
+
}, "schema"> & {
|
|
40
|
+
schema: "network.xyo.id.witness.config";
|
|
41
|
+
}, "schema"> & {
|
|
42
|
+
schema: string;
|
|
43
|
+
}, "schema"> & {
|
|
44
|
+
schema: string;
|
|
45
|
+
};
|
|
46
|
+
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
47
|
+
wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
|
|
48
|
+
}>>;
|
|
3
49
|
//# sourceMappingURL=Plugin.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,SAAS,EAAE,MAAM,WAAW,CAAA;AAErC,eAAO,MAAM,QAAQ,
|
|
1
|
+
{"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,SAAS,EAAE,MAAM,WAAW,CAAA;AAErC,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GASlB,CAAA"}
|
package/package.json
CHANGED
|
@@ -10,16 +10,16 @@
|
|
|
10
10
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@xyo-network/id-payload-plugin": "~2.
|
|
14
|
-
"@xyo-network/module": "~2.
|
|
15
|
-
"@xyo-network/payload-model": "~2.
|
|
16
|
-
"@xyo-network/payloadset-plugin": "~2.
|
|
17
|
-
"@xyo-network/promise": "~2.
|
|
18
|
-
"@xyo-network/witness": "~2.
|
|
13
|
+
"@xyo-network/id-payload-plugin": "~2.67.0-rc.2",
|
|
14
|
+
"@xyo-network/module": "~2.67.0-rc.2",
|
|
15
|
+
"@xyo-network/payload-model": "~2.67.0-rc.2",
|
|
16
|
+
"@xyo-network/payloadset-plugin": "~2.67.0-rc.2",
|
|
17
|
+
"@xyo-network/promise": "~2.67.0-rc.2",
|
|
18
|
+
"@xyo-network/witness": "~2.67.0-rc.2"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
|
-
"@xylabs/ts-scripts-yarn3": "^2.
|
|
22
|
-
"@xylabs/tsconfig": "^2.
|
|
21
|
+
"@xylabs/ts-scripts-yarn3": "^2.19.0",
|
|
22
|
+
"@xylabs/tsconfig": "^2.19.0",
|
|
23
23
|
"typescript": "^5.1.6"
|
|
24
24
|
},
|
|
25
25
|
"description": "Primary SDK for using XYO Protocol 2.0",
|
|
@@ -55,5 +55,6 @@
|
|
|
55
55
|
},
|
|
56
56
|
"sideEffects": false,
|
|
57
57
|
"types": "dist/types/index.d.ts",
|
|
58
|
-
"version": "2.
|
|
58
|
+
"version": "2.67.0-rc.2",
|
|
59
|
+
"stableVersion": "2.66.9"
|
|
59
60
|
}
|