@thera-hr/api-sdk 0.0.1331 → 0.0.1424
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/api/resources/api/resources/index.d.ts +0 -1
- package/api/resources/api/resources/index.js +1 -2
- package/api/resources/api/resources/services/resources/file/client/Client.js +4 -4
- package/api/resources/api/resources/test/resources/invoices/client/Client.js +1 -1
- package/api/resources/api/resources/thera/client/Client.d.ts +0 -3
- package/api/resources/api/resources/thera/client/Client.js +6 -11
- package/api/resources/api/resources/thera/resources/bank/resources/bankApi/client/Client.d.ts +1 -5
- package/api/resources/api/resources/thera/resources/bank/resources/bankApi/client/Client.js +5 -49
- package/api/resources/api/resources/thera/resources/company/resources/companyW2PayrollApi/client/Client.js +1 -1
- package/api/resources/api/resources/thera/resources/index.d.ts +0 -1
- package/api/resources/api/resources/thera/resources/index.js +1 -2
- package/api/resources/api/resources/thera/resources/payroll/resources/oncycleApi/client/Client.js +1 -1
- package/api/resources/db/resources/employment/types/BiWeeklyPayCycleEnd.d.ts +7 -0
- package/api/resources/db/resources/employment/types/DayOfWeek.d.ts +13 -0
- package/api/resources/db/resources/employment/types/DayOfWeek.js +15 -0
- package/api/resources/db/resources/employment/types/Employment.d.ts +1 -0
- package/api/resources/db/resources/employment/types/FifteenthAndEndOfMonth.d.ts +5 -0
- package/api/resources/db/resources/employment/types/LastDayOfMonth.d.ts +5 -0
- package/api/resources/db/resources/employment/types/MonthlyPayCycleEnd.d.ts +18 -0
- package/api/resources/db/resources/employment/types/PayCycle.d.ts +11 -0
- package/api/resources/db/resources/employment/types/PayCycleEnd.d.ts +21 -0
- package/api/resources/db/resources/employment/types/SemiMonthlyPayCycleEnd.d.ts +14 -0
- package/api/resources/db/resources/employment/types/WeeklyPayCycleEnd.d.ts +7 -0
- package/api/resources/db/resources/employment/types/index.d.ts +9 -0
- package/api/resources/db/resources/employment/types/index.js +9 -0
- package/api/resources/db/resources/index.d.ts +0 -2
- package/api/resources/db/resources/index.js +1 -3
- package/dist/api/resources/api/resources/index.d.ts +0 -1
- package/dist/api/resources/api/resources/index.js +1 -2
- package/dist/api/resources/api/resources/services/resources/file/client/Client.js +4 -4
- package/dist/api/resources/api/resources/test/resources/invoices/client/Client.js +1 -1
- package/dist/api/resources/api/resources/thera/client/Client.d.ts +0 -3
- package/dist/api/resources/api/resources/thera/client/Client.js +6 -11
- package/dist/api/resources/api/resources/thera/resources/bank/resources/bankApi/client/Client.d.ts +1 -5
- package/dist/api/resources/api/resources/thera/resources/bank/resources/bankApi/client/Client.js +5 -49
- package/dist/api/resources/api/resources/thera/resources/company/resources/companyW2PayrollApi/client/Client.js +1 -1
- package/dist/api/resources/api/resources/thera/resources/index.d.ts +0 -1
- package/dist/api/resources/api/resources/thera/resources/index.js +1 -2
- package/dist/api/resources/api/resources/thera/resources/payroll/resources/oncycleApi/client/Client.js +1 -1
- package/dist/api/resources/db/resources/employment/types/BiWeeklyPayCycleEnd.d.ts +7 -0
- package/dist/api/resources/db/resources/employment/types/DayOfWeek.d.ts +13 -0
- package/dist/api/resources/db/resources/employment/types/DayOfWeek.js +15 -0
- package/dist/api/resources/db/resources/employment/types/Employment.d.ts +1 -0
- package/dist/api/resources/db/resources/employment/types/FifteenthAndEndOfMonth.d.ts +5 -0
- package/dist/api/resources/db/resources/employment/types/LastDayOfMonth.d.ts +5 -0
- package/dist/api/resources/db/resources/employment/types/MonthlyPayCycleEnd.d.ts +18 -0
- package/dist/api/resources/db/resources/employment/types/PayCycle.d.ts +11 -0
- package/dist/api/resources/db/resources/employment/types/PayCycle.js +5 -0
- package/dist/api/resources/db/resources/employment/types/PayCycleEnd.d.ts +21 -0
- package/dist/api/resources/db/resources/employment/types/PayCycleEnd.js +5 -0
- package/dist/api/resources/db/resources/employment/types/SemiMonthlyPayCycleEnd.d.ts +14 -0
- package/dist/api/resources/db/resources/employment/types/SemiMonthlyPayCycleEnd.js +5 -0
- package/dist/api/resources/db/resources/employment/types/WeeklyPayCycleEnd.d.ts +7 -0
- package/dist/api/resources/db/resources/employment/types/WeeklyPayCycleEnd.js +5 -0
- package/dist/api/resources/db/resources/employment/types/index.d.ts +9 -0
- package/dist/api/resources/db/resources/employment/types/index.js +9 -0
- package/dist/api/resources/db/resources/index.d.ts +0 -2
- package/dist/api/resources/db/resources/index.js +1 -3
- package/dist/serialization/resources/api/resources/index.d.ts +0 -1
- package/dist/serialization/resources/api/resources/index.js +1 -2
- package/dist/serialization/resources/api/resources/thera/resources/index.d.ts +0 -1
- package/dist/serialization/resources/api/resources/thera/resources/index.js +1 -2
- package/dist/serialization/resources/db/resources/employment/types/BiWeeklyPayCycleEnd.d.ts +12 -0
- package/dist/serialization/resources/db/resources/{gustoAuth/types/GustoAuth.js → employment/types/BiWeeklyPayCycleEnd.js} +3 -6
- package/dist/serialization/resources/db/resources/employment/types/DayOfWeek.d.ts +10 -0
- package/dist/serialization/resources/db/resources/employment/types/DayOfWeek.js +31 -0
- package/dist/serialization/resources/db/resources/employment/types/Employment.d.ts +1 -0
- package/dist/serialization/resources/db/resources/employment/types/Employment.js +1 -0
- package/dist/serialization/resources/db/resources/employment/types/FifteenthAndEndOfMonth.d.ts +11 -0
- package/{serialization/resources/api/resources/gusto/resources/oauthToken/types/GrantType.js → dist/serialization/resources/db/resources/employment/types/FifteenthAndEndOfMonth.js} +3 -3
- package/dist/serialization/resources/db/resources/employment/types/LastDayOfMonth.d.ts +11 -0
- package/dist/serialization/resources/{api/resources/gusto/resources/oauthToken/types/GrantType.js → db/resources/employment/types/LastDayOfMonth.js} +3 -3
- package/dist/serialization/resources/db/resources/employment/types/MonthlyPayCycleEnd.d.ts +21 -0
- package/dist/serialization/resources/{api/resources/gusto/resources/oauthToken/types/GustoOAuthRefreshTokenResponse.js → db/resources/employment/types/MonthlyPayCycleEnd.js} +15 -9
- package/dist/serialization/resources/db/resources/employment/types/PayCycle.d.ts +15 -0
- package/dist/serialization/resources/db/resources/employment/types/PayCycle.js +36 -0
- package/dist/serialization/resources/db/resources/employment/types/PayCycleEnd.d.ts +24 -0
- package/dist/serialization/resources/{api/resources/gusto/resources/oauthToken/types/GustoOAuthStrictAccessTokenRequest.js → db/resources/employment/types/PayCycleEnd.js} +16 -8
- package/dist/serialization/resources/db/resources/employment/types/SemiMonthlyPayCycleEnd.d.ts +17 -0
- package/{serialization/resources/api/resources/thera/resources/authentication/resources/gustoAuthentication/types/GustoAccessTokenResponse.js → dist/serialization/resources/db/resources/employment/types/SemiMonthlyPayCycleEnd.js} +12 -6
- package/dist/serialization/resources/db/resources/employment/types/WeeklyPayCycleEnd.d.ts +12 -0
- package/{serialization/resources/db/resources/gustoAuth/types/GustoAuth.js → dist/serialization/resources/db/resources/employment/types/WeeklyPayCycleEnd.js} +3 -6
- package/dist/serialization/resources/db/resources/employment/types/index.d.ts +9 -0
- package/dist/serialization/resources/db/resources/employment/types/index.js +9 -0
- package/dist/serialization/resources/db/resources/index.d.ts +0 -2
- package/dist/serialization/resources/db/resources/index.js +1 -3
- package/package.json +1 -1
- package/serialization/resources/api/resources/index.d.ts +0 -1
- package/serialization/resources/api/resources/index.js +1 -2
- package/serialization/resources/api/resources/thera/resources/index.d.ts +0 -1
- package/serialization/resources/api/resources/thera/resources/index.js +1 -2
- package/serialization/resources/db/resources/employment/types/BiWeeklyPayCycleEnd.d.ts +12 -0
- package/serialization/resources/db/resources/employment/types/BiWeeklyPayCycleEnd.js +33 -0
- package/serialization/resources/db/resources/employment/types/DayOfWeek.d.ts +10 -0
- package/serialization/resources/db/resources/employment/types/DayOfWeek.js +31 -0
- package/serialization/resources/db/resources/employment/types/Employment.d.ts +1 -0
- package/serialization/resources/db/resources/employment/types/Employment.js +1 -0
- package/serialization/resources/db/resources/employment/types/FifteenthAndEndOfMonth.d.ts +11 -0
- package/serialization/resources/db/resources/employment/types/FifteenthAndEndOfMonth.js +31 -0
- package/serialization/resources/db/resources/employment/types/LastDayOfMonth.d.ts +11 -0
- package/serialization/resources/db/resources/employment/types/LastDayOfMonth.js +31 -0
- package/serialization/resources/db/resources/employment/types/MonthlyPayCycleEnd.d.ts +21 -0
- package/serialization/resources/db/resources/employment/types/MonthlyPayCycleEnd.js +44 -0
- package/serialization/resources/db/resources/employment/types/PayCycle.d.ts +15 -0
- package/serialization/resources/db/resources/employment/types/PayCycle.js +36 -0
- package/serialization/resources/db/resources/employment/types/PayCycleEnd.d.ts +24 -0
- package/serialization/resources/db/resources/employment/types/PayCycleEnd.js +45 -0
- package/serialization/resources/db/resources/employment/types/SemiMonthlyPayCycleEnd.d.ts +17 -0
- package/{dist/serialization/resources/api/resources/thera/resources/authentication/resources/gustoAuthentication/types/GustoAccessTokenResponse.js → serialization/resources/db/resources/employment/types/SemiMonthlyPayCycleEnd.js} +12 -6
- package/serialization/resources/db/resources/employment/types/WeeklyPayCycleEnd.d.ts +12 -0
- package/serialization/resources/db/resources/employment/types/WeeklyPayCycleEnd.js +33 -0
- package/serialization/resources/db/resources/employment/types/index.d.ts +9 -0
- package/serialization/resources/db/resources/employment/types/index.js +9 -0
- package/serialization/resources/db/resources/index.d.ts +0 -2
- package/serialization/resources/db/resources/index.js +1 -3
- package/api/resources/api/resources/gusto/index.d.ts +0 -1
- package/api/resources/api/resources/gusto/index.js +0 -17
- package/api/resources/api/resources/gusto/resources/index.d.ts +0 -2
- package/api/resources/api/resources/gusto/resources/index.js +0 -31
- package/api/resources/api/resources/gusto/resources/oauthToken/index.d.ts +0 -1
- package/api/resources/api/resources/gusto/resources/oauthToken/index.js +0 -17
- package/api/resources/api/resources/gusto/resources/oauthToken/types/GrantType.d.ts +0 -8
- package/api/resources/api/resources/gusto/resources/oauthToken/types/GrantType.js +0 -10
- package/api/resources/api/resources/gusto/resources/oauthToken/types/GustoOAuthRefreshAccessTokenRequest.d.ts +0 -11
- package/api/resources/api/resources/gusto/resources/oauthToken/types/GustoOAuthRefreshTokenResponse.d.ts +0 -11
- package/api/resources/api/resources/gusto/resources/oauthToken/types/GustoOAuthStrictAccessTokenRequest.d.ts +0 -11
- package/api/resources/api/resources/gusto/resources/oauthToken/types/GustoOAuthStrictTokenResponse.d.ts +0 -10
- package/api/resources/api/resources/gusto/resources/oauthToken/types/index.d.ts +0 -5
- package/api/resources/api/resources/gusto/resources/oauthToken/types/index.js +0 -21
- package/api/resources/api/resources/thera/resources/authentication/client/Client.d.ts +0 -17
- package/api/resources/api/resources/thera/resources/authentication/client/Client.js +0 -18
- package/api/resources/api/resources/thera/resources/authentication/client/index.d.ts +0 -1
- package/api/resources/api/resources/thera/resources/authentication/client/index.js +0 -2
- package/api/resources/api/resources/thera/resources/authentication/index.d.ts +0 -2
- package/api/resources/api/resources/thera/resources/authentication/index.js +0 -18
- package/api/resources/api/resources/thera/resources/authentication/resources/gustoAuthentication/client/Client.d.ts +0 -17
- package/api/resources/api/resources/thera/resources/authentication/resources/gustoAuthentication/client/Client.js +0 -91
- package/api/resources/api/resources/thera/resources/authentication/resources/gustoAuthentication/client/index.d.ts +0 -1
- package/api/resources/api/resources/thera/resources/authentication/resources/gustoAuthentication/client/index.js +0 -2
- package/api/resources/api/resources/thera/resources/authentication/resources/gustoAuthentication/index.d.ts +0 -2
- package/api/resources/api/resources/thera/resources/authentication/resources/gustoAuthentication/index.js +0 -18
- package/api/resources/api/resources/thera/resources/authentication/resources/gustoAuthentication/types/GustoAccessTokenResponse.d.ts +0 -9
- package/api/resources/api/resources/thera/resources/authentication/resources/gustoAuthentication/types/index.d.ts +0 -1
- package/api/resources/api/resources/thera/resources/authentication/resources/gustoAuthentication/types/index.js +0 -17
- package/api/resources/api/resources/thera/resources/authentication/resources/index.d.ts +0 -2
- package/api/resources/api/resources/thera/resources/authentication/resources/index.js +0 -31
- package/api/resources/db/resources/gustoAuth/index.d.ts +0 -1
- package/api/resources/db/resources/gustoAuth/index.js +0 -17
- package/api/resources/db/resources/gustoAuth/types/GustoAuth.d.ts +0 -9
- package/api/resources/db/resources/gustoAuth/types/index.d.ts +0 -1
- package/api/resources/db/resources/gustoAuth/types/index.js +0 -17
- package/dist/api/resources/api/resources/gusto/index.d.ts +0 -1
- package/dist/api/resources/api/resources/gusto/index.js +0 -17
- package/dist/api/resources/api/resources/gusto/resources/index.d.ts +0 -2
- package/dist/api/resources/api/resources/gusto/resources/index.js +0 -31
- package/dist/api/resources/api/resources/gusto/resources/oauthToken/index.d.ts +0 -1
- package/dist/api/resources/api/resources/gusto/resources/oauthToken/index.js +0 -17
- package/dist/api/resources/api/resources/gusto/resources/oauthToken/types/GrantType.d.ts +0 -8
- package/dist/api/resources/api/resources/gusto/resources/oauthToken/types/GrantType.js +0 -10
- package/dist/api/resources/api/resources/gusto/resources/oauthToken/types/GustoOAuthRefreshAccessTokenRequest.d.ts +0 -11
- package/dist/api/resources/api/resources/gusto/resources/oauthToken/types/GustoOAuthRefreshTokenResponse.d.ts +0 -11
- package/dist/api/resources/api/resources/gusto/resources/oauthToken/types/GustoOAuthStrictAccessTokenRequest.d.ts +0 -11
- package/dist/api/resources/api/resources/gusto/resources/oauthToken/types/GustoOAuthStrictTokenResponse.d.ts +0 -10
- package/dist/api/resources/api/resources/gusto/resources/oauthToken/types/index.d.ts +0 -5
- package/dist/api/resources/api/resources/gusto/resources/oauthToken/types/index.js +0 -21
- package/dist/api/resources/api/resources/thera/resources/authentication/client/Client.d.ts +0 -17
- package/dist/api/resources/api/resources/thera/resources/authentication/client/Client.js +0 -18
- package/dist/api/resources/api/resources/thera/resources/authentication/client/index.d.ts +0 -1
- package/dist/api/resources/api/resources/thera/resources/authentication/client/index.js +0 -2
- package/dist/api/resources/api/resources/thera/resources/authentication/index.d.ts +0 -2
- package/dist/api/resources/api/resources/thera/resources/authentication/index.js +0 -18
- package/dist/api/resources/api/resources/thera/resources/authentication/resources/gustoAuthentication/client/Client.d.ts +0 -17
- package/dist/api/resources/api/resources/thera/resources/authentication/resources/gustoAuthentication/client/Client.js +0 -91
- package/dist/api/resources/api/resources/thera/resources/authentication/resources/gustoAuthentication/client/index.d.ts +0 -1
- package/dist/api/resources/api/resources/thera/resources/authentication/resources/gustoAuthentication/client/index.js +0 -2
- package/dist/api/resources/api/resources/thera/resources/authentication/resources/gustoAuthentication/index.d.ts +0 -2
- package/dist/api/resources/api/resources/thera/resources/authentication/resources/gustoAuthentication/index.js +0 -18
- package/dist/api/resources/api/resources/thera/resources/authentication/resources/gustoAuthentication/types/GustoAccessTokenResponse.d.ts +0 -9
- package/dist/api/resources/api/resources/thera/resources/authentication/resources/gustoAuthentication/types/index.d.ts +0 -1
- package/dist/api/resources/api/resources/thera/resources/authentication/resources/gustoAuthentication/types/index.js +0 -17
- package/dist/api/resources/api/resources/thera/resources/authentication/resources/index.d.ts +0 -2
- package/dist/api/resources/api/resources/thera/resources/authentication/resources/index.js +0 -31
- package/dist/api/resources/db/resources/gustoAuth/index.d.ts +0 -1
- package/dist/api/resources/db/resources/gustoAuth/index.js +0 -17
- package/dist/api/resources/db/resources/gustoAuth/types/GustoAuth.d.ts +0 -9
- package/dist/api/resources/db/resources/gustoAuth/types/index.d.ts +0 -1
- package/dist/api/resources/db/resources/gustoAuth/types/index.js +0 -17
- package/dist/serialization/resources/api/resources/gusto/index.d.ts +0 -1
- package/dist/serialization/resources/api/resources/gusto/index.js +0 -17
- package/dist/serialization/resources/api/resources/gusto/resources/index.d.ts +0 -2
- package/dist/serialization/resources/api/resources/gusto/resources/index.js +0 -31
- package/dist/serialization/resources/api/resources/gusto/resources/oauthToken/index.d.ts +0 -1
- package/dist/serialization/resources/api/resources/gusto/resources/oauthToken/index.js +0 -17
- package/dist/serialization/resources/api/resources/gusto/resources/oauthToken/types/GrantType.d.ts +0 -10
- package/dist/serialization/resources/api/resources/gusto/resources/oauthToken/types/GustoOAuthRefreshAccessTokenRequest.d.ts +0 -16
- package/dist/serialization/resources/api/resources/gusto/resources/oauthToken/types/GustoOAuthRefreshAccessTokenRequest.js +0 -37
- package/dist/serialization/resources/api/resources/gusto/resources/oauthToken/types/GustoOAuthRefreshTokenResponse.d.ts +0 -17
- package/dist/serialization/resources/api/resources/gusto/resources/oauthToken/types/GustoOAuthStrictAccessTokenRequest.d.ts +0 -16
- package/dist/serialization/resources/api/resources/gusto/resources/oauthToken/types/GustoOAuthStrictTokenResponse.d.ts +0 -16
- package/dist/serialization/resources/api/resources/gusto/resources/oauthToken/types/GustoOAuthStrictTokenResponse.js +0 -37
- package/dist/serialization/resources/api/resources/gusto/resources/oauthToken/types/index.d.ts +0 -5
- package/dist/serialization/resources/api/resources/gusto/resources/oauthToken/types/index.js +0 -21
- package/dist/serialization/resources/api/resources/thera/resources/authentication/index.d.ts +0 -1
- package/dist/serialization/resources/api/resources/thera/resources/authentication/index.js +0 -17
- package/dist/serialization/resources/api/resources/thera/resources/authentication/resources/gustoAuthentication/index.d.ts +0 -1
- package/dist/serialization/resources/api/resources/thera/resources/authentication/resources/gustoAuthentication/index.js +0 -17
- package/dist/serialization/resources/api/resources/thera/resources/authentication/resources/gustoAuthentication/types/GustoAccessTokenResponse.d.ts +0 -14
- package/dist/serialization/resources/api/resources/thera/resources/authentication/resources/gustoAuthentication/types/index.d.ts +0 -1
- package/dist/serialization/resources/api/resources/thera/resources/authentication/resources/gustoAuthentication/types/index.js +0 -17
- package/dist/serialization/resources/api/resources/thera/resources/authentication/resources/index.d.ts +0 -2
- package/dist/serialization/resources/api/resources/thera/resources/authentication/resources/index.js +0 -31
- package/dist/serialization/resources/db/resources/gustoAuth/index.d.ts +0 -1
- package/dist/serialization/resources/db/resources/gustoAuth/index.js +0 -17
- package/dist/serialization/resources/db/resources/gustoAuth/types/GustoAuth.d.ts +0 -15
- package/dist/serialization/resources/db/resources/gustoAuth/types/index.d.ts +0 -1
- package/dist/serialization/resources/db/resources/gustoAuth/types/index.js +0 -17
- package/serialization/resources/api/resources/gusto/index.d.ts +0 -1
- package/serialization/resources/api/resources/gusto/index.js +0 -17
- package/serialization/resources/api/resources/gusto/resources/index.d.ts +0 -2
- package/serialization/resources/api/resources/gusto/resources/index.js +0 -31
- package/serialization/resources/api/resources/gusto/resources/oauthToken/index.d.ts +0 -1
- package/serialization/resources/api/resources/gusto/resources/oauthToken/index.js +0 -17
- package/serialization/resources/api/resources/gusto/resources/oauthToken/types/GrantType.d.ts +0 -10
- package/serialization/resources/api/resources/gusto/resources/oauthToken/types/GustoOAuthRefreshAccessTokenRequest.d.ts +0 -16
- package/serialization/resources/api/resources/gusto/resources/oauthToken/types/GustoOAuthRefreshAccessTokenRequest.js +0 -37
- package/serialization/resources/api/resources/gusto/resources/oauthToken/types/GustoOAuthRefreshTokenResponse.d.ts +0 -17
- package/serialization/resources/api/resources/gusto/resources/oauthToken/types/GustoOAuthRefreshTokenResponse.js +0 -38
- package/serialization/resources/api/resources/gusto/resources/oauthToken/types/GustoOAuthStrictAccessTokenRequest.d.ts +0 -16
- package/serialization/resources/api/resources/gusto/resources/oauthToken/types/GustoOAuthStrictAccessTokenRequest.js +0 -37
- package/serialization/resources/api/resources/gusto/resources/oauthToken/types/GustoOAuthStrictTokenResponse.d.ts +0 -16
- package/serialization/resources/api/resources/gusto/resources/oauthToken/types/GustoOAuthStrictTokenResponse.js +0 -37
- package/serialization/resources/api/resources/gusto/resources/oauthToken/types/index.d.ts +0 -5
- package/serialization/resources/api/resources/gusto/resources/oauthToken/types/index.js +0 -21
- package/serialization/resources/api/resources/thera/resources/authentication/index.d.ts +0 -1
- package/serialization/resources/api/resources/thera/resources/authentication/index.js +0 -17
- package/serialization/resources/api/resources/thera/resources/authentication/resources/gustoAuthentication/index.d.ts +0 -1
- package/serialization/resources/api/resources/thera/resources/authentication/resources/gustoAuthentication/index.js +0 -17
- package/serialization/resources/api/resources/thera/resources/authentication/resources/gustoAuthentication/types/GustoAccessTokenResponse.d.ts +0 -14
- package/serialization/resources/api/resources/thera/resources/authentication/resources/gustoAuthentication/types/index.d.ts +0 -1
- package/serialization/resources/api/resources/thera/resources/authentication/resources/gustoAuthentication/types/index.js +0 -17
- package/serialization/resources/api/resources/thera/resources/authentication/resources/index.d.ts +0 -2
- package/serialization/resources/api/resources/thera/resources/authentication/resources/index.js +0 -31
- package/serialization/resources/db/resources/gustoAuth/index.d.ts +0 -1
- package/serialization/resources/db/resources/gustoAuth/index.js +0 -17
- package/serialization/resources/db/resources/gustoAuth/types/GustoAuth.d.ts +0 -15
- package/serialization/resources/db/resources/gustoAuth/types/index.d.ts +0 -1
- package/serialization/resources/db/resources/gustoAuth/types/index.js +0 -17
- /package/api/resources/{api/resources/gusto/resources/oauthToken/types/GustoOAuthRefreshAccessTokenRequest.js → db/resources/employment/types/BiWeeklyPayCycleEnd.js} +0 -0
- /package/api/resources/{api/resources/gusto/resources/oauthToken/types/GustoOAuthRefreshTokenResponse.js → db/resources/employment/types/FifteenthAndEndOfMonth.js} +0 -0
- /package/api/resources/{api/resources/gusto/resources/oauthToken/types/GustoOAuthStrictAccessTokenRequest.js → db/resources/employment/types/LastDayOfMonth.js} +0 -0
- /package/api/resources/{api/resources/gusto/resources/oauthToken/types/GustoOAuthStrictTokenResponse.js → db/resources/employment/types/MonthlyPayCycleEnd.js} +0 -0
- /package/api/resources/{api/resources/thera/resources/authentication/resources/gustoAuthentication/types/GustoAccessTokenResponse.js → db/resources/employment/types/PayCycle.js} +0 -0
- /package/api/resources/db/resources/{gustoAuth/types/GustoAuth.js → employment/types/PayCycleEnd.js} +0 -0
- /package/{dist/api/resources/api/resources/gusto/resources/oauthToken/types/GustoOAuthRefreshAccessTokenRequest.js → api/resources/db/resources/employment/types/SemiMonthlyPayCycleEnd.js} +0 -0
- /package/{dist/api/resources/api/resources/gusto/resources/oauthToken/types/GustoOAuthRefreshTokenResponse.js → api/resources/db/resources/employment/types/WeeklyPayCycleEnd.js} +0 -0
- /package/dist/api/resources/{api/resources/gusto/resources/oauthToken/types/GustoOAuthStrictAccessTokenRequest.js → db/resources/employment/types/BiWeeklyPayCycleEnd.js} +0 -0
- /package/dist/api/resources/{api/resources/gusto/resources/oauthToken/types/GustoOAuthStrictTokenResponse.js → db/resources/employment/types/FifteenthAndEndOfMonth.js} +0 -0
- /package/dist/api/resources/{api/resources/thera/resources/authentication/resources/gustoAuthentication/types/GustoAccessTokenResponse.js → db/resources/employment/types/LastDayOfMonth.js} +0 -0
- /package/dist/api/resources/db/resources/{gustoAuth/types/GustoAuth.js → employment/types/MonthlyPayCycleEnd.js} +0 -0
|
@@ -1,16 +0,0 @@
|
|
|
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 GustoOAuthStrictAccessTokenRequest: core.serialization.ObjectSchema<serializers.api.gusto.GustoOAuthStrictAccessTokenRequest.Raw, TheraApi.api.gusto.GustoOAuthStrictAccessTokenRequest>;
|
|
8
|
-
export declare namespace GustoOAuthStrictAccessTokenRequest {
|
|
9
|
-
interface Raw {
|
|
10
|
-
access_token: string;
|
|
11
|
-
grant_type: serializers.api.gusto.GrantType.Raw;
|
|
12
|
-
client_id: string;
|
|
13
|
-
client_secret: string;
|
|
14
|
-
redirect_uri: string;
|
|
15
|
-
}
|
|
16
|
-
}
|
|
@@ -1,37 +0,0 @@
|
|
|
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.GustoOAuthStrictAccessTokenRequest = void 0;
|
|
30
|
-
const core = __importStar(require("../../../../../../../../core"));
|
|
31
|
-
exports.GustoOAuthStrictAccessTokenRequest = core.serialization.object({
|
|
32
|
-
accessToken: core.serialization.property("access_token", core.serialization.string()),
|
|
33
|
-
grantType: core.serialization.property("grant_type", core.serialization.lazy(async () => (await Promise.resolve().then(() => __importStar(require("../../../../../../..")))).api.gusto.GrantType)),
|
|
34
|
-
clientId: core.serialization.property("client_id", core.serialization.string()),
|
|
35
|
-
clientSecret: core.serialization.property("client_secret", core.serialization.string()),
|
|
36
|
-
redirectUri: core.serialization.property("redirect_uri", core.serialization.string()),
|
|
37
|
-
});
|
|
@@ -1,16 +0,0 @@
|
|
|
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 GustoOAuthStrictTokenResponse: core.serialization.ObjectSchema<serializers.api.gusto.GustoOAuthStrictTokenResponse.Raw, TheraApi.api.gusto.GustoOAuthStrictTokenResponse>;
|
|
8
|
-
export declare namespace GustoOAuthStrictTokenResponse {
|
|
9
|
-
interface Raw {
|
|
10
|
-
access_token: string;
|
|
11
|
-
refresh_token: string;
|
|
12
|
-
token_type: string;
|
|
13
|
-
resource_type: string;
|
|
14
|
-
resource_uuid: string;
|
|
15
|
-
}
|
|
16
|
-
}
|
|
@@ -1,37 +0,0 @@
|
|
|
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.GustoOAuthStrictTokenResponse = void 0;
|
|
30
|
-
const core = __importStar(require("../../../../../../../../core"));
|
|
31
|
-
exports.GustoOAuthStrictTokenResponse = core.serialization.object({
|
|
32
|
-
accessToken: core.serialization.property("access_token", core.serialization.string()),
|
|
33
|
-
refreshToken: core.serialization.property("refresh_token", core.serialization.string()),
|
|
34
|
-
tokenType: core.serialization.property("token_type", core.serialization.string()),
|
|
35
|
-
resourceType: core.serialization.property("resource_type", core.serialization.string()),
|
|
36
|
-
resourceUuid: core.serialization.property("resource_uuid", core.serialization.string()),
|
|
37
|
-
});
|
|
@@ -1,21 +0,0 @@
|
|
|
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("./GrantType"), exports);
|
|
18
|
-
__exportStar(require("./GustoOAuthStrictAccessTokenRequest"), exports);
|
|
19
|
-
__exportStar(require("./GustoOAuthRefreshAccessTokenRequest"), exports);
|
|
20
|
-
__exportStar(require("./GustoOAuthStrictTokenResponse"), exports);
|
|
21
|
-
__exportStar(require("./GustoOAuthRefreshTokenResponse"), exports);
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./resources";
|
|
@@ -1,17 +0,0 @@
|
|
|
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);
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./types";
|
|
@@ -1,17 +0,0 @@
|
|
|
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);
|
|
@@ -1,14 +0,0 @@
|
|
|
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 GustoAccessTokenResponse: core.serialization.ObjectSchema<serializers.api.thera.authentication.GustoAccessTokenResponse.Raw, TheraApi.api.thera.authentication.GustoAccessTokenResponse>;
|
|
8
|
-
export declare namespace GustoAccessTokenResponse {
|
|
9
|
-
interface Raw {
|
|
10
|
-
gustoCompanyId: string;
|
|
11
|
-
access_token: string;
|
|
12
|
-
access_token_expiration: string;
|
|
13
|
-
}
|
|
14
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./GustoAccessTokenResponse";
|
|
@@ -1,17 +0,0 @@
|
|
|
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("./GustoAccessTokenResponse"), exports);
|
package/serialization/resources/api/resources/thera/resources/authentication/resources/index.js
DELETED
|
@@ -1,31 +0,0 @@
|
|
|
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.gustoAuthentication = void 0;
|
|
30
|
-
exports.gustoAuthentication = __importStar(require("./gustoAuthentication"));
|
|
31
|
-
__exportStar(require("./gustoAuthentication/types"), exports);
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./types";
|
|
@@ -1,17 +0,0 @@
|
|
|
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);
|
|
@@ -1,15 +0,0 @@
|
|
|
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 GustoAuth: core.serialization.ObjectSchema<serializers.db.GustoAuth.Raw, TheraApi.db.GustoAuth>;
|
|
8
|
-
export declare namespace GustoAuth {
|
|
9
|
-
interface Raw {
|
|
10
|
-
gustoCompanyId: string;
|
|
11
|
-
accessToken: string;
|
|
12
|
-
refreshToken: string;
|
|
13
|
-
accessTokenExpiration: string;
|
|
14
|
-
}
|
|
15
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./GustoAuth";
|
|
@@ -1,17 +0,0 @@
|
|
|
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("./GustoAuth"), exports);
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/api/resources/db/resources/{gustoAuth/types/GustoAuth.js → employment/types/PayCycleEnd.js}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|