@salesforce/lds-adapters-industries-recordaggregation 1.287.0-dev4 → 1.287.0-dev6
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-recordaggregation.js +1 -0
- package/dist/es/es2018/types/src/generated/adapters/putRecordAggregationDefinition.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/resources/putConnectRecordAggregationByRecordAggregationDefinitionId.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/types/RecordAggregationUpdationInputRepresentation.d.ts +4 -1
- package/package.json +3 -3
- package/sfdc/index.js +2 -1
- package/src/raml/api.raml +4 -0
|
@@ -2189,6 +2189,7 @@ const putRecordAggregationDefinition_ConfigPropertyMetadata = [
|
|
|
2189
2189
|
generateParamConfigMetadata('aggregationObjects', true, 2 /* Body */, 4 /* Unsupported */, true),
|
|
2190
2190
|
generateParamConfigMetadata('definitionDescription', false, 2 /* Body */, 0 /* String */),
|
|
2191
2191
|
generateParamConfigMetadata('definitionDisplayName', true, 2 /* Body */, 0 /* String */),
|
|
2192
|
+
generateParamConfigMetadata('status', false, 2 /* Body */, 0 /* String */),
|
|
2192
2193
|
];
|
|
2193
2194
|
const putRecordAggregationDefinition_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$1, putRecordAggregationDefinition_ConfigPropertyMetadata);
|
|
2194
2195
|
const createResourceParams$1 = /*#__PURE__*/ createResourceParams$7(putRecordAggregationDefinition_ConfigPropertyMetadata);
|
|
@@ -11,6 +11,7 @@ export interface PutRecordAggregationDefinitionConfig {
|
|
|
11
11
|
aggregationObjects: Array<types_RecordAggregationNodeInputRepresentation_RecordAggregationNodeInputRepresentation>;
|
|
12
12
|
definitionDescription?: string;
|
|
13
13
|
definitionDisplayName: string;
|
|
14
|
+
status?: string;
|
|
14
15
|
}
|
|
15
16
|
export declare const createResourceParams: (config: PutRecordAggregationDefinitionConfig) => resources_putConnectRecordAggregationByRecordAggregationDefinitionId_ResourceRequestConfig;
|
|
16
17
|
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<PutRecordAggregationDefinitionConfig>): adapter$45$utils_Untrusted<PutRecordAggregationDefinitionConfig>;
|
|
@@ -9,6 +9,7 @@ export interface ResourceRequestConfig {
|
|
|
9
9
|
aggregationObjects: Array<types_RecordAggregationNodeInputRepresentation_RecordAggregationNodeInputRepresentation>;
|
|
10
10
|
definitionDescription?: string;
|
|
11
11
|
definitionDisplayName: string;
|
|
12
|
+
status?: string;
|
|
12
13
|
};
|
|
13
14
|
}
|
|
14
15
|
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
package/dist/es/es2018/types/src/generated/types/RecordAggregationUpdationInputRepresentation.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { RecordAggregationNodeInputRepresentation as RecordAggregationNodeInputRepresentation_RecordAggregationNodeInputRepresentation } from './RecordAggregationNodeInputRepresentation';
|
|
2
2
|
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
3
|
-
export declare const VERSION = "
|
|
3
|
+
export declare const VERSION = "ff23c480bde5b4c6d69060edc9edbc29";
|
|
4
4
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
5
|
export declare const RepresentationType: string;
|
|
6
6
|
export declare function normalize(input: RecordAggregationUpdationInputRepresentation, existing: RecordAggregationUpdationInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): RecordAggregationUpdationInputRepresentationNormalized;
|
|
@@ -21,6 +21,8 @@ export interface RecordAggregationUpdationInputRepresentationNormalized {
|
|
|
21
21
|
definitionDescription?: string;
|
|
22
22
|
/** The display name of the record aggregation definition. */
|
|
23
23
|
definitionDisplayName: string;
|
|
24
|
+
/** Status of the record aggregation definition. */
|
|
25
|
+
status?: string;
|
|
24
26
|
}
|
|
25
27
|
/**
|
|
26
28
|
* Input representation of record aggregation definition updation api
|
|
@@ -32,4 +34,5 @@ export interface RecordAggregationUpdationInputRepresentation {
|
|
|
32
34
|
aggregationObjects: Array<RecordAggregationNodeInputRepresentation_RecordAggregationNodeInputRepresentation>;
|
|
33
35
|
definitionDescription?: string;
|
|
34
36
|
definitionDisplayName: string;
|
|
37
|
+
status?: string;
|
|
35
38
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-industries-recordaggregation",
|
|
3
|
-
"version": "1.287.0-
|
|
3
|
+
"version": "1.287.0-dev6",
|
|
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.287.0-
|
|
43
|
+
"@salesforce/lds-bindings": "^1.287.0-dev6"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@salesforce/lds-compiler-plugins": "^1.287.0-
|
|
46
|
+
"@salesforce/lds-compiler-plugins": "^1.287.0-dev6"
|
|
47
47
|
},
|
|
48
48
|
"nx": {
|
|
49
49
|
"targets": {
|
package/sfdc/index.js
CHANGED
|
@@ -2653,6 +2653,7 @@ const putRecordAggregationDefinition_ConfigPropertyMetadata = [
|
|
|
2653
2653
|
generateParamConfigMetadata('aggregationObjects', true, 2 /* Body */, 4 /* Unsupported */, true),
|
|
2654
2654
|
generateParamConfigMetadata('definitionDescription', false, 2 /* Body */, 0 /* String */),
|
|
2655
2655
|
generateParamConfigMetadata('definitionDisplayName', true, 2 /* Body */, 0 /* String */),
|
|
2656
|
+
generateParamConfigMetadata('status', false, 2 /* Body */, 0 /* String */),
|
|
2656
2657
|
];
|
|
2657
2658
|
const putRecordAggregationDefinition_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName, putRecordAggregationDefinition_ConfigPropertyMetadata);
|
|
2658
2659
|
const createResourceParams = /*#__PURE__*/ createResourceParams$7(putRecordAggregationDefinition_ConfigPropertyMetadata);
|
|
@@ -2780,4 +2781,4 @@ withDefaultLuvio((luvio) => {
|
|
|
2780
2781
|
});
|
|
2781
2782
|
|
|
2782
2783
|
export { getRecordAggregationApplicableObjects, getRecordAggregationApplicableObjects_imperative, getRecordAggregationDefinition, getRecordAggregationDefinition_imperative, getRecordAggregationEntityApplicableFields, getRecordAggregationEntityApplicableFields_imperative, patchRecordAggregationDefinition, postGenerateRecordRollupResult, postRecordAggregationCreation, putRecordAggregationDefinition };
|
|
2783
|
-
// version: 1.287.0-
|
|
2784
|
+
// version: 1.287.0-dev6-cf36bd256
|
package/src/raml/api.raml
CHANGED
|
@@ -355,6 +355,10 @@ types:
|
|
|
355
355
|
definitionDisplayName:
|
|
356
356
|
description: The display name of the record aggregation definition.
|
|
357
357
|
type: string
|
|
358
|
+
status:
|
|
359
|
+
description: Status of the record aggregation definition.
|
|
360
|
+
type: string
|
|
361
|
+
required: false
|
|
358
362
|
RecordAggregationUpdationOutputRepresentation:
|
|
359
363
|
description: Represents the output for updating Record Aggregation Definition
|
|
360
364
|
type: object
|