@salesforce/lds-adapters-platform-admin-success-guidance 1.431.0 → 1.433.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.
@@ -600,7 +600,7 @@ function ingestError$5(luvio, params, error, snapshotRefresh) {
600
600
  function createResourceRequest$a(config) {
601
601
  const headers = {};
602
602
  return {
603
- baseUri: '/services/data/v67.0',
603
+ baseUri: '/services/data/v68.0',
604
604
  basePath: '/assistant-platform/questionnaire/' + config.urlParams.questionnaireName + '',
605
605
  method: 'get',
606
606
  body: null,
@@ -751,7 +751,7 @@ function ingestSuccess$9(luvio, resourceParams, response) {
751
751
  function createResourceRequest$9(config) {
752
752
  const headers = {};
753
753
  return {
754
- baseUri: '/services/data/v67.0',
754
+ baseUri: '/services/data/v68.0',
755
755
  basePath: '/assistant-platform/questionnaire/' + config.urlParams.questionnaireName + '',
756
756
  method: 'patch',
757
757
  body: config.body,
@@ -1361,7 +1361,7 @@ function ingestSuccess$8(luvio, resourceParams, response) {
1361
1361
  function createResourceRequest$8(config) {
1362
1362
  const headers = {};
1363
1363
  return {
1364
- baseUri: '/services/data/v67.0',
1364
+ baseUri: '/services/data/v68.0',
1365
1365
  basePath: '/assistant-platform/step/' + config.urlParams.stepName + '',
1366
1366
  method: 'patch',
1367
1367
  body: null,
@@ -2127,7 +2127,7 @@ function ingestError$4(luvio, params, error, snapshotRefresh) {
2127
2127
  function createResourceRequest$7(config) {
2128
2128
  const headers = {};
2129
2129
  return {
2130
- baseUri: '/services/data/v67.0',
2130
+ baseUri: '/services/data/v68.0',
2131
2131
  basePath: '/assistant-platform/' + config.urlParams.assistantName + '',
2132
2132
  method: 'get',
2133
2133
  body: null,
@@ -2273,7 +2273,7 @@ function ingestSuccess$6(luvio, resourceParams, response) {
2273
2273
  function createResourceRequest$6(config) {
2274
2274
  const headers = {};
2275
2275
  return {
2276
- baseUri: '/services/data/v67.0',
2276
+ baseUri: '/services/data/v68.0',
2277
2277
  basePath: '/assistant-platform/' + config.urlParams.assistantName + '',
2278
2278
  method: 'patch',
2279
2279
  body: config.body,
@@ -2477,7 +2477,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
2477
2477
  function createResourceRequest$5(config) {
2478
2478
  const headers = {};
2479
2479
  return {
2480
- baseUri: '/services/data/v67.0',
2480
+ baseUri: '/services/data/v68.0',
2481
2481
  basePath: '/assistant-platform/' + config.urlParams.assistantName + '/questionnaires',
2482
2482
  method: 'get',
2483
2483
  body: null,
@@ -2777,7 +2777,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
2777
2777
  function createResourceRequest$4(config) {
2778
2778
  const headers = {};
2779
2779
  return {
2780
- baseUri: '/services/data/v67.0',
2780
+ baseUri: '/services/data/v68.0',
2781
2781
  basePath: '/assistant-platform/' + config.urlParams.assistantTarget + '/info',
2782
2782
  method: 'get',
2783
2783
  body: null,
@@ -2985,7 +2985,7 @@ function ingestSuccess$3(luvio, resourceParams, response) {
2985
2985
  function createResourceRequest$3(config) {
2986
2986
  const headers = {};
2987
2987
  return {
2988
- baseUri: '/services/data/v67.0',
2988
+ baseUri: '/services/data/v68.0',
2989
2989
  basePath: '/assistant-platform/' + config.urlParams.assistantTarget + '/initialize',
2990
2990
  method: 'put',
2991
2991
  body: null,
@@ -3204,7 +3204,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
3204
3204
  function createResourceRequest$2(config) {
3205
3205
  const headers = {};
3206
3206
  return {
3207
- baseUri: '/services/data/v67.0',
3207
+ baseUri: '/services/data/v68.0',
3208
3208
  basePath: '/assistant-platform/' + config.urlParams.assistantTarget + '/list',
3209
3209
  method: 'get',
3210
3210
  body: null,
@@ -3350,7 +3350,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
3350
3350
  function createResourceRequest$1(config) {
3351
3351
  const headers = {};
3352
3352
  return {
3353
- baseUri: '/services/data/v67.0',
3353
+ baseUri: '/services/data/v68.0',
3354
3354
  basePath: '/assistant-platform/' + config.urlParams.assistantTarget + '/list',
3355
3355
  method: 'patch',
3356
3356
  body: config.body,
@@ -3743,7 +3743,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
3743
3743
  function createResourceRequest(config) {
3744
3744
  const headers = {};
3745
3745
  return {
3746
- baseUri: '/services/data/v67.0',
3746
+ baseUri: '/services/data/v68.0',
3747
3747
  basePath: '/assistant-platform/' + config.urlParams.assistantTarget + '/list/info',
3748
3748
  method: 'get',
3749
3749
  body: null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-platform-admin-success-guidance",
3
- "version": "1.431.0",
3
+ "version": "1.433.0",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "Guidance Center Questionnaire and Assistant APIs",
6
6
  "main": "dist/es/es2018/platform-admin-success-guidance.js",
@@ -45,11 +45,11 @@
45
45
  "release:core": "../../scripts/release/core.js --adapter=lds-adapters-platform-admin-success-guidance"
46
46
  },
47
47
  "dependencies": {
48
- "@salesforce/lds-bindings": "^1.431.0"
48
+ "@salesforce/lds-bindings": "^1.433.0"
49
49
  },
50
50
  "devDependencies": {
51
- "@salesforce/lds-compiler-plugins": "^1.431.0",
52
- "@salesforce/lds-karma": "^1.431.0"
51
+ "@salesforce/lds-compiler-plugins": "^1.433.0",
52
+ "@salesforce/lds-karma": "^1.433.0"
53
53
  },
54
54
  "nx": {
55
55
  "targets": {
package/sfdc/index.js CHANGED
@@ -643,7 +643,7 @@ function ingestSuccess$a(luvio, resourceParams, response) {
643
643
  function createResourceRequest$a(config) {
644
644
  const headers = {};
645
645
  return {
646
- baseUri: '/services/data/v67.0',
646
+ baseUri: '/services/data/v68.0',
647
647
  basePath: '/assistant-platform/step/' + config.urlParams.stepName + '',
648
648
  method: 'patch',
649
649
  body: null,
@@ -1409,7 +1409,7 @@ function ingestError$5(luvio, params, error, snapshotRefresh) {
1409
1409
  function createResourceRequest$9(config) {
1410
1410
  const headers = {};
1411
1411
  return {
1412
- baseUri: '/services/data/v67.0',
1412
+ baseUri: '/services/data/v68.0',
1413
1413
  basePath: '/assistant-platform/' + config.urlParams.assistantName + '',
1414
1414
  method: 'get',
1415
1415
  body: null,
@@ -1865,7 +1865,7 @@ function ingestError$4(luvio, params, error, snapshotRefresh) {
1865
1865
  function createResourceRequest$8(config) {
1866
1866
  const headers = {};
1867
1867
  return {
1868
- baseUri: '/services/data/v67.0',
1868
+ baseUri: '/services/data/v68.0',
1869
1869
  basePath: '/assistant-platform/' + config.urlParams.assistantTarget + '/list/info',
1870
1870
  method: 'get',
1871
1871
  body: null,
@@ -2153,7 +2153,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
2153
2153
  function createResourceRequest$7(config) {
2154
2154
  const headers = {};
2155
2155
  return {
2156
- baseUri: '/services/data/v67.0',
2156
+ baseUri: '/services/data/v68.0',
2157
2157
  basePath: '/assistant-platform/' + config.urlParams.assistantTarget + '/list',
2158
2158
  method: 'get',
2159
2159
  body: null,
@@ -2489,7 +2489,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
2489
2489
  function createResourceRequest$6(config) {
2490
2490
  const headers = {};
2491
2491
  return {
2492
- baseUri: '/services/data/v67.0',
2492
+ baseUri: '/services/data/v68.0',
2493
2493
  basePath: '/assistant-platform/' + config.urlParams.assistantTarget + '/info',
2494
2494
  method: 'get',
2495
2495
  body: null,
@@ -3129,7 +3129,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
3129
3129
  function createResourceRequest$5(config) {
3130
3130
  const headers = {};
3131
3131
  return {
3132
- baseUri: '/services/data/v67.0',
3132
+ baseUri: '/services/data/v68.0',
3133
3133
  basePath: '/assistant-platform/questionnaire/' + config.urlParams.questionnaireName + '',
3134
3134
  method: 'get',
3135
3135
  body: null,
@@ -3396,7 +3396,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
3396
3396
  function createResourceRequest$4(config) {
3397
3397
  const headers = {};
3398
3398
  return {
3399
- baseUri: '/services/data/v67.0',
3399
+ baseUri: '/services/data/v68.0',
3400
3400
  basePath: '/assistant-platform/' + config.urlParams.assistantName + '/questionnaires',
3401
3401
  method: 'get',
3402
3402
  body: null,
@@ -3640,7 +3640,7 @@ function ingestSuccess$3(luvio, resourceParams, response) {
3640
3640
  function createResourceRequest$3(config) {
3641
3641
  const headers = {};
3642
3642
  return {
3643
- baseUri: '/services/data/v67.0',
3643
+ baseUri: '/services/data/v68.0',
3644
3644
  basePath: '/assistant-platform/' + config.urlParams.assistantTarget + '/initialize',
3645
3645
  method: 'put',
3646
3646
  body: null,
@@ -3753,7 +3753,7 @@ function ingestSuccess$2(luvio, resourceParams, response) {
3753
3753
  function createResourceRequest$2(config) {
3754
3754
  const headers = {};
3755
3755
  return {
3756
- baseUri: '/services/data/v67.0',
3756
+ baseUri: '/services/data/v68.0',
3757
3757
  basePath: '/assistant-platform/' + config.urlParams.assistantName + '',
3758
3758
  method: 'patch',
3759
3759
  body: config.body,
@@ -3872,7 +3872,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
3872
3872
  function createResourceRequest$1(config) {
3873
3873
  const headers = {};
3874
3874
  return {
3875
- baseUri: '/services/data/v67.0',
3875
+ baseUri: '/services/data/v68.0',
3876
3876
  basePath: '/assistant-platform/' + config.urlParams.assistantTarget + '/list',
3877
3877
  method: 'patch',
3878
3878
  body: config.body,
@@ -3996,7 +3996,7 @@ function ingestSuccess(luvio, resourceParams, response) {
3996
3996
  function createResourceRequest(config) {
3997
3997
  const headers = {};
3998
3998
  return {
3999
- baseUri: '/services/data/v67.0',
3999
+ baseUri: '/services/data/v68.0',
4000
4000
  basePath: '/assistant-platform/questionnaire/' + config.urlParams.questionnaireName + '',
4001
4001
  method: 'patch',
4002
4002
  body: config.body,
@@ -4166,4 +4166,4 @@ withDefaultLuvio((luvio) => {
4166
4166
  });
4167
4167
 
4168
4168
  export { evaluateStep, getAssistant, getAssistantInfoList, getAssistantInfoListNotifyChange, getAssistantInfoList_imperative, getAssistantList, getAssistantListNotifyChange, getAssistantList_imperative, getAssistantNotifyChange, getAssistantTarget, getAssistantTargetNotifyChange, getAssistantTarget_imperative, getAssistant_imperative, getQuestionnaire, getQuestionnaireNotifyChange, getQuestionnaire_imperative, getQuestionnaires, getQuestionnairesNotifyChange, getQuestionnaires_imperative, initialize, saveAssistant, saveAssistantList, saveQuestionnaire };
4169
- // version: 1.431.0-51a9c51ed3
4169
+ // version: 1.433.0-db129b48d2
package/src/raml/api.raml CHANGED
@@ -6,7 +6,7 @@ version: '56.0'
6
6
  mediaType: application/json
7
7
  protocols:
8
8
  - https
9
- baseUri: /services/data/v67.0
9
+ baseUri: /services/data/v68.0
10
10
  securitySchemes:
11
11
  OAuth2:
12
12
  type: OAuth 2.0