@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.
Files changed (61) hide show
  1. package/README.md +9 -9
  2. package/index.es.js +14579 -13732
  3. package/index.umd.js +622 -485
  4. package/package.json +1 -1
  5. package/style.css +1 -1
  6. package/v2/app/connectors/pages/api-view/index.d.ts.map +1 -1
  7. package/v2/app/connectors/pages/app-detail/AppDetailSkeleton.d.ts +9 -0
  8. package/v2/app/connectors/pages/app-detail/AppDetailSkeleton.d.ts.map +1 -0
  9. package/v2/app/connectors/pages/app-detail/Configuration.d.ts +23 -0
  10. package/v2/app/connectors/pages/app-detail/Configuration.d.ts.map +1 -0
  11. package/v2/app/connectors/pages/app-detail/EnabledToggle.d.ts +22 -0
  12. package/v2/app/connectors/pages/app-detail/EnabledToggle.d.ts.map +1 -0
  13. package/v2/app/connectors/pages/app-detail/Overview.d.ts +22 -0
  14. package/v2/app/connectors/pages/app-detail/Overview.d.ts.map +1 -0
  15. package/v2/app/connectors/pages/app-detail/index.d.ts +34 -0
  16. package/v2/app/connectors/pages/app-detail/index.d.ts.map +1 -0
  17. package/v2/app/connectors/pages/app-detail/registry.d.ts +20 -0
  18. package/v2/app/connectors/pages/app-detail/registry.d.ts.map +1 -0
  19. package/v2/app/connectors/pages/app-detail/schema.d.ts +63 -0
  20. package/v2/app/connectors/pages/app-detail/schema.d.ts.map +1 -0
  21. package/v2/app/connectors/pages/app-detail/style.d.ts +21 -0
  22. package/v2/app/connectors/pages/app-detail/style.d.ts.map +1 -0
  23. package/v2/app/connectors/pages/settings/index.d.ts.map +1 -1
  24. package/v2/app/connectors/router.d.ts.map +1 -1
  25. package/v2/constants/global-constants.d.ts +1 -0
  26. package/v2/constants/global-constants.d.ts.map +1 -1
  27. package/v2/constants/router-paths.d.ts +2 -0
  28. package/v2/constants/router-paths.d.ts.map +1 -1
  29. package/v2/features/advanced-features/api/userAuthEnabledMutation.d.ts +12 -0
  30. package/v2/features/advanced-features/api/userAuthEnabledMutation.d.ts.map +1 -0
  31. package/v2/features/advanced-features/components/feature-item/index.d.ts.map +1 -1
  32. package/v2/features/advanced-features/constants/api.d.ts +1 -0
  33. package/v2/features/advanced-features/constants/api.d.ts.map +1 -1
  34. package/v2/features/advanced-features/constants/index.d.ts +2 -1
  35. package/v2/features/advanced-features/constants/index.d.ts.map +1 -1
  36. package/v2/features/auth/api/authDetailsMutation.d.ts +1 -0
  37. package/v2/features/auth/api/authDetailsMutation.d.ts.map +1 -1
  38. package/v2/features/auth/utils/oauthPopup.d.ts +21 -0
  39. package/v2/features/auth/utils/oauthPopup.d.ts.map +1 -0
  40. package/v2/features/connector-library/components/custom-connector-card-item/index.d.ts.map +1 -1
  41. package/v2/features/slack/api/configs.d.ts +53 -0
  42. package/v2/features/slack/api/configs.d.ts.map +1 -0
  43. package/v2/features/slack/api/index.d.ts +2 -0
  44. package/v2/features/slack/api/index.d.ts.map +1 -0
  45. package/v2/features/slack/components/ConfigBlockIcons.d.ts +16 -0
  46. package/v2/features/slack/components/ConfigBlockIcons.d.ts.map +1 -0
  47. package/v2/features/slack/components/SlackLogo.d.ts +12 -0
  48. package/v2/features/slack/components/SlackLogo.d.ts.map +1 -0
  49. package/v2/features/slack/constants/api.d.ts +5 -0
  50. package/v2/features/slack/constants/api.d.ts.map +1 -0
  51. package/v2/features/slack/controller.d.ts +27 -0
  52. package/v2/features/slack/controller.d.ts.map +1 -0
  53. package/v2/features/slack/types/wire.d.ts +58 -0
  54. package/v2/features/slack/types/wire.d.ts.map +1 -0
  55. package/v2/features/template-library/components/library-card-list/index.d.ts.map +1 -1
  56. package/v2/testing/mocks/handlers/connector-template.d.ts.map +1 -1
  57. package/v2/testing/mocks/handlers/slack.d.ts +3 -0
  58. package/v2/testing/mocks/handlers/slack.d.ts.map +1 -0
  59. package/v2/testing/mocks/handlers.d.ts.map +1 -1
  60. package/v2/types/connector.d.ts +8 -0
  61. 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
  ```