@supernova-studio/client 1.48.11 → 1.48.12
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 +34 -34
- package/dist/index.d.ts +34 -34
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -69520,16 +69520,16 @@ declare const DTOFeatureArtifact: z$1.ZodObject<{
|
|
|
69520
69520
|
type DTOFeatureArtifact = z$1.infer<typeof DTOFeatureArtifact>;
|
|
69521
69521
|
declare const DTOFeatureIterationState: z$1.ZodEnum<["InProgress", "Success", "Error", "Timeout"]>;
|
|
69522
69522
|
type DTOFeatureIterationState = z$1.infer<typeof DTOFeatureIterationState>;
|
|
69523
|
-
declare const DTOFeatureIterationErrorType: z$1.ZodEnum<["PackageInstall", "Build", "Unknown"]>;
|
|
69523
|
+
declare const DTOFeatureIterationErrorType: z$1.ZodEnum<["PackageInstall", "Build", "Compile", "Unknown"]>;
|
|
69524
69524
|
type DTOFeatureIterationErrorType = z$1.infer<typeof DTOFeatureIterationErrorType>;
|
|
69525
69525
|
declare const DTOFeatureIterationError: z$1.ZodObject<{
|
|
69526
69526
|
description: z$1.ZodString;
|
|
69527
|
-
type: z$1.ZodEnum<["PackageInstall", "Build", "Unknown"]>;
|
|
69527
|
+
type: z$1.ZodEnum<["PackageInstall", "Build", "Compile", "Unknown"]>;
|
|
69528
69528
|
}, "strip", z$1.ZodTypeAny, {
|
|
69529
|
-
type: "Unknown" | "Build" | "PackageInstall";
|
|
69529
|
+
type: "Unknown" | "Build" | "PackageInstall" | "Compile";
|
|
69530
69530
|
description: string;
|
|
69531
69531
|
}, {
|
|
69532
|
-
type: "Unknown" | "Build" | "PackageInstall";
|
|
69532
|
+
type: "Unknown" | "Build" | "PackageInstall" | "Compile";
|
|
69533
69533
|
description: string;
|
|
69534
69534
|
}>;
|
|
69535
69535
|
type DTOFeatureIterationError = z$1.infer<typeof DTOFeatureIterationError>;
|
|
@@ -69576,12 +69576,12 @@ declare const DTOFeatureIteration: z$1.ZodObject<{
|
|
|
69576
69576
|
*/
|
|
69577
69577
|
error: z$1.ZodOptional<z$1.ZodObject<{
|
|
69578
69578
|
description: z$1.ZodString;
|
|
69579
|
-
type: z$1.ZodEnum<["PackageInstall", "Build", "Unknown"]>;
|
|
69579
|
+
type: z$1.ZodEnum<["PackageInstall", "Build", "Compile", "Unknown"]>;
|
|
69580
69580
|
}, "strip", z$1.ZodTypeAny, {
|
|
69581
|
-
type: "Unknown" | "Build" | "PackageInstall";
|
|
69581
|
+
type: "Unknown" | "Build" | "PackageInstall" | "Compile";
|
|
69582
69582
|
description: string;
|
|
69583
69583
|
}, {
|
|
69584
|
-
type: "Unknown" | "Build" | "PackageInstall";
|
|
69584
|
+
type: "Unknown" | "Build" | "PackageInstall" | "Compile";
|
|
69585
69585
|
description: string;
|
|
69586
69586
|
}>>;
|
|
69587
69587
|
/**
|
|
@@ -69676,7 +69676,7 @@ declare const DTOFeatureIteration: z$1.ZodObject<{
|
|
|
69676
69676
|
updatedAt?: string | undefined;
|
|
69677
69677
|
state?: "InProgress" | "Success" | "Error" | "Timeout" | undefined;
|
|
69678
69678
|
error?: {
|
|
69679
|
-
type: "Unknown" | "Build" | "PackageInstall";
|
|
69679
|
+
type: "Unknown" | "Build" | "PackageInstall" | "Compile";
|
|
69680
69680
|
description: string;
|
|
69681
69681
|
} | undefined;
|
|
69682
69682
|
thumbnailUrl?: string | undefined;
|
|
@@ -69711,7 +69711,7 @@ declare const DTOFeatureIteration: z$1.ZodObject<{
|
|
|
69711
69711
|
updatedAt?: string | undefined;
|
|
69712
69712
|
state?: "InProgress" | "Success" | "Error" | "Timeout" | undefined;
|
|
69713
69713
|
error?: {
|
|
69714
|
-
type: "Unknown" | "Build" | "PackageInstall";
|
|
69714
|
+
type: "Unknown" | "Build" | "PackageInstall" | "Compile";
|
|
69715
69715
|
description: string;
|
|
69716
69716
|
} | undefined;
|
|
69717
69717
|
thumbnailUrl?: string | undefined;
|
|
@@ -70032,12 +70032,12 @@ declare const DTOFeatureIterationCreateInput: z$1.ZodObject<Pick<{
|
|
|
70032
70032
|
*/
|
|
70033
70033
|
error: z$1.ZodOptional<z$1.ZodObject<{
|
|
70034
70034
|
description: z$1.ZodString;
|
|
70035
|
-
type: z$1.ZodEnum<["PackageInstall", "Build", "Unknown"]>;
|
|
70035
|
+
type: z$1.ZodEnum<["PackageInstall", "Build", "Compile", "Unknown"]>;
|
|
70036
70036
|
}, "strip", z$1.ZodTypeAny, {
|
|
70037
|
-
type: "Unknown" | "Build" | "PackageInstall";
|
|
70037
|
+
type: "Unknown" | "Build" | "PackageInstall" | "Compile";
|
|
70038
70038
|
description: string;
|
|
70039
70039
|
}, {
|
|
70040
|
-
type: "Unknown" | "Build" | "PackageInstall";
|
|
70040
|
+
type: "Unknown" | "Build" | "PackageInstall" | "Compile";
|
|
70041
70041
|
description: string;
|
|
70042
70042
|
}>>;
|
|
70043
70043
|
/**
|
|
@@ -71043,12 +71043,12 @@ declare const DTOFeatureIterationListResponse: z$1.ZodObject<{
|
|
|
71043
71043
|
*/
|
|
71044
71044
|
error: z$1.ZodOptional<z$1.ZodObject<{
|
|
71045
71045
|
description: z$1.ZodString;
|
|
71046
|
-
type: z$1.ZodEnum<["PackageInstall", "Build", "Unknown"]>;
|
|
71046
|
+
type: z$1.ZodEnum<["PackageInstall", "Build", "Compile", "Unknown"]>;
|
|
71047
71047
|
}, "strip", z$1.ZodTypeAny, {
|
|
71048
|
-
type: "Unknown" | "Build" | "PackageInstall";
|
|
71048
|
+
type: "Unknown" | "Build" | "PackageInstall" | "Compile";
|
|
71049
71049
|
description: string;
|
|
71050
71050
|
}, {
|
|
71051
|
-
type: "Unknown" | "Build" | "PackageInstall";
|
|
71051
|
+
type: "Unknown" | "Build" | "PackageInstall" | "Compile";
|
|
71052
71052
|
description: string;
|
|
71053
71053
|
}>>;
|
|
71054
71054
|
/**
|
|
@@ -71143,7 +71143,7 @@ declare const DTOFeatureIterationListResponse: z$1.ZodObject<{
|
|
|
71143
71143
|
updatedAt?: string | undefined;
|
|
71144
71144
|
state?: "InProgress" | "Success" | "Error" | "Timeout" | undefined;
|
|
71145
71145
|
error?: {
|
|
71146
|
-
type: "Unknown" | "Build" | "PackageInstall";
|
|
71146
|
+
type: "Unknown" | "Build" | "PackageInstall" | "Compile";
|
|
71147
71147
|
description: string;
|
|
71148
71148
|
} | undefined;
|
|
71149
71149
|
thumbnailUrl?: string | undefined;
|
|
@@ -71178,7 +71178,7 @@ declare const DTOFeatureIterationListResponse: z$1.ZodObject<{
|
|
|
71178
71178
|
updatedAt?: string | undefined;
|
|
71179
71179
|
state?: "InProgress" | "Success" | "Error" | "Timeout" | undefined;
|
|
71180
71180
|
error?: {
|
|
71181
|
-
type: "Unknown" | "Build" | "PackageInstall";
|
|
71181
|
+
type: "Unknown" | "Build" | "PackageInstall" | "Compile";
|
|
71182
71182
|
description: string;
|
|
71183
71183
|
} | undefined;
|
|
71184
71184
|
thumbnailUrl?: string | undefined;
|
|
@@ -71215,7 +71215,7 @@ declare const DTOFeatureIterationListResponse: z$1.ZodObject<{
|
|
|
71215
71215
|
updatedAt?: string | undefined;
|
|
71216
71216
|
state?: "InProgress" | "Success" | "Error" | "Timeout" | undefined;
|
|
71217
71217
|
error?: {
|
|
71218
|
-
type: "Unknown" | "Build" | "PackageInstall";
|
|
71218
|
+
type: "Unknown" | "Build" | "PackageInstall" | "Compile";
|
|
71219
71219
|
description: string;
|
|
71220
71220
|
} | undefined;
|
|
71221
71221
|
thumbnailUrl?: string | undefined;
|
|
@@ -71252,7 +71252,7 @@ declare const DTOFeatureIterationListResponse: z$1.ZodObject<{
|
|
|
71252
71252
|
updatedAt?: string | undefined;
|
|
71253
71253
|
state?: "InProgress" | "Success" | "Error" | "Timeout" | undefined;
|
|
71254
71254
|
error?: {
|
|
71255
|
-
type: "Unknown" | "Build" | "PackageInstall";
|
|
71255
|
+
type: "Unknown" | "Build" | "PackageInstall" | "Compile";
|
|
71256
71256
|
description: string;
|
|
71257
71257
|
} | undefined;
|
|
71258
71258
|
thumbnailUrl?: string | undefined;
|
|
@@ -71292,24 +71292,24 @@ declare const DTOFeatureIterationValidateResponse: z$1.ZodDiscriminatedUnion<"su
|
|
|
71292
71292
|
success: z$1.ZodLiteral<false>;
|
|
71293
71293
|
error: z$1.ZodObject<{
|
|
71294
71294
|
description: z$1.ZodString;
|
|
71295
|
-
type: z$1.ZodEnum<["PackageInstall", "Build", "Unknown"]>;
|
|
71295
|
+
type: z$1.ZodEnum<["PackageInstall", "Build", "Compile", "Unknown"]>;
|
|
71296
71296
|
}, "strip", z$1.ZodTypeAny, {
|
|
71297
|
-
type: "Unknown" | "Build" | "PackageInstall";
|
|
71297
|
+
type: "Unknown" | "Build" | "PackageInstall" | "Compile";
|
|
71298
71298
|
description: string;
|
|
71299
71299
|
}, {
|
|
71300
|
-
type: "Unknown" | "Build" | "PackageInstall";
|
|
71300
|
+
type: "Unknown" | "Build" | "PackageInstall" | "Compile";
|
|
71301
71301
|
description: string;
|
|
71302
71302
|
}>;
|
|
71303
71303
|
}, "strip", z$1.ZodTypeAny, {
|
|
71304
71304
|
success: false;
|
|
71305
71305
|
error: {
|
|
71306
|
-
type: "Unknown" | "Build" | "PackageInstall";
|
|
71306
|
+
type: "Unknown" | "Build" | "PackageInstall" | "Compile";
|
|
71307
71307
|
description: string;
|
|
71308
71308
|
};
|
|
71309
71309
|
}, {
|
|
71310
71310
|
success: false;
|
|
71311
71311
|
error: {
|
|
71312
|
-
type: "Unknown" | "Build" | "PackageInstall";
|
|
71312
|
+
type: "Unknown" | "Build" | "PackageInstall" | "Compile";
|
|
71313
71313
|
description: string;
|
|
71314
71314
|
};
|
|
71315
71315
|
}>]>;
|
|
@@ -71358,12 +71358,12 @@ declare const DTOFeatureIterationResponse: z$1.ZodObject<{
|
|
|
71358
71358
|
*/
|
|
71359
71359
|
error: z$1.ZodOptional<z$1.ZodObject<{
|
|
71360
71360
|
description: z$1.ZodString;
|
|
71361
|
-
type: z$1.ZodEnum<["PackageInstall", "Build", "Unknown"]>;
|
|
71361
|
+
type: z$1.ZodEnum<["PackageInstall", "Build", "Compile", "Unknown"]>;
|
|
71362
71362
|
}, "strip", z$1.ZodTypeAny, {
|
|
71363
|
-
type: "Unknown" | "Build" | "PackageInstall";
|
|
71363
|
+
type: "Unknown" | "Build" | "PackageInstall" | "Compile";
|
|
71364
71364
|
description: string;
|
|
71365
71365
|
}, {
|
|
71366
|
-
type: "Unknown" | "Build" | "PackageInstall";
|
|
71366
|
+
type: "Unknown" | "Build" | "PackageInstall" | "Compile";
|
|
71367
71367
|
description: string;
|
|
71368
71368
|
}>>;
|
|
71369
71369
|
/**
|
|
@@ -71458,7 +71458,7 @@ declare const DTOFeatureIterationResponse: z$1.ZodObject<{
|
|
|
71458
71458
|
updatedAt?: string | undefined;
|
|
71459
71459
|
state?: "InProgress" | "Success" | "Error" | "Timeout" | undefined;
|
|
71460
71460
|
error?: {
|
|
71461
|
-
type: "Unknown" | "Build" | "PackageInstall";
|
|
71461
|
+
type: "Unknown" | "Build" | "PackageInstall" | "Compile";
|
|
71462
71462
|
description: string;
|
|
71463
71463
|
} | undefined;
|
|
71464
71464
|
thumbnailUrl?: string | undefined;
|
|
@@ -71493,7 +71493,7 @@ declare const DTOFeatureIterationResponse: z$1.ZodObject<{
|
|
|
71493
71493
|
updatedAt?: string | undefined;
|
|
71494
71494
|
state?: "InProgress" | "Success" | "Error" | "Timeout" | undefined;
|
|
71495
71495
|
error?: {
|
|
71496
|
-
type: "Unknown" | "Build" | "PackageInstall";
|
|
71496
|
+
type: "Unknown" | "Build" | "PackageInstall" | "Compile";
|
|
71497
71497
|
description: string;
|
|
71498
71498
|
} | undefined;
|
|
71499
71499
|
thumbnailUrl?: string | undefined;
|
|
@@ -71530,7 +71530,7 @@ declare const DTOFeatureIterationResponse: z$1.ZodObject<{
|
|
|
71530
71530
|
updatedAt?: string | undefined;
|
|
71531
71531
|
state?: "InProgress" | "Success" | "Error" | "Timeout" | undefined;
|
|
71532
71532
|
error?: {
|
|
71533
|
-
type: "Unknown" | "Build" | "PackageInstall";
|
|
71533
|
+
type: "Unknown" | "Build" | "PackageInstall" | "Compile";
|
|
71534
71534
|
description: string;
|
|
71535
71535
|
} | undefined;
|
|
71536
71536
|
thumbnailUrl?: string | undefined;
|
|
@@ -71567,7 +71567,7 @@ declare const DTOFeatureIterationResponse: z$1.ZodObject<{
|
|
|
71567
71567
|
updatedAt?: string | undefined;
|
|
71568
71568
|
state?: "InProgress" | "Success" | "Error" | "Timeout" | undefined;
|
|
71569
71569
|
error?: {
|
|
71570
|
-
type: "Unknown" | "Build" | "PackageInstall";
|
|
71570
|
+
type: "Unknown" | "Build" | "PackageInstall" | "Compile";
|
|
71571
71571
|
description: string;
|
|
71572
71572
|
} | undefined;
|
|
71573
71573
|
thumbnailUrl?: string | undefined;
|
|
@@ -252912,7 +252912,7 @@ declare class ForgeFeatureArtifactsEndpoint {
|
|
|
252912
252912
|
updatedAt?: string | undefined;
|
|
252913
252913
|
state?: "InProgress" | "Success" | "Error" | "Timeout" | undefined;
|
|
252914
252914
|
error?: {
|
|
252915
|
-
type: "Unknown" | "Build" | "PackageInstall";
|
|
252915
|
+
type: "Unknown" | "Build" | "PackageInstall" | "Compile";
|
|
252916
252916
|
description: string;
|
|
252917
252917
|
} | undefined;
|
|
252918
252918
|
thumbnailUrl?: string | undefined;
|
|
@@ -252967,7 +252967,7 @@ declare class ForgeFeatureIterationsEndpoint {
|
|
|
252967
252967
|
updatedAt?: string | undefined;
|
|
252968
252968
|
state?: "InProgress" | "Success" | "Error" | "Timeout" | undefined;
|
|
252969
252969
|
error?: {
|
|
252970
|
-
type: "Unknown" | "Build" | "PackageInstall";
|
|
252970
|
+
type: "Unknown" | "Build" | "PackageInstall" | "Compile";
|
|
252971
252971
|
description: string;
|
|
252972
252972
|
} | undefined;
|
|
252973
252973
|
thumbnailUrl?: string | undefined;
|
|
@@ -253191,7 +253191,7 @@ declare class ForgeProjectFeaturesEndpoint {
|
|
|
253191
253191
|
updatedAt?: string | undefined;
|
|
253192
253192
|
state?: "InProgress" | "Success" | "Error" | "Timeout" | undefined;
|
|
253193
253193
|
error?: {
|
|
253194
|
-
type: "Unknown" | "Build" | "PackageInstall";
|
|
253194
|
+
type: "Unknown" | "Build" | "PackageInstall" | "Compile";
|
|
253195
253195
|
description: string;
|
|
253196
253196
|
} | undefined;
|
|
253197
253197
|
thumbnailUrl?: string | undefined;
|
package/dist/index.d.ts
CHANGED
|
@@ -69520,16 +69520,16 @@ declare const DTOFeatureArtifact: z$1.ZodObject<{
|
|
|
69520
69520
|
type DTOFeatureArtifact = z$1.infer<typeof DTOFeatureArtifact>;
|
|
69521
69521
|
declare const DTOFeatureIterationState: z$1.ZodEnum<["InProgress", "Success", "Error", "Timeout"]>;
|
|
69522
69522
|
type DTOFeatureIterationState = z$1.infer<typeof DTOFeatureIterationState>;
|
|
69523
|
-
declare const DTOFeatureIterationErrorType: z$1.ZodEnum<["PackageInstall", "Build", "Unknown"]>;
|
|
69523
|
+
declare const DTOFeatureIterationErrorType: z$1.ZodEnum<["PackageInstall", "Build", "Compile", "Unknown"]>;
|
|
69524
69524
|
type DTOFeatureIterationErrorType = z$1.infer<typeof DTOFeatureIterationErrorType>;
|
|
69525
69525
|
declare const DTOFeatureIterationError: z$1.ZodObject<{
|
|
69526
69526
|
description: z$1.ZodString;
|
|
69527
|
-
type: z$1.ZodEnum<["PackageInstall", "Build", "Unknown"]>;
|
|
69527
|
+
type: z$1.ZodEnum<["PackageInstall", "Build", "Compile", "Unknown"]>;
|
|
69528
69528
|
}, "strip", z$1.ZodTypeAny, {
|
|
69529
|
-
type: "Unknown" | "Build" | "PackageInstall";
|
|
69529
|
+
type: "Unknown" | "Build" | "PackageInstall" | "Compile";
|
|
69530
69530
|
description: string;
|
|
69531
69531
|
}, {
|
|
69532
|
-
type: "Unknown" | "Build" | "PackageInstall";
|
|
69532
|
+
type: "Unknown" | "Build" | "PackageInstall" | "Compile";
|
|
69533
69533
|
description: string;
|
|
69534
69534
|
}>;
|
|
69535
69535
|
type DTOFeatureIterationError = z$1.infer<typeof DTOFeatureIterationError>;
|
|
@@ -69576,12 +69576,12 @@ declare const DTOFeatureIteration: z$1.ZodObject<{
|
|
|
69576
69576
|
*/
|
|
69577
69577
|
error: z$1.ZodOptional<z$1.ZodObject<{
|
|
69578
69578
|
description: z$1.ZodString;
|
|
69579
|
-
type: z$1.ZodEnum<["PackageInstall", "Build", "Unknown"]>;
|
|
69579
|
+
type: z$1.ZodEnum<["PackageInstall", "Build", "Compile", "Unknown"]>;
|
|
69580
69580
|
}, "strip", z$1.ZodTypeAny, {
|
|
69581
|
-
type: "Unknown" | "Build" | "PackageInstall";
|
|
69581
|
+
type: "Unknown" | "Build" | "PackageInstall" | "Compile";
|
|
69582
69582
|
description: string;
|
|
69583
69583
|
}, {
|
|
69584
|
-
type: "Unknown" | "Build" | "PackageInstall";
|
|
69584
|
+
type: "Unknown" | "Build" | "PackageInstall" | "Compile";
|
|
69585
69585
|
description: string;
|
|
69586
69586
|
}>>;
|
|
69587
69587
|
/**
|
|
@@ -69676,7 +69676,7 @@ declare const DTOFeatureIteration: z$1.ZodObject<{
|
|
|
69676
69676
|
updatedAt?: string | undefined;
|
|
69677
69677
|
state?: "InProgress" | "Success" | "Error" | "Timeout" | undefined;
|
|
69678
69678
|
error?: {
|
|
69679
|
-
type: "Unknown" | "Build" | "PackageInstall";
|
|
69679
|
+
type: "Unknown" | "Build" | "PackageInstall" | "Compile";
|
|
69680
69680
|
description: string;
|
|
69681
69681
|
} | undefined;
|
|
69682
69682
|
thumbnailUrl?: string | undefined;
|
|
@@ -69711,7 +69711,7 @@ declare const DTOFeatureIteration: z$1.ZodObject<{
|
|
|
69711
69711
|
updatedAt?: string | undefined;
|
|
69712
69712
|
state?: "InProgress" | "Success" | "Error" | "Timeout" | undefined;
|
|
69713
69713
|
error?: {
|
|
69714
|
-
type: "Unknown" | "Build" | "PackageInstall";
|
|
69714
|
+
type: "Unknown" | "Build" | "PackageInstall" | "Compile";
|
|
69715
69715
|
description: string;
|
|
69716
69716
|
} | undefined;
|
|
69717
69717
|
thumbnailUrl?: string | undefined;
|
|
@@ -70032,12 +70032,12 @@ declare const DTOFeatureIterationCreateInput: z$1.ZodObject<Pick<{
|
|
|
70032
70032
|
*/
|
|
70033
70033
|
error: z$1.ZodOptional<z$1.ZodObject<{
|
|
70034
70034
|
description: z$1.ZodString;
|
|
70035
|
-
type: z$1.ZodEnum<["PackageInstall", "Build", "Unknown"]>;
|
|
70035
|
+
type: z$1.ZodEnum<["PackageInstall", "Build", "Compile", "Unknown"]>;
|
|
70036
70036
|
}, "strip", z$1.ZodTypeAny, {
|
|
70037
|
-
type: "Unknown" | "Build" | "PackageInstall";
|
|
70037
|
+
type: "Unknown" | "Build" | "PackageInstall" | "Compile";
|
|
70038
70038
|
description: string;
|
|
70039
70039
|
}, {
|
|
70040
|
-
type: "Unknown" | "Build" | "PackageInstall";
|
|
70040
|
+
type: "Unknown" | "Build" | "PackageInstall" | "Compile";
|
|
70041
70041
|
description: string;
|
|
70042
70042
|
}>>;
|
|
70043
70043
|
/**
|
|
@@ -71043,12 +71043,12 @@ declare const DTOFeatureIterationListResponse: z$1.ZodObject<{
|
|
|
71043
71043
|
*/
|
|
71044
71044
|
error: z$1.ZodOptional<z$1.ZodObject<{
|
|
71045
71045
|
description: z$1.ZodString;
|
|
71046
|
-
type: z$1.ZodEnum<["PackageInstall", "Build", "Unknown"]>;
|
|
71046
|
+
type: z$1.ZodEnum<["PackageInstall", "Build", "Compile", "Unknown"]>;
|
|
71047
71047
|
}, "strip", z$1.ZodTypeAny, {
|
|
71048
|
-
type: "Unknown" | "Build" | "PackageInstall";
|
|
71048
|
+
type: "Unknown" | "Build" | "PackageInstall" | "Compile";
|
|
71049
71049
|
description: string;
|
|
71050
71050
|
}, {
|
|
71051
|
-
type: "Unknown" | "Build" | "PackageInstall";
|
|
71051
|
+
type: "Unknown" | "Build" | "PackageInstall" | "Compile";
|
|
71052
71052
|
description: string;
|
|
71053
71053
|
}>>;
|
|
71054
71054
|
/**
|
|
@@ -71143,7 +71143,7 @@ declare const DTOFeatureIterationListResponse: z$1.ZodObject<{
|
|
|
71143
71143
|
updatedAt?: string | undefined;
|
|
71144
71144
|
state?: "InProgress" | "Success" | "Error" | "Timeout" | undefined;
|
|
71145
71145
|
error?: {
|
|
71146
|
-
type: "Unknown" | "Build" | "PackageInstall";
|
|
71146
|
+
type: "Unknown" | "Build" | "PackageInstall" | "Compile";
|
|
71147
71147
|
description: string;
|
|
71148
71148
|
} | undefined;
|
|
71149
71149
|
thumbnailUrl?: string | undefined;
|
|
@@ -71178,7 +71178,7 @@ declare const DTOFeatureIterationListResponse: z$1.ZodObject<{
|
|
|
71178
71178
|
updatedAt?: string | undefined;
|
|
71179
71179
|
state?: "InProgress" | "Success" | "Error" | "Timeout" | undefined;
|
|
71180
71180
|
error?: {
|
|
71181
|
-
type: "Unknown" | "Build" | "PackageInstall";
|
|
71181
|
+
type: "Unknown" | "Build" | "PackageInstall" | "Compile";
|
|
71182
71182
|
description: string;
|
|
71183
71183
|
} | undefined;
|
|
71184
71184
|
thumbnailUrl?: string | undefined;
|
|
@@ -71215,7 +71215,7 @@ declare const DTOFeatureIterationListResponse: z$1.ZodObject<{
|
|
|
71215
71215
|
updatedAt?: string | undefined;
|
|
71216
71216
|
state?: "InProgress" | "Success" | "Error" | "Timeout" | undefined;
|
|
71217
71217
|
error?: {
|
|
71218
|
-
type: "Unknown" | "Build" | "PackageInstall";
|
|
71218
|
+
type: "Unknown" | "Build" | "PackageInstall" | "Compile";
|
|
71219
71219
|
description: string;
|
|
71220
71220
|
} | undefined;
|
|
71221
71221
|
thumbnailUrl?: string | undefined;
|
|
@@ -71252,7 +71252,7 @@ declare const DTOFeatureIterationListResponse: z$1.ZodObject<{
|
|
|
71252
71252
|
updatedAt?: string | undefined;
|
|
71253
71253
|
state?: "InProgress" | "Success" | "Error" | "Timeout" | undefined;
|
|
71254
71254
|
error?: {
|
|
71255
|
-
type: "Unknown" | "Build" | "PackageInstall";
|
|
71255
|
+
type: "Unknown" | "Build" | "PackageInstall" | "Compile";
|
|
71256
71256
|
description: string;
|
|
71257
71257
|
} | undefined;
|
|
71258
71258
|
thumbnailUrl?: string | undefined;
|
|
@@ -71292,24 +71292,24 @@ declare const DTOFeatureIterationValidateResponse: z$1.ZodDiscriminatedUnion<"su
|
|
|
71292
71292
|
success: z$1.ZodLiteral<false>;
|
|
71293
71293
|
error: z$1.ZodObject<{
|
|
71294
71294
|
description: z$1.ZodString;
|
|
71295
|
-
type: z$1.ZodEnum<["PackageInstall", "Build", "Unknown"]>;
|
|
71295
|
+
type: z$1.ZodEnum<["PackageInstall", "Build", "Compile", "Unknown"]>;
|
|
71296
71296
|
}, "strip", z$1.ZodTypeAny, {
|
|
71297
|
-
type: "Unknown" | "Build" | "PackageInstall";
|
|
71297
|
+
type: "Unknown" | "Build" | "PackageInstall" | "Compile";
|
|
71298
71298
|
description: string;
|
|
71299
71299
|
}, {
|
|
71300
|
-
type: "Unknown" | "Build" | "PackageInstall";
|
|
71300
|
+
type: "Unknown" | "Build" | "PackageInstall" | "Compile";
|
|
71301
71301
|
description: string;
|
|
71302
71302
|
}>;
|
|
71303
71303
|
}, "strip", z$1.ZodTypeAny, {
|
|
71304
71304
|
success: false;
|
|
71305
71305
|
error: {
|
|
71306
|
-
type: "Unknown" | "Build" | "PackageInstall";
|
|
71306
|
+
type: "Unknown" | "Build" | "PackageInstall" | "Compile";
|
|
71307
71307
|
description: string;
|
|
71308
71308
|
};
|
|
71309
71309
|
}, {
|
|
71310
71310
|
success: false;
|
|
71311
71311
|
error: {
|
|
71312
|
-
type: "Unknown" | "Build" | "PackageInstall";
|
|
71312
|
+
type: "Unknown" | "Build" | "PackageInstall" | "Compile";
|
|
71313
71313
|
description: string;
|
|
71314
71314
|
};
|
|
71315
71315
|
}>]>;
|
|
@@ -71358,12 +71358,12 @@ declare const DTOFeatureIterationResponse: z$1.ZodObject<{
|
|
|
71358
71358
|
*/
|
|
71359
71359
|
error: z$1.ZodOptional<z$1.ZodObject<{
|
|
71360
71360
|
description: z$1.ZodString;
|
|
71361
|
-
type: z$1.ZodEnum<["PackageInstall", "Build", "Unknown"]>;
|
|
71361
|
+
type: z$1.ZodEnum<["PackageInstall", "Build", "Compile", "Unknown"]>;
|
|
71362
71362
|
}, "strip", z$1.ZodTypeAny, {
|
|
71363
|
-
type: "Unknown" | "Build" | "PackageInstall";
|
|
71363
|
+
type: "Unknown" | "Build" | "PackageInstall" | "Compile";
|
|
71364
71364
|
description: string;
|
|
71365
71365
|
}, {
|
|
71366
|
-
type: "Unknown" | "Build" | "PackageInstall";
|
|
71366
|
+
type: "Unknown" | "Build" | "PackageInstall" | "Compile";
|
|
71367
71367
|
description: string;
|
|
71368
71368
|
}>>;
|
|
71369
71369
|
/**
|
|
@@ -71458,7 +71458,7 @@ declare const DTOFeatureIterationResponse: z$1.ZodObject<{
|
|
|
71458
71458
|
updatedAt?: string | undefined;
|
|
71459
71459
|
state?: "InProgress" | "Success" | "Error" | "Timeout" | undefined;
|
|
71460
71460
|
error?: {
|
|
71461
|
-
type: "Unknown" | "Build" | "PackageInstall";
|
|
71461
|
+
type: "Unknown" | "Build" | "PackageInstall" | "Compile";
|
|
71462
71462
|
description: string;
|
|
71463
71463
|
} | undefined;
|
|
71464
71464
|
thumbnailUrl?: string | undefined;
|
|
@@ -71493,7 +71493,7 @@ declare const DTOFeatureIterationResponse: z$1.ZodObject<{
|
|
|
71493
71493
|
updatedAt?: string | undefined;
|
|
71494
71494
|
state?: "InProgress" | "Success" | "Error" | "Timeout" | undefined;
|
|
71495
71495
|
error?: {
|
|
71496
|
-
type: "Unknown" | "Build" | "PackageInstall";
|
|
71496
|
+
type: "Unknown" | "Build" | "PackageInstall" | "Compile";
|
|
71497
71497
|
description: string;
|
|
71498
71498
|
} | undefined;
|
|
71499
71499
|
thumbnailUrl?: string | undefined;
|
|
@@ -71530,7 +71530,7 @@ declare const DTOFeatureIterationResponse: z$1.ZodObject<{
|
|
|
71530
71530
|
updatedAt?: string | undefined;
|
|
71531
71531
|
state?: "InProgress" | "Success" | "Error" | "Timeout" | undefined;
|
|
71532
71532
|
error?: {
|
|
71533
|
-
type: "Unknown" | "Build" | "PackageInstall";
|
|
71533
|
+
type: "Unknown" | "Build" | "PackageInstall" | "Compile";
|
|
71534
71534
|
description: string;
|
|
71535
71535
|
} | undefined;
|
|
71536
71536
|
thumbnailUrl?: string | undefined;
|
|
@@ -71567,7 +71567,7 @@ declare const DTOFeatureIterationResponse: z$1.ZodObject<{
|
|
|
71567
71567
|
updatedAt?: string | undefined;
|
|
71568
71568
|
state?: "InProgress" | "Success" | "Error" | "Timeout" | undefined;
|
|
71569
71569
|
error?: {
|
|
71570
|
-
type: "Unknown" | "Build" | "PackageInstall";
|
|
71570
|
+
type: "Unknown" | "Build" | "PackageInstall" | "Compile";
|
|
71571
71571
|
description: string;
|
|
71572
71572
|
} | undefined;
|
|
71573
71573
|
thumbnailUrl?: string | undefined;
|
|
@@ -252912,7 +252912,7 @@ declare class ForgeFeatureArtifactsEndpoint {
|
|
|
252912
252912
|
updatedAt?: string | undefined;
|
|
252913
252913
|
state?: "InProgress" | "Success" | "Error" | "Timeout" | undefined;
|
|
252914
252914
|
error?: {
|
|
252915
|
-
type: "Unknown" | "Build" | "PackageInstall";
|
|
252915
|
+
type: "Unknown" | "Build" | "PackageInstall" | "Compile";
|
|
252916
252916
|
description: string;
|
|
252917
252917
|
} | undefined;
|
|
252918
252918
|
thumbnailUrl?: string | undefined;
|
|
@@ -252967,7 +252967,7 @@ declare class ForgeFeatureIterationsEndpoint {
|
|
|
252967
252967
|
updatedAt?: string | undefined;
|
|
252968
252968
|
state?: "InProgress" | "Success" | "Error" | "Timeout" | undefined;
|
|
252969
252969
|
error?: {
|
|
252970
|
-
type: "Unknown" | "Build" | "PackageInstall";
|
|
252970
|
+
type: "Unknown" | "Build" | "PackageInstall" | "Compile";
|
|
252971
252971
|
description: string;
|
|
252972
252972
|
} | undefined;
|
|
252973
252973
|
thumbnailUrl?: string | undefined;
|
|
@@ -253191,7 +253191,7 @@ declare class ForgeProjectFeaturesEndpoint {
|
|
|
253191
253191
|
updatedAt?: string | undefined;
|
|
253192
253192
|
state?: "InProgress" | "Success" | "Error" | "Timeout" | undefined;
|
|
253193
253193
|
error?: {
|
|
253194
|
-
type: "Unknown" | "Build" | "PackageInstall";
|
|
253194
|
+
type: "Unknown" | "Build" | "PackageInstall" | "Compile";
|
|
253195
253195
|
description: string;
|
|
253196
253196
|
} | undefined;
|
|
253197
253197
|
thumbnailUrl?: string | undefined;
|
package/dist/index.js
CHANGED
|
@@ -9533,7 +9533,7 @@ var DTOFeatureIterationArtifactsDiff = _zod2.default.object({
|
|
|
9533
9533
|
deleted: _zod2.default.array(DTOFeatureArtifact.shape.key).optional().default([])
|
|
9534
9534
|
});
|
|
9535
9535
|
var DTOFeatureIterationState = _zod2.default.enum(["InProgress", "Success", "Error", "Timeout"]);
|
|
9536
|
-
var DTOFeatureIterationErrorType = _zod2.default.enum(["PackageInstall", "Build", "Unknown"]);
|
|
9536
|
+
var DTOFeatureIterationErrorType = _zod2.default.enum(["PackageInstall", "Build", "Compile", "Unknown"]);
|
|
9537
9537
|
var DTOFeatureIterationError = _zod2.default.object({
|
|
9538
9538
|
description: _zod2.default.string(),
|
|
9539
9539
|
type: DTOFeatureIterationErrorType
|