@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.
- package/dist/es/es2018/service-ecm.js +1 -1
- package/dist/es/es2018/types/src/generated/adapters/generateOmniScript.d.ts +2 -2
- package/package.json +3 -3
- package/sfdc/index.js +2 -2
- package/src/raml/api.raml +1 -1
- package/src/raml/luvio.raml +1 -1
- /package/dist/es/es2018/types/src/generated/resources/{postConnectServiceAutomationIntakeFormGenerateIntakeOmni.d.ts → postConnectServiceAutomationIntakeFormGenerateIntakeOmniscript.d.ts} +0 -0
|
@@ -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-
|
|
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
|
|
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) =>
|
|
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.
|
|
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.
|
|
43
|
+
"@salesforce/lds-bindings": "^1.356.0"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
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-
|
|
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.
|
|
8533
|
+
// version: 1.356.0-d412b8de3d
|
package/src/raml/api.raml
CHANGED
package/src/raml/luvio.raml
CHANGED