@orchestrator-ui/orchestrator-ui-components 1.27.0 → 1.27.1

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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @orchestrator-ui/orchestrator-ui-components@1.27.0 build
2
+ > @orchestrator-ui/orchestrator-ui-components@1.27.1 build
3
3
  > tsup src/index.ts --format esm --dts --tsconfig tsconfig.build.json
4
4
 
5
5
  CLI Building entry: src/index.ts
@@ -9,6 +9,6 @@
9
9
  ESM Build start
10
10
  DTS Build start
11
11
  ESM dist/index.js 2.15 MB
12
- ESM ⚡️ Build success in 744ms
13
- DTS ⚡️ Build success in 13679ms
14
- DTS dist/index.d.ts 173.42 KB
12
+ ESM ⚡️ Build success in 852ms
13
+ DTS ⚡️ Build success in 14260ms
14
+ DTS dist/index.d.ts 173.47 KB
@@ -1,5 +1,5 @@
1
1
 
2
- > @orchestrator-ui/orchestrator-ui-components@1.27.0 lint
2
+ > @orchestrator-ui/orchestrator-ui-components@1.27.1 lint
3
3
  > eslint "src/**/*.ts*"
4
4
 
5
5
 
@@ -1,40 +1,40 @@
1
1
 
2
- > @orchestrator-ui/orchestrator-ui-components@1.27.0 test
2
+ > @orchestrator-ui/orchestrator-ui-components@1.27.1 test
3
3
  > jest
4
4
 
5
- PASS Wfo-UI Tests src/components/WfoSubscription/utils/utils.spec.ts
6
5
  PASS Wfo-UI Tests src/components/WfoForms/formFields/utils.spec.ts
6
+ PASS Wfo-UI Tests src/components/WfoSubscription/utils/utils.spec.ts
7
7
  PASS Wfo-UI Tests src/utils/date.spec.ts
8
- PASS Wfo-UI Tests src/utils/getProductNamesFromProcess.spec.ts
9
- PASS Wfo-UI Tests src/pages/processes/timelineUtils.spec.ts
10
8
  PASS Wfo-UI Tests src/components/WfoTree/treeUtils.spec.ts
11
- PASS Wfo-UI Tests src/components/WfoTable/WfoTableWithFilter/updateQueryString.spec.ts
12
- PASS Wfo-UI Tests src/components/WfoTable/WfoDataGridTable/WfodataGridColumns.spec.ts
9
+ PASS Wfo-UI Tests src/pages/processes/timelineUtils.spec.ts
10
+ PASS Wfo-UI Tests src/utils/getProductNamesFromProcess.spec.ts
13
11
  PASS Wfo-UI Tests src/utils/string.spec.ts
12
+ PASS Wfo-UI Tests src/components/WfoTable/WfoDataGridTable/WfodataGridColumns.spec.ts
13
+ PASS Wfo-UI Tests src/components/WfoTable/WfoTableWithFilter/updateQueryString.spec.ts
14
14
  PASS Wfo-UI Tests src/components/WfoTable/utils/tableConfigPersistence.spec.ts
15
- PASS Wfo-UI Tests src/components/WfoTable/utils/mapSortableAndFilterableValuesToTableColumnConfig.spec.ts
16
15
  PASS Wfo-UI Tests src/components/WfoTable/utils/tableUtils.spec.ts
17
- PASS Wfo-UI Tests src/components/WfoPageTemplate/WfoSidebar/utils/menuItemIsAllowed.spec.ts
16
+ PASS Wfo-UI Tests src/components/WfoTable/utils/mapSortableAndFilterableValuesToTableColumnConfig.spec.ts
18
17
  PASS Wfo-UI Tests src/utils/resultFlattener.spec.ts
18
+ PASS Wfo-UI Tests src/components/WfoPageTemplate/WfoSidebar/utils/menuItemIsAllowed.spec.ts
19
19
  PASS Wfo-UI Tests src/utils/getEnvironmentVariables.spec.ts
20
- PASS Wfo-UI Tests src/messages/getTranslationMessages.spec.ts
21
20
  PASS Wfo-UI Tests src/utils/getToastMessage.spec.ts
21
+ PASS Wfo-UI Tests src/messages/getTranslationMessages.spec.ts
22
22
  PASS Wfo-UI Tests src/utils/optionalArray.spec.ts
23
23
  PASS Wfo-UI Tests src/components/WfoTable/utils/columns.spec.ts
