tripletex_api3 1.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/Gemfile +7 -0
- data/Gemfile.lock +69 -0
- data/README.md +712 -0
- data/Rakefile +8 -0
- data/docs/AbstractDTO.md +9 -0
- data/docs/AccommodationAllowance.md +20 -0
- data/docs/Account.md +29 -0
- data/docs/AccountingPeriod.md +16 -0
- data/docs/Activity.md +18 -0
- data/docs/ActivityApi.md +211 -0
- data/docs/Address.md +18 -0
- data/docs/AddressApi.md +197 -0
- data/docs/AltinnCompanyModule.md +13 -0
- data/docs/AnnualAccount.md +14 -0
- data/docs/ApiConsumer.md +13 -0
- data/docs/ApiError.md +14 -0
- data/docs/ApiValidationMessage.md +9 -0
- data/docs/AppSpecific.md +14 -0
- data/docs/Bank.md +14 -0
- data/docs/BankApi.md +73 -0
- data/docs/BankReconciliation.md +20 -0
- data/docs/BankReconciliationAdjustment.md +13 -0
- data/docs/BankReconciliationMatch.md +15 -0
- data/docs/BankReconciliationPaymentType.md +15 -0
- data/docs/BankStatement.md +16 -0
- data/docs/BankTransaction.md +15 -0
- data/docs/BankreconciliationApi.md +474 -0
- data/docs/BankreconciliationmatchApi.md +351 -0
- data/docs/BankreconciliationpaymentTypeApi.md +131 -0
- data/docs/BankstatementApi.md +243 -0
- data/docs/BankstatementtransactionApi.md +188 -0
- data/docs/Banner.md +18 -0
- data/docs/CSVRecord.md +10 -0
- data/docs/Change.md +10 -0
- data/docs/CloseGroup.md +13 -0
- data/docs/Company.md +21 -0
- data/docs/CompanyApi.md +243 -0
- data/docs/CompanyAutoCompleteDTO.md +23 -0
- data/docs/CompanyHoliday.md +16 -0
- data/docs/CompanyaltinnApi.md +118 -0
- data/docs/ConsumerToken.md +14 -0
- data/docs/Contact.md +16 -0
- data/docs/ContactApi.md +250 -0
- data/docs/Cost.md +27 -0
- data/docs/Country.md +15 -0
- data/docs/CountryApi.md +131 -0
- data/docs/CrmprospectApi.md +155 -0
- data/docs/Currency.md +13 -0
- data/docs/CurrencyApi.md +131 -0
- data/docs/Customer.md +32 -0
- data/docs/CustomerApi.md +364 -0
- data/docs/CustomerCategory.md +15 -0
- data/docs/CustomerTripletexAccount.md +21 -0
- data/docs/CustomercategoryApi.md +250 -0
- data/docs/Department.md +14 -0
- data/docs/DepartmentApi.md +358 -0
- data/docs/Division.md +16 -0
- data/docs/DivisionApi.md +292 -0
- data/docs/Document.md +13 -0
- data/docs/DocumentApi.md +120 -0
- data/docs/Employee.md +29 -0
- data/docs/EmployeeApi.md +311 -0
- data/docs/EmployeeToken.md +15 -0
- data/docs/EmployeeemploymentApi.md +242 -0
- data/docs/EmployeeemploymentdetailsApi.md +242 -0
- data/docs/EmployeeemploymentemploymentTypeApi.md +254 -0
- data/docs/EmployeeemploymentleaveOfAbsenceApi.md +234 -0
- data/docs/EmployeeemploymentleaveOfAbsenceTypeApi.md +69 -0
- data/docs/EmployeeemploymentoccupationCodeApi.md +73 -0
- data/docs/EmployeeemploymentremunerationTypeApi.md +69 -0
- data/docs/EmployeeemploymentworkingHoursSchemeApi.md +69 -0
- data/docs/EmployeeentitlementApi.md +313 -0
- data/docs/EmployeenextOfKinApi.md +242 -0
- data/docs/EmployeestandardTimeApi.md +242 -0
- data/docs/Employment.md +18 -0
- data/docs/EmploymentDetails.md +23 -0
- data/docs/EmploymentType.md +14 -0
- data/docs/Entitlement.md +15 -0
- data/docs/EventApi.md +63 -0
- data/docs/EventInfoDescription.md +9 -0
- data/docs/EventsubscriptionApi.md +293 -0
- data/docs/ExternalProduct.md +25 -0
- data/docs/ImportConfigDTO.md +10 -0
- data/docs/ImportReportDTO.md +22 -0
- data/docs/InternationalId.md +10 -0
- data/docs/Inventory.md +15 -0
- data/docs/InventoryApi.md +135 -0
- data/docs/Invoice.md +36 -0
- data/docs/InvoiceApi.md +518 -0
- data/docs/InvoicedetailsApi.md +135 -0
- data/docs/InvoicepaymentTypeApi.md +131 -0
- data/docs/Job.md +13 -0
- data/docs/JobDetailDTO.md +12 -0
- data/docs/LeaveOfAbsence.md +18 -0
- data/docs/LeaveOfAbsenceType.md +14 -0
- data/docs/LedgerAccount.md +16 -0
- data/docs/LedgerApi.md +169 -0
- data/docs/LedgeraccountApi.md +464 -0
- data/docs/LedgeraccountingPeriodApi.md +141 -0
- data/docs/LedgerannualAccountApi.md +133 -0
- data/docs/LedgercloseGroupApi.md +135 -0
- data/docs/LedgerpaymentTypeOutApi.md +409 -0
- data/docs/LedgerpostingApi.md +227 -0
- data/docs/LedgervatTypeApi.md +131 -0
- data/docs/LedgervoucherApi.md +850 -0
- data/docs/LedgervoucherTypeApi.md +129 -0
- data/docs/Link.md +10 -0
- data/docs/ListResponseAccommodationAllowance.md +12 -0
- data/docs/ListResponseAccount.md +12 -0
- data/docs/ListResponseAccountingPeriod.md +12 -0
- data/docs/ListResponseActivity.md +12 -0
- data/docs/ListResponseAddress.md +12 -0
- data/docs/ListResponseAnnualAccount.md +12 -0
- data/docs/ListResponseBank.md +12 -0
- data/docs/ListResponseBankReconciliation.md +12 -0
- data/docs/ListResponseBankReconciliationAdjustment.md +12 -0
- data/docs/ListResponseBankReconciliationMatch.md +12 -0
- data/docs/ListResponseBankReconciliationPaymentType.md +12 -0
- data/docs/ListResponseBankStatement.md +12 -0
- data/docs/ListResponseBankTransaction.md +12 -0
- data/docs/ListResponseBanner.md +12 -0
- data/docs/ListResponseCloseGroup.md +12 -0
- data/docs/ListResponseCompany.md +12 -0
- data/docs/ListResponseCompanyAutoCompleteDTO.md +12 -0
- data/docs/ListResponseCompanyHoliday.md +12 -0
- data/docs/ListResponseContact.md +12 -0
- data/docs/ListResponseCost.md +12 -0
- data/docs/ListResponseCountry.md +12 -0
- data/docs/ListResponseCurrency.md +12 -0
- data/docs/ListResponseCustomer.md +12 -0
- data/docs/ListResponseCustomerCategory.md +12 -0
- data/docs/ListResponseDepartment.md +12 -0
- data/docs/ListResponseDivision.md +12 -0
- data/docs/ListResponseEmployee.md +12 -0
- data/docs/ListResponseEmployment.md +12 -0
- data/docs/ListResponseEmploymentDetails.md +12 -0
- data/docs/ListResponseEmploymentType.md +12 -0
- data/docs/ListResponseEntitlement.md +12 -0
- data/docs/ListResponseExternalProduct.md +12 -0
- data/docs/ListResponseInventory.md +12 -0
- data/docs/ListResponseInvoice.md +12 -0
- data/docs/ListResponseLeaveOfAbsence.md +12 -0
- data/docs/ListResponseLeaveOfAbsenceType.md +12 -0
- data/docs/ListResponseLedgerAccount.md +12 -0
- data/docs/ListResponseMileageAllowance.md +12 -0
- data/docs/ListResponseMunicipality.md +12 -0
- data/docs/ListResponseNextOfKin.md +12 -0
- data/docs/ListResponseNotification.md +12 -0
- data/docs/ListResponseOccupationCode.md +12 -0
- data/docs/ListResponseOrder.md +12 -0
- data/docs/ListResponseOrderLine.md +12 -0
- data/docs/ListResponseOrderOffer.md +12 -0
- data/docs/ListResponsePassenger.md +12 -0
- data/docs/ListResponsePaymentType.md +12 -0
- data/docs/ListResponsePaymentTypeOut.md +12 -0
- data/docs/ListResponsePayslip.md +12 -0
- data/docs/ListResponsePerDiemCompensation.md +12 -0
- data/docs/ListResponsePersonAutoCompleteDTO.md +12 -0
- data/docs/ListResponsePosting.md +12 -0
- data/docs/ListResponseProduct.md +12 -0
- data/docs/ListResponseProductUnit.md +12 -0
- data/docs/ListResponseProject.md +12 -0
- data/docs/ListResponseProjectCategory.md +12 -0
- data/docs/ListResponseProjectInvoiceDetails.md +12 -0
- data/docs/ListResponseProjectOrderLine.md +12 -0
- data/docs/ListResponseProjectParticipant.md +12 -0
- data/docs/ListResponseProspect.md +12 -0
- data/docs/ListResponseReminder.md +12 -0
- data/docs/ListResponseRemunerationType.md +12 -0
- data/docs/ListResponseSalarySpecification.md +12 -0
- data/docs/ListResponseSalaryTransaction.md +12 -0
- data/docs/ListResponseSalaryType.md +12 -0
- data/docs/ListResponseSearchCompletionDTO.md +12 -0
- data/docs/ListResponseStandardTime.md +12 -0
- data/docs/ListResponseSubscription.md +12 -0
- data/docs/ListResponseSupplier.md +12 -0
- data/docs/ListResponseSupplierBalance.md +12 -0
- data/docs/ListResponseTimeClock.md +12 -0
- data/docs/ListResponseTimesheetEntry.md +12 -0
- data/docs/ListResponseTravelCostCategory.md +12 -0
- data/docs/ListResponseTravelExpense.md +12 -0
- data/docs/ListResponseTravelExpenseRate.md +12 -0
- data/docs/ListResponseTravelExpenseRateCategory.md +12 -0
- data/docs/ListResponseTravelExpenseRateCategoryGroup.md +12 -0
- data/docs/ListResponseTravelPaymentType.md +12 -0
- data/docs/ListResponseVatType.md +12 -0
- data/docs/ListResponseVoucher.md +12 -0
- data/docs/ListResponseVoucherType.md +12 -0
- data/docs/ListResponseWeek.md +12 -0
- data/docs/ListResponseWeeklyStatus.md +12 -0
- data/docs/ListResponseWorkingHoursScheme.md +12 -0
- data/docs/LoggedInUserInfoDTO.md +12 -0
- data/docs/MaritimeEmployment.md +10 -0
- data/docs/MaventaEventDataDTO.md +13 -0
- data/docs/MaventaStatusDTO.md +11 -0
- data/docs/MileageAllowance.md +22 -0
- data/docs/MobileAppLogin.md +11 -0
- data/docs/Modules.md +20 -0
- data/docs/MonthlyStatus.md +21 -0
- data/docs/Municipality.md +14 -0
- data/docs/MunicipalityApi.md +69 -0
- data/docs/NextOfKin.md +16 -0
- data/docs/Notification.md +16 -0
- data/docs/OccupationCode.md +13 -0
- data/docs/Order.md +44 -0
- data/docs/OrderApi.md +319 -0
- data/docs/OrderLine.md +28 -0
- data/docs/OrderOffer.md +15 -0
- data/docs/OrderorderlineApi.md +229 -0
- data/docs/Passenger.md +13 -0
- data/docs/PaymentType.md +17 -0
- data/docs/PaymentTypeOut.md +21 -0
- data/docs/Payslip.md +21 -0
- data/docs/PerDiemCompensation.md +24 -0
- data/docs/PersonAutoCompleteDTO.md +24 -0
- data/docs/Posting.md +32 -0
- data/docs/Product.md +29 -0
- data/docs/ProductApi.md +272 -0
- data/docs/ProductUnit.md +14 -0
- data/docs/ProductexternalApi.md +139 -0
- data/docs/ProductunitApi.md +135 -0
- data/docs/Project.md +32 -0
- data/docs/ProjectApi.md +603 -0
- data/docs/ProjectCategory.md +14 -0
- data/docs/ProjectInvoiceDetails.md +29 -0
- data/docs/ProjectOrderLine.md +26 -0
- data/docs/ProjectParticipant.md +14 -0
- data/docs/ProjectcategoryApi.md +248 -0
- data/docs/ProjectorderlineApi.md +287 -0
- data/docs/ProjectparticipantApi.md +287 -0
- data/docs/Prospect.md +28 -0
- data/docs/Reminder.md +28 -0
- data/docs/ReminderApi.md +143 -0
- data/docs/RemunerationType.md +14 -0
- data/docs/ResponseWrapperAccommodationAllowance.md +8 -0
- data/docs/ResponseWrapperAccount.md +8 -0
- data/docs/ResponseWrapperAccountingPeriod.md +8 -0
- data/docs/ResponseWrapperActivity.md +8 -0
- data/docs/ResponseWrapperAddress.md +8 -0
- data/docs/ResponseWrapperAltinnCompanyModule.md +8 -0
- data/docs/ResponseWrapperAnnualAccount.md +8 -0
- data/docs/ResponseWrapperApiConsumer.md +8 -0
- data/docs/ResponseWrapperAppSpecific.md +8 -0
- data/docs/ResponseWrapperBankReconciliation.md +8 -0
- data/docs/ResponseWrapperBankReconciliationMatch.md +8 -0
- data/docs/ResponseWrapperBankReconciliationPaymentType.md +8 -0
- data/docs/ResponseWrapperBankStatement.md +8 -0
- data/docs/ResponseWrapperBankTransaction.md +8 -0
- data/docs/ResponseWrapperBanner.md +8 -0
- data/docs/ResponseWrapperBoolean.md +8 -0
- data/docs/ResponseWrapperCloseGroup.md +8 -0
- data/docs/ResponseWrapperCompany.md +8 -0
- data/docs/ResponseWrapperCompanyHoliday.md +8 -0
- data/docs/ResponseWrapperConsumerToken.md +8 -0
- data/docs/ResponseWrapperContact.md +8 -0
- data/docs/ResponseWrapperCost.md +8 -0
- data/docs/ResponseWrapperCountry.md +8 -0
- data/docs/ResponseWrapperCurrency.md +8 -0
- data/docs/ResponseWrapperCustomer.md +8 -0
- data/docs/ResponseWrapperCustomerCategory.md +8 -0
- data/docs/ResponseWrapperDepartment.md +8 -0
- data/docs/ResponseWrapperDivision.md +8 -0
- data/docs/ResponseWrapperDocument.md +8 -0
- data/docs/ResponseWrapperDouble.md +8 -0
- data/docs/ResponseWrapperEmployee.md +8 -0
- data/docs/ResponseWrapperEmployeeToken.md +8 -0
- data/docs/ResponseWrapperEmployment.md +8 -0
- data/docs/ResponseWrapperEmploymentDetails.md +8 -0
- data/docs/ResponseWrapperEntitlement.md +8 -0
- data/docs/ResponseWrapperExternalProduct.md +8 -0
- data/docs/ResponseWrapperInteger.md +8 -0
- data/docs/ResponseWrapperInventory.md +8 -0
- data/docs/ResponseWrapperInvoice.md +8 -0
- data/docs/ResponseWrapperLeaveOfAbsence.md +8 -0
- data/docs/ResponseWrapperListJob.md +8 -0
- data/docs/ResponseWrapperLoggedInUserInfoDTO.md +8 -0
- data/docs/ResponseWrapperMapStringEventInfoDescription.md +8 -0
- data/docs/ResponseWrapperMileageAllowance.md +8 -0
- data/docs/ResponseWrapperModules.md +8 -0
- data/docs/ResponseWrapperMonthlyStatus.md +8 -0
- data/docs/ResponseWrapperNextOfKin.md +8 -0
- data/docs/ResponseWrapperNotification.md +8 -0
- data/docs/ResponseWrapperObject.md +8 -0
- data/docs/ResponseWrapperOrder.md +8 -0
- data/docs/ResponseWrapperOrderLine.md +8 -0
- data/docs/ResponseWrapperOrderOffer.md +8 -0
- data/docs/ResponseWrapperPassenger.md +8 -0
- data/docs/ResponseWrapperPaymentType.md +8 -0
- data/docs/ResponseWrapperPaymentTypeOut.md +8 -0
- data/docs/ResponseWrapperPayslip.md +8 -0
- data/docs/ResponseWrapperPerDiemCompensation.md +8 -0
- data/docs/ResponseWrapperPosting.md +8 -0
- data/docs/ResponseWrapperProduct.md +8 -0
- data/docs/ResponseWrapperProductUnit.md +8 -0
- data/docs/ResponseWrapperProject.md +8 -0
- data/docs/ResponseWrapperProjectCategory.md +8 -0
- data/docs/ResponseWrapperProjectInvoiceDetails.md +8 -0
- data/docs/ResponseWrapperProjectOrderLine.md +8 -0
- data/docs/ResponseWrapperProjectParticipant.md +8 -0
- data/docs/ResponseWrapperProspect.md +8 -0
- data/docs/ResponseWrapperReminder.md +8 -0
- data/docs/ResponseWrapperSalarySettings.md +8 -0
- data/docs/ResponseWrapperSalarySpecification.md +8 -0
- data/docs/ResponseWrapperSalaryTransaction.md +8 -0
- data/docs/ResponseWrapperSalaryType.md +8 -0
- data/docs/ResponseWrapperSessionToken.md +8 -0
- data/docs/ResponseWrapperStandardTime.md +8 -0
- data/docs/ResponseWrapperString.md +8 -0
- data/docs/ResponseWrapperSubscription.md +8 -0
- data/docs/ResponseWrapperSupplier.md +8 -0
- data/docs/ResponseWrapperSystemMessage.md +8 -0
- data/docs/ResponseWrapperTimeClock.md +8 -0
- data/docs/ResponseWrapperTimesheetEntry.md +8 -0
- data/docs/ResponseWrapperTimesheetSettings.md +8 -0
- data/docs/ResponseWrapperTravelCostCategory.md +8 -0
- data/docs/ResponseWrapperTravelExpense.md +8 -0
- data/docs/ResponseWrapperTravelExpenseRate.md +8 -0
- data/docs/ResponseWrapperTravelExpenseRateCategory.md +8 -0
- data/docs/ResponseWrapperTravelExpenseRateCategoryGroup.md +8 -0
- data/docs/ResponseWrapperTravelPaymentType.md +8 -0
- data/docs/ResponseWrapperTripDTO.md +8 -0
- data/docs/ResponseWrapperTripletexAccountReturn.md +8 -0
- data/docs/ResponseWrapperUnreadCountDTO.md +8 -0
- data/docs/ResponseWrapperVatType.md +8 -0
- data/docs/ResponseWrapperVoucher.md +8 -0
- data/docs/ResponseWrapperVoucherType.md +8 -0
- data/docs/ResponseWrapperWeek.md +8 -0
- data/docs/ResponseWrapperWeeklyStatus.md +8 -0
- data/docs/Result.md +17 -0
- data/docs/SalarySettings.md +13 -0
- data/docs/SalarySpecification.md +22 -0
- data/docs/SalaryTransaction.md +16 -0
- data/docs/SalaryType.md +14 -0
- data/docs/SalarypayslipApi.md +203 -0
- data/docs/SalarysettingsApi.md +118 -0
- data/docs/SalarysettingsholidayApi.md +345 -0
- data/docs/SalarytransactionApi.md +176 -0
- data/docs/SalarytypeApi.md +135 -0
- data/docs/SearchCompletionDTO.md +18 -0
- data/docs/SessionToken.md +16 -0
- data/docs/SmartScanWebhook.md +10 -0
- data/docs/StandardTime.md +14 -0
- data/docs/Subscription.md +15 -0
- data/docs/Supplier.md +33 -0
- data/docs/SupplierApi.md +370 -0
- data/docs/SupplierBalance.md +13 -0
- data/docs/SystemMessage.md +8 -0
- data/docs/TimeClock.md +19 -0
- data/docs/TimesheetEntry.md +24 -0
- data/docs/TimesheetEntrySearchResponse.md +13 -0
- data/docs/TimesheetSettings.md +13 -0
- data/docs/TimesheetentryApi.md +613 -0
- data/docs/TimesheetsettingsApi.md +63 -0
- data/docs/TimesheettimeClockApi.md +377 -0
- data/docs/TimesheetweekApi.md +313 -0
- data/docs/TokenconsumerApi.md +66 -0
- data/docs/TokenemployeeApi.md +74 -0
- data/docs/TokensessionApi.md +170 -0
- data/docs/TravelCostCategory.md +18 -0
- data/docs/TravelDetails.md +18 -0
- data/docs/TravelExpense.md +47 -0
- data/docs/TravelExpenseApi.md +749 -0
- data/docs/TravelExpenseRate.md +17 -0
- data/docs/TravelExpenseRateCategory.md +23 -0
- data/docs/TravelExpenseRateCategoryGroup.md +15 -0
- data/docs/TravelExpenseaccommodationAllowanceApi.md +315 -0
- data/docs/TravelExpensecostApi.md +315 -0
- data/docs/TravelExpensecostCategoryApi.md +131 -0
- data/docs/TravelExpensemileageAllowanceApi.md +321 -0
- data/docs/TravelExpensepassengerApi.md +297 -0
- data/docs/TravelExpensepaymentTypeApi.md +131 -0
- data/docs/TravelExpenseperDiemCompensationApi.md +323 -0
- data/docs/TravelExpenserateApi.md +147 -0
- data/docs/TravelExpenserateCategoryApi.md +151 -0
- data/docs/TravelExpenserateCategoryGroupApi.md +135 -0
- data/docs/TravelPaymentType.md +16 -0
- data/docs/TriggerDTO.md +13 -0
- data/docs/TripDTO.md +10 -0
- data/docs/TripletexAccount.md +22 -0
- data/docs/TripletexAccountReturn.md +12 -0
- data/docs/UnreadCountDTO.md +9 -0
- data/docs/VNTCStatusDTO.md +13 -0
- data/docs/VatType.md +14 -0
- data/docs/Voucher.md +21 -0
- data/docs/VoucherSearchResponse.md +13 -0
- data/docs/VoucherType.md +12 -0
- data/docs/Week.md +19 -0
- data/docs/WeeklyStatus.md +18 -0
- data/docs/WorkingHoursScheme.md +14 -0
- data/git_push.sh +55 -0
- data/lib/tripletex_api.rb +421 -0
- data/lib/tripletex_api/api/activity_api.rb +228 -0
- data/lib/tripletex_api/api/address_api.rb +207 -0
- data/lib/tripletex_api/api/bank_api.rb +86 -0
- data/lib/tripletex_api/api/bankreconciliation_api.rb +469 -0
- data/lib/tripletex_api/api/bankreconciliationmatch_api.rb +346 -0
- data/lib/tripletex_api/api/bankreconciliationpayment_type_api.rb +140 -0
- data/lib/tripletex_api/api/bankstatement_api.rb +255 -0
- data/lib/tripletex_api/api/bankstatementtransaction_api.rb +197 -0
- data/lib/tripletex_api/api/company_api.rb +240 -0
- data/lib/tripletex_api/api/companyaltinn_api.rb +120 -0
- data/lib/tripletex_api/api/contact_api.rb +253 -0
- data/lib/tripletex_api/api/country_api.rb +140 -0
- data/lib/tripletex_api/api/crmprospect_api.rb +176 -0
- data/lib/tripletex_api/api/currency_api.rb +140 -0
- data/lib/tripletex_api/api/customer_api.rb +357 -0
- data/lib/tripletex_api/api/customercategory_api.rb +253 -0
- data/lib/tripletex_api/api/department_api.rb +348 -0
- data/lib/tripletex_api/api/division_api.rb +282 -0
- data/lib/tripletex_api/api/document_api.rb +130 -0
- data/lib/tripletex_api/api/employee_api.rb +311 -0
- data/lib/tripletex_api/api/employeeemployment_api.rb +241 -0
- data/lib/tripletex_api/api/employeeemploymentdetails_api.rb +241 -0
- data/lib/tripletex_api/api/employeeemploymentemployment_type_api.rb +257 -0
- data/lib/tripletex_api/api/employeeemploymentleave_of_absence_api.rb +230 -0
- data/lib/tripletex_api/api/employeeemploymentleave_of_absence_type_api.rb +80 -0
- data/lib/tripletex_api/api/employeeemploymentoccupation_code_api.rb +86 -0
- data/lib/tripletex_api/api/employeeemploymentremuneration_type_api.rb +80 -0
- data/lib/tripletex_api/api/employeeemploymentworking_hours_scheme_api.rb +80 -0
- data/lib/tripletex_api/api/employeeentitlement_api.rb +334 -0
- data/lib/tripletex_api/api/employeenext_of_kin_api.rb +241 -0
- data/lib/tripletex_api/api/employeestandard_time_api.rb +241 -0
- data/lib/tripletex_api/api/event_api.rb +71 -0
- data/lib/tripletex_api/api/eventsubscription_api.rb +286 -0
- data/lib/tripletex_api/api/inventory_api.rb +146 -0
- data/lib/tripletex_api/api/invoice_api.rb +565 -0
- data/lib/tripletex_api/api/invoicedetails_api.rb +151 -0
- data/lib/tripletex_api/api/invoicepayment_type_api.rb +140 -0
- data/lib/tripletex_api/api/ledger_api.rb +203 -0
- data/lib/tripletex_api/api/ledgeraccount_api.rb +449 -0
- data/lib/tripletex_api/api/ledgeraccounting_period_api.rb +155 -0
- data/lib/tripletex_api/api/ledgerannual_account_api.rb +143 -0
- data/lib/tripletex_api/api/ledgerclose_group_api.rb +151 -0
- data/lib/tripletex_api/api/ledgerpayment_type_out_api.rb +395 -0
- data/lib/tripletex_api/api/ledgerposting_api.rb +257 -0
- data/lib/tripletex_api/api/ledgervat_type_api.rb +140 -0
- data/lib/tripletex_api/api/ledgervoucher_api.rb +873 -0
- data/lib/tripletex_api/api/ledgervoucher_type_api.rb +137 -0
- data/lib/tripletex_api/api/municipality_api.rb +80 -0
- data/lib/tripletex_api/api/order_api.rb +331 -0
- data/lib/tripletex_api/api/orderorderline_api.rb +225 -0
- data/lib/tripletex_api/api/product_api.rb +286 -0
- data/lib/tripletex_api/api/productexternal_api.rb +155 -0
- data/lib/tripletex_api/api/productunit_api.rb +146 -0
- data/lib/tripletex_api/api/project_api.rb +590 -0
- data/lib/tripletex_api/api/projectcategory_api.rb +250 -0
- data/lib/tripletex_api/api/projectorderline_api.rb +280 -0
- data/lib/tripletex_api/api/projectparticipant_api.rb +281 -0
- data/lib/tripletex_api/api/reminder_api.rb +163 -0
- data/lib/tripletex_api/api/salarypayslip_api.rb +220 -0
- data/lib/tripletex_api/api/salarysettings_api.rb +120 -0
- data/lib/tripletex_api/api/salarysettingsholiday_api.rb +333 -0
- data/lib/tripletex_api/api/salarytransaction_api.rb +179 -0
- data/lib/tripletex_api/api/salarytype_api.rb +146 -0
- data/lib/tripletex_api/api/supplier_api.rb +366 -0
- data/lib/tripletex_api/api/timesheetentry_api.rb +602 -0
- data/lib/tripletex_api/api/timesheetsettings_api.rb +71 -0
- data/lib/tripletex_api/api/timesheettime_clock_api.rb +378 -0
- data/lib/tripletex_api/api/timesheetweek_api.rb +308 -0
- data/lib/tripletex_api/api/tokenconsumer_api.rb +78 -0
- data/lib/tripletex_api/api/tokenemployee_api.rb +103 -0
- data/lib/tripletex_api/api/tokensession_api.rb +187 -0
- data/lib/tripletex_api/api/travel_expense_api.rb +727 -0
- data/lib/tripletex_api/api/travel_expenseaccommodation_allowance_api.rb +321 -0
- data/lib/tripletex_api/api/travel_expensecost_api.rb +321 -0
- data/lib/tripletex_api/api/travel_expensecost_category_api.rb +140 -0
- data/lib/tripletex_api/api/travel_expensemileage_allowance_api.rb +330 -0
- data/lib/tripletex_api/api/travel_expensepassenger_api.rb +294 -0
- data/lib/tripletex_api/api/travel_expensepayment_type_api.rb +140 -0
- data/lib/tripletex_api/api/travel_expenseper_diem_compensation_api.rb +336 -0
- data/lib/tripletex_api/api/travel_expenserate_api.rb +167 -0
- data/lib/tripletex_api/api/travel_expenserate_category_api.rb +173 -0
- data/lib/tripletex_api/api/travel_expenserate_category_group_api.rb +146 -0
- data/lib/tripletex_api/api_client.rb +390 -0
- data/lib/tripletex_api/api_error.rb +38 -0
- data/lib/tripletex_api/configuration.rb +209 -0
- data/lib/tripletex_api/models/abstract_dto.rb +197 -0
- data/lib/tripletex_api/models/accommodation_allowance.rb +322 -0
- data/lib/tripletex_api/models/account.rb +545 -0
- data/lib/tripletex_api/models/accounting_period.rb +305 -0
- data/lib/tripletex_api/models/activity.rb +320 -0
- data/lib/tripletex_api/models/address.rb +396 -0
- data/lib/tripletex_api/models/altinn_company_module.rb +273 -0
- data/lib/tripletex_api/models/annual_account.rb +244 -0
- data/lib/tripletex_api/models/api_consumer.rb +292 -0
- data/lib/tripletex_api/models/api_error.rb +244 -0
- data/lib/tripletex_api/models/api_validation_message.rb +197 -0
- data/lib/tripletex_api/models/app_specific.rb +256 -0
- data/lib/tripletex_api/models/bank.rb +288 -0
- data/lib/tripletex_api/models/bank_reconciliation.rb +310 -0
- data/lib/tripletex_api/models/bank_reconciliation_adjustment.rb +258 -0
- data/lib/tripletex_api/models/bank_reconciliation_match.rb +298 -0
- data/lib/tripletex_api/models/bank_reconciliation_payment_type.rb +274 -0
- data/lib/tripletex_api/models/bank_statement.rb +269 -0
- data/lib/tripletex_api/models/bank_transaction.rb +269 -0
- data/lib/tripletex_api/models/banner.rb +374 -0
- data/lib/tripletex_api/models/change.rb +239 -0
- data/lib/tripletex_api/models/close_group.rb +237 -0
- data/lib/tripletex_api/models/company.rb +454 -0
- data/lib/tripletex_api/models/company_auto_complete_dto.rb +346 -0
- data/lib/tripletex_api/models/company_holiday.rb +264 -0
- data/lib/tripletex_api/models/consumer_token.rb +260 -0
- data/lib/tripletex_api/models/contact.rb +369 -0
- data/lib/tripletex_api/models/cost.rb +401 -0
- data/lib/tripletex_api/models/country.rb +272 -0
- data/lib/tripletex_api/models/csv_record.rb +208 -0
- data/lib/tripletex_api/models/currency.rb +267 -0
- data/lib/tripletex_api/models/customer.rb +574 -0
- data/lib/tripletex_api/models/customer_category.rb +318 -0
- data/lib/tripletex_api/models/customer_tripletex_account.rb +429 -0
- data/lib/tripletex_api/models/department.rb +302 -0
- data/lib/tripletex_api/models/division.rb +311 -0
- data/lib/tripletex_api/models/document.rb +285 -0
- data/lib/tripletex_api/models/employee.rb +609 -0
- data/lib/tripletex_api/models/employee_token.rb +269 -0
- data/lib/tripletex_api/models/employment.rb +305 -0
- data/lib/tripletex_api/models/employment_details.rb +391 -0
- data/lib/tripletex_api/models/employment_type.rb +315 -0
- data/lib/tripletex_api/models/entitlement.rb +272 -0
- data/lib/tripletex_api/models/event_info_description.rb +197 -0
- data/lib/tripletex_api/models/external_product.rb +398 -0
- data/lib/tripletex_api/models/import_config_dto.rb +212 -0
- data/lib/tripletex_api/models/import_report_dto.rb +326 -0
- data/lib/tripletex_api/models/international_id.rb +256 -0
- data/lib/tripletex_api/models/inventory.rb +315 -0
- data/lib/tripletex_api/models/invoice.rb +552 -0
- data/lib/tripletex_api/models/job.rb +239 -0
- data/lib/tripletex_api/models/job_detail_dto.rb +226 -0
- data/lib/tripletex_api/models/leave_of_absence.rb +314 -0
- data/lib/tripletex_api/models/leave_of_absence_type.rb +315 -0
- data/lib/tripletex_api/models/ledger_account.rb +263 -0
- data/lib/tripletex_api/models/link.rb +239 -0
- data/lib/tripletex_api/models/list_response_accommodation_allowance.rb +228 -0
- data/lib/tripletex_api/models/list_response_account.rb +228 -0
- data/lib/tripletex_api/models/list_response_accounting_period.rb +228 -0
- data/lib/tripletex_api/models/list_response_activity.rb +228 -0
- data/lib/tripletex_api/models/list_response_address.rb +228 -0
- data/lib/tripletex_api/models/list_response_annual_account.rb +228 -0
- data/lib/tripletex_api/models/list_response_bank.rb +228 -0
- data/lib/tripletex_api/models/list_response_bank_reconciliation.rb +228 -0
- data/lib/tripletex_api/models/list_response_bank_reconciliation_adjustment.rb +228 -0
- data/lib/tripletex_api/models/list_response_bank_reconciliation_match.rb +228 -0
- data/lib/tripletex_api/models/list_response_bank_reconciliation_payment_type.rb +228 -0
- data/lib/tripletex_api/models/list_response_bank_statement.rb +228 -0
- data/lib/tripletex_api/models/list_response_bank_transaction.rb +228 -0
- data/lib/tripletex_api/models/list_response_banner.rb +228 -0
- data/lib/tripletex_api/models/list_response_close_group.rb +228 -0
- data/lib/tripletex_api/models/list_response_company.rb +228 -0
- data/lib/tripletex_api/models/list_response_company_auto_complete_dto.rb +228 -0
- data/lib/tripletex_api/models/list_response_company_holiday.rb +228 -0
- data/lib/tripletex_api/models/list_response_contact.rb +228 -0
- data/lib/tripletex_api/models/list_response_cost.rb +228 -0
- data/lib/tripletex_api/models/list_response_country.rb +228 -0
- data/lib/tripletex_api/models/list_response_currency.rb +228 -0
- data/lib/tripletex_api/models/list_response_customer.rb +228 -0
- data/lib/tripletex_api/models/list_response_customer_category.rb +228 -0
- data/lib/tripletex_api/models/list_response_department.rb +228 -0
- data/lib/tripletex_api/models/list_response_division.rb +228 -0
- data/lib/tripletex_api/models/list_response_employee.rb +228 -0
- data/lib/tripletex_api/models/list_response_employment.rb +228 -0
- data/lib/tripletex_api/models/list_response_employment_details.rb +228 -0
- data/lib/tripletex_api/models/list_response_employment_type.rb +228 -0
- data/lib/tripletex_api/models/list_response_entitlement.rb +228 -0
- data/lib/tripletex_api/models/list_response_external_product.rb +228 -0
- data/lib/tripletex_api/models/list_response_inventory.rb +228 -0
- data/lib/tripletex_api/models/list_response_invoice.rb +228 -0
- data/lib/tripletex_api/models/list_response_leave_of_absence.rb +228 -0
- data/lib/tripletex_api/models/list_response_leave_of_absence_type.rb +228 -0
- data/lib/tripletex_api/models/list_response_ledger_account.rb +228 -0
- data/lib/tripletex_api/models/list_response_mileage_allowance.rb +228 -0
- data/lib/tripletex_api/models/list_response_municipality.rb +228 -0
- data/lib/tripletex_api/models/list_response_next_of_kin.rb +228 -0
- data/lib/tripletex_api/models/list_response_notification.rb +228 -0
- data/lib/tripletex_api/models/list_response_occupation_code.rb +228 -0
- data/lib/tripletex_api/models/list_response_order.rb +228 -0
- data/lib/tripletex_api/models/list_response_order_line.rb +228 -0
- data/lib/tripletex_api/models/list_response_order_offer.rb +228 -0
- data/lib/tripletex_api/models/list_response_passenger.rb +228 -0
- data/lib/tripletex_api/models/list_response_payment_type.rb +228 -0
- data/lib/tripletex_api/models/list_response_payment_type_out.rb +228 -0
- data/lib/tripletex_api/models/list_response_payslip.rb +228 -0
- data/lib/tripletex_api/models/list_response_per_diem_compensation.rb +228 -0
- data/lib/tripletex_api/models/list_response_person_auto_complete_dto.rb +228 -0
- data/lib/tripletex_api/models/list_response_posting.rb +228 -0
- data/lib/tripletex_api/models/list_response_product.rb +228 -0
- data/lib/tripletex_api/models/list_response_product_unit.rb +228 -0
- data/lib/tripletex_api/models/list_response_project.rb +228 -0
- data/lib/tripletex_api/models/list_response_project_category.rb +228 -0
- data/lib/tripletex_api/models/list_response_project_invoice_details.rb +228 -0
- data/lib/tripletex_api/models/list_response_project_order_line.rb +228 -0
- data/lib/tripletex_api/models/list_response_project_participant.rb +228 -0
- data/lib/tripletex_api/models/list_response_prospect.rb +228 -0
- data/lib/tripletex_api/models/list_response_reminder.rb +228 -0
- data/lib/tripletex_api/models/list_response_remuneration_type.rb +228 -0
- data/lib/tripletex_api/models/list_response_salary_specification.rb +228 -0
- data/lib/tripletex_api/models/list_response_salary_transaction.rb +228 -0
- data/lib/tripletex_api/models/list_response_salary_type.rb +228 -0
- data/lib/tripletex_api/models/list_response_search_completion_dto.rb +228 -0
- data/lib/tripletex_api/models/list_response_standard_time.rb +228 -0
- data/lib/tripletex_api/models/list_response_subscription.rb +228 -0
- data/lib/tripletex_api/models/list_response_supplier.rb +228 -0
- data/lib/tripletex_api/models/list_response_supplier_balance.rb +228 -0
- data/lib/tripletex_api/models/list_response_time_clock.rb +228 -0
- data/lib/tripletex_api/models/list_response_timesheet_entry.rb +228 -0
- data/lib/tripletex_api/models/list_response_travel_cost_category.rb +228 -0
- data/lib/tripletex_api/models/list_response_travel_expense.rb +228 -0
- data/lib/tripletex_api/models/list_response_travel_expense_rate.rb +228 -0
- data/lib/tripletex_api/models/list_response_travel_expense_rate_category.rb +228 -0
- data/lib/tripletex_api/models/list_response_travel_expense_rate_category_group.rb +228 -0
- data/lib/tripletex_api/models/list_response_travel_payment_type.rb +228 -0
- data/lib/tripletex_api/models/list_response_vat_type.rb +228 -0
- data/lib/tripletex_api/models/list_response_voucher.rb +228 -0
- data/lib/tripletex_api/models/list_response_voucher_type.rb +228 -0
- data/lib/tripletex_api/models/list_response_week.rb +228 -0
- data/lib/tripletex_api/models/list_response_weekly_status.rb +228 -0
- data/lib/tripletex_api/models/list_response_working_hours_scheme.rb +228 -0
- data/lib/tripletex_api/models/logged_in_user_info_dto.rb +224 -0
- data/lib/tripletex_api/models/maritime_employment.rb +266 -0
- data/lib/tripletex_api/models/maventa_event_data_dto.rb +258 -0
- data/lib/tripletex_api/models/maventa_status_dto.rb +235 -0
- data/lib/tripletex_api/models/mileage_allowance.rb +336 -0
- data/lib/tripletex_api/models/mobile_app_login.rb +239 -0
- data/lib/tripletex_api/models/modules.rb +328 -0
- data/lib/tripletex_api/models/monthly_status.rb +316 -0
- data/lib/tripletex_api/models/municipality.rb +292 -0
- data/lib/tripletex_api/models/next_of_kin.rb +360 -0
- data/lib/tripletex_api/models/notification.rb +355 -0
- data/lib/tripletex_api/models/occupation_code.rb +267 -0
- data/lib/tripletex_api/models/order.rb +788 -0
- data/lib/tripletex_api/models/order_line.rb +385 -0
- data/lib/tripletex_api/models/order_offer.rb +270 -0
- data/lib/tripletex_api/models/passenger.rb +259 -0
- data/lib/tripletex_api/models/payment_type.rb +295 -0
- data/lib/tripletex_api/models/payment_type_out.rb +358 -0
- data/lib/tripletex_api/models/payslip.rb +332 -0
- data/lib/tripletex_api/models/per_diem_compensation.rb +398 -0
- data/lib/tripletex_api/models/person_auto_complete_dto.rb +357 -0
- data/lib/tripletex_api/models/posting.rb +440 -0
- data/lib/tripletex_api/models/product.rb +450 -0
- data/lib/tripletex_api/models/product_unit.rb +292 -0
- data/lib/tripletex_api/models/project.rb +528 -0
- data/lib/tripletex_api/models/project_category.rb +293 -0
- data/lib/tripletex_api/models/project_invoice_details.rb +413 -0
- data/lib/tripletex_api/models/project_order_line.rb +371 -0
- data/lib/tripletex_api/models/project_participant.rb +246 -0
- data/lib/tripletex_api/models/prospect.rb +448 -0
- data/lib/tripletex_api/models/reminder.rb +509 -0
- data/lib/tripletex_api/models/remuneration_type.rb +315 -0
- data/lib/tripletex_api/models/response_wrapper_accommodation_allowance.rb +188 -0
- data/lib/tripletex_api/models/response_wrapper_account.rb +188 -0
- data/lib/tripletex_api/models/response_wrapper_accounting_period.rb +188 -0
- data/lib/tripletex_api/models/response_wrapper_activity.rb +188 -0
- data/lib/tripletex_api/models/response_wrapper_address.rb +188 -0
- data/lib/tripletex_api/models/response_wrapper_altinn_company_module.rb +188 -0
- data/lib/tripletex_api/models/response_wrapper_annual_account.rb +188 -0
- data/lib/tripletex_api/models/response_wrapper_api_consumer.rb +188 -0
- data/lib/tripletex_api/models/response_wrapper_app_specific.rb +188 -0
- data/lib/tripletex_api/models/response_wrapper_bank_reconciliation.rb +188 -0
- data/lib/tripletex_api/models/response_wrapper_bank_reconciliation_match.rb +188 -0
- data/lib/tripletex_api/models/response_wrapper_bank_reconciliation_payment_type.rb +188 -0
- data/lib/tripletex_api/models/response_wrapper_bank_statement.rb +188 -0
- data/lib/tripletex_api/models/response_wrapper_bank_transaction.rb +188 -0
- data/lib/tripletex_api/models/response_wrapper_banner.rb +188 -0
- data/lib/tripletex_api/models/response_wrapper_boolean.rb +190 -0
- data/lib/tripletex_api/models/response_wrapper_close_group.rb +188 -0
- data/lib/tripletex_api/models/response_wrapper_company.rb +188 -0
- data/lib/tripletex_api/models/response_wrapper_company_holiday.rb +188 -0
- data/lib/tripletex_api/models/response_wrapper_consumer_token.rb +188 -0
- data/lib/tripletex_api/models/response_wrapper_contact.rb +188 -0
- data/lib/tripletex_api/models/response_wrapper_cost.rb +188 -0
- data/lib/tripletex_api/models/response_wrapper_country.rb +188 -0
- data/lib/tripletex_api/models/response_wrapper_currency.rb +188 -0
- data/lib/tripletex_api/models/response_wrapper_customer.rb +188 -0
- data/lib/tripletex_api/models/response_wrapper_customer_category.rb +188 -0
- data/lib/tripletex_api/models/response_wrapper_department.rb +188 -0
- data/lib/tripletex_api/models/response_wrapper_division.rb +188 -0
- data/lib/tripletex_api/models/response_wrapper_document.rb +188 -0
- data/lib/tripletex_api/models/response_wrapper_double.rb +188 -0
- data/lib/tripletex_api/models/response_wrapper_employee.rb +188 -0
- data/lib/tripletex_api/models/response_wrapper_employee_token.rb +188 -0
- data/lib/tripletex_api/models/response_wrapper_employment.rb +188 -0
- data/lib/tripletex_api/models/response_wrapper_employment_details.rb +188 -0
- data/lib/tripletex_api/models/response_wrapper_entitlement.rb +188 -0
- data/lib/tripletex_api/models/response_wrapper_external_product.rb +188 -0
- data/lib/tripletex_api/models/response_wrapper_integer.rb +188 -0
- data/lib/tripletex_api/models/response_wrapper_inventory.rb +188 -0
- data/lib/tripletex_api/models/response_wrapper_invoice.rb +188 -0
- data/lib/tripletex_api/models/response_wrapper_leave_of_absence.rb +188 -0
- data/lib/tripletex_api/models/response_wrapper_list_job.rb +190 -0
- data/lib/tripletex_api/models/response_wrapper_logged_in_user_info_dto.rb +188 -0
- data/lib/tripletex_api/models/response_wrapper_map_string_event_info_description.rb +190 -0
- data/lib/tripletex_api/models/response_wrapper_mileage_allowance.rb +188 -0
- data/lib/tripletex_api/models/response_wrapper_modules.rb +188 -0
- data/lib/tripletex_api/models/response_wrapper_monthly_status.rb +188 -0
- data/lib/tripletex_api/models/response_wrapper_next_of_kin.rb +188 -0
- data/lib/tripletex_api/models/response_wrapper_notification.rb +188 -0
- data/lib/tripletex_api/models/response_wrapper_object.rb +188 -0
- data/lib/tripletex_api/models/response_wrapper_order.rb +188 -0
- data/lib/tripletex_api/models/response_wrapper_order_line.rb +188 -0
- data/lib/tripletex_api/models/response_wrapper_order_offer.rb +188 -0
- data/lib/tripletex_api/models/response_wrapper_passenger.rb +188 -0
- data/lib/tripletex_api/models/response_wrapper_payment_type.rb +188 -0
- data/lib/tripletex_api/models/response_wrapper_payment_type_out.rb +188 -0
- data/lib/tripletex_api/models/response_wrapper_payslip.rb +188 -0
- data/lib/tripletex_api/models/response_wrapper_per_diem_compensation.rb +188 -0
- data/lib/tripletex_api/models/response_wrapper_posting.rb +188 -0
- data/lib/tripletex_api/models/response_wrapper_product.rb +188 -0
- data/lib/tripletex_api/models/response_wrapper_product_unit.rb +188 -0
- data/lib/tripletex_api/models/response_wrapper_project.rb +188 -0
- data/lib/tripletex_api/models/response_wrapper_project_category.rb +188 -0
- data/lib/tripletex_api/models/response_wrapper_project_invoice_details.rb +188 -0
- data/lib/tripletex_api/models/response_wrapper_project_order_line.rb +188 -0
- data/lib/tripletex_api/models/response_wrapper_project_participant.rb +188 -0
- data/lib/tripletex_api/models/response_wrapper_prospect.rb +188 -0
- data/lib/tripletex_api/models/response_wrapper_reminder.rb +188 -0
- data/lib/tripletex_api/models/response_wrapper_salary_settings.rb +188 -0
- data/lib/tripletex_api/models/response_wrapper_salary_specification.rb +188 -0
- data/lib/tripletex_api/models/response_wrapper_salary_transaction.rb +188 -0
- data/lib/tripletex_api/models/response_wrapper_salary_type.rb +188 -0
- data/lib/tripletex_api/models/response_wrapper_session_token.rb +188 -0
- data/lib/tripletex_api/models/response_wrapper_standard_time.rb +188 -0
- data/lib/tripletex_api/models/response_wrapper_string.rb +188 -0
- data/lib/tripletex_api/models/response_wrapper_subscription.rb +188 -0
- data/lib/tripletex_api/models/response_wrapper_supplier.rb +188 -0
- data/lib/tripletex_api/models/response_wrapper_system_message.rb +188 -0
- data/lib/tripletex_api/models/response_wrapper_time_clock.rb +188 -0
- data/lib/tripletex_api/models/response_wrapper_timesheet_entry.rb +188 -0
- data/lib/tripletex_api/models/response_wrapper_timesheet_settings.rb +188 -0
- data/lib/tripletex_api/models/response_wrapper_travel_cost_category.rb +188 -0
- data/lib/tripletex_api/models/response_wrapper_travel_expense.rb +188 -0
- data/lib/tripletex_api/models/response_wrapper_travel_expense_rate.rb +188 -0
- data/lib/tripletex_api/models/response_wrapper_travel_expense_rate_category.rb +188 -0
- data/lib/tripletex_api/models/response_wrapper_travel_expense_rate_category_group.rb +188 -0
- data/lib/tripletex_api/models/response_wrapper_travel_payment_type.rb +188 -0
- data/lib/tripletex_api/models/response_wrapper_trip_dto.rb +188 -0
- data/lib/tripletex_api/models/response_wrapper_tripletex_account_return.rb +188 -0
- data/lib/tripletex_api/models/response_wrapper_unread_count_dto.rb +188 -0
- data/lib/tripletex_api/models/response_wrapper_vat_type.rb +188 -0
- data/lib/tripletex_api/models/response_wrapper_voucher.rb +188 -0
- data/lib/tripletex_api/models/response_wrapper_voucher_type.rb +188 -0
- data/lib/tripletex_api/models/response_wrapper_week.rb +188 -0
- data/lib/tripletex_api/models/response_wrapper_weekly_status.rb +188 -0
- data/lib/tripletex_api/models/result.rb +320 -0
- data/lib/tripletex_api/models/salary_settings.rb +279 -0
- data/lib/tripletex_api/models/salary_specification.rb +331 -0
- data/lib/tripletex_api/models/salary_transaction.rb +284 -0
- data/lib/tripletex_api/models/salary_type.rb +276 -0
- data/lib/tripletex_api/models/search_completion_dto.rb +301 -0
- data/lib/tripletex_api/models/session_token.rb +299 -0
- data/lib/tripletex_api/models/smart_scan_webhook.rb +206 -0
- data/lib/tripletex_api/models/standard_time.rb +254 -0
- data/lib/tripletex_api/models/subscription.rb +377 -0
- data/lib/tripletex_api/models/supplier.rb +553 -0
- data/lib/tripletex_api/models/supplier_balance.rb +236 -0
- data/lib/tripletex_api/models/system_message.rb +188 -0
- data/lib/tripletex_api/models/time_clock.rb +320 -0
- data/lib/tripletex_api/models/timesheet_entry.rb +367 -0
- data/lib/tripletex_api/models/timesheet_entry_search_response.rb +237 -0
- data/lib/tripletex_api/models/timesheet_settings.rb +239 -0
- data/lib/tripletex_api/models/travel_cost_category.rb +312 -0
- data/lib/tripletex_api/models/travel_details.rb +348 -0
- data/lib/tripletex_api/models/travel_expense.rb +644 -0
- data/lib/tripletex_api/models/travel_expense_rate.rb +281 -0
- data/lib/tripletex_api/models/travel_expense_rate_category.rb +396 -0
- data/lib/tripletex_api/models/travel_expense_rate_category_group.rb +265 -0
- data/lib/tripletex_api/models/travel_payment_type.rb +292 -0
- data/lib/tripletex_api/models/trigger_dto.rb +233 -0
- data/lib/tripletex_api/models/trip_dto.rb +206 -0
- data/lib/tripletex_api/models/tripletex_account.rb +424 -0
- data/lib/tripletex_api/models/tripletex_account_return.rb +224 -0
- data/lib/tripletex_api/models/unread_count_dto.rb +197 -0
- data/lib/tripletex_api/models/vat_type.rb +276 -0
- data/lib/tripletex_api/models/vntc_status_dto.rb +258 -0
- data/lib/tripletex_api/models/voucher.rb +362 -0
- data/lib/tripletex_api/models/voucher_search_response.rb +238 -0
- data/lib/tripletex_api/models/voucher_type.rb +242 -0
- data/lib/tripletex_api/models/week.rb +295 -0
- data/lib/tripletex_api/models/weekly_status.rb +289 -0
- data/lib/tripletex_api/models/working_hours_scheme.rb +315 -0
- data/lib/tripletex_api/version.rb +15 -0
- data/spec/api/activity_api_spec.rb +89 -0
- data/spec/api/address_api_spec.rb +82 -0
- data/spec/api/bank_api_spec.rb +52 -0
- data/spec/api/bankreconciliation_api_spec.rb +143 -0
- data/spec/api/bankreconciliationmatch_api_spec.rb +114 -0
- data/spec/api/bankreconciliationpayment_type_api_spec.rb +65 -0
- data/spec/api/bankstatement_api_spec.rb +90 -0
- data/spec/api/bankstatementtransaction_api_spec.rb +77 -0
- data/spec/api/company_api_spec.rb +90 -0
- data/spec/api/companyaltinn_api_spec.rb +59 -0
- data/spec/api/contact_api_spec.rb +93 -0
- data/spec/api/country_api_spec.rb +65 -0
- data/spec/api/crmprospect_api_spec.rb +77 -0
- data/spec/api/currency_api_spec.rb +65 -0
- data/spec/api/customer_api_spec.rb +119 -0
- data/spec/api/customercategory_api_spec.rb +93 -0
- data/spec/api/department_api_spec.rb +116 -0
- data/spec/api/division_api_spec.rb +99 -0
- data/spec/api/document_api_spec.rb +60 -0
- data/spec/api/employee_api_spec.rb +108 -0
- data/spec/api/employeeemployment_api_spec.rb +89 -0
- data/spec/api/employeeemploymentdetails_api_spec.rb +89 -0
- data/spec/api/employeeemploymentemployment_type_api_spec.rb +96 -0
- data/spec/api/employeeemploymentleave_of_absence_api_spec.rb +85 -0
- data/spec/api/employeeemploymentleave_of_absence_type_api_spec.rb +50 -0
- data/spec/api/employeeemploymentoccupation_code_api_spec.rb +52 -0
- data/spec/api/employeeemploymentremuneration_type_api_spec.rb +50 -0
- data/spec/api/employeeemploymentworking_hours_scheme_api_spec.rb +50 -0
- data/spec/api/employeeentitlement_api_spec.rb +109 -0
- data/spec/api/employeenext_of_kin_api_spec.rb +89 -0
- data/spec/api/employeestandard_time_api_spec.rb +89 -0
- data/spec/api/event_api_spec.rb +47 -0
- data/spec/api/eventsubscription_api_spec.rb +100 -0
- data/spec/api/inventory_api_spec.rb +67 -0
- data/spec/api/invoice_api_spec.rb +160 -0
- data/spec/api/invoicedetails_api_spec.rb +66 -0
- data/spec/api/invoicepayment_type_api_spec.rb +65 -0
- data/spec/api/ledger_api_spec.rb +83 -0
- data/spec/api/ledgeraccount_api_spec.rb +140 -0
- data/spec/api/ledgeraccounting_period_api_spec.rb +70 -0
- data/spec/api/ledgerannual_account_api_spec.rb +66 -0
- data/spec/api/ledgerclose_group_api_spec.rb +66 -0
- data/spec/api/ledgerpayment_type_out_api_spec.rb +127 -0
- data/spec/api/ledgerposting_api_spec.rb +96 -0
- data/spec/api/ledgervat_type_api_spec.rb +65 -0
- data/spec/api/ledgervoucher_api_spec.rb +236 -0
- data/spec/api/ledgervoucher_type_api_spec.rb +64 -0
- data/spec/api/municipality_api_spec.rb +50 -0
- data/spec/api/order_api_spec.rb +110 -0
- data/spec/api/orderorderline_api_spec.rb +84 -0
- data/spec/api/product_api_spec.rb +104 -0
- data/spec/api/productexternal_api_spec.rb +69 -0
- data/spec/api/productunit_api_spec.rb +67 -0
- data/spec/api/project_api_spec.rb +179 -0
- data/spec/api/projectcategory_api_spec.rb +92 -0
- data/spec/api/projectorderline_api_spec.rb +97 -0
- data/spec/api/projectparticipant_api_spec.rb +97 -0
- data/spec/api/reminder_api_spec.rb +70 -0
- data/spec/api/salarypayslip_api_spec.rb +86 -0
- data/spec/api/salarysettings_api_spec.rb +59 -0
- data/spec/api/salarysettingsholiday_api_spec.rb +111 -0
- data/spec/api/salarytransaction_api_spec.rb +73 -0
- data/spec/api/salarytype_api_spec.rb +67 -0
- data/spec/api/supplier_api_spec.rb +122 -0
- data/spec/api/timesheetentry_api_spec.rb +180 -0
- data/spec/api/timesheetsettings_api_spec.rb +47 -0
- data/spec/api/timesheettime_clock_api_spec.rb +125 -0
- data/spec/api/timesheetweek_api_spec.rb +110 -0
- data/spec/api/tokenconsumer_api_spec.rb +48 -0
- data/spec/api/tokenemployee_api_spec.rb +51 -0
- data/spec/api/tokensession_api_spec.rb +73 -0
- data/spec/api/travel_expense_api_spec.rb +205 -0
- data/spec/api/travel_expenseaccommodation_allowance_api_spec.rb +111 -0
- data/spec/api/travel_expensecost_api_spec.rb +111 -0
- data/spec/api/travel_expensecost_category_api_spec.rb +65 -0
- data/spec/api/travel_expensemileage_allowance_api_spec.rb +114 -0
- data/spec/api/travel_expensepassenger_api_spec.rb +102 -0
- data/spec/api/travel_expensepayment_type_api_spec.rb +65 -0
- data/spec/api/travel_expenseper_diem_compensation_api_spec.rb +115 -0
- data/spec/api/travel_expenserate_api_spec.rb +73 -0
- data/spec/api/travel_expenserate_category_api_spec.rb +75 -0
- data/spec/api/travel_expenserate_category_group_api_spec.rb +67 -0
- data/spec/api_client_spec.rb +226 -0
- data/spec/configuration_spec.rb +42 -0
- data/spec/models/abstract_dto_spec.rb +48 -0
- data/spec/models/accommodation_allowance_spec.rb +114 -0
- data/spec/models/account_spec.rb +172 -0
- data/spec/models/accounting_period_spec.rb +90 -0
- data/spec/models/activity_spec.rb +102 -0
- data/spec/models/address_spec.rb +102 -0
- data/spec/models/altinn_company_module_spec.rb +72 -0
- data/spec/models/annual_account_spec.rb +78 -0
- data/spec/models/api_consumer_spec.rb +72 -0
- data/spec/models/api_error_spec.rb +78 -0
- data/spec/models/api_validation_message_spec.rb +48 -0
- data/spec/models/app_specific_spec.rb +78 -0
- data/spec/models/bank_reconciliation_adjustment_spec.rb +72 -0
- data/spec/models/bank_reconciliation_match_spec.rb +88 -0
- data/spec/models/bank_reconciliation_payment_type_spec.rb +84 -0
- data/spec/models/bank_reconciliation_spec.rb +114 -0
- data/spec/models/bank_spec.rb +82 -0
- data/spec/models/bank_statement_spec.rb +90 -0
- data/spec/models/bank_transaction_spec.rb +84 -0
- data/spec/models/banner_spec.rb +102 -0
- data/spec/models/change_spec.rb +58 -0
- data/spec/models/close_group_spec.rb +72 -0
- data/spec/models/company_auto_complete_dto_spec.rb +136 -0
- data/spec/models/company_holiday_spec.rb +90 -0
- data/spec/models/company_spec.rb +124 -0
- data/spec/models/consumer_token_spec.rb +78 -0
- data/spec/models/contact_spec.rb +90 -0
- data/spec/models/cost_spec.rb +156 -0
- data/spec/models/country_spec.rb +84 -0
- data/spec/models/csv_record_spec.rb +54 -0
- data/spec/models/currency_spec.rb +72 -0
- data/spec/models/customer_category_spec.rb +84 -0
- data/spec/models/customer_spec.rb +186 -0
- data/spec/models/customer_tripletex_account_spec.rb +136 -0
- data/spec/models/department_spec.rb +78 -0
- data/spec/models/division_spec.rb +90 -0
- data/spec/models/document_spec.rb +72 -0
- data/spec/models/employee_spec.rb +172 -0
- data/spec/models/employee_token_spec.rb +84 -0
- data/spec/models/employment_details_spec.rb +144 -0
- data/spec/models/employment_spec.rb +102 -0
- data/spec/models/employment_type_spec.rb +82 -0
- data/spec/models/entitlement_spec.rb +84 -0
- data/spec/models/event_info_description_spec.rb +48 -0
- data/spec/models/external_product_spec.rb +144 -0
- data/spec/models/import_config_dto_spec.rb +54 -0
- data/spec/models/import_report_dto_spec.rb +126 -0
- data/spec/models/international_id_spec.rb +58 -0
- data/spec/models/inventory_spec.rb +84 -0
- data/spec/models/invoice_spec.rb +214 -0
- data/spec/models/job_detail_dto_spec.rb +66 -0
- data/spec/models/job_spec.rb +72 -0
- data/spec/models/leave_of_absence_spec.rb +102 -0
- data/spec/models/leave_of_absence_type_spec.rb +82 -0
- data/spec/models/ledger_account_spec.rb +90 -0
- data/spec/models/link_spec.rb +58 -0
- data/spec/models/list_response_accommodation_allowance_spec.rb +66 -0
- data/spec/models/list_response_account_spec.rb +66 -0
- data/spec/models/list_response_accounting_period_spec.rb +66 -0
- data/spec/models/list_response_activity_spec.rb +66 -0
- data/spec/models/list_response_address_spec.rb +66 -0
- data/spec/models/list_response_annual_account_spec.rb +66 -0
- data/spec/models/list_response_bank_reconciliation_adjustment_spec.rb +66 -0
- data/spec/models/list_response_bank_reconciliation_match_spec.rb +66 -0
- data/spec/models/list_response_bank_reconciliation_payment_type_spec.rb +66 -0
- data/spec/models/list_response_bank_reconciliation_spec.rb +66 -0
- data/spec/models/list_response_bank_spec.rb +66 -0
- data/spec/models/list_response_bank_statement_spec.rb +66 -0
- data/spec/models/list_response_bank_transaction_spec.rb +66 -0
- data/spec/models/list_response_banner_spec.rb +66 -0
- data/spec/models/list_response_close_group_spec.rb +66 -0
- data/spec/models/list_response_company_auto_complete_dto_spec.rb +66 -0
- data/spec/models/list_response_company_holiday_spec.rb +66 -0
- data/spec/models/list_response_company_spec.rb +66 -0
- data/spec/models/list_response_contact_spec.rb +66 -0
- data/spec/models/list_response_cost_spec.rb +66 -0
- data/spec/models/list_response_country_spec.rb +66 -0
- data/spec/models/list_response_currency_spec.rb +66 -0
- data/spec/models/list_response_customer_category_spec.rb +66 -0
- data/spec/models/list_response_customer_spec.rb +66 -0
- data/spec/models/list_response_department_spec.rb +66 -0
- data/spec/models/list_response_division_spec.rb +66 -0
- data/spec/models/list_response_employee_spec.rb +66 -0
- data/spec/models/list_response_employment_details_spec.rb +66 -0
- data/spec/models/list_response_employment_spec.rb +66 -0
- data/spec/models/list_response_employment_type_spec.rb +66 -0
- data/spec/models/list_response_entitlement_spec.rb +66 -0
- data/spec/models/list_response_external_product_spec.rb +66 -0
- data/spec/models/list_response_inventory_spec.rb +66 -0
- data/spec/models/list_response_invoice_spec.rb +66 -0
- data/spec/models/list_response_leave_of_absence_spec.rb +66 -0
- data/spec/models/list_response_leave_of_absence_type_spec.rb +66 -0
- data/spec/models/list_response_ledger_account_spec.rb +66 -0
- data/spec/models/list_response_mileage_allowance_spec.rb +66 -0
- data/spec/models/list_response_municipality_spec.rb +66 -0
- data/spec/models/list_response_next_of_kin_spec.rb +66 -0
- data/spec/models/list_response_notification_spec.rb +66 -0
- data/spec/models/list_response_occupation_code_spec.rb +66 -0
- data/spec/models/list_response_order_line_spec.rb +66 -0
- data/spec/models/list_response_order_offer_spec.rb +66 -0
- data/spec/models/list_response_order_spec.rb +66 -0
- data/spec/models/list_response_passenger_spec.rb +66 -0
- data/spec/models/list_response_payment_type_out_spec.rb +66 -0
- data/spec/models/list_response_payment_type_spec.rb +66 -0
- data/spec/models/list_response_payslip_spec.rb +66 -0
- data/spec/models/list_response_per_diem_compensation_spec.rb +66 -0
- data/spec/models/list_response_person_auto_complete_dto_spec.rb +66 -0
- data/spec/models/list_response_posting_spec.rb +66 -0
- data/spec/models/list_response_product_spec.rb +66 -0
- data/spec/models/list_response_product_unit_spec.rb +66 -0
- data/spec/models/list_response_project_category_spec.rb +66 -0
- data/spec/models/list_response_project_invoice_details_spec.rb +66 -0
- data/spec/models/list_response_project_order_line_spec.rb +66 -0
- data/spec/models/list_response_project_participant_spec.rb +66 -0
- data/spec/models/list_response_project_spec.rb +66 -0
- data/spec/models/list_response_prospect_spec.rb +66 -0
- data/spec/models/list_response_reminder_spec.rb +66 -0
- data/spec/models/list_response_remuneration_type_spec.rb +66 -0
- data/spec/models/list_response_salary_specification_spec.rb +66 -0
- data/spec/models/list_response_salary_transaction_spec.rb +66 -0
- data/spec/models/list_response_salary_type_spec.rb +66 -0
- data/spec/models/list_response_search_completion_dto_spec.rb +66 -0
- data/spec/models/list_response_standard_time_spec.rb +66 -0
- data/spec/models/list_response_subscription_spec.rb +66 -0
- data/spec/models/list_response_supplier_balance_spec.rb +66 -0
- data/spec/models/list_response_supplier_spec.rb +66 -0
- data/spec/models/list_response_time_clock_spec.rb +66 -0
- data/spec/models/list_response_timesheet_entry_spec.rb +66 -0
- data/spec/models/list_response_travel_cost_category_spec.rb +66 -0
- data/spec/models/list_response_travel_expense_rate_category_group_spec.rb +66 -0
- data/spec/models/list_response_travel_expense_rate_category_spec.rb +66 -0
- data/spec/models/list_response_travel_expense_rate_spec.rb +66 -0
- data/spec/models/list_response_travel_expense_spec.rb +66 -0
- data/spec/models/list_response_travel_payment_type_spec.rb +66 -0
- data/spec/models/list_response_vat_type_spec.rb +66 -0
- data/spec/models/list_response_voucher_spec.rb +66 -0
- data/spec/models/list_response_voucher_type_spec.rb +66 -0
- data/spec/models/list_response_week_spec.rb +66 -0
- data/spec/models/list_response_weekly_status_spec.rb +66 -0
- data/spec/models/list_response_working_hours_scheme_spec.rb +66 -0
- data/spec/models/logged_in_user_info_dto_spec.rb +66 -0
- data/spec/models/maritime_employment_spec.rb +66 -0
- data/spec/models/maventa_event_data_dto_spec.rb +72 -0
- data/spec/models/maventa_status_dto_spec.rb +60 -0
- data/spec/models/mileage_allowance_spec.rb +126 -0
- data/spec/models/mobile_app_login_spec.rb +60 -0
- data/spec/models/modules_spec.rb +114 -0
- data/spec/models/monthly_status_spec.rb +120 -0
- data/spec/models/municipality_spec.rb +78 -0
- data/spec/models/next_of_kin_spec.rb +94 -0
- data/spec/models/notification_spec.rb +90 -0
- data/spec/models/occupation_code_spec.rb +72 -0
- data/spec/models/order_line_spec.rb +162 -0
- data/spec/models/order_offer_spec.rb +84 -0
- data/spec/models/order_spec.rb +282 -0
- data/spec/models/passenger_spec.rb +72 -0
- data/spec/models/payment_type_out_spec.rb +120 -0
- data/spec/models/payment_type_spec.rb +96 -0
- data/spec/models/payslip_spec.rb +120 -0
- data/spec/models/per_diem_compensation_spec.rb +142 -0
- data/spec/models/person_auto_complete_dto_spec.rb +142 -0
- data/spec/models/posting_spec.rb +186 -0
- data/spec/models/product_spec.rb +168 -0
- data/spec/models/product_unit_spec.rb +78 -0
- data/spec/models/project_category_spec.rb +78 -0
- data/spec/models/project_invoice_details_spec.rb +168 -0
- data/spec/models/project_order_line_spec.rb +150 -0
- data/spec/models/project_participant_spec.rb +78 -0
- data/spec/models/project_spec.rb +190 -0
- data/spec/models/prospect_spec.rb +162 -0
- data/spec/models/reminder_spec.rb +166 -0
- data/spec/models/remuneration_type_spec.rb +82 -0
- data/spec/models/response_wrapper_accommodation_allowance_spec.rb +42 -0
- data/spec/models/response_wrapper_account_spec.rb +42 -0
- data/spec/models/response_wrapper_accounting_period_spec.rb +42 -0
- data/spec/models/response_wrapper_activity_spec.rb +42 -0
- data/spec/models/response_wrapper_address_spec.rb +42 -0
- data/spec/models/response_wrapper_altinn_company_module_spec.rb +42 -0
- data/spec/models/response_wrapper_annual_account_spec.rb +42 -0
- data/spec/models/response_wrapper_api_consumer_spec.rb +42 -0
- data/spec/models/response_wrapper_app_specific_spec.rb +42 -0
- data/spec/models/response_wrapper_bank_reconciliation_match_spec.rb +42 -0
- data/spec/models/response_wrapper_bank_reconciliation_payment_type_spec.rb +42 -0
- data/spec/models/response_wrapper_bank_reconciliation_spec.rb +42 -0
- data/spec/models/response_wrapper_bank_statement_spec.rb +42 -0
- data/spec/models/response_wrapper_bank_transaction_spec.rb +42 -0
- data/spec/models/response_wrapper_banner_spec.rb +42 -0
- data/spec/models/response_wrapper_boolean_spec.rb +42 -0
- data/spec/models/response_wrapper_close_group_spec.rb +42 -0
- data/spec/models/response_wrapper_company_holiday_spec.rb +42 -0
- data/spec/models/response_wrapper_company_spec.rb +42 -0
- data/spec/models/response_wrapper_consumer_token_spec.rb +42 -0
- data/spec/models/response_wrapper_contact_spec.rb +42 -0
- data/spec/models/response_wrapper_cost_spec.rb +42 -0
- data/spec/models/response_wrapper_country_spec.rb +42 -0
- data/spec/models/response_wrapper_currency_spec.rb +42 -0
- data/spec/models/response_wrapper_customer_category_spec.rb +42 -0
- data/spec/models/response_wrapper_customer_spec.rb +42 -0
- data/spec/models/response_wrapper_department_spec.rb +42 -0
- data/spec/models/response_wrapper_division_spec.rb +42 -0
- data/spec/models/response_wrapper_document_spec.rb +42 -0
- data/spec/models/response_wrapper_double_spec.rb +42 -0
- data/spec/models/response_wrapper_employee_spec.rb +42 -0
- data/spec/models/response_wrapper_employee_token_spec.rb +42 -0
- data/spec/models/response_wrapper_employment_details_spec.rb +42 -0
- data/spec/models/response_wrapper_employment_spec.rb +42 -0
- data/spec/models/response_wrapper_entitlement_spec.rb +42 -0
- data/spec/models/response_wrapper_external_product_spec.rb +42 -0
- data/spec/models/response_wrapper_integer_spec.rb +42 -0
- data/spec/models/response_wrapper_inventory_spec.rb +42 -0
- data/spec/models/response_wrapper_invoice_spec.rb +42 -0
- data/spec/models/response_wrapper_leave_of_absence_spec.rb +42 -0
- data/spec/models/response_wrapper_list_job_spec.rb +42 -0
- data/spec/models/response_wrapper_logged_in_user_info_dto_spec.rb +42 -0
- data/spec/models/response_wrapper_map_string_event_info_description_spec.rb +42 -0
- data/spec/models/response_wrapper_mileage_allowance_spec.rb +42 -0
- data/spec/models/response_wrapper_modules_spec.rb +42 -0
- data/spec/models/response_wrapper_monthly_status_spec.rb +42 -0
- data/spec/models/response_wrapper_next_of_kin_spec.rb +42 -0
- data/spec/models/response_wrapper_notification_spec.rb +42 -0
- data/spec/models/response_wrapper_object_spec.rb +42 -0
- data/spec/models/response_wrapper_order_line_spec.rb +42 -0
- data/spec/models/response_wrapper_order_offer_spec.rb +42 -0
- data/spec/models/response_wrapper_order_spec.rb +42 -0
- data/spec/models/response_wrapper_passenger_spec.rb +42 -0
- data/spec/models/response_wrapper_payment_type_out_spec.rb +42 -0
- data/spec/models/response_wrapper_payment_type_spec.rb +42 -0
- data/spec/models/response_wrapper_payslip_spec.rb +42 -0
- data/spec/models/response_wrapper_per_diem_compensation_spec.rb +42 -0
- data/spec/models/response_wrapper_posting_spec.rb +42 -0
- data/spec/models/response_wrapper_product_spec.rb +42 -0
- data/spec/models/response_wrapper_product_unit_spec.rb +42 -0
- data/spec/models/response_wrapper_project_category_spec.rb +42 -0
- data/spec/models/response_wrapper_project_invoice_details_spec.rb +42 -0
- data/spec/models/response_wrapper_project_order_line_spec.rb +42 -0
- data/spec/models/response_wrapper_project_participant_spec.rb +42 -0
- data/spec/models/response_wrapper_project_spec.rb +42 -0
- data/spec/models/response_wrapper_prospect_spec.rb +42 -0
- data/spec/models/response_wrapper_reminder_spec.rb +42 -0
- data/spec/models/response_wrapper_salary_settings_spec.rb +42 -0
- data/spec/models/response_wrapper_salary_specification_spec.rb +42 -0
- data/spec/models/response_wrapper_salary_transaction_spec.rb +42 -0
- data/spec/models/response_wrapper_salary_type_spec.rb +42 -0
- data/spec/models/response_wrapper_session_token_spec.rb +42 -0
- data/spec/models/response_wrapper_standard_time_spec.rb +42 -0
- data/spec/models/response_wrapper_string_spec.rb +42 -0
- data/spec/models/response_wrapper_subscription_spec.rb +42 -0
- data/spec/models/response_wrapper_supplier_spec.rb +42 -0
- data/spec/models/response_wrapper_system_message_spec.rb +42 -0
- data/spec/models/response_wrapper_time_clock_spec.rb +42 -0
- data/spec/models/response_wrapper_timesheet_entry_spec.rb +42 -0
- data/spec/models/response_wrapper_timesheet_settings_spec.rb +42 -0
- data/spec/models/response_wrapper_travel_cost_category_spec.rb +42 -0
- data/spec/models/response_wrapper_travel_expense_rate_category_group_spec.rb +42 -0
- data/spec/models/response_wrapper_travel_expense_rate_category_spec.rb +42 -0
- data/spec/models/response_wrapper_travel_expense_rate_spec.rb +42 -0
- data/spec/models/response_wrapper_travel_expense_spec.rb +42 -0
- data/spec/models/response_wrapper_travel_payment_type_spec.rb +42 -0
- data/spec/models/response_wrapper_trip_dto_spec.rb +42 -0
- data/spec/models/response_wrapper_tripletex_account_return_spec.rb +42 -0
- data/spec/models/response_wrapper_unread_count_dto_spec.rb +42 -0
- data/spec/models/response_wrapper_vat_type_spec.rb +42 -0
- data/spec/models/response_wrapper_voucher_spec.rb +42 -0
- data/spec/models/response_wrapper_voucher_type_spec.rb +42 -0
- data/spec/models/response_wrapper_week_spec.rb +42 -0
- data/spec/models/response_wrapper_weekly_status_spec.rb +42 -0
- data/spec/models/result_spec.rb +104 -0
- data/spec/models/salary_settings_spec.rb +76 -0
- data/spec/models/salary_specification_spec.rb +126 -0
- data/spec/models/salary_transaction_spec.rb +90 -0
- data/spec/models/salary_type_spec.rb +78 -0
- data/spec/models/search_completion_dto_spec.rb +106 -0
- data/spec/models/session_token_spec.rb +90 -0
- data/spec/models/smart_scan_webhook_spec.rb +54 -0
- data/spec/models/standard_time_spec.rb +78 -0
- data/spec/models/subscription_spec.rb +88 -0
- data/spec/models/supplier_balance_spec.rb +72 -0
- data/spec/models/supplier_spec.rb +192 -0
- data/spec/models/system_message_spec.rb +42 -0
- data/spec/models/time_clock_spec.rb +108 -0
- data/spec/models/timesheet_entry_search_response_spec.rb +72 -0
- data/spec/models/timesheet_entry_spec.rb +138 -0
- data/spec/models/timesheet_settings_spec.rb +72 -0
- data/spec/models/travel_cost_category_spec.rb +102 -0
- data/spec/models/travel_details_spec.rb +102 -0
- data/spec/models/travel_expense_rate_category_group_spec.rb +84 -0
- data/spec/models/travel_expense_rate_category_spec.rb +136 -0
- data/spec/models/travel_expense_rate_spec.rb +96 -0
- data/spec/models/travel_expense_spec.rb +280 -0
- data/spec/models/travel_payment_type_spec.rb +90 -0
- data/spec/models/trigger_dto_spec.rb +72 -0
- data/spec/models/trip_dto_spec.rb +54 -0
- data/spec/models/tripletex_account_return_spec.rb +66 -0
- data/spec/models/tripletex_account_spec.rb +138 -0
- data/spec/models/unread_count_dto_spec.rb +48 -0
- data/spec/models/vat_type_spec.rb +78 -0
- data/spec/models/vntc_status_dto_spec.rb +72 -0
- data/spec/models/voucher_search_response_spec.rb +72 -0
- data/spec/models/voucher_spec.rb +120 -0
- data/spec/models/voucher_type_spec.rb +66 -0
- data/spec/models/week_spec.rb +108 -0
- data/spec/models/working_hours_scheme_spec.rb +82 -0
- data/spec/spec_helper.rb +111 -0
- data/tripletex_api.gemspec +46 -0
- metadata +1862 -0
@@ -0,0 +1,390 @@
|
|
1
|
+
=begin
|
2
|
+
#Tripletex API
|
3
|
+
|
4
|
+
#The Tripletex API is a **RESTful API**, which does not implement PATCH, but uses a PUT with optional fields. **Actions** or commands are represented in our RESTful path with a prefixed `:`. Example: `/v2/hours/123/:approve`. **Summaries** or aggregated results are represented in our RESTful path with a prefixed <code>></code>. Example: <code>/v2/hours/>thisWeeksBillables</code>. **\"requestID\"** is a key found in all validation and error responses. If additional log information is absolutely necessary, our support division can locate the key value. **Download** the [swagger.json](/v2/swagger.json) file [OpenAPI Specification](https://github.com/OAI/OpenAPI-Specification) to [generate code](https://github.com/sveredyuk/tripletex_ruby). This document was generated from the Swagger JSON file. **version:** This is a versioning number found on all DB records. If included, it will prevent your PUT/POST from overriding any updates to the record since your GET. **Date & DateTime** follows the **ISO 8601** standard. Date: `YYYY-MM-DD`. DateTime: `YYYY-MM-DDThh:mm:ssZ` **Sorting** is done by specifying a comma separated list, where a `-` prefix denotes descending. You can sort by sub object with the following format: `project.name, -date`. **Searching:** is done by entering values in the optional fields for each API call. The values fall into the following categories: range, in, exact and like. **Missing fields or even no response data** can occur because result objects and fields are filtered on authorization. **See [FAQ](https://tripletex.no/execute/docViewer?articleId=906&language=0) for more additional information.** ## Authentication: - **Tokens:** The Tripletex API uses 3 different tokens - **consumerToken**, **employeeToken** and **sessionToken**. - **consumerToken** is a token provided to the consumer by Tripletex after the API 2.0 registration is completed. - **employeeToken** is a token created by an administrator in your Tripletex account via the user settings and the tab \"API access\". Each employee token must be given a set of entitlements. [Read more here.](https://tripletex.no/execute/docViewer?articleId=853&language=0) - **sessionToken** is the token from `/token/session/:create` which requires a consumerToken and an employeeToken created with the same consumer token, but not an authentication header. See how to create a sessionToken [here](https://tripletex.no/execute/docViewer?articleId=855&language=0). - The session token is used as the password in \"Basic Authentication Header\" for API calls. - Use blank or `0` as username for accessing the account with regular employee token, or if a company owned employee token accesses <code>/company/>withLoginAccess</code> or <code>/token/session/>whoAmI</code>. - For company owned employee tokens (accounting offices) the ID from <code>/company/>withLoginAccess</code> can be used as username for accessing client accounts. - If you need to create the header yourself use <code>Authorization: Basic <base64encode('0:sessionToken')></code>. ## Tags: - <div class=\"tag-icon-beta\"></div> **[BETA]** This is a beta endpoint and can be subject to change. - <div class=\"tag-icon-deprecated\"></div> **[DEPRECATED]** Deprecated means that we intend to remove/change this feature or capability in a future \"major\" API release. We therefore discourage all use of this feature/capability. ## Fields: Use the `fields` parameter to specify which fields should be returned. This also supports fields from sub elements. Example values: - `project,activity,hours` returns `{project:..., activity:...., hours:...}`. - just `project` returns `\"project\" : { \"id\": 12345, \"url\": \"tripletex.no/v2/projects/12345\" }`. - `project(*)` returns `\"project\" : { \"id\": 12345 \"name\":\"ProjectName\" \"number.....startDate\": \"2013-01-07\" }`. - `project(name)` returns `\"project\" : { \"name\":\"ProjectName\" }`. - All elements and some subElements : `*,activity(name),employee(*)`. ## Changes: To get the changes for a resource, `changes` have to be explicitly specified as part of the `fields` parameter, e.g. `*,changes`. There are currently two types of change available: - `CREATE` for when the resource was created - `UPDATE` for when the resource was updated NOTE: For objects created prior to October 24th 2018 the list may be incomplete, but will always contain the CREATE and the last change (if the object has been changed after creation). ## Rate limiting in each response header: Rate limiting is performed on the API calls for an employee for each API consumer. Status regarding the rate limit is returned as headers: - `X-Rate-Limit-Limit` - The number of allowed requests in the current period. - `X-Rate-Limit-Remaining` - The number of remaining requests. - `X-Rate-Limit-Reset` - The number of seconds left in the current period. Once the rate limit is hit, all requests will return HTTP status code `429` for the remainder of the current period. ## Response envelope: ``` { \"fullResultSize\": ###, \"from\": ###, // Paging starting from \"count\": ###, // Paging count \"versionDigest\": \"Hash of full result\", \"values\": [...list of objects...] } { \"value\": {...single object...} } ``` ## WebHook envelope: ``` { \"subscriptionId\": ###, \"event\": \"object.verb\", // As listed from /v2/event/ \"id\": ###, // Object id \"value\": {... single object, null if object.deleted ...} } ``` ## Error/warning envelope: ``` { \"status\": ###, // HTTP status code \"code\": #####, // internal status code of event \"message\": \"Basic feedback message in your language\", \"link\": \"Link to doc\", \"developerMessage\": \"More technical message\", \"validationMessages\": [ // Will be null if Error { \"field\": \"Name of field\", \"message\": \"Validation failure information\" } ], \"requestId\": \"UUID used in any logs\" } ``` ## Status codes / Error codes: - **200 OK** - **201 Created** - From POSTs that create something new. - **204 No Content** - When there is no answer, ex: \"/:anAction\" or DELETE. - **400 Bad request** - - **4000** Bad Request Exception - **11000** Illegal Filter Exception - **12000** Path Param Exception - **24000** Cryptography Exception - **401 Unauthorized** - When authentication is required and has failed or has not yet been provided - **3000** Authentication Exception - **9000** Security Exception - **403 Forbidden** - When AuthorisationManager says no. - **404 Not Found** - For content/IDs that does not exist. - **6000** Not Found Exception - **409 Conflict** - Such as an edit conflict between multiple simultaneous updates - **7000** Object Exists Exception - **8000** Revision Exception - **10000** Locked Exception - **14000** Duplicate entry - **422 Bad Request** - For Required fields or things like malformed payload. - **15000** Value Validation Exception - **16000** Mapping Exception - **17000** Sorting Exception - **18000** Validation Exception - **21000** Param Exception - **22000** Invalid JSON Exception - **23000** Result Set Too Large Exception - **429 Too Many Requests** - Request rate limit hit - **500 Internal Error** - Unexpected condition was encountered and no more specific message is suitable - **1000** Exception
|
5
|
+
|
6
|
+
OpenAPI spec version: 2.32.0
|
7
|
+
|
8
|
+
Generated by: https://github.com/sveredyuk/tripletex_ruby.git
|
9
|
+
Swagger Codegen version: 2.3.1
|
10
|
+
|
11
|
+
=end
|
12
|
+
|
13
|
+
require 'date'
|
14
|
+
require 'json'
|
15
|
+
require 'logger'
|
16
|
+
require 'tempfile'
|
17
|
+
require 'typhoeus'
|
18
|
+
require 'uri'
|
19
|
+
|
20
|
+
module TripletexApi
|
21
|
+
class ApiClient
|
22
|
+
# The Configuration object holding settings to be used in the API client.
|
23
|
+
attr_accessor :config
|
24
|
+
|
25
|
+
# Defines the headers to be used in HTTP requests of all API calls by default.
|
26
|
+
#
|
27
|
+
# @return [Hash]
|
28
|
+
attr_accessor :default_headers
|
29
|
+
|
30
|
+
# Initializes the ApiClient
|
31
|
+
# @option config [Configuration] Configuration for initializing the object, default to Configuration.default
|
32
|
+
def initialize(config = Configuration.default)
|
33
|
+
@config = config
|
34
|
+
@user_agent = "Swagger-Codegen/#{VERSION}/ruby"
|
35
|
+
@default_headers = {
|
36
|
+
'Content-Type' => "application/json",
|
37
|
+
'User-Agent' => @user_agent
|
38
|
+
}
|
39
|
+
end
|
40
|
+
|
41
|
+
def self.default
|
42
|
+
@@default ||= ApiClient.new
|
43
|
+
end
|
44
|
+
|
45
|
+
# Call an API with given options.
|
46
|
+
#
|
47
|
+
# @return [Array<(Object, Fixnum, Hash)>] an array of 3 elements:
|
48
|
+
# the data deserialized from response body (could be nil), response status code and response headers.
|
49
|
+
def call_api(http_method, path, opts = {})
|
50
|
+
request = build_request(http_method, path, opts)
|
51
|
+
response = request.run
|
52
|
+
|
53
|
+
if @config.debugging
|
54
|
+
@config.logger.debug "HTTP response body ~BEGIN~\n#{response.body}\n~END~\n"
|
55
|
+
end
|
56
|
+
|
57
|
+
unless response.success?
|
58
|
+
if response.timed_out?
|
59
|
+
fail ApiError.new('Connection timed out')
|
60
|
+
elsif response.code == 0
|
61
|
+
# Errors from libcurl will be made visible here
|
62
|
+
fail ApiError.new(:code => 0,
|
63
|
+
:message => response.return_message)
|
64
|
+
else
|
65
|
+
fail ApiError.new(:code => response.code,
|
66
|
+
:message => response.body,
|
67
|
+
:response_headers => response.headers,
|
68
|
+
:response_body => response.body),
|
69
|
+
response.status_message
|
70
|
+
end
|
71
|
+
end
|
72
|
+
|
73
|
+
if opts[:return_type]
|
74
|
+
data = deserialize(response, opts[:return_type])
|
75
|
+
else
|
76
|
+
data = nil
|
77
|
+
end
|
78
|
+
return data, response.code, response.headers
|
79
|
+
end
|
80
|
+
|
81
|
+
# Builds the HTTP request
|
82
|
+
#
|
83
|
+
# @param [String] http_method HTTP method/verb (e.g. POST)
|
84
|
+
# @param [String] path URL path (e.g. /account/new)
|
85
|
+
# @option opts [Hash] :header_params Header parameters
|
86
|
+
# @option opts [Hash] :query_params Query parameters
|
87
|
+
# @option opts [Hash] :form_params Query parameters
|
88
|
+
# @option opts [Object] :body HTTP body (JSON/XML)
|
89
|
+
# @return [Typhoeus::Request] A Typhoeus Request
|
90
|
+
def build_request(http_method, path, opts = {})
|
91
|
+
url = build_request_url(path)
|
92
|
+
http_method = http_method.to_sym.downcase
|
93
|
+
|
94
|
+
header_params = @default_headers.merge(opts[:header_params] || {})
|
95
|
+
query_params = opts[:query_params] || {}
|
96
|
+
form_params = opts[:form_params] || {}
|
97
|
+
|
98
|
+
update_params_for_auth! header_params, query_params, opts[:auth_names]
|
99
|
+
|
100
|
+
# set ssl_verifyhosts option based on @config.verify_ssl_host (true/false)
|
101
|
+
_verify_ssl_host = @config.verify_ssl_host ? 2 : 0
|
102
|
+
|
103
|
+
req_opts = {
|
104
|
+
:method => http_method,
|
105
|
+
:headers => header_params,
|
106
|
+
:params => query_params,
|
107
|
+
:params_encoding => @config.params_encoding,
|
108
|
+
:timeout => @config.timeout,
|
109
|
+
:ssl_verifypeer => @config.verify_ssl,
|
110
|
+
:ssl_verifyhost => _verify_ssl_host,
|
111
|
+
:sslcert => @config.cert_file,
|
112
|
+
:sslkey => @config.key_file,
|
113
|
+
:verbose => @config.debugging
|
114
|
+
}
|
115
|
+
|
116
|
+
# set custom cert, if provided
|
117
|
+
req_opts[:cainfo] = @config.ssl_ca_cert if @config.ssl_ca_cert
|
118
|
+
|
119
|
+
if [:post, :patch, :put, :delete].include?(http_method)
|
120
|
+
req_body = build_request_body(header_params, form_params, opts[:body])
|
121
|
+
req_opts.update :body => req_body
|
122
|
+
if @config.debugging
|
123
|
+
@config.logger.debug "HTTP request body param ~BEGIN~\n#{req_body}\n~END~\n"
|
124
|
+
end
|
125
|
+
end
|
126
|
+
|
127
|
+
request = Typhoeus::Request.new(url, req_opts)
|
128
|
+
download_file(request) if opts[:return_type] == 'File'
|
129
|
+
request
|
130
|
+
end
|
131
|
+
|
132
|
+
# Check if the given MIME is a JSON MIME.
|
133
|
+
# JSON MIME examples:
|
134
|
+
# application/json
|
135
|
+
# application/json; charset=UTF8
|
136
|
+
# APPLICATION/JSON
|
137
|
+
# */*
|
138
|
+
# @param [String] mime MIME
|
139
|
+
# @return [Boolean] True if the MIME is application/json
|
140
|
+
def json_mime?(mime)
|
141
|
+
(mime == "*/*") || !(mime =~ /Application\/.*json(?!p)(;.*)?/i).nil?
|
142
|
+
end
|
143
|
+
|
144
|
+
# Deserialize the response to the given return type.
|
145
|
+
#
|
146
|
+
# @param [Response] response HTTP response
|
147
|
+
# @param [String] return_type some examples: "User", "Array[User]", "Hash[String,Integer]"
|
148
|
+
def deserialize(response, return_type)
|
149
|
+
body = response.body
|
150
|
+
|
151
|
+
# handle file downloading - return the File instance processed in request callbacks
|
152
|
+
# note that response body is empty when the file is written in chunks in request on_body callback
|
153
|
+
return @tempfile if return_type == 'File'
|
154
|
+
|
155
|
+
return nil if body.nil? || body.empty?
|
156
|
+
|
157
|
+
# return response body directly for String return type
|
158
|
+
return body if return_type == 'String'
|
159
|
+
|
160
|
+
# ensuring a default content type
|
161
|
+
content_type = response.headers['Content-Type'] || 'application/json'
|
162
|
+
|
163
|
+
fail "Content-Type is not supported: #{content_type}" unless json_mime?(content_type)
|
164
|
+
|
165
|
+
begin
|
166
|
+
data = JSON.parse("[#{body}]", :symbolize_names => true)[0]
|
167
|
+
rescue JSON::ParserError => e
|
168
|
+
if %w(String Date DateTime).include?(return_type)
|
169
|
+
data = body
|
170
|
+
else
|
171
|
+
raise e
|
172
|
+
end
|
173
|
+
end
|
174
|
+
|
175
|
+
convert_to_type data, return_type
|
176
|
+
end
|
177
|
+
|
178
|
+
# Convert data to the given return type.
|
179
|
+
# @param [Object] data Data to be converted
|
180
|
+
# @param [String] return_type Return type
|
181
|
+
# @return [Mixed] Data in a particular type
|
182
|
+
def convert_to_type(data, return_type)
|
183
|
+
return nil if data.nil?
|
184
|
+
case return_type
|
185
|
+
when 'String'
|
186
|
+
data.to_s
|
187
|
+
when 'Integer'
|
188
|
+
data.to_i
|
189
|
+
when 'Float'
|
190
|
+
data.to_f
|
191
|
+
when 'BOOLEAN'
|
192
|
+
data == true
|
193
|
+
when 'DateTime'
|
194
|
+
# parse date time (expecting ISO 8601 format)
|
195
|
+
DateTime.parse data
|
196
|
+
when 'Date'
|
197
|
+
# parse date time (expecting ISO 8601 format)
|
198
|
+
Date.parse data
|
199
|
+
when 'Object'
|
200
|
+
# generic object (usually a Hash), return directly
|
201
|
+
data
|
202
|
+
when /\AArray<(.+)>\z/
|
203
|
+
# e.g. Array<Pet>
|
204
|
+
sub_type = $1
|
205
|
+
data.map {|item| convert_to_type(item, sub_type) }
|
206
|
+
when /\AHash\<String, (.+)\>\z/
|
207
|
+
# e.g. Hash<String, Integer>
|
208
|
+
sub_type = $1
|
209
|
+
{}.tap do |hash|
|
210
|
+
data.each {|k, v| hash[k] = convert_to_type(v, sub_type) }
|
211
|
+
end
|
212
|
+
else
|
213
|
+
# models, e.g. Pet
|
214
|
+
TripletexApi.const_get(return_type).new.tap do |model|
|
215
|
+
model.build_from_hash data
|
216
|
+
end
|
217
|
+
end
|
218
|
+
end
|
219
|
+
|
220
|
+
# Save response body into a file in (the defined) temporary folder, using the filename
|
221
|
+
# from the "Content-Disposition" header if provided, otherwise a random filename.
|
222
|
+
# The response body is written to the file in chunks in order to handle files which
|
223
|
+
# size is larger than maximum Ruby String or even larger than the maximum memory a Ruby
|
224
|
+
# process can use.
|
225
|
+
#
|
226
|
+
# @see Configuration#temp_folder_path
|
227
|
+
def download_file(request)
|
228
|
+
tempfile = nil
|
229
|
+
encoding = nil
|
230
|
+
request.on_headers do |response|
|
231
|
+
content_disposition = response.headers['Content-Disposition']
|
232
|
+
if content_disposition and content_disposition =~ /filename=/i
|
233
|
+
filename = content_disposition[/filename=['"]?([^'"\s]+)['"]?/, 1]
|
234
|
+
prefix = sanitize_filename(filename)
|
235
|
+
else
|
236
|
+
prefix = 'download-'
|
237
|
+
end
|
238
|
+
prefix = prefix + '-' unless prefix.end_with?('-')
|
239
|
+
encoding = response.body.encoding
|
240
|
+
tempfile = Tempfile.open(prefix, @config.temp_folder_path, encoding: encoding)
|
241
|
+
@tempfile = tempfile
|
242
|
+
end
|
243
|
+
request.on_body do |chunk|
|
244
|
+
chunk.force_encoding(encoding)
|
245
|
+
tempfile.write(chunk)
|
246
|
+
end
|
247
|
+
request.on_complete do |response|
|
248
|
+
tempfile.close
|
249
|
+
@config.logger.info "Temp file written to #{tempfile.path}, please copy the file to a proper folder "\
|
250
|
+
"with e.g. `FileUtils.cp(tempfile.path, '/new/file/path')` otherwise the temp file "\
|
251
|
+
"will be deleted automatically with GC. It's also recommended to delete the temp file "\
|
252
|
+
"explicitly with `tempfile.delete`"
|
253
|
+
end
|
254
|
+
end
|
255
|
+
|
256
|
+
# Sanitize filename by removing path.
|
257
|
+
# e.g. ../../sun.gif becomes sun.gif
|
258
|
+
#
|
259
|
+
# @param [String] filename the filename to be sanitized
|
260
|
+
# @return [String] the sanitized filename
|
261
|
+
def sanitize_filename(filename)
|
262
|
+
filename.gsub(/.*[\/\\]/, '')
|
263
|
+
end
|
264
|
+
|
265
|
+
def build_request_url(path)
|
266
|
+
# Add leading and trailing slashes to path
|
267
|
+
path = "/#{path}".gsub(/\/+/, '/')
|
268
|
+
URI.encode(@config.base_url + path)
|
269
|
+
end
|
270
|
+
|
271
|
+
# Builds the HTTP request body
|
272
|
+
#
|
273
|
+
# @param [Hash] header_params Header parameters
|
274
|
+
# @param [Hash] form_params Query parameters
|
275
|
+
# @param [Object] body HTTP body (JSON/XML)
|
276
|
+
# @return [String] HTTP body data in the form of string
|
277
|
+
def build_request_body(header_params, form_params, body)
|
278
|
+
# http form
|
279
|
+
if header_params['Content-Type'] == 'application/x-www-form-urlencoded' ||
|
280
|
+
header_params['Content-Type'] == 'multipart/form-data'
|
281
|
+
data = {}
|
282
|
+
form_params.each do |key, value|
|
283
|
+
case value
|
284
|
+
when ::File, ::Array, nil
|
285
|
+
# let typhoeus handle File, Array and nil parameters
|
286
|
+
data[key] = value
|
287
|
+
else
|
288
|
+
data[key] = value.to_s
|
289
|
+
end
|
290
|
+
end
|
291
|
+
elsif body
|
292
|
+
data = body.is_a?(String) ? body : body.to_json
|
293
|
+
else
|
294
|
+
data = nil
|
295
|
+
end
|
296
|
+
data
|
297
|
+
end
|
298
|
+
|
299
|
+
# Update hearder and query params based on authentication settings.
|
300
|
+
#
|
301
|
+
# @param [Hash] header_params Header parameters
|
302
|
+
# @param [Hash] query_params Query parameters
|
303
|
+
# @param [String] auth_names Authentication scheme name
|
304
|
+
def update_params_for_auth!(header_params, query_params, auth_names)
|
305
|
+
Array(auth_names).each do |auth_name|
|
306
|
+
auth_setting = @config.auth_settings[auth_name]
|
307
|
+
next unless auth_setting
|
308
|
+
case auth_setting[:in]
|
309
|
+
when 'header' then header_params[auth_setting[:key]] = auth_setting[:value]
|
310
|
+
when 'query' then query_params[auth_setting[:key]] = auth_setting[:value]
|
311
|
+
else fail ArgumentError, 'Authentication token must be in `query` of `header`'
|
312
|
+
end
|
313
|
+
end
|
314
|
+
end
|
315
|
+
|
316
|
+
# Sets user agent in HTTP header
|
317
|
+
#
|
318
|
+
# @param [String] user_agent User agent (e.g. swagger-codegen/ruby/1.0.0)
|
319
|
+
def user_agent=(user_agent)
|
320
|
+
@user_agent = user_agent
|
321
|
+
@default_headers['User-Agent'] = @user_agent
|
322
|
+
end
|
323
|
+
|
324
|
+
# Return Accept header based on an array of accepts provided.
|
325
|
+
# @param [Array] accepts array for Accept
|
326
|
+
# @return [String] the Accept header (e.g. application/json)
|
327
|
+
def select_header_accept(accepts)
|
328
|
+
return nil if accepts.nil? || accepts.empty?
|
329
|
+
# use JSON when present, otherwise use all of the provided
|
330
|
+
json_accept = accepts.find { |s| json_mime?(s) }
|
331
|
+
return json_accept || accepts.join(',')
|
332
|
+
end
|
333
|
+
|
334
|
+
# Return Content-Type header based on an array of content types provided.
|
335
|
+
# @param [Array] content_types array for Content-Type
|
336
|
+
# @return [String] the Content-Type header (e.g. application/json)
|
337
|
+
def select_header_content_type(content_types)
|
338
|
+
# use application/json by default
|
339
|
+
return 'application/json' if content_types.nil? || content_types.empty?
|
340
|
+
# use JSON when present, otherwise use the first one
|
341
|
+
json_content_type = content_types.find { |s| json_mime?(s) }
|
342
|
+
return json_content_type || content_types.first
|
343
|
+
end
|
344
|
+
|
345
|
+
# Convert object (array, hash, object, etc) to JSON string.
|
346
|
+
# @param [Object] model object to be converted into JSON string
|
347
|
+
# @return [String] JSON string representation of the object
|
348
|
+
def object_to_http_body(model)
|
349
|
+
return model if model.nil? || model.is_a?(String)
|
350
|
+
local_body = nil
|
351
|
+
if model.is_a?(Array)
|
352
|
+
local_body = model.map{|m| object_to_hash(m) }
|
353
|
+
else
|
354
|
+
local_body = object_to_hash(model)
|
355
|
+
end
|
356
|
+
local_body.to_json
|
357
|
+
end
|
358
|
+
|
359
|
+
# Convert object(non-array) to hash.
|
360
|
+
# @param [Object] obj object to be converted into JSON string
|
361
|
+
# @return [String] JSON string representation of the object
|
362
|
+
def object_to_hash(obj)
|
363
|
+
if obj.respond_to?(:to_hash)
|
364
|
+
obj.to_hash
|
365
|
+
else
|
366
|
+
obj
|
367
|
+
end
|
368
|
+
end
|
369
|
+
|
370
|
+
# Build parameter value according to the given collection format.
|
371
|
+
# @param [String] collection_format one of :csv, :ssv, :tsv, :pipes and :multi
|
372
|
+
def build_collection_param(param, collection_format)
|
373
|
+
case collection_format
|
374
|
+
when :csv
|
375
|
+
param.join(',')
|
376
|
+
when :ssv
|
377
|
+
param.join(' ')
|
378
|
+
when :tsv
|
379
|
+
param.join("\t")
|
380
|
+
when :pipes
|
381
|
+
param.join('|')
|
382
|
+
when :multi
|
383
|
+
# return the array directly as typhoeus will handle it as expected
|
384
|
+
param
|
385
|
+
else
|
386
|
+
fail "unknown collection format: #{collection_format.inspect}"
|
387
|
+
end
|
388
|
+
end
|
389
|
+
end
|
390
|
+
end
|
@@ -0,0 +1,38 @@
|
|
1
|
+
=begin
|
2
|
+
#Tripletex API
|
3
|
+
|
4
|
+
#The Tripletex API is a **RESTful API**, which does not implement PATCH, but uses a PUT with optional fields. **Actions** or commands are represented in our RESTful path with a prefixed `:`. Example: `/v2/hours/123/:approve`. **Summaries** or aggregated results are represented in our RESTful path with a prefixed <code>></code>. Example: <code>/v2/hours/>thisWeeksBillables</code>. **\"requestID\"** is a key found in all validation and error responses. If additional log information is absolutely necessary, our support division can locate the key value. **Download** the [swagger.json](/v2/swagger.json) file [OpenAPI Specification](https://github.com/OAI/OpenAPI-Specification) to [generate code](https://github.com/sveredyuk/tripletex_ruby). This document was generated from the Swagger JSON file. **version:** This is a versioning number found on all DB records. If included, it will prevent your PUT/POST from overriding any updates to the record since your GET. **Date & DateTime** follows the **ISO 8601** standard. Date: `YYYY-MM-DD`. DateTime: `YYYY-MM-DDThh:mm:ssZ` **Sorting** is done by specifying a comma separated list, where a `-` prefix denotes descending. You can sort by sub object with the following format: `project.name, -date`. **Searching:** is done by entering values in the optional fields for each API call. The values fall into the following categories: range, in, exact and like. **Missing fields or even no response data** can occur because result objects and fields are filtered on authorization. **See [FAQ](https://tripletex.no/execute/docViewer?articleId=906&language=0) for more additional information.** ## Authentication: - **Tokens:** The Tripletex API uses 3 different tokens - **consumerToken**, **employeeToken** and **sessionToken**. - **consumerToken** is a token provided to the consumer by Tripletex after the API 2.0 registration is completed. - **employeeToken** is a token created by an administrator in your Tripletex account via the user settings and the tab \"API access\". Each employee token must be given a set of entitlements. [Read more here.](https://tripletex.no/execute/docViewer?articleId=853&language=0) - **sessionToken** is the token from `/token/session/:create` which requires a consumerToken and an employeeToken created with the same consumer token, but not an authentication header. See how to create a sessionToken [here](https://tripletex.no/execute/docViewer?articleId=855&language=0). - The session token is used as the password in \"Basic Authentication Header\" for API calls. - Use blank or `0` as username for accessing the account with regular employee token, or if a company owned employee token accesses <code>/company/>withLoginAccess</code> or <code>/token/session/>whoAmI</code>. - For company owned employee tokens (accounting offices) the ID from <code>/company/>withLoginAccess</code> can be used as username for accessing client accounts. - If you need to create the header yourself use <code>Authorization: Basic <base64encode('0:sessionToken')></code>. ## Tags: - <div class=\"tag-icon-beta\"></div> **[BETA]** This is a beta endpoint and can be subject to change. - <div class=\"tag-icon-deprecated\"></div> **[DEPRECATED]** Deprecated means that we intend to remove/change this feature or capability in a future \"major\" API release. We therefore discourage all use of this feature/capability. ## Fields: Use the `fields` parameter to specify which fields should be returned. This also supports fields from sub elements. Example values: - `project,activity,hours` returns `{project:..., activity:...., hours:...}`. - just `project` returns `\"project\" : { \"id\": 12345, \"url\": \"tripletex.no/v2/projects/12345\" }`. - `project(*)` returns `\"project\" : { \"id\": 12345 \"name\":\"ProjectName\" \"number.....startDate\": \"2013-01-07\" }`. - `project(name)` returns `\"project\" : { \"name\":\"ProjectName\" }`. - All elements and some subElements : `*,activity(name),employee(*)`. ## Changes: To get the changes for a resource, `changes` have to be explicitly specified as part of the `fields` parameter, e.g. `*,changes`. There are currently two types of change available: - `CREATE` for when the resource was created - `UPDATE` for when the resource was updated NOTE: For objects created prior to October 24th 2018 the list may be incomplete, but will always contain the CREATE and the last change (if the object has been changed after creation). ## Rate limiting in each response header: Rate limiting is performed on the API calls for an employee for each API consumer. Status regarding the rate limit is returned as headers: - `X-Rate-Limit-Limit` - The number of allowed requests in the current period. - `X-Rate-Limit-Remaining` - The number of remaining requests. - `X-Rate-Limit-Reset` - The number of seconds left in the current period. Once the rate limit is hit, all requests will return HTTP status code `429` for the remainder of the current period. ## Response envelope: ``` { \"fullResultSize\": ###, \"from\": ###, // Paging starting from \"count\": ###, // Paging count \"versionDigest\": \"Hash of full result\", \"values\": [...list of objects...] } { \"value\": {...single object...} } ``` ## WebHook envelope: ``` { \"subscriptionId\": ###, \"event\": \"object.verb\", // As listed from /v2/event/ \"id\": ###, // Object id \"value\": {... single object, null if object.deleted ...} } ``` ## Error/warning envelope: ``` { \"status\": ###, // HTTP status code \"code\": #####, // internal status code of event \"message\": \"Basic feedback message in your language\", \"link\": \"Link to doc\", \"developerMessage\": \"More technical message\", \"validationMessages\": [ // Will be null if Error { \"field\": \"Name of field\", \"message\": \"Validation failure information\" } ], \"requestId\": \"UUID used in any logs\" } ``` ## Status codes / Error codes: - **200 OK** - **201 Created** - From POSTs that create something new. - **204 No Content** - When there is no answer, ex: \"/:anAction\" or DELETE. - **400 Bad request** - - **4000** Bad Request Exception - **11000** Illegal Filter Exception - **12000** Path Param Exception - **24000** Cryptography Exception - **401 Unauthorized** - When authentication is required and has failed or has not yet been provided - **3000** Authentication Exception - **9000** Security Exception - **403 Forbidden** - When AuthorisationManager says no. - **404 Not Found** - For content/IDs that does not exist. - **6000** Not Found Exception - **409 Conflict** - Such as an edit conflict between multiple simultaneous updates - **7000** Object Exists Exception - **8000** Revision Exception - **10000** Locked Exception - **14000** Duplicate entry - **422 Bad Request** - For Required fields or things like malformed payload. - **15000** Value Validation Exception - **16000** Mapping Exception - **17000** Sorting Exception - **18000** Validation Exception - **21000** Param Exception - **22000** Invalid JSON Exception - **23000** Result Set Too Large Exception - **429 Too Many Requests** - Request rate limit hit - **500 Internal Error** - Unexpected condition was encountered and no more specific message is suitable - **1000** Exception
|
5
|
+
|
6
|
+
OpenAPI spec version: 2.32.0
|
7
|
+
|
8
|
+
Generated by: https://github.com/sveredyuk/tripletex_ruby.git
|
9
|
+
Swagger Codegen version: 2.3.1
|
10
|
+
|
11
|
+
=end
|
12
|
+
|
13
|
+
module TripletexApi
|
14
|
+
class ApiError < StandardError
|
15
|
+
attr_reader :code, :response_headers, :response_body
|
16
|
+
|
17
|
+
# Usage examples:
|
18
|
+
# ApiError.new
|
19
|
+
# ApiError.new("message")
|
20
|
+
# ApiError.new(:code => 500, :response_headers => {}, :response_body => "")
|
21
|
+
# ApiError.new(:code => 404, :message => "Not Found")
|
22
|
+
def initialize(arg = nil)
|
23
|
+
if arg.is_a? Hash
|
24
|
+
if arg.key?(:message) || arg.key?('message')
|
25
|
+
super(arg[:message] || arg['message'])
|
26
|
+
else
|
27
|
+
super arg
|
28
|
+
end
|
29
|
+
|
30
|
+
arg.each do |k, v|
|
31
|
+
instance_variable_set "@#{k}", v
|
32
|
+
end
|
33
|
+
else
|
34
|
+
super arg
|
35
|
+
end
|
36
|
+
end
|
37
|
+
end
|
38
|
+
end
|
@@ -0,0 +1,209 @@
|
|
1
|
+
=begin
|
2
|
+
#Tripletex API
|
3
|
+
|
4
|
+
#The Tripletex API is a **RESTful API**, which does not implement PATCH, but uses a PUT with optional fields. **Actions** or commands are represented in our RESTful path with a prefixed `:`. Example: `/v2/hours/123/:approve`. **Summaries** or aggregated results are represented in our RESTful path with a prefixed <code>></code>. Example: <code>/v2/hours/>thisWeeksBillables</code>. **\"requestID\"** is a key found in all validation and error responses. If additional log information is absolutely necessary, our support division can locate the key value. **Download** the [swagger.json](/v2/swagger.json) file [OpenAPI Specification](https://github.com/OAI/OpenAPI-Specification) to [generate code](https://github.com/sveredyuk/tripletex_ruby). This document was generated from the Swagger JSON file. **version:** This is a versioning number found on all DB records. If included, it will prevent your PUT/POST from overriding any updates to the record since your GET. **Date & DateTime** follows the **ISO 8601** standard. Date: `YYYY-MM-DD`. DateTime: `YYYY-MM-DDThh:mm:ssZ` **Sorting** is done by specifying a comma separated list, where a `-` prefix denotes descending. You can sort by sub object with the following format: `project.name, -date`. **Searching:** is done by entering values in the optional fields for each API call. The values fall into the following categories: range, in, exact and like. **Missing fields or even no response data** can occur because result objects and fields are filtered on authorization. **See [FAQ](https://tripletex.no/execute/docViewer?articleId=906&language=0) for more additional information.** ## Authentication: - **Tokens:** The Tripletex API uses 3 different tokens - **consumerToken**, **employeeToken** and **sessionToken**. - **consumerToken** is a token provided to the consumer by Tripletex after the API 2.0 registration is completed. - **employeeToken** is a token created by an administrator in your Tripletex account via the user settings and the tab \"API access\". Each employee token must be given a set of entitlements. [Read more here.](https://tripletex.no/execute/docViewer?articleId=853&language=0) - **sessionToken** is the token from `/token/session/:create` which requires a consumerToken and an employeeToken created with the same consumer token, but not an authentication header. See how to create a sessionToken [here](https://tripletex.no/execute/docViewer?articleId=855&language=0). - The session token is used as the password in \"Basic Authentication Header\" for API calls. - Use blank or `0` as username for accessing the account with regular employee token, or if a company owned employee token accesses <code>/company/>withLoginAccess</code> or <code>/token/session/>whoAmI</code>. - For company owned employee tokens (accounting offices) the ID from <code>/company/>withLoginAccess</code> can be used as username for accessing client accounts. - If you need to create the header yourself use <code>Authorization: Basic <base64encode('0:sessionToken')></code>. ## Tags: - <div class=\"tag-icon-beta\"></div> **[BETA]** This is a beta endpoint and can be subject to change. - <div class=\"tag-icon-deprecated\"></div> **[DEPRECATED]** Deprecated means that we intend to remove/change this feature or capability in a future \"major\" API release. We therefore discourage all use of this feature/capability. ## Fields: Use the `fields` parameter to specify which fields should be returned. This also supports fields from sub elements. Example values: - `project,activity,hours` returns `{project:..., activity:...., hours:...}`. - just `project` returns `\"project\" : { \"id\": 12345, \"url\": \"tripletex.no/v2/projects/12345\" }`. - `project(*)` returns `\"project\" : { \"id\": 12345 \"name\":\"ProjectName\" \"number.....startDate\": \"2013-01-07\" }`. - `project(name)` returns `\"project\" : { \"name\":\"ProjectName\" }`. - All elements and some subElements : `*,activity(name),employee(*)`. ## Changes: To get the changes for a resource, `changes` have to be explicitly specified as part of the `fields` parameter, e.g. `*,changes`. There are currently two types of change available: - `CREATE` for when the resource was created - `UPDATE` for when the resource was updated NOTE: For objects created prior to October 24th 2018 the list may be incomplete, but will always contain the CREATE and the last change (if the object has been changed after creation). ## Rate limiting in each response header: Rate limiting is performed on the API calls for an employee for each API consumer. Status regarding the rate limit is returned as headers: - `X-Rate-Limit-Limit` - The number of allowed requests in the current period. - `X-Rate-Limit-Remaining` - The number of remaining requests. - `X-Rate-Limit-Reset` - The number of seconds left in the current period. Once the rate limit is hit, all requests will return HTTP status code `429` for the remainder of the current period. ## Response envelope: ``` { \"fullResultSize\": ###, \"from\": ###, // Paging starting from \"count\": ###, // Paging count \"versionDigest\": \"Hash of full result\", \"values\": [...list of objects...] } { \"value\": {...single object...} } ``` ## WebHook envelope: ``` { \"subscriptionId\": ###, \"event\": \"object.verb\", // As listed from /v2/event/ \"id\": ###, // Object id \"value\": {... single object, null if object.deleted ...} } ``` ## Error/warning envelope: ``` { \"status\": ###, // HTTP status code \"code\": #####, // internal status code of event \"message\": \"Basic feedback message in your language\", \"link\": \"Link to doc\", \"developerMessage\": \"More technical message\", \"validationMessages\": [ // Will be null if Error { \"field\": \"Name of field\", \"message\": \"Validation failure information\" } ], \"requestId\": \"UUID used in any logs\" } ``` ## Status codes / Error codes: - **200 OK** - **201 Created** - From POSTs that create something new. - **204 No Content** - When there is no answer, ex: \"/:anAction\" or DELETE. - **400 Bad request** - - **4000** Bad Request Exception - **11000** Illegal Filter Exception - **12000** Path Param Exception - **24000** Cryptography Exception - **401 Unauthorized** - When authentication is required and has failed or has not yet been provided - **3000** Authentication Exception - **9000** Security Exception - **403 Forbidden** - When AuthorisationManager says no. - **404 Not Found** - For content/IDs that does not exist. - **6000** Not Found Exception - **409 Conflict** - Such as an edit conflict between multiple simultaneous updates - **7000** Object Exists Exception - **8000** Revision Exception - **10000** Locked Exception - **14000** Duplicate entry - **422 Bad Request** - For Required fields or things like malformed payload. - **15000** Value Validation Exception - **16000** Mapping Exception - **17000** Sorting Exception - **18000** Validation Exception - **21000** Param Exception - **22000** Invalid JSON Exception - **23000** Result Set Too Large Exception - **429 Too Many Requests** - Request rate limit hit - **500 Internal Error** - Unexpected condition was encountered and no more specific message is suitable - **1000** Exception
|
5
|
+
|
6
|
+
OpenAPI spec version: 2.32.0
|
7
|
+
|
8
|
+
Generated by: https://github.com/sveredyuk/tripletex_ruby.git
|
9
|
+
Swagger Codegen version: 2.3.1
|
10
|
+
|
11
|
+
=end
|
12
|
+
|
13
|
+
require 'uri'
|
14
|
+
|
15
|
+
module TripletexApi
|
16
|
+
class Configuration
|
17
|
+
# Defines url scheme
|
18
|
+
attr_accessor :scheme
|
19
|
+
|
20
|
+
# Defines url host
|
21
|
+
attr_accessor :host
|
22
|
+
|
23
|
+
# Defines url base path
|
24
|
+
attr_accessor :base_path
|
25
|
+
|
26
|
+
# Defines API keys used with API Key authentications.
|
27
|
+
#
|
28
|
+
# @return [Hash] key: parameter name, value: parameter value (API key)
|
29
|
+
#
|
30
|
+
# @example parameter name is "api_key", API key is "xxx" (e.g. "api_key=xxx" in query string)
|
31
|
+
# config.api_key['api_key'] = 'xxx'
|
32
|
+
attr_accessor :api_key
|
33
|
+
|
34
|
+
# Defines API key prefixes used with API Key authentications.
|
35
|
+
#
|
36
|
+
# @return [Hash] key: parameter name, value: API key prefix
|
37
|
+
#
|
38
|
+
# @example parameter name is "Authorization", API key prefix is "Token" (e.g. "Authorization: Token xxx" in headers)
|
39
|
+
# config.api_key_prefix['api_key'] = 'Token'
|
40
|
+
attr_accessor :api_key_prefix
|
41
|
+
|
42
|
+
# Defines the username used with HTTP basic authentication.
|
43
|
+
#
|
44
|
+
# @return [String]
|
45
|
+
attr_accessor :username
|
46
|
+
|
47
|
+
# Defines the password used with HTTP basic authentication.
|
48
|
+
#
|
49
|
+
# @return [String]
|
50
|
+
attr_accessor :password
|
51
|
+
|
52
|
+
# Defines the access token (Bearer) used with OAuth2.
|
53
|
+
attr_accessor :access_token
|
54
|
+
|
55
|
+
# Set this to enable/disable debugging. When enabled (set to true), HTTP request/response
|
56
|
+
# details will be logged with `logger.debug` (see the `logger` attribute).
|
57
|
+
# Default to false.
|
58
|
+
#
|
59
|
+
# @return [true, false]
|
60
|
+
attr_accessor :debugging
|
61
|
+
|
62
|
+
# Defines the logger used for debugging.
|
63
|
+
# Default to `Rails.logger` (when in Rails) or logging to STDOUT.
|
64
|
+
#
|
65
|
+
# @return [#debug]
|
66
|
+
attr_accessor :logger
|
67
|
+
|
68
|
+
# Defines the temporary folder to store downloaded files
|
69
|
+
# (for API endpoints that have file response).
|
70
|
+
# Default to use `Tempfile`.
|
71
|
+
#
|
72
|
+
# @return [String]
|
73
|
+
attr_accessor :temp_folder_path
|
74
|
+
|
75
|
+
# The time limit for HTTP request in seconds.
|
76
|
+
# Default to 0 (never times out).
|
77
|
+
attr_accessor :timeout
|
78
|
+
|
79
|
+
# Set this to false to skip client side validation in the operation.
|
80
|
+
# Default to true.
|
81
|
+
# @return [true, false]
|
82
|
+
attr_accessor :client_side_validation
|
83
|
+
|
84
|
+
### TLS/SSL setting
|
85
|
+
# Set this to false to skip verifying SSL certificate when calling API from https server.
|
86
|
+
# Default to true.
|
87
|
+
#
|
88
|
+
# @note Do NOT set it to false in production code, otherwise you would face multiple types of cryptographic attacks.
|
89
|
+
#
|
90
|
+
# @return [true, false]
|
91
|
+
attr_accessor :verify_ssl
|
92
|
+
|
93
|
+
### TLS/SSL setting
|
94
|
+
# Set this to false to skip verifying SSL host name
|
95
|
+
# Default to true.
|
96
|
+
#
|
97
|
+
# @note Do NOT set it to false in production code, otherwise you would face multiple types of cryptographic attacks.
|
98
|
+
#
|
99
|
+
# @return [true, false]
|
100
|
+
attr_accessor :verify_ssl_host
|
101
|
+
|
102
|
+
### TLS/SSL setting
|
103
|
+
# Set this to customize the certificate file to verify the peer.
|
104
|
+
#
|
105
|
+
# @return [String] the path to the certificate file
|
106
|
+
#
|
107
|
+
# @see The `cainfo` option of Typhoeus, `--cert` option of libcurl. Related source code:
|
108
|
+
# https://github.com/typhoeus/typhoeus/blob/master/lib/typhoeus/easy_factory.rb#L145
|
109
|
+
attr_accessor :ssl_ca_cert
|
110
|
+
|
111
|
+
### TLS/SSL setting
|
112
|
+
# Client certificate file (for client certificate)
|
113
|
+
attr_accessor :cert_file
|
114
|
+
|
115
|
+
### TLS/SSL setting
|
116
|
+
# Client private key file (for client certificate)
|
117
|
+
attr_accessor :key_file
|
118
|
+
|
119
|
+
# Set this to customize parameters encoding of array parameter with multi collectionFormat.
|
120
|
+
# Default to nil.
|
121
|
+
#
|
122
|
+
# @see The params_encoding option of Ethon. Related source code:
|
123
|
+
# https://github.com/typhoeus/ethon/blob/master/lib/ethon/easy/queryable.rb#L96
|
124
|
+
attr_accessor :params_encoding
|
125
|
+
|
126
|
+
attr_accessor :inject_format
|
127
|
+
|
128
|
+
attr_accessor :force_ending_format
|
129
|
+
|
130
|
+
def initialize
|
131
|
+
@scheme = 'https'
|
132
|
+
@host = 'tripletex.no'
|
133
|
+
@base_path = '/v2'
|
134
|
+
@api_key = {}
|
135
|
+
@api_key_prefix = {}
|
136
|
+
@timeout = 0
|
137
|
+
@client_side_validation = true
|
138
|
+
@verify_ssl = true
|
139
|
+
@verify_ssl_host = true
|
140
|
+
@params_encoding = nil
|
141
|
+
@cert_file = nil
|
142
|
+
@key_file = nil
|
143
|
+
@debugging = false
|
144
|
+
@inject_format = false
|
145
|
+
@force_ending_format = false
|
146
|
+
@logger = defined?(Rails) ? Rails.logger : Logger.new(STDOUT)
|
147
|
+
|
148
|
+
yield(self) if block_given?
|
149
|
+
end
|
150
|
+
|
151
|
+
# The default Configuration object.
|
152
|
+
def self.default
|
153
|
+
@@default ||= Configuration.new
|
154
|
+
end
|
155
|
+
|
156
|
+
def configure
|
157
|
+
yield(self) if block_given?
|
158
|
+
end
|
159
|
+
|
160
|
+
def scheme=(scheme)
|
161
|
+
# remove :// from scheme
|
162
|
+
@scheme = scheme.sub(/:\/\//, '')
|
163
|
+
end
|
164
|
+
|
165
|
+
def host=(host)
|
166
|
+
# remove http(s):// and anything after a slash
|
167
|
+
@host = host.sub(/https?:\/\//, '').split('/').first
|
168
|
+
end
|
169
|
+
|
170
|
+
def base_path=(base_path)
|
171
|
+
# Add leading and trailing slashes to base_path
|
172
|
+
@base_path = "/#{base_path}".gsub(/\/+/, '/')
|
173
|
+
@base_path = "" if @base_path == "/"
|
174
|
+
end
|
175
|
+
|
176
|
+
def base_url
|
177
|
+
url = "#{scheme}://#{[host, base_path].join('/').gsub(/\/+/, '/')}".sub(/\/+\z/, '')
|
178
|
+
URI.encode(url)
|
179
|
+
end
|
180
|
+
|
181
|
+
# Gets API key (with prefix if set).
|
182
|
+
# @param [String] param_name the parameter name of API key auth
|
183
|
+
def api_key_with_prefix(param_name)
|
184
|
+
if @api_key_prefix[param_name]
|
185
|
+
"#{@api_key_prefix[param_name]} #{@api_key[param_name]}"
|
186
|
+
else
|
187
|
+
@api_key[param_name]
|
188
|
+
end
|
189
|
+
end
|
190
|
+
|
191
|
+
# Gets Basic Auth token string
|
192
|
+
def basic_auth_token
|
193
|
+
'Basic ' + ["#{username}:#{password}"].pack('m').delete("\r\n")
|
194
|
+
end
|
195
|
+
|
196
|
+
# Returns Auth Settings hash for api client.
|
197
|
+
def auth_settings
|
198
|
+
{
|
199
|
+
'tokenAuthScheme' =>
|
200
|
+
{
|
201
|
+
type: 'basic',
|
202
|
+
in: 'header',
|
203
|
+
key: 'Authorization',
|
204
|
+
value: basic_auth_token
|
205
|
+
},
|
206
|
+
}
|
207
|
+
end
|
208
|
+
end
|
209
|
+
end
|