@salesforce/lds-adapters-industries-clm 1.134.1 → 1.134.3
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/package.json
CHANGED
package/sfdc/index.js
CHANGED
|
@@ -3414,4 +3414,4 @@ withDefaultLuvio((luvio) => {
|
|
|
3414
3414
|
});
|
|
3415
3415
|
|
|
3416
3416
|
export { checkIn, checkoutContractDocumentVersion, createContractDocumentVersionAndInitializeGenerateDocumentProcess, deleteAttachment, executeContractAction, getContentDocument, getContentDocumentNotifyChange, getContentDocument_imperative, getContractActions, getContractActionsNotifyChange, getContractActions_imperative, getContractDocumentVersion, getContractDocumentVersion_imperative, getDocumentGenerationProcessDetails, getDocumentGenerationProcessDetails_imperative, getTemplates, getTemplates_imperative, lockContractDocumentVersion, saveExternalDocument, unlock, updateContractDocumentVersionWithTemplate };
|
|
3417
|
-
// version: 1.134.
|
|
3417
|
+
// version: 1.134.3-ea1008c6e
|
package/src/raml/api.raml
CHANGED
|
@@ -389,36 +389,37 @@ types:
|
|
|
389
389
|
/connect:
|
|
390
390
|
/clm:
|
|
391
391
|
/contract:
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
392
|
+
# TODO: Hand rolled
|
|
393
|
+
# patch:
|
|
394
|
+
# description: Update contract details based on object Id
|
|
395
|
+
# responses:
|
|
396
|
+
# '200':
|
|
397
|
+
# description: Success
|
|
398
|
+
# body:
|
|
399
|
+
# application/json:
|
|
400
|
+
# type: ContractOutputResponseRepresentation
|
|
401
|
+
# body:
|
|
402
|
+
# application/json:
|
|
403
|
+
# # TODO Hand-Rolled due to issue #28 in Generated RAML Gaps (https://salesforce.quip.com/NxVhAkxL6RTW#dGQACAMmFgP)
|
|
404
|
+
# type: ContractInputRepresentationWrapper
|
|
405
|
+
# # TODO: Hand-rolled due to issue #22 in Generated RAML Gaps (https://salesforce.quip.com/NxVhAkxL6RTW#dGQACAxyxIv)
|
|
406
|
+
# # required: false
|
|
407
|
+
# (oas-body-name): contractInputPayload
|
|
408
|
+
# post:
|
|
409
|
+
# description: Create contract based on the object id
|
|
410
|
+
# responses:
|
|
411
|
+
# '200':
|
|
412
|
+
# description: Success
|
|
413
|
+
# body:
|
|
414
|
+
# application/json:
|
|
415
|
+
# type: ContractOutputResponseRepresentation
|
|
416
|
+
# body:
|
|
417
|
+
# application/json:
|
|
418
|
+
# # TODO Hand-Rolled due to issue #28 in Generated RAML Gaps (https://salesforce.quip.com/NxVhAkxL6RTW#dGQACAMmFgP)
|
|
419
|
+
# type: ContractInputRepresentationWrapper
|
|
420
|
+
# # TODO: Hand-rolled due to issue #22 in Generated RAML Gaps (https://salesforce.quip.com/NxVhAkxL6RTW#dGQACAxyxIv)
|
|
421
|
+
# # required: false
|
|
422
|
+
# (oas-body-name): contractInputPayload
|
|
422
423
|
/contract/{contractId}/contract-document-version:
|
|
423
424
|
get:
|
|
424
425
|
description: Get contract document version details based on id
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { ContractInputRepresentation as types_ContractInputRepresentation_ContractInputRepresentation } from '../types/ContractInputRepresentation';
|
|
2
|
-
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
|
|
3
|
-
export interface ResourceRequestConfig {
|
|
4
|
-
body: {
|
|
5
|
-
contractInputPayload: types_ContractInputRepresentation_ContractInputRepresentation;
|
|
6
|
-
};
|
|
7
|
-
}
|
|
8
|
-
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
9
|
-
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
10
|
-
export default createResourceRequest;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { ContractInputRepresentation as types_ContractInputRepresentation_ContractInputRepresentation } from '../types/ContractInputRepresentation';
|
|
2
|
-
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, 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
|
-
import { ContractOutputResponseRepresentation as types_ContractOutputResponseRepresentation_ContractOutputResponseRepresentation } from '../types/ContractOutputResponseRepresentation';
|
|
4
|
-
export interface ResourceRequestConfig {
|
|
5
|
-
body: {
|
|
6
|
-
contractInputPayload: types_ContractInputRepresentation_ContractInputRepresentation;
|
|
7
|
-
};
|
|
8
|
-
}
|
|
9
|
-
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
10
|
-
export declare function getResponseCacheKeys(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_ContractOutputResponseRepresentation_ContractOutputResponseRepresentation): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
-
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_ContractOutputResponseRepresentation_ContractOutputResponseRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_ContractOutputResponseRepresentation_ContractOutputResponseRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_ContractOutputResponseRepresentation_ContractOutputResponseRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_ContractOutputResponseRepresentation_ContractOutputResponseRepresentation, any>;
|
|
12
|
-
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
13
|
-
export default createResourceRequest;
|