@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.
@@ -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 to. */
17
+ /** ID of the record to which the aggregated records are rolled up. */
18
18
  anchorRecordId: string;
19
- /** List of distinct record aggregation definitions for which rollup results must be refreshed. */
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 did not complete successfully. */
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 this HTTP response. */
31
+ /** The message associated with the HTTP response. */
32
32
  message: string;
33
- /** The HTTP Status Code for this response. */
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 this error type. */
17
+ /** The message associated with the error type. */
18
18
  message: string;
19
- /** The type of error - VALIDATION_ERROR, DML_GUARDRAIL_ERROR, etc. */
19
+ /** The type of error, such as VALIDATION_ERROR, DML_GUARDRAIL_ERROR, and so on. */
20
20
  type: string;
21
21
  }
22
22
  /**
@@ -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 id of the record aggregation definition. */
19
+ /** The ID of the record aggregation definition. */
20
20
  id: string;
21
- /** The HTTP status code for this definition’s sync execution. */
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.337.0",
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.337.0"
43
+ "@salesforce/lds-bindings": "^1.338.0"
44
44
  },
45
45
  "devDependencies": {
46
- "@salesforce/lds-compiler-plugins": "^1.337.0"
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.337.0-d4cf32d77b
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 distinct record aggregation definitions for which rollup
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 did
544
- not complete successfully.
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 this HTTP response.
546
+ description: The message associated with the HTTP response.
548
547
  type: string
549
548
  statusCode:
550
- description: The HTTP Status Code for this response.
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 for this
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 id of the record aggregation definition.
608
+ description: The ID of the record aggregation definition.
609
609
  type: string
610
610
  status:
611
- description: The HTTP status code for this definition’s sync execution.
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 this error type.
618
+ description: The message associated with the error type.
619
619
  type: string
620
620
  type:
621
- description: The type of error - VALIDATION_ERROR, DML_GUARDRAIL_ERROR, etc.
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: Bulk API to execute Record Rollup for Definitions in sync
658
+ description: Process record rollup definitions in bulk immediately upon request.
658
659
  responses:
659
660
  '200':
660
661
  description: Success