@digdir/dialogporten-schema 1.7.1-576560d → 1.7.1-6490625

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.7.1-576560d",
3
+ "version": "1.7.1-6490625",
4
4
  "description": "GraphQl schema and OpenAPI spec for Dialogporten",
5
5
  "author": "DigDir",
6
6
  "repository": {
@@ -115,7 +115,7 @@ type Element {
115
115
  type ElementUrl {
116
116
  id: UUID!
117
117
  url: URL!
118
- mimeType: String
118
+ mediaType: String
119
119
  consumerType: ElementUrlConsumer!
120
120
  }
121
121
 
@@ -266,7 +266,7 @@
266
266
  {
267
267
  "Id": "858177cb-8584-4d10-a086-3a5defa7a6c3",
268
268
  "Url": "http://example.com/some-url",
269
- "MimeType": "application/json",
269
+ "MediaType": "application/json",
270
270
  "ConsumerType": 0
271
271
  }
272
272
  ]
@@ -2604,7 +2604,7 @@
2604
2604
  "type": "string",
2605
2605
  "format": "uri"
2606
2606
  },
2607
- "mimeType": {
2607
+ "mediaType": {
2608
2608
  "type": "string",
2609
2609
  "nullable": true
2610
2610
  },
@@ -3159,7 +3159,7 @@
3159
3159
  "type": "string",
3160
3160
  "format": "uri"
3161
3161
  },
3162
- "mimeType": {
3162
+ "mediaType": {
3163
3163
  "type": "string",
3164
3164
  "nullable": true
3165
3165
  },
@@ -3504,7 +3504,7 @@
3504
3504
  "type": "string",
3505
3505
  "format": "uri"
3506
3506
  },
3507
- "mimeType": {
3507
+ "mediaType": {
3508
3508
  "type": "string",
3509
3509
  "nullable": true
3510
3510
  },
@@ -4225,7 +4225,7 @@
4225
4225
  "type": "string",
4226
4226
  "format": "uri"
4227
4227
  },
4228
- "mimeType": {
4228
+ "mediaType": {
4229
4229
  "type": "string",
4230
4230
  "nullable": true
4231
4231
  },
@@ -4474,4 +4474,4 @@
4474
4474
  }
4475
4475
  }
4476
4476
  }
4477
- }
4477
+ }