Skip to content

Conversation

@xerc
Copy link
Contributor

@xerc xerc commented Mar 12, 2025

shall all description-blocks be converted to multi-line?

@xerc
Copy link
Contributor Author

xerc commented Mar 12, 2025

TODO ..

<\/?p> => null
<br ?\/?> => \n | \t (expl. `INT_AIR`<br>International Air Freight)

(?<=description:)\s?['"]\s*([^|>"'\n\\*]+?)\s*['"]\n => $1\n
(?<=description: [|>])(?=\n) => - & \\n => \n & HANDWORK

@xerc
Copy link
Contributor Author

xerc commented Mar 12, 2025

& multible blocks .. expl. DeliveryDefense.yaml

@@ -4008,21 +4008,28 @@ components:
       - Code
       properties:
         Code:
-          description: Code for type of Return shipment. Valid values are:'2' = UPS
-            Print and Mail Return Label '3' =UPS One-Attempt Return Label'5' = UPS
-            Three Attempt Return Label'8' = UPS Electronic Return Label'9' = UPS Print
-            Return Label'10' = UPS Exchange Print Return Label                            '11'
-            = UPS Pack & Collect Service 1-Attempt Box 1 '12' = UPS Pack & Collect
-            Service 1-Attempt Box 2 '13' = UPS Pack & Collect Service 1-Attempt Box
-            3 '14' = UPS Pack & Collect Service 1-Attempt Box 4 '15' = UPS Pack &
-            Collect Service 1-Attempt Box 5 '16' = UPS Pack & Collect Service 3-Attempt
-            Box 1 '17' = UPS Pack & Collect Service 3-Attempt Box 2 '18' = UPS Pack
-            & Collect Service 3-Attempt Box 3 '19' = UPS Pack & Collect Service 3-Attempt
-            Box 4 '20' = UPS Pack & Collect Service 3-Attempt Box 5  10 = UPS Exchange
-            Print Return Label and 5 = UPS Three Attempt Return Label are not valid
-            for UPS WorldWide Express Freight and UPS Worldwide Express Freight Midday
-            Services. 3 = UPS One-Attempt Return Label is not valid return service
-            with UPS Premium Care accessorial.
+          description: |>
+            Code for type of Return shipment. Valid values are:
+            ' 2' = UPS Print and Mail Return Label
+            ' 3' = UPS One-Attempt Return Label
+            ' 5' = UPS Three Attempt Return Label
+            ' 8' = UPS Electronic Return Label
+            ' 9' = UPS Print Return Label
+            '10' = UPS Exchange Print Return Label
+            '11' = UPS Pack & Collect Service 1-Attempt Box 1
+            '12' = UPS Pack & Collect Service 1-Attempt Box 2
+            '13' = UPS Pack & Collect Service 1-Attempt Box 3
+            '14' = UPS Pack & Collect Service 1-Attempt Box 4
+            '15' = UPS Pack & Collect Service 1-Attempt Box 5
+            '16' = UPS Pack & Collect Service 3-Attempt Box 1
+            '17' = UPS Pack & Collect Service 3-Attempt Box 2
+            '18' = UPS Pack & Collect Service 3-Attempt Box 3
+            '19' = UPS Pack & Collect Service 3-Attempt Box 4
+            '20' = UPS Pack & Collect Service 3-Attempt Box 5
+            Important:
+            ' 3' is not valid return service with "UPS Premium Care accessorial".
+            ' 5' and '10' are not valid for "UPS WorldWide Express Freight" and "UPS Worldwide Express Freight Midday" Services.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant