pingram 1.0.19 → 1.0.22
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/Gemfile.lock +3 -3
- data/lib/pingram/api/account_api.rb +70 -66
- data/lib/pingram/api/email_api.rb +61 -0
- data/lib/pingram/api/members_api.rb +2 -2
- data/lib/pingram/api_client.rb +1 -1
- data/lib/pingram/client_wrapper.rb +0 -10
- data/lib/pingram/models/{push_settings_fcm_response.rb → campaign_webhook_response.rb} +20 -19
- data/lib/pingram/models/create_account_request.rb +150 -0
- data/lib/pingram/models/create_account_response.rb +30 -30
- data/lib/pingram/models/{create_account_request_body.rb → create_personal_access_token_request.rb} +18 -7
- data/lib/pingram/models/create_personal_access_token_response.rb +313 -0
- data/lib/pingram/models/{apn_config.rb → delete_email_suppressions_response.rb} +36 -86
- data/lib/pingram/models/get_members_response_inner.rb +29 -1
- data/lib/pingram/models/intercom_webhook_data_item_any_of.rb +1 -0
- data/lib/pingram/models/list_invoices_response.rb +194 -0
- data/lib/pingram/models/list_invoices_response_invoices_inner.rb +389 -0
- data/lib/pingram/models/{push_settings_fcm_put_request.rb → list_personal_access_tokens_response.rb} +21 -19
- data/lib/pingram/models/list_personal_access_tokens_response_tokens_inner.rb +287 -0
- data/lib/pingram/models/member_update_request.rb +1 -0
- data/lib/pingram/models/sender_post_body.rb +1 -11
- data/lib/pingram/models/ten_dlc_brand_registration_details.rb +14 -14
- data/lib/pingram/models/ten_dlc_campaign_registration_details.rb +457 -0
- data/lib/pingram/models/ten_dlc_campaign_update_request.rb +363 -0
- data/lib/pingram/version.rb +1 -1
- data/lib/pingram.rb +11 -5
- data/vendor/bundle/ruby/3.2.0/cache/io-console-0.9.2.gem +0 -0
- data/vendor/bundle/ruby/3.2.0/cache/reline-0.7.0.gem +0 -0
- data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/byebug-13.0.0/gem_make.out +5 -5
- data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/date-3.5.1/gem_make.out +5 -5
- data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/{io-console-0.8.2 → io-console-0.9.2}/gem_make.out +15 -14
- data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/io-console-0.9.2/io/console.so +0 -0
- data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/{io-console-0.8.2 → io-console-0.9.2}/mkmf.log +112 -109
- data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/jaro_winkler-1.5.6/gem_make.out +5 -5
- data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/psych-5.4.0/gem_make.out +5 -5
- data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/racc-1.8.1/gem_make.out +5 -5
- data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/stringio-3.2.0/gem_make.out +5 -5
- data/vendor/bundle/ruby/3.2.0/gems/{io-console-0.8.2 → io-console-0.9.2}/ext/io/console/Makefile +1 -1
- data/vendor/bundle/ruby/3.2.0/gems/{io-console-0.8.2 → io-console-0.9.2}/ext/io/console/console.c +521 -28
- data/vendor/bundle/ruby/3.2.0/gems/{io-console-0.8.2 → io-console-0.9.2}/ext/io/console/extconf.rb +13 -14
- data/vendor/bundle/ruby/3.2.0/gems/{io-console-0.8.2 → io-console-0.9.2}/ext/io/console/win32_vk.inc +313 -165
- data/vendor/bundle/ruby/3.2.0/gems/io-console-0.9.2/lib/io/console.so +0 -0
- data/vendor/bundle/ruby/3.2.0/gems/{reline-0.6.3 → reline-0.7.0}/lib/reline/io/ansi.rb +6 -4
- data/vendor/bundle/ruby/3.2.0/gems/{reline-0.6.3 → reline-0.7.0}/lib/reline/io/windows.rb +49 -23
- data/vendor/bundle/ruby/3.2.0/gems/{reline-0.6.3 → reline-0.7.0}/lib/reline/io.rb +8 -2
- data/vendor/bundle/ruby/3.2.0/gems/{reline-0.6.3 → reline-0.7.0}/lib/reline/line_editor.rb +49 -21
- data/vendor/bundle/ruby/3.2.0/gems/reline-0.7.0/lib/reline/version.rb +3 -0
- data/vendor/bundle/ruby/3.2.0/gems/{reline-0.6.3 → reline-0.7.0}/lib/reline.rb +10 -9
- data/vendor/bundle/ruby/3.2.0/specifications/{io-console-0.8.2.gemspec → io-console-0.9.2.gemspec} +3 -3
- data/vendor/bundle/ruby/3.2.0/specifications/{reline-0.6.3.gemspec → reline-0.7.0.gemspec} +2 -2
- metadata +55 -49
- data/lib/pingram/api/push_settings_api.rb +0 -374
- data/vendor/bundle/ruby/3.2.0/cache/io-console-0.8.2.gem +0 -0
- data/vendor/bundle/ruby/3.2.0/cache/reline-0.6.3.gem +0 -0
- data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/io-console-0.8.2/io/console.so +0 -0
- data/vendor/bundle/ruby/3.2.0/gems/io-console-0.8.2/lib/io/console.so +0 -0
- data/vendor/bundle/ruby/3.2.0/gems/reline-0.6.3/lib/reline/version.rb +0 -3
- data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/{io-console-0.8.2 → io-console-0.9.2}/gem.build_complete +0 -0
- data/vendor/bundle/ruby/3.2.0/gems/{io-console-0.8.2 → io-console-0.9.2}/.document +0 -0
- data/vendor/bundle/ruby/3.2.0/gems/{io-console-0.8.2 → io-console-0.9.2}/BSDL +0 -0
- data/vendor/bundle/ruby/3.2.0/gems/{io-console-0.8.2 → io-console-0.9.2}/COPYING +0 -0
- data/vendor/bundle/ruby/3.2.0/gems/{io-console-0.8.2 → io-console-0.9.2}/README.md +0 -0
- data/vendor/bundle/ruby/3.2.0/gems/{io-console-0.8.2 → io-console-0.9.2}/lib/io/console/size.rb +0 -0
- data/vendor/bundle/ruby/3.2.0/gems/{reline-0.6.3 → reline-0.7.0}/BSDL +0 -0
- data/vendor/bundle/ruby/3.2.0/gems/{reline-0.6.3 → reline-0.7.0}/COPYING +0 -0
- data/vendor/bundle/ruby/3.2.0/gems/{reline-0.6.3 → reline-0.7.0}/README.md +0 -0
- data/vendor/bundle/ruby/3.2.0/gems/{reline-0.6.3 → reline-0.7.0}/lib/reline/config.rb +0 -0
- data/vendor/bundle/ruby/3.2.0/gems/{reline-0.6.3 → reline-0.7.0}/lib/reline/face.rb +0 -0
- data/vendor/bundle/ruby/3.2.0/gems/{reline-0.6.3 → reline-0.7.0}/lib/reline/history.rb +0 -0
- data/vendor/bundle/ruby/3.2.0/gems/{reline-0.6.3 → reline-0.7.0}/lib/reline/io/dumb.rb +0 -0
- data/vendor/bundle/ruby/3.2.0/gems/{reline-0.6.3 → reline-0.7.0}/lib/reline/key_actor/base.rb +0 -0
- data/vendor/bundle/ruby/3.2.0/gems/{reline-0.6.3 → reline-0.7.0}/lib/reline/key_actor/composite.rb +0 -0
- data/vendor/bundle/ruby/3.2.0/gems/{reline-0.6.3 → reline-0.7.0}/lib/reline/key_actor/emacs.rb +2 -2
- /data/vendor/bundle/ruby/3.2.0/gems/{reline-0.6.3 → reline-0.7.0}/lib/reline/key_actor/vi_command.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{reline-0.6.3 → reline-0.7.0}/lib/reline/key_actor/vi_insert.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{reline-0.6.3 → reline-0.7.0}/lib/reline/key_actor.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{reline-0.6.3 → reline-0.7.0}/lib/reline/key_stroke.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{reline-0.6.3 → reline-0.7.0}/lib/reline/kill_ring.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{reline-0.6.3 → reline-0.7.0}/lib/reline/unicode/east_asian_width.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{reline-0.6.3 → reline-0.7.0}/lib/reline/unicode.rb +0 -0
- /data/vendor/bundle/ruby/3.2.0/gems/{reline-0.6.3 → reline-0.7.0}/license_of_rb-readline +0 -0
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pingram
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.22
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Pingram
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-08-
|
|
11
|
+
date: 2026-08-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: typhoeus
|
|
@@ -78,7 +78,6 @@ files:
|
|
|
78
78
|
- lib/pingram/api/members_api.rb
|
|
79
79
|
- lib/pingram/api/numbers_api.rb
|
|
80
80
|
- lib/pingram/api/profile_api.rb
|
|
81
|
-
- lib/pingram/api/push_settings_api.rb
|
|
82
81
|
- lib/pingram/api/sender_api.rb
|
|
83
82
|
- lib/pingram/api/sms_api.rb
|
|
84
83
|
- lib/pingram/api/templates_api.rb
|
|
@@ -100,7 +99,6 @@ files:
|
|
|
100
99
|
- lib/pingram/models/address_response.rb
|
|
101
100
|
- lib/pingram/models/api_error_body.rb
|
|
102
101
|
- lib/pingram/models/api_error_response.rb
|
|
103
|
-
- lib/pingram/models/apn_config.rb
|
|
104
102
|
- lib/pingram/models/auto_join_get_response.rb
|
|
105
103
|
- lib/pingram/models/auto_join_post_response.rb
|
|
106
104
|
- lib/pingram/models/auto_join_request_body.rb
|
|
@@ -119,19 +117,23 @@ files:
|
|
|
119
117
|
- lib/pingram/models/bind_number_response_agent_spec_tools_inner.rb
|
|
120
118
|
- lib/pingram/models/bind_number_response_agent_spec_variables_inner.rb
|
|
121
119
|
- lib/pingram/models/brand_webhook_response.rb
|
|
120
|
+
- lib/pingram/models/campaign_webhook_response.rb
|
|
122
121
|
- lib/pingram/models/chained.rb
|
|
123
122
|
- lib/pingram/models/change_email_request.rb
|
|
124
123
|
- lib/pingram/models/change_phone_request.rb
|
|
125
124
|
- lib/pingram/models/channels_enum.rb
|
|
126
|
-
- lib/pingram/models/
|
|
125
|
+
- lib/pingram/models/create_account_request.rb
|
|
127
126
|
- lib/pingram/models/create_account_response.rb
|
|
128
127
|
- lib/pingram/models/create_address_request.rb
|
|
129
128
|
- lib/pingram/models/create_key_request.rb
|
|
130
129
|
- lib/pingram/models/create_key_response.rb
|
|
130
|
+
- lib/pingram/models/create_personal_access_token_request.rb
|
|
131
|
+
- lib/pingram/models/create_personal_access_token_response.rb
|
|
131
132
|
- lib/pingram/models/create_voice_agent_request.rb
|
|
132
133
|
- lib/pingram/models/create_voice_agent_response.rb
|
|
133
134
|
- lib/pingram/models/custom.rb
|
|
134
135
|
- lib/pingram/models/delete_account_request.rb
|
|
136
|
+
- lib/pingram/models/delete_email_suppressions_response.rb
|
|
135
137
|
- lib/pingram/models/delete_key_response.rb
|
|
136
138
|
- lib/pingram/models/delete_user_response.rb
|
|
137
139
|
- lib/pingram/models/delete_voice_agent_response.rb
|
|
@@ -244,6 +246,10 @@ files:
|
|
|
244
246
|
- lib/pingram/models/invite_post_response.rb
|
|
245
247
|
- lib/pingram/models/knowledge.rb
|
|
246
248
|
- lib/pingram/models/knowledge_documents_inner.rb
|
|
249
|
+
- lib/pingram/models/list_invoices_response.rb
|
|
250
|
+
- lib/pingram/models/list_invoices_response_invoices_inner.rb
|
|
251
|
+
- lib/pingram/models/list_personal_access_tokens_response.rb
|
|
252
|
+
- lib/pingram/models/list_personal_access_tokens_response_tokens_inner.rb
|
|
247
253
|
- lib/pingram/models/list_phone_numbers_response.rb
|
|
248
254
|
- lib/pingram/models/list_phone_numbers_response_numbers_inner.rb
|
|
249
255
|
- lib/pingram/models/list_released_phone_numbers_response.rb
|
|
@@ -281,8 +287,6 @@ files:
|
|
|
281
287
|
- lib/pingram/models/post_email_test_response.rb
|
|
282
288
|
- lib/pingram/models/post_senders_request_body.rb
|
|
283
289
|
- lib/pingram/models/post_user_request.rb
|
|
284
|
-
- lib/pingram/models/push_settings_fcm_put_request.rb
|
|
285
|
-
- lib/pingram/models/push_settings_fcm_response.rb
|
|
286
290
|
- lib/pingram/models/release_phone_number_response.rb
|
|
287
291
|
- lib/pingram/models/s2s.rb
|
|
288
292
|
- lib/pingram/models/search_available_phone_numbers_response.rb
|
|
@@ -338,6 +342,8 @@ files:
|
|
|
338
342
|
- lib/pingram/models/ten_dlc_brand_registration.rb
|
|
339
343
|
- lib/pingram/models/ten_dlc_brand_registration_details.rb
|
|
340
344
|
- lib/pingram/models/ten_dlc_brand_update_request.rb
|
|
345
|
+
- lib/pingram/models/ten_dlc_campaign_registration_details.rb
|
|
346
|
+
- lib/pingram/models/ten_dlc_campaign_update_request.rb
|
|
341
347
|
- lib/pingram/models/transfer.rb
|
|
342
348
|
- lib/pingram/models/unbind_number_response.rb
|
|
343
349
|
- lib/pingram/models/update_address_request.rb
|
|
@@ -372,7 +378,7 @@ files:
|
|
|
372
378
|
- vendor/bundle/ruby/3.2.0/cache/diff-lcs-1.6.2.gem
|
|
373
379
|
- vendor/bundle/ruby/3.2.0/cache/ethon-0.18.0.gem
|
|
374
380
|
- vendor/bundle/ruby/3.2.0/cache/ffi-1.17.4-x86_64-linux-gnu.gem
|
|
375
|
-
- vendor/bundle/ruby/3.2.0/cache/io-console-0.
|
|
381
|
+
- vendor/bundle/ruby/3.2.0/cache/io-console-0.9.2.gem
|
|
376
382
|
- vendor/bundle/ruby/3.2.0/cache/jaro_winkler-1.5.6.gem
|
|
377
383
|
- vendor/bundle/ruby/3.2.0/cache/logger-1.7.0.gem
|
|
378
384
|
- vendor/bundle/ruby/3.2.0/cache/method_source-1.1.0.gem
|
|
@@ -384,7 +390,7 @@ files:
|
|
|
384
390
|
- vendor/bundle/ruby/3.2.0/cache/racc-1.8.1.gem
|
|
385
391
|
- vendor/bundle/ruby/3.2.0/cache/rainbow-3.1.1.gem
|
|
386
392
|
- vendor/bundle/ruby/3.2.0/cache/rake-13.0.6.gem
|
|
387
|
-
- vendor/bundle/ruby/3.2.0/cache/reline-0.
|
|
393
|
+
- vendor/bundle/ruby/3.2.0/cache/reline-0.7.0.gem
|
|
388
394
|
- vendor/bundle/ruby/3.2.0/cache/rspec-3.13.2.gem
|
|
389
395
|
- vendor/bundle/ruby/3.2.0/cache/rspec-core-3.13.6.gem
|
|
390
396
|
- vendor/bundle/ruby/3.2.0/cache/rspec-expectations-3.13.5.gem
|
|
@@ -402,10 +408,10 @@ files:
|
|
|
402
408
|
- vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/date-3.5.1/gem.build_complete
|
|
403
409
|
- vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/date-3.5.1/gem_make.out
|
|
404
410
|
- vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/date-3.5.1/mkmf.log
|
|
405
|
-
- vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/io-console-0.
|
|
406
|
-
- vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/io-console-0.
|
|
407
|
-
- vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/io-console-0.
|
|
408
|
-
- vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/io-console-0.
|
|
411
|
+
- vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/io-console-0.9.2/gem.build_complete
|
|
412
|
+
- vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/io-console-0.9.2/gem_make.out
|
|
413
|
+
- vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/io-console-0.9.2/io/console.so
|
|
414
|
+
- vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/io-console-0.9.2/mkmf.log
|
|
409
415
|
- vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/jaro_winkler-1.5.6/gem.build_complete
|
|
410
416
|
- vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/jaro_winkler-1.5.6/gem_make.out
|
|
411
417
|
- vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/jaro_winkler-1.5.6/jaro_winkler/jaro_winkler_ext.so
|
|
@@ -954,16 +960,16 @@ files:
|
|
|
954
960
|
- vendor/bundle/ruby/3.2.0/gems/ffi-1.17.4-x86_64-linux-gnu/sig/ffi/struct_layout.rbs
|
|
955
961
|
- vendor/bundle/ruby/3.2.0/gems/ffi-1.17.4-x86_64-linux-gnu/sig/ffi/struct_layout_builder.rbs
|
|
956
962
|
- vendor/bundle/ruby/3.2.0/gems/ffi-1.17.4-x86_64-linux-gnu/sig/ffi/type.rbs
|
|
957
|
-
- vendor/bundle/ruby/3.2.0/gems/io-console-0.
|
|
958
|
-
- vendor/bundle/ruby/3.2.0/gems/io-console-0.
|
|
959
|
-
- vendor/bundle/ruby/3.2.0/gems/io-console-0.
|
|
960
|
-
- vendor/bundle/ruby/3.2.0/gems/io-console-0.
|
|
961
|
-
- vendor/bundle/ruby/3.2.0/gems/io-console-0.
|
|
962
|
-
- vendor/bundle/ruby/3.2.0/gems/io-console-0.
|
|
963
|
-
- vendor/bundle/ruby/3.2.0/gems/io-console-0.
|
|
964
|
-
- vendor/bundle/ruby/3.2.0/gems/io-console-0.
|
|
965
|
-
- vendor/bundle/ruby/3.2.0/gems/io-console-0.
|
|
966
|
-
- vendor/bundle/ruby/3.2.0/gems/io-console-0.
|
|
963
|
+
- vendor/bundle/ruby/3.2.0/gems/io-console-0.9.2/.document
|
|
964
|
+
- vendor/bundle/ruby/3.2.0/gems/io-console-0.9.2/BSDL
|
|
965
|
+
- vendor/bundle/ruby/3.2.0/gems/io-console-0.9.2/COPYING
|
|
966
|
+
- vendor/bundle/ruby/3.2.0/gems/io-console-0.9.2/README.md
|
|
967
|
+
- vendor/bundle/ruby/3.2.0/gems/io-console-0.9.2/ext/io/console/Makefile
|
|
968
|
+
- vendor/bundle/ruby/3.2.0/gems/io-console-0.9.2/ext/io/console/console.c
|
|
969
|
+
- vendor/bundle/ruby/3.2.0/gems/io-console-0.9.2/ext/io/console/extconf.rb
|
|
970
|
+
- vendor/bundle/ruby/3.2.0/gems/io-console-0.9.2/ext/io/console/win32_vk.inc
|
|
971
|
+
- vendor/bundle/ruby/3.2.0/gems/io-console-0.9.2/lib/io/console.so
|
|
972
|
+
- vendor/bundle/ruby/3.2.0/gems/io-console-0.9.2/lib/io/console/size.rb
|
|
967
973
|
- vendor/bundle/ruby/3.2.0/gems/jaro_winkler-1.5.6/LICENSE.txt
|
|
968
974
|
- vendor/bundle/ruby/3.2.0/gems/jaro_winkler-1.5.6/ext/jaro_winkler/Makefile
|
|
969
975
|
- vendor/bundle/ruby/3.2.0/gems/jaro_winkler-1.5.6/ext/jaro_winkler/adj_matrix.c
|
|
@@ -1419,30 +1425,30 @@ files:
|
|
|
1419
1425
|
- vendor/bundle/ruby/3.2.0/gems/rake-13.0.6/lib/rake/version.rb
|
|
1420
1426
|
- vendor/bundle/ruby/3.2.0/gems/rake-13.0.6/lib/rake/win32.rb
|
|
1421
1427
|
- vendor/bundle/ruby/3.2.0/gems/rake-13.0.6/rake.gemspec
|
|
1422
|
-
- vendor/bundle/ruby/3.2.0/gems/reline-0.
|
|
1423
|
-
- vendor/bundle/ruby/3.2.0/gems/reline-0.
|
|
1424
|
-
- vendor/bundle/ruby/3.2.0/gems/reline-0.
|
|
1425
|
-
- vendor/bundle/ruby/3.2.0/gems/reline-0.
|
|
1426
|
-
- vendor/bundle/ruby/3.2.0/gems/reline-0.
|
|
1427
|
-
- vendor/bundle/ruby/3.2.0/gems/reline-0.
|
|
1428
|
-
- vendor/bundle/ruby/3.2.0/gems/reline-0.
|
|
1429
|
-
- vendor/bundle/ruby/3.2.0/gems/reline-0.
|
|
1430
|
-
- vendor/bundle/ruby/3.2.0/gems/reline-0.
|
|
1431
|
-
- vendor/bundle/ruby/3.2.0/gems/reline-0.
|
|
1432
|
-
- vendor/bundle/ruby/3.2.0/gems/reline-0.
|
|
1433
|
-
- vendor/bundle/ruby/3.2.0/gems/reline-0.
|
|
1434
|
-
- vendor/bundle/ruby/3.2.0/gems/reline-0.
|
|
1435
|
-
- vendor/bundle/ruby/3.2.0/gems/reline-0.
|
|
1436
|
-
- vendor/bundle/ruby/3.2.0/gems/reline-0.
|
|
1437
|
-
- vendor/bundle/ruby/3.2.0/gems/reline-0.
|
|
1438
|
-
- vendor/bundle/ruby/3.2.0/gems/reline-0.
|
|
1439
|
-
- vendor/bundle/ruby/3.2.0/gems/reline-0.
|
|
1440
|
-
- vendor/bundle/ruby/3.2.0/gems/reline-0.
|
|
1441
|
-
- vendor/bundle/ruby/3.2.0/gems/reline-0.
|
|
1442
|
-
- vendor/bundle/ruby/3.2.0/gems/reline-0.
|
|
1443
|
-
- vendor/bundle/ruby/3.2.0/gems/reline-0.
|
|
1444
|
-
- vendor/bundle/ruby/3.2.0/gems/reline-0.
|
|
1445
|
-
- vendor/bundle/ruby/3.2.0/gems/reline-0.
|
|
1428
|
+
- vendor/bundle/ruby/3.2.0/gems/reline-0.7.0/BSDL
|
|
1429
|
+
- vendor/bundle/ruby/3.2.0/gems/reline-0.7.0/COPYING
|
|
1430
|
+
- vendor/bundle/ruby/3.2.0/gems/reline-0.7.0/README.md
|
|
1431
|
+
- vendor/bundle/ruby/3.2.0/gems/reline-0.7.0/lib/reline.rb
|
|
1432
|
+
- vendor/bundle/ruby/3.2.0/gems/reline-0.7.0/lib/reline/config.rb
|
|
1433
|
+
- vendor/bundle/ruby/3.2.0/gems/reline-0.7.0/lib/reline/face.rb
|
|
1434
|
+
- vendor/bundle/ruby/3.2.0/gems/reline-0.7.0/lib/reline/history.rb
|
|
1435
|
+
- vendor/bundle/ruby/3.2.0/gems/reline-0.7.0/lib/reline/io.rb
|
|
1436
|
+
- vendor/bundle/ruby/3.2.0/gems/reline-0.7.0/lib/reline/io/ansi.rb
|
|
1437
|
+
- vendor/bundle/ruby/3.2.0/gems/reline-0.7.0/lib/reline/io/dumb.rb
|
|
1438
|
+
- vendor/bundle/ruby/3.2.0/gems/reline-0.7.0/lib/reline/io/windows.rb
|
|
1439
|
+
- vendor/bundle/ruby/3.2.0/gems/reline-0.7.0/lib/reline/key_actor.rb
|
|
1440
|
+
- vendor/bundle/ruby/3.2.0/gems/reline-0.7.0/lib/reline/key_actor/base.rb
|
|
1441
|
+
- vendor/bundle/ruby/3.2.0/gems/reline-0.7.0/lib/reline/key_actor/composite.rb
|
|
1442
|
+
- vendor/bundle/ruby/3.2.0/gems/reline-0.7.0/lib/reline/key_actor/emacs.rb
|
|
1443
|
+
- vendor/bundle/ruby/3.2.0/gems/reline-0.7.0/lib/reline/key_actor/vi_command.rb
|
|
1444
|
+
- vendor/bundle/ruby/3.2.0/gems/reline-0.7.0/lib/reline/key_actor/vi_insert.rb
|
|
1445
|
+
- vendor/bundle/ruby/3.2.0/gems/reline-0.7.0/lib/reline/key_stroke.rb
|
|
1446
|
+
- vendor/bundle/ruby/3.2.0/gems/reline-0.7.0/lib/reline/kill_ring.rb
|
|
1447
|
+
- vendor/bundle/ruby/3.2.0/gems/reline-0.7.0/lib/reline/line_editor.rb
|
|
1448
|
+
- vendor/bundle/ruby/3.2.0/gems/reline-0.7.0/lib/reline/unicode.rb
|
|
1449
|
+
- vendor/bundle/ruby/3.2.0/gems/reline-0.7.0/lib/reline/unicode/east_asian_width.rb
|
|
1450
|
+
- vendor/bundle/ruby/3.2.0/gems/reline-0.7.0/lib/reline/version.rb
|
|
1451
|
+
- vendor/bundle/ruby/3.2.0/gems/reline-0.7.0/license_of_rb-readline
|
|
1446
1452
|
- vendor/bundle/ruby/3.2.0/gems/rspec-3.13.2/LICENSE.md
|
|
1447
1453
|
- vendor/bundle/ruby/3.2.0/gems/rspec-3.13.2/README.md
|
|
1448
1454
|
- vendor/bundle/ruby/3.2.0/gems/rspec-3.13.2/lib/rspec.rb
|
|
@@ -2416,7 +2422,7 @@ files:
|
|
|
2416
2422
|
- vendor/bundle/ruby/3.2.0/specifications/diff-lcs-1.6.2.gemspec
|
|
2417
2423
|
- vendor/bundle/ruby/3.2.0/specifications/ethon-0.18.0.gemspec
|
|
2418
2424
|
- vendor/bundle/ruby/3.2.0/specifications/ffi-1.17.4-x86_64-linux-gnu.gemspec
|
|
2419
|
-
- vendor/bundle/ruby/3.2.0/specifications/io-console-0.
|
|
2425
|
+
- vendor/bundle/ruby/3.2.0/specifications/io-console-0.9.2.gemspec
|
|
2420
2426
|
- vendor/bundle/ruby/3.2.0/specifications/jaro_winkler-1.5.6.gemspec
|
|
2421
2427
|
- vendor/bundle/ruby/3.2.0/specifications/logger-1.7.0.gemspec
|
|
2422
2428
|
- vendor/bundle/ruby/3.2.0/specifications/method_source-1.1.0.gemspec
|
|
@@ -2428,7 +2434,7 @@ files:
|
|
|
2428
2434
|
- vendor/bundle/ruby/3.2.0/specifications/racc-1.8.1.gemspec
|
|
2429
2435
|
- vendor/bundle/ruby/3.2.0/specifications/rainbow-3.1.1.gemspec
|
|
2430
2436
|
- vendor/bundle/ruby/3.2.0/specifications/rake-13.0.6.gemspec
|
|
2431
|
-
- vendor/bundle/ruby/3.2.0/specifications/reline-0.
|
|
2437
|
+
- vendor/bundle/ruby/3.2.0/specifications/reline-0.7.0.gemspec
|
|
2432
2438
|
- vendor/bundle/ruby/3.2.0/specifications/rspec-3.13.2.gemspec
|
|
2433
2439
|
- vendor/bundle/ruby/3.2.0/specifications/rspec-core-3.13.6.gemspec
|
|
2434
2440
|
- vendor/bundle/ruby/3.2.0/specifications/rspec-expectations-3.13.5.gemspec
|
|
@@ -1,374 +0,0 @@
|
|
|
1
|
-
=begin
|
|
2
|
-
#Pingram
|
|
3
|
-
|
|
4
|
-
#Internal API for notification delivery and management
|
|
5
|
-
|
|
6
|
-
The version of the OpenAPI document: 1.0.0
|
|
7
|
-
|
|
8
|
-
Generated by: https://openapi-generator.tech
|
|
9
|
-
Generator version: 7.19.0
|
|
10
|
-
|
|
11
|
-
=end
|
|
12
|
-
|
|
13
|
-
require 'cgi'
|
|
14
|
-
|
|
15
|
-
module Pingram
|
|
16
|
-
class PushSettingsApi
|
|
17
|
-
attr_accessor :api_client
|
|
18
|
-
|
|
19
|
-
def initialize(api_client = ApiClient.default)
|
|
20
|
-
@api_client = api_client
|
|
21
|
-
end
|
|
22
|
-
# Delete Apple Push Notification (APN) configuration for the current account.
|
|
23
|
-
# @param [Hash] opts the optional parameters
|
|
24
|
-
# @return [nil]
|
|
25
|
-
def push_settings_delete_push_apn_settings(opts = {})
|
|
26
|
-
push_settings_delete_push_apn_settings_with_http_info(opts)
|
|
27
|
-
nil
|
|
28
|
-
end
|
|
29
|
-
|
|
30
|
-
# Delete Apple Push Notification (APN) configuration for the current account.
|
|
31
|
-
# @param [Hash] opts the optional parameters
|
|
32
|
-
# @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
|
|
33
|
-
def push_settings_delete_push_apn_settings_with_http_info(opts = {})
|
|
34
|
-
if @api_client.config.debugging
|
|
35
|
-
@api_client.config.logger.debug 'Calling API: PushSettingsApi.push_settings_delete_push_apn_settings ...'
|
|
36
|
-
end
|
|
37
|
-
# resource path
|
|
38
|
-
local_var_path = '/settings/push/apn'
|
|
39
|
-
|
|
40
|
-
# query parameters
|
|
41
|
-
query_params = opts[:query_params] || {}
|
|
42
|
-
|
|
43
|
-
# header parameters
|
|
44
|
-
header_params = opts[:header_params] || {}
|
|
45
|
-
# HTTP header 'Accept' (if needed)
|
|
46
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
|
|
47
|
-
|
|
48
|
-
# form parameters
|
|
49
|
-
form_params = opts[:form_params] || {}
|
|
50
|
-
|
|
51
|
-
# http body (model)
|
|
52
|
-
post_body = opts[:debug_body]
|
|
53
|
-
|
|
54
|
-
# return_type
|
|
55
|
-
return_type = opts[:debug_return_type]
|
|
56
|
-
|
|
57
|
-
# auth_names (apiKey last so Bearer wins when multiple schemes set Authorization)
|
|
58
|
-
auth_names = opts[:debug_auth_names] || ['endUserHashed', 'endUser', 'clientCredentials', 'apiKey']
|
|
59
|
-
|
|
60
|
-
new_options = opts.merge(
|
|
61
|
-
:operation => :"PushSettingsApi.push_settings_delete_push_apn_settings",
|
|
62
|
-
:header_params => header_params,
|
|
63
|
-
:query_params => query_params,
|
|
64
|
-
:form_params => form_params,
|
|
65
|
-
:body => post_body,
|
|
66
|
-
:auth_names => auth_names,
|
|
67
|
-
:return_type => return_type
|
|
68
|
-
)
|
|
69
|
-
|
|
70
|
-
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path, new_options)
|
|
71
|
-
if @api_client.config.debugging
|
|
72
|
-
@api_client.config.logger.debug "API called: PushSettingsApi#push_settings_delete_push_apn_settings\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
73
|
-
end
|
|
74
|
-
return data, status_code, headers
|
|
75
|
-
end
|
|
76
|
-
|
|
77
|
-
# Delete Firebase Cloud Messaging (FCM) configuration for the current account.
|
|
78
|
-
# @param [Hash] opts the optional parameters
|
|
79
|
-
# @return [nil]
|
|
80
|
-
def push_settings_delete_push_fcm_settings(opts = {})
|
|
81
|
-
push_settings_delete_push_fcm_settings_with_http_info(opts)
|
|
82
|
-
nil
|
|
83
|
-
end
|
|
84
|
-
|
|
85
|
-
# Delete Firebase Cloud Messaging (FCM) configuration for the current account.
|
|
86
|
-
# @param [Hash] opts the optional parameters
|
|
87
|
-
# @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
|
|
88
|
-
def push_settings_delete_push_fcm_settings_with_http_info(opts = {})
|
|
89
|
-
if @api_client.config.debugging
|
|
90
|
-
@api_client.config.logger.debug 'Calling API: PushSettingsApi.push_settings_delete_push_fcm_settings ...'
|
|
91
|
-
end
|
|
92
|
-
# resource path
|
|
93
|
-
local_var_path = '/settings/push/fcm'
|
|
94
|
-
|
|
95
|
-
# query parameters
|
|
96
|
-
query_params = opts[:query_params] || {}
|
|
97
|
-
|
|
98
|
-
# header parameters
|
|
99
|
-
header_params = opts[:header_params] || {}
|
|
100
|
-
# HTTP header 'Accept' (if needed)
|
|
101
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
|
|
102
|
-
|
|
103
|
-
# form parameters
|
|
104
|
-
form_params = opts[:form_params] || {}
|
|
105
|
-
|
|
106
|
-
# http body (model)
|
|
107
|
-
post_body = opts[:debug_body]
|
|
108
|
-
|
|
109
|
-
# return_type
|
|
110
|
-
return_type = opts[:debug_return_type]
|
|
111
|
-
|
|
112
|
-
# auth_names (apiKey last so Bearer wins when multiple schemes set Authorization)
|
|
113
|
-
auth_names = opts[:debug_auth_names] || ['endUserHashed', 'endUser', 'clientCredentials', 'apiKey']
|
|
114
|
-
|
|
115
|
-
new_options = opts.merge(
|
|
116
|
-
:operation => :"PushSettingsApi.push_settings_delete_push_fcm_settings",
|
|
117
|
-
:header_params => header_params,
|
|
118
|
-
:query_params => query_params,
|
|
119
|
-
:form_params => form_params,
|
|
120
|
-
:body => post_body,
|
|
121
|
-
:auth_names => auth_names,
|
|
122
|
-
:return_type => return_type
|
|
123
|
-
)
|
|
124
|
-
|
|
125
|
-
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path, new_options)
|
|
126
|
-
if @api_client.config.debugging
|
|
127
|
-
@api_client.config.logger.debug "API called: PushSettingsApi#push_settings_delete_push_fcm_settings\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
128
|
-
end
|
|
129
|
-
return data, status_code, headers
|
|
130
|
-
end
|
|
131
|
-
|
|
132
|
-
# Get Apple Push Notification (APN) configuration for the current account.
|
|
133
|
-
# @param [Hash] opts the optional parameters
|
|
134
|
-
# @return [APNConfig]
|
|
135
|
-
def push_settings_get_push_apn_settings(opts = {})
|
|
136
|
-
data, _status_code, _headers = push_settings_get_push_apn_settings_with_http_info(opts)
|
|
137
|
-
data
|
|
138
|
-
end
|
|
139
|
-
|
|
140
|
-
# Get Apple Push Notification (APN) configuration for the current account.
|
|
141
|
-
# @param [Hash] opts the optional parameters
|
|
142
|
-
# @return [Array<(APNConfig, Integer, Hash)>] APNConfig data, response status code and response headers
|
|
143
|
-
def push_settings_get_push_apn_settings_with_http_info(opts = {})
|
|
144
|
-
if @api_client.config.debugging
|
|
145
|
-
@api_client.config.logger.debug 'Calling API: PushSettingsApi.push_settings_get_push_apn_settings ...'
|
|
146
|
-
end
|
|
147
|
-
# resource path
|
|
148
|
-
local_var_path = '/settings/push/apn'
|
|
149
|
-
|
|
150
|
-
# query parameters
|
|
151
|
-
query_params = opts[:query_params] || {}
|
|
152
|
-
|
|
153
|
-
# header parameters
|
|
154
|
-
header_params = opts[:header_params] || {}
|
|
155
|
-
# HTTP header 'Accept' (if needed)
|
|
156
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
|
|
157
|
-
|
|
158
|
-
# form parameters
|
|
159
|
-
form_params = opts[:form_params] || {}
|
|
160
|
-
|
|
161
|
-
# http body (model)
|
|
162
|
-
post_body = opts[:debug_body]
|
|
163
|
-
|
|
164
|
-
# return_type
|
|
165
|
-
return_type = opts[:debug_return_type] || 'APNConfig'
|
|
166
|
-
|
|
167
|
-
# auth_names (apiKey last so Bearer wins when multiple schemes set Authorization)
|
|
168
|
-
auth_names = opts[:debug_auth_names] || ['endUserHashed', 'endUser', 'clientCredentials', 'apiKey']
|
|
169
|
-
|
|
170
|
-
new_options = opts.merge(
|
|
171
|
-
:operation => :"PushSettingsApi.push_settings_get_push_apn_settings",
|
|
172
|
-
:header_params => header_params,
|
|
173
|
-
:query_params => query_params,
|
|
174
|
-
:form_params => form_params,
|
|
175
|
-
:body => post_body,
|
|
176
|
-
:auth_names => auth_names,
|
|
177
|
-
:return_type => return_type
|
|
178
|
-
)
|
|
179
|
-
|
|
180
|
-
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
|
181
|
-
if @api_client.config.debugging
|
|
182
|
-
@api_client.config.logger.debug "API called: PushSettingsApi#push_settings_get_push_apn_settings\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
183
|
-
end
|
|
184
|
-
return data, status_code, headers
|
|
185
|
-
end
|
|
186
|
-
|
|
187
|
-
# Get Firebase Cloud Messaging (FCM) configuration for the current account.
|
|
188
|
-
# @param [Hash] opts the optional parameters
|
|
189
|
-
# @return [PushSettingsFCMResponse]
|
|
190
|
-
def push_settings_get_push_fcm_settings(opts = {})
|
|
191
|
-
data, _status_code, _headers = push_settings_get_push_fcm_settings_with_http_info(opts)
|
|
192
|
-
data
|
|
193
|
-
end
|
|
194
|
-
|
|
195
|
-
# Get Firebase Cloud Messaging (FCM) configuration for the current account.
|
|
196
|
-
# @param [Hash] opts the optional parameters
|
|
197
|
-
# @return [Array<(PushSettingsFCMResponse, Integer, Hash)>] PushSettingsFCMResponse data, response status code and response headers
|
|
198
|
-
def push_settings_get_push_fcm_settings_with_http_info(opts = {})
|
|
199
|
-
if @api_client.config.debugging
|
|
200
|
-
@api_client.config.logger.debug 'Calling API: PushSettingsApi.push_settings_get_push_fcm_settings ...'
|
|
201
|
-
end
|
|
202
|
-
# resource path
|
|
203
|
-
local_var_path = '/settings/push/fcm'
|
|
204
|
-
|
|
205
|
-
# query parameters
|
|
206
|
-
query_params = opts[:query_params] || {}
|
|
207
|
-
|
|
208
|
-
# header parameters
|
|
209
|
-
header_params = opts[:header_params] || {}
|
|
210
|
-
# HTTP header 'Accept' (if needed)
|
|
211
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
|
|
212
|
-
|
|
213
|
-
# form parameters
|
|
214
|
-
form_params = opts[:form_params] || {}
|
|
215
|
-
|
|
216
|
-
# http body (model)
|
|
217
|
-
post_body = opts[:debug_body]
|
|
218
|
-
|
|
219
|
-
# return_type
|
|
220
|
-
return_type = opts[:debug_return_type] || 'PushSettingsFCMResponse'
|
|
221
|
-
|
|
222
|
-
# auth_names (apiKey last so Bearer wins when multiple schemes set Authorization)
|
|
223
|
-
auth_names = opts[:debug_auth_names] || ['endUserHashed', 'endUser', 'clientCredentials', 'apiKey']
|
|
224
|
-
|
|
225
|
-
new_options = opts.merge(
|
|
226
|
-
:operation => :"PushSettingsApi.push_settings_get_push_fcm_settings",
|
|
227
|
-
:header_params => header_params,
|
|
228
|
-
:query_params => query_params,
|
|
229
|
-
:form_params => form_params,
|
|
230
|
-
:body => post_body,
|
|
231
|
-
:auth_names => auth_names,
|
|
232
|
-
:return_type => return_type
|
|
233
|
-
)
|
|
234
|
-
|
|
235
|
-
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
|
236
|
-
if @api_client.config.debugging
|
|
237
|
-
@api_client.config.logger.debug "API called: PushSettingsApi#push_settings_get_push_fcm_settings\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
238
|
-
end
|
|
239
|
-
return data, status_code, headers
|
|
240
|
-
end
|
|
241
|
-
|
|
242
|
-
# Create or update Apple Push Notification (APN) configuration for the current account.
|
|
243
|
-
# @param apn_config [APNConfig]
|
|
244
|
-
# @param [Hash] opts the optional parameters
|
|
245
|
-
# @return [APNConfig]
|
|
246
|
-
def push_settings_upsert_push_apn_settings(apn_config, opts = {})
|
|
247
|
-
data, _status_code, _headers = push_settings_upsert_push_apn_settings_with_http_info(apn_config, opts)
|
|
248
|
-
data
|
|
249
|
-
end
|
|
250
|
-
|
|
251
|
-
# Create or update Apple Push Notification (APN) configuration for the current account.
|
|
252
|
-
# @param apn_config [APNConfig]
|
|
253
|
-
# @param [Hash] opts the optional parameters
|
|
254
|
-
# @return [Array<(APNConfig, Integer, Hash)>] APNConfig data, response status code and response headers
|
|
255
|
-
def push_settings_upsert_push_apn_settings_with_http_info(apn_config, opts = {})
|
|
256
|
-
if @api_client.config.debugging
|
|
257
|
-
@api_client.config.logger.debug 'Calling API: PushSettingsApi.push_settings_upsert_push_apn_settings ...'
|
|
258
|
-
end
|
|
259
|
-
# verify the required parameter 'apn_config' is set
|
|
260
|
-
if @api_client.config.client_side_validation && apn_config.nil?
|
|
261
|
-
fail ArgumentError, "Missing the required parameter 'apn_config' when calling PushSettingsApi.push_settings_upsert_push_apn_settings"
|
|
262
|
-
end
|
|
263
|
-
# resource path
|
|
264
|
-
local_var_path = '/settings/push/apn'
|
|
265
|
-
|
|
266
|
-
# query parameters
|
|
267
|
-
query_params = opts[:query_params] || {}
|
|
268
|
-
|
|
269
|
-
# header parameters
|
|
270
|
-
header_params = opts[:header_params] || {}
|
|
271
|
-
# HTTP header 'Accept' (if needed)
|
|
272
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
|
|
273
|
-
# HTTP header 'Content-Type'
|
|
274
|
-
content_type = @api_client.select_header_content_type(['application/json'])
|
|
275
|
-
if !content_type.nil?
|
|
276
|
-
header_params['Content-Type'] = content_type
|
|
277
|
-
end
|
|
278
|
-
|
|
279
|
-
# form parameters
|
|
280
|
-
form_params = opts[:form_params] || {}
|
|
281
|
-
|
|
282
|
-
# http body (model)
|
|
283
|
-
post_body = opts[:debug_body] || @api_client.object_to_http_body(apn_config)
|
|
284
|
-
|
|
285
|
-
# return_type
|
|
286
|
-
return_type = opts[:debug_return_type] || 'APNConfig'
|
|
287
|
-
|
|
288
|
-
# auth_names (apiKey last so Bearer wins when multiple schemes set Authorization)
|
|
289
|
-
auth_names = opts[:debug_auth_names] || ['endUserHashed', 'endUser', 'clientCredentials', 'apiKey']
|
|
290
|
-
|
|
291
|
-
new_options = opts.merge(
|
|
292
|
-
:operation => :"PushSettingsApi.push_settings_upsert_push_apn_settings",
|
|
293
|
-
:header_params => header_params,
|
|
294
|
-
:query_params => query_params,
|
|
295
|
-
:form_params => form_params,
|
|
296
|
-
:body => post_body,
|
|
297
|
-
:auth_names => auth_names,
|
|
298
|
-
:return_type => return_type
|
|
299
|
-
)
|
|
300
|
-
|
|
301
|
-
data, status_code, headers = @api_client.call_api(:PUT, local_var_path, new_options)
|
|
302
|
-
if @api_client.config.debugging
|
|
303
|
-
@api_client.config.logger.debug "API called: PushSettingsApi#push_settings_upsert_push_apn_settings\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
304
|
-
end
|
|
305
|
-
return data, status_code, headers
|
|
306
|
-
end
|
|
307
|
-
|
|
308
|
-
# Create or update Firebase Cloud Messaging (FCM) configuration for the current account.
|
|
309
|
-
# @param push_settings_fcm_put_request [PushSettingsFCMPutRequest]
|
|
310
|
-
# @param [Hash] opts the optional parameters
|
|
311
|
-
# @return [PushSettingsFCMResponse]
|
|
312
|
-
def push_settings_upsert_push_fcm_settings(push_settings_fcm_put_request, opts = {})
|
|
313
|
-
data, _status_code, _headers = push_settings_upsert_push_fcm_settings_with_http_info(push_settings_fcm_put_request, opts)
|
|
314
|
-
data
|
|
315
|
-
end
|
|
316
|
-
|
|
317
|
-
# Create or update Firebase Cloud Messaging (FCM) configuration for the current account.
|
|
318
|
-
# @param push_settings_fcm_put_request [PushSettingsFCMPutRequest]
|
|
319
|
-
# @param [Hash] opts the optional parameters
|
|
320
|
-
# @return [Array<(PushSettingsFCMResponse, Integer, Hash)>] PushSettingsFCMResponse data, response status code and response headers
|
|
321
|
-
def push_settings_upsert_push_fcm_settings_with_http_info(push_settings_fcm_put_request, opts = {})
|
|
322
|
-
if @api_client.config.debugging
|
|
323
|
-
@api_client.config.logger.debug 'Calling API: PushSettingsApi.push_settings_upsert_push_fcm_settings ...'
|
|
324
|
-
end
|
|
325
|
-
# verify the required parameter 'push_settings_fcm_put_request' is set
|
|
326
|
-
if @api_client.config.client_side_validation && push_settings_fcm_put_request.nil?
|
|
327
|
-
fail ArgumentError, "Missing the required parameter 'push_settings_fcm_put_request' when calling PushSettingsApi.push_settings_upsert_push_fcm_settings"
|
|
328
|
-
end
|
|
329
|
-
# resource path
|
|
330
|
-
local_var_path = '/settings/push/fcm'
|
|
331
|
-
|
|
332
|
-
# query parameters
|
|
333
|
-
query_params = opts[:query_params] || {}
|
|
334
|
-
|
|
335
|
-
# header parameters
|
|
336
|
-
header_params = opts[:header_params] || {}
|
|
337
|
-
# HTTP header 'Accept' (if needed)
|
|
338
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept']
|
|
339
|
-
# HTTP header 'Content-Type'
|
|
340
|
-
content_type = @api_client.select_header_content_type(['application/json'])
|
|
341
|
-
if !content_type.nil?
|
|
342
|
-
header_params['Content-Type'] = content_type
|
|
343
|
-
end
|
|
344
|
-
|
|
345
|
-
# form parameters
|
|
346
|
-
form_params = opts[:form_params] || {}
|
|
347
|
-
|
|
348
|
-
# http body (model)
|
|
349
|
-
post_body = opts[:debug_body] || @api_client.object_to_http_body(push_settings_fcm_put_request)
|
|
350
|
-
|
|
351
|
-
# return_type
|
|
352
|
-
return_type = opts[:debug_return_type] || 'PushSettingsFCMResponse'
|
|
353
|
-
|
|
354
|
-
# auth_names (apiKey last so Bearer wins when multiple schemes set Authorization)
|
|
355
|
-
auth_names = opts[:debug_auth_names] || ['endUserHashed', 'endUser', 'clientCredentials', 'apiKey']
|
|
356
|
-
|
|
357
|
-
new_options = opts.merge(
|
|
358
|
-
:operation => :"PushSettingsApi.push_settings_upsert_push_fcm_settings",
|
|
359
|
-
:header_params => header_params,
|
|
360
|
-
:query_params => query_params,
|
|
361
|
-
:form_params => form_params,
|
|
362
|
-
:body => post_body,
|
|
363
|
-
:auth_names => auth_names,
|
|
364
|
-
:return_type => return_type
|
|
365
|
-
)
|
|
366
|
-
|
|
367
|
-
data, status_code, headers = @api_client.call_api(:PUT, local_var_path, new_options)
|
|
368
|
-
if @api_client.config.debugging
|
|
369
|
-
@api_client.config.logger.debug "API called: PushSettingsApi#push_settings_upsert_push_fcm_settings\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
370
|
-
end
|
|
371
|
-
return data, status_code, headers
|
|
372
|
-
end
|
|
373
|
-
end
|
|
374
|
-
end
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
data/vendor/bundle/ruby/3.2.0/gems/{io-console-0.8.2 → io-console-0.9.2}/lib/io/console/size.rb
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
data/vendor/bundle/ruby/3.2.0/gems/{reline-0.6.3 → reline-0.7.0}/lib/reline/key_actor/base.rb
RENAMED
|
File without changes
|
data/vendor/bundle/ruby/3.2.0/gems/{reline-0.6.3 → reline-0.7.0}/lib/reline/key_actor/composite.rb
RENAMED
|
File without changes
|