@lansweeper/user-model 0.0.11 → 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.
Files changed (2) hide show
  1. package/dist/model.json +78 -70
  2. 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"
@@ -239,6 +243,79 @@
239
243
  "onpremId": "ADUserID",
240
244
  "cloudId": "adUserId",
241
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
+ ],
242
319
  "properties": {
243
320
  "adUserId": {
244
321
  "onprem": "ADUserID",
@@ -474,76 +551,7 @@
474
551
  "managerAdObjectKey": {
475
552
  "type": "string"
476
553
  }
477
- },
478
- "children": [
479
- {
480
- "cloudEntity": "AdObject",
481
- "onpremTable": "tblADObjects",
482
- "onpremId": "ADObjectID",
483
- "parentFk": "ADObjectID",
484
- "propertyName": "adObject",
485
- "isArray": false,
486
- "properties": {
487
- "samAccountName": {
488
- "onprem": "sAMAccountName",
489
- "type": "string"
490
- },
491
- "domain": {
492
- "onprem": "domain",
493
- "type": "string"
494
- },
495
- "lastScanned": {
496
- "onprem": "LastScanned",
497
- "type": "date-time"
498
- }
499
- }
500
- },
501
- {
502
- "cloudEntity": "AdGroup",
503
- "onpremTable": "tblADGroups",
504
- "onpremId": "ADGroupID",
505
- "cloudId": "adGroupId",
506
- "parentFk": "ADObjectID",
507
- "propertyName": "adGroups",
508
- "isArray": true,
509
- "convertToArray": true,
510
- "limit": 1000,
511
- "unions": [
512
- {
513
- "rootFk": "GroupType",
514
- "unionPk": "GroupType",
515
- "onpremTable": "tsysAdGroupType",
516
- "properties": {
517
- "groupTypeName": {
518
- "onprem": "Name",
519
- "type": "string"
520
- }
521
- }
522
- }
523
- ],
524
- "properties": {
525
- "managerAdObjectId": {
526
- "onprem": "ManagerADObjectId",
527
- "type": "string"
528
- },
529
- "lastChanged": {
530
- "onprem": "LastChanged",
531
- "type": "date-time"
532
- },
533
- "description": {
534
- "onprem": "Description",
535
- "type": "string"
536
- },
537
- "name": {
538
- "onprem": "Name",
539
- "type": "string"
540
- },
541
- "adGroupKey": {
542
- "type": "uuid"
543
- }
544
- }
545
- }
546
- ]
554
+ }
547
555
  },
548
556
  {
549
557
  "context": "User",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lansweeper/user-model",
3
- "version": "0.0.11",
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": "990245f2312499fe78abbe100a0fe625b2d1136f"
19
+ "gitHead": "81ca8d6c9c91a8168102c4b53b953e413f25b6ff"
20
20
  }