@hiver/connector-admin 0.0.10-beta.3 → 0.0.10-beta.30

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 (203) hide show
  1. package/app/connectors/index.d.ts +1 -1
  2. package/app/connectors/index.d.ts.map +1 -1
  3. package/app/connectors/pages/api-view/__tests__/connector-config.test.d.ts.map +1 -0
  4. package/app/connectors/pages/api-view/index.d.ts.map +1 -0
  5. package/app/connectors/pages/api-view/style.d.ts.map +1 -0
  6. package/app/connectors/pages/auth-success/index.d.ts.map +1 -1
  7. package/app/connectors/pages/connector-view/agent/index.d.ts.map +1 -1
  8. package/app/connectors/pages/connector-view/agent/styles.d.ts +4 -0
  9. package/app/connectors/pages/connector-view/agent/styles.d.ts.map +1 -0
  10. package/app/connectors/pages/connector-view/dashboard/index.d.ts.map +1 -1
  11. package/app/connectors/pages/settings/index.d.ts.map +1 -1
  12. package/app/connectors/pages/settings/styles.d.ts +2 -3
  13. package/app/connectors/pages/settings/styles.d.ts.map +1 -1
  14. package/app/connectors/pages/upgrade-page/index.d.ts +7 -0
  15. package/app/connectors/pages/upgrade-page/index.d.ts.map +1 -0
  16. package/app/connectors/pages/upgrade-page/style.d.ts +16 -0
  17. package/app/connectors/pages/upgrade-page/style.d.ts.map +1 -0
  18. package/app/connectors/router.d.ts +1 -1
  19. package/app/connectors/router.d.ts.map +1 -1
  20. package/app/style.d.ts +5 -0
  21. package/app/style.d.ts.map +1 -0
  22. package/components/layouts/sidebar/index.d.ts.map +1 -1
  23. package/components/layouts/sidebar/styles.d.ts.map +1 -1
  24. package/components/ui/form/index.d.ts +4 -1
  25. package/components/ui/form/index.d.ts.map +1 -1
  26. package/components/ui/form-fields/index.d.ts +1 -0
  27. package/components/ui/form-fields/index.d.ts.map +1 -1
  28. package/components/ui/form-fields/styles.d.ts.map +1 -1
  29. package/constants/global-constants.d.ts +11 -0
  30. package/constants/global-constants.d.ts.map +1 -0
  31. package/constants/router-paths.d.ts +1 -1
  32. package/constants/sidebar.d.ts +3 -0
  33. package/constants/sidebar.d.ts.map +1 -1
  34. package/context/index.d.ts +5 -0
  35. package/context/index.d.ts.map +1 -1
  36. package/context/main-app-provider/index.d.ts.map +1 -1
  37. package/features/agent/components/agent-landing/index.d.ts +3 -0
  38. package/features/agent/components/agent-landing/index.d.ts.map +1 -0
  39. package/features/agent/components/agent-landing/styles.d.ts +8 -0
  40. package/features/agent/components/agent-landing/styles.d.ts.map +1 -0
  41. package/features/agent/constants/index.d.ts +6 -0
  42. package/features/agent/constants/index.d.ts.map +1 -0
  43. package/features/api-library/components/api-library/index.d.ts +9 -0
  44. package/features/api-library/components/api-library/index.d.ts.map +1 -0
  45. package/features/api-library/components/api-library/styles.d.ts.map +1 -0
  46. package/features/api-library/components/api-library-skeleton/index.d.ts.map +1 -0
  47. package/features/{connector-library → api-library}/components/api-library-skeleton/styles.d.ts +3 -1
  48. package/features/api-library/components/api-library-skeleton/styles.d.ts.map +1 -0
  49. package/features/api-library/constants/api-library.d.ts.map +1 -0
  50. package/features/auth/api/index.d.ts +0 -1
  51. package/features/auth/api/index.d.ts.map +1 -1
  52. package/features/auth/components/api-executor/index.d.ts.map +1 -1
  53. package/features/auth/components/auth-form/index.d.ts +3 -1
  54. package/features/auth/components/auth-form/index.d.ts.map +1 -1
  55. package/features/auth/components/auth-form/styles.d.ts +2 -1
  56. package/features/auth/components/auth-form/styles.d.ts.map +1 -1
  57. package/features/auth/constants/api.d.ts +0 -1
  58. package/features/auth/constants/api.d.ts.map +1 -1
  59. package/features/auth/constants/index.d.ts +4 -1
  60. package/features/auth/constants/index.d.ts.map +1 -1
  61. package/features/auth/store/initial-state.d.ts +0 -3
  62. package/features/auth/store/initial-state.d.ts.map +1 -1
  63. package/features/auth/store/selectors.d.ts +0 -3
  64. package/features/auth/store/selectors.d.ts.map +1 -1
  65. package/features/auth/store/slice.d.ts +1 -17
  66. package/features/auth/store/slice.d.ts.map +1 -1
  67. package/features/auth/types/request.d.ts +1 -1
  68. package/features/auth/types/request.d.ts.map +1 -1
  69. package/features/auth/utils/index.d.ts.map +1 -1
  70. package/features/connector-library/api/index.d.ts +1 -2
  71. package/features/connector-library/api/index.d.ts.map +1 -1
  72. package/features/connector-library/components/custom-connector-card-item/index.d.ts +12 -0
  73. package/features/connector-library/components/custom-connector-card-item/index.d.ts.map +1 -0
  74. package/features/connector-library/components/custom-connector-card-item/styles.d.ts +10 -0
  75. package/features/connector-library/components/custom-connector-card-item/styles.d.ts.map +1 -0
  76. package/features/connector-library/components/custom-connector-card-list/__tests__/custom-connector-card.test.d.ts.map +1 -0
  77. package/features/connector-library/components/custom-connector-card-list/index.d.ts +8 -0
  78. package/features/connector-library/components/custom-connector-card-list/index.d.ts.map +1 -0
  79. package/features/connector-library/components/custom-connector-card-list/style.d.ts.map +1 -0
  80. package/features/connector-library/components/custom-connector-enabled-modal/index.d.ts +9 -0
  81. package/features/connector-library/components/custom-connector-enabled-modal/index.d.ts.map +1 -0
  82. package/features/connector-library/components/custom-connector-enabled-modal/styles.d.ts.map +1 -0
  83. package/features/connector-library/constants/api.d.ts +1 -2
  84. package/features/connector-library/constants/api.d.ts.map +1 -1
  85. package/features/connector-library/store/initial-state.d.ts +4 -10
  86. package/features/connector-library/store/initial-state.d.ts.map +1 -1
  87. package/features/connector-library/store/selectors.d.ts +2 -8
  88. package/features/connector-library/store/selectors.d.ts.map +1 -1
  89. package/features/connector-library/store/slice.d.ts +10 -36
  90. package/features/connector-library/store/slice.d.ts.map +1 -1
  91. package/features/request-new-connector/components/request-new-modal/index.d.ts.map +1 -1
  92. package/features/request-new-connector/constants/api.d.ts.map +1 -1
  93. package/features/request-new-connector/types/index.d.ts +1 -1
  94. package/features/template-library/api/index.d.ts +7 -0
  95. package/features/template-library/api/index.d.ts.map +1 -0
  96. package/features/template-library/components/library-card-list/__tests__/library-card-list.test.d.ts.map +1 -0
  97. package/features/template-library/components/library-card-list/index.d.ts.map +1 -0
  98. package/features/template-library/components/library-card-list/styles.d.ts.map +1 -0
  99. package/features/template-library/components/library-card-skeleton/index.d.ts.map +1 -0
  100. package/features/template-library/components/library-card-skeleton/styles.d.ts.map +1 -0
  101. package/features/template-library/components/library-edit-list/index.d.ts.map +1 -0
  102. package/features/template-library/components/library-edit-list/styles.d.ts.map +1 -0
  103. package/features/template-library/constants/api.d.ts +3 -0
  104. package/features/template-library/constants/api.d.ts.map +1 -0
  105. package/features/template-library/constants/content-page.d.ts.map +1 -0
  106. package/features/template-library/store/initial-state.d.ts +15 -0
  107. package/features/template-library/store/initial-state.d.ts.map +1 -0
  108. package/features/template-library/store/selectors.d.ts +9 -0
  109. package/features/template-library/store/selectors.d.ts.map +1 -0
  110. package/features/template-library/store/slice.d.ts +41 -0
  111. package/features/template-library/store/slice.d.ts.map +1 -0
  112. package/features/toast-message/constants/toast.d.ts +2 -0
  113. package/features/toast-message/constants/toast.d.ts.map +1 -1
  114. package/features/toast-message/showMessage.d.ts.map +1 -1
  115. package/hooks-ifkdv1ol.js +6 -0
  116. package/{index-C-1UI0WZ.js → index-B9g6rlBA.js} +1130 -1655
  117. package/index-BjaVn1Co.js +1111 -0
  118. package/{index-V2wdVHjx.js → index-BnpcGmOR.js} +1153 -1097
  119. package/index-BxLkVcij.js +31 -0
  120. package/index-CL0sq41h.js +71 -0
  121. package/index-COXinNcD.js +69 -0
  122. package/index-D-USZBk6.js +71 -0
  123. package/{index-uZEXr8Rk.js → index-DZlhP0UN.js} +11370 -9762
  124. package/index.es.js +5 -5
  125. package/index.umd.js +1311 -269
  126. package/main.d.ts +1 -0
  127. package/main.d.ts.map +1 -1
  128. package/package.json +1 -1
  129. package/selectors-BZXXKPzK.js +9 -0
  130. package/{styled-ui-components-CYZ09mzG.js → showMessage-Dp8_L6W6.js} +658 -587
  131. package/store/hooks.d.ts +2 -0
  132. package/store/hooks.d.ts.map +1 -1
  133. package/store/index.d.ts +4 -0
  134. package/store/index.d.ts.map +1 -1
  135. package/store/request-connector-api/initial-state.d.ts +1 -1
  136. package/store/request-connector-api/slice.d.ts +1 -1
  137. package/testing/mocks/handlers/connector-template.d.ts.map +1 -1
  138. package/testing/mocks/handlers/request-connector-api.d.ts.map +1 -1
  139. package/testing/setup-store.d.ts +2 -0
  140. package/testing/setup-store.d.ts.map +1 -1
  141. package/types/connector.d.ts +11 -7
  142. package/types/connector.d.ts.map +1 -1
  143. package/types/router.d.ts +4 -0
  144. package/types/router.d.ts.map +1 -1
  145. package/utils/index.d.ts +11 -0
  146. package/utils/index.d.ts.map +1 -1
  147. package/app/connectors/pages/settings/connector-config/__tests__/connector-config.test.d.ts.map +0 -1
  148. package/app/connectors/pages/settings/connector-config/index.d.ts.map +0 -1
  149. package/app/connectors/pages/settings/connector-config/style.d.ts.map +0 -1
  150. package/features/auth/utils/type-guards.d.ts +0 -8
  151. package/features/auth/utils/type-guards.d.ts.map +0 -1
  152. package/features/connector-library/components/api-library/index.d.ts +0 -7
  153. package/features/connector-library/components/api-library/index.d.ts.map +0 -1
  154. package/features/connector-library/components/api-library/styles.d.ts.map +0 -1
  155. package/features/connector-library/components/api-library-skeleton/index.d.ts.map +0 -1
  156. package/features/connector-library/components/api-library-skeleton/styles.d.ts.map +0 -1
  157. package/features/connector-library/components/connector-enabled-modal/index.d.ts +0 -9
  158. package/features/connector-library/components/connector-enabled-modal/index.d.ts.map +0 -1
  159. package/features/connector-library/components/connector-enabled-modal/styles.d.ts.map +0 -1
  160. package/features/connector-library/components/library-card-list/__tests__/library-card-list.test.d.ts.map +0 -1
  161. package/features/connector-library/components/library-card-list/index.d.ts.map +0 -1
  162. package/features/connector-library/components/library-card-list/styles.d.ts.map +0 -1
  163. package/features/connector-library/components/library-card-skeleton/index.d.ts.map +0 -1
  164. package/features/connector-library/components/library-card-skeleton/styles.d.ts.map +0 -1
  165. package/features/connector-library/components/library-edit-list/index.d.ts.map +0 -1
  166. package/features/connector-library/components/library-edit-list/styles.d.ts.map +0 -1
  167. package/features/connector-library/constants/api-library.d.ts.map +0 -1
  168. package/features/connector-library/constants/content-page.d.ts.map +0 -1
  169. package/features/connector-library/types/connector.d.ts +0 -13
  170. package/features/connector-library/types/connector.d.ts.map +0 -1
  171. package/features/connector-library/utils/type-guards.d.ts +0 -8
  172. package/features/connector-library/utils/type-guards.d.ts.map +0 -1
  173. package/features/request-new-connector/components/custom-connector-card/__tests__/custom-connector-card.test.d.ts.map +0 -1
  174. package/features/request-new-connector/components/custom-connector-card/index.d.ts +0 -10
  175. package/features/request-new-connector/components/custom-connector-card/index.d.ts.map +0 -1
  176. package/features/request-new-connector/components/custom-connector-card/style.d.ts.map +0 -1
  177. package/features/request-new-connector/utils/type-guards.d.ts +0 -3
  178. package/features/request-new-connector/utils/type-guards.d.ts.map +0 -1
  179. package/features/settings/components/auth/auth.d.ts +0 -2
  180. package/features/settings/components/auth/auth.d.ts.map +0 -1
  181. package/features/settings/constants/auth.d.ts +0 -2
  182. package/features/settings/constants/auth.d.ts.map +0 -1
  183. package/index-BsCSI9tm.js +0 -5
  184. package/index-CITMd8U4.js +0 -54
  185. package/index-N52Wu_H8.js +0 -68
  186. package/index-kJjEWTuy.js +0 -711
  187. /package/app/connectors/pages/{settings/connector-config → api-view}/__tests__/connector-config.test.d.ts +0 -0
  188. /package/app/connectors/pages/{settings/connector-config → api-view}/index.d.ts +0 -0
  189. /package/app/connectors/pages/{settings/connector-config → api-view}/style.d.ts +0 -0
  190. /package/features/{connector-library → api-library}/components/api-library/styles.d.ts +0 -0
  191. /package/features/{connector-library → api-library}/components/api-library-skeleton/index.d.ts +0 -0
  192. /package/features/{connector-library → api-library}/constants/api-library.d.ts +0 -0
  193. /package/features/{request-new-connector/components/custom-connector-card → connector-library/components/custom-connector-card-list}/__tests__/custom-connector-card.test.d.ts +0 -0
  194. /package/features/{request-new-connector/components/custom-connector-card → connector-library/components/custom-connector-card-list}/style.d.ts +0 -0
  195. /package/features/connector-library/components/{connector-enabled-modal → custom-connector-enabled-modal}/styles.d.ts +0 -0
  196. /package/features/{connector-library → template-library}/components/library-card-list/__tests__/library-card-list.test.d.ts +0 -0
  197. /package/features/{connector-library → template-library}/components/library-card-list/index.d.ts +0 -0
  198. /package/features/{connector-library → template-library}/components/library-card-list/styles.d.ts +0 -0
  199. /package/features/{connector-library → template-library}/components/library-card-skeleton/index.d.ts +0 -0
  200. /package/features/{connector-library → template-library}/components/library-card-skeleton/styles.d.ts +0 -0
  201. /package/features/{connector-library → template-library}/components/library-edit-list/index.d.ts +0 -0
  202. /package/features/{connector-library → template-library}/components/library-edit-list/styles.d.ts +0 -0
  203. /package/features/{connector-library → template-library}/constants/content-page.d.ts +0 -0
