auto-commit for 4c084561-1938-4dad-bd1d-79fbb858f837

This commit is contained in:
emergent-agent-e1
2025-11-08 10:06:45 +00:00
parent b54a3f8321
commit e576e8b1ef
2779 changed files with 2779 additions and 0 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
{"dependencies":[{"name":"./validate.js","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":4,"column":22,"index":130},"end":{"line":4,"column":46,"index":154}}],"key":"qe2Uxmo/WbgG0hl9lWMaTIOtGSI=","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.isAddress = isAddress;\n var validate_js_1 = require(_dependencyMap[0], \"./validate.js\");\n function isAddress(address, ignoreChecksum, ss58Format) {\n try {\n return (0, validate_js_1.validateAddress)(address, ignoreChecksum, ss58Format);\n } catch {\n return false;\n }\n }\n});","lineCount":16,"map":[[2,2,1,0],[2,14,1,12],[4,2,2,0,"Object"],[4,8,2,6],[4,9,2,7,"defineProperty"],[4,23,2,21],[4,24,2,22,"exports"],[4,31,2,29],[4,33,2,31],[4,45,2,43],[4,47,2,45],[5,4,2,47,"value"],[5,9,2,52],[5,11,2,54],[6,2,2,59],[6,3,2,60],[6,4,2,61],[7,2,3,0,"exports"],[7,9,3,7],[7,10,3,8,"isAddress"],[7,19,3,17],[7,22,3,20,"isAddress"],[7,31,3,29],[8,2,4,0],[8,6,4,6,"validate_js_1"],[8,19,4,19],[8,22,4,22,"require"],[8,29,4,29],[8,30,4,29,"_dependencyMap"],[8,44,4,29],[8,64,4,45],[8,65,4,46],[9,2,5,0],[9,11,5,9,"isAddress"],[9,20,5,18,"isAddress"],[9,21,5,19,"address"],[9,28,5,26],[9,30,5,28,"ignoreChecksum"],[9,44,5,42],[9,46,5,44,"ss58Format"],[9,56,5,54],[9,58,5,56],[10,4,6,4],[10,8,6,8],[11,6,7,8],[11,13,7,15],[11,14,7,16],[11,15,7,17],[11,17,7,19,"validate_js_1"],[11,30,7,32],[11,31,7,33,"validateAddress"],[11,46,7,48],[11,48,7,50,"address"],[11,55,7,57],[11,57,7,59,"ignoreChecksum"],[11,71,7,73],[11,73,7,75,"ss58Format"],[11,83,7,85],[11,84,7,86],[12,4,8,4],[12,5,8,5],[12,6,9,4],[12,12,9,10],[13,6,10,8],[13,13,10,15],[13,18,10,20],[14,4,11,4],[15,2,12,0],[16,0,12,1],[16,3]],"functionMap":{"names":["<global>","isAddress"],"mappings":"AAA;ACI;CDO"},"hasCjsExports":true},"type":"js/module"}]}
@@ -0,0 +1 @@
{"dependencies":[{"name":"../../Utilities/Platform","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":11,"column":0},"end":{"line":11,"column":48}}],"key":"/m0HqCpVZ4yItbJJaw+YeR/qFWU=","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 function _interopDefault(e) {\n return e && e.__esModule ? e : {\n default: e\n };\n }\n Object.defineProperty(exports, \"default\", {\n enumerable: true,\n get: function () {\n return _default;\n }\n });\n var _UtilitiesPlatform = require(_dependencyMap[0], \"../../Utilities/Platform\");\n var Platform = _interopDefault(_UtilitiesPlatform);\n function processDecelerationRate(decelerationRate) {\n if (decelerationRate === 'normal') {\n return Platform.default.select({\n ios: 0.998,\n android: 0.985\n });\n } else if (decelerationRate === 'fast') {\n return Platform.default.select({\n ios: 0.99,\n android: 0.9\n });\n }\n return decelerationRate;\n }\n var _default = processDecelerationRate;\n});","lineCount":35,"map":[[12,2,30,0,"Object"],[12,8,30,0],[12,9,30,0,"defineProperty"],[12,23,30,0],[12,24,30,0,"exports"],[12,31,30,0],[13,4,30,0,"enumerable"],[13,14,30,0],[14,4,30,0,"get"],[14,7,30,0],[14,18,30,0,"get"],[14,19,30,0],[15,6,30,0],[15,13,30,0,"_default"],[15,21,30,0],[16,4,30,0],[17,2,30,0],[18,2,11,0],[18,6,11,0,"_UtilitiesPlatform"],[18,24,11,0],[18,27,11,0,"require"],[18,34,11,0],[18,35,11,0,"_dependencyMap"],[18,49,11,0],[19,2,11,0],[19,6,11,0,"Platform"],[19,14,11,0],[19,17,11,0,"_interopDefault"],[19,32,11,0],[19,33,11,0,"_UtilitiesPlatform"],[19,51,11,0],[20,2,13,0],[20,11,13,9,"processDecelerationRate"],[20,34,13,32,"processDecelerationRate"],[20,35,14,2,"decelerationRate"],[20,51,14,46],[20,53,15,10],[21,4,16,2],[21,8,16,6,"decelerationRate"],[21,24,16,22],[21,29,16,27],[21,37,16,35],[21,39,16,37],[22,6,17,4],[22,13,17,11,"Platform"],[22,21,17,19],[22,22,17,19,"default"],[22,29,17,19],[22,30,17,20,"select"],[22,36,17,26],[22,37,17,27],[23,8,18,6,"ios"],[23,11,18,9],[23,13,18,11],[23,18,18,16],[24,8,19,6,"android"],[24,15,19,13],[24,17,19,15],[25,6,20,4],[25,7,20,5],[25,8,20,6],[26,4,21,2],[26,5,21,3],[26,11,21,9],[26,15,21,13,"decelerationRate"],[26,31,21,29],[26,36,21,34],[26,42,21,40],[26,44,21,42],[27,6,22,4],[27,13,22,11,"Platform"],[27,21,22,19],[27,22,22,19,"default"],[27,29,22,19],[27,30,22,20,"select"],[27,36,22,26],[27,37,22,27],[28,8,23,6,"ios"],[28,11,23,9],[28,13,23,11],[28,17,23,15],[29,8,24,6,"android"],[29,15,24,13],[29,17,24,15],[30,6,25,4],[30,7,25,5],[30,8,25,6],[31,4,26,2],[32,4,27,2],[32,11,27,9,"decelerationRate"],[32,27,27,25],[33,2,28,0],[34,2,30,0],[34,6,30,0,"_default"],[34,14,30,0],[34,17,30,15,"processDecelerationRate"],[34,40,30,38],[35,0,30,39],[35,3]],"functionMap":{"names":["<global>","processDecelerationRate"],"mappings":"AAA;ACY;CDe"},"hasCjsExports":false},"type":"js/module"}]}
@@ -0,0 +1 @@
{"dependencies":[{"name":"./Api.js","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":4,"column":15,"index":137},"end":{"line":4,"column":34,"index":156}}],"key":"0d1keS3kxHKBo1uw1eIzoJuwS7k=","exportNames":["*"],"imports":1}},{"name":"./decorateMethod.js","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":6,"column":26,"index":292},"end":{"line":6,"column":56,"index":322}}],"key":"UpHug+leW+HiuYrFQEdxS5jlXD8=","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.toRxMethod = exports.ApiRx = void 0;\n var Api_js_1 = require(_dependencyMap[0], \"./Api.js\");\n Object.defineProperty(exports, \"ApiRx\", {\n enumerable: true,\n get: function () {\n return Api_js_1.ApiRx;\n }\n });\n var decorateMethod_js_1 = require(_dependencyMap[1], \"./decorateMethod.js\");\n Object.defineProperty(exports, \"toRxMethod\", {\n enumerable: true,\n get: function () {\n return decorateMethod_js_1.toRxMethod;\n }\n });\n});","lineCount":22,"map":[[2,2,1,0],[2,14,1,12],[4,2,2,0,"Object"],[4,8,2,6],[4,9,2,7,"defineProperty"],[4,23,2,21],[4,24,2,22,"exports"],[4,31,2,29],[4,33,2,31],[4,45,2,43],[4,47,2,45],[5,4,2,47,"value"],[5,9,2,52],[5,11,2,54],[6,2,2,59],[6,3,2,60],[6,4,2,61],[7,2,3,0,"exports"],[7,9,3,7],[7,10,3,8,"toRxMethod"],[7,20,3,18],[7,23,3,21,"exports"],[7,30,3,28],[7,31,3,29,"ApiRx"],[7,36,3,34],[7,39,3,37],[7,44,3,42],[7,45,3,43],[8,2,4,0],[8,6,4,4,"Api_js_1"],[8,14,4,12],[8,17,4,15,"require"],[8,24,4,22],[8,25,4,22,"_dependencyMap"],[8,39,4,22],[8,54,4,33],[8,55,4,34],[9,2,5,0,"Object"],[9,8,5,6],[9,9,5,7,"defineProperty"],[9,23,5,21],[9,24,5,22,"exports"],[9,31,5,29],[9,33,5,31],[9,40,5,38],[9,42,5,40],[10,4,5,42,"enumerable"],[10,14,5,52],[10,16,5,54],[10,20,5,58],[11,4,5,60,"get"],[11,7,5,63],[11,9,5,65],[11,18,5,65,"get"],[11,19,5,65],[11,21,5,77],[12,6,5,79],[12,13,5,86,"Api_js_1"],[12,21,5,94],[12,22,5,95,"ApiRx"],[12,27,5,100],[13,4,5,102],[14,2,5,104],[14,3,5,105],[14,4,5,106],[15,2,6,0],[15,6,6,4,"decorateMethod_js_1"],[15,25,6,23],[15,28,6,26,"require"],[15,35,6,33],[15,36,6,33,"_dependencyMap"],[15,50,6,33],[15,76,6,55],[15,77,6,56],[16,2,7,0,"Object"],[16,8,7,6],[16,9,7,7,"defineProperty"],[16,23,7,21],[16,24,7,22,"exports"],[16,31,7,29],[16,33,7,31],[16,45,7,43],[16,47,7,45],[17,4,7,47,"enumerable"],[17,14,7,57],[17,16,7,59],[17,20,7,63],[18,4,7,65,"get"],[18,7,7,68],[18,9,7,70],[18,18,7,70,"get"],[18,19,7,70],[18,21,7,82],[19,6,7,84],[19,13,7,91,"decorateMethod_js_1"],[19,32,7,110],[19,33,7,111,"toRxMethod"],[19,43,7,121],[20,4,7,123],[21,2,7,125],[21,3,7,126],[21,4,7,127],[22,0,7,128],[22,3]],"functionMap":{"names":["<global>","Object.defineProperty$argument_2.get"],"mappings":"AAA;iECI,sCD;sECE,sDD"},"hasCjsExports":true},"type":"js/module"}]}
@@ -0,0 +1 @@
{"dependencies":[{"name":"./mergeMap","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":4,"column":17,"index":121},"end":{"line":4,"column":38,"index":142}}],"key":"xUEiDjtbuNGI7h/MLeXAPYyG/mI=","exportNames":["*"],"imports":1}},{"name":"../util/identity","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":5,"column":17,"index":161},"end":{"line":5,"column":44,"index":188}}],"key":"7G8t17UjdLz+1vgZc9hnV806JUk=","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.mergeAll = void 0;\n var mergeMap_1 = require(_dependencyMap[0], \"./mergeMap\");\n var identity_1 = require(_dependencyMap[1], \"../util/identity\");\n function mergeAll(concurrent) {\n if (concurrent === void 0) {\n concurrent = Infinity;\n }\n return mergeMap_1.mergeMap(identity_1.identity, concurrent);\n }\n exports.mergeAll = mergeAll;\n});","lineCount":17,"map":[[2,2,1,0],[2,14,1,12],[4,2,2,0,"Object"],[4,8,2,6],[4,9,2,7,"defineProperty"],[4,23,2,21],[4,24,2,22,"exports"],[4,31,2,29],[4,33,2,31],[4,45,2,43],[4,47,2,45],[5,4,2,47,"value"],[5,9,2,52],[5,11,2,54],[6,2,2,59],[6,3,2,60],[6,4,2,61],[7,2,3,0,"exports"],[7,9,3,7],[7,10,3,8,"mergeAll"],[7,18,3,16],[7,21,3,19],[7,26,3,24],[7,27,3,25],[8,2,4,0],[8,6,4,4,"mergeMap_1"],[8,16,4,14],[8,19,4,17,"require"],[8,26,4,24],[8,27,4,24,"_dependencyMap"],[8,41,4,24],[8,58,4,37],[8,59,4,38],[9,2,5,0],[9,6,5,4,"identity_1"],[9,16,5,14],[9,19,5,17,"require"],[9,26,5,24],[9,27,5,24,"_dependencyMap"],[9,41,5,24],[9,64,5,43],[9,65,5,44],[10,2,6,0],[10,11,6,9,"mergeAll"],[10,19,6,17,"mergeAll"],[10,20,6,18,"concurrent"],[10,30,6,28],[10,32,6,30],[11,4,7,4],[11,8,7,8,"concurrent"],[11,18,7,18],[11,23,7,23],[11,28,7,28],[11,29,7,29],[11,31,7,31],[12,6,7,33,"concurrent"],[12,16,7,43],[12,19,7,46,"Infinity"],[12,27,7,54],[13,4,7,56],[14,4,8,4],[14,11,8,11,"mergeMap_1"],[14,21,8,21],[14,22,8,22,"mergeMap"],[14,30,8,30],[14,31,8,31,"identity_1"],[14,41,8,41],[14,42,8,42,"identity"],[14,50,8,50],[14,52,8,52,"concurrent"],[14,62,8,62],[14,63,8,63],[15,2,9,0],[16,2,10,0,"exports"],[16,9,10,7],[16,10,10,8,"mergeAll"],[16,18,10,16],[16,21,10,19,"mergeAll"],[16,29,10,27],[17,0,10,28],[17,3]],"functionMap":{"names":["<global>","mergeAll"],"mappings":"AAA;ACK;CDG"},"hasCjsExports":true},"type":"js/module"}]}
@@ -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.runtime = void 0;\n exports.runtime = {\n FungiblesApi: [{\n methods: {\n query_account_balances: {\n description: 'Returns the list of all `MultiAsset` that an `AccountId` has',\n params: [{\n name: 'account',\n type: 'AccountId'\n }],\n type: 'Result<Vec<XcmV3MultiAsset>, FungiblesAccessError>'\n }\n },\n version: 1\n }, {\n methods: {\n query_account_balances: {\n description: 'Returns the list of all `MultiAsset` that an `AccountId` has',\n params: [{\n name: 'account',\n type: 'AccountId'\n }],\n type: 'Result<XcmVersionedAssets, FungiblesAccessError>'\n }\n },\n version: 2\n }]\n };\n});","lineCount":35,"map":[[2,2,1,0],[2,14,1,12],[4,2,2,0,"Object"],[4,8,2,6],[4,9,2,7,"defineProperty"],[4,23,2,21],[4,24,2,22,"exports"],[4,31,2,29],[4,33,2,31],[4,45,2,43],[4,47,2,45],[5,4,2,47,"value"],[5,9,2,52],[5,11,2,54],[6,2,2,59],[6,3,2,60],[6,4,2,61],[7,2,3,0,"exports"],[7,9,3,7],[7,10,3,8,"runtime"],[7,17,3,15],[7,20,3,18],[7,25,3,23],[7,26,3,24],[8,2,4,0,"exports"],[8,9,4,7],[8,10,4,8,"runtime"],[8,17,4,15],[8,20,4,18],[9,4,5,4,"FungiblesApi"],[9,16,5,16],[9,18,5,18],[9,19,6,8],[10,6,7,12,"methods"],[10,13,7,19],[10,15,7,21],[11,8,8,16,"query_account_balances"],[11,30,8,38],[11,32,8,40],[12,10,9,20,"description"],[12,21,9,31],[12,23,9,33],[12,85,9,95],[13,10,10,20,"params"],[13,16,10,26],[13,18,10,28],[13,19,11,24],[14,12,12,28,"name"],[14,16,12,32],[14,18,12,34],[14,27,12,43],[15,12,13,28,"type"],[15,16,13,32],[15,18,13,34],[16,10,14,24],[16,11,14,25],[16,12,15,21],[17,10,16,20,"type"],[17,14,16,24],[17,16,16,26],[18,8,17,16],[19,6,18,12],[19,7,18,13],[20,6,19,12,"version"],[20,13,19,19],[20,15,19,21],[21,4,20,8],[21,5,20,9],[21,7,21,8],[22,6,22,12,"methods"],[22,13,22,19],[22,15,22,21],[23,8,23,16,"query_account_balances"],[23,30,23,38],[23,32,23,40],[24,10,24,20,"description"],[24,21,24,31],[24,23,24,33],[24,85,24,95],[25,10,25,20,"params"],[25,16,25,26],[25,18,25,28],[25,19,26,24],[26,12,27,28,"name"],[26,16,27,32],[26,18,27,34],[26,27,27,43],[27,12,28,28,"type"],[27,16,28,32],[27,18,28,34],[28,10,29,24],[28,11,29,25],[28,12,30,21],[29,10,31,20,"type"],[29,14,31,24],[29,16,31,26],[30,8,32,16],[31,6,33,12],[31,7,33,13],[32,6,34,12,"version"],[32,13,34,19],[32,15,34,21],[33,4,35,8],[33,5,35,9],[34,2,37,0],[34,3,37,1],[35,0,37,2],[35,3]],"functionMap":{"names":["<global>"],"mappings":"AAA"},"hasCjsExports":true},"type":"js/module"}]}