@salesforce/lds-adapters-cdp-personalization-service 1.333.0 → 1.335.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.
@@ -2583,7 +2583,7 @@ function ingestSuccess$6(luvio, resourceParams, response) {
2583
2583
  function createResourceRequest$8(config) {
2584
2584
  const headers = {};
2585
2585
  return {
2586
- baseUri: '/services/data/v63.0',
2586
+ baseUri: '/services/data/v64.0',
2587
2587
  basePath: '/personalization/personalization-points',
2588
2588
  method: 'post',
2589
2589
  body: config.body,
@@ -2769,7 +2769,7 @@ function evictSuccess$1(luvio, resourceParams) {
2769
2769
  function createResourceRequest$7(config) {
2770
2770
  const headers = {};
2771
2771
  return {
2772
- baseUri: '/services/data/v63.0',
2772
+ baseUri: '/services/data/v64.0',
2773
2773
  basePath: '/personalization/personalization-points/' + config.urlParams.idOrName + '',
2774
2774
  method: 'delete',
2775
2775
  body: null,
@@ -2876,7 +2876,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
2876
2876
  function createResourceRequest$6(config) {
2877
2877
  const headers = {};
2878
2878
  return {
2879
- baseUri: '/services/data/v63.0',
2879
+ baseUri: '/services/data/v64.0',
2880
2880
  basePath: '/personalization/personalization-points/' + config.urlParams.idOrName + '',
2881
2881
  method: 'get',
2882
2882
  body: null,
@@ -2999,7 +2999,7 @@ function ingestSuccess$4(luvio, resourceParams, response) {
2999
2999
  function createResourceRequest$5(config) {
3000
3000
  const headers = {};
3001
3001
  return {
3002
- baseUri: '/services/data/v63.0',
3002
+ baseUri: '/services/data/v64.0',
3003
3003
  basePath: '/personalization/personalization-points/' + config.urlParams.idOrName + '',
3004
3004
  method: 'put',
3005
3005
  body: config.body,
@@ -3776,7 +3776,7 @@ function ingestSuccess$3(luvio, resourceParams, response) {
3776
3776
  function createResourceRequest$4(config) {
3777
3777
  const headers = {};
3778
3778
  return {
3779
- baseUri: '/services/data/v63.0',
3779
+ baseUri: '/services/data/v64.0',
3780
3780
  basePath: '/personalization/personalization-schemas',
3781
3781
  method: 'post',
3782
3782
  body: config.body,
@@ -3921,7 +3921,7 @@ function evictSuccess(luvio, resourceParams) {
3921
3921
  function createResourceRequest$3(config) {
3922
3922
  const headers = {};
3923
3923
  return {
3924
- baseUri: '/services/data/v63.0',
3924
+ baseUri: '/services/data/v64.0',
3925
3925
  basePath: '/personalization/personalization-schemas/' + config.urlParams.idOrName + '',
3926
3926
  method: 'delete',
3927
3927
  body: null,
@@ -4028,7 +4028,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
4028
4028
  function createResourceRequest$2(config) {
4029
4029
  const headers = {};
4030
4030
  return {
4031
- baseUri: '/services/data/v63.0',
4031
+ baseUri: '/services/data/v64.0',
4032
4032
  basePath: '/personalization/personalization-schemas/' + config.urlParams.idOrName + '',
4033
4033
  method: 'get',
4034
4034
  body: null,
@@ -4457,7 +4457,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
4457
4457
  function createResourceRequest$1(config) {
4458
4458
  const headers = {};
4459
4459
  return {
4460
- baseUri: '/services/data/v63.0',
4460
+ baseUri: '/services/data/v64.0',
4461
4461
  basePath: '/personalization/personalization-recommenders/' + config.urlParams.idOrName + '/jobs',
4462
4462
  method: 'get',
4463
4463
  body: null,
@@ -4768,7 +4768,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
4768
4768
  function createResourceRequest(config) {
4769
4769
  const headers = {};
4770
4770
  return {
4771
- baseUri: '/services/data/v63.0',
4771
+ baseUri: '/services/data/v64.0',
4772
4772
  basePath: '/personalization/einstein-studio/model-mapping',
4773
4773
  method: 'get',
4774
4774
  body: null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-cdp-personalization-service",
3
- "version": "1.333.0",
3
+ "version": "1.335.0",
4
4
  "description": "wire adapters for personalization service connect api",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "dist/es/es2018/cdp-personalization-service.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.333.0"
45
+ "@salesforce/lds-bindings": "^1.335.0"
46
46
  },
47
47
  "devDependencies": {
48
- "@salesforce/lds-compiler-plugins": "^1.333.0"
48
+ "@salesforce/lds-compiler-plugins": "^1.335.0"
49
49
  },
50
50
  "nx": {
51
51
  "targets": {
package/sfdc/index.js CHANGED
@@ -2593,7 +2593,7 @@ function ingestSuccess$6(luvio, resourceParams, response) {
2593
2593
  function createResourceRequest$8(config) {
2594
2594
  const headers = {};
2595
2595
  return {
2596
- baseUri: '/services/data/v63.0',
2596
+ baseUri: '/services/data/v64.0',
2597
2597
  basePath: '/personalization/personalization-points',
2598
2598
  method: 'post',
2599
2599
  body: config.body,
@@ -3369,7 +3369,7 @@ function ingestSuccess$5(luvio, resourceParams, response) {
3369
3369
  function createResourceRequest$7(config) {
3370
3370
  const headers = {};
3371
3371
  return {
3372
- baseUri: '/services/data/v63.0',
3372
+ baseUri: '/services/data/v64.0',
3373
3373
  basePath: '/personalization/personalization-schemas',
3374
3374
  method: 'post',
3375
3375
  body: config.body,
@@ -3514,7 +3514,7 @@ function evictSuccess$1(luvio, resourceParams) {
3514
3514
  function createResourceRequest$6(config) {
3515
3515
  const headers = {};
3516
3516
  return {
3517
- baseUri: '/services/data/v63.0',
3517
+ baseUri: '/services/data/v64.0',
3518
3518
  basePath: '/personalization/personalization-points/' + config.urlParams.idOrName + '',
3519
3519
  method: 'delete',
3520
3520
  body: null,
@@ -3598,7 +3598,7 @@ function evictSuccess(luvio, resourceParams) {
3598
3598
  function createResourceRequest$5(config) {
3599
3599
  const headers = {};
3600
3600
  return {
3601
- baseUri: '/services/data/v63.0',
3601
+ baseUri: '/services/data/v64.0',
3602
3602
  basePath: '/personalization/personalization-schemas/' + config.urlParams.idOrName + '',
3603
3603
  method: 'delete',
3604
3604
  body: null,
@@ -3874,7 +3874,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
3874
3874
  function createResourceRequest$4(config) {
3875
3875
  const headers = {};
3876
3876
  return {
3877
- baseUri: '/services/data/v63.0',
3877
+ baseUri: '/services/data/v64.0',
3878
3878
  basePath: '/personalization/einstein-studio/model-mapping',
3879
3879
  method: 'get',
3880
3880
  body: null,
@@ -4017,7 +4017,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
4017
4017
  function createResourceRequest$3(config) {
4018
4018
  const headers = {};
4019
4019
  return {
4020
- baseUri: '/services/data/v63.0',
4020
+ baseUri: '/services/data/v64.0',
4021
4021
  basePath: '/personalization/personalization-points/' + config.urlParams.idOrName + '',
4022
4022
  method: 'get',
4023
4023
  body: null,
@@ -4157,7 +4157,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
4157
4157
  function createResourceRequest$2(config) {
4158
4158
  const headers = {};
4159
4159
  return {
4160
- baseUri: '/services/data/v63.0',
4160
+ baseUri: '/services/data/v64.0',
4161
4161
  basePath: '/personalization/personalization-schemas/' + config.urlParams.idOrName + '',
4162
4162
  method: 'get',
4163
4163
  body: null,
@@ -4627,7 +4627,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
4627
4627
  function createResourceRequest$1(config) {
4628
4628
  const headers = {};
4629
4629
  return {
4630
- baseUri: '/services/data/v63.0',
4630
+ baseUri: '/services/data/v64.0',
4631
4631
  basePath: '/personalization/personalization-recommenders/' + config.urlParams.idOrName + '/jobs',
4632
4632
  method: 'get',
4633
4633
  body: null,
@@ -4752,7 +4752,7 @@ function ingestSuccess(luvio, resourceParams, response) {
4752
4752
  function createResourceRequest(config) {
4753
4753
  const headers = {};
4754
4754
  return {
4755
- baseUri: '/services/data/v63.0',
4755
+ baseUri: '/services/data/v64.0',
4756
4756
  basePath: '/personalization/personalization-points/' + config.urlParams.idOrName + '',
4757
4757
  method: 'put',
4758
4758
  body: config.body,
@@ -5004,4 +5004,4 @@ withDefaultLuvio((luvio) => {
5004
5004
  });
5005
5005
 
5006
5006
  export { createPersonalizationPoint, createPersonalizationSchema, deletePersonalizationPoint, deletePersonalizationSchema, getPersonalizationEsModelMapping, getPersonalizationEsModelMapping_imperative, getPersonalizationPoint, getPersonalizationPoint_imperative, getPersonalizationSchema, getPersonalizationSchemaNotifyChange, getPersonalizationSchema_imperative, getTrainingHistory, getTrainingHistory_imperative, updatePersonalizationPoint };
5007
- // version: 1.333.0-257d60dcfb
5007
+ // version: 1.335.0-22a7c4d20b
package/src/raml/api.raml CHANGED
@@ -6,7 +6,7 @@ version: '62.0'
6
6
  mediaType: application/json
7
7
  protocols:
8
8
  - https
9
- baseUri: /services/data/v63.0
9
+ baseUri: /services/data/v64.0
10
10
  securitySchemes:
11
11
  OAuth2:
12
12
  type: OAuth 2.0