apn-app-manager 1.0.0 → 1.1.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 (34) hide show
  1. package/APPS.properties +45 -0
  2. package/APPS.zip +0 -0
  3. package/AS GSS Full Application.zip +0 -0
  4. package/AS IO Full Application.zip +0 -0
  5. package/AS MSG Messaging.zip +0 -0
  6. package/CT APP Clone Tester.zip +0 -0
  7. package/{out/NEW - CT APP Clone Tester.zip → NEW - CT APP Clone Tester.zip} +0 -0
  8. package/README.md +2 -1
  9. package/out/NEW Clone Tester.zip +0 -0
  10. package/out/namespaces.json +8 -0
  11. package/out/not-cloned-uuids.json +4 -1
  12. package/out/objects.json +114 -24
  13. package/out/temp/META-INF/MANIFEST.MF +1 -1
  14. package/out/temp/META-INF/export.log +762 -709
  15. package/out/temp/application/_a-0000e88d-6440-8000-9bf2-011c48011c48_855378-new.xml +13 -1
  16. package/out/temp/content/1d6e665c-14b4-4bb9-88fb-ae64e1eddbf3-new.xml +1 -1
  17. package/out/temp/content/6b262b50-0d7a-4dc9-a31b-473fd11f347a-new.xml +1 -1
  18. package/out/temp/content/_a-0000e88d-6440-8000-9bf2-011c48011c48_863563-new.xml +1 -0
  19. package/out/temp/content/_a-0000e88d-6440-8000-9bf2-011c48011c48_863564-new.xml +2 -0
  20. package/out/temp/content/_a-0000e88d-6440-8000-9bf2-011c48011c48_863573-new.xml +1 -0
  21. package/out/temp/content/_a-0000e88d-6440-8000-9bf2-011c48011c48_863584-new.xml +2 -0
  22. package/out/temp/content/_a-0000e88d-6440-8000-9bf2-011c48011c48_863603-new.xml +1 -0
  23. package/out/temp/content/_a-0000e88d-6440-8000-9bf2-011c48011c48_874621-new.xml +55 -0
  24. package/out/temp/content/_a-0000e88d-6440-8000-9bf2-011c48011c48_879069.xml +51 -0
  25. package/out/temp/content/fcb9b72f-10dd-4744-8870-a44a7fcb4aeb-new.xml +1 -1
  26. package/out/temp/dataStore/_a-0000e88d-6440-8000-9bf2-011c48011c48_855385-new.xml +2 -0
  27. package/out/temp/processModelFolder/_g-0000e88d-6441-8000-10c5-7f0000014e7a_197-new.xml +2 -0
  28. package/package.json +1 -1
  29. package/src/actions/cloneAction.js +19 -25
  30. package/src/cons.js +1 -0
  31. package/src/handlers/fileSelectHandler.js +17 -7
  32. package/src/handlers/objectMapsUpdateHandler.js +4 -16
  33. package/src/handlers/objectModifyHandler.js +26 -15
  34. package/src/util.js +3 -1
