@@ -12,19 +12,20 @@ LMS: The documentation for the StackOne Unified API - LMS
1212
1313<!-- Start Table of Contents [toc] -->
1414## Table of Contents
15+ <!-- $toc-max-depth=2 -->
16+ * [ @stackone/stackone-client-ts ] ( #stackonestackone-client-ts )
17+ * [ SDK Installation] ( #sdk-installation )
18+ * [ SDK Example Usage] ( #sdk-example-usage )
19+ * [ Available Resources and Operations] ( #available-resources-and-operations )
20+ * [ Pagination] ( #pagination )
21+ * [ Error Handling] ( #error-handling )
22+ * [ Custom HTTP Client] ( #custom-http-client )
23+ * [ Authentication] ( #authentication )
24+ * [ Requirements] ( #requirements )
25+ * [ Retries] ( #retries )
26+ * [ Standalone functions] ( #standalone-functions )
27+ * [ Debugging] ( #debugging )
1528
16- * [ SDK Installation] ( #sdk-installation )
17- * [ Requirements] ( #requirements )
18- * [ SDK Example Usage] ( #sdk-example-usage )
19- * [ Available Resources and Operations] ( #available-resources-and-operations )
20- * [ Standalone functions] ( #standalone-functions )
21- * [ Pagination] ( #pagination )
22- * [ Retries] ( #retries )
23- * [ Error Handling] ( #error-handling )
24- * [ Server Selection] ( #server-selection )
25- * [ Custom HTTP Client] ( #custom-http-client )
26- * [ Authentication] ( #authentication )
27- * [ Debugging] ( #debugging )
2829<!-- End Table of Contents [toc] -->
2930
3031<!-- Start SDK Installation [installation] -->
@@ -80,7 +81,7 @@ async function run() {
8081 expand:
8182 " company,employments,work_location,home_location,custom_fields,groups" ,
8283 fields:
83- " 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,benefits,manager_id,remote_manager_id,hire_date,start_date,tenure,work_anniversary,employment_type,employment_contract_type,employment_status,termination_date,company_name,preferred_language,citizenships,home_location,work_location,employments,custom_fields,documents,created_at,updated_at,employee_number,national_identity_number" ,
84+ " 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,benefits,company, manager_id,remote_manager_id,hire_date,start_date,tenure,work_anniversary,employment_type,employment_contract_type,employment_status,termination_date,company_name,preferred_language,citizenships,home_location,work_location,employments,custom_fields,documents,created_at,updated_at,employee_number,national_identity_number" ,
8485 filter: {
8586 updatedAfter: " 2020-01-01T00:00:00.000Z" ,
8687 },
@@ -358,7 +359,7 @@ async function run() {
358359 expand:
359360 " company,employments,work_location,home_location,custom_fields,groups" ,
360361 fields:
361- " 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,benefits,manager_id,remote_manager_id,hire_date,start_date,tenure,work_anniversary,employment_type,employment_contract_type,employment_status,termination_date,company_name,preferred_language,citizenships,home_location,work_location,employments,custom_fields,documents,created_at,updated_at,employee_number,national_identity_number" ,
362+ " 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,benefits,company, manager_id,remote_manager_id,hire_date,start_date,tenure,work_anniversary,employment_type,employment_contract_type,employment_status,termination_date,company_name,preferred_language,citizenships,home_location,work_location,employments,custom_fields,documents,created_at,updated_at,employee_number,national_identity_number" ,
362363 filter: {
363364 updatedAfter: " 2020-01-01T00:00:00.000Z" ,
364365 },
0 commit comments