@stack-spot/portal-network 0.145.1 → 0.146.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.
@@ -20,7 +20,7 @@ import {
20
20
  deprecatePluginVersion,
21
21
  deprecateStackVersionBy,
22
22
  deprecateWorkflowVersion,
23
- downloadAction,
23
+ downloadAction1,
24
24
  getActionBySlug,
25
25
  getActionsVersions,
26
26
  getActionVersionById,
@@ -450,7 +450,7 @@ class ContentClient extends ReactQueryNetworkClient {
450
450
  /**
451
451
  * Download Action Version
452
452
  */
453
- downloadActionVersion = this.query(downloadAction)
453
+ downloadActionVersion = this.query(downloadAction1)
454
454
  /**
455
455
  * Get Action Version range by Action Slug
456
456
  */