|
|
|
@ -315,8 +315,10 @@ export type GitHubItemAndMarketPlaceDependency = {
|
|
|
|
type: 'github' | 'marketplace' | 'package'
|
|
|
|
type: 'github' | 'marketplace' | 'package'
|
|
|
|
value: {
|
|
|
|
value: {
|
|
|
|
repo?: string
|
|
|
|
repo?: string
|
|
|
|
release?: string
|
|
|
|
version?: string // from app DSL
|
|
|
|
packages?: string
|
|
|
|
package?: string // from app DSL
|
|
|
|
|
|
|
|
release?: string // from local package. same to the version
|
|
|
|
|
|
|
|
packages?: string // from local package. same to the package
|
|
|
|
github_plugin_unique_identifier?: string
|
|
|
|
github_plugin_unique_identifier?: string
|
|
|
|
marketplace_plugin_unique_identifier?: string
|
|
|
|
marketplace_plugin_unique_identifier?: string
|
|
|
|
plugin_unique_identifier?: string
|
|
|
|
plugin_unique_identifier?: string
|
|
|
|
|