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/crm.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: 'crm_create_contact',
|
96
96
|
security_source: @sdk_configuration.security_source
|
97
97
|
)
|
@@ -384,7 +384,7 @@ module StackOne
|
|
384
384
|
hook_ctx = SDKHooks::HookContext.new(
|
385
385
|
config: @sdk_configuration,
|
386
386
|
base_url: base_url,
|
387
|
-
oauth2_scopes:
|
387
|
+
oauth2_scopes: nil,
|
388
388
|
operation_id: 'crm_get_account',
|
389
389
|
security_source: @sdk_configuration.security_source
|
390
390
|
)
|
@@ -677,7 +677,7 @@ module StackOne
|
|
677
677
|
hook_ctx = SDKHooks::HookContext.new(
|
678
678
|
config: @sdk_configuration,
|
679
679
|
base_url: base_url,
|
680
|
-
oauth2_scopes:
|
680
|
+
oauth2_scopes: nil,
|
681
681
|
operation_id: 'crm_get_contact',
|
682
682
|
security_source: @sdk_configuration.security_source
|
683
683
|
)
|
@@ -970,7 +970,7 @@ module StackOne
|
|
970
970
|
hook_ctx = SDKHooks::HookContext.new(
|
971
971
|
config: @sdk_configuration,
|
972
972
|
base_url: base_url,
|
973
|
-
oauth2_scopes:
|
973
|
+
oauth2_scopes: nil,
|
974
974
|
operation_id: 'crm_get_contact_custom_field_definition',
|
975
975
|
security_source: @sdk_configuration.security_source
|
976
976
|
)
|
@@ -1263,7 +1263,7 @@ module StackOne
|
|
1263
1263
|
hook_ctx = SDKHooks::HookContext.new(
|
1264
1264
|
config: @sdk_configuration,
|
1265
1265
|
base_url: base_url,
|
1266
|
-
oauth2_scopes:
|
1266
|
+
oauth2_scopes: nil,
|
1267
1267
|
operation_id: 'crm_get_list',
|
1268
1268
|
security_source: @sdk_configuration.security_source
|
1269
1269
|
)
|
@@ -1551,7 +1551,7 @@ module StackOne
|
|
1551
1551
|
hook_ctx = SDKHooks::HookContext.new(
|
1552
1552
|
config: @sdk_configuration,
|
1553
1553
|
base_url: base_url,
|
1554
|
-
oauth2_scopes:
|
1554
|
+
oauth2_scopes: nil,
|
1555
1555
|
operation_id: 'crm_list_accounts',
|
1556
1556
|
security_source: @sdk_configuration.security_source
|
1557
1557
|
)
|
@@ -1867,7 +1867,7 @@ module StackOne
|
|
1867
1867
|
hook_ctx = SDKHooks::HookContext.new(
|
1868
1868
|
config: @sdk_configuration,
|
1869
1869
|
base_url: base_url,
|
1870
|
-
oauth2_scopes:
|
1870
|
+
oauth2_scopes: nil,
|
1871
1871
|
operation_id: 'crm_list_contact_custom_field_definitions',
|
1872
1872
|
security_source: @sdk_configuration.security_source
|
1873
1873
|
)
|
@@ -2183,7 +2183,7 @@ module StackOne
|
|
2183
2183
|
hook_ctx = SDKHooks::HookContext.new(
|
2184
2184
|
config: @sdk_configuration,
|
2185
2185
|
base_url: base_url,
|
2186
|
-
oauth2_scopes:
|
2186
|
+
oauth2_scopes: nil,
|
2187
2187
|
operation_id: 'crm_list_contacts',
|
2188
2188
|
security_source: @sdk_configuration.security_source
|
2189
2189
|
)
|
@@ -2500,7 +2500,7 @@ module StackOne
|
|
2500
2500
|
hook_ctx = SDKHooks::HookContext.new(
|
2501
2501
|
config: @sdk_configuration,
|
2502
2502
|
base_url: base_url,
|
2503
|
-
oauth2_scopes:
|
2503
|
+
oauth2_scopes: nil,
|
2504
2504
|
operation_id: 'crm_list_lists',
|
2505
2505
|
security_source: @sdk_configuration.security_source
|
2506
2506
|
)
|
@@ -2836,7 +2836,7 @@ module StackOne
|
|
2836
2836
|
hook_ctx = SDKHooks::HookContext.new(
|
2837
2837
|
config: @sdk_configuration,
|
2838
2838
|
base_url: base_url,
|
2839
|
-
oauth2_scopes:
|
2839
|
+
oauth2_scopes: nil,
|
2840
2840
|
operation_id: 'crm_update_contact',
|
2841
2841
|
security_source: @sdk_configuration.security_source
|
2842
2842
|
)
|
data/lib/stack_one/documents.rb
CHANGED
@@ -82,7 +82,7 @@ module StackOne
|
|
82
82
|
hook_ctx = SDKHooks::HookContext.new(
|
83
83
|
config: @sdk_configuration,
|
84
84
|
base_url: base_url,
|
85
|
-
oauth2_scopes:
|
85
|
+
oauth2_scopes: nil,
|
86
86
|
operation_id: 'documents_download_file',
|
87
87
|
security_source: @sdk_configuration.security_source
|
88
88
|
)
|
@@ -373,7 +373,7 @@ module StackOne
|
|
373
373
|
hook_ctx = SDKHooks::HookContext.new(
|
374
374
|
config: @sdk_configuration,
|
375
375
|
base_url: base_url,
|
376
|
-
oauth2_scopes:
|
376
|
+
oauth2_scopes: nil,
|
377
377
|
operation_id: 'documents_get_drive',
|
378
378
|
security_source: @sdk_configuration.security_source
|
379
379
|
)
|
@@ -666,7 +666,7 @@ module StackOne
|
|
666
666
|
hook_ctx = SDKHooks::HookContext.new(
|
667
667
|
config: @sdk_configuration,
|
668
668
|
base_url: base_url,
|
669
|
-
oauth2_scopes:
|
669
|
+
oauth2_scopes: nil,
|
670
670
|
operation_id: 'documents_get_file',
|
671
671
|
security_source: @sdk_configuration.security_source
|
672
672
|
)
|
@@ -959,7 +959,7 @@ module StackOne
|
|
959
959
|
hook_ctx = SDKHooks::HookContext.new(
|
960
960
|
config: @sdk_configuration,
|
961
961
|
base_url: base_url,
|
962
|
-
oauth2_scopes:
|
962
|
+
oauth2_scopes: nil,
|
963
963
|
operation_id: 'documents_get_folder',
|
964
964
|
security_source: @sdk_configuration.security_source
|
965
965
|
)
|
@@ -1247,7 +1247,7 @@ module StackOne
|
|
1247
1247
|
hook_ctx = SDKHooks::HookContext.new(
|
1248
1248
|
config: @sdk_configuration,
|
1249
1249
|
base_url: base_url,
|
1250
|
-
oauth2_scopes:
|
1250
|
+
oauth2_scopes: nil,
|
1251
1251
|
operation_id: 'documents_list_drives',
|
1252
1252
|
security_source: @sdk_configuration.security_source
|
1253
1253
|
)
|
@@ -1563,7 +1563,7 @@ module StackOne
|
|
1563
1563
|
hook_ctx = SDKHooks::HookContext.new(
|
1564
1564
|
config: @sdk_configuration,
|
1565
1565
|
base_url: base_url,
|
1566
|
-
oauth2_scopes:
|
1566
|
+
oauth2_scopes: nil,
|
1567
1567
|
operation_id: 'documents_list_files',
|
1568
1568
|
security_source: @sdk_configuration.security_source
|
1569
1569
|
)
|
@@ -1883,7 +1883,7 @@ module StackOne
|
|
1883
1883
|
hook_ctx = SDKHooks::HookContext.new(
|
1884
1884
|
config: @sdk_configuration,
|
1885
1885
|
base_url: base_url,
|
1886
|
-
oauth2_scopes:
|
1886
|
+
oauth2_scopes: nil,
|
1887
1887
|
operation_id: 'documents_list_folders',
|
1888
1888
|
security_source: @sdk_configuration.security_source
|
1889
1889
|
)
|
@@ -2217,7 +2217,7 @@ module StackOne
|
|
2217
2217
|
hook_ctx = SDKHooks::HookContext.new(
|
2218
2218
|
config: @sdk_configuration,
|
2219
2219
|
base_url: base_url,
|
2220
|
-
oauth2_scopes:
|
2220
|
+
oauth2_scopes: nil,
|
2221
2221
|
operation_id: 'documents_upload_file',
|
2222
2222
|
security_source: @sdk_configuration.security_source
|
2223
2223
|
)
|