@salesforce/lds-adapters-platform-admin-success-guidance 1.134.4 → 1.134.6

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.
@@ -616,7 +616,7 @@ function ingestError$5(luvio, params, error, snapshotRefresh) {
616
616
  function createResourceRequest$a(config) {
617
617
  const headers = {};
618
618
  return {
619
- baseUri: '/services/data/v58.0',
619
+ baseUri: '/services/data/v59.0',
620
620
  basePath: '/assistant-platform/questionnaire/' + config.urlParams.questionnaireName + '',
621
621
  method: 'get',
622
622
  body: null,
@@ -788,7 +788,7 @@ function ingestSuccess$9(luvio, resourceParams, response) {
788
788
  function createResourceRequest$9(config) {
789
789
  const headers = {};
790
790
  return {
791
- baseUri: '/services/data/v58.0',
791
+ baseUri: '/services/data/v59.0',
792
792
  basePath: '/assistant-platform/questionnaire/' + config.urlParams.questionnaireName + '',
793
793
  method: 'patch',
794
794
  body: config.body,
@@ -1427,7 +1427,7 @@ function ingestSuccess$8(luvio, resourceParams, response) {
1427
1427
  function createResourceRequest$8(config) {
1428
1428
  const headers = {};
1429
1429
  return {
1430
- baseUri: '/services/data/v58.0',
1430
+ baseUri: '/services/data/v59.0',
1431
1431
  basePath: '/assistant-platform/step/' + config.urlParams.stepName + '',
1432
1432
  method: 'patch',
1433
1433
  body: null,
@@ -2242,7 +2242,7 @@ function ingestError$4(luvio, params, error, snapshotRefresh) {
2242
2242
  function createResourceRequest$7(config) {
2243
2243
  const headers = {};
2244
2244
  return {
2245
- baseUri: '/services/data/v58.0',
2245
+ baseUri: '/services/data/v59.0',
2246
2246
  basePath: '/assistant-platform/' + config.urlParams.assistantName + '',
2247
2247
  method: 'get',
2248
2248
  body: null,
@@ -2409,7 +2409,7 @@ function ingestSuccess$6(luvio, resourceParams, response) {
2409
2409
  function createResourceRequest$6(config) {
2410
2410
  const headers = {};
2411
2411
  return {
2412
- baseUri: '/services/data/v58.0',
2412
+ baseUri: '/services/data/v59.0',
2413
2413
  basePath: '/assistant-platform/' + config.urlParams.assistantName + '',
2414
2414
  method: 'patch',
2415
2415
  body: config.body,
@@ -2642,7 +2642,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
2642
2642
  function createResourceRequest$5(config) {
2643
2643
  const headers = {};
2644
2644
  return {
2645
- baseUri: '/services/data/v58.0',
2645
+ baseUri: '/services/data/v59.0',
2646
2646
  basePath: '/assistant-platform/' + config.urlParams.assistantName + '/questionnaires',
2647
2647
  method: 'get',
2648
2648
  body: null,
@@ -2983,7 +2983,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
2983
2983
  function createResourceRequest$4(config) {
2984
2984
  const headers = {};
2985
2985
  return {
2986
- baseUri: '/services/data/v58.0',
2986
+ baseUri: '/services/data/v59.0',
2987
2987
  basePath: '/assistant-platform/' + config.urlParams.assistantTarget + '/info',
2988
2988
  method: 'get',
2989
2989
  body: null,
@@ -3232,7 +3232,7 @@ function ingestSuccess$3(luvio, resourceParams, response) {
3232
3232
  function createResourceRequest$3(config) {
3233
3233
  const headers = {};
3234
3234
  return {
3235
- baseUri: '/services/data/v58.0',
3235
+ baseUri: '/services/data/v59.0',
3236
3236
  basePath: '/assistant-platform/' + config.urlParams.assistantTarget + '/initialize',
3237
3237
  method: 'put',
3238
3238
  body: null,
@@ -3478,7 +3478,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
3478
3478
  function createResourceRequest$2(config) {
3479
3479
  const headers = {};
3480
3480
  return {
3481
- baseUri: '/services/data/v58.0',
3481
+ baseUri: '/services/data/v59.0',
3482
3482
  basePath: '/assistant-platform/' + config.urlParams.assistantTarget + '/list',
3483
3483
  method: 'get',
3484
3484
  body: null,
@@ -3645,7 +3645,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
3645
3645
  function createResourceRequest$1(config) {
3646
3646
  const headers = {};
3647
3647
  return {
3648
- baseUri: '/services/data/v58.0',
3648
+ baseUri: '/services/data/v59.0',
3649
3649
  basePath: '/assistant-platform/' + config.urlParams.assistantTarget + '/list',
3650
3650
  method: 'patch',
3651
3651
  body: config.body,
@@ -4067,7 +4067,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
4067
4067
  function createResourceRequest(config) {
4068
4068
  const headers = {};
4069
4069
  return {
4070
- baseUri: '/services/data/v58.0',
4070
+ baseUri: '/services/data/v59.0',
4071
4071
  basePath: '/assistant-platform/' + config.urlParams.assistantTarget + '/list/info',
4072
4072
  method: 'get',
4073
4073
  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.134.4",
3
+ "version": "1.134.6",
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",
package/sfdc/index.js CHANGED
@@ -659,7 +659,7 @@ function ingestSuccess$a(luvio, resourceParams, response) {
659
659
  function createResourceRequest$a(config) {
660
660
  const headers = {};
661
661
  return {
662
- baseUri: '/services/data/v58.0',
662
+ baseUri: '/services/data/v59.0',
663
663
  basePath: '/assistant-platform/step/' + config.urlParams.stepName + '',
664
664
  method: 'patch',
665
665
  body: null,
@@ -1474,7 +1474,7 @@ function ingestError$5(luvio, params, error, snapshotRefresh) {
1474
1474
  function createResourceRequest$9(config) {
1475
1475
  const headers = {};
1476
1476
  return {
1477
- baseUri: '/services/data/v58.0',
1477
+ baseUri: '/services/data/v59.0',
1478
1478
  basePath: '/assistant-platform/' + config.urlParams.assistantName + '',
1479
1479
  method: 'get',
1480
1480
  body: null,
@@ -1967,7 +1967,7 @@ function ingestError$4(luvio, params, error, snapshotRefresh) {
1967
1967
  function createResourceRequest$8(config) {
1968
1968
  const headers = {};
1969
1969
  return {
1970
- baseUri: '/services/data/v58.0',
1970
+ baseUri: '/services/data/v59.0',
1971
1971
  basePath: '/assistant-platform/' + config.urlParams.assistantTarget + '/list/info',
1972
1972
  method: 'get',
1973
1973
  body: null,
@@ -2292,7 +2292,7 @@ function ingestError$3(luvio, params, error, snapshotRefresh) {
2292
2292
  function createResourceRequest$7(config) {
2293
2293
  const headers = {};
2294
2294
  return {
2295
- baseUri: '/services/data/v58.0',
2295
+ baseUri: '/services/data/v59.0',
2296
2296
  basePath: '/assistant-platform/' + config.urlParams.assistantTarget + '/list',
2297
2297
  method: 'get',
2298
2298
  body: null,
@@ -2665,7 +2665,7 @@ function ingestError$2(luvio, params, error, snapshotRefresh) {
2665
2665
  function createResourceRequest$6(config) {
2666
2666
  const headers = {};
2667
2667
  return {
2668
- baseUri: '/services/data/v58.0',
2668
+ baseUri: '/services/data/v59.0',
2669
2669
  basePath: '/assistant-platform/' + config.urlParams.assistantTarget + '/info',
2670
2670
  method: 'get',
2671
2671
  body: null,
@@ -3342,7 +3342,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
3342
3342
  function createResourceRequest$5(config) {
3343
3343
  const headers = {};
3344
3344
  return {
3345
- baseUri: '/services/data/v58.0',
3345
+ baseUri: '/services/data/v59.0',
3346
3346
  basePath: '/assistant-platform/questionnaire/' + config.urlParams.questionnaireName + '',
3347
3347
  method: 'get',
3348
3348
  body: null,
@@ -3646,7 +3646,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
3646
3646
  function createResourceRequest$4(config) {
3647
3647
  const headers = {};
3648
3648
  return {
3649
- baseUri: '/services/data/v58.0',
3649
+ baseUri: '/services/data/v59.0',
3650
3650
  basePath: '/assistant-platform/' + config.urlParams.assistantName + '/questionnaires',
3651
3651
  method: 'get',
3652
3652
  body: null,
@@ -3927,7 +3927,7 @@ function ingestSuccess$3(luvio, resourceParams, response) {
3927
3927
  function createResourceRequest$3(config) {
3928
3928
  const headers = {};
3929
3929
  return {
3930
- baseUri: '/services/data/v58.0',
3930
+ baseUri: '/services/data/v59.0',
3931
3931
  basePath: '/assistant-platform/' + config.urlParams.assistantTarget + '/initialize',
3932
3932
  method: 'put',
3933
3933
  body: null,
@@ -4047,7 +4047,7 @@ function ingestSuccess$2(luvio, resourceParams, response) {
4047
4047
  function createResourceRequest$2(config) {
4048
4048
  const headers = {};
4049
4049
  return {
4050
- baseUri: '/services/data/v58.0',
4050
+ baseUri: '/services/data/v59.0',
4051
4051
  basePath: '/assistant-platform/' + config.urlParams.assistantName + '',
4052
4052
  method: 'patch',
4053
4053
  body: config.body,
@@ -4175,7 +4175,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
4175
4175
  function createResourceRequest$1(config) {
4176
4176
  const headers = {};
4177
4177
  return {
4178
- baseUri: '/services/data/v58.0',
4178
+ baseUri: '/services/data/v59.0',
4179
4179
  basePath: '/assistant-platform/' + config.urlParams.assistantTarget + '/list',
4180
4180
  method: 'patch',
4181
4181
  body: config.body,
@@ -4308,7 +4308,7 @@ function ingestSuccess(luvio, resourceParams, response) {
4308
4308
  function createResourceRequest(config) {
4309
4309
  const headers = {};
4310
4310
  return {
4311
- baseUri: '/services/data/v58.0',
4311
+ baseUri: '/services/data/v59.0',
4312
4312
  basePath: '/assistant-platform/questionnaire/' + config.urlParams.questionnaireName + '',
4313
4313
  method: 'patch',
4314
4314
  body: config.body,
@@ -4486,4 +4486,4 @@ withDefaultLuvio((luvio) => {
4486
4486
  });
4487
4487
 
4488
4488
  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 };
4489
- // version: 1.134.4-a74ddaa33
4489
+ // version: 1.134.6-a88a77801
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/v58.0
9
+ baseUri: /services/data/v59.0
10
10
  securitySchemes:
11
11
  OAuth2:
12
12
  type: OAuth 2.0