diff --git a/classes/ComponentSet.html b/classes/ComponentSet.html index 0b2b7c5081..647778b4fd 100644 --- a/classes/ComponentSet.html +++ b/classes/ComponentSet.html @@ -5,7 +5,7 @@ This is typically the case when a component's source files are split across locations. For an example, see the multiple package directories scenario.

-

Hierarchy

Constructors

Hierarchy

Constructors

Properties

apiVersion?: string

The metadata API version to use. E.g., 52.0

-
forceIgnoredPaths?: Set<string>
fullName?: string
projectDirectory?: string

Used to explicitly set the project directory for the component set. +

Constructors

Properties

apiVersion?: string

The metadata API version to use. E.g., 52.0

+
forceIgnoredPaths?: Set<string>
fullName?: string
projectDirectory?: string

Used to explicitly set the project directory for the component set. When not present, sfdx-core's SfProject will use the current working directory.

-
sourceApiVersion?: string

The metadata API version of the deployed/retrieved source. +

sourceApiVersion?: string

The metadata API version of the deployed/retrieved source. This is used as the value for the version field in the manifest.

-
WILDCARD: "*" = '*'

Accessors

WILDCARD: "*" = '*'

Accessors

Methods

Methods

Returns Promise<string>

Returns void

\ No newline at end of file +
\ No newline at end of file diff --git a/classes/ComponentSetBuilder.html b/classes/ComponentSetBuilder.html index feb61e100f..eb72cb0328 100644 --- a/classes/ComponentSetBuilder.html +++ b/classes/ComponentSetBuilder.html @@ -1,6 +1,6 @@ -ComponentSetBuilder | @salesforce/source-deploy-retrieve

Hierarchy

  • ComponentSetBuilder

Constructors

constructor +ComponentSetBuilder | @salesforce/source-deploy-retrieve
\ No newline at end of file +
\ No newline at end of file diff --git a/classes/ConnectionResolver.html b/classes/ConnectionResolver.html index b343be0962..7396f88f2d 100644 --- a/classes/ConnectionResolver.html +++ b/classes/ConnectionResolver.html @@ -1,4 +1,4 @@ ConnectionResolver | @salesforce/source-deploy-retrieve

Resolve MetadataComponents from an org connection

-

Hierarchy

  • ConnectionResolver

Constructors

Hierarchy

  • ConnectionResolver

Constructors

Methods

Constructors

Methods

  • Parameters

    • componentFilter: ((component) => boolean) = ...
        • (component): boolean
        • Parameters

          Returns boolean

    Returns Promise<ResolveConnectionResult>

\ No newline at end of file +

Constructors

Methods

\ No newline at end of file diff --git a/classes/DeployResult.html b/classes/DeployResult.html index 87121f779e..7210c56ac7 100644 --- a/classes/DeployResult.html +++ b/classes/DeployResult.html @@ -1,6 +1,6 @@ -DeployResult | @salesforce/source-deploy-retrieve

Hierarchy

  • DeployResult

Implements

  • MetadataTransferResult

Constructors

constructor +DeployResult | @salesforce/source-deploy-retrieve

Hierarchy

  • DeployResult

Implements

  • MetadataTransferResult

Constructors

Properties

components?: ComponentSet
replacements: Map<string, string[]> = ...

Methods

\ No newline at end of file +

Constructors

Properties

components?: ComponentSet
replacements: Map<string, string[]> = ...

Methods

\ No newline at end of file diff --git a/classes/ForceIgnore.html b/classes/ForceIgnore.html index 4c055ac81e..efece6d88d 100644 --- a/classes/ForceIgnore.html +++ b/classes/ForceIgnore.html @@ -1,10 +1,10 @@ -ForceIgnore | @salesforce/source-deploy-retrieve

Hierarchy

  • ForceIgnore

Constructors

constructor +ForceIgnore | @salesforce/source-deploy-retrieve

Hierarchy

  • ForceIgnore

Constructors

Properties

Methods

Constructors

Properties

FILE_NAME: ".forceignore" = '.forceignore'

Methods

  • Performs an upward directory search for a .forceignore file and returns a +

Constructors

Properties

FILE_NAME: ".forceignore" = '.forceignore'

Methods

  • Performs an upward directory search for a .forceignore file and returns a ForceIgnore object based on the result. If there is no .forceignore file, the returned ForceIgnore object will accept everything.

    Parameters

    • seed: string

      Path to begin the .forceignore search from

      -

    Returns ForceIgnore

\ No newline at end of file +

Returns ForceIgnore

\ No newline at end of file diff --git a/classes/LazyCollection.html b/classes/LazyCollection.html index 7fae96bebb..1a4420aa9a 100644 --- a/classes/LazyCollection.html +++ b/classes/LazyCollection.html @@ -1,12 +1,12 @@ -LazyCollection | @salesforce/source-deploy-retrieve

Type Parameters

  • T

Hierarchy

Implements

  • Iterable<T>

Constructors

constructor +LazyCollection | @salesforce/source-deploy-retrieve

Type Parameters

  • T

Hierarchy

Implements

  • Iterable<T>

Constructors

Methods

  • USE getIterator() IN METHOD IMPLEMENTATIONS

    +

Constructors

Methods

  • USE getIterator() IN METHOD IMPLEMENTATIONS

    This is to support for..of syntax on non-subclass instances of LazyCollection. getIterator() ensures we use [Symbol.iterator] of the subclass if iterable is not set.

    -

    Returns Iterator<T, any, undefined>

  • Parameters

    • predicate: ((element) => boolean)
        • (element): boolean
        • Parameters

          • element: T

          Returns boolean

    Returns undefined | T

\ No newline at end of file +

Returns Iterator<T, any, undefined>

\ No newline at end of file diff --git a/classes/ManifestResolver.html b/classes/ManifestResolver.html index d951c25289..4a5808eb54 100644 --- a/classes/ManifestResolver.html +++ b/classes/ManifestResolver.html @@ -1,4 +1,4 @@ ManifestResolver | @salesforce/source-deploy-retrieve

Resolve MetadataComponents from a manifest file (package.xml)

-

Hierarchy

  • ManifestResolver

Constructors

Hierarchy

  • ManifestResolver

Constructors

Methods

Constructors

Methods

  • Parameters

    • manifestPath: string

    Returns Promise<ResolveManifestResult>

\ No newline at end of file +

Constructors

Methods

\ No newline at end of file diff --git a/classes/MetadataApiDeploy.html b/classes/MetadataApiDeploy.html index 80b0c092b3..420aa2be7b 100644 --- a/classes/MetadataApiDeploy.html +++ b/classes/MetadataApiDeploy.html @@ -1,4 +1,4 @@ -MetadataApiDeploy | @salesforce/source-deploy-retrieve

Hierarchy

Constructors

constructor +MetadataApiDeploy | @salesforce/source-deploy-retrieve

Hierarchy

Constructors

Properties

Accessors

Methods

cancel @@ -14,12 +14,12 @@ MetadataApiDeployStatus, DeployResult, MetadataApiDeployOptions ->.constructor

Properties

DEFAULT_OPTIONS: Partial<MetadataApiDeployOptions> = ...

Accessors

Methods

Properties

DEFAULT_OPTIONS: Partial<MetadataApiDeployOptions> = ...

Accessors

Methods

  • Cancel the deploy operation.

    Deploys are asynchronously canceled. Once the cancel request is made to the org, check the status of the cancellation with checkStatus.

    -

    Returns Promise<void>

  • Deploy recently validated components without running Apex tests. Requires the operation to have been +

  • Deploy recently validated components without running Apex tests. Requires the operation to have been created with the { checkOnly: true } API option.

    Ensure that the following requirements are met before deploying a recent validation:

    Parameters

    • rest: boolean = false

      Set to true to use the REST API, otherwise defaults to using SOAP

    Returns Promise<string>

    The ID of the quick deployment

    -
  • Parameters

    • subscriber: ((result) => void)
        • (result): void
        • Parameters

          • result: Error

          Returns void

    Returns void

  • Parameters

    • subscriber: ((result) => void)

    Returns void

  • Parameters

    • subscriber: ((result) => void)
        • (result): void
        • Parameters

          • result: Error

          Returns void

    Returns void

  • Parameters

    • subscriber: ((result) => void)

    Returns void

  • Poll for the status of the metadata transfer request. Default frequency is 100 ms. Default timeout is 60 minutes.

    Parameters

    • Optional options: Partial<Options>

      Polling options; frequency, timeout, polling function.

    Returns Promise<DeployResult>

    The result of the deploy or retrieve.

    -
  • Poll for the status of the metadata transfer request. +

  • Poll for the status of the metadata transfer request. Default frequency is based on the number of SourceComponents, n, in the transfer, it ranges from 100ms -> n Default timeout is 60 minutes.

    Parameters

    • Optional frequency: number

      Polling frequency in milliseconds.

    • Optional timeout: number

      Polling timeout in seconds.

    Returns Promise<DeployResult>

    The result of the deploy or retrieve.

    -
\ No newline at end of file +
\ No newline at end of file diff --git a/classes/MetadataApiRetrieve.html b/classes/MetadataApiRetrieve.html index f287b4dd95..468b6645f4 100644 --- a/classes/MetadataApiRetrieve.html +++ b/classes/MetadataApiRetrieve.html @@ -1,4 +1,4 @@ -MetadataApiRetrieve | @salesforce/source-deploy-retrieve

Hierarchy

Constructors

constructor +MetadataApiRetrieve | @salesforce/source-deploy-retrieve

Hierarchy

Constructors

Properties

Accessors

Methods

cancel @@ -14,22 +14,22 @@ MetadataApiRetrieveStatus, RetrieveResult, MetadataApiRetrieveOptions ->.constructor

Properties

DEFAULT_OPTIONS: Partial<MetadataApiRetrieveOptions> = ...

Accessors

Methods

Properties

DEFAULT_OPTIONS: Partial<MetadataApiRetrieveOptions> = ...

Accessors

Methods

  • Parameters

    • subscriber: ((result) => void)
        • (result): void
        • Parameters

          • result: Error

          Returns void

    Returns void

  • Parameters

    • subscriber: ((result) => void)
        • (result): void
        • Parameters

          • result: Error

          Returns void

    Returns void

  • Poll for the status of the metadata transfer request. Default frequency is 100 ms. Default timeout is 60 minutes.

    Parameters

    • Optional options: Partial<Options>

      Polling options; frequency, timeout, polling function.

    Returns Promise<RetrieveResult>

    The result of the deploy or retrieve.

    -
  • Poll for the status of the metadata transfer request. +

  • Poll for the status of the metadata transfer request. Default frequency is based on the number of SourceComponents, n, in the transfer, it ranges from 100ms -> n Default timeout is 60 minutes.

    Parameters

    • Optional frequency: number

      Polling frequency in milliseconds.

    • Optional timeout: number

      Polling timeout in seconds.

    Returns Promise<RetrieveResult>

    The result of the deploy or retrieve.

    -
\ No newline at end of file +
\ No newline at end of file diff --git a/classes/MetadataConverter.html b/classes/MetadataConverter.html index da35e1d3fd..7ac3961ee2 100644 --- a/classes/MetadataConverter.html +++ b/classes/MetadataConverter.html @@ -1,7 +1,7 @@ -MetadataConverter | @salesforce/source-deploy-retrieve

Hierarchy

  • MetadataConverter

Constructors

constructor +MetadataConverter | @salesforce/source-deploy-retrieve

Hierarchy

  • MetadataConverter

Constructors

Properties

DEFAULT_PACKAGE_PREFIX: "metadataPackage" = 'metadataPackage'
DESTRUCTIVE_CHANGES_POST_XML_FILE: "destructiveChangesPost.xml" = 'destructiveChangesPost.xml'
DESTRUCTIVE_CHANGES_PRE_XML_FILE: "destructiveChangesPre.xml" = 'destructiveChangesPre.xml'
PACKAGE_XML_FILE: "package.xml" = 'package.xml'

Methods

\ No newline at end of file +

Constructors

Properties

DEFAULT_PACKAGE_PREFIX: "metadataPackage" = 'metadataPackage'
DESTRUCTIVE_CHANGES_POST_XML_FILE: "destructiveChangesPost.xml" = 'destructiveChangesPost.xml'
DESTRUCTIVE_CHANGES_PRE_XML_FILE: "destructiveChangesPre.xml" = 'destructiveChangesPre.xml'
PACKAGE_XML_FILE: "package.xml" = 'package.xml'

Methods

\ No newline at end of file diff --git a/classes/MetadataResolver.html b/classes/MetadataResolver.html index 2fd9029d99..ed082762e8 100644 --- a/classes/MetadataResolver.html +++ b/classes/MetadataResolver.html @@ -1,10 +1,10 @@ MetadataResolver | @salesforce/source-deploy-retrieve

Resolver for metadata type and component objects.

-

Hierarchy

  • MetadataResolver

Constructors

Hierarchy

  • MetadataResolver

Constructors

Properties

forceIgnoredPaths: Set<string>

Methods

  • Get the metadata component(s) from a file path.

    +
  • useFsForceIgnore: boolean = true

Returns MetadataResolver

Properties

forceIgnoredPaths: Set<string>

Methods

\ No newline at end of file +

Returns SourceComponent[]

\ No newline at end of file diff --git a/classes/NodeFSTreeContainer.html b/classes/NodeFSTreeContainer.html index 9280844fdd..a662c6b96d 100644 --- a/classes/NodeFSTreeContainer.html +++ b/classes/NodeFSTreeContainer.html @@ -1,5 +1,5 @@ NodeFSTreeContainer | @salesforce/source-deploy-retrieve

A TreeContainer that wraps the NodeJS fs module.

-

Hierarchy

Constructors

Hierarchy

Constructors

Methods

exists find isDirectory @@ -10,22 +10,22 @@

Constructors

Methods

  • Searches for a metadata component file in a container directory.

    Parameters

    • fileType: "content" | "metadataXml"

      The type of component file

    • name: string

      The name of the file without a suffix

    • directory: string

      The directory to search in

    Returns undefined | string

    The first path that meets the criteria, or undefined if none were found

    -
  • Creates a readable stream of a file's contents.

    Parameters

    • fsPath: string

      File path to create a readable stream from

    Returns Readable

    A readable stream

    -
\ No newline at end of file +
\ No newline at end of file diff --git a/classes/RegistryAccess.html b/classes/RegistryAccess.html index 50b21411ce..2ddca3747a 100644 --- a/classes/RegistryAccess.html +++ b/classes/RegistryAccess.html @@ -1,4 +1,4 @@ -RegistryAccess | @salesforce/source-deploy-retrieve

Hierarchy

  • RegistryAccess

Constructors

constructor +RegistryAccess | @salesforce/source-deploy-retrieve

Hierarchy

  • RegistryAccess

Constructors

Methods

  • Searches for the first metadata type in the registry that returns true +

Constructors

Methods

  • Searches for the first metadata type in the registry that returns true for the given predicate function.

    Can return undefined if no type matches the predicate.

    Parameters

    • predicate: ((type) => boolean)

      Predicate to test types with

    Returns undefined | MetadataType

    The first metadata type object that fulfills the predicate

    -
  • Return the parent metadata type from the registry for the given child type

    Parameters

    • childName: string

      Child metadata type name

    Returns undefined | MetadataType

    Parent metadata type object or undefined if no parent exists

    -
  • Find similar metadata type matches by its file suffix

    +
  • Find similar metadata type matches by its file suffix

    Parameters

    • suffix: string

      File suffix of the metadata type

    Returns undefined | {
        metadataTypeGuess: MetadataType;
        suffixGuess: string;
    }[]

    An array of similar suffix and metadata type matches

    -
\ No newline at end of file +
\ No newline at end of file diff --git a/classes/RetrieveResult.html b/classes/RetrieveResult.html index 172853ff0b..f14e66041e 100644 --- a/classes/RetrieveResult.html +++ b/classes/RetrieveResult.html @@ -1,10 +1,10 @@ -RetrieveResult | @salesforce/source-deploy-retrieve

Hierarchy

  • RetrieveResult

Implements

  • MetadataTransferResult

Constructors

constructor +RetrieveResult | @salesforce/source-deploy-retrieve

Hierarchy

  • RetrieveResult

Implements

  • MetadataTransferResult

Constructors

Properties

Methods

Constructors

Properties

components: ComponentSet

The ComponentSet of retrieved source components

-

The metadata retrieve response from the server

-

Methods

\ No newline at end of file +

Returns RetrieveResult

Properties

components: ComponentSet

The ComponentSet of retrieved source components

+

The metadata retrieve response from the server

+

Methods

\ No newline at end of file diff --git a/classes/SourceComponent.html b/classes/SourceComponent.html index f480efbc5c..0ee0cd9cd7 100644 --- a/classes/SourceComponent.html +++ b/classes/SourceComponent.html @@ -1,5 +1,5 @@ SourceComponent | @salesforce/source-deploy-retrieve

Representation of a MetadataComponent in a file tree.

-

Hierarchy

  • SourceComponent

Implements

Constructors

Hierarchy

  • SourceComponent

Implements

Constructors

Properties

content?: string
name: string
parentType?: MetadataType
replacements?: Record<string, MarkedReplacement[]>
xml?: string

Accessors

  • get isAddressable(): boolean
  • Returns whether this component type is supported by the Metadata API +

Constructors

Properties

content?: string
name: string
parentType?: MetadataType
replacements?: Record<string, MarkedReplacement[]>
xml?: string

Accessors

  • get isAddressable(): boolean
  • Returns whether this component type is supported by the Metadata API and therefore should have an entry added to the manifest.

    This is defined on the type in the registry. The type is required to be in the registry for proper classification and for possible use in @@ -30,25 +30,25 @@

    Default value is true, so the only way to return false is to explicitly set it in the registry as false.

    E.g., CustomFieldTranslation.

    -

    Returns boolean

  • get metaFilePath(): undefined | string
  • Gets the metafile path of this component. Not all the types have an XML metafile, +

    Returns boolean

  • get metaFilePath(): undefined | string
  • Gets the metafile path of this component. Not all the types have an XML metafile, e.g., DigitalExperience has a JSON metafile (_meta.json).

    Returns undefined | string

    The metafile path

    Deprecated

    This function should not be used, use "xml" property instead.

    -

Methods

Methods

  • returns the children of a parent SourceComponent

    Ensures that the children of SourceComponent are valid child types. Invalid child types can occur when projects are structured in an atypical way such as having ApexClasses or Layouts within a CustomObject folder.

    Returns SourceComponent[]

    SourceComponent[] containing valid children

    -
  • As a performance enhancement, use the already parsed parent xml source to return the child section of xml source. This is useful for non-decomposed transformers where all child source components reference the parent's xml file to prevent re-reading the same file multiple times.

    Type Parameters

    • T = JsonMap

    Parameters

    • parentXml: T

      parsed parent XMl source as an object

    Returns T

    child section of the parent's xml

    -
  • Type Parameters

    • T extends JsonMap<T>

    Parameters

    • Optional xmlFilePath: string

    Returns Promise<T>

  • Type Parameters

    • T extends JsonMap<T>

    Parameters

    • Optional xmlFilePath: string

    Returns T

  • Type Parameters

    • T extends JsonMap<T>

    Parameters

    • Optional xmlFilePath: string

    Returns Promise<T>

  • Type Parameters

    • T extends JsonMap<T>

    Parameters

    • Optional xmlFilePath: string

    Returns T

\ No newline at end of file +
\ No newline at end of file diff --git a/classes/TreeContainer.html b/classes/TreeContainer.html index e9befcf4e0..41628a73bd 100644 --- a/classes/TreeContainer.html +++ b/classes/TreeContainer.html @@ -1,7 +1,7 @@ TreeContainer | @salesforce/source-deploy-retrieve

A container for interacting with a file system. Operations such as component resolution, conversion, and packaging perform I/O against TreeContainer abstractions.

Extend this base class to implement a custom container.

-

Hierarchy

Constructors

Hierarchy

Constructors

Methods

exists find isDirectory @@ -12,22 +12,22 @@

Constructors

Methods

  • Whether or not a file path exists in the container.

    Parameters

    • fsPath: string

      File path to test

    Returns boolean

    true if the path exists

    -
  • Searches for a metadata component file in a container directory.

    +
  • Searches for a metadata component file in a container directory.

    Parameters

    • fileType: "content" | "metadataXml"

      The type of component file

    • name: string

      The name of the file without a suffix

    • directory: string

      The directory to search in

    Returns undefined | string

    The first path that meets the criteria, or undefined if none were found

    -
  • Whether or not a file path is a directory in the container.

    Parameters

    • fsPath: string

      File path to test

    Returns boolean

    true if the path is to a directory

    -
  • Reads the contents of a directory in the container.

    Parameters

    • fsPath: string

      Path to directory

    Returns string[]

    An array of file and directory names in the directory

    -
  • Reads the contents of a file.

    Parameters

    • fsPath: string

    Returns Promise<Buffer>

    A buffer of the file contents

    -
  • Reads the contents of a file synchronously.

    Parameters

    • fsPath: string

    Returns Buffer

    A buffer of the file contents

    -
  • Creates a readable stream of a file's contents.

    Parameters

    • fsPath: string

      File path to create a readable stream from

    Returns Readable

    A readable stream

    -
