@salesforce/lds-adapters-analytics-unifiedanalytics 1.400.0 → 1.402.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/src/raml/api.raml CHANGED
@@ -1081,6 +1081,12 @@ types:
1081
1081
  description: Workspace where the DataAsset was created
1082
1082
  type: string
1083
1083
  required: false
1084
+ dataSpaceInfo:
1085
+ description: List of DataSpace Info
1086
+ type: array
1087
+ items:
1088
+ type: DataSpaceInfoRepresentation
1089
+ required: false
1084
1090
  DataAssetRequestCollectionRepresentation:
1085
1091
  description: Collection of Data Asset Requests
1086
1092
  type: object
@@ -1742,6 +1748,17 @@ types:
1742
1748
  description: Workspace id or name of personal org related to the request
1743
1749
  type: string
1744
1750
  required: false
1751
+ packageExportStatus:
1752
+ description: Export status of the promotion metadata package
1753
+ type: string
1754
+ required: false
1755
+ enum:
1756
+ - Accepted
1757
+ - Completed
1758
+ - Failed
1759
+ - Packaging
1760
+ - Ready
1761
+ - Rejected
1745
1762
  DataAssetRequestRepresentation:
1746
1763
  description: Represents a data asset request
1747
1764
  type: object
@@ -1854,6 +1871,35 @@ types:
1854
1871
  workspaceAssetId:
1855
1872
  description: workspaceAssetId in the workspace
1856
1873
  type: string
1874
+ packageExportStatus:
1875
+ description: Export status of the metadata package request
1876
+ type: string | nil
1877
+ enum:
1878
+ - Accepted
1879
+ - Completed
1880
+ - Failed
1881
+ - Packaging
1882
+ - Ready
1883
+ - Rejected
1884
+ packageExportedBy:
1885
+ description: User that last exported the metadata package request
1886
+ type: AnalyticsUserRepresentation | nil
1887
+ packageExportedDate:
1888
+ description: Date and time the metadata package was exported
1889
+ type: string | nil
1890
+ DataSpaceInfoRepresentation:
1891
+ description: DataSpace Info Representation
1892
+ type: object
1893
+ properties:
1894
+ dataSpacePrefix:
1895
+ description: DataSpace prefix.
1896
+ type: string
1897
+ dataSpaceLabel:
1898
+ description: DataSpace label.
1899
+ type: string
1900
+ dataSpaceDeveloperName:
1901
+ description: DataSpace developer name.
1902
+ type: string
1857
1903
  TableauMarketplaceListingInstallationProgressResponse:
1858
1904
  description: Representation of tableau marketplace's listing installation progress
1859
1905
  type: object