@lessly/sdk-app 57.0.0 → 59.0.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.
|
@@ -71437,6 +71437,7 @@ export interface BrainDaemonStatusOutputCounts {
|
|
|
71437
71437
|
skippedUnchanged: number;
|
|
71438
71438
|
}
|
|
71439
71439
|
export interface BrainDaemonUpdateInput {
|
|
71440
|
+
id: string;
|
|
71440
71441
|
name?: (string | null);
|
|
71441
71442
|
model?: (string | null);
|
|
71442
71443
|
branch?: string;
|
|
@@ -83911,6 +83912,10 @@ export interface MailTemplateGetOutput {
|
|
|
83911
83912
|
html: string;
|
|
83912
83913
|
name: string;
|
|
83913
83914
|
text: (string | null);
|
|
83915
|
+
usage: {
|
|
83916
|
+
email_count: number;
|
|
83917
|
+
last_sent_at: (string | null);
|
|
83918
|
+
};
|
|
83914
83919
|
status: string;
|
|
83915
83920
|
subject: string;
|
|
83916
83921
|
createdAt: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lessly/sdk-app",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "59.0.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"engines": {
|
|
@@ -176,5 +176,5 @@
|
|
|
176
176
|
}
|
|
177
177
|
}
|
|
178
178
|
},
|
|
179
|
-
"sdkContentHash": "sha256:
|
|
179
|
+
"sdkContentHash": "sha256:fc58e5854a171da02f43a8d15697d084e9b273f421154581cb89fb0365998714"
|
|
180
180
|
}
|
package/src/gen/types.gen.ts
CHANGED
|
@@ -65975,6 +65975,7 @@ skippedUnchanged: number
|
|
|
65975
65975
|
}
|
|
65976
65976
|
|
|
65977
65977
|
export interface BrainDaemonUpdateInput {
|
|
65978
|
+
id: string
|
|
65978
65979
|
name?: (string | null)
|
|
65979
65980
|
model?: (string | null)
|
|
65980
65981
|
branch?: string
|
|
@@ -78439,6 +78440,10 @@ id: string
|
|
|
78439
78440
|
html: string
|
|
78440
78441
|
name: string
|
|
78441
78442
|
text: (string | null)
|
|
78443
|
+
usage: {
|
|
78444
|
+
email_count: number
|
|
78445
|
+
last_sent_at: (string | null)
|
|
78446
|
+
}
|
|
78442
78447
|
status: string
|
|
78443
78448
|
subject: string
|
|
78444
78449
|
createdAt: string
|