@salesforce/lds-adapters-platform-files 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.
@@ -256,7 +256,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
256
256
  function createResourceRequest$1(config) {
257
257
  const headers = {};
258
258
  return {
259
- baseUri: '/services/data/v62.0',
259
+ baseUri: '/services/data/v63.0',
260
260
  basePath: '/connect/file/upload/config',
261
261
  method: 'get',
262
262
  body: null,
@@ -2503,7 +2503,7 @@ function equals$3(existing, incoming) {
2503
2503
  return true;
2504
2504
  }
2505
2505
 
2506
- const VERSION$2 = "626ba3f153e360df401492195cb56f42";
2506
+ const VERSION$2 = "e9478bed73cce20b06a6bc67c3333bcb";
2507
2507
  function validate$2(obj, path = 'TopicRepresentation') {
2508
2508
  const v_error = (() => {
2509
2509
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
@@ -4683,7 +4683,7 @@ function ingestSuccess(luvio, resourceParams, response) {
4683
4683
  function createResourceRequest(config) {
4684
4684
  const headers = {};
4685
4685
  return {
4686
- baseUri: '/services/data/v62.0',
4686
+ baseUri: '/services/data/v63.0',
4687
4687
  basePath: '/connect/files/users/' + config.urlParams.userId + '',
4688
4688
  method: 'post',
4689
4689
  body: config.body,
@@ -1,6 +1,6 @@
1
1
  import { TopicImagesRepresentation as TopicImagesRepresentation_TopicImagesRepresentation } from './TopicImagesRepresentation';
2
2
  import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
3
- export declare const VERSION = "626ba3f153e360df401492195cb56f42";
3
+ export declare const VERSION = "e9478bed73cce20b06a6bc67c3333bcb";
4
4
  export declare function validate(obj: any, path?: string): TypeError | null;
5
5
  export declare const RepresentationType: string;
6
6
  export declare function normalize(input: TopicRepresentation, existing: TopicRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): TopicRepresentationNormalized;
@@ -9,7 +9,7 @@ export declare function equals(existing: TopicRepresentationNormalized, incoming
9
9
  export declare const ingest: $64$luvio_engine_ResourceIngest;
10
10
  export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: TopicRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
11
  /**
12
- * A Chatter topic, either hashtag (v27.0 and earlier) or new topic (v28.0 and later).
12
+ * A Chatter topic, either hashtag (v63.0 and earlier) or new topic (v63.0 and later).
13
13
  *
14
14
  * Keys:
15
15
  * (none)
@@ -35,7 +35,7 @@ export interface TopicRepresentationNormalized {
35
35
  url: string;
36
36
  }
37
37
  /**
38
- * A Chatter topic, either hashtag (v27.0 and earlier) or new topic (v28.0 and later).
38
+ * A Chatter topic, either hashtag (v63.0 and earlier) or new topic (v63.0 and later).
39
39
  *
40
40
  * Keys:
41
41
  * (none)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-platform-files",
3
- "version": "1.310.0",
3
+ "version": "1.311.1",
4
4
  "description": "A collection of adapters used for Salesforce files, based on chatter-connect-api",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "dist/es/es2018/platform-files.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
@@ -2274,7 +2274,7 @@ function equals$4(existing, incoming) {
2274
2274
  return true;
2275
2275
  }
2276
2276
 
2277
- const VERSION$3 = "626ba3f153e360df401492195cb56f42";
2277
+ const VERSION$3 = "e9478bed73cce20b06a6bc67c3333bcb";
2278
2278
  function validate$3(obj, path = 'TopicRepresentation') {
2279
2279
  const v_error = (() => {
2280
2280
  if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
@@ -4454,7 +4454,7 @@ function ingestSuccess$1(luvio, resourceParams, response) {
4454
4454
  function createResourceRequest$1(config) {
4455
4455
  const headers = {};
4456
4456
  return {
4457
- baseUri: '/services/data/v62.0',
4457
+ baseUri: '/services/data/v63.0',
4458
4458
  basePath: '/connect/files/users/' + config.urlParams.userId + '',
4459
4459
  method: 'post',
4460
4460
  body: config.body,
@@ -4682,7 +4682,7 @@ function ingestError(luvio, params, error, snapshotRefresh) {
4682
4682
  function createResourceRequest(config) {
4683
4683
  const headers = {};
4684
4684
  return {
4685
- baseUri: '/services/data/v62.0',
4685
+ baseUri: '/services/data/v63.0',
4686
4686
  basePath: '/connect/file/upload/config',
4687
4687
  method: 'get',
4688
4688
  body: null,
@@ -4803,4 +4803,4 @@ withDefaultLuvio((luvio) => {
4803
4803
  });
4804
4804
 
4805
4805
  export { createContentDocFromContentBody, getFileUploadConfig, getFileUploadConfig_imperative };
4806
- // version: 1.310.0-51b4ab090c
4806
+ // 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
@@ -749,8 +749,8 @@ types:
749
749
  description: URL to the Topic Featured Image.
750
750
  type: string
751
751
  TopicRepresentation:
752
- description: A Chatter topic, either hashtag (v27.0 and earlier) or new topic
753
- (v28.0 and later).
752
+ description: A Chatter topic, either hashtag (v63.0 and earlier) or new topic
753
+ (v63.0 and later).
754
754
  type: object
755
755
  properties:
756
756
  createdDate: