@supernova-studio/client 0.47.18 → 0.47.19
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.mts +19 -19
- package/dist/index.d.ts +19 -19
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/api/dto/export/exporter.ts +2 -2
package/dist/index.d.mts
CHANGED
|
@@ -23072,7 +23072,7 @@ declare const DTOExporter: z.ZodObject<{
|
|
|
23072
23072
|
iconURL?: string | null | undefined;
|
|
23073
23073
|
mode?: "array" | "block" | null | undefined;
|
|
23074
23074
|
}>, "many">;
|
|
23075
|
-
blockVariants: z.ZodArray<z.ZodObject<{
|
|
23075
|
+
blockVariants: z.ZodRecord<z.ZodString, z.ZodArray<z.ZodObject<{
|
|
23076
23076
|
key: z.ZodString;
|
|
23077
23077
|
name: z.ZodString;
|
|
23078
23078
|
isDefault: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
@@ -23090,7 +23090,7 @@ declare const DTOExporter: z.ZodObject<{
|
|
|
23090
23090
|
description?: string | null | undefined;
|
|
23091
23091
|
isDefault?: boolean | null | undefined;
|
|
23092
23092
|
thumbnailURL?: string | null | undefined;
|
|
23093
|
-
}>, "many"
|
|
23093
|
+
}>, "many">>;
|
|
23094
23094
|
usesBrands: z.ZodBoolean;
|
|
23095
23095
|
usesThemes: z.ZodBoolean;
|
|
23096
23096
|
source: z.ZodEnum<["git", "upload"]>;
|
|
@@ -23133,13 +23133,13 @@ declare const DTOExporter: z.ZodObject<{
|
|
|
23133
23133
|
iconURL?: string | undefined;
|
|
23134
23134
|
mode?: NonNullable<"array" | "block"> | undefined;
|
|
23135
23135
|
}[];
|
|
23136
|
-
blockVariants: {
|
|
23136
|
+
blockVariants: Record<string, {
|
|
23137
23137
|
name: string;
|
|
23138
23138
|
key: string;
|
|
23139
23139
|
description?: string | undefined;
|
|
23140
23140
|
isDefault?: boolean | undefined;
|
|
23141
23141
|
thumbnailURL?: string | undefined;
|
|
23142
|
-
}[]
|
|
23142
|
+
}[]>;
|
|
23143
23143
|
usesBrands: boolean;
|
|
23144
23144
|
usesThemes: boolean;
|
|
23145
23145
|
iconURL?: string | undefined;
|
|
@@ -23182,13 +23182,13 @@ declare const DTOExporter: z.ZodObject<{
|
|
|
23182
23182
|
iconURL?: string | null | undefined;
|
|
23183
23183
|
mode?: "array" | "block" | null | undefined;
|
|
23184
23184
|
}[];
|
|
23185
|
-
blockVariants: {
|
|
23185
|
+
blockVariants: Record<string, {
|
|
23186
23186
|
name: string;
|
|
23187
23187
|
key: string;
|
|
23188
23188
|
description?: string | null | undefined;
|
|
23189
23189
|
isDefault?: boolean | null | undefined;
|
|
23190
23190
|
thumbnailURL?: string | null | undefined;
|
|
23191
|
-
}[]
|
|
23191
|
+
}[]>;
|
|
23192
23192
|
usesBrands: boolean;
|
|
23193
23193
|
usesThemes: boolean;
|
|
23194
23194
|
iconURL?: string | undefined;
|
|
@@ -23348,7 +23348,7 @@ declare const DTOExporterCreateOutput: z.ZodObject<{
|
|
|
23348
23348
|
iconURL?: string | null | undefined;
|
|
23349
23349
|
mode?: "array" | "block" | null | undefined;
|
|
23350
23350
|
}>, "many">;
|
|
23351
|
-
blockVariants: z.ZodArray<z.ZodObject<{
|
|
23351
|
+
blockVariants: z.ZodRecord<z.ZodString, z.ZodArray<z.ZodObject<{
|
|
23352
23352
|
key: z.ZodString;
|
|
23353
23353
|
name: z.ZodString;
|
|
23354
23354
|
isDefault: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
@@ -23366,7 +23366,7 @@ declare const DTOExporterCreateOutput: z.ZodObject<{
|
|
|
23366
23366
|
description?: string | null | undefined;
|
|
23367
23367
|
isDefault?: boolean | null | undefined;
|
|
23368
23368
|
thumbnailURL?: string | null | undefined;
|
|
23369
|
-
}>, "many"
|
|
23369
|
+
}>, "many">>;
|
|
23370
23370
|
usesBrands: z.ZodBoolean;
|
|
23371
23371
|
usesThemes: z.ZodBoolean;
|
|
23372
23372
|
source: z.ZodEnum<["git", "upload"]>;
|
|
@@ -23409,13 +23409,13 @@ declare const DTOExporterCreateOutput: z.ZodObject<{
|
|
|
23409
23409
|
iconURL?: string | undefined;
|
|
23410
23410
|
mode?: NonNullable<"array" | "block"> | undefined;
|
|
23411
23411
|
}[];
|
|
23412
|
-
blockVariants: {
|
|
23412
|
+
blockVariants: Record<string, {
|
|
23413
23413
|
name: string;
|
|
23414
23414
|
key: string;
|
|
23415
23415
|
description?: string | undefined;
|
|
23416
23416
|
isDefault?: boolean | undefined;
|
|
23417
23417
|
thumbnailURL?: string | undefined;
|
|
23418
|
-
}[]
|
|
23418
|
+
}[]>;
|
|
23419
23419
|
usesBrands: boolean;
|
|
23420
23420
|
usesThemes: boolean;
|
|
23421
23421
|
iconURL?: string | undefined;
|
|
@@ -23458,13 +23458,13 @@ declare const DTOExporterCreateOutput: z.ZodObject<{
|
|
|
23458
23458
|
iconURL?: string | null | undefined;
|
|
23459
23459
|
mode?: "array" | "block" | null | undefined;
|
|
23460
23460
|
}[];
|
|
23461
|
-
blockVariants: {
|
|
23461
|
+
blockVariants: Record<string, {
|
|
23462
23462
|
name: string;
|
|
23463
23463
|
key: string;
|
|
23464
23464
|
description?: string | null | undefined;
|
|
23465
23465
|
isDefault?: boolean | null | undefined;
|
|
23466
23466
|
thumbnailURL?: string | null | undefined;
|
|
23467
|
-
}[]
|
|
23467
|
+
}[]>;
|
|
23468
23468
|
usesBrands: boolean;
|
|
23469
23469
|
usesThemes: boolean;
|
|
23470
23470
|
iconURL?: string | undefined;
|
|
@@ -23522,13 +23522,13 @@ declare const DTOExporterCreateOutput: z.ZodObject<{
|
|
|
23522
23522
|
iconURL?: string | undefined;
|
|
23523
23523
|
mode?: NonNullable<"array" | "block"> | undefined;
|
|
23524
23524
|
}[];
|
|
23525
|
-
blockVariants: {
|
|
23525
|
+
blockVariants: Record<string, {
|
|
23526
23526
|
name: string;
|
|
23527
23527
|
key: string;
|
|
23528
23528
|
description?: string | undefined;
|
|
23529
23529
|
isDefault?: boolean | undefined;
|
|
23530
23530
|
thumbnailURL?: string | undefined;
|
|
23531
|
-
}[]
|
|
23531
|
+
}[]>;
|
|
23532
23532
|
usesBrands: boolean;
|
|
23533
23533
|
usesThemes: boolean;
|
|
23534
23534
|
iconURL?: string | undefined;
|
|
@@ -23578,13 +23578,13 @@ declare const DTOExporterCreateOutput: z.ZodObject<{
|
|
|
23578
23578
|
iconURL?: string | null | undefined;
|
|
23579
23579
|
mode?: "array" | "block" | null | undefined;
|
|
23580
23580
|
}[];
|
|
23581
|
-
blockVariants: {
|
|
23581
|
+
blockVariants: Record<string, {
|
|
23582
23582
|
name: string;
|
|
23583
23583
|
key: string;
|
|
23584
23584
|
description?: string | null | undefined;
|
|
23585
23585
|
isDefault?: boolean | null | undefined;
|
|
23586
23586
|
thumbnailURL?: string | null | undefined;
|
|
23587
|
-
}[]
|
|
23587
|
+
}[]>;
|
|
23588
23588
|
usesBrands: boolean;
|
|
23589
23589
|
usesThemes: boolean;
|
|
23590
23590
|
iconURL?: string | undefined;
|
|
@@ -23603,13 +23603,13 @@ declare const DTOExporterGitProviderEnum: z.ZodEnum<["github", "gitlab", "bitbuc
|
|
|
23603
23603
|
type DTOExporterGitProviderEnum = z.infer<typeof DTOExporterGitProviderEnum>;
|
|
23604
23604
|
declare const DTOExporterCreateInput: z.ZodObject<{
|
|
23605
23605
|
url: z.ZodString;
|
|
23606
|
-
provider: z.
|
|
23606
|
+
provider: z.ZodEnum<["github", "gitlab", "bitbucket", "azure"]>;
|
|
23607
23607
|
}, "strip", z.ZodTypeAny, {
|
|
23608
23608
|
url: string;
|
|
23609
|
-
provider
|
|
23609
|
+
provider: "azure" | "bitbucket" | "github" | "gitlab";
|
|
23610
23610
|
}, {
|
|
23611
23611
|
url: string;
|
|
23612
|
-
provider
|
|
23612
|
+
provider: "azure" | "bitbucket" | "github" | "gitlab";
|
|
23613
23613
|
}>;
|
|
23614
23614
|
type DTOExporterCreateInput = z.infer<typeof DTOExporterCreateInput>;
|
|
23615
23615
|
|
package/dist/index.d.ts
CHANGED
|
@@ -23072,7 +23072,7 @@ declare const DTOExporter: z.ZodObject<{
|
|
|
23072
23072
|
iconURL?: string | null | undefined;
|
|
23073
23073
|
mode?: "array" | "block" | null | undefined;
|
|
23074
23074
|
}>, "many">;
|
|
23075
|
-
blockVariants: z.ZodArray<z.ZodObject<{
|
|
23075
|
+
blockVariants: z.ZodRecord<z.ZodString, z.ZodArray<z.ZodObject<{
|
|
23076
23076
|
key: z.ZodString;
|
|
23077
23077
|
name: z.ZodString;
|
|
23078
23078
|
isDefault: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
@@ -23090,7 +23090,7 @@ declare const DTOExporter: z.ZodObject<{
|
|
|
23090
23090
|
description?: string | null | undefined;
|
|
23091
23091
|
isDefault?: boolean | null | undefined;
|
|
23092
23092
|
thumbnailURL?: string | null | undefined;
|
|
23093
|
-
}>, "many"
|
|
23093
|
+
}>, "many">>;
|
|
23094
23094
|
usesBrands: z.ZodBoolean;
|
|
23095
23095
|
usesThemes: z.ZodBoolean;
|
|
23096
23096
|
source: z.ZodEnum<["git", "upload"]>;
|
|
@@ -23133,13 +23133,13 @@ declare const DTOExporter: z.ZodObject<{
|
|
|
23133
23133
|
iconURL?: string | undefined;
|
|
23134
23134
|
mode?: NonNullable<"array" | "block"> | undefined;
|
|
23135
23135
|
}[];
|
|
23136
|
-
blockVariants: {
|
|
23136
|
+
blockVariants: Record<string, {
|
|
23137
23137
|
name: string;
|
|
23138
23138
|
key: string;
|
|
23139
23139
|
description?: string | undefined;
|
|
23140
23140
|
isDefault?: boolean | undefined;
|
|
23141
23141
|
thumbnailURL?: string | undefined;
|
|
23142
|
-
}[]
|
|
23142
|
+
}[]>;
|
|
23143
23143
|
usesBrands: boolean;
|
|
23144
23144
|
usesThemes: boolean;
|
|
23145
23145
|
iconURL?: string | undefined;
|
|
@@ -23182,13 +23182,13 @@ declare const DTOExporter: z.ZodObject<{
|
|
|
23182
23182
|
iconURL?: string | null | undefined;
|
|
23183
23183
|
mode?: "array" | "block" | null | undefined;
|
|
23184
23184
|
}[];
|
|
23185
|
-
blockVariants: {
|
|
23185
|
+
blockVariants: Record<string, {
|
|
23186
23186
|
name: string;
|
|
23187
23187
|
key: string;
|
|
23188
23188
|
description?: string | null | undefined;
|
|
23189
23189
|
isDefault?: boolean | null | undefined;
|
|
23190
23190
|
thumbnailURL?: string | null | undefined;
|
|
23191
|
-
}[]
|
|
23191
|
+
}[]>;
|
|
23192
23192
|
usesBrands: boolean;
|
|
23193
23193
|
usesThemes: boolean;
|
|
23194
23194
|
iconURL?: string | undefined;
|
|
@@ -23348,7 +23348,7 @@ declare const DTOExporterCreateOutput: z.ZodObject<{
|
|
|
23348
23348
|
iconURL?: string | null | undefined;
|
|
23349
23349
|
mode?: "array" | "block" | null | undefined;
|
|
23350
23350
|
}>, "many">;
|
|
23351
|
-
blockVariants: z.ZodArray<z.ZodObject<{
|
|
23351
|
+
blockVariants: z.ZodRecord<z.ZodString, z.ZodArray<z.ZodObject<{
|
|
23352
23352
|
key: z.ZodString;
|
|
23353
23353
|
name: z.ZodString;
|
|
23354
23354
|
isDefault: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
@@ -23366,7 +23366,7 @@ declare const DTOExporterCreateOutput: z.ZodObject<{
|
|
|
23366
23366
|
description?: string | null | undefined;
|
|
23367
23367
|
isDefault?: boolean | null | undefined;
|
|
23368
23368
|
thumbnailURL?: string | null | undefined;
|
|
23369
|
-
}>, "many"
|
|
23369
|
+
}>, "many">>;
|
|
23370
23370
|
usesBrands: z.ZodBoolean;
|
|
23371
23371
|
usesThemes: z.ZodBoolean;
|
|
23372
23372
|
source: z.ZodEnum<["git", "upload"]>;
|
|
@@ -23409,13 +23409,13 @@ declare const DTOExporterCreateOutput: z.ZodObject<{
|
|
|
23409
23409
|
iconURL?: string | undefined;
|
|
23410
23410
|
mode?: NonNullable<"array" | "block"> | undefined;
|
|
23411
23411
|
}[];
|
|
23412
|
-
blockVariants: {
|
|
23412
|
+
blockVariants: Record<string, {
|
|
23413
23413
|
name: string;
|
|
23414
23414
|
key: string;
|
|
23415
23415
|
description?: string | undefined;
|
|
23416
23416
|
isDefault?: boolean | undefined;
|
|
23417
23417
|
thumbnailURL?: string | undefined;
|
|
23418
|
-
}[]
|
|
23418
|
+
}[]>;
|
|
23419
23419
|
usesBrands: boolean;
|
|
23420
23420
|
usesThemes: boolean;
|
|
23421
23421
|
iconURL?: string | undefined;
|
|
@@ -23458,13 +23458,13 @@ declare const DTOExporterCreateOutput: z.ZodObject<{
|
|
|
23458
23458
|
iconURL?: string | null | undefined;
|
|
23459
23459
|
mode?: "array" | "block" | null | undefined;
|
|
23460
23460
|
}[];
|
|
23461
|
-
blockVariants: {
|
|
23461
|
+
blockVariants: Record<string, {
|
|
23462
23462
|
name: string;
|
|
23463
23463
|
key: string;
|
|
23464
23464
|
description?: string | null | undefined;
|
|
23465
23465
|
isDefault?: boolean | null | undefined;
|
|
23466
23466
|
thumbnailURL?: string | null | undefined;
|
|
23467
|
-
}[]
|
|
23467
|
+
}[]>;
|
|
23468
23468
|
usesBrands: boolean;
|
|
23469
23469
|
usesThemes: boolean;
|
|
23470
23470
|
iconURL?: string | undefined;
|
|
@@ -23522,13 +23522,13 @@ declare const DTOExporterCreateOutput: z.ZodObject<{
|
|
|
23522
23522
|
iconURL?: string | undefined;
|
|
23523
23523
|
mode?: NonNullable<"array" | "block"> | undefined;
|
|
23524
23524
|
}[];
|
|
23525
|
-
blockVariants: {
|
|
23525
|
+
blockVariants: Record<string, {
|
|
23526
23526
|
name: string;
|
|
23527
23527
|
key: string;
|
|
23528
23528
|
description?: string | undefined;
|
|
23529
23529
|
isDefault?: boolean | undefined;
|
|
23530
23530
|
thumbnailURL?: string | undefined;
|
|
23531
|
-
}[]
|
|
23531
|
+
}[]>;
|
|
23532
23532
|
usesBrands: boolean;
|
|
23533
23533
|
usesThemes: boolean;
|
|
23534
23534
|
iconURL?: string | undefined;
|
|
@@ -23578,13 +23578,13 @@ declare const DTOExporterCreateOutput: z.ZodObject<{
|
|
|
23578
23578
|
iconURL?: string | null | undefined;
|
|
23579
23579
|
mode?: "array" | "block" | null | undefined;
|
|
23580
23580
|
}[];
|
|
23581
|
-
blockVariants: {
|
|
23581
|
+
blockVariants: Record<string, {
|
|
23582
23582
|
name: string;
|
|
23583
23583
|
key: string;
|
|
23584
23584
|
description?: string | null | undefined;
|
|
23585
23585
|
isDefault?: boolean | null | undefined;
|
|
23586
23586
|
thumbnailURL?: string | null | undefined;
|
|
23587
|
-
}[]
|
|
23587
|
+
}[]>;
|
|
23588
23588
|
usesBrands: boolean;
|
|
23589
23589
|
usesThemes: boolean;
|
|
23590
23590
|
iconURL?: string | undefined;
|
|
@@ -23603,13 +23603,13 @@ declare const DTOExporterGitProviderEnum: z.ZodEnum<["github", "gitlab", "bitbuc
|
|
|
23603
23603
|
type DTOExporterGitProviderEnum = z.infer<typeof DTOExporterGitProviderEnum>;
|
|
23604
23604
|
declare const DTOExporterCreateInput: z.ZodObject<{
|
|
23605
23605
|
url: z.ZodString;
|
|
23606
|
-
provider: z.
|
|
23606
|
+
provider: z.ZodEnum<["github", "gitlab", "bitbucket", "azure"]>;
|
|
23607
23607
|
}, "strip", z.ZodTypeAny, {
|
|
23608
23608
|
url: string;
|
|
23609
|
-
provider
|
|
23609
|
+
provider: "azure" | "bitbucket" | "github" | "gitlab";
|
|
23610
23610
|
}, {
|
|
23611
23611
|
url: string;
|
|
23612
|
-
provider
|
|
23612
|
+
provider: "azure" | "bitbucket" | "github" | "gitlab";
|
|
23613
23613
|
}>;
|
|
23614
23614
|
type DTOExporterCreateInput = z.infer<typeof DTOExporterCreateInput>;
|
|
23615
23615
|
|
package/dist/index.js
CHANGED
|
@@ -5275,7 +5275,7 @@ var DTOExporter = _zod.z.object({
|
|
|
5275
5275
|
iconURL: _zod.z.string().optional(),
|
|
5276
5276
|
configurationProperties: PulsarContributionConfigurationProperty.array(),
|
|
5277
5277
|
customBlocks: PulsarCustomBlock.array(),
|
|
5278
|
-
blockVariants: PulsarContributionVariant.array(),
|
|
5278
|
+
blockVariants: _zod.z.record(_zod.z.string(), PulsarContributionVariant.array()),
|
|
5279
5279
|
usesBrands: _zod.z.boolean(),
|
|
5280
5280
|
usesThemes: _zod.z.boolean(),
|
|
5281
5281
|
source: DTOExporterSource,
|
|
@@ -5295,7 +5295,7 @@ var DTOExporterCreateOutput = _zod.z.object({
|
|
|
5295
5295
|
var DTOExporterGitProviderEnum = _zod.z.enum(["github", "gitlab", "bitbucket", "azure"]);
|
|
5296
5296
|
var DTOExporterCreateInput = _zod.z.object({
|
|
5297
5297
|
url: _zod.z.string(),
|
|
5298
|
-
provider: DTOExporterGitProviderEnum
|
|
5298
|
+
provider: DTOExporterGitProviderEnum
|
|
5299
5299
|
});
|
|
5300
5300
|
|
|
5301
5301
|
// src/api/dto/export/job.ts
|