@lessly/sdk-app 49.0.0 → 49.0.1
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-CLRsCNvG.d.cts → client.gen-BsjxuDLy.d.cts} +531 -4630
- package/dist/{client.gen-CLRsCNvG.d.ts → client.gen-BsjxuDLy.d.ts} +531 -4630
- 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 +13 -533
- 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 +13 -533
- 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 -7
- package/src/gen/bindings.gen.ts +13 -533
- package/src/gen/brain/index.ts +1 -1
- package/src/gen/brain/queryOptions.gen.ts +7 -0
- package/src/gen/client.gen.ts +5 -113
- package/src/gen/manifest.gen.ts +1 -1
- package/src/gen/types.gen.ts +319 -4200
- 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/src/gen/content/index.ts +0 -3
- package/src/gen/content/queryOptions.gen.ts +0 -202
package/src/gen/client.gen.ts
CHANGED
|
@@ -82,6 +82,8 @@ import type {
|
|
|
82
82
|
BrainProductSharedMemoryResetOutput,
|
|
83
83
|
BrainRestoreStatusInput,
|
|
84
84
|
BrainRestoreStatusOutput,
|
|
85
|
+
BrainUsageReportInput,
|
|
86
|
+
BrainUsageReportOutput,
|
|
85
87
|
ConsentConfigCookieDomainUpsertInput,
|
|
86
88
|
ConsentConfigCookieDomainUpsertOutput,
|
|
87
89
|
ConsentConfigCustomizationUpsertInput,
|
|
@@ -112,68 +114,6 @@ import type {
|
|
|
112
114
|
ConsentRecordsExportOutput,
|
|
113
115
|
ConsentStatsGetInput,
|
|
114
116
|
ConsentStatsGetOutput,
|
|
115
|
-
ContentChannelsBindInput,
|
|
116
|
-
ContentChannelsBindOutput,
|
|
117
|
-
ContentChannelsGetInput,
|
|
118
|
-
ContentChannelsGetOutput,
|
|
119
|
-
ContentChannelsListInput,
|
|
120
|
-
ContentChannelsListOutput,
|
|
121
|
-
ContentChannelsResumeInput,
|
|
122
|
-
ContentChannelsResumeOutput,
|
|
123
|
-
ContentChannelsUnbindInput,
|
|
124
|
-
ContentChannelsUnbindOutput,
|
|
125
|
-
ContentChannelsUpdateInput,
|
|
126
|
-
ContentChannelsUpdateOutput,
|
|
127
|
-
ContentMediaCreateUploadUrlInput,
|
|
128
|
-
ContentMediaCreateUploadUrlOutput,
|
|
129
|
-
ContentMediaFinalizeInput,
|
|
130
|
-
ContentMediaFinalizeOutput,
|
|
131
|
-
ContentMediaGetInput,
|
|
132
|
-
ContentMediaGetOutput,
|
|
133
|
-
ContentMediaListInput,
|
|
134
|
-
ContentMediaListOutput,
|
|
135
|
-
ContentMediaUploadInput,
|
|
136
|
-
ContentMediaUploadOutput,
|
|
137
|
-
ContentMetricsChannelSeriesInput,
|
|
138
|
-
ContentMetricsChannelSeriesOutput,
|
|
139
|
-
ContentMetricsPostSeriesInput,
|
|
140
|
-
ContentMetricsPostSeriesOutput,
|
|
141
|
-
ContentPostsApproveInput,
|
|
142
|
-
ContentPostsApproveOutput,
|
|
143
|
-
ContentPostsAttachMediaInput,
|
|
144
|
-
ContentPostsAttachMediaOutput,
|
|
145
|
-
ContentPostsCreateInput,
|
|
146
|
-
ContentPostsCreateOutput,
|
|
147
|
-
ContentPostsDetachMediaInput,
|
|
148
|
-
ContentPostsDetachMediaOutput,
|
|
149
|
-
ContentPostsGetInput,
|
|
150
|
-
ContentPostsGetOutput,
|
|
151
|
-
ContentPostsListInput,
|
|
152
|
-
ContentPostsListOutput,
|
|
153
|
-
ContentPostsSubmitInput,
|
|
154
|
-
ContentPostsSubmitOutput,
|
|
155
|
-
ContentPostsUpdateInput,
|
|
156
|
-
ContentPostsUpdateOutput,
|
|
157
|
-
ContentPostsVersionsInput,
|
|
158
|
-
ContentPostsVersionsOutput,
|
|
159
|
-
ContentPublicationsCancelInput,
|
|
160
|
-
ContentPublicationsCancelOutput,
|
|
161
|
-
ContentPublicationsConfirmInput,
|
|
162
|
-
ContentPublicationsConfirmOutput,
|
|
163
|
-
ContentPublicationsGetInput,
|
|
164
|
-
ContentPublicationsGetOutput,
|
|
165
|
-
ContentPublicationsListInput,
|
|
166
|
-
ContentPublicationsListOutput,
|
|
167
|
-
ContentPublicationsPublishInput,
|
|
168
|
-
ContentPublicationsPublishOutput,
|
|
169
|
-
ContentPublicationsRemindInput,
|
|
170
|
-
ContentPublicationsRemindOutput,
|
|
171
|
-
ContentPublicationsRescheduleInput,
|
|
172
|
-
ContentPublicationsRescheduleOutput,
|
|
173
|
-
ContentPublicationsScheduleInput,
|
|
174
|
-
ContentPublicationsScheduleOutput,
|
|
175
|
-
ContentPublicationsValidateInput,
|
|
176
|
-
ContentPublicationsValidateOutput,
|
|
177
117
|
DeploymentAlertCreateInput,
|
|
178
118
|
DeploymentAlertCreateOutput,
|
|
179
119
|
DeploymentAlertDeleteInput,
|
|
@@ -1109,6 +1049,9 @@ export interface GeneratedClient {
|
|
|
1109
1049
|
restore: {
|
|
1110
1050
|
status(input: BrainRestoreStatusInput): Promise<BrainRestoreStatusOutput>;
|
|
1111
1051
|
};
|
|
1052
|
+
usage: {
|
|
1053
|
+
report(input: BrainUsageReportInput): Promise<BrainUsageReportOutput>;
|
|
1054
|
+
};
|
|
1112
1055
|
};
|
|
1113
1056
|
consent: {
|
|
1114
1057
|
'config-cookie-domain': {
|
|
@@ -1151,57 +1094,6 @@ export interface GeneratedClient {
|
|
|
1151
1094
|
get(input: ConsentStatsGetInput): Promise<ConsentStatsGetOutput>;
|
|
1152
1095
|
};
|
|
1153
1096
|
};
|
|
1154
|
-
content: {
|
|
1155
|
-
channels: {
|
|
1156
|
-
bind(input: ContentChannelsBindInput): Promise<ContentChannelsBindOutput>;
|
|
1157
|
-
get(input: ContentChannelsGetInput): Promise<ContentChannelsGetOutput>;
|
|
1158
|
-
list(input: ContentChannelsListInput): Promise<ContentChannelsListOutput>;
|
|
1159
|
-
resume(input: ContentChannelsResumeInput): Promise<ContentChannelsResumeOutput>;
|
|
1160
|
-
unbind(input: ContentChannelsUnbindInput): Promise<ContentChannelsUnbindOutput>;
|
|
1161
|
-
update(input: ContentChannelsUpdateInput): Promise<ContentChannelsUpdateOutput>;
|
|
1162
|
-
};
|
|
1163
|
-
media: {
|
|
1164
|
-
finalize(input: ContentMediaFinalizeInput): Promise<ContentMediaFinalizeOutput>;
|
|
1165
|
-
get(input: ContentMediaGetInput): Promise<ContentMediaGetOutput>;
|
|
1166
|
-
list(input: ContentMediaListInput): Promise<ContentMediaListOutput>;
|
|
1167
|
-
upload(input: ContentMediaUploadInput): Promise<ContentMediaUploadOutput>;
|
|
1168
|
-
};
|
|
1169
|
-
'media-create-upload': {
|
|
1170
|
-
url(input: ContentMediaCreateUploadUrlInput): Promise<ContentMediaCreateUploadUrlOutput>;
|
|
1171
|
-
};
|
|
1172
|
-
'metrics-channel': {
|
|
1173
|
-
series(input: ContentMetricsChannelSeriesInput): Promise<ContentMetricsChannelSeriesOutput>;
|
|
1174
|
-
};
|
|
1175
|
-
'metrics-post': {
|
|
1176
|
-
series(input: ContentMetricsPostSeriesInput): Promise<ContentMetricsPostSeriesOutput>;
|
|
1177
|
-
};
|
|
1178
|
-
posts: {
|
|
1179
|
-
approve(input: ContentPostsApproveInput): Promise<ContentPostsApproveOutput>;
|
|
1180
|
-
create(input: ContentPostsCreateInput): Promise<ContentPostsCreateOutput>;
|
|
1181
|
-
get(input: ContentPostsGetInput): Promise<ContentPostsGetOutput>;
|
|
1182
|
-
list(input: ContentPostsListInput): Promise<ContentPostsListOutput>;
|
|
1183
|
-
submit(input: ContentPostsSubmitInput): Promise<ContentPostsSubmitOutput>;
|
|
1184
|
-
update(input: ContentPostsUpdateInput): Promise<ContentPostsUpdateOutput>;
|
|
1185
|
-
versions(input: ContentPostsVersionsInput): Promise<ContentPostsVersionsOutput>;
|
|
1186
|
-
};
|
|
1187
|
-
'posts-attach': {
|
|
1188
|
-
media(input: ContentPostsAttachMediaInput): Promise<ContentPostsAttachMediaOutput>;
|
|
1189
|
-
};
|
|
1190
|
-
'posts-detach': {
|
|
1191
|
-
media(input: ContentPostsDetachMediaInput): Promise<ContentPostsDetachMediaOutput>;
|
|
1192
|
-
};
|
|
1193
|
-
publications: {
|
|
1194
|
-
cancel(input: ContentPublicationsCancelInput): Promise<ContentPublicationsCancelOutput>;
|
|
1195
|
-
confirm(input: ContentPublicationsConfirmInput): Promise<ContentPublicationsConfirmOutput>;
|
|
1196
|
-
get(input: ContentPublicationsGetInput): Promise<ContentPublicationsGetOutput>;
|
|
1197
|
-
list(input: ContentPublicationsListInput): Promise<ContentPublicationsListOutput>;
|
|
1198
|
-
publish(input: ContentPublicationsPublishInput): Promise<ContentPublicationsPublishOutput>;
|
|
1199
|
-
remind(input: ContentPublicationsRemindInput): Promise<ContentPublicationsRemindOutput>;
|
|
1200
|
-
reschedule(input: ContentPublicationsRescheduleInput): Promise<ContentPublicationsRescheduleOutput>;
|
|
1201
|
-
schedule(input: ContentPublicationsScheduleInput): Promise<ContentPublicationsScheduleOutput>;
|
|
1202
|
-
validate(input: ContentPublicationsValidateInput): Promise<ContentPublicationsValidateOutput>;
|
|
1203
|
-
};
|
|
1204
|
-
};
|
|
1205
1097
|
deployment: {
|
|
1206
1098
|
alert: {
|
|
1207
1099
|
create(input: DeploymentAlertCreateInput): Promise<DeploymentAlertCreateOutput>;
|
package/src/gen/manifest.gen.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
// AUTOGENERATED by scripts/generate.ts — do not edit.
|
|
2
|
-
export const namespaces = ['analytics', 'brain', 'consent', '
|
|
2
|
+
export const namespaces = ['analytics', 'brain', 'consent', 'deployment', 'mail', 'observe', 'organization', 'realtime', 'support', 'tracking', 'users', 'waitlist'] as const;
|