@orchestrator-ui/orchestrator-ui-components 3.0.2 → 3.0.3

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,12 +1,12 @@
1
1
 
2
- > @orchestrator-ui/orchestrator-ui-components@3.0.2 build
2
+ > @orchestrator-ui/orchestrator-ui-components@3.0.3 build
3
3
  > npm run generate-version && tsup src/index.ts
4
4
 
5
5
 
6
- > @orchestrator-ui/orchestrator-ui-components@3.0.2 generate-version
6
+ > @orchestrator-ui/orchestrator-ui-components@3.0.3 generate-version
7
7
  > node -p "'export const ORCHESTRATOR_UI_LIBRARY_VERSION = ' + JSON.stringify(require('./package.json').version) + ';'" > src/configuration/version.ts && prettier --write src/configuration/version.ts
8
8
 
9
- src/configuration/version.ts 140ms
9
+ src/configuration/version.ts 151ms
10
10
  CLI Building entry: src/index.ts
11
11
  CLI Using tsconfig: tsconfig.build.json
12
12
  CLI tsup v8.3.5
@@ -16,6 +16,6 @@ src/configuration/version.ts 140ms
16
16
  DTS Build start
17
17
  ESM dist/index.js 1.91 MB
18
18
  ESM dist/index.js.map 3.48 MB
19
- ESM ⚡️ Build success in 459ms
20
- DTS ⚡️ Build success in 15903ms
19
+ ESM ⚡️ Build success in 456ms
20
+ DTS ⚡️ Build success in 15798ms
21
21
  DTS dist/index.d.ts 654.18 KB
@@ -1,5 +1,5 @@
1
1
 
2
- > @orchestrator-ui/orchestrator-ui-components@3.0.2 lint
2
+ > @orchestrator-ui/orchestrator-ui-components@3.0.3 lint
3
3
  > eslint "src/**/*.ts*"
4
4
 
5
5
 
@@ -1,15 +1,15 @@
1
1
 
2
- > @orchestrator-ui/orchestrator-ui-components@3.0.2 test
2
+ > @orchestrator-ui/orchestrator-ui-components@3.0.3 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/WfoTree/treeUtils.spec.ts
6
+ PASS Wfo-UI Tests src/components/WfoSubscription/utils/utils.spec.ts
7
7
  PASS Wfo-UI Tests src/components/WfoForms/formFields/utils.spec.ts
8
8
  PASS Wfo-UI Tests src/utils/date.spec.ts
9
9
  PASS Wfo-UI Tests src/pages/processes/timelineUtils.spec.ts
10
10
  PASS Wfo-UI Tests src/utils/string.spec.ts
11
- PASS Wfo-UI Tests src/utils/getProductNamesFromProcess.spec.ts
12
11
  PASS Wfo-UI Tests src/components/WfoTable/WfoTable/WfoGroupedTable/utils.spec.ts
12
+ PASS Wfo-UI Tests src/utils/getProductNamesFromProcess.spec.ts
13
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
15
  PASS Wfo-UI Tests src/components/WfoTable/utils/tableUtils.spec.ts
@@ -23,21 +23,21 @@ PASS Wfo-UI Tests src/utils/toSortedObjectKeys.spec.ts
23
23
  PASS Wfo-UI Tests src/utils/optionalArray.spec.ts
24
24
  PASS Wfo-UI Tests src/components/WfoTable/utils/columns.spec.ts
25
25
  PASS Wfo-UI Tests src/utils/filterData.spec.ts
26
- PASS Wfo-UI Tests src/components/WfoWorkflowSteps/stepListUtils.spec.ts
27
26
  PASS Wfo-UI Tests src/utils/toObjectWithSerializedValues.spec.ts
27
+ PASS Wfo-UI Tests src/components/WfoWorkflowSteps/stepListUtils.spec.ts
28
28
  PASS Wfo-UI Tests src/utils/getTokenName.spec.ts
