fusionauth_client 1.53.0 → 1.55.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Binary file
Binary file
@@ -1338,6 +1338,16 @@
1338
1338
  —
1339
1339
  <span class="container">FusionAuth::FusionAuthClient</span>
1340
1340
 
1341
+ <li class="method">
1342
+ <a href="FusionAuth/FusionAuthClient.html#method-i-retrieve_webhook_attempt_log">#retrieve_webhook_attempt_log</a>
1343
+ &mdash;
1344
+ <span class="container">FusionAuth::FusionAuthClient</span>
1345
+
1346
+ <li class="method">
1347
+ <a href="FusionAuth/FusionAuthClient.html#method-i-retrieve_webhook_event_log">#retrieve_webhook_event_log</a>
1348
+ &mdash;
1349
+ <span class="container">FusionAuth::FusionAuthClient</span>
1350
+
1341
1351
  <li class="method">
1342
1352
  <a href="FusionAuth/FusionAuthClient.html#method-i-retrieve_webhooks">#retrieve_webhooks</a>
1343
1353
  &mdash;
@@ -1498,6 +1508,11 @@
1498
1508
  &mdash;
1499
1509
  <span class="container">FusionAuth::FusionAuthClient</span>
1500
1510
 
1511
+ <li class="method">
1512
+ <a href="FusionAuth/FusionAuthClient.html#method-i-search_webhook_event_logs">#search_webhook_event_logs</a>
1513
+ &mdash;
1514
+ <span class="container">FusionAuth::FusionAuthClient</span>
1515
+
1501
1516
  <li class="method">
1502
1517
  <a href="FusionAuth/FusionAuthClient.html#method-i-search_webhooks">#search_webhooks</a>
1503
1518
  &mdash;
@@ -19,7 +19,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
19
19
 
20
20
  Gem::Specification.new do |spec|
21
21
  spec.name = 'fusionauth_client'
22
- spec.version = '1.53.0'
22
+ spec.version = '1.55.0'
23
23
  spec.authors = ['Brian Pontarelli', 'Daniel DeGroff']
24
24
  spec.email = %w(brian@fusionauth.io daniel@fusionauth.io)
25
25
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fusionauth_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.53.0
4
+ version: 1.55.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Pontarelli
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2024-09-05 00:00:00.000000000 Z
12
+ date: 2024-12-21 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: This library contains the Ruby client library that helps you connect
15
15
  your application to FusionAuth.