@hiver/connector-agent 1.3.4-beta.2 → 1.3.4-beta.3

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 (63) hide show
  1. package/app/provider.d.ts.map +1 -1
  2. package/components/ui/layover/index.d.ts.map +1 -1
  3. package/components/ui/layover/styles.d.ts.map +1 -1
  4. package/components/ui/text-field/index.d.ts +3 -0
  5. package/components/ui/text-field/index.d.ts.map +1 -0
  6. package/constants/card.d.ts +7 -0
  7. package/constants/card.d.ts.map +1 -1
  8. package/constants/global-constants.d.ts +2 -0
  9. package/constants/global-constants.d.ts.map +1 -1
  10. package/context/index.d.ts +2 -0
  11. package/context/index.d.ts.map +1 -1
  12. package/context/main-app-provider/index.d.ts +2 -1
  13. package/context/main-app-provider/index.d.ts.map +1 -1
  14. package/features/connector-cards/api/index.d.ts +3 -2
  15. package/features/connector-cards/api/index.d.ts.map +1 -1
  16. package/features/connector-cards/components/card-list/Card.d.ts +1 -0
  17. package/features/connector-cards/components/card-list/Card.d.ts.map +1 -1
  18. package/features/connector-cards/components/card-list/index.d.ts.map +1 -1
  19. package/features/connector-cards/components/card-list/style.d.ts +2 -0
  20. package/features/connector-cards/components/card-list/style.d.ts.map +1 -1
  21. package/features/connector-cards/constants/api.d.ts.map +1 -1
  22. package/features/connector-cards/constants/card-content.d.ts +2 -2
  23. package/features/connector-cards/constants/card-content.d.ts.map +1 -1
  24. package/features/connector-cards/store/slice.d.ts +2 -0
  25. package/features/connector-cards/store/slice.d.ts.map +1 -1
  26. package/features/toast-message/constants/toast.d.ts +2 -0
  27. package/features/toast-message/constants/toast.d.ts.map +1 -1
  28. package/features/write-form/api/index.d.ts +5 -1
  29. package/features/write-form/api/index.d.ts.map +1 -1
  30. package/features/write-form/components/card-linking/card-linking.d.ts +6 -0
  31. package/features/write-form/components/card-linking/card-linking.d.ts.map +1 -0
  32. package/features/write-form/components/card-linking/card-preview.d.ts +12 -0
  33. package/features/write-form/components/card-linking/card-preview.d.ts.map +1 -0
  34. package/features/write-form/components/card-linking/style.d.ts +5 -0
  35. package/features/write-form/components/card-linking/style.d.ts.map +1 -0
  36. package/features/write-form/components/card-linking/unlink-card-modal.d.ts +9 -0
  37. package/features/write-form/components/card-linking/unlink-card-modal.d.ts.map +1 -0
  38. package/features/write-form/components/write-form/styles.d.ts +1 -0
  39. package/features/write-form/components/write-form/styles.d.ts.map +1 -1
  40. package/features/write-form/constants/api.d.ts +3 -0
  41. package/features/write-form/constants/api.d.ts.map +1 -1
  42. package/features/write-form/constants/index.d.ts +5 -0
  43. package/features/write-form/constants/index.d.ts.map +1 -1
  44. package/features/write-form/constants/regex-pattern.d.ts +3 -0
  45. package/features/write-form/constants/regex-pattern.d.ts.map +1 -0
  46. package/features/write-form/store/initial-state.d.ts +5 -0
  47. package/features/write-form/store/initial-state.d.ts.map +1 -1
  48. package/features/write-form/store/selectors.d.ts +4 -0
  49. package/features/write-form/store/selectors.d.ts.map +1 -1
  50. package/features/write-form/store/slice.d.ts +51 -4
  51. package/features/write-form/store/slice.d.ts.map +1 -1
  52. package/features/write-form/types/form.d.ts +3 -0
  53. package/features/write-form/types/form.d.ts.map +1 -1
  54. package/features/write-form/utils/index.d.ts +1 -0
  55. package/features/write-form/utils/index.d.ts.map +1 -1
  56. package/index.es.js +9473 -9157
  57. package/index.umd.js +226 -190
  58. package/package.json +1 -1
  59. package/testing/mocks/handlers/fetch-cards.d.ts +2 -1
  60. package/testing/mocks/handlers/fetch-cards.d.ts.map +1 -1
  61. package/testing/mocks/handlers/write-capability.d.ts.map +1 -1
  62. package/types/cards.d.ts +2 -0
  63. package/types/cards.d.ts.map +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hiver/connector-agent",
3
- "version": "1.3.4-beta.2",
3
+ "version": "1.3.4-beta.3",
4
4
  "main": "index.es.js",
5
5
  "module": "index.es.js",
6
6
  "types": "index.d.ts",
@@ -1,5 +1,6 @@
1
1
  import { ICardTypes, IFlatDisplay } from '../../../types/cards';
