@functionland/react-native-fula 1.54.34 → 1.54.35

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 (95) hide show
  1. package/lib/commonjs/index.js +1 -1
  2. package/lib/commonjs/interfaces/augment-api-consts.js +4 -0
  3. package/lib/commonjs/interfaces/augment-api-consts.js.map +1 -0
  4. package/lib/commonjs/interfaces/augment-api-events.js +4 -0
  5. package/lib/commonjs/interfaces/augment-api-events.js.map +1 -0
  6. package/lib/commonjs/interfaces/augment-api-query.js +4 -0
  7. package/lib/commonjs/interfaces/augment-api-query.js.map +1 -0
  8. package/lib/commonjs/interfaces/augment-api-tx.js +4 -0
  9. package/lib/commonjs/interfaces/augment-api-tx.js.map +1 -0
  10. package/lib/commonjs/interfaces/definitions.js +3 -0
  11. package/lib/commonjs/interfaces/definitions.js.map +1 -0
  12. package/lib/commonjs/interfaces/defintions.js +6 -0
  13. package/lib/commonjs/interfaces/defintions.js.map +1 -0
  14. package/lib/commonjs/interfaces/index.js +0 -2
  15. package/lib/commonjs/interfaces/index.js.map +1 -1
  16. package/lib/commonjs/interfaces/lookup.js +396 -273
  17. package/lib/commonjs/interfaces/lookup.js.map +1 -1
  18. package/lib/commonjs/protocols/blockchain.js +1 -1
  19. package/lib/commonjs/protocols/blockchain.js.map +1 -1
  20. package/lib/commonjs/protocols/chain-api.js +1 -1
  21. package/lib/commonjs/protocols/chain-api.js.map +1 -1
  22. package/lib/commonjs/protocols/fula.js +1 -1
  23. package/lib/commonjs/protocols/fula.js.map +1 -1
  24. package/lib/commonjs/protocols/fxblox.js +1 -1
  25. package/lib/commonjs/protocols/fxblox.js.map +1 -1
  26. package/lib/module/interfaces/augment-api-consts.js +9 -0
  27. package/lib/module/interfaces/augment-api-consts.js.map +1 -0
  28. package/lib/module/interfaces/augment-api-errors.js.map +1 -1
  29. package/lib/module/interfaces/augment-api-events.js +9 -0
  30. package/lib/module/interfaces/augment-api-events.js.map +1 -0
  31. package/lib/module/interfaces/augment-api-query.js +9 -0
  32. package/lib/module/interfaces/augment-api-query.js.map +1 -0
  33. package/lib/module/interfaces/augment-api-tx.js +9 -0
  34. package/lib/module/interfaces/augment-api-tx.js.map +1 -0
  35. package/lib/module/interfaces/augment-types.js.map +1 -1
  36. package/lib/module/interfaces/definitions.js +2 -0
  37. package/lib/module/interfaces/definitions.js.map +1 -0
  38. package/lib/module/interfaces/defintions.js +2 -0
  39. package/lib/module/interfaces/defintions.js.map +1 -0
  40. package/lib/module/interfaces/index.js +0 -2
  41. package/lib/module/interfaces/index.js.map +1 -1
  42. package/lib/module/interfaces/lookup.js +397 -273
  43. package/lib/module/interfaces/lookup.js.map +1 -1
  44. package/lib/module/interfaces/registry.js.map +1 -1
  45. package/lib/module/interfaces/types-lookup.js.map +1 -1
  46. package/package.json +17 -21
  47. package/src/interfaces/augment-api-consts.ts +273 -0
  48. package/src/interfaces/augment-api-errors.ts +25 -0
  49. package/src/interfaces/augment-api-events.ts +448 -0
  50. package/src/interfaces/augment-api-query.ts +466 -0
  51. package/src/interfaces/augment-api-rpc.ts +3 -3
  52. package/src/interfaces/augment-api-tx.ts +709 -0
  53. package/src/interfaces/augment-types.ts +101 -9
  54. package/src/interfaces/definitions.ts +1 -0
  55. package/src/interfaces/defintions.ts +1 -0
  56. package/src/interfaces/index.ts +0 -1
  57. package/src/interfaces/lookup.ts +394 -272
  58. package/src/interfaces/registry.ts +12 -1
  59. package/src/interfaces/types-lookup.ts +405 -283
  60. package/lib/typescript/index.d.ts +0 -5
  61. package/lib/typescript/index.d.ts.map +0 -1
  62. package/lib/typescript/interfaces/augment-api-errors.d.ts +0 -442
  63. package/lib/typescript/interfaces/augment-api-errors.d.ts.map +0 -1
  64. package/lib/typescript/interfaces/augment-api-rpc.d.ts +0 -680
  65. package/lib/typescript/interfaces/augment-api-rpc.d.ts.map +0 -1
  66. package/lib/typescript/interfaces/augment-api-runtime.d.ts +0 -248
  67. package/lib/typescript/interfaces/augment-api-runtime.d.ts.map +0 -1
  68. package/lib/typescript/interfaces/augment-api.d.ts +0 -8
  69. package/lib/typescript/interfaces/augment-api.d.ts.map +0 -1
  70. package/lib/typescript/interfaces/augment-types.d.ts +0 -1224
  71. package/lib/typescript/interfaces/augment-types.d.ts.map +0 -1
  72. package/lib/typescript/interfaces/fulaNativeModule.d.ts +0 -86
  73. package/lib/typescript/interfaces/fulaNativeModule.d.ts.map +0 -1
  74. package/lib/typescript/interfaces/index.d.ts +0 -1
  75. package/lib/typescript/interfaces/index.d.ts.map +0 -1
  76. package/lib/typescript/interfaces/lookup.d.ts +0 -1886
  77. package/lib/typescript/interfaces/lookup.d.ts.map +0 -1
  78. package/lib/typescript/interfaces/registry.d.ts +0 -146
  79. package/lib/typescript/interfaces/registry.d.ts.map +0 -1
  80. package/lib/typescript/interfaces/types-lookup.d.ts +0 -1910
  81. package/lib/typescript/interfaces/types-lookup.d.ts.map +0 -1
  82. package/lib/typescript/interfaces/types.d.ts +0 -1
  83. package/lib/typescript/interfaces/types.d.ts.map +0 -1
  84. package/lib/typescript/protocols/blockchain.d.ts +0 -24
  85. package/lib/typescript/protocols/blockchain.d.ts.map +0 -1
  86. package/lib/typescript/protocols/chain-api.d.ts +0 -18
  87. package/lib/typescript/protocols/chain-api.d.ts.map +0 -1
  88. package/lib/typescript/protocols/fula.d.ts +0 -163
  89. package/lib/typescript/protocols/fula.d.ts.map +0 -1
  90. package/lib/typescript/protocols/fxblox.d.ts +0 -22
  91. package/lib/typescript/protocols/fxblox.d.ts.map +0 -1
  92. package/lib/typescript/types/blockchain.d.ts +0 -106
  93. package/lib/typescript/types/blockchain.d.ts.map +0 -1
  94. package/lib/typescript/types/fxblox.d.ts +0 -105
  95. package/lib/typescript/types/fxblox.d.ts.map +0 -1
