@hiver/connector-admin 0.0.10-beta.8 → 1.0.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 (236) 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/styles.d.ts +2 -2
  8. package/app/connectors/pages/connector-view/agent/styles.d.ts.map +1 -1
  9. package/app/connectors/pages/connector-view/dashboard/index.d.ts.map +1 -1
  10. package/app/connectors/pages/connector-view/dashboard/styles.d.ts +1 -16
  11. package/app/connectors/pages/connector-view/dashboard/styles.d.ts.map +1 -1
  12. package/app/connectors/pages/connector-view/index.d.ts.map +1 -1
  13. package/app/connectors/pages/connector-view/style.d.ts +5 -0
  14. package/app/connectors/pages/connector-view/style.d.ts.map +1 -0
  15. package/app/connectors/pages/settings/index.d.ts.map +1 -1
  16. package/app/connectors/pages/settings/styles.d.ts +2 -3
  17. package/app/connectors/pages/settings/styles.d.ts.map +1 -1
  18. package/app/connectors/pages/upgrade-page/index.d.ts +7 -0
  19. package/app/connectors/pages/upgrade-page/index.d.ts.map +1 -0
  20. package/app/connectors/pages/upgrade-page/style.d.ts +16 -0
  21. package/app/connectors/pages/upgrade-page/style.d.ts.map +1 -0
  22. package/app/connectors/provider.d.ts +3 -6
  23. package/app/connectors/provider.d.ts.map +1 -1
  24. package/app/connectors/router.d.ts +3 -2
  25. package/app/connectors/router.d.ts.map +1 -1
  26. package/app/style.d.ts +5 -0
  27. package/app/style.d.ts.map +1 -0
  28. package/components/layouts/sidebar/index.d.ts.map +1 -1
  29. package/components/layouts/sidebar/styles.d.ts.map +1 -1
  30. package/components/ui/bread-crumbs/index.d.ts +6 -2
  31. package/components/ui/bread-crumbs/index.d.ts.map +1 -1
  32. package/components/ui/bread-crumbs/styles.d.ts.map +1 -1
  33. package/components/ui/form/index.d.ts +7 -1
  34. package/components/ui/form/index.d.ts.map +1 -1
  35. package/components/ui/form/styles.d.ts.map +1 -1
  36. package/components/ui/form-fields/index.d.ts +4 -0
  37. package/components/ui/form-fields/index.d.ts.map +1 -1
  38. package/components/ui/form-fields/styles.d.ts.map +1 -1
  39. package/constants/bread-crumbs.d.ts +0 -2
  40. package/constants/bread-crumbs.d.ts.map +1 -1
  41. package/constants/gainsight.d.ts +23 -0
  42. package/constants/gainsight.d.ts.map +1 -0
  43. package/constants/global-constants.d.ts +13 -0
  44. package/constants/global-constants.d.ts.map +1 -0
  45. package/constants/modal.d.ts +1 -1
  46. package/constants/modal.d.ts.map +1 -1
  47. package/constants/router-paths.d.ts +1 -1
  48. package/constants/sidebar.d.ts +3 -0
  49. package/constants/sidebar.d.ts.map +1 -1
  50. package/context/index.d.ts +5 -2
  51. package/context/index.d.ts.map +1 -1
  52. package/context/main-app-provider/index.d.ts +2 -5
  53. package/context/main-app-provider/index.d.ts.map +1 -1
  54. package/features/agent/components/agent-landing/index.d.ts +2 -1
  55. package/features/agent/components/agent-landing/index.d.ts.map +1 -1
  56. package/features/agent/components/agent-landing/styles.d.ts +4 -4
  57. package/features/agent/components/agent-landing/styles.d.ts.map +1 -1
  58. package/features/agent/constants/index.d.ts +2 -0
  59. package/features/agent/constants/index.d.ts.map +1 -1
  60. package/features/api-library/components/api-library/index.d.ts +11 -0
  61. package/features/api-library/components/api-library/index.d.ts.map +1 -0
  62. package/features/api-library/components/api-library/styles.d.ts +5 -0
  63. package/features/api-library/components/api-library/styles.d.ts.map +1 -0
  64. package/features/api-library/components/api-library-skeleton/index.d.ts.map +1 -0
  65. package/features/{connector-library → api-library}/components/api-library-skeleton/styles.d.ts +3 -1
  66. package/features/api-library/components/api-library-skeleton/styles.d.ts.map +1 -0
  67. package/features/api-library/constants/api-library.d.ts +4 -0
  68. package/features/api-library/constants/api-library.d.ts.map +1 -0
  69. package/features/auth/api/index.d.ts +0 -1
  70. package/features/auth/api/index.d.ts.map +1 -1
  71. package/features/auth/components/api-executor/index.d.ts +3 -1
  72. package/features/auth/components/api-executor/index.d.ts.map +1 -1
  73. package/features/auth/components/auth-form/index.d.ts.map +1 -1
  74. package/features/auth/components/auth-form/styles.d.ts +2 -1
  75. package/features/auth/components/auth-form/styles.d.ts.map +1 -1
  76. package/features/auth/components/auth-form-skeleton/index.d.ts +2 -0
  77. package/features/auth/components/auth-form-skeleton/index.d.ts.map +1 -0
  78. package/features/auth/constants/api.d.ts +0 -1
  79. package/features/auth/constants/api.d.ts.map +1 -1
  80. package/features/auth/constants/form-config.d.ts.map +1 -1
  81. package/features/auth/constants/index.d.ts +7 -2
  82. package/features/auth/constants/index.d.ts.map +1 -1
  83. package/features/auth/store/initial-state.d.ts +0 -3
  84. package/features/auth/store/initial-state.d.ts.map +1 -1
  85. package/features/auth/store/selectors.d.ts +0 -3
  86. package/features/auth/store/selectors.d.ts.map +1 -1
  87. package/features/auth/store/slice.d.ts +5 -17
  88. package/features/auth/store/slice.d.ts.map +1 -1
  89. package/features/auth/types/form.d.ts +2 -1
  90. package/features/auth/types/form.d.ts.map +1 -1
  91. package/features/auth/types/request.d.ts +4 -3
  92. package/features/auth/types/request.d.ts.map +1 -1
  93. package/features/auth/utils/index.d.ts.map +1 -1
  94. package/features/connector-library/api/index.d.ts +1 -2
  95. package/features/connector-library/api/index.d.ts.map +1 -1
  96. package/features/connector-library/components/custom-connector-card-item/index.d.ts +11 -0
  97. package/features/connector-library/components/custom-connector-card-item/index.d.ts.map +1 -0
  98. package/features/connector-library/components/custom-connector-card-item/styles.d.ts +11 -0
  99. package/features/connector-library/components/custom-connector-card-item/styles.d.ts.map +1 -0
  100. package/features/connector-library/components/custom-connector-card-list/__tests__/custom-connector-card.test.d.ts.map +1 -0
  101. package/features/connector-library/components/custom-connector-card-list/index.d.ts +3 -0
  102. package/features/connector-library/components/custom-connector-card-list/index.d.ts.map +1 -0
  103. package/features/connector-library/components/custom-connector-card-list/style.d.ts.map +1 -0
  104. package/features/connector-library/components/custom-connector-enabled-modal/index.d.ts +9 -0
  105. package/features/connector-library/components/custom-connector-enabled-modal/index.d.ts.map +1 -0
  106. package/features/connector-library/components/custom-connector-enabled-modal/styles.d.ts +5 -0
  107. package/features/connector-library/components/custom-connector-enabled-modal/styles.d.ts.map +1 -0
  108. package/features/connector-library/constants/api.d.ts +1 -2
  109. package/features/connector-library/constants/api.d.ts.map +1 -1
  110. package/features/connector-library/store/initial-state.d.ts +4 -10
  111. package/features/connector-library/store/initial-state.d.ts.map +1 -1
  112. package/features/connector-library/store/selectors.d.ts +2 -8
  113. package/features/connector-library/store/selectors.d.ts.map +1 -1
  114. package/features/connector-library/store/slice.d.ts +10 -36
  115. package/features/connector-library/store/slice.d.ts.map +1 -1
  116. package/features/request-new-connector/components/request-new-card/index.d.ts.map +1 -1
  117. package/features/request-new-connector/components/request-new-card/styles.d.ts +0 -11
  118. package/features/request-new-connector/components/request-new-card/styles.d.ts.map +1 -1
  119. package/features/request-new-connector/components/request-new-modal/index.d.ts +1 -1
  120. package/features/request-new-connector/components/request-new-modal/index.d.ts.map +1 -1
  121. package/features/request-new-connector/components/request-new-modal/request-panel.d.ts +1 -0
  122. package/features/request-new-connector/components/request-new-modal/request-panel.d.ts.map +1 -1
  123. package/features/request-new-connector/components/request-new-modal/styles.d.ts +3 -1
  124. package/features/request-new-connector/components/request-new-modal/styles.d.ts.map +1 -1
  125. package/features/request-new-connector/components/request-new-modal/submitted-panel.d.ts.map +1 -1
  126. package/features/request-new-connector/constants/index.d.ts +1 -1
  127. package/features/request-new-connector/constants/index.d.ts.map +1 -1
  128. package/features/request-new-connector/types/index.d.ts +2 -2
  129. package/features/request-new-connector/types/index.d.ts.map +1 -1
  130. package/features/template-library/api/index.d.ts +7 -0
  131. package/features/template-library/api/index.d.ts.map +1 -0
  132. package/features/template-library/components/library-card-list/__tests__/library-card-list.test.d.ts.map +1 -0
  133. package/features/template-library/components/library-card-list/index.d.ts.map +1 -0
  134. package/features/{connector-library → template-library}/components/library-card-list/styles.d.ts +0 -2
  135. package/features/template-library/components/library-card-list/styles.d.ts.map +1 -0
  136. package/features/template-library/components/library-card-skeleton/index.d.ts.map +1 -0
  137. package/features/template-library/components/library-card-skeleton/styles.d.ts.map +1 -0
  138. package/features/template-library/components/library-edit-list/index.d.ts.map +1 -0
  139. package/features/template-library/components/library-edit-list/styles.d.ts.map +1 -0
  140. package/features/template-library/constants/api.d.ts +3 -0
  141. package/features/template-library/constants/api.d.ts.map +1 -0
  142. package/features/template-library/constants/content-page.d.ts.map +1 -0
  143. package/features/template-library/store/initial-state.d.ts +15 -0
  144. package/features/template-library/store/initial-state.d.ts.map +1 -0
  145. package/features/template-library/store/selectors.d.ts +9 -0
  146. package/features/template-library/store/selectors.d.ts.map +1 -0
  147. package/features/template-library/store/slice.d.ts +41 -0
  148. package/features/template-library/store/slice.d.ts.map +1 -0
  149. package/features/toast-message/constants/toast.d.ts +2 -0
  150. package/features/toast-message/constants/toast.d.ts.map +1 -1
  151. package/features/toast-message/showMessage.d.ts.map +1 -1
  152. package/gainsight-7AZqfBvZ.js +25 -0
  153. package/hooks-CjAK86gy.js +6 -0
  154. package/index-BAHDqKss.js +29 -0
  155. package/index-BluFU4Qp.js +81 -0
  156. package/{index-m1nx1YPE.js → index-BnVEsSdV.js} +1712 -1532
  157. package/index-BqGsuBlL.js +31966 -0
  158. package/index-DKo2NU-Y.js +104 -0
  159. package/{index-CQYnmtXy.js → index-Dt3uzcNe.js} +1779 -1443
  160. package/index-iNlSCq_d.js +190 -0
  161. package/index.es.js +5 -5
  162. package/index.umd.js +1497 -476
  163. package/main.d.ts +1 -0
  164. package/main.d.ts.map +1 -1
  165. package/package.json +1 -1
  166. package/selectors-BZXXKPzK.js +9 -0
  167. package/showMessage-CQ6TNMXe.js +2648 -0
  168. package/store/hooks.d.ts +2 -0
  169. package/store/hooks.d.ts.map +1 -1
  170. package/store/index.d.ts +4 -0
  171. package/store/index.d.ts.map +1 -1
  172. package/store/request-connector-api/initial-state.d.ts +1 -1
  173. package/store/request-connector-api/slice.d.ts +1 -1
  174. package/testing/mocks/handlers/auth.d.ts.map +1 -1
  175. package/testing/mocks/handlers/connector-template.d.ts +1 -0
  176. package/testing/mocks/handlers/connector-template.d.ts.map +1 -1
  177. package/testing/setup-store.d.ts +2 -0
  178. package/testing/setup-store.d.ts.map +1 -1
  179. package/types/common.d.ts +4 -0
  180. package/types/common.d.ts.map +1 -1
  181. package/types/connector.d.ts +10 -6
  182. package/types/connector.d.ts.map +1 -1
  183. package/types/router.d.ts +18 -0
  184. package/types/router.d.ts.map +1 -1
  185. package/utils/index.d.ts +12 -0
  186. package/utils/index.d.ts.map +1 -1
  187. package/app/connectors/pages/settings/connector-config/__tests__/connector-config.test.d.ts.map +0 -1
  188. package/app/connectors/pages/settings/connector-config/index.d.ts.map +0 -1
  189. package/app/connectors/pages/settings/connector-config/style.d.ts.map +0 -1
  190. package/features/auth/utils/type-guards.d.ts +0 -8
  191. package/features/auth/utils/type-guards.d.ts.map +0 -1
  192. package/features/connector-library/components/api-library/index.d.ts +0 -7
  193. package/features/connector-library/components/api-library/index.d.ts.map +0 -1
  194. package/features/connector-library/components/api-library/styles.d.ts +0 -4
  195. package/features/connector-library/components/api-library/styles.d.ts.map +0 -1
  196. package/features/connector-library/components/api-library-skeleton/index.d.ts.map +0 -1
  197. package/features/connector-library/components/api-library-skeleton/styles.d.ts.map +0 -1
  198. package/features/connector-library/components/connector-enabled-modal/index.d.ts +0 -9
  199. package/features/connector-library/components/connector-enabled-modal/index.d.ts.map +0 -1
  200. package/features/connector-library/components/connector-enabled-modal/styles.d.ts +0 -4
  201. package/features/connector-library/components/connector-enabled-modal/styles.d.ts.map +0 -1
  202. package/features/connector-library/components/library-card-list/__tests__/library-card-list.test.d.ts.map +0 -1
  203. package/features/connector-library/components/library-card-list/index.d.ts.map +0 -1
  204. package/features/connector-library/components/library-card-list/styles.d.ts.map +0 -1
  205. package/features/connector-library/components/library-card-skeleton/index.d.ts.map +0 -1
  206. package/features/connector-library/components/library-card-skeleton/styles.d.ts.map +0 -1
  207. package/features/connector-library/components/library-edit-list/index.d.ts.map +0 -1
  208. package/features/connector-library/components/library-edit-list/styles.d.ts.map +0 -1
  209. package/features/connector-library/constants/api-library.d.ts +0 -3
  210. package/features/connector-library/constants/api-library.d.ts.map +0 -1
  211. package/features/connector-library/constants/content-page.d.ts.map +0 -1
  212. package/features/connector-library/types/connector.d.ts +0 -13
  213. package/features/connector-library/types/connector.d.ts.map +0 -1
  214. package/features/request-new-connector/components/custom-connector-card/__tests__/custom-connector-card.test.d.ts.map +0 -1
  215. package/features/request-new-connector/components/custom-connector-card/index.d.ts +0 -10
  216. package/features/request-new-connector/components/custom-connector-card/index.d.ts.map +0 -1
  217. package/features/request-new-connector/components/custom-connector-card/style.d.ts.map +0 -1
  218. package/index-B4vTJgTz.js +0 -66
  219. package/index-BD6d8j8c.js +0 -68
  220. package/index-EHBDsMzm.js +0 -67
  221. package/index-X3arshLk.js +0 -711
  222. package/index-sfSOXkkP.js +0 -30265
  223. package/styled-ui-components-D4lUYZ75.js +0 -2253
  224. /package/app/connectors/pages/{settings/connector-config → api-view}/__tests__/connector-config.test.d.ts +0 -0
  225. /package/app/connectors/pages/{settings/connector-config → api-view}/index.d.ts +0 -0
  226. /package/app/connectors/pages/{settings/connector-config → api-view}/style.d.ts +0 -0
  227. /package/features/{connector-library → api-library}/components/api-library-skeleton/index.d.ts +0 -0
  228. /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
  229. /package/features/{request-new-connector/components/custom-connector-card → connector-library/components/custom-connector-card-list}/style.d.ts +0 -0
  230. /package/features/{connector-library → template-library}/components/library-card-list/__tests__/library-card-list.test.d.ts +0 -0
  231. /package/features/{connector-library → template-library}/components/library-card-list/index.d.ts +0 -0
  232. /package/features/{connector-library → template-library}/components/library-card-skeleton/index.d.ts +0 -0
  233. /package/features/{connector-library → template-library}/components/library-card-skeleton/styles.d.ts +0 -0
  234. /package/features/{connector-library → template-library}/components/library-edit-list/index.d.ts +0 -0
  235. /package/features/{connector-library → template-library}/components/library-edit-list/styles.d.ts +0 -0
  236. /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, extraParams, 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":"AAKA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAC;AAOjD,eAAO,MAAM,aAAa,2DAAsE,UAAU,4CA6BzG,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":"AAqBA,eAAO,MAAM,eAAe,+CAkD3B,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,CAS3D,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,+CA8BvB,CAAC"}