@@ -1,3 +1,3 @@
1
1
  import { IAppRouter } from '../../types/router';
2
- export declare const ConnectorsApp: ({ basename, baseUrls }: IAppRouter) => import("react/jsx-runtime").JSX.Element;
2
+ export declare const ConnectorsApp: ({ basename, baseUrls, availableFeatures }: IAppRouter) => import("react/jsx-runtime").JSX.Element;
3
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/app/connectors/index.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAC;AAEjD,eAAO,MAAM,aAAa,2BAA4B,UAAU,4CAgB/D,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/app/connectors/index.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAC;AAOjD,eAAO,MAAM,aAAa,8CAAoD,UAAU,4CA0BvF,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"connector-config.test.d.ts","sourceRoot":"","sources":["../../../../../../src/app/connectors/pages/api-view/__tests__/connector-config.test.tsx"],"names":[],"mappings":""}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/app/connectors/pages/api-view/index.tsx"],"names":[],"mappings":"AAkBA,eAAO,MAAM,eAAe,+CA0C3B,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"style.d.ts","sourceRoot":"","sources":["../../../../../src/app/connectors/pages/api-view/style.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAClD,OAAO,KAAK,EAAE,eAAe,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAEvE,eAAO,MAAM,qBAAqB,EAAE,eAAe,CAAC,UAAU,CAG7D,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,eAAe,CAAC,eAAe,CAQ3D,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/app/connectors/pages/auth-success/index.tsx"],"names":[],"mappings":"AAQA,eAAO,MAAM,WAAW,+CAiCvB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/app/connectors/pages/auth-success/index.tsx"],"names":[],"mappings":"AASA,eAAO,MAAM,WAAW,+CAgCvB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/app/connectors/pages/connector-view/agent/index.tsx"],"names":[],"mappings":"AAAA,eAAO,MAAM,KAAK,+CAEjB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/app/connectors/pages/connector-view/agent/index.tsx"],"names":[],"mappings":"AAGA,eAAO,MAAM,KAAK,+CAMjB,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { StyledComponent } from '@emotion/styled';
2
+ import { BoxProps } from '@hiver/hiver-ui-kit';
3
+ export declare const ContentParentWrapper: StyledComponent<BoxProps>;
4
+ //# sourceMappingURL=styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../../src/app/connectors/pages/connector-view/agent/styles.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAClD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,qBAAqB,CAAC;AAEpD,eAAO,MAAM,oBAAoB,EAAE,eAAe,CAAC,QAAQ,CAK1D,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/app/connectors/pages/connector-view/dashboard/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAuB,MAAM,OAAO,CAAC;AA6BhD,eAAO,MAAM,SAAS,EAAE,EAwDvB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/app/connectors/pages/connector-view/dashboard/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAuB,MAAM,OAAO,CAAC;AA8BhD,eAAO,MAAM,SAAS,EAAE,EA8DvB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/app/connectors/pages/settings/index.tsx"],"names":[],"mappings":"AA0BA,eAAO,MAAM,QAAQ,+CA2FpB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/app/connectors/pages/settings/index.tsx"],"names":[],"mappings":"AAuBA,eAAO,MAAM,QAAQ,+CAqGpB,CAAC"}
@@ -1,5 +1,4 @@
1
1
  import { StyledComponent } from '@emotion/styled';
