@salesforce/lds-adapters-industries-context 1.283.0 → 1.284.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/industries-context.js +396 -91
- package/dist/es/es2018/types/src/generated/adapters/getContextServiceDefinition.d.ts +2 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectContextDefinitionsByContextDefinitionId.d.ts +4 -0
- package/dist/es/es2018/types/src/generated/types/ContextAttrContextHydrationDetailRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/ContextAttrContextHydrationDetailsInputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/ContextAttrHydrationDetailListInputRepresentation.d.ts +4 -1
- package/dist/es/es2018/types/src/generated/types/ContextAttributeMappingRepresentation.d.ts +8 -1
- package/dist/es/es2018/types/src/generated/types/ContextMappingRepresentation.d.ts +10 -1
- package/dist/es/es2018/types/src/generated/types/ContextMappingsInputRepresentation.d.ts +7 -1
- package/dist/es/es2018/types/src/generated/types/ContextNodeMappingRepresentation.d.ts +4 -1
- package/dist/es/es2018/types/src/generated/types/ContextNodeMappingsInputRepresentation.d.ts +4 -1
- package/package.json +4 -4
- package/sfdc/index.js +314 -8
- package/src/raml/api.raml +93 -0
package/src/raml/api.raml
CHANGED
|
@@ -46,6 +46,39 @@ types:
|
|
|
46
46
|
developerName:
|
|
47
47
|
description: Developer Name
|
|
48
48
|
type: string
|
|
49
|
+
ContextAttrContextHydrationDetailRepresentation:
|
|
50
|
+
description: Output representation of Context to Context Mapping Detail
|
|
51
|
+
type: object
|
|
52
|
+
properties:
|
|
53
|
+
baseReference:
|
|
54
|
+
description: Represents inherited ContextAttrHydrationDetail in this definition.
|
|
55
|
+
type: string
|
|
56
|
+
required: false # TODO Hand-rolled W-15057534
|
|
57
|
+
contextAttrContextHydrationDetailId:
|
|
58
|
+
description: Id of the record ContextAttrContextDetailRepresentation
|
|
59
|
+
type: string
|
|
60
|
+
required: false # TODO Hand-rolled W-15057534
|
|
61
|
+
isSuccess:
|
|
62
|
+
description: Success
|
|
63
|
+
type: boolean
|
|
64
|
+
required: false # TODO Hand-rolled W-15057534
|
|
65
|
+
queryAttribute:
|
|
66
|
+
description: Query Attribute
|
|
67
|
+
type: string
|
|
68
|
+
required: false # TODO Hand-rolled W-15057534
|
|
69
|
+
ContextAttrContextHydrationDetailsInputRepresentation:
|
|
70
|
+
description: Input representation of Context Attribute Context Hydration Detail
|
|
71
|
+
type: object
|
|
72
|
+
properties:
|
|
73
|
+
contextAttrContextHydrationDetailId:
|
|
74
|
+
description: ID of this Hydration Detail - Required for Update
|
|
75
|
+
type: string
|
|
76
|
+
parentAttributeMappingId:
|
|
77
|
+
description: Id of (Parent) ContextAttributeMapping
|
|
78
|
+
type: string
|
|
79
|
+
queryAttribute:
|
|
80
|
+
description: Query Attribute
|
|
81
|
+
type: string
|
|
49
82
|
ContextAttrHydrationDetailInputRepresentation:
|
|
50
83
|
description: Input representation of Context Attribute Hydration Detail
|
|
51
84
|
type: object
|
|
@@ -74,6 +107,12 @@ types:
|
|
|
74
107
|
description: Input representation of Context Attribute Hydration Details List
|
|
75
108
|
type: object
|
|
76
109
|
properties:
|
|
110
|
+
contextAttrContextHydrationDetails:
|
|
111
|
+
description: List of ContextAttributeContextHydrationDetail
|
|
112
|
+
type: array
|
|
113
|
+
items:
|
|
114
|
+
type: object
|
|
115
|
+
required: false # TODO Hand-rolled W-15057534
|
|
77
116
|
contextAttrHydrationDetails:
|
|
78
117
|
description: List of ContextAttributeHydrationDetail
|
|
79
118
|
type: array
|
|
@@ -335,6 +374,12 @@ types:
|
|
|
335
374
|
description: Represents inherited ContextAttributeMapping in this definition.
|
|
336
375
|
type: string
|
|
337
376
|
required: false
|
|
377
|
+
contextAttrContextHydrationDetailList:
|
|
378
|
+
description: List of ContextAttrContextHydrationDetail
|
|
379
|
+
type: array
|
|
380
|
+
required: false # TODO Hand-rolled W-15057534
|
|
381
|
+
items:
|
|
382
|
+
type: ContextAttrContextHydrationDetailRepresentation
|
|
338
383
|
contextAttrHydrationDetailList:
|
|
339
384
|
description: List of ContextAttributeHydrationDetail
|
|
340
385
|
type: array
|
|
@@ -349,6 +394,10 @@ types:
|
|
|
349
394
|
contextAttributeMappingId:
|
|
350
395
|
description: Id of this ContextAttributeMapping
|
|
351
396
|
type: string
|
|
397
|
+
contextAttributeName:
|
|
398
|
+
description: Name of ContextAttribute
|
|
399
|
+
type: string
|
|
400
|
+
required: false # TODO Hand-rolled W-15057534
|
|
352
401
|
contextInputAttributeName:
|
|
353
402
|
description: Input Attribute Name
|
|
354
403
|
type: string
|
|
@@ -1131,10 +1180,20 @@ types:
|
|
|
1131
1180
|
description: Description of ContextMapping
|
|
1132
1181
|
type: string
|
|
1133
1182
|
required: false # TODO Hand-rolled W-12486791
|
|
1183
|
+
intents:
|
|
1184
|
+
description: Intent for this mapping
|
|
1185
|
+
type: array
|
|
1186
|
+
items:
|
|
1187
|
+
type: string
|
|
1188
|
+
required: false # TODO Hand-rolled W-15057534
|
|
1134
1189
|
isDefault:
|
|
1135
1190
|
description: Is Default
|
|
1136
1191
|
type: boolean
|
|
1137
1192
|
required: false # TODO Hand-rolled W-12486791
|
|
1193
|
+
mappedContextDefinitionName:
|
|
1194
|
+
description: Mapped Context Definition Id
|
|
1195
|
+
type: string
|
|
1196
|
+
required: false # TODO Hand-rolled W-15057534
|
|
1138
1197
|
name:
|
|
1139
1198
|
description: Name of ContextMapping
|
|
1140
1199
|
type: string
|
|
@@ -1203,14 +1262,28 @@ types:
|
|
|
1203
1262
|
description: Description of ContextMapping
|
|
1204
1263
|
type: string
|
|
1205
1264
|
required: false
|
|
1265
|
+
intents:
|
|
1266
|
+
description: Intents for this definition.
|
|
1267
|
+
type: array
|
|
1268
|
+
required: false # TODO Hand-rolled W-15057534
|
|
1269
|
+
items:
|
|
1270
|
+
type: string
|
|
1206
1271
|
isDefault:
|
|
1207
1272
|
description: Success
|
|
1208
1273
|
type: boolean
|
|
1209
1274
|
required: false
|
|
1275
|
+
isInputMapped:
|
|
1276
|
+
description: is input mapped
|
|
1277
|
+
type: boolean
|
|
1278
|
+
required: false # TODO Hand-rolled W-15057534
|
|
1210
1279
|
isSuccess:
|
|
1211
1280
|
description: Success
|
|
1212
1281
|
type: boolean
|
|
1213
1282
|
required: false
|
|
1283
|
+
mappedContextDefinitionName:
|
|
1284
|
+
description: Mapped Context definition ID
|
|
1285
|
+
type: string
|
|
1286
|
+
required: false # TODO Hand-rolled W-15057534
|
|
1214
1287
|
name:
|
|
1215
1288
|
description: Name of ContextMapping
|
|
1216
1289
|
type: string
|
|
@@ -1400,6 +1473,10 @@ types:
|
|
|
1400
1473
|
description: Success
|
|
1401
1474
|
type: boolean
|
|
1402
1475
|
required: false
|
|
1476
|
+
mappedContextNodeId:
|
|
1477
|
+
description: Represents mapped NodeId for this node mapping.
|
|
1478
|
+
type: string
|
|
1479
|
+
required: false
|
|
1403
1480
|
sObjectName:
|
|
1404
1481
|
description: SObject Name
|
|
1405
1482
|
type: string
|
|
@@ -1421,6 +1498,10 @@ types:
|
|
|
1421
1498
|
description: ID of this Context Node Mapping - Required for Update
|
|
1422
1499
|
type: string
|
|
1423
1500
|
required: false # TODO Hand-rolled W-12486791
|
|
1501
|
+
mappedContextNodeId:
|
|
1502
|
+
description: Mapped Context NodeId for context to context mapping
|
|
1503
|
+
type: string
|
|
1504
|
+
required: false # TODO Hand-rolled W-12486791
|
|
1424
1505
|
sObjectName:
|
|
1425
1506
|
description: SObject Name
|
|
1426
1507
|
type: string
|
|
@@ -1991,6 +2072,18 @@ types:
|
|
|
1991
2072
|
body:
|
|
1992
2073
|
application/json:
|
|
1993
2074
|
type: ContextDefinitionRepresentation
|
|
2075
|
+
queryParameters:
|
|
2076
|
+
isMappingRequiredExclusively:
|
|
2077
|
+
type: boolean
|
|
2078
|
+
required: false
|
|
2079
|
+
default: false
|
|
2080
|
+
mappingIdsOrDevelopersNames:
|
|
2081
|
+
type: array
|
|
2082
|
+
required: false
|
|
2083
|
+
default: []
|
|
2084
|
+
items:
|
|
2085
|
+
type: string
|
|
2086
|
+
(oas-collectionFormat): csv
|
|
1994
2087
|
patch:
|
|
1995
2088
|
displayName: updateContextServiceDefinition
|
|
1996
2089
|
description: Patch a Context Definition
|