...
Lastly, a ClearBlade developer must go the components collection in the asset-monitor-management system and add a row with your the component details you provide to them:
id
- Should match the component id you used in your component reponame
- Should match the component name you used in your component repotype
- ai_internal_v1 for internal and external for external components.owner
- Owner of the componentdescription
- Description of the componentui_injection_id
- You can skip this.min_ia_version
- This is the IA version on which this MFE was tested.repo_url
- The url to the components repository you created from the templatemfe_url
- The url to your MFE (e.g.https://cdn.jsdelivr.net/gh/ParentRepo/tst-TestRepo@main/dist/tst_TestRepo.js)
...