diff --git a/classes/package1_package1Version.Package1Version.html b/classes/package1_package1Version.Package1Version.html index b60f9277f..ca8caa932 100644 --- a/classes/package1_package1Version.Package1Version.html +++ b/classes/package1_package1Version.Package1Version.html @@ -5,19 +5,19 @@

Create a new 1GP package version in the org:

const myPkg = await Package1Version.create(connection, options, pollingOptions);

More implementation examples are in the plugin here: https://github.com/salesforcecli/plugin-packaging/tree/main/src/commands/force/package1/

-

Implements

Constructors

Implements

Constructors

Methods

Methods

  • Lists package versions available in the org. If package ID is supplied, only list versions of that package, +

Returns Promise<PackageUploadRequest>

+
diff --git a/classes/package_package.Package.html b/classes/package_package.Package.html index 54ad7f1ba..f2a1a11bc 100644 --- a/classes/package_package.Package.html +++ b/classes/package_package.Package.html @@ -7,7 +7,7 @@

const myPkg = await Package.create(connection, project, options);

List all packages in the org:

const pkgList = await Package.list(connection);

-

Constructors

Constructors

Methods

Constructors

Methods

  • Deletes the package.

    -

    Returns Promise<SaveResult>

  • Returns the package ID of the package.

    +

Constructors

Methods

  • Deletes the package.

    +

    Returns Promise<SaveResult>

  • Returns the package ID of the package.

    Returns string

    package ID (0Ho)

    -
  • Returns the package data for the package.

    Parameters

    • force: boolean = false

      force a refresh of the package data

      -

    Returns Promise<undefined | Package2>

  • Returns the list of package versions for the package. +

Returns Promise<undefined | Package2>

  • Un-Deletes the package.

    -

    Returns Promise<SaveResult>

  • Un-Deletes the package.

    +

    Returns Promise<SaveResult>

  • Create a new package.

    +
  • Optionalproject: SfProject

Returns Promise<PackageVersionCreateRequestResult>

  • Create a new package.

    Parameters

    • connection: Connection<Schema>

      instance of Connection

    • project: SfProject

      instance of SfProject

    • options: PackageCreateOptions

      options for creating a package - see PackageCreateOptions

    Returns Promise<{
        Id: string;
    }>

    Package

    -
  • Download the metadata files for a previously published package version, convert them to source format, and put them into a new project folder within the sfdx project.

    +
  • create a PackageAncestry instance

    +
  • connection: Connection<Schema>

Returns Promise<ConvertResult>

  • create a PackageAncestry instance

    Parameters

    • packageId: string

      to get version information for

    • project: undefined | SfProject

      SfProject instance

    • connection: Connection<Schema>

      Hub Org Connection

      -

    Returns Promise<PackageAncestry>

  • Returns all the packages that are available in the org, up to 10,000. If more records are +

Returns Promise<PackageAncestry>

  • Returns all the packages that are available in the org, up to 10,000. If more records are needed use the SF_ORG_MAX_QUERY_LIMIT env var.

    -

    Parameters

    • connection: Connection<Schema>

    Returns Promise<Package2[]>

+

Returns Promise<PackageVersionListResult[]>

diff --git a/classes/package_packageAncestry.AncestryDotProducer.html b/classes/package_packageAncestry.AncestryDotProducer.html index 52259242e..0d21ca638 100644 --- a/classes/package_packageAncestry.AncestryDotProducer.html +++ b/classes/package_packageAncestry.AncestryDotProducer.html @@ -1,10 +1,10 @@ -AncestryDotProducer | @salesforce/packaging

Implements

Constructors

constructor +AncestryDotProducer | @salesforce/packaging

Implements

Constructors

Properties

label: string

Methods

+

Constructors

Properties

label: string

Methods

diff --git a/classes/package_packageAncestry.AncestryJsonProducer.html b/classes/package_packageAncestry.AncestryJsonProducer.html index 590f3918a..7be9fb830 100644 --- a/classes/package_packageAncestry.AncestryJsonProducer.html +++ b/classes/package_packageAncestry.AncestryJsonProducer.html @@ -1,6 +1,6 @@ -AncestryJsonProducer | @salesforce/packaging

Implements

Constructors

constructor +AncestryJsonProducer | @salesforce/packaging

Implements

Constructors

Properties

Methods

Constructors

Properties

label: string

Methods

+

Constructors

Properties

label: string

Methods

diff --git a/classes/package_packageAncestry.AncestryTreeProducer.html b/classes/package_packageAncestry.AncestryTreeProducer.html index 0a67acc11..b249df071 100644 --- a/classes/package_packageAncestry.AncestryTreeProducer.html +++ b/classes/package_packageAncestry.AncestryTreeProducer.html @@ -1,4 +1,4 @@ -AncestryTreeProducer | @salesforce/packaging

Hierarchy

  • Tree
    • AncestryTreeProducer

Implements

Constructors

constructor +AncestryTreeProducer | @salesforce/packaging

Hierarchy

  • Tree
    • AncestryTreeProducer

Implements

Constructors

Properties

Constructors

Properties

label: string
nodes: {
    [key: string]: Tree;
} = {}

Methods

  • Parameters

    • logger: ((text: string) => void) = console.log
        • (text): void
        • Parameters

          • text: string

          Returns void

    Returns void

+

Constructors

Properties

label: string
nodes: {
    [key: string]: Tree;
} = {}

Methods

  • Parameters

    • logger: ((text: string) => void) = console.log
        • (text): void
        • Parameters

          • text: string

          Returns void

    Returns void

diff --git a/classes/package_packageAncestry.PackageAncestry.html b/classes/package_packageAncestry.PackageAncestry.html index cba93673b..6fcd8f0ed 100644 --- a/classes/package_packageAncestry.PackageAncestry.html +++ b/classes/package_packageAncestry.PackageAncestry.html @@ -1,6 +1,6 @@ PackageAncestry | @salesforce/packaging

A class that represents the package ancestry graph. Given a package Id (0Ho) or a package version Id (04t), it will build a graph of the package's ancestors.

-

Hierarchy

Constructors

Hierarchy

Constructors

Accessors

Methods

  • Returns the internal representation of the requested package ancestry graph.

    -

    Returns DirectedGraph<Attributes, Attributes, Attributes>

  • Returns a list of ancestry nodes that represent the path from subscriber package version id to the root of the +

Constructors

Accessors

Methods

  • Returns the internal representation of the requested package ancestry graph.

    +

    Returns DirectedGraph<Attributes, Attributes, Attributes>

  • Asynchronously initializes newly constructed instances of a concrete subclass.

    -

    Returns Promise<void>

+

Returns AncestryRepresentationProducer

diff --git a/classes/package_packageAncestry.PackageAncestryNode.html b/classes/package_packageAncestry.PackageAncestryNode.html index c040b5073..18116077a 100644 --- a/classes/package_packageAncestry.PackageAncestryNode.html +++ b/classes/package_packageAncestry.PackageAncestryNode.html @@ -1,4 +1,4 @@ -PackageAncestryNode | @salesforce/packaging

Hierarchy

Constructors

constructor +PackageAncestryNode | @salesforce/packaging

Hierarchy

Constructors

Properties

Methods

Constructors

Properties

AncestorId: undefined | string
BuildNumber: string | number
MajorVersion: number
MinorVersion: number
PatchVersion: number
SubscriberPackageVersionId: string
depthCounter: 0 = 0
version: VersionNumber

Methods

+

Constructors

Properties

AncestorId: undefined | string
BuildNumber: string | number
MajorVersion: number
MinorVersion: number
PatchVersion: number
SubscriberPackageVersionId: string
depthCounter: 0 = 0
version: VersionNumber

Methods

diff --git a/classes/package_packageProfileApi.PackageProfileApi.html b/classes/package_packageProfileApi.PackageProfileApi.html index cccfc225c..2d2d3a1dc 100644 --- a/classes/package_packageProfileApi.PackageProfileApi.html +++ b/classes/package_packageProfileApi.PackageProfileApi.html @@ -1,16 +1,16 @@ -PackageProfileApi | @salesforce/packaging

Hierarchy

Constructors

constructor +PackageProfileApi | @salesforce/packaging

Hierarchy

Constructors

Properties

includeUserLicenses: boolean = false
project: SfProject

Methods

  • Filter out all profiles in the manifest and if any profiles exist in the project package directories, add them to the manifest.

    +

Constructors

Properties

includeUserLicenses: boolean = false
project: SfProject

Methods

  • Filter out all profiles in the manifest and if any profiles exist in the project package directories, add them to the manifest.

    Parameters

    • typesArr: PackageTypeMembers[]

      array of objects { name[], members[] } that represent package types JSON.

    • excludedDirectories: string[] = []

      Direcotires not to generate profiles for

      -

    Returns PackageTypeMembers[]

  • For any profile present in the project package directories, this function generates a subset of data that only +

Returns PackageTypeMembers[]

+

Returns string[]

diff --git a/classes/package_packageVersion.PackageVersion.html b/classes/package_packageVersion.PackageVersion.html index 047f67377..c3e9c20ec 100644 --- a/classes/package_packageVersion.PackageVersion.html +++ b/classes/package_packageVersion.PackageVersion.html @@ -7,7 +7,7 @@

const myPkgVersion = await PackageVersion.create(options, pollingOptions);

Promote a package version:

new PackageVersion({connection, project, idOrAlias}).promote();

-

Constructors

Constructors

Methods

  • Get the Package2Version SObject data for this PackageVersion.

    +

Constructors

Methods

  • Get the package version ID for this PackageVersion.

    Returns Promise<undefined | string>

    The PackageVersionId (05i).

    -
  • Get the package Id for this PackageVersion.

    Returns Promise<undefined | string>

    The PackageId (0Ho).

    -
  • Get the subscriber package version ID for this PackageVersion.

    +
  • Get the subscriber package version ID for this PackageVersion.

    Returns Promise<undefined | string>

    The SubscriberPackageVersionId (04t).

    -
  • Promotes this PackageVersion to released state.

    -

    Returns Promise<SaveResult>

  • Promotes this PackageVersion to released state.

    +

    Returns Promise<SaveResult>

Returns Promise<PackageVersionReportResult>

  • Convenience function that will wait for a package version to be created.

    This function emits LifeCycle events, "enqueued", "in-progress", "success", "error" and "timed-out" to progress and current status. Events also carry a payload of type PackageVersionCreateRequestResult.

    Parameters

    • createPackageVersionRequestId: string
    • connection: Connection<Schema>

      Connection to the org

    • project: SfProject

      SfProject to read/write aliases from

    • polling: {
          frequency: Duration;
          timeout: Duration;
      }

      frequency and timeout Durations to be used in polling

      -
      • frequency: Duration
      • timeout: Duration

    Returns Promise<PackageVersionCreateRequestResult>

  • Query the Package2Version SObject and return data with the provided type.

    +
    • frequency: Duration
    • timeout: Duration

Returns Promise<PackageVersionCreateRequestResult>

  • Query the Package2Version SObject and return data with the provided type.

    NOTE: There is a limit of 2000 records that can be returned, otherwise a GACK might be thrown. If more than 2000 records are desired you should filter the query by date and aggregate all results.

    Parameters

    Returns Promise<(undefined | Package2Version)[]>

    Results from querying the Package2Version SObject.

    -
  • Convenience function that will wait for a package version to be created.

    This function emits LifeCycle events, "enqueued", "in-progress", "success", "error" and "timed-out" to progress and current status. Events also carry a payload of type PackageVersionCreateRequestResult.

    Parameters

    • createPackageVersionRequestId: string
    • project: SfProject
    • connection: Connection<Schema>
    • polling: {
          frequency: Duration;
          timeout: Duration;
      }

      frequency and timeout Durations to be used in polling

      -
      • frequency: Duration
      • timeout: Duration

    Returns Promise<PackageVersionCreateRequestResult>

+

Returns Promise<PackageVersionCreateRequestResult>

diff --git a/classes/package_packageVersionCreate.MetadataResolver.html b/classes/package_packageVersionCreate.MetadataResolver.html index 8dddf2bb5..2d7c7724b 100644 --- a/classes/package_packageVersionCreate.MetadataResolver.html +++ b/classes/package_packageVersionCreate.MetadataResolver.html @@ -1,4 +1,4 @@ -MetadataResolver | @salesforce/packaging

Constructors

constructor +MetadataResolver | @salesforce/packaging

Constructors

Methods

  • Parameters

    • metadataRelativePath: undefined | string
    • metadataOutputPath: string
    • errorMessageLabel: string
    • OptionalsourceApiVersion: string

    Returns Promise<boolean>

+

Constructors

Methods

  • Parameters

    • metadataRelativePath: undefined | string
    • metadataOutputPath: string
    • errorMessageLabel: string
    • OptionalsourceApiVersion: string

    Returns Promise<boolean>

diff --git a/classes/package_packageVersionCreate.PackageVersionCreate.html b/classes/package_packageVersionCreate.PackageVersionCreate.html index 3d99245d7..1871b5062 100644 --- a/classes/package_packageVersionCreate.PackageVersionCreate.html +++ b/classes/package_packageVersionCreate.PackageVersionCreate.html @@ -1,9 +1,9 @@ -PackageVersionCreate | @salesforce/packaging

Constructors

constructor +PackageVersionCreate | @salesforce/packaging

Constructors

Methods

  • A dependency in the project config file may be specified using either a subscriber package version id (04t) +

Constructors

Methods

  • A dependency in the project config file may be specified using either a subscriber package version id (04t) or a package Id (0Ho) + a version number. Additionally, a build number may be the actual build number, or a keyword: LATEST or RELEASED (meaning the latest or released build number for a given major.minor.patch).

    This method resolves a package Id + version number to a subscriber package version id (04t) and adds it as a SubscriberPackageVersionId parameter in the dependency object.

    -

    Parameters

    Returns Promise<string>

+

Parameters

Returns Promise<string>

diff --git a/classes/package_subscriberPackageVersion.SubscriberPackageVersion.html b/classes/package_subscriberPackageVersion.SubscriberPackageVersion.html index 2491fc2b4..2d0ffb9e5 100644 --- a/classes/package_subscriberPackageVersion.SubscriberPackageVersion.html +++ b/classes/package_subscriberPackageVersion.SubscriberPackageVersion.html @@ -5,7 +5,7 @@

const installedPkgs = await SubscriberPackageVersion.installedList(connection);

Install a 2GP subscriber package version:

const installStatus = await new SubscriberPackageVersion(options).install(request, options);

-

Constructors

Constructors

Methods

Constructors

Methods

  • Returns an array of RSS and CSP external sites for the package.

    Returns Promise<Optional<string[]>>

    an array of RSS and CSP site URLs, or undefined if the package doesn't have any.

    -
  • Return a field value from the SubscriberPackageVersion SObject using the field name.

    -

    Type Parameters

    • T

    Parameters

    • field: string

    Returns Promise<T>

  • Return a field value from the SubscriberPackageVersion SObject using the field name.

    +

    Type Parameters

    • T

    Parameters

    • field: string

    Returns Promise<T>

  • Get the package version ID for this SubscriberPackageVersion.

    Returns Promise<string>

    The SubscriberPackageVersion Id (04t).

    -
  • Get the subscriber package Id (033) for this SubscriberPackageVersion.

    Returns Promise<string>

    The subscriber package Id (033).

    -
  • Is the SubscriberPackageVersion deprecated?

    Returns Promise<boolean>

    True if the SubscriberPackageVersion is deprecated.

    -
  • Is the SubscriberPackageVersion org dependent?

    Returns Promise<boolean>

    True if the SubscriberPackageVersion is org dependent.

    -
  • Is the SubscriberPackageVersion password protected?

    Returns Promise<boolean>

    True if the SubscriberPackageVersion is password protected.

    -
  • Wait for the subscriber package version to be replicated across instances and available to be queried against

    +
  • Wait for the subscriber package version to be replicated across instances and available to be queried against

    Parameters

    • options: {
          installationKey?: string;
          publishFrequency: Duration;
          publishTimeout: Duration;
      } = ...
      • OptionalinstallationKey?: string

        the installation key for the package version

      • publishFrequency: Duration

        how often to check for the package version to be published

      • publishTimeout: Duration

        how long to wait for the package version to be published

        -

    Returns Promise<void>

  • Fetches the status of a package version install request and will wait for the install to complete, if requested +

Returns Promise<void>

  • Resolve fields from a packageDirectories entry to a SubscriberPackageVersionId (04t). Specifically uses the versionNumber and packageId fields, as well as an optional branch field.

    Parameters

    • connection: Connection<Schema>

      A connection object to the org

      @@ -88,6 +88,6 @@ The versionNumber and packageId fields are required. Optionally, the branch and package fields can be passed.

    Returns Promise<string>

    the SubscriberPackageVersionId (04t)

    -
