lithic 0.1.0.pre.alpha.37 → 0.1.0.pre.alpha.39

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.
Files changed (65) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +17 -0
  3. data/README.md +1 -1
  4. data/lib/lithic/models/auth_rules/conditional_3ds_action_parameters.rb +182 -0
  5. data/lib/lithic/models/auth_rules/merchant_lock_parameters.rb +62 -0
  6. data/lib/lithic/models/auth_rules/v2_apply_response.rb +12 -476
  7. data/lib/lithic/models/auth_rules/v2_create_params.rb +5 -245
  8. data/lib/lithic/models/auth_rules/v2_create_response.rb +12 -476
  9. data/lib/lithic/models/auth_rules/v2_draft_params.rb +5 -245
  10. data/lib/lithic/models/auth_rules/v2_draft_response.rb +12 -476
  11. data/lib/lithic/models/auth_rules/v2_list_response.rb +12 -476
  12. data/lib/lithic/models/auth_rules/v2_promote_response.rb +12 -476
  13. data/lib/lithic/models/auth_rules/v2_retrieve_response.rb +12 -480
  14. data/lib/lithic/models/auth_rules/v2_update_response.rb +12 -476
  15. data/lib/lithic/models/event.rb +2 -0
  16. data/lib/lithic/models/event_list_params.rb +2 -0
  17. data/lib/lithic/models/event_subscription.rb +2 -0
  18. data/lib/lithic/models/events/subscription_create_params.rb +2 -0
  19. data/lib/lithic/models/events/subscription_send_simulated_example_params.rb +2 -0
  20. data/lib/lithic/models/events/subscription_update_params.rb +2 -0
  21. data/lib/lithic/models/reports/settlement/network_total_list_response.rb +16 -6
  22. data/lib/lithic/models/reports/settlement/network_total_retrieve_response.rb +16 -6
  23. data/lib/lithic/resources/auth_rules/v2.rb +2 -2
  24. data/lib/lithic/version.rb +1 -1
  25. data/lib/lithic.rb +2 -0
  26. data/rbi/lithic/models/auth_rules/conditional_3ds_action_parameters.rbi +412 -0
  27. data/rbi/lithic/models/auth_rules/merchant_lock_parameters.rbi +119 -0
  28. data/rbi/lithic/models/auth_rules/v2_apply_response.rbi +8 -1056
  29. data/rbi/lithic/models/auth_rules/v2_create_params.rbi +10 -534
  30. data/rbi/lithic/models/auth_rules/v2_create_response.rbi +8 -1056
  31. data/rbi/lithic/models/auth_rules/v2_draft_params.rbi +8 -532
  32. data/rbi/lithic/models/auth_rules/v2_draft_response.rbi +8 -1056
  33. data/rbi/lithic/models/auth_rules/v2_list_response.rbi +8 -1056
  34. data/rbi/lithic/models/auth_rules/v2_promote_response.rbi +8 -1056
  35. data/rbi/lithic/models/auth_rules/v2_retrieve_response.rbi +8 -1056
  36. data/rbi/lithic/models/auth_rules/v2_update_response.rbi +8 -1056
  37. data/rbi/lithic/models/event.rbi +10 -0
  38. data/rbi/lithic/models/event_list_params.rbi +10 -0
  39. data/rbi/lithic/models/event_subscription.rbi +10 -0
  40. data/rbi/lithic/models/events/subscription_create_params.rbi +10 -0
  41. data/rbi/lithic/models/events/subscription_send_simulated_example_params.rbi +10 -0
  42. data/rbi/lithic/models/events/subscription_update_params.rbi +10 -0
  43. data/rbi/lithic/models/reports/settlement/network_total_list_response.rbi +21 -6
  44. data/rbi/lithic/models/reports/settlement/network_total_retrieve_response.rbi +21 -6
  45. data/rbi/lithic/resources/auth_rules/v2.rbi +4 -4
  46. data/sig/lithic/models/auth_rules/conditional_3ds_action_parameters.rbs +133 -0
  47. data/sig/lithic/models/auth_rules/merchant_lock_parameters.rbs +51 -0
  48. data/sig/lithic/models/auth_rules/v2_apply_response.rbs +4 -352
  49. data/sig/lithic/models/auth_rules/v2_create_params.rbs +2 -176
  50. data/sig/lithic/models/auth_rules/v2_create_response.rbs +4 -352
  51. data/sig/lithic/models/auth_rules/v2_draft_params.rbs +2 -176
  52. data/sig/lithic/models/auth_rules/v2_draft_response.rbs +4 -352
  53. data/sig/lithic/models/auth_rules/v2_list_response.rbs +4 -352
  54. data/sig/lithic/models/auth_rules/v2_promote_response.rbs +4 -352
  55. data/sig/lithic/models/auth_rules/v2_retrieve_response.rbs +4 -352
  56. data/sig/lithic/models/auth_rules/v2_update_response.rbs +4 -352
  57. data/sig/lithic/models/event.rbs +4 -0
  58. data/sig/lithic/models/event_list_params.rbs +4 -0
  59. data/sig/lithic/models/event_subscription.rbs +4 -0
  60. data/sig/lithic/models/events/subscription_create_params.rbs +4 -0
  61. data/sig/lithic/models/events/subscription_send_simulated_example_params.rbs +4 -0
  62. data/sig/lithic/models/events/subscription_update_params.rbs +4 -0
  63. data/sig/lithic/models/reports/settlement/network_total_list_response.rbs +7 -1
  64. data/sig/lithic/models/reports/settlement/network_total_retrieve_response.rbs +7 -1
  65. metadata +8 -2
@@ -214,8 +214,8 @@ module Lithic
214
214
  T.any(
215
215
  Lithic::AuthRules::ConditionalBlockParameters::OrHash,
216
216
  Lithic::AuthRules::VelocityLimitParams::OrHash,
217
- Lithic::Models::AuthRules::V2DraftResponse::CurrentVersion::Parameters::MerchantLockParameters::OrHash,
218
- Lithic::Models::AuthRules::V2DraftResponse::CurrentVersion::Parameters::Conditional3DSActionParameters::OrHash
217
+ Lithic::AuthRules::MerchantLockParameters::OrHash,
218
+ Lithic::AuthRules::Conditional3DSActionParameters::OrHash
219
219
  ),
220
220
  version: Integer
221
221
  ).returns(T.attached_class)
@@ -250,535 +250,11 @@ module Lithic
250
250
  T.any(
251
251
  Lithic::AuthRules::ConditionalBlockParameters,
252
252
  Lithic::AuthRules::VelocityLimitParams,
253
- Lithic::Models::AuthRules::V2DraftResponse::CurrentVersion::Parameters::MerchantLockParameters,
254
- Lithic::Models::AuthRules::V2DraftResponse::CurrentVersion::Parameters::Conditional3DSActionParameters
253
+ Lithic::AuthRules::MerchantLockParameters,
254
+ Lithic::AuthRules::Conditional3DSActionParameters
255
255
  )
256
256
  end
257
257
 
258
- class MerchantLockParameters < Lithic::Internal::Type::BaseModel
259
- OrHash =
260
- T.type_alias do
261
- T.any(
262
- Lithic::Models::AuthRules::V2DraftResponse::CurrentVersion::Parameters::MerchantLockParameters,
263
- Lithic::Internal::AnyHash
264
- )
265
- end
266
-
267
- # A list of merchant locks defining specific merchants or groups of merchants
268
- # (based on descriptors or IDs) that the lock applies to.
269
- sig do
270
- returns(
271
- T::Array[
272
- Lithic::Models::AuthRules::V2DraftResponse::CurrentVersion::Parameters::MerchantLockParameters::Merchant
273
- ]
274
- )
275
- end
276
- attr_accessor :merchants
277
-
278
- sig do
279
- params(
280
- merchants:
281
- T::Array[
282
- Lithic::Models::AuthRules::V2DraftResponse::CurrentVersion::Parameters::MerchantLockParameters::Merchant::OrHash
283
- ]
284
- ).returns(T.attached_class)
285
- end
286
- def self.new(
287
- # A list of merchant locks defining specific merchants or groups of merchants
288
- # (based on descriptors or IDs) that the lock applies to.
289
- merchants:
290
- )
291
- end
292
-
293
- sig do
294
- override.returns(
295
- {
296
- merchants:
297
- T::Array[
298
- Lithic::Models::AuthRules::V2DraftResponse::CurrentVersion::Parameters::MerchantLockParameters::Merchant
299
- ]
300
- }
301
- )
302
- end
303
- def to_hash
304
- end
305
-
306
- class Merchant < Lithic::Internal::Type::BaseModel
307
- OrHash =
308
- T.type_alias do
309
- T.any(
310
- Lithic::Models::AuthRules::V2DraftResponse::CurrentVersion::Parameters::MerchantLockParameters::Merchant,
311
- Lithic::Internal::AnyHash
312
- )
313
- end
314
-
315
- # A comment or explanation about the merchant, used internally for rule management
316
- # purposes.
317
- sig { returns(T.nilable(String)) }
318
- attr_reader :comment
319
-
320
- sig { params(comment: String).void }
321
- attr_writer :comment
322
-
323
- # Short description of the merchant, often used to provide more human-readable
324
- # context about the transaction merchant. This is typically the name or label
325
- # shown on transaction summaries.
326
- sig { returns(T.nilable(String)) }
327
- attr_reader :descriptor
328
-
329
- sig { params(descriptor: String).void }
330
- attr_writer :descriptor
331
-
332
- # Unique alphanumeric identifier for the payment card acceptor (merchant). This
333
- # attribute specifies the merchant entity that will be locked or referenced for
334
- # authorization rules.
335
- sig { returns(T.nilable(String)) }
336
- attr_reader :merchant_id
337
-
338
- sig { params(merchant_id: String).void }
339
- attr_writer :merchant_id
340
-
341
- # Represents a specific merchant lock based on their ID or descriptor. Each
342
- # merchant object allows transaction rules to work at a granular level and
343
- # requires at least one of merchant_id or descriptor.
344
- sig do
345
- params(
346
- comment: String,
347
- descriptor: String,
348
- merchant_id: String
349
- ).returns(T.attached_class)
350
- end
351
- def self.new(
352
- # A comment or explanation about the merchant, used internally for rule management
353
- # purposes.
354
- comment: nil,
355
- # Short description of the merchant, often used to provide more human-readable
356
- # context about the transaction merchant. This is typically the name or label
357
- # shown on transaction summaries.
358
- descriptor: nil,
359
- # Unique alphanumeric identifier for the payment card acceptor (merchant). This
360
- # attribute specifies the merchant entity that will be locked or referenced for
361
- # authorization rules.
362
- merchant_id: nil
363
- )
364
- end
365
-
366
- sig do
367
- override.returns(
368
- { comment: String, descriptor: String, merchant_id: String }
369
- )
370
- end
371
- def to_hash
372
- end
373
- end
374
- end
375
-
376
- class Conditional3DSActionParameters < Lithic::Internal::Type::BaseModel
377
- OrHash =
378
- T.type_alias do
379
- T.any(
380
- Lithic::Models::AuthRules::V2DraftResponse::CurrentVersion::Parameters::Conditional3DSActionParameters,
381
- Lithic::Internal::AnyHash
382
- )
383
- end
384
-
385
- # The action to take if the conditions are met.
386
- sig do
387
- returns(
388
- Lithic::Models::AuthRules::V2DraftResponse::CurrentVersion::Parameters::Conditional3DSActionParameters::Action::TaggedSymbol
389
- )
390
- end
391
- attr_accessor :action
392
-
393
- sig do
394
- returns(
395
- T::Array[
396
- Lithic::Models::AuthRules::V2DraftResponse::CurrentVersion::Parameters::Conditional3DSActionParameters::Condition
397
- ]
398
- )
399
- end
400
- attr_accessor :conditions
401
-
402
- sig do
403
- params(
404
- action:
405
- Lithic::Models::AuthRules::V2DraftResponse::CurrentVersion::Parameters::Conditional3DSActionParameters::Action::OrSymbol,
406
- conditions:
407
- T::Array[
408
- Lithic::Models::AuthRules::V2DraftResponse::CurrentVersion::Parameters::Conditional3DSActionParameters::Condition::OrHash
409
- ]
410
- ).returns(T.attached_class)
411
- end
412
- def self.new(
413
- # The action to take if the conditions are met.
414
- action:,
415
- conditions:
416
- )
417
- end
418
-
419
- sig do
420
- override.returns(
421
- {
422
- action:
423
- Lithic::Models::AuthRules::V2DraftResponse::CurrentVersion::Parameters::Conditional3DSActionParameters::Action::TaggedSymbol,
424
- conditions:
425
- T::Array[
426
- Lithic::Models::AuthRules::V2DraftResponse::CurrentVersion::Parameters::Conditional3DSActionParameters::Condition
427
- ]
428
- }
429
- )
430
- end
431
- def to_hash
432
- end
433
-
434
- # The action to take if the conditions are met.
435
- module Action
436
- extend Lithic::Internal::Type::Enum
437
-
438
- TaggedSymbol =
439
- T.type_alias do
440
- T.all(
441
- Symbol,
442
- Lithic::Models::AuthRules::V2DraftResponse::CurrentVersion::Parameters::Conditional3DSActionParameters::Action
443
- )
444
- end
445
- OrSymbol = T.type_alias { T.any(Symbol, String) }
446
-
447
- DECLINE =
448
- T.let(
449
- :DECLINE,
450
- Lithic::Models::AuthRules::V2DraftResponse::CurrentVersion::Parameters::Conditional3DSActionParameters::Action::TaggedSymbol
451
- )
452
- CHALLENGE =
453
- T.let(
454
- :CHALLENGE,
455
- Lithic::Models::AuthRules::V2DraftResponse::CurrentVersion::Parameters::Conditional3DSActionParameters::Action::TaggedSymbol
456
- )
457
-
458
- sig do
459
- override.returns(
460
- T::Array[
461
- Lithic::Models::AuthRules::V2DraftResponse::CurrentVersion::Parameters::Conditional3DSActionParameters::Action::TaggedSymbol
462
- ]
463
- )
464
- end
465
- def self.values
466
- end
467
- end
468
-
469
- class Condition < Lithic::Internal::Type::BaseModel
470
- OrHash =
471
- T.type_alias do
472
- T.any(
473
- Lithic::Models::AuthRules::V2DraftResponse::CurrentVersion::Parameters::Conditional3DSActionParameters::Condition,
474
- Lithic::Internal::AnyHash
475
- )
476
- end
477
-
478
- # The attribute to target.
479
- #
480
- # The following attributes may be targeted:
481
- #
482
- # - `MCC`: A four-digit number listed in ISO 18245. An MCC is used to classify a
483
- # business by the types of goods or services it provides.
484
- # - `COUNTRY`: Country of entity of card acceptor. Possible values are: (1) all
485
- # ISO 3166-1 alpha-3 country codes, (2) QZZ for Kosovo, and (3) ANT for
486
- # Netherlands Antilles.
487
- # - `CURRENCY`: 3-character alphabetic ISO 4217 code for the merchant currency of
488
- # the transaction.
489
- # - `MERCHANT_ID`: Unique alphanumeric identifier for the payment card acceptor
490
- # (merchant).
491
- # - `DESCRIPTOR`: Short description of card acceptor.
492
- # - `TRANSACTION_AMOUNT`: The base transaction amount (in cents) plus the acquirer
493
- # fee field in the settlement/cardholder billing currency. This is the amount
494
- # the issuer should authorize against unless the issuer is paying the acquirer
495
- # fee on behalf of the cardholder.
496
- # - `RISK_SCORE`: Network-provided score assessing risk level associated with a
497
- # given authentication. Scores are on a range of 0-999, with 0 representing the
498
- # lowest risk and 999 representing the highest risk. For Visa transactions,
499
- # where the raw score has a range of 0-99, Lithic will normalize the score by
500
- # multiplying the raw score by 10x.
501
- # - `MESSAGE_CATEGORY`: The category of the authentication being processed.
502
- sig do
503
- returns(
504
- T.nilable(
505
- Lithic::Models::AuthRules::V2DraftResponse::CurrentVersion::Parameters::Conditional3DSActionParameters::Condition::Attribute::TaggedSymbol
506
- )
507
- )
508
- end
509
- attr_reader :attribute
510
-
511
- sig do
512
- params(
513
- attribute:
514
- Lithic::Models::AuthRules::V2DraftResponse::CurrentVersion::Parameters::Conditional3DSActionParameters::Condition::Attribute::OrSymbol
515
- ).void
516
- end
517
- attr_writer :attribute
518
-
519
- # The operation to apply to the attribute
520
- sig do
521
- returns(
522
- T.nilable(
523
- Lithic::Models::AuthRules::V2DraftResponse::CurrentVersion::Parameters::Conditional3DSActionParameters::Condition::Operation::TaggedSymbol
524
- )
525
- )
526
- end
527
- attr_reader :operation
528
-
529
- sig do
530
- params(
531
- operation:
532
- Lithic::Models::AuthRules::V2DraftResponse::CurrentVersion::Parameters::Conditional3DSActionParameters::Condition::Operation::OrSymbol
533
- ).void
534
- end
535
- attr_writer :operation
536
-
537
- # A regex string, to be used with `MATCHES` or `DOES_NOT_MATCH`
538
- sig do
539
- returns(
540
- T.nilable(
541
- Lithic::Models::AuthRules::V2DraftResponse::CurrentVersion::Parameters::Conditional3DSActionParameters::Condition::Value::Variants
542
- )
543
- )
544
- end
545
- attr_reader :value
546
-
547
- sig do
548
- params(
549
- value:
550
- Lithic::Models::AuthRules::V2DraftResponse::CurrentVersion::Parameters::Conditional3DSActionParameters::Condition::Value::Variants
551
- ).void
552
- end
553
- attr_writer :value
554
-
555
- sig do
556
- params(
557
- attribute:
558
- Lithic::Models::AuthRules::V2DraftResponse::CurrentVersion::Parameters::Conditional3DSActionParameters::Condition::Attribute::OrSymbol,
559
- operation:
560
- Lithic::Models::AuthRules::V2DraftResponse::CurrentVersion::Parameters::Conditional3DSActionParameters::Condition::Operation::OrSymbol,
561
- value:
562
- Lithic::Models::AuthRules::V2DraftResponse::CurrentVersion::Parameters::Conditional3DSActionParameters::Condition::Value::Variants
563
- ).returns(T.attached_class)
564
- end
565
- def self.new(
566
- # The attribute to target.
567
- #
568
- # The following attributes may be targeted:
569
- #
570
- # - `MCC`: A four-digit number listed in ISO 18245. An MCC is used to classify a
571
- # business by the types of goods or services it provides.
572
- # - `COUNTRY`: Country of entity of card acceptor. Possible values are: (1) all
573
- # ISO 3166-1 alpha-3 country codes, (2) QZZ for Kosovo, and (3) ANT for
574
- # Netherlands Antilles.
575
- # - `CURRENCY`: 3-character alphabetic ISO 4217 code for the merchant currency of
576
- # the transaction.
577
- # - `MERCHANT_ID`: Unique alphanumeric identifier for the payment card acceptor
578
- # (merchant).
579
- # - `DESCRIPTOR`: Short description of card acceptor.
580
- # - `TRANSACTION_AMOUNT`: The base transaction amount (in cents) plus the acquirer
581
- # fee field in the settlement/cardholder billing currency. This is the amount
582
- # the issuer should authorize against unless the issuer is paying the acquirer
583
- # fee on behalf of the cardholder.
584
- # - `RISK_SCORE`: Network-provided score assessing risk level associated with a
585
- # given authentication. Scores are on a range of 0-999, with 0 representing the
586
- # lowest risk and 999 representing the highest risk. For Visa transactions,
587
- # where the raw score has a range of 0-99, Lithic will normalize the score by
588
- # multiplying the raw score by 10x.
589
- # - `MESSAGE_CATEGORY`: The category of the authentication being processed.
590
- attribute: nil,
591
- # The operation to apply to the attribute
592
- operation: nil,
593
- # A regex string, to be used with `MATCHES` or `DOES_NOT_MATCH`
594
- value: nil
595
- )
596
- end
597
-
598
- sig do
599
- override.returns(
600
- {
601
- attribute:
602
- Lithic::Models::AuthRules::V2DraftResponse::CurrentVersion::Parameters::Conditional3DSActionParameters::Condition::Attribute::TaggedSymbol,
603
- operation:
604
- Lithic::Models::AuthRules::V2DraftResponse::CurrentVersion::Parameters::Conditional3DSActionParameters::Condition::Operation::TaggedSymbol,
605
- value:
606
- Lithic::Models::AuthRules::V2DraftResponse::CurrentVersion::Parameters::Conditional3DSActionParameters::Condition::Value::Variants
607
- }
608
- )
609
- end
610
- def to_hash
611
- end
612
-
613
- # The attribute to target.
614
- #
615
- # The following attributes may be targeted:
616
- #
617
- # - `MCC`: A four-digit number listed in ISO 18245. An MCC is used to classify a
618
- # business by the types of goods or services it provides.
619
- # - `COUNTRY`: Country of entity of card acceptor. Possible values are: (1) all
620
- # ISO 3166-1 alpha-3 country codes, (2) QZZ for Kosovo, and (3) ANT for
621
- # Netherlands Antilles.
622
- # - `CURRENCY`: 3-character alphabetic ISO 4217 code for the merchant currency of
623
- # the transaction.
624
- # - `MERCHANT_ID`: Unique alphanumeric identifier for the payment card acceptor
625
- # (merchant).
626
- # - `DESCRIPTOR`: Short description of card acceptor.
627
- # - `TRANSACTION_AMOUNT`: The base transaction amount (in cents) plus the acquirer
628
- # fee field in the settlement/cardholder billing currency. This is the amount
629
- # the issuer should authorize against unless the issuer is paying the acquirer
630
- # fee on behalf of the cardholder.
631
- # - `RISK_SCORE`: Network-provided score assessing risk level associated with a
632
- # given authentication. Scores are on a range of 0-999, with 0 representing the
633
- # lowest risk and 999 representing the highest risk. For Visa transactions,
634
- # where the raw score has a range of 0-99, Lithic will normalize the score by
635
- # multiplying the raw score by 10x.
636
- # - `MESSAGE_CATEGORY`: The category of the authentication being processed.
637
- module Attribute
638
- extend Lithic::Internal::Type::Enum
639
-
640
- TaggedSymbol =
641
- T.type_alias do
642
- T.all(
643
- Symbol,
644
- Lithic::Models::AuthRules::V2DraftResponse::CurrentVersion::Parameters::Conditional3DSActionParameters::Condition::Attribute
645
- )
646
- end
647
- OrSymbol = T.type_alias { T.any(Symbol, String) }
648
-
649
- MCC =
650
- T.let(
651
- :MCC,
652
- Lithic::Models::AuthRules::V2DraftResponse::CurrentVersion::Parameters::Conditional3DSActionParameters::Condition::Attribute::TaggedSymbol
653
- )
654
- COUNTRY =
655
- T.let(
656
- :COUNTRY,
657
- Lithic::Models::AuthRules::V2DraftResponse::CurrentVersion::Parameters::Conditional3DSActionParameters::Condition::Attribute::TaggedSymbol
658
- )
659
- CURRENCY =
660
- T.let(
661
- :CURRENCY,
662
- Lithic::Models::AuthRules::V2DraftResponse::CurrentVersion::Parameters::Conditional3DSActionParameters::Condition::Attribute::TaggedSymbol
663
- )
664
- MERCHANT_ID =
665
- T.let(
666
- :MERCHANT_ID,
667
- Lithic::Models::AuthRules::V2DraftResponse::CurrentVersion::Parameters::Conditional3DSActionParameters::Condition::Attribute::TaggedSymbol
668
- )
669
- DESCRIPTOR =
670
- T.let(
671
- :DESCRIPTOR,
672
- Lithic::Models::AuthRules::V2DraftResponse::CurrentVersion::Parameters::Conditional3DSActionParameters::Condition::Attribute::TaggedSymbol
673
- )
674
- TRANSACTION_AMOUNT =
675
- T.let(
676
- :TRANSACTION_AMOUNT,
677
- Lithic::Models::AuthRules::V2DraftResponse::CurrentVersion::Parameters::Conditional3DSActionParameters::Condition::Attribute::TaggedSymbol
678
- )
679
- RISK_SCORE =
680
- T.let(
681
- :RISK_SCORE,
682
- Lithic::Models::AuthRules::V2DraftResponse::CurrentVersion::Parameters::Conditional3DSActionParameters::Condition::Attribute::TaggedSymbol
683
- )
684
- MESSAGE_CATEGORY =
685
- T.let(
686
- :MESSAGE_CATEGORY,
687
- Lithic::Models::AuthRules::V2DraftResponse::CurrentVersion::Parameters::Conditional3DSActionParameters::Condition::Attribute::TaggedSymbol
688
- )
689
-
690
- sig do
691
- override.returns(
692
- T::Array[
693
- Lithic::Models::AuthRules::V2DraftResponse::CurrentVersion::Parameters::Conditional3DSActionParameters::Condition::Attribute::TaggedSymbol
694
- ]
695
- )
696
- end
697
- def self.values
698
- end
699
- end
700
-
701
- # The operation to apply to the attribute
702
- module Operation
703
- extend Lithic::Internal::Type::Enum
704
-
705
- TaggedSymbol =
706
- T.type_alias do
707
- T.all(
708
- Symbol,
709
- Lithic::Models::AuthRules::V2DraftResponse::CurrentVersion::Parameters::Conditional3DSActionParameters::Condition::Operation
710
- )
711
- end
712
- OrSymbol = T.type_alias { T.any(Symbol, String) }
713
-
714
- IS_ONE_OF =
715
- T.let(
716
- :IS_ONE_OF,
717
- Lithic::Models::AuthRules::V2DraftResponse::CurrentVersion::Parameters::Conditional3DSActionParameters::Condition::Operation::TaggedSymbol
718
- )
719
- IS_NOT_ONE_OF =
720
- T.let(
721
- :IS_NOT_ONE_OF,
722
- Lithic::Models::AuthRules::V2DraftResponse::CurrentVersion::Parameters::Conditional3DSActionParameters::Condition::Operation::TaggedSymbol
723
- )
724
- MATCHES =
725
- T.let(
726
- :MATCHES,
727
- Lithic::Models::AuthRules::V2DraftResponse::CurrentVersion::Parameters::Conditional3DSActionParameters::Condition::Operation::TaggedSymbol
728
- )
729
- DOES_NOT_MATCH =
730
- T.let(
731
- :DOES_NOT_MATCH,
732
- Lithic::Models::AuthRules::V2DraftResponse::CurrentVersion::Parameters::Conditional3DSActionParameters::Condition::Operation::TaggedSymbol
733
- )
734
- IS_GREATER_THAN =
735
- T.let(
736
- :IS_GREATER_THAN,
737
- Lithic::Models::AuthRules::V2DraftResponse::CurrentVersion::Parameters::Conditional3DSActionParameters::Condition::Operation::TaggedSymbol
738
- )
739
- IS_LESS_THAN =
740
- T.let(
741
- :IS_LESS_THAN,
742
- Lithic::Models::AuthRules::V2DraftResponse::CurrentVersion::Parameters::Conditional3DSActionParameters::Condition::Operation::TaggedSymbol
743
- )
744
-
745
- sig do
746
- override.returns(
747
- T::Array[
748
- Lithic::Models::AuthRules::V2DraftResponse::CurrentVersion::Parameters::Conditional3DSActionParameters::Condition::Operation::TaggedSymbol
749
- ]
750
- )
751
- end
752
- def self.values
753
- end
754
- end
755
-
756
- # A regex string, to be used with `MATCHES` or `DOES_NOT_MATCH`
757
- module Value
758
- extend Lithic::Internal::Type::Union
759
-
760
- Variants =
761
- T.type_alias { T.any(String, Integer, T::Array[String]) }
762
-
763
- sig do
764
- override.returns(
765
- T::Array[
766
- Lithic::Models::AuthRules::V2DraftResponse::CurrentVersion::Parameters::Conditional3DSActionParameters::Condition::Value::Variants
767
- ]
768
- )
769
- end
770
- def self.variants
771
- end
772
-
773
- StringArray =
774
- T.let(
775
- Lithic::Internal::Type::ArrayOf[String],
776
- Lithic::Internal::Type::Converter
777
- )
778
- end
779
- end
780
- end
781
-
782
258
  sig do
