@contrail/flexplm 1.0.17 → 1.0.19

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 (47) hide show
  1. package/lib/entity-processor/base-entity-processor.d.ts +30 -30
  2. package/lib/entity-processor/base-entity-processor.js +143 -143
  3. package/lib/flexplm-request.d.ts +3 -3
  4. package/lib/flexplm-request.js +34 -34
  5. package/lib/flexplm-utils.d.ts +5 -5
  6. package/lib/flexplm-utils.js +33 -33
  7. package/lib/index.d.ts +19 -17
  8. package/lib/index.js +35 -33
  9. package/lib/interfaces/interfaces.d.ts +91 -91
  10. package/lib/interfaces/interfaces.js +2 -2
  11. package/lib/interfaces/item-family-changes.d.ts +19 -19
  12. package/lib/interfaces/item-family-changes.js +49 -49
  13. package/lib/interfaces/publish-change-data.d.ts +17 -17
  14. package/lib/interfaces/publish-change-data.js +30 -30
  15. package/lib/publish/base-process-publish-assortment-callback.d.ts +8 -8
  16. package/lib/publish/base-process-publish-assortment-callback.js +19 -19
  17. package/lib/publish/base-process-publish-assortment.d.ts +57 -57
  18. package/lib/publish/base-process-publish-assortment.js +570 -563
  19. package/lib/publish/mockData.d.ts +774 -774
  20. package/lib/publish/mockData.js +3033 -3033
  21. package/lib/util/config-defaults.d.ts +6 -6
  22. package/lib/util/config-defaults.js +71 -71
  23. package/lib/util/data-converter.d.ts +22 -22
  24. package/lib/util/data-converter.js +318 -318
  25. package/lib/util/federation.d.ts +15 -15
  26. package/lib/util/federation.js +149 -149
  27. package/lib/util/flexplm-connect.d.ts +16 -16
  28. package/lib/util/flexplm-connect.js +130 -130
  29. package/lib/util/logger-config.d.ts +1 -1
  30. package/lib/util/logger-config.js +26 -26
  31. package/lib/util/map-util-spec-mockData.d.ts +0 -0
  32. package/lib/util/map-util-spec-mockData.js +203 -0
  33. package/lib/util/map-utils.d.ts +4 -3
  34. package/lib/util/map-utils.js +28 -20
  35. package/lib/util/mockData.d.ts +39 -39
  36. package/lib/util/mockData.js +100 -100
  37. package/lib/util/thumbnail-util.d.ts +15 -15
  38. package/lib/util/thumbnail-util.js +112 -112
  39. package/lib/util/type-conversion-utils-spec-mockData.d.ts +0 -0
  40. package/lib/util/type-conversion-utils-spec-mockData.js +205 -0
  41. package/lib/util/type-conversion-utils.d.ts +10 -0
  42. package/lib/util/type-conversion-utils.js +100 -0
  43. package/lib/util/type-defaults.d.ts +9 -0
  44. package/lib/util/type-defaults.js +117 -0
  45. package/lib/util/type-utils.d.ts +12 -12
  46. package/lib/util/type-utils.js +101 -101
  47. package/package.json +47 -46
