@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.
- package/app/automation-map-fields/index.d.ts +3 -0
- package/app/automation-map-fields/index.d.ts.map +1 -0
- package/app/automation-map-fields/provider.d.ts +6 -0
- package/app/automation-map-fields/provider.d.ts.map +1 -0
- package/index.d.ts +1 -0
- package/index.d.ts.map +1 -1
- package/index.es.js +14145 -12492
- package/index.umd.js +582 -359
- package/main.d.ts.map +1 -1
- package/package.json +2 -2
- package/v2/app/connectors/pages/settings/visibility/index.d.ts.map +1 -1
- package/v2/constants/gainsight.d.ts +2 -0
- package/v2/constants/gainsight.d.ts.map +1 -1
- package/v2/context/index.d.ts +2 -2
- package/v2/context/index.d.ts.map +1 -1
- package/v2/context/main-app-provider/index.d.ts.map +1 -1
- package/v2/features/connector-library/api/fetchDefaults.d.ts +172 -0
- package/v2/features/connector-library/api/fetchDefaults.d.ts.map +1 -0
- package/v2/features/connector-library/api/fetchDefaultsById.d.ts +172 -0
- package/v2/features/connector-library/api/fetchDefaultsById.d.ts.map +1 -0
- package/v2/features/connector-library/api/fetchForm.d.ts +12 -0
- package/v2/features/connector-library/api/fetchForm.d.ts.map +1 -0
- package/v2/features/connector-library/api/fetchFormById.d.ts +11 -0
- package/v2/features/connector-library/api/fetchFormById.d.ts.map +1 -0
- package/v2/features/connector-library/api/fetchOptions.d.ts +5 -0
- package/v2/features/connector-library/api/fetchOptions.d.ts.map +1 -0
- package/v2/features/connector-library/api/putDefaults.d.ts +11 -0
- package/v2/features/connector-library/api/putDefaults.d.ts.map +1 -0
- package/v2/features/connector-library/api/putDefaultsById.d.ts +18 -0
- package/v2/features/connector-library/api/putDefaultsById.d.ts.map +1 -0
- package/v2/features/connector-library/components/connector-info-card/index.d.ts +2 -1
- package/v2/features/connector-library/components/connector-info-card/index.d.ts.map +1 -1
- package/v2/features/connector-library/components/connector-info-card-list/index.d.ts +2 -1
- package/v2/features/connector-library/components/connector-info-card-list/index.d.ts.map +1 -1
- package/v2/features/connector-library/components/map-form-defaults/automation.d.ts +13 -0
- package/v2/features/connector-library/components/map-form-defaults/automation.d.ts.map +1 -0
- package/v2/features/connector-library/components/map-form-defaults/index.d.ts +17 -0
- package/v2/features/connector-library/components/map-form-defaults/index.d.ts.map +1 -0
- package/v2/features/connector-library/constants/api.d.ts +6 -0
- package/v2/features/connector-library/constants/api.d.ts.map +1 -1
- package/v2/features/connector-library/constants/index.d.ts +1 -0
- package/v2/features/connector-library/constants/index.d.ts.map +1 -1
- package/v2/testing/mocks/handlers/connector-template.d.ts.map +1 -1
- package/v2/testing/mocks/handlers/form.d.ts +4 -0
- package/v2/testing/mocks/handlers/form.d.ts.map +1 -0
- package/v2/testing/mocks/handlers.d.ts.map +1 -1
- package/v2/types/app.d.ts +2 -0
- package/v2/types/app.d.ts.map +1 -1
- package/v2/types/connector.d.ts +1 -0
- package/v2/types/connector.d.ts.map +1 -1
- package/v2/types/form.d.ts +16 -0
- package/v2/types/form.d.ts.map +1 -1
|
@@ -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 @@
|
|
|
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"}
|