@salesforce/lds-adapters-cms-authoring 1.259.0 → 1.261.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.
Files changed (2) hide show
  1. package/package.json +4 -4
  2. package/sfdc/index.js +5 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-cms-authoring",
3
- "version": "1.259.0",
3
+ "version": "1.261.0",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "Wire adapters for CMS authoring APIs",
6
6
  "main": "dist/es/es2018/cms-authoring.js",
@@ -45,11 +45,11 @@
45
45
  "test:unit": "jest"
46
46
  },
47
47
  "dependencies": {
48
- "@salesforce/lds-bindings": "^1.259.0"
48
+ "@salesforce/lds-bindings": "^1.261.0"
49
49
  },
50
50
  "devDependencies": {
51
- "@salesforce/lds-compiler-plugins": "^1.259.0",
52
- "@salesforce/lds-karma": "^1.259.0"
51
+ "@salesforce/lds-compiler-plugins": "^1.261.0",
52
+ "@salesforce/lds-karma": "^1.261.0"
53
53
  },
54
54
  "nx": {
55
55
  "targets": {
package/sfdc/index.js CHANGED
@@ -10353,6 +10353,7 @@ const getManagedContentVariantRenditionMetadata = { apiFamily: 'CMSAuthoring', n
10353
10353
  const getManagedContentVariantVersionsMetadata = { apiFamily: 'CMSAuthoring', name: 'getManagedContentVariantVersions', ttl: 100 };
10354
10354
  const getSearchResultsMetadata = { apiFamily: 'CMSAuthoring', name: 'getSearchResults', ttl: 100 };
10355
10355
  const getWebUrlsMetadata = { apiFamily: 'CMSAuthoring', name: 'getWebUrls', ttl: 100 };
10356
+ // Notify Update Available
10356
10357
  function bindExportsTo(luvio) {
10357
10358
  // LDS Adapters
10358
10359
  const getAllCMSJobsForSpace_ldsAdapter = createInstrumentedAdapter(createLDSAdapter(luvio, 'getAllCMSJobsForSpace', getAllCMSJobsForSpaceAdapterFactory), getAllCMSJobsForSpaceMetadata);
@@ -10440,7 +10441,8 @@ function bindExportsTo(luvio) {
10440
10441
  getManagedContentVariantRendition_imperative: createImperativeAdapter(luvio, getManagedContentVariantRendition_ldsAdapter, getManagedContentVariantRenditionMetadata),
10441
10442
  getManagedContentVariantVersions_imperative: createImperativeAdapter(luvio, getManagedContentVariantVersions_ldsAdapter, getManagedContentVariantVersionsMetadata),
10442
10443
  getSearchResults_imperative: createImperativeAdapter(luvio, getSearchResults_ldsAdapter, getSearchResultsMetadata),
10443
- getWebUrls_imperative: createImperativeAdapter(luvio, getWebUrls_ldsAdapter, getWebUrlsMetadata)
10444
+ getWebUrls_imperative: createImperativeAdapter(luvio, getWebUrls_ldsAdapter, getWebUrlsMetadata),
10445
+ // Notify Update Availables
10444
10446
  };
10445
10447
  }
10446
10448
  withDefaultLuvio((luvio) => {
@@ -10504,9 +10506,9 @@ withDefaultLuvio((luvio) => {
10504
10506
  getManagedContentVariantRendition_imperative,
10505
10507
  getManagedContentVariantVersions_imperative,
10506
10508
  getSearchResults_imperative,
10507
- getWebUrls_imperative
10509
+ getWebUrls_imperative,
10508
10510
  } = bindExportsTo(luvio));
10509
10511
  });
10510
10512
 
10511
10513
  export { createDeployment, createManagedContent, createManagedContentExportV2Job, createManagedContentImportV2Job, createManagedContentVariant, createSchedule, createTranslationV2Job, deleteManagedContentVariant, getAllCMSJobsForSpace, getAllCMSJobsForSpace_imperative, getCMSJobForSpace, getCMSJobForSpaceNotifyChange, getCMSJobForSpace_imperative, getCollectionItems, getCollectionItems_imperative, getDeployments, getDeployments_imperative, getManagedContent, getManagedContentByFolderId, getManagedContentByFolderId_imperative, getManagedContentPreviews, getManagedContentPreviews_imperative, getManagedContentReferencedBy, getManagedContentReferencedBy_imperative, getManagedContentSpace, getManagedContentSpaceFolder, getManagedContentSpaceFolderItemsV1, getManagedContentSpaceFolderItemsV1_imperative, getManagedContentSpaceFolder_imperative, getManagedContentSpaceNotifyChange, getManagedContentSpaceOrchestratorConfig, getManagedContentSpaceOrchestratorConfigNotifyChange, getManagedContentSpaceOrchestratorConfig_imperative, getManagedContentSpace_imperative, getManagedContentSpaces, getManagedContentSpaces_imperative, getManagedContentTypesForMixin, getManagedContentTypesForMixin_imperative, getManagedContentVariant, getManagedContentVariantNotifyChange, getManagedContentVariantReferences, getManagedContentVariantReferences_imperative, getManagedContentVariantRendition, getManagedContentVariantRendition_imperative, getManagedContentVariantVersions, getManagedContentVariantVersionsNotifyChange, getManagedContentVariantVersions_imperative, getManagedContentVariant_imperative, getManagedContent_imperative, getSearchResults, getSearchResults_imperative, getWebUrls, getWebUrls_imperative, patchManagedContentSpace, publishManagedContent, putManagedContentSpaceOrchestratorConfig, replaceManagedContentVariant, unpublishManagedContent, updateDeployment, updateManagedContentWebUrl };
10512
- // version: 1.259.0-54a7811b5
10514
+ // version: 1.261.0-10ee630e7