@salesforce/lds-adapters-service-einsteinllm 1.380.0-dev1 → 1.380.0-dev11
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/service-einsteinllm.js +2234 -491
- package/dist/es/es2018/types/src/generated/adapters/createPromptTemplate.d.ts +2 -3
- package/dist/es/es2018/types/src/generated/adapters/createPromptTemplateVersion.d.ts +2 -3
- package/dist/es/es2018/types/src/generated/adapters/getDataProviderInstanceConfig.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/adapters/getDataProviderTypeConfigs.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/getDataProviders.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/getInputMappedDataProviders.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/adapters/getPromptTemplateVersion.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/adapters/getPromptTemplateVersions.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/putEinsteinPromptTemplateVersionStatus.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/adapters/updatePromptTemplateVersion.d.ts +2 -3
- package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +7 -0
- package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +14 -1
- package/dist/es/es2018/types/src/generated/resources/getEinsteinPromptTemplatesDataProviderTypesByTemplateType.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getEinsteinPromptTemplatesDataProvidersByTemplateType.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/resources/getEinsteinPromptTemplatesVersionsByPromptTemplateDevName.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/resources/getEinsteinPromptTemplatesVersionsByPromptTemplateDevNameAndVersionId.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/resources/postEinsteinPromptTemplates.d.ts +2 -3
- package/dist/es/es2018/types/src/generated/resources/postEinsteinPromptTemplatesDataProviderDescribe.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/resources/postEinsteinPromptTemplatesDataProvidersMapped.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/resources/postEinsteinPromptTemplatesVersionsByPromptTemplateDevName.d.ts +2 -3
- package/dist/es/es2018/types/src/generated/resources/putEinsteinPromptTemplatesVersionsByPromptTemplateDevNameAndVersionId.d.ts +2 -3
- package/dist/es/es2018/types/src/generated/resources/putEinsteinPromptTemplatesVersionsStatusByPromptTemplateDevNameAndVersionId.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/types/EinsteinLlmGenerationCitationRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/EinsteinLlmGenerationGenAiCitedReferenceRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/EinsteinPromptRecordInputRepresentation.d.ts +5 -8
- package/dist/es/es2018/types/src/generated/types/EinsteinPromptTemplateGenerationsRepresentation.d.ts +7 -1
- package/dist/es/es2018/types/src/generated/types/PromptTemplateDataProviderDiscoveryInputRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/PromptTemplateDataProviderInputParamRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/PromptTemplateDataProviderInstanceConfigCollectionRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/PromptTemplateDataProviderInstanceConfigInputRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/PromptTemplateDataProviderInstanceConfigRepresentation.d.ts +77 -0
- package/dist/es/es2018/types/src/generated/types/PromptTemplateDataProviderOutputParamRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/PromptTemplateDataProviderTypeConfigCollectionRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/PromptTemplateDataProviderTypeConfigRepresentation.d.ts +46 -0
- package/dist/es/es2018/types/src/generated/types/WrappedMap.d.ts +3 -3
- package/package.json +4 -4
- package/sfdc/index.js +2496 -682
- package/src/raml/api.raml +365 -10
- package/src/raml/luvio.raml +44 -0
|
@@ -0,0 +1,40 @@
|
|
|
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, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "63584d83290e21bdff26b1bef3db119c";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: EinsteinLlmGenerationGenAiCitedReferenceRepresentation, existing: EinsteinLlmGenerationGenAiCitedReferenceRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): EinsteinLlmGenerationGenAiCitedReferenceRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: EinsteinLlmGenerationGenAiCitedReferenceRepresentationNormalized, incoming: EinsteinLlmGenerationGenAiCitedReferenceRepresentationNormalized): boolean;
|
|
8
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
9
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: EinsteinLlmGenerationGenAiCitedReferenceRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Output of a Einstein LLM Generation Gen AI Citation output
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface EinsteinLlmGenerationGenAiCitedReferenceRepresentationNormalized {
|
|
17
|
+
/** Array of locations where that particular citation needs to appear in the input text */
|
|
18
|
+
citationLocations?: Array<number>;
|
|
19
|
+
/** Matching chunk from the input text */
|
|
20
|
+
claims?: Array<string>;
|
|
21
|
+
/** Link */
|
|
22
|
+
link?: string;
|
|
23
|
+
/** SourceObjectApiName */
|
|
24
|
+
sourceObjectApiName?: string;
|
|
25
|
+
/** SourceObjectRecordId */
|
|
26
|
+
sourceObjectRecordId?: string;
|
|
27
|
+
}
|
|
28
|
+
/**
|
|
29
|
+
* Output of a Einstein LLM Generation Gen AI Citation output
|
|
30
|
+
*
|
|
31
|
+
* Keys:
|
|
32
|
+
* (none)
|
|
33
|
+
*/
|
|
34
|
+
export interface EinsteinLlmGenerationGenAiCitedReferenceRepresentation {
|
|
35
|
+
citationLocations?: Array<number>;
|
|
36
|
+
claims?: Array<string>;
|
|
37
|
+
link?: string;
|
|
38
|
+
sourceObjectApiName?: string;
|
|
39
|
+
sourceObjectRecordId?: string;
|
|
40
|
+
}
|
package/dist/es/es2018/types/src/generated/types/EinsteinPromptRecordInputRepresentation.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
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, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
-
export declare const VERSION = "
|
|
2
|
+
export declare const VERSION = "fb8ff3eb5cea43d2e9913f9b44ce0052";
|
|
3
3
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
4
|
export declare const RepresentationType: string;
|
|
5
5
|
export declare function normalize(input: EinsteinPromptRecordInputRepresentation, existing: EinsteinPromptRecordInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): EinsteinPromptRecordInputRepresentationNormalized;
|
|
@@ -21,13 +21,11 @@ export interface EinsteinPromptRecordInputRepresentationNormalized {
|
|
|
21
21
|
[key: string]: unknown;
|
|
22
22
|
};
|
|
23
23
|
/** GenAiPromptTemplate Fields */
|
|
24
|
-
fields:
|
|
24
|
+
fields: {
|
|
25
25
|
[key: string]: unknown;
|
|
26
|
-
}
|
|
26
|
+
};
|
|
27
27
|
/** The ID of the prompt template */
|
|
28
28
|
id?: string;
|
|
29
|
-
/** isStandard */
|
|
30
|
-
isStandard: boolean;
|
|
31
29
|
}
|
|
32
30
|
/**
|
|
33
31
|
* Input representation for creating a prompt template
|
|
@@ -40,9 +38,8 @@ export interface EinsteinPromptRecordInputRepresentation {
|
|
|
40
38
|
childRelationships: {
|
|
41
39
|
[key: string]: unknown;
|
|
42
40
|
};
|
|
43
|
-
fields:
|
|
41
|
+
fields: {
|
|
44
42
|
[key: string]: unknown;
|
|
45
|
-
}
|
|
43
|
+
};
|
|
46
44
|
id?: string;
|
|
47
|
-
isStandard: boolean;
|
|
48
45
|
}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EinsteinLlmGenerationCitationRepresentation as EinsteinLlmGenerationCitationRepresentation_EinsteinLlmGenerationCitationRepresentation } from './EinsteinLlmGenerationCitationRepresentation';
|
|
1
2
|
import { EinsteinPromptTemplateAttachmentRepresentation as EinsteinPromptTemplateAttachmentRepresentation_EinsteinPromptTemplateAttachmentRepresentation } from './EinsteinPromptTemplateAttachmentRepresentation';
|
|
2
3
|
import { EinsteinPromptTemplateGenerationsErrorRepresentation as EinsteinPromptTemplateGenerationsErrorRepresentation_EinsteinPromptTemplateGenerationsErrorRepresentation } from './EinsteinPromptTemplateGenerationsErrorRepresentation';
|
|
3
4
|
import { EinsteinLlmGenerationItemRepresentation as EinsteinLlmGenerationItemRepresentation_EinsteinLlmGenerationItemRepresentation } from './EinsteinLlmGenerationItemRepresentation';
|
|
@@ -6,7 +7,7 @@ import { EinsteinPromptTemplateMaskContentRepresentation as EinsteinPromptTempla
|
|
|
6
7
|
import { EinsteinPromptTemplateMaskDataRepresentation as EinsteinPromptTemplateMaskDataRepresentation_EinsteinPromptTemplateMaskDataRepresentation } from './EinsteinPromptTemplateMaskDataRepresentation';
|
|
7
8
|
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';
|
|
8
9
|
export declare const TTL = 100;
|
|
9
|
-
export declare const VERSION = "
|
|
10
|
+
export declare const VERSION = "4f8799314eebcd45e3fca72dcdf7722d";
|
|
10
11
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
11
12
|
export declare const RepresentationType: string;
|
|
12
13
|
export interface KeyParams extends $64$luvio_engine_KeyMetadata {
|
|
@@ -30,6 +31,7 @@ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableSto
|
|
|
30
31
|
* requestId (string): requestId
|
|
31
32
|
*/
|
|
32
33
|
export interface EinsteinPromptTemplateGenerationsRepresentationNormalized {
|
|
34
|
+
citations?: EinsteinLlmGenerationCitationRepresentation_EinsteinLlmGenerationCitationRepresentation;
|
|
33
35
|
/** file info of the input files used in generation */
|
|
34
36
|
fileData?: Array<EinsteinPromptTemplateAttachmentRepresentation_EinsteinPromptTemplateAttachmentRepresentation>;
|
|
35
37
|
/** generated prompt template generationErrors */
|
|
@@ -46,6 +48,8 @@ export interface EinsteinPromptTemplateGenerationsRepresentationNormalized {
|
|
|
46
48
|
prompt: string | null;
|
|
47
49
|
/** generated prompt template promptTemplateDevName */
|
|
48
50
|
promptTemplateDevName: string;
|
|
51
|
+
/** Raw prompt with unresolved merge fields */
|
|
52
|
+
rawPrompt: string | null;
|
|
49
53
|
/** ID of the generation request */
|
|
50
54
|
requestId: string;
|
|
51
55
|
/** generated prompt template RequestMessages */
|
|
@@ -62,6 +66,7 @@ export interface EinsteinPromptTemplateGenerationsRepresentationNormalized {
|
|
|
62
66
|
* requestId (string): requestId
|
|
63
67
|
*/
|
|
64
68
|
export interface EinsteinPromptTemplateGenerationsRepresentation {
|
|
69
|
+
citations?: EinsteinLlmGenerationCitationRepresentation_EinsteinLlmGenerationCitationRepresentation;
|
|
65
70
|
fileData?: Array<EinsteinPromptTemplateAttachmentRepresentation_EinsteinPromptTemplateAttachmentRepresentation>;
|
|
66
71
|
generationErrors?: Array<EinsteinPromptTemplateGenerationsErrorRepresentation_EinsteinPromptTemplateGenerationsErrorRepresentation>;
|
|
67
72
|
generations: Array<EinsteinLlmGenerationItemRepresentation_EinsteinLlmGenerationItemRepresentation>;
|
|
@@ -71,6 +76,7 @@ export interface EinsteinPromptTemplateGenerationsRepresentation {
|
|
|
71
76
|
parameters: WrappedMap_WrappedMap | null;
|
|
72
77
|
prompt: string | null;
|
|
73
78
|
promptTemplateDevName: string;
|
|
79
|
+
rawPrompt: string | null;
|
|
74
80
|
requestId: string;
|
|
75
81
|
requestMessages?: Array<EinsteinPromptTemplateMaskContentRepresentation_EinsteinPromptTemplateMaskContentRepresentation>;
|
|
76
82
|
responseMessages?: Array<EinsteinPromptTemplateMaskContentRepresentation_EinsteinPromptTemplateMaskContentRepresentation>;
|
|
@@ -0,0 +1,37 @@
|
|
|
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, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "ad8ac9e0ba41c2d60a8be658ab3fc96b";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: PromptTemplateDataProviderDiscoveryInputRepresentation, existing: PromptTemplateDataProviderDiscoveryInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): PromptTemplateDataProviderDiscoveryInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: PromptTemplateDataProviderDiscoveryInputRepresentationNormalized, incoming: PromptTemplateDataProviderDiscoveryInputRepresentationNormalized): boolean;
|
|
8
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
9
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: PromptTemplateDataProviderDiscoveryInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Input for data provider discovery API to find available data providers based on criteria
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface PromptTemplateDataProviderDiscoveryInputRepresentationNormalized {
|
|
17
|
+
/** The expression group name for the data provider */
|
|
18
|
+
groupName?: string;
|
|
19
|
+
/** The scoped target for data provider discovery */
|
|
20
|
+
target?: string;
|
|
21
|
+
/** List of template input parameters for data provider discovery */
|
|
22
|
+
templateInputs: Array<unknown>;
|
|
23
|
+
/** The template type name to filter data providers by */
|
|
24
|
+
templateTypeName: string;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Input for data provider discovery API to find available data providers based on criteria
|
|
28
|
+
*
|
|
29
|
+
* Keys:
|
|
30
|
+
* (none)
|
|
31
|
+
*/
|
|
32
|
+
export interface PromptTemplateDataProviderDiscoveryInputRepresentation {
|
|
33
|
+
groupName?: string;
|
|
34
|
+
target?: string;
|
|
35
|
+
templateInputs: Array<unknown>;
|
|
36
|
+
templateTypeName: string;
|
|
37
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
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, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "87817a2b41f70b94ea53ab2ec7cb5319";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: PromptTemplateDataProviderInputParamRepresentation, existing: PromptTemplateDataProviderInputParamRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): PromptTemplateDataProviderInputParamRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: PromptTemplateDataProviderInputParamRepresentationNormalized, incoming: PromptTemplateDataProviderInputParamRepresentationNormalized): boolean;
|
|
8
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
9
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: PromptTemplateDataProviderInputParamRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Represents an input parameter for a data provider instance
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface PromptTemplateDataProviderInputParamRepresentationNormalized {
|
|
17
|
+
/** The api name of the input parameter */
|
|
18
|
+
apiName: string;
|
|
19
|
+
/** The label of the input parameter */
|
|
20
|
+
label: string;
|
|
21
|
+
/** The flag to identify if input is mandatory */
|
|
22
|
+
required: boolean;
|
|
23
|
+
/** The data type of the input parameter */
|
|
24
|
+
type: string;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Represents an input parameter for a data provider instance
|
|
28
|
+
*
|
|
29
|
+
* Keys:
|
|
30
|
+
* (none)
|
|
31
|
+
*/
|
|
32
|
+
export interface PromptTemplateDataProviderInputParamRepresentation {
|
|
33
|
+
apiName: string;
|
|
34
|
+
label: string;
|
|
35
|
+
required: boolean;
|
|
36
|
+
type: string;
|
|
37
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { PromptTemplateDataProviderInstanceConfigRepresentation as PromptTemplateDataProviderInstanceConfigRepresentation_PromptTemplateDataProviderInstanceConfigRepresentation } from './PromptTemplateDataProviderInstanceConfigRepresentation';
|
|
2
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, BaseFragment as $64$luvio_engine_BaseFragment, ResourceIngest as $64$luvio_engine_ResourceIngest, StoreLink as $64$luvio_engine_StoreLink, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
3
|
+
export declare const TTL = 300;
|
|
4
|
+
export declare const VERSION = "3a6ecdfe18eb2af8f8f6aaa1a30b194c";
|
|
5
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
|
+
export declare const RepresentationType: string;
|
|
7
|
+
export declare function normalize(input: PromptTemplateDataProviderInstanceConfigCollectionRepresentation, existing: PromptTemplateDataProviderInstanceConfigCollectionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): PromptTemplateDataProviderInstanceConfigCollectionRepresentationNormalized;
|
|
8
|
+
export declare const select: () => $64$luvio_engine_BaseFragment;
|
|
9
|
+
export declare function equals(existing: PromptTemplateDataProviderInstanceConfigCollectionRepresentationNormalized, incoming: PromptTemplateDataProviderInstanceConfigCollectionRepresentationNormalized): boolean;
|
|
10
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: PromptTemplateDataProviderInstanceConfigCollectionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
12
|
+
/**
|
|
13
|
+
* Collection of data provider instance configurations for a prompt template version
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface PromptTemplateDataProviderInstanceConfigCollectionRepresentationNormalized {
|
|
19
|
+
/** List of data provider instance configurations */
|
|
20
|
+
dataProviderInstanceConfigs: Array<$64$luvio_engine_StoreLink>;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Collection of data provider instance configurations for a prompt template version
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface PromptTemplateDataProviderInstanceConfigCollectionRepresentation {
|
|
29
|
+
dataProviderInstanceConfigs: Array<PromptTemplateDataProviderInstanceConfigRepresentation_PromptTemplateDataProviderInstanceConfigRepresentation>;
|
|
30
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
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, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "274cf47ad59f25a309f109c720950067";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: PromptTemplateDataProviderInstanceConfigInputRepresentation, existing: PromptTemplateDataProviderInstanceConfigInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): PromptTemplateDataProviderInstanceConfigInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: PromptTemplateDataProviderInstanceConfigInputRepresentationNormalized, incoming: PromptTemplateDataProviderInstanceConfigInputRepresentationNormalized): boolean;
|
|
8
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
9
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: PromptTemplateDataProviderInstanceConfigInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Input for data provider instance configuration generation
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface PromptTemplateDataProviderInstanceConfigInputRepresentationNormalized {
|
|
17
|
+
/** Additional parameters for the data provider configuration */
|
|
18
|
+
additionalParam?: {
|
|
19
|
+
[key: string]: unknown;
|
|
20
|
+
};
|
|
21
|
+
/** The definition of the data provider instance */
|
|
22
|
+
definition: string;
|
|
23
|
+
/** The expression group name for the data provider */
|
|
24
|
+
groupName: string;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Input for data provider instance configuration generation
|
|
28
|
+
*
|
|
29
|
+
* Keys:
|
|
30
|
+
* (none)
|
|
31
|
+
*/
|
|
32
|
+
export interface PromptTemplateDataProviderInstanceConfigInputRepresentation {
|
|
33
|
+
additionalParam?: {
|
|
34
|
+
[key: string]: unknown;
|
|
35
|
+
};
|
|
36
|
+
definition: string;
|
|
37
|
+
groupName: string;
|
|
38
|
+
}
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
import { PromptTemplateDataProviderOutputParamRepresentation as PromptTemplateDataProviderOutputParamRepresentation_PromptTemplateDataProviderOutputParamRepresentation } from './PromptTemplateDataProviderOutputParamRepresentation';
|
|
2
|
+
import { PromptTemplateDataProviderInputParamRepresentation as PromptTemplateDataProviderInputParamRepresentation_PromptTemplateDataProviderInputParamRepresentation } from './PromptTemplateDataProviderInputParamRepresentation';
|
|
3
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, BaseFragment as $64$luvio_engine_BaseFragment, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
4
|
+
export declare const TTL = 300;
|
|
5
|
+
export declare const VERSION = "d4824d8c6e7848df0de89295e6d9d434";
|
|
6
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
7
|
+
export declare const RepresentationType: string;
|
|
8
|
+
export declare function normalize(input: PromptTemplateDataProviderInstanceConfigRepresentation, existing: PromptTemplateDataProviderInstanceConfigRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): PromptTemplateDataProviderInstanceConfigRepresentationNormalized;
|
|
9
|
+
export declare const select: () => $64$luvio_engine_BaseFragment;
|
|
10
|
+
export declare function equals(existing: PromptTemplateDataProviderInstanceConfigRepresentationNormalized, incoming: PromptTemplateDataProviderInstanceConfigRepresentationNormalized): boolean;
|
|
11
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
12
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: PromptTemplateDataProviderInstanceConfigRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
13
|
+
/**
|
|
14
|
+
* Configuration for a specific instance of a data provider that drives PB UI capabilities
|
|
15
|
+
*
|
|
16
|
+
* Keys:
|
|
17
|
+
* (none)
|
|
18
|
+
*/
|
|
19
|
+
export interface PromptTemplateDataProviderInstanceConfigRepresentationNormalized {
|
|
20
|
+
/** The API name of the discovered data provider */
|
|
21
|
+
apiName: string;
|
|
22
|
+
/** The data provider bundle containing configuration and schema information */
|
|
23
|
+
dataProviderBundle?: {
|
|
24
|
+
[key: string]: unknown;
|
|
25
|
+
};
|
|
26
|
+
defaultOutputParam?: PromptTemplateDataProviderOutputParamRepresentation_PromptTemplateDataProviderOutputParamRepresentation;
|
|
27
|
+
/** The definition field for the data provider instance */
|
|
28
|
+
definition: string;
|
|
29
|
+
/** The description of data provider */
|
|
30
|
+
description?: string | null;
|
|
31
|
+
/** The expression group name for the data provider instance */
|
|
32
|
+
groupName: string;
|
|
33
|
+
/** The list of all input parameters for the data provider instance */
|
|
34
|
+
inputParams?: Array<PromptTemplateDataProviderInputParamRepresentation_PromptTemplateDataProviderInputParamRepresentation>;
|
|
35
|
+
/** The display label for the data provider instance */
|
|
36
|
+
label: string;
|
|
37
|
+
/** The mapped inputs for data provider */
|
|
38
|
+
mappedInputs?: {
|
|
39
|
+
[key: string]: unknown;
|
|
40
|
+
};
|
|
41
|
+
/** The icon identifier for the data provider instance */
|
|
42
|
+
nodeIcon?: string | null;
|
|
43
|
+
/** The list of all output parameters for the data provider instance */
|
|
44
|
+
outputParams?: Array<PromptTemplateDataProviderOutputParamRepresentation_PromptTemplateDataProviderOutputParamRepresentation>;
|
|
45
|
+
/** The reference name for the data provider instance */
|
|
46
|
+
referenceName: string;
|
|
47
|
+
/** The target scope for non-top level providers scoped to a specific target */
|
|
48
|
+
scopedToTarget?: string | null;
|
|
49
|
+
/** The sub-group used to categorize data providers in the resource picker */
|
|
50
|
+
subGroup?: string | null;
|
|
51
|
+
}
|
|
52
|
+
/**
|
|
53
|
+
* Configuration for a specific instance of a data provider that drives PB UI capabilities
|
|
54
|
+
*
|
|
55
|
+
* Keys:
|
|
56
|
+
* (none)
|
|
57
|
+
*/
|
|
58
|
+
export interface PromptTemplateDataProviderInstanceConfigRepresentation {
|
|
59
|
+
apiName: string;
|
|
60
|
+
dataProviderBundle?: {
|
|
61
|
+
[key: string]: unknown;
|
|
62
|
+
};
|
|
63
|
+
defaultOutputParam?: PromptTemplateDataProviderOutputParamRepresentation_PromptTemplateDataProviderOutputParamRepresentation;
|
|
64
|
+
definition: string;
|
|
65
|
+
description?: string | null;
|
|
66
|
+
groupName: string;
|
|
67
|
+
inputParams?: Array<PromptTemplateDataProviderInputParamRepresentation_PromptTemplateDataProviderInputParamRepresentation>;
|
|
68
|
+
label: string;
|
|
69
|
+
mappedInputs?: {
|
|
70
|
+
[key: string]: unknown;
|
|
71
|
+
};
|
|
72
|
+
nodeIcon?: string | null;
|
|
73
|
+
outputParams?: Array<PromptTemplateDataProviderOutputParamRepresentation_PromptTemplateDataProviderOutputParamRepresentation>;
|
|
74
|
+
referenceName: string;
|
|
75
|
+
scopedToTarget?: string | null;
|
|
76
|
+
subGroup?: string | null;
|
|
77
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
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, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "c4d2df4f0dc05bc5c7abad9af197958b";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: PromptTemplateDataProviderOutputParamRepresentation, existing: PromptTemplateDataProviderOutputParamRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): PromptTemplateDataProviderOutputParamRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: PromptTemplateDataProviderOutputParamRepresentationNormalized, incoming: PromptTemplateDataProviderOutputParamRepresentationNormalized): boolean;
|
|
8
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
9
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: PromptTemplateDataProviderOutputParamRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Represents an output parameter for a data provider instance
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface PromptTemplateDataProviderOutputParamRepresentationNormalized {
|
|
17
|
+
/** The value of the output parameter */
|
|
18
|
+
apiName: string;
|
|
19
|
+
/** The label of the output parameter */
|
|
20
|
+
label: string;
|
|
21
|
+
/** The type of the output parameter */
|
|
22
|
+
type?: string;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Represents an output parameter for a data provider instance
|
|
26
|
+
*
|
|
27
|
+
* Keys:
|
|
28
|
+
* (none)
|
|
29
|
+
*/
|
|
30
|
+
export interface PromptTemplateDataProviderOutputParamRepresentation {
|
|
31
|
+
apiName: string;
|
|
32
|
+
label: string;
|
|
33
|
+
type?: string;
|
|
34
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { PromptTemplateDataProviderTypeConfigRepresentation as PromptTemplateDataProviderTypeConfigRepresentation_PromptTemplateDataProviderTypeConfigRepresentation } from './PromptTemplateDataProviderTypeConfigRepresentation';
|
|
2
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, BaseFragment as $64$luvio_engine_BaseFragment, 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 TTL = 300;
|
|
4
|
+
export declare const VERSION = "212332dac1decc071b476742df3440fb";
|
|
5
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
|
+
export declare const RepresentationType: string;
|
|
7
|
+
export declare function normalize(input: PromptTemplateDataProviderTypeConfigCollectionRepresentation, existing: PromptTemplateDataProviderTypeConfigCollectionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): PromptTemplateDataProviderTypeConfigCollectionRepresentationNormalized;
|
|
8
|
+
export declare const select: () => $64$luvio_engine_BaseFragment;
|
|
9
|
+
export declare function equals(existing: PromptTemplateDataProviderTypeConfigCollectionRepresentationNormalized, incoming: PromptTemplateDataProviderTypeConfigCollectionRepresentationNormalized): boolean;
|
|
10
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: PromptTemplateDataProviderTypeConfigCollectionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
12
|
+
/**
|
|
13
|
+
* Collection of data provider type configurations for a prompt template type
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface PromptTemplateDataProviderTypeConfigCollectionRepresentationNormalized {
|
|
19
|
+
/** List of data provider type configs */
|
|
20
|
+
dataProviderTypeConfigs: Array<PromptTemplateDataProviderTypeConfigRepresentation_PromptTemplateDataProviderTypeConfigRepresentation>;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Collection of data provider type configurations for a prompt template type
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface PromptTemplateDataProviderTypeConfigCollectionRepresentation {
|
|
29
|
+
dataProviderTypeConfigs: Array<PromptTemplateDataProviderTypeConfigRepresentation_PromptTemplateDataProviderTypeConfigRepresentation>;
|
|
30
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
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, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "b97b40e8857fec8cc77b329fcbd342d7";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: PromptTemplateDataProviderTypeConfigRepresentation, existing: PromptTemplateDataProviderTypeConfigRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): PromptTemplateDataProviderTypeConfigRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: PromptTemplateDataProviderTypeConfigRepresentationNormalized, incoming: PromptTemplateDataProviderTypeConfigRepresentationNormalized): boolean;
|
|
8
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
9
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: PromptTemplateDataProviderTypeConfigRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Output representation of a data provider type configuration
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface PromptTemplateDataProviderTypeConfigRepresentationNormalized {
|
|
17
|
+
/** The localized description of the data provider type */
|
|
18
|
+
description?: string;
|
|
19
|
+
/** The group name of the data provider type */
|
|
20
|
+
groupName: string;
|
|
21
|
+
/** The icon identifier for the data provider type */
|
|
22
|
+
icon: string;
|
|
23
|
+
/** Indicates whether this is a top level data provider type */
|
|
24
|
+
isTopLevel: boolean;
|
|
25
|
+
/** The localized label of the data provider type */
|
|
26
|
+
label: string;
|
|
27
|
+
/** The parent node identifier for hierarchical data provider types */
|
|
28
|
+
parentNode?: string;
|
|
29
|
+
/** The scope configuration for the data provider type (can be 'ALL' or list of specific scopes) */
|
|
30
|
+
scope?: unknown;
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* Output representation of a data provider type configuration
|
|
34
|
+
*
|
|
35
|
+
* Keys:
|
|
36
|
+
* (none)
|
|
37
|
+
*/
|
|
38
|
+
export interface PromptTemplateDataProviderTypeConfigRepresentation {
|
|
39
|
+
description?: string;
|
|
40
|
+
groupName: string;
|
|
41
|
+
icon: string;
|
|
42
|
+
isTopLevel: boolean;
|
|
43
|
+
label: string;
|
|
44
|
+
parentNode?: string;
|
|
45
|
+
scope?: unknown;
|
|
46
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
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, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
-
export declare const VERSION = "
|
|
2
|
+
export declare const VERSION = "379fd960d1a0118f506f458ab2c8dd7e";
|
|
3
3
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
4
|
export declare const RepresentationType: string;
|
|
5
5
|
export declare function normalize(input: WrappedMap, existing: WrappedMapNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): WrappedMapNormalized;
|
|
@@ -16,7 +16,7 @@ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableSto
|
|
|
16
16
|
export interface WrappedMapNormalized {
|
|
17
17
|
/** wrapped map */
|
|
18
18
|
wrappedMap: {
|
|
19
|
-
[key: string]:
|
|
19
|
+
[key: string]: unknown;
|
|
20
20
|
};
|
|
21
21
|
}
|
|
22
22
|
/**
|
|
@@ -27,6 +27,6 @@ export interface WrappedMapNormalized {
|
|
|
27
27
|
*/
|
|
28
28
|
export interface WrappedMap {
|
|
29
29
|
wrappedMap: {
|
|
30
|
-
[key: string]:
|
|
30
|
+
[key: string]: unknown;
|
|
31
31
|
};
|
|
32
32
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-service-einsteinllm",
|
|
3
|
-
"version": "1.380.0-
|
|
3
|
+
"version": "1.380.0-dev11",
|
|
4
4
|
"description": "Connect family for Einstein LLM generations",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "dist/es/es2018/service-einsteinllm.js",
|
|
@@ -44,11 +44,11 @@
|
|
|
44
44
|
"test:unit": "jest --config=./jest.config.js"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@salesforce/lds-bindings": "^1.380.0-
|
|
47
|
+
"@salesforce/lds-bindings": "^1.380.0-dev11"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
|
-
"@salesforce/lds-compiler-plugins": "^1.380.0-
|
|
51
|
-
"@salesforce/lds-karma": "^1.380.0-
|
|
50
|
+
"@salesforce/lds-compiler-plugins": "^1.380.0-dev11",
|
|
51
|
+
"@salesforce/lds-karma": "^1.380.0-dev11"
|
|
52
52
|
},
|
|
53
53
|
"nx": {
|
|
54
54
|
"targets": {
|