@@ -0,0 +1,45 @@
1
+ ## ----------------------------------------------------------------------
2
+ ## Instructions
3
+ ##
4
+ ## All of the properties in this file are commented out; they have a pound
5
+ ## symbol at the start of each line that renders them inert.
6
+ ##
7
+ ## Instructions and headings are marked with two preceding pound
8
+ ## symbols (##).
9
+ ##
10
+ ## On import, all commented-out properties are ignored, and the
11
+ ## corresponding values in the destination environment remain
12
+ ## unchanged.
13
+ ##
14
+ ## To set or change a property on import using this file,
15
+ ## uncomment the property by removing the pound symbol from the start
16
+ ## of its line. Then enter a value for the property after the equals
17
+ ## sign (=) at the end of that import customization file.
18
+ ##
19
+ ## If you uncomment a property, but provide no value, the value of
20
+ ## that property will be set to null in the destination environment.
21
+ ## Properties that correspond to admin console settings and require a value
22
+ ## will be set to their default value instead of being set to null. Default
23
+ ## values of settings may be different between versions of Appian.
24
+ ##
25
+ ## To force sync of a record type please add an entry to the file in the following format
26
+ ## recordType.<UUID>.forceSync=true
27
+ ##
28
+ ## To force import unchanged objects add the following line in the file
29
+ ## importSetting.FORCE_UPDATE=true
30
+ ##
31
+ ## Note: Never remove the double pound symbols (##) in front of instructions
32
+ ## and headings.
33
+ ## ----------------------------------------------------------------------
34
+
35
+ ## Constant: CT_APP_ENV_SPECIFIC
36
+ ## Type: Number (Integer)
37
+ ##
38
+ ## Integer values can only contain numeric characters.
39
+ #content._a-0000e88d-6440-8000-9bf2-011c48011c48_874621.VALUE=1
40
+
41
+ ## Constant: NEW_ENV_SPECIFIC
42
+ ## Type: Number (Integer)
43
+ ##
44
+ ## Integer values can only contain numeric characters.
45
+ #content._a-0000e88d-6440-8000-9bf2-011c48011c48_874621-new.VALUE=1
package/APPS.zip ADDED
Binary file
Binary file
Binary file
Binary file
Binary file
package/README.md CHANGED
@@ -39,6 +39,7 @@ Used to duplicate all objects of an application, which replaces the namespace of
39
39
  1. Run the command `apn` in a folder containing your exported application zip.
40
40
  1. Select `clone` for "What would you like to do?".
41
41
  1. Select your application zip.
42
+ 1. Select your import customization properties file, if you have one.
42
43
  1. Enter your current namespace.
43
44
  - For example, an application with objects such as `SMP APP Artifacts` and `SMP_APP_displayUser` would have a namespace of `SMP_APP`
44
45
  1. Enter your new namespace.
@@ -49,7 +50,7 @@ Used to duplicate all objects of an application, which replaces the namespace of
49
50
  1. Always inspect your cloned zip before importing to verify that what will be imported matches what you'd expect.
50
51
  1. The cloning tool is idempotent meaning it will always return the same output zip run against the same input. This also means you can develop an application, clone it, then enhance the original application, re-clone it, and that second clone will deploy over the first clone with objects being recognized as "Changed" as if you had just modified the clone directly.
