@seeka-labs/cli-apps 3.4.2 → 3.4.4

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@example-org-name/example-app-name-browser",
3
- "version": "3.4.2",
3
+ "version": "3.4.4",
4
4
  "description": "Seeka app browser plugin example-app-name",
5
5
  "author": "Seeka company <support@seeka.co>",
6
6
  "private": true,
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@example-org-name/example-app-name-lib",
3
- "version": "3.4.2",
3
+ "version": "3.4.4",
4
4
  "description": "Seeka app library for example-app-name",
5
5
  "author": "Seeka <administrator@seeka.co>",
6
6
  "license": "MIT",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@example-org-name/example-app-name-server-azurefunc",
3
- "version": "3.4.2",
3
+ "version": "3.4.4",
4
4
  "description": "Seeka Azure Serverless function app example-app-name",
5
5
  "author": "Seeka <administrator@seeka.co>",
6
6
  "license": "MIT",
@@ -61,7 +61,6 @@
61
61
  "@typescript-eslint/eslint-plugin": "^8",
62
62
  "@typescript-eslint/parser": "^8",
63
63
  "eslint": "^9",
64
- "ngrok": "^5.0.0-beta.2",
65
64
  "rimraf": "^6",
66
65
  "typescript": "^5"
67
66
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@example-org-name/example-app-name-ui",
3
- "version": "3.4.2",
3
+ "version": "3.4.4",
4
4
  "description": "Seeka app UI for example-app-name",
5
5
  "author": "Seeka <administrator@seeka.co>",
6
6
  "license": "MIT",
@@ -1,4 +1,10 @@
1
- import {SeekaAppWizardStep, SeekaAppWizardHeading, SeekaAppWizardStepContent, SeekaAppWizardStepActions} from "@seeka-labs/sdk-apps-react";
1
+ import {
2
+ SeekaAppWizardStep,
3
+ SeekaAppWizardHeading,
4
+ SeekaAppWizardStepContent,
5
+ SeekaAppWizardStepActions,
6
+ appApi
7
+ } from "@seeka-labs/sdk-apps-react";
2
8
  import { Button } from "@mui/material"
3
9
  import seekaAppIcon from '../../../../assets/app-icon.svg'
4
10
 
@@ -7,7 +13,10 @@ type Props = {
7
13
  onBack?: () => void
8
14
  }
9
15
 
10
- export const AppSetupSecondStep = ({ onNext, onBack }: Props) => { return (
16
+ export const AppSetupSecondStep = ({ onNext, onBack }: Props) => {
17
+ const convergeConfigQuery = appApi.endpoints.convergeGetDefaultSingleInstanceForBrand.useQuery({ organisationBrandId: window.seekaAppConfig.organisationBrandId })
18
+
19
+ return (
11
20
  <SeekaAppWizardStep>
12
21
  <SeekaAppWizardHeading title="Connect to ExampleApp™" image={seekaAppIcon}>
13
22
  Update app settings
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seeka-labs/cli-apps",
3
- "version": "3.4.2",
3
+ "version": "3.4.4",
4
4
  "description": "Seeka - Apps CLI",
5
5
  "author": "SEEKA <platform@seeka.co>",
6
6
  "license": "MIT",