2
- import { BoxProps } from '@hiver/hiver-ui-kit';
3
- export declare const SideBarCrumbWrapper: StyledComponent<BoxProps>;
4
- export declare const ContentWrapper: StyledComponent<BoxProps>;
2
+ import { StackProps } from '@hiver/hiver-ui-kit';
3
+ export declare const SideBarCrumbWrapper: StyledComponent<StackProps>;
5
4
  //# sourceMappingURL=styles.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../src/app/connectors/pages/settings/styles.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAElD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,qBAAqB,CAAC;AAEpD,eAAO,MAAM,mBAAmB,EAAE,eAAe,CAAC,QAAQ,CAQzD,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,eAAe,CAAC,QAAQ,CAAiB,CAAC"}
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../src/app/connectors/pages/settings/styles.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAElD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAEtD,eAAO,MAAM,mBAAmB,EAAE,eAAe,CAAC,UAAU,CAO3D,CAAC"}
@@ -0,0 +1,7 @@
1
+ import { IAvailableFtr } from '../../../../types/router';
2
+ interface IUpgradeConnectos {
3
+ availableFeatures: IAvailableFtr;
4
+ }
5
+ export declare const UpgradeConnectors: ({ availableFeatures }: IUpgradeConnectos) => import("react/jsx-runtime").JSX.Element;
6
+ export {};
7
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/app/connectors/pages/upgrade-page/index.tsx"],"names":[],"mappings":"AAiCA,OAAO,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAE/C,UAAU,iBAAiB;IACzB,iBAAiB,EAAE,aAAa,CAAC;CAClC;AAED,eAAO,MAAM,iBAAiB,0BAA2B,iBAAiB,4CAqCzE,CAAC"}
@@ -0,0 +1,16 @@
1
+ import { StyledComponent } from '@emotion/styled';
2
+ import { BoxProps, TypographyProps, StackProps, ButtonProps } from '@hiver/hiver-ui-kit';
3
+ export declare const ContentParentWrapper: StyledComponent<BoxProps>;
4
+ export declare const FlexWrapper: StyledComponent<StackProps>;
5
+ export declare const ContactUsWrapper: StyledComponent<StackProps>;
6
+ export declare const RequestConnectorWrapper: StyledComponent<StackProps>;
7
+ export declare const StackWrapper: StyledComponent<StackProps>;
8
+ export declare const UpgradeContentWrapper: StyledComponent<BoxProps>;
9
+ export declare const UpgradeImageWrapper: StyledComponent<StackProps>;
10
+ export declare const UpgradeCrownWrapper: StyledComponent<StackProps>;
11
+ export declare const HigherPlanText: StyledComponent<TypographyProps>;
12
+ export declare const UpgradeDescription: StyledComponent<TypographyProps>;
13
+ export declare const UpgradeButton: StyledComponent<ButtonProps>;
14
+ export declare const LearnMoreBtn: StyledComponent<ButtonProps>;
15
+ export declare const ContactUsText: StyledComponent<TypographyProps>;
16
+ //# sourceMappingURL=style.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"style.d.ts","sourceRoot":"","sources":["../../../../../src/app/connectors/pages/upgrade-page/style.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAClD,OAAO,KAAK,EAAE,QAAQ,EAAE,eAAe,EAAE,UAAU,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAE9F,eAAO,MAAM,oBAAoB,EAAE,eAAe,CAAC,QAAQ,CAI1D,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,eAAe,CAAC,UAAU,CAGnD,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,eAAe,CAAC,UAAU,CAKxD,CAAC;AAEF,eAAO,MAAM,uBAAuB,EAAE,eAAe,CAAC,UAAU,CAK/D,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,eAAe,CAAC,UAAU,CAOpD,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,eAAe,CAAC,QAAQ,CAM3D,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,eAAe,CAAC,UAAU,CAQ3D,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,eAAe,CAAC,UAAU,CAa3D,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,eAAe,CAAC,eAAe,CAS3D,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,eAAe,CAAC,eAAe,CAI/D,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,eAAe,CAAC,WAAW,CAKtD,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,eAAe,CAAC,WAAW,CAarD,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,eAAe,CAAC,eAAe,CAE1D,CAAC"}
@@ -1,3 +1,3 @@
1
1
  import { IAppRouter } from '../../types/router';
2
- export declare const AppRouter: ({ basename }: IAppRouter) => import("react/jsx-runtime").JSX.Element;
2
+ export declare const AppRouter: ({ basename, availableFeatures }: IAppRouter) => import("react/jsx-runtime").JSX.Element;
3
3
  //# sourceMappingURL=router.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"router.d.ts","sourceRoot":"","sources":["../../../src/app/connectors/router.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAC;AA2EjD,eAAO,MAAM,SAAS,iBAAwB,UAAU,4CAGvD,CAAC"}
