@digdir/dialogporten-schema 1.70.0-29be76e → 1.70.0-9f4cd91

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.70.0-29be76e",
3
+ "version": "1.70.0-9f4cd91",
4
4
  "description": "GraphQl schema and OpenAPI spec for Dialogporten",
5
5
  "engines": {
6
6
  "node": "22"
@@ -450,8 +450,6 @@ enum DialogEventType {
450
450
  }
451
451
 
452
452
  enum DialogStatus {
453
- "No explicit status. This is the default."
454
- NOT_APPLICABLE
455
453
  "Started. In a serial process, this is used to indicate that, for example, a form filling is ongoing."
456
454
  IN_PROGRESS
457
455
  "Used to indicate user-initiated dialogs not yet sent."
@@ -462,6 +460,8 @@ enum DialogStatus {
462
460
  REQUIRES_ATTENTION
463
461
  "The dialogue was completed. This typically means that the dialogue is moved to a GUI archive or similar."
464
462
  COMPLETED
463
+ "No explicit status. This is the default."
464
+ NOT_APPLICABLE
465
465
  }
466
466
 
467
467
  enum GuiActionPriority {
package/src/index.js CHANGED
@@ -450,8 +450,6 @@ enum DialogEventType {
450
450
  }
451
451
 
452
452
  enum DialogStatus {
453
- "No explicit status. This is the default."
454
- NOT_APPLICABLE
455
453
  "Started. In a serial process, this is used to indicate that, for example, a form filling is ongoing."
456
454
  IN_PROGRESS
457
455
  "Used to indicate user-initiated dialogs not yet sent."
@@ -462,6 +460,8 @@ enum DialogStatus {
462
460
  REQUIRES_ATTENTION
463
461
  "The dialogue was completed. This typically means that the dialogue is moved to a GUI archive or similar."
464
462
  COMPLETED
463
+ "No explicit status. This is the default."
464
+ NOT_APPLICABLE
465
465
  }
466
466
 
467
467
  enum GuiActionPriority {
@@ -43,21 +43,21 @@
43
43
  "DialogsEntities_DialogStatus": {
44
44
  "description": "",
45
45
  "enum": [
46
- "NotApplicable",
47
46
  "InProgress",
48
47
  "Draft",
49
- "Awaiting",
50
48
  "RequiresAttention",
51
- "Completed"
49
+ "Completed",
50
+ "NotApplicable",
51
+ "Awaiting"
52
52
  ],
53
53
  "type": "string",
54
54
  "x-enumNames": [
55
- "NotApplicable",
56
55
  "InProgress",
57
56
  "Draft",
58
- "Awaiting",
59
57
  "RequiresAttention",
60
- "Completed"
58
+ "Completed",
59
+ "NotApplicable",
60
+ "Awaiting"
61
61
  ]
62
62
  },
63
63
  "DialogsEntitiesActions_DialogGuiActionPriority": {
@@ -687,6 +687,16 @@
687
687
  }
688
688
  ]
689
689
  },
690
+ "systemLabel": {
691
+ "deprecated": true,
692
+ "description": "System defined label used to categorize dialogs.\nThis is obsolete and will only show; Default, Bin or Archive.\nUse SystemLabels on EndUserContext instead.",
693
+ "oneOf": [
694
+ {
695
+ "$ref": "#/components/schemas/DialogEndUserContextsEntities_SystemLabel"
696
+ }
697
+ ],
698
+ "x-deprecatedMessage": "Use EndUserContext.SystemLabels instead."
699
+ },
690
700
  "transmissions": {
691
701
  "description": "The immutable list of transmissions associated with the dialog.",
692
702
  "items": {
@@ -1573,6 +1583,16 @@
1573
1583
  }
1574
1584
  ]
1575
1585
  },
1586
+ "systemLabel": {
1587
+ "deprecated": true,
1588
+ "description": "System defined label used to categorize dialogs.\nThis is obsolete and will only show; Default, Bin or Archive.\nUse SystemLabels on EndUserContext instead.",
1589
+ "oneOf": [
1590
+ {
1591
+ "$ref": "#/components/schemas/DialogEndUserContextsEntities_SystemLabel"
1592
+ }
1593
+ ],
1594
+ "x-deprecatedMessage": "Use EndUserContext.SystemLabels instead."
1595
+ },
1576
1596
  "updatedAt": {
1577
1597
  "description": "The date and time when the dialog was last updated.",
1578
1598
  "example": "2022-12-31T23:59:59Z",
@@ -2013,6 +2033,30 @@
2013
2033
  },
2014
2034
  "type": "object"
2015
2035
  },
2036
+ "V1ServiceOwnerCommonDialogStatuses_DialogStatusInput": {
2037
+ "description": "",
2038
+ "enum": [
2039
+ "New",
2040
+ "InProgress",
2041
+ "Draft",
2042
+ "Sent",
2043
+ "RequiresAttention",
2044
+ "Completed",
2045
+ "NotApplicable",
2046
+ "Awaiting"
2047
+ ],
2048
+ "type": "string",
2049
+ "x-enumNames": [
2050
+ "New",
2051
+ "InProgress",
2052
+ "Draft",
2053
+ "Sent",
2054
+ "RequiresAttention",
2055
+ "Completed",
2056
+ "NotApplicable",
2057
+ "Awaiting"
2058
+ ]
2059
+ },
2016
2060
  "V1ServiceOwnerDialogsCommandsCreate_Activity": {
2017
2061
  "additionalProperties": false,
2018
2062
  "properties": {
@@ -2426,7 +2470,7 @@
2426
2470
  "description": "The aggregated status of the dialog.",
2427
2471
  "oneOf": [
2428
2472
  {
2429
- "$ref": "#/components/schemas/DialogsEntities_DialogStatus"
2473
+ "$ref": "#/components/schemas/V1ServiceOwnerCommonDialogStatuses_DialogStatusInput"
2430
2474
  }
2431
2475
  ]
2432
2476
  },
@@ -3252,7 +3296,7 @@
3252
3296
  "description": "The aggregated status of the dialog.",
3253
3297
  "oneOf": [
3254
3298
  {
3255
- "$ref": "#/components/schemas/DialogsEntities_DialogStatus"
3299
+ "$ref": "#/components/schemas/V1ServiceOwnerCommonDialogStatuses_DialogStatusInput"
3256
3300
  }
3257
3301
  ]
3258
3302
  },
@@ -3772,6 +3816,16 @@
3772
3816
  }
