@salesforce/lds-adapters-industries-epc 1.326.0 → 1.328.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.
@@ -1908,7 +1908,7 @@ function createResourceRequest$9(config) {
1908
1908
 
1909
1909
  const adapterName$9 = 'patchIndexSetting';
1910
1910
  const patchIndexSetting_ConfigPropertyMetadata = [
1911
- generateParamConfigMetadata('settingId', true, 0 /* UrlParameter */, 0 /* String */),
1911
+ generateParamConfigMetadata('settingId', false, 0 /* UrlParameter */, 0 /* String */),
1912
1912
  generateParamConfigMetadata('setting', false, 2 /* Body */, 4 /* Unsupported */),
1913
1913
  ];
1914
1914
  const patchIndexSetting_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$9, patchIndexSetting_ConfigPropertyMetadata);
@@ -7,7 +7,7 @@ export declare const adapterName = "patchIndexSetting";
7
7
  export declare const patchIndexSetting_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
8
8
  export declare const patchIndexSetting_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
9
9
  export interface PatchIndexSettingConfig {
10
- settingId: string;
10
+ settingId?: string;
11
11
  setting?: types_SettingInputRepresentation_SettingInputRepresentation;
12
12
  }
13
13
  export declare const createResourceParams: (config: PatchIndexSettingConfig) => resources_patchConnectPcmIndexSettingBySettingId_ResourceRequestConfig;
@@ -3,7 +3,7 @@ import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment,
3
3
  import { IndexSettingPatchOutputRepresentation as types_IndexSettingPatchOutputRepresentation_IndexSettingPatchOutputRepresentation } from '../types/IndexSettingPatchOutputRepresentation';
4
4
  export interface ResourceRequestConfig {
5
5
  urlParams: {
6
- settingId: string;
6
+ settingId?: string;
7
7
  };
8
8
  body: {
9
9
  setting?: types_SettingInputRepresentation_SettingInputRepresentation;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-industries-epc",
3
- "version": "1.326.0",
3
+ "version": "1.328.0",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "APIs for EPCNext project",
6
6
  "main": "dist/es/es2018/industries-epc.js",
@@ -44,11 +44,11 @@
44
44
  "test:unit": "jest --config=./jest.config.js"
45
45
  },
46
46
  "dependencies": {
47
- "@salesforce/lds-bindings": "^1.326.0"
47
+ "@salesforce/lds-bindings": "^1.328.0"
48
48
  },
49
49
  "devDependencies": {
50
- "@salesforce/lds-compiler-plugins": "^1.326.0",
51
- "@salesforce/lds-karma": "^1.326.0"
50
+ "@salesforce/lds-compiler-plugins": "^1.328.0",
51
+ "@salesforce/lds-karma": "^1.328.0"
52
52
  },
53
53
  "nx": {
54
54
  "targets": {
package/sfdc/index.js CHANGED
@@ -4934,7 +4934,7 @@ function createResourceRequest$1(config) {
4934
4934
 
4935
4935
  const adapterName$1 = 'patchIndexSetting';
4936
4936
  const patchIndexSetting_ConfigPropertyMetadata = [
4937
- generateParamConfigMetadata('settingId', true, 0 /* UrlParameter */, 0 /* String */),
4937
+ generateParamConfigMetadata('settingId', false, 0 /* UrlParameter */, 0 /* String */),
4938
4938
  generateParamConfigMetadata('setting', false, 2 /* Body */, 4 /* Unsupported */),
4939
4939
  ];
4940
4940
  const patchIndexSetting_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$1, patchIndexSetting_ConfigPropertyMetadata);
@@ -5325,4 +5325,4 @@ withDefaultLuvio((luvio) => {
5325
5325
  });
5326
5326
 
5327
5327
  export { createProductAttributeDefinition, deactivate, deploySnapshotIndex, fetchRelatedRecords, getConfigRuleMetadata, getConfigRuleMetadata_imperative, getContextDefinitionInfoById, getContextDefinitionInfoById_imperative, getIndexConfigurations, getIndexConfigurations_imperative, getIndexError, getIndexError_imperative, getIndexSetting, getIndexSetting_imperative, getProductAttributesByProductId, getProductAttributesByProductId_imperative, getProductById, getProductById_imperative, getProductFlowByProductId, getProductFlowByProductId_imperative, getSnapshots, getSnapshots_imperative, patchIndexSetting, updateIndexConfigurations };
5328
- // version: 1.326.0-c4e3f37efd
5328
+ // version: 1.328.0-e51e28f7fc
package/src/raml/api.raml CHANGED
@@ -1463,7 +1463,7 @@ types:
1463
1463
  uriParameters:
1464
1464
  settingId:
1465
1465
  type: string
1466
- required: true
1466
+ required: false
1467
1467
  /snapshots:
1468
1468
  get:
1469
1469
  displayName: getSnapshot