@thera-hr/api-sdk 0.0.469 → 0.0.1002
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/Client.d.ts +17 -0
- package/Client.js +18 -0
- package/api/resources/api/client/Client.d.ts +20 -0
- package/api/resources/api/client/Client.js +23 -0
- package/api/resources/api/client/index.d.ts +1 -0
- package/api/resources/api/client/index.js +2 -0
- package/api/resources/api/index.d.ts +1 -0
- package/api/resources/api/index.js +1 -0
- package/api/resources/api/resources/index.d.ts +3 -0
- package/api/resources/api/resources/index.js +4 -1
- package/api/resources/api/resources/request/resources/index.d.ts +1 -0
- package/api/resources/api/resources/request/resources/index.js +2 -1
- package/api/resources/api/resources/request/resources/thera/resources/disbursement/types/CreateDisbursementDetail.d.ts +13 -0
- package/api/resources/api/resources/request/resources/thera/resources/disbursement/types/CreateDisbursementRequest.d.ts +13 -0
- package/api/resources/api/resources/request/resources/thera/resources/disbursement/types/CreateExpenseDetail.d.ts +9 -0
- package/api/resources/api/resources/request/resources/thera/resources/disbursement/types/CreateInvoiceDetail.d.ts +10 -0
- package/api/resources/api/resources/request/resources/thera/resources/disbursement/types/index.d.ts +4 -0
- package/api/resources/api/resources/request/resources/thera/resources/disbursement/types/index.js +20 -0
- package/api/resources/api/resources/request/resources/thera/resources/document/types/CreateDocumentDetail.d.ts +13 -0
- package/api/resources/api/resources/request/resources/thera/resources/document/types/CreateDocumentDetail.js +5 -0
- package/api/resources/api/resources/request/resources/thera/resources/document/types/CreateDocumentRequest.d.ts +8 -0
- package/api/resources/api/resources/request/resources/thera/resources/document/types/CreateDocumentRequest.js +5 -0
- package/api/resources/api/resources/request/resources/thera/resources/document/types/W8Ben.d.ts +23 -0
- package/api/resources/api/resources/request/resources/thera/resources/document/types/W8Ben.js +5 -0
- package/api/resources/api/resources/request/resources/thera/resources/document/types/index.d.ts +3 -0
- package/api/resources/api/resources/request/resources/thera/resources/document/types/index.js +19 -0
- package/api/resources/api/resources/request/resources/thera/resources/index.d.ts +4 -0
- package/api/resources/api/resources/request/resources/thera/resources/index.js +33 -0
- package/{dist/api/resources/db/resources/zeal → api/resources/api/resources/request/resources/zeal/resources/employee}/resources/employee/types/Autopilot.d.ts +1 -1
- package/api/resources/api/resources/request/resources/zeal/resources/employee/resources/employee/types/Autopilot.js +5 -0
- package/{dist/api/resources/db/resources/zeal → api/resources/api/resources/request/resources/zeal/resources/employee}/resources/employee/types/ZealEmployee.d.ts +2 -2
- package/api/resources/api/resources/request/resources/zeal/resources/employee/resources/employee/types/ZealEmployee.js +5 -0
- package/api/resources/api/resources/request/resources/zeal/resources/index.d.ts +1 -0
- package/api/resources/api/resources/request/resources/zeal/resources/index.js +2 -1
- package/api/resources/api/resources/response/resources/index.d.ts +1 -0
- package/api/resources/api/resources/response/resources/index.js +27 -0
- package/api/resources/api/resources/response/resources/thera/resources/disbursement/types/CreateDocumentResponse.d.ts +6 -0
- package/api/resources/api/resources/response/resources/thera/resources/disbursement/types/CreateDocumentResponse.js +5 -0
- package/api/resources/api/resources/response/resources/thera/resources/disbursement/types/index.d.ts +1 -0
- package/api/resources/api/resources/response/resources/thera/resources/disbursement/types/index.js +17 -0
- package/api/resources/api/resources/response/resources/thera/resources/index.d.ts +2 -0
- package/api/resources/api/resources/response/resources/thera/resources/index.js +31 -0
- package/api/resources/api/resources/services/client/Client.d.ts +17 -0
- package/api/resources/api/resources/services/client/Client.js +18 -0
- package/api/resources/api/resources/services/client/index.d.ts +1 -0
- package/api/resources/api/resources/services/client/index.js +2 -0
- package/api/resources/api/resources/services/index.d.ts +2 -0
- package/api/resources/api/resources/services/index.js +18 -0
- package/api/resources/api/resources/services/resources/file/client/Client.d.ts +18 -0
- package/api/resources/api/resources/services/resources/file/client/Client.js +128 -0
- package/api/resources/api/resources/services/resources/file/client/index.d.ts +1 -0
- package/api/resources/api/resources/services/resources/file/client/index.js +17 -0
- package/api/resources/api/resources/services/resources/file/client/requests/AttachDocumentToEmploymentRequest.d.ts +9 -0
- package/api/resources/api/resources/services/resources/file/client/requests/AttachDocumentToEmploymentRequest.js +5 -0
- package/api/resources/api/resources/services/resources/file/client/requests/DeleteDocumentFromEmploymentRequest.d.ts +6 -0
- package/api/resources/api/resources/services/resources/file/client/requests/DeleteDocumentFromEmploymentRequest.js +5 -0
- package/api/resources/api/resources/services/resources/file/client/requests/index.d.ts +2 -0
- package/api/resources/api/resources/services/resources/file/client/requests/index.js +2 -0
- package/api/resources/api/resources/services/resources/file/index.d.ts +1 -0
- package/api/resources/api/resources/services/resources/file/index.js +17 -0
- package/api/resources/api/resources/services/resources/index.d.ts +2 -0
- package/api/resources/api/resources/services/resources/index.js +31 -0
- package/api/resources/api/resources/test/client/Client.d.ts +17 -0
- package/api/resources/api/resources/test/client/Client.js +18 -0
- package/api/resources/api/resources/test/client/index.d.ts +1 -0
- package/api/resources/api/resources/test/client/index.js +2 -0
- package/api/resources/api/resources/test/index.d.ts +2 -0
- package/api/resources/api/resources/test/index.js +18 -0
- package/api/resources/api/resources/test/resources/commons/index.d.ts +1 -0
- package/api/resources/api/resources/test/resources/commons/index.js +17 -0
- package/api/resources/api/resources/test/resources/commons/types/DemoFernContractId.d.ts +4 -0
- package/api/resources/api/resources/test/resources/commons/types/DemoFernContractId.js +5 -0
- package/api/resources/api/resources/test/resources/commons/types/DemoFernInvoiceId.d.ts +4 -0
- package/api/resources/api/resources/test/resources/commons/types/DemoFernInvoiceId.js +5 -0
- package/api/resources/api/resources/test/resources/commons/types/index.d.ts +2 -0
- package/api/resources/api/resources/test/resources/commons/types/index.js +18 -0
- package/api/resources/api/resources/test/resources/index.d.ts +5 -0
- package/api/resources/api/resources/test/resources/index.js +34 -0
- package/api/resources/api/resources/test/resources/invoices/client/Client.d.ts +17 -0
- package/api/resources/api/resources/test/resources/invoices/client/Client.js +94 -0
- package/api/resources/api/resources/test/resources/invoices/client/index.d.ts +1 -0
- package/api/resources/api/resources/test/resources/invoices/client/index.js +17 -0
- package/api/resources/api/resources/test/resources/invoices/client/requests/VoidInvoiceRequest.d.ts +6 -0
- package/api/resources/api/resources/test/resources/invoices/client/requests/VoidInvoiceRequest.js +5 -0
- package/api/resources/api/resources/test/resources/invoices/client/requests/index.d.ts +1 -0
- package/api/resources/api/resources/test/resources/invoices/client/requests/index.js +2 -0
- package/api/resources/api/resources/test/resources/invoices/index.d.ts +2 -0
- package/api/resources/api/resources/test/resources/invoices/index.js +18 -0
- package/api/resources/api/resources/test/resources/invoices/types/DemoFernInvoice.d.ts +14 -0
- package/api/resources/api/resources/test/resources/invoices/types/DemoFernInvoice.js +5 -0
- package/api/resources/api/resources/test/resources/invoices/types/index.d.ts +1 -0
- package/api/resources/api/resources/test/resources/invoices/types/index.js +17 -0
- package/api/resources/db/resources/employment/types/Employment.d.ts +2 -0
- package/api/resources/db/resources/employment/types/EmploymentDocuments.d.ts +7 -0
- package/api/resources/db/resources/employment/types/EmploymentDocuments.js +5 -0
- package/api/resources/db/resources/employment/types/index.d.ts +1 -0
- package/api/resources/db/resources/employment/types/index.js +1 -0
- package/api/resources/db/resources/index.d.ts +0 -1
- package/api/resources/db/resources/index.js +1 -2
- package/api/resources/db/resources/payment/resources/index.d.ts +2 -0
- package/api/resources/db/resources/payment/resources/index.js +3 -1
- package/api/resources/db/resources/payment/resources/invoice/types/index.d.ts +0 -1
- package/api/resources/db/resources/payment/resources/invoice/types/index.js +0 -1
- package/api/resources/db/resources/payment/resources/invoiceType/index.d.ts +1 -0
- package/api/resources/db/resources/payment/resources/invoiceType/index.js +17 -0
- package/api/resources/db/resources/payment/resources/{invoice → invoiceType}/types/FernInvoiceType.d.ts +2 -1
- package/api/resources/db/resources/payment/resources/{invoice → invoiceType}/types/FernInvoiceType.js +1 -0
- package/api/resources/db/resources/payment/resources/invoiceType/types/index.d.ts +1 -0
- package/api/resources/db/resources/payment/resources/invoiceType/types/index.js +17 -0
- package/core/auth/BasicAuth.d.ts +8 -0
- package/core/auth/BasicAuth.js +26 -0
- package/core/auth/BearerToken.d.ts +5 -0
- package/core/auth/BearerToken.js +15 -0
- package/core/auth/index.d.ts +2 -0
- package/core/auth/index.js +7 -0
- package/core/fetcher/APIResponse.d.ts +9 -0
- package/core/fetcher/APIResponse.js +2 -0
- package/core/fetcher/Fetcher.d.ts +37 -0
- package/core/fetcher/Fetcher.js +90 -0
- package/core/fetcher/Supplier.d.ts +4 -0
- package/core/fetcher/Supplier.js +13 -0
- package/core/fetcher/index.d.ts +3 -0
- package/core/fetcher/index.js +7 -0
- package/core/index.d.ts +2 -0
- package/core/index.js +5 -0
- package/dist/Client.d.ts +17 -0
- package/dist/Client.js +18 -0
- package/dist/api/resources/api/client/Client.d.ts +20 -0
- package/dist/api/resources/api/client/Client.js +23 -0
- package/dist/api/resources/api/client/index.d.ts +1 -0
- package/dist/api/resources/api/client/index.js +2 -0
- package/dist/api/resources/api/index.d.ts +1 -0
- package/dist/api/resources/api/index.js +1 -0
- package/dist/api/resources/api/resources/index.d.ts +3 -0
- package/dist/api/resources/api/resources/index.js +4 -1
- package/dist/api/resources/api/resources/request/resources/index.d.ts +1 -0
- package/dist/api/resources/api/resources/request/resources/index.js +2 -1
- package/dist/api/resources/api/resources/request/resources/thera/index.d.ts +1 -0
- package/dist/api/resources/api/resources/request/resources/thera/index.js +17 -0
- package/dist/api/resources/api/resources/request/resources/thera/resources/disbursement/index.d.ts +1 -0
- package/dist/api/resources/api/resources/request/resources/thera/resources/disbursement/index.js +17 -0
- package/dist/api/resources/api/resources/request/resources/thera/resources/disbursement/types/CreateDisbursementDetail.d.ts +13 -0
- package/dist/api/resources/api/resources/request/resources/thera/resources/disbursement/types/CreateDisbursementDetail.js +5 -0
- package/dist/api/resources/api/resources/request/resources/thera/resources/disbursement/types/CreateDisbursementRequest.d.ts +13 -0
- package/dist/api/resources/api/resources/request/resources/thera/resources/disbursement/types/CreateDisbursementRequest.js +5 -0
- package/dist/api/resources/api/resources/request/resources/thera/resources/disbursement/types/CreateExpenseDetail.d.ts +9 -0
- package/dist/api/resources/api/resources/request/resources/thera/resources/disbursement/types/CreateExpenseDetail.js +5 -0
- package/dist/api/resources/api/resources/request/resources/thera/resources/disbursement/types/CreateInvoiceDetail.d.ts +10 -0
- package/dist/api/resources/api/resources/request/resources/thera/resources/disbursement/types/CreateInvoiceDetail.js +5 -0
- package/dist/api/resources/api/resources/request/resources/thera/resources/disbursement/types/index.d.ts +4 -0
- package/dist/api/resources/api/resources/request/resources/thera/resources/disbursement/types/index.js +20 -0
- package/dist/api/resources/api/resources/request/resources/thera/resources/document/index.d.ts +1 -0
- package/dist/api/resources/api/resources/request/resources/thera/resources/document/index.js +17 -0
- package/dist/api/resources/api/resources/request/resources/thera/resources/document/types/CreateDocumentDetail.d.ts +13 -0
- package/dist/api/resources/api/resources/request/resources/thera/resources/document/types/CreateDocumentDetail.js +5 -0
- package/dist/api/resources/api/resources/request/resources/thera/resources/document/types/CreateDocumentRequest.d.ts +8 -0
- package/dist/api/resources/api/resources/request/resources/thera/resources/document/types/CreateDocumentRequest.js +5 -0
- package/dist/api/resources/api/resources/request/resources/thera/resources/document/types/W8Ben.d.ts +23 -0
- package/dist/api/resources/api/resources/request/resources/thera/resources/document/types/W8Ben.js +5 -0
- package/dist/api/resources/api/resources/request/resources/thera/resources/document/types/index.d.ts +3 -0
- package/dist/api/resources/api/resources/request/resources/thera/resources/document/types/index.js +19 -0
- package/dist/api/resources/api/resources/request/resources/thera/resources/index.d.ts +4 -0
- package/dist/api/resources/api/resources/request/resources/thera/resources/index.js +33 -0
- package/dist/api/resources/api/resources/request/resources/zeal/resources/employee/index.d.ts +1 -0
- package/dist/api/resources/api/resources/request/resources/zeal/resources/employee/index.js +17 -0
- package/dist/api/resources/api/resources/request/resources/zeal/resources/employee/resources/employee/index.d.ts +1 -0
- package/dist/api/resources/api/resources/request/resources/zeal/resources/employee/resources/employee/index.js +17 -0
- package/{api/resources/db/resources/zeal → dist/api/resources/api/resources/request/resources/zeal/resources/employee}/resources/employee/types/Autopilot.d.ts +1 -1
- package/dist/api/resources/api/resources/request/resources/zeal/resources/employee/resources/employee/types/Autopilot.js +5 -0
- package/{api/resources/db/resources/zeal → dist/api/resources/api/resources/request/resources/zeal/resources/employee}/resources/employee/types/ZealEmployee.d.ts +2 -2
- package/dist/api/resources/api/resources/request/resources/zeal/resources/employee/resources/employee/types/ZealEmployee.js +5 -0
- package/dist/api/resources/api/resources/request/resources/zeal/resources/index.d.ts +1 -0
- package/dist/api/resources/api/resources/request/resources/zeal/resources/index.js +2 -1
- package/dist/api/resources/api/resources/response/index.d.ts +1 -0
- package/dist/api/resources/api/resources/response/index.js +17 -0
- package/dist/api/resources/api/resources/response/resources/index.d.ts +1 -0
- package/dist/api/resources/api/resources/response/resources/index.js +27 -0
- package/dist/api/resources/api/resources/response/resources/thera/index.d.ts +1 -0
- package/dist/api/resources/api/resources/response/resources/thera/index.js +17 -0
- package/dist/api/resources/api/resources/response/resources/thera/resources/disbursement/index.d.ts +1 -0
- package/dist/api/resources/api/resources/response/resources/thera/resources/disbursement/index.js +17 -0
- package/dist/api/resources/api/resources/response/resources/thera/resources/disbursement/types/CreateDocumentResponse.d.ts +6 -0
- package/dist/api/resources/api/resources/response/resources/thera/resources/disbursement/types/CreateDocumentResponse.js +5 -0
- package/dist/api/resources/api/resources/response/resources/thera/resources/disbursement/types/index.d.ts +1 -0
- package/dist/api/resources/api/resources/response/resources/thera/resources/disbursement/types/index.js +17 -0
- package/dist/api/resources/api/resources/response/resources/thera/resources/index.d.ts +2 -0
- package/dist/api/resources/api/resources/response/resources/thera/resources/index.js +31 -0
- package/dist/api/resources/api/resources/services/client/Client.d.ts +17 -0
- package/dist/api/resources/api/resources/services/client/Client.js +18 -0
- package/dist/api/resources/api/resources/services/client/index.d.ts +1 -0
- package/dist/api/resources/api/resources/services/client/index.js +2 -0
- package/dist/api/resources/api/resources/services/index.d.ts +2 -0
- package/dist/api/resources/api/resources/services/index.js +18 -0
- package/dist/api/resources/api/resources/services/resources/file/client/Client.d.ts +18 -0
- package/dist/api/resources/api/resources/services/resources/file/client/Client.js +128 -0
- package/dist/api/resources/api/resources/services/resources/file/client/index.d.ts +1 -0
- package/dist/api/resources/api/resources/services/resources/file/client/index.js +17 -0
- package/dist/api/resources/api/resources/services/resources/file/client/requests/AttachDocumentToEmploymentRequest.d.ts +9 -0
- package/dist/api/resources/api/resources/services/resources/file/client/requests/AttachDocumentToEmploymentRequest.js +5 -0
- package/dist/api/resources/api/resources/services/resources/file/client/requests/DeleteDocumentFromEmploymentRequest.d.ts +6 -0
- package/dist/api/resources/api/resources/services/resources/file/client/requests/DeleteDocumentFromEmploymentRequest.js +5 -0
- package/dist/api/resources/api/resources/services/resources/file/client/requests/index.d.ts +2 -0
- package/dist/api/resources/api/resources/services/resources/file/client/requests/index.js +2 -0
- package/dist/api/resources/api/resources/services/resources/file/index.d.ts +1 -0
- package/dist/api/resources/api/resources/services/resources/file/index.js +17 -0
- package/dist/api/resources/api/resources/services/resources/index.d.ts +2 -0
- package/dist/api/resources/api/resources/services/resources/index.js +31 -0
- package/dist/api/resources/api/resources/test/client/Client.d.ts +17 -0
- package/dist/api/resources/api/resources/test/client/Client.js +18 -0
- package/dist/api/resources/api/resources/test/client/index.d.ts +1 -0
- package/dist/api/resources/api/resources/test/client/index.js +2 -0
- package/dist/api/resources/api/resources/test/index.d.ts +2 -0
- package/dist/api/resources/api/resources/test/index.js +18 -0
- package/dist/api/resources/api/resources/test/resources/commons/index.d.ts +1 -0
- package/dist/api/resources/api/resources/test/resources/commons/index.js +17 -0
- package/dist/api/resources/api/resources/test/resources/commons/types/DemoFernContractId.d.ts +4 -0
- package/dist/api/resources/api/resources/test/resources/commons/types/DemoFernContractId.js +5 -0
- package/dist/api/resources/api/resources/test/resources/commons/types/DemoFernInvoiceId.d.ts +4 -0
- package/dist/api/resources/api/resources/test/resources/commons/types/DemoFernInvoiceId.js +5 -0
- package/dist/api/resources/api/resources/test/resources/commons/types/index.d.ts +2 -0
- package/dist/api/resources/api/resources/test/resources/commons/types/index.js +18 -0
- package/dist/api/resources/api/resources/test/resources/index.d.ts +5 -0
- package/dist/api/resources/api/resources/test/resources/index.js +34 -0
- package/dist/api/resources/api/resources/test/resources/invoices/client/Client.d.ts +17 -0
- package/dist/api/resources/api/resources/test/resources/invoices/client/Client.js +94 -0
- package/dist/api/resources/api/resources/test/resources/invoices/client/index.d.ts +1 -0
- package/dist/api/resources/api/resources/test/resources/invoices/client/index.js +17 -0
- package/dist/api/resources/api/resources/test/resources/invoices/client/requests/VoidInvoiceRequest.d.ts +6 -0
- package/dist/api/resources/api/resources/test/resources/invoices/client/requests/VoidInvoiceRequest.js +5 -0
- package/dist/api/resources/api/resources/test/resources/invoices/client/requests/index.d.ts +1 -0
- package/dist/api/resources/api/resources/test/resources/invoices/client/requests/index.js +2 -0
- package/dist/api/resources/api/resources/test/resources/invoices/index.d.ts +2 -0
- package/dist/api/resources/api/resources/test/resources/invoices/index.js +18 -0
- package/dist/api/resources/api/resources/test/resources/invoices/types/DemoFernInvoice.d.ts +14 -0
- package/dist/api/resources/api/resources/test/resources/invoices/types/DemoFernInvoice.js +5 -0
- package/dist/api/resources/api/resources/test/resources/invoices/types/index.d.ts +1 -0
- package/dist/api/resources/api/resources/test/resources/invoices/types/index.js +17 -0
- package/dist/api/resources/db/resources/employment/types/Employment.d.ts +2 -0
- package/dist/api/resources/db/resources/employment/types/EmploymentDocuments.d.ts +7 -0
- package/dist/api/resources/db/resources/employment/types/EmploymentDocuments.js +5 -0
- package/dist/api/resources/db/resources/employment/types/index.d.ts +1 -0
- package/dist/api/resources/db/resources/employment/types/index.js +1 -0
- package/dist/api/resources/db/resources/index.d.ts +0 -1
- package/dist/api/resources/db/resources/index.js +1 -2
- package/dist/api/resources/db/resources/payment/resources/index.d.ts +2 -0
- package/dist/api/resources/db/resources/payment/resources/index.js +3 -1
- package/dist/api/resources/db/resources/payment/resources/invoice/types/index.d.ts +0 -1
- package/dist/api/resources/db/resources/payment/resources/invoice/types/index.js +0 -1
- package/dist/api/resources/db/resources/payment/resources/invoiceType/index.d.ts +1 -0
- package/dist/api/resources/db/resources/payment/resources/invoiceType/index.js +17 -0
- package/dist/api/resources/db/resources/payment/resources/{invoice → invoiceType}/types/FernInvoiceType.d.ts +2 -1
- package/dist/api/resources/db/resources/payment/resources/{invoice → invoiceType}/types/FernInvoiceType.js +1 -0
- package/dist/api/resources/db/resources/payment/resources/invoiceType/types/index.d.ts +1 -0
- package/dist/api/resources/db/resources/payment/resources/invoiceType/types/index.js +17 -0
- package/dist/core/auth/BasicAuth.d.ts +8 -0
- package/dist/core/auth/BasicAuth.js +26 -0
- package/dist/core/auth/BearerToken.d.ts +5 -0
- package/dist/core/auth/BearerToken.js +15 -0
- package/dist/core/auth/index.d.ts +2 -0
- package/dist/core/auth/index.js +7 -0
- package/dist/core/fetcher/APIResponse.d.ts +9 -0
- package/dist/core/fetcher/APIResponse.js +2 -0
- package/dist/core/fetcher/Fetcher.d.ts +37 -0
- package/dist/core/fetcher/Fetcher.js +90 -0
- package/dist/core/fetcher/Supplier.d.ts +4 -0
- package/dist/core/fetcher/Supplier.js +13 -0
- package/dist/core/fetcher/index.d.ts +3 -0
- package/dist/core/fetcher/index.js +7 -0
- package/dist/core/index.d.ts +2 -0
- package/dist/core/index.js +5 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +3 -1
- package/dist/serialization/resources/api/resources/index.d.ts +3 -0
- package/dist/serialization/resources/api/resources/index.js +4 -1
- package/dist/serialization/resources/api/resources/request/resources/index.d.ts +1 -0
- package/dist/serialization/resources/api/resources/request/resources/index.js +2 -1
- package/dist/serialization/resources/api/resources/request/resources/thera/index.d.ts +1 -0
- package/dist/serialization/resources/api/resources/request/resources/thera/index.js +17 -0
- package/dist/serialization/resources/api/resources/request/resources/thera/resources/disbursement/index.d.ts +1 -0
- package/dist/serialization/resources/api/resources/request/resources/thera/resources/disbursement/index.js +17 -0
- package/dist/serialization/resources/api/resources/request/resources/thera/resources/disbursement/types/CreateDisbursementDetail.d.ts +16 -0
- package/dist/serialization/resources/api/resources/request/resources/thera/resources/disbursement/types/CreateDisbursementDetail.js +39 -0
- package/dist/serialization/resources/api/resources/request/resources/thera/resources/disbursement/types/CreateDisbursementRequest.d.ts +14 -0
- package/dist/serialization/resources/api/resources/request/resources/thera/resources/disbursement/types/CreateDisbursementRequest.js +35 -0
- package/dist/serialization/resources/api/resources/request/resources/thera/resources/disbursement/types/CreateExpenseDetail.d.ts +15 -0
- package/dist/serialization/resources/api/resources/request/resources/thera/resources/disbursement/types/CreateExpenseDetail.js +36 -0
- package/dist/serialization/resources/api/resources/request/resources/thera/resources/disbursement/types/CreateInvoiceDetail.d.ts +16 -0
- package/dist/serialization/resources/api/resources/request/resources/thera/resources/disbursement/types/CreateInvoiceDetail.js +37 -0
- package/dist/serialization/resources/api/resources/request/resources/thera/resources/disbursement/types/index.d.ts +4 -0
- package/dist/serialization/resources/api/resources/request/resources/thera/resources/disbursement/types/index.js +20 -0
- package/dist/serialization/resources/api/resources/request/resources/thera/resources/document/index.d.ts +1 -0
- package/dist/serialization/resources/api/resources/request/resources/thera/resources/document/index.js +17 -0
- package/dist/serialization/resources/api/resources/request/resources/thera/resources/document/types/CreateDocumentDetail.d.ts +13 -0
- package/dist/serialization/resources/api/resources/request/resources/thera/resources/document/types/CreateDocumentDetail.js +38 -0
- package/dist/serialization/resources/api/resources/request/resources/thera/resources/document/types/CreateDocumentRequest.d.ts +13 -0
- package/dist/serialization/resources/api/resources/request/resources/thera/resources/document/types/CreateDocumentRequest.js +34 -0
- package/dist/serialization/resources/api/resources/request/resources/thera/resources/document/types/W8Ben.d.ts +29 -0
- package/dist/serialization/resources/api/resources/request/resources/thera/resources/document/types/W8Ben.js +50 -0
- package/dist/serialization/resources/api/resources/request/resources/thera/resources/document/types/index.d.ts +3 -0
- package/dist/serialization/resources/api/resources/request/resources/thera/resources/document/types/index.js +19 -0
- package/dist/serialization/resources/api/resources/request/resources/thera/resources/index.d.ts +4 -0
- package/dist/serialization/resources/api/resources/request/resources/thera/resources/index.js +33 -0
- package/dist/serialization/resources/api/resources/request/resources/zeal/resources/employee/index.d.ts +1 -0
- package/dist/serialization/resources/api/resources/request/resources/zeal/resources/employee/index.js +17 -0
- package/dist/serialization/resources/api/resources/request/resources/zeal/resources/employee/resources/employee/index.d.ts +1 -0
- package/dist/serialization/resources/api/resources/request/resources/zeal/resources/employee/resources/employee/index.js +17 -0
- package/dist/serialization/resources/api/resources/request/resources/zeal/resources/employee/resources/employee/types/Autopilot.d.ts +14 -0
- package/{serialization/resources/db/resources/zeal → dist/serialization/resources/api/resources/request/resources/zeal/resources/employee}/resources/employee/types/Autopilot.js +2 -2
- package/{serialization/resources/db/resources/zeal → dist/serialization/resources/api/resources/request/resources/zeal/resources/employee}/resources/employee/types/ZealEmployee.d.ts +5 -5
- package/dist/serialization/resources/{db/resources/zeal → api/resources/request/resources/zeal/resources/employee}/resources/employee/types/ZealEmployee.js +2 -2
- package/dist/serialization/resources/api/resources/request/resources/zeal/resources/index.d.ts +1 -0
- package/dist/serialization/resources/api/resources/request/resources/zeal/resources/index.js +2 -1
- package/dist/serialization/resources/api/resources/response/index.d.ts +1 -0
- package/dist/serialization/resources/api/resources/response/index.js +17 -0
- package/dist/serialization/resources/api/resources/response/resources/index.d.ts +1 -0
- package/dist/serialization/resources/api/resources/response/resources/index.js +27 -0
- package/dist/serialization/resources/api/resources/response/resources/thera/index.d.ts +1 -0
- package/dist/serialization/resources/api/resources/response/resources/thera/index.js +17 -0
- package/dist/serialization/resources/api/resources/response/resources/thera/resources/disbursement/index.d.ts +1 -0
- package/dist/serialization/resources/api/resources/response/resources/thera/resources/disbursement/index.js +17 -0
- package/dist/serialization/resources/api/resources/response/resources/thera/resources/disbursement/types/CreateDocumentResponse.d.ts +12 -0
- package/dist/serialization/resources/api/resources/response/resources/thera/resources/disbursement/types/CreateDocumentResponse.js +33 -0
- package/dist/serialization/resources/api/resources/response/resources/thera/resources/disbursement/types/index.d.ts +1 -0
- package/dist/serialization/resources/api/resources/response/resources/thera/resources/disbursement/types/index.js +17 -0
- package/dist/serialization/resources/api/resources/response/resources/thera/resources/index.d.ts +2 -0
- package/dist/serialization/resources/api/resources/response/resources/thera/resources/index.js +31 -0
- package/dist/serialization/resources/api/resources/services/index.d.ts +1 -0
- package/dist/serialization/resources/api/resources/services/index.js +17 -0
- package/dist/serialization/resources/api/resources/services/resources/file/client/index.d.ts +1 -0
- package/dist/serialization/resources/api/resources/services/resources/file/client/index.js +17 -0
- package/dist/serialization/resources/api/resources/services/resources/file/client/requests/AttachDocumentToEmploymentRequest.d.ts +13 -0
- package/dist/serialization/resources/api/resources/services/resources/file/client/requests/AttachDocumentToEmploymentRequest.js +34 -0
- package/dist/serialization/resources/api/resources/services/resources/file/client/requests/DeleteDocumentFromEmploymentRequest.d.ts +12 -0
- package/dist/serialization/resources/api/resources/services/resources/file/client/requests/DeleteDocumentFromEmploymentRequest.js +33 -0
- package/dist/serialization/resources/api/resources/services/resources/file/client/requests/index.d.ts +2 -0
- package/dist/serialization/resources/api/resources/services/resources/file/client/requests/index.js +7 -0
- package/dist/serialization/resources/api/resources/services/resources/file/index.d.ts +1 -0
- package/dist/serialization/resources/api/resources/services/resources/file/index.js +17 -0
- package/dist/serialization/resources/api/resources/services/resources/index.d.ts +2 -0
- package/dist/serialization/resources/api/resources/services/resources/index.js +31 -0
- package/dist/serialization/resources/api/resources/test/index.d.ts +1 -0
- package/dist/serialization/resources/api/resources/test/index.js +17 -0
- package/dist/serialization/resources/api/resources/test/resources/commons/index.d.ts +1 -0
- package/dist/serialization/resources/api/resources/test/resources/commons/index.js +17 -0
- package/dist/serialization/resources/api/resources/test/resources/commons/types/DemoFernContractId.d.ts +10 -0
- package/dist/serialization/resources/api/resources/test/resources/commons/types/DemoFernContractId.js +31 -0
- package/dist/serialization/resources/api/resources/test/resources/commons/types/DemoFernInvoiceId.d.ts +10 -0
- package/dist/serialization/resources/api/resources/test/resources/commons/types/DemoFernInvoiceId.js +31 -0
- package/dist/serialization/resources/api/resources/test/resources/commons/types/index.d.ts +2 -0
- package/dist/serialization/resources/api/resources/test/resources/commons/types/index.js +18 -0
- package/dist/serialization/resources/api/resources/test/resources/index.d.ts +5 -0
- package/dist/serialization/resources/api/resources/test/resources/index.js +34 -0
- package/dist/serialization/resources/api/resources/test/resources/invoices/client/index.d.ts +1 -0
- package/dist/serialization/resources/api/resources/test/resources/invoices/client/index.js +17 -0
- package/dist/serialization/resources/api/resources/test/resources/invoices/client/requests/VoidInvoiceRequest.d.ts +12 -0
- package/dist/serialization/resources/api/resources/test/resources/invoices/client/requests/VoidInvoiceRequest.js +33 -0
- package/dist/serialization/resources/api/resources/test/resources/invoices/client/requests/index.d.ts +1 -0
- package/dist/serialization/resources/api/resources/test/resources/invoices/client/requests/index.js +5 -0
- package/dist/serialization/resources/api/resources/test/resources/invoices/index.d.ts +2 -0
- package/dist/serialization/resources/api/resources/test/resources/invoices/index.js +18 -0
- package/dist/serialization/resources/api/resources/test/resources/invoices/types/DemoFernInvoice.d.ts +16 -0
- package/dist/serialization/resources/api/resources/test/resources/invoices/types/DemoFernInvoice.js +37 -0
- package/dist/serialization/resources/api/resources/test/resources/invoices/types/index.d.ts +1 -0
- package/dist/serialization/resources/api/resources/test/resources/invoices/types/index.js +17 -0
- package/dist/serialization/resources/db/resources/employment/types/Employment.d.ts +2 -0
- package/dist/serialization/resources/db/resources/employment/types/Employment.js +2 -0
- package/dist/serialization/resources/db/resources/employment/types/EmploymentDocuments.d.ts +12 -0
- package/dist/serialization/resources/db/resources/employment/types/EmploymentDocuments.js +33 -0
- package/dist/serialization/resources/db/resources/employment/types/index.d.ts +1 -0
- package/dist/serialization/resources/db/resources/employment/types/index.js +1 -0
- package/dist/serialization/resources/db/resources/index.d.ts +0 -1
- package/dist/serialization/resources/db/resources/index.js +1 -2
- package/dist/serialization/resources/db/resources/payment/resources/index.d.ts +2 -0
- package/dist/serialization/resources/db/resources/payment/resources/index.js +3 -1
- package/dist/serialization/resources/db/resources/payment/resources/invoice/types/index.d.ts +0 -1
- package/dist/serialization/resources/db/resources/payment/resources/invoice/types/index.js +0 -1
- package/dist/serialization/resources/db/resources/payment/resources/invoiceType/index.d.ts +1 -0
- package/dist/serialization/resources/db/resources/payment/resources/invoiceType/index.js +17 -0
- package/{serialization/resources/db/resources/payment/resources/invoice → dist/serialization/resources/db/resources/payment/resources/invoiceType}/types/FernInvoiceType.d.ts +1 -1
- package/{serialization/resources/db/resources/payment/resources/invoice → dist/serialization/resources/db/resources/payment/resources/invoiceType}/types/FernInvoiceType.js +1 -1
- package/dist/serialization/resources/db/resources/payment/resources/invoiceType/types/index.d.ts +1 -0
- package/dist/serialization/resources/db/resources/payment/resources/invoiceType/types/index.js +17 -0
- package/index.d.ts +1 -0
- package/index.js +3 -1
- package/package.json +8 -1
- package/serialization/resources/api/resources/index.d.ts +3 -0
- package/serialization/resources/api/resources/index.js +4 -1
- package/serialization/resources/api/resources/request/resources/index.d.ts +1 -0
- package/serialization/resources/api/resources/request/resources/index.js +2 -1
- package/serialization/resources/api/resources/request/resources/thera/index.d.ts +1 -0
- package/serialization/resources/api/resources/request/resources/thera/index.js +17 -0
- package/serialization/resources/api/resources/request/resources/thera/resources/disbursement/index.d.ts +1 -0
- package/serialization/resources/api/resources/request/resources/thera/resources/disbursement/index.js +17 -0
- package/serialization/resources/api/resources/request/resources/thera/resources/disbursement/types/CreateDisbursementDetail.d.ts +16 -0
- package/serialization/resources/api/resources/request/resources/thera/resources/disbursement/types/CreateDisbursementDetail.js +39 -0
- package/serialization/resources/api/resources/request/resources/thera/resources/disbursement/types/CreateDisbursementRequest.d.ts +14 -0
- package/serialization/resources/api/resources/request/resources/thera/resources/disbursement/types/CreateDisbursementRequest.js +35 -0
- package/serialization/resources/api/resources/request/resources/thera/resources/disbursement/types/CreateExpenseDetail.d.ts +15 -0
- package/serialization/resources/api/resources/request/resources/thera/resources/disbursement/types/CreateExpenseDetail.js +36 -0
- package/serialization/resources/api/resources/request/resources/thera/resources/disbursement/types/CreateInvoiceDetail.d.ts +16 -0
- package/serialization/resources/api/resources/request/resources/thera/resources/disbursement/types/CreateInvoiceDetail.js +37 -0
- package/serialization/resources/api/resources/request/resources/thera/resources/disbursement/types/index.d.ts +4 -0
- package/serialization/resources/api/resources/request/resources/thera/resources/disbursement/types/index.js +20 -0
- package/serialization/resources/api/resources/request/resources/thera/resources/document/index.d.ts +1 -0
- package/serialization/resources/api/resources/request/resources/thera/resources/document/index.js +17 -0
- package/serialization/resources/api/resources/request/resources/thera/resources/document/types/CreateDocumentDetail.d.ts +13 -0
- package/serialization/resources/api/resources/request/resources/thera/resources/document/types/CreateDocumentDetail.js +38 -0
- package/serialization/resources/api/resources/request/resources/thera/resources/document/types/CreateDocumentRequest.d.ts +13 -0
- package/serialization/resources/api/resources/request/resources/thera/resources/document/types/CreateDocumentRequest.js +34 -0
- package/serialization/resources/api/resources/request/resources/thera/resources/document/types/W8Ben.d.ts +29 -0
- package/serialization/resources/api/resources/request/resources/thera/resources/document/types/W8Ben.js +50 -0
- package/serialization/resources/api/resources/request/resources/thera/resources/document/types/index.d.ts +3 -0
- package/serialization/resources/api/resources/request/resources/thera/resources/document/types/index.js +19 -0
- package/serialization/resources/api/resources/request/resources/thera/resources/index.d.ts +4 -0
- package/serialization/resources/api/resources/request/resources/thera/resources/index.js +33 -0
- package/serialization/resources/api/resources/request/resources/zeal/resources/employee/index.d.ts +1 -0
- package/serialization/resources/api/resources/request/resources/zeal/resources/employee/index.js +17 -0
- package/serialization/resources/api/resources/request/resources/zeal/resources/employee/resources/employee/index.d.ts +1 -0
- package/serialization/resources/api/resources/request/resources/zeal/resources/employee/resources/employee/index.js +17 -0
- package/serialization/resources/api/resources/request/resources/zeal/resources/employee/resources/employee/types/Autopilot.d.ts +14 -0
- package/{dist/serialization/resources/db/resources/zeal → serialization/resources/api/resources/request/resources/zeal/resources/employee}/resources/employee/types/Autopilot.js +2 -2
- package/{dist/serialization/resources/db/resources/zeal → serialization/resources/api/resources/request/resources/zeal/resources/employee}/resources/employee/types/ZealEmployee.d.ts +5 -5
- package/serialization/resources/{db/resources/zeal → api/resources/request/resources/zeal/resources/employee}/resources/employee/types/ZealEmployee.js +2 -2
- package/serialization/resources/api/resources/request/resources/zeal/resources/index.d.ts +1 -0
- package/serialization/resources/api/resources/request/resources/zeal/resources/index.js +2 -1
- package/serialization/resources/api/resources/response/index.d.ts +1 -0
- package/serialization/resources/api/resources/response/index.js +17 -0
- package/serialization/resources/api/resources/response/resources/index.d.ts +1 -0
- package/serialization/resources/api/resources/response/resources/index.js +27 -0
- package/serialization/resources/api/resources/response/resources/thera/index.d.ts +1 -0
- package/serialization/resources/api/resources/response/resources/thera/index.js +17 -0
- package/serialization/resources/api/resources/response/resources/thera/resources/disbursement/index.d.ts +1 -0
- package/serialization/resources/api/resources/response/resources/thera/resources/disbursement/index.js +17 -0
- package/serialization/resources/api/resources/response/resources/thera/resources/disbursement/types/CreateDocumentResponse.d.ts +12 -0
- package/serialization/resources/api/resources/response/resources/thera/resources/disbursement/types/CreateDocumentResponse.js +33 -0
- package/serialization/resources/api/resources/response/resources/thera/resources/disbursement/types/index.d.ts +1 -0
- package/serialization/resources/api/resources/response/resources/thera/resources/disbursement/types/index.js +17 -0
- package/serialization/resources/api/resources/response/resources/thera/resources/index.d.ts +2 -0
- package/serialization/resources/api/resources/response/resources/thera/resources/index.js +31 -0
- package/serialization/resources/api/resources/services/index.d.ts +1 -0
- package/serialization/resources/api/resources/services/index.js +17 -0
- package/serialization/resources/api/resources/services/resources/file/client/index.d.ts +1 -0
- package/serialization/resources/api/resources/services/resources/file/client/index.js +17 -0
- package/serialization/resources/api/resources/services/resources/file/client/requests/AttachDocumentToEmploymentRequest.d.ts +13 -0
- package/serialization/resources/api/resources/services/resources/file/client/requests/AttachDocumentToEmploymentRequest.js +34 -0
- package/serialization/resources/api/resources/services/resources/file/client/requests/DeleteDocumentFromEmploymentRequest.d.ts +12 -0
- package/serialization/resources/api/resources/services/resources/file/client/requests/DeleteDocumentFromEmploymentRequest.js +33 -0
- package/serialization/resources/api/resources/services/resources/file/client/requests/index.d.ts +2 -0
- package/serialization/resources/api/resources/services/resources/file/client/requests/index.js +7 -0
- package/serialization/resources/api/resources/services/resources/file/index.d.ts +1 -0
- package/serialization/resources/api/resources/services/resources/file/index.js +17 -0
- package/serialization/resources/api/resources/services/resources/index.d.ts +2 -0
- package/serialization/resources/api/resources/services/resources/index.js +31 -0
- package/serialization/resources/api/resources/test/index.d.ts +1 -0
- package/serialization/resources/api/resources/test/index.js +17 -0
- package/serialization/resources/api/resources/test/resources/commons/index.d.ts +1 -0
- package/serialization/resources/api/resources/test/resources/commons/index.js +17 -0
- package/serialization/resources/api/resources/test/resources/commons/types/DemoFernContractId.d.ts +10 -0
- package/serialization/resources/api/resources/test/resources/commons/types/DemoFernContractId.js +31 -0
- package/serialization/resources/api/resources/test/resources/commons/types/DemoFernInvoiceId.d.ts +10 -0
- package/serialization/resources/api/resources/test/resources/commons/types/DemoFernInvoiceId.js +31 -0
- package/serialization/resources/api/resources/test/resources/commons/types/index.d.ts +2 -0
- package/serialization/resources/api/resources/test/resources/commons/types/index.js +18 -0
- package/serialization/resources/api/resources/test/resources/index.d.ts +5 -0
- package/serialization/resources/api/resources/test/resources/index.js +34 -0
- package/serialization/resources/api/resources/test/resources/invoices/client/index.d.ts +1 -0
- package/serialization/resources/api/resources/test/resources/invoices/client/index.js +17 -0
- package/serialization/resources/api/resources/test/resources/invoices/client/requests/VoidInvoiceRequest.d.ts +12 -0
- package/serialization/resources/api/resources/test/resources/invoices/client/requests/VoidInvoiceRequest.js +33 -0
- package/serialization/resources/api/resources/test/resources/invoices/client/requests/index.d.ts +1 -0
- package/serialization/resources/api/resources/test/resources/invoices/client/requests/index.js +5 -0
- package/serialization/resources/api/resources/test/resources/invoices/index.d.ts +2 -0
- package/serialization/resources/api/resources/test/resources/invoices/index.js +18 -0
- package/serialization/resources/api/resources/test/resources/invoices/types/DemoFernInvoice.d.ts +16 -0
- package/serialization/resources/api/resources/test/resources/invoices/types/DemoFernInvoice.js +37 -0
- package/serialization/resources/api/resources/test/resources/invoices/types/index.d.ts +1 -0
- package/serialization/resources/api/resources/test/resources/invoices/types/index.js +17 -0
- package/serialization/resources/db/resources/employment/types/Employment.d.ts +2 -0
- package/serialization/resources/db/resources/employment/types/Employment.js +2 -0
- package/serialization/resources/db/resources/employment/types/EmploymentDocuments.d.ts +12 -0
- package/serialization/resources/db/resources/employment/types/EmploymentDocuments.js +33 -0
- package/serialization/resources/db/resources/employment/types/index.d.ts +1 -0
- package/serialization/resources/db/resources/employment/types/index.js +1 -0
- package/serialization/resources/db/resources/index.d.ts +0 -1
- package/serialization/resources/db/resources/index.js +1 -2
- package/serialization/resources/db/resources/payment/resources/index.d.ts +2 -0
- package/serialization/resources/db/resources/payment/resources/index.js +3 -1
- package/serialization/resources/db/resources/payment/resources/invoice/types/index.d.ts +0 -1
- package/serialization/resources/db/resources/payment/resources/invoice/types/index.js +0 -1
- package/serialization/resources/db/resources/payment/resources/invoiceType/index.d.ts +1 -0
- package/serialization/resources/db/resources/payment/resources/invoiceType/index.js +17 -0
- package/{dist/serialization/resources/db/resources/payment/resources/invoice → serialization/resources/db/resources/payment/resources/invoiceType}/types/FernInvoiceType.d.ts +1 -1
- package/{dist/serialization/resources/db/resources/payment/resources/invoice → serialization/resources/db/resources/payment/resources/invoiceType}/types/FernInvoiceType.js +1 -1
- package/serialization/resources/db/resources/payment/resources/invoiceType/types/index.d.ts +1 -0
- package/serialization/resources/db/resources/payment/resources/invoiceType/types/index.js +17 -0
- package/dist/serialization/resources/db/resources/zeal/resources/employee/types/Autopilot.d.ts +0 -14
- package/serialization/resources/db/resources/zeal/resources/employee/types/Autopilot.d.ts +0 -14
- /package/api/resources/{db/resources/zeal → api/resources/request/resources/thera}/index.d.ts +0 -0
- /package/api/resources/{db/resources/zeal → api/resources/request/resources/thera}/index.js +0 -0
- /package/api/resources/{db/resources/zeal/resources/employee → api/resources/request/resources/thera/resources/disbursement}/index.d.ts +0 -0
- /package/api/resources/{db/resources/zeal/resources/employee → api/resources/request/resources/thera/resources/disbursement}/index.js +0 -0
- /package/api/resources/{db/resources/zeal/resources/employee/types/Autopilot.js → api/resources/request/resources/thera/resources/disbursement/types/CreateDisbursementDetail.js} +0 -0
- /package/api/resources/{db/resources/zeal/resources/employee/types/ZealEmployee.js → api/resources/request/resources/thera/resources/disbursement/types/CreateDisbursementRequest.js} +0 -0
- /package/{dist/api/resources/db/resources/zeal/resources/employee/types/Autopilot.js → api/resources/api/resources/request/resources/thera/resources/disbursement/types/CreateExpenseDetail.js} +0 -0
- /package/{dist/api/resources/db/resources/zeal/resources/employee/types/ZealEmployee.js → api/resources/api/resources/request/resources/thera/resources/disbursement/types/CreateInvoiceDetail.js} +0 -0
- /package/{dist/api/resources/db/resources/zeal/resources/employee → api/resources/api/resources/request/resources/thera/resources/document}/index.d.ts +0 -0
- /package/{dist/api/resources/db/resources/zeal/resources/employee → api/resources/api/resources/request/resources/thera/resources/document}/index.js +0 -0
- /package/{dist/api/resources/db/resources/zeal → api/resources/api/resources/request/resources/zeal/resources/employee}/index.d.ts +0 -0
- /package/{dist/api/resources/db/resources/zeal → api/resources/api/resources/request/resources/zeal/resources/employee}/index.js +0 -0
- /package/{dist/serialization/resources/db/resources/zeal → api/resources/api/resources/request/resources/zeal/resources/employee}/resources/employee/index.d.ts +0 -0
- /package/{dist/serialization/resources/db/resources/zeal → api/resources/api/resources/request/resources/zeal/resources/employee}/resources/employee/index.js +0 -0
- /package/api/resources/{db/resources/zeal → api/resources/request/resources/zeal/resources/employee}/resources/employee/types/index.d.ts +0 -0
- /package/api/resources/{db/resources/zeal → api/resources/request/resources/zeal/resources/employee}/resources/employee/types/index.js +0 -0
- /package/api/resources/{db/resources/zeal → api/resources/request/resources/zeal/resources/employee}/resources/index.d.ts +0 -0
- /package/api/resources/{db/resources/zeal → api/resources/request/resources/zeal/resources/employee}/resources/index.js +0 -0
- /package/{dist/serialization/resources/db/resources/zeal → api/resources/api/resources/response}/index.d.ts +0 -0
- /package/{dist/serialization/resources/db/resources/zeal → api/resources/api/resources/response}/index.js +0 -0
- /package/{serialization/resources/db/resources/zeal → api/resources/api/resources/response/resources/thera}/index.d.ts +0 -0
- /package/{serialization/resources/db/resources/zeal → api/resources/api/resources/response/resources/thera}/index.js +0 -0
- /package/{serialization/resources/db/resources/zeal/resources/employee → api/resources/api/resources/response/resources/thera/resources/disbursement}/index.d.ts +0 -0
- /package/{serialization/resources/db/resources/zeal/resources/employee → api/resources/api/resources/response/resources/thera/resources/disbursement}/index.js +0 -0
- /package/dist/api/resources/{db/resources/zeal → api/resources/request/resources/zeal/resources/employee}/resources/employee/types/index.d.ts +0 -0
- /package/dist/api/resources/{db/resources/zeal → api/resources/request/resources/zeal/resources/employee}/resources/employee/types/index.js +0 -0
- /package/dist/api/resources/{db/resources/zeal → api/resources/request/resources/zeal/resources/employee}/resources/index.d.ts +0 -0
- /package/dist/api/resources/{db/resources/zeal → api/resources/request/resources/zeal/resources/employee}/resources/index.js +0 -0
- /package/dist/serialization/resources/{db/resources/zeal → api/resources/request/resources/zeal/resources/employee}/resources/employee/types/index.d.ts +0 -0
- /package/dist/serialization/resources/{db/resources/zeal → api/resources/request/resources/zeal/resources/employee}/resources/employee/types/index.js +0 -0
- /package/dist/serialization/resources/{db/resources/zeal → api/resources/request/resources/zeal/resources/employee}/resources/index.d.ts +0 -0
- /package/dist/serialization/resources/{db/resources/zeal → api/resources/request/resources/zeal/resources/employee}/resources/index.js +0 -0
- /package/serialization/resources/{db/resources/zeal → api/resources/request/resources/zeal/resources/employee}/resources/employee/types/index.d.ts +0 -0
- /package/serialization/resources/{db/resources/zeal → api/resources/request/resources/zeal/resources/employee}/resources/employee/types/index.js +0 -0
- /package/serialization/resources/{db/resources/zeal → api/resources/request/resources/zeal/resources/employee}/resources/index.d.ts +0 -0
- /package/serialization/resources/{db/resources/zeal → api/resources/request/resources/zeal/resources/employee}/resources/index.js +0 -0
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./resources"), exports);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./types";
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./types"), exports);
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../../../../../../../../..";
|
|
5
|
+
import * as TheraApi from "../../../../../../../../../../api";
|
|
6
|
+
import * as core from "../../../../../../../../../../core";
|
|
7
|
+
export declare const CreateDocumentResponse: core.serialization.ObjectSchema<serializers.api.response.thera.CreateDocumentResponse.Raw, TheraApi.api.response.thera.CreateDocumentResponse>;
|
|
8
|
+
export declare namespace CreateDocumentResponse {
|
|
9
|
+
interface Raw {
|
|
10
|
+
documentId: string;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.CreateDocumentResponse = void 0;
|
|
30
|
+
const core = __importStar(require("../../../../../../../../../../core"));
|
|
31
|
+
exports.CreateDocumentResponse = core.serialization.object({
|
|
32
|
+
documentId: core.serialization.string(),
|
|
33
|
+
});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./CreateDocumentResponse";
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./CreateDocumentResponse"), exports);
|
package/dist/serialization/resources/api/resources/response/resources/thera/resources/index.js
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
+
if (mod && mod.__esModule) return mod;
|
|
20
|
+
var result = {};
|
|
21
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
+
__setModuleDefault(result, mod);
|
|
23
|
+
return result;
|
|
24
|
+
};
|
|
25
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
26
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.disbursement = void 0;
|
|
30
|
+
exports.disbursement = __importStar(require("./disbursement"));
|
|
31
|
+
__exportStar(require("./disbursement/types"), exports);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./resources";
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./resources"), exports);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./requests";
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./requests"), exports);
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../../../../../../../..";
|
|
5
|
+
import * as TheraApi from "../../../../../../../../../api";
|
|
6
|
+
import * as core from "../../../../../../../../../core";
|
|
7
|
+
export declare const AttachDocumentToEmploymentRequest: core.serialization.Schema<serializers.api.services.AttachDocumentToEmploymentRequest.Raw, TheraApi.api.services.AttachDocumentToEmploymentRequest>;
|
|
8
|
+
export declare namespace AttachDocumentToEmploymentRequest {
|
|
9
|
+
interface Raw {
|
|
10
|
+
s3Key: string;
|
|
11
|
+
name: string;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.AttachDocumentToEmploymentRequest = void 0;
|
|
30
|
+
const core = __importStar(require("../../../../../../../../../core"));
|
|
31
|
+
exports.AttachDocumentToEmploymentRequest = core.serialization.object({
|
|
32
|
+
s3Key: core.serialization.string(),
|
|
33
|
+
name: core.serialization.string(),
|
|
34
|
+
});
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../../../../../../../..";
|
|
5
|
+
import * as TheraApi from "../../../../../../../../../api";
|
|
6
|
+
import * as core from "../../../../../../../../../core";
|
|
7
|
+
export declare const DeleteDocumentFromEmploymentRequest: core.serialization.Schema<serializers.api.services.DeleteDocumentFromEmploymentRequest.Raw, TheraApi.api.services.DeleteDocumentFromEmploymentRequest>;
|
|
8
|
+
export declare namespace DeleteDocumentFromEmploymentRequest {
|
|
9
|
+
interface Raw {
|
|
10
|
+
ignore: string;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.DeleteDocumentFromEmploymentRequest = void 0;
|
|
30
|
+
const core = __importStar(require("../../../../../../../../../core"));
|
|
31
|
+
exports.DeleteDocumentFromEmploymentRequest = core.serialization.object({
|
|
32
|
+
ignore: core.serialization.string(),
|
|
33
|
+
});
|
package/dist/serialization/resources/api/resources/services/resources/file/client/requests/index.js
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DeleteDocumentFromEmploymentRequest = exports.AttachDocumentToEmploymentRequest = void 0;
|
|
4
|
+
var AttachDocumentToEmploymentRequest_1 = require("./AttachDocumentToEmploymentRequest");
|
|
5
|
+
Object.defineProperty(exports, "AttachDocumentToEmploymentRequest", { enumerable: true, get: function () { return AttachDocumentToEmploymentRequest_1.AttachDocumentToEmploymentRequest; } });
|
|
6
|
+
var DeleteDocumentFromEmploymentRequest_1 = require("./DeleteDocumentFromEmploymentRequest");
|
|
7
|
+
Object.defineProperty(exports, "DeleteDocumentFromEmploymentRequest", { enumerable: true, get: function () { return DeleteDocumentFromEmploymentRequest_1.DeleteDocumentFromEmploymentRequest; } });
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./client";
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./client"), exports);
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
+
if (mod && mod.__esModule) return mod;
|
|
20
|
+
var result = {};
|
|
21
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
+
__setModuleDefault(result, mod);
|
|
23
|
+
return result;
|
|
24
|
+
};
|
|
25
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
26
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.file = void 0;
|
|
30
|
+
exports.file = __importStar(require("./file"));
|
|
31
|
+
__exportStar(require("./file/client/requests"), exports);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./resources";
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./resources"), exports);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./types";
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./types"), exports);
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../../../../../../..";
|
|
5
|
+
import * as TheraApi from "../../../../../../../../api";
|
|
6
|
+
import * as core from "../../../../../../../../core";
|
|
7
|
+
export declare const DemoFernContractId: core.serialization.Schema<serializers.api.test.DemoFernContractId.Raw, TheraApi.api.test.DemoFernContractId>;
|
|
8
|
+
export declare namespace DemoFernContractId {
|
|
9
|
+
type Raw = string;
|
|
10
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.DemoFernContractId = void 0;
|
|
30
|
+
const core = __importStar(require("../../../../../../../../core"));
|
|
31
|
+
exports.DemoFernContractId = core.serialization.string();
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../../../../../../..";
|
|
5
|
+
import * as TheraApi from "../../../../../../../../api";
|
|
6
|
+
import * as core from "../../../../../../../../core";
|
|
7
|
+
export declare const DemoFernInvoiceId: core.serialization.Schema<serializers.api.test.DemoFernInvoiceId.Raw, TheraApi.api.test.DemoFernInvoiceId>;
|
|
8
|
+
export declare namespace DemoFernInvoiceId {
|
|
9
|
+
type Raw = string;
|
|
10
|
+
}
|
package/dist/serialization/resources/api/resources/test/resources/commons/types/DemoFernInvoiceId.js
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.DemoFernInvoiceId = void 0;
|
|
30
|
+
const core = __importStar(require("../../../../../../../../core"));
|
|
31
|
+
exports.DemoFernInvoiceId = core.serialization.string();
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./DemoFernInvoiceId"), exports);
|
|
18
|
+
__exportStar(require("./DemoFernContractId"), exports);
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
+
if (mod && mod.__esModule) return mod;
|
|
20
|
+
var result = {};
|
|
21
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
+
__setModuleDefault(result, mod);
|
|
23
|
+
return result;
|
|
24
|
+
};
|
|
25
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
26
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.invoices = exports.commons = void 0;
|
|
30
|
+
exports.commons = __importStar(require("./commons"));
|
|
31
|
+
__exportStar(require("./commons/types"), exports);
|
|
32
|
+
exports.invoices = __importStar(require("./invoices"));
|
|
33
|
+
__exportStar(require("./invoices/types"), exports);
|
|
34
|
+
__exportStar(require("./invoices/client/requests"), exports);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./requests";
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./requests"), exports);
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../../../../../../../..";
|
|
5
|
+
import * as TheraApi from "../../../../../../../../../api";
|
|
6
|
+
import * as core from "../../../../../../../../../core";
|
|
7
|
+
export declare const VoidInvoiceRequest: core.serialization.Schema<serializers.api.test.VoidInvoiceRequest.Raw, TheraApi.api.test.VoidInvoiceRequest>;
|
|
8
|
+
export declare namespace VoidInvoiceRequest {
|
|
9
|
+
interface Raw {
|
|
10
|
+
reason: string;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.VoidInvoiceRequest = void 0;
|
|
30
|
+
const core = __importStar(require("../../../../../../../../../core"));
|
|
31
|
+
exports.VoidInvoiceRequest = core.serialization.object({
|
|
32
|
+
reason: core.serialization.string(),
|
|
33
|
+
});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { VoidInvoiceRequest } from "./VoidInvoiceRequest";
|