@hiver/connector-agent 4.22.4-slackscroll-beta.0 → 4.22.5

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 (121) hide show
  1. package/api/conversationMeta.d.ts.map +1 -1
  2. package/app/omni-slack/SlackLinkActionsIsland.d.ts +7 -1
  3. package/app/omni-slack/SlackLinkActionsIsland.d.ts.map +1 -1
  4. package/features/connector-cards/hooks/useUserAuthFlow.d.ts.map +1 -1
  5. package/features/connector-cards/utils/registerUserAuthCallback.d.ts.map +1 -1
  6. package/features/connector-highlight/utils/highlighter.d.ts.map +1 -1
  7. package/features/email-logger/api/autoLogToggle.d.ts.map +1 -1
  8. package/features/email-logger/api/feedback.d.ts.map +1 -1
  9. package/features/email-logger/api/getLogStatus.d.ts.map +1 -1
  10. package/features/email-logger/api/getRecommendations.d.ts.map +1 -1
  11. package/features/email-logger/api/getSearch.d.ts.map +1 -1
  12. package/features/email-logger/api/postLog.d.ts.map +1 -1
  13. package/features/email-logger/api/retryLog.d.ts.map +1 -1
  14. package/features/email-logger/api/validateEntity.d.ts.map +1 -1
  15. package/features/email-logger/utils/LogObserver.d.ts.map +1 -1
  16. package/features/global-search/api/getSearchResults.d.ts.map +1 -1
  17. package/features/global-search/api/getSmartSuggestions.d.ts.map +1 -1
  18. package/features/slack/components/LinkExistingModal/ChannelPicker.d.ts +1 -1
  19. package/features/slack/components/LinkExistingModal/index.d.ts +6 -4
  20. package/features/slack/components/LinkExistingModal/index.d.ts.map +1 -1
  21. package/features/slack/components/LinkedConversationPanel/index.d.ts.map +1 -1
  22. package/features/slack/components/StartModal/index.d.ts +5 -2
  23. package/features/slack/components/StartModal/index.d.ts.map +1 -1
  24. package/features/write-form/api/getCustomFields.d.ts.map +1 -1
  25. package/features/write-form/api/getFieldCustomFields.d.ts.map +1 -1
  26. package/features/write-form/api/getFormDefaultValues.d.ts.map +1 -1
  27. package/features/write-form/api/getFormDefaults.d.ts.map +1 -1
  28. package/features/write-form/api/putFormDefaults.d.ts.map +1 -1
  29. package/features/write-form/api/uploadAttachment.d.ts.map +1 -1
  30. package/index.es.js +8176 -8140
  31. package/index.umd.js +444 -444
  32. package/main-dev.d.ts.map +1 -1
  33. package/main.d.ts.map +1 -1
  34. package/package.json +1 -1
  35. package/store/appStore.d.ts.map +1 -1
  36. package/utils/index.d.ts +4 -1
  37. package/utils/index.d.ts.map +1 -1
  38. package/app/__tests__/card-list.test.d.ts +0 -2
  39. package/app/__tests__/card-list.test.d.ts.map +0 -1
  40. package/app/omni-slack/__tests__/SlackLinkActionsIsland.test.d.ts +0 -2
  41. package/app/omni-slack/__tests__/SlackLinkActionsIsland.test.d.ts.map +0 -1
  42. package/features/connector-cards/__tests__/resolveCardLevelErrorMessage.test.d.ts +0 -2
  43. package/features/connector-cards/__tests__/resolveCardLevelErrorMessage.test.d.ts.map +0 -1
  44. package/features/connector-cards/components/card-list/__tests__/NoCardsUserAuthGate.test.d.ts +0 -2
  45. package/features/connector-cards/components/card-list/__tests__/NoCardsUserAuthGate.test.d.ts.map +0 -1
  46. package/features/connector-cards/components/card-list/attachment/__tests__/preview-failure.test.d.ts +0 -2
  47. package/features/connector-cards/components/card-list/attachment/__tests__/preview-failure.test.d.ts.map +0 -1
  48. package/features/connector-cards/components/user-auth-card/__tests__/UserAuthCard.test.d.ts +0 -2
  49. package/features/connector-cards/components/user-auth-card/__tests__/UserAuthCard.test.d.ts.map +0 -1
  50. package/features/connector-cards/store/userAuth.test.d.ts +0 -2
  51. package/features/connector-cards/store/userAuth.test.d.ts.map +0 -1
  52. package/features/connector-highlight/components/data-card/__tests__/tracking-payload.test.d.ts +0 -2
  53. package/features/connector-highlight/components/data-card/__tests__/tracking-payload.test.d.ts.map +0 -1
  54. package/features/connector-highlight/utils/__tests__/highlighter.test.d.ts +0 -2
  55. package/features/connector-highlight/utils/__tests__/highlighter.test.d.ts.map +0 -1
  56. package/features/connector-highlight/utils/__tests__/tracking-payload.test.d.ts +0 -2
  57. package/features/connector-highlight/utils/__tests__/tracking-payload.test.d.ts.map +0 -1
  58. package/features/email-logger/omni/components/LogEmailPill.test.d.ts +0 -2
  59. package/features/email-logger/omni/components/LogEmailPill.test.d.ts.map +0 -1
  60. package/features/slack/api/__tests__/errors.test.d.ts +0 -2
  61. package/features/slack/api/__tests__/errors.test.d.ts.map +0 -1
  62. package/features/slack/api/__tests__/linked-conv.test.d.ts +0 -2
  63. package/features/slack/api/__tests__/linked-conv.test.d.ts.map +0 -1
  64. package/features/slack/api/__tests__/links.test.d.ts +0 -2
  65. package/features/slack/api/__tests__/links.test.d.ts.map +0 -1
  66. package/features/slack/components/LinkExistingModal/__tests__/errorHandling.test.d.ts +0 -2
  67. package/features/slack/components/LinkExistingModal/__tests__/errorHandling.test.d.ts.map +0 -1
  68. package/features/slack/components/LinkedConversationPanel/__tests__/MessageItem.test.d.ts +0 -2
  69. package/features/slack/components/LinkedConversationPanel/__tests__/MessageItem.test.d.ts.map +0 -1
  70. package/features/slack/components/LinkedConversationPanel/__tests__/deepLinkScroll.test.d.ts +0 -2
  71. package/features/slack/components/LinkedConversationPanel/__tests__/deepLinkScroll.test.d.ts.map +0 -1
  72. package/features/slack/components/LinkedConversationPanel/__tests__/linkSwitchResetsThread.test.d.ts +0 -2
  73. package/features/slack/components/LinkedConversationPanel/__tests__/linkSwitchResetsThread.test.d.ts.map +0 -1
  74. package/features/slack/components/StartModal/__tests__/MemberSelect.test.d.ts +0 -2
  75. package/features/slack/components/StartModal/__tests__/MemberSelect.test.d.ts.map +0 -1
  76. package/features/slack/components/StartModal/__tests__/MentionTextarea.test.d.ts +0 -2
  77. package/features/slack/components/StartModal/__tests__/MentionTextarea.test.d.ts.map +0 -1
  78. package/features/slack/components/StartModal/__tests__/SlackThreadTab.test.d.ts +0 -2
  79. package/features/slack/components/StartModal/__tests__/SlackThreadTab.test.d.ts.map +0 -1
  80. package/features/slack/components/__tests__/SlackConversationTab.blocked.test.d.ts +0 -2
  81. package/features/slack/components/__tests__/SlackConversationTab.blocked.test.d.ts.map +0 -1
  82. package/features/slack/components/__tests__/SlackConversationTab.notification-routing.test.d.ts +0 -2
  83. package/features/slack/components/__tests__/SlackConversationTab.notification-routing.test.d.ts.map +0 -1
  84. package/features/slack/components/__tests__/SlackConversationTab.pinned.test.d.ts +0 -2
  85. package/features/slack/components/__tests__/SlackConversationTab.pinned.test.d.ts.map +0 -1
  86. package/features/slack/components/__tests__/linkEventAnalytics.test.d.ts +0 -2
  87. package/features/slack/components/__tests__/linkEventAnalytics.test.d.ts.map +0 -1
  88. package/features/slack/hooks/__tests__/useMarkLinkRead.test.d.ts +0 -2
  89. package/features/slack/hooks/__tests__/useMarkLinkRead.test.d.ts.map +0 -1
  90. package/features/slack/hooks/__tests__/useOlderMessages.test.d.ts +0 -2
  91. package/features/slack/hooks/__tests__/useOlderMessages.test.d.ts.map +0 -1
  92. package/features/slack/hooks/__tests__/useReauthStatusRefetch.test.d.ts +0 -2
  93. package/features/slack/hooks/__tests__/useReauthStatusRefetch.test.d.ts.map +0 -1
  94. package/features/slack/utils/__tests__/join-notices.test.d.ts +0 -2
  95. package/features/slack/utils/__tests__/join-notices.test.d.ts.map +0 -1
  96. package/features/slack/utils/__tests__/mrkdwn.test.d.ts +0 -2
  97. package/features/slack/utils/__tests__/mrkdwn.test.d.ts.map +0 -1
  98. package/features/slack/utils/__tests__/slack-thread-url.test.d.ts +0 -2
  99. package/features/slack/utils/__tests__/slack-thread-url.test.d.ts.map +0 -1
  100. package/features/slack/utils/default-message.test.d.ts +0 -2
  101. package/features/slack/utils/default-message.test.d.ts.map +0 -1
  102. package/features/toast-message/__tests__/toastMessage.test.d.ts +0 -2
  103. package/features/toast-message/__tests__/toastMessage.test.d.ts.map +0 -1
  104. package/features/write-form/api/__tests__/getConversationSummary.test.d.ts +0 -2
  105. package/features/write-form/api/__tests__/getConversationSummary.test.d.ts.map +0 -1
  106. package/features/write-form/api/__tests__/uploadAttachment.test.d.ts +0 -2
  107. package/features/write-form/api/__tests__/uploadAttachment.test.d.ts.map +0 -1
  108. package/features/write-form/components/write-form/__tests__/table-validations.test.d.ts +0 -2
  109. package/features/write-form/components/write-form/__tests__/table-validations.test.d.ts.map +0 -1
  110. package/features/write-form/utils/__tests__/attachment-restrictions.test.d.ts +0 -2
  111. package/features/write-form/utils/__tests__/attachment-restrictions.test.d.ts.map +0 -1
  112. package/features/write-form/utils/__tests__/conversationSummary.test.d.ts +0 -2
  113. package/features/write-form/utils/__tests__/conversationSummary.test.d.ts.map +0 -1
  114. package/theme/connector-theme-provider.test.d.ts +0 -2
  115. package/theme/connector-theme-provider.test.d.ts.map +0 -1
  116. package/theme/connector-theme.test.d.ts +0 -2
  117. package/theme/connector-theme.test.d.ts.map +0 -1
  118. package/utils/__tests__/form-date.test.d.ts +0 -2
  119. package/utils/__tests__/form-date.test.d.ts.map +0 -1
  120. package/utils/__tests__/poll.test.d.ts +0 -2
  121. package/utils/__tests__/poll.test.d.ts.map +0 -1