2
- export declare const getSpecificConnector: (id: string, count?: number) => {
2
+ export declare const getSpecificConnector: (id: string, count?: number, isPreview?: boolean) => {
3
+ cardTitle?: string | undefined;
3
4
  id: string;
4
5
  cardType: ICardTypes;
5
6
  data: IFlatDisplay;
@@ -1 +1 @@
1
- {"version":3,"file":"fetch-cards.d.ts","sourceRoot":"","sources":["../../../../src/testing/mocks/handlers/fetch-cards.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,UAAU,EAAE,YAAY,EAA4B,MAAM,eAAe,CAAC;AAyBnF,eAAO,MAAM,oBAAoB,OAAQ,MAAM,UAAS,MAAM;;cA4CT,UAAU;;CAG9D,CAAC;AAaF,eAAO,MAAM,QAAQ,6BAAkD,CAAC"}
1
+ {"version":3,"file":"fetch-cards.d.ts","sourceRoot":"","sources":["../../../../src/testing/mocks/handlers/fetch-cards.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,UAAU,EAAE,YAAY,EAA4B,MAAM,eAAe,CAAC;AA0BnF,eAAO,MAAM,oBAAoB,OAAQ,MAAM,UAAS,MAAM,cAAiB,OAAO;;;cA4CjC,UAAU;;CAI9D,CAAC;AAaF,eAAO,MAAM,QAAQ,6BAAkD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"write-capability.d.ts","sourceRoot":"","sources":["../../../../src/testing/mocks/handlers/write-capability.ts"],"names":[],"mappings":"AA8bA,eAAO,MAAM,QAAQ,6BAAkC,CAAC"}
1
+ {"version":3,"file":"write-capability.d.ts","sourceRoot":"","sources":["../../../../src/testing/mocks/handlers/write-capability.ts"],"names":[],"mappings":"AA4dA,eAAO,MAAM,QAAQ,6BAAqE,CAAC"}
package/types/cards.d.ts CHANGED
@@ -4,6 +4,7 @@ export type ICard = {
4
4
  title: string;
5
5
  priority: number;
6
6
  type: ICardTypes;
7
+ externalResourceId: string;
7
8
  };
8
9
  export type IFlatDisArr = {
9
10
  label: string;
@@ -31,6 +32,7 @@ export type IFlatDisplay = {
31
32
  export type ISpecificCard = {
32
33
  id: string;
33
34
  cardType: ICardTypes;
35
+ cardTitle?: string;
34
36
  data: IFlatDisplay;
35
37
  };
36
38
  //# sourceMappingURL=cards.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"cards.d.ts","sourceRoot":"","sources":["../../src/types/cards.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,UAAU,GAAG,MAAM,GAAG,gBAAgB,CAAC;AAEnD,MAAM,MAAM,KAAK,GAAG;IAClB,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,EAAE,UAAU,CAAC;CAClB,CAAC;AAEF,MAAM,MAAM,WAAW,GAAG;IACxB,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,UAAU,EAAE,MAAM,GAAG,MAAM,CAAC;IAC5B,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;CACzB,CAAC;AAEF,MAAM,MAAM,YAAY,GAAG;IACzB,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC1B,CAAC;AAEF,MAAM,WAAW,UAAU;IACzB,MAAM,EAAE,KAAK,CAAC,YAAY,EAAE,CAAC,CAAC;IAC9B,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,UAAU,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,MAAM,YAAY,GAAG;IACzB,WAAW,EAAE,WAAW,EAAE,CAAC;IAC3B,SAAS,EAAE,UAAU,CAAC;CACvB,CAAC;AAEF,MAAM,MAAM,aAAa,GAAG;IAC1B,EAAE,EAAE,MAAM,CAAC;IACX,QAAQ,EAAE,UAAU,CAAC;IACrB,IAAI,EAAE,YAAY,CAAC;CACpB,CAAC"}
1
+ {"version":3,"file":"cards.d.ts","sourceRoot":"","sources":["../../src/types/cards.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,UAAU,GAAG,MAAM,GAAG,gBAAgB,CAAC;AAEnD,MAAM,MAAM,KAAK,GAAG;IAClB,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,EAAE,UAAU,CAAC;IACjB,kBAAkB,EAAE,MAAM,CAAC;CAC5B,CAAC;AAEF,MAAM,MAAM,WAAW,GAAG;IACxB,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,UAAU,EAAE,MAAM,GAAG,MAAM,CAAC;IAC5B,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;CACzB,CAAC;AAEF,MAAM,MAAM,YAAY,GAAG;IACzB,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC1B,CAAC;AAEF,MAAM,WAAW,UAAU;IACzB,MAAM,EAAE,KAAK,CAAC,YAAY,EAAE,CAAC,CAAC;IAC9B,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,UAAU,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,MAAM,YAAY,GAAG;IACzB,WAAW,EAAE,WAAW,EAAE,CAAC;IAC3B,SAAS,EAAE,UAAU,CAAC;CACvB,CAAC;AAEF,MAAM,MAAM,aAAa,GAAG;IAC1B,EAAE,EAAE,MAAM,CAAC;IACX,QAAQ,EAAE,UAAU,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,IAAI,EAAE,YAAY,CAAC;CACpB,CAAC"}