1111<!-- Start Summary [summary] -->
1212## Summary
1313
14- LMS : The documentation for the StackOne Unified API - LMS
14+ Accounting : The documentation for the StackOne Unified API - ACCOUNTING
1515<!-- End Summary [summary] -->
1616
1717<!-- Start Table of Contents [toc] -->
@@ -44,15 +44,15 @@ The samples below show how a published SDK artifact is used:
4444
4545Gradle:
4646``` groovy
47- implementation 'com.stackone:stackone-client-java:0.9.1 '
47+ implementation 'com.stackone:stackone-client-java:0.9.2 '
4848```
4949
5050Maven:
5151``` xml
5252<dependency >
5353 <groupId >com.stackone</groupId >
5454 <artifactId >stackone-client-java</artifactId >
55- <version >0.9.1 </version >
55+ <version >0.9.2 </version >
5656</dependency >
5757```
5858
@@ -92,14 +92,14 @@ public class Application {
9292
9393 StackOne sdk = StackOne . builder()
9494 .security(Security . builder()
95- .username(System . getenv() . getOrDefault( " " , " " ) )
96- .password(System . getenv() . getOrDefault( " " , " " ) )
95+ .username(" " )
96+ .password(" " )
9797 .build())
9898 .build();
9999
100100 HrisListEmployeesRequest req = HrisListEmployeesRequest . builder()
101101 .xAccountId(" <id>" )
102- .fields(" id,remote_id,first_name,last_name,name,display_name,gender,ethnicity,date_of_birth,birthday,marital_status,avatar_url,avatar,personal_email,personal_phone_number,work_email,work_phone_number,job_id,remote_job_id,job_title,job_description,department_id,remote_department_id,department,cost_centers,company,manager_id,remote_manager_id,hire_date,start_date,tenure,work_anniversary,employment_type,employment_contract_type,employment_status,termination_date,company_name,company_id,remote_company_id,preferred_language,citizenships,home_location,work_location,employments,custom_fields,documents, created_at,updated_at,benefits,employee_number,national_identity_number,national_identity_numbers,skills" )
102+ .fields(" id,remote_id,first_name,last_name,name,display_name,gender,ethnicity,date_of_birth,birthday,marital_status,avatar_url,avatar,personal_email,personal_phone_number,work_email,work_phone_number,job_id,remote_job_id,job_title,job_description,department_id,remote_department_id,department,cost_centers,company,manager_id,remote_manager_id,hire_date,start_date,tenure,work_anniversary,employment_type,employment_contract_type,employment_status,termination_date,company_name,company_id,remote_company_id,preferred_language,citizenships,home_location,work_location,employments,custom_fields,created_at,updated_at,benefits,employee_number,national_identity_number,national_identity_numbers,skills" )
103103 .filter(HrisListEmployeesQueryParamFilter . builder()
104104 .updatedAfter(OffsetDateTime . parse(" 2020-01-01T00:00:00.000Z" ))
105105 .build())
@@ -125,6 +125,18 @@ public class Application {
125125<details open >
126126<summary >Available methods</summary >
127127
128+ ### [ accounting()] ( docs/sdks/accounting/README.md )
129+
130+ * [ listCompanies] ( docs/sdks/accounting/README.md#listcompanies ) - List Companies
131+ * [ getCompany] ( docs/sdks/accounting/README.md#getcompany ) - Get Company
132+ * [ listCompanyAccounts] ( docs/sdks/accounting/README.md#listcompanyaccounts ) - List Accounts
133+ * [ getCompanyAccount] ( docs/sdks/accounting/README.md#getcompanyaccount ) - Get Account
134+ * [ listCompanyTaxRates] ( docs/sdks/accounting/README.md#listcompanytaxrates ) - List Tax Rates
135+ * [ getCompanyTaxRate] ( docs/sdks/accounting/README.md#getcompanytaxrate ) - Get Tax Rate
136+ * [ batchCreateCompanyJournals] ( docs/sdks/accounting/README.md#batchcreatecompanyjournals ) - Batch Create Journals
137+ * [ listCompanyJournals] ( docs/sdks/accounting/README.md#listcompanyjournals ) - List Journals
138+ * [ getCompanyJournal] ( docs/sdks/accounting/README.md#getcompanyjournal ) - Get Journal
139+
128140### [ accounts()] ( docs/sdks/accounts/README.md )
129141
130142* [ listLinkedAccounts] ( docs/sdks/accounts/README.md#listlinkedaccounts ) - List Accounts
@@ -231,6 +243,17 @@ public class Application {
231243* [ listContactCustomFieldDefinitions] ( docs/sdks/crm/README.md#listcontactcustomfielddefinitions ) - List Contact Custom Field Definitions
232244* [ getContactCustomFieldDefinition] ( docs/sdks/crm/README.md#getcontactcustomfielddefinition ) - Get Contact Custom Field Definition
233245
246+ ### [ documents()] ( docs/sdks/documents/README.md )
247+
248+ * [ downloadFile] ( docs/sdks/documents/README.md#downloadfile ) - Download File
249+ * [ uploadFile] ( docs/sdks/documents/README.md#uploadfile ) - Upload File
250+ * [ listFiles] ( docs/sdks/documents/README.md#listfiles ) - List Files
251+ * [ getFile] ( docs/sdks/documents/README.md#getfile ) - Get File
252+ * [ listFolders] ( docs/sdks/documents/README.md#listfolders ) - List Folders
253+ * [ getFolder] ( docs/sdks/documents/README.md#getfolder ) - Get Folder
254+ * [ listDrives] ( docs/sdks/documents/README.md#listdrives ) - List Drives
255+ * [ getDrive] ( docs/sdks/documents/README.md#getdrive ) - Get Drive
256+
234257### [ hris()] ( docs/sdks/hris/README.md )
235258
236259* [ listCompanies] ( docs/sdks/hris/README.md#listcompanies ) - List Companies
@@ -374,6 +397,20 @@ public class Application {
374397* [ getContentBlock] ( docs/sdks/marketing/README.md#getcontentblock ) - Get Content Blocks
375398* [ updateContentBlock] ( docs/sdks/marketing/README.md#updatecontentblock ) - Update Content Block
376399
400+ ### [ messaging()] ( docs/sdks/messaging/README.md )
401+
402+ * [ listConversations] ( docs/sdks/messaging/README.md#listconversations ) - List Conversations
403+ * [ createConversation] ( docs/sdks/messaging/README.md#createconversation ) - Create Conversation
404+ * [ getConversation] ( docs/sdks/messaging/README.md#getconversation ) - Get Conversation
405+ * [ downloadMessagingAttachment] ( docs/sdks/messaging/README.md#downloadmessagingattachment ) - Download Attachment
406+ * [ listAttachments] ( docs/sdks/messaging/README.md#listattachments ) - List Attachments
407+ * [ getAttachment] ( docs/sdks/messaging/README.md#getattachment ) - Get Attachment
408+ * [ listUsers] ( docs/sdks/messaging/README.md#listusers ) - List Users
409+ * [ getUser] ( docs/sdks/messaging/README.md#getuser ) - Get User
410+ * [ listConversationMessages] ( docs/sdks/messaging/README.md#listconversationmessages ) - List Conversation Messages
411+ * [ getMessage] ( docs/sdks/messaging/README.md#getmessage ) - Get Message
412+ * [ sendMessage] ( docs/sdks/messaging/README.md#sendmessage ) - Send Message
413+
377414### [ proxy()] ( docs/sdks/proxy/README.md )
378415
379416* [ proxyRequest] ( docs/sdks/proxy/README.md#proxyrequest ) - Proxy Request
@@ -385,6 +422,35 @@ public class Application {
385422* [ listLogs] ( docs/sdks/requestlogs/README.md#listlogs ) - List Logs
386423* [ listPlatformLogs] ( docs/sdks/requestlogs/README.md#listplatformlogs ) - List Platform Logs
387424
425+ ### [ screening()] ( docs/sdks/screening/README.md )
426+
427+ * [ listScreeningPackages] ( docs/sdks/screening/README.md#listscreeningpackages ) - List Screening Packages
428+ * [ getScreeningPackage] ( docs/sdks/screening/README.md#getscreeningpackage ) - Get Screening Package
429+ * [ webhookScreeningResult] ( docs/sdks/screening/README.md#webhookscreeningresult ) - Webhook Screening Result
430+ * [ createScreeningOrder] ( docs/sdks/screening/README.md#createscreeningorder ) - Create Screening Order
431+
432+
433+ ### [ ticketing()] ( docs/sdks/ticketing/README.md )
434+
435+ * [ listTickets] ( docs/sdks/ticketing/README.md#listtickets ) - List Tickets
436+ * [ createTicket] ( docs/sdks/ticketing/README.md#createticket ) - Create Ticket
437+ * [ getTicket] ( docs/sdks/ticketing/README.md#getticket ) - Get Ticket
438+ * [ updateTicket] ( docs/sdks/ticketing/README.md#updateticket ) - Update Ticket
439+ * [ listUsers] ( docs/sdks/ticketing/README.md#listusers ) - List Users
440+ * [ getUser] ( docs/sdks/ticketing/README.md#getuser ) - Get User
441+ * [ listComments] ( docs/sdks/ticketing/README.md#listcomments ) - List Comments
442+ * [ getComment] ( docs/sdks/ticketing/README.md#getcomment ) - Get Comment
443+ * [ downloadTicketingAttachment] ( docs/sdks/ticketing/README.md#downloadticketingattachment ) - Download Attachment
444+ * [ listAttachments] ( docs/sdks/ticketing/README.md#listattachments ) - List Attachments
445+ * [ getAttachment] ( docs/sdks/ticketing/README.md#getattachment ) - Get Attachment
446+ * [ listTicketTypes] ( docs/sdks/ticketing/README.md#listtickettypes ) - List Ticket Types
447+ * [ getTicketType] ( docs/sdks/ticketing/README.md#gettickettype ) - Get Ticket Type
448+ * [ listProjects] ( docs/sdks/ticketing/README.md#listprojects ) - List Projects
449+ * [ getProject] ( docs/sdks/ticketing/README.md#getproject ) - Get Project
450+ * [ listProjectComponents] ( docs/sdks/ticketing/README.md#listprojectcomponents ) - List Project Components
451+ * [ getProjectComponent] ( docs/sdks/ticketing/README.md#getprojectcomponent ) - Get Project Component
452+ * [ listProjectTicketTypes] ( docs/sdks/ticketing/README.md#listprojecttickettypes ) - List Project Ticket Types
453+ * [ listTicketStatuses] ( docs/sdks/ticketing/README.md#listticketstatuses ) - List Ticket Statuses
388454
389455</details >
390456<!-- End Available Resources and Operations [operations] -->
@@ -415,8 +481,8 @@ public class Application {
415481
416482 StackOne sdk = StackOne . builder()
417483 .security(Security . builder()
418- .username(System . getenv() . getOrDefault( " " , " " ) )
419- .password(System . getenv() . getOrDefault( " " , " " ) )
484+ .username(" " )
485+ .password(" " )
420486 .build())
421487 .build();
422488
@@ -477,8 +543,8 @@ public class Application {
477543
478544 StackOne sdk = StackOne . builder()
479545 .security(Security . builder()
480- .username(System . getenv() . getOrDefault( " " , " " ) )
481- .password(System . getenv() . getOrDefault( " " , " " ) )
546+ .username(" " )
547+ .password(" " )
482548 .build())
483549 .build();
484550
@@ -553,8 +619,8 @@ public class Application {
553619 .build())
554620 .build())
555621 .security(Security . builder()
556- .username(System . getenv() . getOrDefault( " " , " " ) )
557- .password(System . getenv() . getOrDefault( " " , " " ) )
622+ .username(" " )
623+ .password(" " )
558624 .build())
559625 .build();
560626
@@ -630,8 +696,8 @@ public class Application {
630696
631697 StackOne sdk = StackOne . builder()
632698 .security(Security . builder()
633- .username(System . getenv() . getOrDefault( " " , " " ) )
634- .password(System . getenv() . getOrDefault( " " , " " ) )
699+ .username(" " )
700+ .password(" " )
635701 .build())
636702 .build();
637703
@@ -690,8 +756,8 @@ public class Application {
690756 StackOne sdk = StackOne . builder()
691757 .serverURL(" https://api.stackone.com" )
692758 .security(Security . builder()
693- .username(System . getenv() . getOrDefault( " " , " " ) )
694- .password(System . getenv() . getOrDefault( " " , " " ) )
759+ .username(" " )
760+ .password(" " )
695761 .build())
696762 .build();
697763
@@ -755,8 +821,8 @@ public class Application {
755821
756822 StackOne sdk = StackOne . builder()
757823 .security(Security . builder()
758- .username(System . getenv() . getOrDefault( " " , " " ) )
759- .password(System . getenv() . getOrDefault( " " , " " ) )
824+ .username(" " )
825+ .password(" " )
760826 .build())
761827 .build();
762828
0 commit comments