@salesforce/lds-adapters-cdp-calculated-insights 1.412.0 → 1.413.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.
@@ -815,7 +815,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
815
815
  function createResourceRequest$3(config) {
816
816
  const headers = {};
817
817
  return {
818
- baseUri: '/services/data/v66.0',
818
+ baseUri: '/services/data/v67.0',
819
819
  basePath: '/ssot/calculated-insights',
820
820
  method: 'get',
821
821
  body: null,
@@ -954,7 +954,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
954
954
  function createResourceRequest$2(config) {
955
955
  const headers = {};
956
956
  return {
957
- baseUri: '/services/data/v66.0',
957
+ baseUri: '/services/data/v67.0',
958
958
  basePath: '/ssot/calculated-insights/' + config.urlParams.apiName + '',
959
959
  method: 'get',
960
960
  body: null,
@@ -1203,7 +1203,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
1203
1203
  function createResourceRequest$1(config) {
1204
1204
  const headers = {};
1205
1205
  return {
1206
- baseUri: '/services/data/v66.0',
1206
+ baseUri: '/services/data/v67.0',
1207
1207
  basePath: '/ssot/insight/calculated-insights/' + config.urlParams.ciName + '',
1208
1208
  method: 'get',
1209
1209
  body: null,
@@ -1343,7 +1343,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
1343
1343
  function createResourceRequest(config) {
1344
1344
  const headers = {};
1345
1345
  return {
1346
- baseUri: '/services/data/v66.0',
1346
+ baseUri: '/services/data/v67.0',
1347
1347
  basePath: '/ssot/profile/' + config.urlParams.dataModelName + '/' + config.urlParams.id + '/calculated-insights/' + config.urlParams.ciName + '',
1348
1348
  method: 'get',
1349
1349
  body: null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-cdp-calculated-insights",
3
- "version": "1.412.0",
3
+ "version": "1.413.0",
4
4
  "description": "Calculated Insights related API calls",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "dist/es/es2018/cdp-calculated-insights.js",
@@ -40,10 +40,10 @@
40
40
  "test:unit": "jest"
41
41
  },
42
42
  "dependencies": {
43
- "@salesforce/lds-bindings": "^1.412.0"
43
+ "@salesforce/lds-bindings": "^1.413.0"
44
44
  },
45
45
  "devDependencies": {
46
- "@salesforce/lds-compiler-plugins": "^1.412.0"
46
+ "@salesforce/lds-compiler-plugins": "^1.413.0"
47
47
  },
48
48
  "nx": {
49
49
  "targets": {
package/sfdc/index.js CHANGED
@@ -622,7 +622,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
622
622
  function createResourceRequest$3(config) {
623
623
  const headers = {};
624
624
  return {
625
- baseUri: '/services/data/v66.0',
625
+ baseUri: '/services/data/v67.0',
626
626
  basePath: '/ssot/calculated-insights/' + config.urlParams.apiName + '',
627
627
  method: 'get',
628
628
  body: null,
@@ -995,7 +995,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
995
995
  function createResourceRequest$2(config) {
996
996
  const headers = {};
997
997
  return {
998
- baseUri: '/services/data/v66.0',
998
+ baseUri: '/services/data/v67.0',
999
999
  basePath: '/ssot/calculated-insights',
1000
1000
  method: 'get',
1001
1001
  body: null,
@@ -1249,7 +1249,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
1249
1249
  function createResourceRequest$1(config) {
1250
1250
  const headers = {};
1251
1251
  return {
1252
- baseUri: '/services/data/v66.0',
1252
+ baseUri: '/services/data/v67.0',
1253
1253
  basePath: '/ssot/insight/calculated-insights/' + config.urlParams.ciName + '',
1254
1254
  method: 'get',
1255
1255
  body: null,
@@ -1389,7 +1389,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
1389
1389
  function createResourceRequest(config) {
1390
1390
  const headers = {};
1391
1391
  return {
1392
- baseUri: '/services/data/v66.0',
1392
+ baseUri: '/services/data/v67.0',
1393
1393
  basePath: '/ssot/profile/' + config.urlParams.dataModelName + '/' + config.urlParams.id + '/calculated-insights/' + config.urlParams.ciName + '',
1394
1394
  method: 'get',
1395
1395
  body: null,
@@ -1561,4 +1561,4 @@ withDefaultLuvio((luvio) => {
1561
1561
  });
1562
1562
 
1563
1563
  export { getCalculatedInsightMetadata, getCalculatedInsightMetadataNotifyChange, getCalculatedInsightMetadata_imperative, getCalculatedInsightsMetadata, getCalculatedInsightsMetadata_imperative, queryCalculatedInsight, queryCalculatedInsight_imperative, queryProfileCalculatedInsight, queryProfileCalculatedInsight_imperative };
1564
- // version: 1.412.0-9006885059
1564
+ // version: 1.413.0-8cd312301b
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/v66.0
9
+ baseUri: /services/data/v67.0
10
10
  securitySchemes:
11
11
  OAuth2:
12
12
  type: OAuth 2.0