@overmap-ai/core 1.0.79 → 1.0.80-clean-ups.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 (75) hide show
  1. package/dist/constants/offline.d.ts +2 -0
  2. package/dist/enums/index.d.ts +0 -1
  3. package/dist/overmap-core.js +4942 -4866
  4. package/dist/overmap-core.umd.cjs +6 -6
  5. package/dist/sdk/services/BaseOfflineFileModelApiService.d.ts +2 -2
  6. package/dist/sdk/services/DocumentAttachmentService.d.ts +2 -2
  7. package/dist/sdk/services/FileService.d.ts +1 -1
  8. package/dist/sdk/services/IssueUpdateService.d.ts +0 -2
  9. package/dist/sdk/typings.d.ts +21 -1
  10. package/dist/sdk/utils.d.ts +1 -0
  11. package/dist/store/constants.d.ts +0 -1
  12. package/dist/store/reducers.d.ts +0 -3
  13. package/dist/store/slices/assetSlice.d.ts +0 -1
  14. package/dist/store/slices/assetTypeFieldValuesAttachmentSlice.d.ts +0 -1
  15. package/dist/store/slices/assetTypeFieldValuesSlice.d.ts +0 -1
  16. package/dist/store/slices/assetTypeFieldsAttachmentSlice.d.ts +0 -1
  17. package/dist/store/slices/assetTypeFieldsSlice.d.ts +0 -1
  18. package/dist/store/slices/assetTypeStatusSlice.d.ts +0 -1
  19. package/dist/store/slices/emailDomainsSlice.d.ts +0 -1
  20. package/dist/store/slices/formRevisionAttachmentSlice.d.ts +0 -1
  21. package/dist/store/slices/formRevisionSlice.d.ts +0 -1
  22. package/dist/store/slices/formSlice.d.ts +0 -1
  23. package/dist/store/slices/formSubmissionSlice.d.ts +9 -1
  24. package/dist/store/slices/geoImageSlice.d.ts +0 -1
  25. package/dist/store/slices/index.d.ts +0 -1
  26. package/dist/store/slices/issueAssociationSlice.d.ts +0 -1
  27. package/dist/store/slices/issueTypeFieldValuesAttachmentSlice.d.ts +0 -1
  28. package/dist/store/slices/issueTypeFieldValuesSlice.d.ts +0 -1
  29. package/dist/store/slices/issueTypeFieldsAttachmentSlice.d.ts +0 -1
  30. package/dist/store/slices/issueTypeFieldsSlice.d.ts +0 -1
  31. package/dist/store/slices/issueTypePrioritySlice.d.ts +0 -1
  32. package/dist/store/slices/issueTypeStatusSlice.d.ts +0 -1
  33. package/dist/store/slices/issueUpdateSlice.d.ts +0 -3
  34. package/dist/store/slices/organizationSlice.d.ts +0 -1
  35. package/dist/store/slices/procedureFieldValuesSlice.d.ts +0 -1
  36. package/dist/store/slices/procedureStepAssigneeSlice.d.ts +0 -1
  37. package/dist/store/slices/procedureStepCommentSlice.d.ts +0 -1
  38. package/dist/store/slices/procedureStepDefaultAssigneeSlice.d.ts +0 -1
  39. package/dist/store/slices/procedureStepDefaultReviewerSlice.d.ts +0 -1
  40. package/dist/store/slices/procedureStepEventSlice.d.ts +0 -1
  41. package/dist/store/slices/procedureStepFieldValuesAttachmentSlice.d.ts +0 -1
  42. package/dist/store/slices/procedureStepFieldValuesReviewSlice.d.ts +0 -1
  43. package/dist/store/slices/procedureStepFieldValuesSlice.d.ts +0 -1
  44. package/dist/store/slices/procedureStepFieldsAttachmentSlice.d.ts +0 -1
  45. package/dist/store/slices/procedureStepFieldsSlice.d.ts +0 -2
  46. package/dist/store/slices/procedureStepReviewerSlice.d.ts +0 -1
  47. package/dist/store/slices/procedureStepSlice.d.ts +0 -1
  48. package/dist/store/slices/procedureTypeAttachmentSlice.d.ts +0 -1
  49. package/dist/store/slices/procedureTypeFieldValuesAttachmentSlice.d.ts +0 -1
  50. package/dist/store/slices/procedureTypeFieldsAttachmentSlice.d.ts +0 -1
  51. package/dist/store/slices/projectFileSlice.d.ts +0 -1
  52. package/dist/store/slices/projectSlice.d.ts +0 -1
  53. package/dist/store/slices/userSlice.d.ts +0 -1
  54. package/dist/store/store.d.ts +3 -1
  55. package/dist/typings/index.d.ts +0 -1
  56. package/dist/typings/models/agents.d.ts +1 -2
  57. package/dist/typings/models/assets.d.ts +1 -2
  58. package/dist/typings/models/base.d.ts +14 -2
  59. package/dist/typings/models/documents.d.ts +1 -2
  60. package/dist/typings/models/fields.d.ts +1 -1
  61. package/dist/typings/models/forms.d.ts +7 -0
  62. package/dist/typings/models/geoImages.d.ts +1 -2
  63. package/dist/typings/models/issues.d.ts +1 -2
  64. package/dist/typings/models/procedures.d.ts +1 -2
  65. package/dist/typings/models/projects.d.ts +1 -2
  66. package/dist/typings/models/users.d.ts +1 -2
  67. package/dist/utils/file.d.ts +0 -1
  68. package/dist/utils/utils.d.ts +0 -1
  69. package/dist/utils/uuid.d.ts +0 -1
  70. package/package.json +3 -7
  71. package/dist/enums/attachments.d.ts +0 -7
  72. package/dist/store/migrations.d.ts +0 -2
  73. package/dist/store/slices/versioningSlice.d.ts +0 -8
  74. package/dist/typings/files.d.ts +0 -39
  75. package/dist/utils/forms.d.ts +0 -2
@@ -1 +1,3 @@
1
+ import { CommonAutoFields } from '../typings';
1
2
  export declare const OUTBOX_RETRY_DELAY = 60000;
3
+ export declare const COMMON_AUTO_FIELDS: CommonAutoFields[];
@@ -1,6 +1,5 @@
1
1
  export * from './access';
2
2
  export * from './api';
3
3
  export * from './asset';
4
- export * from './attachments';
5
4
  export * from './issue';
6
5
  export * from './procedures';