Skip to content

Commit

Permalink
🐛 Added sync
Browse files Browse the repository at this point in the history
  • Loading branch information
naelob committed Jun 22, 2024
1 parent d7e0910 commit 79deb6c
Show file tree
Hide file tree
Showing 136 changed files with 8,422 additions and 533 deletions.
80 changes: 40 additions & 40 deletions packages/api/src/@core/utils/types/original/original.accounting.ts
Original file line number Diff line number Diff line change
@@ -1,64 +1,64 @@
/* INPUT */

/* attachment */
export type OriginalAttachmentInput = '';
export type OriginalAttachmentInput = any;

/* address */
export type OriginalAddressInput = '';
export type OriginalAddressInput = any;

/* account */
export type OriginalAccountInput = '';
export type OriginalAccountInput = any;

/* balancesheet */
export type OriginalBalanceSheetInput = '';
export type OriginalBalanceSheetInput = any;

/* cashflowstatement */
export type OriginalCashflowStatementInput = '';
export type OriginalCashflowStatementInput = any;

/* companyinfo */
export type OriginalCompanyInfoInput = '';
export type OriginalCompanyInfoInput = any;

/* contact */
export type OriginalContactInput = '';
export type OriginalContactInput = any;

/* creditnote */
export type OriginalCreditNoteInput = '';
export type OriginalCreditNoteInput = any;

/* expense */
export type OriginalExpenseInput = '';
export type OriginalExpenseInput = any;

/* incomestatement */
export type OriginalIncomeStatementInput = '';
export type OriginalIncomeStatementInput = any;

/* invoice */
export type OriginalInvoiceInput = '';
export type OriginalInvoiceInput = any;

/* item */
export type OriginalItemInput = '';
export type OriginalItemInput = any;

/* journalentry */
export type OriginalJournalEntryInput = '';
export type OriginalJournalEntryInput = any;

/* payment */
export type OriginalPaymentInput = '';
export type OriginalPaymentInput = any;

/* phonenumber */
export type OriginalPhoneNumberInput = '';
export type OriginalPhoneNumberInput = any;

/* purchaseorder */
export type OriginalPurchaseOrderInput = '';
export type OriginalPurchaseOrderInput = any;

/* taxrate */
export type OriginalTaxRateInput = '';
export type OriginalTaxRateInput = any;

/* trackingcategory */
export type OriginalTrackingCategoryInput = '';
export type OriginalTrackingCategoryInput = any;

/* transaction */
export type OriginalTransactionInput = '';
export type OriginalTransactionInput = any;

/* vendorcredit */
export type OriginalVendorCreditInput = '';
export type OriginalVendorCreditInput = any;

export type AccountingObjectInput =
| OriginalAttachmentInput
Expand All @@ -85,64 +85,64 @@ export type AccountingObjectInput =
/* OUTPUT */

/* attachment */
export type OriginalAttachmentOutput = '';
export type OriginalAttachmentOutput = any;

/* address */
export type OriginalAddressOutput = '';
export type OriginalAddressOutput = any;

/* account */
export type OriginalAccountOutput = '';
export type OriginalAccountOutput = any;

/* balancesheet */
export type OriginalBalanceSheetOutput = '';
export type OriginalBalanceSheetOutput = any;

/* cashflowstatement */
export type OriginalCashflowStatementOutput = '';
export type OriginalCashflowStatementOutput = any;

/* companyinfo */
export type OriginalCompanyInfoOutput = '';
export type OriginalCompanyInfoOutput = any;

/* contact */
export type OriginalContactOutput = '';
export type OriginalContactOutput = any;

/* creditnote */
export type OriginalCreditNoteOutput = '';
export type OriginalCreditNoteOutput = any;

/* expense */
export type OriginalExpenseOutput = '';
export type OriginalExpenseOutput = any;

/* incomestatement */
export type OriginalIncomeStatementOutput = '';
export type OriginalIncomeStatementOutput = any;

/* invoice */
export type OriginalInvoiceOutput = '';
export type OriginalInvoiceOutput = any;

/* item */
export type OriginalItemOutput = '';
export type OriginalItemOutput = any;

/* journalentry */
export type OriginalJournalEntryOutput = '';
export type OriginalJournalEntryOutput = any;

/* payment */
export type OriginalPaymentOutput = '';
export type OriginalPaymentOutput = any;

/* phonenumber */
export type OriginalPhoneNumberOutput = '';
export type OriginalPhoneNumberOutput = any;

/* purchaseorder */
export type OriginalPurchaseOrderOutput = '';
export type OriginalPurchaseOrderOutput = any;

/* taxrate */
export type OriginalTaxRateOutput = '';
export type OriginalTaxRateOutput = any;

/* trackingcategory */
export type OriginalTrackingCategoryOutput = '';
export type OriginalTrackingCategoryOutput = any;

/* transaction */
export type OriginalTransactionOutput = '';
export type OriginalTransactionOutput = any;

/* vendorcredit */
export type OriginalVendorCreditOutput = '';
export type OriginalVendorCreditOutput = any;

export type AccountingObjectOutput =
| OriginalAttachmentOutput
Expand Down
64 changes: 32 additions & 32 deletions packages/api/src/@core/utils/types/original/original.ats.ts
Original file line number Diff line number Diff line change
@@ -1,52 +1,52 @@
/* INPUT */

/* activity */
export type OriginalActivityInput = '';
export type OriginalActivityInput = any;

/* application */
export type OriginalApplicationInput = '';
export type OriginalApplicationInput = any;

/* attachment */
export type OriginalAttachmentInput = '';
export type OriginalAttachmentInput = any;

/* candidate */
export type OriginalCandidateInput = '';
export type OriginalCandidateInput = any;

/* department */
export type OriginalDepartmentInput = '';
export type OriginalDepartmentInput = any;

/* interview */
export type OriginalInterviewInput = '';
export type OriginalInterviewInput = any;

/* jobinterviewstage */
export type OriginalJobInterviewStageInput = '';
export type OriginalJobInterviewStageInput = any;

/* job */
export type OriginalJobInput = '';
export type OriginalJobInput = any;

/* offer */
export type OriginalOfferInput = '';
export type OriginalOfferInput = any;

/* office */
export type OriginalOfficeInput = '';
export type OriginalOfficeInput = any;

/* rejectreason */
export type OriginalRejectReasonInput = '';
export type OriginalRejectReasonInput = any;

/* scorecard */
export type OriginalScoreCardInput = '';
export type OriginalScoreCardInput = any;

/* screeningquestion */
export type OriginalScreeningQuestionInput = '';
export type OriginalScreeningQuestionInput = any;

/* tag */
export type OriginalTagInput = '';
export type OriginalTagInput = any;

/* user */
export type OriginalUserInput = '';
export type OriginalUserInput = any;

/* eeocs */
export type OriginalEeocsInput = '';
export type OriginalEeocsInput = any;

export type AtsObjectInput =
| OriginalActivityInput
Expand All @@ -69,52 +69,52 @@ export type AtsObjectInput =
/* OUTPUT */

/* activity */
export type OriginalActivityOutput = '';
export type OriginalActivityOutput = any;

/* application */
export type OriginalApplicationOutput = '';
export type OriginalApplicationOutput = any;

/* attachment */
export type OriginalAttachmentOutput = '';
export type OriginalAttachmentOutput = any;

/* candidate */
export type OriginalCandidateOutput = '';
export type OriginalCandidateOutput = any;

/* department */
export type OriginalDepartmentOutput = '';
export type OriginalDepartmentOutput = any;

/* interview */
export type OriginalInterviewOutput = '';
export type OriginalInterviewOutput = any;

/* jobinterviewstage */
export type OriginalJobInterviewStageOutput = '';
export type OriginalJobInterviewStageOutput = any;

/* job */
export type OriginalJobOutput = '';
export type OriginalJobOutput = any;

/* offer */
export type OriginalOfferOutput = '';
export type OriginalOfferOutput = any;

/* office */
export type OriginalOfficeOutput = '';
export type OriginalOfficeOutput = any;

/* rejectreason */
export type OriginalRejectReasonOutput = '';
export type OriginalRejectReasonOutput = any;

/* scorecard */
export type OriginalScoreCardOutput = '';
export type OriginalScoreCardOutput = any;

/* screeningquestion */
export type OriginalScreeningQuestionOutput = '';
export type OriginalScreeningQuestionOutput = any;

/* tag */
export type OriginalTagOutput = '';
export type OriginalTagOutput = any;

/* user */
export type OriginalUserOutput = '';
export type OriginalUserOutput = any;

/* eeocs */
export type OriginalEeocsOutput = '';
export type OriginalEeocsOutput = any;

export type AtsObjectOutput =
| OriginalActivityOutput
Expand Down
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
/* INPUT */

/* file */
export type OriginalFileInput = '';
export type OriginalFileInput = any;

/* folder */
export type OriginalFolderInput = '';
export type OriginalFolderInput = any;

/* permission */
export type OriginalPermissionInput = '';
export type OriginalPermissionInput = any;

/* shared link */
export type OriginalSharedLinkInput = '';
export type OriginalSharedLinkInput = any;

/* drive */
export type OriginalDriveInput = '';
export type OriginalDriveInput = any;

/* group */
export type OriginalGroupInput = '';
export type OriginalGroupInput = any;

/* user */
export type OriginalUserInput = '';
export type OriginalUserInput = any;

export type FileStorageObjectInput =
| OriginalFileInput
Expand All @@ -33,25 +33,25 @@ export type FileStorageObjectInput =
/* OUTPUT */

/* file */
export type OriginalFileOutput = '';
export type OriginalFileOutput = any;

/* folder */
export type OriginalFolderOutput = '';
export type OriginalFolderOutput = any;

/* permission */
export type OriginalPermissionOutput = '';
export type OriginalPermissionOutput = any;

/* shared link */
export type OriginalSharedLinkOutput = '';
export type OriginalSharedLinkOutput = any;

/* drive */
export type OriginalDriveOutput = '';
export type OriginalDriveOutput = any;

/* group */
export type OriginalGroupOutput = '';
export type OriginalGroupOutput = any;

/* user */
export type OriginalUserOutput = '';
export type OriginalUserOutput = any;

export type FileStorageObjectOutput =
| OriginalFileOutput
Expand Down
Loading

0 comments on commit 79deb6c

Please sign in to comment.