@contrail/entity-types 1.4.0 → 1.4.2

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 (180) hide show
  1. package/docs/.nojekyll +1 -0
  2. package/docs/assets/highlight.css +64 -0
  3. package/docs/assets/icons.js +15 -0
  4. package/docs/assets/icons.svg +1 -0
  5. package/docs/assets/main.js +59 -0
  6. package/docs/assets/navigation.js +1 -0
  7. package/docs/assets/search.js +1 -0
  8. package/docs/assets/style.css +1414 -0
  9. package/docs/classes/ApiError.html +14 -0
  10. package/docs/classes/AssortmentSplit.html +7 -0
  11. package/docs/classes/ColumnDefinition.html +7 -0
  12. package/docs/classes/ConditionalValues.html +5 -0
  13. package/docs/classes/EntitiesClient.html +26 -0
  14. package/docs/classes/EntitiesClientBatchCreateOptions.html +12 -0
  15. package/docs/classes/EntitiesClientBatchDeleteOptions.html +13 -0
  16. package/docs/classes/EntitiesClientBatchUpdateOptions.html +12 -0
  17. package/docs/classes/EntitiesClientCreateOptions.html +20 -0
  18. package/docs/classes/EntitiesClientDeleteOptions.html +17 -0
  19. package/docs/classes/EntitiesClientGetOptions.html +39 -0
  20. package/docs/classes/EntitiesClientUpdateOptions.html +25 -0
  21. package/docs/classes/EntityReference.html +7 -0
  22. package/docs/classes/InvalidPolicyError.html +13 -0
  23. package/docs/classes/LoaderProcess.html +44 -0
  24. package/docs/classes/TimeoutError.html +13 -0
  25. package/docs/classes/ValueToAssortment.html +6 -0
  26. package/docs/enums/API_VERSION.html +7 -0
  27. package/docs/enums/AppAccessGrantScope.html +3 -0
  28. package/docs/enums/AppExtensionType.html +6 -0
  29. package/docs/enums/AppExtensionUserApps.html +7 -0
  30. package/docs/enums/AppOrgStatus.html +7 -0
  31. package/docs/enums/AppVersionStatus.html +8 -0
  32. package/docs/enums/AssortmentType.html +7 -0
  33. package/docs/enums/EntityType.html +7 -0
  34. package/docs/enums/IssueType.html +11 -0
  35. package/docs/enums/LoadStatus.html +7 -0
  36. package/docs/enums/LoadType.html +9 -0
  37. package/docs/enums/LoaderFailureArea.html +7 -0
  38. package/docs/enums/LogLevel.html +8 -0
  39. package/docs/enums/NodeRuntime.html +4 -0
  40. package/docs/enums/PropertyType.html +27 -0
  41. package/docs/enums/SharedLinkAccessLevel.html +7 -0
  42. package/docs/enums/SortOrderOptions.html +5 -0
  43. package/docs/enums/SubscriptionChannel.html +5 -0
  44. package/docs/enums/SubscriptionType.html +9 -0
  45. package/docs/enums/UserOrgRole.html +5 -0
  46. package/docs/enums/WorkspacePrincipalRole.html +5 -0
  47. package/docs/enums/WorkspaceType.html +5 -0
  48. package/docs/functions/isValidNodeRuntime.html +2 -0
  49. package/docs/home-hero.svg +11 -0
  50. package/docs/index.html +5 -0
  51. package/docs/interfaces/App.html +26 -0
  52. package/docs/interfaces/AppAccessGrant.html +15 -0
  53. package/docs/interfaces/AppApiKey.html +15 -0
  54. package/docs/interfaces/AppCodePackage.html +16 -0
  55. package/docs/interfaces/AppExtension.html +20 -0
  56. package/docs/interfaces/AppExtensionDefinition.html +19 -0
  57. package/docs/interfaces/AppOrg.html +17 -0
  58. package/docs/interfaces/AppVersion.html +22 -0
  59. package/docs/interfaces/Asset.html +25 -0
  60. package/docs/interfaces/Assortment.html +32 -0
  61. package/docs/interfaces/AssortmentItem.html +27 -0
  62. package/docs/interfaces/AssortmentSummary.html +16 -0
  63. package/docs/interfaces/Color.html +19 -0
  64. package/docs/interfaces/ColumnIssueDetails.html +6 -0
  65. package/docs/interfaces/CompositePlansSummary.html +16 -0
  66. package/docs/interfaces/ConfigProperty.html +6 -0
  67. package/docs/interfaces/Content.html +29 -0
  68. package/docs/interfaces/ContentHolderContent.html +12 -0
  69. package/docs/interfaces/EntityLoadResult.html +10 -0
  70. package/docs/interfaces/ExternalLink.html +7 -0
  71. package/docs/interfaces/ExternalLinkExtraAttribute.html +4 -0
  72. package/docs/interfaces/File.html +20 -0
  73. package/docs/interfaces/GeneralIssueDetails.html +4 -0
  74. package/docs/interfaces/Group.html +14 -0
  75. package/docs/interfaces/GroupPrincipal.html +16 -0
  76. package/docs/interfaces/Item.html +25 -0
  77. package/docs/interfaces/LoadResult.html +13 -0
  78. package/docs/interfaces/LoaderConfiguration.html +16 -0
  79. package/docs/interfaces/LoaderNumbersSummary.html +14 -0
  80. package/docs/interfaces/Org.html +13 -0
  81. package/docs/interfaces/PreprocessingStepStoredResultSummary.html +6 -0
  82. package/docs/interfaces/ProcessedData.html +9 -0
  83. package/docs/interfaces/ProcessingIssues.html +4 -0
  84. package/docs/interfaces/Project.html +11 -0
  85. package/docs/interfaces/ProjectItem.html +18 -0
  86. package/docs/interfaces/PropertyTypeMetaData.html +5 -0
  87. package/docs/interfaces/RowLoadError.html +4 -0
  88. package/docs/interfaces/SharedLink.html +22 -0
  89. package/docs/interfaces/SharedLinkPrincipal.html +18 -0
  90. package/docs/interfaces/SortOption.html +4 -0
  91. package/docs/interfaces/Subscription.html +18 -0
  92. package/docs/interfaces/TriggerKeyDefinition.html +6 -0
  93. package/docs/interfaces/User.html +14 -0
  94. package/docs/interfaces/UserOrg.html +19 -0
  95. package/docs/interfaces/Workspace.html +29 -0
  96. package/docs/interfaces/WorkspacePrincipal.html +21 -0
  97. package/docs/modules.html +94 -0
  98. package/docs/types/BatchFetchResponse.html +2 -0
  99. package/docs/types/SubscriptionMatrix.html +2 -0
  100. package/docs/variables/BOARD_APP_SUBSCRIBED_TO_CONST.html +2 -0
  101. package/docs/variables/DEFAULT_API_VERSION.html +2 -0
  102. package/docs/variables/PLAN_APP_SUBSCRIBED_TO_CONST.html +2 -0
  103. package/docs/variables/SHOWCASE_APP_SUBSCRIBED_TO_CONST.html +2 -0
  104. package/lib/app-access-grant.d.ts +15 -15
  105. package/lib/app-access-grant.js +7 -7
  106. package/lib/app-api-key.d.ts +15 -15
  107. package/lib/app-api-key.js +2 -2
  108. package/lib/app-code-package.d.ts +17 -17
  109. package/lib/app-code-package.js +2 -2
  110. package/lib/app-extension-definition.d.ts +34 -34
  111. package/lib/app-extension-definition.js +18 -18
  112. package/lib/app-extension.d.ts +23 -23
  113. package/lib/app-extension.js +2 -2
  114. package/lib/app-org.d.ts +20 -20
  115. package/lib/app-org.js +11 -11
  116. package/lib/app-version.d.ts +57 -57
  117. package/lib/app-version.js +21 -21
  118. package/lib/app.d.ts +25 -25
  119. package/lib/app.js +2 -2
  120. package/lib/asset.d.ts +16 -16
  121. package/lib/asset.js +2 -2
  122. package/lib/assortment-item.d.ts +27 -27
  123. package/lib/assortment-item.js +2 -2
  124. package/lib/assortment-summary.d.ts +15 -15
  125. package/lib/assortment-summary.js +2 -2
  126. package/lib/assortment.d.ts +39 -39
  127. package/lib/assortment.js +11 -11
  128. package/lib/base-managed-entity.d.ts +8 -8
  129. package/lib/base-managed-entity.js +2 -2
  130. package/lib/batch-fetch-response.d.ts +11 -11
  131. package/lib/batch-fetch-response.js +2 -2
  132. package/lib/client.d.ts +107 -107
  133. package/lib/client.js +114 -114
  134. package/lib/color.d.ts +14 -14
  135. package/lib/color.js +2 -2
  136. package/lib/composite-plans-summary.d.ts +15 -15
  137. package/lib/composite-plans-summary.js +2 -2
  138. package/lib/content-custom-size.d.ts +14 -14
  139. package/lib/content-custom-size.js +2 -2
  140. package/lib/content.d.ts +25 -23
  141. package/lib/content.js +2 -2
  142. package/lib/contentholder-content.d.ts +5 -5
  143. package/lib/contentholder-content.js +2 -2
  144. package/lib/file.d.ts +13 -13
  145. package/lib/file.js +2 -2
  146. package/lib/index.d.ts +35 -35
  147. package/lib/index.js +51 -51
  148. package/lib/item.d.ts +20 -20
  149. package/lib/item.js +2 -2
  150. package/lib/loader.d.ts +182 -182
  151. package/lib/loader.js +115 -115
  152. package/lib/log-level.d.ts +8 -8
  153. package/lib/log-level.js +12 -12
  154. package/lib/org-managed-entity.d.ts +5 -5
  155. package/lib/org-managed-entity.js +2 -2
  156. package/lib/org.d.ts +11 -11
  157. package/lib/org.js +2 -2
  158. package/lib/project-configuration.d.ts +39 -39
  159. package/lib/project-configuration.js +9 -9
  160. package/lib/project-item.d.ts +9 -9
  161. package/lib/project-item.js +2 -2
  162. package/lib/project.d.ts +4 -4
  163. package/lib/project.js +2 -2
  164. package/lib/property-type.d.ts +32 -32
  165. package/lib/property-type.js +31 -31
  166. package/lib/shared-links.d.ts +46 -46
  167. package/lib/shared-links.js +11 -11
  168. package/lib/subscription.d.ts +38 -38
  169. package/lib/subscription.js +22 -22
  170. package/lib/type-managed-entity.d.ts +8 -8
  171. package/lib/type-managed-entity.js +2 -2
  172. package/lib/user.d.ts +79 -79
  173. package/lib/user.js +20 -20
  174. package/lib/workspace-managed-entity.d.ts +5 -5
  175. package/lib/workspace-managed-entity.js +2 -2
  176. package/lib/workspace-principal.d.ts +24 -24
  177. package/lib/workspace-principal.js +9 -9
  178. package/lib/workspace.d.ts +32 -32
  179. package/lib/workspace.js +9 -9
  180. package/package.json +1 -1
