textiot
Version:
A framework for building web and native (IoT) Dapps on the IPFS network
52 lines (51 loc) • 1.91 kB
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.contacts = void 0;
var contacts;
(function (contacts) {
contacts.search = {
id: 'id',
date: '2019-03-20T20:29:37.981888051Z',
value: {
'@type': '/Contact',
'address': 'address',
'name': 'displayname',
'avatar': 'avatar',
'peers': [
{
id: 'id',
address: 'address',
name: 'displayname',
avatar: 'avatar',
inboxes: [
{
peer: 'peer',
address: 'address',
api: 'v0',
protocol: '/textile/cafe/1.0.0',
node: '1.0.0-rc33',
url: 'http://xx.xxx.xxx.xx:40601',
swarm: [
'/ip4/xx.xxx.xxx.xx/tcp/4001'
]
},
{
peer: 'peer',
address: 'address',
api: 'v0',
protocol: '/textile/cafe/1.0.0',
node: '1.0.0-rc28',
url: 'http://127.0.0.1:42601',
swarm: [
'/ip4/127.0.0.1/tcp/5789'
]
}
],
created: '2019-01-18T16:17:35.902912Z',
updated: '2019-03-20T20:29:37.981888051Z'
}
]
}
};
contacts.contact = Object.assign(Object.assign({}, contacts.search.value), { threads: [] });
})(contacts = exports.contacts || (exports.contacts = {}));
;