@lessly/sdk-app 47.0.1 → 47.1.0
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/analytics/index.d.cts +1 -1
- package/dist/analytics/index.d.ts +1 -1
- package/dist/brain/index.cjs +0 -5
- package/dist/brain/index.cjs.map +1 -1
- package/dist/brain/index.d.cts +2 -6
- package/dist/brain/index.d.ts +2 -6
- package/dist/brain/index.js +1 -5
- package/dist/brain/index.js.map +1 -1
- package/dist/{client.gen-BsjxuDLy.d.cts → client.gen-BsvWS7J-.d.cts} +4702 -391
- package/dist/{client.gen-BsjxuDLy.d.ts → client.gen-BsvWS7J-.d.ts} +4702 -391
- package/dist/consent/index.d.cts +1 -1
- package/dist/consent/index.d.ts +1 -1
- package/dist/content/index.cjs +161 -0
- package/dist/content/index.cjs.map +1 -0
- package/dist/content/index.d.cts +128 -0
- package/dist/content/index.d.ts +128 -0
- package/dist/content/index.js +129 -0
- package/dist/content/index.js.map +1 -0
- package/dist/deployment/index.d.cts +1 -1
- package/dist/deployment/index.d.ts +1 -1
- package/dist/index.cjs +759 -135
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +759 -135
- package/dist/index.js.map +1 -1
- package/dist/mail/index.d.cts +2 -2
- package/dist/mail/index.d.ts +2 -2
- package/dist/observe/index.d.cts +1 -1
- package/dist/observe/index.d.ts +1 -1
- package/dist/organization/index.d.cts +1 -1
- package/dist/organization/index.d.ts +1 -1
- package/dist/playground/index.cjs +66 -0
- package/dist/playground/index.cjs.map +1 -0
- package/dist/playground/index.d.cts +52 -0
- package/dist/playground/index.d.ts +52 -0
- package/dist/playground/index.js +53 -0
- package/dist/playground/index.js.map +1 -0
- package/dist/realtime/index.d.cts +1 -1
- package/dist/realtime/index.d.ts +1 -1
- package/dist/support/index.d.cts +1 -1
- package/dist/support/index.d.ts +1 -1
- package/dist/tracking/index.d.cts +1 -1
- package/dist/tracking/index.d.ts +1 -1
- package/dist/users/index.d.cts +1 -1
- package/dist/users/index.d.ts +1 -1
- package/dist/waitlist/index.d.cts +1 -1
- package/dist/waitlist/index.d.ts +1 -1
- package/package.json +12 -2
- package/src/gen/bindings.gen.ts +759 -135
- package/src/gen/brain/index.ts +1 -1
- package/src/gen/brain/queryOptions.gen.ts +0 -7
- package/src/gen/client.gen.ts +165 -5
- package/src/gen/content/index.ts +3 -0
- package/src/gen/content/queryOptions.gen.ts +202 -0
- package/src/gen/manifest.gen.ts +1 -1
- package/src/gen/playground/index.ts +3 -0
- package/src/gen/playground/queryOptions.gen.ts +86 -0
- package/src/gen/types.gen.ts +4318 -221
package/dist/index.js
CHANGED
|
@@ -821,19 +821,6 @@ var bindings = {
|
|
|
821
821
|
"path": "/brain/restores/:restoreId",
|
|
822
822
|
"readOnly": true
|
|
823
823
|
}
|
|
824
|
-
},
|
|
825
|
-
"usage": {
|
|
826
|
-
"report": {
|
|
827
|
-
"method": "GET",
|
|
828
|
-
"params": [
|
|
829
|
-
{
|
|
830
|
-
"in": "query",
|
|
831
|
-
"name": "days"
|
|
832
|
-
}
|
|
833
|
-
],
|
|
834
|
-
"path": "/brain/usage/report",
|
|
835
|
-
"readOnly": true
|
|
836
|
-
}
|
|
837
824
|
}
|
|
838
825
|
},
|
|
839
826
|
"consent": {
|
|
@@ -872,158 +859,703 @@ var bindings = {
|
|
|
872
859
|
},
|
|
873
860
|
{
|
|
874
861
|
"in": "body",
|
|
875
|
-
"name": "contentAlign"
|
|
862
|
+
"name": "contentAlign"
|
|
863
|
+
}
|
|
864
|
+
],
|
|
865
|
+
"path": "/consent/config/customization",
|
|
866
|
+
"readOnly": false
|
|
867
|
+
}
|
|
868
|
+
},
|
|
869
|
+
"config-floating-icon": {
|
|
870
|
+
"upsert": {
|
|
871
|
+
"method": "PATCH",
|
|
872
|
+
"params": [
|
|
873
|
+
{
|
|
874
|
+
"in": "body",
|
|
875
|
+
"name": "floatingIcon"
|
|
876
|
+
}
|
|
877
|
+
],
|
|
878
|
+
"path": "/consent/config",
|
|
879
|
+
"readOnly": false
|
|
880
|
+
}
|
|
881
|
+
},
|
|
882
|
+
"config-theme": {
|
|
883
|
+
"upsert": {
|
|
884
|
+
"method": "PATCH",
|
|
885
|
+
"params": [
|
|
886
|
+
{
|
|
887
|
+
"in": "body",
|
|
888
|
+
"name": "brandColor"
|
|
889
|
+
},
|
|
890
|
+
{
|
|
891
|
+
"in": "body",
|
|
892
|
+
"name": "surface"
|
|
893
|
+
},
|
|
894
|
+
{
|
|
895
|
+
"in": "body",
|
|
896
|
+
"name": "corners"
|
|
897
|
+
},
|
|
898
|
+
{
|
|
899
|
+
"in": "body",
|
|
900
|
+
"name": "font"
|
|
901
|
+
},
|
|
902
|
+
{
|
|
903
|
+
"in": "body",
|
|
904
|
+
"name": "overrides"
|
|
905
|
+
}
|
|
906
|
+
],
|
|
907
|
+
"path": "/consent/config/theme",
|
|
908
|
+
"readOnly": false
|
|
909
|
+
}
|
|
910
|
+
},
|
|
911
|
+
"dashboard-config": {
|
|
912
|
+
"get": {
|
|
913
|
+
"method": "GET",
|
|
914
|
+
"path": "/consent/consent/dashboard/config",
|
|
915
|
+
"readOnly": true
|
|
916
|
+
}
|
|
917
|
+
},
|
|
918
|
+
"dashboard-decisions": {
|
|
919
|
+
"list": {
|
|
920
|
+
"method": "GET",
|
|
921
|
+
"params": [
|
|
922
|
+
{
|
|
923
|
+
"in": "query",
|
|
924
|
+
"name": "limit"
|
|
925
|
+
},
|
|
926
|
+
{
|
|
927
|
+
"in": "query",
|
|
928
|
+
"name": "offset"
|
|
929
|
+
}
|
|
930
|
+
],
|
|
931
|
+
"path": "/consent/consent/dashboard/decisions",
|
|
932
|
+
"readOnly": true
|
|
933
|
+
}
|
|
934
|
+
},
|
|
935
|
+
"dashboard-embed-snippet": {
|
|
936
|
+
"get": {
|
|
937
|
+
"method": "GET",
|
|
938
|
+
"path": "/consent/consent/dashboard/embed-snippet",
|
|
939
|
+
"readOnly": true
|
|
940
|
+
}
|
|
941
|
+
},
|
|
942
|
+
"dashboard-stats": {
|
|
943
|
+
"get": {
|
|
944
|
+
"method": "GET",
|
|
945
|
+
"path": "/consent/consent/dashboard/stats",
|
|
946
|
+
"readOnly": true
|
|
947
|
+
}
|
|
948
|
+
},
|
|
949
|
+
"embed": {
|
|
950
|
+
"get": {
|
|
951
|
+
"method": "GET",
|
|
952
|
+
"path": "/consent/embed",
|
|
953
|
+
"readOnly": true
|
|
954
|
+
}
|
|
955
|
+
},
|
|
956
|
+
"providers": {
|
|
957
|
+
"create": {
|
|
958
|
+
"method": "POST",
|
|
959
|
+
"params": [
|
|
960
|
+
{
|
|
961
|
+
"in": "body",
|
|
962
|
+
"name": "name"
|
|
963
|
+
},
|
|
964
|
+
{
|
|
965
|
+
"in": "body",
|
|
966
|
+
"name": "category"
|
|
967
|
+
},
|
|
968
|
+
{
|
|
969
|
+
"in": "body",
|
|
970
|
+
"name": "hosts"
|
|
971
|
+
},
|
|
972
|
+
{
|
|
973
|
+
"in": "body",
|
|
974
|
+
"name": "privacyUrl"
|
|
975
|
+
},
|
|
976
|
+
{
|
|
977
|
+
"in": "body",
|
|
978
|
+
"name": "description"
|
|
979
|
+
},
|
|
980
|
+
{
|
|
981
|
+
"in": "body",
|
|
982
|
+
"name": "orderIndex"
|
|
983
|
+
},
|
|
984
|
+
{
|
|
985
|
+
"in": "body",
|
|
986
|
+
"name": "cookies"
|
|
987
|
+
},
|
|
988
|
+
{
|
|
989
|
+
"in": "body",
|
|
990
|
+
"name": "catalogKey"
|
|
991
|
+
}
|
|
992
|
+
],
|
|
993
|
+
"path": "/consent/consent/providers",
|
|
994
|
+
"readOnly": false
|
|
995
|
+
},
|
|
996
|
+
"delete": {
|
|
997
|
+
"method": "DELETE",
|
|
998
|
+
"params": [
|
|
999
|
+
{
|
|
1000
|
+
"in": "path",
|
|
1001
|
+
"name": "id"
|
|
1002
|
+
}
|
|
1003
|
+
],
|
|
1004
|
+
"path": "/consent/consent/providers/:id",
|
|
1005
|
+
"readOnly": false
|
|
1006
|
+
},
|
|
1007
|
+
"list": {
|
|
1008
|
+
"method": "GET",
|
|
1009
|
+
"path": "/consent/consent/providers",
|
|
1010
|
+
"readOnly": true
|
|
1011
|
+
},
|
|
1012
|
+
"update": {
|
|
1013
|
+
"method": "PATCH",
|
|
1014
|
+
"params": [
|
|
1015
|
+
{
|
|
1016
|
+
"in": "path",
|
|
1017
|
+
"name": "id"
|
|
1018
|
+
},
|
|
1019
|
+
{
|
|
1020
|
+
"in": "body",
|
|
1021
|
+
"name": "name"
|
|
1022
|
+
},
|
|
1023
|
+
{
|
|
1024
|
+
"in": "body",
|
|
1025
|
+
"name": "category"
|
|
1026
|
+
},
|
|
1027
|
+
{
|
|
1028
|
+
"in": "body",
|
|
1029
|
+
"name": "hosts"
|
|
1030
|
+
},
|
|
1031
|
+
{
|
|
1032
|
+
"in": "body",
|
|
1033
|
+
"name": "privacyUrl"
|
|
1034
|
+
},
|
|
1035
|
+
{
|
|
1036
|
+
"in": "body",
|
|
1037
|
+
"name": "description"
|
|
1038
|
+
},
|
|
1039
|
+
{
|
|
1040
|
+
"in": "body",
|
|
1041
|
+
"name": "orderIndex"
|
|
1042
|
+
},
|
|
1043
|
+
{
|
|
1044
|
+
"in": "body",
|
|
1045
|
+
"name": "cookies"
|
|
1046
|
+
}
|
|
1047
|
+
],
|
|
1048
|
+
"path": "/consent/consent/providers/:id",
|
|
1049
|
+
"readOnly": false
|
|
1050
|
+
}
|
|
1051
|
+
},
|
|
1052
|
+
"records": {
|
|
1053
|
+
"export": {
|
|
1054
|
+
"method": "POST",
|
|
1055
|
+
"params": [
|
|
1056
|
+
{
|
|
1057
|
+
"in": "body",
|
|
1058
|
+
"name": "from"
|
|
1059
|
+
},
|
|
1060
|
+
{
|
|
1061
|
+
"in": "body",
|
|
1062
|
+
"name": "to"
|
|
1063
|
+
},
|
|
1064
|
+
{
|
|
1065
|
+
"in": "body",
|
|
1066
|
+
"name": "limit"
|
|
1067
|
+
},
|
|
1068
|
+
{
|
|
1069
|
+
"in": "body",
|
|
1070
|
+
"name": "record_id"
|
|
1071
|
+
}
|
|
1072
|
+
],
|
|
1073
|
+
"path": "/consent/consent/dashboard/export",
|
|
1074
|
+
"readOnly": true
|
|
1075
|
+
}
|
|
1076
|
+
},
|
|
1077
|
+
"stats": {
|
|
1078
|
+
"get": {
|
|
1079
|
+
"method": "GET",
|
|
1080
|
+
"params": [
|
|
1081
|
+
{
|
|
1082
|
+
"in": "query",
|
|
1083
|
+
"name": "range"
|
|
1084
|
+
}
|
|
1085
|
+
],
|
|
1086
|
+
"path": "/consent/consent/stats",
|
|
1087
|
+
"readOnly": true
|
|
1088
|
+
}
|
|
1089
|
+
}
|
|
1090
|
+
},
|
|
1091
|
+
"content": {
|
|
1092
|
+
"channels": {
|
|
1093
|
+
"bind": {
|
|
1094
|
+
"method": "POST",
|
|
1095
|
+
"params": [
|
|
1096
|
+
{
|
|
1097
|
+
"in": "path",
|
|
1098
|
+
"name": "id"
|
|
1099
|
+
},
|
|
1100
|
+
{
|
|
1101
|
+
"in": "body",
|
|
1102
|
+
"name": "connectorId"
|
|
1103
|
+
},
|
|
1104
|
+
{
|
|
1105
|
+
"in": "body",
|
|
1106
|
+
"name": "deliveryMode"
|
|
1107
|
+
}
|
|
1108
|
+
],
|
|
1109
|
+
"path": "/content/channels/:id/bind",
|
|
1110
|
+
"readOnly": false
|
|
1111
|
+
},
|
|
1112
|
+
"get": {
|
|
1113
|
+
"method": "GET",
|
|
1114
|
+
"params": [
|
|
1115
|
+
{
|
|
1116
|
+
"in": "path",
|
|
1117
|
+
"name": "id"
|
|
1118
|
+
}
|
|
1119
|
+
],
|
|
1120
|
+
"path": "/content/channels/:id",
|
|
1121
|
+
"readOnly": true
|
|
1122
|
+
},
|
|
1123
|
+
"list": {
|
|
1124
|
+
"method": "GET",
|
|
1125
|
+
"params": [
|
|
1126
|
+
{
|
|
1127
|
+
"in": "query",
|
|
1128
|
+
"name": "network"
|
|
1129
|
+
},
|
|
1130
|
+
{
|
|
1131
|
+
"in": "query",
|
|
1132
|
+
"name": "limit"
|
|
1133
|
+
},
|
|
1134
|
+
{
|
|
1135
|
+
"in": "query",
|
|
1136
|
+
"name": "offset"
|
|
1137
|
+
}
|
|
1138
|
+
],
|
|
1139
|
+
"path": "/content/channels",
|
|
1140
|
+
"readOnly": true
|
|
1141
|
+
},
|
|
1142
|
+
"resume": {
|
|
1143
|
+
"method": "POST",
|
|
1144
|
+
"params": [
|
|
1145
|
+
{
|
|
1146
|
+
"in": "path",
|
|
1147
|
+
"name": "id"
|
|
1148
|
+
}
|
|
1149
|
+
],
|
|
1150
|
+
"path": "/content/channels/:id/resume",
|
|
1151
|
+
"readOnly": false
|
|
1152
|
+
},
|
|
1153
|
+
"unbind": {
|
|
1154
|
+
"method": "POST",
|
|
1155
|
+
"params": [
|
|
1156
|
+
{
|
|
1157
|
+
"in": "path",
|
|
1158
|
+
"name": "id"
|
|
1159
|
+
}
|
|
1160
|
+
],
|
|
1161
|
+
"path": "/content/channels/:id/unbind",
|
|
1162
|
+
"readOnly": false
|
|
1163
|
+
},
|
|
1164
|
+
"update": {
|
|
1165
|
+
"method": "PATCH",
|
|
1166
|
+
"params": [
|
|
1167
|
+
{
|
|
1168
|
+
"in": "path",
|
|
1169
|
+
"name": "id"
|
|
1170
|
+
},
|
|
1171
|
+
{
|
|
1172
|
+
"in": "body",
|
|
1173
|
+
"name": "displayName"
|
|
1174
|
+
},
|
|
1175
|
+
{
|
|
1176
|
+
"in": "body",
|
|
1177
|
+
"name": "deliveryMode"
|
|
1178
|
+
},
|
|
1179
|
+
{
|
|
1180
|
+
"in": "body",
|
|
1181
|
+
"name": "capabilities"
|
|
1182
|
+
}
|
|
1183
|
+
],
|
|
1184
|
+
"path": "/content/channels/:id",
|
|
1185
|
+
"readOnly": false
|
|
1186
|
+
}
|
|
1187
|
+
},
|
|
1188
|
+
"media": {
|
|
1189
|
+
"finalize": {
|
|
1190
|
+
"method": "POST",
|
|
1191
|
+
"params": [
|
|
1192
|
+
{
|
|
1193
|
+
"in": "path",
|
|
1194
|
+
"name": "id"
|
|
1195
|
+
}
|
|
1196
|
+
],
|
|
1197
|
+
"path": "/content/media/:id/finalize",
|
|
1198
|
+
"readOnly": false
|
|
1199
|
+
},
|
|
1200
|
+
"get": {
|
|
1201
|
+
"method": "GET",
|
|
1202
|
+
"params": [
|
|
1203
|
+
{
|
|
1204
|
+
"in": "path",
|
|
1205
|
+
"name": "id"
|
|
1206
|
+
}
|
|
1207
|
+
],
|
|
1208
|
+
"path": "/content/media/:id",
|
|
1209
|
+
"readOnly": true
|
|
1210
|
+
},
|
|
1211
|
+
"list": {
|
|
1212
|
+
"method": "GET",
|
|
1213
|
+
"params": [
|
|
1214
|
+
{
|
|
1215
|
+
"in": "query",
|
|
1216
|
+
"name": "status"
|
|
1217
|
+
},
|
|
1218
|
+
{
|
|
1219
|
+
"in": "query",
|
|
1220
|
+
"name": "limit"
|
|
1221
|
+
},
|
|
1222
|
+
{
|
|
1223
|
+
"in": "query",
|
|
1224
|
+
"name": "offset"
|
|
1225
|
+
}
|
|
1226
|
+
],
|
|
1227
|
+
"path": "/content/media",
|
|
1228
|
+
"readOnly": true
|
|
1229
|
+
},
|
|
1230
|
+
"upload": {
|
|
1231
|
+
"method": "POST",
|
|
1232
|
+
"params": [
|
|
1233
|
+
{
|
|
1234
|
+
"in": "body",
|
|
1235
|
+
"name": "sourceUrl"
|
|
1236
|
+
},
|
|
1237
|
+
{
|
|
1238
|
+
"in": "body",
|
|
1239
|
+
"name": "filename"
|
|
1240
|
+
}
|
|
1241
|
+
],
|
|
1242
|
+
"path": "/content/media",
|
|
1243
|
+
"readOnly": false
|
|
1244
|
+
}
|
|
1245
|
+
},
|
|
1246
|
+
"media-create-upload": {
|
|
1247
|
+
"url": {
|
|
1248
|
+
"method": "POST",
|
|
1249
|
+
"params": [
|
|
1250
|
+
{
|
|
1251
|
+
"in": "body",
|
|
1252
|
+
"name": "contentType"
|
|
1253
|
+
},
|
|
1254
|
+
{
|
|
1255
|
+
"in": "body",
|
|
1256
|
+
"name": "filename"
|
|
1257
|
+
}
|
|
1258
|
+
],
|
|
1259
|
+
"path": "/content/media/upload-url",
|
|
1260
|
+
"readOnly": false
|
|
1261
|
+
}
|
|
1262
|
+
},
|
|
1263
|
+
"metrics-channel": {
|
|
1264
|
+
"series": {
|
|
1265
|
+
"method": "GET",
|
|
1266
|
+
"params": [
|
|
1267
|
+
{
|
|
1268
|
+
"in": "path",
|
|
1269
|
+
"name": "id"
|
|
1270
|
+
},
|
|
1271
|
+
{
|
|
1272
|
+
"in": "query",
|
|
1273
|
+
"name": "from"
|
|
1274
|
+
},
|
|
1275
|
+
{
|
|
1276
|
+
"in": "query",
|
|
1277
|
+
"name": "to"
|
|
1278
|
+
},
|
|
1279
|
+
{
|
|
1280
|
+
"in": "query",
|
|
1281
|
+
"name": "limit"
|
|
1282
|
+
}
|
|
1283
|
+
],
|
|
1284
|
+
"path": "/content/metrics/channels/:id",
|
|
1285
|
+
"readOnly": true
|
|
1286
|
+
}
|
|
1287
|
+
},
|
|
1288
|
+
"metrics-post": {
|
|
1289
|
+
"series": {
|
|
1290
|
+
"method": "GET",
|
|
1291
|
+
"params": [
|
|
1292
|
+
{
|
|
1293
|
+
"in": "path",
|
|
1294
|
+
"name": "id"
|
|
1295
|
+
},
|
|
1296
|
+
{
|
|
1297
|
+
"in": "query",
|
|
1298
|
+
"name": "from"
|
|
1299
|
+
},
|
|
1300
|
+
{
|
|
1301
|
+
"in": "query",
|
|
1302
|
+
"name": "to"
|
|
1303
|
+
},
|
|
1304
|
+
{
|
|
1305
|
+
"in": "query",
|
|
1306
|
+
"name": "limit"
|
|
1307
|
+
}
|
|
1308
|
+
],
|
|
1309
|
+
"path": "/content/metrics/posts/:id",
|
|
1310
|
+
"readOnly": true
|
|
1311
|
+
}
|
|
1312
|
+
},
|
|
1313
|
+
"posts": {
|
|
1314
|
+
"approve": {
|
|
1315
|
+
"method": "POST",
|
|
1316
|
+
"params": [
|
|
1317
|
+
{
|
|
1318
|
+
"in": "path",
|
|
1319
|
+
"name": "id"
|
|
1320
|
+
}
|
|
1321
|
+
],
|
|
1322
|
+
"path": "/content/posts/:id/approve",
|
|
1323
|
+
"readOnly": false
|
|
1324
|
+
},
|
|
1325
|
+
"create": {
|
|
1326
|
+
"method": "POST",
|
|
1327
|
+
"params": [
|
|
1328
|
+
{
|
|
1329
|
+
"in": "body",
|
|
1330
|
+
"name": "text"
|
|
1331
|
+
},
|
|
1332
|
+
{
|
|
1333
|
+
"in": "body",
|
|
1334
|
+
"name": "media"
|
|
1335
|
+
}
|
|
1336
|
+
],
|
|
1337
|
+
"path": "/content/posts",
|
|
1338
|
+
"readOnly": false
|
|
1339
|
+
},
|
|
1340
|
+
"get": {
|
|
1341
|
+
"method": "GET",
|
|
1342
|
+
"params": [
|
|
1343
|
+
{
|
|
1344
|
+
"in": "path",
|
|
1345
|
+
"name": "id"
|
|
1346
|
+
}
|
|
1347
|
+
],
|
|
1348
|
+
"path": "/content/posts/:id",
|
|
1349
|
+
"readOnly": true
|
|
1350
|
+
},
|
|
1351
|
+
"list": {
|
|
1352
|
+
"method": "GET",
|
|
1353
|
+
"params": [
|
|
1354
|
+
{
|
|
1355
|
+
"in": "query",
|
|
1356
|
+
"name": "status"
|
|
1357
|
+
},
|
|
1358
|
+
{
|
|
1359
|
+
"in": "query",
|
|
1360
|
+
"name": "limit"
|
|
1361
|
+
},
|
|
1362
|
+
{
|
|
1363
|
+
"in": "query",
|
|
1364
|
+
"name": "offset"
|
|
1365
|
+
}
|
|
1366
|
+
],
|
|
1367
|
+
"path": "/content/posts",
|
|
1368
|
+
"readOnly": true
|
|
1369
|
+
},
|
|
1370
|
+
"submit": {
|
|
1371
|
+
"method": "POST",
|
|
1372
|
+
"params": [
|
|
1373
|
+
{
|
|
1374
|
+
"in": "path",
|
|
1375
|
+
"name": "id"
|
|
1376
|
+
}
|
|
1377
|
+
],
|
|
1378
|
+
"path": "/content/posts/:id/submit",
|
|
1379
|
+
"readOnly": false
|
|
1380
|
+
},
|
|
1381
|
+
"update": {
|
|
1382
|
+
"method": "PATCH",
|
|
1383
|
+
"params": [
|
|
1384
|
+
{
|
|
1385
|
+
"in": "path",
|
|
1386
|
+
"name": "id"
|
|
1387
|
+
},
|
|
1388
|
+
{
|
|
1389
|
+
"in": "body",
|
|
1390
|
+
"name": "text"
|
|
1391
|
+
},
|
|
1392
|
+
{
|
|
1393
|
+
"in": "body",
|
|
1394
|
+
"name": "media"
|
|
1395
|
+
}
|
|
1396
|
+
],
|
|
1397
|
+
"path": "/content/posts/:id",
|
|
1398
|
+
"readOnly": false
|
|
1399
|
+
},
|
|
1400
|
+
"versions": {
|
|
1401
|
+
"method": "GET",
|
|
1402
|
+
"params": [
|
|
1403
|
+
{
|
|
1404
|
+
"in": "path",
|
|
1405
|
+
"name": "id"
|
|
1406
|
+
}
|
|
1407
|
+
],
|
|
1408
|
+
"path": "/content/posts/:id/versions",
|
|
1409
|
+
"readOnly": true
|
|
1410
|
+
}
|
|
1411
|
+
},
|
|
1412
|
+
"posts-attach": {
|
|
1413
|
+
"media": {
|
|
1414
|
+
"method": "POST",
|
|
1415
|
+
"params": [
|
|
1416
|
+
{
|
|
1417
|
+
"in": "path",
|
|
1418
|
+
"name": "id"
|
|
1419
|
+
},
|
|
1420
|
+
{
|
|
1421
|
+
"in": "body",
|
|
1422
|
+
"name": "mediaIds"
|
|
876
1423
|
}
|
|
877
1424
|
],
|
|
878
|
-
"path": "/
|
|
1425
|
+
"path": "/content/posts/:id/media/attach",
|
|
879
1426
|
"readOnly": false
|
|
880
1427
|
}
|
|
881
1428
|
},
|
|
882
|
-
"
|
|
883
|
-
"
|
|
884
|
-
"method": "
|
|
1429
|
+
"posts-detach": {
|
|
1430
|
+
"media": {
|
|
1431
|
+
"method": "POST",
|
|
885
1432
|
"params": [
|
|
1433
|
+
{
|
|
1434
|
+
"in": "path",
|
|
1435
|
+
"name": "id"
|
|
1436
|
+
},
|
|
886
1437
|
{
|
|
887
1438
|
"in": "body",
|
|
888
|
-
"name": "
|
|
1439
|
+
"name": "mediaIds"
|
|
889
1440
|
}
|
|
890
1441
|
],
|
|
891
|
-
"path": "/
|
|
1442
|
+
"path": "/content/posts/:id/media/detach",
|
|
892
1443
|
"readOnly": false
|
|
893
1444
|
}
|
|
894
1445
|
},
|
|
895
|
-
"
|
|
896
|
-
"
|
|
897
|
-
"method": "
|
|
1446
|
+
"publications": {
|
|
1447
|
+
"cancel": {
|
|
1448
|
+
"method": "POST",
|
|
898
1449
|
"params": [
|
|
899
1450
|
{
|
|
900
|
-
"in": "
|
|
901
|
-
"name": "
|
|
902
|
-
}
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
1451
|
+
"in": "path",
|
|
1452
|
+
"name": "id"
|
|
1453
|
+
}
|
|
1454
|
+
],
|
|
1455
|
+
"path": "/content/publications/:id/cancel",
|
|
1456
|
+
"readOnly": false
|
|
1457
|
+
},
|
|
1458
|
+
"confirm": {
|
|
1459
|
+
"method": "POST",
|
|
1460
|
+
"params": [
|
|
907
1461
|
{
|
|
908
|
-
"in": "
|
|
909
|
-
"name": "
|
|
1462
|
+
"in": "path",
|
|
1463
|
+
"name": "id"
|
|
910
1464
|
},
|
|
911
1465
|
{
|
|
912
1466
|
"in": "body",
|
|
913
|
-
"name": "
|
|
1467
|
+
"name": "externalUrl"
|
|
914
1468
|
},
|
|
915
1469
|
{
|
|
916
1470
|
"in": "body",
|
|
917
|
-
"name": "
|
|
1471
|
+
"name": "externalId"
|
|
918
1472
|
}
|
|
919
1473
|
],
|
|
920
|
-
"path": "/
|
|
1474
|
+
"path": "/content/publications/:id/confirm",
|
|
921
1475
|
"readOnly": false
|
|
922
|
-
}
|
|
923
|
-
},
|
|
924
|
-
"dashboard-config": {
|
|
1476
|
+
},
|
|
925
1477
|
"get": {
|
|
926
1478
|
"method": "GET",
|
|
927
|
-
"
|
|
1479
|
+
"params": [
|
|
1480
|
+
{
|
|
1481
|
+
"in": "path",
|
|
1482
|
+
"name": "id"
|
|
1483
|
+
}
|
|
1484
|
+
],
|
|
1485
|
+
"path": "/content/publications/:id",
|
|
928
1486
|
"readOnly": true
|
|
929
|
-
}
|
|
930
|
-
},
|
|
931
|
-
"dashboard-decisions": {
|
|
1487
|
+
},
|
|
932
1488
|
"list": {
|
|
933
1489
|
"method": "GET",
|
|
934
1490
|
"params": [
|
|
935
1491
|
{
|
|
936
1492
|
"in": "query",
|
|
937
|
-
"name": "
|
|
1493
|
+
"name": "state"
|
|
938
1494
|
},
|
|
939
1495
|
{
|
|
940
1496
|
"in": "query",
|
|
941
|
-
"name": "
|
|
942
|
-
}
|
|
943
|
-
],
|
|
944
|
-
"path": "/consent/consent/dashboard/decisions",
|
|
945
|
-
"readOnly": true
|
|
946
|
-
}
|
|
947
|
-
},
|
|
948
|
-
"dashboard-embed-snippet": {
|
|
949
|
-
"get": {
|
|
950
|
-
"method": "GET",
|
|
951
|
-
"path": "/consent/consent/dashboard/embed-snippet",
|
|
952
|
-
"readOnly": true
|
|
953
|
-
}
|
|
954
|
-
},
|
|
955
|
-
"dashboard-stats": {
|
|
956
|
-
"get": {
|
|
957
|
-
"method": "GET",
|
|
958
|
-
"path": "/consent/consent/dashboard/stats",
|
|
959
|
-
"readOnly": true
|
|
960
|
-
}
|
|
961
|
-
},
|
|
962
|
-
"embed": {
|
|
963
|
-
"get": {
|
|
964
|
-
"method": "GET",
|
|
965
|
-
"path": "/consent/embed",
|
|
966
|
-
"readOnly": true
|
|
967
|
-
}
|
|
968
|
-
},
|
|
969
|
-
"providers": {
|
|
970
|
-
"create": {
|
|
971
|
-
"method": "POST",
|
|
972
|
-
"params": [
|
|
1497
|
+
"name": "postId"
|
|
1498
|
+
},
|
|
973
1499
|
{
|
|
974
|
-
"in": "
|
|
975
|
-
"name": "
|
|
1500
|
+
"in": "query",
|
|
1501
|
+
"name": "channelId"
|
|
976
1502
|
},
|
|
977
1503
|
{
|
|
978
|
-
"in": "
|
|
979
|
-
"name": "
|
|
1504
|
+
"in": "query",
|
|
1505
|
+
"name": "limit"
|
|
980
1506
|
},
|
|
981
1507
|
{
|
|
982
|
-
"in": "
|
|
983
|
-
"name": "
|
|
1508
|
+
"in": "query",
|
|
1509
|
+
"name": "offset"
|
|
984
1510
|
},
|
|
985
1511
|
{
|
|
986
|
-
"in": "
|
|
987
|
-
"name": "
|
|
1512
|
+
"in": "query",
|
|
1513
|
+
"name": "scheduledFrom"
|
|
988
1514
|
},
|
|
1515
|
+
{
|
|
1516
|
+
"in": "query",
|
|
1517
|
+
"name": "scheduledTo"
|
|
1518
|
+
}
|
|
1519
|
+
],
|
|
1520
|
+
"path": "/content/publications",
|
|
1521
|
+
"readOnly": true
|
|
1522
|
+
},
|
|
1523
|
+
"publish": {
|
|
1524
|
+
"method": "POST",
|
|
1525
|
+
"params": [
|
|
989
1526
|
{
|
|
990
1527
|
"in": "body",
|
|
991
|
-
"name": "
|
|
1528
|
+
"name": "postId"
|
|
992
1529
|
},
|
|
993
1530
|
{
|
|
994
1531
|
"in": "body",
|
|
995
|
-
"name": "
|
|
1532
|
+
"name": "channelId"
|
|
996
1533
|
},
|
|
997
1534
|
{
|
|
998
1535
|
"in": "body",
|
|
999
|
-
"name": "
|
|
1536
|
+
"name": "text"
|
|
1000
1537
|
},
|
|
1001
1538
|
{
|
|
1002
1539
|
"in": "body",
|
|
1003
|
-
"name": "
|
|
1540
|
+
"name": "idempotencyKey"
|
|
1004
1541
|
}
|
|
1005
1542
|
],
|
|
1006
|
-
"path": "/
|
|
1543
|
+
"path": "/content/publications/publish",
|
|
1007
1544
|
"readOnly": false
|
|
1008
1545
|
},
|
|
1009
|
-
"
|
|
1010
|
-
"method": "
|
|
1546
|
+
"remind": {
|
|
1547
|
+
"method": "POST",
|
|
1011
1548
|
"params": [
|
|
1012
1549
|
{
|
|
1013
1550
|
"in": "path",
|
|
1014
1551
|
"name": "id"
|
|
1015
1552
|
}
|
|
1016
1553
|
],
|
|
1017
|
-
"path": "/
|
|
1554
|
+
"path": "/content/publications/:id/remind",
|
|
1018
1555
|
"readOnly": false
|
|
1019
1556
|
},
|
|
1020
|
-
"
|
|
1021
|
-
"method": "
|
|
1022
|
-
"path": "/consent/consent/providers",
|
|
1023
|
-
"readOnly": true
|
|
1024
|
-
},
|
|
1025
|
-
"update": {
|
|
1026
|
-
"method": "PATCH",
|
|
1557
|
+
"reschedule": {
|
|
1558
|
+
"method": "POST",
|
|
1027
1559
|
"params": [
|
|
1028
1560
|
{
|
|
1029
1561
|
"in": "path",
|
|
@@ -1031,72 +1563,56 @@ var bindings = {
|
|
|
1031
1563
|
},
|
|
1032
1564
|
{
|
|
1033
1565
|
"in": "body",
|
|
1034
|
-
"name": "
|
|
1035
|
-
}
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1566
|
+
"name": "scheduledAt"
|
|
1567
|
+
}
|
|
1568
|
+
],
|
|
1569
|
+
"path": "/content/publications/:id/reschedule",
|
|
1570
|
+
"readOnly": false
|
|
1571
|
+
},
|
|
1572
|
+
"schedule": {
|
|
1573
|
+
"method": "POST",
|
|
1574
|
+
"params": [
|
|
1040
1575
|
{
|
|
1041
1576
|
"in": "body",
|
|
1042
|
-
"name": "
|
|
1577
|
+
"name": "postId"
|
|
1043
1578
|
},
|
|
1044
1579
|
{
|
|
1045
1580
|
"in": "body",
|
|
1046
|
-
"name": "
|
|
1581
|
+
"name": "channelId"
|
|
1047
1582
|
},
|
|
1048
1583
|
{
|
|
1049
1584
|
"in": "body",
|
|
1050
|
-
"name": "
|
|
1585
|
+
"name": "scheduledAt"
|
|
1051
1586
|
},
|
|
1052
1587
|
{
|
|
1053
1588
|
"in": "body",
|
|
1054
|
-
"name": "
|
|
1589
|
+
"name": "text"
|
|
1055
1590
|
},
|
|
1056
1591
|
{
|
|
1057
1592
|
"in": "body",
|
|
1058
|
-
"name": "
|
|
1593
|
+
"name": "idempotencyKey"
|
|
1059
1594
|
}
|
|
1060
1595
|
],
|
|
1061
|
-
"path": "/
|
|
1596
|
+
"path": "/content/publications",
|
|
1062
1597
|
"readOnly": false
|
|
1063
|
-
}
|
|
1064
|
-
|
|
1065
|
-
"records": {
|
|
1066
|
-
"export": {
|
|
1598
|
+
},
|
|
1599
|
+
"validate": {
|
|
1067
1600
|
"method": "POST",
|
|
1068
1601
|
"params": [
|
|
1069
1602
|
{
|
|
1070
1603
|
"in": "body",
|
|
1071
|
-
"name": "
|
|
1072
|
-
},
|
|
1073
|
-
{
|
|
1074
|
-
"in": "body",
|
|
1075
|
-
"name": "to"
|
|
1604
|
+
"name": "postId"
|
|
1076
1605
|
},
|
|
1077
1606
|
{
|
|
1078
1607
|
"in": "body",
|
|
1079
|
-
"name": "
|
|
1608
|
+
"name": "channels"
|
|
1080
1609
|
},
|
|
1081
1610
|
{
|
|
1082
1611
|
"in": "body",
|
|
1083
|
-
"name": "
|
|
1084
|
-
}
|
|
1085
|
-
],
|
|
1086
|
-
"path": "/consent/consent/dashboard/export",
|
|
1087
|
-
"readOnly": true
|
|
1088
|
-
}
|
|
1089
|
-
},
|
|
1090
|
-
"stats": {
|
|
1091
|
-
"get": {
|
|
1092
|
-
"method": "GET",
|
|
1093
|
-
"params": [
|
|
1094
|
-
{
|
|
1095
|
-
"in": "query",
|
|
1096
|
-
"name": "range"
|
|
1612
|
+
"name": "scheduledAt"
|
|
1097
1613
|
}
|
|
1098
1614
|
],
|
|
1099
|
-
"path": "/
|
|
1615
|
+
"path": "/content/publications/validate",
|
|
1100
1616
|
"readOnly": true
|
|
1101
1617
|
}
|
|
1102
1618
|
}
|
|
@@ -2436,6 +2952,10 @@ var bindings = {
|
|
|
2436
2952
|
"in": "body",
|
|
2437
2953
|
"name": "tracing"
|
|
2438
2954
|
},
|
|
2955
|
+
{
|
|
2956
|
+
"in": "body",
|
|
2957
|
+
"name": "autoDeploy"
|
|
2958
|
+
},
|
|
2439
2959
|
{
|
|
2440
2960
|
"in": "path",
|
|
2441
2961
|
"name": "id"
|
|
@@ -5287,6 +5807,110 @@ var bindings = {
|
|
|
5287
5807
|
}
|
|
5288
5808
|
}
|
|
5289
5809
|
},
|
|
5810
|
+
"playground": {
|
|
5811
|
+
"analytics": {
|
|
5812
|
+
"overview": {
|
|
5813
|
+
"method": "POST",
|
|
5814
|
+
"params": [
|
|
5815
|
+
{
|
|
5816
|
+
"in": "body",
|
|
5817
|
+
"name": "limit"
|
|
5818
|
+
}
|
|
5819
|
+
],
|
|
5820
|
+
"path": "/playground/analytics/overview",
|
|
5821
|
+
"readOnly": true
|
|
5822
|
+
}
|
|
5823
|
+
},
|
|
5824
|
+
"billing": {
|
|
5825
|
+
"entitlements": {
|
|
5826
|
+
"method": "POST",
|
|
5827
|
+
"path": "/playground/billing/entitlements",
|
|
5828
|
+
"readOnly": true
|
|
5829
|
+
},
|
|
5830
|
+
"record-usage": {
|
|
5831
|
+
"method": "POST",
|
|
5832
|
+
"params": [
|
|
5833
|
+
{
|
|
5834
|
+
"in": "body",
|
|
5835
|
+
"name": "value"
|
|
5836
|
+
}
|
|
5837
|
+
],
|
|
5838
|
+
"path": "/playground/billing/usage",
|
|
5839
|
+
"readOnly": false
|
|
5840
|
+
}
|
|
5841
|
+
},
|
|
5842
|
+
"clickup": {
|
|
5843
|
+
"create-task": {
|
|
5844
|
+
"method": "POST",
|
|
5845
|
+
"params": [
|
|
5846
|
+
{
|
|
5847
|
+
"in": "body",
|
|
5848
|
+
"name": "listId"
|
|
5849
|
+
},
|
|
5850
|
+
{
|
|
5851
|
+
"in": "body",
|
|
5852
|
+
"name": "name"
|
|
5853
|
+
}
|
|
5854
|
+
],
|
|
5855
|
+
"path": "/playground/clickup/tasks",
|
|
5856
|
+
"readOnly": false
|
|
5857
|
+
},
|
|
5858
|
+
"get-last-webhook": {
|
|
5859
|
+
"method": "GET",
|
|
5860
|
+
"path": "/playground/clickup/webhooks/last",
|
|
5861
|
+
"readOnly": true
|
|
5862
|
+
},
|
|
5863
|
+
"get-overview": {
|
|
5864
|
+
"method": "GET",
|
|
5865
|
+
"path": "/playground/clickup/overview",
|
|
5866
|
+
"readOnly": true
|
|
5867
|
+
}
|
|
5868
|
+
},
|
|
5869
|
+
"gdrive": {
|
|
5870
|
+
"get-last-change": {
|
|
5871
|
+
"method": "GET",
|
|
5872
|
+
"path": "/playground/gdrive/changes/last",
|
|
5873
|
+
"readOnly": true
|
|
5874
|
+
},
|
|
5875
|
+
"read-file": {
|
|
5876
|
+
"method": "POST",
|
|
5877
|
+
"params": [
|
|
5878
|
+
{
|
|
5879
|
+
"in": "body",
|
|
5880
|
+
"name": "fileId"
|
|
5881
|
+
}
|
|
5882
|
+
],
|
|
5883
|
+
"path": "/playground/gdrive/file",
|
|
5884
|
+
"readOnly": true
|
|
5885
|
+
}
|
|
5886
|
+
},
|
|
5887
|
+
"googleads": {
|
|
5888
|
+
"read-customer": {
|
|
5889
|
+
"method": "POST",
|
|
5890
|
+
"path": "/playground/googleads/customer",
|
|
5891
|
+
"readOnly": true
|
|
5892
|
+
}
|
|
5893
|
+
},
|
|
5894
|
+
"lifecycle": {
|
|
5895
|
+
"get-state": {
|
|
5896
|
+
"method": "GET",
|
|
5897
|
+
"path": "/playground/lifecycle/state",
|
|
5898
|
+
"readOnly": true
|
|
5899
|
+
},
|
|
5900
|
+
"list-events": {
|
|
5901
|
+
"method": "GET",
|
|
5902
|
+
"path": "/playground/lifecycle/events",
|
|
5903
|
+
"readOnly": true
|
|
5904
|
+
}
|
|
5905
|
+
},
|
|
5906
|
+
"webhook": {
|
|
5907
|
+
"get-last": {
|
|
5908
|
+
"method": "GET",
|
|
5909
|
+
"path": "/playground/webhooks/last",
|
|
5910
|
+
"readOnly": true
|
|
5911
|
+
}
|
|
5912
|
+
}
|
|
5913
|
+
},
|
|
5290
5914
|
"realtime": {
|
|
5291
5915
|
"archive": {
|
|
5292
5916
|
"export": {
|