increase 1.335.0 → 1.337.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +14 -0
- data/README.md +1 -1
- data/lib/increase/models/ach_prenotification.rb +3 -3
- data/lib/increase/models/balance_lookup.rb +31 -1
- data/lib/increase/models/event.rb +6 -0
- data/lib/increase/models/event_list_params.rb +6 -0
- data/lib/increase/models/event_subscription.rb +6 -3
- data/lib/increase/models/event_subscription_create_params.rb +6 -0
- data/lib/increase/models/simulations/card_authorization_create_params.rb +155 -1
- data/lib/increase/models/unwrap_webhook_event.rb +6 -0
- data/lib/increase/version.rb +1 -1
- data/rbi/increase/models/ach_prenotification.rbi +7 -7
- data/rbi/increase/models/balance_lookup.rbi +61 -3
- data/rbi/increase/models/event.rbi +14 -0
- data/rbi/increase/models/event_list_params.rbi +14 -0
- data/rbi/increase/models/event_subscription.rbi +14 -7
- data/rbi/increase/models/event_subscription_create_params.rbi +14 -0
- data/rbi/increase/models/simulations/card_authorization_create_params.rbi +350 -3
- data/rbi/increase/models/unwrap_webhook_event.rbi +14 -0
- data/sig/increase/models/ach_prenotification.rbs +4 -4
- data/sig/increase/models/balance_lookup.rbs +31 -3
- data/sig/increase/models/event.rbs +8 -0
- data/sig/increase/models/event_list_params.rbs +8 -0
- data/sig/increase/models/event_subscription.rbs +9 -4
- data/sig/increase/models/event_subscription_create_params.rbs +8 -0
- data/sig/increase/models/simulations/card_authorization_create_params.rbs +158 -3
- data/sig/increase/models/unwrap_webhook_event.rbs +8 -0
- metadata +2 -2
|
@@ -251,24 +251,139 @@ module Increase
|
|
|
251
251
|
|
|
252
252
|
type visa =
|
|
253
253
|
{
|
|
254
|
-
|
|
254
|
+
electronic_commerce_indicator: Increase::Models::Simulations::CardAuthorizationCreateParams::NetworkDetails::Visa::electronic_commerce_indicator,
|
|
255
|
+
point_of_service_entry_mode: Increase::Models::Simulations::CardAuthorizationCreateParams::NetworkDetails::Visa::point_of_service_entry_mode,
|
|
256
|
+
stand_in_processing_reason: Increase::Models::Simulations::CardAuthorizationCreateParams::NetworkDetails::Visa::stand_in_processing_reason,
|
|
257
|
+
terminal_entry_capability: Increase::Models::Simulations::CardAuthorizationCreateParams::NetworkDetails::Visa::terminal_entry_capability
|
|
255
258
|
}
|
|
256
259
|
|
|
257
260
|
class Visa < Increase::Internal::Type::BaseModel
|
|
261
|
+
attr_reader electronic_commerce_indicator: Increase::Models::Simulations::CardAuthorizationCreateParams::NetworkDetails::Visa::electronic_commerce_indicator?
|
|
262
|
+
|
|
263
|
+
def electronic_commerce_indicator=: (
|
|
264
|
+
Increase::Models::Simulations::CardAuthorizationCreateParams::NetworkDetails::Visa::electronic_commerce_indicator
|
|
265
|
+
) -> Increase::Models::Simulations::CardAuthorizationCreateParams::NetworkDetails::Visa::electronic_commerce_indicator
|
|
266
|
+
|
|
267
|
+
attr_reader point_of_service_entry_mode: Increase::Models::Simulations::CardAuthorizationCreateParams::NetworkDetails::Visa::point_of_service_entry_mode?
|
|
268
|
+
|
|
269
|
+
def point_of_service_entry_mode=: (
|
|
270
|
+
Increase::Models::Simulations::CardAuthorizationCreateParams::NetworkDetails::Visa::point_of_service_entry_mode
|
|
271
|
+
) -> Increase::Models::Simulations::CardAuthorizationCreateParams::NetworkDetails::Visa::point_of_service_entry_mode
|
|
272
|
+
|
|
258
273
|
attr_reader stand_in_processing_reason: Increase::Models::Simulations::CardAuthorizationCreateParams::NetworkDetails::Visa::stand_in_processing_reason?
|
|
259
274
|
|
|
260
275
|
def stand_in_processing_reason=: (
|
|
261
276
|
Increase::Models::Simulations::CardAuthorizationCreateParams::NetworkDetails::Visa::stand_in_processing_reason
|
|
262
277
|
) -> Increase::Models::Simulations::CardAuthorizationCreateParams::NetworkDetails::Visa::stand_in_processing_reason
|
|
263
278
|
|
|
279
|
+
attr_reader terminal_entry_capability: Increase::Models::Simulations::CardAuthorizationCreateParams::NetworkDetails::Visa::terminal_entry_capability?
|
|
280
|
+
|
|
281
|
+
def terminal_entry_capability=: (
|
|
282
|
+
Increase::Models::Simulations::CardAuthorizationCreateParams::NetworkDetails::Visa::terminal_entry_capability
|
|
283
|
+
) -> Increase::Models::Simulations::CardAuthorizationCreateParams::NetworkDetails::Visa::terminal_entry_capability
|
|
284
|
+
|
|
264
285
|
def initialize: (
|
|
265
|
-
?
|
|
286
|
+
?electronic_commerce_indicator: Increase::Models::Simulations::CardAuthorizationCreateParams::NetworkDetails::Visa::electronic_commerce_indicator,
|
|
287
|
+
?point_of_service_entry_mode: Increase::Models::Simulations::CardAuthorizationCreateParams::NetworkDetails::Visa::point_of_service_entry_mode,
|
|
288
|
+
?stand_in_processing_reason: Increase::Models::Simulations::CardAuthorizationCreateParams::NetworkDetails::Visa::stand_in_processing_reason,
|
|
289
|
+
?terminal_entry_capability: Increase::Models::Simulations::CardAuthorizationCreateParams::NetworkDetails::Visa::terminal_entry_capability
|
|
266
290
|
) -> void
|
|
267
291
|
|
|
268
292
|
def to_hash: -> {
|
|
269
|
-
|
|
293
|
+
electronic_commerce_indicator: Increase::Models::Simulations::CardAuthorizationCreateParams::NetworkDetails::Visa::electronic_commerce_indicator,
|
|
294
|
+
point_of_service_entry_mode: Increase::Models::Simulations::CardAuthorizationCreateParams::NetworkDetails::Visa::point_of_service_entry_mode,
|
|
295
|
+
stand_in_processing_reason: Increase::Models::Simulations::CardAuthorizationCreateParams::NetworkDetails::Visa::stand_in_processing_reason,
|
|
296
|
+
terminal_entry_capability: Increase::Models::Simulations::CardAuthorizationCreateParams::NetworkDetails::Visa::terminal_entry_capability
|
|
270
297
|
}
|
|
271
298
|
|
|
299
|
+
type electronic_commerce_indicator =
|
|
300
|
+
:mail_phone_order
|
|
301
|
+
| :recurring
|
|
302
|
+
| :installment
|
|
303
|
+
| :unknown_mail_phone_order
|
|
304
|
+
| :secure_electronic_commerce
|
|
305
|
+
| :non_authenticated_security_transaction_at_3ds_capable_merchant
|
|
306
|
+
| :non_authenticated_security_transaction
|
|
307
|
+
| :non_secure_transaction
|
|
308
|
+
|
|
309
|
+
module ElectronicCommerceIndicator
|
|
310
|
+
extend Increase::Internal::Type::Enum
|
|
311
|
+
|
|
312
|
+
# Single transaction of a mail/phone order: Use to indicate that the transaction is a mail/phone order purchase, not a recurring transaction or installment payment. For domestic transactions in the US region, this value may also indicate one bill payment transaction in the card-present or card-absent environments.
|
|
313
|
+
MAIL_PHONE_ORDER: :mail_phone_order
|
|
314
|
+
|
|
315
|
+
# Recurring transaction: Payment indicator used to indicate a recurring transaction that originates from an acquirer in the US region.
|
|
316
|
+
RECURRING: :recurring
|
|
317
|
+
|
|
318
|
+
# Installment payment: Payment indicator used to indicate one purchase of goods or services that is billed to the account in multiple charges over a period of time agreed upon by the cardholder and merchant from transactions that originate from an acquirer in the US region.
|
|
319
|
+
INSTALLMENT: :installment
|
|
320
|
+
|
|
321
|
+
# Unknown classification: other mail order: Use to indicate that the type of mail/telephone order is unknown.
|
|
322
|
+
UNKNOWN_MAIL_PHONE_ORDER: :unknown_mail_phone_order
|
|
323
|
+
|
|
324
|
+
# Secure electronic commerce transaction: Use to indicate that the electronic commerce transaction has been authenticated using e.g., 3-D Secure
|
|
325
|
+
SECURE_ELECTRONIC_COMMERCE: :secure_electronic_commerce
|
|
326
|
+
|
|
327
|
+
# Non-authenticated security transaction at a 3-D Secure-capable merchant, and merchant attempted to authenticate the cardholder using 3-D Secure: Use to identify an electronic commerce transaction where the merchant attempted to authenticate the cardholder using 3-D Secure, but was unable to complete the authentication because the issuer or cardholder does not participate in the 3-D Secure program.
|
|
328
|
+
NON_AUTHENTICATED_SECURITY_TRANSACTION_AT_3DS_CAPABLE_MERCHANT: :non_authenticated_security_transaction_at_3ds_capable_merchant
|
|
329
|
+
|
|
330
|
+
# Non-authenticated security transaction: Use to identify an electronic commerce transaction that uses data encryption for security however, cardholder authentication is not performed using 3-D Secure.
|
|
331
|
+
NON_AUTHENTICATED_SECURITY_TRANSACTION: :non_authenticated_security_transaction
|
|
332
|
+
|
|
333
|
+
# Non-secure transaction: Use to identify an electronic commerce transaction that has no data protection.
|
|
334
|
+
NON_SECURE_TRANSACTION: :non_secure_transaction
|
|
335
|
+
|
|
336
|
+
def self?.values: -> ::Array[Increase::Models::Simulations::CardAuthorizationCreateParams::NetworkDetails::Visa::electronic_commerce_indicator]
|
|
337
|
+
end
|
|
338
|
+
|
|
339
|
+
type point_of_service_entry_mode =
|
|
340
|
+
:unknown
|
|
341
|
+
| :manual
|
|
342
|
+
| :magnetic_stripe_no_cvv
|
|
343
|
+
| :optical_code
|
|
344
|
+
| :integrated_circuit_card
|
|
345
|
+
| :contactless
|
|
346
|
+
| :credential_on_file
|
|
347
|
+
| :magnetic_stripe
|
|
348
|
+
| :contactless_magnetic_stripe
|
|
349
|
+
| :integrated_circuit_card_no_cvv
|
|
350
|
+
|
|
351
|
+
module PointOfServiceEntryMode
|
|
352
|
+
extend Increase::Internal::Type::Enum
|
|
353
|
+
|
|
354
|
+
# Unknown
|
|
355
|
+
UNKNOWN: :unknown
|
|
356
|
+
|
|
357
|
+
# Manual key entry
|
|
358
|
+
MANUAL: :manual
|
|
359
|
+
|
|
360
|
+
# Magnetic stripe read, without card verification value
|
|
361
|
+
MAGNETIC_STRIPE_NO_CVV: :magnetic_stripe_no_cvv
|
|
362
|
+
|
|
363
|
+
# Optical code
|
|
364
|
+
OPTICAL_CODE: :optical_code
|
|
365
|
+
|
|
366
|
+
# Contact chip card
|
|
367
|
+
INTEGRATED_CIRCUIT_CARD: :integrated_circuit_card
|
|
368
|
+
|
|
369
|
+
# Contactless read of chip card
|
|
370
|
+
CONTACTLESS: :contactless
|
|
371
|
+
|
|
372
|
+
# Transaction initiated using a credential that has previously been stored on file
|
|
373
|
+
CREDENTIAL_ON_FILE: :credential_on_file
|
|
374
|
+
|
|
375
|
+
# Magnetic stripe read
|
|
376
|
+
MAGNETIC_STRIPE: :magnetic_stripe
|
|
377
|
+
|
|
378
|
+
# Contactless read of magnetic stripe data
|
|
379
|
+
CONTACTLESS_MAGNETIC_STRIPE: :contactless_magnetic_stripe
|
|
380
|
+
|
|
381
|
+
# Contact chip card, without card verification value
|
|
382
|
+
INTEGRATED_CIRCUIT_CARD_NO_CVV: :integrated_circuit_card_no_cvv
|
|
383
|
+
|
|
384
|
+
def self?.values: -> ::Array[Increase::Models::Simulations::CardAuthorizationCreateParams::NetworkDetails::Visa::point_of_service_entry_mode]
|
|
385
|
+
end
|
|
386
|
+
|
|
272
387
|
type stand_in_processing_reason =
|
|
273
388
|
:issuer_error
|
|
274
389
|
| :invalid_physical_card
|
|
@@ -308,6 +423,46 @@ module Increase
|
|
|
308
423
|
|
|
309
424
|
def self?.values: -> ::Array[Increase::Models::Simulations::CardAuthorizationCreateParams::NetworkDetails::Visa::stand_in_processing_reason]
|
|
310
425
|
end
|
|
426
|
+
|
|
427
|
+
type terminal_entry_capability =
|
|
428
|
+
:unknown
|
|
429
|
+
| :terminal_not_used
|
|
430
|
+
| :magnetic_stripe
|
|
431
|
+
| :barcode
|
|
432
|
+
| :optical_character_recognition
|
|
433
|
+
| :chip_or_contactless
|
|
434
|
+
| :contactless_only
|
|
435
|
+
| :no_capability
|
|
436
|
+
|
|
437
|
+
module TerminalEntryCapability
|
|
438
|
+
extend Increase::Internal::Type::Enum
|
|
439
|
+
|
|
440
|
+
# Unknown
|
|
441
|
+
UNKNOWN: :unknown
|
|
442
|
+
|
|
443
|
+
# No terminal was used for this transaction.
|
|
444
|
+
TERMINAL_NOT_USED: :terminal_not_used
|
|
445
|
+
|
|
446
|
+
# The terminal can only read magnetic stripes and does not have chip or contactless reading capability.
|
|
447
|
+
MAGNETIC_STRIPE: :magnetic_stripe
|
|
448
|
+
|
|
449
|
+
# The terminal can only read barcodes.
|
|
450
|
+
BARCODE: :barcode
|
|
451
|
+
|
|
452
|
+
# The terminal can only read cards via Optical Character Recognition.
|
|
453
|
+
OPTICAL_CHARACTER_RECOGNITION: :optical_character_recognition
|
|
454
|
+
|
|
455
|
+
# The terminal supports contact chip cards and can also read the magnetic stripe. If contact chip is supported, this value is used regardless of whether contactless is also supported.
|
|
456
|
+
CHIP_OR_CONTACTLESS: :chip_or_contactless
|
|
457
|
+
|
|
458
|
+
# The terminal supports contactless reads but does not support contact chip. Only used when the terminal lacks contact chip capability.
|
|
459
|
+
CONTACTLESS_ONLY: :contactless_only
|
|
460
|
+
|
|
461
|
+
# The terminal has no card reading capability.
|
|
462
|
+
NO_CAPABILITY: :no_capability
|
|
463
|
+
|
|
464
|
+
def self?.values: -> ::Array[Increase::Models::Simulations::CardAuthorizationCreateParams::NetworkDetails::Visa::terminal_entry_capability]
|
|
465
|
+
end
|
|
311
466
|
end
|
|
312
467
|
end
|
|
313
468
|
|
|
@@ -114,8 +114,10 @@ module Increase
|
|
|
114
114
|
| :"intrafi_exclusion.updated"
|
|
115
115
|
| :"loan_application.created"
|
|
116
116
|
| :"loan_application.updated"
|
|
117
|
+
| :"loan_distribution.created"
|
|
117
118
|
| :"loan_offer.created"
|
|
118
119
|
| :"loan_offer.updated"
|
|
120
|
+
| :"loan_purchase.created"
|
|
119
121
|
| :"lockbox.created"
|
|
120
122
|
| :"lockbox.updated"
|
|
121
123
|
| :"oauth_connection.created"
|
|
@@ -373,12 +375,18 @@ module Increase
|
|
|
373
375
|
# Occurs whenever a Loan Application is updated.
|
|
374
376
|
LOAN_APPLICATION_UPDATED: :"loan_application.updated"
|
|
375
377
|
|
|
378
|
+
# Occurs whenever a Loan Distribution is created.
|
|
379
|
+
LOAN_DISTRIBUTION_CREATED: :"loan_distribution.created"
|
|
380
|
+
|
|
376
381
|
# Occurs whenever a Loan Offer is created.
|
|
377
382
|
LOAN_OFFER_CREATED: :"loan_offer.created"
|
|
378
383
|
|
|
379
384
|
# Occurs whenever a Loan Offer is updated.
|
|
380
385
|
LOAN_OFFER_UPDATED: :"loan_offer.updated"
|
|
381
386
|
|
|
387
|
+
# Occurs whenever a Loan Purchase is created.
|
|
388
|
+
LOAN_PURCHASE_CREATED: :"loan_purchase.created"
|
|
389
|
+
|
|
382
390
|
# Occurs whenever a Lockbox is created.
|
|
383
391
|
LOCKBOX_CREATED: :"lockbox.created"
|
|
384
392
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: increase
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.337.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Increase
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-06-
|
|
11
|
+
date: 2026-06-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: cgi
|