@wevion/cli 1.0.2 → 1.0.3
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/README.md +100 -27
- package/openapi.json +472 -74
- package/package.json +1 -1
- package/selftest.mjs +258 -12
- package/src/index.mjs +540 -27
package/openapi.json
CHANGED
|
@@ -4940,23 +4940,6 @@
|
|
|
4940
4940
|
}
|
|
4941
4941
|
}
|
|
4942
4942
|
},
|
|
4943
|
-
"206": {
|
|
4944
|
-
"description": "Streamed ad video (typically video/mp4) with HTTP Range support. Partial content response for HTTP Range requests.",
|
|
4945
|
-
"content": {
|
|
4946
|
-
"video/mp4": {
|
|
4947
|
-
"schema": {
|
|
4948
|
-
"type": "string",
|
|
4949
|
-
"format": "binary"
|
|
4950
|
-
}
|
|
4951
|
-
},
|
|
4952
|
-
"video/webm": {
|
|
4953
|
-
"schema": {
|
|
4954
|
-
"type": "string",
|
|
4955
|
-
"format": "binary"
|
|
4956
|
-
}
|
|
4957
|
-
}
|
|
4958
|
-
}
|
|
4959
|
-
},
|
|
4960
4943
|
"401": {
|
|
4961
4944
|
"description": "Unauthorized - missing or invalid bearer token",
|
|
4962
4945
|
"content": {
|
|
@@ -4966,60 +4949,6 @@
|
|
|
4966
4949
|
}
|
|
4967
4950
|
}
|
|
4968
4951
|
}
|
|
4969
|
-
},
|
|
4970
|
-
"403": {
|
|
4971
|
-
"description": "Forbidden - caller lacks the required role/permission",
|
|
4972
|
-
"content": {
|
|
4973
|
-
"application/json": {
|
|
4974
|
-
"schema": {
|
|
4975
|
-
"type": "object",
|
|
4976
|
-
"required": [
|
|
4977
|
-
"error"
|
|
4978
|
-
],
|
|
4979
|
-
"properties": {
|
|
4980
|
-
"error": {
|
|
4981
|
-
"type": "string"
|
|
4982
|
-
}
|
|
4983
|
-
}
|
|
4984
|
-
}
|
|
4985
|
-
}
|
|
4986
|
-
}
|
|
4987
|
-
},
|
|
4988
|
-
"404": {
|
|
4989
|
-
"description": "Resource not found",
|
|
4990
|
-
"content": {
|
|
4991
|
-
"application/json": {
|
|
4992
|
-
"schema": {
|
|
4993
|
-
"type": "object",
|
|
4994
|
-
"required": [
|
|
4995
|
-
"error"
|
|
4996
|
-
],
|
|
4997
|
-
"properties": {
|
|
4998
|
-
"error": {
|
|
4999
|
-
"type": "string"
|
|
5000
|
-
}
|
|
5001
|
-
}
|
|
5002
|
-
}
|
|
5003
|
-
}
|
|
5004
|
-
}
|
|
5005
|
-
},
|
|
5006
|
-
"500": {
|
|
5007
|
-
"description": "Internal server error",
|
|
5008
|
-
"content": {
|
|
5009
|
-
"application/json": {
|
|
5010
|
-
"schema": {
|
|
5011
|
-
"type": "object",
|
|
5012
|
-
"required": [
|
|
5013
|
-
"error"
|
|
5014
|
-
],
|
|
5015
|
-
"properties": {
|
|
5016
|
-
"error": {
|
|
5017
|
-
"type": "string"
|
|
5018
|
-
}
|
|
5019
|
-
}
|
|
5020
|
-
}
|
|
5021
|
-
}
|
|
5022
|
-
}
|
|
5023
4952
|
}
|
|
5024
4953
|
}
|
|
5025
4954
|
}
|
|
@@ -97322,6 +97251,7 @@
|
|
|
97322
97251
|
"items": {
|
|
97323
97252
|
"type": "object",
|
|
97324
97253
|
"required": [
|
|
97254
|
+
"sheet_id",
|
|
97325
97255
|
"ad_id",
|
|
97326
97256
|
"ad_name",
|
|
97327
97257
|
"campaign_id",
|
|
@@ -97356,6 +97286,9 @@
|
|
|
97356
97286
|
"format"
|
|
97357
97287
|
],
|
|
97358
97288
|
"properties": {
|
|
97289
|
+
"sheet_id": {
|
|
97290
|
+
"type": "string"
|
|
97291
|
+
},
|
|
97359
97292
|
"ad_id": {
|
|
97360
97293
|
"type": "string"
|
|
97361
97294
|
},
|
|
@@ -97700,7 +97633,8 @@
|
|
|
97700
97633
|
"computed_at",
|
|
97701
97634
|
"alerted_at",
|
|
97702
97635
|
"creative_thumbnail_url",
|
|
97703
|
-
"creative_thumbnail_proxy"
|
|
97636
|
+
"creative_thumbnail_proxy",
|
|
97637
|
+
"creative_thumbnail_proxy_large"
|
|
97704
97638
|
],
|
|
97705
97639
|
"properties": {
|
|
97706
97640
|
"ad_id": {
|
|
@@ -97882,6 +97816,9 @@
|
|
|
97882
97816
|
},
|
|
97883
97817
|
"creative_thumbnail_proxy": {
|
|
97884
97818
|
"type": "string"
|
|
97819
|
+
},
|
|
97820
|
+
"creative_thumbnail_proxy_large": {
|
|
97821
|
+
"type": "string"
|
|
97885
97822
|
}
|
|
97886
97823
|
}
|
|
97887
97824
|
}
|
|
@@ -100744,7 +100681,7 @@
|
|
|
100744
100681
|
"tags": [
|
|
100745
100682
|
"creative-hub"
|
|
100746
100683
|
],
|
|
100747
|
-
"description": "Returns Drive
|
|
100684
|
+
"description": "Returns the cached Drive root for every visible team member. This is a read-only inventory: members without a provisioned root are returned with folder_id=null and status 'needs_provisioning'; the listing never creates Drive folders nor mutates app_settings.",
|
|
100748
100685
|
"security": [
|
|
100749
100686
|
{
|
|
100750
100687
|
"bearerAuth": []
|
|
@@ -100774,7 +100711,8 @@
|
|
|
100774
100711
|
"name",
|
|
100775
100712
|
"email",
|
|
100776
100713
|
"role",
|
|
100777
|
-
"folder_id"
|
|
100714
|
+
"folder_id",
|
|
100715
|
+
"status"
|
|
100778
100716
|
],
|
|
100779
100717
|
"properties": {
|
|
100780
100718
|
"session_id": {
|
|
@@ -100808,6 +100746,22 @@
|
|
|
100808
100746
|
"type": "null"
|
|
100809
100747
|
}
|
|
100810
100748
|
]
|
|
100749
|
+
},
|
|
100750
|
+
"status": {
|
|
100751
|
+
"anyOf": [
|
|
100752
|
+
{
|
|
100753
|
+
"type": "string",
|
|
100754
|
+
"enum": [
|
|
100755
|
+
"ready"
|
|
100756
|
+
]
|
|
100757
|
+
},
|
|
100758
|
+
{
|
|
100759
|
+
"type": "string",
|
|
100760
|
+
"enum": [
|
|
100761
|
+
"needs_provisioning"
|
|
100762
|
+
]
|
|
100763
|
+
}
|
|
100764
|
+
]
|
|
100811
100765
|
}
|
|
100812
100766
|
}
|
|
100813
100767
|
}
|
|
@@ -100848,6 +100802,141 @@
|
|
|
100848
100802
|
}
|
|
100849
100803
|
}
|
|
100850
100804
|
},
|
|
100805
|
+
"/api/v1/creative-hub/team-folders/provision": {
|
|
100806
|
+
"post": {
|
|
100807
|
+
"operationId": "postApiV1CreativeHubTeamFoldersProvision",
|
|
100808
|
+
"summary": "Provision a Drive root for the caller or a visible team member",
|
|
100809
|
+
"tags": [
|
|
100810
|
+
"creative-hub"
|
|
100811
|
+
],
|
|
100812
|
+
"description": "Idempotently creates the Drive root for the target user (default: the caller) under a per-(team, user) lock. The target must be within the caller team-scoped visible set.",
|
|
100813
|
+
"requestBody": {
|
|
100814
|
+
"required": true,
|
|
100815
|
+
"content": {
|
|
100816
|
+
"application/json": {
|
|
100817
|
+
"schema": {
|
|
100818
|
+
"additionalProperties": false,
|
|
100819
|
+
"type": "object",
|
|
100820
|
+
"properties": {
|
|
100821
|
+
"sessionId": {
|
|
100822
|
+
"minLength": 1,
|
|
100823
|
+
"maxLength": 128,
|
|
100824
|
+
"type": "string"
|
|
100825
|
+
}
|
|
100826
|
+
}
|
|
100827
|
+
}
|
|
100828
|
+
}
|
|
100829
|
+
}
|
|
100830
|
+
},
|
|
100831
|
+
"security": [
|
|
100832
|
+
{
|
|
100833
|
+
"bearerAuth": []
|
|
100834
|
+
},
|
|
100835
|
+
{
|
|
100836
|
+
"apiKeyAuth": []
|
|
100837
|
+
}
|
|
100838
|
+
],
|
|
100839
|
+
"responses": {
|
|
100840
|
+
"200": {
|
|
100841
|
+
"description": "Successful response",
|
|
100842
|
+
"content": {
|
|
100843
|
+
"application/json": {
|
|
100844
|
+
"schema": {
|
|
100845
|
+
"type": "object",
|
|
100846
|
+
"required": [
|
|
100847
|
+
"session_id",
|
|
100848
|
+
"user_id",
|
|
100849
|
+
"folder_id",
|
|
100850
|
+
"status"
|
|
100851
|
+
],
|
|
100852
|
+
"properties": {
|
|
100853
|
+
"session_id": {
|
|
100854
|
+
"type": "string"
|
|
100855
|
+
},
|
|
100856
|
+
"user_id": {
|
|
100857
|
+
"type": "string"
|
|
100858
|
+
},
|
|
100859
|
+
"folder_id": {
|
|
100860
|
+
"type": "string"
|
|
100861
|
+
},
|
|
100862
|
+
"status": {
|
|
100863
|
+
"type": "string",
|
|
100864
|
+
"enum": [
|
|
100865
|
+
"ready"
|
|
100866
|
+
]
|
|
100867
|
+
}
|
|
100868
|
+
}
|
|
100869
|
+
}
|
|
100870
|
+
}
|
|
100871
|
+
}
|
|
100872
|
+
},
|
|
100873
|
+
"401": {
|
|
100874
|
+
"description": "Unauthorized - missing or invalid bearer token",
|
|
100875
|
+
"content": {
|
|
100876
|
+
"application/json": {
|
|
100877
|
+
"schema": {
|
|
100878
|
+
"$ref": "#/components/schemas/ErrorResponse"
|
|
100879
|
+
}
|
|
100880
|
+
}
|
|
100881
|
+
}
|
|
100882
|
+
},
|
|
100883
|
+
"403": {
|
|
100884
|
+
"description": "Forbidden - caller lacks the required role/permission",
|
|
100885
|
+
"content": {
|
|
100886
|
+
"application/json": {
|
|
100887
|
+
"schema": {
|
|
100888
|
+
"type": "object",
|
|
100889
|
+
"required": [
|
|
100890
|
+
"error"
|
|
100891
|
+
],
|
|
100892
|
+
"properties": {
|
|
100893
|
+
"error": {
|
|
100894
|
+
"type": "string"
|
|
100895
|
+
}
|
|
100896
|
+
}
|
|
100897
|
+
}
|
|
100898
|
+
}
|
|
100899
|
+
}
|
|
100900
|
+
},
|
|
100901
|
+
"404": {
|
|
100902
|
+
"description": "Resource not found",
|
|
100903
|
+
"content": {
|
|
100904
|
+
"application/json": {
|
|
100905
|
+
"schema": {
|
|
100906
|
+
"type": "object",
|
|
100907
|
+
"required": [
|
|
100908
|
+
"error"
|
|
100909
|
+
],
|
|
100910
|
+
"properties": {
|
|
100911
|
+
"error": {
|
|
100912
|
+
"type": "string"
|
|
100913
|
+
}
|
|
100914
|
+
}
|
|
100915
|
+
}
|
|
100916
|
+
}
|
|
100917
|
+
}
|
|
100918
|
+
},
|
|
100919
|
+
"500": {
|
|
100920
|
+
"description": "Internal server error",
|
|
100921
|
+
"content": {
|
|
100922
|
+
"application/json": {
|
|
100923
|
+
"schema": {
|
|
100924
|
+
"type": "object",
|
|
100925
|
+
"required": [
|
|
100926
|
+
"error"
|
|
100927
|
+
],
|
|
100928
|
+
"properties": {
|
|
100929
|
+
"error": {
|
|
100930
|
+
"type": "string"
|
|
100931
|
+
}
|
|
100932
|
+
}
|
|
100933
|
+
}
|
|
100934
|
+
}
|
|
100935
|
+
}
|
|
100936
|
+
}
|
|
100937
|
+
}
|
|
100938
|
+
}
|
|
100939
|
+
},
|
|
100851
100940
|
"/api/v1/creative-hub/files": {
|
|
100852
100941
|
"get": {
|
|
100853
100942
|
"operationId": "getApiV1CreativeHubFiles",
|
|
@@ -101145,6 +101234,24 @@
|
|
|
101145
101234
|
}
|
|
101146
101235
|
}
|
|
101147
101236
|
},
|
|
101237
|
+
"404": {
|
|
101238
|
+
"description": "Resource not found",
|
|
101239
|
+
"content": {
|
|
101240
|
+
"application/json": {
|
|
101241
|
+
"schema": {
|
|
101242
|
+
"type": "object",
|
|
101243
|
+
"required": [
|
|
101244
|
+
"error"
|
|
101245
|
+
],
|
|
101246
|
+
"properties": {
|
|
101247
|
+
"error": {
|
|
101248
|
+
"type": "string"
|
|
101249
|
+
}
|
|
101250
|
+
}
|
|
101251
|
+
}
|
|
101252
|
+
}
|
|
101253
|
+
}
|
|
101254
|
+
},
|
|
101148
101255
|
"500": {
|
|
101149
101256
|
"description": "Internal server error",
|
|
101150
101257
|
"content": {
|
|
@@ -101263,6 +101370,24 @@
|
|
|
101263
101370
|
}
|
|
101264
101371
|
}
|
|
101265
101372
|
},
|
|
101373
|
+
"404": {
|
|
101374
|
+
"description": "Resource not found",
|
|
101375
|
+
"content": {
|
|
101376
|
+
"application/json": {
|
|
101377
|
+
"schema": {
|
|
101378
|
+
"type": "object",
|
|
101379
|
+
"required": [
|
|
101380
|
+
"error"
|
|
101381
|
+
],
|
|
101382
|
+
"properties": {
|
|
101383
|
+
"error": {
|
|
101384
|
+
"type": "string"
|
|
101385
|
+
}
|
|
101386
|
+
}
|
|
101387
|
+
}
|
|
101388
|
+
}
|
|
101389
|
+
}
|
|
101390
|
+
},
|
|
101266
101391
|
"500": {
|
|
101267
101392
|
"description": "Internal server error",
|
|
101268
101393
|
"content": {
|
|
@@ -107904,6 +108029,223 @@
|
|
|
107904
108029
|
}
|
|
107905
108030
|
}
|
|
107906
108031
|
},
|
|
108032
|
+
"/api/v1/creative-hub/library/assets/{id}/save-to-drive": {
|
|
108033
|
+
"post": {
|
|
108034
|
+
"operationId": "creativeHubSaveAssetToDrive",
|
|
108035
|
+
"summary": "Save a Creative Hub library asset into the caller's Drive folder",
|
|
108036
|
+
"tags": [
|
|
108037
|
+
"creative-hub",
|
|
108038
|
+
"creative-library"
|
|
108039
|
+
],
|
|
108040
|
+
"description": "Copies a Creative Hub library asset into the current user's personal Google Drive folder, provisioning that folder on first use. Returns the created Drive file.",
|
|
108041
|
+
"parameters": [
|
|
108042
|
+
{
|
|
108043
|
+
"schema": {
|
|
108044
|
+
"type": "string"
|
|
108045
|
+
},
|
|
108046
|
+
"in": "path",
|
|
108047
|
+
"name": "id",
|
|
108048
|
+
"required": true
|
|
108049
|
+
}
|
|
108050
|
+
],
|
|
108051
|
+
"security": [
|
|
108052
|
+
{
|
|
108053
|
+
"bearerAuth": []
|
|
108054
|
+
},
|
|
108055
|
+
{
|
|
108056
|
+
"apiKeyAuth": []
|
|
108057
|
+
}
|
|
108058
|
+
],
|
|
108059
|
+
"responses": {
|
|
108060
|
+
"200": {
|
|
108061
|
+
"description": "Successful response",
|
|
108062
|
+
"content": {
|
|
108063
|
+
"application/json": {
|
|
108064
|
+
"schema": {
|
|
108065
|
+
"type": "object",
|
|
108066
|
+
"required": [
|
|
108067
|
+
"file"
|
|
108068
|
+
],
|
|
108069
|
+
"properties": {
|
|
108070
|
+
"file": {
|
|
108071
|
+
"type": "object",
|
|
108072
|
+
"required": [
|
|
108073
|
+
"id",
|
|
108074
|
+
"name",
|
|
108075
|
+
"mimeType",
|
|
108076
|
+
"size",
|
|
108077
|
+
"createdTime",
|
|
108078
|
+
"modifiedTime",
|
|
108079
|
+
"thumbnailUrl",
|
|
108080
|
+
"viewUrl",
|
|
108081
|
+
"downloadUrl",
|
|
108082
|
+
"isVideo",
|
|
108083
|
+
"isImage",
|
|
108084
|
+
"isFolder",
|
|
108085
|
+
"parents"
|
|
108086
|
+
],
|
|
108087
|
+
"properties": {
|
|
108088
|
+
"id": {
|
|
108089
|
+
"anyOf": [
|
|
108090
|
+
{
|
|
108091
|
+
"type": "string"
|
|
108092
|
+
},
|
|
108093
|
+
{
|
|
108094
|
+
"type": "null"
|
|
108095
|
+
}
|
|
108096
|
+
]
|
|
108097
|
+
},
|
|
108098
|
+
"name": {
|
|
108099
|
+
"anyOf": [
|
|
108100
|
+
{
|
|
108101
|
+
"type": "string"
|
|
108102
|
+
},
|
|
108103
|
+
{
|
|
108104
|
+
"type": "null"
|
|
108105
|
+
}
|
|
108106
|
+
]
|
|
108107
|
+
},
|
|
108108
|
+
"mimeType": {
|
|
108109
|
+
"anyOf": [
|
|
108110
|
+
{
|
|
108111
|
+
"type": "string"
|
|
108112
|
+
},
|
|
108113
|
+
{
|
|
108114
|
+
"type": "null"
|
|
108115
|
+
}
|
|
108116
|
+
]
|
|
108117
|
+
},
|
|
108118
|
+
"size": {
|
|
108119
|
+
"type": "integer"
|
|
108120
|
+
},
|
|
108121
|
+
"createdTime": {
|
|
108122
|
+
"anyOf": [
|
|
108123
|
+
{
|
|
108124
|
+
"type": "string"
|
|
108125
|
+
},
|
|
108126
|
+
{
|
|
108127
|
+
"type": "null"
|
|
108128
|
+
}
|
|
108129
|
+
]
|
|
108130
|
+
},
|
|
108131
|
+
"modifiedTime": {
|
|
108132
|
+
"anyOf": [
|
|
108133
|
+
{
|
|
108134
|
+
"type": "string"
|
|
108135
|
+
},
|
|
108136
|
+
{
|
|
108137
|
+
"type": "null"
|
|
108138
|
+
}
|
|
108139
|
+
]
|
|
108140
|
+
},
|
|
108141
|
+
"thumbnailUrl": {
|
|
108142
|
+
"anyOf": [
|
|
108143
|
+
{
|
|
108144
|
+
"type": "string"
|
|
108145
|
+
},
|
|
108146
|
+
{
|
|
108147
|
+
"type": "null"
|
|
108148
|
+
}
|
|
108149
|
+
]
|
|
108150
|
+
},
|
|
108151
|
+
"viewUrl": {
|
|
108152
|
+
"anyOf": [
|
|
108153
|
+
{
|
|
108154
|
+
"type": "string"
|
|
108155
|
+
},
|
|
108156
|
+
{
|
|
108157
|
+
"type": "null"
|
|
108158
|
+
}
|
|
108159
|
+
]
|
|
108160
|
+
},
|
|
108161
|
+
"downloadUrl": {
|
|
108162
|
+
"anyOf": [
|
|
108163
|
+
{
|
|
108164
|
+
"type": "string"
|
|
108165
|
+
},
|
|
108166
|
+
{
|
|
108167
|
+
"type": "null"
|
|
108168
|
+
}
|
|
108169
|
+
]
|
|
108170
|
+
},
|
|
108171
|
+
"isVideo": {
|
|
108172
|
+
"type": "boolean"
|
|
108173
|
+
},
|
|
108174
|
+
"isImage": {
|
|
108175
|
+
"type": "boolean"
|
|
108176
|
+
},
|
|
108177
|
+
"isFolder": {
|
|
108178
|
+
"type": "boolean"
|
|
108179
|
+
},
|
|
108180
|
+
"parents": {
|
|
108181
|
+
"anyOf": [
|
|
108182
|
+
{
|
|
108183
|
+
"type": "array",
|
|
108184
|
+
"items": {
|
|
108185
|
+
"type": "string"
|
|
108186
|
+
}
|
|
108187
|
+
},
|
|
108188
|
+
{
|
|
108189
|
+
"type": "null"
|
|
108190
|
+
}
|
|
108191
|
+
]
|
|
108192
|
+
}
|
|
108193
|
+
}
|
|
108194
|
+
}
|
|
108195
|
+
}
|
|
108196
|
+
}
|
|
108197
|
+
}
|
|
108198
|
+
}
|
|
108199
|
+
},
|
|
108200
|
+
"401": {
|
|
108201
|
+
"description": "Unauthorized - missing or invalid bearer token",
|
|
108202
|
+
"content": {
|
|
108203
|
+
"application/json": {
|
|
108204
|
+
"schema": {
|
|
108205
|
+
"$ref": "#/components/schemas/ErrorResponse"
|
|
108206
|
+
}
|
|
108207
|
+
}
|
|
108208
|
+
}
|
|
108209
|
+
},
|
|
108210
|
+
"404": {
|
|
108211
|
+
"description": "Resource not found",
|
|
108212
|
+
"content": {
|
|
108213
|
+
"application/json": {
|
|
108214
|
+
"schema": {
|
|
108215
|
+
"type": "object",
|
|
108216
|
+
"required": [
|
|
108217
|
+
"error"
|
|
108218
|
+
],
|
|
108219
|
+
"properties": {
|
|
108220
|
+
"error": {
|
|
108221
|
+
"type": "string"
|
|
108222
|
+
}
|
|
108223
|
+
}
|
|
108224
|
+
}
|
|
108225
|
+
}
|
|
108226
|
+
}
|
|
108227
|
+
},
|
|
108228
|
+
"500": {
|
|
108229
|
+
"description": "Internal server error",
|
|
108230
|
+
"content": {
|
|
108231
|
+
"application/json": {
|
|
108232
|
+
"schema": {
|
|
108233
|
+
"type": "object",
|
|
108234
|
+
"required": [
|
|
108235
|
+
"error"
|
|
108236
|
+
],
|
|
108237
|
+
"properties": {
|
|
108238
|
+
"error": {
|
|
108239
|
+
"type": "string"
|
|
108240
|
+
}
|
|
108241
|
+
}
|
|
108242
|
+
}
|
|
108243
|
+
}
|
|
108244
|
+
}
|
|
108245
|
+
}
|
|
108246
|
+
}
|
|
108247
|
+
}
|
|
108248
|
+
},
|
|
107907
108249
|
"/api/v1/creative-hub/thumbnail/{fileId}": {
|
|
107908
108250
|
"get": {
|
|
107909
108251
|
"operationId": "creativeHubThumbnail",
|
|
@@ -225342,6 +225684,62 @@
|
|
|
225342
225684
|
}
|
|
225343
225685
|
}
|
|
225344
225686
|
},
|
|
225687
|
+
"/meta/extension.zip": {
|
|
225688
|
+
"get": {
|
|
225689
|
+
"operationId": "getMetaExtensionZip",
|
|
225690
|
+
"summary": "Download the auto-connect Chrome extension",
|
|
225691
|
+
"tags": [
|
|
225692
|
+
"meta"
|
|
225693
|
+
],
|
|
225694
|
+
"description": "Returns a .zip of the \"Wevion Connect\" Chrome extension, pre-configured with this workspace OAuth link. Install it in Chrome or on any Chromium antidetect browser (AdsPower, Multilogin, GoLogin, Dolphin, ...) and open the profiles: the Facebook accounts connect to this workspace automatically.",
|
|
225695
|
+
"security": [
|
|
225696
|
+
{
|
|
225697
|
+
"bearerAuth": []
|
|
225698
|
+
}
|
|
225699
|
+
],
|
|
225700
|
+
"responses": {
|
|
225701
|
+
"200": {
|
|
225702
|
+
"description": "ZIP archive of the pre-configured \"Wevion Connect\" Chrome extension (application/zip).",
|
|
225703
|
+
"content": {
|
|
225704
|
+
"application/json": {
|
|
225705
|
+
"schema": {
|
|
225706
|
+
"format": "binary",
|
|
225707
|
+
"description": "ZIP archive of the pre-configured \"Wevion Connect\" Chrome extension (application/zip).",
|
|
225708
|
+
"type": "string"
|
|
225709
|
+
}
|
|
225710
|
+
}
|
|
225711
|
+
}
|
|
225712
|
+
},
|
|
225713
|
+
"401": {
|
|
225714
|
+
"description": "Unauthorized — a valid session is required.",
|
|
225715
|
+
"content": {
|
|
225716
|
+
"application/json": {
|
|
225717
|
+
"schema": {
|
|
225718
|
+
"description": "Unauthorized — a valid session is required.",
|
|
225719
|
+
"type": "object",
|
|
225720
|
+
"required": [
|
|
225721
|
+
"statusCode",
|
|
225722
|
+
"error",
|
|
225723
|
+
"message"
|
|
225724
|
+
],
|
|
225725
|
+
"properties": {
|
|
225726
|
+
"statusCode": {
|
|
225727
|
+
"type": "number"
|
|
225728
|
+
},
|
|
225729
|
+
"error": {
|
|
225730
|
+
"type": "string"
|
|
225731
|
+
},
|
|
225732
|
+
"message": {
|
|
225733
|
+
"type": "string"
|
|
225734
|
+
}
|
|
225735
|
+
}
|
|
225736
|
+
}
|
|
225737
|
+
}
|
|
225738
|
+
}
|
|
225739
|
+
}
|
|
225740
|
+
}
|
|
225741
|
+
}
|
|
225742
|
+
},
|
|
225345
225743
|
"/meta/login-callback": {
|
|
225346
225744
|
"get": {
|
|
225347
225745
|
"operationId": "getMetaLoginCallback",
|