@overmap-ai/core 1.0.60-model-adapter.1 → 1.0.60-sdk-refactor.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.
Files changed (111) hide show
  1. package/dist/enums/index.d.ts +0 -1
  2. package/dist/forms/builder/FormBuilder.d.ts +1 -0
  3. package/dist/forms/fields/BaseField/hooks.d.ts +11 -11
  4. package/dist/forms/fields/BaseField/layouts.d.ts +3 -2
  5. package/dist/forms/fields/typings.d.ts +3 -3
  6. package/dist/forms/index.d.ts +1 -0
  7. package/dist/forms/provider.d.ts +5 -0
  8. package/dist/forms/renderer/index.d.ts +0 -3
  9. package/dist/forms/utils.d.ts +0 -2
  10. package/dist/index.d.ts +0 -1
  11. package/dist/overmap-core.js +17955 -15482
  12. package/dist/overmap-core.js.map +1 -1
  13. package/dist/overmap-core.umd.cjs +17889 -15417
  14. package/dist/overmap-core.umd.cjs.map +1 -1
  15. package/dist/sdk/base.d.ts +22 -0
  16. package/dist/sdk/globals.d.ts +7 -0
  17. package/dist/sdk/index.d.ts +1 -0
  18. package/dist/sdk/sdk.d.ts +3 -51
  19. package/dist/sdk/services/AgentService.d.ts +2 -2
  20. package/dist/sdk/services/AssetAttachmentService.d.ts +3 -3
  21. package/dist/sdk/services/AssetService.d.ts +3 -3
  22. package/dist/sdk/services/AssetStageCompletionService.d.ts +3 -3
  23. package/dist/sdk/services/AssetStageService.d.ts +2 -2
  24. package/dist/sdk/services/AssetTypeAttachmentService.d.ts +3 -3
  25. package/dist/sdk/services/AssetTypeService.d.ts +3 -3
  26. package/dist/sdk/services/AuthService.d.ts +1 -1
  27. package/dist/sdk/services/BaseApiService.d.ts +15 -4
  28. package/dist/sdk/services/BaseAttachmentService.d.ts +4 -4
  29. package/dist/sdk/services/CategoryService.d.ts +3 -3
  30. package/dist/sdk/services/DocumentAttachmentService.d.ts +3 -3
  31. package/dist/sdk/services/DocumentService.d.ts +3 -3
  32. package/dist/sdk/services/EmailDomainsService.d.ts +2 -2
  33. package/dist/sdk/services/EmailVerificationService.d.ts +3 -3
  34. package/dist/sdk/services/FileService.d.ts +1 -0
  35. package/dist/sdk/services/IssueAttachmentService.d.ts +3 -3
  36. package/dist/sdk/services/IssueCommentService.d.ts +3 -3
  37. package/dist/sdk/services/IssueService.d.ts +3 -3
  38. package/dist/sdk/services/IssueTypeService.d.ts +3 -3
  39. package/dist/sdk/services/IssueUpdateService.d.ts +2 -1
  40. package/dist/sdk/services/LicenseService.d.ts +2 -2
  41. package/dist/sdk/services/OrganizationAccessService.d.ts +2 -2
  42. package/dist/sdk/services/OrganizationService.d.ts +2 -2
  43. package/dist/sdk/services/ProjectAccessService.d.ts +2 -2
  44. package/dist/sdk/services/ProjectAttachmentService.d.ts +3 -3
  45. package/dist/sdk/services/ProjectFileService.d.ts +2 -1
  46. package/dist/sdk/services/ProjectService.d.ts +2 -2
  47. package/dist/sdk/services/TeamService.d.ts +3 -3
  48. package/dist/sdk/services/UserFormService.d.ts +3 -3
  49. package/dist/sdk/services/UserFormSubmissionService.d.ts +3 -3
  50. package/dist/sdk/services/WorkspaceService.d.ts +2 -1
  51. package/dist/sdk/services/index.d.ts +0 -1
  52. package/dist/sdk/typings.d.ts +4 -1
  53. package/dist/store/index.d.ts +0 -1
  54. package/dist/store/slices/agentsSlice.d.ts +4 -4
  55. package/dist/store/slices/assetAttachmentSlice.d.ts +6 -6
  56. package/dist/store/slices/assetSlice.d.ts +8 -8
  57. package/dist/store/slices/assetStageCompletionSlice.d.ts +3 -3
  58. package/dist/store/slices/assetStageSlice.d.ts +9 -9
  59. package/dist/store/slices/assetTypeAttachmentSlice.d.ts +6 -6
  60. package/dist/store/slices/assetTypeSlice.d.ts +7 -7
  61. package/dist/store/slices/authSlice.d.ts +3 -3
  62. package/dist/store/slices/categorySlice.d.ts +8 -50
  63. package/dist/store/slices/documentAttachmentSlice.d.ts +6 -6
  64. package/dist/store/slices/documentSlice.d.ts +6 -48
  65. package/dist/store/slices/emailDomainsSlice.d.ts +4 -4
  66. package/dist/store/slices/fileSlice.d.ts +2 -2
  67. package/dist/store/slices/formRevisionAttachmentSlice.d.ts +3 -3
  68. package/dist/store/slices/formRevisionSlice.d.ts +8 -50
  69. package/dist/store/slices/formSlice.d.ts +8 -8
  70. package/dist/store/slices/formSubmissionAttachmentSlice.d.ts +3 -3
  71. package/dist/store/slices/formSubmissionSlice.d.ts +11 -11
  72. package/dist/store/slices/index.d.ts +0 -1
  73. package/dist/store/slices/issueAttachmentSlice.d.ts +6 -6
  74. package/dist/store/slices/issueCommentSlice.d.ts +3 -3
  75. package/dist/store/slices/issueSlice.d.ts +9 -9
  76. package/dist/store/slices/issueTypeSlice.d.ts +7 -7
  77. package/dist/store/slices/issueUpdateSlice.d.ts +3 -3
  78. package/dist/store/slices/licenseSlice.d.ts +7 -7
  79. package/dist/store/slices/organizationAccessSlice.d.ts +6 -6
  80. package/dist/store/slices/organizationSlice.d.ts +13 -13
  81. package/dist/store/slices/outboxSlice.d.ts +3 -3
  82. package/dist/store/slices/projectAccessSlice.d.ts +7 -7
  83. package/dist/store/slices/projectAttachmentSlice.d.ts +6 -6
  84. package/dist/store/slices/projectFileSlice.d.ts +7 -49
  85. package/dist/store/slices/projectSlice.d.ts +10 -10
  86. package/dist/store/slices/rehydratedSlice.d.ts +3 -2
  87. package/dist/store/slices/settingsSlice.d.ts +3 -24
  88. package/dist/store/slices/teamSlice.d.ts +6 -6
  89. package/dist/store/slices/userSlice.d.ts +5 -5
  90. package/dist/store/slices/workspaceSlice.d.ts +8 -50
  91. package/dist/store/store.d.ts +8 -90
  92. package/dist/style.css +0 -18
  93. package/dist/typings/models/store.d.ts +43 -4
  94. package/dist/typings/store.d.ts +6 -4
  95. package/dist/utils/file.d.ts +0 -6
  96. package/dist/utils/utils.d.ts +3 -3
  97. package/package.json +5 -3
  98. package/dist/contexts/hooks.d.ts +0 -2
  99. package/dist/contexts/index.d.ts +0 -3
  100. package/dist/contexts/overmap.d.ts +0 -12
  101. package/dist/contexts/sdk/globals.d.ts +0 -4
  102. package/dist/contexts/sdk/hooks.d.ts +0 -4
  103. package/dist/contexts/sdk/index.d.ts +0 -2
  104. package/dist/contexts/sdk/sdk.d.ts +0 -15
  105. package/dist/enums/map.d.ts +0 -6
  106. package/dist/forms/renderer/FormBrowser/FormBrowser.d.ts +0 -11
  107. package/dist/forms/renderer/FormSubmissionBrowser/FormSubmissionBrowser.d.ts +0 -28
  108. package/dist/forms/renderer/FormSubmissionViewer/FormSubmissionViewer.d.ts +0 -17
  109. package/dist/sdk/services/MainService.d.ts +0 -16
  110. package/dist/store/hooks.d.ts +0 -4
  111. package/dist/store/slices/mapSlice.d.ts +0 -23

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.