@salesforce/lds-adapters-uiapi 1.356.0 → 1.358.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
@@ -6,7 +6,7 @@ version: '63.0'
6
6
  mediaType: application/json
7
7
  protocols:
8
8
  - https
9
- baseUri: /services/data/v64.0
9
+ baseUri: /services/data/v65.0
10
10
  securitySchemes:
11
11
  OAuth2:
12
12
  type: OAuth 2.0
@@ -1652,6 +1652,7 @@ type Analytics__AnalyticsRepresentation implements Analytics__AnalyticsRepresent
1652
1652
  Id: ID!
1653
1653
  ApiName: String!
1654
1654
  NamespacePrefix: StringValue
1655
+ RecordOperations: [StringValue]
1655
1656
  AnalyticsWorkspaces: Analytics__AnalyticsWorkspaceAssetConnection
1656
1657
  }
1657
1658