@salesforce/lds-adapters-cms-type 1.272.0 → 1.273.1

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.
@@ -3,7 +3,7 @@ import { ManagedContentTypeSummaryRepresentation as ManagedContentTypeSummaryRep
3
3
  import { ManagedContentUserSummaryRepresentation as ManagedContentUserSummaryRepresentation_ManagedContentUserSummaryRepresentation } from './ManagedContentUserSummaryRepresentation';
4
4
  import { ManagedContentFolderSummaryRepresentation as ManagedContentFolderSummaryRepresentation_ManagedContentFolderSummaryRepresentation } from './ManagedContentFolderSummaryRepresentation';
5
5
  import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
6
- export declare const VERSION = "ff49d85849c66d57aa492c2975f091db";
6
+ export declare const VERSION = "f94d70b13e2a0f24ecf099944955df3b";
7
7
  export declare function validate(obj: any, path?: string): TypeError | null;
8
8
  export declare const RepresentationType: string;
9
9
  export declare function normalize(input: ManagedContentDocumentRepresentation, existing: ManagedContentDocumentRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ManagedContentDocumentRepresentationNormalized;
@@ -18,6 +18,8 @@ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableSto
18
18
  * (none)
19
19
  */
20
20
  export interface ManagedContentDocumentRepresentationNormalized {
21
+ /** The api name of the managed content. */
22
+ apiName: string | null;
21
23
  /** Body contains fields defined in the managed content type schema of this managed content. */
22
24
  contentBody: {
23
25
  [key: string]: {};
@@ -53,6 +55,7 @@ export interface ManagedContentDocumentRepresentationNormalized {
53
55
  * (none)
54
56
  */
55
57
  export interface ManagedContentDocumentRepresentation {
58
+ apiName: string | null;
56
59
  contentBody: {
57
60
  [key: string]: {};
58
61
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-cms-type",
3
- "version": "1.272.0",
3
+ "version": "1.273.1",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "Wire adapters for cms content type",
6
6
  "main": "dist/es/es2018/cms-type.js",
@@ -43,11 +43,11 @@
43
43
  "test:unit": "jest"
44
44
  },
45
45
  "dependencies": {
46
- "@salesforce/lds-bindings": "^1.272.0"
46
+ "@salesforce/lds-bindings": "^1.273.1"
47
47
  },
48
48
  "devDependencies": {
49
- "@salesforce/lds-compiler-plugins": "^1.272.0",
50
- "@salesforce/lds-karma": "^1.272.0"
49
+ "@salesforce/lds-compiler-plugins": "^1.273.1",
50
+ "@salesforce/lds-karma": "^1.273.1"
51
51
  },
52
52
  "nx": {
53
53
  "targets": {
package/sfdc/index.js CHANGED
@@ -396,4 +396,4 @@ withDefaultLuvio((luvio) => {
396
396
  });
397
397
 
398
398
  export { getContentType, getContentType_imperative };
399
- // version: 1.272.0-579ff1ba0
399
+ // version: 1.273.1-e93c18811
package/src/raml/api.raml CHANGED
@@ -515,6 +515,9 @@ types:
515
515
  description: Information about a managed content in authoring space.
516
516
  type: object
517
517
  properties:
518
+ apiName:
519
+ description: The api name of the managed content.
520
+ type: string | nil
518
521
  contentBody:
519
522
  description: Body contains fields defined in the managed content type schema
520
523
  of this managed content.