@@ -13,5 +13,5 @@ exports.chainApi = _chainApi;
13
13
  var _fxblox = _interopRequireWildcard(require("./protocols/fxblox"));
14
14
  exports.fxblox = _fxblox;
15
15
  function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
16
- function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && Object.prototype.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
16
+ function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
17
17
  //# sourceMappingURL=index.js.map
@@ -0,0 +1,4 @@
1
+ "use strict";
2
+
3
+ require("@polkadot/api-base/types/consts");
4
+ //# sourceMappingURL=augment-api-consts.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["require"],"sourceRoot":"../../../src","sources":["interfaces/augment-api-consts.ts"],"mappings":";;AAKAA,OAAA","ignoreList":[]}
@@ -0,0 +1,4 @@
1
+ "use strict";
2
+
3
+ require("@polkadot/api-base/types/events");
4
+ //# sourceMappingURL=augment-api-events.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["require"],"sourceRoot":"../../../src","sources":["interfaces/augment-api-events.ts"],"mappings":";;AAKAA,OAAA","ignoreList":[]}
@@ -0,0 +1,4 @@
1
+ "use strict";
2
+
3
+ require("@polkadot/api-base/types/storage");
4
+ //# sourceMappingURL=augment-api-query.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["require"],"sourceRoot":"../../../src","sources":["interfaces/augment-api-query.ts"],"mappings":";;AAKAA,OAAA","ignoreList":[]}
@@ -0,0 +1,4 @@
1
+ "use strict";
2
+
3
+ require("@polkadot/api-base/types/submittable");
4
+ //# sourceMappingURL=augment-api-tx.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["require"],"sourceRoot":"../../../src","sources":["interfaces/augment-api-tx.ts"],"mappings":";;AAKAA,OAAA","ignoreList":[]}
@@ -0,0 +1,3 @@
1
+ // no custom definitions
2
+ "use strict";
3
+ //# sourceMappingURL=definitions.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":[],"sourceRoot":"../../../src","sources":["interfaces/definitions.ts"],"mappings":"AAAA;AAAA","ignoreList":[]}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ //# sourceMappingURL=defintions.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":[],"sourceRoot":"../../../src","sources":["interfaces/defintions.ts"],"mappings":"","ignoreList":[]}
@@ -1,6 +1,4 @@
1
1
  // Auto-generated via `yarn polkadot-types-from-defs`, do not edit
2
2
  /* eslint-disable */
3
-
4
- //export * from './types.ts';
5
3
  "use strict";
6
4
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"names":[],"sourceRoot":"../../../src","sources":["interfaces/index.ts"],"mappings":"AAAA;AACA;;AAEA;AAAA","ignoreList":[]}
1
+ {"version":3,"names":[],"sourceRoot":"../../../src","sources":["interfaces/index.ts"],"mappings":"AAAA;AACA;AAAA","ignoreList":[]}