3773
3817
  ]
3774
3818
  },
3819
+ "systemLabel": {
3820
+ "deprecated": true,
3821
+ "description": "System defined label used to categorize dialogs.\nThis is obsolete and will only show; Default, Bin or Archive.\nUse SystemLabels on EndUserContext instead.",
3822
+ "oneOf": [
3823
+ {
3824
+ "$ref": "#/components/schemas/DialogEndUserContextsEntities_SystemLabel"
3825
+ }
3826
+ ],
3827
+ "x-deprecatedMessage": "Use EndUserContext.SystemLabels instead."
3828
+ },
3775
3829
  "transmissions": {
3776
3830
  "description": "The immutable list of transmissions associated with the dialog.",
3777
3831
  "items": {
@@ -4770,6 +4824,16 @@
4770
4824
  }
4771
4825
  ]
4772
4826
  },
4827
+ "systemLabel": {
4828
+ "deprecated": true,
4829
+ "description": "System defined label used to categorize dialogs.\nThis is obsolete and will only show; Default, Bin or Archive.\nUse SystemLabels on EndUserContext instead.",
4830
+ "oneOf": [
4831
+ {
4832
+ "$ref": "#/components/schemas/DialogEndUserContextsEntities_SystemLabel"
4833
+ }
4834
+ ],
4835
+ "x-deprecatedMessage": "Use EndUserContext.SystemLabels instead."
4836
+ },
4773
4837
  "updatedAt": {
4774
4838
  "description": "The date and time when the dialog was last updated.",
4775
4839
  "example": "2022-12-31T23:59:59Z",
@@ -8334,4 +8398,4 @@
8334
8398
  }
8335
8399
  }
8336
8400
  }
8337
- }
8401
+ }