\ No newline at end of file +
\ No newline at end of file diff --git a/classes/VirtualTreeContainer.html b/classes/VirtualTreeContainer.html index c73166b174..8bd8647475 100644 --- a/classes/VirtualTreeContainer.html +++ b/classes/VirtualTreeContainer.html @@ -1,5 +1,5 @@ VirtualTreeContainer | @salesforce/source-deploy-retrieve

A TreeContainer useful for mocking a file system.

-

Hierarchy

Constructors

Hierarchy

Constructors

Methods

Constructors

Methods

  • Whether or not a file path exists in the container.

    +

Constructors

Methods

  • Searches for a metadata component file in a container directory.

    Parameters

    • fileType: "content" | "metadataXml"

      The type of component file

    • name: string

      The name of the file without a suffix

    • directory: string

      The directory to search in

    Returns undefined | string

    The first path that meets the criteria, or undefined if none were found

    -
  • Creates a readable stream of a file's contents.

    Parameters

    • fsPath: string

      File path to create a readable stream from

    Returns Readable

    A readable stream

    -
  • Designed for recreating virtual files from deleted files where the only information we have is the file's former location Any use of MetadataResolver was trying to access the non-existent files and throwing

    Parameters

    • paths: string[]

      full paths to files

    Returns VirtualTreeContainer

    VirtualTreeContainer

    -
\ No newline at end of file +
\ No newline at end of file diff --git a/classes/ZipTreeContainer.html b/classes/ZipTreeContainer.html index f9a17f92ab..884105c741 100644 --- a/classes/ZipTreeContainer.html +++ b/classes/ZipTreeContainer.html @@ -1,5 +1,5 @@ ZipTreeContainer | @salesforce/source-deploy-retrieve

A TreeContainer that performs I/O without unzipping it to the disk first.

-

Hierarchy

Methods

Hierarchy

Methods

exists find isDirectory readDirectory @@ -10,22 +10,22 @@

Methods

  • Searches for a metadata component file in a container directory.

    Parameters

    • fileType: "content" | "metadataXml"

      The type of component file

    • name: string

      The name of the file without a suffix

    • directory: string

      The directory to search in

    Returns undefined | string

    The first path that meets the criteria, or undefined if none were found

    -
  • Creates a readable stream of a file's contents.

    Parameters

    • fsPath: string

      File path to create a readable stream from

    Returns Readable

    A readable stream

    -
\ No newline at end of file +
\ No newline at end of file diff --git a/enums/ComponentStatus.html b/enums/ComponentStatus.html index 8e0264017c..ef2dc946ff 100644 --- a/enums/ComponentStatus.html +++ b/enums/ComponentStatus.html @@ -1,6 +1,6 @@ -ComponentStatus | @salesforce/source-deploy-retrieve

Enumeration Members

Changed +ComponentStatus | @salesforce/source-deploy-retrieve
\ No newline at end of file +

Enumeration Members

Changed: "Changed"
Created: "Created"
Deleted: "Deleted"
Failed: "Failed"
Unchanged: "Unchanged"
\ No newline at end of file diff --git a/enums/DecompositionStrategy.html b/enums/DecompositionStrategy.html index b3a2be5185..557dddf601 100644 --- a/enums/DecompositionStrategy.html +++ b/enums/DecompositionStrategy.html @@ -1,6 +1,6 @@ DecompositionStrategy | @salesforce/source-deploy-retrieve

Enumeration DecompositionStrategyConst

Strategy names for handling component decomposition.

-

Enumeration Members

Enumeration Members

Enumeration Members

FolderPerType: "folderPerType"

Elements of child types are decomposed into folders of their respective types.

-
TopLevel: "topLevel"

Elements of child types are decomposed to the same folder the parent object is in.

-
\ No newline at end of file +
TopLevel: "topLevel"

Elements of child types are decomposed to the same folder the parent object is in.

+
\ No newline at end of file diff --git a/enums/DestructiveChangesType.html b/enums/DestructiveChangesType.html index 0c7d4c20a0..39d6f3a9dc 100644 --- a/enums/DestructiveChangesType.html +++ b/enums/DestructiveChangesType.html @@ -1,3 +1,3 @@ -DestructiveChangesType | @salesforce/source-deploy-retrieve

Enumeration Members

POST +DestructiveChangesType | @salesforce/source-deploy-retrieve
\ No newline at end of file +

Enumeration Members

POST: "post"
PRE: "pre"
\ No newline at end of file diff --git a/enums/RecompositionStrategy.html b/enums/RecompositionStrategy.html index 28ec5dcfe5..704dab5dbf 100644 --- a/enums/RecompositionStrategy.html +++ b/enums/RecompositionStrategy.html @@ -1,4 +1,4 @@ RecompositionStrategy | @salesforce/source-deploy-retrieve

Enumeration RecompositionStrategyConst

Strategy names for handling component recomposition.

-

Enumeration Members

Enumeration Members

Enumeration Members

StartEmpty: "startEmpty"

The parent object should start as an empty object when recomposing the child types

-
\ No newline at end of file +
\ No newline at end of file diff --git a/enums/RequestStatus.html b/enums/RequestStatus.html index d26577fe56..3ae4db39d4 100644 --- a/enums/RequestStatus.html +++ b/enums/RequestStatus.html @@ -1,8 +1,8 @@ -RequestStatus | @salesforce/source-deploy-retrieve

Enumeration Members

Canceled +RequestStatus | @salesforce/source-deploy-retrieve
\ No newline at end of file +

Enumeration Members

Canceled: "Canceled"
Canceling: "Canceling"
Failed: "Failed"
InProgress: "InProgress"
Pending: "Pending"
Succeeded: "Succeeded"
SucceededPartial: "SucceededPartial"
\ No newline at end of file diff --git a/enums/TransformerStrategy.html b/enums/TransformerStrategy.html index c4d5e097c7..29571e6579 100644 --- a/enums/TransformerStrategy.html +++ b/enums/TransformerStrategy.html @@ -1,6 +1,6 @@ TransformerStrategy | @salesforce/source-deploy-retrieve

Enumeration TransformerStrategyConst

Strategy names for the type of transformation to use for metadata types.

-

Enumeration Members

Enumeration Members

Decomposed: "decomposed"
NonDecomposed: "nonDecomposed"
Standard: "standard"
StaticResource: "staticResource"
\ No newline at end of file +

Enumeration Members

Decomposed: "decomposed"
NonDecomposed: "nonDecomposed"
Standard: "standard"
StaticResource: "staticResource"
\ No newline at end of file diff --git a/functions/getCurrentApiVersion.html b/functions/getCurrentApiVersion.html index 022f53896a..1de407fddc 100644 --- a/functions/getCurrentApiVersion.html +++ b/functions/getCurrentApiVersion.html @@ -1 +1 @@ -getCurrentApiVersion | @salesforce/source-deploy-retrieve
\ No newline at end of file +getCurrentApiVersion | @salesforce/source-deploy-retrieve
\ No newline at end of file diff --git a/interfaces/AsyncResult.html b/interfaces/AsyncResult.html index 28ff6acc98..2799920063 100644 --- a/interfaces/AsyncResult.html +++ b/interfaces/AsyncResult.html @@ -1,2 +1,2 @@ -AsyncResult | @salesforce/source-deploy-retrieve

Hierarchy

  • AsyncResult

Properties

id -

Properties

id: string
\ No newline at end of file +AsyncResult | @salesforce/source-deploy-retrieve

Hierarchy

  • AsyncResult

Properties

id +

Properties

id: string
\ No newline at end of file diff --git a/interfaces/CodeCoverage.html b/interfaces/CodeCoverage.html index 87db68ad26..f0fe8e91b1 100644 --- a/interfaces/CodeCoverage.html +++ b/interfaces/CodeCoverage.html @@ -1,7 +1,7 @@ -CodeCoverage | @salesforce/source-deploy-retrieve

Hierarchy

  • CodeCoverage

Properties

id +CodeCoverage | @salesforce/source-deploy-retrieve
\ No newline at end of file +

Properties

id: string
locationsNotCovered?: LocationsNotCovered | LocationsNotCovered[]
name: string
numLocations: string
numLocationsNotCovered: string
type: string
\ No newline at end of file diff --git a/interfaces/CodeCoverageWarnings.html b/interfaces/CodeCoverageWarnings.html index f1d20e7846..6f9248f23b 100644 --- a/interfaces/CodeCoverageWarnings.html +++ b/interfaces/CodeCoverageWarnings.html @@ -1,4 +1,4 @@ -CodeCoverageWarnings | @salesforce/source-deploy-retrieve

Hierarchy

  • CodeCoverageWarnings

Properties

id +CodeCoverageWarnings | @salesforce/source-deploy-retrieve
\ No newline at end of file +

Properties

id: string
message: string
namespace: string
\ No newline at end of file diff --git a/interfaces/DeployVersionData.html b/interfaces/DeployVersionData.html index ea2e8683f7..5f24285e3b 100644 --- a/interfaces/DeployVersionData.html +++ b/interfaces/DeployVersionData.html @@ -1,4 +1,4 @@ -DeployVersionData | @salesforce/source-deploy-retrieve

Hierarchy

  • DeployVersionData

Properties

apiVersion +DeployVersionData | @salesforce/source-deploy-retrieve
\ No newline at end of file +

Properties

apiVersion: string
manifestVersion: undefined | string
webService: "SOAP" | "REST"
\ No newline at end of file diff --git a/interfaces/Failures.html b/interfaces/Failures.html index 728dab5ea6..9029d9ade3 100644 --- a/interfaces/Failures.html +++ b/interfaces/Failures.html @@ -1,4 +1,4 @@ -Failures | @salesforce/source-deploy-retrieve

Hierarchy

  • Failures

Properties

id +Failures | @salesforce/source-deploy-retrieve
\ No newline at end of file +

Properties

id: string
message: string
methodName: string
name: string
packageName: string
stackTrace: string
time: string
type: string
\ No newline at end of file diff --git a/interfaces/FileResponseFailure.html b/interfaces/FileResponseFailure.html index de2acf2364..464c2ebd67 100644 --- a/interfaces/FileResponseFailure.html +++ b/interfaces/FileResponseFailure.html @@ -1,4 +1,4 @@ -FileResponseFailure | @salesforce/source-deploy-retrieve

Hierarchy

  • FileResponseBase
    • FileResponseFailure

Properties

columnNumber? +FileResponseFailure | @salesforce/source-deploy-retrieve

