@x12i/memorix-retrieval 1.26.0 → 1.28.0
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.
- package/catalox-seeds/inputs/entity-descriptors/assets.json +37 -11
- package/catalox-seeds/inputs/entity-descriptors/subnets.json +264 -0
- package/catalox-seeds/inputs/entity-descriptors/vulnerabilities-groups.json +136 -0
- package/catalox-seeds/inputs/entity-descriptors/vulnerabilities.json +74 -2
- package/catalox-seeds/inputs/item-descriptors/asset-detail-item.json +2 -3
- package/catalox-seeds/inputs/item-descriptors/subnet-detail-item.json +74 -0
- package/catalox-seeds/inputs/list-descriptors/assets-main-list.json +2 -2
- package/catalox-seeds/inputs/list-descriptors/{topology-subnets-main-list.json → subnets-main-list.json} +5 -6
- package/catalox-seeds/memorix-retrieval-descriptors.manifest.json +220 -53
- package/dist/client/types.d.ts +3 -0
- package/dist/client/types.d.ts.map +1 -1
- package/dist/data/identity.d.ts +1 -1
- package/dist/data/identity.d.ts.map +1 -1
- package/dist/data/identity.js.map +1 -1
- package/dist/descriptors/associated-properties.d.ts +39 -0
- package/dist/descriptors/associated-properties.d.ts.map +1 -0
- package/dist/descriptors/associated-properties.js +65 -0
- package/dist/descriptors/associated-properties.js.map +1 -0
- package/dist/descriptors/descriptor-types.d.ts +13 -0
- package/dist/descriptors/descriptor-types.d.ts.map +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/retrieval/batch-fetch.d.ts +2 -2
- package/dist/retrieval/batch-fetch.d.ts.map +1 -1
- package/dist/retrieval/batch-fetch.js +1 -1
- package/dist/retrieval/batch-fetch.js.map +1 -1
- package/dist/retrieval/fetch-item.d.ts.map +1 -1
- package/dist/retrieval/fetch-item.js +21 -5
- package/dist/retrieval/fetch-item.js.map +1 -1
- package/dist/seeds/build-manifest.js +1 -1
- package/dist/seeds/build-manifest.js.map +1 -1
- package/dist/seeds/default-seed-spec.d.ts.map +1 -1
- package/dist/seeds/default-seed-spec.js +6 -4
- package/dist/seeds/default-seed-spec.js.map +1 -1
- package/dist/tests/associated-properties.test.d.ts +2 -0
- package/dist/tests/associated-properties.test.d.ts.map +1 -0
- package/dist/tests/associated-properties.test.js +39 -0
- package/dist/tests/associated-properties.test.js.map +1 -0
- package/docs/MEMORIX-CATALOX-CONTRACTS.md +5 -5
- package/package.json +3 -2
- package/catalox-seeds/inputs/entity-descriptors/topology-subnets.json +0 -127
- package/catalox-seeds/inputs/item-descriptors/topology-subnet-detail-item.json +0 -41
|
@@ -1,127 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"id": "topology-subnets",
|
|
3
|
-
"entityName": "topology-subnets",
|
|
4
|
-
"target": "entity",
|
|
5
|
-
"defaultListDescriptorId": "topology-subnets-main-list",
|
|
6
|
-
"defaultItemDescriptorId": "topology-subnet-detail-item",
|
|
7
|
-
"collectionPrefix": "topology-subnets",
|
|
8
|
-
"identity": {
|
|
9
|
-
"allowedIdFields": [
|
|
10
|
-
"entityId",
|
|
11
|
-
"recordId",
|
|
12
|
-
"_id"
|
|
13
|
-
],
|
|
14
|
-
"requiredExactlyOne": false,
|
|
15
|
-
"defaultIdField": "entityId"
|
|
16
|
-
},
|
|
17
|
-
"defaults": {
|
|
18
|
-
"canonicalContentType": "snapshots",
|
|
19
|
-
"dataRoot": "data",
|
|
20
|
-
"effectiveDatePath": "capturedAt",
|
|
21
|
-
"fallbackEffectiveDatePaths": [
|
|
22
|
-
"modifiedAt",
|
|
23
|
-
"createdAt"
|
|
24
|
-
]
|
|
25
|
-
},
|
|
26
|
-
"contentTypes": {
|
|
27
|
-
"snapshots": {
|
|
28
|
-
"postfix": "snapshots",
|
|
29
|
-
"collection": "topology-subnets-snapshots",
|
|
30
|
-
"isCanonical": true
|
|
31
|
-
}
|
|
32
|
-
},
|
|
33
|
-
"properties": {
|
|
34
|
-
"recordId": {
|
|
35
|
-
"label": "Record ID",
|
|
36
|
-
"source": {
|
|
37
|
-
"contentType": "snapshots",
|
|
38
|
-
"path": "recordId"
|
|
39
|
-
},
|
|
40
|
-
"humanReadable": true,
|
|
41
|
-
"sortable": true,
|
|
42
|
-
"filterable": true,
|
|
43
|
-
"list": true,
|
|
44
|
-
"item": true,
|
|
45
|
-
"valueType": "string"
|
|
46
|
-
},
|
|
47
|
-
"subnetIp": {
|
|
48
|
-
"label": "Subnet",
|
|
49
|
-
"source": {
|
|
50
|
-
"contentType": "snapshots",
|
|
51
|
-
"path": "data.subnetIp"
|
|
52
|
-
},
|
|
53
|
-
"humanReadable": true,
|
|
54
|
-
"sortable": true,
|
|
55
|
-
"filterable": true,
|
|
56
|
-
"list": true,
|
|
57
|
-
"item": true,
|
|
58
|
-
"valueType": "string"
|
|
59
|
-
},
|
|
60
|
-
"subnetId": {
|
|
61
|
-
"label": "Subnet ID",
|
|
62
|
-
"source": {
|
|
63
|
-
"contentType": "snapshots",
|
|
64
|
-
"path": "data.subnetId"
|
|
65
|
-
},
|
|
66
|
-
"humanReadable": true,
|
|
67
|
-
"sortable": true,
|
|
68
|
-
"filterable": true,
|
|
69
|
-
"list": true,
|
|
70
|
-
"item": true,
|
|
71
|
-
"valueType": "string"
|
|
72
|
-
},
|
|
73
|
-
"cidr": {
|
|
74
|
-
"label": "Subnet CIDR",
|
|
75
|
-
"source": {
|
|
76
|
-
"contentType": "snapshots",
|
|
77
|
-
"path": "data.cidr"
|
|
78
|
-
},
|
|
79
|
-
"humanReadable": true,
|
|
80
|
-
"sortable": true,
|
|
81
|
-
"filterable": true,
|
|
82
|
-
"list": true,
|
|
83
|
-
"item": true,
|
|
84
|
-
"valueType": "string"
|
|
85
|
-
},
|
|
86
|
-
"zone": {
|
|
87
|
-
"label": "Zone",
|
|
88
|
-
"source": {
|
|
89
|
-
"contentType": "snapshots",
|
|
90
|
-
"path": "data.zone"
|
|
91
|
-
},
|
|
92
|
-
"humanReadable": true,
|
|
93
|
-
"sortable": true,
|
|
94
|
-
"filterable": true,
|
|
95
|
-
"list": true,
|
|
96
|
-
"item": true,
|
|
97
|
-
"valueType": "string"
|
|
98
|
-
},
|
|
99
|
-
"zoneClass": {
|
|
100
|
-
"label": "Zone Class",
|
|
101
|
-
"source": {
|
|
102
|
-
"contentType": "snapshots",
|
|
103
|
-
"path": "data.zoneClass"
|
|
104
|
-
},
|
|
105
|
-
"humanReadable": true,
|
|
106
|
-
"sortable": true,
|
|
107
|
-
"filterable": true,
|
|
108
|
-
"list": false,
|
|
109
|
-
"item": true,
|
|
110
|
-
"valueType": "string"
|
|
111
|
-
},
|
|
112
|
-
"vr": {
|
|
113
|
-
"label": "VR",
|
|
114
|
-
"source": {
|
|
115
|
-
"contentType": "snapshots",
|
|
116
|
-
"path": "data.vr"
|
|
117
|
-
},
|
|
118
|
-
"humanReadable": true,
|
|
119
|
-
"sortable": true,
|
|
120
|
-
"filterable": true,
|
|
121
|
-
"list": true,
|
|
122
|
-
"item": true,
|
|
123
|
-
"valueType": "string"
|
|
124
|
-
}
|
|
125
|
-
},
|
|
126
|
-
"relations": {}
|
|
127
|
-
}
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"id": "topology-subnet-detail-item",
|
|
3
|
-
"entity": "topology-subnets",
|
|
4
|
-
"title": "Topology Subnet Detail",
|
|
5
|
-
"identity": {
|
|
6
|
-
"idField": "recordId"
|
|
7
|
-
},
|
|
8
|
-
"contentTypes": [
|
|
9
|
-
{
|
|
10
|
-
"contentType": "snapshots",
|
|
11
|
-
"required": true,
|
|
12
|
-
"multiMatch": {
|
|
13
|
-
"strategy": "last",
|
|
14
|
-
"effectiveDatePath": "data.lastSeen",
|
|
15
|
-
"fallbackEffectiveDatePaths": [
|
|
16
|
-
"capturedAt",
|
|
17
|
-
"snapshot.capturedAt"
|
|
18
|
-
]
|
|
19
|
-
}
|
|
20
|
-
}
|
|
21
|
-
],
|
|
22
|
-
"sections": [
|
|
23
|
-
{
|
|
24
|
-
"id": "summary",
|
|
25
|
-
"title": "Summary",
|
|
26
|
-
"fields": [
|
|
27
|
-
"subnetId",
|
|
28
|
-
"subnetIp",
|
|
29
|
-
"cidr",
|
|
30
|
-
"zone",
|
|
31
|
-
"zoneClass",
|
|
32
|
-
"vr",
|
|
33
|
-
"recordId"
|
|
34
|
-
]
|
|
35
|
-
}
|
|
36
|
-
],
|
|
37
|
-
"includeRelations": [],
|
|
38
|
-
"content": {
|
|
39
|
-
"allowed": false
|
|
40
|
-
}
|
|
41
|
-
}
|