stackone_client 0.21.0 → 0.25.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/stack_one/accounts.rb +1 -1
- data/lib/stack_one/ats.rb +128 -675
- data/lib/stack_one/connect_sessions.rb +1 -1
- data/lib/stack_one/connectors.rb +1 -1
- data/lib/stack_one/hris.rb +812 -265
- data/lib/stack_one/lms.rb +291 -1441
- data/lib/stack_one/models/operations/ats_list_application_changes_queryparam_filter.rb +37 -0
- data/lib/stack_one/models/operations/{ats_get_background_check_request_request.rb → ats_list_application_changes_request.rb} +16 -4
- data/lib/stack_one/models/operations/{ats_get_background_check_request_response.rb → ats_list_application_changes_response.rb} +7 -7
- data/lib/stack_one/models/operations/change_type.rb +22 -0
- data/lib/stack_one/models/operations/{ats_get_assessments_request_request.rb → hris_get_position_request.rb} +3 -3
- data/lib/stack_one/models/operations/{lms_create_collection_response.rb → hris_get_position_response.rb} +7 -7
- data/lib/stack_one/models/operations/{ats_list_background_check_request_queryparam_filter.rb → hris_list_positions_queryparam_filter.rb} +1 -1
- data/lib/stack_one/models/operations/{ats_list_background_check_request_request.rb → hris_list_positions_request.rb} +10 -6
- data/lib/stack_one/models/operations/{lms_upsert_course_response.rb → hris_list_positions_response.rb} +7 -7
- data/lib/stack_one/models/operations/lms_list_assignments_queryparam_filter.rb +2 -2
- data/lib/stack_one/models/operations/lms_list_assignments_queryparam_status.rb +21 -0
- data/lib/stack_one/models/operations/queryparam_status.rb +5 -4
- data/lib/stack_one/models/operations.rb +10 -15
- data/lib/stack_one/models/shared/active.rb +1 -1
- data/lib/stack_one/models/shared/{assessmentorder_package.rb → actor.rb} +4 -12
- data/lib/stack_one/models/shared/applicationchanges.rb +57 -0
- data/lib/stack_one/models/shared/{assessmentorder_4.rb → applicationchanges_4.rb} +1 -1
- data/lib/stack_one/models/shared/applicationchanges_source_value.rb +28 -0
- data/lib/stack_one/models/shared/applicationchanges_value.rb +22 -0
- data/lib/stack_one/models/shared/applicationchangesdatamodel.rb +41 -0
- data/lib/stack_one/models/shared/{backgroundcheckorder_4.rb → applicationchangesdatamodel_4.rb} +1 -1
- data/lib/stack_one/models/shared/{assessmentorder_application_status.rb → applicationchangesdatamodel_application_status.rb} +4 -4
- data/lib/stack_one/models/shared/{backgroundcheckorder_source_value.rb → applicationchangesdatamodel_source_value.rb} +1 -1
- data/lib/stack_one/models/shared/{assessmentorder_value.rb → applicationchangesdatamodel_value.rb} +2 -2
- data/lib/stack_one/models/shared/{backgroundcheckorderresult.rb → applicationchangespaginated.rb} +8 -4
- data/lib/stack_one/models/shared/atscreatebackgroundcheckorderrequestdto.rb +2 -2
- data/lib/stack_one/models/shared/categories.rb +1 -0
- data/lib/stack_one/models/shared/category.rb +2 -2
- data/lib/stack_one/models/shared/category_2.rb +20 -0
- data/lib/stack_one/models/shared/change_type.rb +37 -0
- data/lib/stack_one/models/shared/completion.rb +6 -2
- data/lib/stack_one/models/shared/connectorsmeta_category.rb +1 -0
- data/lib/stack_one/models/shared/connectsession.rb +6 -2
- data/lib/stack_one/models/shared/connectsession_type.rb +21 -0
- data/lib/stack_one/models/shared/connectsessioncreate.rb +6 -2
- data/lib/stack_one/models/shared/connectsessioncreate_categories.rb +1 -0
- data/lib/stack_one/models/shared/connectsessioncreate_type.rb +20 -0
- data/lib/stack_one/models/shared/connectsessiontokenauthlink.rb +6 -2
- data/lib/stack_one/models/shared/connectsessiontokenauthlink_categories.rb +1 -0
- data/lib/stack_one/models/shared/connectsessiontokenauthlink_type.rb +21 -0
- data/lib/stack_one/models/shared/course.rb +2 -2
- data/lib/stack_one/models/shared/course_2.rb +20 -0
- data/lib/stack_one/models/shared/course_active.rb +28 -0
- data/lib/stack_one/models/shared/customfielddefinition.rb +2 -2
- data/lib/stack_one/models/shared/customfielddefinition_type.rb +2 -2
- data/lib/stack_one/models/shared/customfieldoption.rb +37 -0
- data/lib/stack_one/models/shared/hriscreatetimeoffrequestdto.rb +6 -2
- data/lib/stack_one/models/shared/linkedaccount.rb +6 -2
- data/lib/stack_one/models/shared/linkedaccount_type.rb +21 -0
- data/lib/stack_one/models/shared/linkedaccountmeta_category.rb +1 -0
- data/lib/stack_one/models/shared/lmscreatecompletionrequestdto.rb +6 -2
- data/lib/stack_one/models/shared/lmscreatecontentrequestdto.rb +2 -2
- data/lib/stack_one/models/shared/lmscreatecontentrequestdto_2.rb +20 -0
- data/lib/stack_one/models/shared/lmscreatecontentrequestdto_active.rb +28 -0
- data/lib/stack_one/models/shared/lmsupsertcontentrequestdto.rb +2 -2
- data/lib/stack_one/models/shared/lmsupsertcontentrequestdto_2.rb +20 -0
- data/lib/stack_one/models/shared/lmsupsertcontentrequestdto_active.rb +28 -0
- data/lib/stack_one/models/shared/lmsuser.rb +2 -2
- data/lib/stack_one/models/shared/lmsuser_2.rb +20 -0
- data/lib/stack_one/models/shared/{customfielddefinition_schemas_4.rb → lmsuser_active.rb} +2 -2
- data/lib/stack_one/models/shared/patchaccountexternaldto.rb +6 -2
- data/lib/stack_one/models/shared/patchaccountexternaldto_type.rb +20 -0
- data/lib/stack_one/models/shared/position.rb +69 -0
- data/lib/stack_one/models/shared/{options.rb → position_4.rb} +1 -1
- data/lib/stack_one/models/shared/position_source_value.rb +28 -0
- data/lib/stack_one/models/shared/{backgroundcheckorder_application_status.rb → position_status.rb} +7 -7
- data/lib/stack_one/models/shared/position_value.rb +22 -0
- data/lib/stack_one/models/shared/{assessmentorderresult.rb → positionresult.rb} +3 -3
- data/lib/stack_one/models/shared/{backgroundcheckorderpaginated.rb → positionspaginated.rb} +3 -3
- data/lib/stack_one/models/shared/reference_active.rb +28 -0
- data/lib/stack_one/models/shared/skills.rb +2 -2
- data/lib/stack_one/models/shared/skills_2.rb +20 -0
- data/lib/stack_one/models/shared/{assessmentorder_source_value.rb → skills_active.rb} +2 -2
- data/lib/stack_one/models/shared/timeoff.rb +6 -2
- data/lib/stack_one/models/shared.rb +37 -29
- data/lib/stack_one/proxy.rb +1 -1
- data/lib/stack_one/request_logs.rb +1 -1
- data/lib/stack_one/sdkconfiguration.rb +2 -2
- metadata +49 -46
- data/lib/stack_one/models/operations/ats_get_assessments_request_response.rb +0 -49
- data/lib/stack_one/models/operations/ats_list_background_check_request_response.rb +0 -49
- data/lib/stack_one/models/operations/lms_batch_upsert_course_request.rb +0 -37
- data/lib/stack_one/models/operations/lms_batch_upsert_course_response.rb +0 -49
- data/lib/stack_one/models/operations/lms_create_collection_request.rb +0 -37
- data/lib/stack_one/models/operations/lms_update_collection_request.rb +0 -41
- data/lib/stack_one/models/operations/lms_update_collection_response.rb +0 -49
- data/lib/stack_one/models/operations/lms_upsert_course_request.rb +0 -37
- data/lib/stack_one/models/shared/assessmentorder.rb +0 -61
- data/lib/stack_one/models/shared/assessmentorder_application.rb +0 -45
- data/lib/stack_one/models/shared/assessmentorder_candidate.rb +0 -57
- data/lib/stack_one/models/shared/assessmentorder_job.rb +0 -49
- data/lib/stack_one/models/shared/atscreatebackgroundcheckorderrequestdto_requester.rb +0 -53
- data/lib/stack_one/models/shared/backgroundcheckorder.rb +0 -61
- data/lib/stack_one/models/shared/backgroundcheckorder_application.rb +0 -45
- data/lib/stack_one/models/shared/backgroundcheckorder_candidate.rb +0 -57
- data/lib/stack_one/models/shared/backgroundcheckorder_job.rb +0 -49
- data/lib/stack_one/models/shared/backgroundcheckorder_package.rb +0 -49
- data/lib/stack_one/models/shared/backgroundcheckorder_requester.rb +0 -53
- data/lib/stack_one/models/shared/backgroundcheckorder_value.rb +0 -38
- data/lib/stack_one/models/shared/createcontentapimodel.rb +0 -53
- data/lib/stack_one/models/shared/lmsbatchupsertcourserequestdto.rb +0 -33
- data/lib/stack_one/models/shared/lmscreatecollectionrequestdto.rb +0 -69
- data/lib/stack_one/models/shared/lmsupsertcourserequestdto.rb +0 -81
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: stackone_client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.25.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- StackOne
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-
|
11
|
+
date: 2025-07-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|
@@ -249,14 +249,10 @@ files:
|
|
249
249
|
- lib/stack_one/models/operations/ats_get_application_scorecard_response.rb
|
250
250
|
- lib/stack_one/models/operations/ats_get_assessments_package_request.rb
|
251
251
|
- lib/stack_one/models/operations/ats_get_assessments_package_response.rb
|
252
|
-
- lib/stack_one/models/operations/ats_get_assessments_request_request.rb
|
253
|
-
- lib/stack_one/models/operations/ats_get_assessments_request_response.rb
|
254
252
|
- lib/stack_one/models/operations/ats_get_assessments_result_request.rb
|
255
253
|
- lib/stack_one/models/operations/ats_get_assessments_result_response.rb
|
256
254
|
- lib/stack_one/models/operations/ats_get_background_check_package_request.rb
|
257
255
|
- lib/stack_one/models/operations/ats_get_background_check_package_response.rb
|
258
|
-
- lib/stack_one/models/operations/ats_get_background_check_request_request.rb
|
259
|
-
- lib/stack_one/models/operations/ats_get_background_check_request_response.rb
|
260
256
|
- lib/stack_one/models/operations/ats_get_background_check_result_request.rb
|
261
257
|
- lib/stack_one/models/operations/ats_get_background_check_result_response.rb
|
262
258
|
- lib/stack_one/models/operations/ats_get_candidate_custom_field_definition_queryparam_filter.rb
|
@@ -289,6 +285,9 @@ files:
|
|
289
285
|
- lib/stack_one/models/operations/ats_get_rejected_reason_response.rb
|
290
286
|
- lib/stack_one/models/operations/ats_get_user_request.rb
|
291
287
|
- lib/stack_one/models/operations/ats_get_user_response.rb
|
288
|
+
- lib/stack_one/models/operations/ats_list_application_changes_queryparam_filter.rb
|
289
|
+
- lib/stack_one/models/operations/ats_list_application_changes_request.rb
|
290
|
+
- lib/stack_one/models/operations/ats_list_application_changes_response.rb
|
292
291
|
- lib/stack_one/models/operations/ats_list_application_custom_field_definitions_queryparam_filter.rb
|
293
292
|
- lib/stack_one/models/operations/ats_list_application_custom_field_definitions_request.rb
|
294
293
|
- lib/stack_one/models/operations/ats_list_application_custom_field_definitions_response.rb
|
@@ -316,9 +315,6 @@ files:
|
|
316
315
|
- lib/stack_one/models/operations/ats_list_background_check_packages_queryparam_filter.rb
|
317
316
|
- lib/stack_one/models/operations/ats_list_background_check_packages_request.rb
|
318
317
|
- lib/stack_one/models/operations/ats_list_background_check_packages_response.rb
|
319
|
-
- lib/stack_one/models/operations/ats_list_background_check_request_queryparam_filter.rb
|
320
|
-
- lib/stack_one/models/operations/ats_list_background_check_request_request.rb
|
321
|
-
- lib/stack_one/models/operations/ats_list_background_check_request_response.rb
|
322
318
|
- lib/stack_one/models/operations/ats_list_candidate_custom_field_definitions_queryparam_filter.rb
|
323
319
|
- lib/stack_one/models/operations/ats_list_candidate_custom_field_definitions_request.rb
|
324
320
|
- lib/stack_one/models/operations/ats_list_candidate_custom_field_definitions_response.rb
|
@@ -385,6 +381,7 @@ files:
|
|
385
381
|
- lib/stack_one/models/operations/ats_update_job_response.rb
|
386
382
|
- lib/stack_one/models/operations/ats_upload_application_document_request.rb
|
387
383
|
- lib/stack_one/models/operations/ats_upload_application_document_response.rb
|
384
|
+
- lib/stack_one/models/operations/change_type.rb
|
388
385
|
- lib/stack_one/models/operations/crm_create_contact_request.rb
|
389
386
|
- lib/stack_one/models/operations/crm_create_contact_response.rb
|
390
387
|
- lib/stack_one/models/operations/crm_get_account_request.rb
|
@@ -464,6 +461,8 @@ files:
|
|
464
461
|
- lib/stack_one/models/operations/hris_get_job_response.rb
|
465
462
|
- lib/stack_one/models/operations/hris_get_location_request.rb
|
466
463
|
- lib/stack_one/models/operations/hris_get_location_response.rb
|
464
|
+
- lib/stack_one/models/operations/hris_get_position_request.rb
|
465
|
+
- lib/stack_one/models/operations/hris_get_position_response.rb
|
467
466
|
- lib/stack_one/models/operations/hris_get_team_group_request.rb
|
468
467
|
- lib/stack_one/models/operations/hris_get_team_group_response.rb
|
469
468
|
- lib/stack_one/models/operations/hris_get_time_entries_request.rb
|
@@ -533,6 +532,9 @@ files:
|
|
533
532
|
- lib/stack_one/models/operations/hris_list_locations_queryparam_filter.rb
|
534
533
|
- lib/stack_one/models/operations/hris_list_locations_request.rb
|
535
534
|
- lib/stack_one/models/operations/hris_list_locations_response.rb
|
535
|
+
- lib/stack_one/models/operations/hris_list_positions_queryparam_filter.rb
|
536
|
+
- lib/stack_one/models/operations/hris_list_positions_request.rb
|
537
|
+
- lib/stack_one/models/operations/hris_list_positions_response.rb
|
536
538
|
- lib/stack_one/models/operations/hris_list_team_groups_queryparam_filter.rb
|
537
539
|
- lib/stack_one/models/operations/hris_list_team_groups_request.rb
|
538
540
|
- lib/stack_one/models/operations/hris_list_team_groups_response.rb
|
@@ -586,10 +588,6 @@ files:
|
|
586
588
|
- lib/stack_one/models/operations/job_status.rb
|
587
589
|
- lib/stack_one/models/operations/lms_batch_upsert_content_request.rb
|
588
590
|
- lib/stack_one/models/operations/lms_batch_upsert_content_response.rb
|
589
|
-
- lib/stack_one/models/operations/lms_batch_upsert_course_request.rb
|
590
|
-
- lib/stack_one/models/operations/lms_batch_upsert_course_response.rb
|
591
|
-
- lib/stack_one/models/operations/lms_create_collection_request.rb
|
592
|
-
- lib/stack_one/models/operations/lms_create_collection_response.rb
|
593
591
|
- lib/stack_one/models/operations/lms_create_user_assignment_request.rb
|
594
592
|
- lib/stack_one/models/operations/lms_create_user_assignment_response.rb
|
595
593
|
- lib/stack_one/models/operations/lms_create_user_completion_request.rb
|
@@ -615,6 +613,7 @@ files:
|
|
615
613
|
- lib/stack_one/models/operations/lms_get_user_request.rb
|
616
614
|
- lib/stack_one/models/operations/lms_get_user_response.rb
|
617
615
|
- lib/stack_one/models/operations/lms_list_assignments_queryparam_filter.rb
|
616
|
+
- lib/stack_one/models/operations/lms_list_assignments_queryparam_status.rb
|
618
617
|
- lib/stack_one/models/operations/lms_list_assignments_request.rb
|
619
618
|
- lib/stack_one/models/operations/lms_list_assignments_response.rb
|
620
619
|
- lib/stack_one/models/operations/lms_list_categories_queryparam_filter.rb
|
@@ -642,14 +641,10 @@ files:
|
|
642
641
|
- lib/stack_one/models/operations/lms_list_users_queryparam_filter.rb
|
643
642
|
- lib/stack_one/models/operations/lms_list_users_request.rb
|
644
643
|
- lib/stack_one/models/operations/lms_list_users_response.rb
|
645
|
-
- lib/stack_one/models/operations/lms_update_collection_request.rb
|
646
|
-
- lib/stack_one/models/operations/lms_update_collection_response.rb
|
647
644
|
- lib/stack_one/models/operations/lms_update_content_request.rb
|
648
645
|
- lib/stack_one/models/operations/lms_update_content_response.rb
|
649
646
|
- lib/stack_one/models/operations/lms_upsert_content_request.rb
|
650
647
|
- lib/stack_one/models/operations/lms_upsert_content_response.rb
|
651
|
-
- lib/stack_one/models/operations/lms_upsert_course_request.rb
|
652
|
-
- lib/stack_one/models/operations/lms_upsert_course_response.rb
|
653
648
|
- lib/stack_one/models/operations/marketing_create_content_block_request.rb
|
654
649
|
- lib/stack_one/models/operations/marketing_create_content_block_response.rb
|
655
650
|
- lib/stack_one/models/operations/marketing_create_email_template_request.rb
|
@@ -757,6 +752,7 @@ files:
|
|
757
752
|
- lib/stack_one/models/shared/accountresult.rb
|
758
753
|
- lib/stack_one/models/shared/accountspaginated.rb
|
759
754
|
- lib/stack_one/models/shared/active.rb
|
755
|
+
- lib/stack_one/models/shared/actor.rb
|
760
756
|
- lib/stack_one/models/shared/additionaldata.rb
|
761
757
|
- lib/stack_one/models/shared/answer.rb
|
762
758
|
- lib/stack_one/models/shared/answer_4.rb
|
@@ -773,19 +769,19 @@ files:
|
|
773
769
|
- lib/stack_one/models/shared/applicationattachment_4.rb
|
774
770
|
- lib/stack_one/models/shared/applicationattachment_source_value.rb
|
775
771
|
- lib/stack_one/models/shared/applicationattachment_value.rb
|
772
|
+
- lib/stack_one/models/shared/applicationchanges.rb
|
773
|
+
- lib/stack_one/models/shared/applicationchanges_4.rb
|
774
|
+
- lib/stack_one/models/shared/applicationchanges_source_value.rb
|
775
|
+
- lib/stack_one/models/shared/applicationchanges_value.rb
|
776
|
+
- lib/stack_one/models/shared/applicationchangesdatamodel.rb
|
777
|
+
- lib/stack_one/models/shared/applicationchangesdatamodel_4.rb
|
778
|
+
- lib/stack_one/models/shared/applicationchangesdatamodel_application_status.rb
|
779
|
+
- lib/stack_one/models/shared/applicationchangesdatamodel_source_value.rb
|
780
|
+
- lib/stack_one/models/shared/applicationchangesdatamodel_value.rb
|
781
|
+
- lib/stack_one/models/shared/applicationchangespaginated.rb
|
776
782
|
- lib/stack_one/models/shared/applicationresult.rb
|
777
783
|
- lib/stack_one/models/shared/applicationspaginated.rb
|
778
784
|
- lib/stack_one/models/shared/archived.rb
|
779
|
-
- lib/stack_one/models/shared/assessmentorder.rb
|
780
|
-
- lib/stack_one/models/shared/assessmentorder_4.rb
|
781
|
-
- lib/stack_one/models/shared/assessmentorder_application.rb
|
782
|
-
- lib/stack_one/models/shared/assessmentorder_application_status.rb
|
783
|
-
- lib/stack_one/models/shared/assessmentorder_candidate.rb
|
784
|
-
- lib/stack_one/models/shared/assessmentorder_job.rb
|
785
|
-
- lib/stack_one/models/shared/assessmentorder_package.rb
|
786
|
-
- lib/stack_one/models/shared/assessmentorder_source_value.rb
|
787
|
-
- lib/stack_one/models/shared/assessmentorder_value.rb
|
788
|
-
- lib/stack_one/models/shared/assessmentorderresult.rb
|
789
785
|
- lib/stack_one/models/shared/assessmentpackage.rb
|
790
786
|
- lib/stack_one/models/shared/assessmentpackagepaginated.rb
|
791
787
|
- lib/stack_one/models/shared/assessmentpackageresult.rb
|
@@ -818,7 +814,6 @@ files:
|
|
818
814
|
- lib/stack_one/models/shared/atscreatebackgroundcheckorderrequestdto_candidate.rb
|
819
815
|
- lib/stack_one/models/shared/atscreatebackgroundcheckorderrequestdto_job.rb
|
820
816
|
- lib/stack_one/models/shared/atscreatebackgroundcheckorderrequestdto_package.rb
|
821
|
-
- lib/stack_one/models/shared/atscreatebackgroundcheckorderrequestdto_requester.rb
|
822
817
|
- lib/stack_one/models/shared/atscreatebackgroundcheckorderrequestdto_source_value.rb
|
823
818
|
- lib/stack_one/models/shared/atscreatebackgroundcheckorderrequestdto_value.rb
|
824
819
|
- lib/stack_one/models/shared/atscreatebackgroundcheckpackagesrequestdto.rb
|
@@ -902,18 +897,6 @@ files:
|
|
902
897
|
- lib/stack_one/models/shared/attachment_source_value.rb
|
903
898
|
- lib/stack_one/models/shared/attachment_value.rb
|
904
899
|
- lib/stack_one/models/shared/avatar.rb
|
905
|
-
- lib/stack_one/models/shared/backgroundcheckorder.rb
|
906
|
-
- lib/stack_one/models/shared/backgroundcheckorder_4.rb
|
907
|
-
- lib/stack_one/models/shared/backgroundcheckorder_application.rb
|
908
|
-
- lib/stack_one/models/shared/backgroundcheckorder_application_status.rb
|
909
|
-
- lib/stack_one/models/shared/backgroundcheckorder_candidate.rb
|
910
|
-
- lib/stack_one/models/shared/backgroundcheckorder_job.rb
|
911
|
-
- lib/stack_one/models/shared/backgroundcheckorder_package.rb
|
912
|
-
- lib/stack_one/models/shared/backgroundcheckorder_requester.rb
|
913
|
-
- lib/stack_one/models/shared/backgroundcheckorder_source_value.rb
|
914
|
-
- lib/stack_one/models/shared/backgroundcheckorder_value.rb
|
915
|
-
- lib/stack_one/models/shared/backgroundcheckorderpaginated.rb
|
916
|
-
- lib/stack_one/models/shared/backgroundcheckorderresult.rb
|
917
900
|
- lib/stack_one/models/shared/backgroundcheckpackage.rb
|
918
901
|
- lib/stack_one/models/shared/backgroundcheckpackagepaginated.rb
|
919
902
|
- lib/stack_one/models/shared/backgroundcheckpackageresult.rb
|
@@ -947,6 +930,7 @@ files:
|
|
947
930
|
- lib/stack_one/models/shared/categories.rb
|
948
931
|
- lib/stack_one/models/shared/categoriespaginated.rb
|
949
932
|
- lib/stack_one/models/shared/category.rb
|
933
|
+
- lib/stack_one/models/shared/category_2.rb
|
950
934
|
- lib/stack_one/models/shared/category_4.rb
|
951
935
|
- lib/stack_one/models/shared/category_schemas_4.rb
|
952
936
|
- lib/stack_one/models/shared/category_schemas_level_4.rb
|
@@ -957,6 +941,7 @@ files:
|
|
957
941
|
- lib/stack_one/models/shared/category_source_value.rb
|
958
942
|
- lib/stack_one/models/shared/category_value.rb
|
959
943
|
- lib/stack_one/models/shared/categoryresult.rb
|
944
|
+
- lib/stack_one/models/shared/change_type.rb
|
960
945
|
- lib/stack_one/models/shared/channelsenum.rb
|
961
946
|
- lib/stack_one/models/shared/channelsenum_value.rb
|
962
947
|
- lib/stack_one/models/shared/companiespaginated.rb
|
@@ -978,13 +963,16 @@ files:
|
|
978
963
|
- lib/stack_one/models/shared/connectorsmeta.rb
|
979
964
|
- lib/stack_one/models/shared/connectorsmeta_category.rb
|
980
965
|
- lib/stack_one/models/shared/connectsession.rb
|
966
|
+
- lib/stack_one/models/shared/connectsession_type.rb
|
981
967
|
- lib/stack_one/models/shared/connectsessionauthenticate.rb
|
982
968
|
- lib/stack_one/models/shared/connectsessioncreate.rb
|
983
969
|
- lib/stack_one/models/shared/connectsessioncreate_categories.rb
|
984
970
|
- lib/stack_one/models/shared/connectsessioncreate_metadata.rb
|
971
|
+
- lib/stack_one/models/shared/connectsessioncreate_type.rb
|
985
972
|
- lib/stack_one/models/shared/connectsessiontokenauthlink.rb
|
986
973
|
- lib/stack_one/models/shared/connectsessiontokenauthlink_categories.rb
|
987
974
|
- lib/stack_one/models/shared/connectsessiontokenauthlink_metadata.rb
|
975
|
+
- lib/stack_one/models/shared/connectsessiontokenauthlink_type.rb
|
988
976
|
- lib/stack_one/models/shared/contact.rb
|
989
977
|
- lib/stack_one/models/shared/contactresult.rb
|
990
978
|
- lib/stack_one/models/shared/contactspaginated.rb
|
@@ -1016,6 +1004,8 @@ files:
|
|
1016
1004
|
- lib/stack_one/models/shared/countrycodeenum_source_value.rb
|
1017
1005
|
- lib/stack_one/models/shared/countrycodeenum_value.rb
|
1018
1006
|
- lib/stack_one/models/shared/course.rb
|
1007
|
+
- lib/stack_one/models/shared/course_2.rb
|
1008
|
+
- lib/stack_one/models/shared/course_active.rb
|
1019
1009
|
- lib/stack_one/models/shared/coursepaginated.rb
|
1020
1010
|
- lib/stack_one/models/shared/courseresult.rb
|
1021
1011
|
- lib/stack_one/models/shared/createanswer.rb
|
@@ -1038,7 +1028,6 @@ files:
|
|
1038
1028
|
- lib/stack_one/models/shared/createcategoriesapimodel_schemas_value.rb
|
1039
1029
|
- lib/stack_one/models/shared/createcategoriesapimodel_source_value.rb
|
1040
1030
|
- lib/stack_one/models/shared/createcategoriesapimodel_value.rb
|
1041
|
-
- lib/stack_one/models/shared/createcontentapimodel.rb
|
1042
1031
|
- lib/stack_one/models/shared/createcostcenterapimodel.rb
|
1043
1032
|
- lib/stack_one/models/shared/createemploymentapimodel.rb
|
1044
1033
|
- lib/stack_one/models/shared/createemploymentapimodel_4.rb
|
@@ -1086,12 +1075,12 @@ files:
|
|
1086
1075
|
- lib/stack_one/models/shared/crmcreatecontactrequestdto.rb
|
1087
1076
|
- lib/stack_one/models/shared/customfielddefinition.rb
|
1088
1077
|
- lib/stack_one/models/shared/customfielddefinition_4.rb
|
1089
|
-
- lib/stack_one/models/shared/customfielddefinition_schemas_4.rb
|
1090
1078
|
- lib/stack_one/models/shared/customfielddefinition_source_value.rb
|
1091
1079
|
- lib/stack_one/models/shared/customfielddefinition_type.rb
|
1092
1080
|
- lib/stack_one/models/shared/customfielddefinition_value.rb
|
1093
1081
|
- lib/stack_one/models/shared/customfielddefinitionresultapimodel.rb
|
1094
1082
|
- lib/stack_one/models/shared/customfielddefinitionspaginated.rb
|
1083
|
+
- lib/stack_one/models/shared/customfieldoption.rb
|
1095
1084
|
- lib/stack_one/models/shared/customfields.rb
|
1096
1085
|
- lib/stack_one/models/shared/customfields_4.rb
|
1097
1086
|
- lib/stack_one/models/shared/customfields_value.rb
|
@@ -1709,6 +1698,7 @@ files:
|
|
1709
1698
|
- lib/stack_one/models/shared/level.rb
|
1710
1699
|
- lib/stack_one/models/shared/linkedaccount.rb
|
1711
1700
|
- lib/stack_one/models/shared/linkedaccount_status.rb
|
1701
|
+
- lib/stack_one/models/shared/linkedaccount_type.rb
|
1712
1702
|
- lib/stack_one/models/shared/linkedaccountmeta.rb
|
1713
1703
|
- lib/stack_one/models/shared/linkedaccountmeta_category.rb
|
1714
1704
|
- lib/stack_one/models/shared/list.rb
|
@@ -1720,30 +1710,33 @@ files:
|
|
1720
1710
|
- lib/stack_one/models/shared/listresult.rb
|
1721
1711
|
- lib/stack_one/models/shared/listspaginated.rb
|
1722
1712
|
- lib/stack_one/models/shared/lmsbatchupsertcontentrequestdto.rb
|
1723
|
-
- lib/stack_one/models/shared/lmsbatchupsertcourserequestdto.rb
|
1724
1713
|
- lib/stack_one/models/shared/lmscreateassignmentrequestdto.rb
|
1725
1714
|
- lib/stack_one/models/shared/lmscreateassignmentrequestdto_4.rb
|
1726
1715
|
- lib/stack_one/models/shared/lmscreateassignmentrequestdto_source_value.rb
|
1727
1716
|
- lib/stack_one/models/shared/lmscreateassignmentrequestdto_status.rb
|
1728
1717
|
- lib/stack_one/models/shared/lmscreateassignmentrequestdto_value.rb
|
1729
|
-
- lib/stack_one/models/shared/lmscreatecollectionrequestdto.rb
|
1730
1718
|
- lib/stack_one/models/shared/lmscreatecompletionrequestdto.rb
|
1731
1719
|
- lib/stack_one/models/shared/lmscreatecompletionrequestdto_4.rb
|
1732
1720
|
- lib/stack_one/models/shared/lmscreatecompletionrequestdto_result.rb
|
1733
1721
|
- lib/stack_one/models/shared/lmscreatecompletionrequestdto_source_value.rb
|
1734
1722
|
- lib/stack_one/models/shared/lmscreatecompletionrequestdto_value.rb
|
1735
1723
|
- lib/stack_one/models/shared/lmscreatecontentrequestdto.rb
|
1724
|
+
- lib/stack_one/models/shared/lmscreatecontentrequestdto_2.rb
|
1736
1725
|
- lib/stack_one/models/shared/lmscreatecontentrequestdto_4.rb
|
1726
|
+
- lib/stack_one/models/shared/lmscreatecontentrequestdto_active.rb
|
1737
1727
|
- lib/stack_one/models/shared/lmscreatecontentrequestdto_content_type.rb
|
1738
1728
|
- lib/stack_one/models/shared/lmscreatecontentrequestdto_source_value.rb
|
1739
1729
|
- lib/stack_one/models/shared/lmscreatecontentrequestdto_value.rb
|
1740
1730
|
- lib/stack_one/models/shared/lmsupsertcontentrequestdto.rb
|
1731
|
+
- lib/stack_one/models/shared/lmsupsertcontentrequestdto_2.rb
|
1741
1732
|
- lib/stack_one/models/shared/lmsupsertcontentrequestdto_4.rb
|
1733
|
+
- lib/stack_one/models/shared/lmsupsertcontentrequestdto_active.rb
|
1742
1734
|
- lib/stack_one/models/shared/lmsupsertcontentrequestdto_content_type.rb
|
1743
1735
|
- lib/stack_one/models/shared/lmsupsertcontentrequestdto_source_value.rb
|
1744
1736
|
- lib/stack_one/models/shared/lmsupsertcontentrequestdto_value.rb
|
1745
|
-
- lib/stack_one/models/shared/lmsupsertcourserequestdto.rb
|
1746
1737
|
- lib/stack_one/models/shared/lmsuser.rb
|
1738
|
+
- lib/stack_one/models/shared/lmsuser_2.rb
|
1739
|
+
- lib/stack_one/models/shared/lmsuser_active.rb
|
1747
1740
|
- lib/stack_one/models/shared/localizationmodel.rb
|
1748
1741
|
- lib/stack_one/models/shared/localizationmodel_4.rb
|
1749
1742
|
- lib/stack_one/models/shared/localizationmodel_language.rb
|
@@ -1802,7 +1795,6 @@ files:
|
|
1802
1795
|
- lib/stack_one/models/shared/offerhistory.rb
|
1803
1796
|
- lib/stack_one/models/shared/offerspaginated.rb
|
1804
1797
|
- lib/stack_one/models/shared/offersresult.rb
|
1805
|
-
- lib/stack_one/models/shared/options.rb
|
1806
1798
|
- lib/stack_one/models/shared/overall_recommendation.rb
|
1807
1799
|
- lib/stack_one/models/shared/package.rb
|
1808
1800
|
- lib/stack_one/models/shared/parent_question.rb
|
@@ -1810,11 +1802,19 @@ files:
|
|
1810
1802
|
- lib/stack_one/models/shared/patchaccountexternaldto_credentials.rb
|
1811
1803
|
- lib/stack_one/models/shared/patchaccountexternaldto_metadata.rb
|
1812
1804
|
- lib/stack_one/models/shared/patchaccountexternaldto_setup_information.rb
|
1805
|
+
- lib/stack_one/models/shared/patchaccountexternaldto_type.rb
|
1813
1806
|
- lib/stack_one/models/shared/pay_frequency.rb
|
1814
1807
|
- lib/stack_one/models/shared/pay_period.rb
|
1815
1808
|
- lib/stack_one/models/shared/phonenumber.rb
|
1816
1809
|
- lib/stack_one/models/shared/phonenumber_type.rb
|
1817
1810
|
- lib/stack_one/models/shared/policy.rb
|
1811
|
+
- lib/stack_one/models/shared/position.rb
|
1812
|
+
- lib/stack_one/models/shared/position_4.rb
|
1813
|
+
- lib/stack_one/models/shared/position_source_value.rb
|
1814
|
+
- lib/stack_one/models/shared/position_status.rb
|
1815
|
+
- lib/stack_one/models/shared/position_value.rb
|
1816
|
+
- lib/stack_one/models/shared/positionresult.rb
|
1817
|
+
- lib/stack_one/models/shared/positionspaginated.rb
|
1818
1818
|
- lib/stack_one/models/shared/preferred_language.rb
|
1819
1819
|
- lib/stack_one/models/shared/providererror.rb
|
1820
1820
|
- lib/stack_one/models/shared/providererrorapimodel.rb
|
@@ -1848,6 +1848,7 @@ files:
|
|
1848
1848
|
- lib/stack_one/models/shared/reason.rb
|
1849
1849
|
- lib/stack_one/models/shared/reference.rb
|
1850
1850
|
- lib/stack_one/models/shared/reference_2.rb
|
1851
|
+
- lib/stack_one/models/shared/reference_active.rb
|
1851
1852
|
- lib/stack_one/models/shared/referencepaginated.rb
|
1852
1853
|
- lib/stack_one/models/shared/referenceresult.rb
|
1853
1854
|
- lib/stack_one/models/shared/rejectapplicationresult.rb
|
@@ -1887,7 +1888,9 @@ files:
|
|
1887
1888
|
- lib/stack_one/models/shared/setup_information.rb
|
1888
1889
|
- lib/stack_one/models/shared/skillresult.rb
|
1889
1890
|
- lib/stack_one/models/shared/skills.rb
|
1891
|
+
- lib/stack_one/models/shared/skills_2.rb
|
1890
1892
|
- lib/stack_one/models/shared/skills_4.rb
|
1893
|
+
- lib/stack_one/models/shared/skills_active.rb
|
1891
1894
|
- lib/stack_one/models/shared/skills_hierarchy.rb
|
1892
1895
|
- lib/stack_one/models/shared/skills_language.rb
|
1893
1896
|
- lib/stack_one/models/shared/skills_level.rb
|
@@ -1,49 +0,0 @@
|
|
1
|
-
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
2
|
-
|
3
|
-
# typed: true
|
4
|
-
# frozen_string_literal: true
|
5
|
-
|
6
|
-
|
7
|
-
module StackOne
|
8
|
-
module Models
|
9
|
-
module Operations
|
10
|
-
|
11
|
-
|
12
|
-
class AtsGetAssessmentsRequestResponse
|
13
|
-
extend T::Sig
|
14
|
-
include Crystalline::MetadataFields
|
15
|
-
|
16
|
-
# HTTP response content type for this operation
|
17
|
-
field :content_type, ::String
|
18
|
-
|
19
|
-
field :headers, T::Hash[Symbol, T::Array[::String]]
|
20
|
-
# Raw HTTP response; suitable for custom response parsing
|
21
|
-
field :raw_response, ::Faraday::Response
|
22
|
-
# HTTP response status code for this operation
|
23
|
-
field :status_code, ::Integer
|
24
|
-
# The assessments order with the given identifier was retrieved.
|
25
|
-
field :assessment_order_result, T.nilable(Models::Shared::AssessmentOrderResult)
|
26
|
-
|
27
|
-
|
28
|
-
sig { params(content_type: ::String, headers: T::Hash[Symbol, T::Array[::String]], raw_response: ::Faraday::Response, status_code: ::Integer, assessment_order_result: T.nilable(Models::Shared::AssessmentOrderResult)).void }
|
29
|
-
def initialize(content_type: nil, headers: nil, raw_response: nil, status_code: nil, assessment_order_result: nil)
|
30
|
-
@content_type = content_type
|
31
|
-
@headers = headers
|
32
|
-
@raw_response = raw_response
|
33
|
-
@status_code = status_code
|
34
|
-
@assessment_order_result = assessment_order_result
|
35
|
-
end
|
36
|
-
|
37
|
-
def ==(other)
|
38
|
-
return false unless other.is_a? self.class
|
39
|
-
return false unless @content_type == other.content_type
|
40
|
-
return false unless @headers == other.headers
|
41
|
-
return false unless @raw_response == other.raw_response
|
42
|
-
return false unless @status_code == other.status_code
|
43
|
-
return false unless @assessment_order_result == other.assessment_order_result
|
44
|
-
true
|
45
|
-
end
|
46
|
-
end
|
47
|
-
end
|
48
|
-
end
|
49
|
-
end
|
@@ -1,49 +0,0 @@
|
|
1
|
-
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
2
|
-
|
3
|
-
# typed: true
|
4
|
-
# frozen_string_literal: true
|
5
|
-
|
6
|
-
|
7
|
-
module StackOne
|
8
|
-
module Models
|
9
|
-
module Operations
|
10
|
-
|
11
|
-
|
12
|
-
class AtsListBackgroundCheckRequestResponse
|
13
|
-
extend T::Sig
|
14
|
-
include Crystalline::MetadataFields
|
15
|
-
|
16
|
-
# HTTP response content type for this operation
|
17
|
-
field :content_type, ::String
|
18
|
-
|
19
|
-
field :headers, T::Hash[Symbol, T::Array[::String]]
|
20
|
-
# Raw HTTP response; suitable for custom response parsing
|
21
|
-
field :raw_response, ::Faraday::Response
|
22
|
-
# HTTP response status code for this operation
|
23
|
-
field :status_code, ::Integer
|
24
|
-
# The list of background check requests was retrieved.
|
25
|
-
field :background_check_order_paginated, T.nilable(Models::Shared::BackgroundCheckOrderPaginated)
|
26
|
-
|
27
|
-
|
28
|
-
sig { params(content_type: ::String, headers: T::Hash[Symbol, T::Array[::String]], raw_response: ::Faraday::Response, status_code: ::Integer, background_check_order_paginated: T.nilable(Models::Shared::BackgroundCheckOrderPaginated)).void }
|
29
|
-
def initialize(content_type: nil, headers: nil, raw_response: nil, status_code: nil, background_check_order_paginated: nil)
|
30
|
-
@content_type = content_type
|
31
|
-
@headers = headers
|
32
|
-
@raw_response = raw_response
|
33
|
-
@status_code = status_code
|
34
|
-
@background_check_order_paginated = background_check_order_paginated
|
35
|
-
end
|
36
|
-
|
37
|
-
def ==(other)
|
38
|
-
return false unless other.is_a? self.class
|
39
|
-
return false unless @content_type == other.content_type
|
40
|
-
return false unless @headers == other.headers
|
41
|
-
return false unless @raw_response == other.raw_response
|
42
|
-
return false unless @status_code == other.status_code
|
43
|
-
return false unless @background_check_order_paginated == other.background_check_order_paginated
|
44
|
-
true
|
45
|
-
end
|
46
|
-
end
|
47
|
-
end
|
48
|
-
end
|
49
|
-
end
|
@@ -1,37 +0,0 @@
|
|
1
|
-
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
2
|
-
|
3
|
-
# typed: true
|
4
|
-
# frozen_string_literal: true
|
5
|
-
|
6
|
-
|
7
|
-
module StackOne
|
8
|
-
module Models
|
9
|
-
module Operations
|
10
|
-
|
11
|
-
|
12
|
-
class LmsBatchUpsertCourseRequest
|
13
|
-
extend T::Sig
|
14
|
-
include Crystalline::MetadataFields
|
15
|
-
|
16
|
-
|
17
|
-
field :lms_batch_upsert_course_request_dto, Models::Shared::LmsBatchUpsertCourseRequestDto, { 'request': { 'media_type': 'application/json' } }
|
18
|
-
# The account identifier
|
19
|
-
field :x_account_id, ::String, { 'header': { 'field_name': 'x-account-id', 'style': 'simple', 'explode': false } }
|
20
|
-
|
21
|
-
|
22
|
-
sig { params(lms_batch_upsert_course_request_dto: Models::Shared::LmsBatchUpsertCourseRequestDto, x_account_id: ::String).void }
|
23
|
-
def initialize(lms_batch_upsert_course_request_dto: nil, x_account_id: nil)
|
24
|
-
@lms_batch_upsert_course_request_dto = lms_batch_upsert_course_request_dto
|
25
|
-
@x_account_id = x_account_id
|
26
|
-
end
|
27
|
-
|
28
|
-
def ==(other)
|
29
|
-
return false unless other.is_a? self.class
|
30
|
-
return false unless @lms_batch_upsert_course_request_dto == other.lms_batch_upsert_course_request_dto
|
31
|
-
return false unless @x_account_id == other.x_account_id
|
32
|
-
true
|
33
|
-
end
|
34
|
-
end
|
35
|
-
end
|
36
|
-
end
|
37
|
-
end
|
@@ -1,49 +0,0 @@
|
|
1
|
-
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
2
|
-
|
3
|
-
# typed: true
|
4
|
-
# frozen_string_literal: true
|
5
|
-
|
6
|
-
|
7
|
-
module StackOne
|
8
|
-
module Models
|
9
|
-
module Operations
|
10
|
-
|
11
|
-
|
12
|
-
class LmsBatchUpsertCourseResponse
|
13
|
-
extend T::Sig
|
14
|
-
include Crystalline::MetadataFields
|
15
|
-
|
16
|
-
# HTTP response content type for this operation
|
17
|
-
field :content_type, ::String
|
18
|
-
|
19
|
-
field :headers, T::Hash[Symbol, T::Array[::String]]
|
20
|
-
# Raw HTTP response; suitable for custom response parsing
|
21
|
-
field :raw_response, ::Faraday::Response
|
22
|
-
# HTTP response status code for this operation
|
23
|
-
field :status_code, ::Integer
|
24
|
-
# Batch operation accepted
|
25
|
-
field :batch_result_api_model, T.nilable(Models::Shared::BatchResultApiModel)
|
26
|
-
|
27
|
-
|
28
|
-
sig { params(content_type: ::String, headers: T::Hash[Symbol, T::Array[::String]], raw_response: ::Faraday::Response, status_code: ::Integer, batch_result_api_model: T.nilable(Models::Shared::BatchResultApiModel)).void }
|
29
|
-
def initialize(content_type: nil, headers: nil, raw_response: nil, status_code: nil, batch_result_api_model: nil)
|
30
|
-
@content_type = content_type
|
31
|
-
@headers = headers
|
32
|
-
@raw_response = raw_response
|
33
|
-
@status_code = status_code
|
34
|
-
@batch_result_api_model = batch_result_api_model
|
35
|
-
end
|
36
|
-
|
37
|
-
def ==(other)
|
38
|
-
return false unless other.is_a? self.class
|
39
|
-
return false unless @content_type == other.content_type
|
40
|
-
return false unless @headers == other.headers
|
41
|
-
return false unless @raw_response == other.raw_response
|
42
|
-
return false unless @status_code == other.status_code
|
43
|
-
return false unless @batch_result_api_model == other.batch_result_api_model
|
44
|
-
true
|
45
|
-
end
|
46
|
-
end
|
47
|
-
end
|
48
|
-
end
|
49
|
-
end
|
@@ -1,37 +0,0 @@
|
|
1
|
-
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
2
|
-
|
3
|
-
# typed: true
|
4
|
-
# frozen_string_literal: true
|
5
|
-
|
6
|
-
|
7
|
-
module StackOne
|
8
|
-
module Models
|
9
|
-
module Operations
|
10
|
-
|
11
|
-
|
12
|
-
class LmsCreateCollectionRequest
|
13
|
-
extend T::Sig
|
14
|
-
include Crystalline::MetadataFields
|
15
|
-
|
16
|
-
|
17
|
-
field :lms_create_collection_request_dto, Models::Shared::LmsCreateCollectionRequestDto, { 'request': { 'media_type': 'application/json' } }
|
18
|
-
# The account identifier
|
19
|
-
field :x_account_id, ::String, { 'header': { 'field_name': 'x-account-id', 'style': 'simple', 'explode': false } }
|
20
|
-
|
21
|
-
|
22
|
-
sig { params(lms_create_collection_request_dto: Models::Shared::LmsCreateCollectionRequestDto, x_account_id: ::String).void }
|
23
|
-
def initialize(lms_create_collection_request_dto: nil, x_account_id: nil)
|
24
|
-
@lms_create_collection_request_dto = lms_create_collection_request_dto
|
25
|
-
@x_account_id = x_account_id
|
26
|
-
end
|
27
|
-
|
28
|
-
def ==(other)
|
29
|
-
return false unless other.is_a? self.class
|
30
|
-
return false unless @lms_create_collection_request_dto == other.lms_create_collection_request_dto
|
31
|
-
return false unless @x_account_id == other.x_account_id
|
32
|
-
true
|
33
|
-
end
|
34
|
-
end
|
35
|
-
end
|
36
|
-
end
|
37
|
-
end
|
@@ -1,41 +0,0 @@
|
|
1
|
-
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
2
|
-
|
3
|
-
# typed: true
|
4
|
-
# frozen_string_literal: true
|
5
|
-
|
6
|
-
|
7
|
-
module StackOne
|
8
|
-
module Models
|
9
|
-
module Operations
|
10
|
-
|
11
|
-
|
12
|
-
class LmsUpdateCollectionRequest
|
13
|
-
extend T::Sig
|
14
|
-
include Crystalline::MetadataFields
|
15
|
-
|
16
|
-
|
17
|
-
field :id, ::String, { 'path_param': { 'field_name': 'id', 'style': 'simple', 'explode': false } }
|
18
|
-
|
19
|
-
field :lms_create_collection_request_dto, Models::Shared::LmsCreateCollectionRequestDto, { 'request': { 'media_type': 'application/json' } }
|
20
|
-
# The account identifier
|
21
|
-
field :x_account_id, ::String, { 'header': { 'field_name': 'x-account-id', 'style': 'simple', 'explode': false } }
|
22
|
-
|
23
|
-
|
24
|
-
sig { params(id: ::String, lms_create_collection_request_dto: Models::Shared::LmsCreateCollectionRequestDto, x_account_id: ::String).void }
|
25
|
-
def initialize(id: nil, lms_create_collection_request_dto: nil, x_account_id: nil)
|
26
|
-
@id = id
|
27
|
-
@lms_create_collection_request_dto = lms_create_collection_request_dto
|
28
|
-
@x_account_id = x_account_id
|
29
|
-
end
|
30
|
-
|
31
|
-
def ==(other)
|
32
|
-
return false unless other.is_a? self.class
|
33
|
-
return false unless @id == other.id
|
34
|
-
return false unless @lms_create_collection_request_dto == other.lms_create_collection_request_dto
|
35
|
-
return false unless @x_account_id == other.x_account_id
|
36
|
-
true
|
37
|
-
end
|
38
|
-
end
|
39
|
-
end
|
40
|
-
end
|
41
|
-
end
|
@@ -1,49 +0,0 @@
|
|
1
|
-
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
2
|
-
|
3
|
-
# typed: true
|
4
|
-
# frozen_string_literal: true
|
5
|
-
|
6
|
-
|
7
|
-
module StackOne
|
8
|
-
module Models
|
9
|
-
module Operations
|
10
|
-
|
11
|
-
|
12
|
-
class LmsUpdateCollectionResponse
|
13
|
-
extend T::Sig
|
14
|
-
include Crystalline::MetadataFields
|
15
|
-
|
16
|
-
# HTTP response content type for this operation
|
17
|
-
field :content_type, ::String
|
18
|
-
|
19
|
-
field :headers, T::Hash[Symbol, T::Array[::String]]
|
20
|
-
# Raw HTTP response; suitable for custom response parsing
|
21
|
-
field :raw_response, ::Faraday::Response
|
22
|
-
# HTTP response status code for this operation
|
23
|
-
field :status_code, ::Integer
|
24
|
-
# The collection was updated successfully.
|
25
|
-
field :update_result, T.nilable(Models::Shared::UpdateResult)
|
26
|
-
|
27
|
-
|
28
|
-
sig { params(content_type: ::String, headers: T::Hash[Symbol, T::Array[::String]], raw_response: ::Faraday::Response, status_code: ::Integer, update_result: T.nilable(Models::Shared::UpdateResult)).void }
|
29
|
-
def initialize(content_type: nil, headers: nil, raw_response: nil, status_code: nil, update_result: nil)
|
30
|
-
@content_type = content_type
|
31
|
-
@headers = headers
|
32
|
-
@raw_response = raw_response
|
33
|
-
@status_code = status_code
|
34
|
-
@update_result = update_result
|
35
|
-
end
|
36
|
-
|
37
|
-
def ==(other)
|
38
|
-
return false unless other.is_a? self.class
|
39
|
-
return false unless @content_type == other.content_type
|
40
|
-
return false unless @headers == other.headers
|
41
|
-
return false unless @raw_response == other.raw_response
|
42
|
-
return false unless @status_code == other.status_code
|
43
|
-
return false unless @update_result == other.update_result
|
44
|
-
true
|
45
|
-
end
|
46
|
-
end
|
47
|
-
end
|
48
|
-
end
|
49
|
-
end
|