@@ -1,4 +1,4 @@
1
1
  import { StyledComponent } from '@emotion/styled';
2
- import { BoxProps } from '@hiver/hiver-ui-kit';
3
- export declare const ContentParentWrapper: StyledComponent<BoxProps>;
2
+ import { StackProps } from '@hiver/hiver-ui-kit';
3
+ export declare const ContentParentWrapper: StyledComponent<StackProps>;
4
4
  //# sourceMappingURL=styles.d.ts.map
@@ -1 +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
+ {"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,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAEtD,eAAO,MAAM,oBAAoB,EAAE,eAAe,CAAC,UAAU,CAQ5D,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,EAAmC,MAAM,OAAO,CAAC;AAgC5D,eAAO,MAAM,SAAS,EAAE,EA8DvB,CAAC"}
@@ -1,24 +1,9 @@
1
1
  import { StyledComponent } from '@emotion/styled';
2
- import { BoxProps, TypographyProps, IconProps, StackProps, ButtonProps } from '@hiver/hiver-ui-kit';
2
+ import { BoxProps, TypographyProps, StackProps } from '@hiver/hiver-ui-kit';
3
3
  export declare const ContentParentWrapper: StyledComponent<BoxProps>;
4
4
  export declare const RequestConnectorWrapper: StyledComponent<StackProps>;