1
+ {"version":3,"file":"router.d.ts","sourceRoot":"","sources":["../../../src/app/connectors/router.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAC;AAgEjD,eAAO,MAAM,SAAS,oCAAgD,UAAU,4CAS/E,CAAC"}
package/app/style.d.ts ADDED
@@ -0,0 +1,5 @@
1
+ import { StyledComponent } from '@emotion/styled';
2
+ import { BoxProps } from '@hiver/hiver-ui-kit';
3
+ export declare const AppNormaliseWrapper: StyledComponent<BoxProps>;
4
+ export declare const ToastifyWrapper: StyledComponent<BoxProps>;
5
+ //# sourceMappingURL=style.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"style.d.ts","sourceRoot":"","sources":["../../src/app/style.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAElD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,qBAAqB,CAAC;AAEpD,eAAO,MAAM,mBAAmB,EAAE,eAAe,CAAC,QAAQ,CAyFzD,CAAC;AAkuBF,eAAO,MAAM,eAAe,EAAE,eAAe,CAAC,QAAQ,CAiDrD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/layouts/sidebar/index.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAGnD,UAAU,aAAa;IACrB,cAAc,EAAE,WAAW,CAAC;CAC7B;AAED,eAAO,MAAM,OAAO,uBAA6B,aAAa,4CAyB7D,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/layouts/sidebar/index.tsx"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAGnD,UAAU,aAAa;IACrB,cAAc,EAAE,WAAW,CAAC;CAC7B;AAED,eAAO,MAAM,OAAO,uBAA6B,aAAa,4CA8C7D,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../src/components/layouts/sidebar/styles.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAElD,OAAO,KAAK,EAAE,QAAQ,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAErE,eAAO,MAAM,UAAU,EAAE,eAAe,CAAC,QAAQ,CAMhD,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,eAAe,CAAC,QAAQ,CAMpD,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,eAAe,CAAC,eAAe,CAGhE,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,eAAe,CAAC,QAAQ,CAqBpD,CAAC"}
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../src/components/layouts/sidebar/styles.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAElD,OAAO,KAAK,EAAE,QAAQ,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAErE,eAAO,MAAM,UAAU,EAAE,eAAe,CAAC,QAAQ,CAMhD,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,eAAe,CAAC,QAAQ,CAMpD,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,eAAe,CAAC,eAAe,CAGhE,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,eAAe,CAAC,QAAQ,CAsBpD,CAAC"}
@@ -13,7 +13,10 @@ interface IForm {
13
13
  selectChangeHandler?: (event: unknown, action: ActionMeta<unknown>) => void;
14
14
  onValidationError?: (name: string, error: string | boolean) => void;
15
15
  validations?: FormValidation;
16
+ icons?: {
17
+ [key: string]: React.ReactNode;
18
+ };
16
19
  }
17
- export declare const Form: ({ formConfig, inputChangeHandler, selectChangeHandler, predicates, values, validations, onValidationError }: IForm) => import("react/jsx-runtime").JSX.Element;
20
+ export declare const Form: ({ formConfig, inputChangeHandler, icons, selectChangeHandler, predicates, values, validations, onValidationError }: IForm) => import("react/jsx-runtime").JSX.Element;
18
21
  export {};
19
22
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/form/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAM1B,OAAO,KAAK,EAAE,cAAc,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AAChE,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAE/C,UAAU,KAAK;IACb,UAAU,EAAE,WAAW,EAAE,CAAC;IAC1B,UAAU,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAA;KAAE,CAAC;IACxC,MAAM,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAA;KAAE,CAAC;IACpC,kBAAkB,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,WAAW,CAAC,gBAAgB,CAAC,KAAK,IAAI,CAAC;IAC1E,mBAAmB,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,EAAE,MAAM,EAAE,UAAU,CAAC,OAAO,CAAC,KAAK,IAAI,CAAC;IAC5E,iBAAiB,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,GAAG,OAAO,KAAK,IAAI,CAAC;IACpE,WAAW,CAAC,EAAE,cAAc,CAAC;CAC9B;AAED,eAAO,MAAM,IAAI,gHAQd,KAAK,4CAuCP,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/form/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAM1B,OAAO,KAAK,EAAE,cAAc,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AAChE,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAE/C,UAAU,KAAK;IACb,UAAU,EAAE,WAAW,EAAE,CAAC;IAC1B,UAAU,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAA;KAAE,CAAC;IACxC,MAAM,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAA;KAAE,CAAC;IACpC,kBAAkB,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,WAAW,CAAC,gBAAgB,CAAC,KAAK,IAAI,CAAC;IAC1E,mBAAmB,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,EAAE,MAAM,EAAE,UAAU,CAAC,OAAO,CAAC,KAAK,IAAI,CAAC;IAC5E,iBAAiB,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,GAAG,OAAO,KAAK,IAAI,CAAC;IACpE,WAAW,CAAC,EAAE,cAAc,CAAC;IAC7B,KAAK,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,KAAK,CAAC,SAAS,CAAA;KAAE,CAAC;CAC5C;AAED,eAAO,MAAM,IAAI,uHASd,KAAK,4CAwCP,CAAC"}
@@ -8,6 +8,7 @@ type FormField = FormFieldProps & {
8
8
  selectChangeHandler?: (event: unknown, action: ActionMeta<unknown>) => void;
9
9
  inputChangeHandler?: (event: React.ChangeEvent<HTMLInputElement>) => void;
10
10
  onValidationError?: (name: string, error: string | boolean) => void;
11
+ icon?: React.ReactNode;
11
12
  };
12
13
  export declare const FormFields: (props: FormField) => import("react/jsx-runtime").JSX.Element;
13
14
  export {};
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/form-fields/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAOnD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC/C,OAAO,KAAK,EAAE,cAAc,EAAE,iBAAiB,EAAE,MAAM,cAAc,CAAC;AAEtE,KAAK,SAAS,GAAG,cAAc,GAAG;IAChC,UAAU,CAAC,EAAE,iBAAiB,CAAC;IAC/B,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,mBAAmB,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,EAAE,MAAM,EAAE,UAAU,CAAC,OAAO,CAAC,KAAK,IAAI,CAAC;IAC5E,kBAAkB,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,WAAW,CAAC,gBAAgB,CAAC,KAAK,IAAI,CAAC;IAC1E,iBAAiB,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,GAAG,OAAO,KAAK,IAAI,CAAC;CACrE,CAAC;AAEF,eAAO,MAAM,UAAU,UAAW,SAAS,4CAoI1C,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/form-fields/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAOnD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC/C,OAAO,KAAK,EAAE,cAAc,EAAE,iBAAiB,EAAE,MAAM,cAAc,CAAC;AAEtE,KAAK,SAAS,GAAG,cAAc,GAAG;IAChC,UAAU,CAAC,EAAE,iBAAiB,CAAC;IAC/B,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,mBAAmB,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,EAAE,MAAM,EAAE,UAAU,CAAC,OAAO,CAAC,KAAK,IAAI,CAAC;IAC5E,kBAAkB,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,WAAW,CAAC,gBAAgB,CAAC,KAAK,IAAI,CAAC;IAC1E,iBAAiB,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,GAAG,OAAO,KAAK,IAAI,CAAC;IACpE,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CACxB,CAAC;AAEF,eAAO,MAAM,UAAU,UAAW,SAAS,4CAsI1C,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/form-fields/styles.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAClD,OAAO,KAAK,EAAE,QAAQ,EAAE,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AAExE,eAAO,MAAM,aAAa,EAAE,eAAe,CAAC,kBAAkB,CAQ7D,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,eAAe,CAAC,QAAQ,CA8BnD,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,eAAe,CAAC,QAAQ,CAUhD,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,eAAe,CAAC,QAAQ,CAMlD,CAAC"}
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/form-fields/styles.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAClD,OAAO,KAAK,EAAE,QAAQ,EAAE,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AAExE,eAAO,MAAM,aAAa,EAAE,eAAe,CAAC,kBAAkB,CAQ7D,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,eAAe,CAAC,QAAQ,CA8BnD,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,eAAe,CAAC,QAAQ,CAUhD,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,eAAe,CAAC,QAAQ,CAUlD,CAAC"}
@@ -0,0 +1,11 @@
1
+ export declare const CONNECTORS_RELEASE_FLAG = "rls-connectors-enabled";
2
+ export declare const CONNECTORS_FEATURE_FLAG = "ftr-connectors-enabled";
3
+ export declare const HIGHER_PLAN = "On a higher plan";
4
+ export declare const UPGRADE_DESCRIPTION_TEXT = "Create, authenticate and enable powerful integrations to enhance your team's productivity within Gmail.";
5
+ export declare const UPGRADE = "Upgrade";
6
+ export declare const LEARN_MORE = "Learn more";
7
+ export declare const HAVE_QUESTIONS = "Have any questions?";
8
+ export declare const CONTACT_US = "Contact us";
9
+ export declare const CHAT_CDN_URL = "https://cdn.hiverhq.com/chat-support/hiver-chat.html";
10
+ export declare const HIVER_CHAT_SUPPORT = "Hiver Chat Support";
11
+ //# sourceMappingURL=global-constants.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"global-constants.d.ts","sourceRoot":"","sources":["../../src/constants/global-constants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,uBAAuB,2BAA2B,CAAC;AAChE,eAAO,MAAM,uBAAuB,2BAA2B,CAAC;AAEhE,eAAO,MAAM,WAAW,qBAAqB,CAAC;AAC9C,eAAO,MAAM,wBAAwB,4GAA4G,CAAC;AAClJ,eAAO,MAAM,OAAO,YAAY,CAAC;AACjC,eAAO,MAAM,UAAU,eAAe,CAAC;AACvC,eAAO,MAAM,cAAc,wBAAwB,CAAC;AACpD,eAAO,MAAM,UAAU,eAAe,CAAC;AACvC,eAAO,MAAM,YAAY,yDAAyD,CAAC;AACnF,eAAO,MAAM,kBAAkB,uBAAuB,CAAC"}
@@ -4,7 +4,7 @@ export declare const ROUTES: {
4
4
  DASHBOARD: string;
5
5
  AGENT: string;
6
6
  CONNECTOR_CONFIG: string;
7
- CARD_SETTINGS: string;
7
+ API_VIEW: string;
8
8
  AUTH_SUCCESS: string;
9
9
  };
10
10
  //# sourceMappingURL=router-paths.d.ts.map
@@ -4,4 +4,7 @@ export declare const CONNECTORS_DESCRIPTION = "Connectors help you get a better
4
4
  export declare const CONNECTORS: SidebarItem;
5
5
  export declare const AGENT_VIEW: SidebarItem;
6
6
  export declare const SIDEBAR_OPTIONS: SidebarList;
7
+ export declare const SIDEBAR_MAPPER: {
8
+ [x: string]: string[];
9
+ };
7
10
  //# sourceMappingURL=sidebar.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"sidebar.d.ts","sourceRoot":"","sources":["../../src/constants/sidebar.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAEhE,eAAO,MAAM,iBAAiB,sBAAsB,CAAC;AACrD,eAAO,MAAM,sBAAsB,4FACwD,CAAC;AAC5F,eAAO,MAAM,UAAU,EAAE,WAA4E,CAAC;AACtG,eAAO,MAAM,UAAU,EAAE,WAAuE,CAAC;AACjG,eAAO,MAAM,eAAe,EAAE,WAAsC,CAAC"}
1
+ {"version":3,"file":"sidebar.d.ts","sourceRoot":"","sources":["../../src/constants/sidebar.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAGhE,eAAO,MAAM,iBAAiB,sBAAsB,CAAC;AACrD,eAAO,MAAM,sBAAsB,4FACwD,CAAC;AAC5F,eAAO,MAAM,UAAU,EAAE,WAAgF,CAAC;AAC1G,eAAO,MAAM,UAAU,EAAE,WAA2E,CAAC;AACrG,eAAO,MAAM,eAAe,EAAE,WAAsC,CAAC;AAErE,eAAO,MAAM,cAAc;;CAS1B,CAAC"}
@@ -1,3 +1,4 @@
1
+ import { IAvailableFtr } from '../types/router';
1
2
  export interface IConnectorType {
2
3
  id: string;
3
4
  name: string;
@@ -12,6 +13,8 @@ interface IMainAppContext {
12
13
  setCurrentConnector: (str: string) => void;
13
14
  setCurrentSideBar: (str: string) => void;
14
15
  baseUrls: IBaseUrls;
16
+ availableFeatures: IAvailableFtr;
17
+ setAvailableFeatures: (obj: IAvailableFtr) => void;
15
18
  setBaseUrls: (obj: IBaseUrls) => void;
16
19
  currentAvailableConnectors: Array<IConnectorType>;
17
20
  setCurrentAvailableConnectors: (arr: Array<IConnectorType>) => void;
@@ -25,6 +28,8 @@ export declare const defaultMainAppvalues: {
25
28
  setCurrentAvailableConnectors: () => void;
26
29
  baseUrls: {};
27
30
  setBaseUrls: () => void;
31
+ availableFeatures: {};
32
+ setAvailableFeatures: () => void;
28
33
  };
29
34
  export declare const MainAppContext: import('react').Context<IMainAppContext>;
30
35
  export {};
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/context/index.tsx"],"names":[],"mappings":"AAEA,MAAM,WAAW,cAAc;IAC7B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,EAAE,OAAO,CAAC;CACpB;AAED,MAAM,WAAW,SAAS;IACxB,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAC;CACvB;AAED,UAAU,eAAe;IACvB,cAAc,EAAE,MAAM,CAAC;IACvB,gBAAgB,EAAE,MAAM,CAAC;IACzB,mBAAmB,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,IAAI,CAAC;IAC3C,iBAAiB,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,IAAI,CAAC;IACzC,QAAQ,EAAE,SAAS,CAAC;IACpB,WAAW,EAAE,CAAC,GAAG,EAAE,SAAS,KAAK,IAAI,CAAC;IACtC,0BAA0B,EAAE,KAAK,CAAC,cAAc,CAAC,CAAC;IAClD,6BAA6B,EAAE,CAAC,GAAG,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,IAAI,CAAC;CACrE;AAGD,eAAO,MAAM,oBAAoB;;;;;;;;;CAShC,CAAC;AAEF,eAAO,MAAM,cAAc,0CAAuD,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/context/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAG/C,MAAM,WAAW,cAAc;IAC7B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,EAAE,OAAO,CAAC;CACpB;AAED,MAAM,WAAW,SAAS;IACxB,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAC;CACvB;AAED,UAAU,eAAe;IACvB,cAAc,EAAE,MAAM,CAAC;IACvB,gBAAgB,EAAE,MAAM,CAAC;IACzB,mBAAmB,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,IAAI,CAAC;IAC3C,iBAAiB,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,IAAI,CAAC;IACzC,QAAQ,EAAE,SAAS,CAAC;IACpB,iBAAiB,EAAE,aAAa,CAAC;IACjC,oBAAoB,EAAE,CAAC,GAAG,EAAE,aAAa,KAAK,IAAI,CAAC;IACnD,WAAW,EAAE,CAAC,GAAG,EAAE,SAAS,KAAK,IAAI,CAAC;IACtC,0BAA0B,EAAE,KAAK,CAAC,cAAc,CAAC,CAAC;IAClD,6BAA6B,EAAE,CAAC,GAAG,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,IAAI,CAAC;CACrE;AAGD,eAAO,MAAM,oBAAoB;;;;;;;;;;;CAWhC,CAAC;AAEF,eAAO,MAAM,cAAc,0CAAuD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/context/main-app-provider/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAY,SAAS,EAAE,MAAM,OAAO,CAAC;AAK5C,UAAU,MAAM;IACd,QAAQ,EAAE,SAAS,CAAC;CACrB;AAMD,QAAA,MAAM,eAAe,iBAAkB,MAAM,4CAqB5C,CAAC;AAEF,eAAe,eAAe,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/context/main-app-provider/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAY,SAAS,EAAE,MAAM,OAAO,CAAC;AAM5C,UAAU,MAAM;IACd,QAAQ,EAAE,SAAS,CAAC;CACrB;AAMD,QAAA,MAAM,eAAe,iBAAkB,MAAM,4CAwB5C,CAAC;AAEF,eAAe,eAAe,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { FC } from 'react';
2
+ export declare const AgentLanding: FC;
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/features/agent/components/agent-landing/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAA0B,MAAM,OAAO,CAAC;AAmBnD,eAAO,MAAM,YAAY,EAAE,EA6B1B,CAAC"}
@@ -0,0 +1,8 @@
1
+ import { StyledComponent } from '@emotion/styled';
2
+ import { BoxProps, StackProps } from '@hiver/hiver-ui-kit';
3
+ export declare const AgentWrapper: StyledComponent<StackProps>;
4
+ export declare const ViewWrapper: StyledComponent<StackProps>;
5
+ export declare const MessageWrapper: StyledComponent<BoxProps>;
6
+ export declare const ImageWrapper: StyledComponent<BoxProps>;
7
+ export declare const Chip: StyledComponent<StackProps>;
8
+ //# sourceMappingURL=styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../src/features/agent/components/agent-landing/styles.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAClD,OAAO,KAAK,EAAE,QAAQ,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAEhE,eAAO,MAAM,YAAY,EAAE,eAAe,CAAC,UAAU,CAKpD,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,eAAe,CAAC,UAAU,CAKnD,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,eAAe,CAAC,QAAQ,CAcpD,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,eAAe,CAAC,QAAQ,CASlD,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,eAAe,CAAC,UAAU,CAW5C,CAAC"}
@@ -0,0 +1,6 @@
1
+ export declare const AGENT_PAGE_HEADING = "Customising connectors on the agent\u2019s panel";
2
+ export declare const AGENT_PAGE_DESCRIPTION = "Configure your Connectors in the right panel, add your cards and name them how you want the agents to see and update them.";
3
+ export declare const COMING_SOON = "Coming Soon";
4
+ export declare const HAVE_QUESTIONS = "Have any questions? ";
5
+ export declare const INTERNAL_CHAT_FEATURE_FLAG = "internal-chat";
6
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/features/agent/constants/index.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,kBAAkB,qDAAgD,CAAC;AAChF,eAAO,MAAM,sBAAsB,+HAC2F,CAAC;AAC/H,eAAO,MAAM,WAAW,gBAAgB,CAAC;AACzC,eAAO,MAAM,cAAc,yBAAyB,CAAC;AACrD,eAAO,MAAM,0BAA0B,kBAAkB,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { IAPI } from '../../../../types/connector';
2
+ interface IProps {
3
+ isLoading?: boolean;
4
+ apiList: IAPI[];
5
+ connectorName?: string;
6
+ }
7
+ export declare const APILibrary: ({ connectorName, apiList, isLoading }: IProps) => import("react/jsx-runtime").JSX.Element;
8
+ export {};
9
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/features/api-library/components/api-library/index.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAE,IAAI,EAAE,MAAM,mBAAmB,CAAC;AAEzC,UAAU,MAAM;IACd,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,OAAO,EAAE,IAAI,EAAE,CAAC;IAChB,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB;AAED,eAAO,MAAM,UAAU,0CAAmD,MAAM,4CAgC/E,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../src/features/api-library/components/api-library/styles.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAS,UAAU,EAAU,MAAM,qBAAqB,CAAC;AAChE,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAElD,eAAO,MAAM,iBAAiB,EAAE,eAAe,CAAC,UAAU,CAGzD,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/features/api-library/components/api-library-skeleton/index.tsx"],"names":[],"mappings":"AAIA,eAAO,MAAM,kBAAkB,+CAe9B,CAAC"}
@@ -1,4 +1,6 @@
1
1
  import { StyledComponent } from '@emotion/styled';
2
2
  import { StackProps } from '@hiver/hiver-ui-kit';
3
- export declare const SkeletonWrapper: StyledComponent<StackProps>;
3
+ export declare const SkeletonWrapper: StyledComponent<StackProps & {
4
+ height?: string;
5
+ }>;
4
6
  //# sourceMappingURL=styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../src/features/api-library/components/api-library-skeleton/styles.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAElD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAEtD,eAAO,MAAM,eAAe,EAAE,eAAe,CAAC,UAAU,GAAG;IAAE,MAAM,CAAC,EAAE,MAAM,CAAA;CAAE,CAQ7E,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"api-library.d.ts","sourceRoot":"","sources":["../../../../src/features/api-library/constants/api-library.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,aAAa,oCAAoC,CAAC;AAC/D,eAAO,MAAM,mBAAmB,wEAAwE,CAAC"}
@@ -3,6 +3,5 @@ import { AuthRequest, EditAuthRequest } from '../types/request';
3
3
  export declare const postAuthDetailsApi: (data: AuthRequest) => Promise<import('axios').AxiosResponse<any, any> | undefined>;
4
4
  export declare const patchAuthDetailsApi: (data: EditAuthRequest, connectorId: string) => Promise<import('axios').AxiosResponse<any, any> | undefined>;
5
5
  export declare const testAuthApi: (data: JSONValue, connectorId: string) => Promise<import('axios').AxiosResponse<any, any> | undefined>;
6
- export declare const getConnectorDetail: (connectorId: string) => Promise<import('axios').AxiosResponse<any, any> | undefined>;
7
6
  export declare const postVerifyToken: (data: JSONValue, connectorId: string) => Promise<import('axios').AxiosResponse<any, any> | undefined>;
8
7
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/features/auth/api/index.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AACzC,OAAO,EAAE,WAAW,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AAEhE,eAAO,MAAM,kBAAkB,SAAU,WAAW,iEAMnD,CAAC;AAEF,eAAO,MAAM,mBAAmB,SAAU,eAAe,eAAe,MAAM,iEAO7E,CAAC;AAEF,eAAO,MAAM,WAAW,SAAU,SAAS,eAAe,MAAM,iEAO/D,CAAC;AAEF,eAAO,MAAM,kBAAkB,gBAAiB,MAAM,iEAMrD,CAAC;AAEF,eAAO,MAAM,eAAe,SAAU,SAAS,eAAe,MAAM,iEAOnE,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/features/auth/api/index.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AACzC,OAAO,EAAE,WAAW,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AAEhE,eAAO,MAAM,kBAAkB,SAAU,WAAW,iEAMnD,CAAC;AAEF,eAAO,MAAM,mBAAmB,SAAU,eAAe,eAAe,MAAM,iEAO7E,CAAC;AAEF,eAAO,MAAM,WAAW,SAAU,SAAS,eAAe,MAAM,iEAO/D,CAAC;AAEF,eAAO,MAAM,eAAe,SAAU,SAAS,eAAe,MAAM,iEAOnE,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/features/auth/components/api-executor/index.tsx"],"names":[],"mappings":"AAWA,UAAU,gBAAgB;IACxB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,WAAW,EAAE,MAAM,CAAC;CACrB;AACD,eAAO,MAAM,WAAW,mCAA4C,gBAAgB,4CA8CnF,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/features/auth/components/api-executor/index.tsx"],"names":[],"mappings":"AAWA,UAAU,gBAAgB;IACxB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,WAAW,EAAE,MAAM,CAAC;CACrB;AACD,eAAO,MAAM,WAAW,mCAA4C,gBAAgB,4CA+CnF,CAAC"}
@@ -1,10 +1,12 @@
1
1
  import { IConnectorDetails } from '../../../../types/connector';
2
+ import { IAUTH_STATUS } from '../../types/request';
2
3
  interface IAuthForm {
3
4
  isEdit?: boolean;
4
5
  connectorId: string;
5
6
  isLoading?: boolean;
6
7
  connectorData?: IConnectorDetails | null;
8
+ authStatus: IAUTH_STATUS;
7
9
  }
8
- export declare const AuthForm: ({ isEdit, connectorId, isLoading, connectorData }: IAuthForm) => import("react/jsx-runtime").JSX.Element;
10
+ export declare const AuthForm: ({ isEdit, connectorId, isLoading, connectorData, authStatus }: IAuthForm) => import("react/jsx-runtime").JSX.Element;
9
11
  export {};
10
12
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/features/auth/components/auth-form/index.tsx"],"names":[],"mappings":"AAsBA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,mBAAmB,CAAC;AAI3D,UAAU,SAAS;IACjB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,aAAa,CAAC,EAAE,iBAAiB,GAAG,IAAI,CAAC;CAC1C;AAED,eAAO,MAAM,QAAQ,sDAAuE,SAAS,4CA+IpG,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/features/auth/components/auth-form/index.tsx"],"names":[],"mappings":"AAyBA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,mBAAmB,CAAC;AAC3D,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAKxD,UAAU,SAAS;IACjB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,aAAa,CAAC,EAAE,iBAAiB,GAAG,IAAI,CAAC;IACzC,UAAU,EAAE,YAAY,CAAC;CAC1B;AAED,eAAO,MAAM,QAAQ,kEAAmF,SAAS,4CA+KhH,CAAC"}
@@ -4,5 +4,6 @@ export declare const PageTitle: StyledComponent<TypographyProps>;
4
4
  export declare const Description: StyledComponent<TypographyProps>;
5
5
  export declare const FormWrapper: StyledComponent<StackProps>;
6
6
  export declare const AuthWrapper: StyledComponent<BoxProps>;
7
- export declare const ButtonWrapper: StyledComponent<BoxProps>;
7
+ export declare const ButtonWrapper: StyledComponent<StackProps>;
8
+ export declare const Chip: StyledComponent<TypographyProps>;
8
9
  //# sourceMappingURL=styles.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../src/features/auth/components/auth-form/styles.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAClD,OAAO,KAAK,EAAE,eAAe,EAAE,UAAU,EAAE,QAAQ,EAAE,MAAM,qBAAqB,CAAC;AAEjF,eAAO,MAAM,SAAS,EAAE,eAAe,CAAC,eAAe,CAGtD,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,eAAe,CAAC,eAAe,CAExD,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,eAAe,CAAC,UAAU,CAQnD,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,eAAe,CAAC,QAAQ,CAEjD,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,eAAe,CAAC,QAAQ,CAInD,CAAC"}
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../src/features/auth/components/auth-form/styles.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAClD,OAAO,KAAK,EAAE,eAAe,EAAE,UAAU,EAAE,QAAQ,EAAE,MAAM,qBAAqB,CAAC;AAEjF,eAAO,MAAM,SAAS,EAAE,eAAe,CAAC,eAAe,CAGtD,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,eAAe,CAAC,eAAe,CAExD,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,eAAe,CAAC,UAAU,CAenD,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,eAAe,CAAC,QAAQ,CAEjD,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,eAAe,CAAC,UAAU,CAIrD,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,eAAe,CAAC,eAAe,CAIjD,CAAC"}
@@ -1,6 +1,5 @@
1
1
  export declare const POST_AUTH_DETAILS: string;
2
2
  export declare const TEST_AUTH: string;
3
3
  export declare const PATCH_AUTH_DETAILS: string;
4
- export declare const CONNECTOR_DETAIL: string;
5
4
  export declare const VERIFY_TOKEN: string;
6
5
  //# sourceMappingURL=api.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"api.d.ts","sourceRoot":"","sources":["../../../../src/features/auth/constants/api.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,iBAAiB,QAAiC,CAAC;AAChE,eAAO,MAAM,SAAS,QAA6C,CAAC;AACpE,eAAO,MAAM,kBAAkB,QAAwC,CAAC;AACxE,eAAO,MAAM,gBAAgB,QAAoC,CAAC;AAClE,eAAO,MAAM,YAAY,QAAwD,CAAC"}
1
+ {"version":3,"file":"api.d.ts","sourceRoot":"","sources":["../../../../src/features/auth/constants/api.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,iBAAiB,QAAiC,CAAC;AAChE,eAAO,MAAM,SAAS,QAA6C,CAAC;AACpE,eAAO,MAAM,kBAAkB,QAAwC,CAAC;AACxE,eAAO,MAAM,YAAY,QAAwD,CAAC"}
@@ -2,8 +2,11 @@ import { IAUTH_STATUS } from '../types/request';
2
2
  export declare const AUTH_SUCCESS_MSG = "authSuccedded";
3
3
  export declare const AUTH_FAILED_MSG = "authFaield";
4
4
  export declare const CONNECTOR_ID = "custom_connectorId";
5
- export declare const AUTH = "auth";
5
+ export declare const TOKEN = "token";
6
6
  export declare const AUTH_STATUS: {
7
7
  [key: string]: IAUTH_STATUS;
8
8
  };
9
+ export declare const AUTH_SUCCESS_TOAST_MSG = "Successfully Authorized";
10
+ export declare const AUTH_FAILED_TOAST_MSG = "Authorizarion Failed";
11
+ export declare const COPY_SUCCESS = "Copied to clipboard";
9
12
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/features/auth/constants/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAEhD,eAAO,MAAM,gBAAgB,kBAAkB,CAAC;AAChD,eAAO,MAAM,eAAe,eAAe,CAAC;AAC5C,eAAO,MAAM,YAAY,uBAAuB,CAAC;AACjD,eAAO,MAAM,IAAI,SAAS,CAAC;AAE3B,eAAO,MAAM,WAAW,EAAE;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,YAAY,CAAA;CAKtD,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/features/auth/constants/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAEhD,eAAO,MAAM,gBAAgB,kBAAkB,CAAC;AAChD,eAAO,MAAM,eAAe,eAAe,CAAC;AAC5C,eAAO,MAAM,YAAY,uBAAuB,CAAC;AACjD,eAAO,MAAM,KAAK,UAAU,CAAC;AAE7B,eAAO,MAAM,WAAW,EAAE;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,YAAY,CAAA;CAKtD,CAAC;AAEF,eAAO,MAAM,sBAAsB,4BAA4B,CAAC;AAChE,eAAO,MAAM,qBAAqB,yBAAyB,CAAC;AAC5D,eAAO,MAAM,YAAY,wBAAwB,CAAC"}
@@ -1,11 +1,8 @@
1
1
  import { ApiStatus } from '../../../types/api';
2
- import { IConnectorDetails } from '../../../types/connector';
3
2
  import { IAUTH_STATUS, ITestUrlData } from '../types/request';
4
3
  export interface AuthState {
5
4
  authSubmitApiStatus: ApiStatus;
6
5
  testApiStatus: ApiStatus;
7
- connectorDetailApiStatus: ApiStatus;
8
- connectorDetails: IConnectorDetails | null;
9
6
  isAuthenticated: {
10
7
  [key: string]: boolean;
11
8
  };
@@ -1 +1 @@
1
- {"version":3,"file":"initial-state.d.ts","sourceRoot":"","sources":["../../../../src/features/auth/store/initial-state.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAC7C,OAAO,EAAE,iBAAiB,EAAE,MAAM,mBAAmB,CAAC;AACtD,OAAO,EAAE,YAAY,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAE9D,MAAM,WAAW,SAAS;IACxB,mBAAmB,EAAE,SAAS,CAAC;IAC/B,aAAa,EAAE,SAAS,CAAC;IACzB,wBAAwB,EAAE,SAAS,CAAC;IACpC,gBAAgB,EAAE,iBAAiB,GAAG,IAAI,CAAC;IAC3C,eAAe,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAA;KAAE,CAAC;IAC5C,OAAO,EAAE,MAAM,CAAC;IAChB,oBAAoB,EAAE,SAAS,CAAC;IAChC,oBAAoB,EAAE,OAAO,CAAC;IAE9B,UAAU,EAAE,YAAY,CAAC;IACzB,WAAW,EAAE,YAAY,GAAG,IAAI,CAAC;CAClC;AAGD,eAAO,MAAM,YAAY,EAAE,SAY1B,CAAC"}
1
+ {"version":3,"file":"initial-state.d.ts","sourceRoot":"","sources":["../../../../src/features/auth/store/initial-state.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAC7C,OAAO,EAAE,YAAY,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAE9D,MAAM,WAAW,SAAS;IACxB,mBAAmB,EAAE,SAAS,CAAC;IAC/B,aAAa,EAAE,SAAS,CAAC;IACzB,eAAe,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAA;KAAE,CAAC;IAC5C,OAAO,EAAE,MAAM,CAAC;IAChB,oBAAoB,EAAE,SAAS,CAAC;IAChC,oBAAoB,EAAE,OAAO,CAAC;IAC9B,UAAU,EAAE,YAAY,CAAC;IACzB,WAAW,EAAE,YAAY,GAAG,IAAI,CAAC;CAClC;AAGD,eAAO,MAAM,YAAY,EAAE,SAS1B,CAAC"}
@@ -1,7 +1,4 @@
1
1
  import { RootState } from '../../../store';
2
- export declare const selectConnectorDetail: (state: RootState) => import('../../../types/connector').IConnectorDetails | null;
3
- export declare const selectConnectorDetailApiStatus: (state: RootState) => import('../../../types/api').ApiStatus;
4
- export declare const selectorConnectorDetailApiStatus: (state: RootState) => import('../../../types/api').ApiStatus;
5
2
  export declare const selectorAuthSubmitApiStatus: (state: RootState) => import('../../../types/api').ApiStatus;
6
3
  export declare const selectAuthUrl: (state: RootState) => string;
7
4
  export declare const selectVerifyTokenApiStatus: (state: RootState) => import('../../../types/api').ApiStatus;
@@ -1 +1 @@
1
- {"version":3,"file":"selectors.d.ts","sourceRoot":"","sources":["../../../../src/features/auth/store/selectors.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEzC,eAAO,MAAM,qBAAqB,UAAW,SAAS,gEAAgC,CAAC;AACvF,eAAO,MAAM,8BAA8B,UAAW,SAAS,2CAAwC,CAAC;AACxG,eAAO,MAAM,gCAAgC,UAAW,SAAS,2CAAwC,CAAC;AAC1G,eAAO,MAAM,2BAA2B,UAAW,SAAS,2CAAmC,CAAC;AAChG,eAAO,MAAM,aAAa,UAAW,SAAS,WAAuB,CAAC;AACtE,eAAO,MAAM,0BAA0B,UAAW,SAAS,2CAAoC,CAAC;AAChG,eAAO,MAAM,4BAA4B,UAAW,SAAS,YAAoC,CAAC;AAElG,eAAO,MAAM,gBAAgB,UAAW,SAAS,4CAA0B,CAAC;AAC5E,eAAO,MAAM,mBAAmB,UAAW,SAAS,2CAA6B,CAAC;AAClF,eAAO,MAAM,iBAAiB,UAAW,SAAS,mDAA2B,CAAC"}
1
+ {"version":3,"file":"selectors.d.ts","sourceRoot":"","sources":["../../../../src/features/auth/store/selectors.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEzC,eAAO,MAAM,2BAA2B,UAAW,SAAS,2CAAmC,CAAC;AAChG,eAAO,MAAM,aAAa,UAAW,SAAS,WAAuB,CAAC;AACtE,eAAO,MAAM,0BAA0B,UAAW,SAAS,2CAAoC,CAAC;AAChG,eAAO,MAAM,4BAA4B,UAAW,SAAS,YAAoC,CAAC;AAClG,eAAO,MAAM,gBAAgB,UAAW,SAAS,4CAA0B,CAAC;AAC5E,eAAO,MAAM,mBAAmB,UAAW,SAAS,2CAA6B,CAAC;AAClF,eAAO,MAAM,iBAAiB,UAAW,SAAS,mDAA2B,CAAC"}
@@ -1,14 +1,12 @@
1
1
  import { PayloadAction } from '@reduxjs/toolkit';
2
2
  import { JSONValue } from '../../../types/json';
3
3
  import { AuthRequest, EditAuthRequest, IAUTH_STATUS } from '../types/request';
4
- import { IConnectorDetails } from '../../../types/connector';
5
4
  export declare const authSlice: import('@reduxjs/toolkit').Slice<import('./initial-state').AuthState, {
6
5
  authDone: (state: import('immer').WritableDraft<import('./initial-state').AuthState>, action: PayloadAction<IAUTH_STATUS>) => void;
7
6
  resetState: () => import('./initial-state').AuthState;
8
7
  }, "auth", "auth", import('@reduxjs/toolkit').SliceSelectors<import('./initial-state').AuthState>>;
9
8
  declare const submitAuthDetails: import('@reduxjs/toolkit').AsyncThunk<{
10
9
  authUrl: any;
11
- authSucceeded: boolean;
12
10
  authStatus: IAUTH_STATUS;
13
11
  }, {
14
12
  data: AuthRequest;
@@ -43,20 +41,6 @@ declare const testAuth: import('@reduxjs/toolkit').AsyncThunk<{
43
41
  fulfilledMeta?: unknown;
44
42
  rejectedMeta?: unknown;
45
43
  }>;
46
- declare const fetchConnectorDetails: import('@reduxjs/toolkit').AsyncThunk<{
47
- connector: null;
48
- } | {
49
- connector: IConnectorDetails;
50
- }, string, {
51
- state?: unknown;
52
- dispatch?: import('redux-thunk').ThunkDispatch<unknown, unknown, import('redux').UnknownAction>;
53
- extra?: unknown;
54
- rejectValue?: unknown;
55
- serializedErrorType?: unknown;
56
- pendingMeta?: unknown;
57
- fulfilledMeta?: unknown;
58
- rejectedMeta?: unknown;
59
- }>;
60
44
  declare const verifyToken: import('@reduxjs/toolkit').AsyncThunk<void, {
61
45
  data: JSONValue;
62
46
  connectorId: string;
@@ -73,5 +57,5 @@ declare const verifyToken: import('@reduxjs/toolkit').AsyncThunk<void, {
73
57
  declare const authDone: import('@reduxjs/toolkit').ActionCreatorWithPayload<IAUTH_STATUS, "auth/authDone">, resetState: import('@reduxjs/toolkit').ActionCreatorWithoutPayload<"auth/resetState">;
74
58
  declare const _default: import('redux').Reducer<import('./initial-state').AuthState>;
75
59
  export default _default;
76
- export { testAuth, fetchConnectorDetails, submitAuthDetails, verifyToken, authDone, resetState };
60
+ export { testAuth, submitAuthDetails, verifyToken, authDone, resetState };
77
61
  //# sourceMappingURL=slice.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"slice.d.ts","sourceRoot":"","sources":["../../../../src/features/auth/store/slice.ts"],"names":[],"mappings":"AAAA,OAAO,EAAiC,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAKhF,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AACzC,OAAO,EAAE,WAAW,EAAE,eAAe,EAAE,YAAY,EAAgB,MAAM,kBAAkB,CAAC;AAI5F,OAAO,EAAE,iBAAiB,EAAE,MAAM,mBAAmB,CAAC;AAEtD,eAAO,MAAM,SAAS;kGAIQ,aAAa,CAAC,YAAY,CAAC;;kGA+DvD,CAAC;AAEH,QAAA,MAAM,iBAAiB;;;;;UAEG,WAAW;;UAAa,eAAe;iBAAe,MAAM;;;;;;;;;;EAmCrF,CAAC;AAEF,QAAA,MAAM,QAAQ;;;;UAE0B;QAAE,OAAO,EAAE,MAAM,CAAA;KAAE;iBAAe,MAAM;;;;;;;;;;EAiB/E,CAAC;AAEF,QAAA,MAAM,qBAAqB;;;eAWK,iBAAiB;;;;;;;;;;EAE/C,CAAC;AAEH,QAAA,MAAM,WAAW;UAEuB,SAAS;iBAAe,MAAM;;;;;;;;;;EAGrE,CAAC;AAEF,QAAA,MAAQ,QAAQ,sFAAE,UAAU,2EAAsB,CAAC;;AACnD,wBAAiC;AACjC,OAAO,EAAE,QAAQ,EAAE,qBAAqB,EAAE,iBAAiB,EAAE,WAAW,EAAE,QAAQ,EAAE,UAAU,EAAE,CAAC"}
1
+ {"version":3,"file":"slice.d.ts","sourceRoot":"","sources":["../../../../src/features/auth/store/slice.ts"],"names":[],"mappings":"AAAA,OAAO,EAAiC,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAKhF,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AACzC,OAAO,EAAE,WAAW,EAAE,eAAe,EAAE,YAAY,EAAgB,MAAM,kBAAkB,CAAC;AAI5F,eAAO,MAAM,SAAS;kGAIQ,aAAa,CAAC,YAAY,CAAC;;kGAoDvD,CAAC;AAEH,QAAA,MAAM,iBAAiB;;;;UAEG,WAAW;;UAAa,eAAe;iBAAe,MAAM;;;;;;;;;;EA+BrF,CAAC;AAEF,QAAA,MAAM,QAAQ;;;;UAE0B;QAAE,OAAO,EAAE,MAAM,CAAA;KAAE;iBAAe,MAAM;;;;;;;;;;EAgB/E,CAAC;AAEF,QAAA,MAAM,WAAW;UAEuB,SAAS;iBAAe,MAAM;;;;;;;;;;EAGrE,CAAC;AAEF,QAAA,MAAQ,QAAQ,sFAAE,UAAU,2EAAsB,CAAC;;AACnD,wBAAiC;AACjC,OAAO,EAAE,QAAQ,EAAE,iBAAiB,EAAE,WAAW,EAAE,QAAQ,EAAE,UAAU,EAAE,CAAC"}
@@ -21,7 +21,7 @@ export interface ApiKeyRequest {
21
21
  }
22
22
  export interface EditAuthRequest {
23
23
  authDetails: oAuthRequest | ApiKeyRequest;
24
- baseUrl: string;
24
+ baseUrl?: string;
25
25
  }
26
26
  export interface AuthRequest extends EditAuthRequest {
27
27
  templateId: string;
@@ -1 +1 @@
1
- {"version":3,"file":"request.d.ts","sourceRoot":"","sources":["../../../../src/features/auth/types/request.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAEzC,MAAM,MAAM,QAAQ,GAAG,QAAQ,GAAG,QAAQ,CAAC;AAE3C,MAAM,WAAW,YAAY;IAC3B,QAAQ,EAAE,MAAM,CAAC;IACjB,YAAY,EAAE,MAAM,CAAC;IACrB,QAAQ,EAAE,QAAQ,CAAC;IACnB,eAAe,EAAE,MAAM,CAAC;IACxB,gBAAgB,EAAE,MAAM,CAAC;IACzB,eAAe,EAAE,MAAM,CAAC;IACxB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,WAAW,aAAa;IAC5B,QAAQ,EAAE,QAAQ,CAAC;IACnB,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,MAAM,CAAC;IACjB,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,WAAW,eAAe;IAC9B,WAAW,EAAE,YAAY,GAAG,aAAa,CAAC;IAC1C,OAAO,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,WAAW,WAAY,SAAQ,eAAe;IAClD,UAAU,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,WAAW,YAAY;IAC3B,eAAe,EAAE,SAAS,CAAC;IAC3B,UAAU,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,MAAM,YAAY,GAAG,MAAM,GAAG,SAAS,GAAG,QAAQ,GAAG,SAAS,CAAC"}
1
+ {"version":3,"file":"request.d.ts","sourceRoot":"","sources":["../../../../src/features/auth/types/request.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAEzC,MAAM,MAAM,QAAQ,GAAG,QAAQ,GAAG,QAAQ,CAAC;AAE3C,MAAM,WAAW,YAAY;IAC3B,QAAQ,EAAE,MAAM,CAAC;IACjB,YAAY,EAAE,MAAM,CAAC;IACrB,QAAQ,EAAE,QAAQ,CAAC;IACnB,eAAe,EAAE,MAAM,CAAC;IACxB,gBAAgB,EAAE,MAAM,CAAC;IACzB,eAAe,EAAE,MAAM,CAAC;IACxB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,WAAW,aAAa;IAC5B,QAAQ,EAAE,QAAQ,CAAC;IACnB,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,MAAM,CAAC;IACjB,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,WAAW,eAAe;IAC9B,WAAW,EAAE,YAAY,GAAG,aAAa,CAAC;IAC1C,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AAED,MAAM,WAAW,WAAY,SAAQ,eAAe;IAClD,UAAU,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,WAAW,YAAY;IAC3B,eAAe,EAAE,SAAS,CAAC;IAC3B,UAAU,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,MAAM,YAAY,GAAG,MAAM,GAAG,SAAS,GAAG,QAAQ,GAAG,SAAS,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/features/auth/utils/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,cAAc,CAAC;AAM9C,OAAO,KAAK,EAAE,aAAa,EAAE,aAAa,EAAE,UAAU,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAC1F,OAAO,KAAK,EAAE,WAAW,EAAE,eAAe,EAA+B,MAAM,kBAAkB,CAAC;AAElG,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAEtD,eAAO,MAAM,kBAAkB,2DAM5B;IACD,MAAM,EAAE,OAAO,CAAC;IAChB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,MAAM,EAAE,aAAa,CAAC,QAAQ,CAAC,CAAC;IAChC,UAAU,EAAE,OAAO,CAAC,MAAM,CAAC,aAAa,EAAE,cAAc,CAAC,CAAC,CAAC;IAC3D,UAAU,EAAE,UAAU,CAAC;CACxB,KAAG,WAAW,GAAG,eA6CjB,CAAC;AAEF,wBAAgB,yBAAyB,CAAC,QAAQ,EAAE,YAAY,GAAG,OAAO,CAAC,MAAM,CAAC,aAAa,EAAE,UAAU,CAAC,CAAC,CA+B5G"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/features/auth/utils/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,cAAc,CAAC;AAa9C,OAAO,KAAK,EAAE,aAAa,EAAE,aAAa,EAAE,UAAU,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAC1F,OAAO,KAAK,EAAE,WAAW,EAAE,eAAe,EAA+B,MAAM,kBAAkB,CAAC;AAElG,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAEtD,eAAO,MAAM,kBAAkB,2DAM5B;IACD,MAAM,EAAE,OAAO,CAAC;IAChB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,MAAM,EAAE,aAAa,CAAC,QAAQ,CAAC,CAAC;IAChC,UAAU,EAAE,OAAO,CAAC,MAAM,CAAC,aAAa,EAAE,cAAc,CAAC,CAAC,CAAC;IAC3D,UAAU,EAAE,UAAU,CAAC;CACxB,KAAG,WAAW,GAAG,eAkDjB,CAAC;AAEF,wBAAgB,yBAAyB,CAAC,QAAQ,EAAE,YAAY,GAAG,OAAO,CAAC,MAAM,CAAC,aAAa,EAAE,UAAU,CAAC,CAAC,CA+B5G"}
@@ -2,8 +2,7 @@ export interface IUpdateConnectorDetails {
2
2
  id: string;
3
3
  enabled: boolean;
4
4
  }
5
- export declare const getConnectorTempelates: () => Promise<import('axios').AxiosResponse<any, any> | undefined>;
6
5
  export declare const getConnectors: () => Promise<import('axios').AxiosResponse<any, any> | undefined>;
7
- export declare const getConnectorTemplateDetails: (templateId: string) => Promise<import('axios').AxiosResponse<any, any> | undefined>;
8
6
  export declare const updateConnectorDetails: ({ id, enabled }: IUpdateConnectorDetails) => Promise<import('axios').AxiosResponse<any, any> | undefined>;
7
+ export declare const getConnectorDetail: (connectorId: string) => Promise<import('axios').AxiosResponse<any, any> | undefined>;
9
8
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/features/connector-library/api/index.ts"],"names":[],"mappings":"AAMA,MAAM,WAAW,uBAAuB;IACtC,EAAE,EAAE,MAAM,CAAC;IACX,OAAO,EAAE,OAAO,CAAC;CAClB;AAED,eAAO,MAAM,sBAAsB,oEAKlC,CAAC;AAEF,eAAO,MAAM,aAAa,oEAKzB,CAAC;AAEF,eAAO,MAAM,2BAA2B,eAAgB,MAAM,iEAK7D,CAAC;AAEF,eAAO,MAAM,sBAAsB,oBAAqB,uBAAuB,iEAM9E,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/features/connector-library/api/index.ts"],"names":[],"mappings":"AAMA,MAAM,WAAW,uBAAuB;IACtC,EAAE,EAAE,MAAM,CAAC;IACX,OAAO,EAAE,OAAO,CAAC;CAClB;AAED,eAAO,MAAM,aAAa,oEAKzB,CAAC;AAEF,eAAO,MAAM,sBAAsB,oBAAqB,uBAAuB,iEAM9E,CAAC;AAEF,eAAO,MAAM,kBAAkB,gBAAiB,MAAM,iEAMrD,CAAC"}
@@ -0,0 +1,12 @@
1
+ import { IConnectorDetails } from '../../../../types/connector';
2
+ interface ICustomConnectorCardItem {
3
+ connector: IConnectorDetails;
4
+ setModal?: (val: boolean) => void;
5
+ setConnectorId?: (val: string) => void;
6
+ isConfigSettingsPage?: boolean;
7
+ isLoading?: boolean;
8
+ isEdit?: boolean;
9
+ }
10
+ export declare const CustomConnectorCardItem: ({ connector, setModal, setConnectorId, isConfigSettingsPage, isEdit }: ICustomConnectorCardItem) => import("react/jsx-runtime").JSX.Element;
11
+ export {};
12
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/features/connector-library/components/custom-connector-card-item/index.tsx"],"names":[],"mappings":"AAiBA,OAAO,EAAE,iBAAiB,EAAE,MAAM,mBAAmB,CAAC;AAiBtD,UAAU,wBAAwB;IAChC,SAAS,EAAE,iBAAiB,CAAC;IAC7B,QAAQ,CAAC,EAAE,CAAC,GAAG,EAAE,OAAO,KAAK,IAAI,CAAC;IAClC,cAAc,CAAC,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,IAAI,CAAC;IACvC,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB;AAED,eAAO,MAAM,uBAAuB,0EAMjC,wBAAwB,4CAyH1B,CAAC"}