@overmap-ai/core 1.0.58-sign-up-hotfix.4 → 1.0.58-sign-up-hotfix.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.
|
@@ -2712,11 +2712,6 @@ var __publicField = (obj, key, value) => {
|
|
|
2712
2712
|
IssueUpdateChange2["DUE_DATE"] = "due_date";
|
|
2713
2713
|
return IssueUpdateChange2;
|
|
2714
2714
|
})(IssueUpdateChange || {});
|
|
2715
|
-
var ProjectType = /* @__PURE__ */ ((ProjectType2) => {
|
|
2716
|
-
ProjectType2[ProjectType2["PERSONAL"] = 0] = "PERSONAL";
|
|
2717
|
-
ProjectType2[ProjectType2["ORGANIZATION"] = 2] = "ORGANIZATION";
|
|
2718
|
-
return ProjectType2;
|
|
2719
|
-
})(ProjectType || {});
|
|
2720
2715
|
var VerificationCodeType = /* @__PURE__ */ ((VerificationCodeType2) => {
|
|
2721
2716
|
VerificationCodeType2[VerificationCodeType2["USER_REGISTRATION"] = 0] = "USER_REGISTRATION";
|
|
2722
2717
|
VerificationCodeType2[VerificationCodeType2["APPLICATION_INVITE"] = 2] = "APPLICATION_INVITE";
|
|
@@ -3016,7 +3011,6 @@ var __publicField = (obj, key, value) => {
|
|
|
3016
3011
|
activeProjectId: null,
|
|
3017
3012
|
recentProjectIds: [],
|
|
3018
3013
|
recentSearchableQueries: [],
|
|
3019
|
-
createProjectType: ProjectType.PERSONAL,
|
|
3020
3014
|
attachments: {}
|
|
3021
3015
|
};
|
|
3022
3016
|
const projectSlice = toolkit.createSlice({
|
|
@@ -3054,9 +3048,6 @@ var __publicField = (obj, key, value) => {
|
|
|
3054
3048
|
state.projects[project.id] = project;
|
|
3055
3049
|
});
|
|
3056
3050
|
},
|
|
3057
|
-
setCreateProjectType: (state, action) => {
|
|
3058
|
-
state.createProjectType = action.payload;
|
|
3059
|
-
},
|
|
3060
3051
|
deleteProject: (state, action) => {
|
|
3061
3052
|
delete state.projects[action.payload.id];
|
|
3062
3053
|
state.recentProjectIds = state.recentProjectIds.filter((id) => id !== action.payload.id);
|
|
@@ -3105,7 +3096,6 @@ var __publicField = (obj, key, value) => {
|
|
|
3105
3096
|
updateOrCreateProject,
|
|
3106
3097
|
updateOrCreateProjects: addOrReplaceProjects,
|
|
3107
3098
|
setActiveProjectId,
|
|
3108
|
-
setCreateProjectType,
|
|
3109
3099
|
deleteProject,
|
|
3110
3100
|
acceptProjectInvite,
|
|
3111
3101
|
addActiveProjectIssuesCount,
|
|
@@ -3147,7 +3137,6 @@ var __publicField = (obj, key, value) => {
|
|
|
3147
3137
|
});
|
|
3148
3138
|
}
|
|
3149
3139
|
);
|
|
3150
|
-
const selectCreateProjectType = (state) => state.projectReducer.createProjectType;
|
|
3151
3140
|
const projectReducer = projectSlice.reducer;
|
|
3152
3141
|
const selectProjectUsersIds = toolkit.createSelector(
|
|
3153
3142
|
[selectProjectAccesses],
|
|
@@ -6640,7 +6629,6 @@ var __publicField = (obj, key, value) => {
|
|
|
6640
6629
|
store.dispatch(addOrReplaceProjects(projects));
|
|
6641
6630
|
store.dispatch(addOrReplaceWorkspaces(workspaces));
|
|
6642
6631
|
}
|
|
6643
|
-
console.debug("currentProjectId", currentProjectId);
|
|
6644
6632
|
if (!currentProjectId) {
|
|
6645
6633
|
store.dispatch(setIsFetchingInitialData(false));
|
|
6646
6634
|
} else {
|
|
@@ -16883,7 +16871,6 @@ var __publicField = (obj, key, value) => {
|
|
|
16883
16871
|
exports2.ProjectAttachmentService = ProjectAttachmentService;
|
|
16884
16872
|
exports2.ProjectFileService = ProjectFileService;
|
|
16885
16873
|
exports2.ProjectService = ProjectService;
|
|
16886
|
-
exports2.ProjectType = ProjectType;
|
|
16887
16874
|
exports2.QrField = QrField;
|
|
16888
16875
|
exports2.QrInput = QrInput;
|
|
16889
16876
|
exports2.QrScanner = QrScanner;
|
|
@@ -17209,7 +17196,6 @@ var __publicField = (obj, key, value) => {
|
|
|
17209
17196
|
exports2.selectConversation = selectConversation;
|
|
17210
17197
|
exports2.selectConversationMapping = selectConversationMapping;
|
|
17211
17198
|
exports2.selectConversations = selectConversations;
|
|
17212
|
-
exports2.selectCreateProjectType = selectCreateProjectType;
|
|
17213
17199
|
exports2.selectCurrentUser = selectCurrentUser;
|
|
17214
17200
|
exports2.selectDeletedRequests = selectDeletedRequests;
|
|
17215
17201
|
exports2.selectDocument = selectDocument;
|
|
@@ -17355,7 +17341,6 @@ var __publicField = (obj, key, value) => {
|
|
|
17355
17341
|
exports2.setCenterMapToProject = setCenterMapToProject;
|
|
17356
17342
|
exports2.setConversation = setConversation;
|
|
17357
17343
|
exports2.setConversations = setConversations;
|
|
17358
|
-
exports2.setCreateProjectType = setCreateProjectType;
|
|
17359
17344
|
exports2.setCurrentUser = setCurrentUser;
|
|
17360
17345
|
exports2.setDocumentAttachment = setDocumentAttachment;
|
|
17361
17346
|
exports2.setDocumentAttachments = setDocumentAttachments;
|