5
5
  export declare const TitleHeader: StyledComponent<TypographyProps>;
6
6
  export declare const DescriptionHeader: StyledComponent<TypographyProps>;
7
- export declare const IconWrapper: StyledComponent<IconProps>;
8
- export declare const EnhanceConnectorWrapper: StyledComponent<StackProps>;
9
7
  export declare const LibraryText: StyledComponent<TypographyProps>;
10
8
  export declare const LibraryDescription: StyledComponent<TypographyProps>;
11
- export declare const LibraryCardWrapper: StyledComponent<BoxProps>;
12
- export declare const LibraryCard: StyledComponent<BoxProps>;
13
- export declare const CardIconWrapper: StyledComponent<IconProps>;
14
- export declare const EnhanceContent: StyledComponent<BoxProps>;
15
- export declare const EnhanceText: StyledComponent<TypographyProps>;
16
- export declare const LibraryCardDescription: StyledComponent<TypographyProps>;
17
- export declare const EnhanceTextDescripion: StyledComponent<TypographyProps>;
18
- export declare const ButtonWrapper: StyledComponent<StackProps>;
19
- export declare const RequestNewButton: StyledComponent<ButtonProps>;
20
- export declare const CreateOwnButton: StyledComponent<ButtonProps>;
21
- export declare const BreadCrumbsWrapper: StyledComponent<StackProps>;
22
- export declare const BreadCrumbsText: StyledComponent<TypographyProps>;
23
- export declare const ArrowWrapper: StyledComponent<StackProps>;
24
9
  //# sourceMappingURL=styles.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../../src/app/connectors/pages/connector-view/dashboard/styles.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAClD,OAAO,KAAK,EAAE,QAAQ,EAAE,eAAe,EAAE,SAAS,EAAE,UAAU,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAEzG,eAAO,MAAM,oBAAoB,EAAE,eAAe,CAAC,QAAQ,CAK1D,CAAC;AAEF,eAAO,MAAM,uBAAuB,EAAE,eAAe,CAAC,UAAU,CAI/D,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,eAAe,CAAC,eAAe,CAGxD,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,eAAe,CAAC,eAAe,CAK9D,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,eAAe,CAAC,SAAS,CAGlD,CAAC;AAEF,eAAO,MAAM,uBAAuB,EAAE,eAAe,CAAC,UAAU,CAQ/D,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,eAAe,CAAC,eAAe,CAExD,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,eAAe,CAAC,eAAe,CAE/D,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,eAAe,CAAC,QAAQ,CAKxD,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,eAAe,CAAC,QAAQ,CAWjD,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,eAAe,CAAC,SAAS,CAMtD,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,eAAe,CAAC,QAAQ,CAKpD,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,eAAe,CAAC,eAAe,CAGxD,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,eAAe,CAAC,eAAe,CASnE,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,eAAe,CAAC,eAAe,CAKlE,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,eAAe,CAAC,UAAU,CAGrD,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,eAAe,CAAC,WAAW,CASzD,CAAC;AACF,eAAO,MAAM,eAAe,EAAE,eAAe,CAAC,WAAW,CAOxD,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,eAAe,CAAC,UAAU,CAW1D,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,eAAe,CAAC,eAAe,CAK5D,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,eAAe,CAAC,UAAU,CAKpD,CAAC"}
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../../src/app/connectors/pages/connector-view/dashboard/styles.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAClD,OAAO,KAAK,EAAE,QAAQ,EAAE,eAAe,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAEjF,eAAO,MAAM,oBAAoB,EAAE,eAAe,CAAC,QAAQ,CAG1D,CAAC;AAEF,eAAO,MAAM,uBAAuB,EAAE,eAAe,CAAC,UAAU,CAI/D,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,eAAe,CAAC,eAAe,CAGxD,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,eAAe,CAAC,eAAe,CAK9D,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,eAAe,CAAC,eAAe,CAExD,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,eAAe,CAAC,eAAe,CAE/D,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/app/connectors/pages/connector-view/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAO3B,eAAO,MAAM,aAAa,EAAE,EAO3B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/app/connectors/pages/connector-view/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAQ3B,eAAO,MAAM,aAAa,EAAE,EAS3B,CAAC"}
@@ -0,0 +1,5 @@
1
+ import { StyledComponent } from '@emotion/styled';
2
+ import { BoxProps, StackProps } from '@hiver/hiver-ui-kit';
3
+ export declare const ConnectorViewWrapper: StyledComponent<StackProps>;
4
+ export declare const OutletWrapper: StyledComponent<BoxProps>;
5
+ //# sourceMappingURL=style.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"style.d.ts","sourceRoot":"","sources":["../../../../../src/app/connectors/pages/connector-view/style.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAElD,OAAO,KAAK,EAAE,QAAQ,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAEhE,eAAO,MAAM,oBAAoB,EAAE,eAAe,CAAC,UAAU,CAI5D,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,eAAe,CAAC,QAAQ,CAInD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/app/connectors/pages/settings/index.tsx"],"names":[],"mappings":"AAyBA,eAAO,MAAM,QAAQ,+CAgGpB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/app/connectors/pages/settings/index.tsx"],"names":[],"mappings":"AA8BA,eAAO,MAAM,QAAQ,+CAkJpB,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,7 +1,4 @@
1
- type AppProviderProps = {
2
- children: React.ReactNode;
3
- };
4
- export declare const BaseProvider: ({ children }: AppProviderProps) => import("react/jsx-runtime").JSX.Element;
5
- export declare const AppProvider: ({ children }: AppProviderProps) => import("react/jsx-runtime").JSX.Element;
6
- export {};
1
+ import { IAppProviderProps } from '../../types/router';
2
+ export declare const BaseProvider: (props: IAppProviderProps) => import("react/jsx-runtime").JSX.Element;
3
+ export declare const AppProvider: (props: IAppProviderProps) => import("react/jsx-runtime").JSX.Element;
7
4
  //# sourceMappingURL=provider.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"provider.d.ts","sourceRoot":"","sources":["../../../src/app/connectors/provider.tsx"],"names":[],"mappings":"AAOA,KAAK,gBAAgB,GAAG;IACtB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;CAC3B,CAAC;AAEF,eAAO,MAAM,YAAY,iBAAkB,gBAAgB,4CAQ1D,CAAC;AAEF,eAAO,MAAM,WAAW,iBAAkB,gBAAgB,4CAMzD,CAAC"}
1
+ {"version":3,"file":"provider.d.ts","sourceRoot":"","sources":["../../../src/app/connectors/provider.tsx"],"names":[],"mappings":"AAOA,OAAO,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AAEnD,eAAO,MAAM,YAAY,UAAW,iBAAiB,4CAQpD,CAAC;AAEF,eAAO,MAAM,WAAW,UAAW,iBAAiB,4CAMnD,CAAC"}
@@ -1,3 +1,4 @@
1
- import { IAppRouter } from '../../types/router';
2
- export declare const AppRouter: ({ basename }: IAppRouter) => import("react/jsx-runtime").JSX.Element;
1
+ export declare const AppRouter: ({ basename }: {
2
+ basename?: string;
3
+ }) => import("react/jsx-runtime").JSX.Element;
3
4
  //# 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":"AA8DA,eAAO,MAAM,SAAS,iBAAwB;IAAE,QAAQ,CAAC,EAAE,MAAM,CAAA;CAAE,4CAGlE,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,CA+FzD,CAAC;AAguBF,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":"AAMA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAGnD,UAAU,aAAa;IACrB,cAAc,EAAE,WAAW,CAAC;CAC7B;AAED,eAAO,MAAM,OAAO,uBAA6B,aAAa,4CAqC7D,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/layouts/sidebar/index.tsx"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAInD,UAAU,aAAa;IACrB,cAAc,EAAE,WAAW,CAAC;CAC7B;AAED,eAAO,MAAM,OAAO,uBAA6B,aAAa,4CA+C7D,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,CAsBpD,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,CAOhD,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"}
@@ -1,3 +1,7 @@
1
- import { FC } from 'react';
2
- export declare const BreadCrumbs: FC;
1
+ import { IBreadCrumbItem } from '../../../types/common';
2
+ interface BreadCrumbProps {
3
+ options: IBreadCrumbItem[];
4
+ }
5
+ export declare const BreadCrumbs: ({ options }: BreadCrumbProps) => import("react/jsx-runtime").JSX.Element;
6
+ export {};
3
7
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/bread-crumbs/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAM3B,eAAO,MAAM,WAAW,EAAE,EAsBzB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/bread-crumbs/index.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAEjD,UAAU,eAAe;IACvB,OAAO,EAAE,eAAe,EAAE,CAAC;CAC5B;AACD,eAAO,MAAM,WAAW,gBAAiB,eAAe,4CAmCvD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/bread-crumbs/styles.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAClD,OAAO,KAAK,EAAE,eAAe,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAEvE,eAAO,MAAM,kBAAkB,EAAE,eAAe,CAAC,UAAU,CAW1D,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,eAAe,CAAC,eAAe,CAK5D,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,eAAe,CAAC,UAAU,CAKpD,CAAC"}
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/bread-crumbs/styles.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAClD,OAAO,KAAK,EAAE,eAAe,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAEvE,eAAO,MAAM,kBAAkB,EAAE,eAAe,CAAC,UAAU,CAW1D,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,eAAe,CAAC,eAAe,CAG5D,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,eAAe,CAAC,UAAU,CAKpD,CAAC"}
@@ -13,7 +13,13 @@ 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]: {
18
+ icon: React.ReactNode;
19
+ toolTipText: string;
20
+ };
21
+ };
16
22
  }
17
- export declare const Form: ({ formConfig, inputChangeHandler, selectChangeHandler, predicates, values, validations, onValidationError }: IForm) => import("react/jsx-runtime").JSX.Element;
23
+ export declare const Form: ({ formConfig, inputChangeHandler, icons, selectChangeHandler, predicates, values, validations, onValidationError }: IForm) => import("react/jsx-runtime").JSX.Element;
18
24
  export {};
19
25
  //# 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;YAAE,IAAI,EAAE,KAAK,CAAC,SAAS,CAAC;YAAC,WAAW,EAAE,MAAM,CAAA;SAAE,CAAA;KAAE,CAAC;CAC3E;AAED,eAAO,MAAM,IAAI,uHASd,KAAK,4CAwCP,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/form/styles.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAClD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAEtD,eAAO,MAAM,WAAW,EAAE,eAAe,CAAC,UAAU,CAMnD,CAAC"}
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/form/styles.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAClD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAEtD,eAAO,MAAM,WAAW,EAAE,eAAe,CAAC,UAAU,CAKnD,CAAC"}
@@ -8,6 +8,10 @@ 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
+ iconData?: {
12
+ icon: React.ReactNode;
13
+ toolTipText: string;
14
+ };
11
15
  };
12
16
  export declare const FormFields: (props: FormField) => import("react/jsx-runtime").JSX.Element;
13
17
  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,QAAQ,CAAC,EAAE;QAAE,IAAI,EAAE,KAAK,CAAC,SAAS,CAAC;QAAC,WAAW,EAAE,MAAM,CAAA;KAAE,CAAC;CAC3D,CAAC;AAEF,eAAO,MAAM,UAAU,UAAW,SAAS,4CA0I1C,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,CA6DnD,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,eAAe,CAAC,QAAQ,CAUhD,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,eAAe,CAAC,QAAQ,CAclD,CAAC"}
@@ -1,5 +1,3 @@
1
1
  export declare const CUSTOM_CONNECTORS: string;
2
- export declare const SALESFORCE_CONNECTOR: string;
3
2
  export declare const SETTINGS: string;
4
- export declare const BREADCRUMBS_ARRAY: Array<string>;
5
3
  //# sourceMappingURL=bread-crumbs.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"bread-crumbs.d.ts","sourceRoot":"","sources":["../../src/constants/bread-crumbs.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,iBAAiB,EAAE,MAA4B,CAAC;AAC7D,eAAO,MAAM,oBAAoB,EAAE,MAAmC,CAAC;AACvE,eAAO,MAAM,QAAQ,EAAE,MAAmB,CAAC;AAC3C,eAAO,MAAM,iBAAiB,EAAE,KAAK,CAAC,MAAM,CAAuD,CAAC"}
