diff --git a/workspaces/homepage/plugins/dynamic-home-page/report.api.md b/workspaces/homepage/plugins/dynamic-home-page/report.api.md index 31c04c0c4..a3c6ac195 100644 --- a/workspaces/homepage/plugins/dynamic-home-page/report.api.md +++ b/workspaces/homepage/plugins/dynamic-home-page/report.api.md @@ -3,6 +3,7 @@ > Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/). ```ts + import { BackstagePlugin } from '@backstage/core-plugin-api'; import { FeaturedDocsCardProps } from '@backstage/plugin-home'; import { default as React_2 } from 'react'; @@ -17,18 +18,14 @@ export const CatalogStarredEntitiesCard: React_2.ComponentType; // @public -export const dynamicHomePagePlugin: BackstagePlugin< - { - root: RouteRef; - }, - {}, - {} ->; +export const dynamicHomePagePlugin: BackstagePlugin< { +root: RouteRef; +}, {}, {}>; // @public (undocumented) export interface DynamicHomePageProps { - // (undocumented) - title?: string; + // (undocumented) + title?: string; } // @public (undocumented) @@ -39,15 +36,15 @@ export const Headline: React_2.ComponentType; // @public (undocumented) export interface HeadlineProps { - // (undocumented) - align?: 'left' | 'center' | 'right'; - // (undocumented) - title?: string; + // (undocumented) + align?: 'left' | 'center' | 'right'; + // (undocumented) + title?: string; } // @public (undocumented) export const JokeCard: React_2.ComponentType<{ - defaultCategory?: 'any' | 'programming'; + defaultCategory?: 'any' | 'programming'; }>; // @public (undocumented) @@ -58,18 +55,18 @@ export const MarkdownCard: React_2.ComponentType; // @public (undocumented) export interface MarkdownCardProps { - // (undocumented) - content?: string; - // (undocumented) - title?: string; + // (undocumented) + content?: string; + // (undocumented) + title?: string; } // @public (undocumented) export interface MarkdownProps { - // (undocumented) - content?: string; - // (undocumented) - title?: string; + // (undocumented) + content?: string; + // (undocumented) + title?: string; } // @public (undocumented) @@ -77,10 +74,10 @@ export const Placeholder: React_2.ComponentType; // @public (undocumented) export interface PlaceholderProps { - // (undocumented) - debugContent?: string; - // (undocumented) - showBorder?: boolean; + // (undocumented) + debugContent?: string; + // (undocumented) + showBorder?: boolean; } // @public (undocumented) @@ -88,10 +85,10 @@ export const QuickAccessCard: React_2.ComponentType; // @public (undocumented) export interface QuickAccessCardProps { - // (undocumented) - path?: string; - // (undocumented) - title?: string; + // (undocumented) + path?: string; + // (undocumented) + title?: string; } // @public (undocumented) @@ -102,10 +99,10 @@ export const SearchBar: React_2.ComponentType; // @public (undocumented) export interface SearchBarProps { - // (undocumented) - path?: string; - // (undocumented) - queryParam?: string; + // (undocumented) + path?: string; + // (undocumented) + queryParam?: string; } // @public (undocumented) @@ -113,4 +110,5 @@ export const TopVisitedCard: React_2.ComponentType; // @public (undocumented) export const VisitListener: () => React_2.JSX.Element | null; + ``` diff --git a/workspaces/marketplace/plugins/marketplace-common/report.api.md b/workspaces/marketplace/plugins/marketplace-common/report.api.md index 868ad6924..0e1baa953 100644 --- a/workspaces/marketplace/plugins/marketplace-common/report.api.md +++ b/workspaces/marketplace/plugins/marketplace-common/report.api.md @@ -3,50 +3,52 @@ > Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/). ```ts + import { Entity } from '@backstage/catalog-model'; import { JsonObject } from '@backstage/types'; // @public (undocumented) -export const MARKETPLACE_API_VERSION = 'marketplace.backstage.io/v1alpha1'; +export const MARKETPLACE_API_VERSION = "marketplace.backstage.io/v1alpha1"; // @public (undocumented) export enum MarketplaceKinds { - // (undocumented) - plugin = 'Plugin', - // (undocumented) - pluginList = 'PluginList', + // (undocumented) + plugin = "Plugin", + // (undocumented) + pluginList = "PluginList" } // @public (undocumented) export interface MarketplacePluginEntry extends Entity { - // (undocumented) - spec?: MarketplacePluginSpec; + // (undocumented) + spec?: MarketplacePluginSpec; } // @public (undocumented) export interface MarketplacePluginList { - // (undocumented) - spec?: { - plugins: string[]; - } & MarketplacePluginSpec; + // (undocumented) + spec?: { + plugins: string[]; + } & MarketplacePluginSpec; } // @public (undocumented) export interface MarketplacePluginSpec extends JsonObject { - // (undocumented) - categories?: string[]; - // (undocumented) - description?: string; - // (undocumented) - developer?: string; - // (undocumented) - highlights?: string[]; - // (undocumented) - icon?: string; - // (undocumented) - installation?: { - markdown?: string; - appconfig?: string; - }; + // (undocumented) + categories?: string[]; + // (undocumented) + description?: string; + // (undocumented) + developer?: string; + // (undocumented) + highlights?: string[]; + // (undocumented) + icon?: string; + // (undocumented) + installation?: { + markdown?: string; + appconfig?: string; + }; } + ``` diff --git a/workspaces/marketplace/plugins/marketplace/report.api.md b/workspaces/marketplace/plugins/marketplace/report.api.md index d21cd9a14..e45e3c2cf 100644 --- a/workspaces/marketplace/plugins/marketplace/report.api.md +++ b/workspaces/marketplace/plugins/marketplace/report.api.md @@ -3,6 +3,7 @@ > Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/). ```ts + /// import { BackstagePlugin } from '@backstage/core-plugin-api'; @@ -20,13 +21,10 @@ export const MarketplaceIcon: IconComponent; export const MarketplacePage: () => JSX_2.Element; // @public -export const marketplacePlugin: BackstagePlugin< - { - root: RouteRef; - }, - {}, - {} ->; +export const marketplacePlugin: BackstagePlugin< { +root: RouteRef; +}, {}, {}>; // (No @packageDocumentation comment for this package) + ``` diff --git a/workspaces/orchestrator/plugins/orchestrator-common/report.api.md b/workspaces/orchestrator/plugins/orchestrator-common/report.api.md index 841d8405d..78a80b74e 100644 --- a/workspaces/orchestrator/plugins/orchestrator-common/report.api.md +++ b/workspaces/orchestrator/plugins/orchestrator-common/report.api.md @@ -34,12 +34,12 @@ export interface AssessedProcessInstanceDTO { // Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@" // Warning: (tsdoc-undefined-tag) The TSDoc tag "@type" is not defined in this configuration // Warning: (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration - 'assessedBy'?: ProcessInstanceDTO; + assessedBy?: ProcessInstanceDTO; // Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag // Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@" // Warning: (tsdoc-undefined-tag) The TSDoc tag "@type" is not defined in this configuration // Warning: (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration - 'instance': ProcessInstanceDTO; + instance: ProcessInstanceDTO; } // Warning: (ae-missing-release-tag) "ASSESSMENT_WORKFLOW_TYPE" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal) @@ -361,12 +361,12 @@ export interface ErrorResponse { // Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@" // Warning: (tsdoc-undefined-tag) The TSDoc tag "@type" is not defined in this configuration // Warning: (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration - 'additionalInfo'?: string; + additionalInfo?: string; // Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag // Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@" // Warning: (tsdoc-undefined-tag) The TSDoc tag "@type" is not defined in this configuration // Warning: (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration - 'message': string; + message: string; } // Warning: (tsdoc-undefined-tag) The TSDoc tag "@export" is not defined in this configuration @@ -379,7 +379,7 @@ export interface ExecuteWorkflowRequestDTO { // Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@" // Warning: (tsdoc-undefined-tag) The TSDoc tag "@type" is not defined in this configuration // Warning: (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration - 'inputData'?: object; + inputData?: object; } // Warning: (tsdoc-undefined-tag) The TSDoc tag "@export" is not defined in this configuration @@ -392,7 +392,7 @@ export interface ExecuteWorkflowResponseDTO { // Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@" // Warning: (tsdoc-undefined-tag) The TSDoc tag "@type" is not defined in this configuration // Warning: (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration - 'id': string; + id: string; } // Warning: (ae-missing-release-tag) "extractWorkflowFormat" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal) @@ -415,17 +415,17 @@ export interface FieldFilter { // Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@" // Warning: (tsdoc-undefined-tag) The TSDoc tag "@type" is not defined in this configuration // Warning: (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration - 'field': string; + field: string; // Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag // Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@" // Warning: (tsdoc-undefined-tag) The TSDoc tag "@type" is not defined in this configuration // Warning: (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration - 'operator': FieldFilterOperatorEnum; + operator: FieldFilterOperatorEnum; // Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag // Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@" // Warning: (tsdoc-undefined-tag) The TSDoc tag "@type" is not defined in this configuration // Warning: (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration - 'value': FieldFilterValue; + value: FieldFilterValue; } // Warning: (ae-missing-release-tag) "FieldFilterOperatorEnum" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal) @@ -448,7 +448,7 @@ export const FieldFilterOperatorEnum: { }; // @public (undocumented) -export type FieldFilterOperatorEnum = typeof FieldFilterOperatorEnum[keyof typeof FieldFilterOperatorEnum]; +export type FieldFilterOperatorEnum = (typeof FieldFilterOperatorEnum)[keyof typeof FieldFilterOperatorEnum]; // Warning: (tsdoc-undefined-tag) The TSDoc tag "@type" is not defined in this configuration // Warning: (tsdoc-undefined-tag) The TSDoc tag "@export" is not defined in this configuration @@ -479,12 +479,12 @@ export interface GetInstancesRequest { // Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@" // Warning: (tsdoc-undefined-tag) The TSDoc tag "@type" is not defined in this configuration // Warning: (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration - 'filters'?: SearchRequest; + filters?: SearchRequest; // Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag // Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@" // Warning: (tsdoc-undefined-tag) The TSDoc tag "@type" is not defined in this configuration // Warning: (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration - 'paginationInfo'?: PaginationInfoDTO; + paginationInfo?: PaginationInfoDTO; } // Warning: (tsdoc-undefined-tag) The TSDoc tag "@export" is not defined in this configuration @@ -497,12 +497,12 @@ export interface GetOverviewsRequestParams { // Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@" // Warning: (tsdoc-undefined-tag) The TSDoc tag "@type" is not defined in this configuration // Warning: (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration - 'filters'?: SearchRequest; + filters?: SearchRequest; // Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag // Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@" // Warning: (tsdoc-undefined-tag) The TSDoc tag "@type" is not defined in this configuration // Warning: (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration - 'paginationInfo'?: PaginationInfoDTO; + paginationInfo?: PaginationInfoDTO; } // Warning: (ae-missing-release-tag) "getWorkflowCategory" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal) @@ -525,12 +525,12 @@ export interface InputSchemaResponseDTO { // Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@" // Warning: (tsdoc-undefined-tag) The TSDoc tag "@type" is not defined in this configuration // Warning: (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration - 'data'?: object; + data?: object; // Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag // Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@" // Warning: (tsdoc-undefined-tag) The TSDoc tag "@type" is not defined in this configuration // Warning: (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration - 'inputSchema'?: object; + inputSchema?: object; } // Warning: (ae-missing-release-tag) "IntrospectionField" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal) @@ -606,12 +606,12 @@ export interface LogicalFilter { // Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@" // Warning: (tsdoc-undefined-tag) The TSDoc tag "@type" is not defined in this configuration // Warning: (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration - 'filters': Array; + filters: Array; // Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag // Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@" // Warning: (tsdoc-undefined-tag) The TSDoc tag "@type" is not defined in this configuration // Warning: (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration - 'operator': LogicalFilterOperatorEnum; + operator: LogicalFilterOperatorEnum; } // Warning: (ae-missing-release-tag) "LogicalFilterOperatorEnum" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal) @@ -625,7 +625,7 @@ export const LogicalFilterOperatorEnum: { }; // @public (undocumented) -export type LogicalFilterOperatorEnum = typeof LogicalFilterOperatorEnum[keyof typeof LogicalFilterOperatorEnum]; +export type LogicalFilterOperatorEnum = (typeof LogicalFilterOperatorEnum)[keyof typeof LogicalFilterOperatorEnum]; // Warning: (ae-missing-release-tag) "Milestone" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal) // @@ -702,42 +702,42 @@ export interface NodeInstanceDTO { // Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@" // Warning: (tsdoc-undefined-tag) The TSDoc tag "@type" is not defined in this configuration // Warning: (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration - '__typename'?: string; + __typename?: string; // Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag // Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@" // Warning: (tsdoc-undefined-tag) The TSDoc tag "@type" is not defined in this configuration // Warning: (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration - 'definitionId'?: string; + definitionId?: string; // Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag // Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@" // Warning: (tsdoc-undefined-tag) The TSDoc tag "@type" is not defined in this configuration // Warning: (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration - 'enter'?: string; + enter?: string; // Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag // Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@" // Warning: (tsdoc-undefined-tag) The TSDoc tag "@type" is not defined in this configuration // Warning: (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration - 'exit'?: string; + exit?: string; // Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag // Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@" // Warning: (tsdoc-undefined-tag) The TSDoc tag "@type" is not defined in this configuration // Warning: (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration - 'id': string; + id: string; // Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag // Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@" // Warning: (tsdoc-undefined-tag) The TSDoc tag "@type" is not defined in this configuration // Warning: (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration - 'name'?: string; + name?: string; // Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag // Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@" // Warning: (tsdoc-undefined-tag) The TSDoc tag "@type" is not defined in this configuration // Warning: (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration - 'nodeId'?: string; + nodeId?: string; // Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag // Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@" // Warning: (tsdoc-undefined-tag) The TSDoc tag "@type" is not defined in this configuration // Warning: (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration - 'type'?: string; + type?: string; } // Warning: (ae-forgotten-export) The symbol "OmitDistributive" needs to be exported by the entry point index.d.ts @@ -788,27 +788,27 @@ export interface PaginationInfoDTO { // Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@" // Warning: (tsdoc-undefined-tag) The TSDoc tag "@type" is not defined in this configuration // Warning: (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration - 'offset'?: number; + offset?: number; // Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag // Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@" // Warning: (tsdoc-undefined-tag) The TSDoc tag "@type" is not defined in this configuration // Warning: (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration - 'orderBy'?: string; + orderBy?: string; // Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag // Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@" // Warning: (tsdoc-undefined-tag) The TSDoc tag "@type" is not defined in this configuration // Warning: (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration - 'orderDirection'?: PaginationInfoDTOOrderDirectionEnum; + orderDirection?: PaginationInfoDTOOrderDirectionEnum; // Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag // Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@" // Warning: (tsdoc-undefined-tag) The TSDoc tag "@type" is not defined in this configuration // Warning: (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration - 'pageSize'?: number; + pageSize?: number; // Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag // Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@" // Warning: (tsdoc-undefined-tag) The TSDoc tag "@type" is not defined in this configuration // Warning: (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration - 'totalCount'?: number; + totalCount?: number; } // Warning: (ae-missing-release-tag) "PaginationInfoDTOOrderDirectionEnum" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal) @@ -821,7 +821,7 @@ export const PaginationInfoDTOOrderDirectionEnum: { }; // @public (undocumented) -export type PaginationInfoDTOOrderDirectionEnum = typeof PaginationInfoDTOOrderDirectionEnum[keyof typeof PaginationInfoDTOOrderDirectionEnum]; +export type PaginationInfoDTOOrderDirectionEnum = (typeof PaginationInfoDTOOrderDirectionEnum)[keyof typeof PaginationInfoDTOOrderDirectionEnum]; // Warning: (ae-missing-release-tag) "parseWorkflowVariables" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal) // @@ -898,77 +898,77 @@ export interface ProcessInstanceDTO { // Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@" // Warning: (tsdoc-undefined-tag) The TSDoc tag "@type" is not defined in this configuration // Warning: (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration - 'businessKey'?: string; + businessKey?: string; // Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag // Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@" // Warning: (tsdoc-undefined-tag) The TSDoc tag "@type" is not defined in this configuration // Warning: (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration - 'category'?: WorkflowCategoryDTO; + category?: WorkflowCategoryDTO; // Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag // Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@" // Warning: (tsdoc-undefined-tag) The TSDoc tag "@type" is not defined in this configuration // Warning: (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration - 'description'?: string; + description?: string; // Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag // Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@" // Warning: (tsdoc-undefined-tag) The TSDoc tag "@type" is not defined in this configuration // Warning: (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration - 'duration'?: string; + duration?: string; // Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag // Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@" // Warning: (tsdoc-undefined-tag) The TSDoc tag "@type" is not defined in this configuration // Warning: (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration - 'end'?: string; + end?: string; // Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag // Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@" // Warning: (tsdoc-undefined-tag) The TSDoc tag "@type" is not defined in this configuration // Warning: (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration - 'endpoint'?: string; + endpoint?: string; // Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag // Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@" // Warning: (tsdoc-undefined-tag) The TSDoc tag "@type" is not defined in this configuration // Warning: (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration - 'error'?: ProcessInstanceErrorDTO; + error?: ProcessInstanceErrorDTO; // Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag // Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@" // Warning: (tsdoc-undefined-tag) The TSDoc tag "@type" is not defined in this configuration // Warning: (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration - 'id': string; + id: string; // Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag // Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@" // Warning: (tsdoc-undefined-tag) The TSDoc tag "@type" is not defined in this configuration // Warning: (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration - 'nodes': Array; + nodes: Array; // Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag // Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@" // Warning: (tsdoc-undefined-tag) The TSDoc tag "@type" is not defined in this configuration // Warning: (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration - 'processId': string; + processId: string; // Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag // Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@" // Warning: (tsdoc-undefined-tag) The TSDoc tag "@type" is not defined in this configuration // Warning: (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration - 'processName'?: string; + processName?: string; // Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag // Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@" // Warning: (tsdoc-undefined-tag) The TSDoc tag "@type" is not defined in this configuration // Warning: (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration - 'serviceUrl'?: string; + serviceUrl?: string; // Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag // Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@" // Warning: (tsdoc-undefined-tag) The TSDoc tag "@type" is not defined in this configuration // Warning: (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration - 'start'?: string; + start?: string; // Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag // Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@" // Warning: (tsdoc-undefined-tag) The TSDoc tag "@type" is not defined in this configuration // Warning: (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration - 'status'?: ProcessInstanceStatusDTO; + status?: ProcessInstanceStatusDTO; // Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag // Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@" // Warning: (tsdoc-undefined-tag) The TSDoc tag "@type" is not defined in this configuration // Warning: (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration - 'workflowdata'?: WorkflowDataDTO; + workflowdata?: WorkflowDataDTO; } // Warning: (ae-missing-release-tag) "ProcessInstanceError" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal) @@ -993,17 +993,17 @@ export interface ProcessInstanceErrorDTO { // Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@" // Warning: (tsdoc-undefined-tag) The TSDoc tag "@type" is not defined in this configuration // Warning: (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration - '__typename'?: string; + __typename?: string; // Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag // Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@" // Warning: (tsdoc-undefined-tag) The TSDoc tag "@type" is not defined in this configuration // Warning: (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration - 'message'?: string; + message?: string; // Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag // Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@" // Warning: (tsdoc-undefined-tag) The TSDoc tag "@type" is not defined in this configuration // Warning: (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration - 'nodeDefinitionId': string; + nodeDefinitionId: string; } // Warning: (tsdoc-undefined-tag) The TSDoc tag "@export" is not defined in this configuration @@ -1016,12 +1016,12 @@ export interface ProcessInstanceListResultDTO { // Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@" // Warning: (tsdoc-undefined-tag) The TSDoc tag "@type" is not defined in this configuration // Warning: (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration - 'items'?: Array; + items?: Array; // Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag // Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@" // Warning: (tsdoc-undefined-tag) The TSDoc tag "@type" is not defined in this configuration // Warning: (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration - 'paginationInfo'?: PaginationInfoDTO; + paginationInfo?: PaginationInfoDTO; } // Warning: (ae-missing-release-tag) "ProcessInstanceState" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal) @@ -1065,7 +1065,7 @@ export const ProcessInstanceStatusDTO: { }; // @public (undocumented) -export type ProcessInstanceStatusDTO = typeof ProcessInstanceStatusDTO[keyof typeof ProcessInstanceStatusDTO]; +export type ProcessInstanceStatusDTO = (typeof ProcessInstanceStatusDTO)[keyof typeof ProcessInstanceStatusDTO]; // Warning: (ae-missing-release-tag) "ProcessInstanceVariables" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal) // @@ -1102,12 +1102,12 @@ export interface SearchRequest { // Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@" // Warning: (tsdoc-undefined-tag) The TSDoc tag "@type" is not defined in this configuration // Warning: (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration - 'filters'?: Filter; + filters?: Filter; // Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag // Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@" // Warning: (tsdoc-undefined-tag) The TSDoc tag "@type" is not defined in this configuration // Warning: (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration - 'paginationInfo'?: PaginationInfoDTO; + paginationInfo?: PaginationInfoDTO; } // Warning: (ae-missing-release-tag) "toWorkflowJson" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal) @@ -1187,7 +1187,7 @@ export const WorkflowCategoryDTO: { }; // @public (undocumented) -export type WorkflowCategoryDTO = typeof WorkflowCategoryDTO[keyof typeof WorkflowCategoryDTO]; +export type WorkflowCategoryDTO = (typeof WorkflowCategoryDTO)[keyof typeof WorkflowCategoryDTO]; // Warning: (tsdoc-undefined-tag) The TSDoc tag "@export" is not defined in this configuration // Warning: (tsdoc-undefined-tag) The TSDoc tag "@interface" is not defined in this configuration @@ -1199,7 +1199,7 @@ export interface WorkflowDataDTO { // Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@" // Warning: (tsdoc-undefined-tag) The TSDoc tag "@type" is not defined in this configuration // Warning: (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration - 'result'?: WorkflowResultDTO; + result?: WorkflowResultDTO; } // Warning: (ae-missing-release-tag) "WorkflowDefinition" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal) @@ -1217,32 +1217,32 @@ export interface WorkflowDTO { // Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@" // Warning: (tsdoc-undefined-tag) The TSDoc tag "@type" is not defined in this configuration // Warning: (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration - 'annotations'?: Array; + annotations?: Array; // Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag // Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@" // Warning: (tsdoc-undefined-tag) The TSDoc tag "@type" is not defined in this configuration // Warning: (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration - 'category': WorkflowCategoryDTO; + category: WorkflowCategoryDTO; // Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag // Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@" // Warning: (tsdoc-undefined-tag) The TSDoc tag "@type" is not defined in this configuration // Warning: (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration - 'description'?: string; + description?: string; // Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag // Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@" // Warning: (tsdoc-undefined-tag) The TSDoc tag "@type" is not defined in this configuration // Warning: (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration - 'format': WorkflowFormatDTO; + format: WorkflowFormatDTO; // Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag // Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@" // Warning: (tsdoc-undefined-tag) The TSDoc tag "@type" is not defined in this configuration // Warning: (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration - 'id': string; + id: string; // Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag // Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@" // Warning: (tsdoc-undefined-tag) The TSDoc tag "@type" is not defined in this configuration // Warning: (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration - 'name'?: string; + name?: string; } // Warning: (ae-missing-release-tag) "WorkflowExecutionResponse" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal) @@ -1272,7 +1272,7 @@ export const WorkflowFormatDTO: { }; // @public (undocumented) -export type WorkflowFormatDTO = typeof WorkflowFormatDTO[keyof typeof WorkflowFormatDTO]; +export type WorkflowFormatDTO = (typeof WorkflowFormatDTO)[keyof typeof WorkflowFormatDTO]; // Warning: (ae-missing-release-tag) "WorkflowInfo" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal) // @@ -1337,12 +1337,12 @@ export interface WorkflowListResultDTO { // Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@" // Warning: (tsdoc-undefined-tag) The TSDoc tag "@type" is not defined in this configuration // Warning: (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration - 'items': Array; + items: Array; // Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag // Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@" // Warning: (tsdoc-undefined-tag) The TSDoc tag "@type" is not defined in this configuration // Warning: (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration - 'paginationInfo': PaginationInfoDTO; + paginationInfo: PaginationInfoDTO; } // Warning: (ae-missing-release-tag) "WorkflowOverview" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal) @@ -1379,42 +1379,42 @@ export interface WorkflowOverviewDTO { // Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@" // Warning: (tsdoc-undefined-tag) The TSDoc tag "@type" is not defined in this configuration // Warning: (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration - 'category'?: WorkflowCategoryDTO; + category?: WorkflowCategoryDTO; // Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag // Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@" // Warning: (tsdoc-undefined-tag) The TSDoc tag "@type" is not defined in this configuration // Warning: (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration - 'description'?: string; + description?: string; // Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag // Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@" // Warning: (tsdoc-undefined-tag) The TSDoc tag "@type" is not defined in this configuration // Warning: (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration - 'format': WorkflowFormatDTO; + format: WorkflowFormatDTO; // Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag // Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@" // Warning: (tsdoc-undefined-tag) The TSDoc tag "@type" is not defined in this configuration // Warning: (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration - 'lastRunId'?: string; + lastRunId?: string; // Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag // Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@" // Warning: (tsdoc-undefined-tag) The TSDoc tag "@type" is not defined in this configuration // Warning: (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration - 'lastRunStatus'?: ProcessInstanceStatusDTO; + lastRunStatus?: ProcessInstanceStatusDTO; // Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag // Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@" // Warning: (tsdoc-undefined-tag) The TSDoc tag "@type" is not defined in this configuration // Warning: (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration - 'lastTriggeredMs'?: number; + lastTriggeredMs?: number; // Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag // Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@" // Warning: (tsdoc-undefined-tag) The TSDoc tag "@type" is not defined in this configuration // Warning: (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration - 'name'?: string; + name?: string; // Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag // Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@" // Warning: (tsdoc-undefined-tag) The TSDoc tag "@type" is not defined in this configuration // Warning: (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration - 'workflowId': string; + workflowId: string; } // Warning: (ae-missing-release-tag) "WorkflowOverviewListResult" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal) @@ -1437,12 +1437,12 @@ export interface WorkflowOverviewListResultDTO { // Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@" // Warning: (tsdoc-undefined-tag) The TSDoc tag "@type" is not defined in this configuration // Warning: (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration - 'overviews'?: Array; + overviews?: Array; // Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag // Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@" // Warning: (tsdoc-undefined-tag) The TSDoc tag "@type" is not defined in this configuration // Warning: (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration - 'paginationInfo'?: PaginationInfoDTO; + paginationInfo?: PaginationInfoDTO; } // Warning: (tsdoc-undefined-tag) The TSDoc tag "@export" is not defined in this configuration @@ -1455,52 +1455,52 @@ export interface WorkflowProgressDTO { // Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@" // Warning: (tsdoc-undefined-tag) The TSDoc tag "@type" is not defined in this configuration // Warning: (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration - '__typename'?: any; + __typename?: any; // Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag // Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@" // Warning: (tsdoc-undefined-tag) The TSDoc tag "@type" is not defined in this configuration // Warning: (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration - 'definitionId'?: any; + definitionId?: any; // Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag // Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@" // Warning: (tsdoc-undefined-tag) The TSDoc tag "@type" is not defined in this configuration // Warning: (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration - 'enter'?: any; + enter?: any; // Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag // Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@" // Warning: (tsdoc-undefined-tag) The TSDoc tag "@type" is not defined in this configuration // Warning: (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration - 'error'?: ProcessInstanceErrorDTO; + error?: ProcessInstanceErrorDTO; // Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag // Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@" // Warning: (tsdoc-undefined-tag) The TSDoc tag "@type" is not defined in this configuration // Warning: (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration - 'exit'?: any; + exit?: any; // Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag // Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@" // Warning: (tsdoc-undefined-tag) The TSDoc tag "@type" is not defined in this configuration // Warning: (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration - 'id': any; + id: any; // Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag // Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@" // Warning: (tsdoc-undefined-tag) The TSDoc tag "@type" is not defined in this configuration // Warning: (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration - 'name'?: any; + name?: any; // Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag // Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@" // Warning: (tsdoc-undefined-tag) The TSDoc tag "@type" is not defined in this configuration // Warning: (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration - 'nodeId'?: any; + nodeId?: any; // Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag // Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@" // Warning: (tsdoc-undefined-tag) The TSDoc tag "@type" is not defined in this configuration // Warning: (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration - 'status'?: ProcessInstanceStatusDTO; + status?: ProcessInstanceStatusDTO; // Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag // Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@" // Warning: (tsdoc-undefined-tag) The TSDoc tag "@type" is not defined in this configuration // Warning: (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration - 'type'?: any; + type?: any; } // Warning: (tsdoc-undefined-tag) The TSDoc tag "@export" is not defined in this configuration @@ -1513,22 +1513,22 @@ export interface WorkflowResultDTO { // Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@" // Warning: (tsdoc-undefined-tag) The TSDoc tag "@type" is not defined in this configuration // Warning: (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration - 'completedWith'?: WorkflowResultDTOCompletedWithEnum; + completedWith?: WorkflowResultDTOCompletedWithEnum; // Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag // Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@" // Warning: (tsdoc-undefined-tag) The TSDoc tag "@type" is not defined in this configuration // Warning: (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration - 'message'?: string; + message?: string; // Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag // Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@" // Warning: (tsdoc-undefined-tag) The TSDoc tag "@type" is not defined in this configuration // Warning: (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration - 'nextWorkflows'?: Array; + nextWorkflows?: Array; // Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag // Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@" // Warning: (tsdoc-undefined-tag) The TSDoc tag "@type" is not defined in this configuration // Warning: (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration - 'outputs'?: Array; + outputs?: Array; } // Warning: (ae-missing-release-tag) "WorkflowResultDTOCompletedWithEnum" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal) @@ -1541,7 +1541,7 @@ export const WorkflowResultDTOCompletedWithEnum: { }; // @public (undocumented) -export type WorkflowResultDTOCompletedWithEnum = typeof WorkflowResultDTOCompletedWithEnum[keyof typeof WorkflowResultDTOCompletedWithEnum]; +export type WorkflowResultDTOCompletedWithEnum = (typeof WorkflowResultDTOCompletedWithEnum)[keyof typeof WorkflowResultDTOCompletedWithEnum]; // Warning: (tsdoc-undefined-tag) The TSDoc tag "@export" is not defined in this configuration // Warning: (tsdoc-undefined-tag) The TSDoc tag "@interface" is not defined in this configuration @@ -1553,12 +1553,12 @@ export interface WorkflowResultDTONextWorkflowsInner { // Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@" // Warning: (tsdoc-undefined-tag) The TSDoc tag "@type" is not defined in this configuration // Warning: (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration - 'id': string; + id: string; // Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag // Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@" // Warning: (tsdoc-undefined-tag) The TSDoc tag "@type" is not defined in this configuration // Warning: (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration - 'name': string; + name: string; } // Warning: (tsdoc-undefined-tag) The TSDoc tag "@export" is not defined in this configuration @@ -1571,17 +1571,17 @@ export interface WorkflowResultDTOOutputsInner { // Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@" // Warning: (tsdoc-undefined-tag) The TSDoc tag "@type" is not defined in this configuration // Warning: (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration - 'format'?: WorkflowResultDTOOutputsInnerFormatEnum; + format?: WorkflowResultDTOOutputsInnerFormatEnum; // Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag // Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@" // Warning: (tsdoc-undefined-tag) The TSDoc tag "@type" is not defined in this configuration // Warning: (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration - 'key': string; + key: string; // Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag // Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@" // Warning: (tsdoc-undefined-tag) The TSDoc tag "@type" is not defined in this configuration // Warning: (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration - 'value': WorkflowResultDTOOutputsInnerValue; + value: WorkflowResultDTOOutputsInnerValue; } // Warning: (ae-missing-release-tag) "WorkflowResultDTOOutputsInnerFormatEnum" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal) @@ -1595,7 +1595,7 @@ export const WorkflowResultDTOOutputsInnerFormatEnum: { }; // @public (undocumented) -export type WorkflowResultDTOOutputsInnerFormatEnum = typeof WorkflowResultDTOOutputsInnerFormatEnum[keyof typeof WorkflowResultDTOOutputsInnerFormatEnum]; +export type WorkflowResultDTOOutputsInnerFormatEnum = (typeof WorkflowResultDTOOutputsInnerFormatEnum)[keyof typeof WorkflowResultDTOOutputsInnerFormatEnum]; // Warning: (tsdoc-undefined-tag) The TSDoc tag "@export" is not defined in this configuration // Warning: (tsdoc-undefined-tag) The TSDoc tag "@interface" is not defined in this configuration @@ -1615,12 +1615,12 @@ export interface WorkflowRunStatusDTO { // Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@" // Warning: (tsdoc-undefined-tag) The TSDoc tag "@type" is not defined in this configuration // Warning: (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration - 'key'?: string; + key?: string; // Warning: (tsdoc-escape-right-brace) The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag // Warning: (tsdoc-malformed-inline-tag) Expecting a TSDoc tag starting with "{@" // Warning: (tsdoc-undefined-tag) The TSDoc tag "@type" is not defined in this configuration // Warning: (tsdoc-undefined-tag) The TSDoc tag "@memberof" is not defined in this configuration - 'value'?: string; + value?: string; } // Warnings were encountered during analysis: diff --git a/workspaces/orchestrator/plugins/orchestrator-common/src/generated/client/api.ts b/workspaces/orchestrator/plugins/orchestrator-common/src/generated/client/api.ts index a2d6c50c0..69c4bea91 100644 --- a/workspaces/orchestrator/plugins/orchestrator-common/src/generated/client/api.ts +++ b/workspaces/orchestrator/plugins/orchestrator-common/src/generated/client/api.ts @@ -20,9 +20,9 @@ import type { RequestArgs } from './base'; import { BASE_PATH, BaseAPI, - COLLECTION_FORMATS, + // COLLECTION_FORMATS, operationServerMap, - RequiredError, + // RequiredError, } from './base'; // Some imports not used depending on template conditions // @ts-ignore @@ -31,10 +31,10 @@ import { createRequestFunction, DUMMY_BASE_URL, serializeDataIfNeeded, - setApiKeyToObject, - setBasicAuthToObject, - setBearerAuthToObject, - setOAuthToObject, + // setApiKeyToObject, + // setBasicAuthToObject, + // setBearerAuthToObject, + // setOAuthToObject, setSearchParams, toPathString, } from './common';