@salesforce/lds-adapters-analytics-app-framework 1.310.0 → 1.311.1

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.
@@ -1107,7 +1107,7 @@ function ingestError$7(luvio, params, error, snapshotRefresh) {
1107
1107
  function createResourceRequest$9(config) {
1108
1108
  const headers = {};
1109
1109
  return {
1110
- baseUri: '/services/data/v62.0',
1110
+ baseUri: '/services/data/v63.0',
1111
1111
  basePath: '/app-framework/apps',
1112
1112
  method: 'get',
1113
1113
  body: null,
@@ -1359,7 +1359,7 @@ function ingestSuccess$7(luvio, resourceParams, response) {
1359
1359
  function createResourceRequest$8(config) {
1360
1360
  const headers = {};
1361
1361
  return {
1362
- baseUri: '/services/data/v62.0',
1362
+ baseUri: '/services/data/v63.0',
1363
1363
  basePath: '/app-framework/apps',
1364
1364
  method: 'post',
1365
1365
  body: config.body,
@@ -1467,7 +1467,7 @@ function evictSuccess(luvio, resourceParams) {
1467
1467
  function createResourceRequest$7(config) {
1468
1468
  const headers = {};
1469
1469
  return {
1470
- baseUri: '/services/data/v62.0',
1470
+ baseUri: '/services/data/v63.0',
1471
1471
  basePath: '/app-framework/apps/' + config.urlParams.appIdOrApiName + '',
1472
1472
  method: 'delete',
1473
1473
  body: null,
@@ -1574,7 +1574,7 @@ function ingestError$6(luvio, params, error, snapshotRefresh) {
1574
1574
  function createResourceRequest$6(config) {
1575
1575
  const headers = {};
1576
1576
  return {
1577
- baseUri: '/services/data/v62.0',
1577
+ baseUri: '/services/data/v63.0',
1578
1578
  basePath: '/app-framework/apps/' + config.urlParams.appIdOrApiName + '',
1579
1579
  method: 'get',
1580
1580
  body: null,
@@ -1976,7 +1976,7 @@ function ingestError$5(luvio, params, error, snapshotRefresh) {
1976
1976
  function createResourceRequest$5(config) {
1977
1977
  const headers = {};
1978
1978
  return {
1979
- baseUri: '/services/data/v62.0',
1979
+ baseUri: '/services/data/v63.0',
1980
1980
  basePath: '/app-framework/apps/' + config.urlParams.appIdOrApiName + '/activities',
1981
1981
  method: 'get',
1982
1982
  body: null,
@@ -2117,7 +2117,7 @@ function ingestError$4(luvio, params, error, snapshotRefresh) {
2117
2117
  function createResourceRequest$4(config) {
2118
2118
  const headers = {};
2119
2119
  return {
2120
- baseUri: '/services/data/v62.0',
2120
+ baseUri: '/services/data/v63.0',
2121
2121
  basePath: '/app-framework/apps/' + config.urlParams.appIdOrApiName + '/activities/' + config.urlParams.id + '',
2122
2122
  method: 'get',
2123
2123
  body: null,
@@ -2602,7 +2602,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
2602
2602
  function createResourceRequest$3(config) {
2603
2603
  const headers = {};
2604
2604
  return {
2605
- baseUri: '/services/data/v62.0',
2605
+ baseUri: '/services/data/v63.0',
2606
2606
  basePath: '/app-framework/apps/' + config.urlParams.appIdOrApiName + '/assets',
2607
2607
  method: 'get',
2608
2608
  body: null,
@@ -3014,7 +3014,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
3014
3014
  function createResourceRequest$2(config) {
3015
3015
  const headers = {};
3016
3016
  return {
3017
- baseUri: '/services/data/v62.0',
3017
+ baseUri: '/services/data/v63.0',
3018
3018
  basePath: '/app-framework/templates',
3019
3019
  method: 'get',
3020
3020
  body: null,
@@ -3151,7 +3151,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
3151
3151
  function createResourceRequest$1(config) {
3152
3152
  const headers = {};
3153
3153
  return {
3154
- baseUri: '/services/data/v62.0',
3154
+ baseUri: '/services/data/v63.0',
3155
3155
  basePath: '/app-framework/templates/' + config.urlParams.templateIdOrApiName + '',
3156
3156
  method: 'get',
3157
3157
  body: null,
@@ -3376,7 +3376,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
3376
3376
  function createResourceRequest(config) {
3377
3377
  const headers = {};
3378
3378
  return {
3379
- baseUri: '/services/data/v62.0',
3379
+ baseUri: '/services/data/v63.0',
3380
3380
  basePath: '/app-framework/templates/' + config.urlParams.templateIdOrApiName + '/configuration',
3381
3381
  method: 'get',
3382
3382
  body: null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-analytics-app-framework",
3
- "version": "1.310.0",
3
+ "version": "1.311.1",
4
4
  "description": "APIs for the app-framework",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "dist/es/es2018/analytics-app-framework.js",
@@ -40,10 +40,10 @@
40
40
  "test:unit": "jest"
41
41
  },
42
42
  "dependencies": {
43
- "@salesforce/lds-bindings": "^1.310.0"
43
+ "@salesforce/lds-bindings": "^1.311.1"
44
44
  },
45
45
  "devDependencies": {
46
- "@salesforce/lds-compiler-plugins": "^1.310.0"
46
+ "@salesforce/lds-compiler-plugins": "^1.311.1"
47
47
  },
48
48
  "nx": {
49
49
  "targets": {
package/sfdc/index.js CHANGED
@@ -1134,7 +1134,7 @@ function ingestSuccess$8(luvio, resourceParams, response) {
1134
1134
  function createResourceRequest$9(config) {
1135
1135
  const headers = {};
1136
1136
  return {
1137
- baseUri: '/services/data/v62.0',
1137
+ baseUri: '/services/data/v63.0',
1138
1138
  basePath: '/app-framework/apps',
1139
1139
  method: 'post',
1140
1140
  body: config.body,
@@ -1242,7 +1242,7 @@ function evictSuccess(luvio, resourceParams) {
1242
1242
  function createResourceRequest$8(config) {
1243
1243
  const headers = {};
1244
1244
  return {
1245
- baseUri: '/services/data/v62.0',
1245
+ baseUri: '/services/data/v63.0',
1246
1246
  basePath: '/app-framework/apps/' + config.urlParams.appIdOrApiName + '',
1247
1247
  method: 'delete',
1248
1248
  body: null,
@@ -1349,7 +1349,7 @@ function ingestError$7(luvio, params, error, snapshotRefresh) {
1349
1349
  function createResourceRequest$7(config) {
1350
1350
  const headers = {};
1351
1351
  return {
1352
- baseUri: '/services/data/v62.0',
1352
+ baseUri: '/services/data/v63.0',
1353
1353
  basePath: '/app-framework/apps/' + config.urlParams.appIdOrApiName + '',
1354
1354
  method: 'get',
1355
1355
  body: null,
@@ -1792,7 +1792,7 @@ function ingestError$6(luvio, params, error, snapshotRefresh) {
1792
1792
  function createResourceRequest$6(config) {
1793
1793
  const headers = {};
1794
1794
  return {
1795
- baseUri: '/services/data/v62.0',
1795
+ baseUri: '/services/data/v63.0',
1796
1796
  basePath: '/app-framework/apps/' + config.urlParams.appIdOrApiName + '/activities',
1797
1797
  method: 'get',
1798
1798
  body: null,
@@ -1974,7 +1974,7 @@ function ingestError$5(luvio, params, error, snapshotRefresh) {
1974
1974
  function createResourceRequest$5(config) {
1975
1975
  const headers = {};
1976
1976
  return {
1977
- baseUri: '/services/data/v62.0',
1977
+ baseUri: '/services/data/v63.0',
1978
1978
  basePath: '/app-framework/apps/' + config.urlParams.appIdOrApiName + '/activities/' + config.urlParams.id + '',
1979
1979
  method: 'get',
1980
1980
  body: null,
@@ -2501,7 +2501,7 @@ function ingestError$4(luvio, params, error, snapshotRefresh) {
2501
2501
  function createResourceRequest$4(config) {
2502
2502
  const headers = {};
2503
2503
  return {
2504
- baseUri: '/services/data/v62.0',
2504
+ baseUri: '/services/data/v63.0',
2505
2505
  basePath: '/app-framework/apps/' + config.urlParams.appIdOrApiName + '/assets',
2506
2506
  method: 'get',
2507
2507
  body: null,
@@ -2779,7 +2779,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
2779
2779
  function createResourceRequest$3(config) {
2780
2780
  const headers = {};
2781
2781
  return {
2782
- baseUri: '/services/data/v62.0',
2782
+ baseUri: '/services/data/v63.0',
2783
2783
  basePath: '/app-framework/apps',
2784
2784
  method: 'get',
2785
2785
  body: null,
@@ -3096,7 +3096,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
3096
3096
  function createResourceRequest$2(config) {
3097
3097
  const headers = {};
3098
3098
  return {
3099
- baseUri: '/services/data/v62.0',
3099
+ baseUri: '/services/data/v63.0',
3100
3100
  basePath: '/app-framework/templates/' + config.urlParams.templateIdOrApiName + '',
3101
3101
  method: 'get',
3102
3102
  body: null,
@@ -3362,7 +3362,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
3362
3362
  function createResourceRequest$1(config) {
3363
3363
  const headers = {};
3364
3364
  return {
3365
- baseUri: '/services/data/v62.0',
3365
+ baseUri: '/services/data/v63.0',
3366
3366
  basePath: '/app-framework/templates/' + config.urlParams.templateIdOrApiName + '/configuration',
3367
3367
  method: 'get',
3368
3368
  body: null,
@@ -3637,7 +3637,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
3637
3637
  function createResourceRequest(config) {
3638
3638
  const headers = {};
3639
3639
  return {
3640
- baseUri: '/services/data/v62.0',
3640
+ baseUri: '/services/data/v63.0',
3641
3641
  basePath: '/app-framework/templates',
3642
3642
  method: 'get',
3643
3643
  body: null,
@@ -3842,4 +3842,4 @@ withDefaultLuvio((luvio) => {
3842
3842
  });
3843
3843
 
3844
3844
  export { createApp, deleteApp, getApp, getAppActivities, getAppActivitiesNotifyChange, getAppActivities_imperative, getAppActivity, getAppActivityNotifyChange, getAppActivity_imperative, getAppAssets, getAppAssetsNotifyChange, getAppAssets_imperative, getAppNotifyChange, getApp_imperative, getApps, getApps_imperative, getTemplate, getTemplateConfig, getTemplateConfigNotifyChange, getTemplateConfig_imperative, getTemplateNotifyChange, getTemplate_imperative, getTemplates, getTemplates_imperative };
3845
- // version: 1.310.0-51b4ab090c
3845
+ // version: 1.311.1-f99d2bc85e
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/v62.0
9
+ baseUri: /services/data/v63.0
10
10
  securitySchemes:
11
11
  OAuth2:
12
12
  type: OAuth 2.0