package/main-dev.d.ts.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"main-dev.d.ts","sourceRoot":"","sources":["../src/main-dev.tsx"],"names":[],"mappings":"AA8/BA,eAAO,MAAM,OAAO,+CAInB,CAAC"}
1
+ {"version":3,"file":"main-dev.d.ts","sourceRoot":"","sources":["../src/main-dev.tsx"],"names":[],"mappings":"AA+/BA,eAAO,MAAM,OAAO,+CAInB,CAAC"}
package/main.d.ts.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"main.d.ts","sourceRoot":"","sources":["../src/main.tsx"],"names":[],"mappings":"AAyBA,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,MAAM;QAEd,MAAM,EAAE,GAAG,CAAC;KACb;CACF"}
1
+ {"version":3,"file":"main.d.ts","sourceRoot":"","sources":["../src/main.tsx"],"names":[],"mappings":"AA0BA,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,MAAM;QAEd,MAAM,EAAE,GAAG,CAAC;KACb;CACF"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hiver/connector-agent",
3
- "version": "4.22.4-slackscroll-beta.0",
3
+ "version": "4.22.5",
4
4
  "main": "index.es.js",
5
5
  "module": "index.es.js",
6
6
  "types": "index.d.ts",
@@ -1 +1 @@
1
- {"version":3,"file":"appStore.d.ts","sourceRoot":"","sources":["../../src/store/appStore.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAiB,KAAK,EAAe,MAAM,kBAAkB,CAAC;AAC1E,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAChD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,WAAW,CAAC;AAc/C,MAAM,MAAM,aAAa,GAAG;IAC1B,iBAAiB,CAAC,EAAE,aAAa,CAAC;CACnC,CAAC;AA2BF,eAAO,MAAM,cAAc,WAAW,aAAa,KAAQ,KAAK,CAAC,UAAU,CA0G1E,CAAC"}
1
+ {"version":3,"file":"appStore.d.ts","sourceRoot":"","sources":["../../src/store/appStore.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAiB,KAAK,EAAe,MAAM,kBAAkB,CAAC;AAC1E,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAChD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,WAAW,CAAC;AAe/C,MAAM,MAAM,aAAa,GAAG;IAC1B,iBAAiB,CAAC,EAAE,aAAa,CAAC;CACnC,CAAC;AA2BF,eAAO,MAAM,cAAc,WAAW,aAAa,KAAQ,KAAK,CAAC,UAAU,CA0G1E,CAAC"}
package/utils/index.d.ts CHANGED
@@ -41,7 +41,10 @@ export declare const getVersionData: (version: string) => string | number | (()
41
41
  } | ((count: number) => string) | ((searchString: string, position?: number) => boolean) | ((name: string) => string) | (() => string) | (() => string) | (() => string) | (() => string) | ((color: string) => string) | {
42
42
  (size: number): string;
43
43
  (size: string): string;
44
- } | (() => string) | ((url: string) => string) | (() => string) | (() => string) | (() => string) | (() => string) | ((maxLength: number, fillString?: string) => string) | ((maxLength: number, fillString?: string) => string) | (() => string) | (() => string) | (() => string) | (() => string) | ((regexp: RegExp) => RegExpStringIterator<RegExpExecArray>) | (() => StringIterator<string>) | ((index: number) => string | undefined) | undefined;
44
+ } | (() => string) | ((url: string) => string) | (() => string) | (() => string) | (() => string) | (() => string) | ((maxLength: number, fillString?: string) => string) | ((maxLength: number, fillString?: string) => string) | (() => string) | (() => string) | (() => string) | (() => string) | ((regexp: RegExp) => RegExpStringIterator<RegExpExecArray>) | {
45
+ (searchValue: string | RegExp, replaceValue: string): string;
46
+ (searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
47
+ } | ((index: number) => string | undefined) | (() => StringIterator<string>) | undefined;
45
48
  export declare const isLocalStorageVersionSame: (version: string) => boolean;
46
49
  export declare const isUserAlreadySeenWhatsNew: (version: string, userId?: string) => boolean;
47
50
  export declare const setLocalStorageData: (version: string, shouldReset?: boolean, isExpand?: boolean) => void;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/utils/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,YAAY,CAAC;AAM3C,OAAO,KAAK,EAAE,UAAU,EAAE,SAAS,EAAE,aAAa,EAAE,kBAAkB,EAAE,MAAM,eAAe,CAAC;AAE9F,eAAO,MAAM,iBAAiB,SAAU,MAAM,GAAG,MAAM,WAGtD,CAAC;AAEF,eAAO,MAAM,cAAc,YAAa,MAAM;;+DAqK42yM,eAAe;kCAzH35yM,eAAe,iBAAiB,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;oBAxBf,eAGrC;;;oBAIE,eAAe;;;;;;;ybAvBzB,CAAC;AAEF,eAAO,MAAM,yBAAyB,YAAa,MAAM,YAIxD,CAAC;AAOF,eAAO,MAAM,yBAAyB,YAAa,MAAM,WAAU,MAAM,YAIxE,CAAC;AAEF,eAAO,MAAM,mBAAmB,YAAa,MAAM,gBAAe,OAAO,aAAoB,OAAO,SA2BnG,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,kBAAkB,sBAAuB,aAAa,2BAAoB,MAAM,YAM5F,CAAC;AAEF,eAAO,MAAM,mBAAmB,aAAc,MAAM,UAAU;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,CAAA;CAAE,KAAG,MAElG,CAAC;AAEF,eAAO,MAAM,gCAAgC,SACrC,SAAS,SACR,MAAM,cACD,OAAO,cACR,OAAO,eAcnB,CAAC;AAEF,eAAO,MAAM,aAAa,SAAU,kBAAkB,KAAG,aA4BxD,CAAC;AAEF,eAAO,MAAM,4BAA4B,UAAW;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,aAAa,CAAA;CAAE,GAAG,IAAI,aAY1F,CAAC;AAEF,eAAO,MAAM,gBAAgB,oBAG1B;IACD,GAAG,EAAE,MAAM,CAAC;IACZ,MAAM,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS,GAAG,IAAI,CAAA;KAAE,CAAC;CACtD,WAiBA,CAAC;AAEF,wBAAgB,YAAY,CAAC,IAAI,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,UAM3D"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/utils/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,YAAY,CAAC;AAM3C,OAAO,KAAK,EAAE,UAAU,EAAE,SAAS,EAAE,aAAa,EAAE,kBAAkB,EAAE,MAAM,eAAe,CAAC;AAE9F,eAAO,MAAM,iBAAiB,SAAU,MAAM,GAAG,MAAM,WAGtD,CAAC;AAEF,eAAO,MAAM,cAAc,YAAa,MAAM;;+DAqK42yM,eAAe;kCAzH35yM,eAAe,iBAAiB,eAAe;;;;gBAyH0gD,KAAK;;;;iEAAgoV,GAAI;;gBAA1rU,OAAO;;;gBAAgY,OAAO,gDAA+C,GAAI;qCAAiE,GAAI;;;;gBAAmO,MAAM;;;;;gBAAyU,KAAK,uBAAuB,CAAC;;;;oBAjJ7jG,eAGrC;;;oBAIE,eAAe;;;;;;;;;iEAHG,GAAI;wFApBhC,CAAC;AAEF,eAAO,MAAM,yBAAyB,YAAa,MAAM,YAIxD,CAAC;AAOF,eAAO,MAAM,yBAAyB,YAAa,MAAM,WAAU,MAAM,YAIxE,CAAC;AAEF,eAAO,MAAM,mBAAmB,YAAa,MAAM,gBAAe,OAAO,aAAoB,OAAO,SA2BnG,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,kBAAkB,sBAAuB,aAAa,2BAAoB,MAAM,YAM5F,CAAC;AAEF,eAAO,MAAM,mBAAmB,aAAc,MAAM,UAAU;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,CAAA;CAAE,KAAG,MAElG,CAAC;AAEF,eAAO,MAAM,gCAAgC,SACrC,SAAS,SACR,MAAM,cACD,OAAO,cACR,OAAO,eAcnB,CAAC;AAEF,eAAO,MAAM,aAAa,SAAU,kBAAkB,KAAG,aA4BxD,CAAC;AAEF,eAAO,MAAM,4BAA4B,UAAW;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,aAAa,CAAA;CAAE,GAAG,IAAI,aAY1F,CAAC;AAEF,eAAO,MAAM,gBAAgB,oBAG1B;IACD,GAAG,EAAE,MAAM,CAAC;IACZ,MAAM,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS,GAAG,IAAI,CAAA;KAAE,CAAC;CACtD,WAiBA,CAAC;AAEF,wBAAgB,YAAY,CAAC,IAAI,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,UAM3D"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=card-list.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"card-list.test.d.ts","sourceRoot":"","sources":["../../../src/app/__tests__/card-list.test.tsx"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=SlackLinkActionsIsland.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SlackLinkActionsIsland.test.d.ts","sourceRoot":"","sources":["../../../../src/app/omni-slack/__tests__/SlackLinkActionsIsland.test.tsx"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=resolveCardLevelErrorMessage.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"resolveCardLevelErrorMessage.test.d.ts","sourceRoot":"","sources":["../../../../src/features/connector-cards/__tests__/resolveCardLevelErrorMessage.test.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=NoCardsUserAuthGate.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"NoCardsUserAuthGate.test.d.ts","sourceRoot":"","sources":["../../../../../../src/features/connector-cards/components/card-list/__tests__/NoCardsUserAuthGate.test.tsx"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=preview-failure.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"preview-failure.test.d.ts","sourceRoot":"","sources":["../../../../../../../src/features/connector-cards/components/card-list/attachment/__tests__/preview-failure.test.tsx"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=UserAuthCard.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"UserAuthCard.test.d.ts","sourceRoot":"","sources":["../../../../../../src/features/connector-cards/components/user-auth-card/__tests__/UserAuthCard.test.tsx"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=userAuth.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"userAuth.test.d.ts","sourceRoot":"","sources":["../../../../src/features/connector-cards/store/userAuth.test.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=tracking-payload.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"tracking-payload.test.d.ts","sourceRoot":"","sources":["../../../../../../src/features/connector-highlight/components/data-card/__tests__/tracking-payload.test.tsx"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=highlighter.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"highlighter.test.d.ts","sourceRoot":"","sources":["../../../../../src/features/connector-highlight/utils/__tests__/highlighter.test.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=tracking-payload.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"tracking-payload.test.d.ts","sourceRoot":"","sources":["../../../../../src/features/connector-highlight/utils/__tests__/tracking-payload.test.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=LogEmailPill.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"LogEmailPill.test.d.ts","sourceRoot":"","sources":["../../../../../src/features/email-logger/omni/components/LogEmailPill.test.tsx"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=errors.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"errors.test.d.ts","sourceRoot":"","sources":["../../../../../src/features/slack/api/__tests__/errors.test.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=linked-conv.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"linked-conv.test.d.ts","sourceRoot":"","sources":["../../../../../src/features/slack/api/__tests__/linked-conv.test.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=links.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"links.test.d.ts","sourceRoot":"","sources":["../../../../../src/features/slack/api/__tests__/links.test.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=errorHandling.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"errorHandling.test.d.ts","sourceRoot":"","sources":["../../../../../../src/features/slack/components/LinkExistingModal/__tests__/errorHandling.test.tsx"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=MessageItem.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"MessageItem.test.d.ts","sourceRoot":"","sources":["../../../../../../src/features/slack/components/LinkedConversationPanel/__tests__/MessageItem.test.tsx"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=deepLinkScroll.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"deepLinkScroll.test.d.ts","sourceRoot":"","sources":["../../../../../../src/features/slack/components/LinkedConversationPanel/__tests__/deepLinkScroll.test.tsx"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=linkSwitchResetsThread.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"linkSwitchResetsThread.test.d.ts","sourceRoot":"","sources":["../../../../../../src/features/slack/components/LinkedConversationPanel/__tests__/linkSwitchResetsThread.test.tsx"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=MemberSelect.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"MemberSelect.test.d.ts","sourceRoot":"","sources":["../../../../../../src/features/slack/components/StartModal/__tests__/MemberSelect.test.tsx"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=MentionTextarea.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"MentionTextarea.test.d.ts","sourceRoot":"","sources":["../../../../../../src/features/slack/components/StartModal/__tests__/MentionTextarea.test.tsx"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=SlackThreadTab.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SlackThreadTab.test.d.ts","sourceRoot":"","sources":["../../../../../../src/features/slack/components/StartModal/__tests__/SlackThreadTab.test.tsx"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=SlackConversationTab.blocked.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SlackConversationTab.blocked.test.d.ts","sourceRoot":"","sources":["../../../../../src/features/slack/components/__tests__/SlackConversationTab.blocked.test.tsx"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=SlackConversationTab.notification-routing.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SlackConversationTab.notification-routing.test.d.ts","sourceRoot":"","sources":["../../../../../src/features/slack/components/__tests__/SlackConversationTab.notification-routing.test.tsx"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=SlackConversationTab.pinned.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SlackConversationTab.pinned.test.d.ts","sourceRoot":"","sources":["../../../../../src/features/slack/components/__tests__/SlackConversationTab.pinned.test.tsx"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=linkEventAnalytics.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"linkEventAnalytics.test.d.ts","sourceRoot":"","sources":["../../../../../src/features/slack/components/__tests__/linkEventAnalytics.test.tsx"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=useMarkLinkRead.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"useMarkLinkRead.test.d.ts","sourceRoot":"","sources":["../../../../../src/features/slack/hooks/__tests__/useMarkLinkRead.test.tsx"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=useOlderMessages.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"useOlderMessages.test.d.ts","sourceRoot":"","sources":["../../../../../src/features/slack/hooks/__tests__/useOlderMessages.test.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=useReauthStatusRefetch.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"useReauthStatusRefetch.test.d.ts","sourceRoot":"","sources":["../../../../../src/features/slack/hooks/__tests__/useReauthStatusRefetch.test.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=join-notices.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"join-notices.test.d.ts","sourceRoot":"","sources":["../../../../../src/features/slack/utils/__tests__/join-notices.test.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=mrkdwn.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"mrkdwn.test.d.ts","sourceRoot":"","sources":["../../../../../src/features/slack/utils/__tests__/mrkdwn.test.tsx"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=slack-thread-url.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"slack-thread-url.test.d.ts","sourceRoot":"","sources":["../../../../../src/features/slack/utils/__tests__/slack-thread-url.test.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=default-message.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"default-message.test.d.ts","sourceRoot":"","sources":["../../../../src/features/slack/utils/default-message.test.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=toastMessage.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"toastMessage.test.d.ts","sourceRoot":"","sources":["../../../../src/features/toast-message/__tests__/toastMessage.test.tsx"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=getConversationSummary.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"getConversationSummary.test.d.ts","sourceRoot":"","sources":["../../../../../src/features/write-form/api/__tests__/getConversationSummary.test.tsx"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=uploadAttachment.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"uploadAttachment.test.d.ts","sourceRoot":"","sources":["../../../../../src/features/write-form/api/__tests__/uploadAttachment.test.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=table-validations.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"table-validations.test.d.ts","sourceRoot":"","sources":["../../../../../../src/features/write-form/components/write-form/__tests__/table-validations.test.tsx"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=attachment-restrictions.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"attachment-restrictions.test.d.ts","sourceRoot":"","sources":["../../../../../src/features/write-form/utils/__tests__/attachment-restrictions.test.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=conversationSummary.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"conversationSummary.test.d.ts","sourceRoot":"","sources":["../../../../../src/features/write-form/utils/__tests__/conversationSummary.test.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=connector-theme-provider.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"connector-theme-provider.test.d.ts","sourceRoot":"","sources":["../../src/theme/connector-theme-provider.test.tsx"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=connector-theme.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"connector-theme.test.d.ts","sourceRoot":"","sources":["../../src/theme/connector-theme.test.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=form-date.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"form-date.test.d.ts","sourceRoot":"","sources":["../../../src/utils/__tests__/form-date.test.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=poll.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"poll.test.d.ts","sourceRoot":"","sources":["../../../src/utils/__tests__/poll.test.ts"],"names":[],"mappings":""}