Skip to content

Commit

Permalink
Add new public analytics wire adapters (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
smithgp authored May 12, 2022
1 parent d7778e4 commit 33fd769
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions base.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,10 @@ const WIRE_ADAPTERS_WITH_RESTRICTED_USE = [
module: 'lightning/analyticsWaveApi',
identifier: 'executeQuery',
},
{
module: 'lightning/analyticsWaveApi',
identifier: 'getActions',
},
{
module: 'lightning/analyticsWaveApi',
identifier: 'getAnalyticsLimits',
Expand All @@ -155,6 +159,10 @@ const WIRE_ADAPTERS_WITH_RESTRICTED_USE = [
module: 'lightning/analyticsWaveApi',
identifier: 'getDataConnectorSourceObject',
},
{
module: 'lightning/analyticsWaveApi',
identifier: 'getDataConnectorSourceObjectDataPreviewWithFields',
},
{
module: 'lightning/analyticsWaveApi',
identifier: 'getDataConnectorStatus',
Expand All @@ -179,6 +187,10 @@ const WIRE_ADAPTERS_WITH_RESTRICTED_USE = [
module: 'lightning/analyticsWaveApi',
identifier: 'getDataflowJobs',
},
{
module: 'lightning/analyticsWaveApi',
identifier: 'getDataflows',
},
{
module: 'lightning/analyticsWaveApi',
identifier: 'getDataset',
Expand All @@ -187,10 +199,26 @@ const WIRE_ADAPTERS_WITH_RESTRICTED_USE = [
module: 'lightning/analyticsWaveApi',
identifier: 'getDatasets',
},
{
module: 'lightning/analyticsWaveApi',
identifier: 'getDatasetVersion',
},
{
module: 'lightning/analyticsWaveApi',
identifier: 'getDatasetVersions',
},
{
module: 'lightning/analyticsWaveApi',
identifier: 'getDependencies',
},
{
module: 'lightning/analyticsWaveApi',
identifier: 'getRecipe',
},
{
module: 'lightning/analyticsWaveApi',
identifier: 'getRecipeNotification',
},
{
module: 'lightning/analyticsWaveApi',
identifier: 'getRecipes',
Expand All @@ -211,10 +239,30 @@ const WIRE_ADAPTERS_WITH_RESTRICTED_USE = [
module: 'lightning/analyticsWaveApi',
identifier: 'getSchedule',
},
{
module: 'lightning/analyticsWaveApi',
identifier: 'getSecurityCoverageDatasetVersion',
},
{
module: 'lightning/analyticsWaveApi',
identifier: 'getWaveFolders',
},
{
module: 'lightning/analyticsWaveApi',
identifier: 'getWaveTemplate',
},
{
module: 'lightning/analyticsWaveApi',
identifier: 'getWaveTemplateConfig',
},
{
module: 'lightning/analyticsWaveApi',
identifier: 'getWaveTemplateReleaseNotes',
},
{
module: 'lightning/analyticsWaveApi',
identifier: 'getWaveTemplates',
},
{
module: 'lightning/analyticsWaveApi',
identifier: 'getXmd',
Expand Down

0 comments on commit 33fd769

Please sign in to comment.