@salesforce/lds-adapters-sales-pathassistant 1.246.0 → 1.248.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/sales-pathassistant.js +36 -832
- package/dist/es/es2018/types/src/generated/types/PathAssistantMetadataRepresentation.d.ts +10 -5
- package/package.json +6 -2
- package/sfdc/index.js +37 -833
- package/src/raml/api.raml +9 -136
- package/dist/es/es2018/types/src/generated/types/AnimationRuleRepresentation.d.ts +0 -43
- package/dist/es/es2018/types/src/generated/types/PathAssistantFieldRepresentation.d.ts +0 -37
- package/dist/es/es2018/types/src/generated/types/PathAssistantRepresentation.d.ts +0 -52
- package/dist/es/es2018/types/src/generated/types/PathAssistantStepRepresentation.d.ts +0 -47
- package/dist/es/es2018/types/src/generated/types/PicklistEntryRepresentation.d.ts +0 -40
- package/dist/es/es2018/types/src/generated/types/PicklistForRecordTypeRepresentation.d.ts +0 -32
package/src/raml/api.raml
CHANGED
|
@@ -27,146 +27,19 @@ annotationTypes:
|
|
|
27
27
|
allowedTargets: TypeDeclaration
|
|
28
28
|
|
|
29
29
|
types:
|
|
30
|
-
PathAssistantFieldRepresentation:
|
|
31
|
-
description: Path Assistant Field returned by Connect API
|
|
32
|
-
type: object
|
|
33
|
-
properties:
|
|
34
|
-
apiName:
|
|
35
|
-
description: Value representing Path Assistant Field API name
|
|
36
|
-
type: string
|
|
37
|
-
label:
|
|
38
|
-
description: Value representing Path Assistant Field label
|
|
39
|
-
type: string
|
|
40
|
-
isReadonly:
|
|
41
|
-
description: Value representing Path Assistant Field isReadonly
|
|
42
|
-
type: boolean
|
|
43
|
-
isRequired:
|
|
44
|
-
description: Value representing Path Assistant Field isRequired
|
|
45
|
-
type: boolean
|
|
46
|
-
PathAssistantStepRepresentation:
|
|
47
|
-
description: Path Assistant Step returned by Connect API
|
|
48
|
-
type: object
|
|
49
|
-
properties:
|
|
50
|
-
picklistLabel:
|
|
51
|
-
description: Value representing Path Assistant Step picklist label
|
|
52
|
-
type: string
|
|
53
|
-
picklistValue:
|
|
54
|
-
description: Value representing Path Assistant Step picklist value
|
|
55
|
-
type: string
|
|
56
|
-
isClosed:
|
|
57
|
-
description: Value representing Path Assistant Step picklist isClosed
|
|
58
|
-
type: boolean
|
|
59
|
-
isWon:
|
|
60
|
-
description: Value representing Path Assistant Step picklist isWon
|
|
61
|
-
type: boolean
|
|
62
|
-
isConverted:
|
|
63
|
-
description: Value representing Path Assistant Step picklist isConverted
|
|
64
|
-
type: boolean
|
|
65
|
-
fields:
|
|
66
|
-
description: Value representing Path Assistant Step fields
|
|
67
|
-
type: array
|
|
68
|
-
items:
|
|
69
|
-
type: PathAssistantFieldRepresentation
|
|
70
|
-
guidance:
|
|
71
|
-
description: Value representing Path Assistant Step guidance
|
|
72
|
-
type: string | nil
|
|
73
|
-
PicklistEntryRepresentation:
|
|
74
|
-
description: Picklist Entry returned by Connect API
|
|
75
|
-
type: object
|
|
76
|
-
properties:
|
|
77
|
-
label:
|
|
78
|
-
description: Value representing picklist label
|
|
79
|
-
type: string
|
|
80
|
-
value:
|
|
81
|
-
description: Value representing picklist value
|
|
82
|
-
type: string
|
|
83
|
-
isDefault:
|
|
84
|
-
description: Value representing picklist isDefault
|
|
85
|
-
type: boolean
|
|
86
|
-
validFor:
|
|
87
|
-
description: Value representing picklist valid for
|
|
88
|
-
type: string | nil ### TODO
|
|
89
|
-
isActive:
|
|
90
|
-
description: Value representing picklist isActive
|
|
91
|
-
type: boolean
|
|
92
|
-
PicklistForRecordTypeRepresentation:
|
|
93
|
-
description: Picklist for Record Type returned by Connect API
|
|
94
|
-
type: object
|
|
95
|
-
properties:
|
|
96
|
-
picklistName:
|
|
97
|
-
description: Value representing picklist name
|
|
98
|
-
type: string
|
|
99
|
-
picklists:
|
|
100
|
-
description: Value representing picklists
|
|
101
|
-
type: array
|
|
102
|
-
items:
|
|
103
|
-
type: PicklistEntryRepresentation
|
|
104
|
-
AnimationRuleRepresentation:
|
|
105
|
-
description: Animation Rule returned by Connect API
|
|
106
|
-
type: object
|
|
107
|
-
properties:
|
|
108
|
-
targetField:
|
|
109
|
-
description: Value representing Animation Rule target field
|
|
110
|
-
type: string
|
|
111
|
-
targetFieldChangeToValues:
|
|
112
|
-
description: Value representing Animation Rule target field change to values
|
|
113
|
-
type: string ### TODO
|
|
114
|
-
recordTypeContext:
|
|
115
|
-
description: Value representing Animation Rule Record Type context
|
|
116
|
-
type: string | nil ### TODO
|
|
117
|
-
recordTypeId:
|
|
118
|
-
description: Value representing Animation Rule Record Type Id
|
|
119
|
-
type: string | nil
|
|
120
|
-
animationFrequency:
|
|
121
|
-
description: Value representing Animation Rule animation frequency
|
|
122
|
-
type: string | nil
|
|
123
|
-
isActive:
|
|
124
|
-
description: Value representing Animation Rule isActive
|
|
125
|
-
type: boolean
|
|
126
|
-
PathAssistantRepresentation:
|
|
127
|
-
description: Path Assistant returned by Connect API
|
|
128
|
-
type: object
|
|
129
|
-
properties:
|
|
130
|
-
apiName:
|
|
131
|
-
description: Value representing Path Assistant API name
|
|
132
|
-
type: string
|
|
133
|
-
label:
|
|
134
|
-
description: Value representing Path Assistant label
|
|
135
|
-
type: string
|
|
136
|
-
picklistField:
|
|
137
|
-
description: Value representing Path Assistant picklist field
|
|
138
|
-
type: string
|
|
139
|
-
recordTypeId:
|
|
140
|
-
description: Value representing Path Assistant Record Type Id
|
|
141
|
-
type: string | nil
|
|
142
|
-
steps:
|
|
143
|
-
description: Value representing Path Assistant steps
|
|
144
|
-
type: array
|
|
145
|
-
items:
|
|
146
|
-
type: PathAssistantStepRepresentation
|
|
147
|
-
picklistsForRecordType:
|
|
148
|
-
description: Value representing Path Assistant picklists for Record Type
|
|
149
|
-
type: array
|
|
150
|
-
items:
|
|
151
|
-
type: PicklistForRecordTypeRepresentation
|
|
152
|
-
animationRule:
|
|
153
|
-
description: Value representing Path Assistant animation rule
|
|
154
|
-
type: array
|
|
155
|
-
items:
|
|
156
|
-
type: AnimationRuleRepresentation
|
|
157
|
-
isActive:
|
|
158
|
-
description: Value representing Path Assistant isActive
|
|
159
|
-
type: boolean
|
|
160
30
|
PathAssistantMetadataRepresentation:
|
|
161
31
|
description: Path Assistant metadata returned by Connect API
|
|
162
32
|
type: object
|
|
163
33
|
properties:
|
|
164
|
-
|
|
165
|
-
description: Value representing Path
|
|
166
|
-
type:
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
34
|
+
pathAssistant:
|
|
35
|
+
description: Value representing the Path Assistant
|
|
36
|
+
type: any
|
|
37
|
+
recordData:
|
|
38
|
+
description: Value representing the parent record data
|
|
39
|
+
type: any
|
|
40
|
+
extraData:
|
|
41
|
+
description: Value representing extra data related to Path Assistant
|
|
42
|
+
type: any
|
|
170
43
|
PathAssistantDaysInStageRepresentation:
|
|
171
44
|
description: Path Assistant days-in-stage data returned by Connect API
|
|
172
45
|
type: object
|
|
@@ -1,43 +0,0 @@
|
|
|
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 = "1963abcfbac7c1bc0ea2e37461cf2333";
|
|
3
|
-
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
-
export declare const RepresentationType: string;
|
|
5
|
-
export declare function normalize(input: AnimationRuleRepresentation, existing: AnimationRuleRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AnimationRuleRepresentationNormalized;
|
|
6
|
-
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
-
export declare function equals(existing: AnimationRuleRepresentationNormalized, incoming: AnimationRuleRepresentationNormalized): 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: AnimationRuleRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
-
/**
|
|
11
|
-
* Animation Rule returned by Connect API
|
|
12
|
-
*
|
|
13
|
-
* Keys:
|
|
14
|
-
* (none)
|
|
15
|
-
*/
|
|
16
|
-
export interface AnimationRuleRepresentationNormalized {
|
|
17
|
-
/** Value representing Animation Rule animation frequency */
|
|
18
|
-
animationFrequency: string | null;
|
|
19
|
-
/** Value representing Animation Rule isActive */
|
|
20
|
-
isActive: boolean;
|
|
21
|
-
/** Value representing Animation Rule Record Type context */
|
|
22
|
-
recordTypeContext: string | null;
|
|
23
|
-
/** Value representing Animation Rule Record Type Id */
|
|
24
|
-
recordTypeId: string | null;
|
|
25
|
-
/** Value representing Animation Rule target field */
|
|
26
|
-
targetField: string;
|
|
27
|
-
/** Value representing Animation Rule target field change to values */
|
|
28
|
-
targetFieldChangeToValues: string;
|
|
29
|
-
}
|
|
30
|
-
/**
|
|
31
|
-
* Animation Rule returned by Connect API
|
|
32
|
-
*
|
|
33
|
-
* Keys:
|
|
34
|
-
* (none)
|
|
35
|
-
*/
|
|
36
|
-
export interface AnimationRuleRepresentation {
|
|
37
|
-
animationFrequency: string | null;
|
|
38
|
-
isActive: boolean;
|
|
39
|
-
recordTypeContext: string | null;
|
|
40
|
-
recordTypeId: string | null;
|
|
41
|
-
targetField: string;
|
|
42
|
-
targetFieldChangeToValues: string;
|
|
43
|
-
}
|
|
@@ -1,37 +0,0 @@
|
|
|
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 = "a9a458021c10424744525ec9f4af4fc4";
|
|
3
|
-
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
-
export declare const RepresentationType: string;
|
|
5
|
-
export declare function normalize(input: PathAssistantFieldRepresentation, existing: PathAssistantFieldRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): PathAssistantFieldRepresentationNormalized;
|
|
6
|
-
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
-
export declare function equals(existing: PathAssistantFieldRepresentationNormalized, incoming: PathAssistantFieldRepresentationNormalized): 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: PathAssistantFieldRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
-
/**
|
|
11
|
-
* Path Assistant Field returned by Connect API
|
|
12
|
-
*
|
|
13
|
-
* Keys:
|
|
14
|
-
* (none)
|
|
15
|
-
*/
|
|
16
|
-
export interface PathAssistantFieldRepresentationNormalized {
|
|
17
|
-
/** Value representing Path Assistant Field API name */
|
|
18
|
-
apiName: string;
|
|
19
|
-
/** Value representing Path Assistant Field isReadonly */
|
|
20
|
-
isReadonly: boolean;
|
|
21
|
-
/** Value representing Path Assistant Field isRequired */
|
|
22
|
-
isRequired: boolean;
|
|
23
|
-
/** Value representing Path Assistant Field label */
|
|
24
|
-
label: string;
|
|
25
|
-
}
|
|
26
|
-
/**
|
|
27
|
-
* Path Assistant Field returned by Connect API
|
|
28
|
-
*
|
|
29
|
-
* Keys:
|
|
30
|
-
* (none)
|
|
31
|
-
*/
|
|
32
|
-
export interface PathAssistantFieldRepresentation {
|
|
33
|
-
apiName: string;
|
|
34
|
-
isReadonly: boolean;
|
|
35
|
-
isRequired: boolean;
|
|
36
|
-
label: string;
|
|
37
|
-
}
|
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
import { AnimationRuleRepresentation as AnimationRuleRepresentation_AnimationRuleRepresentation } from './AnimationRuleRepresentation';
|
|
2
|
-
import { PicklistForRecordTypeRepresentation as PicklistForRecordTypeRepresentation_PicklistForRecordTypeRepresentation } from './PicklistForRecordTypeRepresentation';
|
|
3
|
-
import { PathAssistantStepRepresentation as PathAssistantStepRepresentation_PathAssistantStepRepresentation } from './PathAssistantStepRepresentation';
|
|
4
|
-
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';
|
|
5
|
-
export declare const VERSION = "8f5dea957c8e0941055c593f74eeb0a5";
|
|
6
|
-
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
7
|
-
export declare const RepresentationType: string;
|
|
8
|
-
export declare function normalize(input: PathAssistantRepresentation, existing: PathAssistantRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): PathAssistantRepresentationNormalized;
|
|
9
|
-
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
10
|
-
export declare function equals(existing: PathAssistantRepresentationNormalized, incoming: PathAssistantRepresentationNormalized): 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: PathAssistantRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
13
|
-
/**
|
|
14
|
-
* Path Assistant returned by Connect API
|
|
15
|
-
*
|
|
16
|
-
* Keys:
|
|
17
|
-
* (none)
|
|
18
|
-
*/
|
|
19
|
-
export interface PathAssistantRepresentationNormalized {
|
|
20
|
-
/** Value representing Path Assistant animation rule */
|
|
21
|
-
animationRule: Array<AnimationRuleRepresentation_AnimationRuleRepresentation>;
|
|
22
|
-
/** Value representing Path Assistant API name */
|
|
23
|
-
apiName: string;
|
|
24
|
-
/** Value representing Path Assistant isActive */
|
|
25
|
-
isActive: boolean;
|
|
26
|
-
/** Value representing Path Assistant label */
|
|
27
|
-
label: string;
|
|
28
|
-
/** Value representing Path Assistant picklist field */
|
|
29
|
-
picklistField: string;
|
|
30
|
-
/** Value representing Path Assistant picklists for Record Type */
|
|
31
|
-
picklistsForRecordType: Array<PicklistForRecordTypeRepresentation_PicklistForRecordTypeRepresentation>;
|
|
32
|
-
/** Value representing Path Assistant Record Type Id */
|
|
33
|
-
recordTypeId: string | null;
|
|
34
|
-
/** Value representing Path Assistant steps */
|
|
35
|
-
steps: Array<PathAssistantStepRepresentation_PathAssistantStepRepresentation>;
|
|
36
|
-
}
|
|
37
|
-
/**
|
|
38
|
-
* Path Assistant returned by Connect API
|
|
39
|
-
*
|
|
40
|
-
* Keys:
|
|
41
|
-
* (none)
|
|
42
|
-
*/
|
|
43
|
-
export interface PathAssistantRepresentation {
|
|
44
|
-
animationRule: Array<AnimationRuleRepresentation_AnimationRuleRepresentation>;
|
|
45
|
-
apiName: string;
|
|
46
|
-
isActive: boolean;
|
|
47
|
-
label: string;
|
|
48
|
-
picklistField: string;
|
|
49
|
-
picklistsForRecordType: Array<PicklistForRecordTypeRepresentation_PicklistForRecordTypeRepresentation>;
|
|
50
|
-
recordTypeId: string | null;
|
|
51
|
-
steps: Array<PathAssistantStepRepresentation_PathAssistantStepRepresentation>;
|
|
52
|
-
}
|
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
import { PathAssistantFieldRepresentation as PathAssistantFieldRepresentation_PathAssistantFieldRepresentation } from './PathAssistantFieldRepresentation';
|
|
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 = "bd9d5be1254fbe6807c24a76ea15e9fd";
|
|
4
|
-
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
-
export declare const RepresentationType: string;
|
|
6
|
-
export declare function normalize(input: PathAssistantStepRepresentation, existing: PathAssistantStepRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): PathAssistantStepRepresentationNormalized;
|
|
7
|
-
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
-
export declare function equals(existing: PathAssistantStepRepresentationNormalized, incoming: PathAssistantStepRepresentationNormalized): boolean;
|
|
9
|
-
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
-
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: PathAssistantStepRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
-
/**
|
|
12
|
-
* Path Assistant Step returned by Connect API
|
|
13
|
-
*
|
|
14
|
-
* Keys:
|
|
15
|
-
* (none)
|
|
16
|
-
*/
|
|
17
|
-
export interface PathAssistantStepRepresentationNormalized {
|
|
18
|
-
/** Value representing Path Assistant Step fields */
|
|
19
|
-
fields: Array<PathAssistantFieldRepresentation_PathAssistantFieldRepresentation>;
|
|
20
|
-
/** Value representing Path Assistant Step guidance */
|
|
21
|
-
guidance: string | null;
|
|
22
|
-
/** Value representing Path Assistant Step picklist isClosed */
|
|
23
|
-
isClosed: boolean;
|
|
24
|
-
/** Value representing Path Assistant Step picklist isConverted */
|
|
25
|
-
isConverted: boolean;
|
|
26
|
-
/** Value representing Path Assistant Step picklist isWon */
|
|
27
|
-
isWon: boolean;
|
|
28
|
-
/** Value representing Path Assistant Step picklist label */
|
|
29
|
-
picklistLabel: string;
|
|
30
|
-
/** Value representing Path Assistant Step picklist value */
|
|
31
|
-
picklistValue: string;
|
|
32
|
-
}
|
|
33
|
-
/**
|
|
34
|
-
* Path Assistant Step returned by Connect API
|
|
35
|
-
*
|
|
36
|
-
* Keys:
|
|
37
|
-
* (none)
|
|
38
|
-
*/
|
|
39
|
-
export interface PathAssistantStepRepresentation {
|
|
40
|
-
fields: Array<PathAssistantFieldRepresentation_PathAssistantFieldRepresentation>;
|
|
41
|
-
guidance: string | null;
|
|
42
|
-
isClosed: boolean;
|
|
43
|
-
isConverted: boolean;
|
|
44
|
-
isWon: boolean;
|
|
45
|
-
picklistLabel: string;
|
|
46
|
-
picklistValue: string;
|
|
47
|
-
}
|
|
@@ -1,40 +0,0 @@
|
|
|
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 = "5f7a9f3543fe7279bf732a8914e5f50c";
|
|
3
|
-
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
-
export declare const RepresentationType: string;
|
|
5
|
-
export declare function normalize(input: PicklistEntryRepresentation, existing: PicklistEntryRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): PicklistEntryRepresentationNormalized;
|
|
6
|
-
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
-
export declare function equals(existing: PicklistEntryRepresentationNormalized, incoming: PicklistEntryRepresentationNormalized): 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: PicklistEntryRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
-
/**
|
|
11
|
-
* Picklist Entry returned by Connect API
|
|
12
|
-
*
|
|
13
|
-
* Keys:
|
|
14
|
-
* (none)
|
|
15
|
-
*/
|
|
16
|
-
export interface PicklistEntryRepresentationNormalized {
|
|
17
|
-
/** Value representing picklist isActive */
|
|
18
|
-
isActive: boolean;
|
|
19
|
-
/** Value representing picklist isDefault */
|
|
20
|
-
isDefault: boolean;
|
|
21
|
-
/** Value representing picklist label */
|
|
22
|
-
label: string;
|
|
23
|
-
/** Value representing picklist valid for */
|
|
24
|
-
validFor: string | null;
|
|
25
|
-
/** Value representing picklist value */
|
|
26
|
-
value: string;
|
|
27
|
-
}
|
|
28
|
-
/**
|
|
29
|
-
* Picklist Entry returned by Connect API
|
|
30
|
-
*
|
|
31
|
-
* Keys:
|
|
32
|
-
* (none)
|
|
33
|
-
*/
|
|
34
|
-
export interface PicklistEntryRepresentation {
|
|
35
|
-
isActive: boolean;
|
|
36
|
-
isDefault: boolean;
|
|
37
|
-
label: string;
|
|
38
|
-
validFor: string | null;
|
|
39
|
-
value: string;
|
|
40
|
-
}
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
import { PicklistEntryRepresentation as PicklistEntryRepresentation_PicklistEntryRepresentation } from './PicklistEntryRepresentation';
|
|
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 = "e10ca73b37a9eb96684d1646b4a8f0f8";
|
|
4
|
-
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
-
export declare const RepresentationType: string;
|
|
6
|
-
export declare function normalize(input: PicklistForRecordTypeRepresentation, existing: PicklistForRecordTypeRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): PicklistForRecordTypeRepresentationNormalized;
|
|
7
|
-
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
-
export declare function equals(existing: PicklistForRecordTypeRepresentationNormalized, incoming: PicklistForRecordTypeRepresentationNormalized): boolean;
|
|
9
|
-
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
-
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: PicklistForRecordTypeRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
-
/**
|
|
12
|
-
* Picklist for Record Type returned by Connect API
|
|
13
|
-
*
|
|
14
|
-
* Keys:
|
|
15
|
-
* (none)
|
|
16
|
-
*/
|
|
17
|
-
export interface PicklistForRecordTypeRepresentationNormalized {
|
|
18
|
-
/** Value representing picklist name */
|
|
19
|
-
picklistName: string;
|
|
20
|
-
/** Value representing picklists */
|
|
21
|
-
picklists: Array<PicklistEntryRepresentation_PicklistEntryRepresentation>;
|
|
22
|
-
}
|
|
23
|
-
/**
|
|
24
|
-
* Picklist for Record Type returned by Connect API
|
|
25
|
-
*
|
|
26
|
-
* Keys:
|
|
27
|
-
* (none)
|
|
28
|
-
*/
|
|
29
|
-
export interface PicklistForRecordTypeRepresentation {
|
|
30
|
-
picklistName: string;
|
|
31
|
-
picklists: Array<PicklistEntryRepresentation_PicklistEntryRepresentation>;
|
|
32
|
-
}
|