@xyo-network/api 2.41.11 → 2.41.12

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 (88) hide show
  1. package/dist/cjs/Api/Addresses/Address/Api.d.ts +1 -1
  2. package/dist/cjs/Api/Addresses/Address/Api.d.ts.map +1 -1
  3. package/dist/cjs/Api/Addresses/Address/Api.js.map +1 -1
  4. package/dist/cjs/Api/Addresses/Api.d.ts +2 -2
  5. package/dist/cjs/Api/Addresses/Api.d.ts.map +1 -1
  6. package/dist/cjs/Api/Addresses/Api.js.map +1 -1
  7. package/dist/cjs/Api/Addresses/index.d.ts +0 -2
  8. package/dist/cjs/Api/Addresses/index.d.ts.map +1 -1
  9. package/dist/cjs/Api/Addresses/index.js +0 -2
  10. package/dist/cjs/Api/Addresses/index.js.map +1 -1
  11. package/dist/cjs/Api/Api.d.ts +10 -16
  12. package/dist/cjs/Api/Api.d.ts.map +1 -1
  13. package/dist/cjs/Api/Api.js +2 -16
  14. package/dist/cjs/Api/Api.js.map +1 -1
  15. package/dist/cjs/Api/Archive/Settings/Key/Api.d.ts +0 -1
  16. package/dist/cjs/Api/Archive/Settings/Key/Api.d.ts.map +1 -1
  17. package/dist/cjs/Api/Archive/Settings/Key/Api.js +0 -3
  18. package/dist/cjs/Api/Archive/Settings/Key/Api.js.map +1 -1
  19. package/dist/cjs/Archivist/XyoRemoteArchivist.d.ts +1 -1
  20. package/dist/cjs/Archivist/XyoRemoteArchivist.d.ts.map +1 -1
  21. package/dist/cjs/Diviner/AddressHistoryDiviner/XyoRemoteAddressHistoryDiviner.d.ts +1 -1
  22. package/dist/cjs/Diviner/AddressHistoryDiviner/XyoRemoteAddressHistoryDiviner.d.ts.map +1 -1
  23. package/dist/docs.json +7508 -6698
  24. package/dist/esm/Api/Addresses/Address/Api.d.ts +1 -1
  25. package/dist/esm/Api/Addresses/Address/Api.d.ts.map +1 -1
  26. package/dist/esm/Api/Addresses/Address/Api.js.map +1 -1
  27. package/dist/esm/Api/Addresses/Api.d.ts +2 -2
  28. package/dist/esm/Api/Addresses/Api.d.ts.map +1 -1
  29. package/dist/esm/Api/Addresses/Api.js.map +1 -1
  30. package/dist/esm/Api/Addresses/index.d.ts +0 -2
  31. package/dist/esm/Api/Addresses/index.d.ts.map +1 -1
  32. package/dist/esm/Api/Addresses/index.js +0 -2
  33. package/dist/esm/Api/Addresses/index.js.map +1 -1
  34. package/dist/esm/Api/Api.d.ts +10 -16
  35. package/dist/esm/Api/Api.d.ts.map +1 -1
  36. package/dist/esm/Api/Api.js +3 -14
  37. package/dist/esm/Api/Api.js.map +1 -1
  38. package/dist/esm/Api/Archive/Settings/Key/Api.d.ts +0 -1
  39. package/dist/esm/Api/Archive/Settings/Key/Api.d.ts.map +1 -1
  40. package/dist/esm/Api/Archive/Settings/Key/Api.js +0 -6
  41. package/dist/esm/Api/Archive/Settings/Key/Api.js.map +1 -1
  42. package/dist/esm/Archivist/XyoRemoteArchivist.d.ts +1 -1
  43. package/dist/esm/Archivist/XyoRemoteArchivist.d.ts.map +1 -1
  44. package/dist/esm/Diviner/AddressHistoryDiviner/XyoRemoteAddressHistoryDiviner.d.ts +1 -1
  45. package/dist/esm/Diviner/AddressHistoryDiviner/XyoRemoteAddressHistoryDiviner.d.ts.map +1 -1
  46. package/package.json +13 -13
  47. package/src/Api/Account/Api.spec.ts +20 -31
  48. package/src/Api/Addresses/Address/Api.spec.ts +4 -5
  49. package/src/Api/Addresses/Address/Api.ts +1 -1
  50. package/src/Api/Addresses/Api.spec.ts +12 -10
  51. package/src/Api/Addresses/Api.ts +2 -2
  52. package/src/Api/Addresses/index.ts +0 -2
  53. package/src/Api/Api.spec.ts +11 -201
  54. package/src/Api/Api.ts +8 -25
  55. package/src/Api/ApiUtil.spec.ts +17 -2
  56. package/src/Api/Archive/Api.spec.ts +22 -0
  57. package/src/Api/Archive/Settings/Key/Api.spec.ts +39 -0
  58. package/src/Api/Archive/Settings/Key/Api.ts +1 -8
  59. package/src/Api/Archives/Api.spec.ts +12 -0
  60. package/src/Api/Block/Api.spec.ts +57 -0
  61. package/src/Api/Payload/Api.spec.ts +14 -36
  62. package/src/Api/Payload/Schema/Api.spec.ts +1 -2
  63. package/src/Archivist/XyoRemoteArchivist.spec.ts +10 -8
  64. package/src/Diviner/AddressHistoryDiviner/XyoRemoteAddressHistoryDiviner.spec.ts +12 -12
  65. package/src/Diviner/ArchiveListApiDiviner/ArchiveListApiDiviner.spec.ts +2 -9
  66. package/src/Diviner/LocationDiviner/LocationDivinerApi.spec.ts +17 -34
  67. package/src/Diviner/SchemaListApiDiviner/SchemaListApiDiviner.spec.ts +1 -5
  68. package/src/Diviner/SchemaStatsApiDiviner/SchemaStatsApiDiviner.spec.ts +2 -9
  69. package/src/User/Api.spec.ts +4 -10
  70. package/typedoc.json +1 -1
  71. package/dist/cjs/Api/Addresses/ModuleDescription.d.ts +0 -5
  72. package/dist/cjs/Api/Addresses/ModuleDescription.d.ts.map +0 -1
  73. package/dist/cjs/Api/Addresses/ModuleDescription.js +0 -3
  74. package/dist/cjs/Api/Addresses/ModuleDescription.js.map +0 -1
  75. package/dist/cjs/Api/Addresses/NodeModuleDescription.d.ts +0 -5
  76. package/dist/cjs/Api/Addresses/NodeModuleDescription.d.ts.map +0 -1
  77. package/dist/cjs/Api/Addresses/NodeModuleDescription.js +0 -3
  78. package/dist/cjs/Api/Addresses/NodeModuleDescription.js.map +0 -1
  79. package/dist/esm/Api/Addresses/ModuleDescription.d.ts +0 -5
  80. package/dist/esm/Api/Addresses/ModuleDescription.d.ts.map +0 -1
  81. package/dist/esm/Api/Addresses/ModuleDescription.js +0 -2
  82. package/dist/esm/Api/Addresses/ModuleDescription.js.map +0 -1
  83. package/dist/esm/Api/Addresses/NodeModuleDescription.d.ts +0 -5
  84. package/dist/esm/Api/Addresses/NodeModuleDescription.d.ts.map +0 -1
  85. package/dist/esm/Api/Addresses/NodeModuleDescription.js +0 -2
  86. package/dist/esm/Api/Addresses/NodeModuleDescription.js.map +0 -1
  87. package/src/Api/Addresses/ModuleDescription.ts +0 -4
  88. package/src/Api/Addresses/NodeModuleDescription.ts +0 -5