Hierarchy

  • FileResponseBase
    • FileResponseFailure

Properties

columnNumber?: number
error: string
filePath?: string
fullName: string
lineNumber?: number
problemType: "Warning" | "Error"
state: Failed
type: string
\ No newline at end of file +

Properties

columnNumber?: number
error: string
filePath?: string
fullName: string
lineNumber?: number
problemType: "Warning" | "Error"
state: Failed
type: string
\ No newline at end of file diff --git a/interfaces/FileResponseSuccess.html b/interfaces/FileResponseSuccess.html index 790ec444da..94b54520a2 100644 --- a/interfaces/FileResponseSuccess.html +++ b/interfaces/FileResponseSuccess.html @@ -1,5 +1,5 @@ -FileResponseSuccess | @salesforce/source-deploy-retrieve

Hierarchy

  • FileResponseBase
    • FileResponseSuccess

Properties

filePath? +FileResponseSuccess | @salesforce/source-deploy-retrieve

Hierarchy

  • FileResponseBase
    • FileResponseSuccess

Properties

filePath?: string
fullName: string
type: string
\ No newline at end of file +

Properties

filePath?: string
fullName: string
type: string
\ No newline at end of file diff --git a/interfaces/FromManifestOptions.html b/interfaces/FromManifestOptions.html index 1aabf2f27e..ab9190d780 100644 --- a/interfaces/FromManifestOptions.html +++ b/interfaces/FromManifestOptions.html @@ -1,4 +1,4 @@ -FromManifestOptions | @salesforce/source-deploy-retrieve

Hierarchy

Properties

destructivePost? +FromManifestOptions | @salesforce/source-deploy-retrieve

Hierarchy

Properties

destructivePost?: string

path to a destructiveChangesPost.xml file in XML format

-
destructivePre?: string

path to a destructiveChangesPre.xml file in XML format

-
forceAddWildcards?: boolean

By default, wildcard members encountered in the manifest are added to the set +

destructivePre?: string

path to a destructiveChangesPre.xml file in XML format

+
forceAddWildcards?: boolean

By default, wildcard members encountered in the manifest are added to the set e.g. { fullName: '*', type: 'ApexClass' }. If resolveSourcePaths is set, wildcard components are not added to the final set, but are used in the filter when resolving source-backed components to match all components with the wildcard type.

Use this flag to always add wildcard components to the set, regardless of the other conditions.

-
manifestPath: string

Path to the manifest file in XML format

-
registry?: RegistryAccess
resolveSourcePaths?: string[]

Paths to resolve source-backed components. The manifest file is used to +

manifestPath: string

Path to the manifest file in XML format

+
registry?: RegistryAccess
resolveSourcePaths?: string[]

Paths to resolve source-backed components. The manifest file is used to indicate which components to include.

-
\ No newline at end of file +
\ No newline at end of file diff --git a/interfaces/FromSourceOptions.html b/interfaces/FromSourceOptions.html index cbd86b1bec..ace05e18ca 100644 --- a/interfaces/FromSourceOptions.html +++ b/interfaces/FromSourceOptions.html @@ -1,9 +1,9 @@ -FromSourceOptions | @salesforce/source-deploy-retrieve

Hierarchy

Properties

fsDeletePaths? +FromSourceOptions | @salesforce/source-deploy-retrieve

Hierarchy

Properties

fsDeletePaths?: string[]

File paths or directory paths of deleted components, i.e., destructive changes.

-
fsPaths: string[]

File paths or directory paths to resolve components against

-
include?: ComponentSet

Only resolve components contained in the given set

-
registry?: RegistryAccess
\ No newline at end of file +
fsPaths: string[]

File paths or directory paths to resolve components against

+
include?: ComponentSet

Only resolve components contained in the given set

+
registry?: RegistryAccess
\ No newline at end of file diff --git a/interfaces/LocationsNotCovered.html b/interfaces/LocationsNotCovered.html index aebc312b56..6ffa43186e 100644 --- a/interfaces/LocationsNotCovered.html +++ b/interfaces/LocationsNotCovered.html @@ -1,5 +1,5 @@ -LocationsNotCovered | @salesforce/source-deploy-retrieve

Hierarchy

  • LocationsNotCovered

Properties

column +LocationsNotCovered | @salesforce/source-deploy-retrieve
\ No newline at end of file +

Properties

column: string
line: string
numExecutions: string
time: string
\ No newline at end of file diff --git a/interfaces/MetadataApiDeployOptions.html b/interfaces/MetadataApiDeployOptions.html index 8ed1283d74..8ac710f590 100644 --- a/interfaces/MetadataApiDeployOptions.html +++ b/interfaces/MetadataApiDeployOptions.html @@ -1,10 +1,10 @@ -MetadataApiDeployOptions | @salesforce/source-deploy-retrieve

Hierarchy

  • MetadataTransferOptions
    • MetadataApiDeployOptions

Properties

apiOptions? +MetadataApiDeployOptions | @salesforce/source-deploy-retrieve

Hierarchy

  • MetadataTransferOptions
    • MetadataApiDeployOptions

Properties

apiOptions?: MetadataApiDeployOptions
apiVersion?: string
components?: ComponentSet
id?: string
mdapiPath?: string

Path to a directory containing mdapi-formatted code and a package.xml

-
usernameOrConnection: string | Connection<Schema>
zipPath?: string

Path to a zip file containing mdapi-formatted code and a package.xml

-
\ No newline at end of file +

Properties

apiOptions?: MetadataApiDeployOptions
apiVersion?: string
components?: ComponentSet
id?: string
mdapiPath?: string

Path to a directory containing mdapi-formatted code and a package.xml

+
usernameOrConnection: string | Connection<Schema>
zipPath?: string

Path to a zip file containing mdapi-formatted code and a package.xml

+
\ No newline at end of file diff --git a/interfaces/MetadataApiDeployStatus.html b/interfaces/MetadataApiDeployStatus.html index 7de2bfa609..9247a3f11e 100644 --- a/interfaces/MetadataApiDeployStatus.html +++ b/interfaces/MetadataApiDeployStatus.html @@ -1,5 +1,5 @@ MetadataApiDeployStatus | @salesforce/source-deploy-retrieve

Raw response returned from a checkDeployStatus call to the Metadata API

-

Hierarchy

Properties

Hierarchy

Properties

canceledBy?: string
canceledByName?: string
checkOnly: boolean
completedDate?: string
createdBy: string
createdByName: string
createdDate: string
details: DeployDetails
done: boolean
errorMessage?: string
errorStatusCode?: string
id: string
ignoreWarnings: boolean
lastModifiedDate: string
numberComponentErrors: number
numberComponentsDeployed: number
numberComponentsTotal: number
numberTestErrors: number
numberTestsCompleted: number
numberTestsTotal: number
rollbackOnError: boolean
runTestsEnabled: boolean
startDate?: string
stateDetail?: string
success: boolean
\ No newline at end of file +

Properties

canceledBy?: string
canceledByName?: string
checkOnly: boolean
completedDate?: string
createdBy: string
createdByName: string
createdDate: string
details: DeployDetails
done: boolean
errorMessage?: string
errorStatusCode?: string
id: string
ignoreWarnings: boolean
lastModifiedDate: string
numberComponentErrors: number
numberComponentsDeployed: number
numberComponentsTotal: number
numberTestErrors: number
numberTestsCompleted: number
numberTestsTotal: number
rollbackOnError: boolean
runTestsEnabled: boolean
startDate?: string
stateDetail?: string
success: boolean
\ No newline at end of file diff --git a/interfaces/MetadataApiRetrieveStatus.html b/interfaces/MetadataApiRetrieveStatus.html index bde063d80d..3e9d475174 100644 --- a/interfaces/MetadataApiRetrieveStatus.html +++ b/interfaces/MetadataApiRetrieveStatus.html @@ -1,10 +1,10 @@ MetadataApiRetrieveStatus | @salesforce/source-deploy-retrieve

Raw response returned from a checkRetrieveStatus call to the Metadata API

-

Hierarchy

  • MetadataApiRetrieveStatus

Properties

Hierarchy

  • MetadataApiRetrieveStatus

Properties

done: boolean
fileProperties: FileProperties | FileProperties[]
id: string
success: boolean
zipFile: string

base64 encoded string

-
\ No newline at end of file +

Properties

done: boolean
fileProperties: FileProperties | FileProperties[]
id: string
success: boolean
zipFile: string

base64 encoded string

+
\ No newline at end of file diff --git a/interfaces/MetadataComponent.html b/interfaces/MetadataComponent.html index f99995eb14..4387246b72 100644 --- a/interfaces/MetadataComponent.html +++ b/interfaces/MetadataComponent.html @@ -1,4 +1,4 @@ -MetadataComponent | @salesforce/source-deploy-retrieve

Hierarchy

  • MetadataComponent

Implemented by

Properties

fullName +MetadataComponent | @salesforce/source-deploy-retrieve
\ No newline at end of file +

Properties

fullName: string
\ No newline at end of file diff --git a/interfaces/MetadataMember.html b/interfaces/MetadataMember.html index c9425a9433..e9169ae2d1 100644 --- a/interfaces/MetadataMember.html +++ b/interfaces/MetadataMember.html @@ -1,3 +1,3 @@ -MetadataMember | @salesforce/source-deploy-retrieve

Hierarchy

  • MetadataMember

Properties

fullName +MetadataMember | @salesforce/source-deploy-retrieve
\ No newline at end of file +

Properties

fullName: string
type: string
\ No newline at end of file diff --git a/interfaces/MetadataRegistry.html b/interfaces/MetadataRegistry.html index 50cd6443b7..e83b92a5a8 100644 --- a/interfaces/MetadataRegistry.html +++ b/interfaces/MetadataRegistry.html @@ -1,7 +1,7 @@ MetadataRegistry | @salesforce/source-deploy-retrieve

A database of metadata types and configuration to define component behavior when performing library operations.

-

Hierarchy

  • MetadataRegistry

Properties

Hierarchy

  • MetadataRegistry

Properties

childTypes: {
    [childTypeId: string]: string;
}

Type declaration

  • [childTypeId: string]: string
strictDirectoryNames: {
    [directoryName: string]: string;
}

Type declaration

  • [directoryName: string]: string
suffixes: SuffixIndex
types: TypeIndex
\ No newline at end of file +

Properties

childTypes: {
    [childTypeId: string]: string;
}

Type declaration

  • [childTypeId: string]: string
strictDirectoryNames: {
    [directoryName: string]: string;
}

Type declaration

  • [directoryName: string]: string
