@digdir/dialogporten-schema 1.13.0 → 1.15.0-e9b844f
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 +1 -1
- package/swagger.verified.json +15 -20
package/package.json
CHANGED
package/swagger.verified.json
CHANGED
|
@@ -3494,7 +3494,7 @@
|
|
|
3494
3494
|
"type": "array"
|
|
3495
3495
|
},
|
|
3496
3496
|
"id": {
|
|
3497
|
-
"description": "
|
|
3497
|
+
"description": "A UUIDv7 used for merging existing data, unknown IDs will be ignored as this entity does not support user-defined IDs.",
|
|
3498
3498
|
"example": "01913cd5-784f-7d3b-abef-4c77b1f0972d",
|
|
3499
3499
|
"format": "guid",
|
|
3500
3500
|
"nullable": true,
|
|
@@ -3525,7 +3525,7 @@
|
|
|
3525
3525
|
]
|
|
3526
3526
|
},
|
|
3527
3527
|
"id": {
|
|
3528
|
-
"description": "
|
|
3528
|
+
"description": "A UUIDv7 used for merging existing data, unknown IDs will be ignored as this entity does not support user-defined IDs.",
|
|
3529
3529
|
"example": "01913cd5-784f-7d3b-abef-4c77b1f0972d",
|
|
3530
3530
|
"format": "guid",
|
|
3531
3531
|
"nullable": true,
|
|
@@ -3573,7 +3573,7 @@
|
|
|
3573
3573
|
"type": "array"
|
|
3574
3574
|
},
|
|
3575
3575
|
"id": {
|
|
3576
|
-
"description": "A
|
|
3576
|
+
"description": "A UUIDv7 used for merging existing data, unknown IDs will be ignored as this entity does not support user-defined IDs.",
|
|
3577
3577
|
"example": "01913cd5-784f-7d3b-abef-4c77b1f0972d",
|
|
3578
3578
|
"format": "guid",
|
|
3579
3579
|
"nullable": true,
|
|
@@ -3601,7 +3601,7 @@
|
|
|
3601
3601
|
]
|
|
3602
3602
|
},
|
|
3603
3603
|
"id": {
|
|
3604
|
-
"description": "A
|
|
3604
|
+
"description": "A UUIDv7 used for merging existing data, unknown IDs will be ignored as this entity does not support user-defined IDs.",
|
|
3605
3605
|
"example": "01913cd5-784f-7d3b-abef-4c77b1f0972d",
|
|
3606
3606
|
"format": "guid",
|
|
3607
3607
|
"nullable": true,
|
|
@@ -3644,7 +3644,7 @@
|
|
|
3644
3644
|
]
|
|
3645
3645
|
},
|
|
3646
3646
|
"id": {
|
|
3647
|
-
"description": "
|
|
3647
|
+
"description": "A UUIDv7 used for merging existing data, unknown IDs will be ignored as this entity does not support user-defined IDs.",
|
|
3648
3648
|
"example": "01913cd5-784f-7d3b-abef-4c77b1f0972d",
|
|
3649
3649
|
"format": "guid",
|
|
3650
3650
|
"nullable": true,
|
|
@@ -3931,13 +3931,6 @@
|
|
|
3931
3931
|
},
|
|
3932
3932
|
"type": "array"
|
|
3933
3933
|
},
|
|
3934
|
-
"id": {
|
|
3935
|
-
"description": "A self-defined UUIDv7 may be provided in order to support idempotent updates of attachments. If not supplied,\na new UUIDv7 will be generated.",
|
|
3936
|
-
"example": "01913cd5-784f-7d3b-abef-4c77b1f0972d",
|
|
3937
|
-
"format": "guid",
|
|
3938
|
-
"nullable": true,
|
|
3939
|
-
"type": "string"
|
|
3940
|
-
},
|
|
3941
3934
|
"urls": {
|
|
3942
3935
|
"description": "The URLs associated with the attachment, each referring to a different representation of the attachment.",
|
|
3943
3936
|
"items": {
|
|
@@ -3959,13 +3952,6 @@
|
|
|
3959
3952
|
}
|
|
3960
3953
|
]
|
|
3961
3954
|
},
|
|
3962
|
-
"id": {
|
|
3963
|
-
"description": "A self-defined UUIDv7 may be provided in order to support idempotent updates of attachment URLs. If not supplied,\na new UUIDv7 will be generated.",
|
|
3964
|
-
"example": "01913cd5-784f-7d3b-abef-4c77b1f0972d",
|
|
3965
|
-
"format": "guid",
|
|
3966
|
-
"nullable": true,
|
|
3967
|
-
"type": "string"
|
|
3968
|
-
},
|
|
3969
3955
|
"mediaType": {
|
|
3970
3956
|
"description": "The media type of the attachment.",
|
|
3971
3957
|
"example": "application/pdf\napplication/zip",
|
|
@@ -5057,6 +5043,15 @@
|
|
|
5057
5043
|
"format": "guid",
|
|
5058
5044
|
"type": "string"
|
|
5059
5045
|
}
|
|
5046
|
+
},
|
|
5047
|
+
{
|
|
5048
|
+
"description": "Filter by end user id",
|
|
5049
|
+
"in": "query",
|
|
5050
|
+
"name": "endUserId",
|
|
5051
|
+
"schema": {
|
|
5052
|
+
"nullable": true,
|
|
5053
|
+
"type": "string"
|
|
5054
|
+
}
|
|
5060
5055
|
}
|
|
5061
5056
|
],
|
|
5062
5057
|
"responses": {
|
|
@@ -6112,4 +6107,4 @@
|
|
|
6112
6107
|
"url": "https://altinn-dev-api.azure-api.net/dialogporten"
|
|
6113
6108
|
}
|
|
6114
6109
|
]
|
|
6115
|
-
}
|
|
6110
|
+
}
|