@lansweeper/user-model 0.0.10 → 0.0.13
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/dist/model.json +81 -67
- package/package.json +2 -2
package/dist/model.json
CHANGED
|
@@ -102,6 +102,10 @@
|
|
|
102
102
|
"onprem": "ADGroupID",
|
|
103
103
|
"type": "string"
|
|
104
104
|
},
|
|
105
|
+
"adObjectId": {
|
|
106
|
+
"onprem": "ADObjectID",
|
|
107
|
+
"type": "string"
|
|
108
|
+
},
|
|
105
109
|
"managerAdObjectId": {
|
|
106
110
|
"onprem": "ManagerADObjectId",
|
|
107
111
|
"type": "string"
|
|
@@ -121,6 +125,9 @@
|
|
|
121
125
|
"name": {
|
|
122
126
|
"onprem": "Name",
|
|
123
127
|
"type": "string"
|
|
128
|
+
},
|
|
129
|
+
"adGroupKey": {
|
|
130
|
+
"type": "uuid"
|
|
124
131
|
}
|
|
125
132
|
}
|
|
126
133
|
},
|
|
@@ -236,6 +243,79 @@
|
|
|
236
243
|
"onpremId": "ADUserID",
|
|
237
244
|
"cloudId": "adUserId",
|
|
238
245
|
"cloudKey": "adUserKey",
|
|
246
|
+
"children": [
|
|
247
|
+
{
|
|
248
|
+
"cloudEntity": "AdObject",
|
|
249
|
+
"onpremTable": "tblADObjects",
|
|
250
|
+
"onpremId": "ADObjectID",
|
|
251
|
+
"parentFk": "ADObjectID",
|
|
252
|
+
"propertyName": "adObject",
|
|
253
|
+
"isArray": false,
|
|
254
|
+
"properties": {
|
|
255
|
+
"samAccountName": {
|
|
256
|
+
"onprem": "sAMAccountName",
|
|
257
|
+
"type": "string"
|
|
258
|
+
},
|
|
259
|
+
"domain": {
|
|
260
|
+
"onprem": "domain",
|
|
261
|
+
"type": "string"
|
|
262
|
+
},
|
|
263
|
+
"lastScanned": {
|
|
264
|
+
"onprem": "LastScanned",
|
|
265
|
+
"type": "date-time"
|
|
266
|
+
}
|
|
267
|
+
}
|
|
268
|
+
},
|
|
269
|
+
{
|
|
270
|
+
"cloudEntity": "AdGroup",
|
|
271
|
+
"onpremTable": "tblADGroups",
|
|
272
|
+
"onpremId": "ADGroupID",
|
|
273
|
+
"cloudId": "adGroupId",
|
|
274
|
+
"parentFk": "ADObjectID",
|
|
275
|
+
"propertyName": "adGroups",
|
|
276
|
+
"isArray": true,
|
|
277
|
+
"convertToArray": true,
|
|
278
|
+
"limit": 1000,
|
|
279
|
+
"unions": [
|
|
280
|
+
{
|
|
281
|
+
"rootFk": "GroupType",
|
|
282
|
+
"unionPk": "GroupType",
|
|
283
|
+
"onpremTable": "tsysAdGroupType",
|
|
284
|
+
"properties": {
|
|
285
|
+
"groupTypeName": {
|
|
286
|
+
"onprem": "Name",
|
|
287
|
+
"type": "string"
|
|
288
|
+
}
|
|
289
|
+
}
|
|
290
|
+
}
|
|
291
|
+
],
|
|
292
|
+
"properties": {
|
|
293
|
+
"managerAdObjectId": {
|
|
294
|
+
"onprem": "ManagerADObjectId",
|
|
295
|
+
"type": "string"
|
|
296
|
+
},
|
|
297
|
+
"lastChanged": {
|
|
298
|
+
"onprem": "LastChanged",
|
|
299
|
+
"type": "date-time"
|
|
300
|
+
},
|
|
301
|
+
"description": {
|
|
302
|
+
"onprem": "Description",
|
|
303
|
+
"type": "string"
|
|
304
|
+
},
|
|
305
|
+
"name": {
|
|
306
|
+
"onprem": "Name",
|
|
307
|
+
"type": "string"
|
|
308
|
+
},
|
|
309
|
+
"adGroupId": {
|
|
310
|
+
"onprem": "ADGroupID",
|
|
311
|
+
"type": "string"
|
|
312
|
+
},
|
|
313
|
+
"adGroupKey": {
|
|
314
|
+
"type": "uuid"
|
|
315
|
+
}
|
|
316
|
+
}
|
|
317
|
+
}
|
|
318
|
+
],
|
|
239
319
|
"properties": {
|
|
240
320
|
"adUserId": {
|
|
241
321
|
"onprem": "ADUserID",
|
|
@@ -471,73 +551,7 @@
|
|
|
471
551
|
"managerAdObjectKey": {
|
|
472
552
|
"type": "string"
|
|
473
553
|
}
|
|
474
|
-
}
|
|
475
|
-
"children": [
|
|
476
|
-
{
|
|
477
|
-
"cloudEntity": "AdObject",
|
|
478
|
-
"onpremTable": "tblADObjects",
|
|
479
|
-
"onpremId": "ADObjectID",
|
|
480
|
-
"parentFk": "ADObjectID",
|
|
481
|
-
"propertyName": "adObject",
|
|
482
|
-
"isArray": false,
|
|
483
|
-
"properties": {
|
|
484
|
-
"samAccountName": {
|
|
485
|
-
"onprem": "sAMAccountName",
|
|
486
|
-
"type": "string"
|
|
487
|
-
},
|
|
488
|
-
"domain": {
|
|
489
|
-
"onprem": "domain",
|
|
490
|
-
"type": "string"
|
|
491
|
-
},
|
|
492
|
-
"lastScanned": {
|
|
493
|
-
"onprem": "LastScanned",
|
|
494
|
-
"type": "date-time"
|
|
495
|
-
}
|
|
496
|
-
}
|
|
497
|
-
},
|
|
498
|
-
{
|
|
499
|
-
"cloudEntity": "AdGroup",
|
|
500
|
-
"onpremTable": "tblADGroups",
|
|
501
|
-
"onpremId": "ADGroupID",
|
|
502
|
-
"cloudId": "adGroupId",
|
|
503
|
-
"parentFk": "ADObjectID",
|
|
504
|
-
"propertyName": "adGroups",
|
|
505
|
-
"isArray": true,
|
|
506
|
-
"convertToArray": true,
|
|
507
|
-
"limit": 1000,
|
|
508
|
-
"unions": [
|
|
509
|
-
{
|
|
510
|
-
"rootFk": "GroupType",
|
|
511
|
-
"unionPk": "GroupType",
|
|
512
|
-
"onpremTable": "tsysAdGroupType",
|
|
513
|
-
"properties": {
|
|
514
|
-
"groupTypeName": {
|
|
515
|
-
"onprem": "Name",
|
|
516
|
-
"type": "string"
|
|
517
|
-
}
|
|
518
|
-
}
|
|
519
|
-
}
|
|
520
|
-
],
|
|
521
|
-
"properties": {
|
|
522
|
-
"managerAdObjectId": {
|
|
523
|
-
"onprem": "ManagerADObjectId",
|
|
524
|
-
"type": "string"
|
|
525
|
-
},
|
|
526
|
-
"lastChanged": {
|
|
527
|
-
"onprem": "LastChanged",
|
|
528
|
-
"type": "date-time"
|
|
529
|
-
},
|
|
530
|
-
"description": {
|
|
531
|
-
"onprem": "Description",
|
|
532
|
-
"type": "string"
|
|
533
|
-
},
|
|
534
|
-
"name": {
|
|
535
|
-
"onprem": "Name",
|
|
536
|
-
"type": "string"
|
|
537
|
-
}
|
|
538
|
-
}
|
|
539
|
-
}
|
|
540
|
-
]
|
|
554
|
+
}
|
|
541
555
|
},
|
|
542
556
|
{
|
|
543
557
|
"context": "User",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lansweeper/user-model",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.13",
|
|
4
4
|
"description": "User model",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"types": "dist/types",
|
|
@@ -16,5 +16,5 @@
|
|
|
16
16
|
"scripts": {
|
|
17
17
|
"build": "tsc"
|
|
18
18
|
},
|
|
19
|
-
"gitHead": "
|
|
19
|
+
"gitHead": "81ca8d6c9c91a8168102c4b53b953e413f25b6ff"
|
|
20
20
|
}
|