@salesforce/lds-adapters-industries-recordaggregation 1.337.0 → 1.338.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/types/src/generated/types/BulkRecordRollupSyncExecutionInputRepresentation.d.ts +2 -2
- package/dist/es/es2018/types/src/generated/types/BulkRecordRollupSyncExecutionOutputRepresentation.d.ts +3 -3
- package/dist/es/es2018/types/src/generated/types/RecordRollupSyncExecutionErrorOutputRepresentation.d.ts +2 -2
- package/dist/es/es2018/types/src/generated/types/RecordRollupSyncExecutionOutputRepresentation.d.ts +2 -2
- package/package.json +3 -3
- package/sfdc/index.js +1 -1
- package/src/raml/api.raml +15 -14
|
@@ -14,9 +14,9 @@ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableSto
|
|
|
14
14
|
* (none)
|
|
15
15
|
*/
|
|
16
16
|
export interface BulkRecordRollupSyncExecutionInputRepresentationNormalized {
|
|
17
|
-
/** ID of the record to which the aggregated records are rolled up
|
|
17
|
+
/** ID of the record to which the aggregated records are rolled up. */
|
|
18
18
|
anchorRecordId: string;
|
|
19
|
-
/** List of
|
|
19
|
+
/** List of unique record aggregation definition IDs for which rollup results must be refreshed. */
|
|
20
20
|
recordAggregationDefinitionIds: Array<string>;
|
|
21
21
|
}
|
|
22
22
|
/**
|
|
@@ -26,11 +26,11 @@ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableSto
|
|
|
26
26
|
export interface BulkRecordRollupSyncExecutionOutputRepresentationNormalized {
|
|
27
27
|
/** Details of the definitions that were processed in the bulk request. */
|
|
28
28
|
definitions: Array<RecordRollupSyncExecutionOutputRepresentation_RecordRollupSyncExecutionOutputRepresentation>;
|
|
29
|
-
/** If true, one or more of the operations in the bulk request
|
|
29
|
+
/** If true, one or more of the operations in the bulk request didn't complete successfully. */
|
|
30
30
|
errors: boolean;
|
|
31
|
-
/** The message associated with
|
|
31
|
+
/** The message associated with the HTTP response. */
|
|
32
32
|
message: string;
|
|
33
|
-
/**
|
|
33
|
+
/** Code that indicates the success, client errors, server errors, or other outcomes of the request. */
|
|
34
34
|
statusCode: string;
|
|
35
35
|
}
|
|
36
36
|
/**
|
|
@@ -14,9 +14,9 @@ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableSto
|
|
|
14
14
|
* (none)
|
|
15
15
|
*/
|
|
16
16
|
export interface RecordRollupSyncExecutionErrorOutputRepresentationNormalized {
|
|
17
|
-
/** The message associated with
|
|
17
|
+
/** The message associated with the error type. */
|
|
18
18
|
message: string;
|
|
19
|
-
/** The type of error
|
|
19
|
+
/** The type of error, such as VALIDATION_ERROR, DML_GUARDRAIL_ERROR, and so on. */
|
|
20
20
|
type: string;
|
|
21
21
|
}
|
|
22
22
|
/**
|
package/dist/es/es2018/types/src/generated/types/RecordRollupSyncExecutionOutputRepresentation.d.ts
CHANGED
|
@@ -16,9 +16,9 @@ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableSto
|
|
|
16
16
|
*/
|
|
17
17
|
export interface RecordRollupSyncExecutionOutputRepresentationNormalized {
|
|
18
18
|
error?: RecordRollupSyncExecutionErrorOutputRepresentation_RecordRollupSyncExecutionErrorOutputRepresentation;
|
|
19
|
-
/** The
|
|
19
|
+
/** The ID of the record aggregation definition. */
|
|
20
20
|
id: string;
|
|
21
|
-
/** The HTTP status code for
|
|
21
|
+
/** The HTTP status code for the definition’s sync execution. */
|
|
22
22
|
status: string;
|
|
23
23
|
}
|
|
24
24
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-industries-recordaggregation",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.338.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "dist/es/es2018/industries-recordaggregation.js",
|
|
@@ -40,10 +40,10 @@
|
|
|
40
40
|
"test:unit": "jest"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@salesforce/lds-bindings": "^1.
|
|
43
|
+
"@salesforce/lds-bindings": "^1.338.0"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
46
|
+
"@salesforce/lds-compiler-plugins": "^1.338.0"
|
|
47
47
|
},
|
|
48
48
|
"nx": {
|
|
49
49
|
"targets": {
|
package/sfdc/index.js
CHANGED
|
@@ -3815,4 +3815,4 @@ withDefaultLuvio((luvio) => {
|
|
|
3815
3815
|
});
|
|
3816
3816
|
|
|
3817
3817
|
export { deleteRecordAggregationDefinition, getBulkRecordRollupDefinitionDetails, getRecordAggregationApplicableObjects, getRecordAggregationApplicableObjects_imperative, getRecordAggregationDefinition, getRecordAggregationDefinitionNotifyChange, getRecordAggregationDefinition_imperative, getRecordAggregationEntityApplicableFields, getRecordAggregationEntityApplicableFields_imperative, patchRecordAggregationDefinition, performBulkRecordRollupSyncExecution, postGenerateRecordRollupResult, postRecordAggregationCreation, putRecordAggregationDefinition };
|
|
3818
|
-
// version: 1.
|
|
3818
|
+
// version: 1.338.0-08547ecb90
|
package/src/raml/api.raml
CHANGED
|
@@ -521,11 +521,10 @@ types:
|
|
|
521
521
|
type: object
|
|
522
522
|
properties:
|
|
523
523
|
anchorRecordId:
|
|
524
|
-
description: ID of the record to which the aggregated records are rolled up
|
|
525
|
-
to.
|
|
524
|
+
description: ID of the record to which the aggregated records are rolled up.
|
|
526
525
|
type: string
|
|
527
526
|
recordAggregationDefinitionIds:
|
|
528
|
-
description: List of
|
|
527
|
+
description: List of unique record aggregation definition IDs for which rollup
|
|
529
528
|
results must be refreshed.
|
|
530
529
|
type: array
|
|
531
530
|
items:
|
|
@@ -540,14 +539,15 @@ types:
|
|
|
540
539
|
items:
|
|
541
540
|
type: RecordRollupSyncExecutionOutputRepresentation
|
|
542
541
|
errors:
|
|
543
|
-
description: If true, one or more of the operations in the bulk request
|
|
544
|
-
|
|
542
|
+
description: If true, one or more of the operations in the bulk request didn't
|
|
543
|
+
complete successfully.
|
|
545
544
|
type: boolean
|
|
546
545
|
message:
|
|
547
|
-
description: The message associated with
|
|
546
|
+
description: The message associated with the HTTP response.
|
|
548
547
|
type: string
|
|
549
548
|
statusCode:
|
|
550
|
-
description:
|
|
549
|
+
description: Code that indicates the success, client errors, server errors,
|
|
550
|
+
or other outcomes of the request.
|
|
551
551
|
type: string
|
|
552
552
|
RecordRollupDefinitionDetailsOutputRepresentation:
|
|
553
553
|
description: Represents the output for Single Record Rollup Definition Details
|
|
@@ -600,25 +600,26 @@ types:
|
|
|
600
600
|
type: object
|
|
601
601
|
properties:
|
|
602
602
|
error:
|
|
603
|
-
description: Additional information about the failed sync execution
|
|
604
|
-
definition.
|
|
603
|
+
description: Additional information about the failed sync execution of the
|
|
604
|
+
record rollup definition, such as error type and message.
|
|
605
605
|
type: RecordRollupSyncExecutionErrorOutputRepresentation
|
|
606
606
|
required: false
|
|
607
607
|
id:
|
|
608
|
-
description: The
|
|
608
|
+
description: The ID of the record aggregation definition.
|
|
609
609
|
type: string
|
|
610
610
|
status:
|
|
611
|
-
description: The HTTP status code for
|
|
611
|
+
description: The HTTP status code for the definition’s sync execution.
|
|
612
612
|
type: string
|
|
613
613
|
RecordRollupSyncExecutionErrorOutputRepresentation:
|
|
614
614
|
description: Represents the errors during record rollup sync execution
|
|
615
615
|
type: object
|
|
616
616
|
properties:
|
|
617
617
|
message:
|
|
618
|
-
description: The message associated with
|
|
618
|
+
description: The message associated with the error type.
|
|
619
619
|
type: string
|
|
620
620
|
type:
|
|
621
|
-
description: The type of error
|
|
621
|
+
description: The type of error, such as VALIDATION_ERROR, DML_GUARDRAIL_ERROR,
|
|
622
|
+
and so on.
|
|
622
623
|
type: string
|
|
623
624
|
|
|
624
625
|
/connect:
|
|
@@ -654,7 +655,7 @@ types:
|
|
|
654
655
|
/sync-execution:
|
|
655
656
|
post:
|
|
656
657
|
displayName: postBulkRecordRollupSyncExecution
|
|
657
|
-
description:
|
|
658
|
+
description: Process record rollup definitions in bulk immediately upon request.
|
|
658
659
|
responses:
|
|
659
660
|
'200':
|
|
660
661
|
description: Success
|