@mindline/sync 1.0.10 → 1.0.11

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.
package/index.js CHANGED
@@ -70,8 +70,6 @@ import { deserializeArray } from 'class-transformer';
70
70
  import virtualTenants from "./virtualTenants.json";
71
71
  import syncTenants from "./syncTenants.json";
72
72
  import syncConfigs from "./syncConfigs.json";
73
- import auditLogs from "./auditLogs.json";
74
- import provisioningLogs from "./provisioningLogs.json";
75
73
 
76
74
  // called by unit test
77
75
  export function readobjects() {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mindline/sync",
3
3
  "type": "module",
4
- "version": "1.0.10",
4
+ "version": "1.0.11",
5
5
  "description": "sync is a node.js package encapsulating javscript classes required for configuring Mindline sync service.",
6
6
  "exports": "./index.js",
7
7
  "scripts": {
package/auditLogs.json DELETED
@@ -1,14 +0,0 @@
1
- [
2
- {
3
- "virtualTenantID": "85132631-cac3-4708-86b9-b4019f2132e9",
4
- "Time Stamp": "07:25 PST 25 Feb 2023",
5
- "Actor": "joe@customerx.com",
6
- "Action": "sync config modified"
7
- },
8
- {
9
- "virtualTenantID": "85132631-cac3-4708-86b9-b4019f2132e8",
10
- "Time Stamp": "05:47 PST 25 Feb 2023",
11
- "Actor": "admin@customerx.com",
12
- "Action": "sync config created"
13
- }
14
- ]
@@ -1,20 +0,0 @@
1
- [
2
- {
3
- "virtualTenantID": "85132631-cac3-4708-86b9-b4019f2132e9",
4
- "Time Stamp": "07:25 PST 25 Feb 2023",
5
- "Actor": "ProdSync",
6
- "Action": "user 'user1' created",
7
- "Source": "Subsidiary Y",
8
- "Target": "Customer X",
9
- "Status": "Success"
10
- },
11
- {
12
- "virtualTenantID": "85132631-cac3-4708-86b9-b4019f2132e8",
13
- "Time Stamp": "07:25 PST 25 Feb 2023",
14
- "Actor": "ProdSync",
15
- "Action": "user 'user2' created",
16
- "Source": "Subsidiary Y",
17
- "Target": "Customer X",
18
- "Status": "Success"
19
- }
20
- ]