@@ -0,0 +1,2 @@
1
+ <!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>PLAN_APP_SUBSCRIBED_TO_CONST | @contrail/entity-types</title><meta name="description" content="Documentation for @contrail/entity-types"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script><link rel="icon" href="../home-hero.svg" />
2
+ </head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><div class="table-cell" id="tsd-search" data-base=".."><div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-search"></use></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div><div class="field"><div id="tsd-toolbar-links"></div></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@contrail/entity-types</a></div><div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb"><li><a href="../modules.html">@contrail/entity-types</a></li><li><a href="PLAN_APP_SUBSCRIBED_TO_CONST.html">PLAN_APP_SUBSCRIBED_TO_CONST</a></li></ul><h1>Variable PLAN_APP_SUBSCRIBED_TO_CONST<code class="tsd-tag ts-flagConst">Const</code> </h1></div><div class="tsd-signature"><span class="tsd-kind-variable">PLAN_<wbr/>APP_<wbr/>SUBSCRIBED_<wbr/>TO_<wbr/>CONST</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;plan-app&quot;</span><span class="tsd-signature-symbol"> = &#39;plan-app&#39;</span></div></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-index-accordion"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><h4 class="uppercase">Member Visibility</h4><form><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-private" name="private"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Private</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></form></div><div class="tsd-theme-toggle"><h4 class="uppercase">Theme</h4><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div></div><div class="site-menu"><nav class="tsd-navigation"><a href="../modules.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1"></use></svg><span>@contrail/entity-types</span></a><ul class="tsd-small-nested-navigation" id="tsd-nav-container" data-base=".."><li>Loading...</li></ul></nav></div></div></div><div class="tsd-generator"><p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></div><div class="overlay"></div></body></html>
@@ -0,0 +1,2 @@
1
+ <!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>SHOWCASE_APP_SUBSCRIBED_TO_CONST | @contrail/entity-types</title><meta name="description" content="Documentation for @contrail/entity-types"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script><link rel="icon" href="../home-hero.svg" />
2
+ </head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><div class="table-cell" id="tsd-search" data-base=".."><div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-search"></use></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div><div class="field"><div id="tsd-toolbar-links"></div></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@contrail/entity-types</a></div><div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb"><li><a href="../modules.html">@contrail/entity-types</a></li><li><a href="SHOWCASE_APP_SUBSCRIBED_TO_CONST.html">SHOWCASE_APP_SUBSCRIBED_TO_CONST</a></li></ul><h1>Variable SHOWCASE_APP_SUBSCRIBED_TO_CONST<code class="tsd-tag ts-flagConst">Const</code> </h1></div><div class="tsd-signature"><span class="tsd-kind-variable">SHOWCASE_<wbr/>APP_<wbr/>SUBSCRIBED_<wbr/>TO_<wbr/>CONST</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;showcase-app&quot;</span><span class="tsd-signature-symbol"> = &#39;showcase-app&#39;</span></div></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-index-accordion"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><h4 class="uppercase">Member Visibility</h4><form><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-private" name="private"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Private</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></form></div><div class="tsd-theme-toggle"><h4 class="uppercase">Theme</h4><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div></div><div class="site-menu"><nav class="tsd-navigation"><a href="../modules.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="../assets/icons.svg#icon-1"></use></svg><span>@contrail/entity-types</span></a><ul class="tsd-small-nested-navigation" id="tsd-nav-container" data-base=".."><li>Loading...</li></ul></nav></div></div></div><div class="tsd-generator"><p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></div><div class="overlay"></div></body></html>
@@ -1,15 +1,15 @@
1
- import { App } from './app';
2
- import { BaseManagedEntity } from './base-managed-entity';
3
- import { Org } from './org';
4
- export interface AppAccessGrant extends BaseManagedEntity {
5
- issuerReference: string;
6
- issuer?: Org;
7
- recipientReference: string;
8
- recipient?: Org;
9
- appId: string;
10
- app?: App;
11
- scope: AppAccessGrantScope;
12
- }
13
- export declare enum AppAccessGrantScope {
14
- INSTALL = "INSTALL"
15
- }
1
+ import { App } from './app';
2
+ import { BaseManagedEntity } from './base-managed-entity';
3
+ import { Org } from './org';
4
+ export interface AppAccessGrant extends BaseManagedEntity {
5
+ issuerReference: string;
6
+ issuer?: Org;
7
+ recipientReference: string;
8
+ recipient?: Org;
9
+ appId: string;
10
+ app?: App;
11
+ scope: AppAccessGrantScope;
12
+ }
13
+ export declare enum AppAccessGrantScope {
14
+ INSTALL = "INSTALL"
15
+ }
@@ -1,7 +1,7 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AppAccessGrantScope = void 0;
4
- var AppAccessGrantScope;
5
- (function (AppAccessGrantScope) {
6
- AppAccessGrantScope["INSTALL"] = "INSTALL";
7
- })(AppAccessGrantScope = exports.AppAccessGrantScope || (exports.AppAccessGrantScope = {}));
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.AppAccessGrantScope = void 0;
4
+ var AppAccessGrantScope;
5
+ (function (AppAccessGrantScope) {
6
+ AppAccessGrantScope["INSTALL"] = "INSTALL";
7
+ })(AppAccessGrantScope = exports.AppAccessGrantScope || (exports.AppAccessGrantScope = {}));
@@ -1,15 +1,15 @@
1
- import { OrgManagedEntity } from './org-managed-entity';
2
- import { AppOrg } from './app-org';
3
- export interface AppApiKey extends OrgManagedEntity {
4
- id: string;
5
- createdOn?: Date;
6
- updatedOn?: Date;
7
- createdById?: string;
8
- updatedById?: string;
9
- createdBy?: any;
10
- updatedBy?: any;
11
- orgId?: string;
12
- appOrgId?: string;
13
- appOrg?: AppOrg;
14
- apiKey?: string;
15
- }
1
+ import { OrgManagedEntity } from './org-managed-entity';
2
+ import { AppOrg } from './app-org';
3
+ export interface AppApiKey extends OrgManagedEntity {
4
+ id: string;
5
+ createdOn?: Date;
6
+ updatedOn?: Date;
7
+ createdById?: string;
8
+ updatedById?: string;
9
+ createdBy?: any;
10
+ updatedBy?: any;
11
+ orgId?: string;
12
+ appOrgId?: string;
13
+ appOrg?: AppOrg;
14
+ apiKey?: string;
15
+ }
@@ -1,2 +1,2 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,17 +1,17 @@
1
- import { App } from './app';
2
- import { BaseManagedEntity } from './base-managed-entity';
3
- export interface AppCodePackage extends BaseManagedEntity {
4
- id: string;
5
- createdOn?: Date;
6
- updatedOn?: Date;
7
- createdById?: string;
8
- updatedById?: string;
9
- createdBy?: any;
10
- updatedBy?: any;
11
- orgId?: string;
12
- appId?: string;
13
- app?: App;
14
- s3Location?: string;
15
- uploadURL?: string;
16
- downloadURL?: string;
17
- }
1
+ import { App } from './app';
2
+ import { BaseManagedEntity } from './base-managed-entity';
3
+ export interface AppCodePackage extends BaseManagedEntity {
4
+ id: string;
5
+ createdOn?: Date;
6
+ updatedOn?: Date;
7
+ createdById?: string;
8
+ updatedById?: string;
9
+ createdBy?: any;
10
+ updatedBy?: any;
11
+ orgId?: string;
12
+ appId?: string;
13
+ app?: App;
14
+ s3Location?: string;
15
+ uploadURL?: string;
16
+ downloadURL?: string;
17
+ }
@@ -1,2 +1,2 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,34 +1,34 @@
1
- import { App } from './app';
2
- import { AppVersion } from './app-version';
3
- import { BaseManagedEntity } from './base-managed-entity';
4
- export declare enum AppExtensionType {
5
- DOCUMENT_AUTOMATION = "DOCUMENT_AUTOMATION",
6
- CONTEXTUAL_ACTION = "CONTEXTUAL_ACTION",
7
- CONTEXTUAL_INFORMATION_WIDGET = "CONTEXTUAL_INFORMATION_WIDGET",
8
- ADMIN_UTILITY = "ADMIN_UTILITY"
9
- }
10
- export declare enum AppExtensionUserApps {
11
- BOARDS = "BOARDS",
12
- SHOWCASE = "SHOWCASE",
13
- PLAN = "PLAN",
14
- ADMIN_CONSOLE = "ADMIN_CONSOLE",
15
- ALL = "ALL"
16
- }
17
- export interface AppExtensionDefinition extends BaseManagedEntity {
18
- id?: string;
19
- createdOn?: Date;
20
- updatedOn?: Date;
21
- createdById?: string;
22
- updatedById?: string;
23
- name: string;
24
- identifier: string;
25
- appId: string;
26
- app?: App;
27
- appVersionId: string;
28
- appVersion?: AppVersion;
29
- extensionType?: AppExtensionType;
30
- userApps?: AppExtensionUserApps[];
31
- modalDimensions?: any;
32
- iframeUrl?: string;
33
- widgetHeight?: any;
34
- }
1
+ import { App } from './app';
2
+ import { AppVersion } from './app-version';
3
+ import { BaseManagedEntity } from './base-managed-entity';
4
+ export declare enum AppExtensionType {
5
+ DOCUMENT_AUTOMATION = "DOCUMENT_AUTOMATION",
6
+ CONTEXTUAL_ACTION = "CONTEXTUAL_ACTION",
7
+ CONTEXTUAL_INFORMATION_WIDGET = "CONTEXTUAL_INFORMATION_WIDGET",
8
+ ADMIN_UTILITY = "ADMIN_UTILITY"
9
+ }
10
+ export declare enum AppExtensionUserApps {
11
+ BOARDS = "BOARDS",
12
+ SHOWCASE = "SHOWCASE",
13
+ PLAN = "PLAN",
14
+ ADMIN_CONSOLE = "ADMIN_CONSOLE",
15
+ ALL = "ALL"
16
+ }
17
+ export interface AppExtensionDefinition extends BaseManagedEntity {
18
+ id?: string;
19
+ createdOn?: Date;
20
+ updatedOn?: Date;
21
+ createdById?: string;
22
+ updatedById?: string;
23
+ name: string;
24
+ identifier: string;
25
+ appId: string;
26
+ app?: App;
27
+ appVersionId: string;
28
+ appVersion?: AppVersion;
29
+ extensionType?: AppExtensionType;
30
+ userApps?: AppExtensionUserApps[];
31
+ modalDimensions?: any;
32
+ iframeUrl?: string;
33
+ widgetHeight?: any;
34
+ }
@@ -1,18 +1,18 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AppExtensionUserApps = exports.AppExtensionType = void 0;
4
- var AppExtensionType;
5
- (function (AppExtensionType) {
6
- AppExtensionType["DOCUMENT_AUTOMATION"] = "DOCUMENT_AUTOMATION";
7
- AppExtensionType["CONTEXTUAL_ACTION"] = "CONTEXTUAL_ACTION";
8
- AppExtensionType["CONTEXTUAL_INFORMATION_WIDGET"] = "CONTEXTUAL_INFORMATION_WIDGET";
9
- AppExtensionType["ADMIN_UTILITY"] = "ADMIN_UTILITY";
10
- })(AppExtensionType = exports.AppExtensionType || (exports.AppExtensionType = {}));
11
- var AppExtensionUserApps;
12
- (function (AppExtensionUserApps) {
13
- AppExtensionUserApps["BOARDS"] = "BOARDS";
14
- AppExtensionUserApps["SHOWCASE"] = "SHOWCASE";
15
- AppExtensionUserApps["PLAN"] = "PLAN";
16
- AppExtensionUserApps["ADMIN_CONSOLE"] = "ADMIN_CONSOLE";
17
- AppExtensionUserApps["ALL"] = "ALL";
18
- })(AppExtensionUserApps = exports.AppExtensionUserApps || (exports.AppExtensionUserApps = {}));
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.AppExtensionUserApps = exports.AppExtensionType = void 0;
4
+ var AppExtensionType;
5
+ (function (AppExtensionType) {
6
+ AppExtensionType["DOCUMENT_AUTOMATION"] = "DOCUMENT_AUTOMATION";
7
+ AppExtensionType["CONTEXTUAL_ACTION"] = "CONTEXTUAL_ACTION";
8
+ AppExtensionType["CONTEXTUAL_INFORMATION_WIDGET"] = "CONTEXTUAL_INFORMATION_WIDGET";
9
+ AppExtensionType["ADMIN_UTILITY"] = "ADMIN_UTILITY";
10
+ })(AppExtensionType = exports.AppExtensionType || (exports.AppExtensionType = {}));
11
+ var AppExtensionUserApps;
12
+ (function (AppExtensionUserApps) {
13
+ AppExtensionUserApps["BOARDS"] = "BOARDS";
14
+ AppExtensionUserApps["SHOWCASE"] = "SHOWCASE";
15
+ AppExtensionUserApps["PLAN"] = "PLAN";
16
+ AppExtensionUserApps["ADMIN_CONSOLE"] = "ADMIN_CONSOLE";
17
+ AppExtensionUserApps["ALL"] = "ALL";
18
+ })(AppExtensionUserApps = exports.AppExtensionUserApps || (exports.AppExtensionUserApps = {}));
@@ -1,23 +1,23 @@
1
- import { App } from './app';
2
- import { AppExtensionType, AppExtensionUserApps } from './app-extension-definition';
3
- import { AppVersion } from './app-version';
4
- import { OrgManagedEntity } from './org-managed-entity';
5
- export interface AppExtension extends OrgManagedEntity {
6
- id?: string;
7
- createdOn?: Date;
8
- updatedOn?: Date;
9
- createdById?: string;
10
- updatedById?: string;
11
- orgId?: string;
12
- orgSlug?: string;
13
- name: string;
14
- identifier: string;
15
- appId: string;
16
- app?: App;
17
- appVersionId: string;
18
- appVersion?: AppVersion;
19
- extensionType?: AppExtensionType;
20
- userApps?: AppExtensionUserApps[];
21
- modalDimensions?: any;
22
- iframeUrl?: string;
23
- }
1
+ import { App } from './app';
2
+ import { AppExtensionType, AppExtensionUserApps } from './app-extension-definition';
3
+ import { AppVersion } from './app-version';
4
+ import { OrgManagedEntity } from './org-managed-entity';
5
+ export interface AppExtension extends OrgManagedEntity {
6
+ id?: string;
7
+ createdOn?: Date;
8
+ updatedOn?: Date;
9
+ createdById?: string;
10
+ updatedById?: string;
11
+ orgId?: string;
12
+ orgSlug?: string;
13
+ name: string;
14
+ identifier: string;
15
+ appId: string;
16
+ app?: App;
17
+ appVersionId: string;
18
+ appVersion?: AppVersion;
19
+ extensionType?: AppExtensionType;
20
+ userApps?: AppExtensionUserApps[];
21
+ modalDimensions?: any;
22
+ iframeUrl?: string;
23
+ }
@@ -1,2 +1,2 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
package/lib/app-org.d.ts CHANGED
@@ -1,20 +1,20 @@
1
- import { OrgManagedEntity } from './org-managed-entity';
2
- import { App } from './app';
3
- import { AppVersion } from './app-version';
4
- import { AppApiKey } from './app-api-key';
5
- export declare enum AppOrgStatus {
6
- INSTALLING = "INSTALLING",
7
- FAILED_INSTALLING = "FAILED_INSTALLING",
8
- READY = "READY",
9
- DELETING = "DELETING",
10
- FAILED_DELETING = "FAILED_DELETING"
11
- }
12
- export interface AppOrg extends OrgManagedEntity {
13
- status: AppOrgStatus;
14
- appId?: string;
15
- app?: App;
16
- appVersionId?: string;
17
- appVersion?: AppVersion;
18
- apiKey?: AppApiKey;
19
- appConfig?: any;
20
- }
1
+ import { OrgManagedEntity } from './org-managed-entity';
2
+ import { App } from './app';
3
+ import { AppVersion } from './app-version';
4
+ import { AppApiKey } from './app-api-key';
5
+ export declare enum AppOrgStatus {
6
+ INSTALLING = "INSTALLING",
7
+ FAILED_INSTALLING = "FAILED_INSTALLING",
8
+ READY = "READY",
9
+ DELETING = "DELETING",
10
+ FAILED_DELETING = "FAILED_DELETING"
11
+ }
12
+ export interface AppOrg extends OrgManagedEntity {
13
+ status: AppOrgStatus;
14
+ appId?: string;
15
+ app?: App;
16
+ appVersionId?: string;
17
+ appVersion?: AppVersion;
18
+ apiKey?: AppApiKey;
19
+ appConfig?: any;
20
+ }
package/lib/app-org.js CHANGED
@@ -1,11 +1,11 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AppOrgStatus = void 0;
4
- var AppOrgStatus;
5
- (function (AppOrgStatus) {
6
- AppOrgStatus["INSTALLING"] = "INSTALLING";
7
- AppOrgStatus["FAILED_INSTALLING"] = "FAILED_INSTALLING";
8
- AppOrgStatus["READY"] = "READY";
9
- AppOrgStatus["DELETING"] = "DELETING";
10
- AppOrgStatus["FAILED_DELETING"] = "FAILED_DELETING";
11
- })(AppOrgStatus = exports.AppOrgStatus || (exports.AppOrgStatus = {}));
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.AppOrgStatus = void 0;
4
+ var AppOrgStatus;
5
+ (function (AppOrgStatus) {
6
+ AppOrgStatus["INSTALLING"] = "INSTALLING";
7
+ AppOrgStatus["FAILED_INSTALLING"] = "FAILED_INSTALLING";
8
+ AppOrgStatus["READY"] = "READY";
9
+ AppOrgStatus["DELETING"] = "DELETING";
10
+ AppOrgStatus["FAILED_DELETING"] = "FAILED_DELETING";
11
+ })(AppOrgStatus = exports.AppOrgStatus || (exports.AppOrgStatus = {}));
@@ -1,57 +1,57 @@
1
- import { BaseManagedEntity } from './base-managed-entity';
2
- import { App } from './app';
3
- import { AppCodePackage } from './app-code-package';
4
- import { PropertyType } from './property-type';
5
- import { AppOrg } from './app-org';
6
- export declare enum AppVersionStatus {
7
- PUBLISHING = "PUBLISHING",
8
- FAILED_PUBLISHING = "FAILED_PUBLISHING",
9
- PUBLISHED = "PUBLISHED",
10
- ARCHIVING = "ARCHIVING",
11
- FAILED_ARCHIVING = "FAILED_ARCHIVING",
12
- ARCHIVED = "ARCHIVED"
13
- }
14
- export declare enum NodeRuntime {
15
- NODEJS_18_X = "nodejs18.x",
16
- NODEJS_22_X = "nodejs22.x"
17
- }
18
- export declare function isValidNodeRuntime(runtime: string): runtime is NodeRuntime;
19
- export interface AppVersion extends BaseManagedEntity {
20
- orgId?: string;
21
- appId?: string;
22
- app?: App;
23
- appOrgs?: AppOrg[];
24
- versionNumber: number;
25
- semver: string;
26
- status: AppVersionStatus;
27
- eventWorkflowTriggerKeyMapping: string;
28
- configProperties?: ConfigProperty[];
29
- triggerKeyDefinitions?: TriggerKeyDefinition[];
30
- appCodePackageId?: string;
31
- appCodePackage?: AppCodePackage;
32
- frameworkVersion?: number;
33
- nodeRuntime?: NodeRuntime;
34
- }
35
- export interface ConfigProperty {
36
- slug: string;
37
- propertyType: PropertyType;
38
- options?: any[];
39
- label: string;
40
- }
41
- export interface TriggerKeyDefinition {
42
- name: string;
43
- description?: string;
44
- triggerKey: string;
45
- external?: boolean;
46
- }
47
- export interface ExternalLink {
48
- name: string;
49
- label: string;
50
- link: string;
51
- img?: string;
52
- extraAttributes: ExternalLinkExtraAttribute[];
53
- }
54
- export interface ExternalLinkExtraAttribute {
55
- name: string;
56
- value: any;
57
- }
1
+ import { BaseManagedEntity } from './base-managed-entity';
2
+ import { App } from './app';
3
+ import { AppCodePackage } from './app-code-package';
4
+ import { PropertyType } from './property-type';
5
+ import { AppOrg } from './app-org';
6
+ export declare enum AppVersionStatus {
7
+ PUBLISHING = "PUBLISHING",
8
+ FAILED_PUBLISHING = "FAILED_PUBLISHING",
9
+ PUBLISHED = "PUBLISHED",
10
+ ARCHIVING = "ARCHIVING",
11
+ FAILED_ARCHIVING = "FAILED_ARCHIVING",
12
+ ARCHIVED = "ARCHIVED"
13
+ }
14
+ export declare enum NodeRuntime {
15
+ NODEJS_18_X = "nodejs18.x",
16
+ NODEJS_22_X = "nodejs22.x"
17
+ }
18
+ export declare function isValidNodeRuntime(runtime: string): runtime is NodeRuntime;
19
+ export interface AppVersion extends BaseManagedEntity {
20
+ orgId?: string;
21
+ appId?: string;
22
+ app?: App;
23
+ appOrgs?: AppOrg[];
24
+ versionNumber: number;
25
+ semver: string;
26
+ status: AppVersionStatus;
27
+ eventWorkflowTriggerKeyMapping: string;
28
+ configProperties?: ConfigProperty[];
29
+ triggerKeyDefinitions?: TriggerKeyDefinition[];
30
+ appCodePackageId?: string;
31
+ appCodePackage?: AppCodePackage;
32
+ frameworkVersion?: number;
33
+ nodeRuntime?: NodeRuntime;
34
+ }
35
+ export interface ConfigProperty {
36
+ slug: string;
37
+ propertyType: PropertyType;
38
+ options?: any[];
39
+ label: string;
40
+ }
41
+ export interface TriggerKeyDefinition {
42
+ name: string;
43
+ description?: string;
44
+ triggerKey: string;
45
+ external?: boolean;
46
+ }
47
+ export interface ExternalLink {
48
+ name: string;
49
+ label: string;
50
+ link: string;
51
+ img?: string;
52
+ extraAttributes: ExternalLinkExtraAttribute[];
53
+ }
54
+ export interface ExternalLinkExtraAttribute {
55
+ name: string;
56
+ value: any;
57
+ }
@@ -1,21 +1,21 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.isValidNodeRuntime = exports.NodeRuntime = exports.AppVersionStatus = void 0;
4
- var AppVersionStatus;
5
- (function (AppVersionStatus) {
6
- AppVersionStatus["PUBLISHING"] = "PUBLISHING";
7
- AppVersionStatus["FAILED_PUBLISHING"] = "FAILED_PUBLISHING";
8
- AppVersionStatus["PUBLISHED"] = "PUBLISHED";
9
- AppVersionStatus["ARCHIVING"] = "ARCHIVING";
10
- AppVersionStatus["FAILED_ARCHIVING"] = "FAILED_ARCHIVING";
11
- AppVersionStatus["ARCHIVED"] = "ARCHIVED";
12
- })(AppVersionStatus = exports.AppVersionStatus || (exports.AppVersionStatus = {}));
13
- var NodeRuntime;
14
- (function (NodeRuntime) {
15
- NodeRuntime["NODEJS_18_X"] = "nodejs18.x";
16
- NodeRuntime["NODEJS_22_X"] = "nodejs22.x";
17
- })(NodeRuntime = exports.NodeRuntime || (exports.NodeRuntime = {}));
18
- function isValidNodeRuntime(runtime) {
19
- return Object.values(NodeRuntime).includes(runtime);
20
- }
21
- exports.isValidNodeRuntime = isValidNodeRuntime;
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.isValidNodeRuntime = exports.NodeRuntime = exports.AppVersionStatus = void 0;
4
+ var AppVersionStatus;
5
+ (function (AppVersionStatus) {
6
+ AppVersionStatus["PUBLISHING"] = "PUBLISHING";
7
+ AppVersionStatus["FAILED_PUBLISHING"] = "FAILED_PUBLISHING";
8
+ AppVersionStatus["PUBLISHED"] = "PUBLISHED";
9
+ AppVersionStatus["ARCHIVING"] = "ARCHIVING";
10
+ AppVersionStatus["FAILED_ARCHIVING"] = "FAILED_ARCHIVING";
11
+ AppVersionStatus["ARCHIVED"] = "ARCHIVED";
12
+ })(AppVersionStatus = exports.AppVersionStatus || (exports.AppVersionStatus = {}));
13
+ var NodeRuntime;
14
+ (function (NodeRuntime) {
15
+ NodeRuntime["NODEJS_18_X"] = "nodejs18.x";
16
+ NodeRuntime["NODEJS_22_X"] = "nodejs22.x";
17
+ })(NodeRuntime = exports.NodeRuntime || (exports.NodeRuntime = {}));
18
+ function isValidNodeRuntime(runtime) {
19
+ return Object.values(NodeRuntime).includes(runtime);
20
+ }
21
+ exports.isValidNodeRuntime = isValidNodeRuntime;
package/lib/app.d.ts CHANGED
@@ -1,25 +1,25 @@
1
- import { AppAccessGrant } from './app-access-grant';
2
- import { AppCodePackage } from './app-code-package';
3
- import { AppOrg } from './app-org';
4
- import { AppVersion, ConfigProperty, TriggerKeyDefinition } from './app-version';
5
- import { BaseManagedEntity } from './base-managed-entity';
6
- export interface App extends BaseManagedEntity {
7
- name: string;
8
- identifier: string;
9
- installable?: boolean;
10
- latestAppVersionId?: string;
11
- latestAppVersion?: AppVersion;
12
- version: string;
13
- thumbnail?: string;
14
- description?: string;
15
- publisher: string;
16
- public: boolean;
17
- eventWorkflowTriggerKeyMapping: string;
18
- configProperties?: ConfigProperty[];
19
- appOrgs?: AppOrg[];
20
- triggerKeyDefinitions?: TriggerKeyDefinition[];
21
- appCodePackageId?: string;
22
- appCodePackage?: AppCodePackage;
23
- frameworkVersion?: number;
24
- appAccessGrants?: AppAccessGrant[];
25
- }
1
+ import { AppAccessGrant } from './app-access-grant';
2
+ import { AppCodePackage } from './app-code-package';
3
+ import { AppOrg } from './app-org';
4
+ import { AppVersion, ConfigProperty, TriggerKeyDefinition } from './app-version';
5
+ import { BaseManagedEntity } from './base-managed-entity';
6
+ export interface App extends BaseManagedEntity {
7
+ name: string;
8
+ identifier: string;
9
+ installable?: boolean;
10
+ latestAppVersionId?: string;
11
+ latestAppVersion?: AppVersion;
12
+ version: string;
13
+ thumbnail?: string;
14
+ description?: string;
15
+ publisher: string;
16
+ public: boolean;
17
+ eventWorkflowTriggerKeyMapping: string;
18
+ configProperties?: ConfigProperty[];
19
+ appOrgs?: AppOrg[];
20
+ triggerKeyDefinitions?: TriggerKeyDefinition[];
21
+ appCodePackageId?: string;
22
+ appCodePackage?: AppCodePackage;
23
+ frameworkVersion?: number;
24
+ appAccessGrants?: AppAccessGrant[];
25
+ }
package/lib/app.js CHANGED
@@ -1,2 +1,2 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });