Skip to content

Commit

Permalink
deleting checking rules for the streetName (#302)
Browse files Browse the repository at this point in the history
  • Loading branch information
xuelianhan007 authored Dec 18, 2024
1 parent 154aa8b commit 6c8d43a
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,4 @@ spec:
path: "$.body.submittedGeographicAddress.['city']"
expectType: EXPECTED_TRUE
value: "${param}"
expectedValueType: String
- name: address_submittedGeographicAddress_streetName
path: "$.body.submittedGeographicAddress.['streetName']"
expectType: EXPECTED_TRUE
value: "${param}"
expectedValueType: String



expectedValueType: String
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,4 @@ spec:
path: "$.body.submittedGeographicAddress.['city']"
expectType: EXPECTED_TRUE
value: "${param}"
expectedValueType: String
- name: address_submittedGeographicAddress_streetName
path: "$.body.submittedGeographicAddress.['streetName']"
expectType: EXPECTED_TRUE
value: "${param}"
expectedValueType: String



expectedValueType: String
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ spec:
- classpath:/mef-sonata/mapping-matrix/mapping.matrix.inventory.eline.read.yaml
- classpath:/mef-sonata/mapping-matrix/mapping.matrix.inventory.uni.list.yaml
- classpath:/mef-sonata/mapping-matrix/mapping.matrix.inventory.eline.list.yaml
- classpath:/mef-sonata/template-upgrade/release.1.6.4.yaml
- classpath:/mef-sonata/template-upgrade/release.1.6.5.yaml


templateUpgradePaths:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
kind: kraken.product.template-upgrade
apiVersion: v1
metadata:
key: kraken.product.template-upgrade.1.6.5
name: V1.6.5
labels:
productSpec: grace
productVersion: V1.6.5
publishDate: 2024-12-18
description: |
Deleting the checking rule item of street name for the address validation in the rule matrix configuration.
version: 1

0 comments on commit 6c8d43a

Please sign in to comment.