24
24
  PASS Wfo-UI Tests src/utils/filterData.spec.ts
25
25
  PASS Wfo-UI Tests src/utils/sortObjectKeys.spec.ts
26
- PASS Wfo-UI Tests src/components/WfoWorkflowSteps/stepListUtils.spec.ts
27
26
  PASS Wfo-UI Tests src/utils/getTokenName.spec.ts
27
+ PASS Wfo-UI Tests src/components/WfoWorkflowSteps/stepListUtils.spec.ts
28
28
  PASS Wfo-UI Tests src/utils/environmentVariables.spec.ts
29
29
  PASS Wfo-UI Tests src/utils/onlyUnique.spec.ts
30
30
  PASS Wfo-UI Tests src/utils/uuid.spec.ts
31
31
  PASS Wfo-UI Tests src/utils/getTypedFieldFromObject.spec.ts
32
- PASS Wfo-UI Tests src/utils/getQueryVariablesForExport.spec.ts
33
32
  PASS Wfo-UI Tests src/utils/cacheTag.spec.ts
33
+ PASS Wfo-UI Tests src/utils/getQueryVariablesForExport.spec.ts
34
34
  PASS Wfo-UI Tests src/components/WfoPageTemplate/WfoPageHeader/utils/toHexColorWithOpacity.spec.ts
35
35
 
36
36
  Test Suites: 30 passed, 30 total
37
37
  Tests: 169 passed, 169 total
38
38
  Snapshots: 0 total
39
- Time: 4.001 s
39
+ Time: 4.131 s
40
40
  Ran all test suites.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @orchestrator-ui/orchestrator-ui-components
2
2
 
3
+ ## 1.27.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 54b537c: Added productType to Workflow option used by LIR prefixes
8
+
3
9
  ## 1.27.0
4
10
 
5
11
  ### Minor Changes
package/dist/index.d.ts CHANGED
@@ -739,6 +739,7 @@ declare type WorkflowOption = {
739
739
  workflowName: WorkflowDefinition['name'];
740
740
  productName: ProductDefinition['name'];
741
741
  productId: ProductDefinition['productId'];
742
+ productType: ProductDefinition['productType'];
742
743
  };
743
744
  declare type StartOptionsResponse<StartOption> = {
744
745
  startOptions: StartOption[];
package/dist/index.js CHANGED
@@ -41626,6 +41626,7 @@ var workflowOptionsQuery = `
41626
41626
  page {
41627
41627
  name
41628
41628
  products {
41629
+ productType
41629
41630
  productId
41630
41631
  name
41631
41632
  }
@@ -41659,7 +41660,8 @@ var startButtonOptionsApi = orchestratorApi.injectEndpoints({
41659
41660
  startOptions.push({
41660
41661
  workflowName,
41661
41662
  productName: product.name,
41662
- productId: product.productId
41663
+ productId: product.productId,
41664
+ productType: product.productType
41663
41665
  });
41664
41666
  });
41665
41667
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orchestrator-ui/orchestrator-ui-components",
3
- "version": "1.27.0",
3
+ "version": "1.27.1",
4
4
  "license": "Apache-2.0",
5
5
  "description": "Library of UI Components used to display the workflow orchestrator frontend",
6
6
  "author": {
@@ -13,6 +13,7 @@ const workflowOptionsQuery = `
13
13
  page {
14
14
  name
15
15
  products {
16
+ productType
16
17
  productId
17
18
  name
18
19
  }
@@ -36,6 +37,7 @@ type WorkflowOption = {
36
37
  workflowName: WorkflowDefinition['name'];
37
38
  productName: ProductDefinition['name'];
38
39
  productId: ProductDefinition['productId'];
40
+ productType: ProductDefinition['productType'];
39
41
  };
40
42
 
41
43
  type WorkflowOptionsResult = StartOptionsResult<{
@@ -43,6 +45,7 @@ type WorkflowOptionsResult = StartOptionsResult<{
43
45
  products: {
44
46
  name: ProductDefinition['name'];
45
47
  productId: ProductDefinition['productId'];
48
+ productType: ProductDefinition['productType'];
46
49
  }[];
47
50
  }>;
48
51
 
@@ -72,6 +75,7 @@ const startButtonOptionsApi = orchestratorApi.injectEndpoints({
72
75
  workflowName,
73
76
  productName: product.name,
74
77
  productId: product.productId,
78
+ productType: product.productType,
75
79
  });
76
80
  });
77
81
  });