29
29
  PASS Wfo-UI Tests src/utils/uuid.spec.ts
30
30
  PASS Wfo-UI Tests src/utils/environmentVariables.spec.ts
31
31
  PASS Wfo-UI Tests src/utils/onlyUnique.spec.ts
32
32
  PASS Wfo-UI Tests src/utils/getTypedFieldFromObject.spec.ts
33
33
  PASS Wfo-UI Tests src/utils/cacheTag.spec.ts
34
- PASS Wfo-UI Tests src/components/WfoPageTemplate/WfoPageHeader/utils/toHexColorWithOpacity.spec.ts
35
34
  PASS Wfo-UI Tests src/utils/getQueryVariablesForExport.spec.ts
35
+ PASS Wfo-UI Tests src/components/WfoPageTemplate/WfoPageHeader/utils/toHexColorWithOpacity.spec.ts
36
36
  PASS Wfo-UI Tests src/utils/getQueryUrl.spec.ts
37
- PASS Wfo-UI Tests src/components/WfoTable/WfoTable/utils.spec.ts (5.032 s)
37
+ PASS Wfo-UI Tests src/components/WfoTable/WfoTable/utils.spec.ts (5.405 s)
38
38
 
39
39
  Test Suites: 33 passed, 33 total
40
40
  Tests: 199 passed, 199 total
41
41
  Snapshots: 0 total
42
- Time: 7.156 s
42
+ Time: 7.329 s
43
43
  Ran all test suites.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @orchestrator-ui/orchestrator-ui-components
2
2
 
3
+ ## 3.0.3
4
+
5
+ ### Patch Changes
6
+
7
+ - bba111c: Add missing subscription id to start process form
8
+
3
9
  ## 3.0.2
4
10
 
5
11
  ### Patch Changes
package/dist/index.d.ts CHANGED
@@ -14479,7 +14479,7 @@ declare const IPAM_IP_BLOCKS_ENDPOINT = "surf/ipam/ip_blocks";
14479
14479
  declare const IPAM_FREE_SUBNETS_ENDPOINT = "surf/ipam/free_subnets";
14480
14480
  declare const SUBSCRIPTION_ACTIONS_ENDPOINT = "subscriptions/workflows";
14481
14481
 
14482
- declare const ORCHESTRATOR_UI_LIBRARY_VERSION = "3.0.2";
14482
+ declare const ORCHESTRATOR_UI_LIBRARY_VERSION = "3.0.3";
14483
14483
 
14484
14484
  declare const useGetTranslationMessages: (locale: string | undefined) => {
14485
14485
  pydanticForms: {
package/dist/index.js CHANGED
@@ -26792,7 +26792,7 @@ var PolicyResource = /* @__PURE__ */ ((PolicyResource2) => {
26792
26792
  })(PolicyResource || {});
26793
26793
 
26794
26794
  // src/configuration/version.ts
26795
- var ORCHESTRATOR_UI_LIBRARY_VERSION = "3.0.2";
26795
+ var ORCHESTRATOR_UI_LIBRARY_VERSION = "3.0.3";
26796
26796
 
26797
26797
  // src/types/types.ts
26798
26798
  var EngineStatus = /* @__PURE__ */ ((EngineStatus3) => {
@@ -49529,9 +49529,10 @@ var WfoStartProcessPage = ({
49529
49529
  const [startProcess] = useStartProcessMutation();
49530
49530
  const startProcessPayload = useMemo5(
49531
49531
  () => getInitialProcessPayload({
49532
- productId
49532
+ productId,
49533
+ subscriptionId
49533
49534
  }),
49534
- [productId]
49535
+ [productId, subscriptionId]
49535
49536
  );
49536
49537
  const { stepUserInput, hasNext } = form;
49537
49538
  const { getStepHeaderStyle, stepListContentBoldTextStyle } = useWithOrchestratorTheme(getStyles14);