pristine-member-nest-api-database 1.0.98 → 1.0.99

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.
@@ -49,7 +49,7 @@ const branchSchema = new mongoose_1.Schema({
49
49
  isActive: { type: Boolean, default: true },
50
50
  isChamberBranch: { type: Boolean, default: true },
51
51
  bpOrganizationTypesEnabled: { type: Boolean, default: true },
52
- isSlitoEnable: { type: Boolean, default: true },
52
+ isSlitoEnabled: { type: Boolean, default: true },
53
53
  audit: [
54
54
  {
55
55
  userId: { type: String },
@@ -18,7 +18,7 @@ interface BranchDocument extends Document {
18
18
  isActive: boolean;
19
19
  isChamberBranch:boolean
20
20
  bpOrganizationTypesEnabled:boolean
21
- isSlitoEnable:boolean
21
+ isSlitoEnabled:boolean
22
22
  audit: Audit[];
23
23
  }
24
24
 
@@ -47,7 +47,7 @@ const branchSchema = new Schema<BranchDocument>({
47
47
  isActive: { type: Boolean, default: true },
48
48
  isChamberBranch:{type:Boolean,default:true},
49
49
  bpOrganizationTypesEnabled:{type:Boolean,default:true},
50
- isSlitoEnable:{type:Boolean,default:true},
50
+ isSlitoEnabled:{type:Boolean,default:true},
51
51
 
52
52
 
53
53
  audit: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pristine-member-nest-api-database",
3
- "version": "1.0.98",
3
+ "version": "1.0.99",
4
4
  "description": "application verification database changes with gs1 branch. not tested. ",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {