@supernova-studio/model 1.9.20 → 1.10.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.
- package/dist/index.d.mts +694 -1
- package/dist/index.d.ts +694 -1
- package/dist/index.js +11 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +10 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -3913,27 +3913,33 @@ declare const CodeIntegrationDump: z.ZodObject<{
|
|
|
3913
3913
|
changes: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
3914
3914
|
groupPersistentIds: string[];
|
|
3915
3915
|
pagePersistentIds: string[];
|
|
3916
|
+
selectivePublishing?: boolean | undefined;
|
|
3916
3917
|
}, z.ZodTypeDef, {
|
|
3917
3918
|
groupPersistentIds: string[];
|
|
3918
3919
|
pagePersistentIds: string[];
|
|
3920
|
+
selectivePublishing?: boolean | undefined;
|
|
3919
3921
|
}>>>, {
|
|
3920
3922
|
groupPersistentIds: string[];
|
|
3921
3923
|
pagePersistentIds: string[];
|
|
3924
|
+
selectivePublishing?: boolean | undefined;
|
|
3922
3925
|
} | undefined, {
|
|
3923
3926
|
groupPersistentIds: string[];
|
|
3924
3927
|
pagePersistentIds: string[];
|
|
3928
|
+
selectivePublishing?: boolean | undefined;
|
|
3925
3929
|
} | null | undefined>;
|
|
3926
3930
|
}, "strip", z.ZodTypeAny, {
|
|
3927
3931
|
environment: "Live" | "Preview";
|
|
3928
3932
|
changes?: {
|
|
3929
3933
|
groupPersistentIds: string[];
|
|
3930
3934
|
pagePersistentIds: string[];
|
|
3935
|
+
selectivePublishing?: boolean | undefined;
|
|
3931
3936
|
} | undefined;
|
|
3932
3937
|
}, {
|
|
3933
3938
|
environment: "Live" | "Preview";
|
|
3934
3939
|
changes?: {
|
|
3935
3940
|
groupPersistentIds: string[];
|
|
3936
3941
|
pagePersistentIds: string[];
|
|
3942
|
+
selectivePublishing?: boolean | undefined;
|
|
3937
3943
|
} | null | undefined;
|
|
3938
3944
|
}>>;
|
|
3939
3945
|
destinationS3: z.ZodOptional<z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>>;
|
|
@@ -3951,6 +3957,9 @@ declare const CodeIntegrationDump: z.ZodObject<{
|
|
|
3951
3957
|
commitMessage: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
3952
3958
|
pullRequestTitle: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
3953
3959
|
pullRequestDescription: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
3960
|
+
checkoutNoTags: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
3961
|
+
checkoutNoBlobs: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
3962
|
+
checkoutSparse: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
3954
3963
|
}>, "strip", z.ZodTypeAny, {
|
|
3955
3964
|
url: string;
|
|
3956
3965
|
branch: string;
|
|
@@ -3962,6 +3971,9 @@ declare const CodeIntegrationDump: z.ZodObject<{
|
|
|
3962
3971
|
commitMessage?: string | undefined;
|
|
3963
3972
|
pullRequestTitle?: string | undefined;
|
|
3964
3973
|
pullRequestDescription?: string | undefined;
|
|
3974
|
+
checkoutNoTags?: boolean | undefined;
|
|
3975
|
+
checkoutNoBlobs?: boolean | undefined;
|
|
3976
|
+
checkoutSparse?: boolean | undefined;
|
|
3965
3977
|
credentialId?: string | undefined;
|
|
3966
3978
|
connectionId?: string | undefined;
|
|
3967
3979
|
}, {
|
|
@@ -3975,6 +3987,9 @@ declare const CodeIntegrationDump: z.ZodObject<{
|
|
|
3975
3987
|
commitMessage?: string | null | undefined;
|
|
3976
3988
|
pullRequestTitle?: string | null | undefined;
|
|
3977
3989
|
pullRequestDescription?: string | null | undefined;
|
|
3990
|
+
checkoutNoTags?: boolean | null | undefined;
|
|
3991
|
+
checkoutNoBlobs?: boolean | null | undefined;
|
|
3992
|
+
checkoutSparse?: boolean | null | undefined;
|
|
3978
3993
|
credentialId?: string | undefined;
|
|
3979
3994
|
connectionId?: string | null | undefined;
|
|
3980
3995
|
}>>;
|
|
@@ -3995,6 +4010,9 @@ declare const CodeIntegrationDump: z.ZodObject<{
|
|
|
3995
4010
|
commitMessage: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
3996
4011
|
pullRequestTitle: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
3997
4012
|
pullRequestDescription: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
4013
|
+
checkoutNoTags: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
4014
|
+
checkoutNoBlobs: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
4015
|
+
checkoutSparse: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
3998
4016
|
}>, "strip", z.ZodTypeAny, {
|
|
3999
4017
|
branch: string;
|
|
4000
4018
|
organizationId: string;
|
|
@@ -4009,6 +4027,9 @@ declare const CodeIntegrationDump: z.ZodObject<{
|
|
|
4009
4027
|
commitMessage?: string | undefined;
|
|
4010
4028
|
pullRequestTitle?: string | undefined;
|
|
4011
4029
|
pullRequestDescription?: string | undefined;
|
|
4030
|
+
checkoutNoTags?: boolean | undefined;
|
|
4031
|
+
checkoutNoBlobs?: boolean | undefined;
|
|
4032
|
+
checkoutSparse?: boolean | undefined;
|
|
4012
4033
|
credentialId?: string | undefined;
|
|
4013
4034
|
connectionId?: string | undefined;
|
|
4014
4035
|
}, {
|
|
@@ -4025,6 +4046,9 @@ declare const CodeIntegrationDump: z.ZodObject<{
|
|
|
4025
4046
|
commitMessage?: string | null | undefined;
|
|
4026
4047
|
pullRequestTitle?: string | null | undefined;
|
|
4027
4048
|
pullRequestDescription?: string | null | undefined;
|
|
4049
|
+
checkoutNoTags?: boolean | null | undefined;
|
|
4050
|
+
checkoutNoBlobs?: boolean | null | undefined;
|
|
4051
|
+
checkoutSparse?: boolean | null | undefined;
|
|
4028
4052
|
credentialId?: string | undefined;
|
|
4029
4053
|
connectionId?: string | null | undefined;
|
|
4030
4054
|
}>>;
|
|
@@ -4043,6 +4067,9 @@ declare const CodeIntegrationDump: z.ZodObject<{
|
|
|
4043
4067
|
commitMessage: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
4044
4068
|
pullRequestTitle: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
4045
4069
|
pullRequestDescription: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
4070
|
+
checkoutNoTags: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
4071
|
+
checkoutNoBlobs: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
4072
|
+
checkoutSparse: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
4046
4073
|
}>, "strip", z.ZodTypeAny, {
|
|
4047
4074
|
branch: string;
|
|
4048
4075
|
projectId: string;
|
|
@@ -4055,6 +4082,9 @@ declare const CodeIntegrationDump: z.ZodObject<{
|
|
|
4055
4082
|
commitMessage?: string | undefined;
|
|
4056
4083
|
pullRequestTitle?: string | undefined;
|
|
4057
4084
|
pullRequestDescription?: string | undefined;
|
|
4085
|
+
checkoutNoTags?: boolean | undefined;
|
|
4086
|
+
checkoutNoBlobs?: boolean | undefined;
|
|
4087
|
+
checkoutSparse?: boolean | undefined;
|
|
4058
4088
|
credentialId?: string | undefined;
|
|
4059
4089
|
connectionId?: string | undefined;
|
|
4060
4090
|
}, {
|
|
@@ -4069,6 +4099,9 @@ declare const CodeIntegrationDump: z.ZodObject<{
|
|
|
4069
4099
|
commitMessage?: string | null | undefined;
|
|
4070
4100
|
pullRequestTitle?: string | null | undefined;
|
|
4071
4101
|
pullRequestDescription?: string | null | undefined;
|
|
4102
|
+
checkoutNoTags?: boolean | null | undefined;
|
|
4103
|
+
checkoutNoBlobs?: boolean | null | undefined;
|
|
4104
|
+
checkoutSparse?: boolean | null | undefined;
|
|
4072
4105
|
credentialId?: string | undefined;
|
|
4073
4106
|
connectionId?: string | null | undefined;
|
|
4074
4107
|
}>>;
|
|
@@ -4089,6 +4122,9 @@ declare const CodeIntegrationDump: z.ZodObject<{
|
|
|
4089
4122
|
commitMessage: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
4090
4123
|
pullRequestTitle: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
4091
4124
|
pullRequestDescription: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
4125
|
+
checkoutNoTags: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
4126
|
+
checkoutNoBlobs: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
4127
|
+
checkoutSparse: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
4092
4128
|
}>, "strip", z.ZodTypeAny, {
|
|
4093
4129
|
branch: string;
|
|
4094
4130
|
workspaceSlug: string;
|
|
@@ -4103,6 +4139,9 @@ declare const CodeIntegrationDump: z.ZodObject<{
|
|
|
4103
4139
|
commitMessage?: string | undefined;
|
|
4104
4140
|
pullRequestTitle?: string | undefined;
|
|
4105
4141
|
pullRequestDescription?: string | undefined;
|
|
4142
|
+
checkoutNoTags?: boolean | undefined;
|
|
4143
|
+
checkoutNoBlobs?: boolean | undefined;
|
|
4144
|
+
checkoutSparse?: boolean | undefined;
|
|
4106
4145
|
credentialId?: string | undefined;
|
|
4107
4146
|
connectionId?: string | undefined;
|
|
4108
4147
|
}, {
|
|
@@ -4119,6 +4158,9 @@ declare const CodeIntegrationDump: z.ZodObject<{
|
|
|
4119
4158
|
commitMessage?: string | null | undefined;
|
|
4120
4159
|
pullRequestTitle?: string | null | undefined;
|
|
4121
4160
|
pullRequestDescription?: string | null | undefined;
|
|
4161
|
+
checkoutNoTags?: boolean | null | undefined;
|
|
4162
|
+
checkoutNoBlobs?: boolean | null | undefined;
|
|
4163
|
+
checkoutSparse?: boolean | null | undefined;
|
|
4122
4164
|
credentialId?: string | undefined;
|
|
4123
4165
|
connectionId?: string | null | undefined;
|
|
4124
4166
|
}>>;
|
|
@@ -4152,6 +4194,7 @@ declare const CodeIntegrationDump: z.ZodObject<{
|
|
|
4152
4194
|
changes?: {
|
|
4153
4195
|
groupPersistentIds: string[];
|
|
4154
4196
|
pagePersistentIds: string[];
|
|
4197
|
+
selectivePublishing?: boolean | undefined;
|
|
4155
4198
|
} | undefined;
|
|
4156
4199
|
} | undefined;
|
|
4157
4200
|
destinationS3?: {} | undefined;
|
|
@@ -4166,6 +4209,9 @@ declare const CodeIntegrationDump: z.ZodObject<{
|
|
|
4166
4209
|
commitMessage?: string | undefined;
|
|
4167
4210
|
pullRequestTitle?: string | undefined;
|
|
4168
4211
|
pullRequestDescription?: string | undefined;
|
|
4212
|
+
checkoutNoTags?: boolean | undefined;
|
|
4213
|
+
checkoutNoBlobs?: boolean | undefined;
|
|
4214
|
+
checkoutSparse?: boolean | undefined;
|
|
4169
4215
|
credentialId?: string | undefined;
|
|
4170
4216
|
connectionId?: string | undefined;
|
|
4171
4217
|
} | undefined;
|
|
@@ -4183,6 +4229,9 @@ declare const CodeIntegrationDump: z.ZodObject<{
|
|
|
4183
4229
|
commitMessage?: string | undefined;
|
|
4184
4230
|
pullRequestTitle?: string | undefined;
|
|
4185
4231
|
pullRequestDescription?: string | undefined;
|
|
4232
|
+
checkoutNoTags?: boolean | undefined;
|
|
4233
|
+
checkoutNoBlobs?: boolean | undefined;
|
|
4234
|
+
checkoutSparse?: boolean | undefined;
|
|
4186
4235
|
credentialId?: string | undefined;
|
|
4187
4236
|
connectionId?: string | undefined;
|
|
4188
4237
|
} | undefined;
|
|
@@ -4198,6 +4247,9 @@ declare const CodeIntegrationDump: z.ZodObject<{
|
|
|
4198
4247
|
commitMessage?: string | undefined;
|
|
4199
4248
|
pullRequestTitle?: string | undefined;
|
|
4200
4249
|
pullRequestDescription?: string | undefined;
|
|
4250
|
+
checkoutNoTags?: boolean | undefined;
|
|
4251
|
+
checkoutNoBlobs?: boolean | undefined;
|
|
4252
|
+
checkoutSparse?: boolean | undefined;
|
|
4201
4253
|
credentialId?: string | undefined;
|
|
4202
4254
|
connectionId?: string | undefined;
|
|
4203
4255
|
} | undefined;
|
|
@@ -4215,6 +4267,9 @@ declare const CodeIntegrationDump: z.ZodObject<{
|
|
|
4215
4267
|
commitMessage?: string | undefined;
|
|
4216
4268
|
pullRequestTitle?: string | undefined;
|
|
4217
4269
|
pullRequestDescription?: string | undefined;
|
|
4270
|
+
checkoutNoTags?: boolean | undefined;
|
|
4271
|
+
checkoutNoBlobs?: boolean | undefined;
|
|
4272
|
+
checkoutSparse?: boolean | undefined;
|
|
4218
4273
|
credentialId?: string | undefined;
|
|
4219
4274
|
connectionId?: string | undefined;
|
|
4220
4275
|
} | undefined;
|
|
@@ -4237,6 +4292,7 @@ declare const CodeIntegrationDump: z.ZodObject<{
|
|
|
4237
4292
|
changes?: {
|
|
4238
4293
|
groupPersistentIds: string[];
|
|
4239
4294
|
pagePersistentIds: string[];
|
|
4295
|
+
selectivePublishing?: boolean | undefined;
|
|
4240
4296
|
} | null | undefined;
|
|
4241
4297
|
} | undefined;
|
|
4242
4298
|
destinationS3?: {} | undefined;
|
|
@@ -4251,6 +4307,9 @@ declare const CodeIntegrationDump: z.ZodObject<{
|
|
|
4251
4307
|
commitMessage?: string | null | undefined;
|
|
4252
4308
|
pullRequestTitle?: string | null | undefined;
|
|
4253
4309
|
pullRequestDescription?: string | null | undefined;
|
|
4310
|
+
checkoutNoTags?: boolean | null | undefined;
|
|
4311
|
+
checkoutNoBlobs?: boolean | null | undefined;
|
|
4312
|
+
checkoutSparse?: boolean | null | undefined;
|
|
4254
4313
|
credentialId?: string | undefined;
|
|
4255
4314
|
connectionId?: string | null | undefined;
|
|
4256
4315
|
} | undefined;
|
|
@@ -4268,6 +4327,9 @@ declare const CodeIntegrationDump: z.ZodObject<{
|
|
|
4268
4327
|
commitMessage?: string | null | undefined;
|
|
4269
4328
|
pullRequestTitle?: string | null | undefined;
|
|
4270
4329
|
pullRequestDescription?: string | null | undefined;
|
|
4330
|
+
checkoutNoTags?: boolean | null | undefined;
|
|
4331
|
+
checkoutNoBlobs?: boolean | null | undefined;
|
|
4332
|
+
checkoutSparse?: boolean | null | undefined;
|
|
4271
4333
|
credentialId?: string | undefined;
|
|
4272
4334
|
connectionId?: string | null | undefined;
|
|
4273
4335
|
} | undefined;
|
|
@@ -4283,6 +4345,9 @@ declare const CodeIntegrationDump: z.ZodObject<{
|
|
|
4283
4345
|
commitMessage?: string | null | undefined;
|
|
4284
4346
|
pullRequestTitle?: string | null | undefined;
|
|
4285
4347
|
pullRequestDescription?: string | null | undefined;
|
|
4348
|
+
checkoutNoTags?: boolean | null | undefined;
|
|
4349
|
+
checkoutNoBlobs?: boolean | null | undefined;
|
|
4350
|
+
checkoutSparse?: boolean | null | undefined;
|
|
4286
4351
|
credentialId?: string | undefined;
|
|
4287
4352
|
connectionId?: string | null | undefined;
|
|
4288
4353
|
} | undefined;
|
|
@@ -4300,6 +4365,9 @@ declare const CodeIntegrationDump: z.ZodObject<{
|
|
|
4300
4365
|
commitMessage?: string | null | undefined;
|
|
4301
4366
|
pullRequestTitle?: string | null | undefined;
|
|
4302
4367
|
pullRequestDescription?: string | null | undefined;
|
|
4368
|
+
checkoutNoTags?: boolean | null | undefined;
|
|
4369
|
+
checkoutNoBlobs?: boolean | null | undefined;
|
|
4370
|
+
checkoutSparse?: boolean | null | undefined;
|
|
4303
4371
|
credentialId?: string | undefined;
|
|
4304
4372
|
connectionId?: string | null | undefined;
|
|
4305
4373
|
} | undefined;
|
|
@@ -4547,6 +4615,7 @@ declare const CodeIntegrationDump: z.ZodObject<{
|
|
|
4547
4615
|
changes?: {
|
|
4548
4616
|
groupPersistentIds: string[];
|
|
4549
4617
|
pagePersistentIds: string[];
|
|
4618
|
+
selectivePublishing?: boolean | undefined;
|
|
4550
4619
|
} | undefined;
|
|
4551
4620
|
} | undefined;
|
|
4552
4621
|
destinationS3?: {} | undefined;
|
|
@@ -4561,6 +4630,9 @@ declare const CodeIntegrationDump: z.ZodObject<{
|
|
|
4561
4630
|
commitMessage?: string | undefined;
|
|
4562
4631
|
pullRequestTitle?: string | undefined;
|
|
4563
4632
|
pullRequestDescription?: string | undefined;
|
|
4633
|
+
checkoutNoTags?: boolean | undefined;
|
|
4634
|
+
checkoutNoBlobs?: boolean | undefined;
|
|
4635
|
+
checkoutSparse?: boolean | undefined;
|
|
4564
4636
|
credentialId?: string | undefined;
|
|
4565
4637
|
connectionId?: string | undefined;
|
|
4566
4638
|
} | undefined;
|
|
@@ -4578,6 +4650,9 @@ declare const CodeIntegrationDump: z.ZodObject<{
|
|
|
4578
4650
|
commitMessage?: string | undefined;
|
|
4579
4651
|
pullRequestTitle?: string | undefined;
|
|
4580
4652
|
pullRequestDescription?: string | undefined;
|
|
4653
|
+
checkoutNoTags?: boolean | undefined;
|
|
4654
|
+
checkoutNoBlobs?: boolean | undefined;
|
|
4655
|
+
checkoutSparse?: boolean | undefined;
|
|
4581
4656
|
credentialId?: string | undefined;
|
|
4582
4657
|
connectionId?: string | undefined;
|
|
4583
4658
|
} | undefined;
|
|
@@ -4593,6 +4668,9 @@ declare const CodeIntegrationDump: z.ZodObject<{
|
|
|
4593
4668
|
commitMessage?: string | undefined;
|
|
4594
4669
|
pullRequestTitle?: string | undefined;
|
|
4595
4670
|
pullRequestDescription?: string | undefined;
|
|
4671
|
+
checkoutNoTags?: boolean | undefined;
|
|
4672
|
+
checkoutNoBlobs?: boolean | undefined;
|
|
4673
|
+
checkoutSparse?: boolean | undefined;
|
|
4596
4674
|
credentialId?: string | undefined;
|
|
4597
4675
|
connectionId?: string | undefined;
|
|
4598
4676
|
} | undefined;
|
|
@@ -4610,6 +4688,9 @@ declare const CodeIntegrationDump: z.ZodObject<{
|
|
|
4610
4688
|
commitMessage?: string | undefined;
|
|
4611
4689
|
pullRequestTitle?: string | undefined;
|
|
4612
4690
|
pullRequestDescription?: string | undefined;
|
|
4691
|
+
checkoutNoTags?: boolean | undefined;
|
|
4692
|
+
checkoutNoBlobs?: boolean | undefined;
|
|
4693
|
+
checkoutSparse?: boolean | undefined;
|
|
4613
4694
|
credentialId?: string | undefined;
|
|
4614
4695
|
connectionId?: string | undefined;
|
|
4615
4696
|
} | undefined;
|
|
@@ -4847,6 +4928,7 @@ declare const CodeIntegrationDump: z.ZodObject<{
|
|
|
4847
4928
|
changes?: {
|
|
4848
4929
|
groupPersistentIds: string[];
|
|
4849
4930
|
pagePersistentIds: string[];
|
|
4931
|
+
selectivePublishing?: boolean | undefined;
|
|
4850
4932
|
} | null | undefined;
|
|
4851
4933
|
} | undefined;
|
|
4852
4934
|
destinationS3?: {} | undefined;
|
|
@@ -4861,6 +4943,9 @@ declare const CodeIntegrationDump: z.ZodObject<{
|
|
|
4861
4943
|
commitMessage?: string | null | undefined;
|
|
4862
4944
|
pullRequestTitle?: string | null | undefined;
|
|
4863
4945
|
pullRequestDescription?: string | null | undefined;
|
|
4946
|
+
checkoutNoTags?: boolean | null | undefined;
|
|
4947
|
+
checkoutNoBlobs?: boolean | null | undefined;
|
|
4948
|
+
checkoutSparse?: boolean | null | undefined;
|
|
4864
4949
|
credentialId?: string | undefined;
|
|
4865
4950
|
connectionId?: string | null | undefined;
|
|
4866
4951
|
} | undefined;
|
|
@@ -4878,6 +4963,9 @@ declare const CodeIntegrationDump: z.ZodObject<{
|
|
|
4878
4963
|
commitMessage?: string | null | undefined;
|
|
4879
4964
|
pullRequestTitle?: string | null | undefined;
|
|
4880
4965
|
pullRequestDescription?: string | null | undefined;
|
|
4966
|
+
checkoutNoTags?: boolean | null | undefined;
|
|
4967
|
+
checkoutNoBlobs?: boolean | null | undefined;
|
|
4968
|
+
checkoutSparse?: boolean | null | undefined;
|
|
4881
4969
|
credentialId?: string | undefined;
|
|
4882
4970
|
connectionId?: string | null | undefined;
|
|
4883
4971
|
} | undefined;
|
|
@@ -4893,6 +4981,9 @@ declare const CodeIntegrationDump: z.ZodObject<{
|
|
|
4893
4981
|
commitMessage?: string | null | undefined;
|
|
4894
4982
|
pullRequestTitle?: string | null | undefined;
|
|
4895
4983
|
pullRequestDescription?: string | null | undefined;
|
|
4984
|
+
checkoutNoTags?: boolean | null | undefined;
|
|
4985
|
+
checkoutNoBlobs?: boolean | null | undefined;
|
|
4986
|
+
checkoutSparse?: boolean | null | undefined;
|
|
4896
4987
|
credentialId?: string | undefined;
|
|
4897
4988
|
connectionId?: string | null | undefined;
|
|
4898
4989
|
} | undefined;
|
|
@@ -4910,6 +5001,9 @@ declare const CodeIntegrationDump: z.ZodObject<{
|
|
|
4910
5001
|
commitMessage?: string | null | undefined;
|
|
4911
5002
|
pullRequestTitle?: string | null | undefined;
|
|
4912
5003
|
pullRequestDescription?: string | null | undefined;
|
|
5004
|
+
checkoutNoTags?: boolean | null | undefined;
|
|
5005
|
+
checkoutNoBlobs?: boolean | null | undefined;
|
|
5006
|
+
checkoutSparse?: boolean | null | undefined;
|
|
4913
5007
|
credentialId?: string | undefined;
|
|
4914
5008
|
connectionId?: string | null | undefined;
|
|
4915
5009
|
} | undefined;
|
|
@@ -19613,27 +19707,33 @@ declare const UserDump: z.ZodObject<{
|
|
|
19613
19707
|
changes: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
19614
19708
|
groupPersistentIds: string[];
|
|
19615
19709
|
pagePersistentIds: string[];
|
|
19710
|
+
selectivePublishing?: boolean | undefined;
|
|
19616
19711
|
}, z.ZodTypeDef, {
|
|
19617
19712
|
groupPersistentIds: string[];
|
|
19618
19713
|
pagePersistentIds: string[];
|
|
19714
|
+
selectivePublishing?: boolean | undefined;
|
|
19619
19715
|
}>>>, {
|
|
19620
19716
|
groupPersistentIds: string[];
|
|
19621
19717
|
pagePersistentIds: string[];
|
|
19718
|
+
selectivePublishing?: boolean | undefined;
|
|
19622
19719
|
} | undefined, {
|
|
19623
19720
|
groupPersistentIds: string[];
|
|
19624
19721
|
pagePersistentIds: string[];
|
|
19722
|
+
selectivePublishing?: boolean | undefined;
|
|
19625
19723
|
} | null | undefined>;
|
|
19626
19724
|
}, "strip", z.ZodTypeAny, {
|
|
19627
19725
|
environment: "Live" | "Preview";
|
|
19628
19726
|
changes?: {
|
|
19629
19727
|
groupPersistentIds: string[];
|
|
19630
19728
|
pagePersistentIds: string[];
|
|
19729
|
+
selectivePublishing?: boolean | undefined;
|
|
19631
19730
|
} | undefined;
|
|
19632
19731
|
}, {
|
|
19633
19732
|
environment: "Live" | "Preview";
|
|
19634
19733
|
changes?: {
|
|
19635
19734
|
groupPersistentIds: string[];
|
|
19636
19735
|
pagePersistentIds: string[];
|
|
19736
|
+
selectivePublishing?: boolean | undefined;
|
|
19637
19737
|
} | null | undefined;
|
|
19638
19738
|
}>>;
|
|
19639
19739
|
destinationS3: z.ZodOptional<z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>>;
|
|
@@ -19651,6 +19751,9 @@ declare const UserDump: z.ZodObject<{
|
|
|
19651
19751
|
commitMessage: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
19652
19752
|
pullRequestTitle: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
19653
19753
|
pullRequestDescription: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
19754
|
+
checkoutNoTags: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
19755
|
+
checkoutNoBlobs: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
19756
|
+
checkoutSparse: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
19654
19757
|
}>, "strip", z.ZodTypeAny, {
|
|
19655
19758
|
url: string;
|
|
19656
19759
|
branch: string;
|
|
@@ -19662,6 +19765,9 @@ declare const UserDump: z.ZodObject<{
|
|
|
19662
19765
|
commitMessage?: string | undefined;
|
|
19663
19766
|
pullRequestTitle?: string | undefined;
|
|
19664
19767
|
pullRequestDescription?: string | undefined;
|
|
19768
|
+
checkoutNoTags?: boolean | undefined;
|
|
19769
|
+
checkoutNoBlobs?: boolean | undefined;
|
|
19770
|
+
checkoutSparse?: boolean | undefined;
|
|
19665
19771
|
credentialId?: string | undefined;
|
|
19666
19772
|
connectionId?: string | undefined;
|
|
19667
19773
|
}, {
|
|
@@ -19675,6 +19781,9 @@ declare const UserDump: z.ZodObject<{
|
|
|
19675
19781
|
commitMessage?: string | null | undefined;
|
|
19676
19782
|
pullRequestTitle?: string | null | undefined;
|
|
19677
19783
|
pullRequestDescription?: string | null | undefined;
|
|
19784
|
+
checkoutNoTags?: boolean | null | undefined;
|
|
19785
|
+
checkoutNoBlobs?: boolean | null | undefined;
|
|
19786
|
+
checkoutSparse?: boolean | null | undefined;
|
|
19678
19787
|
credentialId?: string | undefined;
|
|
19679
19788
|
connectionId?: string | null | undefined;
|
|
19680
19789
|
}>>;
|
|
@@ -19695,6 +19804,9 @@ declare const UserDump: z.ZodObject<{
|
|
|
19695
19804
|
commitMessage: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
19696
19805
|
pullRequestTitle: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
19697
19806
|
pullRequestDescription: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
19807
|
+
checkoutNoTags: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
19808
|
+
checkoutNoBlobs: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
19809
|
+
checkoutSparse: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
19698
19810
|
}>, "strip", z.ZodTypeAny, {
|
|
19699
19811
|
branch: string;
|
|
19700
19812
|
organizationId: string;
|
|
@@ -19709,6 +19821,9 @@ declare const UserDump: z.ZodObject<{
|
|
|
19709
19821
|
commitMessage?: string | undefined;
|
|
19710
19822
|
pullRequestTitle?: string | undefined;
|
|
19711
19823
|
pullRequestDescription?: string | undefined;
|
|
19824
|
+
checkoutNoTags?: boolean | undefined;
|
|
19825
|
+
checkoutNoBlobs?: boolean | undefined;
|
|
19826
|
+
checkoutSparse?: boolean | undefined;
|
|
19712
19827
|
credentialId?: string | undefined;
|
|
19713
19828
|
connectionId?: string | undefined;
|
|
19714
19829
|
}, {
|
|
@@ -19725,6 +19840,9 @@ declare const UserDump: z.ZodObject<{
|
|
|
19725
19840
|
commitMessage?: string | null | undefined;
|
|
19726
19841
|
pullRequestTitle?: string | null | undefined;
|
|
19727
19842
|
pullRequestDescription?: string | null | undefined;
|
|
19843
|
+
checkoutNoTags?: boolean | null | undefined;
|
|
19844
|
+
checkoutNoBlobs?: boolean | null | undefined;
|
|
19845
|
+
checkoutSparse?: boolean | null | undefined;
|
|
19728
19846
|
credentialId?: string | undefined;
|
|
19729
19847
|
connectionId?: string | null | undefined;
|
|
19730
19848
|
}>>;
|
|
@@ -19743,6 +19861,9 @@ declare const UserDump: z.ZodObject<{
|
|
|
19743
19861
|
commitMessage: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
19744
19862
|
pullRequestTitle: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
19745
19863
|
pullRequestDescription: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
19864
|
+
checkoutNoTags: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
19865
|
+
checkoutNoBlobs: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
19866
|
+
checkoutSparse: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
19746
19867
|
}>, "strip", z.ZodTypeAny, {
|
|
19747
19868
|
branch: string;
|
|
19748
19869
|
projectId: string;
|
|
@@ -19755,6 +19876,9 @@ declare const UserDump: z.ZodObject<{
|
|
|
19755
19876
|
commitMessage?: string | undefined;
|
|
19756
19877
|
pullRequestTitle?: string | undefined;
|
|
19757
19878
|
pullRequestDescription?: string | undefined;
|
|
19879
|
+
checkoutNoTags?: boolean | undefined;
|
|
19880
|
+
checkoutNoBlobs?: boolean | undefined;
|
|
19881
|
+
checkoutSparse?: boolean | undefined;
|
|
19758
19882
|
credentialId?: string | undefined;
|
|
19759
19883
|
connectionId?: string | undefined;
|
|
19760
19884
|
}, {
|
|
@@ -19769,6 +19893,9 @@ declare const UserDump: z.ZodObject<{
|
|
|
19769
19893
|
commitMessage?: string | null | undefined;
|
|
19770
19894
|
pullRequestTitle?: string | null | undefined;
|
|
19771
19895
|
pullRequestDescription?: string | null | undefined;
|
|
19896
|
+
checkoutNoTags?: boolean | null | undefined;
|
|
19897
|
+
checkoutNoBlobs?: boolean | null | undefined;
|
|
19898
|
+
checkoutSparse?: boolean | null | undefined;
|
|
19772
19899
|
credentialId?: string | undefined;
|
|
19773
19900
|
connectionId?: string | null | undefined;
|
|
19774
19901
|
}>>;
|
|
@@ -19789,6 +19916,9 @@ declare const UserDump: z.ZodObject<{
|
|
|
19789
19916
|
commitMessage: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
19790
19917
|
pullRequestTitle: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
19791
19918
|
pullRequestDescription: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
19919
|
+
checkoutNoTags: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
19920
|
+
checkoutNoBlobs: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
19921
|
+
checkoutSparse: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
19792
19922
|
}>, "strip", z.ZodTypeAny, {
|
|
19793
19923
|
branch: string;
|
|
19794
19924
|
workspaceSlug: string;
|
|
@@ -19803,6 +19933,9 @@ declare const UserDump: z.ZodObject<{
|
|
|
19803
19933
|
commitMessage?: string | undefined;
|
|
19804
19934
|
pullRequestTitle?: string | undefined;
|
|
19805
19935
|
pullRequestDescription?: string | undefined;
|
|
19936
|
+
checkoutNoTags?: boolean | undefined;
|
|
19937
|
+
checkoutNoBlobs?: boolean | undefined;
|
|
19938
|
+
checkoutSparse?: boolean | undefined;
|
|
19806
19939
|
credentialId?: string | undefined;
|
|
19807
19940
|
connectionId?: string | undefined;
|
|
19808
19941
|
}, {
|
|
@@ -19819,6 +19952,9 @@ declare const UserDump: z.ZodObject<{
|
|
|
19819
19952
|
commitMessage?: string | null | undefined;
|
|
19820
19953
|
pullRequestTitle?: string | null | undefined;
|
|
19821
19954
|
pullRequestDescription?: string | null | undefined;
|
|
19955
|
+
checkoutNoTags?: boolean | null | undefined;
|
|
19956
|
+
checkoutNoBlobs?: boolean | null | undefined;
|
|
19957
|
+
checkoutSparse?: boolean | null | undefined;
|
|
19822
19958
|
credentialId?: string | undefined;
|
|
19823
19959
|
connectionId?: string | null | undefined;
|
|
19824
19960
|
}>>;
|
|
@@ -19852,6 +19988,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
19852
19988
|
changes?: {
|
|
19853
19989
|
groupPersistentIds: string[];
|
|
19854
19990
|
pagePersistentIds: string[];
|
|
19991
|
+
selectivePublishing?: boolean | undefined;
|
|
19855
19992
|
} | undefined;
|
|
19856
19993
|
} | undefined;
|
|
19857
19994
|
destinationS3?: {} | undefined;
|
|
@@ -19866,6 +20003,9 @@ declare const UserDump: z.ZodObject<{
|
|
|
19866
20003
|
commitMessage?: string | undefined;
|
|
19867
20004
|
pullRequestTitle?: string | undefined;
|
|
19868
20005
|
pullRequestDescription?: string | undefined;
|
|
20006
|
+
checkoutNoTags?: boolean | undefined;
|
|
20007
|
+
checkoutNoBlobs?: boolean | undefined;
|
|
20008
|
+
checkoutSparse?: boolean | undefined;
|
|
19869
20009
|
credentialId?: string | undefined;
|
|
19870
20010
|
connectionId?: string | undefined;
|
|
19871
20011
|
} | undefined;
|
|
@@ -19883,6 +20023,9 @@ declare const UserDump: z.ZodObject<{
|
|
|
19883
20023
|
commitMessage?: string | undefined;
|
|
19884
20024
|
pullRequestTitle?: string | undefined;
|
|
19885
20025
|
pullRequestDescription?: string | undefined;
|
|
20026
|
+
checkoutNoTags?: boolean | undefined;
|
|
20027
|
+
checkoutNoBlobs?: boolean | undefined;
|
|
20028
|
+
checkoutSparse?: boolean | undefined;
|
|
19886
20029
|
credentialId?: string | undefined;
|
|
19887
20030
|
connectionId?: string | undefined;
|
|
19888
20031
|
} | undefined;
|
|
@@ -19898,6 +20041,9 @@ declare const UserDump: z.ZodObject<{
|
|
|
19898
20041
|
commitMessage?: string | undefined;
|
|
19899
20042
|
pullRequestTitle?: string | undefined;
|
|
19900
20043
|
pullRequestDescription?: string | undefined;
|
|
20044
|
+
checkoutNoTags?: boolean | undefined;
|
|
20045
|
+
checkoutNoBlobs?: boolean | undefined;
|
|
20046
|
+
checkoutSparse?: boolean | undefined;
|
|
19901
20047
|
credentialId?: string | undefined;
|
|
19902
20048
|
connectionId?: string | undefined;
|
|
19903
20049
|
} | undefined;
|
|
@@ -19915,6 +20061,9 @@ declare const UserDump: z.ZodObject<{
|
|
|
19915
20061
|
commitMessage?: string | undefined;
|
|
19916
20062
|
pullRequestTitle?: string | undefined;
|
|
19917
20063
|
pullRequestDescription?: string | undefined;
|
|
20064
|
+
checkoutNoTags?: boolean | undefined;
|
|
20065
|
+
checkoutNoBlobs?: boolean | undefined;
|
|
20066
|
+
checkoutSparse?: boolean | undefined;
|
|
19918
20067
|
credentialId?: string | undefined;
|
|
19919
20068
|
connectionId?: string | undefined;
|
|
19920
20069
|
} | undefined;
|
|
@@ -19937,6 +20086,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
19937
20086
|
changes?: {
|
|
19938
20087
|
groupPersistentIds: string[];
|
|
19939
20088
|
pagePersistentIds: string[];
|
|
20089
|
+
selectivePublishing?: boolean | undefined;
|
|
19940
20090
|
} | null | undefined;
|
|
19941
20091
|
} | undefined;
|
|
19942
20092
|
destinationS3?: {} | undefined;
|
|
@@ -19951,6 +20101,9 @@ declare const UserDump: z.ZodObject<{
|
|
|
19951
20101
|
commitMessage?: string | null | undefined;
|
|
19952
20102
|
pullRequestTitle?: string | null | undefined;
|
|
19953
20103
|
pullRequestDescription?: string | null | undefined;
|
|
20104
|
+
checkoutNoTags?: boolean | null | undefined;
|
|
20105
|
+
checkoutNoBlobs?: boolean | null | undefined;
|
|
20106
|
+
checkoutSparse?: boolean | null | undefined;
|
|
19954
20107
|
credentialId?: string | undefined;
|
|
19955
20108
|
connectionId?: string | null | undefined;
|
|
19956
20109
|
} | undefined;
|
|
@@ -19968,6 +20121,9 @@ declare const UserDump: z.ZodObject<{
|
|
|
19968
20121
|
commitMessage?: string | null | undefined;
|
|
19969
20122
|
pullRequestTitle?: string | null | undefined;
|
|
19970
20123
|
pullRequestDescription?: string | null | undefined;
|
|
20124
|
+
checkoutNoTags?: boolean | null | undefined;
|
|
20125
|
+
checkoutNoBlobs?: boolean | null | undefined;
|
|
20126
|
+
checkoutSparse?: boolean | null | undefined;
|
|
19971
20127
|
credentialId?: string | undefined;
|
|
19972
20128
|
connectionId?: string | null | undefined;
|
|
19973
20129
|
} | undefined;
|
|
@@ -19983,6 +20139,9 @@ declare const UserDump: z.ZodObject<{
|
|
|
19983
20139
|
commitMessage?: string | null | undefined;
|
|
19984
20140
|
pullRequestTitle?: string | null | undefined;
|
|
19985
20141
|
pullRequestDescription?: string | null | undefined;
|
|
20142
|
+
checkoutNoTags?: boolean | null | undefined;
|
|
20143
|
+
checkoutNoBlobs?: boolean | null | undefined;
|
|
20144
|
+
checkoutSparse?: boolean | null | undefined;
|
|
19986
20145
|
credentialId?: string | undefined;
|
|
19987
20146
|
connectionId?: string | null | undefined;
|
|
19988
20147
|
} | undefined;
|
|
@@ -20000,6 +20159,9 @@ declare const UserDump: z.ZodObject<{
|
|
|
20000
20159
|
commitMessage?: string | null | undefined;
|
|
20001
20160
|
pullRequestTitle?: string | null | undefined;
|
|
20002
20161
|
pullRequestDescription?: string | null | undefined;
|
|
20162
|
+
checkoutNoTags?: boolean | null | undefined;
|
|
20163
|
+
checkoutNoBlobs?: boolean | null | undefined;
|
|
20164
|
+
checkoutSparse?: boolean | null | undefined;
|
|
20003
20165
|
credentialId?: string | undefined;
|
|
20004
20166
|
connectionId?: string | null | undefined;
|
|
20005
20167
|
} | undefined;
|
|
@@ -20247,6 +20409,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
20247
20409
|
changes?: {
|
|
20248
20410
|
groupPersistentIds: string[];
|
|
20249
20411
|
pagePersistentIds: string[];
|
|
20412
|
+
selectivePublishing?: boolean | undefined;
|
|
20250
20413
|
} | undefined;
|
|
20251
20414
|
} | undefined;
|
|
20252
20415
|
destinationS3?: {} | undefined;
|
|
@@ -20261,6 +20424,9 @@ declare const UserDump: z.ZodObject<{
|
|
|
20261
20424
|
commitMessage?: string | undefined;
|
|
20262
20425
|
pullRequestTitle?: string | undefined;
|
|
20263
20426
|
pullRequestDescription?: string | undefined;
|
|
20427
|
+
checkoutNoTags?: boolean | undefined;
|
|
20428
|
+
checkoutNoBlobs?: boolean | undefined;
|
|
20429
|
+
checkoutSparse?: boolean | undefined;
|
|
20264
20430
|
credentialId?: string | undefined;
|
|
20265
20431
|
connectionId?: string | undefined;
|
|
20266
20432
|
} | undefined;
|
|
@@ -20278,6 +20444,9 @@ declare const UserDump: z.ZodObject<{
|
|
|
20278
20444
|
commitMessage?: string | undefined;
|
|
20279
20445
|
pullRequestTitle?: string | undefined;
|
|
20280
20446
|
pullRequestDescription?: string | undefined;
|
|
20447
|
+
checkoutNoTags?: boolean | undefined;
|
|
20448
|
+
checkoutNoBlobs?: boolean | undefined;
|
|
20449
|
+
checkoutSparse?: boolean | undefined;
|
|
20281
20450
|
credentialId?: string | undefined;
|
|
20282
20451
|
connectionId?: string | undefined;
|
|
20283
20452
|
} | undefined;
|
|
@@ -20293,6 +20462,9 @@ declare const UserDump: z.ZodObject<{
|
|
|
20293
20462
|
commitMessage?: string | undefined;
|
|
20294
20463
|
pullRequestTitle?: string | undefined;
|
|
20295
20464
|
pullRequestDescription?: string | undefined;
|
|
20465
|
+
checkoutNoTags?: boolean | undefined;
|
|
20466
|
+
checkoutNoBlobs?: boolean | undefined;
|
|
20467
|
+
checkoutSparse?: boolean | undefined;
|
|
20296
20468
|
credentialId?: string | undefined;
|
|
20297
20469
|
connectionId?: string | undefined;
|
|
20298
20470
|
} | undefined;
|
|
@@ -20310,6 +20482,9 @@ declare const UserDump: z.ZodObject<{
|
|
|
20310
20482
|
commitMessage?: string | undefined;
|
|
20311
20483
|
pullRequestTitle?: string | undefined;
|
|
20312
20484
|
pullRequestDescription?: string | undefined;
|
|
20485
|
+
checkoutNoTags?: boolean | undefined;
|
|
20486
|
+
checkoutNoBlobs?: boolean | undefined;
|
|
20487
|
+
checkoutSparse?: boolean | undefined;
|
|
20313
20488
|
credentialId?: string | undefined;
|
|
20314
20489
|
connectionId?: string | undefined;
|
|
20315
20490
|
} | undefined;
|
|
@@ -20547,6 +20722,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
20547
20722
|
changes?: {
|
|
20548
20723
|
groupPersistentIds: string[];
|
|
20549
20724
|
pagePersistentIds: string[];
|
|
20725
|
+
selectivePublishing?: boolean | undefined;
|
|
20550
20726
|
} | null | undefined;
|
|
20551
20727
|
} | undefined;
|
|
20552
20728
|
destinationS3?: {} | undefined;
|
|
@@ -20561,6 +20737,9 @@ declare const UserDump: z.ZodObject<{
|
|
|
20561
20737
|
commitMessage?: string | null | undefined;
|
|
20562
20738
|
pullRequestTitle?: string | null | undefined;
|
|
20563
20739
|
pullRequestDescription?: string | null | undefined;
|
|
20740
|
+
checkoutNoTags?: boolean | null | undefined;
|
|
20741
|
+
checkoutNoBlobs?: boolean | null | undefined;
|
|
20742
|
+
checkoutSparse?: boolean | null | undefined;
|
|
20564
20743
|
credentialId?: string | undefined;
|
|
20565
20744
|
connectionId?: string | null | undefined;
|
|
20566
20745
|
} | undefined;
|
|
@@ -20578,6 +20757,9 @@ declare const UserDump: z.ZodObject<{
|
|
|
20578
20757
|
commitMessage?: string | null | undefined;
|
|
20579
20758
|
pullRequestTitle?: string | null | undefined;
|
|
20580
20759
|
pullRequestDescription?: string | null | undefined;
|
|
20760
|
+
checkoutNoTags?: boolean | null | undefined;
|
|
20761
|
+
checkoutNoBlobs?: boolean | null | undefined;
|
|
20762
|
+
checkoutSparse?: boolean | null | undefined;
|
|
20581
20763
|
credentialId?: string | undefined;
|
|
20582
20764
|
connectionId?: string | null | undefined;
|
|
20583
20765
|
} | undefined;
|
|
@@ -20593,6 +20775,9 @@ declare const UserDump: z.ZodObject<{
|
|
|
20593
20775
|
commitMessage?: string | null | undefined;
|
|
20594
20776
|
pullRequestTitle?: string | null | undefined;
|
|
20595
20777
|
pullRequestDescription?: string | null | undefined;
|
|
20778
|
+
checkoutNoTags?: boolean | null | undefined;
|
|
20779
|
+
checkoutNoBlobs?: boolean | null | undefined;
|
|
20780
|
+
checkoutSparse?: boolean | null | undefined;
|
|
20596
20781
|
credentialId?: string | undefined;
|
|
20597
20782
|
connectionId?: string | null | undefined;
|
|
20598
20783
|
} | undefined;
|
|
@@ -20610,6 +20795,9 @@ declare const UserDump: z.ZodObject<{
|
|
|
20610
20795
|
commitMessage?: string | null | undefined;
|
|
20611
20796
|
pullRequestTitle?: string | null | undefined;
|
|
20612
20797
|
pullRequestDescription?: string | null | undefined;
|
|
20798
|
+
checkoutNoTags?: boolean | null | undefined;
|
|
20799
|
+
checkoutNoBlobs?: boolean | null | undefined;
|
|
20800
|
+
checkoutSparse?: boolean | null | undefined;
|
|
20613
20801
|
credentialId?: string | undefined;
|
|
20614
20802
|
connectionId?: string | null | undefined;
|
|
20615
20803
|
} | undefined;
|
|
@@ -21713,6 +21901,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
21713
21901
|
changes?: {
|
|
21714
21902
|
groupPersistentIds: string[];
|
|
21715
21903
|
pagePersistentIds: string[];
|
|
21904
|
+
selectivePublishing?: boolean | undefined;
|
|
21716
21905
|
} | undefined;
|
|
21717
21906
|
} | undefined;
|
|
21718
21907
|
destinationS3?: {} | undefined;
|
|
@@ -21727,6 +21916,9 @@ declare const UserDump: z.ZodObject<{
|
|
|
21727
21916
|
commitMessage?: string | undefined;
|
|
21728
21917
|
pullRequestTitle?: string | undefined;
|
|
21729
21918
|
pullRequestDescription?: string | undefined;
|
|
21919
|
+
checkoutNoTags?: boolean | undefined;
|
|
21920
|
+
checkoutNoBlobs?: boolean | undefined;
|
|
21921
|
+
checkoutSparse?: boolean | undefined;
|
|
21730
21922
|
credentialId?: string | undefined;
|
|
21731
21923
|
connectionId?: string | undefined;
|
|
21732
21924
|
} | undefined;
|
|
@@ -21744,6 +21936,9 @@ declare const UserDump: z.ZodObject<{
|
|
|
21744
21936
|
commitMessage?: string | undefined;
|
|
21745
21937
|
pullRequestTitle?: string | undefined;
|
|
21746
21938
|
pullRequestDescription?: string | undefined;
|
|
21939
|
+
checkoutNoTags?: boolean | undefined;
|
|
21940
|
+
checkoutNoBlobs?: boolean | undefined;
|
|
21941
|
+
checkoutSparse?: boolean | undefined;
|
|
21747
21942
|
credentialId?: string | undefined;
|
|
21748
21943
|
connectionId?: string | undefined;
|
|
21749
21944
|
} | undefined;
|
|
@@ -21759,6 +21954,9 @@ declare const UserDump: z.ZodObject<{
|
|
|
21759
21954
|
commitMessage?: string | undefined;
|
|
21760
21955
|
pullRequestTitle?: string | undefined;
|
|
21761
21956
|
pullRequestDescription?: string | undefined;
|
|
21957
|
+
checkoutNoTags?: boolean | undefined;
|
|
21958
|
+
checkoutNoBlobs?: boolean | undefined;
|
|
21959
|
+
checkoutSparse?: boolean | undefined;
|
|
21762
21960
|
credentialId?: string | undefined;
|
|
21763
21961
|
connectionId?: string | undefined;
|
|
21764
21962
|
} | undefined;
|
|
@@ -21776,6 +21974,9 @@ declare const UserDump: z.ZodObject<{
|
|
|
21776
21974
|
commitMessage?: string | undefined;
|
|
21777
21975
|
pullRequestTitle?: string | undefined;
|
|
21778
21976
|
pullRequestDescription?: string | undefined;
|
|
21977
|
+
checkoutNoTags?: boolean | undefined;
|
|
21978
|
+
checkoutNoBlobs?: boolean | undefined;
|
|
21979
|
+
checkoutSparse?: boolean | undefined;
|
|
21779
21980
|
credentialId?: string | undefined;
|
|
21780
21981
|
connectionId?: string | undefined;
|
|
21781
21982
|
} | undefined;
|
|
@@ -22721,6 +22922,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
22721
22922
|
changes?: {
|
|
22722
22923
|
groupPersistentIds: string[];
|
|
22723
22924
|
pagePersistentIds: string[];
|
|
22925
|
+
selectivePublishing?: boolean | undefined;
|
|
22724
22926
|
} | null | undefined;
|
|
22725
22927
|
} | undefined;
|
|
22726
22928
|
destinationS3?: {} | undefined;
|
|
@@ -22735,6 +22937,9 @@ declare const UserDump: z.ZodObject<{
|
|
|
22735
22937
|
commitMessage?: string | null | undefined;
|
|
22736
22938
|
pullRequestTitle?: string | null | undefined;
|
|
22737
22939
|
pullRequestDescription?: string | null | undefined;
|
|
22940
|
+
checkoutNoTags?: boolean | null | undefined;
|
|
22941
|
+
checkoutNoBlobs?: boolean | null | undefined;
|
|
22942
|
+
checkoutSparse?: boolean | null | undefined;
|
|
22738
22943
|
credentialId?: string | undefined;
|
|
22739
22944
|
connectionId?: string | null | undefined;
|
|
22740
22945
|
} | undefined;
|
|
@@ -22752,6 +22957,9 @@ declare const UserDump: z.ZodObject<{
|
|
|
22752
22957
|
commitMessage?: string | null | undefined;
|
|
22753
22958
|
pullRequestTitle?: string | null | undefined;
|
|
22754
22959
|
pullRequestDescription?: string | null | undefined;
|
|
22960
|
+
checkoutNoTags?: boolean | null | undefined;
|
|
22961
|
+
checkoutNoBlobs?: boolean | null | undefined;
|
|
22962
|
+
checkoutSparse?: boolean | null | undefined;
|
|
22755
22963
|
credentialId?: string | undefined;
|
|
22756
22964
|
connectionId?: string | null | undefined;
|
|
22757
22965
|
} | undefined;
|
|
@@ -22767,6 +22975,9 @@ declare const UserDump: z.ZodObject<{
|
|
|
22767
22975
|
commitMessage?: string | null | undefined;
|
|
22768
22976
|
pullRequestTitle?: string | null | undefined;
|
|
22769
22977
|
pullRequestDescription?: string | null | undefined;
|
|
22978
|
+
checkoutNoTags?: boolean | null | undefined;
|
|
22979
|
+
checkoutNoBlobs?: boolean | null | undefined;
|
|
22980
|
+
checkoutSparse?: boolean | null | undefined;
|
|
22770
22981
|
credentialId?: string | undefined;
|
|
22771
22982
|
connectionId?: string | null | undefined;
|
|
22772
22983
|
} | undefined;
|
|
@@ -22784,6 +22995,9 @@ declare const UserDump: z.ZodObject<{
|
|
|
22784
22995
|
commitMessage?: string | null | undefined;
|
|
22785
22996
|
pullRequestTitle?: string | null | undefined;
|
|
22786
22997
|
pullRequestDescription?: string | null | undefined;
|
|
22998
|
+
checkoutNoTags?: boolean | null | undefined;
|
|
22999
|
+
checkoutNoBlobs?: boolean | null | undefined;
|
|
23000
|
+
checkoutSparse?: boolean | null | undefined;
|
|
22787
23001
|
credentialId?: string | undefined;
|
|
22788
23002
|
connectionId?: string | null | undefined;
|
|
22789
23003
|
} | undefined;
|
|
@@ -23724,6 +23938,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
23724
23938
|
changes?: {
|
|
23725
23939
|
groupPersistentIds: string[];
|
|
23726
23940
|
pagePersistentIds: string[];
|
|
23941
|
+
selectivePublishing?: boolean | undefined;
|
|
23727
23942
|
} | undefined;
|
|
23728
23943
|
} | undefined;
|
|
23729
23944
|
destinationS3?: {} | undefined;
|
|
@@ -23738,6 +23953,9 @@ declare const UserDump: z.ZodObject<{
|
|
|
23738
23953
|
commitMessage?: string | undefined;
|
|
23739
23954
|
pullRequestTitle?: string | undefined;
|
|
23740
23955
|
pullRequestDescription?: string | undefined;
|
|
23956
|
+
checkoutNoTags?: boolean | undefined;
|
|
23957
|
+
checkoutNoBlobs?: boolean | undefined;
|
|
23958
|
+
checkoutSparse?: boolean | undefined;
|
|
23741
23959
|
credentialId?: string | undefined;
|
|
23742
23960
|
connectionId?: string | undefined;
|
|
23743
23961
|
} | undefined;
|
|
@@ -23755,6 +23973,9 @@ declare const UserDump: z.ZodObject<{
|
|
|
23755
23973
|
commitMessage?: string | undefined;
|
|
23756
23974
|
pullRequestTitle?: string | undefined;
|
|
23757
23975
|
pullRequestDescription?: string | undefined;
|
|
23976
|
+
checkoutNoTags?: boolean | undefined;
|
|
23977
|
+
checkoutNoBlobs?: boolean | undefined;
|
|
23978
|
+
checkoutSparse?: boolean | undefined;
|
|
23758
23979
|
credentialId?: string | undefined;
|
|
23759
23980
|
connectionId?: string | undefined;
|
|
23760
23981
|
} | undefined;
|
|
@@ -23770,6 +23991,9 @@ declare const UserDump: z.ZodObject<{
|
|
|
23770
23991
|
commitMessage?: string | undefined;
|
|
23771
23992
|
pullRequestTitle?: string | undefined;
|
|
23772
23993
|
pullRequestDescription?: string | undefined;
|
|
23994
|
+
checkoutNoTags?: boolean | undefined;
|
|
23995
|
+
checkoutNoBlobs?: boolean | undefined;
|
|
23996
|
+
checkoutSparse?: boolean | undefined;
|
|
23773
23997
|
credentialId?: string | undefined;
|
|
23774
23998
|
connectionId?: string | undefined;
|
|
23775
23999
|
} | undefined;
|
|
@@ -23787,6 +24011,9 @@ declare const UserDump: z.ZodObject<{
|
|
|
23787
24011
|
commitMessage?: string | undefined;
|
|
23788
24012
|
pullRequestTitle?: string | undefined;
|
|
23789
24013
|
pullRequestDescription?: string | undefined;
|
|
24014
|
+
checkoutNoTags?: boolean | undefined;
|
|
24015
|
+
checkoutNoBlobs?: boolean | undefined;
|
|
24016
|
+
checkoutSparse?: boolean | undefined;
|
|
23790
24017
|
credentialId?: string | undefined;
|
|
23791
24018
|
connectionId?: string | undefined;
|
|
23792
24019
|
} | undefined;
|
|
@@ -24764,6 +24991,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
24764
24991
|
changes?: {
|
|
24765
24992
|
groupPersistentIds: string[];
|
|
24766
24993
|
pagePersistentIds: string[];
|
|
24994
|
+
selectivePublishing?: boolean | undefined;
|
|
24767
24995
|
} | null | undefined;
|
|
24768
24996
|
} | undefined;
|
|
24769
24997
|
destinationS3?: {} | undefined;
|
|
@@ -24778,6 +25006,9 @@ declare const UserDump: z.ZodObject<{
|
|
|
24778
25006
|
commitMessage?: string | null | undefined;
|
|
24779
25007
|
pullRequestTitle?: string | null | undefined;
|
|
24780
25008
|
pullRequestDescription?: string | null | undefined;
|
|
25009
|
+
checkoutNoTags?: boolean | null | undefined;
|
|
25010
|
+
checkoutNoBlobs?: boolean | null | undefined;
|
|
25011
|
+
checkoutSparse?: boolean | null | undefined;
|
|
24781
25012
|
credentialId?: string | undefined;
|
|
24782
25013
|
connectionId?: string | null | undefined;
|
|
24783
25014
|
} | undefined;
|
|
@@ -24795,6 +25026,9 @@ declare const UserDump: z.ZodObject<{
|
|
|
24795
25026
|
commitMessage?: string | null | undefined;
|
|
24796
25027
|
pullRequestTitle?: string | null | undefined;
|
|
24797
25028
|
pullRequestDescription?: string | null | undefined;
|
|
25029
|
+
checkoutNoTags?: boolean | null | undefined;
|
|
25030
|
+
checkoutNoBlobs?: boolean | null | undefined;
|
|
25031
|
+
checkoutSparse?: boolean | null | undefined;
|
|
24798
25032
|
credentialId?: string | undefined;
|
|
24799
25033
|
connectionId?: string | null | undefined;
|
|
24800
25034
|
} | undefined;
|
|
@@ -24810,6 +25044,9 @@ declare const UserDump: z.ZodObject<{
|
|
|
24810
25044
|
commitMessage?: string | null | undefined;
|
|
24811
25045
|
pullRequestTitle?: string | null | undefined;
|
|
24812
25046
|
pullRequestDescription?: string | null | undefined;
|
|
25047
|
+
checkoutNoTags?: boolean | null | undefined;
|
|
25048
|
+
checkoutNoBlobs?: boolean | null | undefined;
|
|
25049
|
+
checkoutSparse?: boolean | null | undefined;
|
|
24813
25050
|
credentialId?: string | undefined;
|
|
24814
25051
|
connectionId?: string | null | undefined;
|
|
24815
25052
|
} | undefined;
|
|
@@ -24827,6 +25064,9 @@ declare const UserDump: z.ZodObject<{
|
|
|
24827
25064
|
commitMessage?: string | null | undefined;
|
|
24828
25065
|
pullRequestTitle?: string | null | undefined;
|
|
24829
25066
|
pullRequestDescription?: string | null | undefined;
|
|
25067
|
+
checkoutNoTags?: boolean | null | undefined;
|
|
25068
|
+
checkoutNoBlobs?: boolean | null | undefined;
|
|
25069
|
+
checkoutSparse?: boolean | null | undefined;
|
|
24830
25070
|
credentialId?: string | undefined;
|
|
24831
25071
|
connectionId?: string | null | undefined;
|
|
24832
25072
|
} | undefined;
|
|
@@ -32117,27 +32357,33 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
32117
32357
|
changes: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
32118
32358
|
groupPersistentIds: string[];
|
|
32119
32359
|
pagePersistentIds: string[];
|
|
32360
|
+
selectivePublishing?: boolean | undefined;
|
|
32120
32361
|
}, z.ZodTypeDef, {
|
|
32121
32362
|
groupPersistentIds: string[];
|
|
32122
32363
|
pagePersistentIds: string[];
|
|
32364
|
+
selectivePublishing?: boolean | undefined;
|
|
32123
32365
|
}>>>, {
|
|
32124
32366
|
groupPersistentIds: string[];
|
|
32125
32367
|
pagePersistentIds: string[];
|
|
32368
|
+
selectivePublishing?: boolean | undefined;
|
|
32126
32369
|
} | undefined, {
|
|
32127
32370
|
groupPersistentIds: string[];
|
|
32128
32371
|
pagePersistentIds: string[];
|
|
32372
|
+
selectivePublishing?: boolean | undefined;
|
|
32129
32373
|
} | null | undefined>;
|
|
32130
32374
|
}, "strip", z.ZodTypeAny, {
|
|
32131
32375
|
environment: "Live" | "Preview";
|
|
32132
32376
|
changes?: {
|
|
32133
32377
|
groupPersistentIds: string[];
|
|
32134
32378
|
pagePersistentIds: string[];
|
|
32379
|
+
selectivePublishing?: boolean | undefined;
|
|
32135
32380
|
} | undefined;
|
|
32136
32381
|
}, {
|
|
32137
32382
|
environment: "Live" | "Preview";
|
|
32138
32383
|
changes?: {
|
|
32139
32384
|
groupPersistentIds: string[];
|
|
32140
32385
|
pagePersistentIds: string[];
|
|
32386
|
+
selectivePublishing?: boolean | undefined;
|
|
32141
32387
|
} | null | undefined;
|
|
32142
32388
|
}>>;
|
|
32143
32389
|
destinationS3: z.ZodOptional<z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>>;
|
|
@@ -32155,6 +32401,9 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
32155
32401
|
commitMessage: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
32156
32402
|
pullRequestTitle: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
32157
32403
|
pullRequestDescription: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
32404
|
+
checkoutNoTags: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
32405
|
+
checkoutNoBlobs: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
32406
|
+
checkoutSparse: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
32158
32407
|
}>, "strip", z.ZodTypeAny, {
|
|
32159
32408
|
url: string;
|
|
32160
32409
|
branch: string;
|
|
@@ -32166,6 +32415,9 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
32166
32415
|
commitMessage?: string | undefined;
|
|
32167
32416
|
pullRequestTitle?: string | undefined;
|
|
32168
32417
|
pullRequestDescription?: string | undefined;
|
|
32418
|
+
checkoutNoTags?: boolean | undefined;
|
|
32419
|
+
checkoutNoBlobs?: boolean | undefined;
|
|
32420
|
+
checkoutSparse?: boolean | undefined;
|
|
32169
32421
|
credentialId?: string | undefined;
|
|
32170
32422
|
connectionId?: string | undefined;
|
|
32171
32423
|
}, {
|
|
@@ -32179,6 +32431,9 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
32179
32431
|
commitMessage?: string | null | undefined;
|
|
32180
32432
|
pullRequestTitle?: string | null | undefined;
|
|
32181
32433
|
pullRequestDescription?: string | null | undefined;
|
|
32434
|
+
checkoutNoTags?: boolean | null | undefined;
|
|
32435
|
+
checkoutNoBlobs?: boolean | null | undefined;
|
|
32436
|
+
checkoutSparse?: boolean | null | undefined;
|
|
32182
32437
|
credentialId?: string | undefined;
|
|
32183
32438
|
connectionId?: string | null | undefined;
|
|
32184
32439
|
}>>;
|
|
@@ -32199,6 +32454,9 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
32199
32454
|
commitMessage: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
32200
32455
|
pullRequestTitle: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
32201
32456
|
pullRequestDescription: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
32457
|
+
checkoutNoTags: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
32458
|
+
checkoutNoBlobs: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
32459
|
+
checkoutSparse: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
32202
32460
|
}>, "strip", z.ZodTypeAny, {
|
|
32203
32461
|
branch: string;
|
|
32204
32462
|
organizationId: string;
|
|
@@ -32213,6 +32471,9 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
32213
32471
|
commitMessage?: string | undefined;
|
|
32214
32472
|
pullRequestTitle?: string | undefined;
|
|
32215
32473
|
pullRequestDescription?: string | undefined;
|
|
32474
|
+
checkoutNoTags?: boolean | undefined;
|
|
32475
|
+
checkoutNoBlobs?: boolean | undefined;
|
|
32476
|
+
checkoutSparse?: boolean | undefined;
|
|
32216
32477
|
credentialId?: string | undefined;
|
|
32217
32478
|
connectionId?: string | undefined;
|
|
32218
32479
|
}, {
|
|
@@ -32229,6 +32490,9 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
32229
32490
|
commitMessage?: string | null | undefined;
|
|
32230
32491
|
pullRequestTitle?: string | null | undefined;
|
|
32231
32492
|
pullRequestDescription?: string | null | undefined;
|
|
32493
|
+
checkoutNoTags?: boolean | null | undefined;
|
|
32494
|
+
checkoutNoBlobs?: boolean | null | undefined;
|
|
32495
|
+
checkoutSparse?: boolean | null | undefined;
|
|
32232
32496
|
credentialId?: string | undefined;
|
|
32233
32497
|
connectionId?: string | null | undefined;
|
|
32234
32498
|
}>>;
|
|
@@ -32247,6 +32511,9 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
32247
32511
|
commitMessage: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
32248
32512
|
pullRequestTitle: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
32249
32513
|
pullRequestDescription: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
32514
|
+
checkoutNoTags: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
32515
|
+
checkoutNoBlobs: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
32516
|
+
checkoutSparse: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
32250
32517
|
}>, "strip", z.ZodTypeAny, {
|
|
32251
32518
|
branch: string;
|
|
32252
32519
|
projectId: string;
|
|
@@ -32259,6 +32526,9 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
32259
32526
|
commitMessage?: string | undefined;
|
|
32260
32527
|
pullRequestTitle?: string | undefined;
|
|
32261
32528
|
pullRequestDescription?: string | undefined;
|
|
32529
|
+
checkoutNoTags?: boolean | undefined;
|
|
32530
|
+
checkoutNoBlobs?: boolean | undefined;
|
|
32531
|
+
checkoutSparse?: boolean | undefined;
|
|
32262
32532
|
credentialId?: string | undefined;
|
|
32263
32533
|
connectionId?: string | undefined;
|
|
32264
32534
|
}, {
|
|
@@ -32273,6 +32543,9 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
32273
32543
|
commitMessage?: string | null | undefined;
|
|
32274
32544
|
pullRequestTitle?: string | null | undefined;
|
|
32275
32545
|
pullRequestDescription?: string | null | undefined;
|
|
32546
|
+
checkoutNoTags?: boolean | null | undefined;
|
|
32547
|
+
checkoutNoBlobs?: boolean | null | undefined;
|
|
32548
|
+
checkoutSparse?: boolean | null | undefined;
|
|
32276
32549
|
credentialId?: string | undefined;
|
|
32277
32550
|
connectionId?: string | null | undefined;
|
|
32278
32551
|
}>>;
|
|
@@ -32293,6 +32566,9 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
32293
32566
|
commitMessage: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
32294
32567
|
pullRequestTitle: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
32295
32568
|
pullRequestDescription: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
32569
|
+
checkoutNoTags: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
32570
|
+
checkoutNoBlobs: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
32571
|
+
checkoutSparse: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
32296
32572
|
}>, "strip", z.ZodTypeAny, {
|
|
32297
32573
|
branch: string;
|
|
32298
32574
|
workspaceSlug: string;
|
|
@@ -32307,6 +32583,9 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
32307
32583
|
commitMessage?: string | undefined;
|
|
32308
32584
|
pullRequestTitle?: string | undefined;
|
|
32309
32585
|
pullRequestDescription?: string | undefined;
|
|
32586
|
+
checkoutNoTags?: boolean | undefined;
|
|
32587
|
+
checkoutNoBlobs?: boolean | undefined;
|
|
32588
|
+
checkoutSparse?: boolean | undefined;
|
|
32310
32589
|
credentialId?: string | undefined;
|
|
32311
32590
|
connectionId?: string | undefined;
|
|
32312
32591
|
}, {
|
|
@@ -32323,6 +32602,9 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
32323
32602
|
commitMessage?: string | null | undefined;
|
|
32324
32603
|
pullRequestTitle?: string | null | undefined;
|
|
32325
32604
|
pullRequestDescription?: string | null | undefined;
|
|
32605
|
+
checkoutNoTags?: boolean | null | undefined;
|
|
32606
|
+
checkoutNoBlobs?: boolean | null | undefined;
|
|
32607
|
+
checkoutSparse?: boolean | null | undefined;
|
|
32326
32608
|
credentialId?: string | undefined;
|
|
32327
32609
|
connectionId?: string | null | undefined;
|
|
32328
32610
|
}>>;
|
|
@@ -32356,6 +32638,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
32356
32638
|
changes?: {
|
|
32357
32639
|
groupPersistentIds: string[];
|
|
32358
32640
|
pagePersistentIds: string[];
|
|
32641
|
+
selectivePublishing?: boolean | undefined;
|
|
32359
32642
|
} | undefined;
|
|
32360
32643
|
} | undefined;
|
|
32361
32644
|
destinationS3?: {} | undefined;
|
|
@@ -32370,6 +32653,9 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
32370
32653
|
commitMessage?: string | undefined;
|
|
32371
32654
|
pullRequestTitle?: string | undefined;
|
|
32372
32655
|
pullRequestDescription?: string | undefined;
|
|
32656
|
+
checkoutNoTags?: boolean | undefined;
|
|
32657
|
+
checkoutNoBlobs?: boolean | undefined;
|
|
32658
|
+
checkoutSparse?: boolean | undefined;
|
|
32373
32659
|
credentialId?: string | undefined;
|
|
32374
32660
|
connectionId?: string | undefined;
|
|
32375
32661
|
} | undefined;
|
|
@@ -32387,6 +32673,9 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
32387
32673
|
commitMessage?: string | undefined;
|
|
32388
32674
|
pullRequestTitle?: string | undefined;
|
|
32389
32675
|
pullRequestDescription?: string | undefined;
|
|
32676
|
+
checkoutNoTags?: boolean | undefined;
|
|
32677
|
+
checkoutNoBlobs?: boolean | undefined;
|
|
32678
|
+
checkoutSparse?: boolean | undefined;
|
|
32390
32679
|
credentialId?: string | undefined;
|
|
32391
32680
|
connectionId?: string | undefined;
|
|
32392
32681
|
} | undefined;
|
|
@@ -32402,6 +32691,9 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
32402
32691
|
commitMessage?: string | undefined;
|
|
32403
32692
|
pullRequestTitle?: string | undefined;
|
|
32404
32693
|
pullRequestDescription?: string | undefined;
|
|
32694
|
+
checkoutNoTags?: boolean | undefined;
|
|
32695
|
+
checkoutNoBlobs?: boolean | undefined;
|
|
32696
|
+
checkoutSparse?: boolean | undefined;
|
|
32405
32697
|
credentialId?: string | undefined;
|
|
32406
32698
|
connectionId?: string | undefined;
|
|
32407
32699
|
} | undefined;
|
|
@@ -32419,6 +32711,9 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
32419
32711
|
commitMessage?: string | undefined;
|
|
32420
32712
|
pullRequestTitle?: string | undefined;
|
|
32421
32713
|
pullRequestDescription?: string | undefined;
|
|
32714
|
+
checkoutNoTags?: boolean | undefined;
|
|
32715
|
+
checkoutNoBlobs?: boolean | undefined;
|
|
32716
|
+
checkoutSparse?: boolean | undefined;
|
|
32422
32717
|
credentialId?: string | undefined;
|
|
32423
32718
|
connectionId?: string | undefined;
|
|
32424
32719
|
} | undefined;
|
|
@@ -32441,6 +32736,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
32441
32736
|
changes?: {
|
|
32442
32737
|
groupPersistentIds: string[];
|
|
32443
32738
|
pagePersistentIds: string[];
|
|
32739
|
+
selectivePublishing?: boolean | undefined;
|
|
32444
32740
|
} | null | undefined;
|
|
32445
32741
|
} | undefined;
|
|
32446
32742
|
destinationS3?: {} | undefined;
|
|
@@ -32455,6 +32751,9 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
32455
32751
|
commitMessage?: string | null | undefined;
|
|
32456
32752
|
pullRequestTitle?: string | null | undefined;
|
|
32457
32753
|
pullRequestDescription?: string | null | undefined;
|
|
32754
|
+
checkoutNoTags?: boolean | null | undefined;
|
|
32755
|
+
checkoutNoBlobs?: boolean | null | undefined;
|
|
32756
|
+
checkoutSparse?: boolean | null | undefined;
|
|
32458
32757
|
credentialId?: string | undefined;
|
|
32459
32758
|
connectionId?: string | null | undefined;
|
|
32460
32759
|
} | undefined;
|
|
@@ -32472,6 +32771,9 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
32472
32771
|
commitMessage?: string | null | undefined;
|
|
32473
32772
|
pullRequestTitle?: string | null | undefined;
|
|
32474
32773
|
pullRequestDescription?: string | null | undefined;
|
|
32774
|
+
checkoutNoTags?: boolean | null | undefined;
|
|
32775
|
+
checkoutNoBlobs?: boolean | null | undefined;
|
|
32776
|
+
checkoutSparse?: boolean | null | undefined;
|
|
32475
32777
|
credentialId?: string | undefined;
|
|
32476
32778
|
connectionId?: string | null | undefined;
|
|
32477
32779
|
} | undefined;
|
|
@@ -32487,6 +32789,9 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
32487
32789
|
commitMessage?: string | null | undefined;
|
|
32488
32790
|
pullRequestTitle?: string | null | undefined;
|
|
32489
32791
|
pullRequestDescription?: string | null | undefined;
|
|
32792
|
+
checkoutNoTags?: boolean | null | undefined;
|
|
32793
|
+
checkoutNoBlobs?: boolean | null | undefined;
|
|
32794
|
+
checkoutSparse?: boolean | null | undefined;
|
|
32490
32795
|
credentialId?: string | undefined;
|
|
32491
32796
|
connectionId?: string | null | undefined;
|
|
32492
32797
|
} | undefined;
|
|
@@ -32504,6 +32809,9 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
32504
32809
|
commitMessage?: string | null | undefined;
|
|
32505
32810
|
pullRequestTitle?: string | null | undefined;
|
|
32506
32811
|
pullRequestDescription?: string | null | undefined;
|
|
32812
|
+
checkoutNoTags?: boolean | null | undefined;
|
|
32813
|
+
checkoutNoBlobs?: boolean | null | undefined;
|
|
32814
|
+
checkoutSparse?: boolean | null | undefined;
|
|
32507
32815
|
credentialId?: string | undefined;
|
|
32508
32816
|
connectionId?: string | null | undefined;
|
|
32509
32817
|
} | undefined;
|
|
@@ -32751,6 +33059,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
32751
33059
|
changes?: {
|
|
32752
33060
|
groupPersistentIds: string[];
|
|
32753
33061
|
pagePersistentIds: string[];
|
|
33062
|
+
selectivePublishing?: boolean | undefined;
|
|
32754
33063
|
} | undefined;
|
|
32755
33064
|
} | undefined;
|
|
32756
33065
|
destinationS3?: {} | undefined;
|
|
@@ -32765,6 +33074,9 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
32765
33074
|
commitMessage?: string | undefined;
|
|
32766
33075
|
pullRequestTitle?: string | undefined;
|
|
32767
33076
|
pullRequestDescription?: string | undefined;
|
|
33077
|
+
checkoutNoTags?: boolean | undefined;
|
|
33078
|
+
checkoutNoBlobs?: boolean | undefined;
|
|
33079
|
+
checkoutSparse?: boolean | undefined;
|
|
32768
33080
|
credentialId?: string | undefined;
|
|
32769
33081
|
connectionId?: string | undefined;
|
|
32770
33082
|
} | undefined;
|
|
@@ -32782,6 +33094,9 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
32782
33094
|
commitMessage?: string | undefined;
|
|
32783
33095
|
pullRequestTitle?: string | undefined;
|
|
32784
33096
|
pullRequestDescription?: string | undefined;
|
|
33097
|
+
checkoutNoTags?: boolean | undefined;
|
|
33098
|
+
checkoutNoBlobs?: boolean | undefined;
|
|
33099
|
+
checkoutSparse?: boolean | undefined;
|
|
32785
33100
|
credentialId?: string | undefined;
|
|
32786
33101
|
connectionId?: string | undefined;
|
|
32787
33102
|
} | undefined;
|
|
@@ -32797,6 +33112,9 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
32797
33112
|
commitMessage?: string | undefined;
|
|
32798
33113
|
pullRequestTitle?: string | undefined;
|
|
32799
33114
|
pullRequestDescription?: string | undefined;
|
|
33115
|
+
checkoutNoTags?: boolean | undefined;
|
|
33116
|
+
checkoutNoBlobs?: boolean | undefined;
|
|
33117
|
+
checkoutSparse?: boolean | undefined;
|
|
32800
33118
|
credentialId?: string | undefined;
|
|
32801
33119
|
connectionId?: string | undefined;
|
|
32802
33120
|
} | undefined;
|
|
@@ -32814,6 +33132,9 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
32814
33132
|
commitMessage?: string | undefined;
|
|
32815
33133
|
pullRequestTitle?: string | undefined;
|
|
32816
33134
|
pullRequestDescription?: string | undefined;
|
|
33135
|
+
checkoutNoTags?: boolean | undefined;
|
|
33136
|
+
checkoutNoBlobs?: boolean | undefined;
|
|
33137
|
+
checkoutSparse?: boolean | undefined;
|
|
32817
33138
|
credentialId?: string | undefined;
|
|
32818
33139
|
connectionId?: string | undefined;
|
|
32819
33140
|
} | undefined;
|
|
@@ -33051,6 +33372,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
33051
33372
|
changes?: {
|
|
33052
33373
|
groupPersistentIds: string[];
|
|
33053
33374
|
pagePersistentIds: string[];
|
|
33375
|
+
selectivePublishing?: boolean | undefined;
|
|
33054
33376
|
} | null | undefined;
|
|
33055
33377
|
} | undefined;
|
|
33056
33378
|
destinationS3?: {} | undefined;
|
|
@@ -33065,6 +33387,9 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
33065
33387
|
commitMessage?: string | null | undefined;
|
|
33066
33388
|
pullRequestTitle?: string | null | undefined;
|
|
33067
33389
|
pullRequestDescription?: string | null | undefined;
|
|
33390
|
+
checkoutNoTags?: boolean | null | undefined;
|
|
33391
|
+
checkoutNoBlobs?: boolean | null | undefined;
|
|
33392
|
+
checkoutSparse?: boolean | null | undefined;
|
|
33068
33393
|
credentialId?: string | undefined;
|
|
33069
33394
|
connectionId?: string | null | undefined;
|
|
33070
33395
|
} | undefined;
|
|
@@ -33082,6 +33407,9 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
33082
33407
|
commitMessage?: string | null | undefined;
|
|
33083
33408
|
pullRequestTitle?: string | null | undefined;
|
|
33084
33409
|
pullRequestDescription?: string | null | undefined;
|
|
33410
|
+
checkoutNoTags?: boolean | null | undefined;
|
|
33411
|
+
checkoutNoBlobs?: boolean | null | undefined;
|
|
33412
|
+
checkoutSparse?: boolean | null | undefined;
|
|
33085
33413
|
credentialId?: string | undefined;
|
|
33086
33414
|
connectionId?: string | null | undefined;
|
|
33087
33415
|
} | undefined;
|
|
@@ -33097,6 +33425,9 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
33097
33425
|
commitMessage?: string | null | undefined;
|
|
33098
33426
|
pullRequestTitle?: string | null | undefined;
|
|
33099
33427
|
pullRequestDescription?: string | null | undefined;
|
|
33428
|
+
checkoutNoTags?: boolean | null | undefined;
|
|
33429
|
+
checkoutNoBlobs?: boolean | null | undefined;
|
|
33430
|
+
checkoutSparse?: boolean | null | undefined;
|
|
33100
33431
|
credentialId?: string | undefined;
|
|
33101
33432
|
connectionId?: string | null | undefined;
|
|
33102
33433
|
} | undefined;
|
|
@@ -33114,6 +33445,9 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
33114
33445
|
commitMessage?: string | null | undefined;
|
|
33115
33446
|
pullRequestTitle?: string | null | undefined;
|
|
33116
33447
|
pullRequestDescription?: string | null | undefined;
|
|
33448
|
+
checkoutNoTags?: boolean | null | undefined;
|
|
33449
|
+
checkoutNoBlobs?: boolean | null | undefined;
|
|
33450
|
+
checkoutSparse?: boolean | null | undefined;
|
|
33117
33451
|
credentialId?: string | undefined;
|
|
33118
33452
|
connectionId?: string | null | undefined;
|
|
33119
33453
|
} | undefined;
|
|
@@ -34217,6 +34551,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
34217
34551
|
changes?: {
|
|
34218
34552
|
groupPersistentIds: string[];
|
|
34219
34553
|
pagePersistentIds: string[];
|
|
34554
|
+
selectivePublishing?: boolean | undefined;
|
|
34220
34555
|
} | undefined;
|
|
34221
34556
|
} | undefined;
|
|
34222
34557
|
destinationS3?: {} | undefined;
|
|
@@ -34231,6 +34566,9 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
34231
34566
|
commitMessage?: string | undefined;
|
|
34232
34567
|
pullRequestTitle?: string | undefined;
|
|
34233
34568
|
pullRequestDescription?: string | undefined;
|
|
34569
|
+
checkoutNoTags?: boolean | undefined;
|
|
34570
|
+
checkoutNoBlobs?: boolean | undefined;
|
|
34571
|
+
checkoutSparse?: boolean | undefined;
|
|
34234
34572
|
credentialId?: string | undefined;
|
|
34235
34573
|
connectionId?: string | undefined;
|
|
34236
34574
|
} | undefined;
|
|
@@ -34248,6 +34586,9 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
34248
34586
|
commitMessage?: string | undefined;
|
|
34249
34587
|
pullRequestTitle?: string | undefined;
|
|
34250
34588
|
pullRequestDescription?: string | undefined;
|
|
34589
|
+
checkoutNoTags?: boolean | undefined;
|
|
34590
|
+
checkoutNoBlobs?: boolean | undefined;
|
|
34591
|
+
checkoutSparse?: boolean | undefined;
|
|
34251
34592
|
credentialId?: string | undefined;
|
|
34252
34593
|
connectionId?: string | undefined;
|
|
34253
34594
|
} | undefined;
|
|
@@ -34263,6 +34604,9 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
34263
34604
|
commitMessage?: string | undefined;
|
|
34264
34605
|
pullRequestTitle?: string | undefined;
|
|
34265
34606
|
pullRequestDescription?: string | undefined;
|
|
34607
|
+
checkoutNoTags?: boolean | undefined;
|
|
34608
|
+
checkoutNoBlobs?: boolean | undefined;
|
|
34609
|
+
checkoutSparse?: boolean | undefined;
|
|
34266
34610
|
credentialId?: string | undefined;
|
|
34267
34611
|
connectionId?: string | undefined;
|
|
34268
34612
|
} | undefined;
|
|
@@ -34280,6 +34624,9 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
34280
34624
|
commitMessage?: string | undefined;
|
|
34281
34625
|
pullRequestTitle?: string | undefined;
|
|
34282
34626
|
pullRequestDescription?: string | undefined;
|
|
34627
|
+
checkoutNoTags?: boolean | undefined;
|
|
34628
|
+
checkoutNoBlobs?: boolean | undefined;
|
|
34629
|
+
checkoutSparse?: boolean | undefined;
|
|
34283
34630
|
credentialId?: string | undefined;
|
|
34284
34631
|
connectionId?: string | undefined;
|
|
34285
34632
|
} | undefined;
|
|
@@ -35225,6 +35572,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
35225
35572
|
changes?: {
|
|
35226
35573
|
groupPersistentIds: string[];
|
|
35227
35574
|
pagePersistentIds: string[];
|
|
35575
|
+
selectivePublishing?: boolean | undefined;
|
|
35228
35576
|
} | null | undefined;
|
|
35229
35577
|
} | undefined;
|
|
35230
35578
|
destinationS3?: {} | undefined;
|
|
@@ -35239,6 +35587,9 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
35239
35587
|
commitMessage?: string | null | undefined;
|
|
35240
35588
|
pullRequestTitle?: string | null | undefined;
|
|
35241
35589
|
pullRequestDescription?: string | null | undefined;
|
|
35590
|
+
checkoutNoTags?: boolean | null | undefined;
|
|
35591
|
+
checkoutNoBlobs?: boolean | null | undefined;
|
|
35592
|
+
checkoutSparse?: boolean | null | undefined;
|
|
35242
35593
|
credentialId?: string | undefined;
|
|
35243
35594
|
connectionId?: string | null | undefined;
|
|
35244
35595
|
} | undefined;
|
|
@@ -35256,6 +35607,9 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
35256
35607
|
commitMessage?: string | null | undefined;
|
|
35257
35608
|
pullRequestTitle?: string | null | undefined;
|
|
35258
35609
|
pullRequestDescription?: string | null | undefined;
|
|
35610
|
+
checkoutNoTags?: boolean | null | undefined;
|
|
35611
|
+
checkoutNoBlobs?: boolean | null | undefined;
|
|
35612
|
+
checkoutSparse?: boolean | null | undefined;
|
|
35259
35613
|
credentialId?: string | undefined;
|
|
35260
35614
|
connectionId?: string | null | undefined;
|
|
35261
35615
|
} | undefined;
|
|
@@ -35271,6 +35625,9 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
35271
35625
|
commitMessage?: string | null | undefined;
|
|
35272
35626
|
pullRequestTitle?: string | null | undefined;
|
|
35273
35627
|
pullRequestDescription?: string | null | undefined;
|
|
35628
|
+
checkoutNoTags?: boolean | null | undefined;
|
|
35629
|
+
checkoutNoBlobs?: boolean | null | undefined;
|
|
35630
|
+
checkoutSparse?: boolean | null | undefined;
|
|
35274
35631
|
credentialId?: string | undefined;
|
|
35275
35632
|
connectionId?: string | null | undefined;
|
|
35276
35633
|
} | undefined;
|
|
@@ -35288,6 +35645,9 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
35288
35645
|
commitMessage?: string | null | undefined;
|
|
35289
35646
|
pullRequestTitle?: string | null | undefined;
|
|
35290
35647
|
pullRequestDescription?: string | null | undefined;
|
|
35648
|
+
checkoutNoTags?: boolean | null | undefined;
|
|
35649
|
+
checkoutNoBlobs?: boolean | null | undefined;
|
|
35650
|
+
checkoutSparse?: boolean | null | undefined;
|
|
35291
35651
|
credentialId?: string | undefined;
|
|
35292
35652
|
connectionId?: string | null | undefined;
|
|
35293
35653
|
} | undefined;
|
|
@@ -156421,6 +156781,9 @@ declare const GitCommonDestinationOptions: z.ZodObject<{
|
|
|
156421
156781
|
commitMessage: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
156422
156782
|
pullRequestTitle: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
156423
156783
|
pullRequestDescription: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
156784
|
+
checkoutNoTags: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
156785
|
+
checkoutNoBlobs: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
156786
|
+
checkoutSparse: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
156424
156787
|
}, "strip", z.ZodTypeAny, {
|
|
156425
156788
|
branch: string;
|
|
156426
156789
|
relativePath?: string | undefined;
|
|
@@ -156430,6 +156793,9 @@ declare const GitCommonDestinationOptions: z.ZodObject<{
|
|
|
156430
156793
|
commitMessage?: string | undefined;
|
|
156431
156794
|
pullRequestTitle?: string | undefined;
|
|
156432
156795
|
pullRequestDescription?: string | undefined;
|
|
156796
|
+
checkoutNoTags?: boolean | undefined;
|
|
156797
|
+
checkoutNoBlobs?: boolean | undefined;
|
|
156798
|
+
checkoutSparse?: boolean | undefined;
|
|
156433
156799
|
}, {
|
|
156434
156800
|
branch: string;
|
|
156435
156801
|
relativePath?: string | null | undefined;
|
|
@@ -156439,16 +156805,22 @@ declare const GitCommonDestinationOptions: z.ZodObject<{
|
|
|
156439
156805
|
commitMessage?: string | null | undefined;
|
|
156440
156806
|
pullRequestTitle?: string | null | undefined;
|
|
156441
156807
|
pullRequestDescription?: string | null | undefined;
|
|
156808
|
+
checkoutNoTags?: boolean | null | undefined;
|
|
156809
|
+
checkoutNoBlobs?: boolean | null | undefined;
|
|
156810
|
+
checkoutSparse?: boolean | null | undefined;
|
|
156442
156811
|
}>;
|
|
156443
156812
|
declare const ExportJobDocumentationChanges: z.ZodObject<{
|
|
156444
156813
|
pagePersistentIds: z.ZodArray<z.ZodString, "many">;
|
|
156445
156814
|
groupPersistentIds: z.ZodArray<z.ZodString, "many">;
|
|
156815
|
+
selectivePublishing: z.ZodOptional<z.ZodBoolean>;
|
|
156446
156816
|
}, "strip", z.ZodTypeAny, {
|
|
156447
156817
|
groupPersistentIds: string[];
|
|
156448
156818
|
pagePersistentIds: string[];
|
|
156819
|
+
selectivePublishing?: boolean | undefined;
|
|
156449
156820
|
}, {
|
|
156450
156821
|
groupPersistentIds: string[];
|
|
156451
156822
|
pagePersistentIds: string[];
|
|
156823
|
+
selectivePublishing?: boolean | undefined;
|
|
156452
156824
|
}>;
|
|
156453
156825
|
type ExportJobDocumentationChanges = z.infer<typeof ExportJobDocumentationChanges>;
|
|
156454
156826
|
declare const ExporterDestinationDocs: z.ZodObject<{
|
|
@@ -156456,27 +156828,33 @@ declare const ExporterDestinationDocs: z.ZodObject<{
|
|
|
156456
156828
|
changes: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
156457
156829
|
groupPersistentIds: string[];
|
|
156458
156830
|
pagePersistentIds: string[];
|
|
156831
|
+
selectivePublishing?: boolean | undefined;
|
|
156459
156832
|
}, z.ZodTypeDef, {
|
|
156460
156833
|
groupPersistentIds: string[];
|
|
156461
156834
|
pagePersistentIds: string[];
|
|
156835
|
+
selectivePublishing?: boolean | undefined;
|
|
156462
156836
|
}>>>, {
|
|
156463
156837
|
groupPersistentIds: string[];
|
|
156464
156838
|
pagePersistentIds: string[];
|
|
156839
|
+
selectivePublishing?: boolean | undefined;
|
|
156465
156840
|
} | undefined, {
|
|
156466
156841
|
groupPersistentIds: string[];
|
|
156467
156842
|
pagePersistentIds: string[];
|
|
156843
|
+
selectivePublishing?: boolean | undefined;
|
|
156468
156844
|
} | null | undefined>;
|
|
156469
156845
|
}, "strip", z.ZodTypeAny, {
|
|
156470
156846
|
environment: "Live" | "Preview";
|
|
156471
156847
|
changes?: {
|
|
156472
156848
|
groupPersistentIds: string[];
|
|
156473
156849
|
pagePersistentIds: string[];
|
|
156850
|
+
selectivePublishing?: boolean | undefined;
|
|
156474
156851
|
} | undefined;
|
|
156475
156852
|
}, {
|
|
156476
156853
|
environment: "Live" | "Preview";
|
|
156477
156854
|
changes?: {
|
|
156478
156855
|
groupPersistentIds: string[];
|
|
156479
156856
|
pagePersistentIds: string[];
|
|
156857
|
+
selectivePublishing?: boolean | undefined;
|
|
156480
156858
|
} | null | undefined;
|
|
156481
156859
|
}>;
|
|
156482
156860
|
type ExporterDestinationDocs = z.infer<typeof ExporterDestinationDocs>;
|
|
@@ -156496,6 +156874,9 @@ declare const ExporterDestinationGithub: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
156496
156874
|
commitMessage: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
156497
156875
|
pullRequestTitle: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
156498
156876
|
pullRequestDescription: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
156877
|
+
checkoutNoTags: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
156878
|
+
checkoutNoBlobs: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
156879
|
+
checkoutSparse: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
156499
156880
|
}>, "strip", z.ZodTypeAny, {
|
|
156500
156881
|
url: string;
|
|
156501
156882
|
branch: string;
|
|
@@ -156507,6 +156888,9 @@ declare const ExporterDestinationGithub: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
156507
156888
|
commitMessage?: string | undefined;
|
|
156508
156889
|
pullRequestTitle?: string | undefined;
|
|
156509
156890
|
pullRequestDescription?: string | undefined;
|
|
156891
|
+
checkoutNoTags?: boolean | undefined;
|
|
156892
|
+
checkoutNoBlobs?: boolean | undefined;
|
|
156893
|
+
checkoutSparse?: boolean | undefined;
|
|
156510
156894
|
credentialId?: string | undefined;
|
|
156511
156895
|
connectionId?: string | undefined;
|
|
156512
156896
|
}, {
|
|
@@ -156520,6 +156904,9 @@ declare const ExporterDestinationGithub: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
156520
156904
|
commitMessage?: string | null | undefined;
|
|
156521
156905
|
pullRequestTitle?: string | null | undefined;
|
|
156522
156906
|
pullRequestDescription?: string | null | undefined;
|
|
156907
|
+
checkoutNoTags?: boolean | null | undefined;
|
|
156908
|
+
checkoutNoBlobs?: boolean | null | undefined;
|
|
156909
|
+
checkoutSparse?: boolean | null | undefined;
|
|
156523
156910
|
credentialId?: string | undefined;
|
|
156524
156911
|
connectionId?: string | null | undefined;
|
|
156525
156912
|
}>;
|
|
@@ -156541,6 +156928,9 @@ declare const ExporterDestinationAzure: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
156541
156928
|
commitMessage: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
156542
156929
|
pullRequestTitle: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
156543
156930
|
pullRequestDescription: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
156931
|
+
checkoutNoTags: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
156932
|
+
checkoutNoBlobs: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
156933
|
+
checkoutSparse: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
156544
156934
|
}>, "strip", z.ZodTypeAny, {
|
|
156545
156935
|
branch: string;
|
|
156546
156936
|
organizationId: string;
|
|
@@ -156555,6 +156945,9 @@ declare const ExporterDestinationAzure: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
156555
156945
|
commitMessage?: string | undefined;
|
|
156556
156946
|
pullRequestTitle?: string | undefined;
|
|
156557
156947
|
pullRequestDescription?: string | undefined;
|
|
156948
|
+
checkoutNoTags?: boolean | undefined;
|
|
156949
|
+
checkoutNoBlobs?: boolean | undefined;
|
|
156950
|
+
checkoutSparse?: boolean | undefined;
|
|
156558
156951
|
credentialId?: string | undefined;
|
|
156559
156952
|
connectionId?: string | undefined;
|
|
156560
156953
|
}, {
|
|
@@ -156571,6 +156964,9 @@ declare const ExporterDestinationAzure: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
156571
156964
|
commitMessage?: string | null | undefined;
|
|
156572
156965
|
pullRequestTitle?: string | null | undefined;
|
|
156573
156966
|
pullRequestDescription?: string | null | undefined;
|
|
156967
|
+
checkoutNoTags?: boolean | null | undefined;
|
|
156968
|
+
checkoutNoBlobs?: boolean | null | undefined;
|
|
156969
|
+
checkoutSparse?: boolean | null | undefined;
|
|
156574
156970
|
credentialId?: string | undefined;
|
|
156575
156971
|
connectionId?: string | null | undefined;
|
|
156576
156972
|
}>;
|
|
@@ -156590,6 +156986,9 @@ declare const ExporterDestinationGitlab: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
156590
156986
|
commitMessage: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
156591
156987
|
pullRequestTitle: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
156592
156988
|
pullRequestDescription: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
156989
|
+
checkoutNoTags: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
156990
|
+
checkoutNoBlobs: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
156991
|
+
checkoutSparse: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
156593
156992
|
}>, "strip", z.ZodTypeAny, {
|
|
156594
156993
|
branch: string;
|
|
156595
156994
|
projectId: string;
|
|
@@ -156602,6 +157001,9 @@ declare const ExporterDestinationGitlab: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
156602
157001
|
commitMessage?: string | undefined;
|
|
156603
157002
|
pullRequestTitle?: string | undefined;
|
|
156604
157003
|
pullRequestDescription?: string | undefined;
|
|
157004
|
+
checkoutNoTags?: boolean | undefined;
|
|
157005
|
+
checkoutNoBlobs?: boolean | undefined;
|
|
157006
|
+
checkoutSparse?: boolean | undefined;
|
|
156605
157007
|
credentialId?: string | undefined;
|
|
156606
157008
|
connectionId?: string | undefined;
|
|
156607
157009
|
}, {
|
|
@@ -156616,6 +157018,9 @@ declare const ExporterDestinationGitlab: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
156616
157018
|
commitMessage?: string | null | undefined;
|
|
156617
157019
|
pullRequestTitle?: string | null | undefined;
|
|
156618
157020
|
pullRequestDescription?: string | null | undefined;
|
|
157021
|
+
checkoutNoTags?: boolean | null | undefined;
|
|
157022
|
+
checkoutNoBlobs?: boolean | null | undefined;
|
|
157023
|
+
checkoutSparse?: boolean | null | undefined;
|
|
156619
157024
|
credentialId?: string | undefined;
|
|
156620
157025
|
connectionId?: string | null | undefined;
|
|
156621
157026
|
}>;
|
|
@@ -156637,6 +157042,9 @@ declare const ExporterDestinationBitbucket: z.ZodObject<z.objectUtil.extendShape
|
|
|
156637
157042
|
commitMessage: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
156638
157043
|
pullRequestTitle: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
156639
157044
|
pullRequestDescription: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
157045
|
+
checkoutNoTags: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
157046
|
+
checkoutNoBlobs: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
157047
|
+
checkoutSparse: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
156640
157048
|
}>, "strip", z.ZodTypeAny, {
|
|
156641
157049
|
branch: string;
|
|
156642
157050
|
workspaceSlug: string;
|
|
@@ -156651,6 +157059,9 @@ declare const ExporterDestinationBitbucket: z.ZodObject<z.objectUtil.extendShape
|
|
|
156651
157059
|
commitMessage?: string | undefined;
|
|
156652
157060
|
pullRequestTitle?: string | undefined;
|
|
156653
157061
|
pullRequestDescription?: string | undefined;
|
|
157062
|
+
checkoutNoTags?: boolean | undefined;
|
|
157063
|
+
checkoutNoBlobs?: boolean | undefined;
|
|
157064
|
+
checkoutSparse?: boolean | undefined;
|
|
156654
157065
|
credentialId?: string | undefined;
|
|
156655
157066
|
connectionId?: string | undefined;
|
|
156656
157067
|
}, {
|
|
@@ -156667,6 +157078,9 @@ declare const ExporterDestinationBitbucket: z.ZodObject<z.objectUtil.extendShape
|
|
|
156667
157078
|
commitMessage?: string | null | undefined;
|
|
156668
157079
|
pullRequestTitle?: string | null | undefined;
|
|
156669
157080
|
pullRequestDescription?: string | null | undefined;
|
|
157081
|
+
checkoutNoTags?: boolean | null | undefined;
|
|
157082
|
+
checkoutNoBlobs?: boolean | null | undefined;
|
|
157083
|
+
checkoutSparse?: boolean | null | undefined;
|
|
156670
157084
|
credentialId?: string | undefined;
|
|
156671
157085
|
connectionId?: string | null | undefined;
|
|
156672
157086
|
}>;
|
|
@@ -156678,27 +157092,33 @@ declare const ExportDestinationsMap: z.ZodObject<{
|
|
|
156678
157092
|
changes: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
156679
157093
|
groupPersistentIds: string[];
|
|
156680
157094
|
pagePersistentIds: string[];
|
|
157095
|
+
selectivePublishing?: boolean | undefined;
|
|
156681
157096
|
}, z.ZodTypeDef, {
|
|
156682
157097
|
groupPersistentIds: string[];
|
|
156683
157098
|
pagePersistentIds: string[];
|
|
157099
|
+
selectivePublishing?: boolean | undefined;
|
|
156684
157100
|
}>>>, {
|
|
156685
157101
|
groupPersistentIds: string[];
|
|
156686
157102
|
pagePersistentIds: string[];
|
|
157103
|
+
selectivePublishing?: boolean | undefined;
|
|
156687
157104
|
} | undefined, {
|
|
156688
157105
|
groupPersistentIds: string[];
|
|
156689
157106
|
pagePersistentIds: string[];
|
|
157107
|
+
selectivePublishing?: boolean | undefined;
|
|
156690
157108
|
} | null | undefined>;
|
|
156691
157109
|
}, "strip", z.ZodTypeAny, {
|
|
156692
157110
|
environment: "Live" | "Preview";
|
|
156693
157111
|
changes?: {
|
|
156694
157112
|
groupPersistentIds: string[];
|
|
156695
157113
|
pagePersistentIds: string[];
|
|
157114
|
+
selectivePublishing?: boolean | undefined;
|
|
156696
157115
|
} | undefined;
|
|
156697
157116
|
}, {
|
|
156698
157117
|
environment: "Live" | "Preview";
|
|
156699
157118
|
changes?: {
|
|
156700
157119
|
groupPersistentIds: string[];
|
|
156701
157120
|
pagePersistentIds: string[];
|
|
157121
|
+
selectivePublishing?: boolean | undefined;
|
|
156702
157122
|
} | null | undefined;
|
|
156703
157123
|
}>>;
|
|
156704
157124
|
destinationS3: z.ZodOptional<z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>>;
|
|
@@ -156716,6 +157136,9 @@ declare const ExportDestinationsMap: z.ZodObject<{
|
|
|
156716
157136
|
commitMessage: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
156717
157137
|
pullRequestTitle: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
156718
157138
|
pullRequestDescription: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
157139
|
+
checkoutNoTags: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
157140
|
+
checkoutNoBlobs: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
157141
|
+
checkoutSparse: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
156719
157142
|
}>, "strip", z.ZodTypeAny, {
|
|
156720
157143
|
url: string;
|
|
156721
157144
|
branch: string;
|
|
@@ -156727,6 +157150,9 @@ declare const ExportDestinationsMap: z.ZodObject<{
|
|
|
156727
157150
|
commitMessage?: string | undefined;
|
|
156728
157151
|
pullRequestTitle?: string | undefined;
|
|
156729
157152
|
pullRequestDescription?: string | undefined;
|
|
157153
|
+
checkoutNoTags?: boolean | undefined;
|
|
157154
|
+
checkoutNoBlobs?: boolean | undefined;
|
|
157155
|
+
checkoutSparse?: boolean | undefined;
|
|
156730
157156
|
credentialId?: string | undefined;
|
|
156731
157157
|
connectionId?: string | undefined;
|
|
156732
157158
|
}, {
|
|
@@ -156740,6 +157166,9 @@ declare const ExportDestinationsMap: z.ZodObject<{
|
|
|
156740
157166
|
commitMessage?: string | null | undefined;
|
|
156741
157167
|
pullRequestTitle?: string | null | undefined;
|
|
156742
157168
|
pullRequestDescription?: string | null | undefined;
|
|
157169
|
+
checkoutNoTags?: boolean | null | undefined;
|
|
157170
|
+
checkoutNoBlobs?: boolean | null | undefined;
|
|
157171
|
+
checkoutSparse?: boolean | null | undefined;
|
|
156743
157172
|
credentialId?: string | undefined;
|
|
156744
157173
|
connectionId?: string | null | undefined;
|
|
156745
157174
|
}>>;
|
|
@@ -156760,6 +157189,9 @@ declare const ExportDestinationsMap: z.ZodObject<{
|
|
|
156760
157189
|
commitMessage: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
156761
157190
|
pullRequestTitle: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
156762
157191
|
pullRequestDescription: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
157192
|
+
checkoutNoTags: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
157193
|
+
checkoutNoBlobs: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
157194
|
+
checkoutSparse: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
156763
157195
|
}>, "strip", z.ZodTypeAny, {
|
|
156764
157196
|
branch: string;
|
|
156765
157197
|
organizationId: string;
|
|
@@ -156774,6 +157206,9 @@ declare const ExportDestinationsMap: z.ZodObject<{
|
|
|
156774
157206
|
commitMessage?: string | undefined;
|
|
156775
157207
|
pullRequestTitle?: string | undefined;
|
|
156776
157208
|
pullRequestDescription?: string | undefined;
|
|
157209
|
+
checkoutNoTags?: boolean | undefined;
|
|
157210
|
+
checkoutNoBlobs?: boolean | undefined;
|
|
157211
|
+
checkoutSparse?: boolean | undefined;
|
|
156777
157212
|
credentialId?: string | undefined;
|
|
156778
157213
|
connectionId?: string | undefined;
|
|
156779
157214
|
}, {
|
|
@@ -156790,6 +157225,9 @@ declare const ExportDestinationsMap: z.ZodObject<{
|
|
|
156790
157225
|
commitMessage?: string | null | undefined;
|
|
156791
157226
|
pullRequestTitle?: string | null | undefined;
|
|
156792
157227
|
pullRequestDescription?: string | null | undefined;
|
|
157228
|
+
checkoutNoTags?: boolean | null | undefined;
|
|
157229
|
+
checkoutNoBlobs?: boolean | null | undefined;
|
|
157230
|
+
checkoutSparse?: boolean | null | undefined;
|
|
156793
157231
|
credentialId?: string | undefined;
|
|
156794
157232
|
connectionId?: string | null | undefined;
|
|
156795
157233
|
}>>;
|
|
@@ -156808,6 +157246,9 @@ declare const ExportDestinationsMap: z.ZodObject<{
|
|
|
156808
157246
|
commitMessage: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
156809
157247
|
pullRequestTitle: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
156810
157248
|
pullRequestDescription: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
157249
|
+
checkoutNoTags: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
157250
|
+
checkoutNoBlobs: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
157251
|
+
checkoutSparse: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
156811
157252
|
}>, "strip", z.ZodTypeAny, {
|
|
156812
157253
|
branch: string;
|
|
156813
157254
|
projectId: string;
|
|
@@ -156820,6 +157261,9 @@ declare const ExportDestinationsMap: z.ZodObject<{
|
|
|
156820
157261
|
commitMessage?: string | undefined;
|
|
156821
157262
|
pullRequestTitle?: string | undefined;
|
|
156822
157263
|
pullRequestDescription?: string | undefined;
|
|
157264
|
+
checkoutNoTags?: boolean | undefined;
|
|
157265
|
+
checkoutNoBlobs?: boolean | undefined;
|
|
157266
|
+
checkoutSparse?: boolean | undefined;
|
|
156823
157267
|
credentialId?: string | undefined;
|
|
156824
157268
|
connectionId?: string | undefined;
|
|
156825
157269
|
}, {
|
|
@@ -156834,6 +157278,9 @@ declare const ExportDestinationsMap: z.ZodObject<{
|
|
|
156834
157278
|
commitMessage?: string | null | undefined;
|
|
156835
157279
|
pullRequestTitle?: string | null | undefined;
|
|
156836
157280
|
pullRequestDescription?: string | null | undefined;
|
|
157281
|
+
checkoutNoTags?: boolean | null | undefined;
|
|
157282
|
+
checkoutNoBlobs?: boolean | null | undefined;
|
|
157283
|
+
checkoutSparse?: boolean | null | undefined;
|
|
156837
157284
|
credentialId?: string | undefined;
|
|
156838
157285
|
connectionId?: string | null | undefined;
|
|
156839
157286
|
}>>;
|
|
@@ -156854,6 +157301,9 @@ declare const ExportDestinationsMap: z.ZodObject<{
|
|
|
156854
157301
|
commitMessage: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
156855
157302
|
pullRequestTitle: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
156856
157303
|
pullRequestDescription: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
157304
|
+
checkoutNoTags: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
157305
|
+
checkoutNoBlobs: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
157306
|
+
checkoutSparse: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
156857
157307
|
}>, "strip", z.ZodTypeAny, {
|
|
156858
157308
|
branch: string;
|
|
156859
157309
|
workspaceSlug: string;
|
|
@@ -156868,6 +157318,9 @@ declare const ExportDestinationsMap: z.ZodObject<{
|
|
|
156868
157318
|
commitMessage?: string | undefined;
|
|
156869
157319
|
pullRequestTitle?: string | undefined;
|
|
156870
157320
|
pullRequestDescription?: string | undefined;
|
|
157321
|
+
checkoutNoTags?: boolean | undefined;
|
|
157322
|
+
checkoutNoBlobs?: boolean | undefined;
|
|
157323
|
+
checkoutSparse?: boolean | undefined;
|
|
156871
157324
|
credentialId?: string | undefined;
|
|
156872
157325
|
connectionId?: string | undefined;
|
|
156873
157326
|
}, {
|
|
@@ -156884,6 +157337,9 @@ declare const ExportDestinationsMap: z.ZodObject<{
|
|
|
156884
157337
|
commitMessage?: string | null | undefined;
|
|
156885
157338
|
pullRequestTitle?: string | null | undefined;
|
|
156886
157339
|
pullRequestDescription?: string | null | undefined;
|
|
157340
|
+
checkoutNoTags?: boolean | null | undefined;
|
|
157341
|
+
checkoutNoBlobs?: boolean | null | undefined;
|
|
157342
|
+
checkoutSparse?: boolean | null | undefined;
|
|
156887
157343
|
credentialId?: string | undefined;
|
|
156888
157344
|
connectionId?: string | null | undefined;
|
|
156889
157345
|
}>>;
|
|
@@ -156894,6 +157350,7 @@ declare const ExportDestinationsMap: z.ZodObject<{
|
|
|
156894
157350
|
changes?: {
|
|
156895
157351
|
groupPersistentIds: string[];
|
|
156896
157352
|
pagePersistentIds: string[];
|
|
157353
|
+
selectivePublishing?: boolean | undefined;
|
|
156897
157354
|
} | undefined;
|
|
156898
157355
|
} | undefined;
|
|
156899
157356
|
destinationS3?: {} | undefined;
|
|
@@ -156908,6 +157365,9 @@ declare const ExportDestinationsMap: z.ZodObject<{
|
|
|
156908
157365
|
commitMessage?: string | undefined;
|
|
156909
157366
|
pullRequestTitle?: string | undefined;
|
|
156910
157367
|
pullRequestDescription?: string | undefined;
|
|
157368
|
+
checkoutNoTags?: boolean | undefined;
|
|
157369
|
+
checkoutNoBlobs?: boolean | undefined;
|
|
157370
|
+
checkoutSparse?: boolean | undefined;
|
|
156911
157371
|
credentialId?: string | undefined;
|
|
156912
157372
|
connectionId?: string | undefined;
|
|
156913
157373
|
} | undefined;
|
|
@@ -156925,6 +157385,9 @@ declare const ExportDestinationsMap: z.ZodObject<{
|
|
|
156925
157385
|
commitMessage?: string | undefined;
|
|
156926
157386
|
pullRequestTitle?: string | undefined;
|
|
156927
157387
|
pullRequestDescription?: string | undefined;
|
|
157388
|
+
checkoutNoTags?: boolean | undefined;
|
|
157389
|
+
checkoutNoBlobs?: boolean | undefined;
|
|
157390
|
+
checkoutSparse?: boolean | undefined;
|
|
156928
157391
|
credentialId?: string | undefined;
|
|
156929
157392
|
connectionId?: string | undefined;
|
|
156930
157393
|
} | undefined;
|
|
@@ -156940,6 +157403,9 @@ declare const ExportDestinationsMap: z.ZodObject<{
|
|
|
156940
157403
|
commitMessage?: string | undefined;
|
|
156941
157404
|
pullRequestTitle?: string | undefined;
|
|
156942
157405
|
pullRequestDescription?: string | undefined;
|
|
157406
|
+
checkoutNoTags?: boolean | undefined;
|
|
157407
|
+
checkoutNoBlobs?: boolean | undefined;
|
|
157408
|
+
checkoutSparse?: boolean | undefined;
|
|
156943
157409
|
credentialId?: string | undefined;
|
|
156944
157410
|
connectionId?: string | undefined;
|
|
156945
157411
|
} | undefined;
|
|
@@ -156957,6 +157423,9 @@ declare const ExportDestinationsMap: z.ZodObject<{
|
|
|
156957
157423
|
commitMessage?: string | undefined;
|
|
156958
157424
|
pullRequestTitle?: string | undefined;
|
|
156959
157425
|
pullRequestDescription?: string | undefined;
|
|
157426
|
+
checkoutNoTags?: boolean | undefined;
|
|
157427
|
+
checkoutNoBlobs?: boolean | undefined;
|
|
157428
|
+
checkoutSparse?: boolean | undefined;
|
|
156960
157429
|
credentialId?: string | undefined;
|
|
156961
157430
|
connectionId?: string | undefined;
|
|
156962
157431
|
} | undefined;
|
|
@@ -156967,6 +157436,7 @@ declare const ExportDestinationsMap: z.ZodObject<{
|
|
|
156967
157436
|
changes?: {
|
|
156968
157437
|
groupPersistentIds: string[];
|
|
156969
157438
|
pagePersistentIds: string[];
|
|
157439
|
+
selectivePublishing?: boolean | undefined;
|
|
156970
157440
|
} | null | undefined;
|
|
156971
157441
|
} | undefined;
|
|
156972
157442
|
destinationS3?: {} | undefined;
|
|
@@ -156981,6 +157451,9 @@ declare const ExportDestinationsMap: z.ZodObject<{
|
|
|
156981
157451
|
commitMessage?: string | null | undefined;
|
|
156982
157452
|
pullRequestTitle?: string | null | undefined;
|
|
156983
157453
|
pullRequestDescription?: string | null | undefined;
|
|
157454
|
+
checkoutNoTags?: boolean | null | undefined;
|
|
157455
|
+
checkoutNoBlobs?: boolean | null | undefined;
|
|
157456
|
+
checkoutSparse?: boolean | null | undefined;
|
|
156984
157457
|
credentialId?: string | undefined;
|
|
156985
157458
|
connectionId?: string | null | undefined;
|
|
156986
157459
|
} | undefined;
|
|
@@ -156998,6 +157471,9 @@ declare const ExportDestinationsMap: z.ZodObject<{
|
|
|
156998
157471
|
commitMessage?: string | null | undefined;
|
|
156999
157472
|
pullRequestTitle?: string | null | undefined;
|
|
157000
157473
|
pullRequestDescription?: string | null | undefined;
|
|
157474
|
+
checkoutNoTags?: boolean | null | undefined;
|
|
157475
|
+
checkoutNoBlobs?: boolean | null | undefined;
|
|
157476
|
+
checkoutSparse?: boolean | null | undefined;
|
|
157001
157477
|
credentialId?: string | undefined;
|
|
157002
157478
|
connectionId?: string | null | undefined;
|
|
157003
157479
|
} | undefined;
|
|
@@ -157013,6 +157489,9 @@ declare const ExportDestinationsMap: z.ZodObject<{
|
|
|
157013
157489
|
commitMessage?: string | null | undefined;
|
|
157014
157490
|
pullRequestTitle?: string | null | undefined;
|
|
157015
157491
|
pullRequestDescription?: string | null | undefined;
|
|
157492
|
+
checkoutNoTags?: boolean | null | undefined;
|
|
157493
|
+
checkoutNoBlobs?: boolean | null | undefined;
|
|
157494
|
+
checkoutSparse?: boolean | null | undefined;
|
|
157016
157495
|
credentialId?: string | undefined;
|
|
157017
157496
|
connectionId?: string | null | undefined;
|
|
157018
157497
|
} | undefined;
|
|
@@ -157030,6 +157509,9 @@ declare const ExportDestinationsMap: z.ZodObject<{
|
|
|
157030
157509
|
commitMessage?: string | null | undefined;
|
|
157031
157510
|
pullRequestTitle?: string | null | undefined;
|
|
157032
157511
|
pullRequestDescription?: string | null | undefined;
|
|
157512
|
+
checkoutNoTags?: boolean | null | undefined;
|
|
157513
|
+
checkoutNoBlobs?: boolean | null | undefined;
|
|
157514
|
+
checkoutSparse?: boolean | null | undefined;
|
|
157033
157515
|
credentialId?: string | undefined;
|
|
157034
157516
|
connectionId?: string | null | undefined;
|
|
157035
157517
|
} | undefined;
|
|
@@ -157042,27 +157524,33 @@ declare const ExportDestinationsMapUpdate: z.ZodObject<{
|
|
|
157042
157524
|
changes: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
157043
157525
|
groupPersistentIds: string[];
|
|
157044
157526
|
pagePersistentIds: string[];
|
|
157527
|
+
selectivePublishing?: boolean | undefined;
|
|
157045
157528
|
}, z.ZodTypeDef, {
|
|
157046
157529
|
groupPersistentIds: string[];
|
|
157047
157530
|
pagePersistentIds: string[];
|
|
157531
|
+
selectivePublishing?: boolean | undefined;
|
|
157048
157532
|
}>>>, {
|
|
157049
157533
|
groupPersistentIds: string[];
|
|
157050
157534
|
pagePersistentIds: string[];
|
|
157535
|
+
selectivePublishing?: boolean | undefined;
|
|
157051
157536
|
} | undefined, {
|
|
157052
157537
|
groupPersistentIds: string[];
|
|
157053
157538
|
pagePersistentIds: string[];
|
|
157539
|
+
selectivePublishing?: boolean | undefined;
|
|
157054
157540
|
} | null | undefined>;
|
|
157055
157541
|
}, "strip", z.ZodTypeAny, {
|
|
157056
157542
|
environment: "Live" | "Preview";
|
|
157057
157543
|
changes?: {
|
|
157058
157544
|
groupPersistentIds: string[];
|
|
157059
157545
|
pagePersistentIds: string[];
|
|
157546
|
+
selectivePublishing?: boolean | undefined;
|
|
157060
157547
|
} | undefined;
|
|
157061
157548
|
}, {
|
|
157062
157549
|
environment: "Live" | "Preview";
|
|
157063
157550
|
changes?: {
|
|
157064
157551
|
groupPersistentIds: string[];
|
|
157065
157552
|
pagePersistentIds: string[];
|
|
157553
|
+
selectivePublishing?: boolean | undefined;
|
|
157066
157554
|
} | null | undefined;
|
|
157067
157555
|
}>>>;
|
|
157068
157556
|
destinationS3: z.ZodOptional<z.ZodNullable<z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>>>;
|
|
@@ -157080,6 +157568,9 @@ declare const ExportDestinationsMapUpdate: z.ZodObject<{
|
|
|
157080
157568
|
commitMessage: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
157081
157569
|
pullRequestTitle: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
157082
157570
|
pullRequestDescription: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
157571
|
+
checkoutNoTags: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
157572
|
+
checkoutNoBlobs: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
157573
|
+
checkoutSparse: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
157083
157574
|
}>, "strip", z.ZodTypeAny, {
|
|
157084
157575
|
url: string;
|
|
157085
157576
|
branch: string;
|
|
@@ -157091,6 +157582,9 @@ declare const ExportDestinationsMapUpdate: z.ZodObject<{
|
|
|
157091
157582
|
commitMessage?: string | undefined;
|
|
157092
157583
|
pullRequestTitle?: string | undefined;
|
|
157093
157584
|
pullRequestDescription?: string | undefined;
|
|
157585
|
+
checkoutNoTags?: boolean | undefined;
|
|
157586
|
+
checkoutNoBlobs?: boolean | undefined;
|
|
157587
|
+
checkoutSparse?: boolean | undefined;
|
|
157094
157588
|
credentialId?: string | undefined;
|
|
157095
157589
|
connectionId?: string | undefined;
|
|
157096
157590
|
}, {
|
|
@@ -157104,6 +157598,9 @@ declare const ExportDestinationsMapUpdate: z.ZodObject<{
|
|
|
157104
157598
|
commitMessage?: string | null | undefined;
|
|
157105
157599
|
pullRequestTitle?: string | null | undefined;
|
|
157106
157600
|
pullRequestDescription?: string | null | undefined;
|
|
157601
|
+
checkoutNoTags?: boolean | null | undefined;
|
|
157602
|
+
checkoutNoBlobs?: boolean | null | undefined;
|
|
157603
|
+
checkoutSparse?: boolean | null | undefined;
|
|
157107
157604
|
credentialId?: string | undefined;
|
|
157108
157605
|
connectionId?: string | null | undefined;
|
|
157109
157606
|
}>>>;
|
|
@@ -157124,6 +157621,9 @@ declare const ExportDestinationsMapUpdate: z.ZodObject<{
|
|
|
157124
157621
|
commitMessage: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
157125
157622
|
pullRequestTitle: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
157126
157623
|
pullRequestDescription: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
157624
|
+
checkoutNoTags: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
157625
|
+
checkoutNoBlobs: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
157626
|
+
checkoutSparse: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
157127
157627
|
}>, "strip", z.ZodTypeAny, {
|
|
157128
157628
|
branch: string;
|
|
157129
157629
|
organizationId: string;
|
|
@@ -157138,6 +157638,9 @@ declare const ExportDestinationsMapUpdate: z.ZodObject<{
|
|
|
157138
157638
|
commitMessage?: string | undefined;
|
|
157139
157639
|
pullRequestTitle?: string | undefined;
|
|
157140
157640
|
pullRequestDescription?: string | undefined;
|
|
157641
|
+
checkoutNoTags?: boolean | undefined;
|
|
157642
|
+
checkoutNoBlobs?: boolean | undefined;
|
|
157643
|
+
checkoutSparse?: boolean | undefined;
|
|
157141
157644
|
credentialId?: string | undefined;
|
|
157142
157645
|
connectionId?: string | undefined;
|
|
157143
157646
|
}, {
|
|
@@ -157154,6 +157657,9 @@ declare const ExportDestinationsMapUpdate: z.ZodObject<{
|
|
|
157154
157657
|
commitMessage?: string | null | undefined;
|
|
157155
157658
|
pullRequestTitle?: string | null | undefined;
|
|
157156
157659
|
pullRequestDescription?: string | null | undefined;
|
|
157660
|
+
checkoutNoTags?: boolean | null | undefined;
|
|
157661
|
+
checkoutNoBlobs?: boolean | null | undefined;
|
|
157662
|
+
checkoutSparse?: boolean | null | undefined;
|
|
157157
157663
|
credentialId?: string | undefined;
|
|
157158
157664
|
connectionId?: string | null | undefined;
|
|
157159
157665
|
}>>>;
|
|
@@ -157172,6 +157678,9 @@ declare const ExportDestinationsMapUpdate: z.ZodObject<{
|
|
|
157172
157678
|
commitMessage: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
157173
157679
|
pullRequestTitle: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
157174
157680
|
pullRequestDescription: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
157681
|
+
checkoutNoTags: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
157682
|
+
checkoutNoBlobs: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
157683
|
+
checkoutSparse: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
157175
157684
|
}>, "strip", z.ZodTypeAny, {
|
|
157176
157685
|
branch: string;
|
|
157177
157686
|
projectId: string;
|
|
@@ -157184,6 +157693,9 @@ declare const ExportDestinationsMapUpdate: z.ZodObject<{
|
|
|
157184
157693
|
commitMessage?: string | undefined;
|
|
157185
157694
|
pullRequestTitle?: string | undefined;
|
|
157186
157695
|
pullRequestDescription?: string | undefined;
|
|
157696
|
+
checkoutNoTags?: boolean | undefined;
|
|
157697
|
+
checkoutNoBlobs?: boolean | undefined;
|
|
157698
|
+
checkoutSparse?: boolean | undefined;
|
|
157187
157699
|
credentialId?: string | undefined;
|
|
157188
157700
|
connectionId?: string | undefined;
|
|
157189
157701
|
}, {
|
|
@@ -157198,6 +157710,9 @@ declare const ExportDestinationsMapUpdate: z.ZodObject<{
|
|
|
157198
157710
|
commitMessage?: string | null | undefined;
|
|
157199
157711
|
pullRequestTitle?: string | null | undefined;
|
|
157200
157712
|
pullRequestDescription?: string | null | undefined;
|
|
157713
|
+
checkoutNoTags?: boolean | null | undefined;
|
|
157714
|
+
checkoutNoBlobs?: boolean | null | undefined;
|
|
157715
|
+
checkoutSparse?: boolean | null | undefined;
|
|
157201
157716
|
credentialId?: string | undefined;
|
|
157202
157717
|
connectionId?: string | null | undefined;
|
|
157203
157718
|
}>>>;
|
|
@@ -157218,6 +157733,9 @@ declare const ExportDestinationsMapUpdate: z.ZodObject<{
|
|
|
157218
157733
|
commitMessage: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
157219
157734
|
pullRequestTitle: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
157220
157735
|
pullRequestDescription: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
157736
|
+
checkoutNoTags: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
157737
|
+
checkoutNoBlobs: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
157738
|
+
checkoutSparse: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
157221
157739
|
}>, "strip", z.ZodTypeAny, {
|
|
157222
157740
|
branch: string;
|
|
157223
157741
|
workspaceSlug: string;
|
|
@@ -157232,6 +157750,9 @@ declare const ExportDestinationsMapUpdate: z.ZodObject<{
|
|
|
157232
157750
|
commitMessage?: string | undefined;
|
|
157233
157751
|
pullRequestTitle?: string | undefined;
|
|
157234
157752
|
pullRequestDescription?: string | undefined;
|
|
157753
|
+
checkoutNoTags?: boolean | undefined;
|
|
157754
|
+
checkoutNoBlobs?: boolean | undefined;
|
|
157755
|
+
checkoutSparse?: boolean | undefined;
|
|
157235
157756
|
credentialId?: string | undefined;
|
|
157236
157757
|
connectionId?: string | undefined;
|
|
157237
157758
|
}, {
|
|
@@ -157248,6 +157769,9 @@ declare const ExportDestinationsMapUpdate: z.ZodObject<{
|
|
|
157248
157769
|
commitMessage?: string | null | undefined;
|
|
157249
157770
|
pullRequestTitle?: string | null | undefined;
|
|
157250
157771
|
pullRequestDescription?: string | null | undefined;
|
|
157772
|
+
checkoutNoTags?: boolean | null | undefined;
|
|
157773
|
+
checkoutNoBlobs?: boolean | null | undefined;
|
|
157774
|
+
checkoutSparse?: boolean | null | undefined;
|
|
157251
157775
|
credentialId?: string | undefined;
|
|
157252
157776
|
connectionId?: string | null | undefined;
|
|
157253
157777
|
}>>>;
|
|
@@ -157258,6 +157782,7 @@ declare const ExportDestinationsMapUpdate: z.ZodObject<{
|
|
|
157258
157782
|
changes?: {
|
|
157259
157783
|
groupPersistentIds: string[];
|
|
157260
157784
|
pagePersistentIds: string[];
|
|
157785
|
+
selectivePublishing?: boolean | undefined;
|
|
157261
157786
|
} | undefined;
|
|
157262
157787
|
} | null | undefined;
|
|
157263
157788
|
destinationS3?: {} | null | undefined;
|
|
@@ -157272,6 +157797,9 @@ declare const ExportDestinationsMapUpdate: z.ZodObject<{
|
|
|
157272
157797
|
commitMessage?: string | undefined;
|
|
157273
157798
|
pullRequestTitle?: string | undefined;
|
|
157274
157799
|
pullRequestDescription?: string | undefined;
|
|
157800
|
+
checkoutNoTags?: boolean | undefined;
|
|
157801
|
+
checkoutNoBlobs?: boolean | undefined;
|
|
157802
|
+
checkoutSparse?: boolean | undefined;
|
|
157275
157803
|
credentialId?: string | undefined;
|
|
157276
157804
|
connectionId?: string | undefined;
|
|
157277
157805
|
} | null | undefined;
|
|
@@ -157289,6 +157817,9 @@ declare const ExportDestinationsMapUpdate: z.ZodObject<{
|
|
|
157289
157817
|
commitMessage?: string | undefined;
|
|
157290
157818
|
pullRequestTitle?: string | undefined;
|
|
157291
157819
|
pullRequestDescription?: string | undefined;
|
|
157820
|
+
checkoutNoTags?: boolean | undefined;
|
|
157821
|
+
checkoutNoBlobs?: boolean | undefined;
|
|
157822
|
+
checkoutSparse?: boolean | undefined;
|
|
157292
157823
|
credentialId?: string | undefined;
|
|
157293
157824
|
connectionId?: string | undefined;
|
|
157294
157825
|
} | null | undefined;
|
|
@@ -157304,6 +157835,9 @@ declare const ExportDestinationsMapUpdate: z.ZodObject<{
|
|
|
157304
157835
|
commitMessage?: string | undefined;
|
|
157305
157836
|
pullRequestTitle?: string | undefined;
|
|
157306
157837
|
pullRequestDescription?: string | undefined;
|
|
157838
|
+
checkoutNoTags?: boolean | undefined;
|
|
157839
|
+
checkoutNoBlobs?: boolean | undefined;
|
|
157840
|
+
checkoutSparse?: boolean | undefined;
|
|
157307
157841
|
credentialId?: string | undefined;
|
|
157308
157842
|
connectionId?: string | undefined;
|
|
157309
157843
|
} | null | undefined;
|
|
@@ -157321,6 +157855,9 @@ declare const ExportDestinationsMapUpdate: z.ZodObject<{
|
|
|
157321
157855
|
commitMessage?: string | undefined;
|
|
157322
157856
|
pullRequestTitle?: string | undefined;
|
|
157323
157857
|
pullRequestDescription?: string | undefined;
|
|
157858
|
+
checkoutNoTags?: boolean | undefined;
|
|
157859
|
+
checkoutNoBlobs?: boolean | undefined;
|
|
157860
|
+
checkoutSparse?: boolean | undefined;
|
|
157324
157861
|
credentialId?: string | undefined;
|
|
157325
157862
|
connectionId?: string | undefined;
|
|
157326
157863
|
} | null | undefined;
|
|
@@ -157331,6 +157868,7 @@ declare const ExportDestinationsMapUpdate: z.ZodObject<{
|
|
|
157331
157868
|
changes?: {
|
|
157332
157869
|
groupPersistentIds: string[];
|
|
157333
157870
|
pagePersistentIds: string[];
|
|
157871
|
+
selectivePublishing?: boolean | undefined;
|
|
157334
157872
|
} | null | undefined;
|
|
157335
157873
|
} | null | undefined;
|
|
157336
157874
|
destinationS3?: {} | null | undefined;
|
|
@@ -157345,6 +157883,9 @@ declare const ExportDestinationsMapUpdate: z.ZodObject<{
|
|
|
157345
157883
|
commitMessage?: string | null | undefined;
|
|
157346
157884
|
pullRequestTitle?: string | null | undefined;
|
|
157347
157885
|
pullRequestDescription?: string | null | undefined;
|
|
157886
|
+
checkoutNoTags?: boolean | null | undefined;
|
|
157887
|
+
checkoutNoBlobs?: boolean | null | undefined;
|
|
157888
|
+
checkoutSparse?: boolean | null | undefined;
|
|
157348
157889
|
credentialId?: string | undefined;
|
|
157349
157890
|
connectionId?: string | null | undefined;
|
|
157350
157891
|
} | null | undefined;
|
|
@@ -157362,6 +157903,9 @@ declare const ExportDestinationsMapUpdate: z.ZodObject<{
|
|
|
157362
157903
|
commitMessage?: string | null | undefined;
|
|
157363
157904
|
pullRequestTitle?: string | null | undefined;
|
|
157364
157905
|
pullRequestDescription?: string | null | undefined;
|
|
157906
|
+
checkoutNoTags?: boolean | null | undefined;
|
|
157907
|
+
checkoutNoBlobs?: boolean | null | undefined;
|
|
157908
|
+
checkoutSparse?: boolean | null | undefined;
|
|
157365
157909
|
credentialId?: string | undefined;
|
|
157366
157910
|
connectionId?: string | null | undefined;
|
|
157367
157911
|
} | null | undefined;
|
|
@@ -157377,6 +157921,9 @@ declare const ExportDestinationsMapUpdate: z.ZodObject<{
|
|
|
157377
157921
|
commitMessage?: string | null | undefined;
|
|
157378
157922
|
pullRequestTitle?: string | null | undefined;
|
|
157379
157923
|
pullRequestDescription?: string | null | undefined;
|
|
157924
|
+
checkoutNoTags?: boolean | null | undefined;
|
|
157925
|
+
checkoutNoBlobs?: boolean | null | undefined;
|
|
157926
|
+
checkoutSparse?: boolean | null | undefined;
|
|
157380
157927
|
credentialId?: string | undefined;
|
|
157381
157928
|
connectionId?: string | null | undefined;
|
|
157382
157929
|
} | null | undefined;
|
|
@@ -157394,6 +157941,9 @@ declare const ExportDestinationsMapUpdate: z.ZodObject<{
|
|
|
157394
157941
|
commitMessage?: string | null | undefined;
|
|
157395
157942
|
pullRequestTitle?: string | null | undefined;
|
|
157396
157943
|
pullRequestDescription?: string | null | undefined;
|
|
157944
|
+
checkoutNoTags?: boolean | null | undefined;
|
|
157945
|
+
checkoutNoBlobs?: boolean | null | undefined;
|
|
157946
|
+
checkoutSparse?: boolean | null | undefined;
|
|
157397
157947
|
credentialId?: string | undefined;
|
|
157398
157948
|
connectionId?: string | null | undefined;
|
|
157399
157949
|
} | null | undefined;
|
|
@@ -157630,27 +158180,33 @@ declare const ExportJob: z.ZodObject<{
|
|
|
157630
158180
|
changes: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
157631
158181
|
groupPersistentIds: string[];
|
|
157632
158182
|
pagePersistentIds: string[];
|
|
158183
|
+
selectivePublishing?: boolean | undefined;
|
|
157633
158184
|
}, z.ZodTypeDef, {
|
|
157634
158185
|
groupPersistentIds: string[];
|
|
157635
158186
|
pagePersistentIds: string[];
|
|
158187
|
+
selectivePublishing?: boolean | undefined;
|
|
157636
158188
|
}>>>, {
|
|
157637
158189
|
groupPersistentIds: string[];
|
|
157638
158190
|
pagePersistentIds: string[];
|
|
158191
|
+
selectivePublishing?: boolean | undefined;
|
|
157639
158192
|
} | undefined, {
|
|
157640
158193
|
groupPersistentIds: string[];
|
|
157641
158194
|
pagePersistentIds: string[];
|
|
158195
|
+
selectivePublishing?: boolean | undefined;
|
|
157642
158196
|
} | null | undefined>;
|
|
157643
158197
|
}, "strip", z.ZodTypeAny, {
|
|
157644
158198
|
environment: "Live" | "Preview";
|
|
157645
158199
|
changes?: {
|
|
157646
158200
|
groupPersistentIds: string[];
|
|
157647
158201
|
pagePersistentIds: string[];
|
|
158202
|
+
selectivePublishing?: boolean | undefined;
|
|
157648
158203
|
} | undefined;
|
|
157649
158204
|
}, {
|
|
157650
158205
|
environment: "Live" | "Preview";
|
|
157651
158206
|
changes?: {
|
|
157652
158207
|
groupPersistentIds: string[];
|
|
157653
158208
|
pagePersistentIds: string[];
|
|
158209
|
+
selectivePublishing?: boolean | undefined;
|
|
157654
158210
|
} | null | undefined;
|
|
157655
158211
|
}>>;
|
|
157656
158212
|
destinationS3: z.ZodOptional<z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>>;
|
|
@@ -157668,6 +158224,9 @@ declare const ExportJob: z.ZodObject<{
|
|
|
157668
158224
|
commitMessage: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
157669
158225
|
pullRequestTitle: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
157670
158226
|
pullRequestDescription: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
158227
|
+
checkoutNoTags: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
158228
|
+
checkoutNoBlobs: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
158229
|
+
checkoutSparse: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
157671
158230
|
}>, "strip", z.ZodTypeAny, {
|
|
157672
158231
|
url: string;
|
|
157673
158232
|
branch: string;
|
|
@@ -157679,6 +158238,9 @@ declare const ExportJob: z.ZodObject<{
|
|
|
157679
158238
|
commitMessage?: string | undefined;
|
|
157680
158239
|
pullRequestTitle?: string | undefined;
|
|
157681
158240
|
pullRequestDescription?: string | undefined;
|
|
158241
|
+
checkoutNoTags?: boolean | undefined;
|
|
158242
|
+
checkoutNoBlobs?: boolean | undefined;
|
|
158243
|
+
checkoutSparse?: boolean | undefined;
|
|
157682
158244
|
credentialId?: string | undefined;
|
|
157683
158245
|
connectionId?: string | undefined;
|
|
157684
158246
|
}, {
|
|
@@ -157692,6 +158254,9 @@ declare const ExportJob: z.ZodObject<{
|
|
|
157692
158254
|
commitMessage?: string | null | undefined;
|
|
157693
158255
|
pullRequestTitle?: string | null | undefined;
|
|
157694
158256
|
pullRequestDescription?: string | null | undefined;
|
|
158257
|
+
checkoutNoTags?: boolean | null | undefined;
|
|
158258
|
+
checkoutNoBlobs?: boolean | null | undefined;
|
|
158259
|
+
checkoutSparse?: boolean | null | undefined;
|
|
157695
158260
|
credentialId?: string | undefined;
|
|
157696
158261
|
connectionId?: string | null | undefined;
|
|
157697
158262
|
}>>;
|
|
@@ -157712,6 +158277,9 @@ declare const ExportJob: z.ZodObject<{
|
|
|
157712
158277
|
commitMessage: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
157713
158278
|
pullRequestTitle: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
157714
158279
|
pullRequestDescription: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
158280
|
+
checkoutNoTags: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
158281
|
+
checkoutNoBlobs: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
158282
|
+
checkoutSparse: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
157715
158283
|
}>, "strip", z.ZodTypeAny, {
|
|
157716
158284
|
branch: string;
|
|
157717
158285
|
organizationId: string;
|
|
@@ -157726,6 +158294,9 @@ declare const ExportJob: z.ZodObject<{
|
|
|
157726
158294
|
commitMessage?: string | undefined;
|
|
157727
158295
|
pullRequestTitle?: string | undefined;
|
|
157728
158296
|
pullRequestDescription?: string | undefined;
|
|
158297
|
+
checkoutNoTags?: boolean | undefined;
|
|
158298
|
+
checkoutNoBlobs?: boolean | undefined;
|
|
158299
|
+
checkoutSparse?: boolean | undefined;
|
|
157729
158300
|
credentialId?: string | undefined;
|
|
157730
158301
|
connectionId?: string | undefined;
|
|
157731
158302
|
}, {
|
|
@@ -157742,6 +158313,9 @@ declare const ExportJob: z.ZodObject<{
|
|
|
157742
158313
|
commitMessage?: string | null | undefined;
|
|
157743
158314
|
pullRequestTitle?: string | null | undefined;
|
|
157744
158315
|
pullRequestDescription?: string | null | undefined;
|
|
158316
|
+
checkoutNoTags?: boolean | null | undefined;
|
|
158317
|
+
checkoutNoBlobs?: boolean | null | undefined;
|
|
158318
|
+
checkoutSparse?: boolean | null | undefined;
|
|
157745
158319
|
credentialId?: string | undefined;
|
|
157746
158320
|
connectionId?: string | null | undefined;
|
|
157747
158321
|
}>>;
|
|
@@ -157760,6 +158334,9 @@ declare const ExportJob: z.ZodObject<{
|
|
|
157760
158334
|
commitMessage: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
157761
158335
|
pullRequestTitle: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
157762
158336
|
pullRequestDescription: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
158337
|
+
checkoutNoTags: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
158338
|
+
checkoutNoBlobs: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
158339
|
+
checkoutSparse: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
157763
158340
|
}>, "strip", z.ZodTypeAny, {
|
|
157764
158341
|
branch: string;
|
|
157765
158342
|
projectId: string;
|
|
@@ -157772,6 +158349,9 @@ declare const ExportJob: z.ZodObject<{
|
|
|
157772
158349
|
commitMessage?: string | undefined;
|
|
157773
158350
|
pullRequestTitle?: string | undefined;
|
|
157774
158351
|
pullRequestDescription?: string | undefined;
|
|
158352
|
+
checkoutNoTags?: boolean | undefined;
|
|
158353
|
+
checkoutNoBlobs?: boolean | undefined;
|
|
158354
|
+
checkoutSparse?: boolean | undefined;
|
|
157775
158355
|
credentialId?: string | undefined;
|
|
157776
158356
|
connectionId?: string | undefined;
|
|
157777
158357
|
}, {
|
|
@@ -157786,6 +158366,9 @@ declare const ExportJob: z.ZodObject<{
|
|
|
157786
158366
|
commitMessage?: string | null | undefined;
|
|
157787
158367
|
pullRequestTitle?: string | null | undefined;
|
|
157788
158368
|
pullRequestDescription?: string | null | undefined;
|
|
158369
|
+
checkoutNoTags?: boolean | null | undefined;
|
|
158370
|
+
checkoutNoBlobs?: boolean | null | undefined;
|
|
158371
|
+
checkoutSparse?: boolean | null | undefined;
|
|
157789
158372
|
credentialId?: string | undefined;
|
|
157790
158373
|
connectionId?: string | null | undefined;
|
|
157791
158374
|
}>>;
|
|
@@ -157806,6 +158389,9 @@ declare const ExportJob: z.ZodObject<{
|
|
|
157806
158389
|
commitMessage: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
157807
158390
|
pullRequestTitle: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
157808
158391
|
pullRequestDescription: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
158392
|
+
checkoutNoTags: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
158393
|
+
checkoutNoBlobs: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
158394
|
+
checkoutSparse: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
157809
158395
|
}>, "strip", z.ZodTypeAny, {
|
|
157810
158396
|
branch: string;
|
|
157811
158397
|
workspaceSlug: string;
|
|
@@ -157820,6 +158406,9 @@ declare const ExportJob: z.ZodObject<{
|
|
|
157820
158406
|
commitMessage?: string | undefined;
|
|
157821
158407
|
pullRequestTitle?: string | undefined;
|
|
157822
158408
|
pullRequestDescription?: string | undefined;
|
|
158409
|
+
checkoutNoTags?: boolean | undefined;
|
|
158410
|
+
checkoutNoBlobs?: boolean | undefined;
|
|
158411
|
+
checkoutSparse?: boolean | undefined;
|
|
157823
158412
|
credentialId?: string | undefined;
|
|
157824
158413
|
connectionId?: string | undefined;
|
|
157825
158414
|
}, {
|
|
@@ -157836,6 +158425,9 @@ declare const ExportJob: z.ZodObject<{
|
|
|
157836
158425
|
commitMessage?: string | null | undefined;
|
|
157837
158426
|
pullRequestTitle?: string | null | undefined;
|
|
157838
158427
|
pullRequestDescription?: string | null | undefined;
|
|
158428
|
+
checkoutNoTags?: boolean | null | undefined;
|
|
158429
|
+
checkoutNoBlobs?: boolean | null | undefined;
|
|
158430
|
+
checkoutSparse?: boolean | null | undefined;
|
|
157839
158431
|
credentialId?: string | undefined;
|
|
157840
158432
|
connectionId?: string | null | undefined;
|
|
157841
158433
|
}>>;
|
|
@@ -158034,6 +158626,7 @@ declare const ExportJob: z.ZodObject<{
|
|
|
158034
158626
|
changes?: {
|
|
158035
158627
|
groupPersistentIds: string[];
|
|
158036
158628
|
pagePersistentIds: string[];
|
|
158629
|
+
selectivePublishing?: boolean | undefined;
|
|
158037
158630
|
} | undefined;
|
|
158038
158631
|
} | undefined;
|
|
158039
158632
|
destinationS3?: {} | undefined;
|
|
@@ -158048,6 +158641,9 @@ declare const ExportJob: z.ZodObject<{
|
|
|
158048
158641
|
commitMessage?: string | undefined;
|
|
158049
158642
|
pullRequestTitle?: string | undefined;
|
|
158050
158643
|
pullRequestDescription?: string | undefined;
|
|
158644
|
+
checkoutNoTags?: boolean | undefined;
|
|
158645
|
+
checkoutNoBlobs?: boolean | undefined;
|
|
158646
|
+
checkoutSparse?: boolean | undefined;
|
|
158051
158647
|
credentialId?: string | undefined;
|
|
158052
158648
|
connectionId?: string | undefined;
|
|
158053
158649
|
} | undefined;
|
|
@@ -158065,6 +158661,9 @@ declare const ExportJob: z.ZodObject<{
|
|
|
158065
158661
|
commitMessage?: string | undefined;
|
|
158066
158662
|
pullRequestTitle?: string | undefined;
|
|
158067
158663
|
pullRequestDescription?: string | undefined;
|
|
158664
|
+
checkoutNoTags?: boolean | undefined;
|
|
158665
|
+
checkoutNoBlobs?: boolean | undefined;
|
|
158666
|
+
checkoutSparse?: boolean | undefined;
|
|
158068
158667
|
credentialId?: string | undefined;
|
|
158069
158668
|
connectionId?: string | undefined;
|
|
158070
158669
|
} | undefined;
|
|
@@ -158080,6 +158679,9 @@ declare const ExportJob: z.ZodObject<{
|
|
|
158080
158679
|
commitMessage?: string | undefined;
|
|
158081
158680
|
pullRequestTitle?: string | undefined;
|
|
158082
158681
|
pullRequestDescription?: string | undefined;
|
|
158682
|
+
checkoutNoTags?: boolean | undefined;
|
|
158683
|
+
checkoutNoBlobs?: boolean | undefined;
|
|
158684
|
+
checkoutSparse?: boolean | undefined;
|
|
158083
158685
|
credentialId?: string | undefined;
|
|
158084
158686
|
connectionId?: string | undefined;
|
|
158085
158687
|
} | undefined;
|
|
@@ -158097,6 +158699,9 @@ declare const ExportJob: z.ZodObject<{
|
|
|
158097
158699
|
commitMessage?: string | undefined;
|
|
158098
158700
|
pullRequestTitle?: string | undefined;
|
|
158099
158701
|
pullRequestDescription?: string | undefined;
|
|
158702
|
+
checkoutNoTags?: boolean | undefined;
|
|
158703
|
+
checkoutNoBlobs?: boolean | undefined;
|
|
158704
|
+
checkoutSparse?: boolean | undefined;
|
|
158100
158705
|
credentialId?: string | undefined;
|
|
158101
158706
|
connectionId?: string | undefined;
|
|
158102
158707
|
} | undefined;
|
|
@@ -158156,6 +158761,7 @@ declare const ExportJob: z.ZodObject<{
|
|
|
158156
158761
|
changes?: {
|
|
158157
158762
|
groupPersistentIds: string[];
|
|
158158
158763
|
pagePersistentIds: string[];
|
|
158764
|
+
selectivePublishing?: boolean | undefined;
|
|
158159
158765
|
} | null | undefined;
|
|
158160
158766
|
} | undefined;
|
|
158161
158767
|
destinationS3?: {} | undefined;
|
|
@@ -158170,6 +158776,9 @@ declare const ExportJob: z.ZodObject<{
|
|
|
158170
158776
|
commitMessage?: string | null | undefined;
|
|
158171
158777
|
pullRequestTitle?: string | null | undefined;
|
|
158172
158778
|
pullRequestDescription?: string | null | undefined;
|
|
158779
|
+
checkoutNoTags?: boolean | null | undefined;
|
|
158780
|
+
checkoutNoBlobs?: boolean | null | undefined;
|
|
158781
|
+
checkoutSparse?: boolean | null | undefined;
|
|
158173
158782
|
credentialId?: string | undefined;
|
|
158174
158783
|
connectionId?: string | null | undefined;
|
|
158175
158784
|
} | undefined;
|
|
@@ -158187,6 +158796,9 @@ declare const ExportJob: z.ZodObject<{
|
|
|
158187
158796
|
commitMessage?: string | null | undefined;
|
|
158188
158797
|
pullRequestTitle?: string | null | undefined;
|
|
158189
158798
|
pullRequestDescription?: string | null | undefined;
|
|
158799
|
+
checkoutNoTags?: boolean | null | undefined;
|
|
158800
|
+
checkoutNoBlobs?: boolean | null | undefined;
|
|
158801
|
+
checkoutSparse?: boolean | null | undefined;
|
|
158190
158802
|
credentialId?: string | undefined;
|
|
158191
158803
|
connectionId?: string | null | undefined;
|
|
158192
158804
|
} | undefined;
|
|
@@ -158202,6 +158814,9 @@ declare const ExportJob: z.ZodObject<{
|
|
|
158202
158814
|
commitMessage?: string | null | undefined;
|
|
158203
158815
|
pullRequestTitle?: string | null | undefined;
|
|
158204
158816
|
pullRequestDescription?: string | null | undefined;
|
|
158817
|
+
checkoutNoTags?: boolean | null | undefined;
|
|
158818
|
+
checkoutNoBlobs?: boolean | null | undefined;
|
|
158819
|
+
checkoutSparse?: boolean | null | undefined;
|
|
158205
158820
|
credentialId?: string | undefined;
|
|
158206
158821
|
connectionId?: string | null | undefined;
|
|
158207
158822
|
} | undefined;
|
|
@@ -158219,6 +158834,9 @@ declare const ExportJob: z.ZodObject<{
|
|
|
158219
158834
|
commitMessage?: string | null | undefined;
|
|
158220
158835
|
pullRequestTitle?: string | null | undefined;
|
|
158221
158836
|
pullRequestDescription?: string | null | undefined;
|
|
158837
|
+
checkoutNoTags?: boolean | null | undefined;
|
|
158838
|
+
checkoutNoBlobs?: boolean | null | undefined;
|
|
158839
|
+
checkoutSparse?: boolean | null | undefined;
|
|
158222
158840
|
credentialId?: string | undefined;
|
|
158223
158841
|
connectionId?: string | null | undefined;
|
|
158224
158842
|
} | undefined;
|
|
@@ -161107,27 +161725,33 @@ declare const Pipeline: z.ZodObject<{
|
|
|
161107
161725
|
changes: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
|
|
161108
161726
|
groupPersistentIds: string[];
|
|
161109
161727
|
pagePersistentIds: string[];
|
|
161728
|
+
selectivePublishing?: boolean | undefined;
|
|
161110
161729
|
}, z.ZodTypeDef, {
|
|
161111
161730
|
groupPersistentIds: string[];
|
|
161112
161731
|
pagePersistentIds: string[];
|
|
161732
|
+
selectivePublishing?: boolean | undefined;
|
|
161113
161733
|
}>>>, {
|
|
161114
161734
|
groupPersistentIds: string[];
|
|
161115
161735
|
pagePersistentIds: string[];
|
|
161736
|
+
selectivePublishing?: boolean | undefined;
|
|
161116
161737
|
} | undefined, {
|
|
161117
161738
|
groupPersistentIds: string[];
|
|
161118
161739
|
pagePersistentIds: string[];
|
|
161740
|
+
selectivePublishing?: boolean | undefined;
|
|
161119
161741
|
} | null | undefined>;
|
|
161120
161742
|
}, "strip", z.ZodTypeAny, {
|
|
161121
161743
|
environment: "Live" | "Preview";
|
|
161122
161744
|
changes?: {
|
|
161123
161745
|
groupPersistentIds: string[];
|
|
161124
161746
|
pagePersistentIds: string[];
|
|
161747
|
+
selectivePublishing?: boolean | undefined;
|
|
161125
161748
|
} | undefined;
|
|
161126
161749
|
}, {
|
|
161127
161750
|
environment: "Live" | "Preview";
|
|
161128
161751
|
changes?: {
|
|
161129
161752
|
groupPersistentIds: string[];
|
|
161130
161753
|
pagePersistentIds: string[];
|
|
161754
|
+
selectivePublishing?: boolean | undefined;
|
|
161131
161755
|
} | null | undefined;
|
|
161132
161756
|
}>>;
|
|
161133
161757
|
destinationS3: z.ZodOptional<z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>>;
|
|
@@ -161145,6 +161769,9 @@ declare const Pipeline: z.ZodObject<{
|
|
|
161145
161769
|
commitMessage: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
161146
161770
|
pullRequestTitle: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
161147
161771
|
pullRequestDescription: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
161772
|
+
checkoutNoTags: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
161773
|
+
checkoutNoBlobs: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
161774
|
+
checkoutSparse: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
161148
161775
|
}>, "strip", z.ZodTypeAny, {
|
|
161149
161776
|
url: string;
|
|
161150
161777
|
branch: string;
|
|
@@ -161156,6 +161783,9 @@ declare const Pipeline: z.ZodObject<{
|
|
|
161156
161783
|
commitMessage?: string | undefined;
|
|
161157
161784
|
pullRequestTitle?: string | undefined;
|
|
161158
161785
|
pullRequestDescription?: string | undefined;
|
|
161786
|
+
checkoutNoTags?: boolean | undefined;
|
|
161787
|
+
checkoutNoBlobs?: boolean | undefined;
|
|
161788
|
+
checkoutSparse?: boolean | undefined;
|
|
161159
161789
|
credentialId?: string | undefined;
|
|
161160
161790
|
connectionId?: string | undefined;
|
|
161161
161791
|
}, {
|
|
@@ -161169,6 +161799,9 @@ declare const Pipeline: z.ZodObject<{
|
|
|
161169
161799
|
commitMessage?: string | null | undefined;
|
|
161170
161800
|
pullRequestTitle?: string | null | undefined;
|
|
161171
161801
|
pullRequestDescription?: string | null | undefined;
|
|
161802
|
+
checkoutNoTags?: boolean | null | undefined;
|
|
161803
|
+
checkoutNoBlobs?: boolean | null | undefined;
|
|
161804
|
+
checkoutSparse?: boolean | null | undefined;
|
|
161172
161805
|
credentialId?: string | undefined;
|
|
161173
161806
|
connectionId?: string | null | undefined;
|
|
161174
161807
|
}>>;
|
|
@@ -161189,6 +161822,9 @@ declare const Pipeline: z.ZodObject<{
|
|
|
161189
161822
|
commitMessage: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
161190
161823
|
pullRequestTitle: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
161191
161824
|
pullRequestDescription: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
161825
|
+
checkoutNoTags: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
161826
|
+
checkoutNoBlobs: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
161827
|
+
checkoutSparse: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
161192
161828
|
}>, "strip", z.ZodTypeAny, {
|
|
161193
161829
|
branch: string;
|
|
161194
161830
|
organizationId: string;
|
|
@@ -161203,6 +161839,9 @@ declare const Pipeline: z.ZodObject<{
|
|
|
161203
161839
|
commitMessage?: string | undefined;
|
|
161204
161840
|
pullRequestTitle?: string | undefined;
|
|
161205
161841
|
pullRequestDescription?: string | undefined;
|
|
161842
|
+
checkoutNoTags?: boolean | undefined;
|
|
161843
|
+
checkoutNoBlobs?: boolean | undefined;
|
|
161844
|
+
checkoutSparse?: boolean | undefined;
|
|
161206
161845
|
credentialId?: string | undefined;
|
|
161207
161846
|
connectionId?: string | undefined;
|
|
161208
161847
|
}, {
|
|
@@ -161219,6 +161858,9 @@ declare const Pipeline: z.ZodObject<{
|
|
|
161219
161858
|
commitMessage?: string | null | undefined;
|
|
161220
161859
|
pullRequestTitle?: string | null | undefined;
|
|
161221
161860
|
pullRequestDescription?: string | null | undefined;
|
|
161861
|
+
checkoutNoTags?: boolean | null | undefined;
|
|
161862
|
+
checkoutNoBlobs?: boolean | null | undefined;
|
|
161863
|
+
checkoutSparse?: boolean | null | undefined;
|
|
161222
161864
|
credentialId?: string | undefined;
|
|
161223
161865
|
connectionId?: string | null | undefined;
|
|
161224
161866
|
}>>;
|
|
@@ -161237,6 +161879,9 @@ declare const Pipeline: z.ZodObject<{
|
|
|
161237
161879
|
commitMessage: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
161238
161880
|
pullRequestTitle: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
161239
161881
|
pullRequestDescription: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
161882
|
+
checkoutNoTags: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
161883
|
+
checkoutNoBlobs: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
161884
|
+
checkoutSparse: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
161240
161885
|
}>, "strip", z.ZodTypeAny, {
|
|
161241
161886
|
branch: string;
|
|
161242
161887
|
projectId: string;
|
|
@@ -161249,6 +161894,9 @@ declare const Pipeline: z.ZodObject<{
|
|
|
161249
161894
|
commitMessage?: string | undefined;
|
|
161250
161895
|
pullRequestTitle?: string | undefined;
|
|
161251
161896
|
pullRequestDescription?: string | undefined;
|
|
161897
|
+
checkoutNoTags?: boolean | undefined;
|
|
161898
|
+
checkoutNoBlobs?: boolean | undefined;
|
|
161899
|
+
checkoutSparse?: boolean | undefined;
|
|
161252
161900
|
credentialId?: string | undefined;
|
|
161253
161901
|
connectionId?: string | undefined;
|
|
161254
161902
|
}, {
|
|
@@ -161263,6 +161911,9 @@ declare const Pipeline: z.ZodObject<{
|
|
|
161263
161911
|
commitMessage?: string | null | undefined;
|
|
161264
161912
|
pullRequestTitle?: string | null | undefined;
|
|
161265
161913
|
pullRequestDescription?: string | null | undefined;
|
|
161914
|
+
checkoutNoTags?: boolean | null | undefined;
|
|
161915
|
+
checkoutNoBlobs?: boolean | null | undefined;
|
|
161916
|
+
checkoutSparse?: boolean | null | undefined;
|
|
161266
161917
|
credentialId?: string | undefined;
|
|
161267
161918
|
connectionId?: string | null | undefined;
|
|
161268
161919
|
}>>;
|
|
@@ -161283,6 +161934,9 @@ declare const Pipeline: z.ZodObject<{
|
|
|
161283
161934
|
commitMessage: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
161284
161935
|
pullRequestTitle: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
161285
161936
|
pullRequestDescription: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
|
|
161937
|
+
checkoutNoTags: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
161938
|
+
checkoutNoBlobs: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
161939
|
+
checkoutSparse: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
|
|
161286
161940
|
}>, "strip", z.ZodTypeAny, {
|
|
161287
161941
|
branch: string;
|
|
161288
161942
|
workspaceSlug: string;
|
|
@@ -161297,6 +161951,9 @@ declare const Pipeline: z.ZodObject<{
|
|
|
161297
161951
|
commitMessage?: string | undefined;
|
|
161298
161952
|
pullRequestTitle?: string | undefined;
|
|
161299
161953
|
pullRequestDescription?: string | undefined;
|
|
161954
|
+
checkoutNoTags?: boolean | undefined;
|
|
161955
|
+
checkoutNoBlobs?: boolean | undefined;
|
|
161956
|
+
checkoutSparse?: boolean | undefined;
|
|
161300
161957
|
credentialId?: string | undefined;
|
|
161301
161958
|
connectionId?: string | undefined;
|
|
161302
161959
|
}, {
|
|
@@ -161313,6 +161970,9 @@ declare const Pipeline: z.ZodObject<{
|
|
|
161313
161970
|
commitMessage?: string | null | undefined;
|
|
161314
161971
|
pullRequestTitle?: string | null | undefined;
|
|
161315
161972
|
pullRequestDescription?: string | null | undefined;
|
|
161973
|
+
checkoutNoTags?: boolean | null | undefined;
|
|
161974
|
+
checkoutNoBlobs?: boolean | null | undefined;
|
|
161975
|
+
checkoutSparse?: boolean | null | undefined;
|
|
161316
161976
|
credentialId?: string | undefined;
|
|
161317
161977
|
connectionId?: string | null | undefined;
|
|
161318
161978
|
}>>;
|
|
@@ -161346,6 +162006,7 @@ declare const Pipeline: z.ZodObject<{
|
|
|
161346
162006
|
changes?: {
|
|
161347
162007
|
groupPersistentIds: string[];
|
|
161348
162008
|
pagePersistentIds: string[];
|
|
162009
|
+
selectivePublishing?: boolean | undefined;
|
|
161349
162010
|
} | undefined;
|
|
161350
162011
|
} | undefined;
|
|
161351
162012
|
destinationS3?: {} | undefined;
|
|
@@ -161360,6 +162021,9 @@ declare const Pipeline: z.ZodObject<{
|
|
|
161360
162021
|
commitMessage?: string | undefined;
|
|
161361
162022
|
pullRequestTitle?: string | undefined;
|
|
161362
162023
|
pullRequestDescription?: string | undefined;
|
|
162024
|
+
checkoutNoTags?: boolean | undefined;
|
|
162025
|
+
checkoutNoBlobs?: boolean | undefined;
|
|
162026
|
+
checkoutSparse?: boolean | undefined;
|
|
161363
162027
|
credentialId?: string | undefined;
|
|
161364
162028
|
connectionId?: string | undefined;
|
|
161365
162029
|
} | undefined;
|
|
@@ -161377,6 +162041,9 @@ declare const Pipeline: z.ZodObject<{
|
|
|
161377
162041
|
commitMessage?: string | undefined;
|
|
161378
162042
|
pullRequestTitle?: string | undefined;
|
|
161379
162043
|
pullRequestDescription?: string | undefined;
|
|
162044
|
+
checkoutNoTags?: boolean | undefined;
|
|
162045
|
+
checkoutNoBlobs?: boolean | undefined;
|
|
162046
|
+
checkoutSparse?: boolean | undefined;
|
|
161380
162047
|
credentialId?: string | undefined;
|
|
161381
162048
|
connectionId?: string | undefined;
|
|
161382
162049
|
} | undefined;
|
|
@@ -161392,6 +162059,9 @@ declare const Pipeline: z.ZodObject<{
|
|
|
161392
162059
|
commitMessage?: string | undefined;
|
|
161393
162060
|
pullRequestTitle?: string | undefined;
|
|
161394
162061
|
pullRequestDescription?: string | undefined;
|
|
162062
|
+
checkoutNoTags?: boolean | undefined;
|
|
162063
|
+
checkoutNoBlobs?: boolean | undefined;
|
|
162064
|
+
checkoutSparse?: boolean | undefined;
|
|
161395
162065
|
credentialId?: string | undefined;
|
|
161396
162066
|
connectionId?: string | undefined;
|
|
161397
162067
|
} | undefined;
|
|
@@ -161409,6 +162079,9 @@ declare const Pipeline: z.ZodObject<{
|
|
|
161409
162079
|
commitMessage?: string | undefined;
|
|
161410
162080
|
pullRequestTitle?: string | undefined;
|
|
161411
162081
|
pullRequestDescription?: string | undefined;
|
|
162082
|
+
checkoutNoTags?: boolean | undefined;
|
|
162083
|
+
checkoutNoBlobs?: boolean | undefined;
|
|
162084
|
+
checkoutSparse?: boolean | undefined;
|
|
161412
162085
|
credentialId?: string | undefined;
|
|
161413
162086
|
connectionId?: string | undefined;
|
|
161414
162087
|
} | undefined;
|
|
@@ -161431,6 +162104,7 @@ declare const Pipeline: z.ZodObject<{
|
|
|
161431
162104
|
changes?: {
|
|
161432
162105
|
groupPersistentIds: string[];
|
|
161433
162106
|
pagePersistentIds: string[];
|
|
162107
|
+
selectivePublishing?: boolean | undefined;
|
|
161434
162108
|
} | null | undefined;
|
|
161435
162109
|
} | undefined;
|
|
161436
162110
|
destinationS3?: {} | undefined;
|
|
@@ -161445,6 +162119,9 @@ declare const Pipeline: z.ZodObject<{
|
|
|
161445
162119
|
commitMessage?: string | null | undefined;
|
|
161446
162120
|
pullRequestTitle?: string | null | undefined;
|
|
161447
162121
|
pullRequestDescription?: string | null | undefined;
|
|
162122
|
+
checkoutNoTags?: boolean | null | undefined;
|
|
162123
|
+
checkoutNoBlobs?: boolean | null | undefined;
|
|
162124
|
+
checkoutSparse?: boolean | null | undefined;
|
|
161448
162125
|
credentialId?: string | undefined;
|
|
161449
162126
|
connectionId?: string | null | undefined;
|
|
161450
162127
|
} | undefined;
|
|
@@ -161462,6 +162139,9 @@ declare const Pipeline: z.ZodObject<{
|
|
|
161462
162139
|
commitMessage?: string | null | undefined;
|
|
161463
162140
|
pullRequestTitle?: string | null | undefined;
|
|
161464
162141
|
pullRequestDescription?: string | null | undefined;
|
|
162142
|
+
checkoutNoTags?: boolean | null | undefined;
|
|
162143
|
+
checkoutNoBlobs?: boolean | null | undefined;
|
|
162144
|
+
checkoutSparse?: boolean | null | undefined;
|
|
161465
162145
|
credentialId?: string | undefined;
|
|
161466
162146
|
connectionId?: string | null | undefined;
|
|
161467
162147
|
} | undefined;
|
|
@@ -161477,6 +162157,9 @@ declare const Pipeline: z.ZodObject<{
|
|
|
161477
162157
|
commitMessage?: string | null | undefined;
|
|
161478
162158
|
pullRequestTitle?: string | null | undefined;
|
|
161479
162159
|
pullRequestDescription?: string | null | undefined;
|
|
162160
|
+
checkoutNoTags?: boolean | null | undefined;
|
|
162161
|
+
checkoutNoBlobs?: boolean | null | undefined;
|
|
162162
|
+
checkoutSparse?: boolean | null | undefined;
|
|
161480
162163
|
credentialId?: string | undefined;
|
|
161481
162164
|
connectionId?: string | null | undefined;
|
|
161482
162165
|
} | undefined;
|
|
@@ -161494,6 +162177,9 @@ declare const Pipeline: z.ZodObject<{
|
|
|
161494
162177
|
commitMessage?: string | null | undefined;
|
|
161495
162178
|
pullRequestTitle?: string | null | undefined;
|
|
161496
162179
|
pullRequestDescription?: string | null | undefined;
|
|
162180
|
+
checkoutNoTags?: boolean | null | undefined;
|
|
162181
|
+
checkoutNoBlobs?: boolean | null | undefined;
|
|
162182
|
+
checkoutSparse?: boolean | null | undefined;
|
|
161497
162183
|
credentialId?: string | undefined;
|
|
161498
162184
|
connectionId?: string | null | undefined;
|
|
161499
162185
|
} | undefined;
|
|
@@ -161684,6 +162370,13 @@ declare const PulsarContributionConfigurationProperty: z.ZodObject<z.objectUtil.
|
|
|
161684
162370
|
}>;
|
|
161685
162371
|
type PulsarContributionConfigurationProperty = z.infer<typeof PulsarContributionConfigurationProperty>;
|
|
161686
162372
|
|
|
162373
|
+
declare const FeatureFlagDefaults: {
|
|
162374
|
+
readonly DocumentationIgnoreSnapshotsOnPublish: string;
|
|
162375
|
+
};
|
|
162376
|
+
type FeatureFlagWithDefaults = keyof typeof FeatureFlagDefaults;
|
|
162377
|
+
type FeatureFlagDefaultsTypes = {
|
|
162378
|
+
[K in FeatureFlagWithDefaults]: (typeof FeatureFlagDefaults)[K];
|
|
162379
|
+
};
|
|
161687
162380
|
declare const FlaggedFeature: z.ZodEnum<["FigmaImporterV2", "DisableImporter", "VariablesOrder", "TypographyPropsKeepAliases", "GradientPropsKeepAliases", "ShadowPropsKeepAliases", "NonCompatibleTypeChanges", "TypographyUseFontStyle", "FigmaImporterV3", "PulsarDebugMode", "PulsarLogSdkNetwork", "PulsarCacheSdk", "PulsarPreloadData", "PulsarConcurrencyMode", "PulsarConcurrency", "PulsarProfilerMode"]>;
|
|
161688
162381
|
type FlaggedFeature = z.infer<typeof FlaggedFeature>;
|
|
161689
162382
|
declare const FeatureFlagMap: z.ZodRecord<z.ZodEnum<["FigmaImporterV2", "DisableImporter", "VariablesOrder", "TypographyPropsKeepAliases", "GradientPropsKeepAliases", "ShadowPropsKeepAliases", "NonCompatibleTypeChanges", "TypographyUseFontStyle", "FigmaImporterV3", "PulsarDebugMode", "PulsarLogSdkNetwork", "PulsarCacheSdk", "PulsarPreloadData", "PulsarConcurrencyMode", "PulsarConcurrency", "PulsarProfilerMode"]>, z.ZodBoolean>;
|
|
@@ -192005,4 +192698,4 @@ type PersonalAccessTokenWithUser = {
|
|
|
192005
192698
|
token: PersonalAccessToken;
|
|
192006
192699
|
};
|
|
192007
192700
|
|
|
192008
|
-
export { Address, type AllFields, AnalyzeCodeComponentsInPackage, type ArrayElementType, Asset, AssetDeleteSchedule, type AssetDeleteScheduleDbInput, AssetDeleteScheduleStatus, AssetDynamoRecord, AssetFontProperties, type AssetImportModel, AssetImportModelInput, AssetOrigin, AssetProperties, AssetReference, type AssetReferenceDiff, AssetRenderConfiguration, AssetScope, AssetType, AssetValue, AuthTokens, AuthV2Request, AuthV2Session, BillingDetails, type BillingInterval, BillingIntervalSchema, BillingType, BillingTypeSchema, BlurTokenData, BlurType, BlurValue, BorderPosition, BorderRadiusTokenData, BorderRadiusUnit, BorderRadiusValue, BorderStyle, BorderTokenData, BorderValue, BorderWidthTokenData, BorderWidthUnit, BorderWidthValue, Brand, BrandedElementGroup, type Card, CardSchema, ChangedImportedFigmaSourceData, CodeComponent, type CodeComponentCreate, CodeComponentParentType, CodeComponentProperty, CodeComponentResolvedType, CodeComponentResolvedTypeKind, type CodeComponentUpdate, type CodeComponentUpsert, CodeComponentUpsertResponse, CodeIntegrationDump, Collection, CollectionImportModel, CollectionImportModelInput, CollectionOrigin, ColorTokenData, ColorTokenInlineData, ColorValue, ComponentElementData, ContentLoadInstruction, ContentLoaderPayload, type CreateAssetReference, type CreateBrand, type CreateCollection, type CreateDataSource, type CreateDesignElement, type CreateDesignElementReference, type CreateDesignSystem, type CreateDesignSystemInvitation, type CreateDesignSystemMembership, type CreateDesignSystemVersion, type CreateDesignSystemVersionRoom, CreateDesignToken, type CreateDocumentationPageApproval, type CreateDocumentationPageContent, type CreateDocumentationPageDependencies, type CreateDocumentationPageRoom, type CreateDocumentationPageSnapshot, type CreateDocumentationPageV1, type CreateDocumentationPageV2, type CreateElementGroup, type CreateElementGroupSnapshot, type CreateElementPropertyDefinition, type CreateElementPropertyValue, type CreateElementView, type CreateElementViewColumn, type CreateExportJob, type CreateExporterMembership, type CreateFigmaComponent, type CreateFigmaFileStructure, type CreateFigmaNodeReference, type CreateFigmaNodeStructureV2, type CreateImportJob, type CreatePersonalAccessToken, type CreatePortalSettings, type CreatePublishedDocPage, type CreatePublishedDocPageVisitsEntry, type CreateStorybookEntry, type CreateStorybookPayload, type CreateTheme, type CreateWorkspaceDbInput, CreateWorkspaceInput, type CreateWorkspaceInvitation, type CreateWorkspaceMembership, type CreateWorkspaceRoom, CustomDomain, type CustomDomainState, Customer, DataSource, DataSourceAutoImportMode, DataSourceFigmaFileData, DataSourceFigmaFileVersionData, DataSourceFigmaImportMetadata, DataSourceFigmaRemote, DataSourceFigmaScope, DataSourceFigmaState, DataSourceImportModel, type DataSourceOfType, DataSourceRemote, DataSourceRemoteType, DataSourceStats, DataSourceStorybookRemote, DataSourceTokenStudioRemote, DataSourceUploadImportMetadata, DataSourceUploadRemote, DataSourceUploadRemoteSource, DataSourceVersion, type DbCreateInputOmit, type DbUpdate, type DbUpdateInputOmit, type Defined, DependencyDefinition, DesignElement, DesignElementBase, DesignElementBrandedPart, DesignElementCategory, DesignElementGroupableBase, DesignElementGroupablePart, DesignElementGroupableRequiredPart, DesignElementImportedBase, DesignElementOrigin, type DesignElementOriginImportModel, type DesignElementReference, DesignElementSlugPart, DesignElementSnapshotBase, DesignElementSnapshotReason, DesignElementType, DesignSystem, DesignSystemAccessMode, DesignSystemDump, DesignSystemElementExportProps, DesignSystemInvitation, type DesignSystemInvitationAddition, DesignSystemInvite, DesignSystemInviteEmailData, DesignSystemInviteEmailRecipient, DesignSystemInviteUpdate, DesignSystemMemberUpdate, DesignSystemMembers, DesignSystemMembership, type DesignSystemMembershipAddition, DesignSystemMembershipUpdates, DesignSystemPendingMemberInvitation, type DesignSystemPendingMemberInvite, DesignSystemRole, DesignSystemSwitcher, DesignSystemUserInvitation, DesignSystemVersion, DesignSystemVersionDump, DesignSystemVersionMultiplayerDump, type DesignSystemVersionParsedRoomId, DesignSystemVersionRoom, DesignSystemVersionRoomInitialState, DesignSystemVersionRoomInternalSettings, DesignSystemVersionRoomUpdate, DesignToken, DesignTokenBase, DesignTokenImportModel, DesignTokenImportModelBase, DesignTokenImportModelInput, DesignTokenImportModelInputBase, type DesignTokenImportModelInputOfType, type DesignTokenImportModelOfType, type DesignTokenOfType, DesignTokenOrigin, DesignTokenOriginPart, DesignTokenType, DesignTokenTypedData, type DesignTokenTypedDataOfType, type DesignTokensDiff, DimensionTokenData, DimensionUnit, DimensionValue, DocumentationComment, DocumentationCommentThread, DocumentationGroupBehavior, DocumentationGroupV1, DocumentationItemConfigurationV1, DocumentationItemConfigurationV2, DocumentationItemHeaderAlignment, DocumentationItemHeaderAlignmentSchema, DocumentationItemHeaderImageScaleType, DocumentationItemHeaderImageScaleTypeSchema, DocumentationItemHeaderV1, DocumentationItemHeaderV2, DocumentationLinkPreview, DocumentationPage, DocumentationPageAnchor, DocumentationPageApproval, DocumentationPageApprovalState, DocumentationPageContent, DocumentationPageContentBackup, DocumentationPageContentData, DocumentationPageContentItem, DocumentationPageDataV1, DocumentationPageDataV2, DocumentationPageDependencies, DocumentationPageGroup, type DocumentationPageOldParsedRoomId, type DocumentationPageParsedRoomId, DocumentationPageRoom, DocumentationPageRoomDump, DocumentationPageRoomInitialStateUpdate, DocumentationPageRoomRoomUpdate, DocumentationPageRoomState, DocumentationPageSnapshot, DocumentationPageV1, DocumentationPageV2, DocumentationSettings, DocumentationThreadDump, DurationTokenData, DurationUnit, DurationValue, ElementGroup, ElementGroupDataV1, ElementGroupDataV2, ElementGroupSnapshot, type ElementGroupsDiff, ElementPropertyDefinition, type ElementPropertyDefinitionDiff, ElementPropertyDefinitionOption, ElementPropertyImmutableType, ElementPropertyLinkType, type ElementPropertyReference, ElementPropertyTargetType, ElementPropertyType, ElementPropertyTypeSchema, ElementPropertyValue, type ElementPropertyValueDiff, ElementView, ElementViewBaseColumnType, ElementViewBasePropertyColumn, ElementViewColumn, ElementViewColumnSharedAttributes, ElementViewColumnType, ElementViewPropertyDefinitionColumn, ElementViewThemeColumn, Entity, Event, EventDataSourceImported, EventDocumentationPublished, EventVersionReleased, type ExplicitPartial, ExportDestinationsMap, ExportDestinationsMapUpdate, ExportJob, ExportJobContext, ExportJobDebugContext, ExportJobDestinationType, ExportJobDocsDestinationResult, ExportJobDocumentationChanges, ExportJobDocumentationContext, ExportJobDump, ExportJobExporterConfiguration, ExportJobFindByFilter, ExportJobLogEntry, ExportJobLogEntryType, ExportJobPullRequestDestinationResult, ExportJobResult, ExportJobS3DestinationResult, ExportJobStatus, Exporter, ExporterConfigurationPropertyValue, ExporterDestinationAzure, ExporterDestinationBitbucket, ExporterDestinationDocs, ExporterDestinationGithub, ExporterDestinationGitlab, ExporterDestinationS3, ExporterDetails, ExporterFunctionPayload, ExporterPropertyDefinition, ExporterPropertyDefinitionArray, ExporterPropertyDefinitionBoolean, ExporterPropertyDefinitionCode, ExporterPropertyDefinitionEnum, ExporterPropertyDefinitionEnumOption, ExporterPropertyDefinitionNumber, ExporterPropertyDefinitionObject, ExporterPropertyDefinitionString, type ExporterPropertyDefinitionValue, ExporterPropertyImageValue, ExporterPropertyType, ExporterPropertyValue, ExporterPropertyValueMap, ExporterPropertyValuesCollection, ExporterPulsarDetails, ExporterSource, ExporterTag, ExporterType, ExporterWorkspaceMembership, ExporterWorkspaceMembershipRole, type ExtendedIntegration, ExtendedIntegrationType, ExternalOAuthRequest, ExternalServiceType, FeatureFlag, FeatureFlagMap, FeatureFlagsKeepAliases, type FeatureLimitedDetails, type FeatureToggleDetails, type FeatureWithImportJobsDetails, FeaturesSummary, FigmaComponent, FigmaComponentAsset, FigmaComponentBooleanProperty, type FigmaComponentDiff, FigmaComponentImportModel, FigmaComponentImportModelInput, FigmaComponentInstancePreview, FigmaComponentInstanceSwapProperty, FigmaComponentOrigin, FigmaComponentOriginPart, FigmaComponentProperty, FigmaComponentPropertyMap, FigmaComponentPropertyOrigin, FigmaComponentPropertyType, FigmaComponentTextProperty, FigmaComponentVariantProperty, type FigmaExporter, FigmaExporterAnyDesignNodeSchema, FigmaFile, FigmaFileAccessData, FigmaFileDownloadScope, FigmaFileStructure, FigmaFileStructureData, type FigmaFileStructureDiff, FigmaFileStructureElementData, FigmaFileStructureImportModel, FigmaFileStructureImportModelInput, FigmaFileStructureNode, FigmaFileStructureNodeBase, FigmaFileStructureNodeImportModel, FigmaFileStructureNodeType, FigmaFileStructureOrigin, FigmaFileStructureStatistics, FigmaImportBaseContext, FigmaImportContextWithDownloadScopes, FigmaImportContextWithSourcesState, FigmaNodeReference, FigmaNodeReferenceData, type FigmaNodeReferenceDiff, FigmaNodeReferenceOrigin, FigmaNodeRelinkData, FigmaNodeRenderError, FigmaNodeRenderErrorType, FigmaNodeRenderFormat, FigmaNodeRenderState, FigmaNodeRenderedImage, FigmaNodeRendererPayload, FigmaNodeStructureDataV2, FigmaNodeStructureStateV2, FigmaNodeStructureV2, FigmaPngRenderImportModel, FigmaRenderBase, FigmaRenderFormat, FigmaRenderImportModel, FigmaSvgRenderImportModel, FileStructureStats, FlaggedFeature, FontFamilyTokenData, FontFamilyValue, FontSizeTokenData, FontSizeUnit, FontSizeValue, FontTokenData, FontValue, FontWeightTokenData, FontWeightValue, ForgeChatMessage, ForgeChatMessageSender, ForgeChatMessageSenderType, ForgeChatThread, GitBranch, GitCommonDestinationOptions, GitIntegrationType, GitInteropPulsarError, GitObjectsQuery, GitOrganization, GitProject, GitProvider, GitProviderNames, GitRepository, GradientLayerData, GradientLayerValue, GradientStop, GradientTokenData, GradientTokenValue, GradientType, HANDLE_MAX_LENGTH, HANDLE_MIN_LENGTH, HierarchicalElements, IconSet, ImageImportModel, ImageImportModelType, ImportFunctionInput, ImportJob, ImportJobOperation, ImportJobState, ImportModelBase, ImportModelCollection, ImportModelInputBase, ImportModelInputCollection, ImportWarning, ImportWarningType, type ImportedAsset, type ImportedDesignToken, type ImportedDesignTokenOfType, type ImportedFigmaComponent, ImportedFigmaSourceData, Integration, IntegrationAuthType, IntegrationCredentials, IntegrationCredentialsProfile, IntegrationCredentialsState, IntegrationCredentialsType, IntegrationDesignSystem, IntegrationToken, type IntegrationTokenOld, IntegrationTokenSchemaOld, IntegrationType, IntegrationUserInfo, InternalStatus, InternalStatusSchema, type Invoice, type InvoiceCoupon, InvoiceCouponSchema, type InvoiceLine, InvoiceLineSchema, InvoiceSchema, LetterSpacingTokenData, LetterSpacingUnit, LetterSpacingValue, LineHeightTokenData, LineHeightUnit, LineHeightValue, ListExporterQuery, LiveblocksNotificationSettings, MAX_MEMBERS_COUNT, NpmPackage, NpmProxyToken, NpmProxyTokenPayload, NpmRegistrCustomAuthConfig, NpmRegistryAuthConfig, NpmRegistryAuthType, NpmRegistryBasicAuthConfig, NpmRegistryBearerAuthConfig, NpmRegistryConfig, NpmRegistryNoAuthConfig, NpmRegistryType, type Nullish, OAuthProvider, OAuthProviderNames, OAuthProviderSchema, ObjectMeta, type OmitStrict, OpacityTokenData, OpacityValue, type Optional, type OptionalToNullable, PageBlockAlignment, PageBlockAppearanceV2, PageBlockAsset, PageBlockAssetBlockConfig, PageBlockAssetComponent, PageBlockAssetEntityMeta, PageBlockAssetType, PageBlockBaseV1, PageBlockBehaviorDataType, PageBlockBehaviorSelectionType, PageBlockCalloutType, PageBlockCategory, PageBlockCodeLanguage, PageBlockColorV2, PageBlockCustomBlockPropertyImageValue, PageBlockCustomBlockPropertyValue, PageBlockDataV2, PageBlockDefinition, PageBlockDefinitionAppearance, PageBlockDefinitionBehavior, PageBlockDefinitionBooleanOptions, PageBlockDefinitionBooleanPropertyStyle, PageBlockDefinitionComponentOptions, PageBlockDefinitionFigmaComponentOptions, PageBlockDefinitionImageAspectRatio, PageBlockDefinitionImageOptions, PageBlockDefinitionImageWidth, PageBlockDefinitionItem, PageBlockDefinitionLayout, PageBlockDefinitionLayoutAlign, PageBlockDefinitionLayoutBase, PageBlockDefinitionLayoutGap, PageBlockDefinitionLayoutResizing, PageBlockDefinitionLayoutType, PageBlockDefinitionMultiRichTextPropertyStyle, PageBlockDefinitionMultiSelectPropertyStyle, PageBlockDefinitionMutiRichTextOptions, PageBlockDefinitionNumberOptions, PageBlockDefinitionOnboarding, PageBlockDefinitionProperty, PageBlockDefinitionPropertyType, PageBlockDefinitionRichTextEditorOptions, PageBlockDefinitionRichTextEditorPropertyStyle, PageBlockDefinitionRichTextOptions, PageBlockDefinitionRichTextPropertyStyle, PageBlockDefinitionSelectChoice, PageBlockDefinitionSelectOptions, PageBlockDefinitionSingleSelectPropertyColor, PageBlockDefinitionSingleSelectPropertyStyle, PageBlockDefinitionTextOptions, PageBlockDefinitionTextPropertyColor, PageBlockDefinitionTextPropertyStyle, PageBlockDefinitionUntypedPropertyOptions, PageBlockDefinitionVariant, PageBlockDefinitionsMap, PageBlockEditorModelV2, PageBlockFigmaComponentBlockConfig, PageBlockFigmaComponentEntityMeta, PageBlockFigmaFrameProperties, PageBlockFigmaNodeEntityMeta, PageBlockFile, PageBlockFrame, PageBlockFrameOrigin, PageBlockGuideline, PageBlockImageAlignment, PageBlockImageReference, PageBlockImageResourceReference, PageBlockImageType, PageBlockItemAssetPropertyValue, PageBlockItemAssetValue, PageBlockItemBooleanValue, PageBlockItemCodeValue, PageBlockItemColorValue, PageBlockItemComponentPropertyValue, PageBlockItemComponentValue, PageBlockItemDividerValue, PageBlockItemEmbedValue, PageBlockItemFigmaComponentValue, PageBlockItemFigmaNodeValue, PageBlockItemFileValue, PageBlockItemImageValue, PageBlockItemMarkdownValue, PageBlockItemMultiRichTextValue, PageBlockItemMultiSelectValue, PageBlockItemNumberValue, PageBlockItemRichTextEditorListNode, PageBlockItemRichTextEditorNode, PageBlockItemRichTextEditorParagraphNode, PageBlockItemRichTextEditorValue, PageBlockItemRichTextValue, PageBlockItemSandboxValue, PageBlockItemSingleSelectValue, PageBlockItemStorybookValue, PageBlockItemStorybookValueOld, PageBlockItemSwatch, PageBlockItemTableCell, PageBlockItemTableImageNode, PageBlockItemTableNode, PageBlockItemTableRichTextNode, PageBlockItemTableRow, PageBlockItemTableValue, PageBlockItemTextValue, PageBlockItemTokenPropertyValue, PageBlockItemTokenTypeValue, PageBlockItemTokenValue, PageBlockItemUntypedValue, PageBlockItemUrlValue, PageBlockItemV2, PageBlockLinkPreview, PageBlockLinkType, PageBlockLinkV2, PageBlockPreviewContainerSize, PageBlockRenderCodeProperties, PageBlockResourceFrameNodeReference, PageBlockSelectedFigmaComponent, PageBlockShortcut, PageBlockStorybookBlockConfig, PageBlockStorybookItem, PageBlockSwatch, PageBlockTableCellAlignment, PageBlockTableColumn, PageBlockTableProperties, PageBlockText, PageBlockTextSpan, PageBlockTextSpanAttribute, PageBlockTextSpanAttributeType, PageBlockTheme, PageBlockThemeDisplayMode, PageBlockThemeType, PageBlockTilesAlignment, PageBlockTilesLayout, PageBlockTokenBlockConfig, PageBlockTokenNameFormat, PageBlockTokenValueFormat, PageBlockTypeV1, PageBlockUrlPreview, PageBlockV1, PageBlockV2, type PageContentDependencies, PageRedirect, PageSectionAppearanceV2, PageSectionColumnV2, PageSectionEditorModelV2, PageSectionItemV2, PageSectionPaddingV2, PageSectionTypeV2, type PagesContentDependencies, type Pagination, ParagraphIndentTokenData, ParagraphIndentUnit, ParagraphIndentValue, ParagraphSpacingTokenData, ParagraphSpacingUnit, ParagraphSpacingValue, type ParsedRoomId, PeriodSchema, PersonalAccessToken, type PersonalAccessTokenWithUser, Pipeline, PipelineDestinationExtraType, PipelineDestinationGitType, PipelineDestinationType, PipelineEventType, type PluginOAuthRequest, PluginOAuthRequestSchema, Point2D, PortalSettings, PortalSettingsTheme, PostStripeCheckoutBodyInputSchema, PostStripeCheckoutOutputSchema, PostStripePortalSessionBodyInputSchema, PostStripePortalSessionOutputSchema, PostStripePortalUpdateSessionBodyInputSchema, type Price, PriceSchema, ProductCode, ProductCodeSchema, ProductCopyTokenData, ProductCopyValue, PublishedDoc, PublishedDocEnvironment, PublishedDocPage, PublishedDocPageVisitsEntry, PublishedDocRoutingVersion, PublishedDocsChecksums, PublishedDocsDump, PulsarBaseProperty, PulsarContributionConfigurationProperty, PulsarContributionVariant, PulsarCustomBlock, PulsarPropertyType, RESERVED_SLUGS, RESERVED_SLUG_PREFIX, Registry, RegistryType, RenderedAssetFile, ResolvedAsset, type RestoreDocumentationPage, type RestoreElementGroup, RestoredDocumentationGroup, RestoredDocumentationPage, type RoomOwner, RoomType, RoomTypeEnum, RoomTypeSchema, SHORT_PERSISTENT_ID_LENGTH, SafeIdSchema, Session, SessionData, ShadowLayerValue, ShadowTokenData, ShadowType, ShadowValue, ShallowDesignElement, Size, SizeOrUndefined, SizeTokenData, SizeUnit, SizeValue, SourceImportComponentSummary, SourceImportFrameSummary, SourceImportStorybookSummary, SourceImportSummary, SourceImportSummaryByTokenType, SourceImportTokenSummary, SpaceTokenData, SpaceUnit, SpaceValue, SsoProvider, StorybookEntry, StorybookEntryOrigin, StorybookPayload, StringTokenData, StringValue, type StripeCheckoutInput, type StripeCheckoutOutput, type StripePortalSessionInput, type StripePortalSessionOutput, StripeSubscriptionStatus, StripeSubscriptionStatusSchema, Subscription, SupernovaException, type SupernovaExceptionType, TextCase, TextCaseTokenData, TextCaseValue, TextDecoration, TextDecorationTokenData, TextDecorationValue, Theme, type ThemeDiff, ThemeElementData, ThemeImportModel, ThemeImportModelInput, ThemeOrigin, ThemeOriginObject, ThemeOriginPart, ThemeOriginSource, ThemeOverride, ThemeOverrideImportModel, ThemeOverrideImportModelBase, ThemeOverrideImportModelInput, type ThemeOverrideImportModelInputOfType, type ThemeOverrideImportModelOfType, type ThemeOverrideOfType, ThemeOverrideOrigin, ThemeOverrideOriginPart, ThemeUpdateImportModel, ThemeUpdateImportModelInput, TokenDataAliasSchema, TypographyTokenData, TypographyValue, type UpdateCollection, type UpdateDataSource, type UpdateDesignElement, type UpdateDesignSystem, type UpdateDesignSystemInvitation, type UpdateDesignSystemMembership, type UpdateDesignSystemVersion, type UpdateDesignSystemVersionRoom, type UpdateDesignToken, type UpdateDocumentationPageContent, type UpdateDocumentationPageDependencies, type UpdateDocumentationPageRoom, type UpdateDocumentationPageSnapshot, type UpdateDocumentationPageV1, type UpdateDocumentationPageV2, type UpdateElementGroup, type UpdateElementGroupSnapshot, type UpdateElementPropertyDefinition, type UpdateElementPropertyValue, type UpdateElementView, type UpdateElementViewColumn, type UpdateExportJob, type UpdateFigmaComponent, type UpdateFigmaFileStructure, type UpdateFigmaNodeReference, type UpdateFigmaNodeStructureV2, type UpdateImportJob, type UpdateIntegrationCredential, UpdateMembershipRolesInput, type UpdatePortalSettings, type UpdatePublishedDocPage, type UpdateStorybookEntry, type UpdateStorybookPayload, type UpdateTheme, type UpdateWorkspaceDbInput, type UpdateWorkspaceInvitation, type UpdateWorkspaceMembership, type UpdateWorkspaceRoom, UrlImageImportModel, User, UserAnalyticsCleanupSchedule, UserAnalyticsCleanupScheduleDbInput, UserDump, UserIdentity, UserInvite, UserInvites, UserLinkedIntegrations, UserMinified, UserNotificationSettings, UserOnboarding, UserOnboardingDepartment, UserOnboardingJobLevel, UserProfile, UserProfileUpdate, UserSession, UserSource, UserTest, UserTheme, VersionCreationJob, VersionCreationJobStatus, type VersionRoomOwner, Visibility, VisibilityTokenData, VisibilityValue, type WithRequired, Workspace, WorkspaceConfigurationUpdate, WorkspaceContext, WorkspaceDump, WorkspaceInvitation, WorkspaceInviteEmailData, WorkspaceInviteEmailRecipient, WorkspaceIpSettings, WorkspaceIpWhitelistEntry, WorkspaceMembership, type WorkspaceOAuthRequest, WorkspaceOAuthRequestSchema, type WorkspaceParsedRoomId, WorkspaceProfile, WorkspaceProfileUpdate, WorkspaceRole, WorkspaceRoleSchema, WorkspaceRoom, type WorkspaceRoomOwner, WorkspaceUntypedData, type WorkspaceUntypedDataCreate, type WorkspaceUntypedDataUpdate, WorkspaceWithDesignSystems, ZIndexTokenData, ZIndexUnit, ZIndexValue, addImportModelCollections, applyShallowObjectUpdate, areShallowObjectsEqual, areTokenTypesCompatible, buildConstantEnum, castStringToDimensionValue, chunkedArray, convertTokenTypedData, defaultDocumentationItemConfigurationV1, defaultDocumentationItemConfigurationV2, defaultDocumentationItemHeaderV1, defaultDocumentationItemHeaderV2, defaultNotificationSettings, designTokenImportModelTypeFilter, designTokenTypeFilter, extractTokenTypedData, figmaFileStructureImportModelToMap, figmaFileStructureToMap, filterNonNullish, forceUnwrapNullish, generateShortPersistentId, getCodenameFromText, getFigmaRenderFormatFileExtension, groupBy, hasProperty, isDataSourceOfType, isDesignTokenImportModelOfType, isDesignTokenOfType, isImportedAsset, isImportedDesignToken, isImportedFigmaComponent, isNotNullish, isNullish, isSlugReserved, isTokenType, joinRepeatingSpans, mapByUnique, mapPageBlockItemValuesV2, nonNullFilter, nonNullishFilter, nullishToOptional, parseUrl, pickLatestGroupSnapshots, pickLatestPageSnapshots, pickLatestSnapshots, promiseWithTimeout, publishedDocEnvironments, recordToMap, removeCommentSpans, sleep, slugRegex, slugify, storybookValueFromOldValue, tokenAliasOrValue, tokenElementTypes, traversePageBlockItemValuesV2, traversePageBlockItemsV2, traversePageBlocksV1, traversePageItemsV2, traverseStructure, trimLeadingSlash, trimTrailingSlash, tryParseShortPersistentId, tryParseUrl, uniqueBy, workspaceRoleToDesignSystemRole, zodCreateInputOmit, zodUpdateInputOmit };
|
|
192701
|
+
export { Address, type AllFields, AnalyzeCodeComponentsInPackage, type ArrayElementType, Asset, AssetDeleteSchedule, type AssetDeleteScheduleDbInput, AssetDeleteScheduleStatus, AssetDynamoRecord, AssetFontProperties, type AssetImportModel, AssetImportModelInput, AssetOrigin, AssetProperties, AssetReference, type AssetReferenceDiff, AssetRenderConfiguration, AssetScope, AssetType, AssetValue, AuthTokens, AuthV2Request, AuthV2Session, BillingDetails, type BillingInterval, BillingIntervalSchema, BillingType, BillingTypeSchema, BlurTokenData, BlurType, BlurValue, BorderPosition, BorderRadiusTokenData, BorderRadiusUnit, BorderRadiusValue, BorderStyle, BorderTokenData, BorderValue, BorderWidthTokenData, BorderWidthUnit, BorderWidthValue, Brand, BrandedElementGroup, type Card, CardSchema, ChangedImportedFigmaSourceData, CodeComponent, type CodeComponentCreate, CodeComponentParentType, CodeComponentProperty, CodeComponentResolvedType, CodeComponentResolvedTypeKind, type CodeComponentUpdate, type CodeComponentUpsert, CodeComponentUpsertResponse, CodeIntegrationDump, Collection, CollectionImportModel, CollectionImportModelInput, CollectionOrigin, ColorTokenData, ColorTokenInlineData, ColorValue, ComponentElementData, ContentLoadInstruction, ContentLoaderPayload, type CreateAssetReference, type CreateBrand, type CreateCollection, type CreateDataSource, type CreateDesignElement, type CreateDesignElementReference, type CreateDesignSystem, type CreateDesignSystemInvitation, type CreateDesignSystemMembership, type CreateDesignSystemVersion, type CreateDesignSystemVersionRoom, CreateDesignToken, type CreateDocumentationPageApproval, type CreateDocumentationPageContent, type CreateDocumentationPageDependencies, type CreateDocumentationPageRoom, type CreateDocumentationPageSnapshot, type CreateDocumentationPageV1, type CreateDocumentationPageV2, type CreateElementGroup, type CreateElementGroupSnapshot, type CreateElementPropertyDefinition, type CreateElementPropertyValue, type CreateElementView, type CreateElementViewColumn, type CreateExportJob, type CreateExporterMembership, type CreateFigmaComponent, type CreateFigmaFileStructure, type CreateFigmaNodeReference, type CreateFigmaNodeStructureV2, type CreateImportJob, type CreatePersonalAccessToken, type CreatePortalSettings, type CreatePublishedDocPage, type CreatePublishedDocPageVisitsEntry, type CreateStorybookEntry, type CreateStorybookPayload, type CreateTheme, type CreateWorkspaceDbInput, CreateWorkspaceInput, type CreateWorkspaceInvitation, type CreateWorkspaceMembership, type CreateWorkspaceRoom, CustomDomain, type CustomDomainState, Customer, DataSource, DataSourceAutoImportMode, DataSourceFigmaFileData, DataSourceFigmaFileVersionData, DataSourceFigmaImportMetadata, DataSourceFigmaRemote, DataSourceFigmaScope, DataSourceFigmaState, DataSourceImportModel, type DataSourceOfType, DataSourceRemote, DataSourceRemoteType, DataSourceStats, DataSourceStorybookRemote, DataSourceTokenStudioRemote, DataSourceUploadImportMetadata, DataSourceUploadRemote, DataSourceUploadRemoteSource, DataSourceVersion, type DbCreateInputOmit, type DbUpdate, type DbUpdateInputOmit, type Defined, DependencyDefinition, DesignElement, DesignElementBase, DesignElementBrandedPart, DesignElementCategory, DesignElementGroupableBase, DesignElementGroupablePart, DesignElementGroupableRequiredPart, DesignElementImportedBase, DesignElementOrigin, type DesignElementOriginImportModel, type DesignElementReference, DesignElementSlugPart, DesignElementSnapshotBase, DesignElementSnapshotReason, DesignElementType, DesignSystem, DesignSystemAccessMode, DesignSystemDump, DesignSystemElementExportProps, DesignSystemInvitation, type DesignSystemInvitationAddition, DesignSystemInvite, DesignSystemInviteEmailData, DesignSystemInviteEmailRecipient, DesignSystemInviteUpdate, DesignSystemMemberUpdate, DesignSystemMembers, DesignSystemMembership, type DesignSystemMembershipAddition, DesignSystemMembershipUpdates, DesignSystemPendingMemberInvitation, type DesignSystemPendingMemberInvite, DesignSystemRole, DesignSystemSwitcher, DesignSystemUserInvitation, DesignSystemVersion, DesignSystemVersionDump, DesignSystemVersionMultiplayerDump, type DesignSystemVersionParsedRoomId, DesignSystemVersionRoom, DesignSystemVersionRoomInitialState, DesignSystemVersionRoomInternalSettings, DesignSystemVersionRoomUpdate, DesignToken, DesignTokenBase, DesignTokenImportModel, DesignTokenImportModelBase, DesignTokenImportModelInput, DesignTokenImportModelInputBase, type DesignTokenImportModelInputOfType, type DesignTokenImportModelOfType, type DesignTokenOfType, DesignTokenOrigin, DesignTokenOriginPart, DesignTokenType, DesignTokenTypedData, type DesignTokenTypedDataOfType, type DesignTokensDiff, DimensionTokenData, DimensionUnit, DimensionValue, DocumentationComment, DocumentationCommentThread, DocumentationGroupBehavior, DocumentationGroupV1, DocumentationItemConfigurationV1, DocumentationItemConfigurationV2, DocumentationItemHeaderAlignment, DocumentationItemHeaderAlignmentSchema, DocumentationItemHeaderImageScaleType, DocumentationItemHeaderImageScaleTypeSchema, DocumentationItemHeaderV1, DocumentationItemHeaderV2, DocumentationLinkPreview, DocumentationPage, DocumentationPageAnchor, DocumentationPageApproval, DocumentationPageApprovalState, DocumentationPageContent, DocumentationPageContentBackup, DocumentationPageContentData, DocumentationPageContentItem, DocumentationPageDataV1, DocumentationPageDataV2, DocumentationPageDependencies, DocumentationPageGroup, type DocumentationPageOldParsedRoomId, type DocumentationPageParsedRoomId, DocumentationPageRoom, DocumentationPageRoomDump, DocumentationPageRoomInitialStateUpdate, DocumentationPageRoomRoomUpdate, DocumentationPageRoomState, DocumentationPageSnapshot, DocumentationPageV1, DocumentationPageV2, DocumentationSettings, DocumentationThreadDump, DurationTokenData, DurationUnit, DurationValue, ElementGroup, ElementGroupDataV1, ElementGroupDataV2, ElementGroupSnapshot, type ElementGroupsDiff, ElementPropertyDefinition, type ElementPropertyDefinitionDiff, ElementPropertyDefinitionOption, ElementPropertyImmutableType, ElementPropertyLinkType, type ElementPropertyReference, ElementPropertyTargetType, ElementPropertyType, ElementPropertyTypeSchema, ElementPropertyValue, type ElementPropertyValueDiff, ElementView, ElementViewBaseColumnType, ElementViewBasePropertyColumn, ElementViewColumn, ElementViewColumnSharedAttributes, ElementViewColumnType, ElementViewPropertyDefinitionColumn, ElementViewThemeColumn, Entity, Event, EventDataSourceImported, EventDocumentationPublished, EventVersionReleased, type ExplicitPartial, ExportDestinationsMap, ExportDestinationsMapUpdate, ExportJob, ExportJobContext, ExportJobDebugContext, ExportJobDestinationType, ExportJobDocsDestinationResult, ExportJobDocumentationChanges, ExportJobDocumentationContext, ExportJobDump, ExportJobExporterConfiguration, ExportJobFindByFilter, ExportJobLogEntry, ExportJobLogEntryType, ExportJobPullRequestDestinationResult, ExportJobResult, ExportJobS3DestinationResult, ExportJobStatus, Exporter, ExporterConfigurationPropertyValue, ExporterDestinationAzure, ExporterDestinationBitbucket, ExporterDestinationDocs, ExporterDestinationGithub, ExporterDestinationGitlab, ExporterDestinationS3, ExporterDetails, ExporterFunctionPayload, ExporterPropertyDefinition, ExporterPropertyDefinitionArray, ExporterPropertyDefinitionBoolean, ExporterPropertyDefinitionCode, ExporterPropertyDefinitionEnum, ExporterPropertyDefinitionEnumOption, ExporterPropertyDefinitionNumber, ExporterPropertyDefinitionObject, ExporterPropertyDefinitionString, type ExporterPropertyDefinitionValue, ExporterPropertyImageValue, ExporterPropertyType, ExporterPropertyValue, ExporterPropertyValueMap, ExporterPropertyValuesCollection, ExporterPulsarDetails, ExporterSource, ExporterTag, ExporterType, ExporterWorkspaceMembership, ExporterWorkspaceMembershipRole, type ExtendedIntegration, ExtendedIntegrationType, ExternalOAuthRequest, ExternalServiceType, FeatureFlag, FeatureFlagDefaults, type FeatureFlagDefaultsTypes, FeatureFlagMap, type FeatureFlagWithDefaults, FeatureFlagsKeepAliases, type FeatureLimitedDetails, type FeatureToggleDetails, type FeatureWithImportJobsDetails, FeaturesSummary, FigmaComponent, FigmaComponentAsset, FigmaComponentBooleanProperty, type FigmaComponentDiff, FigmaComponentImportModel, FigmaComponentImportModelInput, FigmaComponentInstancePreview, FigmaComponentInstanceSwapProperty, FigmaComponentOrigin, FigmaComponentOriginPart, FigmaComponentProperty, FigmaComponentPropertyMap, FigmaComponentPropertyOrigin, FigmaComponentPropertyType, FigmaComponentTextProperty, FigmaComponentVariantProperty, type FigmaExporter, FigmaExporterAnyDesignNodeSchema, FigmaFile, FigmaFileAccessData, FigmaFileDownloadScope, FigmaFileStructure, FigmaFileStructureData, type FigmaFileStructureDiff, FigmaFileStructureElementData, FigmaFileStructureImportModel, FigmaFileStructureImportModelInput, FigmaFileStructureNode, FigmaFileStructureNodeBase, FigmaFileStructureNodeImportModel, FigmaFileStructureNodeType, FigmaFileStructureOrigin, FigmaFileStructureStatistics, FigmaImportBaseContext, FigmaImportContextWithDownloadScopes, FigmaImportContextWithSourcesState, FigmaNodeReference, FigmaNodeReferenceData, type FigmaNodeReferenceDiff, FigmaNodeReferenceOrigin, FigmaNodeRelinkData, FigmaNodeRenderError, FigmaNodeRenderErrorType, FigmaNodeRenderFormat, FigmaNodeRenderState, FigmaNodeRenderedImage, FigmaNodeRendererPayload, FigmaNodeStructureDataV2, FigmaNodeStructureStateV2, FigmaNodeStructureV2, FigmaPngRenderImportModel, FigmaRenderBase, FigmaRenderFormat, FigmaRenderImportModel, FigmaSvgRenderImportModel, FileStructureStats, FlaggedFeature, FontFamilyTokenData, FontFamilyValue, FontSizeTokenData, FontSizeUnit, FontSizeValue, FontTokenData, FontValue, FontWeightTokenData, FontWeightValue, ForgeChatMessage, ForgeChatMessageSender, ForgeChatMessageSenderType, ForgeChatThread, GitBranch, GitCommonDestinationOptions, GitIntegrationType, GitInteropPulsarError, GitObjectsQuery, GitOrganization, GitProject, GitProvider, GitProviderNames, GitRepository, GradientLayerData, GradientLayerValue, GradientStop, GradientTokenData, GradientTokenValue, GradientType, HANDLE_MAX_LENGTH, HANDLE_MIN_LENGTH, HierarchicalElements, IconSet, ImageImportModel, ImageImportModelType, ImportFunctionInput, ImportJob, ImportJobOperation, ImportJobState, ImportModelBase, ImportModelCollection, ImportModelInputBase, ImportModelInputCollection, ImportWarning, ImportWarningType, type ImportedAsset, type ImportedDesignToken, type ImportedDesignTokenOfType, type ImportedFigmaComponent, ImportedFigmaSourceData, Integration, IntegrationAuthType, IntegrationCredentials, IntegrationCredentialsProfile, IntegrationCredentialsState, IntegrationCredentialsType, IntegrationDesignSystem, IntegrationToken, type IntegrationTokenOld, IntegrationTokenSchemaOld, IntegrationType, IntegrationUserInfo, InternalStatus, InternalStatusSchema, type Invoice, type InvoiceCoupon, InvoiceCouponSchema, type InvoiceLine, InvoiceLineSchema, InvoiceSchema, LetterSpacingTokenData, LetterSpacingUnit, LetterSpacingValue, LineHeightTokenData, LineHeightUnit, LineHeightValue, ListExporterQuery, LiveblocksNotificationSettings, MAX_MEMBERS_COUNT, NpmPackage, NpmProxyToken, NpmProxyTokenPayload, NpmRegistrCustomAuthConfig, NpmRegistryAuthConfig, NpmRegistryAuthType, NpmRegistryBasicAuthConfig, NpmRegistryBearerAuthConfig, NpmRegistryConfig, NpmRegistryNoAuthConfig, NpmRegistryType, type Nullish, OAuthProvider, OAuthProviderNames, OAuthProviderSchema, ObjectMeta, type OmitStrict, OpacityTokenData, OpacityValue, type Optional, type OptionalToNullable, PageBlockAlignment, PageBlockAppearanceV2, PageBlockAsset, PageBlockAssetBlockConfig, PageBlockAssetComponent, PageBlockAssetEntityMeta, PageBlockAssetType, PageBlockBaseV1, PageBlockBehaviorDataType, PageBlockBehaviorSelectionType, PageBlockCalloutType, PageBlockCategory, PageBlockCodeLanguage, PageBlockColorV2, PageBlockCustomBlockPropertyImageValue, PageBlockCustomBlockPropertyValue, PageBlockDataV2, PageBlockDefinition, PageBlockDefinitionAppearance, PageBlockDefinitionBehavior, PageBlockDefinitionBooleanOptions, PageBlockDefinitionBooleanPropertyStyle, PageBlockDefinitionComponentOptions, PageBlockDefinitionFigmaComponentOptions, PageBlockDefinitionImageAspectRatio, PageBlockDefinitionImageOptions, PageBlockDefinitionImageWidth, PageBlockDefinitionItem, PageBlockDefinitionLayout, PageBlockDefinitionLayoutAlign, PageBlockDefinitionLayoutBase, PageBlockDefinitionLayoutGap, PageBlockDefinitionLayoutResizing, PageBlockDefinitionLayoutType, PageBlockDefinitionMultiRichTextPropertyStyle, PageBlockDefinitionMultiSelectPropertyStyle, PageBlockDefinitionMutiRichTextOptions, PageBlockDefinitionNumberOptions, PageBlockDefinitionOnboarding, PageBlockDefinitionProperty, PageBlockDefinitionPropertyType, PageBlockDefinitionRichTextEditorOptions, PageBlockDefinitionRichTextEditorPropertyStyle, PageBlockDefinitionRichTextOptions, PageBlockDefinitionRichTextPropertyStyle, PageBlockDefinitionSelectChoice, PageBlockDefinitionSelectOptions, PageBlockDefinitionSingleSelectPropertyColor, PageBlockDefinitionSingleSelectPropertyStyle, PageBlockDefinitionTextOptions, PageBlockDefinitionTextPropertyColor, PageBlockDefinitionTextPropertyStyle, PageBlockDefinitionUntypedPropertyOptions, PageBlockDefinitionVariant, PageBlockDefinitionsMap, PageBlockEditorModelV2, PageBlockFigmaComponentBlockConfig, PageBlockFigmaComponentEntityMeta, PageBlockFigmaFrameProperties, PageBlockFigmaNodeEntityMeta, PageBlockFile, PageBlockFrame, PageBlockFrameOrigin, PageBlockGuideline, PageBlockImageAlignment, PageBlockImageReference, PageBlockImageResourceReference, PageBlockImageType, PageBlockItemAssetPropertyValue, PageBlockItemAssetValue, PageBlockItemBooleanValue, PageBlockItemCodeValue, PageBlockItemColorValue, PageBlockItemComponentPropertyValue, PageBlockItemComponentValue, PageBlockItemDividerValue, PageBlockItemEmbedValue, PageBlockItemFigmaComponentValue, PageBlockItemFigmaNodeValue, PageBlockItemFileValue, PageBlockItemImageValue, PageBlockItemMarkdownValue, PageBlockItemMultiRichTextValue, PageBlockItemMultiSelectValue, PageBlockItemNumberValue, PageBlockItemRichTextEditorListNode, PageBlockItemRichTextEditorNode, PageBlockItemRichTextEditorParagraphNode, PageBlockItemRichTextEditorValue, PageBlockItemRichTextValue, PageBlockItemSandboxValue, PageBlockItemSingleSelectValue, PageBlockItemStorybookValue, PageBlockItemStorybookValueOld, PageBlockItemSwatch, PageBlockItemTableCell, PageBlockItemTableImageNode, PageBlockItemTableNode, PageBlockItemTableRichTextNode, PageBlockItemTableRow, PageBlockItemTableValue, PageBlockItemTextValue, PageBlockItemTokenPropertyValue, PageBlockItemTokenTypeValue, PageBlockItemTokenValue, PageBlockItemUntypedValue, PageBlockItemUrlValue, PageBlockItemV2, PageBlockLinkPreview, PageBlockLinkType, PageBlockLinkV2, PageBlockPreviewContainerSize, PageBlockRenderCodeProperties, PageBlockResourceFrameNodeReference, PageBlockSelectedFigmaComponent, PageBlockShortcut, PageBlockStorybookBlockConfig, PageBlockStorybookItem, PageBlockSwatch, PageBlockTableCellAlignment, PageBlockTableColumn, PageBlockTableProperties, PageBlockText, PageBlockTextSpan, PageBlockTextSpanAttribute, PageBlockTextSpanAttributeType, PageBlockTheme, PageBlockThemeDisplayMode, PageBlockThemeType, PageBlockTilesAlignment, PageBlockTilesLayout, PageBlockTokenBlockConfig, PageBlockTokenNameFormat, PageBlockTokenValueFormat, PageBlockTypeV1, PageBlockUrlPreview, PageBlockV1, PageBlockV2, type PageContentDependencies, PageRedirect, PageSectionAppearanceV2, PageSectionColumnV2, PageSectionEditorModelV2, PageSectionItemV2, PageSectionPaddingV2, PageSectionTypeV2, type PagesContentDependencies, type Pagination, ParagraphIndentTokenData, ParagraphIndentUnit, ParagraphIndentValue, ParagraphSpacingTokenData, ParagraphSpacingUnit, ParagraphSpacingValue, type ParsedRoomId, PeriodSchema, PersonalAccessToken, type PersonalAccessTokenWithUser, Pipeline, PipelineDestinationExtraType, PipelineDestinationGitType, PipelineDestinationType, PipelineEventType, type PluginOAuthRequest, PluginOAuthRequestSchema, Point2D, PortalSettings, PortalSettingsTheme, PostStripeCheckoutBodyInputSchema, PostStripeCheckoutOutputSchema, PostStripePortalSessionBodyInputSchema, PostStripePortalSessionOutputSchema, PostStripePortalUpdateSessionBodyInputSchema, type Price, PriceSchema, ProductCode, ProductCodeSchema, ProductCopyTokenData, ProductCopyValue, PublishedDoc, PublishedDocEnvironment, PublishedDocPage, PublishedDocPageVisitsEntry, PublishedDocRoutingVersion, PublishedDocsChecksums, PublishedDocsDump, PulsarBaseProperty, PulsarContributionConfigurationProperty, PulsarContributionVariant, PulsarCustomBlock, PulsarPropertyType, RESERVED_SLUGS, RESERVED_SLUG_PREFIX, Registry, RegistryType, RenderedAssetFile, ResolvedAsset, type RestoreDocumentationPage, type RestoreElementGroup, RestoredDocumentationGroup, RestoredDocumentationPage, type RoomOwner, RoomType, RoomTypeEnum, RoomTypeSchema, SHORT_PERSISTENT_ID_LENGTH, SafeIdSchema, Session, SessionData, ShadowLayerValue, ShadowTokenData, ShadowType, ShadowValue, ShallowDesignElement, Size, SizeOrUndefined, SizeTokenData, SizeUnit, SizeValue, SourceImportComponentSummary, SourceImportFrameSummary, SourceImportStorybookSummary, SourceImportSummary, SourceImportSummaryByTokenType, SourceImportTokenSummary, SpaceTokenData, SpaceUnit, SpaceValue, SsoProvider, StorybookEntry, StorybookEntryOrigin, StorybookPayload, StringTokenData, StringValue, type StripeCheckoutInput, type StripeCheckoutOutput, type StripePortalSessionInput, type StripePortalSessionOutput, StripeSubscriptionStatus, StripeSubscriptionStatusSchema, Subscription, SupernovaException, type SupernovaExceptionType, TextCase, TextCaseTokenData, TextCaseValue, TextDecoration, TextDecorationTokenData, TextDecorationValue, Theme, type ThemeDiff, ThemeElementData, ThemeImportModel, ThemeImportModelInput, ThemeOrigin, ThemeOriginObject, ThemeOriginPart, ThemeOriginSource, ThemeOverride, ThemeOverrideImportModel, ThemeOverrideImportModelBase, ThemeOverrideImportModelInput, type ThemeOverrideImportModelInputOfType, type ThemeOverrideImportModelOfType, type ThemeOverrideOfType, ThemeOverrideOrigin, ThemeOverrideOriginPart, ThemeUpdateImportModel, ThemeUpdateImportModelInput, TokenDataAliasSchema, TypographyTokenData, TypographyValue, type UpdateCollection, type UpdateDataSource, type UpdateDesignElement, type UpdateDesignSystem, type UpdateDesignSystemInvitation, type UpdateDesignSystemMembership, type UpdateDesignSystemVersion, type UpdateDesignSystemVersionRoom, type UpdateDesignToken, type UpdateDocumentationPageContent, type UpdateDocumentationPageDependencies, type UpdateDocumentationPageRoom, type UpdateDocumentationPageSnapshot, type UpdateDocumentationPageV1, type UpdateDocumentationPageV2, type UpdateElementGroup, type UpdateElementGroupSnapshot, type UpdateElementPropertyDefinition, type UpdateElementPropertyValue, type UpdateElementView, type UpdateElementViewColumn, type UpdateExportJob, type UpdateFigmaComponent, type UpdateFigmaFileStructure, type UpdateFigmaNodeReference, type UpdateFigmaNodeStructureV2, type UpdateImportJob, type UpdateIntegrationCredential, UpdateMembershipRolesInput, type UpdatePortalSettings, type UpdatePublishedDocPage, type UpdateStorybookEntry, type UpdateStorybookPayload, type UpdateTheme, type UpdateWorkspaceDbInput, type UpdateWorkspaceInvitation, type UpdateWorkspaceMembership, type UpdateWorkspaceRoom, UrlImageImportModel, User, UserAnalyticsCleanupSchedule, UserAnalyticsCleanupScheduleDbInput, UserDump, UserIdentity, UserInvite, UserInvites, UserLinkedIntegrations, UserMinified, UserNotificationSettings, UserOnboarding, UserOnboardingDepartment, UserOnboardingJobLevel, UserProfile, UserProfileUpdate, UserSession, UserSource, UserTest, UserTheme, VersionCreationJob, VersionCreationJobStatus, type VersionRoomOwner, Visibility, VisibilityTokenData, VisibilityValue, type WithRequired, Workspace, WorkspaceConfigurationUpdate, WorkspaceContext, WorkspaceDump, WorkspaceInvitation, WorkspaceInviteEmailData, WorkspaceInviteEmailRecipient, WorkspaceIpSettings, WorkspaceIpWhitelistEntry, WorkspaceMembership, type WorkspaceOAuthRequest, WorkspaceOAuthRequestSchema, type WorkspaceParsedRoomId, WorkspaceProfile, WorkspaceProfileUpdate, WorkspaceRole, WorkspaceRoleSchema, WorkspaceRoom, type WorkspaceRoomOwner, WorkspaceUntypedData, type WorkspaceUntypedDataCreate, type WorkspaceUntypedDataUpdate, WorkspaceWithDesignSystems, ZIndexTokenData, ZIndexUnit, ZIndexValue, addImportModelCollections, applyShallowObjectUpdate, areShallowObjectsEqual, areTokenTypesCompatible, buildConstantEnum, castStringToDimensionValue, chunkedArray, convertTokenTypedData, defaultDocumentationItemConfigurationV1, defaultDocumentationItemConfigurationV2, defaultDocumentationItemHeaderV1, defaultDocumentationItemHeaderV2, defaultNotificationSettings, designTokenImportModelTypeFilter, designTokenTypeFilter, extractTokenTypedData, figmaFileStructureImportModelToMap, figmaFileStructureToMap, filterNonNullish, forceUnwrapNullish, generateShortPersistentId, getCodenameFromText, getFigmaRenderFormatFileExtension, groupBy, hasProperty, isDataSourceOfType, isDesignTokenImportModelOfType, isDesignTokenOfType, isImportedAsset, isImportedDesignToken, isImportedFigmaComponent, isNotNullish, isNullish, isSlugReserved, isTokenType, joinRepeatingSpans, mapByUnique, mapPageBlockItemValuesV2, nonNullFilter, nonNullishFilter, nullishToOptional, parseUrl, pickLatestGroupSnapshots, pickLatestPageSnapshots, pickLatestSnapshots, promiseWithTimeout, publishedDocEnvironments, recordToMap, removeCommentSpans, sleep, slugRegex, slugify, storybookValueFromOldValue, tokenAliasOrValue, tokenElementTypes, traversePageBlockItemValuesV2, traversePageBlockItemsV2, traversePageBlocksV1, traversePageItemsV2, traverseStructure, trimLeadingSlash, trimTrailingSlash, tryParseShortPersistentId, tryParseUrl, uniqueBy, workspaceRoleToDesignSystemRole, zodCreateInputOmit, zodUpdateInputOmit };
|