@forge/migrations 0.0.0-experimental-416047f

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (45) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/README.md +22 -0
  3. package/out/__test__/errors.test.d.ts +2 -0
  4. package/out/__test__/errors.test.d.ts.map +1 -0
  5. package/out/__test__/errors.test.js +16 -0
  6. package/out/__test__/migration.test.d.ts +2 -0
  7. package/out/__test__/migration.test.d.ts.map +1 -0
  8. package/out/__test__/migration.test.js +221 -0
  9. package/out/__test__/query-api.test.d.ts +2 -0
  10. package/out/__test__/query-api.test.d.ts.map +1 -0
  11. package/out/__test__/query-api.test.js +144 -0
  12. package/out/index.d.ts +3 -0
  13. package/out/index.d.ts.map +1 -0
  14. package/out/index.js +5 -0
  15. package/out/migration/errors.d.ts +6 -0
  16. package/out/migration/errors.d.ts.map +1 -0
  17. package/out/migration/errors.js +15 -0
  18. package/out/migration/index.d.ts +22 -0
  19. package/out/migration/index.d.ts.map +1 -0
  20. package/out/migration/index.js +25 -0
  21. package/out/migration/migration-adaptor.d.ts +60 -0
  22. package/out/migration/migration-adaptor.d.ts.map +1 -0
  23. package/out/migration/migration-adaptor.js +2 -0
  24. package/out/migration/migration.d.ts +14 -0
  25. package/out/migration/migration.d.ts.map +1 -0
  26. package/out/migration/migration.js +81 -0
  27. package/out/migration/query-api.d.ts +11 -0
  28. package/out/migration/query-api.d.ts.map +1 -0
  29. package/out/migration/query-api.js +22 -0
  30. package/out/migration/utils.d.ts +5 -0
  31. package/out/migration/utils.d.ts.map +1 -0
  32. package/out/migration/utils.js +33 -0
  33. package/package.json +21 -0
  34. package/src/__test__/errors.test.ts +15 -0
  35. package/src/__test__/migration.test.ts +243 -0
  36. package/src/__test__/query-api.test.ts +177 -0
  37. package/src/index.ts +3 -0
  38. package/src/migration/errors.ts +13 -0
  39. package/src/migration/index.ts +33 -0
  40. package/src/migration/migration-adaptor.ts +71 -0
  41. package/src/migration/migration.ts +111 -0
  42. package/src/migration/query-api.ts +24 -0
  43. package/src/migration/utils.ts +31 -0
  44. package/tsconfig.json +13 -0
  45. package/tsconfig.tsbuildinfo +1504 -0
