import {readLayerProfile} from '../system'; export const globalUniverse = 'my_universe_1'; export const layerProfileStr = 'model_extend:492cea:1994c52ca0d97c82a992277a77362c94cab7d6702beadf64018dc0c4dc41351c00492cea000000000000000000000000638bd8fa7ffffffe00b0897f9785744cccec7fbd367b79f6996b384e8a;main_full:1ffffff:1994c52ca0d97c82a992277a77362c94aa264f4deab2f2295dedd2ab69cd8fe101ffffff000000000000000000000000638bd8fa7ffffffe0068a84df39a458818c7bf5b5515353cbeef7482e5;main_read:4924ea:1994c52ca0d97c82a992277a77362c9436f8c3fb16e9ea09f723a0c8df48530c004924ea000000000000000000000000638bd8fa7ffffffe00fd9f0156850f3f3f94b0a51d52bf680167492284,1994c52ca0d97c82a992277a77362c94aa264f4deab2f2295dedd2ab69cd8fe1004924ea000000000000000000000000638bd8fa7ffffffe00701005aa230c693d84d6dd62a0bd86261157ed99'; export const layerProfile = readLayerProfile(layerProfileStr); export const globalSystemUrl = 'http://localhost:9131'; export const globalApiUrl = 'http://localhost:9150'; export const globalServiceToken = 'GZTFLKDZfIKpkid6dzYslPrYi2MAAAAA____fwABAAUAAAAFKi8qLyozmlWh2hYt8SYRpUtZMjdsRtdfUg'; export const sampleUniverse = ` name: my_universe_1 description: Universe my_universe_1 created on July 17, 2022. bases: - base - data dependencies: - base objects: - base.object - base.object#relation - base.object#relation/ - base.object#relation/data - base.object/ - base.object/data - data.@boolean - data.@boolean/ - data.@data - data.@data/ - data.@float - data.@float/ - data.@integer - data.@integer/ - data.@string - data.@string/ info: - mapping: base.object type: model description: Model object automatically created from system module base. - mapping: base.object#relation type: field description: Field object#relation automatically created from system module base. - mapping: base.object#relation/ type: field description: Field object#relation automatically created from system module base. - mapping: base.object#relation/data type: field description: Field object#relation automatically created from system module base. - mapping: base.object/ type: model description: Model object automatically created from system module base. - mapping: base.object/data type: model description: Model object automatically created from system module base. - mapping: data.@boolean type: value description: Value type @boolean automatically created from system module data. - mapping: data.@boolean/ type: value description: Value type @boolean automatically created from system module data. - mapping: data.@data type: value description: Value type @data automatically created from system module data. - mapping: data.@data/ type: value description: Value type @data automatically created from system module data. - mapping: data.@float type: value description: Value type @float automatically created from system module data. - mapping: data.@float/ type: value description: Value type @float automatically created from system module data. - mapping: data.@integer type: value description: Value type @integer automatically created from system module data. - mapping: data.@integer/ type: value description: Value type @integer automatically created from system module data. - mapping: data.@string type: value description: Value type @string automatically created from system module data. - mapping: data.@string/ type: value description: Value type @string automatically created from system module data. relations: - base.object#relation:base.object:base.object - base.object#relation/:base.object/:base.object - base.object#relation/data:base.object/data:base.object abstractions: - base.object:base.object#relation - base.object:base.object/data - base.object#relation:base.object#relation/data - base.object#relation/data:base.object#relation/ - base.object/:base.object#relation/ - base.object/:data.@data/ - base.object/data:base.object#relation/data - base.object/data:base.object/ - base.object/data:data.@data - data.@boolean:data.@boolean/ - data.@data:data.@boolean - data.@data:data.@data/ - data.@data:data.@float - data.@data:data.@integer - data.@data:data.@string - data.@data/:data.@boolean/ - data.@data/:data.@float/ - data.@data/:data.@integer/ - data.@data/:data.@string/ - data.@float:data.@float/ - data.@integer:data.@integer/ - data.@string:data.@string/ interfaces: [] endpoints: - id: 4670a539048f80d453425abcd5ad8af9 type: get parameters: [] name: objectBasic node: type: map map: entries: id: type: value value: field: id format: hex name: type: value value: field: name format: string model: base.object/my_universe_1 - id: 0011ed79465a4d9f0bf168650b1b868b type: get parameters: [] name: objectId node: type: value value: field: id format: hex model: base.object/my_universe_1 - id: c6e169e64da06c3ee66ffbe1e5d3379f type: get parameters: [] name: objectRelations node: type: map map: entries: id: type: value value: field: id format: hex name: type: value value: field: name format: string relation: type: context context: type: relation context: null node: type: list list: entry: type: map map: entries: id: type: value value: field: id format: hex name: type: value value: field: name format: string filter: {} order: {} model: base.object/my_universe_1 `