mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 05:21:02 +00:00
auto-commit for 155cdee4-7b20-4acf-ad4d-053760ff258d
This commit is contained in:
+1
@@ -0,0 +1 @@
|
||||
{"dependencies":[],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n Object.defineProperty(exports, '__esModule', {\n value: true\n });\n Object.defineProperty(exports, \"runtime\", {\n enumerable: true,\n get: function () {\n return runtime;\n }\n });\n const runtime = {\n // https://github.com/open-web3-stack/open-runtime-module-library/blob/b57f88b39cd547e2fb51727d8bb9bcc64fddf8b5/oracle/rpc/runtime-api/src/lib.rs#L12-L21\n OracleApi: [{\n methods: {\n get_all_values: {\n description: 'Retrieves all values',\n params: [{\n name: 'providerId',\n // This is a Codec type\n type: 'Raw'\n }],\n // This won't actually work as expected - since we have\n // no information about the actual Raw sizes, we cannot\n // handle it in this format (it would need an override\n // for the specific Codec). So return the Raw value.\n // type: 'Vec<(Raw, Option<Raw>)>'\n type: 'Raw'\n },\n get_value: {\n description: 'Retrieves a single value',\n params: [{\n name: 'providerId',\n // This is a Codec type\n type: 'Raw'\n }, {\n name: 'key',\n // This is a Codec type\n type: 'Raw'\n }],\n // This is an Option<Codec> type\n type: 'Option<Raw>'\n }\n },\n version: 1\n }]\n };\n});","lineCount":49,"map":[[7,2,1,0,"Object"],[7,8,1,0],[7,9,1,0,"defineProperty"],[7,23,1,0],[7,24,1,0,"exports"],[7,31,1,0],[8,4,1,0,"enumerable"],[8,14,1,0],[9,4,1,0,"get"],[9,7,1,0],[9,18,1,0,"get"],[9,19,1,0],[10,6,1,0],[10,13,1,0,"runtime"],[10,20,1,0],[11,4,1,0],[12,2,1,0],[13,2,1,7],[13,8,1,13,"runtime"],[13,15,1,20],[13,18,1,23],[14,4,2,4],[15,4,3,4,"OracleApi"],[15,13,3,13],[15,15,3,15],[15,16,4,8],[16,6,5,12,"methods"],[16,13,5,19],[16,15,5,21],[17,8,6,16,"get_all_values"],[17,22,6,30],[17,24,6,32],[18,10,7,20,"description"],[18,21,7,31],[18,23,7,33],[18,45,7,55],[19,10,8,20,"params"],[19,16,8,26],[19,18,8,28],[19,19,9,24],[20,12,10,28,"name"],[20,16,10,32],[20,18,10,34],[20,30,10,46],[21,12,11,28],[22,12,12,28,"type"],[22,16,12,32],[22,18,12,34],[23,10,13,24],[23,11,13,25],[23,12,14,21],[24,10,15,20],[25,10,16,20],[26,10,17,20],[27,10,18,20],[28,10,19,20],[29,10,20,20,"type"],[29,14,20,24],[29,16,20,26],[30,8,21,16],[30,9,21,17],[31,8,22,16,"get_value"],[31,17,22,25],[31,19,22,27],[32,10,23,20,"description"],[32,21,23,31],[32,23,23,33],[32,49,23,59],[33,10,24,20,"params"],[33,16,24,26],[33,18,24,28],[33,19,25,24],[34,12,26,28,"name"],[34,16,26,32],[34,18,26,34],[34,30,26,46],[35,12,27,28],[36,12,28,28,"type"],[36,16,28,32],[36,18,28,34],[37,10,29,24],[37,11,29,25],[37,13,30,24],[38,12,31,28,"name"],[38,16,31,32],[38,18,31,34],[38,23,31,39],[39,12,32,28],[40,12,33,28,"type"],[40,16,33,32],[40,18,33,34],[41,10,34,24],[41,11,34,25],[41,12,35,21],[42,10,36,20],[43,10,37,20,"type"],[43,14,37,24],[43,16,37,26],[44,8,38,16],[45,6,39,12],[45,7,39,13],[46,6,40,12,"version"],[46,13,40,19],[46,15,40,21],[47,4,41,8],[47,5,41,9],[48,2,43,0],[48,3,43,1],[49,0,43,2],[49,3]],"functionMap":{"names":["<global>"],"mappings":"AAA"},"hasCjsExports":false},"type":"js/module"}]}
|
||||
+1
@@ -0,0 +1 @@
|
||||
{"dependencies":[{"name":"./concatMap","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":40,"index":40}}],"key":"uwEilDrHwCEtjJpAdpn7rFPJ3ac=","exportNames":["*"],"imports":1}},{"name":"../util/isFunction","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":2,"column":0,"index":41},"end":{"line":2,"column":48,"index":89}}],"key":"hDSBcrJA+bPVFBxauGmnJGfA+Ak=","exportNames":["*"],"imports":1}}],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n Object.defineProperty(exports, '__esModule', {\n value: true\n });\n exports.concatMapTo = concatMapTo;\n var _concatMap = require(_dependencyMap[0], \"./concatMap\");\n var _utilIsFunction = require(_dependencyMap[1], \"../util/isFunction\");\n function concatMapTo(innerObservable, resultSelector) {\n return (0, _utilIsFunction.isFunction)(resultSelector) ? (0, _concatMap.concatMap)(function () {\n return innerObservable;\n }, resultSelector) : (0, _concatMap.concatMap)(function () {\n return innerObservable;\n });\n }\n});","lineCount":17,"map":[[7,2,3,0,"exports"],[7,9,3,0],[7,10,3,0,"concatMapTo"],[7,21,3,0],[7,24,3,0,"concatMapTo"],[7,35,3,0],[8,2,1,0],[8,6,1,0,"_concatMap"],[8,16,1,0],[8,19,1,0,"require"],[8,26,1,0],[8,27,1,0,"_dependencyMap"],[8,41,1,0],[9,2,2,0],[9,6,2,0,"_utilIsFunction"],[9,21,2,0],[9,24,2,0,"require"],[9,31,2,0],[9,32,2,0,"_dependencyMap"],[9,46,2,0],[10,2,3,7],[10,11,3,16,"concatMapTo"],[10,22,3,27,"concatMapTo"],[10,23,3,28,"innerObservable"],[10,38,3,43],[10,40,3,45,"resultSelector"],[10,54,3,59],[10,56,3,61],[11,4,4,4],[11,11,4,11],[11,15,4,11,"isFunction"],[11,30,4,21],[11,31,4,21,"isFunction"],[11,41,4,21],[11,43,4,22,"resultSelector"],[11,57,4,36],[11,58,4,37],[11,61,4,40],[11,65,4,40,"concatMap"],[11,75,4,49],[11,76,4,49,"concatMap"],[11,85,4,49],[11,87,4,50],[11,99,4,62],[12,6,4,64],[12,13,4,71,"innerObservable"],[12,28,4,86],[13,4,4,88],[13,5,4,89],[13,7,4,91,"resultSelector"],[13,21,4,105],[13,22,4,106],[13,25,4,109],[13,29,4,109,"concatMap"],[13,39,4,118],[13,40,4,118,"concatMap"],[13,49,4,118],[13,51,4,119],[13,63,4,131],[14,6,4,133],[14,13,4,140,"innerObservable"],[14,28,4,155],[15,4,4,157],[15,5,4,158],[15,6,4,159],[16,2,5,0],[17,0,5,1],[17,3]],"functionMap":{"names":["<global>","concatMapTo","concatMap$argument_0"],"mappings":"AAA;OCE;kDCC,uCD,8BC,uCD;CDC"},"hasCjsExports":false},"type":"js/module"}]}
|
||||
+1
File diff suppressed because one or more lines are too long
+1
@@ -0,0 +1 @@
|
||||
{"dependencies":[{"name":"./substrate.js","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":43,"index":43}}],"key":"CaachqaTutKXQR5QQGMZassjdow=","exportNames":["*"],"imports":1}}],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n Object.defineProperty(exports, '__esModule', {\n value: true\n });\n exports.getStorage = getStorage;\n var _substrateJs = require(_dependencyMap[0], \"./substrate.js\");\n /** @internal */\n function getStorage(registry) {\n const storage = {};\n const entries = Object.entries(_substrateJs.substrate);\n for (let e = 0, count = entries.length; e < count; e++) {\n storage[entries[e][0]] = entries[e][1](registry);\n }\n return {\n substrate: storage\n };\n }\n});","lineCount":20,"map":[[7,2,3,0,"exports"],[7,9,3,0],[7,10,3,0,"getStorage"],[7,20,3,0],[7,23,3,0,"getStorage"],[7,33,3,0],[8,2,1,0],[8,6,1,0,"_substrateJs"],[8,18,1,0],[8,21,1,0,"require"],[8,28,1,0],[8,29,1,0,"_dependencyMap"],[8,43,1,0],[9,2,2,0],[10,2,3,7],[10,11,3,16,"getStorage"],[10,21,3,26,"getStorage"],[10,22,3,27,"registry"],[10,30,3,35],[10,32,3,37],[11,4,4,4],[11,10,4,10,"storage"],[11,17,4,17],[11,20,4,20],[11,21,4,21],[11,22,4,22],[12,4,5,4],[12,10,5,10,"entries"],[12,17,5,17],[12,20,5,20,"Object"],[12,26,5,26],[12,27,5,27,"entries"],[12,34,5,34],[12,35,5,35,"substrate"],[12,47,5,44],[12,48,5,44,"substrate"],[12,57,5,44],[12,58,5,45],[13,4,6,4],[13,9,6,9],[13,13,6,13,"e"],[13,14,6,14],[13,17,6,17],[13,18,6,18],[13,20,6,20,"count"],[13,25,6,25],[13,28,6,28,"entries"],[13,35,6,35],[13,36,6,36,"length"],[13,42,6,42],[13,44,6,44,"e"],[13,45,6,45],[13,48,6,48,"count"],[13,53,6,53],[13,55,6,55,"e"],[13,56,6,56],[13,58,6,58],[13,60,6,60],[14,6,7,8,"storage"],[14,13,7,15],[14,14,7,16,"entries"],[14,21,7,23],[14,22,7,24,"e"],[14,23,7,25],[14,24,7,26],[14,25,7,27],[14,26,7,28],[14,27,7,29],[14,28,7,30],[14,31,7,33,"entries"],[14,38,7,40],[14,39,7,41,"e"],[14,40,7,42],[14,41,7,43],[14,42,7,44],[14,43,7,45],[14,44,7,46],[14,45,7,47,"registry"],[14,53,7,55],[14,54,7,56],[15,4,8,4],[16,4,9,4],[16,11,9,11],[17,6,9,13,"substrate"],[17,15,9,22],[17,17,9,24,"storage"],[18,4,9,32],[18,5,9,33],[19,2,10,0],[20,0,10,1],[20,3]],"functionMap":{"names":["<global>","getStorage"],"mappings":"AAA;OCE;CDO"},"hasCjsExports":false},"type":"js/module"}]}
|
||||
+1
@@ -0,0 +1 @@
|
||||
{"dependencies":[],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n 'use strict';\n\n Object.defineProperty(exports, \"__esModule\", {\n value: true\n });\n exports.default = sizing;\n var prefixes = ['-webkit-', '-moz-', ''];\n var properties = {\n maxHeight: true,\n maxWidth: true,\n width: true,\n height: true,\n columnWidth: true,\n minWidth: true,\n minHeight: true\n };\n var values = {\n 'min-content': true,\n 'max-content': true,\n 'fill-available': true,\n 'fit-content': true,\n 'contain-floats': true\n };\n function sizing(property, value) {\n if (properties.hasOwnProperty(property) && values.hasOwnProperty(value)) {\n return prefixes.map(function (prefix) {\n return prefix + value;\n });\n }\n }\n});","lineCount":32,"map":[[2,2,1,0],[2,14,1,12],[4,2,3,0,"Object"],[4,8,3,6],[4,9,3,7,"defineProperty"],[4,23,3,21],[4,24,3,22,"exports"],[4,31,3,29],[4,33,3,31],[4,45,3,43],[4,47,3,45],[5,4,4,2,"value"],[5,9,4,7],[5,11,4,9],[6,2,5,0],[6,3,5,1],[6,4,5,2],[7,2,6,0,"exports"],[7,9,6,7],[7,10,6,8,"default"],[7,17,6,15],[7,20,6,18,"sizing"],[7,26,6,24],[8,2,7,0],[8,6,7,4,"prefixes"],[8,14,7,12],[8,17,7,15],[8,18,7,16],[8,28,7,26],[8,30,7,28],[8,37,7,35],[8,39,7,37],[8,41,7,39],[8,42,7,40],[9,2,9,0],[9,6,9,4,"properties"],[9,16,9,14],[9,19,9,17],[10,4,10,2,"maxHeight"],[10,13,10,11],[10,15,10,13],[10,19,10,17],[11,4,11,2,"maxWidth"],[11,12,11,10],[11,14,11,12],[11,18,11,16],[12,4,12,2,"width"],[12,9,12,7],[12,11,12,9],[12,15,12,13],[13,4,13,2,"height"],[13,10,13,8],[13,12,13,10],[13,16,13,14],[14,4,14,2,"columnWidth"],[14,15,14,13],[14,17,14,15],[14,21,14,19],[15,4,15,2,"minWidth"],[15,12,15,10],[15,14,15,12],[15,18,15,16],[16,4,16,2,"minHeight"],[16,13,16,11],[16,15,16,13],[17,2,17,0],[17,3,17,1],[18,2,18,0],[18,6,18,4,"values"],[18,12,18,10],[18,15,18,13],[19,4,19,2],[19,17,19,15],[19,19,19,17],[19,23,19,21],[20,4,20,2],[20,17,20,15],[20,19,20,17],[20,23,20,21],[21,4,21,2],[21,20,21,18],[21,22,21,20],[21,26,21,24],[22,4,22,2],[22,17,22,15],[22,19,22,17],[22,23,22,21],[23,4,23,2],[23,20,23,18],[23,22,23,20],[24,2,24,0],[24,3,24,1],[25,2,26,0],[25,11,26,9,"sizing"],[25,17,26,15,"sizing"],[25,18,26,16,"property"],[25,26,26,24],[25,28,26,26,"value"],[25,33,26,31],[25,35,26,33],[26,4,27,2],[26,8,27,6,"properties"],[26,18,27,16],[26,19,27,17,"hasOwnProperty"],[26,33,27,31],[26,34,27,32,"property"],[26,42,27,40],[26,43,27,41],[26,47,27,45,"values"],[26,53,27,51],[26,54,27,52,"hasOwnProperty"],[26,68,27,66],[26,69,27,67,"value"],[26,74,27,72],[26,75,27,73],[26,77,27,75],[27,6,28,4],[27,13,28,11,"prefixes"],[27,21,28,19],[27,22,28,20,"map"],[27,25,28,23],[27,26,28,24],[27,36,28,34,"prefix"],[27,42,28,40],[27,44,28,42],[28,8,29,6],[28,15,29,13,"prefix"],[28,21,29,19],[28,24,29,22,"value"],[28,29,29,27],[29,6,30,4],[29,7,30,5],[29,8,30,6],[30,4,31,2],[31,2,32,0],[32,0,32,1],[32,3]],"functionMap":{"names":["<global>","sizing","prefixes.map$argument_0"],"mappings":"AAA;ACyB;wBCE;KDE"},"hasCjsExports":true},"type":"js/module"}]}
|
||||
+1
File diff suppressed because one or more lines are too long
+1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user