@teambit/cloud 0.0.437 → 0.0.439
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/artifacts/__bit_junit.xml +1 -1
- package/artifacts/schema.json +1355 -420
- package/dist/cloud.main.runtime.d.ts +22 -1
- package/dist/cloud.main.runtime.js +68 -9
- package/dist/cloud.main.runtime.js.map +1 -1
- package/dist/login.cmd.d.ts +1 -0
- package/dist/login.cmd.js +4 -2
- package/dist/login.cmd.js.map +1 -1
- package/package.json +8 -8
- /package/dist/{preview-1707362166593.js → preview-1707621407297.js} +0 -0
package/artifacts/schema.json
CHANGED
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"__schema": "ClassSchema",
|
|
18
18
|
"location": {
|
|
19
19
|
"filePath": "cloud.main.runtime.ts",
|
|
20
|
-
"line":
|
|
20
|
+
"line": 88,
|
|
21
21
|
"character": 1
|
|
22
22
|
},
|
|
23
23
|
"signature": "class CloudMain",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"__schema": "VariableLikeSchema",
|
|
28
28
|
"location": {
|
|
29
29
|
"filePath": "cloud.main.runtime.ts",
|
|
30
|
-
"line":
|
|
30
|
+
"line": 89,
|
|
31
31
|
"character": 3
|
|
32
32
|
},
|
|
33
33
|
"signature": "(property) CloudMain.ERROR_RESPONSE: number",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"__schema": "InferenceTypeSchema",
|
|
37
37
|
"location": {
|
|
38
38
|
"filePath": "cloud.main.runtime.ts",
|
|
39
|
-
"line":
|
|
39
|
+
"line": 89,
|
|
40
40
|
"character": 3
|
|
41
41
|
},
|
|
42
42
|
"type": "number"
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"__schema": "VariableLikeSchema",
|
|
49
49
|
"location": {
|
|
50
50
|
"filePath": "cloud.main.runtime.ts",
|
|
51
|
-
"line":
|
|
51
|
+
"line": 90,
|
|
52
52
|
"character": 3
|
|
53
53
|
},
|
|
54
54
|
"signature": "(property) CloudMain.DEFAULT_PORT: number",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"__schema": "InferenceTypeSchema",
|
|
58
58
|
"location": {
|
|
59
59
|
"filePath": "cloud.main.runtime.ts",
|
|
60
|
-
"line":
|
|
60
|
+
"line": 90,
|
|
61
61
|
"character": 3
|
|
62
62
|
},
|
|
63
63
|
"type": "number"
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
"__schema": "VariableLikeSchema",
|
|
70
70
|
"location": {
|
|
71
71
|
"filePath": "cloud.main.runtime.ts",
|
|
72
|
-
"line":
|
|
72
|
+
"line": 91,
|
|
73
73
|
"character": 3
|
|
74
74
|
},
|
|
75
75
|
"signature": "(property) CloudMain.REDIRECT: number",
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
"__schema": "InferenceTypeSchema",
|
|
79
79
|
"location": {
|
|
80
80
|
"filePath": "cloud.main.runtime.ts",
|
|
81
|
-
"line":
|
|
81
|
+
"line": 91,
|
|
82
82
|
"character": 3
|
|
83
83
|
},
|
|
84
84
|
"type": "number"
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
"__schema": "VariableLikeSchema",
|
|
91
91
|
"location": {
|
|
92
92
|
"filePath": "cloud.main.runtime.ts",
|
|
93
|
-
"line":
|
|
93
|
+
"line": 92,
|
|
94
94
|
"character": 3
|
|
95
95
|
},
|
|
96
96
|
"signature": "(property) CloudMain.GRAPHQL_ENDPOINT: string",
|
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
"__schema": "InferenceTypeSchema",
|
|
100
100
|
"location": {
|
|
101
101
|
"filePath": "cloud.main.runtime.ts",
|
|
102
|
-
"line":
|
|
102
|
+
"line": 92,
|
|
103
103
|
"character": 3
|
|
104
104
|
},
|
|
105
105
|
"type": "string"
|
|
@@ -111,7 +111,7 @@
|
|
|
111
111
|
"__schema": "ConstructorSchema",
|
|
112
112
|
"location": {
|
|
113
113
|
"filePath": "cloud.main.runtime.ts",
|
|
114
|
-
"line":
|
|
114
|
+
"line": 96,
|
|
115
115
|
"character": 3
|
|
116
116
|
},
|
|
117
117
|
"signature": "constructor CloudMain(config: CloudWorkspaceConfig, logger: Logger, express: ExpressMain, workspace: Workspace, scope: ScopeMain, globalConfig: GlobalConfigMain, onSuccessLoginSlot: OnSuccessLoginSlot): CloudMain",
|
|
@@ -121,7 +121,7 @@
|
|
|
121
121
|
"__schema": "ParameterSchema",
|
|
122
122
|
"location": {
|
|
123
123
|
"filePath": "cloud.main.runtime.ts",
|
|
124
|
-
"line":
|
|
124
|
+
"line": 97,
|
|
125
125
|
"character": 5
|
|
126
126
|
},
|
|
127
127
|
"name": "config",
|
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
"__schema": "TypeRefSchema",
|
|
130
130
|
"location": {
|
|
131
131
|
"filePath": "cloud.main.runtime.ts",
|
|
132
|
-
"line":
|
|
132
|
+
"line": 97,
|
|
133
133
|
"character": 21
|
|
134
134
|
},
|
|
135
135
|
"name": "CloudWorkspaceConfig"
|
|
@@ -141,7 +141,7 @@
|
|
|
141
141
|
"__schema": "ParameterSchema",
|
|
142
142
|
"location": {
|
|
143
143
|
"filePath": "cloud.main.runtime.ts",
|
|
144
|
-
"line":
|
|
144
|
+
"line": 98,
|
|
145
145
|
"character": 5
|
|
146
146
|
},
|
|
147
147
|
"name": "logger",
|
|
@@ -149,7 +149,7 @@
|
|
|
149
149
|
"__schema": "TypeRefSchema",
|
|
150
150
|
"location": {
|
|
151
151
|
"filePath": "cloud.main.runtime.ts",
|
|
152
|
-
"line":
|
|
152
|
+
"line": 98,
|
|
153
153
|
"character": 20
|
|
154
154
|
},
|
|
155
155
|
"name": "Logger"
|
|
@@ -161,7 +161,7 @@
|
|
|
161
161
|
"__schema": "ParameterSchema",
|
|
162
162
|
"location": {
|
|
163
163
|
"filePath": "cloud.main.runtime.ts",
|
|
164
|
-
"line":
|
|
164
|
+
"line": 99,
|
|
165
165
|
"character": 5
|
|
166
166
|
},
|
|
167
167
|
"name": "express",
|
|
@@ -169,7 +169,7 @@
|
|
|
169
169
|
"__schema": "TypeRefSchema",
|
|
170
170
|
"location": {
|
|
171
171
|
"filePath": "cloud.main.runtime.ts",
|
|
172
|
-
"line":
|
|
172
|
+
"line": 99,
|
|
173
173
|
"character": 21
|
|
174
174
|
},
|
|
175
175
|
"name": "ExpressMain"
|
|
@@ -181,7 +181,7 @@
|
|
|
181
181
|
"__schema": "ParameterSchema",
|
|
182
182
|
"location": {
|
|
183
183
|
"filePath": "cloud.main.runtime.ts",
|
|
184
|
-
"line":
|
|
184
|
+
"line": 100,
|
|
185
185
|
"character": 5
|
|
186
186
|
},
|
|
187
187
|
"name": "workspace",
|
|
@@ -189,7 +189,7 @@
|
|
|
189
189
|
"__schema": "TypeRefSchema",
|
|
190
190
|
"location": {
|
|
191
191
|
"filePath": "cloud.main.runtime.ts",
|
|
192
|
-
"line":
|
|
192
|
+
"line": 100,
|
|
193
193
|
"character": 23
|
|
194
194
|
},
|
|
195
195
|
"name": "Workspace"
|
|
@@ -201,7 +201,7 @@
|
|
|
201
201
|
"__schema": "ParameterSchema",
|
|
202
202
|
"location": {
|
|
203
203
|
"filePath": "cloud.main.runtime.ts",
|
|
204
|
-
"line":
|
|
204
|
+
"line": 101,
|
|
205
205
|
"character": 5
|
|
206
206
|
},
|
|
207
207
|
"name": "scope",
|
|
@@ -209,7 +209,7 @@
|
|
|
209
209
|
"__schema": "TypeRefSchema",
|
|
210
210
|
"location": {
|
|
211
211
|
"filePath": "cloud.main.runtime.ts",
|
|
212
|
-
"line":
|
|
212
|
+
"line": 101,
|
|
213
213
|
"character": 19
|
|
214
214
|
},
|
|
215
215
|
"name": "ScopeMain"
|
|
@@ -221,7 +221,7 @@
|
|
|
221
221
|
"__schema": "ParameterSchema",
|
|
222
222
|
"location": {
|
|
223
223
|
"filePath": "cloud.main.runtime.ts",
|
|
224
|
-
"line":
|
|
224
|
+
"line": 102,
|
|
225
225
|
"character": 5
|
|
226
226
|
},
|
|
227
227
|
"name": "globalConfig",
|
|
@@ -229,7 +229,7 @@
|
|
|
229
229
|
"__schema": "TypeRefSchema",
|
|
230
230
|
"location": {
|
|
231
231
|
"filePath": "cloud.main.runtime.ts",
|
|
232
|
-
"line":
|
|
232
|
+
"line": 102,
|
|
233
233
|
"character": 26
|
|
234
234
|
},
|
|
235
235
|
"name": "GlobalConfigMain"
|
|
@@ -241,7 +241,7 @@
|
|
|
241
241
|
"__schema": "ParameterSchema",
|
|
242
242
|
"location": {
|
|
243
243
|
"filePath": "cloud.main.runtime.ts",
|
|
244
|
-
"line":
|
|
244
|
+
"line": 103,
|
|
245
245
|
"character": 5
|
|
246
246
|
},
|
|
247
247
|
"name": "onSuccessLoginSlot",
|
|
@@ -249,7 +249,7 @@
|
|
|
249
249
|
"__schema": "TypeRefSchema",
|
|
250
250
|
"location": {
|
|
251
251
|
"filePath": "cloud.main.runtime.ts",
|
|
252
|
-
"line":
|
|
252
|
+
"line": 103,
|
|
253
253
|
"character": 32
|
|
254
254
|
},
|
|
255
255
|
"name": "OnSuccessLoginSlot"
|
|
@@ -262,7 +262,7 @@
|
|
|
262
262
|
"__schema": "ThisTypeSchema",
|
|
263
263
|
"location": {
|
|
264
264
|
"filePath": "cloud.main.runtime.ts",
|
|
265
|
-
"line":
|
|
265
|
+
"line": 88,
|
|
266
266
|
"character": 1
|
|
267
267
|
},
|
|
268
268
|
"name": "CloudMain"
|
|
@@ -273,7 +273,145 @@
|
|
|
273
273
|
"__schema": "FunctionLikeSchema",
|
|
274
274
|
"location": {
|
|
275
275
|
"filePath": "cloud.main.runtime.ts",
|
|
276
|
-
"line":
|
|
276
|
+
"line": 106,
|
|
277
|
+
"character": 3
|
|
278
|
+
},
|
|
279
|
+
"signature": "(method) CloudMain.updateNpmrcOnLogin({ authToken, username }: {\n authToken: string;\n username: string;\n}): Promise<string>",
|
|
280
|
+
"name": "updateNpmrcOnLogin",
|
|
281
|
+
"params": [
|
|
282
|
+
{
|
|
283
|
+
"__schema": "ParameterSchema",
|
|
284
|
+
"location": {
|
|
285
|
+
"filePath": "cloud.main.runtime.ts",
|
|
286
|
+
"line": 106,
|
|
287
|
+
"character": 28
|
|
288
|
+
},
|
|
289
|
+
"name": "{ authToken, username }",
|
|
290
|
+
"type": {
|
|
291
|
+
"__schema": "TypeLiteralSchema",
|
|
292
|
+
"location": {
|
|
293
|
+
"filePath": "cloud.main.runtime.ts",
|
|
294
|
+
"line": 106,
|
|
295
|
+
"character": 53
|
|
296
|
+
},
|
|
297
|
+
"members": [
|
|
298
|
+
{
|
|
299
|
+
"__schema": "VariableLikeSchema",
|
|
300
|
+
"location": {
|
|
301
|
+
"filePath": "cloud.main.runtime.ts",
|
|
302
|
+
"line": 106,
|
|
303
|
+
"character": 55
|
|
304
|
+
},
|
|
305
|
+
"signature": "(property) authToken: string",
|
|
306
|
+
"name": "authToken",
|
|
307
|
+
"type": {
|
|
308
|
+
"__schema": "KeywordTypeSchema",
|
|
309
|
+
"location": {
|
|
310
|
+
"filePath": "cloud.main.runtime.ts",
|
|
311
|
+
"line": 106,
|
|
312
|
+
"character": 66
|
|
313
|
+
},
|
|
314
|
+
"name": "string"
|
|
315
|
+
},
|
|
316
|
+
"isOptional": false
|
|
317
|
+
},
|
|
318
|
+
{
|
|
319
|
+
"__schema": "VariableLikeSchema",
|
|
320
|
+
"location": {
|
|
321
|
+
"filePath": "cloud.main.runtime.ts",
|
|
322
|
+
"line": 106,
|
|
323
|
+
"character": 74
|
|
324
|
+
},
|
|
325
|
+
"signature": "(property) username: string",
|
|
326
|
+
"name": "username",
|
|
327
|
+
"type": {
|
|
328
|
+
"__schema": "KeywordTypeSchema",
|
|
329
|
+
"location": {
|
|
330
|
+
"filePath": "cloud.main.runtime.ts",
|
|
331
|
+
"line": 106,
|
|
332
|
+
"character": 84
|
|
333
|
+
},
|
|
334
|
+
"name": "string"
|
|
335
|
+
},
|
|
336
|
+
"isOptional": false
|
|
337
|
+
}
|
|
338
|
+
]
|
|
339
|
+
},
|
|
340
|
+
"isOptional": false,
|
|
341
|
+
"objectBindingNodes": [
|
|
342
|
+
{
|
|
343
|
+
"__schema": "VariableLikeSchema",
|
|
344
|
+
"location": {
|
|
345
|
+
"filePath": "cloud.main.runtime.ts",
|
|
346
|
+
"line": 106,
|
|
347
|
+
"character": 55
|
|
348
|
+
},
|
|
349
|
+
"signature": "(property) authToken: string",
|
|
350
|
+
"name": "authToken",
|
|
351
|
+
"type": {
|
|
352
|
+
"__schema": "KeywordTypeSchema",
|
|
353
|
+
"location": {
|
|
354
|
+
"filePath": "cloud.main.runtime.ts",
|
|
355
|
+
"line": 106,
|
|
356
|
+
"character": 66
|
|
357
|
+
},
|
|
358
|
+
"name": "string"
|
|
359
|
+
},
|
|
360
|
+
"isOptional": false
|
|
361
|
+
},
|
|
362
|
+
{
|
|
363
|
+
"__schema": "VariableLikeSchema",
|
|
364
|
+
"location": {
|
|
365
|
+
"filePath": "cloud.main.runtime.ts",
|
|
366
|
+
"line": 106,
|
|
367
|
+
"character": 74
|
|
368
|
+
},
|
|
369
|
+
"signature": "(property) username: string",
|
|
370
|
+
"name": "username",
|
|
371
|
+
"type": {
|
|
372
|
+
"__schema": "KeywordTypeSchema",
|
|
373
|
+
"location": {
|
|
374
|
+
"filePath": "cloud.main.runtime.ts",
|
|
375
|
+
"line": 106,
|
|
376
|
+
"character": 84
|
|
377
|
+
},
|
|
378
|
+
"name": "string"
|
|
379
|
+
},
|
|
380
|
+
"isOptional": false
|
|
381
|
+
}
|
|
382
|
+
],
|
|
383
|
+
"isSpread": false
|
|
384
|
+
}
|
|
385
|
+
],
|
|
386
|
+
"returnType": {
|
|
387
|
+
"__schema": "TypeRefSchema",
|
|
388
|
+
"location": {
|
|
389
|
+
"filePath": "cloud.main.runtime.ts",
|
|
390
|
+
"line": 106,
|
|
391
|
+
"character": 95
|
|
392
|
+
},
|
|
393
|
+
"name": "Promise",
|
|
394
|
+
"typeArgs": [
|
|
395
|
+
{
|
|
396
|
+
"__schema": "KeywordTypeSchema",
|
|
397
|
+
"location": {
|
|
398
|
+
"filePath": "cloud.main.runtime.ts",
|
|
399
|
+
"line": 106,
|
|
400
|
+
"character": 103
|
|
401
|
+
},
|
|
402
|
+
"name": "string"
|
|
403
|
+
}
|
|
404
|
+
]
|
|
405
|
+
},
|
|
406
|
+
"modifiers": [
|
|
407
|
+
"async"
|
|
408
|
+
]
|
|
409
|
+
},
|
|
410
|
+
{
|
|
411
|
+
"__schema": "FunctionLikeSchema",
|
|
412
|
+
"location": {
|
|
413
|
+
"filePath": "cloud.main.runtime.ts",
|
|
414
|
+
"line": 118,
|
|
277
415
|
"character": 3
|
|
278
416
|
},
|
|
279
417
|
"signature": "(method) CloudMain.setupAuthListener({ port: portFromParams, clientId, }?: {\n port?: number;\n clientId?: string;\n}): Promise<CloudAuthListener | null>",
|
|
@@ -283,7 +421,7 @@
|
|
|
283
421
|
"__schema": "ParameterSchema",
|
|
284
422
|
"location": {
|
|
285
423
|
"filePath": "cloud.main.runtime.ts",
|
|
286
|
-
"line":
|
|
424
|
+
"line": 118,
|
|
287
425
|
"character": 21
|
|
288
426
|
},
|
|
289
427
|
"name": "{ port: portFromParams, clientId = v4() }",
|
|
@@ -291,7 +429,7 @@
|
|
|
291
429
|
"__schema": "TypeLiteralSchema",
|
|
292
430
|
"location": {
|
|
293
431
|
"filePath": "cloud.main.runtime.ts",
|
|
294
|
-
"line":
|
|
432
|
+
"line": 121,
|
|
295
433
|
"character": 6
|
|
296
434
|
},
|
|
297
435
|
"members": [
|
|
@@ -299,7 +437,7 @@
|
|
|
299
437
|
"__schema": "VariableLikeSchema",
|
|
300
438
|
"location": {
|
|
301
439
|
"filePath": "cloud.main.runtime.ts",
|
|
302
|
-
"line":
|
|
440
|
+
"line": 122,
|
|
303
441
|
"character": 5
|
|
304
442
|
},
|
|
305
443
|
"signature": "(property) port?: number | undefined",
|
|
@@ -308,7 +446,7 @@
|
|
|
308
446
|
"__schema": "KeywordTypeSchema",
|
|
309
447
|
"location": {
|
|
310
448
|
"filePath": "cloud.main.runtime.ts",
|
|
311
|
-
"line":
|
|
449
|
+
"line": 122,
|
|
312
450
|
"character": 12
|
|
313
451
|
},
|
|
314
452
|
"name": "number"
|
|
@@ -319,7 +457,7 @@
|
|
|
319
457
|
"__schema": "VariableLikeSchema",
|
|
320
458
|
"location": {
|
|
321
459
|
"filePath": "cloud.main.runtime.ts",
|
|
322
|
-
"line":
|
|
460
|
+
"line": 123,
|
|
323
461
|
"character": 5
|
|
324
462
|
},
|
|
325
463
|
"signature": "(property) clientId?: string | undefined",
|
|
@@ -328,7 +466,7 @@
|
|
|
328
466
|
"__schema": "KeywordTypeSchema",
|
|
329
467
|
"location": {
|
|
330
468
|
"filePath": "cloud.main.runtime.ts",
|
|
331
|
-
"line":
|
|
469
|
+
"line": 123,
|
|
332
470
|
"character": 16
|
|
333
471
|
},
|
|
334
472
|
"name": "string"
|
|
@@ -344,7 +482,7 @@
|
|
|
344
482
|
"__schema": "InferenceTypeSchema",
|
|
345
483
|
"location": {
|
|
346
484
|
"filePath": "cloud.main.runtime.ts",
|
|
347
|
-
"line":
|
|
485
|
+
"line": 119,
|
|
348
486
|
"character": 11
|
|
349
487
|
},
|
|
350
488
|
"name": "portFromParams",
|
|
@@ -355,7 +493,7 @@
|
|
|
355
493
|
"__schema": "VariableLikeSchema",
|
|
356
494
|
"location": {
|
|
357
495
|
"filePath": "cloud.main.runtime.ts",
|
|
358
|
-
"line":
|
|
496
|
+
"line": 123,
|
|
359
497
|
"character": 5
|
|
360
498
|
},
|
|
361
499
|
"signature": "(property) clientId?: string | undefined",
|
|
@@ -364,7 +502,7 @@
|
|
|
364
502
|
"__schema": "KeywordTypeSchema",
|
|
365
503
|
"location": {
|
|
366
504
|
"filePath": "cloud.main.runtime.ts",
|
|
367
|
-
"line":
|
|
505
|
+
"line": 123,
|
|
368
506
|
"character": 16
|
|
369
507
|
},
|
|
370
508
|
"name": "string"
|
|
@@ -379,7 +517,7 @@
|
|
|
379
517
|
"__schema": "TypeRefSchema",
|
|
380
518
|
"location": {
|
|
381
519
|
"filePath": "cloud.main.runtime.ts",
|
|
382
|
-
"line":
|
|
520
|
+
"line": 124,
|
|
383
521
|
"character": 12
|
|
384
522
|
},
|
|
385
523
|
"name": "Promise",
|
|
@@ -388,7 +526,7 @@
|
|
|
388
526
|
"__schema": "TypeUnionSchema",
|
|
389
527
|
"location": {
|
|
390
528
|
"filePath": "cloud.main.runtime.ts",
|
|
391
|
-
"line":
|
|
529
|
+
"line": 124,
|
|
392
530
|
"character": 20
|
|
393
531
|
},
|
|
394
532
|
"types": [
|
|
@@ -396,7 +534,7 @@
|
|
|
396
534
|
"__schema": "TypeRefSchema",
|
|
397
535
|
"location": {
|
|
398
536
|
"filePath": "cloud.main.runtime.ts",
|
|
399
|
-
"line":
|
|
537
|
+
"line": 124,
|
|
400
538
|
"character": 20
|
|
401
539
|
},
|
|
402
540
|
"name": "CloudAuthListener"
|
|
@@ -405,7 +543,7 @@
|
|
|
405
543
|
"__schema": "LiteralTypeSchema",
|
|
406
544
|
"location": {
|
|
407
545
|
"filePath": "cloud.main.runtime.ts",
|
|
408
|
-
"line":
|
|
546
|
+
"line": 124,
|
|
409
547
|
"character": 40
|
|
410
548
|
},
|
|
411
549
|
"name": "null"
|
|
@@ -420,7 +558,7 @@
|
|
|
420
558
|
"__schema": "FunctionLikeSchema",
|
|
421
559
|
"location": {
|
|
422
560
|
"filePath": "cloud.main.runtime.ts",
|
|
423
|
-
"line":
|
|
561
|
+
"line": 235,
|
|
424
562
|
"character": 3
|
|
425
563
|
},
|
|
426
564
|
"signature": "(method) CloudMain.registerOnSuccessLogin(onSuccessLoginFn: OnSuccessLogin): this",
|
|
@@ -430,7 +568,7 @@
|
|
|
430
568
|
"__schema": "ParameterSchema",
|
|
431
569
|
"location": {
|
|
432
570
|
"filePath": "cloud.main.runtime.ts",
|
|
433
|
-
"line":
|
|
571
|
+
"line": 235,
|
|
434
572
|
"character": 26
|
|
435
573
|
},
|
|
436
574
|
"name": "onSuccessLoginFn",
|
|
@@ -438,7 +576,7 @@
|
|
|
438
576
|
"__schema": "TypeRefSchema",
|
|
439
577
|
"location": {
|
|
440
578
|
"filePath": "cloud.main.runtime.ts",
|
|
441
|
-
"line":
|
|
579
|
+
"line": 235,
|
|
442
580
|
"character": 44
|
|
443
581
|
},
|
|
444
582
|
"name": "OnSuccessLogin"
|
|
@@ -451,7 +589,7 @@
|
|
|
451
589
|
"__schema": "TypeRefSchema",
|
|
452
590
|
"location": {
|
|
453
591
|
"filePath": "cloud.main.runtime.ts",
|
|
454
|
-
"line":
|
|
592
|
+
"line": 235,
|
|
455
593
|
"character": 3
|
|
456
594
|
},
|
|
457
595
|
"name": "CloudMain"
|
|
@@ -462,7 +600,7 @@
|
|
|
462
600
|
"__schema": "FunctionLikeSchema",
|
|
463
601
|
"location": {
|
|
464
602
|
"filePath": "cloud.main.runtime.ts",
|
|
465
|
-
"line":
|
|
603
|
+
"line": 240,
|
|
466
604
|
"character": 3
|
|
467
605
|
},
|
|
468
606
|
"signature": "(method) CloudMain.getCloudDomain(): string",
|
|
@@ -472,7 +610,7 @@
|
|
|
472
610
|
"__schema": "KeywordTypeSchema",
|
|
473
611
|
"location": {
|
|
474
612
|
"filePath": "cloud.main.runtime.ts",
|
|
475
|
-
"line":
|
|
613
|
+
"line": 240,
|
|
476
614
|
"character": 21
|
|
477
615
|
},
|
|
478
616
|
"name": "string"
|
|
@@ -483,7 +621,7 @@
|
|
|
483
621
|
"__schema": "FunctionLikeSchema",
|
|
484
622
|
"location": {
|
|
485
623
|
"filePath": "cloud.main.runtime.ts",
|
|
486
|
-
"line":
|
|
624
|
+
"line": 244,
|
|
487
625
|
"character": 3
|
|
488
626
|
},
|
|
489
627
|
"signature": "(method) CloudMain.getCloudHubDomain(): string",
|
|
@@ -493,7 +631,7 @@
|
|
|
493
631
|
"__schema": "KeywordTypeSchema",
|
|
494
632
|
"location": {
|
|
495
633
|
"filePath": "cloud.main.runtime.ts",
|
|
496
|
-
"line":
|
|
634
|
+
"line": 244,
|
|
497
635
|
"character": 24
|
|
498
636
|
},
|
|
499
637
|
"name": "string"
|
|
@@ -504,7 +642,7 @@
|
|
|
504
642
|
"__schema": "FunctionLikeSchema",
|
|
505
643
|
"location": {
|
|
506
644
|
"filePath": "cloud.main.runtime.ts",
|
|
507
|
-
"line":
|
|
645
|
+
"line": 248,
|
|
508
646
|
"character": 3
|
|
509
647
|
},
|
|
510
648
|
"signature": "(method) CloudMain.getCloudApi(): string",
|
|
@@ -514,7 +652,7 @@
|
|
|
514
652
|
"__schema": "KeywordTypeSchema",
|
|
515
653
|
"location": {
|
|
516
654
|
"filePath": "cloud.main.runtime.ts",
|
|
517
|
-
"line":
|
|
655
|
+
"line": 248,
|
|
518
656
|
"character": 18
|
|
519
657
|
},
|
|
520
658
|
"name": "string"
|
|
@@ -525,7 +663,7 @@
|
|
|
525
663
|
"__schema": "FunctionLikeSchema",
|
|
526
664
|
"location": {
|
|
527
665
|
"filePath": "cloud.main.runtime.ts",
|
|
528
|
-
"line":
|
|
666
|
+
"line": 252,
|
|
529
667
|
"character": 3
|
|
530
668
|
},
|
|
531
669
|
"signature": "(method) CloudMain.getCloudGraphQL(): string",
|
|
@@ -535,7 +673,7 @@
|
|
|
535
673
|
"__schema": "KeywordTypeSchema",
|
|
536
674
|
"location": {
|
|
537
675
|
"filePath": "cloud.main.runtime.ts",
|
|
538
|
-
"line":
|
|
676
|
+
"line": 252,
|
|
539
677
|
"character": 22
|
|
540
678
|
},
|
|
541
679
|
"name": "string"
|
|
@@ -546,7 +684,7 @@
|
|
|
546
684
|
"__schema": "FunctionLikeSchema",
|
|
547
685
|
"location": {
|
|
548
686
|
"filePath": "cloud.main.runtime.ts",
|
|
549
|
-
"line":
|
|
687
|
+
"line": 255,
|
|
550
688
|
"character": 3
|
|
551
689
|
},
|
|
552
690
|
"signature": "(method) CloudMain.getLoginDomain(): string",
|
|
@@ -556,7 +694,7 @@
|
|
|
556
694
|
"__schema": "KeywordTypeSchema",
|
|
557
695
|
"location": {
|
|
558
696
|
"filePath": "cloud.main.runtime.ts",
|
|
559
|
-
"line":
|
|
697
|
+
"line": 255,
|
|
560
698
|
"character": 21
|
|
561
699
|
},
|
|
562
700
|
"name": "string"
|
|
@@ -567,7 +705,7 @@
|
|
|
567
705
|
"__schema": "FunctionLikeSchema",
|
|
568
706
|
"location": {
|
|
569
707
|
"filePath": "cloud.main.runtime.ts",
|
|
570
|
-
"line":
|
|
708
|
+
"line": 259,
|
|
571
709
|
"character": 3
|
|
572
710
|
},
|
|
573
711
|
"signature": "(method) CloudMain.getAnalyticsDomain(): string",
|
|
@@ -577,7 +715,7 @@
|
|
|
577
715
|
"__schema": "KeywordTypeSchema",
|
|
578
716
|
"location": {
|
|
579
717
|
"filePath": "cloud.main.runtime.ts",
|
|
580
|
-
"line":
|
|
718
|
+
"line": 259,
|
|
581
719
|
"character": 25
|
|
582
720
|
},
|
|
583
721
|
"name": "string"
|
|
@@ -588,7 +726,7 @@
|
|
|
588
726
|
"__schema": "FunctionLikeSchema",
|
|
589
727
|
"location": {
|
|
590
728
|
"filePath": "cloud.main.runtime.ts",
|
|
591
|
-
"line":
|
|
729
|
+
"line": 263,
|
|
592
730
|
"character": 3
|
|
593
731
|
},
|
|
594
732
|
"signature": "(method) CloudMain.getRegistryUrl(): string",
|
|
@@ -598,7 +736,7 @@
|
|
|
598
736
|
"__schema": "KeywordTypeSchema",
|
|
599
737
|
"location": {
|
|
600
738
|
"filePath": "cloud.main.runtime.ts",
|
|
601
|
-
"line":
|
|
739
|
+
"line": 263,
|
|
602
740
|
"character": 21
|
|
603
741
|
},
|
|
604
742
|
"name": "string"
|
|
@@ -609,7 +747,7 @@
|
|
|
609
747
|
"__schema": "FunctionLikeSchema",
|
|
610
748
|
"location": {
|
|
611
749
|
"filePath": "cloud.main.runtime.ts",
|
|
612
|
-
"line":
|
|
750
|
+
"line": 267,
|
|
613
751
|
"character": 3
|
|
614
752
|
},
|
|
615
753
|
"signature": "(method) CloudMain.getCloudExporterUrl(): string",
|
|
@@ -619,7 +757,7 @@
|
|
|
619
757
|
"__schema": "KeywordTypeSchema",
|
|
620
758
|
"location": {
|
|
621
759
|
"filePath": "cloud.main.runtime.ts",
|
|
622
|
-
"line":
|
|
760
|
+
"line": 267,
|
|
623
761
|
"character": 26
|
|
624
762
|
},
|
|
625
763
|
"name": "string"
|
|
@@ -630,7 +768,7 @@
|
|
|
630
768
|
"__schema": "FunctionLikeSchema",
|
|
631
769
|
"location": {
|
|
632
770
|
"filePath": "cloud.main.runtime.ts",
|
|
633
|
-
"line":
|
|
771
|
+
"line": 271,
|
|
634
772
|
"character": 3
|
|
635
773
|
},
|
|
636
774
|
"signature": "(method) CloudMain.getHubName(): string",
|
|
@@ -640,7 +778,7 @@
|
|
|
640
778
|
"__schema": "KeywordTypeSchema",
|
|
641
779
|
"location": {
|
|
642
780
|
"filePath": "cloud.main.runtime.ts",
|
|
643
|
-
"line":
|
|
781
|
+
"line": 271,
|
|
644
782
|
"character": 17
|
|
645
783
|
},
|
|
646
784
|
"name": "string"
|
|
@@ -651,7 +789,7 @@
|
|
|
651
789
|
"__schema": "FunctionLikeSchema",
|
|
652
790
|
"location": {
|
|
653
791
|
"filePath": "cloud.main.runtime.ts",
|
|
654
|
-
"line":
|
|
792
|
+
"line": 275,
|
|
655
793
|
"character": 3
|
|
656
794
|
},
|
|
657
795
|
"signature": "(method) CloudMain.getLoginPort(): number",
|
|
@@ -661,7 +799,7 @@
|
|
|
661
799
|
"__schema": "KeywordTypeSchema",
|
|
662
800
|
"location": {
|
|
663
801
|
"filePath": "cloud.main.runtime.ts",
|
|
664
|
-
"line":
|
|
802
|
+
"line": 275,
|
|
665
803
|
"character": 19
|
|
666
804
|
},
|
|
667
805
|
"name": "number"
|
|
@@ -672,7 +810,7 @@
|
|
|
672
810
|
"__schema": "FunctionLikeSchema",
|
|
673
811
|
"location": {
|
|
674
812
|
"filePath": "cloud.main.runtime.ts",
|
|
675
|
-
"line":
|
|
813
|
+
"line": 279,
|
|
676
814
|
"character": 3
|
|
677
815
|
},
|
|
678
816
|
"signature": "(method) CloudMain.isLoggedIn(): boolean",
|
|
@@ -682,7 +820,7 @@
|
|
|
682
820
|
"__schema": "KeywordTypeSchema",
|
|
683
821
|
"location": {
|
|
684
822
|
"filePath": "cloud.main.runtime.ts",
|
|
685
|
-
"line":
|
|
823
|
+
"line": 279,
|
|
686
824
|
"character": 17
|
|
687
825
|
},
|
|
688
826
|
"name": "boolean"
|
|
@@ -693,7 +831,7 @@
|
|
|
693
831
|
"__schema": "FunctionLikeSchema",
|
|
694
832
|
"location": {
|
|
695
833
|
"filePath": "cloud.main.runtime.ts",
|
|
696
|
-
"line":
|
|
834
|
+
"line": 283,
|
|
697
835
|
"character": 3
|
|
698
836
|
},
|
|
699
837
|
"signature": "(method) CloudMain.getAuthToken(): string | null",
|
|
@@ -703,7 +841,7 @@
|
|
|
703
841
|
"__schema": "InferenceTypeSchema",
|
|
704
842
|
"location": {
|
|
705
843
|
"filePath": "cloud.main.runtime.ts",
|
|
706
|
-
"line":
|
|
844
|
+
"line": 283,
|
|
707
845
|
"character": 3
|
|
708
846
|
},
|
|
709
847
|
"type": "string | null"
|
|
@@ -714,7 +852,7 @@
|
|
|
714
852
|
"__schema": "FunctionLikeSchema",
|
|
715
853
|
"location": {
|
|
716
854
|
"filePath": "cloud.main.runtime.ts",
|
|
717
|
-
"line":
|
|
855
|
+
"line": 292,
|
|
718
856
|
"character": 3
|
|
719
857
|
},
|
|
720
858
|
"signature": "(method) CloudMain.getAuthHeader(): {\n Authorization: string;\n}",
|
|
@@ -724,7 +862,7 @@
|
|
|
724
862
|
"__schema": "InferenceTypeSchema",
|
|
725
863
|
"location": {
|
|
726
864
|
"filePath": "cloud.main.runtime.ts",
|
|
727
|
-
"line":
|
|
865
|
+
"line": 292,
|
|
728
866
|
"character": 3
|
|
729
867
|
},
|
|
730
868
|
"type": "{\n Authorization: string;\n}"
|
|
@@ -735,7 +873,7 @@
|
|
|
735
873
|
"__schema": "FunctionLikeSchema",
|
|
736
874
|
"location": {
|
|
737
875
|
"filePath": "cloud.main.runtime.ts",
|
|
738
|
-
"line":
|
|
876
|
+
"line": 298,
|
|
739
877
|
"character": 3
|
|
740
878
|
},
|
|
741
879
|
"signature": "(method) CloudMain.getUsername(): string | undefined",
|
|
@@ -745,7 +883,7 @@
|
|
|
745
883
|
"__schema": "TypeUnionSchema",
|
|
746
884
|
"location": {
|
|
747
885
|
"filePath": "cloud.main.runtime.ts",
|
|
748
|
-
"line":
|
|
886
|
+
"line": 298,
|
|
749
887
|
"character": 18
|
|
750
888
|
},
|
|
751
889
|
"types": [
|
|
@@ -753,7 +891,7 @@
|
|
|
753
891
|
"__schema": "KeywordTypeSchema",
|
|
754
892
|
"location": {
|
|
755
893
|
"filePath": "cloud.main.runtime.ts",
|
|
756
|
-
"line":
|
|
894
|
+
"line": 298,
|
|
757
895
|
"character": 18
|
|
758
896
|
},
|
|
759
897
|
"name": "string"
|
|
@@ -762,7 +900,7 @@
|
|
|
762
900
|
"__schema": "KeywordTypeSchema",
|
|
763
901
|
"location": {
|
|
764
902
|
"filePath": "cloud.main.runtime.ts",
|
|
765
|
-
"line":
|
|
903
|
+
"line": 298,
|
|
766
904
|
"character": 27
|
|
767
905
|
},
|
|
768
906
|
"name": "undefined"
|
|
@@ -775,7 +913,7 @@
|
|
|
775
913
|
"__schema": "FunctionLikeSchema",
|
|
776
914
|
"location": {
|
|
777
915
|
"filePath": "cloud.main.runtime.ts",
|
|
778
|
-
"line":
|
|
916
|
+
"line": 302,
|
|
779
917
|
"character": 3
|
|
780
918
|
},
|
|
781
919
|
"signature": "(method) CloudMain.getLoginUrl({ redirectUrl, machineName, cloudDomain, port: portFromParams, }?: {\n redirectUrl?: string;\n machineName?: string;\n cloudDomain?: string;\n port?: string;\n}): Promise<string | null>",
|
|
@@ -785,7 +923,7 @@
|
|
|
785
923
|
"__schema": "ParameterSchema",
|
|
786
924
|
"location": {
|
|
787
925
|
"filePath": "cloud.main.runtime.ts",
|
|
788
|
-
"line":
|
|
926
|
+
"line": 302,
|
|
789
927
|
"character": 21
|
|
790
928
|
},
|
|
791
929
|
"name": "{ redirectUrl, machineName, cloudDomain, port: portFromParams }",
|
|
@@ -793,7 +931,7 @@
|
|
|
793
931
|
"__schema": "TypeLiteralSchema",
|
|
794
932
|
"location": {
|
|
795
933
|
"filePath": "cloud.main.runtime.ts",
|
|
796
|
-
"line":
|
|
934
|
+
"line": 307,
|
|
797
935
|
"character": 6
|
|
798
936
|
},
|
|
799
937
|
"members": [
|
|
@@ -801,7 +939,7 @@
|
|
|
801
939
|
"__schema": "VariableLikeSchema",
|
|
802
940
|
"location": {
|
|
803
941
|
"filePath": "cloud.main.runtime.ts",
|
|
804
|
-
"line":
|
|
942
|
+
"line": 307,
|
|
805
943
|
"character": 8
|
|
806
944
|
},
|
|
807
945
|
"signature": "(property) redirectUrl?: string | undefined",
|
|
@@ -810,7 +948,7 @@
|
|
|
810
948
|
"__schema": "KeywordTypeSchema",
|
|
811
949
|
"location": {
|
|
812
950
|
"filePath": "cloud.main.runtime.ts",
|
|
813
|
-
"line":
|
|
951
|
+
"line": 307,
|
|
814
952
|
"character": 22
|
|
815
953
|
},
|
|
816
954
|
"name": "string"
|
|
@@ -821,7 +959,7 @@
|
|
|
821
959
|
"__schema": "VariableLikeSchema",
|
|
822
960
|
"location": {
|
|
823
961
|
"filePath": "cloud.main.runtime.ts",
|
|
824
|
-
"line":
|
|
962
|
+
"line": 307,
|
|
825
963
|
"character": 30
|
|
826
964
|
},
|
|
827
965
|
"signature": "(property) machineName?: string | undefined",
|
|
@@ -830,7 +968,7 @@
|
|
|
830
968
|
"__schema": "KeywordTypeSchema",
|
|
831
969
|
"location": {
|
|
832
970
|
"filePath": "cloud.main.runtime.ts",
|
|
833
|
-
"line":
|
|
971
|
+
"line": 307,
|
|
834
972
|
"character": 44
|
|
835
973
|
},
|
|
836
974
|
"name": "string"
|
|
@@ -841,7 +979,7 @@
|
|
|
841
979
|
"__schema": "VariableLikeSchema",
|
|
842
980
|
"location": {
|
|
843
981
|
"filePath": "cloud.main.runtime.ts",
|
|
844
|
-
"line":
|
|
982
|
+
"line": 307,
|
|
845
983
|
"character": 52
|
|
846
984
|
},
|
|
847
985
|
"signature": "(property) cloudDomain?: string | undefined",
|
|
@@ -850,7 +988,7 @@
|
|
|
850
988
|
"__schema": "KeywordTypeSchema",
|
|
851
989
|
"location": {
|
|
852
990
|
"filePath": "cloud.main.runtime.ts",
|
|
853
|
-
"line":
|
|
991
|
+
"line": 307,
|
|
854
992
|
"character": 66
|
|
855
993
|
},
|
|
856
994
|
"name": "string"
|
|
@@ -861,7 +999,7 @@
|
|
|
861
999
|
"__schema": "VariableLikeSchema",
|
|
862
1000
|
"location": {
|
|
863
1001
|
"filePath": "cloud.main.runtime.ts",
|
|
864
|
-
"line":
|
|
1002
|
+
"line": 307,
|
|
865
1003
|
"character": 74
|
|
866
1004
|
},
|
|
867
1005
|
"signature": "(property) port?: string | undefined",
|
|
@@ -870,7 +1008,7 @@
|
|
|
870
1008
|
"__schema": "KeywordTypeSchema",
|
|
871
1009
|
"location": {
|
|
872
1010
|
"filePath": "cloud.main.runtime.ts",
|
|
873
|
-
"line":
|
|
1011
|
+
"line": 307,
|
|
874
1012
|
"character": 81
|
|
875
1013
|
},
|
|
876
1014
|
"name": "string"
|
|
@@ -886,7 +1024,7 @@
|
|
|
886
1024
|
"__schema": "VariableLikeSchema",
|
|
887
1025
|
"location": {
|
|
888
1026
|
"filePath": "cloud.main.runtime.ts",
|
|
889
|
-
"line":
|
|
1027
|
+
"line": 307,
|
|
890
1028
|
"character": 8
|
|
891
1029
|
},
|
|
892
1030
|
"signature": "(property) redirectUrl?: string | undefined",
|
|
@@ -895,7 +1033,7 @@
|
|
|
895
1033
|
"__schema": "KeywordTypeSchema",
|
|
896
1034
|
"location": {
|
|
897
1035
|
"filePath": "cloud.main.runtime.ts",
|
|
898
|
-
"line":
|
|
1036
|
+
"line": 307,
|
|
899
1037
|
"character": 22
|
|
900
1038
|
},
|
|
901
1039
|
"name": "string"
|
|
@@ -906,7 +1044,7 @@
|
|
|
906
1044
|
"__schema": "VariableLikeSchema",
|
|
907
1045
|
"location": {
|
|
908
1046
|
"filePath": "cloud.main.runtime.ts",
|
|
909
|
-
"line":
|
|
1047
|
+
"line": 307,
|
|
910
1048
|
"character": 30
|
|
911
1049
|
},
|
|
912
1050
|
"signature": "(property) machineName?: string | undefined",
|
|
@@ -915,7 +1053,7 @@
|
|
|
915
1053
|
"__schema": "KeywordTypeSchema",
|
|
916
1054
|
"location": {
|
|
917
1055
|
"filePath": "cloud.main.runtime.ts",
|
|
918
|
-
"line":
|
|
1056
|
+
"line": 307,
|
|
919
1057
|
"character": 44
|
|
920
1058
|
},
|
|
921
1059
|
"name": "string"
|
|
@@ -926,7 +1064,7 @@
|
|
|
926
1064
|
"__schema": "VariableLikeSchema",
|
|
927
1065
|
"location": {
|
|
928
1066
|
"filePath": "cloud.main.runtime.ts",
|
|
929
|
-
"line":
|
|
1067
|
+
"line": 307,
|
|
930
1068
|
"character": 52
|
|
931
1069
|
},
|
|
932
1070
|
"signature": "(property) cloudDomain?: string | undefined",
|
|
@@ -935,7 +1073,7 @@
|
|
|
935
1073
|
"__schema": "KeywordTypeSchema",
|
|
936
1074
|
"location": {
|
|
937
1075
|
"filePath": "cloud.main.runtime.ts",
|
|
938
|
-
"line":
|
|
1076
|
+
"line": 307,
|
|
939
1077
|
"character": 66
|
|
940
1078
|
},
|
|
941
1079
|
"name": "string"
|
|
@@ -946,7 +1084,7 @@
|
|
|
946
1084
|
"__schema": "InferenceTypeSchema",
|
|
947
1085
|
"location": {
|
|
948
1086
|
"filePath": "cloud.main.runtime.ts",
|
|
949
|
-
"line":
|
|
1087
|
+
"line": 306,
|
|
950
1088
|
"character": 11
|
|
951
1089
|
},
|
|
952
1090
|
"name": "portFromParams",
|
|
@@ -961,7 +1099,7 @@
|
|
|
961
1099
|
"__schema": "TypeRefSchema",
|
|
962
1100
|
"location": {
|
|
963
1101
|
"filePath": "cloud.main.runtime.ts",
|
|
964
|
-
"line":
|
|
1102
|
+
"line": 307,
|
|
965
1103
|
"character": 97
|
|
966
1104
|
},
|
|
967
1105
|
"name": "Promise",
|
|
@@ -970,7 +1108,7 @@
|
|
|
970
1108
|
"__schema": "TypeUnionSchema",
|
|
971
1109
|
"location": {
|
|
972
1110
|
"filePath": "cloud.main.runtime.ts",
|
|
973
|
-
"line":
|
|
1111
|
+
"line": 307,
|
|
974
1112
|
"character": 105
|
|
975
1113
|
},
|
|
976
1114
|
"types": [
|
|
@@ -978,7 +1116,7 @@
|
|
|
978
1116
|
"__schema": "KeywordTypeSchema",
|
|
979
1117
|
"location": {
|
|
980
1118
|
"filePath": "cloud.main.runtime.ts",
|
|
981
|
-
"line":
|
|
1119
|
+
"line": 307,
|
|
982
1120
|
"character": 105
|
|
983
1121
|
},
|
|
984
1122
|
"name": "string"
|
|
@@ -987,7 +1125,7 @@
|
|
|
987
1125
|
"__schema": "LiteralTypeSchema",
|
|
988
1126
|
"location": {
|
|
989
1127
|
"filePath": "cloud.main.runtime.ts",
|
|
990
|
-
"line":
|
|
1128
|
+
"line": 307,
|
|
991
1129
|
"character": 114
|
|
992
1130
|
},
|
|
993
1131
|
"name": "null"
|
|
@@ -1004,7 +1142,7 @@
|
|
|
1004
1142
|
"__schema": "FunctionLikeSchema",
|
|
1005
1143
|
"location": {
|
|
1006
1144
|
"filePath": "cloud.main.runtime.ts",
|
|
1007
|
-
"line":
|
|
1145
|
+
"line": 330,
|
|
1008
1146
|
"character": 3
|
|
1009
1147
|
},
|
|
1010
1148
|
"signature": "(method) CloudMain.logout(): void",
|
|
@@ -1014,7 +1152,7 @@
|
|
|
1014
1152
|
"__schema": "InferenceTypeSchema",
|
|
1015
1153
|
"location": {
|
|
1016
1154
|
"filePath": "cloud.main.runtime.ts",
|
|
1017
|
-
"line":
|
|
1155
|
+
"line": 330,
|
|
1018
1156
|
"character": 3
|
|
1019
1157
|
},
|
|
1020
1158
|
"type": "void"
|
|
@@ -1025,7 +1163,7 @@
|
|
|
1025
1163
|
"__schema": "FunctionLikeSchema",
|
|
1026
1164
|
"location": {
|
|
1027
1165
|
"filePath": "cloud.main.runtime.ts",
|
|
1028
|
-
"line":
|
|
1166
|
+
"line": 335,
|
|
1029
1167
|
"character": 3
|
|
1030
1168
|
},
|
|
1031
1169
|
"signature": "(method) CloudMain.whoami(): Promise<string | undefined>",
|
|
@@ -1035,7 +1173,7 @@
|
|
|
1035
1173
|
"__schema": "TypeRefSchema",
|
|
1036
1174
|
"location": {
|
|
1037
1175
|
"filePath": "cloud.main.runtime.ts",
|
|
1038
|
-
"line":
|
|
1176
|
+
"line": 335,
|
|
1039
1177
|
"character": 19
|
|
1040
1178
|
},
|
|
1041
1179
|
"name": "Promise",
|
|
@@ -1044,7 +1182,7 @@
|
|
|
1044
1182
|
"__schema": "TypeUnionSchema",
|
|
1045
1183
|
"location": {
|
|
1046
1184
|
"filePath": "cloud.main.runtime.ts",
|
|
1047
|
-
"line":
|
|
1185
|
+
"line": 335,
|
|
1048
1186
|
"character": 27
|
|
1049
1187
|
},
|
|
1050
1188
|
"types": [
|
|
@@ -1052,7 +1190,7 @@
|
|
|
1052
1190
|
"__schema": "KeywordTypeSchema",
|
|
1053
1191
|
"location": {
|
|
1054
1192
|
"filePath": "cloud.main.runtime.ts",
|
|
1055
|
-
"line":
|
|
1193
|
+
"line": 335,
|
|
1056
1194
|
"character": 27
|
|
1057
1195
|
},
|
|
1058
1196
|
"name": "string"
|
|
@@ -1061,7 +1199,7 @@
|
|
|
1061
1199
|
"__schema": "KeywordTypeSchema",
|
|
1062
1200
|
"location": {
|
|
1063
1201
|
"filePath": "cloud.main.runtime.ts",
|
|
1064
|
-
"line":
|
|
1202
|
+
"line": 335,
|
|
1065
1203
|
"character": 36
|
|
1066
1204
|
},
|
|
1067
1205
|
"name": "undefined"
|
|
@@ -1078,17 +1216,17 @@
|
|
|
1078
1216
|
"__schema": "FunctionLikeSchema",
|
|
1079
1217
|
"location": {
|
|
1080
1218
|
"filePath": "cloud.main.runtime.ts",
|
|
1081
|
-
"line":
|
|
1219
|
+
"line": 343,
|
|
1082
1220
|
"character": 3
|
|
1083
1221
|
},
|
|
1084
|
-
"signature": "(method) CloudMain.login(port?: string, suppressBrowserLaunch?: boolean, machineName?: string, cloudDomain?: string, redirectUrl?: string): Promise<{\n isAlreadyLoggedIn?: boolean;\n username?: string;\n token?: string;\n} | null>",
|
|
1222
|
+
"signature": "(method) CloudMain.login(port?: string, suppressBrowserLaunch?: boolean, machineName?: string, cloudDomain?: string, redirectUrl?: string): Promise<{\n isAlreadyLoggedIn?: boolean;\n username?: string;\n token?: string;\n npmrcUpdateResult?: {\n success?: boolean;\n error?: Error;\n configUpdates?: string;\n };\n} | null>",
|
|
1085
1223
|
"name": "login",
|
|
1086
1224
|
"params": [
|
|
1087
1225
|
{
|
|
1088
1226
|
"__schema": "ParameterSchema",
|
|
1089
1227
|
"location": {
|
|
1090
1228
|
"filePath": "cloud.main.runtime.ts",
|
|
1091
|
-
"line":
|
|
1229
|
+
"line": 344,
|
|
1092
1230
|
"character": 5
|
|
1093
1231
|
},
|
|
1094
1232
|
"name": "port",
|
|
@@ -1096,7 +1234,7 @@
|
|
|
1096
1234
|
"__schema": "KeywordTypeSchema",
|
|
1097
1235
|
"location": {
|
|
1098
1236
|
"filePath": "cloud.main.runtime.ts",
|
|
1099
|
-
"line":
|
|
1237
|
+
"line": 344,
|
|
1100
1238
|
"character": 12
|
|
1101
1239
|
},
|
|
1102
1240
|
"name": "string"
|
|
@@ -1108,7 +1246,7 @@
|
|
|
1108
1246
|
"__schema": "ParameterSchema",
|
|
1109
1247
|
"location": {
|
|
1110
1248
|
"filePath": "cloud.main.runtime.ts",
|
|
1111
|
-
"line":
|
|
1249
|
+
"line": 345,
|
|
1112
1250
|
"character": 5
|
|
1113
1251
|
},
|
|
1114
1252
|
"name": "suppressBrowserLaunch",
|
|
@@ -1116,7 +1254,7 @@
|
|
|
1116
1254
|
"__schema": "KeywordTypeSchema",
|
|
1117
1255
|
"location": {
|
|
1118
1256
|
"filePath": "cloud.main.runtime.ts",
|
|
1119
|
-
"line":
|
|
1257
|
+
"line": 345,
|
|
1120
1258
|
"character": 29
|
|
1121
1259
|
},
|
|
1122
1260
|
"name": "boolean"
|
|
@@ -1128,7 +1266,7 @@
|
|
|
1128
1266
|
"__schema": "ParameterSchema",
|
|
1129
1267
|
"location": {
|
|
1130
1268
|
"filePath": "cloud.main.runtime.ts",
|
|
1131
|
-
"line":
|
|
1269
|
+
"line": 346,
|
|
1132
1270
|
"character": 5
|
|
1133
1271
|
},
|
|
1134
1272
|
"name": "machineName",
|
|
@@ -1136,7 +1274,7 @@
|
|
|
1136
1274
|
"__schema": "KeywordTypeSchema",
|
|
1137
1275
|
"location": {
|
|
1138
1276
|
"filePath": "cloud.main.runtime.ts",
|
|
1139
|
-
"line":
|
|
1277
|
+
"line": 346,
|
|
1140
1278
|
"character": 19
|
|
1141
1279
|
},
|
|
1142
1280
|
"name": "string"
|
|
@@ -1148,7 +1286,7 @@
|
|
|
1148
1286
|
"__schema": "ParameterSchema",
|
|
1149
1287
|
"location": {
|
|
1150
1288
|
"filePath": "cloud.main.runtime.ts",
|
|
1151
|
-
"line":
|
|
1289
|
+
"line": 347,
|
|
1152
1290
|
"character": 5
|
|
1153
1291
|
},
|
|
1154
1292
|
"name": "cloudDomain",
|
|
@@ -1156,7 +1294,7 @@
|
|
|
1156
1294
|
"__schema": "KeywordTypeSchema",
|
|
1157
1295
|
"location": {
|
|
1158
1296
|
"filePath": "cloud.main.runtime.ts",
|
|
1159
|
-
"line":
|
|
1297
|
+
"line": 347,
|
|
1160
1298
|
"character": 19
|
|
1161
1299
|
},
|
|
1162
1300
|
"name": "string"
|
|
@@ -1168,7 +1306,7 @@
|
|
|
1168
1306
|
"__schema": "ParameterSchema",
|
|
1169
1307
|
"location": {
|
|
1170
1308
|
"filePath": "cloud.main.runtime.ts",
|
|
1171
|
-
"line":
|
|
1309
|
+
"line": 348,
|
|
1172
1310
|
"character": 5
|
|
1173
1311
|
},
|
|
1174
1312
|
"name": "redirectUrl",
|
|
@@ -1176,7 +1314,7 @@
|
|
|
1176
1314
|
"__schema": "KeywordTypeSchema",
|
|
1177
1315
|
"location": {
|
|
1178
1316
|
"filePath": "cloud.main.runtime.ts",
|
|
1179
|
-
"line":
|
|
1317
|
+
"line": 348,
|
|
1180
1318
|
"character": 19
|
|
1181
1319
|
},
|
|
1182
1320
|
"name": "string"
|
|
@@ -1189,7 +1327,7 @@
|
|
|
1189
1327
|
"__schema": "TypeRefSchema",
|
|
1190
1328
|
"location": {
|
|
1191
1329
|
"filePath": "cloud.main.runtime.ts",
|
|
1192
|
-
"line":
|
|
1330
|
+
"line": 349,
|
|
1193
1331
|
"character": 6
|
|
1194
1332
|
},
|
|
1195
1333
|
"name": "Promise",
|
|
@@ -1198,7 +1336,7 @@
|
|
|
1198
1336
|
"__schema": "TypeUnionSchema",
|
|
1199
1337
|
"location": {
|
|
1200
1338
|
"filePath": "cloud.main.runtime.ts",
|
|
1201
|
-
"line":
|
|
1339
|
+
"line": 349,
|
|
1202
1340
|
"character": 14
|
|
1203
1341
|
},
|
|
1204
1342
|
"types": [
|
|
@@ -1206,7 +1344,7 @@
|
|
|
1206
1344
|
"__schema": "TypeLiteralSchema",
|
|
1207
1345
|
"location": {
|
|
1208
1346
|
"filePath": "cloud.main.runtime.ts",
|
|
1209
|
-
"line":
|
|
1347
|
+
"line": 349,
|
|
1210
1348
|
"character": 14
|
|
1211
1349
|
},
|
|
1212
1350
|
"members": [
|
|
@@ -1214,7 +1352,7 @@
|
|
|
1214
1352
|
"__schema": "VariableLikeSchema",
|
|
1215
1353
|
"location": {
|
|
1216
1354
|
"filePath": "cloud.main.runtime.ts",
|
|
1217
|
-
"line":
|
|
1355
|
+
"line": 350,
|
|
1218
1356
|
"character": 5
|
|
1219
1357
|
},
|
|
1220
1358
|
"signature": "(property) isAlreadyLoggedIn?: boolean | undefined",
|
|
@@ -1223,7 +1361,7 @@
|
|
|
1223
1361
|
"__schema": "KeywordTypeSchema",
|
|
1224
1362
|
"location": {
|
|
1225
1363
|
"filePath": "cloud.main.runtime.ts",
|
|
1226
|
-
"line":
|
|
1364
|
+
"line": 350,
|
|
1227
1365
|
"character": 25
|
|
1228
1366
|
},
|
|
1229
1367
|
"name": "boolean"
|
|
@@ -1234,7 +1372,7 @@
|
|
|
1234
1372
|
"__schema": "VariableLikeSchema",
|
|
1235
1373
|
"location": {
|
|
1236
1374
|
"filePath": "cloud.main.runtime.ts",
|
|
1237
|
-
"line":
|
|
1375
|
+
"line": 351,
|
|
1238
1376
|
"character": 5
|
|
1239
1377
|
},
|
|
1240
1378
|
"signature": "(property) username?: string | undefined",
|
|
@@ -1243,7 +1381,7 @@
|
|
|
1243
1381
|
"__schema": "KeywordTypeSchema",
|
|
1244
1382
|
"location": {
|
|
1245
1383
|
"filePath": "cloud.main.runtime.ts",
|
|
1246
|
-
"line":
|
|
1384
|
+
"line": 351,
|
|
1247
1385
|
"character": 16
|
|
1248
1386
|
},
|
|
1249
1387
|
"name": "string"
|
|
@@ -1254,7 +1392,7 @@
|
|
|
1254
1392
|
"__schema": "VariableLikeSchema",
|
|
1255
1393
|
"location": {
|
|
1256
1394
|
"filePath": "cloud.main.runtime.ts",
|
|
1257
|
-
"line":
|
|
1395
|
+
"line": 352,
|
|
1258
1396
|
"character": 5
|
|
1259
1397
|
},
|
|
1260
1398
|
"signature": "(property) token?: string | undefined",
|
|
@@ -1263,12 +1401,93 @@
|
|
|
1263
1401
|
"__schema": "KeywordTypeSchema",
|
|
1264
1402
|
"location": {
|
|
1265
1403
|
"filePath": "cloud.main.runtime.ts",
|
|
1266
|
-
"line":
|
|
1404
|
+
"line": 352,
|
|
1267
1405
|
"character": 13
|
|
1268
1406
|
},
|
|
1269
1407
|
"name": "string"
|
|
1270
1408
|
},
|
|
1271
1409
|
"isOptional": true
|
|
1410
|
+
},
|
|
1411
|
+
{
|
|
1412
|
+
"__schema": "VariableLikeSchema",
|
|
1413
|
+
"location": {
|
|
1414
|
+
"filePath": "cloud.main.runtime.ts",
|
|
1415
|
+
"line": 353,
|
|
1416
|
+
"character": 5
|
|
1417
|
+
},
|
|
1418
|
+
"signature": "(property) npmrcUpdateResult?: {\n success?: boolean | undefined;\n error?: Error | undefined;\n configUpdates?: string | undefined;\n} | undefined",
|
|
1419
|
+
"name": "npmrcUpdateResult",
|
|
1420
|
+
"type": {
|
|
1421
|
+
"__schema": "TypeLiteralSchema",
|
|
1422
|
+
"location": {
|
|
1423
|
+
"filePath": "cloud.main.runtime.ts",
|
|
1424
|
+
"line": 353,
|
|
1425
|
+
"character": 25
|
|
1426
|
+
},
|
|
1427
|
+
"members": [
|
|
1428
|
+
{
|
|
1429
|
+
"__schema": "VariableLikeSchema",
|
|
1430
|
+
"location": {
|
|
1431
|
+
"filePath": "cloud.main.runtime.ts",
|
|
1432
|
+
"line": 354,
|
|
1433
|
+
"character": 7
|
|
1434
|
+
},
|
|
1435
|
+
"signature": "(property) success?: boolean | undefined",
|
|
1436
|
+
"name": "success",
|
|
1437
|
+
"type": {
|
|
1438
|
+
"__schema": "KeywordTypeSchema",
|
|
1439
|
+
"location": {
|
|
1440
|
+
"filePath": "cloud.main.runtime.ts",
|
|
1441
|
+
"line": 354,
|
|
1442
|
+
"character": 17
|
|
1443
|
+
},
|
|
1444
|
+
"name": "boolean"
|
|
1445
|
+
},
|
|
1446
|
+
"isOptional": true
|
|
1447
|
+
},
|
|
1448
|
+
{
|
|
1449
|
+
"__schema": "VariableLikeSchema",
|
|
1450
|
+
"location": {
|
|
1451
|
+
"filePath": "cloud.main.runtime.ts",
|
|
1452
|
+
"line": 355,
|
|
1453
|
+
"character": 7
|
|
1454
|
+
},
|
|
1455
|
+
"signature": "(property) error?: Error | undefined",
|
|
1456
|
+
"name": "error",
|
|
1457
|
+
"type": {
|
|
1458
|
+
"__schema": "TypeRefSchema",
|
|
1459
|
+
"location": {
|
|
1460
|
+
"filePath": "cloud.main.runtime.ts",
|
|
1461
|
+
"line": 355,
|
|
1462
|
+
"character": 15
|
|
1463
|
+
},
|
|
1464
|
+
"name": "Error"
|
|
1465
|
+
},
|
|
1466
|
+
"isOptional": true
|
|
1467
|
+
},
|
|
1468
|
+
{
|
|
1469
|
+
"__schema": "VariableLikeSchema",
|
|
1470
|
+
"location": {
|
|
1471
|
+
"filePath": "cloud.main.runtime.ts",
|
|
1472
|
+
"line": 356,
|
|
1473
|
+
"character": 7
|
|
1474
|
+
},
|
|
1475
|
+
"signature": "(property) configUpdates?: string | undefined",
|
|
1476
|
+
"name": "configUpdates",
|
|
1477
|
+
"type": {
|
|
1478
|
+
"__schema": "KeywordTypeSchema",
|
|
1479
|
+
"location": {
|
|
1480
|
+
"filePath": "cloud.main.runtime.ts",
|
|
1481
|
+
"line": 356,
|
|
1482
|
+
"character": 23
|
|
1483
|
+
},
|
|
1484
|
+
"name": "string"
|
|
1485
|
+
},
|
|
1486
|
+
"isOptional": true
|
|
1487
|
+
}
|
|
1488
|
+
]
|
|
1489
|
+
},
|
|
1490
|
+
"isOptional": true
|
|
1272
1491
|
}
|
|
1273
1492
|
]
|
|
1274
1493
|
},
|
|
@@ -1276,7 +1495,7 @@
|
|
|
1276
1495
|
"__schema": "LiteralTypeSchema",
|
|
1277
1496
|
"location": {
|
|
1278
1497
|
"filePath": "cloud.main.runtime.ts",
|
|
1279
|
-
"line":
|
|
1498
|
+
"line": 358,
|
|
1280
1499
|
"character": 7
|
|
1281
1500
|
},
|
|
1282
1501
|
"name": "null"
|
|
@@ -1293,7 +1512,7 @@
|
|
|
1293
1512
|
"__schema": "VariableLikeSchema",
|
|
1294
1513
|
"location": {
|
|
1295
1514
|
"filePath": "cloud.main.runtime.ts",
|
|
1296
|
-
"line":
|
|
1515
|
+
"line": 410,
|
|
1297
1516
|
"character": 3
|
|
1298
1517
|
},
|
|
1299
1518
|
"signature": "(property) CloudMain.GET_SCOPES: string",
|
|
@@ -1302,7 +1521,7 @@
|
|
|
1302
1521
|
"__schema": "InferenceTypeSchema",
|
|
1303
1522
|
"location": {
|
|
1304
1523
|
"filePath": "cloud.main.runtime.ts",
|
|
1305
|
-
"line":
|
|
1524
|
+
"line": 410,
|
|
1306
1525
|
"character": 3
|
|
1307
1526
|
},
|
|
1308
1527
|
"type": "string"
|
|
@@ -1314,7 +1533,7 @@
|
|
|
1314
1533
|
"__schema": "VariableLikeSchema",
|
|
1315
1534
|
"location": {
|
|
1316
1535
|
"filePath": "cloud.main.runtime.ts",
|
|
1317
|
-
"line":
|
|
1536
|
+
"line": 422,
|
|
1318
1537
|
"character": 3
|
|
1319
1538
|
},
|
|
1320
1539
|
"signature": "(property) CloudMain.GET_CURRENT_USER: string",
|
|
@@ -1323,7 +1542,7 @@
|
|
|
1323
1542
|
"__schema": "InferenceTypeSchema",
|
|
1324
1543
|
"location": {
|
|
1325
1544
|
"filePath": "cloud.main.runtime.ts",
|
|
1326
|
-
"line":
|
|
1545
|
+
"line": 422,
|
|
1327
1546
|
"character": 3
|
|
1328
1547
|
},
|
|
1329
1548
|
"type": "string"
|
|
@@ -1331,11 +1550,53 @@
|
|
|
1331
1550
|
"isOptional": true,
|
|
1332
1551
|
"defaultValue": "`\n query GET_ME {\n me {\n id\n username\n image\n displayName\n }\n }\n `"
|
|
1333
1552
|
},
|
|
1553
|
+
{
|
|
1554
|
+
"__schema": "VariableLikeSchema",
|
|
1555
|
+
"location": {
|
|
1556
|
+
"filePath": "cloud.main.runtime.ts",
|
|
1557
|
+
"line": 432,
|
|
1558
|
+
"character": 3
|
|
1559
|
+
},
|
|
1560
|
+
"signature": "(property) CloudMain.GET_USER_ORGANIZATIONS: string",
|
|
1561
|
+
"name": "GET_USER_ORGANIZATIONS",
|
|
1562
|
+
"type": {
|
|
1563
|
+
"__schema": "InferenceTypeSchema",
|
|
1564
|
+
"location": {
|
|
1565
|
+
"filePath": "cloud.main.runtime.ts",
|
|
1566
|
+
"line": 432,
|
|
1567
|
+
"character": 3
|
|
1568
|
+
},
|
|
1569
|
+
"type": "string"
|
|
1570
|
+
},
|
|
1571
|
+
"isOptional": true,
|
|
1572
|
+
"defaultValue": "`\n query GET_USER_ORGANIZATIONS {\n getUserOrganizations {\n id\n name\n } \n }\n `"
|
|
1573
|
+
},
|
|
1574
|
+
{
|
|
1575
|
+
"__schema": "VariableLikeSchema",
|
|
1576
|
+
"location": {
|
|
1577
|
+
"filePath": "cloud.main.runtime.ts",
|
|
1578
|
+
"line": 441,
|
|
1579
|
+
"character": 3
|
|
1580
|
+
},
|
|
1581
|
+
"signature": "(property) CloudMain.PRESET_ORGS: string[]",
|
|
1582
|
+
"name": "PRESET_ORGS",
|
|
1583
|
+
"type": {
|
|
1584
|
+
"__schema": "InferenceTypeSchema",
|
|
1585
|
+
"location": {
|
|
1586
|
+
"filePath": "cloud.main.runtime.ts",
|
|
1587
|
+
"line": 441,
|
|
1588
|
+
"character": 3
|
|
1589
|
+
},
|
|
1590
|
+
"type": "string[]"
|
|
1591
|
+
},
|
|
1592
|
+
"isOptional": true,
|
|
1593
|
+
"defaultValue": "['bitdev', 'teambit', 'bitdesign', 'frontend', 'backend']"
|
|
1594
|
+
},
|
|
1334
1595
|
{
|
|
1335
1596
|
"__schema": "FunctionLikeSchema",
|
|
1336
1597
|
"location": {
|
|
1337
1598
|
"filePath": "cloud.main.runtime.ts",
|
|
1338
|
-
"line":
|
|
1599
|
+
"line": 443,
|
|
1339
1600
|
"character": 3
|
|
1340
1601
|
},
|
|
1341
1602
|
"signature": "(method) CloudMain.getCloudScopes(scopes: string[]): Promise<ScopeDescriptor[]>",
|
|
@@ -1345,7 +1606,7 @@
|
|
|
1345
1606
|
"__schema": "ParameterSchema",
|
|
1346
1607
|
"location": {
|
|
1347
1608
|
"filePath": "cloud.main.runtime.ts",
|
|
1348
|
-
"line":
|
|
1609
|
+
"line": 443,
|
|
1349
1610
|
"character": 24
|
|
1350
1611
|
},
|
|
1351
1612
|
"name": "scopes",
|
|
@@ -1353,14 +1614,14 @@
|
|
|
1353
1614
|
"__schema": "TypeArraySchema",
|
|
1354
1615
|
"location": {
|
|
1355
1616
|
"filePath": "cloud.main.runtime.ts",
|
|
1356
|
-
"line":
|
|
1617
|
+
"line": 443,
|
|
1357
1618
|
"character": 32
|
|
1358
1619
|
},
|
|
1359
1620
|
"type": {
|
|
1360
1621
|
"__schema": "KeywordTypeSchema",
|
|
1361
1622
|
"location": {
|
|
1362
1623
|
"filePath": "cloud.main.runtime.ts",
|
|
1363
|
-
"line":
|
|
1624
|
+
"line": 443,
|
|
1364
1625
|
"character": 32
|
|
1365
1626
|
},
|
|
1366
1627
|
"name": "string"
|
|
@@ -1374,7 +1635,7 @@
|
|
|
1374
1635
|
"__schema": "TypeRefSchema",
|
|
1375
1636
|
"location": {
|
|
1376
1637
|
"filePath": "cloud.main.runtime.ts",
|
|
1377
|
-
"line":
|
|
1638
|
+
"line": 443,
|
|
1378
1639
|
"character": 43
|
|
1379
1640
|
},
|
|
1380
1641
|
"name": "Promise",
|
|
@@ -1383,14 +1644,14 @@
|
|
|
1383
1644
|
"__schema": "TypeArraySchema",
|
|
1384
1645
|
"location": {
|
|
1385
1646
|
"filePath": "cloud.main.runtime.ts",
|
|
1386
|
-
"line":
|
|
1647
|
+
"line": 443,
|
|
1387
1648
|
"character": 51
|
|
1388
1649
|
},
|
|
1389
1650
|
"type": {
|
|
1390
1651
|
"__schema": "TypeRefSchema",
|
|
1391
1652
|
"location": {
|
|
1392
1653
|
"filePath": "cloud.main.runtime.ts",
|
|
1393
|
-
"line":
|
|
1654
|
+
"line": 443,
|
|
1394
1655
|
"character": 51
|
|
1395
1656
|
},
|
|
1396
1657
|
"name": "ScopeDescriptor"
|
|
@@ -1406,7 +1667,7 @@
|
|
|
1406
1667
|
"__schema": "FunctionLikeSchema",
|
|
1407
1668
|
"location": {
|
|
1408
1669
|
"filePath": "cloud.main.runtime.ts",
|
|
1409
|
-
"line":
|
|
1670
|
+
"line": 462,
|
|
1410
1671
|
"character": 3
|
|
1411
1672
|
},
|
|
1412
1673
|
"signature": "(method) CloudMain.getCurrentUser(): Promise<CloudUser | null>",
|
|
@@ -1416,7 +1677,7 @@
|
|
|
1416
1677
|
"__schema": "TypeRefSchema",
|
|
1417
1678
|
"location": {
|
|
1418
1679
|
"filePath": "cloud.main.runtime.ts",
|
|
1419
|
-
"line":
|
|
1680
|
+
"line": 462,
|
|
1420
1681
|
"character": 27
|
|
1421
1682
|
},
|
|
1422
1683
|
"name": "Promise",
|
|
@@ -1425,7 +1686,7 @@
|
|
|
1425
1686
|
"__schema": "TypeUnionSchema",
|
|
1426
1687
|
"location": {
|
|
1427
1688
|
"filePath": "cloud.main.runtime.ts",
|
|
1428
|
-
"line":
|
|
1689
|
+
"line": 462,
|
|
1429
1690
|
"character": 35
|
|
1430
1691
|
},
|
|
1431
1692
|
"types": [
|
|
@@ -1433,7 +1694,7 @@
|
|
|
1433
1694
|
"__schema": "TypeRefSchema",
|
|
1434
1695
|
"location": {
|
|
1435
1696
|
"filePath": "cloud.main.runtime.ts",
|
|
1436
|
-
"line":
|
|
1697
|
+
"line": 462,
|
|
1437
1698
|
"character": 35
|
|
1438
1699
|
},
|
|
1439
1700
|
"name": "CloudUser"
|
|
@@ -1442,7 +1703,7 @@
|
|
|
1442
1703
|
"__schema": "LiteralTypeSchema",
|
|
1443
1704
|
"location": {
|
|
1444
1705
|
"filePath": "cloud.main.runtime.ts",
|
|
1445
|
-
"line":
|
|
1706
|
+
"line": 462,
|
|
1446
1707
|
"character": 47
|
|
1447
1708
|
},
|
|
1448
1709
|
"name": "null"
|
|
@@ -1459,7 +1720,68 @@
|
|
|
1459
1720
|
"__schema": "FunctionLikeSchema",
|
|
1460
1721
|
"location": {
|
|
1461
1722
|
"filePath": "cloud.main.runtime.ts",
|
|
1462
|
-
"line":
|
|
1723
|
+
"line": 474,
|
|
1724
|
+
"character": 3
|
|
1725
|
+
},
|
|
1726
|
+
"signature": "(method) CloudMain.getUserOrganizations(): Promise<CloudOrganization[] | null>",
|
|
1727
|
+
"name": "getUserOrganizations",
|
|
1728
|
+
"params": [],
|
|
1729
|
+
"returnType": {
|
|
1730
|
+
"__schema": "TypeRefSchema",
|
|
1731
|
+
"location": {
|
|
1732
|
+
"filePath": "cloud.main.runtime.ts",
|
|
1733
|
+
"line": 474,
|
|
1734
|
+
"character": 33
|
|
1735
|
+
},
|
|
1736
|
+
"name": "Promise",
|
|
1737
|
+
"typeArgs": [
|
|
1738
|
+
{
|
|
1739
|
+
"__schema": "TypeUnionSchema",
|
|
1740
|
+
"location": {
|
|
1741
|
+
"filePath": "cloud.main.runtime.ts",
|
|
1742
|
+
"line": 474,
|
|
1743
|
+
"character": 41
|
|
1744
|
+
},
|
|
1745
|
+
"types": [
|
|
1746
|
+
{
|
|
1747
|
+
"__schema": "TypeArraySchema",
|
|
1748
|
+
"location": {
|
|
1749
|
+
"filePath": "cloud.main.runtime.ts",
|
|
1750
|
+
"line": 474,
|
|
1751
|
+
"character": 41
|
|
1752
|
+
},
|
|
1753
|
+
"type": {
|
|
1754
|
+
"__schema": "TypeRefSchema",
|
|
1755
|
+
"location": {
|
|
1756
|
+
"filePath": "cloud.main.runtime.ts",
|
|
1757
|
+
"line": 474,
|
|
1758
|
+
"character": 41
|
|
1759
|
+
},
|
|
1760
|
+
"name": "CloudOrganization"
|
|
1761
|
+
}
|
|
1762
|
+
},
|
|
1763
|
+
{
|
|
1764
|
+
"__schema": "LiteralTypeSchema",
|
|
1765
|
+
"location": {
|
|
1766
|
+
"filePath": "cloud.main.runtime.ts",
|
|
1767
|
+
"line": 474,
|
|
1768
|
+
"character": 63
|
|
1769
|
+
},
|
|
1770
|
+
"name": "null"
|
|
1771
|
+
}
|
|
1772
|
+
]
|
|
1773
|
+
}
|
|
1774
|
+
]
|
|
1775
|
+
},
|
|
1776
|
+
"modifiers": [
|
|
1777
|
+
"async"
|
|
1778
|
+
]
|
|
1779
|
+
},
|
|
1780
|
+
{
|
|
1781
|
+
"__schema": "FunctionLikeSchema",
|
|
1782
|
+
"location": {
|
|
1783
|
+
"filePath": "cloud.main.runtime.ts",
|
|
1784
|
+
"line": 483,
|
|
1463
1785
|
"character": 3
|
|
1464
1786
|
},
|
|
1465
1787
|
"signature": "(method) CloudMain.fetchFromSymphonyViaGQL<T>(query: string, variables?: Record<string, any>): Promise<T | null>",
|
|
@@ -1469,7 +1791,7 @@
|
|
|
1469
1791
|
"__schema": "ParameterSchema",
|
|
1470
1792
|
"location": {
|
|
1471
1793
|
"filePath": "cloud.main.runtime.ts",
|
|
1472
|
-
"line":
|
|
1794
|
+
"line": 483,
|
|
1473
1795
|
"character": 36
|
|
1474
1796
|
},
|
|
1475
1797
|
"name": "query",
|
|
@@ -1477,7 +1799,7 @@
|
|
|
1477
1799
|
"__schema": "KeywordTypeSchema",
|
|
1478
1800
|
"location": {
|
|
1479
1801
|
"filePath": "cloud.main.runtime.ts",
|
|
1480
|
-
"line":
|
|
1802
|
+
"line": 483,
|
|
1481
1803
|
"character": 43
|
|
1482
1804
|
},
|
|
1483
1805
|
"name": "string"
|
|
@@ -1489,7 +1811,7 @@
|
|
|
1489
1811
|
"__schema": "ParameterSchema",
|
|
1490
1812
|
"location": {
|
|
1491
1813
|
"filePath": "cloud.main.runtime.ts",
|
|
1492
|
-
"line":
|
|
1814
|
+
"line": 483,
|
|
1493
1815
|
"character": 51
|
|
1494
1816
|
},
|
|
1495
1817
|
"name": "variables",
|
|
@@ -1497,7 +1819,7 @@
|
|
|
1497
1819
|
"__schema": "TypeRefSchema",
|
|
1498
1820
|
"location": {
|
|
1499
1821
|
"filePath": "cloud.main.runtime.ts",
|
|
1500
|
-
"line":
|
|
1822
|
+
"line": 483,
|
|
1501
1823
|
"character": 63
|
|
1502
1824
|
},
|
|
1503
1825
|
"name": "Record",
|
|
@@ -1506,7 +1828,7 @@
|
|
|
1506
1828
|
"__schema": "KeywordTypeSchema",
|
|
1507
1829
|
"location": {
|
|
1508
1830
|
"filePath": "cloud.main.runtime.ts",
|
|
1509
|
-
"line":
|
|
1831
|
+
"line": 483,
|
|
1510
1832
|
"character": 70
|
|
1511
1833
|
},
|
|
1512
1834
|
"name": "string"
|
|
@@ -1515,7 +1837,7 @@
|
|
|
1515
1837
|
"__schema": "KeywordTypeSchema",
|
|
1516
1838
|
"location": {
|
|
1517
1839
|
"filePath": "cloud.main.runtime.ts",
|
|
1518
|
-
"line":
|
|
1840
|
+
"line": 483,
|
|
1519
1841
|
"character": 78
|
|
1520
1842
|
},
|
|
1521
1843
|
"name": "any"
|
|
@@ -1530,7 +1852,7 @@
|
|
|
1530
1852
|
"__schema": "TypeRefSchema",
|
|
1531
1853
|
"location": {
|
|
1532
1854
|
"filePath": "cloud.main.runtime.ts",
|
|
1533
|
-
"line":
|
|
1855
|
+
"line": 483,
|
|
1534
1856
|
"character": 85
|
|
1535
1857
|
},
|
|
1536
1858
|
"name": "Promise",
|
|
@@ -1539,7 +1861,7 @@
|
|
|
1539
1861
|
"__schema": "TypeUnionSchema",
|
|
1540
1862
|
"location": {
|
|
1541
1863
|
"filePath": "cloud.main.runtime.ts",
|
|
1542
|
-
"line":
|
|
1864
|
+
"line": 483,
|
|
1543
1865
|
"character": 93
|
|
1544
1866
|
},
|
|
1545
1867
|
"types": [
|
|
@@ -1547,7 +1869,7 @@
|
|
|
1547
1869
|
"__schema": "TypeRefSchema",
|
|
1548
1870
|
"location": {
|
|
1549
1871
|
"filePath": "cloud.main.runtime.ts",
|
|
1550
|
-
"line":
|
|
1872
|
+
"line": 483,
|
|
1551
1873
|
"character": 93
|
|
1552
1874
|
},
|
|
1553
1875
|
"name": "T"
|
|
@@ -1556,7 +1878,7 @@
|
|
|
1556
1878
|
"__schema": "LiteralTypeSchema",
|
|
1557
1879
|
"location": {
|
|
1558
1880
|
"filePath": "cloud.main.runtime.ts",
|
|
1559
|
-
"line":
|
|
1881
|
+
"line": 483,
|
|
1560
1882
|
"character": 97
|
|
1561
1883
|
},
|
|
1562
1884
|
"name": "null"
|
|
@@ -1576,7 +1898,7 @@
|
|
|
1576
1898
|
"__schema": "VariableLikeSchema",
|
|
1577
1899
|
"location": {
|
|
1578
1900
|
"filePath": "cloud.main.runtime.ts",
|
|
1579
|
-
"line":
|
|
1901
|
+
"line": 510,
|
|
1580
1902
|
"character": 3
|
|
1581
1903
|
},
|
|
1582
1904
|
"signature": "(property) CloudMain.slots: ((registerFn: () => string) => SlotRegistry<OnSuccessLogin>)[]",
|
|
@@ -1585,7 +1907,7 @@
|
|
|
1585
1907
|
"__schema": "InferenceTypeSchema",
|
|
1586
1908
|
"location": {
|
|
1587
1909
|
"filePath": "cloud.main.runtime.ts",
|
|
1588
|
-
"line":
|
|
1910
|
+
"line": 510,
|
|
1589
1911
|
"character": 3
|
|
1590
1912
|
},
|
|
1591
1913
|
"type": "((registerFn: () => string) => SlotRegistry<OnSuccessLogin>)[]"
|
|
@@ -1597,7 +1919,7 @@
|
|
|
1597
1919
|
"__schema": "VariableLikeSchema",
|
|
1598
1920
|
"location": {
|
|
1599
1921
|
"filePath": "cloud.main.runtime.ts",
|
|
1600
|
-
"line":
|
|
1922
|
+
"line": 511,
|
|
1601
1923
|
"character": 3
|
|
1602
1924
|
},
|
|
1603
1925
|
"signature": "(property) CloudMain.dependencies: Aspect[]",
|
|
@@ -1606,7 +1928,7 @@
|
|
|
1606
1928
|
"__schema": "InferenceTypeSchema",
|
|
1607
1929
|
"location": {
|
|
1608
1930
|
"filePath": "cloud.main.runtime.ts",
|
|
1609
|
-
"line":
|
|
1931
|
+
"line": 511,
|
|
1610
1932
|
"character": 3
|
|
1611
1933
|
},
|
|
1612
1934
|
"type": "Aspect[]"
|
|
@@ -1618,7 +1940,7 @@
|
|
|
1618
1940
|
"__schema": "VariableLikeSchema",
|
|
1619
1941
|
"location": {
|
|
1620
1942
|
"filePath": "cloud.main.runtime.ts",
|
|
1621
|
-
"line":
|
|
1943
|
+
"line": 521,
|
|
1622
1944
|
"character": 3
|
|
1623
1945
|
},
|
|
1624
1946
|
"signature": "(property) CloudMain.runtime: RuntimeDefinition",
|
|
@@ -1627,7 +1949,7 @@
|
|
|
1627
1949
|
"__schema": "InferenceTypeSchema",
|
|
1628
1950
|
"location": {
|
|
1629
1951
|
"filePath": "cloud.main.runtime.ts",
|
|
1630
|
-
"line":
|
|
1952
|
+
"line": 521,
|
|
1631
1953
|
"character": 3
|
|
1632
1954
|
},
|
|
1633
1955
|
"type": "RuntimeDefinition"
|
|
@@ -1639,7 +1961,7 @@
|
|
|
1639
1961
|
"__schema": "VariableLikeSchema",
|
|
1640
1962
|
"location": {
|
|
1641
1963
|
"filePath": "cloud.main.runtime.ts",
|
|
1642
|
-
"line":
|
|
1964
|
+
"line": 522,
|
|
1643
1965
|
"character": 3
|
|
1644
1966
|
},
|
|
1645
1967
|
"signature": "(property) CloudMain.defaultConfig: CloudWorkspaceConfig",
|
|
@@ -1648,7 +1970,7 @@
|
|
|
1648
1970
|
"__schema": "TypeRefSchema",
|
|
1649
1971
|
"location": {
|
|
1650
1972
|
"filePath": "cloud.main.runtime.ts",
|
|
1651
|
-
"line":
|
|
1973
|
+
"line": 522,
|
|
1652
1974
|
"character": 3
|
|
1653
1975
|
},
|
|
1654
1976
|
"name": "CloudWorkspaceConfig",
|
|
@@ -1661,7 +1983,7 @@
|
|
|
1661
1983
|
"__schema": "FunctionLikeSchema",
|
|
1662
1984
|
"location": {
|
|
1663
1985
|
"filePath": "cloud.main.runtime.ts",
|
|
1664
|
-
"line":
|
|
1986
|
+
"line": 534,
|
|
1665
1987
|
"character": 3
|
|
1666
1988
|
},
|
|
1667
1989
|
"signature": "(method) CloudMain.provider([loggerMain, graphql, express, workspace, scope, globalConfig, cli, ui]: [\n LoggerMain,\n GraphqlMain,\n ExpressMain,\n Workspace,\n ScopeMain,\n GlobalConfigMain,\n CLIMain,\n UiMain\n], config: CloudWorkspaceConfig, [onSuccessLoginSlot]: [OnSuccessLoginSlot]): Promise<CloudMain>",
|
|
@@ -1671,7 +1993,7 @@
|
|
|
1671
1993
|
"__schema": "ParameterSchema",
|
|
1672
1994
|
"location": {
|
|
1673
1995
|
"filePath": "cloud.main.runtime.ts",
|
|
1674
|
-
"line":
|
|
1996
|
+
"line": 535,
|
|
1675
1997
|
"character": 5
|
|
1676
1998
|
},
|
|
1677
1999
|
"name": "[ loggerMain, graphql, express, workspace, scope, globalConfig, cli, ui ]",
|
|
@@ -1679,7 +2001,7 @@
|
|
|
1679
2001
|
"__schema": "TupleTypeSchema",
|
|
1680
2002
|
"location": {
|
|
1681
2003
|
"filePath": "cloud.main.runtime.ts",
|
|
1682
|
-
"line":
|
|
2004
|
+
"line": 535,
|
|
1683
2005
|
"character": 78
|
|
1684
2006
|
},
|
|
1685
2007
|
"elements": [
|
|
@@ -1687,7 +2009,7 @@
|
|
|
1687
2009
|
"__schema": "TypeRefSchema",
|
|
1688
2010
|
"location": {
|
|
1689
2011
|
"filePath": "cloud.main.runtime.ts",
|
|
1690
|
-
"line":
|
|
2012
|
+
"line": 536,
|
|
1691
2013
|
"character": 7
|
|
1692
2014
|
},
|
|
1693
2015
|
"name": "LoggerMain"
|
|
@@ -1696,7 +2018,7 @@
|
|
|
1696
2018
|
"__schema": "TypeRefSchema",
|
|
1697
2019
|
"location": {
|
|
1698
2020
|
"filePath": "cloud.main.runtime.ts",
|
|
1699
|
-
"line":
|
|
2021
|
+
"line": 537,
|
|
1700
2022
|
"character": 7
|
|
1701
2023
|
},
|
|
1702
2024
|
"name": "GraphqlMain"
|
|
@@ -1705,7 +2027,7 @@
|
|
|
1705
2027
|
"__schema": "TypeRefSchema",
|
|
1706
2028
|
"location": {
|
|
1707
2029
|
"filePath": "cloud.main.runtime.ts",
|
|
1708
|
-
"line":
|
|
2030
|
+
"line": 538,
|
|
1709
2031
|
"character": 7
|
|
1710
2032
|
},
|
|
1711
2033
|
"name": "ExpressMain"
|
|
@@ -1714,7 +2036,7 @@
|
|
|
1714
2036
|
"__schema": "TypeRefSchema",
|
|
1715
2037
|
"location": {
|
|
1716
2038
|
"filePath": "cloud.main.runtime.ts",
|
|
1717
|
-
"line":
|
|
2039
|
+
"line": 539,
|
|
1718
2040
|
"character": 7
|
|
1719
2041
|
},
|
|
1720
2042
|
"name": "Workspace"
|
|
@@ -1723,7 +2045,7 @@
|
|
|
1723
2045
|
"__schema": "TypeRefSchema",
|
|
1724
2046
|
"location": {
|
|
1725
2047
|
"filePath": "cloud.main.runtime.ts",
|
|
1726
|
-
"line":
|
|
2048
|
+
"line": 540,
|
|
1727
2049
|
"character": 7
|
|
1728
2050
|
},
|
|
1729
2051
|
"name": "ScopeMain"
|
|
@@ -1732,7 +2054,7 @@
|
|
|
1732
2054
|
"__schema": "TypeRefSchema",
|
|
1733
2055
|
"location": {
|
|
1734
2056
|
"filePath": "cloud.main.runtime.ts",
|
|
1735
|
-
"line":
|
|
2057
|
+
"line": 541,
|
|
1736
2058
|
"character": 7
|
|
1737
2059
|
},
|
|
1738
2060
|
"name": "GlobalConfigMain"
|
|
@@ -1741,7 +2063,7 @@
|
|
|
1741
2063
|
"__schema": "TypeRefSchema",
|
|
1742
2064
|
"location": {
|
|
1743
2065
|
"filePath": "cloud.main.runtime.ts",
|
|
1744
|
-
"line":
|
|
2066
|
+
"line": 542,
|
|
1745
2067
|
"character": 7
|
|
1746
2068
|
},
|
|
1747
2069
|
"name": "CLIMain"
|
|
@@ -1750,7 +2072,7 @@
|
|
|
1750
2072
|
"__schema": "TypeRefSchema",
|
|
1751
2073
|
"location": {
|
|
1752
2074
|
"filePath": "cloud.main.runtime.ts",
|
|
1753
|
-
"line":
|
|
2075
|
+
"line": 543,
|
|
1754
2076
|
"character": 7
|
|
1755
2077
|
},
|
|
1756
2078
|
"name": "UiMain"
|
|
@@ -1764,7 +2086,7 @@
|
|
|
1764
2086
|
"__schema": "ParameterSchema",
|
|
1765
2087
|
"location": {
|
|
1766
2088
|
"filePath": "cloud.main.runtime.ts",
|
|
1767
|
-
"line":
|
|
2089
|
+
"line": 545,
|
|
1768
2090
|
"character": 5
|
|
1769
2091
|
},
|
|
1770
2092
|
"name": "config",
|
|
@@ -1772,7 +2094,7 @@
|
|
|
1772
2094
|
"__schema": "TypeRefSchema",
|
|
1773
2095
|
"location": {
|
|
1774
2096
|
"filePath": "cloud.main.runtime.ts",
|
|
1775
|
-
"line":
|
|
2097
|
+
"line": 545,
|
|
1776
2098
|
"character": 13
|
|
1777
2099
|
},
|
|
1778
2100
|
"name": "CloudWorkspaceConfig"
|
|
@@ -1784,7 +2106,7 @@
|
|
|
1784
2106
|
"__schema": "ParameterSchema",
|
|
1785
2107
|
"location": {
|
|
1786
2108
|
"filePath": "cloud.main.runtime.ts",
|
|
1787
|
-
"line":
|
|
2109
|
+
"line": 546,
|
|
1788
2110
|
"character": 5
|
|
1789
2111
|
},
|
|
1790
2112
|
"name": "[ onSuccessLoginSlot ]",
|
|
@@ -1792,7 +2114,7 @@
|
|
|
1792
2114
|
"__schema": "TupleTypeSchema",
|
|
1793
2115
|
"location": {
|
|
1794
2116
|
"filePath": "cloud.main.runtime.ts",
|
|
1795
|
-
"line":
|
|
2117
|
+
"line": 546,
|
|
1796
2118
|
"character": 27
|
|
1797
2119
|
},
|
|
1798
2120
|
"elements": [
|
|
@@ -1800,7 +2122,7 @@
|
|
|
1800
2122
|
"__schema": "TypeRefSchema",
|
|
1801
2123
|
"location": {
|
|
1802
2124
|
"filePath": "cloud.main.runtime.ts",
|
|
1803
|
-
"line":
|
|
2125
|
+
"line": 546,
|
|
1804
2126
|
"character": 28
|
|
1805
2127
|
},
|
|
1806
2128
|
"name": "OnSuccessLoginSlot"
|
|
@@ -1815,7 +2137,7 @@
|
|
|
1815
2137
|
"__schema": "InferenceTypeSchema",
|
|
1816
2138
|
"location": {
|
|
1817
2139
|
"filePath": "cloud.main.runtime.ts",
|
|
1818
|
-
"line":
|
|
2140
|
+
"line": 534,
|
|
1819
2141
|
"character": 3
|
|
1820
2142
|
},
|
|
1821
2143
|
"type": "Promise<CloudMain>"
|
|
@@ -2334,7 +2656,7 @@
|
|
|
2334
2656
|
"__schema": "InterfaceSchema",
|
|
2335
2657
|
"location": {
|
|
2336
2658
|
"filePath": "cloud.main.runtime.ts",
|
|
2337
|
-
"line":
|
|
2659
|
+
"line": 41,
|
|
2338
2660
|
"character": 1
|
|
2339
2661
|
},
|
|
2340
2662
|
"signature": "interface CloudWorkspaceConfig",
|
|
@@ -2344,7 +2666,7 @@
|
|
|
2344
2666
|
"__schema": "VariableLikeSchema",
|
|
2345
2667
|
"location": {
|
|
2346
2668
|
"filePath": "cloud.main.runtime.ts",
|
|
2347
|
-
"line":
|
|
2669
|
+
"line": 42,
|
|
2348
2670
|
"character": 3
|
|
2349
2671
|
},
|
|
2350
2672
|
"signature": "(property) CloudWorkspaceConfig.cloudDomain: string",
|
|
@@ -2353,7 +2675,7 @@
|
|
|
2353
2675
|
"__schema": "KeywordTypeSchema",
|
|
2354
2676
|
"location": {
|
|
2355
2677
|
"filePath": "cloud.main.runtime.ts",
|
|
2356
|
-
"line":
|
|
2678
|
+
"line": 42,
|
|
2357
2679
|
"character": 16
|
|
2358
2680
|
},
|
|
2359
2681
|
"name": "string"
|
|
@@ -2364,7 +2686,7 @@
|
|
|
2364
2686
|
"__schema": "VariableLikeSchema",
|
|
2365
2687
|
"location": {
|
|
2366
2688
|
"filePath": "cloud.main.runtime.ts",
|
|
2367
|
-
"line":
|
|
2689
|
+
"line": 43,
|
|
2368
2690
|
"character": 3
|
|
2369
2691
|
},
|
|
2370
2692
|
"signature": "(property) CloudWorkspaceConfig.cloudHubDomain: string",
|
|
@@ -2373,7 +2695,7 @@
|
|
|
2373
2695
|
"__schema": "KeywordTypeSchema",
|
|
2374
2696
|
"location": {
|
|
2375
2697
|
"filePath": "cloud.main.runtime.ts",
|
|
2376
|
-
"line":
|
|
2698
|
+
"line": 43,
|
|
2377
2699
|
"character": 19
|
|
2378
2700
|
},
|
|
2379
2701
|
"name": "string"
|
|
@@ -2384,7 +2706,7 @@
|
|
|
2384
2706
|
"__schema": "VariableLikeSchema",
|
|
2385
2707
|
"location": {
|
|
2386
2708
|
"filePath": "cloud.main.runtime.ts",
|
|
2387
|
-
"line":
|
|
2709
|
+
"line": 44,
|
|
2388
2710
|
"character": 3
|
|
2389
2711
|
},
|
|
2390
2712
|
"signature": "(property) CloudWorkspaceConfig.cloudApi: string",
|
|
@@ -2393,7 +2715,7 @@
|
|
|
2393
2715
|
"__schema": "KeywordTypeSchema",
|
|
2394
2716
|
"location": {
|
|
2395
2717
|
"filePath": "cloud.main.runtime.ts",
|
|
2396
|
-
"line":
|
|
2718
|
+
"line": 44,
|
|
2397
2719
|
"character": 13
|
|
2398
2720
|
},
|
|
2399
2721
|
"name": "string"
|
|
@@ -2404,7 +2726,7 @@
|
|
|
2404
2726
|
"__schema": "VariableLikeSchema",
|
|
2405
2727
|
"location": {
|
|
2406
2728
|
"filePath": "cloud.main.runtime.ts",
|
|
2407
|
-
"line":
|
|
2729
|
+
"line": 45,
|
|
2408
2730
|
"character": 3
|
|
2409
2731
|
},
|
|
2410
2732
|
"signature": "(property) CloudWorkspaceConfig.cloudGraphQL: string",
|
|
@@ -2413,7 +2735,7 @@
|
|
|
2413
2735
|
"__schema": "KeywordTypeSchema",
|
|
2414
2736
|
"location": {
|
|
2415
2737
|
"filePath": "cloud.main.runtime.ts",
|
|
2416
|
-
"line":
|
|
2738
|
+
"line": 45,
|
|
2417
2739
|
"character": 17
|
|
2418
2740
|
},
|
|
2419
2741
|
"name": "string"
|
|
@@ -2424,7 +2746,7 @@
|
|
|
2424
2746
|
"__schema": "VariableLikeSchema",
|
|
2425
2747
|
"location": {
|
|
2426
2748
|
"filePath": "cloud.main.runtime.ts",
|
|
2427
|
-
"line":
|
|
2749
|
+
"line": 46,
|
|
2428
2750
|
"character": 3
|
|
2429
2751
|
},
|
|
2430
2752
|
"signature": "(property) CloudWorkspaceConfig.loginDomain: string",
|
|
@@ -2433,7 +2755,7 @@
|
|
|
2433
2755
|
"__schema": "KeywordTypeSchema",
|
|
2434
2756
|
"location": {
|
|
2435
2757
|
"filePath": "cloud.main.runtime.ts",
|
|
2436
|
-
"line":
|
|
2758
|
+
"line": 46,
|
|
2437
2759
|
"character": 16
|
|
2438
2760
|
},
|
|
2439
2761
|
"name": "string"
|
|
@@ -2444,7 +2766,7 @@
|
|
|
2444
2766
|
"__schema": "VariableLikeSchema",
|
|
2445
2767
|
"location": {
|
|
2446
2768
|
"filePath": "cloud.main.runtime.ts",
|
|
2447
|
-
"line":
|
|
2769
|
+
"line": 47,
|
|
2448
2770
|
"character": 3
|
|
2449
2771
|
},
|
|
2450
2772
|
"signature": "(property) CloudWorkspaceConfig.analyticsDomain: string",
|
|
@@ -2453,7 +2775,7 @@
|
|
|
2453
2775
|
"__schema": "KeywordTypeSchema",
|
|
2454
2776
|
"location": {
|
|
2455
2777
|
"filePath": "cloud.main.runtime.ts",
|
|
2456
|
-
"line":
|
|
2778
|
+
"line": 47,
|
|
2457
2779
|
"character": 20
|
|
2458
2780
|
},
|
|
2459
2781
|
"name": "string"
|
|
@@ -2464,7 +2786,7 @@
|
|
|
2464
2786
|
"__schema": "VariableLikeSchema",
|
|
2465
2787
|
"location": {
|
|
2466
2788
|
"filePath": "cloud.main.runtime.ts",
|
|
2467
|
-
"line":
|
|
2789
|
+
"line": 48,
|
|
2468
2790
|
"character": 3
|
|
2469
2791
|
},
|
|
2470
2792
|
"signature": "(property) CloudWorkspaceConfig.registryUrl: string",
|
|
@@ -2473,7 +2795,7 @@
|
|
|
2473
2795
|
"__schema": "KeywordTypeSchema",
|
|
2474
2796
|
"location": {
|
|
2475
2797
|
"filePath": "cloud.main.runtime.ts",
|
|
2476
|
-
"line":
|
|
2798
|
+
"line": 48,
|
|
2477
2799
|
"character": 16
|
|
2478
2800
|
},
|
|
2479
2801
|
"name": "string"
|
|
@@ -2484,7 +2806,7 @@
|
|
|
2484
2806
|
"__schema": "VariableLikeSchema",
|
|
2485
2807
|
"location": {
|
|
2486
2808
|
"filePath": "cloud.main.runtime.ts",
|
|
2487
|
-
"line":
|
|
2809
|
+
"line": 49,
|
|
2488
2810
|
"character": 3
|
|
2489
2811
|
},
|
|
2490
2812
|
"signature": "(property) CloudWorkspaceConfig.cloudExporterUrl: string",
|
|
@@ -2493,7 +2815,7 @@
|
|
|
2493
2815
|
"__schema": "KeywordTypeSchema",
|
|
2494
2816
|
"location": {
|
|
2495
2817
|
"filePath": "cloud.main.runtime.ts",
|
|
2496
|
-
"line":
|
|
2818
|
+
"line": 49,
|
|
2497
2819
|
"character": 21
|
|
2498
2820
|
},
|
|
2499
2821
|
"name": "string"
|
|
@@ -2504,7 +2826,7 @@
|
|
|
2504
2826
|
"__schema": "VariableLikeSchema",
|
|
2505
2827
|
"location": {
|
|
2506
2828
|
"filePath": "cloud.main.runtime.ts",
|
|
2507
|
-
"line":
|
|
2829
|
+
"line": 50,
|
|
2508
2830
|
"character": 3
|
|
2509
2831
|
},
|
|
2510
2832
|
"signature": "(property) CloudWorkspaceConfig.cloudHubName: string",
|
|
@@ -2513,7 +2835,7 @@
|
|
|
2513
2835
|
"__schema": "KeywordTypeSchema",
|
|
2514
2836
|
"location": {
|
|
2515
2837
|
"filePath": "cloud.main.runtime.ts",
|
|
2516
|
-
"line":
|
|
2838
|
+
"line": 50,
|
|
2517
2839
|
"character": 17
|
|
2518
2840
|
},
|
|
2519
2841
|
"name": "string"
|
|
@@ -2524,7 +2846,7 @@
|
|
|
2524
2846
|
"__schema": "VariableLikeSchema",
|
|
2525
2847
|
"location": {
|
|
2526
2848
|
"filePath": "cloud.main.runtime.ts",
|
|
2527
|
-
"line":
|
|
2849
|
+
"line": 51,
|
|
2528
2850
|
"character": 3
|
|
2529
2851
|
},
|
|
2530
2852
|
"signature": "(property) CloudWorkspaceConfig.loginPort?: number | undefined",
|
|
@@ -2533,7 +2855,7 @@
|
|
|
2533
2855
|
"__schema": "KeywordTypeSchema",
|
|
2534
2856
|
"location": {
|
|
2535
2857
|
"filePath": "cloud.main.runtime.ts",
|
|
2536
|
-
"line":
|
|
2858
|
+
"line": 51,
|
|
2537
2859
|
"character": 15
|
|
2538
2860
|
},
|
|
2539
2861
|
"name": "number"
|
|
@@ -2547,43 +2869,43 @@
|
|
|
2547
2869
|
"__schema": "TypeSchema",
|
|
2548
2870
|
"location": {
|
|
2549
2871
|
"filePath": "cloud.main.runtime.ts",
|
|
2550
|
-
"line":
|
|
2872
|
+
"line": 73,
|
|
2551
2873
|
"character": 1
|
|
2552
2874
|
},
|
|
2553
|
-
"signature": "type OnSuccessLogin = ({ username, token }: {\n username?: string | undefined;\n token?: string | undefined;\n}) => void",
|
|
2875
|
+
"signature": "type OnSuccessLogin = ({ username, token, npmrcUpdateResult, }: {\n username?: string | undefined;\n token?: string | undefined;\n npmrcUpdateResult?: {\n success?: boolean | undefined;\n error?: Error | undefined;\n configUpdates?: string | undefined;\n } | undefined;\n}) => void",
|
|
2554
2876
|
"name": "OnSuccessLogin",
|
|
2555
2877
|
"type": {
|
|
2556
2878
|
"__schema": "FunctionLikeSchema",
|
|
2557
2879
|
"location": {
|
|
2558
2880
|
"filePath": "cloud.main.runtime.ts",
|
|
2559
|
-
"line":
|
|
2881
|
+
"line": 73,
|
|
2560
2882
|
"character": 30
|
|
2561
2883
|
},
|
|
2562
|
-
"signature": "({ username, token }: { \u001b[1musername\u001b[22m?: string; \u001b[1mtoken\u001b[22m?: string }): void",
|
|
2884
|
+
"signature": "({ username, token, npmrcUpdateResult }: { \u001b[1musername\u001b[22m?: string; \u001b[1mtoken\u001b[22m?: string; \u001b[1mnpmrcUpdateResult\u001b[22m?: { \u001b[1msuccess\u001b[22m?: boolean; \u001b[1merror\u001b[22m?: Error; \u001b[1mconfigUpdates\u001b[22m?: string } }): void",
|
|
2563
2885
|
"name": "",
|
|
2564
2886
|
"params": [
|
|
2565
2887
|
{
|
|
2566
2888
|
"__schema": "ParameterSchema",
|
|
2567
2889
|
"location": {
|
|
2568
2890
|
"filePath": "cloud.main.runtime.ts",
|
|
2569
|
-
"line":
|
|
2891
|
+
"line": 73,
|
|
2570
2892
|
"character": 31
|
|
2571
2893
|
},
|
|
2572
|
-
"name": "{ username, token }",
|
|
2894
|
+
"name": "{ username, token, npmrcUpdateResult }",
|
|
2573
2895
|
"type": {
|
|
2574
2896
|
"__schema": "TypeLiteralSchema",
|
|
2575
2897
|
"location": {
|
|
2576
2898
|
"filePath": "cloud.main.runtime.ts",
|
|
2577
|
-
"line":
|
|
2578
|
-
"character":
|
|
2899
|
+
"line": 77,
|
|
2900
|
+
"character": 4
|
|
2579
2901
|
},
|
|
2580
2902
|
"members": [
|
|
2581
2903
|
{
|
|
2582
2904
|
"__schema": "VariableLikeSchema",
|
|
2583
2905
|
"location": {
|
|
2584
2906
|
"filePath": "cloud.main.runtime.ts",
|
|
2585
|
-
"line":
|
|
2586
|
-
"character":
|
|
2907
|
+
"line": 78,
|
|
2908
|
+
"character": 3
|
|
2587
2909
|
},
|
|
2588
2910
|
"signature": "(property) username?: string | undefined",
|
|
2589
2911
|
"name": "username",
|
|
@@ -2591,8 +2913,8 @@
|
|
|
2591
2913
|
"__schema": "KeywordTypeSchema",
|
|
2592
2914
|
"location": {
|
|
2593
2915
|
"filePath": "cloud.main.runtime.ts",
|
|
2594
|
-
"line":
|
|
2595
|
-
"character":
|
|
2916
|
+
"line": 78,
|
|
2917
|
+
"character": 14
|
|
2596
2918
|
},
|
|
2597
2919
|
"name": "string"
|
|
2598
2920
|
},
|
|
@@ -2602,8 +2924,8 @@
|
|
|
2602
2924
|
"__schema": "VariableLikeSchema",
|
|
2603
2925
|
"location": {
|
|
2604
2926
|
"filePath": "cloud.main.runtime.ts",
|
|
2605
|
-
"line":
|
|
2606
|
-
"character":
|
|
2927
|
+
"line": 79,
|
|
2928
|
+
"character": 3
|
|
2607
2929
|
},
|
|
2608
2930
|
"signature": "(property) token?: string | undefined",
|
|
2609
2931
|
"name": "token",
|
|
@@ -2611,12 +2933,93 @@
|
|
|
2611
2933
|
"__schema": "KeywordTypeSchema",
|
|
2612
2934
|
"location": {
|
|
2613
2935
|
"filePath": "cloud.main.runtime.ts",
|
|
2614
|
-
"line":
|
|
2615
|
-
"character":
|
|
2936
|
+
"line": 79,
|
|
2937
|
+
"character": 11
|
|
2616
2938
|
},
|
|
2617
2939
|
"name": "string"
|
|
2618
2940
|
},
|
|
2619
2941
|
"isOptional": true
|
|
2942
|
+
},
|
|
2943
|
+
{
|
|
2944
|
+
"__schema": "VariableLikeSchema",
|
|
2945
|
+
"location": {
|
|
2946
|
+
"filePath": "cloud.main.runtime.ts",
|
|
2947
|
+
"line": 80,
|
|
2948
|
+
"character": 3
|
|
2949
|
+
},
|
|
2950
|
+
"signature": "(property) npmrcUpdateResult?: {\n success?: boolean | undefined;\n error?: Error | undefined;\n configUpdates?: string | undefined;\n} | undefined",
|
|
2951
|
+
"name": "npmrcUpdateResult",
|
|
2952
|
+
"type": {
|
|
2953
|
+
"__schema": "TypeLiteralSchema",
|
|
2954
|
+
"location": {
|
|
2955
|
+
"filePath": "cloud.main.runtime.ts",
|
|
2956
|
+
"line": 80,
|
|
2957
|
+
"character": 23
|
|
2958
|
+
},
|
|
2959
|
+
"members": [
|
|
2960
|
+
{
|
|
2961
|
+
"__schema": "VariableLikeSchema",
|
|
2962
|
+
"location": {
|
|
2963
|
+
"filePath": "cloud.main.runtime.ts",
|
|
2964
|
+
"line": 81,
|
|
2965
|
+
"character": 5
|
|
2966
|
+
},
|
|
2967
|
+
"signature": "(property) success?: boolean | undefined",
|
|
2968
|
+
"name": "success",
|
|
2969
|
+
"type": {
|
|
2970
|
+
"__schema": "KeywordTypeSchema",
|
|
2971
|
+
"location": {
|
|
2972
|
+
"filePath": "cloud.main.runtime.ts",
|
|
2973
|
+
"line": 81,
|
|
2974
|
+
"character": 15
|
|
2975
|
+
},
|
|
2976
|
+
"name": "boolean"
|
|
2977
|
+
},
|
|
2978
|
+
"isOptional": true
|
|
2979
|
+
},
|
|
2980
|
+
{
|
|
2981
|
+
"__schema": "VariableLikeSchema",
|
|
2982
|
+
"location": {
|
|
2983
|
+
"filePath": "cloud.main.runtime.ts",
|
|
2984
|
+
"line": 82,
|
|
2985
|
+
"character": 5
|
|
2986
|
+
},
|
|
2987
|
+
"signature": "(property) error?: Error | undefined",
|
|
2988
|
+
"name": "error",
|
|
2989
|
+
"type": {
|
|
2990
|
+
"__schema": "TypeRefSchema",
|
|
2991
|
+
"location": {
|
|
2992
|
+
"filePath": "cloud.main.runtime.ts",
|
|
2993
|
+
"line": 82,
|
|
2994
|
+
"character": 13
|
|
2995
|
+
},
|
|
2996
|
+
"name": "Error"
|
|
2997
|
+
},
|
|
2998
|
+
"isOptional": true
|
|
2999
|
+
},
|
|
3000
|
+
{
|
|
3001
|
+
"__schema": "VariableLikeSchema",
|
|
3002
|
+
"location": {
|
|
3003
|
+
"filePath": "cloud.main.runtime.ts",
|
|
3004
|
+
"line": 83,
|
|
3005
|
+
"character": 5
|
|
3006
|
+
},
|
|
3007
|
+
"signature": "(property) configUpdates?: string | undefined",
|
|
3008
|
+
"name": "configUpdates",
|
|
3009
|
+
"type": {
|
|
3010
|
+
"__schema": "KeywordTypeSchema",
|
|
3011
|
+
"location": {
|
|
3012
|
+
"filePath": "cloud.main.runtime.ts",
|
|
3013
|
+
"line": 83,
|
|
3014
|
+
"character": 21
|
|
3015
|
+
},
|
|
3016
|
+
"name": "string"
|
|
3017
|
+
},
|
|
3018
|
+
"isOptional": true
|
|
3019
|
+
}
|
|
3020
|
+
]
|
|
3021
|
+
},
|
|
3022
|
+
"isOptional": true
|
|
2620
3023
|
}
|
|
2621
3024
|
]
|
|
2622
3025
|
},
|
|
@@ -2626,8 +3029,8 @@
|
|
|
2626
3029
|
"__schema": "VariableLikeSchema",
|
|
2627
3030
|
"location": {
|
|
2628
3031
|
"filePath": "cloud.main.runtime.ts",
|
|
2629
|
-
"line":
|
|
2630
|
-
"character":
|
|
3032
|
+
"line": 78,
|
|
3033
|
+
"character": 3
|
|
2631
3034
|
},
|
|
2632
3035
|
"signature": "(property) username?: string | undefined",
|
|
2633
3036
|
"name": "username",
|
|
@@ -2635,8 +3038,8 @@
|
|
|
2635
3038
|
"__schema": "KeywordTypeSchema",
|
|
2636
3039
|
"location": {
|
|
2637
3040
|
"filePath": "cloud.main.runtime.ts",
|
|
2638
|
-
"line":
|
|
2639
|
-
"character":
|
|
3041
|
+
"line": 78,
|
|
3042
|
+
"character": 14
|
|
2640
3043
|
},
|
|
2641
3044
|
"name": "string"
|
|
2642
3045
|
},
|
|
@@ -2646,8 +3049,8 @@
|
|
|
2646
3049
|
"__schema": "VariableLikeSchema",
|
|
2647
3050
|
"location": {
|
|
2648
3051
|
"filePath": "cloud.main.runtime.ts",
|
|
2649
|
-
"line":
|
|
2650
|
-
"character":
|
|
3052
|
+
"line": 79,
|
|
3053
|
+
"character": 3
|
|
2651
3054
|
},
|
|
2652
3055
|
"signature": "(property) token?: string | undefined",
|
|
2653
3056
|
"name": "token",
|
|
@@ -2655,12 +3058,93 @@
|
|
|
2655
3058
|
"__schema": "KeywordTypeSchema",
|
|
2656
3059
|
"location": {
|
|
2657
3060
|
"filePath": "cloud.main.runtime.ts",
|
|
2658
|
-
"line":
|
|
2659
|
-
"character":
|
|
3061
|
+
"line": 79,
|
|
3062
|
+
"character": 11
|
|
2660
3063
|
},
|
|
2661
3064
|
"name": "string"
|
|
2662
3065
|
},
|
|
2663
3066
|
"isOptional": true
|
|
3067
|
+
},
|
|
3068
|
+
{
|
|
3069
|
+
"__schema": "VariableLikeSchema",
|
|
3070
|
+
"location": {
|
|
3071
|
+
"filePath": "cloud.main.runtime.ts",
|
|
3072
|
+
"line": 80,
|
|
3073
|
+
"character": 3
|
|
3074
|
+
},
|
|
3075
|
+
"signature": "(property) npmrcUpdateResult?: {\n success?: boolean | undefined;\n error?: Error | undefined;\n configUpdates?: string | undefined;\n} | undefined",
|
|
3076
|
+
"name": "npmrcUpdateResult",
|
|
3077
|
+
"type": {
|
|
3078
|
+
"__schema": "TypeLiteralSchema",
|
|
3079
|
+
"location": {
|
|
3080
|
+
"filePath": "cloud.main.runtime.ts",
|
|
3081
|
+
"line": 80,
|
|
3082
|
+
"character": 23
|
|
3083
|
+
},
|
|
3084
|
+
"members": [
|
|
3085
|
+
{
|
|
3086
|
+
"__schema": "VariableLikeSchema",
|
|
3087
|
+
"location": {
|
|
3088
|
+
"filePath": "cloud.main.runtime.ts",
|
|
3089
|
+
"line": 81,
|
|
3090
|
+
"character": 5
|
|
3091
|
+
},
|
|
3092
|
+
"signature": "(property) success?: boolean | undefined",
|
|
3093
|
+
"name": "success",
|
|
3094
|
+
"type": {
|
|
3095
|
+
"__schema": "KeywordTypeSchema",
|
|
3096
|
+
"location": {
|
|
3097
|
+
"filePath": "cloud.main.runtime.ts",
|
|
3098
|
+
"line": 81,
|
|
3099
|
+
"character": 15
|
|
3100
|
+
},
|
|
3101
|
+
"name": "boolean"
|
|
3102
|
+
},
|
|
3103
|
+
"isOptional": true
|
|
3104
|
+
},
|
|
3105
|
+
{
|
|
3106
|
+
"__schema": "VariableLikeSchema",
|
|
3107
|
+
"location": {
|
|
3108
|
+
"filePath": "cloud.main.runtime.ts",
|
|
3109
|
+
"line": 82,
|
|
3110
|
+
"character": 5
|
|
3111
|
+
},
|
|
3112
|
+
"signature": "(property) error?: Error | undefined",
|
|
3113
|
+
"name": "error",
|
|
3114
|
+
"type": {
|
|
3115
|
+
"__schema": "TypeRefSchema",
|
|
3116
|
+
"location": {
|
|
3117
|
+
"filePath": "cloud.main.runtime.ts",
|
|
3118
|
+
"line": 82,
|
|
3119
|
+
"character": 13
|
|
3120
|
+
},
|
|
3121
|
+
"name": "Error"
|
|
3122
|
+
},
|
|
3123
|
+
"isOptional": true
|
|
3124
|
+
},
|
|
3125
|
+
{
|
|
3126
|
+
"__schema": "VariableLikeSchema",
|
|
3127
|
+
"location": {
|
|
3128
|
+
"filePath": "cloud.main.runtime.ts",
|
|
3129
|
+
"line": 83,
|
|
3130
|
+
"character": 5
|
|
3131
|
+
},
|
|
3132
|
+
"signature": "(property) configUpdates?: string | undefined",
|
|
3133
|
+
"name": "configUpdates",
|
|
3134
|
+
"type": {
|
|
3135
|
+
"__schema": "KeywordTypeSchema",
|
|
3136
|
+
"location": {
|
|
3137
|
+
"filePath": "cloud.main.runtime.ts",
|
|
3138
|
+
"line": 83,
|
|
3139
|
+
"character": 21
|
|
3140
|
+
},
|
|
3141
|
+
"name": "string"
|
|
3142
|
+
},
|
|
3143
|
+
"isOptional": true
|
|
3144
|
+
}
|
|
3145
|
+
]
|
|
3146
|
+
},
|
|
3147
|
+
"isOptional": true
|
|
2664
3148
|
}
|
|
2665
3149
|
],
|
|
2666
3150
|
"isSpread": false
|
|
@@ -2670,8 +3154,8 @@
|
|
|
2670
3154
|
"__schema": "KeywordTypeSchema",
|
|
2671
3155
|
"location": {
|
|
2672
3156
|
"filePath": "cloud.main.runtime.ts",
|
|
2673
|
-
"line":
|
|
2674
|
-
"character":
|
|
3157
|
+
"line": 85,
|
|
3158
|
+
"character": 7
|
|
2675
3159
|
},
|
|
2676
3160
|
"name": "void"
|
|
2677
3161
|
},
|
|
@@ -2682,7 +3166,7 @@
|
|
|
2682
3166
|
"__schema": "TypeSchema",
|
|
2683
3167
|
"location": {
|
|
2684
3168
|
"filePath": "cloud.main.runtime.ts",
|
|
2685
|
-
"line":
|
|
3169
|
+
"line": 86,
|
|
2686
3170
|
"character": 1
|
|
2687
3171
|
},
|
|
2688
3172
|
"signature": "type OnSuccessLoginSlot = SlotRegistry<OnSuccessLogin>",
|
|
@@ -2691,7 +3175,7 @@
|
|
|
2691
3175
|
"__schema": "TypeRefSchema",
|
|
2692
3176
|
"location": {
|
|
2693
3177
|
"filePath": "cloud.main.runtime.ts",
|
|
2694
|
-
"line":
|
|
3178
|
+
"line": 86,
|
|
2695
3179
|
"character": 34
|
|
2696
3180
|
},
|
|
2697
3181
|
"name": "SlotRegistry",
|
|
@@ -2700,7 +3184,7 @@
|
|
|
2700
3184
|
"__schema": "TypeRefSchema",
|
|
2701
3185
|
"location": {
|
|
2702
3186
|
"filePath": "cloud.main.runtime.ts",
|
|
2703
|
-
"line":
|
|
3187
|
+
"line": 86,
|
|
2704
3188
|
"character": 47
|
|
2705
3189
|
},
|
|
2706
3190
|
"name": "OnSuccessLogin"
|
|
@@ -2712,7 +3196,7 @@
|
|
|
2712
3196
|
"__schema": "ClassSchema",
|
|
2713
3197
|
"location": {
|
|
2714
3198
|
"filePath": "cloud.main.runtime.ts",
|
|
2715
|
-
"line":
|
|
3199
|
+
"line": 88,
|
|
2716
3200
|
"character": 1
|
|
2717
3201
|
},
|
|
2718
3202
|
"signature": "class CloudMain",
|
|
@@ -2722,7 +3206,7 @@
|
|
|
2722
3206
|
"__schema": "VariableLikeSchema",
|
|
2723
3207
|
"location": {
|
|
2724
3208
|
"filePath": "cloud.main.runtime.ts",
|
|
2725
|
-
"line":
|
|
3209
|
+
"line": 89,
|
|
2726
3210
|
"character": 3
|
|
2727
3211
|
},
|
|
2728
3212
|
"signature": "(property) CloudMain.ERROR_RESPONSE: number",
|
|
@@ -2731,7 +3215,7 @@
|
|
|
2731
3215
|
"__schema": "InferenceTypeSchema",
|
|
2732
3216
|
"location": {
|
|
2733
3217
|
"filePath": "cloud.main.runtime.ts",
|
|
2734
|
-
"line":
|
|
3218
|
+
"line": 89,
|
|
2735
3219
|
"character": 3
|
|
2736
3220
|
},
|
|
2737
3221
|
"type": "number"
|
|
@@ -2743,7 +3227,7 @@
|
|
|
2743
3227
|
"__schema": "VariableLikeSchema",
|
|
2744
3228
|
"location": {
|
|
2745
3229
|
"filePath": "cloud.main.runtime.ts",
|
|
2746
|
-
"line":
|
|
3230
|
+
"line": 90,
|
|
2747
3231
|
"character": 3
|
|
2748
3232
|
},
|
|
2749
3233
|
"signature": "(property) CloudMain.DEFAULT_PORT: number",
|
|
@@ -2752,7 +3236,7 @@
|
|
|
2752
3236
|
"__schema": "InferenceTypeSchema",
|
|
2753
3237
|
"location": {
|
|
2754
3238
|
"filePath": "cloud.main.runtime.ts",
|
|
2755
|
-
"line":
|
|
3239
|
+
"line": 90,
|
|
2756
3240
|
"character": 3
|
|
2757
3241
|
},
|
|
2758
3242
|
"type": "number"
|
|
@@ -2764,7 +3248,7 @@
|
|
|
2764
3248
|
"__schema": "VariableLikeSchema",
|
|
2765
3249
|
"location": {
|
|
2766
3250
|
"filePath": "cloud.main.runtime.ts",
|
|
2767
|
-
"line":
|
|
3251
|
+
"line": 91,
|
|
2768
3252
|
"character": 3
|
|
2769
3253
|
},
|
|
2770
3254
|
"signature": "(property) CloudMain.REDIRECT: number",
|
|
@@ -2773,7 +3257,7 @@
|
|
|
2773
3257
|
"__schema": "InferenceTypeSchema",
|
|
2774
3258
|
"location": {
|
|
2775
3259
|
"filePath": "cloud.main.runtime.ts",
|
|
2776
|
-
"line":
|
|
3260
|
+
"line": 91,
|
|
2777
3261
|
"character": 3
|
|
2778
3262
|
},
|
|
2779
3263
|
"type": "number"
|
|
@@ -2785,7 +3269,7 @@
|
|
|
2785
3269
|
"__schema": "VariableLikeSchema",
|
|
2786
3270
|
"location": {
|
|
2787
3271
|
"filePath": "cloud.main.runtime.ts",
|
|
2788
|
-
"line":
|
|
3272
|
+
"line": 92,
|
|
2789
3273
|
"character": 3
|
|
2790
3274
|
},
|
|
2791
3275
|
"signature": "(property) CloudMain.GRAPHQL_ENDPOINT: string",
|
|
@@ -2794,7 +3278,7 @@
|
|
|
2794
3278
|
"__schema": "InferenceTypeSchema",
|
|
2795
3279
|
"location": {
|
|
2796
3280
|
"filePath": "cloud.main.runtime.ts",
|
|
2797
|
-
"line":
|
|
3281
|
+
"line": 92,
|
|
2798
3282
|
"character": 3
|
|
2799
3283
|
},
|
|
2800
3284
|
"type": "string"
|
|
@@ -2806,7 +3290,7 @@
|
|
|
2806
3290
|
"__schema": "ConstructorSchema",
|
|
2807
3291
|
"location": {
|
|
2808
3292
|
"filePath": "cloud.main.runtime.ts",
|
|
2809
|
-
"line":
|
|
3293
|
+
"line": 96,
|
|
2810
3294
|
"character": 3
|
|
2811
3295
|
},
|
|
2812
3296
|
"signature": "constructor CloudMain(config: CloudWorkspaceConfig, logger: Logger, express: ExpressMain, workspace: Workspace, scope: ScopeMain, globalConfig: GlobalConfigMain, onSuccessLoginSlot: OnSuccessLoginSlot): CloudMain",
|
|
@@ -2816,7 +3300,7 @@
|
|
|
2816
3300
|
"__schema": "ParameterSchema",
|
|
2817
3301
|
"location": {
|
|
2818
3302
|
"filePath": "cloud.main.runtime.ts",
|
|
2819
|
-
"line":
|
|
3303
|
+
"line": 97,
|
|
2820
3304
|
"character": 5
|
|
2821
3305
|
},
|
|
2822
3306
|
"name": "config",
|
|
@@ -2824,7 +3308,7 @@
|
|
|
2824
3308
|
"__schema": "TypeRefSchema",
|
|
2825
3309
|
"location": {
|
|
2826
3310
|
"filePath": "cloud.main.runtime.ts",
|
|
2827
|
-
"line":
|
|
3311
|
+
"line": 97,
|
|
2828
3312
|
"character": 21
|
|
2829
3313
|
},
|
|
2830
3314
|
"name": "CloudWorkspaceConfig"
|
|
@@ -2836,7 +3320,7 @@
|
|
|
2836
3320
|
"__schema": "ParameterSchema",
|
|
2837
3321
|
"location": {
|
|
2838
3322
|
"filePath": "cloud.main.runtime.ts",
|
|
2839
|
-
"line":
|
|
3323
|
+
"line": 98,
|
|
2840
3324
|
"character": 5
|
|
2841
3325
|
},
|
|
2842
3326
|
"name": "logger",
|
|
@@ -2844,7 +3328,7 @@
|
|
|
2844
3328
|
"__schema": "TypeRefSchema",
|
|
2845
3329
|
"location": {
|
|
2846
3330
|
"filePath": "cloud.main.runtime.ts",
|
|
2847
|
-
"line":
|
|
3331
|
+
"line": 98,
|
|
2848
3332
|
"character": 20
|
|
2849
3333
|
},
|
|
2850
3334
|
"name": "Logger"
|
|
@@ -2856,7 +3340,7 @@
|
|
|
2856
3340
|
"__schema": "ParameterSchema",
|
|
2857
3341
|
"location": {
|
|
2858
3342
|
"filePath": "cloud.main.runtime.ts",
|
|
2859
|
-
"line":
|
|
3343
|
+
"line": 99,
|
|
2860
3344
|
"character": 5
|
|
2861
3345
|
},
|
|
2862
3346
|
"name": "express",
|
|
@@ -2864,7 +3348,7 @@
|
|
|
2864
3348
|
"__schema": "TypeRefSchema",
|
|
2865
3349
|
"location": {
|
|
2866
3350
|
"filePath": "cloud.main.runtime.ts",
|
|
2867
|
-
"line":
|
|
3351
|
+
"line": 99,
|
|
2868
3352
|
"character": 21
|
|
2869
3353
|
},
|
|
2870
3354
|
"name": "ExpressMain"
|
|
@@ -2876,7 +3360,7 @@
|
|
|
2876
3360
|
"__schema": "ParameterSchema",
|
|
2877
3361
|
"location": {
|
|
2878
3362
|
"filePath": "cloud.main.runtime.ts",
|
|
2879
|
-
"line":
|
|
3363
|
+
"line": 100,
|
|
2880
3364
|
"character": 5
|
|
2881
3365
|
},
|
|
2882
3366
|
"name": "workspace",
|
|
@@ -2884,7 +3368,7 @@
|
|
|
2884
3368
|
"__schema": "TypeRefSchema",
|
|
2885
3369
|
"location": {
|
|
2886
3370
|
"filePath": "cloud.main.runtime.ts",
|
|
2887
|
-
"line":
|
|
3371
|
+
"line": 100,
|
|
2888
3372
|
"character": 23
|
|
2889
3373
|
},
|
|
2890
3374
|
"name": "Workspace"
|
|
@@ -2896,7 +3380,7 @@
|
|
|
2896
3380
|
"__schema": "ParameterSchema",
|
|
2897
3381
|
"location": {
|
|
2898
3382
|
"filePath": "cloud.main.runtime.ts",
|
|
2899
|
-
"line":
|
|
3383
|
+
"line": 101,
|
|
2900
3384
|
"character": 5
|
|
2901
3385
|
},
|
|
2902
3386
|
"name": "scope",
|
|
@@ -2904,7 +3388,7 @@
|
|
|
2904
3388
|
"__schema": "TypeRefSchema",
|
|
2905
3389
|
"location": {
|
|
2906
3390
|
"filePath": "cloud.main.runtime.ts",
|
|
2907
|
-
"line":
|
|
3391
|
+
"line": 101,
|
|
2908
3392
|
"character": 19
|
|
2909
3393
|
},
|
|
2910
3394
|
"name": "ScopeMain"
|
|
@@ -2916,7 +3400,7 @@
|
|
|
2916
3400
|
"__schema": "ParameterSchema",
|
|
2917
3401
|
"location": {
|
|
2918
3402
|
"filePath": "cloud.main.runtime.ts",
|
|
2919
|
-
"line":
|
|
3403
|
+
"line": 102,
|
|
2920
3404
|
"character": 5
|
|
2921
3405
|
},
|
|
2922
3406
|
"name": "globalConfig",
|
|
@@ -2924,7 +3408,7 @@
|
|
|
2924
3408
|
"__schema": "TypeRefSchema",
|
|
2925
3409
|
"location": {
|
|
2926
3410
|
"filePath": "cloud.main.runtime.ts",
|
|
2927
|
-
"line":
|
|
3411
|
+
"line": 102,
|
|
2928
3412
|
"character": 26
|
|
2929
3413
|
},
|
|
2930
3414
|
"name": "GlobalConfigMain"
|
|
@@ -2936,7 +3420,7 @@
|
|
|
2936
3420
|
"__schema": "ParameterSchema",
|
|
2937
3421
|
"location": {
|
|
2938
3422
|
"filePath": "cloud.main.runtime.ts",
|
|
2939
|
-
"line":
|
|
3423
|
+
"line": 103,
|
|
2940
3424
|
"character": 5
|
|
2941
3425
|
},
|
|
2942
3426
|
"name": "onSuccessLoginSlot",
|
|
@@ -2944,7 +3428,7 @@
|
|
|
2944
3428
|
"__schema": "TypeRefSchema",
|
|
2945
3429
|
"location": {
|
|
2946
3430
|
"filePath": "cloud.main.runtime.ts",
|
|
2947
|
-
"line":
|
|
3431
|
+
"line": 103,
|
|
2948
3432
|
"character": 32
|
|
2949
3433
|
},
|
|
2950
3434
|
"name": "OnSuccessLoginSlot"
|
|
@@ -2957,7 +3441,7 @@
|
|
|
2957
3441
|
"__schema": "ThisTypeSchema",
|
|
2958
3442
|
"location": {
|
|
2959
3443
|
"filePath": "cloud.main.runtime.ts",
|
|
2960
|
-
"line":
|
|
3444
|
+
"line": 88,
|
|
2961
3445
|
"character": 1
|
|
2962
3446
|
},
|
|
2963
3447
|
"name": "CloudMain"
|
|
@@ -2968,7 +3452,145 @@
|
|
|
2968
3452
|
"__schema": "FunctionLikeSchema",
|
|
2969
3453
|
"location": {
|
|
2970
3454
|
"filePath": "cloud.main.runtime.ts",
|
|
2971
|
-
"line":
|
|
3455
|
+
"line": 106,
|
|
3456
|
+
"character": 3
|
|
3457
|
+
},
|
|
3458
|
+
"signature": "(method) CloudMain.updateNpmrcOnLogin({ authToken, username }: {\n authToken: string;\n username: string;\n}): Promise<string>",
|
|
3459
|
+
"name": "updateNpmrcOnLogin",
|
|
3460
|
+
"params": [
|
|
3461
|
+
{
|
|
3462
|
+
"__schema": "ParameterSchema",
|
|
3463
|
+
"location": {
|
|
3464
|
+
"filePath": "cloud.main.runtime.ts",
|
|
3465
|
+
"line": 106,
|
|
3466
|
+
"character": 28
|
|
3467
|
+
},
|
|
3468
|
+
"name": "{ authToken, username }",
|
|
3469
|
+
"type": {
|
|
3470
|
+
"__schema": "TypeLiteralSchema",
|
|
3471
|
+
"location": {
|
|
3472
|
+
"filePath": "cloud.main.runtime.ts",
|
|
3473
|
+
"line": 106,
|
|
3474
|
+
"character": 53
|
|
3475
|
+
},
|
|
3476
|
+
"members": [
|
|
3477
|
+
{
|
|
3478
|
+
"__schema": "VariableLikeSchema",
|
|
3479
|
+
"location": {
|
|
3480
|
+
"filePath": "cloud.main.runtime.ts",
|
|
3481
|
+
"line": 106,
|
|
3482
|
+
"character": 55
|
|
3483
|
+
},
|
|
3484
|
+
"signature": "(property) authToken: string",
|
|
3485
|
+
"name": "authToken",
|
|
3486
|
+
"type": {
|
|
3487
|
+
"__schema": "KeywordTypeSchema",
|
|
3488
|
+
"location": {
|
|
3489
|
+
"filePath": "cloud.main.runtime.ts",
|
|
3490
|
+
"line": 106,
|
|
3491
|
+
"character": 66
|
|
3492
|
+
},
|
|
3493
|
+
"name": "string"
|
|
3494
|
+
},
|
|
3495
|
+
"isOptional": false
|
|
3496
|
+
},
|
|
3497
|
+
{
|
|
3498
|
+
"__schema": "VariableLikeSchema",
|
|
3499
|
+
"location": {
|
|
3500
|
+
"filePath": "cloud.main.runtime.ts",
|
|
3501
|
+
"line": 106,
|
|
3502
|
+
"character": 74
|
|
3503
|
+
},
|
|
3504
|
+
"signature": "(property) username: string",
|
|
3505
|
+
"name": "username",
|
|
3506
|
+
"type": {
|
|
3507
|
+
"__schema": "KeywordTypeSchema",
|
|
3508
|
+
"location": {
|
|
3509
|
+
"filePath": "cloud.main.runtime.ts",
|
|
3510
|
+
"line": 106,
|
|
3511
|
+
"character": 84
|
|
3512
|
+
},
|
|
3513
|
+
"name": "string"
|
|
3514
|
+
},
|
|
3515
|
+
"isOptional": false
|
|
3516
|
+
}
|
|
3517
|
+
]
|
|
3518
|
+
},
|
|
3519
|
+
"isOptional": false,
|
|
3520
|
+
"objectBindingNodes": [
|
|
3521
|
+
{
|
|
3522
|
+
"__schema": "VariableLikeSchema",
|
|
3523
|
+
"location": {
|
|
3524
|
+
"filePath": "cloud.main.runtime.ts",
|
|
3525
|
+
"line": 106,
|
|
3526
|
+
"character": 55
|
|
3527
|
+
},
|
|
3528
|
+
"signature": "(property) authToken: string",
|
|
3529
|
+
"name": "authToken",
|
|
3530
|
+
"type": {
|
|
3531
|
+
"__schema": "KeywordTypeSchema",
|
|
3532
|
+
"location": {
|
|
3533
|
+
"filePath": "cloud.main.runtime.ts",
|
|
3534
|
+
"line": 106,
|
|
3535
|
+
"character": 66
|
|
3536
|
+
},
|
|
3537
|
+
"name": "string"
|
|
3538
|
+
},
|
|
3539
|
+
"isOptional": false
|
|
3540
|
+
},
|
|
3541
|
+
{
|
|
3542
|
+
"__schema": "VariableLikeSchema",
|
|
3543
|
+
"location": {
|
|
3544
|
+
"filePath": "cloud.main.runtime.ts",
|
|
3545
|
+
"line": 106,
|
|
3546
|
+
"character": 74
|
|
3547
|
+
},
|
|
3548
|
+
"signature": "(property) username: string",
|
|
3549
|
+
"name": "username",
|
|
3550
|
+
"type": {
|
|
3551
|
+
"__schema": "KeywordTypeSchema",
|
|
3552
|
+
"location": {
|
|
3553
|
+
"filePath": "cloud.main.runtime.ts",
|
|
3554
|
+
"line": 106,
|
|
3555
|
+
"character": 84
|
|
3556
|
+
},
|
|
3557
|
+
"name": "string"
|
|
3558
|
+
},
|
|
3559
|
+
"isOptional": false
|
|
3560
|
+
}
|
|
3561
|
+
],
|
|
3562
|
+
"isSpread": false
|
|
3563
|
+
}
|
|
3564
|
+
],
|
|
3565
|
+
"returnType": {
|
|
3566
|
+
"__schema": "TypeRefSchema",
|
|
3567
|
+
"location": {
|
|
3568
|
+
"filePath": "cloud.main.runtime.ts",
|
|
3569
|
+
"line": 106,
|
|
3570
|
+
"character": 95
|
|
3571
|
+
},
|
|
3572
|
+
"name": "Promise",
|
|
3573
|
+
"typeArgs": [
|
|
3574
|
+
{
|
|
3575
|
+
"__schema": "KeywordTypeSchema",
|
|
3576
|
+
"location": {
|
|
3577
|
+
"filePath": "cloud.main.runtime.ts",
|
|
3578
|
+
"line": 106,
|
|
3579
|
+
"character": 103
|
|
3580
|
+
},
|
|
3581
|
+
"name": "string"
|
|
3582
|
+
}
|
|
3583
|
+
]
|
|
3584
|
+
},
|
|
3585
|
+
"modifiers": [
|
|
3586
|
+
"async"
|
|
3587
|
+
]
|
|
3588
|
+
},
|
|
3589
|
+
{
|
|
3590
|
+
"__schema": "FunctionLikeSchema",
|
|
3591
|
+
"location": {
|
|
3592
|
+
"filePath": "cloud.main.runtime.ts",
|
|
3593
|
+
"line": 118,
|
|
2972
3594
|
"character": 3
|
|
2973
3595
|
},
|
|
2974
3596
|
"signature": "(method) CloudMain.setupAuthListener({ port: portFromParams, clientId, }?: {\n port?: number;\n clientId?: string;\n}): Promise<CloudAuthListener | null>",
|
|
@@ -2978,7 +3600,7 @@
|
|
|
2978
3600
|
"__schema": "ParameterSchema",
|
|
2979
3601
|
"location": {
|
|
2980
3602
|
"filePath": "cloud.main.runtime.ts",
|
|
2981
|
-
"line":
|
|
3603
|
+
"line": 118,
|
|
2982
3604
|
"character": 21
|
|
2983
3605
|
},
|
|
2984
3606
|
"name": "{ port: portFromParams, clientId = v4() }",
|
|
@@ -2986,7 +3608,7 @@
|
|
|
2986
3608
|
"__schema": "TypeLiteralSchema",
|
|
2987
3609
|
"location": {
|
|
2988
3610
|
"filePath": "cloud.main.runtime.ts",
|
|
2989
|
-
"line":
|
|
3611
|
+
"line": 121,
|
|
2990
3612
|
"character": 6
|
|
2991
3613
|
},
|
|
2992
3614
|
"members": [
|
|
@@ -2994,7 +3616,7 @@
|
|
|
2994
3616
|
"__schema": "VariableLikeSchema",
|
|
2995
3617
|
"location": {
|
|
2996
3618
|
"filePath": "cloud.main.runtime.ts",
|
|
2997
|
-
"line":
|
|
3619
|
+
"line": 122,
|
|
2998
3620
|
"character": 5
|
|
2999
3621
|
},
|
|
3000
3622
|
"signature": "(property) port?: number | undefined",
|
|
@@ -3003,7 +3625,7 @@
|
|
|
3003
3625
|
"__schema": "KeywordTypeSchema",
|
|
3004
3626
|
"location": {
|
|
3005
3627
|
"filePath": "cloud.main.runtime.ts",
|
|
3006
|
-
"line":
|
|
3628
|
+
"line": 122,
|
|
3007
3629
|
"character": 12
|
|
3008
3630
|
},
|
|
3009
3631
|
"name": "number"
|
|
@@ -3014,7 +3636,7 @@
|
|
|
3014
3636
|
"__schema": "VariableLikeSchema",
|
|
3015
3637
|
"location": {
|
|
3016
3638
|
"filePath": "cloud.main.runtime.ts",
|
|
3017
|
-
"line":
|
|
3639
|
+
"line": 123,
|
|
3018
3640
|
"character": 5
|
|
3019
3641
|
},
|
|
3020
3642
|
"signature": "(property) clientId?: string | undefined",
|
|
@@ -3023,7 +3645,7 @@
|
|
|
3023
3645
|
"__schema": "KeywordTypeSchema",
|
|
3024
3646
|
"location": {
|
|
3025
3647
|
"filePath": "cloud.main.runtime.ts",
|
|
3026
|
-
"line":
|
|
3648
|
+
"line": 123,
|
|
3027
3649
|
"character": 16
|
|
3028
3650
|
},
|
|
3029
3651
|
"name": "string"
|
|
@@ -3039,7 +3661,7 @@
|
|
|
3039
3661
|
"__schema": "InferenceTypeSchema",
|
|
3040
3662
|
"location": {
|
|
3041
3663
|
"filePath": "cloud.main.runtime.ts",
|
|
3042
|
-
"line":
|
|
3664
|
+
"line": 119,
|
|
3043
3665
|
"character": 11
|
|
3044
3666
|
},
|
|
3045
3667
|
"name": "portFromParams",
|
|
@@ -3050,7 +3672,7 @@
|
|
|
3050
3672
|
"__schema": "VariableLikeSchema",
|
|
3051
3673
|
"location": {
|
|
3052
3674
|
"filePath": "cloud.main.runtime.ts",
|
|
3053
|
-
"line":
|
|
3675
|
+
"line": 123,
|
|
3054
3676
|
"character": 5
|
|
3055
3677
|
},
|
|
3056
3678
|
"signature": "(property) clientId?: string | undefined",
|
|
@@ -3059,7 +3681,7 @@
|
|
|
3059
3681
|
"__schema": "KeywordTypeSchema",
|
|
3060
3682
|
"location": {
|
|
3061
3683
|
"filePath": "cloud.main.runtime.ts",
|
|
3062
|
-
"line":
|
|
3684
|
+
"line": 123,
|
|
3063
3685
|
"character": 16
|
|
3064
3686
|
},
|
|
3065
3687
|
"name": "string"
|
|
@@ -3074,7 +3696,7 @@
|
|
|
3074
3696
|
"__schema": "TypeRefSchema",
|
|
3075
3697
|
"location": {
|
|
3076
3698
|
"filePath": "cloud.main.runtime.ts",
|
|
3077
|
-
"line":
|
|
3699
|
+
"line": 124,
|
|
3078
3700
|
"character": 12
|
|
3079
3701
|
},
|
|
3080
3702
|
"name": "Promise",
|
|
@@ -3083,7 +3705,7 @@
|
|
|
3083
3705
|
"__schema": "TypeUnionSchema",
|
|
3084
3706
|
"location": {
|
|
3085
3707
|
"filePath": "cloud.main.runtime.ts",
|
|
3086
|
-
"line":
|
|
3708
|
+
"line": 124,
|
|
3087
3709
|
"character": 20
|
|
3088
3710
|
},
|
|
3089
3711
|
"types": [
|
|
@@ -3091,7 +3713,7 @@
|
|
|
3091
3713
|
"__schema": "TypeRefSchema",
|
|
3092
3714
|
"location": {
|
|
3093
3715
|
"filePath": "cloud.main.runtime.ts",
|
|
3094
|
-
"line":
|
|
3716
|
+
"line": 124,
|
|
3095
3717
|
"character": 20
|
|
3096
3718
|
},
|
|
3097
3719
|
"name": "CloudAuthListener"
|
|
@@ -3100,7 +3722,7 @@
|
|
|
3100
3722
|
"__schema": "LiteralTypeSchema",
|
|
3101
3723
|
"location": {
|
|
3102
3724
|
"filePath": "cloud.main.runtime.ts",
|
|
3103
|
-
"line":
|
|
3725
|
+
"line": 124,
|
|
3104
3726
|
"character": 40
|
|
3105
3727
|
},
|
|
3106
3728
|
"name": "null"
|
|
@@ -3115,7 +3737,7 @@
|
|
|
3115
3737
|
"__schema": "FunctionLikeSchema",
|
|
3116
3738
|
"location": {
|
|
3117
3739
|
"filePath": "cloud.main.runtime.ts",
|
|
3118
|
-
"line":
|
|
3740
|
+
"line": 235,
|
|
3119
3741
|
"character": 3
|
|
3120
3742
|
},
|
|
3121
3743
|
"signature": "(method) CloudMain.registerOnSuccessLogin(onSuccessLoginFn: OnSuccessLogin): this",
|
|
@@ -3125,7 +3747,7 @@
|
|
|
3125
3747
|
"__schema": "ParameterSchema",
|
|
3126
3748
|
"location": {
|
|
3127
3749
|
"filePath": "cloud.main.runtime.ts",
|
|
3128
|
-
"line":
|
|
3750
|
+
"line": 235,
|
|
3129
3751
|
"character": 26
|
|
3130
3752
|
},
|
|
3131
3753
|
"name": "onSuccessLoginFn",
|
|
@@ -3133,7 +3755,7 @@
|
|
|
3133
3755
|
"__schema": "TypeRefSchema",
|
|
3134
3756
|
"location": {
|
|
3135
3757
|
"filePath": "cloud.main.runtime.ts",
|
|
3136
|
-
"line":
|
|
3758
|
+
"line": 235,
|
|
3137
3759
|
"character": 44
|
|
3138
3760
|
},
|
|
3139
3761
|
"name": "OnSuccessLogin"
|
|
@@ -3146,7 +3768,7 @@
|
|
|
3146
3768
|
"__schema": "TypeRefSchema",
|
|
3147
3769
|
"location": {
|
|
3148
3770
|
"filePath": "cloud.main.runtime.ts",
|
|
3149
|
-
"line":
|
|
3771
|
+
"line": 235,
|
|
3150
3772
|
"character": 3
|
|
3151
3773
|
},
|
|
3152
3774
|
"name": "CloudMain"
|
|
@@ -3157,7 +3779,7 @@
|
|
|
3157
3779
|
"__schema": "FunctionLikeSchema",
|
|
3158
3780
|
"location": {
|
|
3159
3781
|
"filePath": "cloud.main.runtime.ts",
|
|
3160
|
-
"line":
|
|
3782
|
+
"line": 240,
|
|
3161
3783
|
"character": 3
|
|
3162
3784
|
},
|
|
3163
3785
|
"signature": "(method) CloudMain.getCloudDomain(): string",
|
|
@@ -3167,7 +3789,7 @@
|
|
|
3167
3789
|
"__schema": "KeywordTypeSchema",
|
|
3168
3790
|
"location": {
|
|
3169
3791
|
"filePath": "cloud.main.runtime.ts",
|
|
3170
|
-
"line":
|
|
3792
|
+
"line": 240,
|
|
3171
3793
|
"character": 21
|
|
3172
3794
|
},
|
|
3173
3795
|
"name": "string"
|
|
@@ -3178,7 +3800,7 @@
|
|
|
3178
3800
|
"__schema": "FunctionLikeSchema",
|
|
3179
3801
|
"location": {
|
|
3180
3802
|
"filePath": "cloud.main.runtime.ts",
|
|
3181
|
-
"line":
|
|
3803
|
+
"line": 244,
|
|
3182
3804
|
"character": 3
|
|
3183
3805
|
},
|
|
3184
3806
|
"signature": "(method) CloudMain.getCloudHubDomain(): string",
|
|
@@ -3188,7 +3810,7 @@
|
|
|
3188
3810
|
"__schema": "KeywordTypeSchema",
|
|
3189
3811
|
"location": {
|
|
3190
3812
|
"filePath": "cloud.main.runtime.ts",
|
|
3191
|
-
"line":
|
|
3813
|
+
"line": 244,
|
|
3192
3814
|
"character": 24
|
|
3193
3815
|
},
|
|
3194
3816
|
"name": "string"
|
|
@@ -3199,7 +3821,7 @@
|
|
|
3199
3821
|
"__schema": "FunctionLikeSchema",
|
|
3200
3822
|
"location": {
|
|
3201
3823
|
"filePath": "cloud.main.runtime.ts",
|
|
3202
|
-
"line":
|
|
3824
|
+
"line": 248,
|
|
3203
3825
|
"character": 3
|
|
3204
3826
|
},
|
|
3205
3827
|
"signature": "(method) CloudMain.getCloudApi(): string",
|
|
@@ -3209,7 +3831,7 @@
|
|
|
3209
3831
|
"__schema": "KeywordTypeSchema",
|
|
3210
3832
|
"location": {
|
|
3211
3833
|
"filePath": "cloud.main.runtime.ts",
|
|
3212
|
-
"line":
|
|
3834
|
+
"line": 248,
|
|
3213
3835
|
"character": 18
|
|
3214
3836
|
},
|
|
3215
3837
|
"name": "string"
|
|
@@ -3220,7 +3842,7 @@
|
|
|
3220
3842
|
"__schema": "FunctionLikeSchema",
|
|
3221
3843
|
"location": {
|
|
3222
3844
|
"filePath": "cloud.main.runtime.ts",
|
|
3223
|
-
"line":
|
|
3845
|
+
"line": 252,
|
|
3224
3846
|
"character": 3
|
|
3225
3847
|
},
|
|
3226
3848
|
"signature": "(method) CloudMain.getCloudGraphQL(): string",
|
|
@@ -3230,7 +3852,7 @@
|
|
|
3230
3852
|
"__schema": "KeywordTypeSchema",
|
|
3231
3853
|
"location": {
|
|
3232
3854
|
"filePath": "cloud.main.runtime.ts",
|
|
3233
|
-
"line":
|
|
3855
|
+
"line": 252,
|
|
3234
3856
|
"character": 22
|
|
3235
3857
|
},
|
|
3236
3858
|
"name": "string"
|
|
@@ -3241,7 +3863,7 @@
|
|
|
3241
3863
|
"__schema": "FunctionLikeSchema",
|
|
3242
3864
|
"location": {
|
|
3243
3865
|
"filePath": "cloud.main.runtime.ts",
|
|
3244
|
-
"line":
|
|
3866
|
+
"line": 255,
|
|
3245
3867
|
"character": 3
|
|
3246
3868
|
},
|
|
3247
3869
|
"signature": "(method) CloudMain.getLoginDomain(): string",
|
|
@@ -3251,7 +3873,7 @@
|
|
|
3251
3873
|
"__schema": "KeywordTypeSchema",
|
|
3252
3874
|
"location": {
|
|
3253
3875
|
"filePath": "cloud.main.runtime.ts",
|
|
3254
|
-
"line":
|
|
3876
|
+
"line": 255,
|
|
3255
3877
|
"character": 21
|
|
3256
3878
|
},
|
|
3257
3879
|
"name": "string"
|
|
@@ -3262,7 +3884,7 @@
|
|
|
3262
3884
|
"__schema": "FunctionLikeSchema",
|
|
3263
3885
|
"location": {
|
|
3264
3886
|
"filePath": "cloud.main.runtime.ts",
|
|
3265
|
-
"line":
|
|
3887
|
+
"line": 259,
|
|
3266
3888
|
"character": 3
|
|
3267
3889
|
},
|
|
3268
3890
|
"signature": "(method) CloudMain.getAnalyticsDomain(): string",
|
|
@@ -3272,7 +3894,7 @@
|
|
|
3272
3894
|
"__schema": "KeywordTypeSchema",
|
|
3273
3895
|
"location": {
|
|
3274
3896
|
"filePath": "cloud.main.runtime.ts",
|
|
3275
|
-
"line":
|
|
3897
|
+
"line": 259,
|
|
3276
3898
|
"character": 25
|
|
3277
3899
|
},
|
|
3278
3900
|
"name": "string"
|
|
@@ -3283,7 +3905,7 @@
|
|
|
3283
3905
|
"__schema": "FunctionLikeSchema",
|
|
3284
3906
|
"location": {
|
|
3285
3907
|
"filePath": "cloud.main.runtime.ts",
|
|
3286
|
-
"line":
|
|
3908
|
+
"line": 263,
|
|
3287
3909
|
"character": 3
|
|
3288
3910
|
},
|
|
3289
3911
|
"signature": "(method) CloudMain.getRegistryUrl(): string",
|
|
@@ -3293,7 +3915,7 @@
|
|
|
3293
3915
|
"__schema": "KeywordTypeSchema",
|
|
3294
3916
|
"location": {
|
|
3295
3917
|
"filePath": "cloud.main.runtime.ts",
|
|
3296
|
-
"line":
|
|
3918
|
+
"line": 263,
|
|
3297
3919
|
"character": 21
|
|
3298
3920
|
},
|
|
3299
3921
|
"name": "string"
|
|
@@ -3304,7 +3926,7 @@
|
|
|
3304
3926
|
"__schema": "FunctionLikeSchema",
|
|
3305
3927
|
"location": {
|
|
3306
3928
|
"filePath": "cloud.main.runtime.ts",
|
|
3307
|
-
"line":
|
|
3929
|
+
"line": 267,
|
|
3308
3930
|
"character": 3
|
|
3309
3931
|
},
|
|
3310
3932
|
"signature": "(method) CloudMain.getCloudExporterUrl(): string",
|
|
@@ -3314,7 +3936,7 @@
|
|
|
3314
3936
|
"__schema": "KeywordTypeSchema",
|
|
3315
3937
|
"location": {
|
|
3316
3938
|
"filePath": "cloud.main.runtime.ts",
|
|
3317
|
-
"line":
|
|
3939
|
+
"line": 267,
|
|
3318
3940
|
"character": 26
|
|
3319
3941
|
},
|
|
3320
3942
|
"name": "string"
|
|
@@ -3325,7 +3947,7 @@
|
|
|
3325
3947
|
"__schema": "FunctionLikeSchema",
|
|
3326
3948
|
"location": {
|
|
3327
3949
|
"filePath": "cloud.main.runtime.ts",
|
|
3328
|
-
"line":
|
|
3950
|
+
"line": 271,
|
|
3329
3951
|
"character": 3
|
|
3330
3952
|
},
|
|
3331
3953
|
"signature": "(method) CloudMain.getHubName(): string",
|
|
@@ -3335,7 +3957,7 @@
|
|
|
3335
3957
|
"__schema": "KeywordTypeSchema",
|
|
3336
3958
|
"location": {
|
|
3337
3959
|
"filePath": "cloud.main.runtime.ts",
|
|
3338
|
-
"line":
|
|
3960
|
+
"line": 271,
|
|
3339
3961
|
"character": 17
|
|
3340
3962
|
},
|
|
3341
3963
|
"name": "string"
|
|
@@ -3346,7 +3968,7 @@
|
|
|
3346
3968
|
"__schema": "FunctionLikeSchema",
|
|
3347
3969
|
"location": {
|
|
3348
3970
|
"filePath": "cloud.main.runtime.ts",
|
|
3349
|
-
"line":
|
|
3971
|
+
"line": 275,
|
|
3350
3972
|
"character": 3
|
|
3351
3973
|
},
|
|
3352
3974
|
"signature": "(method) CloudMain.getLoginPort(): number",
|
|
@@ -3356,7 +3978,7 @@
|
|
|
3356
3978
|
"__schema": "KeywordTypeSchema",
|
|
3357
3979
|
"location": {
|
|
3358
3980
|
"filePath": "cloud.main.runtime.ts",
|
|
3359
|
-
"line":
|
|
3981
|
+
"line": 275,
|
|
3360
3982
|
"character": 19
|
|
3361
3983
|
},
|
|
3362
3984
|
"name": "number"
|
|
@@ -3367,7 +3989,7 @@
|
|
|
3367
3989
|
"__schema": "FunctionLikeSchema",
|
|
3368
3990
|
"location": {
|
|
3369
3991
|
"filePath": "cloud.main.runtime.ts",
|
|
3370
|
-
"line":
|
|
3992
|
+
"line": 279,
|
|
3371
3993
|
"character": 3
|
|
3372
3994
|
},
|
|
3373
3995
|
"signature": "(method) CloudMain.isLoggedIn(): boolean",
|
|
@@ -3377,7 +3999,7 @@
|
|
|
3377
3999
|
"__schema": "KeywordTypeSchema",
|
|
3378
4000
|
"location": {
|
|
3379
4001
|
"filePath": "cloud.main.runtime.ts",
|
|
3380
|
-
"line":
|
|
4002
|
+
"line": 279,
|
|
3381
4003
|
"character": 17
|
|
3382
4004
|
},
|
|
3383
4005
|
"name": "boolean"
|
|
@@ -3388,7 +4010,7 @@
|
|
|
3388
4010
|
"__schema": "FunctionLikeSchema",
|
|
3389
4011
|
"location": {
|
|
3390
4012
|
"filePath": "cloud.main.runtime.ts",
|
|
3391
|
-
"line":
|
|
4013
|
+
"line": 283,
|
|
3392
4014
|
"character": 3
|
|
3393
4015
|
},
|
|
3394
4016
|
"signature": "(method) CloudMain.getAuthToken(): string | null",
|
|
@@ -3398,7 +4020,7 @@
|
|
|
3398
4020
|
"__schema": "InferenceTypeSchema",
|
|
3399
4021
|
"location": {
|
|
3400
4022
|
"filePath": "cloud.main.runtime.ts",
|
|
3401
|
-
"line":
|
|
4023
|
+
"line": 283,
|
|
3402
4024
|
"character": 3
|
|
3403
4025
|
},
|
|
3404
4026
|
"type": "string | null"
|
|
@@ -3409,7 +4031,7 @@
|
|
|
3409
4031
|
"__schema": "FunctionLikeSchema",
|
|
3410
4032
|
"location": {
|
|
3411
4033
|
"filePath": "cloud.main.runtime.ts",
|
|
3412
|
-
"line":
|
|
4034
|
+
"line": 292,
|
|
3413
4035
|
"character": 3
|
|
3414
4036
|
},
|
|
3415
4037
|
"signature": "(method) CloudMain.getAuthHeader(): {\n Authorization: string;\n}",
|
|
@@ -3419,7 +4041,7 @@
|
|
|
3419
4041
|
"__schema": "InferenceTypeSchema",
|
|
3420
4042
|
"location": {
|
|
3421
4043
|
"filePath": "cloud.main.runtime.ts",
|
|
3422
|
-
"line":
|
|
4044
|
+
"line": 292,
|
|
3423
4045
|
"character": 3
|
|
3424
4046
|
},
|
|
3425
4047
|
"type": "{\n Authorization: string;\n}"
|
|
@@ -3430,7 +4052,7 @@
|
|
|
3430
4052
|
"__schema": "FunctionLikeSchema",
|
|
3431
4053
|
"location": {
|
|
3432
4054
|
"filePath": "cloud.main.runtime.ts",
|
|
3433
|
-
"line":
|
|
4055
|
+
"line": 298,
|
|
3434
4056
|
"character": 3
|
|
3435
4057
|
},
|
|
3436
4058
|
"signature": "(method) CloudMain.getUsername(): string | undefined",
|
|
@@ -3440,7 +4062,7 @@
|
|
|
3440
4062
|
"__schema": "TypeUnionSchema",
|
|
3441
4063
|
"location": {
|
|
3442
4064
|
"filePath": "cloud.main.runtime.ts",
|
|
3443
|
-
"line":
|
|
4065
|
+
"line": 298,
|
|
3444
4066
|
"character": 18
|
|
3445
4067
|
},
|
|
3446
4068
|
"types": [
|
|
@@ -3448,7 +4070,7 @@
|
|
|
3448
4070
|
"__schema": "KeywordTypeSchema",
|
|
3449
4071
|
"location": {
|
|
3450
4072
|
"filePath": "cloud.main.runtime.ts",
|
|
3451
|
-
"line":
|
|
4073
|
+
"line": 298,
|
|
3452
4074
|
"character": 18
|
|
3453
4075
|
},
|
|
3454
4076
|
"name": "string"
|
|
@@ -3457,7 +4079,7 @@
|
|
|
3457
4079
|
"__schema": "KeywordTypeSchema",
|
|
3458
4080
|
"location": {
|
|
3459
4081
|
"filePath": "cloud.main.runtime.ts",
|
|
3460
|
-
"line":
|
|
4082
|
+
"line": 298,
|
|
3461
4083
|
"character": 27
|
|
3462
4084
|
},
|
|
3463
4085
|
"name": "undefined"
|
|
@@ -3470,7 +4092,7 @@
|
|
|
3470
4092
|
"__schema": "FunctionLikeSchema",
|
|
3471
4093
|
"location": {
|
|
3472
4094
|
"filePath": "cloud.main.runtime.ts",
|
|
3473
|
-
"line":
|
|
4095
|
+
"line": 302,
|
|
3474
4096
|
"character": 3
|
|
3475
4097
|
},
|
|
3476
4098
|
"signature": "(method) CloudMain.getLoginUrl({ redirectUrl, machineName, cloudDomain, port: portFromParams, }?: {\n redirectUrl?: string;\n machineName?: string;\n cloudDomain?: string;\n port?: string;\n}): Promise<string | null>",
|
|
@@ -3480,7 +4102,7 @@
|
|
|
3480
4102
|
"__schema": "ParameterSchema",
|
|
3481
4103
|
"location": {
|
|
3482
4104
|
"filePath": "cloud.main.runtime.ts",
|
|
3483
|
-
"line":
|
|
4105
|
+
"line": 302,
|
|
3484
4106
|
"character": 21
|
|
3485
4107
|
},
|
|
3486
4108
|
"name": "{ redirectUrl, machineName, cloudDomain, port: portFromParams }",
|
|
@@ -3488,7 +4110,7 @@
|
|
|
3488
4110
|
"__schema": "TypeLiteralSchema",
|
|
3489
4111
|
"location": {
|
|
3490
4112
|
"filePath": "cloud.main.runtime.ts",
|
|
3491
|
-
"line":
|
|
4113
|
+
"line": 307,
|
|
3492
4114
|
"character": 6
|
|
3493
4115
|
},
|
|
3494
4116
|
"members": [
|
|
@@ -3496,7 +4118,7 @@
|
|
|
3496
4118
|
"__schema": "VariableLikeSchema",
|
|
3497
4119
|
"location": {
|
|
3498
4120
|
"filePath": "cloud.main.runtime.ts",
|
|
3499
|
-
"line":
|
|
4121
|
+
"line": 307,
|
|
3500
4122
|
"character": 8
|
|
3501
4123
|
},
|
|
3502
4124
|
"signature": "(property) redirectUrl?: string | undefined",
|
|
@@ -3505,7 +4127,7 @@
|
|
|
3505
4127
|
"__schema": "KeywordTypeSchema",
|
|
3506
4128
|
"location": {
|
|
3507
4129
|
"filePath": "cloud.main.runtime.ts",
|
|
3508
|
-
"line":
|
|
4130
|
+
"line": 307,
|
|
3509
4131
|
"character": 22
|
|
3510
4132
|
},
|
|
3511
4133
|
"name": "string"
|
|
@@ -3516,7 +4138,7 @@
|
|
|
3516
4138
|
"__schema": "VariableLikeSchema",
|
|
3517
4139
|
"location": {
|
|
3518
4140
|
"filePath": "cloud.main.runtime.ts",
|
|
3519
|
-
"line":
|
|
4141
|
+
"line": 307,
|
|
3520
4142
|
"character": 30
|
|
3521
4143
|
},
|
|
3522
4144
|
"signature": "(property) machineName?: string | undefined",
|
|
@@ -3525,7 +4147,7 @@
|
|
|
3525
4147
|
"__schema": "KeywordTypeSchema",
|
|
3526
4148
|
"location": {
|
|
3527
4149
|
"filePath": "cloud.main.runtime.ts",
|
|
3528
|
-
"line":
|
|
4150
|
+
"line": 307,
|
|
3529
4151
|
"character": 44
|
|
3530
4152
|
},
|
|
3531
4153
|
"name": "string"
|
|
@@ -3536,7 +4158,7 @@
|
|
|
3536
4158
|
"__schema": "VariableLikeSchema",
|
|
3537
4159
|
"location": {
|
|
3538
4160
|
"filePath": "cloud.main.runtime.ts",
|
|
3539
|
-
"line":
|
|
4161
|
+
"line": 307,
|
|
3540
4162
|
"character": 52
|
|
3541
4163
|
},
|
|
3542
4164
|
"signature": "(property) cloudDomain?: string | undefined",
|
|
@@ -3545,7 +4167,7 @@
|
|
|
3545
4167
|
"__schema": "KeywordTypeSchema",
|
|
3546
4168
|
"location": {
|
|
3547
4169
|
"filePath": "cloud.main.runtime.ts",
|
|
3548
|
-
"line":
|
|
4170
|
+
"line": 307,
|
|
3549
4171
|
"character": 66
|
|
3550
4172
|
},
|
|
3551
4173
|
"name": "string"
|
|
@@ -3556,7 +4178,7 @@
|
|
|
3556
4178
|
"__schema": "VariableLikeSchema",
|
|
3557
4179
|
"location": {
|
|
3558
4180
|
"filePath": "cloud.main.runtime.ts",
|
|
3559
|
-
"line":
|
|
4181
|
+
"line": 307,
|
|
3560
4182
|
"character": 74
|
|
3561
4183
|
},
|
|
3562
4184
|
"signature": "(property) port?: string | undefined",
|
|
@@ -3565,7 +4187,7 @@
|
|
|
3565
4187
|
"__schema": "KeywordTypeSchema",
|
|
3566
4188
|
"location": {
|
|
3567
4189
|
"filePath": "cloud.main.runtime.ts",
|
|
3568
|
-
"line":
|
|
4190
|
+
"line": 307,
|
|
3569
4191
|
"character": 81
|
|
3570
4192
|
},
|
|
3571
4193
|
"name": "string"
|
|
@@ -3581,7 +4203,7 @@
|
|
|
3581
4203
|
"__schema": "VariableLikeSchema",
|
|
3582
4204
|
"location": {
|
|
3583
4205
|
"filePath": "cloud.main.runtime.ts",
|
|
3584
|
-
"line":
|
|
4206
|
+
"line": 307,
|
|
3585
4207
|
"character": 8
|
|
3586
4208
|
},
|
|
3587
4209
|
"signature": "(property) redirectUrl?: string | undefined",
|
|
@@ -3590,7 +4212,7 @@
|
|
|
3590
4212
|
"__schema": "KeywordTypeSchema",
|
|
3591
4213
|
"location": {
|
|
3592
4214
|
"filePath": "cloud.main.runtime.ts",
|
|
3593
|
-
"line":
|
|
4215
|
+
"line": 307,
|
|
3594
4216
|
"character": 22
|
|
3595
4217
|
},
|
|
3596
4218
|
"name": "string"
|
|
@@ -3601,7 +4223,7 @@
|
|
|
3601
4223
|
"__schema": "VariableLikeSchema",
|
|
3602
4224
|
"location": {
|
|
3603
4225
|
"filePath": "cloud.main.runtime.ts",
|
|
3604
|
-
"line":
|
|
4226
|
+
"line": 307,
|
|
3605
4227
|
"character": 30
|
|
3606
4228
|
},
|
|
3607
4229
|
"signature": "(property) machineName?: string | undefined",
|
|
@@ -3610,7 +4232,7 @@
|
|
|
3610
4232
|
"__schema": "KeywordTypeSchema",
|
|
3611
4233
|
"location": {
|
|
3612
4234
|
"filePath": "cloud.main.runtime.ts",
|
|
3613
|
-
"line":
|
|
4235
|
+
"line": 307,
|
|
3614
4236
|
"character": 44
|
|
3615
4237
|
},
|
|
3616
4238
|
"name": "string"
|
|
@@ -3621,7 +4243,7 @@
|
|
|
3621
4243
|
"__schema": "VariableLikeSchema",
|
|
3622
4244
|
"location": {
|
|
3623
4245
|
"filePath": "cloud.main.runtime.ts",
|
|
3624
|
-
"line":
|
|
4246
|
+
"line": 307,
|
|
3625
4247
|
"character": 52
|
|
3626
4248
|
},
|
|
3627
4249
|
"signature": "(property) cloudDomain?: string | undefined",
|
|
@@ -3630,7 +4252,7 @@
|
|
|
3630
4252
|
"__schema": "KeywordTypeSchema",
|
|
3631
4253
|
"location": {
|
|
3632
4254
|
"filePath": "cloud.main.runtime.ts",
|
|
3633
|
-
"line":
|
|
4255
|
+
"line": 307,
|
|
3634
4256
|
"character": 66
|
|
3635
4257
|
},
|
|
3636
4258
|
"name": "string"
|
|
@@ -3641,7 +4263,7 @@
|
|
|
3641
4263
|
"__schema": "InferenceTypeSchema",
|
|
3642
4264
|
"location": {
|
|
3643
4265
|
"filePath": "cloud.main.runtime.ts",
|
|
3644
|
-
"line":
|
|
4266
|
+
"line": 306,
|
|
3645
4267
|
"character": 11
|
|
3646
4268
|
},
|
|
3647
4269
|
"name": "portFromParams",
|
|
@@ -3656,7 +4278,7 @@
|
|
|
3656
4278
|
"__schema": "TypeRefSchema",
|
|
3657
4279
|
"location": {
|
|
3658
4280
|
"filePath": "cloud.main.runtime.ts",
|
|
3659
|
-
"line":
|
|
4281
|
+
"line": 307,
|
|
3660
4282
|
"character": 97
|
|
3661
4283
|
},
|
|
3662
4284
|
"name": "Promise",
|
|
@@ -3665,7 +4287,7 @@
|
|
|
3665
4287
|
"__schema": "TypeUnionSchema",
|
|
3666
4288
|
"location": {
|
|
3667
4289
|
"filePath": "cloud.main.runtime.ts",
|
|
3668
|
-
"line":
|
|
4290
|
+
"line": 307,
|
|
3669
4291
|
"character": 105
|
|
3670
4292
|
},
|
|
3671
4293
|
"types": [
|
|
@@ -3673,7 +4295,7 @@
|
|
|
3673
4295
|
"__schema": "KeywordTypeSchema",
|
|
3674
4296
|
"location": {
|
|
3675
4297
|
"filePath": "cloud.main.runtime.ts",
|
|
3676
|
-
"line":
|
|
4298
|
+
"line": 307,
|
|
3677
4299
|
"character": 105
|
|
3678
4300
|
},
|
|
3679
4301
|
"name": "string"
|
|
@@ -3682,7 +4304,7 @@
|
|
|
3682
4304
|
"__schema": "LiteralTypeSchema",
|
|
3683
4305
|
"location": {
|
|
3684
4306
|
"filePath": "cloud.main.runtime.ts",
|
|
3685
|
-
"line":
|
|
4307
|
+
"line": 307,
|
|
3686
4308
|
"character": 114
|
|
3687
4309
|
},
|
|
3688
4310
|
"name": "null"
|
|
@@ -3699,7 +4321,7 @@
|
|
|
3699
4321
|
"__schema": "FunctionLikeSchema",
|
|
3700
4322
|
"location": {
|
|
3701
4323
|
"filePath": "cloud.main.runtime.ts",
|
|
3702
|
-
"line":
|
|
4324
|
+
"line": 330,
|
|
3703
4325
|
"character": 3
|
|
3704
4326
|
},
|
|
3705
4327
|
"signature": "(method) CloudMain.logout(): void",
|
|
@@ -3709,7 +4331,7 @@
|
|
|
3709
4331
|
"__schema": "InferenceTypeSchema",
|
|
3710
4332
|
"location": {
|
|
3711
4333
|
"filePath": "cloud.main.runtime.ts",
|
|
3712
|
-
"line":
|
|
4334
|
+
"line": 330,
|
|
3713
4335
|
"character": 3
|
|
3714
4336
|
},
|
|
3715
4337
|
"type": "void"
|
|
@@ -3720,7 +4342,7 @@
|
|
|
3720
4342
|
"__schema": "FunctionLikeSchema",
|
|
3721
4343
|
"location": {
|
|
3722
4344
|
"filePath": "cloud.main.runtime.ts",
|
|
3723
|
-
"line":
|
|
4345
|
+
"line": 335,
|
|
3724
4346
|
"character": 3
|
|
3725
4347
|
},
|
|
3726
4348
|
"signature": "(method) CloudMain.whoami(): Promise<string | undefined>",
|
|
@@ -3730,7 +4352,7 @@
|
|
|
3730
4352
|
"__schema": "TypeRefSchema",
|
|
3731
4353
|
"location": {
|
|
3732
4354
|
"filePath": "cloud.main.runtime.ts",
|
|
3733
|
-
"line":
|
|
4355
|
+
"line": 335,
|
|
3734
4356
|
"character": 19
|
|
3735
4357
|
},
|
|
3736
4358
|
"name": "Promise",
|
|
@@ -3739,7 +4361,7 @@
|
|
|
3739
4361
|
"__schema": "TypeUnionSchema",
|
|
3740
4362
|
"location": {
|
|
3741
4363
|
"filePath": "cloud.main.runtime.ts",
|
|
3742
|
-
"line":
|
|
4364
|
+
"line": 335,
|
|
3743
4365
|
"character": 27
|
|
3744
4366
|
},
|
|
3745
4367
|
"types": [
|
|
@@ -3747,7 +4369,7 @@
|
|
|
3747
4369
|
"__schema": "KeywordTypeSchema",
|
|
3748
4370
|
"location": {
|
|
3749
4371
|
"filePath": "cloud.main.runtime.ts",
|
|
3750
|
-
"line":
|
|
4372
|
+
"line": 335,
|
|
3751
4373
|
"character": 27
|
|
3752
4374
|
},
|
|
3753
4375
|
"name": "string"
|
|
@@ -3756,7 +4378,7 @@
|
|
|
3756
4378
|
"__schema": "KeywordTypeSchema",
|
|
3757
4379
|
"location": {
|
|
3758
4380
|
"filePath": "cloud.main.runtime.ts",
|
|
3759
|
-
"line":
|
|
4381
|
+
"line": 335,
|
|
3760
4382
|
"character": 36
|
|
3761
4383
|
},
|
|
3762
4384
|
"name": "undefined"
|
|
@@ -3773,17 +4395,17 @@
|
|
|
3773
4395
|
"__schema": "FunctionLikeSchema",
|
|
3774
4396
|
"location": {
|
|
3775
4397
|
"filePath": "cloud.main.runtime.ts",
|
|
3776
|
-
"line":
|
|
4398
|
+
"line": 343,
|
|
3777
4399
|
"character": 3
|
|
3778
4400
|
},
|
|
3779
|
-
"signature": "(method) CloudMain.login(port?: string, suppressBrowserLaunch?: boolean, machineName?: string, cloudDomain?: string, redirectUrl?: string): Promise<{\n isAlreadyLoggedIn?: boolean;\n username?: string;\n token?: string;\n} | null>",
|
|
4401
|
+
"signature": "(method) CloudMain.login(port?: string, suppressBrowserLaunch?: boolean, machineName?: string, cloudDomain?: string, redirectUrl?: string): Promise<{\n isAlreadyLoggedIn?: boolean;\n username?: string;\n token?: string;\n npmrcUpdateResult?: {\n success?: boolean;\n error?: Error;\n configUpdates?: string;\n };\n} | null>",
|
|
3780
4402
|
"name": "login",
|
|
3781
4403
|
"params": [
|
|
3782
4404
|
{
|
|
3783
4405
|
"__schema": "ParameterSchema",
|
|
3784
4406
|
"location": {
|
|
3785
4407
|
"filePath": "cloud.main.runtime.ts",
|
|
3786
|
-
"line":
|
|
4408
|
+
"line": 344,
|
|
3787
4409
|
"character": 5
|
|
3788
4410
|
},
|
|
3789
4411
|
"name": "port",
|
|
@@ -3791,7 +4413,7 @@
|
|
|
3791
4413
|
"__schema": "KeywordTypeSchema",
|
|
3792
4414
|
"location": {
|
|
3793
4415
|
"filePath": "cloud.main.runtime.ts",
|
|
3794
|
-
"line":
|
|
4416
|
+
"line": 344,
|
|
3795
4417
|
"character": 12
|
|
3796
4418
|
},
|
|
3797
4419
|
"name": "string"
|
|
@@ -3803,7 +4425,7 @@
|
|
|
3803
4425
|
"__schema": "ParameterSchema",
|
|
3804
4426
|
"location": {
|
|
3805
4427
|
"filePath": "cloud.main.runtime.ts",
|
|
3806
|
-
"line":
|
|
4428
|
+
"line": 345,
|
|
3807
4429
|
"character": 5
|
|
3808
4430
|
},
|
|
3809
4431
|
"name": "suppressBrowserLaunch",
|
|
@@ -3811,7 +4433,7 @@
|
|
|
3811
4433
|
"__schema": "KeywordTypeSchema",
|
|
3812
4434
|
"location": {
|
|
3813
4435
|
"filePath": "cloud.main.runtime.ts",
|
|
3814
|
-
"line":
|
|
4436
|
+
"line": 345,
|
|
3815
4437
|
"character": 29
|
|
3816
4438
|
},
|
|
3817
4439
|
"name": "boolean"
|
|
@@ -3823,7 +4445,7 @@
|
|
|
3823
4445
|
"__schema": "ParameterSchema",
|
|
3824
4446
|
"location": {
|
|
3825
4447
|
"filePath": "cloud.main.runtime.ts",
|
|
3826
|
-
"line":
|
|
4448
|
+
"line": 346,
|
|
3827
4449
|
"character": 5
|
|
3828
4450
|
},
|
|
3829
4451
|
"name": "machineName",
|
|
@@ -3831,7 +4453,7 @@
|
|
|
3831
4453
|
"__schema": "KeywordTypeSchema",
|
|
3832
4454
|
"location": {
|
|
3833
4455
|
"filePath": "cloud.main.runtime.ts",
|
|
3834
|
-
"line":
|
|
4456
|
+
"line": 346,
|
|
3835
4457
|
"character": 19
|
|
3836
4458
|
},
|
|
3837
4459
|
"name": "string"
|
|
@@ -3843,7 +4465,7 @@
|
|
|
3843
4465
|
"__schema": "ParameterSchema",
|
|
3844
4466
|
"location": {
|
|
3845
4467
|
"filePath": "cloud.main.runtime.ts",
|
|
3846
|
-
"line":
|
|
4468
|
+
"line": 347,
|
|
3847
4469
|
"character": 5
|
|
3848
4470
|
},
|
|
3849
4471
|
"name": "cloudDomain",
|
|
@@ -3851,7 +4473,7 @@
|
|
|
3851
4473
|
"__schema": "KeywordTypeSchema",
|
|
3852
4474
|
"location": {
|
|
3853
4475
|
"filePath": "cloud.main.runtime.ts",
|
|
3854
|
-
"line":
|
|
4476
|
+
"line": 347,
|
|
3855
4477
|
"character": 19
|
|
3856
4478
|
},
|
|
3857
4479
|
"name": "string"
|
|
@@ -3863,7 +4485,7 @@
|
|
|
3863
4485
|
"__schema": "ParameterSchema",
|
|
3864
4486
|
"location": {
|
|
3865
4487
|
"filePath": "cloud.main.runtime.ts",
|
|
3866
|
-
"line":
|
|
4488
|
+
"line": 348,
|
|
3867
4489
|
"character": 5
|
|
3868
4490
|
},
|
|
3869
4491
|
"name": "redirectUrl",
|
|
@@ -3871,7 +4493,7 @@
|
|
|
3871
4493
|
"__schema": "KeywordTypeSchema",
|
|
3872
4494
|
"location": {
|
|
3873
4495
|
"filePath": "cloud.main.runtime.ts",
|
|
3874
|
-
"line":
|
|
4496
|
+
"line": 348,
|
|
3875
4497
|
"character": 19
|
|
3876
4498
|
},
|
|
3877
4499
|
"name": "string"
|
|
@@ -3884,7 +4506,7 @@
|
|
|
3884
4506
|
"__schema": "TypeRefSchema",
|
|
3885
4507
|
"location": {
|
|
3886
4508
|
"filePath": "cloud.main.runtime.ts",
|
|
3887
|
-
"line":
|
|
4509
|
+
"line": 349,
|
|
3888
4510
|
"character": 6
|
|
3889
4511
|
},
|
|
3890
4512
|
"name": "Promise",
|
|
@@ -3893,7 +4515,7 @@
|
|
|
3893
4515
|
"__schema": "TypeUnionSchema",
|
|
3894
4516
|
"location": {
|
|
3895
4517
|
"filePath": "cloud.main.runtime.ts",
|
|
3896
|
-
"line":
|
|
4518
|
+
"line": 349,
|
|
3897
4519
|
"character": 14
|
|
3898
4520
|
},
|
|
3899
4521
|
"types": [
|
|
@@ -3901,7 +4523,7 @@
|
|
|
3901
4523
|
"__schema": "TypeLiteralSchema",
|
|
3902
4524
|
"location": {
|
|
3903
4525
|
"filePath": "cloud.main.runtime.ts",
|
|
3904
|
-
"line":
|
|
4526
|
+
"line": 349,
|
|
3905
4527
|
"character": 14
|
|
3906
4528
|
},
|
|
3907
4529
|
"members": [
|
|
@@ -3909,7 +4531,7 @@
|
|
|
3909
4531
|
"__schema": "VariableLikeSchema",
|
|
3910
4532
|
"location": {
|
|
3911
4533
|
"filePath": "cloud.main.runtime.ts",
|
|
3912
|
-
"line":
|
|
4534
|
+
"line": 350,
|
|
3913
4535
|
"character": 5
|
|
3914
4536
|
},
|
|
3915
4537
|
"signature": "(property) isAlreadyLoggedIn?: boolean | undefined",
|
|
@@ -3918,7 +4540,7 @@
|
|
|
3918
4540
|
"__schema": "KeywordTypeSchema",
|
|
3919
4541
|
"location": {
|
|
3920
4542
|
"filePath": "cloud.main.runtime.ts",
|
|
3921
|
-
"line":
|
|
4543
|
+
"line": 350,
|
|
3922
4544
|
"character": 25
|
|
3923
4545
|
},
|
|
3924
4546
|
"name": "boolean"
|
|
@@ -3929,7 +4551,7 @@
|
|
|
3929
4551
|
"__schema": "VariableLikeSchema",
|
|
3930
4552
|
"location": {
|
|
3931
4553
|
"filePath": "cloud.main.runtime.ts",
|
|
3932
|
-
"line":
|
|
4554
|
+
"line": 351,
|
|
3933
4555
|
"character": 5
|
|
3934
4556
|
},
|
|
3935
4557
|
"signature": "(property) username?: string | undefined",
|
|
@@ -3938,7 +4560,7 @@
|
|
|
3938
4560
|
"__schema": "KeywordTypeSchema",
|
|
3939
4561
|
"location": {
|
|
3940
4562
|
"filePath": "cloud.main.runtime.ts",
|
|
3941
|
-
"line":
|
|
4563
|
+
"line": 351,
|
|
3942
4564
|
"character": 16
|
|
3943
4565
|
},
|
|
3944
4566
|
"name": "string"
|
|
@@ -3949,7 +4571,7 @@
|
|
|
3949
4571
|
"__schema": "VariableLikeSchema",
|
|
3950
4572
|
"location": {
|
|
3951
4573
|
"filePath": "cloud.main.runtime.ts",
|
|
3952
|
-
"line":
|
|
4574
|
+
"line": 352,
|
|
3953
4575
|
"character": 5
|
|
3954
4576
|
},
|
|
3955
4577
|
"signature": "(property) token?: string | undefined",
|
|
@@ -3958,12 +4580,93 @@
|
|
|
3958
4580
|
"__schema": "KeywordTypeSchema",
|
|
3959
4581
|
"location": {
|
|
3960
4582
|
"filePath": "cloud.main.runtime.ts",
|
|
3961
|
-
"line":
|
|
4583
|
+
"line": 352,
|
|
3962
4584
|
"character": 13
|
|
3963
4585
|
},
|
|
3964
4586
|
"name": "string"
|
|
3965
4587
|
},
|
|
3966
4588
|
"isOptional": true
|
|
4589
|
+
},
|
|
4590
|
+
{
|
|
4591
|
+
"__schema": "VariableLikeSchema",
|
|
4592
|
+
"location": {
|
|
4593
|
+
"filePath": "cloud.main.runtime.ts",
|
|
4594
|
+
"line": 353,
|
|
4595
|
+
"character": 5
|
|
4596
|
+
},
|
|
4597
|
+
"signature": "(property) npmrcUpdateResult?: {\n success?: boolean | undefined;\n error?: Error | undefined;\n configUpdates?: string | undefined;\n} | undefined",
|
|
4598
|
+
"name": "npmrcUpdateResult",
|
|
4599
|
+
"type": {
|
|
4600
|
+
"__schema": "TypeLiteralSchema",
|
|
4601
|
+
"location": {
|
|
4602
|
+
"filePath": "cloud.main.runtime.ts",
|
|
4603
|
+
"line": 353,
|
|
4604
|
+
"character": 25
|
|
4605
|
+
},
|
|
4606
|
+
"members": [
|
|
4607
|
+
{
|
|
4608
|
+
"__schema": "VariableLikeSchema",
|
|
4609
|
+
"location": {
|
|
4610
|
+
"filePath": "cloud.main.runtime.ts",
|
|
4611
|
+
"line": 354,
|
|
4612
|
+
"character": 7
|
|
4613
|
+
},
|
|
4614
|
+
"signature": "(property) success?: boolean | undefined",
|
|
4615
|
+
"name": "success",
|
|
4616
|
+
"type": {
|
|
4617
|
+
"__schema": "KeywordTypeSchema",
|
|
4618
|
+
"location": {
|
|
4619
|
+
"filePath": "cloud.main.runtime.ts",
|
|
4620
|
+
"line": 354,
|
|
4621
|
+
"character": 17
|
|
4622
|
+
},
|
|
4623
|
+
"name": "boolean"
|
|
4624
|
+
},
|
|
4625
|
+
"isOptional": true
|
|
4626
|
+
},
|
|
4627
|
+
{
|
|
4628
|
+
"__schema": "VariableLikeSchema",
|
|
4629
|
+
"location": {
|
|
4630
|
+
"filePath": "cloud.main.runtime.ts",
|
|
4631
|
+
"line": 355,
|
|
4632
|
+
"character": 7
|
|
4633
|
+
},
|
|
4634
|
+
"signature": "(property) error?: Error | undefined",
|
|
4635
|
+
"name": "error",
|
|
4636
|
+
"type": {
|
|
4637
|
+
"__schema": "TypeRefSchema",
|
|
4638
|
+
"location": {
|
|
4639
|
+
"filePath": "cloud.main.runtime.ts",
|
|
4640
|
+
"line": 355,
|
|
4641
|
+
"character": 15
|
|
4642
|
+
},
|
|
4643
|
+
"name": "Error"
|
|
4644
|
+
},
|
|
4645
|
+
"isOptional": true
|
|
4646
|
+
},
|
|
4647
|
+
{
|
|
4648
|
+
"__schema": "VariableLikeSchema",
|
|
4649
|
+
"location": {
|
|
4650
|
+
"filePath": "cloud.main.runtime.ts",
|
|
4651
|
+
"line": 356,
|
|
4652
|
+
"character": 7
|
|
4653
|
+
},
|
|
4654
|
+
"signature": "(property) configUpdates?: string | undefined",
|
|
4655
|
+
"name": "configUpdates",
|
|
4656
|
+
"type": {
|
|
4657
|
+
"__schema": "KeywordTypeSchema",
|
|
4658
|
+
"location": {
|
|
4659
|
+
"filePath": "cloud.main.runtime.ts",
|
|
4660
|
+
"line": 356,
|
|
4661
|
+
"character": 23
|
|
4662
|
+
},
|
|
4663
|
+
"name": "string"
|
|
4664
|
+
},
|
|
4665
|
+
"isOptional": true
|
|
4666
|
+
}
|
|
4667
|
+
]
|
|
4668
|
+
},
|
|
4669
|
+
"isOptional": true
|
|
3967
4670
|
}
|
|
3968
4671
|
]
|
|
3969
4672
|
},
|
|
@@ -3971,7 +4674,7 @@
|
|
|
3971
4674
|
"__schema": "LiteralTypeSchema",
|
|
3972
4675
|
"location": {
|
|
3973
4676
|
"filePath": "cloud.main.runtime.ts",
|
|
3974
|
-
"line":
|
|
4677
|
+
"line": 358,
|
|
3975
4678
|
"character": 7
|
|
3976
4679
|
},
|
|
3977
4680
|
"name": "null"
|
|
@@ -3988,7 +4691,7 @@
|
|
|
3988
4691
|
"__schema": "VariableLikeSchema",
|
|
3989
4692
|
"location": {
|
|
3990
4693
|
"filePath": "cloud.main.runtime.ts",
|
|
3991
|
-
"line":
|
|
4694
|
+
"line": 410,
|
|
3992
4695
|
"character": 3
|
|
3993
4696
|
},
|
|
3994
4697
|
"signature": "(property) CloudMain.GET_SCOPES: string",
|
|
@@ -3997,7 +4700,7 @@
|
|
|
3997
4700
|
"__schema": "InferenceTypeSchema",
|
|
3998
4701
|
"location": {
|
|
3999
4702
|
"filePath": "cloud.main.runtime.ts",
|
|
4000
|
-
"line":
|
|
4703
|
+
"line": 410,
|
|
4001
4704
|
"character": 3
|
|
4002
4705
|
},
|
|
4003
4706
|
"type": "string"
|
|
@@ -4009,7 +4712,7 @@
|
|
|
4009
4712
|
"__schema": "VariableLikeSchema",
|
|
4010
4713
|
"location": {
|
|
4011
4714
|
"filePath": "cloud.main.runtime.ts",
|
|
4012
|
-
"line":
|
|
4715
|
+
"line": 422,
|
|
4013
4716
|
"character": 3
|
|
4014
4717
|
},
|
|
4015
4718
|
"signature": "(property) CloudMain.GET_CURRENT_USER: string",
|
|
@@ -4018,7 +4721,7 @@
|
|
|
4018
4721
|
"__schema": "InferenceTypeSchema",
|
|
4019
4722
|
"location": {
|
|
4020
4723
|
"filePath": "cloud.main.runtime.ts",
|
|
4021
|
-
"line":
|
|
4724
|
+
"line": 422,
|
|
4022
4725
|
"character": 3
|
|
4023
4726
|
},
|
|
4024
4727
|
"type": "string"
|
|
@@ -4026,11 +4729,53 @@
|
|
|
4026
4729
|
"isOptional": true,
|
|
4027
4730
|
"defaultValue": "`\n query GET_ME {\n me {\n id\n username\n image\n displayName\n }\n }\n `"
|
|
4028
4731
|
},
|
|
4732
|
+
{
|
|
4733
|
+
"__schema": "VariableLikeSchema",
|
|
4734
|
+
"location": {
|
|
4735
|
+
"filePath": "cloud.main.runtime.ts",
|
|
4736
|
+
"line": 432,
|
|
4737
|
+
"character": 3
|
|
4738
|
+
},
|
|
4739
|
+
"signature": "(property) CloudMain.GET_USER_ORGANIZATIONS: string",
|
|
4740
|
+
"name": "GET_USER_ORGANIZATIONS",
|
|
4741
|
+
"type": {
|
|
4742
|
+
"__schema": "InferenceTypeSchema",
|
|
4743
|
+
"location": {
|
|
4744
|
+
"filePath": "cloud.main.runtime.ts",
|
|
4745
|
+
"line": 432,
|
|
4746
|
+
"character": 3
|
|
4747
|
+
},
|
|
4748
|
+
"type": "string"
|
|
4749
|
+
},
|
|
4750
|
+
"isOptional": true,
|
|
4751
|
+
"defaultValue": "`\n query GET_USER_ORGANIZATIONS {\n getUserOrganizations {\n id\n name\n } \n }\n `"
|
|
4752
|
+
},
|
|
4753
|
+
{
|
|
4754
|
+
"__schema": "VariableLikeSchema",
|
|
4755
|
+
"location": {
|
|
4756
|
+
"filePath": "cloud.main.runtime.ts",
|
|
4757
|
+
"line": 441,
|
|
4758
|
+
"character": 3
|
|
4759
|
+
},
|
|
4760
|
+
"signature": "(property) CloudMain.PRESET_ORGS: string[]",
|
|
4761
|
+
"name": "PRESET_ORGS",
|
|
4762
|
+
"type": {
|
|
4763
|
+
"__schema": "InferenceTypeSchema",
|
|
4764
|
+
"location": {
|
|
4765
|
+
"filePath": "cloud.main.runtime.ts",
|
|
4766
|
+
"line": 441,
|
|
4767
|
+
"character": 3
|
|
4768
|
+
},
|
|
4769
|
+
"type": "string[]"
|
|
4770
|
+
},
|
|
4771
|
+
"isOptional": true,
|
|
4772
|
+
"defaultValue": "['bitdev', 'teambit', 'bitdesign', 'frontend', 'backend']"
|
|
4773
|
+
},
|
|
4029
4774
|
{
|
|
4030
4775
|
"__schema": "FunctionLikeSchema",
|
|
4031
4776
|
"location": {
|
|
4032
4777
|
"filePath": "cloud.main.runtime.ts",
|
|
4033
|
-
"line":
|
|
4778
|
+
"line": 443,
|
|
4034
4779
|
"character": 3
|
|
4035
4780
|
},
|
|
4036
4781
|
"signature": "(method) CloudMain.getCloudScopes(scopes: string[]): Promise<ScopeDescriptor[]>",
|
|
@@ -4040,7 +4785,7 @@
|
|
|
4040
4785
|
"__schema": "ParameterSchema",
|
|
4041
4786
|
"location": {
|
|
4042
4787
|
"filePath": "cloud.main.runtime.ts",
|
|
4043
|
-
"line":
|
|
4788
|
+
"line": 443,
|
|
4044
4789
|
"character": 24
|
|
4045
4790
|
},
|
|
4046
4791
|
"name": "scopes",
|
|
@@ -4048,14 +4793,14 @@
|
|
|
4048
4793
|
"__schema": "TypeArraySchema",
|
|
4049
4794
|
"location": {
|
|
4050
4795
|
"filePath": "cloud.main.runtime.ts",
|
|
4051
|
-
"line":
|
|
4796
|
+
"line": 443,
|
|
4052
4797
|
"character": 32
|
|
4053
4798
|
},
|
|
4054
4799
|
"type": {
|
|
4055
4800
|
"__schema": "KeywordTypeSchema",
|
|
4056
4801
|
"location": {
|
|
4057
4802
|
"filePath": "cloud.main.runtime.ts",
|
|
4058
|
-
"line":
|
|
4803
|
+
"line": 443,
|
|
4059
4804
|
"character": 32
|
|
4060
4805
|
},
|
|
4061
4806
|
"name": "string"
|
|
@@ -4069,7 +4814,7 @@
|
|
|
4069
4814
|
"__schema": "TypeRefSchema",
|
|
4070
4815
|
"location": {
|
|
4071
4816
|
"filePath": "cloud.main.runtime.ts",
|
|
4072
|
-
"line":
|
|
4817
|
+
"line": 443,
|
|
4073
4818
|
"character": 43
|
|
4074
4819
|
},
|
|
4075
4820
|
"name": "Promise",
|
|
@@ -4078,14 +4823,14 @@
|
|
|
4078
4823
|
"__schema": "TypeArraySchema",
|
|
4079
4824
|
"location": {
|
|
4080
4825
|
"filePath": "cloud.main.runtime.ts",
|
|
4081
|
-
"line":
|
|
4826
|
+
"line": 443,
|
|
4082
4827
|
"character": 51
|
|
4083
4828
|
},
|
|
4084
4829
|
"type": {
|
|
4085
4830
|
"__schema": "TypeRefSchema",
|
|
4086
4831
|
"location": {
|
|
4087
4832
|
"filePath": "cloud.main.runtime.ts",
|
|
4088
|
-
"line":
|
|
4833
|
+
"line": 443,
|
|
4089
4834
|
"character": 51
|
|
4090
4835
|
},
|
|
4091
4836
|
"name": "ScopeDescriptor"
|
|
@@ -4101,7 +4846,7 @@
|
|
|
4101
4846
|
"__schema": "FunctionLikeSchema",
|
|
4102
4847
|
"location": {
|
|
4103
4848
|
"filePath": "cloud.main.runtime.ts",
|
|
4104
|
-
"line":
|
|
4849
|
+
"line": 462,
|
|
4105
4850
|
"character": 3
|
|
4106
4851
|
},
|
|
4107
4852
|
"signature": "(method) CloudMain.getCurrentUser(): Promise<CloudUser | null>",
|
|
@@ -4111,7 +4856,7 @@
|
|
|
4111
4856
|
"__schema": "TypeRefSchema",
|
|
4112
4857
|
"location": {
|
|
4113
4858
|
"filePath": "cloud.main.runtime.ts",
|
|
4114
|
-
"line":
|
|
4859
|
+
"line": 462,
|
|
4115
4860
|
"character": 27
|
|
4116
4861
|
},
|
|
4117
4862
|
"name": "Promise",
|
|
@@ -4120,7 +4865,7 @@
|
|
|
4120
4865
|
"__schema": "TypeUnionSchema",
|
|
4121
4866
|
"location": {
|
|
4122
4867
|
"filePath": "cloud.main.runtime.ts",
|
|
4123
|
-
"line":
|
|
4868
|
+
"line": 462,
|
|
4124
4869
|
"character": 35
|
|
4125
4870
|
},
|
|
4126
4871
|
"types": [
|
|
@@ -4128,7 +4873,7 @@
|
|
|
4128
4873
|
"__schema": "TypeRefSchema",
|
|
4129
4874
|
"location": {
|
|
4130
4875
|
"filePath": "cloud.main.runtime.ts",
|
|
4131
|
-
"line":
|
|
4876
|
+
"line": 462,
|
|
4132
4877
|
"character": 35
|
|
4133
4878
|
},
|
|
4134
4879
|
"name": "CloudUser"
|
|
@@ -4137,7 +4882,7 @@
|
|
|
4137
4882
|
"__schema": "LiteralTypeSchema",
|
|
4138
4883
|
"location": {
|
|
4139
4884
|
"filePath": "cloud.main.runtime.ts",
|
|
4140
|
-
"line":
|
|
4885
|
+
"line": 462,
|
|
4141
4886
|
"character": 47
|
|
4142
4887
|
},
|
|
4143
4888
|
"name": "null"
|
|
@@ -4154,7 +4899,68 @@
|
|
|
4154
4899
|
"__schema": "FunctionLikeSchema",
|
|
4155
4900
|
"location": {
|
|
4156
4901
|
"filePath": "cloud.main.runtime.ts",
|
|
4157
|
-
"line":
|
|
4902
|
+
"line": 474,
|
|
4903
|
+
"character": 3
|
|
4904
|
+
},
|
|
4905
|
+
"signature": "(method) CloudMain.getUserOrganizations(): Promise<CloudOrganization[] | null>",
|
|
4906
|
+
"name": "getUserOrganizations",
|
|
4907
|
+
"params": [],
|
|
4908
|
+
"returnType": {
|
|
4909
|
+
"__schema": "TypeRefSchema",
|
|
4910
|
+
"location": {
|
|
4911
|
+
"filePath": "cloud.main.runtime.ts",
|
|
4912
|
+
"line": 474,
|
|
4913
|
+
"character": 33
|
|
4914
|
+
},
|
|
4915
|
+
"name": "Promise",
|
|
4916
|
+
"typeArgs": [
|
|
4917
|
+
{
|
|
4918
|
+
"__schema": "TypeUnionSchema",
|
|
4919
|
+
"location": {
|
|
4920
|
+
"filePath": "cloud.main.runtime.ts",
|
|
4921
|
+
"line": 474,
|
|
4922
|
+
"character": 41
|
|
4923
|
+
},
|
|
4924
|
+
"types": [
|
|
4925
|
+
{
|
|
4926
|
+
"__schema": "TypeArraySchema",
|
|
4927
|
+
"location": {
|
|
4928
|
+
"filePath": "cloud.main.runtime.ts",
|
|
4929
|
+
"line": 474,
|
|
4930
|
+
"character": 41
|
|
4931
|
+
},
|
|
4932
|
+
"type": {
|
|
4933
|
+
"__schema": "TypeRefSchema",
|
|
4934
|
+
"location": {
|
|
4935
|
+
"filePath": "cloud.main.runtime.ts",
|
|
4936
|
+
"line": 474,
|
|
4937
|
+
"character": 41
|
|
4938
|
+
},
|
|
4939
|
+
"name": "CloudOrganization"
|
|
4940
|
+
}
|
|
4941
|
+
},
|
|
4942
|
+
{
|
|
4943
|
+
"__schema": "LiteralTypeSchema",
|
|
4944
|
+
"location": {
|
|
4945
|
+
"filePath": "cloud.main.runtime.ts",
|
|
4946
|
+
"line": 474,
|
|
4947
|
+
"character": 63
|
|
4948
|
+
},
|
|
4949
|
+
"name": "null"
|
|
4950
|
+
}
|
|
4951
|
+
]
|
|
4952
|
+
}
|
|
4953
|
+
]
|
|
4954
|
+
},
|
|
4955
|
+
"modifiers": [
|
|
4956
|
+
"async"
|
|
4957
|
+
]
|
|
4958
|
+
},
|
|
4959
|
+
{
|
|
4960
|
+
"__schema": "FunctionLikeSchema",
|
|
4961
|
+
"location": {
|
|
4962
|
+
"filePath": "cloud.main.runtime.ts",
|
|
4963
|
+
"line": 483,
|
|
4158
4964
|
"character": 3
|
|
4159
4965
|
},
|
|
4160
4966
|
"signature": "(method) CloudMain.fetchFromSymphonyViaGQL<T>(query: string, variables?: Record<string, any>): Promise<T | null>",
|
|
@@ -4164,7 +4970,7 @@
|
|
|
4164
4970
|
"__schema": "ParameterSchema",
|
|
4165
4971
|
"location": {
|
|
4166
4972
|
"filePath": "cloud.main.runtime.ts",
|
|
4167
|
-
"line":
|
|
4973
|
+
"line": 483,
|
|
4168
4974
|
"character": 36
|
|
4169
4975
|
},
|
|
4170
4976
|
"name": "query",
|
|
@@ -4172,7 +4978,7 @@
|
|
|
4172
4978
|
"__schema": "KeywordTypeSchema",
|
|
4173
4979
|
"location": {
|
|
4174
4980
|
"filePath": "cloud.main.runtime.ts",
|
|
4175
|
-
"line":
|
|
4981
|
+
"line": 483,
|
|
4176
4982
|
"character": 43
|
|
4177
4983
|
},
|
|
4178
4984
|
"name": "string"
|
|
@@ -4184,7 +4990,7 @@
|
|
|
4184
4990
|
"__schema": "ParameterSchema",
|
|
4185
4991
|
"location": {
|
|
4186
4992
|
"filePath": "cloud.main.runtime.ts",
|
|
4187
|
-
"line":
|
|
4993
|
+
"line": 483,
|
|
4188
4994
|
"character": 51
|
|
4189
4995
|
},
|
|
4190
4996
|
"name": "variables",
|
|
@@ -4192,7 +4998,7 @@
|
|
|
4192
4998
|
"__schema": "TypeRefSchema",
|
|
4193
4999
|
"location": {
|
|
4194
5000
|
"filePath": "cloud.main.runtime.ts",
|
|
4195
|
-
"line":
|
|
5001
|
+
"line": 483,
|
|
4196
5002
|
"character": 63
|
|
4197
5003
|
},
|
|
4198
5004
|
"name": "Record",
|
|
@@ -4201,7 +5007,7 @@
|
|
|
4201
5007
|
"__schema": "KeywordTypeSchema",
|
|
4202
5008
|
"location": {
|
|
4203
5009
|
"filePath": "cloud.main.runtime.ts",
|
|
4204
|
-
"line":
|
|
5010
|
+
"line": 483,
|
|
4205
5011
|
"character": 70
|
|
4206
5012
|
},
|
|
4207
5013
|
"name": "string"
|
|
@@ -4210,7 +5016,7 @@
|
|
|
4210
5016
|
"__schema": "KeywordTypeSchema",
|
|
4211
5017
|
"location": {
|
|
4212
5018
|
"filePath": "cloud.main.runtime.ts",
|
|
4213
|
-
"line":
|
|
5019
|
+
"line": 483,
|
|
4214
5020
|
"character": 78
|
|
4215
5021
|
},
|
|
4216
5022
|
"name": "any"
|
|
@@ -4225,7 +5031,7 @@
|
|
|
4225
5031
|
"__schema": "TypeRefSchema",
|
|
4226
5032
|
"location": {
|
|
4227
5033
|
"filePath": "cloud.main.runtime.ts",
|
|
4228
|
-
"line":
|
|
5034
|
+
"line": 483,
|
|
4229
5035
|
"character": 85
|
|
4230
5036
|
},
|
|
4231
5037
|
"name": "Promise",
|
|
@@ -4234,7 +5040,7 @@
|
|
|
4234
5040
|
"__schema": "TypeUnionSchema",
|
|
4235
5041
|
"location": {
|
|
4236
5042
|
"filePath": "cloud.main.runtime.ts",
|
|
4237
|
-
"line":
|
|
5043
|
+
"line": 483,
|
|
4238
5044
|
"character": 93
|
|
4239
5045
|
},
|
|
4240
5046
|
"types": [
|
|
@@ -4242,7 +5048,7 @@
|
|
|
4242
5048
|
"__schema": "TypeRefSchema",
|
|
4243
5049
|
"location": {
|
|
4244
5050
|
"filePath": "cloud.main.runtime.ts",
|
|
4245
|
-
"line":
|
|
5051
|
+
"line": 483,
|
|
4246
5052
|
"character": 93
|
|
4247
5053
|
},
|
|
4248
5054
|
"name": "T"
|
|
@@ -4251,7 +5057,7 @@
|
|
|
4251
5057
|
"__schema": "LiteralTypeSchema",
|
|
4252
5058
|
"location": {
|
|
4253
5059
|
"filePath": "cloud.main.runtime.ts",
|
|
4254
|
-
"line":
|
|
5060
|
+
"line": 483,
|
|
4255
5061
|
"character": 97
|
|
4256
5062
|
},
|
|
4257
5063
|
"name": "null"
|
|
@@ -4271,7 +5077,7 @@
|
|
|
4271
5077
|
"__schema": "VariableLikeSchema",
|
|
4272
5078
|
"location": {
|
|
4273
5079
|
"filePath": "cloud.main.runtime.ts",
|
|
4274
|
-
"line":
|
|
5080
|
+
"line": 510,
|
|
4275
5081
|
"character": 3
|
|
4276
5082
|
},
|
|
4277
5083
|
"signature": "(property) CloudMain.slots: ((registerFn: () => string) => SlotRegistry<OnSuccessLogin>)[]",
|
|
@@ -4280,7 +5086,7 @@
|
|
|
4280
5086
|
"__schema": "InferenceTypeSchema",
|
|
4281
5087
|
"location": {
|
|
4282
5088
|
"filePath": "cloud.main.runtime.ts",
|
|
4283
|
-
"line":
|
|
5089
|
+
"line": 510,
|
|
4284
5090
|
"character": 3
|
|
4285
5091
|
},
|
|
4286
5092
|
"type": "((registerFn: () => string) => SlotRegistry<OnSuccessLogin>)[]"
|
|
@@ -4292,7 +5098,7 @@
|
|
|
4292
5098
|
"__schema": "VariableLikeSchema",
|
|
4293
5099
|
"location": {
|
|
4294
5100
|
"filePath": "cloud.main.runtime.ts",
|
|
4295
|
-
"line":
|
|
5101
|
+
"line": 511,
|
|
4296
5102
|
"character": 3
|
|
4297
5103
|
},
|
|
4298
5104
|
"signature": "(property) CloudMain.dependencies: Aspect[]",
|
|
@@ -4301,7 +5107,7 @@
|
|
|
4301
5107
|
"__schema": "InferenceTypeSchema",
|
|
4302
5108
|
"location": {
|
|
4303
5109
|
"filePath": "cloud.main.runtime.ts",
|
|
4304
|
-
"line":
|
|
5110
|
+
"line": 511,
|
|
4305
5111
|
"character": 3
|
|
4306
5112
|
},
|
|
4307
5113
|
"type": "Aspect[]"
|
|
@@ -4313,7 +5119,7 @@
|
|
|
4313
5119
|
"__schema": "VariableLikeSchema",
|
|
4314
5120
|
"location": {
|
|
4315
5121
|
"filePath": "cloud.main.runtime.ts",
|
|
4316
|
-
"line":
|
|
5122
|
+
"line": 521,
|
|
4317
5123
|
"character": 3
|
|
4318
5124
|
},
|
|
4319
5125
|
"signature": "(property) CloudMain.runtime: RuntimeDefinition",
|
|
@@ -4322,7 +5128,7 @@
|
|
|
4322
5128
|
"__schema": "InferenceTypeSchema",
|
|
4323
5129
|
"location": {
|
|
4324
5130
|
"filePath": "cloud.main.runtime.ts",
|
|
4325
|
-
"line":
|
|
5131
|
+
"line": 521,
|
|
4326
5132
|
"character": 3
|
|
4327
5133
|
},
|
|
4328
5134
|
"type": "RuntimeDefinition"
|
|
@@ -4334,7 +5140,7 @@
|
|
|
4334
5140
|
"__schema": "VariableLikeSchema",
|
|
4335
5141
|
"location": {
|
|
4336
5142
|
"filePath": "cloud.main.runtime.ts",
|
|
4337
|
-
"line":
|
|
5143
|
+
"line": 522,
|
|
4338
5144
|
"character": 3
|
|
4339
5145
|
},
|
|
4340
5146
|
"signature": "(property) CloudMain.defaultConfig: CloudWorkspaceConfig",
|
|
@@ -4343,7 +5149,7 @@
|
|
|
4343
5149
|
"__schema": "TypeRefSchema",
|
|
4344
5150
|
"location": {
|
|
4345
5151
|
"filePath": "cloud.main.runtime.ts",
|
|
4346
|
-
"line":
|
|
5152
|
+
"line": 522,
|
|
4347
5153
|
"character": 3
|
|
4348
5154
|
},
|
|
4349
5155
|
"name": "CloudWorkspaceConfig",
|
|
@@ -4356,7 +5162,7 @@
|
|
|
4356
5162
|
"__schema": "FunctionLikeSchema",
|
|
4357
5163
|
"location": {
|
|
4358
5164
|
"filePath": "cloud.main.runtime.ts",
|
|
4359
|
-
"line":
|
|
5165
|
+
"line": 534,
|
|
4360
5166
|
"character": 3
|
|
4361
5167
|
},
|
|
4362
5168
|
"signature": "(method) CloudMain.provider([loggerMain, graphql, express, workspace, scope, globalConfig, cli, ui]: [\n LoggerMain,\n GraphqlMain,\n ExpressMain,\n Workspace,\n ScopeMain,\n GlobalConfigMain,\n CLIMain,\n UiMain\n], config: CloudWorkspaceConfig, [onSuccessLoginSlot]: [OnSuccessLoginSlot]): Promise<CloudMain>",
|
|
@@ -4366,7 +5172,7 @@
|
|
|
4366
5172
|
"__schema": "ParameterSchema",
|
|
4367
5173
|
"location": {
|
|
4368
5174
|
"filePath": "cloud.main.runtime.ts",
|
|
4369
|
-
"line":
|
|
5175
|
+
"line": 535,
|
|
4370
5176
|
"character": 5
|
|
4371
5177
|
},
|
|
4372
5178
|
"name": "[ loggerMain, graphql, express, workspace, scope, globalConfig, cli, ui ]",
|
|
@@ -4374,7 +5180,7 @@
|
|
|
4374
5180
|
"__schema": "TupleTypeSchema",
|
|
4375
5181
|
"location": {
|
|
4376
5182
|
"filePath": "cloud.main.runtime.ts",
|
|
4377
|
-
"line":
|
|
5183
|
+
"line": 535,
|
|
4378
5184
|
"character": 78
|
|
4379
5185
|
},
|
|
4380
5186
|
"elements": [
|
|
@@ -4382,7 +5188,7 @@
|
|
|
4382
5188
|
"__schema": "TypeRefSchema",
|
|
4383
5189
|
"location": {
|
|
4384
5190
|
"filePath": "cloud.main.runtime.ts",
|
|
4385
|
-
"line":
|
|
5191
|
+
"line": 536,
|
|
4386
5192
|
"character": 7
|
|
4387
5193
|
},
|
|
4388
5194
|
"name": "LoggerMain"
|
|
@@ -4391,7 +5197,7 @@
|
|
|
4391
5197
|
"__schema": "TypeRefSchema",
|
|
4392
5198
|
"location": {
|
|
4393
5199
|
"filePath": "cloud.main.runtime.ts",
|
|
4394
|
-
"line":
|
|
5200
|
+
"line": 537,
|
|
4395
5201
|
"character": 7
|
|
4396
5202
|
},
|
|
4397
5203
|
"name": "GraphqlMain"
|
|
@@ -4400,7 +5206,7 @@
|
|
|
4400
5206
|
"__schema": "TypeRefSchema",
|
|
4401
5207
|
"location": {
|
|
4402
5208
|
"filePath": "cloud.main.runtime.ts",
|
|
4403
|
-
"line":
|
|
5209
|
+
"line": 538,
|
|
4404
5210
|
"character": 7
|
|
4405
5211
|
},
|
|
4406
5212
|
"name": "ExpressMain"
|
|
@@ -4409,7 +5215,7 @@
|
|
|
4409
5215
|
"__schema": "TypeRefSchema",
|
|
4410
5216
|
"location": {
|
|
4411
5217
|
"filePath": "cloud.main.runtime.ts",
|
|
4412
|
-
"line":
|
|
5218
|
+
"line": 539,
|
|
4413
5219
|
"character": 7
|
|
4414
5220
|
},
|
|
4415
5221
|
"name": "Workspace"
|
|
@@ -4418,7 +5224,7 @@
|
|
|
4418
5224
|
"__schema": "TypeRefSchema",
|
|
4419
5225
|
"location": {
|
|
4420
5226
|
"filePath": "cloud.main.runtime.ts",
|
|
4421
|
-
"line":
|
|
5227
|
+
"line": 540,
|
|
4422
5228
|
"character": 7
|
|
4423
5229
|
},
|
|
4424
5230
|
"name": "ScopeMain"
|
|
@@ -4427,7 +5233,7 @@
|
|
|
4427
5233
|
"__schema": "TypeRefSchema",
|
|
4428
5234
|
"location": {
|
|
4429
5235
|
"filePath": "cloud.main.runtime.ts",
|
|
4430
|
-
"line":
|
|
5236
|
+
"line": 541,
|
|
4431
5237
|
"character": 7
|
|
4432
5238
|
},
|
|
4433
5239
|
"name": "GlobalConfigMain"
|
|
@@ -4436,7 +5242,7 @@
|
|
|
4436
5242
|
"__schema": "TypeRefSchema",
|
|
4437
5243
|
"location": {
|
|
4438
5244
|
"filePath": "cloud.main.runtime.ts",
|
|
4439
|
-
"line":
|
|
5245
|
+
"line": 542,
|
|
4440
5246
|
"character": 7
|
|
4441
5247
|
},
|
|
4442
5248
|
"name": "CLIMain"
|
|
@@ -4445,7 +5251,7 @@
|
|
|
4445
5251
|
"__schema": "TypeRefSchema",
|
|
4446
5252
|
"location": {
|
|
4447
5253
|
"filePath": "cloud.main.runtime.ts",
|
|
4448
|
-
"line":
|
|
5254
|
+
"line": 543,
|
|
4449
5255
|
"character": 7
|
|
4450
5256
|
},
|
|
4451
5257
|
"name": "UiMain"
|
|
@@ -4459,7 +5265,7 @@
|
|
|
4459
5265
|
"__schema": "ParameterSchema",
|
|
4460
5266
|
"location": {
|
|
4461
5267
|
"filePath": "cloud.main.runtime.ts",
|
|
4462
|
-
"line":
|
|
5268
|
+
"line": 545,
|
|
4463
5269
|
"character": 5
|
|
4464
5270
|
},
|
|
4465
5271
|
"name": "config",
|
|
@@ -4467,7 +5273,7 @@
|
|
|
4467
5273
|
"__schema": "TypeRefSchema",
|
|
4468
5274
|
"location": {
|
|
4469
5275
|
"filePath": "cloud.main.runtime.ts",
|
|
4470
|
-
"line":
|
|
5276
|
+
"line": 545,
|
|
4471
5277
|
"character": 13
|
|
4472
5278
|
},
|
|
4473
5279
|
"name": "CloudWorkspaceConfig"
|
|
@@ -4479,7 +5285,7 @@
|
|
|
4479
5285
|
"__schema": "ParameterSchema",
|
|
4480
5286
|
"location": {
|
|
4481
5287
|
"filePath": "cloud.main.runtime.ts",
|
|
4482
|
-
"line":
|
|
5288
|
+
"line": 546,
|
|
4483
5289
|
"character": 5
|
|
4484
5290
|
},
|
|
4485
5291
|
"name": "[ onSuccessLoginSlot ]",
|
|
@@ -4487,7 +5293,7 @@
|
|
|
4487
5293
|
"__schema": "TupleTypeSchema",
|
|
4488
5294
|
"location": {
|
|
4489
5295
|
"filePath": "cloud.main.runtime.ts",
|
|
4490
|
-
"line":
|
|
5296
|
+
"line": 546,
|
|
4491
5297
|
"character": 27
|
|
4492
5298
|
},
|
|
4493
5299
|
"elements": [
|
|
@@ -4495,7 +5301,7 @@
|
|
|
4495
5301
|
"__schema": "TypeRefSchema",
|
|
4496
5302
|
"location": {
|
|
4497
5303
|
"filePath": "cloud.main.runtime.ts",
|
|
4498
|
-
"line":
|
|
5304
|
+
"line": 546,
|
|
4499
5305
|
"character": 28
|
|
4500
5306
|
},
|
|
4501
5307
|
"name": "OnSuccessLoginSlot"
|
|
@@ -4510,7 +5316,7 @@
|
|
|
4510
5316
|
"__schema": "InferenceTypeSchema",
|
|
4511
5317
|
"location": {
|
|
4512
5318
|
"filePath": "cloud.main.runtime.ts",
|
|
4513
|
-
"line":
|
|
5319
|
+
"line": 534,
|
|
4514
5320
|
"character": 3
|
|
4515
5321
|
},
|
|
4516
5322
|
"type": "Promise<CloudMain>"
|
|
@@ -4530,7 +5336,7 @@
|
|
|
4530
5336
|
"__schema": "TypeSchema",
|
|
4531
5337
|
"location": {
|
|
4532
5338
|
"filePath": "cloud.main.runtime.ts",
|
|
4533
|
-
"line":
|
|
5339
|
+
"line": 54,
|
|
4534
5340
|
"character": 1
|
|
4535
5341
|
},
|
|
4536
5342
|
"signature": "type CloudAuthListener = {\n port: number;\n server?: http.Server<typeof http.IncomingMessage, typeof http.ServerResponse> | undefined;\n username?: string | null | undefined;\n clientId?: string | undefined;\n expressApp?: Express | ... 1 more ... | undefined;\n}",
|
|
@@ -4539,7 +5345,7 @@
|
|
|
4539
5345
|
"__schema": "TypeLiteralSchema",
|
|
4540
5346
|
"location": {
|
|
4541
5347
|
"filePath": "cloud.main.runtime.ts",
|
|
4542
|
-
"line":
|
|
5348
|
+
"line": 54,
|
|
4543
5349
|
"character": 26
|
|
4544
5350
|
},
|
|
4545
5351
|
"members": [
|
|
@@ -4547,7 +5353,7 @@
|
|
|
4547
5353
|
"__schema": "VariableLikeSchema",
|
|
4548
5354
|
"location": {
|
|
4549
5355
|
"filePath": "cloud.main.runtime.ts",
|
|
4550
|
-
"line":
|
|
5356
|
+
"line": 55,
|
|
4551
5357
|
"character": 3
|
|
4552
5358
|
},
|
|
4553
5359
|
"signature": "(property) port: number",
|
|
@@ -4556,7 +5362,7 @@
|
|
|
4556
5362
|
"__schema": "KeywordTypeSchema",
|
|
4557
5363
|
"location": {
|
|
4558
5364
|
"filePath": "cloud.main.runtime.ts",
|
|
4559
|
-
"line":
|
|
5365
|
+
"line": 55,
|
|
4560
5366
|
"character": 9
|
|
4561
5367
|
},
|
|
4562
5368
|
"name": "number"
|
|
@@ -4567,7 +5373,7 @@
|
|
|
4567
5373
|
"__schema": "VariableLikeSchema",
|
|
4568
5374
|
"location": {
|
|
4569
5375
|
"filePath": "cloud.main.runtime.ts",
|
|
4570
|
-
"line":
|
|
5376
|
+
"line": 56,
|
|
4571
5377
|
"character": 3
|
|
4572
5378
|
},
|
|
4573
5379
|
"signature": "(property) server?: http.Server<typeof http.IncomingMessage, typeof http.ServerResponse> | undefined",
|
|
@@ -4576,7 +5382,7 @@
|
|
|
4576
5382
|
"__schema": "TypeRefSchema",
|
|
4577
5383
|
"location": {
|
|
4578
5384
|
"filePath": "cloud.main.runtime.ts",
|
|
4579
|
-
"line":
|
|
5385
|
+
"line": 56,
|
|
4580
5386
|
"character": 12
|
|
4581
5387
|
},
|
|
4582
5388
|
"name": "http.Server"
|
|
@@ -4587,7 +5393,7 @@
|
|
|
4587
5393
|
"__schema": "VariableLikeSchema",
|
|
4588
5394
|
"location": {
|
|
4589
5395
|
"filePath": "cloud.main.runtime.ts",
|
|
4590
|
-
"line":
|
|
5396
|
+
"line": 57,
|
|
4591
5397
|
"character": 3
|
|
4592
5398
|
},
|
|
4593
5399
|
"signature": "(property) username?: string | null | undefined",
|
|
@@ -4596,7 +5402,7 @@
|
|
|
4596
5402
|
"__schema": "TypeUnionSchema",
|
|
4597
5403
|
"location": {
|
|
4598
5404
|
"filePath": "cloud.main.runtime.ts",
|
|
4599
|
-
"line":
|
|
5405
|
+
"line": 57,
|
|
4600
5406
|
"character": 14
|
|
4601
5407
|
},
|
|
4602
5408
|
"types": [
|
|
@@ -4604,7 +5410,7 @@
|
|
|
4604
5410
|
"__schema": "KeywordTypeSchema",
|
|
4605
5411
|
"location": {
|
|
4606
5412
|
"filePath": "cloud.main.runtime.ts",
|
|
4607
|
-
"line":
|
|
5413
|
+
"line": 57,
|
|
4608
5414
|
"character": 14
|
|
4609
5415
|
},
|
|
4610
5416
|
"name": "string"
|
|
@@ -4613,7 +5419,7 @@
|
|
|
4613
5419
|
"__schema": "LiteralTypeSchema",
|
|
4614
5420
|
"location": {
|
|
4615
5421
|
"filePath": "cloud.main.runtime.ts",
|
|
4616
|
-
"line":
|
|
5422
|
+
"line": 57,
|
|
4617
5423
|
"character": 23
|
|
4618
5424
|
},
|
|
4619
5425
|
"name": "null"
|
|
@@ -4626,7 +5432,7 @@
|
|
|
4626
5432
|
"__schema": "VariableLikeSchema",
|
|
4627
5433
|
"location": {
|
|
4628
5434
|
"filePath": "cloud.main.runtime.ts",
|
|
4629
|
-
"line":
|
|
5435
|
+
"line": 58,
|
|
4630
5436
|
"character": 3
|
|
4631
5437
|
},
|
|
4632
5438
|
"signature": "(property) clientId?: string | undefined",
|
|
@@ -4635,7 +5441,7 @@
|
|
|
4635
5441
|
"__schema": "KeywordTypeSchema",
|
|
4636
5442
|
"location": {
|
|
4637
5443
|
"filePath": "cloud.main.runtime.ts",
|
|
4638
|
-
"line":
|
|
5444
|
+
"line": 58,
|
|
4639
5445
|
"character": 14
|
|
4640
5446
|
},
|
|
4641
5447
|
"name": "string"
|
|
@@ -4646,7 +5452,7 @@
|
|
|
4646
5452
|
"__schema": "VariableLikeSchema",
|
|
4647
5453
|
"location": {
|
|
4648
5454
|
"filePath": "cloud.main.runtime.ts",
|
|
4649
|
-
"line":
|
|
5455
|
+
"line": 59,
|
|
4650
5456
|
"character": 3
|
|
4651
5457
|
},
|
|
4652
5458
|
"signature": "(property) expressApp?: Express | null | undefined",
|
|
@@ -4655,7 +5461,7 @@
|
|
|
4655
5461
|
"__schema": "TypeUnionSchema",
|
|
4656
5462
|
"location": {
|
|
4657
5463
|
"filePath": "cloud.main.runtime.ts",
|
|
4658
|
-
"line":
|
|
5464
|
+
"line": 59,
|
|
4659
5465
|
"character": 16
|
|
4660
5466
|
},
|
|
4661
5467
|
"types": [
|
|
@@ -4663,7 +5469,7 @@
|
|
|
4663
5469
|
"__schema": "TypeRefSchema",
|
|
4664
5470
|
"location": {
|
|
4665
5471
|
"filePath": "cloud.main.runtime.ts",
|
|
4666
|
-
"line":
|
|
5472
|
+
"line": 59,
|
|
4667
5473
|
"character": 16
|
|
4668
5474
|
},
|
|
4669
5475
|
"name": "Express"
|
|
@@ -4672,7 +5478,7 @@
|
|
|
4672
5478
|
"__schema": "LiteralTypeSchema",
|
|
4673
5479
|
"location": {
|
|
4674
5480
|
"filePath": "cloud.main.runtime.ts",
|
|
4675
|
-
"line":
|
|
5481
|
+
"line": 59,
|
|
4676
5482
|
"character": 26
|
|
4677
5483
|
},
|
|
4678
5484
|
"name": "null"
|
|
@@ -4684,11 +5490,140 @@
|
|
|
4684
5490
|
]
|
|
4685
5491
|
}
|
|
4686
5492
|
},
|
|
5493
|
+
{
|
|
5494
|
+
"__schema": "TypeSchema",
|
|
5495
|
+
"location": {
|
|
5496
|
+
"filePath": "cloud.main.runtime.ts",
|
|
5497
|
+
"line": 62,
|
|
5498
|
+
"character": 1
|
|
5499
|
+
},
|
|
5500
|
+
"signature": "type CloudOrganization = {\n id: string;\n name: string;\n}",
|
|
5501
|
+
"name": "CloudOrganization",
|
|
5502
|
+
"type": {
|
|
5503
|
+
"__schema": "TypeLiteralSchema",
|
|
5504
|
+
"location": {
|
|
5505
|
+
"filePath": "cloud.main.runtime.ts",
|
|
5506
|
+
"line": 62,
|
|
5507
|
+
"character": 26
|
|
5508
|
+
},
|
|
5509
|
+
"members": [
|
|
5510
|
+
{
|
|
5511
|
+
"__schema": "VariableLikeSchema",
|
|
5512
|
+
"location": {
|
|
5513
|
+
"filePath": "cloud.main.runtime.ts",
|
|
5514
|
+
"line": 63,
|
|
5515
|
+
"character": 3
|
|
5516
|
+
},
|
|
5517
|
+
"signature": "(property) id: string",
|
|
5518
|
+
"name": "id",
|
|
5519
|
+
"type": {
|
|
5520
|
+
"__schema": "KeywordTypeSchema",
|
|
5521
|
+
"location": {
|
|
5522
|
+
"filePath": "cloud.main.runtime.ts",
|
|
5523
|
+
"line": 63,
|
|
5524
|
+
"character": 7
|
|
5525
|
+
},
|
|
5526
|
+
"name": "string"
|
|
5527
|
+
},
|
|
5528
|
+
"isOptional": false
|
|
5529
|
+
},
|
|
5530
|
+
{
|
|
5531
|
+
"__schema": "VariableLikeSchema",
|
|
5532
|
+
"location": {
|
|
5533
|
+
"filePath": "cloud.main.runtime.ts",
|
|
5534
|
+
"line": 64,
|
|
5535
|
+
"character": 3
|
|
5536
|
+
},
|
|
5537
|
+
"signature": "(property) name: string",
|
|
5538
|
+
"name": "name",
|
|
5539
|
+
"type": {
|
|
5540
|
+
"__schema": "KeywordTypeSchema",
|
|
5541
|
+
"location": {
|
|
5542
|
+
"filePath": "cloud.main.runtime.ts",
|
|
5543
|
+
"line": 64,
|
|
5544
|
+
"character": 9
|
|
5545
|
+
},
|
|
5546
|
+
"name": "string"
|
|
5547
|
+
},
|
|
5548
|
+
"isOptional": false
|
|
5549
|
+
}
|
|
5550
|
+
]
|
|
5551
|
+
}
|
|
5552
|
+
},
|
|
5553
|
+
{
|
|
5554
|
+
"__schema": "TypeSchema",
|
|
5555
|
+
"location": {
|
|
5556
|
+
"filePath": "cloud.main.runtime.ts",
|
|
5557
|
+
"line": 67,
|
|
5558
|
+
"character": 1
|
|
5559
|
+
},
|
|
5560
|
+
"signature": "type CloudOrganizationAPIResponse = {\n data: {\n getUserOrganizations: CloudOrganization[];\n };\n}",
|
|
5561
|
+
"name": "CloudOrganizationAPIResponse",
|
|
5562
|
+
"type": {
|
|
5563
|
+
"__schema": "TypeLiteralSchema",
|
|
5564
|
+
"location": {
|
|
5565
|
+
"filePath": "cloud.main.runtime.ts",
|
|
5566
|
+
"line": 67,
|
|
5567
|
+
"character": 37
|
|
5568
|
+
},
|
|
5569
|
+
"members": [
|
|
5570
|
+
{
|
|
5571
|
+
"__schema": "VariableLikeSchema",
|
|
5572
|
+
"location": {
|
|
5573
|
+
"filePath": "cloud.main.runtime.ts",
|
|
5574
|
+
"line": 68,
|
|
5575
|
+
"character": 3
|
|
5576
|
+
},
|
|
5577
|
+
"signature": "(property) data: {\n getUserOrganizations: CloudOrganization[];\n}",
|
|
5578
|
+
"name": "data",
|
|
5579
|
+
"type": {
|
|
5580
|
+
"__schema": "TypeLiteralSchema",
|
|
5581
|
+
"location": {
|
|
5582
|
+
"filePath": "cloud.main.runtime.ts",
|
|
5583
|
+
"line": 68,
|
|
5584
|
+
"character": 9
|
|
5585
|
+
},
|
|
5586
|
+
"members": [
|
|
5587
|
+
{
|
|
5588
|
+
"__schema": "VariableLikeSchema",
|
|
5589
|
+
"location": {
|
|
5590
|
+
"filePath": "cloud.main.runtime.ts",
|
|
5591
|
+
"line": 69,
|
|
5592
|
+
"character": 5
|
|
5593
|
+
},
|
|
5594
|
+
"signature": "(property) getUserOrganizations: CloudOrganization[]",
|
|
5595
|
+
"name": "getUserOrganizations",
|
|
5596
|
+
"type": {
|
|
5597
|
+
"__schema": "TypeArraySchema",
|
|
5598
|
+
"location": {
|
|
5599
|
+
"filePath": "cloud.main.runtime.ts",
|
|
5600
|
+
"line": 69,
|
|
5601
|
+
"character": 27
|
|
5602
|
+
},
|
|
5603
|
+
"type": {
|
|
5604
|
+
"__schema": "TypeRefSchema",
|
|
5605
|
+
"location": {
|
|
5606
|
+
"filePath": "cloud.main.runtime.ts",
|
|
5607
|
+
"line": 69,
|
|
5608
|
+
"character": 27
|
|
5609
|
+
},
|
|
5610
|
+
"name": "CloudOrganization"
|
|
5611
|
+
}
|
|
5612
|
+
},
|
|
5613
|
+
"isOptional": false
|
|
5614
|
+
}
|
|
5615
|
+
]
|
|
5616
|
+
},
|
|
5617
|
+
"isOptional": false
|
|
5618
|
+
}
|
|
5619
|
+
]
|
|
5620
|
+
}
|
|
5621
|
+
},
|
|
4687
5622
|
{
|
|
4688
5623
|
"__schema": "UnImplementedSchema",
|
|
4689
5624
|
"location": {
|
|
4690
5625
|
"filePath": "cloud.main.runtime.ts",
|
|
4691
|
-
"line":
|
|
5626
|
+
"line": 565,
|
|
4692
5627
|
"character": 1
|
|
4693
5628
|
},
|
|
4694
5629
|
"name": "CloudAspect.addRuntime(CloudMain);",
|
|
@@ -5232,7 +6167,7 @@
|
|
|
5232
6167
|
"componentId": {
|
|
5233
6168
|
"scope": "teambit.cloud",
|
|
5234
6169
|
"name": "cloud",
|
|
5235
|
-
"version": "0.0.
|
|
6170
|
+
"version": "0.0.439"
|
|
5236
6171
|
},
|
|
5237
6172
|
"taggedModuleExports": []
|
|
5238
6173
|
}
|