@@ -1,7 +1,7 @@
1
- import { XyoAccount } from '@xyo-network/account'
1
+ import { Account } from '@xyo-network/account'
2
2
  import { XyoApiConfig } from '@xyo-network/api-models'
3
3
  import { BoundWitnessWrapper, XyoBoundWitness, XyoBoundWitnessSchema } from '@xyo-network/boundwitness'
4
- import { AddressHistoryQuerySchema, DivinerWrapper } from '@xyo-network/diviner'
4
+ import { AddressHistoryQueryPayload, AddressHistoryQuerySchema, DivinerWrapper } from '@xyo-network/diviner'
5
5
  import { XyoPayloadBuilder } from '@xyo-network/payload'
6
6
 
7
7
  import { XyoArchivistApi } from '../../Api'
@@ -9,14 +9,14 @@ import { XyoRemoteDivinerConfigSchema } from '../XyoRemoteDivinerConfig'
9
9
  import { XyoRemoteAddressHistoryDiviner } from './XyoRemoteAddressHistoryDiviner'
10
10
 
11
11
  const configData: XyoApiConfig = {
12
- apiDomain: process.env.API_DOMAIN || 'https://beta.api.archivist.xyo.network',
13
- onError: (error) => console.error(`Error: ${JSON.stringify(error)}`),
14
- onFailure: (response) => response, //console.error(`Failure: ${response.statusText} [${response.status}] [${JSON.stringify(response.data)}]`),
15
- onSuccess: (response) => response, //console.log(`Success: ${response.statusText} [${response.status}] [${JSON.stringify(response.data)}]`),
12
+ apiDomain: process.env.API_DOMAIN || 'http://locahost:8080',
13
+ onError: (error) => error,
14
+ onFailure: (response) => response,
15
+ onSuccess: (response) => response,
16
16
  }
