@shophost/rest-api 0.1.7 → 0.1.9
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/package.json +7 -6
- package/src/contract.d.ts +13 -13
- package/src/contracts/cart.contract.d.ts +5 -5
- package/src/contracts/index.d.ts +113 -113
- package/src/contracts/product-categories.contract.d.ts +47 -47
- package/src/contracts/products.contract.d.ts +61 -61
- package/src/routers/cart.router.d.ts +5 -5
- package/src/routers/product-category.router.d.ts +47 -47
- package/src/routers/product.router.d.ts +61 -61
- package/src/schemas/cart.schema.d.ts +5 -5
- package/src/schemas/product-category.schema.d.ts +22 -22
- package/src/schemas/product-category.schema.js +1 -0
- package/src/schemas/product-category.schema.js.map +1 -1
- package/src/schemas/product.schema.d.ts +17 -17
- package/src/services/organization.service.js +21 -0
- package/src/services/organization.service.js.map +1 -1
- package/src/services/product-category.service.d.ts +5 -5
- package/src/services/product.service.d.ts +6 -6
- package/src/utils/client.util.d.ts +13 -13
package/src/contracts/index.d.ts
CHANGED
|
@@ -3447,21 +3447,21 @@ export declare const contract: {
|
|
|
3447
3447
|
translations: import("zod").ZodArray<import("zod").ZodObject<{
|
|
3448
3448
|
locale: import("zod").ZodString;
|
|
3449
3449
|
title: import("zod").ZodDefault<import("zod").ZodString>;
|
|
3450
|
-
description: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString
|
|
3450
|
+
description: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
3451
3451
|
}, "strip", import("zod").ZodTypeAny, {
|
|
3452
3452
|
locale: string;
|
|
3453
3453
|
title: string;
|
|
3454
|
-
description?: string | undefined;
|
|
3454
|
+
description?: string | null | undefined;
|
|
3455
3455
|
}, {
|
|
3456
3456
|
locale: string;
|
|
3457
3457
|
title?: string | undefined;
|
|
3458
|
-
description?: string | undefined;
|
|
3458
|
+
description?: string | null | undefined;
|
|
3459
3459
|
}>, "many">;
|
|
3460
3460
|
}, "strip", import("zod").ZodTypeAny, {
|
|
3461
3461
|
translations: {
|
|
3462
3462
|
locale: string;
|
|
3463
3463
|
title: string;
|
|
3464
|
-
description?: string | undefined;
|
|
3464
|
+
description?: string | null | undefined;
|
|
3465
3465
|
}[];
|
|
3466
3466
|
id: string;
|
|
3467
3467
|
slug: string;
|
|
@@ -3478,7 +3478,7 @@ export declare const contract: {
|
|
|
3478
3478
|
translations: {
|
|
3479
3479
|
locale: string;
|
|
3480
3480
|
title?: string | undefined;
|
|
3481
|
-
description?: string | undefined;
|
|
3481
|
+
description?: string | null | undefined;
|
|
3482
3482
|
}[];
|
|
3483
3483
|
id: string;
|
|
3484
3484
|
slug: string;
|
|
@@ -3518,15 +3518,15 @@ export declare const contract: {
|
|
|
3518
3518
|
translations: import("zod").ZodArray<import("zod").ZodObject<{
|
|
3519
3519
|
locale: import("zod").ZodString;
|
|
3520
3520
|
title: import("zod").ZodDefault<import("zod").ZodString>;
|
|
3521
|
-
description: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString
|
|
3521
|
+
description: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
3522
3522
|
}, "strip", import("zod").ZodTypeAny, {
|
|
3523
3523
|
locale: string;
|
|
3524
3524
|
title: string;
|
|
3525
|
-
description?: string | undefined;
|
|
3525
|
+
description?: string | null | undefined;
|
|
3526
3526
|
}, {
|
|
3527
3527
|
locale: string;
|
|
3528
3528
|
title?: string | undefined;
|
|
3529
|
-
description?: string | undefined;
|
|
3529
|
+
description?: string | null | undefined;
|
|
3530
3530
|
}>, "many">;
|
|
3531
3531
|
}, "translations">, {
|
|
3532
3532
|
title: import("zod").ZodDefault<import("zod").ZodString>;
|
|
@@ -3574,7 +3574,7 @@ export declare const contract: {
|
|
|
3574
3574
|
translations: {
|
|
3575
3575
|
locale: string;
|
|
3576
3576
|
title: string;
|
|
3577
|
-
description?: string | undefined;
|
|
3577
|
+
description?: string | null | undefined;
|
|
3578
3578
|
}[];
|
|
3579
3579
|
id: string;
|
|
3580
3580
|
slug: string;
|
|
@@ -3616,7 +3616,7 @@ export declare const contract: {
|
|
|
3616
3616
|
translations: {
|
|
3617
3617
|
locale: string;
|
|
3618
3618
|
title?: string | undefined;
|
|
3619
|
-
description?: string | undefined;
|
|
3619
|
+
description?: string | null | undefined;
|
|
3620
3620
|
}[];
|
|
3621
3621
|
id: string;
|
|
3622
3622
|
slug: string;
|
|
@@ -3705,15 +3705,15 @@ export declare const contract: {
|
|
|
3705
3705
|
translations: import("zod").ZodArray<import("zod").ZodObject<{
|
|
3706
3706
|
locale: import("zod").ZodString;
|
|
3707
3707
|
title: import("zod").ZodDefault<import("zod").ZodString>;
|
|
3708
|
-
description: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString
|
|
3708
|
+
description: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
3709
3709
|
}, "strip", import("zod").ZodTypeAny, {
|
|
3710
3710
|
locale: string;
|
|
3711
3711
|
title: string;
|
|
3712
|
-
description?: string | undefined;
|
|
3712
|
+
description?: string | null | undefined;
|
|
3713
3713
|
}, {
|
|
3714
3714
|
locale: string;
|
|
3715
3715
|
title?: string | undefined;
|
|
3716
|
-
description?: string | undefined;
|
|
3716
|
+
description?: string | null | undefined;
|
|
3717
3717
|
}>, "many">;
|
|
3718
3718
|
}, "translations" | "slug" | "image">, {
|
|
3719
3719
|
defaultLocale: import("zod").ZodString;
|
|
@@ -3722,7 +3722,7 @@ export declare const contract: {
|
|
|
3722
3722
|
translations: {
|
|
3723
3723
|
locale: string;
|
|
3724
3724
|
title: string;
|
|
3725
|
-
description?: string | undefined;
|
|
3725
|
+
description?: string | null | undefined;
|
|
3726
3726
|
}[];
|
|
3727
3727
|
defaultLocale: string;
|
|
3728
3728
|
slug: string;
|
|
@@ -3738,7 +3738,7 @@ export declare const contract: {
|
|
|
3738
3738
|
translations: {
|
|
3739
3739
|
locale: string;
|
|
3740
3740
|
title?: string | undefined;
|
|
3741
|
-
description?: string | undefined;
|
|
3741
|
+
description?: string | null | undefined;
|
|
3742
3742
|
}[];
|
|
3743
3743
|
defaultLocale: string;
|
|
3744
3744
|
slug: string;
|
|
@@ -3754,7 +3754,7 @@ export declare const contract: {
|
|
|
3754
3754
|
translations: {
|
|
3755
3755
|
locale: string;
|
|
3756
3756
|
title: string;
|
|
3757
|
-
description?: string | undefined;
|
|
3757
|
+
description?: string | null | undefined;
|
|
3758
3758
|
}[];
|
|
3759
3759
|
defaultLocale: string;
|
|
3760
3760
|
slug: string;
|
|
@@ -3770,7 +3770,7 @@ export declare const contract: {
|
|
|
3770
3770
|
translations: {
|
|
3771
3771
|
locale: string;
|
|
3772
3772
|
title?: string | undefined;
|
|
3773
|
-
description?: string | undefined;
|
|
3773
|
+
description?: string | null | undefined;
|
|
3774
3774
|
}[];
|
|
3775
3775
|
defaultLocale: string;
|
|
3776
3776
|
slug: string;
|
|
@@ -3822,21 +3822,21 @@ export declare const contract: {
|
|
|
3822
3822
|
translations: import("zod").ZodArray<import("zod").ZodObject<{
|
|
3823
3823
|
locale: import("zod").ZodString;
|
|
3824
3824
|
title: import("zod").ZodDefault<import("zod").ZodString>;
|
|
3825
|
-
description: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString
|
|
3825
|
+
description: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
3826
3826
|
}, "strip", import("zod").ZodTypeAny, {
|
|
3827
3827
|
locale: string;
|
|
3828
3828
|
title: string;
|
|
3829
|
-
description?: string | undefined;
|
|
3829
|
+
description?: string | null | undefined;
|
|
3830
3830
|
}, {
|
|
3831
3831
|
locale: string;
|
|
3832
3832
|
title?: string | undefined;
|
|
3833
|
-
description?: string | undefined;
|
|
3833
|
+
description?: string | null | undefined;
|
|
3834
3834
|
}>, "many">;
|
|
3835
3835
|
}, "strip", import("zod").ZodTypeAny, {
|
|
3836
3836
|
translations: {
|
|
3837
3837
|
locale: string;
|
|
3838
3838
|
title: string;
|
|
3839
|
-
description?: string | undefined;
|
|
3839
|
+
description?: string | null | undefined;
|
|
3840
3840
|
}[];
|
|
3841
3841
|
id: string;
|
|
3842
3842
|
slug: string;
|
|
@@ -3853,7 +3853,7 @@ export declare const contract: {
|
|
|
3853
3853
|
translations: {
|
|
3854
3854
|
locale: string;
|
|
3855
3855
|
title?: string | undefined;
|
|
3856
|
-
description?: string | undefined;
|
|
3856
|
+
description?: string | null | undefined;
|
|
3857
3857
|
}[];
|
|
3858
3858
|
id: string;
|
|
3859
3859
|
slug: string;
|
|
@@ -3960,21 +3960,21 @@ export declare const contract: {
|
|
|
3960
3960
|
translations: import("zod").ZodArray<import("zod").ZodObject<{
|
|
3961
3961
|
locale: import("zod").ZodString;
|
|
3962
3962
|
title: import("zod").ZodDefault<import("zod").ZodString>;
|
|
3963
|
-
description: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString
|
|
3963
|
+
description: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
3964
3964
|
}, "strip", import("zod").ZodTypeAny, {
|
|
3965
3965
|
locale: string;
|
|
3966
3966
|
title: string;
|
|
3967
|
-
description?: string | undefined;
|
|
3967
|
+
description?: string | null | undefined;
|
|
3968
3968
|
}, {
|
|
3969
3969
|
locale: string;
|
|
3970
3970
|
title?: string | undefined;
|
|
3971
|
-
description?: string | undefined;
|
|
3971
|
+
description?: string | null | undefined;
|
|
3972
3972
|
}>, "many">;
|
|
3973
3973
|
}, "strip", import("zod").ZodTypeAny, {
|
|
3974
3974
|
translations: {
|
|
3975
3975
|
locale: string;
|
|
3976
3976
|
title: string;
|
|
3977
|
-
description?: string | undefined;
|
|
3977
|
+
description?: string | null | undefined;
|
|
3978
3978
|
}[];
|
|
3979
3979
|
id: string;
|
|
3980
3980
|
slug: string;
|
|
@@ -3991,7 +3991,7 @@ export declare const contract: {
|
|
|
3991
3991
|
translations: {
|
|
3992
3992
|
locale: string;
|
|
3993
3993
|
title?: string | undefined;
|
|
3994
|
-
description?: string | undefined;
|
|
3994
|
+
description?: string | null | undefined;
|
|
3995
3995
|
}[];
|
|
3996
3996
|
id: string;
|
|
3997
3997
|
slug: string;
|
|
@@ -4031,15 +4031,15 @@ export declare const contract: {
|
|
|
4031
4031
|
translations: import("zod").ZodArray<import("zod").ZodObject<{
|
|
4032
4032
|
locale: import("zod").ZodString;
|
|
4033
4033
|
title: import("zod").ZodDefault<import("zod").ZodString>;
|
|
4034
|
-
description: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString
|
|
4034
|
+
description: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
4035
4035
|
}, "strip", import("zod").ZodTypeAny, {
|
|
4036
4036
|
locale: string;
|
|
4037
4037
|
title: string;
|
|
4038
|
-
description?: string | undefined;
|
|
4038
|
+
description?: string | null | undefined;
|
|
4039
4039
|
}, {
|
|
4040
4040
|
locale: string;
|
|
4041
4041
|
title?: string | undefined;
|
|
4042
|
-
description?: string | undefined;
|
|
4042
|
+
description?: string | null | undefined;
|
|
4043
4043
|
}>, "many">;
|
|
4044
4044
|
}, "translations">, {
|
|
4045
4045
|
title: import("zod").ZodDefault<import("zod").ZodString>;
|
|
@@ -4114,15 +4114,15 @@ export declare const contract: {
|
|
|
4114
4114
|
translations: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
4115
4115
|
locale: import("zod").ZodString;
|
|
4116
4116
|
title: import("zod").ZodDefault<import("zod").ZodString>;
|
|
4117
|
-
description: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString
|
|
4117
|
+
description: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
4118
4118
|
}, "strip", import("zod").ZodTypeAny, {
|
|
4119
4119
|
locale: string;
|
|
4120
4120
|
title: string;
|
|
4121
|
-
description?: string | undefined;
|
|
4121
|
+
description?: string | null | undefined;
|
|
4122
4122
|
}, {
|
|
4123
4123
|
locale: string;
|
|
4124
4124
|
title?: string | undefined;
|
|
4125
|
-
description?: string | undefined;
|
|
4125
|
+
description?: string | null | undefined;
|
|
4126
4126
|
}>, "many">>;
|
|
4127
4127
|
slug: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4128
4128
|
image: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
@@ -4150,7 +4150,7 @@ export declare const contract: {
|
|
|
4150
4150
|
translations?: {
|
|
4151
4151
|
locale: string;
|
|
4152
4152
|
title: string;
|
|
4153
|
-
description?: string | undefined;
|
|
4153
|
+
description?: string | null | undefined;
|
|
4154
4154
|
}[] | undefined;
|
|
4155
4155
|
defaultLocale?: string | undefined;
|
|
4156
4156
|
slug?: string | undefined;
|
|
@@ -4166,7 +4166,7 @@ export declare const contract: {
|
|
|
4166
4166
|
translations?: {
|
|
4167
4167
|
locale: string;
|
|
4168
4168
|
title?: string | undefined;
|
|
4169
|
-
description?: string | undefined;
|
|
4169
|
+
description?: string | null | undefined;
|
|
4170
4170
|
}[] | undefined;
|
|
4171
4171
|
defaultLocale?: string | undefined;
|
|
4172
4172
|
slug?: string | undefined;
|
|
@@ -4182,7 +4182,7 @@ export declare const contract: {
|
|
|
4182
4182
|
translations?: {
|
|
4183
4183
|
locale: string;
|
|
4184
4184
|
title: string;
|
|
4185
|
-
description?: string | undefined;
|
|
4185
|
+
description?: string | null | undefined;
|
|
4186
4186
|
}[] | undefined;
|
|
4187
4187
|
defaultLocale?: string | undefined;
|
|
4188
4188
|
slug?: string | undefined;
|
|
@@ -4198,7 +4198,7 @@ export declare const contract: {
|
|
|
4198
4198
|
translations?: {
|
|
4199
4199
|
locale: string;
|
|
4200
4200
|
title?: string | undefined;
|
|
4201
|
-
description?: string | undefined;
|
|
4201
|
+
description?: string | null | undefined;
|
|
4202
4202
|
}[] | undefined;
|
|
4203
4203
|
defaultLocale?: string | undefined;
|
|
4204
4204
|
slug?: string | undefined;
|
|
@@ -4250,21 +4250,21 @@ export declare const contract: {
|
|
|
4250
4250
|
translations: import("zod").ZodArray<import("zod").ZodObject<{
|
|
4251
4251
|
locale: import("zod").ZodString;
|
|
4252
4252
|
title: import("zod").ZodDefault<import("zod").ZodString>;
|
|
4253
|
-
description: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString
|
|
4253
|
+
description: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
4254
4254
|
}, "strip", import("zod").ZodTypeAny, {
|
|
4255
4255
|
locale: string;
|
|
4256
4256
|
title: string;
|
|
4257
|
-
description?: string | undefined;
|
|
4257
|
+
description?: string | null | undefined;
|
|
4258
4258
|
}, {
|
|
4259
4259
|
locale: string;
|
|
4260
4260
|
title?: string | undefined;
|
|
4261
|
-
description?: string | undefined;
|
|
4261
|
+
description?: string | null | undefined;
|
|
4262
4262
|
}>, "many">;
|
|
4263
4263
|
}, "strip", import("zod").ZodTypeAny, {
|
|
4264
4264
|
translations: {
|
|
4265
4265
|
locale: string;
|
|
4266
4266
|
title: string;
|
|
4267
|
-
description?: string | undefined;
|
|
4267
|
+
description?: string | null | undefined;
|
|
4268
4268
|
}[];
|
|
4269
4269
|
id: string;
|
|
4270
4270
|
slug: string;
|
|
@@ -4281,7 +4281,7 @@ export declare const contract: {
|
|
|
4281
4281
|
translations: {
|
|
4282
4282
|
locale: string;
|
|
4283
4283
|
title?: string | undefined;
|
|
4284
|
-
description?: string | undefined;
|
|
4284
|
+
description?: string | null | undefined;
|
|
4285
4285
|
}[];
|
|
4286
4286
|
id: string;
|
|
4287
4287
|
slug: string;
|
|
@@ -4384,21 +4384,21 @@ export declare const contract: {
|
|
|
4384
4384
|
translations: import("zod").ZodArray<import("zod").ZodObject<{
|
|
4385
4385
|
locale: import("zod").ZodString;
|
|
4386
4386
|
title: import("zod").ZodDefault<import("zod").ZodString>;
|
|
4387
|
-
description: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString
|
|
4387
|
+
description: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
4388
4388
|
}, "strip", import("zod").ZodTypeAny, {
|
|
4389
4389
|
locale: string;
|
|
4390
4390
|
title: string;
|
|
4391
|
-
description?: string | undefined;
|
|
4391
|
+
description?: string | null | undefined;
|
|
4392
4392
|
}, {
|
|
4393
4393
|
locale: string;
|
|
4394
4394
|
title?: string | undefined;
|
|
4395
|
-
description?: string | undefined;
|
|
4395
|
+
description?: string | null | undefined;
|
|
4396
4396
|
}>, "many">;
|
|
4397
4397
|
}, "strip", import("zod").ZodTypeAny, {
|
|
4398
4398
|
translations: {
|
|
4399
4399
|
locale: string;
|
|
4400
4400
|
title: string;
|
|
4401
|
-
description?: string | undefined;
|
|
4401
|
+
description?: string | null | undefined;
|
|
4402
4402
|
}[];
|
|
4403
4403
|
id: string;
|
|
4404
4404
|
slug: string;
|
|
@@ -4415,7 +4415,7 @@ export declare const contract: {
|
|
|
4415
4415
|
translations: {
|
|
4416
4416
|
locale: string;
|
|
4417
4417
|
title?: string | undefined;
|
|
4418
|
-
description?: string | undefined;
|
|
4418
|
+
description?: string | null | undefined;
|
|
4419
4419
|
}[];
|
|
4420
4420
|
id: string;
|
|
4421
4421
|
slug: string;
|
|
@@ -4706,21 +4706,21 @@ export declare const contract: {
|
|
|
4706
4706
|
translations: import("zod").ZodArray<import("zod").ZodObject<{
|
|
4707
4707
|
locale: import("zod").ZodString;
|
|
4708
4708
|
title: import("zod").ZodDefault<import("zod").ZodString>;
|
|
4709
|
-
description: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString
|
|
4709
|
+
description: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
4710
4710
|
}, "strip", import("zod").ZodTypeAny, {
|
|
4711
4711
|
locale: string;
|
|
4712
4712
|
title: string;
|
|
4713
|
-
description?: string | undefined;
|
|
4713
|
+
description?: string | null | undefined;
|
|
4714
4714
|
}, {
|
|
4715
4715
|
locale: string;
|
|
4716
4716
|
title?: string | undefined;
|
|
4717
|
-
description?: string | undefined;
|
|
4717
|
+
description?: string | null | undefined;
|
|
4718
4718
|
}>, "many">;
|
|
4719
4719
|
}, "strip", import("zod").ZodTypeAny, {
|
|
4720
4720
|
translations: {
|
|
4721
4721
|
locale: string;
|
|
4722
4722
|
title: string;
|
|
4723
|
-
description?: string | undefined;
|
|
4723
|
+
description?: string | null | undefined;
|
|
4724
4724
|
}[];
|
|
4725
4725
|
id: string;
|
|
4726
4726
|
slug: string;
|
|
@@ -4737,7 +4737,7 @@ export declare const contract: {
|
|
|
4737
4737
|
translations: {
|
|
4738
4738
|
locale: string;
|
|
4739
4739
|
title?: string | undefined;
|
|
4740
|
-
description?: string | undefined;
|
|
4740
|
+
description?: string | null | undefined;
|
|
4741
4741
|
}[];
|
|
4742
4742
|
id: string;
|
|
4743
4743
|
slug: string;
|
|
@@ -4777,7 +4777,7 @@ export declare const contract: {
|
|
|
4777
4777
|
translations: {
|
|
4778
4778
|
locale: string;
|
|
4779
4779
|
title: string;
|
|
4780
|
-
description?: string | undefined;
|
|
4780
|
+
description?: string | null | undefined;
|
|
4781
4781
|
}[];
|
|
4782
4782
|
id: string;
|
|
4783
4783
|
slug: string;
|
|
@@ -4832,7 +4832,7 @@ export declare const contract: {
|
|
|
4832
4832
|
translations: {
|
|
4833
4833
|
locale: string;
|
|
4834
4834
|
title?: string | undefined;
|
|
4835
|
-
description?: string | undefined;
|
|
4835
|
+
description?: string | null | undefined;
|
|
4836
4836
|
}[];
|
|
4837
4837
|
id: string;
|
|
4838
4838
|
slug: string;
|
|
@@ -4994,21 +4994,21 @@ export declare const contract: {
|
|
|
4994
4994
|
translations: import("zod").ZodArray<import("zod").ZodObject<{
|
|
4995
4995
|
locale: import("zod").ZodString;
|
|
4996
4996
|
title: import("zod").ZodDefault<import("zod").ZodString>;
|
|
4997
|
-
description: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString
|
|
4997
|
+
description: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
4998
4998
|
}, "strip", import("zod").ZodTypeAny, {
|
|
4999
4999
|
locale: string;
|
|
5000
5000
|
title: string;
|
|
5001
|
-
description?: string | undefined;
|
|
5001
|
+
description?: string | null | undefined;
|
|
5002
5002
|
}, {
|
|
5003
5003
|
locale: string;
|
|
5004
5004
|
title?: string | undefined;
|
|
5005
|
-
description?: string | undefined;
|
|
5005
|
+
description?: string | null | undefined;
|
|
5006
5006
|
}>, "many">;
|
|
5007
5007
|
}, "strip", import("zod").ZodTypeAny, {
|
|
5008
5008
|
translations: {
|
|
5009
5009
|
locale: string;
|
|
5010
5010
|
title: string;
|
|
5011
|
-
description?: string | undefined;
|
|
5011
|
+
description?: string | null | undefined;
|
|
5012
5012
|
}[];
|
|
5013
5013
|
id: string;
|
|
5014
5014
|
slug: string;
|
|
@@ -5025,7 +5025,7 @@ export declare const contract: {
|
|
|
5025
5025
|
translations: {
|
|
5026
5026
|
locale: string;
|
|
5027
5027
|
title?: string | undefined;
|
|
5028
|
-
description?: string | undefined;
|
|
5028
|
+
description?: string | null | undefined;
|
|
5029
5029
|
}[];
|
|
5030
5030
|
id: string;
|
|
5031
5031
|
slug: string;
|
|
@@ -5214,7 +5214,7 @@ export declare const contract: {
|
|
|
5214
5214
|
translations: {
|
|
5215
5215
|
locale: string;
|
|
5216
5216
|
title: string;
|
|
5217
|
-
description?: string | undefined;
|
|
5217
|
+
description?: string | null | undefined;
|
|
5218
5218
|
}[];
|
|
5219
5219
|
id: string;
|
|
5220
5220
|
slug: string;
|
|
@@ -5315,7 +5315,7 @@ export declare const contract: {
|
|
|
5315
5315
|
translations: {
|
|
5316
5316
|
locale: string;
|
|
5317
5317
|
title?: string | undefined;
|
|
5318
|
-
description?: string | undefined;
|
|
5318
|
+
description?: string | null | undefined;
|
|
5319
5319
|
}[];
|
|
5320
5320
|
id: string;
|
|
5321
5321
|
slug: string;
|
|
@@ -5570,21 +5570,21 @@ export declare const contract: {
|
|
|
5570
5570
|
translations: import("zod").ZodArray<import("zod").ZodObject<{
|
|
5571
5571
|
locale: import("zod").ZodString;
|
|
5572
5572
|
title: import("zod").ZodDefault<import("zod").ZodString>;
|
|
5573
|
-
description: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString
|
|
5573
|
+
description: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
5574
5574
|
}, "strip", import("zod").ZodTypeAny, {
|
|
5575
5575
|
locale: string;
|
|
5576
5576
|
title: string;
|
|
5577
|
-
description?: string | undefined;
|
|
5577
|
+
description?: string | null | undefined;
|
|
5578
5578
|
}, {
|
|
5579
5579
|
locale: string;
|
|
5580
5580
|
title?: string | undefined;
|
|
5581
|
-
description?: string | undefined;
|
|
5581
|
+
description?: string | null | undefined;
|
|
5582
5582
|
}>, "many">;
|
|
5583
5583
|
}, "strip", import("zod").ZodTypeAny, {
|
|
5584
5584
|
translations: {
|
|
5585
5585
|
locale: string;
|
|
5586
5586
|
title: string;
|
|
5587
|
-
description?: string | undefined;
|
|
5587
|
+
description?: string | null | undefined;
|
|
5588
5588
|
}[];
|
|
5589
5589
|
id: string;
|
|
5590
5590
|
slug: string;
|
|
@@ -5601,7 +5601,7 @@ export declare const contract: {
|
|
|
5601
5601
|
translations: {
|
|
5602
5602
|
locale: string;
|
|
5603
5603
|
title?: string | undefined;
|
|
5604
|
-
description?: string | undefined;
|
|
5604
|
+
description?: string | null | undefined;
|
|
5605
5605
|
}[];
|
|
5606
5606
|
id: string;
|
|
5607
5607
|
slug: string;
|
|
@@ -5641,7 +5641,7 @@ export declare const contract: {
|
|
|
5641
5641
|
translations: {
|
|
5642
5642
|
locale: string;
|
|
5643
5643
|
title: string;
|
|
5644
|
-
description?: string | undefined;
|
|
5644
|
+
description?: string | null | undefined;
|
|
5645
5645
|
}[];
|
|
5646
5646
|
id: string;
|
|
5647
5647
|
slug: string;
|
|
@@ -5696,7 +5696,7 @@ export declare const contract: {
|
|
|
5696
5696
|
translations: {
|
|
5697
5697
|
locale: string;
|
|
5698
5698
|
title?: string | undefined;
|
|
5699
|
-
description?: string | undefined;
|
|
5699
|
+
description?: string | null | undefined;
|
|
5700
5700
|
}[];
|
|
5701
5701
|
id: string;
|
|
5702
5702
|
slug: string;
|
|
@@ -5858,21 +5858,21 @@ export declare const contract: {
|
|
|
5858
5858
|
translations: import("zod").ZodArray<import("zod").ZodObject<{
|
|
5859
5859
|
locale: import("zod").ZodString;
|
|
5860
5860
|
title: import("zod").ZodDefault<import("zod").ZodString>;
|
|
5861
|
-
description: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString
|
|
5861
|
+
description: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
5862
5862
|
}, "strip", import("zod").ZodTypeAny, {
|
|
5863
5863
|
locale: string;
|
|
5864
5864
|
title: string;
|
|
5865
|
-
description?: string | undefined;
|
|
5865
|
+
description?: string | null | undefined;
|
|
5866
5866
|
}, {
|
|
5867
5867
|
locale: string;
|
|
5868
5868
|
title?: string | undefined;
|
|
5869
|
-
description?: string | undefined;
|
|
5869
|
+
description?: string | null | undefined;
|
|
5870
5870
|
}>, "many">;
|
|
5871
5871
|
}, "strip", import("zod").ZodTypeAny, {
|
|
5872
5872
|
translations: {
|
|
5873
5873
|
locale: string;
|
|
5874
5874
|
title: string;
|
|
5875
|
-
description?: string | undefined;
|
|
5875
|
+
description?: string | null | undefined;
|
|
5876
5876
|
}[];
|
|
5877
5877
|
id: string;
|
|
5878
5878
|
slug: string;
|
|
@@ -5889,7 +5889,7 @@ export declare const contract: {
|
|
|
5889
5889
|
translations: {
|
|
5890
5890
|
locale: string;
|
|
5891
5891
|
title?: string | undefined;
|
|
5892
|
-
description?: string | undefined;
|
|
5892
|
+
description?: string | null | undefined;
|
|
5893
5893
|
}[];
|
|
5894
5894
|
id: string;
|
|
5895
5895
|
slug: string;
|
|
@@ -6551,21 +6551,21 @@ export declare const contract: {
|
|
|
6551
6551
|
translations: import("zod").ZodArray<import("zod").ZodObject<{
|
|
6552
6552
|
locale: import("zod").ZodString;
|
|
6553
6553
|
title: import("zod").ZodDefault<import("zod").ZodString>;
|
|
6554
|
-
description: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString
|
|
6554
|
+
description: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
6555
6555
|
}, "strip", import("zod").ZodTypeAny, {
|
|
6556
6556
|
locale: string;
|
|
6557
6557
|
title: string;
|
|
6558
|
-
description?: string | undefined;
|
|
6558
|
+
description?: string | null | undefined;
|
|
6559
6559
|
}, {
|
|
6560
6560
|
locale: string;
|
|
6561
6561
|
title?: string | undefined;
|
|
6562
|
-
description?: string | undefined;
|
|
6562
|
+
description?: string | null | undefined;
|
|
6563
6563
|
}>, "many">;
|
|
6564
6564
|
}, "strip", import("zod").ZodTypeAny, {
|
|
6565
6565
|
translations: {
|
|
6566
6566
|
locale: string;
|
|
6567
6567
|
title: string;
|
|
6568
|
-
description?: string | undefined;
|
|
6568
|
+
description?: string | null | undefined;
|
|
6569
6569
|
}[];
|
|
6570
6570
|
id: string;
|
|
6571
6571
|
slug: string;
|
|
@@ -6582,7 +6582,7 @@ export declare const contract: {
|
|
|
6582
6582
|
translations: {
|
|
6583
6583
|
locale: string;
|
|
6584
6584
|
title?: string | undefined;
|
|
6585
|
-
description?: string | undefined;
|
|
6585
|
+
description?: string | null | undefined;
|
|
6586
6586
|
}[];
|
|
6587
6587
|
id: string;
|
|
6588
6588
|
slug: string;
|
|
@@ -6622,7 +6622,7 @@ export declare const contract: {
|
|
|
6622
6622
|
translations: {
|
|
6623
6623
|
locale: string;
|
|
6624
6624
|
title: string;
|
|
6625
|
-
description?: string | undefined;
|
|
6625
|
+
description?: string | null | undefined;
|
|
6626
6626
|
}[];
|
|
6627
6627
|
id: string;
|
|
6628
6628
|
slug: string;
|
|
@@ -6677,7 +6677,7 @@ export declare const contract: {
|
|
|
6677
6677
|
translations: {
|
|
6678
6678
|
locale: string;
|
|
6679
6679
|
title?: string | undefined;
|
|
6680
|
-
description?: string | undefined;
|
|
6680
|
+
description?: string | null | undefined;
|
|
6681
6681
|
}[];
|
|
6682
6682
|
id: string;
|
|
6683
6683
|
slug: string;
|
|
@@ -6883,21 +6883,21 @@ export declare const contract: {
|
|
|
6883
6883
|
translations: import("zod").ZodArray<import("zod").ZodObject<{
|
|
6884
6884
|
locale: import("zod").ZodString;
|
|
6885
6885
|
title: import("zod").ZodDefault<import("zod").ZodString>;
|
|
6886
|
-
description: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString
|
|
6886
|
+
description: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
6887
6887
|
}, "strip", import("zod").ZodTypeAny, {
|
|
6888
6888
|
locale: string;
|
|
6889
6889
|
title: string;
|
|
6890
|
-
description?: string | undefined;
|
|
6890
|
+
description?: string | null | undefined;
|
|
6891
6891
|
}, {
|
|
6892
6892
|
locale: string;
|
|
6893
6893
|
title?: string | undefined;
|
|
6894
|
-
description?: string | undefined;
|
|
6894
|
+
description?: string | null | undefined;
|
|
6895
6895
|
}>, "many">;
|
|
6896
6896
|
}, "strip", import("zod").ZodTypeAny, {
|
|
6897
6897
|
translations: {
|
|
6898
6898
|
locale: string;
|
|
6899
6899
|
title: string;
|
|
6900
|
-
description?: string | undefined;
|
|
6900
|
+
description?: string | null | undefined;
|
|
6901
6901
|
}[];
|
|
6902
6902
|
id: string;
|
|
6903
6903
|
slug: string;
|
|
@@ -6914,7 +6914,7 @@ export declare const contract: {
|
|
|
6914
6914
|
translations: {
|
|
6915
6915
|
locale: string;
|
|
6916
6916
|
title?: string | undefined;
|
|
6917
|
-
description?: string | undefined;
|
|
6917
|
+
description?: string | null | undefined;
|
|
6918
6918
|
}[];
|
|
6919
6919
|
id: string;
|
|
6920
6920
|
slug: string;
|
|
@@ -7362,21 +7362,21 @@ export declare const contract: {
|
|
|
7362
7362
|
translations: import("zod").ZodArray<import("zod").ZodObject<{
|
|
7363
7363
|
locale: import("zod").ZodString;
|
|
7364
7364
|
title: import("zod").ZodDefault<import("zod").ZodString>;
|
|
7365
|
-
description: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString
|
|
7365
|
+
description: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
7366
7366
|
}, "strip", import("zod").ZodTypeAny, {
|
|
7367
7367
|
locale: string;
|
|
7368
7368
|
title: string;
|
|
7369
|
-
description?: string | undefined;
|
|
7369
|
+
description?: string | null | undefined;
|
|
7370
7370
|
}, {
|
|
7371
7371
|
locale: string;
|
|
7372
7372
|
title?: string | undefined;
|
|
7373
|
-
description?: string | undefined;
|
|
7373
|
+
description?: string | null | undefined;
|
|
7374
7374
|
}>, "many">;
|
|
7375
7375
|
}, "strip", import("zod").ZodTypeAny, {
|
|
7376
7376
|
translations: {
|
|
7377
7377
|
locale: string;
|
|
7378
7378
|
title: string;
|
|
7379
|
-
description?: string | undefined;
|
|
7379
|
+
description?: string | null | undefined;
|
|
7380
7380
|
}[];
|
|
7381
7381
|
id: string;
|
|
7382
7382
|
slug: string;
|
|
@@ -7393,7 +7393,7 @@ export declare const contract: {
|
|
|
7393
7393
|
translations: {
|
|
7394
7394
|
locale: string;
|
|
7395
7395
|
title?: string | undefined;
|
|
7396
|
-
description?: string | undefined;
|
|
7396
|
+
description?: string | null | undefined;
|
|
7397
7397
|
}[];
|
|
7398
7398
|
id: string;
|
|
7399
7399
|
slug: string;
|
|
@@ -7433,7 +7433,7 @@ export declare const contract: {
|
|
|
7433
7433
|
translations: {
|
|
7434
7434
|
locale: string;
|
|
7435
7435
|
title: string;
|
|
7436
|
-
description?: string | undefined;
|
|
7436
|
+
description?: string | null | undefined;
|
|
7437
7437
|
}[];
|
|
7438
7438
|
id: string;
|
|
7439
7439
|
slug: string;
|
|
@@ -7488,7 +7488,7 @@ export declare const contract: {
|
|
|
7488
7488
|
translations: {
|
|
7489
7489
|
locale: string;
|
|
7490
7490
|
title?: string | undefined;
|
|
7491
|
-
description?: string | undefined;
|
|
7491
|
+
description?: string | null | undefined;
|
|
7492
7492
|
}[];
|
|
7493
7493
|
id: string;
|
|
7494
7494
|
slug: string;
|
|
@@ -7713,21 +7713,21 @@ export declare const contract: {
|
|
|
7713
7713
|
translations: import("zod").ZodArray<import("zod").ZodObject<{
|
|
7714
7714
|
locale: import("zod").ZodString;
|
|
7715
7715
|
title: import("zod").ZodDefault<import("zod").ZodString>;
|
|
7716
|
-
description: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString
|
|
7716
|
+
description: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
7717
7717
|
}, "strip", import("zod").ZodTypeAny, {
|
|
7718
7718
|
locale: string;
|
|
7719
7719
|
title: string;
|
|
7720
|
-
description?: string | undefined;
|
|
7720
|
+
description?: string | null | undefined;
|
|
7721
7721
|
}, {
|
|
7722
7722
|
locale: string;
|
|
7723
7723
|
title?: string | undefined;
|
|
7724
|
-
description?: string | undefined;
|
|
7724
|
+
description?: string | null | undefined;
|
|
7725
7725
|
}>, "many">;
|
|
7726
7726
|
}, "strip", import("zod").ZodTypeAny, {
|
|
7727
7727
|
translations: {
|
|
7728
7728
|
locale: string;
|
|
7729
7729
|
title: string;
|
|
7730
|
-
description?: string | undefined;
|
|
7730
|
+
description?: string | null | undefined;
|
|
7731
7731
|
}[];
|
|
7732
7732
|
id: string;
|
|
7733
7733
|
slug: string;
|
|
@@ -7744,7 +7744,7 @@ export declare const contract: {
|
|
|
7744
7744
|
translations: {
|
|
7745
7745
|
locale: string;
|
|
7746
7746
|
title?: string | undefined;
|
|
7747
|
-
description?: string | undefined;
|
|
7747
|
+
description?: string | null | undefined;
|
|
7748
7748
|
}[];
|
|
7749
7749
|
id: string;
|
|
7750
7750
|
slug: string;
|
|
@@ -7784,7 +7784,7 @@ export declare const contract: {
|
|
|
7784
7784
|
translations: {
|
|
7785
7785
|
locale: string;
|
|
7786
7786
|
title: string;
|
|
7787
|
-
description?: string | undefined;
|
|
7787
|
+
description?: string | null | undefined;
|
|
7788
7788
|
}[];
|
|
7789
7789
|
id: string;
|
|
7790
7790
|
slug: string;
|
|
@@ -7839,7 +7839,7 @@ export declare const contract: {
|
|
|
7839
7839
|
translations: {
|
|
7840
7840
|
locale: string;
|
|
7841
7841
|
title?: string | undefined;
|
|
7842
|
-
description?: string | undefined;
|
|
7842
|
+
description?: string | null | undefined;
|
|
7843
7843
|
}[];
|
|
7844
7844
|
id: string;
|
|
7845
7845
|
slug: string;
|
|
@@ -8165,21 +8165,21 @@ export declare const contract: {
|
|
|
8165
8165
|
translations: import("zod").ZodArray<import("zod").ZodObject<{
|
|
8166
8166
|
locale: import("zod").ZodString;
|
|
8167
8167
|
title: import("zod").ZodDefault<import("zod").ZodString>;
|
|
8168
|
-
description: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString
|
|
8168
|
+
description: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
8169
8169
|
}, "strip", import("zod").ZodTypeAny, {
|
|
8170
8170
|
locale: string;
|
|
8171
8171
|
title: string;
|
|
8172
|
-
description?: string | undefined;
|
|
8172
|
+
description?: string | null | undefined;
|
|
8173
8173
|
}, {
|
|
8174
8174
|
locale: string;
|
|
8175
8175
|
title?: string | undefined;
|
|
8176
|
-
description?: string | undefined;
|
|
8176
|
+
description?: string | null | undefined;
|
|
8177
8177
|
}>, "many">;
|
|
8178
8178
|
}, "strip", import("zod").ZodTypeAny, {
|
|
8179
8179
|
translations: {
|
|
8180
8180
|
locale: string;
|
|
8181
8181
|
title: string;
|
|
8182
|
-
description?: string | undefined;
|
|
8182
|
+
description?: string | null | undefined;
|
|
8183
8183
|
}[];
|
|
8184
8184
|
id: string;
|
|
8185
8185
|
slug: string;
|
|
@@ -8196,7 +8196,7 @@ export declare const contract: {
|
|
|
8196
8196
|
translations: {
|
|
8197
8197
|
locale: string;
|
|
8198
8198
|
title?: string | undefined;
|
|
8199
|
-
description?: string | undefined;
|
|
8199
|
+
description?: string | null | undefined;
|
|
8200
8200
|
}[];
|
|
8201
8201
|
id: string;
|
|
8202
8202
|
slug: string;
|
|
@@ -8236,7 +8236,7 @@ export declare const contract: {
|
|
|
8236
8236
|
translations: {
|
|
8237
8237
|
locale: string;
|
|
8238
8238
|
title: string;
|
|
8239
|
-
description?: string | undefined;
|
|
8239
|
+
description?: string | null | undefined;
|
|
8240
8240
|
}[];
|
|
8241
8241
|
id: string;
|
|
8242
8242
|
slug: string;
|
|
@@ -8291,7 +8291,7 @@ export declare const contract: {
|
|
|
8291
8291
|
translations: {
|
|
8292
8292
|
locale: string;
|
|
8293
8293
|
title?: string | undefined;
|
|
8294
|
-
description?: string | undefined;
|
|
8294
|
+
description?: string | null | undefined;
|
|
8295
8295
|
}[];
|
|
8296
8296
|
id: string;
|
|
8297
8297
|
slug: string;
|
|
@@ -8359,7 +8359,7 @@ export declare const contract: {
|
|
|
8359
8359
|
translations: {
|
|
8360
8360
|
locale: string;
|
|
8361
8361
|
title: string;
|
|
8362
|
-
description?: string | undefined;
|
|
8362
|
+
description?: string | null | undefined;
|
|
8363
8363
|
}[];
|
|
8364
8364
|
id: string;
|
|
8365
8365
|
slug: string;
|
|
@@ -8425,7 +8425,7 @@ export declare const contract: {
|
|
|
8425
8425
|
translations: {
|
|
8426
8426
|
locale: string;
|
|
8427
8427
|
title?: string | undefined;
|
|
8428
|
-
description?: string | undefined;
|
|
8428
|
+
description?: string | null | undefined;
|
|
8429
8429
|
}[];
|
|
8430
8430
|
id: string;
|
|
8431
8431
|
slug: string;
|
|
@@ -13906,21 +13906,21 @@ export declare const contract: {
|
|
|
13906
13906
|
translations: import("zod").ZodArray<import("zod").ZodObject<{
|
|
13907
13907
|
locale: import("zod").ZodString;
|
|
13908
13908
|
title: import("zod").ZodDefault<import("zod").ZodString>;
|
|
13909
|
-
description: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodString
|
|
13909
|
+
description: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNullable<import("zod").ZodString>>>;
|
|
13910
13910
|
}, "strip", import("zod").ZodTypeAny, {
|
|
13911
13911
|
locale: string;
|
|
13912
13912
|
title: string;
|
|
13913
|
-
description?: string | undefined;
|
|
13913
|
+
description?: string | null | undefined;
|
|
13914
13914
|
}, {
|
|
13915
13915
|
locale: string;
|
|
13916
13916
|
title?: string | undefined;
|
|
13917
|
-
description?: string | undefined;
|
|
13917
|
+
description?: string | null | undefined;
|
|
13918
13918
|
}>, "many">;
|
|
13919
13919
|
}, "strip", import("zod").ZodTypeAny, {
|
|
13920
13920
|
translations: {
|
|
13921
13921
|
locale: string;
|
|
13922
13922
|
title: string;
|
|
13923
|
-
description?: string | undefined;
|
|
13923
|
+
description?: string | null | undefined;
|
|
13924
13924
|
}[];
|
|
13925
13925
|
id: string;
|
|
13926
13926
|
slug: string;
|
|
@@ -13937,7 +13937,7 @@ export declare const contract: {
|
|
|
13937
13937
|
translations: {
|
|
13938
13938
|
locale: string;
|
|
13939
13939
|
title?: string | undefined;
|
|
13940
|
-
description?: string | undefined;
|
|
13940
|
+
description?: string | null | undefined;
|
|
13941
13941
|
}[];
|
|
13942
13942
|
id: string;
|
|
13943
13943
|
slug: string;
|