@connectedxm/admin 2.2.3 → 2.2.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/index.d.cts +2 -0
- package/dist/index.d.ts +2 -0
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -2380,6 +2380,7 @@ interface BaseFile {
|
|
|
2380
2380
|
source: FileSource;
|
|
2381
2381
|
kilobytes: number;
|
|
2382
2382
|
url?: string;
|
|
2383
|
+
public: boolean;
|
|
2383
2384
|
createdAt: string;
|
|
2384
2385
|
updatedAt: string;
|
|
2385
2386
|
}
|
|
@@ -3974,6 +3975,7 @@ interface EventUpdateInputs {
|
|
|
3974
3975
|
interface FileUpdateInputs {
|
|
3975
3976
|
name?: string;
|
|
3976
3977
|
source?: FileSource;
|
|
3978
|
+
public?: boolean;
|
|
3977
3979
|
}
|
|
3978
3980
|
interface GroupCreateInputs {
|
|
3979
3981
|
name: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -2380,6 +2380,7 @@ interface BaseFile {
|
|
|
2380
2380
|
source: FileSource;
|
|
2381
2381
|
kilobytes: number;
|
|
2382
2382
|
url?: string;
|
|
2383
|
+
public: boolean;
|
|
2383
2384
|
createdAt: string;
|
|
2384
2385
|
updatedAt: string;
|
|
2385
2386
|
}
|
|
@@ -3974,6 +3975,7 @@ interface EventUpdateInputs {
|
|
|
3974
3975
|
interface FileUpdateInputs {
|
|
3975
3976
|
name?: string;
|
|
3976
3977
|
source?: FileSource;
|
|
3978
|
+
public?: boolean;
|
|
3977
3979
|
}
|
|
3978
3980
|
interface GroupCreateInputs {
|
|
3979
3981
|
name: string;
|