@salesforce/lds-adapters-industries-clm 1.183.0 → 1.184.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/industries-clm.js +3 -1
- package/dist/es/es2018/types/src/generated/adapters/getExternalReviewDocument.d.ts +3 -2
- package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +2 -1
- package/dist/es/es2018/types/src/generated/resources/getConnectClmContractDocumentVersionExternalReviewDocumentByContractDocumentVersionId.d.ts +1 -0
- package/package.json +1 -1
- package/sfdc/index.js +61 -15
- package/src/raml/luvio.raml +2 -0
|
@@ -2172,7 +2172,9 @@ function select$c(luvio, params) {
|
|
|
2172
2172
|
return select$r();
|
|
2173
2173
|
}
|
|
2174
2174
|
function keyBuilder$b(luvio, params) {
|
|
2175
|
-
return
|
|
2175
|
+
return keyBuilder$m(luvio, {
|
|
2176
|
+
id: params.urlParams.contractDocumentVersionId
|
|
2177
|
+
});
|
|
2176
2178
|
}
|
|
2177
2179
|
function getResponseCacheKeys$8(storeKeyMap, luvio, resourceParams, response) {
|
|
2178
2180
|
getTypeCacheKeys$9(storeKeyMap, luvio, response);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig, Untrusted as adapter$45$utils_Untrusted } from './adapter-utils';
|
|
1
|
+
import { AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig, Untrusted as adapter$45$utils_Untrusted, UncoercedConfiguration as adapter$45$utils_UncoercedConfiguration } from './adapter-utils';
|
|
2
2
|
import { ResourceRequestConfig as resources_getConnectClmContractDocumentVersionExternalReviewDocumentByContractDocumentVersionId_ResourceRequestConfig } from '../resources/getConnectClmContractDocumentVersionExternalReviewDocumentByContractDocumentVersionId';
|
|
3
3
|
import { Luvio as $64$luvio_engine_Luvio, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Fragment as $64$luvio_engine_Fragment, Snapshot as $64$luvio_engine_Snapshot, FetchResponse as $64$luvio_engine_FetchResponse, ErrorResponse as $64$luvio_engine_ErrorResponse, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, CoercedAdapterRequestContext as $64$luvio_engine_CoercedAdapterRequestContext, StoreLookup as $64$luvio_engine_StoreLookup, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
|
|
4
|
-
import { GenericOutputRepresentation as types_GenericOutputRepresentation_GenericOutputRepresentation } from '../types/GenericOutputRepresentation';
|
|
4
|
+
import { GenericOutputRepresentation as types_GenericOutputRepresentation_GenericOutputRepresentation, KeyParams as types_GenericOutputRepresentation_KeyParams } from '../types/GenericOutputRepresentation';
|
|
5
5
|
export declare const adapterName = "getExternalReviewDocument";
|
|
6
6
|
export declare const getExternalReviewDocument_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
7
7
|
export interface GetExternalReviewDocumentConfig {
|
|
@@ -24,3 +24,4 @@ export type BuildSnapshotContext = {
|
|
|
24
24
|
export declare function buildNetworkSnapshotCachePolicy(context: BuildSnapshotContext, coercedAdapterRequestContext: $64$luvio_engine_CoercedAdapterRequestContext): Promise<$64$luvio_engine_Snapshot<types_GenericOutputRepresentation_GenericOutputRepresentation, any>>;
|
|
25
25
|
export declare function buildCachedSnapshotCachePolicy(context: BuildSnapshotContext, storeLookup: $64$luvio_engine_StoreLookup<types_GenericOutputRepresentation_GenericOutputRepresentation>): $64$luvio_engine_Snapshot<types_GenericOutputRepresentation_GenericOutputRepresentation, any>;
|
|
26
26
|
export declare const getExternalReviewDocumentAdapterFactory: $64$luvio_engine_AdapterFactory<GetExternalReviewDocumentConfig, types_GenericOutputRepresentation_GenericOutputRepresentation>;
|
|
27
|
+
export declare const notifyChangeFactory: (luvio: $64$luvio_engine_Luvio, options?: $64$luvio_engine_DispatchResourceRequestContext) => (configs: adapter$45$utils_UncoercedConfiguration<types_GenericOutputRepresentation_KeyParams, any>[]) => void;
|
|
@@ -13,6 +13,7 @@ declare let getContractDocumentVersionReview: any;
|
|
|
13
13
|
declare let getContractDocumentVersionReviewNotifyChange: any;
|
|
14
14
|
declare let getDocumentGenerationProcessDetails: any;
|
|
15
15
|
declare let getExternalReviewDocument: any;
|
|
16
|
+
declare let getExternalReviewDocumentNotifyChange: any;
|
|
16
17
|
declare let getTemplates: any;
|
|
17
18
|
declare let lockContractDocumentVersion: any;
|
|
18
19
|
declare let patchContractDocumentVersionReview: any;
|
|
@@ -27,4 +28,4 @@ declare let getContractDocumentVersionReview_imperative: any;
|
|
|
27
28
|
declare let getDocumentGenerationProcessDetails_imperative: any;
|
|
28
29
|
declare let getExternalReviewDocument_imperative: any;
|
|
29
30
|
declare let getTemplates_imperative: any;
|
|
30
|
-
export { checkIn, checkoutContractDocumentVersion, createContractDocumentVersionAndInitializeGenerateDocumentProcess, deleteAttachment, deleteContractDocumentVersionReview, executeContractAction, getContentDocument, getContentDocumentNotifyChange, getContractActions, getContractActionsNotifyChange, getContractDocumentVersion, getContractDocumentVersionReview, getContractDocumentVersionReviewNotifyChange, getDocumentGenerationProcessDetails, getExternalReviewDocument, getTemplates, lockContractDocumentVersion, patchContractDocumentVersionReview, postContractDocumentVersionReview, saveExternalDocument, unlock, updateContractDocumentVersionWithTemplate, getContentDocument_imperative, getContractActions_imperative, getContractDocumentVersion_imperative, getContractDocumentVersionReview_imperative, getDocumentGenerationProcessDetails_imperative, getExternalReviewDocument_imperative, getTemplates_imperative };
|
|
31
|
+
export { checkIn, checkoutContractDocumentVersion, createContractDocumentVersionAndInitializeGenerateDocumentProcess, deleteAttachment, deleteContractDocumentVersionReview, executeContractAction, getContentDocument, getContentDocumentNotifyChange, getContractActions, getContractActionsNotifyChange, getContractDocumentVersion, getContractDocumentVersionReview, getContractDocumentVersionReviewNotifyChange, getDocumentGenerationProcessDetails, getExternalReviewDocument, getExternalReviewDocumentNotifyChange, getTemplates, lockContractDocumentVersion, patchContractDocumentVersionReview, postContractDocumentVersionReview, saveExternalDocument, unlock, updateContractDocumentVersionWithTemplate, getContentDocument_imperative, getContractActions_imperative, getContractDocumentVersion_imperative, getContractDocumentVersionReview_imperative, getDocumentGenerationProcessDetails_imperative, getExternalReviewDocument_imperative, getTemplates_imperative };
|
|
@@ -13,3 +13,4 @@ export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourcePar
|
|
|
13
13
|
export declare function ingestError(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig, error: $64$luvio_engine_ErrorResponse, snapshotRefresh?: $64$luvio_engine_SnapshotRefresh<types_GenericOutputRepresentation_GenericOutputRepresentation>): $64$luvio_engine_ErrorSnapshot;
|
|
14
14
|
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
15
15
|
export default createResourceRequest;
|
|
16
|
+
export declare function createResourceRequestFromRepresentation(representation: types_GenericOutputRepresentation_GenericOutputRepresentation): $64$luvio_engine_ResourceRequest;
|
package/package.json
CHANGED
package/sfdc/index.js
CHANGED
|
@@ -1409,7 +1409,7 @@ function createResourceRequest$c(config) {
|
|
|
1409
1409
|
priority: 'normal',
|
|
1410
1410
|
};
|
|
1411
1411
|
}
|
|
1412
|
-
function createResourceRequestFromRepresentation$
|
|
1412
|
+
function createResourceRequestFromRepresentation$3(representation) {
|
|
1413
1413
|
const config = {
|
|
1414
1414
|
urlParams: {},
|
|
1415
1415
|
};
|
|
@@ -1528,13 +1528,13 @@ const getContentDocumentAdapterFactory = (luvio) => function clm__getContentDocu
|
|
|
1528
1528
|
return luvio.applyCachePolicy((requestContext || {}), { config, luvio }, // BuildSnapshotContext
|
|
1529
1529
|
buildCachedSnapshotCachePolicy$6, buildNetworkSnapshotCachePolicy$6);
|
|
1530
1530
|
};
|
|
1531
|
-
const notifyChangeFactory$
|
|
1531
|
+
const notifyChangeFactory$3 = (luvio, options) => {
|
|
1532
1532
|
return function getConnectClmContractDocumentVersionContentDocumentsByContractDocumentVersionIdNotifyChange(configs) {
|
|
1533
1533
|
const keys = configs.map(c => keyBuilder$k(luvio, c));
|
|
1534
1534
|
luvio.getNotifyChangeStoreEntries(keys).then(entries => {
|
|
1535
1535
|
for (let i = 0, len = entries.length; i < len; i++) {
|
|
1536
1536
|
const { key, record: val } = entries[i];
|
|
1537
|
-
const refreshRequest = createResourceRequestFromRepresentation$
|
|
1537
|
+
const refreshRequest = createResourceRequestFromRepresentation$3(val);
|
|
1538
1538
|
luvio.dispatchResourceRequest(refreshRequest, options)
|
|
1539
1539
|
.then((response) => {
|
|
1540
1540
|
return luvio.handleSuccessResponse(() => {
|
|
@@ -1772,7 +1772,7 @@ function createResourceRequest$b(config) {
|
|
|
1772
1772
|
priority: 'normal',
|
|
1773
1773
|
};
|
|
1774
1774
|
}
|
|
1775
|
-
function createResourceRequestFromRepresentation$
|
|
1775
|
+
function createResourceRequestFromRepresentation$2(representation) {
|
|
1776
1776
|
const config = {
|
|
1777
1777
|
urlParams: {},
|
|
1778
1778
|
};
|
|
@@ -1891,13 +1891,13 @@ const getContractActionsAdapterFactory = (luvio) => function clm__getContractAct
|
|
|
1891
1891
|
return luvio.applyCachePolicy((requestContext || {}), { config, luvio }, // BuildSnapshotContext
|
|
1892
1892
|
buildCachedSnapshotCachePolicy$5, buildNetworkSnapshotCachePolicy$5);
|
|
1893
1893
|
};
|
|
1894
|
-
const notifyChangeFactory$
|
|
1894
|
+
const notifyChangeFactory$2 = (luvio, options) => {
|
|
1895
1895
|
return function getConnectClmContractContractActionsByContractIdNotifyChange(configs) {
|
|
1896
1896
|
const keys = configs.map(c => keyBuilder$e(luvio, c));
|
|
1897
1897
|
luvio.getNotifyChangeStoreEntries(keys).then(entries => {
|
|
1898
1898
|
for (let i = 0, len = entries.length; i < len; i++) {
|
|
1899
1899
|
const { key, record: val } = entries[i];
|
|
1900
|
-
const refreshRequest = createResourceRequestFromRepresentation$
|
|
1900
|
+
const refreshRequest = createResourceRequestFromRepresentation$2(val);
|
|
1901
1901
|
luvio.dispatchResourceRequest(refreshRequest, options)
|
|
1902
1902
|
.then((response) => {
|
|
1903
1903
|
return luvio.handleSuccessResponse(() => {
|
|
@@ -2324,7 +2324,7 @@ function createResourceRequest$9(config) {
|
|
|
2324
2324
|
priority: 'normal',
|
|
2325
2325
|
};
|
|
2326
2326
|
}
|
|
2327
|
-
function createResourceRequestFromRepresentation(representation) {
|
|
2327
|
+
function createResourceRequestFromRepresentation$1(representation) {
|
|
2328
2328
|
const config = {
|
|
2329
2329
|
urlParams: {},
|
|
2330
2330
|
};
|
|
@@ -2443,13 +2443,13 @@ const getContractDocumentVersionReviewAdapterFactory = (luvio) => function clm__
|
|
|
2443
2443
|
return luvio.applyCachePolicy((requestContext || {}), { config, luvio }, // BuildSnapshotContext
|
|
2444
2444
|
buildCachedSnapshotCachePolicy$3, buildNetworkSnapshotCachePolicy$3);
|
|
2445
2445
|
};
|
|
2446
|
-
const notifyChangeFactory = (luvio, options) => {
|
|
2446
|
+
const notifyChangeFactory$1 = (luvio, options) => {
|
|
2447
2447
|
return function getConnectClmContractDocumentVersionReviewByContractDocumentVersionIdNotifyChange(configs) {
|
|
2448
2448
|
const keys = configs.map(c => keyBuilder$i(luvio, c));
|
|
2449
2449
|
luvio.getNotifyChangeStoreEntries(keys).then(entries => {
|
|
2450
2450
|
for (let i = 0, len = entries.length; i < len; i++) {
|
|
2451
2451
|
const { key, record: val } = entries[i];
|
|
2452
|
-
const refreshRequest = createResourceRequestFromRepresentation(val);
|
|
2452
|
+
const refreshRequest = createResourceRequestFromRepresentation$1(val);
|
|
2453
2453
|
luvio.dispatchResourceRequest(refreshRequest, options)
|
|
2454
2454
|
.then((response) => {
|
|
2455
2455
|
return luvio.handleSuccessResponse(() => {
|
|
@@ -2887,7 +2887,9 @@ function select$a(luvio, params) {
|
|
|
2887
2887
|
return select$r();
|
|
2888
2888
|
}
|
|
2889
2889
|
function keyBuilder$5(luvio, params) {
|
|
2890
|
-
return
|
|
2890
|
+
return keyBuilder$m(luvio, {
|
|
2891
|
+
id: params.urlParams.contractDocumentVersionId
|
|
2892
|
+
});
|
|
2891
2893
|
}
|
|
2892
2894
|
function getResponseCacheKeys$7(storeKeyMap, luvio, resourceParams, response) {
|
|
2893
2895
|
getTypeCacheKeys$9(storeKeyMap, luvio, response);
|
|
@@ -2934,6 +2936,13 @@ function createResourceRequest$7(config) {
|
|
|
2934
2936
|
priority: 'normal',
|
|
2935
2937
|
};
|
|
2936
2938
|
}
|
|
2939
|
+
function createResourceRequestFromRepresentation(representation) {
|
|
2940
|
+
const config = {
|
|
2941
|
+
urlParams: {},
|
|
2942
|
+
};
|
|
2943
|
+
config.urlParams.contractDocumentVersionId = representation.id;
|
|
2944
|
+
return createResourceRequest$7(config);
|
|
2945
|
+
}
|
|
2937
2946
|
|
|
2938
2947
|
const getExternalReviewDocument_ConfigPropertyNames = {
|
|
2939
2948
|
displayName: 'getExternalReviewDocument',
|
|
@@ -3046,6 +3055,40 @@ const getExternalReviewDocumentAdapterFactory = (luvio) => function clm__getExte
|
|
|
3046
3055
|
return luvio.applyCachePolicy((requestContext || {}), { config, luvio }, // BuildSnapshotContext
|
|
3047
3056
|
buildCachedSnapshotCachePolicy$1, buildNetworkSnapshotCachePolicy$1);
|
|
3048
3057
|
};
|
|
3058
|
+
const notifyChangeFactory = (luvio, options) => {
|
|
3059
|
+
return function getConnectClmContractDocumentVersionExternalReviewDocumentByContractDocumentVersionIdNotifyChange(configs) {
|
|
3060
|
+
const keys = configs.map(c => keyBuilder$m(luvio, c));
|
|
3061
|
+
luvio.getNotifyChangeStoreEntries(keys).then(entries => {
|
|
3062
|
+
for (let i = 0, len = entries.length; i < len; i++) {
|
|
3063
|
+
const { key, record: val } = entries[i];
|
|
3064
|
+
const refreshRequest = createResourceRequestFromRepresentation(val);
|
|
3065
|
+
luvio.dispatchResourceRequest(refreshRequest, options)
|
|
3066
|
+
.then((response) => {
|
|
3067
|
+
return luvio.handleSuccessResponse(() => {
|
|
3068
|
+
const { body } = response;
|
|
3069
|
+
luvio.storeIngest(key, ingest$9, body);
|
|
3070
|
+
return luvio.storeBroadcast();
|
|
3071
|
+
}, () => {
|
|
3072
|
+
const cache = new StoreKeyMap();
|
|
3073
|
+
getTypeCacheKeys$9(cache, luvio, response.body);
|
|
3074
|
+
return cache;
|
|
3075
|
+
});
|
|
3076
|
+
}, (error) => {
|
|
3077
|
+
return luvio.handleErrorResponse(() => {
|
|
3078
|
+
const errorSnapshot = luvio.errorSnapshot(error);
|
|
3079
|
+
luvio.storeIngestError(key, errorSnapshot, {
|
|
3080
|
+
ttl: TTL$8,
|
|
3081
|
+
namespace: keyPrefix,
|
|
3082
|
+
version: VERSION$a,
|
|
3083
|
+
representationName: RepresentationType$9
|
|
3084
|
+
});
|
|
3085
|
+
return luvio.storeBroadcast().then(() => errorSnapshot);
|
|
3086
|
+
});
|
|
3087
|
+
});
|
|
3088
|
+
}
|
|
3089
|
+
});
|
|
3090
|
+
};
|
|
3091
|
+
};
|
|
3049
3092
|
|
|
3050
3093
|
function validate$4(obj, path = 'TemplateRepresentation') {
|
|
3051
3094
|
const v_error = (() => {
|
|
@@ -4243,6 +4286,7 @@ let getContractDocumentVersionReview;
|
|
|
4243
4286
|
let getContractDocumentVersionReviewNotifyChange;
|
|
4244
4287
|
let getDocumentGenerationProcessDetails;
|
|
4245
4288
|
let getExternalReviewDocument;
|
|
4289
|
+
let getExternalReviewDocumentNotifyChange;
|
|
4246
4290
|
let getTemplates;
|
|
4247
4291
|
let lockContractDocumentVersion;
|
|
4248
4292
|
let patchContractDocumentVersionReview;
|
|
@@ -4286,14 +4330,15 @@ function bindExportsTo(luvio) {
|
|
|
4286
4330
|
deleteContractDocumentVersionReview: createLDSAdapter(luvio, adapterName, deleteContractDocumentVersionReviewAdapterFactory),
|
|
4287
4331
|
executeContractAction: unwrapSnapshotData(executeContractActionAdapterFactory),
|
|
4288
4332
|
getContentDocument: createWireAdapterConstructor(luvio, getContentDocument_ldsAdapter, getContentDocumentMetadata),
|
|
4289
|
-
getContentDocumentNotifyChange: createLDSAdapter(luvio, 'getContentDocumentNotifyChange', notifyChangeFactory$
|
|
4333
|
+
getContentDocumentNotifyChange: createLDSAdapter(luvio, 'getContentDocumentNotifyChange', notifyChangeFactory$3),
|
|
4290
4334
|
getContractActions: createWireAdapterConstructor(luvio, getContractActions_ldsAdapter, getContractActionsMetadata),
|
|
4291
|
-
getContractActionsNotifyChange: createLDSAdapter(luvio, 'getContractActionsNotifyChange', notifyChangeFactory$
|
|
4335
|
+
getContractActionsNotifyChange: createLDSAdapter(luvio, 'getContractActionsNotifyChange', notifyChangeFactory$2),
|
|
4292
4336
|
getContractDocumentVersion: createWireAdapterConstructor(luvio, getContractDocumentVersion_ldsAdapter, getContractDocumentVersionMetadata),
|
|
4293
4337
|
getContractDocumentVersionReview: createWireAdapterConstructor(luvio, getContractDocumentVersionReview_ldsAdapter, getContractDocumentVersionReviewMetadata),
|
|
4294
|
-
getContractDocumentVersionReviewNotifyChange: createLDSAdapter(luvio, 'getContractDocumentVersionReviewNotifyChange', notifyChangeFactory),
|
|
4338
|
+
getContractDocumentVersionReviewNotifyChange: createLDSAdapter(luvio, 'getContractDocumentVersionReviewNotifyChange', notifyChangeFactory$1),
|
|
4295
4339
|
getDocumentGenerationProcessDetails: createWireAdapterConstructor(luvio, getDocumentGenerationProcessDetails_ldsAdapter, getDocumentGenerationProcessDetailsMetadata),
|
|
4296
4340
|
getExternalReviewDocument: createWireAdapterConstructor(luvio, getExternalReviewDocument_ldsAdapter, getExternalReviewDocumentMetadata),
|
|
4341
|
+
getExternalReviewDocumentNotifyChange: createLDSAdapter(luvio, 'getExternalReviewDocumentNotifyChange', notifyChangeFactory),
|
|
4297
4342
|
getTemplates: createWireAdapterConstructor(luvio, getTemplates_ldsAdapter, getTemplatesMetadata),
|
|
4298
4343
|
lockContractDocumentVersion: unwrapSnapshotData(lockContractDocumentVersionAdapterFactory),
|
|
4299
4344
|
patchContractDocumentVersionReview: unwrapSnapshotData(patchContractDocumentVersionReviewAdapterFactory),
|
|
@@ -4328,6 +4373,7 @@ withDefaultLuvio((luvio) => {
|
|
|
4328
4373
|
getContractDocumentVersionReviewNotifyChange,
|
|
4329
4374
|
getDocumentGenerationProcessDetails,
|
|
4330
4375
|
getExternalReviewDocument,
|
|
4376
|
+
getExternalReviewDocumentNotifyChange,
|
|
4331
4377
|
getTemplates,
|
|
4332
4378
|
lockContractDocumentVersion,
|
|
4333
4379
|
patchContractDocumentVersionReview,
|
|
@@ -4345,5 +4391,5 @@ withDefaultLuvio((luvio) => {
|
|
|
4345
4391
|
} = bindExportsTo(luvio));
|
|
4346
4392
|
});
|
|
4347
4393
|
|
|
4348
|
-
export { checkIn, checkoutContractDocumentVersion, createContractDocumentVersionAndInitializeGenerateDocumentProcess, deleteAttachment, deleteContractDocumentVersionReview, executeContractAction, getContentDocument, getContentDocumentNotifyChange, getContentDocument_imperative, getContractActions, getContractActionsNotifyChange, getContractActions_imperative, getContractDocumentVersion, getContractDocumentVersionReview, getContractDocumentVersionReviewNotifyChange, getContractDocumentVersionReview_imperative, getContractDocumentVersion_imperative, getDocumentGenerationProcessDetails, getDocumentGenerationProcessDetails_imperative, getExternalReviewDocument, getExternalReviewDocument_imperative, getTemplates, getTemplates_imperative, lockContractDocumentVersion, patchContractDocumentVersionReview, postContractDocumentVersionReview, saveExternalDocument, unlock, updateContractDocumentVersionWithTemplate };
|
|
4349
|
-
// version: 1.
|
|
4394
|
+
export { checkIn, checkoutContractDocumentVersion, createContractDocumentVersionAndInitializeGenerateDocumentProcess, deleteAttachment, deleteContractDocumentVersionReview, executeContractAction, getContentDocument, getContentDocumentNotifyChange, getContentDocument_imperative, getContractActions, getContractActionsNotifyChange, getContractActions_imperative, getContractDocumentVersion, getContractDocumentVersionReview, getContractDocumentVersionReviewNotifyChange, getContractDocumentVersionReview_imperative, getContractDocumentVersion_imperative, getDocumentGenerationProcessDetails, getDocumentGenerationProcessDetails_imperative, getExternalReviewDocument, getExternalReviewDocumentNotifyChange, getExternalReviewDocument_imperative, getTemplates, getTemplates_imperative, lockContractDocumentVersion, patchContractDocumentVersionReview, postContractDocumentVersionReview, saveExternalDocument, unlock, updateContractDocumentVersionWithTemplate };
|
|
4395
|
+
// version: 1.184.0-bef64dba2
|
package/src/raml/luvio.raml
CHANGED