@hiver/connector-admin 4.10.1 → 4.11.0-oneClickAuto-beta.1

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 (52) hide show
  1. package/app/automation-map-fields/index.d.ts +3 -0
  2. package/app/automation-map-fields/index.d.ts.map +1 -0
  3. package/app/automation-map-fields/provider.d.ts +6 -0
  4. package/app/automation-map-fields/provider.d.ts.map +1 -0
  5. package/index.d.ts +1 -0
  6. package/index.d.ts.map +1 -1
  7. package/index.es.js +14145 -12492
  8. package/index.umd.js +582 -359
  9. package/main.d.ts.map +1 -1
  10. package/package.json +2 -2
  11. package/v2/app/connectors/pages/settings/visibility/index.d.ts.map +1 -1
  12. package/v2/constants/gainsight.d.ts +2 -0
  13. package/v2/constants/gainsight.d.ts.map +1 -1
  14. package/v2/context/index.d.ts +2 -2
  15. package/v2/context/index.d.ts.map +1 -1
  16. package/v2/context/main-app-provider/index.d.ts.map +1 -1
  17. package/v2/features/connector-library/api/fetchDefaults.d.ts +172 -0
  18. package/v2/features/connector-library/api/fetchDefaults.d.ts.map +1 -0
  19. package/v2/features/connector-library/api/fetchDefaultsById.d.ts +172 -0
  20. package/v2/features/connector-library/api/fetchDefaultsById.d.ts.map +1 -0
  21. package/v2/features/connector-library/api/fetchForm.d.ts +12 -0
  22. package/v2/features/connector-library/api/fetchForm.d.ts.map +1 -0
  23. package/v2/features/connector-library/api/fetchFormById.d.ts +11 -0
  24. package/v2/features/connector-library/api/fetchFormById.d.ts.map +1 -0
  25. package/v2/features/connector-library/api/fetchOptions.d.ts +5 -0
  26. package/v2/features/connector-library/api/fetchOptions.d.ts.map +1 -0
  27. package/v2/features/connector-library/api/putDefaults.d.ts +11 -0
  28. package/v2/features/connector-library/api/putDefaults.d.ts.map +1 -0
  29. package/v2/features/connector-library/api/putDefaultsById.d.ts +18 -0
  30. package/v2/features/connector-library/api/putDefaultsById.d.ts.map +1 -0
  31. package/v2/features/connector-library/components/connector-info-card/index.d.ts +2 -1
  32. package/v2/features/connector-library/components/connector-info-card/index.d.ts.map +1 -1
  33. package/v2/features/connector-library/components/connector-info-card-list/index.d.ts +2 -1
  34. package/v2/features/connector-library/components/connector-info-card-list/index.d.ts.map +1 -1
  35. package/v2/features/connector-library/components/map-form-defaults/automation.d.ts +13 -0
  36. package/v2/features/connector-library/components/map-form-defaults/automation.d.ts.map +1 -0
  37. package/v2/features/connector-library/components/map-form-defaults/index.d.ts +17 -0
  38. package/v2/features/connector-library/components/map-form-defaults/index.d.ts.map +1 -0
  39. package/v2/features/connector-library/constants/api.d.ts +6 -0
  40. package/v2/features/connector-library/constants/api.d.ts.map +1 -1
  41. package/v2/features/connector-library/constants/index.d.ts +1 -0
  42. package/v2/features/connector-library/constants/index.d.ts.map +1 -1
  43. package/v2/testing/mocks/handlers/connector-template.d.ts.map +1 -1
  44. package/v2/testing/mocks/handlers/form.d.ts +4 -0
  45. package/v2/testing/mocks/handlers/form.d.ts.map +1 -0
  46. package/v2/testing/mocks/handlers.d.ts.map +1 -1
  47. package/v2/types/app.d.ts +2 -0
  48. package/v2/types/app.d.ts.map +1 -1
  49. package/v2/types/connector.d.ts +1 -0
  50. package/v2/types/connector.d.ts.map +1 -1
  51. package/v2/types/form.d.ts +16 -0
  52. package/v2/types/form.d.ts.map +1 -1
