@salesforce/lds-adapters-service-articlefeedback 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.
@@ -310,7 +310,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
310
310
  function createResourceRequest$2(config) {
311
311
  const headers = {};
312
312
  return {
313
- baseUri: '/services/data/v66.0',
313
+ baseUri: '/services/data/v67.0',
314
314
  basePath: '/connect/article-feedback/invitations',
315
315
  method: 'get',
316
316
  body: null,
@@ -434,7 +434,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
434
434
  function createResourceRequest$1(config) {
435
435
  const headers = {};
436
436
  return {
437
- baseUri: '/services/data/v66.0',
437
+ baseUri: '/services/data/v67.0',
438
438
  basePath: '/connect/article-feedback/invitations',
439
439
  method: 'post',
440
440
  body: config.body,
@@ -873,7 +873,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
873
873
  function createResourceRequest(config) {
874
874
  const headers = {};
875
875
  return {
876
- baseUri: '/services/data/v66.0',
876
+ baseUri: '/services/data/v67.0',
877
877
  basePath: '/connect/article-feedback/responses',
878
878
  method: 'get',
879
879
  body: null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-service-articlefeedback",
3
- "version": "1.412.0",
3
+ "version": "1.413.0",
4
4
  "description": "Wire Adapters for articleFeedback APIs",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "dist/es/es2018/service-articlefeedback.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
@@ -303,7 +303,7 @@ function ingestSuccess$2(luvio, resourceParams, response) {
303
303
  function createResourceRequest$2(config) {
304
304
  const headers = {};
305
305
  return {
306
- baseUri: '/services/data/v66.0',
306
+ baseUri: '/services/data/v67.0',
307
307
  basePath: '/connect/article-feedback/invitations',
308
308
  method: 'post',
309
309
  body: config.body,
@@ -742,7 +742,7 @@ function ingestError$1(luvio, params, error, snapshotRefresh) {
742
742
  function createResourceRequest$1(config) {
743
743
  const headers = {};
744
744
  return {
745
- baseUri: '/services/data/v66.0',
745
+ baseUri: '/services/data/v67.0',
746
746
  basePath: '/connect/article-feedback/responses',
747
747
  method: 'get',
748
748
  body: null,
@@ -887,7 +887,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
887
887
  function createResourceRequest(config) {
888
888
  const headers = {};
889
889
  return {
890
- baseUri: '/services/data/v66.0',
890
+ baseUri: '/services/data/v67.0',
891
891
  basePath: '/connect/article-feedback/invitations',
892
892
  method: 'get',
893
893
  body: null,
@@ -1075,4 +1075,4 @@ withDefaultLuvio((luvio) => {
1075
1075
  });
1076
1076
 
1077
1077
  export { createSurveyInvitation, getArticleFeedbackResponsesPaginated, getArticleFeedbackResponsesPaginated_imperative, getSurveyInvitation, getSurveyInvitationNotifyChange, getSurveyInvitation_imperative };
1078
- // version: 1.412.0-9006885059
1078
+ // version: 1.413.0-8cd312301b
package/src/raml/api.raml CHANGED
@@ -6,7 +6,7 @@ version: '64.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