@salesforce/lds-adapters-industries-context 1.174.0 → 1.175.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-industries-context",
3
- "version": "1.174.0",
3
+ "version": "1.175.0",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "Normandy Context Service",
6
6
  "main": "dist/es/es2018/industries-context.js",
package/sfdc/index.js CHANGED
@@ -9938,4 +9938,4 @@ withDefaultLuvio((luvio) => {
9938
9938
  });
9939
9939
 
9940
9940
  export { createContextAttribute, createContextAttributeList, createContextAttributeMapping, createContextAttributeTag, createContextDefinition, createContextDefinitionVersion, createContextMapping, createContextNode, createContextNodeMapping, deleteContextAttribute, deleteContextAttributeMapping, deleteContextAttributeTag, deleteContextDefinition, deleteContextDefinitionVersion, deleteContextMapping, deleteContextNode, deleteContextNodeMapping, getContext, 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, getContextNotifyChange, getContextServiceAccess, getContextServiceAccessNotifyChange, getContextServiceAccess_imperative, getContext_imperative, putContextServiceAccess, queryContextRecordAndChildren, updateContextAttribute, updateContextAttributeMapping, updateContextAttributeTag, updateContextDefinition, updateContextDefinitionVersion, updateContextMapping, updateContextNode, updateContextNodeMapping };
9941
- // version: 1.174.0-09e32740a
9941
+ // version: 1.175.0-a8d86b864
package/src/raml/api.raml CHANGED
@@ -25,6 +25,27 @@ annotationTypes:
25
25
  type: string
26
26
  allowedTargets: TypeDeclaration
27
27
  types:
28
+ # TODO Hand-rolled W-8334626
29
+ CloneContextDefinitionInputWrapperRepresentation:
30
+ description: Wrapper Input representation for CloneContextDefinitionInputRepresentation
31
+ type: object
32
+ properties:
33
+ cloneContextDefinitionInput:
34
+ description: Input representation of Clone Context Definition
35
+ type: CloneContextDefinitionInputRepresentation
36
+ CloneContextDefinitionInputRepresentation:
37
+ description: Input representation of Clone Context Definition
38
+ type: object
39
+ properties:
40
+ definition:
41
+ description: Name of ContextDefinition
42
+ type: string
43
+ definitionId:
44
+ description: Id of ContextDefinition to be Cloned
45
+ type: string
46
+ developerName:
47
+ description: Developer Name
48
+ type: string
28
49
  ContextAttrHydrationDetailInputRepresentation:
29
50
  description: Input representation of Context Attribute Hydration Detail
30
51
  type: object
@@ -420,6 +441,10 @@ types:
420
441
  contextDefinitionId:
421
442
  description: Id of Context Definition
422
443
  type: string
444
+ contextTtl:
445
+ description: Context TTL
446
+ type: integer
447
+ required: false
423
448
  createdBy:
424
449
  description: Created By
425
450
  type: string
@@ -464,6 +489,14 @@ types:
464
489
  description: Start Date
465
490
  type: string
466
491
  required: false
492
+ isEditable:
493
+ description: Is Editable
494
+ type: boolean
495
+ required: false
496
+ ttlUnit:
497
+ description: Context TTL Unit
498
+ type: string
499
+ required: false
467
500
  # TODO Hand-rolled W-8334626
468
501
  ContextDefinitionInputWrapperRepresentation:
469
502
  description: Wrapper Input representation for ContextDefinitionInputRepresentation
@@ -476,6 +509,10 @@ types:
476
509
  description: Input representation of Context Definition
477
510
  type: object
478
511
  properties:
512
+ contextTtl:
513
+ description: Context TTL
514
+ type: integer
515
+ required: false # TODO Hand-rolled W-12486791
479
516
  definition:
480
517
  description: Name of ContextDefinition
481
518
  type: string
@@ -500,6 +537,10 @@ types:
500
537
  description: Start Date
501
538
  type: string
502
539
  required: false # TODO Hand-rolled W-12486791
540
+ ttlUnit:
541
+ description: Context TTL Unit
542
+ type: string
543
+ required: false # TODO Hand-rolled W-12486791
503
544
  ContextDefinitionListRepresentation:
504
545
  description: Output representation of List of Context Definitions
505
546
  type: object
@@ -529,6 +570,10 @@ types:
529
570
  type: array
530
571
  items:
531
572
  type: ContextDefinitionVersionRepresentation
573
+ contextTtl:
574
+ description: Context TTL
575
+ type: integer
576
+ required: false
532
577
  definition:
533
578
  description: Definition
534
579
  type: string
@@ -549,6 +594,14 @@ types:
549
594
  description: Success
550
595
  type: boolean
551
596
  required: false
597
+ isEditable:
598
+ description: Is Editable
599
+ type: boolean
600
+ required: false
601
+ ttlUnit:
602
+ description: Context TTL Unit
603
+ type: string
604
+ required: false
552
605
  # TODO Hand-rolled W-8334626
553
606
  ContextDefinitionVersionInputWrapperRepresentation:
554
607
  description: Wrapper Input representation for ContextDefinitionVersionInputRepresentation
@@ -631,6 +684,10 @@ types:
631
684
  description: Version
632
685
  type: integer
633
686
  required: false
687
+ isEditable:
688
+ description: Is Editable
689
+ type: boolean
690
+ required: false
634
691
  ContextInfoRepresentation:
635
692
  description: Output representation of Context Info
636
693
  type: object
@@ -1195,6 +1252,21 @@ types:
1195
1252
  type: ContextDefinitionInputWrapperRepresentation
1196
1253
  # required: false # TODO Hand rolled W-12486791.
1197
1254
  (oas-body-name): contextDefinitionInput
1255
+ /action/clone:
1256
+ post:
1257
+ description: Clone Context Definition
1258
+ responses:
1259
+ '200':
1260
+ description: Success
1261
+ body:
1262
+ application/json:
1263
+ type: ContextDefinitionRepresentation
1264
+ body:
1265
+ application/json:
1266
+ # TODO: Hand rolled 'type' to provide a wrapper that uses the oas-body-name
1267
+ type: CloneContextDefinitionInputWrapperRepresentation
1268
+ # required: false # TODO Hand rolled W-12486791.
1269
+ (oas-body-name): cloneContextDefinitionInput
1198
1270
  /attributenode:
1199
1271
  post:
1200
1272
  description: Create a Context Attribute Node Object
@@ -100,6 +100,10 @@ types:
100
100
  includeInactive:
101
101
  type: boolean
102
102
  required: false
103
+ /action/clone:
104
+ post:
105
+ (luvio.adapter):
106
+ name: cloneContextDefinition
103
107
  /attributenode:
104
108
  post:
105
109
  (luvio.adapter):