@partisiablockchain/blockchain-api-transaction-client 0.0.0 → 4.120.0

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.
Files changed (69) hide show
  1. package/README.md +4 -0
  2. package/package.json +25 -3
  3. package/target/main/generated/openapi/apis/ChainControllerApi.d.ts +59 -0
  4. package/target/main/generated/openapi/apis/ChainControllerApi.js +165 -0
  5. package/target/main/generated/openapi/apis/ChainControllerApi.js.map +1 -0
  6. package/target/main/generated/openapi/apis/HealthResourceApi.d.ts +25 -0
  7. package/target/main/generated/openapi/apis/HealthResourceApi.js +81 -0
  8. package/target/main/generated/openapi/apis/HealthResourceApi.js.map +1 -0
  9. package/target/main/generated/openapi/apis/ShardControllerApi.d.ts +76 -0
  10. package/target/main/generated/openapi/apis/ShardControllerApi.js +206 -0
  11. package/target/main/generated/openapi/apis/ShardControllerApi.js.map +1 -0
  12. package/target/main/generated/openapi/apis/index.d.ts +3 -0
  13. package/target/main/generated/openapi/apis/index.js +22 -0
  14. package/target/main/generated/openapi/apis/index.js.map +1 -0
  15. package/target/main/generated/openapi/index.d.ts +3 -0
  16. package/target/main/generated/openapi/index.js +22 -0
  17. package/target/main/generated/openapi/index.js.map +1 -0
  18. package/target/main/generated/openapi/models/Account.d.ts +43 -0
  19. package/target/main/generated/openapi/models/Account.js +52 -0
  20. package/target/main/generated/openapi/models/Account.js.map +1 -0
  21. package/target/main/generated/openapi/models/Block.d.ts +79 -0
  22. package/target/main/generated/openapi/models/Block.js +70 -0
  23. package/target/main/generated/openapi/models/Block.js.map +1 -0
  24. package/target/main/generated/openapi/models/Chain.d.ts +59 -0
  25. package/target/main/generated/openapi/models/Chain.js +59 -0
  26. package/target/main/generated/openapi/models/Chain.js.map +1 -0
  27. package/target/main/generated/openapi/models/Contract.d.ts +75 -0
  28. package/target/main/generated/openapi/models/Contract.js +62 -0
  29. package/target/main/generated/openapi/models/Contract.js.map +1 -0
  30. package/target/main/generated/openapi/models/ExecutionStatus.d.ts +64 -0
  31. package/target/main/generated/openapi/models/ExecutionStatus.js +63 -0
  32. package/target/main/generated/openapi/models/ExecutionStatus.js.map +1 -0
  33. package/target/main/generated/openapi/models/Failure.d.ts +37 -0
  34. package/target/main/generated/openapi/models/Failure.js +48 -0
  35. package/target/main/generated/openapi/models/Failure.js.map +1 -0
  36. package/target/main/generated/openapi/models/Feature.d.ts +37 -0
  37. package/target/main/generated/openapi/models/Feature.js +48 -0
  38. package/target/main/generated/openapi/models/Feature.js.map +1 -0
  39. package/target/main/generated/openapi/models/Jar.d.ts +31 -0
  40. package/target/main/generated/openapi/models/Jar.js +46 -0
  41. package/target/main/generated/openapi/models/Jar.js.map +1 -0
  42. package/target/main/generated/openapi/models/Plugin.d.ts +37 -0
  43. package/target/main/generated/openapi/models/Plugin.js +48 -0
  44. package/target/main/generated/openapi/models/Plugin.js.map +1 -0
  45. package/target/main/generated/openapi/models/SerializedTransaction.d.ts +31 -0
  46. package/target/main/generated/openapi/models/SerializedTransaction.js +46 -0
  47. package/target/main/generated/openapi/models/SerializedTransaction.js.map +1 -0
  48. package/target/main/generated/openapi/models/Shard.d.ts +39 -0
  49. package/target/main/generated/openapi/models/Shard.js +50 -0
  50. package/target/main/generated/openapi/models/Shard.js.map +1 -0
  51. package/target/main/generated/openapi/models/Transaction.d.ts +50 -0
  52. package/target/main/generated/openapi/models/Transaction.js +55 -0
  53. package/target/main/generated/openapi/models/Transaction.js.map +1 -0
  54. package/target/main/generated/openapi/models/TransactionCost.d.ts +57 -0
  55. package/target/main/generated/openapi/models/TransactionCost.js +62 -0
  56. package/target/main/generated/openapi/models/TransactionCost.js.map +1 -0
  57. package/target/main/generated/openapi/models/TransactionPointer.d.ts +37 -0
  58. package/target/main/generated/openapi/models/TransactionPointer.js +48 -0
  59. package/target/main/generated/openapi/models/TransactionPointer.js.map +1 -0
  60. package/target/main/generated/openapi/models/index.d.ts +14 -0
  61. package/target/main/generated/openapi/models/index.js +33 -0
  62. package/target/main/generated/openapi/models/index.js.map +1 -0
  63. package/target/main/generated/openapi/runtime.d.ts +181 -0
  64. package/target/main/generated/openapi/runtime.js +342 -0
  65. package/target/main/generated/openapi/runtime.js.map +1 -0
  66. package/target/main/index.d.ts +3 -0
  67. package/target/main/index.js +37 -0
  68. package/target/main/index.js.map +1 -0
  69. package/LICENSE +0 -662
