@digdir/dialogporten-schema 1.114.3 → 1.114.4-117e054

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digdir/dialogporten-schema",
3
- "version": "1.114.3",
3
+ "version": "1.114.4-117e054",
4
4
  "description": "GraphQl schema and OpenAPI spec for Dialogporten",
5
5
  "engines": {
6
6
  "node": "24"
@@ -512,6 +512,13 @@
512
512
  "type": "array"
513
513
  }
514
514
  },
515
+ "required": [
516
+ "instanceRef",
517
+ "party",
518
+ "serviceResource",
519
+ "serviceOwner",
520
+ "authorizationEvidence"
521
+ ],
515
522
  "type": "object"
516
523
  },
517
524
  "V1CommonIdentifierLookup_IdentifierLookupAuthorizationEvidence": {
@@ -553,6 +560,9 @@
553
560
  "type": "string"
554
561
  }
555
562
  },
563
+ "required": [
564
+ "subject"
565
+ ],
556
566
  "type": "object"
557
567
  },
558
568
  "V1CommonIdentifierLookup_IdentifierLookupGrantType": {
@@ -588,6 +598,10 @@
588
598
  "type": "string"
589
599
  }
590
600
  },
601
+ "required": [
602
+ "orgNumber",
603
+ "code"
604
+ ],
591
605
  "type": "object"
592
606
  },
593
607
  "V1CommonIdentifierLookup_IdentifierLookupServiceResource": {
@@ -611,6 +625,11 @@
611
625
  "type": "array"
612
626
  }
613
627
  },
628
+ "required": [
629
+ "id",
630
+ "isDelegable",
631
+ "minimumAuthenticationLevel"
632
+ ],
614
633
  "type": "object"
615
634
  },
616
635
  "V1CommonIdentifierLookup_ServiceOwnerIdentifierLookup": {
@@ -647,6 +666,12 @@
647
666
  "type": "array"
648
667
  }
649
668
  },
669
+ "required": [
670
+ "instanceRef",
671
+ "party",
672
+ "serviceResource",
673
+ "serviceOwner"
674
+ ],
650
675
  "type": "object"
651
676
  },
652
677
  "V1CommonLocalizations_Localization": {
@@ -662,6 +687,10 @@
662
687
  "type": "string"
663
688
  }
664
689
  },
690
+ "required": [
691
+ "value",
692
+ "languageCode"
693
+ ],
665
694
  "type": "object"
666
695
  },
667
696
  "V1EndUserCommon_AcceptedLanguage": {
@@ -2947,6 +2976,13 @@
2947
2976
  }
2948
2977
  ]
2949
2978
  },
2979
+ "id": {
2980
+ "description": "A self-defined UUIDv7 may be provided to support idempotent creation of attachment URLs. If not provided, a new UUIDv7 will be generated.",
2981
+ "example": "01913cd5-784f-7d3b-abef-4c77b1f0972d",
2982
+ "format": "guid",
2983
+ "nullable": true,
2984
+ "type": "string"
2985
+ },
2950
2986
  "mediaType": {
2951
2987
  "description": "The media type of the attachment.",
2952
2988
  "example": "application/pdf\napplication/zip",
@@ -4004,7 +4040,7 @@
4004
4040
  ]
4005
4041
  },
4006
4042
  "id": {
4007
- "description": "A UUIDv7 used for merging existing data, unknown IDs will be ignored as this entity does not support user-defined IDs.",
4043
+ "description": "A self-defined UUIDv7 may be provided to support idempotent additions and updates of attachment URLs. If not provided, a new UUIDv7 will be generated.",
4008
4044
  "example": "01913cd5-784f-7d3b-abef-4c77b1f0972d",
4009
4045
  "format": "guid",
4010
4046
  "nullable": true,
@@ -4663,6 +4699,7 @@
4663
4699
  "createdAt": {
4664
4700
  "description": "Overrides the creating date and time for the transmission.",
4665
4701
  "format": "date-time",
4702
+ "nullable": true,
4666
4703
  "type": "string"
4667
4704
  },
4668
4705
  "extendedType": {