@salesforce/lds-adapters-service-ecm 1.355.0 → 1.356.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.
@@ -8092,7 +8092,7 @@ function createResourceRequest$1(config) {
8092
8092
  const headers = {};
8093
8093
  return {
8094
8094
  baseUri: '/services/data/v64.0',
8095
- basePath: '/connect/service-automation/intake-form/generate-intake-omni',
8095
+ basePath: '/connect/service-automation/intake-form/generate-intake-omniscript',
8096
8096
  method: 'post',
8097
8097
  body: config.body,
8098
8098
  urlParams: {},
@@ -1,6 +1,6 @@
1
1
  import { AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata, Luvio as $64$luvio_engine_Luvio, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
2
2
  import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig } from './adapter-utils';
3
- import { ResourceRequestConfig as resources_postConnectServiceAutomationIntakeFormGenerateIntakeOmni_ResourceRequestConfig } from '../resources/postConnectServiceAutomationIntakeFormGenerateIntakeOmni';
3
+ import { ResourceRequestConfig as resources_postConnectServiceAutomationIntakeFormGenerateIntakeOmniscript_ResourceRequestConfig } from '../resources/postConnectServiceAutomationIntakeFormGenerateIntakeOmniscript';
4
4
  import { OmniIntakeOutputRepresentation as types_OmniIntakeOutputRepresentation_OmniIntakeOutputRepresentation } from '../types/OmniIntakeOutputRepresentation';
5
5
  export declare const adapterName = "generateOmniScript";
6
6
  export declare const generateOmniScript_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
@@ -10,7 +10,7 @@ export interface GenerateOmniScriptConfig {
10
10
  scriptDescription: string;
11
11
  scriptName: string;
12
12
  }
13
- export declare const createResourceParams: (config: GenerateOmniScriptConfig) => resources_postConnectServiceAutomationIntakeFormGenerateIntakeOmni_ResourceRequestConfig;
13
+ export declare const createResourceParams: (config: GenerateOmniScriptConfig) => resources_postConnectServiceAutomationIntakeFormGenerateIntakeOmniscript_ResourceRequestConfig;
14
14
  export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<GenerateOmniScriptConfig>): adapter$45$utils_Untrusted<GenerateOmniScriptConfig>;
15
15
  export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): GenerateOmniScriptConfig | null;
16
16
  export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: GenerateOmniScriptConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<import("@luvio/engine").FulfilledSnapshot<types_OmniIntakeOutputRepresentation_OmniIntakeOutputRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_OmniIntakeOutputRepresentation_OmniIntakeOutputRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_OmniIntakeOutputRepresentation_OmniIntakeOutputRepresentation, any>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-service-ecm",
3
- "version": "1.355.0",
3
+ "version": "1.356.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.355.0"
43
+ "@salesforce/lds-bindings": "^1.356.0"
44
44
  },
45
45
  "devDependencies": {
46
- "@salesforce/lds-compiler-plugins": "^1.355.0"
46
+ "@salesforce/lds-compiler-plugins": "^1.356.0"
47
47
  },
48
48
  "nx": {
49
49
  "targets": {
package/sfdc/index.js CHANGED
@@ -6246,7 +6246,7 @@ function createResourceRequest$6(config) {
6246
6246
  const headers = {};
6247
6247
  return {
6248
6248
  baseUri: '/services/data/v64.0',
6249
- basePath: '/connect/service-automation/intake-form/generate-intake-omni',
6249
+ basePath: '/connect/service-automation/intake-form/generate-intake-omniscript',
6250
6250
  method: 'post',
6251
6251
  body: config.body,
6252
6252
  urlParams: {},
@@ -8530,4 +8530,4 @@ withDefaultLuvio((luvio) => {
8530
8530
  });
8531
8531
 
8532
8532
  export { createCatalogItem, generateOmniScript, getAgentActions, getAgentActions_imperative, getAllServiceAutomationDep, getAllServiceAutomationDep_imperative, getCatalogItem, getCatalogItem_imperative, getServiceRequest, getServiceRequest_imperative, updateCatalogItem, updateEpcCategories };
8533
- // version: 1.355.0-df8576becd
8533
+ // version: 1.356.0-d412b8de3d
package/src/raml/api.raml CHANGED
@@ -1469,7 +1469,7 @@ types:
1469
1469
  type: string
1470
1470
  required: false
1471
1471
  /intake-form:
1472
- /generate-intake-omni:
1472
+ /generate-intake-omniscript:
1473
1473
  post:
1474
1474
  displayName: postOmniIntake
1475
1475
  description: API to generate omniscript for productId.
@@ -49,7 +49,7 @@ types:
49
49
  patch:
50
50
  (luvio.adapter):
51
51
  name: updateEpcCategories
52
- /connect/service-automation/intake-form/generate-intake-omni:
52
+ /connect/service-automation/intake-form/generate-intake-omniscript:
53
53
  post:
54
54
  (luvio.adapter):
55
55
  name: generateOmniScript