@contrail/flexplm 1.2.0-alpha.0 → 1.3.0-alpha.0

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 (88) hide show
  1. package/package.json +1 -1
  2. package/scripts/output.png +0 -0
  3. package/scripts/test-get-request.ts +35 -0
  4. package/src/util/flexplm-connect.spec.ts +132 -0
  5. package/src/util/flexplm-connect.ts +14 -5
  6. package/src/util/type-conversion-utils-spec-mockData.ts +18 -0
  7. package/src/util/type-conversion-utils.spec.ts +184 -0
  8. package/src/util/type-conversion-utils.ts +74 -0
  9. package/lib/entity-processor/base-entity-processor.d.ts +0 -42
  10. package/lib/entity-processor/base-entity-processor.js +0 -363
  11. package/lib/entity-processor/base-entity-processor.spec.d.ts +0 -1
  12. package/lib/entity-processor/base-entity-processor.spec.js +0 -302
  13. package/lib/flexplm-request.d.ts +0 -3
  14. package/lib/flexplm-request.js +0 -34
  15. package/lib/flexplm-utils.d.ts +0 -5
  16. package/lib/flexplm-utils.js +0 -33
  17. package/lib/flexplm-utils.spec.d.ts +0 -1
  18. package/lib/flexplm-utils.spec.js +0 -26
  19. package/lib/index.d.ts +0 -22
  20. package/lib/index.js +0 -38
  21. package/lib/interfaces/interfaces.d.ts +0 -105
  22. package/lib/interfaces/interfaces.js +0 -2
  23. package/lib/interfaces/item-family-changes.d.ts +0 -20
  24. package/lib/interfaces/item-family-changes.js +0 -56
  25. package/lib/interfaces/publish-change-data.d.ts +0 -19
  26. package/lib/interfaces/publish-change-data.js +0 -32
  27. package/lib/publish/base-process-publish-assortment-callback.d.ts +0 -9
  28. package/lib/publish/base-process-publish-assortment-callback.js +0 -38
  29. package/lib/publish/base-process-publish-assortment.d.ts +0 -93
  30. package/lib/publish/base-process-publish-assortment.js +0 -944
  31. package/lib/publish/base-process-publish-assortment.spec.d.ts +0 -1
  32. package/lib/publish/base-process-publish-assortment.spec.js +0 -1670
  33. package/lib/publish/mockData.d.ts +0 -1389
  34. package/lib/publish/mockData.js +0 -4519
  35. package/lib/transform/identifier-conversion-spec-mockData.d.ts +0 -0
  36. package/lib/transform/identifier-conversion-spec-mockData.js +0 -444
  37. package/lib/transform/identifier-conversion.d.ts +0 -15
  38. package/lib/transform/identifier-conversion.js +0 -212
  39. package/lib/transform/identifier-conversion.spec.d.ts +0 -1
  40. package/lib/transform/identifier-conversion.spec.js +0 -339
  41. package/lib/util/config-defaults.d.ts +0 -8
  42. package/lib/util/config-defaults.js +0 -85
  43. package/lib/util/config-defaults.spec.d.ts +0 -1
  44. package/lib/util/config-defaults.spec.js +0 -293
  45. package/lib/util/data-converter-spec-mockData.d.ts +0 -0
  46. package/lib/util/data-converter-spec-mockData.js +0 -205
  47. package/lib/util/data-converter.d.ts +0 -39
  48. package/lib/util/data-converter.js +0 -592
  49. package/lib/util/data-converter.spec.d.ts +0 -1
  50. package/lib/util/data-converter.spec.js +0 -904
  51. package/lib/util/error-response-object.d.ts +0 -4
  52. package/lib/util/error-response-object.js +0 -47
  53. package/lib/util/error-response-object.spec.d.ts +0 -1
  54. package/lib/util/error-response-object.spec.js +0 -99
  55. package/lib/util/event-short-message-status.d.ts +0 -18
  56. package/lib/util/event-short-message-status.js +0 -22
  57. package/lib/util/federation.d.ts +0 -15
  58. package/lib/util/federation.js +0 -149
  59. package/lib/util/flexplm-connect.d.ts +0 -18
  60. package/lib/util/flexplm-connect.js +0 -171
  61. package/lib/util/logger-config.d.ts +0 -1
  62. package/lib/util/logger-config.js +0 -26
  63. package/lib/util/map-util-spec-mockData.d.ts +0 -0
  64. package/lib/util/map-util-spec-mockData.js +0 -205
  65. package/lib/util/map-utils.d.ts +0 -6
  66. package/lib/util/map-utils.js +0 -15
  67. package/lib/util/map-utils.spec.d.ts +0 -1
  68. package/lib/util/map-utils.spec.js +0 -89
  69. package/lib/util/mockData.d.ts +0 -79
  70. package/lib/util/mockData.js +0 -99
  71. package/lib/util/thumbnail-util.d.ts +0 -19
  72. package/lib/util/thumbnail-util.js +0 -114
  73. package/lib/util/thumbnail-util.spec.d.ts +0 -1
  74. package/lib/util/thumbnail-util.spec.js +0 -242
  75. package/lib/util/type-conversion-utils-spec-mockData.d.ts +0 -0
  76. package/lib/util/type-conversion-utils-spec-mockData.js +0 -241
  77. package/lib/util/type-conversion-utils.d.ts +0 -21
  78. package/lib/util/type-conversion-utils.js +0 -223
  79. package/lib/util/type-conversion-utils.spec.d.ts +0 -1
  80. package/lib/util/type-conversion-utils.spec.js +0 -708
  81. package/lib/util/type-defaults.d.ts +0 -16
  82. package/lib/util/type-defaults.js +0 -221
  83. package/lib/util/type-defaults.spec.d.ts +0 -1
  84. package/lib/util/type-defaults.spec.js +0 -516
  85. package/lib/util/type-utils.d.ts +0 -13
  86. package/lib/util/type-utils.js +0 -114
  87. package/lib/util/type-utils.spec.d.ts +0 -1
  88. package/lib/util/type-utils.spec.js +0 -190
