@prismatic-io/spectral 8.0.0-preview4 → 8.0.0-preview5
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/dist/testing.js
CHANGED
|
@@ -72,6 +72,7 @@ const baseActionContext = {
|
|
|
72
72
|
id: "integrationId",
|
|
73
73
|
name: "Integration 1",
|
|
74
74
|
versionSequenceId: "1234",
|
|
75
|
+
externalVersion: "1.0.0",
|
|
75
76
|
},
|
|
76
77
|
flow: {
|
|
77
78
|
id: "flowId",
|
|
@@ -138,6 +139,7 @@ const defaultTriggerPayload = () => {
|
|
|
138
139
|
id: "integrationId",
|
|
139
140
|
name: "Integration 1",
|
|
140
141
|
versionSequenceId: "1234",
|
|
142
|
+
externalVersion: "1.0.0",
|
|
141
143
|
},
|
|
142
144
|
flow: {
|
|
143
145
|
id: "flowId",
|