+
  • connection: Connection<Schema>
  • Returns Promise<SubscriberPackageVersionUninstallRequest>

    diff --git a/classes/package_versionNumber.VersionNumber.html b/classes/package_versionNumber.VersionNumber.html index 325cb6200..27b6aac5e 100644 --- a/classes/package_versionNumber.VersionNumber.html +++ b/classes/package_versionNumber.VersionNumber.html @@ -1,4 +1,4 @@ -VersionNumber | @salesforce/packaging

    Constructors

    constructor +VersionNumber | @salesforce/packaging

    Constructors

    Properties

    Constructors

    Properties

    build: string | number
    major: string | number
    minor: string | number
    patch: string | number

    Methods

    • Separates at major.minor string into {major: Number, minor: Number} object

      +

    Constructors

    Properties

    build: string | number
    major: string | number
    minor: string | number
    patch: string | number

    Methods

    • Separates at major.minor string into {major: Number, minor: Number} object

      Parameters

      • versionString: string

        a string in the format of major.minor like '3.2'

        -

      Returns {
          major: null | number;
          minor: null | number;
      }

      • major: null | number
      • minor: null | number
    +

    Returns {
        major: null | number;
        minor: null | number;
    }

    diff --git a/enums/interfaces_packagingSObjects.PackagingSObjects.Package2VersionStatus.html b/enums/interfaces_packagingSObjects.PackagingSObjects.Package2VersionStatus.html index 0e6f8594e..57c55b846 100644 --- a/enums/interfaces_packagingSObjects.PackagingSObjects.Package2VersionStatus.html +++ b/enums/interfaces_packagingSObjects.PackagingSObjects.Package2VersionStatus.html @@ -1,4 +1,4 @@ -Package2VersionStatus | @salesforce/packaging

    Enumeration Members

    error +Package2VersionStatus | @salesforce/packaging

    Enumeration Members

    error: "Error"
    finalizingPackageVersion: "FinalizingPackageVersion"
    inProgress: "InProgress"
    initializing: "Initializing"
    performingValidations: "PerformingValidations"
    queued: "Queued"
    success: "Success"
    verifyingDependencies: "VerifyingDependencies"
    verifyingFeaturesAndSettings: "VerifyingFeaturesAndSettings"
    verifyingMetadata: "VerifyingMetadata"
    +

    Enumeration Members

    error: "Error"
    finalizingPackageVersion: "FinalizingPackageVersion"
    inProgress: "InProgress"
    initializing: "Initializing"
    performingValidations: "PerformingValidations"
    queued: "Queued"
    success: "Success"
    verifyingDependencies: "VerifyingDependencies"
    verifyingFeaturesAndSettings: "VerifyingFeaturesAndSettings"
    verifyingMetadata: "VerifyingMetadata"
    diff --git a/enums/package_versionNumber.BuildNumberToken.html b/enums/package_versionNumber.BuildNumberToken.html index dfeb87a13..a1656b8ee 100644 --- a/enums/package_versionNumber.BuildNumberToken.html +++ b/enums/package_versionNumber.BuildNumberToken.html @@ -1,6 +1,6 @@ -BuildNumberToken | @salesforce/packaging

    Enumeration Members

    HIGHEST_VERSION_NUMBER_TOKEN +BuildNumberToken | @salesforce/packaging

    Enumeration Members

    HIGHEST_VERSION_NUMBER_TOKEN: "HIGHEST"
    LATEST_BUILD_NUMBER_TOKEN: "LATEST"
    NEXT_BUILD_NUMBER_TOKEN: "NEXT"
    NONE_VERSION_NUMBER_TOKEN: "NONE"
    RELEASED_BUILD_NUMBER_TOKEN: "RELEASED"
    +

    Enumeration Members

    HIGHEST_VERSION_NUMBER_TOKEN: "HIGHEST"
    LATEST_BUILD_NUMBER_TOKEN: "LATEST"
    NEXT_BUILD_NUMBER_TOKEN: "NEXT"
    NONE_VERSION_NUMBER_TOKEN: "NONE"
    RELEASED_BUILD_NUMBER_TOKEN: "RELEASED"
    diff --git a/functions/package_packageConvert.convertPackage.html b/functions/package_packageConvert.convertPackage.html index ac13470e2..531f9c1e6 100644 --- a/functions/package_packageConvert.convertPackage.html +++ b/functions/package_packageConvert.convertPackage.html @@ -1 +1 @@ -convertPackage | @salesforce/packaging
    +convertPackage | @salesforce/packaging
    diff --git a/functions/package_packageConvert.findOrCreatePackage2.html b/functions/package_packageConvert.findOrCreatePackage2.html index 203f58910..7bf88514f 100644 --- a/functions/package_packageConvert.findOrCreatePackage2.html +++ b/functions/package_packageConvert.findOrCreatePackage2.html @@ -1 +1 @@ -findOrCreatePackage2 | @salesforce/packaging
    • Parameters

      • seedPackage: string
      • connection: Connection<Schema>
      • Optionalproject: SfProject

      Returns Promise<string>

    +findOrCreatePackage2 | @salesforce/packaging
    • Parameters

      • seedPackage: string
      • connection: Connection<Schema>
      • Optionalproject: SfProject

      Returns Promise<string>

    diff --git a/functions/package_packageCreate.createPackage.html b/functions/package_packageCreate.createPackage.html index 231785c8b..e8feb89a3 100644 --- a/functions/package_packageCreate.createPackage.html +++ b/functions/package_packageCreate.createPackage.html @@ -1 +1 @@ -createPackage | @salesforce/packaging
    • Parameters

      Returns Promise<{
          Id: string;
      }>

    +createPackage | @salesforce/packaging
    • Parameters

      Returns Promise<{
          Id: string;
      }>

    diff --git a/functions/package_packageCreate.createPackageRequestFromContext.html b/functions/package_packageCreate.createPackageRequestFromContext.html index e11ed7c4d..132e1a2f1 100644 --- a/functions/package_packageCreate.createPackageRequestFromContext.html +++ b/functions/package_packageCreate.createPackageRequestFromContext.html @@ -1 +1 @@ -createPackageRequestFromContext | @salesforce/packaging
    +createPackageRequestFromContext | @salesforce/packaging
    diff --git a/functions/package_packageDelete.deletePackage.html b/functions/package_packageDelete.deletePackage.html index 15431312b..af21d5a31 100644 --- a/functions/package_packageDelete.deletePackage.html +++ b/functions/package_packageDelete.deletePackage.html @@ -1 +1 @@ -deletePackage | @salesforce/packaging
    +deletePackage | @salesforce/packaging
    diff --git a/functions/package_packageInstall.createPackageInstallRequest.html b/functions/package_packageInstall.createPackageInstallRequest.html index ca31d5d2d..55e80ee2e 100644 --- a/functions/package_packageInstall.createPackageInstallRequest.html +++ b/functions/package_packageInstall.createPackageInstallRequest.html @@ -1 +1 @@ -createPackageInstallRequest | @salesforce/packaging
    +createPackageInstallRequest | @salesforce/packaging
    diff --git a/functions/package_packageInstall.getInstallationStatus.html b/functions/package_packageInstall.getInstallationStatus.html index 9bbccafae..40ca9e35e 100644 --- a/functions/package_packageInstall.getInstallationStatus.html +++ b/functions/package_packageInstall.getInstallationStatus.html @@ -1 +1 @@ -getInstallationStatus | @salesforce/packaging
    +getInstallationStatus | @salesforce/packaging
    diff --git a/functions/package_packageInstall.getStatus.html b/functions/package_packageInstall.getStatus.html index f718539a9..b652f6628 100644 --- a/functions/package_packageInstall.getStatus.html +++ b/functions/package_packageInstall.getStatus.html @@ -1 +1 @@ -getStatus | @salesforce/packaging
    +getStatus | @salesforce/packaging
    diff --git a/functions/package_packageInstall.isErrorFromSPVQueryRestriction.html b/functions/package_packageInstall.isErrorFromSPVQueryRestriction.html index d3ff2e846..dbf47fbbd 100644 --- a/functions/package_packageInstall.isErrorFromSPVQueryRestriction.html +++ b/functions/package_packageInstall.isErrorFromSPVQueryRestriction.html @@ -1 +1 @@ -isErrorFromSPVQueryRestriction | @salesforce/packaging
    +isErrorFromSPVQueryRestriction | @salesforce/packaging
    diff --git a/functions/package_packageInstall.isErrorPackageNotAvailable.html b/functions/package_packageInstall.isErrorPackageNotAvailable.html index ec95c58e0..a5d0906f7 100644 --- a/functions/package_packageInstall.isErrorPackageNotAvailable.html +++ b/functions/package_packageInstall.isErrorPackageNotAvailable.html @@ -1 +1 @@ -isErrorPackageNotAvailable | @salesforce/packaging
    +isErrorPackageNotAvailable | @salesforce/packaging
    diff --git a/functions/package_packageInstall.pollStatus.html b/functions/package_packageInstall.pollStatus.html index 0ed0ade52..a13800bbf 100644 --- a/functions/package_packageInstall.pollStatus.html +++ b/functions/package_packageInstall.pollStatus.html @@ -1 +1 @@ -pollStatus | @salesforce/packaging
    +pollStatus | @salesforce/packaging
    diff --git a/functions/package_packageInstall.waitForPublish.html b/functions/package_packageInstall.waitForPublish.html index d1e7d6125..5fd8caf7b 100644 --- a/functions/package_packageInstall.waitForPublish.html +++ b/functions/package_packageInstall.waitForPublish.html @@ -1 +1 @@ -waitForPublish | @salesforce/packaging
    • Parameters

      • connection: Connection<Schema>
      • subscriberPackageVersionId: string
      • Optionalfrequency: number | Duration
      • Optionaltimeout: number | Duration
      • OptionalinstallationKey: Nullable<string>

      Returns Promise<void>

    +waitForPublish | @salesforce/packaging
    • Parameters

      • connection: Connection<Schema>
      • subscriberPackageVersionId: string
      • Optionalfrequency: number | Duration
      • Optionaltimeout: number | Duration
      • OptionalinstallationKey: Nullable<string>

      Returns Promise<void>

    diff --git a/functions/package_packageUninstall.getUninstallErrors.html b/functions/package_packageUninstall.getUninstallErrors.html index 54dd1c454..2ef17d809 100644 --- a/functions/package_packageUninstall.getUninstallErrors.html +++ b/functions/package_packageUninstall.getUninstallErrors.html @@ -1 +1 @@ -getUninstallErrors | @salesforce/packaging
    • Parameters

      • conn: Connection<Schema>
      • id: string

      Returns Promise<{
          Message: string;
      }[]>

    +getUninstallErrors | @salesforce/packaging
    • Parameters

      • conn: Connection<Schema>
      • id: string

      Returns Promise<{
          Message: string;
      }[]>

    diff --git a/functions/package_packageUninstall.pollUninstall.html b/functions/package_packageUninstall.pollUninstall.html index e60f0a88b..e23e0f506 100644 --- a/functions/package_packageUninstall.pollUninstall.html +++ b/functions/package_packageUninstall.pollUninstall.html @@ -1 +1 @@ -pollUninstall | @salesforce/packaging
    • Parameters

      • uninstallRequestId: string
      • conn: Connection<Schema>
      • frequency: Duration
      • wait: Duration

      Returns Promise<UninstallResult>

    +pollUninstall | @salesforce/packaging
    • Parameters

      • uninstallRequestId: string
      • conn: Connection<Schema>
      • frequency: Duration
      • wait: Duration

      Returns Promise<UninstallResult>

    diff --git a/functions/package_packageUninstall.uninstallPackage.html b/functions/package_packageUninstall.uninstallPackage.html index 122a63d26..ab0f0e711 100644 --- a/functions/package_packageUninstall.uninstallPackage.html +++ b/functions/package_packageUninstall.uninstallPackage.html @@ -1 +1 @@ -uninstallPackage | @salesforce/packaging
    • Parameters

      • id: string
      • conn: Connection<Schema>
      • frequency: Duration = ...
      • wait: Duration = ...

      Returns Promise<UninstallResult>

    +uninstallPackage | @salesforce/packaging
    • Parameters

      • id: string
      • conn: Connection<Schema>
      • frequency: Duration = ...
      • wait: Duration = ...

      Returns Promise<UninstallResult>

    diff --git a/functions/package_packageVersionCreate.packageXmlJsonToXmlString.html b/functions/package_packageVersionCreate.packageXmlJsonToXmlString.html index f232387b4..c7d75a35b 100644 --- a/functions/package_packageVersionCreate.packageXmlJsonToXmlString.html +++ b/functions/package_packageVersionCreate.packageXmlJsonToXmlString.html @@ -1,2 +1,2 @@ packageXmlJsonToXmlString | @salesforce/packaging

    Converts PackageXmlJson to a string representing the Xml

    -
    +
    diff --git a/functions/package_packageVersionCreate.packageXmlStringToPackageXmlJson.html b/functions/package_packageVersionCreate.packageXmlStringToPackageXmlJson.html index 1f5ab72ce..ac053b952 100644 --- a/functions/package_packageVersionCreate.packageXmlStringToPackageXmlJson.html +++ b/functions/package_packageVersionCreate.packageXmlStringToPackageXmlJson.html @@ -1 +1 @@ -packageXmlStringToPackageXmlJson | @salesforce/packaging
    +packageXmlStringToPackageXmlJson | @salesforce/packaging
    diff --git a/functions/package_packageVersionCreate.validateAncestorId.html b/functions/package_packageVersionCreate.validateAncestorId.html index 63aa9ab91..7d6b94a70 100644 --- a/functions/package_packageVersionCreate.validateAncestorId.html +++ b/functions/package_packageVersionCreate.validateAncestorId.html @@ -1 +1 @@ -validateAncestorId | @salesforce/packaging
    • Parameters

      • ancestorId: string
      • highestReleasedVersion: undefined | null | Package2Version
      • explicitUseNoAncestor: boolean
      • isPatch: boolean
      • skipAncestorCheck: boolean
      • origSpecifiedAncestor: string

      Returns string

    +validateAncestorId | @salesforce/packaging
    • Parameters

      • ancestorId: string
      • highestReleasedVersion: undefined | null | Package2Version
      • explicitUseNoAncestor: boolean
      • isPatch: boolean
      • skipAncestorCheck: boolean
      • origSpecifiedAncestor: string

      Returns string

    diff --git a/functions/package_packageVersionCreate.validateVersionNumber.html b/functions/package_packageVersionCreate.validateVersionNumber.html index 53edd49df..a5c68bb97 100644 --- a/functions/package_packageVersionCreate.validateVersionNumber.html +++ b/functions/package_packageVersionCreate.validateVersionNumber.html @@ -1 +1 @@ -validateVersionNumber | @salesforce/packaging
    • Parameters

      • versionNumberString: string
      • supportedBuildNumberToken: string
      • OptionalsupportedBuildNumberToken2: string

      Returns string

    +validateVersionNumber | @salesforce/packaging
    • Parameters

      • versionNumberString: string
      • supportedBuildNumberToken: string
      • OptionalsupportedBuildNumberToken2: string

      Returns string

    diff --git a/functions/package_packageVersionCreateRequest.byId.html b/functions/package_packageVersionCreateRequest.byId.html index 519eefe68..61a9bff78 100644 --- a/functions/package_packageVersionCreateRequest.byId.html +++ b/functions/package_packageVersionCreateRequest.byId.html @@ -1 +1 @@ -byId | @salesforce/packaging
    +byId | @salesforce/packaging
    diff --git a/functions/package_packageVersionCreateRequest.getQuery.html b/functions/package_packageVersionCreateRequest.getQuery.html index 3607b24d8..932f711c1 100644 --- a/functions/package_packageVersionCreateRequest.getQuery.html +++ b/functions/package_packageVersionCreateRequest.getQuery.html @@ -1 +1 @@ -getQuery | @salesforce/packaging
    +getQuery | @salesforce/packaging
    diff --git a/functions/package_packageVersionCreateRequest.list.html b/functions/package_packageVersionCreateRequest.list.html index 42b89a3ff..09e95be54 100644 --- a/functions/package_packageVersionCreateRequest.list.html +++ b/functions/package_packageVersionCreateRequest.list.html @@ -1 +1 @@ -list | @salesforce/packaging
    +list | @salesforce/packaging
    diff --git a/functions/package_packageVersionCreateRequestReport.getCreatePackageVersionCreateRequestReport.html b/functions/package_packageVersionCreateRequestReport.getCreatePackageVersionCreateRequestReport.html index 0dc9944cc..d893d4ff1 100644 --- a/functions/package_packageVersionCreateRequestReport.getCreatePackageVersionCreateRequestReport.html +++ b/functions/package_packageVersionCreateRequestReport.getCreatePackageVersionCreateRequestReport.html @@ -1 +1 @@ -getCreatePackageVersionCreateRequestReport | @salesforce/packaging
    +getCreatePackageVersionCreateRequestReport | @salesforce/packaging
    diff --git a/functions/package_packageVersionList.assembleQueryParts.html b/functions/package_packageVersionList.assembleQueryParts.html index 6904e9223..b9b426977 100644 --- a/functions/package_packageVersionList.assembleQueryParts.html +++ b/functions/package_packageVersionList.assembleQueryParts.html @@ -1 +1 @@ -assembleQueryParts | @salesforce/packaging
    • Parameters

      • select: string
      • where: string[]
      • OptionalorderBy: string

      Returns string

    +assembleQueryParts | @salesforce/packaging
    • Parameters

      • select: string
      • where: string[]
      • OptionalorderBy: string

      Returns string

    diff --git a/functions/package_packageVersionList.constructQuery.html b/functions/package_packageVersionList.constructQuery.html index 3a9c7d1ee..8fe3590f7 100644 --- a/functions/package_packageVersionList.constructQuery.html +++ b/functions/package_packageVersionList.constructQuery.html @@ -1 +1 @@ -constructQuery | @salesforce/packaging
    +constructQuery | @salesforce/packaging
    diff --git a/functions/package_packageVersionList.constructWhere.html b/functions/package_packageVersionList.constructWhere.html index 131a4d89a..8e7b0969b 100644 --- a/functions/package_packageVersionList.constructWhere.html +++ b/functions/package_packageVersionList.constructWhere.html @@ -1 +1 @@ -constructWhere | @salesforce/packaging
    +constructWhere | @salesforce/packaging
    diff --git a/functions/package_packageVersionList.listPackageVersions.html b/functions/package_packageVersionList.listPackageVersions.html index a56753131..0b9022ecc 100644 --- a/functions/package_packageVersionList.listPackageVersions.html +++ b/functions/package_packageVersionList.listPackageVersions.html @@ -1,4 +1,4 @@ listPackageVersions | @salesforce/packaging
    +

    Returns Promise<QueryResult<PackageVersionListResult>>

    diff --git a/functions/package_packageVersionList.validateDays.html b/functions/package_packageVersionList.validateDays.html index fdfca878b..231573335 100644 --- a/functions/package_packageVersionList.validateDays.html +++ b/functions/package_packageVersionList.validateDays.html @@ -1 +1 @@ -validateDays | @salesforce/packaging
    +validateDays | @salesforce/packaging
    diff --git a/functions/package_packageVersionReport.getPackageVersionReport.html b/functions/package_packageVersionReport.getPackageVersionReport.html index 1b7bda425..a1744c645 100644 --- a/functions/package_packageVersionReport.getPackageVersionReport.html +++ b/functions/package_packageVersionReport.getPackageVersionReport.html @@ -1 +1 @@ -getPackageVersionReport | @salesforce/packaging
    +getPackageVersionReport | @salesforce/packaging
    diff --git a/functions/package_packageVersionRetrieve.retrievePackageVersionMetadata.html b/functions/package_packageVersionRetrieve.retrievePackageVersionMetadata.html index 9f599cd80..c133c8a55 100644 --- a/functions/package_packageVersionRetrieve.retrievePackageVersionMetadata.html +++ b/functions/package_packageVersionRetrieve.retrievePackageVersionMetadata.html @@ -1,3 +1,3 @@ retrievePackageVersionMetadata | @salesforce/packaging
    +
  • connection: Connection<Schema>
  • Returns Promise<PackageVersionMetadataDownloadResult>

    diff --git a/functions/package_profileRewriter.fieldCorrections.html b/functions/package_profileRewriter.fieldCorrections.html index 8e7e81759..aef52a4a5 100644 --- a/functions/package_profileRewriter.fieldCorrections.html +++ b/functions/package_profileRewriter.fieldCorrections.html @@ -1 +1 @@ -fieldCorrections | @salesforce/packaging
    +fieldCorrections | @salesforce/packaging
    diff --git a/functions/package_profileRewriter.manifestTypesToMap.html b/functions/package_profileRewriter.manifestTypesToMap.html index 57e27e154..2ff0ff6d3 100644 --- a/functions/package_profileRewriter.manifestTypesToMap.html +++ b/functions/package_profileRewriter.manifestTypesToMap.html @@ -1,2 +1,2 @@ manifestTypesToMap | @salesforce/packaging

    it's easier to do lookups by Metadata Type on a Map

    -
    +
    diff --git a/functions/package_profileRewriter.profileObjectToString.html b/functions/package_profileRewriter.profileObjectToString.html index a7c531ff4..dfc44d8ea 100644 --- a/functions/package_profileRewriter.profileObjectToString.html +++ b/functions/package_profileRewriter.profileObjectToString.html @@ -1,3 +1,3 @@ profileObjectToString | @salesforce/packaging

    pass in an object that has the Profile props at the top level. This function will add the outer wrapper Profile and convert the result to xml

    -
    +
    diff --git a/functions/package_profileRewriter.profileRewriter.html b/functions/package_profileRewriter.profileRewriter.html index 8b8bdb37b..d884a4bef 100644 --- a/functions/package_profileRewriter.profileRewriter.html +++ b/functions/package_profileRewriter.profileRewriter.html @@ -9,4 +9,4 @@
  • packageXml: PackageMap

    package.xml as json

  • retainUserLicense: boolean = false

    boolean will preserve userLicense if true

  • Returns Profile

    Profile

    -
    +
    diff --git a/functions/package_profileRewriter.profileStringToProfile.html b/functions/package_profileRewriter.profileStringToProfile.html index 2eb3050cf..0fc4d7887 100644 --- a/functions/package_profileRewriter.profileStringToProfile.html +++ b/functions/package_profileRewriter.profileStringToProfile.html @@ -1,2 +1,2 @@ profileStringToProfile | @salesforce/packaging
    • Parameters

      • profileString: string

      Returns Profile

      CorrectedProfile (json representation of the profile)

      -
    +
    diff --git a/functions/utils_packageUtils.applyErrorAction.html b/functions/utils_packageUtils.applyErrorAction.html index d24cdda85..a0d0fee5b 100644 --- a/functions/utils_packageUtils.applyErrorAction.html +++ b/functions/utils_packageUtils.applyErrorAction.html @@ -1 +1 @@ -applyErrorAction | @salesforce/packaging
    • Parameters

      • err: Error & {
            action?: string;
        }

      Returns Error

    +applyErrorAction | @salesforce/packaging
    • Parameters

      • err: Error & {
            action?: string;
        }

      Returns Error

    diff --git a/functions/utils_packageUtils.combineSaveErrors.html b/functions/utils_packageUtils.combineSaveErrors.html index 1fda65c62..225ed6508 100644 --- a/functions/utils_packageUtils.combineSaveErrors.html +++ b/functions/utils_packageUtils.combineSaveErrors.html @@ -1 +1 @@ -combineSaveErrors | @salesforce/packaging
    • Parameters

      • sObject: string
      • crudOperation: string
      • errors: SaveError[]

      Returns SfError

    +combineSaveErrors | @salesforce/packaging
    • Parameters

      • sObject: string
      • crudOperation: string
      • errors: SaveError[]

      Returns SfError

    diff --git a/functions/utils_packageUtils.copyDescriptorProperties.html b/functions/utils_packageUtils.copyDescriptorProperties.html index 34ce3e7b6..a3c6f4b6d 100644 --- a/functions/utils_packageUtils.copyDescriptorProperties.html +++ b/functions/utils_packageUtils.copyDescriptorProperties.html @@ -1,4 +1,4 @@ copyDescriptorProperties | @salesforce/packaging
    +
    diff --git a/functions/utils_packageUtils.copyDir.html b/functions/utils_packageUtils.copyDir.html index 2276e6e03..b15a80ee4 100644 --- a/functions/utils_packageUtils.copyDir.html +++ b/functions/utils_packageUtils.copyDir.html @@ -1 +1 @@ -copyDir | @salesforce/packaging
    +copyDir | @salesforce/packaging
    diff --git a/functions/utils_packageUtils.escapeInstallationKey.html b/functions/utils_packageUtils.escapeInstallationKey.html index eb9bb561f..b32321762 100644 --- a/functions/utils_packageUtils.escapeInstallationKey.html +++ b/functions/utils_packageUtils.escapeInstallationKey.html @@ -1 +1 @@ -escapeInstallationKey | @salesforce/packaging
    +escapeInstallationKey | @salesforce/packaging
    diff --git a/functions/utils_packageUtils.getContainerOptions.html b/functions/utils_packageUtils.getContainerOptions.html index 444fa377c..5b9de1b2d 100644 --- a/functions/utils_packageUtils.getContainerOptions.html +++ b/functions/utils_packageUtils.getContainerOptions.html @@ -2,4 +2,4 @@

    Parameters

    Returns Promise<Map<string, PackageType>>

    Map of 0Ho id to container option api value

    -
    +
    diff --git a/functions/utils_packageUtils.getPackageVersionId.html b/functions/utils_packageUtils.getPackageVersionId.html index a67ee421f..c193fbe77 100644 --- a/functions/utils_packageUtils.getPackageVersionId.html +++ b/functions/utils_packageUtils.getPackageVersionId.html @@ -1,4 +1,4 @@ getPackageVersionId | @salesforce/packaging
    • Given a subscriber package version ID (04t) or package version ID (05i), return the package version ID (05i)

      Parameters

      • versionId: string

        The subscriber package version ID

      • connection: Connection<Schema>

        For tooling query

        -

      Returns Promise<string | undefined>

    +

    Returns Promise<string | undefined>

    diff --git a/functions/utils_packageUtils.getPackageVersionNumber.html b/functions/utils_packageUtils.getPackageVersionNumber.html index f61667755..09d6c0bff 100644 --- a/functions/utils_packageUtils.getPackageVersionNumber.html +++ b/functions/utils_packageUtils.getPackageVersionNumber.html @@ -1 +1 @@ -getPackageVersionNumber | @salesforce/packaging
    +getPackageVersionNumber | @salesforce/packaging
    diff --git a/functions/utils_packageUtils.getPackageVersionStrings.html b/functions/utils_packageUtils.getPackageVersionStrings.html index 37ecb7bba..d8a4dadce 100644 --- a/functions/utils_packageUtils.getPackageVersionStrings.html +++ b/functions/utils_packageUtils.getPackageVersionStrings.html @@ -1,4 +1,4 @@ getPackageVersionStrings | @salesforce/packaging
    • Given a list of subscriber package version IDs (04t), return the associated version strings (e.g., Major.Minor.Patch.Build)

      Parameters

      • subscriberPackageVersionIds: string[]
      • connection: Connection<Schema>

        For tooling query

      Returns Promise<Map<string, string>>

      Map of subscriberPackageVersionId to versionString

      -
    +
    diff --git a/functions/utils_packageUtils.isPackageDirectoryEffectivelyEmpty.html b/functions/utils_packageUtils.isPackageDirectoryEffectivelyEmpty.html index f5f237956..c17be172d 100644 --- a/functions/utils_packageUtils.isPackageDirectoryEffectivelyEmpty.html +++ b/functions/utils_packageUtils.isPackageDirectoryEffectivelyEmpty.html @@ -4,4 +4,4 @@

    Parameters

    Returns boolean

    true if the directory contains nothing except empty directories or directories containing only an .eslintrc.json file.

    -
    +
    diff --git a/functions/utils_packageUtils.massageErrorMessage.html b/functions/utils_packageUtils.massageErrorMessage.html index fbdda2b2c..99530cc82 100644 --- a/functions/utils_packageUtils.massageErrorMessage.html +++ b/functions/utils_packageUtils.massageErrorMessage.html @@ -1 +1 @@ -massageErrorMessage | @salesforce/packaging
    +massageErrorMessage | @salesforce/packaging
    diff --git a/functions/utils_packageUtils.numberToDuration.html b/functions/utils_packageUtils.numberToDuration.html index 45d7084eb..90e26e15c 100644 --- a/functions/utils_packageUtils.numberToDuration.html +++ b/functions/utils_packageUtils.numberToDuration.html @@ -2,4 +2,4 @@

    Parameters

    Returns Duration

    for valid values

    -
    +
    diff --git a/functions/utils_packageUtils.queryWithInConditionChunking.html b/functions/utils_packageUtils.queryWithInConditionChunking.html index bb83af780..727104a01 100644 --- a/functions/utils_packageUtils.queryWithInConditionChunking.html +++ b/functions/utils_packageUtils.queryWithInConditionChunking.html @@ -5,4 +5,4 @@
  • replaceToken: string

    A placeholder in the query's IN condition that will be replaced with the chunked items

  • connection: Connection<Schema>

    For tooling query

  • Returns Promise<T[]>

    concatenated array of records returned from the resulting query(ies)

    -
    +
    diff --git a/functions/utils_packageUtils.uniqid.html b/functions/utils_packageUtils.uniqid.html index 5eee8f221..a16316f6c 100644 --- a/functions/utils_packageUtils.uniqid.html +++ b/functions/utils_packageUtils.uniqid.html @@ -6,4 +6,4 @@
  • template: a template string.
  • length: the length of the unique id as presented in hexadecimal.
  • -

    Returns string

    +

    Returns string

    diff --git a/functions/utils_packageUtils.validateId.html b/functions/utils_packageUtils.validateId.html index bc6a7a5aa..e9d815274 100644 --- a/functions/utils_packageUtils.validateId.html +++ b/functions/utils_packageUtils.validateId.html @@ -1 +1 @@ -validateId | @salesforce/packaging
    +validateId | @salesforce/packaging
    diff --git a/functions/utils_packageUtils.validateIdNoThrow.html b/functions/utils_packageUtils.validateIdNoThrow.html index 451780c78..902e9d624 100644 --- a/functions/utils_packageUtils.validateIdNoThrow.html +++ b/functions/utils_packageUtils.validateIdNoThrow.html @@ -1 +1 @@ -validateIdNoThrow | @salesforce/packaging
    +validateIdNoThrow | @salesforce/packaging
    diff --git a/functions/utils_packageUtils.zipDir.html b/functions/utils_packageUtils.zipDir.html index 86795f22a..d415002f1 100644 --- a/functions/utils_packageUtils.zipDir.html +++ b/functions/utils_packageUtils.zipDir.html @@ -1,4 +1,4 @@ zipDir | @salesforce/packaging
    • Zips directory to given zipfile.

      Parameters

      • dir: string

        directory to zip

      • zipfile: string

        path to the zip file to create

        -

      Returns Promise<void>

    +

    Returns Promise<void>

    diff --git a/modules/exported.html b/modules/exported.html index 2a91ef6e2..2a048bbf0 100644 --- a/modules/exported.html +++ b/modules/exported.html @@ -1,4 +1,4 @@ -exported | @salesforce/packaging

    References

    AncestryRepresentationProducer +exported | @salesforce/packaging

    References

    AncestryRepresentationProducer AncestryRepresentationProducerOptions CodeCoverage CodeCoveragePercentages diff --git a/modules/interfaces.html b/modules/interfaces.html index dbdbc63f6..6b776c27b 100644 --- a/modules/interfaces.html +++ b/modules/interfaces.html @@ -1,4 +1,4 @@ -interfaces | @salesforce/packaging

    References

    AncestryRepresentationProducer +interfaces | @salesforce/packaging

    References

    AncestryRepresentationProducer AncestryRepresentationProducerOptions CodeCoverage CodeCoveragePercentages diff --git a/modules/interfaces_packagingInterfacesAndType.html b/modules/interfaces_packagingInterfacesAndType.html index aeb6078f8..3b224ed33 100644 --- a/modules/interfaces_packagingInterfacesAndType.html +++ b/modules/interfaces_packagingInterfacesAndType.html @@ -1,4 +1,4 @@ -interfaces/packagingInterfacesAndType | @salesforce/packaging

    Module interfaces/packagingInterfacesAndType

    Index

    Type Aliases

    AncestryRepresentationProducer +interfaces/packagingInterfacesAndType | @salesforce/packaging

    Module interfaces/packagingInterfacesAndType

    Index

    Type Aliases

    AncestryRepresentationProducer AncestryRepresentationProducerOptions CodeCoverage CodeCoveragePercentages diff --git a/modules/interfaces_packagingSObjects.PackagingSObjects.html b/modules/interfaces_packagingSObjects.PackagingSObjects.html index 832baa2f7..85e8763a3 100644 --- a/modules/interfaces_packagingSObjects.PackagingSObjects.html +++ b/modules/interfaces_packagingSObjects.PackagingSObjects.html @@ -1,4 +1,4 @@ -PackagingSObjects | @salesforce/packaging

    Index

    Enumerations

    Package2VersionStatus +PackagingSObjects | @salesforce/packaging

    Index

    Enumerations

    Type Aliases

    Attributes InstallValidationStatus InstalledSubscriberPackage diff --git a/modules/interfaces_packagingSObjects.html b/modules/interfaces_packagingSObjects.html index 0befb7376..d14b53bfb 100644 --- a/modules/interfaces_packagingSObjects.html +++ b/modules/interfaces_packagingSObjects.html @@ -1,2 +1,2 @@ -interfaces/packagingSObjects | @salesforce/packaging

    Module interfaces/packagingSObjects

    Index

    Namespaces

    PackagingSObjects +interfaces/packagingSObjects | @salesforce/packaging
    diff --git a/modules/package.html b/modules/package.html index 905e2af08..5c9618e1c 100644 --- a/modules/package.html +++ b/modules/package.html @@ -1,4 +1,4 @@ -package | @salesforce/packaging

    References

    Package +package | @salesforce/packaging

    References

    Package Package2Fields Package2VersionFieldTypes Package2VersionFields diff --git a/modules/package1.html b/modules/package1.html index 398a60acf..494009783 100644 --- a/modules/package1.html +++ b/modules/package1.html @@ -1,2 +1,2 @@ -package1 | @salesforce/packaging

    References

    Package1Version +package1 | @salesforce/packaging

    References

    References

    Re-exports Package1Version
    diff --git a/modules/package1_package1Version.html b/modules/package1_package1Version.html index 81b313dc8..7dab926a6 100644 --- a/modules/package1_package1Version.html +++ b/modules/package1_package1Version.html @@ -1,2 +1,2 @@ -package1/package1Version | @salesforce/packaging

    Module package1/package1Version

    Index

    Classes

    Package1Version +package1/package1Version | @salesforce/packaging
    diff --git a/modules/package_package.html b/modules/package_package.html index d51cadef0..574f359da 100644 --- a/modules/package_package.html +++ b/modules/package_package.html @@ -1,3 +1,3 @@ -package/package | @salesforce/packaging

    Index

    Classes

    Package +package/package | @salesforce/packaging

    Index

    Classes

    Variables

    diff --git a/modules/package_packageAncestry.html b/modules/package_packageAncestry.html index 58db15ca5..d5820ae6a 100644 --- a/modules/package_packageAncestry.html +++ b/modules/package_packageAncestry.html @@ -1,4 +1,4 @@ -package/packageAncestry | @salesforce/packaging

    Module package/packageAncestry

    Index

    Classes

    AncestryDotProducer +package/packageAncestry | @salesforce/packaging

    Module package/packageAncestry

    Index

    Classes

    AncestryDotProducer AncestryJsonProducer AncestryTreeProducer PackageAncestry diff --git a/modules/package_packageConvert.html b/modules/package_packageConvert.html index 27971ece3..31b6bf778 100644 --- a/modules/package_packageConvert.html +++ b/modules/package_packageConvert.html @@ -1,3 +1,3 @@ -package/packageConvert | @salesforce/packaging

    Module package/packageConvert

    Index

    Functions

    convertPackage +package/packageConvert | @salesforce/packaging
    diff --git a/modules/package_packageCreate.html b/modules/package_packageCreate.html index d530fdca6..d35578358 100644 --- a/modules/package_packageCreate.html +++ b/modules/package_packageCreate.html @@ -1,3 +1,3 @@ -package/packageCreate | @salesforce/packaging

    Module package/packageCreate

    Index

    Functions

    createPackage +package/packageCreate | @salesforce/packaging
    diff --git a/modules/package_packageDelete.html b/modules/package_packageDelete.html index 51f2a6c03..f59c5ab01 100644 --- a/modules/package_packageDelete.html +++ b/modules/package_packageDelete.html @@ -1,2 +1,2 @@ -package/packageDelete | @salesforce/packaging

    Module package/packageDelete

    Index

    Functions

    deletePackage +package/packageDelete | @salesforce/packaging

    Module package/packageDelete

    Index

    Functions

    diff --git a/modules/package_packageInstall.html b/modules/package_packageInstall.html index 867addfac..64facae98 100644 --- a/modules/package_packageInstall.html +++ b/modules/package_packageInstall.html @@ -1,4 +1,4 @@ -package/packageInstall | @salesforce/packaging

    Module package/packageInstall

    Index

    Functions

    createPackageInstallRequest +package/packageInstall | @salesforce/packaging

    Module package/packageInstall

    Index

    Functions

    createPackageInstallRequest getInstallationStatus getStatus isErrorFromSPVQueryRestriction diff --git a/modules/package_packageProfileApi.html b/modules/package_packageProfileApi.html index 378cf4418..7488cf9f7 100644 --- a/modules/package_packageProfileApi.html +++ b/modules/package_packageProfileApi.html @@ -1,2 +1,2 @@ -package/packageProfileApi | @salesforce/packaging

    Module package/packageProfileApi

    Index

    Classes

    PackageProfileApi +package/packageProfileApi | @salesforce/packaging
    diff --git a/modules/package_packageUninstall.html b/modules/package_packageUninstall.html index 0e336d9b2..a87c9a100 100644 --- a/modules/package_packageUninstall.html +++ b/modules/package_packageUninstall.html @@ -1,4 +1,4 @@ -package/packageUninstall | @salesforce/packaging

    Module package/packageUninstall

    Index

    Functions

    getUninstallErrors +package/packageUninstall | @salesforce/packaging
    diff --git a/modules/package_packageVersion.html b/modules/package_packageVersion.html index 774fe2693..45e24c905 100644 --- a/modules/package_packageVersion.html +++ b/modules/package_packageVersion.html @@ -1,4 +1,4 @@ -package/packageVersion | @salesforce/packaging

    Module package/packageVersion

    Index

    Classes

    PackageVersion +package/packageVersion | @salesforce/packaging

    Module package/packageVersion

    Index

    Classes

    Type Aliases

    Variables

    Package2VersionFields diff --git a/modules/package_packageVersionCreate.html b/modules/package_packageVersionCreate.html index e71b2b37e..34cc196ce 100644 --- a/modules/package_packageVersionCreate.html +++ b/modules/package_packageVersionCreate.html @@ -1,4 +1,4 @@ -package/packageVersionCreate | @salesforce/packaging

    Module package/packageVersionCreate

    Index

    Classes

    MetadataResolver +package/packageVersionCreate | @salesforce/packaging

    Module package/packageVersionCreate

    Index

    Classes

    Functions

    packageXmlJsonToXmlString packageXmlStringToPackageXmlJson diff --git a/modules/package_packageVersionCreateRequest.html b/modules/package_packageVersionCreateRequest.html index 125047257..926b8bfdb 100644 --- a/modules/package_packageVersionCreateRequest.html +++ b/modules/package_packageVersionCreateRequest.html @@ -1,4 +1,4 @@ -package/packageVersionCreateRequest | @salesforce/packaging

    Module package/packageVersionCreateRequest

    Index

    Functions

    byId +package/packageVersionCreateRequest | @salesforce/packaging
    diff --git a/modules/package_packageVersionCreateRequestReport.html b/modules/package_packageVersionCreateRequestReport.html index 39972c43b..9d806564c 100644 --- a/modules/package_packageVersionCreateRequestReport.html +++ b/modules/package_packageVersionCreateRequestReport.html @@ -1,2 +1,2 @@ -package/packageVersionCreateRequestReport | @salesforce/packaging

    Module package/packageVersionCreateRequestReport

    Index

    Functions

    getCreatePackageVersionCreateRequestReport +package/packageVersionCreateRequestReport | @salesforce/packaging
    diff --git a/modules/package_packageVersionList.html b/modules/package_packageVersionList.html index 7da9e6721..e90536512 100644 --- a/modules/package_packageVersionList.html +++ b/modules/package_packageVersionList.html @@ -1,4 +1,4 @@ -package/packageVersionList | @salesforce/packaging

    Module package/packageVersionList

    Index

    Variables

    DEFAULT_ORDER_BY_FIELDS +package/packageVersionList | @salesforce/packaging

    Module package/packageVersionList

    Index

    Variables

    Functions

    assembleQueryParts constructQuery constructWhere diff --git a/modules/package_packageVersionReport.html b/modules/package_packageVersionReport.html index f3d1b10b0..84585898d 100644 --- a/modules/package_packageVersionReport.html +++ b/modules/package_packageVersionReport.html @@ -1,2 +1,2 @@ -package/packageVersionReport | @salesforce/packaging

    Module package/packageVersionReport

    Index

    Functions

    getPackageVersionReport +package/packageVersionReport | @salesforce/packaging
    diff --git a/modules/package_packageVersionRetrieve.html b/modules/package_packageVersionRetrieve.html index c4520dcd3..1731879fb 100644 --- a/modules/package_packageVersionRetrieve.html +++ b/modules/package_packageVersionRetrieve.html @@ -1,2 +1,2 @@ -package/packageVersionRetrieve | @salesforce/packaging

    Module package/packageVersionRetrieve

    Index

    Functions

    retrievePackageVersionMetadata +package/packageVersionRetrieve | @salesforce/packaging
    diff --git a/modules/package_profileRewriter.html b/modules/package_profileRewriter.html index 1c9aa9aad..e3a264599 100644 --- a/modules/package_profileRewriter.html +++ b/modules/package_profileRewriter.html @@ -1,4 +1,4 @@ -package/profileRewriter | @salesforce/packaging

    Module package/profileRewriter

    Index

    Type Aliases

    CorrectedProfile +package/profileRewriter | @salesforce/packaging

    Module package/profileRewriter

    Index

    Type Aliases

    Functions

    fieldCorrections manifestTypesToMap profileObjectToString diff --git a/modules/package_subscriberPackageVersion.html b/modules/package_subscriberPackageVersion.html index 0a3fbe6e5..455c274df 100644 --- a/modules/package_subscriberPackageVersion.html +++ b/modules/package_subscriberPackageVersion.html @@ -1,3 +1,3 @@ -package/subscriberPackageVersion | @salesforce/packaging

    Module package/subscriberPackageVersion

    Index

    Classes

    SubscriberPackageVersion +package/subscriberPackageVersion | @salesforce/packaging
    diff --git a/modules/package_versionNumber.html b/modules/package_versionNumber.html index f7f37e164..ca80357e9 100644 --- a/modules/package_versionNumber.html +++ b/modules/package_versionNumber.html @@ -1,3 +1,3 @@ -package/versionNumber | @salesforce/packaging

    Module package/versionNumber

    Index

    Enumerations

    BuildNumberToken +package/versionNumber | @salesforce/packaging

    Module package/versionNumber

    Index

    Enumerations

    Classes

    diff --git a/modules/utils.html b/modules/utils.html index 6f23f1d3f..bc33804a3 100644 --- a/modules/utils.html +++ b/modules/utils.html @@ -1,4 +1,4 @@ -utils | @salesforce/packaging

    References

    INSTALL_URL_BASE +utils | @salesforce/packaging

    References

    INSTALL_URL_BASE getContainerOptions getPackageVersionNumber getPackageVersionStrings diff --git a/modules/utils_packageUtils.html b/modules/utils_packageUtils.html index 10ed9a9ef..e98f177d8 100644 --- a/modules/utils_packageUtils.html +++ b/modules/utils_packageUtils.html @@ -1,4 +1,4 @@ -utils/packageUtils | @salesforce/packaging

    Index

    Type Aliases

    IdRegistry +utils/packageUtils | @salesforce/packaging

    Index

    Type Aliases

    Variables

    BY_LABEL INSTALL_URL_BASE diff --git a/types/interfaces_packagingInterfacesAndType.AncestryRepresentationProducer.html b/types/interfaces_packagingInterfacesAndType.AncestryRepresentationProducer.html index fe51a76cb..761dd9c4b 100644 --- a/types/interfaces_packagingInterfacesAndType.AncestryRepresentationProducer.html +++ b/types/interfaces_packagingInterfacesAndType.AncestryRepresentationProducer.html @@ -1 +1 @@ -AncestryRepresentationProducer | @salesforce/packaging
    AncestryRepresentationProducer: {
        label: string;
        options?: AncestryRepresentationProducerOptions;
        addNode(node: AncestryRepresentationProducer): void;
        produce(): string | void | PackageAncestryNodeData;
    }
    +AncestryRepresentationProducer | @salesforce/packaging
    AncestryRepresentationProducer: {
        label: string;
        options?: AncestryRepresentationProducerOptions;
        addNode(node: AncestryRepresentationProducer): void;
        produce(): string | void | PackageAncestryNodeData;
    }
    diff --git a/types/interfaces_packagingInterfacesAndType.AncestryRepresentationProducerOptions.html b/types/interfaces_packagingInterfacesAndType.AncestryRepresentationProducerOptions.html index 14121f8c0..c41378eeb 100644 --- a/types/interfaces_packagingInterfacesAndType.AncestryRepresentationProducerOptions.html +++ b/types/interfaces_packagingInterfacesAndType.AncestryRepresentationProducerOptions.html @@ -1 +1 @@ -AncestryRepresentationProducerOptions | @salesforce/packaging
    AncestryRepresentationProducerOptions: {
        depth: number;
        logger?: ((text: string) => void);
        packageNode?: PackageAncestryNode;
        verbose?: boolean;
    }
    +AncestryRepresentationProducerOptions | @salesforce/packaging
    AncestryRepresentationProducerOptions: {
        depth: number;
        logger?: ((text: string) => void);
        packageNode?: PackageAncestryNode;
        verbose?: boolean;
    }
    diff --git a/types/interfaces_packagingInterfacesAndType.CodeCoverage.html b/types/interfaces_packagingInterfacesAndType.CodeCoverage.html index 485dd3e1c..ca40d19bb 100644 --- a/types/interfaces_packagingInterfacesAndType.CodeCoverage.html +++ b/types/interfaces_packagingInterfacesAndType.CodeCoverage.html @@ -1 +1 @@ -CodeCoverage | @salesforce/packaging
    CodeCoverage: null | {
        apexCodeCoveragePercentage: number;
    }
    +CodeCoverage | @salesforce/packaging
    CodeCoverage: null | {
        apexCodeCoveragePercentage: number;
    }
    diff --git a/types/interfaces_packagingInterfacesAndType.CodeCoveragePercentages.html b/types/interfaces_packagingInterfacesAndType.CodeCoveragePercentages.html index 72cb1a055..7537a7784 100644 --- a/types/interfaces_packagingInterfacesAndType.CodeCoveragePercentages.html +++ b/types/interfaces_packagingInterfacesAndType.CodeCoveragePercentages.html @@ -1 +1 @@ -CodeCoveragePercentages | @salesforce/packaging
    CodeCoveragePercentages: null | {
        codeCovPercentages: [{
            className: string;
            codeCoveragePercentage: number;
        }];
    }
    +CodeCoveragePercentages | @salesforce/packaging
    CodeCoveragePercentages: null | {
        codeCovPercentages: [{
            className: string;
            codeCoveragePercentage: number;
        }];
    }
    diff --git a/types/interfaces_packagingInterfacesAndType.ConvertPackageOptions.html b/types/interfaces_packagingInterfacesAndType.ConvertPackageOptions.html index 09a93843f..cf93f7a42 100644 --- a/types/interfaces_packagingInterfacesAndType.ConvertPackageOptions.html +++ b/types/interfaces_packagingInterfacesAndType.ConvertPackageOptions.html @@ -1,2 +1,2 @@ ConvertPackageOptions | @salesforce/packaging
    ConvertPackageOptions: {
        buildInstance?: string;
        definitionfile?: string;
        frequency?: Duration;
        installationKey?: string;
        installationKeyBypass: boolean;
        seedMetadata?: string;
        wait: Duration;
    }

    Type declaration

    • OptionalbuildInstance?: string
    • Optionaldefinitionfile?: string
    • Optionalfrequency?: Duration
    • OptionalinstallationKey?: string
    • installationKeyBypass: boolean

      stop using it

      -
    • OptionalseedMetadata?: string
    • wait: Duration
    +
  • OptionalseedMetadata?: string
  • wait: Duration
  • diff --git a/types/interfaces_packagingInterfacesAndType.IPackageVersion1GP.html b/types/interfaces_packagingInterfacesAndType.IPackageVersion1GP.html index 386c27943..da0d56535 100644 --- a/types/interfaces_packagingInterfacesAndType.IPackageVersion1GP.html +++ b/types/interfaces_packagingInterfacesAndType.IPackageVersion1GP.html @@ -1 +1 @@ -IPackageVersion1GP | @salesforce/packaging
    IPackageVersion1GP: {
        getPackageVersion(id: string): Promise<MetadataPackageVersion[]>;
    }
    +IPackageVersion1GP | @salesforce/packaging
    IPackageVersion1GP: {
        getPackageVersion(id: string): Promise<MetadataPackageVersion[]>;
    }
    diff --git a/types/interfaces_packagingInterfacesAndType.IPackageVersion2GP.html b/types/interfaces_packagingInterfacesAndType.IPackageVersion2GP.html index 7e7388893..0d0e9f8ce 100644 --- a/types/interfaces_packagingInterfacesAndType.IPackageVersion2GP.html +++ b/types/interfaces_packagingInterfacesAndType.IPackageVersion2GP.html @@ -1 +1 @@ -IPackageVersion2GP | @salesforce/packaging
    IPackageVersion2GP: {
        convert(): Promise<void>;
        create(): Promise<void>;
        delete(): Promise<void>;
        install(): Promise<void>;
        list(): Promise<void>;
        uninstall(): Promise<void>;
        update(): Promise<void>;
    }
    +IPackageVersion2GP | @salesforce/packaging
    IPackageVersion2GP: {
        convert(): Promise<void>;
        create(): Promise<void>;
        delete(): Promise<void>;
        install(): Promise<void>;
        list(): Promise<void>;
        uninstall(): Promise<void>;
        update(): Promise<void>;
    }
    diff --git a/types/interfaces_packagingInterfacesAndType.InstalledPackages.html b/types/interfaces_packagingInterfacesAndType.InstalledPackages.html index a87b6ab27..d97e0ce10 100644 --- a/types/interfaces_packagingInterfacesAndType.InstalledPackages.html +++ b/types/interfaces_packagingInterfacesAndType.InstalledPackages.html @@ -1 +1 @@ -InstalledPackages | @salesforce/packaging
    InstalledPackages: {
        Id: string;
        MinPackageVersionId: string;
        SubscriberPackage?: SubscriberPackage;
        SubscriberPackageId: string;
        SubscriberPackageVersion?: Omit<MetadataPackageVersion, "MetadataPackageId" | "ReleaseState" | "IsDeprecated">;
        SubscriberPackageVersionId: string;
    }
    +InstalledPackages | @salesforce/packaging
    InstalledPackages: {
        Id: string;
        MinPackageVersionId: string;
        SubscriberPackage?: SubscriberPackage;
        SubscriberPackageId: string;
        SubscriberPackageVersion?: Omit<MetadataPackageVersion, "MetadataPackageId" | "ReleaseState" | "IsDeprecated">;
        SubscriberPackageVersionId: string;
    }
    diff --git a/types/interfaces_packagingInterfacesAndType.MDFolderForArtifactOptions.html b/types/interfaces_packagingInterfacesAndType.MDFolderForArtifactOptions.html index d82edb61b..f596174a1 100644 --- a/types/interfaces_packagingInterfacesAndType.MDFolderForArtifactOptions.html +++ b/types/interfaces_packagingInterfacesAndType.MDFolderForArtifactOptions.html @@ -1 +1 @@ -MDFolderForArtifactOptions | @salesforce/packaging
    MDFolderForArtifactOptions: {
        deploydir?: string;
        manifest?: string;
        metadataPaths?: string[];
        outputDir?: string;
        packageName?: string;
        sourceApiVersion?: string;
        sourceDir?: string;
        sourcePaths?: string[];
    }
    +MDFolderForArtifactOptions | @salesforce/packaging
    MDFolderForArtifactOptions: {
        deploydir?: string;
        manifest?: string;
        metadataPaths?: string[];
        outputDir?: string;
        packageName?: string;
        sourceApiVersion?: string;
        sourceDir?: string;
        sourcePaths?: string[];
    }
    diff --git a/types/interfaces_packagingInterfacesAndType.Package1Display.html b/types/interfaces_packagingInterfacesAndType.Package1Display.html index 7d20d981b..278fa1647 100644 --- a/types/interfaces_packagingInterfacesAndType.Package1Display.html +++ b/types/interfaces_packagingInterfacesAndType.Package1Display.html @@ -1 +1 @@ -Package1Display | @salesforce/packaging
    Package1Display: {
        BuildNumber: number;
        MetadataPackageId: string;
        MetadataPackageVersionId: string;
        Name: string;
        ReleaseState: string;
        Version: string;
    }
    +Package1Display | @salesforce/packaging
    Package1Display: {
        BuildNumber: number;
        MetadataPackageId: string;
        MetadataPackageVersionId: string;
        Name: string;
        ReleaseState: string;
        Version: string;
    }
    diff --git a/types/interfaces_packagingInterfacesAndType.Package1VersionCreateRequest.html b/types/interfaces_packagingInterfacesAndType.Package1VersionCreateRequest.html index 27663b2dc..45358760f 100644 --- a/types/interfaces_packagingInterfacesAndType.Package1VersionCreateRequest.html +++ b/types/interfaces_packagingInterfacesAndType.Package1VersionCreateRequest.html @@ -1 +1 @@ -Package1VersionCreateRequest | @salesforce/packaging
    Package1VersionCreateRequest: Pick<PackageUploadRequest, "VersionName" | "MetadataPackageId"> & Partial<Pick<PackageUploadRequest,
        | "Description"
        | "MajorVersion"
        | "MinorVersion"
        | "IsReleaseVersion"
        | "ReleaseNotesUrl"
        | "PostInstallUrl"
        | "Password">>
    +Package1VersionCreateRequest | @salesforce/packaging
    Package1VersionCreateRequest: Pick<PackageUploadRequest, "VersionName" | "MetadataPackageId"> & Partial<Pick<PackageUploadRequest,
        | "Description"
        | "MajorVersion"
        | "MinorVersion"
        | "IsReleaseVersion"
        | "ReleaseNotesUrl"
        | "PostInstallUrl"
        | "Password">>
    diff --git a/types/interfaces_packagingInterfacesAndType.PackageAncestryData.html b/types/interfaces_packagingInterfacesAndType.PackageAncestryData.html index 977447637..ced3affa6 100644 --- a/types/interfaces_packagingInterfacesAndType.PackageAncestryData.html +++ b/types/interfaces_packagingInterfacesAndType.PackageAncestryData.html @@ -1 +1 @@ -PackageAncestryData | @salesforce/packaging
    +PackageAncestryData | @salesforce/packaging
    diff --git a/types/interfaces_packagingInterfacesAndType.PackageAncestryNodeAttributes.html b/types/interfaces_packagingInterfacesAndType.PackageAncestryNodeAttributes.html index 13bdae1ed..584d2af99 100644 --- a/types/interfaces_packagingInterfacesAndType.PackageAncestryNodeAttributes.html +++ b/types/interfaces_packagingInterfacesAndType.PackageAncestryNodeAttributes.html @@ -1 +1 @@ -PackageAncestryNodeAttributes | @salesforce/packaging
    +PackageAncestryNodeAttributes | @salesforce/packaging
    diff --git a/types/interfaces_packagingInterfacesAndType.PackageAncestryNodeData.html b/types/interfaces_packagingInterfacesAndType.PackageAncestryNodeData.html index 305c3460c..93d5f994c 100644 --- a/types/interfaces_packagingInterfacesAndType.PackageAncestryNodeData.html +++ b/types/interfaces_packagingInterfacesAndType.PackageAncestryNodeData.html @@ -1 +1 @@ -PackageAncestryNodeData | @salesforce/packaging
    +PackageAncestryNodeData | @salesforce/packaging
    diff --git a/types/interfaces_packagingInterfacesAndType.PackageAncestryNodeOptions.html b/types/interfaces_packagingInterfacesAndType.PackageAncestryNodeOptions.html index 148daea59..1ddc322f6 100644 --- a/types/interfaces_packagingInterfacesAndType.PackageAncestryNodeOptions.html +++ b/types/interfaces_packagingInterfacesAndType.PackageAncestryNodeOptions.html @@ -1 +1 @@ -PackageAncestryNodeOptions | @salesforce/packaging
    PackageAncestryNodeOptions: Attributes & {
        AncestorId?: string;
        BuildNumber: string | number;
        MajorVersion: string | number;
        MinorVersion: string | number;
        PatchVersion: string | number;
        SubscriberPackageVersionId: string;
        depthCounter: number;
    }
    +PackageAncestryNodeOptions | @salesforce/packaging
    PackageAncestryNodeOptions: Attributes & {
        AncestorId?: string;
        BuildNumber: string | number;
        MajorVersion: string | number;
        MinorVersion: string | number;
        PatchVersion: string | number;
        SubscriberPackageVersionId: string;
        depthCounter: number;
    }
    diff --git a/types/interfaces_packagingInterfacesAndType.PackageAncestryOptions.html b/types/interfaces_packagingInterfacesAndType.PackageAncestryOptions.html index 13ee33a9e..da1b07bf8 100644 --- a/types/interfaces_packagingInterfacesAndType.PackageAncestryOptions.html +++ b/types/interfaces_packagingInterfacesAndType.PackageAncestryOptions.html @@ -1 +1 @@ -PackageAncestryOptions | @salesforce/packaging
    PackageAncestryOptions: {
        connection: Connection;
        packageId: string;
        project?: SfProject;
    }
    +PackageAncestryOptions | @salesforce/packaging
    PackageAncestryOptions: {
        connection: Connection;
        packageId: string;
        project?: SfProject;
    }
    diff --git a/types/interfaces_packagingInterfacesAndType.PackageCreateOptions.html b/types/interfaces_packagingInterfacesAndType.PackageCreateOptions.html index 464e5de8d..874a89242 100644 --- a/types/interfaces_packagingInterfacesAndType.PackageCreateOptions.html +++ b/types/interfaces_packagingInterfacesAndType.PackageCreateOptions.html @@ -1 +1 @@ -PackageCreateOptions | @salesforce/packaging
    PackageCreateOptions: {
        description: string;
        errorNotificationUsername: string;
        name: string;
        noNamespace: boolean;
        orgDependent: boolean;
        packageType: PackageType;
        path: string;
    }
    +PackageCreateOptions | @salesforce/packaging
    PackageCreateOptions: {
        description: string;
        errorNotificationUsername: string;
        name: string;
        noNamespace: boolean;
        orgDependent: boolean;
        packageType: PackageType;
        path: string;
    }
    diff --git a/types/interfaces_packagingInterfacesAndType.PackageDescriptorJson.html b/types/interfaces_packagingInterfacesAndType.PackageDescriptorJson.html index 5b40b2fe0..49add1a36 100644 --- a/types/interfaces_packagingInterfacesAndType.PackageDescriptorJson.html +++ b/types/interfaces_packagingInterfacesAndType.PackageDescriptorJson.html @@ -1 +1 @@ -PackageDescriptorJson | @salesforce/packaging
    PackageDescriptorJson: Partial<NamedPackagingDir> & Partial<{
        apexTestAccess: {
            permissionSetLicenses: string[] | string;
            permissionSets: string[] | string;
        };
        branch: string;
        features: string[];
        id: string;
        language?: string;
        orgPreferences: string[];
        packageId: string;
        packageMetadataAccess: {
            permissionSetLicenses: string[] | string;
            permissionSets: string[] | string;
        };
        packageMetadataPermissionSetLicenseNames: string[];
        packageMetadataPermissionSetNames: string[];
        permissionSetLicenseDeveloperNames: string[];
        permissionSetNames: string[];
        snapshot: string;
        subscriberPackageVersionId: string;
        versionName: string;
    }>
    +PackageDescriptorJson | @salesforce/packaging
    PackageDescriptorJson: Partial<NamedPackagingDir> & Partial<{
        apexTestAccess: {
            permissionSetLicenses: string[] | string;
            permissionSets: string[] | string;
        };
        branch: string;
        features: string[];
        id: string;
        language?: string;
        orgPreferences: string[];
        packageId: string;
        packageMetadataAccess: {
            permissionSetLicenses: string[] | string;
            permissionSets: string[] | string;
        };
        packageMetadataPermissionSetLicenseNames: string[];
        packageMetadataPermissionSetNames: string[];
        permissionSetLicenseDeveloperNames: string[];
        permissionSetNames: string[];
        snapshot: string;
        subscriberPackageVersionId: string;
        versionName: string;
    }>
    diff --git a/types/interfaces_packagingInterfacesAndType.PackageIdType.html b/types/interfaces_packagingInterfacesAndType.PackageIdType.html index 9744b2790..2134bf983 100644 --- a/types/interfaces_packagingInterfacesAndType.PackageIdType.html +++ b/types/interfaces_packagingInterfacesAndType.PackageIdType.html @@ -1 +1 @@ -PackageIdType | @salesforce/packaging
    PackageIdType:
        | "PackageId"
        | "SubscriberPackageVersionId"
        | "PackageInstallRequestId"
        | "PackageUninstallRequestId"
    +PackageIdType | @salesforce/packaging
    PackageIdType:
        | "PackageId"
        | "SubscriberPackageVersionId"
        | "PackageInstallRequestId"
        | "PackageUninstallRequestId"
    diff --git a/types/interfaces_packagingInterfacesAndType.PackageInstallCreateRequest.html b/types/interfaces_packagingInterfacesAndType.PackageInstallCreateRequest.html index 13a9104d5..0cf45c467 100644 --- a/types/interfaces_packagingInterfacesAndType.PackageInstallCreateRequest.html +++ b/types/interfaces_packagingInterfacesAndType.PackageInstallCreateRequest.html @@ -1 +1 @@ -PackageInstallCreateRequest | @salesforce/packaging
    PackageInstallCreateRequest: Partial<Pick<PackageInstallRequest,
        | "ApexCompileType"
        | "EnableRss"
        | "NameConflictResolution"
        | "PackageInstallSource"
        | "Password"
        | "SecurityType"
        | "SkipHandlers"
        | "UpgradeType">> & Pick<PackageInstallRequest, "SubscriberPackageVersionKey">
    +PackageInstallCreateRequest | @salesforce/packaging
    PackageInstallCreateRequest: Partial<Pick<PackageInstallRequest,
        | "ApexCompileType"
        | "EnableRss"
        | "NameConflictResolution"
        | "PackageInstallSource"
        | "Password"
        | "SecurityType"
        | "SkipHandlers"
        | "UpgradeType">> & Pick<PackageInstallRequest, "SubscriberPackageVersionKey">
    diff --git a/types/interfaces_packagingInterfacesAndType.PackageInstallOptions.html b/types/interfaces_packagingInterfacesAndType.PackageInstallOptions.html index 1093e2ae4..1bbcff277 100644 --- a/types/interfaces_packagingInterfacesAndType.PackageInstallOptions.html +++ b/types/interfaces_packagingInterfacesAndType.PackageInstallOptions.html @@ -6,4 +6,4 @@ it is interpreted in milliseconds.

  • OptionalpublishTimeout?: number | Duration

    The amount of time to wait for package publish to complete. If providing a number it is interpreted in minutes.

    -
  • +
    diff --git a/types/interfaces_packagingInterfacesAndType.PackageOptions.html b/types/interfaces_packagingInterfacesAndType.PackageOptions.html index 5427f2523..5f09210d9 100644 --- a/types/interfaces_packagingInterfacesAndType.PackageOptions.html +++ b/types/interfaces_packagingInterfacesAndType.PackageOptions.html @@ -1 +1 @@ -PackageOptions | @salesforce/packaging
    PackageOptions: {
        connection: Connection;
        packageAliasOrId: string;
        project?: SfProject;
    }
    +PackageOptions | @salesforce/packaging
    PackageOptions: {
        connection: Connection;
        packageAliasOrId: string;
        project?: SfProject;
    }
    diff --git a/types/interfaces_packagingInterfacesAndType.PackageSaveResult.html b/types/interfaces_packagingInterfacesAndType.PackageSaveResult.html index 54fc33b13..3d85a872e 100644 --- a/types/interfaces_packagingInterfacesAndType.PackageSaveResult.html +++ b/types/interfaces_packagingInterfacesAndType.PackageSaveResult.html @@ -1 +1 @@ -PackageSaveResult | @salesforce/packaging
    +PackageSaveResult | @salesforce/packaging
    diff --git a/types/interfaces_packagingInterfacesAndType.PackageType.html b/types/interfaces_packagingInterfacesAndType.PackageType.html index 390610b12..89cc82b70 100644 --- a/types/interfaces_packagingInterfacesAndType.PackageType.html +++ b/types/interfaces_packagingInterfacesAndType.PackageType.html @@ -1 +1 @@ -PackageType | @salesforce/packaging
    +PackageType | @salesforce/packaging
    diff --git a/types/interfaces_packagingInterfacesAndType.PackageUpdateOptions.html b/types/interfaces_packagingInterfacesAndType.PackageUpdateOptions.html index 9d1a6781f..3f9305a5f 100644 --- a/types/interfaces_packagingInterfacesAndType.PackageUpdateOptions.html +++ b/types/interfaces_packagingInterfacesAndType.PackageUpdateOptions.html @@ -1 +1 @@ -PackageUpdateOptions | @salesforce/packaging
    PackageUpdateOptions: {
        AppAnalyticsEnabled?: boolean;
        Description?: string;
        Id: string;
        Name?: string;
        PackageErrorUsername?: string;
    }
    +PackageUpdateOptions | @salesforce/packaging
    PackageUpdateOptions: {
        AppAnalyticsEnabled?: boolean;
        Description?: string;
        Id: string;
        Name?: string;
        PackageErrorUsername?: string;
    }
    diff --git a/types/interfaces_packagingInterfacesAndType.PackageVersionCreateEventData.html b/types/interfaces_packagingInterfacesAndType.PackageVersionCreateEventData.html index ec2a7314f..d999edcf0 100644 --- a/types/interfaces_packagingInterfacesAndType.PackageVersionCreateEventData.html +++ b/types/interfaces_packagingInterfacesAndType.PackageVersionCreateEventData.html @@ -1 +1 @@ -PackageVersionCreateEventData | @salesforce/packaging
    PackageVersionCreateEventData: {
        id: string;
        message?: string;
        packageUpdated?: boolean;
        packageVersionCreateRequestResult: PackageVersionCreateRequestResult;
        timeRemaining?: Duration;
    }
    +PackageVersionCreateEventData | @salesforce/packaging
    PackageVersionCreateEventData: {
        id: string;
        message?: string;
        packageUpdated?: boolean;
        packageVersionCreateRequestResult: PackageVersionCreateRequestResult;
        timeRemaining?: Duration;
    }
    diff --git a/types/interfaces_packagingInterfacesAndType.PackageVersionCreateOptions.html b/types/interfaces_packagingInterfacesAndType.PackageVersionCreateOptions.html index 2bede447a..3c4eec1d9 100644 --- a/types/interfaces_packagingInterfacesAndType.PackageVersionCreateOptions.html +++ b/types/interfaces_packagingInterfacesAndType.PackageVersionCreateOptions.html @@ -1 +1 @@ -PackageVersionCreateOptions | @salesforce/packaging
    PackageVersionCreateOptions: {
        connection: Connection;
        project: SfProject;
    } & Partial<{
        asyncvalidation: boolean;
        branch: string;
        buildinstance: string;
        codecoverage: boolean;
        definitionfile: string;
        installationkey: string;
        installationkeybypass: boolean;
        language?: string;
        packageId: string;
        path: string;
        postinstallscript: string;
        postinstallurl: string;
        preserve: boolean;
        profileApi: PackageProfileApi;
        releasenotesurl: string;
        skipancestorcheck: boolean;
        skipvalidation: boolean;
        sourceorg: string;
        tag: string;
        uninstallscript: string;
        validateschema: boolean;
        versiondescription: string;
        versionname: string;
        versionnumber: string;
    }>
    +PackageVersionCreateOptions | @salesforce/packaging
    PackageVersionCreateOptions: {
        connection: Connection;
        project: SfProject;
    } & Partial<{
        asyncvalidation: boolean;
        branch: string;
        buildinstance: string;
        codecoverage: boolean;
        definitionfile: string;
        installationkey: string;
        installationkeybypass: boolean;
        language?: string;
        packageId: string;
        path: string;
        postinstallscript: string;
        postinstallurl: string;
        preserve: boolean;
        profileApi: PackageProfileApi;
        releasenotesurl: string;
        skipancestorcheck: boolean;
        skipvalidation: boolean;
        sourceorg: string;
        tag: string;
        uninstallscript: string;
        validateschema: boolean;
        versiondescription: string;
        versionname: string;
        versionnumber: string;
    }>
    diff --git a/types/interfaces_packagingInterfacesAndType.PackageVersionCreateReportProgress.html b/types/interfaces_packagingInterfacesAndType.PackageVersionCreateReportProgress.html index b2eca2445..270901c70 100644 --- a/types/interfaces_packagingInterfacesAndType.PackageVersionCreateReportProgress.html +++ b/types/interfaces_packagingInterfacesAndType.PackageVersionCreateReportProgress.html @@ -1 +1 @@ -PackageVersionCreateReportProgress | @salesforce/packaging
    PackageVersionCreateReportProgress: PackageVersionCreateRequestResult & {
        remainingWaitTime: Duration;
    }
    +PackageVersionCreateReportProgress | @salesforce/packaging
    PackageVersionCreateReportProgress: PackageVersionCreateRequestResult & {
        remainingWaitTime: Duration;
    }
    diff --git a/types/interfaces_packagingInterfacesAndType.PackageVersionCreateRequest.html b/types/interfaces_packagingInterfacesAndType.PackageVersionCreateRequest.html index e0136166b..681a84f1d 100644 --- a/types/interfaces_packagingInterfacesAndType.PackageVersionCreateRequest.html +++ b/types/interfaces_packagingInterfacesAndType.PackageVersionCreateRequest.html @@ -1 +1 @@ -PackageVersionCreateRequest | @salesforce/packaging
    PackageVersionCreateRequest: {
        AsyncValidation?: boolean;
        Branch?: string;
        CalculateCodeCoverage: boolean;
        InstallKey?: string;
        Instance?: string;
        Language?: string;
        Package2Id: string;
        SkipValidation: boolean;
        SourceOrg?: string;
        Tag?: string;
        VersionInfo: string;
    }
    +PackageVersionCreateRequest | @salesforce/packaging
    PackageVersionCreateRequest: {
        AsyncValidation?: boolean;
        Branch?: string;
        CalculateCodeCoverage: boolean;
        InstallKey?: string;
        Instance?: string;
        Language?: string;
        Package2Id: string;
        SkipValidation: boolean;
        SourceOrg?: string;
        Tag?: string;
        VersionInfo: string;
    }
    diff --git a/types/interfaces_packagingInterfacesAndType.PackageVersionCreateRequestError.html b/types/interfaces_packagingInterfacesAndType.PackageVersionCreateRequestError.html index 6cf478528..d6a370a51 100644 --- a/types/interfaces_packagingInterfacesAndType.PackageVersionCreateRequestError.html +++ b/types/interfaces_packagingInterfacesAndType.PackageVersionCreateRequestError.html @@ -1 +1 @@ -PackageVersionCreateRequestError | @salesforce/packaging
    PackageVersionCreateRequestError: {
        Message: string;
    }
    +PackageVersionCreateRequestError | @salesforce/packaging
    PackageVersionCreateRequestError: {
        Message: string;
    }
    diff --git a/types/interfaces_packagingInterfacesAndType.PackageVersionCreateRequestOptions.html b/types/interfaces_packagingInterfacesAndType.PackageVersionCreateRequestOptions.html index 10addb99b..53034d420 100644 --- a/types/interfaces_packagingInterfacesAndType.PackageVersionCreateRequestOptions.html +++ b/types/interfaces_packagingInterfacesAndType.PackageVersionCreateRequestOptions.html @@ -1 +1 @@ -PackageVersionCreateRequestOptions | @salesforce/packaging
    PackageVersionCreateRequestOptions: {
        branch?: string;
        codecoverage?: boolean;
        definitionfile?: string;
        path: string;
        preserve: boolean;
        skipancestorcheck?: boolean;
    }
    +PackageVersionCreateRequestOptions | @salesforce/packaging
    PackageVersionCreateRequestOptions: {
        branch?: string;
        codecoverage?: boolean;
        definitionfile?: string;
        path: string;
        preserve: boolean;
        skipancestorcheck?: boolean;
    }
    diff --git a/types/interfaces_packagingInterfacesAndType.PackageVersionCreateRequestQueryOptions.html b/types/interfaces_packagingInterfacesAndType.PackageVersionCreateRequestQueryOptions.html index 828553a64..fc6252b3c 100644 --- a/types/interfaces_packagingInterfacesAndType.PackageVersionCreateRequestQueryOptions.html +++ b/types/interfaces_packagingInterfacesAndType.PackageVersionCreateRequestQueryOptions.html @@ -1 +1 @@ -PackageVersionCreateRequestQueryOptions | @salesforce/packaging
    PackageVersionCreateRequestQueryOptions: {
        createdlastdays?: number;
        id?: string;
        showConversionsOnly?: boolean;
        status?:
            | "Queued"
            | "InProgress"
            | "Success"
            | "Error";
    }
    +PackageVersionCreateRequestQueryOptions | @salesforce/packaging
    PackageVersionCreateRequestQueryOptions: {
        createdlastdays?: number;
        id?: string;
        showConversionsOnly?: boolean;
        status?:
            | "Queued"
            | "InProgress"
            | "Success"
            | "Error";
    }
    diff --git a/types/interfaces_packagingInterfacesAndType.PackageVersionCreateRequestResult.html b/types/interfaces_packagingInterfacesAndType.PackageVersionCreateRequestResult.html index 65af55998..be2e8b189 100644 --- a/types/interfaces_packagingInterfacesAndType.PackageVersionCreateRequestResult.html +++ b/types/interfaces_packagingInterfacesAndType.PackageVersionCreateRequestResult.html @@ -1 +1 @@ -PackageVersionCreateRequestResult | @salesforce/packaging
    PackageVersionCreateRequestResult: {
        Branch: string;
        CodeCoverage: number | null;
        ConvertedFromVersionId: string | null;
        CreatedBy: string;
        CreatedDate: string;
        Error: any[];
        HasMetadataRemoved: boolean | null;
        HasPassedCodeCoverageCheck: boolean | null;
        Id: string;
        Package2Id: string;
        Package2Name: string | null;
        Package2VersionId: string;
        Status: Package2VersionStatus;
        SubscriberPackageVersionId: string | null;
        Tag: string;
        VersionNumber: string | null;
    }
    +PackageVersionCreateRequestResult | @salesforce/packaging
    PackageVersionCreateRequestResult: {
        Branch: string;
        CodeCoverage: number | null;
        ConvertedFromVersionId: string | null;
        CreatedBy: string;
        CreatedDate: string;
        Error: any[];
        HasMetadataRemoved: boolean | null;
        HasPassedCodeCoverageCheck: boolean | null;
        Id: string;
        Package2Id: string;
        Package2Name: string | null;
        Package2VersionId: string;
        Status: Package2VersionStatus;
        SubscriberPackageVersionId: string | null;
        Tag: string;
        VersionNumber: string | null;
    }
    diff --git a/types/interfaces_packagingInterfacesAndType.PackageVersionListOptions.html b/types/interfaces_packagingInterfacesAndType.PackageVersionListOptions.html index 869bb21ec..de5e17cd8 100644 --- a/types/interfaces_packagingInterfacesAndType.PackageVersionListOptions.html +++ b/types/interfaces_packagingInterfacesAndType.PackageVersionListOptions.html @@ -1 +1 @@ -PackageVersionListOptions | @salesforce/packaging
    PackageVersionListOptions: {
        branch?: string;
        concise?: boolean;
        createdLastDays?: number;
        isReleased?: boolean;
        modifiedLastDays?: number;
        orderBy?: string;
        packages?: string[];
        showConversionsOnly?: boolean;
        verbose?: boolean;
    }
    +PackageVersionListOptions | @salesforce/packaging
    PackageVersionListOptions: {
        branch?: string;
        concise?: boolean;
        createdLastDays?: number;
        isReleased?: boolean;
        modifiedLastDays?: number;
        orderBy?: string;
        packages?: string[];
        showConversionsOnly?: boolean;
        verbose?: boolean;
    }
    diff --git a/types/interfaces_packagingInterfacesAndType.PackageVersionListResult.html b/types/interfaces_packagingInterfacesAndType.PackageVersionListResult.html index 707647d3b..3b62130ee 100644 --- a/types/interfaces_packagingInterfacesAndType.PackageVersionListResult.html +++ b/types/interfaces_packagingInterfacesAndType.PackageVersionListResult.html @@ -1 +1 @@ -PackageVersionListResult | @salesforce/packaging
    PackageVersionListResult: {
        AncestorId: string;
        Branch: string;
        BuildDurationInSeconds?: number;
        BuildNumber: string;
        CodeCoverage?: {
            apexCodeCoveragePercentage: number;
            [key: string]: unknown;
        };
        ConvertedFromVersionId?: string;
        CreatedById: string;
        CreatedDate: string;
        Description: string;
        HasMetadataRemoved?: boolean;
        HasPassedCodeCoverageCheck?: boolean;
        Id: string;
        IsPasswordProtected: boolean;
        IsReleased: boolean;
        Language?: string;
        LastModifiedDate: string;
        MajorVersion: string;
        MinorVersion: string;
        Name: string;
        Package2: {
            IsOrgDependent?: boolean;
            Name: string;
            NamespacePrefix: string;
            [key: string]: unknown;
        };
        Package2Id: string;
        PatchVersion: string;
        ReleaseVersion?: string;
        SubscriberPackageVersionId: string;
        Tag: string;
        ValidatedAsync?: boolean;
        ValidationSkipped: boolean;
    }
    +PackageVersionListResult | @salesforce/packaging
    PackageVersionListResult: {
        AncestorId: string;
        Branch: string;
        BuildDurationInSeconds?: number;
        BuildNumber: string;
        CodeCoverage?: {
            apexCodeCoveragePercentage: number;
            [key: string]: unknown;
        };
        ConvertedFromVersionId?: string;
        CreatedById: string;
        CreatedDate: string;
        Description: string;
        HasMetadataRemoved?: boolean;
        HasPassedCodeCoverageCheck?: boolean;
        Id: string;
        IsPasswordProtected: boolean;
        IsReleased: boolean;
        Language?: string;
        LastModifiedDate: string;
        MajorVersion: string;
        MinorVersion: string;
        Name: string;
        Package2: {
            IsOrgDependent?: boolean;
            Name: string;
            NamespacePrefix: string;
            [key: string]: unknown;
        };
        Package2Id: string;
        PatchVersion: string;
        ReleaseVersion?: string;
        SubscriberPackageVersionId: string;
        Tag: string;
        ValidatedAsync?: boolean;
        ValidationSkipped: boolean;
    }
    diff --git a/types/interfaces_packagingInterfacesAndType.PackageVersionMetadataDownloadOptions.html b/types/interfaces_packagingInterfacesAndType.PackageVersionMetadataDownloadOptions.html index 1dd2767d3..7448708c6 100644 --- a/types/interfaces_packagingInterfacesAndType.PackageVersionMetadataDownloadOptions.html +++ b/types/interfaces_packagingInterfacesAndType.PackageVersionMetadataDownloadOptions.html @@ -1 +1 @@ -PackageVersionMetadataDownloadOptions | @salesforce/packaging
    PackageVersionMetadataDownloadOptions: {
        destinationFolder?: string;
        subscriberPackageVersionId: string;
    }
    +PackageVersionMetadataDownloadOptions | @salesforce/packaging
    PackageVersionMetadataDownloadOptions: {
        destinationFolder?: string;
        subscriberPackageVersionId: string;
    }
    diff --git a/types/interfaces_packagingInterfacesAndType.PackageVersionMetadataDownloadResult.html b/types/interfaces_packagingInterfacesAndType.PackageVersionMetadataDownloadResult.html index e91255ae4..36f7ad5d7 100644 --- a/types/interfaces_packagingInterfacesAndType.PackageVersionMetadataDownloadResult.html +++ b/types/interfaces_packagingInterfacesAndType.PackageVersionMetadataDownloadResult.html @@ -1 +1 @@ -PackageVersionMetadataDownloadResult | @salesforce/packaging
    PackageVersionMetadataDownloadResult: ConvertResult
    +PackageVersionMetadataDownloadResult | @salesforce/packaging
    PackageVersionMetadataDownloadResult: ConvertResult
    diff --git a/types/interfaces_packagingInterfacesAndType.PackageVersionOptions.html b/types/interfaces_packagingInterfacesAndType.PackageVersionOptions.html index 8c9fde3ea..65575beba 100644 --- a/types/interfaces_packagingInterfacesAndType.PackageVersionOptions.html +++ b/types/interfaces_packagingInterfacesAndType.PackageVersionOptions.html @@ -4,4 +4,4 @@
  • PackageVersionId (05i)
  • Alias for a 04t or 05i, defined in sfdx-project.json
  • -
  • Optionalproject?: SfProject
  • +
  • Optionalproject?: SfProject
  • diff --git a/types/interfaces_packagingInterfacesAndType.PackageVersionOptions1GP.html b/types/interfaces_packagingInterfacesAndType.PackageVersionOptions1GP.html index 474e13ecf..4ed9e96da 100644 --- a/types/interfaces_packagingInterfacesAndType.PackageVersionOptions1GP.html +++ b/types/interfaces_packagingInterfacesAndType.PackageVersionOptions1GP.html @@ -1 +1 @@ -PackageVersionOptions1GP | @salesforce/packaging
    PackageVersionOptions1GP: Record<string, unknown>
    +PackageVersionOptions1GP | @salesforce/packaging
    PackageVersionOptions1GP: Record<string, unknown>
    diff --git a/types/interfaces_packagingInterfacesAndType.PackageVersionReportResult.html b/types/interfaces_packagingInterfacesAndType.PackageVersionReportResult.html index c97232628..68557d859 100644 --- a/types/interfaces_packagingInterfacesAndType.PackageVersionReportResult.html +++ b/types/interfaces_packagingInterfacesAndType.PackageVersionReportResult.html @@ -1 +1 @@ -PackageVersionReportResult | @salesforce/packaging
    PackageVersionReportResult: Partial<Omit<Package2Version, "AncestorId" | "HasPassedCodeCoverageCheck" | "HasMetadataRemoved">> & {
        AncestorId?: string | null;
        AncestorVersion?: string | null;
        HasMetadataRemoved?: boolean | null;
        HasPassedCodeCoverageCheck?: boolean | null;
        Package2: Partial<Omit<Package2, "IsOrgDependent">> & {
            IsOrgDependent: boolean | null | undefined;
        };
        PackageType?: PackageType | null;
        SubscriberPackageVersion?: Pick<PackagingSObjects.SubscriberPackageVersion, "Dependencies">;
        Version: string;
    }
    +PackageVersionReportResult | @salesforce/packaging
    PackageVersionReportResult: Partial<Omit<Package2Version, "AncestorId" | "HasPassedCodeCoverageCheck" | "HasMetadataRemoved">> & {
        AncestorId?: string | null;
        AncestorVersion?: string | null;
        HasMetadataRemoved?: boolean | null;
        HasPassedCodeCoverageCheck?: boolean | null;
        Package2: Partial<Omit<Package2, "IsOrgDependent">> & {
            IsOrgDependent: boolean | null | undefined;
        };
        PackageType?: PackageType | null;
        SubscriberPackageVersion?: Pick<PackagingSObjects.SubscriberPackageVersion, "Dependencies">;
        Version: string;
    }
    diff --git a/types/interfaces_packagingInterfacesAndType.PackageVersionUpdateOptions.html b/types/interfaces_packagingInterfacesAndType.PackageVersionUpdateOptions.html index cc0229fde..0ea677850 100644 --- a/types/interfaces_packagingInterfacesAndType.PackageVersionUpdateOptions.html +++ b/types/interfaces_packagingInterfacesAndType.PackageVersionUpdateOptions.html @@ -1 +1 @@ -PackageVersionUpdateOptions | @salesforce/packaging
    PackageVersionUpdateOptions: {
        Branch?: string;
        InstallKey?: string;
        Tag?: string;
        VersionDescription?: string;
        VersionName?: string;
    }
    +PackageVersionUpdateOptions | @salesforce/packaging
    PackageVersionUpdateOptions: {
        Branch?: string;
        InstallKey?: string;
        Tag?: string;
        VersionDescription?: string;
        VersionName?: string;
    }
    diff --git a/types/interfaces_packagingInterfacesAndType.PackageXml.html b/types/interfaces_packagingInterfacesAndType.PackageXml.html index bb17f978a..33aba88bc 100644 --- a/types/interfaces_packagingInterfacesAndType.PackageXml.html +++ b/types/interfaces_packagingInterfacesAndType.PackageXml.html @@ -1 +1 @@ -PackageXml | @salesforce/packaging
    PackageXml: Pick<Package, "types" | "version">
    +PackageXml | @salesforce/packaging
    PackageXml: Pick<Package, "types" | "version">
    diff --git a/types/interfaces_packagingInterfacesAndType.ProfileApiOptions.html b/types/interfaces_packagingInterfacesAndType.ProfileApiOptions.html index 6e2d0865b..11987b578 100644 --- a/types/interfaces_packagingInterfacesAndType.ProfileApiOptions.html +++ b/types/interfaces_packagingInterfacesAndType.ProfileApiOptions.html @@ -1 +1 @@ -ProfileApiOptions | @salesforce/packaging
    ProfileApiOptions: {
        includeUserLicenses: boolean;
        project: SfProject;
    }
    +ProfileApiOptions | @salesforce/packaging
    ProfileApiOptions: {
        includeUserLicenses: boolean;
        project: SfProject;
    }
    diff --git a/types/interfaces_packagingInterfacesAndType.SubscriberPackageVersionOptions.html b/types/interfaces_packagingInterfacesAndType.SubscriberPackageVersionOptions.html index d1f6f4625..4fd7a11ab 100644 --- a/types/interfaces_packagingInterfacesAndType.SubscriberPackageVersionOptions.html +++ b/types/interfaces_packagingInterfacesAndType.SubscriberPackageVersionOptions.html @@ -1 +1 @@ -SubscriberPackageVersionOptions | @salesforce/packaging
    SubscriberPackageVersionOptions: {
        aliasOrId: string;
        connection: Connection;
        password: Optional<string>;
    }
    +SubscriberPackageVersionOptions | @salesforce/packaging
    SubscriberPackageVersionOptions: {
        aliasOrId: string;
        connection: Connection;
        password: Optional<string>;
    }
    diff --git a/types/interfaces_packagingSObjects.PackagingSObjects.Attributes.html b/types/interfaces_packagingSObjects.PackagingSObjects.Attributes.html index 054bd874b..b719d2d88 100644 --- a/types/interfaces_packagingSObjects.PackagingSObjects.Attributes.html +++ b/types/interfaces_packagingSObjects.PackagingSObjects.Attributes.html @@ -1 +1 @@ -Attributes | @salesforce/packaging
    Attributes: {
        type: string;
        url: string;
    }
    +Attributes | @salesforce/packaging
    Attributes: {
        type: string;
        url: string;
    }
    diff --git a/types/interfaces_packagingSObjects.PackagingSObjects.InstallValidationStatus.html b/types/interfaces_packagingSObjects.PackagingSObjects.InstallValidationStatus.html index 7d15d4156..c99d1a34a 100644 --- a/types/interfaces_packagingSObjects.PackagingSObjects.InstallValidationStatus.html +++ b/types/interfaces_packagingSObjects.PackagingSObjects.InstallValidationStatus.html @@ -1 +1 @@ -InstallValidationStatus | @salesforce/packaging
    InstallValidationStatus:
        | "NO_ERRORS_DETECTED"
        | "BETA_INSTALL_INTO_PRODUCTION_ORG"
        | "CANNOT_INSTALL_EARLIER_VERSION"
        | "CANNOT_UPGRADE_BETA"
        | "CANNOT_UPGRADE_UNMANAGED"
        | "DEPRECATED_INSTALL_PACKAGE"
        | "EXTENSIONS_ON_LOCAL_PACKAGES"
        | "PACKAGE_NOT_INSTALLED"
        | "PACKAGE_HAS_IN_DEV_EXTENSIONS"
        | "INSTALL_INTO_DEV_ORG"
        | "NO_ACCESS"
        | "PACKAGING_DISABLED"
        | "PACKAGING_NO_ACCESS"
        | "PACKAGE_UNAVAILABLE"
        | "PACKAGE_UNAVAILABLE_CRC"
        | "PACKAGE_UNAVAILABLE_ZIP"
        | "UNINSTALL_IN_PROGRESS"
        | "UNKNOWN_ERROR"
        | "NAMESPACE_COLLISION"
    +InstallValidationStatus | @salesforce/packaging
    InstallValidationStatus:
        | "NO_ERRORS_DETECTED"
        | "BETA_INSTALL_INTO_PRODUCTION_ORG"
        | "CANNOT_INSTALL_EARLIER_VERSION"
        | "CANNOT_UPGRADE_BETA"
        | "CANNOT_UPGRADE_UNMANAGED"
        | "DEPRECATED_INSTALL_PACKAGE"
        | "EXTENSIONS_ON_LOCAL_PACKAGES"
        | "PACKAGE_NOT_INSTALLED"
        | "PACKAGE_HAS_IN_DEV_EXTENSIONS"
        | "INSTALL_INTO_DEV_ORG"
        | "NO_ACCESS"
        | "PACKAGING_DISABLED"
        | "PACKAGING_NO_ACCESS"
        | "PACKAGE_UNAVAILABLE"
        | "PACKAGE_UNAVAILABLE_CRC"
        | "PACKAGE_UNAVAILABLE_ZIP"
        | "UNINSTALL_IN_PROGRESS"
        | "UNKNOWN_ERROR"
        | "NAMESPACE_COLLISION"
    diff --git a/types/interfaces_packagingSObjects.PackagingSObjects.InstalledSubscriberPackage.html b/types/interfaces_packagingSObjects.PackagingSObjects.InstalledSubscriberPackage.html index 8e70b0858..55676e950 100644 --- a/types/interfaces_packagingSObjects.PackagingSObjects.InstalledSubscriberPackage.html +++ b/types/interfaces_packagingSObjects.PackagingSObjects.InstalledSubscriberPackage.html @@ -1 +1 @@ -InstalledSubscriberPackage | @salesforce/packaging
    InstalledSubscriberPackage: {
        Id: string;
        MinPackageVersionId: string;
        SubscriberPackageId: string;
        SubscriberPackageVersionId: string;
    }
    +InstalledSubscriberPackage | @salesforce/packaging
    InstalledSubscriberPackage: {
        Id: string;
        MinPackageVersionId: string;
        SubscriberPackageId: string;
        SubscriberPackageVersionId: string;
    }
    diff --git a/types/interfaces_packagingSObjects.PackagingSObjects.InstalledSubscriberPackageVersion.html b/types/interfaces_packagingSObjects.PackagingSObjects.InstalledSubscriberPackageVersion.html index b26b72fc1..b9d39b357 100644 --- a/types/interfaces_packagingSObjects.PackagingSObjects.InstalledSubscriberPackageVersion.html +++ b/types/interfaces_packagingSObjects.PackagingSObjects.InstalledSubscriberPackageVersion.html @@ -1 +1 @@ -InstalledSubscriberPackageVersion | @salesforce/packaging
    InstalledSubscriberPackageVersion: {
        AppExchangeDescription: string;
        AppExchangeLogoUrl: string;
        AppExchangePackageName: string;
        AppExchangePublisherName: string;
        BuildNumber: number;
        CspTrustedSites: unknown;
        Dependencies: unknown;
        Description: string;
        Id: string;
        InstallValidationStatus: string;
        IsBeta: boolean;
        IsDeprecated: boolean;
        IsManaged: boolean;
        IsOrgDependent: boolean;
        IsPasswordProtected: boolean;
        IsSecurityReviewed: boolean;
        MajorVersion: number;
        MinorVersion: number;
        Name: string;
        Package2ContainerOptions: string;
        PatchVersion: number;
        PostInstallUrl: string;
        Profiles: unknown;
        PublisherName: string;
        ReleaseNotesUrl: string;
        ReleaseState: string;
        RemoteSiteSettings: unknown;
        SubscriberPackageId: string;
    }
    +InstalledSubscriberPackageVersion | @salesforce/packaging
    InstalledSubscriberPackageVersion: {
        AppExchangeDescription: string;
        AppExchangeLogoUrl: string;
        AppExchangePackageName: string;
        AppExchangePublisherName: string;
        BuildNumber: number;
        CspTrustedSites: unknown;
        Dependencies: unknown;
        Description: string;
        Id: string;
        InstallValidationStatus: string;
        IsBeta: boolean;
        IsDeprecated: boolean;
        IsManaged: boolean;
        IsOrgDependent: boolean;
        IsPasswordProtected: boolean;
        IsSecurityReviewed: boolean;
        MajorVersion: number;
        MinorVersion: number;
        Name: string;
        Package2ContainerOptions: string;
        PatchVersion: number;
        PostInstallUrl: string;
        Profiles: unknown;
        PublisherName: string;
        ReleaseNotesUrl: string;
        ReleaseState: string;
        RemoteSiteSettings: unknown;
        SubscriberPackageId: string;
    }
    diff --git a/types/interfaces_packagingSObjects.PackagingSObjects.MetadataPackage.html b/types/interfaces_packagingSObjects.PackagingSObjects.MetadataPackage.html index f4888c9b4..f33fe0262 100644 --- a/types/interfaces_packagingSObjects.PackagingSObjects.MetadataPackage.html +++ b/types/interfaces_packagingSObjects.PackagingSObjects.MetadataPackage.html @@ -1 +1 @@ -MetadataPackage | @salesforce/packaging
    MetadataPackage: {
        Id: string;
        Name: string;
        NamespacePrefix: string;
        PackageCategory:
            | "Application"
            | "Module"
            | "Package"
            | "Package2";
    }
    +MetadataPackage | @salesforce/packaging
    MetadataPackage: {
        Id: string;
        Name: string;
        NamespacePrefix: string;
        PackageCategory:
            | "Application"
            | "Module"
            | "Package"
            | "Package2";
    }
    diff --git a/types/interfaces_packagingSObjects.PackagingSObjects.MetadataPackageVersion.html b/types/interfaces_packagingSObjects.PackagingSObjects.MetadataPackageVersion.html index e386803ef..efd44b397 100644 --- a/types/interfaces_packagingSObjects.PackagingSObjects.MetadataPackageVersion.html +++ b/types/interfaces_packagingSObjects.PackagingSObjects.MetadataPackageVersion.html @@ -1 +1 @@ -MetadataPackageVersion | @salesforce/packaging
    MetadataPackageVersion: {
        BuildNumber: number;
        Id: string;
        IsDeprecated: boolean;
        MajorVersion: number;
        MetadataPackageId: string;
        MetadataZip?: string;
        MinorVersion: number;
        Name: string;
        PatchVersion: number;
        ReleaseState: "Beta" | "Released";
    }
    +MetadataPackageVersion | @salesforce/packaging
    MetadataPackageVersion: {
        BuildNumber: number;
        Id: string;
        IsDeprecated: boolean;
        MajorVersion: number;
        MetadataPackageId: string;
        MetadataZip?: string;
        MinorVersion: number;
        Name: string;
        PatchVersion: number;
        ReleaseState: "Beta" | "Released";
    }
    diff --git a/types/interfaces_packagingSObjects.PackagingSObjects.Package2.html b/types/interfaces_packagingSObjects.PackagingSObjects.Package2.html index 25761e692..8312aaa1e 100644 --- a/types/interfaces_packagingSObjects.PackagingSObjects.Package2.html +++ b/types/interfaces_packagingSObjects.PackagingSObjects.Package2.html @@ -1 +1 @@ -Package2 | @salesforce/packaging
    Package2: {
        AppAnalyticsEnabled?: boolean;
        ContainerOptions: PackageType;
        ConvertedFromPackageId: string;
        CreatedById: string;
        CreatedDate: number;
        Description: string;
        Id: string;
        IsDeleted: boolean;
        IsDeprecated: boolean;
        IsOrgDependent: boolean;
        LastModifiedById: string;
        LastModifiedDate: number;
        Name: string;
        NamespacePrefix: string;
        PackageErrorUsername: string;
        SubscriberPackageId: string;
        SystemModstamp: number;
    }
    +Package2 | @salesforce/packaging
    Package2: {
        AppAnalyticsEnabled?: boolean;
        ContainerOptions: PackageType;
        ConvertedFromPackageId: string;
        CreatedById: string;
        CreatedDate: number;
        Description: string;
        Id: string;
        IsDeleted: boolean;
        IsDeprecated: boolean;
        IsOrgDependent: boolean;
        LastModifiedById: string;
        LastModifiedDate: number;
        Name: string;
        NamespacePrefix: string;
        PackageErrorUsername: string;
        SubscriberPackageId: string;
        SystemModstamp: number;
    }
    diff --git a/types/interfaces_packagingSObjects.PackagingSObjects.Package2Version.html b/types/interfaces_packagingSObjects.PackagingSObjects.Package2Version.html index e2eb1c277..a2349c537 100644 --- a/types/interfaces_packagingSObjects.PackagingSObjects.Package2Version.html +++ b/types/interfaces_packagingSObjects.PackagingSObjects.Package2Version.html @@ -1 +1 @@ -Package2Version | @salesforce/packaging
    Package2Version: {
        AncestorId: string;
        Branch: string;
        BuildDurationInSeconds: number;
        BuildNumber: number;
        CodeCoverage: CodeCoverage;
        CodeCoveragePercentages: CodeCoveragePercentages;
        ConvertedFromVersionId: string;
        CreatedById: string;
        CreatedDate: number;
        Description: string;
        EndToEndBuildDurationInSeconds?: number;
        HasMetadataRemoved: boolean;
        HasPassedCodeCoverageCheck: boolean;
        Id: string;
        InstallKey: string;
        IsDeleted: boolean;
        IsDeprecated: boolean;
        IsPasswordProtected: boolean;
        IsReleased: boolean;
        Language: string;
        LastModifiedById: string;
        LastModifiedDate: number;
        MajorVersion: number;
        MinorVersion: number;
        Name: string;
        Package2Id: string;
        PatchVersion: number;
        ReleaseVersion: number;
        SubscriberPackageVersionId: string;
        SystemModstamp: number;
        Tag: string;
        ValidatedAsync?: boolean;
        ValidationSkipped: boolean;
    }
    +Package2Version | @salesforce/packaging
    Package2Version: {
        AncestorId: string;
        Branch: string;
        BuildDurationInSeconds: number;
        BuildNumber: number;
        CodeCoverage: CodeCoverage;
        CodeCoveragePercentages: CodeCoveragePercentages;
        ConvertedFromVersionId: string;
        CreatedById: string;
        CreatedDate: number;
        Description: string;
        EndToEndBuildDurationInSeconds?: number;
        HasMetadataRemoved: boolean;
        HasPassedCodeCoverageCheck: boolean;
        Id: string;
        InstallKey: string;
        IsDeleted: boolean;
        IsDeprecated: boolean;
        IsPasswordProtected: boolean;
        IsReleased: boolean;
        Language: string;
        LastModifiedById: string;
        LastModifiedDate: number;
        MajorVersion: number;
        MinorVersion: number;
        Name: string;
        Package2Id: string;
        PatchVersion: number;
        ReleaseVersion: number;
        SubscriberPackageVersionId: string;
        SystemModstamp: number;
        Tag: string;
        ValidatedAsync?: boolean;
        ValidationSkipped: boolean;
    }
    diff --git a/types/interfaces_packagingSObjects.PackagingSObjects.Package2VersionCreateRequest.html b/types/interfaces_packagingSObjects.PackagingSObjects.Package2VersionCreateRequest.html index 655a2f574..af9ba5fe8 100644 --- a/types/interfaces_packagingSObjects.PackagingSObjects.Package2VersionCreateRequest.html +++ b/types/interfaces_packagingSObjects.PackagingSObjects.Package2VersionCreateRequest.html @@ -1 +1 @@ -Package2VersionCreateRequest | @salesforce/packaging
    Package2VersionCreateRequest: {
        Branch: string;
        CalculateCodeCoverage: boolean;
        CreatedById: string;
        CreatedDate: number;
        Id: string;
        InstallKey: string;
        Instance: string;
        IsConversionRequest: boolean;
        IsDeleted: boolean;
        IsPasswordProtected: boolean;
        Language: string;
        LastModifiedById: string;
        LastModifiedDate: number;
        Package2Id: string;
        Package2VersionId: string;
        SkipValidation: boolean;
        Status: Package2VersionStatus;
        SystemModstamp: number;
        Tag: string;
        VersionInfo: string;
    }
    +Package2VersionCreateRequest | @salesforce/packaging
    Package2VersionCreateRequest: {
        Branch: string;
        CalculateCodeCoverage: boolean;
        CreatedById: string;
        CreatedDate: number;
        Id: string;
        InstallKey: string;
        Instance: string;
        IsConversionRequest: boolean;
        IsDeleted: boolean;
        IsPasswordProtected: boolean;
        Language: string;
        LastModifiedById: string;
        LastModifiedDate: number;
        Package2Id: string;
        Package2VersionId: string;
        SkipValidation: boolean;
        Status: Package2VersionStatus;
        SystemModstamp: number;
        Tag: string;
        VersionInfo: string;
    }
    diff --git a/types/interfaces_packagingSObjects.PackagingSObjects.Package2VersionCreateRequestError.html b/types/interfaces_packagingSObjects.PackagingSObjects.Package2VersionCreateRequestError.html index 8565328fc..1bd77f532 100644 --- a/types/interfaces_packagingSObjects.PackagingSObjects.Package2VersionCreateRequestError.html +++ b/types/interfaces_packagingSObjects.PackagingSObjects.Package2VersionCreateRequestError.html @@ -1 +1 @@ -Package2VersionCreateRequestError | @salesforce/packaging
    Package2VersionCreateRequestError: {
        CreatedById: string;
        CreatedDate: number;
        Id: string;
        IsDeleted: boolean;
        LastModifiedById: string;
        LastModifiedDate: number;
        Message: string;
        ParentRequestId: string;
        SystemModstamp: number;
    }
    +Package2VersionCreateRequestError | @salesforce/packaging
    Package2VersionCreateRequestError: {
        CreatedById: string;
        CreatedDate: number;
        Id: string;
        IsDeleted: boolean;
        LastModifiedById: string;
        LastModifiedDate: number;
        Message: string;
        ParentRequestId: string;
        SystemModstamp: number;
    }
    diff --git a/types/interfaces_packagingSObjects.PackagingSObjects.PackageInstallRequest.html b/types/interfaces_packagingSObjects.PackagingSObjects.PackageInstallRequest.html index 1393bc78a..f07e468b0 100644 --- a/types/interfaces_packagingSObjects.PackagingSObjects.PackageInstallRequest.html +++ b/types/interfaces_packagingSObjects.PackagingSObjects.PackageInstallRequest.html @@ -1 +1 @@ -PackageInstallRequest | @salesforce/packaging
    PackageInstallRequest: {
        ApexCompileType: Nullable<"all" | "package">;
        CreatedById: string;
        CreatedDate: string;
        EnableRss: boolean;
        Errors: Nullable<SubscriberPackageInstallErrors>;
        Id: string;
        IsDeleted: boolean;
        LastModifiedById: string;
        LastModifiedDate: string;
        NameConflictResolution: "Block" | "RenameMetadata";
        PackageInstallSource: string;
        Password: Nullable<string>;
        ProfileMappings: Nullable<SubscriberPackageProfileMappings>;
        SecurityType: "Custom" | "Full" | "None";
        SkipHandlers: Nullable<string>;
        Status:
            | "ERROR"
            | "IN_PROGRESS"
            | "SUCCESS"
            | "UNKNOWN";
        SubscriberPackageVersionKey: string;
        SystemModstamp: string;
        UpgradeType: Nullable<"delete-only" | "deprecate-only" | "mixed-mode">;
        attributes: Attributes;
    }
    +PackageInstallRequest | @salesforce/packaging
    PackageInstallRequest: {
        ApexCompileType: Nullable<"all" | "package">;
        CreatedById: string;
        CreatedDate: string;
        EnableRss: boolean;
        Errors: Nullable<SubscriberPackageInstallErrors>;
        Id: string;
        IsDeleted: boolean;
        LastModifiedById: string;
        LastModifiedDate: string;
        NameConflictResolution: "Block" | "RenameMetadata";
        PackageInstallSource: string;
        Password: Nullable<string>;
        ProfileMappings: Nullable<SubscriberPackageProfileMappings>;
        SecurityType: "Custom" | "Full" | "None";
        SkipHandlers: Nullable<string>;
        Status:
            | "ERROR"
            | "IN_PROGRESS"
            | "SUCCESS"
            | "UNKNOWN";
        SubscriberPackageVersionKey: string;
        SystemModstamp: string;
        UpgradeType: Nullable<"delete-only" | "deprecate-only" | "mixed-mode">;
        attributes: Attributes;
    }
    diff --git a/types/interfaces_packagingSObjects.PackagingSObjects.PackageUploadRequest.html b/types/interfaces_packagingSObjects.PackagingSObjects.PackageUploadRequest.html index af3477906..c3c523600 100644 --- a/types/interfaces_packagingSObjects.PackagingSObjects.PackageUploadRequest.html +++ b/types/interfaces_packagingSObjects.PackagingSObjects.PackageUploadRequest.html @@ -1 +1 @@ -PackageUploadRequest | @salesforce/packaging
    PackageUploadRequest: {
        CreatedById: string;
        CreatedDate: number;
        Description: string;
        Errors: any[];
        Id: string;
        IsDeleted: boolean;
        IsReleaseVersion: boolean;
        LastModifiedById: string;
        LastModifiedDate: number;
        MajorVersion: number;
        MetadataPackageId: string;
        MetadataPackageVersionId: string;
        MinorVersion: number;
        Password: string;
        PostInstallUrl: string;
        ReleaseNotesUrl: string;
        Status: string;
        SystemModstamp: number;
        VersionName: string;
    }
    +PackageUploadRequest | @salesforce/packaging
    PackageUploadRequest: {
        CreatedById: string;
        CreatedDate: number;
        Description: string;
        Errors: any[];
        Id: string;
        IsDeleted: boolean;
        IsReleaseVersion: boolean;
        LastModifiedById: string;
        LastModifiedDate: number;
        MajorVersion: number;
        MetadataPackageId: string;
        MetadataPackageVersionId: string;
        MinorVersion: number;
        Password: string;
        PostInstallUrl: string;
        ReleaseNotesUrl: string;
        Status: string;
        SystemModstamp: number;
        VersionName: string;
    }
    diff --git a/types/interfaces_packagingSObjects.PackagingSObjects.PackageVersionUninstallRequestError.html b/types/interfaces_packagingSObjects.PackagingSObjects.PackageVersionUninstallRequestError.html index 0af6e6ba0..beeac152e 100644 --- a/types/interfaces_packagingSObjects.PackagingSObjects.PackageVersionUninstallRequestError.html +++ b/types/interfaces_packagingSObjects.PackagingSObjects.PackageVersionUninstallRequestError.html @@ -1 +1 @@ -PackageVersionUninstallRequestError | @salesforce/packaging
    PackageVersionUninstallRequestError: {
        CreatedById: string;
        CreatedDate: number;
        Id: string;
        IsDeleted: boolean;
        LastModifiedById: string;
        LastModifiedDate: number;
        Status: string;
        SubscriberPackageVersionId: string;
        SystemModstamp: number;
    }
    +PackageVersionUninstallRequestError | @salesforce/packaging
    PackageVersionUninstallRequestError: {
        CreatedById: string;
        CreatedDate: number;
        Id: string;
        IsDeleted: boolean;
        LastModifiedById: string;
        LastModifiedDate: number;
        Status: string;
        SubscriberPackageVersionId: string;
        SystemModstamp: number;
    }
    diff --git a/types/interfaces_packagingSObjects.PackagingSObjects.SubscriberPackage.html b/types/interfaces_packagingSObjects.PackagingSObjects.SubscriberPackage.html index e32977b68..9f4df4cbe 100644 --- a/types/interfaces_packagingSObjects.PackagingSObjects.SubscriberPackage.html +++ b/types/interfaces_packagingSObjects.PackagingSObjects.SubscriberPackage.html @@ -1 +1 @@ -SubscriberPackage | @salesforce/packaging
    SubscriberPackage: {
        Description: string;
        Id: string;
        IsPackageValid: boolean;
        Name: string;
        NamespacePrefix: string;
    }
    +SubscriberPackage | @salesforce/packaging
    SubscriberPackage: {
        Description: string;
        Id: string;
        IsPackageValid: boolean;
        Name: string;
        NamespacePrefix: string;
    }
    diff --git a/types/interfaces_packagingSObjects.PackagingSObjects.SubscriberPackageCspTrustedSite.html b/types/interfaces_packagingSObjects.PackagingSObjects.SubscriberPackageCspTrustedSite.html index 859aa6c9f..7944de7eb 100644 --- a/types/interfaces_packagingSObjects.PackagingSObjects.SubscriberPackageCspTrustedSite.html +++ b/types/interfaces_packagingSObjects.PackagingSObjects.SubscriberPackageCspTrustedSite.html @@ -1 +1 @@ -SubscriberPackageCspTrustedSite | @salesforce/packaging
    SubscriberPackageCspTrustedSite: {
        endpointUrl: string;
    }
    +SubscriberPackageCspTrustedSite | @salesforce/packaging
    SubscriberPackageCspTrustedSite: {
        endpointUrl: string;
    }
    diff --git a/types/interfaces_packagingSObjects.PackagingSObjects.SubscriberPackageCspTrustedSites.html b/types/interfaces_packagingSObjects.PackagingSObjects.SubscriberPackageCspTrustedSites.html index b085e7ad1..e9461a8b5 100644 --- a/types/interfaces_packagingSObjects.PackagingSObjects.SubscriberPackageCspTrustedSites.html +++ b/types/interfaces_packagingSObjects.PackagingSObjects.SubscriberPackageCspTrustedSites.html @@ -1 +1 @@ -SubscriberPackageCspTrustedSites | @salesforce/packaging
    SubscriberPackageCspTrustedSites: {
        settings: SubscriberPackageCspTrustedSite[];
    }
    +SubscriberPackageCspTrustedSites | @salesforce/packaging
    SubscriberPackageCspTrustedSites: {
        settings: SubscriberPackageCspTrustedSite[];
    }
    diff --git a/types/interfaces_packagingSObjects.PackagingSObjects.SubscriberPackageDependencies.html b/types/interfaces_packagingSObjects.PackagingSObjects.SubscriberPackageDependencies.html index cb9a37a26..d593fdc68 100644 --- a/types/interfaces_packagingSObjects.PackagingSObjects.SubscriberPackageDependencies.html +++ b/types/interfaces_packagingSObjects.PackagingSObjects.SubscriberPackageDependencies.html @@ -1 +1 @@ -SubscriberPackageDependencies | @salesforce/packaging
    SubscriberPackageDependencies: {
        ids: {
            subscriberPackageVersionId: string;
        }[];
    }
    +SubscriberPackageDependencies | @salesforce/packaging
    SubscriberPackageDependencies: {
        ids: {
            subscriberPackageVersionId: string;
        }[];
    }
    diff --git a/types/interfaces_packagingSObjects.PackagingSObjects.SubscriberPackageDestinationProfile.html b/types/interfaces_packagingSObjects.PackagingSObjects.SubscriberPackageDestinationProfile.html index 5b5cf2018..8147e36b8 100644 --- a/types/interfaces_packagingSObjects.PackagingSObjects.SubscriberPackageDestinationProfile.html +++ b/types/interfaces_packagingSObjects.PackagingSObjects.SubscriberPackageDestinationProfile.html @@ -1 +1 @@ -SubscriberPackageDestinationProfile | @salesforce/packaging
    SubscriberPackageDestinationProfile: {
        description: string;
        displayName: string;
        name: string;
        noAccess: boolean;
        profileId: string;
        type: string;
    }
    +SubscriberPackageDestinationProfile | @salesforce/packaging
    SubscriberPackageDestinationProfile: {
        description: string;
        displayName: string;
        name: string;
        noAccess: boolean;
        profileId: string;
        type: string;
    }
    diff --git a/types/interfaces_packagingSObjects.PackagingSObjects.SubscriberPackageInstallError.html b/types/interfaces_packagingSObjects.PackagingSObjects.SubscriberPackageInstallError.html index 43a8c2751..19ab4362e 100644 --- a/types/interfaces_packagingSObjects.PackagingSObjects.SubscriberPackageInstallError.html +++ b/types/interfaces_packagingSObjects.PackagingSObjects.SubscriberPackageInstallError.html @@ -1 +1 @@ -SubscriberPackageInstallError | @salesforce/packaging
    SubscriberPackageInstallError: {
        message: string;
    }
    +SubscriberPackageInstallError | @salesforce/packaging
    SubscriberPackageInstallError: {
        message: string;
    }
    diff --git a/types/interfaces_packagingSObjects.PackagingSObjects.SubscriberPackageInstallErrors.html b/types/interfaces_packagingSObjects.PackagingSObjects.SubscriberPackageInstallErrors.html index 530061e2d..64a99a431 100644 --- a/types/interfaces_packagingSObjects.PackagingSObjects.SubscriberPackageInstallErrors.html +++ b/types/interfaces_packagingSObjects.PackagingSObjects.SubscriberPackageInstallErrors.html @@ -1 +1 @@ -SubscriberPackageInstallErrors | @salesforce/packaging
    SubscriberPackageInstallErrors: {
        errors: SubscriberPackageInstallError[];
    }
    +SubscriberPackageInstallErrors | @salesforce/packaging
    SubscriberPackageInstallErrors: {
        errors: SubscriberPackageInstallError[];
    }
    diff --git a/types/interfaces_packagingSObjects.PackagingSObjects.SubscriberPackageProfileMapping.html b/types/interfaces_packagingSObjects.PackagingSObjects.SubscriberPackageProfileMapping.html index 1c5348a31..8c23d9608 100644 --- a/types/interfaces_packagingSObjects.PackagingSObjects.SubscriberPackageProfileMapping.html +++ b/types/interfaces_packagingSObjects.PackagingSObjects.SubscriberPackageProfileMapping.html @@ -1 +1 @@ -SubscriberPackageProfileMapping | @salesforce/packaging
    SubscriberPackageProfileMapping: {
        source: string;
        target: string;
    }
    +SubscriberPackageProfileMapping | @salesforce/packaging
    SubscriberPackageProfileMapping: {
        source: string;
        target: string;
    }
    diff --git a/types/interfaces_packagingSObjects.PackagingSObjects.SubscriberPackageProfileMappings.html b/types/interfaces_packagingSObjects.PackagingSObjects.SubscriberPackageProfileMappings.html index ead6f3c80..fb9c9fe4d 100644 --- a/types/interfaces_packagingSObjects.PackagingSObjects.SubscriberPackageProfileMappings.html +++ b/types/interfaces_packagingSObjects.PackagingSObjects.SubscriberPackageProfileMappings.html @@ -1 +1 @@ -SubscriberPackageProfileMappings | @salesforce/packaging
    SubscriberPackageProfileMappings: {
        profileMappings: SubscriberPackageProfileMapping[];
    }
    +SubscriberPackageProfileMappings | @salesforce/packaging
    SubscriberPackageProfileMappings: {
        profileMappings: SubscriberPackageProfileMapping[];
    }
    diff --git a/types/interfaces_packagingSObjects.PackagingSObjects.SubscriberPackageProfiles.html b/types/interfaces_packagingSObjects.PackagingSObjects.SubscriberPackageProfiles.html index 68851acee..2fe728ee6 100644 --- a/types/interfaces_packagingSObjects.PackagingSObjects.SubscriberPackageProfiles.html +++ b/types/interfaces_packagingSObjects.PackagingSObjects.SubscriberPackageProfiles.html @@ -1 +1 @@ -SubscriberPackageProfiles | @salesforce/packaging
    SubscriberPackageProfiles: {
        destinationProfiles: SubscriberPackageDestinationProfile[];
        sourceProfiles: SubscriberPackageSourceProfile[];
    }
    +SubscriberPackageProfiles | @salesforce/packaging
    SubscriberPackageProfiles: {
        destinationProfiles: SubscriberPackageDestinationProfile[];
        sourceProfiles: SubscriberPackageSourceProfile[];
    }
    diff --git a/types/interfaces_packagingSObjects.PackagingSObjects.SubscriberPackageRemoteSiteSetting.html b/types/interfaces_packagingSObjects.PackagingSObjects.SubscriberPackageRemoteSiteSetting.html index 7c2f57e5d..07baaf7ef 100644 --- a/types/interfaces_packagingSObjects.PackagingSObjects.SubscriberPackageRemoteSiteSetting.html +++ b/types/interfaces_packagingSObjects.PackagingSObjects.SubscriberPackageRemoteSiteSetting.html @@ -1 +1 @@ -SubscriberPackageRemoteSiteSetting | @salesforce/packaging
    SubscriberPackageRemoteSiteSetting: {
        secure: boolean;
        url: string;
    }
    +SubscriberPackageRemoteSiteSetting | @salesforce/packaging
    SubscriberPackageRemoteSiteSetting: {
        secure: boolean;
        url: string;
    }
    diff --git a/types/interfaces_packagingSObjects.PackagingSObjects.SubscriberPackageRemoteSiteSettings.html b/types/interfaces_packagingSObjects.PackagingSObjects.SubscriberPackageRemoteSiteSettings.html index 4bf4a0d5d..2835fbd0a 100644 --- a/types/interfaces_packagingSObjects.PackagingSObjects.SubscriberPackageRemoteSiteSettings.html +++ b/types/interfaces_packagingSObjects.PackagingSObjects.SubscriberPackageRemoteSiteSettings.html @@ -1 +1 @@ -SubscriberPackageRemoteSiteSettings | @salesforce/packaging
    SubscriberPackageRemoteSiteSettings: {
        settings: SubscriberPackageRemoteSiteSetting[];
    }
    +SubscriberPackageRemoteSiteSettings | @salesforce/packaging
    SubscriberPackageRemoteSiteSettings: {
        settings: SubscriberPackageRemoteSiteSetting[];
    }
    diff --git a/types/interfaces_packagingSObjects.PackagingSObjects.SubscriberPackageSourceProfile.html b/types/interfaces_packagingSObjects.PackagingSObjects.SubscriberPackageSourceProfile.html index 2c603a4d4..6585baf0f 100644 --- a/types/interfaces_packagingSObjects.PackagingSObjects.SubscriberPackageSourceProfile.html +++ b/types/interfaces_packagingSObjects.PackagingSObjects.SubscriberPackageSourceProfile.html @@ -1 +1 @@ -SubscriberPackageSourceProfile | @salesforce/packaging
    SubscriberPackageSourceProfile: {
        label: string;
        value: string;
    }
    +SubscriberPackageSourceProfile | @salesforce/packaging
    SubscriberPackageSourceProfile: {
        label: string;
        value: string;
    }
    diff --git a/types/interfaces_packagingSObjects.PackagingSObjects.SubscriberPackageVersion.html b/types/interfaces_packagingSObjects.PackagingSObjects.SubscriberPackageVersion.html index a4d7874a7..ba143218d 100644 --- a/types/interfaces_packagingSObjects.PackagingSObjects.SubscriberPackageVersion.html +++ b/types/interfaces_packagingSObjects.PackagingSObjects.SubscriberPackageVersion.html @@ -1 +1 @@ -SubscriberPackageVersion | @salesforce/packaging
    SubscriberPackageVersion: {
        AppExchangeDescription: string;
        AppExchangeLogoUrl: string;
        AppExchangePackageName: string;
        AppExchangePublisherName: string;
        BuildNumber: number;
        CspTrustedSites: SubscriberPackageCspTrustedSites;
        Dependencies: SubscriberPackageDependencies;
        Description: string;
        Id: string;
        InstallValidationStatus: InstallValidationStatus;
        IsBeta: boolean;
        IsDeprecated: boolean;
        IsManaged: boolean;
        IsOrgDependent: boolean;
        IsPasswordProtected: boolean;
        IsSecurityReviewed: boolean;
        MajorVersion: number;
        MinorVersion: number;
        Name: string;
        Package2ContainerOptions: PackageType;
        PatchVersion: number;
        PostInstallUrl: string;
        Profiles: SubscriberPackageProfiles;
        PublisherName: string;
        ReleaseNotesUrl: string;
        ReleaseState: string;
        RemoteSiteSettings: SubscriberPackageRemoteSiteSettings;
        SubscriberPackageId: string;
    }
    +SubscriberPackageVersion | @salesforce/packaging
    SubscriberPackageVersion: {
        AppExchangeDescription: string;
        AppExchangeLogoUrl: string;
        AppExchangePackageName: string;
        AppExchangePublisherName: string;
        BuildNumber: number;
        CspTrustedSites: SubscriberPackageCspTrustedSites;
        Dependencies: SubscriberPackageDependencies;
        Description: string;
        Id: string;
        InstallValidationStatus: InstallValidationStatus;
        IsBeta: boolean;
        IsDeprecated: boolean;
        IsManaged: boolean;
        IsOrgDependent: boolean;
        IsPasswordProtected: boolean;
        IsSecurityReviewed: boolean;
        MajorVersion: number;
        MinorVersion: number;
        Name: string;
        Package2ContainerOptions: PackageType;
        PatchVersion: number;
        PostInstallUrl: string;
        Profiles: SubscriberPackageProfiles;
        PublisherName: string;
        ReleaseNotesUrl: string;
        ReleaseState: string;
        RemoteSiteSettings: SubscriberPackageRemoteSiteSettings;
        SubscriberPackageId: string;
    }
    diff --git a/types/interfaces_packagingSObjects.PackagingSObjects.SubscriberPackageVersionUninstallRequest.html b/types/interfaces_packagingSObjects.PackagingSObjects.SubscriberPackageVersionUninstallRequest.html index e787711b1..826ba4998 100644 --- a/types/interfaces_packagingSObjects.PackagingSObjects.SubscriberPackageVersionUninstallRequest.html +++ b/types/interfaces_packagingSObjects.PackagingSObjects.SubscriberPackageVersionUninstallRequest.html @@ -1 +1 @@ -SubscriberPackageVersionUninstallRequest | @salesforce/packaging
    SubscriberPackageVersionUninstallRequest: {
        CreatedById: string;
        CreatedDate: number;
        Id: string;
        IsDeleted: boolean;
        LastModifiedById: string;
        LastModifiedDate: number;
        Status:
            | "Error"
            | "InProgress"
            | "Queued"
            | "Success";
        SubscriberPackageVersionId: string;
        SystemModstamp: number;
    }
    +SubscriberPackageVersionUninstallRequest | @salesforce/packaging
    SubscriberPackageVersionUninstallRequest: {
        CreatedById: string;
        CreatedDate: number;
        Id: string;
        IsDeleted: boolean;
        LastModifiedById: string;
        LastModifiedDate: number;
        Status:
            | "Error"
            | "InProgress"
            | "Queued"
            | "Success";
        SubscriberPackageVersionId: string;
        SystemModstamp: number;
    }
    diff --git a/types/package_packageVersion.Package2VersionFieldTypes.html b/types/package_packageVersion.Package2VersionFieldTypes.html index 51d877a90..f7a9ae60c 100644 --- a/types/package_packageVersion.Package2VersionFieldTypes.html +++ b/types/package_packageVersion.Package2VersionFieldTypes.html @@ -1 +1 @@ -Package2VersionFieldTypes | @salesforce/packaging
    Package2VersionFieldTypes: typeof Package2VersionFields[number][]
    +Package2VersionFieldTypes | @salesforce/packaging
    Package2VersionFieldTypes: typeof Package2VersionFields[number][]
    diff --git a/types/package_packageVersion.Package2VersionQueryOptions.html b/types/package_packageVersion.Package2VersionQueryOptions.html index 7c9fef7c1..dc9b97206 100644 --- a/types/package_packageVersion.Package2VersionQueryOptions.html +++ b/types/package_packageVersion.Package2VersionQueryOptions.html @@ -5,4 +5,4 @@ multiple queries when the query length would exceed the maximum char limit. When defining items here, the whereClause argument must use this token for the item replacement: '%IDS%'.

    -
    +
    diff --git a/types/package_profileRewriter.CorrectedProfile.html b/types/package_profileRewriter.CorrectedProfile.html index 4f6061aa7..074953d80 100644 --- a/types/package_profileRewriter.CorrectedProfile.html +++ b/types/package_profileRewriter.CorrectedProfile.html @@ -1 +1 @@ -CorrectedProfile | @salesforce/packaging
    CorrectedProfile: Profile
    +CorrectedProfile | @salesforce/packaging
    CorrectedProfile: Profile
    diff --git a/types/utils_packageUtils.IdRegistry.html b/types/utils_packageUtils.IdRegistry.html index 2f23a3a4e..cb1f4f80d 100644 --- a/types/utils_packageUtils.IdRegistry.html +++ b/types/utils_packageUtils.IdRegistry.html @@ -1 +1 @@ -IdRegistry | @salesforce/packaging
    IdRegistry: {
        [key: string]: IdRegistryValue;
    }
    +IdRegistry | @salesforce/packaging
    IdRegistry: {
        [key: string]: IdRegistryValue;
    }
    diff --git a/types/utils_packageUtils.IdRegistryValue.html b/types/utils_packageUtils.IdRegistryValue.html index 00897348e..0f44b7725 100644 --- a/types/utils_packageUtils.IdRegistryValue.html +++ b/types/utils_packageUtils.IdRegistryValue.html @@ -1 +1 @@ -IdRegistryValue | @salesforce/packaging
    IdRegistryValue: {
        label: string;
        prefix: string;
    }
    +IdRegistryValue | @salesforce/packaging
    IdRegistryValue: {
        label: string;
        prefix: string;
    }
    diff --git a/variables/interfaces_packagingInterfacesAndType.Package1VersionEvents.html b/variables/interfaces_packagingInterfacesAndType.Package1VersionEvents.html index 531f05885..97a3ef5b6 100644 --- a/variables/interfaces_packagingInterfacesAndType.Package1VersionEvents.html +++ b/variables/interfaces_packagingInterfacesAndType.Package1VersionEvents.html @@ -1 +1 @@ -Package1VersionEvents | @salesforce/packaging
    Package1VersionEvents: {
        create: {
            progress: string;
        };
    } = ...
    +Package1VersionEvents | @salesforce/packaging
    Package1VersionEvents: {
        create: {
            progress: string;
        };
    } = ...
    diff --git a/variables/interfaces_packagingInterfacesAndType.PackageEvents.html b/variables/interfaces_packagingInterfacesAndType.PackageEvents.html index e153b186b..d43a0291e 100644 --- a/variables/interfaces_packagingInterfacesAndType.PackageEvents.html +++ b/variables/interfaces_packagingInterfacesAndType.PackageEvents.html @@ -1 +1 @@ -PackageEvents | @salesforce/packaging
    PackageEvents: {
        convert: {
            error: string;
            progress: string;
            success: string;
        };
        install: {
            postsend: string;
            presend: string;
            status: string;
            subscriber-status: string;
            warning: string;
        };
        uninstall: string;
    } = ...
    +PackageEvents | @salesforce/packaging
    PackageEvents: {
        convert: {
            error: string;
            progress: string;
            success: string;
        };
        install: {
            postsend: string;
            presend: string;
            status: string;
            subscriber-status: string;
            warning: string;
        };
        uninstall: string;
    } = ...
    diff --git a/variables/interfaces_packagingInterfacesAndType.PackageVersionCreateRequestResultInProgressStatuses.html b/variables/interfaces_packagingInterfacesAndType.PackageVersionCreateRequestResultInProgressStatuses.html index 8483bb888..9499bbf6d 100644 --- a/variables/interfaces_packagingInterfacesAndType.PackageVersionCreateRequestResultInProgressStatuses.html +++ b/variables/interfaces_packagingInterfacesAndType.PackageVersionCreateRequestResultInProgressStatuses.html @@ -1 +1 @@ -PackageVersionCreateRequestResultInProgressStatuses | @salesforce/packaging
    PackageVersionCreateRequestResultInProgressStatuses: Package2VersionStatus[] = ...
    +PackageVersionCreateRequestResultInProgressStatuses | @salesforce/packaging
    PackageVersionCreateRequestResultInProgressStatuses: Package2VersionStatus[] = ...
    diff --git a/variables/interfaces_packagingInterfacesAndType.PackageVersionEvents.html b/variables/interfaces_packagingInterfacesAndType.PackageVersionEvents.html index 688891f2f..a1a945010 100644 --- a/variables/interfaces_packagingInterfacesAndType.PackageVersionEvents.html +++ b/variables/interfaces_packagingInterfacesAndType.PackageVersionEvents.html @@ -1 +1 @@ -PackageVersionEvents | @salesforce/packaging
    PackageVersionEvents: {
        create: {
            enqueued: string;
            error: string;
            preserve-files: string;
            progress: string;
            success: string;
            timed-out: string;
        };
    } = ...
    +PackageVersionEvents | @salesforce/packaging
    PackageVersionEvents: {
        create: {
            enqueued: string;
            error: string;
            preserve-files: string;
            progress: string;
            success: string;
            timed-out: string;
        };
    } = ...
    diff --git a/variables/package_package.Package2Fields.html b/variables/package_package.Package2Fields.html index f914b697f..a250d12ce 100644 --- a/variables/package_package.Package2Fields.html +++ b/variables/package_package.Package2Fields.html @@ -1 +1 @@ -Package2Fields | @salesforce/packaging
    Package2Fields: string[] = ...
    +Package2Fields | @salesforce/packaging
    Package2Fields: string[] = ...
    diff --git a/variables/package_packageVersion.Package2VersionFields.html b/variables/package_packageVersion.Package2VersionFields.html index ba46c47d7..0522df470 100644 --- a/variables/package_packageVersion.Package2VersionFields.html +++ b/variables/package_packageVersion.Package2VersionFields.html @@ -1 +1 @@ -Package2VersionFields | @salesforce/packaging
    Package2VersionFields: (keyof Package2Version)[] = ...
    +Package2VersionFields | @salesforce/packaging
    Package2VersionFields: (keyof Package2Version)[] = ...
    diff --git a/variables/package_packageVersionList.DEFAULT_ORDER_BY_FIELDS.html b/variables/package_packageVersionList.DEFAULT_ORDER_BY_FIELDS.html index 6d1d193a8..e96df740e 100644 --- a/variables/package_packageVersionList.DEFAULT_ORDER_BY_FIELDS.html +++ b/variables/package_packageVersionList.DEFAULT_ORDER_BY_FIELDS.html @@ -1 +1 @@ -DEFAULT_ORDER_BY_FIELDS | @salesforce/packaging
    DEFAULT_ORDER_BY_FIELDS: "Package2Id, Branch, MajorVersion, MinorVersion, PatchVersion, BuildNumber" = 'Package2Id, Branch, MajorVersion, MinorVersion, PatchVersion, BuildNumber'
    +DEFAULT_ORDER_BY_FIELDS | @salesforce/packaging
    DEFAULT_ORDER_BY_FIELDS: "Package2Id, Branch, MajorVersion, MinorVersion, PatchVersion, BuildNumber" = 'Package2Id, Branch, MajorVersion, MinorVersion, PatchVersion, BuildNumber'
    diff --git a/variables/package_subscriberPackageVersion.SubscriberPackageVersionFields.html b/variables/package_subscriberPackageVersion.SubscriberPackageVersionFields.html index 6c757657b..dd11c4c08 100644 --- a/variables/package_subscriberPackageVersion.SubscriberPackageVersionFields.html +++ b/variables/package_subscriberPackageVersion.SubscriberPackageVersionFields.html @@ -1 +1 @@ -SubscriberPackageVersionFields | @salesforce/packaging
    SubscriberPackageVersionFields: string[] = ...
    +SubscriberPackageVersionFields | @salesforce/packaging
    SubscriberPackageVersionFields: string[] = ...
    diff --git a/variables/utils_packageUtils.BY_LABEL.html b/variables/utils_packageUtils.BY_LABEL.html index 7d644c579..4314a762f 100644 --- a/variables/utils_packageUtils.BY_LABEL.html +++ b/variables/utils_packageUtils.BY_LABEL.html @@ -1 +1 @@ -BY_LABEL | @salesforce/packaging
    +BY_LABEL | @salesforce/packaging
    diff --git a/variables/utils_packageUtils.INSTALL_URL_BASE.html b/variables/utils_packageUtils.INSTALL_URL_BASE.html index d5acfa7b4..8ab6dec18 100644 --- a/variables/utils_packageUtils.INSTALL_URL_BASE.html +++ b/variables/utils_packageUtils.INSTALL_URL_BASE.html @@ -1 +1 @@ -INSTALL_URL_BASE | @salesforce/packaging
    INSTALL_URL_BASE: SfdcUrl = ...
    +INSTALL_URL_BASE | @salesforce/packaging
    INSTALL_URL_BASE: SfdcUrl = ...
    diff --git a/variables/utils_packageUtils.VERSION_NUMBER_SEP.html b/variables/utils_packageUtils.VERSION_NUMBER_SEP.html index 8db95a557..50386eb5a 100644 --- a/variables/utils_packageUtils.VERSION_NUMBER_SEP.html +++ b/variables/utils_packageUtils.VERSION_NUMBER_SEP.html @@ -1 +1 @@ -VERSION_NUMBER_SEP | @salesforce/packaging
    VERSION_NUMBER_SEP: "." = '.'
    +VERSION_NUMBER_SEP | @salesforce/packaging
    VERSION_NUMBER_SEP: "." = '.'