51
52
  1. It is highly recommended that all objects in your application have the same prefix (including objects that generally aren't prefixed such as applications, groups, process models, etc). Otherwise, the cloning tool will not be able to generate a unique name for these objects, and certain objects are required to have unique names.
52
- 1. Import properties files and SQL files for your application are not supported for cloning at this time. These artifacts will have to be adjusted manually to align with the cloned objects (i.e. swapping UUID or name references).
53
+ 1. SQL files for your application are not supported for cloning at this time. SQL scripts will have to be adjusted manually to align with the cloned objects (i.e. changing table name references).
53
54
  1. There are two other document generated in the `/out/` folder after cloning:
54
55
  - `objects.json` - This contains every attribute of collected metadata from every object in the package, including its current value and new value.
55
56
  - `not-cloned-uuids.json` - Warnings may appear during cloning about UUIDs in the package that the tool didn't know how to handle, which will be listed in this file. If no warnings appeared, this file will be empty. Generally these can be ignored if your inspection looks good, however these may be actual issues that come up due to XML structure changes in future Appian platform releases. Please reach out to the authors of this tool if you have any questions about this.
Binary file
@@ -0,0 +1,8 @@
1
+ {
2
+ "CT_APP": {
3
+ "newNamespace": "NEW"
4
+ },
5
+ "Objects with no found namespace": {
6
+ "newNamespace": ""
7
+ }
8
+ }
@@ -1,3 +1,6 @@
1
1
  {
2
- "uuids": []
2
+ "uuids": [
3
+ "_a-0000e88d-6440-8000-9bf2-011c48011c48_879069",
4
+ "_a-0000e88d-6440-8000-9bf2-011c48011c48_879073"
5
+ ]
3
6
  }
package/out/objects.json CHANGED
@@ -67,7 +67,9 @@
67
67
  "historyUuids": [
68
68
  "_a-0000e88d-6440-8000-9bf2-011c48011c48_855397",
69
69
  "_a-0000e88d-6440-8000-9bf2-011c48011c48_863819",
70
- "_a-0000e88d-6440-8000-9bf2-011c48011c48_864546"
70
+ "_a-0000e88d-6440-8000-9bf2-011c48011c48_864546",
71
+ "_a-0000e88d-6440-8000-9bf2-011c48011c48_855397-two_pre",
72
+ "_a-0000e88d-6440-8000-9bf2-011c48011c48_863819-two_pre"
71
73
  ],
72
74
  "dseUuids": [
73
75
  "42b8b800-9799-47f6-b15e-41dca1f126c3"
@@ -84,7 +86,9 @@
84
86
  "historyUuids": [
85
87
  "_a-0000e88d-6440-8000-9bf2-011c48011c48_855397-new",
86
88
  "_a-0000e88d-6440-8000-9bf2-011c48011c48_863819-new",
87
- "_a-0000e88d-6440-8000-9bf2-011c48011c48_864546-new"
89
+ "_a-0000e88d-6440-8000-9bf2-011c48011c48_864546-new",
90
+ "_a-0000e88d-6440-8000-9bf2-011c48011c48_855397-two_pre-new",
91
+ "_a-0000e88d-6440-8000-9bf2-011c48011c48_863819-two_pre-new"
88
92
  ],
89
93
  "dseUuids": [
90
94
  "42b8b800-9799-47f6-b15e-41dca1f126c3-new"
@@ -371,7 +375,7 @@
371
375
  "uuid": "_a-0000e88d-6440-8000-9bf2-011c48011c48_855378",
372
376
  "name": "CT APP Clone Tester",
373
377
  "description": "",
374
- "version": "_a-0000e88d-6440-8000-9bf2-011c48011c48_870731",
378
+ "version": "_a-0000e88d-6440-8000-9bf2-011c48011c48_879074",
375
379
  "historyUuids": [
376
380
  "_a-0000e88d-6440-8000-9bf2-011c48011c48_855530",
377
381
  "_a-0000e88d-6440-8000-9bf2-011c48011c48_856226",
@@ -387,7 +391,17 @@
387
391
  "_a-0000e88d-6440-8000-9bf2-011c48011c48_865296",
388
392
  "_a-0000e88d-6440-8000-9bf2-011c48011c48_866484",
389
393
  "_a-0000e88d-6440-8000-9bf2-011c48011c48_868630",
390
- "_a-0000e88d-6440-8000-9bf2-011c48011c48_870731"
394
+ "_a-0000e88d-6440-8000-9bf2-011c48011c48_870731",
395
+ "_a-0000e88d-6440-8000-9bf2-011c48011c48_874626",
396
+ "_a-0000e88d-6440-8000-9bf2-011c48011c48_879074",
397
+ "_a-0000e88d-6440-8000-9bf2-011c48011c48_855530-two_pre",
398
+ "_a-0000e88d-6440-8000-9bf2-011c48011c48_856226-two_pre",
399
+ "_a-0000e88d-6440-8000-9bf2-011c48011c48_863428-two_pre",
400
+ "_a-0000e88d-6440-8000-9bf2-011c48011c48_863621-two_pre",
401
+ "_a-0000e88d-6440-8000-9bf2-011c48011c48_863834-two_pre",
402
+ "_a-0000e88d-6440-8000-9bf2-011c48011c48_864471-two_pre",
403
+ "_a-0000e88d-6440-8000-9bf2-011c48011c48_864531-two_pre",
404
+ "_a-0000e88d-6440-8000-9bf2-011c48011c48_864551-two_pre"
391
405
  ],
392
406
  "urlStub": "1O0-SA",
393
407
  "appPrefix": "CT_APP"
@@ -396,7 +410,7 @@
396
410
  "uuid": "_a-0000e88d-6440-8000-9bf2-011c48011c48_855378-new",
397
411
  "name": "NEW Clone Tester",
398
412
  "description": "",
399
- "version": "_a-0000e88d-6440-8000-9bf2-011c48011c48_870731-new",
413
+ "version": "_a-0000e88d-6440-8000-9bf2-011c48011c48_879074-new",
400
414
  "historyUuids": [
401
415
  "_a-0000e88d-6440-8000-9bf2-011c48011c48_855530-new",
402
416
  "_a-0000e88d-6440-8000-9bf2-011c48011c48_856226-new",
@@ -412,7 +426,17 @@
412
426
  "_a-0000e88d-6440-8000-9bf2-011c48011c48_865296-new",
413
427
  "_a-0000e88d-6440-8000-9bf2-011c48011c48_866484-new",
414
428
  "_a-0000e88d-6440-8000-9bf2-011c48011c48_868630-new",
415
- "_a-0000e88d-6440-8000-9bf2-011c48011c48_870731-new"
429
+ "_a-0000e88d-6440-8000-9bf2-011c48011c48_870731-new",
430
+ "_a-0000e88d-6440-8000-9bf2-011c48011c48_874626-new",
431
+ "_a-0000e88d-6440-8000-9bf2-011c48011c48_879074-new",
432
+ "_a-0000e88d-6440-8000-9bf2-011c48011c48_855530-two_pre-new",
433
+ "_a-0000e88d-6440-8000-9bf2-011c48011c48_856226-two_pre-new",
434
+ "_a-0000e88d-6440-8000-9bf2-011c48011c48_863428-two_pre-new",
435
+ "_a-0000e88d-6440-8000-9bf2-011c48011c48_863621-two_pre-new",
436
+ "_a-0000e88d-6440-8000-9bf2-011c48011c48_863834-two_pre-new",
437
+ "_a-0000e88d-6440-8000-9bf2-011c48011c48_864471-two_pre-new",
438
+ "_a-0000e88d-6440-8000-9bf2-011c48011c48_864531-two_pre-new",
439
+ "_a-0000e88d-6440-8000-9bf2-011c48011c48_864551-two_pre-new"
416
440
  ],
417
441
  "urlStub": "new-1O0-SA",
418
442
  "appPrefix": "NEW"
@@ -530,7 +554,7 @@
530
554
  "_a-0000e88d-6440-8000-9bf2-011c48011c48_864507"
531
555
  ],
532
556
  "documentRawName": "",
533
- "cacheVersionKey": "a8a411d2-0c0d-42b9-893c-fcf675811db9"
557
+ "cacheVersionKey": "1d7bf3d3-8462-4d14-b5a4-a8d89a730540"
534
558
  },
535
559
  "new": {
536
560
  "uuid": "1d6e665c-14b4-4bb9-88fb-ae64e1eddbf3-new",
@@ -541,7 +565,7 @@
541
565
  "_a-0000e88d-6440-8000-9bf2-011c48011c48_864507-new"
542
566
  ],
543
567
  "documentRawName": "",
544
- "cacheVersionKey": "a8a411d2-0c0d-42b9-893c-fcf675811db9-new"
568
+ "cacheVersionKey": "1d7bf3d3-8462-4d14-b5a4-a8d89a730540-new"
545
569
  }