@@ -0,0 +1,1504 @@
1
+ {
2
+ "program": {
3
+ "fileInfos": {
4
+ "../../node_modules/typescript/lib/lib.es5.d.ts": {
5
+ "version": "70ae6416528e68c2ee7b62892200d2ca631759943d4429f8b779b947ff1e124d",
6
+ "signature": "70ae6416528e68c2ee7b62892200d2ca631759943d4429f8b779b947ff1e124d",
7
+ "affectsGlobalScope": true
8
+ },
9
+ "../../node_modules/typescript/lib/lib.es2015.d.ts": {
10
+ "version": "dc47c4fa66b9b9890cf076304de2a9c5201e94b740cffdf09f87296d877d71f6",
11
+ "signature": "dc47c4fa66b9b9890cf076304de2a9c5201e94b740cffdf09f87296d877d71f6",
12
+ "affectsGlobalScope": false
13
+ },
14
+ "../../node_modules/typescript/lib/lib.es2016.d.ts": {
15
+ "version": "7a387c58583dfca701b6c85e0adaf43fb17d590fb16d5b2dc0a2fbd89f35c467",
16
+ "signature": "7a387c58583dfca701b6c85e0adaf43fb17d590fb16d5b2dc0a2fbd89f35c467",
17
+ "affectsGlobalScope": false
18
+ },
19
+ "../../node_modules/typescript/lib/lib.es2017.d.ts": {
20
+ "version": "8a12173c586e95f4433e0c6dc446bc88346be73ffe9ca6eec7aa63c8f3dca7f9",
21
+ "signature": "8a12173c586e95f4433e0c6dc446bc88346be73ffe9ca6eec7aa63c8f3dca7f9",
22
+ "affectsGlobalScope": false
23
+ },
24
+ "../../node_modules/typescript/lib/lib.es2018.d.ts": {
25
+ "version": "5f4e733ced4e129482ae2186aae29fde948ab7182844c3a5a51dd346182c7b06",
26
+ "signature": "5f4e733ced4e129482ae2186aae29fde948ab7182844c3a5a51dd346182c7b06",
27
+ "affectsGlobalScope": false
28
+ },
29
+ "../../node_modules/typescript/lib/lib.es2015.core.d.ts": {
30
+ "version": "63e0cc12d0f77394094bd19e84464f9840af0071e5b9358ced30511efef1d8d2",
31
+ "signature": "63e0cc12d0f77394094bd19e84464f9840af0071e5b9358ced30511efef1d8d2",
32
+ "affectsGlobalScope": true
33
+ },
34
+ "../../node_modules/typescript/lib/lib.es2015.collection.d.ts": {
35
+ "version": "43fb1d932e4966a39a41b464a12a81899d9ae5f2c829063f5571b6b87e6d2f9c",
36
+ "signature": "43fb1d932e4966a39a41b464a12a81899d9ae5f2c829063f5571b6b87e6d2f9c",
37
+ "affectsGlobalScope": true
38
+ },
39
+ "../../node_modules/typescript/lib/lib.es2015.generator.d.ts": {
40
+ "version": "cdccba9a388c2ee3fd6ad4018c640a471a6c060e96f1232062223063b0a5ac6a",
41
+ "signature": "cdccba9a388c2ee3fd6ad4018c640a471a6c060e96f1232062223063b0a5ac6a",
42
+ "affectsGlobalScope": true
43
+ },
44
+ "../../node_modules/typescript/lib/lib.es2015.iterable.d.ts": {
45
+ "version": "42f5e41e5893da663dbf0394268f54f1da4b43dc0ddd2ea4bf471fe5361d6faf",
46
+ "signature": "42f5e41e5893da663dbf0394268f54f1da4b43dc0ddd2ea4bf471fe5361d6faf",
47
+ "affectsGlobalScope": true
48
+ },
49
+ "../../node_modules/typescript/lib/lib.es2015.promise.d.ts": {
50
+ "version": "0b7a905675e6cb4211c128f0a3aa47d414b275180a299a9aad5d3ec298abbfc4",
51
+ "signature": "0b7a905675e6cb4211c128f0a3aa47d414b275180a299a9aad5d3ec298abbfc4",
52
+ "affectsGlobalScope": true
53
+ },
54
+ "../../node_modules/typescript/lib/lib.es2015.proxy.d.ts": {
55
+ "version": "dfff68b3c34338f6b307a25d4566de15eed7973b0dc5d69f9fde2bcac1c25315",
56
+ "signature": "dfff68b3c34338f6b307a25d4566de15eed7973b0dc5d69f9fde2bcac1c25315",
57
+ "affectsGlobalScope": true
58
+ },
59
+ "../../node_modules/typescript/lib/lib.es2015.reflect.d.ts": {
60
+ "version": "cb609802a8698aa28b9c56331d4b53f590ca3c1c3a255350304ae3d06017779d",
61
+ "signature": "cb609802a8698aa28b9c56331d4b53f590ca3c1c3a255350304ae3d06017779d",
62
+ "affectsGlobalScope": true
63
+ },
64
+ "../../node_modules/typescript/lib/lib.es2015.symbol.d.ts": {
65
+ "version": "3013574108c36fd3aaca79764002b3717da09725a36a6fc02eac386593110f93",
66
+ "signature": "3013574108c36fd3aaca79764002b3717da09725a36a6fc02eac386593110f93",
67
+ "affectsGlobalScope": true
68
+ },
69
+ "../../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts": {
70
+ "version": "4670208dd7da9d6c774ab1b75c1527a810388c7989c4905de6aaea8561cb9dce",
71
+ "signature": "4670208dd7da9d6c774ab1b75c1527a810388c7989c4905de6aaea8561cb9dce",
72
+ "affectsGlobalScope": true
73
+ },
74
+ "../../node_modules/typescript/lib/lib.es2016.array.include.d.ts": {
75
+ "version": "3be5a1453daa63e031d266bf342f3943603873d890ab8b9ada95e22389389006",
76
+ "signature": "3be5a1453daa63e031d266bf342f3943603873d890ab8b9ada95e22389389006",
77
+ "affectsGlobalScope": true
78
+ },
79
+ "../../node_modules/typescript/lib/lib.es2017.object.d.ts": {
80
+ "version": "17bb1fc99591b00515502d264fa55dc8370c45c5298f4a5c2083557dccba5a2a",
81
+ "signature": "17bb1fc99591b00515502d264fa55dc8370c45c5298f4a5c2083557dccba5a2a",
82
+ "affectsGlobalScope": true
83
+ },
84
+ "../../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts": {
85
+ "version": "d0db416bccdb33975548baf09a42ee8c47eace1aac7907351a000f1e568e7232",
86
+ "signature": "d0db416bccdb33975548baf09a42ee8c47eace1aac7907351a000f1e568e7232",
87
+ "affectsGlobalScope": true
88
+ },
89
+ "../../node_modules/typescript/lib/lib.es2017.string.d.ts": {
90
+ "version": "6a6b173e739a6a99629a8594bfb294cc7329bfb7b227f12e1f7c11bc163b8577",
91
+ "signature": "6a6b173e739a6a99629a8594bfb294cc7329bfb7b227f12e1f7c11bc163b8577",
92
+ "affectsGlobalScope": true
93
+ },
94
+ "../../node_modules/typescript/lib/lib.es2017.intl.d.ts": {
95
+ "version": "12a310447c5d23c7d0d5ca2af606e3bd08afda69100166730ab92c62999ebb9d",
96
+ "signature": "12a310447c5d23c7d0d5ca2af606e3bd08afda69100166730ab92c62999ebb9d",
97
+ "affectsGlobalScope": true
98
+ },
99
+ "../../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts": {
100
+ "version": "b0124885ef82641903d232172577f2ceb5d3e60aed4da1153bab4221e1f6dd4e",
101
+ "signature": "b0124885ef82641903d232172577f2ceb5d3e60aed4da1153bab4221e1f6dd4e",
102
+ "affectsGlobalScope": true
103
+ },
104
+ "../../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts": {
105
+ "version": "0eb85d6c590b0d577919a79e0084fa1744c1beba6fd0d4e951432fa1ede5510a",
106
+ "signature": "0eb85d6c590b0d577919a79e0084fa1744c1beba6fd0d4e951432fa1ede5510a",
107
+ "affectsGlobalScope": true
108
+ },
109
+ "../../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts": {
110
+ "version": "a40c4d82bf13fcded295ac29f354eb7d40249613c15e07b53f2fc75e45e16359",
111
+ "signature": "a40c4d82bf13fcded295ac29f354eb7d40249613c15e07b53f2fc75e45e16359",
112
+ "affectsGlobalScope": true
113
+ },
114
+ "../../node_modules/typescript/lib/lib.es2018.intl.d.ts": {
115
+ "version": "df9c8a72ca8b0ed62f5470b41208a0587f0f73f0a7db28e5a1272cf92537518e",
116
+ "signature": "df9c8a72ca8b0ed62f5470b41208a0587f0f73f0a7db28e5a1272cf92537518e",
117
+ "affectsGlobalScope": true
118
+ },
119
+ "../../node_modules/typescript/lib/lib.es2018.promise.d.ts": {
120
+ "version": "bb2d3fb05a1d2ffbca947cc7cbc95d23e1d053d6595391bd325deb265a18d36c",
121
+ "signature": "bb2d3fb05a1d2ffbca947cc7cbc95d23e1d053d6595391bd325deb265a18d36c",
122
+ "affectsGlobalScope": true
123
+ },
124
+ "../../node_modules/typescript/lib/lib.es2018.regexp.d.ts": {
125
+ "version": "c80df75850fea5caa2afe43b9949338ce4e2de086f91713e9af1a06f973872b8",
126
+ "signature": "c80df75850fea5caa2afe43b9949338ce4e2de086f91713e9af1a06f973872b8",
127
+ "affectsGlobalScope": true
128
+ },
129
+ "../../node_modules/typescript/lib/lib.es2020.bigint.d.ts": {
130
+ "version": "4f435f794b7853c55e2ae7cff6206025802aa79232d2867544178f2ca8ff5eaa",
131
+ "signature": "4f435f794b7853c55e2ae7cff6206025802aa79232d2867544178f2ca8ff5eaa",
132
+ "affectsGlobalScope": true
133
+ },
134
+ "../../node_modules/typescript/lib/lib.esnext.intl.d.ts": {
135
+ "version": "89bf2b7a601b73ea4311eda9c41f86a58994fec1bee3b87c4a14d68d9adcdcbd",
136
+ "signature": "89bf2b7a601b73ea4311eda9c41f86a58994fec1bee3b87c4a14d68d9adcdcbd",
137
+ "affectsGlobalScope": true
138
+ },
139
+ "../../node_modules/tslib/tslib.d.ts": {
140
+ "version": "4576b4e61049f5ffd7c9e935cf88832e089265bdb15ffc35077310042cbbbeea",
141
+ "signature": "4576b4e61049f5ffd7c9e935cf88832e089265bdb15ffc35077310042cbbbeea",
142
+ "affectsGlobalScope": false
143
+ },
144
+ "../../node_modules/@types/node/assert.d.ts": {
145
+ "version": "0ce65cf5b36034006f2b315f379179f07bd5a6027f6538c7aed4ac5be6742fc7",
146
+ "signature": "0ce65cf5b36034006f2b315f379179f07bd5a6027f6538c7aed4ac5be6742fc7",
147
+ "affectsGlobalScope": false
148
+ },
149
+ "../../node_modules/@types/node/globals.d.ts": {
150
+ "version": "dd83f0d6c94825b05a6dd1013ee54379ce6029711509876b969f872f815ef7ef",
151
+ "signature": "dd83f0d6c94825b05a6dd1013ee54379ce6029711509876b969f872f815ef7ef",
152
+ "affectsGlobalScope": true
153
+ },
154
+ "../../node_modules/@types/node/async_hooks.d.ts": {
155
+ "version": "0721418a90edc5fca466672f266ab6de12cb50a9db29998fc58765481a3c82ef",
156
+ "signature": "0721418a90edc5fca466672f266ab6de12cb50a9db29998fc58765481a3c82ef",
157
+ "affectsGlobalScope": false
158
+ },
159
+ "../../node_modules/@types/node/buffer.d.ts": {
160
+ "version": "97b39f33e966bcf9762bccdaca76c94825199f3fef153ebea9bdfd3fcd2413b6",
161
+ "signature": "97b39f33e966bcf9762bccdaca76c94825199f3fef153ebea9bdfd3fcd2413b6",
162
+ "affectsGlobalScope": false
163
+ },
164
+ "../../node_modules/@types/events/index.d.ts": {
165
+ "version": "400db42c3a46984118bff14260d60cec580057dc1ab4c2d7310beb643e4f5935",
166
+ "signature": "400db42c3a46984118bff14260d60cec580057dc1ab4c2d7310beb643e4f5935",
167
+ "affectsGlobalScope": false
168
+ },
169
+ "../../node_modules/@types/node/child_process.d.ts": {
170
+ "version": "bf0ae001d0797ccbb74b3a91d88d28022e809f47f97e1b2b44b3e343b114cc95",
171
+ "signature": "bf0ae001d0797ccbb74b3a91d88d28022e809f47f97e1b2b44b3e343b114cc95",
172
+ "affectsGlobalScope": false
173
+ },
174
+ "../../node_modules/@types/node/cluster.d.ts": {
175
+ "version": "c41eff6b8e1f91104ae974ccd2bc37c723a462b30ca1df942b2c5b0158ef1df3",
176
+ "signature": "c41eff6b8e1f91104ae974ccd2bc37c723a462b30ca1df942b2c5b0158ef1df3",
177
+ "affectsGlobalScope": false
178
+ },
179
+ "../../node_modules/@types/node/console.d.ts": {
180
+ "version": "2e341737e0711c12040e83047487240b1693a6774253b8142d1a0500a805b7a1",
181
+ "signature": "2e341737e0711c12040e83047487240b1693a6774253b8142d1a0500a805b7a1",
182
+ "affectsGlobalScope": false
183
+ },
184
+ "../../node_modules/@types/node/constants.d.ts": {
185
+ "version": "e08e97c2865750e880fea09b150a702ccfa84163382daa0221f5597185a554bf",
186
+ "signature": "e08e97c2865750e880fea09b150a702ccfa84163382daa0221f5597185a554bf",
187
+ "affectsGlobalScope": false
188
+ },
189
+ "../../node_modules/@types/node/crypto.d.ts": {
190
+ "version": "7ec6b45fc1f5f012ac226b44d0eeaf5a0e90947431ad7c6d1f244ba080b2870d",
191
+ "signature": "7ec6b45fc1f5f012ac226b44d0eeaf5a0e90947431ad7c6d1f244ba080b2870d",
192
+ "affectsGlobalScope": false
193
+ },
194
+ "../../node_modules/@types/node/dgram.d.ts": {
195
+ "version": "4a1a19573176829708dc03efea508e7c364f6fa30098a5100bd9d93fc9cd38ee",
196
+ "signature": "4a1a19573176829708dc03efea508e7c364f6fa30098a5100bd9d93fc9cd38ee",
197
+ "affectsGlobalScope": false
198
+ },
199
+ "../../node_modules/@types/node/dns.d.ts": {
200
+ "version": "8296198bc72e7ef2221b0e140738ce56004e8d1323cd08b0ac1a15295fe911b5",
201
+ "signature": "8296198bc72e7ef2221b0e140738ce56004e8d1323cd08b0ac1a15295fe911b5",
202
+ "affectsGlobalScope": false
203
+ },
204
+ "../../node_modules/@types/node/domain.d.ts": {
205
+ "version": "baeda1fadac9fd31920480b85340ab9c4266a25ad08403dee8e15fd0751101fb",
206
+ "signature": "baeda1fadac9fd31920480b85340ab9c4266a25ad08403dee8e15fd0751101fb",
207
+ "affectsGlobalScope": false
208
+ },
209
+ "../../node_modules/@types/node/events.d.ts": {
210
+ "version": "12c4e8e811f4310b0dcaa3d1f843a35dc985f78941886cad4950453ad6753959",
211
+ "signature": "12c4e8e811f4310b0dcaa3d1f843a35dc985f78941886cad4950453ad6753959",
212
+ "affectsGlobalScope": false
213
+ },
214
+ "../../node_modules/@types/node/fs.d.ts": {
215
+ "version": "6bdede4dc73ad9816d0beeca7413ab29523f99a98441cc9fa6c614fd97fac49d",
216
+ "signature": "6bdede4dc73ad9816d0beeca7413ab29523f99a98441cc9fa6c614fd97fac49d",
217
+ "affectsGlobalScope": false
218
+ },
219
+ "../../node_modules/@types/node/http.d.ts": {
220
+ "version": "f8cf3768524d5f6fea2c7387848801e717eb911c0e63a72eabb960adc749cf09",
221
+ "signature": "f8cf3768524d5f6fea2c7387848801e717eb911c0e63a72eabb960adc749cf09",
222
+ "affectsGlobalScope": false
223
+ },
224
+ "../../node_modules/@types/node/http2.d.ts": {
225
+ "version": "b3e4f2772da66bac2144ca8cd63f70d211d2f970c93fcb789d03e8a046d47c93",
226
+ "signature": "b3e4f2772da66bac2144ca8cd63f70d211d2f970c93fcb789d03e8a046d47c93",
227
+ "affectsGlobalScope": false
228
+ },
229
+ "../../node_modules/@types/node/https.d.ts": {
230
+ "version": "a3586135924c800f21f739a1da43acace1acfdba124deb0871cbd6d04d7dfd1b",
231
+ "signature": "a3586135924c800f21f739a1da43acace1acfdba124deb0871cbd6d04d7dfd1b",
232
+ "affectsGlobalScope": false
233
+ },
234
+ "../../node_modules/@types/node/inspector.d.ts": {
235
+ "version": "f74c1fae7233cd08c72bb2dc09cb0673c53fb4c3c7903ccf0094404e3f2ba6d4",
236
+ "signature": "f74c1fae7233cd08c72bb2dc09cb0673c53fb4c3c7903ccf0094404e3f2ba6d4",
237
+ "affectsGlobalScope": false
238
+ },
239
+ "../../node_modules/@types/node/module.d.ts": {
240
+ "version": "4ec74fe565d13fd219884cfacf903c89477cc54148887e51c5bead4dae7dc4fd",
241
+ "signature": "4ec74fe565d13fd219884cfacf903c89477cc54148887e51c5bead4dae7dc4fd",
242
+ "affectsGlobalScope": false
243
+ },
244
+ "../../node_modules/@types/node/net.d.ts": {
245
+ "version": "f50f52f8fc2a5f8dfa594ff59a6273876b1734fe612e9f331ca9078fede3b304",
246
+ "signature": "f50f52f8fc2a5f8dfa594ff59a6273876b1734fe612e9f331ca9078fede3b304",
247
+ "affectsGlobalScope": false
248
+ },
249
+ "../../node_modules/@types/node/os.d.ts": {
250
+ "version": "a46d8aa9e561fb135d253e1657a0cd0f6c18377676305eb0ca28e418358b229c",
251
+ "signature": "a46d8aa9e561fb135d253e1657a0cd0f6c18377676305eb0ca28e418358b229c",
252
+ "affectsGlobalScope": false
253
+ },
254
+ "../../node_modules/@types/node/path.d.ts": {
255
+ "version": "5a168a15e7a423011b10da472ee3b6d92b27227c192cdaf1e09b30f58806856d",
256
+ "signature": "5a168a15e7a423011b10da472ee3b6d92b27227c192cdaf1e09b30f58806856d",
257
+ "affectsGlobalScope": false
258
+ },
259
+ "../../node_modules/@types/node/perf_hooks.d.ts": {
260
+ "version": "ad107fa472d28e615af522b31653e75caad12b834b257c1a83f6c4acff2de9bf",
261
+ "signature": "ad107fa472d28e615af522b31653e75caad12b834b257c1a83f6c4acff2de9bf",
262
+ "affectsGlobalScope": false
263
+ },
264
+ "../../node_modules/@types/node/process.d.ts": {
265
+ "version": "07cfc938dfbb5a7b5ba3c363366db93d5728b0fcad1aa08a12052a1b3b72817a",
266
+ "signature": "07cfc938dfbb5a7b5ba3c363366db93d5728b0fcad1aa08a12052a1b3b72817a",
267
+ "affectsGlobalScope": true
268
+ },
269
+ "../../node_modules/@types/node/punycode.d.ts": {
270
+ "version": "7f77304372efe3c9967e5f9ea2061f1b4bf41dc3cda3c83cdd676f2e5af6b7e6",
271
+ "signature": "7f77304372efe3c9967e5f9ea2061f1b4bf41dc3cda3c83cdd676f2e5af6b7e6",
272
+ "affectsGlobalScope": false
273
+ },
274
+ "../../node_modules/@types/node/querystring.d.ts": {
275
+ "version": "67cf04da598e6407427a17d828e9e02d8f5ae5a8466dc73d1585073b8dc29160",
276
+ "signature": "67cf04da598e6407427a17d828e9e02d8f5ae5a8466dc73d1585073b8dc29160",
277
+ "affectsGlobalScope": false
278
+ },
279
+ "../../node_modules/@types/node/readline.d.ts": {
280
+ "version": "fa960168e0650a987d5738376a22a1969b5dff2112b9653f9f1efddf8ba7d5bb",
281
+ "signature": "fa960168e0650a987d5738376a22a1969b5dff2112b9653f9f1efddf8ba7d5bb",
282
+ "affectsGlobalScope": false
283
+ },
284
+ "../../node_modules/@types/node/repl.d.ts": {
285
+ "version": "140b05c89cbd5fc75c4e9c1780d85dfb4ea73a2b11dd345f8f944afd002ad74f",
286
+ "signature": "140b05c89cbd5fc75c4e9c1780d85dfb4ea73a2b11dd345f8f944afd002ad74f",
287
+ "affectsGlobalScope": false
288
+ },
289
+ "../../node_modules/@types/node/stream.d.ts": {
290
+ "version": "ece46d0e5702e9c269aa71b42d02c934c10d4d24545b1d8594a8115f23a9011f",
291
+ "signature": "ece46d0e5702e9c269aa71b42d02c934c10d4d24545b1d8594a8115f23a9011f",
292
+ "affectsGlobalScope": false
293
+ },
294
+ "../../node_modules/@types/node/string_decoder.d.ts": {
295
+ "version": "5b0df2143d96172bf207ed187627e8c58b15a1a8f97bdbc2ede942b36b39fc98",
296
+ "signature": "5b0df2143d96172bf207ed187627e8c58b15a1a8f97bdbc2ede942b36b39fc98",
297
+ "affectsGlobalScope": false
298
+ },
299
+ "../../node_modules/@types/node/timers.d.ts": {
300
+ "version": "75409a3abea76ea586c6fb7f2e9f1a7dc007140e2d4ee26ab127735c4f9154e4",
301
+ "signature": "75409a3abea76ea586c6fb7f2e9f1a7dc007140e2d4ee26ab127735c4f9154e4",
302
+ "affectsGlobalScope": false
303
+ },
304
+ "../../node_modules/@types/node/tls.d.ts": {
305
+ "version": "8e721f0a95eb26a30228d571659d2db062213bfe066a97fff7967a0c8e1d56e4",
306
+ "signature": "8e721f0a95eb26a30228d571659d2db062213bfe066a97fff7967a0c8e1d56e4",
307
+ "affectsGlobalScope": false
308
+ },
309
+ "../../node_modules/@types/node/trace_events.d.ts": {
310
+ "version": "7df562288f949945cf69c21cd912100c2afedeeb7cdb219085f7f4b46cb7dde4",
311
+ "signature": "7df562288f949945cf69c21cd912100c2afedeeb7cdb219085f7f4b46cb7dde4",
312
+ "affectsGlobalScope": false
313
+ },
314
+ "../../node_modules/@types/node/tty.d.ts": {
315
+ "version": "9d16690485ff1eb4f6fc57aebe237728fd8e03130c460919da3a35f4d9bd97f5",
316
+ "signature": "9d16690485ff1eb4f6fc57aebe237728fd8e03130c460919da3a35f4d9bd97f5",
317
+ "affectsGlobalScope": false
318
+ },
319
+ "../../node_modules/@types/node/url.d.ts": {
320
+ "version": "807bf667365224f909aed5111ac8527e8e148f37fc73c61f70c762b920fb62c7",
321
+ "signature": "807bf667365224f909aed5111ac8527e8e148f37fc73c61f70c762b920fb62c7",
322
+ "affectsGlobalScope": false
323
+ },
324
+ "../../node_modules/@types/node/util.d.ts": {
325
+ "version": "3d87bdaed72f86b91f99401e6e04729afbb5916064778cf324b3d9b51c3a6d91",
326
+ "signature": "3d87bdaed72f86b91f99401e6e04729afbb5916064778cf324b3d9b51c3a6d91",
327
+ "affectsGlobalScope": false
328
+ },
329
+ "../../node_modules/@types/node/v8.d.ts": {
330
+ "version": "8ca837d16a31d6d01b13328ca9e6a39e424b4bf294d3b73349dccacea51be730",
331
+ "signature": "8ca837d16a31d6d01b13328ca9e6a39e424b4bf294d3b73349dccacea51be730",
332
+ "affectsGlobalScope": false
333
+ },
334
+ "../../node_modules/@types/node/vm.d.ts": {
335
+ "version": "a9d40247ec6c68a47effbb1d8acd8df288bcee7b6bf29c17cf4161e5ef609a0c",
336
+ "signature": "a9d40247ec6c68a47effbb1d8acd8df288bcee7b6bf29c17cf4161e5ef609a0c",
337
+ "affectsGlobalScope": false
338
+ },
339
+ "../../node_modules/@types/node/wasi.d.ts": {
340
+ "version": "caf38c850b924a0af08a893d06f68fcae3d5a41780b50cc6df9481beeca8e9a3",
341
+ "signature": "caf38c850b924a0af08a893d06f68fcae3d5a41780b50cc6df9481beeca8e9a3",
342
+ "affectsGlobalScope": false
343
+ },
344
+ "../../node_modules/@types/node/worker_threads.d.ts": {
345
+ "version": "7152c46a63e7f9ac7db6cd8d4dbf85d90f051a0db60e650573fae576580cbf9a",
346
+ "signature": "7152c46a63e7f9ac7db6cd8d4dbf85d90f051a0db60e650573fae576580cbf9a",
347
+ "affectsGlobalScope": false
348
+ },
349
+ "../../node_modules/@types/node/zlib.d.ts": {
350
+ "version": "496370c58ed054e51a68517846c28a695bf84df2873556cca7fe51e297b32420",
351
+ "signature": "496370c58ed054e51a68517846c28a695bf84df2873556cca7fe51e297b32420",
352
+ "affectsGlobalScope": false
353
+ },
354
+ "../../node_modules/@types/node/globals.global.d.ts": {
355
+ "version": "2708349d5a11a5c2e5f3a0765259ebe7ee00cdcc8161cb9990cb4910328442a1",
356
+ "signature": "2708349d5a11a5c2e5f3a0765259ebe7ee00cdcc8161cb9990cb4910328442a1",
357
+ "affectsGlobalScope": true
358
+ },
359
+ "../../node_modules/@types/node/index.d.ts": {
360
+ "version": "263da3252e029b3b62580b7a0c5e7bab07325a31c8af436ff60143cfda73b629",
361
+ "signature": "263da3252e029b3b62580b7a0c5e7bab07325a31c8af436ff60143cfda73b629",
362
+ "affectsGlobalScope": false
363
+ },
364
+ "../../node_modules/form-data/index.d.ts": {
365
+ "version": "736097ddbb2903bef918bb3b5811ef1c9c5656f2a73bd39b22a91b9cc2525e50",
366
+ "signature": "736097ddbb2903bef918bb3b5811ef1c9c5656f2a73bd39b22a91b9cc2525e50",
367
+ "affectsGlobalScope": false
368
+ },
369
+ "../../node_modules/@types/node-fetch/externals.d.ts": {
370
+ "version": "208bb742e0f201470da121bc73847c74b62cff4172f38ae5949ae77d6c9c6b71",
371
+ "signature": "208bb742e0f201470da121bc73847c74b62cff4172f38ae5949ae77d6c9c6b71",
372
+ "affectsGlobalScope": false
373
+ },
374
+ "../../node_modules/@types/node-fetch/index.d.ts": {
375
+ "version": "062bd2910098fc059ba93e347649b3e126c555f7b144033d21d3f8ef63d3e39b",
376
+ "signature": "062bd2910098fc059ba93e347649b3e126c555f7b144033d21d3f8ef63d3e39b",
377
+ "affectsGlobalScope": false
378
+ },
379
+ "./src/migration/migration-adaptor.ts": {
380
+ "version": "b56b0399bb9cb4b98565d61ca5edc4f682e114c778fec1178d22829bc40f9cd0",
381
+ "signature": "e4b45919b4b2b97ac6b7f782220947a2c1ddfddc407c1c8451dddf52749f739e",
382
+ "affectsGlobalScope": false
383
+ },
384
+ "../forge-storage/out/queries.d.ts": {
385
+ "version": "bc1ed470ce967e138d24c3dbf4abc51496137d2583080316615998af24861149",
386
+ "signature": "bc1ed470ce967e138d24c3dbf4abc51496137d2583080316615998af24861149",
387
+ "affectsGlobalScope": false
388
+ },
389
+ "../forge-storage/out/storage-adapter.d.ts": {
390
+ "version": "6f03418049cb01615fd7002f0a787e9f17228d3c03896508b5917cac873c3c06",
391
+ "signature": "6f03418049cb01615fd7002f0a787e9f17228d3c03896508b5917cac873c3c06",
392
+ "affectsGlobalScope": false
393
+ },
394
+ "../forge-storage/out/global-storage.d.ts": {
395
+ "version": "88538c361d4afaa3ed40dfc9738a44999b16ae0c5dc7ca1f088a80288a612507",
396
+ "signature": "88538c361d4afaa3ed40dfc9738a44999b16ae0c5dc7ca1f088a80288a612507",
397
+ "affectsGlobalScope": false
398
+ },
399
+ "../forge-storage/out/query-api.d.ts": {
400
+ "version": "6bd1c4a43faff2a333c0b4b17ea75826b726083aacb77b9801517d07fe76cd17",
401
+ "signature": "6bd1c4a43faff2a333c0b4b17ea75826b726083aacb77b9801517d07fe76cd17",
402
+ "affectsGlobalScope": false
403
+ },
404
+ "../forge-storage/out/conditions.d.ts": {
405
+ "version": "3b339bea8731e1dc45e8ae206876665dd7409981a117f0c5cfc41da4c5423503",
406
+ "signature": "3b339bea8731e1dc45e8ae206876665dd7409981a117f0c5cfc41da4c5423503",
407
+ "affectsGlobalScope": false
408
+ },
409
+ "../forge-storage/out/errors.d.ts": {
410
+ "version": "7c2b2bc1922e4cfc3b047d595c3a299a125f95f59e77dba6eb3bdd8318da4492",
411
+ "signature": "7c2b2bc1922e4cfc3b047d595c3a299a125f95f59e77dba6eb3bdd8318da4492",
412
+ "affectsGlobalScope": false
413
+ },
414
+ "../forge-storage/out/index.d.ts": {
415
+ "version": "9483bd7b01ac39ceddb67640f47dd57dce89b8c92873b6b69a8682e9f99524a1",
416
+ "signature": "9483bd7b01ac39ceddb67640f47dd57dce89b8c92873b6b69a8682e9f99524a1",
417
+ "affectsGlobalScope": false
418
+ },
419
+ "../forge-auth/out/types.d.ts": {
420
+ "version": "12e15333cc6ed707c2bd3b72b6f2ae011c3929304b27a21bebf65de70ec9c740",
421
+ "signature": "12e15333cc6ed707c2bd3b72b6f2ae011c3929304b27a21bebf65de70ec9c740",
422
+ "affectsGlobalScope": false
423
+ },
424
+ "../forge-auth/out/jira/index.d.ts": {
425
+ "version": "3c08dc57f755097e719a0fb23692e6ef24da82f96fb76f451ff1dba893e39671",
426
+ "signature": "3c08dc57f755097e719a0fb23692e6ef24da82f96fb76f451ff1dba893e39671",
427
+ "affectsGlobalScope": false
428
+ },
429
+ "../forge-api/out/authorization/index.d.ts": {
430
+ "version": "0152834fb44698289241c0814d77d3b1090530bbf7bbeedaaa22f438bbab97ff",
431
+ "signature": "0152834fb44698289241c0814d77d3b1090530bbf7bbeedaaa22f438bbab97ff",
432
+ "affectsGlobalScope": false
433
+ },
434
+ "../forge-api/out/safeUrl.d.ts": {
435
+ "version": "7e96e1dc3f5e39424549807b9a3ade88b34d68a0bfb6593784b1fcc3e0db50a8",
436
+ "signature": "7e96e1dc3f5e39424549807b9a3ade88b34d68a0bfb6593784b1fcc3e0db50a8",
437
+ "affectsGlobalScope": false
438
+ },
439
+ "../forge-api/out/webTrigger/index.d.ts": {
440
+ "version": "e1c484c259922762a02b576c9e20e5060d69a99c38c5e50e5d37dd15f76a6d70",
441
+ "signature": "e1c484c259922762a02b576c9e20e5060d69a99c38c5e50e5d37dd15f76a6d70",
442
+ "affectsGlobalScope": false
443
+ },
444
+ "../forge-api/out/privacy/index.d.ts": {
445
+ "version": "e37b69884392cf2e7a15305019e8dbc301c80892962abe397b1cfbe6acdd1030",
446
+ "signature": "e37b69884392cf2e7a15305019e8dbc301c80892962abe397b1cfbe6acdd1030",
447
+ "affectsGlobalScope": false
448
+ },
449
+ "../forge-api/out/index.d.ts": {
450
+ "version": "357419cee17094a5011fca17e24bdd18ccd4efc5cf6cb0598738641be7180ce8",
451
+ "signature": "357419cee17094a5011fca17e24bdd18ccd4efc5cf6cb0598738641be7180ce8",
452
+ "affectsGlobalScope": false
453
+ },
454
+ "./src/migration/errors.ts": {
455
+ "version": "971d454d3b458b2f8a4d14d227703d1c321fd5de2ce78c5064b6ac1db7106245",
456
+ "signature": "10a89dfb88e4e700550b895fb439c41d2a31d44ab99bc32ba1b54115ad681cc2",
457
+ "affectsGlobalScope": false
458
+ },
459
+ "./src/migration/utils.ts": {
460
+ "version": "07af17d56d2dd4a01496406e0c036b80524319608a213067daa0df138b4a7a53",
461
+ "signature": "075d08ed0123553fa06d008d7a6a8c00df209251b64c7793866216f7cd13142f",
462
+ "affectsGlobalScope": false
463
+ },
464
+ "./src/migration/migration.ts": {
465
+ "version": "163399d53401973c8bb67681d25cd855765231bc8c4260585459b492d592fb0b",
466
+ "signature": "3b9596b98e61b6b1ec3011b5dab5da0a3481067c08d136ad29fb5ab577adc32c",
467
+ "affectsGlobalScope": false
468
+ },
469
+ "./src/migration/query-api.ts": {
470
+ "version": "8fdd39f2eba2deeb1da161859dd92e6abe8706c950bffa660500e5ad4418a34d",
471
+ "signature": "d03085a9c7a02899410eaea4e2ed1304b1ea35a9f86474a3a2b0b3551ca6b907",
472
+ "affectsGlobalScope": false
473
+ },
474
+ "./src/migration/index.ts": {
475
+ "version": "aa7afc2eaa77e085b5ea50c5c2e29721b49c5eb0ef8750b46ac701fce7f2c744",
476
+ "signature": "7459ca986a330d5da97ff9379915ec691eaaabb19e93cab8003c4b0beac1a59d",
477
+ "affectsGlobalScope": false
478
+ },
479
+ "./src/index.ts": {
480
+ "version": "ffa3c4cbe6ea9a7c212c9100c53825a31905a14cbce09775f61eb4230b9137df",
481
+ "signature": "50f7d5e690ca39e2cb1c549df0f0991c3a95d0f1235f2f57af95a579f295d97e",
482
+ "affectsGlobalScope": false
483
+ },
484
+ "./src/__test__/errors.test.ts": {
485
+ "version": "d44a0989d278a27ee156a57eaa5aae11c1d21238f8026fb699c9301e5f95faa8",
486
+ "signature": "b5d7523b42f6acd1ed17495b1dd8bf1ab3dbe63bf8e36eac4d93d7bcfda6e9cb",
487
+ "affectsGlobalScope": false
488
+ },
489
+ "../../node_modules/jest-diff/build/cleanupSemantic.d.ts": {
490
+ "version": "d8aab31ba8e618cc3eea10b0945de81cb93b7e8150a013a482332263b9305322",
491
+ "signature": "d8aab31ba8e618cc3eea10b0945de81cb93b7e8150a013a482332263b9305322",
492
+ "affectsGlobalScope": false
493
+ },
494
+ "../../node_modules/jest-diff/build/types.d.ts": {
495
+ "version": "69da61a7b5093dac77fa3bec8be95dcf9a74c95a0e9161edb98bb24e30e439d2",
496
+ "signature": "69da61a7b5093dac77fa3bec8be95dcf9a74c95a0e9161edb98bb24e30e439d2",
497
+ "affectsGlobalScope": false
498
+ },
499
+ "../../node_modules/jest-diff/build/diffLines.d.ts": {
500
+ "version": "561eca7a381b96d6ccac6e4061e6d2ae53f5bc44203f3fd9f5b26864c32ae6e9",
501
+ "signature": "561eca7a381b96d6ccac6e4061e6d2ae53f5bc44203f3fd9f5b26864c32ae6e9",
502
+ "affectsGlobalScope": false
503
+ },
504
+ "../../node_modules/jest-diff/build/printDiffs.d.ts": {
505
+ "version": "62ea38627e3ebab429f7616812a9394d327c2bc271003dfba985de9b4137369f",
506
+ "signature": "62ea38627e3ebab429f7616812a9394d327c2bc271003dfba985de9b4137369f",
507
+ "affectsGlobalScope": false
508
+ },
509
+ "../../node_modules/jest-diff/build/index.d.ts": {
510
+ "version": "b4439890c168d646357928431100daac5cbdee1d345a34e6bf6eca9f3abe22bc",
511
+ "signature": "b4439890c168d646357928431100daac5cbdee1d345a34e6bf6eca9f3abe22bc",
512
+ "affectsGlobalScope": false
513
+ },
514
+ "../../node_modules/pretty-format/build/types.d.ts": {
515
+ "version": "5d72971a459517c44c1379dab9ed248e87a61ba0a1e0f25c9d67e1e640cd9a09",
516
+ "signature": "5d72971a459517c44c1379dab9ed248e87a61ba0a1e0f25c9d67e1e640cd9a09",
517
+ "affectsGlobalScope": false
518
+ },
519
+ "../../node_modules/pretty-format/build/index.d.ts": {
520
+ "version": "02d734976af36f4273d930bea88b3e62adf6b078cf120c1c63d49aa8d8427c5c",
521
+ "signature": "02d734976af36f4273d930bea88b3e62adf6b078cf120c1c63d49aa8d8427c5c",
522
+ "affectsGlobalScope": false
523
+ },
524
+ "../../node_modules/@types/jest/index.d.ts": {
525
+ "version": "516a426e3960379f310107635b8f3a7e8c307c6c665080b128039d9299ec4087",
526
+ "signature": "516a426e3960379f310107635b8f3a7e8c307c6c665080b128039d9299ec4087",
527
+ "affectsGlobalScope": true
528
+ },
529
+ "../../node_modules/@types/jest-when/index.d.ts": {
530
+ "version": "98aa59051a09a8cf6592b6cc1805373d5aaf9fbd29812c6e10b88b464fac5fd2",
531
+ "signature": "98aa59051a09a8cf6592b6cc1805373d5aaf9fbd29812c6e10b88b464fac5fd2",
532
+ "affectsGlobalScope": false
533
+ },
534
+ "../../node_modules/@types/istanbul-lib-coverage/index.d.ts": {
535
+ "version": "8b06ac3faeacb8484d84ddb44571d8f410697f98d7bfa86c0fda60373a9f5215",
536
+ "signature": "8b06ac3faeacb8484d84ddb44571d8f410697f98d7bfa86c0fda60373a9f5215",
537
+ "affectsGlobalScope": false
538
+ },
539
+ "../../node_modules/@jest/types/build/Global.d.ts": {
540
+ "version": "9fbfee041c92b843920dbdea5377e4898720323bf8f721b8c059b7dda8ea23b2",
541
+ "signature": "9fbfee041c92b843920dbdea5377e4898720323bf8f721b8c059b7dda8ea23b2",
542
+ "affectsGlobalScope": false
543
+ },
544
+ "../../node_modules/@jest/types/build/Circus.d.ts": {
545
+ "version": "d6cdc8d2ec9611272c9c36777990800e4acf908883af1adb052de3ca6660a076",
546
+ "signature": "d6cdc8d2ec9611272c9c36777990800e4acf908883af1adb052de3ca6660a076",
547
+ "affectsGlobalScope": false
548
+ },
549
+ "../../node_modules/@jest/types/node_modules/chalk/index.d.ts": {
550
+ "version": "0d14fa22c41fdc7277e6f71473b20ebc07f40f00e38875142335d5b63cdfc9d2",
551
+ "signature": "0d14fa22c41fdc7277e6f71473b20ebc07f40f00e38875142335d5b63cdfc9d2",
552
+ "affectsGlobalScope": false
553
+ },
554
+ "../../node_modules/@types/istanbul-lib-report/index.d.ts": {
555
+ "version": "7eb06594824ada538b1d8b48c3925a83e7db792f47a081a62cf3e5c4e23cf0ee",
556
+ "signature": "7eb06594824ada538b1d8b48c3925a83e7db792f47a081a62cf3e5c4e23cf0ee",
557
+ "affectsGlobalScope": false
558
+ },
559
+ "../../node_modules/@types/istanbul-reports/index.d.ts": {
560
+ "version": "f5638f7c2f12a9a1a57b5c41b3c1ea7db3876c003bab68e6a57afd6bcc169af0",
561
+ "signature": "f5638f7c2f12a9a1a57b5c41b3c1ea7db3876c003bab68e6a57afd6bcc169af0",
562
+ "affectsGlobalScope": false
563
+ },
564
+ "../../node_modules/@types/yargs-parser/index.d.ts": {
565
+ "version": "70e9a18da08294f75bf23e46c7d69e67634c0765d355887b9b41f0d959e1426e",
566
+ "signature": "70e9a18da08294f75bf23e46c7d69e67634c0765d355887b9b41f0d959e1426e",
567
+ "affectsGlobalScope": false
568
+ },
569
+ "../../node_modules/@types/yargs/index.d.ts": {
570
+ "version": "09c4b2e2d3070239d563fc690f0cc5db04a2d9b66a23e61aef8b5274e3e9910c",
571
+ "signature": "09c4b2e2d3070239d563fc690f0cc5db04a2d9b66a23e61aef8b5274e3e9910c",
572
+ "affectsGlobalScope": false
573
+ },
574
+ "../../node_modules/@jest/types/build/Config.d.ts": {
575
+ "version": "6e5bbd05958225631788d68c613088aa88313c62840c36f96ead45564a651acb",
576
+ "signature": "6e5bbd05958225631788d68c613088aa88313c62840c36f96ead45564a651acb",
577
+ "affectsGlobalScope": false
578
+ },
579
+ "../../node_modules/@jest/types/build/TestResult.d.ts": {
580
+ "version": "ef62b4aa372f77458d84c26614b44129f929e263c81b5cd1034f5828a5530412",
581
+ "signature": "ef62b4aa372f77458d84c26614b44129f929e263c81b5cd1034f5828a5530412",
582
+ "affectsGlobalScope": false
583
+ },
584
+ "../../node_modules/@jest/types/build/Transform.d.ts": {
585
+ "version": "4be75f5a584748db901246e3419b2e9348e27bae34fd13dd02be0e999fd5f83b",
586
+ "signature": "4be75f5a584748db901246e3419b2e9348e27bae34fd13dd02be0e999fd5f83b",
587
+ "affectsGlobalScope": false
588
+ },
589
+ "../../node_modules/@jest/types/build/index.d.ts": {
590
+ "version": "0b0feb9837c561c0a67b61024328045bb16bac6e4b10f7b0b217d3b8b43b0b12",
591
+ "signature": "0b0feb9837c561c0a67b61024328045bb16bac6e4b10f7b0b217d3b8b43b0b12",
592
+ "affectsGlobalScope": false
593
+ },
594
+ "../../node_modules/typescript/lib/typescript.d.ts": {
595
+ "version": "58548d902fa4c94ff0e78e0fb393afb300cb070128994a1d78529e4a10f858d8",
596
+ "signature": "58548d902fa4c94ff0e78e0fb393afb300cb070128994a1d78529e4a10f858d8",
597
+ "affectsGlobalScope": false
598
+ },
599
+ "../../node_modules/ts-jest/dist/config/paths-to-module-name-mapper.d.ts": {
600
+ "version": "7b80d25cee6eba0453aaeb22b9f56f61883154f93c31d7e3743cf6b262f6fb9d",
601
+ "signature": "7b80d25cee6eba0453aaeb22b9f56f61883154f93c31d7e3743cf6b262f6fb9d",
602
+ "affectsGlobalScope": false
603
+ },
604
+ "../../node_modules/@types/babel__generator/node_modules/@babel/types/lib/index.d.ts": {
605
+ "version": "2ff9995137f3e5d68971388ec58af0c79721626323884513f9f5e2e996ac1fdd",
606
+ "signature": "2ff9995137f3e5d68971388ec58af0c79721626323884513f9f5e2e996ac1fdd",
607
+ "affectsGlobalScope": false
608
+ },
609
+ "../../node_modules/@types/babel__generator/index.d.ts": {
610
+ "version": "cc957354aa3c94c9961ebf46282cfde1e81d107fc5785a61f62c67f1dd3ac2eb",
611
+ "signature": "cc957354aa3c94c9961ebf46282cfde1e81d107fc5785a61f62c67f1dd3ac2eb",
612
+ "affectsGlobalScope": false
613
+ },
614
+ "../../node_modules/@babel/types/lib/index.d.ts": {
615
+ "version": "d5d7b68f5369a210c235cd65458369888f8b839192d088c964f21cab3ac954db",
616
+ "signature": "d5d7b68f5369a210c235cd65458369888f8b839192d088c964f21cab3ac954db",
617
+ "affectsGlobalScope": false
618
+ },
619
+ "../../node_modules/@babel/parser/typings/babel-parser.d.ts": {
620
+ "version": "8670878e030b88a469db43b36ef90ffa208e74faf249416feeb8fbb6b646b4a9",
621
+ "signature": "8670878e030b88a469db43b36ef90ffa208e74faf249416feeb8fbb6b646b4a9",
622
+ "affectsGlobalScope": false
623
+ },
624
+ "../../node_modules/@types/babel__template/node_modules/@babel/types/lib/index.d.ts": {
625
+ "version": "2ff9995137f3e5d68971388ec58af0c79721626323884513f9f5e2e996ac1fdd",
626
+ "signature": "2ff9995137f3e5d68971388ec58af0c79721626323884513f9f5e2e996ac1fdd",
627
+ "affectsGlobalScope": false
628
+ },
629
+ "../../node_modules/@types/babel__template/index.d.ts": {
630
+ "version": "93de1c6dab503f053efe8d304cb522bb3a89feab8c98f307a674a4fae04773e9",
631
+ "signature": "93de1c6dab503f053efe8d304cb522bb3a89feab8c98f307a674a4fae04773e9",
632
+ "affectsGlobalScope": false
633
+ },
634
+ "../../node_modules/@types/babel__traverse/node_modules/@babel/types/lib/index.d.ts": {
635
+ "version": "2ff9995137f3e5d68971388ec58af0c79721626323884513f9f5e2e996ac1fdd",
636
+ "signature": "2ff9995137f3e5d68971388ec58af0c79721626323884513f9f5e2e996ac1fdd",
637
+ "affectsGlobalScope": false
638
+ },
639
+ "../../node_modules/@types/babel__traverse/ts4.1/index.d.ts": {
640
+ "version": "7ec562d20173996ab057cd17eb0af2e5de5fee1b1024ef20373c105b18020346",
641
+ "signature": "7ec562d20173996ab057cd17eb0af2e5de5fee1b1024ef20373c105b18020346",
642
+ "affectsGlobalScope": false
643
+ },
644
+ "../../node_modules/@types/babel__core/node_modules/@babel/types/lib/index.d.ts": {
645
+ "version": "2ff9995137f3e5d68971388ec58af0c79721626323884513f9f5e2e996ac1fdd",
646
+ "signature": "2ff9995137f3e5d68971388ec58af0c79721626323884513f9f5e2e996ac1fdd",
647
+ "affectsGlobalScope": false
648
+ },
649
+ "../../node_modules/@types/babel__core/index.d.ts": {
650
+ "version": "5426e62886b7be7806312d31a00e8f7dccd6fe63ba9bbefe99ee2eab29cc48a3",
651
+ "signature": "5426e62886b7be7806312d31a00e8f7dccd6fe63ba9bbefe99ee2eab29cc48a3",
652
+ "affectsGlobalScope": false
653
+ },
654
+ "../../node_modules/ts-jest/dist/tsconfig-raw.d.ts": {
655
+ "version": "fc29715734d0603fa7aa9fb0458aae62eec6eae3436b2b48f137ea3638dd7c0b",
656
+ "signature": "fc29715734d0603fa7aa9fb0458aae62eec6eae3436b2b48f137ea3638dd7c0b",
657
+ "affectsGlobalScope": false
658
+ },
659
+ "../../node_modules/ts-jest/dist/types.d.ts": {
660
+ "version": "25f5526864ab837443f1a3c7c0a4aa5d1d14ab9df1b8112105eb3b2ed022fd0c",
661
+ "signature": "25f5526864ab837443f1a3c7c0a4aa5d1d14ab9df1b8112105eb3b2ed022fd0c",
662
+ "affectsGlobalScope": false
663
+ },
664
+ "../../node_modules/ts-jest/dist/presets/create-jest-preset.d.ts": {
665
+ "version": "1da7ef79229aa015c57815ed2f838be89211379984edabf96d9333615cd5ca7d",
666
+ "signature": "1da7ef79229aa015c57815ed2f838be89211379984edabf96d9333615cd5ca7d",
667
+ "affectsGlobalScope": false
668
+ },
669
+ "../../node_modules/ts-jest/dist/utils/testing.d.ts": {
670
+ "version": "e5fd353f9cbb5bc4733150968f69841d712636b284a339226d5b207d05ed281b",
671
+ "signature": "e5fd353f9cbb5bc4733150968f69841d712636b284a339226d5b207d05ed281b",
672
+ "affectsGlobalScope": false
673
+ },
674
+ "../../node_modules/ts-jest/utils/index.d.ts": {
675
+ "version": "df1b04f6412b42761798b2740eea2dff857cb56215a037fcb287cbfd6dd044df",
676
+ "signature": "df1b04f6412b42761798b2740eea2dff857cb56215a037fcb287cbfd6dd044df",
677
+ "affectsGlobalScope": false
678
+ },
679
+ "./src/__test__/migration.test.ts": {
680
+ "version": "56e44bcd47479953ecf4aece6ca7557824e9ba8517d3733c1751c0f77760264d",
681
+ "signature": "00e64039b0b16d0a311c28c5ab9e1ec67f4d1cfc8bff56ff6c14d7c149362ec7",
682
+ "affectsGlobalScope": false
683
+ },
684
+ "./src/__test__/query-api.test.ts": {
685
+ "version": "68bb3f47e22733bf4e516931b36a4fac2e73b94fa8385ecec47fee3e4c31f97f",
686
+ "signature": "992008f9ddb7bfac9925d559482bc234bde772c083ca134ae8a1d39d08d59b50",
687
+ "affectsGlobalScope": false
688
+ }
689
+ },
690
+ "options": {
691
+ "allowJs": false,
692
+ "baseUrl": "../..",
693
+ "declaration": true,
694
+ "declarationMap": true,
695
+ "esModuleInterop": true,
696
+ "importHelpers": true,
697
+ "lib": [
698
+ "lib.es2017.d.ts"
699
+ ],
700
+ "module": 1,
701
+ "moduleResolution": 2,
702
+ "noUnusedLocals": true,
703
+ "removeComments": true,
704
+ "resolveJsonModule": true,
705
+ "skipLibCheck": true,
706
+ "strict": true,
707
+ "target": 4,
708
+ "types": [
709
+ "node",
710
+ "jest"
711
+ ],
712
+ "typeRoots": [
713
+ "../../node_modules/@types"
714
+ ],
715
+ "outDir": "./out",
716
+ "rootDir": "./src",
717
+ "composite": true,
718
+ "configFilePath": "./tsconfig.json"
719
+ },
720
+ "referencedMap": {
721
+ "../../node_modules/@babel/parser/typings/babel-parser.d.ts": [
722
+ "../../node_modules/@babel/types/lib/index.d.ts"
723
+ ],
724
+ "../../node_modules/@jest/types/build/Circus.d.ts": [
725
+ "../../node_modules/@jest/types/build/Global.d.ts",
726
+ "../../node_modules/@types/node/index.d.ts"
727
+ ],
728
+ "../../node_modules/@jest/types/build/Config.d.ts": [
729
+ "../../node_modules/@jest/types/node_modules/chalk/index.d.ts",
730
+ "../../node_modules/@types/istanbul-reports/index.d.ts",
731
+ "../../node_modules/@types/node/index.d.ts",
732
+ "../../node_modules/@types/yargs/index.d.ts"
733
+ ],
734
+ "../../node_modules/@jest/types/build/Global.d.ts": [
735
+ "../../node_modules/@types/istanbul-lib-coverage/index.d.ts",
736
+ "../../node_modules/@types/node/index.d.ts"
737
+ ],
738
+ "../../node_modules/@jest/types/build/index.d.ts": [
739
+ "../../node_modules/@jest/types/build/Circus.d.ts",
740
+ "../../node_modules/@jest/types/build/Config.d.ts",
741
+ "../../node_modules/@jest/types/build/Global.d.ts",
742
+ "../../node_modules/@jest/types/build/TestResult.d.ts",
743
+ "../../node_modules/@jest/types/build/Transform.d.ts"
744
+ ],
745
+ "../../node_modules/@types/babel__core/index.d.ts": [
746
+ "../../node_modules/@babel/parser/typings/babel-parser.d.ts",
747
+ "../../node_modules/@types/babel__generator/index.d.ts",
748
+ "../../node_modules/@types/babel__generator/node_modules/@babel/types/lib/index.d.ts",
749
+ "../../node_modules/@types/babel__template/index.d.ts",
750
+ "../../node_modules/@types/babel__traverse/ts4.1/index.d.ts"
751
+ ],
752
+ "../../node_modules/@types/babel__generator/index.d.ts": [
753
+ "../../node_modules/@types/babel__generator/node_modules/@babel/types/lib/index.d.ts"
754
+ ],
755
+ "../../node_modules/@types/babel__template/index.d.ts": [
756
+ "../../node_modules/@babel/parser/typings/babel-parser.d.ts",
757
+ "../../node_modules/@types/babel__generator/node_modules/@babel/types/lib/index.d.ts"
758
+ ],
759
+ "../../node_modules/@types/babel__traverse/ts4.1/index.d.ts": [
760
+ "../../node_modules/@types/babel__generator/node_modules/@babel/types/lib/index.d.ts"
761
+ ],
762
+ "../../node_modules/@types/istanbul-lib-report/index.d.ts": [
763
+ "../../node_modules/@types/istanbul-lib-coverage/index.d.ts"
764
+ ],
765
+ "../../node_modules/@types/istanbul-reports/index.d.ts": [
766
+ "../../node_modules/@types/istanbul-lib-report/index.d.ts"
767
+ ],
768
+ "../../node_modules/@types/jest-when/index.d.ts": [
769
+ "../../node_modules/@types/jest/index.d.ts"
770
+ ],
771
+ "../../node_modules/@types/jest/index.d.ts": [
772
+ "../../node_modules/jest-diff/build/index.d.ts",
773
+ "../../node_modules/pretty-format/build/index.d.ts"
774
+ ],
775
+ "../../node_modules/@types/node-fetch/index.d.ts": [
776
+ "../../node_modules/@types/node-fetch/externals.d.ts",
777
+ "../../node_modules/@types/node/http.d.ts",
778
+ "../../node_modules/@types/node/index.d.ts",
779
+ "../../node_modules/@types/node/url.d.ts",
780
+ "../../node_modules/form-data/index.d.ts"
781
+ ],
782
+ "../../node_modules/@types/node/child_process.d.ts": [
783
+ "../../node_modules/@types/node/events.d.ts",
784
+ "../../node_modules/@types/node/net.d.ts",
785
+ "../../node_modules/@types/node/stream.d.ts"
786
+ ],
787
+ "../../node_modules/@types/node/cluster.d.ts": [
788
+ "../../node_modules/@types/node/child_process.d.ts",
789
+ "../../node_modules/@types/node/events.d.ts",
790
+ "../../node_modules/@types/node/net.d.ts"
791
+ ],
792
+ "../../node_modules/@types/node/crypto.d.ts": [
793
+ "../../node_modules/@types/node/stream.d.ts"
794
+ ],
795
+ "../../node_modules/@types/node/dgram.d.ts": [
796
+ "../../node_modules/@types/node/dns.d.ts",
797
+ "../../node_modules/@types/node/events.d.ts",
798
+ "../../node_modules/@types/node/net.d.ts"
799
+ ],
800
+ "../../node_modules/@types/node/domain.d.ts": [
801
+ "../../node_modules/@types/node/events.d.ts"
802
+ ],
803
+ "../../node_modules/@types/node/events.d.ts": [
804
+ "../../node_modules/@types/node/events.d.ts"
805
+ ],
806
+ "../../node_modules/@types/node/fs.d.ts": [
807
+ "../../node_modules/@types/node/events.d.ts",
808
+ "../../node_modules/@types/node/stream.d.ts",
809
+ "../../node_modules/@types/node/url.d.ts"
810
+ ],
811
+ "../../node_modules/@types/node/http.d.ts": [
812
+ "../../node_modules/@types/node/net.d.ts",
813
+ "../../node_modules/@types/node/stream.d.ts",
814
+ "../../node_modules/@types/node/url.d.ts"
815
+ ],
816
+ "../../node_modules/@types/node/http2.d.ts": [
817
+ "../../node_modules/@types/node/events.d.ts",
818
+ "../../node_modules/@types/node/fs.d.ts",
819
+ "../../node_modules/@types/node/http.d.ts",
820
+ "../../node_modules/@types/node/net.d.ts",
821
+ "../../node_modules/@types/node/stream.d.ts",
822
+ "../../node_modules/@types/node/tls.d.ts",
823
+ "../../node_modules/@types/node/url.d.ts"
824
+ ],
825
+ "../../node_modules/@types/node/https.d.ts": [
826
+ "../../node_modules/@types/node/http.d.ts",
827
+ "../../node_modules/@types/node/stream.d.ts",
828
+ "../../node_modules/@types/node/tls.d.ts",
829
+ "../../node_modules/@types/node/url.d.ts"
830
+ ],
831
+ "../../node_modules/@types/node/index.d.ts": [
832
+ "../../node_modules/@types/node/assert.d.ts",
833
+ "../../node_modules/@types/node/async_hooks.d.ts",
834
+ "../../node_modules/@types/node/buffer.d.ts",
835
+ "../../node_modules/@types/node/child_process.d.ts",
836
+ "../../node_modules/@types/node/cluster.d.ts",
837
+ "../../node_modules/@types/node/console.d.ts",
838
+ "../../node_modules/@types/node/constants.d.ts",
839
+ "../../node_modules/@types/node/crypto.d.ts",
840
+ "../../node_modules/@types/node/dgram.d.ts",
841
+ "../../node_modules/@types/node/dns.d.ts",
842
+ "../../node_modules/@types/node/domain.d.ts",
843
+ "../../node_modules/@types/node/events.d.ts",
844
+ "../../node_modules/@types/node/fs.d.ts",
845
+ "../../node_modules/@types/node/globals.d.ts",
846
+ "../../node_modules/@types/node/globals.global.d.ts",
847
+ "../../node_modules/@types/node/http.d.ts",
848
+ "../../node_modules/@types/node/http2.d.ts",
849
+ "../../node_modules/@types/node/https.d.ts",
850
+ "../../node_modules/@types/node/inspector.d.ts",
851
+ "../../node_modules/@types/node/module.d.ts",
852
+ "../../node_modules/@types/node/net.d.ts",
853
+ "../../node_modules/@types/node/os.d.ts",
854
+ "../../node_modules/@types/node/path.d.ts",
855
+ "../../node_modules/@types/node/perf_hooks.d.ts",
856
+ "../../node_modules/@types/node/process.d.ts",
857
+ "../../node_modules/@types/node/punycode.d.ts",
858
+ "../../node_modules/@types/node/querystring.d.ts",
859
+ "../../node_modules/@types/node/readline.d.ts",
860
+ "../../node_modules/@types/node/repl.d.ts",
861
+ "../../node_modules/@types/node/stream.d.ts",
862
+ "../../node_modules/@types/node/string_decoder.d.ts",
863
+ "../../node_modules/@types/node/timers.d.ts",
864
+ "../../node_modules/@types/node/tls.d.ts",
865
+ "../../node_modules/@types/node/trace_events.d.ts",
866
+ "../../node_modules/@types/node/tty.d.ts",
867
+ "../../node_modules/@types/node/url.d.ts",
868
+ "../../node_modules/@types/node/util.d.ts",
869
+ "../../node_modules/@types/node/v8.d.ts",
870
+ "../../node_modules/@types/node/vm.d.ts",
871
+ "../../node_modules/@types/node/wasi.d.ts",
872
+ "../../node_modules/@types/node/worker_threads.d.ts",
873
+ "../../node_modules/@types/node/zlib.d.ts"
874
+ ],
875
+ "../../node_modules/@types/node/inspector.d.ts": [
876
+ "../../node_modules/@types/node/events.d.ts"
877
+ ],
878
+ "../../node_modules/@types/node/net.d.ts": [
879
+ "../../node_modules/@types/node/dns.d.ts",
880
+ "../../node_modules/@types/node/events.d.ts",
881
+ "../../node_modules/@types/node/stream.d.ts"
882
+ ],
883
+ "../../node_modules/@types/node/perf_hooks.d.ts": [
884
+ "../../node_modules/@types/node/async_hooks.d.ts"
885
+ ],
886
+ "../../node_modules/@types/node/process.d.ts": [
887
+ "../../node_modules/@types/node/tty.d.ts"
888
+ ],
889
+ "../../node_modules/@types/node/readline.d.ts": [
890
+ "../../node_modules/@types/node/events.d.ts"
891
+ ],
892
+ "../../node_modules/@types/node/repl.d.ts": [
893
+ "../../node_modules/@types/node/readline.d.ts",
894
+ "../../node_modules/@types/node/util.d.ts",
895
+ "../../node_modules/@types/node/vm.d.ts"
896
+ ],
897
+ "../../node_modules/@types/node/stream.d.ts": [
898
+ "../../node_modules/@types/node/events.d.ts"
899
+ ],
900
+ "../../node_modules/@types/node/tls.d.ts": [
901
+ "../../node_modules/@types/node/net.d.ts",
902
+ "../../node_modules/@types/node/stream.d.ts"
903
+ ],
904
+ "../../node_modules/@types/node/tty.d.ts": [
905
+ "../../node_modules/@types/node/net.d.ts"
906
+ ],
907
+ "../../node_modules/@types/node/url.d.ts": [
908
+ "../../node_modules/@types/node/querystring.d.ts"
909
+ ],
910
+ "../../node_modules/@types/node/v8.d.ts": [
911
+ "../../node_modules/@types/node/stream.d.ts"
912
+ ],
913
+ "../../node_modules/@types/node/worker_threads.d.ts": [
914
+ "../../node_modules/@types/node/events.d.ts",
915
+ "../../node_modules/@types/node/fs.d.ts",
916
+ "../../node_modules/@types/node/stream.d.ts",
917
+ "../../node_modules/@types/node/vm.d.ts"
918
+ ],
919
+ "../../node_modules/@types/node/zlib.d.ts": [
920
+ "../../node_modules/@types/node/stream.d.ts"
921
+ ],
922
+ "../../node_modules/@types/yargs/index.d.ts": [
923
+ "../../node_modules/@types/yargs-parser/index.d.ts"
924
+ ],
925
+ "../../node_modules/form-data/index.d.ts": [
926
+ "../../node_modules/@types/node/http.d.ts",
927
+ "../../node_modules/@types/node/index.d.ts",
928
+ "../../node_modules/@types/node/stream.d.ts"
929
+ ],
930
+ "../../node_modules/jest-diff/build/diffLines.d.ts": [
931
+ "../../node_modules/jest-diff/build/cleanupSemantic.d.ts",
932
+ "../../node_modules/jest-diff/build/types.d.ts"
933
+ ],
934
+ "../../node_modules/jest-diff/build/index.d.ts": [
935
+ "../../node_modules/jest-diff/build/cleanupSemantic.d.ts",
936
+ "../../node_modules/jest-diff/build/diffLines.d.ts",
937
+ "../../node_modules/jest-diff/build/printDiffs.d.ts",
938
+ "../../node_modules/jest-diff/build/types.d.ts"
939
+ ],
940
+ "../../node_modules/jest-diff/build/printDiffs.d.ts": [
941
+ "../../node_modules/jest-diff/build/cleanupSemantic.d.ts",
942
+ "../../node_modules/jest-diff/build/types.d.ts"
943
+ ],
944
+ "../../node_modules/pretty-format/build/index.d.ts": [
945
+ "../../node_modules/pretty-format/build/types.d.ts"
946
+ ],
947
+ "../../node_modules/ts-jest/dist/config/paths-to-module-name-mapper.d.ts": [
948
+ "../../node_modules/@jest/types/build/index.d.ts",
949
+ "../../node_modules/typescript/lib/typescript.d.ts"
950
+ ],
951
+ "../../node_modules/ts-jest/dist/presets/create-jest-preset.d.ts": [
952
+ "../../node_modules/@jest/types/build/index.d.ts",
953
+ "../../node_modules/ts-jest/dist/types.d.ts"
954
+ ],
955
+ "../../node_modules/ts-jest/dist/types.d.ts": [
956
+ "../../node_modules/@jest/types/build/index.d.ts",
957
+ "../../node_modules/@types/babel__core/index.d.ts",
958
+ "../../node_modules/ts-jest/dist/tsconfig-raw.d.ts",
959
+ "../../node_modules/typescript/lib/typescript.d.ts"
960
+ ],
961
+ "../../node_modules/ts-jest/dist/utils/testing.d.ts": [
962
+ "../../node_modules/@types/jest/index.d.ts"
963
+ ],
964
+ "../../node_modules/ts-jest/utils/index.d.ts": [
965
+ "../../node_modules/ts-jest/dist/config/paths-to-module-name-mapper.d.ts",
966
+ "../../node_modules/ts-jest/dist/presets/create-jest-preset.d.ts",
967
+ "../../node_modules/ts-jest/dist/utils/testing.d.ts"
968
+ ],
969
+ "../forge-api/out/authorization/index.d.ts": [
970
+ "../forge-auth/out/jira/index.d.ts",
971
+ "../forge-auth/out/types.d.ts"
972
+ ],
973
+ "../forge-api/out/index.d.ts": [
974
+ "../../node_modules/@types/node-fetch/index.d.ts",
975
+ "../forge-api/out/authorization/index.d.ts",
976
+ "../forge-api/out/privacy/index.d.ts",
977
+ "../forge-api/out/safeUrl.d.ts",
978
+ "../forge-api/out/webTrigger/index.d.ts",
979
+ "../forge-storage/out/index.d.ts"
980
+ ],
981
+ "../forge-api/out/privacy/index.d.ts": [
982
+ "../../node_modules/@types/node-fetch/index.d.ts",
983
+ "../forge-api/out/index.d.ts"
984
+ ],
985
+ "../forge-auth/out/jira/index.d.ts": [
986
+ "../forge-auth/out/types.d.ts"
987
+ ],
988
+ "./src/__test__/errors.test.ts": [
989
+ "./src/migration/errors.ts"
990
+ ],
991
+ "./src/__test__/migration.test.ts": [
992
+ "../../node_modules/@types/jest-when/index.d.ts",
993
+ "../../node_modules/@types/node-fetch/index.d.ts",
994
+ "../../node_modules/ts-jest/utils/index.d.ts",
995
+ "./src/migration/errors.ts",
996
+ "./src/migration/index.ts",
997
+ "./src/migration/migration-adaptor.ts"
998
+ ],
999
+ "./src/__test__/query-api.test.ts": [
1000
+ "../../node_modules/@types/jest-when/index.d.ts",
1001
+ "./src/migration/index.ts",
1002
+ "./src/migration/migration-adaptor.ts"
1003
+ ],
1004
+ "./src/index.ts": [
1005
+ "./src/migration/index.ts"
1006
+ ],
1007
+ "./src/migration/index.ts": [
1008
+ "./src/migration/migration-adaptor.ts",
1009
+ "./src/migration/migration.ts",
1010
+ "./src/migration/query-api.ts"
1011
+ ],
1012
+ "./src/migration/migration-adaptor.ts": [
1013
+ "../../node_modules/@types/node-fetch/index.d.ts"
1014
+ ],
1015
+ "./src/migration/migration.ts": [
1016
+ "../../node_modules/@types/node-fetch/index.d.ts",
1017
+ "./src/migration/migration-adaptor.ts",
1018
+ "./src/migration/utils.ts"
1019
+ ],
1020
+ "./src/migration/query-api.ts": [
1021
+ "./src/migration/migration-adaptor.ts",
1022
+ "./src/migration/migration.ts"
1023
+ ],
1024
+ "./src/migration/utils.ts": [
1025
+ "../forge-api/out/index.d.ts",
1026
+ "./src/migration/errors.ts"
1027
+ ],
1028
+ "../forge-storage/out/conditions.d.ts": [
1029
+ "../forge-storage/out/storage-adapter.d.ts"
1030
+ ],
1031
+ "../forge-storage/out/global-storage.d.ts": [
1032
+ "../forge-storage/out/index.d.ts",
1033
+ "../forge-storage/out/queries.d.ts",
1034
+ "../forge-storage/out/storage-adapter.d.ts"
1035
+ ],
1036
+ "../forge-storage/out/index.d.ts": [
1037
+ "../../node_modules/@types/node-fetch/index.d.ts",
1038
+ "../forge-storage/out/conditions.d.ts",
1039
+ "../forge-storage/out/errors.d.ts",
1040
+ "../forge-storage/out/global-storage.d.ts",
1041
+ "../forge-storage/out/query-api.d.ts",
1042
+ "../forge-storage/out/storage-adapter.d.ts"
1043
+ ],
1044
+ "../forge-storage/out/query-api.d.ts": [
1045
+ "../forge-storage/out/global-storage.d.ts",
1046
+ "../forge-storage/out/queries.d.ts",
1047
+ "../forge-storage/out/storage-adapter.d.ts"
1048
+ ]
1049
+ },
1050
+ "exportedModulesMap": {
1051
+ "../../node_modules/@babel/parser/typings/babel-parser.d.ts": [
1052
+ "../../node_modules/@babel/types/lib/index.d.ts"
1053
+ ],
1054
+ "../../node_modules/@jest/types/build/Circus.d.ts": [
1055
+ "../../node_modules/@jest/types/build/Global.d.ts",
1056
+ "../../node_modules/@types/node/index.d.ts"
1057
+ ],
1058
+ "../../node_modules/@jest/types/build/Config.d.ts": [
1059
+ "../../node_modules/@jest/types/node_modules/chalk/index.d.ts",
1060
+ "../../node_modules/@types/istanbul-reports/index.d.ts",
1061
+ "../../node_modules/@types/node/index.d.ts",
1062
+ "../../node_modules/@types/yargs/index.d.ts"
1063
+ ],
1064
+ "../../node_modules/@jest/types/build/Global.d.ts": [
1065
+ "../../node_modules/@types/istanbul-lib-coverage/index.d.ts",
1066
+ "../../node_modules/@types/node/index.d.ts"
1067
+ ],
1068
+ "../../node_modules/@jest/types/build/index.d.ts": [
1069
+ "../../node_modules/@jest/types/build/Circus.d.ts",
1070
+ "../../node_modules/@jest/types/build/Config.d.ts",
1071
+ "../../node_modules/@jest/types/build/Global.d.ts",
1072
+ "../../node_modules/@jest/types/build/TestResult.d.ts",
1073
+ "../../node_modules/@jest/types/build/Transform.d.ts"
1074
+ ],
1075
+ "../../node_modules/@types/babel__core/index.d.ts": [
1076
+ "../../node_modules/@babel/parser/typings/babel-parser.d.ts",
1077
+ "../../node_modules/@types/babel__generator/index.d.ts",
1078
+ "../../node_modules/@types/babel__generator/node_modules/@babel/types/lib/index.d.ts",
1079
+ "../../node_modules/@types/babel__template/index.d.ts",
1080
+ "../../node_modules/@types/babel__traverse/ts4.1/index.d.ts"
1081
+ ],
1082
+ "../../node_modules/@types/babel__generator/index.d.ts": [
1083
+ "../../node_modules/@types/babel__generator/node_modules/@babel/types/lib/index.d.ts"
1084
+ ],
1085
+ "../../node_modules/@types/babel__template/index.d.ts": [
1086
+ "../../node_modules/@babel/parser/typings/babel-parser.d.ts",
1087
+ "../../node_modules/@types/babel__generator/node_modules/@babel/types/lib/index.d.ts"
1088
+ ],
1089
+ "../../node_modules/@types/babel__traverse/ts4.1/index.d.ts": [
1090
+ "../../node_modules/@types/babel__generator/node_modules/@babel/types/lib/index.d.ts"
1091
+ ],
1092
+ "../../node_modules/@types/istanbul-lib-report/index.d.ts": [
1093
+ "../../node_modules/@types/istanbul-lib-coverage/index.d.ts"
1094
+ ],
1095
+ "../../node_modules/@types/istanbul-reports/index.d.ts": [
1096
+ "../../node_modules/@types/istanbul-lib-report/index.d.ts"
1097
+ ],
1098
+ "../../node_modules/@types/jest-when/index.d.ts": [
1099
+ "../../node_modules/@types/jest/index.d.ts"
1100
+ ],
1101
+ "../../node_modules/@types/jest/index.d.ts": [
1102
+ "../../node_modules/jest-diff/build/index.d.ts",
1103
+ "../../node_modules/pretty-format/build/index.d.ts"
1104
+ ],
1105
+ "../../node_modules/@types/node-fetch/index.d.ts": [
1106
+ "../../node_modules/@types/node-fetch/externals.d.ts",
1107
+ "../../node_modules/@types/node/http.d.ts",
1108
+ "../../node_modules/@types/node/index.d.ts",
1109
+ "../../node_modules/@types/node/url.d.ts",
1110
+ "../../node_modules/form-data/index.d.ts"
1111
+ ],
1112
+ "../../node_modules/@types/node/child_process.d.ts": [
1113
+ "../../node_modules/@types/node/events.d.ts",
1114
+ "../../node_modules/@types/node/net.d.ts",
1115
+ "../../node_modules/@types/node/stream.d.ts"
1116
+ ],
1117
+ "../../node_modules/@types/node/cluster.d.ts": [
1118
+ "../../node_modules/@types/node/child_process.d.ts",
1119
+ "../../node_modules/@types/node/events.d.ts",
1120
+ "../../node_modules/@types/node/net.d.ts"
1121
+ ],
1122
+ "../../node_modules/@types/node/crypto.d.ts": [
1123
+ "../../node_modules/@types/node/stream.d.ts"
1124
+ ],
1125
+ "../../node_modules/@types/node/dgram.d.ts": [
1126
+ "../../node_modules/@types/node/dns.d.ts",
1127
+ "../../node_modules/@types/node/events.d.ts",
1128
+ "../../node_modules/@types/node/net.d.ts"
1129
+ ],
1130
+ "../../node_modules/@types/node/domain.d.ts": [
1131
+ "../../node_modules/@types/node/events.d.ts"
1132
+ ],
1133
+ "../../node_modules/@types/node/events.d.ts": [
1134
+ "../../node_modules/@types/node/events.d.ts"
1135
+ ],
1136
+ "../../node_modules/@types/node/fs.d.ts": [
1137
+ "../../node_modules/@types/node/events.d.ts",
1138
+ "../../node_modules/@types/node/stream.d.ts",
1139
+ "../../node_modules/@types/node/url.d.ts"
1140
+ ],
1141
+ "../../node_modules/@types/node/http.d.ts": [
1142
+ "../../node_modules/@types/node/net.d.ts",
1143
+ "../../node_modules/@types/node/stream.d.ts",
1144
+ "../../node_modules/@types/node/url.d.ts"
1145
+ ],
1146
+ "../../node_modules/@types/node/http2.d.ts": [
1147
+ "../../node_modules/@types/node/events.d.ts",
1148
+ "../../node_modules/@types/node/fs.d.ts",
1149
+ "../../node_modules/@types/node/http.d.ts",
1150
+ "../../node_modules/@types/node/net.d.ts",
1151
+ "../../node_modules/@types/node/stream.d.ts",
1152
+ "../../node_modules/@types/node/tls.d.ts",
1153
+ "../../node_modules/@types/node/url.d.ts"
1154
+ ],
1155
+ "../../node_modules/@types/node/https.d.ts": [
1156
+ "../../node_modules/@types/node/http.d.ts",
1157
+ "../../node_modules/@types/node/stream.d.ts",
1158
+ "../../node_modules/@types/node/tls.d.ts",
1159
+ "../../node_modules/@types/node/url.d.ts"
1160
+ ],
1161
+ "../../node_modules/@types/node/index.d.ts": [
1162
+ "../../node_modules/@types/node/assert.d.ts",
1163
+ "../../node_modules/@types/node/async_hooks.d.ts",
1164
+ "../../node_modules/@types/node/buffer.d.ts",
1165
+ "../../node_modules/@types/node/child_process.d.ts",
1166
+ "../../node_modules/@types/node/cluster.d.ts",
1167
+ "../../node_modules/@types/node/console.d.ts",
1168
+ "../../node_modules/@types/node/constants.d.ts",
1169
+ "../../node_modules/@types/node/crypto.d.ts",
1170
+ "../../node_modules/@types/node/dgram.d.ts",
1171
+ "../../node_modules/@types/node/dns.d.ts",
1172
+ "../../node_modules/@types/node/domain.d.ts",
1173
+ "../../node_modules/@types/node/events.d.ts",
1174
+ "../../node_modules/@types/node/fs.d.ts",
1175
+ "../../node_modules/@types/node/globals.d.ts",
1176
+ "../../node_modules/@types/node/globals.global.d.ts",
1177
+ "../../node_modules/@types/node/http.d.ts",
1178
+ "../../node_modules/@types/node/http2.d.ts",
1179
+ "../../node_modules/@types/node/https.d.ts",
1180
+ "../../node_modules/@types/node/inspector.d.ts",
1181
+ "../../node_modules/@types/node/module.d.ts",
1182
+ "../../node_modules/@types/node/net.d.ts",
1183
+ "../../node_modules/@types/node/os.d.ts",
1184
+ "../../node_modules/@types/node/path.d.ts",
1185
+ "../../node_modules/@types/node/perf_hooks.d.ts",
1186
+ "../../node_modules/@types/node/process.d.ts",
1187
+ "../../node_modules/@types/node/punycode.d.ts",
1188
+ "../../node_modules/@types/node/querystring.d.ts",
1189
+ "../../node_modules/@types/node/readline.d.ts",
1190
+ "../../node_modules/@types/node/repl.d.ts",
1191
+ "../../node_modules/@types/node/stream.d.ts",
1192
+ "../../node_modules/@types/node/string_decoder.d.ts",
1193
+ "../../node_modules/@types/node/timers.d.ts",
1194
+ "../../node_modules/@types/node/tls.d.ts",
1195
+ "../../node_modules/@types/node/trace_events.d.ts",
1196
+ "../../node_modules/@types/node/tty.d.ts",
1197
+ "../../node_modules/@types/node/url.d.ts",
1198
+ "../../node_modules/@types/node/util.d.ts",
1199
+ "../../node_modules/@types/node/v8.d.ts",
1200
+ "../../node_modules/@types/node/vm.d.ts",
1201
+ "../../node_modules/@types/node/wasi.d.ts",
1202
+ "../../node_modules/@types/node/worker_threads.d.ts",
1203
+ "../../node_modules/@types/node/zlib.d.ts"
1204
+ ],
1205
+ "../../node_modules/@types/node/inspector.d.ts": [
1206
+ "../../node_modules/@types/node/events.d.ts"
1207
+ ],
1208
+ "../../node_modules/@types/node/net.d.ts": [
1209
+ "../../node_modules/@types/node/dns.d.ts",
1210
+ "../../node_modules/@types/node/events.d.ts",
1211
+ "../../node_modules/@types/node/stream.d.ts"
1212
+ ],
1213
+ "../../node_modules/@types/node/perf_hooks.d.ts": [
1214
+ "../../node_modules/@types/node/async_hooks.d.ts"
1215
+ ],
1216
+ "../../node_modules/@types/node/process.d.ts": [
1217
+ "../../node_modules/@types/node/tty.d.ts"
1218
+ ],
1219
+ "../../node_modules/@types/node/readline.d.ts": [
1220
+ "../../node_modules/@types/node/events.d.ts"
1221
+ ],
1222
+ "../../node_modules/@types/node/repl.d.ts": [
1223
+ "../../node_modules/@types/node/readline.d.ts",
1224
+ "../../node_modules/@types/node/util.d.ts",
1225
+ "../../node_modules/@types/node/vm.d.ts"
1226
+ ],
1227
+ "../../node_modules/@types/node/stream.d.ts": [
1228
+ "../../node_modules/@types/node/events.d.ts"
1229
+ ],
1230
+ "../../node_modules/@types/node/tls.d.ts": [
1231
+ "../../node_modules/@types/node/net.d.ts",
1232
+ "../../node_modules/@types/node/stream.d.ts"
1233
+ ],
1234
+ "../../node_modules/@types/node/tty.d.ts": [
1235
+ "../../node_modules/@types/node/net.d.ts"
1236
+ ],
1237
+ "../../node_modules/@types/node/url.d.ts": [
1238
+ "../../node_modules/@types/node/querystring.d.ts"
1239
+ ],
1240
+ "../../node_modules/@types/node/v8.d.ts": [
1241
+ "../../node_modules/@types/node/stream.d.ts"
1242
+ ],
1243
+ "../../node_modules/@types/node/worker_threads.d.ts": [
1244
+ "../../node_modules/@types/node/events.d.ts",
1245
+ "../../node_modules/@types/node/fs.d.ts",
1246
+ "../../node_modules/@types/node/stream.d.ts",
1247
+ "../../node_modules/@types/node/vm.d.ts"
1248
+ ],
1249
+ "../../node_modules/@types/node/zlib.d.ts": [
1250
+ "../../node_modules/@types/node/stream.d.ts"
1251
+ ],
1252
+ "../../node_modules/@types/yargs/index.d.ts": [
1253
+ "../../node_modules/@types/yargs-parser/index.d.ts"
1254
+ ],
1255
+ "../../node_modules/form-data/index.d.ts": [
1256
+ "../../node_modules/@types/node/http.d.ts",
1257
+ "../../node_modules/@types/node/index.d.ts",
1258
+ "../../node_modules/@types/node/stream.d.ts"
1259
+ ],
1260
+ "../../node_modules/jest-diff/build/diffLines.d.ts": [
1261
+ "../../node_modules/jest-diff/build/cleanupSemantic.d.ts",
1262
+ "../../node_modules/jest-diff/build/types.d.ts"
1263
+ ],
1264
+ "../../node_modules/jest-diff/build/index.d.ts": [
1265
+ "../../node_modules/jest-diff/build/cleanupSemantic.d.ts",
1266
+ "../../node_modules/jest-diff/build/diffLines.d.ts",
1267
+ "../../node_modules/jest-diff/build/printDiffs.d.ts",
1268
+ "../../node_modules/jest-diff/build/types.d.ts"
1269
+ ],
1270
+ "../../node_modules/jest-diff/build/printDiffs.d.ts": [
1271
+ "../../node_modules/jest-diff/build/cleanupSemantic.d.ts",
1272
+ "../../node_modules/jest-diff/build/types.d.ts"
1273
+ ],
1274
+ "../../node_modules/pretty-format/build/index.d.ts": [
1275
+ "../../node_modules/pretty-format/build/types.d.ts"
1276
+ ],
1277
+ "../../node_modules/ts-jest/dist/config/paths-to-module-name-mapper.d.ts": [
1278
+ "../../node_modules/@jest/types/build/index.d.ts",
1279
+ "../../node_modules/typescript/lib/typescript.d.ts"
1280
+ ],
1281
+ "../../node_modules/ts-jest/dist/presets/create-jest-preset.d.ts": [
1282
+ "../../node_modules/@jest/types/build/index.d.ts",
1283
+ "../../node_modules/ts-jest/dist/types.d.ts"
1284
+ ],
1285
+ "../../node_modules/ts-jest/dist/types.d.ts": [
1286
+ "../../node_modules/@jest/types/build/index.d.ts",
1287
+ "../../node_modules/@types/babel__core/index.d.ts",
1288
+ "../../node_modules/ts-jest/dist/tsconfig-raw.d.ts",
1289
+ "../../node_modules/typescript/lib/typescript.d.ts"
1290
+ ],
1291
+ "../../node_modules/ts-jest/dist/utils/testing.d.ts": [
1292
+ "../../node_modules/@types/jest/index.d.ts"
1293
+ ],
1294
+ "../../node_modules/ts-jest/utils/index.d.ts": [
1295
+ "../../node_modules/ts-jest/dist/config/paths-to-module-name-mapper.d.ts",
1296
+ "../../node_modules/ts-jest/dist/presets/create-jest-preset.d.ts",
1297
+ "../../node_modules/ts-jest/dist/utils/testing.d.ts"
1298
+ ],
1299
+ "../forge-api/out/authorization/index.d.ts": [
1300
+ "../forge-auth/out/jira/index.d.ts",
1301
+ "../forge-auth/out/types.d.ts"
1302
+ ],
1303
+ "../forge-api/out/index.d.ts": [
1304
+ "../../node_modules/@types/node-fetch/index.d.ts",
1305
+ "../forge-api/out/authorization/index.d.ts",
1306
+ "../forge-api/out/privacy/index.d.ts",
1307
+ "../forge-api/out/safeUrl.d.ts",
1308
+ "../forge-api/out/webTrigger/index.d.ts",
1309
+ "../forge-storage/out/index.d.ts"
1310
+ ],
1311
+ "../forge-api/out/privacy/index.d.ts": [
1312
+ "../../node_modules/@types/node-fetch/index.d.ts",
1313
+ "../forge-api/out/index.d.ts"
1314
+ ],
1315
+ "../forge-auth/out/jira/index.d.ts": [
1316
+ "../forge-auth/out/types.d.ts"
1317
+ ],
1318
+ "./src/index.ts": [
1319
+ "./src/migration/index.ts"
1320
+ ],
1321
+ "./src/migration/index.ts": [
1322
+ "../../node_modules/@types/node-fetch/index.d.ts",
1323
+ "./src/migration/migration-adaptor.ts",
1324
+ "./src/migration/migration.ts",
1325
+ "./src/migration/query-api.ts"
1326
+ ],
1327
+ "./src/migration/migration-adaptor.ts": [
1328
+ "../../node_modules/@types/node-fetch/index.d.ts"
1329
+ ],
1330
+ "./src/migration/migration.ts": [
1331
+ "../../node_modules/@types/node-fetch/index.d.ts",
1332
+ "./src/migration/migration-adaptor.ts"
1333
+ ],
1334
+ "./src/migration/query-api.ts": [
1335
+ "./src/migration/migration-adaptor.ts",
1336
+ "./src/migration/migration.ts"
1337
+ ],
1338
+ "./src/migration/utils.ts": [
1339
+ "../forge-api/out/index.d.ts"
1340
+ ],
1341
+ "../forge-storage/out/conditions.d.ts": [
1342
+ "../forge-storage/out/storage-adapter.d.ts"
1343
+ ],
1344
+ "../forge-storage/out/global-storage.d.ts": [
1345
+ "../forge-storage/out/index.d.ts",
1346
+ "../forge-storage/out/queries.d.ts",
1347
+ "../forge-storage/out/storage-adapter.d.ts"
1348
+ ],
1349
+ "../forge-storage/out/index.d.ts": [
1350
+ "../../node_modules/@types/node-fetch/index.d.ts",
1351
+ "../forge-storage/out/conditions.d.ts",
1352
+ "../forge-storage/out/errors.d.ts",
1353
+ "../forge-storage/out/global-storage.d.ts",
1354
+ "../forge-storage/out/query-api.d.ts",
1355
+ "../forge-storage/out/storage-adapter.d.ts"
1356
+ ],
1357
+ "../forge-storage/out/query-api.d.ts": [
1358
+ "../forge-storage/out/global-storage.d.ts",
1359
+ "../forge-storage/out/queries.d.ts",
1360
+ "../forge-storage/out/storage-adapter.d.ts"
1361
+ ]
1362
+ },
1363
+ "semanticDiagnosticsPerFile": [
1364
+ "../../node_modules/@babel/parser/typings/babel-parser.d.ts",
1365
+ "../../node_modules/@babel/types/lib/index.d.ts",
1366
+ "../../node_modules/@jest/types/build/Circus.d.ts",
1367
+ "../../node_modules/@jest/types/build/Config.d.ts",
1368
+ "../../node_modules/@jest/types/build/Global.d.ts",
1369
+ "../../node_modules/@jest/types/build/TestResult.d.ts",
1370
+ "../../node_modules/@jest/types/build/Transform.d.ts",
1371
+ "../../node_modules/@jest/types/build/index.d.ts",
1372
+ "../../node_modules/@jest/types/node_modules/chalk/index.d.ts",
1373
+ "../../node_modules/@types/babel__core/index.d.ts",
1374
+ "../../node_modules/@types/babel__core/node_modules/@babel/types/lib/index.d.ts",
1375
+ "../../node_modules/@types/babel__generator/index.d.ts",
1376
+ "../../node_modules/@types/babel__generator/node_modules/@babel/types/lib/index.d.ts",
1377
+ "../../node_modules/@types/babel__template/index.d.ts",
1378
+ "../../node_modules/@types/babel__template/node_modules/@babel/types/lib/index.d.ts",
1379
+ "../../node_modules/@types/babel__traverse/node_modules/@babel/types/lib/index.d.ts",
1380
+ "../../node_modules/@types/babel__traverse/ts4.1/index.d.ts",
1381
+ "../../node_modules/@types/events/index.d.ts",
1382
+ "../../node_modules/@types/istanbul-lib-coverage/index.d.ts",
1383
+ "../../node_modules/@types/istanbul-lib-report/index.d.ts",
1384
+ "../../node_modules/@types/istanbul-reports/index.d.ts",
1385
+ "../../node_modules/@types/jest-when/index.d.ts",
1386
+ "../../node_modules/@types/jest/index.d.ts",
1387
+ "../../node_modules/@types/node-fetch/externals.d.ts",
1388
+ "../../node_modules/@types/node-fetch/index.d.ts",
1389
+ "../../node_modules/@types/node/assert.d.ts",
1390
+ "../../node_modules/@types/node/async_hooks.d.ts",
1391
+ "../../node_modules/@types/node/buffer.d.ts",
1392
+ "../../node_modules/@types/node/child_process.d.ts",
1393
+ "../../node_modules/@types/node/cluster.d.ts",
1394
+ "../../node_modules/@types/node/console.d.ts",
1395
+ "../../node_modules/@types/node/constants.d.ts",
1396
+ "../../node_modules/@types/node/crypto.d.ts",
1397
+ "../../node_modules/@types/node/dgram.d.ts",
1398
+ "../../node_modules/@types/node/dns.d.ts",
1399
+ "../../node_modules/@types/node/domain.d.ts",
1400
+ "../../node_modules/@types/node/events.d.ts",
1401
+ "../../node_modules/@types/node/fs.d.ts",
1402
+ "../../node_modules/@types/node/globals.d.ts",
1403
+ "../../node_modules/@types/node/globals.global.d.ts",
1404
+ "../../node_modules/@types/node/http.d.ts",
1405
+ "../../node_modules/@types/node/http2.d.ts",
1406
+ "../../node_modules/@types/node/https.d.ts",
1407
+ "../../node_modules/@types/node/index.d.ts",
1408
+ "../../node_modules/@types/node/inspector.d.ts",
1409
+ "../../node_modules/@types/node/module.d.ts",
1410
+ "../../node_modules/@types/node/net.d.ts",
1411
+ "../../node_modules/@types/node/os.d.ts",
1412
+ "../../node_modules/@types/node/path.d.ts",
1413
+ "../../node_modules/@types/node/perf_hooks.d.ts",
1414
+ "../../node_modules/@types/node/process.d.ts",
1415
+ "../../node_modules/@types/node/punycode.d.ts",
1416
+ "../../node_modules/@types/node/querystring.d.ts",
1417
+ "../../node_modules/@types/node/readline.d.ts",
1418
+ "../../node_modules/@types/node/repl.d.ts",
1419
+ "../../node_modules/@types/node/stream.d.ts",
1420
+ "../../node_modules/@types/node/string_decoder.d.ts",
1421
+ "../../node_modules/@types/node/timers.d.ts",
1422
+ "../../node_modules/@types/node/tls.d.ts",
1423
+ "../../node_modules/@types/node/trace_events.d.ts",
1424
+ "../../node_modules/@types/node/tty.d.ts",
1425
+ "../../node_modules/@types/node/url.d.ts",
1426
+ "../../node_modules/@types/node/util.d.ts",
1427
+ "../../node_modules/@types/node/v8.d.ts",
1428
+ "../../node_modules/@types/node/vm.d.ts",
1429
+ "../../node_modules/@types/node/wasi.d.ts",
1430
+ "../../node_modules/@types/node/worker_threads.d.ts",
1431
+ "../../node_modules/@types/node/zlib.d.ts",
1432
+ "../../node_modules/@types/yargs-parser/index.d.ts",
1433
+ "../../node_modules/@types/yargs/index.d.ts",
1434
+ "../../node_modules/form-data/index.d.ts",
1435
+ "../../node_modules/jest-diff/build/cleanupSemantic.d.ts",
1436
+ "../../node_modules/jest-diff/build/diffLines.d.ts",
1437
+ "../../node_modules/jest-diff/build/index.d.ts",
1438
+ "../../node_modules/jest-diff/build/printDiffs.d.ts",
1439
+ "../../node_modules/jest-diff/build/types.d.ts",
1440
+ "../../node_modules/pretty-format/build/index.d.ts",
1441
+ "../../node_modules/pretty-format/build/types.d.ts",
1442
+ "../../node_modules/ts-jest/dist/config/paths-to-module-name-mapper.d.ts",
1443
+ "../../node_modules/ts-jest/dist/presets/create-jest-preset.d.ts",
1444
+ "../../node_modules/ts-jest/dist/tsconfig-raw.d.ts",
1445
+ "../../node_modules/ts-jest/dist/types.d.ts",
1446
+ "../../node_modules/ts-jest/dist/utils/testing.d.ts",
1447
+ "../../node_modules/ts-jest/utils/index.d.ts",
1448
+ "../../node_modules/tslib/tslib.d.ts",
1449
+ "../../node_modules/typescript/lib/lib.es2015.collection.d.ts",
1450
+ "../../node_modules/typescript/lib/lib.es2015.core.d.ts",
1451
+ "../../node_modules/typescript/lib/lib.es2015.d.ts",
1452
+ "../../node_modules/typescript/lib/lib.es2015.generator.d.ts",
1453
+ "../../node_modules/typescript/lib/lib.es2015.iterable.d.ts",
1454
+ "../../node_modules/typescript/lib/lib.es2015.promise.d.ts",
1455
+ "../../node_modules/typescript/lib/lib.es2015.proxy.d.ts",
1456
+ "../../node_modules/typescript/lib/lib.es2015.reflect.d.ts",
1457
+ "../../node_modules/typescript/lib/lib.es2015.symbol.d.ts",
1458
+ "../../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
1459
+ "../../node_modules/typescript/lib/lib.es2016.array.include.d.ts",
1460
+ "../../node_modules/typescript/lib/lib.es2016.d.ts",
1461
+ "../../node_modules/typescript/lib/lib.es2017.d.ts",
1462
+ "../../node_modules/typescript/lib/lib.es2017.intl.d.ts",
1463
+ "../../node_modules/typescript/lib/lib.es2017.object.d.ts",
1464
+ "../../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts",
1465
+ "../../node_modules/typescript/lib/lib.es2017.string.d.ts",
1466
+ "../../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts",
1467
+ "../../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts",
1468
+ "../../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts",
1469
+ "../../node_modules/typescript/lib/lib.es2018.d.ts",
1470
+ "../../node_modules/typescript/lib/lib.es2018.intl.d.ts",
1471
+ "../../node_modules/typescript/lib/lib.es2018.promise.d.ts",
1472
+ "../../node_modules/typescript/lib/lib.es2018.regexp.d.ts",
1473
+ "../../node_modules/typescript/lib/lib.es2020.bigint.d.ts",
1474
+ "../../node_modules/typescript/lib/lib.es5.d.ts",
1475
+ "../../node_modules/typescript/lib/lib.esnext.intl.d.ts",
1476
+ "../../node_modules/typescript/lib/typescript.d.ts",
1477
+ "../forge-api/out/authorization/index.d.ts",
1478
+ "../forge-api/out/index.d.ts",
1479
+ "../forge-api/out/privacy/index.d.ts",
1480
+ "../forge-api/out/safeUrl.d.ts",
1481
+ "../forge-api/out/webTrigger/index.d.ts",
1482
+ "../forge-auth/out/jira/index.d.ts",
1483
+ "../forge-auth/out/types.d.ts",
1484
+ "./src/__test__/errors.test.ts",
1485
+ "./src/__test__/migration.test.ts",
1486
+ "./src/__test__/query-api.test.ts",
1487
+ "./src/index.ts",
1488
+ "./src/migration/errors.ts",
1489
+ "./src/migration/index.ts",
1490
+ "./src/migration/migration-adaptor.ts",
1491
+ "./src/migration/migration.ts",
1492
+ "./src/migration/query-api.ts",
1493
+ "./src/migration/utils.ts",
1494
+ "../forge-storage/out/conditions.d.ts",
1495
+ "../forge-storage/out/errors.d.ts",
1496
+ "../forge-storage/out/global-storage.d.ts",
1497
+ "../forge-storage/out/index.d.ts",
1498
+ "../forge-storage/out/queries.d.ts",
1499
+ "../forge-storage/out/query-api.d.ts",
1500
+ "../forge-storage/out/storage-adapter.d.ts"
1501
+ ]
1502
+ },
1503
+ "version": "3.9.10"
1504
+ }