1
+ {"version":3,"file":"bread-crumbs.d.ts","sourceRoot":"","sources":["../../src/constants/bread-crumbs.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,iBAAiB,EAAE,MAA4B,CAAC;AAC7D,eAAO,MAAM,QAAQ,EAAE,MAAmB,CAAC"}
@@ -0,0 +1,23 @@
1
+ export declare const GAINSIGHTEVENT: {
2
+ REQUEST_NEW_CLICKED: string;
3
+ TOGGLE_ENABLED: string;
4
+ TOGGLE_DISABLED: string;
5
+ SETTINGS_CLICKED: string;
6
+ ADD_CONNECTOR_CLICKED: string;
7
+ CONNECTOR_BACK_CLICKED: string;
8
+ SAVE_AUTHORIZE_CLICKED: string;
9
+ SEND_TEST_CLICK: string;
10
+ AUTH_UPDATED: string;
11
+ REQUEST_NEW_FEATURE_CLICKED: string;
12
+ REQUEST_NEW_CONNECTOR_SHOWN: string;
13
+ REQUEST_NEW_CONNECTOR_SUBMIT_CLICKED: string;
14
+ REQUEST_NEW_CONNECTOR_CLOSE_CLICKED: string;
15
+ REQUEST_NEW_CONNECTOR_DONE_CLICKED: string;
16
+ REQUEST_NEW_FEATURE_SHOWN: string;
17
+ REQUEST_NEW_FEATURE_SUBMIT_CLICKED: string;
18
+ REQUEST_NEW_FEATURE_CLOSE_CLICKED: string;
19
+ REQUEST_NEW_FEATURE_DONE_CLICKED: string;
20
+ LIBRARY_CARD_CLICKED: string;
21
+ TAB_CLICKED: string;
22
+ };
23
+ //# sourceMappingURL=gainsight.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"gainsight.d.ts","sourceRoot":"","sources":["../../src/constants/gainsight.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;CAqB1B,CAAC"}
@@ -0,0 +1,13 @@
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
+ export declare const COPY_CLIPBOARD = "Copy";
12
+ export declare const AUTHENTICATION_FAILED_MSG = "Authentication failed";
13
+ //# 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;AACvD,eAAO,MAAM,cAAc,SAAS,CAAC;AACrC,eAAO,MAAM,yBAAyB,0BAA0B,CAAC"}
@@ -1,4 +1,4 @@
1
1
  export declare const ENABLED_CONNECTOR_MODAL_TITLE = "Connector enabled";
2
- export declare const ENABLED_CONNECTOR_MODAL_DESCRIPTION = "Access and manage the information from the connector directly from Hiver\u2019s right panel for seamless integration and easy reference. Learn more";
2
+ export declare const ENABLED_CONNECTOR_MODAL_DESCRIPTION = "Access and manage the information from the connector directly from Hiver\u2019s right panel for seamless integration and easy reference.";
3
3
  export declare const ENABLED_CONNECTOR_MODAL_BUTTON_TEXT = "Got it";
4
4
  //# sourceMappingURL=modal.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"modal.d.ts","sourceRoot":"","sources":["../../src/constants/modal.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,6BAA6B,sBAAsB,CAAC;AACjE,eAAO,MAAM,mCAAmC,wJACkG,CAAC;AACnJ,eAAO,MAAM,mCAAmC,WAAW,CAAC"}
1
+ {"version":3,"file":"modal.d.ts","sourceRoot":"","sources":["../../src/constants/modal.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,6BAA6B,sBAAsB,CAAC;AACjE,eAAO,MAAM,mCAAmC,6IACuF,CAAC;AACxI,eAAO,MAAM,mCAAmC,WAAW,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,WAAqF,CAAC;AAC/G,eAAO,MAAM,UAAU,EAAE,WAA4E,CAAC;AACtG,eAAO,MAAM,eAAe,EAAE,WAAsC,CAAC;AAErE,eAAO,MAAM,cAAc;;CAS1B,CAAC"}
@@ -1,3 +1,4 @@
1
+ import { IAvailableFtr, ISendTrackingEventData } from '../types/router';
1
2
  export interface IConnectorType {
2
3
  id: string;
3
4
  name: string;
@@ -12,9 +13,10 @@ interface IMainAppContext {
12
13
  setCurrentConnector: (str: string) => void;
13
14
  setCurrentSideBar: (str: string) => void;
14
15
  baseUrls: IBaseUrls;
15
- setBaseUrls: (obj: IBaseUrls) => void;
16
+ availableFeatures: IAvailableFtr;
16
17
  currentAvailableConnectors: Array<IConnectorType>;
17
18
  setCurrentAvailableConnectors: (arr: Array<IConnectorType>) => void;
19
+ sendTrackingEvent: (event: string, data?: ISendTrackingEventData) => void;
18
20
  }
19
21
  export declare const defaultMainAppvalues: {
20
22
  currentSideBar: string;
@@ -24,7 +26,8 @@ export declare const defaultMainAppvalues: {
24
26
  currentAvailableConnectors: never[];
25
27
  setCurrentAvailableConnectors: () => void;
26
28
  baseUrls: {};
27
- setBaseUrls: () => void;
29
+ availableFeatures: {};
30
+ sendTrackingEvent: () => void;
28
31
  };
29
32
  export declare const MainAppContext: import('react').Context<IMainAppContext>;
30
33
  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,sBAAsB,EAAE,MAAM,gBAAgB,CAAC;AAGvE,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,0BAA0B,EAAE,KAAK,CAAC,cAAc,CAAC,CAAC;IAClD,6BAA6B,EAAE,CAAC,GAAG,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,IAAI,CAAC;IACpE,iBAAiB,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE,sBAAsB,KAAK,IAAI,CAAC;CAC3E;AAGD,eAAO,MAAM,oBAAoB;;;;;;;;;;CAUhC,CAAC;AAEF,eAAO,MAAM,cAAc,0CAAuD,CAAC"}
@@ -1,7 +1,4 @@
1
- import { ReactNode } from 'react';
2
- interface IProps {
3
- children: ReactNode;
4
- }
5
- declare const MainAppProvider: ({ children }: IProps) => import("react/jsx-runtime").JSX.Element;
1
+ import { IAppProviderProps } from '../../types/router';
2
+ declare const MainAppProvider: ({ children, baseUrls, availableFeatures, extraParams }: IAppProviderProps) => import("react/jsx-runtime").JSX.Element;
6
3
  export default MainAppProvider;
7
4
  //# sourceMappingURL=index.d.ts.map
@@ -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":"AAIA,OAAO,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AAEnD,QAAA,MAAM,eAAe,2DAA4D,iBAAiB,4CAqBjG,CAAC;AAEF,eAAe,eAAe,CAAC"}
@@ -1,2 +1,3 @@
1
- export declare const AgentLanding: () => import("react/jsx-runtime").JSX.Element;
1
+ import { FC } from 'react';
2
+ export declare const AgentLanding: FC;
2
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/features/agent/components/agent-landing/index.tsx"],"names":[],"mappings":"AAMA,eAAO,MAAM,YAAY,+CAoBxB,CAAC"}
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"}
@@ -1,8 +1,8 @@
1
1
  import { StyledComponent } from '@emotion/styled';
2
- import { BoxProps } from '@hiver/hiver-ui-kit';
3
- export declare const AgentWrapper: StyledComponent<BoxProps>;
4
- export declare const ViewWrapper: StyledComponent<BoxProps>;
2
+ import { BoxProps, StackProps } from '@hiver/hiver-ui-kit';
3
+ export declare const AgentWrapper: StyledComponent<StackProps>;
4
+ export declare const ViewWrapper: StyledComponent<StackProps>;
5
5
  export declare const MessageWrapper: StyledComponent<BoxProps>;
6
6
  export declare const ImageWrapper: StyledComponent<BoxProps>;
7
- export declare const Chip: StyledComponent<BoxProps>;
7
+ export declare const Chip: StyledComponent<StackProps>;
8
8
  //# sourceMappingURL=styles.d.ts.map
@@ -1 +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,MAAM,qBAAqB,CAAC;AAEpD,eAAO,MAAM,YAAY,EAAE,eAAe,CAAC,QAAQ,CAMlD,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,eAAe,CAAC,QAAQ,CAKjD,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,QAAQ,CAY1C,CAAC"}
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"}
@@ -1,4 +1,6 @@
1
1
  export declare const AGENT_PAGE_HEADING = "Customising connectors on the agent\u2019s panel";
2
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
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";
4
6
  //# sourceMappingURL=index.d.ts.map
@@ -1 +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"}
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,11 @@
1
+ import { IAPI } from '../../../../types/connector';
2
+ interface IProps {
3
+ isLoading?: boolean;
4
+ apiList: IAPI[];
5
+ connectorName?: string;
6
+ connectorType?: string;
7
+ isEdit?: boolean;
8
+ }
9
+ export declare const APILibrary: ({ connectorName, connectorType, apiList, isLoading, isEdit }: IProps) => import("react/jsx-runtime").JSX.Element;
10
+ export {};
11
+ //# 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":"AASA,OAAO,EAAE,IAAI,EAAE,MAAM,mBAAmB,CAAC;AAKzC,UAAU,MAAM;IACd,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,OAAO,EAAE,IAAI,EAAE,CAAC;IAChB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB;AAED,eAAO,MAAM,UAAU,iEAAkF,MAAM,4CAsD9G,CAAC"}
@@ -0,0 +1,5 @@
1
+ import { ButtonProps, StackProps } from '@hiver/hiver-ui-kit';
2
+ import { StyledComponent } from '@emotion/styled';
3
+ export declare const APILibraryWrapper: StyledComponent<StackProps>;
4
+ export declare const RequestNewApiButton: StyledComponent<ButtonProps>;
5
+ //# sourceMappingURL=styles.d.ts.map
@@ -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,EAAU,WAAW,EAAS,UAAU,EAAiB,MAAM,qBAAqB,CAAC;AAC5F,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAElD,eAAO,MAAM,iBAAiB,EAAE,eAAe,CAAC,UAAU,CAEzD,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,eAAe,CAAC,WAAW,CAO5D,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,4 @@
1
+ export declare const API_LIB_TITLE = "{{connector}} features";
2
+ export declare const API_LIB_DESCRIPTION = "Following are the list of features that you will find in this connector";
3
+ export declare const REQUEST_NEW_API = "Request new feature";
4
+ //# sourceMappingURL=api-library.d.ts.map
@@ -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,2BAA2B,CAAC;AACtD,eAAO,MAAM,mBAAmB,4EAA4E,CAAC;AAC7G,eAAO,MAAM,eAAe,wBAAwB,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,8 +1,10 @@
1
+ import { IConnectorDetails } from '../../../../types/connector';
1
2
  interface IAPiExecutorProp {
2
3
  url?: string;
3
4
  disabled?: boolean;
4
5
  connectorId: string;
6
+ connectorData?: IConnectorDetails | null;
5
7
  }
6
- export declare const ApiExecutor: ({ url, disabled, connectorId }: IAPiExecutorProp) => import("react/jsx-runtime").JSX.Element;
8
+ export declare const ApiExecutor: ({ url, disabled, connectorId, connectorData }: IAPiExecutorProp) => import("react/jsx-runtime").JSX.Element;
7
9
  export {};
8
10
  //# sourceMappingURL=index.d.ts.map
@@ -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,4CA2CnF,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/features/auth/components/api-executor/index.tsx"],"names":[],"mappings":"AAaA,OAAO,EAAE,iBAAiB,EAAE,MAAM,mBAAmB,CAAC;AAEtD,UAAU,gBAAgB;IACxB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,WAAW,EAAE,MAAM,CAAC;IACpB,aAAa,CAAC,EAAE,iBAAiB,GAAG,IAAI,CAAC;CAC1C;AAED,eAAO,MAAM,WAAW,kDAA2D,gBAAgB,4CAmDlG,CAAC"}