From f4bb9f8631c72d986079af1fe8fc79cd7bbafb06 Mon Sep 17 00:00:00 2001 From: ruiyue Date: Wed, 26 Mar 2025 14:09:21 +0000 Subject: [PATCH 1/2] Update file TS28312_IntentNrm.yaml --- OpenAPI/TS28312_IntentNrm.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/OpenAPI/TS28312_IntentNrm.yaml b/OpenAPI/TS28312_IntentNrm.yaml index 8a66cce2e..b451403a2 100644 --- a/OpenAPI/TS28312_IntentNrm.yaml +++ b/OpenAPI/TS28312_IntentNrm.yaml @@ -217,6 +217,7 @@ components: - FEASIBILITYCHECK - FULFILMENT - EXPLORATION + - FULFILMENT_WITH_NEGOTIATION default: FULFILMENT FulfilmentStatus: type: string -- GitLab From b97b346c361bdacf5133b57a0cca508eeb84685e Mon Sep 17 00:00:00 2001 From: ruiyue Date: Tue, 8 Apr 2025 19:05:43 +0000 Subject: [PATCH 2/2] Update file TS28312_IntentNrm.yaml --- OpenAPI/TS28312_IntentNrm.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OpenAPI/TS28312_IntentNrm.yaml b/OpenAPI/TS28312_IntentNrm.yaml index b451403a2..c95e1aeb2 100644 --- a/OpenAPI/TS28312_IntentNrm.yaml +++ b/OpenAPI/TS28312_IntentNrm.yaml @@ -215,10 +215,10 @@ components: type: string enum: - FEASIBILITYCHECK - - FULFILMENT + - FULFILMENT_WITHOUT_NEGOTIATION - EXPLORATION - FULFILMENT_WITH_NEGOTIATION - default: FULFILMENT + default: FULFILMENT_WITHOUT_NEGOTIATION FulfilmentStatus: type: string readOnly: true -- GitLab