lithic 0.1.0.pre.alpha.37 → 0.1.0.pre.alpha.38

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 (41) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +8 -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/resources/auth_rules/v2.rb +2 -2
  16. data/lib/lithic/version.rb +1 -1
  17. data/lib/lithic.rb +2 -0
  18. data/rbi/lithic/models/auth_rules/conditional_3ds_action_parameters.rbi +412 -0
  19. data/rbi/lithic/models/auth_rules/merchant_lock_parameters.rbi +119 -0
  20. data/rbi/lithic/models/auth_rules/v2_apply_response.rbi +8 -1056
  21. data/rbi/lithic/models/auth_rules/v2_create_params.rbi +10 -534
  22. data/rbi/lithic/models/auth_rules/v2_create_response.rbi +8 -1056
  23. data/rbi/lithic/models/auth_rules/v2_draft_params.rbi +8 -532
  24. data/rbi/lithic/models/auth_rules/v2_draft_response.rbi +8 -1056
  25. data/rbi/lithic/models/auth_rules/v2_list_response.rbi +8 -1056
  26. data/rbi/lithic/models/auth_rules/v2_promote_response.rbi +8 -1056
  27. data/rbi/lithic/models/auth_rules/v2_retrieve_response.rbi +8 -1056
  28. data/rbi/lithic/models/auth_rules/v2_update_response.rbi +8 -1056
  29. data/rbi/lithic/resources/auth_rules/v2.rbi +4 -4
  30. data/sig/lithic/models/auth_rules/conditional_3ds_action_parameters.rbs +133 -0
  31. data/sig/lithic/models/auth_rules/merchant_lock_parameters.rbs +51 -0
  32. data/sig/lithic/models/auth_rules/v2_apply_response.rbs +4 -352
  33. data/sig/lithic/models/auth_rules/v2_create_params.rbs +2 -176
  34. data/sig/lithic/models/auth_rules/v2_create_response.rbs +4 -352
  35. data/sig/lithic/models/auth_rules/v2_draft_params.rbs +2 -176
  36. data/sig/lithic/models/auth_rules/v2_draft_response.rbs +4 -352
  37. data/sig/lithic/models/auth_rules/v2_list_response.rbs +4 -352
  38. data/sig/lithic/models/auth_rules/v2_promote_response.rbs +4 -352
  39. data/sig/lithic/models/auth_rules/v2_retrieve_response.rbs +4 -352
  40. data/sig/lithic/models/auth_rules/v2_update_response.rbs +4 -352
  41. metadata +8 -2
@@ -19,8 +19,8 @@ module Lithic
19
19
  T.any(
20
20
  Lithic::AuthRules::ConditionalBlockParameters,
21
21
  Lithic::AuthRules::VelocityLimitParams,
22
- Lithic::AuthRules::V2DraftParams::Parameters::MerchantLockParameters,
23
- Lithic::AuthRules::V2DraftParams::Parameters::Conditional3DSActionParameters
22
+ Lithic::AuthRules::MerchantLockParameters,
23
+ Lithic::AuthRules::Conditional3DSActionParameters
24
24
  )
25
25
  )
26
26
  )
@@ -34,8 +34,8 @@ module Lithic
34
34
  T.any(
35
35
  Lithic::AuthRules::ConditionalBlockParameters::OrHash,
36
36
  Lithic::AuthRules::VelocityLimitParams::OrHash,
37
- Lithic::AuthRules::V2DraftParams::Parameters::MerchantLockParameters::OrHash,
38
- Lithic::AuthRules::V2DraftParams::Parameters::Conditional3DSActionParameters::OrHash
37
+ Lithic::AuthRules::MerchantLockParameters::OrHash,
38
+ Lithic::AuthRules::Conditional3DSActionParameters::OrHash
39
39
  )
40
40
  ),
41
41
  request_options: Lithic::RequestOptions::OrHash
@@ -56,8 +56,8 @@ module Lithic
56
56
  T.any(
57
57
  Lithic::AuthRules::ConditionalBlockParameters,
58
58
  Lithic::AuthRules::VelocityLimitParams,
59
- Lithic::AuthRules::V2DraftParams::Parameters::MerchantLockParameters,
60
- Lithic::AuthRules::V2DraftParams::Parameters::Conditional3DSActionParameters
59
+ Lithic::AuthRules::MerchantLockParameters,
60
+ Lithic::AuthRules::Conditional3DSActionParameters
61
61
  )