@@ -1,774 +1,774 @@
1
- export declare const plan1_history: ({
2
- summary: {
3
- assortmentId: string;
4
- count: number;
5
- aggregates: {
6
- totalMargin: {};
7
- flexCurrency?: undefined;
8
- };
9
- updatedOn: string;
10
- id: string;
11
- updatedById: string;
12
- createdOn: string;
13
- createdById: string;
14
- orgId: string;
15
- };
16
- deletes: number;
17
- versionComments: string;
18
- unchanged: number;
19
- updatedOn: string;
20
- versionName: string;
21
- updates: number;
22
- updatedById: string;
23
- createdOn: string;
24
- orgId: string;
25
- familyItemsRemoved: number;
26
- createdBy: string;
27
- assortmentId: string;
28
- id: string;
29
- errors: number;
30
- createdById: string;
31
- adds: number;
32
- } | {
33
- summary: {
34
- assortmentId: string;
35
- count: number;
36
- aggregates: {
37
- flexCurrency: {
38
- average: number;
39
- total: number;
40
- min: number;
41
- max: number;
42
- };
43
- totalMargin: {};
44
- };
45
- updatedOn: string;
46
- id: string;
47
- updatedById: string;
48
- createdOn: string;
49
- createdById: string;
50
- orgId: string;
51
- };
52
- deletes: number;
53
- versionComments: string;
54
- unchanged: number;
55
- updatedOn: string;
56
- versionName: string;
57
- updates: number;
58
- updatedById: string;
59
- createdOn: string;
60
- orgId: string;
61
- familyItemsRemoved: number;
62
- createdBy: string;
63
- assortmentId: string;
64
- id: string;
65
- errors: number;
66
- createdById: string;
67
- adds: number;
68
- })[];
69
- export declare const fall_2003_hydratedDetails: {
70
- adds: ({
71
- id: string;
72
- item: {
73
- createdById: string;
74
- createdOn: string;
75
- entityType: string;
76
- flexFormula: any;
77
- flexPLMTypePath: string;
78
- flexSequence: number;
79
- id: string;
80
- isPrimary: boolean;
81
- itemFamilyId: string;
82
- lifecycleStage: string;
83
- name: string;
84
- optionGroup: string;
85
- optionName: string;
86
- orgId: string;
87
- roles: string[];
88
- typeId: string;
89
- typePath: string;
90
- updatedById: string;
91
- updatedOn: string;
92
- ChrisProp?: undefined;
93
- chrisString?: undefined;
94
- };
95
- } | {
96
- id: string;
97
- item: {
98
- ChrisProp: string;
99
- createdById: string;
100
- createdOn: string;
101
- entityType: string;
102
- flexFormula: any;
103
- flexPLMTypePath: string;
104
- flexSequence: number;
105
- id: string;
106
- itemFamilyId: string;
107
- lifecycleStage: string;
108
- name: string;
109
- orgId: string;
110
- roles: string[];
111
- typeId: string;
112
- typePath: string;
113
- updatedById: string;
114
- updatedOn: string;
115
- isPrimary?: undefined;
116
- optionGroup?: undefined;
117
- optionName?: undefined;
118
- chrisString?: undefined;
119
- };
120
- } | {
121
- id: string;
122
- item: {
123
- createdById: string;
124
- createdOn: string;
125
- entityType: string;
126
- flexFormula: any;
127
- flexPLMTypePath: string;
128
- flexSequence: number;
129
- id: string;
130
- itemFamilyId: string;
131
- lifecycleStage: string;
132
- name: string;
133
- orgId: string;
134
- roles: string[];
135
- typeId: string;
136
- typePath: string;
137
- updatedById: string;
138
- updatedOn: string;
139
- isPrimary?: undefined;
140
- optionGroup?: undefined;
141
- optionName?: undefined;
142
- ChrisProp?: undefined;
143
- chrisString?: undefined;
144
- };
145
- } | {
146
- id: string;
147
- item: {
148
- chrisString: string;
149
- createdById: string;
150
- createdOn: string;
151
- entityType: string;
152
- flexFormula: any;
153
- flexPLMTypePath: string;
154
- flexSequence: number;
155
- id: string;
156
- isPrimary: boolean;
157
- itemFamilyId: string;
158
- lifecycleStage: string;
159
- name: string;
160
- optionGroup: string;
161
- optionName: string;
162
- orgId: string;
163
- roles: string[];
164
- typeId: string;
165
- typePath: string;
166
- updatedById: string;
167
- updatedOn: string;
168
- ChrisProp?: undefined;
169
- };
170
- })[];
171
- assortmentId: string;
172
- deletes: any[];
173
- errors: any[];
174
- familyItemsRemoved: any[];
175
- updates: any[];
176
- versionComments: string;
177
- versionName: string;
178
- };
179
- export declare const fall_2003_fullChange: {
180
- assortmentItems: ({
181
- assortmentId: string;
182
- createdById: string;
183
- createdOn: string;
184
- id: string;
185
- item: {
186
- createdById: string;
187
- createdOn: string;
188
- flexFormula: any;
189
- flexPLMTypePath: string;
190
- flexSequence: number;
191
- id: string;
192
- isPrimary: boolean;
193
- itemFamilyId: string;
194
- lifecycleStage: string;
195
- name: string;
196
- optionGroup: string;
197
- optionName: string;
198
- orgId: string;
199
- roles: string[];
200
- typeId: string;
201
- typePath: string;
202
- updatedById: string;
203
- updatedOn: string;
204
- chrisString?: undefined;
205
- ChrisProp?: undefined;
206
- };
207
- itemId: string;
208
- orgId: string;
209
- typeId: string;
210
- typePath: string;
211
- updatedById: string;
212
- updatedOn: string;
213
- } | {
214
- assortmentId: string;
215
- createdById: string;
216
- createdOn: string;
217
- id: string;
218
- item: {
219
- chrisString: string;
220
- createdById: string;
221
- createdOn: string;
222
- flexFormula: any;
223
- flexPLMTypePath: string;
224
- flexSequence: number;
225
- id: string;
226
- isPrimary: boolean;
227
- itemFamilyId: string;
228
- lifecycleStage: string;
229
- name: string;
230
- optionGroup: string;
231
- optionName: string;
232
- orgId: string;
233
- roles: string[];
234
- typeId: string;
235
- typePath: string;
236
- updatedById: string;
237
- updatedOn: string;
238
- ChrisProp?: undefined;
239
- };
240
- itemId: string;
241
- orgId: string;
242
- typeId: string;
243
- typePath: string;
244
- updatedById: string;
245
- updatedOn: string;
246
- } | {
247
- assortmentId: string;
248
- createdById: string;
249
- createdOn: string;
250
- id: string;
251
- item: {
252
- createdById: string;
253
- createdOn: string;
254
- flexFormula: any;
255
- flexPLMTypePath: string;
256
- flexSequence: number;
257
- id: string;
258
- itemFamilyId: string;
259
- lifecycleStage: string;
260
- name: string;
261
- orgId: string;
262
- roles: string[];
263
- typeId: string;
264
- typePath: string;
265
- updatedById: string;
266
- updatedOn: string;
267
- isPrimary?: undefined;
268
- optionGroup?: undefined;
269
- optionName?: undefined;
270
- chrisString?: undefined;
271
- ChrisProp?: undefined;
272
- };
273
- itemId: string;
274
- orgId: string;
275
- typeId: string;
276
- typePath: string;
277
- updatedById: string;
278
- updatedOn: string;
279
- } | {
280
- assortmentId: string;
281
- createdById: string;
282
- createdOn: string;
283
- id: string;
284
- item: {
285
- ChrisProp: string;
286
- createdById: string;
287
- createdOn: string;
288
- flexFormula: any;
289
- flexPLMTypePath: string;
290
- flexSequence: number;
291
- id: string;
292
- itemFamilyId: string;
293
- lifecycleStage: string;
294
- name: string;
295
- orgId: string;
296
- roles: string[];
297
- typeId: string;
298
- typePath: string;
299
- updatedById: string;
300
- updatedOn: string;
301
- isPrimary?: undefined;
302
- optionGroup?: undefined;
303
- optionName?: undefined;
304
- chrisString?: undefined;
305
- };
306
- itemId: string;
307
- orgId: string;
308
- typeId: string;
309
- typePath: string;
310
- updatedById: string;
311
- updatedOn: string;
312
- })[];
313
- assortmentType: string;
314
- createdById: string;
315
- createdForReference: string;
316
- createdOn: string;
317
- id: string;
318
- name: string;
319
- orgId: string;
320
- rootWorkspaceId: string;
321
- typeId: string;
322
- typePath: string;
323
- updatedById: string;
324
- updatedOn: string;
325
- workspaceId: string;
326
- };
327
- export declare const fall_2003_hydratedDetails_run2: {
328
- adds: ({
329
- id: string;
330
- item: {
331
- ChrisProp: string;
332
- createdById: string;
333
- createdOn: string;
334
- entityType: string;
335
- flexFormula: any;
336
- flexPLMTypePath: string;
337
- flexSequence: number;
338
- id: string;
339
- isPrimary: boolean;
340
- itemFamilyId: string;
341
- lifecycleStage: string;
342
- name: string;
343
- optionGroup: string;
344
- optionName: string;
345
- orgId: string;
346
- roles: string[];
347
- typeId: string;
348
- typePath: string;
349
- updatedById: string;
350
- updatedOn: string;
351
- };
352
- } | {
353
- id: string;
354
- item: {
355
- createdById: string;
356
- createdOn: string;
357
- entityType: string;
358
- flexFormula: any;
359
- flexPLMTypePath: string;
360
- flexSequence: number;
361
- id: string;
362
- itemFamilyId: string;
363
- lifecycleStage: string;
364
- name: string;
365
- orgId: string;
366
- roles: string[];
367
- typeId: string;
368
- typePath: string;
369
- updatedById: string;
370
- updatedOn: string;
371
- ChrisProp?: undefined;
372
- isPrimary?: undefined;
373
- optionGroup?: undefined;
374
- optionName?: undefined;
375
- };
376
- } | {
377
- id: string;
378
- item: {
379
- createdById: string;
380
- createdOn: string;
381
- entityType: string;
382
- flexFormula: any;
383
- flexPLMTypePath: string;
384
- flexSequence: number;
385
- id: string;
386
- isPrimary: boolean;
387
- itemFamilyId: string;
388
- lifecycleStage: string;
389
- name: string;
390
- optionGroup: string;
391
- optionName: string;
392
- orgId: string;
393
- roles: string[];
394
- typeId: string;
395
- typePath: string;
396
- updatedById: string;
397
- updatedOn: string;
398
- ChrisProp?: undefined;
399
- };
400
- })[];
401
- assortmentId: string;
402
- deletes: ({
403
- id: string;
404
- item: {
405
- createdById: string;
406
- createdOn: string;
407
- entityType: string;
408
- flexFormula: any;
409
- flexPLMTypePath: string;
410
- flexSequence: number;
411
- id: string;
412
- isPrimary: boolean;
413
- itemFamilyId: string;
414
- lifecycleStage: string;
415
- name: string;
416
- optionGroup: string;
417
- optionName: string;
418
- orgId: string;
419
- roles: string[];
420
- typeId: string;
421
- typePath: string;
422
- updatedById: string;
423
- updatedOn: string;
424
- ChrisProp?: undefined;
425
- };
426
- } | {
427
- id: string;
428
- item: {
429
- createdById: string;
430
- createdOn: string;
431
- entityType: string;
432
- flexFormula: any;
433
- flexPLMTypePath: string;
434
- flexSequence: number;
435
- id: string;
436
- itemFamilyId: string;
437
- lifecycleStage: string;
438
- name: string;
439
- orgId: string;
440
- roles: string[];
441
- typeId: string;
442
- typePath: string;
443
- updatedById: string;
444
- updatedOn: string;
445
- isPrimary?: undefined;
446
- optionGroup?: undefined;
447
- optionName?: undefined;
448
- ChrisProp?: undefined;
449
- };
450
- } | {
451
- id: string;
452
- item: {
453
- ChrisProp: string;
454
- createdById: string;
455
- createdOn: string;
456
- entityType: string;
457
- flexFormula: any;
458
- flexPLMTypePath: string;
459
- flexSequence: number;
460
- id: string;
461
- itemFamilyId: string;
462
- lifecycleStage: string;
463
- name: string;
464
- orgId: string;
465
- roles: string[];
466
- typeId: string;
467
- typePath: string;
468
- updatedById: string;
469
- updatedOn: string;
470
- isPrimary?: undefined;
471
- optionGroup?: undefined;
472
- optionName?: undefined;
473
- };
474
- })[];
475
- errors: any[];
476
- familyItemsRemoved: {
477
- assortmentId: string;
478
- createdById: string;
479
- createdOn: string;
480
- entityType: string;
481
- id: string;
482
- item: {
483
- ChrisProp: string;
484
- createdById: string;
485
- createdOn: string;
486
- entityType: string;
487
- flexFormula: any;
488
- flexPLMTypePath: string;
489
- flexSequence: number;
490
- id: string;
491
- itemFamilyId: string;
492
- lifecycleStage: string;
493
- name: string;
494
- orgId: string;
495
- roles: string[];
496
- typeId: string;
497
- typePath: string;
498
- updatedById: string;
499
- updatedOn: string;
500
- };
501
- itemId: string;
502
- orgId: string;
503
- typeId: string;
504
- typePath: string;
505
- updatedById: string;
506
- updatedOn: string;
507
- }[];
508
- updates: any[];
509
- versionComments: string;
510
- versionName: string;
511
- };
512
- export declare const fall_2003_fullChange_run2: {
513
- assortmentItems: ({
514
- assortmentId: string;
515
- createdById: string;
516
- createdOn: string;
517
- entityType: string;
518
- id: string;
519
- item: {
520
- ChrisProp: string;
521
- createdById: string;
522
- createdOn: string;
523
- entityType: string;
524
- flexFormula: any;
525
- flexPLMTypePath: string;
526
- flexSequence: number;
527
- id: string;
528
- isPrimary: boolean;
529
- itemFamilyId: string;
530
- lifecycleStage: string;
531
- name: string;
532
- optionGroup: string;
533
- optionName: string;
534
- orgId: string;
535
- roles: string[];
536
- typeId: string;
537
- typePath: string;
538
- updatedById: string;
539
- updatedOn: string;
540
- chrisString?: undefined;
541
- };
542
- itemId: string;
543
- orgId: string;
544
- typeId: string;
545
- typePath: string;
546
- updatedById: string;
547
- updatedOn: string;
548
- projectItem?: undefined;
549
- } | {
550
- assortmentId: string;
551
- createdById: string;
552
- createdOn: string;
553
- entityType: string;
554
- id: string;
555
- item: {
556
- createdById: string;
557
- createdOn: string;
558
- entityType: string;
559
- flexFormula: any;
560
- flexPLMTypePath: string;
561
- flexSequence: number;
562
- id: string;
563
- isPrimary: boolean;
564
- itemFamilyId: string;
565
- lifecycleStage: string;
566
- name: string;
567
- optionGroup: string;
568
- optionName: string;
569
- orgId: string;
570
- roles: string[];
571
- typeId: string;
572
- typePath: string;
573
- updatedById: string;
574
- updatedOn: string;
575
- ChrisProp?: undefined;
576
- chrisString?: undefined;
577
- };
578
- itemId: string;
579
- orgId: string;
580
- projectItem: {
581
- createdById: string;
582
- createdOn: string;
583
- entityType: string;
584
- id: string;
585
- itemId: string;
586
- orgId: string;
587
- piNumber: number;
588
- projectId: string;
589
- typeId: string;
590
- typePath: string;
591
- updatedById: string;
592
- updatedOn: string;
593
- };
594
- typeId: string;
595
- typePath: string;
596
- updatedById: string;
597
- updatedOn: string;
598
- } | {
599
- assortmentId: string;
600
- createdById: string;
601
- createdOn: string;
602
- entityType: string;
603
- id: string;
604
- item: {
605
- chrisString: string;
606
- createdById: string;
607
- createdOn: string;
608
- entityType: string;
609
- flexFormula: any;
610
- flexPLMTypePath: string;
611
- flexSequence: number;
612
- id: string;
613
- isPrimary: boolean;
614
- itemFamilyId: string;
615
- lifecycleStage: string;
616
- name: string;
617
- optionGroup: string;
618
- optionName: string;
619
- orgId: string;
620
- roles: string[];
621
- typeId: string;
622
- typePath: string;
623
- updatedById: string;
624
- updatedOn: string;
625
- ChrisProp?: undefined;
626
- };
627
- itemId: string;
628
- orgId: string;
629
- projectItem: {
630
- createdById: string;
631
- createdOn: string;
632
- entityType: string;
633
- id: string;
634
- itemId: string;
635
- orgId: string;
636
- piNumber: number;
637
- projectId: string;
638
- typeId: string;
639
- typePath: string;
640
- updatedById: string;
641
- updatedOn: string;
642
- };
643
- typeId: string;
644
- typePath: string;
645
- updatedById: string;
646
- updatedOn: string;
647
- } | {
648
- assortmentId: string;
649
- createdById: string;
650
- createdOn: string;
651
- entityType: string;
652
- id: string;
653
- item: {
654
- createdById: string;
655
- createdOn: string;
656
- entityType: string;
657
- flexFormula: any;
658
- flexPLMTypePath: string;
659
- flexSequence: number;
660
- id: string;
661
- itemFamilyId: string;
662
- lifecycleStage: string;
663
- name: string;
664
- orgId: string;
665
- roles: string[];
666
- typeId: string;
667
- typePath: string;
668
- updatedById: string;
669
- updatedOn: string;
670
- ChrisProp?: undefined;
671
- isPrimary?: undefined;
672
- optionGroup?: undefined;
673
- optionName?: undefined;
674
- chrisString?: undefined;
675
- };
676
- itemId: string;
677
- orgId: string;
678
- typeId: string;
679
- typePath: string;
680
- updatedById: string;
681
- updatedOn: string;
682
- projectItem?: undefined;
683
- } | {
684
- assortmentId: string;
685
- createdById: string;
686
- createdOn: string;
687
- entityType: string;
688
- id: string;
689
- item: {
690
- createdById: string;
691
- createdOn: string;
692
- entityType: string;
693
- flexFormula: any;
694
- flexPLMTypePath: string;
695
- flexSequence: number;
696
- id: string;
697
- isPrimary: boolean;
698
- itemFamilyId: string;
699
- lifecycleStage: string;
700
- name: string;
701
- optionGroup: string;
702
- optionName: string;
703
- orgId: string;
704
- roles: string[];
705
- typeId: string;
706
- typePath: string;
707
- updatedById: string;
708
- updatedOn: string;
709
- ChrisProp?: undefined;
710
- chrisString?: undefined;
711
- };
712
- itemId: string;
713
- orgId: string;
714
- typeId: string;
715
- typePath: string;
716
- updatedById: string;
717
- updatedOn: string;
718
- projectItem?: undefined;
719
- } | {
720
- assortmentId: string;
721
- createdById: string;
722
- createdOn: string;
723
- entityType: string;
724
- id: string;
725
- item: {
726
- ChrisProp: string;
727
- createdById: string;
728
- createdOn: string;
729
- entityType: string;
730
- flexFormula: any;
731
- flexPLMTypePath: string;
732
- flexSequence: number;
733
- id: string;
734
- itemFamilyId: string;
735
- lifecycleStage: string;
736
- name: string;
737
- orgId: string;
738
- roles: string[];
739
- typeId: string;
740
- typePath: string;
741
- updatedById: string;
742
- updatedOn: string;
743
- isPrimary?: undefined;
744
- optionGroup?: undefined;
745
- optionName?: undefined;
746
- chrisString?: undefined;
747
- };
748
- itemId: string;
749
- orgId: string;
750
- typeId: string;
751
- typePath: string;
752
- updatedById: string;
753
- updatedOn: string;
754
- projectItem?: undefined;
755
- })[];
756
- assortmentType: string;
757
- createdById: string;
758
- createdForReference: string;
759
- createdOn: string;
760
- entityType: string;
761
- id: string;
762
- name: string;
763
- orgId: string;
764
- rootWorkspaceId: string;
765
- typeId: string;
766
- typePath: string;
767
- updatedById: string;
768
- updatedOn: string;
769
- workspaceId: string;
770
- };
771
- export declare const fall_2003_fedMapping: {
772
- reference: string;
773
- mappedReference: string;
774
- }[];
1
+ export declare const plan1_history: ({
2
+ summary: {
3
+ assortmentId: string;
4
+ count: number;
5
+ aggregates: {
6
+ totalMargin: {};
7
+ flexCurrency?: undefined;
8
+ };
9
+ updatedOn: string;
10
+ id: string;
11
+ updatedById: string;
12
+ createdOn: string;
13
+ createdById: string;
14
+ orgId: string;
15
+ };
16
+ deletes: number;
17
+ versionComments: string;
18
+ unchanged: number;
19
+ updatedOn: string;
20
+ versionName: string;
21
+ updates: number;
22
+ updatedById: string;
23
+ createdOn: string;
24
+ orgId: string;
25
+ familyItemsRemoved: number;
26
+ createdBy: string;
27
+ assortmentId: string;
28
+ id: string;
29
+ errors: number;
30
+ createdById: string;
31
+ adds: number;
32
+ } | {
33
+ summary: {
34
+ assortmentId: string;
35
+ count: number;
36
+ aggregates: {
37
+ flexCurrency: {
38
+ average: number;
39
+ total: number;
40
+ min: number;
41
+ max: number;
42
+ };
43
+ totalMargin: {};
44
+ };
45
+ updatedOn: string;
46
+ id: string;
47
+ updatedById: string;
48
+ createdOn: string;
49
+ createdById: string;
50
+ orgId: string;
51
+ };
52
+ deletes: number;
53
+ versionComments: string;
54
+ unchanged: number;
55
+ updatedOn: string;
56
+ versionName: string;
57
+ updates: number;
58
+ updatedById: string;
59
+ createdOn: string;
60
+ orgId: string;
61
+ familyItemsRemoved: number;
62
+ createdBy: string;
63
+ assortmentId: string;
64
+ id: string;
65
+ errors: number;
66
+ createdById: string;
67
+ adds: number;
68
+ })[];
69
+ export declare const fall_2003_hydratedDetails: {
70
+ adds: ({
71
+ id: string;
72
+ item: {
73
+ createdById: string;
74
+ createdOn: string;
75
+ entityType: string;
76
+ flexFormula: any;
77
+ flexPLMTypePath: string;
78
+ flexSequence: number;
79
+ id: string;
80
+ isPrimary: boolean;
81
+ itemFamilyId: string;
82
+ lifecycleStage: string;
83
+ name: string;
84
+ optionGroup: string;
85
+ optionName: string;
86
+ orgId: string;
87
+ roles: string[];
88
+ typeId: string;
89
+ typePath: string;
90
+ updatedById: string;
91
+ updatedOn: string;
92
+ ChrisProp?: undefined;
93
+ chrisString?: undefined;
94
+ };
95
+ } | {
96
+ id: string;
97
+ item: {
98
+ ChrisProp: string;
99
+ createdById: string;
100
+ createdOn: string;
101
+ entityType: string;
102
+ flexFormula: any;
103
+ flexPLMTypePath: string;
104
+ flexSequence: number;
105
+ id: string;
106
+ itemFamilyId: string;
107
+ lifecycleStage: string;
108
+ name: string;
109
+ orgId: string;
110
+ roles: string[];
111
+ typeId: string;
112
+ typePath: string;
113
+ updatedById: string;
114
+ updatedOn: string;
115
+ isPrimary?: undefined;
116
+ optionGroup?: undefined;
117
+ optionName?: undefined;
118
+ chrisString?: undefined;
119
+ };
120
+ } | {
121
+ id: string;
122
+ item: {
123
+ createdById: string;
124
+ createdOn: string;
125
+ entityType: string;
126
+ flexFormula: any;
127
+ flexPLMTypePath: string;
128
+ flexSequence: number;
129
+ id: string;
130
+ itemFamilyId: string;
131
+ lifecycleStage: string;
132
+ name: string;
133
+ orgId: string;
134
+ roles: string[];
135
+ typeId: string;
136
+ typePath: string;
137
+ updatedById: string;
138
+ updatedOn: string;
139
+ isPrimary?: undefined;
140
+ optionGroup?: undefined;
141
+ optionName?: undefined;
142
+ ChrisProp?: undefined;
143
+ chrisString?: undefined;
144
+ };
145
+ } | {
146
+ id: string;
147
+ item: {
148
+ chrisString: string;
149
+ createdById: string;
150
+ createdOn: string;
151
+ entityType: string;
152
+ flexFormula: any;
153
+ flexPLMTypePath: string;
154
+ flexSequence: number;
155
+ id: string;
156
+ isPrimary: boolean;
157
+ itemFamilyId: string;
158
+ lifecycleStage: string;
159
+ name: string;
160
+ optionGroup: string;
161
+ optionName: string;
162
+ orgId: string;
163
+ roles: string[];
164
+ typeId: string;
165
+ typePath: string;
166
+ updatedById: string;
167
+ updatedOn: string;
168
+ ChrisProp?: undefined;
169
+ };
170
+ })[];
171
+ assortmentId: string;
172
+ deletes: any[];
173
+ errors: any[];
174
+ familyItemsRemoved: any[];
175
+ updates: any[];
176
+ versionComments: string;
177
+ versionName: string;
178
+ };
179
+ export declare const fall_2003_fullChange: {
180
+ assortmentItems: ({
181
+ assortmentId: string;
182
+ createdById: string;
183
+ createdOn: string;
184
+ id: string;
185
+ item: {
186
+ createdById: string;
187
+ createdOn: string;
188
+ flexFormula: any;
189
+ flexPLMTypePath: string;
190
+ flexSequence: number;
191
+ id: string;
192
+ isPrimary: boolean;
193
+ itemFamilyId: string;
194
+ lifecycleStage: string;
195
+ name: string;
196
+ optionGroup: string;
197
+ optionName: string;
198
+ orgId: string;
199
+ roles: string[];
200
+ typeId: string;
201
+ typePath: string;
202
+ updatedById: string;
203
+ updatedOn: string;
204
+ chrisString?: undefined;
205
+ ChrisProp?: undefined;
206
+ };
207
+ itemId: string;
208
+ orgId: string;
209
+ typeId: string;
210
+ typePath: string;
211
+ updatedById: string;
212
+ updatedOn: string;
213
+ } | {
214
+ assortmentId: string;
215
+ createdById: string;
216
+ createdOn: string;
217
+ id: string;
218
+ item: {
219
+ chrisString: string;
220
+ createdById: string;
221
+ createdOn: string;
222
+ flexFormula: any;
223
+ flexPLMTypePath: string;
224
+ flexSequence: number;
225
+ id: string;
226
+ isPrimary: boolean;
227
+ itemFamilyId: string;
228
+ lifecycleStage: string;
229
+ name: string;
230
+ optionGroup: string;
231
+ optionName: string;
232
+ orgId: string;
233
+ roles: string[];
234
+ typeId: string;
235
+ typePath: string;
236
+ updatedById: string;
237
+ updatedOn: string;
238
+ ChrisProp?: undefined;
239
+ };
240
+ itemId: string;
241
+ orgId: string;
242
+ typeId: string;
243
+ typePath: string;
244
+ updatedById: string;
245
+ updatedOn: string;
246
+ } | {
247
+ assortmentId: string;
248
+ createdById: string;
249
+ createdOn: string;
250
+ id: string;
251
+ item: {
252
+ createdById: string;
253
+ createdOn: string;
254
+ flexFormula: any;
255
+ flexPLMTypePath: string;
256
+ flexSequence: number;
257
+ id: string;
258
+ itemFamilyId: string;
259
+ lifecycleStage: string;
260
+ name: string;
261
+ orgId: string;
262
+ roles: string[];
263
+ typeId: string;
264
+ typePath: string;
265
+ updatedById: string;
266
+ updatedOn: string;
267
+ isPrimary?: undefined;
268
+ optionGroup?: undefined;
269
+ optionName?: undefined;
270
+ chrisString?: undefined;
271
+ ChrisProp?: undefined;
272
+ };
273
+ itemId: string;
274
+ orgId: string;
275
+ typeId: string;
276
+ typePath: string;
277
+ updatedById: string;
278
+ updatedOn: string;
279
+ } | {
280
+ assortmentId: string;
281
+ createdById: string;
282
+ createdOn: string;
283
+ id: string;
284
+ item: {
285
+ ChrisProp: string;
286
+ createdById: string;
287
+ createdOn: string;
288
+ flexFormula: any;
289
+ flexPLMTypePath: string;
290
+ flexSequence: number;
291
+ id: string;
292
+ itemFamilyId: string;
293
+ lifecycleStage: string;
294
+ name: string;
295
+ orgId: string;
296
+ roles: string[];
297
+ typeId: string;
298
+ typePath: string;
299
+ updatedById: string;
300
+ updatedOn: string;
301
+ isPrimary?: undefined;
302
+ optionGroup?: undefined;
303
+ optionName?: undefined;
304
+ chrisString?: undefined;
305
+ };
306
+ itemId: string;
307
+ orgId: string;
308
+ typeId: string;
309
+ typePath: string;
310
+ updatedById: string;
311
+ updatedOn: string;
312
+ })[];
313
+ assortmentType: string;
314
+ createdById: string;
315
+ createdForReference: string;
316
+ createdOn: string;
317
+ id: string;
318
+ name: string;
319
+ orgId: string;
320
+ rootWorkspaceId: string;
321
+ typeId: string;
322
+ typePath: string;
323
+ updatedById: string;
324
+ updatedOn: string;
325
+ workspaceId: string;
326
+ };
327
+ export declare const fall_2003_hydratedDetails_run2: {
328
+ adds: ({
329
+ id: string;
330
+ item: {
331
+ ChrisProp: string;
332
+ createdById: string;
333
+ createdOn: string;
334
+ entityType: string;
335
+ flexFormula: any;
336
+ flexPLMTypePath: string;
337
+ flexSequence: number;
338
+ id: string;
339
+ isPrimary: boolean;
340
+ itemFamilyId: string;
341
+ lifecycleStage: string;
342
+ name: string;
343
+ optionGroup: string;
344
+ optionName: string;
345
+ orgId: string;
346
+ roles: string[];
347
+ typeId: string;
348
+ typePath: string;
349
+ updatedById: string;
350
+ updatedOn: string;
351
+ };
352
+ } | {
353
+ id: string;
354
+ item: {
355
+ createdById: string;
356
+ createdOn: string;
357
+ entityType: string;
358
+ flexFormula: any;
359
+ flexPLMTypePath: string;
360
+ flexSequence: number;
361
+ id: string;
362
+ itemFamilyId: string;
363
+ lifecycleStage: string;
364
+ name: string;
365
+ orgId: string;
366
+ roles: string[];
367
+ typeId: string;
368
+ typePath: string;
369
+ updatedById: string;
370
+ updatedOn: string;
371
+ ChrisProp?: undefined;
372
+ isPrimary?: undefined;
373
+ optionGroup?: undefined;
374
+ optionName?: undefined;
375
+ };
376
+ } | {
377
+ id: string;
378
+ item: {
379
+ createdById: string;
380
+ createdOn: string;
381
+ entityType: string;
382
+ flexFormula: any;
383
+ flexPLMTypePath: string;
384
+ flexSequence: number;
385
+ id: string;
386
+ isPrimary: boolean;
387
+ itemFamilyId: string;
388
+ lifecycleStage: string;
389
+ name: string;
390
+ optionGroup: string;
391
+ optionName: string;
392
+ orgId: string;
393
+ roles: string[];
394
+ typeId: string;
395
+ typePath: string;
396
+ updatedById: string;
397
+ updatedOn: string;
398
+ ChrisProp?: undefined;
399
+ };
400
+ })[];
401
+ assortmentId: string;
402
+ deletes: ({
403
+ id: string;
404
+ item: {
405
+ createdById: string;
406
+ createdOn: string;
407
+ entityType: string;
408
+ flexFormula: any;
409
+ flexPLMTypePath: string;
410
+ flexSequence: number;
411
+ id: string;
412
+ isPrimary: boolean;
413
+ itemFamilyId: string;
414
+ lifecycleStage: string;
415
+ name: string;
416
+ optionGroup: string;
417
+ optionName: string;
418
+ orgId: string;
419
+ roles: string[];
420
+ typeId: string;
421
+ typePath: string;
422
+ updatedById: string;
423
+ updatedOn: string;
424
+ ChrisProp?: undefined;
425
+ };
426
+ } | {
427
+ id: string;
428
+ item: {
429
+ createdById: string;
430
+ createdOn: string;
431
+ entityType: string;
432
+ flexFormula: any;
433
+ flexPLMTypePath: string;
434
+ flexSequence: number;
435
+ id: string;
436
+ itemFamilyId: string;
437
+ lifecycleStage: string;
438
+ name: string;
439
+ orgId: string;
440
+ roles: string[];
441
+ typeId: string;
442
+ typePath: string;
443
+ updatedById: string;
444
+ updatedOn: string;
445
+ isPrimary?: undefined;
446
+ optionGroup?: undefined;
447
+ optionName?: undefined;
448
+ ChrisProp?: undefined;
449
+ };
450
+ } | {
451
+ id: string;
452
+ item: {
453
+ ChrisProp: string;
454
+ createdById: string;
455
+ createdOn: string;
456
+ entityType: string;
457
+ flexFormula: any;
458
+ flexPLMTypePath: string;
459
+ flexSequence: number;
460
+ id: string;
461
+ itemFamilyId: string;
462
+ lifecycleStage: string;
463
+ name: string;
464
+ orgId: string;
465
+ roles: string[];
466
+ typeId: string;
467
+ typePath: string;
468
+ updatedById: string;
469
+ updatedOn: string;
470
+ isPrimary?: undefined;
471
+ optionGroup?: undefined;
472
+ optionName?: undefined;
473
+ };
474
+ })[];
475
+ errors: any[];
476
+ familyItemsRemoved: {
477
+ assortmentId: string;
478
+ createdById: string;
479
+ createdOn: string;
480
+ entityType: string;
481
+ id: string;
482
+ item: {
483
+ ChrisProp: string;
484
+ createdById: string;
485
+ createdOn: string;
486
+ entityType: string;
487
+ flexFormula: any;
488
+ flexPLMTypePath: string;
489
+ flexSequence: number;
490
+ id: string;
491
+ itemFamilyId: string;
492
+ lifecycleStage: string;
493
+ name: string;
494
+ orgId: string;
495
+ roles: string[];
496
+ typeId: string;
497
+ typePath: string;
498
+ updatedById: string;
499
+ updatedOn: string;
500
+ };
501
+ itemId: string;
502
+ orgId: string;
503
+ typeId: string;
504
+ typePath: string;
505
+ updatedById: string;
506
+ updatedOn: string;
507
+ }[];
508
+ updates: any[];
509
+ versionComments: string;
510
+ versionName: string;
511
+ };
512
+ export declare const fall_2003_fullChange_run2: {
513
+ assortmentItems: ({
514
+ assortmentId: string;
515
+ createdById: string;
516
+ createdOn: string;
517
+ entityType: string;
518
+ id: string;
519
+ item: {
520
+ ChrisProp: string;
521
+ createdById: string;
522
+ createdOn: string;
523
+ entityType: string;
524
+ flexFormula: any;
525
+ flexPLMTypePath: string;
526
+ flexSequence: number;
527
+ id: string;
528
+ isPrimary: boolean;
529
+ itemFamilyId: string;
530
+ lifecycleStage: string;
531
+ name: string;
532
+ optionGroup: string;
533
+ optionName: string;
534
+ orgId: string;
535
+ roles: string[];
536
+ typeId: string;
537
+ typePath: string;
538
+ updatedById: string;
539
+ updatedOn: string;
540
+ chrisString?: undefined;
541
+ };
542
+ itemId: string;
543
+ orgId: string;
544
+ typeId: string;
545
+ typePath: string;
546
+ updatedById: string;
547
+ updatedOn: string;
548
+ projectItem?: undefined;
549
+ } | {
550
+ assortmentId: string;
551
+ createdById: string;
552
+ createdOn: string;
553
+ entityType: string;
554
+ id: string;
555
+ item: {
556
+ createdById: string;
557
+ createdOn: string;
558
+ entityType: string;
559
+ flexFormula: any;
560
+ flexPLMTypePath: string;
561
+ flexSequence: number;
562
+ id: string;
563
+ isPrimary: boolean;
564
+ itemFamilyId: string;
565
+ lifecycleStage: string;
566
+ name: string;
567
+ optionGroup: string;
568
+ optionName: string;
569
+ orgId: string;
570
+ roles: string[];
571
+ typeId: string;
572
+ typePath: string;
573
+ updatedById: string;
574
+ updatedOn: string;
575
+ ChrisProp?: undefined;
576
+ chrisString?: undefined;
577
+ };
578
+ itemId: string;
579
+ orgId: string;
580
+ projectItem: {
581
+ createdById: string;
582
+ createdOn: string;
583
+ entityType: string;
584
+ id: string;
585
+ itemId: string;
586
+ orgId: string;
587
+ piNumber: number;
588
+ projectId: string;
589
+ typeId: string;
590
+ typePath: string;
591
+ updatedById: string;
592
+ updatedOn: string;
593
+ };
594
+ typeId: string;
595
+ typePath: string;
596
+ updatedById: string;
597
+ updatedOn: string;
598
+ } | {
599
+ assortmentId: string;
600
+ createdById: string;
601
+ createdOn: string;
602
+ entityType: string;
603
+ id: string;
604
+ item: {
605
+ chrisString: string;
606
+ createdById: string;
607
+ createdOn: string;
608
+ entityType: string;
609
+ flexFormula: any;
610
+ flexPLMTypePath: string;
611
+ flexSequence: number;
612
+ id: string;
613
+ isPrimary: boolean;
614
+ itemFamilyId: string;
615
+ lifecycleStage: string;
616
+ name: string;
617
+ optionGroup: string;
618
+ optionName: string;
619
+ orgId: string;
620
+ roles: string[];
621
+ typeId: string;
622
+ typePath: string;
623
+ updatedById: string;
624
+ updatedOn: string;
625
+ ChrisProp?: undefined;
626
+ };
627
+ itemId: string;
628
+ orgId: string;
629
+ projectItem: {
630
+ createdById: string;
631
+ createdOn: string;
632
+ entityType: string;
633
+ id: string;
634
+ itemId: string;
635
+ orgId: string;
636
+ piNumber: number;
637
+ projectId: string;
638
+ typeId: string;
639
+ typePath: string;
640
+ updatedById: string;
641
+ updatedOn: string;
642
+ };
643
+ typeId: string;
644
+ typePath: string;
645
+ updatedById: string;
646
+ updatedOn: string;
647
+ } | {
648
+ assortmentId: string;
649
+ createdById: string;
650
+ createdOn: string;
651
+ entityType: string;
652
+ id: string;
653
+ item: {
654
+ createdById: string;
655
+ createdOn: string;
656
+ entityType: string;
657
+ flexFormula: any;
658
+ flexPLMTypePath: string;
659
+ flexSequence: number;
660
+ id: string;
661
+ itemFamilyId: string;
662
+ lifecycleStage: string;
663
+ name: string;
664
+ orgId: string;
665
+ roles: string[];
666
+ typeId: string;
667
+ typePath: string;
668
+ updatedById: string;
669
+ updatedOn: string;
670
+ ChrisProp?: undefined;
671
+ isPrimary?: undefined;
672
+ optionGroup?: undefined;
673
+ optionName?: undefined;
674
+ chrisString?: undefined;
675
+ };
676
+ itemId: string;
677
+ orgId: string;
678
+ typeId: string;
679
+ typePath: string;
680
+ updatedById: string;
681
+ updatedOn: string;
682
+ projectItem?: undefined;
683
+ } | {
684
+ assortmentId: string;
685
+ createdById: string;
686
+ createdOn: string;
687
+ entityType: string;
688
+ id: string;
689
+ item: {
690
+ createdById: string;
691
+ createdOn: string;
692
+ entityType: string;
693
+ flexFormula: any;
694
+ flexPLMTypePath: string;
695
+ flexSequence: number;
696
+ id: string;
697
+ isPrimary: boolean;
698
+ itemFamilyId: string;
699
+ lifecycleStage: string;
700
+ name: string;
701
+ optionGroup: string;
702
+ optionName: string;
703
+ orgId: string;
704
+ roles: string[];
705
+ typeId: string;
706
+ typePath: string;
707
+ updatedById: string;
708
+ updatedOn: string;
709
+ ChrisProp?: undefined;
710
+ chrisString?: undefined;
711
+ };
712
+ itemId: string;
713
+ orgId: string;
714
+ typeId: string;
715
+ typePath: string;
716
+ updatedById: string;
717
+ updatedOn: string;
718
+ projectItem?: undefined;
719
+ } | {
720
+ assortmentId: string;
721
+ createdById: string;
722
+ createdOn: string;
723
+ entityType: string;
724
+ id: string;
725
+ item: {
726
+ ChrisProp: string;
727
+ createdById: string;
728
+ createdOn: string;
729
+ entityType: string;
730
+ flexFormula: any;
731
+ flexPLMTypePath: string;
732
+ flexSequence: number;
733
+ id: string;
734
+ itemFamilyId: string;
735
+ lifecycleStage: string;
736
+ name: string;
737
+ orgId: string;
738
+ roles: string[];
739
+ typeId: string;
740
+ typePath: string;
741
+ updatedById: string;
742
+ updatedOn: string;
743
+ isPrimary?: undefined;
744
+ optionGroup?: undefined;
745
+ optionName?: undefined;
746
+ chrisString?: undefined;
747
+ };
748
+ itemId: string;
749
+ orgId: string;
750
+ typeId: string;
751
+ typePath: string;
752
+ updatedById: string;
753
+ updatedOn: string;
754
+ projectItem?: undefined;
755
+ })[];
756
+ assortmentType: string;
757
+ createdById: string;
758
+ createdForReference: string;
759
+ createdOn: string;
760
+ entityType: string;
761
+ id: string;
762
+ name: string;
763
+ orgId: string;
764
+ rootWorkspaceId: string;
765
+ typeId: string;
766
+ typePath: string;
767
+ updatedById: string;
768
+ updatedOn: string;
769
+ workspaceId: string;
770
+ };
771
+ export declare const fall_2003_fedMapping: {
772
+ reference: string;
773
+ mappedReference: string;
774
+ }[];