@salesforce/packaging
Preparing search index...
interfaces/packagingInterfacesAndType
PackagePushRequestListQueryOptions
Type Alias PackagePushRequestListQueryOptions
type
PackagePushRequestListQueryOptions
=
{
isMigration
?:
boolean
;
packageId
:
string
;
scheduledLastDays
?:
number
;
status
?:
|
"Created"
|
"Cancelled"
|
"Pending"
|
"In Progress"
|
"Failed"
|
"Succeeded"
;
}
Index
Properties
is
Migration?
package
Id
scheduled
Last
Days?
status?
Properties
Optional
is
Migration
isMigration
?:
boolean
package
Id
packageId
:
string
Optional
scheduled
Last
Days
scheduledLastDays
?:
number
Optional
status
status
?:
|
"Created"
|
"Cancelled"
|
"Pending"
|
"In Progress"
|
"Failed"
|
"Succeeded"
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
is
Migration
package
Id
scheduled
Last
Days
status
@salesforce/packaging
Loading...