suffixes: SuffixIndex
types: TypeIndex
\ No newline at end of file diff --git a/interfaces/MetadataRequestStatus.html b/interfaces/MetadataRequestStatus.html index b77a53d1e0..1f48752ed2 100644 --- a/interfaces/MetadataRequestStatus.html +++ b/interfaces/MetadataRequestStatus.html @@ -1,5 +1,5 @@ -MetadataRequestStatus | @salesforce/source-deploy-retrieve

Hierarchy

Properties

done +MetadataRequestStatus | @salesforce/source-deploy-retrieve
\ No newline at end of file +

Properties

done: boolean
id: string
success: boolean
\ No newline at end of file diff --git a/interfaces/MetadataTransformer.html b/interfaces/MetadataTransformer.html index ef142f50a2..f6f827811d 100644 --- a/interfaces/MetadataTransformer.html +++ b/interfaces/MetadataTransformer.html @@ -1,5 +1,5 @@ MetadataTransformer | @salesforce/source-deploy-retrieve

Transforms metadata component files into different SFDX file formats

-

Hierarchy

  • MetadataTransformer

Properties

Hierarchy

  • MetadataTransformer

Properties

defaultDirectory?: string

Methods

\ No newline at end of file +

Properties

defaultDirectory?: string

Methods

\ No newline at end of file diff --git a/interfaces/MetadataType.html b/interfaces/MetadataType.html index 5f2bd7132b..fb5f33323f 100644 --- a/interfaces/MetadataType.html +++ b/interfaces/MetadataType.html @@ -1,5 +1,5 @@ MetadataType | @salesforce/source-deploy-retrieve

Metadata type definition in the registry.

-

Hierarchy

  • MetadataType

Properties

Hierarchy

  • MetadataType

Properties

aliasFor?: string

Whenever this type is requested, return the aliasFor type instead

-
children?: {
    directories?: DirectoryIndex;
    suffixes: SuffixIndex;
    types: TypeIndex;
}

Type definitions for child types, if the type has any.

+
children?: {
    directories?: DirectoryIndex;
    suffixes: SuffixIndex;
    types: TypeIndex;
}

Type definitions for child types, if the type has any.

Examples: CustomField and CompactLayout on CustomObject

-

Type declaration

  • Optional directories?: DirectoryIndex
  • suffixes: SuffixIndex
  • types: TypeIndex
directoryName: string

Name of the directory where components are located in a package.

-
folderContentType?: string

If the type is a folder type (container for components), the id of the type it is a container for.

-
folderType?: string

If the type is contained in folders, the id of the type that contains it.

-
id: string

Unique identifier of the metadata type. Usually the API name lowercased.

-
ignoreParentName?: boolean

If the parent name should be ignored when constructing the type's fullName

-
ignoreParsedFullName?: boolean

Whether or not to ignore the fullName that's parsed from the file path. If true, the metadata type's +

Type declaration

  • Optional directories?: DirectoryIndex
  • suffixes: SuffixIndex
  • types: TypeIndex
directoryName: string

Name of the directory where components are located in a package.

+
folderContentType?: string

If the type is a folder type (container for components), the id of the type it is a container for.

+
folderType?: string

If the type is contained in folders, the id of the type that contains it.

+
id: string

Unique identifier of the metadata type. Usually the API name lowercased.

+
ignoreParentName?: boolean

If the parent name should be ignored when constructing the type's fullName

+
ignoreParsedFullName?: boolean

Whether or not to ignore the fullName that's parsed from the file path. If true, the metadata type's name will be used instead. For example, CustomLabels instead of MyLabels.

-
inFolder?: boolean

Whether or not components are stored in folders.

+
inFolder?: boolean

Whether or not components are stored in folders.

Examples: Reports, Dashboards, Documents, EmailTemplates

Deprecated

use folderType to get the related folder type, if one exists

-
isAddressable?: boolean

Whether the component is supported by the Metadata API and therefore should be included within a manifest.

-
legacySuffix?: string

When converting deploying source, this will update the suffix in the output or temporary directory (metadata format) +

isAddressable?: boolean

Whether the component is supported by the Metadata API and therefore should be included within a manifest.

+
legacySuffix?: string

When converting deploying source, this will update the suffix in the output or temporary directory (metadata format) Use this, along with additional suffix keys in the registry, to support incorrect suffixes from existing code

-
metaFileSuffix?: string

MetaFile suffix

+
metaFileSuffix?: string

MetaFile suffix

An override to the default "-meta.xml" suffix.

Examples: "_meta.json" for DigitalExperience.

-
name: string

API name of the metadata type.

-
strategies?: {
    adapter: "sourceAdapter" | "mixedContent" | "matchingContentFile" | "decomposed" | "nonDecomposed" | "digitalExperience" | "bundle";
    decomposition?: "topLevel" | "folderPerType";
    recomposition?: "startEmpty";
    transformer?: "decomposed" | "nonDecomposed" | "staticResource" | "standard";
}

Configuration for resolving and converting components of the type.

-

Type declaration

  • adapter: "sourceAdapter" | "mixedContent" | "matchingContentFile" | "decomposed" | "nonDecomposed" | "digitalExperience" | "bundle"
  • Optional decomposition?: "topLevel" | "folderPerType"
  • Optional recomposition?: "startEmpty"
  • Optional transformer?: "decomposed" | "nonDecomposed" | "staticResource" | "standard"
strictDirectoryName?: boolean

Whether or not components are required to reside in a folder named after the type's directoryName.

-
suffix?: string

File suffix

+
name: string

API name of the metadata type.

+
strategies?: {
    adapter: "sourceAdapter" | "mixedContent" | "matchingContentFile" | "decomposed" | "nonDecomposed" | "digitalExperience" | "bundle";
    decomposition?: "topLevel" | "folderPerType";
    recomposition?: "startEmpty";
    transformer?: "decomposed" | "nonDecomposed" | "staticResource" | "standard";
}

Configuration for resolving and converting components of the type.

+

Type declaration

  • adapter: "sourceAdapter" | "mixedContent" | "matchingContentFile" | "decomposed" | "nonDecomposed" | "digitalExperience" | "bundle"
  • Optional decomposition?: "topLevel" | "folderPerType"
  • Optional recomposition?: "startEmpty"
  • Optional transformer?: "decomposed" | "nonDecomposed" | "staticResource" | "standard"
strictDirectoryName?: boolean

Whether or not components are required to reside in a folder named after the type's directoryName.

+
suffix?: string

File suffix

Some types may not have one, such as those made up of varying file extensions.

Examples: LightningComponentBundles, Documents, StaticResources

-
supportsPartialDelete?: boolean

Whether the component can be partially deleted, such as metadata types that are made up of multiple files.

+
supportsPartialDelete?: boolean

Whether the component can be partially deleted, such as metadata types that are made up of multiple files.

Examples: LightningComponentBundle, ExperienceBundle, StaticResource, and DigitalExperienceBundle

-
supportsWildcardAndName?: boolean

Whether or not components of the same type can be can be specified with the wildcard character, and by name in a manifest

+
supportsWildcardAndName?: boolean

Whether or not components of the same type can be can be specified with the wildcard character, and by name in a manifest

<members>*</members>
<members>Account</members>
<name>CustomObject</name>
-
unaddressableWithoutParent?: boolean

Whether the component requires the parent to be present when deploying/retrieving

-
uniqueIdElement?: string

The xml attribute used as the unique identifier when parsing the xml

-
xmlElementName?: string

The XML element name for the type in the xml file used for constructing child components.

-
\ No newline at end of file +
unaddressableWithoutParent?: boolean

Whether the component requires the parent to be present when deploying/retrieving

+
uniqueIdElement?: string

The xml attribute used as the unique identifier when parsing the xml

+
xmlElementName?: string

The XML element name for the type in the xml file used for constructing child components.

+
\ No newline at end of file diff --git a/interfaces/OptionalTreeRegistryOptions.html b/interfaces/OptionalTreeRegistryOptions.html index 8853845a07..f3ff8eaeaa 100644 --- a/interfaces/OptionalTreeRegistryOptions.html +++ b/interfaces/OptionalTreeRegistryOptions.html @@ -1,3 +1,3 @@ -OptionalTreeRegistryOptions | @salesforce/source-deploy-retrieve

Hierarchy

Properties

registry? +OptionalTreeRegistryOptions | @salesforce/source-deploy-retrieve
\ No newline at end of file +

Properties

registry?: RegistryAccess
\ No newline at end of file diff --git a/interfaces/PackageManifestObject.html b/interfaces/PackageManifestObject.html index f4b4550b3d..ad2d6601c8 100644 --- a/interfaces/PackageManifestObject.html +++ b/interfaces/PackageManifestObject.html @@ -1,2 +1,2 @@ -PackageManifestObject | @salesforce/source-deploy-retrieve

Hierarchy

  • PackageManifestObject

Properties

Properties

Package: {
    @_xmlns?: string;
    fullName?: string;
    types: PackageTypeMembers[];
    version: string;
}

Type declaration

  • Optional @_xmlns?: string
  • Optional fullName?: string
  • types: PackageTypeMembers[]
  • version: string
\ No newline at end of file +PackageManifestObject | @salesforce/source-deploy-retrieve

Hierarchy

  • PackageManifestObject

Properties

Properties

Package: {
    @_xmlns?: string;
    fullName?: string;
    types: PackageTypeMembers[];
    version: string;
}

Type declaration

  • Optional @_xmlns?: string
  • Optional fullName?: string
  • types: PackageTypeMembers[]
  • version: string
\ No newline at end of file diff --git a/interfaces/PackageOption.html b/interfaces/PackageOption.html index c74ded4155..c9bda14207 100644 --- a/interfaces/PackageOption.html +++ b/interfaces/PackageOption.html @@ -1,7 +1,7 @@ -PackageOption | @salesforce/source-deploy-retrieve

Hierarchy

  • PackageOption

Properties

name +PackageOption | @salesforce/source-deploy-retrieve

Hierarchy

  • PackageOption

Properties

Properties

name: string

The name of the package to retrieve.

-
outputDir?: string

The directory where the retrieved package source should be +

outputDir?: string

The directory where the retrieved package source should be converted. If this is not specified the directory will default to <process.cwd()>/PackageOption.name.

-
\ No newline at end of file +
\ No newline at end of file diff --git a/interfaces/PackageTypeMembers.html b/interfaces/PackageTypeMembers.html index 8d7550527a..b6c73dc7e7 100644 --- a/interfaces/PackageTypeMembers.html +++ b/interfaces/PackageTypeMembers.html @@ -1,3 +1,3 @@ -PackageTypeMembers | @salesforce/source-deploy-retrieve

Hierarchy

  • PackageTypeMembers

Properties

