@salesforce/lds-adapters-industries-context 1.348.1 → 1.349.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.
@@ -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 = "c07cd0b27db39fb6830adeebd5f45276";
2
+ export declare const VERSION = "bf228ec6ec31ae49a2792cd79b8594bc";
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: ContextDefinitionUpgradesInputRepresentation, existing: ContextDefinitionUpgradesInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ContextDefinitionUpgradesInputRepresentationNormalized;
@@ -16,6 +16,8 @@ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableSto
16
16
  export interface ContextDefinitionUpgradesInputRepresentationNormalized {
17
17
  /** ID of this Context Definition - Required for Upgrade */
18
18
  contextDefinitionId?: string;
19
+ /** Context definition upgrade mode */
20
+ upgradeMode?: string;
19
21
  }
20
22
  /**
21
23
  * Input representation of Context Definition upgrade
@@ -25,4 +27,5 @@ export interface ContextDefinitionUpgradesInputRepresentationNormalized {
25
27
  */
26
28
  export interface ContextDefinitionUpgradesInputRepresentation {
27
29
  contextDefinitionId?: string;
30
+ upgradeMode?: string;
28
31
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-industries-context",
3
- "version": "1.348.1",
3
+ "version": "1.349.0",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "Normandy Context Service",
6
6
  "main": "dist/es/es2018/industries-context.js",
@@ -44,14 +44,14 @@
44
44
  "test:unit": "jest --config=./jest.config.js"
45
45
  },
46
46
  "dependencies": {
47
- "@salesforce/lds-bindings": "^1.348.1"
47
+ "@salesforce/lds-bindings": "^1.349.0"
48
48
  },
49
49
  "volta": {
50
50
  "extends": "../../package.json"
51
51
  },
52
52
  "devDependencies": {
53
- "@salesforce/lds-compiler-plugins": "^1.348.1",
54
- "@salesforce/lds-karma": "^1.348.1"
53
+ "@salesforce/lds-compiler-plugins": "^1.349.0",
54
+ "@salesforce/lds-karma": "^1.349.0"
55
55
  },
56
56
  "nx": {
57
57
  "targets": {
package/sfdc/index.js CHANGED
@@ -13876,4 +13876,4 @@ withDefaultLuvio((luvio) => {
13876
13876
  });
13877
13877
 
13878
13878
  export { cloneContextMappings, createContextAttributeMapping, createContextAttributeMappings, createContextAttributes, createContextMapping, createContextMappings, createContextNodeMapping, createContextNodeMappings, createContextNodes, createContextQueryRecords, createContextServiceDefinition, createContextTags, deleteContext, deleteContextAttributeMapping, deleteContextMapping, deleteContextNodeMapping, deleteContextServiceAttribute, deleteContextServiceAttributeMapping, deleteContextServiceDefinition, deleteContextServiceMapping, deleteContextServiceNode, deleteContextServiceNodeMapping, deleteContextServiceTag, getContext, getContextAttributeMapping, getContextAttributeMappingNotifyChange, getContextAttributeMapping_imperative, getContextDefinitions, getContextDefinitions_imperative, getContextInfo, getContextInfoNotifyChange, getContextInfo_imperative, getContextMapping, getContextMappingNotifyChange, getContextMapping_imperative, getContextNodeMapping, getContextNodeMappingNotifyChange, getContextNodeMapping_imperative, getContextNotifyChange, getContextServiceAccess, getContextServiceAccessNotifyChange, getContextServiceAccess_imperative, getContextServiceAttribute, getContextServiceAttributeMapping, getContextServiceAttributeMappingNotifyChange, getContextServiceAttributeMapping_imperative, getContextServiceAttributeNotifyChange, getContextServiceAttribute_imperative, getContextServiceDefinition, getContextServiceDefinitionInfo, getContextServiceDefinitionInfoNotifyChange, getContextServiceDefinitionInfo_imperative, getContextServiceDefinitionNotifyChange, getContextServiceDefinition_imperative, getContextServiceMapping, getContextServiceMappingNotifyChange, getContextServiceMapping_imperative, getContextServiceNode, getContextServiceNodeMapping, getContextServiceNodeMappingNotifyChange, getContextServiceNodeMapping_imperative, getContextServiceNodeNotifyChange, getContextServiceNode_imperative, getContextServiceTag, getContextServiceTagNotifyChange, getContextServiceTag_imperative, getContextTags, getContextTagsNotifyChange, getContextTags_imperative, getContextTranslation, getContextTranslation_imperative, getContext_imperative, getDynamicAttributes, getDynamicAttributesNotifyChange, getDynamicAttributes_imperative, putContextServiceAccess, queryContextRecordAndChildren, updateContextAttributeMapping, updateContextAttributeMappings, updateContextAttributes, updateContextMapping, updateContextMappings, updateContextNodeMapping, updateContextNodeMappings, updateContextNodes, updateContextServiceDefinition, updateContextTags, upgradeContextServiceDefinition };
13879
- // version: 1.348.1-163f0bd450
13879
+ // version: 1.349.0-2008e7132b
package/src/raml/api.raml CHANGED
@@ -1058,6 +1058,14 @@ types:
1058
1058
  description: ID of this Context Definition - Required for Upgrade
1059
1059
  type: string
1060
1060
  required: false
1061
+ upgradeMode:
1062
+ description: Context definition upgrade mode
1063
+ type: string
1064
+ required: false
1065
+ enum:
1066
+ - Override
1067
+ - Preview
1068
+ - Sync
1061
1069
  # TODO Hand-rolled W-8334626
1062
1070
  ContextDefinitionVersionInputWrapperRepresentation:
1063
1071
  description: Wrapper Input representation for ContextDefinitionVersionInputRepresentation