@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
|
@@ -7,7 +7,6 @@ export declare const adapterName = "createManagedContent";
|
|
|
7
7
|
export declare const createManagedContent_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
|
|
8
8
|
export declare const createManagedContent_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
9
9
|
export interface CreateManagedContentConfig {
|
|
10
|
-
saveMode?: string;
|
|
11
10
|
ManagedContentInputParam: types_ManagedContentInputRepresentation_ManagedContentInputRepresentation;
|
|
12
11
|
}
|
|
13
12
|
export declare const createResourceParams: (config: CreateManagedContentConfig) => resources_postConnectCmsContents_ResourceRequestConfig;
|
|
@@ -8,7 +8,6 @@ export declare const replaceManagedContentVariant_ConfigPropertyMetadata: $64$lu
|
|
|
8
8
|
export declare const replaceManagedContentVariant_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
9
9
|
export interface ReplaceManagedContentVariantConfig {
|
|
10
10
|
variantId: string;
|
|
11
|
-
saveMode?: string;
|
|
12
11
|
ManagedContentVariantInputParam: types_ManagedContentVariantUpdateInputRepresentation_ManagedContentVariantUpdateInputRepresentation;
|
|
13
12
|
}
|
|
14
13
|
export declare const createResourceParams: (config: ReplaceManagedContentVariantConfig) => resources_putConnectCmsContentsVariantsByVariantId_ResourceRequestConfig;
|
|
@@ -2,9 +2,6 @@ import { ManagedContentInputRepresentation as types_ManagedContentInputRepresent
|
|
|
2
2
|
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, FetchResponse as $64$luvio_engine_FetchResponse, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
|
|
3
3
|
import { ManagedContentDocumentRepresentation as types_ManagedContentDocumentRepresentation_ManagedContentDocumentRepresentation } from '../types/ManagedContentDocumentRepresentation';
|
|
4
4
|
export interface ResourceRequestConfig {
|
|
5
|
-
queryParams: {
|
|
6
|
-
saveMode?: string;
|
|
7
|
-
};
|
|
8
5
|
body: {
|
|
9
6
|
ManagedContentInputParam: types_ManagedContentInputRepresentation_ManagedContentInputRepresentation;
|
|
10
7
|
};
|
package/dist/es/es2018/types/src/generated/resources/putConnectCmsContentsVariantsByVariantId.d.ts
CHANGED
|
@@ -5,9 +5,6 @@ export interface ResourceRequestConfig {
|
|
|
5
5
|
urlParams: {
|
|
6
6
|
variantId: string;
|
|
7
7
|
};
|
|
8
|
-
queryParams: {
|
|
9
|
-
saveMode?: string;
|
|
10
|
-
};
|
|
11
8
|
body: {
|
|
12
9
|
ManagedContentVariantInputParam: types_ManagedContentVariantUpdateInputRepresentation_ManagedContentVariantUpdateInputRepresentation;
|
|
13
10
|
};
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { ManagedContentSpaceSummaryRepresentation as ManagedContentSpaceSummaryRepresentation_ManagedContentSpaceSummaryRepresentation } from './ManagedContentSpaceSummaryRepresentation';
|
|
2
2
|
import { ManagedContentTypeSummaryRepresentation as ManagedContentTypeSummaryRepresentation_ManagedContentTypeSummaryRepresentation } from './ManagedContentTypeSummaryRepresentation';
|
|
3
3
|
import { ManagedContentUserSummaryRepresentation as ManagedContentUserSummaryRepresentation_ManagedContentUserSummaryRepresentation } from './ManagedContentUserSummaryRepresentation';
|
|
4
|
-
import { ManagedContentErrorRepresentation as ManagedContentErrorRepresentation_ManagedContentErrorRepresentation } from './ManagedContentErrorRepresentation';
|
|
5
4
|
import { ManagedContentFolderSummaryRepresentation as ManagedContentFolderSummaryRepresentation_ManagedContentFolderSummaryRepresentation } from './ManagedContentFolderSummaryRepresentation';
|
|
6
5
|
import { ManagedContentVariantStatusRepresentation as ManagedContentVariantStatusRepresentation_ManagedContentVariantStatusRepresentation } from './ManagedContentVariantStatusRepresentation';
|
|
7
6
|
import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, BaseFragment as $64$luvio_engine_BaseFragment, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
8
7
|
export declare const TTL = 100;
|
|
9
|
-
export declare const VERSION = "
|
|
8
|
+
export declare const VERSION = "6a11daeb9fe5ea23da2a7b4eb368581a";
|
|
10
9
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
11
10
|
export declare const RepresentationType: string;
|
|
12
11
|
export interface KeyParams extends $64$luvio_engine_KeyMetadata {
|
|
@@ -49,8 +48,6 @@ export interface ManagedContentDocumentRepresentationNormalized {
|
|
|
49
48
|
createdBy: ManagedContentUserSummaryRepresentation_ManagedContentUserSummaryRepresentation;
|
|
50
49
|
/** The created date of the managed content. */
|
|
51
50
|
createdDate: string;
|
|
52
|
-
/** The list of errors. */
|
|
53
|
-
errors?: Array<ManagedContentErrorRepresentation_ManagedContentErrorRepresentation>;
|
|
54
51
|
folder: ManagedContentFolderSummaryRepresentation_ManagedContentFolderSummaryRepresentation;
|
|
55
52
|
/** Is managed content variant published to any channel. */
|
|
56
53
|
isPublished: boolean;
|
|
@@ -93,7 +90,6 @@ export interface ManagedContentDocumentRepresentation {
|
|
|
93
90
|
contentVersion: number | null;
|
|
94
91
|
createdBy: ManagedContentUserSummaryRepresentation_ManagedContentUserSummaryRepresentation;
|
|
95
92
|
createdDate: string;
|
|
96
|
-
errors?: Array<ManagedContentErrorRepresentation_ManagedContentErrorRepresentation>;
|
|
97
93
|
folder: ManagedContentFolderSummaryRepresentation_ManagedContentFolderSummaryRepresentation;
|
|
98
94
|
isPublished: boolean;
|
|
99
95
|
language: string;
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { ManagedContentSpaceSummaryRepresentation as ManagedContentSpaceSummaryRepresentation_ManagedContentSpaceSummaryRepresentation } from './ManagedContentSpaceSummaryRepresentation';
|
|
2
2
|
import { ManagedContentTypeSummaryRepresentation as ManagedContentTypeSummaryRepresentation_ManagedContentTypeSummaryRepresentation } from './ManagedContentTypeSummaryRepresentation';
|
|
3
3
|
import { ManagedContentUserSummaryRepresentation as ManagedContentUserSummaryRepresentation_ManagedContentUserSummaryRepresentation } from './ManagedContentUserSummaryRepresentation';
|
|
4
|
-
import { ManagedContentErrorRepresentation as ManagedContentErrorRepresentation_ManagedContentErrorRepresentation } from './ManagedContentErrorRepresentation';
|
|
5
4
|
import { ManagedContentFolderSummaryRepresentation as ManagedContentFolderSummaryRepresentation_ManagedContentFolderSummaryRepresentation } from './ManagedContentFolderSummaryRepresentation';
|
|
6
5
|
import { ManagedContentVariantStatusRepresentation as ManagedContentVariantStatusRepresentation_ManagedContentVariantStatusRepresentation } from './ManagedContentVariantStatusRepresentation';
|
|
7
6
|
import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, BaseFragment as $64$luvio_engine_BaseFragment, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
8
7
|
export declare const TTL = 3600000;
|
|
9
|
-
export declare const VERSION = "
|
|
8
|
+
export declare const VERSION = "7752c6a8bb6b113a02bfde83f39e5957";
|
|
10
9
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
11
10
|
export declare const RepresentationType: string;
|
|
12
11
|
export interface KeyParams extends $64$luvio_engine_KeyMetadata {
|
|
@@ -44,8 +43,6 @@ export interface ManagedContentVariantRepresentationNormalized {
|
|
|
44
43
|
createdBy: ManagedContentUserSummaryRepresentation_ManagedContentUserSummaryRepresentation;
|
|
45
44
|
/** The created date of the managed content variant. */
|
|
46
45
|
createdDate: string;
|
|
47
|
-
/** List of errors */
|
|
48
|
-
errors?: Array<ManagedContentErrorRepresentation_ManagedContentErrorRepresentation>;
|
|
49
46
|
/** The content folder of the managed content. */
|
|
50
47
|
folder: ManagedContentFolderSummaryRepresentation_ManagedContentFolderSummaryRepresentation;
|
|
51
48
|
/** Is managed content variant published to any channel. */
|
|
@@ -67,8 +64,6 @@ export interface ManagedContentVariantRepresentationNormalized {
|
|
|
67
64
|
title: string;
|
|
68
65
|
/** The content url name of the managed content. */
|
|
69
66
|
urlName: string;
|
|
70
|
-
/** Status of the validation */
|
|
71
|
-
validationStatus?: string;
|
|
72
67
|
}
|
|
73
68
|
/**
|
|
74
69
|
* Information about a managed content variant in authoring space.
|
|
@@ -85,7 +80,6 @@ export interface ManagedContentVariantRepresentation {
|
|
|
85
80
|
contentType: ManagedContentTypeSummaryRepresentation_ManagedContentTypeSummaryRepresentation;
|
|
86
81
|
createdBy: ManagedContentUserSummaryRepresentation_ManagedContentUserSummaryRepresentation;
|
|
87
82
|
createdDate: string;
|
|
88
|
-
errors?: Array<ManagedContentErrorRepresentation_ManagedContentErrorRepresentation>;
|
|
89
83
|
folder: ManagedContentFolderSummaryRepresentation_ManagedContentFolderSummaryRepresentation;
|
|
90
84
|
isPublished: boolean;
|
|
91
85
|
language: string;
|
|
@@ -97,5 +91,4 @@ export interface ManagedContentVariantRepresentation {
|
|
|
97
91
|
status: ManagedContentVariantStatusRepresentation_ManagedContentVariantStatusRepresentation;
|
|
98
92
|
title: string;
|
|
99
93
|
urlName: string;
|
|
100
|
-
validationStatus?: string;
|
|
101
94
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-cms-authoring",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.419.0",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"description": "Wire adapters for CMS authoring APIs",
|
|
6
6
|
"main": "dist/es/es2018/cms-authoring.js",
|
|
@@ -44,11 +44,11 @@
|
|
|
44
44
|
"test:unit": "jest"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@salesforce/lds-bindings": "^1.
|
|
47
|
+
"@salesforce/lds-bindings": "^1.419.0"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
51
|
-
"@salesforce/lds-karma": "^1.
|
|
50
|
+
"@salesforce/lds-compiler-plugins": "^1.419.0",
|
|
51
|
+
"@salesforce/lds-karma": "^1.419.0"
|
|
52
52
|
},
|
|
53
53
|
"nx": {
|
|
54
54
|
"targets": {
|