@orchestrator-ui/orchestrator-ui-components 2.10.1 → 2.11.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,21 +1,21 @@
1
1
 
2
- > @orchestrator-ui/orchestrator-ui-components@2.10.1 build
2
+ > @orchestrator-ui/orchestrator-ui-components@2.11.1 build
3
3
  > npm run generate-version && tsup src/index.ts
4
4
 
5
5
 
6
- > @orchestrator-ui/orchestrator-ui-components@2.10.1 generate-version
6
+ > @orchestrator-ui/orchestrator-ui-components@2.11.1 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 181ms
9
+ src/configuration/version.ts 196ms
10
10
  CLI Building entry: src/index.ts
11
11
  CLI Using tsconfig: tsconfig.build.json
12
12
  CLI tsup v8.3.5
13
13
  CLI Using tsup config: /home/runner/work/orchestrator-ui-library/orchestrator-ui-library/packages/orchestrator-ui-components/tsup.config.ts
14
14
  CLI Target: es2020
15
15
  ESM Build start
16
- DTS Build start
17
16
  ESM dist/index.js 1.92 MB
18
17
  ESM dist/index.js.map 3.49 MB
19
- ESM ⚡️ Build success in 1124ms
20
- DTS ⚡️ Build success in 22079ms
21
- DTS dist/index.d.ts 651.34 KB
18
+ ESM ⚡️ Build success in 977ms
19
+ DTS Build start
20
+ DTS ⚡️ Build success in 22198ms
21
+ DTS dist/index.d.ts 651.37 KB
@@ -1,5 +1,5 @@
1
1
 
2
- > @orchestrator-ui/orchestrator-ui-components@2.10.1 lint
2
+ > @orchestrator-ui/orchestrator-ui-components@2.11.1 lint
3
3
  > eslint "src/**/*.ts*"
4
4
 
5
5
 
@@ -1,42 +1,42 @@
1
1
 
2
- > @orchestrator-ui/orchestrator-ui-components@2.10.1 test
2
+ > @orchestrator-ui/orchestrator-ui-components@2.11.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/components/WfoTree/treeUtils.spec.ts
8
- PASS Wfo-UI Tests src/utils/date.spec.ts
9
8
  PASS Wfo-UI Tests src/pages/processes/timelineUtils.spec.ts
9
+ PASS Wfo-UI Tests src/utils/date.spec.ts
10
10
  PASS Wfo-UI Tests src/utils/string.spec.ts
11
- PASS Wfo-UI Tests src/components/WfoTable/WfoTable/WfoGroupedTable/utils.spec.ts
12
11
  PASS Wfo-UI Tests src/utils/getProductNamesFromProcess.spec.ts
12
+ PASS Wfo-UI Tests src/components/WfoTable/WfoTable/WfoGroupedTable/utils.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/rtk/utils.spec.ts
16
16
  PASS Wfo-UI Tests src/components/WfoTable/utils/tableUtils.spec.ts
17
17
  PASS Wfo-UI Tests src/utils/resultFlattener.spec.ts
18
18
  PASS Wfo-UI Tests src/components/WfoPageTemplate/WfoSidebar/utils/menuItemIsAllowed.spec.ts
19
- PASS Wfo-UI Tests src/messages/getTranslationMessages.spec.ts
20
19
  PASS Wfo-UI Tests src/utils/getEnvironmentVariables.spec.ts
20
+ PASS Wfo-UI Tests src/messages/getTranslationMessages.spec.ts
21
21
  PASS Wfo-UI Tests src/utils/getToastMessage.spec.ts
22
22
  PASS Wfo-UI Tests src/utils/optionalArray.spec.ts
23
23
  PASS Wfo-UI Tests src/utils/toSortedObjectKeys.spec.ts
24
- PASS Wfo-UI Tests src/utils/filterData.spec.ts
25
24
  PASS Wfo-UI Tests src/components/WfoTable/utils/columns.spec.ts
26
- PASS Wfo-UI Tests src/components/WfoWorkflowSteps/stepListUtils.spec.ts
25
+ PASS Wfo-UI Tests src/utils/filterData.spec.ts
27
26
  PASS Wfo-UI Tests src/utils/toObjectWithSerializedValues.spec.ts
28
- PASS Wfo-UI Tests src/utils/environmentVariables.spec.ts
27
+ PASS Wfo-UI Tests src/components/WfoWorkflowSteps/stepListUtils.spec.ts
29
28
  PASS Wfo-UI Tests src/utils/getTokenName.spec.ts
29
+ PASS Wfo-UI Tests src/utils/environmentVariables.spec.ts
30
30
  PASS Wfo-UI Tests src/utils/onlyUnique.spec.ts
31
31
  PASS Wfo-UI Tests src/utils/uuid.spec.ts
32
32
  PASS Wfo-UI Tests src/utils/getTypedFieldFromObject.spec.ts
33
+ PASS Wfo-UI Tests src/utils/getQueryVariablesForExport.spec.ts
33
34
  PASS Wfo-UI Tests src/utils/cacheTag.spec.ts
34
35
  PASS Wfo-UI Tests src/components/WfoPageTemplate/WfoPageHeader/utils/toHexColorWithOpacity.spec.ts
