Skip to content

Commit

Permalink
deploy: 986be19
Browse files Browse the repository at this point in the history
  • Loading branch information
nissimsan committed Sep 26, 2023
1 parent a87899b commit 9043ba0
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1199,7 +1199,7 @@ example: |-
"addressLocality": "Hernádez de Mara",
"addressRegion": "Nuevo Leon",
"postalCode": "32200",
"addressCountry": "Mexico"
"addressCountry": "MX"
}
}
},
Expand Down Expand Up @@ -1237,7 +1237,7 @@ example: |-
"addressLocality": "Hernádez de Mara",
"addressRegion": "Nuevo Leon",
"postalCode": "32200",
"addressCountry": "Mexico"
"addressCountry": "MX"
}
},
"email": "[email protected]",
Expand All @@ -1261,7 +1261,7 @@ example: |-
"addressLocality": "Detroit",
"addressRegion": "Michigan",
"postalCode": "48232-5170",
"addressCountry": "USA"
"addressCountry": "US"
}
}
},
Expand All @@ -1284,7 +1284,7 @@ example: |-
"addressLocality": "Detroit",
"addressRegion": "Michigan",
"postalCode": "48232-5170",
"addressCountry": "USA"
"addressCountry": "US"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ example: |-
"addressLocality": "Detroit",
"addressRegion": "Michigan",
"postalCode": "48232-5170",
"addressCountry": "USA"
"addressCountry": "US"
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,6 @@ properties:
additionalProperties: false
required:
- type
- name
notifyParty:
title: Notify Party
description: The freight forwarder party for this supply chain consignment.
Expand Down Expand Up @@ -604,7 +603,6 @@ properties:
additionalProperties: false
required:
- type
- name
preCarriageTransportMovement:
title: Pre-carriage Transport Movement
description: A pre-carriage logistics transport movement for the consignment.
Expand Down Expand Up @@ -1307,7 +1305,7 @@ example: |-
"streetAddress": "Rm. 3501, 35/F Manhatten Place, 23 Wang Tai Road",
"addressLocality": "Kowloon Bay",
"addressRegion": "Hong Kong",
"addressCountry": "Hong Kong SAR"
"addressCountry": "HK"
}
}
},
Expand Down
12 changes: 5 additions & 7 deletions openapi/openapi.bundled.json

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions sections/credentials.html
Original file line number Diff line number Diff line change
Expand Up @@ -1491,7 +1491,7 @@ <h2>Commercial Invoice Credential</h2>
"addressLocality": "Hernádez de Mara",
"addressRegion": "Nuevo Leon",
"postalCode": "32200",
"addressCountry": "Mexico"
"addressCountry": "MX"
}
}
},
Expand Down Expand Up @@ -1529,7 +1529,7 @@ <h2>Commercial Invoice Credential</h2>
"addressLocality": "Hernádez de Mara",
"addressRegion": "Nuevo Leon",
"postalCode": "32200",
"addressCountry": "Mexico"
"addressCountry": "MX"
}
},
"email": "[email protected]",
Expand All @@ -1553,7 +1553,7 @@ <h2>Commercial Invoice Credential</h2>
"addressLocality": "Detroit",
"addressRegion": "Michigan",
"postalCode": "48232-5170",
"addressCountry": "USA"
"addressCountry": "US"
}
}
},
Expand All @@ -1576,7 +1576,7 @@ <h2>Commercial Invoice Credential</h2>
"addressLocality": "Detroit",
"addressRegion": "Michigan",
"postalCode": "48232-5170",
"addressCountry": "USA"
"addressCountry": "US"
}
}
}
Expand Down Expand Up @@ -6672,7 +6672,7 @@ <h2>Intent To Import Credential</h2>
"addressLocality": "Detroit",
"addressRegion": "Michigan",
"postalCode": "48232-5170",
"addressCountry": "USA"
"addressCountry": "US"
}
}
},
Expand Down Expand Up @@ -7402,7 +7402,7 @@ <h2>Multi-Modal Bill of Lading Credential</h2>
"streetAddress": "Rm. 3501, 35/F Manhatten Place, 23 Wang Tai Road",
"addressLocality": "Kowloon Bay",
"addressRegion": "Hong Kong",
"addressCountry": "Hong Kong SAR"
"addressCountry": "HK"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion testsuite/jest-html-reporters-attach/result.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9043ba0

Please sign in to comment.