546
570
  },
547
571
  {
@@ -555,7 +579,7 @@
555
579
  "_a-0000e88d-6440-8000-9bf2-011c48011c48_864958"
556
580
  ],
557
581
  "documentRawName": "",
558
- "cacheVersionKey": "0bee8566-1672-4972-8f90-1534d210780a"
582
+ "cacheVersionKey": "fcf851e5-b545-4a36-a11b-ea4be5667011"
559
583
  },
560
584
  "new": {
561
585
  "uuid": "6b262b50-0d7a-4dc9-a31b-473fd11f347a-new",
@@ -567,7 +591,7 @@
567
591
  "_a-0000e88d-6440-8000-9bf2-011c48011c48_864958-new"
568
592
  ],
569
593
  "documentRawName": "",
570
- "cacheVersionKey": "0bee8566-1672-4972-8f90-1534d210780a-new"
594
+ "cacheVersionKey": "fcf851e5-b545-4a36-a11b-ea4be5667011-new"
571
595
  }
572
596
  },
573
597
  {
@@ -608,7 +632,8 @@
608
632
  "version": "_a-0000e88d-6440-8000-9bf2-011c48011c48_863780",
609
633
  "historyUuids": [
610
634
  "_a-0000e88d-6440-8000-9bf2-011c48011c48_863582",
611
- "_a-0000e88d-6440-8000-9bf2-011c48011c48_863780"
635
+ "_a-0000e88d-6440-8000-9bf2-011c48011c48_863780",
636
+ "_a-0000e88d-6440-8000-9bf2-011c48011c48_863582-two_pre"
612
637
  ],
613
638
  "documentRawName": "",
614
639
  "cacheVersionKey": ""
@@ -620,7 +645,8 @@
620
645
  "version": "_a-0000e88d-6440-8000-9bf2-011c48011c48_863780-new",
621
646
  "historyUuids": [
622
647
  "_a-0000e88d-6440-8000-9bf2-011c48011c48_863582-new",
623
- "_a-0000e88d-6440-8000-9bf2-011c48011c48_863780-new"
648
+ "_a-0000e88d-6440-8000-9bf2-011c48011c48_863780-new",
649
+ "_a-0000e88d-6440-8000-9bf2-011c48011c48_863582-two_pre-new"
624
650
  ],
625
651
  "documentRawName": "",
626
652
  "cacheVersionKey": ""
@@ -635,7 +661,9 @@
635
661
  "historyUuids": [
636
662
  "_a-0000e88d-6440-8000-9bf2-011c48011c48_863571",
637
663
  "_a-0000e88d-6440-8000-9bf2-011c48011c48_863785",
638
- "_a-0000e88d-6440-8000-9bf2-011c48011c48_864550"
664
+ "_a-0000e88d-6440-8000-9bf2-011c48011c48_864550",
665
+ "_a-0000e88d-6440-8000-9bf2-011c48011c48_863571-two_pre",
666
+ "_a-0000e88d-6440-8000-9bf2-011c48011c48_863785-two_pre"
639
667
  ],
640
668
  "documentRawName": "",
641
669
  "cacheVersionKey": ""
@@ -648,7 +676,9 @@
648
676
  "historyUuids": [
649
677
  "_a-0000e88d-6440-8000-9bf2-011c48011c48_863571-new",
650
678
  "_a-0000e88d-6440-8000-9bf2-011c48011c48_863785-new",
651
- "_a-0000e88d-6440-8000-9bf2-011c48011c48_864550-new"
679
+ "_a-0000e88d-6440-8000-9bf2-011c48011c48_864550-new",
680
+ "_a-0000e88d-6440-8000-9bf2-011c48011c48_863571-two_pre-new",
681
+ "_a-0000e88d-6440-8000-9bf2-011c48011c48_863785-two_pre-new"
652
682
  ],
653
683
  "documentRawName": "",
654
684
  "cacheVersionKey": ""
@@ -662,7 +692,8 @@
662
692
  "version": "_a-0000e88d-6440-8000-9bf2-011c48011c48_863782",
663
693
  "historyUuids": [
664
694
  "_a-0000e88d-6440-8000-9bf2-011c48011c48_863577",
665
- "_a-0000e88d-6440-8000-9bf2-011c48011c48_863782"
695
+ "_a-0000e88d-6440-8000-9bf2-011c48011c48_863782",
696
+ "_a-0000e88d-6440-8000-9bf2-011c48011c48_863577-two_pre"
666
697
  ],
667
698
  "documentRawName": "",
668
699
  "cacheVersionKey": ""
@@ -674,7 +705,8 @@
674
705
  "version": "_a-0000e88d-6440-8000-9bf2-011c48011c48_863782-new",
675
706
  "historyUuids": [
676
707
  "_a-0000e88d-6440-8000-9bf2-011c48011c48_863577-new",
677
- "_a-0000e88d-6440-8000-9bf2-011c48011c48_863782-new"
708
+ "_a-0000e88d-6440-8000-9bf2-011c48011c48_863782-new",
709
+ "_a-0000e88d-6440-8000-9bf2-011c48011c48_863577-two_pre-new"
678
710
  ],
679
711
  "documentRawName": "",
680
712
  "cacheVersionKey": ""
@@ -690,7 +722,9 @@
690
722
  "_a-0000e88d-6440-8000-9bf2-011c48011c48_863588",
691
723
  "_a-0000e88d-6440-8000-9bf2-011c48011c48_863778",
692
724
  "_a-0000e88d-6440-8000-9bf2-011c48011c48_864547",
693
- "_a-0000e88d-6440-8000-9bf2-011c48011c48_869156"
725
+ "_a-0000e88d-6440-8000-9bf2-011c48011c48_869156",
726
+ "_a-0000e88d-6440-8000-9bf2-011c48011c48_863588-two_pre",
727
+ "_a-0000e88d-6440-8000-9bf2-011c48011c48_863778-two_pre"
694
728
  ],
