File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -287,7 +287,7 @@ let globalCurrentBlockConfig: BlockConfigV1 | undefined;
287287 value : 'dsp'
288288 } ,
289289 {
290- name : 'Transfer learning block' ,
290+ name : 'Machine learning block' ,
291291 value : 'transferLearning'
292292 }
293293 ] ,
Original file line number Diff line number Diff line change @@ -95,6 +95,7 @@ export interface ClientInitStudioOptions {
9595 baseUrl : string ;
9696 projectName : string ;
9797 projectOwnerOrganizationId : number | undefined ;
98+ projectOwnerOrganizationName : string | undefined ;
9899 socketToken : string ;
99100 orgSocketToken : string | undefined ;
100101 connectedDevices : ClientConnectedDevice [ ] ;
@@ -116,6 +117,7 @@ export interface ClientInitOrganizationOptions {
116117 gaId : string ;
117118 userId : number ;
118119 organizationId : number ;
120+ organizationName : string ;
119121 socketToken : string ;
120122 staticAssetsPrefix : string ;
121123 baseUrl : string ;
You can’t perform that action at this time.
0 commit comments