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/iam.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: 'iam_delete_user',
|
90
90
|
security_source: @sdk_configuration.security_source
|
91
91
|
)
|
@@ -390,7 +390,7 @@ module StackOne
|
|
390
390
|
hook_ctx = SDKHooks::HookContext.new(
|
391
391
|
config: @sdk_configuration,
|
392
392
|
base_url: base_url,
|
393
|
-
oauth2_scopes:
|
393
|
+
oauth2_scopes: nil,
|
394
394
|
operation_id: 'iam_get_group',
|
395
395
|
security_source: @sdk_configuration.security_source
|
396
396
|
)
|
@@ -683,7 +683,7 @@ module StackOne
|
|
683
683
|
hook_ctx = SDKHooks::HookContext.new(
|
684
684
|
config: @sdk_configuration,
|
685
685
|
base_url: base_url,
|
686
|
-
oauth2_scopes:
|
686
|
+
oauth2_scopes: nil,
|
687
687
|
operation_id: 'iam_get_policy',
|
688
688
|
security_source: @sdk_configuration.security_source
|
689
689
|
)
|
@@ -976,7 +976,7 @@ module StackOne
|
|
976
976
|
hook_ctx = SDKHooks::HookContext.new(
|
977
977
|
config: @sdk_configuration,
|
978
978
|
base_url: base_url,
|
979
|
-
oauth2_scopes:
|
979
|
+
oauth2_scopes: nil,
|
980
980
|
operation_id: 'iam_get_role',
|
981
981
|
security_source: @sdk_configuration.security_source
|
982
982
|
)
|
@@ -1269,7 +1269,7 @@ module StackOne
|
|
1269
1269
|
hook_ctx = SDKHooks::HookContext.new(
|
1270
1270
|
config: @sdk_configuration,
|
1271
1271
|
base_url: base_url,
|
1272
|
-
oauth2_scopes:
|
1272
|
+
oauth2_scopes: nil,
|
1273
1273
|
operation_id: 'iam_get_user',
|
1274
1274
|
security_source: @sdk_configuration.security_source
|
1275
1275
|
)
|
@@ -1557,7 +1557,7 @@ module StackOne
|
|
1557
1557
|
hook_ctx = SDKHooks::HookContext.new(
|
1558
1558
|
config: @sdk_configuration,
|
1559
1559
|
base_url: base_url,
|
1560
|
-
oauth2_scopes:
|
1560
|
+
oauth2_scopes: nil,
|
1561
1561
|
operation_id: 'iam_list_groups',
|
1562
1562
|
security_source: @sdk_configuration.security_source
|
1563
1563
|
)
|
@@ -1874,7 +1874,7 @@ module StackOne
|
|
1874
1874
|
hook_ctx = SDKHooks::HookContext.new(
|
1875
1875
|
config: @sdk_configuration,
|
1876
1876
|
base_url: base_url,
|
1877
|
-
oauth2_scopes:
|
1877
|
+
oauth2_scopes: nil,
|
1878
1878
|
operation_id: 'iam_list_policies',
|
1879
1879
|
security_source: @sdk_configuration.security_source
|
1880
1880
|
)
|
@@ -2191,7 +2191,7 @@ module StackOne
|
|
2191
2191
|
hook_ctx = SDKHooks::HookContext.new(
|
2192
2192
|
config: @sdk_configuration,
|
2193
2193
|
base_url: base_url,
|
2194
|
-
oauth2_scopes:
|
2194
|
+
oauth2_scopes: nil,
|
2195
2195
|
operation_id: 'iam_list_roles',
|
2196
2196
|
security_source: @sdk_configuration.security_source
|
2197
2197
|
)
|
@@ -2508,7 +2508,7 @@ module StackOne
|
|
2508
2508
|
hook_ctx = SDKHooks::HookContext.new(
|
2509
2509
|
config: @sdk_configuration,
|
2510
2510
|
base_url: base_url,
|
2511
|
-
oauth2_scopes:
|
2511
|
+
oauth2_scopes: nil,
|
2512
2512
|
operation_id: 'iam_list_users',
|
2513
2513
|
security_source: @sdk_configuration.security_source
|
2514
2514
|
)
|
@@ -2845,7 +2845,7 @@ module StackOne
|
|
2845
2845
|
hook_ctx = SDKHooks::HookContext.new(
|
2846
2846
|
config: @sdk_configuration,
|
2847
2847
|
base_url: base_url,
|
2848
|
-
oauth2_scopes:
|
2848
|
+
oauth2_scopes: nil,
|
2849
2849
|
operation_id: 'iam_update_user',
|
2850
2850
|
security_source: @sdk_configuration.security_source
|
2851
2851
|
)
|
data/lib/stack_one/lms.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: 'lms_batch_upsert_content',
|
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: 'lms_create_user_assignment',
|
404
404
|
security_source: @sdk_configuration.security_source
|
405
405
|
)
|
@@ -707,7 +707,7 @@ module StackOne
|
|
707
707
|
hook_ctx = SDKHooks::HookContext.new(
|
708
708
|
config: @sdk_configuration,
|
709
709
|
base_url: base_url,
|
710
|
-
oauth2_scopes:
|
710
|
+
oauth2_scopes: nil,
|
711
711
|
operation_id: 'lms_create_user_completion',
|
712
712
|
security_source: @sdk_configuration.security_source
|
713
713
|
)
|
@@ -1004,7 +1004,7 @@ module StackOne
|
|
1004
1004
|
hook_ctx = SDKHooks::HookContext.new(
|
1005
1005
|
config: @sdk_configuration,
|
1006
1006
|
base_url: base_url,
|
1007
|
-
oauth2_scopes:
|
1007
|
+
oauth2_scopes: nil,
|
1008
1008
|
operation_id: 'lms_delete_user_completion',
|
1009
1009
|
security_source: @sdk_configuration.security_source
|
1010
1010
|
)
|
@@ -1309,7 +1309,7 @@ module StackOne
|
|
1309
1309
|
hook_ctx = SDKHooks::HookContext.new(
|
1310
1310
|
config: @sdk_configuration,
|
1311
1311
|
base_url: base_url,
|
1312
|
-
oauth2_scopes:
|
1312
|
+
oauth2_scopes: nil,
|
1313
1313
|
operation_id: 'lms_get_assignment',
|
1314
1314
|
security_source: @sdk_configuration.security_source
|
1315
1315
|
)
|
@@ -1602,7 +1602,7 @@ module StackOne
|
|
1602
1602
|
hook_ctx = SDKHooks::HookContext.new(
|
1603
1603
|
config: @sdk_configuration,
|
1604
1604
|
base_url: base_url,
|
1605
|
-
oauth2_scopes:
|
1605
|
+
oauth2_scopes: nil,
|
1606
1606
|
operation_id: 'lms_get_category',
|
1607
1607
|
security_source: @sdk_configuration.security_source
|
1608
1608
|
)
|
@@ -1895,7 +1895,7 @@ module StackOne
|
|
1895
1895
|
hook_ctx = SDKHooks::HookContext.new(
|
1896
1896
|
config: @sdk_configuration,
|
1897
1897
|
base_url: base_url,
|
1898
|
-
oauth2_scopes:
|
1898
|
+
oauth2_scopes: nil,
|
1899
1899
|
operation_id: 'lms_get_completion',
|
1900
1900
|
security_source: @sdk_configuration.security_source
|
1901
1901
|
)
|
@@ -2188,7 +2188,7 @@ module StackOne
|
|
2188
2188
|
hook_ctx = SDKHooks::HookContext.new(
|
2189
2189
|
config: @sdk_configuration,
|
2190
2190
|
base_url: base_url,
|
2191
|
-
oauth2_scopes:
|
2191
|
+
oauth2_scopes: nil,
|
2192
2192
|
operation_id: 'lms_get_content',
|
2193
2193
|
security_source: @sdk_configuration.security_source
|
2194
2194
|
)
|
@@ -2481,7 +2481,7 @@ module StackOne
|
|
2481
2481
|
hook_ctx = SDKHooks::HookContext.new(
|
2482
2482
|
config: @sdk_configuration,
|
2483
2483
|
base_url: base_url,
|
2484
|
-
oauth2_scopes:
|
2484
|
+
oauth2_scopes: nil,
|
2485
2485
|
operation_id: 'lms_get_course',
|
2486
2486
|
security_source: @sdk_configuration.security_source
|
2487
2487
|
)
|
@@ -2774,7 +2774,7 @@ module StackOne
|
|
2774
2774
|
hook_ctx = SDKHooks::HookContext.new(
|
2775
2775
|
config: @sdk_configuration,
|
2776
2776
|
base_url: base_url,
|
2777
|
-
oauth2_scopes:
|
2777
|
+
oauth2_scopes: nil,
|
2778
2778
|
operation_id: 'lms_get_skill',
|
2779
2779
|
security_source: @sdk_configuration.security_source
|
2780
2780
|
)
|
@@ -3067,7 +3067,7 @@ module StackOne
|
|
3067
3067
|
hook_ctx = SDKHooks::HookContext.new(
|
3068
3068
|
config: @sdk_configuration,
|
3069
3069
|
base_url: base_url,
|
3070
|
-
oauth2_scopes:
|
3070
|
+
oauth2_scopes: nil,
|
3071
3071
|
operation_id: 'lms_get_user',
|
3072
3072
|
security_source: @sdk_configuration.security_source
|
3073
3073
|
)
|
@@ -3360,7 +3360,7 @@ module StackOne
|
|
3360
3360
|
hook_ctx = SDKHooks::HookContext.new(
|
3361
3361
|
config: @sdk_configuration,
|
3362
3362
|
base_url: base_url,
|
3363
|
-
oauth2_scopes:
|
3363
|
+
oauth2_scopes: nil,
|
3364
3364
|
operation_id: 'lms_get_user_assignment',
|
3365
3365
|
security_source: @sdk_configuration.security_source
|
3366
3366
|
)
|
@@ -3653,7 +3653,7 @@ module StackOne
|
|
3653
3653
|
hook_ctx = SDKHooks::HookContext.new(
|
3654
3654
|
config: @sdk_configuration,
|
3655
3655
|
base_url: base_url,
|
3656
|
-
oauth2_scopes:
|
3656
|
+
oauth2_scopes: nil,
|
3657
3657
|
operation_id: 'lms_get_user_completion',
|
3658
3658
|
security_source: @sdk_configuration.security_source
|
3659
3659
|
)
|
@@ -3941,7 +3941,7 @@ module StackOne
|
|
3941
3941
|
hook_ctx = SDKHooks::HookContext.new(
|
3942
3942
|
config: @sdk_configuration,
|
3943
3943
|
base_url: base_url,
|
3944
|
-
oauth2_scopes:
|
3944
|
+
oauth2_scopes: nil,
|
3945
3945
|
operation_id: 'lms_list_assignments',
|
3946
3946
|
security_source: @sdk_configuration.security_source
|
3947
3947
|
)
|
@@ -4259,7 +4259,7 @@ module StackOne
|
|
4259
4259
|
hook_ctx = SDKHooks::HookContext.new(
|
4260
4260
|
config: @sdk_configuration,
|
4261
4261
|
base_url: base_url,
|
4262
|
-
oauth2_scopes:
|
4262
|
+
oauth2_scopes: nil,
|
4263
4263
|
operation_id: 'lms_list_categories',
|
4264
4264
|
security_source: @sdk_configuration.security_source
|
4265
4265
|
)
|
@@ -4575,7 +4575,7 @@ module StackOne
|
|
4575
4575
|
hook_ctx = SDKHooks::HookContext.new(
|
4576
4576
|
config: @sdk_configuration,
|
4577
4577
|
base_url: base_url,
|
4578
|
-
oauth2_scopes:
|
4578
|
+
oauth2_scopes: nil,
|
4579
4579
|
operation_id: 'lms_list_completions',
|
4580
4580
|
security_source: @sdk_configuration.security_source
|
4581
4581
|
)
|
@@ -4891,7 +4891,7 @@ module StackOne
|
|
4891
4891
|
hook_ctx = SDKHooks::HookContext.new(
|
4892
4892
|
config: @sdk_configuration,
|
4893
4893
|
base_url: base_url,
|
4894
|
-
oauth2_scopes:
|
4894
|
+
oauth2_scopes: nil,
|
4895
4895
|
operation_id: 'lms_list_content',
|
4896
4896
|
security_source: @sdk_configuration.security_source
|
4897
4897
|
)
|
@@ -5207,7 +5207,7 @@ module StackOne
|
|
5207
5207
|
hook_ctx = SDKHooks::HookContext.new(
|
5208
5208
|
config: @sdk_configuration,
|
5209
5209
|
base_url: base_url,
|
5210
|
-
oauth2_scopes:
|
5210
|
+
oauth2_scopes: nil,
|
5211
5211
|
operation_id: 'lms_list_courses',
|
5212
5212
|
security_source: @sdk_configuration.security_source
|
5213
5213
|
)
|
@@ -5523,7 +5523,7 @@ module StackOne
|
|
5523
5523
|
hook_ctx = SDKHooks::HookContext.new(
|
5524
5524
|
config: @sdk_configuration,
|
5525
5525
|
base_url: base_url,
|
5526
|
-
oauth2_scopes:
|
5526
|
+
oauth2_scopes: nil,
|
5527
5527
|
operation_id: 'lms_list_skills',
|
5528
5528
|
security_source: @sdk_configuration.security_source
|
5529
5529
|
)
|
@@ -5844,7 +5844,7 @@ module StackOne
|
|
5844
5844
|
hook_ctx = SDKHooks::HookContext.new(
|
5845
5845
|
config: @sdk_configuration,
|
5846
5846
|
base_url: base_url,
|
5847
|
-
oauth2_scopes:
|
5847
|
+
oauth2_scopes: nil,
|
5848
5848
|
operation_id: 'lms_list_user_assignments',
|
5849
5849
|
security_source: @sdk_configuration.security_source
|
5850
5850
|
)
|
@@ -6168,7 +6168,7 @@ module StackOne
|
|
6168
6168
|
hook_ctx = SDKHooks::HookContext.new(
|
6169
6169
|
config: @sdk_configuration,
|
6170
6170
|
base_url: base_url,
|
6171
|
-
oauth2_scopes:
|
6171
|
+
oauth2_scopes: nil,
|
6172
6172
|
operation_id: 'lms_list_user_completions',
|
6173
6173
|
security_source: @sdk_configuration.security_source
|
6174
6174
|
)
|
@@ -6485,7 +6485,7 @@ module StackOne
|
|
6485
6485
|
hook_ctx = SDKHooks::HookContext.new(
|
6486
6486
|
config: @sdk_configuration,
|
6487
6487
|
base_url: base_url,
|
6488
|
-
oauth2_scopes:
|
6488
|
+
oauth2_scopes: nil,
|
6489
6489
|
operation_id: 'lms_list_users',
|
6490
6490
|
security_source: @sdk_configuration.security_source
|
6491
6491
|
)
|
@@ -6821,7 +6821,7 @@ module StackOne
|
|
6821
6821
|
hook_ctx = SDKHooks::HookContext.new(
|
6822
6822
|
config: @sdk_configuration,
|
6823
6823
|
base_url: base_url,
|
6824
|
-
oauth2_scopes:
|
6824
|
+
oauth2_scopes: nil,
|
6825
6825
|
operation_id: 'lms_update_content',
|
6826
6826
|
security_source: @sdk_configuration.security_source
|
6827
6827
|
)
|
@@ -7123,7 +7123,7 @@ module StackOne
|
|
7123
7123
|
hook_ctx = SDKHooks::HookContext.new(
|
7124
7124
|
config: @sdk_configuration,
|
7125
7125
|
base_url: base_url,
|
7126
|
-
oauth2_scopes:
|
7126
|
+
oauth2_scopes: nil,
|
7127
7127
|
operation_id: 'lms_upsert_content',
|
7128
7128
|
security_source: @sdk_configuration.security_source
|
7129
7129
|
)
|
data/lib/stack_one/marketing.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: 'marketing_create_content_block',
|
96
96
|
security_source: @sdk_configuration.security_source
|
97
97
|
)
|
@@ -393,7 +393,7 @@ module StackOne
|
|
393
393
|
hook_ctx = SDKHooks::HookContext.new(
|
394
394
|
config: @sdk_configuration,
|
395
395
|
base_url: base_url,
|
396
|
-
oauth2_scopes:
|
396
|
+
oauth2_scopes: nil,
|
397
397
|
operation_id: 'marketing_create_email_template',
|
398
398
|
security_source: @sdk_configuration.security_source
|
399
399
|
)
|
@@ -695,7 +695,7 @@ module StackOne
|
|
695
695
|
hook_ctx = SDKHooks::HookContext.new(
|
696
696
|
config: @sdk_configuration,
|
697
697
|
base_url: base_url,
|
698
|
-
oauth2_scopes:
|
698
|
+
oauth2_scopes: nil,
|
699
699
|
operation_id: 'marketing_create_in_app_template',
|
700
700
|
security_source: @sdk_configuration.security_source
|
701
701
|
)
|
@@ -999,7 +999,7 @@ module StackOne
|
|
999
999
|
hook_ctx = SDKHooks::HookContext.new(
|
1000
1000
|
config: @sdk_configuration,
|
1001
1001
|
base_url: base_url,
|
1002
|
-
oauth2_scopes:
|
1002
|
+
oauth2_scopes: nil,
|
1003
1003
|
operation_id: 'marketing_create_omni_channel_template',
|
1004
1004
|
security_source: @sdk_configuration.security_source
|
1005
1005
|
)
|
@@ -1301,7 +1301,7 @@ module StackOne
|
|
1301
1301
|
hook_ctx = SDKHooks::HookContext.new(
|
1302
1302
|
config: @sdk_configuration,
|
1303
1303
|
base_url: base_url,
|
1304
|
-
oauth2_scopes:
|
1304
|
+
oauth2_scopes: nil,
|
1305
1305
|
operation_id: 'marketing_create_push_template',
|
1306
1306
|
security_source: @sdk_configuration.security_source
|
1307
1307
|
)
|
@@ -1603,7 +1603,7 @@ module StackOne
|
|
1603
1603
|
hook_ctx = SDKHooks::HookContext.new(
|
1604
1604
|
config: @sdk_configuration,
|
1605
1605
|
base_url: base_url,
|
1606
|
-
oauth2_scopes:
|
1606
|
+
oauth2_scopes: nil,
|
1607
1607
|
operation_id: 'marketing_create_sms_template',
|
1608
1608
|
security_source: @sdk_configuration.security_source
|
1609
1609
|
)
|
@@ -1896,7 +1896,7 @@ module StackOne
|
|
1896
1896
|
hook_ctx = SDKHooks::HookContext.new(
|
1897
1897
|
config: @sdk_configuration,
|
1898
1898
|
base_url: base_url,
|
1899
|
-
oauth2_scopes:
|
1899
|
+
oauth2_scopes: nil,
|
1900
1900
|
operation_id: 'marketing_get_campaign',
|
1901
1901
|
security_source: @sdk_configuration.security_source
|
1902
1902
|
)
|
@@ -2189,7 +2189,7 @@ module StackOne
|
|
2189
2189
|
hook_ctx = SDKHooks::HookContext.new(
|
2190
2190
|
config: @sdk_configuration,
|
2191
2191
|
base_url: base_url,
|
2192
|
-
oauth2_scopes:
|
2192
|
+
oauth2_scopes: nil,
|
2193
2193
|
operation_id: 'marketing_get_content_block',
|
2194
2194
|
security_source: @sdk_configuration.security_source
|
2195
2195
|
)
|
@@ -2482,7 +2482,7 @@ module StackOne
|
|
2482
2482
|
hook_ctx = SDKHooks::HookContext.new(
|
2483
2483
|
config: @sdk_configuration,
|
2484
2484
|
base_url: base_url,
|
2485
|
-
oauth2_scopes:
|
2485
|
+
oauth2_scopes: nil,
|
2486
2486
|
operation_id: 'marketing_get_email_template',
|
2487
2487
|
security_source: @sdk_configuration.security_source
|
2488
2488
|
)
|
@@ -2775,7 +2775,7 @@ module StackOne
|
|
2775
2775
|
hook_ctx = SDKHooks::HookContext.new(
|
2776
2776
|
config: @sdk_configuration,
|
2777
2777
|
base_url: base_url,
|
2778
|
-
oauth2_scopes:
|
2778
|
+
oauth2_scopes: nil,
|
2779
2779
|
operation_id: 'marketing_get_in_app_template',
|
2780
2780
|
security_source: @sdk_configuration.security_source
|
2781
2781
|
)
|
@@ -3070,7 +3070,7 @@ module StackOne
|
|
3070
3070
|
hook_ctx = SDKHooks::HookContext.new(
|
3071
3071
|
config: @sdk_configuration,
|
3072
3072
|
base_url: base_url,
|
3073
|
-
oauth2_scopes:
|
3073
|
+
oauth2_scopes: nil,
|
3074
3074
|
operation_id: 'marketing_get_omni_channel_template',
|
3075
3075
|
security_source: @sdk_configuration.security_source
|
3076
3076
|
)
|
@@ -3363,7 +3363,7 @@ module StackOne
|
|
3363
3363
|
hook_ctx = SDKHooks::HookContext.new(
|
3364
3364
|
config: @sdk_configuration,
|
3365
3365
|
base_url: base_url,
|
3366
|
-
oauth2_scopes:
|
3366
|
+
oauth2_scopes: nil,
|
3367
3367
|
operation_id: 'marketing_get_push_template',
|
3368
3368
|
security_source: @sdk_configuration.security_source
|
3369
3369
|
)
|
@@ -3656,7 +3656,7 @@ module StackOne
|
|
3656
3656
|
hook_ctx = SDKHooks::HookContext.new(
|
3657
3657
|
config: @sdk_configuration,
|
3658
3658
|
base_url: base_url,
|
3659
|
-
oauth2_scopes:
|
3659
|
+
oauth2_scopes: nil,
|
3660
3660
|
operation_id: 'marketing_get_sms_template',
|
3661
3661
|
security_source: @sdk_configuration.security_source
|
3662
3662
|
)
|
@@ -3944,7 +3944,7 @@ module StackOne
|
|
3944
3944
|
hook_ctx = SDKHooks::HookContext.new(
|
3945
3945
|
config: @sdk_configuration,
|
3946
3946
|
base_url: base_url,
|
3947
|
-
oauth2_scopes:
|
3947
|
+
oauth2_scopes: nil,
|
3948
3948
|
operation_id: 'marketing_list_campaigns',
|
3949
3949
|
security_source: @sdk_configuration.security_source
|
3950
3950
|
)
|
@@ -4260,7 +4260,7 @@ module StackOne
|
|
4260
4260
|
hook_ctx = SDKHooks::HookContext.new(
|
4261
4261
|
config: @sdk_configuration,
|
4262
4262
|
base_url: base_url,
|
4263
|
-
oauth2_scopes:
|
4263
|
+
oauth2_scopes: nil,
|
4264
4264
|
operation_id: 'marketing_list_content_blocks',
|
4265
4265
|
security_source: @sdk_configuration.security_source
|
4266
4266
|
)
|
@@ -4576,7 +4576,7 @@ module StackOne
|
|
4576
4576
|
hook_ctx = SDKHooks::HookContext.new(
|
4577
4577
|
config: @sdk_configuration,
|
4578
4578
|
base_url: base_url,
|
4579
|
-
oauth2_scopes:
|
4579
|
+
oauth2_scopes: nil,
|
4580
4580
|
operation_id: 'marketing_list_email_templates',
|
4581
4581
|
security_source: @sdk_configuration.security_source
|
4582
4582
|
)
|
@@ -4892,7 +4892,7 @@ module StackOne
|
|
4892
4892
|
hook_ctx = SDKHooks::HookContext.new(
|
4893
4893
|
config: @sdk_configuration,
|
4894
4894
|
base_url: base_url,
|
4895
|
-
oauth2_scopes:
|
4895
|
+
oauth2_scopes: nil,
|
4896
4896
|
operation_id: 'marketing_list_in_app_templates',
|
4897
4897
|
security_source: @sdk_configuration.security_source
|
4898
4898
|
)
|
@@ -5210,7 +5210,7 @@ module StackOne
|
|
5210
5210
|
hook_ctx = SDKHooks::HookContext.new(
|
5211
5211
|
config: @sdk_configuration,
|
5212
5212
|
base_url: base_url,
|
5213
|
-
oauth2_scopes:
|
5213
|
+
oauth2_scopes: nil,
|
5214
5214
|
operation_id: 'marketing_list_omni_channel_templates',
|
5215
5215
|
security_source: @sdk_configuration.security_source
|
5216
5216
|
)
|
@@ -5526,7 +5526,7 @@ module StackOne
|
|
5526
5526
|
hook_ctx = SDKHooks::HookContext.new(
|
5527
5527
|
config: @sdk_configuration,
|
5528
5528
|
base_url: base_url,
|
5529
|
-
oauth2_scopes:
|
5529
|
+
oauth2_scopes: nil,
|
5530
5530
|
operation_id: 'marketing_list_push_templates',
|
5531
5531
|
security_source: @sdk_configuration.security_source
|
5532
5532
|
)
|
@@ -5842,7 +5842,7 @@ module StackOne
|
|
5842
5842
|
hook_ctx = SDKHooks::HookContext.new(
|
5843
5843
|
config: @sdk_configuration,
|
5844
5844
|
base_url: base_url,
|
5845
|
-
oauth2_scopes:
|
5845
|
+
oauth2_scopes: nil,
|
5846
5846
|
operation_id: 'marketing_list_sms_templates',
|
5847
5847
|
security_source: @sdk_configuration.security_source
|
5848
5848
|
)
|
@@ -6178,7 +6178,7 @@ module StackOne
|
|
6178
6178
|
hook_ctx = SDKHooks::HookContext.new(
|
6179
6179
|
config: @sdk_configuration,
|
6180
6180
|
base_url: base_url,
|
6181
|
-
oauth2_scopes:
|
6181
|
+
oauth2_scopes: nil,
|
6182
6182
|
operation_id: 'marketing_update_content_block',
|
6183
6183
|
security_source: @sdk_configuration.security_source
|
6184
6184
|
)
|
@@ -6486,7 +6486,7 @@ module StackOne
|
|
6486
6486
|
hook_ctx = SDKHooks::HookContext.new(
|
6487
6487
|
config: @sdk_configuration,
|
6488
6488
|
base_url: base_url,
|
6489
|
-
oauth2_scopes:
|
6489
|
+
oauth2_scopes: nil,
|
6490
6490
|
operation_id: 'marketing_update_email_template',
|
6491
6491
|
security_source: @sdk_configuration.security_source
|
6492
6492
|
)
|
@@ -6794,7 +6794,7 @@ module StackOne
|
|
6794
6794
|
hook_ctx = SDKHooks::HookContext.new(
|
6795
6795
|
config: @sdk_configuration,
|
6796
6796
|
base_url: base_url,
|
6797
|
-
oauth2_scopes:
|
6797
|
+
oauth2_scopes: nil,
|
6798
6798
|
operation_id: 'marketing_update_in_app_template',
|
6799
6799
|
security_source: @sdk_configuration.security_source
|
6800
6800
|
)
|
@@ -7104,7 +7104,7 @@ module StackOne
|
|
7104
7104
|
hook_ctx = SDKHooks::HookContext.new(
|
7105
7105
|
config: @sdk_configuration,
|
7106
7106
|
base_url: base_url,
|
7107
|
-
oauth2_scopes:
|
7107
|
+
oauth2_scopes: nil,
|
7108
7108
|
operation_id: 'marketing_update_omni_channel_template',
|
7109
7109
|
security_source: @sdk_configuration.security_source
|
7110
7110
|
)
|
@@ -7412,7 +7412,7 @@ module StackOne
|
|
7412
7412
|
hook_ctx = SDKHooks::HookContext.new(
|
7413
7413
|
config: @sdk_configuration,
|
7414
7414
|
base_url: base_url,
|
7415
|
-
oauth2_scopes:
|
7415
|
+
oauth2_scopes: nil,
|
7416
7416
|
operation_id: 'marketing_update_push_template',
|
7417
7417
|
security_source: @sdk_configuration.security_source
|
7418
7418
|
)
|
@@ -7720,7 +7720,7 @@ module StackOne
|
|
7720
7720
|
hook_ctx = SDKHooks::HookContext.new(
|
7721
7721
|
config: @sdk_configuration,
|
7722
7722
|
base_url: base_url,
|
7723
|
-
oauth2_scopes:
|
7723
|
+
oauth2_scopes: nil,
|
7724
7724
|
operation_id: 'marketing_update_sms_template',
|
7725
7725
|
security_source: @sdk_configuration.security_source
|
7726
7726
|
)
|
data/lib/stack_one/messaging.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: 'messaging_create_conversation',
|
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: 'messaging_download_messaging_attachment',
|
389
389
|
security_source: @sdk_configuration.security_source
|
390
390
|
)
|
@@ -675,7 +675,7 @@ module StackOne
|
|
675
675
|
hook_ctx = SDKHooks::HookContext.new(
|
676
676
|
config: @sdk_configuration,
|
677
677
|
base_url: base_url,
|
678
|
-
oauth2_scopes:
|
678
|
+
oauth2_scopes: nil,
|
679
679
|
operation_id: 'messaging_get_attachment',
|
680
680
|
security_source: @sdk_configuration.security_source
|
681
681
|
)
|
@@ -968,7 +968,7 @@ module StackOne
|
|
968
968
|
hook_ctx = SDKHooks::HookContext.new(
|
969
969
|
config: @sdk_configuration,
|
970
970
|
base_url: base_url,
|
971
|
-
oauth2_scopes:
|
971
|
+
oauth2_scopes: nil,
|
972
972
|
operation_id: 'messaging_get_conversation',
|
973
973
|
security_source: @sdk_configuration.security_source
|
974
974
|
)
|
@@ -1261,7 +1261,7 @@ module StackOne
|
|
1261
1261
|
hook_ctx = SDKHooks::HookContext.new(
|
1262
1262
|
config: @sdk_configuration,
|
1263
1263
|
base_url: base_url,
|
1264
|
-
oauth2_scopes:
|
1264
|
+
oauth2_scopes: nil,
|
1265
1265
|
operation_id: 'messaging_get_message',
|
1266
1266
|
security_source: @sdk_configuration.security_source
|
1267
1267
|
)
|
@@ -1554,7 +1554,7 @@ module StackOne
|
|
1554
1554
|
hook_ctx = SDKHooks::HookContext.new(
|
1555
1555
|
config: @sdk_configuration,
|
1556
1556
|
base_url: base_url,
|
1557
|
-
oauth2_scopes:
|
1557
|
+
oauth2_scopes: nil,
|
1558
1558
|
operation_id: 'messaging_get_user',
|
1559
1559
|
security_source: @sdk_configuration.security_source
|
1560
1560
|
)
|
@@ -1847,7 +1847,7 @@ module StackOne
|
|
1847
1847
|
hook_ctx = SDKHooks::HookContext.new(
|
1848
1848
|
config: @sdk_configuration,
|
1849
1849
|
base_url: base_url,
|
1850
|
-
oauth2_scopes:
|
1850
|
+
oauth2_scopes: nil,
|
1851
1851
|
operation_id: 'messaging_list_attachments',
|
1852
1852
|
security_source: @sdk_configuration.security_source
|
1853
1853
|
)
|
@@ -2169,7 +2169,7 @@ module StackOne
|
|
2169
2169
|
hook_ctx = SDKHooks::HookContext.new(
|
2170
2170
|
config: @sdk_configuration,
|
2171
2171
|
base_url: base_url,
|
2172
|
-
oauth2_scopes:
|
2172
|
+
oauth2_scopes: nil,
|
2173
2173
|
operation_id: 'messaging_list_conversation_messages',
|
2174
2174
|
security_source: @sdk_configuration.security_source
|
2175
2175
|
)
|
@@ -2486,7 +2486,7 @@ module StackOne
|
|
2486
2486
|
hook_ctx = SDKHooks::HookContext.new(
|
2487
2487
|
config: @sdk_configuration,
|
2488
2488
|
base_url: base_url,
|
2489
|
-
oauth2_scopes:
|
2489
|
+
oauth2_scopes: nil,
|
2490
2490
|
operation_id: 'messaging_list_conversations',
|
2491
2491
|
security_source: @sdk_configuration.security_source
|
2492
2492
|
)
|
@@ -2802,7 +2802,7 @@ module StackOne
|
|
2802
2802
|
hook_ctx = SDKHooks::HookContext.new(
|
2803
2803
|
config: @sdk_configuration,
|
2804
2804
|
base_url: base_url,
|
2805
|
-
oauth2_scopes:
|
2805
|
+
oauth2_scopes: nil,
|
2806
2806
|
operation_id: 'messaging_list_users',
|
2807
2807
|
security_source: @sdk_configuration.security_source
|
2808
2808
|
)
|
@@ -3132,7 +3132,7 @@ module StackOne
|
|
3132
3132
|
hook_ctx = SDKHooks::HookContext.new(
|
3133
3133
|
config: @sdk_configuration,
|
3134
3134
|
base_url: base_url,
|
3135
|
-
oauth2_scopes:
|
3135
|
+
oauth2_scopes: nil,
|
3136
3136
|
operation_id: 'messaging_send_message',
|
3137
3137
|
security_source: @sdk_configuration.security_source
|
3138
3138
|
)
|
@@ -13,6 +13,8 @@ module StackOne
|
|
13
13
|
extend T::Sig
|
14
14
|
include Crystalline::MetadataFields
|
15
15
|
|
16
|
+
# Filter to select applications by application_stage_id
|
17
|
+
field :application_stage_id, Crystalline::Nilable.new(::String), { 'query_param': { 'field_name': 'application_stage_id' } }
|
16
18
|
# Use a string with a date to only select results created after that given date
|
17
19
|
field :created_after, Crystalline::Nilable.new(::DateTime), { 'query_param': { 'field_name': 'created_after' } }
|
18
20
|
# Filter to select applications by job_id
|
@@ -22,8 +24,9 @@ module StackOne
|
|
22
24
|
# Use a string with a date to only select results updated after that given date
|
23
25
|
field :updated_after, Crystalline::Nilable.new(::DateTime), { 'query_param': { 'field_name': 'updated_after' } }
|
24
26
|
|
25
|
-
sig { params(created_after: T.nilable(::DateTime), job_id: T.nilable(::String), stage: T.nilable(::String), updated_after: T.nilable(::DateTime)).void }
|
26
|
-
def initialize(created_after: nil, job_id: nil, stage: nil, updated_after: nil)
|
27
|
+
sig { params(application_stage_id: T.nilable(::String), created_after: T.nilable(::DateTime), job_id: T.nilable(::String), stage: T.nilable(::String), updated_after: T.nilable(::DateTime)).void }
|
28
|
+
def initialize(application_stage_id: nil, created_after: nil, job_id: nil, stage: nil, updated_after: nil)
|
29
|
+
@application_stage_id = application_stage_id
|
27
30
|
@created_after = created_after
|
28
31
|
@job_id = job_id
|
29
32
|
@stage = stage
|
@@ -33,6 +36,7 @@ module StackOne
|
|
33
36
|
sig { params(other: T.untyped).returns(T::Boolean) }
|
34
37
|
def ==(other)
|
35
38
|
return false unless other.is_a? self.class
|
39
|
+
return false unless @application_stage_id == other.application_stage_id
|
36
40
|
return false unless @created_after == other.created_after
|
37
41
|
return false unless @job_id == other.job_id
|
38
42
|
return false unless @stage == other.stage
|