mailslurp_client 12.1.23 → 12.1.28
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/README.md +3 -0
 - data/lib/mailslurp_client.rb +5 -0
 - data/lib/mailslurp_client/api/export_controller_api.rb +199 -0
 - data/lib/mailslurp_client/api/webhook_controller_api.rb +200 -0
 - data/lib/mailslurp_client/models/create_webhook_options.rb +2 -2
 - data/lib/mailslurp_client/models/export_link.rb +212 -0
 - data/lib/mailslurp_client/models/export_options.rb +291 -0
 - data/lib/mailslurp_client/models/page_webhook_projection.rb +1 -1
 - data/lib/mailslurp_client/models/page_webhook_result.rb +299 -0
 - data/lib/mailslurp_client/models/webhook_dto.rb +14 -4
 - data/lib/mailslurp_client/models/webhook_result_entity.rb +410 -0
 - data/lib/mailslurp_client/version.rb +1 -1
 - metadata +7 -2
 
    
        metadata
    CHANGED
    
    | 
         @@ -1,14 +1,14 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            --- !ruby/object:Gem::Specification
         
     | 
| 
       2 
2 
     | 
    
         
             
            name: mailslurp_client
         
     | 
| 
       3 
3 
     | 
    
         
             
            version: !ruby/object:Gem::Version
         
     | 
| 
       4 
     | 
    
         
            -
              version: 12.1. 
     | 
| 
      
 4 
     | 
    
         
            +
              version: 12.1.28
         
     | 
| 
       5 
5 
     | 
    
         
             
            platform: ruby
         
     | 
| 
       6 
6 
     | 
    
         
             
            authors:
         
     | 
| 
       7 
7 
     | 
    
         
             
            - mailslurp
         
     | 
| 
       8 
8 
     | 
    
         
             
            autorequire: 
         
     | 
| 
       9 
9 
     | 
    
         
             
            bindir: bin
         
     | 
| 
       10 
10 
     | 
    
         
             
            cert_chain: []
         
     | 
| 
       11 
     | 
    
         
            -
            date: 2021-06- 
     | 
| 
      
 11 
     | 
    
         
            +
            date: 2021-06-16 00:00:00.000000000 Z
         
     | 
| 
       12 
12 
     | 
    
         
             
            dependencies: []
         
     | 
| 
       13 
13 
     | 
    
         
             
            description: Create emails addresses in Ruby then send and receive real emails and
         
     | 
| 
       14 
14 
     | 
    
         
             
              attachments. See https://www.mailslurp.com/docs/ruby/ for full Ruby documentation.
         
     | 
| 
         @@ -31,6 +31,7 @@ files: 
     | 
|
| 
       31 
31 
     | 
    
         
             
            - lib/mailslurp_client/api/domain_controller_api.rb
         
     | 
| 
       32 
32 
     | 
    
         
             
            - lib/mailslurp_client/api/email_controller_api.rb
         
     | 
| 
       33 
33 
     | 
    
         
             
            - lib/mailslurp_client/api/expired_controller_api.rb
         
     | 
| 
      
 34 
     | 
    
         
            +
            - lib/mailslurp_client/api/export_controller_api.rb
         
     | 
| 
       34 
35 
     | 
    
         
             
            - lib/mailslurp_client/api/form_controller_api.rb
         
     | 
| 
       35 
36 
     | 
    
         
             
            - lib/mailslurp_client/api/group_controller_api.rb
         
     | 
| 
       36 
37 
     | 
    
         
             
            - lib/mailslurp_client/api/inbox_controller_api.rb
         
     | 
| 
         @@ -80,6 +81,8 @@ files: 
     | 
|
| 
       80 
81 
     | 
    
         
             
            - lib/mailslurp_client/models/expiration_defaults.rb
         
     | 
| 
       81 
82 
     | 
    
         
             
            - lib/mailslurp_client/models/expired_inbox_dto.rb
         
     | 
| 
       82 
83 
     | 
    
         
             
            - lib/mailslurp_client/models/expired_inbox_record_projection.rb
         
     | 
| 
      
 84 
     | 
    
         
            +
            - lib/mailslurp_client/models/export_link.rb
         
     | 
| 
      
 85 
     | 
    
         
            +
            - lib/mailslurp_client/models/export_options.rb
         
     | 
| 
       83 
86 
     | 
    
         
             
            - lib/mailslurp_client/models/forward_email_options.rb
         
     | 
| 
       84 
87 
     | 
    
         
             
            - lib/mailslurp_client/models/group_contacts_dto.rb
         
     | 
| 
       85 
88 
     | 
    
         
             
            - lib/mailslurp_client/models/group_dto.rb
         
     | 
| 
         @@ -109,6 +112,7 @@ files: 
     | 
|
| 
       109 
112 
     | 
    
         
             
            - lib/mailslurp_client/models/page_template_projection.rb
         
     | 
| 
       110 
113 
     | 
    
         
             
            - lib/mailslurp_client/models/page_thread_projection.rb
         
     | 
| 
       111 
114 
     | 
    
         
             
            - lib/mailslurp_client/models/page_webhook_projection.rb
         
     | 
| 
      
 115 
     | 
    
         
            +
            - lib/mailslurp_client/models/page_webhook_result.rb
         
     | 
| 
       112 
116 
     | 
    
         
             
            - lib/mailslurp_client/models/pageable.rb
         
     | 
| 
       113 
117 
     | 
    
         
             
            - lib/mailslurp_client/models/raw_email_json.rb
         
     | 
| 
       114 
118 
     | 
    
         
             
            - lib/mailslurp_client/models/reply_to_alias_email_options.rb
         
     | 
| 
         @@ -138,6 +142,7 @@ files: 
     | 
|
| 
       138 
142 
     | 
    
         
             
            - lib/mailslurp_client/models/webhook_new_contact_payload.rb
         
     | 
| 
       139 
143 
     | 
    
         
             
            - lib/mailslurp_client/models/webhook_new_email_payload.rb
         
     | 
| 
       140 
144 
     | 
    
         
             
            - lib/mailslurp_client/models/webhook_projection.rb
         
     | 
| 
      
 145 
     | 
    
         
            +
            - lib/mailslurp_client/models/webhook_result_entity.rb
         
     | 
| 
       141 
146 
     | 
    
         
             
            - lib/mailslurp_client/models/webhook_test_request.rb
         
     | 
| 
       142 
147 
     | 
    
         
             
            - lib/mailslurp_client/models/webhook_test_response.rb
         
     | 
| 
       143 
148 
     | 
    
         
             
            - lib/mailslurp_client/models/webhook_test_result.rb
         
     |