members +PackageTypeMembers | @salesforce/source-deploy-retrieve
\ No newline at end of file +

Properties

members: string[]
name: string
\ No newline at end of file diff --git a/interfaces/RegistryOptions.html b/interfaces/RegistryOptions.html index b4f66858f8..81730bce06 100644 --- a/interfaces/RegistryOptions.html +++ b/interfaces/RegistryOptions.html @@ -1,2 +1,2 @@ -RegistryOptions | @salesforce/source-deploy-retrieve

Hierarchy

  • RegistryOptions

Properties

Properties

registry: RegistryAccess
\ No newline at end of file +RegistryOptions | @salesforce/source-deploy-retrieve

Hierarchy

  • RegistryOptions

Properties

Properties

registry: RegistryAccess
\ No newline at end of file diff --git a/interfaces/RetrieveOptions.html b/interfaces/RetrieveOptions.html index e5de3a7067..013586bb0b 100644 --- a/interfaces/RetrieveOptions.html +++ b/interfaces/RetrieveOptions.html @@ -1,4 +1,4 @@ -RetrieveOptions | @salesforce/source-deploy-retrieve

Hierarchy

  • RetrieveOptions

Properties

format? +RetrieveOptions | @salesforce/source-deploy-retrieve

Hierarchy

  • RetrieveOptions

Properties

The file format desired for the retrieved files.

-
merge?: boolean

Whether or not to merge and replace input components with the retrieved versions.

-
output: string

The directory to retrieve components to. If merge: true, components are only +

merge?: boolean

Whether or not to merge and replace input components with the retrieved versions.

+
output: string

The directory to retrieve components to. If merge: true, components are only retrieved to output if there wasn't a component to merge with.

-
packageOptions?: PackageOptions

A list of package names to retrieve, or package names and their retrieval locations.

-
singlePackage?: boolean

Specifies whether only a single package is being retrieved (true) or not (false). +

packageOptions?: PackageOptions

A list of package names to retrieve, or package names and their retrieval locations.

+
singlePackage?: boolean

Specifies whether only a single package is being retrieved (true) or not (false). If false, then more than one package is being retrieved.

-
suppressEvents?: boolean

Specifies whether to suppress the <Pre|Post> events

-
unzip?: boolean

Specifies whether to unzip the retrieved zip file. Only applies when format: metadata.

-
zipFileName?: string

The name of the retrieved zip file containing the source from the org. Only applies when format: metadata.

-
\ No newline at end of file +
suppressEvents?: boolean

Specifies whether to suppress the <Pre|Post> events

+
unzip?: boolean

Specifies whether to unzip the retrieved zip file. Only applies when format: metadata.

+
zipFileName?: string

The name of the retrieved zip file containing the source from the org. Only applies when format: metadata.

+
\ No newline at end of file diff --git a/interfaces/RetrieveVersionData.html b/interfaces/RetrieveVersionData.html index 9198833cb1..645a5d6fd9 100644 --- a/interfaces/RetrieveVersionData.html +++ b/interfaces/RetrieveVersionData.html @@ -1,3 +1,3 @@ -RetrieveVersionData | @salesforce/source-deploy-retrieve

Hierarchy

  • RetrieveVersionData

Properties

apiVersion +RetrieveVersionData | @salesforce/source-deploy-retrieve
\ No newline at end of file +

Properties

apiVersion: string
manifestVersion: string
\ No newline at end of file diff --git a/interfaces/RunTestResult.html b/interfaces/RunTestResult.html index de9eff3c86..675e48dbce 100644 --- a/interfaces/RunTestResult.html +++ b/interfaces/RunTestResult.html @@ -1,8 +1,8 @@ -RunTestResult | @salesforce/source-deploy-retrieve

Hierarchy

  • RunTestResult

Properties

codeCoverage? +RunTestResult | @salesforce/source-deploy-retrieve
\ No newline at end of file +

Properties

codeCoverage?: CodeCoverage | CodeCoverage[]
codeCoverageWarnings?: CodeCoverageWarnings | CodeCoverageWarnings[]
failures?: Failures | Failures[]
numFailures: string
numTestsRun: string
successes?: Successes | Successes[]
totalTime: string
\ No newline at end of file diff --git a/interfaces/ScopedPostDeploy.html b/interfaces/ScopedPostDeploy.html index 126744fdfd..316b3f84fd 100644 --- a/interfaces/ScopedPostDeploy.html +++ b/interfaces/ScopedPostDeploy.html @@ -1,4 +1,4 @@ ScopedPostDeploy | @salesforce/source-deploy-retrieve

register a listener to scopedPostDeploy

-

Hierarchy

  • ScopedPostDeploy

Properties

Hierarchy

  • ScopedPostDeploy

Properties

Properties

deployResult: DeployResult
orgId: string
\ No newline at end of file +

Properties

deployResult: DeployResult
orgId: string
\ No newline at end of file diff --git a/interfaces/ScopedPostRetrieve.html b/interfaces/ScopedPostRetrieve.html index c7db81ee5b..2e012528db 100644 --- a/interfaces/ScopedPostRetrieve.html +++ b/interfaces/ScopedPostRetrieve.html @@ -1,4 +1,4 @@ ScopedPostRetrieve | @salesforce/source-deploy-retrieve

register a listener to scopedPostRetrieve

-

Hierarchy

  • ScopedPostRetrieve

Properties

Hierarchy

  • ScopedPostRetrieve

Properties

Properties

orgId: string
retrieveResult: RetrieveResult
\ No newline at end of file +

Properties

orgId: string
retrieveResult: RetrieveResult
\ No newline at end of file diff --git a/interfaces/ScopedPreDeploy.html b/interfaces/ScopedPreDeploy.html index 86e0333a80..34c6b2df1f 100644 --- a/interfaces/ScopedPreDeploy.html +++ b/interfaces/ScopedPreDeploy.html @@ -1,4 +1,4 @@ ScopedPreDeploy | @salesforce/source-deploy-retrieve

register a listener to scopedPreDeploy

-

Hierarchy

  • ScopedPreDeploy

Properties

Hierarchy

  • ScopedPreDeploy

Properties

Properties

componentSet: ComponentSet
orgId: string
\ No newline at end of file +

Properties

componentSet: ComponentSet
orgId: string
\ No newline at end of file diff --git a/interfaces/ScopedPreRetrieve.html b/interfaces/ScopedPreRetrieve.html index 03bbe7e60d..efd826cf77 100644 --- a/interfaces/ScopedPreRetrieve.html +++ b/interfaces/ScopedPreRetrieve.html @@ -1,4 +1,4 @@ ScopedPreRetrieve | @salesforce/source-deploy-retrieve

register a listener to scopedPreRetrieve

-

Hierarchy

  • ScopedPreRetrieve

Properties

Hierarchy

  • ScopedPreRetrieve

Properties

Properties

componentSet: ComponentSet
orgId: string
\ No newline at end of file +

Properties

componentSet: ComponentSet
orgId: string
\ No newline at end of file diff --git a/interfaces/SourceAdapter.html b/interfaces/SourceAdapter.html index d51b96f951..614fdd1e6f 100644 --- a/interfaces/SourceAdapter.html +++ b/interfaces/SourceAdapter.html @@ -1,8 +1,8 @@ SourceAdapter | @salesforce/source-deploy-retrieve

Infers the source format structure of a metadata component when given a file path.

-

Hierarchy

  • SourceAdapter

Methods

Hierarchy

  • SourceAdapter

Methods

  • Whether the adapter allows content-only metadata definitions.

    -

    Returns boolean

  • Create a metadata component object from a file path.

    Parameters

    • fsPath: string

      Path to resolve

    • Optional isResolvingSource: boolean

      Whether the path to resolve is a single file

      -

    Returns undefined | SourceComponent

\ No newline at end of file +

Returns undefined | SourceComponent

\ No newline at end of file diff --git a/interfaces/Successes.html b/interfaces/Successes.html index b120cf7d44..a1ddf09344 100644 --- a/interfaces/Successes.html +++ b/interfaces/Successes.html @@ -1,5 +1,5 @@ -Successes | @salesforce/source-deploy-retrieve

Hierarchy

  • Successes

Properties

id +Successes | @salesforce/source-deploy-retrieve
\ No newline at end of file +

Properties

id: string
methodName: string
name: string
time: string
\ No newline at end of file diff --git a/interfaces/TreeOptions.html b/interfaces/TreeOptions.html index cac5d6807b..760c0fb26f 100644 --- a/interfaces/TreeOptions.html +++ b/interfaces/TreeOptions.html @@ -1,2 +1,2 @@ -TreeOptions | @salesforce/source-deploy-retrieve

Hierarchy

  • TreeOptions

Properties

Properties

\ No newline at end of file +TreeOptions | @salesforce/source-deploy-retrieve

Hierarchy

  • TreeOptions

Properties

Properties

\ No newline at end of file diff --git a/types/ComponentDeployment.html b/types/ComponentDeployment.html index 0c337a9ece..19e2f9d9e3 100644 --- a/types/ComponentDeployment.html +++ b/types/ComponentDeployment.html @@ -1 +1 @@ -ComponentDeployment | @salesforce/source-deploy-retrieve
ComponentDeployment: {
    component: SourceComponent;
    diagnostics: ComponentDiagnostic[];
    id?: string;
    status: ComponentStatus;
}

Type declaration

\ No newline at end of file +ComponentDeployment | @salesforce/source-deploy-retrieve
ComponentDeployment: {
    component: SourceComponent;
    diagnostics: ComponentDiagnostic[];
    id?: string;
    status: ComponentStatus;
}

Type declaration

\ No newline at end of file diff --git a/types/ComponentDiagnostic.html b/types/ComponentDiagnostic.html index c5c5c87253..8f811f9a7f 100644 --- a/types/ComponentDiagnostic.html +++ b/types/ComponentDiagnostic.html @@ -1 +1 @@ -ComponentDiagnostic | @salesforce/source-deploy-retrieve
ComponentDiagnostic: {
    columnNumber?: number;
    error: string;
    filePath?: SourcePath;
    lineNumber?: number;
    problemType: "Warning" | "Error";
}

Type declaration

  • Optional columnNumber?: number
  • error: string
  • Optional filePath?: SourcePath
  • Optional lineNumber?: number
  • problemType: "Warning" | "Error"
\ No newline at end of file +ComponentDiagnostic | @salesforce/source-deploy-retrieve
ComponentDiagnostic: {
    columnNumber?: number;
    error: string;
    filePath?: SourcePath;
    lineNumber?: number;
    problemType: "Warning" | "Error";
}

Type declaration

  • Optional columnNumber?: number
  • error: string
  • Optional filePath?: SourcePath
  • Optional lineNumber?: number
  • problemType: "Warning" | "Error"
