@salesforce/lds-adapters-industries-assessment 1.100.2
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/LICENSE.txt +82 -0
- package/dist/es/es2018/industries-assessment.js +1688 -0
- package/dist/types/src/generated/adapters/adapter-utils.d.ts +66 -0
- package/dist/types/src/generated/adapters/getAssessmentEnvelope.d.ts +26 -0
- package/dist/types/src/generated/adapters/postAssessmentContextSearch.d.ts +16 -0
- package/dist/types/src/generated/adapters/postAssessmentEnvelope.d.ts +15 -0
- package/dist/types/src/generated/artifacts/main.d.ts +3 -0
- package/dist/types/src/generated/artifacts/sfdc.d.ts +5 -0
- package/dist/types/src/generated/resources/getConnectAssessmentsAssessmentenvelopes.d.ts +15 -0
- package/dist/types/src/generated/resources/postConnectAssessmentsAssessmentElementsByContextId.d.ts +16 -0
- package/dist/types/src/generated/resources/postConnectAssessmentsAssessmentenvelopes.d.ts +13 -0
- package/dist/types/src/generated/types/AssessmentContextSearchInputRepresentation.d.ts +41 -0
- package/dist/types/src/generated/types/AssessmentContextSearchResultRepresentation.d.ts +52 -0
- package/dist/types/src/generated/types/AssessmentContextSearchWrapperInputRepresentation.d.ts +30 -0
- package/dist/types/src/generated/types/AssessmentEnvelopeGetResultRepresentation.d.ts +36 -0
- package/dist/types/src/generated/types/AssessmentEnvelopeInputRepresentation.d.ts +47 -0
- package/dist/types/src/generated/types/AssessmentEnvelopeItemsListOutputRepresentation.d.ts +35 -0
- package/dist/types/src/generated/types/AssessmentEnvelopeItemsListRepresentation.d.ts +29 -0
- package/dist/types/src/generated/types/AssessmentEnvelopeItemsRepresentation.d.ts +35 -0
- package/dist/types/src/generated/types/AssessmentEnvelopeOutputRepresentation.d.ts +39 -0
- package/dist/types/src/generated/types/AssessmentEnvelopeRepresentation.d.ts +33 -0
- package/dist/types/src/generated/types/AssessmentEnvelopeResultRepresentation.d.ts +45 -0
- package/dist/types/src/generated/types/AssessmentEnvelopeWrapperInputRepresentation.d.ts +29 -0
- package/dist/types/src/generated/types/DerivedFiltersInputRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/FilterCriteriaRepresentation.d.ts +35 -0
- package/dist/types/src/generated/types/RecordOffsetRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/RecordsRepresentation.d.ts +41 -0
- package/dist/types/src/generated/types/SortOptionRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/type-utils.d.ts +39 -0
- package/dist/umd/es2018/industries-assessment.js +1698 -0
- package/dist/umd/es5/industries-assessment.js +1709 -0
- package/package.json +71 -0
- package/sfdc/index.d.ts +1 -0
- package/sfdc/index.js +1730 -0
- package/src/raml/api.raml +357 -0
- package/src/raml/luvio.raml +33 -0
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import { AssessmentEnvelopeRepresentation as AssessmentEnvelopeRepresentation_AssessmentEnvelopeRepresentation } from './AssessmentEnvelopeRepresentation';
|
|
2
|
+
import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
3
|
+
export declare const VERSION = "7e489c5236b75eb23da3679e0a4afc5a";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export interface KeyParams extends $64$luvio_engine_KeyMetadata {
|
|
7
|
+
isSuccess: boolean;
|
|
8
|
+
}
|
|
9
|
+
export type AssessmentEnvelopeResultRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
|
|
10
|
+
export type PartialAssessmentEnvelopeResultRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
|
|
11
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
|
|
12
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): AssessmentEnvelopeResultRepresentationNormalizedKeyMetadata;
|
|
13
|
+
export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: AssessmentEnvelopeResultRepresentation): string;
|
|
14
|
+
export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: AssessmentEnvelopeResultRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
|
|
15
|
+
export declare function normalize(input: AssessmentEnvelopeResultRepresentation, existing: AssessmentEnvelopeResultRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AssessmentEnvelopeResultRepresentationNormalized;
|
|
16
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
17
|
+
export declare function equals(existing: AssessmentEnvelopeResultRepresentationNormalized, incoming: AssessmentEnvelopeResultRepresentationNormalized): boolean;
|
|
18
|
+
export declare function deepFreeze(input: AssessmentEnvelopeResultRepresentation): void;
|
|
19
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
20
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: AssessmentEnvelopeResultRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
21
|
+
/**
|
|
22
|
+
* Assessment Envelope created successfully
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* isSuccess (boolean): isSuccess
|
|
26
|
+
*/
|
|
27
|
+
export interface AssessmentEnvelopeResultRepresentationNormalized {
|
|
28
|
+
/** Assessment envelope response */
|
|
29
|
+
assessmentEnvelope: AssessmentEnvelopeRepresentation_AssessmentEnvelopeRepresentation;
|
|
30
|
+
/** true if successful and false if there is a failure */
|
|
31
|
+
isSuccess: boolean;
|
|
32
|
+
/** If isSuccess is false, there can be one or more error messages. If isSuccess is true, message will be empty. */
|
|
33
|
+
message: string | null;
|
|
34
|
+
}
|
|
35
|
+
/**
|
|
36
|
+
* Assessment Envelope created successfully
|
|
37
|
+
*
|
|
38
|
+
* Keys:
|
|
39
|
+
* isSuccess (boolean): isSuccess
|
|
40
|
+
*/
|
|
41
|
+
export interface AssessmentEnvelopeResultRepresentation {
|
|
42
|
+
assessmentEnvelope: AssessmentEnvelopeRepresentation_AssessmentEnvelopeRepresentation;
|
|
43
|
+
isSuccess: boolean;
|
|
44
|
+
message: string | null;
|
|
45
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { AssessmentEnvelopeInputRepresentation as AssessmentEnvelopeInputRepresentation_AssessmentEnvelopeInputRepresentation } from './AssessmentEnvelopeInputRepresentation';
|
|
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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
3
|
+
export declare const VERSION = "86ae944931c3e007e596f65dd4fa565a";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: AssessmentEnvelopeWrapperInputRepresentation, existing: AssessmentEnvelopeWrapperInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AssessmentEnvelopeWrapperInputRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: AssessmentEnvelopeWrapperInputRepresentationNormalized, incoming: AssessmentEnvelopeWrapperInputRepresentationNormalized): boolean;
|
|
9
|
+
export declare function deepFreeze(input: AssessmentEnvelopeWrapperInputRepresentation): void;
|
|
10
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: AssessmentEnvelopeWrapperInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
12
|
+
/**
|
|
13
|
+
* wrapper for AssessmentEnvelopeInputRepresentation
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface AssessmentEnvelopeWrapperInputRepresentationNormalized {
|
|
19
|
+
AssessmentEnvelopeData: AssessmentEnvelopeInputRepresentation_AssessmentEnvelopeInputRepresentation;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* wrapper for AssessmentEnvelopeInputRepresentation
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* (none)
|
|
26
|
+
*/
|
|
27
|
+
export interface AssessmentEnvelopeWrapperInputRepresentation {
|
|
28
|
+
AssessmentEnvelopeData: AssessmentEnvelopeInputRepresentation_AssessmentEnvelopeInputRepresentation;
|
|
29
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "0661f118e16d29d937f7724aaeb24f9d";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: DerivedFiltersInputRepresentation, existing: DerivedFiltersInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DerivedFiltersInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: DerivedFiltersInputRepresentationNormalized, incoming: DerivedFiltersInputRepresentationNormalized): boolean;
|
|
8
|
+
export declare function deepFreeze(input: DerivedFiltersInputRepresentation): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: DerivedFiltersInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* Assessment context search - Derived Filters
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface DerivedFiltersInputRepresentationNormalized {
|
|
18
|
+
/** Set the Name of the Derived Filters */
|
|
19
|
+
derivedFilterName: string;
|
|
20
|
+
/** Set the value of the derived Filters : True or False */
|
|
21
|
+
derivedFilterValue: boolean;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Assessment context search - Derived Filters
|
|
25
|
+
*
|
|
26
|
+
* Keys:
|
|
27
|
+
* (none)
|
|
28
|
+
*/
|
|
29
|
+
export interface DerivedFiltersInputRepresentation {
|
|
30
|
+
derivedFilterName: string;
|
|
31
|
+
derivedFilterValue: boolean;
|
|
32
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "97cac4a925c3329ddd8b17c9ccf10e55";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: FilterCriteriaRepresentation, existing: FilterCriteriaRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): FilterCriteriaRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: FilterCriteriaRepresentationNormalized, incoming: FilterCriteriaRepresentationNormalized): boolean;
|
|
8
|
+
export declare function deepFreeze(input: FilterCriteriaRepresentation): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: FilterCriteriaRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* Filter criteria to be applied.
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface FilterCriteriaRepresentationNormalized {
|
|
18
|
+
/** Name of the column. Validation will be performed based on the list of allowed column names. */
|
|
19
|
+
columnName: string | null;
|
|
20
|
+
/** Operation to be performed for the query criteria. Supported operators are =, <=, >=, LIKE */
|
|
21
|
+
operator: string;
|
|
22
|
+
/** Values based on which the filter will be applied */
|
|
23
|
+
values: Array<string | null>;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Filter criteria to be applied.
|
|
27
|
+
*
|
|
28
|
+
* Keys:
|
|
29
|
+
* (none)
|
|
30
|
+
*/
|
|
31
|
+
export interface FilterCriteriaRepresentation {
|
|
32
|
+
columnName: string | null;
|
|
33
|
+
operator: string;
|
|
34
|
+
values: Array<string | null>;
|
|
35
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "361228de698774d4d72eedff57ba707a";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: RecordOffsetRepresentation, existing: RecordOffsetRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): RecordOffsetRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: RecordOffsetRepresentationNormalized, incoming: RecordOffsetRepresentationNormalized): boolean;
|
|
8
|
+
export declare function deepFreeze(input: RecordOffsetRepresentation): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: RecordOffsetRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* Record offset.
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface RecordOffsetRepresentationNormalized {
|
|
18
|
+
/** Offset name that is mapped to a resultset. We will have list of allowed offset names */
|
|
19
|
+
offsetName: string | null;
|
|
20
|
+
/** Value of the offset */
|
|
21
|
+
value: number | null;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Record offset.
|
|
25
|
+
*
|
|
26
|
+
* Keys:
|
|
27
|
+
* (none)
|
|
28
|
+
*/
|
|
29
|
+
export interface RecordOffsetRepresentation {
|
|
30
|
+
offsetName: string | null;
|
|
31
|
+
value: number | null;
|
|
32
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "23514af8a9791ed725bda55d989be951";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: RecordsRepresentation, existing: RecordsRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): RecordsRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: RecordsRepresentationNormalized, incoming: RecordsRepresentationNormalized): boolean;
|
|
8
|
+
export declare function deepFreeze(input: RecordsRepresentation): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: RecordsRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* Records returned back by the API
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface RecordsRepresentationNormalized {
|
|
18
|
+
/** A unique identifier of the assessment envelope record. */
|
|
19
|
+
assessmentEnvelopeId: string | null;
|
|
20
|
+
/** A unique identifier of the assessment envelope item record. */
|
|
21
|
+
assessmentEnvelopeItemId: string | null;
|
|
22
|
+
/** A unique identifier of the assessment record. */
|
|
23
|
+
assessmentId: string | null;
|
|
24
|
+
/** Derived Status */
|
|
25
|
+
derivedStatus: string | null;
|
|
26
|
+
/** A unique identifier of the omni process record. */
|
|
27
|
+
omniProcessId: string | null;
|
|
28
|
+
}
|
|
29
|
+
/**
|
|
30
|
+
* Records returned back by the API
|
|
31
|
+
*
|
|
32
|
+
* Keys:
|
|
33
|
+
* (none)
|
|
34
|
+
*/
|
|
35
|
+
export interface RecordsRepresentation {
|
|
36
|
+
assessmentEnvelopeId: string | null;
|
|
37
|
+
assessmentEnvelopeItemId: string | null;
|
|
38
|
+
assessmentId: string | null;
|
|
39
|
+
derivedStatus: string | null;
|
|
40
|
+
omniProcessId: string | null;
|
|
41
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "e849f8d84050280a92cb96284b2b2e74";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: SortOptionRepresentation, existing: SortOptionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SortOptionRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: SortOptionRepresentationNormalized, incoming: SortOptionRepresentationNormalized): boolean;
|
|
8
|
+
export declare function deepFreeze(input: SortOptionRepresentation): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: SortOptionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* Sort option in the order the resultset needs to be sorted.
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface SortOptionRepresentationNormalized {
|
|
18
|
+
/** Name of the column. Validation will be performed based on the list of allowed column names. */
|
|
19
|
+
columnName: string | null;
|
|
20
|
+
/** Ascending or Descending - sort option based on which the sort will be performed */
|
|
21
|
+
sortBy: string | null;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Sort option in the order the resultset needs to be sorted.
|
|
25
|
+
*
|
|
26
|
+
* Keys:
|
|
27
|
+
* (none)
|
|
28
|
+
*/
|
|
29
|
+
export interface SortOptionRepresentation {
|
|
30
|
+
columnName: string | null;
|
|
31
|
+
sortBy: string | null;
|
|
32
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
+
export declare const ObjectFreeze: {
|
|
3
|
+
<T extends Function>(f: T): T;
|
|
4
|
+
<T_1 extends {
|
|
5
|
+
[idx: string]: object | U | null | undefined;
|
|
6
|
+
}, U extends string | number | bigint | boolean | symbol>(o: T_1): Readonly<T_1>;
|
|
7
|
+
<T_2>(o: T_2): Readonly<T_2>;
|
|
8
|
+
}, ObjectKeys: {
|
|
9
|
+
(o: object): string[];
|
|
10
|
+
(o: {}): string[];
|
|
11
|
+
}, ObjectCreate: {
|
|
12
|
+
(o: object | null): any;
|
|
13
|
+
(o: object | null, properties: PropertyDescriptorMap & ThisType<any>): any;
|
|
14
|
+
}, ObjectAssign: {
|
|
15
|
+
<T extends {}, U>(target: T, source: U): T & U;
|
|
16
|
+
<T_1 extends {}, U_1, V>(target: T_1, source1: U_1, source2: V): T_1 & U_1 & V;
|
|
17
|
+
<T_2 extends {}, U_2, V_1, W>(target: T_2, source1: U_2, source2: V_1, source3: W): T_2 & U_2 & V_1 & W;
|
|
18
|
+
(target: object, ...sources: any[]): any;
|
|
19
|
+
};
|
|
20
|
+
export declare const ArrayIsArray: (arg: any) => arg is any[];
|
|
21
|
+
export declare const JSONStringify: {
|
|
22
|
+
(value: any, replacer?: ((this: any, key: string, value: any) => any) | undefined, space?: string | number | undefined): string;
|
|
23
|
+
(value: any, replacer?: (string | number)[] | null | undefined, space?: string | number | undefined): string;
|
|
24
|
+
};
|
|
25
|
+
type AllowedPrimitives = boolean | string | number | Date | null;
|
|
26
|
+
type Value<T> = T extends AllowedPrimitives ? T : RecursivePartial<T>;
|
|
27
|
+
export type RecursivePartial<T> = null | {
|
|
28
|
+
[P in keyof T]?: T[P] extends Array<infer U> ? Array<Value<U>> | null : Value<T[P]> | null;
|
|
29
|
+
};
|
|
30
|
+
export declare function equalsArray<U, V extends U[]>(a: V, b: V, equalsItem: (itemA: U, itemB: U) => boolean | void): boolean;
|
|
31
|
+
export declare function equalsObject<U, V extends {
|
|
32
|
+
[key: string]: U;
|
|
33
|
+
}>(a: V, b: V, equalsProp: (propA: U, propB: U) => boolean | void): boolean;
|
|
34
|
+
export declare function deepFreeze(value: any): void;
|
|
35
|
+
export declare function createLink(ref: string | $64$luvio_engine_NormalizedKeyMetadata): {
|
|
36
|
+
__ref: string;
|
|
37
|
+
};
|
|
38
|
+
export declare function assignMetadataLink(entry: any, metadataKey: string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
39
|
+
export {};
|