@@ -0,0 +1,63 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * server
6
+ * <h1>server</h1>
7
+ *
8
+ * The version of the OpenAPI document: 4.39.0
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.ExecutionStatusToJSON = exports.ExecutionStatusFromJSONTyped = exports.ExecutionStatusFromJSON = exports.instanceOfExecutionStatus = void 0;
17
+ const TransactionPointer_1 = require("./TransactionPointer");
18
+ const TransactionCost_1 = require("./TransactionCost");
19
+ const Failure_1 = require("./Failure");
20
+ /**
21
+ * Check if a given object implements the ExecutionStatus interface.
22
+ */
23
+ function instanceOfExecutionStatus(value) {
24
+ if (!('success' in value) || value['success'] === undefined)
25
+ return false;
26
+ if (!('finalized' in value) || value['finalized'] === undefined)
27
+ return false;
28
+ return true;
29
+ }
30
+ exports.instanceOfExecutionStatus = instanceOfExecutionStatus;
31
+ function ExecutionStatusFromJSON(json) {
32
+ return ExecutionStatusFromJSONTyped(json, false);
33
+ }
34
+ exports.ExecutionStatusFromJSON = ExecutionStatusFromJSON;
35
+ function ExecutionStatusFromJSONTyped(json, ignoreDiscriminator) {
36
+ if (json == null) {
37
+ return json;
38
+ }
39
+ return {
40
+ 'transactionCost': json['transactionCost'] == null ? undefined : (0, TransactionCost_1.TransactionCostFromJSON)(json['transactionCost']),
41
+ 'success': json['success'],
42
+ 'finalized': json['finalized'],
43
+ 'blockId': json['blockId'] == null ? undefined : json['blockId'],
44
+ 'failure': json['failure'] == null ? undefined : (0, Failure_1.FailureFromJSON)(json['failure']),
45
+ 'events': json['events'] == null ? undefined : (json['events'].map(TransactionPointer_1.TransactionPointerFromJSON)),
46
+ };
47
+ }
48
+ exports.ExecutionStatusFromJSONTyped = ExecutionStatusFromJSONTyped;
49
+ function ExecutionStatusToJSON(value) {
50
+ if (value == null) {
51
+ return value;
52
+ }
53
+ return {
54
+ 'transactionCost': (0, TransactionCost_1.TransactionCostToJSON)(value['transactionCost']),
55
+ 'success': value['success'],
56
+ 'finalized': value['finalized'],
57
+ 'blockId': value['blockId'],
58
+ 'failure': (0, Failure_1.FailureToJSON)(value['failure']),
59
+ 'events': value['events'] == null ? undefined : (value['events'].map(TransactionPointer_1.TransactionPointerToJSON)),
60
+ };
61
+ }
62
+ exports.ExecutionStatusToJSON = ExecutionStatusToJSON;
63
+ //# sourceMappingURL=ExecutionStatus.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ExecutionStatus.js","sourceRoot":"","sources":["../../../../../src/main/generated/openapi/models/ExecutionStatus.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAIH,6DAI8B;AAE9B,uDAI2B;AAE3B,uCAImB;AA8CnB;;GAEG;AACH,SAAgB,yBAAyB,CAAC,KAAa;IACnD,IAAI,CAAC,CAAC,SAAS,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,SAAS,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IAC1E,IAAI,CAAC,CAAC,WAAW,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,WAAW,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IAC9E,OAAO,IAAI,CAAC;AAChB,CAAC;AAJD,8DAIC;AAED,SAAgB,uBAAuB,CAAC,IAAS;IAC7C,OAAO,4BAA4B,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACrD,CAAC;AAFD,0DAEC;AAED,SAAgB,4BAA4B,CAAC,IAAS,EAAE,mBAA4B;IAChF,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,iBAAiB,EAAE,IAAI,CAAC,iBAAiB,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,yCAAuB,EAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC;QACjH,SAAS,EAAE,IAAI,CAAC,SAAS,CAAC;QAC1B,WAAW,EAAE,IAAI,CAAC,WAAW,CAAC;QAC9B,SAAS,EAAE,IAAI,CAAC,SAAS,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC;QAChE,SAAS,EAAE,IAAI,CAAC,SAAS,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,yBAAe,EAAC,IAAI,CAAC,SAAS,CAAC,CAAC;QACjF,QAAQ,EAAE,IAAI,CAAC,QAAQ,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,CAAE,IAAI,CAAC,QAAQ,CAAgB,CAAC,GAAG,CAAC,+CAA0B,CAAC,CAAC;KAClH,CAAC;AACN,CAAC;AAbD,oEAaC;AAED,SAAgB,qBAAqB,CAAC,KAA8B;IAChE,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IACD,OAAO;QAEH,iBAAiB,EAAE,IAAA,uCAAqB,EAAC,KAAK,CAAC,iBAAiB,CAAC,CAAC;QAClE,SAAS,EAAE,KAAK,CAAC,SAAS,CAAC;QAC3B,WAAW,EAAE,KAAK,CAAC,WAAW,CAAC;QAC/B,SAAS,EAAE,KAAK,CAAC,SAAS,CAAC;QAC3B,SAAS,EAAE,IAAA,uBAAa,EAAC,KAAK,CAAC,SAAS,CAAC,CAAC;QAC1C,QAAQ,EAAE,KAAK,CAAC,QAAQ,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,CAAE,KAAK,CAAC,QAAQ,CAAgB,CAAC,GAAG,CAAC,6CAAwB,CAAC,CAAC;KAClH,CAAC;AACN,CAAC;AAbD,sDAaC"}
@@ -0,0 +1,37 @@
1
+ /**
2
+ * server
3
+ * <h1>server</h1>
4
+ *
5
+ * The version of the OpenAPI document: 4.39.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ * Failure transfer record.
14
+ * @export
15
+ * @interface Failure
16
+ */
17
+ export interface Failure {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof Failure
22
+ */
23
+ stackTrace?: string;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof Failure
28
+ */
29
+ errorMessage?: string;
30
+ }
31
+ /**
32
+ * Check if a given object implements the Failure interface.
33
+ */
34
+ export declare function instanceOfFailure(value: object): value is Failure;
35
+ export declare function FailureFromJSON(json: any): Failure;
36
+ export declare function FailureFromJSONTyped(json: any, ignoreDiscriminator: boolean): Failure;
37
+ export declare function FailureToJSON(value?: Failure | null): any;
@@ -0,0 +1,48 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * server
6
+ * <h1>server</h1>
7
+ *
8
+ * The version of the OpenAPI document: 4.39.0
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.FailureToJSON = exports.FailureFromJSONTyped = exports.FailureFromJSON = exports.instanceOfFailure = void 0;
17
+ /**
18
+ * Check if a given object implements the Failure interface.
19
+ */
20
+ function instanceOfFailure(value) {
21
+ return true;
22
+ }
23
+ exports.instanceOfFailure = instanceOfFailure;
24
+ function FailureFromJSON(json) {
25
+ return FailureFromJSONTyped(json, false);
26
+ }
27
+ exports.FailureFromJSON = FailureFromJSON;
28
+ function FailureFromJSONTyped(json, ignoreDiscriminator) {
29
+ if (json == null) {
30
+ return json;
31
+ }
32
+ return {
33
+ 'stackTrace': json['stackTrace'] == null ? undefined : json['stackTrace'],
34
+ 'errorMessage': json['errorMessage'] == null ? undefined : json['errorMessage'],
35
+ };
36
+ }
37
+ exports.FailureFromJSONTyped = FailureFromJSONTyped;
38
+ function FailureToJSON(value) {
39
+ if (value == null) {
40
+ return value;
41
+ }
42
+ return {
43
+ 'stackTrace': value['stackTrace'],
44
+ 'errorMessage': value['errorMessage'],
45
+ };
46
+ }
47
+ exports.FailureToJSON = FailureToJSON;
48
+ //# sourceMappingURL=Failure.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Failure.js","sourceRoot":"","sources":["../../../../../src/main/generated/openapi/models/Failure.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAuBH;;GAEG;AACH,SAAgB,iBAAiB,CAAC,KAAa;IAC3C,OAAO,IAAI,CAAC;AAChB,CAAC;AAFD,8CAEC;AAED,SAAgB,eAAe,CAAC,IAAS;IACrC,OAAO,oBAAoB,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC7C,CAAC;AAFD,0CAEC;AAED,SAAgB,oBAAoB,CAAC,IAAS,EAAE,mBAA4B;IACxE,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,YAAY,EAAE,IAAI,CAAC,YAAY,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;QACzE,cAAc,EAAE,IAAI,CAAC,cAAc,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC;KAClF,CAAC;AACN,CAAC;AATD,oDASC;AAED,SAAgB,aAAa,CAAC,KAAsB;IAChD,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IACD,OAAO;QAEH,YAAY,EAAE,KAAK,CAAC,YAAY,CAAC;QACjC,cAAc,EAAE,KAAK,CAAC,cAAc,CAAC;KACxC,CAAC;AACN,CAAC;AATD,sCASC"}
@@ -0,0 +1,37 @@
1
+ /**
2
+ * server
3
+ * <h1>server</h1>
4
+ *
5
+ * The version of the OpenAPI document: 4.39.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ * Feature transfer record.
14
+ * @export
15
+ * @interface Feature
16
+ */
17
+ export interface Feature {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof Feature
22
+ */
23
+ name?: string;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof Feature
28
+ */
29
+ value?: string;
30
+ }
31
+ /**
32
+ * Check if a given object implements the Feature interface.
33
+ */
34
+ export declare function instanceOfFeature(value: object): value is Feature;
35
+ export declare function FeatureFromJSON(json: any): Feature;
36
+ export declare function FeatureFromJSONTyped(json: any, ignoreDiscriminator: boolean): Feature;
37
+ export declare function FeatureToJSON(value?: Feature | null): any;
@@ -0,0 +1,48 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * server
6
+ * <h1>server</h1>
7
+ *
8
+ * The version of the OpenAPI document: 4.39.0
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.FeatureToJSON = exports.FeatureFromJSONTyped = exports.FeatureFromJSON = exports.instanceOfFeature = void 0;
17
+ /**
18
+ * Check if a given object implements the Feature interface.
19
+ */
20
+ function instanceOfFeature(value) {
21
+ return true;
22
+ }
23
+ exports.instanceOfFeature = instanceOfFeature;
24
+ function FeatureFromJSON(json) {
25
+ return FeatureFromJSONTyped(json, false);
26
+ }
27
+ exports.FeatureFromJSON = FeatureFromJSON;
28
+ function FeatureFromJSONTyped(json, ignoreDiscriminator) {
29
+ if (json == null) {
30
+ return json;
31
+ }
32
+ return {
33
+ 'name': json['name'] == null ? undefined : json['name'],
34
+ 'value': json['value'] == null ? undefined : json['value'],
35
+ };
36
+ }
37
+ exports.FeatureFromJSONTyped = FeatureFromJSONTyped;
38
+ function FeatureToJSON(value) {
39
+ if (value == null) {
40
+ return value;
41
+ }
42
+ return {
43
+ 'name': value['name'],
44
+ 'value': value['value'],
45
+ };
46
+ }
47
+ exports.FeatureToJSON = FeatureToJSON;
48
+ //# sourceMappingURL=Feature.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Feature.js","sourceRoot":"","sources":["../../../../../src/main/generated/openapi/models/Feature.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAuBH;;GAEG;AACH,SAAgB,iBAAiB,CAAC,KAAa;IAC3C,OAAO,IAAI,CAAC;AAChB,CAAC;AAFD,8CAEC;AAED,SAAgB,eAAe,CAAC,IAAS;IACrC,OAAO,oBAAoB,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC7C,CAAC;AAFD,0CAEC;AAED,SAAgB,oBAAoB,CAAC,IAAS,EAAE,mBAA4B;IACxE,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC;QACvD,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC;KAC7D,CAAC;AACN,CAAC;AATD,oDASC;AAED,SAAgB,aAAa,CAAC,KAAsB;IAChD,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IACD,OAAO;QAEH,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;QACrB,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC;KAC1B,CAAC;AACN,CAAC;AATD,sCASC"}
@@ -0,0 +1,31 @@
1
+ /**
2
+ * server
3
+ * <h1>server</h1>
4
+ *
5
+ * The version of the OpenAPI document: 4.39.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ * Jar transfer record.
14
+ * @export
15
+ * @interface Jar
16
+ */
17
+ export interface Jar {
18
+ /**
19
+ * Data in a base64 encoded string
20
+ * @type {string}
21
+ * @memberof Jar
22
+ */
23
+ data?: string;
24
+ }
25
+ /**
26
+ * Check if a given object implements the Jar interface.
27
+ */
28
+ export declare function instanceOfJar(value: object): value is Jar;
29
+ export declare function JarFromJSON(json: any): Jar;
30
+ export declare function JarFromJSONTyped(json: any, ignoreDiscriminator: boolean): Jar;
31
+ export declare function JarToJSON(value?: Jar | null): any;
@@ -0,0 +1,46 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * server
6
+ * <h1>server</h1>
7
+ *
8
+ * The version of the OpenAPI document: 4.39.0
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.JarToJSON = exports.JarFromJSONTyped = exports.JarFromJSON = exports.instanceOfJar = void 0;
17
+ /**
18
+ * Check if a given object implements the Jar interface.
19
+ */
20
+ function instanceOfJar(value) {
21
+ return true;
22
+ }
23
+ exports.instanceOfJar = instanceOfJar;
24
+ function JarFromJSON(json) {
25
+ return JarFromJSONTyped(json, false);
26
+ }
27
+ exports.JarFromJSON = JarFromJSON;
28
+ function JarFromJSONTyped(json, ignoreDiscriminator) {
29
+ if (json == null) {
30
+ return json;
31
+ }
32
+ return {
33
+ 'data': json['data'] == null ? undefined : json['data'],
34
+ };
35
+ }
36
+ exports.JarFromJSONTyped = JarFromJSONTyped;
37
+ function JarToJSON(value) {
38
+ if (value == null) {
39
+ return value;
40
+ }
41
+ return {
42
+ 'data': value['data'],
43
+ };
44
+ }
45
+ exports.JarToJSON = JarToJSON;
46
+ //# sourceMappingURL=Jar.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Jar.js","sourceRoot":"","sources":["../../../../../src/main/generated/openapi/models/Jar.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAiBH;;GAEG;AACH,SAAgB,aAAa,CAAC,KAAa;IACvC,OAAO,IAAI,CAAC;AAChB,CAAC;AAFD,sCAEC;AAED,SAAgB,WAAW,CAAC,IAAS;IACjC,OAAO,gBAAgB,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACzC,CAAC;AAFD,kCAEC;AAED,SAAgB,gBAAgB,CAAC,IAAS,EAAE,mBAA4B;IACpE,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC;KAC1D,CAAC;AACN,CAAC;AARD,4CAQC;AAED,SAAgB,SAAS,CAAC,KAAkB;IACxC,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IACD,OAAO;QAEH,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;KACxB,CAAC;AACN,CAAC;AARD,8BAQC"}
@@ -0,0 +1,37 @@
1
+ /**
2
+ * server
3
+ * <h1>server</h1>
4
+ *
5
+ * The version of the OpenAPI document: 4.39.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ * Plugin state transfer object.
14
+ * @export
15
+ * @interface Plugin
16
+ */
17
+ export interface Plugin {
18
+ /**
19
+ * Is the result of a hashing process, a list of bytes passed through a stream.
20
+ * @type {string}
21
+ * @memberof Plugin
22
+ */
23
+ jarId?: string;
24
+ /**
25
+ *
26
+ * @type {object}
27
+ * @memberof Plugin
28
+ */
29
+ state?: object;
30
+ }
31
+ /**
32
+ * Check if a given object implements the Plugin interface.
33
+ */
34
+ export declare function instanceOfPlugin(value: object): value is Plugin;
35
+ export declare function PluginFromJSON(json: any): Plugin;
36
+ export declare function PluginFromJSONTyped(json: any, ignoreDiscriminator: boolean): Plugin;
37
+ export declare function PluginToJSON(value?: Plugin | null): any;
@@ -0,0 +1,48 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * server
6
+ * <h1>server</h1>
7
+ *
8
+ * The version of the OpenAPI document: 4.39.0
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.PluginToJSON = exports.PluginFromJSONTyped = exports.PluginFromJSON = exports.instanceOfPlugin = void 0;
17
+ /**
18
+ * Check if a given object implements the Plugin interface.
19
+ */
20
+ function instanceOfPlugin(value) {
21
+ return true;
22
+ }
23
+ exports.instanceOfPlugin = instanceOfPlugin;
24
+ function PluginFromJSON(json) {
25
+ return PluginFromJSONTyped(json, false);
26
+ }
27
+ exports.PluginFromJSON = PluginFromJSON;
28
+ function PluginFromJSONTyped(json, ignoreDiscriminator) {
29
+ if (json == null) {
30
+ return json;
31
+ }
32
+ return {
33
+ 'jarId': json['jarId'] == null ? undefined : json['jarId'],
34
+ 'state': json['state'] == null ? undefined : json['state'],
35
+ };
36
+ }
37
+ exports.PluginFromJSONTyped = PluginFromJSONTyped;
38
+ function PluginToJSON(value) {
39
+ if (value == null) {
40
+ return value;
41
+ }
42
+ return {
43
+ 'jarId': value['jarId'],
44
+ 'state': value['state'],
45
+ };
46
+ }
47
+ exports.PluginToJSON = PluginToJSON;
48
+ //# sourceMappingURL=Plugin.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Plugin.js","sourceRoot":"","sources":["../../../../../src/main/generated/openapi/models/Plugin.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAuBH;;GAEG;AACH,SAAgB,gBAAgB,CAAC,KAAa;IAC1C,OAAO,IAAI,CAAC;AAChB,CAAC;AAFD,4CAEC;AAED,SAAgB,cAAc,CAAC,IAAS;IACpC,OAAO,mBAAmB,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC5C,CAAC;AAFD,wCAEC;AAED,SAAgB,mBAAmB,CAAC,IAAS,EAAE,mBAA4B;IACvE,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC;QAC1D,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC;KAC7D,CAAC;AACN,CAAC;AATD,kDASC;AAED,SAAgB,YAAY,CAAC,KAAqB;IAC9C,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IACD,OAAO;QAEH,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC;QACvB,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC;KAC1B,CAAC;AACN,CAAC;AATD,oCASC"}
@@ -0,0 +1,31 @@
1
+ /**
2
+ * server
3
+ * <h1>server</h1>
4
+ *
5
+ * The version of the OpenAPI document: 4.39.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ * Serialized transaction transfer record.
14
+ * @export
15
+ * @interface SerializedTransaction
16
+ */
17
+ export interface SerializedTransaction {
18
+ /**
19
+ * Data in a base64 encoded string
20
+ * @type {string}
21
+ * @memberof SerializedTransaction
22
+ */
23
+ payload?: string;
24
+ }
25
+ /**
26
+ * Check if a given object implements the SerializedTransaction interface.
27
+ */
28
+ export declare function instanceOfSerializedTransaction(value: object): value is SerializedTransaction;
29
+ export declare function SerializedTransactionFromJSON(json: any): SerializedTransaction;
30
+ export declare function SerializedTransactionFromJSONTyped(json: any, ignoreDiscriminator: boolean): SerializedTransaction;
31
+ export declare function SerializedTransactionToJSON(value?: SerializedTransaction | null): any;
@@ -0,0 +1,46 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * server
6
+ * <h1>server</h1>
7
+ *
8
+ * The version of the OpenAPI document: 4.39.0
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.SerializedTransactionToJSON = exports.SerializedTransactionFromJSONTyped = exports.SerializedTransactionFromJSON = exports.instanceOfSerializedTransaction = void 0;
17
+ /**
18
+ * Check if a given object implements the SerializedTransaction interface.
19
+ */
20
+ function instanceOfSerializedTransaction(value) {
21
+ return true;
22
+ }
23
+ exports.instanceOfSerializedTransaction = instanceOfSerializedTransaction;
24
+ function SerializedTransactionFromJSON(json) {
25
+ return SerializedTransactionFromJSONTyped(json, false);
26
+ }
27
+ exports.SerializedTransactionFromJSON = SerializedTransactionFromJSON;
28
+ function SerializedTransactionFromJSONTyped(json, ignoreDiscriminator) {
29
+ if (json == null) {
30
+ return json;
31
+ }
32
+ return {
33
+ 'payload': json['payload'] == null ? undefined : json['payload'],
34
+ };
35
+ }
36
+ exports.SerializedTransactionFromJSONTyped = SerializedTransactionFromJSONTyped;
37
+ function SerializedTransactionToJSON(value) {
38
+ if (value == null) {
39
+ return value;
40
+ }
41
+ return {
42
+ 'payload': value['payload'],
43
+ };
44
+ }
45
+ exports.SerializedTransactionToJSON = SerializedTransactionToJSON;
46
+ //# sourceMappingURL=SerializedTransaction.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SerializedTransaction.js","sourceRoot":"","sources":["../../../../../src/main/generated/openapi/models/SerializedTransaction.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAiBH;;GAEG;AACH,SAAgB,+BAA+B,CAAC,KAAa;IACzD,OAAO,IAAI,CAAC;AAChB,CAAC;AAFD,0EAEC;AAED,SAAgB,6BAA6B,CAAC,IAAS;IACnD,OAAO,kCAAkC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC3D,CAAC;AAFD,sEAEC;AAED,SAAgB,kCAAkC,CAAC,IAAS,EAAE,mBAA4B;IACtF,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,SAAS,EAAE,IAAI,CAAC,SAAS,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC;KACnE,CAAC;AACN,CAAC;AARD,gFAQC;AAED,SAAgB,2BAA2B,CAAC,KAAoC;IAC5E,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IACD,OAAO;QAEH,SAAS,EAAE,KAAK,CAAC,SAAS,CAAC;KAC9B,CAAC;AACN,CAAC;AARD,kEAQC"}
@@ -0,0 +1,39 @@
1
+ /**
2
+ * server
3
+ * <h1>server</h1>
4
+ *
5
+ * The version of the OpenAPI document: 4.39.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ * Shard state transfer object.
14
+ * @export
15
+ * @interface Shard
16
+ */
17
+ export interface Shard {
18
+ /**
19
+ *
20
+ * @type {number}
21
+ * @memberof Shard
22
+ */
23
+ governanceVersion: number;
24
+ /**
25
+ *
26
+ * @type {{ [key: string]: object; }}
27
+ * @memberof Shard
28
+ */
29
+ plugins?: {
30
+ [key: string]: object;
31
+ };
32
+ }
33
+ /**
34
+ * Check if a given object implements the Shard interface.
35
+ */
36
+ export declare function instanceOfShard(value: object): value is Shard;
37
+ export declare function ShardFromJSON(json: any): Shard;
38
+ export declare function ShardFromJSONTyped(json: any, ignoreDiscriminator: boolean): Shard;
39
+ export declare function ShardToJSON(value?: Shard | null): any;
@@ -0,0 +1,50 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * server
6
+ * <h1>server</h1>
7
+ *
8
+ * The version of the OpenAPI document: 4.39.0
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.ShardToJSON = exports.ShardFromJSONTyped = exports.ShardFromJSON = exports.instanceOfShard = void 0;
17
+ /**
18
+ * Check if a given object implements the Shard interface.
19
+ */
20
+ function instanceOfShard(value) {
21
+ if (!('governanceVersion' in value) || value['governanceVersion'] === undefined)
22
+ return false;
23
+ return true;
24
+ }
25
+ exports.instanceOfShard = instanceOfShard;
26
+ function ShardFromJSON(json) {
27
+ return ShardFromJSONTyped(json, false);
28
+ }
29
+ exports.ShardFromJSON = ShardFromJSON;
30
+ function ShardFromJSONTyped(json, ignoreDiscriminator) {
31
+ if (json == null) {
32
+ return json;
33
+ }
34
+ return {
35
+ 'governanceVersion': json['governanceVersion'],
36
+ 'plugins': json['plugins'] == null ? undefined : json['plugins'],
37
+ };
38
+ }
39
+ exports.ShardFromJSONTyped = ShardFromJSONTyped;
40
+ function ShardToJSON(value) {
41
+ if (value == null) {
42
+ return value;
43
+ }
44
+ return {
45
+ 'governanceVersion': value['governanceVersion'],
46
+ 'plugins': value['plugins'],
47
+ };
48
+ }
49
+ exports.ShardToJSON = ShardToJSON;
50
+ //# sourceMappingURL=Shard.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Shard.js","sourceRoot":"","sources":["../../../../../src/main/generated/openapi/models/Shard.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAuBH;;GAEG;AACH,SAAgB,eAAe,CAAC,KAAa;IACzC,IAAI,CAAC,CAAC,mBAAmB,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,mBAAmB,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IAC9F,OAAO,IAAI,CAAC;AAChB,CAAC;AAHD,0CAGC;AAED,SAAgB,aAAa,CAAC,IAAS;IACnC,OAAO,kBAAkB,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC3C,CAAC;AAFD,sCAEC;AAED,SAAgB,kBAAkB,CAAC,IAAS,EAAE,mBAA4B;IACtE,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,mBAAmB,EAAE,IAAI,CAAC,mBAAmB,CAAC;QAC9C,SAAS,EAAE,IAAI,CAAC,SAAS,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC;KACnE,CAAC;AACN,CAAC;AATD,gDASC;AAED,SAAgB,WAAW,CAAC,KAAoB;IAC5C,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IACD,OAAO;QAEH,mBAAmB,EAAE,KAAK,CAAC,mBAAmB,CAAC;QAC/C,SAAS,EAAE,KAAK,CAAC,SAAS,CAAC;KAC9B,CAAC;AACN,CAAC;AATD,kCASC"}
@@ -0,0 +1,50 @@
1
+ /**
2
+ * server
3
+ * <h1>server</h1>
4
+ *
5
+ * The version of the OpenAPI document: 4.39.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import type { ExecutionStatus } from './ExecutionStatus';
13
+ /**
14
+ * Transaction transfer record.
15
+ * @export
16
+ * @interface Transaction
17
+ */
18
+ export interface Transaction {
19
+ /**
20
+ * Is the result of a hashing process, a list of bytes passed through a stream.
21
+ * @type {string}
22
+ * @memberof Transaction
23
+ */
24
+ identifier?: string;
25
+ /**
26
+ * Data in a base64 encoded string
27
+ * @type {string}
28
+ * @memberof Transaction
29
+ */
30
+ content?: string;
31
+ /**
32
+ *
33
+ * @type {ExecutionStatus}
34
+ * @memberof Transaction
35
+ */
36
+ executionStatus?: ExecutionStatus;
37
+ /**
38
+ * True if this this transaction is an event.
39
+ * @type {boolean}
40
+ * @memberof Transaction
41
+ */
42
+ isEvent: boolean;
43
+ }
44
+ /**
45
+ * Check if a given object implements the Transaction interface.
46
+ */
47
+ export declare function instanceOfTransaction(value: object): value is Transaction;
48
+ export declare function TransactionFromJSON(json: any): Transaction;
49
+ export declare function TransactionFromJSONTyped(json: any, ignoreDiscriminator: boolean): Transaction;
50
+ export declare function TransactionToJSON(value?: Transaction | null): any;