@hiver/connector-agent 4.12.1 → 4.13.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.
- package/app/omni-email-logger/index.d.ts +7 -0
- package/app/omni-email-logger/index.d.ts.map +1 -0
- package/features/email-logger/api/getRecommendations.d.ts.map +1 -1
- package/features/email-logger/components/select-entity/components/feedback/index.d.ts.map +1 -1
- package/features/email-logger/components/select-entity/index.d.ts.map +1 -1
- package/features/email-logger/constants/index.d.ts +1 -0
- package/features/email-logger/constants/index.d.ts.map +1 -1
- package/features/email-logger/context/contexts.d.ts +2 -0
- package/features/email-logger/context/contexts.d.ts.map +1 -1
- package/features/email-logger/context/index.d.ts +1 -1
- package/features/email-logger/context/index.d.ts.map +1 -1
- package/features/email-logger/omni/OmniSyncPanel.d.ts +6 -0
- package/features/email-logger/omni/OmniSyncPanel.d.ts.map +1 -0
- package/features/email-logger/omni/components/EntityGroup.d.ts +14 -0
- package/features/email-logger/omni/components/EntityGroup.d.ts.map +1 -0
- package/features/email-logger/omni/components/EntityRow.d.ts +12 -0
- package/features/email-logger/omni/components/EntityRow.d.ts.map +1 -0
- package/features/email-logger/omni/components/LogEmailPill.d.ts +12 -0
- package/features/email-logger/omni/components/LogEmailPill.d.ts.map +1 -0
- package/features/email-logger/omni/components/SyncConversationDropdown.d.ts +8 -0
- package/features/email-logger/omni/components/SyncConversationDropdown.d.ts.map +1 -0
- package/features/email-logger/omni/components/entityKey.d.ts +4 -0
- package/features/email-logger/omni/components/entityKey.d.ts.map +1 -0
- package/features/email-logger/omni/styles.d.ts +43 -0
- package/features/email-logger/omni/styles.d.ts.map +1 -0
- package/index.d.ts +2 -0
- package/index.d.ts.map +1 -1
- package/index.es.js +7326 -6410
- package/index.umd.js +1022 -364
- package/package.json +1 -1
- package/utils/poll.d.ts.map +1 -1
package/package.json
CHANGED
package/utils/poll.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"poll.d.ts","sourceRoot":"","sources":["../../src/utils/poll.ts"],"names":[],"mappings":"AAAA,KAAK,kBAAkB,CAAC,IAAI,SAAS,OAAO,EAAE,EAAE,GAAG,IAAI;IACrD,KAAK,EAAE,CAAC,GAAG,IAAI,EAAE,IAAI,KAAK,OAAO,CAAC,GAAG,CAAC,CAAC;IACvC,iDAAiD;IACjD,cAAc,EAAE,MAAM,CAAC;IACvB,2FAA2F;IAC3F,UAAU,EAAE,MAAM,CAAC;IACnB,4DAA4D;IAC5D,sBAAsB,CAAC,EAAE,MAAM,CAAC;IAChC,+DAA+D;IAC/D,WAAW,EAAE,CAAC,IAAI,EAAE,GAAG,KAAK,OAAO,CAAC;IACpC,gDAAgD;IAChD,uBAAuB,CAAC,EAAE,CAAC,IAAI,EAAE,GAAG,GAAG,IAAI,KAAK,IAAI,CAAC;CACtD,CAAC;AAEF,eAAO,MAAM,YAAY,UAAW,MAAM,qBAEzC,CAAC;AAEF,eAAO,MAAM,aAAa,GAAI,IAAI,SAAS,OAAO,EAAE,EAAE,GAAG,uGAOtD,kBAAkB,CAAC,IAAI,EAAE,GAAG,CAAC,eACA,IAAI,KAAG,OAAO,CAAC,GAAG,
|
|
1
|
+
{"version":3,"file":"poll.d.ts","sourceRoot":"","sources":["../../src/utils/poll.ts"],"names":[],"mappings":"AAAA,KAAK,kBAAkB,CAAC,IAAI,SAAS,OAAO,EAAE,EAAE,GAAG,IAAI;IACrD,KAAK,EAAE,CAAC,GAAG,IAAI,EAAE,IAAI,KAAK,OAAO,CAAC,GAAG,CAAC,CAAC;IACvC,iDAAiD;IACjD,cAAc,EAAE,MAAM,CAAC;IACvB,2FAA2F;IAC3F,UAAU,EAAE,MAAM,CAAC;IACnB,4DAA4D;IAC5D,sBAAsB,CAAC,EAAE,MAAM,CAAC;IAChC,+DAA+D;IAC/D,WAAW,EAAE,CAAC,IAAI,EAAE,GAAG,KAAK,OAAO,CAAC;IACpC,gDAAgD;IAChD,uBAAuB,CAAC,EAAE,CAAC,IAAI,EAAE,GAAG,GAAG,IAAI,KAAK,IAAI,CAAC;CACtD,CAAC;AAEF,eAAO,MAAM,YAAY,UAAW,MAAM,qBAEzC,CAAC;AAEF,eAAO,MAAM,aAAa,GAAI,IAAI,SAAS,OAAO,EAAE,EAAE,GAAG,uGAOtD,kBAAkB,CAAC,IAAI,EAAE,GAAG,CAAC,eACA,IAAI,KAAG,OAAO,CAAC,GAAG,CAmBjD,CAAC"}
|