695
729
  "documentRawName": "",
696
730
  "cacheVersionKey": ""
@@ -704,7 +738,9 @@
704
738
  "_a-0000e88d-6440-8000-9bf2-011c48011c48_863588-new",
705
739
  "_a-0000e88d-6440-8000-9bf2-011c48011c48_863778-new",
706
740
  "_a-0000e88d-6440-8000-9bf2-011c48011c48_864547-new",
707
- "_a-0000e88d-6440-8000-9bf2-011c48011c48_869156-new"
741
+ "_a-0000e88d-6440-8000-9bf2-011c48011c48_869156-new",
742
+ "_a-0000e88d-6440-8000-9bf2-011c48011c48_863588-two_pre-new",
743
+ "_a-0000e88d-6440-8000-9bf2-011c48011c48_863778-two_pre-new"
708
744
  ],
709
745
  "documentRawName": "",
710
746
  "cacheVersionKey": ""
@@ -718,7 +754,8 @@
718
754
  "version": "_a-0000e88d-6440-8000-9bf2-011c48011c48_863767",
719
755
  "historyUuids": [
720
756
  "_a-0000e88d-6440-8000-9bf2-011c48011c48_863649",
721
- "_a-0000e88d-6440-8000-9bf2-011c48011c48_863767"
757
+ "_a-0000e88d-6440-8000-9bf2-011c48011c48_863767",
758
+ "_a-0000e88d-6440-8000-9bf2-011c48011c48_863649-two_pre"
722
759
  ],
723
760
  "documentRawName": "CT.APP.BrandingDoc",
724
761
  "cacheVersionKey": ""
@@ -730,7 +767,8 @@
730
767
  "version": "_a-0000e88d-6440-8000-9bf2-011c48011c48_863767-new",
731
768
  "historyUuids": [
732
769
  "_a-0000e88d-6440-8000-9bf2-011c48011c48_863649-new",
733
- "_a-0000e88d-6440-8000-9bf2-011c48011c48_863767-new"
770
+ "_a-0000e88d-6440-8000-9bf2-011c48011c48_863767-new",
771
+ "_a-0000e88d-6440-8000-9bf2-011c48011c48_863649-two_pre-new"
734
772
  ],
735
773
  "documentRawName": "NEW.BrandingDoc",
736
774
  "cacheVersionKey": ""
@@ -814,6 +852,54 @@
814
852
  "cacheVersionKey": ""
815
853
  }
816
854
  },
855
+ {
856
+ "current": {
857
+ "uuid": "_a-0000e88d-6440-8000-9bf2-011c48011c48_874621",
858
+ "name": "CT_APP_ENV_SPECIFIC",
859
+ "description": "",
860
+ "version": "_a-0000e88d-6440-8000-9bf2-011c48011c48_874625",
861
+ "historyUuids": [
862
+ "_a-0000e88d-6440-8000-9bf2-011c48011c48_874625"
863
+ ],
864
+ "documentRawName": "",
865
+ "cacheVersionKey": ""
866
+ },
867
+ "new": {
868
+ "uuid": "_a-0000e88d-6440-8000-9bf2-011c48011c48_874621-new",
869
+ "name": "NEW_ENV_SPECIFIC",
870
+ "description": "",
871
+ "version": "_a-0000e88d-6440-8000-9bf2-011c48011c48_874625-new",
872
+ "historyUuids": [
873
+ "_a-0000e88d-6440-8000-9bf2-011c48011c48_874625-new"
874
+ ],
875
+ "documentRawName": "",
876
+ "cacheVersionKey": ""
877
+ }
878
+ },
879
+ {
880
+ "current": {
881
+ "uuid": "_a-0000e88d-6440-8000-9bf2-011c48011c48_879069",
882
+ "name": "notavalidprefix_CT_APP_GetBranding",
883
+ "description": "Use this rule to see what happens when something doesn't have a valid prefix, but also has the same part of its name as another rule",
884
+ "version": "_a-0000e88d-6440-8000-9bf2-011c48011c48_879073",
885
+ "historyUuids": [
886
+ "_a-0000e88d-6440-8000-9bf2-011c48011c48_879073"
887
+ ],
888
+ "documentRawName": "",
889
+ "cacheVersionKey": ""
890
+ },
891
+ "new": {
892
+ "uuid": "_a-0000e88d-6440-8000-9bf2-011c48011c48_879069",
893
+ "name": "notavalidprefix_CT_APP_GetBranding",
894
+ "description": "Use this rule to see what happens when something doesn't have a valid prefix, but also has the same part of its name as another rule",
895
+ "version": "_a-0000e88d-6440-8000-9bf2-011c48011c48_879073",
896
+ "historyUuids": [
897
+ "_a-0000e88d-6440-8000-9bf2-011c48011c48_879073"
898
+ ],
899
+ "documentRawName": "",
900
+ "cacheVersionKey": ""
901
+ }
902
+ },
817
903
  {
818
904
  "current": {
819
905
  "uuid": "b639666e-eb53-4a1a-b963-c2a21ca400f7",
@@ -880,7 +966,7 @@
880
966
  "_a-0000e88d-6440-8000-9bf2-011c48011c48_864900"
881
967
  ],
882
968
  "documentRawName": "",
883
- "cacheVersionKey": "15494a75-2573-466e-8c3b-3ae99b441ee0"
969
+ "cacheVersionKey": "263b5533-f710-4c48-9e3a-dd163dd94a1a"
884
970
  },