\ No newline at end of file diff --git a/types/ComponentLike.html b/types/ComponentLike.html index e3aed90f35..2a9b671976 100644 --- a/types/ComponentLike.html +++ b/types/ComponentLike.html @@ -1 +1 @@ -ComponentLike | @salesforce/source-deploy-retrieve
\ No newline at end of file +ComponentLike | @salesforce/source-deploy-retrieve
\ No newline at end of file diff --git a/types/ComponentRetrieval.html b/types/ComponentRetrieval.html index a15364a7b9..0aa3416245 100644 --- a/types/ComponentRetrieval.html +++ b/types/ComponentRetrieval.html @@ -1 +1 @@ -ComponentRetrieval | @salesforce/source-deploy-retrieve
ComponentRetrieval: {
    component: SourceComponent;
    diagnostics?: ComponentDiagnostic;
    status?: RequestStatus;
}

Type declaration

\ No newline at end of file +ComponentRetrieval | @salesforce/source-deploy-retrieve
ComponentRetrieval: {
    component: SourceComponent;
    diagnostics?: ComponentDiagnostic;
    status?: RequestStatus;
}

Type declaration

\ No newline at end of file diff --git a/types/ComponentSetOptions.html b/types/ComponentSetOptions.html index 12660af2b9..34fad460cd 100644 --- a/types/ComponentSetOptions.html +++ b/types/ComponentSetOptions.html @@ -1 +1 @@ -ComponentSetOptions | @salesforce/source-deploy-retrieve
ComponentSetOptions: {
    apiversion?: string;
    manifest?: ManifestOption;
    metadata?: MetadataOption;
    org?: OrgOption;
    packagenames?: string[];
    sourceapiversion?: string;
    sourcepath?: string[];
}

Type declaration

  • Optional apiversion?: string
  • Optional manifest?: ManifestOption
  • Optional metadata?: MetadataOption
  • Optional org?: OrgOption
  • Optional packagenames?: string[]
  • Optional sourceapiversion?: string
  • Optional sourcepath?: string[]
\ No newline at end of file +ComponentSetOptions | @salesforce/source-deploy-retrieve
ComponentSetOptions: {
    apiversion?: string;
    manifest?: ManifestOption;
    metadata?: MetadataOption;
    org?: OrgOption;
    packagenames?: string[];
    sourceapiversion?: string;
    sourcepath?: string[];
}

Type declaration

  • Optional apiversion?: string
  • Optional manifest?: ManifestOption
  • Optional metadata?: MetadataOption
  • Optional org?: OrgOption
  • Optional packagenames?: string[]
  • Optional sourceapiversion?: string
  • Optional sourcepath?: string[]
\ No newline at end of file diff --git a/types/ConvertOutputConfig.html b/types/ConvertOutputConfig.html index 42f54170dd..2feb038c29 100644 --- a/types/ConvertOutputConfig.html +++ b/types/ConvertOutputConfig.html @@ -1 +1 @@ -ConvertOutputConfig | @salesforce/source-deploy-retrieve
ConvertOutputConfig: DirectoryConfig | ZipConfig | MergeConfig
\ No newline at end of file +ConvertOutputConfig | @salesforce/source-deploy-retrieve
ConvertOutputConfig: DirectoryConfig | ZipConfig | MergeConfig
\ No newline at end of file diff --git a/types/ConvertResult.html b/types/ConvertResult.html index 982be1ff26..368d006b17 100644 --- a/types/ConvertResult.html +++ b/types/ConvertResult.html @@ -1,4 +1,4 @@ ConvertResult | @salesforce/source-deploy-retrieve
ConvertResult: {
    converted?: SourceComponent[];
    packagePath?: SourcePath;
    zipBuffer?: Buffer;
}

Type declaration

  • Optional converted?: SourceComponent[]

    Converted source components. Not set if archiving the package.

  • Optional packagePath?: SourcePath

    Location of converted package. Undefined if outputDirectory is omitted from output config.

  • Optional zipBuffer?: Buffer

    Buffer of converted package. Undefined if outputDirectory is omitted from zip output config.

    -
\ No newline at end of file +
\ No newline at end of file diff --git a/types/DeployDetails.html b/types/DeployDetails.html index a3565e5d77..a1ef70d7b1 100644 --- a/types/DeployDetails.html +++ b/types/DeployDetails.html @@ -1 +1 @@ -DeployDetails | @salesforce/source-deploy-retrieve
DeployDetails: {
    componentFailures?: DeployMessage | DeployMessage[];
    componentSuccesses?: DeployMessage | DeployMessage[];
    runTestResult?: RunTestResult;
}

Type declaration

\ No newline at end of file +DeployDetails | @salesforce/source-deploy-retrieve
DeployDetails: {
    componentFailures?: DeployMessage | DeployMessage[];
    componentSuccesses?: DeployMessage | DeployMessage[];
    runTestResult?: RunTestResult;
}

Type declaration

\ No newline at end of file diff --git a/types/DeployMessage.html b/types/DeployMessage.html index 7b2ab6a2ec..df411ca119 100644 --- a/types/DeployMessage.html +++ b/types/DeployMessage.html @@ -1 +1 @@ -DeployMessage | @salesforce/source-deploy-retrieve
DeployMessage: {
    changed: BooleanString;
    columnNumber?: string;
    componentType?: string;
    created: BooleanString;
    createdDate: string;
    deleted: BooleanString;
    fileName: string;
    fullName: string;
    id?: string;
    lineNumber?: string;
    problem?: string;
    problemType?: "Warning" | "Error";
    success: BooleanString;
}

Type declaration

  • changed: BooleanString
  • Optional columnNumber?: string
  • Optional componentType?: string
  • created: BooleanString
  • createdDate: string
  • deleted: BooleanString
  • fileName: string
  • fullName: string
  • Optional id?: string
  • Optional lineNumber?: string
  • Optional problem?: string
  • Optional problemType?: "Warning" | "Error"
  • success: BooleanString
\ No newline at end of file +DeployMessage | @salesforce/source-deploy-retrieve
DeployMessage: {
    changed: BooleanString;
    columnNumber?: string;
    componentType?: string;
    created: BooleanString;
    createdDate: string;
    deleted: BooleanString;
    fileName: string;
    fullName: string;
    id?: string;
    lineNumber?: string;
    problem?: string;
    problemType?: "Warning" | "Error";
    success: BooleanString;
}

Type declaration

  • changed: BooleanString
  • Optional columnNumber?: string
  • Optional componentType?: string
  • created: BooleanString
  • createdDate: string
  • deleted: BooleanString
  • fileName: string
  • fullName: string
  • Optional id?: string
  • Optional lineNumber?: string
  • Optional problem?: string
  • Optional problemType?: "Warning" | "Error"
  • success: BooleanString
\ No newline at end of file diff --git a/types/DeploySetOptions.html b/types/DeploySetOptions.html index ac137b12e5..b2c1ace027 100644 --- a/types/DeploySetOptions.html +++ b/types/DeploySetOptions.html @@ -1 +1 @@ -DeploySetOptions | @salesforce/source-deploy-retrieve
DeploySetOptions: Omit<MetadataApiDeployOptions, "components">
\ No newline at end of file +DeploySetOptions | @salesforce/source-deploy-retrieve
DeploySetOptions: Omit<MetadataApiDeployOptions, "components">
\ No newline at end of file diff --git a/types/DirectoryConfig.html b/types/DirectoryConfig.html index de1585fb79..29acfb6c17 100644 --- a/types/DirectoryConfig.html +++ b/types/DirectoryConfig.html @@ -1,2 +1,2 @@ DirectoryConfig | @salesforce/source-deploy-retrieve
DirectoryConfig: PackageName & UniqueOutputDir & {
    outputDirectory: SourcePath;
    type: "directory";
}

Type declaration

  • outputDirectory: SourcePath

    Directory path to output the converted package to.

    -
  • type: "directory"
