@wevion/cli 1.0.3008 → 1.0.3015

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.
Files changed (2) hide show
  1. package/openapi.json +132 -0
  2. package/package.json +1 -1
package/openapi.json CHANGED
@@ -46742,6 +46742,39 @@
46742
46742
  }
46743
46743
  ]
46744
46744
  },
46745
+ "existingPostPreview": {
46746
+ "anyOf": [
46747
+ {
46748
+ "additionalProperties": false,
46749
+ "type": "object",
46750
+ "properties": {
46751
+ "imageUrl": {
46752
+ "anyOf": [
46753
+ {
46754
+ "type": "string"
46755
+ },
46756
+ {
46757
+ "type": "null"
46758
+ }
46759
+ ]
46760
+ },
46761
+ "message": {
46762
+ "anyOf": [
46763
+ {
46764
+ "type": "string"
46765
+ },
46766
+ {
46767
+ "type": "null"
46768
+ }
46769
+ ]
46770
+ }
46771
+ }
46772
+ },
46773
+ {
46774
+ "type": "null"
46775
+ }
46776
+ ]
46777
+ },
46745
46778
  "googleDescriptions": {
46746
46779
  "anyOf": [
46747
46780
  {
@@ -50971,6 +51004,39 @@
50971
51004
  }
50972
51005
  ]
50973
51006
  },
51007
+ "existingPostPreview": {
51008
+ "anyOf": [
51009
+ {
51010
+ "additionalProperties": false,
51011
+ "type": "object",
51012
+ "properties": {
51013
+ "imageUrl": {
51014
+ "anyOf": [
51015
+ {
51016
+ "type": "string"
51017
+ },
51018
+ {
51019
+ "type": "null"
51020
+ }
51021
+ ]
51022
+ },
51023
+ "message": {
51024
+ "anyOf": [
51025
+ {
51026
+ "type": "string"
51027
+ },
51028
+ {
51029
+ "type": "null"
51030
+ }
51031
+ ]
51032
+ }
51033
+ }
51034
+ },
51035
+ {
51036
+ "type": "null"
51037
+ }
51038
+ ]
51039
+ },
50974
51040
  "googleDescriptions": {
50975
51041
  "anyOf": [
50976
51042
  {
@@ -55101,6 +55167,39 @@
55101
55167
  }
55102
55168
  ]
55103
55169
  },
55170
+ "existingPostPreview": {
55171
+ "anyOf": [
55172
+ {
55173
+ "additionalProperties": false,
55174
+ "type": "object",
55175
+ "properties": {
55176
+ "imageUrl": {
55177
+ "anyOf": [
55178
+ {
55179
+ "type": "string"
55180
+ },
55181
+ {
55182
+ "type": "null"
55183
+ }
55184
+ ]
55185
+ },
55186
+ "message": {
55187
+ "anyOf": [
55188
+ {
55189
+ "type": "string"
55190
+ },
55191
+ {
55192
+ "type": "null"
55193
+ }
55194
+ ]
55195
+ }
55196
+ }
55197
+ },
55198
+ {
55199
+ "type": "null"
55200
+ }
55201
+ ]
55202
+ },
55104
55203
  "googleDescriptions": {
55105
55204
  "anyOf": [
55106
55205
  {
@@ -62916,6 +63015,39 @@
62916
63015
  }
62917
63016
  ]
62918
63017
  },
63018
+ "existingPostPreview": {
63019
+ "anyOf": [
63020
+ {
63021
+ "additionalProperties": false,
63022
+ "type": "object",
63023
+ "properties": {
63024
+ "imageUrl": {
63025
+ "anyOf": [
63026
+ {
63027
+ "type": "string"
63028
+ },
63029
+ {
63030
+ "type": "null"
63031
+ }
63032
+ ]
63033
+ },
63034
+ "message": {
63035
+ "anyOf": [
63036
+ {
63037
+ "type": "string"
63038
+ },
63039
+ {
63040
+ "type": "null"
63041
+ }
63042
+ ]
63043
+ }
63044
+ }
63045
+ },
63046
+ {
63047
+ "type": "null"
63048
+ }
63049
+ ]
63050
+ },
62919
63051
  "googleDescriptions": {
62920
63052
  "anyOf": [
62921
63053
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wevion/cli",
3
- "version": "1.0.3008",
3
+ "version": "1.0.3015",
4
4
  "description": "Wevion API command-line interface — generated from the public OpenAPI spec",
5
5
  "type": "module",
6
6
  "bin": {