@hiver/connector-admin 4.13.0-userlevelauth-beta.0 → 4.14.0-slack3-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 (81) hide show
  1. package/README.md +9 -9
  2. package/constants/gainsight.d.ts +4 -0
  3. package/constants/gainsight.d.ts.map +1 -1
  4. package/index.es.js +15873 -14706
  5. package/index.umd.js +664 -487
  6. package/package.json +1 -1
  7. package/style.css +1 -1
  8. package/v2/app/connectors/pages/api-view/index.d.ts.map +1 -1
  9. package/v2/app/connectors/pages/app-detail/AppDetailSkeleton.d.ts +9 -0
  10. package/v2/app/connectors/pages/app-detail/AppDetailSkeleton.d.ts.map +1 -0
  11. package/v2/app/connectors/pages/app-detail/Configuration.d.ts +22 -0
  12. package/v2/app/connectors/pages/app-detail/Configuration.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 +19 -0
  22. package/v2/app/connectors/pages/app-detail/style.d.ts.map +1 -0
  23. package/v2/app/connectors/pages/settings/auth/index.d.ts.map +1 -1
  24. package/v2/app/connectors/pages/settings/index.d.ts.map +1 -1
  25. package/v2/app/connectors/pages/settings/visibility/index.d.ts.map +1 -1
  26. package/v2/app/connectors/router.d.ts.map +1 -1
  27. package/v2/components/ui/auto-complete/index.d.ts +4 -1
  28. package/v2/components/ui/auto-complete/index.d.ts.map +1 -1
  29. package/v2/components/ui/modal/index.d.ts +4 -0
  30. package/v2/components/ui/modal/index.d.ts.map +1 -1
  31. package/v2/constants/app-constants.d.ts +1 -0
  32. package/v2/constants/app-constants.d.ts.map +1 -1
  33. package/v2/constants/router-paths.d.ts +2 -0
  34. package/v2/constants/router-paths.d.ts.map +1 -1
  35. package/v2/features/advanced-features/api/__tests__/userAuthEnabledMutation.test.d.ts +2 -0
  36. package/v2/features/advanced-features/api/__tests__/userAuthEnabledMutation.test.d.ts.map +1 -0
  37. package/v2/features/advanced-features/api/userAuthEnabledMutation.d.ts.map +1 -1
  38. package/v2/features/advanced-features/components/confirm-modal/index.d.ts +21 -0
  39. package/v2/features/advanced-features/components/confirm-modal/index.d.ts.map +1 -0
  40. package/v2/features/advanced-features/components/feature-item/index.d.ts +2 -1
  41. package/v2/features/advanced-features/components/feature-item/index.d.ts.map +1 -1
  42. package/v2/features/advanced-features/components/feature-list/index.d.ts +4 -1
  43. package/v2/features/advanced-features/components/feature-list/index.d.ts.map +1 -1
  44. package/v2/features/advanced-features/constants/index.d.ts +6 -0
  45. package/v2/features/advanced-features/constants/index.d.ts.map +1 -1
  46. package/v2/features/auth/api/authDetailsMutation.d.ts +1 -0
  47. package/v2/features/auth/api/authDetailsMutation.d.ts.map +1 -1
  48. package/v2/features/auth/components/auth-form/index.d.ts.map +1 -1
  49. package/v2/features/auth/constants/form-config.d.ts +23 -1
  50. package/v2/features/auth/constants/form-config.d.ts.map +1 -1
  51. package/v2/features/auth/types/request.d.ts +11 -2
  52. package/v2/features/auth/types/request.d.ts.map +1 -1
  53. package/v2/features/auth/utils/index.d.ts +2 -2
  54. package/v2/features/auth/utils/index.d.ts.map +1 -1
  55. package/v2/features/auth/utils/oauthPopup.d.ts +21 -0
  56. package/v2/features/auth/utils/oauthPopup.d.ts.map +1 -0
  57. package/v2/features/connector-library/components/custom-connector-card-item/index.d.ts.map +1 -1
  58. package/v2/features/connector-library/components/map-form-defaults/automation.d.ts.map +1 -1
  59. package/v2/features/connector-library/components/map-form-defaults/index.d.ts.map +1 -1
  60. package/v2/features/slack/api/configs.d.ts +53 -0
  61. package/v2/features/slack/api/configs.d.ts.map +1 -0
  62. package/v2/features/slack/api/index.d.ts +2 -0
  63. package/v2/features/slack/api/index.d.ts.map +1 -0
  64. package/v2/features/slack/components/ConfigBlockIcons.d.ts +22 -0
  65. package/v2/features/slack/components/ConfigBlockIcons.d.ts.map +1 -0
  66. package/v2/features/slack/components/SlackLogo.d.ts +12 -0
  67. package/v2/features/slack/components/SlackLogo.d.ts.map +1 -0
  68. package/v2/features/slack/constants/api.d.ts +5 -0
  69. package/v2/features/slack/constants/api.d.ts.map +1 -0
  70. package/v2/features/slack/controller.d.ts +27 -0
  71. package/v2/features/slack/controller.d.ts.map +1 -0
  72. package/v2/features/slack/types/wire.d.ts +58 -0
  73. package/v2/features/slack/types/wire.d.ts.map +1 -0
  74. package/v2/features/template-library/components/library-card-list/index.d.ts.map +1 -1
  75. package/v2/testing/mocks/handlers/connector-template.d.ts.map +1 -1
  76. package/v2/testing/mocks/handlers/form.d.ts.map +1 -1
  77. package/v2/testing/mocks/handlers/slack.d.ts +3 -0
  78. package/v2/testing/mocks/handlers/slack.d.ts.map +1 -0
  79. package/v2/testing/mocks/handlers.d.ts.map +1 -1
  80. package/v2/types/connector.d.ts +18 -1
  81. 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
  ```
@@ -30,6 +30,10 @@ export declare const GAINSIGHTEVENT: {
30
30
  CONNECTOR_AUTH_PAGE_CONTACT_SUPPORT_CLICKED: string;
31
31
  CONNECTOR_AUTH_SUCCESS: string;
32
32
  CONNECTOR_SECTION_VIEWED: string;
33
+ SLACK_INTEGRATION_ENABLED: string;
34
+ SLACK_INTEGRATION_DISABLED: string;
35
+ SLACK_SM_ACCESS_UPDATED: string;
36
+ SLACK_ROLE_ACCESS_UPDATED: string;
33
37
  };
34
38
  export declare const GAINSIGHT_CONSTANTS: {
35
39
  AUTH_PAGE: string;
@@ -1 +1 @@
1
- {"version":3,"file":"gainsight.d.ts","sourceRoot":"","sources":["../../src/constants/gainsight.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgC1B,CAAC;AAEF,eAAO,MAAM,mBAAmB;;;;CAI/B,CAAC"}
1
+ {"version":3,"file":"gainsight.d.ts","sourceRoot":"","sources":["../../src/constants/gainsight.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqC1B,CAAC;AAEF,eAAO,MAAM,mBAAmB;;;;CAI/B,CAAC"}