35
- PASS Wfo-UI Tests src/utils/getQueryVariablesForExport.spec.ts
36
- PASS Wfo-UI Tests src/components/WfoTable/WfoTable/utils.spec.ts (8.065 s)
36
+ PASS Wfo-UI Tests src/components/WfoTable/WfoTable/utils.spec.ts (8.057 s)
37
37
 
38
38
  Test Suites: 32 passed, 32 total
39
39
  Tests: 197 passed, 197 total
40
40
  Snapshots: 0 total
41
- Time: 11.059 s
41
+ Time: 10.855 s
42
42
  Ran all test suites.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # @orchestrator-ui/orchestrator-ui-components
2
2
 
3
+ ## 2.11.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 56e2537: Fixes rights issue in github action
8
+ - b7fe3ee: Adds github action permission to publish with provenance
9
+
10
+ ## 2.11.0
11
+
12
+ ### Minor Changes
13
+
14
+ - 85fca33: Adds npm provenance flag
15
+
16
+ ### Patch Changes
17
+
18
+ - 59389ea: Removes limit on related workflows on subscription detail page
19
+
3
20
  ## 2.10.1
4
21
 
5
22
  ### Patch Changes
package/dist/index.d.ts CHANGED
@@ -9980,7 +9980,7 @@ declare const useLazyGetSubscriptionActionsQuery: <R extends Record<string, any>
9980
9980
  };
9981
9981
  }];
9982
9982
 
9983
- declare const subscriptionDetailFragment = "\nfragment SubscriptionDetail on SubscriptionInterface {\n subscriptionId\n description\n fixedInputs\n insync\n note\n product {\n createdAt\n name\n status\n endDate\n description\n tag\n productType\n productId\n }\n endDate\n startDate\n status\n customerId\n metadata\n customer {\n fullname\n customerId\n shortcode\n }\n customerDescriptions {\n subscriptionId\n description\n customerId\n }\n productBlockInstances {\n id\n subscription {\n subscriptionId\n description\n }\n parent\n productBlockInstanceValues\n subscriptionInstanceId\n inUseByRelations\n }\n processes(sortBy: { field: \"startedAt\", order: ASC }) {\n page {\n processId\n lastStatus\n startedAt\n createdBy\n workflowTarget\n workflowName\n isTask\n }\n }\n}\n";
9983
+ declare const subscriptionDetailFragment = "\nfragment SubscriptionDetail on SubscriptionInterface {\n subscriptionId\n description\n fixedInputs\n insync\n note\n product {\n createdAt\n name\n status\n endDate\n description\n tag\n productType\n productId\n }\n endDate\n startDate\n status\n customerId\n metadata\n customer {\n fullname\n customerId\n shortcode\n }\n customerDescriptions {\n subscriptionId\n description\n customerId\n }\n productBlockInstances {\n id\n subscription {\n subscriptionId\n description\n }\n parent\n productBlockInstanceValues\n subscriptionInstanceId\n inUseByRelations\n }\n processes(first: 1000000, after: 0, sortBy: { field: \"startedAt\", order: ASC }) {\n page {\n processId\n lastStatus\n startedAt\n createdBy\n workflowTarget\n workflowName\n isTask\n }\n }\n}\n";
9984
9984
  declare const subscriptionDetailQuery = "\n query SubscriptionDetail($subscriptionId: String!) {\n subscriptions(\n filterBy: { field: \"subscriptionId\", value: $subscriptionId }\n ) {\n page {\n ...SubscriptionDetail\n }\n }\n }\n";
9985
9985
  type SubscriptionDetailResponse = {
9986
9986
  subscription: SubscriptionDetail;
@@ -14433,7 +14433,7 @@ declare const IPAM_IP_BLOCKS_ENDPOINT = "surf/ipam/ip_blocks";
14433
14433
  declare const IPAM_FREE_SUBNETS_ENDPOINT = "surf/ipam/free_subnets";
14434
14434
  declare const SUBSCRIPTION_ACTIONS_ENDPOINT = "subscriptions/workflows";
14435
14435
 
14436
- declare const ORCHESTRATOR_UI_LIBRARY_VERSION = "2.10.1";
14436
+ declare const ORCHESTRATOR_UI_LIBRARY_VERSION = "2.11.1";
14437
14437
 
14438
14438
  declare const useGetTranslationMessages: (locale: string | undefined) => {
14439
14439
  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 = "2.10.1";
26795
+ var ORCHESTRATOR_UI_LIBRARY_VERSION = "2.11.1";
26796
26796
 
26797
26797
  // src/types/types.ts
26798
26798
  var EngineStatus = /* @__PURE__ */ ((EngineStatus3) => {
@@ -34336,7 +34336,7 @@ fragment SubscriptionDetail on SubscriptionInterface {
34336
34336
  subscriptionInstanceId
34337
34337
  inUseByRelations
34338
34338
  }
34339
- processes(sortBy: { field: "startedAt", order: ASC }) {
34339
+ processes(first: ${NUMBER_OF_ITEMS_REPRESENTING_ALL_ITEMS}, after: 0, sortBy: { field: "startedAt", order: ASC }) {
34340
34340
  page {
34341
34341
  processId
34342
34342
  lastStatus