@salesforce/lds-adapters-industries-epc 1.322.0 → 1.324.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.
@@ -1496,10 +1496,12 @@ function validate$A(obj, path = 'SettingOutputRepresentation') {
1496
1496
  return new TypeError('Expected "string" but received "' + typeof obj_defaultLanguage + '" (at "' + path_defaultLanguage + '")');
1497
1497
  }
1498
1498
  }
1499
- const obj_id = obj.id;
1500
- const path_id = path + '.id';
1501
- if (typeof obj_id !== 'string') {
1502
- return new TypeError('Expected "string" but received "' + typeof obj_id + '" (at "' + path_id + '")');
1499
+ if (obj.id !== undefined) {
1500
+ const obj_id = obj.id;
1501
+ const path_id = path + '.id';
1502
+ if (typeof obj_id !== 'string') {
1503
+ return new TypeError('Expected "string" but received "' + typeof obj_id + '" (at "' + path_id + '")');
1504
+ }
1503
1505
  }
1504
1506
  if (obj.supportedLanguages !== undefined) {
1505
1507
  const obj_supportedLanguages = obj.supportedLanguages;
@@ -1520,7 +1522,7 @@ function validate$A(obj, path = 'SettingOutputRepresentation') {
1520
1522
  }
1521
1523
 
1522
1524
  const TTL$9 = 6000;
1523
- const VERSION$b = "8e8994b81e71fbf729c95134f748033b";
1525
+ const VERSION$b = "9f52dc7c38815ba6aa72af8ff9843d5b";
1524
1526
  function validate$z(obj, path = 'IndexSettingOutputRepresentation') {
1525
1527
  const v_error = (() => {
1526
1528
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
@@ -1543,21 +1545,25 @@ function validate$z(obj, path = 'IndexSettingOutputRepresentation') {
1543
1545
  }
1544
1546
  }
1545
1547
  }
1546
- const obj_metadata = obj.metadata;
1547
- const path_metadata = path + '.metadata';
1548
- const referencepath_metadataValidationError = validate$B(obj_metadata, path_metadata);
1549
- if (referencepath_metadataValidationError !== null) {
1550
- let message = 'Object doesn\'t match SettingMetadataOutputRepresentation (at "' + path_metadata + '")\n';
1551
- message += referencepath_metadataValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
1552
- return new TypeError(message);
1548
+ if (obj.metadata !== undefined) {
1549
+ const obj_metadata = obj.metadata;
1550
+ const path_metadata = path + '.metadata';
1551
+ const referencepath_metadataValidationError = validate$B(obj_metadata, path_metadata);
1552
+ if (referencepath_metadataValidationError !== null) {
1553
+ let message = 'Object doesn\'t match SettingMetadataOutputRepresentation (at "' + path_metadata + '")\n';
1554
+ message += referencepath_metadataValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
1555
+ return new TypeError(message);
1556
+ }
1553
1557
  }
1554
- const obj_setting = obj.setting;
1555
- const path_setting = path + '.setting';
1556
- const referencepath_settingValidationError = validate$A(obj_setting, path_setting);
1557
- if (referencepath_settingValidationError !== null) {
1558
- let message = 'Object doesn\'t match SettingOutputRepresentation (at "' + path_setting + '")\n';
1559
- message += referencepath_settingValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
1560
- return new TypeError(message);
1558
+ if (obj.setting !== undefined) {
1559
+ const obj_setting = obj.setting;
1560
+ const path_setting = path + '.setting';
1561
+ const referencepath_settingValidationError = validate$A(obj_setting, path_setting);
1562
+ if (referencepath_settingValidationError !== null) {
1563
+ let message = 'Object doesn\'t match SettingOutputRepresentation (at "' + path_setting + '")\n';
1564
+ message += referencepath_settingValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
1565
+ return new TypeError(message);
1566
+ }
1561
1567
  }
1562
1568
  const obj_statusCode = obj.statusCode;
1563
1569
  const path_statusCode = path + '.statusCode';
@@ -1773,7 +1779,7 @@ function validate$y(obj, path = 'SettingInputRepresentation') {
1773
1779
  }
1774
1780
 
1775
1781
  const TTL$8 = 6000;
1776
- const VERSION$a = "67c20ef2306f437cc5f7d88184b2ea29";
1782
+ const VERSION$a = "dbe377fb2384a444e75e085b06800b5f";
1777
1783
  function validate$x(obj, path = 'IndexSettingPatchOutputRepresentation') {
1778
1784
  const v_error = (() => {
1779
1785
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
@@ -1796,13 +1802,15 @@ function validate$x(obj, path = 'IndexSettingPatchOutputRepresentation') {
1796
1802
  }
1797
1803
  }
1798
1804
  }
1799
- const obj_setting = obj.setting;
1800
- const path_setting = path + '.setting';
1801
- const referencepath_settingValidationError = validate$A(obj_setting, path_setting);
1802
- if (referencepath_settingValidationError !== null) {
1803
- let message = 'Object doesn\'t match SettingOutputRepresentation (at "' + path_setting + '")\n';
1804
- message += referencepath_settingValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
1805
- return new TypeError(message);
1805
+ if (obj.setting !== undefined) {
1806
+ const obj_setting = obj.setting;
1807
+ const path_setting = path + '.setting';
1808
+ const referencepath_settingValidationError = validate$A(obj_setting, path_setting);
1809
+ if (referencepath_settingValidationError !== null) {
1810
+ let message = 'Object doesn\'t match SettingOutputRepresentation (at "' + path_setting + '")\n';
1811
+ message += referencepath_settingValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
1812
+ return new TypeError(message);
1813
+ }
1806
1814
  }
1807
1815
  const obj_statusCode = obj.statusCode;
1808
1816
  const path_statusCode = path + '.statusCode';
@@ -1814,11 +1822,11 @@ function validate$x(obj, path = 'IndexSettingPatchOutputRepresentation') {
1814
1822
  }
1815
1823
  const RepresentationType$9 = 'IndexSettingPatchOutputRepresentation';
1816
1824
  function keyBuilder$g(luvio, config) {
1817
- return keyPrefix + '::' + RepresentationType$9 + ':' + config.id;
1825
+ return keyPrefix + '::' + RepresentationType$9 + ':' + config.message;
1818
1826
  }
1819
1827
  function keyBuilderFromType$2(luvio, object) {
1820
1828
  const keyParams = {
1821
- id: object.setting.id
1829
+ message: object.statusCode
1822
1830
  };
1823
1831
  return keyBuilder$g(luvio, keyParams);
1824
1832
  }
@@ -3,7 +3,7 @@ import { SettingMetadataOutputRepresentation as SettingMetadataOutputRepresentat
3
3
  import { SettingOutputRepresentation as SettingOutputRepresentation_SettingOutputRepresentation } from './SettingOutputRepresentation';
4
4
  import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, BaseFragment as $64$luvio_engine_BaseFragment, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
5
5
  export declare const TTL = 6000;
6
- export declare const VERSION = "8e8994b81e71fbf729c95134f748033b";
6
+ export declare const VERSION = "9f52dc7c38815ba6aa72af8ff9843d5b";
7
7
  export declare function validate(obj: any, path?: string): TypeError | null;
8
8
  export declare const RepresentationType: string;
9
9
  export declare function normalize(input: IndexSettingOutputRepresentation, existing: IndexSettingOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): IndexSettingOutputRepresentationNormalized;
@@ -20,8 +20,8 @@ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableSto
20
20
  export interface IndexSettingOutputRepresentationNormalized {
21
21
  /** errors */
22
22
  errors?: Array<EpcErrorOutputRepresentation_EpcErrorOutputRepresentation>;
23
- metadata: SettingMetadataOutputRepresentation_SettingMetadataOutputRepresentation;
24
- setting: SettingOutputRepresentation_SettingOutputRepresentation;
23
+ metadata?: SettingMetadataOutputRepresentation_SettingMetadataOutputRepresentation;
24
+ setting?: SettingOutputRepresentation_SettingOutputRepresentation;
25
25
  /** statusCode */
26
26
  statusCode: string;
27
27
  }
@@ -33,7 +33,7 @@ export interface IndexSettingOutputRepresentationNormalized {
33
33
  */
34
34
  export interface IndexSettingOutputRepresentation {
35
35
  errors?: Array<EpcErrorOutputRepresentation_EpcErrorOutputRepresentation>;
36
- metadata: SettingMetadataOutputRepresentation_SettingMetadataOutputRepresentation;
37
- setting: SettingOutputRepresentation_SettingOutputRepresentation;
36
+ metadata?: SettingMetadataOutputRepresentation_SettingMetadataOutputRepresentation;
37
+ setting?: SettingOutputRepresentation_SettingOutputRepresentation;
38
38
  statusCode: string;
39
39
  }
@@ -2,11 +2,11 @@ import { EpcErrorOutputRepresentation as EpcErrorOutputRepresentation_EpcErrorOu
2
2
  import { SettingOutputRepresentation as SettingOutputRepresentation_SettingOutputRepresentation } from './SettingOutputRepresentation';
3
3
  import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, BaseFragment as $64$luvio_engine_BaseFragment, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
4
4
  export declare const TTL = 6000;
5
- export declare const VERSION = "67c20ef2306f437cc5f7d88184b2ea29";
5
+ export declare const VERSION = "dbe377fb2384a444e75e085b06800b5f";
6
6
  export declare function validate(obj: any, path?: string): TypeError | null;
7
7
  export declare const RepresentationType: string;
8
8
  export interface KeyParams extends $64$luvio_engine_KeyMetadata {
9
- id: string;
9
+ message: string;
10
10
  }
11
11
  export type IndexSettingPatchOutputRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
12
12
  export type PartialIndexSettingPatchOutputRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
@@ -23,13 +23,13 @@ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableSto
23
23
  * Index Setting Patch Response
24
24
  *
25
25
  * Keys:
26
- * id (string): setting.id
26
+ * message (string): statusCode
27
27
  */
28
28
  export interface IndexSettingPatchOutputRepresentationNormalized {
29
29
  /** errors */
30
30
  errors?: Array<EpcErrorOutputRepresentation_EpcErrorOutputRepresentation>;
31
31
  /** Setting maintained for an org used in Indexing */
32
- setting: SettingOutputRepresentation_SettingOutputRepresentation;
32
+ setting?: SettingOutputRepresentation_SettingOutputRepresentation;
33
33
  /** statusCode */
34
34
  statusCode: string;
35
35
  }
@@ -37,10 +37,10 @@ export interface IndexSettingPatchOutputRepresentationNormalized {
37
37
  * Index Setting Patch Response
38
38
  *
39
39
  * Keys:
40
- * id (string): setting.id
40
+ * message (string): statusCode
41
41
  */
42
42
  export interface IndexSettingPatchOutputRepresentation {
43
43
  errors?: Array<EpcErrorOutputRepresentation_EpcErrorOutputRepresentation>;
44
- setting: SettingOutputRepresentation_SettingOutputRepresentation;
44
+ setting?: SettingOutputRepresentation_SettingOutputRepresentation;
45
45
  statusCode: string;
46
46
  }
@@ -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 = "7e48bedc7845dc15827bd055741af784";
2
+ export declare const VERSION = "a7d764cc8f0b0504e3394965b8469824";
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: SettingOutputRepresentation, existing: SettingOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SettingOutputRepresentationNormalized;
@@ -17,7 +17,7 @@ export interface SettingOutputRepresentationNormalized {
17
17
  /** Default Language for the API */
18
18
  defaultLanguage?: string;
19
19
  /** id of the setting */
20
- id: string;
20
+ id?: string;
21
21
  /** list of supported languages */
22
22
  supportedLanguages?: Array<string>;
23
23
  }
@@ -29,6 +29,6 @@ export interface SettingOutputRepresentationNormalized {
29
29
  */
30
30
  export interface SettingOutputRepresentation {
31
31
  defaultLanguage?: string;
32
- id: string;
32
+ id?: string;
33
33
  supportedLanguages?: Array<string>;
34
34
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-industries-epc",
3
- "version": "1.322.0",
3
+ "version": "1.324.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.322.0"
47
+ "@salesforce/lds-bindings": "^1.324.0"
48
48
  },
49
49
  "devDependencies": {
50
- "@salesforce/lds-compiler-plugins": "^1.322.0",
51
- "@salesforce/lds-karma": "^1.322.0"
50
+ "@salesforce/lds-compiler-plugins": "^1.324.0",
51
+ "@salesforce/lds-karma": "^1.324.0"
52
52
  },
53
53
  "nx": {
54
54
  "targets": {
package/sfdc/index.js CHANGED
@@ -2804,10 +2804,12 @@ function validate$j(obj, path = 'SettingOutputRepresentation') {
2804
2804
  return new TypeError('Expected "string" but received "' + typeof obj_defaultLanguage + '" (at "' + path_defaultLanguage + '")');
2805
2805
  }
2806
2806
  }
2807
- const obj_id = obj.id;
2808
- const path_id = path + '.id';
2809
- if (typeof obj_id !== 'string') {
2810
- return new TypeError('Expected "string" but received "' + typeof obj_id + '" (at "' + path_id + '")');
2807
+ if (obj.id !== undefined) {
2808
+ const obj_id = obj.id;
2809
+ const path_id = path + '.id';
2810
+ if (typeof obj_id !== 'string') {
2811
+ return new TypeError('Expected "string" but received "' + typeof obj_id + '" (at "' + path_id + '")');
2812
+ }
2811
2813
  }
2812
2814
  if (obj.supportedLanguages !== undefined) {
2813
2815
  const obj_supportedLanguages = obj.supportedLanguages;
@@ -2828,7 +2830,7 @@ function validate$j(obj, path = 'SettingOutputRepresentation') {
2828
2830
  }
2829
2831
 
2830
2832
  const TTL$5 = 6000;
2831
- const VERSION$6 = "8e8994b81e71fbf729c95134f748033b";
2833
+ const VERSION$6 = "9f52dc7c38815ba6aa72af8ff9843d5b";
2832
2834
  function validate$i(obj, path = 'IndexSettingOutputRepresentation') {
2833
2835
  const v_error = (() => {
2834
2836
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
@@ -2851,21 +2853,25 @@ function validate$i(obj, path = 'IndexSettingOutputRepresentation') {
2851
2853
  }
2852
2854
  }
2853
2855
  }
2854
- const obj_metadata = obj.metadata;
2855
- const path_metadata = path + '.metadata';
2856
- const referencepath_metadataValidationError = validate$k(obj_metadata, path_metadata);
2857
- if (referencepath_metadataValidationError !== null) {
2858
- let message = 'Object doesn\'t match SettingMetadataOutputRepresentation (at "' + path_metadata + '")\n';
2859
- message += referencepath_metadataValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
2860
- return new TypeError(message);
2856
+ if (obj.metadata !== undefined) {
2857
+ const obj_metadata = obj.metadata;
2858
+ const path_metadata = path + '.metadata';
2859
+ const referencepath_metadataValidationError = validate$k(obj_metadata, path_metadata);
2860
+ if (referencepath_metadataValidationError !== null) {
2861
+ let message = 'Object doesn\'t match SettingMetadataOutputRepresentation (at "' + path_metadata + '")\n';
2862
+ message += referencepath_metadataValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
2863
+ return new TypeError(message);
2864
+ }
2861
2865
  }
2862
- const obj_setting = obj.setting;
2863
- const path_setting = path + '.setting';
2864
- const referencepath_settingValidationError = validate$j(obj_setting, path_setting);
2865
- if (referencepath_settingValidationError !== null) {
2866
- let message = 'Object doesn\'t match SettingOutputRepresentation (at "' + path_setting + '")\n';
2867
- message += referencepath_settingValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
2868
- return new TypeError(message);
2866
+ if (obj.setting !== undefined) {
2867
+ const obj_setting = obj.setting;
2868
+ const path_setting = path + '.setting';
2869
+ const referencepath_settingValidationError = validate$j(obj_setting, path_setting);
2870
+ if (referencepath_settingValidationError !== null) {
2871
+ let message = 'Object doesn\'t match SettingOutputRepresentation (at "' + path_setting + '")\n';
2872
+ message += referencepath_settingValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
2873
+ return new TypeError(message);
2874
+ }
2869
2875
  }
2870
2876
  const obj_statusCode = obj.statusCode;
2871
2877
  const path_statusCode = path + '.statusCode';
@@ -4799,7 +4805,7 @@ function validate$2(obj, path = 'SettingInputRepresentation') {
4799
4805
  }
4800
4806
 
4801
4807
  const TTL$1 = 6000;
4802
- const VERSION$1 = "67c20ef2306f437cc5f7d88184b2ea29";
4808
+ const VERSION$1 = "dbe377fb2384a444e75e085b06800b5f";
4803
4809
  function validate$1(obj, path = 'IndexSettingPatchOutputRepresentation') {
4804
4810
  const v_error = (() => {
4805
4811
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
@@ -4822,13 +4828,15 @@ function validate$1(obj, path = 'IndexSettingPatchOutputRepresentation') {
4822
4828
  }
4823
4829
  }
4824
4830
  }
4825
- const obj_setting = obj.setting;
4826
- const path_setting = path + '.setting';
4827
- const referencepath_settingValidationError = validate$j(obj_setting, path_setting);
4828
- if (referencepath_settingValidationError !== null) {
4829
- let message = 'Object doesn\'t match SettingOutputRepresentation (at "' + path_setting + '")\n';
4830
- message += referencepath_settingValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
4831
- return new TypeError(message);
4831
+ if (obj.setting !== undefined) {
4832
+ const obj_setting = obj.setting;
4833
+ const path_setting = path + '.setting';
4834
+ const referencepath_settingValidationError = validate$j(obj_setting, path_setting);
4835
+ if (referencepath_settingValidationError !== null) {
4836
+ let message = 'Object doesn\'t match SettingOutputRepresentation (at "' + path_setting + '")\n';
4837
+ message += referencepath_settingValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
4838
+ return new TypeError(message);
4839
+ }
4832
4840
  }
4833
4841
  const obj_statusCode = obj.statusCode;
4834
4842
  const path_statusCode = path + '.statusCode';
@@ -4840,11 +4848,11 @@ function validate$1(obj, path = 'IndexSettingPatchOutputRepresentation') {
4840
4848
  }
4841
4849
  const RepresentationType$1 = 'IndexSettingPatchOutputRepresentation';
4842
4850
  function keyBuilder$1(luvio, config) {
4843
- return keyPrefix + '::' + RepresentationType$1 + ':' + config.id;
4851
+ return keyPrefix + '::' + RepresentationType$1 + ':' + config.message;
4844
4852
  }
4845
4853
  function keyBuilderFromType$1(luvio, object) {
4846
4854
  const keyParams = {
4847
- id: object.setting.id
4855
+ message: object.statusCode
4848
4856
  };
4849
4857
  return keyBuilder$1(luvio, keyParams);
4850
4858
  }
@@ -5317,4 +5325,4 @@ withDefaultLuvio((luvio) => {
5317
5325
  });
5318
5326
 
5319
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 };
5320
- // version: 1.322.0-87f682c9f3
5328
+ // version: 1.324.0-f16f2a27c7
package/src/raml/api.raml CHANGED
@@ -1273,9 +1273,11 @@ types:
1273
1273
  metadata:
1274
1274
  description: Metadata for the Setting
1275
1275
  type: SettingMetadataOutputRepresentation
1276
+ required: false
1276
1277
  setting:
1277
1278
  description: Setting maintained for an org used in Indexing
1278
1279
  type: SettingOutputRepresentation
1280
+ required: false
1279
1281
  statusCode:
1280
1282
  description: statusCode
1281
1283
  type: string
@@ -1296,6 +1298,7 @@ types:
1296
1298
  id:
1297
1299
  description: id of the setting
1298
1300
  type: string
1301
+ required: false
1299
1302
  defaultLanguage:
1300
1303
  description: Default Language for the API
1301
1304
  type: string
@@ -1319,6 +1322,7 @@ types:
1319
1322
  setting:
1320
1323
  description: Setting maintained for an org used in Indexing
1321
1324
  type: SettingOutputRepresentation
1325
+ required: false
1322
1326
  statusCode:
1323
1327
  description: statusCode
1324
1328
  type: string
@@ -53,7 +53,7 @@ types:
53
53
  (luvio.ttl): 6000
54
54
  (luvio.opaque): true
55
55
  (luvio.key):
56
- id: setting.id
56
+ message: statusCode
57
57
  RelatedRecordsListOutputRepresentation:
58
58
  (luvio.ttl): 6000
59
59
  (luvio.opaque): true