@salesforce/lds-adapters-service-ecm 1.342.0 → 1.344.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.
Files changed (20) hide show
  1. package/dist/es/es2018/service-ecm.js +1346 -138
  2. package/dist/es/es2018/types/src/generated/adapters/createCatalogItem.d.ts +5 -0
  3. package/dist/es/es2018/types/src/generated/adapters/updateCatalogItem.d.ts +5 -0
  4. package/dist/es/es2018/types/src/generated/resources/patchConnectServiceAutomationCatalogCatalogItemByCatalogItemId.d.ts +5 -0
  5. package/dist/es/es2018/types/src/generated/resources/postConnectServiceAutomationCatalogCatalogItem.d.ts +5 -0
  6. package/dist/es/es2018/types/src/generated/types/AgentActionInputRepresentation.d.ts +37 -0
  7. package/dist/es/es2018/types/src/generated/types/AgentActionOutputRepresentation.d.ts +34 -0
  8. package/dist/es/es2018/types/src/generated/types/CatalogItemCreateInputRepresentation.d.ts +12 -1
  9. package/dist/es/es2018/types/src/generated/types/CatalogItemOutputRepresentation.d.ts +12 -1
  10. package/dist/es/es2018/types/src/generated/types/CatalogItemUpdateInputRepresentation.d.ts +12 -1
  11. package/dist/es/es2018/types/src/generated/types/ProductDetailsInputRepresentation.d.ts +34 -0
  12. package/dist/es/es2018/types/src/generated/types/ProductDetailsOutputRepresentation.d.ts +31 -0
  13. package/dist/es/es2018/types/src/generated/types/ProductRequestCreateInputRepresentation.d.ts +46 -0
  14. package/dist/es/es2018/types/src/generated/types/ProductRequestOutputRepresentation.d.ts +47 -0
  15. package/dist/es/es2018/types/src/generated/types/ProductRequestUpdateInputRepresentation.d.ts +49 -0
  16. package/dist/es/es2018/types/src/generated/types/SectionInputRepresentation.d.ts +40 -0
  17. package/dist/es/es2018/types/src/generated/types/SectionOutputRepresentation.d.ts +4 -1
  18. package/package.json +3 -3
  19. package/sfdc/index.js +1347 -139
  20. package/src/raml/api.raml +286 -2
@@ -1,6 +1,6 @@
1
1
  import { CatalogItemAttributeOutputRepresentation as CatalogItemAttributeOutputRepresentation_CatalogItemAttributeOutputRepresentation } from './CatalogItemAttributeOutputRepresentation';
2
2
  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';
3
- export declare const VERSION = "565c268d87174a64724649689f92d403";
3
+ export declare const VERSION = "f3d73b2bf4e29668882933f95c798ea8";
4
4
  export declare function validate(obj: any, path?: string): TypeError | null;
5
5
  export declare const RepresentationType: string;
6
6
  export declare function normalize(input: SectionOutputRepresentation, existing: SectionOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SectionOutputRepresentationNormalized;
@@ -19,6 +19,8 @@ export interface SectionOutputRepresentationNormalized {
19
19
  attributes?: Array<CatalogItemAttributeOutputRepresentation_CatalogItemAttributeOutputRepresentation | null>;
20
20
  /** Product Name */
21
21
  description?: string | null;
22
+ /** Id of the Section */
23
+ id?: string | null;
22
24
  /** Product Name */
23
25
  name?: string | null;
24
26
  }
@@ -31,5 +33,6 @@ export interface SectionOutputRepresentationNormalized {
31
33
  export interface SectionOutputRepresentation {
32
34
  attributes?: Array<CatalogItemAttributeOutputRepresentation_CatalogItemAttributeOutputRepresentation | null>;
33
35
  description?: string | null;
36
+ id?: string | null;
34
37
  name?: string | null;
35
38
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-service-ecm",
3
- "version": "1.342.0",
3
+ "version": "1.344.0",
4
4
  "description": "Service Automation Request",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "dist/es/es2018/service-ecm.js",
@@ -40,10 +40,10 @@
40
40
  "test:unit": "jest"
41
41
  },
42
42
  "dependencies": {
43
- "@salesforce/lds-bindings": "^1.342.0"
43
+ "@salesforce/lds-bindings": "^1.344.0"
44
44
  },
45
45
  "devDependencies": {
46
- "@salesforce/lds-compiler-plugins": "^1.342.0"
46
+ "@salesforce/lds-compiler-plugins": "^1.344.0"
47
47
  },
48
48
  "nx": {
49
49
  "targets": {