\ No newline at end of file +
  • type: "directory"
  • \ No newline at end of file diff --git a/types/FileProperties.html b/types/FileProperties.html index 4571315aaa..aba48115ab 100644 --- a/types/FileProperties.html +++ b/types/FileProperties.html @@ -1 +1 @@ -FileProperties | @salesforce/source-deploy-retrieve
    FileProperties: {
        createdById: string;
        createdByName: string;
        createdDate: string;
        fileName: string;
        fullName: string;
        id: string;
        lastModifiedById: string;
        lastModifiedByName: string;
        lastModifiedDate: string;
        manageableState?: ManageableState;
        namespacePrefix?: string;
        type: string;
    }

    Type declaration

    • createdById: string
    • createdByName: string
    • createdDate: string
    • fileName: string
    • fullName: string
    • id: string
    • lastModifiedById: string
    • lastModifiedByName: string
    • lastModifiedDate: string
    • Optional manageableState?: ManageableState
    • Optional namespacePrefix?: string
    • type: string
    \ No newline at end of file +FileProperties | @salesforce/source-deploy-retrieve
    FileProperties: {
        createdById: string;
        createdByName: string;
        createdDate: string;
        fileName: string;
        fullName: string;
        id: string;
        lastModifiedById: string;
        lastModifiedByName: string;
        lastModifiedDate: string;
        manageableState?: ManageableState;
        namespacePrefix?: string;
        type: string;
    }

    Type declaration

    • createdById: string
    • createdByName: string
    • createdDate: string
    • fileName: string
    • fullName: string
    • id: string
    • lastModifiedById: string
    • lastModifiedByName: string
    • lastModifiedDate: string
    • Optional manageableState?: ManageableState
    • Optional namespacePrefix?: string
    • type: string
    \ No newline at end of file diff --git a/types/FileResponse.html b/types/FileResponse.html index a0faf99852..f36698fda4 100644 --- a/types/FileResponse.html +++ b/types/FileResponse.html @@ -1 +1 @@ -FileResponse | @salesforce/source-deploy-retrieve
    \ No newline at end of file +FileResponse | @salesforce/source-deploy-retrieve
    \ No newline at end of file diff --git a/types/MergeConfig.html b/types/MergeConfig.html index 9ec1d6ea4e..7296aa0bba 100644 --- a/types/MergeConfig.html +++ b/types/MergeConfig.html @@ -1,3 +1,3 @@ MergeConfig | @salesforce/source-deploy-retrieve
    MergeConfig: {
        defaultDirectory: SourcePath;
        forceIgnoredPaths?: Set<string>;
        mergeWith: Iterable<SourceComponent>;
        type: "merge";
    }

    Type declaration

    • defaultDirectory: SourcePath

      Location to store components that aren't merged.

    • Optional forceIgnoredPaths?: Set<string>
    • mergeWith: Iterable<SourceComponent>

      Existing components to merge and replace the converted components with.

      -
    • type: "merge"
    \ No newline at end of file +
  • type: "merge"
  • \ No newline at end of file diff --git a/types/MetadataApiRetrieveOptions.html b/types/MetadataApiRetrieveOptions.html index 807e1f20d4..3dd07764d6 100644 --- a/types/MetadataApiRetrieveOptions.html +++ b/types/MetadataApiRetrieveOptions.html @@ -1 +1 @@ -MetadataApiRetrieveOptions | @salesforce/source-deploy-retrieve
    MetadataApiRetrieveOptions: MetadataTransferOptions & RetrieveOptions & {
        registry?: RegistryAccess;
    }

    Type declaration

    \ No newline at end of file +MetadataApiRetrieveOptions | @salesforce/source-deploy-retrieve
    MetadataApiRetrieveOptions: MetadataTransferOptions & RetrieveOptions & {
        registry?: RegistryAccess;
    }

    Type declaration

    \ No newline at end of file diff --git a/types/MetadataXml.html b/types/MetadataXml.html index 69b8f5f7aa..b717fd18af 100644 --- a/types/MetadataXml.html +++ b/types/MetadataXml.html @@ -1,2 +1,2 @@ MetadataXml | @salesforce/source-deploy-retrieve
    MetadataXml: {
        fullName: string;
        path: SourcePath;
        suffix?: string;
    }

    Properties of a metadata xml's file name

    -

    Type declaration

    • fullName: string
    • path: SourcePath
    • Optional suffix?: string
    \ No newline at end of file +

    Type declaration

    \ No newline at end of file diff --git a/types/PackageOptions.html b/types/PackageOptions.html index 7c2d2ed39b..e5382059ad 100644 --- a/types/PackageOptions.html +++ b/types/PackageOptions.html @@ -1 +1 @@ -PackageOptions | @salesforce/source-deploy-retrieve
    PackageOptions: string[] | PackageOption[]
    \ No newline at end of file +PackageOptions | @salesforce/source-deploy-retrieve
    PackageOptions: string[] | PackageOption[]
    \ No newline at end of file diff --git a/types/RetrieveFailure.html b/types/RetrieveFailure.html index 84096c131a..4d29696c97 100644 --- a/types/RetrieveFailure.html +++ b/types/RetrieveFailure.html @@ -1 +1 @@ -RetrieveFailure | @salesforce/source-deploy-retrieve
    RetrieveFailure: {
        component?: MetadataComponent;
        message: string;
    }

    Type declaration

    \ No newline at end of file +RetrieveFailure | @salesforce/source-deploy-retrieve
    RetrieveFailure: {
        component?: MetadataComponent;
        message: string;
    }

    Type declaration

    \ No newline at end of file diff --git a/types/RetrieveMessage.html b/types/RetrieveMessage.html index 710482c90c..d93fa3ee89 100644 --- a/types/RetrieveMessage.html +++ b/types/RetrieveMessage.html @@ -1 +1 @@ -RetrieveMessage | @salesforce/source-deploy-retrieve
    RetrieveMessage: {
        fileName: string;
        problem: string;
    }

    Type declaration

    • fileName: string
    • problem: string
    \ No newline at end of file +RetrieveMessage | @salesforce/source-deploy-retrieve
    RetrieveMessage: {
        fileName: string;
        problem: string;
    }

    Type declaration

    • fileName: string
    • problem: string
    \ No newline at end of file diff --git a/types/RetrieveRequest.html b/types/RetrieveRequest.html index 6d45c75147..2f55f23e9c 100644 --- a/types/RetrieveRequest.html +++ b/types/RetrieveRequest.html @@ -1 +1 @@ -RetrieveRequest | @salesforce/source-deploy-retrieve
    RetrieveRequest: {
        apiVersion: string;
        packageNames?: string[];
        singlePackage?: boolean;
        specificFiles?: string[];
        unpackaged?: {
            types: PackageTypeMembers[];
        };
    }

    Type declaration

    • apiVersion: string
    • Optional packageNames?: string[]
    • Optional singlePackage?: boolean
    • Optional specificFiles?: string[]
    • Optional unpackaged?: {
          types: PackageTypeMembers[];
      }
    \ No newline at end of file +RetrieveRequest | @salesforce/source-deploy-retrieve
    RetrieveRequest: {
        apiVersion: string;
        packageNames?: string[];
        singlePackage?: boolean;
        specificFiles?: string[];
        unpackaged?: {
            types: PackageTypeMembers[];
        };
    }

    Type declaration

    • apiVersion: string
    • Optional packageNames?: string[]
    • Optional singlePackage?: boolean
    • Optional specificFiles?: string[]
    • Optional unpackaged?: {
          types: PackageTypeMembers[];
      }
    \ No newline at end of file diff --git a/types/RetrieveSetOptions.html b/types/RetrieveSetOptions.html index b3aa88f7aa..a7eaaeb995 100644 --- a/types/RetrieveSetOptions.html +++ b/types/RetrieveSetOptions.html @@ -1 +1 @@ -RetrieveSetOptions | @salesforce/source-deploy-retrieve
    RetrieveSetOptions: Omit<MetadataApiRetrieveOptions, "components">
    \ No newline at end of file +RetrieveSetOptions | @salesforce/source-deploy-retrieve
    RetrieveSetOptions: Omit<MetadataApiRetrieveOptions, "components">
    \ No newline at end of file diff --git a/types/RetrieveSuccess.html b/types/RetrieveSuccess.html index 5b292a6214..6e9a851ac5 100644 --- a/types/RetrieveSuccess.html +++ b/types/RetrieveSuccess.html @@ -1 +1 @@ -RetrieveSuccess | @salesforce/source-deploy-retrieve
    RetrieveSuccess: {
        component: SourceComponent;
        properties?: FileProperties;
    }

    Type declaration

    \ No newline at end of file +RetrieveSuccess | @salesforce/source-deploy-retrieve
    RetrieveSuccess: {
        component: SourceComponent;
        properties?: FileProperties;
    }

    Type declaration

    \ No newline at end of file diff --git a/types/SfdxFileFormat.html b/types/SfdxFileFormat.html index 1b875d197c..f4a0636c00 100644 --- a/types/SfdxFileFormat.html +++ b/types/SfdxFileFormat.html @@ -1,4 +1,4 @@ SfdxFileFormat | @salesforce/source-deploy-retrieve
    SfdxFileFormat: "metadata" | "source"

    The file format for a set of metadata components.

    metadata - Structure for use with the metadata api.

    source - Friendly for local editing and committing files to source control.

    -
    \ No newline at end of file +
    \ No newline at end of file diff --git a/types/SourcePath.html b/types/SourcePath.html index 9485e3fce7..388a61cdc5 100644 --- a/types/SourcePath.html +++ b/types/SourcePath.html @@ -1,2 +1,2 @@ SourcePath | @salesforce/source-deploy-retrieve
    SourcePath: string

    File system path to a source file of a metadata component.

    -
    \ No newline at end of file +
    \ No newline at end of file diff --git a/types/VirtualDirectory.html b/types/VirtualDirectory.html index 8dddc014de..a5cd969286 100644 --- a/types/VirtualDirectory.html +++ b/types/VirtualDirectory.html @@ -1 +1 @@ -VirtualDirectory | @salesforce/source-deploy-retrieve
    VirtualDirectory: {
        children: (VirtualFile | string)[];
        dirPath: SourcePath;
    }

    Type declaration

    \ No newline at end of file +VirtualDirectory | @salesforce/source-deploy-retrieve
    VirtualDirectory: {
        children: (VirtualFile | string)[];
        dirPath: SourcePath;
    }

    Type declaration

    \ No newline at end of file diff --git a/types/VirtualFile.html b/types/VirtualFile.html index e86e269231..0f65d45346 100644 --- a/types/VirtualFile.html +++ b/types/VirtualFile.html @@ -1 +1 @@ -VirtualFile | @salesforce/source-deploy-retrieve
    VirtualFile: {
        data?: Buffer;
        name: string;
    }

    Type declaration

    • Optional data?: Buffer
    • name: string
    \ No newline at end of file +VirtualFile | @salesforce/source-deploy-retrieve
    VirtualFile: {
        data?: Buffer;
        name: string;
    }

    Type declaration

    • Optional data?: Buffer
    • name: string
    \ No newline at end of file diff --git a/types/WriteInfo.html b/types/WriteInfo.html index a2bf5885a7..76c4080439 100644 --- a/types/WriteInfo.html +++ b/types/WriteInfo.html @@ -1 +1 @@ -WriteInfo | @salesforce/source-deploy-retrieve
    WriteInfo: {
        output: SourcePath;
        source: Readable;
    }

    Type declaration

    \ No newline at end of file +WriteInfo | @salesforce/source-deploy-retrieve
    WriteInfo: {
        output: SourcePath;
        source: Readable;
    }

    Type declaration

    \ No newline at end of file diff --git a/types/WriterFormat.html b/types/WriterFormat.html index 9b8f6a74a9..4435560d23 100644 --- a/types/WriterFormat.html +++ b/types/WriterFormat.html @@ -1 +1 @@ -WriterFormat | @salesforce/source-deploy-retrieve
    WriterFormat: {
        component: MetadataComponent;
        writeInfos: WriteInfo[];
    }

    Type declaration

    \ No newline at end of file +WriterFormat | @salesforce/source-deploy-retrieve
    WriterFormat: {
        component: MetadataComponent;
        writeInfos: WriteInfo[];
    }

    Type declaration

    \ No newline at end of file diff --git a/types/ZipConfig.html b/types/ZipConfig.html index 6507c95cc0..4cf59ae574 100644 --- a/types/ZipConfig.html +++ b/types/ZipConfig.html @@ -1,2 +1,2 @@ ZipConfig | @salesforce/source-deploy-retrieve
    ZipConfig: PackageName & UniqueOutputDir & {
        outputDirectory?: SourcePath;
        type: "zip";
    }

    Type declaration

    • Optional outputDirectory?: SourcePath

      Directory path to output the zip package to.

      -
    • type: "zip"
    \ No newline at end of file +
  • type: "zip"
  • \ No newline at end of file diff --git a/variables/registry.html b/variables/registry.html index 1fe1f248dd..60145dc2e6 100644 --- a/variables/registry.html +++ b/variables/registry.html @@ -1,2 +1,2 @@ registry | @salesforce/source-deploy-retrieve
    registry: MetadataRegistry = ...

    The default metadata registry.

    -
    \ No newline at end of file +
    \ No newline at end of file