@hiver/connector-admin 4.12.2 → 4.12.3-slack-beta.0
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.
- package/README.md +9 -9
- package/index.es.js +14579 -13732
- package/index.umd.js +622 -485
- package/package.json +1 -1
- package/style.css +1 -1
- package/v2/app/connectors/pages/api-view/index.d.ts.map +1 -1
- package/v2/app/connectors/pages/app-detail/AppDetailSkeleton.d.ts +9 -0
- package/v2/app/connectors/pages/app-detail/AppDetailSkeleton.d.ts.map +1 -0
- package/v2/app/connectors/pages/app-detail/Configuration.d.ts +23 -0
- package/v2/app/connectors/pages/app-detail/Configuration.d.ts.map +1 -0
- package/v2/app/connectors/pages/app-detail/EnabledToggle.d.ts +22 -0
- package/v2/app/connectors/pages/app-detail/EnabledToggle.d.ts.map +1 -0
- package/v2/app/connectors/pages/app-detail/Overview.d.ts +22 -0
- package/v2/app/connectors/pages/app-detail/Overview.d.ts.map +1 -0
- package/v2/app/connectors/pages/app-detail/index.d.ts +34 -0
- package/v2/app/connectors/pages/app-detail/index.d.ts.map +1 -0
- package/v2/app/connectors/pages/app-detail/registry.d.ts +20 -0
- package/v2/app/connectors/pages/app-detail/registry.d.ts.map +1 -0
- package/v2/app/connectors/pages/app-detail/schema.d.ts +63 -0
- package/v2/app/connectors/pages/app-detail/schema.d.ts.map +1 -0
- package/v2/app/connectors/pages/app-detail/style.d.ts +21 -0
- package/v2/app/connectors/pages/app-detail/style.d.ts.map +1 -0
- package/v2/app/connectors/pages/settings/index.d.ts.map +1 -1
- package/v2/app/connectors/router.d.ts.map +1 -1
- package/v2/constants/global-constants.d.ts +1 -0
- package/v2/constants/global-constants.d.ts.map +1 -1
- package/v2/constants/router-paths.d.ts +2 -0
- package/v2/constants/router-paths.d.ts.map +1 -1
- package/v2/features/advanced-features/api/userAuthEnabledMutation.d.ts +12 -0
- package/v2/features/advanced-features/api/userAuthEnabledMutation.d.ts.map +1 -0
- package/v2/features/advanced-features/components/feature-item/index.d.ts.map +1 -1
- package/v2/features/advanced-features/constants/api.d.ts +1 -0
- package/v2/features/advanced-features/constants/api.d.ts.map +1 -1
- package/v2/features/advanced-features/constants/index.d.ts +2 -1
- package/v2/features/advanced-features/constants/index.d.ts.map +1 -1
- package/v2/features/auth/api/authDetailsMutation.d.ts +1 -0
- package/v2/features/auth/api/authDetailsMutation.d.ts.map +1 -1
- package/v2/features/auth/utils/oauthPopup.d.ts +21 -0
- package/v2/features/auth/utils/oauthPopup.d.ts.map +1 -0
- package/v2/features/connector-library/components/custom-connector-card-item/index.d.ts.map +1 -1
- package/v2/features/slack/api/configs.d.ts +53 -0
- package/v2/features/slack/api/configs.d.ts.map +1 -0
- package/v2/features/slack/api/index.d.ts +2 -0
- package/v2/features/slack/api/index.d.ts.map +1 -0
- package/v2/features/slack/components/ConfigBlockIcons.d.ts +16 -0
- package/v2/features/slack/components/ConfigBlockIcons.d.ts.map +1 -0
- package/v2/features/slack/components/SlackLogo.d.ts +12 -0
- package/v2/features/slack/components/SlackLogo.d.ts.map +1 -0
- package/v2/features/slack/constants/api.d.ts +5 -0
- package/v2/features/slack/constants/api.d.ts.map +1 -0
- package/v2/features/slack/controller.d.ts +27 -0
- package/v2/features/slack/controller.d.ts.map +1 -0
- package/v2/features/slack/types/wire.d.ts +58 -0
- package/v2/features/slack/types/wire.d.ts.map +1 -0
- package/v2/features/template-library/components/library-card-list/index.d.ts.map +1 -1
- package/v2/testing/mocks/handlers/connector-template.d.ts.map +1 -1
- package/v2/testing/mocks/handlers/slack.d.ts +3 -0
- package/v2/testing/mocks/handlers/slack.d.ts.map +1 -0
- package/v2/testing/mocks/handlers.d.ts.map +1 -1
- package/v2/types/connector.d.ts +8 -0
- package/v2/types/connector.d.ts.map +1 -1
package/README.md
CHANGED
|
@@ -19,10 +19,10 @@ export default tseslint.config({
|
|
|
19
19
|
// other options...
|
|
20
20
|
parserOptions: {
|
|
21
21
|
project: ['./tsconfig.node.json', './tsconfig.app.json'],
|
|
22
|
-
tsconfigRootDir: import.meta.dirname
|
|
23
|
-
}
|
|
24
|
-
}
|
|
25
|
-
})
|
|
22
|
+
tsconfigRootDir: import.meta.dirname
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
});
|
|
26
26
|
```
|
|
27
27
|
|
|
28
28
|
- Replace `tseslint.configs.recommended` to `tseslint.configs.recommendedTypeChecked` or `tseslint.configs.strictTypeChecked`
|
|
@@ -31,20 +31,20 @@ export default tseslint.config({
|
|
|
31
31
|
|
|
32
32
|
```js
|
|
33
33
|
// eslint.config.js
|
|
34
|
-
import react from 'eslint-plugin-react'
|
|
34
|
+
import react from 'eslint-plugin-react';
|
|
35
35
|
|
|
36
36
|
export default tseslint.config({
|
|
37
37
|
// Set the react version
|
|
38
38
|
settings: { react: { version: '18.3' } },
|
|
39
39
|
plugins: {
|
|
40
40
|
// Add the react plugin
|
|
41
|
-
react
|
|
41
|
+
react
|
|
42
42
|
},
|
|
43
43
|
rules: {
|
|
44
44
|
// other rules...
|
|
45
45
|
// Enable its recommended rules
|
|
46
46
|
...react.configs.recommended.rules,
|
|
47
|
-
...react.configs['jsx-runtime'].rules
|
|
48
|
-
}
|
|
49
|
-
})
|
|
47
|
+
...react.configs['jsx-runtime'].rules
|
|
48
|
+
}
|
|
49
|
+
});
|
|
50
50
|
```
|