@salesforce/lds-adapters-cdp-document-processing 1.404.0-dev15 → 1.404.0-dev18

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.
@@ -1642,7 +1642,7 @@ function createResourceRequest$1(config) {
1642
1642
  method: 'post',
1643
1643
  body: config.body,
1644
1644
  urlParams: {},
1645
- queryParams: {},
1645
+ queryParams: config.queryParams,
1646
1646
  headers,
1647
1647
  priority: 'normal',
1648
1648
  };
@@ -1650,6 +1650,7 @@ function createResourceRequest$1(config) {
1650
1650
 
1651
1651
  const adapterName$1 = 'generateIdpConfigurationSchema';
1652
1652
  const generateIdpConfigurationSchema_ConfigPropertyMetadata = [
1653
+ generateParamConfigMetadata('idpClientPartnerId', false, 1 /* QueryParameter */, 0 /* String */),
1653
1654
  generateParamConfigMetadata('files', true, 2 /* Body */, 4 /* Unsupported */, true),
1654
1655
  generateParamConfigMetadata('mlModel', true, 2 /* Body */, 0 /* String */),
1655
1656
  ];
@@ -7,6 +7,7 @@ export declare const adapterName = "generateIdpConfigurationSchema";
7
7
  export declare const generateIdpConfigurationSchema_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
8
8
  export declare const generateIdpConfigurationSchema_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
9
9
  export interface GenerateIdpConfigurationSchemaConfig {
10
+ idpClientPartnerId?: string;
10
11
  files: Array<types_IdpGenerateSchemaFileInputRepresentation_IdpGenerateSchemaFileInputRepresentation>;
11
12
  mlModel: string;
12
13
  }
@@ -2,6 +2,9 @@ import { IdpGenerateSchemaFileInputRepresentation as types_IdpGenerateSchemaFile
2
2
  import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, FetchResponse as $64$luvio_engine_FetchResponse, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
3
3
  import { IdpGeneratedSchemaRepresentation as types_IdpGeneratedSchemaRepresentation_IdpGeneratedSchemaRepresentation } from '../types/IdpGeneratedSchemaRepresentation';
4
4
  export interface ResourceRequestConfig {
5
+ queryParams: {
6
+ idpClientPartnerId?: string;
7
+ };
5
8
  body: {
6
9
  files: Array<types_IdpGenerateSchemaFileInputRepresentation_IdpGenerateSchemaFileInputRepresentation>;
7
10
  mlModel: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-cdp-document-processing",
3
- "version": "1.404.0-dev15",
3
+ "version": "1.404.0-dev18",
4
4
  "description": "",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "dist/es/es2018/cdp-document-processing.js",
@@ -42,10 +42,10 @@
42
42
  "test:unit:debug": "node --inspect-brk ../../node_modules/.bin/jest --runInBand"
43
43
  },
44
44
  "dependencies": {
45
- "@salesforce/lds-bindings": "^1.404.0-dev15"
45
+ "@salesforce/lds-bindings": "^1.404.0-dev18"
46
46
  },
47
47
  "devDependencies": {
48
- "@salesforce/lds-compiler-plugins": "^1.404.0-dev15"
48
+ "@salesforce/lds-compiler-plugins": "^1.404.0-dev18"
49
49
  },
50
50
  "nx": {
51
51
  "targets": {
package/sfdc/index.js CHANGED
@@ -956,7 +956,7 @@ function createResourceRequest$4(config) {
956
956
  method: 'post',
957
957
  body: config.body,
958
958
  urlParams: {},
959
- queryParams: {},
959
+ queryParams: config.queryParams,
960
960
  headers,
961
961
  priority: 'normal',
962
962
  };
@@ -964,6 +964,7 @@ function createResourceRequest$4(config) {
964
964
 
965
965
  const adapterName$4 = 'generateIdpConfigurationSchema';
966
966
  const generateIdpConfigurationSchema_ConfigPropertyMetadata = [
967
+ generateParamConfigMetadata('idpClientPartnerId', false, 1 /* QueryParameter */, 0 /* String */),
967
968
  generateParamConfigMetadata('files', true, 2 /* Body */, 4 /* Unsupported */, true),
968
969
  generateParamConfigMetadata('mlModel', true, 2 /* Body */, 0 /* String */),
969
970
  ];
@@ -2184,4 +2185,4 @@ withDefaultLuvio((luvio) => {
2184
2185
  });
2185
2186
 
2186
2187
  export { createIdpConfiguration, deleteIdpConfiguration, extractDataUsingIdpConfiguration, extractDataUsingIdpConfiguration_imperative, generateIdpConfigurationSchema, getIdpConfiguration, getIdpConfigurationNotifyChange, getIdpConfiguration_imperative, getIdpConfigurations, getIdpConfigurations_imperative, getIdpGlobalConfig, getIdpGlobalConfig_imperative, updateIdpConfiguration };
2187
- // version: 1.404.0-dev15-dc5e3db6b2
2188
+ // version: 1.404.0-dev18-c65045077f
package/src/raml/api.raml CHANGED
@@ -483,6 +483,10 @@ types:
483
483
  application/json:
484
484
  type: IdpGenerateSchemaInputRepresentation
485
485
  (oas-body-name): generateIdpConfigurationSchema
486
+ queryParameters:
487
+ idpClientPartnerId:
488
+ type: string
489
+ required: false
486
490
  /actions/extract-data:
487
491
  post:
488
492
  displayName: extractDataUsingIdpConfiguration