783
259
  override.returns(
784
260
  T::Array[
@@ -819,8 +295,8 @@ module Lithic
819
295
  T.any(
820
296
  Lithic::AuthRules::ConditionalBlockParameters::OrHash,
821
297
  Lithic::AuthRules::VelocityLimitParams::OrHash,
822
- Lithic::Models::AuthRules::V2DraftResponse::DraftVersion::Parameters::MerchantLockParameters::OrHash,
823
- Lithic::Models::AuthRules::V2DraftResponse::DraftVersion::Parameters::Conditional3DSActionParameters::OrHash
298
+ Lithic::AuthRules::MerchantLockParameters::OrHash,
299
+ Lithic::AuthRules::Conditional3DSActionParameters::OrHash
824
300
  ),
825
301
  version: Integer
826
302
  ).returns(T.attached_class)
@@ -855,535 +331,11 @@ module Lithic
855
331
  T.any(
856
332
  Lithic::AuthRules::ConditionalBlockParameters,
857
333
  Lithic::AuthRules::VelocityLimitParams,
858
- Lithic::Models::AuthRules::V2DraftResponse::DraftVersion::Parameters::MerchantLockParameters,
859
- Lithic::Models::AuthRules::V2DraftResponse::DraftVersion::Parameters::Conditional3DSActionParameters
334
+ Lithic::AuthRules::MerchantLockParameters,
335
+ Lithic::AuthRules::Conditional3DSActionParameters
860
336
  )
861
337
  end
862
338
 
863
- class MerchantLockParameters < Lithic::Internal::Type::BaseModel
864
- OrHash =
865
- T.type_alias do
866
- T.any(
867
- Lithic::Models::AuthRules::V2DraftResponse::DraftVersion::Parameters::MerchantLockParameters,
868
- Lithic::Internal::AnyHash
869
- )
870
- end
871
-
872
- # A list of merchant locks defining specific merchants or groups of merchants
873
- # (based on descriptors or IDs) that the lock applies to.
874
- sig do
875
- returns(
876
- T::Array[
877
- Lithic::Models::AuthRules::V2DraftResponse::DraftVersion::Parameters::MerchantLockParameters::Merchant
878
- ]
879
- )
880
- end
881
- attr_accessor :merchants
882
-
883
- sig do
884
- params(
885
- merchants:
886
- T::Array[
887
- Lithic::Models::AuthRules::V2DraftResponse::DraftVersion::Parameters::MerchantLockParameters::Merchant::OrHash
888
- ]
889
- ).returns(T.attached_class)
890
- end
891
- def self.new(
892
- # A list of merchant locks defining specific merchants or groups of merchants
893
- # (based on descriptors or IDs) that the lock applies to.
894
- merchants:
895
- )
896
- end
897
-
898
- sig do
899
- override.returns(
900
- {
901
- merchants:
902
- T::Array[
903
- Lithic::Models::AuthRules::V2DraftResponse::DraftVersion::Parameters::MerchantLockParameters::Merchant
904
- ]
905
- }
906
- )
907
- end
908
- def to_hash
909
- end
910
-
911
- class Merchant < Lithic::Internal::Type::BaseModel
912
- OrHash =
913
- T.type_alias do
914
- T.any(
915
- Lithic::Models::AuthRules::V2DraftResponse::DraftVersion::Parameters::MerchantLockParameters::Merchant,
916
- Lithic::Internal::AnyHash
917
- )
918
- end
919
-
920
- # A comment or explanation about the merchant, used internally for rule management
921
- # purposes.
922
- sig { returns(T.nilable(String)) }
923
- attr_reader :comment
924
-
925
- sig { params(comment: String).void }
926
- attr_writer :comment
927
-
928
- # Short description of the merchant, often used to provide more human-readable
929
- # context about the transaction merchant. This is typically the name or label
930
- # shown on transaction summaries.
931
- sig { returns(T.nilable(String)) }
932
- attr_reader :descriptor
933
-
934
- sig { params(descriptor: String).void }
935
- attr_writer :descriptor
936
-
937
- # Unique alphanumeric identifier for the payment card acceptor (merchant). This
938
- # attribute specifies the merchant entity that will be locked or referenced for
939
- # authorization rules.
940
- sig { returns(T.nilable(String)) }
941
- attr_reader :merchant_id
942
-
943
- sig { params(merchant_id: String).void }
944
- attr_writer :merchant_id
945
-
946
- # Represents a specific merchant lock based on their ID or descriptor. Each
947
- # merchant object allows transaction rules to work at a granular level and
948
- # requires at least one of merchant_id or descriptor.
949
- sig do
950
- params(
951
- comment: String,
952
- descriptor: String,
953
- merchant_id: String
954
- ).returns(T.attached_class)
955
- end
956
- def self.new(
957
- # A comment or explanation about the merchant, used internally for rule management
958
- # purposes.
959
- comment: nil,
960
- # Short description of the merchant, often used to provide more human-readable
961
- # context about the transaction merchant. This is typically the name or label
962
- # shown on transaction summaries.
963
- descriptor: nil,
964
- # Unique alphanumeric identifier for the payment card acceptor (merchant). This
965
- # attribute specifies the merchant entity that will be locked or referenced for
966
- # authorization rules.
967
- merchant_id: nil
968
- )
969
- end
970
-
971
- sig do
972
- override.returns(
973
- { comment: String, descriptor: String, merchant_id: String }
974
- )
975
- end
976
- def to_hash
977
- end
978
- end
979
- end
980
-
981
- class Conditional3DSActionParameters < Lithic::Internal::Type::BaseModel
982
- OrHash =
983
- T.type_alias do
984
- T.any(
985
- Lithic::Models::AuthRules::V2DraftResponse::DraftVersion::Parameters::Conditional3DSActionParameters,
986
- Lithic::Internal::AnyHash
987
- )
988
- end
989
-
990
- # The action to take if the conditions are met.
991
- sig do
992
- returns(
993
- Lithic::Models::AuthRules::V2DraftResponse::DraftVersion::Parameters::Conditional3DSActionParameters::Action::TaggedSymbol
994
- )
995
- end
996
- attr_accessor :action
997
-
998
- sig do
999
- returns(
1000
- T::Array[
1001
- Lithic::Models::AuthRules::V2DraftResponse::DraftVersion::Parameters::Conditional3DSActionParameters::Condition
1002
- ]
1003
- )
1004
- end
1005
- attr_accessor :conditions
1006
-
1007
- sig do
1008
- params(
1009
- action:
1010
- Lithic::Models::AuthRules::V2DraftResponse::DraftVersion::Parameters::Conditional3DSActionParameters::Action::OrSymbol,
1011
- conditions:
1012
- T::Array[
1013
- Lithic::Models::AuthRules::V2DraftResponse::DraftVersion::Parameters::Conditional3DSActionParameters::Condition::OrHash
1014
- ]
1015
- ).returns(T.attached_class)
1016
- end
1017
- def self.new(
1018
- # The action to take if the conditions are met.
1019
- action:,
1020
- conditions:
1021
- )
1022
- end
1023
-
1024
- sig do
1025
- override.returns(
1026
- {
1027
- action:
1028
- Lithic::Models::AuthRules::V2DraftResponse::DraftVersion::Parameters::Conditional3DSActionParameters::Action::TaggedSymbol,
1029
- conditions:
1030
- T::Array[
1031
- Lithic::Models::AuthRules::V2DraftResponse::DraftVersion::Parameters::Conditional3DSActionParameters::Condition
1032
- ]
1033
- }
1034
- )
1035
- end
1036
- def to_hash
1037
- end
1038
-
1039
- # The action to take if the conditions are met.
1040
- module Action
1041
- extend Lithic::Internal::Type::Enum
1042
-
1043
- TaggedSymbol =
1044
- T.type_alias do
1045
- T.all(
1046
- Symbol,
1047
- Lithic::Models::AuthRules::V2DraftResponse::DraftVersion::Parameters::Conditional3DSActionParameters::Action
1048
- )
1049
- end
1050
- OrSymbol = T.type_alias { T.any(Symbol, String) }
1051
-
1052
- DECLINE =
1053
- T.let(
1054
- :DECLINE,
1055
- Lithic::Models::AuthRules::V2DraftResponse::DraftVersion::Parameters::Conditional3DSActionParameters::Action::TaggedSymbol
1056
- )
1057
- CHALLENGE =
1058
- T.let(
1059
- :CHALLENGE,
1060
- Lithic::Models::AuthRules::V2DraftResponse::DraftVersion::Parameters::Conditional3DSActionParameters::Action::TaggedSymbol
1061
- )
1062
-
1063
- sig do
1064
- override.returns(
1065
- T::Array[
1066
- Lithic::Models::AuthRules::V2DraftResponse::DraftVersion::Parameters::Conditional3DSActionParameters::Action::TaggedSymbol
1067
- ]
1068
- )
1069
- end
1070
- def self.values
1071
- end
1072
- end
1073
-
1074
- class Condition < Lithic::Internal::Type::BaseModel
1075
- OrHash =
1076
- T.type_alias do
1077
- T.any(
1078
- Lithic::Models::AuthRules::V2DraftResponse::DraftVersion::Parameters::Conditional3DSActionParameters::Condition,
1079
- Lithic::Internal::AnyHash
1080
- )
1081
- end
1082
-
1083
- # The attribute to target.
1084
- #
1085
- # The following attributes may be targeted:
1086
- #
1087
- # - `MCC`: A four-digit number listed in ISO 18245. An MCC is used to classify a
1088
- # business by the types of goods or services it provides.
1089
- # - `COUNTRY`: Country of entity of card acceptor. Possible values are: (1) all
1090
- # ISO 3166-1 alpha-3 country codes, (2) QZZ for Kosovo, and (3) ANT for
1091
- # Netherlands Antilles.
1092
- # - `CURRENCY`: 3-character alphabetic ISO 4217 code for the merchant currency of
1093
- # the transaction.
1094
- # - `MERCHANT_ID`: Unique alphanumeric identifier for the payment card acceptor
1095
- # (merchant).
1096
- # - `DESCRIPTOR`: Short description of card acceptor.
1097
- # - `TRANSACTION_AMOUNT`: The base transaction amount (in cents) plus the acquirer
1098
- # fee field in the settlement/cardholder billing currency. This is the amount
1099
- # the issuer should authorize against unless the issuer is paying the acquirer
1100
- # fee on behalf of the cardholder.
1101
- # - `RISK_SCORE`: Network-provided score assessing risk level associated with a
1102
- # given authentication. Scores are on a range of 0-999, with 0 representing the
1103
- # lowest risk and 999 representing the highest risk. For Visa transactions,
1104
- # where the raw score has a range of 0-99, Lithic will normalize the score by
1105
- # multiplying the raw score by 10x.
1106
- # - `MESSAGE_CATEGORY`: The category of the authentication being processed.
1107
- sig do
1108
- returns(
1109
- T.nilable(
1110
- Lithic::Models::AuthRules::V2DraftResponse::DraftVersion::Parameters::Conditional3DSActionParameters::Condition::Attribute::TaggedSymbol
1111
- )
1112
- )
1113
- end
1114
- attr_reader :attribute
1115
-
1116
- sig do
1117
- params(
1118
- attribute:
1119
- Lithic::Models::AuthRules::V2DraftResponse::DraftVersion::Parameters::Conditional3DSActionParameters::Condition::Attribute::OrSymbol
1120
- ).void
1121
- end
1122
- attr_writer :attribute
1123
-
1124
- # The operation to apply to the attribute
1125
- sig do
1126
- returns(
1127
- T.nilable(
1128
- Lithic::Models::AuthRules::V2DraftResponse::DraftVersion::Parameters::Conditional3DSActionParameters::Condition::Operation::TaggedSymbol
1129
- )
1130
- )
1131
- end
1132
- attr_reader :operation
1133
-
1134
- sig do
1135
- params(
1136
- operation:
1137
- Lithic::Models::AuthRules::V2DraftResponse::DraftVersion::Parameters::Conditional3DSActionParameters::Condition::Operation::OrSymbol
1138
- ).void
1139
- end
1140
- attr_writer :operation
1141
-
1142
- # A regex string, to be used with `MATCHES` or `DOES_NOT_MATCH`
1143
- sig do
1144
- returns(
1145
- T.nilable(
1146
- Lithic::Models::AuthRules::V2DraftResponse::DraftVersion::Parameters::Conditional3DSActionParameters::Condition::Value::Variants
1147
- )
1148
- )
1149
- end
1150
- attr_reader :value
1151
-
1152
- sig do
1153
- params(
1154
- value:
1155
- Lithic::Models::AuthRules::V2DraftResponse::DraftVersion::Parameters::Conditional3DSActionParameters::Condition::Value::Variants
1156
- ).void
1157
- end
1158
- attr_writer :value
1159
-
1160
- sig do
1161
- params(
1162
- attribute:
1163
- Lithic::Models::AuthRules::V2DraftResponse::DraftVersion::Parameters::Conditional3DSActionParameters::Condition::Attribute::OrSymbol,
1164
- operation:
1165
- Lithic::Models::AuthRules::V2DraftResponse::DraftVersion::Parameters::Conditional3DSActionParameters::Condition::Operation::OrSymbol,
1166
- value:
1167
- Lithic::Models::AuthRules::V2DraftResponse::DraftVersion::Parameters::Conditional3DSActionParameters::Condition::Value::Variants
1168
- ).returns(T.attached_class)
1169
- end
1170
- def self.new(
1171
- # The attribute to target.
1172
- #
1173
- # The following attributes may be targeted:
1174
- #
1175
- # - `MCC`: A four-digit number listed in ISO 18245. An MCC is used to classify a
1176
- # business by the types of goods or services it provides.
1177
- # - `COUNTRY`: Country of entity of card acceptor. Possible values are: (1) all
1178
- # ISO 3166-1 alpha-3 country codes, (2) QZZ for Kosovo, and (3) ANT for
1179
- # Netherlands Antilles.
1180
- # - `CURRENCY`: 3-character alphabetic ISO 4217 code for the merchant currency of
1181
- # the transaction.
1182
- # - `MERCHANT_ID`: Unique alphanumeric identifier for the payment card acceptor
1183
- # (merchant).
1184
- # - `DESCRIPTOR`: Short description of card acceptor.
1185
- # - `TRANSACTION_AMOUNT`: The base transaction amount (in cents) plus the acquirer
1186
- # fee field in the settlement/cardholder billing currency. This is the amount
1187
- # the issuer should authorize against unless the issuer is paying the acquirer
1188
- # fee on behalf of the cardholder.
1189
- # - `RISK_SCORE`: Network-provided score assessing risk level associated with a
1190
- # given authentication. Scores are on a range of 0-999, with 0 representing the
1191
- # lowest risk and 999 representing the highest risk. For Visa transactions,
1192
- # where the raw score has a range of 0-99, Lithic will normalize the score by
1193
- # multiplying the raw score by 10x.
1194
- # - `MESSAGE_CATEGORY`: The category of the authentication being processed.
1195
- attribute: nil,
1196
- # The operation to apply to the attribute
1197
- operation: nil,
1198
- # A regex string, to be used with `MATCHES` or `DOES_NOT_MATCH`
1199
- value: nil
1200
- )
1201
- end
1202
-
1203
- sig do
1204
- override.returns(
1205
- {
1206
- attribute:
1207
- Lithic::Models::AuthRules::V2DraftResponse::DraftVersion::Parameters::Conditional3DSActionParameters::Condition::Attribute::TaggedSymbol,
1208
- operation:
1209
- Lithic::Models::AuthRules::V2DraftResponse::DraftVersion::Parameters::Conditional3DSActionParameters::Condition::Operation::TaggedSymbol,
1210
- value:
1211
- Lithic::Models::AuthRules::V2DraftResponse::DraftVersion::Parameters::Conditional3DSActionParameters::Condition::Value::Variants
1212
- }
1213
- )
1214
- end
1215
- def to_hash
1216
- end
1217
-
1218
- # The attribute to target.
1219
- #
1220
- # The following attributes may be targeted:
1221
- #
1222
- # - `MCC`: A four-digit number listed in ISO 18245. An MCC is used to classify a
1223
- # business by the types of goods or services it provides.
1224
- # - `COUNTRY`: Country of entity of card acceptor. Possible values are: (1) all
1225
- # ISO 3166-1 alpha-3 country codes, (2) QZZ for Kosovo, and (3) ANT for
1226
- # Netherlands Antilles.
1227
- # - `CURRENCY`: 3-character alphabetic ISO 4217 code for the merchant currency of
1228
- # the transaction.
1229
- # - `MERCHANT_ID`: Unique alphanumeric identifier for the payment card acceptor
1230
- # (merchant).
1231
- # - `DESCRIPTOR`: Short description of card acceptor.
1232
- # - `TRANSACTION_AMOUNT`: The base transaction amount (in cents) plus the acquirer
1233
- # fee field in the settlement/cardholder billing currency. This is the amount
1234
- # the issuer should authorize against unless the issuer is paying the acquirer
1235
- # fee on behalf of the cardholder.
1236
- # - `RISK_SCORE`: Network-provided score assessing risk level associated with a
1237
- # given authentication. Scores are on a range of 0-999, with 0 representing the
1238
- # lowest risk and 999 representing the highest risk. For Visa transactions,
1239
- # where the raw score has a range of 0-99, Lithic will normalize the score by
1240
- # multiplying the raw score by 10x.
1241
- # - `MESSAGE_CATEGORY`: The category of the authentication being processed.
1242
- module Attribute
1243
- extend Lithic::Internal::Type::Enum
1244
-
1245
- TaggedSymbol =
1246
- T.type_alias do
1247
- T.all(
1248
- Symbol,
1249
- Lithic::Models::AuthRules::V2DraftResponse::DraftVersion::Parameters::Conditional3DSActionParameters::Condition::Attribute
1250
- )
1251
- end
1252
- OrSymbol = T.type_alias { T.any(Symbol, String) }
1253
-
1254
- MCC =
1255
- T.let(
1256
- :MCC,
1257
- Lithic::Models::AuthRules::V2DraftResponse::DraftVersion::Parameters::Conditional3DSActionParameters::Condition::Attribute::TaggedSymbol
1258
- )
1259
- COUNTRY =
1260
- T.let(
1261
- :COUNTRY,
1262
- Lithic::Models::AuthRules::V2DraftResponse::DraftVersion::Parameters::Conditional3DSActionParameters::Condition::Attribute::TaggedSymbol
1263
- )
1264
- CURRENCY =
1265
- T.let(
1266
- :CURRENCY,
1267
- Lithic::Models::AuthRules::V2DraftResponse::DraftVersion::Parameters::Conditional3DSActionParameters::Condition::Attribute::TaggedSymbol
1268
- )
1269
- MERCHANT_ID =
1270
- T.let(
1271
- :MERCHANT_ID,
1272
- Lithic::Models::AuthRules::V2DraftResponse::DraftVersion::Parameters::Conditional3DSActionParameters::Condition::Attribute::TaggedSymbol
1273
- )
1274
- DESCRIPTOR =
1275
- T.let(
1276
- :DESCRIPTOR,
1277
- Lithic::Models::AuthRules::V2DraftResponse::DraftVersion::Parameters::Conditional3DSActionParameters::Condition::Attribute::TaggedSymbol
1278
- )
1279
- TRANSACTION_AMOUNT =
1280
- T.let(
1281
- :TRANSACTION_AMOUNT,
1282
- Lithic::Models::AuthRules::V2DraftResponse::DraftVersion::Parameters::Conditional3DSActionParameters::Condition::Attribute::TaggedSymbol
1283
- )
1284
- RISK_SCORE =
1285
- T.let(
1286
- :RISK_SCORE,
1287
- Lithic::Models::AuthRules::V2DraftResponse::DraftVersion::Parameters::Conditional3DSActionParameters::Condition::Attribute::TaggedSymbol
1288
- )
1289
- MESSAGE_CATEGORY =
1290
- T.let(
1291
- :MESSAGE_CATEGORY,
1292
- Lithic::Models::AuthRules::V2DraftResponse::DraftVersion::Parameters::Conditional3DSActionParameters::Condition::Attribute::TaggedSymbol
1293
- )
1294
-
1295
- sig do
1296
- override.returns(
1297
- T::Array[
1298
- Lithic::Models::AuthRules::V2DraftResponse::DraftVersion::Parameters::Conditional3DSActionParameters::Condition::Attribute::TaggedSymbol
1299
- ]
1300
- )
1301
- end
1302
- def self.values
1303
- end
1304
- end
1305
-
1306
- # The operation to apply to the attribute
1307
- module Operation
1308
- extend Lithic::Internal::Type::Enum
1309
-
1310
- TaggedSymbol =
1311
- T.type_alias do
1312
- T.all(
1313
- Symbol,
1314
- Lithic::Models::AuthRules::V2DraftResponse::DraftVersion::Parameters::Conditional3DSActionParameters::Condition::Operation
1315
- )
1316
- end
1317
- OrSymbol = T.type_alias { T.any(Symbol, String) }
1318
-
1319
- IS_ONE_OF =
1320
- T.let(
1321
- :IS_ONE_OF,
1322
- Lithic::Models::AuthRules::V2DraftResponse::DraftVersion::Parameters::Conditional3DSActionParameters::Condition::Operation::TaggedSymbol
1323
- )
1324
- IS_NOT_ONE_OF =
1325
- T.let(
1326
- :IS_NOT_ONE_OF,
1327
- Lithic::Models::AuthRules::V2DraftResponse::DraftVersion::Parameters::Conditional3DSActionParameters::Condition::Operation::TaggedSymbol
1328
- )
1329
- MATCHES =
1330
- T.let(
1331
- :MATCHES,
1332
- Lithic::Models::AuthRules::V2DraftResponse::DraftVersion::Parameters::Conditional3DSActionParameters::Condition::Operation::TaggedSymbol
1333
- )
1334
- DOES_NOT_MATCH =
1335
- T.let(
1336
- :DOES_NOT_MATCH,
1337
- Lithic::Models::AuthRules::V2DraftResponse::DraftVersion::Parameters::Conditional3DSActionParameters::Condition::Operation::TaggedSymbol
1338
- )
1339
- IS_GREATER_THAN =
1340
- T.let(
1341
- :IS_GREATER_THAN,
1342
- Lithic::Models::AuthRules::V2DraftResponse::DraftVersion::Parameters::Conditional3DSActionParameters::Condition::Operation::TaggedSymbol
1343
- )
1344
- IS_LESS_THAN =
1345
- T.let(
1346
- :IS_LESS_THAN,
1347
- Lithic::Models::AuthRules::V2DraftResponse::DraftVersion::Parameters::Conditional3DSActionParameters::Condition::Operation::TaggedSymbol
1348
- )
1349
-
1350
- sig do
1351
- override.returns(
1352
- T::Array[
1353
- Lithic::Models::AuthRules::V2DraftResponse::DraftVersion::Parameters::Conditional3DSActionParameters::Condition::Operation::TaggedSymbol
1354
- ]
1355
- )
1356
- end
1357
- def self.values
1358
- end
1359
- end
1360
-
1361
- # A regex string, to be used with `MATCHES` or `DOES_NOT_MATCH`
1362
- module Value
1363
- extend Lithic::Internal::Type::Union
1364
-
1365
- Variants =
1366
- T.type_alias { T.any(String, Integer, T::Array[String]) }
1367
-
1368
- sig do
1369
- override.returns(
1370
- T::Array[
1371
- Lithic::Models::AuthRules::V2DraftResponse::DraftVersion::Parameters::Conditional3DSActionParameters::Condition::Value::Variants
1372
- ]
1373
- )
1374
- end
1375
- def self.variants
1376
- end
1377
-
1378
- StringArray =
1379
- T.let(
1380
- Lithic::Internal::Type::ArrayOf[String],
1381
- Lithic::Internal::Type::Converter
1382
- )
1383
- end
1384
- end
1385
- end
1386
-
1387
339
  sig do
1388
340
  override.returns(
1389
341
  T::Array[