@dangl/ava-model 2.28.0 → 2.29.0-beta0005
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -349,7 +349,8 @@ declare enum AwardTypeDto {
|
|
|
349
349
|
SelectedCall = "SelectedCall",
|
|
350
350
|
DirectAward = "DirectAward",
|
|
351
351
|
InternationalNATOProcurement = "InternationalNATOProcurement",
|
|
352
|
-
CompetitiveDialog = "CompetitiveDialog"
|
|
352
|
+
CompetitiveDialog = "CompetitiveDialog",
|
|
353
|
+
InnovationPartnership = "InnovationPartnership"
|
|
353
354
|
}
|
|
354
355
|
/** This enumeration describes awards for project that are not just a regular procurement. For example, it can be used to describe recurring maintenance or an outline contract (German: Rahmenvertrag) which just specifies services and prices but may be requested on demand when necessary */
|
|
355
356
|
declare enum SpecialAwardKindDto {
|