@digdir/dialogporten-schema 1.47.4-4b9bad0 → 1.47.4
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/schema.verified.graphql +1 -5
- package/src/index.js +0 -4
- package/swagger.verified.json +3 -7
package/package.json
CHANGED
package/schema.verified.graphql
CHANGED
|
@@ -359,10 +359,6 @@ enum ActivityType {
|
|
|
359
359
|
SENT_TO_SEND_IN
|
|
360
360
|
"Indicates that a dialog has been sent to payment."
|
|
361
361
|
SENT_TO_PAYMENT
|
|
362
|
-
"Indicates that a form associated with the dialog has been submitted."
|
|
363
|
-
FORM_SUBMITTED
|
|
364
|
-
"Indicates that a form associated with the dialog has been saved."
|
|
365
|
-
FORM_SAVED
|
|
366
362
|
}
|
|
367
363
|
|
|
368
364
|
enum ActorType {
|
|
@@ -456,4 +452,4 @@ scalar DateTime @specifiedBy(url: "https:\/\/www.graphql-scalars.com\/date-time"
|
|
|
456
452
|
|
|
457
453
|
scalar URL @specifiedBy(url: "https:\/\/tools.ietf.org\/html\/rfc3986")
|
|
458
454
|
|
|
459
|
-
scalar UUID @specifiedBy(url: "https:\/\/tools.ietf.org\/html\/rfc4122")
|
|
455
|
+
scalar UUID @specifiedBy(url: "https:\/\/tools.ietf.org\/html\/rfc4122")
|
package/src/index.js
CHANGED
|
@@ -359,10 +359,6 @@ enum ActivityType {
|
|
|
359
359
|
SENT_TO_SEND_IN
|
|
360
360
|
"Indicates that a dialog has been sent to payment."
|
|
361
361
|
SENT_TO_PAYMENT
|
|
362
|
-
"Indicates that a form associated with the dialog has been submitted."
|
|
363
|
-
FORM_SUBMITTED
|
|
364
|
-
"Indicates that a form associated with the dialog has been saved."
|
|
365
|
-
FORM_SAVED
|
|
366
362
|
}
|
|
367
363
|
|
|
368
364
|
enum ActorType {
|
package/swagger.verified.json
CHANGED
|
@@ -89,9 +89,7 @@
|
|
|
89
89
|
"SentToSigning",
|
|
90
90
|
"SentToFormFill",
|
|
91
91
|
"SentToSendIn",
|
|
92
|
-
"SentToPayment"
|
|
93
|
-
"FormSubmitted",
|
|
94
|
-
"FormSaved"
|
|
92
|
+
"SentToPayment"
|
|
95
93
|
],
|
|
96
94
|
"type": "string",
|
|
97
95
|
"x-enumNames": [
|
|
@@ -107,9 +105,7 @@
|
|
|
107
105
|
"SentToSigning",
|
|
108
106
|
"SentToFormFill",
|
|
109
107
|
"SentToSendIn",
|
|
110
|
-
"SentToPayment"
|
|
111
|
-
"FormSubmitted",
|
|
112
|
-
"FormSaved"
|
|
108
|
+
"SentToPayment"
|
|
113
109
|
]
|
|
114
110
|
},
|
|
115
111
|
"DialogsEntitiesTransmissions_DialogTransmissionType": {
|
|
@@ -7067,4 +7063,4 @@
|
|
|
7067
7063
|
"url": "https://altinn-dev-api.azure-api.net/dialogporten"
|
|
7068
7064
|
}
|
|
7069
7065
|
]
|
|
7070
|
-
}
|
|
7066
|
+
}
|