@lessly/sdk-app 48.0.3 → 48.0.4
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 +5 -0
- package/dist/brain/index.cjs.map +1 -1
- package/dist/brain/index.d.cts +6 -2
- package/dist/brain/index.d.ts +6 -2
- package/dist/brain/index.js +5 -1
- package/dist/brain/index.js.map +1 -1
- package/dist/{client.gen-DqvpKriz.d.cts → client.gen-BsjxuDLy.d.cts} +403 -4718
- package/dist/{client.gen-DqvpKriz.d.ts → client.gen-BsjxuDLy.d.ts} +403 -4718
- package/dist/consent/index.d.cts +1 -1
- package/dist/consent/index.d.ts +1 -1
- package/dist/deployment/index.d.cts +1 -1
- package/dist/deployment/index.d.ts +1 -1
- package/dist/index.cjs +137 -761
- 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 +137 -761
- 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/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 +2 -12
- package/src/gen/bindings.gen.ts +137 -761
- package/src/gen/brain/index.ts +1 -1
- package/src/gen/brain/queryOptions.gen.ts +7 -0
- package/src/gen/client.gen.ts +5 -165
- package/src/gen/manifest.gen.ts +1 -1
- package/src/gen/types.gen.ts +228 -4329
- package/dist/content/index.cjs +0 -161
- package/dist/content/index.cjs.map +0 -1
- package/dist/content/index.d.cts +0 -128
- package/dist/content/index.d.ts +0 -128
- package/dist/content/index.js +0 -129
- package/dist/content/index.js.map +0 -1
- package/dist/playground/index.cjs +0 -66
- package/dist/playground/index.cjs.map +0 -1
- package/dist/playground/index.d.cts +0 -52
- package/dist/playground/index.d.ts +0 -52
- package/dist/playground/index.js +0 -53
- package/dist/playground/index.js.map +0 -1
- package/src/gen/content/index.ts +0 -3
- package/src/gen/content/queryOptions.gen.ts +0 -202
- package/src/gen/playground/index.ts +0 -3
- package/src/gen/playground/queryOptions.gen.ts +0 -86
package/dist/index.js
CHANGED
|
@@ -821,6 +821,19 @@ 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
|
+
}
|
|
824
837
|
}
|
|
825
838
|
},
|
|
826
839
|
"consent": {
|
|
@@ -854,708 +867,163 @@ var bindings = {
|
|
|
854
867
|
"name": "position"
|
|
855
868
|
},
|
|
856
869
|
{
|
|
857
|
-
"in": "body",
|
|
858
|
-
"name": "logoAlign"
|
|
859
|
-
},
|
|
860
|
-
{
|
|
861
|
-
"in": "body",
|
|
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"
|
|
870
|
+
"in": "body",
|
|
871
|
+
"name": "logoAlign"
|
|
1419
872
|
},
|
|
1420
873
|
{
|
|
1421
874
|
"in": "body",
|
|
1422
|
-
"name": "
|
|
875
|
+
"name": "contentAlign"
|
|
1423
876
|
}
|
|
1424
877
|
],
|
|
1425
|
-
"path": "/
|
|
878
|
+
"path": "/consent/config/customization",
|
|
1426
879
|
"readOnly": false
|
|
1427
880
|
}
|
|
1428
881
|
},
|
|
1429
|
-
"
|
|
1430
|
-
"
|
|
1431
|
-
"method": "
|
|
882
|
+
"config-floating-icon": {
|
|
883
|
+
"upsert": {
|
|
884
|
+
"method": "PATCH",
|
|
1432
885
|
"params": [
|
|
1433
|
-
{
|
|
1434
|
-
"in": "path",
|
|
1435
|
-
"name": "id"
|
|
1436
|
-
},
|
|
1437
886
|
{
|
|
1438
887
|
"in": "body",
|
|
1439
|
-
"name": "
|
|
888
|
+
"name": "floatingIcon"
|
|
1440
889
|
}
|
|
1441
890
|
],
|
|
1442
|
-
"path": "/
|
|
891
|
+
"path": "/consent/config",
|
|
1443
892
|
"readOnly": false
|
|
1444
893
|
}
|
|
1445
894
|
},
|
|
1446
|
-
"
|
|
1447
|
-
"
|
|
1448
|
-
"method": "
|
|
895
|
+
"config-theme": {
|
|
896
|
+
"upsert": {
|
|
897
|
+
"method": "PATCH",
|
|
1449
898
|
"params": [
|
|
1450
899
|
{
|
|
1451
|
-
"in": "
|
|
1452
|
-
"name": "
|
|
1453
|
-
}
|
|
1454
|
-
],
|
|
1455
|
-
"path": "/content/publications/:id/cancel",
|
|
1456
|
-
"readOnly": false
|
|
1457
|
-
},
|
|
1458
|
-
"confirm": {
|
|
1459
|
-
"method": "POST",
|
|
1460
|
-
"params": [
|
|
900
|
+
"in": "body",
|
|
901
|
+
"name": "brandColor"
|
|
902
|
+
},
|
|
1461
903
|
{
|
|
1462
|
-
"in": "
|
|
1463
|
-
"name": "
|
|
904
|
+
"in": "body",
|
|
905
|
+
"name": "surface"
|
|
906
|
+
},
|
|
907
|
+
{
|
|
908
|
+
"in": "body",
|
|
909
|
+
"name": "corners"
|
|
1464
910
|
},
|
|
1465
911
|
{
|
|
1466
912
|
"in": "body",
|
|
1467
|
-
"name": "
|
|
913
|
+
"name": "font"
|
|
1468
914
|
},
|
|
1469
915
|
{
|
|
1470
916
|
"in": "body",
|
|
1471
|
-
"name": "
|
|
917
|
+
"name": "overrides"
|
|
1472
918
|
}
|
|
1473
919
|
],
|
|
1474
|
-
"path": "/
|
|
920
|
+
"path": "/consent/config/theme",
|
|
1475
921
|
"readOnly": false
|
|
1476
|
-
}
|
|
922
|
+
}
|
|
923
|
+
},
|
|
924
|
+
"dashboard-config": {
|
|
1477
925
|
"get": {
|
|
1478
926
|
"method": "GET",
|
|
1479
|
-
"
|
|
1480
|
-
{
|
|
1481
|
-
"in": "path",
|
|
1482
|
-
"name": "id"
|
|
1483
|
-
}
|
|
1484
|
-
],
|
|
1485
|
-
"path": "/content/publications/:id",
|
|
927
|
+
"path": "/consent/consent/dashboard/config",
|
|
1486
928
|
"readOnly": true
|
|
1487
|
-
}
|
|
929
|
+
}
|
|
930
|
+
},
|
|
931
|
+
"dashboard-decisions": {
|
|
1488
932
|
"list": {
|
|
1489
933
|
"method": "GET",
|
|
1490
934
|
"params": [
|
|
1491
935
|
{
|
|
1492
936
|
"in": "query",
|
|
1493
|
-
"name": "
|
|
937
|
+
"name": "limit"
|
|
1494
938
|
},
|
|
1495
939
|
{
|
|
1496
940
|
"in": "query",
|
|
1497
|
-
"name": "
|
|
1498
|
-
}
|
|
941
|
+
"name": "offset"
|
|
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": [
|
|
1499
973
|
{
|
|
1500
|
-
"in": "
|
|
1501
|
-
"name": "
|
|
974
|
+
"in": "body",
|
|
975
|
+
"name": "name"
|
|
1502
976
|
},
|
|
1503
977
|
{
|
|
1504
|
-
"in": "
|
|
1505
|
-
"name": "
|
|
978
|
+
"in": "body",
|
|
979
|
+
"name": "category"
|
|
1506
980
|
},
|
|
1507
981
|
{
|
|
1508
|
-
"in": "
|
|
1509
|
-
"name": "
|
|
982
|
+
"in": "body",
|
|
983
|
+
"name": "hosts"
|
|
1510
984
|
},
|
|
1511
985
|
{
|
|
1512
|
-
"in": "
|
|
1513
|
-
"name": "
|
|
986
|
+
"in": "body",
|
|
987
|
+
"name": "privacyUrl"
|
|
1514
988
|
},
|
|
1515
|
-
{
|
|
1516
|
-
"in": "query",
|
|
1517
|
-
"name": "scheduledTo"
|
|
1518
|
-
}
|
|
1519
|
-
],
|
|
1520
|
-
"path": "/content/publications",
|
|
1521
|
-
"readOnly": true
|
|
1522
|
-
},
|
|
1523
|
-
"publish": {
|
|
1524
|
-
"method": "POST",
|
|
1525
|
-
"params": [
|
|
1526
989
|
{
|
|
1527
990
|
"in": "body",
|
|
1528
|
-
"name": "
|
|
991
|
+
"name": "description"
|
|
1529
992
|
},
|
|
1530
993
|
{
|
|
1531
994
|
"in": "body",
|
|
1532
|
-
"name": "
|
|
995
|
+
"name": "orderIndex"
|
|
1533
996
|
},
|
|
1534
997
|
{
|
|
1535
998
|
"in": "body",
|
|
1536
|
-
"name": "
|
|
999
|
+
"name": "cookies"
|
|
1537
1000
|
},
|
|
1538
1001
|
{
|
|
1539
1002
|
"in": "body",
|
|
1540
|
-
"name": "
|
|
1003
|
+
"name": "catalogKey"
|
|
1541
1004
|
}
|
|
1542
1005
|
],
|
|
1543
|
-
"path": "/
|
|
1006
|
+
"path": "/consent/consent/providers",
|
|
1544
1007
|
"readOnly": false
|
|
1545
1008
|
},
|
|
1546
|
-
"
|
|
1547
|
-
"method": "
|
|
1009
|
+
"delete": {
|
|
1010
|
+
"method": "DELETE",
|
|
1548
1011
|
"params": [
|
|
1549
1012
|
{
|
|
1550
1013
|
"in": "path",
|
|
1551
1014
|
"name": "id"
|
|
1552
1015
|
}
|
|
1553
1016
|
],
|
|
1554
|
-
"path": "/
|
|
1017
|
+
"path": "/consent/consent/providers/:id",
|
|
1555
1018
|
"readOnly": false
|
|
1556
1019
|
},
|
|
1557
|
-
"
|
|
1558
|
-
"method": "
|
|
1020
|
+
"list": {
|
|
1021
|
+
"method": "GET",
|
|
1022
|
+
"path": "/consent/consent/providers",
|
|
1023
|
+
"readOnly": true
|
|
1024
|
+
},
|
|
1025
|
+
"update": {
|
|
1026
|
+
"method": "PATCH",
|
|
1559
1027
|
"params": [
|
|
1560
1028
|
{
|
|
1561
1029
|
"in": "path",
|
|
@@ -1563,56 +1031,72 @@ var bindings = {
|
|
|
1563
1031
|
},
|
|
1564
1032
|
{
|
|
1565
1033
|
"in": "body",
|
|
1566
|
-
"name": "
|
|
1567
|
-
}
|
|
1568
|
-
],
|
|
1569
|
-
"path": "/content/publications/:id/reschedule",
|
|
1570
|
-
"readOnly": false
|
|
1571
|
-
},
|
|
1572
|
-
"schedule": {
|
|
1573
|
-
"method": "POST",
|
|
1574
|
-
"params": [
|
|
1034
|
+
"name": "name"
|
|
1035
|
+
},
|
|
1575
1036
|
{
|
|
1576
1037
|
"in": "body",
|
|
1577
|
-
"name": "
|
|
1038
|
+
"name": "category"
|
|
1578
1039
|
},
|
|
1579
1040
|
{
|
|
1580
1041
|
"in": "body",
|
|
1581
|
-
"name": "
|
|
1042
|
+
"name": "hosts"
|
|
1582
1043
|
},
|
|
1583
1044
|
{
|
|
1584
1045
|
"in": "body",
|
|
1585
|
-
"name": "
|
|
1046
|
+
"name": "privacyUrl"
|
|
1586
1047
|
},
|
|
1587
1048
|
{
|
|
1588
1049
|
"in": "body",
|
|
1589
|
-
"name": "
|
|
1050
|
+
"name": "description"
|
|
1051
|
+
},
|
|
1052
|
+
{
|
|
1053
|
+
"in": "body",
|
|
1054
|
+
"name": "orderIndex"
|
|
1590
1055
|
},
|
|
1591
1056
|
{
|
|
1592
1057
|
"in": "body",
|
|
1593
|
-
"name": "
|
|
1058
|
+
"name": "cookies"
|
|
1594
1059
|
}
|
|
1595
1060
|
],
|
|
1596
|
-
"path": "/
|
|
1061
|
+
"path": "/consent/consent/providers/:id",
|
|
1597
1062
|
"readOnly": false
|
|
1598
|
-
}
|
|
1599
|
-
|
|
1063
|
+
}
|
|
1064
|
+
},
|
|
1065
|
+
"records": {
|
|
1066
|
+
"export": {
|
|
1600
1067
|
"method": "POST",
|
|
1601
1068
|
"params": [
|
|
1602
1069
|
{
|
|
1603
1070
|
"in": "body",
|
|
1604
|
-
"name": "
|
|
1071
|
+
"name": "from"
|
|
1605
1072
|
},
|
|
1606
1073
|
{
|
|
1607
1074
|
"in": "body",
|
|
1608
|
-
"name": "
|
|
1075
|
+
"name": "to"
|
|
1076
|
+
},
|
|
1077
|
+
{
|
|
1078
|
+
"in": "body",
|
|
1079
|
+
"name": "limit"
|
|
1609
1080
|
},
|
|
1610
1081
|
{
|
|
1611
1082
|
"in": "body",
|
|
1612
|
-
"name": "
|
|
1083
|
+
"name": "record_id"
|
|
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"
|
|
1613
1097
|
}
|
|
1614
1098
|
],
|
|
1615
|
-
"path": "/
|
|
1099
|
+
"path": "/consent/consent/stats",
|
|
1616
1100
|
"readOnly": true
|
|
1617
1101
|
}
|
|
1618
1102
|
}
|
|
@@ -2952,10 +2436,6 @@ var bindings = {
|
|
|
2952
2436
|
"in": "body",
|
|
2953
2437
|
"name": "tracing"
|
|
2954
2438
|
},
|
|
2955
|
-
{
|
|
2956
|
-
"in": "body",
|
|
2957
|
-
"name": "autoDeploy"
|
|
2958
|
-
},
|
|
2959
2439
|
{
|
|
2960
2440
|
"in": "path",
|
|
2961
2441
|
"name": "id"
|
|
@@ -5807,110 +5287,6 @@ var bindings = {
|
|
|
5807
5287
|
}
|
|
5808
5288
|
}
|
|
5809
5289
|
},
|
|
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
|
-
},
|
|
5914
5290
|
"realtime": {
|
|
5915
5291
|
"archive": {
|
|
5916
5292
|
"export": {
|