@meerkapp/wms-contracts 0.2.0-beta.6 → 0.2.0-beta.8
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.cjs +6589 -6682
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +842 -969
- package/dist/index.d.ts +842 -969
- package/dist/index.js +6584 -6672
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -5067,21 +5067,21 @@ declare const EmployeeGroupByResultSchema: z.ZodArray<z.ZodObject<{
|
|
|
5067
5067
|
declare const EmployeeCountResultSchema: z.ZodNumber;
|
|
5068
5068
|
|
|
5069
5069
|
declare const EmployeeRoleFindUniqueResultSchema: z.ZodNullable<z.ZodObject<{
|
|
5070
|
-
id: z.
|
|
5070
|
+
id: z.ZodNumber;
|
|
5071
5071
|
name: z.ZodString;
|
|
5072
5072
|
color: z.ZodOptional<z.ZodString>;
|
|
5073
5073
|
updatedAt: z.ZodDate;
|
|
5074
5074
|
assignments: z.ZodArray<z.ZodUnknown, "many">;
|
|
5075
5075
|
permissions: z.ZodArray<z.ZodUnknown, "many">;
|
|
5076
5076
|
}, "strip", z.ZodTypeAny, {
|
|
5077
|
-
id:
|
|
5077
|
+
id: number;
|
|
5078
5078
|
updatedAt: Date;
|
|
5079
5079
|
name: string;
|
|
5080
5080
|
assignments: unknown[];
|
|
5081
5081
|
permissions: unknown[];
|
|
5082
5082
|
color?: string | undefined;
|
|
5083
5083
|
}, {
|
|
5084
|
-
id:
|
|
5084
|
+
id: number;
|
|
5085
5085
|
updatedAt: Date;
|
|
5086
5086
|
name: string;
|
|
5087
5087
|
assignments: unknown[];
|
|
@@ -5090,21 +5090,21 @@ declare const EmployeeRoleFindUniqueResultSchema: z.ZodNullable<z.ZodObject<{
|
|
|
5090
5090
|
}>>;
|
|
5091
5091
|
|
|
5092
5092
|
declare const EmployeeRoleFindFirstResultSchema: z.ZodNullable<z.ZodObject<{
|
|
5093
|
-
id: z.
|
|
5093
|
+
id: z.ZodNumber;
|
|
5094
5094
|
name: z.ZodString;
|
|
5095
5095
|
color: z.ZodOptional<z.ZodString>;
|
|
5096
5096
|
updatedAt: z.ZodDate;
|
|
5097
5097
|
assignments: z.ZodArray<z.ZodUnknown, "many">;
|
|
5098
5098
|
permissions: z.ZodArray<z.ZodUnknown, "many">;
|
|
5099
5099
|
}, "strip", z.ZodTypeAny, {
|
|
5100
|
-
id:
|
|
5100
|
+
id: number;
|
|
5101
5101
|
updatedAt: Date;
|
|
5102
5102
|
name: string;
|
|
5103
5103
|
assignments: unknown[];
|
|
5104
5104
|
permissions: unknown[];
|
|
5105
5105
|
color?: string | undefined;
|
|
5106
5106
|
}, {
|
|
5107
|
-
id:
|
|
5107
|
+
id: number;
|
|
5108
5108
|
updatedAt: Date;
|
|
5109
5109
|
name: string;
|
|
5110
5110
|
assignments: unknown[];
|
|
@@ -5114,21 +5114,21 @@ declare const EmployeeRoleFindFirstResultSchema: z.ZodNullable<z.ZodObject<{
|
|
|
5114
5114
|
|
|
5115
5115
|
declare const EmployeeRoleFindManyResultSchema: z.ZodObject<{
|
|
5116
5116
|
data: z.ZodArray<z.ZodObject<{
|
|
5117
|
-
id: z.
|
|
5117
|
+
id: z.ZodNumber;
|
|
5118
5118
|
name: z.ZodString;
|
|
5119
5119
|
color: z.ZodOptional<z.ZodString>;
|
|
5120
5120
|
updatedAt: z.ZodDate;
|
|
5121
5121
|
assignments: z.ZodArray<z.ZodUnknown, "many">;
|
|
5122
5122
|
permissions: z.ZodArray<z.ZodUnknown, "many">;
|
|
5123
5123
|
}, "strip", z.ZodTypeAny, {
|
|
5124
|
-
id:
|
|
5124
|
+
id: number;
|
|
5125
5125
|
updatedAt: Date;
|
|
5126
5126
|
name: string;
|
|
5127
5127
|
assignments: unknown[];
|
|
5128
5128
|
permissions: unknown[];
|
|
5129
5129
|
color?: string | undefined;
|
|
5130
5130
|
}, {
|
|
5131
|
-
id:
|
|
5131
|
+
id: number;
|
|
5132
5132
|
updatedAt: Date;
|
|
5133
5133
|
name: string;
|
|
5134
5134
|
assignments: unknown[];
|
|
@@ -5159,7 +5159,7 @@ declare const EmployeeRoleFindManyResultSchema: z.ZodObject<{
|
|
|
5159
5159
|
}>;
|
|
5160
5160
|
}, "strip", z.ZodTypeAny, {
|
|
5161
5161
|
data: {
|
|
5162
|
-
id:
|
|
5162
|
+
id: number;
|
|
5163
5163
|
updatedAt: Date;
|
|
5164
5164
|
name: string;
|
|
5165
5165
|
assignments: unknown[];
|
|
@@ -5176,7 +5176,7 @@ declare const EmployeeRoleFindManyResultSchema: z.ZodObject<{
|
|
|
5176
5176
|
};
|
|
5177
5177
|
}, {
|
|
5178
5178
|
data: {
|
|
5179
|
-
id:
|
|
5179
|
+
id: number;
|
|
5180
5180
|
updatedAt: Date;
|
|
5181
5181
|
name: string;
|
|
5182
5182
|
assignments: unknown[];
|
|
@@ -5194,21 +5194,21 @@ declare const EmployeeRoleFindManyResultSchema: z.ZodObject<{
|
|
|
5194
5194
|
}>;
|
|
5195
5195
|
|
|
5196
5196
|
declare const EmployeeRoleCreateResultSchema: z.ZodObject<{
|
|
5197
|
-
id: z.
|
|
5197
|
+
id: z.ZodNumber;
|
|
5198
5198
|
name: z.ZodString;
|
|
5199
5199
|
color: z.ZodOptional<z.ZodString>;
|
|
5200
5200
|
updatedAt: z.ZodDate;
|
|
5201
5201
|
assignments: z.ZodArray<z.ZodUnknown, "many">;
|
|
5202
5202
|
permissions: z.ZodArray<z.ZodUnknown, "many">;
|
|
5203
5203
|
}, "strip", z.ZodTypeAny, {
|
|
5204
|
-
id:
|
|
5204
|
+
id: number;
|
|
5205
5205
|
updatedAt: Date;
|
|
5206
5206
|
name: string;
|
|
5207
5207
|
assignments: unknown[];
|
|
5208
5208
|
permissions: unknown[];
|
|
5209
5209
|
color?: string | undefined;
|
|
5210
5210
|
}, {
|
|
5211
|
-
id:
|
|
5211
|
+
id: number;
|
|
5212
5212
|
updatedAt: Date;
|
|
5213
5213
|
name: string;
|
|
5214
5214
|
assignments: unknown[];
|
|
@@ -5225,21 +5225,21 @@ declare const EmployeeRoleCreateManyResultSchema: z.ZodObject<{
|
|
|
5225
5225
|
}>;
|
|
5226
5226
|
|
|
5227
5227
|
declare const EmployeeRoleUpdateResultSchema: z.ZodNullable<z.ZodObject<{
|
|
5228
|
-
id: z.
|
|
5228
|
+
id: z.ZodNumber;
|
|
5229
5229
|
name: z.ZodString;
|
|
5230
5230
|
color: z.ZodOptional<z.ZodString>;
|
|
5231
5231
|
updatedAt: z.ZodDate;
|
|
5232
5232
|
assignments: z.ZodArray<z.ZodUnknown, "many">;
|
|
5233
5233
|
permissions: z.ZodArray<z.ZodUnknown, "many">;
|
|
5234
5234
|
}, "strip", z.ZodTypeAny, {
|
|
5235
|
-
id:
|
|
5235
|
+
id: number;
|
|
5236
5236
|
updatedAt: Date;
|
|
5237
5237
|
name: string;
|
|
5238
5238
|
assignments: unknown[];
|
|
5239
5239
|
permissions: unknown[];
|
|
5240
5240
|
color?: string | undefined;
|
|
5241
5241
|
}, {
|
|
5242
|
-
id:
|
|
5242
|
+
id: number;
|
|
5243
5243
|
updatedAt: Date;
|
|
5244
5244
|
name: string;
|
|
5245
5245
|
assignments: unknown[];
|
|
@@ -5256,21 +5256,21 @@ declare const EmployeeRoleUpdateManyResultSchema: z.ZodObject<{
|
|
|
5256
5256
|
}>;
|
|
5257
5257
|
|
|
5258
5258
|
declare const EmployeeRoleUpsertResultSchema: z.ZodObject<{
|
|
5259
|
-
id: z.
|
|
5259
|
+
id: z.ZodNumber;
|
|
5260
5260
|
name: z.ZodString;
|
|
5261
5261
|
color: z.ZodOptional<z.ZodString>;
|
|
5262
5262
|
updatedAt: z.ZodDate;
|
|
5263
5263
|
assignments: z.ZodArray<z.ZodUnknown, "many">;
|
|
5264
5264
|
permissions: z.ZodArray<z.ZodUnknown, "many">;
|
|
5265
5265
|
}, "strip", z.ZodTypeAny, {
|
|
5266
|
-
id:
|
|
5266
|
+
id: number;
|
|
5267
5267
|
updatedAt: Date;
|
|
5268
5268
|
name: string;
|
|
5269
5269
|
assignments: unknown[];
|
|
5270
5270
|
permissions: unknown[];
|
|
5271
5271
|
color?: string | undefined;
|
|
5272
5272
|
}, {
|
|
5273
|
-
id:
|
|
5273
|
+
id: number;
|
|
5274
5274
|
updatedAt: Date;
|
|
5275
5275
|
name: string;
|
|
5276
5276
|
assignments: unknown[];
|
|
@@ -5279,21 +5279,21 @@ declare const EmployeeRoleUpsertResultSchema: z.ZodObject<{
|
|
|
5279
5279
|
}>;
|
|
5280
5280
|
|
|
5281
5281
|
declare const EmployeeRoleDeleteResultSchema: z.ZodNullable<z.ZodObject<{
|
|
5282
|
-
id: z.
|
|
5282
|
+
id: z.ZodNumber;
|
|
5283
5283
|
name: z.ZodString;
|
|
5284
5284
|
color: z.ZodOptional<z.ZodString>;
|
|
5285
5285
|
updatedAt: z.ZodDate;
|
|
5286
5286
|
assignments: z.ZodArray<z.ZodUnknown, "many">;
|
|
5287
5287
|
permissions: z.ZodArray<z.ZodUnknown, "many">;
|
|
5288
5288
|
}, "strip", z.ZodTypeAny, {
|
|
5289
|
-
id:
|
|
5289
|
+
id: number;
|
|
5290
5290
|
updatedAt: Date;
|
|
5291
5291
|
name: string;
|
|
5292
5292
|
assignments: unknown[];
|
|
5293
5293
|
permissions: unknown[];
|
|
5294
5294
|
color?: string | undefined;
|
|
5295
5295
|
}, {
|
|
5296
|
-
id:
|
|
5296
|
+
id: number;
|
|
5297
5297
|
updatedAt: Date;
|
|
5298
5298
|
name: string;
|
|
5299
5299
|
assignments: unknown[];
|
|
@@ -5333,11 +5333,11 @@ declare const EmployeeRoleAggregateResultSchema: z.ZodObject<{
|
|
|
5333
5333
|
permissions: number;
|
|
5334
5334
|
}>>;
|
|
5335
5335
|
_sum: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
5336
|
-
id: z.ZodNullable<z.
|
|
5336
|
+
id: z.ZodNullable<z.ZodNumber>;
|
|
5337
5337
|
}, "strip", z.ZodTypeAny, {
|
|
5338
|
-
id:
|
|
5338
|
+
id: number | null;
|
|
5339
5339
|
}, {
|
|
5340
|
-
id:
|
|
5340
|
+
id: number | null;
|
|
5341
5341
|
}>>>;
|
|
5342
5342
|
_avg: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
5343
5343
|
id: z.ZodNullable<z.ZodNumber>;
|
|
@@ -5347,33 +5347,33 @@ declare const EmployeeRoleAggregateResultSchema: z.ZodObject<{
|
|
|
5347
5347
|
id: number | null;
|
|
5348
5348
|
}>>>;
|
|
5349
5349
|
_min: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
5350
|
-
id: z.ZodNullable<z.
|
|
5350
|
+
id: z.ZodNullable<z.ZodNumber>;
|
|
5351
5351
|
name: z.ZodNullable<z.ZodString>;
|
|
5352
5352
|
color: z.ZodNullable<z.ZodString>;
|
|
5353
5353
|
updatedAt: z.ZodNullable<z.ZodDate>;
|
|
5354
5354
|
}, "strip", z.ZodTypeAny, {
|
|
5355
|
-
id:
|
|
5355
|
+
id: number | null;
|
|
5356
5356
|
updatedAt: Date | null;
|
|
5357
5357
|
name: string | null;
|
|
5358
5358
|
color: string | null;
|
|
5359
5359
|
}, {
|
|
5360
|
-
id:
|
|
5360
|
+
id: number | null;
|
|
5361
5361
|
updatedAt: Date | null;
|
|
5362
5362
|
name: string | null;
|
|
5363
5363
|
color: string | null;
|
|
5364
5364
|
}>>>;
|
|
5365
5365
|
_max: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
5366
|
-
id: z.ZodNullable<z.
|
|
5366
|
+
id: z.ZodNullable<z.ZodNumber>;
|
|
5367
5367
|
name: z.ZodNullable<z.ZodString>;
|
|
5368
5368
|
color: z.ZodNullable<z.ZodString>;
|
|
5369
5369
|
updatedAt: z.ZodNullable<z.ZodDate>;
|
|
5370
5370
|
}, "strip", z.ZodTypeAny, {
|
|
5371
|
-
id:
|
|
5371
|
+
id: number | null;
|
|
5372
5372
|
updatedAt: Date | null;
|
|
5373
5373
|
name: string | null;
|
|
5374
5374
|
color: string | null;
|
|
5375
5375
|
}, {
|
|
5376
|
-
id:
|
|
5376
|
+
id: number | null;
|
|
5377
5377
|
updatedAt: Date | null;
|
|
5378
5378
|
name: string | null;
|
|
5379
5379
|
color: string | null;
|
|
@@ -5388,13 +5388,13 @@ declare const EmployeeRoleAggregateResultSchema: z.ZodObject<{
|
|
|
5388
5388
|
permissions: number;
|
|
5389
5389
|
} | undefined;
|
|
5390
5390
|
_min?: {
|
|
5391
|
-
id:
|
|
5391
|
+
id: number | null;
|
|
5392
5392
|
updatedAt: Date | null;
|
|
5393
5393
|
name: string | null;
|
|
5394
5394
|
color: string | null;
|
|
5395
5395
|
} | null | undefined;
|
|
5396
5396
|
_max?: {
|
|
5397
|
-
id:
|
|
5397
|
+
id: number | null;
|
|
5398
5398
|
updatedAt: Date | null;
|
|
5399
5399
|
name: string | null;
|
|
5400
5400
|
color: string | null;
|
|
@@ -5403,7 +5403,7 @@ declare const EmployeeRoleAggregateResultSchema: z.ZodObject<{
|
|
|
5403
5403
|
id: number | null;
|
|
5404
5404
|
} | null | undefined;
|
|
5405
5405
|
_sum?: {
|
|
5406
|
-
id:
|
|
5406
|
+
id: number | null;
|
|
5407
5407
|
} | null | undefined;
|
|
5408
5408
|
}, {
|
|
5409
5409
|
_count?: {
|
|
@@ -5415,13 +5415,13 @@ declare const EmployeeRoleAggregateResultSchema: z.ZodObject<{
|
|
|
5415
5415
|
permissions: number;
|
|
5416
5416
|
} | undefined;
|
|
5417
5417
|
_min?: {
|
|
5418
|
-
id:
|
|
5418
|
+
id: number | null;
|
|
5419
5419
|
updatedAt: Date | null;
|
|
5420
5420
|
name: string | null;
|
|
5421
5421
|
color: string | null;
|
|
5422
5422
|
} | null | undefined;
|
|
5423
5423
|
_max?: {
|
|
5424
|
-
id:
|
|
5424
|
+
id: number | null;
|
|
5425
5425
|
updatedAt: Date | null;
|
|
5426
5426
|
name: string | null;
|
|
5427
5427
|
color: string | null;
|
|
@@ -5430,12 +5430,12 @@ declare const EmployeeRoleAggregateResultSchema: z.ZodObject<{
|
|
|
5430
5430
|
id: number | null;
|
|
5431
5431
|
} | null | undefined;
|
|
5432
5432
|
_sum?: {
|
|
5433
|
-
id:
|
|
5433
|
+
id: number | null;
|
|
5434
5434
|
} | null | undefined;
|
|
5435
5435
|
}>;
|
|
5436
5436
|
|
|
5437
5437
|
declare const EmployeeRoleGroupByResultSchema: z.ZodArray<z.ZodObject<{
|
|
5438
|
-
id: z.
|
|
5438
|
+
id: z.ZodNumber;
|
|
5439
5439
|
name: z.ZodString;
|
|
5440
5440
|
color: z.ZodString;
|
|
5441
5441
|
updatedAt: z.ZodDate;
|
|
@@ -5462,11 +5462,11 @@ declare const EmployeeRoleGroupByResultSchema: z.ZodArray<z.ZodObject<{
|
|
|
5462
5462
|
permissions: number;
|
|
5463
5463
|
}>>;
|
|
5464
5464
|
_sum: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
5465
|
-
id: z.ZodNullable<z.
|
|
5465
|
+
id: z.ZodNullable<z.ZodNumber>;
|
|
5466
5466
|
}, "strip", z.ZodTypeAny, {
|
|
5467
|
-
id:
|
|
5467
|
+
id: number | null;
|
|
5468
5468
|
}, {
|
|
5469
|
-
id:
|
|
5469
|
+
id: number | null;
|
|
5470
5470
|
}>>>;
|
|
5471
5471
|
_avg: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
5472
5472
|
id: z.ZodNullable<z.ZodNumber>;
|
|
@@ -5476,39 +5476,39 @@ declare const EmployeeRoleGroupByResultSchema: z.ZodArray<z.ZodObject<{
|
|
|
5476
5476
|
id: number | null;
|
|
5477
5477
|
}>>>;
|
|
5478
5478
|
_min: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
5479
|
-
id: z.ZodNullable<z.
|
|
5479
|
+
id: z.ZodNullable<z.ZodNumber>;
|
|
5480
5480
|
name: z.ZodNullable<z.ZodString>;
|
|
5481
5481
|
color: z.ZodNullable<z.ZodString>;
|
|
5482
5482
|
updatedAt: z.ZodNullable<z.ZodDate>;
|
|
5483
5483
|
}, "strip", z.ZodTypeAny, {
|
|
5484
|
-
id:
|
|
5484
|
+
id: number | null;
|
|
5485
5485
|
updatedAt: Date | null;
|
|
5486
5486
|
name: string | null;
|
|
5487
5487
|
color: string | null;
|
|
5488
5488
|
}, {
|
|
5489
|
-
id:
|
|
5489
|
+
id: number | null;
|
|
5490
5490
|
updatedAt: Date | null;
|
|
5491
5491
|
name: string | null;
|
|
5492
5492
|
color: string | null;
|
|
5493
5493
|
}>>>;
|
|
5494
5494
|
_max: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
5495
|
-
id: z.ZodNullable<z.
|
|
5495
|
+
id: z.ZodNullable<z.ZodNumber>;
|
|
5496
5496
|
name: z.ZodNullable<z.ZodString>;
|
|
5497
5497
|
color: z.ZodNullable<z.ZodString>;
|
|
5498
5498
|
updatedAt: z.ZodNullable<z.ZodDate>;
|
|
5499
5499
|
}, "strip", z.ZodTypeAny, {
|
|
5500
|
-
id:
|
|
5500
|
+
id: number | null;
|
|
5501
5501
|
updatedAt: Date | null;
|
|
5502
5502
|
name: string | null;
|
|
5503
5503
|
color: string | null;
|
|
5504
5504
|
}, {
|
|
5505
|
-
id:
|
|
5505
|
+
id: number | null;
|
|
5506
5506
|
updatedAt: Date | null;
|
|
5507
5507
|
name: string | null;
|
|
5508
5508
|
color: string | null;
|
|
5509
5509
|
}>>>;
|
|
5510
5510
|
}, "strip", z.ZodTypeAny, {
|
|
5511
|
-
id:
|
|
5511
|
+
id: number;
|
|
5512
5512
|
updatedAt: Date;
|
|
5513
5513
|
name: string;
|
|
5514
5514
|
color: string;
|
|
@@ -5521,13 +5521,13 @@ declare const EmployeeRoleGroupByResultSchema: z.ZodArray<z.ZodObject<{
|
|
|
5521
5521
|
permissions: number;
|
|
5522
5522
|
} | undefined;
|
|
5523
5523
|
_min?: {
|
|
5524
|
-
id:
|
|
5524
|
+
id: number | null;
|
|
5525
5525
|
updatedAt: Date | null;
|
|
5526
5526
|
name: string | null;
|
|
5527
5527
|
color: string | null;
|
|
5528
5528
|
} | null | undefined;
|
|
5529
5529
|
_max?: {
|
|
5530
|
-
id:
|
|
5530
|
+
id: number | null;
|
|
5531
5531
|
updatedAt: Date | null;
|
|
5532
5532
|
name: string | null;
|
|
5533
5533
|
color: string | null;
|
|
@@ -5536,10 +5536,10 @@ declare const EmployeeRoleGroupByResultSchema: z.ZodArray<z.ZodObject<{
|
|
|
5536
5536
|
id: number | null;
|
|
5537
5537
|
} | null | undefined;
|
|
5538
5538
|
_sum?: {
|
|
5539
|
-
id:
|
|
5539
|
+
id: number | null;
|
|
5540
5540
|
} | null | undefined;
|
|
5541
5541
|
}, {
|
|
5542
|
-
id:
|
|
5542
|
+
id: number;
|
|
5543
5543
|
updatedAt: Date;
|
|
5544
5544
|
name: string;
|
|
5545
5545
|
color: string;
|
|
@@ -5552,13 +5552,13 @@ declare const EmployeeRoleGroupByResultSchema: z.ZodArray<z.ZodObject<{
|
|
|
5552
5552
|
permissions: number;
|
|
5553
5553
|
} | undefined;
|
|
5554
5554
|
_min?: {
|
|
5555
|
-
id:
|
|
5555
|
+
id: number | null;
|
|
5556
5556
|
updatedAt: Date | null;
|
|
5557
5557
|
name: string | null;
|
|
5558
5558
|
color: string | null;
|
|
5559
5559
|
} | null | undefined;
|
|
5560
5560
|
_max?: {
|
|
5561
|
-
id:
|
|
5561
|
+
id: number | null;
|
|
5562
5562
|
updatedAt: Date | null;
|
|
5563
5563
|
name: string | null;
|
|
5564
5564
|
color: string | null;
|
|
@@ -5567,41 +5567,41 @@ declare const EmployeeRoleGroupByResultSchema: z.ZodArray<z.ZodObject<{
|
|
|
5567
5567
|
id: number | null;
|
|
5568
5568
|
} | null | undefined;
|
|
5569
5569
|
_sum?: {
|
|
5570
|
-
id:
|
|
5570
|
+
id: number | null;
|
|
5571
5571
|
} | null | undefined;
|
|
5572
5572
|
}>, "many">;
|
|
5573
5573
|
|
|
5574
5574
|
declare const EmployeeRoleCountResultSchema: z.ZodNumber;
|
|
5575
5575
|
|
|
5576
5576
|
declare const EmployeePermissionFindUniqueResultSchema: z.ZodNullable<z.ZodObject<{
|
|
5577
|
-
id: z.
|
|
5577
|
+
id: z.ZodNumber;
|
|
5578
5578
|
name: z.ZodString;
|
|
5579
5579
|
updatedAt: z.ZodDate;
|
|
5580
5580
|
rolePermissions: z.ZodArray<z.ZodUnknown, "many">;
|
|
5581
5581
|
}, "strip", z.ZodTypeAny, {
|
|
5582
|
-
id:
|
|
5582
|
+
id: number;
|
|
5583
5583
|
updatedAt: Date;
|
|
5584
5584
|
name: string;
|
|
5585
5585
|
rolePermissions: unknown[];
|
|
5586
5586
|
}, {
|
|
5587
|
-
id:
|
|
5587
|
+
id: number;
|
|
5588
5588
|
updatedAt: Date;
|
|
5589
5589
|
name: string;
|
|
5590
5590
|
rolePermissions: unknown[];
|
|
5591
5591
|
}>>;
|
|
5592
5592
|
|
|
5593
5593
|
declare const EmployeePermissionFindFirstResultSchema: z.ZodNullable<z.ZodObject<{
|
|
5594
|
-
id: z.
|
|
5594
|
+
id: z.ZodNumber;
|
|
5595
5595
|
name: z.ZodString;
|
|
5596
5596
|
updatedAt: z.ZodDate;
|
|
5597
5597
|
rolePermissions: z.ZodArray<z.ZodUnknown, "many">;
|
|
5598
5598
|
}, "strip", z.ZodTypeAny, {
|
|
5599
|
-
id:
|
|
5599
|
+
id: number;
|
|
5600
5600
|
updatedAt: Date;
|
|
5601
5601
|
name: string;
|
|
5602
5602
|
rolePermissions: unknown[];
|
|
5603
5603
|
}, {
|
|
5604
|
-
id:
|
|
5604
|
+
id: number;
|
|
5605
5605
|
updatedAt: Date;
|
|
5606
5606
|
name: string;
|
|
5607
5607
|
rolePermissions: unknown[];
|
|
@@ -5609,17 +5609,17 @@ declare const EmployeePermissionFindFirstResultSchema: z.ZodNullable<z.ZodObject
|
|
|
5609
5609
|
|
|
5610
5610
|
declare const EmployeePermissionFindManyResultSchema: z.ZodObject<{
|
|
5611
5611
|
data: z.ZodArray<z.ZodObject<{
|
|
5612
|
-
id: z.
|
|
5612
|
+
id: z.ZodNumber;
|
|
5613
5613
|
name: z.ZodString;
|
|
5614
5614
|
updatedAt: z.ZodDate;
|
|
5615
5615
|
rolePermissions: z.ZodArray<z.ZodUnknown, "many">;
|
|
5616
5616
|
}, "strip", z.ZodTypeAny, {
|
|
5617
|
-
id:
|
|
5617
|
+
id: number;
|
|
5618
5618
|
updatedAt: Date;
|
|
5619
5619
|
name: string;
|
|
5620
5620
|
rolePermissions: unknown[];
|
|
5621
5621
|
}, {
|
|
5622
|
-
id:
|
|
5622
|
+
id: number;
|
|
5623
5623
|
updatedAt: Date;
|
|
5624
5624
|
name: string;
|
|
5625
5625
|
rolePermissions: unknown[];
|
|
@@ -5648,7 +5648,7 @@ declare const EmployeePermissionFindManyResultSchema: z.ZodObject<{
|
|
|
5648
5648
|
}>;
|
|
5649
5649
|
}, "strip", z.ZodTypeAny, {
|
|
5650
5650
|
data: {
|
|
5651
|
-
id:
|
|
5651
|
+
id: number;
|
|
5652
5652
|
updatedAt: Date;
|
|
5653
5653
|
name: string;
|
|
5654
5654
|
rolePermissions: unknown[];
|
|
@@ -5663,7 +5663,7 @@ declare const EmployeePermissionFindManyResultSchema: z.ZodObject<{
|
|
|
5663
5663
|
};
|
|
5664
5664
|
}, {
|
|
5665
5665
|
data: {
|
|
5666
|
-
id:
|
|
5666
|
+
id: number;
|
|
5667
5667
|
updatedAt: Date;
|
|
5668
5668
|
name: string;
|
|
5669
5669
|
rolePermissions: unknown[];
|
|
@@ -5679,17 +5679,17 @@ declare const EmployeePermissionFindManyResultSchema: z.ZodObject<{
|
|
|
5679
5679
|
}>;
|
|
5680
5680
|
|
|
5681
5681
|
declare const EmployeePermissionCreateResultSchema: z.ZodObject<{
|
|
5682
|
-
id: z.
|
|
5682
|
+
id: z.ZodNumber;
|
|
5683
5683
|
name: z.ZodString;
|
|
5684
5684
|
updatedAt: z.ZodDate;
|
|
5685
5685
|
rolePermissions: z.ZodArray<z.ZodUnknown, "many">;
|
|
5686
5686
|
}, "strip", z.ZodTypeAny, {
|
|
5687
|
-
id:
|
|
5687
|
+
id: number;
|
|
5688
5688
|
updatedAt: Date;
|
|
5689
5689
|
name: string;
|
|
5690
5690
|
rolePermissions: unknown[];
|
|
5691
5691
|
}, {
|
|
5692
|
-
id:
|
|
5692
|
+
id: number;
|
|
5693
5693
|
updatedAt: Date;
|
|
5694
5694
|
name: string;
|
|
5695
5695
|
rolePermissions: unknown[];
|
|
@@ -5704,17 +5704,17 @@ declare const EmployeePermissionCreateManyResultSchema: z.ZodObject<{
|
|
|
5704
5704
|
}>;
|
|
5705
5705
|
|
|
5706
5706
|
declare const EmployeePermissionUpdateResultSchema: z.ZodNullable<z.ZodObject<{
|
|
5707
|
-
id: z.
|
|
5707
|
+
id: z.ZodNumber;
|
|
5708
5708
|
name: z.ZodString;
|
|
5709
5709
|
updatedAt: z.ZodDate;
|
|
5710
5710
|
rolePermissions: z.ZodArray<z.ZodUnknown, "many">;
|
|
5711
5711
|
}, "strip", z.ZodTypeAny, {
|
|
5712
|
-
id:
|
|
5712
|
+
id: number;
|
|
5713
5713
|
updatedAt: Date;
|
|
5714
5714
|
name: string;
|
|
5715
5715
|
rolePermissions: unknown[];
|
|
5716
5716
|
}, {
|
|
5717
|
-
id:
|
|
5717
|
+
id: number;
|
|
5718
5718
|
updatedAt: Date;
|
|
5719
5719
|
name: string;
|
|
5720
5720
|
rolePermissions: unknown[];
|
|
@@ -5729,34 +5729,34 @@ declare const EmployeePermissionUpdateManyResultSchema: z.ZodObject<{
|
|
|
5729
5729
|
}>;
|
|
5730
5730
|
|
|
5731
5731
|
declare const EmployeePermissionUpsertResultSchema: z.ZodObject<{
|
|
5732
|
-
id: z.
|
|
5732
|
+
id: z.ZodNumber;
|
|
5733
5733
|
name: z.ZodString;
|
|
5734
5734
|
updatedAt: z.ZodDate;
|
|
5735
5735
|
rolePermissions: z.ZodArray<z.ZodUnknown, "many">;
|
|
5736
5736
|
}, "strip", z.ZodTypeAny, {
|
|
5737
|
-
id:
|
|
5737
|
+
id: number;
|
|
5738
5738
|
updatedAt: Date;
|
|
5739
5739
|
name: string;
|
|
5740
5740
|
rolePermissions: unknown[];
|
|
5741
5741
|
}, {
|
|
5742
|
-
id:
|
|
5742
|
+
id: number;
|
|
5743
5743
|
updatedAt: Date;
|
|
5744
5744
|
name: string;
|
|
5745
5745
|
rolePermissions: unknown[];
|
|
5746
5746
|
}>;
|
|
5747
5747
|
|
|
5748
5748
|
declare const EmployeePermissionDeleteResultSchema: z.ZodNullable<z.ZodObject<{
|
|
5749
|
-
id: z.
|
|
5749
|
+
id: z.ZodNumber;
|
|
5750
5750
|
name: z.ZodString;
|
|
5751
5751
|
updatedAt: z.ZodDate;
|
|
5752
5752
|
rolePermissions: z.ZodArray<z.ZodUnknown, "many">;
|
|
5753
5753
|
}, "strip", z.ZodTypeAny, {
|
|
5754
|
-
id:
|
|
5754
|
+
id: number;
|
|
5755
5755
|
updatedAt: Date;
|
|
5756
5756
|
name: string;
|
|
5757
5757
|
rolePermissions: unknown[];
|
|
5758
5758
|
}, {
|
|
5759
|
-
id:
|
|
5759
|
+
id: number;
|
|
5760
5760
|
updatedAt: Date;
|
|
5761
5761
|
name: string;
|
|
5762
5762
|
rolePermissions: unknown[];
|
|
@@ -5788,11 +5788,11 @@ declare const EmployeePermissionAggregateResultSchema: z.ZodObject<{
|
|
|
5788
5788
|
rolePermissions: number;
|
|
5789
5789
|
}>>;
|
|
5790
5790
|
_sum: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
5791
|
-
id: z.ZodNullable<z.
|
|
5791
|
+
id: z.ZodNullable<z.ZodNumber>;
|
|
5792
5792
|
}, "strip", z.ZodTypeAny, {
|
|
5793
|
-
id:
|
|
5793
|
+
id: number | null;
|
|
5794
5794
|
}, {
|
|
5795
|
-
id:
|
|
5795
|
+
id: number | null;
|
|
5796
5796
|
}>>>;
|
|
5797
5797
|
_avg: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
5798
5798
|
id: z.ZodNullable<z.ZodNumber>;
|
|
@@ -5802,28 +5802,28 @@ declare const EmployeePermissionAggregateResultSchema: z.ZodObject<{
|
|
|
5802
5802
|
id: number | null;
|
|
5803
5803
|
}>>>;
|
|
5804
5804
|
_min: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
5805
|
-
id: z.ZodNullable<z.
|
|
5805
|
+
id: z.ZodNullable<z.ZodNumber>;
|
|
5806
5806
|
name: z.ZodNullable<z.ZodString>;
|
|
5807
5807
|
updatedAt: z.ZodNullable<z.ZodDate>;
|
|
5808
5808
|
}, "strip", z.ZodTypeAny, {
|
|
5809
|
-
id:
|
|
5809
|
+
id: number | null;
|
|
5810
5810
|
updatedAt: Date | null;
|
|
5811
5811
|
name: string | null;
|
|
5812
5812
|
}, {
|
|
5813
|
-
id:
|
|
5813
|
+
id: number | null;
|
|
5814
5814
|
updatedAt: Date | null;
|
|
5815
5815
|
name: string | null;
|
|
5816
5816
|
}>>>;
|
|
5817
5817
|
_max: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
5818
|
-
id: z.ZodNullable<z.
|
|
5818
|
+
id: z.ZodNullable<z.ZodNumber>;
|
|
5819
5819
|
name: z.ZodNullable<z.ZodString>;
|
|
5820
5820
|
updatedAt: z.ZodNullable<z.ZodDate>;
|
|
5821
5821
|
}, "strip", z.ZodTypeAny, {
|
|
5822
|
-
id:
|
|
5822
|
+
id: number | null;
|
|
5823
5823
|
updatedAt: Date | null;
|
|
5824
5824
|
name: string | null;
|
|
5825
5825
|
}, {
|
|
5826
|
-
id:
|
|
5826
|
+
id: number | null;
|
|
5827
5827
|
updatedAt: Date | null;
|
|
5828
5828
|
name: string | null;
|
|
5829
5829
|
}>>>;
|
|
@@ -5835,12 +5835,12 @@ declare const EmployeePermissionAggregateResultSchema: z.ZodObject<{
|
|
|
5835
5835
|
rolePermissions: number;
|
|
5836
5836
|
} | undefined;
|
|
5837
5837
|
_min?: {
|
|
5838
|
-
id:
|
|
5838
|
+
id: number | null;
|
|
5839
5839
|
updatedAt: Date | null;
|
|
5840
5840
|
name: string | null;
|
|
5841
5841
|
} | null | undefined;
|
|
5842
5842
|
_max?: {
|
|
5843
|
-
id:
|
|
5843
|
+
id: number | null;
|
|
5844
5844
|
updatedAt: Date | null;
|
|
5845
5845
|
name: string | null;
|
|
5846
5846
|
} | null | undefined;
|
|
@@ -5848,7 +5848,7 @@ declare const EmployeePermissionAggregateResultSchema: z.ZodObject<{
|
|
|
5848
5848
|
id: number | null;
|
|
5849
5849
|
} | null | undefined;
|
|
5850
5850
|
_sum?: {
|
|
5851
|
-
id:
|
|
5851
|
+
id: number | null;
|
|
5852
5852
|
} | null | undefined;
|
|
5853
5853
|
}, {
|
|
5854
5854
|
_count?: {
|
|
@@ -5858,12 +5858,12 @@ declare const EmployeePermissionAggregateResultSchema: z.ZodObject<{
|
|
|
5858
5858
|
rolePermissions: number;
|
|
5859
5859
|
} | undefined;
|
|
5860
5860
|
_min?: {
|
|
5861
|
-
id:
|
|
5861
|
+
id: number | null;
|
|
5862
5862
|
updatedAt: Date | null;
|
|
5863
5863
|
name: string | null;
|
|
5864
5864
|
} | null | undefined;
|
|
5865
5865
|
_max?: {
|
|
5866
|
-
id:
|
|
5866
|
+
id: number | null;
|
|
5867
5867
|
updatedAt: Date | null;
|
|
5868
5868
|
name: string | null;
|
|
5869
5869
|
} | null | undefined;
|
|
@@ -5871,12 +5871,12 @@ declare const EmployeePermissionAggregateResultSchema: z.ZodObject<{
|
|
|
5871
5871
|
id: number | null;
|
|
5872
5872
|
} | null | undefined;
|
|
5873
5873
|
_sum?: {
|
|
5874
|
-
id:
|
|
5874
|
+
id: number | null;
|
|
5875
5875
|
} | null | undefined;
|
|
5876
5876
|
}>;
|
|
5877
5877
|
|
|
5878
5878
|
declare const EmployeePermissionGroupByResultSchema: z.ZodArray<z.ZodObject<{
|
|
5879
|
-
id: z.
|
|
5879
|
+
id: z.ZodNumber;
|
|
5880
5880
|
name: z.ZodString;
|
|
5881
5881
|
updatedAt: z.ZodDate;
|
|
5882
5882
|
_count: z.ZodOptional<z.ZodObject<{
|
|
@@ -5896,11 +5896,11 @@ declare const EmployeePermissionGroupByResultSchema: z.ZodArray<z.ZodObject<{
|
|
|
5896
5896
|
rolePermissions: number;
|
|
5897
5897
|
}>>;
|
|
5898
5898
|
_sum: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
5899
|
-
id: z.ZodNullable<z.
|
|
5899
|
+
id: z.ZodNullable<z.ZodNumber>;
|
|
5900
5900
|
}, "strip", z.ZodTypeAny, {
|
|
5901
|
-
id:
|
|
5901
|
+
id: number | null;
|
|
5902
5902
|
}, {
|
|
5903
|
-
id:
|
|
5903
|
+
id: number | null;
|
|
5904
5904
|
}>>>;
|
|
5905
5905
|
_avg: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
5906
5906
|
id: z.ZodNullable<z.ZodNumber>;
|
|
@@ -5910,33 +5910,33 @@ declare const EmployeePermissionGroupByResultSchema: z.ZodArray<z.ZodObject<{
|
|
|
5910
5910
|
id: number | null;
|
|
5911
5911
|
}>>>;
|
|
5912
5912
|
_min: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
5913
|
-
id: z.ZodNullable<z.
|
|
5913
|
+
id: z.ZodNullable<z.ZodNumber>;
|
|
5914
5914
|
name: z.ZodNullable<z.ZodString>;
|
|
5915
5915
|
updatedAt: z.ZodNullable<z.ZodDate>;
|
|
5916
5916
|
}, "strip", z.ZodTypeAny, {
|
|
5917
|
-
id:
|
|
5917
|
+
id: number | null;
|
|
5918
5918
|
updatedAt: Date | null;
|
|
5919
5919
|
name: string | null;
|
|
5920
5920
|
}, {
|
|
5921
|
-
id:
|
|
5921
|
+
id: number | null;
|
|
5922
5922
|
updatedAt: Date | null;
|
|
5923
5923
|
name: string | null;
|
|
5924
5924
|
}>>>;
|
|
5925
5925
|
_max: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
5926
|
-
id: z.ZodNullable<z.
|
|
5926
|
+
id: z.ZodNullable<z.ZodNumber>;
|
|
5927
5927
|
name: z.ZodNullable<z.ZodString>;
|
|
5928
5928
|
updatedAt: z.ZodNullable<z.ZodDate>;
|
|
5929
5929
|
}, "strip", z.ZodTypeAny, {
|
|
5930
|
-
id:
|
|
5930
|
+
id: number | null;
|
|
5931
5931
|
updatedAt: Date | null;
|
|
5932
5932
|
name: string | null;
|
|
5933
5933
|
}, {
|
|
5934
|
-
id:
|
|
5934
|
+
id: number | null;
|
|
5935
5935
|
updatedAt: Date | null;
|
|
5936
5936
|
name: string | null;
|
|
5937
5937
|
}>>>;
|
|
5938
5938
|
}, "strip", z.ZodTypeAny, {
|
|
5939
|
-
id:
|
|
5939
|
+
id: number;
|
|
5940
5940
|
updatedAt: Date;
|
|
5941
5941
|
name: string;
|
|
5942
5942
|
_count?: {
|
|
@@ -5946,12 +5946,12 @@ declare const EmployeePermissionGroupByResultSchema: z.ZodArray<z.ZodObject<{
|
|
|
5946
5946
|
rolePermissions: number;
|
|
5947
5947
|
} | undefined;
|
|
5948
5948
|
_min?: {
|
|
5949
|
-
id:
|
|
5949
|
+
id: number | null;
|
|
5950
5950
|
updatedAt: Date | null;
|
|
5951
5951
|
name: string | null;
|
|
5952
5952
|
} | null | undefined;
|
|
5953
5953
|
_max?: {
|
|
5954
|
-
id:
|
|
5954
|
+
id: number | null;
|
|
5955
5955
|
updatedAt: Date | null;
|
|
5956
5956
|
name: string | null;
|
|
5957
5957
|
} | null | undefined;
|
|
@@ -5959,10 +5959,10 @@ declare const EmployeePermissionGroupByResultSchema: z.ZodArray<z.ZodObject<{
|
|
|
5959
5959
|
id: number | null;
|
|
5960
5960
|
} | null | undefined;
|
|
5961
5961
|
_sum?: {
|
|
5962
|
-
id:
|
|
5962
|
+
id: number | null;
|
|
5963
5963
|
} | null | undefined;
|
|
5964
5964
|
}, {
|
|
5965
|
-
id:
|
|
5965
|
+
id: number;
|
|
5966
5966
|
updatedAt: Date;
|
|
5967
5967
|
name: string;
|
|
5968
5968
|
_count?: {
|
|
@@ -5972,12 +5972,12 @@ declare const EmployeePermissionGroupByResultSchema: z.ZodArray<z.ZodObject<{
|
|
|
5972
5972
|
rolePermissions: number;
|
|
5973
5973
|
} | undefined;
|
|
5974
5974
|
_min?: {
|
|
5975
|
-
id:
|
|
5975
|
+
id: number | null;
|
|
5976
5976
|
updatedAt: Date | null;
|
|
5977
5977
|
name: string | null;
|
|
5978
5978
|
} | null | undefined;
|
|
5979
5979
|
_max?: {
|
|
5980
|
-
id:
|
|
5980
|
+
id: number | null;
|
|
5981
5981
|
updatedAt: Date | null;
|
|
5982
5982
|
name: string | null;
|
|
5983
5983
|
} | null | undefined;
|
|
@@ -5985,7 +5985,7 @@ declare const EmployeePermissionGroupByResultSchema: z.ZodArray<z.ZodObject<{
|
|
|
5985
5985
|
id: number | null;
|
|
5986
5986
|
} | null | undefined;
|
|
5987
5987
|
_sum?: {
|
|
5988
|
-
id:
|
|
5988
|
+
id: number | null;
|
|
5989
5989
|
} | null | undefined;
|
|
5990
5990
|
}>, "many">;
|
|
5991
5991
|
|
|
@@ -6357,71 +6357,71 @@ declare const ServerSettingsGroupByResultSchema: z.ZodArray<z.ZodObject<{
|
|
|
6357
6357
|
declare const ServerSettingsCountResultSchema: z.ZodNumber;
|
|
6358
6358
|
|
|
6359
6359
|
declare const EmployeeRoleAssignmentFindUniqueResultSchema: z.ZodNullable<z.ZodObject<{
|
|
6360
|
-
id: z.
|
|
6360
|
+
id: z.ZodNumber;
|
|
6361
6361
|
employeeId: z.ZodString;
|
|
6362
|
-
employeeRoleId: z.
|
|
6362
|
+
employeeRoleId: z.ZodNumber;
|
|
6363
6363
|
updatedAt: z.ZodDate;
|
|
6364
6364
|
employee: z.ZodUnknown;
|
|
6365
6365
|
employeeRole: z.ZodUnknown;
|
|
6366
6366
|
}, "strip", z.ZodTypeAny, {
|
|
6367
|
-
id:
|
|
6367
|
+
id: number;
|
|
6368
6368
|
updatedAt: Date;
|
|
6369
6369
|
employeeId: string;
|
|
6370
|
-
employeeRoleId:
|
|
6370
|
+
employeeRoleId: number;
|
|
6371
6371
|
employeeRole?: unknown;
|
|
6372
6372
|
employee?: unknown;
|
|
6373
6373
|
}, {
|
|
6374
|
-
id:
|
|
6374
|
+
id: number;
|
|
6375
6375
|
updatedAt: Date;
|
|
6376
6376
|
employeeId: string;
|
|
6377
|
-
employeeRoleId:
|
|
6377
|
+
employeeRoleId: number;
|
|
6378
6378
|
employeeRole?: unknown;
|
|
6379
6379
|
employee?: unknown;
|
|
6380
6380
|
}>>;
|
|
6381
6381
|
|
|
6382
6382
|
declare const EmployeeRoleAssignmentFindFirstResultSchema: z.ZodNullable<z.ZodObject<{
|
|
6383
|
-
id: z.
|
|
6383
|
+
id: z.ZodNumber;
|
|
6384
6384
|
employeeId: z.ZodString;
|
|
6385
|
-
employeeRoleId: z.
|
|
6385
|
+
employeeRoleId: z.ZodNumber;
|
|
6386
6386
|
updatedAt: z.ZodDate;
|
|
6387
6387
|
employee: z.ZodUnknown;
|
|
6388
6388
|
employeeRole: z.ZodUnknown;
|
|
6389
6389
|
}, "strip", z.ZodTypeAny, {
|
|
6390
|
-
id:
|
|
6390
|
+
id: number;
|
|
6391
6391
|
updatedAt: Date;
|
|
6392
6392
|
employeeId: string;
|
|
6393
|
-
employeeRoleId:
|
|
6393
|
+
employeeRoleId: number;
|
|
6394
6394
|
employeeRole?: unknown;
|
|
6395
6395
|
employee?: unknown;
|
|
6396
6396
|
}, {
|
|
6397
|
-
id:
|
|
6397
|
+
id: number;
|
|
6398
6398
|
updatedAt: Date;
|
|
6399
6399
|
employeeId: string;
|
|
6400
|
-
employeeRoleId:
|
|
6400
|
+
employeeRoleId: number;
|
|
6401
6401
|
employeeRole?: unknown;
|
|
6402
6402
|
employee?: unknown;
|
|
6403
6403
|
}>>;
|
|
6404
6404
|
|
|
6405
6405
|
declare const EmployeeRoleAssignmentFindManyResultSchema: z.ZodObject<{
|
|
6406
6406
|
data: z.ZodArray<z.ZodObject<{
|
|
6407
|
-
id: z.
|
|
6407
|
+
id: z.ZodNumber;
|
|
6408
6408
|
employeeId: z.ZodString;
|
|
6409
|
-
employeeRoleId: z.
|
|
6409
|
+
employeeRoleId: z.ZodNumber;
|
|
6410
6410
|
updatedAt: z.ZodDate;
|
|
6411
6411
|
employee: z.ZodUnknown;
|
|
6412
6412
|
employeeRole: z.ZodUnknown;
|
|
6413
6413
|
}, "strip", z.ZodTypeAny, {
|
|
6414
|
-
id:
|
|
6414
|
+
id: number;
|
|
6415
6415
|
updatedAt: Date;
|
|
6416
6416
|
employeeId: string;
|
|
6417
|
-
employeeRoleId:
|
|
6417
|
+
employeeRoleId: number;
|
|
6418
6418
|
employeeRole?: unknown;
|
|
6419
6419
|
employee?: unknown;
|
|
6420
6420
|
}, {
|
|
6421
|
-
id:
|
|
6421
|
+
id: number;
|
|
6422
6422
|
updatedAt: Date;
|
|
6423
6423
|
employeeId: string;
|
|
6424
|
-
employeeRoleId:
|
|
6424
|
+
employeeRoleId: number;
|
|
6425
6425
|
employeeRole?: unknown;
|
|
6426
6426
|
employee?: unknown;
|
|
6427
6427
|
}>, "many">;
|
|
@@ -6449,10 +6449,10 @@ declare const EmployeeRoleAssignmentFindManyResultSchema: z.ZodObject<{
|
|
|
6449
6449
|
}>;
|
|
6450
6450
|
}, "strip", z.ZodTypeAny, {
|
|
6451
6451
|
data: {
|
|
6452
|
-
id:
|
|
6452
|
+
id: number;
|
|
6453
6453
|
updatedAt: Date;
|
|
6454
6454
|
employeeId: string;
|
|
6455
|
-
employeeRoleId:
|
|
6455
|
+
employeeRoleId: number;
|
|
6456
6456
|
employeeRole?: unknown;
|
|
6457
6457
|
employee?: unknown;
|
|
6458
6458
|
}[];
|
|
@@ -6466,10 +6466,10 @@ declare const EmployeeRoleAssignmentFindManyResultSchema: z.ZodObject<{
|
|
|
6466
6466
|
};
|
|
6467
6467
|
}, {
|
|
6468
6468
|
data: {
|
|
6469
|
-
id:
|
|
6469
|
+
id: number;
|
|
6470
6470
|
updatedAt: Date;
|
|
6471
6471
|
employeeId: string;
|
|
6472
|
-
employeeRoleId:
|
|
6472
|
+
employeeRoleId: number;
|
|
6473
6473
|
employeeRole?: unknown;
|
|
6474
6474
|
employee?: unknown;
|
|
6475
6475
|
}[];
|
|
@@ -6484,24 +6484,24 @@ declare const EmployeeRoleAssignmentFindManyResultSchema: z.ZodObject<{
|
|
|
6484
6484
|
}>;
|
|
6485
6485
|
|
|
6486
6486
|
declare const EmployeeRoleAssignmentCreateResultSchema: z.ZodObject<{
|
|
6487
|
-
id: z.
|
|
6487
|
+
id: z.ZodNumber;
|
|
6488
6488
|
employeeId: z.ZodString;
|
|
6489
|
-
employeeRoleId: z.
|
|
6489
|
+
employeeRoleId: z.ZodNumber;
|
|
6490
6490
|
updatedAt: z.ZodDate;
|
|
6491
6491
|
employee: z.ZodUnknown;
|
|
6492
6492
|
employeeRole: z.ZodUnknown;
|
|
6493
6493
|
}, "strip", z.ZodTypeAny, {
|
|
6494
|
-
id:
|
|
6494
|
+
id: number;
|
|
6495
6495
|
updatedAt: Date;
|
|
6496
6496
|
employeeId: string;
|
|
6497
|
-
employeeRoleId:
|
|
6497
|
+
employeeRoleId: number;
|
|
6498
6498
|
employeeRole?: unknown;
|
|
6499
6499
|
employee?: unknown;
|
|
6500
6500
|
}, {
|
|
6501
|
-
id:
|
|
6501
|
+
id: number;
|
|
6502
6502
|
updatedAt: Date;
|
|
6503
6503
|
employeeId: string;
|
|
6504
|
-
employeeRoleId:
|
|
6504
|
+
employeeRoleId: number;
|
|
6505
6505
|
employeeRole?: unknown;
|
|
6506
6506
|
employee?: unknown;
|
|
6507
6507
|
}>;
|
|
@@ -6515,24 +6515,24 @@ declare const EmployeeRoleAssignmentCreateManyResultSchema: z.ZodObject<{
|
|
|
6515
6515
|
}>;
|
|
6516
6516
|
|
|
6517
6517
|
declare const EmployeeRoleAssignmentUpdateResultSchema: z.ZodNullable<z.ZodObject<{
|
|
6518
|
-
id: z.
|
|
6518
|
+
id: z.ZodNumber;
|
|
6519
6519
|
employeeId: z.ZodString;
|
|
6520
|
-
employeeRoleId: z.
|
|
6520
|
+
employeeRoleId: z.ZodNumber;
|
|
6521
6521
|
updatedAt: z.ZodDate;
|
|
6522
6522
|
employee: z.ZodUnknown;
|
|
6523
6523
|
employeeRole: z.ZodUnknown;
|
|
6524
6524
|
}, "strip", z.ZodTypeAny, {
|
|
6525
|
-
id:
|
|
6525
|
+
id: number;
|
|
6526
6526
|
updatedAt: Date;
|
|
6527
6527
|
employeeId: string;
|
|
6528
|
-
employeeRoleId:
|
|
6528
|
+
employeeRoleId: number;
|
|
6529
6529
|
employeeRole?: unknown;
|
|
6530
6530
|
employee?: unknown;
|
|
6531
6531
|
}, {
|
|
6532
|
-
id:
|
|
6532
|
+
id: number;
|
|
6533
6533
|
updatedAt: Date;
|
|
6534
6534
|
employeeId: string;
|
|
6535
|
-
employeeRoleId:
|
|
6535
|
+
employeeRoleId: number;
|
|
6536
6536
|
employeeRole?: unknown;
|
|
6537
6537
|
employee?: unknown;
|
|
6538
6538
|
}>>;
|
|
@@ -6546,47 +6546,47 @@ declare const EmployeeRoleAssignmentUpdateManyResultSchema: z.ZodObject<{
|
|
|
6546
6546
|
}>;
|
|
6547
6547
|
|
|
6548
6548
|
declare const EmployeeRoleAssignmentUpsertResultSchema: z.ZodObject<{
|
|
6549
|
-
id: z.
|
|
6549
|
+
id: z.ZodNumber;
|
|
6550
6550
|
employeeId: z.ZodString;
|
|
6551
|
-
employeeRoleId: z.
|
|
6551
|
+
employeeRoleId: z.ZodNumber;
|
|
6552
6552
|
updatedAt: z.ZodDate;
|
|
6553
6553
|
employee: z.ZodUnknown;
|
|
6554
6554
|
employeeRole: z.ZodUnknown;
|
|
6555
6555
|
}, "strip", z.ZodTypeAny, {
|
|
6556
|
-
id:
|
|
6556
|
+
id: number;
|
|
6557
6557
|
updatedAt: Date;
|
|
6558
6558
|
employeeId: string;
|
|
6559
|
-
employeeRoleId:
|
|
6559
|
+
employeeRoleId: number;
|
|
6560
6560
|
employeeRole?: unknown;
|
|
6561
6561
|
employee?: unknown;
|
|
6562
6562
|
}, {
|
|
6563
|
-
id:
|
|
6563
|
+
id: number;
|
|
6564
6564
|
updatedAt: Date;
|
|
6565
6565
|
employeeId: string;
|
|
6566
|
-
employeeRoleId:
|
|
6566
|
+
employeeRoleId: number;
|
|
6567
6567
|
employeeRole?: unknown;
|
|
6568
6568
|
employee?: unknown;
|
|
6569
6569
|
}>;
|
|
6570
6570
|
|
|
6571
6571
|
declare const EmployeeRoleAssignmentDeleteResultSchema: z.ZodNullable<z.ZodObject<{
|
|
6572
|
-
id: z.
|
|
6572
|
+
id: z.ZodNumber;
|
|
6573
6573
|
employeeId: z.ZodString;
|
|
6574
|
-
employeeRoleId: z.
|
|
6574
|
+
employeeRoleId: z.ZodNumber;
|
|
6575
6575
|
updatedAt: z.ZodDate;
|
|
6576
6576
|
employee: z.ZodUnknown;
|
|
6577
6577
|
employeeRole: z.ZodUnknown;
|
|
6578
6578
|
}, "strip", z.ZodTypeAny, {
|
|
6579
|
-
id:
|
|
6579
|
+
id: number;
|
|
6580
6580
|
updatedAt: Date;
|
|
6581
6581
|
employeeId: string;
|
|
6582
|
-
employeeRoleId:
|
|
6582
|
+
employeeRoleId: number;
|
|
6583
6583
|
employeeRole?: unknown;
|
|
6584
6584
|
employee?: unknown;
|
|
6585
6585
|
}, {
|
|
6586
|
-
id:
|
|
6586
|
+
id: number;
|
|
6587
6587
|
updatedAt: Date;
|
|
6588
6588
|
employeeId: string;
|
|
6589
|
-
employeeRoleId:
|
|
6589
|
+
employeeRoleId: number;
|
|
6590
6590
|
employeeRole?: unknown;
|
|
6591
6591
|
employee?: unknown;
|
|
6592
6592
|
}>>;
|
|
@@ -6623,14 +6623,14 @@ declare const EmployeeRoleAssignmentAggregateResultSchema: z.ZodObject<{
|
|
|
6623
6623
|
employee: number;
|
|
6624
6624
|
}>>;
|
|
6625
6625
|
_sum: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
6626
|
-
id: z.ZodNullable<z.
|
|
6627
|
-
employeeRoleId: z.ZodNullable<z.
|
|
6626
|
+
id: z.ZodNullable<z.ZodNumber>;
|
|
6627
|
+
employeeRoleId: z.ZodNullable<z.ZodNumber>;
|
|
6628
6628
|
}, "strip", z.ZodTypeAny, {
|
|
6629
|
-
id:
|
|
6630
|
-
employeeRoleId:
|
|
6629
|
+
id: number | null;
|
|
6630
|
+
employeeRoleId: number | null;
|
|
6631
6631
|
}, {
|
|
6632
|
-
id:
|
|
6633
|
-
employeeRoleId:
|
|
6632
|
+
id: number | null;
|
|
6633
|
+
employeeRoleId: number | null;
|
|
6634
6634
|
}>>>;
|
|
6635
6635
|
_avg: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
6636
6636
|
id: z.ZodNullable<z.ZodNumber>;
|
|
@@ -6643,36 +6643,36 @@ declare const EmployeeRoleAssignmentAggregateResultSchema: z.ZodObject<{
|
|
|
6643
6643
|
employeeRoleId: number | null;
|
|
6644
6644
|
}>>>;
|
|
6645
6645
|
_min: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
6646
|
-
id: z.ZodNullable<z.
|
|
6646
|
+
id: z.ZodNullable<z.ZodNumber>;
|
|
6647
6647
|
employeeId: z.ZodNullable<z.ZodString>;
|
|
6648
|
-
employeeRoleId: z.ZodNullable<z.
|
|
6648
|
+
employeeRoleId: z.ZodNullable<z.ZodNumber>;
|
|
6649
6649
|
updatedAt: z.ZodNullable<z.ZodDate>;
|
|
6650
6650
|
}, "strip", z.ZodTypeAny, {
|
|
6651
|
-
id:
|
|
6651
|
+
id: number | null;
|
|
6652
6652
|
updatedAt: Date | null;
|
|
6653
6653
|
employeeId: string | null;
|
|
6654
|
-
employeeRoleId:
|
|
6654
|
+
employeeRoleId: number | null;
|
|
6655
6655
|
}, {
|
|
6656
|
-
id:
|
|
6656
|
+
id: number | null;
|
|
6657
6657
|
updatedAt: Date | null;
|
|
6658
6658
|
employeeId: string | null;
|
|
6659
|
-
employeeRoleId:
|
|
6659
|
+
employeeRoleId: number | null;
|
|
6660
6660
|
}>>>;
|
|
6661
6661
|
_max: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
6662
|
-
id: z.ZodNullable<z.
|
|
6662
|
+
id: z.ZodNullable<z.ZodNumber>;
|
|
6663
6663
|
employeeId: z.ZodNullable<z.ZodString>;
|
|
6664
|
-
employeeRoleId: z.ZodNullable<z.
|
|
6664
|
+
employeeRoleId: z.ZodNullable<z.ZodNumber>;
|
|
6665
6665
|
updatedAt: z.ZodNullable<z.ZodDate>;
|
|
6666
6666
|
}, "strip", z.ZodTypeAny, {
|
|
6667
|
-
id:
|
|
6667
|
+
id: number | null;
|
|
6668
6668
|
updatedAt: Date | null;
|
|
6669
6669
|
employeeId: string | null;
|
|
6670
|
-
employeeRoleId:
|
|
6670
|
+
employeeRoleId: number | null;
|
|
6671
6671
|
}, {
|
|
6672
|
-
id:
|
|
6672
|
+
id: number | null;
|
|
6673
6673
|
updatedAt: Date | null;
|
|
6674
6674
|
employeeId: string | null;
|
|
6675
|
-
employeeRoleId:
|
|
6675
|
+
employeeRoleId: number | null;
|
|
6676
6676
|
}>>>;
|
|
6677
6677
|
}, "strip", z.ZodTypeAny, {
|
|
6678
6678
|
_count?: {
|
|
@@ -6684,24 +6684,24 @@ declare const EmployeeRoleAssignmentAggregateResultSchema: z.ZodObject<{
|
|
|
6684
6684
|
employee: number;
|
|
6685
6685
|
} | undefined;
|
|
6686
6686
|
_min?: {
|
|
6687
|
-
id:
|
|
6687
|
+
id: number | null;
|
|
6688
6688
|
updatedAt: Date | null;
|
|
6689
6689
|
employeeId: string | null;
|
|
6690
|
-
employeeRoleId:
|
|
6690
|
+
employeeRoleId: number | null;
|
|
6691
6691
|
} | null | undefined;
|
|
6692
6692
|
_max?: {
|
|
6693
|
-
id:
|
|
6693
|
+
id: number | null;
|
|
6694
6694
|
updatedAt: Date | null;
|
|
6695
6695
|
employeeId: string | null;
|
|
6696
|
-
employeeRoleId:
|
|
6696
|
+
employeeRoleId: number | null;
|
|
6697
6697
|
} | null | undefined;
|
|
6698
6698
|
_avg?: {
|
|
6699
6699
|
id: number | null;
|
|
6700
6700
|
employeeRoleId: number | null;
|
|
6701
6701
|
} | null | undefined;
|
|
6702
6702
|
_sum?: {
|
|
6703
|
-
id:
|
|
6704
|
-
employeeRoleId:
|
|
6703
|
+
id: number | null;
|
|
6704
|
+
employeeRoleId: number | null;
|
|
6705
6705
|
} | null | undefined;
|
|
6706
6706
|
}, {
|
|
6707
6707
|
_count?: {
|
|
@@ -6713,31 +6713,31 @@ declare const EmployeeRoleAssignmentAggregateResultSchema: z.ZodObject<{
|
|
|
6713
6713
|
employee: number;
|
|
6714
6714
|
} | undefined;
|
|
6715
6715
|
_min?: {
|
|
6716
|
-
id:
|
|
6716
|
+
id: number | null;
|
|
6717
6717
|
updatedAt: Date | null;
|
|
6718
6718
|
employeeId: string | null;
|
|
6719
|
-
employeeRoleId:
|
|
6719
|
+
employeeRoleId: number | null;
|
|
6720
6720
|
} | null | undefined;
|
|
6721
6721
|
_max?: {
|
|
6722
|
-
id:
|
|
6722
|
+
id: number | null;
|
|
6723
6723
|
updatedAt: Date | null;
|
|
6724
6724
|
employeeId: string | null;
|
|
6725
|
-
employeeRoleId:
|
|
6725
|
+
employeeRoleId: number | null;
|
|
6726
6726
|
} | null | undefined;
|
|
6727
6727
|
_avg?: {
|
|
6728
6728
|
id: number | null;
|
|
6729
6729
|
employeeRoleId: number | null;
|
|
6730
6730
|
} | null | undefined;
|
|
6731
6731
|
_sum?: {
|
|
6732
|
-
id:
|
|
6733
|
-
employeeRoleId:
|
|
6732
|
+
id: number | null;
|
|
6733
|
+
employeeRoleId: number | null;
|
|
6734
6734
|
} | null | undefined;
|
|
6735
6735
|
}>;
|
|
6736
6736
|
|
|
6737
6737
|
declare const EmployeeRoleAssignmentGroupByResultSchema: z.ZodArray<z.ZodObject<{
|
|
6738
|
-
id: z.
|
|
6738
|
+
id: z.ZodNumber;
|
|
6739
6739
|
employeeId: z.ZodString;
|
|
6740
|
-
employeeRoleId: z.
|
|
6740
|
+
employeeRoleId: z.ZodNumber;
|
|
6741
6741
|
updatedAt: z.ZodDate;
|
|
6742
6742
|
_count: z.ZodOptional<z.ZodObject<{
|
|
6743
6743
|
id: z.ZodNumber;
|
|
@@ -6762,14 +6762,14 @@ declare const EmployeeRoleAssignmentGroupByResultSchema: z.ZodArray<z.ZodObject<
|
|
|
6762
6762
|
employee: number;
|
|
6763
6763
|
}>>;
|
|
6764
6764
|
_sum: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
6765
|
-
id: z.ZodNullable<z.
|
|
6766
|
-
employeeRoleId: z.ZodNullable<z.
|
|
6765
|
+
id: z.ZodNullable<z.ZodNumber>;
|
|
6766
|
+
employeeRoleId: z.ZodNullable<z.ZodNumber>;
|
|
6767
6767
|
}, "strip", z.ZodTypeAny, {
|
|
6768
|
-
id:
|
|
6769
|
-
employeeRoleId:
|
|
6768
|
+
id: number | null;
|
|
6769
|
+
employeeRoleId: number | null;
|
|
6770
6770
|
}, {
|
|
6771
|
-
id:
|
|
6772
|
-
employeeRoleId:
|
|
6771
|
+
id: number | null;
|
|
6772
|
+
employeeRoleId: number | null;
|
|
6773
6773
|
}>>>;
|
|
6774
6774
|
_avg: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
6775
6775
|
id: z.ZodNullable<z.ZodNumber>;
|
|
@@ -6782,42 +6782,42 @@ declare const EmployeeRoleAssignmentGroupByResultSchema: z.ZodArray<z.ZodObject<
|
|
|
6782
6782
|
employeeRoleId: number | null;
|
|
6783
6783
|
}>>>;
|
|
6784
6784
|
_min: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
6785
|
-
id: z.ZodNullable<z.
|
|
6785
|
+
id: z.ZodNullable<z.ZodNumber>;
|
|
6786
6786
|
employeeId: z.ZodNullable<z.ZodString>;
|
|
6787
|
-
employeeRoleId: z.ZodNullable<z.
|
|
6787
|
+
employeeRoleId: z.ZodNullable<z.ZodNumber>;
|
|
6788
6788
|
updatedAt: z.ZodNullable<z.ZodDate>;
|
|
6789
6789
|
}, "strip", z.ZodTypeAny, {
|
|
6790
|
-
id:
|
|
6790
|
+
id: number | null;
|
|
6791
6791
|
updatedAt: Date | null;
|
|
6792
6792
|
employeeId: string | null;
|
|
6793
|
-
employeeRoleId:
|
|
6793
|
+
employeeRoleId: number | null;
|
|
6794
6794
|
}, {
|
|
6795
|
-
id:
|
|
6795
|
+
id: number | null;
|
|
6796
6796
|
updatedAt: Date | null;
|
|
6797
6797
|
employeeId: string | null;
|
|
6798
|
-
employeeRoleId:
|
|
6798
|
+
employeeRoleId: number | null;
|
|
6799
6799
|
}>>>;
|
|
6800
6800
|
_max: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
6801
|
-
id: z.ZodNullable<z.
|
|
6801
|
+
id: z.ZodNullable<z.ZodNumber>;
|
|
6802
6802
|
employeeId: z.ZodNullable<z.ZodString>;
|
|
6803
|
-
employeeRoleId: z.ZodNullable<z.
|
|
6803
|
+
employeeRoleId: z.ZodNullable<z.ZodNumber>;
|
|
6804
6804
|
updatedAt: z.ZodNullable<z.ZodDate>;
|
|
6805
6805
|
}, "strip", z.ZodTypeAny, {
|
|
6806
|
-
id:
|
|
6806
|
+
id: number | null;
|
|
6807
6807
|
updatedAt: Date | null;
|
|
6808
6808
|
employeeId: string | null;
|
|
6809
|
-
employeeRoleId:
|
|
6809
|
+
employeeRoleId: number | null;
|
|
6810
6810
|
}, {
|
|
6811
|
-
id:
|
|
6811
|
+
id: number | null;
|
|
6812
6812
|
updatedAt: Date | null;
|
|
6813
6813
|
employeeId: string | null;
|
|
6814
|
-
employeeRoleId:
|
|
6814
|
+
employeeRoleId: number | null;
|
|
6815
6815
|
}>>>;
|
|
6816
6816
|
}, "strip", z.ZodTypeAny, {
|
|
6817
|
-
id:
|
|
6817
|
+
id: number;
|
|
6818
6818
|
updatedAt: Date;
|
|
6819
6819
|
employeeId: string;
|
|
6820
|
-
employeeRoleId:
|
|
6820
|
+
employeeRoleId: number;
|
|
6821
6821
|
_count?: {
|
|
6822
6822
|
id: number;
|
|
6823
6823
|
updatedAt: number;
|
|
@@ -6827,30 +6827,30 @@ declare const EmployeeRoleAssignmentGroupByResultSchema: z.ZodArray<z.ZodObject<
|
|
|
6827
6827
|
employee: number;
|
|
6828
6828
|
} | undefined;
|
|
6829
6829
|
_min?: {
|
|
6830
|
-
id:
|
|
6830
|
+
id: number | null;
|
|
6831
6831
|
updatedAt: Date | null;
|
|
6832
6832
|
employeeId: string | null;
|
|
6833
|
-
employeeRoleId:
|
|
6833
|
+
employeeRoleId: number | null;
|
|
6834
6834
|
} | null | undefined;
|
|
6835
6835
|
_max?: {
|
|
6836
|
-
id:
|
|
6836
|
+
id: number | null;
|
|
6837
6837
|
updatedAt: Date | null;
|
|
6838
6838
|
employeeId: string | null;
|
|
6839
|
-
employeeRoleId:
|
|
6839
|
+
employeeRoleId: number | null;
|
|
6840
6840
|
} | null | undefined;
|
|
6841
6841
|
_avg?: {
|
|
6842
6842
|
id: number | null;
|
|
6843
6843
|
employeeRoleId: number | null;
|
|
6844
6844
|
} | null | undefined;
|
|
6845
6845
|
_sum?: {
|
|
6846
|
-
id:
|
|
6847
|
-
employeeRoleId:
|
|
6846
|
+
id: number | null;
|
|
6847
|
+
employeeRoleId: number | null;
|
|
6848
6848
|
} | null | undefined;
|
|
6849
6849
|
}, {
|
|
6850
|
-
id:
|
|
6850
|
+
id: number;
|
|
6851
6851
|
updatedAt: Date;
|
|
6852
6852
|
employeeId: string;
|
|
6853
|
-
employeeRoleId:
|
|
6853
|
+
employeeRoleId: number;
|
|
6854
6854
|
_count?: {
|
|
6855
6855
|
id: number;
|
|
6856
6856
|
updatedAt: number;
|
|
@@ -6860,95 +6860,95 @@ declare const EmployeeRoleAssignmentGroupByResultSchema: z.ZodArray<z.ZodObject<
|
|
|
6860
6860
|
employee: number;
|
|
6861
6861
|
} | undefined;
|
|
6862
6862
|
_min?: {
|
|
6863
|
-
id:
|
|
6863
|
+
id: number | null;
|
|
6864
6864
|
updatedAt: Date | null;
|
|
6865
6865
|
employeeId: string | null;
|
|
6866
|
-
employeeRoleId:
|
|
6866
|
+
employeeRoleId: number | null;
|
|
6867
6867
|
} | null | undefined;
|
|
6868
6868
|
_max?: {
|
|
6869
|
-
id:
|
|
6869
|
+
id: number | null;
|
|
6870
6870
|
updatedAt: Date | null;
|
|
6871
6871
|
employeeId: string | null;
|
|
6872
|
-
employeeRoleId:
|
|
6872
|
+
employeeRoleId: number | null;
|
|
6873
6873
|
} | null | undefined;
|
|
6874
6874
|
_avg?: {
|
|
6875
6875
|
id: number | null;
|
|
6876
6876
|
employeeRoleId: number | null;
|
|
6877
6877
|
} | null | undefined;
|
|
6878
6878
|
_sum?: {
|
|
6879
|
-
id:
|
|
6880
|
-
employeeRoleId:
|
|
6879
|
+
id: number | null;
|
|
6880
|
+
employeeRoleId: number | null;
|
|
6881
6881
|
} | null | undefined;
|
|
6882
6882
|
}>, "many">;
|
|
6883
6883
|
|
|
6884
6884
|
declare const EmployeeRoleAssignmentCountResultSchema: z.ZodNumber;
|
|
6885
6885
|
|
|
6886
6886
|
declare const EmployeeRolePermissionFindUniqueResultSchema: z.ZodNullable<z.ZodObject<{
|
|
6887
|
-
id: z.
|
|
6888
|
-
employeeRoleId: z.
|
|
6889
|
-
employeePermissionId: z.
|
|
6887
|
+
id: z.ZodNumber;
|
|
6888
|
+
employeeRoleId: z.ZodNumber;
|
|
6889
|
+
employeePermissionId: z.ZodNumber;
|
|
6890
6890
|
updatedAt: z.ZodDate;
|
|
6891
6891
|
employeeRole: z.ZodUnknown;
|
|
6892
6892
|
employeePermission: z.ZodUnknown;
|
|
6893
6893
|
}, "strip", z.ZodTypeAny, {
|
|
6894
|
-
id:
|
|
6894
|
+
id: number;
|
|
6895
6895
|
updatedAt: Date;
|
|
6896
|
-
employeeRoleId:
|
|
6897
|
-
employeePermissionId:
|
|
6896
|
+
employeeRoleId: number;
|
|
6897
|
+
employeePermissionId: number;
|
|
6898
6898
|
employeeRole?: unknown;
|
|
6899
6899
|
employeePermission?: unknown;
|
|
6900
6900
|
}, {
|
|
6901
|
-
id:
|
|
6901
|
+
id: number;
|
|
6902
6902
|
updatedAt: Date;
|
|
6903
|
-
employeeRoleId:
|
|
6904
|
-
employeePermissionId:
|
|
6903
|
+
employeeRoleId: number;
|
|
6904
|
+
employeePermissionId: number;
|
|
6905
6905
|
employeeRole?: unknown;
|
|
6906
6906
|
employeePermission?: unknown;
|
|
6907
6907
|
}>>;
|
|
6908
6908
|
|
|
6909
6909
|
declare const EmployeeRolePermissionFindFirstResultSchema: z.ZodNullable<z.ZodObject<{
|
|
6910
|
-
id: z.
|
|
6911
|
-
employeeRoleId: z.
|
|
6912
|
-
employeePermissionId: z.
|
|
6910
|
+
id: z.ZodNumber;
|
|
6911
|
+
employeeRoleId: z.ZodNumber;
|
|
6912
|
+
employeePermissionId: z.ZodNumber;
|
|
6913
6913
|
updatedAt: z.ZodDate;
|
|
6914
6914
|
employeeRole: z.ZodUnknown;
|
|
6915
6915
|
employeePermission: z.ZodUnknown;
|
|
6916
6916
|
}, "strip", z.ZodTypeAny, {
|
|
6917
|
-
id:
|
|
6917
|
+
id: number;
|
|
6918
6918
|
updatedAt: Date;
|
|
6919
|
-
employeeRoleId:
|
|
6920
|
-
employeePermissionId:
|
|
6919
|
+
employeeRoleId: number;
|
|
6920
|
+
employeePermissionId: number;
|
|
6921
6921
|
employeeRole?: unknown;
|
|
6922
6922
|
employeePermission?: unknown;
|
|
6923
6923
|
}, {
|
|
6924
|
-
id:
|
|
6924
|
+
id: number;
|
|
6925
6925
|
updatedAt: Date;
|
|
6926
|
-
employeeRoleId:
|
|
6927
|
-
employeePermissionId:
|
|
6926
|
+
employeeRoleId: number;
|
|
6927
|
+
employeePermissionId: number;
|
|
6928
6928
|
employeeRole?: unknown;
|
|
6929
6929
|
employeePermission?: unknown;
|
|
6930
6930
|
}>>;
|
|
6931
6931
|
|
|
6932
6932
|
declare const EmployeeRolePermissionFindManyResultSchema: z.ZodObject<{
|
|
6933
6933
|
data: z.ZodArray<z.ZodObject<{
|
|
6934
|
-
id: z.
|
|
6935
|
-
employeeRoleId: z.
|
|
6936
|
-
employeePermissionId: z.
|
|
6934
|
+
id: z.ZodNumber;
|
|
6935
|
+
employeeRoleId: z.ZodNumber;
|
|
6936
|
+
employeePermissionId: z.ZodNumber;
|
|
6937
6937
|
updatedAt: z.ZodDate;
|
|
6938
6938
|
employeeRole: z.ZodUnknown;
|
|
6939
6939
|
employeePermission: z.ZodUnknown;
|
|
6940
6940
|
}, "strip", z.ZodTypeAny, {
|
|
6941
|
-
id:
|
|
6941
|
+
id: number;
|
|
6942
6942
|
updatedAt: Date;
|
|
6943
|
-
employeeRoleId:
|
|
6944
|
-
employeePermissionId:
|
|
6943
|
+
employeeRoleId: number;
|
|
6944
|
+
employeePermissionId: number;
|
|
6945
6945
|
employeeRole?: unknown;
|
|
6946
6946
|
employeePermission?: unknown;
|
|
6947
6947
|
}, {
|
|
6948
|
-
id:
|
|
6948
|
+
id: number;
|
|
6949
6949
|
updatedAt: Date;
|
|
6950
|
-
employeeRoleId:
|
|
6951
|
-
employeePermissionId:
|
|
6950
|
+
employeeRoleId: number;
|
|
6951
|
+
employeePermissionId: number;
|
|
6952
6952
|
employeeRole?: unknown;
|
|
6953
6953
|
employeePermission?: unknown;
|
|
6954
6954
|
}>, "many">;
|
|
@@ -6976,10 +6976,10 @@ declare const EmployeeRolePermissionFindManyResultSchema: z.ZodObject<{
|
|
|
6976
6976
|
}>;
|
|
6977
6977
|
}, "strip", z.ZodTypeAny, {
|
|
6978
6978
|
data: {
|
|
6979
|
-
id:
|
|
6979
|
+
id: number;
|
|
6980
6980
|
updatedAt: Date;
|
|
6981
|
-
employeeRoleId:
|
|
6982
|
-
employeePermissionId:
|
|
6981
|
+
employeeRoleId: number;
|
|
6982
|
+
employeePermissionId: number;
|
|
6983
6983
|
employeeRole?: unknown;
|
|
6984
6984
|
employeePermission?: unknown;
|
|
6985
6985
|
}[];
|
|
@@ -6993,10 +6993,10 @@ declare const EmployeeRolePermissionFindManyResultSchema: z.ZodObject<{
|
|
|
6993
6993
|
};
|
|
6994
6994
|
}, {
|
|
6995
6995
|
data: {
|
|
6996
|
-
id:
|
|
6996
|
+
id: number;
|
|
6997
6997
|
updatedAt: Date;
|
|
6998
|
-
employeeRoleId:
|
|
6999
|
-
employeePermissionId:
|
|
6998
|
+
employeeRoleId: number;
|
|
6999
|
+
employeePermissionId: number;
|
|
7000
7000
|
employeeRole?: unknown;
|
|
7001
7001
|
employeePermission?: unknown;
|
|
7002
7002
|
}[];
|
|
@@ -7011,24 +7011,24 @@ declare const EmployeeRolePermissionFindManyResultSchema: z.ZodObject<{
|
|
|
7011
7011
|
}>;
|
|
7012
7012
|
|
|
7013
7013
|
declare const EmployeeRolePermissionCreateResultSchema: z.ZodObject<{
|
|
7014
|
-
id: z.
|
|
7015
|
-
employeeRoleId: z.
|
|
7016
|
-
employeePermissionId: z.
|
|
7014
|
+
id: z.ZodNumber;
|
|
7015
|
+
employeeRoleId: z.ZodNumber;
|
|
7016
|
+
employeePermissionId: z.ZodNumber;
|
|
7017
7017
|
updatedAt: z.ZodDate;
|
|
7018
7018
|
employeeRole: z.ZodUnknown;
|
|
7019
7019
|
employeePermission: z.ZodUnknown;
|
|
7020
7020
|
}, "strip", z.ZodTypeAny, {
|
|
7021
|
-
id:
|
|
7021
|
+
id: number;
|
|
7022
7022
|
updatedAt: Date;
|
|
7023
|
-
employeeRoleId:
|
|
7024
|
-
employeePermissionId:
|
|
7023
|
+
employeeRoleId: number;
|
|
7024
|
+
employeePermissionId: number;
|
|
7025
7025
|
employeeRole?: unknown;
|
|
7026
7026
|
employeePermission?: unknown;
|
|
7027
7027
|
}, {
|
|
7028
|
-
id:
|
|
7028
|
+
id: number;
|
|
7029
7029
|
updatedAt: Date;
|
|
7030
|
-
employeeRoleId:
|
|
7031
|
-
employeePermissionId:
|
|
7030
|
+
employeeRoleId: number;
|
|
7031
|
+
employeePermissionId: number;
|
|
7032
7032
|
employeeRole?: unknown;
|
|
7033
7033
|
employeePermission?: unknown;
|
|
7034
7034
|
}>;
|
|
@@ -7042,24 +7042,24 @@ declare const EmployeeRolePermissionCreateManyResultSchema: z.ZodObject<{
|
|
|
7042
7042
|
}>;
|
|
7043
7043
|
|
|
7044
7044
|
declare const EmployeeRolePermissionUpdateResultSchema: z.ZodNullable<z.ZodObject<{
|
|
7045
|
-
id: z.
|
|
7046
|
-
employeeRoleId: z.
|
|
7047
|
-
employeePermissionId: z.
|
|
7045
|
+
id: z.ZodNumber;
|
|
7046
|
+
employeeRoleId: z.ZodNumber;
|
|
7047
|
+
employeePermissionId: z.ZodNumber;
|
|
7048
7048
|
updatedAt: z.ZodDate;
|
|
7049
7049
|
employeeRole: z.ZodUnknown;
|
|
7050
7050
|
employeePermission: z.ZodUnknown;
|
|
7051
7051
|
}, "strip", z.ZodTypeAny, {
|
|
7052
|
-
id:
|
|
7052
|
+
id: number;
|
|
7053
7053
|
updatedAt: Date;
|
|
7054
|
-
employeeRoleId:
|
|
7055
|
-
employeePermissionId:
|
|
7054
|
+
employeeRoleId: number;
|
|
7055
|
+
employeePermissionId: number;
|
|
7056
7056
|
employeeRole?: unknown;
|
|
7057
7057
|
employeePermission?: unknown;
|
|
7058
7058
|
}, {
|
|
7059
|
-
id:
|
|
7059
|
+
id: number;
|
|
7060
7060
|
updatedAt: Date;
|
|
7061
|
-
employeeRoleId:
|
|
7062
|
-
employeePermissionId:
|
|
7061
|
+
employeeRoleId: number;
|
|
7062
|
+
employeePermissionId: number;
|
|
7063
7063
|
employeeRole?: unknown;
|
|
7064
7064
|
employeePermission?: unknown;
|
|
7065
7065
|
}>>;
|
|
@@ -7073,47 +7073,47 @@ declare const EmployeeRolePermissionUpdateManyResultSchema: z.ZodObject<{
|
|
|
7073
7073
|
}>;
|
|
7074
7074
|
|
|
7075
7075
|
declare const EmployeeRolePermissionUpsertResultSchema: z.ZodObject<{
|
|
7076
|
-
id: z.
|
|
7077
|
-
employeeRoleId: z.
|
|
7078
|
-
employeePermissionId: z.
|
|
7076
|
+
id: z.ZodNumber;
|
|
7077
|
+
employeeRoleId: z.ZodNumber;
|
|
7078
|
+
employeePermissionId: z.ZodNumber;
|
|
7079
7079
|
updatedAt: z.ZodDate;
|
|
7080
7080
|
employeeRole: z.ZodUnknown;
|
|
7081
7081
|
employeePermission: z.ZodUnknown;
|
|
7082
7082
|
}, "strip", z.ZodTypeAny, {
|
|
7083
|
-
id:
|
|
7083
|
+
id: number;
|
|
7084
7084
|
updatedAt: Date;
|
|
7085
|
-
employeeRoleId:
|
|
7086
|
-
employeePermissionId:
|
|
7085
|
+
employeeRoleId: number;
|
|
7086
|
+
employeePermissionId: number;
|
|
7087
7087
|
employeeRole?: unknown;
|
|
7088
7088
|
employeePermission?: unknown;
|
|
7089
7089
|
}, {
|
|
7090
|
-
id:
|
|
7090
|
+
id: number;
|
|
7091
7091
|
updatedAt: Date;
|
|
7092
|
-
employeeRoleId:
|
|
7093
|
-
employeePermissionId:
|
|
7092
|
+
employeeRoleId: number;
|
|
7093
|
+
employeePermissionId: number;
|
|
7094
7094
|
employeeRole?: unknown;
|
|
7095
7095
|
employeePermission?: unknown;
|
|
7096
7096
|
}>;
|
|
7097
7097
|
|
|
7098
7098
|
declare const EmployeeRolePermissionDeleteResultSchema: z.ZodNullable<z.ZodObject<{
|
|
7099
|
-
id: z.
|
|
7100
|
-
employeeRoleId: z.
|
|
7101
|
-
employeePermissionId: z.
|
|
7099
|
+
id: z.ZodNumber;
|
|
7100
|
+
employeeRoleId: z.ZodNumber;
|
|
7101
|
+
employeePermissionId: z.ZodNumber;
|
|
7102
7102
|
updatedAt: z.ZodDate;
|
|
7103
7103
|
employeeRole: z.ZodUnknown;
|
|
7104
7104
|
employeePermission: z.ZodUnknown;
|
|
7105
7105
|
}, "strip", z.ZodTypeAny, {
|
|
7106
|
-
id:
|
|
7106
|
+
id: number;
|
|
7107
7107
|
updatedAt: Date;
|
|
7108
|
-
employeeRoleId:
|
|
7109
|
-
employeePermissionId:
|
|
7108
|
+
employeeRoleId: number;
|
|
7109
|
+
employeePermissionId: number;
|
|
7110
7110
|
employeeRole?: unknown;
|
|
7111
7111
|
employeePermission?: unknown;
|
|
7112
7112
|
}, {
|
|
7113
|
-
id:
|
|
7113
|
+
id: number;
|
|
7114
7114
|
updatedAt: Date;
|
|
7115
|
-
employeeRoleId:
|
|
7116
|
-
employeePermissionId:
|
|
7115
|
+
employeeRoleId: number;
|
|
7116
|
+
employeePermissionId: number;
|
|
7117
7117
|
employeeRole?: unknown;
|
|
7118
7118
|
employeePermission?: unknown;
|
|
7119
7119
|
}>>;
|
|
@@ -7150,17 +7150,17 @@ declare const EmployeeRolePermissionAggregateResultSchema: z.ZodObject<{
|
|
|
7150
7150
|
employeePermission: number;
|
|
7151
7151
|
}>>;
|
|
7152
7152
|
_sum: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
7153
|
-
id: z.ZodNullable<z.
|
|
7154
|
-
employeeRoleId: z.ZodNullable<z.
|
|
7155
|
-
employeePermissionId: z.ZodNullable<z.
|
|
7153
|
+
id: z.ZodNullable<z.ZodNumber>;
|
|
7154
|
+
employeeRoleId: z.ZodNullable<z.ZodNumber>;
|
|
7155
|
+
employeePermissionId: z.ZodNullable<z.ZodNumber>;
|
|
7156
7156
|
}, "strip", z.ZodTypeAny, {
|
|
7157
|
-
id:
|
|
7158
|
-
employeeRoleId:
|
|
7159
|
-
employeePermissionId:
|
|
7157
|
+
id: number | null;
|
|
7158
|
+
employeeRoleId: number | null;
|
|
7159
|
+
employeePermissionId: number | null;
|
|
7160
7160
|
}, {
|
|
7161
|
-
id:
|
|
7162
|
-
employeeRoleId:
|
|
7163
|
-
employeePermissionId:
|
|
7161
|
+
id: number | null;
|
|
7162
|
+
employeeRoleId: number | null;
|
|
7163
|
+
employeePermissionId: number | null;
|
|
7164
7164
|
}>>>;
|
|
7165
7165
|
_avg: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
7166
7166
|
id: z.ZodNullable<z.ZodNumber>;
|
|
@@ -7176,36 +7176,36 @@ declare const EmployeeRolePermissionAggregateResultSchema: z.ZodObject<{
|
|
|
7176
7176
|
employeePermissionId: number | null;
|
|
7177
7177
|
}>>>;
|
|
7178
7178
|
_min: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
7179
|
-
id: z.ZodNullable<z.
|
|
7180
|
-
employeeRoleId: z.ZodNullable<z.
|
|
7181
|
-
employeePermissionId: z.ZodNullable<z.
|
|
7179
|
+
id: z.ZodNullable<z.ZodNumber>;
|
|
7180
|
+
employeeRoleId: z.ZodNullable<z.ZodNumber>;
|
|
7181
|
+
employeePermissionId: z.ZodNullable<z.ZodNumber>;
|
|
7182
7182
|
updatedAt: z.ZodNullable<z.ZodDate>;
|
|
7183
7183
|
}, "strip", z.ZodTypeAny, {
|
|
7184
|
-
id:
|
|
7184
|
+
id: number | null;
|
|
7185
7185
|
updatedAt: Date | null;
|
|
7186
|
-
employeeRoleId:
|
|
7187
|
-
employeePermissionId:
|
|
7186
|
+
employeeRoleId: number | null;
|
|
7187
|
+
employeePermissionId: number | null;
|
|
7188
7188
|
}, {
|
|
7189
|
-
id:
|
|
7189
|
+
id: number | null;
|
|
7190
7190
|
updatedAt: Date | null;
|
|
7191
|
-
employeeRoleId:
|
|
7192
|
-
employeePermissionId:
|
|
7191
|
+
employeeRoleId: number | null;
|
|
7192
|
+
employeePermissionId: number | null;
|
|
7193
7193
|
}>>>;
|
|
7194
7194
|
_max: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
7195
|
-
id: z.ZodNullable<z.
|
|
7196
|
-
employeeRoleId: z.ZodNullable<z.
|
|
7197
|
-
employeePermissionId: z.ZodNullable<z.
|
|
7195
|
+
id: z.ZodNullable<z.ZodNumber>;
|
|
7196
|
+
employeeRoleId: z.ZodNullable<z.ZodNumber>;
|
|
7197
|
+
employeePermissionId: z.ZodNullable<z.ZodNumber>;
|
|
7198
7198
|
updatedAt: z.ZodNullable<z.ZodDate>;
|
|
7199
7199
|
}, "strip", z.ZodTypeAny, {
|
|
7200
|
-
id:
|
|
7200
|
+
id: number | null;
|
|
7201
7201
|
updatedAt: Date | null;
|
|
7202
|
-
employeeRoleId:
|
|
7203
|
-
employeePermissionId:
|
|
7202
|
+
employeeRoleId: number | null;
|
|
7203
|
+
employeePermissionId: number | null;
|
|
7204
7204
|
}, {
|
|
7205
|
-
id:
|
|
7205
|
+
id: number | null;
|
|
7206
7206
|
updatedAt: Date | null;
|
|
7207
|
-
employeeRoleId:
|
|
7208
|
-
employeePermissionId:
|
|
7207
|
+
employeeRoleId: number | null;
|
|
7208
|
+
employeePermissionId: number | null;
|
|
7209
7209
|
}>>>;
|
|
7210
7210
|
}, "strip", z.ZodTypeAny, {
|
|
7211
7211
|
_count?: {
|
|
@@ -7217,16 +7217,16 @@ declare const EmployeeRolePermissionAggregateResultSchema: z.ZodObject<{
|
|
|
7217
7217
|
employeePermission: number;
|
|
7218
7218
|
} | undefined;
|
|
7219
7219
|
_min?: {
|
|
7220
|
-
id:
|
|
7220
|
+
id: number | null;
|
|
7221
7221
|
updatedAt: Date | null;
|
|
7222
|
-
employeeRoleId:
|
|
7223
|
-
employeePermissionId:
|
|
7222
|
+
employeeRoleId: number | null;
|
|
7223
|
+
employeePermissionId: number | null;
|
|
7224
7224
|
} | null | undefined;
|
|
7225
7225
|
_max?: {
|
|
7226
|
-
id:
|
|
7226
|
+
id: number | null;
|
|
7227
7227
|
updatedAt: Date | null;
|
|
7228
|
-
employeeRoleId:
|
|
7229
|
-
employeePermissionId:
|
|
7228
|
+
employeeRoleId: number | null;
|
|
7229
|
+
employeePermissionId: number | null;
|
|
7230
7230
|
} | null | undefined;
|
|
7231
7231
|
_avg?: {
|
|
7232
7232
|
id: number | null;
|
|
@@ -7234,9 +7234,9 @@ declare const EmployeeRolePermissionAggregateResultSchema: z.ZodObject<{
|
|
|
7234
7234
|
employeePermissionId: number | null;
|
|
7235
7235
|
} | null | undefined;
|
|
7236
7236
|
_sum?: {
|
|
7237
|
-
id:
|
|
7238
|
-
employeeRoleId:
|
|
7239
|
-
employeePermissionId:
|
|
7237
|
+
id: number | null;
|
|
7238
|
+
employeeRoleId: number | null;
|
|
7239
|
+
employeePermissionId: number | null;
|
|
7240
7240
|
} | null | undefined;
|
|
7241
7241
|
}, {
|
|
7242
7242
|
_count?: {
|
|
@@ -7248,16 +7248,16 @@ declare const EmployeeRolePermissionAggregateResultSchema: z.ZodObject<{
|
|
|
7248
7248
|
employeePermission: number;
|
|
7249
7249
|
} | undefined;
|
|
7250
7250
|
_min?: {
|
|
7251
|
-
id:
|
|
7251
|
+
id: number | null;
|
|
7252
7252
|
updatedAt: Date | null;
|
|
7253
|
-
employeeRoleId:
|
|
7254
|
-
employeePermissionId:
|
|
7253
|
+
employeeRoleId: number | null;
|
|
7254
|
+
employeePermissionId: number | null;
|
|
7255
7255
|
} | null | undefined;
|
|
7256
7256
|
_max?: {
|
|
7257
|
-
id:
|
|
7257
|
+
id: number | null;
|
|
7258
7258
|
updatedAt: Date | null;
|
|
7259
|
-
employeeRoleId:
|
|
7260
|
-
employeePermissionId:
|
|
7259
|
+
employeeRoleId: number | null;
|
|
7260
|
+
employeePermissionId: number | null;
|
|
7261
7261
|
} | null | undefined;
|
|
7262
7262
|
_avg?: {
|
|
7263
7263
|
id: number | null;
|
|
@@ -7265,16 +7265,16 @@ declare const EmployeeRolePermissionAggregateResultSchema: z.ZodObject<{
|
|
|
7265
7265
|
employeePermissionId: number | null;
|
|
7266
7266
|
} | null | undefined;
|
|
7267
7267
|
_sum?: {
|
|
7268
|
-
id:
|
|
7269
|
-
employeeRoleId:
|
|
7270
|
-
employeePermissionId:
|
|
7268
|
+
id: number | null;
|
|
7269
|
+
employeeRoleId: number | null;
|
|
7270
|
+
employeePermissionId: number | null;
|
|
7271
7271
|
} | null | undefined;
|
|
7272
7272
|
}>;
|
|
7273
7273
|
|
|
7274
7274
|
declare const EmployeeRolePermissionGroupByResultSchema: z.ZodArray<z.ZodObject<{
|
|
7275
|
-
id: z.
|
|
7276
|
-
employeeRoleId: z.
|
|
7277
|
-
employeePermissionId: z.
|
|
7275
|
+
id: z.ZodNumber;
|
|
7276
|
+
employeeRoleId: z.ZodNumber;
|
|
7277
|
+
employeePermissionId: z.ZodNumber;
|
|
7278
7278
|
updatedAt: z.ZodDate;
|
|
7279
7279
|
_count: z.ZodOptional<z.ZodObject<{
|
|
7280
7280
|
id: z.ZodNumber;
|
|
@@ -7299,17 +7299,17 @@ declare const EmployeeRolePermissionGroupByResultSchema: z.ZodArray<z.ZodObject<
|
|
|
7299
7299
|
employeePermission: number;
|
|
7300
7300
|
}>>;
|
|
7301
7301
|
_sum: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
7302
|
-
id: z.ZodNullable<z.
|
|
7303
|
-
employeeRoleId: z.ZodNullable<z.
|
|
7304
|
-
employeePermissionId: z.ZodNullable<z.
|
|
7302
|
+
id: z.ZodNullable<z.ZodNumber>;
|
|
7303
|
+
employeeRoleId: z.ZodNullable<z.ZodNumber>;
|
|
7304
|
+
employeePermissionId: z.ZodNullable<z.ZodNumber>;
|
|
7305
7305
|
}, "strip", z.ZodTypeAny, {
|
|
7306
|
-
id:
|
|
7307
|
-
employeeRoleId:
|
|
7308
|
-
employeePermissionId:
|
|
7306
|
+
id: number | null;
|
|
7307
|
+
employeeRoleId: number | null;
|
|
7308
|
+
employeePermissionId: number | null;
|
|
7309
7309
|
}, {
|
|
7310
|
-
id:
|
|
7311
|
-
employeeRoleId:
|
|
7312
|
-
employeePermissionId:
|
|
7310
|
+
id: number | null;
|
|
7311
|
+
employeeRoleId: number | null;
|
|
7312
|
+
employeePermissionId: number | null;
|
|
7313
7313
|
}>>>;
|
|
7314
7314
|
_avg: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
7315
7315
|
id: z.ZodNullable<z.ZodNumber>;
|
|
@@ -7325,42 +7325,42 @@ declare const EmployeeRolePermissionGroupByResultSchema: z.ZodArray<z.ZodObject<
|
|
|
7325
7325
|
employeePermissionId: number | null;
|
|
7326
7326
|
}>>>;
|
|
7327
7327
|
_min: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
7328
|
-
id: z.ZodNullable<z.
|
|
7329
|
-
employeeRoleId: z.ZodNullable<z.
|
|
7330
|
-
employeePermissionId: z.ZodNullable<z.
|
|
7328
|
+
id: z.ZodNullable<z.ZodNumber>;
|
|
7329
|
+
employeeRoleId: z.ZodNullable<z.ZodNumber>;
|
|
7330
|
+
employeePermissionId: z.ZodNullable<z.ZodNumber>;
|
|
7331
7331
|
updatedAt: z.ZodNullable<z.ZodDate>;
|
|
7332
7332
|
}, "strip", z.ZodTypeAny, {
|
|
7333
|
-
id:
|
|
7333
|
+
id: number | null;
|
|
7334
7334
|
updatedAt: Date | null;
|
|
7335
|
-
employeeRoleId:
|
|
7336
|
-
employeePermissionId:
|
|
7335
|
+
employeeRoleId: number | null;
|
|
7336
|
+
employeePermissionId: number | null;
|
|
7337
7337
|
}, {
|
|
7338
|
-
id:
|
|
7338
|
+
id: number | null;
|
|
7339
7339
|
updatedAt: Date | null;
|
|
7340
|
-
employeeRoleId:
|
|
7341
|
-
employeePermissionId:
|
|
7340
|
+
employeeRoleId: number | null;
|
|
7341
|
+
employeePermissionId: number | null;
|
|
7342
7342
|
}>>>;
|
|
7343
7343
|
_max: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
7344
|
-
id: z.ZodNullable<z.
|
|
7345
|
-
employeeRoleId: z.ZodNullable<z.
|
|
7346
|
-
employeePermissionId: z.ZodNullable<z.
|
|
7344
|
+
id: z.ZodNullable<z.ZodNumber>;
|
|
7345
|
+
employeeRoleId: z.ZodNullable<z.ZodNumber>;
|
|
7346
|
+
employeePermissionId: z.ZodNullable<z.ZodNumber>;
|
|
7347
7347
|
updatedAt: z.ZodNullable<z.ZodDate>;
|
|
7348
7348
|
}, "strip", z.ZodTypeAny, {
|
|
7349
|
-
id:
|
|
7349
|
+
id: number | null;
|
|
7350
7350
|
updatedAt: Date | null;
|
|
7351
|
-
employeeRoleId:
|
|
7352
|
-
employeePermissionId:
|
|
7351
|
+
employeeRoleId: number | null;
|
|
7352
|
+
employeePermissionId: number | null;
|
|
7353
7353
|
}, {
|
|
7354
|
-
id:
|
|
7354
|
+
id: number | null;
|
|
7355
7355
|
updatedAt: Date | null;
|
|
7356
|
-
employeeRoleId:
|
|
7357
|
-
employeePermissionId:
|
|
7356
|
+
employeeRoleId: number | null;
|
|
7357
|
+
employeePermissionId: number | null;
|
|
7358
7358
|
}>>>;
|
|
7359
7359
|
}, "strip", z.ZodTypeAny, {
|
|
7360
|
-
id:
|
|
7360
|
+
id: number;
|
|
7361
7361
|
updatedAt: Date;
|
|
7362
|
-
employeeRoleId:
|
|
7363
|
-
employeePermissionId:
|
|
7362
|
+
employeeRoleId: number;
|
|
7363
|
+
employeePermissionId: number;
|
|
7364
7364
|
_count?: {
|
|
7365
7365
|
id: number;
|
|
7366
7366
|
updatedAt: number;
|
|
@@ -7370,16 +7370,16 @@ declare const EmployeeRolePermissionGroupByResultSchema: z.ZodArray<z.ZodObject<
|
|
|
7370
7370
|
employeePermission: number;
|
|
7371
7371
|
} | undefined;
|
|
7372
7372
|
_min?: {
|
|
7373
|
-
id:
|
|
7373
|
+
id: number | null;
|
|
7374
7374
|
updatedAt: Date | null;
|
|
7375
|
-
employeeRoleId:
|
|
7376
|
-
employeePermissionId:
|
|
7375
|
+
employeeRoleId: number | null;
|
|
7376
|
+
employeePermissionId: number | null;
|
|
7377
7377
|
} | null | undefined;
|
|
7378
7378
|
_max?: {
|
|
7379
|
-
id:
|
|
7379
|
+
id: number | null;
|
|
7380
7380
|
updatedAt: Date | null;
|
|
7381
|
-
employeeRoleId:
|
|
7382
|
-
employeePermissionId:
|
|
7381
|
+
employeeRoleId: number | null;
|
|
7382
|
+
employeePermissionId: number | null;
|
|
7383
7383
|
} | null | undefined;
|
|
7384
7384
|
_avg?: {
|
|
7385
7385
|
id: number | null;
|
|
@@ -7387,15 +7387,15 @@ declare const EmployeeRolePermissionGroupByResultSchema: z.ZodArray<z.ZodObject<
|
|
|
7387
7387
|
employeePermissionId: number | null;
|
|
7388
7388
|
} | null | undefined;
|
|
7389
7389
|
_sum?: {
|
|
7390
|
-
id:
|
|
7391
|
-
employeeRoleId:
|
|
7392
|
-
employeePermissionId:
|
|
7390
|
+
id: number | null;
|
|
7391
|
+
employeeRoleId: number | null;
|
|
7392
|
+
employeePermissionId: number | null;
|
|
7393
7393
|
} | null | undefined;
|
|
7394
7394
|
}, {
|
|
7395
|
-
id:
|
|
7395
|
+
id: number;
|
|
7396
7396
|
updatedAt: Date;
|
|
7397
|
-
employeeRoleId:
|
|
7398
|
-
employeePermissionId:
|
|
7397
|
+
employeeRoleId: number;
|
|
7398
|
+
employeePermissionId: number;
|
|
7399
7399
|
_count?: {
|
|
7400
7400
|
id: number;
|
|
7401
7401
|
updatedAt: number;
|
|
@@ -7405,16 +7405,16 @@ declare const EmployeeRolePermissionGroupByResultSchema: z.ZodArray<z.ZodObject<
|
|
|
7405
7405
|
employeePermission: number;
|
|
7406
7406
|
} | undefined;
|
|
7407
7407
|
_min?: {
|
|
7408
|
-
id:
|
|
7408
|
+
id: number | null;
|
|
7409
7409
|
updatedAt: Date | null;
|
|
7410
|
-
employeeRoleId:
|
|
7411
|
-
employeePermissionId:
|
|
7410
|
+
employeeRoleId: number | null;
|
|
7411
|
+
employeePermissionId: number | null;
|
|
7412
7412
|
} | null | undefined;
|
|
7413
7413
|
_max?: {
|
|
7414
|
-
id:
|
|
7414
|
+
id: number | null;
|
|
7415
7415
|
updatedAt: Date | null;
|
|
7416
|
-
employeeRoleId:
|
|
7417
|
-
employeePermissionId:
|
|
7416
|
+
employeeRoleId: number | null;
|
|
7417
|
+
employeePermissionId: number | null;
|
|
7418
7418
|
} | null | undefined;
|
|
7419
7419
|
_avg?: {
|
|
7420
7420
|
id: number | null;
|
|
@@ -7422,9 +7422,9 @@ declare const EmployeeRolePermissionGroupByResultSchema: z.ZodArray<z.ZodObject<
|
|
|
7422
7422
|
employeePermissionId: number | null;
|
|
7423
7423
|
} | null | undefined;
|
|
7424
7424
|
_sum?: {
|
|
7425
|
-
id:
|
|
7426
|
-
employeeRoleId:
|
|
7427
|
-
employeePermissionId:
|
|
7425
|
+
id: number | null;
|
|
7426
|
+
employeeRoleId: number | null;
|
|
7427
|
+
employeePermissionId: number | null;
|
|
7428
7428
|
} | null | undefined;
|
|
7429
7429
|
}>, "many">;
|
|
7430
7430
|
|
|
@@ -9653,102 +9653,6 @@ declare const WarehouseGroupByResultSchema: z.ZodArray<z.ZodObject<{
|
|
|
9653
9653
|
|
|
9654
9654
|
declare const WarehouseCountResultSchema: z.ZodNumber;
|
|
9655
9655
|
|
|
9656
|
-
declare const BigIntFieldUpdateOperationsInputObjectSchema: z.ZodType<Prisma.BigIntFieldUpdateOperationsInput>;
|
|
9657
|
-
declare const BigIntFieldUpdateOperationsInputObjectZodSchema: z.ZodObject<{
|
|
9658
|
-
set: z.ZodOptional<z.ZodBigInt>;
|
|
9659
|
-
increment: z.ZodOptional<z.ZodBigInt>;
|
|
9660
|
-
decrement: z.ZodOptional<z.ZodBigInt>;
|
|
9661
|
-
multiply: z.ZodOptional<z.ZodBigInt>;
|
|
9662
|
-
divide: z.ZodOptional<z.ZodBigInt>;
|
|
9663
|
-
}, "strict", z.ZodTypeAny, {
|
|
9664
|
-
set?: bigint | undefined;
|
|
9665
|
-
increment?: bigint | undefined;
|
|
9666
|
-
decrement?: bigint | undefined;
|
|
9667
|
-
multiply?: bigint | undefined;
|
|
9668
|
-
divide?: bigint | undefined;
|
|
9669
|
-
}, {
|
|
9670
|
-
set?: bigint | undefined;
|
|
9671
|
-
increment?: bigint | undefined;
|
|
9672
|
-
decrement?: bigint | undefined;
|
|
9673
|
-
multiply?: bigint | undefined;
|
|
9674
|
-
divide?: bigint | undefined;
|
|
9675
|
-
}>;
|
|
9676
|
-
|
|
9677
|
-
declare const BigIntFilterObjectSchema: z.ZodType<Prisma.BigIntFilter>;
|
|
9678
|
-
declare const BigIntFilterObjectZodSchema: z.ZodObject<{
|
|
9679
|
-
equals: z.ZodOptional<z.ZodBigInt>;
|
|
9680
|
-
in: z.ZodOptional<z.ZodArray<z.ZodBigInt, "many">>;
|
|
9681
|
-
notIn: z.ZodOptional<z.ZodArray<z.ZodBigInt, "many">>;
|
|
9682
|
-
lt: z.ZodOptional<z.ZodBigInt>;
|
|
9683
|
-
lte: z.ZodOptional<z.ZodBigInt>;
|
|
9684
|
-
gt: z.ZodOptional<z.ZodBigInt>;
|
|
9685
|
-
gte: z.ZodOptional<z.ZodBigInt>;
|
|
9686
|
-
not: z.ZodOptional<z.ZodUnion<[z.ZodBigInt, z.ZodLazy<z.ZodType<Prisma.NestedBigIntFilter<never>, z.ZodTypeDef, Prisma.NestedBigIntFilter<never>>>]>>;
|
|
9687
|
-
}, "strict", z.ZodTypeAny, {
|
|
9688
|
-
equals?: bigint | undefined;
|
|
9689
|
-
in?: bigint[] | undefined;
|
|
9690
|
-
notIn?: bigint[] | undefined;
|
|
9691
|
-
lt?: bigint | undefined;
|
|
9692
|
-
lte?: bigint | undefined;
|
|
9693
|
-
gt?: bigint | undefined;
|
|
9694
|
-
gte?: bigint | undefined;
|
|
9695
|
-
not?: bigint | Prisma.NestedBigIntFilter<never> | undefined;
|
|
9696
|
-
}, {
|
|
9697
|
-
equals?: bigint | undefined;
|
|
9698
|
-
in?: bigint[] | undefined;
|
|
9699
|
-
notIn?: bigint[] | undefined;
|
|
9700
|
-
lt?: bigint | undefined;
|
|
9701
|
-
lte?: bigint | undefined;
|
|
9702
|
-
gt?: bigint | undefined;
|
|
9703
|
-
gte?: bigint | undefined;
|
|
9704
|
-
not?: bigint | Prisma.NestedBigIntFilter<never> | undefined;
|
|
9705
|
-
}>;
|
|
9706
|
-
|
|
9707
|
-
declare const BigIntWithAggregatesFilterObjectSchema: z.ZodType<Prisma.BigIntWithAggregatesFilter>;
|
|
9708
|
-
declare const BigIntWithAggregatesFilterObjectZodSchema: z.ZodObject<{
|
|
9709
|
-
equals: z.ZodOptional<z.ZodBigInt>;
|
|
9710
|
-
in: z.ZodOptional<z.ZodArray<z.ZodBigInt, "many">>;
|
|
9711
|
-
notIn: z.ZodOptional<z.ZodArray<z.ZodBigInt, "many">>;
|
|
9712
|
-
lt: z.ZodOptional<z.ZodBigInt>;
|
|
9713
|
-
lte: z.ZodOptional<z.ZodBigInt>;
|
|
9714
|
-
gt: z.ZodOptional<z.ZodBigInt>;
|
|
9715
|
-
gte: z.ZodOptional<z.ZodBigInt>;
|
|
9716
|
-
not: z.ZodOptional<z.ZodUnion<[z.ZodBigInt, z.ZodLazy<z.ZodType<Prisma.NestedBigIntWithAggregatesFilter<never>, z.ZodTypeDef, Prisma.NestedBigIntWithAggregatesFilter<never>>>]>>;
|
|
9717
|
-
_count: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.NestedIntFilter<never>, z.ZodTypeDef, Prisma.NestedIntFilter<never>>>>;
|
|
9718
|
-
_avg: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.NestedFloatFilter<never>, z.ZodTypeDef, Prisma.NestedFloatFilter<never>>>>;
|
|
9719
|
-
_sum: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.NestedBigIntFilter<never>, z.ZodTypeDef, Prisma.NestedBigIntFilter<never>>>>;
|
|
9720
|
-
_min: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.NestedBigIntFilter<never>, z.ZodTypeDef, Prisma.NestedBigIntFilter<never>>>>;
|
|
9721
|
-
_max: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.NestedBigIntFilter<never>, z.ZodTypeDef, Prisma.NestedBigIntFilter<never>>>>;
|
|
9722
|
-
}, "strict", z.ZodTypeAny, {
|
|
9723
|
-
equals?: bigint | undefined;
|
|
9724
|
-
in?: bigint[] | undefined;
|
|
9725
|
-
notIn?: bigint[] | undefined;
|
|
9726
|
-
lt?: bigint | undefined;
|
|
9727
|
-
lte?: bigint | undefined;
|
|
9728
|
-
gt?: bigint | undefined;
|
|
9729
|
-
gte?: bigint | undefined;
|
|
9730
|
-
not?: bigint | Prisma.NestedBigIntWithAggregatesFilter<never> | undefined;
|
|
9731
|
-
_count?: Prisma.NestedIntFilter<never> | undefined;
|
|
9732
|
-
_min?: Prisma.NestedBigIntFilter<never> | undefined;
|
|
9733
|
-
_max?: Prisma.NestedBigIntFilter<never> | undefined;
|
|
9734
|
-
_avg?: Prisma.NestedFloatFilter<never> | undefined;
|
|
9735
|
-
_sum?: Prisma.NestedBigIntFilter<never> | undefined;
|
|
9736
|
-
}, {
|
|
9737
|
-
equals?: bigint | undefined;
|
|
9738
|
-
in?: bigint[] | undefined;
|
|
9739
|
-
notIn?: bigint[] | undefined;
|
|
9740
|
-
lt?: bigint | undefined;
|
|
9741
|
-
lte?: bigint | undefined;
|
|
9742
|
-
gt?: bigint | undefined;
|
|
9743
|
-
gte?: bigint | undefined;
|
|
9744
|
-
not?: bigint | Prisma.NestedBigIntWithAggregatesFilter<never> | undefined;
|
|
9745
|
-
_count?: Prisma.NestedIntFilter<never> | undefined;
|
|
9746
|
-
_min?: Prisma.NestedBigIntFilter<never> | undefined;
|
|
9747
|
-
_max?: Prisma.NestedBigIntFilter<never> | undefined;
|
|
9748
|
-
_avg?: Prisma.NestedFloatFilter<never> | undefined;
|
|
9749
|
-
_sum?: Prisma.NestedBigIntFilter<never> | undefined;
|
|
9750
|
-
}>;
|
|
9751
|
-
|
|
9752
9656
|
declare const BoolFieldUpdateOperationsInputObjectSchema: z.ZodType<Prisma.BoolFieldUpdateOperationsInput>;
|
|
9753
9657
|
declare const BoolFieldUpdateOperationsInputObjectZodSchema: z.ZodObject<{
|
|
9754
9658
|
set: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -11404,31 +11308,28 @@ declare const EmployeePermissionCountOutputTypeSelectObjectZodSchema: z.ZodObjec
|
|
|
11404
11308
|
|
|
11405
11309
|
declare const EmployeePermissionCreateInputObjectSchema: z.ZodType<Prisma.EmployeePermissionCreateInput>;
|
|
11406
11310
|
declare const EmployeePermissionCreateInputObjectZodSchema: z.ZodObject<{
|
|
11407
|
-
id: z.ZodOptional<z.ZodBigInt>;
|
|
11408
11311
|
name: z.ZodString;
|
|
11409
11312
|
rolePermissions: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.EmployeeRolePermissionCreateNestedManyWithoutEmployeePermissionInput, z.ZodTypeDef, Prisma.EmployeeRolePermissionCreateNestedManyWithoutEmployeePermissionInput>>>;
|
|
11410
11313
|
}, "strict", z.ZodTypeAny, {
|
|
11411
11314
|
name: string;
|
|
11412
|
-
id?: bigint | undefined;
|
|
11413
11315
|
rolePermissions?: Prisma.EmployeeRolePermissionCreateNestedManyWithoutEmployeePermissionInput | undefined;
|
|
11414
11316
|
}, {
|
|
11415
11317
|
name: string;
|
|
11416
|
-
id?: bigint | undefined;
|
|
11417
11318
|
rolePermissions?: Prisma.EmployeeRolePermissionCreateNestedManyWithoutEmployeePermissionInput | undefined;
|
|
11418
11319
|
}>;
|
|
11419
11320
|
|
|
11420
11321
|
declare const EmployeePermissionCreateManyInputObjectSchema: z.ZodType<Prisma.EmployeePermissionCreateManyInput>;
|
|
11421
11322
|
declare const EmployeePermissionCreateManyInputObjectZodSchema: z.ZodObject<{
|
|
11422
|
-
id: z.ZodOptional<z.
|
|
11323
|
+
id: z.ZodOptional<z.ZodNumber>;
|
|
11423
11324
|
name: z.ZodString;
|
|
11424
11325
|
updatedAt: z.ZodOptional<z.ZodDate>;
|
|
11425
11326
|
}, "strict", z.ZodTypeAny, {
|
|
11426
11327
|
name: string;
|
|
11427
|
-
id?:
|
|
11328
|
+
id?: number | undefined;
|
|
11428
11329
|
updatedAt?: Date | undefined;
|
|
11429
11330
|
}, {
|
|
11430
11331
|
name: string;
|
|
11431
|
-
id?:
|
|
11332
|
+
id?: number | undefined;
|
|
11432
11333
|
updatedAt?: Date | undefined;
|
|
11433
11334
|
}>;
|
|
11434
11335
|
|
|
@@ -11461,16 +11362,13 @@ declare const EmployeePermissionCreateOrConnectWithoutRolePermissionsInputObject
|
|
|
11461
11362
|
|
|
11462
11363
|
declare const EmployeePermissionCreateWithoutRolePermissionsInputObjectSchema: z.ZodType<Prisma.EmployeePermissionCreateWithoutRolePermissionsInput>;
|
|
11463
11364
|
declare const EmployeePermissionCreateWithoutRolePermissionsInputObjectZodSchema: z.ZodObject<{
|
|
11464
|
-
id: z.ZodOptional<z.ZodBigInt>;
|
|
11465
11365
|
name: z.ZodString;
|
|
11466
11366
|
updatedAt: z.ZodOptional<z.ZodDate>;
|
|
11467
11367
|
}, "strict", z.ZodTypeAny, {
|
|
11468
11368
|
name: string;
|
|
11469
|
-
id?: bigint | undefined;
|
|
11470
11369
|
updatedAt?: Date | undefined;
|
|
11471
11370
|
}, {
|
|
11472
11371
|
name: string;
|
|
11473
|
-
id?: bigint | undefined;
|
|
11474
11372
|
updatedAt?: Date | undefined;
|
|
11475
11373
|
}>;
|
|
11476
11374
|
|
|
@@ -11621,18 +11519,18 @@ declare const EmployeePermissionScalarWhereWithAggregatesInputObjectZodSchema: z
|
|
|
11621
11519
|
AND: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.EmployeePermissionScalarWhereWithAggregatesInput, z.ZodTypeDef, Prisma.EmployeePermissionScalarWhereWithAggregatesInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.EmployeePermissionScalarWhereWithAggregatesInput, z.ZodTypeDef, Prisma.EmployeePermissionScalarWhereWithAggregatesInput>>, "many">]>>;
|
|
11622
11520
|
OR: z.ZodOptional<z.ZodArray<z.ZodLazy<z.ZodType<Prisma.EmployeePermissionScalarWhereWithAggregatesInput, z.ZodTypeDef, Prisma.EmployeePermissionScalarWhereWithAggregatesInput>>, "many">>;
|
|
11623
11521
|
NOT: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.EmployeePermissionScalarWhereWithAggregatesInput, z.ZodTypeDef, Prisma.EmployeePermissionScalarWhereWithAggregatesInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.EmployeePermissionScalarWhereWithAggregatesInput, z.ZodTypeDef, Prisma.EmployeePermissionScalarWhereWithAggregatesInput>>, "many">]>>;
|
|
11624
|
-
id: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.
|
|
11522
|
+
id: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.IntWithAggregatesFilter<never>, z.ZodTypeDef, Prisma.IntWithAggregatesFilter<never>>>, z.ZodNumber]>>;
|
|
11625
11523
|
name: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.StringWithAggregatesFilter<never>, z.ZodTypeDef, Prisma.StringWithAggregatesFilter<never>>>, z.ZodString]>>;
|
|
11626
11524
|
updatedAt: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.DateTimeWithAggregatesFilter<never>, z.ZodTypeDef, Prisma.DateTimeWithAggregatesFilter<never>>>, z.ZodDate]>>;
|
|
11627
11525
|
}, "strict", z.ZodTypeAny, {
|
|
11628
|
-
id?:
|
|
11526
|
+
id?: number | Prisma.IntWithAggregatesFilter<never> | undefined;
|
|
11629
11527
|
updatedAt?: Date | Prisma.DateTimeWithAggregatesFilter<never> | undefined;
|
|
11630
11528
|
name?: string | Prisma.StringWithAggregatesFilter<never> | undefined;
|
|
11631
11529
|
AND?: Prisma.EmployeePermissionScalarWhereWithAggregatesInput | Prisma.EmployeePermissionScalarWhereWithAggregatesInput[] | undefined;
|
|
11632
11530
|
OR?: Prisma.EmployeePermissionScalarWhereWithAggregatesInput[] | undefined;
|
|
11633
11531
|
NOT?: Prisma.EmployeePermissionScalarWhereWithAggregatesInput | Prisma.EmployeePermissionScalarWhereWithAggregatesInput[] | undefined;
|
|
11634
11532
|
}, {
|
|
11635
|
-
id?:
|
|
11533
|
+
id?: number | Prisma.IntWithAggregatesFilter<never> | undefined;
|
|
11636
11534
|
updatedAt?: Date | Prisma.DateTimeWithAggregatesFilter<never> | undefined;
|
|
11637
11535
|
name?: string | Prisma.StringWithAggregatesFilter<never> | undefined;
|
|
11638
11536
|
AND?: Prisma.EmployeePermissionScalarWhereWithAggregatesInput | Prisma.EmployeePermissionScalarWhereWithAggregatesInput[] | undefined;
|
|
@@ -11691,47 +11589,47 @@ declare const EmployeePermissionSumOrderByAggregateInputObjectZodSchema: z.ZodOb
|
|
|
11691
11589
|
|
|
11692
11590
|
declare const EmployeePermissionUncheckedCreateInputObjectSchema: z.ZodType<Prisma.EmployeePermissionUncheckedCreateInput>;
|
|
11693
11591
|
declare const EmployeePermissionUncheckedCreateInputObjectZodSchema: z.ZodObject<{
|
|
11694
|
-
id: z.ZodOptional<z.
|
|
11592
|
+
id: z.ZodOptional<z.ZodNumber>;
|
|
11695
11593
|
name: z.ZodString;
|
|
11696
11594
|
rolePermissions: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.EmployeeRolePermissionUncheckedCreateNestedManyWithoutEmployeePermissionInput, z.ZodTypeDef, Prisma.EmployeeRolePermissionUncheckedCreateNestedManyWithoutEmployeePermissionInput>>>;
|
|
11697
11595
|
}, "strict", z.ZodTypeAny, {
|
|
11698
11596
|
name: string;
|
|
11699
|
-
id?:
|
|
11597
|
+
id?: number | undefined;
|
|
11700
11598
|
rolePermissions?: Prisma.EmployeeRolePermissionUncheckedCreateNestedManyWithoutEmployeePermissionInput | undefined;
|
|
11701
11599
|
}, {
|
|
11702
11600
|
name: string;
|
|
11703
|
-
id?:
|
|
11601
|
+
id?: number | undefined;
|
|
11704
11602
|
rolePermissions?: Prisma.EmployeeRolePermissionUncheckedCreateNestedManyWithoutEmployeePermissionInput | undefined;
|
|
11705
11603
|
}>;
|
|
11706
11604
|
|
|
11707
11605
|
declare const EmployeePermissionUncheckedCreateWithoutRolePermissionsInputObjectSchema: z.ZodType<Prisma.EmployeePermissionUncheckedCreateWithoutRolePermissionsInput>;
|
|
11708
11606
|
declare const EmployeePermissionUncheckedCreateWithoutRolePermissionsInputObjectZodSchema: z.ZodObject<{
|
|
11709
|
-
id: z.ZodOptional<z.
|
|
11607
|
+
id: z.ZodOptional<z.ZodNumber>;
|
|
11710
11608
|
name: z.ZodString;
|
|
11711
11609
|
updatedAt: z.ZodOptional<z.ZodDate>;
|
|
11712
11610
|
}, "strict", z.ZodTypeAny, {
|
|
11713
11611
|
name: string;
|
|
11714
|
-
id?:
|
|
11612
|
+
id?: number | undefined;
|
|
11715
11613
|
updatedAt?: Date | undefined;
|
|
11716
11614
|
}, {
|
|
11717
11615
|
name: string;
|
|
11718
|
-
id?:
|
|
11616
|
+
id?: number | undefined;
|
|
11719
11617
|
updatedAt?: Date | undefined;
|
|
11720
11618
|
}>;
|
|
11721
11619
|
|
|
11722
11620
|
declare const EmployeePermissionUncheckedUpdateInputObjectSchema: z.ZodType<Prisma.EmployeePermissionUncheckedUpdateInput>;
|
|
11723
11621
|
declare const EmployeePermissionUncheckedUpdateInputObjectZodSchema: z.ZodObject<{
|
|
11724
|
-
id: z.ZodOptional<z.ZodUnion<[z.
|
|
11622
|
+
id: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodLazy<z.ZodType<Prisma.IntFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.IntFieldUpdateOperationsInput>>]>>;
|
|
11725
11623
|
name: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodLazy<z.ZodType<Prisma.StringFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.StringFieldUpdateOperationsInput>>]>>;
|
|
11726
11624
|
updatedAt: z.ZodOptional<z.ZodUnion<[z.ZodDate, z.ZodLazy<z.ZodType<Prisma.DateTimeFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.DateTimeFieldUpdateOperationsInput>>]>>;
|
|
11727
11625
|
rolePermissions: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.EmployeeRolePermissionUncheckedUpdateManyWithoutEmployeePermissionNestedInput, z.ZodTypeDef, Prisma.EmployeeRolePermissionUncheckedUpdateManyWithoutEmployeePermissionNestedInput>>>;
|
|
11728
11626
|
}, "strict", z.ZodTypeAny, {
|
|
11729
|
-
id?:
|
|
11627
|
+
id?: number | Prisma.IntFieldUpdateOperationsInput | undefined;
|
|
11730
11628
|
updatedAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined;
|
|
11731
11629
|
name?: string | Prisma.StringFieldUpdateOperationsInput | undefined;
|
|
11732
11630
|
rolePermissions?: Prisma.EmployeeRolePermissionUncheckedUpdateManyWithoutEmployeePermissionNestedInput | undefined;
|
|
11733
11631
|
}, {
|
|
11734
|
-
id?:
|
|
11632
|
+
id?: number | Prisma.IntFieldUpdateOperationsInput | undefined;
|
|
11735
11633
|
updatedAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined;
|
|
11736
11634
|
name?: string | Prisma.StringFieldUpdateOperationsInput | undefined;
|
|
11737
11635
|
rolePermissions?: Prisma.EmployeeRolePermissionUncheckedUpdateManyWithoutEmployeePermissionNestedInput | undefined;
|
|
@@ -11739,47 +11637,44 @@ declare const EmployeePermissionUncheckedUpdateInputObjectZodSchema: z.ZodObject
|
|
|
11739
11637
|
|
|
11740
11638
|
declare const EmployeePermissionUncheckedUpdateManyInputObjectSchema: z.ZodType<Prisma.EmployeePermissionUncheckedUpdateManyInput>;
|
|
11741
11639
|
declare const EmployeePermissionUncheckedUpdateManyInputObjectZodSchema: z.ZodObject<{
|
|
11742
|
-
id: z.ZodOptional<z.ZodUnion<[z.
|
|
11640
|
+
id: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodLazy<z.ZodType<Prisma.IntFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.IntFieldUpdateOperationsInput>>]>>;
|
|
11743
11641
|
name: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodLazy<z.ZodType<Prisma.StringFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.StringFieldUpdateOperationsInput>>]>>;
|
|
11744
11642
|
updatedAt: z.ZodOptional<z.ZodUnion<[z.ZodDate, z.ZodLazy<z.ZodType<Prisma.DateTimeFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.DateTimeFieldUpdateOperationsInput>>]>>;
|
|
11745
11643
|
}, "strict", z.ZodTypeAny, {
|
|
11746
|
-
id?:
|
|
11644
|
+
id?: number | Prisma.IntFieldUpdateOperationsInput | undefined;
|
|
11747
11645
|
updatedAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined;
|
|
11748
11646
|
name?: string | Prisma.StringFieldUpdateOperationsInput | undefined;
|
|
11749
11647
|
}, {
|
|
11750
|
-
id?:
|
|
11648
|
+
id?: number | Prisma.IntFieldUpdateOperationsInput | undefined;
|
|
11751
11649
|
updatedAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined;
|
|
11752
11650
|
name?: string | Prisma.StringFieldUpdateOperationsInput | undefined;
|
|
11753
11651
|
}>;
|
|
11754
11652
|
|
|
11755
11653
|
declare const EmployeePermissionUncheckedUpdateWithoutRolePermissionsInputObjectSchema: z.ZodType<Prisma.EmployeePermissionUncheckedUpdateWithoutRolePermissionsInput>;
|
|
11756
11654
|
declare const EmployeePermissionUncheckedUpdateWithoutRolePermissionsInputObjectZodSchema: z.ZodObject<{
|
|
11757
|
-
id: z.ZodOptional<z.ZodUnion<[z.
|
|
11655
|
+
id: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodLazy<z.ZodType<Prisma.IntFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.IntFieldUpdateOperationsInput>>]>>;
|
|
11758
11656
|
name: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodLazy<z.ZodType<Prisma.StringFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.StringFieldUpdateOperationsInput>>]>>;
|
|
11759
11657
|
updatedAt: z.ZodOptional<z.ZodUnion<[z.ZodDate, z.ZodLazy<z.ZodType<Prisma.DateTimeFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.DateTimeFieldUpdateOperationsInput>>]>>;
|
|
11760
11658
|
}, "strict", z.ZodTypeAny, {
|
|
11761
|
-
id?:
|
|
11659
|
+
id?: number | Prisma.IntFieldUpdateOperationsInput | undefined;
|
|
11762
11660
|
updatedAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined;
|
|
11763
11661
|
name?: string | Prisma.StringFieldUpdateOperationsInput | undefined;
|
|
11764
11662
|
}, {
|
|
11765
|
-
id?:
|
|
11663
|
+
id?: number | Prisma.IntFieldUpdateOperationsInput | undefined;
|
|
11766
11664
|
updatedAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined;
|
|
11767
11665
|
name?: string | Prisma.StringFieldUpdateOperationsInput | undefined;
|
|
11768
11666
|
}>;
|
|
11769
11667
|
|
|
11770
11668
|
declare const EmployeePermissionUpdateInputObjectSchema: z.ZodType<Prisma.EmployeePermissionUpdateInput>;
|
|
11771
11669
|
declare const EmployeePermissionUpdateInputObjectZodSchema: z.ZodObject<{
|
|
11772
|
-
id: z.ZodOptional<z.ZodUnion<[z.ZodBigInt, z.ZodLazy<z.ZodType<Prisma.BigIntFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.BigIntFieldUpdateOperationsInput>>]>>;
|
|
11773
11670
|
name: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodLazy<z.ZodType<Prisma.StringFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.StringFieldUpdateOperationsInput>>]>>;
|
|
11774
11671
|
updatedAt: z.ZodOptional<z.ZodUnion<[z.ZodDate, z.ZodLazy<z.ZodType<Prisma.DateTimeFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.DateTimeFieldUpdateOperationsInput>>]>>;
|
|
11775
11672
|
rolePermissions: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.EmployeeRolePermissionUpdateManyWithoutEmployeePermissionNestedInput, z.ZodTypeDef, Prisma.EmployeeRolePermissionUpdateManyWithoutEmployeePermissionNestedInput>>>;
|
|
11776
11673
|
}, "strict", z.ZodTypeAny, {
|
|
11777
|
-
id?: bigint | Prisma.BigIntFieldUpdateOperationsInput | undefined;
|
|
11778
11674
|
updatedAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined;
|
|
11779
11675
|
name?: string | Prisma.StringFieldUpdateOperationsInput | undefined;
|
|
11780
11676
|
rolePermissions?: Prisma.EmployeeRolePermissionUpdateManyWithoutEmployeePermissionNestedInput | undefined;
|
|
11781
11677
|
}, {
|
|
11782
|
-
id?: bigint | Prisma.BigIntFieldUpdateOperationsInput | undefined;
|
|
11783
11678
|
updatedAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined;
|
|
11784
11679
|
name?: string | Prisma.StringFieldUpdateOperationsInput | undefined;
|
|
11785
11680
|
rolePermissions?: Prisma.EmployeeRolePermissionUpdateManyWithoutEmployeePermissionNestedInput | undefined;
|
|
@@ -11787,15 +11682,12 @@ declare const EmployeePermissionUpdateInputObjectZodSchema: z.ZodObject<{
|
|
|
11787
11682
|
|
|
11788
11683
|
declare const EmployeePermissionUpdateManyMutationInputObjectSchema: z.ZodType<Prisma.EmployeePermissionUpdateManyMutationInput>;
|
|
11789
11684
|
declare const EmployeePermissionUpdateManyMutationInputObjectZodSchema: z.ZodObject<{
|
|
11790
|
-
id: z.ZodOptional<z.ZodUnion<[z.ZodBigInt, z.ZodLazy<z.ZodType<Prisma.BigIntFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.BigIntFieldUpdateOperationsInput>>]>>;
|
|
11791
11685
|
name: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodLazy<z.ZodType<Prisma.StringFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.StringFieldUpdateOperationsInput>>]>>;
|
|
11792
11686
|
updatedAt: z.ZodOptional<z.ZodUnion<[z.ZodDate, z.ZodLazy<z.ZodType<Prisma.DateTimeFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.DateTimeFieldUpdateOperationsInput>>]>>;
|
|
11793
11687
|
}, "strict", z.ZodTypeAny, {
|
|
11794
|
-
id?: bigint | Prisma.BigIntFieldUpdateOperationsInput | undefined;
|
|
11795
11688
|
updatedAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined;
|
|
11796
11689
|
name?: string | Prisma.StringFieldUpdateOperationsInput | undefined;
|
|
11797
11690
|
}, {
|
|
11798
|
-
id?: bigint | Prisma.BigIntFieldUpdateOperationsInput | undefined;
|
|
11799
11691
|
updatedAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined;
|
|
11800
11692
|
name?: string | Prisma.StringFieldUpdateOperationsInput | undefined;
|
|
11801
11693
|
}>;
|
|
@@ -11835,15 +11727,12 @@ declare const EmployeePermissionUpdateToOneWithWhereWithoutRolePermissionsInputO
|
|
|
11835
11727
|
|
|
11836
11728
|
declare const EmployeePermissionUpdateWithoutRolePermissionsInputObjectSchema: z.ZodType<Prisma.EmployeePermissionUpdateWithoutRolePermissionsInput>;
|
|
11837
11729
|
declare const EmployeePermissionUpdateWithoutRolePermissionsInputObjectZodSchema: z.ZodObject<{
|
|
11838
|
-
id: z.ZodOptional<z.ZodUnion<[z.ZodBigInt, z.ZodLazy<z.ZodType<Prisma.BigIntFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.BigIntFieldUpdateOperationsInput>>]>>;
|
|
11839
11730
|
name: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodLazy<z.ZodType<Prisma.StringFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.StringFieldUpdateOperationsInput>>]>>;
|
|
11840
11731
|
updatedAt: z.ZodOptional<z.ZodUnion<[z.ZodDate, z.ZodLazy<z.ZodType<Prisma.DateTimeFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.DateTimeFieldUpdateOperationsInput>>]>>;
|
|
11841
11732
|
}, "strict", z.ZodTypeAny, {
|
|
11842
|
-
id?: bigint | Prisma.BigIntFieldUpdateOperationsInput | undefined;
|
|
11843
11733
|
updatedAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined;
|
|
11844
11734
|
name?: string | Prisma.StringFieldUpdateOperationsInput | undefined;
|
|
11845
11735
|
}, {
|
|
11846
|
-
id?: bigint | Prisma.BigIntFieldUpdateOperationsInput | undefined;
|
|
11847
11736
|
updatedAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined;
|
|
11848
11737
|
name?: string | Prisma.StringFieldUpdateOperationsInput | undefined;
|
|
11849
11738
|
}>;
|
|
@@ -11868,12 +11757,12 @@ declare const EmployeePermissionWhereInputObjectZodSchema: z.ZodObject<{
|
|
|
11868
11757
|
AND: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.EmployeePermissionWhereInput, z.ZodTypeDef, Prisma.EmployeePermissionWhereInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.EmployeePermissionWhereInput, z.ZodTypeDef, Prisma.EmployeePermissionWhereInput>>, "many">]>>;
|
|
11869
11758
|
OR: z.ZodOptional<z.ZodArray<z.ZodLazy<z.ZodType<Prisma.EmployeePermissionWhereInput, z.ZodTypeDef, Prisma.EmployeePermissionWhereInput>>, "many">>;
|
|
11870
11759
|
NOT: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.EmployeePermissionWhereInput, z.ZodTypeDef, Prisma.EmployeePermissionWhereInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.EmployeePermissionWhereInput, z.ZodTypeDef, Prisma.EmployeePermissionWhereInput>>, "many">]>>;
|
|
11871
|
-
id: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.
|
|
11760
|
+
id: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.IntFilter<never>, z.ZodTypeDef, Prisma.IntFilter<never>>>, z.ZodNumber]>>;
|
|
11872
11761
|
name: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.StringFilter<never>, z.ZodTypeDef, Prisma.StringFilter<never>>>, z.ZodString]>>;
|
|
11873
11762
|
updatedAt: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.DateTimeFilter<never>, z.ZodTypeDef, Prisma.DateTimeFilter<never>>>, z.ZodDate]>>;
|
|
11874
11763
|
rolePermissions: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.EmployeeRolePermissionListRelationFilter, z.ZodTypeDef, Prisma.EmployeeRolePermissionListRelationFilter>>>;
|
|
11875
11764
|
}, "strict", z.ZodTypeAny, {
|
|
11876
|
-
id?:
|
|
11765
|
+
id?: number | Prisma.IntFilter<never> | undefined;
|
|
11877
11766
|
updatedAt?: Date | Prisma.DateTimeFilter<never> | undefined;
|
|
11878
11767
|
name?: string | Prisma.StringFilter<never> | undefined;
|
|
11879
11768
|
AND?: Prisma.EmployeePermissionWhereInput | Prisma.EmployeePermissionWhereInput[] | undefined;
|
|
@@ -11881,7 +11770,7 @@ declare const EmployeePermissionWhereInputObjectZodSchema: z.ZodObject<{
|
|
|
11881
11770
|
NOT?: Prisma.EmployeePermissionWhereInput | Prisma.EmployeePermissionWhereInput[] | undefined;
|
|
11882
11771
|
rolePermissions?: Prisma.EmployeeRolePermissionListRelationFilter | undefined;
|
|
11883
11772
|
}, {
|
|
11884
|
-
id?:
|
|
11773
|
+
id?: number | Prisma.IntFilter<never> | undefined;
|
|
11885
11774
|
updatedAt?: Date | Prisma.DateTimeFilter<never> | undefined;
|
|
11886
11775
|
name?: string | Prisma.StringFilter<never> | undefined;
|
|
11887
11776
|
AND?: Prisma.EmployeePermissionWhereInput | Prisma.EmployeePermissionWhereInput[] | undefined;
|
|
@@ -11892,13 +11781,13 @@ declare const EmployeePermissionWhereInputObjectZodSchema: z.ZodObject<{
|
|
|
11892
11781
|
|
|
11893
11782
|
declare const EmployeePermissionWhereUniqueInputObjectSchema: z.ZodType<Prisma.EmployeePermissionWhereUniqueInput>;
|
|
11894
11783
|
declare const EmployeePermissionWhereUniqueInputObjectZodSchema: z.ZodObject<{
|
|
11895
|
-
id: z.ZodOptional<z.
|
|
11784
|
+
id: z.ZodOptional<z.ZodNumber>;
|
|
11896
11785
|
name: z.ZodOptional<z.ZodString>;
|
|
11897
11786
|
}, "strict", z.ZodTypeAny, {
|
|
11898
|
-
id?:
|
|
11787
|
+
id?: number | undefined;
|
|
11899
11788
|
name?: string | undefined;
|
|
11900
11789
|
}, {
|
|
11901
|
-
id?:
|
|
11790
|
+
id?: number | undefined;
|
|
11902
11791
|
name?: string | undefined;
|
|
11903
11792
|
}>;
|
|
11904
11793
|
|
|
@@ -12009,31 +11898,28 @@ declare const EmployeeRoleAssignmentCountOrderByAggregateInputObjectZodSchema: z
|
|
|
12009
11898
|
|
|
12010
11899
|
declare const EmployeeRoleAssignmentCreateInputObjectSchema: z.ZodType<Prisma.EmployeeRoleAssignmentCreateInput>;
|
|
12011
11900
|
declare const EmployeeRoleAssignmentCreateInputObjectZodSchema: z.ZodObject<{
|
|
12012
|
-
id: z.ZodOptional<z.ZodBigInt>;
|
|
12013
11901
|
employee: z.ZodLazy<z.ZodType<Prisma.EmployeeCreateNestedOneWithoutRoleAssignmentsInput, z.ZodTypeDef, Prisma.EmployeeCreateNestedOneWithoutRoleAssignmentsInput>>;
|
|
12014
11902
|
employeeRole: z.ZodLazy<z.ZodType<Prisma.EmployeeRoleCreateNestedOneWithoutAssignmentsInput, z.ZodTypeDef, Prisma.EmployeeRoleCreateNestedOneWithoutAssignmentsInput>>;
|
|
12015
11903
|
}, "strict", z.ZodTypeAny, {
|
|
12016
11904
|
employeeRole: Prisma.EmployeeRoleCreateNestedOneWithoutAssignmentsInput;
|
|
12017
11905
|
employee: Prisma.EmployeeCreateNestedOneWithoutRoleAssignmentsInput;
|
|
12018
|
-
id?: bigint | undefined;
|
|
12019
11906
|
}, {
|
|
12020
11907
|
employeeRole: Prisma.EmployeeRoleCreateNestedOneWithoutAssignmentsInput;
|
|
12021
11908
|
employee: Prisma.EmployeeCreateNestedOneWithoutRoleAssignmentsInput;
|
|
12022
|
-
id?: bigint | undefined;
|
|
12023
11909
|
}>;
|
|
12024
11910
|
|
|
12025
11911
|
declare const EmployeeRoleAssignmentCreateManyEmployeeInputObjectSchema: z.ZodType<Prisma.EmployeeRoleAssignmentCreateManyEmployeeInput>;
|
|
12026
11912
|
declare const EmployeeRoleAssignmentCreateManyEmployeeInputObjectZodSchema: z.ZodObject<{
|
|
12027
|
-
id: z.ZodOptional<z.
|
|
12028
|
-
employeeRoleId: z.
|
|
11913
|
+
id: z.ZodOptional<z.ZodNumber>;
|
|
11914
|
+
employeeRoleId: z.ZodNumber;
|
|
12029
11915
|
updatedAt: z.ZodOptional<z.ZodDate>;
|
|
12030
11916
|
}, "strict", z.ZodTypeAny, {
|
|
12031
|
-
employeeRoleId:
|
|
12032
|
-
id?:
|
|
11917
|
+
employeeRoleId: number;
|
|
11918
|
+
id?: number | undefined;
|
|
12033
11919
|
updatedAt?: Date | undefined;
|
|
12034
11920
|
}, {
|
|
12035
|
-
employeeRoleId:
|
|
12036
|
-
id?:
|
|
11921
|
+
employeeRoleId: number;
|
|
11922
|
+
id?: number | undefined;
|
|
12037
11923
|
updatedAt?: Date | undefined;
|
|
12038
11924
|
}>;
|
|
12039
11925
|
|
|
@@ -12051,16 +11937,16 @@ declare const EmployeeRoleAssignmentCreateManyEmployeeInputEnvelopeObjectZodSche
|
|
|
12051
11937
|
|
|
12052
11938
|
declare const EmployeeRoleAssignmentCreateManyEmployeeRoleInputObjectSchema: z.ZodType<Prisma.EmployeeRoleAssignmentCreateManyEmployeeRoleInput>;
|
|
12053
11939
|
declare const EmployeeRoleAssignmentCreateManyEmployeeRoleInputObjectZodSchema: z.ZodObject<{
|
|
12054
|
-
id: z.ZodOptional<z.
|
|
11940
|
+
id: z.ZodOptional<z.ZodNumber>;
|
|
12055
11941
|
employeeId: z.ZodString;
|
|
12056
11942
|
updatedAt: z.ZodOptional<z.ZodDate>;
|
|
12057
11943
|
}, "strict", z.ZodTypeAny, {
|
|
12058
11944
|
employeeId: string;
|
|
12059
|
-
id?:
|
|
11945
|
+
id?: number | undefined;
|
|
12060
11946
|
updatedAt?: Date | undefined;
|
|
12061
11947
|
}, {
|
|
12062
11948
|
employeeId: string;
|
|
12063
|
-
id?:
|
|
11949
|
+
id?: number | undefined;
|
|
12064
11950
|
updatedAt?: Date | undefined;
|
|
12065
11951
|
}>;
|
|
12066
11952
|
|
|
@@ -12078,19 +11964,19 @@ declare const EmployeeRoleAssignmentCreateManyEmployeeRoleInputEnvelopeObjectZod
|
|
|
12078
11964
|
|
|
12079
11965
|
declare const EmployeeRoleAssignmentCreateManyInputObjectSchema: z.ZodType<Prisma.EmployeeRoleAssignmentCreateManyInput>;
|
|
12080
11966
|
declare const EmployeeRoleAssignmentCreateManyInputObjectZodSchema: z.ZodObject<{
|
|
12081
|
-
id: z.ZodOptional<z.
|
|
11967
|
+
id: z.ZodOptional<z.ZodNumber>;
|
|
12082
11968
|
employeeId: z.ZodString;
|
|
12083
|
-
employeeRoleId: z.
|
|
11969
|
+
employeeRoleId: z.ZodNumber;
|
|
12084
11970
|
updatedAt: z.ZodOptional<z.ZodDate>;
|
|
12085
11971
|
}, "strict", z.ZodTypeAny, {
|
|
12086
11972
|
employeeId: string;
|
|
12087
|
-
employeeRoleId:
|
|
12088
|
-
id?:
|
|
11973
|
+
employeeRoleId: number;
|
|
11974
|
+
id?: number | undefined;
|
|
12089
11975
|
updatedAt?: Date | undefined;
|
|
12090
11976
|
}, {
|
|
12091
11977
|
employeeId: string;
|
|
12092
|
-
employeeRoleId:
|
|
12093
|
-
id?:
|
|
11978
|
+
employeeRoleId: number;
|
|
11979
|
+
id?: number | undefined;
|
|
12094
11980
|
updatedAt?: Date | undefined;
|
|
12095
11981
|
}>;
|
|
12096
11982
|
|
|
@@ -12156,44 +12042,38 @@ declare const EmployeeRoleAssignmentCreateOrConnectWithoutEmployeeRoleInputObjec
|
|
|
12156
12042
|
|
|
12157
12043
|
declare const EmployeeRoleAssignmentCreateWithoutEmployeeInputObjectSchema: z.ZodType<Prisma.EmployeeRoleAssignmentCreateWithoutEmployeeInput>;
|
|
12158
12044
|
declare const EmployeeRoleAssignmentCreateWithoutEmployeeInputObjectZodSchema: z.ZodObject<{
|
|
12159
|
-
id: z.ZodOptional<z.ZodBigInt>;
|
|
12160
12045
|
updatedAt: z.ZodOptional<z.ZodDate>;
|
|
12161
12046
|
employeeRole: z.ZodLazy<z.ZodType<Prisma.EmployeeRoleCreateNestedOneWithoutAssignmentsInput, z.ZodTypeDef, Prisma.EmployeeRoleCreateNestedOneWithoutAssignmentsInput>>;
|
|
12162
12047
|
}, "strict", z.ZodTypeAny, {
|
|
12163
12048
|
employeeRole: Prisma.EmployeeRoleCreateNestedOneWithoutAssignmentsInput;
|
|
12164
|
-
id?: bigint | undefined;
|
|
12165
12049
|
updatedAt?: Date | undefined;
|
|
12166
12050
|
}, {
|
|
12167
12051
|
employeeRole: Prisma.EmployeeRoleCreateNestedOneWithoutAssignmentsInput;
|
|
12168
|
-
id?: bigint | undefined;
|
|
12169
12052
|
updatedAt?: Date | undefined;
|
|
12170
12053
|
}>;
|
|
12171
12054
|
|
|
12172
12055
|
declare const EmployeeRoleAssignmentCreateWithoutEmployeeRoleInputObjectSchema: z.ZodType<Prisma.EmployeeRoleAssignmentCreateWithoutEmployeeRoleInput>;
|
|
12173
12056
|
declare const EmployeeRoleAssignmentCreateWithoutEmployeeRoleInputObjectZodSchema: z.ZodObject<{
|
|
12174
|
-
id: z.ZodOptional<z.ZodBigInt>;
|
|
12175
12057
|
updatedAt: z.ZodOptional<z.ZodDate>;
|
|
12176
12058
|
employee: z.ZodLazy<z.ZodType<Prisma.EmployeeCreateNestedOneWithoutRoleAssignmentsInput, z.ZodTypeDef, Prisma.EmployeeCreateNestedOneWithoutRoleAssignmentsInput>>;
|
|
12177
12059
|
}, "strict", z.ZodTypeAny, {
|
|
12178
12060
|
employee: Prisma.EmployeeCreateNestedOneWithoutRoleAssignmentsInput;
|
|
12179
|
-
id?: bigint | undefined;
|
|
12180
12061
|
updatedAt?: Date | undefined;
|
|
12181
12062
|
}, {
|
|
12182
12063
|
employee: Prisma.EmployeeCreateNestedOneWithoutRoleAssignmentsInput;
|
|
12183
|
-
id?: bigint | undefined;
|
|
12184
12064
|
updatedAt?: Date | undefined;
|
|
12185
12065
|
}>;
|
|
12186
12066
|
|
|
12187
12067
|
declare const EmployeeRoleAssignmentEmployeeIdEmployeeRoleIdCompoundUniqueInputObjectSchema: z.ZodType<Prisma.EmployeeRoleAssignmentEmployeeIdEmployeeRoleIdCompoundUniqueInput>;
|
|
12188
12068
|
declare const EmployeeRoleAssignmentEmployeeIdEmployeeRoleIdCompoundUniqueInputObjectZodSchema: z.ZodObject<{
|
|
12189
12069
|
employeeId: z.ZodString;
|
|
12190
|
-
employeeRoleId: z.
|
|
12070
|
+
employeeRoleId: z.ZodNumber;
|
|
12191
12071
|
}, "strict", z.ZodTypeAny, {
|
|
12192
12072
|
employeeId: string;
|
|
12193
|
-
employeeRoleId:
|
|
12073
|
+
employeeRoleId: number;
|
|
12194
12074
|
}, {
|
|
12195
12075
|
employeeId: string;
|
|
12196
|
-
employeeRoleId:
|
|
12076
|
+
employeeRoleId: number;
|
|
12197
12077
|
}>;
|
|
12198
12078
|
|
|
12199
12079
|
declare const EmployeeRoleAssignmentIncludeObjectSchema: z.ZodType<Prisma.EmployeeRoleAssignmentInclude>;
|
|
@@ -12396,23 +12276,23 @@ declare const EmployeeRoleAssignmentScalarWhereInputObjectZodSchema: z.ZodObject
|
|
|
12396
12276
|
AND: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.EmployeeRoleAssignmentScalarWhereInput, z.ZodTypeDef, Prisma.EmployeeRoleAssignmentScalarWhereInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.EmployeeRoleAssignmentScalarWhereInput, z.ZodTypeDef, Prisma.EmployeeRoleAssignmentScalarWhereInput>>, "many">]>>;
|
|
12397
12277
|
OR: z.ZodOptional<z.ZodArray<z.ZodLazy<z.ZodType<Prisma.EmployeeRoleAssignmentScalarWhereInput, z.ZodTypeDef, Prisma.EmployeeRoleAssignmentScalarWhereInput>>, "many">>;
|
|
12398
12278
|
NOT: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.EmployeeRoleAssignmentScalarWhereInput, z.ZodTypeDef, Prisma.EmployeeRoleAssignmentScalarWhereInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.EmployeeRoleAssignmentScalarWhereInput, z.ZodTypeDef, Prisma.EmployeeRoleAssignmentScalarWhereInput>>, "many">]>>;
|
|
12399
|
-
id: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.
|
|
12279
|
+
id: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.IntFilter<never>, z.ZodTypeDef, Prisma.IntFilter<never>>>, z.ZodNumber]>>;
|
|
12400
12280
|
employeeId: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.UuidFilter<never>, z.ZodTypeDef, Prisma.UuidFilter<never>>>, z.ZodString]>>;
|
|
12401
|
-
employeeRoleId: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.
|
|
12281
|
+
employeeRoleId: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.IntFilter<never>, z.ZodTypeDef, Prisma.IntFilter<never>>>, z.ZodNumber]>>;
|
|
12402
12282
|
updatedAt: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.DateTimeFilter<never>, z.ZodTypeDef, Prisma.DateTimeFilter<never>>>, z.ZodDate]>>;
|
|
12403
12283
|
}, "strict", z.ZodTypeAny, {
|
|
12404
|
-
id?:
|
|
12284
|
+
id?: number | Prisma.IntFilter<never> | undefined;
|
|
12405
12285
|
updatedAt?: Date | Prisma.DateTimeFilter<never> | undefined;
|
|
12406
12286
|
employeeId?: string | Prisma.UuidFilter<never> | undefined;
|
|
12407
|
-
employeeRoleId?:
|
|
12287
|
+
employeeRoleId?: number | Prisma.IntFilter<never> | undefined;
|
|
12408
12288
|
AND?: Prisma.EmployeeRoleAssignmentScalarWhereInput | Prisma.EmployeeRoleAssignmentScalarWhereInput[] | undefined;
|
|
12409
12289
|
OR?: Prisma.EmployeeRoleAssignmentScalarWhereInput[] | undefined;
|
|
12410
12290
|
NOT?: Prisma.EmployeeRoleAssignmentScalarWhereInput | Prisma.EmployeeRoleAssignmentScalarWhereInput[] | undefined;
|
|
12411
12291
|
}, {
|
|
12412
|
-
id?:
|
|
12292
|
+
id?: number | Prisma.IntFilter<never> | undefined;
|
|
12413
12293
|
updatedAt?: Date | Prisma.DateTimeFilter<never> | undefined;
|
|
12414
12294
|
employeeId?: string | Prisma.UuidFilter<never> | undefined;
|
|
12415
|
-
employeeRoleId?:
|
|
12295
|
+
employeeRoleId?: number | Prisma.IntFilter<never> | undefined;
|
|
12416
12296
|
AND?: Prisma.EmployeeRoleAssignmentScalarWhereInput | Prisma.EmployeeRoleAssignmentScalarWhereInput[] | undefined;
|
|
12417
12297
|
OR?: Prisma.EmployeeRoleAssignmentScalarWhereInput[] | undefined;
|
|
12418
12298
|
NOT?: Prisma.EmployeeRoleAssignmentScalarWhereInput | Prisma.EmployeeRoleAssignmentScalarWhereInput[] | undefined;
|
|
@@ -12423,23 +12303,23 @@ declare const EmployeeRoleAssignmentScalarWhereWithAggregatesInputObjectZodSchem
|
|
|
12423
12303
|
AND: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.EmployeeRoleAssignmentScalarWhereWithAggregatesInput, z.ZodTypeDef, Prisma.EmployeeRoleAssignmentScalarWhereWithAggregatesInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.EmployeeRoleAssignmentScalarWhereWithAggregatesInput, z.ZodTypeDef, Prisma.EmployeeRoleAssignmentScalarWhereWithAggregatesInput>>, "many">]>>;
|
|
12424
12304
|
OR: z.ZodOptional<z.ZodArray<z.ZodLazy<z.ZodType<Prisma.EmployeeRoleAssignmentScalarWhereWithAggregatesInput, z.ZodTypeDef, Prisma.EmployeeRoleAssignmentScalarWhereWithAggregatesInput>>, "many">>;
|
|
12425
12305
|
NOT: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.EmployeeRoleAssignmentScalarWhereWithAggregatesInput, z.ZodTypeDef, Prisma.EmployeeRoleAssignmentScalarWhereWithAggregatesInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.EmployeeRoleAssignmentScalarWhereWithAggregatesInput, z.ZodTypeDef, Prisma.EmployeeRoleAssignmentScalarWhereWithAggregatesInput>>, "many">]>>;
|
|
12426
|
-
id: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.
|
|
12306
|
+
id: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.IntWithAggregatesFilter<never>, z.ZodTypeDef, Prisma.IntWithAggregatesFilter<never>>>, z.ZodNumber]>>;
|
|
12427
12307
|
employeeId: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.UuidWithAggregatesFilter<never>, z.ZodTypeDef, Prisma.UuidWithAggregatesFilter<never>>>, z.ZodString]>>;
|
|
12428
|
-
employeeRoleId: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.
|
|
12308
|
+
employeeRoleId: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.IntWithAggregatesFilter<never>, z.ZodTypeDef, Prisma.IntWithAggregatesFilter<never>>>, z.ZodNumber]>>;
|
|
12429
12309
|
updatedAt: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.DateTimeWithAggregatesFilter<never>, z.ZodTypeDef, Prisma.DateTimeWithAggregatesFilter<never>>>, z.ZodDate]>>;
|
|
12430
12310
|
}, "strict", z.ZodTypeAny, {
|
|
12431
|
-
id?:
|
|
12311
|
+
id?: number | Prisma.IntWithAggregatesFilter<never> | undefined;
|
|
12432
12312
|
updatedAt?: Date | Prisma.DateTimeWithAggregatesFilter<never> | undefined;
|
|
12433
12313
|
employeeId?: string | Prisma.UuidWithAggregatesFilter<never> | undefined;
|
|
12434
|
-
employeeRoleId?:
|
|
12314
|
+
employeeRoleId?: number | Prisma.IntWithAggregatesFilter<never> | undefined;
|
|
12435
12315
|
AND?: Prisma.EmployeeRoleAssignmentScalarWhereWithAggregatesInput | Prisma.EmployeeRoleAssignmentScalarWhereWithAggregatesInput[] | undefined;
|
|
12436
12316
|
OR?: Prisma.EmployeeRoleAssignmentScalarWhereWithAggregatesInput[] | undefined;
|
|
12437
12317
|
NOT?: Prisma.EmployeeRoleAssignmentScalarWhereWithAggregatesInput | Prisma.EmployeeRoleAssignmentScalarWhereWithAggregatesInput[] | undefined;
|
|
12438
12318
|
}, {
|
|
12439
|
-
id?:
|
|
12319
|
+
id?: number | Prisma.IntWithAggregatesFilter<never> | undefined;
|
|
12440
12320
|
updatedAt?: Date | Prisma.DateTimeWithAggregatesFilter<never> | undefined;
|
|
12441
12321
|
employeeId?: string | Prisma.UuidWithAggregatesFilter<never> | undefined;
|
|
12442
|
-
employeeRoleId?:
|
|
12322
|
+
employeeRoleId?: number | Prisma.IntWithAggregatesFilter<never> | undefined;
|
|
12443
12323
|
AND?: Prisma.EmployeeRoleAssignmentScalarWhereWithAggregatesInput | Prisma.EmployeeRoleAssignmentScalarWhereWithAggregatesInput[] | undefined;
|
|
12444
12324
|
OR?: Prisma.EmployeeRoleAssignmentScalarWhereWithAggregatesInput[] | undefined;
|
|
12445
12325
|
NOT?: Prisma.EmployeeRoleAssignmentScalarWhereWithAggregatesInput | Prisma.EmployeeRoleAssignmentScalarWhereWithAggregatesInput[] | undefined;
|
|
@@ -12525,17 +12405,17 @@ declare const EmployeeRoleAssignmentSumOrderByAggregateInputObjectZodSchema: z.Z
|
|
|
12525
12405
|
|
|
12526
12406
|
declare const EmployeeRoleAssignmentUncheckedCreateInputObjectSchema: z.ZodType<Prisma.EmployeeRoleAssignmentUncheckedCreateInput>;
|
|
12527
12407
|
declare const EmployeeRoleAssignmentUncheckedCreateInputObjectZodSchema: z.ZodObject<{
|
|
12528
|
-
id: z.ZodOptional<z.
|
|
12408
|
+
id: z.ZodOptional<z.ZodNumber>;
|
|
12529
12409
|
employeeId: z.ZodString;
|
|
12530
|
-
employeeRoleId: z.
|
|
12410
|
+
employeeRoleId: z.ZodNumber;
|
|
12531
12411
|
}, "strict", z.ZodTypeAny, {
|
|
12532
12412
|
employeeId: string;
|
|
12533
|
-
employeeRoleId:
|
|
12534
|
-
id?:
|
|
12413
|
+
employeeRoleId: number;
|
|
12414
|
+
id?: number | undefined;
|
|
12535
12415
|
}, {
|
|
12536
12416
|
employeeId: string;
|
|
12537
|
-
employeeRoleId:
|
|
12538
|
-
id?:
|
|
12417
|
+
employeeRoleId: number;
|
|
12418
|
+
id?: number | undefined;
|
|
12539
12419
|
}>;
|
|
12540
12420
|
|
|
12541
12421
|
declare const EmployeeRoleAssignmentUncheckedCreateNestedManyWithoutEmployeeInputObjectSchema: z.ZodType<Prisma.EmployeeRoleAssignmentUncheckedCreateNestedManyWithoutEmployeeInput>;
|
|
@@ -12576,83 +12456,83 @@ declare const EmployeeRoleAssignmentUncheckedCreateNestedManyWithoutEmployeeRole
|
|
|
12576
12456
|
|
|
12577
12457
|
declare const EmployeeRoleAssignmentUncheckedCreateWithoutEmployeeInputObjectSchema: z.ZodType<Prisma.EmployeeRoleAssignmentUncheckedCreateWithoutEmployeeInput>;
|
|
12578
12458
|
declare const EmployeeRoleAssignmentUncheckedCreateWithoutEmployeeInputObjectZodSchema: z.ZodObject<{
|
|
12579
|
-
id: z.ZodOptional<z.
|
|
12580
|
-
employeeRoleId: z.
|
|
12459
|
+
id: z.ZodOptional<z.ZodNumber>;
|
|
12460
|
+
employeeRoleId: z.ZodNumber;
|
|
12581
12461
|
updatedAt: z.ZodOptional<z.ZodDate>;
|
|
12582
12462
|
}, "strict", z.ZodTypeAny, {
|
|
12583
|
-
employeeRoleId:
|
|
12584
|
-
id?:
|
|
12463
|
+
employeeRoleId: number;
|
|
12464
|
+
id?: number | undefined;
|
|
12585
12465
|
updatedAt?: Date | undefined;
|
|
12586
12466
|
}, {
|
|
12587
|
-
employeeRoleId:
|
|
12588
|
-
id?:
|
|
12467
|
+
employeeRoleId: number;
|
|
12468
|
+
id?: number | undefined;
|
|
12589
12469
|
updatedAt?: Date | undefined;
|
|
12590
12470
|
}>;
|
|
12591
12471
|
|
|
12592
12472
|
declare const EmployeeRoleAssignmentUncheckedCreateWithoutEmployeeRoleInputObjectSchema: z.ZodType<Prisma.EmployeeRoleAssignmentUncheckedCreateWithoutEmployeeRoleInput>;
|
|
12593
12473
|
declare const EmployeeRoleAssignmentUncheckedCreateWithoutEmployeeRoleInputObjectZodSchema: z.ZodObject<{
|
|
12594
|
-
id: z.ZodOptional<z.
|
|
12474
|
+
id: z.ZodOptional<z.ZodNumber>;
|
|
12595
12475
|
employeeId: z.ZodString;
|
|
12596
12476
|
updatedAt: z.ZodOptional<z.ZodDate>;
|
|
12597
12477
|
}, "strict", z.ZodTypeAny, {
|
|
12598
12478
|
employeeId: string;
|
|
12599
|
-
id?:
|
|
12479
|
+
id?: number | undefined;
|
|
12600
12480
|
updatedAt?: Date | undefined;
|
|
12601
12481
|
}, {
|
|
12602
12482
|
employeeId: string;
|
|
12603
|
-
id?:
|
|
12483
|
+
id?: number | undefined;
|
|
12604
12484
|
updatedAt?: Date | undefined;
|
|
12605
12485
|
}>;
|
|
12606
12486
|
|
|
12607
12487
|
declare const EmployeeRoleAssignmentUncheckedUpdateInputObjectSchema: z.ZodType<Prisma.EmployeeRoleAssignmentUncheckedUpdateInput>;
|
|
12608
12488
|
declare const EmployeeRoleAssignmentUncheckedUpdateInputObjectZodSchema: z.ZodObject<{
|
|
12609
|
-
id: z.ZodOptional<z.ZodUnion<[z.
|
|
12489
|
+
id: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodLazy<z.ZodType<Prisma.IntFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.IntFieldUpdateOperationsInput>>]>>;
|
|
12610
12490
|
employeeId: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodLazy<z.ZodType<Prisma.StringFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.StringFieldUpdateOperationsInput>>]>>;
|
|
12611
|
-
employeeRoleId: z.ZodOptional<z.ZodUnion<[z.
|
|
12491
|
+
employeeRoleId: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodLazy<z.ZodType<Prisma.IntFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.IntFieldUpdateOperationsInput>>]>>;
|
|
12612
12492
|
updatedAt: z.ZodOptional<z.ZodUnion<[z.ZodDate, z.ZodLazy<z.ZodType<Prisma.DateTimeFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.DateTimeFieldUpdateOperationsInput>>]>>;
|
|
12613
12493
|
}, "strict", z.ZodTypeAny, {
|
|
12614
|
-
id?:
|
|
12494
|
+
id?: number | Prisma.IntFieldUpdateOperationsInput | undefined;
|
|
12615
12495
|
updatedAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined;
|
|
12616
12496
|
employeeId?: string | Prisma.StringFieldUpdateOperationsInput | undefined;
|
|
12617
|
-
employeeRoleId?:
|
|
12497
|
+
employeeRoleId?: number | Prisma.IntFieldUpdateOperationsInput | undefined;
|
|
12618
12498
|
}, {
|
|
12619
|
-
id?:
|
|
12499
|
+
id?: number | Prisma.IntFieldUpdateOperationsInput | undefined;
|
|
12620
12500
|
updatedAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined;
|
|
12621
12501
|
employeeId?: string | Prisma.StringFieldUpdateOperationsInput | undefined;
|
|
12622
|
-
employeeRoleId?:
|
|
12502
|
+
employeeRoleId?: number | Prisma.IntFieldUpdateOperationsInput | undefined;
|
|
12623
12503
|
}>;
|
|
12624
12504
|
|
|
12625
12505
|
declare const EmployeeRoleAssignmentUncheckedUpdateManyInputObjectSchema: z.ZodType<Prisma.EmployeeRoleAssignmentUncheckedUpdateManyInput>;
|
|
12626
12506
|
declare const EmployeeRoleAssignmentUncheckedUpdateManyInputObjectZodSchema: z.ZodObject<{
|
|
12627
|
-
id: z.ZodOptional<z.ZodUnion<[z.
|
|
12507
|
+
id: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodLazy<z.ZodType<Prisma.IntFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.IntFieldUpdateOperationsInput>>]>>;
|
|
12628
12508
|
employeeId: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodLazy<z.ZodType<Prisma.StringFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.StringFieldUpdateOperationsInput>>]>>;
|
|
12629
|
-
employeeRoleId: z.ZodOptional<z.ZodUnion<[z.
|
|
12509
|
+
employeeRoleId: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodLazy<z.ZodType<Prisma.IntFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.IntFieldUpdateOperationsInput>>]>>;
|
|
12630
12510
|
updatedAt: z.ZodOptional<z.ZodUnion<[z.ZodDate, z.ZodLazy<z.ZodType<Prisma.DateTimeFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.DateTimeFieldUpdateOperationsInput>>]>>;
|
|
12631
12511
|
}, "strict", z.ZodTypeAny, {
|
|
12632
|
-
id?:
|
|
12512
|
+
id?: number | Prisma.IntFieldUpdateOperationsInput | undefined;
|
|
12633
12513
|
updatedAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined;
|
|
12634
12514
|
employeeId?: string | Prisma.StringFieldUpdateOperationsInput | undefined;
|
|
12635
|
-
employeeRoleId?:
|
|
12515
|
+
employeeRoleId?: number | Prisma.IntFieldUpdateOperationsInput | undefined;
|
|
12636
12516
|
}, {
|
|
12637
|
-
id?:
|
|
12517
|
+
id?: number | Prisma.IntFieldUpdateOperationsInput | undefined;
|
|
12638
12518
|
updatedAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined;
|
|
12639
12519
|
employeeId?: string | Prisma.StringFieldUpdateOperationsInput | undefined;
|
|
12640
|
-
employeeRoleId?:
|
|
12520
|
+
employeeRoleId?: number | Prisma.IntFieldUpdateOperationsInput | undefined;
|
|
12641
12521
|
}>;
|
|
12642
12522
|
|
|
12643
12523
|
declare const EmployeeRoleAssignmentUncheckedUpdateManyWithoutEmployeeInputObjectSchema: z.ZodType<Prisma.EmployeeRoleAssignmentUncheckedUpdateManyWithoutEmployeeInput>;
|
|
12644
12524
|
declare const EmployeeRoleAssignmentUncheckedUpdateManyWithoutEmployeeInputObjectZodSchema: z.ZodObject<{
|
|
12645
|
-
id: z.ZodOptional<z.ZodUnion<[z.
|
|
12646
|
-
employeeRoleId: z.ZodOptional<z.ZodUnion<[z.
|
|
12525
|
+
id: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodLazy<z.ZodType<Prisma.IntFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.IntFieldUpdateOperationsInput>>]>>;
|
|
12526
|
+
employeeRoleId: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodLazy<z.ZodType<Prisma.IntFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.IntFieldUpdateOperationsInput>>]>>;
|
|
12647
12527
|
updatedAt: z.ZodOptional<z.ZodUnion<[z.ZodDate, z.ZodLazy<z.ZodType<Prisma.DateTimeFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.DateTimeFieldUpdateOperationsInput>>]>>;
|
|
12648
12528
|
}, "strict", z.ZodTypeAny, {
|
|
12649
|
-
id?:
|
|
12529
|
+
id?: number | Prisma.IntFieldUpdateOperationsInput | undefined;
|
|
12650
12530
|
updatedAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined;
|
|
12651
|
-
employeeRoleId?:
|
|
12531
|
+
employeeRoleId?: number | Prisma.IntFieldUpdateOperationsInput | undefined;
|
|
12652
12532
|
}, {
|
|
12653
|
-
id?:
|
|
12533
|
+
id?: number | Prisma.IntFieldUpdateOperationsInput | undefined;
|
|
12654
12534
|
updatedAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined;
|
|
12655
|
-
employeeRoleId?:
|
|
12535
|
+
employeeRoleId?: number | Prisma.IntFieldUpdateOperationsInput | undefined;
|
|
12656
12536
|
}>;
|
|
12657
12537
|
|
|
12658
12538
|
declare const EmployeeRoleAssignmentUncheckedUpdateManyWithoutEmployeeNestedInputObjectSchema: z.ZodType<Prisma.EmployeeRoleAssignmentUncheckedUpdateManyWithoutEmployeeNestedInput>;
|
|
@@ -12696,15 +12576,15 @@ declare const EmployeeRoleAssignmentUncheckedUpdateManyWithoutEmployeeNestedInpu
|
|
|
12696
12576
|
|
|
12697
12577
|
declare const EmployeeRoleAssignmentUncheckedUpdateManyWithoutEmployeeRoleInputObjectSchema: z.ZodType<Prisma.EmployeeRoleAssignmentUncheckedUpdateManyWithoutEmployeeRoleInput>;
|
|
12698
12578
|
declare const EmployeeRoleAssignmentUncheckedUpdateManyWithoutEmployeeRoleInputObjectZodSchema: z.ZodObject<{
|
|
12699
|
-
id: z.ZodOptional<z.ZodUnion<[z.
|
|
12579
|
+
id: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodLazy<z.ZodType<Prisma.IntFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.IntFieldUpdateOperationsInput>>]>>;
|
|
12700
12580
|
employeeId: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodLazy<z.ZodType<Prisma.StringFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.StringFieldUpdateOperationsInput>>]>>;
|
|
12701
12581
|
updatedAt: z.ZodOptional<z.ZodUnion<[z.ZodDate, z.ZodLazy<z.ZodType<Prisma.DateTimeFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.DateTimeFieldUpdateOperationsInput>>]>>;
|
|
12702
12582
|
}, "strict", z.ZodTypeAny, {
|
|
12703
|
-
id?:
|
|
12583
|
+
id?: number | Prisma.IntFieldUpdateOperationsInput | undefined;
|
|
12704
12584
|
updatedAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined;
|
|
12705
12585
|
employeeId?: string | Prisma.StringFieldUpdateOperationsInput | undefined;
|
|
12706
12586
|
}, {
|
|
12707
|
-
id?:
|
|
12587
|
+
id?: number | Prisma.IntFieldUpdateOperationsInput | undefined;
|
|
12708
12588
|
updatedAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined;
|
|
12709
12589
|
employeeId?: string | Prisma.StringFieldUpdateOperationsInput | undefined;
|
|
12710
12590
|
}>;
|
|
@@ -12750,47 +12630,44 @@ declare const EmployeeRoleAssignmentUncheckedUpdateManyWithoutEmployeeRoleNested
|
|
|
12750
12630
|
|
|
12751
12631
|
declare const EmployeeRoleAssignmentUncheckedUpdateWithoutEmployeeInputObjectSchema: z.ZodType<Prisma.EmployeeRoleAssignmentUncheckedUpdateWithoutEmployeeInput>;
|
|
12752
12632
|
declare const EmployeeRoleAssignmentUncheckedUpdateWithoutEmployeeInputObjectZodSchema: z.ZodObject<{
|
|
12753
|
-
id: z.ZodOptional<z.ZodUnion<[z.
|
|
12754
|
-
employeeRoleId: z.ZodOptional<z.ZodUnion<[z.
|
|
12633
|
+
id: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodLazy<z.ZodType<Prisma.IntFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.IntFieldUpdateOperationsInput>>]>>;
|
|
12634
|
+
employeeRoleId: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodLazy<z.ZodType<Prisma.IntFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.IntFieldUpdateOperationsInput>>]>>;
|
|
12755
12635
|
updatedAt: z.ZodOptional<z.ZodUnion<[z.ZodDate, z.ZodLazy<z.ZodType<Prisma.DateTimeFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.DateTimeFieldUpdateOperationsInput>>]>>;
|
|
12756
12636
|
}, "strict", z.ZodTypeAny, {
|
|
12757
|
-
id?:
|
|
12637
|
+
id?: number | Prisma.IntFieldUpdateOperationsInput | undefined;
|
|
12758
12638
|
updatedAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined;
|
|
12759
|
-
employeeRoleId?:
|
|
12639
|
+
employeeRoleId?: number | Prisma.IntFieldUpdateOperationsInput | undefined;
|
|
12760
12640
|
}, {
|
|
12761
|
-
id?:
|
|
12641
|
+
id?: number | Prisma.IntFieldUpdateOperationsInput | undefined;
|
|
12762
12642
|
updatedAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined;
|
|
12763
|
-
employeeRoleId?:
|
|
12643
|
+
employeeRoleId?: number | Prisma.IntFieldUpdateOperationsInput | undefined;
|
|
12764
12644
|
}>;
|
|
12765
12645
|
|
|
12766
12646
|
declare const EmployeeRoleAssignmentUncheckedUpdateWithoutEmployeeRoleInputObjectSchema: z.ZodType<Prisma.EmployeeRoleAssignmentUncheckedUpdateWithoutEmployeeRoleInput>;
|
|
12767
12647
|
declare const EmployeeRoleAssignmentUncheckedUpdateWithoutEmployeeRoleInputObjectZodSchema: z.ZodObject<{
|
|
12768
|
-
id: z.ZodOptional<z.ZodUnion<[z.
|
|
12648
|
+
id: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodLazy<z.ZodType<Prisma.IntFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.IntFieldUpdateOperationsInput>>]>>;
|
|
12769
12649
|
employeeId: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodLazy<z.ZodType<Prisma.StringFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.StringFieldUpdateOperationsInput>>]>>;
|
|
12770
12650
|
updatedAt: z.ZodOptional<z.ZodUnion<[z.ZodDate, z.ZodLazy<z.ZodType<Prisma.DateTimeFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.DateTimeFieldUpdateOperationsInput>>]>>;
|
|
12771
12651
|
}, "strict", z.ZodTypeAny, {
|
|
12772
|
-
id?:
|
|
12652
|
+
id?: number | Prisma.IntFieldUpdateOperationsInput | undefined;
|
|
12773
12653
|
updatedAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined;
|
|
12774
12654
|
employeeId?: string | Prisma.StringFieldUpdateOperationsInput | undefined;
|
|
12775
12655
|
}, {
|
|
12776
|
-
id?:
|
|
12656
|
+
id?: number | Prisma.IntFieldUpdateOperationsInput | undefined;
|
|
12777
12657
|
updatedAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined;
|
|
12778
12658
|
employeeId?: string | Prisma.StringFieldUpdateOperationsInput | undefined;
|
|
12779
12659
|
}>;
|
|
12780
12660
|
|
|
12781
12661
|
declare const EmployeeRoleAssignmentUpdateInputObjectSchema: z.ZodType<Prisma.EmployeeRoleAssignmentUpdateInput>;
|
|
12782
12662
|
declare const EmployeeRoleAssignmentUpdateInputObjectZodSchema: z.ZodObject<{
|
|
12783
|
-
id: z.ZodOptional<z.ZodUnion<[z.ZodBigInt, z.ZodLazy<z.ZodType<Prisma.BigIntFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.BigIntFieldUpdateOperationsInput>>]>>;
|
|
12784
12663
|
updatedAt: z.ZodOptional<z.ZodUnion<[z.ZodDate, z.ZodLazy<z.ZodType<Prisma.DateTimeFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.DateTimeFieldUpdateOperationsInput>>]>>;
|
|
12785
12664
|
employee: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.EmployeeUpdateOneRequiredWithoutRoleAssignmentsNestedInput, z.ZodTypeDef, Prisma.EmployeeUpdateOneRequiredWithoutRoleAssignmentsNestedInput>>>;
|
|
12786
12665
|
employeeRole: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.EmployeeRoleUpdateOneRequiredWithoutAssignmentsNestedInput, z.ZodTypeDef, Prisma.EmployeeRoleUpdateOneRequiredWithoutAssignmentsNestedInput>>>;
|
|
12787
12666
|
}, "strict", z.ZodTypeAny, {
|
|
12788
|
-
id?: bigint | Prisma.BigIntFieldUpdateOperationsInput | undefined;
|
|
12789
12667
|
updatedAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined;
|
|
12790
12668
|
employeeRole?: Prisma.EmployeeRoleUpdateOneRequiredWithoutAssignmentsNestedInput | undefined;
|
|
12791
12669
|
employee?: Prisma.EmployeeUpdateOneRequiredWithoutRoleAssignmentsNestedInput | undefined;
|
|
12792
12670
|
}, {
|
|
12793
|
-
id?: bigint | Prisma.BigIntFieldUpdateOperationsInput | undefined;
|
|
12794
12671
|
updatedAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined;
|
|
12795
12672
|
employeeRole?: Prisma.EmployeeRoleUpdateOneRequiredWithoutAssignmentsNestedInput | undefined;
|
|
12796
12673
|
employee?: Prisma.EmployeeUpdateOneRequiredWithoutRoleAssignmentsNestedInput | undefined;
|
|
@@ -12798,13 +12675,10 @@ declare const EmployeeRoleAssignmentUpdateInputObjectZodSchema: z.ZodObject<{
|
|
|
12798
12675
|
|
|
12799
12676
|
declare const EmployeeRoleAssignmentUpdateManyMutationInputObjectSchema: z.ZodType<Prisma.EmployeeRoleAssignmentUpdateManyMutationInput>;
|
|
12800
12677
|
declare const EmployeeRoleAssignmentUpdateManyMutationInputObjectZodSchema: z.ZodObject<{
|
|
12801
|
-
id: z.ZodOptional<z.ZodUnion<[z.ZodBigInt, z.ZodLazy<z.ZodType<Prisma.BigIntFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.BigIntFieldUpdateOperationsInput>>]>>;
|
|
12802
12678
|
updatedAt: z.ZodOptional<z.ZodUnion<[z.ZodDate, z.ZodLazy<z.ZodType<Prisma.DateTimeFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.DateTimeFieldUpdateOperationsInput>>]>>;
|
|
12803
12679
|
}, "strict", z.ZodTypeAny, {
|
|
12804
|
-
id?: bigint | Prisma.BigIntFieldUpdateOperationsInput | undefined;
|
|
12805
12680
|
updatedAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined;
|
|
12806
12681
|
}, {
|
|
12807
|
-
id?: bigint | Prisma.BigIntFieldUpdateOperationsInput | undefined;
|
|
12808
12682
|
updatedAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined;
|
|
12809
12683
|
}>;
|
|
12810
12684
|
|
|
@@ -12936,30 +12810,24 @@ declare const EmployeeRoleAssignmentUpdateWithWhereUniqueWithoutEmployeeRoleInpu
|
|
|
12936
12810
|
|
|
12937
12811
|
declare const EmployeeRoleAssignmentUpdateWithoutEmployeeInputObjectSchema: z.ZodType<Prisma.EmployeeRoleAssignmentUpdateWithoutEmployeeInput>;
|
|
12938
12812
|
declare const EmployeeRoleAssignmentUpdateWithoutEmployeeInputObjectZodSchema: z.ZodObject<{
|
|
12939
|
-
id: z.ZodOptional<z.ZodUnion<[z.ZodBigInt, z.ZodLazy<z.ZodType<Prisma.BigIntFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.BigIntFieldUpdateOperationsInput>>]>>;
|
|
12940
12813
|
updatedAt: z.ZodOptional<z.ZodUnion<[z.ZodDate, z.ZodLazy<z.ZodType<Prisma.DateTimeFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.DateTimeFieldUpdateOperationsInput>>]>>;
|
|
12941
12814
|
employeeRole: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.EmployeeRoleUpdateOneRequiredWithoutAssignmentsNestedInput, z.ZodTypeDef, Prisma.EmployeeRoleUpdateOneRequiredWithoutAssignmentsNestedInput>>>;
|
|
12942
12815
|
}, "strict", z.ZodTypeAny, {
|
|
12943
|
-
id?: bigint | Prisma.BigIntFieldUpdateOperationsInput | undefined;
|
|
12944
12816
|
updatedAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined;
|
|
12945
12817
|
employeeRole?: Prisma.EmployeeRoleUpdateOneRequiredWithoutAssignmentsNestedInput | undefined;
|
|
12946
12818
|
}, {
|
|
12947
|
-
id?: bigint | Prisma.BigIntFieldUpdateOperationsInput | undefined;
|
|
12948
12819
|
updatedAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined;
|
|
12949
12820
|
employeeRole?: Prisma.EmployeeRoleUpdateOneRequiredWithoutAssignmentsNestedInput | undefined;
|
|
12950
12821
|
}>;
|
|
12951
12822
|
|
|
12952
12823
|
declare const EmployeeRoleAssignmentUpdateWithoutEmployeeRoleInputObjectSchema: z.ZodType<Prisma.EmployeeRoleAssignmentUpdateWithoutEmployeeRoleInput>;
|
|
12953
12824
|
declare const EmployeeRoleAssignmentUpdateWithoutEmployeeRoleInputObjectZodSchema: z.ZodObject<{
|
|
12954
|
-
id: z.ZodOptional<z.ZodUnion<[z.ZodBigInt, z.ZodLazy<z.ZodType<Prisma.BigIntFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.BigIntFieldUpdateOperationsInput>>]>>;
|
|
12955
12825
|
updatedAt: z.ZodOptional<z.ZodUnion<[z.ZodDate, z.ZodLazy<z.ZodType<Prisma.DateTimeFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.DateTimeFieldUpdateOperationsInput>>]>>;
|
|
12956
12826
|
employee: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.EmployeeUpdateOneRequiredWithoutRoleAssignmentsNestedInput, z.ZodTypeDef, Prisma.EmployeeUpdateOneRequiredWithoutRoleAssignmentsNestedInput>>>;
|
|
12957
12827
|
}, "strict", z.ZodTypeAny, {
|
|
12958
|
-
id?: bigint | Prisma.BigIntFieldUpdateOperationsInput | undefined;
|
|
12959
12828
|
updatedAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined;
|
|
12960
12829
|
employee?: Prisma.EmployeeUpdateOneRequiredWithoutRoleAssignmentsNestedInput | undefined;
|
|
12961
12830
|
}, {
|
|
12962
|
-
id?: bigint | Prisma.BigIntFieldUpdateOperationsInput | undefined;
|
|
12963
12831
|
updatedAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined;
|
|
12964
12832
|
employee?: Prisma.EmployeeUpdateOneRequiredWithoutRoleAssignmentsNestedInput | undefined;
|
|
12965
12833
|
}>;
|
|
@@ -12999,27 +12867,27 @@ declare const EmployeeRoleAssignmentWhereInputObjectZodSchema: z.ZodObject<{
|
|
|
12999
12867
|
AND: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.EmployeeRoleAssignmentWhereInput, z.ZodTypeDef, Prisma.EmployeeRoleAssignmentWhereInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.EmployeeRoleAssignmentWhereInput, z.ZodTypeDef, Prisma.EmployeeRoleAssignmentWhereInput>>, "many">]>>;
|
|
13000
12868
|
OR: z.ZodOptional<z.ZodArray<z.ZodLazy<z.ZodType<Prisma.EmployeeRoleAssignmentWhereInput, z.ZodTypeDef, Prisma.EmployeeRoleAssignmentWhereInput>>, "many">>;
|
|
13001
12869
|
NOT: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.EmployeeRoleAssignmentWhereInput, z.ZodTypeDef, Prisma.EmployeeRoleAssignmentWhereInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.EmployeeRoleAssignmentWhereInput, z.ZodTypeDef, Prisma.EmployeeRoleAssignmentWhereInput>>, "many">]>>;
|
|
13002
|
-
id: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.
|
|
12870
|
+
id: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.IntFilter<never>, z.ZodTypeDef, Prisma.IntFilter<never>>>, z.ZodNumber]>>;
|
|
13003
12871
|
employeeId: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.UuidFilter<never>, z.ZodTypeDef, Prisma.UuidFilter<never>>>, z.ZodString]>>;
|
|
13004
|
-
employeeRoleId: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.
|
|
12872
|
+
employeeRoleId: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.IntFilter<never>, z.ZodTypeDef, Prisma.IntFilter<never>>>, z.ZodNumber]>>;
|
|
13005
12873
|
updatedAt: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.DateTimeFilter<never>, z.ZodTypeDef, Prisma.DateTimeFilter<never>>>, z.ZodDate]>>;
|
|
13006
12874
|
employee: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.EmployeeScalarRelationFilter, z.ZodTypeDef, Prisma.EmployeeScalarRelationFilter>>, z.ZodLazy<z.ZodType<Prisma.EmployeeWhereInput, z.ZodTypeDef, Prisma.EmployeeWhereInput>>]>>;
|
|
13007
12875
|
employeeRole: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.EmployeeRoleScalarRelationFilter, z.ZodTypeDef, Prisma.EmployeeRoleScalarRelationFilter>>, z.ZodLazy<z.ZodType<Prisma.EmployeeRoleWhereInput, z.ZodTypeDef, Prisma.EmployeeRoleWhereInput>>]>>;
|
|
13008
12876
|
}, "strict", z.ZodTypeAny, {
|
|
13009
|
-
id?:
|
|
12877
|
+
id?: number | Prisma.IntFilter<never> | undefined;
|
|
13010
12878
|
updatedAt?: Date | Prisma.DateTimeFilter<never> | undefined;
|
|
13011
12879
|
employeeId?: string | Prisma.UuidFilter<never> | undefined;
|
|
13012
|
-
employeeRoleId?:
|
|
12880
|
+
employeeRoleId?: number | Prisma.IntFilter<never> | undefined;
|
|
13013
12881
|
AND?: Prisma.EmployeeRoleAssignmentWhereInput | Prisma.EmployeeRoleAssignmentWhereInput[] | undefined;
|
|
13014
12882
|
OR?: Prisma.EmployeeRoleAssignmentWhereInput[] | undefined;
|
|
13015
12883
|
NOT?: Prisma.EmployeeRoleAssignmentWhereInput | Prisma.EmployeeRoleAssignmentWhereInput[] | undefined;
|
|
13016
12884
|
employeeRole?: Prisma.EmployeeRoleScalarRelationFilter | Prisma.EmployeeRoleWhereInput | undefined;
|
|
13017
12885
|
employee?: Prisma.EmployeeScalarRelationFilter | Prisma.EmployeeWhereInput | undefined;
|
|
13018
12886
|
}, {
|
|
13019
|
-
id?:
|
|
12887
|
+
id?: number | Prisma.IntFilter<never> | undefined;
|
|
13020
12888
|
updatedAt?: Date | Prisma.DateTimeFilter<never> | undefined;
|
|
13021
12889
|
employeeId?: string | Prisma.UuidFilter<never> | undefined;
|
|
13022
|
-
employeeRoleId?:
|
|
12890
|
+
employeeRoleId?: number | Prisma.IntFilter<never> | undefined;
|
|
13023
12891
|
AND?: Prisma.EmployeeRoleAssignmentWhereInput | Prisma.EmployeeRoleAssignmentWhereInput[] | undefined;
|
|
13024
12892
|
OR?: Prisma.EmployeeRoleAssignmentWhereInput[] | undefined;
|
|
13025
12893
|
NOT?: Prisma.EmployeeRoleAssignmentWhereInput | Prisma.EmployeeRoleAssignmentWhereInput[] | undefined;
|
|
@@ -13029,13 +12897,13 @@ declare const EmployeeRoleAssignmentWhereInputObjectZodSchema: z.ZodObject<{
|
|
|
13029
12897
|
|
|
13030
12898
|
declare const EmployeeRoleAssignmentWhereUniqueInputObjectSchema: z.ZodType<Prisma.EmployeeRoleAssignmentWhereUniqueInput>;
|
|
13031
12899
|
declare const EmployeeRoleAssignmentWhereUniqueInputObjectZodSchema: z.ZodObject<{
|
|
13032
|
-
id: z.ZodOptional<z.
|
|
12900
|
+
id: z.ZodOptional<z.ZodNumber>;
|
|
13033
12901
|
employeeId_employeeRoleId: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.EmployeeRoleAssignmentEmployeeIdEmployeeRoleIdCompoundUniqueInput, z.ZodTypeDef, Prisma.EmployeeRoleAssignmentEmployeeIdEmployeeRoleIdCompoundUniqueInput>>>;
|
|
13034
12902
|
}, "strict", z.ZodTypeAny, {
|
|
13035
|
-
id?:
|
|
12903
|
+
id?: number | undefined;
|
|
13036
12904
|
employeeId_employeeRoleId?: Prisma.EmployeeRoleAssignmentEmployeeIdEmployeeRoleIdCompoundUniqueInput | undefined;
|
|
13037
12905
|
}, {
|
|
13038
|
-
id?:
|
|
12906
|
+
id?: number | undefined;
|
|
13039
12907
|
employeeId_employeeRoleId?: Prisma.EmployeeRoleAssignmentEmployeeIdEmployeeRoleIdCompoundUniqueInput | undefined;
|
|
13040
12908
|
}>;
|
|
13041
12909
|
|
|
@@ -13175,20 +13043,17 @@ declare const EmployeeRoleCountOutputTypeSelectObjectZodSchema: z.ZodObject<{
|
|
|
13175
13043
|
|
|
13176
13044
|
declare const EmployeeRoleCreateInputObjectSchema: z.ZodType<Prisma.EmployeeRoleCreateInput>;
|
|
13177
13045
|
declare const EmployeeRoleCreateInputObjectZodSchema: z.ZodObject<{
|
|
13178
|
-
id: z.ZodOptional<z.ZodBigInt>;
|
|
13179
13046
|
name: z.ZodString;
|
|
13180
13047
|
color: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
13181
13048
|
assignments: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.EmployeeRoleAssignmentCreateNestedManyWithoutEmployeeRoleInput, z.ZodTypeDef, Prisma.EmployeeRoleAssignmentCreateNestedManyWithoutEmployeeRoleInput>>>;
|
|
13182
13049
|
permissions: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.EmployeeRolePermissionCreateNestedManyWithoutEmployeeRoleInput, z.ZodTypeDef, Prisma.EmployeeRolePermissionCreateNestedManyWithoutEmployeeRoleInput>>>;
|
|
13183
13050
|
}, "strict", z.ZodTypeAny, {
|
|
13184
13051
|
name: string;
|
|
13185
|
-
id?: bigint | undefined;
|
|
13186
13052
|
color?: string | null | undefined;
|
|
13187
13053
|
assignments?: Prisma.EmployeeRoleAssignmentCreateNestedManyWithoutEmployeeRoleInput | undefined;
|
|
13188
13054
|
permissions?: Prisma.EmployeeRolePermissionCreateNestedManyWithoutEmployeeRoleInput | undefined;
|
|
13189
13055
|
}, {
|
|
13190
13056
|
name: string;
|
|
13191
|
-
id?: bigint | undefined;
|
|
13192
13057
|
color?: string | null | undefined;
|
|
13193
13058
|
assignments?: Prisma.EmployeeRoleAssignmentCreateNestedManyWithoutEmployeeRoleInput | undefined;
|
|
13194
13059
|
permissions?: Prisma.EmployeeRolePermissionCreateNestedManyWithoutEmployeeRoleInput | undefined;
|
|
@@ -13196,18 +13061,18 @@ declare const EmployeeRoleCreateInputObjectZodSchema: z.ZodObject<{
|
|
|
13196
13061
|
|
|
13197
13062
|
declare const EmployeeRoleCreateManyInputObjectSchema: z.ZodType<Prisma.EmployeeRoleCreateManyInput>;
|
|
13198
13063
|
declare const EmployeeRoleCreateManyInputObjectZodSchema: z.ZodObject<{
|
|
13199
|
-
id: z.ZodOptional<z.
|
|
13064
|
+
id: z.ZodOptional<z.ZodNumber>;
|
|
13200
13065
|
name: z.ZodString;
|
|
13201
13066
|
color: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
13202
13067
|
updatedAt: z.ZodOptional<z.ZodDate>;
|
|
13203
13068
|
}, "strict", z.ZodTypeAny, {
|
|
13204
13069
|
name: string;
|
|
13205
|
-
id?:
|
|
13070
|
+
id?: number | undefined;
|
|
13206
13071
|
updatedAt?: Date | undefined;
|
|
13207
13072
|
color?: string | null | undefined;
|
|
13208
13073
|
}, {
|
|
13209
13074
|
name: string;
|
|
13210
|
-
id?:
|
|
13075
|
+
id?: number | undefined;
|
|
13211
13076
|
updatedAt?: Date | undefined;
|
|
13212
13077
|
color?: string | null | undefined;
|
|
13213
13078
|
}>;
|
|
@@ -13268,20 +13133,17 @@ declare const EmployeeRoleCreateOrConnectWithoutPermissionsInputObjectZodSchema:
|
|
|
13268
13133
|
|
|
13269
13134
|
declare const EmployeeRoleCreateWithoutAssignmentsInputObjectSchema: z.ZodType<Prisma.EmployeeRoleCreateWithoutAssignmentsInput>;
|
|
13270
13135
|
declare const EmployeeRoleCreateWithoutAssignmentsInputObjectZodSchema: z.ZodObject<{
|
|
13271
|
-
id: z.ZodOptional<z.ZodBigInt>;
|
|
13272
13136
|
name: z.ZodString;
|
|
13273
13137
|
color: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
13274
13138
|
updatedAt: z.ZodOptional<z.ZodDate>;
|
|
13275
13139
|
permissions: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.EmployeeRolePermissionCreateNestedManyWithoutEmployeeRoleInput, z.ZodTypeDef, Prisma.EmployeeRolePermissionCreateNestedManyWithoutEmployeeRoleInput>>>;
|
|
13276
13140
|
}, "strict", z.ZodTypeAny, {
|
|
13277
13141
|
name: string;
|
|
13278
|
-
id?: bigint | undefined;
|
|
13279
13142
|
updatedAt?: Date | undefined;
|
|
13280
13143
|
color?: string | null | undefined;
|
|
13281
13144
|
permissions?: Prisma.EmployeeRolePermissionCreateNestedManyWithoutEmployeeRoleInput | undefined;
|
|
13282
13145
|
}, {
|
|
13283
13146
|
name: string;
|
|
13284
|
-
id?: bigint | undefined;
|
|
13285
13147
|
updatedAt?: Date | undefined;
|
|
13286
13148
|
color?: string | null | undefined;
|
|
13287
13149
|
permissions?: Prisma.EmployeeRolePermissionCreateNestedManyWithoutEmployeeRoleInput | undefined;
|
|
@@ -13289,20 +13151,17 @@ declare const EmployeeRoleCreateWithoutAssignmentsInputObjectZodSchema: z.ZodObj
|
|
|
13289
13151
|
|
|
13290
13152
|
declare const EmployeeRoleCreateWithoutPermissionsInputObjectSchema: z.ZodType<Prisma.EmployeeRoleCreateWithoutPermissionsInput>;
|
|
13291
13153
|
declare const EmployeeRoleCreateWithoutPermissionsInputObjectZodSchema: z.ZodObject<{
|
|
13292
|
-
id: z.ZodOptional<z.ZodBigInt>;
|
|
13293
13154
|
name: z.ZodString;
|
|
13294
13155
|
color: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
13295
13156
|
updatedAt: z.ZodOptional<z.ZodDate>;
|
|
13296
13157
|
assignments: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.EmployeeRoleAssignmentCreateNestedManyWithoutEmployeeRoleInput, z.ZodTypeDef, Prisma.EmployeeRoleAssignmentCreateNestedManyWithoutEmployeeRoleInput>>>;
|
|
13297
13158
|
}, "strict", z.ZodTypeAny, {
|
|
13298
13159
|
name: string;
|
|
13299
|
-
id?: bigint | undefined;
|
|
13300
13160
|
updatedAt?: Date | undefined;
|
|
13301
13161
|
color?: string | null | undefined;
|
|
13302
13162
|
assignments?: Prisma.EmployeeRoleAssignmentCreateNestedManyWithoutEmployeeRoleInput | undefined;
|
|
13303
13163
|
}, {
|
|
13304
13164
|
name: string;
|
|
13305
|
-
id?: bigint | undefined;
|
|
13306
13165
|
updatedAt?: Date | undefined;
|
|
13307
13166
|
color?: string | null | undefined;
|
|
13308
13167
|
assignments?: Prisma.EmployeeRoleAssignmentCreateNestedManyWithoutEmployeeRoleInput | undefined;
|
|
@@ -13554,31 +13413,28 @@ declare const EmployeeRolePermissionCountOrderByAggregateInputObjectZodSchema: z
|
|
|
13554
13413
|
|
|
13555
13414
|
declare const EmployeeRolePermissionCreateInputObjectSchema: z.ZodType<Prisma.EmployeeRolePermissionCreateInput>;
|
|
13556
13415
|
declare const EmployeeRolePermissionCreateInputObjectZodSchema: z.ZodObject<{
|
|
13557
|
-
id: z.ZodOptional<z.ZodBigInt>;
|
|
13558
13416
|
employeeRole: z.ZodLazy<z.ZodType<Prisma.EmployeeRoleCreateNestedOneWithoutPermissionsInput, z.ZodTypeDef, Prisma.EmployeeRoleCreateNestedOneWithoutPermissionsInput>>;
|
|
13559
13417
|
employeePermission: z.ZodLazy<z.ZodType<Prisma.EmployeePermissionCreateNestedOneWithoutRolePermissionsInput, z.ZodTypeDef, Prisma.EmployeePermissionCreateNestedOneWithoutRolePermissionsInput>>;
|
|
13560
13418
|
}, "strict", z.ZodTypeAny, {
|
|
13561
13419
|
employeeRole: Prisma.EmployeeRoleCreateNestedOneWithoutPermissionsInput;
|
|
13562
13420
|
employeePermission: Prisma.EmployeePermissionCreateNestedOneWithoutRolePermissionsInput;
|
|
13563
|
-
id?: bigint | undefined;
|
|
13564
13421
|
}, {
|
|
13565
13422
|
employeeRole: Prisma.EmployeeRoleCreateNestedOneWithoutPermissionsInput;
|
|
13566
13423
|
employeePermission: Prisma.EmployeePermissionCreateNestedOneWithoutRolePermissionsInput;
|
|
13567
|
-
id?: bigint | undefined;
|
|
13568
13424
|
}>;
|
|
13569
13425
|
|
|
13570
13426
|
declare const EmployeeRolePermissionCreateManyEmployeePermissionInputObjectSchema: z.ZodType<Prisma.EmployeeRolePermissionCreateManyEmployeePermissionInput>;
|
|
13571
13427
|
declare const EmployeeRolePermissionCreateManyEmployeePermissionInputObjectZodSchema: z.ZodObject<{
|
|
13572
|
-
id: z.ZodOptional<z.
|
|
13573
|
-
employeeRoleId: z.
|
|
13428
|
+
id: z.ZodOptional<z.ZodNumber>;
|
|
13429
|
+
employeeRoleId: z.ZodNumber;
|
|
13574
13430
|
updatedAt: z.ZodOptional<z.ZodDate>;
|
|
13575
13431
|
}, "strict", z.ZodTypeAny, {
|
|
13576
|
-
employeeRoleId:
|
|
13577
|
-
id?:
|
|
13432
|
+
employeeRoleId: number;
|
|
13433
|
+
id?: number | undefined;
|
|
13578
13434
|
updatedAt?: Date | undefined;
|
|
13579
13435
|
}, {
|
|
13580
|
-
employeeRoleId:
|
|
13581
|
-
id?:
|
|
13436
|
+
employeeRoleId: number;
|
|
13437
|
+
id?: number | undefined;
|
|
13582
13438
|
updatedAt?: Date | undefined;
|
|
13583
13439
|
}>;
|
|
13584
13440
|
|
|
@@ -13596,16 +13452,16 @@ declare const EmployeeRolePermissionCreateManyEmployeePermissionInputEnvelopeObj
|
|
|
13596
13452
|
|
|
13597
13453
|
declare const EmployeeRolePermissionCreateManyEmployeeRoleInputObjectSchema: z.ZodType<Prisma.EmployeeRolePermissionCreateManyEmployeeRoleInput>;
|
|
13598
13454
|
declare const EmployeeRolePermissionCreateManyEmployeeRoleInputObjectZodSchema: z.ZodObject<{
|
|
13599
|
-
id: z.ZodOptional<z.
|
|
13600
|
-
employeePermissionId: z.
|
|
13455
|
+
id: z.ZodOptional<z.ZodNumber>;
|
|
13456
|
+
employeePermissionId: z.ZodNumber;
|
|
13601
13457
|
updatedAt: z.ZodOptional<z.ZodDate>;
|
|
13602
13458
|
}, "strict", z.ZodTypeAny, {
|
|
13603
|
-
employeePermissionId:
|
|
13604
|
-
id?:
|
|
13459
|
+
employeePermissionId: number;
|
|
13460
|
+
id?: number | undefined;
|
|
13605
13461
|
updatedAt?: Date | undefined;
|
|
13606
13462
|
}, {
|
|
13607
|
-
employeePermissionId:
|
|
13608
|
-
id?:
|
|
13463
|
+
employeePermissionId: number;
|
|
13464
|
+
id?: number | undefined;
|
|
13609
13465
|
updatedAt?: Date | undefined;
|
|
13610
13466
|
}>;
|
|
13611
13467
|
|
|
@@ -13623,19 +13479,19 @@ declare const EmployeeRolePermissionCreateManyEmployeeRoleInputEnvelopeObjectZod
|
|
|
13623
13479
|
|
|
13624
13480
|
declare const EmployeeRolePermissionCreateManyInputObjectSchema: z.ZodType<Prisma.EmployeeRolePermissionCreateManyInput>;
|
|
13625
13481
|
declare const EmployeeRolePermissionCreateManyInputObjectZodSchema: z.ZodObject<{
|
|
13626
|
-
id: z.ZodOptional<z.
|
|
13627
|
-
employeeRoleId: z.
|
|
13628
|
-
employeePermissionId: z.
|
|
13482
|
+
id: z.ZodOptional<z.ZodNumber>;
|
|
13483
|
+
employeeRoleId: z.ZodNumber;
|
|
13484
|
+
employeePermissionId: z.ZodNumber;
|
|
13629
13485
|
updatedAt: z.ZodOptional<z.ZodDate>;
|
|
13630
13486
|
}, "strict", z.ZodTypeAny, {
|
|
13631
|
-
employeeRoleId:
|
|
13632
|
-
employeePermissionId:
|
|
13633
|
-
id?:
|
|
13487
|
+
employeeRoleId: number;
|
|
13488
|
+
employeePermissionId: number;
|
|
13489
|
+
id?: number | undefined;
|
|
13634
13490
|
updatedAt?: Date | undefined;
|
|
13635
13491
|
}, {
|
|
13636
|
-
employeeRoleId:
|
|
13637
|
-
employeePermissionId:
|
|
13638
|
-
id?:
|
|
13492
|
+
employeeRoleId: number;
|
|
13493
|
+
employeePermissionId: number;
|
|
13494
|
+
id?: number | undefined;
|
|
13639
13495
|
updatedAt?: Date | undefined;
|
|
13640
13496
|
}>;
|
|
13641
13497
|
|
|
@@ -13701,44 +13557,38 @@ declare const EmployeeRolePermissionCreateOrConnectWithoutEmployeeRoleInputObjec
|
|
|
13701
13557
|
|
|
13702
13558
|
declare const EmployeeRolePermissionCreateWithoutEmployeePermissionInputObjectSchema: z.ZodType<Prisma.EmployeeRolePermissionCreateWithoutEmployeePermissionInput>;
|
|
13703
13559
|
declare const EmployeeRolePermissionCreateWithoutEmployeePermissionInputObjectZodSchema: z.ZodObject<{
|
|
13704
|
-
id: z.ZodOptional<z.ZodBigInt>;
|
|
13705
13560
|
updatedAt: z.ZodOptional<z.ZodDate>;
|
|
13706
13561
|
employeeRole: z.ZodLazy<z.ZodType<Prisma.EmployeeRoleCreateNestedOneWithoutPermissionsInput, z.ZodTypeDef, Prisma.EmployeeRoleCreateNestedOneWithoutPermissionsInput>>;
|
|
13707
13562
|
}, "strict", z.ZodTypeAny, {
|
|
13708
13563
|
employeeRole: Prisma.EmployeeRoleCreateNestedOneWithoutPermissionsInput;
|
|
13709
|
-
id?: bigint | undefined;
|
|
13710
13564
|
updatedAt?: Date | undefined;
|
|
13711
13565
|
}, {
|
|
13712
13566
|
employeeRole: Prisma.EmployeeRoleCreateNestedOneWithoutPermissionsInput;
|
|
13713
|
-
id?: bigint | undefined;
|
|
13714
13567
|
updatedAt?: Date | undefined;
|
|
13715
13568
|
}>;
|
|
13716
13569
|
|
|
13717
13570
|
declare const EmployeeRolePermissionCreateWithoutEmployeeRoleInputObjectSchema: z.ZodType<Prisma.EmployeeRolePermissionCreateWithoutEmployeeRoleInput>;
|
|
13718
13571
|
declare const EmployeeRolePermissionCreateWithoutEmployeeRoleInputObjectZodSchema: z.ZodObject<{
|
|
13719
|
-
id: z.ZodOptional<z.ZodBigInt>;
|
|
13720
13572
|
updatedAt: z.ZodOptional<z.ZodDate>;
|
|
13721
13573
|
employeePermission: z.ZodLazy<z.ZodType<Prisma.EmployeePermissionCreateNestedOneWithoutRolePermissionsInput, z.ZodTypeDef, Prisma.EmployeePermissionCreateNestedOneWithoutRolePermissionsInput>>;
|
|
13722
13574
|
}, "strict", z.ZodTypeAny, {
|
|
13723
13575
|
employeePermission: Prisma.EmployeePermissionCreateNestedOneWithoutRolePermissionsInput;
|
|
13724
|
-
id?: bigint | undefined;
|
|
13725
13576
|
updatedAt?: Date | undefined;
|
|
13726
13577
|
}, {
|
|
13727
13578
|
employeePermission: Prisma.EmployeePermissionCreateNestedOneWithoutRolePermissionsInput;
|
|
13728
|
-
id?: bigint | undefined;
|
|
13729
13579
|
updatedAt?: Date | undefined;
|
|
13730
13580
|
}>;
|
|
13731
13581
|
|
|
13732
13582
|
declare const EmployeeRolePermissionEmployeeRoleIdEmployeePermissionIdCompoundUniqueInputObjectSchema: z.ZodType<Prisma.EmployeeRolePermissionEmployeeRoleIdEmployeePermissionIdCompoundUniqueInput>;
|
|
13733
13583
|
declare const EmployeeRolePermissionEmployeeRoleIdEmployeePermissionIdCompoundUniqueInputObjectZodSchema: z.ZodObject<{
|
|
13734
|
-
employeeRoleId: z.
|
|
13735
|
-
employeePermissionId: z.
|
|
13584
|
+
employeeRoleId: z.ZodNumber;
|
|
13585
|
+
employeePermissionId: z.ZodNumber;
|
|
13736
13586
|
}, "strict", z.ZodTypeAny, {
|
|
13737
|
-
employeeRoleId:
|
|
13738
|
-
employeePermissionId:
|
|
13587
|
+
employeeRoleId: number;
|
|
13588
|
+
employeePermissionId: number;
|
|
13739
13589
|
}, {
|
|
13740
|
-
employeeRoleId:
|
|
13741
|
-
employeePermissionId:
|
|
13590
|
+
employeeRoleId: number;
|
|
13591
|
+
employeePermissionId: number;
|
|
13742
13592
|
}>;
|
|
13743
13593
|
|
|
13744
13594
|
declare const EmployeeRolePermissionIncludeObjectSchema: z.ZodType<Prisma.EmployeeRolePermissionInclude>;
|
|
@@ -13941,23 +13791,23 @@ declare const EmployeeRolePermissionScalarWhereInputObjectZodSchema: z.ZodObject
|
|
|
13941
13791
|
AND: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.EmployeeRolePermissionScalarWhereInput, z.ZodTypeDef, Prisma.EmployeeRolePermissionScalarWhereInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.EmployeeRolePermissionScalarWhereInput, z.ZodTypeDef, Prisma.EmployeeRolePermissionScalarWhereInput>>, "many">]>>;
|
|
13942
13792
|
OR: z.ZodOptional<z.ZodArray<z.ZodLazy<z.ZodType<Prisma.EmployeeRolePermissionScalarWhereInput, z.ZodTypeDef, Prisma.EmployeeRolePermissionScalarWhereInput>>, "many">>;
|
|
13943
13793
|
NOT: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.EmployeeRolePermissionScalarWhereInput, z.ZodTypeDef, Prisma.EmployeeRolePermissionScalarWhereInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.EmployeeRolePermissionScalarWhereInput, z.ZodTypeDef, Prisma.EmployeeRolePermissionScalarWhereInput>>, "many">]>>;
|
|
13944
|
-
id: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.
|
|
13945
|
-
employeeRoleId: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.
|
|
13946
|
-
employeePermissionId: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.
|
|
13794
|
+
id: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.IntFilter<never>, z.ZodTypeDef, Prisma.IntFilter<never>>>, z.ZodNumber]>>;
|
|
13795
|
+
employeeRoleId: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.IntFilter<never>, z.ZodTypeDef, Prisma.IntFilter<never>>>, z.ZodNumber]>>;
|
|
13796
|
+
employeePermissionId: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.IntFilter<never>, z.ZodTypeDef, Prisma.IntFilter<never>>>, z.ZodNumber]>>;
|
|
13947
13797
|
updatedAt: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.DateTimeFilter<never>, z.ZodTypeDef, Prisma.DateTimeFilter<never>>>, z.ZodDate]>>;
|
|
13948
13798
|
}, "strict", z.ZodTypeAny, {
|
|
13949
|
-
id?:
|
|
13799
|
+
id?: number | Prisma.IntFilter<never> | undefined;
|
|
13950
13800
|
updatedAt?: Date | Prisma.DateTimeFilter<never> | undefined;
|
|
13951
|
-
employeeRoleId?:
|
|
13952
|
-
employeePermissionId?:
|
|
13801
|
+
employeeRoleId?: number | Prisma.IntFilter<never> | undefined;
|
|
13802
|
+
employeePermissionId?: number | Prisma.IntFilter<never> | undefined;
|
|
13953
13803
|
AND?: Prisma.EmployeeRolePermissionScalarWhereInput | Prisma.EmployeeRolePermissionScalarWhereInput[] | undefined;
|
|
13954
13804
|
OR?: Prisma.EmployeeRolePermissionScalarWhereInput[] | undefined;
|
|
13955
13805
|
NOT?: Prisma.EmployeeRolePermissionScalarWhereInput | Prisma.EmployeeRolePermissionScalarWhereInput[] | undefined;
|
|
13956
13806
|
}, {
|
|
13957
|
-
id?:
|
|
13807
|
+
id?: number | Prisma.IntFilter<never> | undefined;
|
|
13958
13808
|
updatedAt?: Date | Prisma.DateTimeFilter<never> | undefined;
|
|
13959
|
-
employeeRoleId?:
|
|
13960
|
-
employeePermissionId?:
|
|
13809
|
+
employeeRoleId?: number | Prisma.IntFilter<never> | undefined;
|
|
13810
|
+
employeePermissionId?: number | Prisma.IntFilter<never> | undefined;
|
|
13961
13811
|
AND?: Prisma.EmployeeRolePermissionScalarWhereInput | Prisma.EmployeeRolePermissionScalarWhereInput[] | undefined;
|
|
13962
13812
|
OR?: Prisma.EmployeeRolePermissionScalarWhereInput[] | undefined;
|
|
13963
13813
|
NOT?: Prisma.EmployeeRolePermissionScalarWhereInput | Prisma.EmployeeRolePermissionScalarWhereInput[] | undefined;
|
|
@@ -13968,23 +13818,23 @@ declare const EmployeeRolePermissionScalarWhereWithAggregatesInputObjectZodSchem
|
|
|
13968
13818
|
AND: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.EmployeeRolePermissionScalarWhereWithAggregatesInput, z.ZodTypeDef, Prisma.EmployeeRolePermissionScalarWhereWithAggregatesInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.EmployeeRolePermissionScalarWhereWithAggregatesInput, z.ZodTypeDef, Prisma.EmployeeRolePermissionScalarWhereWithAggregatesInput>>, "many">]>>;
|
|
13969
13819
|
OR: z.ZodOptional<z.ZodArray<z.ZodLazy<z.ZodType<Prisma.EmployeeRolePermissionScalarWhereWithAggregatesInput, z.ZodTypeDef, Prisma.EmployeeRolePermissionScalarWhereWithAggregatesInput>>, "many">>;
|
|
13970
13820
|
NOT: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.EmployeeRolePermissionScalarWhereWithAggregatesInput, z.ZodTypeDef, Prisma.EmployeeRolePermissionScalarWhereWithAggregatesInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.EmployeeRolePermissionScalarWhereWithAggregatesInput, z.ZodTypeDef, Prisma.EmployeeRolePermissionScalarWhereWithAggregatesInput>>, "many">]>>;
|
|
13971
|
-
id: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.
|
|
13972
|
-
employeeRoleId: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.
|
|
13973
|
-
employeePermissionId: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.
|
|
13821
|
+
id: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.IntWithAggregatesFilter<never>, z.ZodTypeDef, Prisma.IntWithAggregatesFilter<never>>>, z.ZodNumber]>>;
|
|
13822
|
+
employeeRoleId: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.IntWithAggregatesFilter<never>, z.ZodTypeDef, Prisma.IntWithAggregatesFilter<never>>>, z.ZodNumber]>>;
|
|
13823
|
+
employeePermissionId: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.IntWithAggregatesFilter<never>, z.ZodTypeDef, Prisma.IntWithAggregatesFilter<never>>>, z.ZodNumber]>>;
|
|
13974
13824
|
updatedAt: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.DateTimeWithAggregatesFilter<never>, z.ZodTypeDef, Prisma.DateTimeWithAggregatesFilter<never>>>, z.ZodDate]>>;
|
|
13975
13825
|
}, "strict", z.ZodTypeAny, {
|
|
13976
|
-
id?:
|
|
13826
|
+
id?: number | Prisma.IntWithAggregatesFilter<never> | undefined;
|
|
13977
13827
|
updatedAt?: Date | Prisma.DateTimeWithAggregatesFilter<never> | undefined;
|
|
13978
|
-
employeeRoleId?:
|
|
13979
|
-
employeePermissionId?:
|
|
13828
|
+
employeeRoleId?: number | Prisma.IntWithAggregatesFilter<never> | undefined;
|
|
13829
|
+
employeePermissionId?: number | Prisma.IntWithAggregatesFilter<never> | undefined;
|
|
13980
13830
|
AND?: Prisma.EmployeeRolePermissionScalarWhereWithAggregatesInput | Prisma.EmployeeRolePermissionScalarWhereWithAggregatesInput[] | undefined;
|
|
13981
13831
|
OR?: Prisma.EmployeeRolePermissionScalarWhereWithAggregatesInput[] | undefined;
|
|
13982
13832
|
NOT?: Prisma.EmployeeRolePermissionScalarWhereWithAggregatesInput | Prisma.EmployeeRolePermissionScalarWhereWithAggregatesInput[] | undefined;
|
|
13983
13833
|
}, {
|
|
13984
|
-
id?:
|
|
13834
|
+
id?: number | Prisma.IntWithAggregatesFilter<never> | undefined;
|
|
13985
13835
|
updatedAt?: Date | Prisma.DateTimeWithAggregatesFilter<never> | undefined;
|
|
13986
|
-
employeeRoleId?:
|
|
13987
|
-
employeePermissionId?:
|
|
13836
|
+
employeeRoleId?: number | Prisma.IntWithAggregatesFilter<never> | undefined;
|
|
13837
|
+
employeePermissionId?: number | Prisma.IntWithAggregatesFilter<never> | undefined;
|
|
13988
13838
|
AND?: Prisma.EmployeeRolePermissionScalarWhereWithAggregatesInput | Prisma.EmployeeRolePermissionScalarWhereWithAggregatesInput[] | undefined;
|
|
13989
13839
|
OR?: Prisma.EmployeeRolePermissionScalarWhereWithAggregatesInput[] | undefined;
|
|
13990
13840
|
NOT?: Prisma.EmployeeRolePermissionScalarWhereWithAggregatesInput | Prisma.EmployeeRolePermissionScalarWhereWithAggregatesInput[] | undefined;
|
|
@@ -14076,17 +13926,17 @@ declare const EmployeeRolePermissionSumOrderByAggregateInputObjectZodSchema: z.Z
|
|
|
14076
13926
|
|
|
14077
13927
|
declare const EmployeeRolePermissionUncheckedCreateInputObjectSchema: z.ZodType<Prisma.EmployeeRolePermissionUncheckedCreateInput>;
|
|
14078
13928
|
declare const EmployeeRolePermissionUncheckedCreateInputObjectZodSchema: z.ZodObject<{
|
|
14079
|
-
id: z.ZodOptional<z.
|
|
14080
|
-
employeeRoleId: z.
|
|
14081
|
-
employeePermissionId: z.
|
|
13929
|
+
id: z.ZodOptional<z.ZodNumber>;
|
|
13930
|
+
employeeRoleId: z.ZodNumber;
|
|
13931
|
+
employeePermissionId: z.ZodNumber;
|
|
14082
13932
|
}, "strict", z.ZodTypeAny, {
|
|
14083
|
-
employeeRoleId:
|
|
14084
|
-
employeePermissionId:
|
|
14085
|
-
id?:
|
|
13933
|
+
employeeRoleId: number;
|
|
13934
|
+
employeePermissionId: number;
|
|
13935
|
+
id?: number | undefined;
|
|
14086
13936
|
}, {
|
|
14087
|
-
employeeRoleId:
|
|
14088
|
-
employeePermissionId:
|
|
14089
|
-
id?:
|
|
13937
|
+
employeeRoleId: number;
|
|
13938
|
+
employeePermissionId: number;
|
|
13939
|
+
id?: number | undefined;
|
|
14090
13940
|
}>;
|
|
14091
13941
|
|
|
14092
13942
|
declare const EmployeeRolePermissionUncheckedCreateNestedManyWithoutEmployeePermissionInputObjectSchema: z.ZodType<Prisma.EmployeeRolePermissionUncheckedCreateNestedManyWithoutEmployeePermissionInput>;
|
|
@@ -14127,83 +13977,83 @@ declare const EmployeeRolePermissionUncheckedCreateNestedManyWithoutEmployeeRole
|
|
|
14127
13977
|
|
|
14128
13978
|
declare const EmployeeRolePermissionUncheckedCreateWithoutEmployeePermissionInputObjectSchema: z.ZodType<Prisma.EmployeeRolePermissionUncheckedCreateWithoutEmployeePermissionInput>;
|
|
14129
13979
|
declare const EmployeeRolePermissionUncheckedCreateWithoutEmployeePermissionInputObjectZodSchema: z.ZodObject<{
|
|
14130
|
-
id: z.ZodOptional<z.
|
|
14131
|
-
employeeRoleId: z.
|
|
13980
|
+
id: z.ZodOptional<z.ZodNumber>;
|
|
13981
|
+
employeeRoleId: z.ZodNumber;
|
|
14132
13982
|
updatedAt: z.ZodOptional<z.ZodDate>;
|
|
14133
13983
|
}, "strict", z.ZodTypeAny, {
|
|
14134
|
-
employeeRoleId:
|
|
14135
|
-
id?:
|
|
13984
|
+
employeeRoleId: number;
|
|
13985
|
+
id?: number | undefined;
|
|
14136
13986
|
updatedAt?: Date | undefined;
|
|
14137
13987
|
}, {
|
|
14138
|
-
employeeRoleId:
|
|
14139
|
-
id?:
|
|
13988
|
+
employeeRoleId: number;
|
|
13989
|
+
id?: number | undefined;
|
|
14140
13990
|
updatedAt?: Date | undefined;
|
|
14141
13991
|
}>;
|
|
14142
13992
|
|
|
14143
13993
|
declare const EmployeeRolePermissionUncheckedCreateWithoutEmployeeRoleInputObjectSchema: z.ZodType<Prisma.EmployeeRolePermissionUncheckedCreateWithoutEmployeeRoleInput>;
|
|
14144
13994
|
declare const EmployeeRolePermissionUncheckedCreateWithoutEmployeeRoleInputObjectZodSchema: z.ZodObject<{
|
|
14145
|
-
id: z.ZodOptional<z.
|
|
14146
|
-
employeePermissionId: z.
|
|
13995
|
+
id: z.ZodOptional<z.ZodNumber>;
|
|
13996
|
+
employeePermissionId: z.ZodNumber;
|
|
14147
13997
|
updatedAt: z.ZodOptional<z.ZodDate>;
|
|
14148
13998
|
}, "strict", z.ZodTypeAny, {
|
|
14149
|
-
employeePermissionId:
|
|
14150
|
-
id?:
|
|
13999
|
+
employeePermissionId: number;
|
|
14000
|
+
id?: number | undefined;
|
|
14151
14001
|
updatedAt?: Date | undefined;
|
|
14152
14002
|
}, {
|
|
14153
|
-
employeePermissionId:
|
|
14154
|
-
id?:
|
|
14003
|
+
employeePermissionId: number;
|
|
14004
|
+
id?: number | undefined;
|
|
14155
14005
|
updatedAt?: Date | undefined;
|
|
14156
14006
|
}>;
|
|
14157
14007
|
|
|
14158
14008
|
declare const EmployeeRolePermissionUncheckedUpdateInputObjectSchema: z.ZodType<Prisma.EmployeeRolePermissionUncheckedUpdateInput>;
|
|
14159
14009
|
declare const EmployeeRolePermissionUncheckedUpdateInputObjectZodSchema: z.ZodObject<{
|
|
14160
|
-
id: z.ZodOptional<z.ZodUnion<[z.
|
|
14161
|
-
employeeRoleId: z.ZodOptional<z.ZodUnion<[z.
|
|
14162
|
-
employeePermissionId: z.ZodOptional<z.ZodUnion<[z.
|
|
14010
|
+
id: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodLazy<z.ZodType<Prisma.IntFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.IntFieldUpdateOperationsInput>>]>>;
|
|
14011
|
+
employeeRoleId: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodLazy<z.ZodType<Prisma.IntFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.IntFieldUpdateOperationsInput>>]>>;
|
|
14012
|
+
employeePermissionId: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodLazy<z.ZodType<Prisma.IntFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.IntFieldUpdateOperationsInput>>]>>;
|
|
14163
14013
|
updatedAt: z.ZodOptional<z.ZodUnion<[z.ZodDate, z.ZodLazy<z.ZodType<Prisma.DateTimeFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.DateTimeFieldUpdateOperationsInput>>]>>;
|
|
14164
14014
|
}, "strict", z.ZodTypeAny, {
|
|
14165
|
-
id?:
|
|
14015
|
+
id?: number | Prisma.IntFieldUpdateOperationsInput | undefined;
|
|
14166
14016
|
updatedAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined;
|
|
14167
|
-
employeeRoleId?:
|
|
14168
|
-
employeePermissionId?:
|
|
14017
|
+
employeeRoleId?: number | Prisma.IntFieldUpdateOperationsInput | undefined;
|
|
14018
|
+
employeePermissionId?: number | Prisma.IntFieldUpdateOperationsInput | undefined;
|
|
14169
14019
|
}, {
|
|
14170
|
-
id?:
|
|
14020
|
+
id?: number | Prisma.IntFieldUpdateOperationsInput | undefined;
|
|
14171
14021
|
updatedAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined;
|
|
14172
|
-
employeeRoleId?:
|
|
14173
|
-
employeePermissionId?:
|
|
14022
|
+
employeeRoleId?: number | Prisma.IntFieldUpdateOperationsInput | undefined;
|
|
14023
|
+
employeePermissionId?: number | Prisma.IntFieldUpdateOperationsInput | undefined;
|
|
14174
14024
|
}>;
|
|
14175
14025
|
|
|
14176
14026
|
declare const EmployeeRolePermissionUncheckedUpdateManyInputObjectSchema: z.ZodType<Prisma.EmployeeRolePermissionUncheckedUpdateManyInput>;
|
|
14177
14027
|
declare const EmployeeRolePermissionUncheckedUpdateManyInputObjectZodSchema: z.ZodObject<{
|
|
14178
|
-
id: z.ZodOptional<z.ZodUnion<[z.
|
|
14179
|
-
employeeRoleId: z.ZodOptional<z.ZodUnion<[z.
|
|
14180
|
-
employeePermissionId: z.ZodOptional<z.ZodUnion<[z.
|
|
14028
|
+
id: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodLazy<z.ZodType<Prisma.IntFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.IntFieldUpdateOperationsInput>>]>>;
|
|
14029
|
+
employeeRoleId: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodLazy<z.ZodType<Prisma.IntFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.IntFieldUpdateOperationsInput>>]>>;
|
|
14030
|
+
employeePermissionId: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodLazy<z.ZodType<Prisma.IntFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.IntFieldUpdateOperationsInput>>]>>;
|
|
14181
14031
|
updatedAt: z.ZodOptional<z.ZodUnion<[z.ZodDate, z.ZodLazy<z.ZodType<Prisma.DateTimeFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.DateTimeFieldUpdateOperationsInput>>]>>;
|
|
14182
14032
|
}, "strict", z.ZodTypeAny, {
|
|
14183
|
-
id?:
|
|
14033
|
+
id?: number | Prisma.IntFieldUpdateOperationsInput | undefined;
|
|
14184
14034
|
updatedAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined;
|
|
14185
|
-
employeeRoleId?:
|
|
14186
|
-
employeePermissionId?:
|
|
14035
|
+
employeeRoleId?: number | Prisma.IntFieldUpdateOperationsInput | undefined;
|
|
14036
|
+
employeePermissionId?: number | Prisma.IntFieldUpdateOperationsInput | undefined;
|
|
14187
14037
|
}, {
|
|
14188
|
-
id?:
|
|
14038
|
+
id?: number | Prisma.IntFieldUpdateOperationsInput | undefined;
|
|
14189
14039
|
updatedAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined;
|
|
14190
|
-
employeeRoleId?:
|
|
14191
|
-
employeePermissionId?:
|
|
14040
|
+
employeeRoleId?: number | Prisma.IntFieldUpdateOperationsInput | undefined;
|
|
14041
|
+
employeePermissionId?: number | Prisma.IntFieldUpdateOperationsInput | undefined;
|
|
14192
14042
|
}>;
|
|
14193
14043
|
|
|
14194
14044
|
declare const EmployeeRolePermissionUncheckedUpdateManyWithoutEmployeePermissionInputObjectSchema: z.ZodType<Prisma.EmployeeRolePermissionUncheckedUpdateManyWithoutEmployeePermissionInput>;
|
|
14195
14045
|
declare const EmployeeRolePermissionUncheckedUpdateManyWithoutEmployeePermissionInputObjectZodSchema: z.ZodObject<{
|
|
14196
|
-
id: z.ZodOptional<z.ZodUnion<[z.
|
|
14197
|
-
employeeRoleId: z.ZodOptional<z.ZodUnion<[z.
|
|
14046
|
+
id: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodLazy<z.ZodType<Prisma.IntFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.IntFieldUpdateOperationsInput>>]>>;
|
|
14047
|
+
employeeRoleId: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodLazy<z.ZodType<Prisma.IntFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.IntFieldUpdateOperationsInput>>]>>;
|
|
14198
14048
|
updatedAt: z.ZodOptional<z.ZodUnion<[z.ZodDate, z.ZodLazy<z.ZodType<Prisma.DateTimeFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.DateTimeFieldUpdateOperationsInput>>]>>;
|
|
14199
14049
|
}, "strict", z.ZodTypeAny, {
|
|
14200
|
-
id?:
|
|
14050
|
+
id?: number | Prisma.IntFieldUpdateOperationsInput | undefined;
|
|
14201
14051
|
updatedAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined;
|
|
14202
|
-
employeeRoleId?:
|
|
14052
|
+
employeeRoleId?: number | Prisma.IntFieldUpdateOperationsInput | undefined;
|
|
14203
14053
|
}, {
|
|
14204
|
-
id?:
|
|
14054
|
+
id?: number | Prisma.IntFieldUpdateOperationsInput | undefined;
|
|
14205
14055
|
updatedAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined;
|
|
14206
|
-
employeeRoleId?:
|
|
14056
|
+
employeeRoleId?: number | Prisma.IntFieldUpdateOperationsInput | undefined;
|
|
14207
14057
|
}>;
|
|
14208
14058
|
|
|
14209
14059
|
declare const EmployeeRolePermissionUncheckedUpdateManyWithoutEmployeePermissionNestedInputObjectSchema: z.ZodType<Prisma.EmployeeRolePermissionUncheckedUpdateManyWithoutEmployeePermissionNestedInput>;
|
|
@@ -14247,17 +14097,17 @@ declare const EmployeeRolePermissionUncheckedUpdateManyWithoutEmployeePermission
|
|
|
14247
14097
|
|
|
14248
14098
|
declare const EmployeeRolePermissionUncheckedUpdateManyWithoutEmployeeRoleInputObjectSchema: z.ZodType<Prisma.EmployeeRolePermissionUncheckedUpdateManyWithoutEmployeeRoleInput>;
|
|
14249
14099
|
declare const EmployeeRolePermissionUncheckedUpdateManyWithoutEmployeeRoleInputObjectZodSchema: z.ZodObject<{
|
|
14250
|
-
id: z.ZodOptional<z.ZodUnion<[z.
|
|
14251
|
-
employeePermissionId: z.ZodOptional<z.ZodUnion<[z.
|
|
14100
|
+
id: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodLazy<z.ZodType<Prisma.IntFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.IntFieldUpdateOperationsInput>>]>>;
|
|
14101
|
+
employeePermissionId: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodLazy<z.ZodType<Prisma.IntFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.IntFieldUpdateOperationsInput>>]>>;
|
|
14252
14102
|
updatedAt: z.ZodOptional<z.ZodUnion<[z.ZodDate, z.ZodLazy<z.ZodType<Prisma.DateTimeFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.DateTimeFieldUpdateOperationsInput>>]>>;
|
|
14253
14103
|
}, "strict", z.ZodTypeAny, {
|
|
14254
|
-
id?:
|
|
14104
|
+
id?: number | Prisma.IntFieldUpdateOperationsInput | undefined;
|
|
14255
14105
|
updatedAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined;
|
|
14256
|
-
employeePermissionId?:
|
|
14106
|
+
employeePermissionId?: number | Prisma.IntFieldUpdateOperationsInput | undefined;
|
|
14257
14107
|
}, {
|
|
14258
|
-
id?:
|
|
14108
|
+
id?: number | Prisma.IntFieldUpdateOperationsInput | undefined;
|
|
14259
14109
|
updatedAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined;
|
|
14260
|
-
employeePermissionId?:
|
|
14110
|
+
employeePermissionId?: number | Prisma.IntFieldUpdateOperationsInput | undefined;
|
|
14261
14111
|
}>;
|
|
14262
14112
|
|
|
14263
14113
|
declare const EmployeeRolePermissionUncheckedUpdateManyWithoutEmployeeRoleNestedInputObjectSchema: z.ZodType<Prisma.EmployeeRolePermissionUncheckedUpdateManyWithoutEmployeeRoleNestedInput>;
|
|
@@ -14301,47 +14151,44 @@ declare const EmployeeRolePermissionUncheckedUpdateManyWithoutEmployeeRoleNested
|
|
|
14301
14151
|
|
|
14302
14152
|
declare const EmployeeRolePermissionUncheckedUpdateWithoutEmployeePermissionInputObjectSchema: z.ZodType<Prisma.EmployeeRolePermissionUncheckedUpdateWithoutEmployeePermissionInput>;
|
|
14303
14153
|
declare const EmployeeRolePermissionUncheckedUpdateWithoutEmployeePermissionInputObjectZodSchema: z.ZodObject<{
|
|
14304
|
-
id: z.ZodOptional<z.ZodUnion<[z.
|
|
14305
|
-
employeeRoleId: z.ZodOptional<z.ZodUnion<[z.
|
|
14154
|
+
id: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodLazy<z.ZodType<Prisma.IntFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.IntFieldUpdateOperationsInput>>]>>;
|
|
14155
|
+
employeeRoleId: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodLazy<z.ZodType<Prisma.IntFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.IntFieldUpdateOperationsInput>>]>>;
|
|
14306
14156
|
updatedAt: z.ZodOptional<z.ZodUnion<[z.ZodDate, z.ZodLazy<z.ZodType<Prisma.DateTimeFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.DateTimeFieldUpdateOperationsInput>>]>>;
|
|
14307
14157
|
}, "strict", z.ZodTypeAny, {
|
|
14308
|
-
id?:
|
|
14158
|
+
id?: number | Prisma.IntFieldUpdateOperationsInput | undefined;
|
|
14309
14159
|
updatedAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined;
|
|
14310
|
-
employeeRoleId?:
|
|
14160
|
+
employeeRoleId?: number | Prisma.IntFieldUpdateOperationsInput | undefined;
|
|
14311
14161
|
}, {
|
|
14312
|
-
id?:
|
|
14162
|
+
id?: number | Prisma.IntFieldUpdateOperationsInput | undefined;
|
|
14313
14163
|
updatedAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined;
|
|
14314
|
-
employeeRoleId?:
|
|
14164
|
+
employeeRoleId?: number | Prisma.IntFieldUpdateOperationsInput | undefined;
|
|
14315
14165
|
}>;
|
|
14316
14166
|
|
|
14317
14167
|
declare const EmployeeRolePermissionUncheckedUpdateWithoutEmployeeRoleInputObjectSchema: z.ZodType<Prisma.EmployeeRolePermissionUncheckedUpdateWithoutEmployeeRoleInput>;
|
|
14318
14168
|
declare const EmployeeRolePermissionUncheckedUpdateWithoutEmployeeRoleInputObjectZodSchema: z.ZodObject<{
|
|
14319
|
-
id: z.ZodOptional<z.ZodUnion<[z.
|
|
14320
|
-
employeePermissionId: z.ZodOptional<z.ZodUnion<[z.
|
|
14169
|
+
id: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodLazy<z.ZodType<Prisma.IntFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.IntFieldUpdateOperationsInput>>]>>;
|
|
14170
|
+
employeePermissionId: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodLazy<z.ZodType<Prisma.IntFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.IntFieldUpdateOperationsInput>>]>>;
|
|
14321
14171
|
updatedAt: z.ZodOptional<z.ZodUnion<[z.ZodDate, z.ZodLazy<z.ZodType<Prisma.DateTimeFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.DateTimeFieldUpdateOperationsInput>>]>>;
|
|
14322
14172
|
}, "strict", z.ZodTypeAny, {
|
|
14323
|
-
id?:
|
|
14173
|
+
id?: number | Prisma.IntFieldUpdateOperationsInput | undefined;
|
|
14324
14174
|
updatedAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined;
|
|
14325
|
-
employeePermissionId?:
|
|
14175
|
+
employeePermissionId?: number | Prisma.IntFieldUpdateOperationsInput | undefined;
|
|
14326
14176
|
}, {
|
|
14327
|
-
id?:
|
|
14177
|
+
id?: number | Prisma.IntFieldUpdateOperationsInput | undefined;
|
|
14328
14178
|
updatedAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined;
|
|
14329
|
-
employeePermissionId?:
|
|
14179
|
+
employeePermissionId?: number | Prisma.IntFieldUpdateOperationsInput | undefined;
|
|
14330
14180
|
}>;
|
|
14331
14181
|
|
|
14332
14182
|
declare const EmployeeRolePermissionUpdateInputObjectSchema: z.ZodType<Prisma.EmployeeRolePermissionUpdateInput>;
|
|
14333
14183
|
declare const EmployeeRolePermissionUpdateInputObjectZodSchema: z.ZodObject<{
|
|
14334
|
-
id: z.ZodOptional<z.ZodUnion<[z.ZodBigInt, z.ZodLazy<z.ZodType<Prisma.BigIntFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.BigIntFieldUpdateOperationsInput>>]>>;
|
|
14335
14184
|
updatedAt: z.ZodOptional<z.ZodUnion<[z.ZodDate, z.ZodLazy<z.ZodType<Prisma.DateTimeFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.DateTimeFieldUpdateOperationsInput>>]>>;
|
|
14336
14185
|
employeeRole: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.EmployeeRoleUpdateOneRequiredWithoutPermissionsNestedInput, z.ZodTypeDef, Prisma.EmployeeRoleUpdateOneRequiredWithoutPermissionsNestedInput>>>;
|
|
14337
14186
|
employeePermission: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.EmployeePermissionUpdateOneRequiredWithoutRolePermissionsNestedInput, z.ZodTypeDef, Prisma.EmployeePermissionUpdateOneRequiredWithoutRolePermissionsNestedInput>>>;
|
|
14338
14187
|
}, "strict", z.ZodTypeAny, {
|
|
14339
|
-
id?: bigint | Prisma.BigIntFieldUpdateOperationsInput | undefined;
|
|
14340
14188
|
updatedAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined;
|
|
14341
14189
|
employeeRole?: Prisma.EmployeeRoleUpdateOneRequiredWithoutPermissionsNestedInput | undefined;
|
|
14342
14190
|
employeePermission?: Prisma.EmployeePermissionUpdateOneRequiredWithoutRolePermissionsNestedInput | undefined;
|
|
14343
14191
|
}, {
|
|
14344
|
-
id?: bigint | Prisma.BigIntFieldUpdateOperationsInput | undefined;
|
|
14345
14192
|
updatedAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined;
|
|
14346
14193
|
employeeRole?: Prisma.EmployeeRoleUpdateOneRequiredWithoutPermissionsNestedInput | undefined;
|
|
14347
14194
|
employeePermission?: Prisma.EmployeePermissionUpdateOneRequiredWithoutRolePermissionsNestedInput | undefined;
|
|
@@ -14349,13 +14196,10 @@ declare const EmployeeRolePermissionUpdateInputObjectZodSchema: z.ZodObject<{
|
|
|
14349
14196
|
|
|
14350
14197
|
declare const EmployeeRolePermissionUpdateManyMutationInputObjectSchema: z.ZodType<Prisma.EmployeeRolePermissionUpdateManyMutationInput>;
|
|
14351
14198
|
declare const EmployeeRolePermissionUpdateManyMutationInputObjectZodSchema: z.ZodObject<{
|
|
14352
|
-
id: z.ZodOptional<z.ZodUnion<[z.ZodBigInt, z.ZodLazy<z.ZodType<Prisma.BigIntFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.BigIntFieldUpdateOperationsInput>>]>>;
|
|
14353
14199
|
updatedAt: z.ZodOptional<z.ZodUnion<[z.ZodDate, z.ZodLazy<z.ZodType<Prisma.DateTimeFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.DateTimeFieldUpdateOperationsInput>>]>>;
|
|
14354
14200
|
}, "strict", z.ZodTypeAny, {
|
|
14355
|
-
id?: bigint | Prisma.BigIntFieldUpdateOperationsInput | undefined;
|
|
14356
14201
|
updatedAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined;
|
|
14357
14202
|
}, {
|
|
14358
|
-
id?: bigint | Prisma.BigIntFieldUpdateOperationsInput | undefined;
|
|
14359
14203
|
updatedAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined;
|
|
14360
14204
|
}>;
|
|
14361
14205
|
|
|
@@ -14487,30 +14331,24 @@ declare const EmployeeRolePermissionUpdateWithWhereUniqueWithoutEmployeeRoleInpu
|
|
|
14487
14331
|
|
|
14488
14332
|
declare const EmployeeRolePermissionUpdateWithoutEmployeePermissionInputObjectSchema: z.ZodType<Prisma.EmployeeRolePermissionUpdateWithoutEmployeePermissionInput>;
|
|
14489
14333
|
declare const EmployeeRolePermissionUpdateWithoutEmployeePermissionInputObjectZodSchema: z.ZodObject<{
|
|
14490
|
-
id: z.ZodOptional<z.ZodUnion<[z.ZodBigInt, z.ZodLazy<z.ZodType<Prisma.BigIntFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.BigIntFieldUpdateOperationsInput>>]>>;
|
|
14491
14334
|
updatedAt: z.ZodOptional<z.ZodUnion<[z.ZodDate, z.ZodLazy<z.ZodType<Prisma.DateTimeFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.DateTimeFieldUpdateOperationsInput>>]>>;
|
|
14492
14335
|
employeeRole: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.EmployeeRoleUpdateOneRequiredWithoutPermissionsNestedInput, z.ZodTypeDef, Prisma.EmployeeRoleUpdateOneRequiredWithoutPermissionsNestedInput>>>;
|
|
14493
14336
|
}, "strict", z.ZodTypeAny, {
|
|
14494
|
-
id?: bigint | Prisma.BigIntFieldUpdateOperationsInput | undefined;
|
|
14495
14337
|
updatedAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined;
|
|
14496
14338
|
employeeRole?: Prisma.EmployeeRoleUpdateOneRequiredWithoutPermissionsNestedInput | undefined;
|
|
14497
14339
|
}, {
|
|
14498
|
-
id?: bigint | Prisma.BigIntFieldUpdateOperationsInput | undefined;
|
|
14499
14340
|
updatedAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined;
|
|
14500
14341
|
employeeRole?: Prisma.EmployeeRoleUpdateOneRequiredWithoutPermissionsNestedInput | undefined;
|
|
14501
14342
|
}>;
|
|
14502
14343
|
|
|
14503
14344
|
declare const EmployeeRolePermissionUpdateWithoutEmployeeRoleInputObjectSchema: z.ZodType<Prisma.EmployeeRolePermissionUpdateWithoutEmployeeRoleInput>;
|
|
14504
14345
|
declare const EmployeeRolePermissionUpdateWithoutEmployeeRoleInputObjectZodSchema: z.ZodObject<{
|
|
14505
|
-
id: z.ZodOptional<z.ZodUnion<[z.ZodBigInt, z.ZodLazy<z.ZodType<Prisma.BigIntFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.BigIntFieldUpdateOperationsInput>>]>>;
|
|
14506
14346
|
updatedAt: z.ZodOptional<z.ZodUnion<[z.ZodDate, z.ZodLazy<z.ZodType<Prisma.DateTimeFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.DateTimeFieldUpdateOperationsInput>>]>>;
|
|
14507
14347
|
employeePermission: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.EmployeePermissionUpdateOneRequiredWithoutRolePermissionsNestedInput, z.ZodTypeDef, Prisma.EmployeePermissionUpdateOneRequiredWithoutRolePermissionsNestedInput>>>;
|
|
14508
14348
|
}, "strict", z.ZodTypeAny, {
|
|
14509
|
-
id?: bigint | Prisma.BigIntFieldUpdateOperationsInput | undefined;
|
|
14510
14349
|
updatedAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined;
|
|
14511
14350
|
employeePermission?: Prisma.EmployeePermissionUpdateOneRequiredWithoutRolePermissionsNestedInput | undefined;
|
|
14512
14351
|
}, {
|
|
14513
|
-
id?: bigint | Prisma.BigIntFieldUpdateOperationsInput | undefined;
|
|
14514
14352
|
updatedAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined;
|
|
14515
14353
|
employeePermission?: Prisma.EmployeePermissionUpdateOneRequiredWithoutRolePermissionsNestedInput | undefined;
|
|
14516
14354
|
}>;
|
|
@@ -14550,27 +14388,27 @@ declare const EmployeeRolePermissionWhereInputObjectZodSchema: z.ZodObject<{
|
|
|
14550
14388
|
AND: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.EmployeeRolePermissionWhereInput, z.ZodTypeDef, Prisma.EmployeeRolePermissionWhereInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.EmployeeRolePermissionWhereInput, z.ZodTypeDef, Prisma.EmployeeRolePermissionWhereInput>>, "many">]>>;
|
|
14551
14389
|
OR: z.ZodOptional<z.ZodArray<z.ZodLazy<z.ZodType<Prisma.EmployeeRolePermissionWhereInput, z.ZodTypeDef, Prisma.EmployeeRolePermissionWhereInput>>, "many">>;
|
|
14552
14390
|
NOT: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.EmployeeRolePermissionWhereInput, z.ZodTypeDef, Prisma.EmployeeRolePermissionWhereInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.EmployeeRolePermissionWhereInput, z.ZodTypeDef, Prisma.EmployeeRolePermissionWhereInput>>, "many">]>>;
|
|
14553
|
-
id: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.
|
|
14554
|
-
employeeRoleId: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.
|
|
14555
|
-
employeePermissionId: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.
|
|
14391
|
+
id: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.IntFilter<never>, z.ZodTypeDef, Prisma.IntFilter<never>>>, z.ZodNumber]>>;
|
|
14392
|
+
employeeRoleId: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.IntFilter<never>, z.ZodTypeDef, Prisma.IntFilter<never>>>, z.ZodNumber]>>;
|
|
14393
|
+
employeePermissionId: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.IntFilter<never>, z.ZodTypeDef, Prisma.IntFilter<never>>>, z.ZodNumber]>>;
|
|
14556
14394
|
updatedAt: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.DateTimeFilter<never>, z.ZodTypeDef, Prisma.DateTimeFilter<never>>>, z.ZodDate]>>;
|
|
14557
14395
|
employeeRole: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.EmployeeRoleScalarRelationFilter, z.ZodTypeDef, Prisma.EmployeeRoleScalarRelationFilter>>, z.ZodLazy<z.ZodType<Prisma.EmployeeRoleWhereInput, z.ZodTypeDef, Prisma.EmployeeRoleWhereInput>>]>>;
|
|
14558
14396
|
employeePermission: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.EmployeePermissionScalarRelationFilter, z.ZodTypeDef, Prisma.EmployeePermissionScalarRelationFilter>>, z.ZodLazy<z.ZodType<Prisma.EmployeePermissionWhereInput, z.ZodTypeDef, Prisma.EmployeePermissionWhereInput>>]>>;
|
|
14559
14397
|
}, "strict", z.ZodTypeAny, {
|
|
14560
|
-
id?:
|
|
14398
|
+
id?: number | Prisma.IntFilter<never> | undefined;
|
|
14561
14399
|
updatedAt?: Date | Prisma.DateTimeFilter<never> | undefined;
|
|
14562
|
-
employeeRoleId?:
|
|
14563
|
-
employeePermissionId?:
|
|
14400
|
+
employeeRoleId?: number | Prisma.IntFilter<never> | undefined;
|
|
14401
|
+
employeePermissionId?: number | Prisma.IntFilter<never> | undefined;
|
|
14564
14402
|
AND?: Prisma.EmployeeRolePermissionWhereInput | Prisma.EmployeeRolePermissionWhereInput[] | undefined;
|
|
14565
14403
|
OR?: Prisma.EmployeeRolePermissionWhereInput[] | undefined;
|
|
14566
14404
|
NOT?: Prisma.EmployeeRolePermissionWhereInput | Prisma.EmployeeRolePermissionWhereInput[] | undefined;
|
|
14567
14405
|
employeeRole?: Prisma.EmployeeRoleScalarRelationFilter | Prisma.EmployeeRoleWhereInput | undefined;
|
|
14568
14406
|
employeePermission?: Prisma.EmployeePermissionWhereInput | Prisma.EmployeePermissionScalarRelationFilter | undefined;
|
|
14569
14407
|
}, {
|
|
14570
|
-
id?:
|
|
14408
|
+
id?: number | Prisma.IntFilter<never> | undefined;
|
|
14571
14409
|
updatedAt?: Date | Prisma.DateTimeFilter<never> | undefined;
|
|
14572
|
-
employeeRoleId?:
|
|
14573
|
-
employeePermissionId?:
|
|
14410
|
+
employeeRoleId?: number | Prisma.IntFilter<never> | undefined;
|
|
14411
|
+
employeePermissionId?: number | Prisma.IntFilter<never> | undefined;
|
|
14574
14412
|
AND?: Prisma.EmployeeRolePermissionWhereInput | Prisma.EmployeeRolePermissionWhereInput[] | undefined;
|
|
14575
14413
|
OR?: Prisma.EmployeeRolePermissionWhereInput[] | undefined;
|
|
14576
14414
|
NOT?: Prisma.EmployeeRolePermissionWhereInput | Prisma.EmployeeRolePermissionWhereInput[] | undefined;
|
|
@@ -14580,13 +14418,13 @@ declare const EmployeeRolePermissionWhereInputObjectZodSchema: z.ZodObject<{
|
|
|
14580
14418
|
|
|
14581
14419
|
declare const EmployeeRolePermissionWhereUniqueInputObjectSchema: z.ZodType<Prisma.EmployeeRolePermissionWhereUniqueInput>;
|
|
14582
14420
|
declare const EmployeeRolePermissionWhereUniqueInputObjectZodSchema: z.ZodObject<{
|
|
14583
|
-
id: z.ZodOptional<z.
|
|
14421
|
+
id: z.ZodOptional<z.ZodNumber>;
|
|
14584
14422
|
employeeRoleId_employeePermissionId: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.EmployeeRolePermissionEmployeeRoleIdEmployeePermissionIdCompoundUniqueInput, z.ZodTypeDef, Prisma.EmployeeRolePermissionEmployeeRoleIdEmployeePermissionIdCompoundUniqueInput>>>;
|
|
14585
14423
|
}, "strict", z.ZodTypeAny, {
|
|
14586
|
-
id?:
|
|
14424
|
+
id?: number | undefined;
|
|
14587
14425
|
employeeRoleId_employeePermissionId?: Prisma.EmployeeRolePermissionEmployeeRoleIdEmployeePermissionIdCompoundUniqueInput | undefined;
|
|
14588
14426
|
}, {
|
|
14589
|
-
id?:
|
|
14427
|
+
id?: number | undefined;
|
|
14590
14428
|
employeeRoleId_employeePermissionId?: Prisma.EmployeeRolePermissionEmployeeRoleIdEmployeePermissionIdCompoundUniqueInput | undefined;
|
|
14591
14429
|
}>;
|
|
14592
14430
|
|
|
@@ -14607,12 +14445,12 @@ declare const EmployeeRoleScalarWhereWithAggregatesInputObjectZodSchema: z.ZodOb
|
|
|
14607
14445
|
AND: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.EmployeeRoleScalarWhereWithAggregatesInput, z.ZodTypeDef, Prisma.EmployeeRoleScalarWhereWithAggregatesInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.EmployeeRoleScalarWhereWithAggregatesInput, z.ZodTypeDef, Prisma.EmployeeRoleScalarWhereWithAggregatesInput>>, "many">]>>;
|
|
14608
14446
|
OR: z.ZodOptional<z.ZodArray<z.ZodLazy<z.ZodType<Prisma.EmployeeRoleScalarWhereWithAggregatesInput, z.ZodTypeDef, Prisma.EmployeeRoleScalarWhereWithAggregatesInput>>, "many">>;
|
|
14609
14447
|
NOT: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.EmployeeRoleScalarWhereWithAggregatesInput, z.ZodTypeDef, Prisma.EmployeeRoleScalarWhereWithAggregatesInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.EmployeeRoleScalarWhereWithAggregatesInput, z.ZodTypeDef, Prisma.EmployeeRoleScalarWhereWithAggregatesInput>>, "many">]>>;
|
|
14610
|
-
id: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.
|
|
14448
|
+
id: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.IntWithAggregatesFilter<never>, z.ZodTypeDef, Prisma.IntWithAggregatesFilter<never>>>, z.ZodNumber]>>;
|
|
14611
14449
|
name: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.StringWithAggregatesFilter<never>, z.ZodTypeDef, Prisma.StringWithAggregatesFilter<never>>>, z.ZodString]>>;
|
|
14612
14450
|
color: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.StringNullableWithAggregatesFilter<never>, z.ZodTypeDef, Prisma.StringNullableWithAggregatesFilter<never>>>, z.ZodString]>>>;
|
|
14613
14451
|
updatedAt: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.DateTimeWithAggregatesFilter<never>, z.ZodTypeDef, Prisma.DateTimeWithAggregatesFilter<never>>>, z.ZodDate]>>;
|
|
14614
14452
|
}, "strict", z.ZodTypeAny, {
|
|
14615
|
-
id?:
|
|
14453
|
+
id?: number | Prisma.IntWithAggregatesFilter<never> | undefined;
|
|
14616
14454
|
updatedAt?: Date | Prisma.DateTimeWithAggregatesFilter<never> | undefined;
|
|
14617
14455
|
name?: string | Prisma.StringWithAggregatesFilter<never> | undefined;
|
|
14618
14456
|
color?: string | Prisma.StringNullableWithAggregatesFilter<never> | null | undefined;
|
|
@@ -14620,7 +14458,7 @@ declare const EmployeeRoleScalarWhereWithAggregatesInputObjectZodSchema: z.ZodOb
|
|
|
14620
14458
|
OR?: Prisma.EmployeeRoleScalarWhereWithAggregatesInput[] | undefined;
|
|
14621
14459
|
NOT?: Prisma.EmployeeRoleScalarWhereWithAggregatesInput | Prisma.EmployeeRoleScalarWhereWithAggregatesInput[] | undefined;
|
|
14622
14460
|
}, {
|
|
14623
|
-
id?:
|
|
14461
|
+
id?: number | Prisma.IntWithAggregatesFilter<never> | undefined;
|
|
14624
14462
|
updatedAt?: Date | Prisma.DateTimeWithAggregatesFilter<never> | undefined;
|
|
14625
14463
|
name?: string | Prisma.StringWithAggregatesFilter<never> | undefined;
|
|
14626
14464
|
color?: string | Prisma.StringNullableWithAggregatesFilter<never> | null | undefined;
|
|
@@ -14686,20 +14524,20 @@ declare const EmployeeRoleSumOrderByAggregateInputObjectZodSchema: z.ZodObject<{
|
|
|
14686
14524
|
|
|
14687
14525
|
declare const EmployeeRoleUncheckedCreateInputObjectSchema: z.ZodType<Prisma.EmployeeRoleUncheckedCreateInput>;
|
|
14688
14526
|
declare const EmployeeRoleUncheckedCreateInputObjectZodSchema: z.ZodObject<{
|
|
14689
|
-
id: z.ZodOptional<z.
|
|
14527
|
+
id: z.ZodOptional<z.ZodNumber>;
|
|
14690
14528
|
name: z.ZodString;
|
|
14691
14529
|
color: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
14692
14530
|
assignments: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.EmployeeRoleAssignmentUncheckedCreateNestedManyWithoutEmployeeRoleInput, z.ZodTypeDef, Prisma.EmployeeRoleAssignmentUncheckedCreateNestedManyWithoutEmployeeRoleInput>>>;
|
|
14693
14531
|
permissions: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.EmployeeRolePermissionUncheckedCreateNestedManyWithoutEmployeeRoleInput, z.ZodTypeDef, Prisma.EmployeeRolePermissionUncheckedCreateNestedManyWithoutEmployeeRoleInput>>>;
|
|
14694
14532
|
}, "strict", z.ZodTypeAny, {
|
|
14695
14533
|
name: string;
|
|
14696
|
-
id?:
|
|
14534
|
+
id?: number | undefined;
|
|
14697
14535
|
color?: string | null | undefined;
|
|
14698
14536
|
assignments?: Prisma.EmployeeRoleAssignmentUncheckedCreateNestedManyWithoutEmployeeRoleInput | undefined;
|
|
14699
14537
|
permissions?: Prisma.EmployeeRolePermissionUncheckedCreateNestedManyWithoutEmployeeRoleInput | undefined;
|
|
14700
14538
|
}, {
|
|
14701
14539
|
name: string;
|
|
14702
|
-
id?:
|
|
14540
|
+
id?: number | undefined;
|
|
14703
14541
|
color?: string | null | undefined;
|
|
14704
14542
|
assignments?: Prisma.EmployeeRoleAssignmentUncheckedCreateNestedManyWithoutEmployeeRoleInput | undefined;
|
|
14705
14543
|
permissions?: Prisma.EmployeeRolePermissionUncheckedCreateNestedManyWithoutEmployeeRoleInput | undefined;
|
|
@@ -14707,20 +14545,20 @@ declare const EmployeeRoleUncheckedCreateInputObjectZodSchema: z.ZodObject<{
|
|
|
14707
14545
|
|
|
14708
14546
|
declare const EmployeeRoleUncheckedCreateWithoutAssignmentsInputObjectSchema: z.ZodType<Prisma.EmployeeRoleUncheckedCreateWithoutAssignmentsInput>;
|
|
14709
14547
|
declare const EmployeeRoleUncheckedCreateWithoutAssignmentsInputObjectZodSchema: z.ZodObject<{
|
|
14710
|
-
id: z.ZodOptional<z.
|
|
14548
|
+
id: z.ZodOptional<z.ZodNumber>;
|
|
14711
14549
|
name: z.ZodString;
|
|
14712
14550
|
color: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
14713
14551
|
updatedAt: z.ZodOptional<z.ZodDate>;
|
|
14714
14552
|
permissions: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.EmployeeRolePermissionUncheckedCreateNestedManyWithoutEmployeeRoleInput, z.ZodTypeDef, Prisma.EmployeeRolePermissionUncheckedCreateNestedManyWithoutEmployeeRoleInput>>>;
|
|
14715
14553
|
}, "strict", z.ZodTypeAny, {
|
|
14716
14554
|
name: string;
|
|
14717
|
-
id?:
|
|
14555
|
+
id?: number | undefined;
|
|
14718
14556
|
updatedAt?: Date | undefined;
|
|
14719
14557
|
color?: string | null | undefined;
|
|
14720
14558
|
permissions?: Prisma.EmployeeRolePermissionUncheckedCreateNestedManyWithoutEmployeeRoleInput | undefined;
|
|
14721
14559
|
}, {
|
|
14722
14560
|
name: string;
|
|
14723
|
-
id?:
|
|
14561
|
+
id?: number | undefined;
|
|
14724
14562
|
updatedAt?: Date | undefined;
|
|
14725
14563
|
color?: string | null | undefined;
|
|
14726
14564
|
permissions?: Prisma.EmployeeRolePermissionUncheckedCreateNestedManyWithoutEmployeeRoleInput | undefined;
|
|
@@ -14728,20 +14566,20 @@ declare const EmployeeRoleUncheckedCreateWithoutAssignmentsInputObjectZodSchema:
|
|
|
14728
14566
|
|
|
14729
14567
|
declare const EmployeeRoleUncheckedCreateWithoutPermissionsInputObjectSchema: z.ZodType<Prisma.EmployeeRoleUncheckedCreateWithoutPermissionsInput>;
|
|
14730
14568
|
declare const EmployeeRoleUncheckedCreateWithoutPermissionsInputObjectZodSchema: z.ZodObject<{
|
|
14731
|
-
id: z.ZodOptional<z.
|
|
14569
|
+
id: z.ZodOptional<z.ZodNumber>;
|
|
14732
14570
|
name: z.ZodString;
|
|
14733
14571
|
color: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
14734
14572
|
updatedAt: z.ZodOptional<z.ZodDate>;
|
|
14735
14573
|
assignments: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.EmployeeRoleAssignmentUncheckedCreateNestedManyWithoutEmployeeRoleInput, z.ZodTypeDef, Prisma.EmployeeRoleAssignmentUncheckedCreateNestedManyWithoutEmployeeRoleInput>>>;
|
|
14736
14574
|
}, "strict", z.ZodTypeAny, {
|
|
14737
14575
|
name: string;
|
|
14738
|
-
id?:
|
|
14576
|
+
id?: number | undefined;
|
|
14739
14577
|
updatedAt?: Date | undefined;
|
|
14740
14578
|
color?: string | null | undefined;
|
|
14741
14579
|
assignments?: Prisma.EmployeeRoleAssignmentUncheckedCreateNestedManyWithoutEmployeeRoleInput | undefined;
|
|
14742
14580
|
}, {
|
|
14743
14581
|
name: string;
|
|
14744
|
-
id?:
|
|
14582
|
+
id?: number | undefined;
|
|
14745
14583
|
updatedAt?: Date | undefined;
|
|
14746
14584
|
color?: string | null | undefined;
|
|
14747
14585
|
assignments?: Prisma.EmployeeRoleAssignmentUncheckedCreateNestedManyWithoutEmployeeRoleInput | undefined;
|
|
@@ -14749,21 +14587,21 @@ declare const EmployeeRoleUncheckedCreateWithoutPermissionsInputObjectZodSchema:
|
|
|
14749
14587
|
|
|
14750
14588
|
declare const EmployeeRoleUncheckedUpdateInputObjectSchema: z.ZodType<Prisma.EmployeeRoleUncheckedUpdateInput>;
|
|
14751
14589
|
declare const EmployeeRoleUncheckedUpdateInputObjectZodSchema: z.ZodObject<{
|
|
14752
|
-
id: z.ZodOptional<z.ZodUnion<[z.
|
|
14590
|
+
id: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodLazy<z.ZodType<Prisma.IntFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.IntFieldUpdateOperationsInput>>]>>;
|
|
14753
14591
|
name: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodLazy<z.ZodType<Prisma.StringFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.StringFieldUpdateOperationsInput>>]>>;
|
|
14754
14592
|
color: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodLazy<z.ZodType<Prisma.NullableStringFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.NullableStringFieldUpdateOperationsInput>>]>>>;
|
|
14755
14593
|
updatedAt: z.ZodOptional<z.ZodUnion<[z.ZodDate, z.ZodLazy<z.ZodType<Prisma.DateTimeFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.DateTimeFieldUpdateOperationsInput>>]>>;
|
|
14756
14594
|
assignments: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.EmployeeRoleAssignmentUncheckedUpdateManyWithoutEmployeeRoleNestedInput, z.ZodTypeDef, Prisma.EmployeeRoleAssignmentUncheckedUpdateManyWithoutEmployeeRoleNestedInput>>>;
|
|
14757
14595
|
permissions: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.EmployeeRolePermissionUncheckedUpdateManyWithoutEmployeeRoleNestedInput, z.ZodTypeDef, Prisma.EmployeeRolePermissionUncheckedUpdateManyWithoutEmployeeRoleNestedInput>>>;
|
|
14758
14596
|
}, "strict", z.ZodTypeAny, {
|
|
14759
|
-
id?:
|
|
14597
|
+
id?: number | Prisma.IntFieldUpdateOperationsInput | undefined;
|
|
14760
14598
|
updatedAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined;
|
|
14761
14599
|
name?: string | Prisma.StringFieldUpdateOperationsInput | undefined;
|
|
14762
14600
|
color?: string | Prisma.NullableStringFieldUpdateOperationsInput | null | undefined;
|
|
14763
14601
|
assignments?: Prisma.EmployeeRoleAssignmentUncheckedUpdateManyWithoutEmployeeRoleNestedInput | undefined;
|
|
14764
14602
|
permissions?: Prisma.EmployeeRolePermissionUncheckedUpdateManyWithoutEmployeeRoleNestedInput | undefined;
|
|
14765
14603
|
}, {
|
|
14766
|
-
id?:
|
|
14604
|
+
id?: number | Prisma.IntFieldUpdateOperationsInput | undefined;
|
|
14767
14605
|
updatedAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined;
|
|
14768
14606
|
name?: string | Prisma.StringFieldUpdateOperationsInput | undefined;
|
|
14769
14607
|
color?: string | Prisma.NullableStringFieldUpdateOperationsInput | null | undefined;
|
|
@@ -14773,17 +14611,17 @@ declare const EmployeeRoleUncheckedUpdateInputObjectZodSchema: z.ZodObject<{
|
|
|
14773
14611
|
|
|
14774
14612
|
declare const EmployeeRoleUncheckedUpdateManyInputObjectSchema: z.ZodType<Prisma.EmployeeRoleUncheckedUpdateManyInput>;
|
|
14775
14613
|
declare const EmployeeRoleUncheckedUpdateManyInputObjectZodSchema: z.ZodObject<{
|
|
14776
|
-
id: z.ZodOptional<z.ZodUnion<[z.
|
|
14614
|
+
id: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodLazy<z.ZodType<Prisma.IntFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.IntFieldUpdateOperationsInput>>]>>;
|
|
14777
14615
|
name: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodLazy<z.ZodType<Prisma.StringFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.StringFieldUpdateOperationsInput>>]>>;
|
|
14778
14616
|
color: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodLazy<z.ZodType<Prisma.NullableStringFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.NullableStringFieldUpdateOperationsInput>>]>>>;
|
|
14779
14617
|
updatedAt: z.ZodOptional<z.ZodUnion<[z.ZodDate, z.ZodLazy<z.ZodType<Prisma.DateTimeFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.DateTimeFieldUpdateOperationsInput>>]>>;
|
|
14780
14618
|
}, "strict", z.ZodTypeAny, {
|
|
14781
|
-
id?:
|
|
14619
|
+
id?: number | Prisma.IntFieldUpdateOperationsInput | undefined;
|
|
14782
14620
|
updatedAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined;
|
|
14783
14621
|
name?: string | Prisma.StringFieldUpdateOperationsInput | undefined;
|
|
14784
14622
|
color?: string | Prisma.NullableStringFieldUpdateOperationsInput | null | undefined;
|
|
14785
14623
|
}, {
|
|
14786
|
-
id?:
|
|
14624
|
+
id?: number | Prisma.IntFieldUpdateOperationsInput | undefined;
|
|
14787
14625
|
updatedAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined;
|
|
14788
14626
|
name?: string | Prisma.StringFieldUpdateOperationsInput | undefined;
|
|
14789
14627
|
color?: string | Prisma.NullableStringFieldUpdateOperationsInput | null | undefined;
|
|
@@ -14791,19 +14629,19 @@ declare const EmployeeRoleUncheckedUpdateManyInputObjectZodSchema: z.ZodObject<{
|
|
|
14791
14629
|
|
|
14792
14630
|
declare const EmployeeRoleUncheckedUpdateWithoutAssignmentsInputObjectSchema: z.ZodType<Prisma.EmployeeRoleUncheckedUpdateWithoutAssignmentsInput>;
|
|
14793
14631
|
declare const EmployeeRoleUncheckedUpdateWithoutAssignmentsInputObjectZodSchema: z.ZodObject<{
|
|
14794
|
-
id: z.ZodOptional<z.ZodUnion<[z.
|
|
14632
|
+
id: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodLazy<z.ZodType<Prisma.IntFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.IntFieldUpdateOperationsInput>>]>>;
|
|
14795
14633
|
name: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodLazy<z.ZodType<Prisma.StringFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.StringFieldUpdateOperationsInput>>]>>;
|
|
14796
14634
|
color: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodLazy<z.ZodType<Prisma.NullableStringFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.NullableStringFieldUpdateOperationsInput>>]>>>;
|
|
14797
14635
|
updatedAt: z.ZodOptional<z.ZodUnion<[z.ZodDate, z.ZodLazy<z.ZodType<Prisma.DateTimeFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.DateTimeFieldUpdateOperationsInput>>]>>;
|
|
14798
14636
|
permissions: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.EmployeeRolePermissionUncheckedUpdateManyWithoutEmployeeRoleNestedInput, z.ZodTypeDef, Prisma.EmployeeRolePermissionUncheckedUpdateManyWithoutEmployeeRoleNestedInput>>>;
|
|
14799
14637
|
}, "strict", z.ZodTypeAny, {
|
|
14800
|
-
id?:
|
|
14638
|
+
id?: number | Prisma.IntFieldUpdateOperationsInput | undefined;
|
|
14801
14639
|
updatedAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined;
|
|
14802
14640
|
name?: string | Prisma.StringFieldUpdateOperationsInput | undefined;
|
|
14803
14641
|
color?: string | Prisma.NullableStringFieldUpdateOperationsInput | null | undefined;
|
|
14804
14642
|
permissions?: Prisma.EmployeeRolePermissionUncheckedUpdateManyWithoutEmployeeRoleNestedInput | undefined;
|
|
14805
14643
|
}, {
|
|
14806
|
-
id?:
|
|
14644
|
+
id?: number | Prisma.IntFieldUpdateOperationsInput | undefined;
|
|
14807
14645
|
updatedAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined;
|
|
14808
14646
|
name?: string | Prisma.StringFieldUpdateOperationsInput | undefined;
|
|
14809
14647
|
color?: string | Prisma.NullableStringFieldUpdateOperationsInput | null | undefined;
|
|
@@ -14812,19 +14650,19 @@ declare const EmployeeRoleUncheckedUpdateWithoutAssignmentsInputObjectZodSchema:
|
|
|
14812
14650
|
|
|
14813
14651
|
declare const EmployeeRoleUncheckedUpdateWithoutPermissionsInputObjectSchema: z.ZodType<Prisma.EmployeeRoleUncheckedUpdateWithoutPermissionsInput>;
|
|
14814
14652
|
declare const EmployeeRoleUncheckedUpdateWithoutPermissionsInputObjectZodSchema: z.ZodObject<{
|
|
14815
|
-
id: z.ZodOptional<z.ZodUnion<[z.
|
|
14653
|
+
id: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodLazy<z.ZodType<Prisma.IntFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.IntFieldUpdateOperationsInput>>]>>;
|
|
14816
14654
|
name: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodLazy<z.ZodType<Prisma.StringFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.StringFieldUpdateOperationsInput>>]>>;
|
|
14817
14655
|
color: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodLazy<z.ZodType<Prisma.NullableStringFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.NullableStringFieldUpdateOperationsInput>>]>>>;
|
|
14818
14656
|
updatedAt: z.ZodOptional<z.ZodUnion<[z.ZodDate, z.ZodLazy<z.ZodType<Prisma.DateTimeFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.DateTimeFieldUpdateOperationsInput>>]>>;
|
|
14819
14657
|
assignments: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.EmployeeRoleAssignmentUncheckedUpdateManyWithoutEmployeeRoleNestedInput, z.ZodTypeDef, Prisma.EmployeeRoleAssignmentUncheckedUpdateManyWithoutEmployeeRoleNestedInput>>>;
|
|
14820
14658
|
}, "strict", z.ZodTypeAny, {
|
|
14821
|
-
id?:
|
|
14659
|
+
id?: number | Prisma.IntFieldUpdateOperationsInput | undefined;
|
|
14822
14660
|
updatedAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined;
|
|
14823
14661
|
name?: string | Prisma.StringFieldUpdateOperationsInput | undefined;
|
|
14824
14662
|
color?: string | Prisma.NullableStringFieldUpdateOperationsInput | null | undefined;
|
|
14825
14663
|
assignments?: Prisma.EmployeeRoleAssignmentUncheckedUpdateManyWithoutEmployeeRoleNestedInput | undefined;
|
|
14826
14664
|
}, {
|
|
14827
|
-
id?:
|
|
14665
|
+
id?: number | Prisma.IntFieldUpdateOperationsInput | undefined;
|
|
14828
14666
|
updatedAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined;
|
|
14829
14667
|
name?: string | Prisma.StringFieldUpdateOperationsInput | undefined;
|
|
14830
14668
|
color?: string | Prisma.NullableStringFieldUpdateOperationsInput | null | undefined;
|
|
@@ -14833,21 +14671,18 @@ declare const EmployeeRoleUncheckedUpdateWithoutPermissionsInputObjectZodSchema:
|
|
|
14833
14671
|
|
|
14834
14672
|
declare const EmployeeRoleUpdateInputObjectSchema: z.ZodType<Prisma.EmployeeRoleUpdateInput>;
|
|
14835
14673
|
declare const EmployeeRoleUpdateInputObjectZodSchema: z.ZodObject<{
|
|
14836
|
-
id: z.ZodOptional<z.ZodUnion<[z.ZodBigInt, z.ZodLazy<z.ZodType<Prisma.BigIntFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.BigIntFieldUpdateOperationsInput>>]>>;
|
|
14837
14674
|
name: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodLazy<z.ZodType<Prisma.StringFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.StringFieldUpdateOperationsInput>>]>>;
|
|
14838
14675
|
color: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodLazy<z.ZodType<Prisma.NullableStringFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.NullableStringFieldUpdateOperationsInput>>]>>>;
|
|
14839
14676
|
updatedAt: z.ZodOptional<z.ZodUnion<[z.ZodDate, z.ZodLazy<z.ZodType<Prisma.DateTimeFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.DateTimeFieldUpdateOperationsInput>>]>>;
|
|
14840
14677
|
assignments: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.EmployeeRoleAssignmentUpdateManyWithoutEmployeeRoleNestedInput, z.ZodTypeDef, Prisma.EmployeeRoleAssignmentUpdateManyWithoutEmployeeRoleNestedInput>>>;
|
|
14841
14678
|
permissions: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.EmployeeRolePermissionUpdateManyWithoutEmployeeRoleNestedInput, z.ZodTypeDef, Prisma.EmployeeRolePermissionUpdateManyWithoutEmployeeRoleNestedInput>>>;
|
|
14842
14679
|
}, "strict", z.ZodTypeAny, {
|
|
14843
|
-
id?: bigint | Prisma.BigIntFieldUpdateOperationsInput | undefined;
|
|
14844
14680
|
updatedAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined;
|
|
14845
14681
|
name?: string | Prisma.StringFieldUpdateOperationsInput | undefined;
|
|
14846
14682
|
color?: string | Prisma.NullableStringFieldUpdateOperationsInput | null | undefined;
|
|
14847
14683
|
assignments?: Prisma.EmployeeRoleAssignmentUpdateManyWithoutEmployeeRoleNestedInput | undefined;
|
|
14848
14684
|
permissions?: Prisma.EmployeeRolePermissionUpdateManyWithoutEmployeeRoleNestedInput | undefined;
|
|
14849
14685
|
}, {
|
|
14850
|
-
id?: bigint | Prisma.BigIntFieldUpdateOperationsInput | undefined;
|
|
14851
14686
|
updatedAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined;
|
|
14852
14687
|
name?: string | Prisma.StringFieldUpdateOperationsInput | undefined;
|
|
14853
14688
|
color?: string | Prisma.NullableStringFieldUpdateOperationsInput | null | undefined;
|
|
@@ -14857,17 +14692,14 @@ declare const EmployeeRoleUpdateInputObjectZodSchema: z.ZodObject<{
|
|
|
14857
14692
|
|
|
14858
14693
|
declare const EmployeeRoleUpdateManyMutationInputObjectSchema: z.ZodType<Prisma.EmployeeRoleUpdateManyMutationInput>;
|
|
14859
14694
|
declare const EmployeeRoleUpdateManyMutationInputObjectZodSchema: z.ZodObject<{
|
|
14860
|
-
id: z.ZodOptional<z.ZodUnion<[z.ZodBigInt, z.ZodLazy<z.ZodType<Prisma.BigIntFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.BigIntFieldUpdateOperationsInput>>]>>;
|
|
14861
14695
|
name: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodLazy<z.ZodType<Prisma.StringFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.StringFieldUpdateOperationsInput>>]>>;
|
|
14862
14696
|
color: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodLazy<z.ZodType<Prisma.NullableStringFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.NullableStringFieldUpdateOperationsInput>>]>>>;
|
|
14863
14697
|
updatedAt: z.ZodOptional<z.ZodUnion<[z.ZodDate, z.ZodLazy<z.ZodType<Prisma.DateTimeFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.DateTimeFieldUpdateOperationsInput>>]>>;
|
|
14864
14698
|
}, "strict", z.ZodTypeAny, {
|
|
14865
|
-
id?: bigint | Prisma.BigIntFieldUpdateOperationsInput | undefined;
|
|
14866
14699
|
updatedAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined;
|
|
14867
14700
|
name?: string | Prisma.StringFieldUpdateOperationsInput | undefined;
|
|
14868
14701
|
color?: string | Prisma.NullableStringFieldUpdateOperationsInput | null | undefined;
|
|
14869
14702
|
}, {
|
|
14870
|
-
id?: bigint | Prisma.BigIntFieldUpdateOperationsInput | undefined;
|
|
14871
14703
|
updatedAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined;
|
|
14872
14704
|
name?: string | Prisma.StringFieldUpdateOperationsInput | undefined;
|
|
14873
14705
|
color?: string | Prisma.NullableStringFieldUpdateOperationsInput | null | undefined;
|
|
@@ -14941,19 +14773,16 @@ declare const EmployeeRoleUpdateToOneWithWhereWithoutPermissionsInputObjectZodSc
|
|
|
14941
14773
|
|
|
14942
14774
|
declare const EmployeeRoleUpdateWithoutAssignmentsInputObjectSchema: z.ZodType<Prisma.EmployeeRoleUpdateWithoutAssignmentsInput>;
|
|
14943
14775
|
declare const EmployeeRoleUpdateWithoutAssignmentsInputObjectZodSchema: z.ZodObject<{
|
|
14944
|
-
id: z.ZodOptional<z.ZodUnion<[z.ZodBigInt, z.ZodLazy<z.ZodType<Prisma.BigIntFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.BigIntFieldUpdateOperationsInput>>]>>;
|
|
14945
14776
|
name: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodLazy<z.ZodType<Prisma.StringFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.StringFieldUpdateOperationsInput>>]>>;
|
|
14946
14777
|
color: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodLazy<z.ZodType<Prisma.NullableStringFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.NullableStringFieldUpdateOperationsInput>>]>>>;
|
|
14947
14778
|
updatedAt: z.ZodOptional<z.ZodUnion<[z.ZodDate, z.ZodLazy<z.ZodType<Prisma.DateTimeFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.DateTimeFieldUpdateOperationsInput>>]>>;
|
|
14948
14779
|
permissions: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.EmployeeRolePermissionUpdateManyWithoutEmployeeRoleNestedInput, z.ZodTypeDef, Prisma.EmployeeRolePermissionUpdateManyWithoutEmployeeRoleNestedInput>>>;
|
|
14949
14780
|
}, "strict", z.ZodTypeAny, {
|
|
14950
|
-
id?: bigint | Prisma.BigIntFieldUpdateOperationsInput | undefined;
|
|
14951
14781
|
updatedAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined;
|
|
14952
14782
|
name?: string | Prisma.StringFieldUpdateOperationsInput | undefined;
|
|
14953
14783
|
color?: string | Prisma.NullableStringFieldUpdateOperationsInput | null | undefined;
|
|
14954
14784
|
permissions?: Prisma.EmployeeRolePermissionUpdateManyWithoutEmployeeRoleNestedInput | undefined;
|
|
14955
14785
|
}, {
|
|
14956
|
-
id?: bigint | Prisma.BigIntFieldUpdateOperationsInput | undefined;
|
|
14957
14786
|
updatedAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined;
|
|
14958
14787
|
name?: string | Prisma.StringFieldUpdateOperationsInput | undefined;
|
|
14959
14788
|
color?: string | Prisma.NullableStringFieldUpdateOperationsInput | null | undefined;
|
|
@@ -14962,19 +14791,16 @@ declare const EmployeeRoleUpdateWithoutAssignmentsInputObjectZodSchema: z.ZodObj
|
|
|
14962
14791
|
|
|
14963
14792
|
declare const EmployeeRoleUpdateWithoutPermissionsInputObjectSchema: z.ZodType<Prisma.EmployeeRoleUpdateWithoutPermissionsInput>;
|
|
14964
14793
|
declare const EmployeeRoleUpdateWithoutPermissionsInputObjectZodSchema: z.ZodObject<{
|
|
14965
|
-
id: z.ZodOptional<z.ZodUnion<[z.ZodBigInt, z.ZodLazy<z.ZodType<Prisma.BigIntFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.BigIntFieldUpdateOperationsInput>>]>>;
|
|
14966
14794
|
name: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodLazy<z.ZodType<Prisma.StringFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.StringFieldUpdateOperationsInput>>]>>;
|
|
14967
14795
|
color: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodLazy<z.ZodType<Prisma.NullableStringFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.NullableStringFieldUpdateOperationsInput>>]>>>;
|
|
14968
14796
|
updatedAt: z.ZodOptional<z.ZodUnion<[z.ZodDate, z.ZodLazy<z.ZodType<Prisma.DateTimeFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.DateTimeFieldUpdateOperationsInput>>]>>;
|
|
14969
14797
|
assignments: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.EmployeeRoleAssignmentUpdateManyWithoutEmployeeRoleNestedInput, z.ZodTypeDef, Prisma.EmployeeRoleAssignmentUpdateManyWithoutEmployeeRoleNestedInput>>>;
|
|
14970
14798
|
}, "strict", z.ZodTypeAny, {
|
|
14971
|
-
id?: bigint | Prisma.BigIntFieldUpdateOperationsInput | undefined;
|
|
14972
14799
|
updatedAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined;
|
|
14973
14800
|
name?: string | Prisma.StringFieldUpdateOperationsInput | undefined;
|
|
14974
14801
|
color?: string | Prisma.NullableStringFieldUpdateOperationsInput | null | undefined;
|
|
14975
14802
|
assignments?: Prisma.EmployeeRoleAssignmentUpdateManyWithoutEmployeeRoleNestedInput | undefined;
|
|
14976
14803
|
}, {
|
|
14977
|
-
id?: bigint | Prisma.BigIntFieldUpdateOperationsInput | undefined;
|
|
14978
14804
|
updatedAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined;
|
|
14979
14805
|
name?: string | Prisma.StringFieldUpdateOperationsInput | undefined;
|
|
14980
14806
|
color?: string | Prisma.NullableStringFieldUpdateOperationsInput | null | undefined;
|
|
@@ -15016,14 +14842,14 @@ declare const EmployeeRoleWhereInputObjectZodSchema: z.ZodObject<{
|
|
|
15016
14842
|
AND: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.EmployeeRoleWhereInput, z.ZodTypeDef, Prisma.EmployeeRoleWhereInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.EmployeeRoleWhereInput, z.ZodTypeDef, Prisma.EmployeeRoleWhereInput>>, "many">]>>;
|
|
15017
14843
|
OR: z.ZodOptional<z.ZodArray<z.ZodLazy<z.ZodType<Prisma.EmployeeRoleWhereInput, z.ZodTypeDef, Prisma.EmployeeRoleWhereInput>>, "many">>;
|
|
15018
14844
|
NOT: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.EmployeeRoleWhereInput, z.ZodTypeDef, Prisma.EmployeeRoleWhereInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.EmployeeRoleWhereInput, z.ZodTypeDef, Prisma.EmployeeRoleWhereInput>>, "many">]>>;
|
|
15019
|
-
id: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.
|
|
14845
|
+
id: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.IntFilter<never>, z.ZodTypeDef, Prisma.IntFilter<never>>>, z.ZodNumber]>>;
|
|
15020
14846
|
name: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.StringFilter<never>, z.ZodTypeDef, Prisma.StringFilter<never>>>, z.ZodString]>>;
|
|
15021
14847
|
color: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.StringNullableFilter<never>, z.ZodTypeDef, Prisma.StringNullableFilter<never>>>, z.ZodString]>>>;
|
|
15022
14848
|
updatedAt: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.DateTimeFilter<never>, z.ZodTypeDef, Prisma.DateTimeFilter<never>>>, z.ZodDate]>>;
|
|
15023
14849
|
assignments: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.EmployeeRoleAssignmentListRelationFilter, z.ZodTypeDef, Prisma.EmployeeRoleAssignmentListRelationFilter>>>;
|
|
15024
14850
|
permissions: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.EmployeeRolePermissionListRelationFilter, z.ZodTypeDef, Prisma.EmployeeRolePermissionListRelationFilter>>>;
|
|
15025
14851
|
}, "strict", z.ZodTypeAny, {
|
|
15026
|
-
id?:
|
|
14852
|
+
id?: number | Prisma.IntFilter<never> | undefined;
|
|
15027
14853
|
updatedAt?: Date | Prisma.DateTimeFilter<never> | undefined;
|
|
15028
14854
|
name?: string | Prisma.StringFilter<never> | undefined;
|
|
15029
14855
|
color?: string | Prisma.StringNullableFilter<never> | null | undefined;
|
|
@@ -15033,7 +14859,7 @@ declare const EmployeeRoleWhereInputObjectZodSchema: z.ZodObject<{
|
|
|
15033
14859
|
assignments?: Prisma.EmployeeRoleAssignmentListRelationFilter | undefined;
|
|
15034
14860
|
permissions?: Prisma.EmployeeRolePermissionListRelationFilter | undefined;
|
|
15035
14861
|
}, {
|
|
15036
|
-
id?:
|
|
14862
|
+
id?: number | Prisma.IntFilter<never> | undefined;
|
|
15037
14863
|
updatedAt?: Date | Prisma.DateTimeFilter<never> | undefined;
|
|
15038
14864
|
name?: string | Prisma.StringFilter<never> | undefined;
|
|
15039
14865
|
color?: string | Prisma.StringNullableFilter<never> | null | undefined;
|
|
@@ -15046,13 +14872,13 @@ declare const EmployeeRoleWhereInputObjectZodSchema: z.ZodObject<{
|
|
|
15046
14872
|
|
|
15047
14873
|
declare const EmployeeRoleWhereUniqueInputObjectSchema: z.ZodType<Prisma.EmployeeRoleWhereUniqueInput>;
|
|
15048
14874
|
declare const EmployeeRoleWhereUniqueInputObjectZodSchema: z.ZodObject<{
|
|
15049
|
-
id: z.ZodOptional<z.
|
|
14875
|
+
id: z.ZodOptional<z.ZodNumber>;
|
|
15050
14876
|
name: z.ZodOptional<z.ZodString>;
|
|
15051
14877
|
}, "strict", z.ZodTypeAny, {
|
|
15052
|
-
id?:
|
|
14878
|
+
id?: number | undefined;
|
|
15053
14879
|
name?: string | undefined;
|
|
15054
14880
|
}, {
|
|
15055
|
-
id?:
|
|
14881
|
+
id?: number | undefined;
|
|
15056
14882
|
name?: string | undefined;
|
|
15057
14883
|
}>;
|
|
15058
14884
|
|
|
@@ -17091,81 +16917,6 @@ declare const LocalityWhereUniqueInputObjectZodSchema: z.ZodObject<{
|
|
|
17091
16917
|
id?: number | undefined;
|
|
17092
16918
|
}>;
|
|
17093
16919
|
|
|
17094
|
-
declare const NestedBigIntFilterObjectSchema: z.ZodType<Prisma.NestedBigIntFilter>;
|
|
17095
|
-
declare const NestedBigIntFilterObjectZodSchema: z.ZodObject<{
|
|
17096
|
-
equals: z.ZodOptional<z.ZodBigInt>;
|
|
17097
|
-
in: z.ZodOptional<z.ZodArray<z.ZodBigInt, "many">>;
|
|
17098
|
-
notIn: z.ZodOptional<z.ZodArray<z.ZodBigInt, "many">>;
|
|
17099
|
-
lt: z.ZodOptional<z.ZodBigInt>;
|
|
17100
|
-
lte: z.ZodOptional<z.ZodBigInt>;
|
|
17101
|
-
gt: z.ZodOptional<z.ZodBigInt>;
|
|
17102
|
-
gte: z.ZodOptional<z.ZodBigInt>;
|
|
17103
|
-
not: z.ZodOptional<z.ZodUnion<[z.ZodBigInt, z.ZodLazy<z.ZodType<Prisma.NestedBigIntFilter<never>, z.ZodTypeDef, Prisma.NestedBigIntFilter<never>>>]>>;
|
|
17104
|
-
}, "strict", z.ZodTypeAny, {
|
|
17105
|
-
equals?: bigint | undefined;
|
|
17106
|
-
in?: bigint[] | undefined;
|
|
17107
|
-
notIn?: bigint[] | undefined;
|
|
17108
|
-
lt?: bigint | undefined;
|
|
17109
|
-
lte?: bigint | undefined;
|
|
17110
|
-
gt?: bigint | undefined;
|
|
17111
|
-
gte?: bigint | undefined;
|
|
17112
|
-
not?: bigint | Prisma.NestedBigIntFilter<never> | undefined;
|
|
17113
|
-
}, {
|
|
17114
|
-
equals?: bigint | undefined;
|
|
17115
|
-
in?: bigint[] | undefined;
|
|
17116
|
-
notIn?: bigint[] | undefined;
|
|
17117
|
-
lt?: bigint | undefined;
|
|
17118
|
-
lte?: bigint | undefined;
|
|
17119
|
-
gt?: bigint | undefined;
|
|
17120
|
-
gte?: bigint | undefined;
|
|
17121
|
-
not?: bigint | Prisma.NestedBigIntFilter<never> | undefined;
|
|
17122
|
-
}>;
|
|
17123
|
-
|
|
17124
|
-
declare const NestedBigIntWithAggregatesFilterObjectSchema: z.ZodType<Prisma.NestedBigIntWithAggregatesFilter>;
|
|
17125
|
-
declare const NestedBigIntWithAggregatesFilterObjectZodSchema: z.ZodObject<{
|
|
17126
|
-
equals: z.ZodOptional<z.ZodBigInt>;
|
|
17127
|
-
in: z.ZodOptional<z.ZodArray<z.ZodBigInt, "many">>;
|
|
17128
|
-
notIn: z.ZodOptional<z.ZodArray<z.ZodBigInt, "many">>;
|
|
17129
|
-
lt: z.ZodOptional<z.ZodBigInt>;
|
|
17130
|
-
lte: z.ZodOptional<z.ZodBigInt>;
|
|
17131
|
-
gt: z.ZodOptional<z.ZodBigInt>;
|
|
17132
|
-
gte: z.ZodOptional<z.ZodBigInt>;
|
|
17133
|
-
not: z.ZodOptional<z.ZodUnion<[z.ZodBigInt, z.ZodLazy<z.ZodType<Prisma.NestedBigIntWithAggregatesFilter<never>, z.ZodTypeDef, Prisma.NestedBigIntWithAggregatesFilter<never>>>]>>;
|
|
17134
|
-
_count: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.NestedIntFilter<never>, z.ZodTypeDef, Prisma.NestedIntFilter<never>>>>;
|
|
17135
|
-
_avg: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.NestedFloatFilter<never>, z.ZodTypeDef, Prisma.NestedFloatFilter<never>>>>;
|
|
17136
|
-
_sum: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.NestedBigIntFilter<never>, z.ZodTypeDef, Prisma.NestedBigIntFilter<never>>>>;
|
|
17137
|
-
_min: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.NestedBigIntFilter<never>, z.ZodTypeDef, Prisma.NestedBigIntFilter<never>>>>;
|
|
17138
|
-
_max: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.NestedBigIntFilter<never>, z.ZodTypeDef, Prisma.NestedBigIntFilter<never>>>>;
|
|
17139
|
-
}, "strict", z.ZodTypeAny, {
|
|
17140
|
-
equals?: bigint | undefined;
|
|
17141
|
-
in?: bigint[] | undefined;
|
|
17142
|
-
notIn?: bigint[] | undefined;
|
|
17143
|
-
lt?: bigint | undefined;
|
|
17144
|
-
lte?: bigint | undefined;
|
|
17145
|
-
gt?: bigint | undefined;
|
|
17146
|
-
gte?: bigint | undefined;
|
|
17147
|
-
not?: bigint | Prisma.NestedBigIntWithAggregatesFilter<never> | undefined;
|
|
17148
|
-
_count?: Prisma.NestedIntFilter<never> | undefined;
|
|
17149
|
-
_min?: Prisma.NestedBigIntFilter<never> | undefined;
|
|
17150
|
-
_max?: Prisma.NestedBigIntFilter<never> | undefined;
|
|
17151
|
-
_avg?: Prisma.NestedFloatFilter<never> | undefined;
|
|
17152
|
-
_sum?: Prisma.NestedBigIntFilter<never> | undefined;
|
|
17153
|
-
}, {
|
|
17154
|
-
equals?: bigint | undefined;
|
|
17155
|
-
in?: bigint[] | undefined;
|
|
17156
|
-
notIn?: bigint[] | undefined;
|
|
17157
|
-
lt?: bigint | undefined;
|
|
17158
|
-
lte?: bigint | undefined;
|
|
17159
|
-
gt?: bigint | undefined;
|
|
17160
|
-
gte?: bigint | undefined;
|
|
17161
|
-
not?: bigint | Prisma.NestedBigIntWithAggregatesFilter<never> | undefined;
|
|
17162
|
-
_count?: Prisma.NestedIntFilter<never> | undefined;
|
|
17163
|
-
_min?: Prisma.NestedBigIntFilter<never> | undefined;
|
|
17164
|
-
_max?: Prisma.NestedBigIntFilter<never> | undefined;
|
|
17165
|
-
_avg?: Prisma.NestedFloatFilter<never> | undefined;
|
|
17166
|
-
_sum?: Prisma.NestedBigIntFilter<never> | undefined;
|
|
17167
|
-
}>;
|
|
17168
|
-
|
|
17169
16920
|
declare const NestedBoolFilterObjectSchema: z.ZodType<Prisma.NestedBoolFilter>;
|
|
17170
16921
|
declare const NestedBoolFilterObjectZodSchema: z.ZodObject<{
|
|
17171
16922
|
equals: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -20872,21 +20623,21 @@ declare const EmployeeModelSchema: z.ZodObject<{
|
|
|
20872
20623
|
type EmployeePureType = z.infer<typeof EmployeeModelSchema>;
|
|
20873
20624
|
|
|
20874
20625
|
declare const EmployeeRoleModelSchema: z.ZodObject<{
|
|
20875
|
-
id: z.
|
|
20626
|
+
id: z.ZodNumber;
|
|
20876
20627
|
name: z.ZodString;
|
|
20877
20628
|
color: z.ZodNullable<z.ZodString>;
|
|
20878
20629
|
updatedAt: z.ZodDate;
|
|
20879
20630
|
assignments: z.ZodArray<z.ZodUnknown, "many">;
|
|
20880
20631
|
permissions: z.ZodArray<z.ZodUnknown, "many">;
|
|
20881
20632
|
}, "strict", z.ZodTypeAny, {
|
|
20882
|
-
id:
|
|
20633
|
+
id: number;
|
|
20883
20634
|
updatedAt: Date;
|
|
20884
20635
|
name: string;
|
|
20885
20636
|
color: string | null;
|
|
20886
20637
|
assignments: unknown[];
|
|
20887
20638
|
permissions: unknown[];
|
|
20888
20639
|
}, {
|
|
20889
|
-
id:
|
|
20640
|
+
id: number;
|
|
20890
20641
|
updatedAt: Date;
|
|
20891
20642
|
name: string;
|
|
20892
20643
|
color: string | null;
|
|
@@ -20896,17 +20647,17 @@ declare const EmployeeRoleModelSchema: z.ZodObject<{
|
|
|
20896
20647
|
type EmployeeRolePureType = z.infer<typeof EmployeeRoleModelSchema>;
|
|
20897
20648
|
|
|
20898
20649
|
declare const EmployeePermissionModelSchema: z.ZodObject<{
|
|
20899
|
-
id: z.
|
|
20650
|
+
id: z.ZodNumber;
|
|
20900
20651
|
name: z.ZodString;
|
|
20901
20652
|
updatedAt: z.ZodDate;
|
|
20902
20653
|
rolePermissions: z.ZodArray<z.ZodUnknown, "many">;
|
|
20903
20654
|
}, "strict", z.ZodTypeAny, {
|
|
20904
|
-
id:
|
|
20655
|
+
id: number;
|
|
20905
20656
|
updatedAt: Date;
|
|
20906
20657
|
name: string;
|
|
20907
20658
|
rolePermissions: unknown[];
|
|
20908
20659
|
}, {
|
|
20909
|
-
id:
|
|
20660
|
+
id: number;
|
|
20910
20661
|
updatedAt: Date;
|
|
20911
20662
|
name: string;
|
|
20912
20663
|
rolePermissions: unknown[];
|
|
@@ -20929,48 +20680,48 @@ declare const ServerSettingsModelSchema: z.ZodObject<{
|
|
|
20929
20680
|
type ServerSettingsPureType = z.infer<typeof ServerSettingsModelSchema>;
|
|
20930
20681
|
|
|
20931
20682
|
declare const EmployeeRoleAssignmentModelSchema: z.ZodObject<{
|
|
20932
|
-
id: z.
|
|
20683
|
+
id: z.ZodNumber;
|
|
20933
20684
|
employeeId: z.ZodString;
|
|
20934
|
-
employeeRoleId: z.
|
|
20685
|
+
employeeRoleId: z.ZodNumber;
|
|
20935
20686
|
updatedAt: z.ZodDate;
|
|
20936
20687
|
employee: z.ZodUnknown;
|
|
20937
20688
|
employeeRole: z.ZodUnknown;
|
|
20938
20689
|
}, "strict", z.ZodTypeAny, {
|
|
20939
|
-
id:
|
|
20690
|
+
id: number;
|
|
20940
20691
|
updatedAt: Date;
|
|
20941
20692
|
employeeId: string;
|
|
20942
|
-
employeeRoleId:
|
|
20693
|
+
employeeRoleId: number;
|
|
20943
20694
|
employeeRole?: unknown;
|
|
20944
20695
|
employee?: unknown;
|
|
20945
20696
|
}, {
|
|
20946
|
-
id:
|
|
20697
|
+
id: number;
|
|
20947
20698
|
updatedAt: Date;
|
|
20948
20699
|
employeeId: string;
|
|
20949
|
-
employeeRoleId:
|
|
20700
|
+
employeeRoleId: number;
|
|
20950
20701
|
employeeRole?: unknown;
|
|
20951
20702
|
employee?: unknown;
|
|
20952
20703
|
}>;
|
|
20953
20704
|
type EmployeeRoleAssignmentPureType = z.infer<typeof EmployeeRoleAssignmentModelSchema>;
|
|
20954
20705
|
|
|
20955
20706
|
declare const EmployeeRolePermissionModelSchema: z.ZodObject<{
|
|
20956
|
-
id: z.
|
|
20957
|
-
employeeRoleId: z.
|
|
20958
|
-
employeePermissionId: z.
|
|
20707
|
+
id: z.ZodNumber;
|
|
20708
|
+
employeeRoleId: z.ZodNumber;
|
|
20709
|
+
employeePermissionId: z.ZodNumber;
|
|
20959
20710
|
updatedAt: z.ZodDate;
|
|
20960
20711
|
employeeRole: z.ZodUnknown;
|
|
20961
20712
|
employeePermission: z.ZodUnknown;
|
|
20962
20713
|
}, "strict", z.ZodTypeAny, {
|
|
20963
|
-
id:
|
|
20714
|
+
id: number;
|
|
20964
20715
|
updatedAt: Date;
|
|
20965
|
-
employeeRoleId:
|
|
20966
|
-
employeePermissionId:
|
|
20716
|
+
employeeRoleId: number;
|
|
20717
|
+
employeePermissionId: number;
|
|
20967
20718
|
employeeRole?: unknown;
|
|
20968
20719
|
employeePermission?: unknown;
|
|
20969
20720
|
}, {
|
|
20970
|
-
id:
|
|
20721
|
+
id: number;
|
|
20971
20722
|
updatedAt: Date;
|
|
20972
|
-
employeeRoleId:
|
|
20973
|
-
employeePermissionId:
|
|
20723
|
+
employeeRoleId: number;
|
|
20724
|
+
employeePermissionId: number;
|
|
20974
20725
|
employeeRole?: unknown;
|
|
20975
20726
|
employeePermission?: unknown;
|
|
20976
20727
|
}>;
|
|
@@ -21118,21 +20869,21 @@ declare const EmployeeInputSchema: z.ZodObject<{
|
|
|
21118
20869
|
type EmployeeInputType = z.infer<typeof EmployeeInputSchema>;
|
|
21119
20870
|
|
|
21120
20871
|
declare const EmployeeRoleInputSchema: z.ZodObject<{
|
|
21121
|
-
id: z.
|
|
20872
|
+
id: z.ZodNumber;
|
|
21122
20873
|
name: z.ZodString;
|
|
21123
20874
|
color: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
21124
20875
|
updatedAt: z.ZodDate;
|
|
21125
20876
|
assignments: z.ZodArray<z.ZodUnknown, "many">;
|
|
21126
20877
|
permissions: z.ZodArray<z.ZodUnknown, "many">;
|
|
21127
20878
|
}, "strict", z.ZodTypeAny, {
|
|
21128
|
-
id:
|
|
20879
|
+
id: number;
|
|
21129
20880
|
updatedAt: Date;
|
|
21130
20881
|
name: string;
|
|
21131
20882
|
assignments: unknown[];
|
|
21132
20883
|
permissions: unknown[];
|
|
21133
20884
|
color?: string | null | undefined;
|
|
21134
20885
|
}, {
|
|
21135
|
-
id:
|
|
20886
|
+
id: number;
|
|
21136
20887
|
updatedAt: Date;
|
|
21137
20888
|
name: string;
|
|
21138
20889
|
assignments: unknown[];
|
|
@@ -21142,17 +20893,17 @@ declare const EmployeeRoleInputSchema: z.ZodObject<{
|
|
|
21142
20893
|
type EmployeeRoleInputType = z.infer<typeof EmployeeRoleInputSchema>;
|
|
21143
20894
|
|
|
21144
20895
|
declare const EmployeePermissionInputSchema: z.ZodObject<{
|
|
21145
|
-
id: z.
|
|
20896
|
+
id: z.ZodNumber;
|
|
21146
20897
|
name: z.ZodString;
|
|
21147
20898
|
updatedAt: z.ZodDate;
|
|
21148
20899
|
rolePermissions: z.ZodArray<z.ZodUnknown, "many">;
|
|
21149
20900
|
}, "strict", z.ZodTypeAny, {
|
|
21150
|
-
id:
|
|
20901
|
+
id: number;
|
|
21151
20902
|
updatedAt: Date;
|
|
21152
20903
|
name: string;
|
|
21153
20904
|
rolePermissions: unknown[];
|
|
21154
20905
|
}, {
|
|
21155
|
-
id:
|
|
20906
|
+
id: number;
|
|
21156
20907
|
updatedAt: Date;
|
|
21157
20908
|
name: string;
|
|
21158
20909
|
rolePermissions: unknown[];
|
|
@@ -21175,48 +20926,48 @@ declare const ServerSettingsInputSchema: z.ZodObject<{
|
|
|
21175
20926
|
type ServerSettingsInputType = z.infer<typeof ServerSettingsInputSchema>;
|
|
21176
20927
|
|
|
21177
20928
|
declare const EmployeeRoleAssignmentInputSchema: z.ZodObject<{
|
|
21178
|
-
id: z.
|
|
20929
|
+
id: z.ZodNumber;
|
|
21179
20930
|
employeeId: z.ZodString;
|
|
21180
|
-
employeeRoleId: z.
|
|
20931
|
+
employeeRoleId: z.ZodNumber;
|
|
21181
20932
|
updatedAt: z.ZodDate;
|
|
21182
20933
|
employee: z.ZodUnknown;
|
|
21183
20934
|
employeeRole: z.ZodUnknown;
|
|
21184
20935
|
}, "strict", z.ZodTypeAny, {
|
|
21185
|
-
id:
|
|
20936
|
+
id: number;
|
|
21186
20937
|
updatedAt: Date;
|
|
21187
20938
|
employeeId: string;
|
|
21188
|
-
employeeRoleId:
|
|
20939
|
+
employeeRoleId: number;
|
|
21189
20940
|
employeeRole?: unknown;
|
|
21190
20941
|
employee?: unknown;
|
|
21191
20942
|
}, {
|
|
21192
|
-
id:
|
|
20943
|
+
id: number;
|
|
21193
20944
|
updatedAt: Date;
|
|
21194
20945
|
employeeId: string;
|
|
21195
|
-
employeeRoleId:
|
|
20946
|
+
employeeRoleId: number;
|
|
21196
20947
|
employeeRole?: unknown;
|
|
21197
20948
|
employee?: unknown;
|
|
21198
20949
|
}>;
|
|
21199
20950
|
type EmployeeRoleAssignmentInputType = z.infer<typeof EmployeeRoleAssignmentInputSchema>;
|
|
21200
20951
|
|
|
21201
20952
|
declare const EmployeeRolePermissionInputSchema: z.ZodObject<{
|
|
21202
|
-
id: z.
|
|
21203
|
-
employeeRoleId: z.
|
|
21204
|
-
employeePermissionId: z.
|
|
20953
|
+
id: z.ZodNumber;
|
|
20954
|
+
employeeRoleId: z.ZodNumber;
|
|
20955
|
+
employeePermissionId: z.ZodNumber;
|
|
21205
20956
|
updatedAt: z.ZodDate;
|
|
21206
20957
|
employeeRole: z.ZodUnknown;
|
|
21207
20958
|
employeePermission: z.ZodUnknown;
|
|
21208
20959
|
}, "strict", z.ZodTypeAny, {
|
|
21209
|
-
id:
|
|
20960
|
+
id: number;
|
|
21210
20961
|
updatedAt: Date;
|
|
21211
|
-
employeeRoleId:
|
|
21212
|
-
employeePermissionId:
|
|
20962
|
+
employeeRoleId: number;
|
|
20963
|
+
employeePermissionId: number;
|
|
21213
20964
|
employeeRole?: unknown;
|
|
21214
20965
|
employeePermission?: unknown;
|
|
21215
20966
|
}, {
|
|
21216
|
-
id:
|
|
20967
|
+
id: number;
|
|
21217
20968
|
updatedAt: Date;
|
|
21218
|
-
employeeRoleId:
|
|
21219
|
-
employeePermissionId:
|
|
20969
|
+
employeeRoleId: number;
|
|
20970
|
+
employeePermissionId: number;
|
|
21220
20971
|
employeeRole?: unknown;
|
|
21221
20972
|
employeePermission?: unknown;
|
|
21222
20973
|
}>;
|
|
@@ -21364,21 +21115,21 @@ declare const EmployeeResultSchema: z.ZodObject<{
|
|
|
21364
21115
|
type EmployeeResultType = z.infer<typeof EmployeeResultSchema>;
|
|
21365
21116
|
|
|
21366
21117
|
declare const EmployeeRoleResultSchema: z.ZodObject<{
|
|
21367
|
-
id: z.
|
|
21118
|
+
id: z.ZodNumber;
|
|
21368
21119
|
name: z.ZodString;
|
|
21369
21120
|
color: z.ZodNullable<z.ZodString>;
|
|
21370
21121
|
updatedAt: z.ZodDate;
|
|
21371
21122
|
assignments: z.ZodArray<z.ZodUnknown, "many">;
|
|
21372
21123
|
permissions: z.ZodArray<z.ZodUnknown, "many">;
|
|
21373
21124
|
}, "strict", z.ZodTypeAny, {
|
|
21374
|
-
id:
|
|
21125
|
+
id: number;
|
|
21375
21126
|
updatedAt: Date;
|
|
21376
21127
|
name: string;
|
|
21377
21128
|
color: string | null;
|
|
21378
21129
|
assignments: unknown[];
|
|
21379
21130
|
permissions: unknown[];
|
|
21380
21131
|
}, {
|
|
21381
|
-
id:
|
|
21132
|
+
id: number;
|
|
21382
21133
|
updatedAt: Date;
|
|
21383
21134
|
name: string;
|
|
21384
21135
|
color: string | null;
|
|
@@ -21388,17 +21139,17 @@ declare const EmployeeRoleResultSchema: z.ZodObject<{
|
|
|
21388
21139
|
type EmployeeRoleResultType = z.infer<typeof EmployeeRoleResultSchema>;
|
|
21389
21140
|
|
|
21390
21141
|
declare const EmployeePermissionResultSchema: z.ZodObject<{
|
|
21391
|
-
id: z.
|
|
21142
|
+
id: z.ZodNumber;
|
|
21392
21143
|
name: z.ZodString;
|
|
21393
21144
|
updatedAt: z.ZodDate;
|
|
21394
21145
|
rolePermissions: z.ZodArray<z.ZodUnknown, "many">;
|
|
21395
21146
|
}, "strict", z.ZodTypeAny, {
|
|
21396
|
-
id:
|
|
21147
|
+
id: number;
|
|
21397
21148
|
updatedAt: Date;
|
|
21398
21149
|
name: string;
|
|
21399
21150
|
rolePermissions: unknown[];
|
|
21400
21151
|
}, {
|
|
21401
|
-
id:
|
|
21152
|
+
id: number;
|
|
21402
21153
|
updatedAt: Date;
|
|
21403
21154
|
name: string;
|
|
21404
21155
|
rolePermissions: unknown[];
|
|
@@ -21421,48 +21172,48 @@ declare const ServerSettingsResultSchema: z.ZodObject<{
|
|
|
21421
21172
|
type ServerSettingsResultType = z.infer<typeof ServerSettingsResultSchema>;
|
|
21422
21173
|
|
|
21423
21174
|
declare const EmployeeRoleAssignmentResultSchema: z.ZodObject<{
|
|
21424
|
-
id: z.
|
|
21175
|
+
id: z.ZodNumber;
|
|
21425
21176
|
employeeId: z.ZodString;
|
|
21426
|
-
employeeRoleId: z.
|
|
21177
|
+
employeeRoleId: z.ZodNumber;
|
|
21427
21178
|
updatedAt: z.ZodDate;
|
|
21428
21179
|
employee: z.ZodUnknown;
|
|
21429
21180
|
employeeRole: z.ZodUnknown;
|
|
21430
21181
|
}, "strict", z.ZodTypeAny, {
|
|
21431
|
-
id:
|
|
21182
|
+
id: number;
|
|
21432
21183
|
updatedAt: Date;
|
|
21433
21184
|
employeeId: string;
|
|
21434
|
-
employeeRoleId:
|
|
21185
|
+
employeeRoleId: number;
|
|
21435
21186
|
employeeRole?: unknown;
|
|
21436
21187
|
employee?: unknown;
|
|
21437
21188
|
}, {
|
|
21438
|
-
id:
|
|
21189
|
+
id: number;
|
|
21439
21190
|
updatedAt: Date;
|
|
21440
21191
|
employeeId: string;
|
|
21441
|
-
employeeRoleId:
|
|
21192
|
+
employeeRoleId: number;
|
|
21442
21193
|
employeeRole?: unknown;
|
|
21443
21194
|
employee?: unknown;
|
|
21444
21195
|
}>;
|
|
21445
21196
|
type EmployeeRoleAssignmentResultType = z.infer<typeof EmployeeRoleAssignmentResultSchema>;
|
|
21446
21197
|
|
|
21447
21198
|
declare const EmployeeRolePermissionResultSchema: z.ZodObject<{
|
|
21448
|
-
id: z.
|
|
21449
|
-
employeeRoleId: z.
|
|
21450
|
-
employeePermissionId: z.
|
|
21199
|
+
id: z.ZodNumber;
|
|
21200
|
+
employeeRoleId: z.ZodNumber;
|
|
21201
|
+
employeePermissionId: z.ZodNumber;
|
|
21451
21202
|
updatedAt: z.ZodDate;
|
|
21452
21203
|
employeeRole: z.ZodUnknown;
|
|
21453
21204
|
employeePermission: z.ZodUnknown;
|
|
21454
21205
|
}, "strict", z.ZodTypeAny, {
|
|
21455
|
-
id:
|
|
21206
|
+
id: number;
|
|
21456
21207
|
updatedAt: Date;
|
|
21457
|
-
employeeRoleId:
|
|
21458
|
-
employeePermissionId:
|
|
21208
|
+
employeeRoleId: number;
|
|
21209
|
+
employeePermissionId: number;
|
|
21459
21210
|
employeeRole?: unknown;
|
|
21460
21211
|
employeePermission?: unknown;
|
|
21461
21212
|
}, {
|
|
21462
|
-
id:
|
|
21213
|
+
id: number;
|
|
21463
21214
|
updatedAt: Date;
|
|
21464
|
-
employeeRoleId:
|
|
21465
|
-
employeePermissionId:
|
|
21215
|
+
employeeRoleId: number;
|
|
21216
|
+
employeePermissionId: number;
|
|
21466
21217
|
employeeRole?: unknown;
|
|
21467
21218
|
employeePermission?: unknown;
|
|
21468
21219
|
}>;
|
|
@@ -21570,6 +21321,25 @@ declare const WarehouseResultSchema: z.ZodObject<{
|
|
|
21570
21321
|
}>;
|
|
21571
21322
|
type WarehouseResultType = z.infer<typeof WarehouseResultSchema>;
|
|
21572
21323
|
|
|
21324
|
+
declare const PaginationQuerySchema: z$1.ZodObject<{
|
|
21325
|
+
page: z$1.ZodDefault<z$1.ZodNumber>;
|
|
21326
|
+
limit: z$1.ZodDefault<z$1.ZodNumber>;
|
|
21327
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
21328
|
+
page: number;
|
|
21329
|
+
limit: number;
|
|
21330
|
+
}, {
|
|
21331
|
+
page?: number | undefined;
|
|
21332
|
+
limit?: number | undefined;
|
|
21333
|
+
}>;
|
|
21334
|
+
type PaginationQuery = z$1.infer<typeof PaginationQuerySchema>;
|
|
21335
|
+
interface Paginated<T> {
|
|
21336
|
+
items: T[];
|
|
21337
|
+
total: number;
|
|
21338
|
+
page: number;
|
|
21339
|
+
limit: number;
|
|
21340
|
+
pages: number;
|
|
21341
|
+
}
|
|
21342
|
+
|
|
21573
21343
|
declare const LoginSchema: z$1.ZodObject<{
|
|
21574
21344
|
email: z$1.ZodString;
|
|
21575
21345
|
password: z$1.ZodString;
|
|
@@ -21915,4 +21685,107 @@ type UpdateEmployeeDto = z$1.infer<typeof UpdateEmployeeSchema>;
|
|
|
21915
21685
|
type UpdateOwnEmailDto = z$1.infer<typeof UpdateOwnEmailSchema>;
|
|
21916
21686
|
type UpdateOwnPasswordDto = z$1.infer<typeof UpdateOwnPasswordSchema>;
|
|
21917
21687
|
|
|
21918
|
-
export { type AuthTokens, BigIntFieldUpdateOperationsInputObjectSchema, BigIntFieldUpdateOperationsInputObjectZodSchema, BigIntFilterObjectSchema, BigIntFilterObjectZodSchema, BigIntWithAggregatesFilterObjectSchema, BigIntWithAggregatesFilterObjectZodSchema, BoolFieldUpdateOperationsInputObjectSchema, BoolFieldUpdateOperationsInputObjectZodSchema, BoolFilterObjectSchema, BoolFilterObjectZodSchema, BoolWithAggregatesFilterObjectSchema, BoolWithAggregatesFilterObjectZodSchema, type Country, CountryAggregateResultSchema, CountryAggregateSchema, CountryAggregateZodSchema, CountryArgsObjectSchema, CountryArgsObjectZodSchema, CountryAvgAggregateInputObjectSchema, CountryAvgAggregateInputObjectZodSchema, CountryAvgOrderByAggregateInputObjectSchema, CountryAvgOrderByAggregateInputObjectZodSchema, CountryCountAggregateInputObjectSchema, CountryCountAggregateInputObjectZodSchema, CountryCountOrderByAggregateInputObjectSchema, CountryCountOrderByAggregateInputObjectZodSchema, CountryCountOutputTypeArgsObjectSchema, CountryCountOutputTypeArgsObjectZodSchema, CountryCountOutputTypeCountLocalitiesArgsObjectSchema, CountryCountOutputTypeCountLocalitiesArgsObjectZodSchema, CountryCountOutputTypeSelectObjectSchema, CountryCountOutputTypeSelectObjectZodSchema, CountryCountResultSchema, CountryCountSchema, CountryCountZodSchema, CountryCreateInputObjectSchema, CountryCreateInputObjectZodSchema, CountryCreateManyAndReturnSchema, CountryCreateManyAndReturnZodSchema, CountryCreateManyInputObjectSchema, CountryCreateManyInputObjectZodSchema, CountryCreateManyResultSchema, CountryCreateManySchema, CountryCreateManyZodSchema, CountryCreateNestedOneWithoutLocalitiesInputObjectSchema, CountryCreateNestedOneWithoutLocalitiesInputObjectZodSchema, CountryCreateOneSchema, CountryCreateOneZodSchema, CountryCreateOrConnectWithoutLocalitiesInputObjectSchema, CountryCreateOrConnectWithoutLocalitiesInputObjectZodSchema, CountryCreateResultSchema, CountryCreateWithoutLocalitiesInputObjectSchema, CountryCreateWithoutLocalitiesInputObjectZodSchema, CountryDeleteManyResultSchema, CountryDeleteManySchema, CountryDeleteManyZodSchema, CountryDeleteOneSchema, CountryDeleteOneZodSchema, CountryDeleteResultSchema, CountryFindFirstOrThrowSchema, CountryFindFirstOrThrowSelectSchema, CountryFindFirstOrThrowSelectZodSchema, CountryFindFirstOrThrowZodSchema, CountryFindFirstResultSchema, CountryFindFirstSchema, CountryFindFirstSelectSchema, CountryFindFirstSelectZodSchema, CountryFindFirstZodSchema, CountryFindManyResultSchema, CountryFindManySchema, CountryFindManySelectSchema, CountryFindManySelectZodSchema, CountryFindManyZodSchema, CountryFindUniqueOrThrowSchema, CountryFindUniqueOrThrowZodSchema, CountryFindUniqueResultSchema, CountryFindUniqueSchema, CountryFindUniqueZodSchema, CountryGroupByResultSchema, CountryGroupBySchema, CountryGroupByZodSchema, CountryIncludeObjectSchema, CountryIncludeObjectZodSchema, CountryInputSchema, type CountryInputType, CountryMaxAggregateInputObjectSchema, CountryMaxAggregateInputObjectZodSchema, CountryMaxOrderByAggregateInputObjectSchema, CountryMaxOrderByAggregateInputObjectZodSchema, CountryMinAggregateInputObjectSchema, CountryMinAggregateInputObjectZodSchema, CountryMinOrderByAggregateInputObjectSchema, CountryMinOrderByAggregateInputObjectZodSchema, CountryModelSchema, CountryOrderByWithAggregationInputObjectSchema, CountryOrderByWithAggregationInputObjectZodSchema, CountryOrderByWithRelationInputObjectSchema, CountryOrderByWithRelationInputObjectZodSchema, type CountryPureType, CountryResultSchema, type CountryResultType, type CountryScalarFieldEnum, CountryScalarFieldEnumSchema, CountryScalarRelationFilterObjectSchema, CountryScalarRelationFilterObjectZodSchema, CountryScalarWhereWithAggregatesInputObjectSchema, CountryScalarWhereWithAggregatesInputObjectZodSchema, CountrySchema, CountrySelectObjectSchema, CountrySelectObjectZodSchema, CountrySumAggregateInputObjectSchema, CountrySumAggregateInputObjectZodSchema, CountrySumOrderByAggregateInputObjectSchema, CountrySumOrderByAggregateInputObjectZodSchema, CountryUncheckedCreateInputObjectSchema, CountryUncheckedCreateInputObjectZodSchema, CountryUncheckedCreateWithoutLocalitiesInputObjectSchema, CountryUncheckedCreateWithoutLocalitiesInputObjectZodSchema, CountryUncheckedUpdateInputObjectSchema, CountryUncheckedUpdateInputObjectZodSchema, CountryUncheckedUpdateManyInputObjectSchema, CountryUncheckedUpdateManyInputObjectZodSchema, CountryUncheckedUpdateWithoutLocalitiesInputObjectSchema, CountryUncheckedUpdateWithoutLocalitiesInputObjectZodSchema, CountryUpdateInputObjectSchema, CountryUpdateInputObjectZodSchema, CountryUpdateManyAndReturnSchema, CountryUpdateManyAndReturnZodSchema, CountryUpdateManyMutationInputObjectSchema, CountryUpdateManyMutationInputObjectZodSchema, CountryUpdateManyResultSchema, CountryUpdateManySchema, CountryUpdateManyZodSchema, CountryUpdateOneRequiredWithoutLocalitiesNestedInputObjectSchema, CountryUpdateOneRequiredWithoutLocalitiesNestedInputObjectZodSchema, CountryUpdateOneSchema, CountryUpdateOneZodSchema, CountryUpdateResultSchema, CountryUpdateToOneWithWhereWithoutLocalitiesInputObjectSchema, CountryUpdateToOneWithWhereWithoutLocalitiesInputObjectZodSchema, CountryUpdateWithoutLocalitiesInputObjectSchema, CountryUpdateWithoutLocalitiesInputObjectZodSchema, CountryUpsertOneSchema, CountryUpsertOneZodSchema, CountryUpsertResultSchema, CountryUpsertWithoutLocalitiesInputObjectSchema, CountryUpsertWithoutLocalitiesInputObjectZodSchema, CountryWhereInputObjectSchema, CountryWhereInputObjectZodSchema, CountryWhereUniqueInputObjectSchema, CountryWhereUniqueInputObjectZodSchema, type CreateLocalityDto, CreateLocalitySchema, type CreateOrganizationDto, CreateOrganizationSchema, type CreateWarehouseDto, CreateWarehouseSchema, DateTimeFieldUpdateOperationsInputObjectSchema, DateTimeFieldUpdateOperationsInputObjectZodSchema, DateTimeFilterObjectSchema, DateTimeFilterObjectZodSchema, DateTimeNullableFilterObjectSchema, DateTimeNullableFilterObjectZodSchema, DateTimeNullableWithAggregatesFilterObjectSchema, DateTimeNullableWithAggregatesFilterObjectZodSchema, DateTimeWithAggregatesFilterObjectSchema, DateTimeWithAggregatesFilterObjectZodSchema, type Employee, EmployeeAggregateResultSchema, EmployeeAggregateSchema, EmployeeAggregateZodSchema, EmployeeArgsObjectSchema, EmployeeArgsObjectZodSchema, EmployeeAvgAggregateInputObjectSchema, EmployeeAvgAggregateInputObjectZodSchema, EmployeeAvgOrderByAggregateInputObjectSchema, EmployeeAvgOrderByAggregateInputObjectZodSchema, EmployeeCountAggregateInputObjectSchema, EmployeeCountAggregateInputObjectZodSchema, EmployeeCountOrderByAggregateInputObjectSchema, EmployeeCountOrderByAggregateInputObjectZodSchema, EmployeeCountOutputTypeArgsObjectSchema, EmployeeCountOutputTypeArgsObjectZodSchema, EmployeeCountOutputTypeCountRoleAssignmentsArgsObjectSchema, EmployeeCountOutputTypeCountRoleAssignmentsArgsObjectZodSchema, EmployeeCountOutputTypeSelectObjectSchema, EmployeeCountOutputTypeSelectObjectZodSchema, EmployeeCountResultSchema, EmployeeCountSchema, EmployeeCountZodSchema, EmployeeCreateInputObjectSchema, EmployeeCreateInputObjectZodSchema, EmployeeCreateManyAndReturnSchema, EmployeeCreateManyAndReturnZodSchema, EmployeeCreateManyInputObjectSchema, EmployeeCreateManyInputObjectZodSchema, EmployeeCreateManyResultSchema, EmployeeCreateManySchema, EmployeeCreateManyWarehouseInputEnvelopeObjectSchema, EmployeeCreateManyWarehouseInputEnvelopeObjectZodSchema, EmployeeCreateManyWarehouseInputObjectSchema, EmployeeCreateManyWarehouseInputObjectZodSchema, EmployeeCreateManyZodSchema, EmployeeCreateNestedManyWithoutWarehouseInputObjectSchema, EmployeeCreateNestedManyWithoutWarehouseInputObjectZodSchema, EmployeeCreateNestedOneWithoutRoleAssignmentsInputObjectSchema, EmployeeCreateNestedOneWithoutRoleAssignmentsInputObjectZodSchema, EmployeeCreateOneSchema, EmployeeCreateOneZodSchema, EmployeeCreateOrConnectWithoutRoleAssignmentsInputObjectSchema, EmployeeCreateOrConnectWithoutRoleAssignmentsInputObjectZodSchema, EmployeeCreateOrConnectWithoutWarehouseInputObjectSchema, EmployeeCreateOrConnectWithoutWarehouseInputObjectZodSchema, EmployeeCreateResultSchema, EmployeeCreateWithoutRoleAssignmentsInputObjectSchema, EmployeeCreateWithoutRoleAssignmentsInputObjectZodSchema, EmployeeCreateWithoutWarehouseInputObjectSchema, EmployeeCreateWithoutWarehouseInputObjectZodSchema, EmployeeDeleteManyResultSchema, EmployeeDeleteManySchema, EmployeeDeleteManyZodSchema, EmployeeDeleteOneSchema, EmployeeDeleteOneZodSchema, EmployeeDeleteResultSchema, EmployeeFindFirstOrThrowSchema, EmployeeFindFirstOrThrowSelectSchema, EmployeeFindFirstOrThrowSelectZodSchema, EmployeeFindFirstOrThrowZodSchema, EmployeeFindFirstResultSchema, EmployeeFindFirstSchema, EmployeeFindFirstSelectSchema, EmployeeFindFirstSelectZodSchema, EmployeeFindFirstZodSchema, EmployeeFindManyResultSchema, EmployeeFindManySchema, EmployeeFindManySelectSchema, EmployeeFindManySelectZodSchema, EmployeeFindManyZodSchema, EmployeeFindUniqueOrThrowSchema, EmployeeFindUniqueOrThrowZodSchema, EmployeeFindUniqueResultSchema, EmployeeFindUniqueSchema, EmployeeFindUniqueZodSchema, EmployeeGroupByResultSchema, EmployeeGroupBySchema, EmployeeGroupByZodSchema, EmployeeIncludeObjectSchema, EmployeeIncludeObjectZodSchema, EmployeeInputSchema, type EmployeeInputType, EmployeeListRelationFilterObjectSchema, EmployeeListRelationFilterObjectZodSchema, EmployeeMaxAggregateInputObjectSchema, EmployeeMaxAggregateInputObjectZodSchema, EmployeeMaxOrderByAggregateInputObjectSchema, EmployeeMaxOrderByAggregateInputObjectZodSchema, EmployeeMinAggregateInputObjectSchema, EmployeeMinAggregateInputObjectZodSchema, EmployeeMinOrderByAggregateInputObjectSchema, EmployeeMinOrderByAggregateInputObjectZodSchema, EmployeeModelSchema, EmployeeOrderByRelationAggregateInputObjectSchema, EmployeeOrderByRelationAggregateInputObjectZodSchema, EmployeeOrderByWithAggregationInputObjectSchema, EmployeeOrderByWithAggregationInputObjectZodSchema, EmployeeOrderByWithRelationInputObjectSchema, EmployeeOrderByWithRelationInputObjectZodSchema, EmployeePermissionAggregateResultSchema, EmployeePermissionAggregateSchema, EmployeePermissionAggregateZodSchema, EmployeePermissionArgsObjectSchema, EmployeePermissionArgsObjectZodSchema, EmployeePermissionAvgAggregateInputObjectSchema, EmployeePermissionAvgAggregateInputObjectZodSchema, EmployeePermissionAvgOrderByAggregateInputObjectSchema, EmployeePermissionAvgOrderByAggregateInputObjectZodSchema, EmployeePermissionCountAggregateInputObjectSchema, EmployeePermissionCountAggregateInputObjectZodSchema, EmployeePermissionCountOrderByAggregateInputObjectSchema, EmployeePermissionCountOrderByAggregateInputObjectZodSchema, EmployeePermissionCountOutputTypeArgsObjectSchema, EmployeePermissionCountOutputTypeArgsObjectZodSchema, EmployeePermissionCountOutputTypeCountRolePermissionsArgsObjectSchema, EmployeePermissionCountOutputTypeCountRolePermissionsArgsObjectZodSchema, EmployeePermissionCountOutputTypeSelectObjectSchema, EmployeePermissionCountOutputTypeSelectObjectZodSchema, EmployeePermissionCountResultSchema, EmployeePermissionCountSchema, EmployeePermissionCountZodSchema, EmployeePermissionCreateInputObjectSchema, EmployeePermissionCreateInputObjectZodSchema, EmployeePermissionCreateManyAndReturnSchema, EmployeePermissionCreateManyAndReturnZodSchema, EmployeePermissionCreateManyInputObjectSchema, EmployeePermissionCreateManyInputObjectZodSchema, EmployeePermissionCreateManyResultSchema, EmployeePermissionCreateManySchema, EmployeePermissionCreateManyZodSchema, EmployeePermissionCreateNestedOneWithoutRolePermissionsInputObjectSchema, EmployeePermissionCreateNestedOneWithoutRolePermissionsInputObjectZodSchema, EmployeePermissionCreateOneSchema, EmployeePermissionCreateOneZodSchema, EmployeePermissionCreateOrConnectWithoutRolePermissionsInputObjectSchema, EmployeePermissionCreateOrConnectWithoutRolePermissionsInputObjectZodSchema, EmployeePermissionCreateResultSchema, EmployeePermissionCreateWithoutRolePermissionsInputObjectSchema, EmployeePermissionCreateWithoutRolePermissionsInputObjectZodSchema, EmployeePermissionDeleteManyResultSchema, EmployeePermissionDeleteManySchema, EmployeePermissionDeleteManyZodSchema, EmployeePermissionDeleteOneSchema, EmployeePermissionDeleteOneZodSchema, EmployeePermissionDeleteResultSchema, EmployeePermissionFindFirstOrThrowSchema, EmployeePermissionFindFirstOrThrowSelectSchema, EmployeePermissionFindFirstOrThrowSelectZodSchema, EmployeePermissionFindFirstOrThrowZodSchema, EmployeePermissionFindFirstResultSchema, EmployeePermissionFindFirstSchema, EmployeePermissionFindFirstSelectSchema, EmployeePermissionFindFirstSelectZodSchema, EmployeePermissionFindFirstZodSchema, EmployeePermissionFindManyResultSchema, EmployeePermissionFindManySchema, EmployeePermissionFindManySelectSchema, EmployeePermissionFindManySelectZodSchema, EmployeePermissionFindManyZodSchema, EmployeePermissionFindUniqueOrThrowSchema, EmployeePermissionFindUniqueOrThrowZodSchema, EmployeePermissionFindUniqueResultSchema, EmployeePermissionFindUniqueSchema, EmployeePermissionFindUniqueZodSchema, EmployeePermissionGroupByResultSchema, EmployeePermissionGroupBySchema, EmployeePermissionGroupByZodSchema, EmployeePermissionIncludeObjectSchema, EmployeePermissionIncludeObjectZodSchema, EmployeePermissionInputSchema, type EmployeePermissionInputType, EmployeePermissionMaxAggregateInputObjectSchema, EmployeePermissionMaxAggregateInputObjectZodSchema, EmployeePermissionMaxOrderByAggregateInputObjectSchema, EmployeePermissionMaxOrderByAggregateInputObjectZodSchema, EmployeePermissionMinAggregateInputObjectSchema, EmployeePermissionMinAggregateInputObjectZodSchema, EmployeePermissionMinOrderByAggregateInputObjectSchema, EmployeePermissionMinOrderByAggregateInputObjectZodSchema, EmployeePermissionModelSchema, EmployeePermissionOrderByWithAggregationInputObjectSchema, EmployeePermissionOrderByWithAggregationInputObjectZodSchema, EmployeePermissionOrderByWithRelationInputObjectSchema, EmployeePermissionOrderByWithRelationInputObjectZodSchema, type EmployeePermissionPureType, EmployeePermissionResultSchema, type EmployeePermissionResultType, type EmployeePermissionScalarFieldEnum, EmployeePermissionScalarFieldEnumSchema, EmployeePermissionScalarRelationFilterObjectSchema, EmployeePermissionScalarRelationFilterObjectZodSchema, EmployeePermissionScalarWhereWithAggregatesInputObjectSchema, EmployeePermissionScalarWhereWithAggregatesInputObjectZodSchema, EmployeePermissionSelectObjectSchema, EmployeePermissionSelectObjectZodSchema, EmployeePermissionSumAggregateInputObjectSchema, EmployeePermissionSumAggregateInputObjectZodSchema, EmployeePermissionSumOrderByAggregateInputObjectSchema, EmployeePermissionSumOrderByAggregateInputObjectZodSchema, EmployeePermissionUncheckedCreateInputObjectSchema, EmployeePermissionUncheckedCreateInputObjectZodSchema, EmployeePermissionUncheckedCreateWithoutRolePermissionsInputObjectSchema, EmployeePermissionUncheckedCreateWithoutRolePermissionsInputObjectZodSchema, EmployeePermissionUncheckedUpdateInputObjectSchema, EmployeePermissionUncheckedUpdateInputObjectZodSchema, EmployeePermissionUncheckedUpdateManyInputObjectSchema, EmployeePermissionUncheckedUpdateManyInputObjectZodSchema, EmployeePermissionUncheckedUpdateWithoutRolePermissionsInputObjectSchema, EmployeePermissionUncheckedUpdateWithoutRolePermissionsInputObjectZodSchema, EmployeePermissionUpdateInputObjectSchema, EmployeePermissionUpdateInputObjectZodSchema, EmployeePermissionUpdateManyAndReturnSchema, EmployeePermissionUpdateManyAndReturnZodSchema, EmployeePermissionUpdateManyMutationInputObjectSchema, EmployeePermissionUpdateManyMutationInputObjectZodSchema, EmployeePermissionUpdateManyResultSchema, EmployeePermissionUpdateManySchema, EmployeePermissionUpdateManyZodSchema, EmployeePermissionUpdateOneRequiredWithoutRolePermissionsNestedInputObjectSchema, EmployeePermissionUpdateOneRequiredWithoutRolePermissionsNestedInputObjectZodSchema, EmployeePermissionUpdateOneSchema, EmployeePermissionUpdateOneZodSchema, EmployeePermissionUpdateResultSchema, EmployeePermissionUpdateToOneWithWhereWithoutRolePermissionsInputObjectSchema, EmployeePermissionUpdateToOneWithWhereWithoutRolePermissionsInputObjectZodSchema, EmployeePermissionUpdateWithoutRolePermissionsInputObjectSchema, EmployeePermissionUpdateWithoutRolePermissionsInputObjectZodSchema, EmployeePermissionUpsertOneSchema, EmployeePermissionUpsertOneZodSchema, EmployeePermissionUpsertResultSchema, EmployeePermissionUpsertWithoutRolePermissionsInputObjectSchema, EmployeePermissionUpsertWithoutRolePermissionsInputObjectZodSchema, EmployeePermissionWhereInputObjectSchema, EmployeePermissionWhereInputObjectZodSchema, EmployeePermissionWhereUniqueInputObjectSchema, EmployeePermissionWhereUniqueInputObjectZodSchema, type EmployeePureType, EmployeeResultSchema, type EmployeeResultType, type EmployeeRole, EmployeeRoleAggregateResultSchema, EmployeeRoleAggregateSchema, EmployeeRoleAggregateZodSchema, EmployeeRoleArgsObjectSchema, EmployeeRoleArgsObjectZodSchema, EmployeeRoleAssignmentAggregateResultSchema, EmployeeRoleAssignmentAggregateSchema, EmployeeRoleAssignmentAggregateZodSchema, EmployeeRoleAssignmentArgsObjectSchema, EmployeeRoleAssignmentArgsObjectZodSchema, EmployeeRoleAssignmentAvgAggregateInputObjectSchema, EmployeeRoleAssignmentAvgAggregateInputObjectZodSchema, EmployeeRoleAssignmentAvgOrderByAggregateInputObjectSchema, EmployeeRoleAssignmentAvgOrderByAggregateInputObjectZodSchema, EmployeeRoleAssignmentCountAggregateInputObjectSchema, EmployeeRoleAssignmentCountAggregateInputObjectZodSchema, EmployeeRoleAssignmentCountOrderByAggregateInputObjectSchema, EmployeeRoleAssignmentCountOrderByAggregateInputObjectZodSchema, EmployeeRoleAssignmentCountResultSchema, EmployeeRoleAssignmentCountSchema, EmployeeRoleAssignmentCountZodSchema, EmployeeRoleAssignmentCreateInputObjectSchema, EmployeeRoleAssignmentCreateInputObjectZodSchema, EmployeeRoleAssignmentCreateManyAndReturnSchema, EmployeeRoleAssignmentCreateManyAndReturnZodSchema, EmployeeRoleAssignmentCreateManyEmployeeInputEnvelopeObjectSchema, EmployeeRoleAssignmentCreateManyEmployeeInputEnvelopeObjectZodSchema, EmployeeRoleAssignmentCreateManyEmployeeInputObjectSchema, EmployeeRoleAssignmentCreateManyEmployeeInputObjectZodSchema, EmployeeRoleAssignmentCreateManyEmployeeRoleInputEnvelopeObjectSchema, EmployeeRoleAssignmentCreateManyEmployeeRoleInputEnvelopeObjectZodSchema, EmployeeRoleAssignmentCreateManyEmployeeRoleInputObjectSchema, EmployeeRoleAssignmentCreateManyEmployeeRoleInputObjectZodSchema, EmployeeRoleAssignmentCreateManyInputObjectSchema, EmployeeRoleAssignmentCreateManyInputObjectZodSchema, EmployeeRoleAssignmentCreateManyResultSchema, EmployeeRoleAssignmentCreateManySchema, EmployeeRoleAssignmentCreateManyZodSchema, EmployeeRoleAssignmentCreateNestedManyWithoutEmployeeInputObjectSchema, EmployeeRoleAssignmentCreateNestedManyWithoutEmployeeInputObjectZodSchema, EmployeeRoleAssignmentCreateNestedManyWithoutEmployeeRoleInputObjectSchema, EmployeeRoleAssignmentCreateNestedManyWithoutEmployeeRoleInputObjectZodSchema, EmployeeRoleAssignmentCreateOneSchema, EmployeeRoleAssignmentCreateOneZodSchema, EmployeeRoleAssignmentCreateOrConnectWithoutEmployeeInputObjectSchema, EmployeeRoleAssignmentCreateOrConnectWithoutEmployeeInputObjectZodSchema, EmployeeRoleAssignmentCreateOrConnectWithoutEmployeeRoleInputObjectSchema, EmployeeRoleAssignmentCreateOrConnectWithoutEmployeeRoleInputObjectZodSchema, EmployeeRoleAssignmentCreateResultSchema, EmployeeRoleAssignmentCreateWithoutEmployeeInputObjectSchema, EmployeeRoleAssignmentCreateWithoutEmployeeInputObjectZodSchema, EmployeeRoleAssignmentCreateWithoutEmployeeRoleInputObjectSchema, EmployeeRoleAssignmentCreateWithoutEmployeeRoleInputObjectZodSchema, EmployeeRoleAssignmentDeleteManyResultSchema, EmployeeRoleAssignmentDeleteManySchema, EmployeeRoleAssignmentDeleteManyZodSchema, EmployeeRoleAssignmentDeleteOneSchema, EmployeeRoleAssignmentDeleteOneZodSchema, EmployeeRoleAssignmentDeleteResultSchema, EmployeeRoleAssignmentEmployeeIdEmployeeRoleIdCompoundUniqueInputObjectSchema, EmployeeRoleAssignmentEmployeeIdEmployeeRoleIdCompoundUniqueInputObjectZodSchema, EmployeeRoleAssignmentFindFirstOrThrowSchema, EmployeeRoleAssignmentFindFirstOrThrowSelectSchema, EmployeeRoleAssignmentFindFirstOrThrowSelectZodSchema, EmployeeRoleAssignmentFindFirstOrThrowZodSchema, EmployeeRoleAssignmentFindFirstResultSchema, EmployeeRoleAssignmentFindFirstSchema, EmployeeRoleAssignmentFindFirstSelectSchema, EmployeeRoleAssignmentFindFirstSelectZodSchema, EmployeeRoleAssignmentFindFirstZodSchema, EmployeeRoleAssignmentFindManyResultSchema, EmployeeRoleAssignmentFindManySchema, EmployeeRoleAssignmentFindManySelectSchema, EmployeeRoleAssignmentFindManySelectZodSchema, EmployeeRoleAssignmentFindManyZodSchema, EmployeeRoleAssignmentFindUniqueOrThrowSchema, EmployeeRoleAssignmentFindUniqueOrThrowZodSchema, EmployeeRoleAssignmentFindUniqueResultSchema, EmployeeRoleAssignmentFindUniqueSchema, EmployeeRoleAssignmentFindUniqueZodSchema, EmployeeRoleAssignmentGroupByResultSchema, EmployeeRoleAssignmentGroupBySchema, EmployeeRoleAssignmentGroupByZodSchema, EmployeeRoleAssignmentIncludeObjectSchema, EmployeeRoleAssignmentIncludeObjectZodSchema, EmployeeRoleAssignmentInputSchema, type EmployeeRoleAssignmentInputType, EmployeeRoleAssignmentListRelationFilterObjectSchema, EmployeeRoleAssignmentListRelationFilterObjectZodSchema, EmployeeRoleAssignmentMaxAggregateInputObjectSchema, EmployeeRoleAssignmentMaxAggregateInputObjectZodSchema, EmployeeRoleAssignmentMaxOrderByAggregateInputObjectSchema, EmployeeRoleAssignmentMaxOrderByAggregateInputObjectZodSchema, EmployeeRoleAssignmentMinAggregateInputObjectSchema, EmployeeRoleAssignmentMinAggregateInputObjectZodSchema, EmployeeRoleAssignmentMinOrderByAggregateInputObjectSchema, EmployeeRoleAssignmentMinOrderByAggregateInputObjectZodSchema, EmployeeRoleAssignmentModelSchema, EmployeeRoleAssignmentOrderByRelationAggregateInputObjectSchema, EmployeeRoleAssignmentOrderByRelationAggregateInputObjectZodSchema, EmployeeRoleAssignmentOrderByWithAggregationInputObjectSchema, EmployeeRoleAssignmentOrderByWithAggregationInputObjectZodSchema, EmployeeRoleAssignmentOrderByWithRelationInputObjectSchema, EmployeeRoleAssignmentOrderByWithRelationInputObjectZodSchema, type EmployeeRoleAssignmentPureType, EmployeeRoleAssignmentResultSchema, type EmployeeRoleAssignmentResultType, type EmployeeRoleAssignmentScalarFieldEnum, EmployeeRoleAssignmentScalarFieldEnumSchema, EmployeeRoleAssignmentScalarWhereInputObjectSchema, EmployeeRoleAssignmentScalarWhereInputObjectZodSchema, EmployeeRoleAssignmentScalarWhereWithAggregatesInputObjectSchema, EmployeeRoleAssignmentScalarWhereWithAggregatesInputObjectZodSchema, EmployeeRoleAssignmentSelectObjectSchema, EmployeeRoleAssignmentSelectObjectZodSchema, EmployeeRoleAssignmentSumAggregateInputObjectSchema, EmployeeRoleAssignmentSumAggregateInputObjectZodSchema, EmployeeRoleAssignmentSumOrderByAggregateInputObjectSchema, EmployeeRoleAssignmentSumOrderByAggregateInputObjectZodSchema, EmployeeRoleAssignmentUncheckedCreateInputObjectSchema, EmployeeRoleAssignmentUncheckedCreateInputObjectZodSchema, EmployeeRoleAssignmentUncheckedCreateNestedManyWithoutEmployeeInputObjectSchema, EmployeeRoleAssignmentUncheckedCreateNestedManyWithoutEmployeeInputObjectZodSchema, EmployeeRoleAssignmentUncheckedCreateNestedManyWithoutEmployeeRoleInputObjectSchema, EmployeeRoleAssignmentUncheckedCreateNestedManyWithoutEmployeeRoleInputObjectZodSchema, EmployeeRoleAssignmentUncheckedCreateWithoutEmployeeInputObjectSchema, EmployeeRoleAssignmentUncheckedCreateWithoutEmployeeInputObjectZodSchema, EmployeeRoleAssignmentUncheckedCreateWithoutEmployeeRoleInputObjectSchema, EmployeeRoleAssignmentUncheckedCreateWithoutEmployeeRoleInputObjectZodSchema, EmployeeRoleAssignmentUncheckedUpdateInputObjectSchema, EmployeeRoleAssignmentUncheckedUpdateInputObjectZodSchema, EmployeeRoleAssignmentUncheckedUpdateManyInputObjectSchema, EmployeeRoleAssignmentUncheckedUpdateManyInputObjectZodSchema, EmployeeRoleAssignmentUncheckedUpdateManyWithoutEmployeeInputObjectSchema, EmployeeRoleAssignmentUncheckedUpdateManyWithoutEmployeeInputObjectZodSchema, EmployeeRoleAssignmentUncheckedUpdateManyWithoutEmployeeNestedInputObjectSchema, EmployeeRoleAssignmentUncheckedUpdateManyWithoutEmployeeNestedInputObjectZodSchema, EmployeeRoleAssignmentUncheckedUpdateManyWithoutEmployeeRoleInputObjectSchema, EmployeeRoleAssignmentUncheckedUpdateManyWithoutEmployeeRoleInputObjectZodSchema, EmployeeRoleAssignmentUncheckedUpdateManyWithoutEmployeeRoleNestedInputObjectSchema, EmployeeRoleAssignmentUncheckedUpdateManyWithoutEmployeeRoleNestedInputObjectZodSchema, EmployeeRoleAssignmentUncheckedUpdateWithoutEmployeeInputObjectSchema, EmployeeRoleAssignmentUncheckedUpdateWithoutEmployeeInputObjectZodSchema, EmployeeRoleAssignmentUncheckedUpdateWithoutEmployeeRoleInputObjectSchema, EmployeeRoleAssignmentUncheckedUpdateWithoutEmployeeRoleInputObjectZodSchema, EmployeeRoleAssignmentUpdateInputObjectSchema, EmployeeRoleAssignmentUpdateInputObjectZodSchema, EmployeeRoleAssignmentUpdateManyAndReturnSchema, EmployeeRoleAssignmentUpdateManyAndReturnZodSchema, EmployeeRoleAssignmentUpdateManyMutationInputObjectSchema, EmployeeRoleAssignmentUpdateManyMutationInputObjectZodSchema, EmployeeRoleAssignmentUpdateManyResultSchema, EmployeeRoleAssignmentUpdateManySchema, EmployeeRoleAssignmentUpdateManyWithWhereWithoutEmployeeInputObjectSchema, EmployeeRoleAssignmentUpdateManyWithWhereWithoutEmployeeInputObjectZodSchema, EmployeeRoleAssignmentUpdateManyWithWhereWithoutEmployeeRoleInputObjectSchema, EmployeeRoleAssignmentUpdateManyWithWhereWithoutEmployeeRoleInputObjectZodSchema, EmployeeRoleAssignmentUpdateManyWithoutEmployeeNestedInputObjectSchema, EmployeeRoleAssignmentUpdateManyWithoutEmployeeNestedInputObjectZodSchema, EmployeeRoleAssignmentUpdateManyWithoutEmployeeRoleNestedInputObjectSchema, EmployeeRoleAssignmentUpdateManyWithoutEmployeeRoleNestedInputObjectZodSchema, EmployeeRoleAssignmentUpdateManyZodSchema, EmployeeRoleAssignmentUpdateOneSchema, EmployeeRoleAssignmentUpdateOneZodSchema, EmployeeRoleAssignmentUpdateResultSchema, EmployeeRoleAssignmentUpdateWithWhereUniqueWithoutEmployeeInputObjectSchema, EmployeeRoleAssignmentUpdateWithWhereUniqueWithoutEmployeeInputObjectZodSchema, EmployeeRoleAssignmentUpdateWithWhereUniqueWithoutEmployeeRoleInputObjectSchema, EmployeeRoleAssignmentUpdateWithWhereUniqueWithoutEmployeeRoleInputObjectZodSchema, EmployeeRoleAssignmentUpdateWithoutEmployeeInputObjectSchema, EmployeeRoleAssignmentUpdateWithoutEmployeeInputObjectZodSchema, EmployeeRoleAssignmentUpdateWithoutEmployeeRoleInputObjectSchema, EmployeeRoleAssignmentUpdateWithoutEmployeeRoleInputObjectZodSchema, EmployeeRoleAssignmentUpsertOneSchema, EmployeeRoleAssignmentUpsertOneZodSchema, EmployeeRoleAssignmentUpsertResultSchema, EmployeeRoleAssignmentUpsertWithWhereUniqueWithoutEmployeeInputObjectSchema, EmployeeRoleAssignmentUpsertWithWhereUniqueWithoutEmployeeInputObjectZodSchema, EmployeeRoleAssignmentUpsertWithWhereUniqueWithoutEmployeeRoleInputObjectSchema, EmployeeRoleAssignmentUpsertWithWhereUniqueWithoutEmployeeRoleInputObjectZodSchema, EmployeeRoleAssignmentWhereInputObjectSchema, EmployeeRoleAssignmentWhereInputObjectZodSchema, EmployeeRoleAssignmentWhereUniqueInputObjectSchema, EmployeeRoleAssignmentWhereUniqueInputObjectZodSchema, EmployeeRoleAvgAggregateInputObjectSchema, EmployeeRoleAvgAggregateInputObjectZodSchema, EmployeeRoleAvgOrderByAggregateInputObjectSchema, EmployeeRoleAvgOrderByAggregateInputObjectZodSchema, EmployeeRoleCountAggregateInputObjectSchema, EmployeeRoleCountAggregateInputObjectZodSchema, EmployeeRoleCountOrderByAggregateInputObjectSchema, EmployeeRoleCountOrderByAggregateInputObjectZodSchema, EmployeeRoleCountOutputTypeArgsObjectSchema, EmployeeRoleCountOutputTypeArgsObjectZodSchema, EmployeeRoleCountOutputTypeCountAssignmentsArgsObjectSchema, EmployeeRoleCountOutputTypeCountAssignmentsArgsObjectZodSchema, EmployeeRoleCountOutputTypeCountPermissionsArgsObjectSchema, EmployeeRoleCountOutputTypeCountPermissionsArgsObjectZodSchema, EmployeeRoleCountOutputTypeSelectObjectSchema, EmployeeRoleCountOutputTypeSelectObjectZodSchema, EmployeeRoleCountResultSchema, EmployeeRoleCountSchema, EmployeeRoleCountZodSchema, EmployeeRoleCreateInputObjectSchema, EmployeeRoleCreateInputObjectZodSchema, EmployeeRoleCreateManyAndReturnSchema, EmployeeRoleCreateManyAndReturnZodSchema, EmployeeRoleCreateManyInputObjectSchema, EmployeeRoleCreateManyInputObjectZodSchema, EmployeeRoleCreateManyResultSchema, EmployeeRoleCreateManySchema, EmployeeRoleCreateManyZodSchema, EmployeeRoleCreateNestedOneWithoutAssignmentsInputObjectSchema, EmployeeRoleCreateNestedOneWithoutAssignmentsInputObjectZodSchema, EmployeeRoleCreateNestedOneWithoutPermissionsInputObjectSchema, EmployeeRoleCreateNestedOneWithoutPermissionsInputObjectZodSchema, EmployeeRoleCreateOneSchema, EmployeeRoleCreateOneZodSchema, EmployeeRoleCreateOrConnectWithoutAssignmentsInputObjectSchema, EmployeeRoleCreateOrConnectWithoutAssignmentsInputObjectZodSchema, EmployeeRoleCreateOrConnectWithoutPermissionsInputObjectSchema, EmployeeRoleCreateOrConnectWithoutPermissionsInputObjectZodSchema, EmployeeRoleCreateResultSchema, EmployeeRoleCreateWithoutAssignmentsInputObjectSchema, EmployeeRoleCreateWithoutAssignmentsInputObjectZodSchema, EmployeeRoleCreateWithoutPermissionsInputObjectSchema, EmployeeRoleCreateWithoutPermissionsInputObjectZodSchema, EmployeeRoleDeleteManyResultSchema, EmployeeRoleDeleteManySchema, EmployeeRoleDeleteManyZodSchema, EmployeeRoleDeleteOneSchema, EmployeeRoleDeleteOneZodSchema, EmployeeRoleDeleteResultSchema, EmployeeRoleFindFirstOrThrowSchema, EmployeeRoleFindFirstOrThrowSelectSchema, EmployeeRoleFindFirstOrThrowSelectZodSchema, EmployeeRoleFindFirstOrThrowZodSchema, EmployeeRoleFindFirstResultSchema, EmployeeRoleFindFirstSchema, EmployeeRoleFindFirstSelectSchema, EmployeeRoleFindFirstSelectZodSchema, EmployeeRoleFindFirstZodSchema, EmployeeRoleFindManyResultSchema, EmployeeRoleFindManySchema, EmployeeRoleFindManySelectSchema, EmployeeRoleFindManySelectZodSchema, EmployeeRoleFindManyZodSchema, EmployeeRoleFindUniqueOrThrowSchema, EmployeeRoleFindUniqueOrThrowZodSchema, EmployeeRoleFindUniqueResultSchema, EmployeeRoleFindUniqueSchema, EmployeeRoleFindUniqueZodSchema, EmployeeRoleGroupByResultSchema, EmployeeRoleGroupBySchema, EmployeeRoleGroupByZodSchema, EmployeeRoleIncludeObjectSchema, EmployeeRoleIncludeObjectZodSchema, EmployeeRoleInputSchema, type EmployeeRoleInputType, EmployeeRoleMaxAggregateInputObjectSchema, EmployeeRoleMaxAggregateInputObjectZodSchema, EmployeeRoleMaxOrderByAggregateInputObjectSchema, EmployeeRoleMaxOrderByAggregateInputObjectZodSchema, EmployeeRoleMinAggregateInputObjectSchema, EmployeeRoleMinAggregateInputObjectZodSchema, EmployeeRoleMinOrderByAggregateInputObjectSchema, EmployeeRoleMinOrderByAggregateInputObjectZodSchema, EmployeeRoleModelSchema, EmployeeRoleOrderByWithAggregationInputObjectSchema, EmployeeRoleOrderByWithAggregationInputObjectZodSchema, EmployeeRoleOrderByWithRelationInputObjectSchema, EmployeeRoleOrderByWithRelationInputObjectZodSchema, EmployeeRolePermissionAggregateResultSchema, EmployeeRolePermissionAggregateSchema, EmployeeRolePermissionAggregateZodSchema, EmployeeRolePermissionArgsObjectSchema, EmployeeRolePermissionArgsObjectZodSchema, EmployeeRolePermissionAvgAggregateInputObjectSchema, EmployeeRolePermissionAvgAggregateInputObjectZodSchema, EmployeeRolePermissionAvgOrderByAggregateInputObjectSchema, EmployeeRolePermissionAvgOrderByAggregateInputObjectZodSchema, EmployeeRolePermissionCountAggregateInputObjectSchema, EmployeeRolePermissionCountAggregateInputObjectZodSchema, EmployeeRolePermissionCountOrderByAggregateInputObjectSchema, EmployeeRolePermissionCountOrderByAggregateInputObjectZodSchema, EmployeeRolePermissionCountResultSchema, EmployeeRolePermissionCountSchema, EmployeeRolePermissionCountZodSchema, EmployeeRolePermissionCreateInputObjectSchema, EmployeeRolePermissionCreateInputObjectZodSchema, EmployeeRolePermissionCreateManyAndReturnSchema, EmployeeRolePermissionCreateManyAndReturnZodSchema, EmployeeRolePermissionCreateManyEmployeePermissionInputEnvelopeObjectSchema, EmployeeRolePermissionCreateManyEmployeePermissionInputEnvelopeObjectZodSchema, EmployeeRolePermissionCreateManyEmployeePermissionInputObjectSchema, EmployeeRolePermissionCreateManyEmployeePermissionInputObjectZodSchema, EmployeeRolePermissionCreateManyEmployeeRoleInputEnvelopeObjectSchema, EmployeeRolePermissionCreateManyEmployeeRoleInputEnvelopeObjectZodSchema, EmployeeRolePermissionCreateManyEmployeeRoleInputObjectSchema, EmployeeRolePermissionCreateManyEmployeeRoleInputObjectZodSchema, EmployeeRolePermissionCreateManyInputObjectSchema, EmployeeRolePermissionCreateManyInputObjectZodSchema, EmployeeRolePermissionCreateManyResultSchema, EmployeeRolePermissionCreateManySchema, EmployeeRolePermissionCreateManyZodSchema, EmployeeRolePermissionCreateNestedManyWithoutEmployeePermissionInputObjectSchema, EmployeeRolePermissionCreateNestedManyWithoutEmployeePermissionInputObjectZodSchema, EmployeeRolePermissionCreateNestedManyWithoutEmployeeRoleInputObjectSchema, EmployeeRolePermissionCreateNestedManyWithoutEmployeeRoleInputObjectZodSchema, EmployeeRolePermissionCreateOneSchema, EmployeeRolePermissionCreateOneZodSchema, EmployeeRolePermissionCreateOrConnectWithoutEmployeePermissionInputObjectSchema, EmployeeRolePermissionCreateOrConnectWithoutEmployeePermissionInputObjectZodSchema, EmployeeRolePermissionCreateOrConnectWithoutEmployeeRoleInputObjectSchema, EmployeeRolePermissionCreateOrConnectWithoutEmployeeRoleInputObjectZodSchema, EmployeeRolePermissionCreateResultSchema, EmployeeRolePermissionCreateWithoutEmployeePermissionInputObjectSchema, EmployeeRolePermissionCreateWithoutEmployeePermissionInputObjectZodSchema, EmployeeRolePermissionCreateWithoutEmployeeRoleInputObjectSchema, EmployeeRolePermissionCreateWithoutEmployeeRoleInputObjectZodSchema, EmployeeRolePermissionDeleteManyResultSchema, EmployeeRolePermissionDeleteManySchema, EmployeeRolePermissionDeleteManyZodSchema, EmployeeRolePermissionDeleteOneSchema, EmployeeRolePermissionDeleteOneZodSchema, EmployeeRolePermissionDeleteResultSchema, EmployeeRolePermissionEmployeeRoleIdEmployeePermissionIdCompoundUniqueInputObjectSchema, EmployeeRolePermissionEmployeeRoleIdEmployeePermissionIdCompoundUniqueInputObjectZodSchema, EmployeeRolePermissionFindFirstOrThrowSchema, EmployeeRolePermissionFindFirstOrThrowSelectSchema, EmployeeRolePermissionFindFirstOrThrowSelectZodSchema, EmployeeRolePermissionFindFirstOrThrowZodSchema, EmployeeRolePermissionFindFirstResultSchema, EmployeeRolePermissionFindFirstSchema, EmployeeRolePermissionFindFirstSelectSchema, EmployeeRolePermissionFindFirstSelectZodSchema, EmployeeRolePermissionFindFirstZodSchema, EmployeeRolePermissionFindManyResultSchema, EmployeeRolePermissionFindManySchema, EmployeeRolePermissionFindManySelectSchema, EmployeeRolePermissionFindManySelectZodSchema, EmployeeRolePermissionFindManyZodSchema, EmployeeRolePermissionFindUniqueOrThrowSchema, EmployeeRolePermissionFindUniqueOrThrowZodSchema, EmployeeRolePermissionFindUniqueResultSchema, EmployeeRolePermissionFindUniqueSchema, EmployeeRolePermissionFindUniqueZodSchema, EmployeeRolePermissionGroupByResultSchema, EmployeeRolePermissionGroupBySchema, EmployeeRolePermissionGroupByZodSchema, EmployeeRolePermissionIncludeObjectSchema, EmployeeRolePermissionIncludeObjectZodSchema, EmployeeRolePermissionInputSchema, type EmployeeRolePermissionInputType, EmployeeRolePermissionListRelationFilterObjectSchema, EmployeeRolePermissionListRelationFilterObjectZodSchema, EmployeeRolePermissionMaxAggregateInputObjectSchema, EmployeeRolePermissionMaxAggregateInputObjectZodSchema, EmployeeRolePermissionMaxOrderByAggregateInputObjectSchema, EmployeeRolePermissionMaxOrderByAggregateInputObjectZodSchema, EmployeeRolePermissionMinAggregateInputObjectSchema, EmployeeRolePermissionMinAggregateInputObjectZodSchema, EmployeeRolePermissionMinOrderByAggregateInputObjectSchema, EmployeeRolePermissionMinOrderByAggregateInputObjectZodSchema, EmployeeRolePermissionModelSchema, EmployeeRolePermissionOrderByRelationAggregateInputObjectSchema, EmployeeRolePermissionOrderByRelationAggregateInputObjectZodSchema, EmployeeRolePermissionOrderByWithAggregationInputObjectSchema, EmployeeRolePermissionOrderByWithAggregationInputObjectZodSchema, EmployeeRolePermissionOrderByWithRelationInputObjectSchema, EmployeeRolePermissionOrderByWithRelationInputObjectZodSchema, type EmployeeRolePermissionPureType, EmployeeRolePermissionResultSchema, type EmployeeRolePermissionResultType, type EmployeeRolePermissionScalarFieldEnum, EmployeeRolePermissionScalarFieldEnumSchema, EmployeeRolePermissionScalarWhereInputObjectSchema, EmployeeRolePermissionScalarWhereInputObjectZodSchema, EmployeeRolePermissionScalarWhereWithAggregatesInputObjectSchema, EmployeeRolePermissionScalarWhereWithAggregatesInputObjectZodSchema, EmployeeRolePermissionSelectObjectSchema, EmployeeRolePermissionSelectObjectZodSchema, EmployeeRolePermissionSumAggregateInputObjectSchema, EmployeeRolePermissionSumAggregateInputObjectZodSchema, EmployeeRolePermissionSumOrderByAggregateInputObjectSchema, EmployeeRolePermissionSumOrderByAggregateInputObjectZodSchema, EmployeeRolePermissionUncheckedCreateInputObjectSchema, EmployeeRolePermissionUncheckedCreateInputObjectZodSchema, EmployeeRolePermissionUncheckedCreateNestedManyWithoutEmployeePermissionInputObjectSchema, EmployeeRolePermissionUncheckedCreateNestedManyWithoutEmployeePermissionInputObjectZodSchema, EmployeeRolePermissionUncheckedCreateNestedManyWithoutEmployeeRoleInputObjectSchema, EmployeeRolePermissionUncheckedCreateNestedManyWithoutEmployeeRoleInputObjectZodSchema, EmployeeRolePermissionUncheckedCreateWithoutEmployeePermissionInputObjectSchema, EmployeeRolePermissionUncheckedCreateWithoutEmployeePermissionInputObjectZodSchema, EmployeeRolePermissionUncheckedCreateWithoutEmployeeRoleInputObjectSchema, EmployeeRolePermissionUncheckedCreateWithoutEmployeeRoleInputObjectZodSchema, EmployeeRolePermissionUncheckedUpdateInputObjectSchema, EmployeeRolePermissionUncheckedUpdateInputObjectZodSchema, EmployeeRolePermissionUncheckedUpdateManyInputObjectSchema, EmployeeRolePermissionUncheckedUpdateManyInputObjectZodSchema, EmployeeRolePermissionUncheckedUpdateManyWithoutEmployeePermissionInputObjectSchema, EmployeeRolePermissionUncheckedUpdateManyWithoutEmployeePermissionInputObjectZodSchema, EmployeeRolePermissionUncheckedUpdateManyWithoutEmployeePermissionNestedInputObjectSchema, EmployeeRolePermissionUncheckedUpdateManyWithoutEmployeePermissionNestedInputObjectZodSchema, EmployeeRolePermissionUncheckedUpdateManyWithoutEmployeeRoleInputObjectSchema, EmployeeRolePermissionUncheckedUpdateManyWithoutEmployeeRoleInputObjectZodSchema, EmployeeRolePermissionUncheckedUpdateManyWithoutEmployeeRoleNestedInputObjectSchema, EmployeeRolePermissionUncheckedUpdateManyWithoutEmployeeRoleNestedInputObjectZodSchema, EmployeeRolePermissionUncheckedUpdateWithoutEmployeePermissionInputObjectSchema, EmployeeRolePermissionUncheckedUpdateWithoutEmployeePermissionInputObjectZodSchema, EmployeeRolePermissionUncheckedUpdateWithoutEmployeeRoleInputObjectSchema, EmployeeRolePermissionUncheckedUpdateWithoutEmployeeRoleInputObjectZodSchema, EmployeeRolePermissionUpdateInputObjectSchema, EmployeeRolePermissionUpdateInputObjectZodSchema, EmployeeRolePermissionUpdateManyAndReturnSchema, EmployeeRolePermissionUpdateManyAndReturnZodSchema, EmployeeRolePermissionUpdateManyMutationInputObjectSchema, EmployeeRolePermissionUpdateManyMutationInputObjectZodSchema, EmployeeRolePermissionUpdateManyResultSchema, EmployeeRolePermissionUpdateManySchema, EmployeeRolePermissionUpdateManyWithWhereWithoutEmployeePermissionInputObjectSchema, EmployeeRolePermissionUpdateManyWithWhereWithoutEmployeePermissionInputObjectZodSchema, EmployeeRolePermissionUpdateManyWithWhereWithoutEmployeeRoleInputObjectSchema, EmployeeRolePermissionUpdateManyWithWhereWithoutEmployeeRoleInputObjectZodSchema, EmployeeRolePermissionUpdateManyWithoutEmployeePermissionNestedInputObjectSchema, EmployeeRolePermissionUpdateManyWithoutEmployeePermissionNestedInputObjectZodSchema, EmployeeRolePermissionUpdateManyWithoutEmployeeRoleNestedInputObjectSchema, EmployeeRolePermissionUpdateManyWithoutEmployeeRoleNestedInputObjectZodSchema, EmployeeRolePermissionUpdateManyZodSchema, EmployeeRolePermissionUpdateOneSchema, EmployeeRolePermissionUpdateOneZodSchema, EmployeeRolePermissionUpdateResultSchema, EmployeeRolePermissionUpdateWithWhereUniqueWithoutEmployeePermissionInputObjectSchema, EmployeeRolePermissionUpdateWithWhereUniqueWithoutEmployeePermissionInputObjectZodSchema, EmployeeRolePermissionUpdateWithWhereUniqueWithoutEmployeeRoleInputObjectSchema, EmployeeRolePermissionUpdateWithWhereUniqueWithoutEmployeeRoleInputObjectZodSchema, EmployeeRolePermissionUpdateWithoutEmployeePermissionInputObjectSchema, EmployeeRolePermissionUpdateWithoutEmployeePermissionInputObjectZodSchema, EmployeeRolePermissionUpdateWithoutEmployeeRoleInputObjectSchema, EmployeeRolePermissionUpdateWithoutEmployeeRoleInputObjectZodSchema, EmployeeRolePermissionUpsertOneSchema, EmployeeRolePermissionUpsertOneZodSchema, EmployeeRolePermissionUpsertResultSchema, EmployeeRolePermissionUpsertWithWhereUniqueWithoutEmployeePermissionInputObjectSchema, EmployeeRolePermissionUpsertWithWhereUniqueWithoutEmployeePermissionInputObjectZodSchema, EmployeeRolePermissionUpsertWithWhereUniqueWithoutEmployeeRoleInputObjectSchema, EmployeeRolePermissionUpsertWithWhereUniqueWithoutEmployeeRoleInputObjectZodSchema, EmployeeRolePermissionWhereInputObjectSchema, EmployeeRolePermissionWhereInputObjectZodSchema, EmployeeRolePermissionWhereUniqueInputObjectSchema, EmployeeRolePermissionWhereUniqueInputObjectZodSchema, type EmployeeRolePureType, EmployeeRoleResultSchema, type EmployeeRoleResultType, type EmployeeRoleScalarFieldEnum, EmployeeRoleScalarFieldEnumSchema, EmployeeRoleScalarRelationFilterObjectSchema, EmployeeRoleScalarRelationFilterObjectZodSchema, EmployeeRoleScalarWhereWithAggregatesInputObjectSchema, EmployeeRoleScalarWhereWithAggregatesInputObjectZodSchema, EmployeeRoleSchema, EmployeeRoleSelectObjectSchema, EmployeeRoleSelectObjectZodSchema, EmployeeRoleSumAggregateInputObjectSchema, EmployeeRoleSumAggregateInputObjectZodSchema, EmployeeRoleSumOrderByAggregateInputObjectSchema, EmployeeRoleSumOrderByAggregateInputObjectZodSchema, EmployeeRoleUncheckedCreateInputObjectSchema, EmployeeRoleUncheckedCreateInputObjectZodSchema, EmployeeRoleUncheckedCreateWithoutAssignmentsInputObjectSchema, EmployeeRoleUncheckedCreateWithoutAssignmentsInputObjectZodSchema, EmployeeRoleUncheckedCreateWithoutPermissionsInputObjectSchema, EmployeeRoleUncheckedCreateWithoutPermissionsInputObjectZodSchema, EmployeeRoleUncheckedUpdateInputObjectSchema, EmployeeRoleUncheckedUpdateInputObjectZodSchema, EmployeeRoleUncheckedUpdateManyInputObjectSchema, EmployeeRoleUncheckedUpdateManyInputObjectZodSchema, EmployeeRoleUncheckedUpdateWithoutAssignmentsInputObjectSchema, EmployeeRoleUncheckedUpdateWithoutAssignmentsInputObjectZodSchema, EmployeeRoleUncheckedUpdateWithoutPermissionsInputObjectSchema, EmployeeRoleUncheckedUpdateWithoutPermissionsInputObjectZodSchema, EmployeeRoleUpdateInputObjectSchema, EmployeeRoleUpdateInputObjectZodSchema, EmployeeRoleUpdateManyAndReturnSchema, EmployeeRoleUpdateManyAndReturnZodSchema, EmployeeRoleUpdateManyMutationInputObjectSchema, EmployeeRoleUpdateManyMutationInputObjectZodSchema, EmployeeRoleUpdateManyResultSchema, EmployeeRoleUpdateManySchema, EmployeeRoleUpdateManyZodSchema, EmployeeRoleUpdateOneRequiredWithoutAssignmentsNestedInputObjectSchema, EmployeeRoleUpdateOneRequiredWithoutAssignmentsNestedInputObjectZodSchema, EmployeeRoleUpdateOneRequiredWithoutPermissionsNestedInputObjectSchema, EmployeeRoleUpdateOneRequiredWithoutPermissionsNestedInputObjectZodSchema, EmployeeRoleUpdateOneSchema, EmployeeRoleUpdateOneZodSchema, EmployeeRoleUpdateResultSchema, EmployeeRoleUpdateToOneWithWhereWithoutAssignmentsInputObjectSchema, EmployeeRoleUpdateToOneWithWhereWithoutAssignmentsInputObjectZodSchema, EmployeeRoleUpdateToOneWithWhereWithoutPermissionsInputObjectSchema, EmployeeRoleUpdateToOneWithWhereWithoutPermissionsInputObjectZodSchema, EmployeeRoleUpdateWithoutAssignmentsInputObjectSchema, EmployeeRoleUpdateWithoutAssignmentsInputObjectZodSchema, EmployeeRoleUpdateWithoutPermissionsInputObjectSchema, EmployeeRoleUpdateWithoutPermissionsInputObjectZodSchema, EmployeeRoleUpsertOneSchema, EmployeeRoleUpsertOneZodSchema, EmployeeRoleUpsertResultSchema, EmployeeRoleUpsertWithoutAssignmentsInputObjectSchema, EmployeeRoleUpsertWithoutAssignmentsInputObjectZodSchema, EmployeeRoleUpsertWithoutPermissionsInputObjectSchema, EmployeeRoleUpsertWithoutPermissionsInputObjectZodSchema, EmployeeRoleWhereInputObjectSchema, EmployeeRoleWhereInputObjectZodSchema, EmployeeRoleWhereUniqueInputObjectSchema, EmployeeRoleWhereUniqueInputObjectZodSchema, type EmployeeScalarFieldEnum, EmployeeScalarFieldEnumSchema, EmployeeScalarRelationFilterObjectSchema, EmployeeScalarRelationFilterObjectZodSchema, EmployeeScalarWhereInputObjectSchema, EmployeeScalarWhereInputObjectZodSchema, EmployeeScalarWhereWithAggregatesInputObjectSchema, EmployeeScalarWhereWithAggregatesInputObjectZodSchema, EmployeeSchema, EmployeeSelectObjectSchema, EmployeeSelectObjectZodSchema, EmployeeSumAggregateInputObjectSchema, EmployeeSumAggregateInputObjectZodSchema, EmployeeSumOrderByAggregateInputObjectSchema, EmployeeSumOrderByAggregateInputObjectZodSchema, EmployeeUncheckedCreateInputObjectSchema, EmployeeUncheckedCreateInputObjectZodSchema, EmployeeUncheckedCreateNestedManyWithoutWarehouseInputObjectSchema, EmployeeUncheckedCreateNestedManyWithoutWarehouseInputObjectZodSchema, EmployeeUncheckedCreateWithoutRoleAssignmentsInputObjectSchema, EmployeeUncheckedCreateWithoutRoleAssignmentsInputObjectZodSchema, EmployeeUncheckedCreateWithoutWarehouseInputObjectSchema, EmployeeUncheckedCreateWithoutWarehouseInputObjectZodSchema, EmployeeUncheckedUpdateInputObjectSchema, EmployeeUncheckedUpdateInputObjectZodSchema, EmployeeUncheckedUpdateManyInputObjectSchema, EmployeeUncheckedUpdateManyInputObjectZodSchema, EmployeeUncheckedUpdateManyWithoutWarehouseInputObjectSchema, EmployeeUncheckedUpdateManyWithoutWarehouseInputObjectZodSchema, EmployeeUncheckedUpdateManyWithoutWarehouseNestedInputObjectSchema, EmployeeUncheckedUpdateManyWithoutWarehouseNestedInputObjectZodSchema, EmployeeUncheckedUpdateWithoutRoleAssignmentsInputObjectSchema, EmployeeUncheckedUpdateWithoutRoleAssignmentsInputObjectZodSchema, EmployeeUncheckedUpdateWithoutWarehouseInputObjectSchema, EmployeeUncheckedUpdateWithoutWarehouseInputObjectZodSchema, EmployeeUpdateInputObjectSchema, EmployeeUpdateInputObjectZodSchema, EmployeeUpdateManyAndReturnSchema, EmployeeUpdateManyAndReturnZodSchema, EmployeeUpdateManyMutationInputObjectSchema, EmployeeUpdateManyMutationInputObjectZodSchema, EmployeeUpdateManyResultSchema, EmployeeUpdateManySchema, EmployeeUpdateManyWithWhereWithoutWarehouseInputObjectSchema, EmployeeUpdateManyWithWhereWithoutWarehouseInputObjectZodSchema, EmployeeUpdateManyWithoutWarehouseNestedInputObjectSchema, EmployeeUpdateManyWithoutWarehouseNestedInputObjectZodSchema, EmployeeUpdateManyZodSchema, EmployeeUpdateOneRequiredWithoutRoleAssignmentsNestedInputObjectSchema, EmployeeUpdateOneRequiredWithoutRoleAssignmentsNestedInputObjectZodSchema, EmployeeUpdateOneSchema, EmployeeUpdateOneZodSchema, EmployeeUpdateResultSchema, EmployeeUpdateToOneWithWhereWithoutRoleAssignmentsInputObjectSchema, EmployeeUpdateToOneWithWhereWithoutRoleAssignmentsInputObjectZodSchema, EmployeeUpdateWithWhereUniqueWithoutWarehouseInputObjectSchema, EmployeeUpdateWithWhereUniqueWithoutWarehouseInputObjectZodSchema, EmployeeUpdateWithoutRoleAssignmentsInputObjectSchema, EmployeeUpdateWithoutRoleAssignmentsInputObjectZodSchema, EmployeeUpdateWithoutWarehouseInputObjectSchema, EmployeeUpdateWithoutWarehouseInputObjectZodSchema, EmployeeUpsertOneSchema, EmployeeUpsertOneZodSchema, EmployeeUpsertResultSchema, EmployeeUpsertWithWhereUniqueWithoutWarehouseInputObjectSchema, EmployeeUpsertWithWhereUniqueWithoutWarehouseInputObjectZodSchema, EmployeeUpsertWithoutRoleAssignmentsInputObjectSchema, EmployeeUpsertWithoutRoleAssignmentsInputObjectZodSchema, EmployeeWhereInputObjectSchema, EmployeeWhereInputObjectZodSchema, EmployeeWhereUniqueInputObjectSchema, EmployeeWhereUniqueInputObjectZodSchema, IntFieldUpdateOperationsInputObjectSchema, IntFieldUpdateOperationsInputObjectZodSchema, IntFilterObjectSchema, IntFilterObjectZodSchema, IntNullableFilterObjectSchema, IntNullableFilterObjectZodSchema, IntNullableWithAggregatesFilterObjectSchema, IntNullableWithAggregatesFilterObjectZodSchema, IntWithAggregatesFilterObjectSchema, IntWithAggregatesFilterObjectZodSchema, type JwtPayload, type Locality, LocalityAggregateResultSchema, LocalityAggregateSchema, LocalityAggregateZodSchema, LocalityArgsObjectSchema, LocalityArgsObjectZodSchema, LocalityAvgAggregateInputObjectSchema, LocalityAvgAggregateInputObjectZodSchema, LocalityAvgOrderByAggregateInputObjectSchema, LocalityAvgOrderByAggregateInputObjectZodSchema, LocalityCountAggregateInputObjectSchema, LocalityCountAggregateInputObjectZodSchema, LocalityCountOrderByAggregateInputObjectSchema, LocalityCountOrderByAggregateInputObjectZodSchema, LocalityCountOutputTypeArgsObjectSchema, LocalityCountOutputTypeArgsObjectZodSchema, LocalityCountOutputTypeCountWarehousesArgsObjectSchema, LocalityCountOutputTypeCountWarehousesArgsObjectZodSchema, LocalityCountOutputTypeSelectObjectSchema, LocalityCountOutputTypeSelectObjectZodSchema, LocalityCountResultSchema, LocalityCountSchema, LocalityCountZodSchema, LocalityCreateInputObjectSchema, LocalityCreateInputObjectZodSchema, LocalityCreateManyAndReturnSchema, LocalityCreateManyAndReturnZodSchema, LocalityCreateManyCountryInputEnvelopeObjectSchema, LocalityCreateManyCountryInputEnvelopeObjectZodSchema, LocalityCreateManyCountryInputObjectSchema, LocalityCreateManyCountryInputObjectZodSchema, LocalityCreateManyInputObjectSchema, LocalityCreateManyInputObjectZodSchema, LocalityCreateManyResultSchema, LocalityCreateManySchema, LocalityCreateManyZodSchema, LocalityCreateNestedManyWithoutCountryInputObjectSchema, LocalityCreateNestedManyWithoutCountryInputObjectZodSchema, LocalityCreateNestedOneWithoutWarehousesInputObjectSchema, LocalityCreateNestedOneWithoutWarehousesInputObjectZodSchema, LocalityCreateOneSchema, LocalityCreateOneZodSchema, LocalityCreateOrConnectWithoutCountryInputObjectSchema, LocalityCreateOrConnectWithoutCountryInputObjectZodSchema, LocalityCreateOrConnectWithoutWarehousesInputObjectSchema, LocalityCreateOrConnectWithoutWarehousesInputObjectZodSchema, LocalityCreateResultSchema, LocalityCreateWithoutCountryInputObjectSchema, LocalityCreateWithoutCountryInputObjectZodSchema, LocalityCreateWithoutWarehousesInputObjectSchema, LocalityCreateWithoutWarehousesInputObjectZodSchema, LocalityDeleteManyResultSchema, LocalityDeleteManySchema, LocalityDeleteManyZodSchema, LocalityDeleteOneSchema, LocalityDeleteOneZodSchema, LocalityDeleteResultSchema, LocalityFindFirstOrThrowSchema, LocalityFindFirstOrThrowSelectSchema, LocalityFindFirstOrThrowSelectZodSchema, LocalityFindFirstOrThrowZodSchema, LocalityFindFirstResultSchema, LocalityFindFirstSchema, LocalityFindFirstSelectSchema, LocalityFindFirstSelectZodSchema, LocalityFindFirstZodSchema, LocalityFindManyResultSchema, LocalityFindManySchema, LocalityFindManySelectSchema, LocalityFindManySelectZodSchema, LocalityFindManyZodSchema, LocalityFindUniqueOrThrowSchema, LocalityFindUniqueOrThrowZodSchema, LocalityFindUniqueResultSchema, LocalityFindUniqueSchema, LocalityFindUniqueZodSchema, LocalityGroupByResultSchema, LocalityGroupBySchema, LocalityGroupByZodSchema, LocalityIncludeObjectSchema, LocalityIncludeObjectZodSchema, LocalityInputSchema, type LocalityInputType, LocalityListRelationFilterObjectSchema, LocalityListRelationFilterObjectZodSchema, LocalityMaxAggregateInputObjectSchema, LocalityMaxAggregateInputObjectZodSchema, LocalityMaxOrderByAggregateInputObjectSchema, LocalityMaxOrderByAggregateInputObjectZodSchema, LocalityMinAggregateInputObjectSchema, LocalityMinAggregateInputObjectZodSchema, LocalityMinOrderByAggregateInputObjectSchema, LocalityMinOrderByAggregateInputObjectZodSchema, LocalityModelSchema, LocalityOrderByRelationAggregateInputObjectSchema, LocalityOrderByRelationAggregateInputObjectZodSchema, LocalityOrderByWithAggregationInputObjectSchema, LocalityOrderByWithAggregationInputObjectZodSchema, LocalityOrderByWithRelationInputObjectSchema, LocalityOrderByWithRelationInputObjectZodSchema, type LocalityPureType, LocalityResultSchema, type LocalityResultType, type LocalityScalarFieldEnum, LocalityScalarFieldEnumSchema, LocalityScalarRelationFilterObjectSchema, LocalityScalarRelationFilterObjectZodSchema, LocalityScalarWhereInputObjectSchema, LocalityScalarWhereInputObjectZodSchema, LocalityScalarWhereWithAggregatesInputObjectSchema, LocalityScalarWhereWithAggregatesInputObjectZodSchema, LocalitySchema, LocalitySelectObjectSchema, LocalitySelectObjectZodSchema, LocalitySumAggregateInputObjectSchema, LocalitySumAggregateInputObjectZodSchema, LocalitySumOrderByAggregateInputObjectSchema, LocalitySumOrderByAggregateInputObjectZodSchema, LocalityUncheckedCreateInputObjectSchema, LocalityUncheckedCreateInputObjectZodSchema, LocalityUncheckedCreateNestedManyWithoutCountryInputObjectSchema, LocalityUncheckedCreateNestedManyWithoutCountryInputObjectZodSchema, LocalityUncheckedCreateWithoutCountryInputObjectSchema, LocalityUncheckedCreateWithoutCountryInputObjectZodSchema, LocalityUncheckedCreateWithoutWarehousesInputObjectSchema, LocalityUncheckedCreateWithoutWarehousesInputObjectZodSchema, LocalityUncheckedUpdateInputObjectSchema, LocalityUncheckedUpdateInputObjectZodSchema, LocalityUncheckedUpdateManyInputObjectSchema, LocalityUncheckedUpdateManyInputObjectZodSchema, LocalityUncheckedUpdateManyWithoutCountryInputObjectSchema, LocalityUncheckedUpdateManyWithoutCountryInputObjectZodSchema, LocalityUncheckedUpdateManyWithoutCountryNestedInputObjectSchema, LocalityUncheckedUpdateManyWithoutCountryNestedInputObjectZodSchema, LocalityUncheckedUpdateWithoutCountryInputObjectSchema, LocalityUncheckedUpdateWithoutCountryInputObjectZodSchema, LocalityUncheckedUpdateWithoutWarehousesInputObjectSchema, LocalityUncheckedUpdateWithoutWarehousesInputObjectZodSchema, LocalityUpdateInputObjectSchema, LocalityUpdateInputObjectZodSchema, LocalityUpdateManyAndReturnSchema, LocalityUpdateManyAndReturnZodSchema, LocalityUpdateManyMutationInputObjectSchema, LocalityUpdateManyMutationInputObjectZodSchema, LocalityUpdateManyResultSchema, LocalityUpdateManySchema, LocalityUpdateManyWithWhereWithoutCountryInputObjectSchema, LocalityUpdateManyWithWhereWithoutCountryInputObjectZodSchema, LocalityUpdateManyWithoutCountryNestedInputObjectSchema, LocalityUpdateManyWithoutCountryNestedInputObjectZodSchema, LocalityUpdateManyZodSchema, LocalityUpdateOneRequiredWithoutWarehousesNestedInputObjectSchema, LocalityUpdateOneRequiredWithoutWarehousesNestedInputObjectZodSchema, LocalityUpdateOneSchema, LocalityUpdateOneZodSchema, LocalityUpdateResultSchema, LocalityUpdateToOneWithWhereWithoutWarehousesInputObjectSchema, LocalityUpdateToOneWithWhereWithoutWarehousesInputObjectZodSchema, LocalityUpdateWithWhereUniqueWithoutCountryInputObjectSchema, LocalityUpdateWithWhereUniqueWithoutCountryInputObjectZodSchema, LocalityUpdateWithoutCountryInputObjectSchema, LocalityUpdateWithoutCountryInputObjectZodSchema, LocalityUpdateWithoutWarehousesInputObjectSchema, LocalityUpdateWithoutWarehousesInputObjectZodSchema, LocalityUpsertOneSchema, LocalityUpsertOneZodSchema, LocalityUpsertResultSchema, LocalityUpsertWithWhereUniqueWithoutCountryInputObjectSchema, LocalityUpsertWithWhereUniqueWithoutCountryInputObjectZodSchema, LocalityUpsertWithoutWarehousesInputObjectSchema, LocalityUpsertWithoutWarehousesInputObjectZodSchema, LocalityWhereInputObjectSchema, LocalityWhereInputObjectZodSchema, LocalityWhereUniqueInputObjectSchema, LocalityWhereUniqueInputObjectZodSchema, type LoginDto, LoginSchema, NestedBigIntFilterObjectSchema, NestedBigIntFilterObjectZodSchema, NestedBigIntWithAggregatesFilterObjectSchema, NestedBigIntWithAggregatesFilterObjectZodSchema, NestedBoolFilterObjectSchema, NestedBoolFilterObjectZodSchema, NestedBoolWithAggregatesFilterObjectSchema, NestedBoolWithAggregatesFilterObjectZodSchema, NestedDateTimeFilterObjectSchema, NestedDateTimeFilterObjectZodSchema, NestedDateTimeNullableFilterObjectSchema, NestedDateTimeNullableFilterObjectZodSchema, NestedDateTimeNullableWithAggregatesFilterObjectSchema, NestedDateTimeNullableWithAggregatesFilterObjectZodSchema, NestedDateTimeWithAggregatesFilterObjectSchema, NestedDateTimeWithAggregatesFilterObjectZodSchema, NestedFloatFilterObjectSchema, NestedFloatFilterObjectZodSchema, NestedFloatNullableFilterObjectSchema, NestedFloatNullableFilterObjectZodSchema, NestedIntFilterObjectSchema, NestedIntFilterObjectZodSchema, NestedIntNullableFilterObjectSchema, NestedIntNullableFilterObjectZodSchema, NestedIntNullableWithAggregatesFilterObjectSchema, NestedIntNullableWithAggregatesFilterObjectZodSchema, NestedIntWithAggregatesFilterObjectSchema, NestedIntWithAggregatesFilterObjectZodSchema, NestedStringFilterObjectSchema, NestedStringFilterObjectZodSchema, NestedStringNullableFilterObjectSchema, NestedStringNullableFilterObjectZodSchema, NestedStringNullableWithAggregatesFilterObjectSchema, NestedStringNullableWithAggregatesFilterObjectZodSchema, NestedStringWithAggregatesFilterObjectSchema, NestedStringWithAggregatesFilterObjectZodSchema, NestedUuidFilterObjectSchema, NestedUuidFilterObjectZodSchema, NestedUuidWithAggregatesFilterObjectSchema, NestedUuidWithAggregatesFilterObjectZodSchema, NullableDateTimeFieldUpdateOperationsInputObjectSchema, NullableDateTimeFieldUpdateOperationsInputObjectZodSchema, NullableIntFieldUpdateOperationsInputObjectSchema, NullableIntFieldUpdateOperationsInputObjectZodSchema, NullableStringFieldUpdateOperationsInputObjectSchema, NullableStringFieldUpdateOperationsInputObjectZodSchema, type NullsOrder, NullsOrderSchema, type Organization, OrganizationAggregateResultSchema, OrganizationAggregateSchema, OrganizationAggregateZodSchema, OrganizationArgsObjectSchema, OrganizationArgsObjectZodSchema, OrganizationAvgAggregateInputObjectSchema, OrganizationAvgAggregateInputObjectZodSchema, OrganizationAvgOrderByAggregateInputObjectSchema, OrganizationAvgOrderByAggregateInputObjectZodSchema, OrganizationCountAggregateInputObjectSchema, OrganizationCountAggregateInputObjectZodSchema, OrganizationCountOrderByAggregateInputObjectSchema, OrganizationCountOrderByAggregateInputObjectZodSchema, OrganizationCountOutputTypeArgsObjectSchema, OrganizationCountOutputTypeArgsObjectZodSchema, OrganizationCountOutputTypeCountWarehousesArgsObjectSchema, OrganizationCountOutputTypeCountWarehousesArgsObjectZodSchema, OrganizationCountOutputTypeSelectObjectSchema, OrganizationCountOutputTypeSelectObjectZodSchema, OrganizationCountResultSchema, OrganizationCountSchema, OrganizationCountZodSchema, OrganizationCreateInputObjectSchema, OrganizationCreateInputObjectZodSchema, OrganizationCreateManyAndReturnSchema, OrganizationCreateManyAndReturnZodSchema, OrganizationCreateManyInputObjectSchema, OrganizationCreateManyInputObjectZodSchema, OrganizationCreateManyResultSchema, OrganizationCreateManySchema, OrganizationCreateManyZodSchema, OrganizationCreateNestedOneWithoutWarehousesInputObjectSchema, OrganizationCreateNestedOneWithoutWarehousesInputObjectZodSchema, OrganizationCreateOneSchema, OrganizationCreateOneZodSchema, OrganizationCreateOrConnectWithoutWarehousesInputObjectSchema, OrganizationCreateOrConnectWithoutWarehousesInputObjectZodSchema, OrganizationCreateResultSchema, OrganizationCreateWithoutWarehousesInputObjectSchema, OrganizationCreateWithoutWarehousesInputObjectZodSchema, OrganizationDeleteManyResultSchema, OrganizationDeleteManySchema, OrganizationDeleteManyZodSchema, OrganizationDeleteOneSchema, OrganizationDeleteOneZodSchema, OrganizationDeleteResultSchema, OrganizationFindFirstOrThrowSchema, OrganizationFindFirstOrThrowSelectSchema, OrganizationFindFirstOrThrowSelectZodSchema, OrganizationFindFirstOrThrowZodSchema, OrganizationFindFirstResultSchema, OrganizationFindFirstSchema, OrganizationFindFirstSelectSchema, OrganizationFindFirstSelectZodSchema, OrganizationFindFirstZodSchema, OrganizationFindManyResultSchema, OrganizationFindManySchema, OrganizationFindManySelectSchema, OrganizationFindManySelectZodSchema, OrganizationFindManyZodSchema, OrganizationFindUniqueOrThrowSchema, OrganizationFindUniqueOrThrowZodSchema, OrganizationFindUniqueResultSchema, OrganizationFindUniqueSchema, OrganizationFindUniqueZodSchema, OrganizationGroupByResultSchema, OrganizationGroupBySchema, OrganizationGroupByZodSchema, OrganizationIncludeObjectSchema, OrganizationIncludeObjectZodSchema, OrganizationInputSchema, type OrganizationInputType, OrganizationMaxAggregateInputObjectSchema, OrganizationMaxAggregateInputObjectZodSchema, OrganizationMaxOrderByAggregateInputObjectSchema, OrganizationMaxOrderByAggregateInputObjectZodSchema, OrganizationMinAggregateInputObjectSchema, OrganizationMinAggregateInputObjectZodSchema, OrganizationMinOrderByAggregateInputObjectSchema, OrganizationMinOrderByAggregateInputObjectZodSchema, OrganizationModelSchema, OrganizationOrderByWithAggregationInputObjectSchema, OrganizationOrderByWithAggregationInputObjectZodSchema, OrganizationOrderByWithRelationInputObjectSchema, OrganizationOrderByWithRelationInputObjectZodSchema, type OrganizationPureType, OrganizationResultSchema, type OrganizationResultType, type OrganizationScalarFieldEnum, OrganizationScalarFieldEnumSchema, OrganizationScalarRelationFilterObjectSchema, OrganizationScalarRelationFilterObjectZodSchema, OrganizationScalarWhereWithAggregatesInputObjectSchema, OrganizationScalarWhereWithAggregatesInputObjectZodSchema, OrganizationSchema, OrganizationSelectObjectSchema, OrganizationSelectObjectZodSchema, type OrganizationStats, OrganizationSumAggregateInputObjectSchema, OrganizationSumAggregateInputObjectZodSchema, OrganizationSumOrderByAggregateInputObjectSchema, OrganizationSumOrderByAggregateInputObjectZodSchema, OrganizationUncheckedCreateInputObjectSchema, OrganizationUncheckedCreateInputObjectZodSchema, OrganizationUncheckedCreateWithoutWarehousesInputObjectSchema, OrganizationUncheckedCreateWithoutWarehousesInputObjectZodSchema, OrganizationUncheckedUpdateInputObjectSchema, OrganizationUncheckedUpdateInputObjectZodSchema, OrganizationUncheckedUpdateManyInputObjectSchema, OrganizationUncheckedUpdateManyInputObjectZodSchema, OrganizationUncheckedUpdateWithoutWarehousesInputObjectSchema, OrganizationUncheckedUpdateWithoutWarehousesInputObjectZodSchema, OrganizationUpdateInputObjectSchema, OrganizationUpdateInputObjectZodSchema, OrganizationUpdateManyAndReturnSchema, OrganizationUpdateManyAndReturnZodSchema, OrganizationUpdateManyMutationInputObjectSchema, OrganizationUpdateManyMutationInputObjectZodSchema, OrganizationUpdateManyResultSchema, OrganizationUpdateManySchema, OrganizationUpdateManyZodSchema, OrganizationUpdateOneRequiredWithoutWarehousesNestedInputObjectSchema, OrganizationUpdateOneRequiredWithoutWarehousesNestedInputObjectZodSchema, OrganizationUpdateOneSchema, OrganizationUpdateOneZodSchema, OrganizationUpdateResultSchema, OrganizationUpdateToOneWithWhereWithoutWarehousesInputObjectSchema, OrganizationUpdateToOneWithWhereWithoutWarehousesInputObjectZodSchema, OrganizationUpdateWithoutWarehousesInputObjectSchema, OrganizationUpdateWithoutWarehousesInputObjectZodSchema, OrganizationUpsertOneSchema, OrganizationUpsertOneZodSchema, OrganizationUpsertResultSchema, OrganizationUpsertWithoutWarehousesInputObjectSchema, OrganizationUpsertWithoutWarehousesInputObjectZodSchema, OrganizationWhereInputObjectSchema, OrganizationWhereInputObjectZodSchema, OrganizationWhereUniqueInputObjectSchema, OrganizationWhereUniqueInputObjectZodSchema, type QueryMode, QueryModeSchema, ServerSettingsAggregateResultSchema, ServerSettingsAggregateSchema, ServerSettingsAggregateZodSchema, ServerSettingsArgsObjectSchema, ServerSettingsArgsObjectZodSchema, ServerSettingsAvgAggregateInputObjectSchema, ServerSettingsAvgAggregateInputObjectZodSchema, ServerSettingsAvgOrderByAggregateInputObjectSchema, ServerSettingsAvgOrderByAggregateInputObjectZodSchema, ServerSettingsCountAggregateInputObjectSchema, ServerSettingsCountAggregateInputObjectZodSchema, ServerSettingsCountOrderByAggregateInputObjectSchema, ServerSettingsCountOrderByAggregateInputObjectZodSchema, ServerSettingsCountResultSchema, ServerSettingsCountSchema, ServerSettingsCountZodSchema, ServerSettingsCreateInputObjectSchema, ServerSettingsCreateInputObjectZodSchema, ServerSettingsCreateManyAndReturnSchema, ServerSettingsCreateManyAndReturnZodSchema, ServerSettingsCreateManyInputObjectSchema, ServerSettingsCreateManyInputObjectZodSchema, ServerSettingsCreateManyResultSchema, ServerSettingsCreateManySchema, ServerSettingsCreateManyZodSchema, ServerSettingsCreateOneSchema, ServerSettingsCreateOneZodSchema, ServerSettingsCreateResultSchema, ServerSettingsDeleteManyResultSchema, ServerSettingsDeleteManySchema, ServerSettingsDeleteManyZodSchema, ServerSettingsDeleteOneSchema, ServerSettingsDeleteOneZodSchema, ServerSettingsDeleteResultSchema, ServerSettingsFindFirstOrThrowSchema, ServerSettingsFindFirstOrThrowSelectSchema, ServerSettingsFindFirstOrThrowSelectZodSchema, ServerSettingsFindFirstOrThrowZodSchema, ServerSettingsFindFirstResultSchema, ServerSettingsFindFirstSchema, ServerSettingsFindFirstSelectSchema, ServerSettingsFindFirstSelectZodSchema, ServerSettingsFindFirstZodSchema, ServerSettingsFindManyResultSchema, ServerSettingsFindManySchema, ServerSettingsFindManySelectSchema, ServerSettingsFindManySelectZodSchema, ServerSettingsFindManyZodSchema, ServerSettingsFindUniqueOrThrowSchema, ServerSettingsFindUniqueOrThrowZodSchema, ServerSettingsFindUniqueResultSchema, ServerSettingsFindUniqueSchema, ServerSettingsFindUniqueZodSchema, ServerSettingsGroupByResultSchema, ServerSettingsGroupBySchema, ServerSettingsGroupByZodSchema, ServerSettingsInputSchema, type ServerSettingsInputType, ServerSettingsMaxAggregateInputObjectSchema, ServerSettingsMaxAggregateInputObjectZodSchema, ServerSettingsMaxOrderByAggregateInputObjectSchema, ServerSettingsMaxOrderByAggregateInputObjectZodSchema, ServerSettingsMinAggregateInputObjectSchema, ServerSettingsMinAggregateInputObjectZodSchema, ServerSettingsMinOrderByAggregateInputObjectSchema, ServerSettingsMinOrderByAggregateInputObjectZodSchema, ServerSettingsModelSchema, ServerSettingsOrderByWithAggregationInputObjectSchema, ServerSettingsOrderByWithAggregationInputObjectZodSchema, ServerSettingsOrderByWithRelationInputObjectSchema, ServerSettingsOrderByWithRelationInputObjectZodSchema, type ServerSettingsPureType, ServerSettingsResultSchema, type ServerSettingsResultType, type ServerSettingsScalarFieldEnum, ServerSettingsScalarFieldEnumSchema, ServerSettingsScalarWhereWithAggregatesInputObjectSchema, ServerSettingsScalarWhereWithAggregatesInputObjectZodSchema, ServerSettingsSelectObjectSchema, ServerSettingsSelectObjectZodSchema, ServerSettingsSumAggregateInputObjectSchema, ServerSettingsSumAggregateInputObjectZodSchema, ServerSettingsSumOrderByAggregateInputObjectSchema, ServerSettingsSumOrderByAggregateInputObjectZodSchema, ServerSettingsUncheckedCreateInputObjectSchema, ServerSettingsUncheckedCreateInputObjectZodSchema, ServerSettingsUncheckedUpdateInputObjectSchema, ServerSettingsUncheckedUpdateInputObjectZodSchema, ServerSettingsUncheckedUpdateManyInputObjectSchema, ServerSettingsUncheckedUpdateManyInputObjectZodSchema, ServerSettingsUpdateInputObjectSchema, ServerSettingsUpdateInputObjectZodSchema, ServerSettingsUpdateManyAndReturnSchema, ServerSettingsUpdateManyAndReturnZodSchema, ServerSettingsUpdateManyMutationInputObjectSchema, ServerSettingsUpdateManyMutationInputObjectZodSchema, ServerSettingsUpdateManyResultSchema, ServerSettingsUpdateManySchema, ServerSettingsUpdateManyZodSchema, ServerSettingsUpdateOneSchema, ServerSettingsUpdateOneZodSchema, ServerSettingsUpdateResultSchema, ServerSettingsUpsertOneSchema, ServerSettingsUpsertOneZodSchema, ServerSettingsUpsertResultSchema, ServerSettingsWhereInputObjectSchema, ServerSettingsWhereInputObjectZodSchema, ServerSettingsWhereUniqueInputObjectSchema, ServerSettingsWhereUniqueInputObjectZodSchema, type SetupInitDto, SetupInitSchema, type SetupStatusResponse, type SortOrder, SortOrderInputObjectSchema, SortOrderInputObjectZodSchema, SortOrderSchema, StringFieldUpdateOperationsInputObjectSchema, StringFieldUpdateOperationsInputObjectZodSchema, StringFilterObjectSchema, StringFilterObjectZodSchema, StringNullableFilterObjectSchema, StringNullableFilterObjectZodSchema, StringNullableWithAggregatesFilterObjectSchema, StringNullableWithAggregatesFilterObjectZodSchema, StringWithAggregatesFilterObjectSchema, StringWithAggregatesFilterObjectZodSchema, type TransactionIsolationLevel, TransactionIsolationLevelSchema, type UpdateEmployeeDto, UpdateEmployeeSchema, type UpdateOrganizationDto, UpdateOrganizationSchema, type UpdateOwnEmailDto, UpdateOwnEmailSchema, type UpdateOwnPasswordDto, UpdateOwnPasswordSchema, type UpdateWarehouseDto, UpdateWarehouseSchema, UuidFilterObjectSchema, UuidFilterObjectZodSchema, UuidWithAggregatesFilterObjectSchema, UuidWithAggregatesFilterObjectZodSchema, type Warehouse, WarehouseAggregateResultSchema, WarehouseAggregateSchema, WarehouseAggregateZodSchema, WarehouseArgsObjectSchema, WarehouseArgsObjectZodSchema, WarehouseAvgAggregateInputObjectSchema, WarehouseAvgAggregateInputObjectZodSchema, WarehouseAvgOrderByAggregateInputObjectSchema, WarehouseAvgOrderByAggregateInputObjectZodSchema, WarehouseCountAggregateInputObjectSchema, WarehouseCountAggregateInputObjectZodSchema, WarehouseCountOrderByAggregateInputObjectSchema, WarehouseCountOrderByAggregateInputObjectZodSchema, WarehouseCountOutputTypeArgsObjectSchema, WarehouseCountOutputTypeArgsObjectZodSchema, WarehouseCountOutputTypeCountEmployeesArgsObjectSchema, WarehouseCountOutputTypeCountEmployeesArgsObjectZodSchema, WarehouseCountOutputTypeSelectObjectSchema, WarehouseCountOutputTypeSelectObjectZodSchema, WarehouseCountResultSchema, WarehouseCountSchema, WarehouseCountZodSchema, WarehouseCreateInputObjectSchema, WarehouseCreateInputObjectZodSchema, WarehouseCreateManyAndReturnSchema, WarehouseCreateManyAndReturnZodSchema, WarehouseCreateManyInputObjectSchema, WarehouseCreateManyInputObjectZodSchema, WarehouseCreateManyLocalityInputEnvelopeObjectSchema, WarehouseCreateManyLocalityInputEnvelopeObjectZodSchema, WarehouseCreateManyLocalityInputObjectSchema, WarehouseCreateManyLocalityInputObjectZodSchema, WarehouseCreateManyOrganizationInputEnvelopeObjectSchema, WarehouseCreateManyOrganizationInputEnvelopeObjectZodSchema, WarehouseCreateManyOrganizationInputObjectSchema, WarehouseCreateManyOrganizationInputObjectZodSchema, WarehouseCreateManyResultSchema, WarehouseCreateManySchema, WarehouseCreateManyZodSchema, WarehouseCreateNestedManyWithoutLocalityInputObjectSchema, WarehouseCreateNestedManyWithoutLocalityInputObjectZodSchema, WarehouseCreateNestedManyWithoutOrganizationInputObjectSchema, WarehouseCreateNestedManyWithoutOrganizationInputObjectZodSchema, WarehouseCreateNestedOneWithoutEmployeesInputObjectSchema, WarehouseCreateNestedOneWithoutEmployeesInputObjectZodSchema, WarehouseCreateOneSchema, WarehouseCreateOneZodSchema, WarehouseCreateOrConnectWithoutEmployeesInputObjectSchema, WarehouseCreateOrConnectWithoutEmployeesInputObjectZodSchema, WarehouseCreateOrConnectWithoutLocalityInputObjectSchema, WarehouseCreateOrConnectWithoutLocalityInputObjectZodSchema, WarehouseCreateOrConnectWithoutOrganizationInputObjectSchema, WarehouseCreateOrConnectWithoutOrganizationInputObjectZodSchema, WarehouseCreateResultSchema, WarehouseCreateWithoutEmployeesInputObjectSchema, WarehouseCreateWithoutEmployeesInputObjectZodSchema, WarehouseCreateWithoutLocalityInputObjectSchema, WarehouseCreateWithoutLocalityInputObjectZodSchema, WarehouseCreateWithoutOrganizationInputObjectSchema, WarehouseCreateWithoutOrganizationInputObjectZodSchema, WarehouseDeleteManyResultSchema, WarehouseDeleteManySchema, WarehouseDeleteManyZodSchema, WarehouseDeleteOneSchema, WarehouseDeleteOneZodSchema, WarehouseDeleteResultSchema, WarehouseFindFirstOrThrowSchema, WarehouseFindFirstOrThrowSelectSchema, WarehouseFindFirstOrThrowSelectZodSchema, WarehouseFindFirstOrThrowZodSchema, WarehouseFindFirstResultSchema, WarehouseFindFirstSchema, WarehouseFindFirstSelectSchema, WarehouseFindFirstSelectZodSchema, WarehouseFindFirstZodSchema, WarehouseFindManyResultSchema, WarehouseFindManySchema, WarehouseFindManySelectSchema, WarehouseFindManySelectZodSchema, WarehouseFindManyZodSchema, WarehouseFindUniqueOrThrowSchema, WarehouseFindUniqueOrThrowZodSchema, WarehouseFindUniqueResultSchema, WarehouseFindUniqueSchema, WarehouseFindUniqueZodSchema, WarehouseGroupByResultSchema, WarehouseGroupBySchema, WarehouseGroupByZodSchema, WarehouseIncludeObjectSchema, WarehouseIncludeObjectZodSchema, WarehouseInputSchema, type WarehouseInputType, WarehouseListRelationFilterObjectSchema, WarehouseListRelationFilterObjectZodSchema, WarehouseMaxAggregateInputObjectSchema, WarehouseMaxAggregateInputObjectZodSchema, WarehouseMaxOrderByAggregateInputObjectSchema, WarehouseMaxOrderByAggregateInputObjectZodSchema, WarehouseMinAggregateInputObjectSchema, WarehouseMinAggregateInputObjectZodSchema, WarehouseMinOrderByAggregateInputObjectSchema, WarehouseMinOrderByAggregateInputObjectZodSchema, WarehouseModelSchema, WarehouseNullableScalarRelationFilterObjectSchema, WarehouseNullableScalarRelationFilterObjectZodSchema, WarehouseOrderByRelationAggregateInputObjectSchema, WarehouseOrderByRelationAggregateInputObjectZodSchema, WarehouseOrderByWithAggregationInputObjectSchema, WarehouseOrderByWithAggregationInputObjectZodSchema, WarehouseOrderByWithRelationInputObjectSchema, WarehouseOrderByWithRelationInputObjectZodSchema, type WarehousePureType, WarehouseResultSchema, type WarehouseResultType, type WarehouseScalarFieldEnum, WarehouseScalarFieldEnumSchema, WarehouseScalarWhereInputObjectSchema, WarehouseScalarWhereInputObjectZodSchema, WarehouseScalarWhereWithAggregatesInputObjectSchema, WarehouseScalarWhereWithAggregatesInputObjectZodSchema, WarehouseSchema, WarehouseSelectObjectSchema, WarehouseSelectObjectZodSchema, WarehouseSumAggregateInputObjectSchema, WarehouseSumAggregateInputObjectZodSchema, WarehouseSumOrderByAggregateInputObjectSchema, WarehouseSumOrderByAggregateInputObjectZodSchema, WarehouseUncheckedCreateInputObjectSchema, WarehouseUncheckedCreateInputObjectZodSchema, WarehouseUncheckedCreateNestedManyWithoutLocalityInputObjectSchema, WarehouseUncheckedCreateNestedManyWithoutLocalityInputObjectZodSchema, WarehouseUncheckedCreateNestedManyWithoutOrganizationInputObjectSchema, WarehouseUncheckedCreateNestedManyWithoutOrganizationInputObjectZodSchema, WarehouseUncheckedCreateWithoutEmployeesInputObjectSchema, WarehouseUncheckedCreateWithoutEmployeesInputObjectZodSchema, WarehouseUncheckedCreateWithoutLocalityInputObjectSchema, WarehouseUncheckedCreateWithoutLocalityInputObjectZodSchema, WarehouseUncheckedCreateWithoutOrganizationInputObjectSchema, WarehouseUncheckedCreateWithoutOrganizationInputObjectZodSchema, WarehouseUncheckedUpdateInputObjectSchema, WarehouseUncheckedUpdateInputObjectZodSchema, WarehouseUncheckedUpdateManyInputObjectSchema, WarehouseUncheckedUpdateManyInputObjectZodSchema, WarehouseUncheckedUpdateManyWithoutLocalityInputObjectSchema, WarehouseUncheckedUpdateManyWithoutLocalityInputObjectZodSchema, WarehouseUncheckedUpdateManyWithoutLocalityNestedInputObjectSchema, WarehouseUncheckedUpdateManyWithoutLocalityNestedInputObjectZodSchema, WarehouseUncheckedUpdateManyWithoutOrganizationInputObjectSchema, WarehouseUncheckedUpdateManyWithoutOrganizationInputObjectZodSchema, WarehouseUncheckedUpdateManyWithoutOrganizationNestedInputObjectSchema, WarehouseUncheckedUpdateManyWithoutOrganizationNestedInputObjectZodSchema, WarehouseUncheckedUpdateWithoutEmployeesInputObjectSchema, WarehouseUncheckedUpdateWithoutEmployeesInputObjectZodSchema, WarehouseUncheckedUpdateWithoutLocalityInputObjectSchema, WarehouseUncheckedUpdateWithoutLocalityInputObjectZodSchema, WarehouseUncheckedUpdateWithoutOrganizationInputObjectSchema, WarehouseUncheckedUpdateWithoutOrganizationInputObjectZodSchema, WarehouseUpdateInputObjectSchema, WarehouseUpdateInputObjectZodSchema, WarehouseUpdateManyAndReturnSchema, WarehouseUpdateManyAndReturnZodSchema, WarehouseUpdateManyMutationInputObjectSchema, WarehouseUpdateManyMutationInputObjectZodSchema, WarehouseUpdateManyResultSchema, WarehouseUpdateManySchema, WarehouseUpdateManyWithWhereWithoutLocalityInputObjectSchema, WarehouseUpdateManyWithWhereWithoutLocalityInputObjectZodSchema, WarehouseUpdateManyWithWhereWithoutOrganizationInputObjectSchema, WarehouseUpdateManyWithWhereWithoutOrganizationInputObjectZodSchema, WarehouseUpdateManyWithoutLocalityNestedInputObjectSchema, WarehouseUpdateManyWithoutLocalityNestedInputObjectZodSchema, WarehouseUpdateManyWithoutOrganizationNestedInputObjectSchema, WarehouseUpdateManyWithoutOrganizationNestedInputObjectZodSchema, WarehouseUpdateManyZodSchema, WarehouseUpdateOneSchema, WarehouseUpdateOneWithoutEmployeesNestedInputObjectSchema, WarehouseUpdateOneWithoutEmployeesNestedInputObjectZodSchema, WarehouseUpdateOneZodSchema, WarehouseUpdateResultSchema, WarehouseUpdateToOneWithWhereWithoutEmployeesInputObjectSchema, WarehouseUpdateToOneWithWhereWithoutEmployeesInputObjectZodSchema, WarehouseUpdateWithWhereUniqueWithoutLocalityInputObjectSchema, WarehouseUpdateWithWhereUniqueWithoutLocalityInputObjectZodSchema, WarehouseUpdateWithWhereUniqueWithoutOrganizationInputObjectSchema, WarehouseUpdateWithWhereUniqueWithoutOrganizationInputObjectZodSchema, WarehouseUpdateWithoutEmployeesInputObjectSchema, WarehouseUpdateWithoutEmployeesInputObjectZodSchema, WarehouseUpdateWithoutLocalityInputObjectSchema, WarehouseUpdateWithoutLocalityInputObjectZodSchema, WarehouseUpdateWithoutOrganizationInputObjectSchema, WarehouseUpdateWithoutOrganizationInputObjectZodSchema, WarehouseUpsertOneSchema, WarehouseUpsertOneZodSchema, WarehouseUpsertResultSchema, WarehouseUpsertWithWhereUniqueWithoutLocalityInputObjectSchema, WarehouseUpsertWithWhereUniqueWithoutLocalityInputObjectZodSchema, WarehouseUpsertWithWhereUniqueWithoutOrganizationInputObjectSchema, WarehouseUpsertWithWhereUniqueWithoutOrganizationInputObjectZodSchema, WarehouseUpsertWithoutEmployeesInputObjectSchema, WarehouseUpsertWithoutEmployeesInputObjectZodSchema, WarehouseWhereInputObjectSchema, WarehouseWhereInputObjectZodSchema, WarehouseWhereUniqueInputObjectSchema, WarehouseWhereUniqueInputObjectZodSchema };
|
|
21688
|
+
declare const RolePermissionItemSchema: z$1.ZodObject<{
|
|
21689
|
+
employeePermission: z$1.ZodObject<{
|
|
21690
|
+
id: z$1.ZodNumber;
|
|
21691
|
+
name: z$1.ZodString;
|
|
21692
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
21693
|
+
id: number;
|
|
21694
|
+
name: string;
|
|
21695
|
+
}, {
|
|
21696
|
+
id: number;
|
|
21697
|
+
name: string;
|
|
21698
|
+
}>;
|
|
21699
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
21700
|
+
employeePermission: {
|
|
21701
|
+
id: number;
|
|
21702
|
+
name: string;
|
|
21703
|
+
};
|
|
21704
|
+
}, {
|
|
21705
|
+
employeePermission: {
|
|
21706
|
+
id: number;
|
|
21707
|
+
name: string;
|
|
21708
|
+
};
|
|
21709
|
+
}>;
|
|
21710
|
+
declare const RoleSchema: z$1.ZodObject<{
|
|
21711
|
+
name: z$1.ZodString;
|
|
21712
|
+
color: z$1.ZodNullable<z$1.ZodString>;
|
|
21713
|
+
} & {
|
|
21714
|
+
id: z$1.ZodNumber;
|
|
21715
|
+
updatedAt: z$1.ZodString;
|
|
21716
|
+
permissions: z$1.ZodArray<z$1.ZodObject<{
|
|
21717
|
+
employeePermission: z$1.ZodObject<{
|
|
21718
|
+
id: z$1.ZodNumber;
|
|
21719
|
+
name: z$1.ZodString;
|
|
21720
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
21721
|
+
id: number;
|
|
21722
|
+
name: string;
|
|
21723
|
+
}, {
|
|
21724
|
+
id: number;
|
|
21725
|
+
name: string;
|
|
21726
|
+
}>;
|
|
21727
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
21728
|
+
employeePermission: {
|
|
21729
|
+
id: number;
|
|
21730
|
+
name: string;
|
|
21731
|
+
};
|
|
21732
|
+
}, {
|
|
21733
|
+
employeePermission: {
|
|
21734
|
+
id: number;
|
|
21735
|
+
name: string;
|
|
21736
|
+
};
|
|
21737
|
+
}>, "many">;
|
|
21738
|
+
}, "strict", z$1.ZodTypeAny, {
|
|
21739
|
+
id: number;
|
|
21740
|
+
updatedAt: string;
|
|
21741
|
+
name: string;
|
|
21742
|
+
color: string | null;
|
|
21743
|
+
permissions: {
|
|
21744
|
+
employeePermission: {
|
|
21745
|
+
id: number;
|
|
21746
|
+
name: string;
|
|
21747
|
+
};
|
|
21748
|
+
}[];
|
|
21749
|
+
}, {
|
|
21750
|
+
id: number;
|
|
21751
|
+
updatedAt: string;
|
|
21752
|
+
name: string;
|
|
21753
|
+
color: string | null;
|
|
21754
|
+
permissions: {
|
|
21755
|
+
employeePermission: {
|
|
21756
|
+
id: number;
|
|
21757
|
+
name: string;
|
|
21758
|
+
};
|
|
21759
|
+
}[];
|
|
21760
|
+
}>;
|
|
21761
|
+
type Role = z$1.infer<typeof RoleSchema>;
|
|
21762
|
+
declare const CreateRoleSchema: z$1.ZodObject<{
|
|
21763
|
+
name: z$1.ZodString;
|
|
21764
|
+
color: z$1.ZodOptional<z$1.ZodString>;
|
|
21765
|
+
permissionIds: z$1.ZodOptional<z$1.ZodArray<z$1.ZodNumber, "many">>;
|
|
21766
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
21767
|
+
name: string;
|
|
21768
|
+
color?: string | undefined;
|
|
21769
|
+
permissionIds?: number[] | undefined;
|
|
21770
|
+
}, {
|
|
21771
|
+
name: string;
|
|
21772
|
+
color?: string | undefined;
|
|
21773
|
+
permissionIds?: number[] | undefined;
|
|
21774
|
+
}>;
|
|
21775
|
+
declare const UpdateRoleSchema: z$1.ZodObject<{
|
|
21776
|
+
name: z$1.ZodOptional<z$1.ZodString>;
|
|
21777
|
+
color: z$1.ZodOptional<z$1.ZodString>;
|
|
21778
|
+
permissionIds: z$1.ZodOptional<z$1.ZodArray<z$1.ZodNumber, "many">>;
|
|
21779
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
21780
|
+
name?: string | undefined;
|
|
21781
|
+
color?: string | undefined;
|
|
21782
|
+
permissionIds?: number[] | undefined;
|
|
21783
|
+
}, {
|
|
21784
|
+
name?: string | undefined;
|
|
21785
|
+
color?: string | undefined;
|
|
21786
|
+
permissionIds?: number[] | undefined;
|
|
21787
|
+
}>;
|
|
21788
|
+
type CreateRoleDto = z$1.infer<typeof CreateRoleSchema>;
|
|
21789
|
+
type UpdateRoleDto = z$1.infer<typeof UpdateRoleSchema>;
|
|
21790
|
+
|
|
21791
|
+
export { type AuthTokens, BoolFieldUpdateOperationsInputObjectSchema, BoolFieldUpdateOperationsInputObjectZodSchema, BoolFilterObjectSchema, BoolFilterObjectZodSchema, BoolWithAggregatesFilterObjectSchema, BoolWithAggregatesFilterObjectZodSchema, type Country, CountryAggregateResultSchema, CountryAggregateSchema, CountryAggregateZodSchema, CountryArgsObjectSchema, CountryArgsObjectZodSchema, CountryAvgAggregateInputObjectSchema, CountryAvgAggregateInputObjectZodSchema, CountryAvgOrderByAggregateInputObjectSchema, CountryAvgOrderByAggregateInputObjectZodSchema, CountryCountAggregateInputObjectSchema, CountryCountAggregateInputObjectZodSchema, CountryCountOrderByAggregateInputObjectSchema, CountryCountOrderByAggregateInputObjectZodSchema, CountryCountOutputTypeArgsObjectSchema, CountryCountOutputTypeArgsObjectZodSchema, CountryCountOutputTypeCountLocalitiesArgsObjectSchema, CountryCountOutputTypeCountLocalitiesArgsObjectZodSchema, CountryCountOutputTypeSelectObjectSchema, CountryCountOutputTypeSelectObjectZodSchema, CountryCountResultSchema, CountryCountSchema, CountryCountZodSchema, CountryCreateInputObjectSchema, CountryCreateInputObjectZodSchema, CountryCreateManyAndReturnSchema, CountryCreateManyAndReturnZodSchema, CountryCreateManyInputObjectSchema, CountryCreateManyInputObjectZodSchema, CountryCreateManyResultSchema, CountryCreateManySchema, CountryCreateManyZodSchema, CountryCreateNestedOneWithoutLocalitiesInputObjectSchema, CountryCreateNestedOneWithoutLocalitiesInputObjectZodSchema, CountryCreateOneSchema, CountryCreateOneZodSchema, CountryCreateOrConnectWithoutLocalitiesInputObjectSchema, CountryCreateOrConnectWithoutLocalitiesInputObjectZodSchema, CountryCreateResultSchema, CountryCreateWithoutLocalitiesInputObjectSchema, CountryCreateWithoutLocalitiesInputObjectZodSchema, CountryDeleteManyResultSchema, CountryDeleteManySchema, CountryDeleteManyZodSchema, CountryDeleteOneSchema, CountryDeleteOneZodSchema, CountryDeleteResultSchema, CountryFindFirstOrThrowSchema, CountryFindFirstOrThrowSelectSchema, CountryFindFirstOrThrowSelectZodSchema, CountryFindFirstOrThrowZodSchema, CountryFindFirstResultSchema, CountryFindFirstSchema, CountryFindFirstSelectSchema, CountryFindFirstSelectZodSchema, CountryFindFirstZodSchema, CountryFindManyResultSchema, CountryFindManySchema, CountryFindManySelectSchema, CountryFindManySelectZodSchema, CountryFindManyZodSchema, CountryFindUniqueOrThrowSchema, CountryFindUniqueOrThrowZodSchema, CountryFindUniqueResultSchema, CountryFindUniqueSchema, CountryFindUniqueZodSchema, CountryGroupByResultSchema, CountryGroupBySchema, CountryGroupByZodSchema, CountryIncludeObjectSchema, CountryIncludeObjectZodSchema, CountryInputSchema, type CountryInputType, CountryMaxAggregateInputObjectSchema, CountryMaxAggregateInputObjectZodSchema, CountryMaxOrderByAggregateInputObjectSchema, CountryMaxOrderByAggregateInputObjectZodSchema, CountryMinAggregateInputObjectSchema, CountryMinAggregateInputObjectZodSchema, CountryMinOrderByAggregateInputObjectSchema, CountryMinOrderByAggregateInputObjectZodSchema, CountryModelSchema, CountryOrderByWithAggregationInputObjectSchema, CountryOrderByWithAggregationInputObjectZodSchema, CountryOrderByWithRelationInputObjectSchema, CountryOrderByWithRelationInputObjectZodSchema, type CountryPureType, CountryResultSchema, type CountryResultType, type CountryScalarFieldEnum, CountryScalarFieldEnumSchema, CountryScalarRelationFilterObjectSchema, CountryScalarRelationFilterObjectZodSchema, CountryScalarWhereWithAggregatesInputObjectSchema, CountryScalarWhereWithAggregatesInputObjectZodSchema, CountrySchema, CountrySelectObjectSchema, CountrySelectObjectZodSchema, CountrySumAggregateInputObjectSchema, CountrySumAggregateInputObjectZodSchema, CountrySumOrderByAggregateInputObjectSchema, CountrySumOrderByAggregateInputObjectZodSchema, CountryUncheckedCreateInputObjectSchema, CountryUncheckedCreateInputObjectZodSchema, CountryUncheckedCreateWithoutLocalitiesInputObjectSchema, CountryUncheckedCreateWithoutLocalitiesInputObjectZodSchema, CountryUncheckedUpdateInputObjectSchema, CountryUncheckedUpdateInputObjectZodSchema, CountryUncheckedUpdateManyInputObjectSchema, CountryUncheckedUpdateManyInputObjectZodSchema, CountryUncheckedUpdateWithoutLocalitiesInputObjectSchema, CountryUncheckedUpdateWithoutLocalitiesInputObjectZodSchema, CountryUpdateInputObjectSchema, CountryUpdateInputObjectZodSchema, CountryUpdateManyAndReturnSchema, CountryUpdateManyAndReturnZodSchema, CountryUpdateManyMutationInputObjectSchema, CountryUpdateManyMutationInputObjectZodSchema, CountryUpdateManyResultSchema, CountryUpdateManySchema, CountryUpdateManyZodSchema, CountryUpdateOneRequiredWithoutLocalitiesNestedInputObjectSchema, CountryUpdateOneRequiredWithoutLocalitiesNestedInputObjectZodSchema, CountryUpdateOneSchema, CountryUpdateOneZodSchema, CountryUpdateResultSchema, CountryUpdateToOneWithWhereWithoutLocalitiesInputObjectSchema, CountryUpdateToOneWithWhereWithoutLocalitiesInputObjectZodSchema, CountryUpdateWithoutLocalitiesInputObjectSchema, CountryUpdateWithoutLocalitiesInputObjectZodSchema, CountryUpsertOneSchema, CountryUpsertOneZodSchema, CountryUpsertResultSchema, CountryUpsertWithoutLocalitiesInputObjectSchema, CountryUpsertWithoutLocalitiesInputObjectZodSchema, CountryWhereInputObjectSchema, CountryWhereInputObjectZodSchema, CountryWhereUniqueInputObjectSchema, CountryWhereUniqueInputObjectZodSchema, type CreateLocalityDto, CreateLocalitySchema, type CreateOrganizationDto, CreateOrganizationSchema, type CreateRoleDto, CreateRoleSchema, type CreateWarehouseDto, CreateWarehouseSchema, DateTimeFieldUpdateOperationsInputObjectSchema, DateTimeFieldUpdateOperationsInputObjectZodSchema, DateTimeFilterObjectSchema, DateTimeFilterObjectZodSchema, DateTimeNullableFilterObjectSchema, DateTimeNullableFilterObjectZodSchema, DateTimeNullableWithAggregatesFilterObjectSchema, DateTimeNullableWithAggregatesFilterObjectZodSchema, DateTimeWithAggregatesFilterObjectSchema, DateTimeWithAggregatesFilterObjectZodSchema, type Employee, EmployeeAggregateResultSchema, EmployeeAggregateSchema, EmployeeAggregateZodSchema, EmployeeArgsObjectSchema, EmployeeArgsObjectZodSchema, EmployeeAvgAggregateInputObjectSchema, EmployeeAvgAggregateInputObjectZodSchema, EmployeeAvgOrderByAggregateInputObjectSchema, EmployeeAvgOrderByAggregateInputObjectZodSchema, EmployeeCountAggregateInputObjectSchema, EmployeeCountAggregateInputObjectZodSchema, EmployeeCountOrderByAggregateInputObjectSchema, EmployeeCountOrderByAggregateInputObjectZodSchema, EmployeeCountOutputTypeArgsObjectSchema, EmployeeCountOutputTypeArgsObjectZodSchema, EmployeeCountOutputTypeCountRoleAssignmentsArgsObjectSchema, EmployeeCountOutputTypeCountRoleAssignmentsArgsObjectZodSchema, EmployeeCountOutputTypeSelectObjectSchema, EmployeeCountOutputTypeSelectObjectZodSchema, EmployeeCountResultSchema, EmployeeCountSchema, EmployeeCountZodSchema, EmployeeCreateInputObjectSchema, EmployeeCreateInputObjectZodSchema, EmployeeCreateManyAndReturnSchema, EmployeeCreateManyAndReturnZodSchema, EmployeeCreateManyInputObjectSchema, EmployeeCreateManyInputObjectZodSchema, EmployeeCreateManyResultSchema, EmployeeCreateManySchema, EmployeeCreateManyWarehouseInputEnvelopeObjectSchema, EmployeeCreateManyWarehouseInputEnvelopeObjectZodSchema, EmployeeCreateManyWarehouseInputObjectSchema, EmployeeCreateManyWarehouseInputObjectZodSchema, EmployeeCreateManyZodSchema, EmployeeCreateNestedManyWithoutWarehouseInputObjectSchema, EmployeeCreateNestedManyWithoutWarehouseInputObjectZodSchema, EmployeeCreateNestedOneWithoutRoleAssignmentsInputObjectSchema, EmployeeCreateNestedOneWithoutRoleAssignmentsInputObjectZodSchema, EmployeeCreateOneSchema, EmployeeCreateOneZodSchema, EmployeeCreateOrConnectWithoutRoleAssignmentsInputObjectSchema, EmployeeCreateOrConnectWithoutRoleAssignmentsInputObjectZodSchema, EmployeeCreateOrConnectWithoutWarehouseInputObjectSchema, EmployeeCreateOrConnectWithoutWarehouseInputObjectZodSchema, EmployeeCreateResultSchema, EmployeeCreateWithoutRoleAssignmentsInputObjectSchema, EmployeeCreateWithoutRoleAssignmentsInputObjectZodSchema, EmployeeCreateWithoutWarehouseInputObjectSchema, EmployeeCreateWithoutWarehouseInputObjectZodSchema, EmployeeDeleteManyResultSchema, EmployeeDeleteManySchema, EmployeeDeleteManyZodSchema, EmployeeDeleteOneSchema, EmployeeDeleteOneZodSchema, EmployeeDeleteResultSchema, EmployeeFindFirstOrThrowSchema, EmployeeFindFirstOrThrowSelectSchema, EmployeeFindFirstOrThrowSelectZodSchema, EmployeeFindFirstOrThrowZodSchema, EmployeeFindFirstResultSchema, EmployeeFindFirstSchema, EmployeeFindFirstSelectSchema, EmployeeFindFirstSelectZodSchema, EmployeeFindFirstZodSchema, EmployeeFindManyResultSchema, EmployeeFindManySchema, EmployeeFindManySelectSchema, EmployeeFindManySelectZodSchema, EmployeeFindManyZodSchema, EmployeeFindUniqueOrThrowSchema, EmployeeFindUniqueOrThrowZodSchema, EmployeeFindUniqueResultSchema, EmployeeFindUniqueSchema, EmployeeFindUniqueZodSchema, EmployeeGroupByResultSchema, EmployeeGroupBySchema, EmployeeGroupByZodSchema, EmployeeIncludeObjectSchema, EmployeeIncludeObjectZodSchema, EmployeeInputSchema, type EmployeeInputType, EmployeeListRelationFilterObjectSchema, EmployeeListRelationFilterObjectZodSchema, EmployeeMaxAggregateInputObjectSchema, EmployeeMaxAggregateInputObjectZodSchema, EmployeeMaxOrderByAggregateInputObjectSchema, EmployeeMaxOrderByAggregateInputObjectZodSchema, EmployeeMinAggregateInputObjectSchema, EmployeeMinAggregateInputObjectZodSchema, EmployeeMinOrderByAggregateInputObjectSchema, EmployeeMinOrderByAggregateInputObjectZodSchema, EmployeeModelSchema, EmployeeOrderByRelationAggregateInputObjectSchema, EmployeeOrderByRelationAggregateInputObjectZodSchema, EmployeeOrderByWithAggregationInputObjectSchema, EmployeeOrderByWithAggregationInputObjectZodSchema, EmployeeOrderByWithRelationInputObjectSchema, EmployeeOrderByWithRelationInputObjectZodSchema, EmployeePermissionAggregateResultSchema, EmployeePermissionAggregateSchema, EmployeePermissionAggregateZodSchema, EmployeePermissionArgsObjectSchema, EmployeePermissionArgsObjectZodSchema, EmployeePermissionAvgAggregateInputObjectSchema, EmployeePermissionAvgAggregateInputObjectZodSchema, EmployeePermissionAvgOrderByAggregateInputObjectSchema, EmployeePermissionAvgOrderByAggregateInputObjectZodSchema, EmployeePermissionCountAggregateInputObjectSchema, EmployeePermissionCountAggregateInputObjectZodSchema, EmployeePermissionCountOrderByAggregateInputObjectSchema, EmployeePermissionCountOrderByAggregateInputObjectZodSchema, EmployeePermissionCountOutputTypeArgsObjectSchema, EmployeePermissionCountOutputTypeArgsObjectZodSchema, EmployeePermissionCountOutputTypeCountRolePermissionsArgsObjectSchema, EmployeePermissionCountOutputTypeCountRolePermissionsArgsObjectZodSchema, EmployeePermissionCountOutputTypeSelectObjectSchema, EmployeePermissionCountOutputTypeSelectObjectZodSchema, EmployeePermissionCountResultSchema, EmployeePermissionCountSchema, EmployeePermissionCountZodSchema, EmployeePermissionCreateInputObjectSchema, EmployeePermissionCreateInputObjectZodSchema, EmployeePermissionCreateManyAndReturnSchema, EmployeePermissionCreateManyAndReturnZodSchema, EmployeePermissionCreateManyInputObjectSchema, EmployeePermissionCreateManyInputObjectZodSchema, EmployeePermissionCreateManyResultSchema, EmployeePermissionCreateManySchema, EmployeePermissionCreateManyZodSchema, EmployeePermissionCreateNestedOneWithoutRolePermissionsInputObjectSchema, EmployeePermissionCreateNestedOneWithoutRolePermissionsInputObjectZodSchema, EmployeePermissionCreateOneSchema, EmployeePermissionCreateOneZodSchema, EmployeePermissionCreateOrConnectWithoutRolePermissionsInputObjectSchema, EmployeePermissionCreateOrConnectWithoutRolePermissionsInputObjectZodSchema, EmployeePermissionCreateResultSchema, EmployeePermissionCreateWithoutRolePermissionsInputObjectSchema, EmployeePermissionCreateWithoutRolePermissionsInputObjectZodSchema, EmployeePermissionDeleteManyResultSchema, EmployeePermissionDeleteManySchema, EmployeePermissionDeleteManyZodSchema, EmployeePermissionDeleteOneSchema, EmployeePermissionDeleteOneZodSchema, EmployeePermissionDeleteResultSchema, EmployeePermissionFindFirstOrThrowSchema, EmployeePermissionFindFirstOrThrowSelectSchema, EmployeePermissionFindFirstOrThrowSelectZodSchema, EmployeePermissionFindFirstOrThrowZodSchema, EmployeePermissionFindFirstResultSchema, EmployeePermissionFindFirstSchema, EmployeePermissionFindFirstSelectSchema, EmployeePermissionFindFirstSelectZodSchema, EmployeePermissionFindFirstZodSchema, EmployeePermissionFindManyResultSchema, EmployeePermissionFindManySchema, EmployeePermissionFindManySelectSchema, EmployeePermissionFindManySelectZodSchema, EmployeePermissionFindManyZodSchema, EmployeePermissionFindUniqueOrThrowSchema, EmployeePermissionFindUniqueOrThrowZodSchema, EmployeePermissionFindUniqueResultSchema, EmployeePermissionFindUniqueSchema, EmployeePermissionFindUniqueZodSchema, EmployeePermissionGroupByResultSchema, EmployeePermissionGroupBySchema, EmployeePermissionGroupByZodSchema, EmployeePermissionIncludeObjectSchema, EmployeePermissionIncludeObjectZodSchema, EmployeePermissionInputSchema, type EmployeePermissionInputType, EmployeePermissionMaxAggregateInputObjectSchema, EmployeePermissionMaxAggregateInputObjectZodSchema, EmployeePermissionMaxOrderByAggregateInputObjectSchema, EmployeePermissionMaxOrderByAggregateInputObjectZodSchema, EmployeePermissionMinAggregateInputObjectSchema, EmployeePermissionMinAggregateInputObjectZodSchema, EmployeePermissionMinOrderByAggregateInputObjectSchema, EmployeePermissionMinOrderByAggregateInputObjectZodSchema, EmployeePermissionModelSchema, EmployeePermissionOrderByWithAggregationInputObjectSchema, EmployeePermissionOrderByWithAggregationInputObjectZodSchema, EmployeePermissionOrderByWithRelationInputObjectSchema, EmployeePermissionOrderByWithRelationInputObjectZodSchema, type EmployeePermissionPureType, EmployeePermissionResultSchema, type EmployeePermissionResultType, type EmployeePermissionScalarFieldEnum, EmployeePermissionScalarFieldEnumSchema, EmployeePermissionScalarRelationFilterObjectSchema, EmployeePermissionScalarRelationFilterObjectZodSchema, EmployeePermissionScalarWhereWithAggregatesInputObjectSchema, EmployeePermissionScalarWhereWithAggregatesInputObjectZodSchema, EmployeePermissionSelectObjectSchema, EmployeePermissionSelectObjectZodSchema, EmployeePermissionSumAggregateInputObjectSchema, EmployeePermissionSumAggregateInputObjectZodSchema, EmployeePermissionSumOrderByAggregateInputObjectSchema, EmployeePermissionSumOrderByAggregateInputObjectZodSchema, EmployeePermissionUncheckedCreateInputObjectSchema, EmployeePermissionUncheckedCreateInputObjectZodSchema, EmployeePermissionUncheckedCreateWithoutRolePermissionsInputObjectSchema, EmployeePermissionUncheckedCreateWithoutRolePermissionsInputObjectZodSchema, EmployeePermissionUncheckedUpdateInputObjectSchema, EmployeePermissionUncheckedUpdateInputObjectZodSchema, EmployeePermissionUncheckedUpdateManyInputObjectSchema, EmployeePermissionUncheckedUpdateManyInputObjectZodSchema, EmployeePermissionUncheckedUpdateWithoutRolePermissionsInputObjectSchema, EmployeePermissionUncheckedUpdateWithoutRolePermissionsInputObjectZodSchema, EmployeePermissionUpdateInputObjectSchema, EmployeePermissionUpdateInputObjectZodSchema, EmployeePermissionUpdateManyAndReturnSchema, EmployeePermissionUpdateManyAndReturnZodSchema, EmployeePermissionUpdateManyMutationInputObjectSchema, EmployeePermissionUpdateManyMutationInputObjectZodSchema, EmployeePermissionUpdateManyResultSchema, EmployeePermissionUpdateManySchema, EmployeePermissionUpdateManyZodSchema, EmployeePermissionUpdateOneRequiredWithoutRolePermissionsNestedInputObjectSchema, EmployeePermissionUpdateOneRequiredWithoutRolePermissionsNestedInputObjectZodSchema, EmployeePermissionUpdateOneSchema, EmployeePermissionUpdateOneZodSchema, EmployeePermissionUpdateResultSchema, EmployeePermissionUpdateToOneWithWhereWithoutRolePermissionsInputObjectSchema, EmployeePermissionUpdateToOneWithWhereWithoutRolePermissionsInputObjectZodSchema, EmployeePermissionUpdateWithoutRolePermissionsInputObjectSchema, EmployeePermissionUpdateWithoutRolePermissionsInputObjectZodSchema, EmployeePermissionUpsertOneSchema, EmployeePermissionUpsertOneZodSchema, EmployeePermissionUpsertResultSchema, EmployeePermissionUpsertWithoutRolePermissionsInputObjectSchema, EmployeePermissionUpsertWithoutRolePermissionsInputObjectZodSchema, EmployeePermissionWhereInputObjectSchema, EmployeePermissionWhereInputObjectZodSchema, EmployeePermissionWhereUniqueInputObjectSchema, EmployeePermissionWhereUniqueInputObjectZodSchema, type EmployeePureType, EmployeeResultSchema, type EmployeeResultType, type EmployeeRole, EmployeeRoleAggregateResultSchema, EmployeeRoleAggregateSchema, EmployeeRoleAggregateZodSchema, EmployeeRoleArgsObjectSchema, EmployeeRoleArgsObjectZodSchema, EmployeeRoleAssignmentAggregateResultSchema, EmployeeRoleAssignmentAggregateSchema, EmployeeRoleAssignmentAggregateZodSchema, EmployeeRoleAssignmentArgsObjectSchema, EmployeeRoleAssignmentArgsObjectZodSchema, EmployeeRoleAssignmentAvgAggregateInputObjectSchema, EmployeeRoleAssignmentAvgAggregateInputObjectZodSchema, EmployeeRoleAssignmentAvgOrderByAggregateInputObjectSchema, EmployeeRoleAssignmentAvgOrderByAggregateInputObjectZodSchema, EmployeeRoleAssignmentCountAggregateInputObjectSchema, EmployeeRoleAssignmentCountAggregateInputObjectZodSchema, EmployeeRoleAssignmentCountOrderByAggregateInputObjectSchema, EmployeeRoleAssignmentCountOrderByAggregateInputObjectZodSchema, EmployeeRoleAssignmentCountResultSchema, EmployeeRoleAssignmentCountSchema, EmployeeRoleAssignmentCountZodSchema, EmployeeRoleAssignmentCreateInputObjectSchema, EmployeeRoleAssignmentCreateInputObjectZodSchema, EmployeeRoleAssignmentCreateManyAndReturnSchema, EmployeeRoleAssignmentCreateManyAndReturnZodSchema, EmployeeRoleAssignmentCreateManyEmployeeInputEnvelopeObjectSchema, EmployeeRoleAssignmentCreateManyEmployeeInputEnvelopeObjectZodSchema, EmployeeRoleAssignmentCreateManyEmployeeInputObjectSchema, EmployeeRoleAssignmentCreateManyEmployeeInputObjectZodSchema, EmployeeRoleAssignmentCreateManyEmployeeRoleInputEnvelopeObjectSchema, EmployeeRoleAssignmentCreateManyEmployeeRoleInputEnvelopeObjectZodSchema, EmployeeRoleAssignmentCreateManyEmployeeRoleInputObjectSchema, EmployeeRoleAssignmentCreateManyEmployeeRoleInputObjectZodSchema, EmployeeRoleAssignmentCreateManyInputObjectSchema, EmployeeRoleAssignmentCreateManyInputObjectZodSchema, EmployeeRoleAssignmentCreateManyResultSchema, EmployeeRoleAssignmentCreateManySchema, EmployeeRoleAssignmentCreateManyZodSchema, EmployeeRoleAssignmentCreateNestedManyWithoutEmployeeInputObjectSchema, EmployeeRoleAssignmentCreateNestedManyWithoutEmployeeInputObjectZodSchema, EmployeeRoleAssignmentCreateNestedManyWithoutEmployeeRoleInputObjectSchema, EmployeeRoleAssignmentCreateNestedManyWithoutEmployeeRoleInputObjectZodSchema, EmployeeRoleAssignmentCreateOneSchema, EmployeeRoleAssignmentCreateOneZodSchema, EmployeeRoleAssignmentCreateOrConnectWithoutEmployeeInputObjectSchema, EmployeeRoleAssignmentCreateOrConnectWithoutEmployeeInputObjectZodSchema, EmployeeRoleAssignmentCreateOrConnectWithoutEmployeeRoleInputObjectSchema, EmployeeRoleAssignmentCreateOrConnectWithoutEmployeeRoleInputObjectZodSchema, EmployeeRoleAssignmentCreateResultSchema, EmployeeRoleAssignmentCreateWithoutEmployeeInputObjectSchema, EmployeeRoleAssignmentCreateWithoutEmployeeInputObjectZodSchema, EmployeeRoleAssignmentCreateWithoutEmployeeRoleInputObjectSchema, EmployeeRoleAssignmentCreateWithoutEmployeeRoleInputObjectZodSchema, EmployeeRoleAssignmentDeleteManyResultSchema, EmployeeRoleAssignmentDeleteManySchema, EmployeeRoleAssignmentDeleteManyZodSchema, EmployeeRoleAssignmentDeleteOneSchema, EmployeeRoleAssignmentDeleteOneZodSchema, EmployeeRoleAssignmentDeleteResultSchema, EmployeeRoleAssignmentEmployeeIdEmployeeRoleIdCompoundUniqueInputObjectSchema, EmployeeRoleAssignmentEmployeeIdEmployeeRoleIdCompoundUniqueInputObjectZodSchema, EmployeeRoleAssignmentFindFirstOrThrowSchema, EmployeeRoleAssignmentFindFirstOrThrowSelectSchema, EmployeeRoleAssignmentFindFirstOrThrowSelectZodSchema, EmployeeRoleAssignmentFindFirstOrThrowZodSchema, EmployeeRoleAssignmentFindFirstResultSchema, EmployeeRoleAssignmentFindFirstSchema, EmployeeRoleAssignmentFindFirstSelectSchema, EmployeeRoleAssignmentFindFirstSelectZodSchema, EmployeeRoleAssignmentFindFirstZodSchema, EmployeeRoleAssignmentFindManyResultSchema, EmployeeRoleAssignmentFindManySchema, EmployeeRoleAssignmentFindManySelectSchema, EmployeeRoleAssignmentFindManySelectZodSchema, EmployeeRoleAssignmentFindManyZodSchema, EmployeeRoleAssignmentFindUniqueOrThrowSchema, EmployeeRoleAssignmentFindUniqueOrThrowZodSchema, EmployeeRoleAssignmentFindUniqueResultSchema, EmployeeRoleAssignmentFindUniqueSchema, EmployeeRoleAssignmentFindUniqueZodSchema, EmployeeRoleAssignmentGroupByResultSchema, EmployeeRoleAssignmentGroupBySchema, EmployeeRoleAssignmentGroupByZodSchema, EmployeeRoleAssignmentIncludeObjectSchema, EmployeeRoleAssignmentIncludeObjectZodSchema, EmployeeRoleAssignmentInputSchema, type EmployeeRoleAssignmentInputType, EmployeeRoleAssignmentListRelationFilterObjectSchema, EmployeeRoleAssignmentListRelationFilterObjectZodSchema, EmployeeRoleAssignmentMaxAggregateInputObjectSchema, EmployeeRoleAssignmentMaxAggregateInputObjectZodSchema, EmployeeRoleAssignmentMaxOrderByAggregateInputObjectSchema, EmployeeRoleAssignmentMaxOrderByAggregateInputObjectZodSchema, EmployeeRoleAssignmentMinAggregateInputObjectSchema, EmployeeRoleAssignmentMinAggregateInputObjectZodSchema, EmployeeRoleAssignmentMinOrderByAggregateInputObjectSchema, EmployeeRoleAssignmentMinOrderByAggregateInputObjectZodSchema, EmployeeRoleAssignmentModelSchema, EmployeeRoleAssignmentOrderByRelationAggregateInputObjectSchema, EmployeeRoleAssignmentOrderByRelationAggregateInputObjectZodSchema, EmployeeRoleAssignmentOrderByWithAggregationInputObjectSchema, EmployeeRoleAssignmentOrderByWithAggregationInputObjectZodSchema, EmployeeRoleAssignmentOrderByWithRelationInputObjectSchema, EmployeeRoleAssignmentOrderByWithRelationInputObjectZodSchema, type EmployeeRoleAssignmentPureType, EmployeeRoleAssignmentResultSchema, type EmployeeRoleAssignmentResultType, type EmployeeRoleAssignmentScalarFieldEnum, EmployeeRoleAssignmentScalarFieldEnumSchema, EmployeeRoleAssignmentScalarWhereInputObjectSchema, EmployeeRoleAssignmentScalarWhereInputObjectZodSchema, EmployeeRoleAssignmentScalarWhereWithAggregatesInputObjectSchema, EmployeeRoleAssignmentScalarWhereWithAggregatesInputObjectZodSchema, EmployeeRoleAssignmentSelectObjectSchema, EmployeeRoleAssignmentSelectObjectZodSchema, EmployeeRoleAssignmentSumAggregateInputObjectSchema, EmployeeRoleAssignmentSumAggregateInputObjectZodSchema, EmployeeRoleAssignmentSumOrderByAggregateInputObjectSchema, EmployeeRoleAssignmentSumOrderByAggregateInputObjectZodSchema, EmployeeRoleAssignmentUncheckedCreateInputObjectSchema, EmployeeRoleAssignmentUncheckedCreateInputObjectZodSchema, EmployeeRoleAssignmentUncheckedCreateNestedManyWithoutEmployeeInputObjectSchema, EmployeeRoleAssignmentUncheckedCreateNestedManyWithoutEmployeeInputObjectZodSchema, EmployeeRoleAssignmentUncheckedCreateNestedManyWithoutEmployeeRoleInputObjectSchema, EmployeeRoleAssignmentUncheckedCreateNestedManyWithoutEmployeeRoleInputObjectZodSchema, EmployeeRoleAssignmentUncheckedCreateWithoutEmployeeInputObjectSchema, EmployeeRoleAssignmentUncheckedCreateWithoutEmployeeInputObjectZodSchema, EmployeeRoleAssignmentUncheckedCreateWithoutEmployeeRoleInputObjectSchema, EmployeeRoleAssignmentUncheckedCreateWithoutEmployeeRoleInputObjectZodSchema, EmployeeRoleAssignmentUncheckedUpdateInputObjectSchema, EmployeeRoleAssignmentUncheckedUpdateInputObjectZodSchema, EmployeeRoleAssignmentUncheckedUpdateManyInputObjectSchema, EmployeeRoleAssignmentUncheckedUpdateManyInputObjectZodSchema, EmployeeRoleAssignmentUncheckedUpdateManyWithoutEmployeeInputObjectSchema, EmployeeRoleAssignmentUncheckedUpdateManyWithoutEmployeeInputObjectZodSchema, EmployeeRoleAssignmentUncheckedUpdateManyWithoutEmployeeNestedInputObjectSchema, EmployeeRoleAssignmentUncheckedUpdateManyWithoutEmployeeNestedInputObjectZodSchema, EmployeeRoleAssignmentUncheckedUpdateManyWithoutEmployeeRoleInputObjectSchema, EmployeeRoleAssignmentUncheckedUpdateManyWithoutEmployeeRoleInputObjectZodSchema, EmployeeRoleAssignmentUncheckedUpdateManyWithoutEmployeeRoleNestedInputObjectSchema, EmployeeRoleAssignmentUncheckedUpdateManyWithoutEmployeeRoleNestedInputObjectZodSchema, EmployeeRoleAssignmentUncheckedUpdateWithoutEmployeeInputObjectSchema, EmployeeRoleAssignmentUncheckedUpdateWithoutEmployeeInputObjectZodSchema, EmployeeRoleAssignmentUncheckedUpdateWithoutEmployeeRoleInputObjectSchema, EmployeeRoleAssignmentUncheckedUpdateWithoutEmployeeRoleInputObjectZodSchema, EmployeeRoleAssignmentUpdateInputObjectSchema, EmployeeRoleAssignmentUpdateInputObjectZodSchema, EmployeeRoleAssignmentUpdateManyAndReturnSchema, EmployeeRoleAssignmentUpdateManyAndReturnZodSchema, EmployeeRoleAssignmentUpdateManyMutationInputObjectSchema, EmployeeRoleAssignmentUpdateManyMutationInputObjectZodSchema, EmployeeRoleAssignmentUpdateManyResultSchema, EmployeeRoleAssignmentUpdateManySchema, EmployeeRoleAssignmentUpdateManyWithWhereWithoutEmployeeInputObjectSchema, EmployeeRoleAssignmentUpdateManyWithWhereWithoutEmployeeInputObjectZodSchema, EmployeeRoleAssignmentUpdateManyWithWhereWithoutEmployeeRoleInputObjectSchema, EmployeeRoleAssignmentUpdateManyWithWhereWithoutEmployeeRoleInputObjectZodSchema, EmployeeRoleAssignmentUpdateManyWithoutEmployeeNestedInputObjectSchema, EmployeeRoleAssignmentUpdateManyWithoutEmployeeNestedInputObjectZodSchema, EmployeeRoleAssignmentUpdateManyWithoutEmployeeRoleNestedInputObjectSchema, EmployeeRoleAssignmentUpdateManyWithoutEmployeeRoleNestedInputObjectZodSchema, EmployeeRoleAssignmentUpdateManyZodSchema, EmployeeRoleAssignmentUpdateOneSchema, EmployeeRoleAssignmentUpdateOneZodSchema, EmployeeRoleAssignmentUpdateResultSchema, EmployeeRoleAssignmentUpdateWithWhereUniqueWithoutEmployeeInputObjectSchema, EmployeeRoleAssignmentUpdateWithWhereUniqueWithoutEmployeeInputObjectZodSchema, EmployeeRoleAssignmentUpdateWithWhereUniqueWithoutEmployeeRoleInputObjectSchema, EmployeeRoleAssignmentUpdateWithWhereUniqueWithoutEmployeeRoleInputObjectZodSchema, EmployeeRoleAssignmentUpdateWithoutEmployeeInputObjectSchema, EmployeeRoleAssignmentUpdateWithoutEmployeeInputObjectZodSchema, EmployeeRoleAssignmentUpdateWithoutEmployeeRoleInputObjectSchema, EmployeeRoleAssignmentUpdateWithoutEmployeeRoleInputObjectZodSchema, EmployeeRoleAssignmentUpsertOneSchema, EmployeeRoleAssignmentUpsertOneZodSchema, EmployeeRoleAssignmentUpsertResultSchema, EmployeeRoleAssignmentUpsertWithWhereUniqueWithoutEmployeeInputObjectSchema, EmployeeRoleAssignmentUpsertWithWhereUniqueWithoutEmployeeInputObjectZodSchema, EmployeeRoleAssignmentUpsertWithWhereUniqueWithoutEmployeeRoleInputObjectSchema, EmployeeRoleAssignmentUpsertWithWhereUniqueWithoutEmployeeRoleInputObjectZodSchema, EmployeeRoleAssignmentWhereInputObjectSchema, EmployeeRoleAssignmentWhereInputObjectZodSchema, EmployeeRoleAssignmentWhereUniqueInputObjectSchema, EmployeeRoleAssignmentWhereUniqueInputObjectZodSchema, EmployeeRoleAvgAggregateInputObjectSchema, EmployeeRoleAvgAggregateInputObjectZodSchema, EmployeeRoleAvgOrderByAggregateInputObjectSchema, EmployeeRoleAvgOrderByAggregateInputObjectZodSchema, EmployeeRoleCountAggregateInputObjectSchema, EmployeeRoleCountAggregateInputObjectZodSchema, EmployeeRoleCountOrderByAggregateInputObjectSchema, EmployeeRoleCountOrderByAggregateInputObjectZodSchema, EmployeeRoleCountOutputTypeArgsObjectSchema, EmployeeRoleCountOutputTypeArgsObjectZodSchema, EmployeeRoleCountOutputTypeCountAssignmentsArgsObjectSchema, EmployeeRoleCountOutputTypeCountAssignmentsArgsObjectZodSchema, EmployeeRoleCountOutputTypeCountPermissionsArgsObjectSchema, EmployeeRoleCountOutputTypeCountPermissionsArgsObjectZodSchema, EmployeeRoleCountOutputTypeSelectObjectSchema, EmployeeRoleCountOutputTypeSelectObjectZodSchema, EmployeeRoleCountResultSchema, EmployeeRoleCountSchema, EmployeeRoleCountZodSchema, EmployeeRoleCreateInputObjectSchema, EmployeeRoleCreateInputObjectZodSchema, EmployeeRoleCreateManyAndReturnSchema, EmployeeRoleCreateManyAndReturnZodSchema, EmployeeRoleCreateManyInputObjectSchema, EmployeeRoleCreateManyInputObjectZodSchema, EmployeeRoleCreateManyResultSchema, EmployeeRoleCreateManySchema, EmployeeRoleCreateManyZodSchema, EmployeeRoleCreateNestedOneWithoutAssignmentsInputObjectSchema, EmployeeRoleCreateNestedOneWithoutAssignmentsInputObjectZodSchema, EmployeeRoleCreateNestedOneWithoutPermissionsInputObjectSchema, EmployeeRoleCreateNestedOneWithoutPermissionsInputObjectZodSchema, EmployeeRoleCreateOneSchema, EmployeeRoleCreateOneZodSchema, EmployeeRoleCreateOrConnectWithoutAssignmentsInputObjectSchema, EmployeeRoleCreateOrConnectWithoutAssignmentsInputObjectZodSchema, EmployeeRoleCreateOrConnectWithoutPermissionsInputObjectSchema, EmployeeRoleCreateOrConnectWithoutPermissionsInputObjectZodSchema, EmployeeRoleCreateResultSchema, EmployeeRoleCreateWithoutAssignmentsInputObjectSchema, EmployeeRoleCreateWithoutAssignmentsInputObjectZodSchema, EmployeeRoleCreateWithoutPermissionsInputObjectSchema, EmployeeRoleCreateWithoutPermissionsInputObjectZodSchema, EmployeeRoleDeleteManyResultSchema, EmployeeRoleDeleteManySchema, EmployeeRoleDeleteManyZodSchema, EmployeeRoleDeleteOneSchema, EmployeeRoleDeleteOneZodSchema, EmployeeRoleDeleteResultSchema, EmployeeRoleFindFirstOrThrowSchema, EmployeeRoleFindFirstOrThrowSelectSchema, EmployeeRoleFindFirstOrThrowSelectZodSchema, EmployeeRoleFindFirstOrThrowZodSchema, EmployeeRoleFindFirstResultSchema, EmployeeRoleFindFirstSchema, EmployeeRoleFindFirstSelectSchema, EmployeeRoleFindFirstSelectZodSchema, EmployeeRoleFindFirstZodSchema, EmployeeRoleFindManyResultSchema, EmployeeRoleFindManySchema, EmployeeRoleFindManySelectSchema, EmployeeRoleFindManySelectZodSchema, EmployeeRoleFindManyZodSchema, EmployeeRoleFindUniqueOrThrowSchema, EmployeeRoleFindUniqueOrThrowZodSchema, EmployeeRoleFindUniqueResultSchema, EmployeeRoleFindUniqueSchema, EmployeeRoleFindUniqueZodSchema, EmployeeRoleGroupByResultSchema, EmployeeRoleGroupBySchema, EmployeeRoleGroupByZodSchema, EmployeeRoleIncludeObjectSchema, EmployeeRoleIncludeObjectZodSchema, EmployeeRoleInputSchema, type EmployeeRoleInputType, EmployeeRoleMaxAggregateInputObjectSchema, EmployeeRoleMaxAggregateInputObjectZodSchema, EmployeeRoleMaxOrderByAggregateInputObjectSchema, EmployeeRoleMaxOrderByAggregateInputObjectZodSchema, EmployeeRoleMinAggregateInputObjectSchema, EmployeeRoleMinAggregateInputObjectZodSchema, EmployeeRoleMinOrderByAggregateInputObjectSchema, EmployeeRoleMinOrderByAggregateInputObjectZodSchema, EmployeeRoleModelSchema, EmployeeRoleOrderByWithAggregationInputObjectSchema, EmployeeRoleOrderByWithAggregationInputObjectZodSchema, EmployeeRoleOrderByWithRelationInputObjectSchema, EmployeeRoleOrderByWithRelationInputObjectZodSchema, EmployeeRolePermissionAggregateResultSchema, EmployeeRolePermissionAggregateSchema, EmployeeRolePermissionAggregateZodSchema, EmployeeRolePermissionArgsObjectSchema, EmployeeRolePermissionArgsObjectZodSchema, EmployeeRolePermissionAvgAggregateInputObjectSchema, EmployeeRolePermissionAvgAggregateInputObjectZodSchema, EmployeeRolePermissionAvgOrderByAggregateInputObjectSchema, EmployeeRolePermissionAvgOrderByAggregateInputObjectZodSchema, EmployeeRolePermissionCountAggregateInputObjectSchema, EmployeeRolePermissionCountAggregateInputObjectZodSchema, EmployeeRolePermissionCountOrderByAggregateInputObjectSchema, EmployeeRolePermissionCountOrderByAggregateInputObjectZodSchema, EmployeeRolePermissionCountResultSchema, EmployeeRolePermissionCountSchema, EmployeeRolePermissionCountZodSchema, EmployeeRolePermissionCreateInputObjectSchema, EmployeeRolePermissionCreateInputObjectZodSchema, EmployeeRolePermissionCreateManyAndReturnSchema, EmployeeRolePermissionCreateManyAndReturnZodSchema, EmployeeRolePermissionCreateManyEmployeePermissionInputEnvelopeObjectSchema, EmployeeRolePermissionCreateManyEmployeePermissionInputEnvelopeObjectZodSchema, EmployeeRolePermissionCreateManyEmployeePermissionInputObjectSchema, EmployeeRolePermissionCreateManyEmployeePermissionInputObjectZodSchema, EmployeeRolePermissionCreateManyEmployeeRoleInputEnvelopeObjectSchema, EmployeeRolePermissionCreateManyEmployeeRoleInputEnvelopeObjectZodSchema, EmployeeRolePermissionCreateManyEmployeeRoleInputObjectSchema, EmployeeRolePermissionCreateManyEmployeeRoleInputObjectZodSchema, EmployeeRolePermissionCreateManyInputObjectSchema, EmployeeRolePermissionCreateManyInputObjectZodSchema, EmployeeRolePermissionCreateManyResultSchema, EmployeeRolePermissionCreateManySchema, EmployeeRolePermissionCreateManyZodSchema, EmployeeRolePermissionCreateNestedManyWithoutEmployeePermissionInputObjectSchema, EmployeeRolePermissionCreateNestedManyWithoutEmployeePermissionInputObjectZodSchema, EmployeeRolePermissionCreateNestedManyWithoutEmployeeRoleInputObjectSchema, EmployeeRolePermissionCreateNestedManyWithoutEmployeeRoleInputObjectZodSchema, EmployeeRolePermissionCreateOneSchema, EmployeeRolePermissionCreateOneZodSchema, EmployeeRolePermissionCreateOrConnectWithoutEmployeePermissionInputObjectSchema, EmployeeRolePermissionCreateOrConnectWithoutEmployeePermissionInputObjectZodSchema, EmployeeRolePermissionCreateOrConnectWithoutEmployeeRoleInputObjectSchema, EmployeeRolePermissionCreateOrConnectWithoutEmployeeRoleInputObjectZodSchema, EmployeeRolePermissionCreateResultSchema, EmployeeRolePermissionCreateWithoutEmployeePermissionInputObjectSchema, EmployeeRolePermissionCreateWithoutEmployeePermissionInputObjectZodSchema, EmployeeRolePermissionCreateWithoutEmployeeRoleInputObjectSchema, EmployeeRolePermissionCreateWithoutEmployeeRoleInputObjectZodSchema, EmployeeRolePermissionDeleteManyResultSchema, EmployeeRolePermissionDeleteManySchema, EmployeeRolePermissionDeleteManyZodSchema, EmployeeRolePermissionDeleteOneSchema, EmployeeRolePermissionDeleteOneZodSchema, EmployeeRolePermissionDeleteResultSchema, EmployeeRolePermissionEmployeeRoleIdEmployeePermissionIdCompoundUniqueInputObjectSchema, EmployeeRolePermissionEmployeeRoleIdEmployeePermissionIdCompoundUniqueInputObjectZodSchema, EmployeeRolePermissionFindFirstOrThrowSchema, EmployeeRolePermissionFindFirstOrThrowSelectSchema, EmployeeRolePermissionFindFirstOrThrowSelectZodSchema, EmployeeRolePermissionFindFirstOrThrowZodSchema, EmployeeRolePermissionFindFirstResultSchema, EmployeeRolePermissionFindFirstSchema, EmployeeRolePermissionFindFirstSelectSchema, EmployeeRolePermissionFindFirstSelectZodSchema, EmployeeRolePermissionFindFirstZodSchema, EmployeeRolePermissionFindManyResultSchema, EmployeeRolePermissionFindManySchema, EmployeeRolePermissionFindManySelectSchema, EmployeeRolePermissionFindManySelectZodSchema, EmployeeRolePermissionFindManyZodSchema, EmployeeRolePermissionFindUniqueOrThrowSchema, EmployeeRolePermissionFindUniqueOrThrowZodSchema, EmployeeRolePermissionFindUniqueResultSchema, EmployeeRolePermissionFindUniqueSchema, EmployeeRolePermissionFindUniqueZodSchema, EmployeeRolePermissionGroupByResultSchema, EmployeeRolePermissionGroupBySchema, EmployeeRolePermissionGroupByZodSchema, EmployeeRolePermissionIncludeObjectSchema, EmployeeRolePermissionIncludeObjectZodSchema, EmployeeRolePermissionInputSchema, type EmployeeRolePermissionInputType, EmployeeRolePermissionListRelationFilterObjectSchema, EmployeeRolePermissionListRelationFilterObjectZodSchema, EmployeeRolePermissionMaxAggregateInputObjectSchema, EmployeeRolePermissionMaxAggregateInputObjectZodSchema, EmployeeRolePermissionMaxOrderByAggregateInputObjectSchema, EmployeeRolePermissionMaxOrderByAggregateInputObjectZodSchema, EmployeeRolePermissionMinAggregateInputObjectSchema, EmployeeRolePermissionMinAggregateInputObjectZodSchema, EmployeeRolePermissionMinOrderByAggregateInputObjectSchema, EmployeeRolePermissionMinOrderByAggregateInputObjectZodSchema, EmployeeRolePermissionModelSchema, EmployeeRolePermissionOrderByRelationAggregateInputObjectSchema, EmployeeRolePermissionOrderByRelationAggregateInputObjectZodSchema, EmployeeRolePermissionOrderByWithAggregationInputObjectSchema, EmployeeRolePermissionOrderByWithAggregationInputObjectZodSchema, EmployeeRolePermissionOrderByWithRelationInputObjectSchema, EmployeeRolePermissionOrderByWithRelationInputObjectZodSchema, type EmployeeRolePermissionPureType, EmployeeRolePermissionResultSchema, type EmployeeRolePermissionResultType, type EmployeeRolePermissionScalarFieldEnum, EmployeeRolePermissionScalarFieldEnumSchema, EmployeeRolePermissionScalarWhereInputObjectSchema, EmployeeRolePermissionScalarWhereInputObjectZodSchema, EmployeeRolePermissionScalarWhereWithAggregatesInputObjectSchema, EmployeeRolePermissionScalarWhereWithAggregatesInputObjectZodSchema, EmployeeRolePermissionSelectObjectSchema, EmployeeRolePermissionSelectObjectZodSchema, EmployeeRolePermissionSumAggregateInputObjectSchema, EmployeeRolePermissionSumAggregateInputObjectZodSchema, EmployeeRolePermissionSumOrderByAggregateInputObjectSchema, EmployeeRolePermissionSumOrderByAggregateInputObjectZodSchema, EmployeeRolePermissionUncheckedCreateInputObjectSchema, EmployeeRolePermissionUncheckedCreateInputObjectZodSchema, EmployeeRolePermissionUncheckedCreateNestedManyWithoutEmployeePermissionInputObjectSchema, EmployeeRolePermissionUncheckedCreateNestedManyWithoutEmployeePermissionInputObjectZodSchema, EmployeeRolePermissionUncheckedCreateNestedManyWithoutEmployeeRoleInputObjectSchema, EmployeeRolePermissionUncheckedCreateNestedManyWithoutEmployeeRoleInputObjectZodSchema, EmployeeRolePermissionUncheckedCreateWithoutEmployeePermissionInputObjectSchema, EmployeeRolePermissionUncheckedCreateWithoutEmployeePermissionInputObjectZodSchema, EmployeeRolePermissionUncheckedCreateWithoutEmployeeRoleInputObjectSchema, EmployeeRolePermissionUncheckedCreateWithoutEmployeeRoleInputObjectZodSchema, EmployeeRolePermissionUncheckedUpdateInputObjectSchema, EmployeeRolePermissionUncheckedUpdateInputObjectZodSchema, EmployeeRolePermissionUncheckedUpdateManyInputObjectSchema, EmployeeRolePermissionUncheckedUpdateManyInputObjectZodSchema, EmployeeRolePermissionUncheckedUpdateManyWithoutEmployeePermissionInputObjectSchema, EmployeeRolePermissionUncheckedUpdateManyWithoutEmployeePermissionInputObjectZodSchema, EmployeeRolePermissionUncheckedUpdateManyWithoutEmployeePermissionNestedInputObjectSchema, EmployeeRolePermissionUncheckedUpdateManyWithoutEmployeePermissionNestedInputObjectZodSchema, EmployeeRolePermissionUncheckedUpdateManyWithoutEmployeeRoleInputObjectSchema, EmployeeRolePermissionUncheckedUpdateManyWithoutEmployeeRoleInputObjectZodSchema, EmployeeRolePermissionUncheckedUpdateManyWithoutEmployeeRoleNestedInputObjectSchema, EmployeeRolePermissionUncheckedUpdateManyWithoutEmployeeRoleNestedInputObjectZodSchema, EmployeeRolePermissionUncheckedUpdateWithoutEmployeePermissionInputObjectSchema, EmployeeRolePermissionUncheckedUpdateWithoutEmployeePermissionInputObjectZodSchema, EmployeeRolePermissionUncheckedUpdateWithoutEmployeeRoleInputObjectSchema, EmployeeRolePermissionUncheckedUpdateWithoutEmployeeRoleInputObjectZodSchema, EmployeeRolePermissionUpdateInputObjectSchema, EmployeeRolePermissionUpdateInputObjectZodSchema, EmployeeRolePermissionUpdateManyAndReturnSchema, EmployeeRolePermissionUpdateManyAndReturnZodSchema, EmployeeRolePermissionUpdateManyMutationInputObjectSchema, EmployeeRolePermissionUpdateManyMutationInputObjectZodSchema, EmployeeRolePermissionUpdateManyResultSchema, EmployeeRolePermissionUpdateManySchema, EmployeeRolePermissionUpdateManyWithWhereWithoutEmployeePermissionInputObjectSchema, EmployeeRolePermissionUpdateManyWithWhereWithoutEmployeePermissionInputObjectZodSchema, EmployeeRolePermissionUpdateManyWithWhereWithoutEmployeeRoleInputObjectSchema, EmployeeRolePermissionUpdateManyWithWhereWithoutEmployeeRoleInputObjectZodSchema, EmployeeRolePermissionUpdateManyWithoutEmployeePermissionNestedInputObjectSchema, EmployeeRolePermissionUpdateManyWithoutEmployeePermissionNestedInputObjectZodSchema, EmployeeRolePermissionUpdateManyWithoutEmployeeRoleNestedInputObjectSchema, EmployeeRolePermissionUpdateManyWithoutEmployeeRoleNestedInputObjectZodSchema, EmployeeRolePermissionUpdateManyZodSchema, EmployeeRolePermissionUpdateOneSchema, EmployeeRolePermissionUpdateOneZodSchema, EmployeeRolePermissionUpdateResultSchema, EmployeeRolePermissionUpdateWithWhereUniqueWithoutEmployeePermissionInputObjectSchema, EmployeeRolePermissionUpdateWithWhereUniqueWithoutEmployeePermissionInputObjectZodSchema, EmployeeRolePermissionUpdateWithWhereUniqueWithoutEmployeeRoleInputObjectSchema, EmployeeRolePermissionUpdateWithWhereUniqueWithoutEmployeeRoleInputObjectZodSchema, EmployeeRolePermissionUpdateWithoutEmployeePermissionInputObjectSchema, EmployeeRolePermissionUpdateWithoutEmployeePermissionInputObjectZodSchema, EmployeeRolePermissionUpdateWithoutEmployeeRoleInputObjectSchema, EmployeeRolePermissionUpdateWithoutEmployeeRoleInputObjectZodSchema, EmployeeRolePermissionUpsertOneSchema, EmployeeRolePermissionUpsertOneZodSchema, EmployeeRolePermissionUpsertResultSchema, EmployeeRolePermissionUpsertWithWhereUniqueWithoutEmployeePermissionInputObjectSchema, EmployeeRolePermissionUpsertWithWhereUniqueWithoutEmployeePermissionInputObjectZodSchema, EmployeeRolePermissionUpsertWithWhereUniqueWithoutEmployeeRoleInputObjectSchema, EmployeeRolePermissionUpsertWithWhereUniqueWithoutEmployeeRoleInputObjectZodSchema, EmployeeRolePermissionWhereInputObjectSchema, EmployeeRolePermissionWhereInputObjectZodSchema, EmployeeRolePermissionWhereUniqueInputObjectSchema, EmployeeRolePermissionWhereUniqueInputObjectZodSchema, type EmployeeRolePureType, EmployeeRoleResultSchema, type EmployeeRoleResultType, type EmployeeRoleScalarFieldEnum, EmployeeRoleScalarFieldEnumSchema, EmployeeRoleScalarRelationFilterObjectSchema, EmployeeRoleScalarRelationFilterObjectZodSchema, EmployeeRoleScalarWhereWithAggregatesInputObjectSchema, EmployeeRoleScalarWhereWithAggregatesInputObjectZodSchema, EmployeeRoleSchema, EmployeeRoleSelectObjectSchema, EmployeeRoleSelectObjectZodSchema, EmployeeRoleSumAggregateInputObjectSchema, EmployeeRoleSumAggregateInputObjectZodSchema, EmployeeRoleSumOrderByAggregateInputObjectSchema, EmployeeRoleSumOrderByAggregateInputObjectZodSchema, EmployeeRoleUncheckedCreateInputObjectSchema, EmployeeRoleUncheckedCreateInputObjectZodSchema, EmployeeRoleUncheckedCreateWithoutAssignmentsInputObjectSchema, EmployeeRoleUncheckedCreateWithoutAssignmentsInputObjectZodSchema, EmployeeRoleUncheckedCreateWithoutPermissionsInputObjectSchema, EmployeeRoleUncheckedCreateWithoutPermissionsInputObjectZodSchema, EmployeeRoleUncheckedUpdateInputObjectSchema, EmployeeRoleUncheckedUpdateInputObjectZodSchema, EmployeeRoleUncheckedUpdateManyInputObjectSchema, EmployeeRoleUncheckedUpdateManyInputObjectZodSchema, EmployeeRoleUncheckedUpdateWithoutAssignmentsInputObjectSchema, EmployeeRoleUncheckedUpdateWithoutAssignmentsInputObjectZodSchema, EmployeeRoleUncheckedUpdateWithoutPermissionsInputObjectSchema, EmployeeRoleUncheckedUpdateWithoutPermissionsInputObjectZodSchema, EmployeeRoleUpdateInputObjectSchema, EmployeeRoleUpdateInputObjectZodSchema, EmployeeRoleUpdateManyAndReturnSchema, EmployeeRoleUpdateManyAndReturnZodSchema, EmployeeRoleUpdateManyMutationInputObjectSchema, EmployeeRoleUpdateManyMutationInputObjectZodSchema, EmployeeRoleUpdateManyResultSchema, EmployeeRoleUpdateManySchema, EmployeeRoleUpdateManyZodSchema, EmployeeRoleUpdateOneRequiredWithoutAssignmentsNestedInputObjectSchema, EmployeeRoleUpdateOneRequiredWithoutAssignmentsNestedInputObjectZodSchema, EmployeeRoleUpdateOneRequiredWithoutPermissionsNestedInputObjectSchema, EmployeeRoleUpdateOneRequiredWithoutPermissionsNestedInputObjectZodSchema, EmployeeRoleUpdateOneSchema, EmployeeRoleUpdateOneZodSchema, EmployeeRoleUpdateResultSchema, EmployeeRoleUpdateToOneWithWhereWithoutAssignmentsInputObjectSchema, EmployeeRoleUpdateToOneWithWhereWithoutAssignmentsInputObjectZodSchema, EmployeeRoleUpdateToOneWithWhereWithoutPermissionsInputObjectSchema, EmployeeRoleUpdateToOneWithWhereWithoutPermissionsInputObjectZodSchema, EmployeeRoleUpdateWithoutAssignmentsInputObjectSchema, EmployeeRoleUpdateWithoutAssignmentsInputObjectZodSchema, EmployeeRoleUpdateWithoutPermissionsInputObjectSchema, EmployeeRoleUpdateWithoutPermissionsInputObjectZodSchema, EmployeeRoleUpsertOneSchema, EmployeeRoleUpsertOneZodSchema, EmployeeRoleUpsertResultSchema, EmployeeRoleUpsertWithoutAssignmentsInputObjectSchema, EmployeeRoleUpsertWithoutAssignmentsInputObjectZodSchema, EmployeeRoleUpsertWithoutPermissionsInputObjectSchema, EmployeeRoleUpsertWithoutPermissionsInputObjectZodSchema, EmployeeRoleWhereInputObjectSchema, EmployeeRoleWhereInputObjectZodSchema, EmployeeRoleWhereUniqueInputObjectSchema, EmployeeRoleWhereUniqueInputObjectZodSchema, type EmployeeScalarFieldEnum, EmployeeScalarFieldEnumSchema, EmployeeScalarRelationFilterObjectSchema, EmployeeScalarRelationFilterObjectZodSchema, EmployeeScalarWhereInputObjectSchema, EmployeeScalarWhereInputObjectZodSchema, EmployeeScalarWhereWithAggregatesInputObjectSchema, EmployeeScalarWhereWithAggregatesInputObjectZodSchema, EmployeeSchema, EmployeeSelectObjectSchema, EmployeeSelectObjectZodSchema, EmployeeSumAggregateInputObjectSchema, EmployeeSumAggregateInputObjectZodSchema, EmployeeSumOrderByAggregateInputObjectSchema, EmployeeSumOrderByAggregateInputObjectZodSchema, EmployeeUncheckedCreateInputObjectSchema, EmployeeUncheckedCreateInputObjectZodSchema, EmployeeUncheckedCreateNestedManyWithoutWarehouseInputObjectSchema, EmployeeUncheckedCreateNestedManyWithoutWarehouseInputObjectZodSchema, EmployeeUncheckedCreateWithoutRoleAssignmentsInputObjectSchema, EmployeeUncheckedCreateWithoutRoleAssignmentsInputObjectZodSchema, EmployeeUncheckedCreateWithoutWarehouseInputObjectSchema, EmployeeUncheckedCreateWithoutWarehouseInputObjectZodSchema, EmployeeUncheckedUpdateInputObjectSchema, EmployeeUncheckedUpdateInputObjectZodSchema, EmployeeUncheckedUpdateManyInputObjectSchema, EmployeeUncheckedUpdateManyInputObjectZodSchema, EmployeeUncheckedUpdateManyWithoutWarehouseInputObjectSchema, EmployeeUncheckedUpdateManyWithoutWarehouseInputObjectZodSchema, EmployeeUncheckedUpdateManyWithoutWarehouseNestedInputObjectSchema, EmployeeUncheckedUpdateManyWithoutWarehouseNestedInputObjectZodSchema, EmployeeUncheckedUpdateWithoutRoleAssignmentsInputObjectSchema, EmployeeUncheckedUpdateWithoutRoleAssignmentsInputObjectZodSchema, EmployeeUncheckedUpdateWithoutWarehouseInputObjectSchema, EmployeeUncheckedUpdateWithoutWarehouseInputObjectZodSchema, EmployeeUpdateInputObjectSchema, EmployeeUpdateInputObjectZodSchema, EmployeeUpdateManyAndReturnSchema, EmployeeUpdateManyAndReturnZodSchema, EmployeeUpdateManyMutationInputObjectSchema, EmployeeUpdateManyMutationInputObjectZodSchema, EmployeeUpdateManyResultSchema, EmployeeUpdateManySchema, EmployeeUpdateManyWithWhereWithoutWarehouseInputObjectSchema, EmployeeUpdateManyWithWhereWithoutWarehouseInputObjectZodSchema, EmployeeUpdateManyWithoutWarehouseNestedInputObjectSchema, EmployeeUpdateManyWithoutWarehouseNestedInputObjectZodSchema, EmployeeUpdateManyZodSchema, EmployeeUpdateOneRequiredWithoutRoleAssignmentsNestedInputObjectSchema, EmployeeUpdateOneRequiredWithoutRoleAssignmentsNestedInputObjectZodSchema, EmployeeUpdateOneSchema, EmployeeUpdateOneZodSchema, EmployeeUpdateResultSchema, EmployeeUpdateToOneWithWhereWithoutRoleAssignmentsInputObjectSchema, EmployeeUpdateToOneWithWhereWithoutRoleAssignmentsInputObjectZodSchema, EmployeeUpdateWithWhereUniqueWithoutWarehouseInputObjectSchema, EmployeeUpdateWithWhereUniqueWithoutWarehouseInputObjectZodSchema, EmployeeUpdateWithoutRoleAssignmentsInputObjectSchema, EmployeeUpdateWithoutRoleAssignmentsInputObjectZodSchema, EmployeeUpdateWithoutWarehouseInputObjectSchema, EmployeeUpdateWithoutWarehouseInputObjectZodSchema, EmployeeUpsertOneSchema, EmployeeUpsertOneZodSchema, EmployeeUpsertResultSchema, EmployeeUpsertWithWhereUniqueWithoutWarehouseInputObjectSchema, EmployeeUpsertWithWhereUniqueWithoutWarehouseInputObjectZodSchema, EmployeeUpsertWithoutRoleAssignmentsInputObjectSchema, EmployeeUpsertWithoutRoleAssignmentsInputObjectZodSchema, EmployeeWhereInputObjectSchema, EmployeeWhereInputObjectZodSchema, EmployeeWhereUniqueInputObjectSchema, EmployeeWhereUniqueInputObjectZodSchema, IntFieldUpdateOperationsInputObjectSchema, IntFieldUpdateOperationsInputObjectZodSchema, IntFilterObjectSchema, IntFilterObjectZodSchema, IntNullableFilterObjectSchema, IntNullableFilterObjectZodSchema, IntNullableWithAggregatesFilterObjectSchema, IntNullableWithAggregatesFilterObjectZodSchema, IntWithAggregatesFilterObjectSchema, IntWithAggregatesFilterObjectZodSchema, type JwtPayload, type Locality, LocalityAggregateResultSchema, LocalityAggregateSchema, LocalityAggregateZodSchema, LocalityArgsObjectSchema, LocalityArgsObjectZodSchema, LocalityAvgAggregateInputObjectSchema, LocalityAvgAggregateInputObjectZodSchema, LocalityAvgOrderByAggregateInputObjectSchema, LocalityAvgOrderByAggregateInputObjectZodSchema, LocalityCountAggregateInputObjectSchema, LocalityCountAggregateInputObjectZodSchema, LocalityCountOrderByAggregateInputObjectSchema, LocalityCountOrderByAggregateInputObjectZodSchema, LocalityCountOutputTypeArgsObjectSchema, LocalityCountOutputTypeArgsObjectZodSchema, LocalityCountOutputTypeCountWarehousesArgsObjectSchema, LocalityCountOutputTypeCountWarehousesArgsObjectZodSchema, LocalityCountOutputTypeSelectObjectSchema, LocalityCountOutputTypeSelectObjectZodSchema, LocalityCountResultSchema, LocalityCountSchema, LocalityCountZodSchema, LocalityCreateInputObjectSchema, LocalityCreateInputObjectZodSchema, LocalityCreateManyAndReturnSchema, LocalityCreateManyAndReturnZodSchema, LocalityCreateManyCountryInputEnvelopeObjectSchema, LocalityCreateManyCountryInputEnvelopeObjectZodSchema, LocalityCreateManyCountryInputObjectSchema, LocalityCreateManyCountryInputObjectZodSchema, LocalityCreateManyInputObjectSchema, LocalityCreateManyInputObjectZodSchema, LocalityCreateManyResultSchema, LocalityCreateManySchema, LocalityCreateManyZodSchema, LocalityCreateNestedManyWithoutCountryInputObjectSchema, LocalityCreateNestedManyWithoutCountryInputObjectZodSchema, LocalityCreateNestedOneWithoutWarehousesInputObjectSchema, LocalityCreateNestedOneWithoutWarehousesInputObjectZodSchema, LocalityCreateOneSchema, LocalityCreateOneZodSchema, LocalityCreateOrConnectWithoutCountryInputObjectSchema, LocalityCreateOrConnectWithoutCountryInputObjectZodSchema, LocalityCreateOrConnectWithoutWarehousesInputObjectSchema, LocalityCreateOrConnectWithoutWarehousesInputObjectZodSchema, LocalityCreateResultSchema, LocalityCreateWithoutCountryInputObjectSchema, LocalityCreateWithoutCountryInputObjectZodSchema, LocalityCreateWithoutWarehousesInputObjectSchema, LocalityCreateWithoutWarehousesInputObjectZodSchema, LocalityDeleteManyResultSchema, LocalityDeleteManySchema, LocalityDeleteManyZodSchema, LocalityDeleteOneSchema, LocalityDeleteOneZodSchema, LocalityDeleteResultSchema, LocalityFindFirstOrThrowSchema, LocalityFindFirstOrThrowSelectSchema, LocalityFindFirstOrThrowSelectZodSchema, LocalityFindFirstOrThrowZodSchema, LocalityFindFirstResultSchema, LocalityFindFirstSchema, LocalityFindFirstSelectSchema, LocalityFindFirstSelectZodSchema, LocalityFindFirstZodSchema, LocalityFindManyResultSchema, LocalityFindManySchema, LocalityFindManySelectSchema, LocalityFindManySelectZodSchema, LocalityFindManyZodSchema, LocalityFindUniqueOrThrowSchema, LocalityFindUniqueOrThrowZodSchema, LocalityFindUniqueResultSchema, LocalityFindUniqueSchema, LocalityFindUniqueZodSchema, LocalityGroupByResultSchema, LocalityGroupBySchema, LocalityGroupByZodSchema, LocalityIncludeObjectSchema, LocalityIncludeObjectZodSchema, LocalityInputSchema, type LocalityInputType, LocalityListRelationFilterObjectSchema, LocalityListRelationFilterObjectZodSchema, LocalityMaxAggregateInputObjectSchema, LocalityMaxAggregateInputObjectZodSchema, LocalityMaxOrderByAggregateInputObjectSchema, LocalityMaxOrderByAggregateInputObjectZodSchema, LocalityMinAggregateInputObjectSchema, LocalityMinAggregateInputObjectZodSchema, LocalityMinOrderByAggregateInputObjectSchema, LocalityMinOrderByAggregateInputObjectZodSchema, LocalityModelSchema, LocalityOrderByRelationAggregateInputObjectSchema, LocalityOrderByRelationAggregateInputObjectZodSchema, LocalityOrderByWithAggregationInputObjectSchema, LocalityOrderByWithAggregationInputObjectZodSchema, LocalityOrderByWithRelationInputObjectSchema, LocalityOrderByWithRelationInputObjectZodSchema, type LocalityPureType, LocalityResultSchema, type LocalityResultType, type LocalityScalarFieldEnum, LocalityScalarFieldEnumSchema, LocalityScalarRelationFilterObjectSchema, LocalityScalarRelationFilterObjectZodSchema, LocalityScalarWhereInputObjectSchema, LocalityScalarWhereInputObjectZodSchema, LocalityScalarWhereWithAggregatesInputObjectSchema, LocalityScalarWhereWithAggregatesInputObjectZodSchema, LocalitySchema, LocalitySelectObjectSchema, LocalitySelectObjectZodSchema, LocalitySumAggregateInputObjectSchema, LocalitySumAggregateInputObjectZodSchema, LocalitySumOrderByAggregateInputObjectSchema, LocalitySumOrderByAggregateInputObjectZodSchema, LocalityUncheckedCreateInputObjectSchema, LocalityUncheckedCreateInputObjectZodSchema, LocalityUncheckedCreateNestedManyWithoutCountryInputObjectSchema, LocalityUncheckedCreateNestedManyWithoutCountryInputObjectZodSchema, LocalityUncheckedCreateWithoutCountryInputObjectSchema, LocalityUncheckedCreateWithoutCountryInputObjectZodSchema, LocalityUncheckedCreateWithoutWarehousesInputObjectSchema, LocalityUncheckedCreateWithoutWarehousesInputObjectZodSchema, LocalityUncheckedUpdateInputObjectSchema, LocalityUncheckedUpdateInputObjectZodSchema, LocalityUncheckedUpdateManyInputObjectSchema, LocalityUncheckedUpdateManyInputObjectZodSchema, LocalityUncheckedUpdateManyWithoutCountryInputObjectSchema, LocalityUncheckedUpdateManyWithoutCountryInputObjectZodSchema, LocalityUncheckedUpdateManyWithoutCountryNestedInputObjectSchema, LocalityUncheckedUpdateManyWithoutCountryNestedInputObjectZodSchema, LocalityUncheckedUpdateWithoutCountryInputObjectSchema, LocalityUncheckedUpdateWithoutCountryInputObjectZodSchema, LocalityUncheckedUpdateWithoutWarehousesInputObjectSchema, LocalityUncheckedUpdateWithoutWarehousesInputObjectZodSchema, LocalityUpdateInputObjectSchema, LocalityUpdateInputObjectZodSchema, LocalityUpdateManyAndReturnSchema, LocalityUpdateManyAndReturnZodSchema, LocalityUpdateManyMutationInputObjectSchema, LocalityUpdateManyMutationInputObjectZodSchema, LocalityUpdateManyResultSchema, LocalityUpdateManySchema, LocalityUpdateManyWithWhereWithoutCountryInputObjectSchema, LocalityUpdateManyWithWhereWithoutCountryInputObjectZodSchema, LocalityUpdateManyWithoutCountryNestedInputObjectSchema, LocalityUpdateManyWithoutCountryNestedInputObjectZodSchema, LocalityUpdateManyZodSchema, LocalityUpdateOneRequiredWithoutWarehousesNestedInputObjectSchema, LocalityUpdateOneRequiredWithoutWarehousesNestedInputObjectZodSchema, LocalityUpdateOneSchema, LocalityUpdateOneZodSchema, LocalityUpdateResultSchema, LocalityUpdateToOneWithWhereWithoutWarehousesInputObjectSchema, LocalityUpdateToOneWithWhereWithoutWarehousesInputObjectZodSchema, LocalityUpdateWithWhereUniqueWithoutCountryInputObjectSchema, LocalityUpdateWithWhereUniqueWithoutCountryInputObjectZodSchema, LocalityUpdateWithoutCountryInputObjectSchema, LocalityUpdateWithoutCountryInputObjectZodSchema, LocalityUpdateWithoutWarehousesInputObjectSchema, LocalityUpdateWithoutWarehousesInputObjectZodSchema, LocalityUpsertOneSchema, LocalityUpsertOneZodSchema, LocalityUpsertResultSchema, LocalityUpsertWithWhereUniqueWithoutCountryInputObjectSchema, LocalityUpsertWithWhereUniqueWithoutCountryInputObjectZodSchema, LocalityUpsertWithoutWarehousesInputObjectSchema, LocalityUpsertWithoutWarehousesInputObjectZodSchema, LocalityWhereInputObjectSchema, LocalityWhereInputObjectZodSchema, LocalityWhereUniqueInputObjectSchema, LocalityWhereUniqueInputObjectZodSchema, type LoginDto, LoginSchema, NestedBoolFilterObjectSchema, NestedBoolFilterObjectZodSchema, NestedBoolWithAggregatesFilterObjectSchema, NestedBoolWithAggregatesFilterObjectZodSchema, NestedDateTimeFilterObjectSchema, NestedDateTimeFilterObjectZodSchema, NestedDateTimeNullableFilterObjectSchema, NestedDateTimeNullableFilterObjectZodSchema, NestedDateTimeNullableWithAggregatesFilterObjectSchema, NestedDateTimeNullableWithAggregatesFilterObjectZodSchema, NestedDateTimeWithAggregatesFilterObjectSchema, NestedDateTimeWithAggregatesFilterObjectZodSchema, NestedFloatFilterObjectSchema, NestedFloatFilterObjectZodSchema, NestedFloatNullableFilterObjectSchema, NestedFloatNullableFilterObjectZodSchema, NestedIntFilterObjectSchema, NestedIntFilterObjectZodSchema, NestedIntNullableFilterObjectSchema, NestedIntNullableFilterObjectZodSchema, NestedIntNullableWithAggregatesFilterObjectSchema, NestedIntNullableWithAggregatesFilterObjectZodSchema, NestedIntWithAggregatesFilterObjectSchema, NestedIntWithAggregatesFilterObjectZodSchema, NestedStringFilterObjectSchema, NestedStringFilterObjectZodSchema, NestedStringNullableFilterObjectSchema, NestedStringNullableFilterObjectZodSchema, NestedStringNullableWithAggregatesFilterObjectSchema, NestedStringNullableWithAggregatesFilterObjectZodSchema, NestedStringWithAggregatesFilterObjectSchema, NestedStringWithAggregatesFilterObjectZodSchema, NestedUuidFilterObjectSchema, NestedUuidFilterObjectZodSchema, NestedUuidWithAggregatesFilterObjectSchema, NestedUuidWithAggregatesFilterObjectZodSchema, NullableDateTimeFieldUpdateOperationsInputObjectSchema, NullableDateTimeFieldUpdateOperationsInputObjectZodSchema, NullableIntFieldUpdateOperationsInputObjectSchema, NullableIntFieldUpdateOperationsInputObjectZodSchema, NullableStringFieldUpdateOperationsInputObjectSchema, NullableStringFieldUpdateOperationsInputObjectZodSchema, type NullsOrder, NullsOrderSchema, type Organization, OrganizationAggregateResultSchema, OrganizationAggregateSchema, OrganizationAggregateZodSchema, OrganizationArgsObjectSchema, OrganizationArgsObjectZodSchema, OrganizationAvgAggregateInputObjectSchema, OrganizationAvgAggregateInputObjectZodSchema, OrganizationAvgOrderByAggregateInputObjectSchema, OrganizationAvgOrderByAggregateInputObjectZodSchema, OrganizationCountAggregateInputObjectSchema, OrganizationCountAggregateInputObjectZodSchema, OrganizationCountOrderByAggregateInputObjectSchema, OrganizationCountOrderByAggregateInputObjectZodSchema, OrganizationCountOutputTypeArgsObjectSchema, OrganizationCountOutputTypeArgsObjectZodSchema, OrganizationCountOutputTypeCountWarehousesArgsObjectSchema, OrganizationCountOutputTypeCountWarehousesArgsObjectZodSchema, OrganizationCountOutputTypeSelectObjectSchema, OrganizationCountOutputTypeSelectObjectZodSchema, OrganizationCountResultSchema, OrganizationCountSchema, OrganizationCountZodSchema, OrganizationCreateInputObjectSchema, OrganizationCreateInputObjectZodSchema, OrganizationCreateManyAndReturnSchema, OrganizationCreateManyAndReturnZodSchema, OrganizationCreateManyInputObjectSchema, OrganizationCreateManyInputObjectZodSchema, OrganizationCreateManyResultSchema, OrganizationCreateManySchema, OrganizationCreateManyZodSchema, OrganizationCreateNestedOneWithoutWarehousesInputObjectSchema, OrganizationCreateNestedOneWithoutWarehousesInputObjectZodSchema, OrganizationCreateOneSchema, OrganizationCreateOneZodSchema, OrganizationCreateOrConnectWithoutWarehousesInputObjectSchema, OrganizationCreateOrConnectWithoutWarehousesInputObjectZodSchema, OrganizationCreateResultSchema, OrganizationCreateWithoutWarehousesInputObjectSchema, OrganizationCreateWithoutWarehousesInputObjectZodSchema, OrganizationDeleteManyResultSchema, OrganizationDeleteManySchema, OrganizationDeleteManyZodSchema, OrganizationDeleteOneSchema, OrganizationDeleteOneZodSchema, OrganizationDeleteResultSchema, OrganizationFindFirstOrThrowSchema, OrganizationFindFirstOrThrowSelectSchema, OrganizationFindFirstOrThrowSelectZodSchema, OrganizationFindFirstOrThrowZodSchema, OrganizationFindFirstResultSchema, OrganizationFindFirstSchema, OrganizationFindFirstSelectSchema, OrganizationFindFirstSelectZodSchema, OrganizationFindFirstZodSchema, OrganizationFindManyResultSchema, OrganizationFindManySchema, OrganizationFindManySelectSchema, OrganizationFindManySelectZodSchema, OrganizationFindManyZodSchema, OrganizationFindUniqueOrThrowSchema, OrganizationFindUniqueOrThrowZodSchema, OrganizationFindUniqueResultSchema, OrganizationFindUniqueSchema, OrganizationFindUniqueZodSchema, OrganizationGroupByResultSchema, OrganizationGroupBySchema, OrganizationGroupByZodSchema, OrganizationIncludeObjectSchema, OrganizationIncludeObjectZodSchema, OrganizationInputSchema, type OrganizationInputType, OrganizationMaxAggregateInputObjectSchema, OrganizationMaxAggregateInputObjectZodSchema, OrganizationMaxOrderByAggregateInputObjectSchema, OrganizationMaxOrderByAggregateInputObjectZodSchema, OrganizationMinAggregateInputObjectSchema, OrganizationMinAggregateInputObjectZodSchema, OrganizationMinOrderByAggregateInputObjectSchema, OrganizationMinOrderByAggregateInputObjectZodSchema, OrganizationModelSchema, OrganizationOrderByWithAggregationInputObjectSchema, OrganizationOrderByWithAggregationInputObjectZodSchema, OrganizationOrderByWithRelationInputObjectSchema, OrganizationOrderByWithRelationInputObjectZodSchema, type OrganizationPureType, OrganizationResultSchema, type OrganizationResultType, type OrganizationScalarFieldEnum, OrganizationScalarFieldEnumSchema, OrganizationScalarRelationFilterObjectSchema, OrganizationScalarRelationFilterObjectZodSchema, OrganizationScalarWhereWithAggregatesInputObjectSchema, OrganizationScalarWhereWithAggregatesInputObjectZodSchema, OrganizationSchema, OrganizationSelectObjectSchema, OrganizationSelectObjectZodSchema, type OrganizationStats, OrganizationSumAggregateInputObjectSchema, OrganizationSumAggregateInputObjectZodSchema, OrganizationSumOrderByAggregateInputObjectSchema, OrganizationSumOrderByAggregateInputObjectZodSchema, OrganizationUncheckedCreateInputObjectSchema, OrganizationUncheckedCreateInputObjectZodSchema, OrganizationUncheckedCreateWithoutWarehousesInputObjectSchema, OrganizationUncheckedCreateWithoutWarehousesInputObjectZodSchema, OrganizationUncheckedUpdateInputObjectSchema, OrganizationUncheckedUpdateInputObjectZodSchema, OrganizationUncheckedUpdateManyInputObjectSchema, OrganizationUncheckedUpdateManyInputObjectZodSchema, OrganizationUncheckedUpdateWithoutWarehousesInputObjectSchema, OrganizationUncheckedUpdateWithoutWarehousesInputObjectZodSchema, OrganizationUpdateInputObjectSchema, OrganizationUpdateInputObjectZodSchema, OrganizationUpdateManyAndReturnSchema, OrganizationUpdateManyAndReturnZodSchema, OrganizationUpdateManyMutationInputObjectSchema, OrganizationUpdateManyMutationInputObjectZodSchema, OrganizationUpdateManyResultSchema, OrganizationUpdateManySchema, OrganizationUpdateManyZodSchema, OrganizationUpdateOneRequiredWithoutWarehousesNestedInputObjectSchema, OrganizationUpdateOneRequiredWithoutWarehousesNestedInputObjectZodSchema, OrganizationUpdateOneSchema, OrganizationUpdateOneZodSchema, OrganizationUpdateResultSchema, OrganizationUpdateToOneWithWhereWithoutWarehousesInputObjectSchema, OrganizationUpdateToOneWithWhereWithoutWarehousesInputObjectZodSchema, OrganizationUpdateWithoutWarehousesInputObjectSchema, OrganizationUpdateWithoutWarehousesInputObjectZodSchema, OrganizationUpsertOneSchema, OrganizationUpsertOneZodSchema, OrganizationUpsertResultSchema, OrganizationUpsertWithoutWarehousesInputObjectSchema, OrganizationUpsertWithoutWarehousesInputObjectZodSchema, OrganizationWhereInputObjectSchema, OrganizationWhereInputObjectZodSchema, OrganizationWhereUniqueInputObjectSchema, OrganizationWhereUniqueInputObjectZodSchema, type Paginated, type PaginationQuery, PaginationQuerySchema, type QueryMode, QueryModeSchema, type Role, RolePermissionItemSchema, RoleSchema, ServerSettingsAggregateResultSchema, ServerSettingsAggregateSchema, ServerSettingsAggregateZodSchema, ServerSettingsArgsObjectSchema, ServerSettingsArgsObjectZodSchema, ServerSettingsAvgAggregateInputObjectSchema, ServerSettingsAvgAggregateInputObjectZodSchema, ServerSettingsAvgOrderByAggregateInputObjectSchema, ServerSettingsAvgOrderByAggregateInputObjectZodSchema, ServerSettingsCountAggregateInputObjectSchema, ServerSettingsCountAggregateInputObjectZodSchema, ServerSettingsCountOrderByAggregateInputObjectSchema, ServerSettingsCountOrderByAggregateInputObjectZodSchema, ServerSettingsCountResultSchema, ServerSettingsCountSchema, ServerSettingsCountZodSchema, ServerSettingsCreateInputObjectSchema, ServerSettingsCreateInputObjectZodSchema, ServerSettingsCreateManyAndReturnSchema, ServerSettingsCreateManyAndReturnZodSchema, ServerSettingsCreateManyInputObjectSchema, ServerSettingsCreateManyInputObjectZodSchema, ServerSettingsCreateManyResultSchema, ServerSettingsCreateManySchema, ServerSettingsCreateManyZodSchema, ServerSettingsCreateOneSchema, ServerSettingsCreateOneZodSchema, ServerSettingsCreateResultSchema, ServerSettingsDeleteManyResultSchema, ServerSettingsDeleteManySchema, ServerSettingsDeleteManyZodSchema, ServerSettingsDeleteOneSchema, ServerSettingsDeleteOneZodSchema, ServerSettingsDeleteResultSchema, ServerSettingsFindFirstOrThrowSchema, ServerSettingsFindFirstOrThrowSelectSchema, ServerSettingsFindFirstOrThrowSelectZodSchema, ServerSettingsFindFirstOrThrowZodSchema, ServerSettingsFindFirstResultSchema, ServerSettingsFindFirstSchema, ServerSettingsFindFirstSelectSchema, ServerSettingsFindFirstSelectZodSchema, ServerSettingsFindFirstZodSchema, ServerSettingsFindManyResultSchema, ServerSettingsFindManySchema, ServerSettingsFindManySelectSchema, ServerSettingsFindManySelectZodSchema, ServerSettingsFindManyZodSchema, ServerSettingsFindUniqueOrThrowSchema, ServerSettingsFindUniqueOrThrowZodSchema, ServerSettingsFindUniqueResultSchema, ServerSettingsFindUniqueSchema, ServerSettingsFindUniqueZodSchema, ServerSettingsGroupByResultSchema, ServerSettingsGroupBySchema, ServerSettingsGroupByZodSchema, ServerSettingsInputSchema, type ServerSettingsInputType, ServerSettingsMaxAggregateInputObjectSchema, ServerSettingsMaxAggregateInputObjectZodSchema, ServerSettingsMaxOrderByAggregateInputObjectSchema, ServerSettingsMaxOrderByAggregateInputObjectZodSchema, ServerSettingsMinAggregateInputObjectSchema, ServerSettingsMinAggregateInputObjectZodSchema, ServerSettingsMinOrderByAggregateInputObjectSchema, ServerSettingsMinOrderByAggregateInputObjectZodSchema, ServerSettingsModelSchema, ServerSettingsOrderByWithAggregationInputObjectSchema, ServerSettingsOrderByWithAggregationInputObjectZodSchema, ServerSettingsOrderByWithRelationInputObjectSchema, ServerSettingsOrderByWithRelationInputObjectZodSchema, type ServerSettingsPureType, ServerSettingsResultSchema, type ServerSettingsResultType, type ServerSettingsScalarFieldEnum, ServerSettingsScalarFieldEnumSchema, ServerSettingsScalarWhereWithAggregatesInputObjectSchema, ServerSettingsScalarWhereWithAggregatesInputObjectZodSchema, ServerSettingsSelectObjectSchema, ServerSettingsSelectObjectZodSchema, ServerSettingsSumAggregateInputObjectSchema, ServerSettingsSumAggregateInputObjectZodSchema, ServerSettingsSumOrderByAggregateInputObjectSchema, ServerSettingsSumOrderByAggregateInputObjectZodSchema, ServerSettingsUncheckedCreateInputObjectSchema, ServerSettingsUncheckedCreateInputObjectZodSchema, ServerSettingsUncheckedUpdateInputObjectSchema, ServerSettingsUncheckedUpdateInputObjectZodSchema, ServerSettingsUncheckedUpdateManyInputObjectSchema, ServerSettingsUncheckedUpdateManyInputObjectZodSchema, ServerSettingsUpdateInputObjectSchema, ServerSettingsUpdateInputObjectZodSchema, ServerSettingsUpdateManyAndReturnSchema, ServerSettingsUpdateManyAndReturnZodSchema, ServerSettingsUpdateManyMutationInputObjectSchema, ServerSettingsUpdateManyMutationInputObjectZodSchema, ServerSettingsUpdateManyResultSchema, ServerSettingsUpdateManySchema, ServerSettingsUpdateManyZodSchema, ServerSettingsUpdateOneSchema, ServerSettingsUpdateOneZodSchema, ServerSettingsUpdateResultSchema, ServerSettingsUpsertOneSchema, ServerSettingsUpsertOneZodSchema, ServerSettingsUpsertResultSchema, ServerSettingsWhereInputObjectSchema, ServerSettingsWhereInputObjectZodSchema, ServerSettingsWhereUniqueInputObjectSchema, ServerSettingsWhereUniqueInputObjectZodSchema, type SetupInitDto, SetupInitSchema, type SetupStatusResponse, type SortOrder, SortOrderInputObjectSchema, SortOrderInputObjectZodSchema, SortOrderSchema, StringFieldUpdateOperationsInputObjectSchema, StringFieldUpdateOperationsInputObjectZodSchema, StringFilterObjectSchema, StringFilterObjectZodSchema, StringNullableFilterObjectSchema, StringNullableFilterObjectZodSchema, StringNullableWithAggregatesFilterObjectSchema, StringNullableWithAggregatesFilterObjectZodSchema, StringWithAggregatesFilterObjectSchema, StringWithAggregatesFilterObjectZodSchema, type TransactionIsolationLevel, TransactionIsolationLevelSchema, type UpdateEmployeeDto, UpdateEmployeeSchema, type UpdateOrganizationDto, UpdateOrganizationSchema, type UpdateOwnEmailDto, UpdateOwnEmailSchema, type UpdateOwnPasswordDto, UpdateOwnPasswordSchema, type UpdateRoleDto, UpdateRoleSchema, type UpdateWarehouseDto, UpdateWarehouseSchema, UuidFilterObjectSchema, UuidFilterObjectZodSchema, UuidWithAggregatesFilterObjectSchema, UuidWithAggregatesFilterObjectZodSchema, type Warehouse, WarehouseAggregateResultSchema, WarehouseAggregateSchema, WarehouseAggregateZodSchema, WarehouseArgsObjectSchema, WarehouseArgsObjectZodSchema, WarehouseAvgAggregateInputObjectSchema, WarehouseAvgAggregateInputObjectZodSchema, WarehouseAvgOrderByAggregateInputObjectSchema, WarehouseAvgOrderByAggregateInputObjectZodSchema, WarehouseCountAggregateInputObjectSchema, WarehouseCountAggregateInputObjectZodSchema, WarehouseCountOrderByAggregateInputObjectSchema, WarehouseCountOrderByAggregateInputObjectZodSchema, WarehouseCountOutputTypeArgsObjectSchema, WarehouseCountOutputTypeArgsObjectZodSchema, WarehouseCountOutputTypeCountEmployeesArgsObjectSchema, WarehouseCountOutputTypeCountEmployeesArgsObjectZodSchema, WarehouseCountOutputTypeSelectObjectSchema, WarehouseCountOutputTypeSelectObjectZodSchema, WarehouseCountResultSchema, WarehouseCountSchema, WarehouseCountZodSchema, WarehouseCreateInputObjectSchema, WarehouseCreateInputObjectZodSchema, WarehouseCreateManyAndReturnSchema, WarehouseCreateManyAndReturnZodSchema, WarehouseCreateManyInputObjectSchema, WarehouseCreateManyInputObjectZodSchema, WarehouseCreateManyLocalityInputEnvelopeObjectSchema, WarehouseCreateManyLocalityInputEnvelopeObjectZodSchema, WarehouseCreateManyLocalityInputObjectSchema, WarehouseCreateManyLocalityInputObjectZodSchema, WarehouseCreateManyOrganizationInputEnvelopeObjectSchema, WarehouseCreateManyOrganizationInputEnvelopeObjectZodSchema, WarehouseCreateManyOrganizationInputObjectSchema, WarehouseCreateManyOrganizationInputObjectZodSchema, WarehouseCreateManyResultSchema, WarehouseCreateManySchema, WarehouseCreateManyZodSchema, WarehouseCreateNestedManyWithoutLocalityInputObjectSchema, WarehouseCreateNestedManyWithoutLocalityInputObjectZodSchema, WarehouseCreateNestedManyWithoutOrganizationInputObjectSchema, WarehouseCreateNestedManyWithoutOrganizationInputObjectZodSchema, WarehouseCreateNestedOneWithoutEmployeesInputObjectSchema, WarehouseCreateNestedOneWithoutEmployeesInputObjectZodSchema, WarehouseCreateOneSchema, WarehouseCreateOneZodSchema, WarehouseCreateOrConnectWithoutEmployeesInputObjectSchema, WarehouseCreateOrConnectWithoutEmployeesInputObjectZodSchema, WarehouseCreateOrConnectWithoutLocalityInputObjectSchema, WarehouseCreateOrConnectWithoutLocalityInputObjectZodSchema, WarehouseCreateOrConnectWithoutOrganizationInputObjectSchema, WarehouseCreateOrConnectWithoutOrganizationInputObjectZodSchema, WarehouseCreateResultSchema, WarehouseCreateWithoutEmployeesInputObjectSchema, WarehouseCreateWithoutEmployeesInputObjectZodSchema, WarehouseCreateWithoutLocalityInputObjectSchema, WarehouseCreateWithoutLocalityInputObjectZodSchema, WarehouseCreateWithoutOrganizationInputObjectSchema, WarehouseCreateWithoutOrganizationInputObjectZodSchema, WarehouseDeleteManyResultSchema, WarehouseDeleteManySchema, WarehouseDeleteManyZodSchema, WarehouseDeleteOneSchema, WarehouseDeleteOneZodSchema, WarehouseDeleteResultSchema, WarehouseFindFirstOrThrowSchema, WarehouseFindFirstOrThrowSelectSchema, WarehouseFindFirstOrThrowSelectZodSchema, WarehouseFindFirstOrThrowZodSchema, WarehouseFindFirstResultSchema, WarehouseFindFirstSchema, WarehouseFindFirstSelectSchema, WarehouseFindFirstSelectZodSchema, WarehouseFindFirstZodSchema, WarehouseFindManyResultSchema, WarehouseFindManySchema, WarehouseFindManySelectSchema, WarehouseFindManySelectZodSchema, WarehouseFindManyZodSchema, WarehouseFindUniqueOrThrowSchema, WarehouseFindUniqueOrThrowZodSchema, WarehouseFindUniqueResultSchema, WarehouseFindUniqueSchema, WarehouseFindUniqueZodSchema, WarehouseGroupByResultSchema, WarehouseGroupBySchema, WarehouseGroupByZodSchema, WarehouseIncludeObjectSchema, WarehouseIncludeObjectZodSchema, WarehouseInputSchema, type WarehouseInputType, WarehouseListRelationFilterObjectSchema, WarehouseListRelationFilterObjectZodSchema, WarehouseMaxAggregateInputObjectSchema, WarehouseMaxAggregateInputObjectZodSchema, WarehouseMaxOrderByAggregateInputObjectSchema, WarehouseMaxOrderByAggregateInputObjectZodSchema, WarehouseMinAggregateInputObjectSchema, WarehouseMinAggregateInputObjectZodSchema, WarehouseMinOrderByAggregateInputObjectSchema, WarehouseMinOrderByAggregateInputObjectZodSchema, WarehouseModelSchema, WarehouseNullableScalarRelationFilterObjectSchema, WarehouseNullableScalarRelationFilterObjectZodSchema, WarehouseOrderByRelationAggregateInputObjectSchema, WarehouseOrderByRelationAggregateInputObjectZodSchema, WarehouseOrderByWithAggregationInputObjectSchema, WarehouseOrderByWithAggregationInputObjectZodSchema, WarehouseOrderByWithRelationInputObjectSchema, WarehouseOrderByWithRelationInputObjectZodSchema, type WarehousePureType, WarehouseResultSchema, type WarehouseResultType, type WarehouseScalarFieldEnum, WarehouseScalarFieldEnumSchema, WarehouseScalarWhereInputObjectSchema, WarehouseScalarWhereInputObjectZodSchema, WarehouseScalarWhereWithAggregatesInputObjectSchema, WarehouseScalarWhereWithAggregatesInputObjectZodSchema, WarehouseSchema, WarehouseSelectObjectSchema, WarehouseSelectObjectZodSchema, WarehouseSumAggregateInputObjectSchema, WarehouseSumAggregateInputObjectZodSchema, WarehouseSumOrderByAggregateInputObjectSchema, WarehouseSumOrderByAggregateInputObjectZodSchema, WarehouseUncheckedCreateInputObjectSchema, WarehouseUncheckedCreateInputObjectZodSchema, WarehouseUncheckedCreateNestedManyWithoutLocalityInputObjectSchema, WarehouseUncheckedCreateNestedManyWithoutLocalityInputObjectZodSchema, WarehouseUncheckedCreateNestedManyWithoutOrganizationInputObjectSchema, WarehouseUncheckedCreateNestedManyWithoutOrganizationInputObjectZodSchema, WarehouseUncheckedCreateWithoutEmployeesInputObjectSchema, WarehouseUncheckedCreateWithoutEmployeesInputObjectZodSchema, WarehouseUncheckedCreateWithoutLocalityInputObjectSchema, WarehouseUncheckedCreateWithoutLocalityInputObjectZodSchema, WarehouseUncheckedCreateWithoutOrganizationInputObjectSchema, WarehouseUncheckedCreateWithoutOrganizationInputObjectZodSchema, WarehouseUncheckedUpdateInputObjectSchema, WarehouseUncheckedUpdateInputObjectZodSchema, WarehouseUncheckedUpdateManyInputObjectSchema, WarehouseUncheckedUpdateManyInputObjectZodSchema, WarehouseUncheckedUpdateManyWithoutLocalityInputObjectSchema, WarehouseUncheckedUpdateManyWithoutLocalityInputObjectZodSchema, WarehouseUncheckedUpdateManyWithoutLocalityNestedInputObjectSchema, WarehouseUncheckedUpdateManyWithoutLocalityNestedInputObjectZodSchema, WarehouseUncheckedUpdateManyWithoutOrganizationInputObjectSchema, WarehouseUncheckedUpdateManyWithoutOrganizationInputObjectZodSchema, WarehouseUncheckedUpdateManyWithoutOrganizationNestedInputObjectSchema, WarehouseUncheckedUpdateManyWithoutOrganizationNestedInputObjectZodSchema, WarehouseUncheckedUpdateWithoutEmployeesInputObjectSchema, WarehouseUncheckedUpdateWithoutEmployeesInputObjectZodSchema, WarehouseUncheckedUpdateWithoutLocalityInputObjectSchema, WarehouseUncheckedUpdateWithoutLocalityInputObjectZodSchema, WarehouseUncheckedUpdateWithoutOrganizationInputObjectSchema, WarehouseUncheckedUpdateWithoutOrganizationInputObjectZodSchema, WarehouseUpdateInputObjectSchema, WarehouseUpdateInputObjectZodSchema, WarehouseUpdateManyAndReturnSchema, WarehouseUpdateManyAndReturnZodSchema, WarehouseUpdateManyMutationInputObjectSchema, WarehouseUpdateManyMutationInputObjectZodSchema, WarehouseUpdateManyResultSchema, WarehouseUpdateManySchema, WarehouseUpdateManyWithWhereWithoutLocalityInputObjectSchema, WarehouseUpdateManyWithWhereWithoutLocalityInputObjectZodSchema, WarehouseUpdateManyWithWhereWithoutOrganizationInputObjectSchema, WarehouseUpdateManyWithWhereWithoutOrganizationInputObjectZodSchema, WarehouseUpdateManyWithoutLocalityNestedInputObjectSchema, WarehouseUpdateManyWithoutLocalityNestedInputObjectZodSchema, WarehouseUpdateManyWithoutOrganizationNestedInputObjectSchema, WarehouseUpdateManyWithoutOrganizationNestedInputObjectZodSchema, WarehouseUpdateManyZodSchema, WarehouseUpdateOneSchema, WarehouseUpdateOneWithoutEmployeesNestedInputObjectSchema, WarehouseUpdateOneWithoutEmployeesNestedInputObjectZodSchema, WarehouseUpdateOneZodSchema, WarehouseUpdateResultSchema, WarehouseUpdateToOneWithWhereWithoutEmployeesInputObjectSchema, WarehouseUpdateToOneWithWhereWithoutEmployeesInputObjectZodSchema, WarehouseUpdateWithWhereUniqueWithoutLocalityInputObjectSchema, WarehouseUpdateWithWhereUniqueWithoutLocalityInputObjectZodSchema, WarehouseUpdateWithWhereUniqueWithoutOrganizationInputObjectSchema, WarehouseUpdateWithWhereUniqueWithoutOrganizationInputObjectZodSchema, WarehouseUpdateWithoutEmployeesInputObjectSchema, WarehouseUpdateWithoutEmployeesInputObjectZodSchema, WarehouseUpdateWithoutLocalityInputObjectSchema, WarehouseUpdateWithoutLocalityInputObjectZodSchema, WarehouseUpdateWithoutOrganizationInputObjectSchema, WarehouseUpdateWithoutOrganizationInputObjectZodSchema, WarehouseUpsertOneSchema, WarehouseUpsertOneZodSchema, WarehouseUpsertResultSchema, WarehouseUpsertWithWhereUniqueWithoutLocalityInputObjectSchema, WarehouseUpsertWithWhereUniqueWithoutLocalityInputObjectZodSchema, WarehouseUpsertWithWhereUniqueWithoutOrganizationInputObjectSchema, WarehouseUpsertWithWhereUniqueWithoutOrganizationInputObjectZodSchema, WarehouseUpsertWithoutEmployeesInputObjectSchema, WarehouseUpsertWithoutEmployeesInputObjectZodSchema, WarehouseWhereInputObjectSchema, WarehouseWhereInputObjectZodSchema, WarehouseWhereUniqueInputObjectSchema, WarehouseWhereUniqueInputObjectZodSchema };
|