stackone_client 0.37.2 → 0.37.3
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/crystalline/module.rb +4 -0
- data/lib/crystalline/utils.rb +13 -0
- data/lib/stack_one/accounting.rb +10 -10
- data/lib/stack_one/accounts.rb +5 -5
- data/lib/stack_one/actions.rb +2 -2
- data/lib/stack_one/ats.rb +74 -74
- data/lib/stack_one/connect_sessions.rb +2 -2
- data/lib/stack_one/connectors.rb +2 -2
- data/lib/stack_one/crm.rb +10 -10
- data/lib/stack_one/documents.rb +8 -8
- data/lib/stack_one/hris.rb +74 -74
- data/lib/stack_one/iam.rb +10 -10
- data/lib/stack_one/lms.rb +24 -24
- data/lib/stack_one/marketing.rb +26 -26
- data/lib/stack_one/messaging.rb +11 -11
- data/lib/stack_one/models/operations/ats_list_applications_queryparam_filter.rb +6 -2
- data/lib/stack_one/models/operations/ats_list_applications_queryparam_filter.rbi +2 -0
- data/lib/stack_one/models/shared/application.rb +19 -3
- data/lib/stack_one/models/shared/application.rbi +6 -0
- data/lib/stack_one/models/shared/application_application_stage.rb +57 -0
- data/lib/stack_one/models/shared/application_application_stage.rbi +25 -0
- data/lib/stack_one/models/shared/application_interview_stage.rb +1 -1
- data/lib/stack_one/models/shared/applicationchangesdatamodel.rb +2 -0
- data/lib/stack_one/models/shared.rb +1 -0
- data/lib/stack_one/proxy.rb +1 -1
- data/lib/stack_one/request_logs.rb +4 -4
- data/lib/stack_one/screening.rb +4 -4
- data/lib/stack_one/sdkconfiguration.rb +3 -3
- data/lib/stack_one/ticketing.rb +19 -19
- metadata +4 -2
data/lib/stack_one/ats.rb
CHANGED
@@ -91,7 +91,7 @@ module StackOne
|
|
91
91
|
hook_ctx = SDKHooks::HookContext.new(
|
92
92
|
config: @sdk_configuration,
|
93
93
|
base_url: base_url,
|
94
|
-
oauth2_scopes:
|
94
|
+
oauth2_scopes: nil,
|
95
95
|
operation_id: 'ats_create_application',
|
96
96
|
security_source: @sdk_configuration.security_source
|
97
97
|
)
|
@@ -399,7 +399,7 @@ module StackOne
|
|
399
399
|
hook_ctx = SDKHooks::HookContext.new(
|
400
400
|
config: @sdk_configuration,
|
401
401
|
base_url: base_url,
|
402
|
-
oauth2_scopes:
|
402
|
+
oauth2_scopes: nil,
|
403
403
|
operation_id: 'ats_create_application_note',
|
404
404
|
security_source: @sdk_configuration.security_source
|
405
405
|
)
|
@@ -701,7 +701,7 @@ module StackOne
|
|
701
701
|
hook_ctx = SDKHooks::HookContext.new(
|
702
702
|
config: @sdk_configuration,
|
703
703
|
base_url: base_url,
|
704
|
-
oauth2_scopes:
|
704
|
+
oauth2_scopes: nil,
|
705
705
|
operation_id: 'ats_create_background_check_package',
|
706
706
|
security_source: @sdk_configuration.security_source
|
707
707
|
)
|
@@ -1003,7 +1003,7 @@ module StackOne
|
|
1003
1003
|
hook_ctx = SDKHooks::HookContext.new(
|
1004
1004
|
config: @sdk_configuration,
|
1005
1005
|
base_url: base_url,
|
1006
|
-
oauth2_scopes:
|
1006
|
+
oauth2_scopes: nil,
|
1007
1007
|
operation_id: 'ats_create_candidate',
|
1008
1008
|
security_source: @sdk_configuration.security_source
|
1009
1009
|
)
|
@@ -1311,7 +1311,7 @@ module StackOne
|
|
1311
1311
|
hook_ctx = SDKHooks::HookContext.new(
|
1312
1312
|
config: @sdk_configuration,
|
1313
1313
|
base_url: base_url,
|
1314
|
-
oauth2_scopes:
|
1314
|
+
oauth2_scopes: nil,
|
1315
1315
|
operation_id: 'ats_create_candidate_note',
|
1316
1316
|
security_source: @sdk_configuration.security_source
|
1317
1317
|
)
|
@@ -1613,7 +1613,7 @@ module StackOne
|
|
1613
1613
|
hook_ctx = SDKHooks::HookContext.new(
|
1614
1614
|
config: @sdk_configuration,
|
1615
1615
|
base_url: base_url,
|
1616
|
-
oauth2_scopes:
|
1616
|
+
oauth2_scopes: nil,
|
1617
1617
|
operation_id: 'ats_create_job',
|
1618
1618
|
security_source: @sdk_configuration.security_source
|
1619
1619
|
)
|
@@ -1915,7 +1915,7 @@ module StackOne
|
|
1915
1915
|
hook_ctx = SDKHooks::HookContext.new(
|
1916
1916
|
config: @sdk_configuration,
|
1917
1917
|
base_url: base_url,
|
1918
|
-
oauth2_scopes:
|
1918
|
+
oauth2_scopes: nil,
|
1919
1919
|
operation_id: 'ats_create_offer',
|
1920
1920
|
security_source: @sdk_configuration.security_source
|
1921
1921
|
)
|
@@ -2211,7 +2211,7 @@ module StackOne
|
|
2211
2211
|
hook_ctx = SDKHooks::HookContext.new(
|
2212
2212
|
config: @sdk_configuration,
|
2213
2213
|
base_url: base_url,
|
2214
|
-
oauth2_scopes:
|
2214
|
+
oauth2_scopes: nil,
|
2215
2215
|
operation_id: 'ats_delete_background_check_package',
|
2216
2216
|
security_source: @sdk_configuration.security_source
|
2217
2217
|
)
|
@@ -2503,7 +2503,7 @@ module StackOne
|
|
2503
2503
|
hook_ctx = SDKHooks::HookContext.new(
|
2504
2504
|
config: @sdk_configuration,
|
2505
2505
|
base_url: base_url,
|
2506
|
-
oauth2_scopes:
|
2506
|
+
oauth2_scopes: nil,
|
2507
2507
|
operation_id: 'ats_download_application_document',
|
2508
2508
|
security_source: @sdk_configuration.security_source
|
2509
2509
|
)
|
@@ -3388,7 +3388,7 @@ module StackOne
|
|
3388
3388
|
hook_ctx = SDKHooks::HookContext.new(
|
3389
3389
|
config: @sdk_configuration,
|
3390
3390
|
base_url: base_url,
|
3391
|
-
oauth2_scopes:
|
3391
|
+
oauth2_scopes: nil,
|
3392
3392
|
operation_id: 'ats_get_application',
|
3393
3393
|
security_source: @sdk_configuration.security_source
|
3394
3394
|
)
|
@@ -3681,7 +3681,7 @@ module StackOne
|
|
3681
3681
|
hook_ctx = SDKHooks::HookContext.new(
|
3682
3682
|
config: @sdk_configuration,
|
3683
3683
|
base_url: base_url,
|
3684
|
-
oauth2_scopes:
|
3684
|
+
oauth2_scopes: nil,
|
3685
3685
|
operation_id: 'ats_get_application_custom_field_definition',
|
3686
3686
|
security_source: @sdk_configuration.security_source
|
3687
3687
|
)
|
@@ -3974,7 +3974,7 @@ module StackOne
|
|
3974
3974
|
hook_ctx = SDKHooks::HookContext.new(
|
3975
3975
|
config: @sdk_configuration,
|
3976
3976
|
base_url: base_url,
|
3977
|
-
oauth2_scopes:
|
3977
|
+
oauth2_scopes: nil,
|
3978
3978
|
operation_id: 'ats_get_application_document',
|
3979
3979
|
security_source: @sdk_configuration.security_source
|
3980
3980
|
)
|
@@ -4267,7 +4267,7 @@ module StackOne
|
|
4267
4267
|
hook_ctx = SDKHooks::HookContext.new(
|
4268
4268
|
config: @sdk_configuration,
|
4269
4269
|
base_url: base_url,
|
4270
|
-
oauth2_scopes:
|
4270
|
+
oauth2_scopes: nil,
|
4271
4271
|
operation_id: 'ats_get_application_document_category',
|
4272
4272
|
security_source: @sdk_configuration.security_source
|
4273
4273
|
)
|
@@ -4560,7 +4560,7 @@ module StackOne
|
|
4560
4560
|
hook_ctx = SDKHooks::HookContext.new(
|
4561
4561
|
config: @sdk_configuration,
|
4562
4562
|
base_url: base_url,
|
4563
|
-
oauth2_scopes:
|
4563
|
+
oauth2_scopes: nil,
|
4564
4564
|
operation_id: 'ats_get_application_note',
|
4565
4565
|
security_source: @sdk_configuration.security_source
|
4566
4566
|
)
|
@@ -4853,7 +4853,7 @@ module StackOne
|
|
4853
4853
|
hook_ctx = SDKHooks::HookContext.new(
|
4854
4854
|
config: @sdk_configuration,
|
4855
4855
|
base_url: base_url,
|
4856
|
-
oauth2_scopes:
|
4856
|
+
oauth2_scopes: nil,
|
4857
4857
|
operation_id: 'ats_get_application_offer',
|
4858
4858
|
security_source: @sdk_configuration.security_source
|
4859
4859
|
)
|
@@ -5146,7 +5146,7 @@ module StackOne
|
|
5146
5146
|
hook_ctx = SDKHooks::HookContext.new(
|
5147
5147
|
config: @sdk_configuration,
|
5148
5148
|
base_url: base_url,
|
5149
|
-
oauth2_scopes:
|
5149
|
+
oauth2_scopes: nil,
|
5150
5150
|
operation_id: 'ats_get_application_scheduled_interview',
|
5151
5151
|
security_source: @sdk_configuration.security_source
|
5152
5152
|
)
|
@@ -5439,7 +5439,7 @@ module StackOne
|
|
5439
5439
|
hook_ctx = SDKHooks::HookContext.new(
|
5440
5440
|
config: @sdk_configuration,
|
5441
5441
|
base_url: base_url,
|
5442
|
-
oauth2_scopes:
|
5442
|
+
oauth2_scopes: nil,
|
5443
5443
|
operation_id: 'ats_get_application_scorecard',
|
5444
5444
|
security_source: @sdk_configuration.security_source
|
5445
5445
|
)
|
@@ -5732,7 +5732,7 @@ module StackOne
|
|
5732
5732
|
hook_ctx = SDKHooks::HookContext.new(
|
5733
5733
|
config: @sdk_configuration,
|
5734
5734
|
base_url: base_url,
|
5735
|
-
oauth2_scopes:
|
5735
|
+
oauth2_scopes: nil,
|
5736
5736
|
operation_id: 'ats_get_application_stage',
|
5737
5737
|
security_source: @sdk_configuration.security_source
|
5738
5738
|
)
|
@@ -6025,7 +6025,7 @@ module StackOne
|
|
6025
6025
|
hook_ctx = SDKHooks::HookContext.new(
|
6026
6026
|
config: @sdk_configuration,
|
6027
6027
|
base_url: base_url,
|
6028
|
-
oauth2_scopes:
|
6028
|
+
oauth2_scopes: nil,
|
6029
6029
|
operation_id: 'ats_get_assessments_package',
|
6030
6030
|
security_source: @sdk_configuration.security_source
|
6031
6031
|
)
|
@@ -6318,7 +6318,7 @@ module StackOne
|
|
6318
6318
|
hook_ctx = SDKHooks::HookContext.new(
|
6319
6319
|
config: @sdk_configuration,
|
6320
6320
|
base_url: base_url,
|
6321
|
-
oauth2_scopes:
|
6321
|
+
oauth2_scopes: nil,
|
6322
6322
|
operation_id: 'ats_get_background_check_package',
|
6323
6323
|
security_source: @sdk_configuration.security_source
|
6324
6324
|
)
|
@@ -6611,7 +6611,7 @@ module StackOne
|
|
6611
6611
|
hook_ctx = SDKHooks::HookContext.new(
|
6612
6612
|
config: @sdk_configuration,
|
6613
6613
|
base_url: base_url,
|
6614
|
-
oauth2_scopes:
|
6614
|
+
oauth2_scopes: nil,
|
6615
6615
|
operation_id: 'ats_get_candidate',
|
6616
6616
|
security_source: @sdk_configuration.security_source
|
6617
6617
|
)
|
@@ -6904,7 +6904,7 @@ module StackOne
|
|
6904
6904
|
hook_ctx = SDKHooks::HookContext.new(
|
6905
6905
|
config: @sdk_configuration,
|
6906
6906
|
base_url: base_url,
|
6907
|
-
oauth2_scopes:
|
6907
|
+
oauth2_scopes: nil,
|
6908
6908
|
operation_id: 'ats_get_candidate_custom_field_definition',
|
6909
6909
|
security_source: @sdk_configuration.security_source
|
6910
6910
|
)
|
@@ -7197,7 +7197,7 @@ module StackOne
|
|
7197
7197
|
hook_ctx = SDKHooks::HookContext.new(
|
7198
7198
|
config: @sdk_configuration,
|
7199
7199
|
base_url: base_url,
|
7200
|
-
oauth2_scopes:
|
7200
|
+
oauth2_scopes: nil,
|
7201
7201
|
operation_id: 'ats_get_candidate_note',
|
7202
7202
|
security_source: @sdk_configuration.security_source
|
7203
7203
|
)
|
@@ -7490,7 +7490,7 @@ module StackOne
|
|
7490
7490
|
hook_ctx = SDKHooks::HookContext.new(
|
7491
7491
|
config: @sdk_configuration,
|
7492
7492
|
base_url: base_url,
|
7493
|
-
oauth2_scopes:
|
7493
|
+
oauth2_scopes: nil,
|
7494
7494
|
operation_id: 'ats_get_department',
|
7495
7495
|
security_source: @sdk_configuration.security_source
|
7496
7496
|
)
|
@@ -7783,7 +7783,7 @@ module StackOne
|
|
7783
7783
|
hook_ctx = SDKHooks::HookContext.new(
|
7784
7784
|
config: @sdk_configuration,
|
7785
7785
|
base_url: base_url,
|
7786
|
-
oauth2_scopes:
|
7786
|
+
oauth2_scopes: nil,
|
7787
7787
|
operation_id: 'ats_get_interview',
|
7788
7788
|
security_source: @sdk_configuration.security_source
|
7789
7789
|
)
|
@@ -8078,7 +8078,7 @@ module StackOne
|
|
8078
8078
|
hook_ctx = SDKHooks::HookContext.new(
|
8079
8079
|
config: @sdk_configuration,
|
8080
8080
|
base_url: base_url,
|
8081
|
-
oauth2_scopes:
|
8081
|
+
oauth2_scopes: nil,
|
8082
8082
|
operation_id: 'ats_get_interview_stage',
|
8083
8083
|
security_source: @sdk_configuration.security_source
|
8084
8084
|
)
|
@@ -8371,7 +8371,7 @@ module StackOne
|
|
8371
8371
|
hook_ctx = SDKHooks::HookContext.new(
|
8372
8372
|
config: @sdk_configuration,
|
8373
8373
|
base_url: base_url,
|
8374
|
-
oauth2_scopes:
|
8374
|
+
oauth2_scopes: nil,
|
8375
8375
|
operation_id: 'ats_get_job',
|
8376
8376
|
security_source: @sdk_configuration.security_source
|
8377
8377
|
)
|
@@ -8664,7 +8664,7 @@ module StackOne
|
|
8664
8664
|
hook_ctx = SDKHooks::HookContext.new(
|
8665
8665
|
config: @sdk_configuration,
|
8666
8666
|
base_url: base_url,
|
8667
|
-
oauth2_scopes:
|
8667
|
+
oauth2_scopes: nil,
|
8668
8668
|
operation_id: 'ats_get_job_application_stage',
|
8669
8669
|
security_source: @sdk_configuration.security_source
|
8670
8670
|
)
|
@@ -8957,7 +8957,7 @@ module StackOne
|
|
8957
8957
|
hook_ctx = SDKHooks::HookContext.new(
|
8958
8958
|
config: @sdk_configuration,
|
8959
8959
|
base_url: base_url,
|
8960
|
-
oauth2_scopes:
|
8960
|
+
oauth2_scopes: nil,
|
8961
8961
|
operation_id: 'ats_get_job_custom_field_definition',
|
8962
8962
|
security_source: @sdk_configuration.security_source
|
8963
8963
|
)
|
@@ -9250,7 +9250,7 @@ module StackOne
|
|
9250
9250
|
hook_ctx = SDKHooks::HookContext.new(
|
9251
9251
|
config: @sdk_configuration,
|
9252
9252
|
base_url: base_url,
|
9253
|
-
oauth2_scopes:
|
9253
|
+
oauth2_scopes: nil,
|
9254
9254
|
operation_id: 'ats_get_job_posting',
|
9255
9255
|
security_source: @sdk_configuration.security_source
|
9256
9256
|
)
|
@@ -9543,7 +9543,7 @@ module StackOne
|
|
9543
9543
|
hook_ctx = SDKHooks::HookContext.new(
|
9544
9544
|
config: @sdk_configuration,
|
9545
9545
|
base_url: base_url,
|
9546
|
-
oauth2_scopes:
|
9546
|
+
oauth2_scopes: nil,
|
9547
9547
|
operation_id: 'ats_get_list',
|
9548
9548
|
security_source: @sdk_configuration.security_source
|
9549
9549
|
)
|
@@ -9836,7 +9836,7 @@ module StackOne
|
|
9836
9836
|
hook_ctx = SDKHooks::HookContext.new(
|
9837
9837
|
config: @sdk_configuration,
|
9838
9838
|
base_url: base_url,
|
9839
|
-
oauth2_scopes:
|
9839
|
+
oauth2_scopes: nil,
|
9840
9840
|
operation_id: 'ats_get_location',
|
9841
9841
|
security_source: @sdk_configuration.security_source
|
9842
9842
|
)
|
@@ -10129,7 +10129,7 @@ module StackOne
|
|
10129
10129
|
hook_ctx = SDKHooks::HookContext.new(
|
10130
10130
|
config: @sdk_configuration,
|
10131
10131
|
base_url: base_url,
|
10132
|
-
oauth2_scopes:
|
10132
|
+
oauth2_scopes: nil,
|
10133
10133
|
operation_id: 'ats_get_offer',
|
10134
10134
|
security_source: @sdk_configuration.security_source
|
10135
10135
|
)
|
@@ -10422,7 +10422,7 @@ module StackOne
|
|
10422
10422
|
hook_ctx = SDKHooks::HookContext.new(
|
10423
10423
|
config: @sdk_configuration,
|
10424
10424
|
base_url: base_url,
|
10425
|
-
oauth2_scopes:
|
10425
|
+
oauth2_scopes: nil,
|
10426
10426
|
operation_id: 'ats_get_rejected_reason',
|
10427
10427
|
security_source: @sdk_configuration.security_source
|
10428
10428
|
)
|
@@ -10715,7 +10715,7 @@ module StackOne
|
|
10715
10715
|
hook_ctx = SDKHooks::HookContext.new(
|
10716
10716
|
config: @sdk_configuration,
|
10717
10717
|
base_url: base_url,
|
10718
|
-
oauth2_scopes:
|
10718
|
+
oauth2_scopes: nil,
|
10719
10719
|
operation_id: 'ats_get_user',
|
10720
10720
|
security_source: @sdk_configuration.security_source
|
10721
10721
|
)
|
@@ -11008,7 +11008,7 @@ module StackOne
|
|
11008
11008
|
hook_ctx = SDKHooks::HookContext.new(
|
11009
11009
|
config: @sdk_configuration,
|
11010
11010
|
base_url: base_url,
|
11011
|
-
oauth2_scopes:
|
11011
|
+
oauth2_scopes: nil,
|
11012
11012
|
operation_id: 'ats_list_application_changes',
|
11013
11013
|
security_source: @sdk_configuration.security_source
|
11014
11014
|
)
|
@@ -11323,7 +11323,7 @@ module StackOne
|
|
11323
11323
|
hook_ctx = SDKHooks::HookContext.new(
|
11324
11324
|
config: @sdk_configuration,
|
11325
11325
|
base_url: base_url,
|
11326
|
-
oauth2_scopes:
|
11326
|
+
oauth2_scopes: nil,
|
11327
11327
|
operation_id: 'ats_list_application_custom_field_definitions',
|
11328
11328
|
security_source: @sdk_configuration.security_source
|
11329
11329
|
)
|
@@ -11639,7 +11639,7 @@ module StackOne
|
|
11639
11639
|
hook_ctx = SDKHooks::HookContext.new(
|
11640
11640
|
config: @sdk_configuration,
|
11641
11641
|
base_url: base_url,
|
11642
|
-
oauth2_scopes:
|
11642
|
+
oauth2_scopes: nil,
|
11643
11643
|
operation_id: 'ats_list_application_document_categories',
|
11644
11644
|
security_source: @sdk_configuration.security_source
|
11645
11645
|
)
|
@@ -11960,7 +11960,7 @@ module StackOne
|
|
11960
11960
|
hook_ctx = SDKHooks::HookContext.new(
|
11961
11961
|
config: @sdk_configuration,
|
11962
11962
|
base_url: base_url,
|
11963
|
-
oauth2_scopes:
|
11963
|
+
oauth2_scopes: nil,
|
11964
11964
|
operation_id: 'ats_list_application_documents',
|
11965
11965
|
security_source: @sdk_configuration.security_source
|
11966
11966
|
)
|
@@ -12283,7 +12283,7 @@ module StackOne
|
|
12283
12283
|
hook_ctx = SDKHooks::HookContext.new(
|
12284
12284
|
config: @sdk_configuration,
|
12285
12285
|
base_url: base_url,
|
12286
|
-
oauth2_scopes:
|
12286
|
+
oauth2_scopes: nil,
|
12287
12287
|
operation_id: 'ats_list_application_notes',
|
12288
12288
|
security_source: @sdk_configuration.security_source
|
12289
12289
|
)
|
@@ -12606,7 +12606,7 @@ module StackOne
|
|
12606
12606
|
hook_ctx = SDKHooks::HookContext.new(
|
12607
12607
|
config: @sdk_configuration,
|
12608
12608
|
base_url: base_url,
|
12609
|
-
oauth2_scopes:
|
12609
|
+
oauth2_scopes: nil,
|
12610
12610
|
operation_id: 'ats_list_application_scorecards',
|
12611
12611
|
security_source: @sdk_configuration.security_source
|
12612
12612
|
)
|
@@ -12924,7 +12924,7 @@ module StackOne
|
|
12924
12924
|
hook_ctx = SDKHooks::HookContext.new(
|
12925
12925
|
config: @sdk_configuration,
|
12926
12926
|
base_url: base_url,
|
12927
|
-
oauth2_scopes:
|
12927
|
+
oauth2_scopes: nil,
|
12928
12928
|
operation_id: 'ats_list_application_stages',
|
12929
12929
|
security_source: @sdk_configuration.security_source
|
12930
12930
|
)
|
@@ -13241,7 +13241,7 @@ module StackOne
|
|
13241
13241
|
hook_ctx = SDKHooks::HookContext.new(
|
13242
13242
|
config: @sdk_configuration,
|
13243
13243
|
base_url: base_url,
|
13244
|
-
oauth2_scopes:
|
13244
|
+
oauth2_scopes: nil,
|
13245
13245
|
operation_id: 'ats_list_applications',
|
13246
13246
|
security_source: @sdk_configuration.security_source
|
13247
13247
|
)
|
@@ -13566,7 +13566,7 @@ module StackOne
|
|
13566
13566
|
hook_ctx = SDKHooks::HookContext.new(
|
13567
13567
|
config: @sdk_configuration,
|
13568
13568
|
base_url: base_url,
|
13569
|
-
oauth2_scopes:
|
13569
|
+
oauth2_scopes: nil,
|
13570
13570
|
operation_id: 'ats_list_applications_offers',
|
13571
13571
|
security_source: @sdk_configuration.security_source
|
13572
13572
|
)
|
@@ -13889,7 +13889,7 @@ module StackOne
|
|
13889
13889
|
hook_ctx = SDKHooks::HookContext.new(
|
13890
13890
|
config: @sdk_configuration,
|
13891
13891
|
base_url: base_url,
|
13892
|
-
oauth2_scopes:
|
13892
|
+
oauth2_scopes: nil,
|
13893
13893
|
operation_id: 'ats_list_applications_scheduled_interviews',
|
13894
13894
|
security_source: @sdk_configuration.security_source
|
13895
13895
|
)
|
@@ -14207,7 +14207,7 @@ module StackOne
|
|
14207
14207
|
hook_ctx = SDKHooks::HookContext.new(
|
14208
14208
|
config: @sdk_configuration,
|
14209
14209
|
base_url: base_url,
|
14210
|
-
oauth2_scopes:
|
14210
|
+
oauth2_scopes: nil,
|
14211
14211
|
operation_id: 'ats_list_assessments_packages',
|
14212
14212
|
security_source: @sdk_configuration.security_source
|
14213
14213
|
)
|
@@ -14523,7 +14523,7 @@ module StackOne
|
|
14523
14523
|
hook_ctx = SDKHooks::HookContext.new(
|
14524
14524
|
config: @sdk_configuration,
|
14525
14525
|
base_url: base_url,
|
14526
|
-
oauth2_scopes:
|
14526
|
+
oauth2_scopes: nil,
|
14527
14527
|
operation_id: 'ats_list_background_check_packages',
|
14528
14528
|
security_source: @sdk_configuration.security_source
|
14529
14529
|
)
|
@@ -14839,7 +14839,7 @@ module StackOne
|
|
14839
14839
|
hook_ctx = SDKHooks::HookContext.new(
|
14840
14840
|
config: @sdk_configuration,
|
14841
14841
|
base_url: base_url,
|
14842
|
-
oauth2_scopes:
|
14842
|
+
oauth2_scopes: nil,
|
14843
14843
|
operation_id: 'ats_list_candidate_custom_field_definitions',
|
14844
14844
|
security_source: @sdk_configuration.security_source
|
14845
14845
|
)
|
@@ -15160,7 +15160,7 @@ module StackOne
|
|
15160
15160
|
hook_ctx = SDKHooks::HookContext.new(
|
15161
15161
|
config: @sdk_configuration,
|
15162
15162
|
base_url: base_url,
|
15163
|
-
oauth2_scopes:
|
15163
|
+
oauth2_scopes: nil,
|
15164
15164
|
operation_id: 'ats_list_candidate_notes',
|
15165
15165
|
security_source: @sdk_configuration.security_source
|
15166
15166
|
)
|
@@ -15478,7 +15478,7 @@ module StackOne
|
|
15478
15478
|
hook_ctx = SDKHooks::HookContext.new(
|
15479
15479
|
config: @sdk_configuration,
|
15480
15480
|
base_url: base_url,
|
15481
|
-
oauth2_scopes:
|
15481
|
+
oauth2_scopes: nil,
|
15482
15482
|
operation_id: 'ats_list_candidates',
|
15483
15483
|
security_source: @sdk_configuration.security_source
|
15484
15484
|
)
|
@@ -15796,7 +15796,7 @@ module StackOne
|
|
15796
15796
|
hook_ctx = SDKHooks::HookContext.new(
|
15797
15797
|
config: @sdk_configuration,
|
15798
15798
|
base_url: base_url,
|
15799
|
-
oauth2_scopes:
|
15799
|
+
oauth2_scopes: nil,
|
15800
15800
|
operation_id: 'ats_list_departments',
|
15801
15801
|
security_source: @sdk_configuration.security_source
|
15802
15802
|
)
|
@@ -16115,7 +16115,7 @@ module StackOne
|
|
16115
16115
|
hook_ctx = SDKHooks::HookContext.new(
|
16116
16116
|
config: @sdk_configuration,
|
16117
16117
|
base_url: base_url,
|
16118
|
-
oauth2_scopes:
|
16118
|
+
oauth2_scopes: nil,
|
16119
16119
|
operation_id: 'ats_list_interview_stages',
|
16120
16120
|
security_source: @sdk_configuration.security_source
|
16121
16121
|
)
|
@@ -16432,7 +16432,7 @@ module StackOne
|
|
16432
16432
|
hook_ctx = SDKHooks::HookContext.new(
|
16433
16433
|
config: @sdk_configuration,
|
16434
16434
|
base_url: base_url,
|
16435
|
-
oauth2_scopes:
|
16435
|
+
oauth2_scopes: nil,
|
16436
16436
|
operation_id: 'ats_list_interviews',
|
16437
16437
|
security_source: @sdk_configuration.security_source
|
16438
16438
|
)
|
@@ -16754,7 +16754,7 @@ module StackOne
|
|
16754
16754
|
hook_ctx = SDKHooks::HookContext.new(
|
16755
16755
|
config: @sdk_configuration,
|
16756
16756
|
base_url: base_url,
|
16757
|
-
oauth2_scopes:
|
16757
|
+
oauth2_scopes: nil,
|
16758
16758
|
operation_id: 'ats_list_job_application_stages',
|
16759
16759
|
security_source: @sdk_configuration.security_source
|
16760
16760
|
)
|
@@ -17072,7 +17072,7 @@ module StackOne
|
|
17072
17072
|
hook_ctx = SDKHooks::HookContext.new(
|
17073
17073
|
config: @sdk_configuration,
|
17074
17074
|
base_url: base_url,
|
17075
|
-
oauth2_scopes:
|
17075
|
+
oauth2_scopes: nil,
|
17076
17076
|
operation_id: 'ats_list_job_custom_field_definitions',
|
17077
17077
|
security_source: @sdk_configuration.security_source
|
17078
17078
|
)
|
@@ -17388,7 +17388,7 @@ module StackOne
|
|
17388
17388
|
hook_ctx = SDKHooks::HookContext.new(
|
17389
17389
|
config: @sdk_configuration,
|
17390
17390
|
base_url: base_url,
|
17391
|
-
oauth2_scopes:
|
17391
|
+
oauth2_scopes: nil,
|
17392
17392
|
operation_id: 'ats_list_job_postings',
|
17393
17393
|
security_source: @sdk_configuration.security_source
|
17394
17394
|
)
|
@@ -17706,7 +17706,7 @@ module StackOne
|
|
17706
17706
|
hook_ctx = SDKHooks::HookContext.new(
|
17707
17707
|
config: @sdk_configuration,
|
17708
17708
|
base_url: base_url,
|
17709
|
-
oauth2_scopes:
|
17709
|
+
oauth2_scopes: nil,
|
17710
17710
|
operation_id: 'ats_list_jobs',
|
17711
17711
|
security_source: @sdk_configuration.security_source
|
17712
17712
|
)
|
@@ -18025,7 +18025,7 @@ module StackOne
|
|
18025
18025
|
hook_ctx = SDKHooks::HookContext.new(
|
18026
18026
|
config: @sdk_configuration,
|
18027
18027
|
base_url: base_url,
|
18028
|
-
oauth2_scopes:
|
18028
|
+
oauth2_scopes: nil,
|
18029
18029
|
operation_id: 'ats_list_lists',
|
18030
18030
|
security_source: @sdk_configuration.security_source
|
18031
18031
|
)
|
@@ -18341,7 +18341,7 @@ module StackOne
|
|
18341
18341
|
hook_ctx = SDKHooks::HookContext.new(
|
18342
18342
|
config: @sdk_configuration,
|
18343
18343
|
base_url: base_url,
|
18344
|
-
oauth2_scopes:
|
18344
|
+
oauth2_scopes: nil,
|
18345
18345
|
operation_id: 'ats_list_locations',
|
18346
18346
|
security_source: @sdk_configuration.security_source
|
18347
18347
|
)
|
@@ -18658,7 +18658,7 @@ module StackOne
|
|
18658
18658
|
hook_ctx = SDKHooks::HookContext.new(
|
18659
18659
|
config: @sdk_configuration,
|
18660
18660
|
base_url: base_url,
|
18661
|
-
oauth2_scopes:
|
18661
|
+
oauth2_scopes: nil,
|
18662
18662
|
operation_id: 'ats_list_offers',
|
18663
18663
|
security_source: @sdk_configuration.security_source
|
18664
18664
|
)
|
@@ -18975,7 +18975,7 @@ module StackOne
|
|
18975
18975
|
hook_ctx = SDKHooks::HookContext.new(
|
18976
18976
|
config: @sdk_configuration,
|
18977
18977
|
base_url: base_url,
|
18978
|
-
oauth2_scopes:
|
18978
|
+
oauth2_scopes: nil,
|
18979
18979
|
operation_id: 'ats_list_rejected_reasons',
|
18980
18980
|
security_source: @sdk_configuration.security_source
|
18981
18981
|
)
|
@@ -19292,7 +19292,7 @@ module StackOne
|
|
19292
19292
|
hook_ctx = SDKHooks::HookContext.new(
|
19293
19293
|
config: @sdk_configuration,
|
19294
19294
|
base_url: base_url,
|
19295
|
-
oauth2_scopes:
|
19295
|
+
oauth2_scopes: nil,
|
19296
19296
|
operation_id: 'ats_list_users',
|
19297
19297
|
security_source: @sdk_configuration.security_source
|
19298
19298
|
)
|
@@ -19629,7 +19629,7 @@ module StackOne
|
|
19629
19629
|
hook_ctx = SDKHooks::HookContext.new(
|
19630
19630
|
config: @sdk_configuration,
|
19631
19631
|
base_url: base_url,
|
19632
|
-
oauth2_scopes:
|
19632
|
+
oauth2_scopes: nil,
|
19633
19633
|
operation_id: 'ats_move_application',
|
19634
19634
|
security_source: @sdk_configuration.security_source
|
19635
19635
|
)
|
@@ -19931,7 +19931,7 @@ module StackOne
|
|
19931
19931
|
hook_ctx = SDKHooks::HookContext.new(
|
19932
19932
|
config: @sdk_configuration,
|
19933
19933
|
base_url: base_url,
|
19934
|
-
oauth2_scopes:
|
19934
|
+
oauth2_scopes: nil,
|
19935
19935
|
operation_id: 'ats_order_assessments_request',
|
19936
19936
|
security_source: @sdk_configuration.security_source
|
19937
19937
|
)
|
@@ -20233,7 +20233,7 @@ module StackOne
|
|
20233
20233
|
hook_ctx = SDKHooks::HookContext.new(
|
20234
20234
|
config: @sdk_configuration,
|
20235
20235
|
base_url: base_url,
|
20236
|
-
oauth2_scopes:
|
20236
|
+
oauth2_scopes: nil,
|
20237
20237
|
operation_id: 'ats_order_background_check_request',
|
20238
20238
|
security_source: @sdk_configuration.security_source
|
20239
20239
|
)
|
@@ -20541,7 +20541,7 @@ module StackOne
|
|
20541
20541
|
hook_ctx = SDKHooks::HookContext.new(
|
20542
20542
|
config: @sdk_configuration,
|
20543
20543
|
base_url: base_url,
|
20544
|
-
oauth2_scopes:
|
20544
|
+
oauth2_scopes: nil,
|
20545
20545
|
operation_id: 'ats_reject_application',
|
20546
20546
|
security_source: @sdk_configuration.security_source
|
20547
20547
|
)
|
@@ -20849,7 +20849,7 @@ module StackOne
|
|
20849
20849
|
hook_ctx = SDKHooks::HookContext.new(
|
20850
20850
|
config: @sdk_configuration,
|
20851
20851
|
base_url: base_url,
|
20852
|
-
oauth2_scopes:
|
20852
|
+
oauth2_scopes: nil,
|
20853
20853
|
operation_id: 'ats_update_application',
|
20854
20854
|
security_source: @sdk_configuration.security_source
|
20855
20855
|
)
|
@@ -21158,7 +21158,7 @@ module StackOne
|
|
21158
21158
|
hook_ctx = SDKHooks::HookContext.new(
|
21159
21159
|
config: @sdk_configuration,
|
21160
21160
|
base_url: base_url,
|
21161
|
-
oauth2_scopes:
|
21161
|
+
oauth2_scopes: nil,
|
21162
21162
|
operation_id: 'ats_update_application_note',
|
21163
21163
|
security_source: @sdk_configuration.security_source
|
21164
21164
|
)
|
@@ -21466,7 +21466,7 @@ module StackOne
|
|
21466
21466
|
hook_ctx = SDKHooks::HookContext.new(
|
21467
21467
|
config: @sdk_configuration,
|
21468
21468
|
base_url: base_url,
|
21469
|
-
oauth2_scopes:
|
21469
|
+
oauth2_scopes: nil,
|
21470
21470
|
operation_id: 'ats_update_assessments_result',
|
21471
21471
|
security_source: @sdk_configuration.security_source
|
21472
21472
|
)
|
@@ -21774,7 +21774,7 @@ module StackOne
|
|
21774
21774
|
hook_ctx = SDKHooks::HookContext.new(
|
21775
21775
|
config: @sdk_configuration,
|
21776
21776
|
base_url: base_url,
|
21777
|
-
oauth2_scopes:
|
21777
|
+
oauth2_scopes: nil,
|
21778
21778
|
operation_id: 'ats_update_background_check_package',
|
21779
21779
|
security_source: @sdk_configuration.security_source
|
21780
21780
|
)
|
@@ -22082,7 +22082,7 @@ module StackOne
|
|
22082
22082
|
hook_ctx = SDKHooks::HookContext.new(
|
22083
22083
|
config: @sdk_configuration,
|
22084
22084
|
base_url: base_url,
|
22085
|
-
oauth2_scopes:
|
22085
|
+
oauth2_scopes: nil,
|
22086
22086
|
operation_id: 'ats_update_background_check_result',
|
22087
22087
|
security_source: @sdk_configuration.security_source
|
22088
22088
|
)
|
@@ -22390,7 +22390,7 @@ module StackOne
|
|
22390
22390
|
hook_ctx = SDKHooks::HookContext.new(
|
22391
22391
|
config: @sdk_configuration,
|
22392
22392
|
base_url: base_url,
|
22393
|
-
oauth2_scopes:
|
22393
|
+
oauth2_scopes: nil,
|
22394
22394
|
operation_id: 'ats_update_candidate',
|
22395
22395
|
security_source: @sdk_configuration.security_source
|
22396
22396
|
)
|
@@ -22698,7 +22698,7 @@ module StackOne
|
|
22698
22698
|
hook_ctx = SDKHooks::HookContext.new(
|
22699
22699
|
config: @sdk_configuration,
|
22700
22700
|
base_url: base_url,
|
22701
|
-
oauth2_scopes:
|
22701
|
+
oauth2_scopes: nil,
|
22702
22702
|
operation_id: 'ats_update_job',
|
22703
22703
|
security_source: @sdk_configuration.security_source
|
22704
22704
|
)
|
@@ -23006,7 +23006,7 @@ module StackOne
|
|
23006
23006
|
hook_ctx = SDKHooks::HookContext.new(
|
23007
23007
|
config: @sdk_configuration,
|
23008
23008
|
base_url: base_url,
|
23009
|
-
oauth2_scopes:
|
23009
|
+
oauth2_scopes: nil,
|
23010
23010
|
operation_id: 'ats_upload_application_document',
|
23011
23011
|
security_source: @sdk_configuration.security_source
|
23012
23012
|
)
|
@@ -86,7 +86,7 @@ module StackOne
|
|
86
86
|
hook_ctx = SDKHooks::HookContext.new(
|
87
87
|
config: @sdk_configuration,
|
88
88
|
base_url: base_url,
|
89
|
-
oauth2_scopes:
|
89
|
+
oauth2_scopes: nil,
|
90
90
|
operation_id: 'stackone_authenticate_connect_session',
|
91
91
|
security_source: @sdk_configuration.security_source
|
92
92
|
)
|
@@ -370,7 +370,7 @@ module StackOne
|
|
370
370
|
hook_ctx = SDKHooks::HookContext.new(
|
371
371
|
config: @sdk_configuration,
|
372
372
|
base_url: base_url,
|
373
|
-
oauth2_scopes:
|
373
|
+
oauth2_scopes: nil,
|
374
374
|
operation_id: 'stackone_create_connect_session',
|
375
375
|
security_source: @sdk_configuration.security_source
|
376
376
|
)
|
data/lib/stack_one/connectors.rb
CHANGED
@@ -85,7 +85,7 @@ module StackOne
|
|
85
85
|
hook_ctx = SDKHooks::HookContext.new(
|
86
86
|
config: @sdk_configuration,
|
87
87
|
base_url: base_url,
|
88
|
-
oauth2_scopes:
|
88
|
+
oauth2_scopes: nil,
|
89
89
|
operation_id: 'stackone_get_connector_meta',
|
90
90
|
security_source: @sdk_configuration.security_source
|
91
91
|
)
|
@@ -362,7 +362,7 @@ module StackOne
|
|
362
362
|
hook_ctx = SDKHooks::HookContext.new(
|
363
363
|
config: @sdk_configuration,
|
364
364
|
base_url: base_url,
|
365
|
-
oauth2_scopes:
|
365
|
+
oauth2_scopes: nil,
|
366
366
|
operation_id: 'stackone_list_connectors_meta',
|
367
367
|
security_source: @sdk_configuration.security_source
|
368
368
|
)
|