@kynesyslabs/demosdk 1.5.0 → 1.5.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/build/types/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export { GenesisArtifact, GenesisImmutableProperties, GenesisMutableProperties, StandardGenesis, forkGenesis } from "./blockchain/genesisTypes";
|
|
2
|
-
export { Block, BlockContent } from "./blockchain/blocks";
|
|
2
|
+
export { Block, BlockContent, NativeTablesHashes } from "./blockchain/blocks";
|
|
3
3
|
export { EncryptedTransaction } from "./blockchain/encryptedTransaction";
|
|
4
4
|
export { ISignature } from "./blockchain/ISignature";
|
|
5
5
|
export { RawTransaction } from "./blockchain/rawTransaction";
|
|
@@ -15,7 +15,7 @@ export { StateChange } from "./gls/StateChange";
|
|
|
15
15
|
export { ExecutionResult } from "./network/ExecutionResult";
|
|
16
16
|
export { ISecurityReport, SIComlink, SIResponseRegistry } from "./network/SecurityTypes";
|
|
17
17
|
export { IPeerConfig, IPeer } from "./peers/Peer";
|
|
18
|
-
export { IParam, IRawWeb2Request, IWeb2Attestation, IWeb2Payload, IWeb2Request, IWeb2Result } from "./web2";
|
|
18
|
+
export { IParam, IRawWeb2Request, IWeb2Attestation, IWeb2Payload, IWeb2Request, IWeb2Result, EnumWeb2Methods } from "./web2";
|
|
19
19
|
export { IOperation, ITask, XMScript } from "./xm";
|
|
20
20
|
export { DemoScript } from "./demoswork";
|
|
21
21
|
export { DataTypes, operators } from "./demoswork/datatypes";
|
package/build/types/index.js
CHANGED
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.RPCResponseSkeleton = exports.stepKeysEnum = exports.XmStepResult = exports.DataTypes = exports.CValidityData = void 0;
|
|
3
|
+
exports.RPCResponseSkeleton = exports.stepKeysEnum = exports.XmStepResult = exports.DataTypes = exports.EnumWeb2Methods = exports.CValidityData = void 0;
|
|
4
4
|
var ValidityData_1 = require("./blockchain/ValidityData");
|
|
5
5
|
Object.defineProperty(exports, "CValidityData", { enumerable: true, get: function () { return ValidityData_1.CValidityData; } });
|
|
6
|
+
// web2
|
|
7
|
+
var web2_1 = require("./web2");
|
|
8
|
+
Object.defineProperty(exports, "EnumWeb2Methods", { enumerable: true, get: function () { return web2_1.EnumWeb2Methods; } });
|
|
6
9
|
var datatypes_1 = require("./demoswork/datatypes");
|
|
7
10
|
Object.defineProperty(exports, "DataTypes", { enumerable: true, get: function () { return datatypes_1.DataTypes; } });
|
|
8
11
|
var steps_1 = require("./demoswork/steps");
|
package/build/types/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/types/index.ts"],"names":[],"mappings":";;;AAkBA,0DAAuE;AAA9D,6GAAA,aAAa,OAAA;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/types/index.ts"],"names":[],"mappings":";;;AAkBA,0DAAuE;AAA9D,6GAAA,aAAa,OAAA;AA0BtB,OAAO;AACP,+BAQe;AADX,uGAAA,eAAe,OAAA;AAOnB,mDAA4D;AAAnD,sGAAA,SAAS,OAAA;AAOlB,2CAQ0B;AAHtB,qGAAA,YAAY,OAAA;AAEZ,qGAAA,YAAY,OAAA;AAGhB,2CAS4B;AADxB,0GAAA,aAAa,OAAuB"}
|