Skip to content

Commit 493c558

Browse files
committed
remove autogenerated files
1 parent 2a5fa0a commit 493c558

File tree

6 files changed

+0
-296
lines changed

6 files changed

+0
-296
lines changed

gusto_embedded/companyAuth.d.ts

-47
This file was deleted.

gusto_embedded/companyAuth.d.ts.map

-1
This file was deleted.

gusto_embedded/companyAuth.js

-125
This file was deleted.

gusto_embedded/src/models/components/historicalemployeebody.ts

-7
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,6 @@ export type HistoricalEmployeeBody = {
5959
workAddress: WorkAddress;
6060
homeAddress: HistoricalEmployeeBodyHomeAddress;
6161
termination: HistoricalEmployeeBodyTermination;
62-
/**
63-
* Optional. If provided, the email address will be saved to the employee.
64-
*/
65-
email?: string | undefined;
6662
job: HistoricalEmployeeBodyJob;
6763
employeeStateTaxes?: EmployeeStateTaxes | undefined;
6864
};
@@ -413,7 +409,6 @@ export const HistoricalEmployeeBody$inboundSchema: z.ZodType<
413409
work_address: z.lazy(() => WorkAddress$inboundSchema),
414410
home_address: z.lazy(() => HistoricalEmployeeBodyHomeAddress$inboundSchema),
415411
termination: z.lazy(() => HistoricalEmployeeBodyTermination$inboundSchema),
416-
email: z.string().optional(),
417412
job: z.lazy(() => HistoricalEmployeeBodyJob$inboundSchema),
418413
employee_state_taxes: z.lazy(() => EmployeeStateTaxes$inboundSchema)
419414
.optional(),
@@ -441,7 +436,6 @@ export type HistoricalEmployeeBody$Outbound = {
441436
work_address: WorkAddress$Outbound;
442437
home_address: HistoricalEmployeeBodyHomeAddress$Outbound;
443438
termination: HistoricalEmployeeBodyTermination$Outbound;
444-
email?: string | undefined;
445439
job: HistoricalEmployeeBodyJob$Outbound;
446440
employee_state_taxes?: EmployeeStateTaxes$Outbound | undefined;
447441
};
@@ -461,7 +455,6 @@ export const HistoricalEmployeeBody$outboundSchema: z.ZodType<
461455
workAddress: z.lazy(() => WorkAddress$outboundSchema),
462456
homeAddress: z.lazy(() => HistoricalEmployeeBodyHomeAddress$outboundSchema),
463457
termination: z.lazy(() => HistoricalEmployeeBodyTermination$outboundSchema),
464-
email: z.string().optional(),
465458
job: z.lazy(() => HistoricalEmployeeBodyJob$outboundSchema),
466459
employeeStateTaxes: z.lazy(() => EmployeeStateTaxes$outboundSchema)
467460
.optional(),

gusto_embedded/src/models/operations/putv1historicalemployees.ts

-7
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,6 @@ export type PutV1HistoricalEmployeesRequestBody = {
7777
workAddress: WorkAddress;
7878
homeAddress: PutV1HistoricalEmployeesHomeAddress;
7979
termination: Termination;
80-
/**
81-
* Optional. If provided, the email address will be saved to the employee.
82-
*/
83-
email?: string | undefined;
8480
job: Job;
8581
employeeStateTaxes?: EmployeeStateTaxes | undefined;
8682
};
@@ -455,7 +451,6 @@ export const PutV1HistoricalEmployeesRequestBody$inboundSchema: z.ZodType<
455451
work_address: z.lazy(() => WorkAddress$inboundSchema),
456452
home_address: z.lazy(() => PutV1HistoricalEmployeesHomeAddress$inboundSchema),
457453
termination: z.lazy(() => Termination$inboundSchema),
458-
email: z.string().optional(),
459454
job: z.lazy(() => Job$inboundSchema),
460455
employee_state_taxes: z.lazy(() => EmployeeStateTaxes$inboundSchema)
461456
.optional(),
@@ -484,7 +479,6 @@ export type PutV1HistoricalEmployeesRequestBody$Outbound = {
484479
work_address: WorkAddress$Outbound;
485480
home_address: PutV1HistoricalEmployeesHomeAddress$Outbound;
486481
termination: Termination$Outbound;
487-
email?: string | undefined;
488482
job: Job$Outbound;
489483
employee_state_taxes?: EmployeeStateTaxes$Outbound | undefined;
490484
};
@@ -505,7 +499,6 @@ export const PutV1HistoricalEmployeesRequestBody$outboundSchema: z.ZodType<
505499
workAddress: z.lazy(() => WorkAddress$outboundSchema),
506500
homeAddress: z.lazy(() => PutV1HistoricalEmployeesHomeAddress$outboundSchema),
507501
termination: z.lazy(() => Termination$outboundSchema),
508-
email: z.string().optional(),
509502
job: z.lazy(() => Job$outboundSchema),
510503
employeeStateTaxes: z.lazy(() => EmployeeStateTaxes$outboundSchema)
511504
.optional(),

gusto_embedded/src/systemAuth.ts

-109
This file was deleted.

0 commit comments

Comments
 (0)