@salesforce/lds-adapters-industries-context 1.135.0 → 1.136.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/package.json +1 -1
- package/sfdc/index.js +1 -1
- package/src/raml/api.raml +35 -4
package/package.json
CHANGED
package/sfdc/index.js
CHANGED
|
@@ -8381,4 +8381,4 @@ withDefaultLuvio((luvio) => {
|
|
|
8381
8381
|
});
|
|
8382
8382
|
|
|
8383
8383
|
export { createContextAttribute, createContextAttributeList, createContextAttributeMapping, createContextAttributeTag, createContextDefinition, createContextDefinitionVersion, createContextMapping, createContextNode, createContextNodeMapping, deleteContextAttribute, deleteContextAttributeMapping, deleteContextAttributeTag, deleteContextDefinition, deleteContextDefinitionVersion, deleteContextMapping, deleteContextNode, deleteContextNodeMapping, getContextAttribute, getContextAttributeMapping, getContextAttributeMappingNotifyChange, getContextAttributeMapping_imperative, getContextAttributeNotifyChange, getContextAttributeTag, getContextAttributeTagNotifyChange, getContextAttributeTag_imperative, getContextAttributeTagsByAttributeId, getContextAttributeTagsByAttributeId_imperative, getContextAttribute_imperative, getContextDefinition, getContextDefinitionInfo, getContextDefinitionInfoNotifyChange, getContextDefinitionInfo_imperative, getContextDefinitionList, getContextDefinitionList_imperative, getContextDefinitionNotifyChange, getContextDefinitionVersion, getContextDefinitionVersionNotifyChange, getContextDefinitionVersion_imperative, getContextDefinition_imperative, getContextMapping, getContextMappingNotifyChange, getContextMapping_imperative, getContextNode, getContextNodeMapping, getContextNodeMappingNotifyChange, getContextNodeMapping_imperative, getContextNodeNotifyChange, getContextNode_imperative, getContextServiceAccess, getContextServiceAccessNotifyChange, getContextServiceAccess_imperative, putContextServiceAccess, updateContextAttribute, updateContextAttributeMapping, updateContextAttributeTag, updateContextDefinition, updateContextDefinitionVersion, updateContextMapping, updateContextNode, updateContextNodeMapping };
|
|
8384
|
-
// version: 1.
|
|
8384
|
+
// version: 1.136.0-00f6ce321
|
package/src/raml/api.raml
CHANGED
|
@@ -73,7 +73,7 @@ types:
|
|
|
73
73
|
queryAttribute:
|
|
74
74
|
description: Query Attribute
|
|
75
75
|
type: string
|
|
76
|
-
required: false
|
|
76
|
+
required: false
|
|
77
77
|
sObjectDomain:
|
|
78
78
|
description: SObject Domain
|
|
79
79
|
type: string
|
|
@@ -199,12 +199,14 @@ types:
|
|
|
199
199
|
contextAttributeId:
|
|
200
200
|
description: Reference to ContextAttribute
|
|
201
201
|
type: string
|
|
202
|
+
required: false
|
|
202
203
|
contextAttributeMappingId:
|
|
203
204
|
description: Id of this ContextAttributeMapping
|
|
204
205
|
type: string
|
|
205
206
|
hydrationSource:
|
|
206
207
|
description: Hydration Source
|
|
207
208
|
type: string
|
|
209
|
+
required: false
|
|
208
210
|
isSuccess:
|
|
209
211
|
description: Success
|
|
210
212
|
type: boolean
|
|
@@ -212,6 +214,7 @@ types:
|
|
|
212
214
|
parentNodeMappingId:
|
|
213
215
|
description: Id of (Parent) ContextNodeMapping
|
|
214
216
|
type: string
|
|
217
|
+
required: false
|
|
215
218
|
ContextAttributeRepresentation:
|
|
216
219
|
description: Output representation of Context Attribute
|
|
217
220
|
type: object
|
|
@@ -227,9 +230,11 @@ types:
|
|
|
227
230
|
dataType:
|
|
228
231
|
description: DataType
|
|
229
232
|
type: string
|
|
233
|
+
required: false
|
|
230
234
|
fieldType:
|
|
231
235
|
description: Field Type
|
|
232
236
|
type: string
|
|
237
|
+
required: false
|
|
233
238
|
isKey:
|
|
234
239
|
description: Is Key?
|
|
235
240
|
type: boolean
|
|
@@ -245,9 +250,11 @@ types:
|
|
|
245
250
|
name:
|
|
246
251
|
description: Name
|
|
247
252
|
type: string
|
|
253
|
+
required: false
|
|
248
254
|
parentNodeId:
|
|
249
255
|
description: Id of (Parent) ContextNode
|
|
250
256
|
type: string
|
|
257
|
+
required: false
|
|
251
258
|
# TODO Hand-rolled W-8334626
|
|
252
259
|
ContextAttributeTagInputWrapperRepresentation:
|
|
253
260
|
description: Wrapper Input representation for ContextAttributeTagInputRepresentation
|
|
@@ -307,6 +314,7 @@ types:
|
|
|
307
314
|
name:
|
|
308
315
|
description: Name
|
|
309
316
|
type: string
|
|
317
|
+
required: false
|
|
310
318
|
ContextDataRecordRepresentation:
|
|
311
319
|
description: Output representation of Context Data Record
|
|
312
320
|
type: object
|
|
@@ -320,18 +328,23 @@ types:
|
|
|
320
328
|
contextDataRecordId:
|
|
321
329
|
description: Id of (this) Context Data Record
|
|
322
330
|
type: string
|
|
331
|
+
required: false
|
|
323
332
|
contextDefinitionId:
|
|
324
333
|
description: Id of Context Definition
|
|
325
334
|
type: string
|
|
335
|
+
required: false
|
|
326
336
|
contextMappingId:
|
|
327
337
|
description: Id of Context Mapping
|
|
328
338
|
type: string
|
|
339
|
+
required: false
|
|
329
340
|
currentState:
|
|
330
341
|
description: Current State
|
|
331
342
|
type: string
|
|
343
|
+
required: false
|
|
332
344
|
errorCode:
|
|
333
345
|
description: Error Code
|
|
334
346
|
type: string
|
|
347
|
+
required: false
|
|
335
348
|
errorMessages:
|
|
336
349
|
description: Error Messages
|
|
337
350
|
type: array
|
|
@@ -340,12 +353,15 @@ types:
|
|
|
340
353
|
lastProcessedTimeStamp:
|
|
341
354
|
description: Last Processed Timestamp
|
|
342
355
|
type: string
|
|
356
|
+
required: false
|
|
343
357
|
lastUpdatedTimeStamp:
|
|
344
358
|
description: Last Updated Timestamp
|
|
345
359
|
type: string
|
|
360
|
+
required: false
|
|
346
361
|
processingStatus:
|
|
347
362
|
description: Processing Status
|
|
348
363
|
type: string
|
|
364
|
+
required: false
|
|
349
365
|
# TODO Hand-rolled
|
|
350
366
|
ContextServiceAccessInputWrapperRepresentation:
|
|
351
367
|
description: Wrapper Input representation for ContextServiceAccessInputRepresentation
|
|
@@ -379,7 +395,7 @@ types:
|
|
|
379
395
|
activeVersionId:
|
|
380
396
|
description: Active Context Definition Version Id
|
|
381
397
|
type: string
|
|
382
|
-
required: false
|
|
398
|
+
required: false
|
|
383
399
|
contextDefinitionId:
|
|
384
400
|
description: Id of Context Definition
|
|
385
401
|
type: string
|
|
@@ -414,7 +430,7 @@ types:
|
|
|
414
430
|
isSuccess:
|
|
415
431
|
description: Success
|
|
416
432
|
type: boolean
|
|
417
|
-
required: false
|
|
433
|
+
required: false
|
|
418
434
|
lastModifiedBy:
|
|
419
435
|
description: Last Modified By
|
|
420
436
|
type: string
|
|
@@ -483,7 +499,7 @@ types:
|
|
|
483
499
|
activeVersionId:
|
|
484
500
|
description: Active Context Definition Version ID
|
|
485
501
|
type: string
|
|
486
|
-
required: false
|
|
502
|
+
required: false
|
|
487
503
|
contextDefinitionId:
|
|
488
504
|
description: Context Definition Id
|
|
489
505
|
type: string
|
|
@@ -495,6 +511,7 @@ types:
|
|
|
495
511
|
definition:
|
|
496
512
|
description: Definition
|
|
497
513
|
type: string
|
|
514
|
+
required: false
|
|
498
515
|
description:
|
|
499
516
|
description: Description
|
|
500
517
|
type: string
|
|
@@ -510,6 +527,7 @@ types:
|
|
|
510
527
|
isSuccess:
|
|
511
528
|
description: Success
|
|
512
529
|
type: boolean
|
|
530
|
+
required: false
|
|
513
531
|
# TODO Hand-rolled W-8334626
|
|
514
532
|
ContextDefinitionVersionInputWrapperRepresentation:
|
|
515
533
|
description: Wrapper Input representation for ContextDefinitionVersionInputRepresentation
|
|
@@ -556,17 +574,20 @@ types:
|
|
|
556
574
|
contextDefinitionId:
|
|
557
575
|
description: Id of ContextDefinition
|
|
558
576
|
type: string
|
|
577
|
+
required: false
|
|
559
578
|
contextDefinitionVersionId:
|
|
560
579
|
description: Id of ContextDefinitionVersion
|
|
561
580
|
type: string
|
|
562
581
|
contextMappings:
|
|
563
582
|
description: List of Context Mappings
|
|
564
583
|
type: array
|
|
584
|
+
required: false
|
|
565
585
|
items:
|
|
566
586
|
type: ContextMappingRepresentation
|
|
567
587
|
contextNodes:
|
|
568
588
|
description: List of Context Nodes
|
|
569
589
|
type: array
|
|
590
|
+
required: false
|
|
570
591
|
items:
|
|
571
592
|
type: ContextNodeRepresentation
|
|
572
593
|
endDate:
|
|
@@ -602,9 +623,11 @@ types:
|
|
|
602
623
|
contextMappingId:
|
|
603
624
|
description: Context Mapping
|
|
604
625
|
type: string
|
|
626
|
+
required: false
|
|
605
627
|
isSuccess:
|
|
606
628
|
description: Success
|
|
607
629
|
type: boolean
|
|
630
|
+
required: false
|
|
608
631
|
ContextInputRepresentation:
|
|
609
632
|
description: Input representation of Context
|
|
610
633
|
type: object
|
|
@@ -650,6 +673,7 @@ types:
|
|
|
650
673
|
contextDefinitionVersionId:
|
|
651
674
|
description: Id of ContextDefinitionVersion
|
|
652
675
|
type: string
|
|
676
|
+
required: false
|
|
653
677
|
contextMappingId:
|
|
654
678
|
description: Id of ContextMapping
|
|
655
679
|
type: string
|
|
@@ -669,6 +693,7 @@ types:
|
|
|
669
693
|
name:
|
|
670
694
|
description: Name of ContextMapping
|
|
671
695
|
type: string
|
|
696
|
+
required: false
|
|
672
697
|
ContextMetaDataInputRepresentation:
|
|
673
698
|
description: Input representation of Context Metadata
|
|
674
699
|
type: object
|
|
@@ -769,9 +794,11 @@ types:
|
|
|
769
794
|
contextMappingId:
|
|
770
795
|
description: Id of ContextMapping
|
|
771
796
|
type: string
|
|
797
|
+
required: false
|
|
772
798
|
contextNodeId:
|
|
773
799
|
description: Id of (From) ContextNode
|
|
774
800
|
type: string
|
|
801
|
+
required: false
|
|
775
802
|
contextNodeMappingId:
|
|
776
803
|
description: Id of this ContextNodeMapping
|
|
777
804
|
type: string
|
|
@@ -802,6 +829,7 @@ types:
|
|
|
802
829
|
contextDefinitionVersionId:
|
|
803
830
|
description: Id of ContextDefinitionVersion
|
|
804
831
|
type: string
|
|
832
|
+
required: false
|
|
805
833
|
contextNodeId:
|
|
806
834
|
description: Id of this ContextNode
|
|
807
835
|
type: string
|
|
@@ -816,6 +844,7 @@ types:
|
|
|
816
844
|
name:
|
|
817
845
|
description: Name
|
|
818
846
|
type: string
|
|
847
|
+
required: false
|
|
819
848
|
parentNodeId:
|
|
820
849
|
description: Id of (Parent) ContextNode
|
|
821
850
|
type: string
|
|
@@ -841,11 +870,13 @@ types:
|
|
|
841
870
|
childQueryRecords:
|
|
842
871
|
description: List of Child Query Records
|
|
843
872
|
type: array
|
|
873
|
+
required: false
|
|
844
874
|
items:
|
|
845
875
|
type: ContextQueryRecordRepresentation
|
|
846
876
|
record:
|
|
847
877
|
description: Context Data Record
|
|
848
878
|
type: ContextDataRecordRepresentation
|
|
879
|
+
required: false
|
|
849
880
|
ContextQueryResultRepresentation:
|
|
850
881
|
description: Output representation of Context Query Result
|
|
851
882
|
type: object
|