@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/src/gen/bindings.gen.ts
CHANGED
|
@@ -683,6 +683,19 @@ export const bindings: BindingsMap = {
|
|
|
683
683
|
"path": "/brain/restores/:restoreId",
|
|
684
684
|
"readOnly": true
|
|
685
685
|
}
|
|
686
|
+
},
|
|
687
|
+
"usage": {
|
|
688
|
+
"report": {
|
|
689
|
+
"method": "GET",
|
|
690
|
+
"params": [
|
|
691
|
+
{
|
|
692
|
+
"in": "query",
|
|
693
|
+
"name": "days"
|
|
694
|
+
}
|
|
695
|
+
],
|
|
696
|
+
"path": "/brain/usage/report",
|
|
697
|
+
"readOnly": true
|
|
698
|
+
}
|
|
686
699
|
}
|
|
687
700
|
},
|
|
688
701
|
"consent": {
|
|
@@ -716,708 +729,163 @@ export const bindings: BindingsMap = {
|
|
|
716
729
|
"name": "position"
|
|
717
730
|
},
|
|
718
731
|
{
|
|
719
|
-
"in": "body",
|
|
720
|
-
"name": "logoAlign"
|
|
721
|
-
},
|
|
722
|
-
{
|
|
723
|
-
"in": "body",
|
|
724
|
-
"name": "contentAlign"
|
|
725
|
-
}
|
|
726
|
-
],
|
|
727
|
-
"path": "/consent/config/customization",
|
|
728
|
-
"readOnly": false
|
|
729
|
-
}
|
|
730
|
-
},
|
|
731
|
-
"config-floating-icon": {
|
|
732
|
-
"upsert": {
|
|
733
|
-
"method": "PATCH",
|
|
734
|
-
"params": [
|
|
735
|
-
{
|
|
736
|
-
"in": "body",
|
|
737
|
-
"name": "floatingIcon"
|
|
738
|
-
}
|
|
739
|
-
],
|
|
740
|
-
"path": "/consent/config",
|
|
741
|
-
"readOnly": false
|
|
742
|
-
}
|
|
743
|
-
},
|
|
744
|
-
"config-theme": {
|
|
745
|
-
"upsert": {
|
|
746
|
-
"method": "PATCH",
|
|
747
|
-
"params": [
|
|
748
|
-
{
|
|
749
|
-
"in": "body",
|
|
750
|
-
"name": "brandColor"
|
|
751
|
-
},
|
|
752
|
-
{
|
|
753
|
-
"in": "body",
|
|
754
|
-
"name": "surface"
|
|
755
|
-
},
|
|
756
|
-
{
|
|
757
|
-
"in": "body",
|
|
758
|
-
"name": "corners"
|
|
759
|
-
},
|
|
760
|
-
{
|
|
761
|
-
"in": "body",
|
|
762
|
-
"name": "font"
|
|
763
|
-
},
|
|
764
|
-
{
|
|
765
|
-
"in": "body",
|
|
766
|
-
"name": "overrides"
|
|
767
|
-
}
|
|
768
|
-
],
|
|
769
|
-
"path": "/consent/config/theme",
|
|
770
|
-
"readOnly": false
|
|
771
|
-
}
|
|
772
|
-
},
|
|
773
|
-
"dashboard-config": {
|
|
774
|
-
"get": {
|
|
775
|
-
"method": "GET",
|
|
776
|
-
"path": "/consent/consent/dashboard/config",
|
|
777
|
-
"readOnly": true
|
|
778
|
-
}
|
|
779
|
-
},
|
|
780
|
-
"dashboard-decisions": {
|
|
781
|
-
"list": {
|
|
782
|
-
"method": "GET",
|
|
783
|
-
"params": [
|
|
784
|
-
{
|
|
785
|
-
"in": "query",
|
|
786
|
-
"name": "limit"
|
|
787
|
-
},
|
|
788
|
-
{
|
|
789
|
-
"in": "query",
|
|
790
|
-
"name": "offset"
|
|
791
|
-
}
|
|
792
|
-
],
|
|
793
|
-
"path": "/consent/consent/dashboard/decisions",
|
|
794
|
-
"readOnly": true
|
|
795
|
-
}
|
|
796
|
-
},
|
|
797
|
-
"dashboard-embed-snippet": {
|
|
798
|
-
"get": {
|
|
799
|
-
"method": "GET",
|
|
800
|
-
"path": "/consent/consent/dashboard/embed-snippet",
|
|
801
|
-
"readOnly": true
|
|
802
|
-
}
|
|
803
|
-
},
|
|
804
|
-
"dashboard-stats": {
|
|
805
|
-
"get": {
|
|
806
|
-
"method": "GET",
|
|
807
|
-
"path": "/consent/consent/dashboard/stats",
|
|
808
|
-
"readOnly": true
|
|
809
|
-
}
|
|
810
|
-
},
|
|
811
|
-
"embed": {
|
|
812
|
-
"get": {
|
|
813
|
-
"method": "GET",
|
|
814
|
-
"path": "/consent/embed",
|
|
815
|
-
"readOnly": true
|
|
816
|
-
}
|
|
817
|
-
},
|
|
818
|
-
"providers": {
|
|
819
|
-
"create": {
|
|
820
|
-
"method": "POST",
|
|
821
|
-
"params": [
|
|
822
|
-
{
|
|
823
|
-
"in": "body",
|
|
824
|
-
"name": "name"
|
|
825
|
-
},
|
|
826
|
-
{
|
|
827
|
-
"in": "body",
|
|
828
|
-
"name": "category"
|
|
829
|
-
},
|
|
830
|
-
{
|
|
831
|
-
"in": "body",
|
|
832
|
-
"name": "hosts"
|
|
833
|
-
},
|
|
834
|
-
{
|
|
835
|
-
"in": "body",
|
|
836
|
-
"name": "privacyUrl"
|
|
837
|
-
},
|
|
838
|
-
{
|
|
839
|
-
"in": "body",
|
|
840
|
-
"name": "description"
|
|
841
|
-
},
|
|
842
|
-
{
|
|
843
|
-
"in": "body",
|
|
844
|
-
"name": "orderIndex"
|
|
845
|
-
},
|
|
846
|
-
{
|
|
847
|
-
"in": "body",
|
|
848
|
-
"name": "cookies"
|
|
849
|
-
},
|
|
850
|
-
{
|
|
851
|
-
"in": "body",
|
|
852
|
-
"name": "catalogKey"
|
|
853
|
-
}
|
|
854
|
-
],
|
|
855
|
-
"path": "/consent/consent/providers",
|
|
856
|
-
"readOnly": false
|
|
857
|
-
},
|
|
858
|
-
"delete": {
|
|
859
|
-
"method": "DELETE",
|
|
860
|
-
"params": [
|
|
861
|
-
{
|
|
862
|
-
"in": "path",
|
|
863
|
-
"name": "id"
|
|
864
|
-
}
|
|
865
|
-
],
|
|
866
|
-
"path": "/consent/consent/providers/:id",
|
|
867
|
-
"readOnly": false
|
|
868
|
-
},
|
|
869
|
-
"list": {
|
|
870
|
-
"method": "GET",
|
|
871
|
-
"path": "/consent/consent/providers",
|
|
872
|
-
"readOnly": true
|
|
873
|
-
},
|
|
874
|
-
"update": {
|
|
875
|
-
"method": "PATCH",
|
|
876
|
-
"params": [
|
|
877
|
-
{
|
|
878
|
-
"in": "path",
|
|
879
|
-
"name": "id"
|
|
880
|
-
},
|
|
881
|
-
{
|
|
882
|
-
"in": "body",
|
|
883
|
-
"name": "name"
|
|
884
|
-
},
|
|
885
|
-
{
|
|
886
|
-
"in": "body",
|
|
887
|
-
"name": "category"
|
|
888
|
-
},
|
|
889
|
-
{
|
|
890
|
-
"in": "body",
|
|
891
|
-
"name": "hosts"
|
|
892
|
-
},
|
|
893
|
-
{
|
|
894
|
-
"in": "body",
|
|
895
|
-
"name": "privacyUrl"
|
|
896
|
-
},
|
|
897
|
-
{
|
|
898
|
-
"in": "body",
|
|
899
|
-
"name": "description"
|
|
900
|
-
},
|
|
901
|
-
{
|
|
902
|
-
"in": "body",
|
|
903
|
-
"name": "orderIndex"
|
|
904
|
-
},
|
|
905
|
-
{
|
|
906
|
-
"in": "body",
|
|
907
|
-
"name": "cookies"
|
|
908
|
-
}
|
|
909
|
-
],
|
|
910
|
-
"path": "/consent/consent/providers/:id",
|
|
911
|
-
"readOnly": false
|
|
912
|
-
}
|
|
913
|
-
},
|
|
914
|
-
"records": {
|
|
915
|
-
"export": {
|
|
916
|
-
"method": "POST",
|
|
917
|
-
"params": [
|
|
918
|
-
{
|
|
919
|
-
"in": "body",
|
|
920
|
-
"name": "from"
|
|
921
|
-
},
|
|
922
|
-
{
|
|
923
|
-
"in": "body",
|
|
924
|
-
"name": "to"
|
|
925
|
-
},
|
|
926
|
-
{
|
|
927
|
-
"in": "body",
|
|
928
|
-
"name": "limit"
|
|
929
|
-
},
|
|
930
|
-
{
|
|
931
|
-
"in": "body",
|
|
932
|
-
"name": "record_id"
|
|
933
|
-
}
|
|
934
|
-
],
|
|
935
|
-
"path": "/consent/consent/dashboard/export",
|
|
936
|
-
"readOnly": true
|
|
937
|
-
}
|
|
938
|
-
},
|
|
939
|
-
"stats": {
|
|
940
|
-
"get": {
|
|
941
|
-
"method": "GET",
|
|
942
|
-
"params": [
|
|
943
|
-
{
|
|
944
|
-
"in": "query",
|
|
945
|
-
"name": "range"
|
|
946
|
-
}
|
|
947
|
-
],
|
|
948
|
-
"path": "/consent/consent/stats",
|
|
949
|
-
"readOnly": true
|
|
950
|
-
}
|
|
951
|
-
}
|
|
952
|
-
},
|
|
953
|
-
"content": {
|
|
954
|
-
"channels": {
|
|
955
|
-
"bind": {
|
|
956
|
-
"method": "POST",
|
|
957
|
-
"params": [
|
|
958
|
-
{
|
|
959
|
-
"in": "path",
|
|
960
|
-
"name": "id"
|
|
961
|
-
},
|
|
962
|
-
{
|
|
963
|
-
"in": "body",
|
|
964
|
-
"name": "connectorId"
|
|
965
|
-
},
|
|
966
|
-
{
|
|
967
|
-
"in": "body",
|
|
968
|
-
"name": "deliveryMode"
|
|
969
|
-
}
|
|
970
|
-
],
|
|
971
|
-
"path": "/content/channels/:id/bind",
|
|
972
|
-
"readOnly": false
|
|
973
|
-
},
|
|
974
|
-
"get": {
|
|
975
|
-
"method": "GET",
|
|
976
|
-
"params": [
|
|
977
|
-
{
|
|
978
|
-
"in": "path",
|
|
979
|
-
"name": "id"
|
|
980
|
-
}
|
|
981
|
-
],
|
|
982
|
-
"path": "/content/channels/:id",
|
|
983
|
-
"readOnly": true
|
|
984
|
-
},
|
|
985
|
-
"list": {
|
|
986
|
-
"method": "GET",
|
|
987
|
-
"params": [
|
|
988
|
-
{
|
|
989
|
-
"in": "query",
|
|
990
|
-
"name": "network"
|
|
991
|
-
},
|
|
992
|
-
{
|
|
993
|
-
"in": "query",
|
|
994
|
-
"name": "limit"
|
|
995
|
-
},
|
|
996
|
-
{
|
|
997
|
-
"in": "query",
|
|
998
|
-
"name": "offset"
|
|
999
|
-
}
|
|
1000
|
-
],
|
|
1001
|
-
"path": "/content/channels",
|
|
1002
|
-
"readOnly": true
|
|
1003
|
-
},
|
|
1004
|
-
"resume": {
|
|
1005
|
-
"method": "POST",
|
|
1006
|
-
"params": [
|
|
1007
|
-
{
|
|
1008
|
-
"in": "path",
|
|
1009
|
-
"name": "id"
|
|
1010
|
-
}
|
|
1011
|
-
],
|
|
1012
|
-
"path": "/content/channels/:id/resume",
|
|
1013
|
-
"readOnly": false
|
|
1014
|
-
},
|
|
1015
|
-
"unbind": {
|
|
1016
|
-
"method": "POST",
|
|
1017
|
-
"params": [
|
|
1018
|
-
{
|
|
1019
|
-
"in": "path",
|
|
1020
|
-
"name": "id"
|
|
1021
|
-
}
|
|
1022
|
-
],
|
|
1023
|
-
"path": "/content/channels/:id/unbind",
|
|
1024
|
-
"readOnly": false
|
|
1025
|
-
},
|
|
1026
|
-
"update": {
|
|
1027
|
-
"method": "PATCH",
|
|
1028
|
-
"params": [
|
|
1029
|
-
{
|
|
1030
|
-
"in": "path",
|
|
1031
|
-
"name": "id"
|
|
1032
|
-
},
|
|
1033
|
-
{
|
|
1034
|
-
"in": "body",
|
|
1035
|
-
"name": "displayName"
|
|
1036
|
-
},
|
|
1037
|
-
{
|
|
1038
|
-
"in": "body",
|
|
1039
|
-
"name": "deliveryMode"
|
|
1040
|
-
},
|
|
1041
|
-
{
|
|
1042
|
-
"in": "body",
|
|
1043
|
-
"name": "capabilities"
|
|
1044
|
-
}
|
|
1045
|
-
],
|
|
1046
|
-
"path": "/content/channels/:id",
|
|
1047
|
-
"readOnly": false
|
|
1048
|
-
}
|
|
1049
|
-
},
|
|
1050
|
-
"media": {
|
|
1051
|
-
"finalize": {
|
|
1052
|
-
"method": "POST",
|
|
1053
|
-
"params": [
|
|
1054
|
-
{
|
|
1055
|
-
"in": "path",
|
|
1056
|
-
"name": "id"
|
|
1057
|
-
}
|
|
1058
|
-
],
|
|
1059
|
-
"path": "/content/media/:id/finalize",
|
|
1060
|
-
"readOnly": false
|
|
1061
|
-
},
|
|
1062
|
-
"get": {
|
|
1063
|
-
"method": "GET",
|
|
1064
|
-
"params": [
|
|
1065
|
-
{
|
|
1066
|
-
"in": "path",
|
|
1067
|
-
"name": "id"
|
|
1068
|
-
}
|
|
1069
|
-
],
|
|
1070
|
-
"path": "/content/media/:id",
|
|
1071
|
-
"readOnly": true
|
|
1072
|
-
},
|
|
1073
|
-
"list": {
|
|
1074
|
-
"method": "GET",
|
|
1075
|
-
"params": [
|
|
1076
|
-
{
|
|
1077
|
-
"in": "query",
|
|
1078
|
-
"name": "status"
|
|
1079
|
-
},
|
|
1080
|
-
{
|
|
1081
|
-
"in": "query",
|
|
1082
|
-
"name": "limit"
|
|
1083
|
-
},
|
|
1084
|
-
{
|
|
1085
|
-
"in": "query",
|
|
1086
|
-
"name": "offset"
|
|
1087
|
-
}
|
|
1088
|
-
],
|
|
1089
|
-
"path": "/content/media",
|
|
1090
|
-
"readOnly": true
|
|
1091
|
-
},
|
|
1092
|
-
"upload": {
|
|
1093
|
-
"method": "POST",
|
|
1094
|
-
"params": [
|
|
1095
|
-
{
|
|
1096
|
-
"in": "body",
|
|
1097
|
-
"name": "sourceUrl"
|
|
1098
|
-
},
|
|
1099
|
-
{
|
|
1100
|
-
"in": "body",
|
|
1101
|
-
"name": "filename"
|
|
1102
|
-
}
|
|
1103
|
-
],
|
|
1104
|
-
"path": "/content/media",
|
|
1105
|
-
"readOnly": false
|
|
1106
|
-
}
|
|
1107
|
-
},
|
|
1108
|
-
"media-create-upload": {
|
|
1109
|
-
"url": {
|
|
1110
|
-
"method": "POST",
|
|
1111
|
-
"params": [
|
|
1112
|
-
{
|
|
1113
|
-
"in": "body",
|
|
1114
|
-
"name": "contentType"
|
|
1115
|
-
},
|
|
1116
|
-
{
|
|
1117
|
-
"in": "body",
|
|
1118
|
-
"name": "filename"
|
|
1119
|
-
}
|
|
1120
|
-
],
|
|
1121
|
-
"path": "/content/media/upload-url",
|
|
1122
|
-
"readOnly": false
|
|
1123
|
-
}
|
|
1124
|
-
},
|
|
1125
|
-
"metrics-channel": {
|
|
1126
|
-
"series": {
|
|
1127
|
-
"method": "GET",
|
|
1128
|
-
"params": [
|
|
1129
|
-
{
|
|
1130
|
-
"in": "path",
|
|
1131
|
-
"name": "id"
|
|
1132
|
-
},
|
|
1133
|
-
{
|
|
1134
|
-
"in": "query",
|
|
1135
|
-
"name": "from"
|
|
1136
|
-
},
|
|
1137
|
-
{
|
|
1138
|
-
"in": "query",
|
|
1139
|
-
"name": "to"
|
|
1140
|
-
},
|
|
1141
|
-
{
|
|
1142
|
-
"in": "query",
|
|
1143
|
-
"name": "limit"
|
|
1144
|
-
}
|
|
1145
|
-
],
|
|
1146
|
-
"path": "/content/metrics/channels/:id",
|
|
1147
|
-
"readOnly": true
|
|
1148
|
-
}
|
|
1149
|
-
},
|
|
1150
|
-
"metrics-post": {
|
|
1151
|
-
"series": {
|
|
1152
|
-
"method": "GET",
|
|
1153
|
-
"params": [
|
|
1154
|
-
{
|
|
1155
|
-
"in": "path",
|
|
1156
|
-
"name": "id"
|
|
1157
|
-
},
|
|
1158
|
-
{
|
|
1159
|
-
"in": "query",
|
|
1160
|
-
"name": "from"
|
|
1161
|
-
},
|
|
1162
|
-
{
|
|
1163
|
-
"in": "query",
|
|
1164
|
-
"name": "to"
|
|
1165
|
-
},
|
|
1166
|
-
{
|
|
1167
|
-
"in": "query",
|
|
1168
|
-
"name": "limit"
|
|
1169
|
-
}
|
|
1170
|
-
],
|
|
1171
|
-
"path": "/content/metrics/posts/:id",
|
|
1172
|
-
"readOnly": true
|
|
1173
|
-
}
|
|
1174
|
-
},
|
|
1175
|
-
"posts": {
|
|
1176
|
-
"approve": {
|
|
1177
|
-
"method": "POST",
|
|
1178
|
-
"params": [
|
|
1179
|
-
{
|
|
1180
|
-
"in": "path",
|
|
1181
|
-
"name": "id"
|
|
1182
|
-
}
|
|
1183
|
-
],
|
|
1184
|
-
"path": "/content/posts/:id/approve",
|
|
1185
|
-
"readOnly": false
|
|
1186
|
-
},
|
|
1187
|
-
"create": {
|
|
1188
|
-
"method": "POST",
|
|
1189
|
-
"params": [
|
|
1190
|
-
{
|
|
1191
|
-
"in": "body",
|
|
1192
|
-
"name": "text"
|
|
1193
|
-
},
|
|
1194
|
-
{
|
|
1195
|
-
"in": "body",
|
|
1196
|
-
"name": "media"
|
|
1197
|
-
}
|
|
1198
|
-
],
|
|
1199
|
-
"path": "/content/posts",
|
|
1200
|
-
"readOnly": false
|
|
1201
|
-
},
|
|
1202
|
-
"get": {
|
|
1203
|
-
"method": "GET",
|
|
1204
|
-
"params": [
|
|
1205
|
-
{
|
|
1206
|
-
"in": "path",
|
|
1207
|
-
"name": "id"
|
|
1208
|
-
}
|
|
1209
|
-
],
|
|
1210
|
-
"path": "/content/posts/:id",
|
|
1211
|
-
"readOnly": true
|
|
1212
|
-
},
|
|
1213
|
-
"list": {
|
|
1214
|
-
"method": "GET",
|
|
1215
|
-
"params": [
|
|
1216
|
-
{
|
|
1217
|
-
"in": "query",
|
|
1218
|
-
"name": "status"
|
|
1219
|
-
},
|
|
1220
|
-
{
|
|
1221
|
-
"in": "query",
|
|
1222
|
-
"name": "limit"
|
|
1223
|
-
},
|
|
1224
|
-
{
|
|
1225
|
-
"in": "query",
|
|
1226
|
-
"name": "offset"
|
|
1227
|
-
}
|
|
1228
|
-
],
|
|
1229
|
-
"path": "/content/posts",
|
|
1230
|
-
"readOnly": true
|
|
1231
|
-
},
|
|
1232
|
-
"submit": {
|
|
1233
|
-
"method": "POST",
|
|
1234
|
-
"params": [
|
|
1235
|
-
{
|
|
1236
|
-
"in": "path",
|
|
1237
|
-
"name": "id"
|
|
1238
|
-
}
|
|
1239
|
-
],
|
|
1240
|
-
"path": "/content/posts/:id/submit",
|
|
1241
|
-
"readOnly": false
|
|
1242
|
-
},
|
|
1243
|
-
"update": {
|
|
1244
|
-
"method": "PATCH",
|
|
1245
|
-
"params": [
|
|
1246
|
-
{
|
|
1247
|
-
"in": "path",
|
|
1248
|
-
"name": "id"
|
|
1249
|
-
},
|
|
1250
|
-
{
|
|
1251
|
-
"in": "body",
|
|
1252
|
-
"name": "text"
|
|
1253
|
-
},
|
|
1254
|
-
{
|
|
1255
|
-
"in": "body",
|
|
1256
|
-
"name": "media"
|
|
1257
|
-
}
|
|
1258
|
-
],
|
|
1259
|
-
"path": "/content/posts/:id",
|
|
1260
|
-
"readOnly": false
|
|
1261
|
-
},
|
|
1262
|
-
"versions": {
|
|
1263
|
-
"method": "GET",
|
|
1264
|
-
"params": [
|
|
1265
|
-
{
|
|
1266
|
-
"in": "path",
|
|
1267
|
-
"name": "id"
|
|
1268
|
-
}
|
|
1269
|
-
],
|
|
1270
|
-
"path": "/content/posts/:id/versions",
|
|
1271
|
-
"readOnly": true
|
|
1272
|
-
}
|
|
1273
|
-
},
|
|
1274
|
-
"posts-attach": {
|
|
1275
|
-
"media": {
|
|
1276
|
-
"method": "POST",
|
|
1277
|
-
"params": [
|
|
1278
|
-
{
|
|
1279
|
-
"in": "path",
|
|
1280
|
-
"name": "id"
|
|
732
|
+
"in": "body",
|
|
733
|
+
"name": "logoAlign"
|
|
1281
734
|
},
|
|
1282
735
|
{
|
|
1283
736
|
"in": "body",
|
|
1284
|
-
"name": "
|
|
737
|
+
"name": "contentAlign"
|
|
1285
738
|
}
|
|
1286
739
|
],
|
|
1287
|
-
"path": "/
|
|
740
|
+
"path": "/consent/config/customization",
|
|
1288
741
|
"readOnly": false
|
|
1289
742
|
}
|
|
1290
743
|
},
|
|
1291
|
-
"
|
|
1292
|
-
"
|
|
1293
|
-
"method": "
|
|
744
|
+
"config-floating-icon": {
|
|
745
|
+
"upsert": {
|
|
746
|
+
"method": "PATCH",
|
|
1294
747
|
"params": [
|
|
1295
|
-
{
|
|
1296
|
-
"in": "path",
|
|
1297
|
-
"name": "id"
|
|
1298
|
-
},
|
|
1299
748
|
{
|
|
1300
749
|
"in": "body",
|
|
1301
|
-
"name": "
|
|
750
|
+
"name": "floatingIcon"
|
|
1302
751
|
}
|
|
1303
752
|
],
|
|
1304
|
-
"path": "/
|
|
753
|
+
"path": "/consent/config",
|
|
1305
754
|
"readOnly": false
|
|
1306
755
|
}
|
|
1307
756
|
},
|
|
1308
|
-
"
|
|
1309
|
-
"
|
|
1310
|
-
"method": "
|
|
757
|
+
"config-theme": {
|
|
758
|
+
"upsert": {
|
|
759
|
+
"method": "PATCH",
|
|
1311
760
|
"params": [
|
|
1312
761
|
{
|
|
1313
|
-
"in": "
|
|
1314
|
-
"name": "
|
|
1315
|
-
}
|
|
1316
|
-
],
|
|
1317
|
-
"path": "/content/publications/:id/cancel",
|
|
1318
|
-
"readOnly": false
|
|
1319
|
-
},
|
|
1320
|
-
"confirm": {
|
|
1321
|
-
"method": "POST",
|
|
1322
|
-
"params": [
|
|
762
|
+
"in": "body",
|
|
763
|
+
"name": "brandColor"
|
|
764
|
+
},
|
|
1323
765
|
{
|
|
1324
|
-
"in": "
|
|
1325
|
-
"name": "
|
|
766
|
+
"in": "body",
|
|
767
|
+
"name": "surface"
|
|
768
|
+
},
|
|
769
|
+
{
|
|
770
|
+
"in": "body",
|
|
771
|
+
"name": "corners"
|
|
1326
772
|
},
|
|
1327
773
|
{
|
|
1328
774
|
"in": "body",
|
|
1329
|
-
"name": "
|
|
775
|
+
"name": "font"
|
|
1330
776
|
},
|
|
1331
777
|
{
|
|
1332
778
|
"in": "body",
|
|
1333
|
-
"name": "
|
|
779
|
+
"name": "overrides"
|
|
1334
780
|
}
|
|
1335
781
|
],
|
|
1336
|
-
"path": "/
|
|
782
|
+
"path": "/consent/config/theme",
|
|
1337
783
|
"readOnly": false
|
|
1338
|
-
}
|
|
784
|
+
}
|
|
785
|
+
},
|
|
786
|
+
"dashboard-config": {
|
|
1339
787
|
"get": {
|
|
1340
788
|
"method": "GET",
|
|
1341
|
-
"
|
|
1342
|
-
{
|
|
1343
|
-
"in": "path",
|
|
1344
|
-
"name": "id"
|
|
1345
|
-
}
|
|
1346
|
-
],
|
|
1347
|
-
"path": "/content/publications/:id",
|
|
789
|
+
"path": "/consent/consent/dashboard/config",
|
|
1348
790
|
"readOnly": true
|
|
1349
|
-
}
|
|
791
|
+
}
|
|
792
|
+
},
|
|
793
|
+
"dashboard-decisions": {
|
|
1350
794
|
"list": {
|
|
1351
795
|
"method": "GET",
|
|
1352
796
|
"params": [
|
|
1353
797
|
{
|
|
1354
798
|
"in": "query",
|
|
1355
|
-
"name": "
|
|
799
|
+
"name": "limit"
|
|
1356
800
|
},
|
|
1357
801
|
{
|
|
1358
802
|
"in": "query",
|
|
1359
|
-
"name": "
|
|
1360
|
-
}
|
|
803
|
+
"name": "offset"
|
|
804
|
+
}
|
|
805
|
+
],
|
|
806
|
+
"path": "/consent/consent/dashboard/decisions",
|
|
807
|
+
"readOnly": true
|
|
808
|
+
}
|
|
809
|
+
},
|
|
810
|
+
"dashboard-embed-snippet": {
|
|
811
|
+
"get": {
|
|
812
|
+
"method": "GET",
|
|
813
|
+
"path": "/consent/consent/dashboard/embed-snippet",
|
|
814
|
+
"readOnly": true
|
|
815
|
+
}
|
|
816
|
+
},
|
|
817
|
+
"dashboard-stats": {
|
|
818
|
+
"get": {
|
|
819
|
+
"method": "GET",
|
|
820
|
+
"path": "/consent/consent/dashboard/stats",
|
|
821
|
+
"readOnly": true
|
|
822
|
+
}
|
|
823
|
+
},
|
|
824
|
+
"embed": {
|
|
825
|
+
"get": {
|
|
826
|
+
"method": "GET",
|
|
827
|
+
"path": "/consent/embed",
|
|
828
|
+
"readOnly": true
|
|
829
|
+
}
|
|
830
|
+
},
|
|
831
|
+
"providers": {
|
|
832
|
+
"create": {
|
|
833
|
+
"method": "POST",
|
|
834
|
+
"params": [
|
|
1361
835
|
{
|
|
1362
|
-
"in": "
|
|
1363
|
-
"name": "
|
|
836
|
+
"in": "body",
|
|
837
|
+
"name": "name"
|
|
1364
838
|
},
|
|
1365
839
|
{
|
|
1366
|
-
"in": "
|
|
1367
|
-
"name": "
|
|
840
|
+
"in": "body",
|
|
841
|
+
"name": "category"
|
|
1368
842
|
},
|
|
1369
843
|
{
|
|
1370
|
-
"in": "
|
|
1371
|
-
"name": "
|
|
844
|
+
"in": "body",
|
|
845
|
+
"name": "hosts"
|
|
1372
846
|
},
|
|
1373
847
|
{
|
|
1374
|
-
"in": "
|
|
1375
|
-
"name": "
|
|
848
|
+
"in": "body",
|
|
849
|
+
"name": "privacyUrl"
|
|
1376
850
|
},
|
|
1377
|
-
{
|
|
1378
|
-
"in": "query",
|
|
1379
|
-
"name": "scheduledTo"
|
|
1380
|
-
}
|
|
1381
|
-
],
|
|
1382
|
-
"path": "/content/publications",
|
|
1383
|
-
"readOnly": true
|
|
1384
|
-
},
|
|
1385
|
-
"publish": {
|
|
1386
|
-
"method": "POST",
|
|
1387
|
-
"params": [
|
|
1388
851
|
{
|
|
1389
852
|
"in": "body",
|
|
1390
|
-
"name": "
|
|
853
|
+
"name": "description"
|
|
1391
854
|
},
|
|
1392
855
|
{
|
|
1393
856
|
"in": "body",
|
|
1394
|
-
"name": "
|
|
857
|
+
"name": "orderIndex"
|
|
1395
858
|
},
|
|
1396
859
|
{
|
|
1397
860
|
"in": "body",
|
|
1398
|
-
"name": "
|
|
861
|
+
"name": "cookies"
|
|
1399
862
|
},
|
|
1400
863
|
{
|
|
1401
864
|
"in": "body",
|
|
1402
|
-
"name": "
|
|
865
|
+
"name": "catalogKey"
|
|
1403
866
|
}
|
|
1404
867
|
],
|
|
1405
|
-
"path": "/
|
|
868
|
+
"path": "/consent/consent/providers",
|
|
1406
869
|
"readOnly": false
|
|
1407
870
|
},
|
|
1408
|
-
"
|
|
1409
|
-
"method": "
|
|
871
|
+
"delete": {
|
|
872
|
+
"method": "DELETE",
|
|
1410
873
|
"params": [
|
|
1411
874
|
{
|
|
1412
875
|
"in": "path",
|
|
1413
876
|
"name": "id"
|
|
1414
877
|
}
|
|
1415
878
|
],
|
|
1416
|
-
"path": "/
|
|
879
|
+
"path": "/consent/consent/providers/:id",
|
|
1417
880
|
"readOnly": false
|
|
1418
881
|
},
|
|
1419
|
-
"
|
|
1420
|
-
"method": "
|
|
882
|
+
"list": {
|
|
883
|
+
"method": "GET",
|
|
884
|
+
"path": "/consent/consent/providers",
|
|
885
|
+
"readOnly": true
|
|
886
|
+
},
|
|
887
|
+
"update": {
|
|
888
|
+
"method": "PATCH",
|
|
1421
889
|
"params": [
|
|
1422
890
|
{
|
|
1423
891
|
"in": "path",
|
|
@@ -1425,56 +893,72 @@ export const bindings: BindingsMap = {
|
|
|
1425
893
|
},
|
|
1426
894
|
{
|
|
1427
895
|
"in": "body",
|
|
1428
|
-
"name": "
|
|
1429
|
-
}
|
|
1430
|
-
],
|
|
1431
|
-
"path": "/content/publications/:id/reschedule",
|
|
1432
|
-
"readOnly": false
|
|
1433
|
-
},
|
|
1434
|
-
"schedule": {
|
|
1435
|
-
"method": "POST",
|
|
1436
|
-
"params": [
|
|
896
|
+
"name": "name"
|
|
897
|
+
},
|
|
1437
898
|
{
|
|
1438
899
|
"in": "body",
|
|
1439
|
-
"name": "
|
|
900
|
+
"name": "category"
|
|
1440
901
|
},
|
|
1441
902
|
{
|
|
1442
903
|
"in": "body",
|
|
1443
|
-
"name": "
|
|
904
|
+
"name": "hosts"
|
|
1444
905
|
},
|
|
1445
906
|
{
|
|
1446
907
|
"in": "body",
|
|
1447
|
-
"name": "
|
|
908
|
+
"name": "privacyUrl"
|
|
1448
909
|
},
|
|
1449
910
|
{
|
|
1450
911
|
"in": "body",
|
|
1451
|
-
"name": "
|
|
912
|
+
"name": "description"
|
|
913
|
+
},
|
|
914
|
+
{
|
|
915
|
+
"in": "body",
|
|
916
|
+
"name": "orderIndex"
|
|
1452
917
|
},
|
|
1453
918
|
{
|
|
1454
919
|
"in": "body",
|
|
1455
|
-
"name": "
|
|
920
|
+
"name": "cookies"
|
|
1456
921
|
}
|
|
1457
922
|
],
|
|
1458
|
-
"path": "/
|
|
923
|
+
"path": "/consent/consent/providers/:id",
|
|
1459
924
|
"readOnly": false
|
|
1460
|
-
}
|
|
1461
|
-
|
|
925
|
+
}
|
|
926
|
+
},
|
|
927
|
+
"records": {
|
|
928
|
+
"export": {
|
|
1462
929
|
"method": "POST",
|
|
1463
930
|
"params": [
|
|
1464
931
|
{
|
|
1465
932
|
"in": "body",
|
|
1466
|
-
"name": "
|
|
933
|
+
"name": "from"
|
|
1467
934
|
},
|
|
1468
935
|
{
|
|
1469
936
|
"in": "body",
|
|
1470
|
-
"name": "
|
|
937
|
+
"name": "to"
|
|
938
|
+
},
|
|
939
|
+
{
|
|
940
|
+
"in": "body",
|
|
941
|
+
"name": "limit"
|
|
1471
942
|
},
|
|
1472
943
|
{
|
|
1473
944
|
"in": "body",
|
|
1474
|
-
"name": "
|
|
945
|
+
"name": "record_id"
|
|
946
|
+
}
|
|
947
|
+
],
|
|
948
|
+
"path": "/consent/consent/dashboard/export",
|
|
949
|
+
"readOnly": true
|
|
950
|
+
}
|
|
951
|
+
},
|
|
952
|
+
"stats": {
|
|
953
|
+
"get": {
|
|
954
|
+
"method": "GET",
|
|
955
|
+
"params": [
|
|
956
|
+
{
|
|
957
|
+
"in": "query",
|
|
958
|
+
"name": "range"
|
|
1475
959
|
}
|
|
1476
960
|
],
|
|
1477
|
-
"path": "/
|
|
961
|
+
"path": "/consent/consent/stats",
|
|
1478
962
|
"readOnly": true
|
|
1479
963
|
}
|
|
1480
964
|
}
|
|
@@ -2814,10 +2298,6 @@ export const bindings: BindingsMap = {
|
|
|
2814
2298
|
"in": "body",
|
|
2815
2299
|
"name": "tracing"
|
|
2816
2300
|
},
|
|
2817
|
-
{
|
|
2818
|
-
"in": "body",
|
|
2819
|
-
"name": "autoDeploy"
|
|
2820
|
-
},
|
|
2821
2301
|
{
|
|
2822
2302
|
"in": "path",
|
|
2823
2303
|
"name": "id"
|
|
@@ -5669,110 +5149,6 @@ export const bindings: BindingsMap = {
|
|
|
5669
5149
|
}
|
|
5670
5150
|
}
|
|
5671
5151
|
},
|
|
5672
|
-
"playground": {
|
|
5673
|
-
"analytics": {
|
|
5674
|
-
"overview": {
|
|
5675
|
-
"method": "POST",
|
|
5676
|
-
"params": [
|
|
5677
|
-
{
|
|
5678
|
-
"in": "body",
|
|
5679
|
-
"name": "limit"
|
|
5680
|
-
}
|
|
5681
|
-
],
|
|
5682
|
-
"path": "/playground/analytics/overview",
|
|
5683
|
-
"readOnly": true
|
|
5684
|
-
}
|
|
5685
|
-
},
|
|
5686
|
-
"billing": {
|
|
5687
|
-
"entitlements": {
|
|
5688
|
-
"method": "POST",
|
|
5689
|
-
"path": "/playground/billing/entitlements",
|
|
5690
|
-
"readOnly": true
|
|
5691
|
-
},
|
|
5692
|
-
"record-usage": {
|
|
5693
|
-
"method": "POST",
|
|
5694
|
-
"params": [
|
|
5695
|
-
{
|
|
5696
|
-
"in": "body",
|
|
5697
|
-
"name": "value"
|
|
5698
|
-
}
|
|
5699
|
-
],
|
|
5700
|
-
"path": "/playground/billing/usage",
|
|
5701
|
-
"readOnly": false
|
|
5702
|
-
}
|
|
5703
|
-
},
|
|
5704
|
-
"clickup": {
|
|
5705
|
-
"create-task": {
|
|
5706
|
-
"method": "POST",
|
|
5707
|
-
"params": [
|
|
5708
|
-
{
|
|
5709
|
-
"in": "body",
|
|
5710
|
-
"name": "listId"
|
|
5711
|
-
},
|
|
5712
|
-
{
|
|
5713
|
-
"in": "body",
|
|
5714
|
-
"name": "name"
|
|
5715
|
-
}
|
|
5716
|
-
],
|
|
5717
|
-
"path": "/playground/clickup/tasks",
|
|
5718
|
-
"readOnly": false
|
|
5719
|
-
},
|
|
5720
|
-
"get-last-webhook": {
|
|
5721
|
-
"method": "GET",
|
|
5722
|
-
"path": "/playground/clickup/webhooks/last",
|
|
5723
|
-
"readOnly": true
|
|
5724
|
-
},
|
|
5725
|
-
"get-overview": {
|
|
5726
|
-
"method": "GET",
|
|
5727
|
-
"path": "/playground/clickup/overview",
|
|
5728
|
-
"readOnly": true
|
|
5729
|
-
}
|
|
5730
|
-
},
|
|
5731
|
-
"gdrive": {
|
|
5732
|
-
"get-last-change": {
|
|
5733
|
-
"method": "GET",
|
|
5734
|
-
"path": "/playground/gdrive/changes/last",
|
|
5735
|
-
"readOnly": true
|
|
5736
|
-
},
|
|
5737
|
-
"read-file": {
|
|
5738
|
-
"method": "POST",
|
|
5739
|
-
"params": [
|
|
5740
|
-
{
|
|
5741
|
-
"in": "body",
|
|
5742
|
-
"name": "fileId"
|
|
5743
|
-
}
|
|
5744
|
-
],
|
|
5745
|
-
"path": "/playground/gdrive/file",
|
|
5746
|
-
"readOnly": true
|
|
5747
|
-
}
|
|
5748
|
-
},
|
|
5749
|
-
"googleads": {
|
|
5750
|
-
"read-customer": {
|
|
5751
|
-
"method": "POST",
|
|
5752
|
-
"path": "/playground/googleads/customer",
|
|
5753
|
-
"readOnly": true
|
|
5754
|
-
}
|
|
5755
|
-
},
|
|
5756
|
-
"lifecycle": {
|
|
5757
|
-
"get-state": {
|
|
5758
|
-
"method": "GET",
|
|
5759
|
-
"path": "/playground/lifecycle/state",
|
|
5760
|
-
"readOnly": true
|
|
5761
|
-
},
|
|
5762
|
-
"list-events": {
|
|
5763
|
-
"method": "GET",
|
|
5764
|
-
"path": "/playground/lifecycle/events",
|
|
5765
|
-
"readOnly": true
|
|
5766
|
-
}
|
|
5767
|
-
},
|
|
5768
|
-
"webhook": {
|
|
5769
|
-
"get-last": {
|
|
5770
|
-
"method": "GET",
|
|
5771
|
-
"path": "/playground/webhooks/last",
|
|
5772
|
-
"readOnly": true
|
|
5773
|
-
}
|
|
5774
|
-
}
|
|
5775
|
-
},
|
|
5776
5152
|
"realtime": {
|
|
5777
5153
|
"archive": {
|
|
5778
5154
|
"export": {
|