@@ -1,4519 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.apc_2bOWR2j9R0QThDVu_delete_history = exports.fall_2003_fedMapping = exports.fall_2003_deleteChanges_run2 = exports.fall_2003_fullChange_run2 = exports.fall_2003_hydratedDetails_run2 = exports.fall_2003_fullChange = exports.fall_2003_hydratedDetails = exports.plan1_across_month_DST = exports.plan1_history = void 0;
4
- exports.plan1_history = [
5
- {
6
- summary: {
7
- assortmentId: 'oqIFX3ELRy8sFRd0',
8
- count: 2,
9
- aggregates: {
10
- totalMargin: {}
11
- },
12
- updatedOn: '2023-01-16T19:13:59.080Z',
13
- id: 'oqIFX3ELRy8sFRd0',
14
- updatedById: 'Eey3ZOi8znUA85i7',
15
- createdOn: '2023-01-16T19:13:59.080Z',
16
- createdById: 'Eey3ZOi8znUA85i7',
17
- orgId: 'cMkHW5GAD8ViOZj-'
18
- },
19
- deletes: 0,
20
- versionComments: '',
21
- unchanged: 0,
22
- updatedOn: '2023-01-15T19:13:58.902Z',
23
- versionName: 'Add family/option & just family',
24
- updates: 0,
25
- updatedById: 'Eey3ZOi8znUA85i7',
26
- createdOn: '2023-01-15T19:13:58.902Z',
27
- orgId: 'cMkHW5GAD8ViOZj-',
28
- familyItemsRemoved: 0,
29
- createdBy: 'Eey3ZOi8znUA85i7',
30
- assortmentId: 'oqIFX3ELRy8sFRd0',
31
- id: 'v9BKkHo-tpL0wUZN',
32
- errors: 0,
33
- createdById: 'Eey3ZOi8znUA85i7',
34
- adds: 2
35
- },
36
- {
37
- summary: {
38
- assortmentId: 'oqIFX3ELRy8sFRd0',
39
- count: 4,
40
- aggregates: {
41
- totalMargin: {}
42
- },
43
- updatedOn: '2023-01-16T19:16:06.502Z',
44
- id: 'oqIFX3ELRy8sFRd0',
45
- updatedById: 'Eey3ZOi8znUA85i7',
46
- createdOn: '2023-01-16T19:16:06.502Z',
47
- createdById: 'Eey3ZOi8znUA85i7',
48
- orgId: 'cMkHW5GAD8ViOZj-'
49
- },
50
- deletes: 0,
51
- versionComments: '',
52
- unchanged: 2,
53
- updatedOn: '2023-01-16T19:16:06.233Z',
54
- versionName: 'add 1 family/option & 1 family',
55
- updates: 0,
56
- updatedById: 'Eey3ZOi8znUA85i7',
57
- createdOn: '2023-01-16T19:16:06.233Z',
58
- orgId: 'cMkHW5GAD8ViOZj-',
59
- familyItemsRemoved: 0,
60
- createdBy: 'Eey3ZOi8znUA85i7',
61
- assortmentId: 'oqIFX3ELRy8sFRd0',
62
- id: 'LS2rVixKh2ojv56w',
63
- errors: 0,
64
- createdById: 'Eey3ZOi8znUA85i7',
65
- adds: 2
66
- },
67
- {
68
- summary: {
69
- assortmentId: 'oqIFX3ELRy8sFRd0',
70
- count: 6,
71
- aggregates: {
72
- totalMargin: {}
73
- },
74
- updatedOn: '2023-01-16T19:25:53.351Z',
75
- id: 'oqIFX3ELRy8sFRd0',
76
- updatedById: 'Eey3ZOi8znUA85i7',
77
- createdOn: '2023-01-16T19:25:53.351Z',
78
- createdById: 'Eey3ZOi8znUA85i7',
79
- orgId: 'cMkHW5GAD8ViOZj-'
80
- },
81
- deletes: 0,
82
- versionComments: '',
83
- unchanged: 4,
84
- updatedOn: '2023-01-16T19:25:53.036Z',
85
- versionName: 'add 1 family/option',
86
- updates: 0,
87
- updatedById: 'Eey3ZOi8znUA85i7',
88
- createdOn: '2023-01-16T19:25:53.036Z',
89
- orgId: 'cMkHW5GAD8ViOZj-',
90
- familyItemsRemoved: 0,
91
- createdBy: 'Eey3ZOi8znUA85i7',
92
- assortmentId: 'oqIFX3ELRy8sFRd0',
93
- id: '1MEzdQKVTjVtES8u',
94
- errors: 0,
95
- createdById: 'Eey3ZOi8znUA85i7',
96
- adds: 2
97
- },
98
- {
99
- summary: {
100
- assortmentId: 'oqIFX3ELRy8sFRd0',
101
- count: 8,
102
- aggregates: {
103
- totalMargin: {}
104
- },
105
- updatedOn: '2023-01-16T21:50:43.045Z',
106
- id: 'oqIFX3ELRy8sFRd0',
107
- updatedById: 'Eey3ZOi8znUA85i7',
108
- createdOn: '2023-01-16T21:50:43.045Z',
109
- createdById: 'Eey3ZOi8znUA85i7',
110
- orgId: 'cMkHW5GAD8ViOZj-'
111
- },
112
- deletes: 0,
113
- versionComments: '',
114
- unchanged: 6,
115
- updatedOn: '2023-01-16T21:50:42.742Z',
116
- versionName: 'Add 2 Familys/Options',
117
- updates: 0,
118
- updatedById: 'Eey3ZOi8znUA85i7',
119
- createdOn: '2023-01-16T21:50:42.742Z',
120
- orgId: 'cMkHW5GAD8ViOZj-',
121
- familyItemsRemoved: 0,
122
- createdBy: 'Eey3ZOi8znUA85i7',
123
- assortmentId: 'oqIFX3ELRy8sFRd0',
124
- id: '_mj--7nlyp7mmDrK',
125
- errors: 0,
126
- createdById: 'Eey3ZOi8znUA85i7',
127
- adds: 2
128
- },
129
- {
130
- summary: {
131
- assortmentId: 'oqIFX3ELRy8sFRd0',
132
- count: 10,
133
- aggregates: {
134
- totalMargin: {}
135
- },
136
- updatedOn: '2023-01-17T22:35:20.750Z',
137
- id: 'oqIFX3ELRy8sFRd0',
138
- updatedById: 'Eey3ZOi8znUA85i7',
139
- createdOn: '2023-01-17T22:35:20.750Z',
140
- createdById: 'Eey3ZOi8znUA85i7',
141
- orgId: 'cMkHW5GAD8ViOZj-'
142
- },
143
- deletes: 2,
144
- versionComments: '',
145
- unchanged: 6,
146
- updatedOn: '2023-01-17T22:35:20.517Z',
147
- versionName: 'adds & 2 drops',
148
- updates: 0,
149
- updatedById: 'Eey3ZOi8znUA85i7',
150
- createdOn: '2023-01-17T22:35:20.517Z',
151
- orgId: 'cMkHW5GAD8ViOZj-',
152
- familyItemsRemoved: 0,
153
- createdBy: 'Eey3ZOi8znUA85i7',
154
- assortmentId: 'oqIFX3ELRy8sFRd0',
155
- id: 'GiT9CZXZGVljoYMR',
156
- errors: 0,
157
- createdById: 'Eey3ZOi8znUA85i7',
158
- adds: 4
159
- },
160
- {
161
- summary: {
162
- assortmentId: 'oqIFX3ELRy8sFRd0',
163
- count: 9,
164
- aggregates: {
165
- totalMargin: {}
166
- },
167
- updatedOn: '2023-01-17T22:36:39.434Z',
168
- id: 'oqIFX3ELRy8sFRd0',
169
- updatedById: 'Eey3ZOi8znUA85i7',
170
- createdOn: '2023-01-17T22:36:39.434Z',
171
- createdById: 'Eey3ZOi8znUA85i7',
172
- orgId: 'cMkHW5GAD8ViOZj-'
173
- },
174
- deletes: 1,
175
- versionComments: '',
176
- unchanged: 9,
177
- updatedOn: '2023-01-17T22:36:39.185Z',
178
- versionName: 'drop 1 option (of 2)',
179
- updates: 0,
180
- updatedById: 'Eey3ZOi8znUA85i7',
181
- createdOn: '2023-01-17T22:36:39.185Z',
182
- orgId: 'cMkHW5GAD8ViOZj-',
183
- familyItemsRemoved: 0,
184
- createdBy: 'Eey3ZOi8znUA85i7',
185
- assortmentId: 'oqIFX3ELRy8sFRd0',
186
- id: '4JM83QNiIO0IBkck',
187
- errors: 0,
188
- createdById: 'Eey3ZOi8znUA85i7',
189
- adds: 0
190
- },
191
- {
192
- summary: {
193
- assortmentId: 'oqIFX3ELRy8sFRd0',
194
- count: 9,
195
- aggregates: {
196
- totalMargin: {}
197
- },
198
- updatedOn: '2023-01-17T22:40:07.539Z',
199
- id: 'oqIFX3ELRy8sFRd0',
200
- updatedById: 'Eey3ZOi8znUA85i7',
201
- createdOn: '2023-01-17T22:40:07.539Z',
202
- createdById: 'Eey3ZOi8znUA85i7',
203
- orgId: 'cMkHW5GAD8ViOZj-'
204
- },
205
- deletes: 1,
206
- versionComments: '',
207
- unchanged: 8,
208
- updatedOn: '2023-01-17T22:40:07.288Z',
209
- versionName: 'remove only option on family but leave family in plan',
210
- updates: 0,
211
- updatedById: 'Eey3ZOi8znUA85i7',
212
- createdOn: '2023-01-17T22:40:07.288Z',
213
- orgId: 'cMkHW5GAD8ViOZj-',
214
- familyItemsRemoved: 0,
215
- createdBy: 'Eey3ZOi8znUA85i7',
216
- assortmentId: 'oqIFX3ELRy8sFRd0',
217
- id: 'V0iQE449Ckw1UB7a',
218
- errors: 0,
219
- createdById: 'Eey3ZOi8znUA85i7',
220
- adds: 1
221
- },
222
- {
223
- summary: {
224
- assortmentId: 'oqIFX3ELRy8sFRd0',
225
- count: 13,
226
- aggregates: {
227
- flexCurrency: {
228
- average: 444,
229
- total: 444,
230
- min: 444,
231
- max: 444
232
- },
233
- totalMargin: {}
234
- },
235
- updatedOn: '2023-01-18T16:56:46.078Z',
236
- id: 'oqIFX3ELRy8sFRd0',
237
- updatedById: 'Eey3ZOi8znUA85i7',
238
- createdOn: '2023-01-18T16:56:46.078Z',
239
- createdById: 'Eey3ZOi8znUA85i7',
240
- orgId: 'cMkHW5GAD8ViOZj-'
241
- },
242
- deletes: 0,
243
- versionComments: 'This sets up Jan 18 items for drop issue. That dropping the item family & only option produces only a delete entry for the option. Dropping an option of a family that has multiple options, also only produces a delete entry for the option.\n\nAnd dropping the only item option, from a family produces a delete entry for the option and an add for the item family',
244
- unchanged: 9,
245
- updatedOn: '2023-01-18T16:56:45.800Z',
246
- versionName: 'Setup for demo of drop issue',
247
- updates: 0,
248
- updatedById: 'Eey3ZOi8znUA85i7',
249
- createdOn: '2023-01-18T16:56:45.800Z',
250
- orgId: 'cMkHW5GAD8ViOZj-',
251
- familyItemsRemoved: 0,
252
- createdBy: 'Eey3ZOi8znUA85i7',
253
- assortmentId: 'oqIFX3ELRy8sFRd0',
254
- id: 'sJbGx1Fpq1v2MmcI',
255
- errors: 0,
256
- createdById: 'Eey3ZOi8znUA85i7',
257
- adds: 4
258
- }
259
- ];
260
- exports.plan1_across_month_DST = [
261
- {
262
- versionName: 'Add family/option & just family',
263
- createdOn: '2023-02-25T19:13:58.902Z',
264
- id: 'v9BKkHo-tpL0wUZN',
265
- }, {
266
- versionName: 'add 1 family/option & 1 family',
267
- createdOn: '2023-02-26T19:16:06.233Z',
268
- id: 'LS2rVixKh2ojv56w',
269
- }, {
270
- versionName: 'add 1 family/option',
271
- createdOn: '2023-02-26T19:25:53.036Z',
272
- id: '1MEzdQKVTjVtES8u',
273
- }, {
274
- versionName: 'Add 2 Familys/Options',
275
- createdOn: '2023-03-06T21:50:42.742Z',
276
- id: '_mj--7nlyp7mmDrK',
277
- }, {
278
- versionName: 'adds & 2 drops',
279
- createdOn: '2023-03-17T22:35:20.517Z',
280
- id: 'GiT9CZXZGVljoYMR',
281
- }, {
282
- versionName: 'drop 1 option (of 2)',
283
- createdOn: '2023-03-17T22:36:39.185Z',
284
- id: '4JM83QNiIO0IBkck',
285
- }, {
286
- versionName: 'remove only option on family but leave family in plan',
287
- createdOn: '2023-03-17T22:40:07.288Z',
288
- id: 'V0iQE449Ckw1UB7a',
289
- }, {
290
- versionName: 'Setup for demo of drop issue',
291
- createdOn: '2023-03-18T16:56:45.800Z',
292
- id: 'sJbGx1Fpq1v2MmcI',
293
- }
294
- ];
295
- exports.fall_2003_hydratedDetails = {
296
- adds: [
297
- {
298
- id: '6zHmYEG7asMtA-1W',
299
- item: {
300
- createdById: 'Eey3ZOi8znUA85i7',
301
- createdOn: '2023-02-03T18:52:21.846Z',
302
- entityType: 'item',
303
- flexFormula: null,
304
- flexPLMTypePath: 'Product\\Pants',
305
- flexSequence: 161,
306
- id: '6zHmYEG7asMtA-1W',
307
- isPrimary: true,
308
- itemFamilyId: 'rW_TVz1KKv6kUsSD',
309
- lifecycleStage: 'development',
310
- name: 'Feb 3 - 2+ Option B',
311
- optionGroup: 'color',
312
- optionName: 'Option A',
313
- orgId: 'cMkHW5GAD8ViOZj-',
314
- roles: [
315
- 'color',
316
- 'option'
317
- ],
318
- typeId: 'cW7EhuRbkOU2dp18',
319
- typePath: 'item',
320
- updatedById: 'Eey3ZOi8znUA85i7',
321
- updatedOn: '2023-02-03T19:07:00.802Z'
322
- }
323
- },
324
- {
325
- id: 'C6TFfaV8q6Cd3qyY',
326
- item: {
327
- createdById: 'Eey3ZOi8znUA85i7',
328
- createdOn: '2023-02-03T18:57:32.989Z',
329
- entityType: 'item',
330
- flexFormula: null,
331
- flexPLMTypePath: 'Product\\Pants',
332
- flexSequence: 167,
333
- id: 'C6TFfaV8q6Cd3qyY',
334
- isPrimary: true,
335
- itemFamilyId: 'jMNq_fTfGqfz-M5V',
336
- lifecycleStage: 'concept',
337
- name: 'Feb 3 - Concept - 1 Option A',
338
- optionGroup: 'color',
339
- optionName: 'Option A',
340
- orgId: 'cMkHW5GAD8ViOZj-',
341
- roles: [
342
- 'color',
343
- 'option'
344
- ],
345
- typeId: 'cW7EhuRbkOU2dp18',
346
- typePath: 'item',
347
- updatedById: 'Eey3ZOi8znUA85i7',
348
- updatedOn: '2023-02-03T18:57:47.714Z'
349
- }
350
- },
351
- {
352
- id: 'VGo0fWmBBEZoghgk',
353
- item: {
354
- createdById: 'Eey3ZOi8znUA85i7',
355
- createdOn: '2023-02-03T16:48:01.306Z',
356
- entityType: 'item',
357
- flexFormula: null,
358
- flexPLMTypePath: 'Product\\Pants',
359
- flexSequence: 159,
360
- id: 'VGo0fWmBBEZoghgk',
361
- isPrimary: true,
362
- itemFamilyId: 'tvCyTuL6hF3MwbjJ',
363
- lifecycleStage: 'development',
364
- name: 'Feb 3 - 2+ Option A',
365
- optionGroup: 'color',
366
- optionName: 'Option B',
367
- orgId: 'cMkHW5GAD8ViOZj-',
368
- roles: [
369
- 'color',
370
- 'option'
371
- ],
372
- typeId: 'cW7EhuRbkOU2dp18',
373
- typePath: 'item',
374
- updatedById: 'Eey3ZOi8znUA85i7',
375
- updatedOn: '2023-02-03T19:08:34.038Z'
376
- }
377
- },
378
- {
379
- id: 'UrFiA2VgBudniXfZ',
380
- item: {
381
- createdById: 'Eey3ZOi8znUA85i7',
382
- createdOn: '2023-02-03T16:26:09.985Z',
383
- entityType: 'item',
384
- flexFormula: null,
385
- flexPLMTypePath: 'Product\\Pants',
386
- flexSequence: 158,
387
- id: 'UrFiA2VgBudniXfZ',
388
- isPrimary: true,
389
- itemFamilyId: 'tFnQr83XEJ_Ly0yi',
390
- lifecycleStage: 'development',
391
- name: 'Feb 3 - 1 Option E',
392
- optionGroup: 'color',
393
- optionName: 'Option A',
394
- orgId: 'cMkHW5GAD8ViOZj-',
395
- roles: [
396
- 'color',
397
- 'option'
398
- ],
399
- typeId: 'cW7EhuRbkOU2dp18',
400
- typePath: 'item',
401
- updatedById: 'Eey3ZOi8znUA85i7',
402
- updatedOn: '2023-02-03T16:27:25.685Z'
403
- }
404
- },
405
- {
406
- id: 'BD4ZjRf5DVimbU3N',
407
- item: {
408
- createdById: 'Eey3ZOi8znUA85i7',
409
- createdOn: '2023-02-03T18:56:05.269Z',
410
- entityType: 'item',
411
- flexFormula: null,
412
- flexPLMTypePath: 'Product\\Pants',
413
- flexSequence: 165,
414
- id: 'BD4ZjRf5DVimbU3N',
415
- isPrimary: true,
416
- itemFamilyId: 'hZGu3WAz1fbwLPGW',
417
- lifecycleStage: 'development',
418
- name: 'Feb 3 - 2+ Option F',
419
- optionGroup: 'color',
420
- optionName: 'Option B',
421
- orgId: 'cMkHW5GAD8ViOZj-',
422
- roles: [
423
- 'color',
424
- 'option'
425
- ],
426
- typeId: 'cW7EhuRbkOU2dp18',
427
- typePath: 'item',
428
- updatedById: 'Eey3ZOi8znUA85i7',
429
- updatedOn: '2023-02-03T19:09:50.735Z'
430
- }
431
- },
432
- {
433
- id: 'slUFr1iMSYM2ktCX',
434
- item: {
435
- ChrisProp: 'c',
436
- createdById: 'Eey3ZOi8znUA85i7',
437
- createdOn: '2023-02-03T16:12:52.410Z',
438
- entityType: 'item',
439
- flexFormula: null,
440
- flexPLMTypePath: 'Product\\Pants',
441
- flexSequence: 152,
442
- id: 'slUFr1iMSYM2ktCX',
443
- itemFamilyId: 'slUFr1iMSYM2ktCX',
444
- lifecycleStage: 'development',
445
- name: 'Feb 3 - No Option C',
446
- orgId: 'cMkHW5GAD8ViOZj-',
447
- roles: [
448
- 'family'
449
- ],
450
- typeId: 'cW7EhuRbkOU2dp18',
451
- typePath: 'item',
452
- updatedById: 'Eey3ZOi8znUA85i7',
453
- updatedOn: '2023-02-03T16:15:14.971Z'
454
- }
455
- },
456
- {
457
- id: 'tc9HxACZqjyXfs0q',
458
- item: {
459
- createdById: 'Eey3ZOi8znUA85i7',
460
- createdOn: '2023-02-03T18:54:18.998Z',
461
- entityType: 'item',
462
- flexFormula: null,
463
- flexPLMTypePath: 'Product\\Pants',
464
- flexSequence: 162,
465
- id: 'tc9HxACZqjyXfs0q',
466
- isPrimary: true,
467
- itemFamilyId: 'jfWMlv16mTAEKJ7W',
468
- lifecycleStage: 'development',
469
- name: 'Feb 3 - 2+ Option C',
470
- optionGroup: 'color',
471
- optionName: 'Option B',
472
- orgId: 'cMkHW5GAD8ViOZj-',
473
- roles: [
474
- 'color',
475
- 'option'
476
- ],
477
- typeId: 'cW7EhuRbkOU2dp18',
478
- typePath: 'item',
479
- updatedById: 'Eey3ZOi8znUA85i7',
480
- updatedOn: '2023-02-03T19:07:27.506Z'
481
- }
482
- },
483
- {
484
- id: 'JiaHIQjcieKTKVTL',
485
- item: {
486
- createdById: 'Eey3ZOi8znUA85i7',
487
- createdOn: '2023-02-03T18:54:40.332Z',
488
- entityType: 'item',
489
- flexFormula: null,
490
- flexPLMTypePath: 'Product\\Pants',
491
- flexSequence: 163,
492
- id: 'JiaHIQjcieKTKVTL',
493
- isPrimary: true,
494
- itemFamilyId: 'hibYT8JJpLn9ye5V',
495
- lifecycleStage: 'development',
496
- name: 'Feb 3 - 2+ Option D',
497
- optionGroup: 'color',
498
- optionName: 'Option A',
499
- orgId: 'cMkHW5GAD8ViOZj-',
500
- roles: [
501
- 'color',
502
- 'option'
503
- ],
504
- typeId: 'cW7EhuRbkOU2dp18',
505
- typePath: 'item',
506
- updatedById: 'Eey3ZOi8znUA85i7',
507
- updatedOn: '2023-02-03T19:09:09.980Z'
508
- }
509
- },
510
- {
511
- id: 'YbHzb8C4zsokFtWC',
512
- item: {
513
- ChrisProp: 'd',
514
- createdById: 'Eey3ZOi8znUA85i7',
515
- createdOn: '2023-02-03T16:13:44.933Z',
516
- entityType: 'item',
517
- flexFormula: null,
518
- flexPLMTypePath: 'Product\\Pants',
519
- flexSequence: 153,
520
- id: 'YbHzb8C4zsokFtWC',
521
- itemFamilyId: 'YbHzb8C4zsokFtWC',
522
- lifecycleStage: 'development',
523
- name: 'Feb 3 - No Option D',
524
- orgId: 'cMkHW5GAD8ViOZj-',
525
- roles: [
526
- 'family'
527
- ],
528
- typeId: 'cW7EhuRbkOU2dp18',
529
- typePath: 'item',
530
- updatedById: 'Eey3ZOi8znUA85i7',
531
- updatedOn: '2023-02-03T16:16:04.058Z'
532
- }
533
- },
534
- {
535
- id: 'TI8GBo0qanxzKVEr',
536
- item: {
537
- createdById: 'Eey3ZOi8znUA85i7',
538
- createdOn: '2023-02-03T16:26:00.962Z',
539
- entityType: 'item',
540
- flexFormula: null,
541
- flexPLMTypePath: 'Product\\Pants',
542
- flexSequence: 157,
543
- id: 'TI8GBo0qanxzKVEr',
544
- isPrimary: true,
545
- itemFamilyId: '_YbANkSl6AWiLPaC',
546
- lifecycleStage: 'development',
547
- name: 'Feb 3 - 1 Option D',
548
- optionGroup: 'color',
549
- optionName: 'Option A',
550
- orgId: 'cMkHW5GAD8ViOZj-',
551
- roles: [
552
- 'color',
553
- 'option'
554
- ],
555
- typeId: 'cW7EhuRbkOU2dp18',
556
- typePath: 'item',
557
- updatedById: 'Eey3ZOi8znUA85i7',
558
- updatedOn: '2023-02-03T16:27:11.871Z'
559
- }
560
- },
561
- {
562
- id: 'VlufG94hn6llwfAt',
563
- item: {
564
- createdById: 'Eey3ZOi8znUA85i7',
565
- createdOn: '2023-02-03T18:53:19.088Z',
566
- entityType: 'item',
567
- flexFormula: null,
568
- flexPLMTypePath: 'Product\\Pants',
569
- flexSequence: 161,
570
- id: 'VlufG94hn6llwfAt',
571
- isPrimary: true,
572
- itemFamilyId: 'rW_TVz1KKv6kUsSD',
573
- lifecycleStage: 'development',
574
- name: 'Feb 3 - 2+ Option B',
575
- optionGroup: 'color',
576
- optionName: 'Option B',
577
- orgId: 'cMkHW5GAD8ViOZj-',
578
- roles: [
579
- 'color',
580
- 'option'
581
- ],
582
- typeId: 'cW7EhuRbkOU2dp18',
583
- typePath: 'item',
584
- updatedById: 'Eey3ZOi8znUA85i7',
585
- updatedOn: '2023-02-03T19:07:02.955Z'
586
- }
587
- },
588
- {
589
- id: 'kh1Rtb7kie7Vk5vo',
590
- item: {
591
- ChrisProp: 'a',
592
- createdById: 'Eey3ZOi8znUA85i7',
593
- createdOn: '2023-02-03T16:11:19.510Z',
594
- entityType: 'item',
595
- flexFormula: null,
596
- flexPLMTypePath: 'Product\\Pants',
597
- flexSequence: 149,
598
- id: 'kh1Rtb7kie7Vk5vo',
599
- itemFamilyId: 'kh1Rtb7kie7Vk5vo',
600
- lifecycleStage: 'development',
601
- name: 'Feb 3 - No Option -A',
602
- orgId: 'cMkHW5GAD8ViOZj-',
603
- roles: [
604
- 'family'
605
- ],
606
- typeId: 'cW7EhuRbkOU2dp18',
607
- typePath: 'item',
608
- updatedById: 'Eey3ZOi8znUA85i7',
609
- updatedOn: '2023-02-03T16:14:53.024Z'
610
- }
611
- },
612
- {
613
- id: '6eeYhW0b6QbZz3BY',
614
- item: {
615
- createdById: 'Eey3ZOi8znUA85i7',
616
- createdOn: '2023-02-03T18:54:55.996Z',
617
- entityType: 'item',
618
- flexFormula: null,
619
- flexPLMTypePath: 'Product\\Pants',
620
- flexSequence: 163,
621
- id: '6eeYhW0b6QbZz3BY',
622
- isPrimary: true,
623
- itemFamilyId: 'hibYT8JJpLn9ye5V',
624
- lifecycleStage: 'development',
625
- name: 'Feb 3 - 2+ Option D',
626
- optionGroup: 'color',
627
- optionName: 'Option B',
628
- orgId: 'cMkHW5GAD8ViOZj-',
629
- roles: [
630
- 'color',
631
- 'option'
632
- ],
633
- typeId: 'cW7EhuRbkOU2dp18',
634
- typePath: 'item',
635
- updatedById: 'Eey3ZOi8znUA85i7',
636
- updatedOn: '2023-02-03T19:09:13.876Z'
637
- }
638
- },
639
- {
640
- id: 'jezonPsoRUlA52iz',
641
- item: {
642
- createdById: 'Eey3ZOi8znUA85i7',
643
- createdOn: '2023-02-03T16:47:15.520Z',
644
- entityType: 'item',
645
- flexFormula: null,
646
- flexPLMTypePath: 'Product\\Pants',
647
- flexSequence: 159,
648
- id: 'jezonPsoRUlA52iz',
649
- isPrimary: true,
650
- itemFamilyId: 'tvCyTuL6hF3MwbjJ',
651
- lifecycleStage: 'development',
652
- name: 'Feb 3 - 2+ Option A',
653
- optionGroup: 'color',
654
- optionName: 'Option A',
655
- orgId: 'cMkHW5GAD8ViOZj-',
656
- roles: [
657
- 'color',
658
- 'option'
659
- ],
660
- typeId: 'cW7EhuRbkOU2dp18',
661
- typePath: 'item',
662
- updatedById: 'Eey3ZOi8znUA85i7',
663
- updatedOn: '2023-02-03T19:08:34.042Z'
664
- }
665
- },
666
- {
667
- id: 'jFAp5SmYqhXoX-ZI',
668
- item: {
669
- createdById: 'Eey3ZOi8znUA85i7',
670
- createdOn: '2023-02-03T16:25:39.689Z',
671
- entityType: 'item',
672
- flexFormula: null,
673
- flexPLMTypePath: 'Product\\Pants',
674
- flexSequence: 154,
675
- id: 'jFAp5SmYqhXoX-ZI',
676
- isPrimary: true,
677
- itemFamilyId: 'U9QryfGVOYMAkBP_',
678
- lifecycleStage: 'development',
679
- name: 'Feb 3 - 1 Option A',
680
- optionGroup: 'color',
681
- optionName: 'Option A',
682
- orgId: 'cMkHW5GAD8ViOZj-',
683
- roles: [
684
- 'color',
685
- 'option'
686
- ],
687
- typeId: 'cW7EhuRbkOU2dp18',
688
- typePath: 'item',
689
- updatedById: 'Eey3ZOi8znUA85i7',
690
- updatedOn: '2023-02-03T16:26:20.797Z'
691
- }
692
- },
693
- {
694
- id: 'yLhrIHYaP7B4nlkh',
695
- item: {
696
- createdById: 'Eey3ZOi8znUA85i7',
697
- createdOn: '2023-02-03T16:25:44.502Z',
698
- entityType: 'item',
699
- flexFormula: null,
700
- flexPLMTypePath: 'Product\\Pants',
701
- flexSequence: 155,
702
- id: 'yLhrIHYaP7B4nlkh',
703
- isPrimary: true,
704
- itemFamilyId: 'EejAxj-KK_GGr5Kh',
705
- lifecycleStage: 'development',
706
- name: 'Feb 3 - 1 Option B',
707
- optionGroup: 'color',
708
- optionName: 'Option A',
709
- orgId: 'cMkHW5GAD8ViOZj-',
710
- roles: [
711
- 'color',
712
- 'option'
713
- ],
714
- typeId: 'cW7EhuRbkOU2dp18',
715
- typePath: 'item',
716
- updatedById: 'Eey3ZOi8znUA85i7',
717
- updatedOn: '2023-02-03T16:26:39.642Z'
718
- }
719
- },
720
- {
721
- id: 'h19Bz1NBawzWHXVJ',
722
- item: {
723
- ChrisProp: 'b',
724
- createdById: 'Eey3ZOi8znUA85i7',
725
- createdOn: '2023-02-03T16:11:58.439Z',
726
- entityType: 'item',
727
- flexFormula: null,
728
- flexPLMTypePath: 'Product\\Pants',
729
- flexSequence: 151,
730
- id: 'h19Bz1NBawzWHXVJ',
731
- itemFamilyId: 'h19Bz1NBawzWHXVJ',
732
- lifecycleStage: 'development',
733
- name: 'Feb 3 - No Option B',
734
- orgId: 'cMkHW5GAD8ViOZj-',
735
- roles: [
736
- 'family'
737
- ],
738
- typeId: 'cW7EhuRbkOU2dp18',
739
- typePath: 'item',
740
- updatedById: 'Eey3ZOi8znUA85i7',
741
- updatedOn: '2023-02-03T16:16:22.634Z'
742
- }
743
- },
744
- {
745
- id: 'eZL2ChJRBlvbu3yG',
746
- item: {
747
- createdById: 'Eey3ZOi8znUA85i7',
748
- createdOn: '2023-02-03T16:25:49.434Z',
749
- entityType: 'item',
750
- flexFormula: null,
751
- flexPLMTypePath: 'Product\\Pants',
752
- flexSequence: 156,
753
- id: 'eZL2ChJRBlvbu3yG',
754
- isPrimary: true,
755
- itemFamilyId: 'JEY86MOuRFv7f9OY',
756
- lifecycleStage: 'development',
757
- name: 'Feb 3 - 1 Option C',
758
- optionGroup: 'color',
759
- optionName: 'Option A',
760
- orgId: 'cMkHW5GAD8ViOZj-',
761
- roles: [
762
- 'color',
763
- 'option'
764
- ],
765
- typeId: 'cW7EhuRbkOU2dp18',
766
- typePath: 'item',
767
- updatedById: 'Eey3ZOi8znUA85i7',
768
- updatedOn: '2023-02-03T16:26:53.050Z'
769
- }
770
- },
771
- {
772
- id: 'GNH-vuzZeXFQmtMR',
773
- item: {
774
- createdById: 'Eey3ZOi8znUA85i7',
775
- createdOn: '2023-02-03T18:55:29.811Z',
776
- entityType: 'item',
777
- flexFormula: null,
778
- flexPLMTypePath: 'Product\\Pants',
779
- flexSequence: 164,
780
- id: 'GNH-vuzZeXFQmtMR',
781
- isPrimary: true,
782
- itemFamilyId: 'yzBFCl-aLXvKa5sh',
783
- lifecycleStage: 'development',
784
- name: 'Feb 3 - 2+ Option E',
785
- optionGroup: 'color',
786
- optionName: 'Option B',
787
- orgId: 'cMkHW5GAD8ViOZj-',
788
- roles: [
789
- 'color',
790
- 'option'
791
- ],
792
- typeId: 'cW7EhuRbkOU2dp18',
793
- typePath: 'item',
794
- updatedById: 'Eey3ZOi8znUA85i7',
795
- updatedOn: '2023-02-03T19:09:33.653Z'
796
- }
797
- },
798
- {
799
- id: 'zGF3wg9NvI-bBRmP',
800
- item: {
801
- createdById: 'Eey3ZOi8znUA85i7',
802
- createdOn: '2023-02-03T18:54:02.450Z',
803
- entityType: 'item',
804
- flexFormula: null,
805
- flexPLMTypePath: 'Product\\Pants',
806
- flexSequence: 162,
807
- id: 'zGF3wg9NvI-bBRmP',
808
- isPrimary: true,
809
- itemFamilyId: 'jfWMlv16mTAEKJ7W',
810
- lifecycleStage: 'development',
811
- name: 'Feb 3 - 2+ Option C',
812
- optionGroup: 'color',
813
- optionName: 'Option A',
814
- orgId: 'cMkHW5GAD8ViOZj-',
815
- roles: [
816
- 'color',
817
- 'option'
818
- ],
819
- typeId: 'cW7EhuRbkOU2dp18',
820
- typePath: 'item',
821
- updatedById: 'Eey3ZOi8znUA85i7',
822
- updatedOn: '2023-02-03T19:07:22.436Z'
823
- }
824
- },
825
- {
826
- id: 'U7zzfu5DjXTy-oz5',
827
- item: {
828
- createdById: 'Eey3ZOi8znUA85i7',
829
- createdOn: '2023-02-03T18:56:56.805Z',
830
- entityType: 'item',
831
- flexFormula: null,
832
- flexPLMTypePath: 'Product\\Pants',
833
- flexSequence: 166,
834
- id: 'U7zzfu5DjXTy-oz5',
835
- itemFamilyId: 'U7zzfu5DjXTy-oz5',
836
- lifecycleStage: 'concept',
837
- name: 'Feb 3 -Concept - No Option A',
838
- orgId: 'cMkHW5GAD8ViOZj-',
839
- roles: [
840
- 'family'
841
- ],
842
- typeId: 'cW7EhuRbkOU2dp18',
843
- typePath: 'item',
844
- updatedById: 'Eey3ZOi8znUA85i7',
845
- updatedOn: '2023-02-03T18:58:00.795Z'
846
- }
847
- },
848
- {
849
- id: 'M0fWXzUMBDrxjFcS',
850
- item: {
851
- createdById: 'Eey3ZOi8znUA85i7',
852
- createdOn: '2023-02-03T18:55:48.849Z',
853
- entityType: 'item',
854
- flexFormula: null,
855
- flexPLMTypePath: 'Product\\Pants',
856
- flexSequence: 165,
857
- id: 'M0fWXzUMBDrxjFcS',
858
- isPrimary: true,
859
- itemFamilyId: 'hZGu3WAz1fbwLPGW',
860
- lifecycleStage: 'development',
861
- name: 'Feb 3 - 2+ Option F',
862
- optionGroup: 'color',
863
- optionName: 'Option A',
864
- orgId: 'cMkHW5GAD8ViOZj-',
865
- roles: [
866
- 'color',
867
- 'option'
868
- ],
869
- typeId: 'cW7EhuRbkOU2dp18',
870
- typePath: 'item',
871
- updatedById: 'Eey3ZOi8znUA85i7',
872
- updatedOn: '2023-02-03T19:09:47.683Z'
873
- }
874
- },
875
- {
876
- id: 'tBEFlAr9QXauCU-B',
877
- item: {
878
- createdById: 'Eey3ZOi8znUA85i7',
879
- createdOn: '2023-02-03T18:55:13.541Z',
880
- entityType: 'item',
881
- flexFormula: null,
882
- flexPLMTypePath: 'Product\\Pants',
883
- flexSequence: 164,
884
- id: 'tBEFlAr9QXauCU-B',
885
- isPrimary: true,
886
- itemFamilyId: 'yzBFCl-aLXvKa5sh',
887
- lifecycleStage: 'development',
888
- name: 'Feb 3 - 2+ Option E',
889
- optionGroup: 'color',
890
- optionName: 'Option A',
891
- orgId: 'cMkHW5GAD8ViOZj-',
892
- roles: [
893
- 'color',
894
- 'option'
895
- ],
896
- typeId: 'cW7EhuRbkOU2dp18',
897
- typePath: 'item',
898
- updatedById: 'Eey3ZOi8znUA85i7',
899
- updatedOn: '2023-02-03T19:09:30.424Z'
900
- }
901
- },
902
- {
903
- id: 'CNOovV5RFWGL6FMT',
904
- item: {
905
- chrisString: 'q',
906
- createdById: 'Eey3ZOi8znUA85i7',
907
- createdOn: '2023-02-03T20:22:32.718Z',
908
- entityType: 'item',
909
- flexFormula: null,
910
- flexPLMTypePath: 'Product\\Pants',
911
- flexSequence: 168,
912
- id: 'CNOovV5RFWGL6FMT',
913
- isPrimary: true,
914
- itemFamilyId: 'yD-3KrBzAYRRsh9v',
915
- lifecycleStage: 'development',
916
- name: 'Feb 3 - 1 Option F',
917
- optionGroup: 'color',
918
- optionName: 'Option A',
919
- orgId: 'cMkHW5GAD8ViOZj-',
920
- roles: [
921
- 'color',
922
- 'option'
923
- ],
924
- typeId: 'cW7EhuRbkOU2dp18',
925
- typePath: 'item',
926
- updatedById: 'Eey3ZOi8znUA85i7',
927
- updatedOn: '2023-02-03T20:24:41.476Z'
928
- }
929
- }
930
- ],
931
- assortmentId: 'lhoTiciEDw5VOdBl',
932
- deletes: [],
933
- errors: [],
934
- familyItemsRemoved: [],
935
- updates: [],
936
- versionComments: '',
937
- versionName: 'Initial Setup for Publish Test app v1.0.19.2'
938
- };
939
- exports.fall_2003_fullChange = {
940
- assortmentItems: [
941
- {
942
- assortmentId: 'lhoTiciEDw5VOdBl',
943
- createdById: 'Eey3ZOi8znUA85i7',
944
- createdOn: '2023-02-03T20:01:51.331Z',
945
- id: 'y2pySBhMF7vdH-N2',
946
- item: {
947
- createdById: 'Eey3ZOi8znUA85i7',
948
- createdOn: '2023-02-03T18:54:55.996Z',
949
- flexFormula: null,
950
- flexPLMTypePath: 'Product\\Pants',
951
- flexSequence: 163,
952
- id: '6eeYhW0b6QbZz3BY',
953
- isPrimary: true,
954
- itemFamilyId: 'hibYT8JJpLn9ye5V',
955
- lifecycleStage: 'development',
956
- name: 'Feb 3 - 2+ Option D',
957
- optionGroup: 'color',
958
- optionName: 'Option B',
959
- orgId: 'cMkHW5GAD8ViOZj-',
960
- roles: [
961
- 'color',
962
- 'option'
963
- ],
964
- typeId: 'cW7EhuRbkOU2dp18',
965
- typePath: 'item',
966
- updatedById: 'Eey3ZOi8znUA85i7',
967
- updatedOn: '2023-02-03T19:09:13.876Z'
968
- },
969
- itemId: '6eeYhW0b6QbZz3BY',
970
- orgId: 'cMkHW5GAD8ViOZj-',
971
- typeId: 'st1oc9uI2_ipArFM',
972
- typePath: 'assortment-item',
973
- updatedById: 'Eey3ZOi8znUA85i7',
974
- updatedOn: '2023-02-03T20:01:51.331Z'
975
- },
976
- {
977
- assortmentId: 'lhoTiciEDw5VOdBl',
978
- createdById: 'Eey3ZOi8znUA85i7',
979
- createdOn: '2023-02-03T20:01:51.331Z',
980
- id: 'u8pcU56rgJDjoeRi',
981
- item: {
982
- createdById: 'Eey3ZOi8znUA85i7',
983
- createdOn: '2023-02-03T18:52:21.846Z',
984
- flexFormula: null,
985
- flexPLMTypePath: 'Product\\Pants',
986
- flexSequence: 161,
987
- id: '6zHmYEG7asMtA-1W',
988
- isPrimary: true,
989
- itemFamilyId: 'rW_TVz1KKv6kUsSD',
990
- lifecycleStage: 'development',
991
- name: 'Feb 3 - 2+ Option B',
992
- optionGroup: 'color',
993
- optionName: 'Option A',
994
- orgId: 'cMkHW5GAD8ViOZj-',
995
- roles: [
996
- 'color',
997
- 'option'
998
- ],
999
- typeId: 'cW7EhuRbkOU2dp18',
1000
- typePath: 'item',
1001
- updatedById: 'Eey3ZOi8znUA85i7',
1002
- updatedOn: '2023-02-03T19:07:00.802Z'
1003
- },
1004
- itemId: '6zHmYEG7asMtA-1W',
1005
- orgId: 'cMkHW5GAD8ViOZj-',
1006
- typeId: 'st1oc9uI2_ipArFM',
1007
- typePath: 'assortment-item',
1008
- updatedById: 'Eey3ZOi8znUA85i7',
1009
- updatedOn: '2023-02-03T20:01:51.331Z'
1010
- },
1011
- {
1012
- assortmentId: 'lhoTiciEDw5VOdBl',
1013
- createdById: 'Eey3ZOi8znUA85i7',
1014
- createdOn: '2023-02-03T20:01:51.331Z',
1015
- id: 'Z7V8NkqWGDo8Wa9q',
1016
- item: {
1017
- createdById: 'Eey3ZOi8znUA85i7',
1018
- createdOn: '2023-02-03T18:56:05.269Z',
1019
- flexFormula: null,
1020
- flexPLMTypePath: 'Product\\Pants',
1021
- flexSequence: 165,
1022
- id: 'BD4ZjRf5DVimbU3N',
1023
- isPrimary: true,
1024
- itemFamilyId: 'hZGu3WAz1fbwLPGW',
1025
- lifecycleStage: 'development',
1026
- name: 'Feb 3 - 2+ Option F',
1027
- optionGroup: 'color',
1028
- optionName: 'Option B',
1029
- orgId: 'cMkHW5GAD8ViOZj-',
1030
- roles: [
1031
- 'color',
1032
- 'option'
1033
- ],
1034
- typeId: 'cW7EhuRbkOU2dp18',
1035
- typePath: 'item',
1036
- updatedById: 'Eey3ZOi8znUA85i7',
1037
- updatedOn: '2023-02-03T19:09:50.735Z'
1038
- },
1039
- itemId: 'BD4ZjRf5DVimbU3N',
1040
- orgId: 'cMkHW5GAD8ViOZj-',
1041
- typeId: 'st1oc9uI2_ipArFM',
1042
- typePath: 'assortment-item',
1043
- updatedById: 'Eey3ZOi8znUA85i7',
1044
- updatedOn: '2023-02-03T20:01:51.331Z'
1045
- },
1046
- {
1047
- assortmentId: 'lhoTiciEDw5VOdBl',
1048
- createdById: 'Eey3ZOi8znUA85i7',
1049
- createdOn: '2023-02-03T20:01:51.331Z',
1050
- id: 'rTdydkOcJOrEpSTp',
1051
- item: {
1052
- createdById: 'Eey3ZOi8znUA85i7',
1053
- createdOn: '2023-02-03T18:57:32.989Z',
1054
- flexFormula: null,
1055
- flexPLMTypePath: 'Product\\Pants',
1056
- flexSequence: 167,
1057
- id: 'C6TFfaV8q6Cd3qyY',
1058
- isPrimary: true,
1059
- itemFamilyId: 'jMNq_fTfGqfz-M5V',
1060
- lifecycleStage: 'concept',
1061
- name: 'Feb 3 - Concept - 1 Option A',
1062
- optionGroup: 'color',
1063
- optionName: 'Option A',
1064
- orgId: 'cMkHW5GAD8ViOZj-',
1065
- roles: [
1066
- 'color',
1067
- 'option'
1068
- ],
1069
- typeId: 'cW7EhuRbkOU2dp18',
1070
- typePath: 'item',
1071
- updatedById: 'Eey3ZOi8znUA85i7',
1072
- updatedOn: '2023-02-03T18:57:47.714Z'
1073
- },
1074
- itemId: 'C6TFfaV8q6Cd3qyY',
1075
- orgId: 'cMkHW5GAD8ViOZj-',
1076
- typeId: 'st1oc9uI2_ipArFM',
1077
- typePath: 'assortment-item',
1078
- updatedById: 'Eey3ZOi8znUA85i7',
1079
- updatedOn: '2023-02-03T20:01:51.331Z'
1080
- },
1081
- {
1082
- assortmentId: 'lhoTiciEDw5VOdBl',
1083
- createdById: 'Eey3ZOi8znUA85i7',
1084
- createdOn: '2023-02-03T20:25:57.948Z',
1085
- id: 'ZHI2zHBwbYzHCfCk',
1086
- item: {
1087
- chrisString: 'q',
1088
- createdById: 'Eey3ZOi8znUA85i7',
1089
- createdOn: '2023-02-03T20:22:32.718Z',
1090
- flexFormula: null,
1091
- flexPLMTypePath: 'Product\\Pants',
1092
- flexSequence: 168,
1093
- id: 'CNOovV5RFWGL6FMT',
1094
- isPrimary: true,
1095
- itemFamilyId: 'yD-3KrBzAYRRsh9v',
1096
- lifecycleStage: 'development',
1097
- name: 'Feb 3 - 1 Option F',
1098
- optionGroup: 'color',
1099
- optionName: 'Option A',
1100
- orgId: 'cMkHW5GAD8ViOZj-',
1101
- roles: [
1102
- 'color',
1103
- 'option'
1104
- ],
1105
- typeId: 'cW7EhuRbkOU2dp18',
1106
- typePath: 'item',
1107
- updatedById: 'Eey3ZOi8znUA85i7',
1108
- updatedOn: '2023-02-03T20:24:41.476Z'
1109
- },
1110
- itemId: 'CNOovV5RFWGL6FMT',
1111
- orgId: 'cMkHW5GAD8ViOZj-',
1112
- typeId: 'st1oc9uI2_ipArFM',
1113
- typePath: 'assortment-item',
1114
- updatedById: 'Eey3ZOi8znUA85i7',
1115
- updatedOn: '2023-02-03T20:25:57.948Z'
1116
- },
1117
- {
1118
- assortmentId: 'lhoTiciEDw5VOdBl',
1119
- createdById: 'Eey3ZOi8znUA85i7',
1120
- createdOn: '2023-02-03T20:01:51.331Z',
1121
- id: 'oTq3YrksCUIZsVgw',
1122
- item: {
1123
- createdById: 'Eey3ZOi8znUA85i7',
1124
- createdOn: '2023-02-03T18:55:29.811Z',
1125
- flexFormula: null,
1126
- flexPLMTypePath: 'Product\\Pants',
1127
- flexSequence: 164,
1128
- id: 'GNH-vuzZeXFQmtMR',
1129
- isPrimary: true,
1130
- itemFamilyId: 'yzBFCl-aLXvKa5sh',
1131
- lifecycleStage: 'development',
1132
- name: 'Feb 3 - 2+ Option E',
1133
- optionGroup: 'color',
1134
- optionName: 'Option B',
1135
- orgId: 'cMkHW5GAD8ViOZj-',
1136
- roles: [
1137
- 'color',
1138
- 'option'
1139
- ],
1140
- typeId: 'cW7EhuRbkOU2dp18',
1141
- typePath: 'item',
1142
- updatedById: 'Eey3ZOi8znUA85i7',
1143
- updatedOn: '2023-02-03T19:09:33.653Z'
1144
- },
1145
- itemId: 'GNH-vuzZeXFQmtMR',
1146
- orgId: 'cMkHW5GAD8ViOZj-',
1147
- typeId: 'st1oc9uI2_ipArFM',
1148
- typePath: 'assortment-item',
1149
- updatedById: 'Eey3ZOi8znUA85i7',
1150
- updatedOn: '2023-02-03T20:01:51.331Z'
1151
- },
1152
- {
1153
- assortmentId: 'lhoTiciEDw5VOdBl',
1154
- createdById: 'Eey3ZOi8znUA85i7',
1155
- createdOn: '2023-02-03T20:01:51.331Z',
1156
- id: 'B_6jbb7mAnXe2z6U',
1157
- item: {
1158
- createdById: 'Eey3ZOi8znUA85i7',
1159
- createdOn: '2023-02-03T18:54:40.332Z',
1160
- flexFormula: null,
1161
- flexPLMTypePath: 'Product\\Pants',
1162
- flexSequence: 163,
1163
- id: 'JiaHIQjcieKTKVTL',
1164
- isPrimary: true,
1165
- itemFamilyId: 'hibYT8JJpLn9ye5V',
1166
- lifecycleStage: 'development',
1167
- name: 'Feb 3 - 2+ Option D',
1168
- optionGroup: 'color',
1169
- optionName: 'Option A',
1170
- orgId: 'cMkHW5GAD8ViOZj-',
1171
- roles: [
1172
- 'color',
1173
- 'option'
1174
- ],
1175
- typeId: 'cW7EhuRbkOU2dp18',
1176
- typePath: 'item',
1177
- updatedById: 'Eey3ZOi8znUA85i7',
1178
- updatedOn: '2023-02-03T19:09:09.980Z'
1179
- },
1180
- itemId: 'JiaHIQjcieKTKVTL',
1181
- orgId: 'cMkHW5GAD8ViOZj-',
1182
- typeId: 'st1oc9uI2_ipArFM',
1183
- typePath: 'assortment-item',
1184
- updatedById: 'Eey3ZOi8znUA85i7',
1185
- updatedOn: '2023-02-03T20:01:51.331Z'
1186
- },
1187
- {
1188
- assortmentId: 'lhoTiciEDw5VOdBl',
1189
- createdById: 'Eey3ZOi8znUA85i7',
1190
- createdOn: '2023-02-03T20:01:51.332Z',
1191
- id: 'wezopwmsLc3hDXFA',
1192
- item: {
1193
- createdById: 'Eey3ZOi8znUA85i7',
1194
- createdOn: '2023-02-03T18:55:48.849Z',
1195
- flexFormula: null,
1196
- flexPLMTypePath: 'Product\\Pants',
1197
- flexSequence: 165,
1198
- id: 'M0fWXzUMBDrxjFcS',
1199
- isPrimary: true,
1200
- itemFamilyId: 'hZGu3WAz1fbwLPGW',
1201
- lifecycleStage: 'development',
1202
- name: 'Feb 3 - 2+ Option F',
1203
- optionGroup: 'color',
1204
- optionName: 'Option A',
1205
- orgId: 'cMkHW5GAD8ViOZj-',
1206
- roles: [
1207
- 'color',
1208
- 'option'
1209
- ],
1210
- typeId: 'cW7EhuRbkOU2dp18',
1211
- typePath: 'item',
1212
- updatedById: 'Eey3ZOi8znUA85i7',
1213
- updatedOn: '2023-02-03T19:09:47.683Z'
1214
- },
1215
- itemId: 'M0fWXzUMBDrxjFcS',
1216
- orgId: 'cMkHW5GAD8ViOZj-',
1217
- typeId: 'st1oc9uI2_ipArFM',
1218
- typePath: 'assortment-item',
1219
- updatedById: 'Eey3ZOi8znUA85i7',
1220
- updatedOn: '2023-02-03T20:01:51.332Z'
1221
- },
1222
- {
1223
- assortmentId: 'lhoTiciEDw5VOdBl',
1224
- createdById: 'Eey3ZOi8znUA85i7',
1225
- createdOn: '2023-02-03T20:01:51.331Z',
1226
- id: 'JjWARXdpTPGqHPnk',
1227
- item: {
1228
- createdById: 'Eey3ZOi8znUA85i7',
1229
- createdOn: '2023-02-03T16:26:00.962Z',
1230
- flexFormula: null,
1231
- flexPLMTypePath: 'Product\\Pants',
1232
- flexSequence: 157,
1233
- id: 'TI8GBo0qanxzKVEr',
1234
- isPrimary: true,
1235
- itemFamilyId: '_YbANkSl6AWiLPaC',
1236
- lifecycleStage: 'development',
1237
- name: 'Feb 3 - 1 Option D',
1238
- optionGroup: 'color',
1239
- optionName: 'Option A',
1240
- orgId: 'cMkHW5GAD8ViOZj-',
1241
- roles: [
1242
- 'color',
1243
- 'option'
1244
- ],
1245
- typeId: 'cW7EhuRbkOU2dp18',
1246
- typePath: 'item',
1247
- updatedById: 'Eey3ZOi8znUA85i7',
1248
- updatedOn: '2023-02-03T16:27:11.871Z'
1249
- },
1250
- itemId: 'TI8GBo0qanxzKVEr',
1251
- orgId: 'cMkHW5GAD8ViOZj-',
1252
- typeId: 'st1oc9uI2_ipArFM',
1253
- typePath: 'assortment-item',
1254
- updatedById: 'Eey3ZOi8znUA85i7',
1255
- updatedOn: '2023-02-03T20:01:51.331Z'
1256
- },
1257
- {
1258
- assortmentId: 'lhoTiciEDw5VOdBl',
1259
- createdById: 'Eey3ZOi8znUA85i7',
1260
- createdOn: '2023-02-03T20:01:51.332Z',
1261
- id: '-y1SmVaDCdY0-yvq',
1262
- item: {
1263
- createdById: 'Eey3ZOi8znUA85i7',
1264
- createdOn: '2023-02-03T18:56:56.805Z',
1265
- flexFormula: null,
1266
- flexPLMTypePath: 'Product\\Pants',
1267
- flexSequence: 166,
1268
- id: 'U7zzfu5DjXTy-oz5',
1269
- itemFamilyId: 'U7zzfu5DjXTy-oz5',
1270
- lifecycleStage: 'concept',
1271
- name: 'Feb 3 -Concept - No Option A',
1272
- orgId: 'cMkHW5GAD8ViOZj-',
1273
- roles: [
1274
- 'family'
1275
- ],
1276
- typeId: 'cW7EhuRbkOU2dp18',
1277
- typePath: 'item',
1278
- updatedById: 'Eey3ZOi8znUA85i7',
1279
- updatedOn: '2023-02-03T18:58:00.795Z'
1280
- },
1281
- itemId: 'U7zzfu5DjXTy-oz5',
1282
- orgId: 'cMkHW5GAD8ViOZj-',
1283
- typeId: 'st1oc9uI2_ipArFM',
1284
- typePath: 'assortment-item',
1285
- updatedById: 'Eey3ZOi8znUA85i7',
1286
- updatedOn: '2023-02-03T20:01:51.332Z'
1287
- },
1288
- {
1289
- assortmentId: 'lhoTiciEDw5VOdBl',
1290
- createdById: 'Eey3ZOi8znUA85i7',
1291
- createdOn: '2023-02-03T20:01:51.331Z',
1292
- id: 'eIy5yR8QAU-PWNrr',
1293
- item: {
1294
- createdById: 'Eey3ZOi8znUA85i7',
1295
- createdOn: '2023-02-03T16:26:09.985Z',
1296
- flexFormula: null,
1297
- flexPLMTypePath: 'Product\\Pants',
1298
- flexSequence: 158,
1299
- id: 'UrFiA2VgBudniXfZ',
1300
- isPrimary: true,
1301
- itemFamilyId: 'tFnQr83XEJ_Ly0yi',
1302
- lifecycleStage: 'development',
1303
- name: 'Feb 3 - 1 Option E',
1304
- optionGroup: 'color',
1305
- optionName: 'Option A',
1306
- orgId: 'cMkHW5GAD8ViOZj-',
1307
- roles: [
1308
- 'color',
1309
- 'option'
1310
- ],
1311
- typeId: 'cW7EhuRbkOU2dp18',
1312
- typePath: 'item',
1313
- updatedById: 'Eey3ZOi8znUA85i7',
1314
- updatedOn: '2023-02-03T16:27:25.685Z'
1315
- },
1316
- itemId: 'UrFiA2VgBudniXfZ',
1317
- orgId: 'cMkHW5GAD8ViOZj-',
1318
- typeId: 'st1oc9uI2_ipArFM',
1319
- typePath: 'assortment-item',
1320
- updatedById: 'Eey3ZOi8znUA85i7',
1321
- updatedOn: '2023-02-03T20:01:51.331Z'
1322
- },
1323
- {
1324
- assortmentId: 'lhoTiciEDw5VOdBl',
1325
- createdById: 'Eey3ZOi8znUA85i7',
1326
- createdOn: '2023-02-03T20:01:51.331Z',
1327
- id: 'PhKxw7iCV0I7ijfx',
1328
- item: {
1329
- createdById: 'Eey3ZOi8znUA85i7',
1330
- createdOn: '2023-02-03T16:48:01.306Z',
1331
- flexFormula: null,
1332
- flexPLMTypePath: 'Product\\Pants',
1333
- flexSequence: 159,
1334
- id: 'VGo0fWmBBEZoghgk',
1335
- isPrimary: true,
1336
- itemFamilyId: 'tvCyTuL6hF3MwbjJ',
1337
- lifecycleStage: 'development',
1338
- name: 'Feb 3 - 2+ Option A',
1339
- optionGroup: 'color',
1340
- optionName: 'Option B',
1341
- orgId: 'cMkHW5GAD8ViOZj-',
1342
- roles: [
1343
- 'color',
1344
- 'option'
1345
- ],
1346
- typeId: 'cW7EhuRbkOU2dp18',
1347
- typePath: 'item',
1348
- updatedById: 'Eey3ZOi8znUA85i7',
1349
- updatedOn: '2023-02-03T19:08:34.038Z'
1350
- },
1351
- itemId: 'VGo0fWmBBEZoghgk',
1352
- orgId: 'cMkHW5GAD8ViOZj-',
1353
- typeId: 'st1oc9uI2_ipArFM',
1354
- typePath: 'assortment-item',
1355
- updatedById: 'Eey3ZOi8znUA85i7',
1356
- updatedOn: '2023-02-03T20:01:51.331Z'
1357
- },
1358
- {
1359
- assortmentId: 'lhoTiciEDw5VOdBl',
1360
- createdById: 'Eey3ZOi8znUA85i7',
1361
- createdOn: '2023-02-03T20:01:51.331Z',
1362
- id: 'feaTkYlTkC-glF3f',
1363
- item: {
1364
- createdById: 'Eey3ZOi8znUA85i7',
1365
- createdOn: '2023-02-03T18:53:19.088Z',
1366
- flexFormula: null,
1367
- flexPLMTypePath: 'Product\\Pants',
1368
- flexSequence: 161,
1369
- id: 'VlufG94hn6llwfAt',
1370
- isPrimary: true,
1371
- itemFamilyId: 'rW_TVz1KKv6kUsSD',
1372
- lifecycleStage: 'development',
1373
- name: 'Feb 3 - 2+ Option B',
1374
- optionGroup: 'color',
1375
- optionName: 'Option B',
1376
- orgId: 'cMkHW5GAD8ViOZj-',
1377
- roles: [
1378
- 'color',
1379
- 'option'
1380
- ],
1381
- typeId: 'cW7EhuRbkOU2dp18',
1382
- typePath: 'item',
1383
- updatedById: 'Eey3ZOi8znUA85i7',
1384
- updatedOn: '2023-02-03T19:07:02.955Z'
1385
- },
1386
- itemId: 'VlufG94hn6llwfAt',
1387
- orgId: 'cMkHW5GAD8ViOZj-',
1388
- typeId: 'st1oc9uI2_ipArFM',
1389
- typePath: 'assortment-item',
1390
- updatedById: 'Eey3ZOi8znUA85i7',
1391
- updatedOn: '2023-02-03T20:01:51.331Z'
1392
- },
1393
- {
1394
- assortmentId: 'lhoTiciEDw5VOdBl',
1395
- createdById: 'Eey3ZOi8znUA85i7',
1396
- createdOn: '2023-02-03T20:01:51.331Z',
1397
- id: 'opfnVQz4_Ib81AqC',
1398
- item: {
1399
- ChrisProp: 'd',
1400
- createdById: 'Eey3ZOi8znUA85i7',
1401
- createdOn: '2023-02-03T16:13:44.933Z',
1402
- flexFormula: null,
1403
- flexPLMTypePath: 'Product\\Pants',
1404
- flexSequence: 153,
1405
- id: 'YbHzb8C4zsokFtWC',
1406
- itemFamilyId: 'YbHzb8C4zsokFtWC',
1407
- lifecycleStage: 'development',
1408
- name: 'Feb 3 - No Option D',
1409
- orgId: 'cMkHW5GAD8ViOZj-',
1410
- roles: [
1411
- 'family'
1412
- ],
1413
- typeId: 'cW7EhuRbkOU2dp18',
1414
- typePath: 'item',
1415
- updatedById: 'Eey3ZOi8znUA85i7',
1416
- updatedOn: '2023-02-03T16:16:04.058Z'
1417
- },
1418
- itemId: 'YbHzb8C4zsokFtWC',
1419
- orgId: 'cMkHW5GAD8ViOZj-',
1420
- typeId: 'st1oc9uI2_ipArFM',
1421
- typePath: 'assortment-item',
1422
- updatedById: 'Eey3ZOi8znUA85i7',
1423
- updatedOn: '2023-02-03T20:01:51.331Z'
1424
- },
1425
- {
1426
- assortmentId: 'lhoTiciEDw5VOdBl',
1427
- createdById: 'Eey3ZOi8znUA85i7',
1428
- createdOn: '2023-02-03T20:01:51.331Z',
1429
- id: 'hiDuwijjdfunRaIl',
1430
- item: {
1431
- createdById: 'Eey3ZOi8znUA85i7',
1432
- createdOn: '2023-02-03T16:25:49.434Z',
1433
- flexFormula: null,
1434
- flexPLMTypePath: 'Product\\Pants',
1435
- flexSequence: 156,
1436
- id: 'eZL2ChJRBlvbu3yG',
1437
- isPrimary: true,
1438
- itemFamilyId: 'JEY86MOuRFv7f9OY',
1439
- lifecycleStage: 'development',
1440
- name: 'Feb 3 - 1 Option C',
1441
- optionGroup: 'color',
1442
- optionName: 'Option A',
1443
- orgId: 'cMkHW5GAD8ViOZj-',
1444
- roles: [
1445
- 'color',
1446
- 'option'
1447
- ],
1448
- typeId: 'cW7EhuRbkOU2dp18',
1449
- typePath: 'item',
1450
- updatedById: 'Eey3ZOi8znUA85i7',
1451
- updatedOn: '2023-02-03T16:26:53.050Z'
1452
- },
1453
- itemId: 'eZL2ChJRBlvbu3yG',
1454
- orgId: 'cMkHW5GAD8ViOZj-',
1455
- typeId: 'st1oc9uI2_ipArFM',
1456
- typePath: 'assortment-item',
1457
- updatedById: 'Eey3ZOi8znUA85i7',
1458
- updatedOn: '2023-02-03T20:01:51.331Z'
1459
- },
1460
- {
1461
- assortmentId: 'lhoTiciEDw5VOdBl',
1462
- createdById: 'Eey3ZOi8znUA85i7',
1463
- createdOn: '2023-02-03T20:01:51.331Z',
1464
- id: 'GkvvlHp8yfCGpbal',
1465
- item: {
1466
- ChrisProp: 'b',
1467
- createdById: 'Eey3ZOi8znUA85i7',
1468
- createdOn: '2023-02-03T16:11:58.439Z',
1469
- flexFormula: null,
1470
- flexPLMTypePath: 'Product\\Pants',
1471
- flexSequence: 151,
1472
- id: 'h19Bz1NBawzWHXVJ',
1473
- itemFamilyId: 'h19Bz1NBawzWHXVJ',
1474
- lifecycleStage: 'development',
1475
- name: 'Feb 3 - No Option B',
1476
- orgId: 'cMkHW5GAD8ViOZj-',
1477
- roles: [
1478
- 'family'
1479
- ],
1480
- typeId: 'cW7EhuRbkOU2dp18',
1481
- typePath: 'item',
1482
- updatedById: 'Eey3ZOi8znUA85i7',
1483
- updatedOn: '2023-02-03T16:16:22.634Z'
1484
- },
1485
- itemId: 'h19Bz1NBawzWHXVJ',
1486
- orgId: 'cMkHW5GAD8ViOZj-',
1487
- typeId: 'st1oc9uI2_ipArFM',
1488
- typePath: 'assortment-item',
1489
- updatedById: 'Eey3ZOi8znUA85i7',
1490
- updatedOn: '2023-02-03T20:01:51.331Z'
1491
- },
1492
- {
1493
- assortmentId: 'lhoTiciEDw5VOdBl',
1494
- createdById: 'Eey3ZOi8znUA85i7',
1495
- createdOn: '2023-02-03T20:01:51.331Z',
1496
- id: 'qsVx_kDSQNh-uRdQ',
1497
- item: {
1498
- createdById: 'Eey3ZOi8znUA85i7',
1499
- createdOn: '2023-02-03T16:25:39.689Z',
1500
- flexFormula: null,
1501
- flexPLMTypePath: 'Product\\Pants',
1502
- flexSequence: 154,
1503
- id: 'jFAp5SmYqhXoX-ZI',
1504
- isPrimary: true,
1505
- itemFamilyId: 'U9QryfGVOYMAkBP_',
1506
- lifecycleStage: 'development',
1507
- name: 'Feb 3 - 1 Option A',
1508
- optionGroup: 'color',
1509
- optionName: 'Option A',
1510
- orgId: 'cMkHW5GAD8ViOZj-',
1511
- roles: [
1512
- 'color',
1513
- 'option'
1514
- ],
1515
- typeId: 'cW7EhuRbkOU2dp18',
1516
- typePath: 'item',
1517
- updatedById: 'Eey3ZOi8znUA85i7',
1518
- updatedOn: '2023-02-03T16:26:20.797Z'
1519
- },
1520
- itemId: 'jFAp5SmYqhXoX-ZI',
1521
- orgId: 'cMkHW5GAD8ViOZj-',
1522
- typeId: 'st1oc9uI2_ipArFM',
1523
- typePath: 'assortment-item',
1524
- updatedById: 'Eey3ZOi8znUA85i7',
1525
- updatedOn: '2023-02-03T20:01:51.331Z'
1526
- },
1527
- {
1528
- assortmentId: 'lhoTiciEDw5VOdBl',
1529
- createdById: 'Eey3ZOi8znUA85i7',
1530
- createdOn: '2023-02-03T20:01:51.331Z',
1531
- id: '6k7c3Wg18pSKwwqL',
1532
- item: {
1533
- createdById: 'Eey3ZOi8znUA85i7',
1534
- createdOn: '2023-02-03T16:47:15.520Z',
1535
- flexFormula: null,
1536
- flexPLMTypePath: 'Product\\Pants',
1537
- flexSequence: 159,
1538
- id: 'jezonPsoRUlA52iz',
1539
- isPrimary: true,
1540
- itemFamilyId: 'tvCyTuL6hF3MwbjJ',
1541
- lifecycleStage: 'development',
1542
- name: 'Feb 3 - 2+ Option A',
1543
- optionGroup: 'color',
1544
- optionName: 'Option A',
1545
- orgId: 'cMkHW5GAD8ViOZj-',
1546
- roles: [
1547
- 'color',
1548
- 'option'
1549
- ],
1550
- typeId: 'cW7EhuRbkOU2dp18',
1551
- typePath: 'item',
1552
- updatedById: 'Eey3ZOi8znUA85i7',
1553
- updatedOn: '2023-02-03T19:08:34.042Z'
1554
- },
1555
- itemId: 'jezonPsoRUlA52iz',
1556
- orgId: 'cMkHW5GAD8ViOZj-',
1557
- typeId: 'st1oc9uI2_ipArFM',
1558
- typePath: 'assortment-item',
1559
- updatedById: 'Eey3ZOi8znUA85i7',
1560
- updatedOn: '2023-02-03T20:01:51.331Z'
1561
- },
1562
- {
1563
- assortmentId: 'lhoTiciEDw5VOdBl',
1564
- createdById: 'Eey3ZOi8znUA85i7',
1565
- createdOn: '2023-02-03T20:01:51.331Z',
1566
- id: 'GCX7-fWr3qMZ-_oX',
1567
- item: {
1568
- ChrisProp: 'a',
1569
- createdById: 'Eey3ZOi8znUA85i7',
1570
- createdOn: '2023-02-03T16:11:19.510Z',
1571
- flexFormula: null,
1572
- flexPLMTypePath: 'Product\\Pants',
1573
- flexSequence: 149,
1574
- id: 'kh1Rtb7kie7Vk5vo',
1575
- itemFamilyId: 'kh1Rtb7kie7Vk5vo',
1576
- lifecycleStage: 'development',
1577
- name: 'Feb 3 - No Option -A',
1578
- orgId: 'cMkHW5GAD8ViOZj-',
1579
- roles: [
1580
- 'family'
1581
- ],
1582
- typeId: 'cW7EhuRbkOU2dp18',
1583
- typePath: 'item',
1584
- updatedById: 'Eey3ZOi8znUA85i7',
1585
- updatedOn: '2023-02-03T16:14:53.024Z'
1586
- },
1587
- itemId: 'kh1Rtb7kie7Vk5vo',
1588
- orgId: 'cMkHW5GAD8ViOZj-',
1589
- typeId: 'st1oc9uI2_ipArFM',
1590
- typePath: 'assortment-item',
1591
- updatedById: 'Eey3ZOi8znUA85i7',
1592
- updatedOn: '2023-02-03T20:01:51.331Z'
1593
- },
1594
- {
1595
- assortmentId: 'lhoTiciEDw5VOdBl',
1596
- createdById: 'Eey3ZOi8znUA85i7',
1597
- createdOn: '2023-02-03T20:01:51.331Z',
1598
- id: 'bZji4InrzXWV9-_6',
1599
- item: {
1600
- ChrisProp: 'c',
1601
- createdById: 'Eey3ZOi8znUA85i7',
1602
- createdOn: '2023-02-03T16:12:52.410Z',
1603
- flexFormula: null,
1604
- flexPLMTypePath: 'Product\\Pants',
1605
- flexSequence: 152,
1606
- id: 'slUFr1iMSYM2ktCX',
1607
- itemFamilyId: 'slUFr1iMSYM2ktCX',
1608
- lifecycleStage: 'development',
1609
- name: 'Feb 3 - No Option C',
1610
- orgId: 'cMkHW5GAD8ViOZj-',
1611
- roles: [
1612
- 'family'
1613
- ],
1614
- typeId: 'cW7EhuRbkOU2dp18',
1615
- typePath: 'item',
1616
- updatedById: 'Eey3ZOi8znUA85i7',
1617
- updatedOn: '2023-02-03T16:15:14.971Z'
1618
- },
1619
- itemId: 'slUFr1iMSYM2ktCX',
1620
- orgId: 'cMkHW5GAD8ViOZj-',
1621
- typeId: 'st1oc9uI2_ipArFM',
1622
- typePath: 'assortment-item',
1623
- updatedById: 'Eey3ZOi8znUA85i7',
1624
- updatedOn: '2023-02-03T20:01:51.331Z'
1625
- },
1626
- {
1627
- assortmentId: 'lhoTiciEDw5VOdBl',
1628
- createdById: 'Eey3ZOi8znUA85i7',
1629
- createdOn: '2023-02-03T20:01:51.332Z',
1630
- id: 'JVs-SXEQeYtT_5sJ',
1631
- item: {
1632
- createdById: 'Eey3ZOi8znUA85i7',
1633
- createdOn: '2023-02-03T18:55:13.541Z',
1634
- flexFormula: null,
1635
- flexPLMTypePath: 'Product\\Pants',
1636
- flexSequence: 164,
1637
- id: 'tBEFlAr9QXauCU-B',
1638
- isPrimary: true,
1639
- itemFamilyId: 'yzBFCl-aLXvKa5sh',
1640
- lifecycleStage: 'development',
1641
- name: 'Feb 3 - 2+ Option E',
1642
- optionGroup: 'color',
1643
- optionName: 'Option A',
1644
- orgId: 'cMkHW5GAD8ViOZj-',
1645
- roles: [
1646
- 'color',
1647
- 'option'
1648
- ],
1649
- typeId: 'cW7EhuRbkOU2dp18',
1650
- typePath: 'item',
1651
- updatedById: 'Eey3ZOi8znUA85i7',
1652
- updatedOn: '2023-02-03T19:09:30.424Z'
1653
- },
1654
- itemId: 'tBEFlAr9QXauCU-B',
1655
- orgId: 'cMkHW5GAD8ViOZj-',
1656
- typeId: 'st1oc9uI2_ipArFM',
1657
- typePath: 'assortment-item',
1658
- updatedById: 'Eey3ZOi8znUA85i7',
1659
- updatedOn: '2023-02-03T20:01:51.332Z'
1660
- },
1661
- {
1662
- assortmentId: 'lhoTiciEDw5VOdBl',
1663
- createdById: 'Eey3ZOi8znUA85i7',
1664
- createdOn: '2023-02-03T20:01:51.331Z',
1665
- id: 'o1vYydeXnRUGTkJu',
1666
- item: {
1667
- createdById: 'Eey3ZOi8znUA85i7',
1668
- createdOn: '2023-02-03T18:54:18.998Z',
1669
- flexFormula: null,
1670
- flexPLMTypePath: 'Product\\Pants',
1671
- flexSequence: 162,
1672
- id: 'tc9HxACZqjyXfs0q',
1673
- isPrimary: true,
1674
- itemFamilyId: 'jfWMlv16mTAEKJ7W',
1675
- lifecycleStage: 'development',
1676
- name: 'Feb 3 - 2+ Option C',
1677
- optionGroup: 'color',
1678
- optionName: 'Option B',
1679
- orgId: 'cMkHW5GAD8ViOZj-',
1680
- roles: [
1681
- 'color',
1682
- 'option'
1683
- ],
1684
- typeId: 'cW7EhuRbkOU2dp18',
1685
- typePath: 'item',
1686
- updatedById: 'Eey3ZOi8znUA85i7',
1687
- updatedOn: '2023-02-03T19:07:27.506Z'
1688
- },
1689
- itemId: 'tc9HxACZqjyXfs0q',
1690
- orgId: 'cMkHW5GAD8ViOZj-',
1691
- typeId: 'st1oc9uI2_ipArFM',
1692
- typePath: 'assortment-item',
1693
- updatedById: 'Eey3ZOi8znUA85i7',
1694
- updatedOn: '2023-02-03T20:01:51.331Z'
1695
- },
1696
- {
1697
- assortmentId: 'lhoTiciEDw5VOdBl',
1698
- createdById: 'Eey3ZOi8znUA85i7',
1699
- createdOn: '2023-02-03T20:01:51.331Z',
1700
- id: '9KEPt76ZFd_B2ZT0',
1701
- item: {
1702
- createdById: 'Eey3ZOi8znUA85i7',
1703
- createdOn: '2023-02-03T16:25:44.502Z',
1704
- flexFormula: null,
1705
- flexPLMTypePath: 'Product\\Pants',
1706
- flexSequence: 155,
1707
- id: 'yLhrIHYaP7B4nlkh',
1708
- isPrimary: true,
1709
- itemFamilyId: 'EejAxj-KK_GGr5Kh',
1710
- lifecycleStage: 'development',
1711
- name: 'Feb 3 - 1 Option B',
1712
- optionGroup: 'color',
1713
- optionName: 'Option A',
1714
- orgId: 'cMkHW5GAD8ViOZj-',
1715
- roles: [
1716
- 'color',
1717
- 'option'
1718
- ],
1719
- typeId: 'cW7EhuRbkOU2dp18',
1720
- typePath: 'item',
1721
- updatedById: 'Eey3ZOi8znUA85i7',
1722
- updatedOn: '2023-02-03T16:26:39.642Z'
1723
- },
1724
- itemId: 'yLhrIHYaP7B4nlkh',
1725
- orgId: 'cMkHW5GAD8ViOZj-',
1726
- typeId: 'st1oc9uI2_ipArFM',
1727
- typePath: 'assortment-item',
1728
- updatedById: 'Eey3ZOi8znUA85i7',
1729
- updatedOn: '2023-02-03T20:01:51.331Z'
1730
- },
1731
- {
1732
- assortmentId: 'lhoTiciEDw5VOdBl',
1733
- createdById: 'Eey3ZOi8znUA85i7',
1734
- createdOn: '2023-02-03T20:01:51.331Z',
1735
- id: 'qNirSClFKKSmEZBq',
1736
- item: {
1737
- createdById: 'Eey3ZOi8znUA85i7',
1738
- createdOn: '2023-02-03T18:54:02.450Z',
1739
- flexFormula: null,
1740
- flexPLMTypePath: 'Product\\Pants',
1741
- flexSequence: 162,
1742
- id: 'zGF3wg9NvI-bBRmP',
1743
- isPrimary: true,
1744
- itemFamilyId: 'jfWMlv16mTAEKJ7W',
1745
- lifecycleStage: 'development',
1746
- name: 'Feb 3 - 2+ Option C',
1747
- optionGroup: 'color',
1748
- optionName: 'Option A',
1749
- orgId: 'cMkHW5GAD8ViOZj-',
1750
- roles: [
1751
- 'color',
1752
- 'option'
1753
- ],
1754
- typeId: 'cW7EhuRbkOU2dp18',
1755
- typePath: 'item',
1756
- updatedById: 'Eey3ZOi8znUA85i7',
1757
- updatedOn: '2023-02-03T19:07:22.436Z'
1758
- },
1759
- itemId: 'zGF3wg9NvI-bBRmP',
1760
- orgId: 'cMkHW5GAD8ViOZj-',
1761
- typeId: 'st1oc9uI2_ipArFM',
1762
- typePath: 'assortment-item',
1763
- updatedById: 'Eey3ZOi8znUA85i7',
1764
- updatedOn: '2023-02-03T20:01:51.331Z'
1765
- }
1766
- ],
1767
- assortmentType: 'PLAN',
1768
- createdById: 'Eey3ZOi8znUA85i7',
1769
- createdForReference: 'plan:1YVekdG4UYBUh7mb',
1770
- createdOn: '2023-02-03T15:37:16.203Z',
1771
- id: 'lhoTiciEDw5VOdBl',
1772
- name: 'Vibe IQ Fall 2003',
1773
- orgId: 'cMkHW5GAD8ViOZj-',
1774
- rootWorkspaceId: '6Z4Y6D2Lm1ai5LHK',
1775
- typeId: 'fDbk-3fUhCDDBsvd',
1776
- typePath: 'assortment',
1777
- updatedById: 'Eey3ZOi8znUA85i7',
1778
- updatedOn: '2023-02-03T16:00:55.142Z',
1779
- workspaceId: '6Z4Y6D2Lm1ai5LHK'
1780
- };
1781
- exports.fall_2003_hydratedDetails_run2 = {
1782
- adds: [
1783
- {
1784
- id: '-vqCrFzKnXUPyWjx',
1785
- item: {
1786
- ChrisProp: 'c',
1787
- createdById: 'Eey3ZOi8znUA85i7',
1788
- createdOn: '2023-02-08T18:30:25.782Z',
1789
- entityType: 'item',
1790
- flexFormula: null,
1791
- flexPLMTypePath: 'Product\\Pants',
1792
- flexSequence: 152,
1793
- id: '-vqCrFzKnXUPyWjx',
1794
- isPrimary: true,
1795
- itemFamilyId: 'slUFr1iMSYM2ktCX',
1796
- lifecycleStage: 'development',
1797
- name: 'Feb 3 - No Option C',
1798
- optionGroup: 'color',
1799
- optionName: 'Option A',
1800
- orgId: 'cMkHW5GAD8ViOZj-',
1801
- roles: [
1802
- 'color',
1803
- 'option'
1804
- ],
1805
- typeId: 'cW7EhuRbkOU2dp18',
1806
- typePath: 'item',
1807
- updatedById: 'Eey3ZOi8znUA85i7',
1808
- updatedOn: '2023-02-08T18:31:27.153Z'
1809
- }
1810
- },
1811
- {
1812
- id: 'jfWMlv16mTAEKJ7W',
1813
- item: {
1814
- createdById: 'Eey3ZOi8znUA85i7',
1815
- createdOn: '2023-02-03T18:53:55.018Z',
1816
- entityType: 'item',
1817
- flexFormula: null,
1818
- flexPLMTypePath: 'Product\\Pants',
1819
- flexSequence: 162,
1820
- id: 'jfWMlv16mTAEKJ7W',
1821
- itemFamilyId: 'jfWMlv16mTAEKJ7W',
1822
- lifecycleStage: 'development',
1823
- name: 'Feb 3 - 2+ Option C',
1824
- orgId: 'cMkHW5GAD8ViOZj-',
1825
- roles: [
1826
- 'family'
1827
- ],
1828
- typeId: 'cW7EhuRbkOU2dp18',
1829
- typePath: 'item',
1830
- updatedById: 'Eey3ZOi8znUA85i7',
1831
- updatedOn: '2023-02-03T19:07:17.496Z'
1832
- }
1833
- },
1834
- {
1835
- id: 'd0a2gOK_wP06VeT3',
1836
- item: {
1837
- createdById: 'Eey3ZOi8znUA85i7',
1838
- createdOn: '2023-02-08T18:31:13.248Z',
1839
- entityType: 'item',
1840
- flexFormula: null,
1841
- flexPLMTypePath: 'Product\\Pants',
1842
- flexSequence: 157,
1843
- id: 'd0a2gOK_wP06VeT3',
1844
- isPrimary: true,
1845
- itemFamilyId: '_YbANkSl6AWiLPaC',
1846
- lifecycleStage: 'development',
1847
- name: 'Feb 3 - 1 Option D',
1848
- optionGroup: 'color',
1849
- optionName: 'Option B',
1850
- orgId: 'cMkHW5GAD8ViOZj-',
1851
- roles: [
1852
- 'color',
1853
- 'option'
1854
- ],
1855
- typeId: 'cW7EhuRbkOU2dp18',
1856
- typePath: 'item',
1857
- updatedById: 'Eey3ZOi8znUA85i7',
1858
- updatedOn: '2023-02-08T18:31:19.035Z'
1859
- }
1860
- },
1861
- {
1862
- id: 'xsf5pNlSdPRvtP1h',
1863
- item: {
1864
- createdById: 'Eey3ZOi8znUA85i7',
1865
- createdOn: '2023-02-08T19:01:55.023Z',
1866
- entityType: 'item',
1867
- flexFormula: null,
1868
- flexPLMTypePath: 'Product\\Pants',
1869
- flexSequence: 158,
1870
- id: 'xsf5pNlSdPRvtP1h',
1871
- isPrimary: true,
1872
- itemFamilyId: 'tFnQr83XEJ_Ly0yi',
1873
- lifecycleStage: 'development',
1874
- name: 'Feb 3 - 1 Option E',
1875
- optionGroup: 'color',
1876
- optionName: 'Option B',
1877
- orgId: 'cMkHW5GAD8ViOZj-',
1878
- roles: [
1879
- 'color',
1880
- 'option'
1881
- ],
1882
- typeId: 'cW7EhuRbkOU2dp18',
1883
- typePath: 'item',
1884
- updatedById: 'Eey3ZOi8znUA85i7',
1885
- updatedOn: '2023-02-08T19:02:00.107Z'
1886
- }
1887
- },
1888
- {
1889
- id: 'EejAxj-KK_GGr5Kh',
1890
- item: {
1891
- createdById: 'Eey3ZOi8znUA85i7',
1892
- createdOn: '2023-02-03T16:24:05.927Z',
1893
- entityType: 'item',
1894
- flexFormula: null,
1895
- flexPLMTypePath: 'Product\\Pants',
1896
- flexSequence: 155,
1897
- id: 'EejAxj-KK_GGr5Kh',
1898
- itemFamilyId: 'EejAxj-KK_GGr5Kh',
1899
- lifecycleStage: 'development',
1900
- name: 'Feb 3 - 1 Option B',
1901
- orgId: 'cMkHW5GAD8ViOZj-',
1902
- roles: [
1903
- 'family'
1904
- ],
1905
- typeId: 'cW7EhuRbkOU2dp18',
1906
- typePath: 'item',
1907
- updatedById: 'Eey3ZOi8znUA85i7',
1908
- updatedOn: '2023-02-03T16:26:36.038Z'
1909
- }
1910
- }
1911
- ],
1912
- assortmentId: 'lhoTiciEDw5VOdBl',
1913
- deletes: [
1914
- {
1915
- id: '6eeYhW0b6QbZz3BY',
1916
- item: {
1917
- createdById: 'Eey3ZOi8znUA85i7',
1918
- createdOn: '2023-02-03T18:54:55.996Z',
1919
- entityType: 'item',
1920
- flexFormula: null,
1921
- flexPLMTypePath: 'Product\\Pants',
1922
- flexSequence: 163,
1923
- id: '6eeYhW0b6QbZz3BY',
1924
- isPrimary: true,
1925
- itemFamilyId: 'hibYT8JJpLn9ye5V',
1926
- lifecycleStage: 'development',
1927
- name: 'Feb 3 - 2+ Option D',
1928
- optionGroup: 'color',
1929
- optionName: 'Option B',
1930
- orgId: 'cMkHW5GAD8ViOZj-',
1931
- roles: [
1932
- 'color',
1933
- 'option'
1934
- ],
1935
- typeId: 'cW7EhuRbkOU2dp18',
1936
- typePath: 'item',
1937
- updatedById: 'Eey3ZOi8znUA85i7',
1938
- updatedOn: '2023-02-03T19:09:13.876Z'
1939
- }
1940
- },
1941
- {
1942
- id: '6zHmYEG7asMtA-1W',
1943
- item: {
1944
- createdById: 'Eey3ZOi8znUA85i7',
1945
- createdOn: '2023-02-03T18:52:21.846Z',
1946
- entityType: 'item',
1947
- flexFormula: null,
1948
- flexPLMTypePath: 'Product\\Pants',
1949
- flexSequence: 161,
1950
- id: '6zHmYEG7asMtA-1W',
1951
- isPrimary: true,
1952
- itemFamilyId: 'rW_TVz1KKv6kUsSD',
1953
- lifecycleStage: 'development',
1954
- name: 'Feb 3 - 2+ Option B',
1955
- optionGroup: 'color',
1956
- optionName: 'Option A',
1957
- orgId: 'cMkHW5GAD8ViOZj-',
1958
- roles: [
1959
- 'color',
1960
- 'option'
1961
- ],
1962
- typeId: 'cW7EhuRbkOU2dp18',
1963
- typePath: 'item',
1964
- updatedById: 'Eey3ZOi8znUA85i7',
1965
- updatedOn: '2023-02-03T19:07:00.802Z'
1966
- }
1967
- },
1968
- {
1969
- id: 'C6TFfaV8q6Cd3qyY',
1970
- item: {
1971
- createdById: 'Eey3ZOi8znUA85i7',
1972
- createdOn: '2023-02-03T18:57:32.989Z',
1973
- entityType: 'item',
1974
- flexFormula: null,
1975
- flexPLMTypePath: 'Product\\Pants',
1976
- flexSequence: 167,
1977
- id: 'C6TFfaV8q6Cd3qyY',
1978
- isPrimary: true,
1979
- itemFamilyId: 'jMNq_fTfGqfz-M5V',
1980
- lifecycleStage: 'concept',
1981
- name: 'Feb 3 - Concept - 1 Option A',
1982
- optionGroup: 'color',
1983
- optionName: 'Option A',
1984
- orgId: 'cMkHW5GAD8ViOZj-',
1985
- roles: [
1986
- 'color',
1987
- 'option'
1988
- ],
1989
- typeId: 'cW7EhuRbkOU2dp18',
1990
- typePath: 'item',
1991
- updatedById: 'Eey3ZOi8znUA85i7',
1992
- updatedOn: '2023-02-03T18:57:47.714Z'
1993
- }
1994
- },
1995
- {
1996
- id: 'JiaHIQjcieKTKVTL',
1997
- item: {
1998
- createdById: 'Eey3ZOi8znUA85i7',
1999
- createdOn: '2023-02-03T18:54:40.332Z',
2000
- entityType: 'item',
2001
- flexFormula: null,
2002
- flexPLMTypePath: 'Product\\Pants',
2003
- flexSequence: 163,
2004
- id: 'JiaHIQjcieKTKVTL',
2005
- isPrimary: true,
2006
- itemFamilyId: 'hibYT8JJpLn9ye5V',
2007
- lifecycleStage: 'development',
2008
- name: 'Feb 3 - 2+ Option D',
2009
- optionGroup: 'color',
2010
- optionName: 'Option A',
2011
- orgId: 'cMkHW5GAD8ViOZj-',
2012
- roles: [
2013
- 'color',
2014
- 'option'
2015
- ],
2016
- typeId: 'cW7EhuRbkOU2dp18',
2017
- typePath: 'item',
2018
- updatedById: 'Eey3ZOi8znUA85i7',
2019
- updatedOn: '2023-02-03T19:09:09.980Z'
2020
- }
2021
- },
2022
- {
2023
- id: 'TI8GBo0qanxzKVEr',
2024
- item: {
2025
- createdById: 'Eey3ZOi8znUA85i7',
2026
- createdOn: '2023-02-03T16:26:00.962Z',
2027
- entityType: 'item',
2028
- flexFormula: null,
2029
- flexPLMTypePath: 'Product\\Pants',
2030
- flexSequence: 157,
2031
- id: 'TI8GBo0qanxzKVEr',
2032
- isPrimary: true,
2033
- itemFamilyId: '_YbANkSl6AWiLPaC',
2034
- lifecycleStage: 'development',
2035
- name: 'Feb 3 - 1 Option D',
2036
- optionGroup: 'color',
2037
- optionName: 'Option A',
2038
- orgId: 'cMkHW5GAD8ViOZj-',
2039
- roles: [
2040
- 'color',
2041
- 'option'
2042
- ],
2043
- typeId: 'cW7EhuRbkOU2dp18',
2044
- typePath: 'item',
2045
- updatedById: 'Eey3ZOi8znUA85i7',
2046
- updatedOn: '2023-02-03T16:27:11.871Z'
2047
- }
2048
- },
2049
- {
2050
- id: 'U7zzfu5DjXTy-oz5',
2051
- item: {
2052
- createdById: 'Eey3ZOi8znUA85i7',
2053
- createdOn: '2023-02-03T18:56:56.805Z',
2054
- entityType: 'item',
2055
- flexFormula: null,
2056
- flexPLMTypePath: 'Product\\Pants',
2057
- flexSequence: 166,
2058
- id: 'U7zzfu5DjXTy-oz5',
2059
- itemFamilyId: 'U7zzfu5DjXTy-oz5',
2060
- lifecycleStage: 'concept',
2061
- name: 'Feb 3 -Concept - No Option A',
2062
- orgId: 'cMkHW5GAD8ViOZj-',
2063
- roles: [
2064
- 'family'
2065
- ],
2066
- typeId: 'cW7EhuRbkOU2dp18',
2067
- typePath: 'item',
2068
- updatedById: 'Eey3ZOi8znUA85i7',
2069
- updatedOn: '2023-02-03T18:58:00.795Z'
2070
- }
2071
- },
2072
- {
2073
- id: 'UrFiA2VgBudniXfZ',
2074
- item: {
2075
- createdById: 'Eey3ZOi8znUA85i7',
2076
- createdOn: '2023-02-03T16:26:09.985Z',
2077
- entityType: 'item',
2078
- flexFormula: null,
2079
- flexPLMTypePath: 'Product\\Pants',
2080
- flexSequence: 158,
2081
- id: 'UrFiA2VgBudniXfZ',
2082
- isPrimary: true,
2083
- itemFamilyId: 'tFnQr83XEJ_Ly0yi',
2084
- lifecycleStage: 'development',
2085
- name: 'Feb 3 - 1 Option E',
2086
- optionGroup: 'color',
2087
- optionName: 'Option A',
2088
- orgId: 'cMkHW5GAD8ViOZj-',
2089
- roles: [
2090
- 'color',
2091
- 'option'
2092
- ],
2093
- typeId: 'cW7EhuRbkOU2dp18',
2094
- typePath: 'item',
2095
- updatedById: 'Eey3ZOi8znUA85i7',
2096
- updatedOn: '2023-02-03T16:27:25.685Z'
2097
- }
2098
- },
2099
- {
2100
- id: 'eZL2ChJRBlvbu3yG',
2101
- item: {
2102
- createdById: 'Eey3ZOi8znUA85i7',
2103
- createdOn: '2023-02-03T16:25:49.434Z',
2104
- entityType: 'item',
2105
- flexFormula: null,
2106
- flexPLMTypePath: 'Product\\Pants',
2107
- flexSequence: 156,
2108
- id: 'eZL2ChJRBlvbu3yG',
2109
- isPrimary: true,
2110
- itemFamilyId: 'JEY86MOuRFv7f9OY',
2111
- lifecycleStage: 'development',
2112
- name: 'Feb 3 - 1 Option C',
2113
- optionGroup: 'color',
2114
- optionName: 'Option A',
2115
- orgId: 'cMkHW5GAD8ViOZj-',
2116
- roles: [
2117
- 'color',
2118
- 'option'
2119
- ],
2120
- typeId: 'cW7EhuRbkOU2dp18',
2121
- typePath: 'item',
2122
- updatedById: 'Eey3ZOi8znUA85i7',
2123
- updatedOn: '2023-02-03T16:26:53.050Z'
2124
- }
2125
- },
2126
- {
2127
- id: 'h19Bz1NBawzWHXVJ',
2128
- item: {
2129
- ChrisProp: 'b',
2130
- createdById: 'Eey3ZOi8znUA85i7',
2131
- createdOn: '2023-02-03T16:11:58.439Z',
2132
- entityType: 'item',
2133
- flexFormula: null,
2134
- flexPLMTypePath: 'Product\\Pants',
2135
- flexSequence: 151,
2136
- id: 'h19Bz1NBawzWHXVJ',
2137
- itemFamilyId: 'h19Bz1NBawzWHXVJ',
2138
- lifecycleStage: 'development',
2139
- name: 'Feb 3 - No Option B',
2140
- orgId: 'cMkHW5GAD8ViOZj-',
2141
- roles: [
2142
- 'family'
2143
- ],
2144
- typeId: 'cW7EhuRbkOU2dp18',
2145
- typePath: 'item',
2146
- updatedById: 'Eey3ZOi8znUA85i7',
2147
- updatedOn: '2023-02-03T16:16:22.634Z'
2148
- }
2149
- },
2150
- {
2151
- id: 'tc9HxACZqjyXfs0q',
2152
- item: {
2153
- createdById: 'Eey3ZOi8znUA85i7',
2154
- createdOn: '2023-02-03T18:54:18.998Z',
2155
- entityType: 'item',
2156
- flexFormula: null,
2157
- flexPLMTypePath: 'Product\\Pants',
2158
- flexSequence: 162,
2159
- id: 'tc9HxACZqjyXfs0q',
2160
- isPrimary: true,
2161
- itemFamilyId: 'jfWMlv16mTAEKJ7W',
2162
- lifecycleStage: 'development',
2163
- name: 'Feb 3 - 2+ Option C',
2164
- optionGroup: 'color',
2165
- optionName: 'Option B',
2166
- orgId: 'cMkHW5GAD8ViOZj-',
2167
- roles: [
2168
- 'color',
2169
- 'option'
2170
- ],
2171
- typeId: 'cW7EhuRbkOU2dp18',
2172
- typePath: 'item',
2173
- updatedById: 'Eey3ZOi8znUA85i7',
2174
- updatedOn: '2023-02-03T19:07:27.506Z'
2175
- }
2176
- },
2177
- {
2178
- id: 'yLhrIHYaP7B4nlkh',
2179
- item: {
2180
- createdById: 'Eey3ZOi8znUA85i7',
2181
- createdOn: '2023-02-03T16:25:44.502Z',
2182
- entityType: 'item',
2183
- flexFormula: null,
2184
- flexPLMTypePath: 'Product\\Pants',
2185
- flexSequence: 155,
2186
- id: 'yLhrIHYaP7B4nlkh',
2187
- isPrimary: true,
2188
- itemFamilyId: 'EejAxj-KK_GGr5Kh',
2189
- lifecycleStage: 'development',
2190
- name: 'Feb 3 - 1 Option B',
2191
- optionGroup: 'color',
2192
- optionName: 'Option A',
2193
- orgId: 'cMkHW5GAD8ViOZj-',
2194
- roles: [
2195
- 'color',
2196
- 'option'
2197
- ],
2198
- typeId: 'cW7EhuRbkOU2dp18',
2199
- typePath: 'item',
2200
- updatedById: 'Eey3ZOi8znUA85i7',
2201
- updatedOn: '2023-02-03T16:26:39.642Z'
2202
- }
2203
- },
2204
- {
2205
- id: 'zGF3wg9NvI-bBRmP',
2206
- item: {
2207
- createdById: 'Eey3ZOi8znUA85i7',
2208
- createdOn: '2023-02-03T18:54:02.450Z',
2209
- entityType: 'item',
2210
- flexFormula: null,
2211
- flexPLMTypePath: 'Product\\Pants',
2212
- flexSequence: 162,
2213
- id: 'zGF3wg9NvI-bBRmP',
2214
- isPrimary: true,
2215
- itemFamilyId: 'jfWMlv16mTAEKJ7W',
2216
- lifecycleStage: 'development',
2217
- name: 'Feb 3 - 2+ Option C',
2218
- optionGroup: 'color',
2219
- optionName: 'Option A',
2220
- orgId: 'cMkHW5GAD8ViOZj-',
2221
- roles: [
2222
- 'color',
2223
- 'option'
2224
- ],
2225
- typeId: 'cW7EhuRbkOU2dp18',
2226
- typePath: 'item',
2227
- updatedById: 'Eey3ZOi8znUA85i7',
2228
- updatedOn: '2023-02-03T19:07:22.436Z'
2229
- }
2230
- }
2231
- ],
2232
- errors: [],
2233
- familyItemsRemoved: [
2234
- {
2235
- assortmentId: 'lhoTiciEDw5VOdBl',
2236
- createdById: 'Eey3ZOi8znUA85i7',
2237
- createdOn: '2023-02-03T20:01:51.331Z',
2238
- entityType: 'assortment-item',
2239
- id: 'bZji4InrzXWV9-_6',
2240
- item: {
2241
- ChrisProp: 'c',
2242
- createdById: 'Eey3ZOi8znUA85i7',
2243
- createdOn: '2023-02-03T16:12:52.410Z',
2244
- entityType: 'item',
2245
- flexFormula: null,
2246
- flexPLMTypePath: 'Product\\Pants',
2247
- flexSequence: 152,
2248
- id: 'slUFr1iMSYM2ktCX',
2249
- itemFamilyId: 'slUFr1iMSYM2ktCX',
2250
- lifecycleStage: 'development',
2251
- name: 'Feb 3 - No Option C',
2252
- orgId: 'cMkHW5GAD8ViOZj-',
2253
- roles: [
2254
- 'family'
2255
- ],
2256
- typeId: 'cW7EhuRbkOU2dp18',
2257
- typePath: 'item',
2258
- updatedById: 'Eey3ZOi8znUA85i7',
2259
- updatedOn: '2023-02-03T16:15:14.971Z'
2260
- },
2261
- itemId: 'slUFr1iMSYM2ktCX',
2262
- orgId: 'cMkHW5GAD8ViOZj-',
2263
- typeId: 'st1oc9uI2_ipArFM',
2264
- typePath: 'assortment-item',
2265
- updatedById: 'Eey3ZOi8znUA85i7',
2266
- updatedOn: '2023-02-03T20:01:51.331Z'
2267
- }
2268
- ],
2269
- updates: [],
2270
- versionComments: 'Feb 3 \u2013 No Option B: Remove\nFeb 3 \u2013 No Option C: Add Option\nFeb 3 \u2013 No Option D: Change ProjectItem Value\nFeb 3 \u2013 1 Option B: Remove Option\nFeb 3 \u2013 1 Option C: Remove Family & Option\nFeb 3 \u2013 1 Option D: Replace Option (Same Row)\nFeb 3 \u2013 1 Option E: Remove Family & Option;Add Family & New Option to diff row\nFeb 3 \u2013 1 Option F: Change ProjectItem Value\nFeb 3 \u2013 2+ Option B: Remove 1 Option\nFeb 3 \u2013 2+ Option C: Remove All Options (leave family)\nFeb 3 \u2013 2+ Option D: Remove Family & All Options\nFeb 3 \u2013 2+ Option E: Change ProjectItem Value (1 row)\nFeb 3 \u2013 2+ Option F: Change ProjectItem Value (2 rows)',
2271
- versionName: 'Publish Run#2'
2272
- };
2273
- exports.fall_2003_fullChange_run2 = {
2274
- assortmentItems: [
2275
- {
2276
- assortmentId: 'lhoTiciEDw5VOdBl',
2277
- createdById: 'Eey3ZOi8znUA85i7',
2278
- createdOn: '2023-02-08T19:07:11.623Z',
2279
- entityType: 'assortment-item',
2280
- id: 'AOL5rprVMPbCJpXI',
2281
- item: {
2282
- ChrisProp: 'c',
2283
- createdById: 'Eey3ZOi8znUA85i7',
2284
- createdOn: '2023-02-08T18:30:25.782Z',
2285
- entityType: 'item',
2286
- flexFormula: null,
2287
- flexPLMTypePath: 'Product\\Pants',
2288
- flexSequence: 152,
2289
- id: '-vqCrFzKnXUPyWjx',
2290
- isPrimary: true,
2291
- itemFamilyId: 'slUFr1iMSYM2ktCX',
2292
- lifecycleStage: 'development',
2293
- name: 'Feb 3 - No Option C',
2294
- optionGroup: 'color',
2295
- optionName: 'Option A',
2296
- orgId: 'cMkHW5GAD8ViOZj-',
2297
- roles: [
2298
- 'color',
2299
- 'option'
2300
- ],
2301
- typeId: 'cW7EhuRbkOU2dp18',
2302
- typePath: 'item',
2303
- updatedById: 'Eey3ZOi8znUA85i7',
2304
- updatedOn: '2023-02-08T18:31:27.153Z'
2305
- },
2306
- itemId: '-vqCrFzKnXUPyWjx',
2307
- orgId: 'cMkHW5GAD8ViOZj-',
2308
- typeId: 'st1oc9uI2_ipArFM',
2309
- typePath: 'assortment-item',
2310
- updatedById: 'Eey3ZOi8znUA85i7',
2311
- updatedOn: '2023-02-08T19:07:11.623Z'
2312
- },
2313
- {
2314
- assortmentId: 'lhoTiciEDw5VOdBl',
2315
- createdById: 'Eey3ZOi8znUA85i7',
2316
- createdOn: '2023-02-03T20:01:51.331Z',
2317
- entityType: 'assortment-item',
2318
- id: 'Z7V8NkqWGDo8Wa9q',
2319
- item: {
2320
- createdById: 'Eey3ZOi8znUA85i7',
2321
- createdOn: '2023-02-03T18:56:05.269Z',
2322
- entityType: 'item',
2323
- flexFormula: null,
2324
- flexPLMTypePath: 'Product\\Pants',
2325
- flexSequence: 165,
2326
- id: 'BD4ZjRf5DVimbU3N',
2327
- isPrimary: true,
2328
- itemFamilyId: 'hZGu3WAz1fbwLPGW',
2329
- lifecycleStage: 'development',
2330
- name: 'Feb 3 - 2+ Option F',
2331
- optionGroup: 'color',
2332
- optionName: 'Option B',
2333
- orgId: 'cMkHW5GAD8ViOZj-',
2334
- roles: [
2335
- 'color',
2336
- 'option'
2337
- ],
2338
- typeId: 'cW7EhuRbkOU2dp18',
2339
- typePath: 'item',
2340
- updatedById: 'Eey3ZOi8znUA85i7',
2341
- updatedOn: '2023-02-03T19:09:50.735Z'
2342
- },
2343
- itemId: 'BD4ZjRf5DVimbU3N',
2344
- orgId: 'cMkHW5GAD8ViOZj-',
2345
- projectItem: {
2346
- createdById: 'Eey3ZOi8znUA85i7',
2347
- createdOn: '2023-02-08T18:32:43.314Z',
2348
- entityType: 'project-item',
2349
- id: 'ocUdgjQckz-94pH8:BD4ZjRf5DVimbU3N',
2350
- itemId: 'BD4ZjRf5DVimbU3N',
2351
- orgId: 'cMkHW5GAD8ViOZj-',
2352
- piNumber: 5000,
2353
- projectId: 'ocUdgjQckz-94pH8',
2354
- typeId: 'E4SRRsW9EWqA57ev',
2355
- typePath: 'project-item',
2356
- updatedById: 'Eey3ZOi8znUA85i7',
2357
- updatedOn: '2023-02-08T18:32:43.370Z'
2358
- },
2359
- typeId: 'st1oc9uI2_ipArFM',
2360
- typePath: 'assortment-item',
2361
- updatedById: 'Eey3ZOi8znUA85i7',
2362
- updatedOn: '2023-02-03T20:01:51.331Z'
2363
- },
2364
- {
2365
- assortmentId: 'lhoTiciEDw5VOdBl',
2366
- createdById: 'Eey3ZOi8znUA85i7',
2367
- createdOn: '2023-02-03T20:25:57.948Z',
2368
- entityType: 'assortment-item',
2369
- id: 'ZHI2zHBwbYzHCfCk',
2370
- item: {
2371
- chrisString: 'q',
2372
- createdById: 'Eey3ZOi8znUA85i7',
2373
- createdOn: '2023-02-03T20:22:32.718Z',
2374
- entityType: 'item',
2375
- flexFormula: null,
2376
- flexPLMTypePath: 'Product\\Pants',
2377
- flexSequence: 168,
2378
- id: 'CNOovV5RFWGL6FMT',
2379
- isPrimary: true,
2380
- itemFamilyId: 'yD-3KrBzAYRRsh9v',
2381
- lifecycleStage: 'development',
2382
- name: 'Feb 3 - 1 Option F',
2383
- optionGroup: 'color',
2384
- optionName: 'Option A',
2385
- orgId: 'cMkHW5GAD8ViOZj-',
2386
- roles: [
2387
- 'color',
2388
- 'option'
2389
- ],
2390
- typeId: 'cW7EhuRbkOU2dp18',
2391
- typePath: 'item',
2392
- updatedById: 'Eey3ZOi8znUA85i7',
2393
- updatedOn: '2023-02-03T20:24:41.476Z'
2394
- },
2395
- itemId: 'CNOovV5RFWGL6FMT',
2396
- orgId: 'cMkHW5GAD8ViOZj-',
2397
- projectItem: {
2398
- createdById: 'Eey3ZOi8znUA85i7',
2399
- createdOn: '2023-02-08T18:31:48.159Z',
2400
- entityType: 'project-item',
2401
- id: 'ocUdgjQckz-94pH8:CNOovV5RFWGL6FMT',
2402
- itemId: 'CNOovV5RFWGL6FMT',
2403
- orgId: 'cMkHW5GAD8ViOZj-',
2404
- piNumber: 2000,
2405
- projectId: 'ocUdgjQckz-94pH8',
2406
- typeId: 'E4SRRsW9EWqA57ev',
2407
- typePath: 'project-item',
2408
- updatedById: 'Eey3ZOi8znUA85i7',
2409
- updatedOn: '2023-02-08T18:31:48.224Z'
2410
- },
2411
- typeId: 'st1oc9uI2_ipArFM',
2412
- typePath: 'assortment-item',
2413
- updatedById: 'Eey3ZOi8znUA85i7',
2414
- updatedOn: '2023-02-03T20:25:57.948Z'
2415
- },
2416
- {
2417
- assortmentId: 'lhoTiciEDw5VOdBl',
2418
- createdById: 'Eey3ZOi8znUA85i7',
2419
- createdOn: '2023-02-08T19:07:11.623Z',
2420
- entityType: 'assortment-item',
2421
- id: 'G0I1lrMwtR3_zq6C',
2422
- item: {
2423
- createdById: 'Eey3ZOi8znUA85i7',
2424
- createdOn: '2023-02-03T16:24:05.927Z',
2425
- entityType: 'item',
2426
- flexFormula: null,
2427
- flexPLMTypePath: 'Product\\Pants',
2428
- flexSequence: 155,
2429
- id: 'EejAxj-KK_GGr5Kh',
2430
- itemFamilyId: 'EejAxj-KK_GGr5Kh',
2431
- lifecycleStage: 'development',
2432
- name: 'Feb 3 - 1 Option B',
2433
- orgId: 'cMkHW5GAD8ViOZj-',
2434
- roles: [
2435
- 'family'
2436
- ],
2437
- typeId: 'cW7EhuRbkOU2dp18',
2438
- typePath: 'item',
2439
- updatedById: 'Eey3ZOi8znUA85i7',
2440
- updatedOn: '2023-02-03T16:26:36.038Z'
2441
- },
2442
- itemId: 'EejAxj-KK_GGr5Kh',
2443
- orgId: 'cMkHW5GAD8ViOZj-',
2444
- typeId: 'st1oc9uI2_ipArFM',
2445
- typePath: 'assortment-item',
2446
- updatedById: 'Eey3ZOi8znUA85i7',
2447
- updatedOn: '2023-02-08T19:07:11.623Z'
2448
- },
2449
- {
2450
- assortmentId: 'lhoTiciEDw5VOdBl',
2451
- createdById: 'Eey3ZOi8znUA85i7',
2452
- createdOn: '2023-02-03T20:01:51.331Z',
2453
- entityType: 'assortment-item',
2454
- id: 'oTq3YrksCUIZsVgw',
2455
- item: {
2456
- createdById: 'Eey3ZOi8znUA85i7',
2457
- createdOn: '2023-02-03T18:55:29.811Z',
2458
- entityType: 'item',
2459
- flexFormula: null,
2460
- flexPLMTypePath: 'Product\\Pants',
2461
- flexSequence: 164,
2462
- id: 'GNH-vuzZeXFQmtMR',
2463
- isPrimary: true,
2464
- itemFamilyId: 'yzBFCl-aLXvKa5sh',
2465
- lifecycleStage: 'development',
2466
- name: 'Feb 3 - 2+ Option E',
2467
- optionGroup: 'color',
2468
- optionName: 'Option B',
2469
- orgId: 'cMkHW5GAD8ViOZj-',
2470
- roles: [
2471
- 'color',
2472
- 'option'
2473
- ],
2474
- typeId: 'cW7EhuRbkOU2dp18',
2475
- typePath: 'item',
2476
- updatedById: 'Eey3ZOi8znUA85i7',
2477
- updatedOn: '2023-02-03T19:09:33.653Z'
2478
- },
2479
- itemId: 'GNH-vuzZeXFQmtMR',
2480
- orgId: 'cMkHW5GAD8ViOZj-',
2481
- typeId: 'st1oc9uI2_ipArFM',
2482
- typePath: 'assortment-item',
2483
- updatedById: 'Eey3ZOi8znUA85i7',
2484
- updatedOn: '2023-02-03T20:01:51.331Z'
2485
- },
2486
- {
2487
- assortmentId: 'lhoTiciEDw5VOdBl',
2488
- createdById: 'Eey3ZOi8znUA85i7',
2489
- createdOn: '2023-02-03T20:01:51.332Z',
2490
- entityType: 'assortment-item',
2491
- id: 'wezopwmsLc3hDXFA',
2492
- item: {
2493
- createdById: 'Eey3ZOi8znUA85i7',
2494
- createdOn: '2023-02-03T18:55:48.849Z',
2495
- entityType: 'item',
2496
- flexFormula: null,
2497
- flexPLMTypePath: 'Product\\Pants',
2498
- flexSequence: 165,
2499
- id: 'M0fWXzUMBDrxjFcS',
2500
- isPrimary: true,
2501
- itemFamilyId: 'hZGu3WAz1fbwLPGW',
2502
- lifecycleStage: 'development',
2503
- name: 'Feb 3 - 2+ Option F',
2504
- optionGroup: 'color',
2505
- optionName: 'Option A',
2506
- orgId: 'cMkHW5GAD8ViOZj-',
2507
- roles: [
2508
- 'color',
2509
- 'option'
2510
- ],
2511
- typeId: 'cW7EhuRbkOU2dp18',
2512
- typePath: 'item',
2513
- updatedById: 'Eey3ZOi8znUA85i7',
2514
- updatedOn: '2023-02-03T19:09:47.683Z'
2515
- },
2516
- itemId: 'M0fWXzUMBDrxjFcS',
2517
- orgId: 'cMkHW5GAD8ViOZj-',
2518
- projectItem: {
2519
- createdById: 'Eey3ZOi8znUA85i7',
2520
- createdOn: '2023-02-08T18:32:39.534Z',
2521
- entityType: 'project-item',
2522
- id: 'ocUdgjQckz-94pH8:M0fWXzUMBDrxjFcS',
2523
- itemId: 'M0fWXzUMBDrxjFcS',
2524
- orgId: 'cMkHW5GAD8ViOZj-',
2525
- piNumber: 4000,
2526
- projectId: 'ocUdgjQckz-94pH8',
2527
- typeId: 'E4SRRsW9EWqA57ev',
2528
- typePath: 'project-item',
2529
- updatedById: 'Eey3ZOi8znUA85i7',
2530
- updatedOn: '2023-02-08T18:32:39.592Z'
2531
- },
2532
- typeId: 'st1oc9uI2_ipArFM',
2533
- typePath: 'assortment-item',
2534
- updatedById: 'Eey3ZOi8znUA85i7',
2535
- updatedOn: '2023-02-03T20:01:51.332Z'
2536
- },
2537
- {
2538
- assortmentId: 'lhoTiciEDw5VOdBl',
2539
- createdById: 'Eey3ZOi8znUA85i7',
2540
- createdOn: '2023-02-03T20:01:51.331Z',
2541
- entityType: 'assortment-item',
2542
- id: 'PhKxw7iCV0I7ijfx',
2543
- item: {
2544
- createdById: 'Eey3ZOi8znUA85i7',
2545
- createdOn: '2023-02-03T16:48:01.306Z',
2546
- entityType: 'item',
2547
- flexFormula: null,
2548
- flexPLMTypePath: 'Product\\Pants',
2549
- flexSequence: 159,
2550
- id: 'VGo0fWmBBEZoghgk',
2551
- isPrimary: true,
2552
- itemFamilyId: 'tvCyTuL6hF3MwbjJ',
2553
- lifecycleStage: 'development',
2554
- name: 'Feb 3 - 2+ Option A',
2555
- optionGroup: 'color',
2556
- optionName: 'Option B',
2557
- orgId: 'cMkHW5GAD8ViOZj-',
2558
- roles: [
2559
- 'color',
2560
- 'option'
2561
- ],
2562
- typeId: 'cW7EhuRbkOU2dp18',
2563
- typePath: 'item',
2564
- updatedById: 'Eey3ZOi8znUA85i7',
2565
- updatedOn: '2023-02-03T19:08:34.038Z'
2566
- },
2567
- itemId: 'VGo0fWmBBEZoghgk',
2568
- orgId: 'cMkHW5GAD8ViOZj-',
2569
- typeId: 'st1oc9uI2_ipArFM',
2570
- typePath: 'assortment-item',
2571
- updatedById: 'Eey3ZOi8znUA85i7',
2572
- updatedOn: '2023-02-03T20:01:51.331Z'
2573
- },
2574
- {
2575
- assortmentId: 'lhoTiciEDw5VOdBl',
2576
- createdById: 'Eey3ZOi8znUA85i7',
2577
- createdOn: '2023-02-03T20:01:51.331Z',
2578
- entityType: 'assortment-item',
2579
- id: 'feaTkYlTkC-glF3f',
2580
- item: {
2581
- createdById: 'Eey3ZOi8znUA85i7',
2582
- createdOn: '2023-02-03T18:53:19.088Z',
2583
- entityType: 'item',
2584
- flexFormula: null,
2585
- flexPLMTypePath: 'Product\\Pants',
2586
- flexSequence: 161,
2587
- id: 'VlufG94hn6llwfAt',
2588
- isPrimary: true,
2589
- itemFamilyId: 'rW_TVz1KKv6kUsSD',
2590
- lifecycleStage: 'development',
2591
- name: 'Feb 3 - 2+ Option B',
2592
- optionGroup: 'color',
2593
- optionName: 'Option B',
2594
- orgId: 'cMkHW5GAD8ViOZj-',
2595
- roles: [
2596
- 'color',
2597
- 'option'
2598
- ],
2599
- typeId: 'cW7EhuRbkOU2dp18',
2600
- typePath: 'item',
2601
- updatedById: 'Eey3ZOi8znUA85i7',
2602
- updatedOn: '2023-02-03T19:07:02.955Z'
2603
- },
2604
- itemId: 'VlufG94hn6llwfAt',
2605
- orgId: 'cMkHW5GAD8ViOZj-',
2606
- typeId: 'st1oc9uI2_ipArFM',
2607
- typePath: 'assortment-item',
2608
- updatedById: 'Eey3ZOi8znUA85i7',
2609
- updatedOn: '2023-02-03T20:01:51.331Z'
2610
- },
2611
- {
2612
- assortmentId: 'lhoTiciEDw5VOdBl',
2613
- createdById: 'Eey3ZOi8znUA85i7',
2614
- createdOn: '2023-02-03T20:01:51.331Z',
2615
- entityType: 'assortment-item',
2616
- id: 'opfnVQz4_Ib81AqC',
2617
- item: {
2618
- ChrisProp: 'd',
2619
- createdById: 'Eey3ZOi8znUA85i7',
2620
- createdOn: '2023-02-03T16:13:44.933Z',
2621
- entityType: 'item',
2622
- flexFormula: null,
2623
- flexPLMTypePath: 'Product\\Pants',
2624
- flexSequence: 153,
2625
- id: 'YbHzb8C4zsokFtWC',
2626
- itemFamilyId: 'YbHzb8C4zsokFtWC',
2627
- lifecycleStage: 'development',
2628
- name: 'Feb 3 - No Option D',
2629
- orgId: 'cMkHW5GAD8ViOZj-',
2630
- roles: [
2631
- 'family'
2632
- ],
2633
- typeId: 'cW7EhuRbkOU2dp18',
2634
- typePath: 'item',
2635
- updatedById: 'Eey3ZOi8znUA85i7',
2636
- updatedOn: '2023-02-03T16:16:04.058Z'
2637
- },
2638
- itemId: 'YbHzb8C4zsokFtWC',
2639
- orgId: 'cMkHW5GAD8ViOZj-',
2640
- typeId: 'st1oc9uI2_ipArFM',
2641
- typePath: 'assortment-item',
2642
- updatedById: 'Eey3ZOi8znUA85i7',
2643
- updatedOn: '2023-02-03T20:01:51.331Z'
2644
- },
2645
- {
2646
- assortmentId: 'lhoTiciEDw5VOdBl',
2647
- createdById: 'Eey3ZOi8znUA85i7',
2648
- createdOn: '2023-02-08T19:07:11.623Z',
2649
- entityType: 'assortment-item',
2650
- id: 'oqf9aHOWUd1fa2pp',
2651
- item: {
2652
- createdById: 'Eey3ZOi8znUA85i7',
2653
- createdOn: '2023-02-08T18:31:13.248Z',
2654
- entityType: 'item',
2655
- flexFormula: null,
2656
- flexPLMTypePath: 'Product\\Pants',
2657
- flexSequence: 157,
2658
- id: 'd0a2gOK_wP06VeT3',
2659
- isPrimary: true,
2660
- itemFamilyId: '_YbANkSl6AWiLPaC',
2661
- lifecycleStage: 'development',
2662
- name: 'Feb 3 - 1 Option D',
2663
- optionGroup: 'color',
2664
- optionName: 'Option B',
2665
- orgId: 'cMkHW5GAD8ViOZj-',
2666
- roles: [
2667
- 'color',
2668
- 'option'
2669
- ],
2670
- typeId: 'cW7EhuRbkOU2dp18',
2671
- typePath: 'item',
2672
- updatedById: 'Eey3ZOi8znUA85i7',
2673
- updatedOn: '2023-02-08T18:31:19.035Z'
2674
- },
2675
- itemId: 'd0a2gOK_wP06VeT3',
2676
- orgId: 'cMkHW5GAD8ViOZj-',
2677
- typeId: 'st1oc9uI2_ipArFM',
2678
- typePath: 'assortment-item',
2679
- updatedById: 'Eey3ZOi8znUA85i7',
2680
- updatedOn: '2023-02-08T19:07:11.623Z'
2681
- },
2682
- {
2683
- assortmentId: 'lhoTiciEDw5VOdBl',
2684
- createdById: 'Eey3ZOi8znUA85i7',
2685
- createdOn: '2023-02-03T20:01:51.331Z',
2686
- entityType: 'assortment-item',
2687
- id: 'qsVx_kDSQNh-uRdQ',
2688
- item: {
2689
- createdById: 'Eey3ZOi8znUA85i7',
2690
- createdOn: '2023-02-03T16:25:39.689Z',
2691
- entityType: 'item',
2692
- flexFormula: null,
2693
- flexPLMTypePath: 'Product\\Pants',
2694
- flexSequence: 154,
2695
- id: 'jFAp5SmYqhXoX-ZI',
2696
- isPrimary: true,
2697
- itemFamilyId: 'U9QryfGVOYMAkBP_',
2698
- lifecycleStage: 'development',
2699
- name: 'Feb 3 - 1 Option A',
2700
- optionGroup: 'color',
2701
- optionName: 'Option A',
2702
- orgId: 'cMkHW5GAD8ViOZj-',
2703
- roles: [
2704
- 'color',
2705
- 'option'
2706
- ],
2707
- typeId: 'cW7EhuRbkOU2dp18',
2708
- typePath: 'item',
2709
- updatedById: 'Eey3ZOi8znUA85i7',
2710
- updatedOn: '2023-02-03T16:26:20.797Z'
2711
- },
2712
- itemId: 'jFAp5SmYqhXoX-ZI',
2713
- orgId: 'cMkHW5GAD8ViOZj-',
2714
- typeId: 'st1oc9uI2_ipArFM',
2715
- typePath: 'assortment-item',
2716
- updatedById: 'Eey3ZOi8znUA85i7',
2717
- updatedOn: '2023-02-03T20:01:51.331Z'
2718
- },
2719
- {
2720
- assortmentId: 'lhoTiciEDw5VOdBl',
2721
- createdById: 'Eey3ZOi8znUA85i7',
2722
- createdOn: '2023-02-03T20:01:51.331Z',
2723
- entityType: 'assortment-item',
2724
- id: '6k7c3Wg18pSKwwqL',
2725
- item: {
2726
- createdById: 'Eey3ZOi8znUA85i7',
2727
- createdOn: '2023-02-03T16:47:15.520Z',
2728
- entityType: 'item',
2729
- flexFormula: null,
2730
- flexPLMTypePath: 'Product\\Pants',
2731
- flexSequence: 159,
2732
- id: 'jezonPsoRUlA52iz',
2733
- isPrimary: true,
2734
- itemFamilyId: 'tvCyTuL6hF3MwbjJ',
2735
- lifecycleStage: 'development',
2736
- name: 'Feb 3 - 2+ Option A',
2737
- optionGroup: 'color',
2738
- optionName: 'Option A',
2739
- orgId: 'cMkHW5GAD8ViOZj-',
2740
- roles: [
2741
- 'color',
2742
- 'option'
2743
- ],
2744
- typeId: 'cW7EhuRbkOU2dp18',
2745
- typePath: 'item',
2746
- updatedById: 'Eey3ZOi8znUA85i7',
2747
- updatedOn: '2023-02-03T19:08:34.042Z'
2748
- },
2749
- itemId: 'jezonPsoRUlA52iz',
2750
- orgId: 'cMkHW5GAD8ViOZj-',
2751
- typeId: 'st1oc9uI2_ipArFM',
2752
- typePath: 'assortment-item',
2753
- updatedById: 'Eey3ZOi8znUA85i7',
2754
- updatedOn: '2023-02-03T20:01:51.331Z'
2755
- },
2756
- {
2757
- assortmentId: 'lhoTiciEDw5VOdBl',
2758
- createdById: 'Eey3ZOi8znUA85i7',
2759
- createdOn: '2023-02-08T19:07:11.623Z',
2760
- entityType: 'assortment-item',
2761
- id: 'FE7RBI-t6v4cmzsK',
2762
- item: {
2763
- createdById: 'Eey3ZOi8znUA85i7',
2764
- createdOn: '2023-02-03T18:53:55.018Z',
2765
- entityType: 'item',
2766
- flexFormula: null,
2767
- flexPLMTypePath: 'Product\\Pants',
2768
- flexSequence: 162,
2769
- id: 'jfWMlv16mTAEKJ7W',
2770
- itemFamilyId: 'jfWMlv16mTAEKJ7W',
2771
- lifecycleStage: 'development',
2772
- name: 'Feb 3 - 2+ Option C',
2773
- orgId: 'cMkHW5GAD8ViOZj-',
2774
- roles: [
2775
- 'family'
2776
- ],
2777
- typeId: 'cW7EhuRbkOU2dp18',
2778
- typePath: 'item',
2779
- updatedById: 'Eey3ZOi8znUA85i7',
2780
- updatedOn: '2023-02-03T19:07:17.496Z'
2781
- },
2782
- itemId: 'jfWMlv16mTAEKJ7W',
2783
- orgId: 'cMkHW5GAD8ViOZj-',
2784
- typeId: 'st1oc9uI2_ipArFM',
2785
- typePath: 'assortment-item',
2786
- updatedById: 'Eey3ZOi8znUA85i7',
2787
- updatedOn: '2023-02-08T19:07:11.623Z'
2788
- },
2789
- {
2790
- assortmentId: 'lhoTiciEDw5VOdBl',
2791
- createdById: 'Eey3ZOi8znUA85i7',
2792
- createdOn: '2023-02-03T20:01:51.331Z',
2793
- entityType: 'assortment-item',
2794
- id: 'GCX7-fWr3qMZ-_oX',
2795
- item: {
2796
- ChrisProp: 'a',
2797
- createdById: 'Eey3ZOi8znUA85i7',
2798
- createdOn: '2023-02-03T16:11:19.510Z',
2799
- entityType: 'item',
2800
- flexFormula: null,
2801
- flexPLMTypePath: 'Product\\Pants',
2802
- flexSequence: 149,
2803
- id: 'kh1Rtb7kie7Vk5vo',
2804
- itemFamilyId: 'kh1Rtb7kie7Vk5vo',
2805
- lifecycleStage: 'development',
2806
- name: 'Feb 3 - No Option -A',
2807
- orgId: 'cMkHW5GAD8ViOZj-',
2808
- roles: [
2809
- 'family'
2810
- ],
2811
- typeId: 'cW7EhuRbkOU2dp18',
2812
- typePath: 'item',
2813
- updatedById: 'Eey3ZOi8znUA85i7',
2814
- updatedOn: '2023-02-03T16:14:53.024Z'
2815
- },
2816
- itemId: 'kh1Rtb7kie7Vk5vo',
2817
- orgId: 'cMkHW5GAD8ViOZj-',
2818
- typeId: 'st1oc9uI2_ipArFM',
2819
- typePath: 'assortment-item',
2820
- updatedById: 'Eey3ZOi8znUA85i7',
2821
- updatedOn: '2023-02-03T20:01:51.331Z'
2822
- },
2823
- {
2824
- assortmentId: 'lhoTiciEDw5VOdBl',
2825
- createdById: 'Eey3ZOi8znUA85i7',
2826
- createdOn: '2023-02-03T20:01:51.332Z',
2827
- entityType: 'assortment-item',
2828
- id: 'JVs-SXEQeYtT_5sJ',
2829
- item: {
2830
- createdById: 'Eey3ZOi8znUA85i7',
2831
- createdOn: '2023-02-03T18:55:13.541Z',
2832
- entityType: 'item',
2833
- flexFormula: null,
2834
- flexPLMTypePath: 'Product\\Pants',
2835
- flexSequence: 164,
2836
- id: 'tBEFlAr9QXauCU-B',
2837
- isPrimary: true,
2838
- itemFamilyId: 'yzBFCl-aLXvKa5sh',
2839
- lifecycleStage: 'development',
2840
- name: 'Feb 3 - 2+ Option E',
2841
- optionGroup: 'color',
2842
- optionName: 'Option A',
2843
- orgId: 'cMkHW5GAD8ViOZj-',
2844
- roles: [
2845
- 'color',
2846
- 'option'
2847
- ],
2848
- typeId: 'cW7EhuRbkOU2dp18',
2849
- typePath: 'item',
2850
- updatedById: 'Eey3ZOi8znUA85i7',
2851
- updatedOn: '2023-02-03T19:09:30.424Z'
2852
- },
2853
- itemId: 'tBEFlAr9QXauCU-B',
2854
- orgId: 'cMkHW5GAD8ViOZj-',
2855
- projectItem: {
2856
- createdById: 'Eey3ZOi8znUA85i7',
2857
- createdOn: '2023-02-08T18:32:35.305Z',
2858
- entityType: 'project-item',
2859
- id: 'ocUdgjQckz-94pH8:tBEFlAr9QXauCU-B',
2860
- itemId: 'tBEFlAr9QXauCU-B',
2861
- orgId: 'cMkHW5GAD8ViOZj-',
2862
- piNumber: 3000,
2863
- projectId: 'ocUdgjQckz-94pH8',
2864
- typeId: 'E4SRRsW9EWqA57ev',
2865
- typePath: 'project-item',
2866
- updatedById: 'Eey3ZOi8znUA85i7',
2867
- updatedOn: '2023-02-08T18:32:35.364Z'
2868
- },
2869
- typeId: 'st1oc9uI2_ipArFM',
2870
- typePath: 'assortment-item',
2871
- updatedById: 'Eey3ZOi8znUA85i7',
2872
- updatedOn: '2023-02-03T20:01:51.332Z'
2873
- },
2874
- {
2875
- assortmentId: 'lhoTiciEDw5VOdBl',
2876
- createdById: 'Eey3ZOi8znUA85i7',
2877
- createdOn: '2023-02-08T19:07:11.623Z',
2878
- entityType: 'assortment-item',
2879
- id: 'kOjrgCck7EkU47y7',
2880
- item: {
2881
- createdById: 'Eey3ZOi8znUA85i7',
2882
- createdOn: '2023-02-08T19:01:55.023Z',
2883
- entityType: 'item',
2884
- flexFormula: null,
2885
- flexPLMTypePath: 'Product\\Pants',
2886
- flexSequence: 158,
2887
- id: 'xsf5pNlSdPRvtP1h',
2888
- isPrimary: true,
2889
- itemFamilyId: 'tFnQr83XEJ_Ly0yi',
2890
- lifecycleStage: 'development',
2891
- name: 'Feb 3 - 1 Option E',
2892
- optionGroup: 'color',
2893
- optionName: 'Option B',
2894
- orgId: 'cMkHW5GAD8ViOZj-',
2895
- roles: [
2896
- 'color',
2897
- 'option'
2898
- ],
2899
- typeId: 'cW7EhuRbkOU2dp18',
2900
- typePath: 'item',
2901
- updatedById: 'Eey3ZOi8znUA85i7',
2902
- updatedOn: '2023-02-08T19:02:00.107Z'
2903
- },
2904
- itemId: 'xsf5pNlSdPRvtP1h',
2905
- orgId: 'cMkHW5GAD8ViOZj-',
2906
- typeId: 'st1oc9uI2_ipArFM',
2907
- typePath: 'assortment-item',
2908
- updatedById: 'Eey3ZOi8znUA85i7',
2909
- updatedOn: '2023-02-08T19:07:11.623Z'
2910
- }
2911
- ],
2912
- assortmentType: 'PLAN',
2913
- createdById: 'Eey3ZOi8znUA85i7',
2914
- createdForReference: 'plan:1YVekdG4UYBUh7mb',
2915
- createdOn: '2023-02-03T15:37:16.203Z',
2916
- entityType: 'assortment',
2917
- id: 'lhoTiciEDw5VOdBl',
2918
- name: 'Vibe IQ Fall 2003',
2919
- orgId: 'cMkHW5GAD8ViOZj-',
2920
- rootWorkspaceId: '6Z4Y6D2Lm1ai5LHK',
2921
- typeId: 'fDbk-3fUhCDDBsvd',
2922
- typePath: 'assortment',
2923
- updatedById: 'Eey3ZOi8znUA85i7',
2924
- updatedOn: '2023-02-03T16:00:55.142Z',
2925
- workspaceId: '6Z4Y6D2Lm1ai5LHK'
2926
- };
2927
- exports.fall_2003_deleteChanges_run2 = [
2928
- {
2929
- id: '6eeYhW0b6QbZz3BY',
2930
- itemId: '6eeYhW0b6QbZz3BY',
2931
- item: {
2932
- createdById: 'Eey3ZOi8znUA85i7',
2933
- createdOn: '2023-02-03T18:54:55.996Z',
2934
- entityType: 'item',
2935
- flexFormula: null,
2936
- flexPLMTypePath: 'Product\\Pants',
2937
- flexSequence: 163,
2938
- id: '6eeYhW0b6QbZz3BY',
2939
- isPrimary: true,
2940
- itemFamilyId: 'hibYT8JJpLn9ye5V',
2941
- lifecycleStage: 'development',
2942
- name: 'Feb 3 - 2+ Option D',
2943
- optionGroup: 'color',
2944
- optionName: 'Option B',
2945
- orgId: 'cMkHW5GAD8ViOZj-',
2946
- roles: [
2947
- 'color',
2948
- 'option'
2949
- ],
2950
- typeId: 'cW7EhuRbkOU2dp18',
2951
- typePath: 'item',
2952
- updatedById: 'Eey3ZOi8znUA85i7',
2953
- updatedOn: '2023-02-03T19:09:13.876Z'
2954
- }
2955
- },
2956
- {
2957
- id: '6zHmYEG7asMtA-1W',
2958
- itemId: '6zHmYEG7asMtA-1W',
2959
- item: {
2960
- createdById: 'Eey3ZOi8znUA85i7',
2961
- createdOn: '2023-02-03T18:52:21.846Z',
2962
- entityType: 'item',
2963
- flexFormula: null,
2964
- flexPLMTypePath: 'Product\\Pants',
2965
- flexSequence: 161,
2966
- id: '6zHmYEG7asMtA-1W',
2967
- isPrimary: true,
2968
- itemFamilyId: 'rW_TVz1KKv6kUsSD',
2969
- lifecycleStage: 'development',
2970
- name: 'Feb 3 - 2+ Option B',
2971
- optionGroup: 'color',
2972
- optionName: 'Option A',
2973
- orgId: 'cMkHW5GAD8ViOZj-',
2974
- roles: [
2975
- 'color',
2976
- 'option'
2977
- ],
2978
- typeId: 'cW7EhuRbkOU2dp18',
2979
- typePath: 'item',
2980
- updatedById: 'Eey3ZOi8znUA85i7',
2981
- updatedOn: '2023-02-03T19:07:00.802Z'
2982
- }
2983
- },
2984
- {
2985
- id: 'C6TFfaV8q6Cd3qyY',
2986
- itemId: 'C6TFfaV8q6Cd3qyY',
2987
- item: {
2988
- createdById: 'Eey3ZOi8znUA85i7',
2989
- createdOn: '2023-02-03T18:57:32.989Z',
2990
- entityType: 'item',
2991
- flexFormula: null,
2992
- flexPLMTypePath: 'Product\\Pants',
2993
- flexSequence: 167,
2994
- id: 'C6TFfaV8q6Cd3qyY',
2995
- isPrimary: true,
2996
- itemFamilyId: 'jMNq_fTfGqfz-M5V',
2997
- lifecycleStage: 'concept',
2998
- name: 'Feb 3 - Concept - 1 Option A',
2999
- optionGroup: 'color',
3000
- optionName: 'Option A',
3001
- orgId: 'cMkHW5GAD8ViOZj-',
3002
- roles: [
3003
- 'color',
3004
- 'option'
3005
- ],
3006
- typeId: 'cW7EhuRbkOU2dp18',
3007
- typePath: 'item',
3008
- updatedById: 'Eey3ZOi8znUA85i7',
3009
- updatedOn: '2023-02-03T18:57:47.714Z'
3010
- }
3011
- },
3012
- {
3013
- id: 'JiaHIQjcieKTKVTL',
3014
- itemId: 'JiaHIQjcieKTKVTL',
3015
- item: {
3016
- createdById: 'Eey3ZOi8znUA85i7',
3017
- createdOn: '2023-02-03T18:54:40.332Z',
3018
- entityType: 'item',
3019
- flexFormula: null,
3020
- flexPLMTypePath: 'Product\\Pants',
3021
- flexSequence: 163,
3022
- id: 'JiaHIQjcieKTKVTL',
3023
- isPrimary: true,
3024
- itemFamilyId: 'hibYT8JJpLn9ye5V',
3025
- lifecycleStage: 'development',
3026
- name: 'Feb 3 - 2+ Option D',
3027
- optionGroup: 'color',
3028
- optionName: 'Option A',
3029
- orgId: 'cMkHW5GAD8ViOZj-',
3030
- roles: [
3031
- 'color',
3032
- 'option'
3033
- ],
3034
- typeId: 'cW7EhuRbkOU2dp18',
3035
- typePath: 'item',
3036
- updatedById: 'Eey3ZOi8znUA85i7',
3037
- updatedOn: '2023-02-03T19:09:09.980Z'
3038
- }
3039
- },
3040
- {
3041
- id: 'TI8GBo0qanxzKVEr',
3042
- itemId: 'TI8GBo0qanxzKVEr',
3043
- item: {
3044
- createdById: 'Eey3ZOi8znUA85i7',
3045
- createdOn: '2023-02-03T16:26:00.962Z',
3046
- entityType: 'item',
3047
- flexFormula: null,
3048
- flexPLMTypePath: 'Product\\Pants',
3049
- flexSequence: 157,
3050
- id: 'TI8GBo0qanxzKVEr',
3051
- isPrimary: true,
3052
- itemFamilyId: '_YbANkSl6AWiLPaC',
3053
- lifecycleStage: 'development',
3054
- name: 'Feb 3 - 1 Option D',
3055
- optionGroup: 'color',
3056
- optionName: 'Option A',
3057
- orgId: 'cMkHW5GAD8ViOZj-',
3058
- roles: [
3059
- 'color',
3060
- 'option'
3061
- ],
3062
- typeId: 'cW7EhuRbkOU2dp18',
3063
- typePath: 'item',
3064
- updatedById: 'Eey3ZOi8znUA85i7',
3065
- updatedOn: '2023-02-03T16:27:11.871Z'
3066
- }
3067
- },
3068
- {
3069
- id: 'U7zzfu5DjXTy-oz5',
3070
- itemId: 'U7zzfu5DjXTy-oz5',
3071
- item: {
3072
- createdById: 'Eey3ZOi8znUA85i7',
3073
- createdOn: '2023-02-03T18:56:56.805Z',
3074
- entityType: 'item',
3075
- flexFormula: null,
3076
- flexPLMTypePath: 'Product\\Pants',
3077
- flexSequence: 166,
3078
- id: 'U7zzfu5DjXTy-oz5',
3079
- itemFamilyId: 'U7zzfu5DjXTy-oz5',
3080
- lifecycleStage: 'concept',
3081
- name: 'Feb 3 -Concept - No Option A',
3082
- orgId: 'cMkHW5GAD8ViOZj-',
3083
- roles: [
3084
- 'family'
3085
- ],
3086
- typeId: 'cW7EhuRbkOU2dp18',
3087
- typePath: 'item',
3088
- updatedById: 'Eey3ZOi8znUA85i7',
3089
- updatedOn: '2023-02-03T18:58:00.795Z'
3090
- }
3091
- },
3092
- {
3093
- id: 'UrFiA2VgBudniXfZ',
3094
- itemId: 'UrFiA2VgBudniXfZ',
3095
- item: {
3096
- createdById: 'Eey3ZOi8znUA85i7',
3097
- createdOn: '2023-02-03T16:26:09.985Z',
3098
- entityType: 'item',
3099
- flexFormula: null,
3100
- flexPLMTypePath: 'Product\\Pants',
3101
- flexSequence: 158,
3102
- id: 'UrFiA2VgBudniXfZ',
3103
- isPrimary: true,
3104
- itemFamilyId: 'tFnQr83XEJ_Ly0yi',
3105
- lifecycleStage: 'development',
3106
- name: 'Feb 3 - 1 Option E',
3107
- optionGroup: 'color',
3108
- optionName: 'Option A',
3109
- orgId: 'cMkHW5GAD8ViOZj-',
3110
- roles: [
3111
- 'color',
3112
- 'option'
3113
- ],
3114
- typeId: 'cW7EhuRbkOU2dp18',
3115
- typePath: 'item',
3116
- updatedById: 'Eey3ZOi8znUA85i7',
3117
- updatedOn: '2023-02-03T16:27:25.685Z'
3118
- }
3119
- },
3120
- {
3121
- id: 'eZL2ChJRBlvbu3yG',
3122
- itemId: 'eZL2ChJRBlvbu3yG',
3123
- item: {
3124
- createdById: 'Eey3ZOi8znUA85i7',
3125
- createdOn: '2023-02-03T16:25:49.434Z',
3126
- entityType: 'item',
3127
- flexFormula: null,
3128
- flexPLMTypePath: 'Product\\Pants',
3129
- flexSequence: 156,
3130
- id: 'eZL2ChJRBlvbu3yG',
3131
- isPrimary: true,
3132
- itemFamilyId: 'JEY86MOuRFv7f9OY',
3133
- lifecycleStage: 'development',
3134
- name: 'Feb 3 - 1 Option C',
3135
- optionGroup: 'color',
3136
- optionName: 'Option A',
3137
- orgId: 'cMkHW5GAD8ViOZj-',
3138
- roles: [
3139
- 'color',
3140
- 'option'
3141
- ],
3142
- sentToPLM: true,
3143
- typeId: 'cW7EhuRbkOU2dp18',
3144
- typePath: 'item',
3145
- updatedById: 'Eey3ZOi8znUA85i7',
3146
- updatedOn: '2023-02-03T16:26:53.050Z'
3147
- }
3148
- },
3149
- {
3150
- id: 'h19Bz1NBawzWHXVJ',
3151
- itemId: 'h19Bz1NBawzWHXVJ',
3152
- item: {
3153
- ChrisProp: 'b',
3154
- createdById: 'Eey3ZOi8znUA85i7',
3155
- createdOn: '2023-02-03T16:11:58.439Z',
3156
- entityType: 'item',
3157
- flexFormula: null,
3158
- flexPLMTypePath: 'Product\\Pants',
3159
- flexSequence: 151,
3160
- id: 'h19Bz1NBawzWHXVJ',
3161
- itemFamilyId: 'h19Bz1NBawzWHXVJ',
3162
- lifecycleStage: 'development',
3163
- name: 'Feb 3 - No Option B',
3164
- orgId: 'cMkHW5GAD8ViOZj-',
3165
- roles: [
3166
- 'family'
3167
- ],
3168
- typeId: 'cW7EhuRbkOU2dp18',
3169
- typePath: 'item',
3170
- updatedById: 'Eey3ZOi8znUA85i7',
3171
- updatedOn: '2023-02-03T16:16:22.634Z'
3172
- }
3173
- },
3174
- {
3175
- id: 'tc9HxACZqjyXfs0q',
3176
- itemId: 'tc9HxACZqjyXfs0q',
3177
- item: {
3178
- createdById: 'Eey3ZOi8znUA85i7',
3179
- createdOn: '2023-02-03T18:54:18.998Z',
3180
- entityType: 'item',
3181
- flexFormula: null,
3182
- flexPLMTypePath: 'Product\\Pants',
3183
- flexSequence: 162,
3184
- id: 'tc9HxACZqjyXfs0q',
3185
- isPrimary: true,
3186
- itemFamilyId: 'jfWMlv16mTAEKJ7W',
3187
- lifecycleStage: 'development',
3188
- name: 'Feb 3 - 2+ Option C',
3189
- optionGroup: 'color',
3190
- optionName: 'Option B',
3191
- orgId: 'cMkHW5GAD8ViOZj-',
3192
- roles: [
3193
- 'color',
3194
- 'option'
3195
- ],
3196
- typeId: 'cW7EhuRbkOU2dp18',
3197
- typePath: 'item',
3198
- updatedById: 'Eey3ZOi8znUA85i7',
3199
- updatedOn: '2023-02-03T19:07:27.506Z'
3200
- }
3201
- },
3202
- {
3203
- id: 'yLhrIHYaP7B4nlkh',
3204
- itemId: 'yLhrIHYaP7B4nlkh',
3205
- item: {
3206
- createdById: 'Eey3ZOi8znUA85i7',
3207
- createdOn: '2023-02-03T16:25:44.502Z',
3208
- entityType: 'item',
3209
- flexFormula: null,
3210
- flexPLMTypePath: 'Product\\Pants',
3211
- flexSequence: 155,
3212
- id: 'yLhrIHYaP7B4nlkh',
3213
- isPrimary: true,
3214
- itemFamilyId: 'EejAxj-KK_GGr5Kh',
3215
- lifecycleStage: 'development',
3216
- name: 'Feb 3 - 1 Option B',
3217
- optionGroup: 'color',
3218
- optionName: 'Option A',
3219
- orgId: 'cMkHW5GAD8ViOZj-',
3220
- roles: [
3221
- 'color',
3222
- 'option'
3223
- ],
3224
- sentToPLM: true,
3225
- typeId: 'cW7EhuRbkOU2dp18',
3226
- typePath: 'item',
3227
- updatedById: 'Eey3ZOi8znUA85i7',
3228
- updatedOn: '2023-02-03T16:26:39.642Z'
3229
- }
3230
- },
3231
- {
3232
- id: 'zGF3wg9NvI-bBRmP',
3233
- itemId: 'zGF3wg9NvI-bBRmP',
3234
- item: {
3235
- createdById: 'Eey3ZOi8znUA85i7',
3236
- createdOn: '2023-02-03T18:54:02.450Z',
3237
- entityType: 'item',
3238
- flexFormula: null,
3239
- flexPLMTypePath: 'Product\\Pants',
3240
- flexSequence: 162,
3241
- id: 'zGF3wg9NvI-bBRmP',
3242
- isPrimary: true,
3243
- itemFamilyId: 'jfWMlv16mTAEKJ7W',
3244
- lifecycleStage: 'development',
3245
- name: 'Feb 3 - 2+ Option C',
3246
- optionGroup: 'color',
3247
- optionName: 'Option A',
3248
- orgId: 'cMkHW5GAD8ViOZj-',
3249
- roles: [
3250
- 'color',
3251
- 'option'
3252
- ],
3253
- typeId: 'cW7EhuRbkOU2dp18',
3254
- typePath: 'item',
3255
- updatedById: 'Eey3ZOi8znUA85i7',
3256
- updatedOn: '2023-02-03T19:07:22.436Z'
3257
- }
3258
- }
3259
- ];
3260
- exports.fall_2003_fedMapping = [
3261
- {
3262
- reference: 'hibYT8JJpLn9ye5V',
3263
- mappedReference: 'VR:com.lcs.wc.product.LCSProduct:361454'
3264
- },
3265
- {
3266
- reference: '6eeYhW0b6QbZz3BY',
3267
- mappedReference: 'VR:com.lcs.wc.product.LCSSKU:361552'
3268
- },
3269
- {
3270
- reference: 'JiaHIQjcieKTKVTL',
3271
- mappedReference: 'VR:com.lcs.wc.product.LCSSKU:361519'
3272
- },
3273
- {
3274
- reference: 'rW_TVz1KKv6kUsSD',
3275
- mappedReference: 'VR:com.lcs.wc.product.LCSProduct:360928'
3276
- },
3277
- {
3278
- reference: '6zHmYEG7asMtA-1W',
3279
- mappedReference: 'VR:com.lcs.wc.product.LCSSKU:360993'
3280
- },
3281
- {
3282
- reference: 'VlufG94hn6llwfAt',
3283
- mappedReference: 'VR:com.lcs.wc.product.LCSSKU:361026'
3284
- },
3285
- {
3286
- reference: 'hZGu3WAz1fbwLPGW',
3287
- mappedReference: 'VR:com.lcs.wc.product.LCSProduct:361715'
3288
- },
3289
- {
3290
- reference: 'BD4ZjRf5DVimbU3N',
3291
- mappedReference: 'VR:com.lcs.wc.product.LCSSKU:361812'
3292
- },
3293
- {
3294
- reference: 'M0fWXzUMBDrxjFcS',
3295
- mappedReference: 'VR:com.lcs.wc.product.LCSSKU:361779'
3296
- },
3297
- {
3298
- reference: 'yzBFCl-aLXvKa5sh',
3299
- mappedReference: 'VR:com.lcs.wc.product.LCSProduct:361585'
3300
- },
3301
- {
3302
- reference: 'GNH-vuzZeXFQmtMR',
3303
- mappedReference: 'VR:com.lcs.wc.product.LCSSKU:361682'
3304
- },
3305
- {
3306
- reference: 'tBEFlAr9QXauCU-B',
3307
- mappedReference: 'VR:com.lcs.wc.product.LCSSKU:361649'
3308
- },
3309
- {
3310
- reference: '_YbANkSl6AWiLPaC',
3311
- mappedReference: 'VR:com.lcs.wc.product.LCSProduct:360627'
3312
- },
3313
- {
3314
- reference: 'TI8GBo0qanxzKVEr',
3315
- mappedReference: 'VR:com.lcs.wc.product.LCSSKU:360693'
3316
- },
3317
- {
3318
- reference: 'tFnQr83XEJ_Ly0yi',
3319
- mappedReference: 'VR:com.lcs.wc.product.LCSProduct:360726'
3320
- },
3321
- {
3322
- reference: 'UrFiA2VgBudniXfZ',
3323
- mappedReference: 'VR:com.lcs.wc.product.LCSSKU:360790'
3324
- },
3325
- {
3326
- reference: 'tvCyTuL6hF3MwbjJ',
3327
- mappedReference: 'VR:com.lcs.wc.product.LCSProduct:360828'
3328
- },
3329
- {
3330
- reference: 'VGo0fWmBBEZoghgk',
3331
- mappedReference: 'VR:com.lcs.wc.product.LCSSKU:360895'
3332
- },
3333
- {
3334
- reference: 'jezonPsoRUlA52iz',
3335
- mappedReference: 'VR:com.lcs.wc.product.LCSSKU:361421'
3336
- },
3337
- {
3338
- reference: 'YbHzb8C4zsokFtWC',
3339
- mappedReference: 'VR:com.lcs.wc.product.LCSProduct:360207'
3340
- },
3341
- {
3342
- reference: 'JEY86MOuRFv7f9OY',
3343
- mappedReference: 'VR:com.lcs.wc.product.LCSProduct:360529'
3344
- },
3345
- {
3346
- reference: 'eZL2ChJRBlvbu3yG',
3347
- mappedReference: 'VR:com.lcs.wc.product.LCSSKU:360594'
3348
- },
3349
- {
3350
- reference: 'h19Bz1NBawzWHXVJ',
3351
- mappedReference: 'VR:com.lcs.wc.product.LCSProduct:360271'
3352
- },
3353
- {
3354
- reference: 'U9QryfGVOYMAkBP_',
3355
- mappedReference: 'VR:com.lcs.wc.product.LCSProduct:360335'
3356
- },
3357
- {
3358
- reference: 'jFAp5SmYqhXoX-ZI',
3359
- mappedReference: 'VR:com.lcs.wc.product.LCSSKU:360399'
3360
- },
3361
- {
3362
- reference: 'kh1Rtb7kie7Vk5vo',
3363
- mappedReference: 'VR:com.lcs.wc.product.LCSProduct:360079'
3364
- },
3365
- {
3366
- reference: 'slUFr1iMSYM2ktCX',
3367
- mappedReference: 'VR:com.lcs.wc.product.LCSProduct:360143'
3368
- },
3369
- {
3370
- reference: 'jfWMlv16mTAEKJ7W',
3371
- mappedReference: 'VR:com.lcs.wc.product.LCSProduct:361059'
3372
- },
3373
- {
3374
- reference: 'tc9HxACZqjyXfs0q',
3375
- mappedReference: 'VR:com.lcs.wc.product.LCSSKU:361156'
3376
- },
3377
- {
3378
- reference: 'zGF3wg9NvI-bBRmP',
3379
- mappedReference: 'VR:com.lcs.wc.product.LCSSKU:361123'
3380
- },
3381
- {
3382
- reference: 'EejAxj-KK_GGr5Kh',
3383
- mappedReference: 'VR:com.lcs.wc.product.LCSProduct:360432'
3384
- },
3385
- {
3386
- reference: 'yLhrIHYaP7B4nlkh',
3387
- mappedReference: 'VR:com.lcs.wc.product.LCSSKU:360496'
3388
- },
3389
- {
3390
- reference: 'yD-3KrBzAYRRsh9v',
3391
- mappedReference: 'VR:com.lcs.wc.product.LCSProduct:365627'
3392
- },
3393
- {
3394
- reference: 'CNOovV5RFWGL6FMT',
3395
- mappedReference: 'VR:com.lcs.wc.product.LCSSKU:365804'
3396
- },
3397
- {
3398
- reference: '-vqCrFzKnXUPyWjx',
3399
- mappedReference: 'VR:com.lcs.wc.product.LCSSKU:372509'
3400
- }
3401
- ];
3402
- exports.apc_2bOWR2j9R0QThDVu_delete_history = [
3403
- {
3404
- adds: 4,
3405
- assortmentBaseline: {
3406
- assortmentItems: [
3407
- {
3408
- assortItemString: 'as 2-2',
3409
- entityType: 'assortment-item',
3410
- familyProjectItem: {
3411
- id: 'ocUdgjQckz-94pH8:fXImyoA5JqUvNWHY',
3412
- itemId: 'fXImyoA5JqUvNWHY',
3413
- projectId: 'ocUdgjQckz-94pH8',
3414
- roles: [
3415
- 'family'
3416
- ]
3417
- },
3418
- id: 'MpmOo5Vgpi_Cdimb',
3419
- item: {
3420
- id: 'SfUAZy_Hj631h2Kg',
3421
- itemFamily: {
3422
- id: 'fXImyoA5JqUvNWHY',
3423
- itemFamilyId: 'fXImyoA5JqUvNWHY',
3424
- name: 'd-test-2',
3425
- roles: [
3426
- 'family'
3427
- ]
3428
- },
3429
- itemFamilyId: 'fXImyoA5JqUvNWHY',
3430
- itemNumber: 212,
3431
- name: 'd-test-2',
3432
- optionGroup: 'color',
3433
- optionName: 'option 2',
3434
- roles: [
3435
- 'color',
3436
- 'option'
3437
- ]
3438
- },
3439
- itemId: 'SfUAZy_Hj631h2Kg',
3440
- projectItem: {
3441
- id: 'ocUdgjQckz-94pH8:SfUAZy_Hj631h2Kg',
3442
- itemId: 'SfUAZy_Hj631h2Kg',
3443
- piNumber: 4,
3444
- piOptionNumber: 4,
3445
- piString: 'pi 2-2',
3446
- projectId: 'ocUdgjQckz-94pH8',
3447
- roles: [
3448
- 'color',
3449
- 'option'
3450
- ]
3451
- }
3452
- },
3453
- {
3454
- assortItemString: 'assort string 1',
3455
- entityType: 'assortment-item',
3456
- familyProjectItem: {
3457
- id: 'ocUdgjQckz-94pH8:jE8yyOIvpSyvIq8g',
3458
- itemId: 'jE8yyOIvpSyvIq8g',
3459
- projectId: 'ocUdgjQckz-94pH8',
3460
- roles: [
3461
- 'family'
3462
- ]
3463
- },
3464
- id: 'TPlkvjYGnRCvS5kI',
3465
- item: {
3466
- createdOn: '2023-08-04T14:28:50.388Z',
3467
- id: 'Y_5IusFLG7S-RSi_',
3468
- itemFamily: {
3469
- id: 'jE8yyOIvpSyvIq8g',
3470
- itemFamilyId: 'jE8yyOIvpSyvIq8g',
3471
- itemNumber: 207,
3472
- name: 'd-test-1',
3473
- roles: [
3474
- 'family'
3475
- ]
3476
- },
3477
- itemFamilyId: 'jE8yyOIvpSyvIq8g',
3478
- itemNumber: 208,
3479
- name: 'd-test-1',
3480
- optionGroup: 'color',
3481
- optionName: 'option 1',
3482
- roles: [
3483
- 'color',
3484
- 'option'
3485
- ]
3486
- },
3487
- itemId: 'Y_5IusFLG7S-RSi_',
3488
- projectItem: {
3489
- id: 'ocUdgjQckz-94pH8:Y_5IusFLG7S-RSi_',
3490
- itemId: 'Y_5IusFLG7S-RSi_',
3491
- piNumber: 1,
3492
- piOptionNumber: 1,
3493
- piString: 'pi string 1',
3494
- projectId: 'ocUdgjQckz-94pH8',
3495
- roles: [
3496
- 'color',
3497
- 'option'
3498
- ]
3499
- }
3500
- },
3501
- {
3502
- assortItemString: 'as 2-1',
3503
- entityType: 'assortment-item',
3504
- familyProjectItem: {
3505
- id: 'ocUdgjQckz-94pH8:fXImyoA5JqUvNWHY',
3506
- itemId: 'fXImyoA5JqUvNWHY',
3507
- projectId: 'ocUdgjQckz-94pH8',
3508
- roles: [
3509
- 'family'
3510
- ]
3511
- },
3512
- id: 'REajA_xgBZhu2YJT',
3513
- item: {
3514
- id: 'mp9Zgcb89fMax1WW',
3515
- itemFamily: {
3516
- id: 'fXImyoA5JqUvNWHY',
3517
- itemFamilyId: 'fXImyoA5JqUvNWHY',
3518
- name: 'd-test-2',
3519
- roles: [
3520
- 'family'
3521
- ]
3522
- },
3523
- itemFamilyId: 'fXImyoA5JqUvNWHY',
3524
- name: 'd-test-2',
3525
- optionGroup: 'color',
3526
- optionName: 'option 1',
3527
- roles: [
3528
- 'color',
3529
- 'option'
3530
- ]
3531
- },
3532
- itemId: 'mp9Zgcb89fMax1WW',
3533
- projectItem: {
3534
- id: 'ocUdgjQckz-94pH8:mp9Zgcb89fMax1WW',
3535
- itemId: 'mp9Zgcb89fMax1WW',
3536
- piNumber: 3,
3537
- piOptionNumber: 3,
3538
- piString: 'pi 2-1',
3539
- projectId: 'ocUdgjQckz-94pH8',
3540
- roles: [
3541
- 'color',
3542
- 'option'
3543
- ]
3544
- }
3545
- },
3546
- {
3547
- assortItemString: 'assort string 2',
3548
- entityType: 'assortment-item',
3549
- familyProjectItem: {
3550
- id: 'ocUdgjQckz-94pH8:jE8yyOIvpSyvIq8g',
3551
- itemId: 'jE8yyOIvpSyvIq8g',
3552
- projectId: 'ocUdgjQckz-94pH8',
3553
- roles: [
3554
- 'family'
3555
- ]
3556
- },
3557
- id: 'im3Wa3KDqy60fF1c',
3558
- item: {
3559
- id: 'qNCQmTFcFxwbT-oG',
3560
- itemFamily: {
3561
- id: 'jE8yyOIvpSyvIq8g',
3562
- itemFamilyId: 'jE8yyOIvpSyvIq8g',
3563
- itemNumber: 207,
3564
- name: 'd-test-1',
3565
- roles: [
3566
- 'family'
3567
- ]
3568
- },
3569
- itemFamilyId: 'jE8yyOIvpSyvIq8g',
3570
- itemNumber: 209,
3571
- name: 'd-test-1',
3572
- optionGroup: 'color',
3573
- optionName: 'option 2',
3574
- roles: [
3575
- 'color',
3576
- 'option'
3577
- ]
3578
- },
3579
- itemId: 'qNCQmTFcFxwbT-oG',
3580
- projectItem: {
3581
- id: 'ocUdgjQckz-94pH8:qNCQmTFcFxwbT-oG',
3582
- itemId: 'qNCQmTFcFxwbT-oG',
3583
- piNumber: 2,
3584
- piOptionNumber: 2,
3585
- piString: 'pi string 2',
3586
- projectId: 'ocUdgjQckz-94pH8',
3587
- roles: [
3588
- 'color',
3589
- 'option'
3590
- ]
3591
- }
3592
- }
3593
- ],
3594
- assortmentType: 'PLAN',
3595
- entityType: 'assortment',
3596
- id: '2bOWR2j9R0QThDVu',
3597
- name: 'drop test 2'
3598
- },
3599
- assortmentBaselineDownloadLink: 'https://...',
3600
- assortmentId: '2bOWR2j9R0QThDVu',
3601
- createdOn: '2023-08-04T15:00:21.697Z',
3602
- deleteData: [],
3603
- deleteDataDownloadLink: 'https://...',
3604
- deletes: 0,
3605
- detail: {
3606
- adds: [
3607
- {
3608
- assortItemString: 'as 2-1',
3609
- id: 'mp9Zgcb89fMax1WW',
3610
- item: {
3611
- entityType: 'item',
3612
- id: 'mp9Zgcb89fMax1WW',
3613
- itemFamilyId: 'fXImyoA5JqUvNWHY',
3614
- itemNumber: 211,
3615
- name: 'd-test-2',
3616
- optionGroup: 'color',
3617
- optionName: 'option 1',
3618
- roles: [
3619
- 'color',
3620
- 'option'
3621
- ]
3622
- }
3623
- },
3624
- {
3625
- assortItemString: 'assort string 1',
3626
- id: 'Y_5IusFLG7S-RSi_',
3627
- item: {
3628
- id: 'Y_5IusFLG7S-RSi_',
3629
- itemFamilyId: 'jE8yyOIvpSyvIq8g',
3630
- itemNumber: 208,
3631
- name: 'd-test-1',
3632
- optionGroup: 'color',
3633
- optionName: 'option 1',
3634
- roles: [
3635
- 'color',
3636
- 'option'
3637
- ]
3638
- }
3639
- },
3640
- {
3641
- assortItemString: 'as 2-2',
3642
- id: 'SfUAZy_Hj631h2Kg',
3643
- item: {
3644
- id: 'SfUAZy_Hj631h2Kg',
3645
- itemFamilyId: 'fXImyoA5JqUvNWHY',
3646
- itemNumber: 212,
3647
- name: 'd-test-2',
3648
- optionGroup: 'color',
3649
- optionName: 'option 2',
3650
- roles: [
3651
- 'color',
3652
- 'option'
3653
- ]
3654
- }
3655
- },
3656
- {
3657
- assortItemString: 'assort string 2',
3658
- id: 'qNCQmTFcFxwbT-oG',
3659
- item: {
3660
- id: 'qNCQmTFcFxwbT-oG',
3661
- itemFamilyId: 'jE8yyOIvpSyvIq8g',
3662
- itemNumber: 209,
3663
- name: 'd-test-1',
3664
- optionGroup: 'color',
3665
- optionName: 'option 2',
3666
- roles: [
3667
- 'color',
3668
- 'option'
3669
- ]
3670
- }
3671
- }
3672
- ],
3673
- assortmentId: '2bOWR2j9R0QThDVu',
3674
- deletes: [],
3675
- errors: [],
3676
- familyItemsRemoved: [],
3677
- updates: [],
3678
- versionComments: '',
3679
- versionName: 'first add'
3680
- },
3681
- detailDownloadLink: 'https://...',
3682
- errors: 0,
3683
- familyItemsRemoved: 0,
3684
- hydratedDetailDownloadLink: 'https://...',
3685
- id: 'SYHfQzYWlfXDqK7r',
3686
- summary: {},
3687
- unchanged: 0,
3688
- updates: 0,
3689
- versionComments: '',
3690
- versionName: 'first add'
3691
- },
3692
- {
3693
- adds: 0,
3694
- assortmentBaseline: {
3695
- assortmentItems: [
3696
- {
3697
- assortItemString: 'assort string 1',
3698
- entityType: 'assortment-item',
3699
- familyProjectItem: {
3700
- id: 'ocUdgjQckz-94pH8:jE8yyOIvpSyvIq8g',
3701
- itemId: 'jE8yyOIvpSyvIq8g',
3702
- projectId: 'ocUdgjQckz-94pH8',
3703
- roles: [
3704
- 'family'
3705
- ]
3706
- },
3707
- id: 'TPlkvjYGnRCvS5kI',
3708
- item: {
3709
- id: 'Y_5IusFLG7S-RSi_',
3710
- itemFamily: {
3711
- id: 'jE8yyOIvpSyvIq8g',
3712
- itemFamilyId: 'jE8yyOIvpSyvIq8g',
3713
- itemNumber: 207,
3714
- name: 'd-test-1',
3715
- roles: [
3716
- 'family'
3717
- ]
3718
- },
3719
- itemFamilyId: 'jE8yyOIvpSyvIq8g',
3720
- itemNumber: 208,
3721
- name: 'd-test-1',
3722
- optionGroup: 'color',
3723
- optionName: 'option 1',
3724
- roles: [
3725
- 'color',
3726
- 'option'
3727
- ]
3728
- },
3729
- itemId: 'Y_5IusFLG7S-RSi_',
3730
- projectItem: {
3731
- id: 'ocUdgjQckz-94pH8:Y_5IusFLG7S-RSi_',
3732
- itemId: 'Y_5IusFLG7S-RSi_',
3733
- piNumber: 1,
3734
- piOptionNumber: 1,
3735
- piString: 'pi string 1',
3736
- projectId: 'ocUdgjQckz-94pH8',
3737
- roles: [
3738
- 'color',
3739
- 'option'
3740
- ]
3741
- }
3742
- },
3743
- {
3744
- assortItemString: 'as 2-1',
3745
- entityType: 'assortment-item',
3746
- familyProjectItem: {
3747
- id: 'ocUdgjQckz-94pH8:fXImyoA5JqUvNWHY',
3748
- itemId: 'fXImyoA5JqUvNWHY',
3749
- projectId: 'ocUdgjQckz-94pH8',
3750
- roles: [
3751
- 'family'
3752
- ]
3753
- },
3754
- id: 'REajA_xgBZhu2YJT',
3755
- item: {
3756
- id: 'mp9Zgcb89fMax1WW',
3757
- itemFamily: {
3758
- id: 'fXImyoA5JqUvNWHY',
3759
- itemFamilyId: 'fXImyoA5JqUvNWHY',
3760
- itemNumber: 210,
3761
- name: 'd-test-2',
3762
- roles: [
3763
- 'family'
3764
- ]
3765
- },
3766
- itemFamilyId: 'fXImyoA5JqUvNWHY',
3767
- itemNumber: 211,
3768
- name: 'd-test-2',
3769
- optionGroup: 'color',
3770
- optionName: 'option 1',
3771
- roles: [
3772
- 'color',
3773
- 'option'
3774
- ]
3775
- },
3776
- itemId: 'mp9Zgcb89fMax1WW',
3777
- projectItem: {
3778
- id: 'ocUdgjQckz-94pH8:mp9Zgcb89fMax1WW',
3779
- itemId: 'mp9Zgcb89fMax1WW',
3780
- piNumber: 3,
3781
- piOptionNumber: 3,
3782
- piString: 'pi 2-1',
3783
- projectId: 'ocUdgjQckz-94pH8',
3784
- roles: [
3785
- 'color',
3786
- 'option'
3787
- ]
3788
- }
3789
- },
3790
- {
3791
- assortItemString: 'assort string 2',
3792
- entityType: 'assortment-item',
3793
- familyProjectItem: {
3794
- id: 'ocUdgjQckz-94pH8:jE8yyOIvpSyvIq8g',
3795
- itemId: 'jE8yyOIvpSyvIq8g',
3796
- projectId: 'ocUdgjQckz-94pH8',
3797
- roles: [
3798
- 'family'
3799
- ]
3800
- },
3801
- id: 'im3Wa3KDqy60fF1c',
3802
- item: {
3803
- id: 'qNCQmTFcFxwbT-oG',
3804
- itemFamily: {
3805
- id: 'jE8yyOIvpSyvIq8g',
3806
- itemFamilyId: 'jE8yyOIvpSyvIq8g',
3807
- itemNumber: 207,
3808
- name: 'd-test-1',
3809
- roles: [
3810
- 'family'
3811
- ]
3812
- },
3813
- itemFamilyId: 'jE8yyOIvpSyvIq8g',
3814
- itemNumber: 209,
3815
- name: 'd-test-1',
3816
- optionGroup: 'color',
3817
- optionName: 'option 2',
3818
- roles: [
3819
- 'color',
3820
- 'option'
3821
- ]
3822
- },
3823
- itemId: 'qNCQmTFcFxwbT-oG',
3824
- projectItem: {
3825
- id: 'ocUdgjQckz-94pH8:qNCQmTFcFxwbT-oG',
3826
- itemId: 'qNCQmTFcFxwbT-oG',
3827
- piNumber: 2,
3828
- piOptionNumber: 2,
3829
- piString: 'pi string 2',
3830
- projectId: 'ocUdgjQckz-94pH8',
3831
- roles: [
3832
- 'color',
3833
- 'option'
3834
- ]
3835
- }
3836
- }
3837
- ],
3838
- assortmentType: 'PLAN',
3839
- createdForReference: 'plan:pvhMw7Jz7W1kIPFC',
3840
- entityType: 'assortment',
3841
- id: '2bOWR2j9R0QThDVu',
3842
- name: 'drop test 2'
3843
- },
3844
- assortmentBaselineDownloadLink: 'https://...',
3845
- assortmentId: '2bOWR2j9R0QThDVu',
3846
- createdOn: '2023-08-04T14:31:41.215Z',
3847
- deleteData: [
3848
- {
3849
- assortItemString: 'as 2-2',
3850
- assortmentId: '2bOWR2j9R0QThDVu',
3851
- entityType: 'assortment-item',
3852
- familyProjectItem: {
3853
- formulaTest: 100,
3854
- id: 'ocUdgjQckz-94pH8:fXImyoA5JqUvNWHY',
3855
- itemId: 'fXImyoA5JqUvNWHY',
3856
- projectId: 'ocUdgjQckz-94pH8',
3857
- roles: [
3858
- 'family'
3859
- ],
3860
- updatedOn: '2023-08-04T14:30:37.321Z'
3861
- },
3862
- id: 'MpmOo5Vgpi_Cdimb',
3863
- item: {
3864
- entityType: 'item',
3865
- id: 'SfUAZy_Hj631h2Kg',
3866
- itemFamily: {
3867
- id: 'fXImyoA5JqUvNWHY',
3868
- itemFamilyId: 'fXImyoA5JqUvNWHY',
3869
- itemNumber: 210,
3870
- name: 'd-test-2',
3871
- roles: [
3872
- 'family'
3873
- ]
3874
- },
3875
- itemFamilyId: 'fXImyoA5JqUvNWHY',
3876
- itemNumber: 212,
3877
- name: 'd-test-2',
3878
- optionGroup: 'color',
3879
- optionName: 'option 2',
3880
- roles: [
3881
- 'color',
3882
- 'option'
3883
- ]
3884
- },
3885
- itemId: 'SfUAZy_Hj631h2Kg',
3886
- projectItem: {
3887
- id: 'ocUdgjQckz-94pH8:SfUAZy_Hj631h2Kg',
3888
- itemId: 'SfUAZy_Hj631h2Kg',
3889
- piOptionNumber: 4,
3890
- piString: 'pi 2-2',
3891
- projectId: 'ocUdgjQckz-94pH8',
3892
- roles: [
3893
- 'color',
3894
- 'option'
3895
- ]
3896
- }
3897
- }
3898
- ],
3899
- deleteDataDownloadLink: 'https://...',
3900
- deletes: 1,
3901
- detail: {
3902
- adds: [],
3903
- assortmentId: '2bOWR2j9R0QThDVu',
3904
- deletes: [
3905
- {
3906
- assortItemString: 'as 2-2',
3907
- id: 'SfUAZy_Hj631h2Kg',
3908
- item: {
3909
- entityType: 'item',
3910
- id: 'SfUAZy_Hj631h2Kg',
3911
- itemFamilyId: 'fXImyoA5JqUvNWHY',
3912
- itemNumber: 212,
3913
- name: 'd-test-2',
3914
- optionGroup: 'color',
3915
- optionName: 'option 2',
3916
- roles: [
3917
- 'color',
3918
- 'option'
3919
- ]
3920
- }
3921
- }
3922
- ],
3923
- errors: [],
3924
- familyItemsRemoved: [],
3925
- updates: [],
3926
- versionComments: '',
3927
- versionName: 'drop 1 row'
3928
- },
3929
- detailDownloadLink: 'https://...',
3930
- errors: 0,
3931
- familyItemsRemoved: 0,
3932
- hydratedDetailDownloadLink: 'https://...',
3933
- id: 'JreGRNvoJ3FsoRZI',
3934
- summary: {},
3935
- unchanged: 3,
3936
- updates: 0,
3937
- versionComments: '',
3938
- versionName: 'drop 1 row'
3939
- },
3940
- {
3941
- adds: 0,
3942
- assortmentBaseline: {
3943
- assortmentItems: [
3944
- {
3945
- assortItemString: 'assort string 1',
3946
- entityType: 'assortment-item',
3947
- familyProjectItem: {
3948
- id: 'ocUdgjQckz-94pH8:jE8yyOIvpSyvIq8g',
3949
- itemId: 'jE8yyOIvpSyvIq8g',
3950
- projectId: 'ocUdgjQckz-94pH8',
3951
- roles: [
3952
- 'family'
3953
- ]
3954
- },
3955
- id: 'TPlkvjYGnRCvS5kI',
3956
- item: {
3957
- id: 'Y_5IusFLG7S-RSi_',
3958
- itemFamily: {
3959
- id: 'jE8yyOIvpSyvIq8g',
3960
- itemFamilyId: 'jE8yyOIvpSyvIq8g',
3961
- itemNumber: 207,
3962
- name: 'd-test-1',
3963
- roles: [
3964
- 'family'
3965
- ]
3966
- },
3967
- itemFamilyId: 'jE8yyOIvpSyvIq8g',
3968
- itemNumber: 208,
3969
- name: 'd-test-1',
3970
- optionGroup: 'color',
3971
- optionName: 'option 1',
3972
- roles: [
3973
- 'color',
3974
- 'option'
3975
- ]
3976
- },
3977
- itemId: 'Y_5IusFLG7S-RSi_',
3978
- projectItem: {
3979
- id: 'ocUdgjQckz-94pH8:Y_5IusFLG7S-RSi_',
3980
- itemId: 'Y_5IusFLG7S-RSi_',
3981
- piNumber: 1,
3982
- piOptionNumber: 1,
3983
- piString: 'pi string 1',
3984
- projectId: 'ocUdgjQckz-94pH8',
3985
- roles: [
3986
- 'color',
3987
- 'option'
3988
- ]
3989
- }
3990
- },
3991
- {
3992
- assortItemString: 'as 2-1',
3993
- entityType: 'assortment-item',
3994
- familyProjectItem: {
3995
- id: 'ocUdgjQckz-94pH8:fXImyoA5JqUvNWHY',
3996
- itemId: 'fXImyoA5JqUvNWHY',
3997
- projectId: 'ocUdgjQckz-94pH8',
3998
- roles: [
3999
- 'family'
4000
- ]
4001
- },
4002
- id: 'REajA_xgBZhu2YJT',
4003
- item: {
4004
- id: 'mp9Zgcb89fMax1WW',
4005
- itemFamily: {
4006
- id: 'fXImyoA5JqUvNWHY',
4007
- itemFamilyId: 'fXImyoA5JqUvNWHY',
4008
- itemNumber: 210,
4009
- name: 'd-test-2',
4010
- roles: [
4011
- 'family'
4012
- ]
4013
- },
4014
- itemFamilyId: 'fXImyoA5JqUvNWHY',
4015
- itemNumber: 211,
4016
- name: 'd-test-2',
4017
- optionGroup: 'color',
4018
- optionName: 'option 1',
4019
- roles: [
4020
- 'color',
4021
- 'option'
4022
- ]
4023
- },
4024
- itemId: 'mp9Zgcb89fMax1WW',
4025
- projectItem: {
4026
- id: 'ocUdgjQckz-94pH8:mp9Zgcb89fMax1WW',
4027
- itemId: 'mp9Zgcb89fMax1WW',
4028
- piNumber: 3,
4029
- piOptionNumber: 3,
4030
- piString: 'pi 2-1',
4031
- projectId: 'ocUdgjQckz-94pH8',
4032
- roles: [
4033
- 'color',
4034
- 'option'
4035
- ]
4036
- }
4037
- },
4038
- {
4039
- assortItemString: 'assort string 2',
4040
- entityType: 'assortment-item',
4041
- familyProjectItem: {
4042
- id: 'ocUdgjQckz-94pH8:jE8yyOIvpSyvIq8g',
4043
- itemId: 'jE8yyOIvpSyvIq8g',
4044
- projectId: 'ocUdgjQckz-94pH8',
4045
- roles: [
4046
- 'family'
4047
- ]
4048
- },
4049
- id: 'im3Wa3KDqy60fF1c',
4050
- item: {
4051
- id: 'qNCQmTFcFxwbT-oG',
4052
- itemFamily: {
4053
- id: 'jE8yyOIvpSyvIq8g',
4054
- itemFamilyId: 'jE8yyOIvpSyvIq8g',
4055
- itemNumber: 207,
4056
- name: 'd-test-1',
4057
- roles: [
4058
- 'family'
4059
- ]
4060
- },
4061
- itemFamilyId: 'jE8yyOIvpSyvIq8g',
4062
- itemNumber: 209,
4063
- name: 'd-test-1',
4064
- optionGroup: 'color',
4065
- optionName: 'option 2',
4066
- roles: [
4067
- 'color',
4068
- 'option'
4069
- ]
4070
- },
4071
- itemId: 'qNCQmTFcFxwbT-oG',
4072
- projectItem: {
4073
- id: 'ocUdgjQckz-94pH8:qNCQmTFcFxwbT-oG',
4074
- itemId: 'qNCQmTFcFxwbT-oG',
4075
- piNumber: 2,
4076
- piOptionNumber: 2,
4077
- piString: 'pi string 2',
4078
- projectId: 'ocUdgjQckz-94pH8',
4079
- roles: [
4080
- 'color',
4081
- 'option'
4082
- ]
4083
- }
4084
- }
4085
- ],
4086
- assortmentType: 'PLAN',
4087
- createdForReference: 'plan:pvhMw7Jz7W1kIPFC',
4088
- entityType: 'assortment',
4089
- id: '2bOWR2j9R0QThDVu',
4090
- name: 'drop test 2'
4091
- },
4092
- assortmentBaselineDownloadLink: 'https://...',
4093
- assortmentId: '2bOWR2j9R0QThDVu',
4094
- createdOn: '2023-08-04T15:49:27.432Z',
4095
- deleteData: [],
4096
- deleteDataDownloadLink: 'https://...',
4097
- deletes: 0,
4098
- detail: {
4099
- adds: [],
4100
- assortmentId: '2bOWR2j9R0QThDVu',
4101
- deletes: [],
4102
- errors: [],
4103
- familyItemsRemoved: [],
4104
- updates: [],
4105
- versionComments: '',
4106
- versionName: 'no changes'
4107
- },
4108
- detailDownloadLink: 'https://...',
4109
- errors: 0,
4110
- familyItemsRemoved: 0,
4111
- hydratedDetailDownloadLink: 'https://...',
4112
- id: 'NaPUhAdEzKB-5tQ3',
4113
- summary: {},
4114
- unchanged: 3,
4115
- updates: 0,
4116
- versionComments: '',
4117
- versionName: 'no changes'
4118
- },
4119
- {
4120
- adds: 0,
4121
- assortmentBaseline: {
4122
- assortmentItems: [
4123
- {
4124
- assortItemString: 'assort string 1',
4125
- assortmentId: '2bOWR2j9R0QThDVu',
4126
- entityType: 'assortment-item',
4127
- familyProjectItem: {
4128
- id: 'ocUdgjQckz-94pH8:jE8yyOIvpSyvIq8g',
4129
- itemId: 'jE8yyOIvpSyvIq8g',
4130
- projectId: 'ocUdgjQckz-94pH8',
4131
- roles: [
4132
- 'family'
4133
- ]
4134
- },
4135
- id: 'TPlkvjYGnRCvS5kI',
4136
- item: {
4137
- id: 'Y_5IusFLG7S-RSi_',
4138
- itemFamily: {
4139
- id: 'jE8yyOIvpSyvIq8g',
4140
- itemFamilyId: 'jE8yyOIvpSyvIq8g',
4141
- itemNumber: 207,
4142
- name: 'd-test-1',
4143
- roles: [
4144
- 'family'
4145
- ]
4146
- },
4147
- itemFamilyId: 'jE8yyOIvpSyvIq8g',
4148
- itemNumber: 208,
4149
- name: 'd-test-1',
4150
- optionGroup: 'color',
4151
- optionName: 'option 1',
4152
- roles: [
4153
- 'color',
4154
- 'option'
4155
- ]
4156
- },
4157
- itemId: 'Y_5IusFLG7S-RSi_',
4158
- projectItem: {
4159
- id: 'ocUdgjQckz-94pH8:Y_5IusFLG7S-RSi_',
4160
- itemId: 'Y_5IusFLG7S-RSi_',
4161
- piNumber: 1,
4162
- piOptionNumber: 1,
4163
- piString: 'pi string 1',
4164
- projectId: 'ocUdgjQckz-94pH8',
4165
- roles: [
4166
- 'color',
4167
- 'option'
4168
- ]
4169
- }
4170
- },
4171
- {
4172
- assortItemString: 'as 2-1',
4173
- assortmentId: '2bOWR2j9R0QThDVu',
4174
- entityType: 'assortment-item',
4175
- familyProjectItem: {
4176
- createdOn: '2023-08-04T14:30:37.321Z',
4177
- id: 'ocUdgjQckz-94pH8:fXImyoA5JqUvNWHY',
4178
- itemId: 'fXImyoA5JqUvNWHY',
4179
- projectId: 'ocUdgjQckz-94pH8',
4180
- roles: [
4181
- 'family'
4182
- ]
4183
- },
4184
- id: 'REajA_xgBZhu2YJT',
4185
- item: {
4186
- id: 'mp9Zgcb89fMax1WW',
4187
- itemFamily: {
4188
- id: 'fXImyoA5JqUvNWHY',
4189
- itemFamilyId: 'fXImyoA5JqUvNWHY',
4190
- itemNumber: 210,
4191
- name: 'd-test-2',
4192
- roles: [
4193
- 'family'
4194
- ]
4195
- },
4196
- itemFamilyId: 'fXImyoA5JqUvNWHY',
4197
- itemNumber: 211,
4198
- name: 'd-test-2',
4199
- optionGroup: 'color',
4200
- optionName: 'option 1',
4201
- roles: [
4202
- 'color',
4203
- 'option'
4204
- ]
4205
- },
4206
- itemId: 'mp9Zgcb89fMax1WW',
4207
- projectItem: {
4208
- id: 'ocUdgjQckz-94pH8:mp9Zgcb89fMax1WW',
4209
- itemId: 'mp9Zgcb89fMax1WW',
4210
- piNumber: 3,
4211
- piOptionNumber: 3,
4212
- piString: 'pi 2-1',
4213
- projectId: 'ocUdgjQckz-94pH8',
4214
- roles: [
4215
- 'color',
4216
- 'option'
4217
- ]
4218
- }
4219
- }
4220
- ],
4221
- assortmentType: 'PLAN',
4222
- createdOn: '2023-08-04T14:27:48.023Z',
4223
- entityType: 'assortment',
4224
- id: '2bOWR2j9R0QThDVu',
4225
- name: 'drop test 2'
4226
- },
4227
- assortmentBaselineDownloadLink: 'https://...',
4228
- assortmentId: '2bOWR2j9R0QThDVu',
4229
- createdById: 'Eey3ZOi8znUA85i7',
4230
- createdOn: '2023-08-04T15:57:44.089Z',
4231
- deleteData: [
4232
- {
4233
- assortItemString: 'assort string 2',
4234
- assortmentId: '2bOWR2j9R0QThDVu',
4235
- createdOn: '2023-08-04T14:31:40.380Z',
4236
- entityType: 'assortment-item',
4237
- familyProjectItem: {
4238
- id: 'ocUdgjQckz-94pH8:jE8yyOIvpSyvIq8g',
4239
- itemId: 'jE8yyOIvpSyvIq8g',
4240
- projectId: 'ocUdgjQckz-94pH8',
4241
- roles: [
4242
- 'family'
4243
- ]
4244
- },
4245
- id: 'im3Wa3KDqy60fF1c',
4246
- item: {
4247
- entityType: 'item',
4248
- id: 'qNCQmTFcFxwbT-oG',
4249
- itemFamily: {
4250
- id: 'jE8yyOIvpSyvIq8g',
4251
- itemFamilyId: 'jE8yyOIvpSyvIq8g',
4252
- itemNumber: 207,
4253
- name: 'd-test-1',
4254
- roles: [
4255
- 'family'
4256
- ]
4257
- },
4258
- itemFamilyId: 'jE8yyOIvpSyvIq8g',
4259
- itemNumber: 209,
4260
- name: 'd-test-1',
4261
- optionGroup: 'color',
4262
- optionName: 'option 2',
4263
- roles: [
4264
- 'color',
4265
- 'option'
4266
- ]
4267
- },
4268
- itemId: 'qNCQmTFcFxwbT-oG',
4269
- projectItem: {
4270
- id: 'ocUdgjQckz-94pH8:qNCQmTFcFxwbT-oG',
4271
- itemId: 'qNCQmTFcFxwbT-oG',
4272
- piNumber: 2,
4273
- piOptionNumber: 2,
4274
- piString: 'pi string 2',
4275
- projectId: 'ocUdgjQckz-94pH8',
4276
- roles: [
4277
- 'color',
4278
- 'option'
4279
- ]
4280
- }
4281
- }
4282
- ],
4283
- deleteDataDownloadLink: 'https://...',
4284
- deletes: 1,
4285
- detail: {
4286
- adds: [],
4287
- assortmentId: '2bOWR2j9R0QThDVu',
4288
- deletes: [
4289
- {
4290
- assortItemString: 'assort string 2',
4291
- id: 'qNCQmTFcFxwbT-oG',
4292
- item: {
4293
- entityType: 'item',
4294
- id: 'qNCQmTFcFxwbT-oG',
4295
- itemFamilyId: 'jE8yyOIvpSyvIq8g',
4296
- itemNumber: 209,
4297
- name: 'd-test-1',
4298
- optionGroup: 'color',
4299
- optionName: 'option 2',
4300
- roles: [
4301
- 'color',
4302
- 'option'
4303
- ]
4304
- }
4305
- }
4306
- ],
4307
- errors: [],
4308
- familyItemsRemoved: [],
4309
- updates: [],
4310
- versionComments: '',
4311
- versionName: 'drop 2nd option'
4312
- },
4313
- detailDownloadLink: 'https://...',
4314
- errors: 0,
4315
- familyItemsRemoved: 0,
4316
- hydratedDetailDownloadLink: 'https://...',
4317
- id: 'CHGKSCT358qyh1Nu',
4318
- summary: {},
4319
- unchanged: 2,
4320
- updates: 0,
4321
- versionComments: '',
4322
- versionName: 'drop 2nd option'
4323
- },
4324
- {
4325
- adds: 1,
4326
- assortmentBaseline: {
4327
- assortmentItems: [
4328
- {
4329
- assortItemString: 'as 2-2',
4330
- entityType: 'assortment-item',
4331
- familyProjectItem: {
4332
- id: 'ocUdgjQckz-94pH8:fXImyoA5JqUvNWHY',
4333
- itemId: 'fXImyoA5JqUvNWHY',
4334
- projectId: 'ocUdgjQckz-94pH8',
4335
- roles: [
4336
- 'family'
4337
- ]
4338
- },
4339
- id: '3HP8VT2GaMnVoYbX',
4340
- item: {
4341
- id: 'SfUAZy_Hj631h2Kg',
4342
- itemFamily: {
4343
- id: 'fXImyoA5JqUvNWHY',
4344
- itemFamilyId: 'fXImyoA5JqUvNWHY',
4345
- itemNumber: 210,
4346
- name: 'd-test-2',
4347
- roles: [
4348
- 'family'
4349
- ]
4350
- },
4351
- itemFamilyId: 'fXImyoA5JqUvNWHY',
4352
- itemNumber: 212,
4353
- name: 'd-test-2',
4354
- optionGroup: 'color',
4355
- optionName: 'option 2',
4356
- roles: [
4357
- 'color',
4358
- 'option'
4359
- ]
4360
- },
4361
- itemId: 'SfUAZy_Hj631h2Kg',
4362
- projectItem: {
4363
- id: 'ocUdgjQckz-94pH8:SfUAZy_Hj631h2Kg',
4364
- itemId: 'SfUAZy_Hj631h2Kg',
4365
- piNumber: 4,
4366
- piOptionNumber: 4,
4367
- piString: 'pi 2-2',
4368
- projectId: 'ocUdgjQckz-94pH8',
4369
- roles: [
4370
- 'color',
4371
- 'option'
4372
- ]
4373
- }
4374
- },
4375
- {
4376
- assortItemString: 'assort string 1',
4377
- entityType: 'assortment-item',
4378
- familyProjectItem: {
4379
- id: 'ocUdgjQckz-94pH8:jE8yyOIvpSyvIq8g',
4380
- itemId: 'jE8yyOIvpSyvIq8g',
4381
- projectId: 'ocUdgjQckz-94pH8',
4382
- roles: [
4383
- 'family'
4384
- ]
4385
- },
4386
- id: 'TPlkvjYGnRCvS5kI',
4387
- item: {
4388
- id: 'Y_5IusFLG7S-RSi_',
4389
- itemFamily: {
4390
- id: 'jE8yyOIvpSyvIq8g',
4391
- itemFamilyId: 'jE8yyOIvpSyvIq8g',
4392
- itemNumber: 207,
4393
- name: 'd-test-1',
4394
- roles: [
4395
- 'family'
4396
- ]
4397
- },
4398
- itemFamilyId: 'jE8yyOIvpSyvIq8g',
4399
- itemNumber: 208,
4400
- name: 'd-test-1',
4401
- optionGroup: 'color',
4402
- optionName: 'option 1',
4403
- roles: [
4404
- 'color',
4405
- 'option'
4406
- ]
4407
- },
4408
- itemId: 'Y_5IusFLG7S-RSi_',
4409
- projectItem: {
4410
- id: 'ocUdgjQckz-94pH8:Y_5IusFLG7S-RSi_',
4411
- itemId: 'Y_5IusFLG7S-RSi_',
4412
- piNumber: 1,
4413
- piOptionNumber: 1,
4414
- piString: 'pi string 1',
4415
- projectId: 'ocUdgjQckz-94pH8',
4416
- roles: [
4417
- 'color',
4418
- 'option'
4419
- ]
4420
- }
4421
- },
4422
- {
4423
- assortItemString: 'as 2-1',
4424
- entityType: 'assortment-item',
4425
- familyProjectItem: {
4426
- id: 'ocUdgjQckz-94pH8:fXImyoA5JqUvNWHY',
4427
- itemId: 'fXImyoA5JqUvNWHY',
4428
- projectId: 'ocUdgjQckz-94pH8',
4429
- roles: [
4430
- 'family'
4431
- ]
4432
- },
4433
- id: 'REajA_xgBZhu2YJT',
4434
- item: {
4435
- id: 'mp9Zgcb89fMax1WW',
4436
- itemFamily: {
4437
- id: 'fXImyoA5JqUvNWHY',
4438
- itemFamilyId: 'fXImyoA5JqUvNWHY',
4439
- itemNumber: 210,
4440
- name: 'd-test-2',
4441
- roles: [
4442
- 'family'
4443
- ]
4444
- },
4445
- itemFamilyId: 'fXImyoA5JqUvNWHY',
4446
- itemNumber: 211,
4447
- name: 'd-test-2',
4448
- optionGroup: 'color',
4449
- optionName: 'option 1',
4450
- roles: [
4451
- 'color',
4452
- 'option'
4453
- ]
4454
- },
4455
- itemId: 'mp9Zgcb89fMax1WW',
4456
- projectItem: {
4457
- id: 'ocUdgjQckz-94pH8:mp9Zgcb89fMax1WW',
4458
- itemId: 'mp9Zgcb89fMax1WW',
4459
- piNumber: 3,
4460
- piOptionNumber: 3,
4461
- piString: 'pi 2-1',
4462
- projectId: 'ocUdgjQckz-94pH8',
4463
- roles: [
4464
- 'color',
4465
- 'option'
4466
- ]
4467
- }
4468
- }
4469
- ],
4470
- assortmentType: 'PLAN',
4471
- entityType: 'assortment',
4472
- id: '2bOWR2j9R0QThDVu',
4473
- name: 'drop test 2'
4474
- },
4475
- assortmentBaselineDownloadLink: 'https://...',
4476
- assortmentId: '2bOWR2j9R0QThDVu',
4477
- createdOn: '2023-08-04T17:24:48.625Z',
4478
- deleteData: [],
4479
- deleteDataDownloadLink: 'https://...',
4480
- deletes: 0,
4481
- detail: {
4482
- adds: [
4483
- {
4484
- assortItemString: 'as 2-2',
4485
- id: 'SfUAZy_Hj631h2Kg',
4486
- item: {
4487
- id: 'SfUAZy_Hj631h2Kg',
4488
- itemFamilyId: 'fXImyoA5JqUvNWHY',
4489
- itemNumber: 212,
4490
- name: 'd-test-2',
4491
- optionGroup: 'color',
4492
- optionName: 'option 2',
4493
- roles: [
4494
- 'color',
4495
- 'option'
4496
- ]
4497
- }
4498
- }
4499
- ],
4500
- assortmentId: '2bOWR2j9R0QThDVu',
4501
- deletes: [],
4502
- errors: [],
4503
- familyItemsRemoved: [],
4504
- updates: [],
4505
- versionComments: '',
4506
- versionName: 're-add option dropped 2nd publish'
4507
- },
4508
- detailDownloadLink: 'https://...',
4509
- errors: 0,
4510
- familyItemsRemoved: 0,
4511
- hydratedDetailDownloadLink: 'https://...',
4512
- id: 'H4L4dHziO6WZRIwa',
4513
- summary: {},
4514
- unchanged: 2,
4515
- updates: 0,
4516
- versionComments: '',
4517
- versionName: 're-add option dropped 2nd publish'
4518
- }
4519
- ];