@opra/common 1.0.0-alpha.10 → 1.0.0-alpha.11
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/browser.js
CHANGED
|
@@ -3207,6 +3207,7 @@ var HttpOperationClass = class extends DocumentElement {
|
|
|
3207
3207
|
kind: OpraSchema.HttpOperation.Kind,
|
|
3208
3208
|
description: this.description,
|
|
3209
3209
|
method: this.method,
|
|
3210
|
+
path: this.path,
|
|
3210
3211
|
composition: this.composition,
|
|
3211
3212
|
requestBody: this.requestBody?.toJSON()
|
|
3212
3213
|
});
|
|
@@ -64,6 +64,7 @@ class HttpOperationClass extends document_element_js_1.DocumentElement {
|
|
|
64
64
|
kind: index_js_2.OpraSchema.HttpOperation.Kind,
|
|
65
65
|
description: this.description,
|
|
66
66
|
method: this.method,
|
|
67
|
+
path: this.path,
|
|
67
68
|
composition: this.composition,
|
|
68
69
|
requestBody: this.requestBody?.toJSON(),
|
|
69
70
|
});
|