@jupiterone/integration-sdk-entities 9.0.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/LICENSE +373 -0
- package/README.md +34 -0
- package/dist/src/Base.d.ts +388 -0
- package/dist/src/Base.js +3 -0
- package/dist/src/Base.js.map +1 -0
- package/dist/src/index.d.ts +94 -0
- package/dist/src/index.js +107 -0
- package/dist/src/index.js.map +1 -0
- package/dist/tsconfig.dist.tsbuildinfo +1 -0
- package/package.json +36 -0
package/LICENSE
ADDED
|
@@ -0,0 +1,373 @@
|
|
|
1
|
+
Mozilla Public License Version 2.0
|
|
2
|
+
==================================
|
|
3
|
+
|
|
4
|
+
1. Definitions
|
|
5
|
+
--------------
|
|
6
|
+
|
|
7
|
+
1.1. "Contributor"
|
|
8
|
+
means each individual or legal entity that creates, contributes to
|
|
9
|
+
the creation of, or owns Covered Software.
|
|
10
|
+
|
|
11
|
+
1.2. "Contributor Version"
|
|
12
|
+
means the combination of the Contributions of others (if any) used
|
|
13
|
+
by a Contributor and that particular Contributor's Contribution.
|
|
14
|
+
|
|
15
|
+
1.3. "Contribution"
|
|
16
|
+
means Covered Software of a particular Contributor.
|
|
17
|
+
|
|
18
|
+
1.4. "Covered Software"
|
|
19
|
+
means Source Code Form to which the initial Contributor has attached
|
|
20
|
+
the notice in Exhibit A, the Executable Form of such Source Code
|
|
21
|
+
Form, and Modifications of such Source Code Form, in each case
|
|
22
|
+
including portions thereof.
|
|
23
|
+
|
|
24
|
+
1.5. "Incompatible With Secondary Licenses"
|
|
25
|
+
means
|
|
26
|
+
|
|
27
|
+
(a) that the initial Contributor has attached the notice described
|
|
28
|
+
in Exhibit B to the Covered Software; or
|
|
29
|
+
|
|
30
|
+
(b) that the Covered Software was made available under the terms of
|
|
31
|
+
version 1.1 or earlier of the License, but not also under the
|
|
32
|
+
terms of a Secondary License.
|
|
33
|
+
|
|
34
|
+
1.6. "Executable Form"
|
|
35
|
+
means any form of the work other than Source Code Form.
|
|
36
|
+
|
|
37
|
+
1.7. "Larger Work"
|
|
38
|
+
means a work that combines Covered Software with other material, in
|
|
39
|
+
a separate file or files, that is not Covered Software.
|
|
40
|
+
|
|
41
|
+
1.8. "License"
|
|
42
|
+
means this document.
|
|
43
|
+
|
|
44
|
+
1.9. "Licensable"
|
|
45
|
+
means having the right to grant, to the maximum extent possible,
|
|
46
|
+
whether at the time of the initial grant or subsequently, any and
|
|
47
|
+
all of the rights conveyed by this License.
|
|
48
|
+
|
|
49
|
+
1.10. "Modifications"
|
|
50
|
+
means any of the following:
|
|
51
|
+
|
|
52
|
+
(a) any file in Source Code Form that results from an addition to,
|
|
53
|
+
deletion from, or modification of the contents of Covered
|
|
54
|
+
Software; or
|
|
55
|
+
|
|
56
|
+
(b) any new file in Source Code Form that contains any Covered
|
|
57
|
+
Software.
|
|
58
|
+
|
|
59
|
+
1.11. "Patent Claims" of a Contributor
|
|
60
|
+
means any patent claim(s), including without limitation, method,
|
|
61
|
+
process, and apparatus claims, in any patent Licensable by such
|
|
62
|
+
Contributor that would be infringed, but for the grant of the
|
|
63
|
+
License, by the making, using, selling, offering for sale, having
|
|
64
|
+
made, import, or transfer of either its Contributions or its
|
|
65
|
+
Contributor Version.
|
|
66
|
+
|
|
67
|
+
1.12. "Secondary License"
|
|
68
|
+
means either the GNU General Public License, Version 2.0, the GNU
|
|
69
|
+
Lesser General Public License, Version 2.1, the GNU Affero General
|
|
70
|
+
Public License, Version 3.0, or any later versions of those
|
|
71
|
+
licenses.
|
|
72
|
+
|
|
73
|
+
1.13. "Source Code Form"
|
|
74
|
+
means the form of the work preferred for making modifications.
|
|
75
|
+
|
|
76
|
+
1.14. "You" (or "Your")
|
|
77
|
+
means an individual or a legal entity exercising rights under this
|
|
78
|
+
License. For legal entities, "You" includes any entity that
|
|
79
|
+
controls, is controlled by, or is under common control with You. For
|
|
80
|
+
purposes of this definition, "control" means (a) the power, direct
|
|
81
|
+
or indirect, to cause the direction or management of such entity,
|
|
82
|
+
whether by contract or otherwise, or (b) ownership of more than
|
|
83
|
+
fifty percent (50%) of the outstanding shares or beneficial
|
|
84
|
+
ownership of such entity.
|
|
85
|
+
|
|
86
|
+
2. License Grants and Conditions
|
|
87
|
+
--------------------------------
|
|
88
|
+
|
|
89
|
+
2.1. Grants
|
|
90
|
+
|
|
91
|
+
Each Contributor hereby grants You a world-wide, royalty-free,
|
|
92
|
+
non-exclusive license:
|
|
93
|
+
|
|
94
|
+
(a) under intellectual property rights (other than patent or trademark)
|
|
95
|
+
Licensable by such Contributor to use, reproduce, make available,
|
|
96
|
+
modify, display, perform, distribute, and otherwise exploit its
|
|
97
|
+
Contributions, either on an unmodified basis, with Modifications, or
|
|
98
|
+
as part of a Larger Work; and
|
|
99
|
+
|
|
100
|
+
(b) under Patent Claims of such Contributor to make, use, sell, offer
|
|
101
|
+
for sale, have made, import, and otherwise transfer either its
|
|
102
|
+
Contributions or its Contributor Version.
|
|
103
|
+
|
|
104
|
+
2.2. Effective Date
|
|
105
|
+
|
|
106
|
+
The licenses granted in Section 2.1 with respect to any Contribution
|
|
107
|
+
become effective for each Contribution on the date the Contributor first
|
|
108
|
+
distributes such Contribution.
|
|
109
|
+
|
|
110
|
+
2.3. Limitations on Grant Scope
|
|
111
|
+
|
|
112
|
+
The licenses granted in this Section 2 are the only rights granted under
|
|
113
|
+
this License. No additional rights or licenses will be implied from the
|
|
114
|
+
distribution or licensing of Covered Software under this License.
|
|
115
|
+
Notwithstanding Section 2.1(b) above, no patent license is granted by a
|
|
116
|
+
Contributor:
|
|
117
|
+
|
|
118
|
+
(a) for any code that a Contributor has removed from Covered Software;
|
|
119
|
+
or
|
|
120
|
+
|
|
121
|
+
(b) for infringements caused by: (i) Your and any other third party's
|
|
122
|
+
modifications of Covered Software, or (ii) the combination of its
|
|
123
|
+
Contributions with other software (except as part of its Contributor
|
|
124
|
+
Version); or
|
|
125
|
+
|
|
126
|
+
(c) under Patent Claims infringed by Covered Software in the absence of
|
|
127
|
+
its Contributions.
|
|
128
|
+
|
|
129
|
+
This License does not grant any rights in the trademarks, service marks,
|
|
130
|
+
or logos of any Contributor (except as may be necessary to comply with
|
|
131
|
+
the notice requirements in Section 3.4).
|
|
132
|
+
|
|
133
|
+
2.4. Subsequent Licenses
|
|
134
|
+
|
|
135
|
+
No Contributor makes additional grants as a result of Your choice to
|
|
136
|
+
distribute the Covered Software under a subsequent version of this
|
|
137
|
+
License (see Section 10.2) or under the terms of a Secondary License (if
|
|
138
|
+
permitted under the terms of Section 3.3).
|
|
139
|
+
|
|
140
|
+
2.5. Representation
|
|
141
|
+
|
|
142
|
+
Each Contributor represents that the Contributor believes its
|
|
143
|
+
Contributions are its original creation(s) or it has sufficient rights
|
|
144
|
+
to grant the rights to its Contributions conveyed by this License.
|
|
145
|
+
|
|
146
|
+
2.6. Fair Use
|
|
147
|
+
|
|
148
|
+
This License is not intended to limit any rights You have under
|
|
149
|
+
applicable copyright doctrines of fair use, fair dealing, or other
|
|
150
|
+
equivalents.
|
|
151
|
+
|
|
152
|
+
2.7. Conditions
|
|
153
|
+
|
|
154
|
+
Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted
|
|
155
|
+
in Section 2.1.
|
|
156
|
+
|
|
157
|
+
3. Responsibilities
|
|
158
|
+
-------------------
|
|
159
|
+
|
|
160
|
+
3.1. Distribution of Source Form
|
|
161
|
+
|
|
162
|
+
All distribution of Covered Software in Source Code Form, including any
|
|
163
|
+
Modifications that You create or to which You contribute, must be under
|
|
164
|
+
the terms of this License. You must inform recipients that the Source
|
|
165
|
+
Code Form of the Covered Software is governed by the terms of this
|
|
166
|
+
License, and how they can obtain a copy of this License. You may not
|
|
167
|
+
attempt to alter or restrict the recipients' rights in the Source Code
|
|
168
|
+
Form.
|
|
169
|
+
|
|
170
|
+
3.2. Distribution of Executable Form
|
|
171
|
+
|
|
172
|
+
If You distribute Covered Software in Executable Form then:
|
|
173
|
+
|
|
174
|
+
(a) such Covered Software must also be made available in Source Code
|
|
175
|
+
Form, as described in Section 3.1, and You must inform recipients of
|
|
176
|
+
the Executable Form how they can obtain a copy of such Source Code
|
|
177
|
+
Form by reasonable means in a timely manner, at a charge no more
|
|
178
|
+
than the cost of distribution to the recipient; and
|
|
179
|
+
|
|
180
|
+
(b) You may distribute such Executable Form under the terms of this
|
|
181
|
+
License, or sublicense it under different terms, provided that the
|
|
182
|
+
license for the Executable Form does not attempt to limit or alter
|
|
183
|
+
the recipients' rights in the Source Code Form under this License.
|
|
184
|
+
|
|
185
|
+
3.3. Distribution of a Larger Work
|
|
186
|
+
|
|
187
|
+
You may create and distribute a Larger Work under terms of Your choice,
|
|
188
|
+
provided that You also comply with the requirements of this License for
|
|
189
|
+
the Covered Software. If the Larger Work is a combination of Covered
|
|
190
|
+
Software with a work governed by one or more Secondary Licenses, and the
|
|
191
|
+
Covered Software is not Incompatible With Secondary Licenses, this
|
|
192
|
+
License permits You to additionally distribute such Covered Software
|
|
193
|
+
under the terms of such Secondary License(s), so that the recipient of
|
|
194
|
+
the Larger Work may, at their option, further distribute the Covered
|
|
195
|
+
Software under the terms of either this License or such Secondary
|
|
196
|
+
License(s).
|
|
197
|
+
|
|
198
|
+
3.4. Notices
|
|
199
|
+
|
|
200
|
+
You may not remove or alter the substance of any license notices
|
|
201
|
+
(including copyright notices, patent notices, disclaimers of warranty,
|
|
202
|
+
or limitations of liability) contained within the Source Code Form of
|
|
203
|
+
the Covered Software, except that You may alter any license notices to
|
|
204
|
+
the extent required to remedy known factual inaccuracies.
|
|
205
|
+
|
|
206
|
+
3.5. Application of Additional Terms
|
|
207
|
+
|
|
208
|
+
You may choose to offer, and to charge a fee for, warranty, support,
|
|
209
|
+
indemnity or liability obligations to one or more recipients of Covered
|
|
210
|
+
Software. However, You may do so only on Your own behalf, and not on
|
|
211
|
+
behalf of any Contributor. You must make it absolutely clear that any
|
|
212
|
+
such warranty, support, indemnity, or liability obligation is offered by
|
|
213
|
+
You alone, and You hereby agree to indemnify every Contributor for any
|
|
214
|
+
liability incurred by such Contributor as a result of warranty, support,
|
|
215
|
+
indemnity or liability terms You offer. You may include additional
|
|
216
|
+
disclaimers of warranty and limitations of liability specific to any
|
|
217
|
+
jurisdiction.
|
|
218
|
+
|
|
219
|
+
4. Inability to Comply Due to Statute or Regulation
|
|
220
|
+
---------------------------------------------------
|
|
221
|
+
|
|
222
|
+
If it is impossible for You to comply with any of the terms of this
|
|
223
|
+
License with respect to some or all of the Covered Software due to
|
|
224
|
+
statute, judicial order, or regulation then You must: (a) comply with
|
|
225
|
+
the terms of this License to the maximum extent possible; and (b)
|
|
226
|
+
describe the limitations and the code they affect. Such description must
|
|
227
|
+
be placed in a text file included with all distributions of the Covered
|
|
228
|
+
Software under this License. Except to the extent prohibited by statute
|
|
229
|
+
or regulation, such description must be sufficiently detailed for a
|
|
230
|
+
recipient of ordinary skill to be able to understand it.
|
|
231
|
+
|
|
232
|
+
5. Termination
|
|
233
|
+
--------------
|
|
234
|
+
|
|
235
|
+
5.1. The rights granted under this License will terminate automatically
|
|
236
|
+
if You fail to comply with any of its terms. However, if You become
|
|
237
|
+
compliant, then the rights granted under this License from a particular
|
|
238
|
+
Contributor are reinstated (a) provisionally, unless and until such
|
|
239
|
+
Contributor explicitly and finally terminates Your grants, and (b) on an
|
|
240
|
+
ongoing basis, if such Contributor fails to notify You of the
|
|
241
|
+
non-compliance by some reasonable means prior to 60 days after You have
|
|
242
|
+
come back into compliance. Moreover, Your grants from a particular
|
|
243
|
+
Contributor are reinstated on an ongoing basis if such Contributor
|
|
244
|
+
notifies You of the non-compliance by some reasonable means, this is the
|
|
245
|
+
first time You have received notice of non-compliance with this License
|
|
246
|
+
from such Contributor, and You become compliant prior to 30 days after
|
|
247
|
+
Your receipt of the notice.
|
|
248
|
+
|
|
249
|
+
5.2. If You initiate litigation against any entity by asserting a patent
|
|
250
|
+
infringement claim (excluding declaratory judgment actions,
|
|
251
|
+
counter-claims, and cross-claims) alleging that a Contributor Version
|
|
252
|
+
directly or indirectly infringes any patent, then the rights granted to
|
|
253
|
+
You by any and all Contributors for the Covered Software under Section
|
|
254
|
+
2.1 of this License shall terminate.
|
|
255
|
+
|
|
256
|
+
5.3. In the event of termination under Sections 5.1 or 5.2 above, all
|
|
257
|
+
end user license agreements (excluding distributors and resellers) which
|
|
258
|
+
have been validly granted by You or Your distributors under this License
|
|
259
|
+
prior to termination shall survive termination.
|
|
260
|
+
|
|
261
|
+
************************************************************************
|
|
262
|
+
* *
|
|
263
|
+
* 6. Disclaimer of Warranty *
|
|
264
|
+
* ------------------------- *
|
|
265
|
+
* *
|
|
266
|
+
* Covered Software is provided under this License on an "as is" *
|
|
267
|
+
* basis, without warranty of any kind, either expressed, implied, or *
|
|
268
|
+
* statutory, including, without limitation, warranties that the *
|
|
269
|
+
* Covered Software is free of defects, merchantable, fit for a *
|
|
270
|
+
* particular purpose or non-infringing. The entire risk as to the *
|
|
271
|
+
* quality and performance of the Covered Software is with You. *
|
|
272
|
+
* Should any Covered Software prove defective in any respect, You *
|
|
273
|
+
* (not any Contributor) assume the cost of any necessary servicing, *
|
|
274
|
+
* repair, or correction. This disclaimer of warranty constitutes an *
|
|
275
|
+
* essential part of this License. No use of any Covered Software is *
|
|
276
|
+
* authorized under this License except under this disclaimer. *
|
|
277
|
+
* *
|
|
278
|
+
************************************************************************
|
|
279
|
+
|
|
280
|
+
************************************************************************
|
|
281
|
+
* *
|
|
282
|
+
* 7. Limitation of Liability *
|
|
283
|
+
* -------------------------- *
|
|
284
|
+
* *
|
|
285
|
+
* Under no circumstances and under no legal theory, whether tort *
|
|
286
|
+
* (including negligence), contract, or otherwise, shall any *
|
|
287
|
+
* Contributor, or anyone who distributes Covered Software as *
|
|
288
|
+
* permitted above, be liable to You for any direct, indirect, *
|
|
289
|
+
* special, incidental, or consequential damages of any character *
|
|
290
|
+
* including, without limitation, damages for lost profits, loss of *
|
|
291
|
+
* goodwill, work stoppage, computer failure or malfunction, or any *
|
|
292
|
+
* and all other commercial damages or losses, even if such party *
|
|
293
|
+
* shall have been informed of the possibility of such damages. This *
|
|
294
|
+
* limitation of liability shall not apply to liability for death or *
|
|
295
|
+
* personal injury resulting from such party's negligence to the *
|
|
296
|
+
* extent applicable law prohibits such limitation. Some *
|
|
297
|
+
* jurisdictions do not allow the exclusion or limitation of *
|
|
298
|
+
* incidental or consequential damages, so this exclusion and *
|
|
299
|
+
* limitation may not apply to You. *
|
|
300
|
+
* *
|
|
301
|
+
************************************************************************
|
|
302
|
+
|
|
303
|
+
8. Litigation
|
|
304
|
+
-------------
|
|
305
|
+
|
|
306
|
+
Any litigation relating to this License may be brought only in the
|
|
307
|
+
courts of a jurisdiction where the defendant maintains its principal
|
|
308
|
+
place of business and such litigation shall be governed by laws of that
|
|
309
|
+
jurisdiction, without reference to its conflict-of-law provisions.
|
|
310
|
+
Nothing in this Section shall prevent a party's ability to bring
|
|
311
|
+
cross-claims or counter-claims.
|
|
312
|
+
|
|
313
|
+
9. Miscellaneous
|
|
314
|
+
----------------
|
|
315
|
+
|
|
316
|
+
This License represents the complete agreement concerning the subject
|
|
317
|
+
matter hereof. If any provision of this License is held to be
|
|
318
|
+
unenforceable, such provision shall be reformed only to the extent
|
|
319
|
+
necessary to make it enforceable. Any law or regulation which provides
|
|
320
|
+
that the language of a contract shall be construed against the drafter
|
|
321
|
+
shall not be used to construe this License against a Contributor.
|
|
322
|
+
|
|
323
|
+
10. Versions of the License
|
|
324
|
+
---------------------------
|
|
325
|
+
|
|
326
|
+
10.1. New Versions
|
|
327
|
+
|
|
328
|
+
Mozilla Foundation is the license steward. Except as provided in Section
|
|
329
|
+
10.3, no one other than the license steward has the right to modify or
|
|
330
|
+
publish new versions of this License. Each version will be given a
|
|
331
|
+
distinguishing version number.
|
|
332
|
+
|
|
333
|
+
10.2. Effect of New Versions
|
|
334
|
+
|
|
335
|
+
You may distribute the Covered Software under the terms of the version
|
|
336
|
+
of the License under which You originally received the Covered Software,
|
|
337
|
+
or under the terms of any subsequent version published by the license
|
|
338
|
+
steward.
|
|
339
|
+
|
|
340
|
+
10.3. Modified Versions
|
|
341
|
+
|
|
342
|
+
If you create software not governed by this License, and you want to
|
|
343
|
+
create a new license for such software, you may create and use a
|
|
344
|
+
modified version of this License if you rename the license and remove
|
|
345
|
+
any references to the name of the license steward (except to note that
|
|
346
|
+
such modified license differs from this License).
|
|
347
|
+
|
|
348
|
+
10.4. Distributing Source Code Form that is Incompatible With Secondary
|
|
349
|
+
Licenses
|
|
350
|
+
|
|
351
|
+
If You choose to distribute Source Code Form that is Incompatible With
|
|
352
|
+
Secondary Licenses under the terms of this version of the License, the
|
|
353
|
+
notice described in Exhibit B of this License must be attached.
|
|
354
|
+
|
|
355
|
+
Exhibit A - Source Code Form License Notice
|
|
356
|
+
-------------------------------------------
|
|
357
|
+
|
|
358
|
+
This Source Code Form is subject to the terms of the Mozilla Public
|
|
359
|
+
License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
360
|
+
file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
361
|
+
|
|
362
|
+
If it is not possible or desirable to put the notice in a particular
|
|
363
|
+
file, then You may include the notice in a location (such as a LICENSE
|
|
364
|
+
file in a relevant directory) where a recipient would be likely to look
|
|
365
|
+
for such a notice.
|
|
366
|
+
|
|
367
|
+
You may add additional accurate notices of copyright ownership.
|
|
368
|
+
|
|
369
|
+
Exhibit B - "Incompatible With Secondary Licenses" Notice
|
|
370
|
+
---------------------------------------------------------
|
|
371
|
+
|
|
372
|
+
This Source Code Form is "Incompatible With Secondary Licenses", as
|
|
373
|
+
defined by the Mozilla Public License, v. 2.0.
|
package/README.md
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
# @jupiterone/integration-sdk-entities
|
|
2
|
+
|
|
3
|
+
This package contains all typescript types generated from J1's data model to be
|
|
4
|
+
used throughout J1 systems. These should not be considered the source of truth
|
|
5
|
+
for the entity definitions, instead reference the `data-model` to find the
|
|
6
|
+
source of truth.
|
|
7
|
+
|
|
8
|
+
# Generating the types
|
|
9
|
+
|
|
10
|
+
You need the following packages installed to generate the types, unfortunately
|
|
11
|
+
because the converter requires that the node version is at least 16 you'll need
|
|
12
|
+
to manually install them to get this working.
|
|
13
|
+
|
|
14
|
+
```
|
|
15
|
+
"json-schema-to-typescript": "^12.0.0",
|
|
16
|
+
"ts-dedupe": "^0.3.1"
|
|
17
|
+
```
|
|
18
|
+
|
|
19
|
+
To generate the types after these are installed simply run
|
|
20
|
+
`yarn run generate-ts-classes`
|
|
21
|
+
|
|
22
|
+
It reads directly from node_modules to get the schemas so ensure that you have
|
|
23
|
+
the proper version of the data model installed before trying to execute this
|
|
24
|
+
command.
|
|
25
|
+
|
|
26
|
+
## Installation
|
|
27
|
+
|
|
28
|
+
```
|
|
29
|
+
npm install @jupiterone/integration-sdk-entities
|
|
30
|
+
|
|
31
|
+
# or
|
|
32
|
+
|
|
33
|
+
yarn add @jupiterone/integration-sdk-entities
|
|
34
|
+
```
|
|
@@ -0,0 +1,388 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* An ssh-key, access-key, api-key/token, pgp-key, etc.
|
|
3
|
+
*/
|
|
4
|
+
export declare type Key = Entity & {
|
|
5
|
+
/**
|
|
6
|
+
* The fingerprint that identifies the key
|
|
7
|
+
*/
|
|
8
|
+
fingerprint?: string;
|
|
9
|
+
/**
|
|
10
|
+
* The key material
|
|
11
|
+
*/
|
|
12
|
+
material?: string;
|
|
13
|
+
/**
|
|
14
|
+
* The key usage - for example: ssh access or data encryption
|
|
15
|
+
*/
|
|
16
|
+
usage?: string;
|
|
17
|
+
[k: string]: unknown;
|
|
18
|
+
};
|
|
19
|
+
/**
|
|
20
|
+
* A node in the graph database that represents an Entity. This reference schema defines common shared properties among most Entities.
|
|
21
|
+
*/
|
|
22
|
+
export declare type Entity = GraphObject & {
|
|
23
|
+
/**
|
|
24
|
+
* Identifiers of this entity assigned by the providers. Values are expected to be unique within the provider scope.
|
|
25
|
+
*/
|
|
26
|
+
id?: string | string[];
|
|
27
|
+
/**
|
|
28
|
+
* Name of this entity
|
|
29
|
+
*/
|
|
30
|
+
name: string;
|
|
31
|
+
/**
|
|
32
|
+
* Display name, e.g. a person's preferred name or an AWS account alias
|
|
33
|
+
*/
|
|
34
|
+
displayName: string;
|
|
35
|
+
/**
|
|
36
|
+
* A summary / short description of this entity.
|
|
37
|
+
*/
|
|
38
|
+
summary?: string;
|
|
39
|
+
/**
|
|
40
|
+
* An extended description of this entity.
|
|
41
|
+
*/
|
|
42
|
+
description?: string;
|
|
43
|
+
/**
|
|
44
|
+
* The sensitivity of the data; should match company data classification scheme
|
|
45
|
+
*/
|
|
46
|
+
classification?: string | null;
|
|
47
|
+
/**
|
|
48
|
+
* A number that represents the value or criticality of this entity, on a scale between 1-10.
|
|
49
|
+
*/
|
|
50
|
+
criticality?: number;
|
|
51
|
+
/**
|
|
52
|
+
* The risk level of this entity, on a scale between 1-10.
|
|
53
|
+
*/
|
|
54
|
+
risk?: number;
|
|
55
|
+
/**
|
|
56
|
+
* The trust level of this entity, on a scale between 1-10.
|
|
57
|
+
*/
|
|
58
|
+
trust?: number;
|
|
59
|
+
/**
|
|
60
|
+
* The compliance status of the entity, as a percentage of compliancy.
|
|
61
|
+
*/
|
|
62
|
+
complianceStatus?: number;
|
|
63
|
+
/**
|
|
64
|
+
* Status of this entity set by the external source system or by a user, e.g. Active, Inactive, Decommissioned
|
|
65
|
+
*/
|
|
66
|
+
status?: string;
|
|
67
|
+
/**
|
|
68
|
+
* Indicates if this entity is currently active.
|
|
69
|
+
*/
|
|
70
|
+
active?: boolean;
|
|
71
|
+
/**
|
|
72
|
+
* Indicates if this is a public-facing resource (e.g. a public IP or public DNS record) or if the entity is publicly accessible. Default is false.
|
|
73
|
+
*/
|
|
74
|
+
public?: boolean;
|
|
75
|
+
/**
|
|
76
|
+
* Indicates if this node has been validated as a known/valid Entity.
|
|
77
|
+
*/
|
|
78
|
+
validated?: boolean;
|
|
79
|
+
/**
|
|
80
|
+
* Indicates if this node is a temporary resource, such as a lambda instance or an EC2 instance started by ECS.
|
|
81
|
+
*/
|
|
82
|
+
temporary?: boolean;
|
|
83
|
+
/**
|
|
84
|
+
* Indicates if this is a trusted resource. For example, a trusted Network, Host, Device, Application, Person, User, or Vendor.
|
|
85
|
+
*/
|
|
86
|
+
trusted?: boolean;
|
|
87
|
+
/**
|
|
88
|
+
* The timestamp (in milliseconds since epoch) when the entity was created at the source. This is different than `_createdOn` which is the timestamp the entity was first ingested into JupiterOne.
|
|
89
|
+
*/
|
|
90
|
+
createdOn?: number;
|
|
91
|
+
/**
|
|
92
|
+
* The timestamp (in milliseconds since epoch) when the entity was last updated at the source.
|
|
93
|
+
*/
|
|
94
|
+
updatedOn?: number;
|
|
95
|
+
/**
|
|
96
|
+
* The timestamp (in milliseconds since epoch) when the entity was deleted at the source.
|
|
97
|
+
*/
|
|
98
|
+
deletedOn?: number;
|
|
99
|
+
/**
|
|
100
|
+
* The timestamp (in milliseconds since epoch) when the entity was discovered.
|
|
101
|
+
*/
|
|
102
|
+
discoveredOn?: number;
|
|
103
|
+
/**
|
|
104
|
+
* If the entity is a temporary resource, optionally set the expiration date. For example, the expiration date of an SSL cert.
|
|
105
|
+
*/
|
|
106
|
+
expiresOn?: number;
|
|
107
|
+
/**
|
|
108
|
+
* The source/principal/user that created the entity
|
|
109
|
+
*/
|
|
110
|
+
createdBy?: string;
|
|
111
|
+
/**
|
|
112
|
+
* The source/principal/user that updated the entity
|
|
113
|
+
*/
|
|
114
|
+
updatedBy?: string;
|
|
115
|
+
/**
|
|
116
|
+
* The source/principal/user that deleted the entity
|
|
117
|
+
*/
|
|
118
|
+
deletedBy?: string;
|
|
119
|
+
/**
|
|
120
|
+
* The source/principal/user that discovered the entity
|
|
121
|
+
*/
|
|
122
|
+
discoveredBy?: string;
|
|
123
|
+
/**
|
|
124
|
+
* Web link to the source. For example: https://console.aws.amazon.com/iam/home#/roles/Administrator. This property is used by the UI to add a hyperlink to the entity.
|
|
125
|
+
*/
|
|
126
|
+
webLink?: string;
|
|
127
|
+
/**
|
|
128
|
+
* The owner of this entity. This could reference the name of the owner, or as reference ID/key to another entity in the graph as the owner.
|
|
129
|
+
*/
|
|
130
|
+
owner?: string;
|
|
131
|
+
/**
|
|
132
|
+
* An array of unnamed tags
|
|
133
|
+
*/
|
|
134
|
+
tags?: string[];
|
|
135
|
+
/**
|
|
136
|
+
* User provided notes about this entity
|
|
137
|
+
*/
|
|
138
|
+
notes?: string[];
|
|
139
|
+
[k: string]: unknown;
|
|
140
|
+
};
|
|
141
|
+
/**
|
|
142
|
+
* Standard metadata properties of a graph object, maintained by the system. These are visible to users but may not be directly modified.
|
|
143
|
+
*/
|
|
144
|
+
export interface GraphObject {
|
|
145
|
+
/**
|
|
146
|
+
* Named tags assigned to the entity (i.e., 'tag.Name', 'tag.OtherName')
|
|
147
|
+
*
|
|
148
|
+
* This interface was referenced by `GraphObject`'s JSON-Schema definition
|
|
149
|
+
* via the `patternProperty` "^tag\.".
|
|
150
|
+
*/
|
|
151
|
+
[k: string]: string | number | boolean | [string, ...string[]];
|
|
152
|
+
/**
|
|
153
|
+
* An identifier unique within the scope containing the object. For example, for a Bitbucket repo, this will be the GUID of the repo as assigned by Bitbucket. For an IAM Role, this will be the ARN of the role.
|
|
154
|
+
*/
|
|
155
|
+
_key: string;
|
|
156
|
+
/**
|
|
157
|
+
* One or more classes conforming to a standard, abstract security data model. For example, an EC2 instance will have '_class':'Host'.
|
|
158
|
+
*/
|
|
159
|
+
_class: string | [string, ...string[]];
|
|
160
|
+
/**
|
|
161
|
+
* The type of object, typically reflecting the vendor and resource type. For example, 'aws_iam_user'. In some cases, a system knows about a type of entity that other systems know about, such as 'user_endpoint' or 'cve'.
|
|
162
|
+
*/
|
|
163
|
+
_type: string;
|
|
164
|
+
}
|
|
165
|
+
/**
|
|
166
|
+
* A node in the graph database that represents a Record Entity, with a set of different defined common properties than standard (resource) entities.
|
|
167
|
+
*/
|
|
168
|
+
export declare type RecordEntity = GraphObject & {
|
|
169
|
+
/**
|
|
170
|
+
* Name of this entity
|
|
171
|
+
*/
|
|
172
|
+
name: string;
|
|
173
|
+
/**
|
|
174
|
+
* Display name, e.g. a person's preferred name or an AWS account alias
|
|
175
|
+
*/
|
|
176
|
+
displayName: string;
|
|
177
|
+
/**
|
|
178
|
+
* A summary / short description of this entity.
|
|
179
|
+
*/
|
|
180
|
+
summary?: string;
|
|
181
|
+
/**
|
|
182
|
+
* An extended description of this entity.
|
|
183
|
+
*/
|
|
184
|
+
description?: string;
|
|
185
|
+
/**
|
|
186
|
+
* The sensitivity of the data; should match company data classification scheme. For example: critical - confidential - internal - public.
|
|
187
|
+
*/
|
|
188
|
+
classification?: string;
|
|
189
|
+
/**
|
|
190
|
+
* The category of the official record
|
|
191
|
+
*/
|
|
192
|
+
category?: string;
|
|
193
|
+
/**
|
|
194
|
+
* Hyperlink to the location of this record, e.g. URL to a Jira issue
|
|
195
|
+
*/
|
|
196
|
+
webLink?: string;
|
|
197
|
+
/**
|
|
198
|
+
* Text content of the record/documentation
|
|
199
|
+
*/
|
|
200
|
+
content?: string;
|
|
201
|
+
/**
|
|
202
|
+
* Indicates if this record is currently open. For example, an open Vulnerability finding (Vulnerability extends Record).
|
|
203
|
+
*/
|
|
204
|
+
open?: boolean;
|
|
205
|
+
/**
|
|
206
|
+
* If this is a public record. Defaults to false.
|
|
207
|
+
*/
|
|
208
|
+
public?: boolean;
|
|
209
|
+
/**
|
|
210
|
+
* If this is a production record. For example, a production change management ticket would have this set to `true`, and have a `category` = `change` property. Another example would be a Vulnerability finding in production.
|
|
211
|
+
*/
|
|
212
|
+
production?: boolean;
|
|
213
|
+
/**
|
|
214
|
+
* If this is record has been reviewed and approved.
|
|
215
|
+
*/
|
|
216
|
+
approved?: boolean;
|
|
217
|
+
/**
|
|
218
|
+
* The timestamp (in milliseconds since epoch) when this record was approved.
|
|
219
|
+
*/
|
|
220
|
+
approvedOn?: number;
|
|
221
|
+
/**
|
|
222
|
+
* The list of approvers on the record.
|
|
223
|
+
*/
|
|
224
|
+
approvers?: string[];
|
|
225
|
+
/**
|
|
226
|
+
* The person or system that reported or created this record.
|
|
227
|
+
*/
|
|
228
|
+
reporter?: string;
|
|
229
|
+
/**
|
|
230
|
+
* The timestamp (in milliseconds since epoch) when this record was reported/opened. In most cases, this would be the same as `createdOn` but occasionally a record can be created at a different time than when it was first reported.
|
|
231
|
+
*/
|
|
232
|
+
reportedOn?: number;
|
|
233
|
+
/**
|
|
234
|
+
* The timestamp (in milliseconds since epoch) when the entity was created at the source. This is different than `_createdOn` which is the timestamp the entity was first ingested into JupiterOne.
|
|
235
|
+
*/
|
|
236
|
+
createdOn?: number;
|
|
237
|
+
/**
|
|
238
|
+
* The timestamp (in milliseconds since epoch) when the entity was last updated at the source.
|
|
239
|
+
*/
|
|
240
|
+
updatedOn?: number;
|
|
241
|
+
/**
|
|
242
|
+
* Indicates if this record has an applied exception. For example, exception for a known finding or a PR that is not fully approved.
|
|
243
|
+
*/
|
|
244
|
+
exception?: boolean;
|
|
245
|
+
/**
|
|
246
|
+
* Reason / description of the exception.
|
|
247
|
+
*/
|
|
248
|
+
exceptionReason?: string;
|
|
249
|
+
[k: string]: unknown;
|
|
250
|
+
};
|
|
251
|
+
/**
|
|
252
|
+
* This file was automatically generated by json-schema-to-typescript.
|
|
253
|
+
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
|
|
254
|
+
* and run json-schema-to-typescript to regenerate this file.
|
|
255
|
+
*/
|
|
256
|
+
/**
|
|
257
|
+
* A virtual repository where data is stored, such as aws-s3-bucket, aws-rds-cluster, aws-dynamodb-table, bitbucket-repo, sharepoint-site, docker-registry. The exact type is described in the _type property of the Entity.
|
|
258
|
+
*/
|
|
259
|
+
export declare type DataStore = Entity & {
|
|
260
|
+
/**
|
|
261
|
+
* URI to the data store, e.g. https://docker-registry.jupiterone.com or https://jupiterone.sharepoint.com. Or a description to the physical location.
|
|
262
|
+
*/
|
|
263
|
+
location?: string;
|
|
264
|
+
/**
|
|
265
|
+
* If the data needs to be encrypted
|
|
266
|
+
*/
|
|
267
|
+
encryptionRequired?: boolean;
|
|
268
|
+
/**
|
|
269
|
+
* Encryption algorithm used to encrypt the data store
|
|
270
|
+
*/
|
|
271
|
+
encryptionAlgorithm?: string;
|
|
272
|
+
/**
|
|
273
|
+
* Reference to the encryption key used to encrypt the data store
|
|
274
|
+
*/
|
|
275
|
+
encryptionKeyRef?: string;
|
|
276
|
+
/**
|
|
277
|
+
* If the data store is encrypted
|
|
278
|
+
*/
|
|
279
|
+
encrypted: boolean | null;
|
|
280
|
+
/**
|
|
281
|
+
* Indicates if the data store is open to public access
|
|
282
|
+
*/
|
|
283
|
+
public?: boolean;
|
|
284
|
+
/**
|
|
285
|
+
* Indicates if the data store is data backup has been configured/enabled.
|
|
286
|
+
*/
|
|
287
|
+
hasBackup?: boolean;
|
|
288
|
+
/**
|
|
289
|
+
* The number of days for which data is retained
|
|
290
|
+
*/
|
|
291
|
+
retentionPeriodDays?: number;
|
|
292
|
+
[k: string]: unknown;
|
|
293
|
+
};
|
|
294
|
+
/**
|
|
295
|
+
* This file was automatically generated by json-schema-to-typescript.
|
|
296
|
+
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
|
|
297
|
+
* and run json-schema-to-typescript to regenerate this file.
|
|
298
|
+
*/
|
|
299
|
+
/**
|
|
300
|
+
* A security finding, which may be a vulnerability or just an informative issue. A single finding may impact one or more resources. The `IMPACTS` relationship between the Vulnerability and the resource entity that was impacted serves as the record of the finding. The `IMPACTS` relationship carries properties such as 'identifiedOn', 'remediatedOn', 'remediationDueOn', 'issueLink', etc.
|
|
301
|
+
*/
|
|
302
|
+
export declare type Finding = RecordEntity & {
|
|
303
|
+
/**
|
|
304
|
+
* The category of the finding.
|
|
305
|
+
*/
|
|
306
|
+
category: string | string[];
|
|
307
|
+
/**
|
|
308
|
+
* The name/id of the assessment that produced this finding.
|
|
309
|
+
*/
|
|
310
|
+
assessment?: string;
|
|
311
|
+
/**
|
|
312
|
+
* Status of the vulnerability
|
|
313
|
+
*/
|
|
314
|
+
status?: string;
|
|
315
|
+
/**
|
|
316
|
+
* Severity rating based on impact and exploitability.
|
|
317
|
+
*/
|
|
318
|
+
severity: string;
|
|
319
|
+
/**
|
|
320
|
+
* Severity rating based on impact and exploitability.
|
|
321
|
+
*/
|
|
322
|
+
numericSeverity: number;
|
|
323
|
+
/**
|
|
324
|
+
* Priority level mapping to Severity rating. Can be a string such as 'critical', 'high', 'medium', 'low', 'info'. Or an integer usually between 0-5.
|
|
325
|
+
*/
|
|
326
|
+
priority?: string;
|
|
327
|
+
/**
|
|
328
|
+
* The overall vulnerability score, e.g. CVSSv3.
|
|
329
|
+
*/
|
|
330
|
+
score?: number;
|
|
331
|
+
/**
|
|
332
|
+
* The impact description or rating.
|
|
333
|
+
*/
|
|
334
|
+
impact?: string;
|
|
335
|
+
/**
|
|
336
|
+
* The exploitability score/rating.
|
|
337
|
+
*/
|
|
338
|
+
exploitability?: number;
|
|
339
|
+
/**
|
|
340
|
+
* The vulnerability attack vector. (e.g. a CVSSv3 vector looks like this - 'AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N')
|
|
341
|
+
*/
|
|
342
|
+
vector?: string;
|
|
343
|
+
/**
|
|
344
|
+
* Steps to reproduce this finding.
|
|
345
|
+
*/
|
|
346
|
+
stepsToReproduce?: string[];
|
|
347
|
+
/**
|
|
348
|
+
* Recommendation on how to remediate/fix this finding.
|
|
349
|
+
*/
|
|
350
|
+
recommendation?: string;
|
|
351
|
+
/**
|
|
352
|
+
* The target listing of projects, applications, repos or systems this vulnerability impacts. Specifying either the project/repo name or the application URL here will auto-map this Vulnerability to the corresponding Project/CodeRepo/Application entity if a match is found.
|
|
353
|
+
*/
|
|
354
|
+
targets?: string[];
|
|
355
|
+
/**
|
|
356
|
+
* Additional details about the targets. Can be a string or an array.
|
|
357
|
+
*/
|
|
358
|
+
targetDetails?: string[];
|
|
359
|
+
/**
|
|
360
|
+
* The number of days that the Vulnerability must be remediated within, based on SLA set by the organization's internal vulnerability management program policy. The actually due date is set by 'remediationDueOn' property on the `IMPACTS` relationship between the Vulnerability and its impacted resource entity.
|
|
361
|
+
*/
|
|
362
|
+
remediationSLA?: number;
|
|
363
|
+
/**
|
|
364
|
+
* Indicates whether this vulnerability finding is a blocking issue. If true, it should block a production deploy. Defaults to false.
|
|
365
|
+
*/
|
|
366
|
+
blocksProduction?: boolean;
|
|
367
|
+
/**
|
|
368
|
+
* Indicates if this is an open vulnerability.
|
|
369
|
+
*/
|
|
370
|
+
open: boolean;
|
|
371
|
+
/**
|
|
372
|
+
* Indicates if this vulnerability is in production.
|
|
373
|
+
*/
|
|
374
|
+
production?: boolean;
|
|
375
|
+
/**
|
|
376
|
+
* Indicates if this is a publicly disclosed vulnerability. If yes, this is usually a CVE and the 'webLink' should be set to 'https://nvd.nist.gov/vuln/detail/${CVE-Number}' or to a vendor URL. If not, it is most likely a custom application vulnerability.
|
|
377
|
+
*/
|
|
378
|
+
public?: boolean;
|
|
379
|
+
/**
|
|
380
|
+
* Indicates if this Vulnerability finding has been validated by the security team.
|
|
381
|
+
*/
|
|
382
|
+
validated?: boolean;
|
|
383
|
+
/**
|
|
384
|
+
* The array of links to references.
|
|
385
|
+
*/
|
|
386
|
+
references?: string[];
|
|
387
|
+
[k: string]: unknown;
|
|
388
|
+
};
|
package/dist/src/Base.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Base.js","sourceRoot":"","sources":["../../src/Base.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
export * from './AccessKey';
|
|
2
|
+
export * from './AccessPolicy';
|
|
3
|
+
export * from './AccessRole';
|
|
4
|
+
export * from './Account';
|
|
5
|
+
export * from './Alert';
|
|
6
|
+
export * from './Application';
|
|
7
|
+
export * from './ApplicationEndpoint';
|
|
8
|
+
export * from './Assessment';
|
|
9
|
+
export * from './Attacker';
|
|
10
|
+
export * from './Backup';
|
|
11
|
+
export * from './Base';
|
|
12
|
+
export * from './Certificate';
|
|
13
|
+
export * from './Channel';
|
|
14
|
+
export * from './Cluster';
|
|
15
|
+
export * from './CodeCommit';
|
|
16
|
+
export * from './CodeDeploy';
|
|
17
|
+
export * from './CodeModule';
|
|
18
|
+
export * from './CodeRepo';
|
|
19
|
+
export * from './CodeReview';
|
|
20
|
+
export * from './Configuration';
|
|
21
|
+
export * from './Container';
|
|
22
|
+
export * from './Control';
|
|
23
|
+
export * from './ControlPolicy';
|
|
24
|
+
export * from './CryptoKey';
|
|
25
|
+
export * from './DataCollection';
|
|
26
|
+
export * from './DataObject';
|
|
27
|
+
export * from './Database';
|
|
28
|
+
export * from './Deployment';
|
|
29
|
+
export * from './Device';
|
|
30
|
+
export * from './Directory';
|
|
31
|
+
export * from './Disk';
|
|
32
|
+
export * from './Document';
|
|
33
|
+
export * from './Domain';
|
|
34
|
+
export * from './DomainRecord';
|
|
35
|
+
export * from './DomainZone';
|
|
36
|
+
export * from './Firewall';
|
|
37
|
+
export * from './Framework';
|
|
38
|
+
export * from './Function';
|
|
39
|
+
export * from './Gateway';
|
|
40
|
+
export * from './Group';
|
|
41
|
+
export * from './Host';
|
|
42
|
+
export * from './HostAgent';
|
|
43
|
+
export * from './Image';
|
|
44
|
+
export * from './Incident';
|
|
45
|
+
export * from './Internet';
|
|
46
|
+
export * from './IpAddress';
|
|
47
|
+
export * from './Issue';
|
|
48
|
+
export * from './Logs';
|
|
49
|
+
export * from './Model';
|
|
50
|
+
export * from './Module';
|
|
51
|
+
export * from './Network';
|
|
52
|
+
export * from './NetworkEndpoint';
|
|
53
|
+
export * from './NetworkInterface';
|
|
54
|
+
export * from './Organization';
|
|
55
|
+
export * from './PR';
|
|
56
|
+
export * from './PasswordPolicy';
|
|
57
|
+
export * from './Person';
|
|
58
|
+
export * from './Policy';
|
|
59
|
+
export * from './Problem';
|
|
60
|
+
export * from './Procedure';
|
|
61
|
+
export * from './Process';
|
|
62
|
+
export * from './Product';
|
|
63
|
+
export * from './Program';
|
|
64
|
+
export * from './Project';
|
|
65
|
+
export * from './Question';
|
|
66
|
+
export * from './Queue';
|
|
67
|
+
export * from './Record';
|
|
68
|
+
export * from './Repository';
|
|
69
|
+
export * from './Requirement';
|
|
70
|
+
export * from './Resource';
|
|
71
|
+
export * from './Review';
|
|
72
|
+
export * from './Risk';
|
|
73
|
+
export * from './Root';
|
|
74
|
+
export * from './Rule';
|
|
75
|
+
export * from './Ruleset';
|
|
76
|
+
export * from './Scanner';
|
|
77
|
+
export * from './Secret';
|
|
78
|
+
export * from './Section';
|
|
79
|
+
export * from './Service';
|
|
80
|
+
export * from './Site';
|
|
81
|
+
export * from './Standard';
|
|
82
|
+
export * from './Subscription';
|
|
83
|
+
export * from './Task';
|
|
84
|
+
export * from './Team';
|
|
85
|
+
export * from './ThreatIntel';
|
|
86
|
+
export * from './Training';
|
|
87
|
+
export * from './User';
|
|
88
|
+
export * from './UserGroup';
|
|
89
|
+
export * from './Vault';
|
|
90
|
+
export * from './Vendor';
|
|
91
|
+
export * from './Vulnerability';
|
|
92
|
+
export * from './Weakness';
|
|
93
|
+
export * from './Workflow';
|
|
94
|
+
export * from './Workload';
|
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
5
|
+
}) : (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
o[k2] = m[k];
|
|
8
|
+
}));
|
|
9
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
10
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
11
|
+
};
|
|
12
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13
|
+
__exportStar(require("./AccessKey"), exports);
|
|
14
|
+
__exportStar(require("./AccessPolicy"), exports);
|
|
15
|
+
__exportStar(require("./AccessRole"), exports);
|
|
16
|
+
__exportStar(require("./Account"), exports);
|
|
17
|
+
__exportStar(require("./Alert"), exports);
|
|
18
|
+
__exportStar(require("./Application"), exports);
|
|
19
|
+
__exportStar(require("./ApplicationEndpoint"), exports);
|
|
20
|
+
__exportStar(require("./Assessment"), exports);
|
|
21
|
+
__exportStar(require("./Attacker"), exports);
|
|
22
|
+
__exportStar(require("./Backup"), exports);
|
|
23
|
+
__exportStar(require("./Base"), exports);
|
|
24
|
+
__exportStar(require("./Certificate"), exports);
|
|
25
|
+
__exportStar(require("./Channel"), exports);
|
|
26
|
+
__exportStar(require("./Cluster"), exports);
|
|
27
|
+
__exportStar(require("./CodeCommit"), exports);
|
|
28
|
+
__exportStar(require("./CodeDeploy"), exports);
|
|
29
|
+
__exportStar(require("./CodeModule"), exports);
|
|
30
|
+
__exportStar(require("./CodeRepo"), exports);
|
|
31
|
+
__exportStar(require("./CodeReview"), exports);
|
|
32
|
+
__exportStar(require("./Configuration"), exports);
|
|
33
|
+
__exportStar(require("./Container"), exports);
|
|
34
|
+
__exportStar(require("./Control"), exports);
|
|
35
|
+
__exportStar(require("./ControlPolicy"), exports);
|
|
36
|
+
__exportStar(require("./CryptoKey"), exports);
|
|
37
|
+
__exportStar(require("./DataCollection"), exports);
|
|
38
|
+
__exportStar(require("./DataObject"), exports);
|
|
39
|
+
__exportStar(require("./Database"), exports);
|
|
40
|
+
__exportStar(require("./Deployment"), exports);
|
|
41
|
+
__exportStar(require("./Device"), exports);
|
|
42
|
+
__exportStar(require("./Directory"), exports);
|
|
43
|
+
__exportStar(require("./Disk"), exports);
|
|
44
|
+
__exportStar(require("./Document"), exports);
|
|
45
|
+
__exportStar(require("./Domain"), exports);
|
|
46
|
+
__exportStar(require("./DomainRecord"), exports);
|
|
47
|
+
__exportStar(require("./DomainZone"), exports);
|
|
48
|
+
__exportStar(require("./Firewall"), exports);
|
|
49
|
+
__exportStar(require("./Framework"), exports);
|
|
50
|
+
__exportStar(require("./Function"), exports);
|
|
51
|
+
__exportStar(require("./Gateway"), exports);
|
|
52
|
+
__exportStar(require("./Group"), exports);
|
|
53
|
+
__exportStar(require("./Host"), exports);
|
|
54
|
+
__exportStar(require("./HostAgent"), exports);
|
|
55
|
+
__exportStar(require("./Image"), exports);
|
|
56
|
+
__exportStar(require("./Incident"), exports);
|
|
57
|
+
__exportStar(require("./Internet"), exports);
|
|
58
|
+
__exportStar(require("./IpAddress"), exports);
|
|
59
|
+
__exportStar(require("./Issue"), exports);
|
|
60
|
+
__exportStar(require("./Logs"), exports);
|
|
61
|
+
__exportStar(require("./Model"), exports);
|
|
62
|
+
__exportStar(require("./Module"), exports);
|
|
63
|
+
__exportStar(require("./Network"), exports);
|
|
64
|
+
__exportStar(require("./NetworkEndpoint"), exports);
|
|
65
|
+
__exportStar(require("./NetworkInterface"), exports);
|
|
66
|
+
__exportStar(require("./Organization"), exports);
|
|
67
|
+
__exportStar(require("./PR"), exports);
|
|
68
|
+
__exportStar(require("./PasswordPolicy"), exports);
|
|
69
|
+
__exportStar(require("./Person"), exports);
|
|
70
|
+
__exportStar(require("./Policy"), exports);
|
|
71
|
+
__exportStar(require("./Problem"), exports);
|
|
72
|
+
__exportStar(require("./Procedure"), exports);
|
|
73
|
+
__exportStar(require("./Process"), exports);
|
|
74
|
+
__exportStar(require("./Product"), exports);
|
|
75
|
+
__exportStar(require("./Program"), exports);
|
|
76
|
+
__exportStar(require("./Project"), exports);
|
|
77
|
+
__exportStar(require("./Question"), exports);
|
|
78
|
+
__exportStar(require("./Queue"), exports);
|
|
79
|
+
__exportStar(require("./Record"), exports);
|
|
80
|
+
__exportStar(require("./Repository"), exports);
|
|
81
|
+
__exportStar(require("./Requirement"), exports);
|
|
82
|
+
__exportStar(require("./Resource"), exports);
|
|
83
|
+
__exportStar(require("./Review"), exports);
|
|
84
|
+
__exportStar(require("./Risk"), exports);
|
|
85
|
+
__exportStar(require("./Root"), exports);
|
|
86
|
+
__exportStar(require("./Rule"), exports);
|
|
87
|
+
__exportStar(require("./Ruleset"), exports);
|
|
88
|
+
__exportStar(require("./Scanner"), exports);
|
|
89
|
+
__exportStar(require("./Secret"), exports);
|
|
90
|
+
__exportStar(require("./Section"), exports);
|
|
91
|
+
__exportStar(require("./Service"), exports);
|
|
92
|
+
__exportStar(require("./Site"), exports);
|
|
93
|
+
__exportStar(require("./Standard"), exports);
|
|
94
|
+
__exportStar(require("./Subscription"), exports);
|
|
95
|
+
__exportStar(require("./Task"), exports);
|
|
96
|
+
__exportStar(require("./Team"), exports);
|
|
97
|
+
__exportStar(require("./ThreatIntel"), exports);
|
|
98
|
+
__exportStar(require("./Training"), exports);
|
|
99
|
+
__exportStar(require("./User"), exports);
|
|
100
|
+
__exportStar(require("./UserGroup"), exports);
|
|
101
|
+
__exportStar(require("./Vault"), exports);
|
|
102
|
+
__exportStar(require("./Vendor"), exports);
|
|
103
|
+
__exportStar(require("./Vulnerability"), exports);
|
|
104
|
+
__exportStar(require("./Weakness"), exports);
|
|
105
|
+
__exportStar(require("./Workflow"), exports);
|
|
106
|
+
__exportStar(require("./Workload"), exports);
|
|
107
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,8CAA4B;AAC5B,iDAA+B;AAC/B,+CAA6B;AAC7B,4CAA0B;AAC1B,0CAAwB;AACxB,gDAA8B;AAC9B,wDAAsC;AACtC,+CAA6B;AAC7B,6CAA2B;AAC3B,2CAAyB;AACzB,yCAAuB;AACvB,gDAA8B;AAC9B,4CAA0B;AAC1B,4CAA0B;AAC1B,+CAA6B;AAC7B,+CAA6B;AAC7B,+CAA6B;AAC7B,6CAA2B;AAC3B,+CAA6B;AAC7B,kDAAgC;AAChC,8CAA4B;AAC5B,4CAA0B;AAC1B,kDAAgC;AAChC,8CAA4B;AAC5B,mDAAiC;AACjC,+CAA6B;AAC7B,6CAA2B;AAC3B,+CAA6B;AAC7B,2CAAyB;AACzB,8CAA4B;AAC5B,yCAAuB;AACvB,6CAA2B;AAC3B,2CAAyB;AACzB,iDAA+B;AAC/B,+CAA6B;AAC7B,6CAA2B;AAC3B,8CAA4B;AAC5B,6CAA2B;AAC3B,4CAA0B;AAC1B,0CAAwB;AACxB,yCAAuB;AACvB,8CAA4B;AAC5B,0CAAwB;AACxB,6CAA2B;AAC3B,6CAA2B;AAC3B,8CAA4B;AAC5B,0CAAwB;AACxB,yCAAuB;AACvB,0CAAwB;AACxB,2CAAyB;AACzB,4CAA0B;AAC1B,oDAAkC;AAClC,qDAAmC;AACnC,iDAA+B;AAC/B,uCAAqB;AACrB,mDAAiC;AACjC,2CAAyB;AACzB,2CAAyB;AACzB,4CAA0B;AAC1B,8CAA4B;AAC5B,4CAA0B;AAC1B,4CAA0B;AAC1B,4CAA0B;AAC1B,4CAA0B;AAC1B,6CAA2B;AAC3B,0CAAwB;AACxB,2CAAyB;AACzB,+CAA6B;AAC7B,gDAA8B;AAC9B,6CAA2B;AAC3B,2CAAyB;AACzB,yCAAuB;AACvB,yCAAuB;AACvB,yCAAuB;AACvB,4CAA0B;AAC1B,4CAA0B;AAC1B,2CAAyB;AACzB,4CAA0B;AAC1B,4CAA0B;AAC1B,yCAAuB;AACvB,6CAA2B;AAC3B,iDAA+B;AAC/B,yCAAuB;AACvB,yCAAuB;AACvB,gDAA8B;AAC9B,6CAA2B;AAC3B,yCAAuB;AACvB,8CAA4B;AAC5B,0CAAwB;AACxB,2CAAyB;AACzB,kDAAgC;AAChC,6CAA2B;AAC3B,6CAA2B;AAC3B,6CAA2B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"program":{"fileNames":["../../../node_modules/typescript/lib/lib.es5.d.ts","../../../node_modules/typescript/lib/lib.es2015.d.ts","../../../node_modules/typescript/lib/lib.es2016.d.ts","../../../node_modules/typescript/lib/lib.es2017.d.ts","../../../node_modules/typescript/lib/lib.es2018.d.ts","../../../node_modules/typescript/lib/lib.es2019.d.ts","../../../node_modules/typescript/lib/lib.es2020.d.ts","../../../node_modules/typescript/lib/lib.es2021.d.ts","../../../node_modules/typescript/lib/lib.dom.d.ts","../../../node_modules/typescript/lib/lib.es2015.core.d.ts","../../../node_modules/typescript/lib/lib.es2015.collection.d.ts","../../../node_modules/typescript/lib/lib.es2015.generator.d.ts","../../../node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../../node_modules/typescript/lib/lib.es2015.promise.d.ts","../../../node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../../node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../../node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../../node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../../node_modules/typescript/lib/lib.es2017.object.d.ts","../../../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../../node_modules/typescript/lib/lib.es2017.string.d.ts","../../../node_modules/typescript/lib/lib.es2017.intl.d.ts","../../../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../../node_modules/typescript/lib/lib.es2018.intl.d.ts","../../../node_modules/typescript/lib/lib.es2018.promise.d.ts","../../../node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../../node_modules/typescript/lib/lib.es2019.array.d.ts","../../../node_modules/typescript/lib/lib.es2019.object.d.ts","../../../node_modules/typescript/lib/lib.es2019.string.d.ts","../../../node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../../node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../../node_modules/typescript/lib/lib.es2020.promise.d.ts","../../../node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../../node_modules/typescript/lib/lib.es2020.string.d.ts","../../../node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../../node_modules/typescript/lib/lib.es2020.intl.d.ts","../../../node_modules/typescript/lib/lib.es2021.promise.d.ts","../../../node_modules/typescript/lib/lib.es2021.string.d.ts","../../../node_modules/typescript/lib/lib.es2021.weakref.d.ts","../../../node_modules/typescript/lib/lib.es2021.intl.d.ts","../../../node_modules/typescript/lib/lib.esnext.intl.d.ts","../src/Base.ts","../src/AccessKey.d.ts","../src/AccessPolicy.d.ts","../src/AccessRole.d.ts","../src/Account.d.ts","../src/Alert.d.ts","../src/Application.d.ts","../src/ApplicationEndpoint.d.ts","../src/Assessment.d.ts","../src/Attacker.d.ts","../src/Backup.d.ts","../src/Certificate.d.ts","../src/Channel.d.ts","../src/Cluster.d.ts","../src/CodeCommit.d.ts","../src/CodeDeploy.d.ts","../src/CodeModule.d.ts","../src/CodeRepo.d.ts","../src/CodeReview.d.ts","../src/Configuration.d.ts","../src/Container.d.ts","../src/Control.d.ts","../src/ControlPolicy.d.ts","../src/CryptoKey.d.ts","../src/DataCollection.d.ts","../src/DataObject.d.ts","../src/DataStore.d.ts","../src/Database.d.ts","../src/Deployment.d.ts","../src/Device.d.ts","../src/Directory.d.ts","../src/Disk.d.ts","../src/Document.d.ts","../src/Domain.d.ts","../src/DomainRecord.d.ts","../src/DomainZone.d.ts","../src/Entity.d.ts","../src/Finding.d.ts","../src/Firewall.d.ts","../src/Framework.d.ts","../src/Function.d.ts","../src/Gateway.d.ts","../src/GraphObject.d.ts","../src/Group.d.ts","../src/Host.d.ts","../src/HostAgent.d.ts","../src/Image.d.ts","../src/Incident.d.ts","../src/Internet.d.ts","../src/IpAddress.d.ts","../src/Issue.d.ts","../src/Key.d.ts","../src/Logs.d.ts","../src/Model.d.ts","../src/Module.d.ts","../src/Network.d.ts","../src/NetworkEndpoint.d.ts","../src/NetworkInterface.d.ts","../src/Organization.d.ts","../src/PR.d.ts","../src/PasswordPolicy.d.ts","../src/Person.d.ts","../src/Policy.d.ts","../src/Problem.d.ts","../src/Procedure.d.ts","../src/Process.d.ts","../src/Product.d.ts","../src/Program.d.ts","../src/Project.d.ts","../src/Question.d.ts","../src/Queue.d.ts","../src/Record.d.ts","../src/RecordEntity.d.ts","../src/Repository.d.ts","../src/Requirement.d.ts","../src/Resource.d.ts","../src/Review.d.ts","../src/Risk.d.ts","../src/Root.d.ts","../src/Rule.d.ts","../src/Ruleset.d.ts","../src/Scanner.d.ts","../src/Secret.d.ts","../src/Section.d.ts","../src/Service.d.ts","../src/Site.d.ts","../src/Standard.d.ts","../src/Subscription.d.ts","../src/Task.d.ts","../src/Team.d.ts","../src/ThreatIntel.d.ts","../src/Training.d.ts","../src/User.d.ts","../src/UserGroup.d.ts","../src/Vault.d.ts","../src/Vendor.d.ts","../src/Vulnerability.d.ts","../src/Weakness.d.ts","../src/Workflow.d.ts","../src/Workload.d.ts","../src/index.ts","../../../node_modules/@babel/types/lib/index.d.ts","../../../node_modules/@types/babel__generator/index.d.ts","../../../node_modules/@babel/parser/typings/babel-parser.d.ts","../../../node_modules/@types/babel__template/index.d.ts","../../../node_modules/@types/babel__traverse/index.d.ts","../../../node_modules/@types/babel__core/index.d.ts","../../../node_modules/@types/node/ts4.8/assert.d.ts","../../../node_modules/@types/node/ts4.8/assert/strict.d.ts","../../../node_modules/@types/node/ts4.8/globals.d.ts","../../../node_modules/@types/node/ts4.8/async_hooks.d.ts","../../../node_modules/@types/node/ts4.8/buffer.d.ts","../../../node_modules/@types/node/ts4.8/child_process.d.ts","../../../node_modules/@types/node/ts4.8/cluster.d.ts","../../../node_modules/@types/node/ts4.8/console.d.ts","../../../node_modules/@types/node/ts4.8/constants.d.ts","../../../node_modules/@types/node/ts4.8/crypto.d.ts","../../../node_modules/@types/node/ts4.8/dgram.d.ts","../../../node_modules/@types/node/ts4.8/diagnostics_channel.d.ts","../../../node_modules/@types/node/ts4.8/dns.d.ts","../../../node_modules/@types/node/ts4.8/dns/promises.d.ts","../../../node_modules/@types/node/ts4.8/domain.d.ts","../../../node_modules/@types/node/ts4.8/dom-events.d.ts","../../../node_modules/@types/node/ts4.8/events.d.ts","../../../node_modules/@types/node/ts4.8/fs.d.ts","../../../node_modules/@types/node/ts4.8/fs/promises.d.ts","../../../node_modules/@types/node/ts4.8/http.d.ts","../../../node_modules/@types/node/ts4.8/http2.d.ts","../../../node_modules/@types/node/ts4.8/https.d.ts","../../../node_modules/@types/node/ts4.8/inspector.d.ts","../../../node_modules/@types/node/ts4.8/module.d.ts","../../../node_modules/@types/node/ts4.8/net.d.ts","../../../node_modules/@types/node/ts4.8/os.d.ts","../../../node_modules/@types/node/ts4.8/path.d.ts","../../../node_modules/@types/node/ts4.8/perf_hooks.d.ts","../../../node_modules/@types/node/ts4.8/process.d.ts","../../../node_modules/@types/node/ts4.8/punycode.d.ts","../../../node_modules/@types/node/ts4.8/querystring.d.ts","../../../node_modules/@types/node/ts4.8/readline.d.ts","../../../node_modules/@types/node/ts4.8/readline/promises.d.ts","../../../node_modules/@types/node/ts4.8/repl.d.ts","../../../node_modules/@types/node/ts4.8/stream.d.ts","../../../node_modules/@types/node/ts4.8/stream/promises.d.ts","../../../node_modules/@types/node/ts4.8/stream/consumers.d.ts","../../../node_modules/@types/node/ts4.8/stream/web.d.ts","../../../node_modules/@types/node/ts4.8/string_decoder.d.ts","../../../node_modules/@types/node/ts4.8/test.d.ts","../../../node_modules/@types/node/ts4.8/timers.d.ts","../../../node_modules/@types/node/ts4.8/timers/promises.d.ts","../../../node_modules/@types/node/ts4.8/tls.d.ts","../../../node_modules/@types/node/ts4.8/trace_events.d.ts","../../../node_modules/@types/node/ts4.8/tty.d.ts","../../../node_modules/@types/node/ts4.8/url.d.ts","../../../node_modules/@types/node/ts4.8/util.d.ts","../../../node_modules/@types/node/ts4.8/v8.d.ts","../../../node_modules/@types/node/ts4.8/vm.d.ts","../../../node_modules/@types/node/ts4.8/wasi.d.ts","../../../node_modules/@types/node/ts4.8/worker_threads.d.ts","../../../node_modules/@types/node/ts4.8/zlib.d.ts","../../../node_modules/@types/node/ts4.8/globals.global.d.ts","../../../node_modules/@types/node/ts4.8/index.d.ts","../../../node_modules/@types/fs-extra/index.d.ts","../../../node_modules/@types/graceful-fs/index.d.ts","../../../node_modules/@types/istanbul-lib-coverage/index.d.ts","../../../node_modules/@types/istanbul-lib-report/index.d.ts","../../../node_modules/@types/istanbul-reports/index.d.ts","../../../node_modules/chalk/index.d.ts","../../../node_modules/jest-diff/build/cleanupSemantic.d.ts","../../../node_modules/pretty-format/build/types.d.ts","../../../node_modules/pretty-format/build/index.d.ts","../../../node_modules/jest-diff/build/types.d.ts","../../../node_modules/jest-diff/build/diffLines.d.ts","../../../node_modules/jest-diff/build/printDiffs.d.ts","../../../node_modules/jest-diff/build/index.d.ts","../../../node_modules/jest-matcher-utils/build/index.d.ts","../../../node_modules/@types/jest/index.d.ts","../../../node_modules/@types/js-yaml/index.d.ts","../../../node_modules/@types/json-diff/index.d.ts","../../../node_modules/@types/json-schema/index.d.ts","../../../node_modules/@types/json2csv/JSON2CSVBase.d.ts","../../../node_modules/@types/json2csv/JSON2CSVParser.d.ts","../../../node_modules/@types/json2csv/JSON2CSVTransform.d.ts","../../../node_modules/@types/json2csv/JSON2CSVAsyncParser.d.ts","../../../node_modules/@types/json2csv/transforms/flatten.d.ts","../../../node_modules/@types/json2csv/transforms/unwind.d.ts","../../../node_modules/@types/json2csv/index.d.ts","../../../node_modules/@types/lodash/common/common.d.ts","../../../node_modules/@types/lodash/common/array.d.ts","../../../node_modules/@types/lodash/common/collection.d.ts","../../../node_modules/@types/lodash/common/date.d.ts","../../../node_modules/@types/lodash/common/function.d.ts","../../../node_modules/@types/lodash/common/lang.d.ts","../../../node_modules/@types/lodash/common/math.d.ts","../../../node_modules/@types/lodash/common/number.d.ts","../../../node_modules/@types/lodash/common/object.d.ts","../../../node_modules/@types/lodash/common/seq.d.ts","../../../node_modules/@types/lodash/common/string.d.ts","../../../node_modules/@types/lodash/common/util.d.ts","../../../node_modules/@types/lodash/index.d.ts","../../../node_modules/@types/minimatch/index.d.ts","../../../node_modules/@types/minimist/index.d.ts","../../../node_modules/@types/normalize-package-data/index.d.ts","../../../node_modules/@types/parse-json/index.d.ts","../../../node_modules/@types/prettier/index.d.ts","../../../node_modules/@types/set-cookie-parser/index.d.ts","../../../node_modules/@types/stack-utils/index.d.ts","../../../node_modules/@types/traverse/index.d.ts","../../../node_modules/moment/ts3.1-typings/moment.d.ts","../../../node_modules/@types/vis/index.d.ts","../../../node_modules/@types/yargs-parser/index.d.ts","../../../node_modules/@types/yargs/index.d.ts"],"fileInfos":[{"version":"89f78430e422a0f06d13019d60d5a45b37ec2d28e67eb647f73b1b0d19a46b72","affectsGlobalScope":true},"dc47c4fa66b9b9890cf076304de2a9c5201e94b740cffdf09f87296d877d71f6","7a387c58583dfca701b6c85e0adaf43fb17d590fb16d5b2dc0a2fbd89f35c467","8a12173c586e95f4433e0c6dc446bc88346be73ffe9ca6eec7aa63c8f3dca7f9","5f4e733ced4e129482ae2186aae29fde948ab7182844c3a5a51dd346182c7b06","e6b724280c694a9f588847f754198fb96c43d805f065c3a5b28bbc9594541c84","e21c071ca3e1b4a815d5f04a7475adcaeea5d64367e840dd0154096d705c3940","746d62152361558ea6d6115cf0da4dd10ede041d14882ede3568bce5dc4b4f1f",{"version":"abba1071bfd89e55e88a054b0c851ea3e8a494c340d0f3fab19eb18f6afb0c9e","affectsGlobalScope":true},{"version":"d8996609230d17e90484a2dd58f22668f9a05a3bfe00bfb1d6271171e54a31fb","affectsGlobalScope":true},{"version":"43fb1d932e4966a39a41b464a12a81899d9ae5f2c829063f5571b6b87e6d2f9c","affectsGlobalScope":true},{"version":"cdccba9a388c2ee3fd6ad4018c640a471a6c060e96f1232062223063b0a5ac6a","affectsGlobalScope":true},{"version":"4378fc8122ec9d1a685b01eb66c46f62aba6b239ca7228bb6483bcf8259ee493","affectsGlobalScope":true},{"version":"0d5f52b3174bee6edb81260ebcd792692c32c81fd55499d69531496f3f2b25e7","affectsGlobalScope":true},{"version":"810627a82ac06fb5166da5ada4159c4ec11978dfbb0805fe804c86406dab8357","affectsGlobalScope":true},{"version":"62d80405c46c3f4c527ee657ae9d43fda65a0bf582292429aea1e69144a522a6","affectsGlobalScope":true},{"version":"3013574108c36fd3aaca79764002b3717da09725a36a6fc02eac386593110f93","affectsGlobalScope":true},{"version":"75ec0bdd727d887f1b79ed6619412ea72ba3c81d92d0787ccb64bab18d261f14","affectsGlobalScope":true},{"version":"3be5a1453daa63e031d266bf342f3943603873d890ab8b9ada95e22389389006","affectsGlobalScope":true},{"version":"17bb1fc99591b00515502d264fa55dc8370c45c5298f4a5c2083557dccba5a2a","affectsGlobalScope":true},{"version":"7ce9f0bde3307ca1f944119f6365f2d776d281a393b576a18a2f2893a2d75c98","affectsGlobalScope":true},{"version":"6a6b173e739a6a99629a8594bfb294cc7329bfb7b227f12e1f7c11bc163b8577","affectsGlobalScope":true},{"version":"12a310447c5d23c7d0d5ca2af606e3bd08afda69100166730ab92c62999ebb9d","affectsGlobalScope":true},{"version":"b0124885ef82641903d232172577f2ceb5d3e60aed4da1153bab4221e1f6dd4e","affectsGlobalScope":true},{"version":"0eb85d6c590b0d577919a79e0084fa1744c1beba6fd0d4e951432fa1ede5510a","affectsGlobalScope":true},{"version":"da233fc1c8a377ba9e0bed690a73c290d843c2c3d23a7bd7ec5cd3d7d73ba1e0","affectsGlobalScope":true},{"version":"d154ea5bb7f7f9001ed9153e876b2d5b8f5c2bb9ec02b3ae0d239ec769f1f2ae","affectsGlobalScope":true},{"version":"bb2d3fb05a1d2ffbca947cc7cbc95d23e1d053d6595391bd325deb265a18d36c","affectsGlobalScope":true},{"version":"c80df75850fea5caa2afe43b9949338ce4e2de086f91713e9af1a06f973872b8","affectsGlobalScope":true},{"version":"9d57b2b5d15838ed094aa9ff1299eecef40b190722eb619bac4616657a05f951","affectsGlobalScope":true},{"version":"6c51b5dd26a2c31dbf37f00cfc32b2aa6a92e19c995aefb5b97a3a64f1ac99de","affectsGlobalScope":true},{"version":"6e7997ef61de3132e4d4b2250e75343f487903ddf5370e7ce33cf1b9db9a63ed","affectsGlobalScope":true},{"version":"2ad234885a4240522efccd77de6c7d99eecf9b4de0914adb9a35c0c22433f993","affectsGlobalScope":true},{"version":"1b3fe904465430e030c93239a348f05e1be80640d91f2f004c3512c2c2c89f34","affectsGlobalScope":true},{"version":"3787b83e297de7c315d55d4a7c546ae28e5f6c0a361b7a1dcec1f1f50a54ef11","affectsGlobalScope":true},{"version":"e7e8e1d368290e9295ef18ca23f405cf40d5456fa9f20db6373a61ca45f75f40","affectsGlobalScope":true},{"version":"faf0221ae0465363c842ce6aa8a0cbda5d9296940a8e26c86e04cc4081eea21e","affectsGlobalScope":true},{"version":"06393d13ea207a1bfe08ec8d7be562549c5e2da8983f2ee074e00002629d1871","affectsGlobalScope":true},{"version":"d071129cba6a5f2700be09c86c07ad2791ab67d4e5ed1eb301d6746c62745ea4","affectsGlobalScope":true},{"version":"6c55633c733c8378db65ac3da7a767c3cf2cf3057f0565a9124a16a3a2019e87","affectsGlobalScope":true},{"version":"fb4416144c1bf0323ccbc9afb0ab289c07312214e8820ad17d709498c865a3fe","affectsGlobalScope":true},{"version":"5b0ca94ec819d68d33da516306c15297acec88efeb0ae9e2b39f71dbd9685ef7","affectsGlobalScope":true},{"version":"e8c9f4e445a489991ca1a4232667de3ac36b07ba75ea335971fbeacf2d26fe67","affectsGlobalScope":true},{"version":"10bbdc1981b8d9310ee75bfac28ee0477bb2353e8529da8cff7cb26c409cb5e8","affectsGlobalScope":true},"45ae2b584753f78adeeb68f09f935fab1325ff5d846a2881acd396bba48cca21","c8208417cbe03973d32bd8a356e96dee877339e79374989664f419f86993d687","ca4009673dd88a4018210e06adb5665553a85787e7c3b330313afc5f5212334b","daef86d458d0f4bef54366cca96aadfd4ba26fe943263fe28ba1759c84686b72","1f23d19137034e6e2a7e1cb24e0fee54ee2fba70bb9f2bc341e469a4c4c2cad9","b4e11ab7ce8aa83a94105c4909442163c8f6fc0305ddfe61bd0b63ce0e11cac0","3113953707d0f2b618a05d2dca67981b8cafce590bc16421b6bc6dea94d4cd25","84a8d4f6a83e187f2fb55344bdc5ee406f2c912d260a13c74c896092fc9530e6","4bc5561656f69445dc44192c0803d2724e6762a0c7cbd90e5d6d7a867dd892ea","ef75b188849f60857d123ec1b70fc7dc49d83b22d7540b70baa6923fc05e41ea","ef44c8ac5dcbf48400dd79f38cb5a5dac684c3cd6b016931bbdff09565933f38","639158a4623828d5fa85fef226a4d31fd09a015fe1a3626c40d05e88cc1ba195","7522f29e831bfea56b677f6d1a598ec0b36d7577dd0372c863f4874fc53a3802","af7dd3060a53a250a10095786d0508b693fdb243e22f23255dc70e8fd3b300a8","36100426a5e0e7b6d2f34f961d17aa2fb4b35be49e2e1136ae32d4734baef24a","fda106c85103015f471ab8a92c476c609409184bd6697bf2ce844f7af6ae15e4","eadb76db60cf3d9cd14286a8f75d7d2eee28f2b5b4862485ba43c29cb9d49a55","bec0a84cccd82064eebf6158932dd20c7be966dabda7f61a1a0344a65c64fd2d","59150c014afb9a298710293ae6742419241062e13073086fa01ea1eb78b53460","270cfdec6eb1ba84c566432794ba2a961955a0d0e414c862aa1308ffa4868c13","2a6fceb5a3fdda0bce425d7fe922a0922a734cf8712fab10e094e8582a526523","b9ffa73ba4a02f9fe05bb34157ea4bcb4315719fd253969d69e7f44634a285c4","1e6be3c8f0db84bcc97487c793cf463bc9a349fafc0954f1afe750c8e3a6a3e4","ab2d2a584b06ac4eb639232e7869baf7d9729ad680124ed341635c6d210b5dac","b30a0333a7f2a84807262c4e692dc07e6a3d05183d6c5a832658488270674e2e","f8213ea9b7ab8cfa8f60056bb0ebeeda3d2bd1ac0702c18e74f67c54e1d6b6e3","7fd7258fcb960182f0cfbea85ad041bf4d61e9637311c1b29543f934a9be8c98","a41506ef522d4e9289297102a241604ebfd4233c994ac7f6079c459d3aaed24f","e6243f45ff168c862d5d6b0caf5d2ebe461b575b1dd42af3188d39073e10e2f3","63c7282d249725b5d038fd58a6db7bbb907ce5b71db2d36818d142d45a3f1eaa","16cc06d88ade4978ec7800b3c7e09278afe210283ca7686d791dcc598df49ac3","5c09a5c09c51054dea68a9f4cccdda8ecb5c6abca9599823673d98708c549568","33dae4f441caa9dfed7d188f9aa0b0442bd8ecea4c9fc91f23743029a921a2d2","e3181da6e5bd0151dfde955b6a02ac275a5e0710a98b183b6e87357bbdd338c8","faac2e147b39eb5220cbe00b59280477ae1e6fae77bf2ca9cfd77ed6635c1bfb","470a1ff99fd9408a47e2942f48a5485ff030b6f69377ed4a91216c51fe0e779a","7fd7258fcb960182f0cfbea85ad041bf4d61e9637311c1b29543f934a9be8c98","7fd7258fcb960182f0cfbea85ad041bf4d61e9637311c1b29543f934a9be8c98","1cb0ba4a0b43f0013a4102a07a6cd243d542efe710cb1ba85747ffab20d5d8ce","3567e9c3e91991a3de90143baa524daad0c1fe1220ce3f8919460732c290e3e4","8ac1b918f48bff4e24a25df7c0b43d0b9c490d94e145842c7ab2a61e96e51c55","9a89e71bb17d84c9f8753e76f2295e59000ac8bc488a220203e5fc33b0cd43f7","7fd7258fcb960182f0cfbea85ad041bf4d61e9637311c1b29543f934a9be8c98","73bf0b83c1b6b4beb4bacd451bdac1862449b0e3b959823e2d9321a1077e892e","373380b2456fb81ae4455c34e8a19f261357ff211aa782f3f9e94d83147fbc41","b23d6b311144338572dd29b369db863f1fc00c0a65f5374100a862b41969e1cb","6b7db708263aadb3f2f31b6b8fbebdf81aaeea87cc2a26b087d98615e24f6607","d71b2a7deb8a103be3dabbb6ec1272852ee4c9cff2b78fc648487283b1ddccaf","9555e35ce3c34f2dff93c53726ff00281e8886a1d390bdce28442b883c6ecff5","8b30628bbc6628868fb10266804a95b68d3f595396d532363e948fd4354741a9","8b938db4daf0feeade19e9d428586b0ba233eef6b5a334d87c55213996aa09c2","7fd7258fcb960182f0cfbea85ad041bf4d61e9637311c1b29543f934a9be8c98","34a3ff391664d5b3cc69191d140969eb20c60c036559d8f5bc42b7ca51e899f9","38a078cb191b623631b2a20794d0166ce8d3ff9bf058287fdb5df41ab62757f0","1890f67b9a05634bb2d458d1d09a8aae02e6a7e583557f46d7eac0c1fa56d6bc","e963e8d8c777a1d8ba83c703fe5b084a71b688430ac57c44e0006f65ea91b339","16b9280c3b5bf6c0a603e48475e7aea7a994e17ee9711a1bead0cebbaedc5e73","f9197f23b0a417d8bd0ad40c983868f7db5f7b570aad18c70049080db4c1151b","170c7bcf289f6d9a6232d841e332280dc2f9a41fe8083968ab69c2b293f4d6cc","926c944c2e1a13df416c4ffe77257f7a53f24a858c97aad2ef1e4a2e66b2a40b","3ff579605074538eae81723299274904416d1adc2d581db6f044fa6aacd85a8c","4ec41f81d00de0d28188554dce28b4c37ae676788bf4c8e6205154398dfc26b4","1a24686523d3365735643698b59ee4b7d543895785d87db55d2f5048756a9015","c0855d57cb00ed867619bc0555e3ec0f7a8c554d2853fbde19e5bd1a45148a5e","3c5d29d94906b372f33a23efd70dfaad9b12c1ec66fc2a90b0078e01eecebbe2","59bb76c642dab5b13615fd4c8343d91fa82cb21cf21972a5da8a4d78c28408ce","40361dd67ab5bd6030eef7af4fd48245b1fa43380a995862cbfc54ef6de7b945","f2b34378bda63c4cbc2cd38e3b0fd4ab34fa59f66d6b5c1ae590bedd92eef79f","920b10dd55a88f382952a7a733a57219697b5a33023195e3cbd3e2dc336f6a34","44103c448dc001cc16c2c976ac8ec07b83ebe5fd31fa7237c37f0335aa514c51","ea5360bac9f9a785578dfea76230883a9ef9c308b725be23a9755b6c67efc43d","7b426c01adfe00bfc5555a4eae2ee20207a5eeb113f9158f4b53ab952dab4642","7fd7258fcb960182f0cfbea85ad041bf4d61e9637311c1b29543f934a9be8c98","c735489af6b7dc386c25dd0282e03a299ba9eac6d9a70c63dba2ff85d54f23f9","417e2966fbc421783e2ff1963938da33dc02a6f4e21686b61b443243f48fcce8","4e508e3b4f2722a9e02d6b7242781263494d7a89876bf16b68a5a68ea51c6896","80f2a65531d69a1246130a3a41cd44be279c7168f47d1b05172a6cb957fe4ebf","0868ad2b4e0d39e6ad0099b4a7d150f00a5b599430807607c84f879dc3b2835f","79efd100133b86b389611b262dae1b39c623cdfcd69ad347bf4b98952adedafe","26a8c154ec26d1f68210c91ac00bbd0ada1576257cb62c15c1728268b4bed65c","9e85e3cca6f7cd2f1eae45bace0493d69a720e55f03a7fc464eb9544e7736b87","127807e171533d4078e67135aa60b46b436c921715741bda152f0ee29658bbcd","7a912609386ba01f1cedb772bbfe094a15ed4830e636f924cfd3557b5b82a9ff","73650535d8260d946273a3e178c75c93d98a6bbbc8a6ffe384ce200ff77b4177","794858ab6cbb3ed5fd5c8e7a44f8721db2c11fa6c44856abb448509611097952","104dcffbfa7073f148e7354f433563ccdffdab65db0d0ef3a50750c2e9643b26","c0f1ae89758a44e8960887c75e59d61d4808a9c99bfd1f17856a441c53b1afdc","818cb81f132e412a202a200aacc71c09ed01984684c8e8ba355b8e02ecb9546b","0916ee08c22d92992844bbefb5e7ae3d5ccc90606807db9aee6b116bffc5fb97","32f5ed97051d45526c15c61d86582cb676633cecca2fa3f2bafafcb9fb176e72","b181c991df60b1b04af8e6c8a05b6868ba6a21e2299e27db1b677b055870534c","3bebcc8b9e63b116e9fd2ac2c0b98869f620f4e0420966cc847ff6017fa8ccd2","e6e409fb3b8a26cc555cb6ae17a03035ca44ab7a00757ea857a6857cc40d84eb","43ebf16074fa1e63aae74b69171b71a1c4b111ce974cdffcbc2b3610e03a83ec","808fe5ad883ace203270a2bfe5f7149cc8d4f7e6691efeea96f4c7d0201796d4","55a80ef48bacf60f881efd9b5312112ea12617f6217f4232474a6ff858751a12","21aca4d1c4b0b6c7bf97f3606f6151d674c992650021ef924bee15d6b64828d3","343667f82312b3444757f4940aeb29f07a2b860bbc91f411318a6e9d0d65c96d","891207a27b151477223c85d0475fb1ebb29dba27717e39f8d7b4306381831cfd","affa165f47293ac9e6473cb247efb9c13eb444d2350e874da9cee05b89a4e3af","c299c98a695440f7f4f647a3d4c1c0412d6875e0173e996f411f09ebb11bbf71","2ff9995137f3e5d68971388ec58af0c79721626323884513f9f5e2e996ac1fdd","cc957354aa3c94c9961ebf46282cfde1e81d107fc5785a61f62c67f1dd3ac2eb","29afd3970c68fdcbf3168de0f855d7cd84135c436050793b0584e1a904affe2d","93de1c6dab503f053efe8d304cb522bb3a89feab8c98f307a674a4fae04773e9","3b043cf9a81854a72963fdb57d1884fc4da1cf5be69b5e0a4c5b751e58cb6d88","dd5647a9ccccb2b074dca8a02b00948ac293091ebe73fdf2e6e98f718819f669","7e771891adaa85b690266bc37bd6eb43bc57eecc4b54693ead36467e7369952a","a69c09dbea52352f479d3e7ac949fde3d17b195abe90b045d619f747b38d6d1a",{"version":"7ea8d971f6eadbddb79b14ba8923083d82bb1e2a208ec2f47deb6506eac48c36","affectsGlobalScope":true},"11e2d554398d2bd460e7d06b2fa5827a297c8acfbe00b4f894a224ac0862857f",{"version":"738be1a50fe998c2ee7af57ac6a551adf8c46ab888bcc0a35e0c6dbef0e302e7","affectsGlobalScope":true},"374ca798f244e464346f14301dc2a8b4b111af1a83b49fffef5906c338a1f922","5a94487653355b56018122d92392beb2e5f4a6c63ba5cef83bbe1c99775ef713",{"version":"d5135ad93b33adcce80b18f8065087934cdc1730d63db58562edcf017e1aad9b","affectsGlobalScope":true},"82408ed3e959ddc60d3e9904481b5a8dc16469928257af22a3f7d1a3bc7fd8c4","5450889a3b688f9da80e7c96963b2cfebc6097e8e95790a23a48558b61e6aea7","bb9c4ffa5e6290c6980b63c815cdd1625876dadb2efaf77edbe82984be93e55e","eb0621cc37d1cb25eb8777fb9835c5d98d5e69aac78e8437aa041b6325b70e05","216717f17c095cde1dc19375e1ab3af0a4a485355860c077a4f9d6ea59fab5b5","14b5aa23c5d0ae1907bc696ac7b6915d88f7d85799cc0dc2dcf98fbce2c5a67c","5c439dafdc09abe4d6c260a96b822fa0ba5be7203c71a63ab1f1423cd9e838ea",{"version":"6b526a5ec4a401ca7c26cfe6a48e641d8f30af76673bad3b06a1b4504594a960","affectsGlobalScope":true},{"version":"816ad2e607a96de5bcac7d437f843f5afd8957f1fa5eefa6bba8e4ed7ca8fd84","affectsGlobalScope":true},"cec36af22f514322f870e81d30675c78df82ae8bf4863f5fd4e4424c040c678d","d903fafe96674bc0b2ac38a5be4a8fc07b14c2548d1cdb165a80ea24c44c0c54","5eec82ac21f84d83586c59a16b9b8502d34505d1393393556682fe7e7fde9ef2","a3d541d303ee505053f5dcbf9fafb65cac3d5631037501cd616195863a6c5740","8d3c583a07e0c37e876908c2d5da575019f689df8d9fa4c081d99119d53dba22","2c828a5405191d006115ab34e191b8474bc6c86ffdc401d1a9864b1b6e088a58",{"version":"e630e5528e899219ae319e83bef54bf3bcb91b01d76861ecf881e8e614b167f0","affectsGlobalScope":true},"a40be9f6243a0a32f578ba8db1a31de58cd98d6fd0eedaec416307c8ad53442a","7ee6ed878c4528215c82b664fe0cfe80e8b4da6c0d4cc80869367868774db8b1","b0973c3cbcdc59b37bf477731d468696ecaf442593ec51bab497a613a580fe30",{"version":"4989e92ba5b69b182d2caaea6295af52b7dc73a4f7a2e336a676722884e7139d","affectsGlobalScope":true},{"version":"0715e4cd28ad471b2a93f3e552ff51a3ae423417a01a10aa1d3bc7c6b95059d6","affectsGlobalScope":true},"5153a2fd150e46ce57bb3f8db1318d33f6ad3261ed70ceeff92281c0608c74a3","210d54cd652ec0fec8c8916e4af59bb341065576ecda039842f9ffb2e908507c","36b03690b628eab08703d63f04eaa89c5df202e5f1edf3989f13ad389cd2c091","0effadd232a20498b11308058e334d3339cc5bf8c4c858393e38d9d4c0013dcf","25846d43937c672bab7e8195f3d881f93495df712ee901860effc109918938cc","1fb255b2bcef874fb82c17f6590a1e69d265b174e7f51e4a736c21ae3df4459d","1b952304137851e45bc009785de89ada562d9376177c97e37702e39e60c2f1ff","69ee23dd0d215b09907ad30d23f88b7790c93329d1faf31d7835552a10cf7cbf","44b8b584a338b190a59f4f6929d072431950c7bd92ec2694821c11bce180c8a5","23b89798789dffbd437c0c423f5d02d11f9736aea73d6abf16db4f812ff36eda","f69ff39996a61a0dd10f4bce73272b52e8024a4d58b13ab32bf4712909d0a2b7",{"version":"970a90f76d4d219ad60819d61f5994514087ba94c985647a3474a5a3d12714ed","affectsGlobalScope":true},"e10177274a35a9d07c825615340b2fcde2f610f53f3fb40269fd196b4288dda6","c4577fb855ca259bdbf3ea663ca73988ce5f84251a92b4aef80a1f4122b6f98e","3c13ef48634e7b5012fcf7e8fce7496352c2d779a7201389ca96a2a81ee4314d","5d0a25ec910fa36595f85a67ac992d7a53dd4064a1ba6aea1c9f14ab73a023f2",{"version":"f0900cd5d00fe1263ff41201fb8073dbeb984397e4af3b8002a5c207a30bdc33","affectsGlobalScope":true},{"version":"a84d2c9d5d7f5ced40d05a3e0740fa2197fd069671b2db01923ea60af3e89474","affectsGlobalScope":true},"6de4a219df57d2b27274d59b67708f13c2cbf7ed211abe57d8f9ab8b25cde776","0fe8985a28f82c450a04a6edf1279d7181c0893f37da7d2a27f8efd4fd5edb03","e59a892d87e72733e2a9ca21611b9beb52977be2696c7ba4b216cbbb9a48f5aa",{"version":"da26af7362f53d122283bc69fed862b9a9fe27e01bc6a69d1d682e0e5a4df3e6","affectsGlobalScope":true},"8a300fa9b698845a1f9c41ecbe2c5966634582a8e2020d51abcace9b55aa959e",{"version":"ab9b9a36e5284fd8d3bf2f7d5fcbc60052f25f27e4d20954782099282c60d23e","affectsGlobalScope":true},"652ee9c5103e89102d87bc20d167a02a0e3e5e53665674466c8cfea8a9e418c7","ed19da84b7dbf00952ad0b98ce5c194f1903bcf7c94d8103e8e0d63b271543ae","3ebae8c00411116a66fca65b08228ea0cf0b72724701f9b854442100aab55aba","8b06ac3faeacb8484d84ddb44571d8f410697f98d7bfa86c0fda60373a9f5215","7eb06594824ada538b1d8b48c3925a83e7db792f47a081a62cf3e5c4e23cf0ee","f5638f7c2f12a9a1a57b5c41b3c1ea7db3876c003bab68e6a57afd6bcc169af0","0d14fa22c41fdc7277e6f71473b20ebc07f40f00e38875142335d5b63cdfc9d2","d8aab31ba8e618cc3eea10b0945de81cb93b7e8150a013a482332263b9305322","462bccdf75fcafc1ae8c30400c9425e1a4681db5d605d1a0edb4f990a54d8094","5923d8facbac6ecf7c84739a5c701a57af94a6f6648d6229a6c768cf28f0f8cb","7adecb2c3238794c378d336a8182d4c3dd2c4fa6fa1785e2797a3db550edea62","dc12dc0e5aa06f4e1a7692149b78f89116af823b9e1f1e4eae140cd3e0e674e6","1bfc6565b90c8771615cd8cfcf9b36efc0275e5e83ac7d9181307e96eb495161","8a8a96898906f065f296665e411f51010b51372fa260d5373bf9f64356703190","7f82ef88bdb67d9a850dd1c7cd2d690f33e0f0acd208e3c9eba086f3670d4f73",{"version":"ccfd8774cd9b929f63ff7dcf657977eb0652e3547f1fcac1b3a1dc5db22d4d58","affectsGlobalScope":true},"686e548ae30250d62532c8cacb43fccc922b693408371bd3503563c4a0f28eed","270e729660d8df5baf58aa6b0dc1724de4ac41f8cf4a47b0ff51cb713eae9f61","0359682c54e487c4cab2b53b2b4d35cc8dea4d9914bc6abcdb5701f8b8e745a4","ee36efce86beeb8f4a34974891f3fe3c6c5774802089a633c07ed2dd4d308762","0e87eb9c7868f42dc605c98f557f818c70281232f8bc91ca72694ca8c1d94543","994a0590d6759e482925ec45ffeb2fc3045a1bcda25b4110c4870f52213eb210","1e8a489fd4a5523a91b72a00e360ee667ef9346e829359adb8f5ce08c11a8116","39d5cb0690a46e19d898e4581dea409979916f6bfa07c3115979888641bf404e","f0f17d3ab8ff023fab88b061c947853c774bf3f230b13eeb8b7c605085181525","fc75bcb3b1eb2cc497993423e70676b2b99881181bae55292db62a66b1ea06a0","675e702f2032766a91eeadee64f51014c64688525da99dccd8178f0c599f13a8","fe4a2042d087990ebfc7dc0142d5aaf5a152e4baea86b45f283f103ec1e871ea","d88a479cccf787b4aa82362150fbeba5211a32dbfafa7b92ba6995ecaf9a1a89","187119ff4f9553676a884e296089e131e8cc01691c546273b1d0089c3533ce42","c24ad9be9adf28f0927e3d9d9e9cec1c677022356f241ccbbfb97bfe8fb3d1a1","0ec0998e2d085e8ea54266f547976ae152c9dd6cdb9ac4d8a520a230f5ebae84","9364c7566b0be2f7b70ff5285eb34686f83ccb01bda529b82d23b2a844653bfb","00baffbe8a2f2e4875367479489b5d43b5fc1429ecb4a4cc98cfc3009095f52a","ae9930989ed57478eb03b9b80ad3efa7a3eacdfeff0f78ecf7894c4963a64f93","3c92b6dfd43cc1c2485d9eba5ff0b74a19bb8725b692773ef1d66dac48cda4bd","3e59f00ab03c33717b3130066d4debb272da90eeded4935ff0604c2bc25a5cae","6ac6f24aff52e62c3950461aa17eab26e3a156927858e6b654baef0058b4cd1e",{"version":"0714e2046df66c0e93c3330d30dbc0565b3e8cd3ee302cf99e4ede6220e5fec8","affectsGlobalScope":true},"8841e2aa774b89bd23302dede20663306dc1b9902431ac64b24be8b8d0e3f649","209e814e8e71aec74f69686a9506dd7610b97ab59dcee9446266446f72a76d05","6fa0008bf91a4cc9c8963bace4bba0bd6865cbfa29c3e3ccc461155660fb113a","2b8264b2fefd7367e0f20e2c04eed5d3038831fe00f5efbc110ff0131aab899b","6209c901f30cc321f4b86800d11fad3d67e73a3308f19946b1bc642af0280298","e5d49212b03abccc8df5098d379dc8350755b9ba53b515da4b1980494486ba78","b0d10e46cfe3f6c476b69af02eaa38e4ccc7430221ce3109ae84bb9fb8282298","97cad055446113b65658aa07fac62e03dee7645dafec7f8e1e627500d5d8ee6d","4051f6311deb0ce6052329eeb1cd4b1b104378fe52f882f483130bea75f92197","efdffb306ef0a6c0ac375064d190bc93c7c2108004064529ca7d5e7f38d71285","f7e133b20ee2669b6c0e5d7f0cd510868c57cd64b283e68c7f598e30ce9d76d2","6ba73232c9d3267ca36ddb83e335d474d2c0e167481e3dec416c782894e11438"],"options":{"composite":true,"declaration":true,"esModuleInterop":true,"module":1,"noImplicitThis":true,"noUnusedLocals":true,"outDir":"./","sourceMap":true,"strictNullChecks":true,"target":8},"fileIdsList":[[146,198],[198],[146,147,148,149,150,198],[146,148,198],[169,198,205],[198,208],[198,209],[198,214,219],[186,198,224,226],[198,230],[198,224],[186,198,230],[186,198,205,225,226,227,228,229],[198,231,233,234,235,236,237,238,239,240,241,242,243],[198,231,232,234,235,236,237,238,239,240,241,242,243],[198,232,233,234,235,236,237,238,239,240,241,242,243],[198,231,232,233,235,236,237,238,239,240,241,242,243],[198,231,232,233,234,236,237,238,239,240,241,242,243],[198,231,232,233,234,235,237,238,239,240,241,242,243],[198,231,232,233,234,235,236,238,239,240,241,242,243],[198,231,232,233,234,235,236,237,239,240,241,242,243],[198,231,232,233,234,235,236,237,238,240,241,242,243],[198,231,232,233,234,235,236,237,238,239,241,242,243],[198,231,232,233,234,235,236,237,238,239,240,242,243],[198,231,232,233,234,235,236,237,238,239,240,241,243],[198,231,232,233,234,235,236,237,238,239,240,241,242],[152,198],[155,198],[156,161,189,198],[157,168,169,176,186,197,198],[157,158,168,176,198],[159,198],[160,161,169,177,198],[161,186,194,198],[162,164,168,176,198],[163,198],[164,165,198],[168,198],[166,168,198],[168,169,170,186,197,198],[168,169,170,183,186,189,198],[198,202],[164,171,176,186,197,198],[168,169,171,172,176,186,194,197,198],[171,173,186,194,197,198],[152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204],[168,174,198],[175,197,198],[164,168,176,186,198],[177,198],[178,198],[155,179,198],[180,196,198,202],[181,198],[182,198],[168,183,184,198],[183,185,198,200],[156,168,186,187,188,189,198],[156,186,188,198],[186,187,198],[189,198],[190,198],[168,192,193,198],[192,193,198],[161,176,186,194,198],[195,198],[176,196,198],[156,171,182,197,198],[161,198],[186,198,199],[198,200],[198,201],[156,161,168,170,179,186,197,198,200,202],[186,198,203],[171,198,205],[198,252],[198,254],[198,212,215],[198,212,215,216,217],[198,214],[198,211,218],[198,213],[45,198],[45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,72,73,74,75,76,77,78,79,80,83,84,85,86,88,89,90,91,92,93,94,95,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,198]],"referencedMap":[[148,1],[146,2],[151,3],[147,1],[149,4],[150,1],[206,5],[207,5],[208,2],[209,6],[210,7],[220,8],[221,2],[222,2],[223,2],[227,9],[224,10],[225,11],[226,12],[230,13],[228,10],[229,10],[232,14],[233,15],[231,16],[234,17],[235,18],[236,19],[237,20],[238,21],[239,22],[240,23],[241,24],[242,25],[243,26],[244,2],[245,2],[152,27],[153,27],[155,28],[156,29],[157,30],[158,31],[159,32],[160,33],[161,34],[162,35],[163,36],[164,37],[165,37],[167,38],[166,39],[168,38],[169,40],[170,41],[154,42],[204,2],[171,43],[172,44],[173,45],[205,46],[174,47],[175,48],[176,49],[177,50],[178,51],[179,52],[180,53],[181,54],[182,55],[183,56],[184,56],[185,57],[186,58],[188,59],[187,60],[189,61],[190,62],[191,2],[192,63],[193,64],[194,65],[195,66],[196,67],[197,68],[198,69],[199,70],[200,71],[201,72],[202,73],[203,74],[246,2],[247,2],[248,2],[249,75],[250,2],[251,2],[253,76],[254,2],[255,77],[211,2],[212,2],[216,78],[218,79],[217,78],[215,80],[219,81],[252,2],[214,82],[213,2],[9,2],[11,2],[10,2],[2,2],[12,2],[13,2],[14,2],[15,2],[16,2],[17,2],[18,2],[19,2],[3,2],[4,2],[23,2],[20,2],[21,2],[22,2],[24,2],[25,2],[26,2],[5,2],[27,2],[28,2],[29,2],[30,2],[6,2],[31,2],[32,2],[33,2],[34,2],[7,2],[39,2],[35,2],[36,2],[37,2],[38,2],[8,2],[43,2],[40,2],[41,2],[42,2],[1,2],[44,2],[46,83],[47,83],[48,83],[49,83],[50,83],[51,83],[52,83],[53,83],[54,83],[55,83],[45,2],[56,83],[57,83],[58,83],[59,83],[60,83],[61,83],[62,83],[63,83],[64,83],[65,83],[66,83],[67,83],[68,83],[69,83],[70,83],[71,2],[72,83],[73,83],[74,83],[75,83],[76,83],[77,83],[78,83],[79,83],[80,83],[81,2],[82,2],[83,83],[84,83],[85,83],[86,83],[87,2],[88,83],[89,83],[90,83],[91,83],[92,83],[93,83],[94,83],[95,83],[96,2],[97,83],[98,83],[99,83],[100,83],[101,83],[102,83],[103,83],[104,83],[105,83],[106,83],[107,83],[108,83],[109,83],[110,83],[111,83],[112,83],[113,83],[114,83],[115,83],[116,83],[117,2],[118,83],[119,83],[120,83],[121,83],[122,83],[123,83],[124,83],[125,83],[126,83],[127,83],[128,83],[129,83],[130,83],[131,83],[132,83],[133,83],[134,83],[135,83],[136,83],[137,83],[138,83],[139,83],[140,83],[141,83],[142,83],[143,83],[144,83],[145,84]],"exportedModulesMap":[[148,1],[146,2],[151,3],[147,1],[149,4],[150,1],[206,5],[207,5],[208,2],[209,6],[210,7],[220,8],[221,2],[222,2],[223,2],[227,9],[224,10],[225,11],[226,12],[230,13],[228,10],[229,10],[232,14],[233,15],[231,16],[234,17],[235,18],[236,19],[237,20],[238,21],[239,22],[240,23],[241,24],[242,25],[243,26],[244,2],[245,2],[152,27],[153,27],[155,28],[156,29],[157,30],[158,31],[159,32],[160,33],[161,34],[162,35],[163,36],[164,37],[165,37],[167,38],[166,39],[168,38],[169,40],[170,41],[154,42],[204,2],[171,43],[172,44],[173,45],[205,46],[174,47],[175,48],[176,49],[177,50],[178,51],[179,52],[180,53],[181,54],[182,55],[183,56],[184,56],[185,57],[186,58],[188,59],[187,60],[189,61],[190,62],[191,2],[192,63],[193,64],[194,65],[195,66],[196,67],[197,68],[198,69],[199,70],[200,71],[201,72],[202,73],[203,74],[246,2],[247,2],[248,2],[249,75],[250,2],[251,2],[253,76],[254,2],[255,77],[211,2],[212,2],[216,78],[218,79],[217,78],[215,80],[219,81],[252,2],[214,82],[213,2],[9,2],[11,2],[10,2],[2,2],[12,2],[13,2],[14,2],[15,2],[16,2],[17,2],[18,2],[19,2],[3,2],[4,2],[23,2],[20,2],[21,2],[22,2],[24,2],[25,2],[26,2],[5,2],[27,2],[28,2],[29,2],[30,2],[6,2],[31,2],[32,2],[33,2],[34,2],[7,2],[39,2],[35,2],[36,2],[37,2],[38,2],[8,2],[43,2],[40,2],[41,2],[42,2],[1,2],[44,2],[46,83],[47,83],[48,83],[49,83],[50,83],[51,83],[52,83],[53,83],[54,83],[55,83],[45,2],[56,83],[57,83],[58,83],[59,83],[60,83],[61,83],[62,83],[63,83],[64,83],[65,83],[66,83],[67,83],[68,83],[69,83],[70,83],[71,2],[72,83],[73,83],[74,83],[75,83],[76,83],[77,83],[78,83],[79,83],[80,83],[81,2],[82,2],[83,83],[84,83],[85,83],[86,83],[87,2],[88,83],[89,83],[90,83],[91,83],[92,83],[93,83],[94,83],[95,83],[96,2],[97,83],[98,83],[99,83],[100,83],[101,83],[102,83],[103,83],[104,83],[105,83],[106,83],[107,83],[108,83],[109,83],[110,83],[111,83],[112,83],[113,83],[114,83],[115,83],[116,83],[117,2],[118,83],[119,83],[120,83],[121,83],[122,83],[123,83],[124,83],[125,83],[126,83],[127,83],[128,83],[129,83],[130,83],[131,83],[132,83],[133,83],[134,83],[135,83],[136,83],[137,83],[138,83],[139,83],[140,83],[141,83],[142,83],[143,83],[144,83],[145,84]],"semanticDiagnosticsPerFile":[148,146,151,147,149,150,206,207,208,209,210,220,221,222,223,227,224,225,226,230,228,229,232,233,231,234,235,236,237,238,239,240,241,242,243,244,245,152,153,155,156,157,158,159,160,161,162,163,164,165,167,166,168,169,170,154,204,171,172,173,205,174,175,176,177,178,179,180,181,182,183,184,185,186,188,187,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,246,247,248,249,250,251,253,254,255,211,212,216,218,217,215,219,252,214,213,9,11,10,2,12,13,14,15,16,17,18,19,3,4,23,20,21,22,24,25,26,5,27,28,29,30,6,31,32,33,34,7,39,35,36,37,38,8,43,40,41,42,1,44,46,47,48,49,50,51,52,53,54,55,45,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145]},"version":"4.5.5"}
|
package/package.json
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@jupiterone/integration-sdk-entities",
|
|
3
|
+
"version": "9.0.0",
|
|
4
|
+
"description": "Generated types for the JupiterOne data-model",
|
|
5
|
+
"main": "dist/src/index.js",
|
|
6
|
+
"types": "dist/src/index.d.ts",
|
|
7
|
+
"repository": "git@github.com:JupiterOne/sdk.git",
|
|
8
|
+
"author": "JupiterOne <dev@jupiterone.io>",
|
|
9
|
+
"license": "MPL-2.0",
|
|
10
|
+
"files": [
|
|
11
|
+
"dist"
|
|
12
|
+
],
|
|
13
|
+
"engines": {
|
|
14
|
+
"node": ">=18.0.0 <19.x"
|
|
15
|
+
},
|
|
16
|
+
"publishConfig": {
|
|
17
|
+
"access": "public"
|
|
18
|
+
},
|
|
19
|
+
"scripts": {
|
|
20
|
+
"test": "jest",
|
|
21
|
+
"prebuild:dist": "rm -rf dist && mkdir dist",
|
|
22
|
+
"build:dist": "tsc -p tsconfig.dist.json --declaration",
|
|
23
|
+
"prepack": "yarn build:dist",
|
|
24
|
+
"copy-schemas": "node tools/copy-schemas/index.js ../../node_modules/@jupiterone/data-model/dist/schemas",
|
|
25
|
+
"create-barrel": "node tools/create-barrel/index.js src",
|
|
26
|
+
"generate-ts-classes": "yarn run copy-schemas && rm -rf src && mkdir src && json2ts -i 'tools/copy-schemas/_schemas/*.json' -o src --cwd=tools/copy-schemas/_schemas --declareExternallyReferenced=false && ts-dedupe --duplicatesFile=src/Base.ts && yarn run create-barrel"
|
|
27
|
+
},
|
|
28
|
+
"dependencies": {
|
|
29
|
+
"@jupiterone/data-model": "^0.54.0",
|
|
30
|
+
"lodash": "^4.17.21"
|
|
31
|
+
},
|
|
32
|
+
"devDependencies": {
|
|
33
|
+
"@types/lodash": "^4.14.168"
|
|
34
|
+
},
|
|
35
|
+
"gitHead": "a8982e7a6e1d3777c63ea1e7f10914e7e56709c9"
|
|
36
|
+
}
|