885
971
  "new": {
886
972
  "uuid": "fcb9b72f-10dd-4744-8870-a44a7fcb4aeb-new",
@@ -893,7 +979,7 @@
893
979
  "_a-0000e88d-6440-8000-9bf2-011c48011c48_864900-new"
894
980
  ],
895
981
  "documentRawName": "",
896
- "cacheVersionKey": "15494a75-2573-466e-8c3b-3ae99b441ee0-new"
982
+ "cacheVersionKey": "263b5533-f710-4c48-9e3a-dd163dd94a1a-new"
897
983
  }
898
984
  },
899
985
  {
@@ -977,7 +1063,9 @@
977
1063
  "historyUuids": [
978
1064
  "_g-0000e88d-6441-8000-10c5-7f0000014e7a_200",
979
1065
  "_g-0000e88d-6441-8000-10c5-7f0000014e7a_205",
980
- "_g-0000e88d-6441-8000-10c5-7f0000014e7a_221"
1066
+ "_g-0000e88d-6441-8000-10c5-7f0000014e7a_221",
1067
+ "_g-0000e88d-6441-8000-10c5-7f0000014e7a_200-two_pre",
1068
+ "_g-0000e88d-6441-8000-10c5-7f0000014e7a_205-two_pre"
981
1069
  ],
982
1070
  "documentRawName": "",
983
1071
  "cacheVersionKey": ""
@@ -990,7 +1078,9 @@
990
1078
  "historyUuids": [
991
1079
  "_g-0000e88d-6441-8000-10c5-7f0000014e7a_200-new",
992
1080
  "_g-0000e88d-6441-8000-10c5-7f0000014e7a_205-new",
993
- "_g-0000e88d-6441-8000-10c5-7f0000014e7a_221-new"
1081
+ "_g-0000e88d-6441-8000-10c5-7f0000014e7a_221-new",
1082
+ "_g-0000e88d-6441-8000-10c5-7f0000014e7a_200-two_pre-new",
1083
+ "_g-0000e88d-6441-8000-10c5-7f0000014e7a_205-two_pre-new"
994
1084
  ],
995
1085
  "documentRawName": "",
996
1086
  "cacheVersionKey": ""
@@ -1,4 +1,4 @@
1
1
  Manifest-Version: 1.0
2
- Created-On: 2022-09-07T01:19:39.857Z
2
+ Created-On: 2022-09-13T07:52:11.106Z
3
3
  Appian-Version: 22.2.350.0
4
4