Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(sdk): removed the constant validation of the type for creating uni order #171

Merged
merged 4 commits into from
Nov 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ spec:
value: "INSTALL_LOCATION"
- name: productOrderItem[0].product.place[0].@type
path: "$.body.productOrderItem[0].product.place[0].@type"
expectType: EXPECTED
value: "GeographicAddressRef"
expectType: EXPECTED_EXIST
value: true
- name: relatedContactInformation_emailAddress
path: "$.body.relatedContactInformation[*]"
expectType: EXPECTED_TRUE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,13 +98,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.5.9.yaml
- classpath:/mef-sonata/template-upgrade/release.1.5.10.yaml
- classpath:/mef-sonata/template-upgrade/release.1.5.11.yaml
- classpath:/mef-sonata/template-upgrade/release.1.5.12.yaml
- classpath:/mef-sonata/template-upgrade/release.1.5.13.yaml
- classpath:/mef-sonata/template-upgrade/release.1.5.14.yaml
- classpath:/mef-sonata/template-upgrade/release.1.5.15.yaml
- classpath:/mef-sonata/template-upgrade/release.1.5.16.yaml


templateUpgradePaths:
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

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.5.16
name: V1.5.16
labels:
productSpec: grace
productVersion: V1.5.16
publishDate: 2024-11-18
description: |
Removed the constant validation of the place.@type for creating UNI order
version: 2

This file was deleted.

Loading