17
17
 
18
18
  describe('XyoRemoteAddressHistoryDiviner', () => {
19
- const address = new XyoAccount({ phrase: 'test' }).addressValue.hex
19
+ const address = new Account({ phrase: 'test' }).addressValue.hex
20
20
  const api = new XyoArchivistApi(configData)
21
21
  let diviner: XyoRemoteAddressHistoryDiviner
22
22
  beforeAll(async () => {
@@ -26,7 +26,7 @@ describe('XyoRemoteAddressHistoryDiviner', () => {
26
26
  describe('with valid address returns', () => {
27
27
  let result: XyoBoundWitness[]
28
28
  beforeAll(async () => {
29
- const source = new XyoPayloadBuilder({ schema: AddressHistoryQuerySchema }).fields({ address }).build()
29
+ const source = new XyoPayloadBuilder<AddressHistoryQueryPayload>({ schema: AddressHistoryQuerySchema }).fields({ address }).build()
30
30
  result = (await new DivinerWrapper(diviner).divine([source])) as XyoBoundWitness[]
31
31
  expect(result.length).toBeGreaterThan(0)
32
32
  })
@@ -46,11 +46,11 @@ describe('XyoRemoteAddressHistoryDiviner', () => {
46
46
  let result: XyoBoundWitness[]
47
47
  let hash: string
48
48
  beforeAll(async () => {
49
- let source = new XyoPayloadBuilder({ schema: AddressHistoryQuerySchema }).fields({ address }).build()
49
+ let source = new XyoPayloadBuilder<AddressHistoryQueryPayload>({ schema: AddressHistoryQuerySchema }).fields({ address }).build()
50
50
  result = (await new DivinerWrapper(diviner).divine([source])) as XyoBoundWitness[]
51
51
  expect(result.length).toBeGreaterThan(0)
52
52
  hash = new BoundWitnessWrapper(result?.[0]).hash
53
- source = new XyoPayloadBuilder({ schema: AddressHistoryQuerySchema }).fields({ address, offset: hash }).build()
53
+ source = new XyoPayloadBuilder<AddressHistoryQueryPayload>({ schema: AddressHistoryQuerySchema }).fields({ address, offset: hash }).build()
54
54
  result = (await new DivinerWrapper(diviner).divine([source])) as XyoBoundWitness[]
55
55
  expect(result.length).toBeGreaterThan(0)
56
56
  })
@@ -62,7 +62,7 @@ describe('XyoRemoteAddressHistoryDiviner', () => {
62
62
  const limit = 1
63
63
  let result: XyoBoundWitness[]
64
64
  beforeAll(async () => {
65
- const source = new XyoPayloadBuilder({ schema: AddressHistoryQuerySchema }).fields({ address, limit }).build()
65
+ const source = new XyoPayloadBuilder<AddressHistoryQueryPayload>({ schema: AddressHistoryQuerySchema }).fields({ address, limit }).build()
66
66
  result = (await new DivinerWrapper(diviner).divine([source])) as XyoBoundWitness[]
67
67
  expect(result.length).toBeGreaterThan(0)
68
68
  })
@@ -72,7 +72,7 @@ describe('XyoRemoteAddressHistoryDiviner', () => {
72
72
  })
73
73
  describe('with non-existent address', () => {
74
74
  it('returns empty array', async () => {
75
- const source = new XyoPayloadBuilder({ schema: AddressHistoryQuerySchema }).fields({ address: 'foo' }).build()
75
+ const source = new XyoPayloadBuilder<AddressHistoryQueryPayload>({ schema: AddressHistoryQuerySchema }).fields({ address: 'foo' }).build()
76
76
  const result = await new DivinerWrapper(diviner).divine([source])
77
77
  expect(result.length).toBe(0)
78
78
  })
@@ -5,21 +5,14 @@ import { ArchiveListApiDiviner } from './ArchiveListApiDiviner'
5
5
  import { XyoArchiveListApiDivinerConfigSchema, XyoArchiveSchema } from './ArchiveListApiDivinerConfig'
6
6
 
7
7
  const configData: XyoApiConfig = {
8
- apiDomain: process.env.API_DOMAIN || 'https://beta.api.archivist.xyo.network',
8
+ apiDomain: process.env.API_DOMAIN || 'http://locahost:8080',
9
9
  }
10
10
 
11
11
  test('ArchiveListApiDiviner', async () => {
12
12
  const api = new XyoArchivistApi(configData)
13
- const diviner = await ArchiveListApiDiviner.create({
14
- api,
15
- config: { schema: XyoArchiveListApiDivinerConfigSchema },
16
- logger: console,
17
- })
18
-
13
+ const diviner = await ArchiveListApiDiviner.create({ api, config: { schema: XyoArchiveListApiDivinerConfigSchema } })
19
14
  expect(diviner).toBeDefined()
20
-
21
15
  const result = await diviner.divine()
22
-
23
16
  expect(result.length).toBeGreaterThan(0)
24
17
  expect(result[0].schema).toBe(XyoArchiveSchema)
25
18
  })
@@ -1,5 +1,4 @@
1
1
  import { XyoApiConfig } from '@xyo-network/api-models'
2
- import { AxiosError } from 'axios'
3
2
 
4
3
  import { ApiConfig } from './ApiConfig'
5
4
  import { XyoLocationDivinerApi } from './LocationDivinerApi'
@@ -11,8 +10,10 @@ import {
11
10
  } from './Queries'
12
11
  import { LocationWitnessSchema } from './Witnesses'
13
12
 
14
- const config: ApiConfig = {
15
- apiDomain: process.env.LOCATION_API_DOMAIN || 'http://localhost:8082',
13
+ const getLocationApiConfig = (): ApiConfig => {
14
+ return {
15
+ apiDomain: process.env.LOCATION_API_DOMAIN || 'http://localhost:8082',
16
+ }
16
17
  }
17
18
 
18
19
  const getArchiveConfig = (): XyoApiConfig => {
@@ -59,48 +60,30 @@ const describeSkipIfNoDiviner = process.env.LOCATION_API_DOMAIN ? describe : des
59
60
  describeSkipIfNoDiviner('XyoLocationDivinerApi', () => {
60
61
  describe('constructor', () => {
61
62
  it('returns a new XyoLocationDivinerApi', () => {
62
- const api = new XyoLocationDivinerApi(config)
63
+ const api = new XyoLocationDivinerApi(getLocationApiConfig())
63
64
  expect(api).toBeDefined()
64
65
  })
65
66
  })
66
67
  describe('postLocationQuery', () => {
67
68
  it('posts a location heatmap query', async () => {
68
- const api = new XyoLocationDivinerApi(config)
69
- try {
70
- const locationQuery = await api.postLocationQuery(getLocationHeatmapQueryCreationRequest())
71
- const response = await api.getLocationQuery(locationQuery.hash)
72
- expect(response.queryHash).toBe(locationQuery.hash)
73
- } catch (ex) {
74
- const error = ex as AxiosError
75
- console.log(JSON.stringify(error.response?.data, null, 2))
76
- expect(error === undefined)
77
- }
69
+ const api = new XyoLocationDivinerApi(getLocationApiConfig())
70
+ const locationQuery = await api.postLocationQuery(getLocationHeatmapQueryCreationRequest())
71
+ const response = await api.getLocationQuery(locationQuery.hash)
72
+ expect(response.queryHash).toBe(locationQuery.hash)
78
73
  })
79
74
  it('posts a location time range query', async () => {
80
- const api = new XyoLocationDivinerApi(config)
81
- try {
82
- const locationQuery = await api.postLocationQuery(getLocationTimeRangeQueryCreationRequest())
83
- const response = await api.getLocationQuery(locationQuery.hash)
84
- expect(response.queryHash).toBe(locationQuery.hash)
85
- } catch (ex) {
86
- const error = ex as AxiosError
87
- console.log(JSON.stringify(error.response?.data, null, 2))
88
- expect(error === undefined)
89
- }
75
+ const api = new XyoLocationDivinerApi(getLocationApiConfig())
76
+ const locationQuery = await api.postLocationQuery(getLocationTimeRangeQueryCreationRequest())
77
+ const response = await api.getLocationQuery(locationQuery.hash)
78
+ expect(response.queryHash).toBe(locationQuery.hash)
90
79
  })
91
80
  })
92
81
  describe('getLocationQuery', function () {
93
82
  it('gets the status of a previously posted location query', async () => {
94
- const api = new XyoLocationDivinerApi(config)
95
- try {
96
- const locationQuery = await api.postLocationQuery(getLocationTimeRangeQueryCreationRequest())
97
- const response = await api.getLocationQuery(locationQuery.hash)
98
- expect(response.queryHash).toBe(locationQuery.hash)
99
- } catch (ex) {
100
- const error = ex as AxiosError
101
- console.log(JSON.stringify(error.response?.data, null, 2))
102
- expect(error === undefined)
103
- }
83
+ const api = new XyoLocationDivinerApi(getLocationApiConfig())
84
+ const locationQuery = await api.postLocationQuery(getLocationTimeRangeQueryCreationRequest())
85
+ const response = await api.getLocationQuery(locationQuery.hash)
86
+ expect(response.queryHash).toBe(locationQuery.hash)
104
87
  })
105
88
  })
106
89
  })
@@ -5,7 +5,7 @@ import { SchemaListApiDiviner } from './SchemaListApiDiviner'
5
5
  import { XyoSchemaListApiDivinerConfigSchema } from './SchemaListApiDivinerConfig'
6
6
 
7
7
  const configData: XyoApiConfig = {
8
- apiDomain: process.env.API_DOMAIN || 'https://beta.api.archivist.xyo.network',
8
+ apiDomain: process.env.API_DOMAIN || 'http://locahost:8080',
9
9
  }
10
10
 
11
11
  test('SchemaListApiDiviner', async () => {
@@ -13,12 +13,8 @@ test('SchemaListApiDiviner', async () => {
13
13
  const diviner = await SchemaListApiDiviner.create({
14
14
  api,
15
15
  config: { archive: 'temp', schema: XyoSchemaListApiDivinerConfigSchema },
16
- logger: console,
17
16
  })
18
-
19
17
  expect(diviner).toBeDefined()
20
-
21
18
  const result = await diviner.divine()
22
-
23
19
  expect(result.length).toBeGreaterThan(0)
24
20
  })
@@ -5,20 +5,13 @@ import { SchemaStatsApiDiviner } from './SchemaStatsApiDiviner'
5
5
  import { XyoSchemaStatsApiDivinerConfigSchema } from './SchemaStatsApiDivinerConfig'
6
6
 
7
7
  const configData: XyoApiConfig = {
8
- apiDomain: process.env.API_DOMAIN || 'https://beta.api.archivist.xyo.network',
8
+ apiDomain: process.env.API_DOMAIN || 'http://locahost:8080',
9
9
  }
10
10
 
11
11
  test('SchemaStatsApiDiviner', async () => {
12
12
  const api = new XyoArchivistApi(configData)
13
- const diviner = await SchemaStatsApiDiviner.create({
14
- api,
15
- config: { archive: 'temp', schema: XyoSchemaStatsApiDivinerConfigSchema },
16
- logger: console,
17
- })
18
-
13
+ const diviner = await SchemaStatsApiDiviner.create({ api, config: { archive: 'temp', schema: XyoSchemaStatsApiDivinerConfigSchema } })
19
14
  expect(diviner).toBeDefined()
20
-
21
15
  const result = await diviner.divine()
22
-
23
16
  expect(result.length).toBeGreaterThan(0)
24
17
  })
@@ -1,4 +1,4 @@
1
- import { XyoApiConfig, XyoApiError } from '@xyo-network/api-models'
1
+ import { XyoApiConfig } from '@xyo-network/api-models'
2
2
  import { typeOf } from '@xyo-network/typeof'
3
3
 
4
4
  import { XyoArchivistApi } from '../Api'
@@ -21,15 +21,9 @@ describe('XyoAuthApi', () => {
21
21
  'returns a nonce',
22
22
  async () => {
23
23
  const api = new XyoArchivistApi(config)
24
- try {
25
- const response = await api.account('0xfEf40940e776A3686Cb29eC712d60859EA9f99F7').challenge.post()
26
- expect(response?.state).toBeDefined()
27
- expect(typeOf(response?.state)).toBe('string')
28
- } catch (ex) {
29
- const error = ex as XyoApiError
30
- console.log(JSON.stringify(error.response?.data, null, 2))
31
- expect(error === undefined)
32
- }
24
+ const response = await api.account('0xfEf40940e776A3686Cb29eC712d60859EA9f99F7').challenge.post()
25
+ expect(response?.state).toBeDefined()
26
+ expect(typeOf(response?.state)).toBe('string')
33
27
  },
34
28
  timeout,
35
29
  )
package/typedoc.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "XyoPayload",
5
5
  "XyoPayloadFull",
6
6
  "XyoBoundWitness",
7
- "XyoDataLike",
7
+ "DataLike",
8
8
  "Huri",
9
9
  "XyoSchemaPayload"
10
10
  ]
@@ -1,5 +0,0 @@
1
- export interface ModuleDescription {
2
- address: string;
3
- queries: string[];
4
- }
5
- //# sourceMappingURL=ModuleDescription.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ModuleDescription.d.ts","sourceRoot":"","sources":["../../../../src/Api/Addresses/ModuleDescription.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,iBAAiB;IAChC,OAAO,EAAE,MAAM,CAAA;IACf,OAAO,EAAE,MAAM,EAAE,CAAA;CAClB"}
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=ModuleDescription.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ModuleDescription.js","sourceRoot":"","sources":["../../../../src/Api/Addresses/ModuleDescription.ts"],"names":[],"mappings":""}
@@ -1,5 +0,0 @@
1
- import { ModuleDescription } from './ModuleDescription';
2
- export interface NodeModuleDescription extends ModuleDescription {
3
- url: string;
4
- }
5
- //# sourceMappingURL=NodeModuleDescription.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"NodeModuleDescription.d.ts","sourceRoot":"","sources":["../../../../src/Api/Addresses/NodeModuleDescription.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAA;AAEvD,MAAM,WAAW,qBAAsB,SAAQ,iBAAiB;IAC9D,GAAG,EAAE,MAAM,CAAA;CACZ"}
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=NodeModuleDescription.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"NodeModuleDescription.js","sourceRoot":"","sources":["../../../../src/Api/Addresses/NodeModuleDescription.ts"],"names":[],"mappings":""}
@@ -1,5 +0,0 @@
1
- export interface ModuleDescription {
2
- address: string;
3
- queries: string[];
4
- }
5
- //# sourceMappingURL=ModuleDescription.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ModuleDescription.d.ts","sourceRoot":"","sources":["../../../../src/Api/Addresses/ModuleDescription.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,iBAAiB;IAChC,OAAO,EAAE,MAAM,CAAA;IACf,OAAO,EAAE,MAAM,EAAE,CAAA;CAClB"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=ModuleDescription.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ModuleDescription.js","sourceRoot":"","sources":["../../../../src/Api/Addresses/ModuleDescription.ts"],"names":[],"mappings":""}
@@ -1,5 +0,0 @@
1
- import { ModuleDescription } from './ModuleDescription';
2
- export interface NodeModuleDescription extends ModuleDescription {
3
- url: string;
4
- }
5
- //# sourceMappingURL=NodeModuleDescription.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"NodeModuleDescription.d.ts","sourceRoot":"","sources":["../../../../src/Api/Addresses/NodeModuleDescription.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAA;AAEvD,MAAM,WAAW,qBAAsB,SAAQ,iBAAiB;IAC9D,GAAG,EAAE,MAAM,CAAA;CACZ"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=NodeModuleDescription.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"NodeModuleDescription.js","sourceRoot":"","sources":["../../../../src/Api/Addresses/NodeModuleDescription.ts"],"names":[],"mappings":""}
@@ -1,4 +0,0 @@
1
- export interface ModuleDescription {
2
- address: string
3
- queries: string[]
4
- }
@@ -1,5 +0,0 @@
1
- import { ModuleDescription } from './ModuleDescription'
2
-
3
- export interface NodeModuleDescription extends ModuleDescription {
4
- url: string
5
- }