Operational Endpoints for Admin, Products, Assignments, Location, Vendor, Venue completed. Geofence Testing PEnding
This commit is contained in:
@@ -18,6 +18,8 @@ const moduleSchema = new Schema({
|
||||
"salary",
|
||||
"vendor",
|
||||
"expense",
|
||||
"venue",
|
||||
"metadata",
|
||||
"product",
|
||||
"invoice",
|
||||
"partner",
|
||||
@@ -28,6 +30,12 @@ const moduleSchema = new Schema({
|
||||
"inventoryLog",
|
||||
],
|
||||
},
|
||||
region: {
|
||||
type: String,
|
||||
required: true,
|
||||
default: "CITY",
|
||||
enum: ["CITY", "STATE", "COUNTRY"],
|
||||
},
|
||||
permission: {
|
||||
type: String,
|
||||
required: true,
|
||||
|
||||
Reference in New Issue
Block a user