@digdir/dialogporten-schema 1.57.1 → 1.57.2

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.57.1",
3
+ "version": "1.57.2",
4
4
  "description": "GraphQl schema and OpenAPI spec for Dialogporten",
5
5
  "engines": {
6
6
  "node": "22"
@@ -2426,7 +2426,7 @@
2426
2426
  "searchTags": {
2427
2427
  "description": "A list of words (tags) that will be used in dialog search queries. Not visible in end-user DTO.",
2428
2428
  "items": {
2429
- "$ref": "#/components/schemas/V1ServiceOwnerDialogsCommandsCreate_SearchTag"
2429
+ "$ref": "#/components/schemas/V1ServiceOwnerDialogsCommandsCreate_Tag"
2430
2430
  },
2431
2431
  "nullable": true,
2432
2432
  "type": "array"
@@ -2543,7 +2543,7 @@
2543
2543
  },
2544
2544
  "type": "object"
2545
2545
  },
2546
- "V1ServiceOwnerDialogsCommandsCreate_SearchTag": {
2546
+ "V1ServiceOwnerDialogsCommandsCreate_Tag": {
2547
2547
  "additionalProperties": false,
2548
2548
  "properties": {
2549
2549
  "value": {
@@ -3075,7 +3075,7 @@
3075
3075
  "searchTags": {
3076
3076
  "description": "A list of words (tags) that will be used in dialog search queries. Not visible in end-user DTO.",
3077
3077
  "items": {
3078
- "$ref": "#/components/schemas/V1ServiceOwnerDialogsCommandsUpdate_SearchTag"
3078
+ "$ref": "#/components/schemas/V1ServiceOwnerDialogsCommandsUpdate_Tag"
3079
3079
  },
3080
3080
  "nullable": true,
3081
3081
  "type": "array"
@@ -3172,7 +3172,7 @@
3172
3172
  },
3173
3173
  "type": "object"
3174
3174
  },
3175
- "V1ServiceOwnerDialogsCommandsUpdate_SearchTag": {
3175
+ "V1ServiceOwnerDialogsCommandsUpdate_Tag": {
3176
3176
  "additionalProperties": false,
3177
3177
  "properties": {
3178
3178
  "value": {
@@ -3587,7 +3587,7 @@
3587
3587
  "searchTags": {
3588
3588
  "description": "The list of words (tags) that will be used in dialog search queries. Not visible in end-user DTO.",
3589
3589
  "items": {
3590
- "$ref": "#/components/schemas/V1ServiceOwnerDialogsQueriesGet_SearchTag"
3590
+ "$ref": "#/components/schemas/V1ServiceOwnerDialogsQueriesGet_Tag"
3591
3591
  },
3592
3592
  "nullable": true,
3593
3593
  "type": "array"
@@ -4107,7 +4107,7 @@
4107
4107
  },
4108
4108
  "type": "object"
4109
4109
  },
4110
- "V1ServiceOwnerDialogsQueriesGet_SearchTag": {
4110
+ "V1ServiceOwnerDialogsQueriesGet_Tag": {
4111
4111
  "additionalProperties": false,
4112
4112
  "properties": {
4113
4113
  "value": {
@@ -4799,19 +4799,6 @@
4799
4799
  },
4800
4800
  "type": "object"
4801
4801
  },
4802
- "V1WellKnownJwksQueriesGet_GetJwks": {
4803
- "additionalProperties": false,
4804
- "properties": {
4805
- "keys": {
4806
- "items": {
4807
- "$ref": "#/components/schemas/V1WellKnownJwksQueriesGet_Jwk"
4808
- },
4809
- "nullable": true,
4810
- "type": "array"
4811
- }
4812
- },
4813
- "type": "object"
4814
- },
4815
4802
  "V1WellKnownJwksQueriesGet_Jwk": {
4816
4803
  "additionalProperties": false,
4817
4804
  "properties": {
@@ -4836,7 +4823,20 @@
4836
4823
  },
4837
4824
  "type": "object"
4838
4825
  },
4839
- "V1WellKnownOauthAuthorizationServerQueriesGet_GetOauthAuthorizationServer": {
4826
+ "V1WellKnownJwksQueriesGet_Jwks": {
4827
+ "additionalProperties": false,
4828
+ "properties": {
4829
+ "keys": {
4830
+ "items": {
4831
+ "$ref": "#/components/schemas/V1WellKnownJwksQueriesGet_Jwk"
4832
+ },
4833
+ "nullable": true,
4834
+ "type": "array"
4835
+ }
4836
+ },
4837
+ "type": "object"
4838
+ },
4839
+ "V1WellKnownOauthAuthorizationServerQueriesGet_OauthAuthorizationServer": {
4840
4840
  "additionalProperties": false,
4841
4841
  "properties": {
4842
4842
  "issuer": {
@@ -4868,13 +4868,13 @@
4868
4868
  "/api/v1/.well-known/jwks.json": {
4869
4869
  "get": {
4870
4870
  "description": "This endpoint can be used by client integrations supporting automatic discovery of \u0022OAuth 2.0 Authorization Server\u0022 metadata, enabling verification of dialog tokens issues by Dialogporten.",
4871
- "operationId": "V1WellKnownJwksGet_GetJwks",
4871
+ "operationId": "V1WellKnownJwksGet_Jwks",
4872
4872
  "responses": {
4873
4873
  "200": {
4874
4874
  "content": {
4875
4875
  "application/json": {
4876
4876
  "schema": {
4877
- "$ref": "#/components/schemas/V1WellKnownJwksQueriesGet_GetJwks"
4877
+ "$ref": "#/components/schemas/V1WellKnownJwksQueriesGet_Jwks"
4878
4878
  }
4879
4879
  }
4880
4880
  },
@@ -4890,13 +4890,13 @@
4890
4890
  "/api/v1/.well-known/oauth-authorization-server": {
4891
4891
  "get": {
4892
4892
  "description": "This endpoint can be used by client integrations supporting automatic discovery of \u0022OAuth 2.0 Authorization Server\u0022 metadata, enabling verification of dialog tokens issues by Dialogporten.",
4893
- "operationId": "V1WellKnownOauthAuthorizationServerGet_GetOauthAuthorizationServer",
4893
+ "operationId": "V1WellKnownOauthAuthorizationServerGet_OauthAuthorizationServer",
4894
4894
  "responses": {
4895
4895
  "200": {
4896
4896
  "content": {
4897
4897
  "application/json": {
4898
4898
  "schema": {
4899
- "$ref": "#/components/schemas/V1WellKnownOauthAuthorizationServerQueriesGet_GetOauthAuthorizationServer"
4899
+ "$ref": "#/components/schemas/V1WellKnownOauthAuthorizationServerQueriesGet_OauthAuthorizationServer"
4900
4900
  }
4901
4901
  }
4902
4902
  },
@@ -4912,7 +4912,7 @@
4912
4912
  "/api/v1/enduser/dialogs": {
4913
4913
  "get": {
4914
4914
  "description": "Performs a search for dialogs, returning a paginated list of dialogs. \n\n* All date parameters must contain explicit time zone. Example: 2023-10-27T10:00:00Z or 2023-10-27T10:00:00\u002B01:00\n* See \u0022continuationToken\u0022 in the response for how to get the next page of results.\n* hasNextPage will be set to true if there are more items to get.",
4915
- "operationId": "V1EndUserDialogsSearch_SearchDialog",
4915
+ "operationId": "V1EndUserDialogsSearch_Dialog",
4916
4916
  "parameters": [
4917
4917
  {
4918
4918
  "description": "Filter by one or more service owner codes",
@@ -5161,7 +5161,7 @@
5161
5161
  "/api/v1/enduser/dialogs/{dialogId}": {
5162
5162
  "get": {
5163
5163
  "description": "Gets a single dialog aggregate. ",
5164
- "operationId": "V1EndUserDialogsGet_GetDialog",
5164
+ "operationId": "V1EndUserDialogsGet_Dialog",
5165
5165
  "parameters": [
5166
5166
  {
5167
5167
  "in": "path",
@@ -5217,7 +5217,7 @@
5217
5217
  "/api/v1/enduser/dialogs/{dialogId}/activities": {
5218
5218
  "get": {
5219
5219
  "description": "Gets the list of activities belonging to a dialog",
5220
- "operationId": "V1EndUserDialogActivitiesSearch_SearchDialogActivity",
5220
+ "operationId": "V1EndUserDialogActivitiesSearch_DialogActivity",
5221
5221
  "parameters": [
5222
5222
  {
5223
5223
  "in": "path",
@@ -5276,7 +5276,7 @@
5276
5276
  "/api/v1/enduser/dialogs/{dialogId}/activities/{activityId}": {
5277
5277
  "get": {
5278
5278
  "description": "Gets a single activity belonging to a dialog.",
5279
- "operationId": "V1EndUserDialogActivitiesGet_GetDialogActivity",
5279
+ "operationId": "V1EndUserDialogActivitiesGet_DialogActivity",
5280
5280
  "parameters": [
5281
5281
  {
5282
5282
  "in": "path",
@@ -5340,7 +5340,7 @@
5340
5340
  },
5341
5341
  "/api/v1/enduser/dialogs/{dialogId}/labellog": {
5342
5342
  "get": {
5343
- "operationId": "V1EndUserDialogLabelAssignmentLogsSearch_SearchDialogLabelAssignmentLog",
5343
+ "operationId": "V1EndUserDialogLabelAssignmentLogsSearch_DialogLabelAssignmentLog",
5344
5344
  "parameters": [
5345
5345
  {
5346
5346
  "in": "path",
@@ -5401,7 +5401,7 @@
5401
5401
  "/api/v1/enduser/dialogs/{dialogId}/seenlog": {
5402
5402
  "get": {
5403
5403
  "description": "Gets all seen log records for a dialog.",
5404
- "operationId": "V1EndUserDialogSeenLogsSearch_SearchDialogSeenLog",
5404
+ "operationId": "V1EndUserDialogSeenLogsSearch_DialogSeenLog",
5405
5405
  "parameters": [
5406
5406
  {
5407
5407
  "in": "path",
@@ -5460,7 +5460,7 @@
5460
5460
  "/api/v1/enduser/dialogs/{dialogId}/seenlog/{seenLogId}": {
5461
5461
  "get": {
5462
5462
  "description": "Gets a single dialog seen log record.",
5463
- "operationId": "V1EndUserDialogSeenLogsGet_GetDialogSeenLog",
5463
+ "operationId": "V1EndUserDialogSeenLogsGet_DialogSeenLog",
5464
5464
  "parameters": [
5465
5465
  {
5466
5466
  "in": "path",
@@ -5618,7 +5618,7 @@
5618
5618
  "/api/v1/enduser/dialogs/{dialogId}/transmissions": {
5619
5619
  "get": {
5620
5620
  "description": "Gets the list of transmissions belonging to a dialog",
5621
- "operationId": "V1EndUserDialogTransmissionsSearch_SearchDialogTransmission",
5621
+ "operationId": "V1EndUserDialogTransmissionsSearch_DialogTransmission",
5622
5622
  "parameters": [
5623
5623
  {
5624
5624
  "in": "path",
@@ -5680,7 +5680,7 @@
5680
5680
  "/api/v1/enduser/dialogs/{dialogId}/transmissions/{transmissionId}": {
5681
5681
  "get": {
5682
5682
  "description": "Gets a single transmission belonging to a dialog.",
5683
- "operationId": "V1EndUserDialogTransmissionsGet_GetDialogTransmission",
5683
+ "operationId": "V1EndUserDialogTransmissionsGet_DialogTransmission",
5684
5684
  "parameters": [
5685
5685
  {
5686
5686
  "in": "path",
@@ -5748,7 +5748,7 @@
5748
5748
  "/api/v1/enduser/parties": {
5749
5749
  "get": {
5750
5750
  "description": "Gets the list of authorized parties for the end user.",
5751
- "operationId": "V1EndUserPartiesGet_GetParties",
5751
+ "operationId": "V1EndUserPartiesGet_Parties",
5752
5752
  "responses": {
5753
5753
  "200": {
5754
5754
  "content": {
@@ -5786,7 +5786,7 @@
5786
5786
  "/api/v1/serviceowner/dialogs": {
5787
5787
  "get": {
5788
5788
  "description": "Performs a search for dialogs, returning a paginated list of dialogs.\n\n* All date parameters must contain explicit time zone. Example: 2023-10-27T10:00:00Z or 2023-10-27T10:00:00\u002B01:00\n* See \u0022continuationToken\u0022 in the response for how to get the next page of results.\n* hasNextPage will be set to true if there are more items to get.",
5789
- "operationId": "V1ServiceOwnerDialogsSearch_SearchDialog",
5789
+ "operationId": "V1ServiceOwnerDialogsSearch_Dialog",
5790
5790
  "parameters": [
5791
5791
  {
5792
5792
  "description": "Filter by one or more service resources",
@@ -6232,7 +6232,7 @@
6232
6232
  },
6233
6233
  "get": {
6234
6234
  "description": "Gets a single dialog aggregate.\n\nNote that this operation may return deleted dialogs (see the field \u0060DeletedAt\u0060).",
6235
- "operationId": "V1ServiceOwnerDialogsGet_GetDialog",
6235
+ "operationId": "V1ServiceOwnerDialogsGet_Dialog",
6236
6236
  "parameters": [
6237
6237
  {
6238
6238
  "in": "path",
@@ -6529,7 +6529,7 @@
6529
6529
  "/api/v1/serviceowner/dialogs/{dialogId}/actions/purge": {
6530
6530
  "post": {
6531
6531
  "description": "Deletes a given dialog (hard delete).\n\nOptimistic concurrency control is implemented using the If-Match header. Supply the Revision value from the GetDialog endpoint to ensure that the dialog is not deleted by another request in the meantime.",
6532
- "operationId": "V1ServiceOwnerDialogsPurge_PurgeDialog",
6532
+ "operationId": "V1ServiceOwnerDialogsPurge_Dialog",
6533
6533
  "parameters": [
6534
6534
  {
6535
6535
  "in": "path",
@@ -6597,7 +6597,7 @@
6597
6597
  "/api/v1/serviceowner/dialogs/{dialogId}/actions/restore": {
6598
6598
  "post": {
6599
6599
  "description": "Restore a dialog. ",
6600
- "operationId": "V1ServiceOwnerDialogsRestore_RestoreDialog",
6600
+ "operationId": "V1ServiceOwnerDialogsRestore_Dialog",
6601
6601
  "parameters": [
6602
6602
  {
6603
6603
  "in": "path",
@@ -6744,7 +6744,7 @@
6744
6744
  "/api/v1/serviceowner/dialogs/{dialogId}/activities": {
6745
6745
  "get": {
6746
6746
  "description": "Gets the list of activities belonging to a dialog",
6747
- "operationId": "V1ServiceOwnerDialogActivitiesSearch_SearchDialogActivity",
6747
+ "operationId": "V1ServiceOwnerDialogActivitiesSearch_DialogActivity",
6748
6748
  "parameters": [
6749
6749
  {
6750
6750
  "in": "path",
@@ -6925,7 +6925,7 @@
6925
6925
  "/api/v1/serviceowner/dialogs/{dialogId}/activities/{activityId}": {
6926
6926
  "get": {
6927
6927
  "description": "Gets a single activity belonging to a dialog.",
6928
- "operationId": "V1ServiceOwnerDialogActivitiesGet_GetDialogActivity",
6928
+ "operationId": "V1ServiceOwnerDialogActivitiesGet_DialogActivity",
6929
6929
  "parameters": [
6930
6930
  {
6931
6931
  "in": "path",
@@ -6993,7 +6993,7 @@
6993
6993
  "/api/v1/serviceowner/dialogs/{dialogId}/seenlog": {
6994
6994
  "get": {
6995
6995
  "description": "Gets all seen log records for a dialog.",
6996
- "operationId": "V1ServiceOwnerDialogSeenLogsSearch_SearchDialogSeenLog",
6996
+ "operationId": "V1ServiceOwnerDialogSeenLogsSearch_DialogSeenLog",
6997
6997
  "parameters": [
6998
6998
  {
6999
6999
  "in": "path",
@@ -7055,7 +7055,7 @@
7055
7055
  "/api/v1/serviceowner/dialogs/{dialogId}/seenlog/{seenLogId}": {
7056
7056
  "get": {
7057
7057
  "description": "Gets a single dialog seen log record.",
7058
- "operationId": "V1ServiceOwnerDialogSeenLogsGet_GetDialogSeenLog",
7058
+ "operationId": "V1ServiceOwnerDialogSeenLogsGet_DialogSeenLog",
7059
7059
  "parameters": [
7060
7060
  {
7061
7061
  "in": "path",
@@ -7123,7 +7123,7 @@
7123
7123
  "/api/v1/serviceowner/dialogs/{dialogId}/transmissions": {
7124
7124
  "get": {
7125
7125
  "description": "Gets the list of transmissions belonging to a dialog",
7126
- "operationId": "V1ServiceOwnerDialogTransmissionsSearch_SearchDialogTransmission",
7126
+ "operationId": "V1ServiceOwnerDialogTransmissionsSearch_DialogTransmission",
7127
7127
  "parameters": [
7128
7128
  {
7129
7129
  "in": "path",
@@ -7307,7 +7307,7 @@
7307
7307
  "/api/v1/serviceowner/dialogs/{dialogId}/transmissions/{transmissionId}": {
7308
7308
  "get": {
7309
7309
  "description": "Gets a single transmission belonging to a dialog.",
7310
- "operationId": "V1ServiceOwnerDialogTransmissionsGet_GetDialogTransmission",
7310
+ "operationId": "V1ServiceOwnerDialogTransmissionsGet_DialogTransmission",
7311
7311
  "parameters": [
7312
7312
  {
7313
7313
  "in": "path",
@@ -7378,4 +7378,4 @@
7378
7378
  "url": "https://localhost:7214/"
7379
7379
  }
7380
7380
  ]
7381
- }
7381
+ }