@teambit/cloud 0.0.666 → 0.0.668

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.
@@ -1828,6 +1828,48 @@
1828
1828
  "line": 431,
1829
1829
  "character": 3
1830
1830
  },
1831
+ "signature": "(method) CloudMain.setRedirectUrl(redirectUrl: string): void",
1832
+ "name": "setRedirectUrl",
1833
+ "params": [
1834
+ {
1835
+ "__schema": "ParameterSchema",
1836
+ "location": {
1837
+ "filePath": "cloud.main.runtime.ts",
1838
+ "line": 431,
1839
+ "character": 18
1840
+ },
1841
+ "name": "redirectUrl",
1842
+ "type": {
1843
+ "__schema": "KeywordTypeSchema",
1844
+ "location": {
1845
+ "filePath": "cloud.main.runtime.ts",
1846
+ "line": 431,
1847
+ "character": 31
1848
+ },
1849
+ "name": "string"
1850
+ },
1851
+ "isOptional": false,
1852
+ "isSpread": false
1853
+ }
1854
+ ],
1855
+ "returnType": {
1856
+ "__schema": "InferenceTypeSchema",
1857
+ "location": {
1858
+ "filePath": "cloud.main.runtime.ts",
1859
+ "line": 431,
1860
+ "character": 3
1861
+ },
1862
+ "type": "void"
1863
+ },
1864
+ "modifiers": []
1865
+ },
1866
+ {
1867
+ "__schema": "FunctionLikeSchema",
1868
+ "location": {
1869
+ "filePath": "cloud.main.runtime.ts",
1870
+ "line": 435,
1871
+ "character": 3
1872
+ },
1831
1873
  "signature": "(method) CloudMain.whoami(): Promise<string | undefined>",
1832
1874
  "name": "whoami",
1833
1875
  "params": [],
@@ -1835,7 +1877,7 @@
1835
1877
  "__schema": "TypeRefSchema",
1836
1878
  "location": {
1837
1879
  "filePath": "cloud.main.runtime.ts",
1838
- "line": 431,
1880
+ "line": 435,
1839
1881
  "character": 19
1840
1882
  },
1841
1883
  "name": "Promise",
@@ -1844,7 +1886,7 @@
1844
1886
  "__schema": "TypeUnionSchema",
1845
1887
  "location": {
1846
1888
  "filePath": "cloud.main.runtime.ts",
1847
- "line": 431,
1889
+ "line": 435,
1848
1890
  "character": 27
1849
1891
  },
1850
1892
  "types": [
@@ -1852,7 +1894,7 @@
1852
1894
  "__schema": "KeywordTypeSchema",
1853
1895
  "location": {
1854
1896
  "filePath": "cloud.main.runtime.ts",
1855
- "line": 431,
1897
+ "line": 435,
1856
1898
  "character": 27
1857
1899
  },
1858
1900
  "name": "string"
@@ -1861,7 +1903,7 @@
1861
1903
  "__schema": "KeywordTypeSchema",
1862
1904
  "location": {
1863
1905
  "filePath": "cloud.main.runtime.ts",
1864
- "line": 431,
1906
+ "line": 435,
1865
1907
  "character": 36
1866
1908
  },
1867
1909
  "name": "undefined"
@@ -1878,7 +1920,7 @@
1878
1920
  "__schema": "FunctionLikeSchema",
1879
1921
  "location": {
1880
1922
  "filePath": "cloud.main.runtime.ts",
1881
- "line": 439,
1923
+ "line": 443,
1882
1924
  "character": 3
1883
1925
  },
1884
1926
  "signature": "(method) CloudMain.login(port?: string, suppressBrowserLaunch?: boolean, machineName?: string, cloudDomain?: string, redirectUrl?: string, skipConfigUpdate?: boolean): Promise<{\n isAlreadyLoggedIn?: boolean;\n username?: string;\n token?: string;\n npmrcUpdateResult?: NpmConfigUpdateResult;\n} | null>",
@@ -1888,7 +1930,7 @@
1888
1930
  "__schema": "ParameterSchema",
1889
1931
  "location": {
1890
1932
  "filePath": "cloud.main.runtime.ts",
1891
- "line": 440,
1933
+ "line": 444,
1892
1934
  "character": 5
1893
1935
  },
1894
1936
  "name": "port",
@@ -1896,7 +1938,7 @@
1896
1938
  "__schema": "KeywordTypeSchema",
1897
1939
  "location": {
1898
1940
  "filePath": "cloud.main.runtime.ts",
1899
- "line": 440,
1941
+ "line": 444,
1900
1942
  "character": 12
1901
1943
  },
1902
1944
  "name": "string"
@@ -1908,7 +1950,7 @@
1908
1950
  "__schema": "ParameterSchema",
1909
1951
  "location": {
1910
1952
  "filePath": "cloud.main.runtime.ts",
1911
- "line": 441,
1953
+ "line": 445,
1912
1954
  "character": 5
1913
1955
  },
1914
1956
  "name": "suppressBrowserLaunch",
@@ -1916,7 +1958,7 @@
1916
1958
  "__schema": "KeywordTypeSchema",
1917
1959
  "location": {
1918
1960
  "filePath": "cloud.main.runtime.ts",
1919
- "line": 441,
1961
+ "line": 445,
1920
1962
  "character": 29
1921
1963
  },
1922
1964
  "name": "boolean"
@@ -1928,7 +1970,7 @@
1928
1970
  "__schema": "ParameterSchema",
1929
1971
  "location": {
1930
1972
  "filePath": "cloud.main.runtime.ts",
1931
- "line": 442,
1973
+ "line": 446,
1932
1974
  "character": 5
1933
1975
  },
1934
1976
  "name": "machineName",
@@ -1936,7 +1978,7 @@
1936
1978
  "__schema": "KeywordTypeSchema",
1937
1979
  "location": {
1938
1980
  "filePath": "cloud.main.runtime.ts",
1939
- "line": 442,
1981
+ "line": 446,
1940
1982
  "character": 19
1941
1983
  },
1942
1984
  "name": "string"
@@ -1948,7 +1990,7 @@
1948
1990
  "__schema": "ParameterSchema",
1949
1991
  "location": {
1950
1992
  "filePath": "cloud.main.runtime.ts",
1951
- "line": 443,
1993
+ "line": 447,
1952
1994
  "character": 5
1953
1995
  },
1954
1996
  "name": "cloudDomain",
@@ -1956,7 +1998,7 @@
1956
1998
  "__schema": "KeywordTypeSchema",
1957
1999
  "location": {
1958
2000
  "filePath": "cloud.main.runtime.ts",
1959
- "line": 443,
2001
+ "line": 447,
1960
2002
  "character": 19
1961
2003
  },
1962
2004
  "name": "string"
@@ -1968,7 +2010,7 @@
1968
2010
  "__schema": "ParameterSchema",
1969
2011
  "location": {
1970
2012
  "filePath": "cloud.main.runtime.ts",
1971
- "line": 444,
2013
+ "line": 448,
1972
2014
  "character": 5
1973
2015
  },
1974
2016
  "name": "redirectUrl",
@@ -1976,7 +2018,7 @@
1976
2018
  "__schema": "KeywordTypeSchema",
1977
2019
  "location": {
1978
2020
  "filePath": "cloud.main.runtime.ts",
1979
- "line": 444,
2021
+ "line": 448,
1980
2022
  "character": 19
1981
2023
  },
1982
2024
  "name": "string"
@@ -1988,7 +2030,7 @@
1988
2030
  "__schema": "ParameterSchema",
1989
2031
  "location": {
1990
2032
  "filePath": "cloud.main.runtime.ts",
1991
- "line": 445,
2033
+ "line": 449,
1992
2034
  "character": 5
1993
2035
  },
1994
2036
  "name": "skipConfigUpdate",
@@ -1996,7 +2038,7 @@
1996
2038
  "__schema": "KeywordTypeSchema",
1997
2039
  "location": {
1998
2040
  "filePath": "cloud.main.runtime.ts",
1999
- "line": 445,
2041
+ "line": 449,
2000
2042
  "character": 24
2001
2043
  },
2002
2044
  "name": "boolean"
@@ -2009,7 +2051,7 @@
2009
2051
  "__schema": "TypeRefSchema",
2010
2052
  "location": {
2011
2053
  "filePath": "cloud.main.runtime.ts",
2012
- "line": 446,
2054
+ "line": 450,
2013
2055
  "character": 6
2014
2056
  },
2015
2057
  "name": "Promise",
@@ -2018,7 +2060,7 @@
2018
2060
  "__schema": "TypeUnionSchema",
2019
2061
  "location": {
2020
2062
  "filePath": "cloud.main.runtime.ts",
2021
- "line": 446,
2063
+ "line": 450,
2022
2064
  "character": 14
2023
2065
  },
2024
2066
  "types": [
@@ -2026,7 +2068,7 @@
2026
2068
  "__schema": "TypeLiteralSchema",
2027
2069
  "location": {
2028
2070
  "filePath": "cloud.main.runtime.ts",
2029
- "line": 446,
2071
+ "line": 450,
2030
2072
  "character": 14
2031
2073
  },
2032
2074
  "members": [
@@ -2034,7 +2076,7 @@
2034
2076
  "__schema": "VariableLikeSchema",
2035
2077
  "location": {
2036
2078
  "filePath": "cloud.main.runtime.ts",
2037
- "line": 447,
2079
+ "line": 451,
2038
2080
  "character": 5
2039
2081
  },
2040
2082
  "signature": "(property) isAlreadyLoggedIn?: boolean | undefined",
@@ -2043,7 +2085,7 @@
2043
2085
  "__schema": "KeywordTypeSchema",
2044
2086
  "location": {
2045
2087
  "filePath": "cloud.main.runtime.ts",
2046
- "line": 447,
2088
+ "line": 451,
2047
2089
  "character": 25
2048
2090
  },
2049
2091
  "name": "boolean"
@@ -2054,7 +2096,7 @@
2054
2096
  "__schema": "VariableLikeSchema",
2055
2097
  "location": {
2056
2098
  "filePath": "cloud.main.runtime.ts",
2057
- "line": 448,
2099
+ "line": 452,
2058
2100
  "character": 5
2059
2101
  },
2060
2102
  "signature": "(property) username?: string | undefined",
@@ -2063,7 +2105,7 @@
2063
2105
  "__schema": "KeywordTypeSchema",
2064
2106
  "location": {
2065
2107
  "filePath": "cloud.main.runtime.ts",
2066
- "line": 448,
2108
+ "line": 452,
2067
2109
  "character": 16
2068
2110
  },
2069
2111
  "name": "string"
@@ -2074,7 +2116,7 @@
2074
2116
  "__schema": "VariableLikeSchema",
2075
2117
  "location": {
2076
2118
  "filePath": "cloud.main.runtime.ts",
2077
- "line": 449,
2119
+ "line": 453,
2078
2120
  "character": 5
2079
2121
  },
2080
2122
  "signature": "(property) token?: string | undefined",
@@ -2083,7 +2125,7 @@
2083
2125
  "__schema": "KeywordTypeSchema",
2084
2126
  "location": {
2085
2127
  "filePath": "cloud.main.runtime.ts",
2086
- "line": 449,
2128
+ "line": 453,
2087
2129
  "character": 13
2088
2130
  },
2089
2131
  "name": "string"
@@ -2094,7 +2136,7 @@
2094
2136
  "__schema": "VariableLikeSchema",
2095
2137
  "location": {
2096
2138
  "filePath": "cloud.main.runtime.ts",
2097
- "line": 450,
2139
+ "line": 454,
2098
2140
  "character": 5
2099
2141
  },
2100
2142
  "signature": "(property) npmrcUpdateResult?: NpmConfigUpdateResult | undefined",
@@ -2103,7 +2145,7 @@
2103
2145
  "__schema": "TypeRefSchema",
2104
2146
  "location": {
2105
2147
  "filePath": "cloud.main.runtime.ts",
2106
- "line": 450,
2148
+ "line": 454,
2107
2149
  "character": 25
2108
2150
  },
2109
2151
  "name": "NpmConfigUpdateResult"
@@ -2116,7 +2158,7 @@
2116
2158
  "__schema": "LiteralTypeSchema",
2117
2159
  "location": {
2118
2160
  "filePath": "cloud.main.runtime.ts",
2119
- "line": 451,
2161
+ "line": 455,
2120
2162
  "character": 7
2121
2163
  },
2122
2164
  "name": "null"
@@ -2133,7 +2175,7 @@
2133
2175
  "__schema": "VariableLikeSchema",
2134
2176
  "location": {
2135
2177
  "filePath": "cloud.main.runtime.ts",
2136
- "line": 504,
2178
+ "line": 508,
2137
2179
  "character": 3
2138
2180
  },
2139
2181
  "signature": "(property) CloudMain.GET_SCOPES: string",
@@ -2142,7 +2184,7 @@
2142
2184
  "__schema": "InferenceTypeSchema",
2143
2185
  "location": {
2144
2186
  "filePath": "cloud.main.runtime.ts",
2145
- "line": 504,
2187
+ "line": 508,
2146
2188
  "character": 3
2147
2189
  },
2148
2190
  "type": "string"
@@ -2154,7 +2196,7 @@
2154
2196
  "__schema": "VariableLikeSchema",
2155
2197
  "location": {
2156
2198
  "filePath": "cloud.main.runtime.ts",
2157
- "line": 516,
2199
+ "line": 520,
2158
2200
  "character": 3
2159
2201
  },
2160
2202
  "signature": "(property) CloudMain.GET_CURRENT_USER: string",
@@ -2163,7 +2205,7 @@
2163
2205
  "__schema": "InferenceTypeSchema",
2164
2206
  "location": {
2165
2207
  "filePath": "cloud.main.runtime.ts",
2166
- "line": 516,
2208
+ "line": 520,
2167
2209
  "character": 3
2168
2210
  },
2169
2211
  "type": "string"
@@ -2175,7 +2217,7 @@
2175
2217
  "__schema": "VariableLikeSchema",
2176
2218
  "location": {
2177
2219
  "filePath": "cloud.main.runtime.ts",
2178
- "line": 526,
2220
+ "line": 530,
2179
2221
  "character": 3
2180
2222
  },
2181
2223
  "signature": "(property) CloudMain.GET_USER_ORGANIZATIONS: string",
@@ -2184,7 +2226,7 @@
2184
2226
  "__schema": "InferenceTypeSchema",
2185
2227
  "location": {
2186
2228
  "filePath": "cloud.main.runtime.ts",
2187
- "line": 526,
2229
+ "line": 530,
2188
2230
  "character": 3
2189
2231
  },
2190
2232
  "type": "string"
@@ -2196,7 +2238,7 @@
2196
2238
  "__schema": "VariableLikeSchema",
2197
2239
  "location": {
2198
2240
  "filePath": "cloud.main.runtime.ts",
2199
- "line": 535,
2241
+ "line": 539,
2200
2242
  "character": 3
2201
2243
  },
2202
2244
  "signature": "(property) CloudMain.PRESET_ORGS: string[]",
@@ -2205,7 +2247,7 @@
2205
2247
  "__schema": "InferenceTypeSchema",
2206
2248
  "location": {
2207
2249
  "filePath": "cloud.main.runtime.ts",
2208
- "line": 535,
2250
+ "line": 539,
2209
2251
  "character": 3
2210
2252
  },
2211
2253
  "type": "string[]"
@@ -2217,7 +2259,7 @@
2217
2259
  "__schema": "FunctionLikeSchema",
2218
2260
  "location": {
2219
2261
  "filePath": "cloud.main.runtime.ts",
2220
- "line": 537,
2262
+ "line": 541,
2221
2263
  "character": 3
2222
2264
  },
2223
2265
  "signature": "(method) CloudMain.getCloudScopes(scopes: string[]): Promise<ScopeDescriptor[]>",
@@ -2227,7 +2269,7 @@
2227
2269
  "__schema": "ParameterSchema",
2228
2270
  "location": {
2229
2271
  "filePath": "cloud.main.runtime.ts",
2230
- "line": 537,
2272
+ "line": 541,
2231
2273
  "character": 24
2232
2274
  },
2233
2275
  "name": "scopes",
@@ -2235,14 +2277,14 @@
2235
2277
  "__schema": "TypeArraySchema",
2236
2278
  "location": {
2237
2279
  "filePath": "cloud.main.runtime.ts",
2238
- "line": 537,
2280
+ "line": 541,
2239
2281
  "character": 32
2240
2282
  },
2241
2283
  "type": {
2242
2284
  "__schema": "KeywordTypeSchema",
2243
2285
  "location": {
2244
2286
  "filePath": "cloud.main.runtime.ts",
2245
- "line": 537,
2287
+ "line": 541,
2246
2288
  "character": 32
2247
2289
  },
2248
2290
  "name": "string"
@@ -2256,7 +2298,7 @@
2256
2298
  "__schema": "TypeRefSchema",
2257
2299
  "location": {
2258
2300
  "filePath": "cloud.main.runtime.ts",
2259
- "line": 537,
2301
+ "line": 541,
2260
2302
  "character": 43
2261
2303
  },
2262
2304
  "name": "Promise",
@@ -2265,14 +2307,14 @@
2265
2307
  "__schema": "TypeArraySchema",
2266
2308
  "location": {
2267
2309
  "filePath": "cloud.main.runtime.ts",
2268
- "line": 537,
2310
+ "line": 541,
2269
2311
  "character": 51
2270
2312
  },
2271
2313
  "type": {
2272
2314
  "__schema": "TypeRefSchema",
2273
2315
  "location": {
2274
2316
  "filePath": "cloud.main.runtime.ts",
2275
- "line": 537,
2317
+ "line": 541,
2276
2318
  "character": 51
2277
2319
  },
2278
2320
  "name": "ScopeDescriptor"
@@ -2288,7 +2330,7 @@
2288
2330
  "__schema": "FunctionLikeSchema",
2289
2331
  "location": {
2290
2332
  "filePath": "cloud.main.runtime.ts",
2291
- "line": 556,
2333
+ "line": 560,
2292
2334
  "character": 3
2293
2335
  },
2294
2336
  "signature": "(method) CloudMain.getCurrentUser(): Promise<CloudUser | null>",
@@ -2298,7 +2340,7 @@
2298
2340
  "__schema": "TypeRefSchema",
2299
2341
  "location": {
2300
2342
  "filePath": "cloud.main.runtime.ts",
2301
- "line": 556,
2343
+ "line": 560,
2302
2344
  "character": 27
2303
2345
  },
2304
2346
  "name": "Promise",
@@ -2307,7 +2349,7 @@
2307
2349
  "__schema": "TypeUnionSchema",
2308
2350
  "location": {
2309
2351
  "filePath": "cloud.main.runtime.ts",
2310
- "line": 556,
2352
+ "line": 560,
2311
2353
  "character": 35
2312
2354
  },
2313
2355
  "types": [
@@ -2315,7 +2357,7 @@
2315
2357
  "__schema": "TypeRefSchema",
2316
2358
  "location": {
2317
2359
  "filePath": "cloud.main.runtime.ts",
2318
- "line": 556,
2360
+ "line": 560,
2319
2361
  "character": 35
2320
2362
  },
2321
2363
  "name": "CloudUser"
@@ -2324,7 +2366,7 @@
2324
2366
  "__schema": "LiteralTypeSchema",
2325
2367
  "location": {
2326
2368
  "filePath": "cloud.main.runtime.ts",
2327
- "line": 556,
2369
+ "line": 560,
2328
2370
  "character": 47
2329
2371
  },
2330
2372
  "name": "null"
@@ -2341,7 +2383,7 @@
2341
2383
  "__schema": "FunctionLikeSchema",
2342
2384
  "location": {
2343
2385
  "filePath": "cloud.main.runtime.ts",
2344
- "line": 568,
2386
+ "line": 572,
2345
2387
  "character": 3
2346
2388
  },
2347
2389
  "signature": "(method) CloudMain.getUserOrganizations(): Promise<CloudOrganization[] | null>",
@@ -2351,7 +2393,7 @@
2351
2393
  "__schema": "TypeRefSchema",
2352
2394
  "location": {
2353
2395
  "filePath": "cloud.main.runtime.ts",
2354
- "line": 568,
2396
+ "line": 572,
2355
2397
  "character": 33
2356
2398
  },
2357
2399
  "name": "Promise",
@@ -2360,7 +2402,7 @@
2360
2402
  "__schema": "TypeUnionSchema",
2361
2403
  "location": {
2362
2404
  "filePath": "cloud.main.runtime.ts",
2363
- "line": 568,
2405
+ "line": 572,
2364
2406
  "character": 41
2365
2407
  },
2366
2408
  "types": [
@@ -2368,14 +2410,14 @@
2368
2410
  "__schema": "TypeArraySchema",
2369
2411
  "location": {
2370
2412
  "filePath": "cloud.main.runtime.ts",
2371
- "line": 568,
2413
+ "line": 572,
2372
2414
  "character": 41
2373
2415
  },
2374
2416
  "type": {
2375
2417
  "__schema": "TypeRefSchema",
2376
2418
  "location": {
2377
2419
  "filePath": "cloud.main.runtime.ts",
2378
- "line": 568,
2420
+ "line": 572,
2379
2421
  "character": 41
2380
2422
  },
2381
2423
  "name": "CloudOrganization"
@@ -2385,7 +2427,7 @@
2385
2427
  "__schema": "LiteralTypeSchema",
2386
2428
  "location": {
2387
2429
  "filePath": "cloud.main.runtime.ts",
2388
- "line": 568,
2430
+ "line": 572,
2389
2431
  "character": 63
2390
2432
  },
2391
2433
  "name": "null"
@@ -2402,7 +2444,7 @@
2402
2444
  "__schema": "FunctionLikeSchema",
2403
2445
  "location": {
2404
2446
  "filePath": "cloud.main.runtime.ts",
2405
- "line": 577,
2447
+ "line": 581,
2406
2448
  "character": 3
2407
2449
  },
2408
2450
  "signature": "(method) CloudMain.fetchFromSymphonyViaGQL<T>(query: string, variables?: Record<string, any>): Promise<T | null>",
@@ -2412,7 +2454,7 @@
2412
2454
  "__schema": "ParameterSchema",
2413
2455
  "location": {
2414
2456
  "filePath": "cloud.main.runtime.ts",
2415
- "line": 577,
2457
+ "line": 581,
2416
2458
  "character": 36
2417
2459
  },
2418
2460
  "name": "query",
@@ -2420,7 +2462,7 @@
2420
2462
  "__schema": "KeywordTypeSchema",
2421
2463
  "location": {
2422
2464
  "filePath": "cloud.main.runtime.ts",
2423
- "line": 577,
2465
+ "line": 581,
2424
2466
  "character": 43
2425
2467
  },
2426
2468
  "name": "string"
@@ -2432,7 +2474,7 @@
2432
2474
  "__schema": "ParameterSchema",
2433
2475
  "location": {
2434
2476
  "filePath": "cloud.main.runtime.ts",
2435
- "line": 577,
2477
+ "line": 581,
2436
2478
  "character": 51
2437
2479
  },
2438
2480
  "name": "variables",
@@ -2440,7 +2482,7 @@
2440
2482
  "__schema": "TypeRefSchema",
2441
2483
  "location": {
2442
2484
  "filePath": "cloud.main.runtime.ts",
2443
- "line": 577,
2485
+ "line": 581,
2444
2486
  "character": 63
2445
2487
  },
2446
2488
  "name": "Record",
@@ -2449,7 +2491,7 @@
2449
2491
  "__schema": "KeywordTypeSchema",
2450
2492
  "location": {
2451
2493
  "filePath": "cloud.main.runtime.ts",
2452
- "line": 577,
2494
+ "line": 581,
2453
2495
  "character": 70
2454
2496
  },
2455
2497
  "name": "string"
@@ -2458,7 +2500,7 @@
2458
2500
  "__schema": "KeywordTypeSchema",
2459
2501
  "location": {
2460
2502
  "filePath": "cloud.main.runtime.ts",
2461
- "line": 577,
2503
+ "line": 581,
2462
2504
  "character": 78
2463
2505
  },
2464
2506
  "name": "any"
@@ -2473,7 +2515,7 @@
2473
2515
  "__schema": "TypeRefSchema",
2474
2516
  "location": {
2475
2517
  "filePath": "cloud.main.runtime.ts",
2476
- "line": 577,
2518
+ "line": 581,
2477
2519
  "character": 85
2478
2520
  },
2479
2521
  "name": "Promise",
@@ -2482,7 +2524,7 @@
2482
2524
  "__schema": "TypeUnionSchema",
2483
2525
  "location": {
2484
2526
  "filePath": "cloud.main.runtime.ts",
2485
- "line": 577,
2527
+ "line": 581,
2486
2528
  "character": 93
2487
2529
  },
2488
2530
  "types": [
@@ -2490,7 +2532,7 @@
2490
2532
  "__schema": "TypeRefSchema",
2491
2533
  "location": {
2492
2534
  "filePath": "cloud.main.runtime.ts",
2493
- "line": 577,
2535
+ "line": 581,
2494
2536
  "character": 93
2495
2537
  },
2496
2538
  "name": "T"
@@ -2499,7 +2541,7 @@
2499
2541
  "__schema": "LiteralTypeSchema",
2500
2542
  "location": {
2501
2543
  "filePath": "cloud.main.runtime.ts",
2502
- "line": 577,
2544
+ "line": 581,
2503
2545
  "character": 97
2504
2546
  },
2505
2547
  "name": "null"
@@ -2519,7 +2561,7 @@
2519
2561
  "__schema": "VariableLikeSchema",
2520
2562
  "location": {
2521
2563
  "filePath": "cloud.main.runtime.ts",
2522
- "line": 604,
2564
+ "line": 608,
2523
2565
  "character": 3
2524
2566
  },
2525
2567
  "signature": "(property) CloudMain.slots: ((registerFn: () => string) => SlotRegistry<OnSuccessLogin>)[]",
@@ -2528,7 +2570,7 @@
2528
2570
  "__schema": "InferenceTypeSchema",
2529
2571
  "location": {
2530
2572
  "filePath": "cloud.main.runtime.ts",
2531
- "line": 604,
2573
+ "line": 608,
2532
2574
  "character": 3
2533
2575
  },
2534
2576
  "type": "((registerFn: () => string) => SlotRegistry<OnSuccessLogin>)[]"
@@ -2540,7 +2582,7 @@
2540
2582
  "__schema": "VariableLikeSchema",
2541
2583
  "location": {
2542
2584
  "filePath": "cloud.main.runtime.ts",
2543
- "line": 605,
2585
+ "line": 609,
2544
2586
  "character": 3
2545
2587
  },
2546
2588
  "signature": "(property) CloudMain.dependencies: Aspect[]",
@@ -2549,7 +2591,7 @@
2549
2591
  "__schema": "InferenceTypeSchema",
2550
2592
  "location": {
2551
2593
  "filePath": "cloud.main.runtime.ts",
2552
- "line": 605,
2594
+ "line": 609,
2553
2595
  "character": 3
2554
2596
  },
2555
2597
  "type": "Aspect[]"
@@ -2561,7 +2603,7 @@
2561
2603
  "__schema": "VariableLikeSchema",
2562
2604
  "location": {
2563
2605
  "filePath": "cloud.main.runtime.ts",
2564
- "line": 615,
2606
+ "line": 619,
2565
2607
  "character": 3
2566
2608
  },
2567
2609
  "signature": "(property) CloudMain.runtime: RuntimeDefinition",
@@ -2570,7 +2612,7 @@
2570
2612
  "__schema": "InferenceTypeSchema",
2571
2613
  "location": {
2572
2614
  "filePath": "cloud.main.runtime.ts",
2573
- "line": 615,
2615
+ "line": 619,
2574
2616
  "character": 3
2575
2617
  },
2576
2618
  "type": "RuntimeDefinition"
@@ -2582,7 +2624,7 @@
2582
2624
  "__schema": "VariableLikeSchema",
2583
2625
  "location": {
2584
2626
  "filePath": "cloud.main.runtime.ts",
2585
- "line": 616,
2627
+ "line": 620,
2586
2628
  "character": 3
2587
2629
  },
2588
2630
  "signature": "(property) CloudMain.defaultConfig: CloudWorkspaceConfig",
@@ -2591,7 +2633,7 @@
2591
2633
  "__schema": "TypeRefSchema",
2592
2634
  "location": {
2593
2635
  "filePath": "cloud.main.runtime.ts",
2594
- "line": 616,
2636
+ "line": 620,
2595
2637
  "character": 3
2596
2638
  },
2597
2639
  "name": "CloudWorkspaceConfig",
@@ -2604,7 +2646,7 @@
2604
2646
  "__schema": "FunctionLikeSchema",
2605
2647
  "location": {
2606
2648
  "filePath": "cloud.main.runtime.ts",
2607
- "line": 628,
2649
+ "line": 632,
2608
2650
  "character": 3
2609
2651
  },
2610
2652
  "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>",
@@ -2614,7 +2656,7 @@
2614
2656
  "__schema": "ParameterSchema",
2615
2657
  "location": {
2616
2658
  "filePath": "cloud.main.runtime.ts",
2617
- "line": 629,
2659
+ "line": 633,
2618
2660
  "character": 5
2619
2661
  },
2620
2662
  "name": "[ loggerMain, graphql, express, workspace, scope, globalConfig, cli, ui ]",
@@ -2622,7 +2664,7 @@
2622
2664
  "__schema": "TupleTypeSchema",
2623
2665
  "location": {
2624
2666
  "filePath": "cloud.main.runtime.ts",
2625
- "line": 629,
2667
+ "line": 633,
2626
2668
  "character": 78
2627
2669
  },
2628
2670
  "elements": [
@@ -2630,7 +2672,7 @@
2630
2672
  "__schema": "TypeRefSchema",
2631
2673
  "location": {
2632
2674
  "filePath": "cloud.main.runtime.ts",
2633
- "line": 630,
2675
+ "line": 634,
2634
2676
  "character": 7
2635
2677
  },
2636
2678
  "name": "LoggerMain"
@@ -2639,7 +2681,7 @@
2639
2681
  "__schema": "TypeRefSchema",
2640
2682
  "location": {
2641
2683
  "filePath": "cloud.main.runtime.ts",
2642
- "line": 631,
2684
+ "line": 635,
2643
2685
  "character": 7
2644
2686
  },
2645
2687
  "name": "GraphqlMain"
@@ -2648,7 +2690,7 @@
2648
2690
  "__schema": "TypeRefSchema",
2649
2691
  "location": {
2650
2692
  "filePath": "cloud.main.runtime.ts",
2651
- "line": 632,
2693
+ "line": 636,
2652
2694
  "character": 7
2653
2695
  },
2654
2696
  "name": "ExpressMain"
@@ -2657,7 +2699,7 @@
2657
2699
  "__schema": "TypeRefSchema",
2658
2700
  "location": {
2659
2701
  "filePath": "cloud.main.runtime.ts",
2660
- "line": 633,
2702
+ "line": 637,
2661
2703
  "character": 7
2662
2704
  },
2663
2705
  "name": "Workspace"
@@ -2666,7 +2708,7 @@
2666
2708
  "__schema": "TypeRefSchema",
2667
2709
  "location": {
2668
2710
  "filePath": "cloud.main.runtime.ts",
2669
- "line": 634,
2711
+ "line": 638,
2670
2712
  "character": 7
2671
2713
  },
2672
2714
  "name": "ScopeMain"
@@ -2675,7 +2717,7 @@
2675
2717
  "__schema": "TypeRefSchema",
2676
2718
  "location": {
2677
2719
  "filePath": "cloud.main.runtime.ts",
2678
- "line": 635,
2720
+ "line": 639,
2679
2721
  "character": 7
2680
2722
  },
2681
2723
  "name": "GlobalConfigMain"
@@ -2684,7 +2726,7 @@
2684
2726
  "__schema": "TypeRefSchema",
2685
2727
  "location": {
2686
2728
  "filePath": "cloud.main.runtime.ts",
2687
- "line": 636,
2729
+ "line": 640,
2688
2730
  "character": 7
2689
2731
  },
2690
2732
  "name": "CLIMain"
@@ -2693,7 +2735,7 @@
2693
2735
  "__schema": "TypeRefSchema",
2694
2736
  "location": {
2695
2737
  "filePath": "cloud.main.runtime.ts",
2696
- "line": 637,
2738
+ "line": 641,
2697
2739
  "character": 7
2698
2740
  },
2699
2741
  "name": "UiMain"
@@ -2707,7 +2749,7 @@
2707
2749
  "__schema": "ParameterSchema",
2708
2750
  "location": {
2709
2751
  "filePath": "cloud.main.runtime.ts",
2710
- "line": 639,
2752
+ "line": 643,
2711
2753
  "character": 5
2712
2754
  },
2713
2755
  "name": "config",
@@ -2715,7 +2757,7 @@
2715
2757
  "__schema": "TypeRefSchema",
2716
2758
  "location": {
2717
2759
  "filePath": "cloud.main.runtime.ts",
2718
- "line": 639,
2760
+ "line": 643,
2719
2761
  "character": 13
2720
2762
  },
2721
2763
  "name": "CloudWorkspaceConfig"
@@ -2727,7 +2769,7 @@
2727
2769
  "__schema": "ParameterSchema",
2728
2770
  "location": {
2729
2771
  "filePath": "cloud.main.runtime.ts",
2730
- "line": 640,
2772
+ "line": 644,
2731
2773
  "character": 5
2732
2774
  },
2733
2775
  "name": "[ onSuccessLoginSlot ]",
@@ -2735,7 +2777,7 @@
2735
2777
  "__schema": "TupleTypeSchema",
2736
2778
  "location": {
2737
2779
  "filePath": "cloud.main.runtime.ts",
2738
- "line": 640,
2780
+ "line": 644,
2739
2781
  "character": 27
2740
2782
  },
2741
2783
  "elements": [
@@ -2743,7 +2785,7 @@
2743
2785
  "__schema": "TypeRefSchema",
2744
2786
  "location": {
2745
2787
  "filePath": "cloud.main.runtime.ts",
2746
- "line": 640,
2788
+ "line": 644,
2747
2789
  "character": 28
2748
2790
  },
2749
2791
  "name": "OnSuccessLoginSlot"
@@ -2758,7 +2800,7 @@
2758
2800
  "__schema": "InferenceTypeSchema",
2759
2801
  "location": {
2760
2802
  "filePath": "cloud.main.runtime.ts",
2761
- "line": 628,
2803
+ "line": 632,
2762
2804
  "character": 3
2763
2805
  },
2764
2806
  "type": "Promise<CloudMain>"
@@ -3046,13 +3088,34 @@
3046
3088
  "line": 45,
3047
3089
  "character": 3
3048
3090
  },
3091
+ "signature": "(property) CloudUI.CloudUserBar: () => React.JSX.Element",
3092
+ "name": "CloudUserBar",
3093
+ "type": {
3094
+ "__schema": "InferenceTypeSchema",
3095
+ "location": {
3096
+ "filePath": "cloud.ui.runtime.tsx",
3097
+ "line": 45,
3098
+ "character": 3
3099
+ },
3100
+ "type": "() => React.JSX.Element"
3101
+ },
3102
+ "isOptional": true,
3103
+ "defaultValue": "() => {\n return <UserBar sections={this.listUserBarSections()} items={this.listUserBarItems()} />;\n }"
3104
+ },
3105
+ {
3106
+ "__schema": "VariableLikeSchema",
3107
+ "location": {
3108
+ "filePath": "cloud.ui.runtime.tsx",
3109
+ "line": 49,
3110
+ "character": 3
3111
+ },
3049
3112
  "signature": "(property) CloudUI.runtime: RuntimeDefinition",
3050
3113
  "name": "runtime",
3051
3114
  "type": {
3052
3115
  "__schema": "InferenceTypeSchema",
3053
3116
  "location": {
3054
3117
  "filePath": "cloud.ui.runtime.tsx",
3055
- "line": 45,
3118
+ "line": 49,
3056
3119
  "character": 3
3057
3120
  },
3058
3121
  "type": "RuntimeDefinition"
@@ -3064,7 +3127,7 @@
3064
3127
  "__schema": "VariableLikeSchema",
3065
3128
  "location": {
3066
3129
  "filePath": "cloud.ui.runtime.tsx",
3067
- "line": 47,
3130
+ "line": 51,
3068
3131
  "character": 3
3069
3132
  },
3070
3133
  "signature": "(property) CloudUI.dependencies: Aspect[]",
@@ -3073,7 +3136,7 @@
3073
3136
  "__schema": "InferenceTypeSchema",
3074
3137
  "location": {
3075
3138
  "filePath": "cloud.ui.runtime.tsx",
3076
- "line": 47,
3139
+ "line": 51,
3077
3140
  "character": 3
3078
3141
  },
3079
3142
  "type": "Aspect[]"
@@ -3085,7 +3148,7 @@
3085
3148
  "__schema": "VariableLikeSchema",
3086
3149
  "location": {
3087
3150
  "filePath": "cloud.ui.runtime.tsx",
3088
- "line": 49,
3151
+ "line": 53,
3089
3152
  "character": 3
3090
3153
  },
3091
3154
  "signature": "(property) CloudUI.slots: (((registerFn: () => string) => SlotRegistry<UserBarItem[]>) | ((registerFn: () => string) => SlotRegistry<UserBarSection[]>))[]",
@@ -3094,7 +3157,7 @@
3094
3157
  "__schema": "InferenceTypeSchema",
3095
3158
  "location": {
3096
3159
  "filePath": "cloud.ui.runtime.tsx",
3097
- "line": 49,
3160
+ "line": 53,
3098
3161
  "character": 3
3099
3162
  },
3100
3163
  "type": "(((registerFn: () => string) => SlotRegistry<UserBarItem[]>) | ((registerFn: () => string) => SlotRegistry<UserBarSection[]>))[]"
@@ -3106,7 +3169,7 @@
3106
3169
  "__schema": "FunctionLikeSchema",
3107
3170
  "location": {
3108
3171
  "filePath": "cloud.ui.runtime.tsx",
3109
- "line": 51,
3172
+ "line": 55,
3110
3173
  "character": 3
3111
3174
  },
3112
3175
  "signature": "(method) CloudUI.provider([workspace, lanes, component]: [WorkspaceUI, LanesUI, ComponentUI], _: any, [userBarItemSlot, userBarSectionSlot]: [UserBarItemSlot, UserBarSectionSlot]): Promise<CloudUI>",
@@ -3116,7 +3179,7 @@
3116
3179
  "__schema": "ParameterSchema",
3117
3180
  "location": {
3118
3181
  "filePath": "cloud.ui.runtime.tsx",
3119
- "line": 52,
3182
+ "line": 56,
3120
3183
  "character": 5
3121
3184
  },
3122
3185
  "name": "[ workspace, lanes, component ]",
@@ -3124,7 +3187,7 @@
3124
3187
  "__schema": "TupleTypeSchema",
3125
3188
  "location": {
3126
3189
  "filePath": "cloud.ui.runtime.tsx",
3127
- "line": 52,
3190
+ "line": 56,
3128
3191
  "character": 36
3129
3192
  },
3130
3193
  "elements": [
@@ -3132,7 +3195,7 @@
3132
3195
  "__schema": "TypeRefSchema",
3133
3196
  "location": {
3134
3197
  "filePath": "cloud.ui.runtime.tsx",
3135
- "line": 52,
3198
+ "line": 56,
3136
3199
  "character": 37
3137
3200
  },
3138
3201
  "name": "WorkspaceUI"
@@ -3141,7 +3204,7 @@
3141
3204
  "__schema": "TypeRefSchema",
3142
3205
  "location": {
3143
3206
  "filePath": "cloud.ui.runtime.tsx",
3144
- "line": 52,
3207
+ "line": 56,
3145
3208
  "character": 50
3146
3209
  },
3147
3210
  "name": "LanesUI"
@@ -3150,7 +3213,7 @@
3150
3213
  "__schema": "TypeRefSchema",
3151
3214
  "location": {
3152
3215
  "filePath": "cloud.ui.runtime.tsx",
3153
- "line": 52,
3216
+ "line": 56,
3154
3217
  "character": 59
3155
3218
  },
3156
3219
  "name": "ComponentUI"
@@ -3164,7 +3227,7 @@
3164
3227
  "__schema": "ParameterSchema",
3165
3228
  "location": {
3166
3229
  "filePath": "cloud.ui.runtime.tsx",
3167
- "line": 53,
3230
+ "line": 57,
3168
3231
  "character": 5
3169
3232
  },
3170
3233
  "name": "_",
@@ -3172,7 +3235,7 @@
3172
3235
  "__schema": "InferenceTypeSchema",
3173
3236
  "location": {
3174
3237
  "filePath": "cloud.ui.runtime.tsx",
3175
- "line": 53,
3238
+ "line": 57,
3176
3239
  "character": 5
3177
3240
  },
3178
3241
  "type": "any"
@@ -3184,7 +3247,7 @@
3184
3247
  "__schema": "ParameterSchema",
3185
3248
  "location": {
3186
3249
  "filePath": "cloud.ui.runtime.tsx",
3187
- "line": 54,
3250
+ "line": 58,
3188
3251
  "character": 5
3189
3252
  },
3190
3253
  "name": "[ userBarItemSlot, userBarSectionSlot ]",
@@ -3192,7 +3255,7 @@
3192
3255
  "__schema": "TupleTypeSchema",
3193
3256
  "location": {
3194
3257
  "filePath": "cloud.ui.runtime.tsx",
3195
- "line": 54,
3258
+ "line": 58,
3196
3259
  "character": 44
3197
3260
  },
3198
3261
  "elements": [
@@ -3200,7 +3263,7 @@
3200
3263
  "__schema": "TypeRefSchema",
3201
3264
  "location": {
3202
3265
  "filePath": "cloud.ui.runtime.tsx",
3203
- "line": 54,
3266
+ "line": 58,
3204
3267
  "character": 45
3205
3268
  },
3206
3269
  "name": "UserBarItemSlot"
@@ -3209,7 +3272,7 @@
3209
3272
  "__schema": "TypeRefSchema",
3210
3273
  "location": {
3211
3274
  "filePath": "cloud.ui.runtime.tsx",
3212
- "line": 54,
3275
+ "line": 58,
3213
3276
  "character": 62
3214
3277
  },
3215
3278
  "name": "UserBarSectionSlot"
@@ -3224,7 +3287,7 @@
3224
3287
  "__schema": "InferenceTypeSchema",
3225
3288
  "location": {
3226
3289
  "filePath": "cloud.ui.runtime.tsx",
3227
- "line": 51,
3290
+ "line": 55,
3228
3291
  "character": 3
3229
3292
  },
3230
3293
  "type": "Promise<CloudUI>"
@@ -5650,6 +5713,48 @@
5650
5713
  "line": 431,
5651
5714
  "character": 3
5652
5715
  },
5716
+ "signature": "(method) CloudMain.setRedirectUrl(redirectUrl: string): void",
5717
+ "name": "setRedirectUrl",
5718
+ "params": [
5719
+ {
5720
+ "__schema": "ParameterSchema",
5721
+ "location": {
5722
+ "filePath": "cloud.main.runtime.ts",
5723
+ "line": 431,
5724
+ "character": 18
5725
+ },
5726
+ "name": "redirectUrl",
5727
+ "type": {
5728
+ "__schema": "KeywordTypeSchema",
5729
+ "location": {
5730
+ "filePath": "cloud.main.runtime.ts",
5731
+ "line": 431,
5732
+ "character": 31
5733
+ },
5734
+ "name": "string"
5735
+ },
5736
+ "isOptional": false,
5737
+ "isSpread": false
5738
+ }
5739
+ ],
5740
+ "returnType": {
5741
+ "__schema": "InferenceTypeSchema",
5742
+ "location": {
5743
+ "filePath": "cloud.main.runtime.ts",
5744
+ "line": 431,
5745
+ "character": 3
5746
+ },
5747
+ "type": "void"
5748
+ },
5749
+ "modifiers": []
5750
+ },
5751
+ {
5752
+ "__schema": "FunctionLikeSchema",
5753
+ "location": {
5754
+ "filePath": "cloud.main.runtime.ts",
5755
+ "line": 435,
5756
+ "character": 3
5757
+ },
5653
5758
  "signature": "(method) CloudMain.whoami(): Promise<string | undefined>",
5654
5759
  "name": "whoami",
5655
5760
  "params": [],
@@ -5657,7 +5762,7 @@
5657
5762
  "__schema": "TypeRefSchema",
5658
5763
  "location": {
5659
5764
  "filePath": "cloud.main.runtime.ts",
5660
- "line": 431,
5765
+ "line": 435,
5661
5766
  "character": 19
5662
5767
  },
5663
5768
  "name": "Promise",
@@ -5666,7 +5771,7 @@
5666
5771
  "__schema": "TypeUnionSchema",
5667
5772
  "location": {
5668
5773
  "filePath": "cloud.main.runtime.ts",
5669
- "line": 431,
5774
+ "line": 435,
5670
5775
  "character": 27
5671
5776
  },
5672
5777
  "types": [
@@ -5674,7 +5779,7 @@
5674
5779
  "__schema": "KeywordTypeSchema",
5675
5780
  "location": {
5676
5781
  "filePath": "cloud.main.runtime.ts",
5677
- "line": 431,
5782
+ "line": 435,
5678
5783
  "character": 27
5679
5784
  },
5680
5785
  "name": "string"
@@ -5683,7 +5788,7 @@
5683
5788
  "__schema": "KeywordTypeSchema",
5684
5789
  "location": {
5685
5790
  "filePath": "cloud.main.runtime.ts",
5686
- "line": 431,
5791
+ "line": 435,
5687
5792
  "character": 36
5688
5793
  },
5689
5794
  "name": "undefined"
@@ -5700,7 +5805,7 @@
5700
5805
  "__schema": "FunctionLikeSchema",
5701
5806
  "location": {
5702
5807
  "filePath": "cloud.main.runtime.ts",
5703
- "line": 439,
5808
+ "line": 443,
5704
5809
  "character": 3
5705
5810
  },
5706
5811
  "signature": "(method) CloudMain.login(port?: string, suppressBrowserLaunch?: boolean, machineName?: string, cloudDomain?: string, redirectUrl?: string, skipConfigUpdate?: boolean): Promise<{\n isAlreadyLoggedIn?: boolean;\n username?: string;\n token?: string;\n npmrcUpdateResult?: NpmConfigUpdateResult;\n} | null>",
@@ -5710,7 +5815,7 @@
5710
5815
  "__schema": "ParameterSchema",
5711
5816
  "location": {
5712
5817
  "filePath": "cloud.main.runtime.ts",
5713
- "line": 440,
5818
+ "line": 444,
5714
5819
  "character": 5
5715
5820
  },
5716
5821
  "name": "port",
@@ -5718,7 +5823,7 @@
5718
5823
  "__schema": "KeywordTypeSchema",
5719
5824
  "location": {
5720
5825
  "filePath": "cloud.main.runtime.ts",
5721
- "line": 440,
5826
+ "line": 444,
5722
5827
  "character": 12
5723
5828
  },
5724
5829
  "name": "string"
@@ -5730,7 +5835,7 @@
5730
5835
  "__schema": "ParameterSchema",
5731
5836
  "location": {
5732
5837
  "filePath": "cloud.main.runtime.ts",
5733
- "line": 441,
5838
+ "line": 445,
5734
5839
  "character": 5
5735
5840
  },
5736
5841
  "name": "suppressBrowserLaunch",
@@ -5738,7 +5843,7 @@
5738
5843
  "__schema": "KeywordTypeSchema",
5739
5844
  "location": {
5740
5845
  "filePath": "cloud.main.runtime.ts",
5741
- "line": 441,
5846
+ "line": 445,
5742
5847
  "character": 29
5743
5848
  },
5744
5849
  "name": "boolean"
@@ -5750,7 +5855,7 @@
5750
5855
  "__schema": "ParameterSchema",
5751
5856
  "location": {
5752
5857
  "filePath": "cloud.main.runtime.ts",
5753
- "line": 442,
5858
+ "line": 446,
5754
5859
  "character": 5
5755
5860
  },
5756
5861
  "name": "machineName",
@@ -5758,7 +5863,7 @@
5758
5863
  "__schema": "KeywordTypeSchema",
5759
5864
  "location": {
5760
5865
  "filePath": "cloud.main.runtime.ts",
5761
- "line": 442,
5866
+ "line": 446,
5762
5867
  "character": 19
5763
5868
  },
5764
5869
  "name": "string"
@@ -5770,7 +5875,7 @@
5770
5875
  "__schema": "ParameterSchema",
5771
5876
  "location": {
5772
5877
  "filePath": "cloud.main.runtime.ts",
5773
- "line": 443,
5878
+ "line": 447,
5774
5879
  "character": 5
5775
5880
  },
5776
5881
  "name": "cloudDomain",
@@ -5778,7 +5883,7 @@
5778
5883
  "__schema": "KeywordTypeSchema",
5779
5884
  "location": {
5780
5885
  "filePath": "cloud.main.runtime.ts",
5781
- "line": 443,
5886
+ "line": 447,
5782
5887
  "character": 19
5783
5888
  },
5784
5889
  "name": "string"
@@ -5790,7 +5895,7 @@
5790
5895
  "__schema": "ParameterSchema",
5791
5896
  "location": {
5792
5897
  "filePath": "cloud.main.runtime.ts",
5793
- "line": 444,
5898
+ "line": 448,
5794
5899
  "character": 5
5795
5900
  },
5796
5901
  "name": "redirectUrl",
@@ -5798,7 +5903,7 @@
5798
5903
  "__schema": "KeywordTypeSchema",
5799
5904
  "location": {
5800
5905
  "filePath": "cloud.main.runtime.ts",
5801
- "line": 444,
5906
+ "line": 448,
5802
5907
  "character": 19
5803
5908
  },
5804
5909
  "name": "string"
@@ -5810,7 +5915,7 @@
5810
5915
  "__schema": "ParameterSchema",
5811
5916
  "location": {
5812
5917
  "filePath": "cloud.main.runtime.ts",
5813
- "line": 445,
5918
+ "line": 449,
5814
5919
  "character": 5
5815
5920
  },
5816
5921
  "name": "skipConfigUpdate",
@@ -5818,7 +5923,7 @@
5818
5923
  "__schema": "KeywordTypeSchema",
5819
5924
  "location": {
5820
5925
  "filePath": "cloud.main.runtime.ts",
5821
- "line": 445,
5926
+ "line": 449,
5822
5927
  "character": 24
5823
5928
  },
5824
5929
  "name": "boolean"
@@ -5831,7 +5936,7 @@
5831
5936
  "__schema": "TypeRefSchema",
5832
5937
  "location": {
5833
5938
  "filePath": "cloud.main.runtime.ts",
5834
- "line": 446,
5939
+ "line": 450,
5835
5940
  "character": 6
5836
5941
  },
5837
5942
  "name": "Promise",
@@ -5840,7 +5945,7 @@
5840
5945
  "__schema": "TypeUnionSchema",
5841
5946
  "location": {
5842
5947
  "filePath": "cloud.main.runtime.ts",
5843
- "line": 446,
5948
+ "line": 450,
5844
5949
  "character": 14
5845
5950
  },
5846
5951
  "types": [
@@ -5848,7 +5953,7 @@
5848
5953
  "__schema": "TypeLiteralSchema",
5849
5954
  "location": {
5850
5955
  "filePath": "cloud.main.runtime.ts",
5851
- "line": 446,
5956
+ "line": 450,
5852
5957
  "character": 14
5853
5958
  },
5854
5959
  "members": [
@@ -5856,7 +5961,7 @@
5856
5961
  "__schema": "VariableLikeSchema",
5857
5962
  "location": {
5858
5963
  "filePath": "cloud.main.runtime.ts",
5859
- "line": 447,
5964
+ "line": 451,
5860
5965
  "character": 5
5861
5966
  },
5862
5967
  "signature": "(property) isAlreadyLoggedIn?: boolean | undefined",
@@ -5865,7 +5970,7 @@
5865
5970
  "__schema": "KeywordTypeSchema",
5866
5971
  "location": {
5867
5972
  "filePath": "cloud.main.runtime.ts",
5868
- "line": 447,
5973
+ "line": 451,
5869
5974
  "character": 25
5870
5975
  },
5871
5976
  "name": "boolean"
@@ -5876,7 +5981,7 @@
5876
5981
  "__schema": "VariableLikeSchema",
5877
5982
  "location": {
5878
5983
  "filePath": "cloud.main.runtime.ts",
5879
- "line": 448,
5984
+ "line": 452,
5880
5985
  "character": 5
5881
5986
  },
5882
5987
  "signature": "(property) username?: string | undefined",
@@ -5885,7 +5990,7 @@
5885
5990
  "__schema": "KeywordTypeSchema",
5886
5991
  "location": {
5887
5992
  "filePath": "cloud.main.runtime.ts",
5888
- "line": 448,
5993
+ "line": 452,
5889
5994
  "character": 16
5890
5995
  },
5891
5996
  "name": "string"
@@ -5896,7 +6001,7 @@
5896
6001
  "__schema": "VariableLikeSchema",
5897
6002
  "location": {
5898
6003
  "filePath": "cloud.main.runtime.ts",
5899
- "line": 449,
6004
+ "line": 453,
5900
6005
  "character": 5
5901
6006
  },
5902
6007
  "signature": "(property) token?: string | undefined",
@@ -5905,7 +6010,7 @@
5905
6010
  "__schema": "KeywordTypeSchema",
5906
6011
  "location": {
5907
6012
  "filePath": "cloud.main.runtime.ts",
5908
- "line": 449,
6013
+ "line": 453,
5909
6014
  "character": 13
5910
6015
  },
5911
6016
  "name": "string"
@@ -5916,7 +6021,7 @@
5916
6021
  "__schema": "VariableLikeSchema",
5917
6022
  "location": {
5918
6023
  "filePath": "cloud.main.runtime.ts",
5919
- "line": 450,
6024
+ "line": 454,
5920
6025
  "character": 5
5921
6026
  },
5922
6027
  "signature": "(property) npmrcUpdateResult?: NpmConfigUpdateResult | undefined",
@@ -5925,7 +6030,7 @@
5925
6030
  "__schema": "TypeRefSchema",
5926
6031
  "location": {
5927
6032
  "filePath": "cloud.main.runtime.ts",
5928
- "line": 450,
6033
+ "line": 454,
5929
6034
  "character": 25
5930
6035
  },
5931
6036
  "name": "NpmConfigUpdateResult"
@@ -5938,7 +6043,7 @@
5938
6043
  "__schema": "LiteralTypeSchema",
5939
6044
  "location": {
5940
6045
  "filePath": "cloud.main.runtime.ts",
5941
- "line": 451,
6046
+ "line": 455,
5942
6047
  "character": 7
5943
6048
  },
5944
6049
  "name": "null"
@@ -5955,7 +6060,7 @@
5955
6060
  "__schema": "VariableLikeSchema",
5956
6061
  "location": {
5957
6062
  "filePath": "cloud.main.runtime.ts",
5958
- "line": 504,
6063
+ "line": 508,
5959
6064
  "character": 3
5960
6065
  },
5961
6066
  "signature": "(property) CloudMain.GET_SCOPES: string",
@@ -5964,7 +6069,7 @@
5964
6069
  "__schema": "InferenceTypeSchema",
5965
6070
  "location": {
5966
6071
  "filePath": "cloud.main.runtime.ts",
5967
- "line": 504,
6072
+ "line": 508,
5968
6073
  "character": 3
5969
6074
  },
5970
6075
  "type": "string"
@@ -5976,7 +6081,7 @@
5976
6081
  "__schema": "VariableLikeSchema",
5977
6082
  "location": {
5978
6083
  "filePath": "cloud.main.runtime.ts",
5979
- "line": 516,
6084
+ "line": 520,
5980
6085
  "character": 3
5981
6086
  },
5982
6087
  "signature": "(property) CloudMain.GET_CURRENT_USER: string",
@@ -5985,7 +6090,7 @@
5985
6090
  "__schema": "InferenceTypeSchema",
5986
6091
  "location": {
5987
6092
  "filePath": "cloud.main.runtime.ts",
5988
- "line": 516,
6093
+ "line": 520,
5989
6094
  "character": 3
5990
6095
  },
5991
6096
  "type": "string"
@@ -5997,7 +6102,7 @@
5997
6102
  "__schema": "VariableLikeSchema",
5998
6103
  "location": {
5999
6104
  "filePath": "cloud.main.runtime.ts",
6000
- "line": 526,
6105
+ "line": 530,
6001
6106
  "character": 3
6002
6107
  },
6003
6108
  "signature": "(property) CloudMain.GET_USER_ORGANIZATIONS: string",
@@ -6006,7 +6111,7 @@
6006
6111
  "__schema": "InferenceTypeSchema",
6007
6112
  "location": {
6008
6113
  "filePath": "cloud.main.runtime.ts",
6009
- "line": 526,
6114
+ "line": 530,
6010
6115
  "character": 3
6011
6116
  },
6012
6117
  "type": "string"
@@ -6018,7 +6123,7 @@
6018
6123
  "__schema": "VariableLikeSchema",
6019
6124
  "location": {
6020
6125
  "filePath": "cloud.main.runtime.ts",
6021
- "line": 535,
6126
+ "line": 539,
6022
6127
  "character": 3
6023
6128
  },
6024
6129
  "signature": "(property) CloudMain.PRESET_ORGS: string[]",
@@ -6027,7 +6132,7 @@
6027
6132
  "__schema": "InferenceTypeSchema",
6028
6133
  "location": {
6029
6134
  "filePath": "cloud.main.runtime.ts",
6030
- "line": 535,
6135
+ "line": 539,
6031
6136
  "character": 3
6032
6137
  },
6033
6138
  "type": "string[]"
@@ -6039,7 +6144,7 @@
6039
6144
  "__schema": "FunctionLikeSchema",
6040
6145
  "location": {
6041
6146
  "filePath": "cloud.main.runtime.ts",
6042
- "line": 537,
6147
+ "line": 541,
6043
6148
  "character": 3
6044
6149
  },
6045
6150
  "signature": "(method) CloudMain.getCloudScopes(scopes: string[]): Promise<ScopeDescriptor[]>",
@@ -6049,7 +6154,7 @@
6049
6154
  "__schema": "ParameterSchema",
6050
6155
  "location": {
6051
6156
  "filePath": "cloud.main.runtime.ts",
6052
- "line": 537,
6157
+ "line": 541,
6053
6158
  "character": 24
6054
6159
  },
6055
6160
  "name": "scopes",
@@ -6057,14 +6162,14 @@
6057
6162
  "__schema": "TypeArraySchema",
6058
6163
  "location": {
6059
6164
  "filePath": "cloud.main.runtime.ts",
6060
- "line": 537,
6165
+ "line": 541,
6061
6166
  "character": 32
6062
6167
  },
6063
6168
  "type": {
6064
6169
  "__schema": "KeywordTypeSchema",
6065
6170
  "location": {
6066
6171
  "filePath": "cloud.main.runtime.ts",
6067
- "line": 537,
6172
+ "line": 541,
6068
6173
  "character": 32
6069
6174
  },
6070
6175
  "name": "string"
@@ -6078,7 +6183,7 @@
6078
6183
  "__schema": "TypeRefSchema",
6079
6184
  "location": {
6080
6185
  "filePath": "cloud.main.runtime.ts",
6081
- "line": 537,
6186
+ "line": 541,
6082
6187
  "character": 43
6083
6188
  },
6084
6189
  "name": "Promise",
@@ -6087,14 +6192,14 @@
6087
6192
  "__schema": "TypeArraySchema",
6088
6193
  "location": {
6089
6194
  "filePath": "cloud.main.runtime.ts",
6090
- "line": 537,
6195
+ "line": 541,
6091
6196
  "character": 51
6092
6197
  },
6093
6198
  "type": {
6094
6199
  "__schema": "TypeRefSchema",
6095
6200
  "location": {
6096
6201
  "filePath": "cloud.main.runtime.ts",
6097
- "line": 537,
6202
+ "line": 541,
6098
6203
  "character": 51
6099
6204
  },
6100
6205
  "name": "ScopeDescriptor"
@@ -6110,7 +6215,7 @@
6110
6215
  "__schema": "FunctionLikeSchema",
6111
6216
  "location": {
6112
6217
  "filePath": "cloud.main.runtime.ts",
6113
- "line": 556,
6218
+ "line": 560,
6114
6219
  "character": 3
6115
6220
  },
6116
6221
  "signature": "(method) CloudMain.getCurrentUser(): Promise<CloudUser | null>",
@@ -6120,7 +6225,7 @@
6120
6225
  "__schema": "TypeRefSchema",
6121
6226
  "location": {
6122
6227
  "filePath": "cloud.main.runtime.ts",
6123
- "line": 556,
6228
+ "line": 560,
6124
6229
  "character": 27
6125
6230
  },
6126
6231
  "name": "Promise",
@@ -6129,7 +6234,7 @@
6129
6234
  "__schema": "TypeUnionSchema",
6130
6235
  "location": {
6131
6236
  "filePath": "cloud.main.runtime.ts",
6132
- "line": 556,
6237
+ "line": 560,
6133
6238
  "character": 35
6134
6239
  },
6135
6240
  "types": [
@@ -6137,7 +6242,7 @@
6137
6242
  "__schema": "TypeRefSchema",
6138
6243
  "location": {
6139
6244
  "filePath": "cloud.main.runtime.ts",
6140
- "line": 556,
6245
+ "line": 560,
6141
6246
  "character": 35
6142
6247
  },
6143
6248
  "name": "CloudUser"
@@ -6146,7 +6251,7 @@
6146
6251
  "__schema": "LiteralTypeSchema",
6147
6252
  "location": {
6148
6253
  "filePath": "cloud.main.runtime.ts",
6149
- "line": 556,
6254
+ "line": 560,
6150
6255
  "character": 47
6151
6256
  },
6152
6257
  "name": "null"
@@ -6163,7 +6268,7 @@
6163
6268
  "__schema": "FunctionLikeSchema",
6164
6269
  "location": {
6165
6270
  "filePath": "cloud.main.runtime.ts",
6166
- "line": 568,
6271
+ "line": 572,
6167
6272
  "character": 3
6168
6273
  },
6169
6274
  "signature": "(method) CloudMain.getUserOrganizations(): Promise<CloudOrganization[] | null>",
@@ -6173,7 +6278,7 @@
6173
6278
  "__schema": "TypeRefSchema",
6174
6279
  "location": {
6175
6280
  "filePath": "cloud.main.runtime.ts",
6176
- "line": 568,
6281
+ "line": 572,
6177
6282
  "character": 33
6178
6283
  },
6179
6284
  "name": "Promise",
@@ -6182,7 +6287,7 @@
6182
6287
  "__schema": "TypeUnionSchema",
6183
6288
  "location": {
6184
6289
  "filePath": "cloud.main.runtime.ts",
6185
- "line": 568,
6290
+ "line": 572,
6186
6291
  "character": 41
6187
6292
  },
6188
6293
  "types": [
@@ -6190,14 +6295,14 @@
6190
6295
  "__schema": "TypeArraySchema",
6191
6296
  "location": {
6192
6297
  "filePath": "cloud.main.runtime.ts",
6193
- "line": 568,
6298
+ "line": 572,
6194
6299
  "character": 41
6195
6300
  },
6196
6301
  "type": {
6197
6302
  "__schema": "TypeRefSchema",
6198
6303
  "location": {
6199
6304
  "filePath": "cloud.main.runtime.ts",
6200
- "line": 568,
6305
+ "line": 572,
6201
6306
  "character": 41
6202
6307
  },
6203
6308
  "name": "CloudOrganization"
@@ -6207,7 +6312,7 @@
6207
6312
  "__schema": "LiteralTypeSchema",
6208
6313
  "location": {
6209
6314
  "filePath": "cloud.main.runtime.ts",
6210
- "line": 568,
6315
+ "line": 572,
6211
6316
  "character": 63
6212
6317
  },
6213
6318
  "name": "null"
@@ -6224,7 +6329,7 @@
6224
6329
  "__schema": "FunctionLikeSchema",
6225
6330
  "location": {
6226
6331
  "filePath": "cloud.main.runtime.ts",
6227
- "line": 577,
6332
+ "line": 581,
6228
6333
  "character": 3
6229
6334
  },
6230
6335
  "signature": "(method) CloudMain.fetchFromSymphonyViaGQL<T>(query: string, variables?: Record<string, any>): Promise<T | null>",
@@ -6234,7 +6339,7 @@
6234
6339
  "__schema": "ParameterSchema",
6235
6340
  "location": {
6236
6341
  "filePath": "cloud.main.runtime.ts",
6237
- "line": 577,
6342
+ "line": 581,
6238
6343
  "character": 36
6239
6344
  },
6240
6345
  "name": "query",
@@ -6242,7 +6347,7 @@
6242
6347
  "__schema": "KeywordTypeSchema",
6243
6348
  "location": {
6244
6349
  "filePath": "cloud.main.runtime.ts",
6245
- "line": 577,
6350
+ "line": 581,
6246
6351
  "character": 43
6247
6352
  },
6248
6353
  "name": "string"
@@ -6254,7 +6359,7 @@
6254
6359
  "__schema": "ParameterSchema",
6255
6360
  "location": {
6256
6361
  "filePath": "cloud.main.runtime.ts",
6257
- "line": 577,
6362
+ "line": 581,
6258
6363
  "character": 51
6259
6364
  },
6260
6365
  "name": "variables",
@@ -6262,7 +6367,7 @@
6262
6367
  "__schema": "TypeRefSchema",
6263
6368
  "location": {
6264
6369
  "filePath": "cloud.main.runtime.ts",
6265
- "line": 577,
6370
+ "line": 581,
6266
6371
  "character": 63
6267
6372
  },
6268
6373
  "name": "Record",
@@ -6271,7 +6376,7 @@
6271
6376
  "__schema": "KeywordTypeSchema",
6272
6377
  "location": {
6273
6378
  "filePath": "cloud.main.runtime.ts",
6274
- "line": 577,
6379
+ "line": 581,
6275
6380
  "character": 70
6276
6381
  },
6277
6382
  "name": "string"
@@ -6280,7 +6385,7 @@
6280
6385
  "__schema": "KeywordTypeSchema",
6281
6386
  "location": {
6282
6387
  "filePath": "cloud.main.runtime.ts",
6283
- "line": 577,
6388
+ "line": 581,
6284
6389
  "character": 78
6285
6390
  },
6286
6391
  "name": "any"
@@ -6295,7 +6400,7 @@
6295
6400
  "__schema": "TypeRefSchema",
6296
6401
  "location": {
6297
6402
  "filePath": "cloud.main.runtime.ts",
6298
- "line": 577,
6403
+ "line": 581,
6299
6404
  "character": 85
6300
6405
  },
6301
6406
  "name": "Promise",
@@ -6304,7 +6409,7 @@
6304
6409
  "__schema": "TypeUnionSchema",
6305
6410
  "location": {
6306
6411
  "filePath": "cloud.main.runtime.ts",
6307
- "line": 577,
6412
+ "line": 581,
6308
6413
  "character": 93
6309
6414
  },
6310
6415
  "types": [
@@ -6312,7 +6417,7 @@
6312
6417
  "__schema": "TypeRefSchema",
6313
6418
  "location": {
6314
6419
  "filePath": "cloud.main.runtime.ts",
6315
- "line": 577,
6420
+ "line": 581,
6316
6421
  "character": 93
6317
6422
  },
6318
6423
  "name": "T"
@@ -6321,7 +6426,7 @@
6321
6426
  "__schema": "LiteralTypeSchema",
6322
6427
  "location": {
6323
6428
  "filePath": "cloud.main.runtime.ts",
6324
- "line": 577,
6429
+ "line": 581,
6325
6430
  "character": 97
6326
6431
  },
6327
6432
  "name": "null"
@@ -6341,7 +6446,7 @@
6341
6446
  "__schema": "VariableLikeSchema",
6342
6447
  "location": {
6343
6448
  "filePath": "cloud.main.runtime.ts",
6344
- "line": 604,
6449
+ "line": 608,
6345
6450
  "character": 3
6346
6451
  },
6347
6452
  "signature": "(property) CloudMain.slots: ((registerFn: () => string) => SlotRegistry<OnSuccessLogin>)[]",
@@ -6350,7 +6455,7 @@
6350
6455
  "__schema": "InferenceTypeSchema",
6351
6456
  "location": {
6352
6457
  "filePath": "cloud.main.runtime.ts",
6353
- "line": 604,
6458
+ "line": 608,
6354
6459
  "character": 3
6355
6460
  },
6356
6461
  "type": "((registerFn: () => string) => SlotRegistry<OnSuccessLogin>)[]"
@@ -6362,7 +6467,7 @@
6362
6467
  "__schema": "VariableLikeSchema",
6363
6468
  "location": {
6364
6469
  "filePath": "cloud.main.runtime.ts",
6365
- "line": 605,
6470
+ "line": 609,
6366
6471
  "character": 3
6367
6472
  },
6368
6473
  "signature": "(property) CloudMain.dependencies: Aspect[]",
@@ -6371,7 +6476,7 @@
6371
6476
  "__schema": "InferenceTypeSchema",
6372
6477
  "location": {
6373
6478
  "filePath": "cloud.main.runtime.ts",
6374
- "line": 605,
6479
+ "line": 609,
6375
6480
  "character": 3
6376
6481
  },
6377
6482
  "type": "Aspect[]"
@@ -6383,7 +6488,7 @@
6383
6488
  "__schema": "VariableLikeSchema",
6384
6489
  "location": {
6385
6490
  "filePath": "cloud.main.runtime.ts",
6386
- "line": 615,
6491
+ "line": 619,
6387
6492
  "character": 3
6388
6493
  },
6389
6494
  "signature": "(property) CloudMain.runtime: RuntimeDefinition",
@@ -6392,7 +6497,7 @@
6392
6497
  "__schema": "InferenceTypeSchema",
6393
6498
  "location": {
6394
6499
  "filePath": "cloud.main.runtime.ts",
6395
- "line": 615,
6500
+ "line": 619,
6396
6501
  "character": 3
6397
6502
  },
6398
6503
  "type": "RuntimeDefinition"
@@ -6404,7 +6509,7 @@
6404
6509
  "__schema": "VariableLikeSchema",
6405
6510
  "location": {
6406
6511
  "filePath": "cloud.main.runtime.ts",
6407
- "line": 616,
6512
+ "line": 620,
6408
6513
  "character": 3
6409
6514
  },
6410
6515
  "signature": "(property) CloudMain.defaultConfig: CloudWorkspaceConfig",
@@ -6413,7 +6518,7 @@
6413
6518
  "__schema": "TypeRefSchema",
6414
6519
  "location": {
6415
6520
  "filePath": "cloud.main.runtime.ts",
6416
- "line": 616,
6521
+ "line": 620,
6417
6522
  "character": 3
6418
6523
  },
6419
6524
  "name": "CloudWorkspaceConfig",
@@ -6426,7 +6531,7 @@
6426
6531
  "__schema": "FunctionLikeSchema",
6427
6532
  "location": {
6428
6533
  "filePath": "cloud.main.runtime.ts",
6429
- "line": 628,
6534
+ "line": 632,
6430
6535
  "character": 3
6431
6536
  },
6432
6537
  "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>",
@@ -6436,7 +6541,7 @@
6436
6541
  "__schema": "ParameterSchema",
6437
6542
  "location": {
6438
6543
  "filePath": "cloud.main.runtime.ts",
6439
- "line": 629,
6544
+ "line": 633,
6440
6545
  "character": 5
6441
6546
  },
6442
6547
  "name": "[ loggerMain, graphql, express, workspace, scope, globalConfig, cli, ui ]",
@@ -6444,7 +6549,7 @@
6444
6549
  "__schema": "TupleTypeSchema",
6445
6550
  "location": {
6446
6551
  "filePath": "cloud.main.runtime.ts",
6447
- "line": 629,
6552
+ "line": 633,
6448
6553
  "character": 78
6449
6554
  },
6450
6555
  "elements": [
@@ -6452,7 +6557,7 @@
6452
6557
  "__schema": "TypeRefSchema",
6453
6558
  "location": {
6454
6559
  "filePath": "cloud.main.runtime.ts",
6455
- "line": 630,
6560
+ "line": 634,
6456
6561
  "character": 7
6457
6562
  },
6458
6563
  "name": "LoggerMain"
@@ -6461,7 +6566,7 @@
6461
6566
  "__schema": "TypeRefSchema",
6462
6567
  "location": {
6463
6568
  "filePath": "cloud.main.runtime.ts",
6464
- "line": 631,
6569
+ "line": 635,
6465
6570
  "character": 7
6466
6571
  },
6467
6572
  "name": "GraphqlMain"
@@ -6470,7 +6575,7 @@
6470
6575
  "__schema": "TypeRefSchema",
6471
6576
  "location": {
6472
6577
  "filePath": "cloud.main.runtime.ts",
6473
- "line": 632,
6578
+ "line": 636,
6474
6579
  "character": 7
6475
6580
  },
6476
6581
  "name": "ExpressMain"
@@ -6479,7 +6584,7 @@
6479
6584
  "__schema": "TypeRefSchema",
6480
6585
  "location": {
6481
6586
  "filePath": "cloud.main.runtime.ts",
6482
- "line": 633,
6587
+ "line": 637,
6483
6588
  "character": 7
6484
6589
  },
6485
6590
  "name": "Workspace"
@@ -6488,7 +6593,7 @@
6488
6593
  "__schema": "TypeRefSchema",
6489
6594
  "location": {
6490
6595
  "filePath": "cloud.main.runtime.ts",
6491
- "line": 634,
6596
+ "line": 638,
6492
6597
  "character": 7
6493
6598
  },
6494
6599
  "name": "ScopeMain"
@@ -6497,7 +6602,7 @@
6497
6602
  "__schema": "TypeRefSchema",
6498
6603
  "location": {
6499
6604
  "filePath": "cloud.main.runtime.ts",
6500
- "line": 635,
6605
+ "line": 639,
6501
6606
  "character": 7
6502
6607
  },
6503
6608
  "name": "GlobalConfigMain"
@@ -6506,7 +6611,7 @@
6506
6611
  "__schema": "TypeRefSchema",
6507
6612
  "location": {
6508
6613
  "filePath": "cloud.main.runtime.ts",
6509
- "line": 636,
6614
+ "line": 640,
6510
6615
  "character": 7
6511
6616
  },
6512
6617
  "name": "CLIMain"
@@ -6515,7 +6620,7 @@
6515
6620
  "__schema": "TypeRefSchema",
6516
6621
  "location": {
6517
6622
  "filePath": "cloud.main.runtime.ts",
6518
- "line": 637,
6623
+ "line": 641,
6519
6624
  "character": 7
6520
6625
  },
6521
6626
  "name": "UiMain"
@@ -6529,7 +6634,7 @@
6529
6634
  "__schema": "ParameterSchema",
6530
6635
  "location": {
6531
6636
  "filePath": "cloud.main.runtime.ts",
6532
- "line": 639,
6637
+ "line": 643,
6533
6638
  "character": 5
6534
6639
  },
6535
6640
  "name": "config",
@@ -6537,7 +6642,7 @@
6537
6642
  "__schema": "TypeRefSchema",
6538
6643
  "location": {
6539
6644
  "filePath": "cloud.main.runtime.ts",
6540
- "line": 639,
6645
+ "line": 643,
6541
6646
  "character": 13
6542
6647
  },
6543
6648
  "name": "CloudWorkspaceConfig"
@@ -6549,7 +6654,7 @@
6549
6654
  "__schema": "ParameterSchema",
6550
6655
  "location": {
6551
6656
  "filePath": "cloud.main.runtime.ts",
6552
- "line": 640,
6657
+ "line": 644,
6553
6658
  "character": 5
6554
6659
  },
6555
6660
  "name": "[ onSuccessLoginSlot ]",
@@ -6557,7 +6662,7 @@
6557
6662
  "__schema": "TupleTypeSchema",
6558
6663
  "location": {
6559
6664
  "filePath": "cloud.main.runtime.ts",
6560
- "line": 640,
6665
+ "line": 644,
6561
6666
  "character": 27
6562
6667
  },
6563
6668
  "elements": [
@@ -6565,7 +6670,7 @@
6565
6670
  "__schema": "TypeRefSchema",
6566
6671
  "location": {
6567
6672
  "filePath": "cloud.main.runtime.ts",
6568
- "line": 640,
6673
+ "line": 644,
6569
6674
  "character": 28
6570
6675
  },
6571
6676
  "name": "OnSuccessLoginSlot"
@@ -6580,7 +6685,7 @@
6580
6685
  "__schema": "InferenceTypeSchema",
6581
6686
  "location": {
6582
6687
  "filePath": "cloud.main.runtime.ts",
6583
- "line": 628,
6688
+ "line": 632,
6584
6689
  "character": 3
6585
6690
  },
6586
6691
  "type": "Promise<CloudMain>"
@@ -6887,7 +6992,7 @@
6887
6992
  "__schema": "UnImplementedSchema",
6888
6993
  "location": {
6889
6994
  "filePath": "cloud.main.runtime.ts",
6890
- "line": 662,
6995
+ "line": 666,
6891
6996
  "character": 1
6892
6997
  },
6893
6998
  "name": "CloudAspect.addRuntime(CloudMain);",
@@ -7168,13 +7273,34 @@
7168
7273
  "line": 45,
7169
7274
  "character": 3
7170
7275
  },
7276
+ "signature": "(property) CloudUI.CloudUserBar: () => React.JSX.Element",
7277
+ "name": "CloudUserBar",
7278
+ "type": {
7279
+ "__schema": "InferenceTypeSchema",
7280
+ "location": {
7281
+ "filePath": "cloud.ui.runtime.tsx",
7282
+ "line": 45,
7283
+ "character": 3
7284
+ },
7285
+ "type": "() => React.JSX.Element"
7286
+ },
7287
+ "isOptional": true,
7288
+ "defaultValue": "() => {\n return <UserBar sections={this.listUserBarSections()} items={this.listUserBarItems()} />;\n }"
7289
+ },
7290
+ {
7291
+ "__schema": "VariableLikeSchema",
7292
+ "location": {
7293
+ "filePath": "cloud.ui.runtime.tsx",
7294
+ "line": 49,
7295
+ "character": 3
7296
+ },
7171
7297
  "signature": "(property) CloudUI.runtime: RuntimeDefinition",
7172
7298
  "name": "runtime",
7173
7299
  "type": {
7174
7300
  "__schema": "InferenceTypeSchema",
7175
7301
  "location": {
7176
7302
  "filePath": "cloud.ui.runtime.tsx",
7177
- "line": 45,
7303
+ "line": 49,
7178
7304
  "character": 3
7179
7305
  },
7180
7306
  "type": "RuntimeDefinition"
@@ -7186,7 +7312,7 @@
7186
7312
  "__schema": "VariableLikeSchema",
7187
7313
  "location": {
7188
7314
  "filePath": "cloud.ui.runtime.tsx",
7189
- "line": 47,
7315
+ "line": 51,
7190
7316
  "character": 3
7191
7317
  },
7192
7318
  "signature": "(property) CloudUI.dependencies: Aspect[]",
@@ -7195,7 +7321,7 @@
7195
7321
  "__schema": "InferenceTypeSchema",
7196
7322
  "location": {
7197
7323
  "filePath": "cloud.ui.runtime.tsx",
7198
- "line": 47,
7324
+ "line": 51,
7199
7325
  "character": 3
7200
7326
  },
7201
7327
  "type": "Aspect[]"
@@ -7207,7 +7333,7 @@
7207
7333
  "__schema": "VariableLikeSchema",
7208
7334
  "location": {
7209
7335
  "filePath": "cloud.ui.runtime.tsx",
7210
- "line": 49,
7336
+ "line": 53,
7211
7337
  "character": 3
7212
7338
  },
7213
7339
  "signature": "(property) CloudUI.slots: (((registerFn: () => string) => SlotRegistry<UserBarItem[]>) | ((registerFn: () => string) => SlotRegistry<UserBarSection[]>))[]",
@@ -7216,7 +7342,7 @@
7216
7342
  "__schema": "InferenceTypeSchema",
7217
7343
  "location": {
7218
7344
  "filePath": "cloud.ui.runtime.tsx",
7219
- "line": 49,
7345
+ "line": 53,
7220
7346
  "character": 3
7221
7347
  },
7222
7348
  "type": "(((registerFn: () => string) => SlotRegistry<UserBarItem[]>) | ((registerFn: () => string) => SlotRegistry<UserBarSection[]>))[]"
@@ -7228,7 +7354,7 @@
7228
7354
  "__schema": "FunctionLikeSchema",
7229
7355
  "location": {
7230
7356
  "filePath": "cloud.ui.runtime.tsx",
7231
- "line": 51,
7357
+ "line": 55,
7232
7358
  "character": 3
7233
7359
  },
7234
7360
  "signature": "(method) CloudUI.provider([workspace, lanes, component]: [WorkspaceUI, LanesUI, ComponentUI], _: any, [userBarItemSlot, userBarSectionSlot]: [UserBarItemSlot, UserBarSectionSlot]): Promise<CloudUI>",
@@ -7238,7 +7364,7 @@
7238
7364
  "__schema": "ParameterSchema",
7239
7365
  "location": {
7240
7366
  "filePath": "cloud.ui.runtime.tsx",
7241
- "line": 52,
7367
+ "line": 56,
7242
7368
  "character": 5
7243
7369
  },
7244
7370
  "name": "[ workspace, lanes, component ]",
@@ -7246,7 +7372,7 @@
7246
7372
  "__schema": "TupleTypeSchema",
7247
7373
  "location": {
7248
7374
  "filePath": "cloud.ui.runtime.tsx",
7249
- "line": 52,
7375
+ "line": 56,
7250
7376
  "character": 36
7251
7377
  },
7252
7378
  "elements": [
@@ -7254,7 +7380,7 @@
7254
7380
  "__schema": "TypeRefSchema",
7255
7381
  "location": {
7256
7382
  "filePath": "cloud.ui.runtime.tsx",
7257
- "line": 52,
7383
+ "line": 56,
7258
7384
  "character": 37
7259
7385
  },
7260
7386
  "name": "WorkspaceUI"
@@ -7263,7 +7389,7 @@
7263
7389
  "__schema": "TypeRefSchema",
7264
7390
  "location": {
7265
7391
  "filePath": "cloud.ui.runtime.tsx",
7266
- "line": 52,
7392
+ "line": 56,
7267
7393
  "character": 50
7268
7394
  },
7269
7395
  "name": "LanesUI"
@@ -7272,7 +7398,7 @@
7272
7398
  "__schema": "TypeRefSchema",
7273
7399
  "location": {
7274
7400
  "filePath": "cloud.ui.runtime.tsx",
7275
- "line": 52,
7401
+ "line": 56,
7276
7402
  "character": 59
7277
7403
  },
7278
7404
  "name": "ComponentUI"
@@ -7286,7 +7412,7 @@
7286
7412
  "__schema": "ParameterSchema",
7287
7413
  "location": {
7288
7414
  "filePath": "cloud.ui.runtime.tsx",
7289
- "line": 53,
7415
+ "line": 57,
7290
7416
  "character": 5
7291
7417
  },
7292
7418
  "name": "_",
@@ -7294,7 +7420,7 @@
7294
7420
  "__schema": "InferenceTypeSchema",
7295
7421
  "location": {
7296
7422
  "filePath": "cloud.ui.runtime.tsx",
7297
- "line": 53,
7423
+ "line": 57,
7298
7424
  "character": 5
7299
7425
  },
7300
7426
  "type": "any"
@@ -7306,7 +7432,7 @@
7306
7432
  "__schema": "ParameterSchema",
7307
7433
  "location": {
7308
7434
  "filePath": "cloud.ui.runtime.tsx",
7309
- "line": 54,
7435
+ "line": 58,
7310
7436
  "character": 5
7311
7437
  },
7312
7438
  "name": "[ userBarItemSlot, userBarSectionSlot ]",
@@ -7314,7 +7440,7 @@
7314
7440
  "__schema": "TupleTypeSchema",
7315
7441
  "location": {
7316
7442
  "filePath": "cloud.ui.runtime.tsx",
7317
- "line": 54,
7443
+ "line": 58,
7318
7444
  "character": 44
7319
7445
  },
7320
7446
  "elements": [
@@ -7322,7 +7448,7 @@
7322
7448
  "__schema": "TypeRefSchema",
7323
7449
  "location": {
7324
7450
  "filePath": "cloud.ui.runtime.tsx",
7325
- "line": 54,
7451
+ "line": 58,
7326
7452
  "character": 45
7327
7453
  },
7328
7454
  "name": "UserBarItemSlot"
@@ -7331,7 +7457,7 @@
7331
7457
  "__schema": "TypeRefSchema",
7332
7458
  "location": {
7333
7459
  "filePath": "cloud.ui.runtime.tsx",
7334
- "line": 54,
7460
+ "line": 58,
7335
7461
  "character": 62
7336
7462
  },
7337
7463
  "name": "UserBarSectionSlot"
@@ -7346,7 +7472,7 @@
7346
7472
  "__schema": "InferenceTypeSchema",
7347
7473
  "location": {
7348
7474
  "filePath": "cloud.ui.runtime.tsx",
7349
- "line": 51,
7475
+ "line": 55,
7350
7476
  "character": 3
7351
7477
  },
7352
7478
  "type": "Promise<CloudUI>"
@@ -7364,7 +7490,7 @@
7364
7490
  "__schema": "UnImplementedSchema",
7365
7491
  "location": {
7366
7492
  "filePath": "cloud.ui.runtime.tsx",
7367
- "line": 165,
7493
+ "line": 169,
7368
7494
  "character": 16
7369
7495
  },
7370
7496
  "name": "CloudUI",
@@ -7376,7 +7502,7 @@
7376
7502
  "__schema": "UnImplementedSchema",
7377
7503
  "location": {
7378
7504
  "filePath": "cloud.ui.runtime.tsx",
7379
- "line": 167,
7505
+ "line": 171,
7380
7506
  "character": 1
7381
7507
  },
7382
7508
  "name": "CloudAspect.addRuntime(CloudUI);",
@@ -7435,7 +7561,7 @@
7435
7561
  "componentId": {
7436
7562
  "scope": "teambit.cloud",
7437
7563
  "name": "cloud",
7438
- "version": "0.0.666"
7564
+ "version": "0.0.668"
7439
7565
  },
7440
7566
  "taggedModuleExports": []
7441
7567
  }