@salesforce/lds-adapters-cms-authoring 1.418.0 → 1.419.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/dist/es/es2018/cms-authoring.js +66 -178
- package/dist/es/es2018/types/src/generated/adapters/createManagedContent.d.ts +0 -1
- package/dist/es/es2018/types/src/generated/adapters/replaceManagedContentVariant.d.ts +0 -1
- package/dist/es/es2018/types/src/generated/resources/postConnectCmsContents.d.ts +0 -3
- package/dist/es/es2018/types/src/generated/resources/putConnectCmsContentsVariantsByVariantId.d.ts +0 -3
- package/dist/es/es2018/types/src/generated/types/ManagedContentDocumentRepresentation.d.ts +1 -5
- package/dist/es/es2018/types/src/generated/types/ManagedContentVariantRepresentation.d.ts +1 -8
- package/package.json +4 -4
- package/sfdc/index.js +57 -169
- package/src/raml/api.raml +0 -70
- package/src/raml/luvio.raml +6 -12
- package/dist/es/es2018/types/src/generated/types/ManagedContentErrorRepresentation.d.ts +0 -32
- package/dist/es/es2018/types/src/generated/types/ManagedContentSchemaValidationErrorBlockSummaryRepresentation.d.ts +0 -31
- package/dist/es/es2018/types/src/generated/types/ManagedContentSchemaValidationErrorRepresentation.d.ts +0 -35
package/src/raml/api.raml
CHANGED
|
@@ -1013,39 +1013,6 @@ types:
|
|
|
1013
1013
|
total:
|
|
1014
1014
|
description: Total number of managed content documents.
|
|
1015
1015
|
type: integer
|
|
1016
|
-
ManagedContentSchemaValidationErrorBlockSummaryRepresentation:
|
|
1017
|
-
description: Summary of the error block
|
|
1018
|
-
type: object
|
|
1019
|
-
properties:
|
|
1020
|
-
blockId:
|
|
1021
|
-
description: Id of the block
|
|
1022
|
-
type: string
|
|
1023
|
-
blockLabel:
|
|
1024
|
-
description: Label of the block
|
|
1025
|
-
type: string
|
|
1026
|
-
ManagedContentSchemaValidationErrorRepresentation:
|
|
1027
|
-
description: Representation of validation errors for Managed Content Schema
|
|
1028
|
-
type: object
|
|
1029
|
-
properties:
|
|
1030
|
-
message:
|
|
1031
|
-
description: Error message
|
|
1032
|
-
type: string
|
|
1033
|
-
propertyPath:
|
|
1034
|
-
description: Path of the property
|
|
1035
|
-
type: string
|
|
1036
|
-
block:
|
|
1037
|
-
description: Error Block Summary Reperesentation
|
|
1038
|
-
type: ManagedContentSchemaValidationErrorBlockSummaryRepresentation
|
|
1039
|
-
ManagedContentErrorRepresentation:
|
|
1040
|
-
description: Details about the error.
|
|
1041
|
-
type: object
|
|
1042
|
-
properties:
|
|
1043
|
-
errorCode:
|
|
1044
|
-
description: Error code of the error
|
|
1045
|
-
type: string
|
|
1046
|
-
errorMessage:
|
|
1047
|
-
description: Error Message details
|
|
1048
|
-
type: ManagedContentSchemaValidationErrorRepresentation
|
|
1049
1016
|
ManagedContentDocumentRepresentation:
|
|
1050
1017
|
description: Information about a managed content in authoring space.
|
|
1051
1018
|
type: object
|
|
@@ -1117,12 +1084,6 @@ types:
|
|
|
1117
1084
|
variantVersion:
|
|
1118
1085
|
description: The variant version number of the managed content.
|
|
1119
1086
|
type: string | nil
|
|
1120
|
-
errors:
|
|
1121
|
-
description: The list of errors.
|
|
1122
|
-
type: array
|
|
1123
|
-
items:
|
|
1124
|
-
type: ManagedContentErrorRepresentation
|
|
1125
|
-
required: false
|
|
1126
1087
|
ManagedContentSingleItemDocumentRepresentation:
|
|
1127
1088
|
description: Information about a managed content in authoring space.
|
|
1128
1089
|
type: object
|
|
@@ -3383,19 +3344,6 @@ types:
|
|
|
3383
3344
|
urlName:
|
|
3384
3345
|
description: The content url name of the managed content.
|
|
3385
3346
|
type: string
|
|
3386
|
-
errors:
|
|
3387
|
-
description: List of errors
|
|
3388
|
-
type: array
|
|
3389
|
-
items:
|
|
3390
|
-
type: ManagedContentErrorRepresentation
|
|
3391
|
-
required: false
|
|
3392
|
-
validationStatus:
|
|
3393
|
-
description: Status of the validation
|
|
3394
|
-
type: string
|
|
3395
|
-
enum:
|
|
3396
|
-
- Valid
|
|
3397
|
-
- Invalid
|
|
3398
|
-
required: false
|
|
3399
3347
|
ManagedContentVariantUpdateInputWrapperRepresentation: # TODO Hand-rolled W-8334626
|
|
3400
3348
|
description: wrapper for Input required for replacing variant
|
|
3401
3349
|
type: object
|
|
@@ -4900,15 +4848,6 @@ types:
|
|
|
4900
4848
|
type: ManagedContentInputWrapperRepresentation
|
|
4901
4849
|
#required: false # TODO hand rolled. W-9275477
|
|
4902
4850
|
(oas-body-name): ManagedContentInputParam
|
|
4903
|
-
queryParameters:
|
|
4904
|
-
saveMode:
|
|
4905
|
-
description: Save mode to control how content is validated and saved.
|
|
4906
|
-
type: string
|
|
4907
|
-
enum:
|
|
4908
|
-
- Strict
|
|
4909
|
-
- Soft
|
|
4910
|
-
- Skip
|
|
4911
|
-
required: false
|
|
4912
4851
|
/publish:
|
|
4913
4852
|
post:
|
|
4914
4853
|
description: Publish content to specified channels
|
|
@@ -4975,15 +4914,6 @@ types:
|
|
|
4975
4914
|
type: ManagedContentVariantUpdateInputWrapperRepresentation
|
|
4976
4915
|
#required: false # TODO hand rolled. W-9275477
|
|
4977
4916
|
(oas-body-name): ManagedContentVariantInputParam
|
|
4978
|
-
queryParameters:
|
|
4979
|
-
saveMode:
|
|
4980
|
-
description: Save mode to control how content is validated and saved.
|
|
4981
|
-
type: string
|
|
4982
|
-
enum:
|
|
4983
|
-
- Strict
|
|
4984
|
-
- Soft
|
|
4985
|
-
- Skip
|
|
4986
|
-
required: false
|
|
4987
4917
|
uriParameters:
|
|
4988
4918
|
variantId:
|
|
4989
4919
|
type: string
|
package/src/raml/luvio.raml
CHANGED
|
@@ -385,8 +385,7 @@ types:
|
|
|
385
385
|
"body":"test body",
|
|
386
386
|
"excerpt":"test excerpt"
|
|
387
387
|
}
|
|
388
|
-
}
|
|
389
|
-
"saveMode": "Soft"
|
|
388
|
+
}
|
|
390
389
|
}
|
|
391
390
|
- |
|
|
392
391
|
{
|
|
@@ -399,8 +398,7 @@ types:
|
|
|
399
398
|
"body":"test body",
|
|
400
399
|
"excerpt":"test excerpt"
|
|
401
400
|
}
|
|
402
|
-
}
|
|
403
|
-
"saveMode": "Soft"
|
|
401
|
+
}
|
|
404
402
|
}
|
|
405
403
|
- |
|
|
406
404
|
{
|
|
@@ -413,8 +411,7 @@ types:
|
|
|
413
411
|
"body":"test body",
|
|
414
412
|
"excerpt":"test excerpt"
|
|
415
413
|
}
|
|
416
|
-
}
|
|
417
|
-
"saveMode": "Soft"
|
|
414
|
+
}
|
|
418
415
|
}
|
|
419
416
|
- |
|
|
420
417
|
{
|
|
@@ -433,8 +430,7 @@ types:
|
|
|
433
430
|
},
|
|
434
431
|
"title": "imageContent",
|
|
435
432
|
"externalId":"EXT123456"
|
|
436
|
-
}
|
|
437
|
-
"saveMode": "Soft"
|
|
433
|
+
}
|
|
438
434
|
}
|
|
439
435
|
- |
|
|
440
436
|
{
|
|
@@ -457,8 +453,7 @@ types:
|
|
|
457
453
|
"providerInstanceId":"1QXxx0000004C92CAI",
|
|
458
454
|
"sourceContext":"DigitalAssetManagerProvider"
|
|
459
455
|
}
|
|
460
|
-
}
|
|
461
|
-
"saveMode": "Soft"
|
|
456
|
+
}
|
|
462
457
|
}
|
|
463
458
|
invalidConfigs:
|
|
464
459
|
- |
|
|
@@ -691,8 +686,7 @@ types:
|
|
|
691
686
|
"body":"test body",
|
|
692
687
|
"excerpt":"test excerpt"
|
|
693
688
|
}
|
|
694
|
-
}
|
|
695
|
-
"saveMode": "Soft"
|
|
689
|
+
}
|
|
696
690
|
}
|
|
697
691
|
invalidConfigs:
|
|
698
692
|
- |
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
import { ManagedContentSchemaValidationErrorRepresentation as ManagedContentSchemaValidationErrorRepresentation_ManagedContentSchemaValidationErrorRepresentation } from './ManagedContentSchemaValidationErrorRepresentation';
|
|
2
|
-
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';
|
|
3
|
-
export declare const VERSION = "cfa42ba1810b090e95061f37b338348f";
|
|
4
|
-
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
-
export declare const RepresentationType: string;
|
|
6
|
-
export declare function normalize(input: ManagedContentErrorRepresentation, existing: ManagedContentErrorRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ManagedContentErrorRepresentationNormalized;
|
|
7
|
-
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
-
export declare function equals(existing: ManagedContentErrorRepresentationNormalized, incoming: ManagedContentErrorRepresentationNormalized): boolean;
|
|
9
|
-
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
-
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ManagedContentErrorRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
-
/**
|
|
12
|
-
* Details about the error.
|
|
13
|
-
*
|
|
14
|
-
* Keys:
|
|
15
|
-
* (none)
|
|
16
|
-
*/
|
|
17
|
-
export interface ManagedContentErrorRepresentationNormalized {
|
|
18
|
-
/** Error code of the error */
|
|
19
|
-
errorCode: string;
|
|
20
|
-
/** Error Message details */
|
|
21
|
-
errorMessage: ManagedContentSchemaValidationErrorRepresentation_ManagedContentSchemaValidationErrorRepresentation;
|
|
22
|
-
}
|
|
23
|
-
/**
|
|
24
|
-
* Details about the error.
|
|
25
|
-
*
|
|
26
|
-
* Keys:
|
|
27
|
-
* (none)
|
|
28
|
-
*/
|
|
29
|
-
export interface ManagedContentErrorRepresentation {
|
|
30
|
-
errorCode: string;
|
|
31
|
-
errorMessage: ManagedContentSchemaValidationErrorRepresentation_ManagedContentSchemaValidationErrorRepresentation;
|
|
32
|
-
}
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
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';
|
|
2
|
-
export declare const VERSION = "f98c7d2a82a5de0ac470784f5e57e43a";
|
|
3
|
-
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
-
export declare const RepresentationType: string;
|
|
5
|
-
export declare function normalize(input: ManagedContentSchemaValidationErrorBlockSummaryRepresentation, existing: ManagedContentSchemaValidationErrorBlockSummaryRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ManagedContentSchemaValidationErrorBlockSummaryRepresentationNormalized;
|
|
6
|
-
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
-
export declare function equals(existing: ManagedContentSchemaValidationErrorBlockSummaryRepresentationNormalized, incoming: ManagedContentSchemaValidationErrorBlockSummaryRepresentationNormalized): boolean;
|
|
8
|
-
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
9
|
-
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ManagedContentSchemaValidationErrorBlockSummaryRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
-
/**
|
|
11
|
-
* Summary of the error block
|
|
12
|
-
*
|
|
13
|
-
* Keys:
|
|
14
|
-
* (none)
|
|
15
|
-
*/
|
|
16
|
-
export interface ManagedContentSchemaValidationErrorBlockSummaryRepresentationNormalized {
|
|
17
|
-
/** Id of the block */
|
|
18
|
-
blockId: string;
|
|
19
|
-
/** Label of the block */
|
|
20
|
-
blockLabel: string;
|
|
21
|
-
}
|
|
22
|
-
/**
|
|
23
|
-
* Summary of the error block
|
|
24
|
-
*
|
|
25
|
-
* Keys:
|
|
26
|
-
* (none)
|
|
27
|
-
*/
|
|
28
|
-
export interface ManagedContentSchemaValidationErrorBlockSummaryRepresentation {
|
|
29
|
-
blockId: string;
|
|
30
|
-
blockLabel: string;
|
|
31
|
-
}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import { ManagedContentSchemaValidationErrorBlockSummaryRepresentation as ManagedContentSchemaValidationErrorBlockSummaryRepresentation_ManagedContentSchemaValidationErrorBlockSummaryRepresentation } from './ManagedContentSchemaValidationErrorBlockSummaryRepresentation';
|
|
2
|
-
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';
|
|
3
|
-
export declare const VERSION = "1a1d7978e1bb9b56a46ee5c39e041e69";
|
|
4
|
-
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
-
export declare const RepresentationType: string;
|
|
6
|
-
export declare function normalize(input: ManagedContentSchemaValidationErrorRepresentation, existing: ManagedContentSchemaValidationErrorRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ManagedContentSchemaValidationErrorRepresentationNormalized;
|
|
7
|
-
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
-
export declare function equals(existing: ManagedContentSchemaValidationErrorRepresentationNormalized, incoming: ManagedContentSchemaValidationErrorRepresentationNormalized): boolean;
|
|
9
|
-
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
-
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ManagedContentSchemaValidationErrorRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
-
/**
|
|
12
|
-
* Representation of validation errors for Managed Content Schema
|
|
13
|
-
*
|
|
14
|
-
* Keys:
|
|
15
|
-
* (none)
|
|
16
|
-
*/
|
|
17
|
-
export interface ManagedContentSchemaValidationErrorRepresentationNormalized {
|
|
18
|
-
/** Error Block Summary Reperesentation */
|
|
19
|
-
block: ManagedContentSchemaValidationErrorBlockSummaryRepresentation_ManagedContentSchemaValidationErrorBlockSummaryRepresentation;
|
|
20
|
-
/** Error message */
|
|
21
|
-
message: string;
|
|
22
|
-
/** Path of the property */
|
|
23
|
-
propertyPath: string;
|
|
24
|
-
}
|
|
25
|
-
/**
|
|
26
|
-
* Representation of validation errors for Managed Content Schema
|
|
27
|
-
*
|
|
28
|
-
* Keys:
|
|
29
|
-
* (none)
|
|
30
|
-
*/
|
|
31
|
-
export interface ManagedContentSchemaValidationErrorRepresentation {
|
|
32
|
-
block: ManagedContentSchemaValidationErrorBlockSummaryRepresentation_ManagedContentSchemaValidationErrorBlockSummaryRepresentation;
|
|
33
|
-
message: string;
|
|
34
|
-
propertyPath: string;
|
|
35
|
-
}
|