@@ -0,0 +1,3 @@
1
+ import { MapFormDefaultsProps } from '../../v2/features/connector-library/components/map-form-defaults/automation';
2
+ export declare const AutomationMapDefaults: (props: MapFormDefaultsProps) => import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/app/automation-map-fields/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAEL,oBAAoB,EACrB,MAAM,yEAAyE,CAAC;AAGjF,eAAO,MAAM,qBAAqB,UAAW,oBAAoB,4CAMhE,CAAC"}
@@ -0,0 +1,6 @@
1
+ type BaseProviderProps = {
2
+ children: React.ReactNode;
3
+ };
4
+ export declare const BaseProvider: ({ children }: BaseProviderProps) => import("react/jsx-runtime").JSX.Element;
5
+ export {};
6
+ //# sourceMappingURL=provider.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"provider.d.ts","sourceRoot":"","sources":["../../../src/app/automation-map-fields/provider.tsx"],"names":[],"mappings":"AAKA,KAAK,iBAAiB,GAAG;IACvB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;CAC3B,CAAC;AAEF,eAAO,MAAM,YAAY,iBAAkB,iBAAiB,4CAQ3D,CAAC"}
package/index.d.ts CHANGED
@@ -1,6 +1,7 @@
1
1
  export { ConnectorsApp } from './bootstrap';
2
2
  export { initConnectorsBifrost, getConnectorsBifrostConfigs, HiverConnectorBifrostAuth } from '@connector/bifrost';
3
3
  export { getMetaData, getEnabledAuthenticatedConnectors, getConnectorFieldDropdownOptions, getConnectorStaticFieldOptions, getConnectorDynamicFieldOptions } from '@connector/utils';
4
+ export { AutomationMapDefaults } from './app/automation-map-fields';
4
5
  export type { ISectionItems, IActionButtons, ISections, IMetaData, ITemplateUpdates, Connector, ConnectorFieldOption } from '@connector/utils';
5
6
  export type { IInboxData, IRolesData, ConnectorsAdminFunctions } from './types/exposedTypes';
6
7
  //# sourceMappingURL=index.d.ts.map
package/index.d.ts.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,aAAa,CAAC;AACrB,OAAO,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAC5C,OAAO,EAAE,qBAAqB,EAAE,2BAA2B,EAAE,yBAAyB,EAAE,MAAM,oBAAoB,CAAC;AACnH,OAAO,EACL,WAAW,EACX,iCAAiC,EACjC,gCAAgC,EAChC,8BAA8B,EAC9B,+BAA+B,EAChC,MAAM,kBAAkB,CAAC;AAE1B,YAAY,EACV,aAAa,EACb,cAAc,EACd,SAAS,EACT,SAAS,EACT,gBAAgB,EAChB,SAAS,EACT,oBAAoB,EACrB,MAAM,kBAAkB,CAAC;AAC1B,YAAY,EAAE,UAAU,EAAE,UAAU,EAAE,wBAAwB,EAAE,MAAM,sBAAsB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,aAAa,CAAC;AACrB,OAAO,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAC5C,OAAO,EAAE,qBAAqB,EAAE,2BAA2B,EAAE,yBAAyB,EAAE,MAAM,oBAAoB,CAAC;AACnH,OAAO,EACL,WAAW,EACX,iCAAiC,EACjC,gCAAgC,EAChC,8BAA8B,EAC9B,+BAA+B,EAChC,MAAM,kBAAkB,CAAC;AAE1B,OAAO,EAAE,qBAAqB,EAAE,MAAM,6BAA6B,CAAC;AAEpE,YAAY,EACV,aAAa,EACb,cAAc,EACd,SAAS,EACT,SAAS,EACT,gBAAgB,EAChB,SAAS,EACT,oBAAoB,EACrB,MAAM,kBAAkB,CAAC;AAC1B,YAAY,EAAE,UAAU,EAAE,UAAU,EAAE,wBAAwB,EAAE,MAAM,sBAAsB,CAAC"}