62
62
  ),
63
63
  request_options: Lithic::RequestOptions
@@ -76,535 +76,11 @@ module Lithic
76
76
  T.any(
77
77
  Lithic::AuthRules::ConditionalBlockParameters,
78
78
  Lithic::AuthRules::VelocityLimitParams,
79
- Lithic::AuthRules::V2DraftParams::Parameters::MerchantLockParameters,
80
- Lithic::AuthRules::V2DraftParams::Parameters::Conditional3DSActionParameters
79
+ Lithic::AuthRules::MerchantLockParameters,
80
+ Lithic::AuthRules::Conditional3DSActionParameters
81
81
  )
82
82
  end
83
83
 
84
- class MerchantLockParameters < Lithic::Internal::Type::BaseModel
85
- OrHash =
86
- T.type_alias do
87
- T.any(
88
- Lithic::AuthRules::V2DraftParams::Parameters::MerchantLockParameters,
89
- Lithic::Internal::AnyHash
90
- )
91
- end
92
-
93
- # A list of merchant locks defining specific merchants or groups of merchants
94
- # (based on descriptors or IDs) that the lock applies to.
95
- sig do
96
- returns(
97
- T::Array[
98
- Lithic::AuthRules::V2DraftParams::Parameters::MerchantLockParameters::Merchant
99
- ]
100
- )
101
- end
102
- attr_accessor :merchants
103
-
104
- sig do
105
- params(
106
- merchants:
107
- T::Array[
108
- Lithic::AuthRules::V2DraftParams::Parameters::MerchantLockParameters::Merchant::OrHash
109
- ]
110
- ).returns(T.attached_class)
111
- end
112
- def self.new(
113
- # A list of merchant locks defining specific merchants or groups of merchants
114
- # (based on descriptors or IDs) that the lock applies to.
115
- merchants:
116
- )
117
- end
118
-
119
- sig do
120
- override.returns(
121
- {
122
- merchants:
123
- T::Array[
124
- Lithic::AuthRules::V2DraftParams::Parameters::MerchantLockParameters::Merchant
125
- ]
126
- }
127
- )
128
- end
129
- def to_hash
130
- end
131
-
132
- class Merchant < Lithic::Internal::Type::BaseModel
133
- OrHash =
134
- T.type_alias do
135
- T.any(
136
- Lithic::AuthRules::V2DraftParams::Parameters::MerchantLockParameters::Merchant,
137
- Lithic::Internal::AnyHash
138
- )
139
- end
140
-
141
- # A comment or explanation about the merchant, used internally for rule management
142
- # purposes.
143
- sig { returns(T.nilable(String)) }
144
- attr_reader :comment
145
-
146
- sig { params(comment: String).void }
147
- attr_writer :comment
148
-
149
- # Short description of the merchant, often used to provide more human-readable
150
- # context about the transaction merchant. This is typically the name or label
151
- # shown on transaction summaries.
152
- sig { returns(T.nilable(String)) }
153
- attr_reader :descriptor
154
-
155
- sig { params(descriptor: String).void }
156
- attr_writer :descriptor
157
-
158
- # Unique alphanumeric identifier for the payment card acceptor (merchant). This
159
- # attribute specifies the merchant entity that will be locked or referenced for
160
- # authorization rules.
161
- sig { returns(T.nilable(String)) }
162
- attr_reader :merchant_id
163
-
164
- sig { params(merchant_id: String).void }
165
- attr_writer :merchant_id
166
-
167
- # Represents a specific merchant lock based on their ID or descriptor. Each
168
- # merchant object allows transaction rules to work at a granular level and
169
- # requires at least one of merchant_id or descriptor.
170
- sig do
171
- params(
172
- comment: String,
173
- descriptor: String,
174
- merchant_id: String
175
- ).returns(T.attached_class)
176
- end
177
- def self.new(
178
- # A comment or explanation about the merchant, used internally for rule management
179
- # purposes.
180
- comment: nil,
181
- # Short description of the merchant, often used to provide more human-readable
182
- # context about the transaction merchant. This is typically the name or label
183
- # shown on transaction summaries.
184
- descriptor: nil,
185
- # Unique alphanumeric identifier for the payment card acceptor (merchant). This
186
- # attribute specifies the merchant entity that will be locked or referenced for
187
- # authorization rules.
188
- merchant_id: nil
189
- )
190
- end
191
-
192
- sig do
193
- override.returns(
194
- { comment: String, descriptor: String, merchant_id: String }
195
- )
196
- end
197
- def to_hash
198
- end
199
- end
200
- end
201
-
202
- class Conditional3DSActionParameters < Lithic::Internal::Type::BaseModel
203
- OrHash =
204
- T.type_alias do
205
- T.any(
206
- Lithic::AuthRules::V2DraftParams::Parameters::Conditional3DSActionParameters,
207
- Lithic::Internal::AnyHash
208
- )
209
- end
210
-
211
- # The action to take if the conditions are met.
212
- sig do
213
- returns(
214
- Lithic::AuthRules::V2DraftParams::Parameters::Conditional3DSActionParameters::Action::OrSymbol
215
- )
216
- end
217
- attr_accessor :action
218
-
219
- sig do
220
- returns(
221
- T::Array[
222
- Lithic::AuthRules::V2DraftParams::Parameters::Conditional3DSActionParameters::Condition
223
- ]
224
- )
225
- end
226
- attr_accessor :conditions
227
-
228
- sig do
229
- params(
230
- action:
231
- Lithic::AuthRules::V2DraftParams::Parameters::Conditional3DSActionParameters::Action::OrSymbol,
232
- conditions:
233
- T::Array[
234
- Lithic::AuthRules::V2DraftParams::Parameters::Conditional3DSActionParameters::Condition::OrHash
235
- ]
236
- ).returns(T.attached_class)
237
- end
238
- def self.new(
239
- # The action to take if the conditions are met.
240
- action:,
241
- conditions:
242
- )
243
- end
244
-
245
- sig do
246
- override.returns(
247
- {
248
- action:
249
- Lithic::AuthRules::V2DraftParams::Parameters::Conditional3DSActionParameters::Action::OrSymbol,
250
- conditions:
251
- T::Array[
252
- Lithic::AuthRules::V2DraftParams::Parameters::Conditional3DSActionParameters::Condition
253
- ]
254
- }
255
- )
256
- end
257
- def to_hash
258
- end
259
-
260
- # The action to take if the conditions are met.
261
- module Action
262
- extend Lithic::Internal::Type::Enum
263
-
264
- TaggedSymbol =
265
- T.type_alias do
266
- T.all(
267
- Symbol,
268
- Lithic::AuthRules::V2DraftParams::Parameters::Conditional3DSActionParameters::Action
269
- )
270
- end
271
- OrSymbol = T.type_alias { T.any(Symbol, String) }
272
-
273
- DECLINE =
274
- T.let(
275
- :DECLINE,
276
- Lithic::AuthRules::V2DraftParams::Parameters::Conditional3DSActionParameters::Action::TaggedSymbol
277
- )
278
- CHALLENGE =
279
- T.let(
280
- :CHALLENGE,
281
- Lithic::AuthRules::V2DraftParams::Parameters::Conditional3DSActionParameters::Action::TaggedSymbol
282
- )
283
-
284
- sig do
285
- override.returns(
286
- T::Array[
287
- Lithic::AuthRules::V2DraftParams::Parameters::Conditional3DSActionParameters::Action::TaggedSymbol
288
- ]
289
- )
290
- end
291
- def self.values
292
- end
293
- end
294
-
295
- class Condition < Lithic::Internal::Type::BaseModel
296
- OrHash =
297
- T.type_alias do
298
- T.any(
299
- Lithic::AuthRules::V2DraftParams::Parameters::Conditional3DSActionParameters::Condition,
300
- Lithic::Internal::AnyHash
301
- )
302
- end
303
-
304
- # The attribute to target.
305
- #
306
- # The following attributes may be targeted:
307
- #
308
- # - `MCC`: A four-digit number listed in ISO 18245. An MCC is used to classify a
309
- # business by the types of goods or services it provides.
310
- # - `COUNTRY`: Country of entity of card acceptor. Possible values are: (1) all
311
- # ISO 3166-1 alpha-3 country codes, (2) QZZ for Kosovo, and (3) ANT for
312
- # Netherlands Antilles.
313
- # - `CURRENCY`: 3-character alphabetic ISO 4217 code for the merchant currency of
314
- # the transaction.
315
- # - `MERCHANT_ID`: Unique alphanumeric identifier for the payment card acceptor
316
- # (merchant).
317
- # - `DESCRIPTOR`: Short description of card acceptor.
318
- # - `TRANSACTION_AMOUNT`: The base transaction amount (in cents) plus the acquirer
319
- # fee field in the settlement/cardholder billing currency. This is the amount
320
- # the issuer should authorize against unless the issuer is paying the acquirer
321
- # fee on behalf of the cardholder.
322
- # - `RISK_SCORE`: Network-provided score assessing risk level associated with a
323
- # given authentication. Scores are on a range of 0-999, with 0 representing the
324
- # lowest risk and 999 representing the highest risk. For Visa transactions,
325
- # where the raw score has a range of 0-99, Lithic will normalize the score by
326
- # multiplying the raw score by 10x.
327
- # - `MESSAGE_CATEGORY`: The category of the authentication being processed.
328
- sig do
329
- returns(
330
- T.nilable(
331
- Lithic::AuthRules::V2DraftParams::Parameters::Conditional3DSActionParameters::Condition::Attribute::OrSymbol
332
- )
333
- )
334
- end
335
- attr_reader :attribute
336
-
337
- sig do
338
- params(
339
- attribute:
340
- Lithic::AuthRules::V2DraftParams::Parameters::Conditional3DSActionParameters::Condition::Attribute::OrSymbol
341
- ).void
342
- end
343
- attr_writer :attribute
344
-
345
- # The operation to apply to the attribute
346
- sig do
347
- returns(
348
- T.nilable(
349
- Lithic::AuthRules::V2DraftParams::Parameters::Conditional3DSActionParameters::Condition::Operation::OrSymbol
350
- )
351
- )
352
- end
353
- attr_reader :operation
354
-
355
- sig do
356
- params(
357
- operation:
358
- Lithic::AuthRules::V2DraftParams::Parameters::Conditional3DSActionParameters::Condition::Operation::OrSymbol
359
- ).void
360
- end
361
- attr_writer :operation
362
-
363
- # A regex string, to be used with `MATCHES` or `DOES_NOT_MATCH`
364
- sig do
365
- returns(
366
- T.nilable(
367
- Lithic::AuthRules::V2DraftParams::Parameters::Conditional3DSActionParameters::Condition::Value::Variants
368
- )
369
- )
370
- end
371
- attr_reader :value
372
-
373
- sig do
374
- params(
375
- value:
376
- Lithic::AuthRules::V2DraftParams::Parameters::Conditional3DSActionParameters::Condition::Value::Variants
377
- ).void
378
- end
379
- attr_writer :value
380
-
381
- sig do
382
- params(
383
- attribute:
384
- Lithic::AuthRules::V2DraftParams::Parameters::Conditional3DSActionParameters::Condition::Attribute::OrSymbol,
385
- operation:
386
- Lithic::AuthRules::V2DraftParams::Parameters::Conditional3DSActionParameters::Condition::Operation::OrSymbol,
387
- value:
388
- Lithic::AuthRules::V2DraftParams::Parameters::Conditional3DSActionParameters::Condition::Value::Variants
389
- ).returns(T.attached_class)
390
- end
391
- def self.new(
392
- # The attribute to target.
393
- #
394
- # The following attributes may be targeted:
395
- #
396
- # - `MCC`: A four-digit number listed in ISO 18245. An MCC is used to classify a
397
- # business by the types of goods or services it provides.
398
- # - `COUNTRY`: Country of entity of card acceptor. Possible values are: (1) all
399
- # ISO 3166-1 alpha-3 country codes, (2) QZZ for Kosovo, and (3) ANT for
400
- # Netherlands Antilles.
401
- # - `CURRENCY`: 3-character alphabetic ISO 4217 code for the merchant currency of
402
- # the transaction.
403
- # - `MERCHANT_ID`: Unique alphanumeric identifier for the payment card acceptor
404
- # (merchant).
405
- # - `DESCRIPTOR`: Short description of card acceptor.
406
- # - `TRANSACTION_AMOUNT`: The base transaction amount (in cents) plus the acquirer
407
- # fee field in the settlement/cardholder billing currency. This is the amount
408
- # the issuer should authorize against unless the issuer is paying the acquirer
409
- # fee on behalf of the cardholder.
410
- # - `RISK_SCORE`: Network-provided score assessing risk level associated with a
411
- # given authentication. Scores are on a range of 0-999, with 0 representing the
412
- # lowest risk and 999 representing the highest risk. For Visa transactions,
413
- # where the raw score has a range of 0-99, Lithic will normalize the score by
414
- # multiplying the raw score by 10x.
415
- # - `MESSAGE_CATEGORY`: The category of the authentication being processed.
416
- attribute: nil,
417
- # The operation to apply to the attribute
418
- operation: nil,
419
- # A regex string, to be used with `MATCHES` or `DOES_NOT_MATCH`
420
- value: nil
421
- )
422
- end
423
-
424
- sig do
425
- override.returns(
426
- {
427
- attribute:
428
- Lithic::AuthRules::V2DraftParams::Parameters::Conditional3DSActionParameters::Condition::Attribute::OrSymbol,
429
- operation:
430
- Lithic::AuthRules::V2DraftParams::Parameters::Conditional3DSActionParameters::Condition::Operation::OrSymbol,
431
- value:
432
- Lithic::AuthRules::V2DraftParams::Parameters::Conditional3DSActionParameters::Condition::Value::Variants
433
- }
434
- )
435
- end
436
- def to_hash
437
- end
438
-
439
- # The attribute to target.
440
- #
441
- # The following attributes may be targeted:
442
- #
443
- # - `MCC`: A four-digit number listed in ISO 18245. An MCC is used to classify a
444
- # business by the types of goods or services it provides.
445
- # - `COUNTRY`: Country of entity of card acceptor. Possible values are: (1) all
446
- # ISO 3166-1 alpha-3 country codes, (2) QZZ for Kosovo, and (3) ANT for
447
- # Netherlands Antilles.
448
- # - `CURRENCY`: 3-character alphabetic ISO 4217 code for the merchant currency of
449
- # the transaction.
450
- # - `MERCHANT_ID`: Unique alphanumeric identifier for the payment card acceptor
451
- # (merchant).
452
- # - `DESCRIPTOR`: Short description of card acceptor.
453
- # - `TRANSACTION_AMOUNT`: The base transaction amount (in cents) plus the acquirer
454
- # fee field in the settlement/cardholder billing currency. This is the amount
455
- # the issuer should authorize against unless the issuer is paying the acquirer
456
- # fee on behalf of the cardholder.
457
- # - `RISK_SCORE`: Network-provided score assessing risk level associated with a
458
- # given authentication. Scores are on a range of 0-999, with 0 representing the
459
- # lowest risk and 999 representing the highest risk. For Visa transactions,
460
- # where the raw score has a range of 0-99, Lithic will normalize the score by
461
- # multiplying the raw score by 10x.
462
- # - `MESSAGE_CATEGORY`: The category of the authentication being processed.
463
- module Attribute
464
- extend Lithic::Internal::Type::Enum
465
-
466
- TaggedSymbol =
467
- T.type_alias do
468
- T.all(
469
- Symbol,
470
- Lithic::AuthRules::V2DraftParams::Parameters::Conditional3DSActionParameters::Condition::Attribute
471
- )
472
- end
473
- OrSymbol = T.type_alias { T.any(Symbol, String) }
474
-
475
- MCC =
476
- T.let(
477
- :MCC,
478
- Lithic::AuthRules::V2DraftParams::Parameters::Conditional3DSActionParameters::Condition::Attribute::TaggedSymbol
479
- )
480
- COUNTRY =
481
- T.let(
482
- :COUNTRY,
483
- Lithic::AuthRules::V2DraftParams::Parameters::Conditional3DSActionParameters::Condition::Attribute::TaggedSymbol
484
- )
485
- CURRENCY =
486
- T.let(
487
- :CURRENCY,
488
- Lithic::AuthRules::V2DraftParams::Parameters::Conditional3DSActionParameters::Condition::Attribute::TaggedSymbol
489
- )
490
- MERCHANT_ID =
491
- T.let(
492
- :MERCHANT_ID,
493
- Lithic::AuthRules::V2DraftParams::Parameters::Conditional3DSActionParameters::Condition::Attribute::TaggedSymbol
494
- )
495
- DESCRIPTOR =
496
- T.let(
497
- :DESCRIPTOR,
498
- Lithic::AuthRules::V2DraftParams::Parameters::Conditional3DSActionParameters::Condition::Attribute::TaggedSymbol
499
- )
500
- TRANSACTION_AMOUNT =
501
- T.let(
502
- :TRANSACTION_AMOUNT,
503
- Lithic::AuthRules::V2DraftParams::Parameters::Conditional3DSActionParameters::Condition::Attribute::TaggedSymbol
504
- )
505
- RISK_SCORE =
506
- T.let(
507
- :RISK_SCORE,
508
- Lithic::AuthRules::V2DraftParams::Parameters::Conditional3DSActionParameters::Condition::Attribute::TaggedSymbol
509
- )
510
- MESSAGE_CATEGORY =
511
- T.let(
512
- :MESSAGE_CATEGORY,
513
- Lithic::AuthRules::V2DraftParams::Parameters::Conditional3DSActionParameters::Condition::Attribute::TaggedSymbol
514
- )
515
-
516
- sig do
517
- override.returns(
518
- T::Array[
519
- Lithic::AuthRules::V2DraftParams::Parameters::Conditional3DSActionParameters::Condition::Attribute::TaggedSymbol
520
- ]
521
- )
522
- end
523
- def self.values
524
- end
525
- end
526
-
527
- # The operation to apply to the attribute
528
- module Operation
529
- extend Lithic::Internal::Type::Enum
530
-
531
- TaggedSymbol =
532
- T.type_alias do
533
- T.all(
534
- Symbol,
535
- Lithic::AuthRules::V2DraftParams::Parameters::Conditional3DSActionParameters::Condition::Operation
536
- )
537
- end
538
- OrSymbol = T.type_alias { T.any(Symbol, String) }
539
-
540
- IS_ONE_OF =
541
- T.let(
542
- :IS_ONE_OF,
543
- Lithic::AuthRules::V2DraftParams::Parameters::Conditional3DSActionParameters::Condition::Operation::TaggedSymbol
544
- )
545
- IS_NOT_ONE_OF =
546
- T.let(
547
- :IS_NOT_ONE_OF,
548
- Lithic::AuthRules::V2DraftParams::Parameters::Conditional3DSActionParameters::Condition::Operation::TaggedSymbol
549
- )
550
- MATCHES =
551
- T.let(
552
- :MATCHES,
553
- Lithic::AuthRules::V2DraftParams::Parameters::Conditional3DSActionParameters::Condition::Operation::TaggedSymbol
554
- )
555
- DOES_NOT_MATCH =
556
- T.let(
557
- :DOES_NOT_MATCH,
558
- Lithic::AuthRules::V2DraftParams::Parameters::Conditional3DSActionParameters::Condition::Operation::TaggedSymbol
559
- )
560
- IS_GREATER_THAN =
561
- T.let(
562
- :IS_GREATER_THAN,
563
- Lithic::AuthRules::V2DraftParams::Parameters::Conditional3DSActionParameters::Condition::Operation::TaggedSymbol
564
- )
565
- IS_LESS_THAN =
566
- T.let(
567
- :IS_LESS_THAN,
568
- Lithic::AuthRules::V2DraftParams::Parameters::Conditional3DSActionParameters::Condition::Operation::TaggedSymbol
569
- )
570
-
571
- sig do
572
- override.returns(
573
- T::Array[
574
- Lithic::AuthRules::V2DraftParams::Parameters::Conditional3DSActionParameters::Condition::Operation::TaggedSymbol
575
- ]
576
- )
577
- end
578
- def self.values
579
- end
580
- end
581
-
582
- # A regex string, to be used with `MATCHES` or `DOES_NOT_MATCH`
583
- module Value
584
- extend Lithic::Internal::Type::Union
585
-
586
- Variants =
587
- T.type_alias { T.any(String, Integer, T::Array[String]) }
588
-
589
- sig do
590
- override.returns(
591
- T::Array[
592
- Lithic::AuthRules::V2DraftParams::Parameters::Conditional3DSActionParameters::Condition::Value::Variants
593
- ]
594
- )
595
- end
596
- def self.variants
597
- end
598
-
599
- StringArray =
600
- T.let(
601
- Lithic::Internal::Type::ArrayOf[String],
602
- Lithic::Internal::Type::Converter
603
- )
604
- end
605
- end
606
- end
607
-
608
84
  sig do
609
85
  override.returns(
610
86
  T::Array[Lithic::AuthRules::V2DraftParams::Parameters::Variants]